@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=DM+Sans:400,400i,500,500i,600,600i,700,700i&display=swap");
/*!
 *  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;
  font-display: swap; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pull-left {
  float: left; }

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

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

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

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

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

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

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

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

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

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

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

: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 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

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

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

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

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

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

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

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

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

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

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

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

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

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

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

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

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

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

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

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

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

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

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

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

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

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

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

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

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

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

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

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

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

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

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

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

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

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

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

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

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

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

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

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

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

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

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

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

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

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

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

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

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

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

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

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

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

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

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

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

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

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

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

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

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

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

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

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

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

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

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

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

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

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

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

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

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

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

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

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

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

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

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

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

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

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

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

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

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

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

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

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

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

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

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

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

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

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

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

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

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

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

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

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

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

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

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

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

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

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

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

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

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

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

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

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

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

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

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

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

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

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

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

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

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

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

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

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

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

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

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

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

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

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

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

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

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

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

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

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

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

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

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

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

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

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

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

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge; }

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

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

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

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

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

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

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

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

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

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

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

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

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

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

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

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

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

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

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

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

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

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

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

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

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

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

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

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

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

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

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

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

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

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

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

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

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

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

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

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

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

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

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

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

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

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

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

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

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

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

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

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

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

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

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

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

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

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

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

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

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

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

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

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

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

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

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  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;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-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;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  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;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  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;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  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;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  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;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-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: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  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 {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    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; } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

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

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

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;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  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; }

.product h1, .product h2, .product h3, .product h4, .product h5, .product h6,
.product .h1, .product .h2, .product .h3, .product .h4, .product .h5, .product .h6 {
  font-family: inherit !important;
  font-weight: 500 !important;
  line-height: 1.1 !important;
  color: inherit; }
  .product h1 small,
  .product h1 .small, .product h2 small,
  .product h2 .small, .product h3 small,
  .product h3 .small, .product h4 small,
  .product h4 .small, .product h5 small,
  .product h5 .small, .product h6 small,
  .product h6 .small,
  .product .h1 small,
  .product .h1 .small, .product .h2 small,
  .product .h2 .small, .product .h3 small,
  .product .h3 .small, .product .h4 small,
  .product .h4 .small, .product .h5 small,
  .product .h5 .small, .product .h6 small,
  .product .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: 930px; } }
  @media (min-width: 992px) {
    .container {
      width: 1054px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1588px; } }

.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;
  -ms-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;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    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);
    -webkit-box-shadow: none;
    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;
    -webkit-box-shadow: none;
    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;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  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;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  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; }

@-ms-viewport {
  width: device-width; }

.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: 12px; }
  @media (min-width: 480px) {
    html {
      font-size: 12px; } }
  @media (min-width: 768px) {
    html {
      font-size: 12px; } }
  @media (min-width: 1200px) {
    html {
      font-size: 12px; } }

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

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

p {
  margin-bottom: 2rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: black;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0.25px;
  margin-bottom: 0.75rem; }
  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: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

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

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.41667rem; }

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.41667rem;
  margin-left: -1.83333rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inlineList > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.83333rem; }
    .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.75rem 1.5rem; }
  .table tr th,
  .table tr td {
    padding: 0.75rem 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: "DM Sans", 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.91667rem 2.25rem;
  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.75rem; } }

/*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: #ed632b;
  border-color: #ed632b;
  color: white; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: #ef3c24;
    border-color: #ef3c24;
    color: white; }

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

.button--small {
  font-size: 13px;
  padding: 0.58333rem 1.5rem; }

.button--tiny { }

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

.button--icon {
  font-size: 1rem;
  padding: 0.75rem 0.75rem; }
  .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.75rem;
  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.41667rem 0.83333rem; }
  .dropdown-menu-item a {
    display: block;
    padding: 0.41667rem; }
  .dropdown-menu-item a {
    margin: -0.41667rem; }

/*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.75rem;
  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.83333rem;
    text-transform: uppercase;
    vertical-align: bottom; }

.form-input {
  appearance: none;
  background-color: white;
  border-color: gainsboro;
  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: gainsboro;
  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.41667rem;
    padding-left: 1.91667rem;
    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.33333rem;
      left: 0;
      top: 0;
      width: 1.33333rem; }
    .form-checkbox + .form-label::after,
    .form-radio + .form-label::after {
      height: 1.16667rem;
      left: 1px;
      opacity: 0;
      top: 1px;
      transform: scale(0);
      width: 1.16667rem; }

.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: 1.16667rem;
  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: 1.16667rem; }

/*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.83333rem; }
  .form-input.has-action + .button--inputAction {
    background: transparent;
    border: 0;
    border-radius: 0 0 0 0;
    float: left;
    height: 2.83333rem;
    margin: 0.08333rem 0 0 -2.91667rem;
    width: 2.83333rem; }

/*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: 3rem; }
  .form-input.has-icon + .icon {
    height: 3rem;
    margin-left: -3rem;
    width: 1.66667rem; }

/*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: 7.5rem;
  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: 2.33333rem;
  cursor: pointer;
  display: inline-block;
  height: 2.33333rem;
  position: relative;
  transition: all 100ms ease-out;
  vertical-align: middle;
  width: 5rem; }
  .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.6667rem;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  content: "";
  height: 1.6667rem;
  left: 0.24998rem;
  position: absolute;
  top: 0.24998rem;
  transition: all 100ms ease-out;
  width: 1.6667rem; }
  .switch--checked .switch-toggle::before {
    left: 2.91665rem; }

.switch-label {
  color: white;
  height: 26px;
  line-height: 2.25;
  position: absolute;
  right: 0.5rem;
  text-transform: uppercase;
  transition: all 100ms ease-out; }
  .switch--checked .switch-label {
    font-weight: 600;
    left: 0.5rem;
    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.5rem;
  position: relative;
  top: 0.83333rem; }
  .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.16667rem; }
  .form-field-errors ul,
  .form-field-errors ol {
    list-style: none;
    margin-bottom: 0; }

.form-inlineMessage {
  display: inline-block;
  line-height: 24px;
  margin: 0.41667rem 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: #e95144; }

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

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

.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: 13px;
  line-height: 13px;
  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: 15px;
  padding: 0.75rem 1.5rem; }
  .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: 15px;
  padding: 0.75rem; }

/*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: #2d2d2d;
  font-size: 15px;
  padding: 0.16667rem 0; }

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: #464646;
    font-size: 1rem;
    margin-left: 0.41667rem; }
    .pagination-list li a, .pagination-list li button {
      border-radius: 0px;
      -webkit-transition: background-color, 300ms, ease-out;
      -o-transition: background-color, 300ms, ease-out;
      transition: background-color, 300ms, ease-out;
      background: none;
      color: #464646;
      display: block;
      font-size: 1em;
      font-weight: normal;
      line-height: inherit;
      padding: 0.33333rem 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: #2d2d2d; }

li.pagination-item--current a, li.pagination-item--current button {
  color: #2d2d2d;
  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.75rem;
  padding: 0.75rem 1.16667rem 0.75rem 1.16667rem;
  position: relative;
  -webkit-transition: opacity, 300ms, ease-out;
  -o-transition: opacity, 300ms, ease-out;
  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.75rem; }

.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: #e95144; }

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

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

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

.alertBox-heading {
  margin: 0; }

.alertBox-close {
  cursor: pointer;
  padding-left: 1.16667rem; }
  .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.91667rem;
    display: block;
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 1rem; }
    .accordion-navigation > a:hover {
      background: #f2f2f2; }
  .accordion-navigation .accordion-title {
    padding: 1.5rem 1.91667rem; }

.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: #e95144; }

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

.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.75rem 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: 15px;
  margin: 0 0 0.75rem; }
  @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: 15px;
  padding: 0.41667rem 0.75rem; }

.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: 3.33333rem;
    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.75rem 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.41667rem 0 0; }
    .actionBar-section .form-select,
    .actionBar-section .form-input {
      display: inline-block;
      width: 16.66667rem; } }

@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.75rem 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; }

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [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; }

/* Slider */
.slick-loading .slick-list {
  background: #fff center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 0.8; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.6; }
  .slick-prev:before,
  .slick-next:before {
    font-family: inherit;
    font-size: 20px;
    line-height: 1;
    color: #999999;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 0.8; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 20px;
        height: 20px;
        font-family: inherit;
        font-size: 60px;
        line-height: 20px;
        text-align: center;
        color: #333333;
        opacity: 0.6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #757575;
      opacity: 1; }

.slick-next,
.slick-prev {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  height: 5.08333rem;
  margin-top: -2.5rem;
  padding: 0.83333rem;
  width: 3.33333rem;
  z-index: 999 !important; }
  .slick-next::before,
  .slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 3.41667rem;
    width: 1.66667rem; }
  .slick-next:hover, .slick-next:focus,
  .slick-prev:hover,
  .slick-prev:focus {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.9);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%; }

.slick-next {
  right: -15px; }
  @media (min-width: 1200px) {
    .slick-next {
      right: -3.41667rem; } }
  .slick-next::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS40NTY3OSAxLjAwNzQ2MTQ3bDIxIDIwLjAyNDgyMTQzTDEuNTA4ODUgNDEuMDA3NDYxNSIgc3Ryb2tlPSIjMkQyRDJEIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+"); }
  .slick-next:hover::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS40NTY3OSAxLjAwNzQ2MTQ3bDIxIDIwLjAyNDgyMTQzTDEuNTA4ODUgNDEuMDA3NDYxNSIgc3Ryb2tlPSIjOTg5ODk4IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+"); }

.slick-prev {
  left: -15px; }
  @media (min-width: 1200px) {
    .slick-prev {
      left: -3.41667rem; } }
  .slick-prev::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIuNDU3MjA3NCAxLjAwNzQ2MTQ3bC0yMSAyMC4wMjQ4MjE0MyAyMC45NDc5Mzk3IDE5Ljk3NTE3ODYiIHN0cm9rZT0iIzJEMkQyRCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg=="); }
  .slick-prev:hover::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIuNDU3MjA3NCAxLjAwNzQ2MTQ3bC0yMSAyMC4wMjQ4MjE0MyAyMC45NDc5Mzk3IDE5Ljk3NTE3ODYiIHN0cm9rZT0iIzk4OTg5OCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg=="); }

.slick-dots {
  margin: 0;
  bottom: -40px; }
  .slick-dots li {
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0.41667rem; }
    .slick-dots li button,
    .slick-dots li button::before {
      width: 15px;
      height: 15px;
      border-radius: 50%; }
    .slick-dots li button {
      border: 1px solid #333333;
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle; }
      .slick-dots li button:hover::before {
        background: #333333; }
    .slick-dots li button::before {
      display: block;
      left: -1px;
      top: -1px;
      transition: background 100ms ease-out; }
    .slick-dots li.slick-active button::before {
      background: #757575; }

.slick-disabled {
  cursor: default;
  opacity: 0.1; }

.slick-track {
  backface-visibility: hidden;
  perspective: 1000px; }

.pace {
  pointer-events: none;
  user-select: none; }

.pace-inactive {
  display: none; }

.pace-progress {
  background-color: #989898;
  height: 0.41667rem;
  position: fixed;
  right: 100%;
  top: 0;
  width: 100%;
  z-index: 2000;
  display: none; }

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.75rem; }

body {
  font-size: 1rem;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin-top: 2.25rem;
  letter-spacing: 0.05em; }

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"] {
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

a,
img {
  text-decoration: none;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s; }
  a:hover,
  img:hover {
    text-decoration: none;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    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: 600;
  margin: 0 0.41667rem 0 0;
  padding: 3px 0; }

.definitionList-value {
  margin: 0;
  padding: 3px 0;
  font-weight: 500;
  color: #848484; }

.form-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #505050; }

.form-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #505050; }

.form-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #505050; }

.form-input:-moz-placeholder {
  /* Firefox 18- */
  color: #505050; }

.form-select {
  appearance: none;
  background-color: #ffffff;
  background-image: url("../img/select-arr.png");
  border-radius: 0px;
  padding: 0.75rem 3rem 0.75rem 1rem;
  border-color: #dedede;
  height: 3.5em; }
  .form-select:focus {
    background-image: url("../img/select-arr-focus.png"); }

.form-label small {
  font-style: italic;
  text-transform: none;
  color: #e95144;
  font-size: 1rem;
  font-weight: 600; }

.form-label--inlineSmall small {
  color: red;
  float: none;
  font-size: 11px;
  font-weight: 400;
  margin-right: 0.41667rem;
  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.41667rem; } }

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

@media (min-width: 480px) {
  .table--line tr td:first-child {
    text-align: left;
    vertical-align: middle; } }

.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.75rem; }
  .dropdown-menu-item:last-child > a {
    padding-bottom: 1rem; }
  .dropdown-menu-item > a {
    margin: 0;
    padding: 0.25rem 1.16667rem;
    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); }

.css-nmhyd4 {
  background: none !important; }
  .css-nmhyd4 path {
    fill: black; }

.css-113wrz1 {
  background: none !important; }
  .css-113wrz1 path {
    fill: black; }

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

.modal-header {
  border-bottom: 1px solid #dbdbdb;
  padding: 1.5rem 0;
  padding-left: 2.25rem;
  padding-right: 3.5rem; }

.modal-header-title {
  font-size: 13px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase; }

.decs-header {
  margin: 50px 35px 20px 50px; }
  @media (max-width: 600px) {
    .decs-header {
      margin: 10px; } }

.popup-close,
.modal-close {
  width: 33px;
  height: 33px;
  color: #e95144;
  font-size: 0;
  padding: 0;
  position: absolute;
  top: 10px;
  right: 15px;
  text-align: center;
  text-decoration: none !important;
  z-index: 50;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center; }
  .popup-close svg,
  .modal-close svg {
    width: 33px;
    height: 33px;
    padding: 5px;
    fill: #e95144; }
  .popup-close:hover,
  .modal-close:hover {
    color: black;
    text-decoration: none;
    background: white; }
    .popup-close:hover svg,
    .modal-close:hover svg {
      fill: black; }

.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 {
  margin-bottom: 25px;
  text-align: right; }
  @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: 30px;
    border-top: 1px solid #e5e5e5;
    position: relative; }
    @media (max-width: 991px) {
      .product-pagination.bottom {
        display: flex;
        justify-content: center; } }
    @media (max-width: 767px) {
      .product-pagination.bottom .pagination {
        width: 100%; } }
  .product-pagination.bottom .pagination {
    width: calc(100% - 200px);
    text-align: center; }
    @media (max-width: 991px) {
      .product-pagination.bottom .pagination {
        width: 100%; } }
    @media (max-width: 767px) {
      .product-pagination.bottom .pagination {
        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--small {
  text-align: right !important; }
  .pagination-list--small .pagination-item--previous {
    float: none !important;
    margin-right: 25px !important; }
  .pagination-list--small .pagination-item--next {
    margin-left: 25px !important; }
  .pagination-list--small .paginaton-title {
    text-transform: uppercase;
    font-weight: 600;
    margin-right: 25px !important; }

.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;
    cursor: default;
    padding: 0 12px; }
    .pagination-list .pagination-item a {
      display: inline;
      font-size: 1rem;
      color: #2d2d2d;
      font-weight: 600;
      letter-spacing: 0.1em;
      border-radius: 0;
      padding: 5px 0; }
      .pagination-list .pagination-item a:hover {
        text-decoration: none;
        color: black; }
    .pagination-list .pagination-item.pagination-item--previous {
      float: left;
      padding: 0;
      margin-right: 12px; }
    .pagination-list .pagination-item.pagination-item--next {
      float: right;
      padding: 0;
      margin-left: 12px; }
    .pagination-list .pagination-item.pagination-item--previous a,
    .pagination-list .pagination-item.pagination-item--next a {
      color: #2d2d2d;
      font-family: "DM Sans", Arial, Helvetica, sans-serif;
      font-size: 1rem;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 0.1em; }
      .pagination-list .pagination-item.pagination-item--previous a span,
      .pagination-list .pagination-item.pagination-item--next a span {
        border-bottom: 1px dotted #2d2d2d; }
      .pagination-list .pagination-item.pagination-item--previous a:hover,
      .pagination-list .pagination-item.pagination-item--next a:hover {
        color: black; }
        .pagination-list .pagination-item.pagination-item--previous a:hover span,
        .pagination-list .pagination-item.pagination-item--next a:hover span {
          border-bottom-color: black; }
      .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: #2d2d2d;
      border-bottom: 1px dotted #2d2d2d;
      font-weight: 700;
      margin: 5px;
      padding: 0; }

.compare-link-top {
  width: 150px;
  text-align: right; }
  @media (max-width: 991px) {
    .compare-link-top {
      width: auto; } }
  .compare-link-top a {
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase; }

.compare-link {
  align-self: stretch;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0; }
  @media (max-width: 991px) {
    .compare-link {
      display: none; } }
  @media (min-width: 992px) {
    .compare-link {
      position: absolute;
      top: 30px;
      right: 0;
      min-width: 200px; } }
  @media (max-width: 400px) {
    .compare-link {
      width: 100%;
      margin-left: 0;
      text-align: center; } }
  .compare-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    letter-spacing: 0.05em;
    font-size: 1rem;
    background: transparent !important;
    border: 0 !important;
    height: 24px;
    margin-top: -2px; }
    @media (max-width: 400px) {
      .compare-link a {
        width: 100%; } }
    .compare-link a .countPill {
      display: none; }
    .compare-link a:hover {
      text-decoration: none;
      color: #000 !important;
      border: 0 !important; }
    .compare-link a .compare-text {
      border-bottom: 1px dotted; }
  .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: #da5b4c;
  color: #fff !important;
  line-height: 24px;
  font-size: 11px;
  font-weight: 700; }

/*Buttons*/
.btn {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: initial;
  padding: 9px 25px 8px;
  text-transform: uppercase;
  border-radius: 0px;
  background: #fff;
  text-align: center;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  padding: 1rem !important;
  border-radius: inherit;
  line-height: 1 !important;
  vertical-align: middle !important;
  height: auto !important; }

.btn.btn-sm {
  font-size: 11px;
  line-height: 25px;
  height: 28px;
  padding: 0 15px;
  border-width: 1px !important; }

.btn.btn-lg {
  line-height: 50px;
  height: 52px;
  padding: 1px 27px;
  font-size: 13px; }

/*btn-primary*/
.btn.btn-primary {
  color: white;
  border: 2px solid #ed632b;
  background: #ed632b;
  padding: 1rem;
  border-radius: inherit;
  line-height: 1;
  vertical-align: middle;
  height: auto; }

.btn.btn-primary:hover {
  color: white;
  background: #ef3c24;
  border-color: #ef3c24; }

.btn.btn-primary[disabled],
.btn.btn-primary[disabled]:hover,
.btn.btn-primary[disabled]:focus,
.btn.btn-primary[disabled]:active {
  color: white;
  border: 2px solid #ed632b;
  background: #ed632b; }

.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: white;
  border: 2px solid white;
  background: black; }

.btn.btn-alt:hover {
  color: black;
  background: white;
  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: white;
  border: 2px solid white;
  background: black; }

/*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: #ff7677;
  background: #ff7677; }

.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.75rem; } }

.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.16667rem 0;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 480px) {
    .tab-title {
      text-align: left; } }
  @media (min-width: 768px) {
    .tab-title {
      padding: 0.75rem 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.75rem;
      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.16667rem; }
  @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.91667rem;
  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.75rem; }
  .inlineList--labels > li {
    margin-bottom: 0.75rem;
    margin-left: 0.75rem; }

.alert {
  border: 0; }

.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: 600;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  letter-spacing: 0.05em;
  font-size: 1rem;
  margin-bottom: 10px; }

.form-field {
  margin-bottom: 20px; }

.form-input {
  height: 42px; }

[data-contact-form] input.form-input {
  max-width: 470px; }

[data-contact-form] textarea.form-input {
  max-width: 570px; }

.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(233, 81, 68, 0.999)' /%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 1.16667rem;
  left: -0.16667rem;
  margin-right: 0.08333rem;
  position: relative;
  top: 0.25rem;
  width: 1.16667rem; }

.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.66667rem 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.33333rem; }

.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: 100rem;
  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.75rem; }
      @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.75rem; } }

.form-label--alternate {
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #000000; }

.form-select--date {
  width: initial;
  margin-right: 0.41667rem;
  margin-bottom: 0.41667rem; }
  .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.58333rem 0.75rem;
  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: 13px; }

.form-field-group {
  border: 1px solid gainsboro;
  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.41667rem; }
  @media (min-width: 1200px) {
    .form-prefixPostfix .form-inlineMessage {
      margin-bottom: 0; } }

.form-prefixPostfix-button--postfix {
  order: 1; }
  @media (min-width: 1200px) {
    .form-prefixPostfix-button--postfix {
      order: 0; } }

.form-increment .button {
  margin: 0;
  padding: 0.25rem 0.41667rem;
  width: 42px;
  height: 42px;
  border-color: #dedede;
  font-size: 16px;
  color: #000; }
  .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: 4.33333rem;
  min-width: 68px;
  height: 42px;
  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: 38px;
  height: 38px; }
  [data-product-attribute="swatch"] .form-option > span {
    position: static; }

[data-product-attribute="set-rectangle"] .form-option {
  min-width: 38px;
  height: 38px;
  text-align: center;
  /*padding: 8px 7px 7px;*/ }

.form-option {
  -webkit-border: 1px solid #dedede;
  -moz-border: 1px solid #dedede;
  border: 1px solid #dedede;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  margin-bottom: 14px;
  margin-right: 14px;
  transition: all 0.15s ease; }
  .form-option:hover {
    border-color: #000; }

.form-radio:checked + .form-option {
  border-color: #000; }
  .form-radio:checked + .form-option > span {
    -webkit-box-shadow: inset 0px 0px 0px 2px black;
    -moz-box-shadow: inset 0px 0px 0px 2px black;
    box-shadow: inset 0px 0px 0px 2px black; }
    .form-radio:checked + .form-option > span.form-option-expanded {
      box-shadow: none; }

.form-option-variant {
  display: inline-block;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1rem;
  padding: 0 14px;
  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: 13px;
  height: 3rem;
  line-height: 1rem;
  padding: 0.58333rem 0.75rem; }

.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: static; }
  [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; }

.gift-certificate-form .form-label {
  float: left;
  width: 195px;
  margin-bottom: 0; }
  @media (max-width: 600px) {
    .gift-certificate-form .form-label {
      width: 100%;
      margin-bottom: 15px; }
      .gift-certificate-form .form-label .note_optional {
        margin-left: 0;
        display: inline-block; }
      .gift-certificate-form .form-label .form-actions {
        margin-left: 0; } }

@media (min-width: 600px) {
  .gift-certificate-form .form-field {
    margin-bottom: 15px;
    display: flex;
    justify-content: left;
    align-items: center; } }

@media (min-width: 880px) {
  .gift-certificate-form .form-actions {
    margin-left: 195px;
    margin-top: 15px; } }

.form-radio-group {
  max-width: 420px;
  width: 100%;
  float: left; }
  .form-radio-group .form-label {
    width: 100%;
    margin-bottom: 5px; }

.form-textarea {
  max-width: 378px;
  width: 100%;
  float: left; }
  .form-textarea textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    border-color: gainsboro;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .form-textarea textarea:focus {
      border-color: #989898; }
  @media (min-width: 991px) {
    .form-textarea {
      max-width: 570px; } }

.form-field-group {
  max-width: 378px;
  width: 100%;
  float: left; }

.form-input-item {
  margin-bottom: 5px; }

.form-input-group {
  max-width: 378px;
  width: 100%;
  float: left; }
  .form-input-group .form-input {
    width: 100%; }
  .form-input-group .form-inlineMessage {
    margin-left: 0; }

.note_optional {
  font-weight: 500;
  color: #848484;
  opacity: 0.6;
  font-weight: 400;
  display: block; }

.note_input {
  font-weight: 500;
  color: #848484;
  opacity: 0.6;
  clear: both;
  margin-bottom: 0; }

.form-check {
  width: 100%;
  margin-top: 15px; }
  .form-check .form-label {
    float: none;
    width: 100%; }
  .form-check .form-inlineMessage {
    margin-left: 0; }

.card-figure {
  margin-top: 0;
  height: 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: inline-block;
  width: auto; }

.card-title {
  font-size: 15px;
  margin: 0 0 0.25rem; }
  .card-title > a {
    color: black;
    text-decoration: none; }
    .card-title > a:hover {
      color: black; }

.card-text {
  margin-bottom: 0.16667rem; }
  .card-text abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.card-figcaption-button {
  border: none;
  display: block;
  margin: 0.41667rem 0 0; }
  .card-figcaption-button:active {
    background-color: white;
    border: none; }
  .card-figcaption-button + .card-figcaption-button {
    margin: 0.41667rem 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.75rem;
    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; }

.card-img-container {
  position: relative; }
  .card-img-container img {
    transition: all 0.5s ease; }
  .card-img-container .replace-2x,
  .card-img-container .product-additional {
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    z-index: 5;
    position: absolute;
    visibility: hidden;
    filter: alpha(opacity=0);
    transition: all .6s ease; }

@media (min-width: 1025px) {
  .card:hover .card-img-container .replace-2x,
  .card:hover .card-img-container .product-additional {
    opacity: 1;
    visibility: visible;
    filter: alpha(opacity=100); } }

.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.41667rem;
  padding-left: 1.91667rem;
  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.33333rem;
    left: 0;
    top: 0;
    width: 1.33333rem; }
  .navList-action--checkbox::after {
    height: 1.16667rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 1.16667rem; }
  .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: 1.16667rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox:before, .navList-action--checkbox:after {
    top: 50%; }
  .navList-action--checkbox:before {
    margin-top: -0.66667rem; }
  .navList-action--checkbox:after {
    margin-top: -0.58333rem; }
  .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.25rem;
  transition: opacity 0.3s ease;
  visibility: hidden; }
  .navList-action-close .icon {
    width: 13px;
    height: 13px;
    fill: #2d2d2d; }
  .navList-action.is-selected:hover .navList-action-close {
    opacity: 1;
    visibility: visible; }

nav.navBar--sub {
  display: block;
  margin-top: 15px; }

nav.navBar--sub ul.navBar-section {
  position: relative;
  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: 52px;
    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: "DM Sans", Arial, Helvetica, sans-serif;
      font-size: 13px;
      font-weight: 700;
      display: block;
      display: table-cell;
      padding: 8px 30px 3px;
      -webkit-transition: background .3s ease 0s;
      -moz-transition: background .3s ease 0s;
      -ms-transition: background .3s ease 0s;
      -o-transition: background .3s ease 0s;
      transition: background .3s ease 0s;
      vertical-align: middle;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #000;
      border: 1px solid #e5e5e5;
      background: #f7f8f9;
      text-decoration: none !important; }
      nav.navBar--sub ul.navBar-section li.navBar-item a span.count-number {
        background-color: #ff7677;
        width: 22px;
        height: 22px;
        color: #fff;
        display: inline-block;
        text-align: center;
        line-height: 22px;
        font-weight: 500;
        border-radius: 50%;
        font-size: 1rem;
        position: relative;
        top: -28px; }
        @media (max-width: 1000px) {
          nav.navBar--sub ul.navBar-section li.navBar-item a span.count-number {
            position: static;
            margin-left: 8px; } }
    nav.navBar--sub ul.navBar-section li.navBar-item.is-active a {
      border-bottom-color: #fff;
      background: #fff;
      position: relative; }
      nav.navBar--sub ul.navBar-section li.navBar-item.is-active a:before {
        content: '';
        height: 2px;
        width: 100%;
        background-color: #000;
        position: absolute;
        top: -1px;
        left: 0; }

nav.navBar--sub ~ main h3 {
  font-size: 18px;
  letter-spacing: 0.02em;
  font-weight: 700;
  margin-top: 0;
  border-bottom: 0;
  margin-bottom: 7px;
  text-transform: capitalize; }

nav.navBar--sub ~ main h2 {
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 1.5rem;
  margin-top: 0;
  text-transform: capitalize; }

@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; } }

.page-sidebar .navBar-action {
  padding: 15px 0; }

.page-sidebar li.navBar-item {
  border-top: 1px solid #eee;
  width: 100%; }
  .page-sidebar li.navBar-item.is-active a {
    font-weight: 700; }

.account .info {
  font-weight: 500;
  margin-top: 22px;
  line-height: 1.3;
  padding-bottom: 22px;
  margin-bottom: 0;
  border-bottom: 1px solid #eee; }

.form.gift-certificate-form {
  margin-top: 40px; }
  .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;
  display: inline-block;
  text-align: center; }

input#gift-certificate-submit {
  min-width: 296px;
  display: inline-block;
  text-align: center; }

.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.91667rem -0.91667rem 0 0;
  padding: 0.08333rem 1rem;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  z-index: 1; }

@media (max-width: 768px) {
  .navPages-container {
    display: none; } }

.navPages-container > .container {
  position: inherit; }

.navPages-container .navPages-quickSearch {
  display: none; }

.navPages-container nav ul.navPages-list {
  margin: 0 auto;
  max-width: 1370px;
  text-align: center; }
  @media (min-width: 1025px) {
    .navPages-container nav ul.navPages-list.navPages-list-mobile {
      display: none; } }

.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;
  min-height: 48px; }
  .navPages-container nav ul.navPages-list > li > a {
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: 700;
    display: block;
    margin: 18px 18px 13px;
    letter-spacing: 0;
    color: #707070;
    border-bottom: none;
    text-decoration: none !important;
    position: relative; }
    @media (max-width: 1280px) {
      .navPages-container nav ul.navPages-list > li > a {
        font-size: 1.775vw; } }
    @media (max-width: 1200px) {
      .navPages-container nav ul.navPages-list > li > a {
        margin: 18px 18px 13px; } }
    @media (max-width: 1083px) {
      .navPages-container nav ul.navPages-list > li > a {
        margin: 18px 15px 13px; } }
    .navPages-container nav ul.navPages-list > li > a.navPages-action.sale {
      color: #ed632b; }
  .navPages-container nav ul.navPages-list > li:hover > a {
    border-bottom-color: #707070;
    color: #ed632b;
    border-bottom: 2px solid; }
  .navPages-container nav ul.navPages-list > li > .navPage-subMenu {
    position: absolute;
    z-index: 102;
    top: auto;
    display: none;
    min-width: 210px;
    background-color: rgba(250, 250, 250, 0.95);
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); }
    .navPages-container nav ul.navPages-list > li > .navPage-subMenu ul {
      list-style: none;
      margin: 0;
      padding: 0;
      text-align: left; }
      .navPages-container nav ul.navPages-list > li > .navPage-subMenu ul > li {
        position: relative; }
      .navPages-container nav ul.navPages-list > li > .navPage-subMenu ul > li + li {
        border-top: 1px solid #e3e3e3; }
      .navPages-container nav ul.navPages-list > li > .navPage-subMenu ul li > a {
        position: relative;
        display: block;
        padding: 12px 20px 13px;
        color: black; }
        .navPages-container nav ul.navPages-list > li > .navPage-subMenu ul li > a::before {
          position: absolute;
          top: 50%;
          left: 20px;
          visibility: hidden;
          width: 0;
          height: 1px;
          content: '';
          -webkit-transition: all .3s ease 0s;
          -moz-transition: all .3s ease 0s;
          -ms-transition: all .3s ease 0s;
          -o-transition: all .3s ease 0s;
          transition: all .3s ease 0s;
          opacity: 0;
          background-color: black;
          filter: alpha(opacity=0); }
      .navPages-container nav ul.navPages-list > li > .navPage-subMenu ul li:hover > a {
        padding-left: 42px;
        color: #464646; }
    .navPages-container nav ul.navPages-list > li > .navPage-subMenu li > .navPage-childList {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 100%;
      display: none;
      width: 100%;
      min-width: 210px;
      margin-left: 6px;
      background: #fafafa;
      -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); }
      .navPages-container nav ul.navPages-list > li > .navPage-subMenu li > .navPage-childList::before {
        position: absolute;
        width: 6px;
        height: 100%;
        margin-left: -6px;
        content: '';
        background-color: transparent; }
    .navPages-container nav ul.navPages-list > li > .navPage-subMenu li:hover > .navPage-childList {
      display: block;
      -webkit-animation: fadeIn .3s;
      -o-animation: fadeIn .3s;
      animation: fadeIn .3s; }
  .navPages-container nav ul.navPages-list > li:hover > .navPage-subMenu {
    display: block;
    -webkit-animation: fadeIn .3s;
    -o-animation: fadeIn .3s;
    animation: fadeIn .3s; }

.navPages .navPages-action .menu-label {
  text-transform: capitalize;
  font-size: 10px;
  font-weight: 500;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  padding: 0 8px;
  line-height: 15px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  margin-left: 20px;
  margin-top: -1px;
  display: inline-block;
  vertical-align: middle; }
  @media (min-width: 1025px) {
    .navPages .navPages-action .menu-label {
      margin-left: 0;
      margin-top: 0px;
      position: absolute;
      top: -25px;
      right: -18px; } }
  .navPages .navPages-action .menu-label.new-label {
    background: #44b5f5;
    color: white;
    border: 1px solid #44b5f5; }
  .navPages .navPages-action .menu-label.sale-label {
    background: #ec4064;
    color: white;
    border: 1px solid #ec4064; }
  .navPages .navPages-action .menu-label.hot-label {
    background: #f79900;
    color: white;
    border: 1px solid #f79900; }

.widget-featured-product {
  text-align: center; }
  .widget-featured-product .title {
    font-weight: 600;
    font-size: 13px;
    color: black;
    margin: 0;
    padding-bottom: 25px; }
  .widget-featured-product .prod-name a {
    font-size: 1rem;
    font-weight: 500;
    color: black;
    line-height: 20px; }
    .widget-featured-product .prod-name a:hover {
      color: #464646; }
  .widget-featured-product .prod-price {
    font-size: 13px;
    color: black;
    font-weight: 600;
    padding: 10px 0 15px; }
  .widget-featured-product .mega-shopNow {
    text-transform: uppercase;
    border-bottom: 1px dotted;
    color: black;
    line-height: 1.3;
    letter-spacing: 0.1em;
    font-weight: 700;
    display: inline-block; }

.navPages-container li.hasMegamenu {
  position: relative; }

.navPages-container li.hasMegamenu > .subMegaMenu {
  padding: 30px 20px 30px; }

.navPages-container li.hasMegamenu.fullWidth > .subMegaMenu {
  padding: 40px 30px 30px; }

.navPages-container li.hasMegamenu > .subMegaMenu.imageLeft {
  padding-left: 30px; }

.navPages-container li.hasMegamenu > .subMegaMenu.imageRight {
  padding-right: 30px; }

.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 .container.hasBottomCate .cateArea {
  padding-bottom: 56px; }

.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.alignCenter > .subMegaMenu {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

.navPages-container li.hasMegamenu.fullWidth {
  position: static !important; }

.navPages-container li.hasMegamenu.fullWidth > .subMegaMenu {
  left: 0; }

.navPages-container li.hasMegamenu.fullWidth > .subMegaMenu .container {
  position: relative; }

.navPages-container li.hasMegamenu > .subMegaMenu {
  position: absolute;
  z-index: 102;
  top: auto;
  display: none;
  min-width: 210px;
  background-color: !important;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); }

.navPages-container li.hasMegamenu:hover > .subMegaMenu {
  display: block;
  -webkit-animation: fadeIn .3s;
  -o-animation: fadeIn .3s;
  animation: fadeIn .3s; }

.navPages-container li.hasMegamenu > .subMegaMenu ul {
  padding: 0;
  list-style: none; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea > ul li {
  border: 0; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea > ul li > a {
  padding-top: 6px;
  padding-bottom: 6px; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea > ul li > span.image-top {
  padding-top: 6px;
  padding-bottom: 6px;
  display: inline-block;
  width: 100%; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea > ul > li > a {
  font-weight: 600;
  padding-left: 0 !important;
  font-size: 13px; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea > ul > li > a::before {
  display: none !important; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea > ul > li > ul {
  position: inherit;
  margin: 0;
  display: block;
  -webkit-animation: none;
  -o-animation: none;
  animation: none;
  padding: 0;
  box-shadow: none;
  padding-bottom: 15px;
  left: 0;
  background: transparent; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea > ul > li:hover > ul {
  -webkit-animation: none;
  -o-animation: none;
  animation: none; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea ul li a {
  position: relative;
  display: block;
  color: black;
  padding-left: 0;
  padding-right: 0; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea ul li:hover > a {
  padding-left: 22px;
  text-decoration: none;
  background: transparent;
  color: #464646; }
  .navPages-container li.hasMegamenu > .subMegaMenu .cateArea ul li:hover > a > span {
    border-bottom: 1px dotted; }
  @media (max-width: 1024px) {
    .navPages-container li.hasMegamenu > .subMegaMenu .cateArea ul li:hover > a {
      padding-left: 0; } }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea ul li > a::before {
  position: absolute;
  top: 50%;
  left: 0;
  visibility: hidden;
  width: 0;
  height: 1px;
  content: '';
  -webkit-transition: all .3s ease 0s;
  /* Opacity for IE8 and lower */
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  opacity: 0;
  background-color: #000;
  /* Opacity for Modern Browsers */
  filter: alpha(opacity=0); }
  @media (max-width: 1024px) {
    .navPages-container li.hasMegamenu > .subMegaMenu .cateArea ul li > a::before {
      display: none; } }

.navPages-container li.hasMegamenu > .subMegaMenu .imageArea.colLeft {
  text-align: left; }

.navPages-container li.hasMegamenu > .subMegaMenu .imageArea.colRight {
  text-align: right; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea.columns-2 > ul > li {
  float: left;
  width: 50%;
  padding-right: 20px; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea.columns-3 > ul > li {
  float: left;
  width: 33.33%;
  padding-right: 20px; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea.columns-4 > ul > li {
  float: left;
  width: 25%;
  padding-right: 20px; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea.columns-5 > ul > li {
  float: left;
  width: 20%;
  padding-right: 20px; }

/*Megamenu Col-left-right image*/
.imageArea .col-left {
  display: inline-block;
  padding-right: 6px; }
  @media (min-width: 1025px) {
    .imageArea .col-left {
      width: 50.5%; } }

.imageArea a {
  display: block; }

.imageArea .col-left a + a {
  margin-top: 6px; }

.subMegaMenu.imageRight .imageArea .col-right {
  float: right; }
  @media (min-width: 1025px) {
    .subMegaMenu.imageRight .imageArea .col-right {
      width: 49%; } }

.subMegaMenu.imageLeft .imageArea .col-left {
  float: left; }

/*Megamenu four-images*/
.imageArea .four-images {
  text-align: center; }

.imageArea .four-images a {
  display: inline-block;
  max-width: 49%;
  padding: 2.5px 1px; }

@media (min-width: 1025px) {
  .bottomMegamenu {
    position: absolute;
    width: 100%;
    bottom: -36px;
    left: 0; } }

.bottomMegamenu p {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 8px;
  color: #322b24;
  font-size: 11px;
  background: #f5ede3;
  margin: 0; }

.cateArea > ul {
  height: 100%; }

.cateArea > ul > .bottomCate {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  clear: both; }

.cateArea.has-bottom-cates {
  padding-bottom: 50px; }

.subMegaMenu.imageLeft .cateArea > ul > .bottomCate {
  right: 0;
  left: auto;
  padding-right: 0;
  padding-left: 20px; }

.cateArea > ul > .bottomCate > .own-text {
  width: 100%;
  padding: 5px;
  background-color: #fef8e7; }

.cateArea > ul > .bottomCate p {
  font-size: 11px;
  font-weight: 700;
  line-height: 20px;
  margin-bottom: 0;
  padding: 7px;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #e06868;
  border: 1px solid #fdefc9; }

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 {
    color: rgba(72, 72, 72, 0.6);
    display: inline-block;
    text-decoration: none;
    border-radius: 0;
    margin-right: 20px;
    line-height: 1.3;
    font-weight: 600; }
    .tag a:hover {
      color: #000000;
      border-bottom: 1px dotted; }

.social-icons {
  margin: 0;
  margin-top: 2px; }

.social-icons li {
  list-style: none;
  display: inline-block;
  margin-right: 24px;
  margin-bottom: 12px; }
  .social-icons li:last-child {
    margin-right: 0; }

.social-icons a {
  background-color: transparent;
  border-radius: 50%;
  text-align: center; }
  .social-icons a svg {
    width: 16px;
    fill: #fff; }
  .social-icons a:hover {
    background-color: transparent;
    border-bottom: 0 !important; }
  .social-icons a.icon--facebook:hover svg {
    fill: #4a73bd !important; }
  .social-icons a.icon--twitter:hover svg {
    fill: #46b0e2 !important; }
  .social-icons a.icon--google:hover svg {
    fill: #ea3b02 !important; }
  .social-icons a.icon--instagram:hover svg {
    fill: #fb3358 !important; }
  .social-icons a.icon--rss:hover svg {
    fill: #f9bc2e !important; }
  .social-icons a.icon--pinterest:hover svg {
    fill: #cc2127 !important; }
  .social-icons a.icon--tumblr:hover svg {
    fill: #33465d !important; }
  .social-icons a.icon--youtube:hover svg {
    fill: #cf3427 !important; }
  .social-icons a.icon--linkedin:hover svg {
    fill: #0077b5 !important; }
  .social-icons a.icon--stumbleupon:hover svg {
    fill: #eb4924 !important; }

.black-icons .social-icons a {
  background-color: transparent; }
  .black-icons .social-icons a svg {
    fill: #000; }
  .black-icons .social-icons a:hover svg {
    fill: #2d2d2d !important; }

.owl-nav > div {
  font-size: 0;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 35px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  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: black; }

.owl-nav > div.disabled {
  opacity: 0.2;
  cursor: default !important; }

.owl-carousel .owl-item img {
  max-width: 100%;
  width: auto;
  transform-style: unset; }

.productCarousel.owl-carousel .owl-nav > div.owl-prev, .productCarousel.owl-carousel .owl-nav > div.owl-next {
  top: 35%; }

.owl-carousel .owl-nav > div {
  color: #000;
  border: 0;
  border-radius: none; }
  .owl-carousel .owl-nav > div::before {
    font-size: 50px; }
  .owl-carousel .owl-nav > div.owl-prev {
    left: -95px;
    top: 50%; }
    @media (max-width: 1400px) {
      .owl-carousel .owl-nav > div.owl-prev {
        left: 0; } }
  .owl-carousel .owl-nav > div.owl-next {
    right: -95px;
    top: 50%; }
    @media (max-width: 1400px) {
      .owl-carousel .owl-nav > div.owl-next {
        right: 0; } }

.owl-carousel .owl-nav > div {
  opacity: 0; }

.owl-carousel:hover .owl-nav > div {
  filter: Alpha(Opacity=100);
  opacity: 1;
  text-decoration: none; }

.heroCarousel {
  margin-bottom: 30px;
  min-height: 100px;
  /*min-width: 320px;*/ }
  .heroCarousel .owl-nav > div {
    border: 0;
    opacity: 0;
    visibility: hidden; }
    @media (max-width: 767px) {
      .heroCarousel .owl-nav > div {
        display: none; } }
    .heroCarousel .owl-nav > div::before {
      font-size: 0px; }
    .heroCarousel .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: 40px;
      background-position: center;
      background-repeat: no-repeat; }
    .heroCarousel .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: 40px;
      background-position: center;
      background-repeat: no-repeat; }
  .heroCarousel:hover .owl-nav > div {
    opacity: 1;
    visibility: visible; }
    .heroCarousel:hover .owl-nav > div.owl-prev {
      left: 10px;
      top: 43%; }
    .heroCarousel:hover .owl-nav > div.owl-next {
      right: 10px;
      top: 43%; }
  .heroCarousel .heroCarousel-image-wrap {
    display: block; }
  .heroCarousel .heroCarousel-image {
    width: 100%;
    padding: 0;
    margin: 0 auto; }
  .heroCarousel .owl-dots {
    position: absolute;
    bottom: 60px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media (max-width: 987px) {
      .heroCarousel .owl-dots {
        bottom: -30px; } }
    @media (min-width: 987px) and (max-width: 1200px) {
      .heroCarousel .owl-dots {
        bottom: 30px; } }
  .heroCarousel .owl-dots > div {
    position: relative;
    display: inline-block;
    margin: 0 5px !important;
    width: 12px;
    height: 12px;
    /* Dots Puff Style  */ }
    .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;
      background: #dad5d5; }
    .heroCarousel .owl-dots > div span:focus {
      outline: none; }
    .heroCarousel .owl-dots > div span {
      border: 3px solid transparent;
      -webkit-transition: border-color 0.3s ease;
      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;
      -webkit-transform: scale(3);
      transform: scale(3);
      -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease, visibility 0s 0.3s;
      transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s 0.3s; }
    .heroCarousel .owl-dots > div span:hover,
    .heroCarousel .owl-dots > div span:focus,
    .heroCarousel .owl-dots > div.active span {
      border: 1px solid #dad5d5;
      background: #fff; }
    .heroCarousel .owl-dots > div.active span::after {
      visibility: visible;
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
      transition: opacity 0.3s ease, transform 0.3s ease; }
  @media (max-width: 991px) {
    .heroCarousel {
      margin-bottom: 60px; } }
  @media (max-width: 551px) {
    .heroCarousel .heroCarousel-image-wrap {
      position: relative;
      overflow: hidden; }
      .heroCarousel .heroCarousel-image-wrap:before {
        content: "";
        display: block;
        padding-top: 50%; }
      .heroCarousel .heroCarousel-image-wrap .heroCarousel-image {
        position: absolute;
        height: 100%;
        width: 100%;
        max-width: none;
        left: 50%;
        top: 0;
        bottom: 0;
        transform: translateX(-50%);
        transform-style: preserve-3d;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        object-fit: cover; } }
    @media (max-width: 551px) and (max-width: 991px) {
      .heroCarousel .heroCarousel-image-wrap .heroCarousel-image {
        top: -8px; } }

.heroCarousel-content {
  text-align: left; }
  @media (max-width: 767px) {
    .heroCarousel-content {
      max-width: 100%;
      transform: initial;
      padding: 0 30px;
      background-color: #f7f8f9;
      padding-bottom: 35px;
      -ms-transform: initial;
      -webkit-transform: initial;
      -moz-transform: initial;
      -o-transform: initial; } }
  @media (max-width: 767px) {
    .heroCarousel-content .heroCarousel-content-inner {
      position: absolute;
      top: 43%;
      max-width: 210px;
      height: 30px; } }
  .heroCarousel-content .heroCarousel-title {
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 72px;
    margin-bottom: 20px;
    color: #1c2c36;
    margin-top: 20px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 1.5px; }
    @media (max-width: 991px) {
      .heroCarousel-content .heroCarousel-title {
        font-size: 40px; } }
    @media (max-width: 767px) {
      .heroCarousel-content .heroCarousel-title {
        margin: 0;
        position: absolute;
        top: 27%;
        left: 0;
        right: 0;
        font-size: 30px; } }
    @media (max-width: 551px) {
      .heroCarousel-content .heroCarousel-title {
        top: 25%; } }
    @media (max-width: 480px) {
      .heroCarousel-content .heroCarousel-title {
        font-size: 22px;
        margin: 0; } }
    @media (max-width: 380px) {
      .heroCarousel-content .heroCarousel-title {
        top: 22%; } }
    @media (max-width: 320px) {
      .heroCarousel-content .heroCarousel-title {
        top: 20%; } }
  .heroCarousel-content .heroCarousel-description p {
    display: inline-block;
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    margin-bottom: 30px;
    max-width: 800px;
    letter-spacing: 2px;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #1c2c36; }
    @media (max-width: 767px) {
      .heroCarousel-content .heroCarousel-description p {
        margin-top: 30px;
        font-weight: 500;
        text-transform: inherit;
        letter-spacing: 0.02em; } }
  .heroCarousel-content .heroCarousel-action {
    height: 52px;
    width: 100%;
    padding: 0;
    line-height: 50px;
    font-size: 13px;
    max-width: 300px;
    margin: auto;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    background-color: #252525;
    color: white;
    text-align: center !important; }
    .heroCarousel-content .heroCarousel-action:hover {
      background: #000 !important;
      color: #fff !important;
      border-color: #000 !important; }
    @media (max-width: 991px) {
      .heroCarousel-content .heroCarousel-action {
        height: 42px;
        line-height: 40px; } }
    @media (max-width: 767px) {
      .heroCarousel-content .heroCarousel-action {
        border-color: #000 !important;
        height: 42px;
        line-height: 40px;
        font-size: 8px; } }
  @media (min-width: 768px) {
    .heroCarousel-content {
      position: absolute;
      top: 50%;
      left: 50%;
      -moz-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      max-width: 1170px;
      padding: 0 58px 30px; } }

.slide-item-0 .heroCarousel-content {
  text-align: center; }
  .slide-item-0 .heroCarousel-content .heroCarousel-title {
    color: #1c2c36; }
  .slide-item-0 .heroCarousel-content .heroCarousel-description p {
    color: #1c2c36; }
  .slide-item-0 .heroCarousel-content .heroCarousel-action {
    color: white; }

.slide-item-1 .heroCarousel-content {
  text-align: center; }
  .slide-item-1 .heroCarousel-content .heroCarousel-title {
    color: #1c2c36; }
  .slide-item-1 .heroCarousel-content .heroCarousel-description p {
    color: #1c2c36; }
  .slide-item-1 .heroCarousel-content .heroCarousel-action {
    color: white; }

.slide-item-2 .heroCarousel-content {
  text-align: center; }
  .slide-item-2 .heroCarousel-content .heroCarousel-title {
    color: #1c2c36; }
  .slide-item-2 .heroCarousel-content .heroCarousel-description p {
    color: #1c2c36; }
  .slide-item-2 .heroCarousel-content .heroCarousel-action {
    color: white; }

.slide-item-3 .heroCarousel-content {
  text-align: center; }
  .slide-item-3 .heroCarousel-content .heroCarousel-title {
    color: #1c2c36; }
  .slide-item-3 .heroCarousel-content .heroCarousel-description p {
    color: #1c2c36; }
  .slide-item-3 .heroCarousel-content .heroCarousel-action {
    color: white; }

.slide-item-4 .heroCarousel-content {
  text-align: center; }
  .slide-item-4 .heroCarousel-content .heroCarousel-title {
    color: #1c2c36; }
  .slide-item-4 .heroCarousel-content .heroCarousel-description p {
    color: white; }
  .slide-item-4 .heroCarousel-content .heroCarousel-action {
    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.active .heroCarousel-title {
  visibility: visible;
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

.heroCarousel .owl-item.active .heroCarousel-description {
  visibility: visible;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

.heroCarousel .owl-item.active .heroCarousel-action {
  visibility: visible;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

.writeReview-productDetails {
  position: relative; }
  @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; }
    @media (max-width: 767px) {
      .writeReview-productDetails img {
        max-width: 200px; } }
  .writeReview-productDetails .new-badge,
  .writeReview-productDetails .sale-badge,
  .writeReview-productDetails .soldout-badge {
    left: 30px; }
  .writeReview-productDetails .product-brand {
    color: #a0a0a0;
    margin: 0 0 14px;
    text-transform: uppercase;
    font-size: 1rem;
    text-align: center; }
  .writeReview-productDetails .product-title {
    margin-top: 0;
    text-transform: none;
    font-size: 1rem;
    line-height: normal;
    color: #000;
    letter-spacing: 0.02em;
    text-align: center;
    font-family: "DM Sans", 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.75rem;
        padding-top: 0.75rem; } }
    .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.16667rem; }
  @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: 15px; }
  .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: 15px;
  font-weight: 700; }
  @media (min-width: 480px) {
    .return-itemName {
      font-size: 1rem;
      font-weight: 400; } }

.return-itemPrice {
  color: #a5a5a5;
  margin-bottom: 0.41667rem; }
  @media (min-width: 480px) {
    .return-itemPrice {
      color: inherit;
      margin-bottom: 0;
      text-align: center; } }

.return-itemQuantity .form-label {
  display: inline;
  margin-right: 0.41667rem; }
  @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.owl-carousel .owl-nav > div {
  opacity: 1; }

@media (min-width: 1025px) {
  .productCarousel.owl-carousel .owl-nav > div {
    opacity: 0; }
  .productCarousel.owl-carousel:hover .owl-nav > div {
    opacity: 1; } }

/*
.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 solid #eeeeee;
  padding-top: 27px; }
  .productReview:first-child {
    border-top: 0; }

#tab-reviews-panel .toggle-title {
  border-top: 1px solid #eeeeee;
  margin-top: 0;
  padding-top: 2.25rem; }

.btn-createReview {
  display: flex;
  justify-content: flex-end; }
  .btn-createReview .btn {
    min-width: 208px;
    margin-bottom: 35px; }

.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: 1.5rem; }

.productReview-rating {
  display: inline-block;
  margin-bottom: 0.83333rem; }
  @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: #8d8d8d; }

.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: "DM Sans", 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.25rem; }
  .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: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 5px;
    color: black; }
    .compareTable-product .price-section .price--rrp {
      font-size: 1rem;
      margin-right: 10px;
      color: #8d8d8d; }
      .compareTable-product .price-section .price--rrp ~ .price--withoutTax {
        font-weight: 700;
        color: #e95144; }

.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: 83.33333rem; }

.textTruncate-viewMore {
  background-color: white;
  bottom: 0;
  padding-top: 10px;
  position: absolute;
  width: 100%; }

.toggle {
  border-top: 1px solid #e8e8e8;
  margin-bottom: 2.25rem; }
  .toggle:last-of-type {
    margin-bottom: 4.5rem; }

.toggle-title {
  font-size: 1.33333rem;
  margin-bottom: 2.08333rem; }

.toggleLink {
  color: #464646; }
  .toggleLink:hover {
    color: #2d2d2d; }
  .toggle-title .toggleLink {
    float: right;
    line-height: 14px; }

.toggleLink-text {
  font-size: 1rem;
  font-weight: 500; }
  .toggleLink-text .fa {
    color: #cfcfcf; }

.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: 100rem;
  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 {
  column-count: 3;
  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: #2d2d2d; }
  #facetedSearch-navList .accordion-content > ul.navList li a:hover {
    color: black; }

#facetedSearch-navList .accordion-content > ul.navList li a::before {
  position: static;
  display: inline-block;
  vertical-align: -3px;
  margin-right: 8px; }

#facetedSearch-navList .accordion-content > ul.navList li a:hover span:not(.navList-action-close) {
  border-bottom: 1px solid black; }

#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; }

.banner-item {
  padding: 0 15px 30px; }
  .banner-item a {
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden; }
    .banner-item a img:not(.overlay) {
      -moz-transition: 1s ease 0s;
      -webkit-transition: 1s ease 0s;
      transition: 1s ease 0s; }
    .banner-item a img.overlay {
      position: absolute;
      top: 0;
      left: 0;
      transition: none !important;
      transform: none !important; }
    .banner-item a:hover img:not(.overlay) {
      -moz-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      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: 370px;
        margin-left: auto;
        margin-right: auto; } }

/*Home Bottom Banners*/
#homeBottomBanners {
  padding-bottom: 40px; }
  #homeBottomBanners .banner-item {
    padding: 0 15px 30px; }
    @media (max-width: 480px) {
      #homeBottomBanners .banner-item {
        width: 100%;
        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; } }

.facetLabel {
  background: #f2f2f2;
  border-radius: 4px;
  padding: 0.16667rem 0.5rem 0.16667rem 0.66667rem;
  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;
  font-size: 18px;
  letter-spacing: 0.05em; }

.cart {
  display: block;
  width: 100%; }
  @media (min-width: 768px) {
    .cart {
      display: table; } }

.cart-header {
  display: none; }
  @media (min-width: 768px) {
    .cart-header {
      display: table-header-group;
      text-align: left; } }

.cart-header-item {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  min-height: 41px;
  padding: 10px 0 12px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #000000;
  border-bottom: 3px solid #000; }
  .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.41667rem; }

.cart-item-figure {
  float: left;
  width: 33.33333%;
  height: 8.33333rem;
  margin-bottom: 1.5rem;
  padding-right: 0;
  padding-left: 0;
  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; }
  @media (max-width: 767px) {
    .cart-item-image {
      border: 0; } }

.cart-item-title {
  padding-top: 48px;
  display: table-cell;
  padding-left: 30px; }
  @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: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 600;
    color: #e95144; }
    .cart-item-title a[data-item-edit]:hover {
      color: #2d2d2d;
      border-bottom: 1px dotted #2d2d2d; }
  @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;
      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.75rem;
    padding-right: 60px; }
  .cart-item-info:not(.cart-item-quantity) {
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    padding-top: 60px; }
    .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; }
  .cart-item-block.cart-item-info {
    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: "DM Sans", 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.16667rem 1px 1.5rem;
  vertical-align: middle; }
  @media (min-width: 768px) {
    .cart-item-quantity .form-increment {
      margin-left: 0;
      margin-top: 10px; } }
  @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.41667rem;
  text-align: right;
  text-align: left;
  color: #000; }
  @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: 10px;
  min-height: 12px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: black;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-weight: 700; }

.cart-item-name {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  margin: 0 0 14px;
  letter-spacing: 0; }
  .cart-item-name a {
    line-height: 1.5em; }
  .cart-item-name + .definitionList {
    margin-top: 0.41667rem; }

.cart-item-options--giftWrapping {
  margin-top: 1.16667rem; }
  .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: 600; }
  .cart-item-options--giftWrapping .cart-item-option-title > a {
    font-weight: 600;
    color: black;
    border-bottom: 1px dotted;
    margin-left: 8px; }
    .cart-item-options--giftWrapping .cart-item-option-title > a:hover {
      color: #2d2d2d; }
  .cart-item-options--giftWrapping .cart-item-option-description {
    color: #2d2d2d; }
    .cart-item-options--giftWrapping .cart-item-option-description a {
      font-family: "DM Sans", Arial, Helvetica, sans-serif;
      font-size: 13px;
      font-style: italic;
      color: black; }
      .cart-item-options--giftWrapping .cart-item-option-description a:hover {
        color: #2d2d2d;
        border-bottom: 1px solid #2d2d2d; }
    .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;
  position: relative;
  right: -60px;
  top: -37px; }
  @media (max-width: 767px) {
    .cart-remove-button {
      top: -42px; } }

.cart-remove {
  width: 32px;
  height: 32px;
  padding: 0.16667rem;
  padding: 0;
  cursor: pointer;
  transition: background-color .15s ease;
  text-align: center;
  border: 1px solid #f14d48;
  display: inline-flex;
  justify-content: center;
  align-items: center; }
  .cart-remove.cart-remove--spacer {
    visibility: hidden; }
  .cart-remove svg {
    position: relative;
    top: -1px;
    width: 19px;
    height: 19px;
    vertical-align: middle;
    fill: #fff;
    border-radius: 1px;
    padding: 0px 1px; }
  .cart-remove .fa {
    color: #f14d48; }
  .cart-remove span {
    font-family: "DM Sans", 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;
  border-top: 1px solid #e8e8e8; }
  @media (max-width: 767px) {
    [data-cart-totals] {
      padding-left: 0;
      padding-right: 0; } }

.cart-totals {
  float: right;
  width: 100%;
  width: 50%;
  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: 50%; } }
  @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.75rem;
    padding: 0.5rem 0.75rem; }
  .cart-total .form-inlineMessage {
    text-align: left; }
  .cart-total:first-child .cart-total-value {
    font-size: 1.33333rem;
    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: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  float: left;
  padding: 24px 0;
  color: #000; }

.cart-total-grandTotal {
  font-size: 1.83333rem;
  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.5rem;
  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: #a0a0a0;
  font-weight: 600;
  font-size: 1rem;
  letter-spacing: 0.05em; }
  .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 {
      color: #e95144; }

.coupon-code-cancel,
.shipping-estimate-hide {
  font-weight: 600;
  font-size: 1rem;
  color: #e95144; }

.coupon-form,
.cart-gift-certificate-form {
  font-size: 0;
  margin-bottom: 1rem;
  padding-bottom: 18px; }
  .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%;
    padding-top: 10px; }
    @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.75rem;
    padding-left: 0.75rem; }
    @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.75rem; }
  .estimator-form .btn-primary {
    width: 70%; }
    @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;
  min-height: 40px;
  display: inline-flex;
  align-items: center; }
  .estimator-form-label .form-label:not(.estimator-form-label-text) {
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 2.66667rem;
    margin-top: 2px;
    margin-bottom: 0; }

.estimator-form-input {
  float: right;
  width: 70%;
  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: 50%;
  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: black; }

.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;
    margin-bottom: 10px; }
  .cart-additionalCheckoutButtons > div {
    display: inline-block;
    width: 100%;
    text-align: center;
    max-width: 50%; }
    @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: '';
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 1px solid #d0d0d0;
  background: #fff;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  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: 57px;
  right: 22px;
  left: auto;
  display: none;
  width: 100%;
  width: 560px;
  min-height: 81px;
  margin-top: 5px;
  padding: 0;
  border: 1px solid #eaeaea;
  border-radius: 0;
  background: white;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); }
  @media (max-width: 991px) {
    #cart-preview-dropdown {
      top: 100%;
      right: 0;
      margin-top: 0; } }
  @media (max-width: 767px) {
    #cart-preview-dropdown {
      max-width: 100%; } }
  @media (max-width: 480px) {
    #cart-preview-dropdown {
      border-radius: 0; } }
  #cart-preview-dropdown .triangle-with-shadow {
    margin-left: -28px;
    display: none; }
    @media (max-width: 991px) {
      #cart-preview-dropdown .triangle-with-shadow {
        margin-left: -8px; } }
  #cart-preview-dropdown .triangle-with-shadow::before {
    right: 53px;
    left: auto;
    margin: 0; }
    @media (max-width: 991px) {
      #cart-preview-dropdown .triangle-with-shadow::before {
        right: 15px; } }
  #cart-preview-dropdown .cart-preview-inner {
    overflow: hidden;
    width: 100%;
    border-radius: 0; }
  #cart-preview-dropdown .cart-total-label {
    width: 67%;
    color: #000;
    letter-spacing: 0.05em;
    font-size: 1rem; }
    @media (max-width: 480px) {
      #cart-preview-dropdown .cart-total-label {
        text-align: left; } }
  #cart-preview-dropdown .cart-total-value {
    font-family: "DM Sans", 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: 32px;
    padding: 6px 20px 6px;
    background: #f5f5f5; }
    #cart-preview-dropdown .preview-cart-titles > div {
      font-family: "DM Sans", Arial, Helvetica, sans-serif;
      font-size: 11px;
      font-weight: 600;
      float: left;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #8d8d8d; }
      #cart-preview-dropdown .preview-cart-titles > div.item-info {
        width: 50%;
        text-align: left; }
      #cart-preview-dropdown .preview-cart-titles > div.item-price {
        width: 20%;
        text-align: center; }
      #cart-preview-dropdown .preview-cart-titles > div.item-qty {
        width: 13%;
        text-align: center; }
      #cart-preview-dropdown .preview-cart-titles > div.item-total {
        width: 14%;
        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%;
    margin: 0; }
  @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;
  top: 51px; }

.previewCartList {
  overflow: auto;
  width: 100%;
  max-height: 270px;
  margin: 0; }
  @media (max-width: 380px) {
    .previewCartList {
      max-height: 250px; } }
  @media (max-width: 340px) {
    .previewCartList {
      max-height: 130px; } }
  .previewCartList.gm-scrollbar-container .gm-scroll-view {
    max-height: 270px; }
    @media (max-width: 380px) {
      .previewCartList.gm-scrollbar-container .gm-scroll-view {
        max-height: 250px; } }
    @media (max-width: 340px) {
      .previewCartList.gm-scrollbar-container .gm-scroll-view {
        max-height: 130px; } }

.previewCartItem {
  overflow: hidden;
  padding: 20px 20px; }
  @media (max-width: 767px) {
    .previewCartItem {
      padding: 15px 20px; } }
  .previewCartItem > div {
    float: left;
    letter-spacing: 0; }
    .previewCartItem > div.item-info {
      width: 53%; }
    .previewCartItem > div.item-price {
      font-family: "DM Sans", Arial, Helvetica, sans-serif;
      font-size: 14px;
      width: 17%;
      text-align: center;
      font-weight: 700;
      padding-top: 26px; }
    .previewCartItem > div.item-qty {
      font-family: "DM Sans", Arial, Helvetica, sans-serif;
      width: 13%;
      font-size: 1rem;
      text-align: center;
      padding-left: 2px;
      padding-top: 26px; }
    .previewCartItem > div.item-total {
      font-family: "DM Sans", Arial, Helvetica, sans-serif;
      font-size: 14px;
      width: 17%;
      text-align: center;
      padding-top: 26px; }
  @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;
        padding-top: 12px; }
        .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; }
  .previewCartItem-image img {
    max-width: 65px; }
    @media (max-width: 320px) {
      .previewCartItem-image img {
        max-width: 55px; } }

.previewCartItem-name {
  float: left;
  width: 68%;
  text-align: left;
  padding-left: 20px; }
  .previewCartItem-name h6 {
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-weight: 500;
    line-height: 1.5em;
    margin: 0;
    margin-bottom: 5px;
    letter-spacing: 0;
    text-transform: none;
    color: black; }
  .previewCartItem-name a:hover {
    color: black; }
  .previewCartItem-name > a {
    text-decoration: none; }

.previewCartItem-brand {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.13em;
  margin-bottom: 8px;
  display: inline-block; }

.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; }
    @media (max-width: 320px) {
      .preview-cart-grand-total > .cart-total-label {
        padding-top: 10px; } }
  @media (max-width: 320px) {
    .preview-cart-grand-total > .cart-total-value {
      padding-top: 8px; } }

.previewCartAction {
  display: block;
  clear: both;
  padding: 8px 20px 35px;
  text-align: right; }
  @media (max-width: 380px) {
    .previewCartAction {
      padding-bottom: 12px; } }
  @media (max-width: 320px) {
    .previewCartAction {
      padding-top: 0px; } }
  .previewCartAction .previewCartAction-viewCart {
    width: 100%;
    max-width: 145px;
    margin-right: 16px; }
    .previewCartAction .previewCartAction-viewCart .btn {
      width: 100%;
      margin-right: 0; }
      @media (max-width: 380px) {
        .previewCartAction .previewCartAction-viewCart .btn {
          height: 36px;
          line-height: 36px; } }
    @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: 380px) {
        .previewCartAction .previewCartAction-checkout .btn {
          height: 36px;
          line-height: 36px; } }
    @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; }
    @media (max-width: 320px) {
      .previewCartAction .previewCartAction-checkoutMultiple {
        padding-top: 10px;
        padding-bottom: 0; } }
    .previewCartAction .previewCartAction-checkoutMultiple > a {
      border-bottom: 1px dotted #000;
      font-weight: 500; }
      .previewCartAction .previewCartAction-checkoutMultiple > a:hover {
        border-color: black; }
  .previewCartAction .cart-additionalCheckoutButtons {
    max-width: 255px;
    display: inline-block;
    width: 100%;
    text-align: center; }
    @media (max-width: 480px) {
      .previewCartAction .cart-additionalCheckoutButtons {
        max-width: 100%; } }
    @media (max-width: 320px) {
      .previewCartAction .cart-additionalCheckoutButtons .or-use-label {
        margin-bottom: 5px; } }

.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.75rem;
  margin-right: -0.75rem; }

.address {
  display: inline-block;
  padding: 0 0.75rem;
  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: 20.83333rem;
    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.75rem;
    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.75rem; }
      .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.41667rem; } }

.address-title {
  margin: 0 0 0.75rem;
  text-transform: none; }

.address-details {
  list-style: none;
  margin: 0 0 0.75rem; }

.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: black; }
  .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.33333rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 2.08333rem;
  position: relative;
  margin-bottom: 0; }
  .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;
  margin: 0 -7px;
  margin-top: 15px;
  padding: 0 30px; }
  .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;
  vertical-align: top;
  padding: 0 7px; }
  @media (min-width: 768px) {
    .videoGallery-item {
      width: 50%; } }
  .videoGallery-item .video-figure {
    margin-right: 0; }
  .videoGallery-item .video {
    margin: 0; }

.video {
  display: block;
  margin-bottom: 1.91667rem;
  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.75rem; }
    .video-figure > img {
      display: block; }
  .video-figure--opposite {
    float: right;
    margin-left: 0.75rem;
    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.91667rem; } }
  .video:hover, .video.is-active {
    color: #454545;
    opacity: 1; }

.video-figure {
  margin-right: 1.91667rem; }

.video-title {
  margin-bottom: 0;
  margin-top: 0;
  text-transform: none;
  line-height: 20px;
  letter-spacing: 0;
  font-size: 1rem;
  font-family: "DM Sans", 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; } }

#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: 210px;
      max-height: 270px; }
      #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: 13px;
        padding-top: 15px;
        margin-bottom: 6px;
        text-transform: uppercase;
        color: #000; }
      #previewModal .previewCart .productView .productView-details .productView-title {
        margin: 0;
        font-size: 1rem;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 0.02em;
        padding-bottom: 12px;
        font-family: "DM Sans", 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-price span {
          font-weight: 500; }
      #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: 10px; }
    #previewModal .previewCart .previewCartCheckout p[data-cart-quantity] {
      padding-top: 2px;
      margin-bottom: 15px; }
    #previewModal .previewCart .previewCartCheckout .previewCartCheckout-additionalCheckoutButtons {
      padding-bottom: 10px; }
      #previewModal .previewCart .previewCartCheckout .previewCartCheckout-additionalCheckoutButtons .CheckoutButton {
        margin-bottom: 1rem; }
        #previewModal .previewCart .previewCartCheckout .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:last-child {
          margin-bottom: 0; }
    #previewModal .previewCart .previewCartCheckout .previewCartCheckout-subtotal {
      font-weight: 500;
      color: #000;
      padding-bottom: 0.5rem;
      margin-bottom: 1rem;
      border-bottom: 1px solid #dcdcdc; }
      #previewModal .previewCart .previewCartCheckout .previewCartCheckout-subtotal .previewCartCheckout-price {
        display: block;
        font-size: 22px;
        font-family: "DM Sans", 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: black; }

.maintenanceNotice {
  background-color: #fffdea;
  box-shadow: 0 0 5px #a5a5a5;
  color: #454545;
  left: 1.16667rem;
  padding: 1rem 1.33333rem;
  position: fixed;
  top: 1.16667rem;
  width: 24rem;
  z-index: 500; }
  .maintenanceNotice > :last-child {
    margin-bottom: 0; }
  .maintenanceNotice a {
    color: #454545; }

.maintenanceNotice-header {
  font-family: "DM Sans";
  margin: 0 0 0.75rem; }

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.16667rem 0.58333rem 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.75rem;
    vertical-align: middle;
    width: 66.66667%; } }

.login .page-heading {
  border-bottom: 0;
  padding-bottom: 30px; }

.login-form {
  padding-top: 57px; }
  .login-form .form-label {
    margin-bottom: 10px; }
  .login-form .form-input {
    max-width: 470px; }
  .login-form .form-actions {
    text-align: left; }
    .login-form .form-actions input.btn {
      min-width: 145px; }
      @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: black; }
      @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 {
  background-color: #f8f8f8;
  display: block; }
  @media (max-width: 767px) {
    .new-customer .panel {
      padding: 0 15px; } }

.new-customer .panel-header {
  background: transparent;
  padding-top: 53px;
  padding-left: 60px; }
  .new-customer .panel-header .panel-title {
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 2px; }
  @media (max-width: 767px) {
    .new-customer .panel-header {
      padding-left: 0;
      padding-right: 0;
      padding-top: 25px; } }

.new-customer .panel-body {
  background: transparent;
  padding: 10px 60px 60px;
  color: #464646; }
  .new-customer .panel-body .btn-checkout {
    min-width: 240px; }
    @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;
      padding-bottom: 25px; } }

.new-customer-intro {
  margin-bottom: 0;
  line-height: 30px; }

.new-customer-fact-list {
  margin-top: 8px;
  margin-left: 33px;
  margin-bottom: 27px; }

.new-customer-fact {
  padding-left: 2px;
  line-height: 25px; }

.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: 1rem; }
  @media (max-width: 767px) {
    .category-suggestion {
      width: 50%; } }

.search-refine {
  margin-left: 1.5rem; }

.quickSearchMessage {
  font-size: 28px;
  margin: 1.5rem 0 0;
  text-align: center; }

.search-toggle svg {
  width: 18px;
  height: 18px;
  position: relative;
  fill: #1e1e1e; }

.search-toggle svg:first-child {
  display: none; }

.search-toggle:hover svg {
  fill: black;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.search-toggle.is-open {
  z-index: 40;
  position: fixed;
  border-left: 0;
  top: 18px;
  right: 0; }
  .search-toggle.is-open svg:first-of-type {
    display: inline-block;
    height: 30px;
    width: 30px;
    padding: 5px;
    border: 1px solid white;
    fill: white; }
  .search-toggle.is-open svg:last-of-type {
    display: none; }

.quickSearch > form {
  width: 100%;
  z-index: 10;
  margin: 0;
  display: none; }
  .quickSearch > form .form-field {
    margin: auto;
    position: relative;
    width: 100%;
    max-width: 486px;
    height: 41px; }
    .quickSearch > form .form-field input#search_query {
      width: 100%;
      height: 100%;
      font-size: 16px;
      padding: 10px 30px 10px 0;
      text-transform: capitalize;
      background-color: transparent;
      color: white;
      font-family: "DM Sans", Arial, Helvetica, sans-serif;
      border: 0;
      border-bottom: 1px solid white;
      letter-spacing: 0.02em;
      font-weight: 500; }
      .quickSearch > form .form-field input#search_query::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: white; }
      .quickSearch > form .form-field input#search_query::-moz-placeholder {
        /* Firefox 19+ */
        color: white; }
      .quickSearch > form .form-field input#search_query:-ms-input-placeholder {
        /* IE 10+ */
        color: white; }
      .quickSearch > form .form-field input#search_query:-moz-placeholder {
        /* Firefox 18- */
        color: white; }
    .quickSearch > form .form-field button {
      position: absolute;
      top: 6px;
      right: 6px;
      width: 34px;
      height: 34px;
      padding: 0;
      border: 0;
      transition: none; }
      .quickSearch > form .form-field button svg {
        width: 18px;
        padding: 1px;
        height: 100%;
        fill: white; }
        @media (max-width: 1024px) {
          .quickSearch > form .form-field button svg {
            width: 20px;
            height: 38px; } }
      .quickSearch > form .form-field button:hover svg {
        fill: black; }

.quickSearch.is-open {
  color: white;
  background: #ff7677;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
  visibility: visible;
  z-index: 30;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  height: 91px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  @media (max-width: 1024px) {
    .quickSearch.is-open {
      position: absolute;
      top: 55px;
      left: 0px;
      background: transparent;
      height: 52px;
      z-index: 99; } }

.quickSearch.is-open > form {
  display: block; }

.quickSearchResults {
  background: #fff;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #d0d0d0;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 405px;
  max-width: 486px;
  margin: auto; }
  .quickSearchResults.gm-scrollbar-container .gm-scroll-view {
    max-height: 405px; }
    @media (max-width: 320px) {
      .quickSearchResults.gm-scrollbar-container .gm-scroll-view {
        max-height: 320px; } }
  @media (max-width: 1024px) {
    .quickSearchResults {
      margin-top: 0;
      max-width: 100%; } }
  @media (max-width: 320px) {
    .quickSearchResults {
      max-height: 320px; } }
  .quickSearchResults .productItems {
    margin: 0; }
  .quickSearchResults .productItems > li {
    padding: 0;
    width: 100%;
    list-style: none;
    float: none;
    clear: both;
    padding: 15px;
    overflow: hidden; }
    .quickSearchResults .productItems > li + li {
      border-top: 1px solid #eaeaea; }
    .quickSearchResults .productItems > li:hover {
      background: #f5f5f5; }
    .quickSearchResults .productItems > li article {
      margin: 0;
      padding: 0;
      border: 0; }
      .quickSearchResults .productItems > li article figure {
        float: left;
        width: 20%;
        text-align: center;
        border-radius: 3px;
        margin: 0;
        background-color: transparent; }
        .quickSearchResults .productItems > li article figure a img {
          max-height: 70px; }
      .quickSearchResults .productItems > li article figcaption {
        float: left;
        margin: 0;
        text-align: left;
        width: 80%;
        padding-left: 15px; }
        .quickSearchResults .productItems > li article figcaption h4 {
          margin: 0 0 8px;
          letter-spacing: 0;
          font-size: 13px;
          font-family: "DM Sans", Arial, Helvetica, sans-serif;
          font-weight: 500;
          line-height: 20px; }
        .quickSearchResults .productItems > li article figcaption .item-price {
          margin-bottom: 5px;
          color: black;
          font-size: 14px;
          font-family: "DM Sans";
          font-weight: 600; }
          .quickSearchResults .productItems > li article figcaption .item-price .price--rrp {
            color: #8d8d8d;
            margin-right: 5px; }
            .quickSearchResults .productItems > li article figcaption .item-price .price--rrp ~ .price--withoutTax {
              color: #e95144;
              font-weight: 700; }

.hasNoResults .gm-scrollbar-container .gm-scroll-view {
  height: 100% !important;
  width: 100% !important;
  overflow: hidden; }

@media (max-width: 1024px) {
  .search-icon-mobile.hidden-desktop {
    display: inline-block;
    width: 62px;
    height: 55px;
    position: absolute;
    left: 62px;
    top: -55px; }
    .search-icon-mobile.hidden-desktop .search-toggle {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-line-pack: center;
      align-content: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .search-icon-mobile.hidden-desktop .search-toggle.is-open {
        right: auto;
        top: auto; }
        .search-icon-mobile.hidden-desktop .search-toggle.is-open svg:first-of-type {
          border: none;
          fill: #1e1e1e; } }

@media (max-width: 1024px) and (max-width: 425px) {
  .search-icon-mobile.hidden-desktop {
    left: 166px;
    top: -36px; } }

@media (max-width: 1024px) {
  .quickSearch {
    position: absolute;
    top: 55px;
    left: 0px;
    width: 100%;
    z-index: 99; }
    .quickSearch form {
      display: none;
      width: 100%;
      background: #fff;
      height: 52px;
      box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.06), 0 1px 2px 0 rgba(0, 0, 0, 0.1);
      -moz-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); }
    .quickSearch > form .form-field {
      padding: 0 15px;
      max-width: 100%;
      height: 52px; }
      .quickSearch > form .form-field input#search_query {
        border-bottom: none;
        color: #000;
        font-size: 1rem; }
        .quickSearch > form .form-field input#search_query::-webkit-input-placeholder {
          /* Chrome/Opera/Safari */
          color: #000; }
        .quickSearch > form .form-field input#search_query::-moz-placeholder {
          /* Firefox 19+ */
          color: #000; }
        .quickSearch > form .form-field input#search_query:-ms-input-placeholder {
          /* IE 10+ */
          color: #000; }
        .quickSearch > form .form-field input#search_query:-moz-placeholder {
          /* Firefox 18- */
          color: #000; }
      .quickSearch > form .form-field button {
        width: 24px;
        height: 52px;
        top: 0;
        right: 11px; }
        .quickSearch > form .form-field button svg {
          height: 100%;
          fill: #000;
          padding: 2px; } }

@media (max-width: 767px) {
  .search-icon-mobile.hidden-desktop {
    /*width: 30px;*/ }
    .search-icon-mobile.hidden-desktop .search-toggle {
      /*width: 30px;*/ } }

@media (max-width: 380px) {
  .search-icon-mobile.hidden-desktop {
    left: 130px;
    width: 22px; }
    .search-icon-mobile.hidden-desktop .search-toggle {
      width: 22px; }
      .search-icon-mobile.hidden-desktop .search-toggle svg {
        width: 18px;
        height: 20px; }
      .search-icon-mobile.hidden-desktop .search-toggle.is-open svg:first-of-type {
        padding: 1px; } }

@media (min-width: 1025px) {
  .search-toggle {
    height: 55px;
    border-left: 1px solid #eaeaea;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 0px 20px;
    font-size: 15px;
    font-weight: 400;
    text-decoration: none; } }

.page-type-search .product-pagination.top {
  justify-content: space-between;
  flex-wrap: wrap; }
  .page-type-search .product-pagination.top .actionBar[data-sort-by] {
    padding-top: 20px; }

#search-results-content {
  width: 100%; }
  #search-results-content strong a {
    letter-spacing: 0.05em;
    margin-bottom: 15px;
    display: inline-block; }
  #search-results-content p {
    margin-bottom: 30px; }
  #search-results-content .actionBar[data-sort-by] {
    width: 100%;
    text-align: right;
    margin-left: 0;
    margin-bottom: 30px; }
    #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: 40px 0;
  position: relative; }
  .account-listItem:last-child {
    border-bottom: 0; }
  .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.75rem; }
  .account-product-figure > img {
    display: block; }

.account-product-figure--opposite {
  float: right;
  margin-left: 0.75rem;
  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;
  margin-right: 30px; }

.account-product-download {
  border-radius: 50%;
  height: 2.75rem;
  padding: 0;
  position: absolute;
  right: -0.75rem;
  top: -0.75rem;
  width: 2.75rem;
  z-index: 1; }
  .account-product-download .icon {
    height: 1.5rem;
    margin-top: 0.41667rem;
    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.16667rem;
  margin-bottom: 12px;
  text-transform: inherit;
  letter-spacing: 0.02em;
  font-size: 16px;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-weight: 700; }
  .account-product-title > a {
    text-decoration: none;
    color: #e95144; }
  .account-product-title + .definitionList {
    margin-top: 0.75rem; }

.account-product-description {
  margin-bottom: 43px; }

.account-product-subtitle {
  color: #a5a5a5;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 15px;
  margin: -0.16667rem 0 1rem;
  text-transform: inherit; }

.account-product-price {
  float: right;
  font-size: 15px; }

.account-product-description + .definitionList {
  margin: -1.41667rem 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: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin: 0 0 0.41667rem;
  padding-bottom: 5px;
  font-weight: 700;
  font-size: 13px;
  letter-spacing: 0.02em; }

.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: 15px;
  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.33333rem; }

.account-orderTotal-value {
  border-bottom: 1px solid #e8e8e8;
  text-align: right; }
  .account-orderTotal-value:last-child {
    border-bottom: 0;
    font-size: 20px; }

.account-orderStatus {
  bottom: 0;
  left: 0;
  position: absolute; }
  @media (min-width: 480px) {
    .account-orderStatus {
      float: right;
      position: inherit;
      text-align: right; } }

.account-orderStatus-action {
  color: #464646;
  display: inline-block;
  font-size: 11px;
  font-style: italic;
  letter-spacing: 0.25px;
  margin-left: 0.75rem;
  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: right; }

.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: 15px;
  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: 15px;
  margin-bottom: 0.16667rem;
  text-transform: inherit; }

.account-downloadsItem-description {
  margin-bottom: 0; }

.account-downloadsItem-availability {
  color: #464646; }

.wishlists-table {
  margin-left: auto;
  margin-right: auto;
  max-width: 100rem;
  margin-top: 0; }

.wishlist-header {
  display: none;
  text-align: center; }

.modal .wishlist-header {
  display: block; }

.wishlist-form {
  margin: 0 auto;
  max-width: 100rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 45.83333rem; }
  .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;
    padding: 0; }

.share-wishlist {
  margin-left: auto;
  margin-right: auto;
  max-width: 54.16667rem;
  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; } }

.page-type-wishlist .prod-item > form {
  text-align: center; }

.icon--ratingEmpty svg {
  stroke: #838589;
  fill: transparent; }

.icon--ratingFull svg {
  fill: #838589; }

.rating--small {
  display: inline-block; }
  .rating--small .icon {
    width: 14px;
    height: 14px;
    margin-top: -3px; }

.apple-pay-checkout-button {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 60%;
  border-radius: 0.33333rem;
  cursor: pointer;
  display: none;
  max-height: 5.33333rem;
  min-height: 2.66667rem;
  min-width: 11.16667rem;
  padding: 1.5rem;
  background-color: #000;
  background-image: -webkit-named-image(apple-pay-logo-white); }

.cart-additionalCheckoutButtons .apple-pay-checkout-button {
  margin-top: 0.75rem; }

.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 {
  display: block;
  float: none;
  margin-top: 0.75rem; }

/*!
 * Font Awesome Free 5.15.2 by @fontawesome - //fontawesome.com
 * License - //fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

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

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

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

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

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

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

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

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

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

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

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

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }

.fa-ul > li {
  position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

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

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

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

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
  margin-left: .3em; }

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

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

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

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

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

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

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

.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1); }

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; }

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  transform: scale(-1); }

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

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

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

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

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

.fa-inverse {
  color: #fff; }

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

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-acquisitions-incorporated:before {
  content: "\f6af"; }

.fa-ad:before {
  content: "\f641"; }

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

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-airbnb:before {
  content: "\f834"; }

.fa-algolia:before {
  content: "\f36c"; }

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

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

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

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

.fa-alipay:before {
  content: "\f642"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

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

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

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

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

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

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

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

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

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-ankh:before {
  content: "\f644"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

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

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

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

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

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

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

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

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

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

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-artstation:before {
  content: "\f77a"; }

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

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atlassian:before {
  content: "\f77b"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

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

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-baby:before {
  content: "\f77c"; }

.fa-baby-carriage:before {
  content: "\f77d"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-bacon:before {
  content: "\f7e5"; }

.fa-bacteria:before {
  content: "\e059"; }

.fa-bacterium:before {
  content: "\e05a"; }

.fa-bahai:before {
  content: "\f666"; }

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

.fa-balance-scale-left:before {
  content: "\f515"; }

.fa-balance-scale-right:before {
  content: "\f516"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battle-net:before {
  content: "\f835"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

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

.fa-bell:before {
  content: "\f0f3"; }

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

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bible:before {
  content: "\f647"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-biking:before {
  content: "\f84a"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-biohazard:before {
  content: "\f780"; }

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

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

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

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blender-phone:before {
  content: "\f6b6"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blog:before {
  content: "\f781"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

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

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-dead:before {
  content: "\f6b7"; }

.fa-book-medical:before {
  content: "\f7e6"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bootstrap:before {
  content: "\f836"; }

.fa-border-all:before {
  content: "\f84c"; }

.fa-border-none:before {
  content: "\f850"; }

.fa-border-style:before {
  content: "\f853"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-box-tissue:before {
  content: "\e05b"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-bread-slice:before {
  content: "\f7ec"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-buffer:before {
  content: "\f837"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-business-time:before {
  content: "\f64a"; }

.fa-buy-n-large:before {
  content: "\f8a6"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-day:before {
  content: "\f783"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-calendar-week:before {
  content: "\f784"; }

.fa-camera:before {
  content: "\f030"; }

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

.fa-campground:before {
  content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
  content: "\f785"; }

.fa-candy-cane:before {
  content: "\f786"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caravan:before {
  content: "\f8ff"; }

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

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

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

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

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

.fa-carrot:before {
  content: "\f787"; }

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

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

.fa-cash-register:before {
  content: "\f788"; }

.fa-cat:before {
  content: "\f6be"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

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

.fa-cc-apple-pay:before {
  content: "\f416"; }

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

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

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

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

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

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

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

.fa-centercode:before {
  content: "\f380"; }

.fa-centos:before {
  content: "\f789"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chair:before {
  content: "\f6c0"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

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

.fa-chart-bar:before {
  content: "\f080"; }

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

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

.fa-check:before {
  content: "\f00c"; }

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

.fa-check-double:before {
  content: "\f560"; }

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

.fa-cheese:before {
  content: "\f7ef"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

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

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

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

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

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

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

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

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

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-chromecast:before {
  content: "\f838"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-city:before {
  content: "\f64f"; }

.fa-clinic-medical:before {
  content: "\f7f2"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-meatball:before {
  content: "\f73b"; }

.fa-cloud-moon:before {
  content: "\f6c3"; }

.fa-cloud-moon-rain:before {
  content: "\f73c"; }

.fa-cloud-rain:before {
  content: "\f73d"; }

.fa-cloud-showers-heavy:before {
  content: "\f740"; }

.fa-cloud-sun:before {
  content: "\f6c4"; }

.fa-cloud-sun-rain:before {
  content: "\f743"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudflare:before {
  content: "\e07d"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dollar:before {
  content: "\f651"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-medical:before {
  content: "\f7f5"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-comments-dollar:before {
  content: "\f653"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-compress-alt:before {
  content: "\f422"; }

.fa-compress-arrows-alt:before {
  content: "\f78c"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-confluence:before {
  content: "\f78d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-cotton-bureau:before {
  content: "\f89e"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

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

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-creative-commons-zero:before {
  content: "\f4f3"; }

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

.fa-critical-role:before {
  content: "\f6c9"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-cross:before {
  content: "\f654"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-crutch:before {
  content: "\f7f7"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-d-and-d-beyond:before {
  content: "\f6ca"; }

.fa-dailymotion:before {
  content: "\e052"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-deezer:before {
  content: "\e077"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-democrat:before {
  content: "\f747"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-dev:before {
  content: "\f6cc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-dharmachakra:before {
  content: "\f655"; }

.fa-dhl:before {
  content: "\f790"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-diaspora:before {
  content: "\f791"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-d20:before {
  content: "\f6cf"; }

.fa-dice-d6:before {
  content: "\f6d1"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-disease:before {
  content: "\f7fa"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dog:before {
  content: "\f6d3"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-dragon:before {
  content: "\f6d5"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drumstick-bite:before {
  content: "\f6d7"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dumpster:before {
  content: "\f793"; }

.fa-dumpster-fire:before {
  content: "\f794"; }

.fa-dungeon:before {
  content: "\f6d9"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edge-legacy:before {
  content: "\e078"; }

.fa-edit:before {
  content: "\f044"; }

.fa-egg:before {
  content: "\f7fb"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

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

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

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

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

.fa-envelope-open-text:before {
  content: "\f658"; }

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

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-ethernet:before {
  content: "\f796"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-evernote:before {
  content: "\f839"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

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

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-alt:before {
  content: "\f424"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

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

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

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

.fa-fan:before {
  content: "\f863"; }

.fa-fantasy-flight-games:before {
  content: "\f6dc"; }

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

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

.fa-faucet:before {
  content: "\e005"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-fedex:before {
  content: "\f797"; }

.fa-fedora:before {
  content: "\f798"; }

.fa-female:before {
  content: "\f182"; }

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

.fa-figma:before {
  content: "\f799"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-csv:before {
  content: "\f6dd"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-alt:before {
  content: "\f7e4"; }

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

.fa-firefox:before {
  content: "\f269"; }

.fa-firefox-browser:before {
  content: "\e007"; }

.fa-first-aid:before {
  content: "\f479"; }

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

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-fist-raised:before {
  content: "\f6de"; }

.fa-flag:before {
  content: "\f024"; }

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

.fa-flag-usa:before {
  content: "\f74d"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-minus:before {
  content: "\f65d"; }

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

.fa-folder-plus:before {
  content: "\f65e"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

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

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

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

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-funnel-dollar:before {
  content: "\f662"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

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

.fa-gg:before {
  content: "\f260"; }

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

.fa-ghost:before {
  content: "\f6e2"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-gifts:before {
  content: "\f79c"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-alt:before {
  content: "\f841"; }

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

.fa-github:before {
  content: "\f09b"; }

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

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

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-cheers:before {
  content: "\f79f"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glass-whiskey:before {
  content: "\f7a0"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

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

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-globe-europe:before {
  content: "\f7a2"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-pay:before {
  content: "\e079"; }

.fa-google-play:before {
  content: "\f3ab"; }

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

.fa-google-plus-g:before {
  content: "\f0d5"; }

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

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

.fa-gopuram:before {
  content: "\f664"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-lines:before {
  content: "\f7a4"; }

.fa-grip-lines-vertical:before {
  content: "\f7a5"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-guilded:before {
  content: "\e07e"; }

.fa-guitar:before {
  content: "\f7a6"; }

.fa-gulp:before {
  content: "\f3ae"; }

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

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hamburger:before {
  content: "\f805"; }

.fa-hammer:before {
  content: "\f6e3"; }

.fa-hamsa:before {
  content: "\f665"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-medical:before {
  content: "\e05c"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-holding-water:before {
  content: "\f4c1"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-middle-finger:before {
  content: "\f806"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-sparkles:before {
  content: "\e05d"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-hands-wash:before {
  content: "\e05e"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-handshake-alt-slash:before {
  content: "\e05f"; }

.fa-handshake-slash:before {
  content: "\e060"; }

.fa-hanukiah:before {
  content: "\f6e6"; }

.fa-hard-hat:before {
  content: "\f807"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hat-cowboy:before {
  content: "\f8c0"; }

.fa-hat-cowboy-side:before {
  content: "\f8c1"; }

.fa-hat-wizard:before {
  content: "\f6e8"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-head-side-cough:before {
  content: "\e061"; }

.fa-head-side-cough-slash:before {
  content: "\e062"; }

.fa-head-side-mask:before {
  content: "\e063"; }

.fa-head-side-virus:before {
  content: "\e064"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heart-broken:before {
  content: "\f7a9"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hiking:before {
  content: "\f6ec"; }

.fa-hippo:before {
  content: "\f6ed"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hive:before {
  content: "\e07f"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-holly-berry:before {
  content: "\f7aa"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-horse:before {
  content: "\f6f0"; }

.fa-horse-head:before {
  content: "\f7ab"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hospital-user:before {
  content: "\f80d"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotdog:before {
  content: "\f80f"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-house-damage:before {
  content: "\f6f1"; }

.fa-house-user:before {
  content: "\e065"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-hryvnia:before {
  content: "\f6f2"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

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

.fa-ice-cream:before {
  content: "\f810"; }

.fa-icicles:before {
  content: "\f7ad"; }

.fa-icons:before {
  content: "\f86d"; }

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

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-ideal:before {
  content: "\e013"; }

.fa-igloo:before {
  content: "\f7ae"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

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

.fa-innosoft:before {
  content: "\e080"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-instagram-square:before {
  content: "\e055"; }

.fa-instalod:before {
  content: "\e081"; }

.fa-intercom:before {
  content: "\f7af"; }

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

.fa-invision:before {
  content: "\f7b0"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itch-io:before {
  content: "\f83a"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi:before {
  content: "\f669"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-jira:before {
  content: "\f7b1"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-journal-whills:before {
  content: "\f66a"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaaba:before {
  content: "\f66b"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-khanda:before {
  content: "\f66d"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-landmark:before {
  content: "\f66f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laptop-house:before {
  content: "\e066"; }

.fa-laptop-medical:before {
  content: "\f812"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

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

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

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

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

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

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

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

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

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lungs:before {
  content: "\f604"; }

.fa-lungs-virus:before {
  content: "\e067"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mail-bulk:before {
  content: "\f674"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

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

.fa-map-marker-alt:before {
  content: "\f3c5"; }

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

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

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

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

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

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

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

.fa-mask:before {
  content: "\f6fa"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-mdb:before {
  content: "\f8ca"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mendeley:before {
  content: "\f7b3"; }

.fa-menorah:before {
  content: "\f676"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-meteor:before {
  content: "\f753"; }

.fa-microblog:before {
  content: "\e01a"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

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

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

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

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

.fa-mitten:before {
  content: "\f7b5"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mixer:before {
  content: "\e056"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-mosque:before {
  content: "\f678"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mountain:before {
  content: "\f6fc"; }

.fa-mouse:before {
  content: "\f8cc"; }

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

.fa-mug-hot:before {
  content: "\f7b6"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-network-wired:before {
  content: "\f6ff"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

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

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

.fa-octopus-deploy:before {
  content: "\e082"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

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

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-om:before {
  content: "\f679"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

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

.fa-orcid:before {
  content: "\f8d2"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-otter:before {
  content: "\f700"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-pager:before {
  content: "\f815"; }

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

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-pastafarianism:before {
  content: "\f67b"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

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

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-peace:before {
  content: "\f67c"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-penny-arcade:before {
  content: "\f704"; }

.fa-people-arrows:before {
  content: "\e068"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-pepper-hot:before {
  content: "\f816"; }

.fa-perbyte:before {
  content: "\e083"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-person-booth:before {
  content: "\f756"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-alt:before {
  content: "\f879"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

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

.fa-phone-square-alt:before {
  content: "\f87b"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-photo-video:before {
  content: "\f87c"; }

.fa-php:before {
  content: "\f457"; }

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

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

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-square:before {
  content: "\e01e"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

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

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

.fa-pizza-slice:before {
  content: "\f818"; }

.fa-place-of-worship:before {
  content: "\f67f"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-plane-slash:before {
  content: "\e069"; }

.fa-play:before {
  content: "\f04b"; }

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

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

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

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

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poll:before {
  content: "\f681"; }

.fa-poll-h:before {
  content: "\f682"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poo-storm:before {
  content: "\f75a"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

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

.fa-pray:before {
  content: "\f683"; }

.fa-praying-hands:before {
  content: "\f684"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

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

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pump-medical:before {
  content: "\e06a"; }

.fa-pump-soap:before {
  content: "\e06b"; }

.fa-pushed:before {
  content: "\f3e1"; }

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

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

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

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

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

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

.fa-quran:before {
  content: "\f687"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-radiation:before {
  content: "\f7b9"; }

.fa-radiation-alt:before {
  content: "\f7ba"; }

.fa-rainbow:before {
  content: "\f75b"; }

.fa-random:before {
  content: "\f074"; }

.fa-raspberry-pi:before {
  content: "\f7bb"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-reacteurope:before {
  content: "\f75d"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-record-vinyl:before {
  content: "\f8d9"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

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

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

.fa-redhat:before {
  content: "\f7bc"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-remove-format:before {
  content: "\f87d"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-republican:before {
  content: "\f75e"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-restroom:before {
  content: "\f7bd"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-ring:before {
  content: "\f70b"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

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

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-running:before {
  content: "\f70c"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-rust:before {
  content: "\e07a"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-salesforce:before {
  content: "\f83b"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-satellite:before {
  content: "\f7bf"; }

.fa-satellite-dish:before {
  content: "\f7c0"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-scroll:before {
  content: "\f70e"; }

.fa-sd-card:before {
  content: "\f7c2"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-dollar:before {
  content: "\f688"; }

.fa-search-location:before {
  content: "\f689"; }

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

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

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

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

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

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

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-shield-virus:before {
  content: "\e06c"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopify:before {
  content: "\e057"; }

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

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

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

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-sim-card:before {
  content: "\f7c4"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sink:before {
  content: "\e06d"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skating:before {
  content: "\f7c5"; }

.fa-sketch:before {
  content: "\f7c6"; }

.fa-skiing:before {
  content: "\f7c9"; }

.fa-skiing-nordic:before {
  content: "\f7ca"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skull-crossbones:before {
  content: "\f714"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-slash:before {
  content: "\f715"; }

.fa-sleigh:before {
  content: "\f7cc"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smog:before {
  content: "\f75f"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-sms:before {
  content: "\f7cd"; }

.fa-snapchat:before {
  content: "\f2ab"; }

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

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

.fa-snowboarding:before {
  content: "\f7ce"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-snowman:before {
  content: "\f7d0"; }

.fa-snowplow:before {
  content: "\f7d2"; }

.fa-soap:before {
  content: "\e06e"; }

.fa-socks:before {
  content: "\f696"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-down-alt:before {
  content: "\f881"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-alpha-up-alt:before {
  content: "\f882"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-down-alt:before {
  content: "\f884"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-amount-up-alt:before {
  content: "\f885"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-down-alt:before {
  content: "\f886"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-numeric-up-alt:before {
  content: "\f887"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-sourcetree:before {
  content: "\f7d3"; }

.fa-spa:before {
  content: "\f5bb"; }

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

.fa-speakap:before {
  content: "\f3f3"; }

.fa-speaker-deck:before {
  content: "\f83c"; }

.fa-spell-check:before {
  content: "\f891"; }

.fa-spider:before {
  content: "\f717"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-square-root-alt:before {
  content: "\f698"; }

.fa-squarespace:before {
  content: "\f5be"; }

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

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

.fa-stackpath:before {
  content: "\f842"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-and-crescent:before {
  content: "\f699"; }

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

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-david:before {
  content: "\f69a"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

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

.fa-steam-symbol:before {
  content: "\f3f6"; }

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

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

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

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

.fa-stop:before {
  content: "\f04d"; }

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

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-stopwatch-20:before {
  content: "\e06f"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-store-alt-slash:before {
  content: "\e070"; }

.fa-store-slash:before {
  content: "\e071"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

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

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

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

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-suse:before {
  content: "\f7d6"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swift:before {
  content: "\f8e1"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-symfony:before {
  content: "\f83d"; }

.fa-synagogue:before {
  content: "\f69b"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-temperature-high:before {
  content: "\f769"; }

.fa-temperature-low:before {
  content: "\f76b"; }

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

.fa-tenge:before {
  content: "\f7d7"; }

.fa-terminal:before {
  content: "\f120"; }

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

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

.fa-th:before {
  content: "\f00a"; }

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

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

.fa-the-red-yeti:before {
  content: "\f69d"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-think-peaks:before {
  content: "\f731"; }

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

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

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-tiktok:before {
  content: "\e07b"; }

.fa-times:before {
  content: "\f00d"; }

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

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

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

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

.fa-toilet:before {
  content: "\f7d8"; }

.fa-toilet-paper:before {
  content: "\f71e"; }

.fa-toilet-paper-slash:before {
  content: "\e072"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tools:before {
  content: "\f7d9"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-torah:before {
  content: "\f6a0"; }

.fa-torii-gate:before {
  content: "\f6a1"; }

.fa-tractor:before {
  content: "\f722"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-trailer:before {
  content: "\e041"; }

.fa-train:before {
  content: "\f238"; }

.fa-tram:before {
  content: "\f7da"; }

.fa-transgender:before {
  content: "\f224"; }

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

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-trash-restore:before {
  content: "\f829"; }

.fa-trash-restore-alt:before {
  content: "\f82a"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

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

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

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

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-ubuntu:before {
  content: "\f7df"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbraco:before {
  content: "\f8e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-uncharted:before {
  content: "\e084"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-unity:before {
  content: "\e049"; }

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

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

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

.fa-unsplash:before {
  content: "\e07c"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-ups:before {
  content: "\f7e0"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

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

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-injured:before {
  content: "\f728"; }

.fa-user-lock:before {
  content: "\f502"; }

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

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-nurse:before {
  content: "\f82f"; }

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

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

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

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

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-users-slash:before {
  content: "\e073"; }

.fa-usps:before {
  content: "\f7e1"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

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

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

.fa-vest:before {
  content: "\e085"; }

.fa-vest-patches:before {
  content: "\e086"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

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

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vihara:before {
  content: "\f6a7"; }

.fa-vimeo:before {
  content: "\f40a"; }

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

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-virus:before {
  content: "\e074"; }

.fa-virus-slash:before {
  content: "\e075"; }

.fa-viruses:before {
  content: "\e076"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-voicemail:before {
  content: "\f897"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

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

.fa-volume-mute:before {
  content: "\f6a9"; }

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

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

.fa-vote-yea:before {
  content: "\f772"; }

.fa-vr-cardboard:before {
  content: "\f729"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-watchman-monitoring:before {
  content: "\e087"; }

.fa-water:before {
  content: "\f773"; }

.fa-wave-square:before {
  content: "\f83e"; }

.fa-waze:before {
  content: "\f83f"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

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

.fa-wind:before {
  content: "\f72e"; }

.fa-window-close:before {
  content: "\f410"; }

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

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

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

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-bottle:before {
  content: "\f72f"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
  content: "\f730"; }

.fa-wodu:before {
  content: "\e088"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wpressr:before {
  content: "\f3e4"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

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

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yammer:before {
  content: "\f840"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yarn:before {
  content: "\f7e3"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yin-yang:before {
  content: "\f6ad"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

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

.fa-zhihu:before {
  content: "\f63f"; }

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

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

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/webfonts/fa-brands-400.eot);
  src: url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/webfonts/fa-brands-400.woff2) format("woff2"), url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/webfonts/fa-brands-400.woff) format("woff"), url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/webfonts/fa-brands-400.ttf) format("truetype"), url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/webfonts/fa-brands-400.svg#fontawesome) format("svg"); }

.fab {
  font-family: "Font Awesome 5 Brands"; }

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/webfonts/fa-regular-400.eot);
  src: url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/webfonts/fa-regular-400.woff2) format("woff2"), url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/webfonts/fa-regular-400.woff) format("woff"), url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/webfonts/fa-regular-400.ttf) format("truetype"), url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/webfonts/fa-regular-400.svg#fontawesome) format("svg"); }

.fab,
.far {
  font-weight: 400; }

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/webfonts/fa-solid-900.eot);
  src: url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/webfonts/fa-solid-900.woff2) format("woff2"), url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/webfonts/fa-solid-900.woff) format("woff"), url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/webfonts/fa-solid-900.ttf) format("truetype"), url(//cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.2/webfonts/fa-solid-900.svg#fontawesome) format("svg"); }

.fa,
.far,
.fas {
  font-family: "Font Awesome 5 Free"; }

.fa,
.fas {
  font-weight: 900; }

/*!
 * Bootstrap v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue:#007bff;
  --indigo:#6610f2;
  --purple:#6f42c1;
  --pink:#e83e8c;
  --red:#dc3545;
  --orange:#fd7e14;
  --yellow:#ffc107;
  --green:#28a745;
  --teal:#20c997;
  --cyan:#17a2b8;
  --white:#fff;
  --gray:#6c757d;
  --gray-dark:#343a40;
  --primary:#007bff;
  --secondary:#6c757d;
  --success:#28a745;
  --info:#17a2b8;
  --warning:#ffc107;
  --danger:#dc3545;
  --light:#f8f9fa;
  --dark:#343a40;
  --breakpoint-xs:0;
  --breakpoint-sm:576px;
  --breakpoint-md:768px;
  --breakpoint-lg:992px;
  --breakpoint-xl:1200px;
  --font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  --font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[data-original-title], abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

dl, ol, ul {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent; }

a:hover {
  color: #0056b3;
  text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none; }

a:not([href]):not([tabindex]):focus {
  outline: 0; }

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: .75rem;
  padding-bottom: .75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

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

button, input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button; }

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer; }

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto; }

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  margin-bottom: .5rem;
  font-weight: 500;
  line-height: 1.2; }

.h1, h1 {
  font-size: 2.5rem; }

.h2, h2 {
  font-size: 2rem; }

.h3, h3 {
  font-size: 1.75rem; }

.h4, h4 {
  font-size: 1.5rem; }

.h5, h5 {
  font-size: 1.25rem; }

.h6, h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

.small, small {
  font-size: 80%;
  font-weight: 400; }

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

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

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

.list-inline-item {
  display: inline-block; }

.list-inline-item:not(:last-child) {
  margin-right: .5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }

.blockquote-footer::before {
  content: "\2014\00A0"; }

.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: .25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: .25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: .5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word; }

a > code {
  color: inherit; }

kbd {
  padding: .2rem .4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: .2rem; }

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal; }

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container {
    max-width: 800px; } }

@media (min-width: 768px) {
  .container {
    max-width: 1024px; } }

@media (min-width: 992px) {
  .container {
    max-width: 1080px; } }

@media (min-width: 1200px) {
  .container {
    max-width: 1558px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0; }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%; }

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%; }

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%; }

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%; }

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -ms-flex-order: -1;
  order: -1; }

.order-last {
  -ms-flex-order: 13;
  order: 13; }

.order-0 {
  -ms-flex-order: 0;
  order: 0; }

.order-1 {
  -ms-flex-order: 1;
  order: 1; }

.order-2 {
  -ms-flex-order: 2;
  order: 2; }

.order-3 {
  -ms-flex-order: 3;
  order: 3; }

.order-4 {
  -ms-flex-order: 4;
  order: 4; }

.order-5 {
  -ms-flex-order: 5;
  order: 5; }

.order-6 {
  -ms-flex-order: 6;
  order: 6; }

.order-7 {
  -ms-flex-order: 7;
  order: 7; }

.order-8 {
  -ms-flex-order: 8;
  order: 8; }

.order-9 {
  -ms-flex-order: 9;
  order: 9; }

.order-10 {
  -ms-flex-order: 10;
  order: 10; }

.order-11 {
  -ms-flex-order: 11;
  order: 11; }

.order-12 {
  -ms-flex-order: 12;
  order: 12; }

.offset-1 {
  margin-left: 8.333333%; }

.offset-2 {
  margin-left: 16.666667%; }

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

.offset-4 {
  margin-left: 33.333333%; }

.offset-5 {
  margin-left: 41.666667%; }

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

.offset-7 {
  margin-left: 58.333333%; }

.offset-8 {
  margin-left: 66.666667%; }

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

.offset-10 {
  margin-left: 83.333333%; }

.offset-11 {
  margin-left: 91.666667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.333333%; }
  .offset-sm-2 {
    margin-left: 16.666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.333333%; }
  .offset-sm-5 {
    margin-left: 41.666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.333333%; }
  .offset-sm-8 {
    margin-left: 66.666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.333333%; }
  .offset-sm-11 {
    margin-left: 91.666667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-md-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-md-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.333333%; }
  .offset-md-2 {
    margin-left: 16.666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.333333%; }
  .offset-md-5 {
    margin-left: 41.666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.333333%; }
  .offset-md-8 {
    margin-left: 66.666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.333333%; }
  .offset-md-11 {
    margin-left: 91.666667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-lg-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-lg-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.333333%; }
  .offset-lg-2 {
    margin-left: 16.666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.333333%; }
  .offset-lg-5 {
    margin-left: 41.666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.333333%; }
  .offset-lg-8 {
    margin-left: 66.666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.333333%; }
  .offset-lg-11 {
    margin-left: 91.666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%; }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%; }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%; }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%; }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%; }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1; }
  .order-xl-last {
    -ms-flex-order: 13;
    order: 13; }
  .order-xl-0 {
    -ms-flex-order: 0;
    order: 0; }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1; }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2; }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3; }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4; }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5; }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6; }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7; }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8; }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9; }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10; }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11; }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.333333%; }
  .offset-xl-2 {
    margin-left: 16.666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.333333%; }
  .offset-xl-5 {
    margin-left: 41.666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.333333%; }
  .offset-xl-8 {
    margin-left: 66.666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.333333%; }
  .offset-xl-11 {
    margin-left: 91.666667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }

.table td,
.table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6; }

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6; }

.table tbody + tbody {
  border-top: 2px solid #dee2e6; }

.table-sm td, .table-sm th {
  padding: .3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }

.table-bordered td, .table-bordered th {
  border: 1px solid #dee2e6; }

.table-bordered thead td, .table-bordered thead th {
  border-bottom-width: 2px; }

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary, .table-primary > td, .table-primary > th {
  background-color: #b8daff; }

.table-primary tbody + tbody, .table-primary td, .table-primary th, .table-primary thead th {
  border-color: #7abaff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }

.table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
  background-color: #9fcdff; }

.table-secondary, .table-secondary > td, .table-secondary > th {
  background-color: #d6d8db; }

.table-secondary tbody + tbody, .table-secondary td, .table-secondary th, .table-secondary thead th {
  border-color: #b3b7bb; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }

.table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
  background-color: #c8cbcf; }

.table-success, .table-success > td, .table-success > th {
  background-color: #c3e6cb; }

.table-success tbody + tbody, .table-success td, .table-success th, .table-success thead th {
  border-color: #8fd19e; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }

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

.table-info, .table-info > td, .table-info > th {
  background-color: #bee5eb; }

.table-info tbody + tbody, .table-info td, .table-info th, .table-info thead th {
  border-color: #86cfda; }

.table-hover .table-info:hover {
  background-color: #abdde5; }

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

.table-warning, .table-warning > td, .table-warning > th {
  background-color: #ffeeba; }

.table-warning tbody + tbody, .table-warning td, .table-warning th, .table-warning thead th {
  border-color: #ffdf7e; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }

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

.table-danger, .table-danger > td, .table-danger > th {
  background-color: #f5c6cb; }

.table-danger tbody + tbody, .table-danger td, .table-danger th, .table-danger thead th {
  border-color: #ed969e; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }

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

.table-light, .table-light > td, .table-light > th {
  background-color: #fdfdfe; }

.table-light tbody + tbody, .table-light td, .table-light th, .table-light thead th {
  border-color: #fbfcfc; }

.table-hover .table-light:hover {
  background-color: #ececf6; }

.table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
  background-color: #ececf6; }

.table-dark, .table-dark > td, .table-dark > th {
  background-color: #c6c8ca; }

.table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }

.table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
  background-color: #b9bbbe; }

.table-active, .table-active > td, .table-active > th {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #343a40; }

.table-dark td, .table-dark th, .table-dark thead th {
  border-color: #454d55; }

.table-dark.table-bordered {
  border: 0; }

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05); }

.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .table-responsive-sm > .table-bordered {
    border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .table-responsive-md > .table-bordered {
    border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .table-responsive-lg > .table-bordered {
    border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
  .table-responsive-xl > .table-bordered {
    border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

.table-responsive > .table-bordered {
  border: 0; }

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none; } }

.form-control::-ms-expand {
  background-color: transparent;
  border: 0; }

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control::placeholder {
  color: #6c757d;
  opacity: 1; }

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1; }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file, .form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(.375rem + 1px);
  padding-bottom: calc(.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(.5rem + 1px);
  padding-bottom: calc(.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(.25rem + 1px);
  padding-bottom: calc(.25rem + 1px);
  font-size: .875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: .375rem;
  padding-bottom: .375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }

.form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
  padding-right: 0;
  padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + .5rem + 2px);
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem; }

select.form-control[multiple], select.form-control[size] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: .25rem; }

.form-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }

.form-row > .col, .form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem; }

.form-check-input:disabled ~ .form-check-label {
  color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: .75rem; }

.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: .3125rem;
  margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: .25rem; }

.form-control.is-valid, .was-validated .form-control:valid {
  border-color: #28a745;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(.375em + .1875rem);
  background-size: calc(.75em + .375rem) calc(.75em + .375rem); }

.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
  display: block; }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem); }

.custom-select.is-valid, .was-validated .custom-select:valid {
  border-color: #28a745;
  padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem); }

.custom-select.is-valid:focus, .was-validated .custom-select:valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip {
  display: block; }

.form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip, .was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip {
  display: block; }

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
  color: #28a745; }

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
  display: block; }

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
  color: #28a745; }

.custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
  border-color: #28a745; }

.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
  display: block; }

.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
  border-color: #28a745; }

.custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
  display: block; }

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: .25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .25rem .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: .25rem; }

.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + .75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(.375em + .1875rem);
  background-size: calc(.75em + .375rem) calc(.75em + .375rem); }

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
  display: block; }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + .75rem);
  background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem); }

.custom-select.is-invalid, .was-validated .custom-select:invalid {
  border-color: #dc3545;
  padding-right: calc((1em + .75rem) * 3 / 4 + 1.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E") #fff no-repeat center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem); }

.custom-select.is-invalid:focus, .was-validated .custom-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip {
  display: block; }

.form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip, .was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip {
  display: block; }

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545; }

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
  display: block; }

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
  color: #dc3545; }

.custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
  border-color: #dc3545; }

.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
  display: block; }

.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
  border-color: #dc3545; }

.custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
  display: block; }

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -ms-flex-align: center;
  align-items: center; }

.form-inline .form-check {
  width: 100%; }

@media (min-width: 576px) {
  .form-inline label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0; }
  .form-inline .form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-plaintext {
    display: inline-block; }
  .form-inline .custom-select, .form-inline .input-group {
    width: auto; }
  .form-inline .form-check {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding-left: 0; }
  .form-inline .form-check-input {
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: .25rem;
    margin-left: 0; }
  .form-inline .custom-control {
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .form-inline .custom-control-label {
    margin-bottom: 0; } }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none; } }

.btn:hover {
  color: #212529;
  text-decoration: none; }

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.btn.disabled, .btn:disabled {
  opacity: .65; }

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

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc; }

.btn-primary.focus, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf; }

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62; }

.btn-secondary.focus, .btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b; }

.btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34; }

.btn-success.focus, .btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430; }

.btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b; }

.btn-info.focus, .btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f; }

.btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00; }

.btn-warning.focus, .btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500; }

.btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130; }

.btn-danger.focus, .btn-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d; }

.btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5; }

.btn-light.focus, .btn-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df; }

.btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124; }

.btn-dark.focus, .btn-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d; }

.btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff; }

.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.btn-outline-primary.focus, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent; }

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-outline-secondary.focus, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent; }

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }

.btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-outline-success.focus, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent; }

.btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }

.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-outline-info.focus, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent; }

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }

.btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-outline-warning.focus, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent; }

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }

.btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-outline-danger.focus, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent; }

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }

.btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-outline-light.focus, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent; }

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }

.btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.btn-outline-dark.focus, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent; }

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }

.btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none; }

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline; }

.btn-link.focus, .btn-link:focus {
  text-decoration: underline;
  box-shadow: none; }

.btn-link.disabled, .btn-link:disabled {
  color: #6c757d;
  pointer-events: none; }

.btn-group-lg > .btn, .btn-lg {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem; }

.btn-group-sm > .btn, .btn-sm {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem; }

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

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

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

.fade {
  transition: opacity .15s linear; }

@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none; } }

.fade:not(.show) {
  opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease; }

@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none; } }

.dropdown, .dropleft, .dropright, .dropup {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }

.dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent; }

.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: .25rem; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: .125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: 0;
  border-right: .3em solid transparent;
  border-bottom: .3em solid;
  border-left: .3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: .125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: 0;
  border-bottom: .3em solid transparent;
  border-left: .3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: .125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid transparent;
  border-right: .3em solid;
  border-bottom: .3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: .5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }

.dropdown-item:focus, .dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa; }

.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff; }

.dropdown-item.disabled, .dropdown-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: .5rem 1.5rem;
  margin-bottom: 0;
  font-size: .875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: .25rem 1.5rem;
  color: #212529; }

.btn-group, .btn-group-vertical {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }

.btn-group-vertical > .btn, .btn-group > .btn {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
  z-index: 1; }

.btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
  z-index: 1; }

.btn-toolbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.btn-toolbar .input-group {
  width: auto; }

.btn-group > .btn-group:not(:first-child), .btn-group > .btn:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: .5625rem;
  padding-left: .5625rem; }

.dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
  margin-left: 0; }

.dropleft .dropdown-toggle-split::before {
  margin-right: 0; }

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
  padding-right: .375rem;
  padding-left: .375rem; }

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
  padding-right: .75rem;
  padding-left: .75rem; }

.btn-group-vertical {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: center;
  justify-content: center; }

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
  width: 100%; }

.btn-group-vertical > .btn-group:not(:first-child), .btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px; }

.btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0; }

.btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%; }

.input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control, .input-group > .form-control-plaintext {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0; }

.input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control, .input-group > .form-control-plaintext + .custom-file, .input-group > .form-control-plaintext + .custom-select, .input-group > .form-control-plaintext + .form-control {
  margin-left: -1px; }

.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {
  z-index: 3; }

.input-group > .custom-file .custom-file-input:focus {
  z-index: 4; }

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group > .custom-file {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.input-group-append, .input-group-prepend {
  display: -ms-flexbox;
  display: flex; }

.input-group-append .btn, .input-group-prepend .btn {
  position: relative;
  z-index: 2; }

.input-group-append .btn:focus, .input-group-prepend .btn:focus {
  z-index: 3; }

.input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
  margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .375rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem; }

.input-group-text input[type=checkbox], .input-group-text input[type=radio] {
  margin-top: 0; }

.input-group-lg > .custom-select, .input-group-lg > .form-control:not(textarea) {
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .custom-select, .input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
  padding: .5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: .3rem; }

.input-group-sm > .custom-select, .input-group-sm > .form-control:not(textarea) {
  height: calc(1.5em + .5rem + 2px); }

.input-group-sm > .custom-select, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  border-radius: .2rem; }

.input-group-lg > .custom-select, .input-group-sm > .custom-select {
  padding-right: 1.75rem; }

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem; }

.custom-control-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff; }

.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff; }

.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff; }

.custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d; }

.custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }

.custom-control-label::before {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px; }

.custom-control-label::after {
  position: absolute;
  top: .25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: no-repeat 50%/50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: .25rem; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-switch {
  padding-left: 2.25rem; }

.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: .5rem; }

.custom-switch .custom-control-label::after {
  top: calc(.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: .5rem;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out;
  transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: transform .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-transform .15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none; } }

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem); }

.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem 1.75rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: .75rem;
  background-image: none; }

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef; }

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

.custom-select-sm {
  height: calc(1.5em + .5rem + 2px);
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: .5rem;
  font-size: .875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  margin: 0;
  opacity: 0; }

.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef; }

.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse"; }

.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .25rem; }

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + .75rem);
  padding: .375rem .75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 .25rem .25rem 0; }

.custom-range {
  width: 100%;
  height: calc(1rem + .4rem);
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.custom-range:focus {
  outline: 0; }

.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.custom-range::-moz-focus-outer {
  border: 0; }

.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  appearance: none; }

@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    transition: none; } }

.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff; }

.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem; }

.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -moz-appearance: none;
  appearance: none; }

@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    transition: none; } }

.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff; }

.custom-range::-moz-range-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem; }

.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: .2rem;
  margin-left: .2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  appearance: none; }

@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    transition: none; } }

.custom-range::-ms-thumb:active {
  background-color: #b3d7ff; }

.custom-range::-ms-track {
  width: 100%;
  height: .5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: .5rem; }

.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem; }

.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem; }

.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd; }

.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default; }

.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd; }

.custom-range:disabled::-moz-range-track {
  cursor: default; }

.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd; }

.custom-control-label::before, .custom-file-label, .custom-select {
  transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before, .custom-file-label, .custom-select {
    transition: none; } }

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: .5rem 1rem; }

.nav-link:focus, .nav-link:hover {
  text-decoration: none; }

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }

.nav-tabs .nav-item {
  margin-bottom: -1px; }

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem; }

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6; }

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent; }

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: .25rem; }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: .5rem 1rem; }

.navbar > .container, .navbar > .container-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }

.navbar-brand:focus, .navbar-brand:hover {
  text-decoration: none; }

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0; }

.navbar-nav .dropdown-menu {
  position: static;
  float: none; }

.navbar-text {
  display: inline-block;
  padding-top: .5rem;
  padding-bottom: .5rem; }

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center; }

.navbar-toggler {
  padding: .25rem .75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: .25rem; }

.navbar-toggler:focus, .navbar-toggler:hover {
  text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .navbar-expand-sm .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row; }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }
  .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .navbar-expand-sm .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .navbar-expand-sm .navbar-toggler {
    display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row; }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }
  .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .navbar-expand-md .navbar-toggler {
    display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .navbar-expand-lg .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row; }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }
  .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .navbar-expand-lg .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .navbar-expand-lg .navbar-toggler {
    display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .navbar-expand-xl .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row; }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute; }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem; }
  .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap; }
  .navbar-expand-xl .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  .navbar-expand-xl .navbar-toggler {
    display: none; } }

.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.navbar-expand > .container, .navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0; }

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row; }

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute; }

.navbar-expand .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem; }

.navbar-expand > .container, .navbar-expand > .container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.navbar-expand .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto; }

.navbar-expand .navbar-toggler {
  display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7); }

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }

.navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
  color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75); }

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }

.navbar-dark .navbar-text a {
  color: #fff; }

.navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
  color: #fff; }

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: .25rem; }

.card > hr {
  margin-right: 0;
  margin-left: 0; }

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem; }

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem; }

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem; }

.card-title {
  margin-bottom: .75rem; }

.card-subtitle {
  margin-top: -.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125); }

.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0; }

.card-header + .list-group .list-group-item:first-child {
  border-top: 0; }

.card-footer {
  padding: .75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125); }

.card-footer:last-child {
  border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px); }

.card-header-tabs {
  margin-right: -.625rem;
  margin-bottom: -.75rem;
  margin-left: -.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -.625rem;
  margin-left: -.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img {
  width: 100%;
  border-radius: calc(.25rem - 1px); }

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px); }

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(.25rem - 1px);
  border-bottom-left-radius: calc(.25rem - 1px); }

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }

.card-deck .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px; } }

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column; }

.card-group > .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0; }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0; }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .card-group > .card:not(:last-child) .card-header, .card-group > .card:not(:last-child) .card-img-top {
    border-top-right-radius: 0; }
  .card-group > .card:not(:last-child) .card-footer, .card-group > .card:not(:last-child) .card-img-bottom {
    border-bottom-right-radius: 0; }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .card-group > .card:not(:first-child) .card-header, .card-group > .card:not(:first-child) .card-img-top {
    border-top-left-radius: 0; }
  .card-group > .card:not(:first-child) .card-footer, .card-group > .card:not(:first-child) .card-img-bottom {
    border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: .75rem; }

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
  .card-columns .card {
    display: inline-block;
    width: 100%; } }

.accordion > .card {
  overflow: hidden; }

.accordion > .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0; }

.accordion > .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0; }

.accordion > .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.accordion > .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.accordion > .card .card-header {
  margin-bottom: -1px; }

.breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: .25rem; }

.breadcrumb-item + .breadcrumb-item {
  padding-left: .5rem; }

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #6c757d;
  content: "/"; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline; }

.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none; }

.breadcrumb-item.active {
  color: #6c757d; }

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem; }

.page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6; }

.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: .75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: .3rem;
  border-bottom-left-radius: .3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: .3rem;
  border-bottom-right-radius: .3rem; }

.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: .2rem;
  border-bottom-left-radius: .2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: .2rem;
  border-bottom-right-radius: .2rem; }

.badge {
  display: inline-block;
  padding: .25em .4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none; } }

a.badge:focus, a.badge:hover {
  text-decoration: none; }

.badge:empty {
  display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #007bff; }

a.badge-primary:focus, a.badge-primary:hover {
  color: #fff;
  background-color: #0062cc; }

a.badge-primary.focus, a.badge-primary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }

a.badge-secondary:focus, a.badge-secondary:hover {
  color: #fff;
  background-color: #545b62; }

a.badge-secondary.focus, a.badge-secondary:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.badge-success {
  color: #fff;
  background-color: #28a745; }

a.badge-success:focus, a.badge-success:hover {
  color: #fff;
  background-color: #1e7e34; }

a.badge-success.focus, a.badge-success:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }

a.badge-info:focus, a.badge-info:hover {
  color: #fff;
  background-color: #117a8b; }

a.badge-info.focus, a.badge-info:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }

a.badge-warning:focus, a.badge-warning:hover {
  color: #212529;
  background-color: #d39e00; }

a.badge-warning.focus, a.badge-warning:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }

a.badge-danger:focus, a.badge-danger:hover {
  color: #fff;
  background-color: #bd2130; }

a.badge-danger.focus, a.badge-danger:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.badge-light {
  color: #212529;
  background-color: #f8f9fa; }

a.badge-light:focus, a.badge-light:hover {
  color: #212529;
  background-color: #dae0e5; }

a.badge-light.focus, a.badge-light:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #343a40; }

a.badge-dark:focus, a.badge-dark:hover {
  color: #fff;
  background-color: #1d2124; }

a.badge-dark.focus, a.badge-dark:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: .3rem; }

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .75rem 1.25rem;
  color: inherit; }

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff; }

.alert-primary hr {
  border-top-color: #9fcdff; }

.alert-primary .alert-link {
  color: #002752; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }

.alert-secondary hr {
  border-top-color: #c8cbcf; }

.alert-secondary .alert-link {
  color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }

.alert-success hr {
  border-top-color: #b1dfbb; }

.alert-success .alert-link {
  color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }

.alert-info hr {
  border-top-color: #abdde5; }

.alert-info .alert-link {
  color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }

.alert-warning hr {
  border-top-color: #ffe8a1; }

.alert-warning .alert-link {
  color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }

.alert-danger hr {
  border-top-color: #f1b0b7; }

.alert-danger .alert-link {
  color: #491217; }

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe; }

.alert-light hr {
  border-top-color: #ececf6; }

.alert-light .alert-link {
  color: #686868; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }

.alert-dark hr {
  border-top-color: #b9bbbe; }

.alert-dark .alert-link {
  color: #040505; }

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: .75rem;
  background-color: #e9ecef;
  border-radius: .25rem; }

.progress-bar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width .6s ease; }

@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite; }

@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    -webkit-animation: none;
    animation: none; } }

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start; }

.media-body {
  -ms-flex: 1;
  flex: 1; }

.list-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }

.list-group-item-action:focus, .list-group-item-action:hover {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa; }

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: .75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }

.list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem; }

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem; }

.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff; }

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }

.list-group-horizontal {
  -ms-flex-direction: row;
  flex-direction: row; }

.list-group-horizontal .list-group-item {
  margin-right: -1px;
  margin-bottom: 0; }

.list-group-horizontal .list-group-item:first-child {
  border-top-left-radius: .25rem;
  border-bottom-left-radius: .25rem;
  border-top-right-radius: 0; }

.list-group-horizontal .list-group-item:last-child {
  margin-right: 0;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: 0; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    -ms-flex-direction: row;
    flex-direction: row; }
  .list-group-horizontal-sm .list-group-item {
    margin-right: -1px;
    margin-bottom: 0; }
  .list-group-horizontal-sm .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal-sm .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    -ms-flex-direction: row;
    flex-direction: row; }
  .list-group-horizontal-md .list-group-item {
    margin-right: -1px;
    margin-bottom: 0; }
  .list-group-horizontal-md .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal-md .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    -ms-flex-direction: row;
    flex-direction: row; }
  .list-group-horizontal-lg .list-group-item {
    margin-right: -1px;
    margin-bottom: 0; }
  .list-group-horizontal-lg .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal-lg .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    -ms-flex-direction: row;
    flex-direction: row; }
  .list-group-horizontal-xl .list-group-item {
    margin-right: -1px;
    margin-bottom: 0; }
  .list-group-horizontal-xl .list-group-item:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal-xl .list-group-item:last-child {
    margin-right: 0;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
    border-bottom-left-radius: 0; } }

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }

.list-group-flush .list-group-item:last-child {
  margin-bottom: -1px; }

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  margin-bottom: 0;
  border-bottom: 0; }

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }

.list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff; }

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }

.list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf; }

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }

.list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb; }

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }

.list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5; }

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }

.list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1; }

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }

.list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7; }

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24; }

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe; }

.list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6; }

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }

.list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe; }

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }

.close:hover {
  color: #000;
  text-decoration: none; }

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  opacity: .75; }

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

a.close.disabled {
  pointer-events: none; }

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: .875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: .25rem; }

.toast:not(:last-child) {
  margin-bottom: .75rem; }

.toast.showing {
  opacity: 1; }

.toast.show {
  display: block;
  opacity: 1; }

.toast.hide {
  display: none; }

.toast-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: .25rem .75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); }

.toast-body {
  padding: .75rem; }

.modal-open {
  overflow: hidden; }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none; }

.modal.fade .modal-dialog {
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out,-webkit-transform .3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px); }

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none; } }

.modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none; }

.modal-dialog-scrollable {
  display: -ms-flexbox;
  display: flex;
  max-height: calc(100% - 1rem); }

.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden; }

.modal-dialog-scrollable .modal-footer, .modal-dialog-scrollable .modal-header {
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.modal-dialog-scrollable .modal-body {
  overflow-y: auto; }

.modal-dialog-centered {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - 1rem); }

.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  content: ""; }

.modal-dialog-centered.modal-dialog-scrollable {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%; }

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none; }

.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none; }

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }

.modal-backdrop.fade {
  opacity: 0; }

.modal-backdrop.show {
  opacity: .5; }

.modal-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: .3rem;
  border-top-right-radius: .3rem; }

.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto; }

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

.modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: .3rem;
  border-bottom-left-radius: .3rem; }

.modal-footer > :not(:first-child) {
  margin-left: .25rem; }

.modal-footer > :not(:last-child) {
  margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg, .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  opacity: 0; }

.tooltip.show {
  opacity: .9; }

.tooltip .arrow {
  position: absolute;
  display: block;
  width: .8rem;
  height: .4rem; }

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid; }

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
  padding: .4rem 0; }

.bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
  bottom: 0; }

.bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
  top: 0;
  border-width: .4rem .4rem 0;
  border-top-color: #000; }

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
  padding: 0 .4rem; }

.bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
  left: 0;
  width: .4rem;
  height: .8rem; }

.bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
  right: 0;
  border-width: .4rem .4rem .4rem 0;
  border-right-color: #000; }

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
  padding: .4rem 0; }

.bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
  top: 0; }

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 .4rem .4rem;
  border-bottom-color: #000; }

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
  padding: 0 .4rem; }

.bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
  right: 0;
  width: .4rem;
  height: .8rem; }

.bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
  left: 0;
  border-width: .4rem 0 .4rem .4rem;
  border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: .25rem .5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .25rem; }

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: .875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: .3rem; }

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: .5rem;
  margin: 0 .3rem; }

.popover .arrow::after, .popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid; }

.bs-popover-auto[x-placement^=top], .bs-popover-top {
  margin-bottom: .5rem; }

.bs-popover-auto[x-placement^=top] > .arrow, .bs-popover-top > .arrow {
  bottom: calc((.5rem + 1px) * -1); }

.bs-popover-auto[x-placement^=top] > .arrow::before, .bs-popover-top > .arrow::before {
  bottom: 0;
  border-width: .5rem .5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25); }

.bs-popover-auto[x-placement^=top] > .arrow::after, .bs-popover-top > .arrow::after {
  bottom: 1px;
  border-width: .5rem .5rem 0;
  border-top-color: #fff; }

.bs-popover-auto[x-placement^=right], .bs-popover-right {
  margin-left: .5rem; }

.bs-popover-auto[x-placement^=right] > .arrow, .bs-popover-right > .arrow {
  left: calc((.5rem + 1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0; }

.bs-popover-auto[x-placement^=right] > .arrow::before, .bs-popover-right > .arrow::before {
  left: 0;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25); }

.bs-popover-auto[x-placement^=right] > .arrow::after, .bs-popover-right > .arrow::after {
  left: 1px;
  border-width: .5rem .5rem .5rem 0;
  border-right-color: #fff; }

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
  margin-top: .5rem; }

.bs-popover-auto[x-placement^=bottom] > .arrow, .bs-popover-bottom > .arrow {
  top: calc((.5rem + 1px) * -1); }

.bs-popover-auto[x-placement^=bottom] > .arrow::before, .bs-popover-bottom > .arrow::before {
  top: 0;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25); }

.bs-popover-auto[x-placement^=bottom] > .arrow::after, .bs-popover-bottom > .arrow::after {
  top: 1px;
  border-width: 0 .5rem .5rem .5rem;
  border-bottom-color: #fff; }

.bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7; }

.bs-popover-auto[x-placement^=left], .bs-popover-left {
  margin-right: .5rem; }

.bs-popover-auto[x-placement^=left] > .arrow, .bs-popover-left > .arrow {
  right: calc((.5rem + 1px) * -1);
  width: .5rem;
  height: 1rem;
  margin: .3rem 0; }

.bs-popover-auto[x-placement^=left] > .arrow::before, .bs-popover-left > .arrow::before {
  right: 0;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: rgba(0, 0, 0, 0.25); }

.bs-popover-auto[x-placement^=left] > .arrow::after, .bs-popover-left > .arrow::after {
  right: 1px;
  border-width: .5rem 0 .5rem .5rem;
  border-left-color: #fff; }

.popover-header {
  padding: .5rem .75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(.3rem - 1px);
  border-top-right-radius: calc(.3rem - 1px); }

.popover-header:empty {
  display: none; }

.popover-body {
  padding: .5rem .75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-inner::after {
  display: block;
  clear: both;
  content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: -webkit-transform .6s ease-in-out;
  transition: transform .6s ease-in-out;
  transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out; }

@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none; } }

.carousel-item-next, .carousel-item-prev, .carousel-item.active {
  display: block; }

.active.carousel-item-right, .carousel-item-next:not(.carousel-item-left) {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

.active.carousel-item-left, .carousel-item-prev:not(.carousel-item-right) {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  -webkit-transform: none;
  transform: none; }

.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: 0s .6s opacity; }

@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    transition: none; } }

.carousel-control-next, .carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: .5;
  transition: opacity .15s ease; }

@media (prefers-reduced-motion: reduce) {
  .carousel-control-next, .carousel-control-prev {
    transition: none; } }

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: .9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-next-icon, .carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50%/100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }

.carousel-indicators li {
  box-sizing: content-box;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease; }

@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none; } }

.carousel-indicators .active {
  opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: .25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  -webkit-animation: spinner-border .75s linear infinite;
  animation: spinner-border .75s linear infinite; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: .2em; }

@-webkit-keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    opacity: 1; } }

@keyframes spinner-grow {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    opacity: 1; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  -webkit-animation: spinner-grow .75s linear infinite;
  animation: spinner-grow .75s linear infinite; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0.2rem !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-lg {
  border-radius: 0.3rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

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

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }

.embed-responsive::before {
  display: block;
  content: ""; }

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

.embed-responsive-21by9::before {
  padding-top: 42.857143%; }

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

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

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important; }

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important; }

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; }

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important; }

.flex-grow-0 {
  -ms-flex-positive: 0 !important;
  flex-grow: 0 !important; }

.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important; }

.flex-shrink-0 {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important; }

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important; }

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important; }

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important; }

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important; }

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important; }

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important; }

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important; }

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important; }

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important; }

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important; }

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important; }

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important; }

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important; }

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important; }

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important; }

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important; }

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important; }

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important; }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important; }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important; }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important; }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important; }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important; }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important; }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important; }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important; }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important; }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important; }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important; }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important; }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important; }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important; }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important; }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important; } }

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

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

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: -webkit-sticky) or (position: sticky) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

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

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

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0); }

.m-0 {
  margin: 0 !important; }

.mt-0, .my-0 {
  margin-top: 0 !important; }

.mr-0, .mx-0 {
  margin-right: 0 !important; }

.mb-0, .my-0 {
  margin-bottom: 0 !important; }

.ml-0, .mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1, .my-1 {
  margin-top: 0.25rem !important; }

.mr-1, .mx-1 {
  margin-right: 0.25rem !important; }

.mb-1, .my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1, .mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2, .my-2 {
  margin-top: 0.5rem !important; }

.mr-2, .mx-2 {
  margin-right: 0.5rem !important; }

.mb-2, .my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2, .mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3, .my-3 {
  margin-top: 1rem !important; }

.mr-3, .mx-3 {
  margin-right: 1rem !important; }

.mb-3, .my-3 {
  margin-bottom: 1rem !important; }

.ml-3, .mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4, .my-4 {
  margin-top: 1.5rem !important; }

.mr-4, .mx-4 {
  margin-right: 1.5rem !important; }

.mb-4, .my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4, .mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5, .my-5 {
  margin-top: 3rem !important; }

.mr-5, .mx-5 {
  margin-right: 3rem !important; }

.mb-5, .my-5 {
  margin-bottom: 3rem !important; }

.ml-5, .mx-5 {
  margin-left: 3rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0, .py-0 {
  padding-top: 0 !important; }

.pr-0, .px-0 {
  padding-right: 0 !important; }

.pb-0, .py-0 {
  padding-bottom: 0 !important; }

.pl-0, .px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1, .py-1 {
  padding-top: 0.25rem !important; }

.pr-1, .px-1 {
  padding-right: 0.25rem !important; }

.pb-1, .py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1, .px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2, .py-2 {
  padding-top: 0.5rem !important; }

.pr-2, .px-2 {
  padding-right: 0.5rem !important; }

.pb-2, .py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2, .px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3, .py-3 {
  padding-top: 1rem !important; }

.pr-3, .px-3 {
  padding-right: 1rem !important; }

.pb-3, .py-3 {
  padding-bottom: 1rem !important; }

.pl-3, .px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4, .py-4 {
  padding-top: 1.5rem !important; }

.pr-4, .px-4 {
  padding-right: 1.5rem !important; }

.pb-4, .py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4, .px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5, .py-5 {
  padding-top: 3rem !important; }

.pr-5, .px-5 {
  padding-right: 3rem !important; }

.pb-5, .py-5 {
  padding-bottom: 3rem !important; }

.pl-5, .px-5 {
  padding-left: 3rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1, .my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1, .mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1, .my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1, .mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2, .my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2, .mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2, .my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2, .mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3, .my-n3 {
  margin-top: -1rem !important; }

.mr-n3, .mx-n3 {
  margin-right: -1rem !important; }

.mb-n3, .my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3, .mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4, .my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4, .mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4, .my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4, .mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5, .my-n5 {
  margin-top: -3rem !important; }

.mr-n5, .mx-n5 {
  margin-right: -3rem !important; }

.mb-n5, .my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5, .mx-n5 {
  margin-left: -3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto, .my-auto {
  margin-top: auto !important; }

.mr-auto, .mx-auto {
  margin-right: auto !important; }

.mb-auto, .my-auto {
  margin-bottom: auto !important; }

.ml-auto, .mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0, .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0, .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0, .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0, .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1, .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1, .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1, .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1, .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2, .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2, .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2, .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2, .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3, .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3, .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3, .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3, .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4, .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4, .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4, .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4, .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5, .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5, .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5, .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5, .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0, .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0, .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0, .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0, .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1, .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1, .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1, .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1, .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2, .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2, .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2, .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2, .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3, .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3, .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3, .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3, .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4, .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4, .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4, .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4, .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5, .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5, .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5, .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5, .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1, .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1, .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1, .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1, .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2, .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2, .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2, .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2, .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3, .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3, .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3, .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3, .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4, .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4, .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4, .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4, .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5, .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5, .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5, .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5, .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto, .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto, .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto, .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto, .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0, .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0, .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0, .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0, .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1, .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1, .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1, .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1, .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2, .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2, .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2, .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2, .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3, .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3, .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3, .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3, .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4, .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4, .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4, .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4, .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5, .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5, .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5, .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5, .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0, .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0, .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0, .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0, .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1, .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1, .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1, .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1, .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2, .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2, .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2, .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2, .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3, .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3, .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3, .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3, .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4, .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4, .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4, .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4, .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5, .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5, .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5, .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5, .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1, .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1, .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1, .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1, .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2, .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2, .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2, .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2, .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3, .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3, .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3, .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3, .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4, .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4, .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4, .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4, .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5, .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5, .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5, .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5, .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto, .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto, .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto, .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto, .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0, .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0, .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0, .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0, .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1, .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1, .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1, .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1, .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2, .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2, .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2, .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2, .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3, .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3, .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3, .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3, .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4, .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4, .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4, .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4, .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5, .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5, .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5, .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0, .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0, .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0, .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0, .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1, .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1, .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1, .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1, .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2, .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2, .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2, .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2, .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3, .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3, .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3, .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3, .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4, .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4, .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4, .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4, .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5, .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5, .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5, .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5, .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1, .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1, .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1, .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1, .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2, .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2, .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2, .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2, .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3, .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3, .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3, .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3, .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4, .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4, .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4, .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4, .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5, .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5, .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5, .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5, .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto, .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto, .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto, .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto, .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0, .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0, .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0, .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0, .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1, .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1, .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1, .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1, .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2, .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2, .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2, .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2, .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3, .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3, .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3, .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3, .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4, .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4, .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4, .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4, .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5, .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5, .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5, .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5, .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0, .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0, .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0, .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0, .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1, .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1, .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1, .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1, .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2, .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2, .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2, .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2, .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3, .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3, .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3, .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3, .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4, .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4, .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4, .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4, .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5, .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5, .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5, .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5, .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1, .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1, .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1, .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1, .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2, .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2, .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2, .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2, .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3, .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3, .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3, .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3, .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4, .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4, .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4, .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4, .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5, .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5, .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5, .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5, .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto, .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto, .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto, .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto, .mx-xl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

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

.text-wrap {
  white-space: normal !important; }

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

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

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

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

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

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

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:focus, a.text-primary:hover {
  color: #0056b3 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:focus, a.text-secondary:hover {
  color: #494f54 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:focus, a.text-success:hover {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:focus, a.text-info:hover {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:focus, a.text-warning:hover {
  color: #ba8b00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:focus, a.text-danger:hover {
  color: #a71d2a !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:focus, a.text-light:hover {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:focus, a.text-dark:hover {
  color: #121416 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

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

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *, ::after, ::before {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  blockquote, pre {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  img, tr {
    page-break-inside: avoid; }
  h2, h3, p {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
  .table td,
  .table th {
    background-color: #fff !important; }
  .table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
  .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
    border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

/*# sourceMappingURL=bootstrap.min.css.map */
#top-page-promotion {
  position: relative;
  background: #ea652a; }
  #top-page-promotion .container-fluid {
    font-size: 11px;
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 7px 28px;
    position: relative; }
    @media (max-width: 1024px) {
      #top-page-promotion .container-fluid {
        min-height: 36px; } }
    @media (max-width: 400px) {
      #top-page-promotion .container-fluid {
        font-size: 10px; } }
    #top-page-promotion .container-fluid p {
      margin: 0;
      font-weight: 700;
      letter-spacing: 2px;
      color: white; }
    #top-page-promotion .container-fluid a {
      margin: 0;
      font-weight: 700;
      letter-spacing: 2px;
      color: white;
      text-decoration: none; }
  #top-page-promotion svg {
    position: absolute;
    right: 1.9%;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 36px;
    padding: 5px;
    cursor: pointer;
    fill: white; }
    @media (max-width: 100%) {
      #top-page-promotion svg {
        right: 10px; } }

.is-sticky #top-page-promotion .container-fluid {
  min-height: 36px; }

@media (max-width: 1024px) {
  .header {
    position: relative; }
    .header .navPages-container {
      display: none !important; } }

@media (max-width: 768px) {
  .header .header-top .container .header-search #search_query.form-input {
    height: 45px !important;
    text-indent: 3px; } }

.header-top {
  position: relative;
  display: block;
  width: 100%;
  background-color: white; }
  @media (max-width: 1024px) {
    .header-top {
      background-color: #fff;
      z-index: 99; } }
  .header-top .container {
    display: flex;
    align-items: center; }
    @media (max-width: 768px) {
      .header-top .container {
        flex-wrap: wrap;
        justify-content: space-between; }
        .header-top .container:before, .header-top .container:after {
          display: none; } }

.header-left {
  float: left;
  width: 410px; }
  @media (max-width: 1024px) {
    .header-left {
      display: flex;
      align-items: center;
      width: 170px !important;
      padding-left: 20px;
      height: 55px; }
      .header-left .header-logo {
        width: 80px; } }
  @media (max-width: 768px) {
    .header-left {
      display: none !important; } }
  @media (max-width: 480px) {
    .header-left li:nth-child(2) {
      /*
            position: relative;
            top: 55px;
            right: 70%;
            

            a {
                color: #464646;
                font-size: 11px;
                font-weight: 700;
                letter-spacing: 2px;
                font-family: "Poppins", Arial, Helvetica, sans-serif;
                text-transform: capitalize;
            }
            */ } }
  @media (max-width: 380px) {
    .header-left {
      width: calc(100% - 95px); }
      .header-left li:nth-child(2) {
        right: 48%; } }
  @media (min-width: 1025px) {
    .header-left {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      height: 155px; }
      .header-left .header-logo {
        padding-left: 20px; } }

@media (max-width: 1024px) {
  .header-left .navUser,
  .header-right .navUser {
    display: inline-block;
    float: right; } }

.header-left .navUser > ul,
.header-right .navUser > ul {
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  .header-left .navUser > ul > li,
  .header-right .navUser > ul > li {
    padding-left: 20px; }
    @media (max-width: 480px) {
      .header-left .navUser > ul > li,
      .header-right .navUser > ul > li {
        padding-left: 5px; } }
    .header-left .navUser > ul > li > a,
    .header-right .navUser > ul > li > a {
      font-size: 20px;
      font-weight: 600;
      position: relative;
      white-space: nowrap;
      letter-spacing: 0.1em;
      color: #1e1e1e; }
      .header-left .navUser > ul > li > a .fa,
      .header-right .navUser > ul > li > a .fa {
        margin-left: 9px; }
      .header-left .navUser > ul > li > a span,
      .header-right .navUser > ul > li > a span {
        line-height: 1.3;
        border-bottom: 1px dotted transparent; }
      .header-left .navUser > ul > li > a:hover span,
      .header-right .navUser > ul > li > a:hover span {
        border-bottom: 1px dotted; }
    @media (max-width: 1024px) {
      .header-left .navUser > ul > li#currency-converter, .header-left .navUser > ul > li#mobileAccountSidebar,
      .header-right .navUser > ul > li#currency-converter,
      .header-right .navUser > ul > li#mobileAccountSidebar {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: calc(100% / 2);
        height: 55px !important; }
      .header-left .navUser > ul > li#currency-converter,
      .header-right .navUser > ul > li#currency-converter {
        display: none; }
      .header-left .navUser > ul > li#mobileAccountSidebar,
      .header-right .navUser > ul > li#mobileAccountSidebar {
        padding-left: 0;
        width: 62px; }
        .header-left .navUser > ul > li#mobileAccountSidebar a,
        .header-right .navUser > ul > li#mobileAccountSidebar a {
          font-size: 20px;
          height: 30px;
          display: inline-block; }
        .header-left .navUser > ul > li#mobileAccountSidebar i.icon-user,
        .header-right .navUser > ul > li#mobileAccountSidebar i.icon-user {
          height: 24px; }
          .header-left .navUser > ul > li#mobileAccountSidebar i.icon-user svg,
          .header-right .navUser > ul > li#mobileAccountSidebar i.icon-user svg {
            fill: #1e1e1e;
            width: 22px;
            height: 24px; } }
    @media (max-width: 767px) {
      .header-left .navUser > ul > li#mobileAccountSidebar,
      .header-right .navUser > ul > li#mobileAccountSidebar {
        /*width: 30px;*/ } }
    @media (max-width: 380px) {
      .header-left .navUser > ul > li#mobileAccountSidebar,
      .header-right .navUser > ul > li#mobileAccountSidebar {
        width: 22px; }
        .header-left .navUser > ul > li#mobileAccountSidebar i.icon-user,
        .header-right .navUser > ul > li#mobileAccountSidebar i.icon-user {
          height: 20px; }
          .header-left .navUser > ul > li#mobileAccountSidebar i.icon-user svg,
          .header-right .navUser > ul > li#mobileAccountSidebar i.icon-user svg {
            width: 19px;
            height: 21px; } }
    .header-left .navUser > ul > li.account-link,
    .header-right .navUser > ul > li.account-link {
      margin-left: 0;
      height: 55px;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      padding: 0 20px 0 20px;
      position: relative;
      z-index: 11; }
      @media (max-width: 1024px) {
        .header-left .navUser > ul > li.account-link,
        .header-right .navUser > ul > li.account-link {
          display: none; } }
    .header-left .navUser > ul > li#currency-converter,
    .header-right .navUser > ul > li#currency-converter {
      margin-left: 0;
      height: 55px;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      border-right: 1px solid #eaeaea;
      padding: 0 20px 0 40px;
      position: relative;
      z-index: 11; }
      @media (max-width: 1024px) {
        .header-left .navUser > ul > li#currency-converter,
        .header-right .navUser > ul > li#currency-converter {
          display: none; } }
      .header-left .navUser > ul > li#currency-converter > a img,
      .header-right .navUser > ul > li#currency-converter > a img {
        margin-right: 5px;
        vertical-align: -1px; }
        @media (max-width: 1024px) {
          .header-left .navUser > ul > li#currency-converter > a img,
          .header-right .navUser > ul > li#currency-converter > a img {
            display: none; } }
      .header-left .navUser > ul > li#currency-converter > a .fa,
      .header-right .navUser > ul > li#currency-converter > a .fa {
        margin-left: 4px; }
      @media (max-width: 1024px) {
        .header-left .navUser > ul > li#currency-converter > a,
        .header-right .navUser > ul > li#currency-converter > a {
          font-weight: 600;
          font-size: 1rem; } }
      .header-left .navUser > ul > li#currency-converter > ul,
      .header-right .navUser > ul > li#currency-converter > ul {
        top: auto;
        left: 50% !important;
        min-width: 120px;
        margin-top: 7px;
        padding-top: 6px;
        padding-bottom: 6px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        border-radius: 3px; }
        .header-left .navUser > ul > li#currency-converter > ul > li,
        .header-right .navUser > ul > li#currency-converter > ul > li {
          display: block;
          padding: 0; }
          .header-left .navUser > ul > li#currency-converter > ul > li > a,
          .header-right .navUser > ul > li#currency-converter > ul > li > a {
            padding: 7px 15px; }
            .header-left .navUser > ul > li#currency-converter > ul > li > a:hover,
            .header-right .navUser > ul > li#currency-converter > ul > li > a:hover {
              text-decoration: none;
              background-color: #f5f5f5; }
            .header-left .navUser > ul > li#currency-converter > ul > li > a img,
            .header-right .navUser > ul > li#currency-converter > ul > li > a img {
              margin-right: 5px;
              vertical-align: -1px; }
        .header-left .navUser > ul > li#currency-converter > ul > li + li,
        .header-right .navUser > ul > li#currency-converter > ul > li + li {
          border-top: 1px solid #f5f5f5; }
      .header-left .navUser > ul > li#currency-converter > a img,
      .header-right .navUser > ul > li#currency-converter > a img {
        margin-right: 10px;
        vertical-align: -1px; }
      .header-left .navUser > ul > li#currency-converter > a .fa,
      .header-right .navUser > ul > li#currency-converter > a .fa {
        margin-left: 10px; }
      @media (max-width: 1024px) {
        .header-left .navUser > ul > li#currency-converter > a::before,
        .header-right .navUser > ul > li#currency-converter > a::before {
          display: none; } }
    .header-left .navUser > ul > li#accountDropdown,
    .header-right .navUser > ul > li#accountDropdown {
      position: relative; }
      .header-left .navUser > ul > li#accountDropdown > a .fa,
      .header-right .navUser > ul > li#accountDropdown > a .fa {
        margin-left: 4px; }
      .header-left .navUser > ul > li#accountDropdown > ul,
      .header-right .navUser > ul > li#accountDropdown > ul {
        top: auto !important;
        left: 50% !important;
        min-width: 200px;
        margin-top: 9px;
        padding-top: 6px;
        padding-bottom: 6px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        text-align: left;
        border-radius: 3px; }
        .header-left .navUser > ul > li#accountDropdown > ul > li,
        .header-right .navUser > ul > li#accountDropdown > ul > li {
          display: block;
          padding: 0; }
          .header-left .navUser > ul > li#accountDropdown > ul > li > a,
          .header-right .navUser > ul > li#accountDropdown > ul > li > a {
            display: block;
            padding: 7px 15px; }
            .header-left .navUser > ul > li#accountDropdown > ul > li > a:hover,
            .header-right .navUser > ul > li#accountDropdown > ul > li > a:hover {
              text-decoration: none;
              background-color: #f5f5f5; }
            .header-left .navUser > ul > li#accountDropdown > ul > li > a img,
            .header-right .navUser > ul > li#accountDropdown > ul > li > a img {
              margin-right: 5px;
              vertical-align: -1px; }
        .header-left .navUser > ul > li#accountDropdown > ul > li + li,
        .header-right .navUser > ul > li#accountDropdown > ul > li + li {
          border-top: 1px solid #f3f3f3; }
        @media (max-width: 1024px) {
          .header-left .navUser > ul > li#accountDropdown > ul,
          .header-right .navUser > ul > li#accountDropdown > ul {
            right: 0;
            left: auto !important;
            transform: none; }
            .header-left .navUser > ul > li#accountDropdown > ul .triangle-with-shadow::before,
            .header-right .navUser > ul > li#accountDropdown > ul .triangle-with-shadow::before {
              right: 20px;
              left: auto; } }

.header-right {
  width: 280px;
  float: right; }
  @media (min-width: 1025px) {
    .header-right {
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      height: 55px;
      justify-content: flex-end;
      flex-direction: column;
      justify-content: flex-end;
      align-content: flex-end; } }
  @media (max-width: 1024px) {
    .header-right {
      width: 62px;
      height: 55px;
      padding-top: 0;
      padding-bottom: 0; } }
  @media (max-width: 380px) {
    .header-right {
      width: 45px; } }
  .header-right > .right-bottom {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    @media (min-width: 1025px) {
      .header-right > .right-bottom .account-link,
      .header-right > .right-bottom .gift_certificates-link,
      .header-right > .right-bottom .wishlist-link,
      .header-right > .right-bottom #top-cart {
        height: 55px;
        display: -webkit-box;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox;
        /* TWEENER - IE 10 */
        display: -webkit-flex;
        /* NEW - Chrome */
        display: flex;
        /* NEW, Spec - Opera 12.1, Firefox 20+ */
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        padding: 0px 21px; } }
    @media (max-width: 768px) {
      .header-right > .right-bottom {
        justify-content: flex-end !important; } }
    .header-right > .right-bottom > div > a {
      font-family: "DM Sans", Arial, Helvetica, sans-serif;
      font-size: 20px;
      font-weight: 600;
      white-space: nowrap;
      letter-spacing: 0.1em;
      transition: none;
      display: flex;
      align-items: center;
      color: #1e1e1e; }
      .header-right > .right-bottom > div > a span {
        line-height: 1.3;
        border-bottom: 1px dotted transparent;
        padding-top: 2px; }
      .header-right > .right-bottom > div > a:hover span {
        border-bottom: 1px dotted; }
    @media (max-width: 1024px) {
      .header-right > .right-bottom #top-cart {
        display: -webkit-box;
        display: -ms-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        width: 100%;
        height: 55px; } }
    @media (max-width: 768px) {
      .header-right > .right-bottom #top-cart {
        width: auto;
        padding: 0 16px; } }
    .header-right > .right-bottom #top-cart > a {
      position: relative; }
      @media (max-width: 1024px) {
        .header-right > .right-bottom #top-cart > a {
          width: 20px;
          display: inline-block;
          margin: auto;
          height: 24px; } }
      .header-right > .right-bottom #top-cart > a i.icon-cart {
        height: 24px; }
        @media (min-width: 1025px) {
          .header-right > .right-bottom #top-cart > a i.icon-cart {
            margin-left: 15px; } }
        .header-right > .right-bottom #top-cart > a i.icon-cart svg {
          fill: #1e1e1e;
          width: 20px;
          height: 24px; }
          @media (max-width: 380px) {
            .header-right > .right-bottom #top-cart > a i.icon-cart svg {
              width: 18px;
              height: 20px; } }
      .header-right > .right-bottom #top-cart > a:hover span.cart-quantity {
        border-bottom: 0; }
      .header-right > .right-bottom #top-cart > a span.cart-quantity {
        font-family: "DM Sans", Arial, Helvetica, sans-serif;
        font-weight: 400;
        background-color: #da5b4c;
        color: white;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        position: absolute;
        top: -2px;
        right: -13px;
        position: absolute;
        right: auto;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin-top: 12px;
        margin-left: 40px;
        line-height: 22px;
        display: inline-block;
        min-width: 22px;
        padding: 0 3px 0 4px;
        text-align: center;
        border-radius: 50%;
        font-size: 11px;
        border: 0; }
        @media (max-width: 1024px) {
          .header-right > .right-bottom #top-cart > a span.cart-quantity {
            margin-left: 14px; } }
        @media (max-width: 767px) {
          .header-right > .right-bottom #top-cart > a span.cart-quantity {
            /*margin-left: 10px;
                        margin-top: -7px;*/
            padding: 0 2px 0 4px; } }
        @media (max-width: 380px) {
          .header-right > .right-bottom #top-cart > a span.cart-quantity {
            min-width: 20px;
            line-height: 20px; } }

@-moz-document url-prefix() {
  .header-right > .right-bottom #top-cart > a span.cart-quantity {
    padding: 0 3px 0 4px; } }

.header-center {
  width: calc(100% - (260px + 280px));
  float: left;
  text-align: center;
  margin-bottom: 0px !important;
  height: 55px;
  padding: 15px 10px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center; }
  @media (max-width: 768px) {
    .header-center {
      display: flex;
      justify-content: right;
      order: 4;
      padding: 2px 0px 15px; } }
  .header-center p,
  .header-center a {
    margin: 0;
    color: #464646;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    text-transform: capitalize; }
  .header-center a {
    text-decoration: none; }
  @media (max-width: 1420px) {
    .header-center {
      width: 100%;
      height: auto;
      background-color: #ffffff; } }

.header-bottom {
  margin: 32px 0 18px;
  text-align: center; }
  @media (max-width: 1024px) {
    .header-bottom {
      margin: 0;
      position: absolute;
      top: 0px;
      left: 50%;
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      z-index: 99; } }
  .header-bottom .header-logo {
    margin: 0; }
    @media (max-width: 1024px) {
      .header-bottom .header-logo {
        text-align: center;
        padding: 13px 0 12px 0; } }
    @media (max-width: 767px) {
      .header-bottom .header-logo {
        padding: 12px 0 12px 0;
        line-height: 28px;
        margin-left: 2px; } }
    .header-bottom .header-logo .header-logo-image {
      width: auto;
      padding: 8px; }
      @media (max-width: 1024px) {
        .header-bottom .header-logo .header-logo-image {
          max-width: 280px;
          max-height: 28px;
          padding: 0; } }
      @media (max-width: 767px) {
        .header-bottom .header-logo .header-logo-image {
          max-width: 180px; } }
      @media (max-width: 380px) {
        .header-bottom .header-logo .header-logo-image {
          max-width: 170px; } }
      @media (max-width: 340px) {
        .header-bottom .header-logo .header-logo-image {
          max-width: 140px; } }

#modal-sign-in {
  right: auto;
  width: 370px;
  padding: 40px; }
  #modal-sign-in .btn {
    width: 100%; }

#storeCredit-toggle {
  position: relative; }

#storeCredit-dropdown {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  top: auto !important;
  left: 50% !important;
  min-width: 300px;
  margin-top: 9px;
  padding: 15px 20px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  color: #000;
  border-radius: 3px; }
  @media (max-width: 991px) {
    #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; } }

.is-sticky .header-logo {
  display: none !important; }
  @media (max-width: 1024px) {
    .is-sticky .header-logo {
      display: inline-block !important; } }

.is-sticky .header {
  position: fixed;
  top: 35px;
  left: 0;
  width: 100%;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  animation-duration: 0.4s;
  animation-fill-mode: both; }
  @media only screen and (max-width: 856px) {
    .is-sticky .header {
      top: 54px; } }
  @media only screen and (max-width: 551px) {
    .is-sticky .header {
      top: 0; } }
  @media (max-width: 768px) {
    .is-sticky .header .header-logo {
      display: none !important; } }
  .is-sticky .header .navPages-container {
    z-index: 2; }
    @media (max-width: 1024px) {
      .is-sticky .header .navPages-container {
        display: none !important; } }
  .is-sticky .header .header-top {
    order: 2;
    z-index: 1; }
    .is-sticky .header .header-top .container {
      max-width: 100%;
      flex-wrap: wrap; }
      .is-sticky .header .header-top .container .header-search #search_query.form-input {
        height: 45px !important; }
  @media (min-width: 1025px) {
    .is-sticky .header .header-right {
      display: none; } }
  @media (max-width: 1380px) {
    .is-sticky .header .navPages-container nav ul.navPages-list > li > a {
      font-size: 1.675vw; } }
  .is-sticky .header .header-center {
    display: block;
    width: 100%;
    order: 4;
    flex-basis: 100%;
    padding: 1px 3px; }
  .is-sticky .header .header-bottom {
    top: 0; }
  .is-sticky .header .header-left {
    width: calc(100% - 174px) !important;
    justify-content: center; }
    .is-sticky .header .header-left li:nth-child(2) {
      display: none; }
  .is-sticky .header .search-icon-mobile.hidden-desktop {
    right: 155px !important;
    left: 62px !important;
    /*
        @media only screen and (max-width: 430px){
            left: 180px !important; 
        }

        @media only screen and (max-width: 410px){
            left: 58px !important;
        }

        @media only screen and (max-width: 385px){
            left: 120px !important; 
        }

        @media only screen and (max-width: 375px){
            left: 95px !important; 
        }
        */ }

body {
  background-color: #e1e1e1;
  line-height: 20px; }

a:hover, a:focus, a:active {
  outline: none;
  text-decoration: none; }

.hidden-mobile {
  display: none; }
  @media (min-width: 1025px) {
    .hidden-mobile {
      display: block; } }

.hidden-desktop {
  display: block; }
  @media (min-width: 1025px) {
    .hidden-desktop {
      display: none; } }

/*Off-canvas Navigation*/
@media (max-width: 1024px) {
  #st-trigger-effects {
    width: 62px;
    height: 55px;
    text-align: center;
    display: flex !important;
    align-content: stretch;
    align-items: stretch;
    float: left; }
    #st-trigger-effects a {
      width: 100%;
      height: auto;
      display: flex;
      align-content: center;
      align-items: center;
      justify-content: center;
      font-size: 22px;
      position: relative; }
      #st-trigger-effects a svg {
        width: 21px;
        height: 21px;
        margin-left: -5px;
        fill: black; }
      #st-trigger-effects a.close-canvas {
        display: none; }
    #st-trigger-effects:hover a svg {
      fill: black; } }

.hamburger-menu,
.hamburger-menu:after,
.hamburger-menu:before {
  width: 24px;
  height: 2px; }

.hamburger-menu {
  background: #000000;
  transition: all 0ms 300ms;
  border: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.hamburger-menu:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 8px;
  background: #000000;
  transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }

.hamburger-menu:after {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  background: #000000;
  transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }

body.st-off-canvas {
  overflow: hidden; }
  body.st-off-canvas #st-trigger-effects a {
    display: none; }
    body.st-off-canvas #st-trigger-effects a svg {
      width: 25px;
      height: 25px; }
  body.st-off-canvas #st-trigger-effects a.close-canvas {
    display: inline-block;
    position: relative;
    z-index: 9999;
    padding: 10px;
    top: 0; }
    body.st-off-canvas #st-trigger-effects a.close-canvas svg {
      fill: black; }

@media (max-width: 380px) {
  #st-trigger-effects {
    width: 50px; }
  .hamburger-menu,
  .hamburger-menu::after,
  .hamburger-menu::before {
    width: 20px; }
  .hamburger-menu::before {
    bottom: 6px; }
  .hamburger-menu::after {
    top: 6px; } }

.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%;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -webkit-transform 0.3s;
  -ms-transition: -webkit-transform 0.3s;
  -o-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  max-width: 100%;
  margin: 0 auto;
  background: #fff; }

@media (min-width: 1025px) {
  .navPages-action-moreIcon {
    display: none; } }

@media (max-width: 1024px) {
  .navPages-action-moreIcon {
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    width: 100%;
    height: 42px;
    z-index: 10;
    position: absolute;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: flex-end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .navPages-action-moreIcon svg {
      width: 12px;
      height: 12px;
      fill: #969696;
      stroke: #969696;
      transition: all 0.5s ease;
      transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      margin-right: 15px; } }

@media (max-width: 1024px) {
  .navPages-action {
    position: relative; } }

.navPages-action > span {
  position: relative;
  z-index: 20; }

.navPages-action.is-open > .navPages-action-moreIcon svg {
  transition: all 0.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;
  left: -100%;
  visibility: hidden;
  width: 380px;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  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% - 41px);
      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%;
      -ms-flex-pack: flex-start;
      -webkit-box-pack: start;
      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; }
  .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: -42px;
  width: 41px;
  height: 41px;
  z-index: 10;
  line-height: 41px;
  position: absolute;
  text-align: center;
  background-color: #000; }

.st-menu .themevale_close .close {
  opacity: 1;
  width: 100%;
  height: 100%;
  color: #fff;
  display: block;
  font-size: 34px;
  font-weight: 300;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  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 .navPages {
  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; }

#mobile-customer .navPages-customer ul li .navPage-subMenu-title {
  background: #fafafa;
  padding: 11px 20px 10px 20px;
  margin-bottom: 12px; }
  #mobile-customer .navPages-customer ul li .navPage-subMenu-title .text {
    font-size: 13px;
    font-weight: 600;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #mobile-customer .navPages-customer ul li .navPage-subMenu-title .text svg {
      margin-right: 10px;
      width: 15px;
      height: 15px;
      display: inline-block;
      vertical-align: middle;
      margin-top: -1px; }

#mobile-customer .navPages-customer ul li .login-content {
  padding: 0 20px 20px; }
  #mobile-customer .navPages-customer ul li .login-content .login-intro {
    color: #a3a3a3;
    margin-bottom: 14px;
    font-size: 12px; }
  #mobile-customer .navPages-customer ul li .login-content .login-form {
    padding-top: 0;
    margin-bottom: 0; }
    #mobile-customer .navPages-customer ul li .login-content .login-form .form-field {
      margin-bottom: 15px; }
      #mobile-customer .navPages-customer ul li .login-content .login-form .form-field .form-label {
        margin-bottom: 5px; }
    #mobile-customer .navPages-customer ul li .login-content .login-form .forgot-password {
      width: auto;
      display: inline-block;
      padding: 0;
      text-transform: none;
      font-weight: 400;
      line-height: 17px; }
    #mobile-customer .navPages-customer ul li .login-content .login-form .button {
      display: inline-block;
      margin-bottom: 0;
      text-transform: uppercase;
      font-size: 13px;
      font-weight: 600;
      color: #000;
      background: #fff;
      border: 2px solid #000;
      padding: 13px 20px; }
      #mobile-customer .navPages-customer ul li .login-content .login-form .button:hover {
        color: #fff;
        background: #000;
        border: 2px solid #000; }

#mobile-customer .navPages-customer ul li .new-customer {
  padding: 15px 20px 20px;
  background: #fff;
  border-top: 1px solid #f0f0f0; }
  #mobile-customer .navPages-customer ul li .new-customer .new-customer-intro {
    margin-bottom: 12px;
    color: #a3a3a3;
    line-height: 20px; }
  #mobile-customer .navPages-customer ul li .new-customer .button {
    color: #fff;
    padding: 13px 20px;
    color: #fff;
    background: #000;
    border: 2px solid #000;
    margin-top: 15px; }
    #mobile-customer .navPages-customer ul li .new-customer .button:hover {
      color: #000;
      background: #fff;
      border: 2px solid #000; }

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; }
    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: "DM Sans", Arial, Helvetica, sans-serif; }

nav#mobile-customer ul li .not-logged a {
  display: block;
  font-size: 13px; }

nav#mobile-customer ul li .logged-in {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding-left: 20px;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 13px;
  padding-bottom: 12px;
  letter-spacing: 0.05em;
  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: 1rem;
  font-weight: 600;
  display: block;
  padding: 0px 20px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000;
  outline: none; }

.st-menu > ul > li > a {
  font-family: "DM Sans", 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: 0;
  background: #fff;
  text-transform: none;
  border-bottom: 1px solid #e5e5e5; }

.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;
  font-size: 10px;
  font-weight: 400; }

.st-menu ul li span.toggle-expand::before {
  position: absolute;
  font-family: FontAwesome;
  content: "\f078";
  top: 10px;
  right: 17px;
  border: none; }

.st-menu > ul > li:hover > span.toggle-expand::before {
  color: #fff; }

.st-menu ul li span.toggle-close::before {
  position: absolute;
  top: 10px;
  right: 17px;
  border: none;
  font-family: FontAwesome;
  content: "\f077"; }

.st-menu > ul > li:hover > span.toggle-close::before {
  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;
  content: "\f067";
  top: 10px;
  right: 17px;
  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 .navPages-list li a .text-menu {
  height: 42px;
  line-height: 42px;
  display: inline-block; }

#mobile-categories .navPages-list.navPages-list-mobile {
  margin-top: 30px; }
  #mobile-categories .navPages-list.navPages-list-mobile > li > .navPages-action {
    border-bottom: none;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize; }
    #mobile-categories .navPages-list.navPages-list-mobile > li > .navPages-action .text-menu svg,
    #mobile-categories .navPages-list.navPages-list-mobile > li > .navPages-action .text-menu i.fa {
      width: 17px;
      height: 15px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 5px;
      margin-top: -1px; }
    #mobile-categories .navPages-list.navPages-list-mobile > li > .navPages-action .text-menu i.fa {
      font-size: 16px; }
  #mobile-categories .navPages-list.navPages-list-mobile > li img + .text-menu {
    margin-left: 7px; }
  #mobile-categories .navPages-list.navPages-list-mobile > li #currency_dropdown {
    border-bottom: none;
    position: relative; }
    #mobile-categories .navPages-list.navPages-list-mobile > li #currency_dropdown .navPages-action-moreIcon {
      left: auto;
      right: 00px;
      width: 100%; }
    #mobile-categories .navPages-list.navPages-list-mobile > li #currency_dropdown.is-open {
      text-align: right;
      background: #fafafa; }
      #mobile-categories .navPages-list.navPages-list-mobile > li #currency_dropdown.is-open .navPages-action-moreIcon {
        left: 0;
        right: auto;
        -ms-flex-pack: flex-start;
        -webkit-box-pack: start;
        justify-content: flex-start;
        -webkit-justify-content: flex-start; }
        #mobile-categories .navPages-list.navPages-list-mobile > li #currency_dropdown.is-open .navPages-action-moreIcon svg {
          transition: all 0.5s ease;
          transform: rotate(-270deg);
          -ms-transform: rotate(-270deg);
          -webkit-transform: rotate(-270deg);
          -moz-transform: rotate(-270deg);
          -o-transform: rotate(-270deg);
          margin-left: 17px; }
      #mobile-categories .navPages-list.navPages-list-mobile > li #currency_dropdown.is-open + .navPage-subMenu {
        display: block;
        border-bottom: none; }
        #mobile-categories .navPages-list.navPages-list-mobile > li #currency_dropdown.is-open + .navPage-subMenu ul {
          padding: 5px 0; }
          #mobile-categories .navPages-list.navPages-list-mobile > li #currency_dropdown.is-open + .navPage-subMenu ul li a {
            border-bottom: none; }
            #mobile-categories .navPages-list.navPages-list-mobile > li #currency_dropdown.is-open + .navPage-subMenu ul li a .text-menu {
              height: 32px;
              line-height: 32px; }
  #mobile-categories .navPages-list.navPages-list-mobile > li.giftcertificates > a svg {
    width: 16px; }
  #mobile-categories .navPages-list.navPages-list-mobile > li.phone_number svg {
    height: 15px; }
  #mobile-categories .navPages-list.navPages-list-mobile .social-icons {
    margin-top: 10px;
    padding: 0 20px; }
    #mobile-categories .navPages-list.navPages-list-mobile .social-icons li {
      margin-right: 20px; }
      #mobile-categories .navPages-list.navPages-list-mobile .social-icons li a {
        background: none;
        border: none;
        padding: 0;
        width: 16px;
        height: 16px; }
        #mobile-categories .navPages-list.navPages-list-mobile .social-icons li a svg {
          fill: #000;
          width: 16px;
          height: 16px; }

#mobile-categories .navPages-list li.is-open .cateArea ul li span.image-top {
  display: none; }
  #mobile-categories .navPages-list li.is-open .cateArea ul li span.image-top a {
    padding: 20px; }

#mobile-categories .navPages-list li.is-open .cateArea ul li.is-open span.image-top {
  display: block; }

#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 a {
    width: 100%;
    text-align: center;
    border-bottom: 0;
    padding: 20px; }

#mobile-categories .container {
  min-width: auto;
  padding: 0; }

#mobile-categories .container .row {
  margin: 0; }

#mobile-categories .subMegaMenu {
  width: 100% !important;
  overflow: hidden;
  border-bottom: none; }
  #mobile-categories .subMegaMenu.imageLeft.is-hidden .imageArea {
    display: none; }
  #mobile-categories .subMegaMenu.imageLeft.is-hidden .bottomMegamenu {
    display: none; }
  #mobile-categories .subMegaMenu.imageRight .imageArea.colRight {
    padding: 20px; }
    #mobile-categories .subMegaMenu.imageRight .imageArea.colRight .widget-featured-product h3.title {
      padding-bottom: 0; }
    #mobile-categories .subMegaMenu.imageRight .imageArea.colRight .widget-featured-product > a {
      padding-bottom: 10px; }
    #mobile-categories .subMegaMenu.imageRight .imageArea.colRight .widget-featured-product .prod-desc .prod-name {
      margin-top: 0; }
      #mobile-categories .subMegaMenu.imageRight .imageArea.colRight .widget-featured-product .prod-desc .prod-name a {
        padding: 0; }
    #mobile-categories .subMegaMenu.imageRight .imageArea.colRight .widget-featured-product .mega-shopNow {
      border-bottom: 1px dotted;
      display: inline-block;
      width: auto;
      padding: 10px 0 0 0;
      margin-bottom: 15px; }
    #mobile-categories .subMegaMenu.imageRight .imageArea.colRight > div > a {
      padding: 10px 0; }
    #mobile-categories .subMegaMenu.imageRight .imageArea.colRight .col-left > a:first-child {
      padding-top: 0; }

#mobile-categories .subMegaMenu .container {
  padding: 0; }

#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; }

/* 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 */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  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; }

#footer-wrapper {
  padding: 77px 0px;
  background: #b4b7c1; }
  @media (max-width: 767px) {
    #footer-wrapper {
      padding-top: 55px; } }

/*Main Footer*/
@media (max-width: 1557px) {
  #main-footer .container {
    max-width: none !important; } }

@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: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 16px;
  text-transform: uppercase;
  color: white;
  font-weight: 700;
  letter-spacing: 0.13em; }
  #main-footer h3.social-heading {
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    letter-spacing: .02em;
    text-transform: none; }

.footer-columns {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 1080px) {
    .footer-columns {
      justify-content: center; } }
  .footer-columns .column-item {
    width: 19vw;
    padding-right: 10px;
    padding-bottom: 35px;
    padding-left: 10px; }
    @media (max-width: 767px) {
      .footer-columns .column-item {
        padding-bottom: 10px; } }
    @media (min-width: 1558px) {
      .footer-columns .column-item {
        width: 20.6%; } }
    @media (max-width: 1480px) {
      .footer-columns .column-item {
        width: 17vw; } }
    @media (max-width: 1275px) {
      .footer-columns .column-item {
        width: 16.5vw; } }
    @media (max-width: 1230px) {
      .footer-columns .column-item {
        width: 15.5vw; } }
    @media (max-width: 1080px) {
      .footer-columns .column-item {
        width: 30vw; } }
    .footer-columns .column-item.first {
      width: 340px; }
      .footer-columns .column-item.first .footer-logo-image {
        margin-bottom: 25px; }
        @media (max-width: 1080px) {
          .footer-columns .column-item.first .footer-logo-image {
            max-width: 150px; } }
      .footer-columns .column-item.first p {
        font-size: 15px; }
      .footer-columns .column-item.first a {
        color: #000;
        text-decoration: underline; }
      @media (max-width: 1199px) {
        .footer-columns .column-item.first {
          width: 296px; } }
      @media (max-width: 1080px) {
        .footer-columns .column-item.first {
          order: -2;
          text-align: center; } }
    .footer-columns .column-item.last {
      width: 207.8px; }
      .footer-columns .column-item.last h3 {
        letter-spacing: 0 !important; }
      @media (max-width: 1080px) {
        .footer-columns .column-item.last {
          flex-basis: 100%;
          text-align: center;
          order: -1;
          margin-top: 20px;
          margin-bottom: 20px; } }
      @media (max-width: 480px) {
        .footer-columns .column-item.last {
          width: 100%;
          max-width: 480px; } }
      @media (max-width: 767px) {
        .footer-columns .column-item.last {
          margin-top: 5px; }
          .footer-columns .column-item.last h3 {
            margin-bottom: 5px; } }
    @media (max-width: 767px) {
      .footer-columns .column-item {
        width: 100%; } }
    @media (min-width: 768px) {
      .footer-columns .column-item .footer-info-heading {
        pointer-events: none; } }
    @media (max-width: 767px) {
      .footer-columns .column-item .footer-info-heading {
        margin-bottom: 0;
        padding: 8px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        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: #fff;
          font-size: 20px;
          line-height: 1;
          font-weight: 500;
          position: absolute; }
      .footer-columns .column-item.open-dropdown .footer-info-heading:before {
        content: "\f106"; } }
    .footer-columns .column-item ul {
      margin-left: 0;
      list-style: none; }
      @media (min-width: 768px) {
        .footer-columns .column-item ul.footer-info-list {
          display: block !important; } }
      @media (max-width: 767px) {
        .footer-columns .column-item ul.footer-info-list {
          display: none; } }
      .footer-columns .column-item ul li {
        padding: 10px 0px 0px 0px; }
        .footer-columns .column-item ul li a {
          color: white; }
          .footer-columns .column-item ul li a:hover {
            border-bottom: 1px dotted;
            line-height: 1.3; }
        .footer-columns .column-item ul li.all-brands-link {
          padding-top: 8px; }
          .footer-columns .column-item ul li.all-brands-link a {
            font-family: "DM Sans", Arial, Helvetica, sans-serif;
            font-size: 11px;
            font-weight: 700;
            letter-spacing: 0.05em;
            text-transform: uppercase;
            color: white; }
            .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: black; }
    .footer-columns .column-item .social-icons {
      margin: 0 0 5px;
      padding: 0; }
      @media (max-width: 320px) {
        .footer-columns .column-item .social-icons li {
          margin-right: 15px; } }
      .footer-columns .column-item .social-icons a {
        width: 25px;
        height: 38px; }
        .footer-columns .column-item .social-icons a:not(:hover) {
          background: transparent; }
        .footer-columns .column-item .social-icons a svg {
          width: 23px;
          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; }
        .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: white; }

/*Mailist Box - Newsletter Sign Up*/
.footer-newsletter {
  text-align: center;
  padding-bottom: 91px; }
  @media (max-width: 767px) {
    .footer-newsletter {
      padding-bottom: 45px; } }

#footerSubcribeForm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0; }
  #footerSubcribeForm .btn-subcribe {
    height: 79px;
    padding-top: 5px;
    padding: 4px 22px 5px 22px; }
    @media (max-width: 1050px) {
      #footerSubcribeForm .btn-subcribe {
        height: 55px; } }
    @media (max-width: 480px) {
      #footerSubcribeForm .btn-subcribe {
        width: 100%;
        justify-content: center; } }
    #footerSubcribeForm .btn-subcribe svg {
      width: 45px;
      height: 20px;
      fill: #fff; }
  #footerSubcribeForm h3 {
    margin-bottom: 20px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.14em;
    color: white;
    width: 100%; }
    @media (max-width: 767px) {
      #footerSubcribeForm h3 {
        line-height: 26px; } }
  #footerSubcribeForm .desNewsletter {
    text-align: center;
    width: 100%; }
    #footerSubcribeForm .desNewsletter p {
      margin-bottom: 28px;
      letter-spacing: 0.05em;
      color: white; }
  #footerSubcribeForm > form {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    max-width: 570px;
    margin: auto;
    height: 81px;
    line-height: 54px;
    border: 2px solid #fff; }
    @media (max-width: 480px) {
      #footerSubcribeForm > form {
        height: auto; } }
  #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-right: 10px;
    height: 79px;
    padding: 0 20px;
    vertical-align: middle;
    border: 0;
    background-color: transparent;
    letter-spacing: 0.05em;
    font-weight: 500;
    font-size: 18px;
    color: #000; }
    @media (max-width: 1050px) {
      #footerSubcribeForm input[type='text'],
      #footerSubcribeForm input[type='email'] {
        height: 55px;
        font-size: 13px; } }
    #footerSubcribeForm input[type='text']::-webkit-input-placeholder,
    #footerSubcribeForm input[type='email']::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #ffffff; }
    #footerSubcribeForm input[type='text']::-moz-placeholder,
    #footerSubcribeForm input[type='email']::-moz-placeholder {
      /* Firefox 19+ */
      color: #ffffff; }
    #footerSubcribeForm input[type='text']:-ms-input-placeholder,
    #footerSubcribeForm input[type='email']:-ms-input-placeholder {
      /* IE 10+ */
      color: #ffffff; }
    #footerSubcribeForm input[type='text']:-moz-placeholder,
    #footerSubcribeForm input[type='email']:-moz-placeholder {
      /* Firefox 18- */
      color: #ffffff; }
    @media (max-width: 480px) {
      #footerSubcribeForm input[type='text'],
      #footerSubcribeForm input[type='email'] {
        width: 100%;
        margin-right: 0;
        padding: 0 12px;
        text-align: center; } }
  #footerSubcribeForm input[type='submit'] {
    width: auto;
    margin-top: 7px;
    margin-bottom: 7px;
    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: white; }
  #bottom-footer .container > div {
    display: flex;
    justify-content: center; }
    #bottom-footer .container > div > div {
      padding: 5px 0;
      text-align: center;
      font-weight: 400;
      line-height: 24px;
      width: 100%; }
    @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 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: white; }

#bottom-footer a:hover {
  color: black; }

.footer-payment-icons {
  padding: 20px 0;
  margin-top: 35px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: center;
  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: 120px;
    height: 40px;
    content: ' ';
    vertical-align: middle;
    background-image: url("../icons/payment-grey-sprite.svg");
    background-repeat: no-repeat;
    -webkit-background-size: 120px;
    -moz-background-size: 120px;
    -o-background-size: 120px;
    background-size: 120px; }
  .footer-payment-icons .ips.icon-card-paypal:before {
    width: 67px;
    background-position: center -4px; }
  .footer-payment-icons .ips.icon-card-visa:before {
    width: 80px;
    background-position: center -45px; }
  .footer-payment-icons .ips.icon-card-mastercard:before {
    width: 60px;
    background-position: center -83px; }
  .footer-payment-icons .ips.icon-card-amex-square:before {
    width: 80px;
    background-position: center -123px; }
  .footer-payment-icons .ips.icon-card-discover:before {
    width: 70px;
    background-position: center -162px; }
  .footer-payment-icons .ips.icon-card-maestro:before {
    width: 90px;
    background-position: center -202px; }
  .footer-payment-icons .ips.icon-card-google-wallet:before {
    background-position: center -240px; }

/*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;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  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: 30%;
  right: 20px;
  visibility: hidden;
  /* image replacement properties */
  overflow: hidden;
  width: 36px;
  height: 36px;
  /* Opacity for IE8 and lower */
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  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;
      bottom: 150px;
      right: 20px; } }

#back-to-top.is-visible,
#back-to-top.fade-out,
.no-touch #back-to-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  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); }

.container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  min-width: 300px; }
  @media (min-width: 1200px) {
    .container {
      padding: 0 15px; } }
  @media (max-width: 1199px) {
    .container {
      width: 100%; } }
  @media (max-width: 991px) {
    .container {
      width: 100%; } }
  .container .page.row {
    margin: 0; }

.container_page {
  margin: 0 auto;
  padding-bottom: 80px;
  border-top: 1px solid #eaeaea; }
  .container_page .slick-disabled {
    opacity: unset; }

.page-type-default .container_page {
  padding-bottom: 0;
  border-top: 0; }

.page-type-product .container_page {
  padding-bottom: 70px; }

.page-type-search .page > .row,
.module-wrapper.productGrid {
  margin-left: 0;
  margin-right: 0; }

.page-type-search .page > .row > .col-sm-12 {
  padding: 0; }

select > option {
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #ffffff; }

#breadcrumbs-wrapper {
  background-color: #f7f8f9;
  padding: 20px 0 15px;
  margin-top: 15px;
  margin-bottom: 36px; }

.page-type-page_contact_form #breadcrumbs-wrapper {
  margin-top: -6px; }

.breadcrumbs {
  margin-bottom: 0; }
  .breadcrumbs .breadcrumb {
    display: inline-block;
    font-size: 1rem;
    padding-right: 10px; }
    .breadcrumbs .breadcrumb::before {
      content: ">";
      color: #b4b4b4;
      position: relative;
      top: 0px;
      margin: 0px 12px 0 3px; }
    .breadcrumbs .breadcrumb:first-child::before {
      display: none; }
    .breadcrumbs .breadcrumb a:hover {
      border-bottom: 1px solid black; }
    .breadcrumbs .breadcrumb .breadcrumb-label {
      color: #a0a0a0; }
      .breadcrumbs .breadcrumb .breadcrumb-label:hover {
        color: black; }
    .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: 2px 0 20px;
    border: 0;
    margin-bottom: 3px; }
    @media (max-width: 767px) {
      .category-heading .page-heading {
        font-weight: 600; } }
  @media (max-width: 991px) {
    .category-heading {
      flex-wrap: wrap; } }

.page-type-createaccount .page-heading {
  margin: 0 0 27px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 35px; }

.page-heading {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  text-transform: capitalize;
  padding: 0 0 20px;
  margin-bottom: 3px; }

.side-module-heading {
  margin-top: 22px;
  padding-bottom: 22px;
  margin-bottom: 0;
  font-size: 15px;
  text-transform: capitalize;
  letter-spacing: 0.05em; }

/*Account Created Heading Title Spacing - Fixed*/
[data-page-no-breadcrumb] .page-heading {
  margin-top: 27px; }

.category-image {
  padding-bottom: 36px;
  margin-top: 13px; }
  @media (max-width: 767px) {
    .category-image img {
      width: 100%; } }

.category-description {
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px; }

.view-mode-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 150px; }
  @media (max-width: 490px) {
    .view-mode-btn {
      margin-right: -6px; } }
  .view-mode-btn .btn-group {
    display: flex; }
  .view-mode-btn label {
    font-weight: 600;
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    white-space: nowrap;
    width: 65px;
    letter-spacing: 0.05em;
    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: 40px;
  height: 40px;
  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: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em; }

.view-mode-btn a.current-view {
  cursor: default; }

.view-mode-btn a .icon-bar {
  position: relative;
  top: -1px;
  width: 14px;
  height: 4px;
  margin: 1px auto 0 auto;
  transition: all 0.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 0.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] {
  text-align: right;
  margin: 0;
  display: inline-block;
  margin-left: 40px; }
  .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: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    letter-spacing: 0.05em;
    position: relative;
    top: 0;
    margin-right: 11px; }
  .actionBar[data-sort-by] select {
    display: inline-block;
    max-width: 180px;
    height: 40px; }
    @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 (max-width: 490px) {
    .actionBar[data-sort-by] {
      float: none;
      width: 100%;
      clear: both;
      padding-top: 10px;
      margin-left: 0; } }

.showMoreProduct {
  display: inline-block; }
  @media (min-width: 991px) {
    .showMoreProduct {
      display: flex;
      justify-content: center; } }
  @media (max-width: 400px) {
    .showMoreProduct {
      width: 100%;
      margin-bottom: 14px; } }

.showMoreProduct a.btn {
  min-width: 300px;
  height: 42px;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 22px; }
  @media (max-width: 810px) {
    .showMoreProduct a.btn {
      min-width: 200px; } }
  @media (max-width: 400px) {
    .showMoreProduct a.btn {
      width: 100%;
      text-align: center; } }

.category-products .showMoreProduct {
  display: block; }

.category-products .showMoreProduct a.btn {
  min-width: 300px;
  margin-top: 25px;
  margin-bottom: 80px;
  height: 42px;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 22px; }
  @media (max-width: 767px) {
    .category-products .showMoreProduct a.btn {
      margin-top: 15px;
      margin-bottom: 55px; } }
  @media (max-width: 380px) {
    .category-products .showMoreProduct a.btn {
      margin-bottom: 40px; } }

#home-top-promotions {
  margin-top: -30px;
  padding: 0; }
  #home-top-promotions .promotion-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
    #home-top-promotions .promotion-wrap .promotion-item {
      width: 33.33%;
      text-align: center;
      padding: 0px 15px 15px; }
      @media (max-width: 991px) {
        #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: "DM Sans", Arial, Helvetica, sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        color: #ffffff;
        font-size: 11px;
        letter-spacing: 0.05em;
        line-height: 1.8em;
        min-height: 40px; }
  @media (max-width: 991px) {
    #home-top-promotions {
      margin-top: 0; } }

#homeTopCustomBlock .banner-item {
  padding: 0 15px 30px;
  position: relative; }
  #homeTopCustomBlock .banner-item img {
    width: 100%; }
  @media (max-width: 480px) {
    #homeTopCustomBlock .banner-item {
      width: 100%;
      margin-left: auto;
      margin-right: auto; } }
  #homeTopCustomBlock .banner-item.wide {
    width: 66.67%; }
    @media (max-width: 480px) {
      #homeTopCustomBlock .banner-item.wide {
        width: 100%;
        margin-left: auto;
        margin-right: auto; } }
  #homeTopCustomBlock .banner-item:hover .hover_collection {
    opacity: 1; }
  #homeTopCustomBlock .banner-item .collection_desc {
    letter-spacing: 1px;
    line-height: 24px;
    padding-top: 30px;
    height: 90%;
    color: #ffffff;
    overflow: hidden; }
  #homeTopCustomBlock .banner-item .hover_collection:after {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0; }
  #homeTopCustomBlock .banner-item .hover_collection:before {
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0; }
  #homeTopCustomBlock .banner-item .hover_collection img,
  #homeTopCustomBlock .banner-item .hover_collection:before,
  #homeTopCustomBlock .banner-item .hover_collection:after {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s; }
  #homeTopCustomBlock .banner-item .hover_collection:before,
  #homeTopCustomBlock .banner-item .hover_collection:after {
    position: absolute;
    content: "";
    opacity: 0; }
  #homeTopCustomBlock .banner-item .hover_collection:hover:before,
  #homeTopCustomBlock .banner-item .hover_collection:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  #homeTopCustomBlock .banner-item .hover_collection {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.46);
    z-index: 99;
    padding: 25px;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  #homeTopCustomBlock .banner-item .collection-title {
    border-bottom: 3px solid #eef2f2;
    margin-top: 20px; }
    #homeTopCustomBlock .banner-item .collection-title .collection_type {
      font-weight: 600;
      text-transform: uppercase;
      padding-bottom: 10px;
      letter-spacing: 1.3px;
      font-size: 1rem;
      color: #676767; }
    #homeTopCustomBlock .banner-item .collection-title .text-title {
      font-weight: 700;
      margin-top: 7px;
      margin-bottom: 23px;
      letter-spacing: 0.7px;
      font-size: 20px;
      color: #000000; }
    #homeTopCustomBlock .banner-item .collection-title .collection-btn {
      text-transform: uppercase;
      font-weight: 700;
      margin-bottom: 17px;
      display: inline-block;
      text-decoration: none;
      position: relative;
      letter-spacing: 1px;
      line-height: 1.3;
      font-size: 13px;
      color: #000000;
      border-bottom: 1px dotted transparent; }
      #homeTopCustomBlock .banner-item .collection-title .collection-btn:hover {
        border-bottom: 1px dotted; }
      #homeTopCustomBlock .banner-item .collection-title .collection-btn:hover:before {
        right: 0px; }
      #homeTopCustomBlock .banner-item .collection-title .collection-btn:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 0;
        right: 100%;
        bottom: 0;
        height: 2px;
        background: #000000;
        -webkit-transition-property: right;
        transition-property: right;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out; }
      #homeTopCustomBlock .banner-item .collection-title .collection-btn .fa {
        font-weight: 700;
        padding-left: 8px;
        font-size: 14px; }

#homeBottomCustomBlock {
  padding-bottom: 40px; }
  @media (max-width: 767px) {
    #homeBottomCustomBlock {
      padding-bottom: 20px; } }
  #homeBottomCustomBlock .banner-item {
    width: 50%;
    padding: 0 15px 20px;
    position: relative; }
    @media (max-width: 480px) {
      #homeBottomCustomBlock .banner-item {
        width: 100%;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 0 15px 35px 15px; }
        #homeBottomCustomBlock .banner-item:last-child {
          padding-bottom: 20px; } }
    #homeBottomCustomBlock .banner-item.wide {
      width: 66.67%; }
      @media (max-width: 480px) {
        #homeBottomCustomBlock .banner-item.wide {
          width: 100%;
          max-width: 370px;
          margin-left: auto;
          margin-right: auto; } }
    #homeBottomCustomBlock .banner-item:hover .hover_collection {
      opacity: 1; }
    #homeBottomCustomBlock .banner-item .hover_collection:after {
      top: 10px;
      right: 10px;
      bottom: 10px;
      left: 10px;
      border-right: 1px solid #ffffff;
      border-left: 1px solid #ffffff;
      -webkit-transform: scale(1, 0);
      transform: scale(1, 0);
      -webkit-transform-origin: 100% 0;
      transform-origin: 100% 0; }
    #homeBottomCustomBlock .banner-item .hover_collection:before {
      top: 10px;
      right: 10px;
      bottom: 10px;
      left: 10px;
      border-top: 1px solid #ffffff;
      border-bottom: 1px solid #ffffff;
      -webkit-transform: scale(0, 1);
      transform: scale(0, 1);
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0; }
    #homeBottomCustomBlock .banner-item .hover_collection img,
    #homeBottomCustomBlock .banner-item .hover_collection:before,
    #homeBottomCustomBlock .banner-item .hover_collection:after {
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s; }
    #homeBottomCustomBlock .banner-item .hover_collection:before,
    #homeBottomCustomBlock .banner-item .hover_collection:after {
      position: absolute;
      content: "";
      opacity: 0; }
    #homeBottomCustomBlock .banner-item .hover_collection:hover:before,
    #homeBottomCustomBlock .banner-item .hover_collection:hover:after {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }
    #homeBottomCustomBlock .banner-item .hover_collection {
      position: absolute;
      top: 0;
      height: 100%;
      left: 0px;
      width: 100%;
      background: rgba(0, 0, 0, 0.46);
      z-index: 99;
      padding: 25px;
      opacity: 0;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  #homeBottomCustomBlock .collection-title {
    text-align: center; }
    #homeBottomCustomBlock .collection-title h4.text-title {
      position: relative;
      margin: 48px 0 28px;
      text-transform: inherit;
      font-size: 22px;
      color: #000000; }
      @media (max-width: 767px) {
        #homeBottomCustomBlock .collection-title h4.text-title {
          margin: 30px 0 18px; } }
    #homeBottomCustomBlock .collection-title .description {
      margin-bottom: 36px;
      line-height: 24px;
      letter-spacing: 0.03em;
      font-size: 1rem;
      color: #2d2d2d; }
      @media (max-width: 767px) {
        #homeBottomCustomBlock .collection-title .description {
          margin-bottom: 26px; } }
    #homeBottomCustomBlock .collection-title .collection-btn {
      letter-spacing: 2px;
      display: inline-block;
      padding: 0 37px;
      height: 42px;
      line-height: 40px; }
      @media (max-width: 991px) {
        #homeBottomCustomBlock .collection-title .collection-btn {
          padding: 0;
          width: 100%; } }
      #homeBottomCustomBlock .collection-title .collection-btn :hover {
        background-color: #000000;
        color: #ffffff;
        border-color: #000000; }

#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: "DM Sans", 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: black;
          line-height: 25px; }
          #homeShopByCategory .cate-columns .column-item ul li a:hover {
            color: #2d2d2d;
            border-bottom: 1px solid #2d2d2d; }
        #homeShopByCategory .cate-columns .column-item ul li.more-link a {
          color: #2d2d2d;
          font-weight: 700;
          font-family: "DM Sans", Arial, Helvetica, sans-serif;
          font-size: 14px; }
          #homeShopByCategory .cate-columns .column-item ul li.more-link a:hover {
            color: black;
            border-bottom: 1px solid black; }

#homeBrands {
  text-align: center;
  padding-top: 29px;
  padding-bottom: 100px; }
  @media (max-width: 767px) {
    #homeBrands {
      padding-top: 10px;
      padding-bottom: 60px; }
      #homeBrands .module-heading {
        margin-top: 10px;
        margin-bottom: 0px; } }

#homeBrands .owl-carousel {
  margin-top: 0px;
  padding: 0;
  list-style: none;
  padding-left: 30px;
  padding-right: 30px; }
  @media (max-width: 767px) {
    #homeBrands .owl-carousel {
      margin-top: 0px; } }
  #homeBrands .owl-carousel .owl-nav > div {
    width: 25px;
    height: 25px;
    opacity: 1; }
    #homeBrands .owl-carousel .owl-nav > div.disabled {
      opacity: 0; }
    #homeBrands .owl-carousel .owl-nav > div:before {
      font-size: 30px;
      height: 25px;
      width: 25px;
      line-height: 17px; }
  @media (min-width: 1025px) {
    #homeBrands .owl-carousel {
      padding-left: 0;
      padding-right: 0; }
      #homeBrands .owl-carousel .owl-nav > div {
        opacity: 1;
        width: 35px;
        height: 35px; }
        #homeBrands .owl-carousel .owl-nav > div.disabled {
          opacity: 0; }
        #homeBrands .owl-carousel .owl-nav > div.owl-prev {
          left: 0; }
        #homeBrands .owl-carousel .owl-nav > div.owl-next {
          right: 0; }
        #homeBrands .owl-carousel .owl-nav > div:before {
          font-size: 50px;
          height: 35px;
          width: 35px;
          line-height: 31px; }
      #homeBrands .owl-carousel:hover .owl-nav > div {
        opacity: 1; } }

#homeBrands .owl-carousel .owl-item a {
  display: block;
  text-align: center; }

#homeBrands .owl-carousel .owl-item img {
  display: inline-block; }

#InstagramGallery {
  background: #fff8ee;
  text-align: center;
  padding-bottom: 100px; }
  @media (max-width: 767px) {
    #InstagramGallery {
      padding-bottom: 60px; } }

#InstagramGallery .widget-title {
  margin: 66px 0px 57px; }
  @media (max-width: 767px) {
    #InstagramGallery .widget-title {
      margin: 45px 0px 40px; } }
  #InstagramGallery .widget-title h3 {
    margin: 0;
    padding: 0 0 5px;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0.12em;
    padding-top: 12px;
    position: relative;
    display: inline-block;
    color: #000000;
    text-transform: uppercase; }
  #InstagramGallery .widget-title i.fa-instagram {
    position: absolute;
    left: -45px;
    top: 55%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  #InstagramGallery .widget-title .underText {
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    display: block;
    margin-top: 3px;
    font-weight: 700;
    letter-spacing: 0.13em; }
  #InstagramGallery .widget-title .instagram-des {
    color: #323232;
    letter-spacing: 0.06em;
    margin-top: 29px; }
    #InstagramGallery .widget-title .instagram-des p {
      margin-bottom: 5px; }
  #InstagramGallery .widget-title a.insta-btn {
    min-width: 220px;
    margin-top: 56px;
    height: 42px !important;
    line-height: 42px !important;
    font-size: 1rem;
    letter-spacing: 0.18em; }

#InstagramGallery .owl-item > a {
  display: block; }

#InstagramGallery a.insta-btn {
  margin-top: 61px;
  min-width: 220px;
  height: 42px;
  letter-spacing: 0.1em;
  font-size: 13px; }
  @media (max-width: 767px) {
    #InstagramGallery a.insta-btn {
      margin-top: 30px; } }

#InstagramGallery .feed-item::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  background: #241d1c; }

#InstagramGallery .feed-item:hover::before {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.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 #ffffff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0); }

#InstagramGallery .feed-item:hover::after {
  top: 8px;
  bottom: 8px;
  left: 8px;
  right: 8px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.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;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1; }

#InstagramGallery .feed-item:hover .feed-action {
  visibility: visible;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.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: #ffffff;
  border-color: #ffffff;
  color: #000000; }
  #InstagramGallery .feed-item .feed-action .btn:hover {
    background: #000000;
    border-color: #000000;
    color: #ffffff; }

.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: black; }

.page-type-page_contact_form .storeLocation h3 {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 12px;
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 0px;
  border-bottom: 1px solid #f5f5f5;
  letter-spacing: 0.05em;
  color: #000000; }

.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 {
    top: 30px;
    right: 30px;
    background: transparent; }
    #halo-newsletter-popup .popup-close svg {
      fill: #e82b1a;
      width: 25px;
      height: 25px;
      padding: 0; }

#halo-newsletter-popup .popup-overlay {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity: 0.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: 846px;
  height: 360px;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: left;
  vertical-align: middle;
  background: #ffffff;
  box-shadow: nones; }
  @media (max-width: 991px) {
    .newsletter-popup-inner {
      max-width: 600px;
      height: auto;
      display: flex;
      align-items: center; } }

@media (max-width: 991px) {
  .newsletter-popup-inner .newsletter-left {
    width: 100%;
    padding: 35px 35px 30px 35px;
    display: none; } }

@media (max-width: 400px) {
  .newsletter-popup-inner .newsletter-left {
    padding: 25px; } }

.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: 1rem;
  margin-bottom: 25px;
  color: #464646; }

#popupSubcribeForm {
  margin-bottom: 5px; }
  #popupSubcribeForm .form-fieldset {
    width: 100%; }
  #popupSubcribeForm .btn-subcribe {
    height: 42px;
    padding-top: 5px;
    padding: 5px 15px 5px 15px; }
    #popupSubcribeForm .btn-subcribe svg {
      width: 35px;
      height: 20px;
      fill: #000000; }
  #popupSubcribeForm > form {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    max-width: 570px;
    margin: auto;
    height: 42px;
    line-height: 42px;
    border: 1px solid #505050; }
  #popupSubcribeForm > form .form-field {
    margin-bottom: 0; }
    #popupSubcribeForm > form .form-field .form-wrap {
      display: flex;
      flex-wrap: no-wrap; }
      @media (max-width: 480px) {
        #popupSubcribeForm > form .form-field .form-wrap {
          flex-wrap: wrap; } }
  #popupSubcribeForm input[type="text"],
  #popupSubcribeForm input[type="email"] {
    display: inline-block;
    width: 100%;
    margin-right: 10px;
    height: 40px;
    padding: 0 20px;
    vertical-align: middle;
    border: 0;
    background-color: transparent;
    letter-spacing: 0.05em;
    font-weight: 400;
    font-size: 1rem;
    color: #000000; }
    #popupSubcribeForm input[type="text"]::-webkit-input-placeholder,
    #popupSubcribeForm input[type="email"]::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      color: #000000; }
    #popupSubcribeForm input[type="text"]::-moz-placeholder,
    #popupSubcribeForm input[type="email"]::-moz-placeholder {
      /* Firefox 19+ */
      color: #000000; }
    #popupSubcribeForm input[type="text"]:-ms-input-placeholder,
    #popupSubcribeForm input[type="email"]:-ms-input-placeholder {
      /* IE 10+ */
      color: #000000; }
    #popupSubcribeForm input[type="text"]:-moz-placeholder,
    #popupSubcribeForm input[type="email"]:-moz-placeholder {
      /* Firefox 18- */
      color: #000000; }
    @media (max-width: 480px) {
      #popupSubcribeForm input[type="text"],
      #popupSubcribeForm input[type="email"] {
        width: calc(100% - 75px);
        margin-right: 0; } }
  #popupSubcribeForm input[type="submit"] {
    width: auto;
    margin-top: 7px;
    margin-bottom: 7px;
    padding-right: 22px;
    padding-left: 22px;
    vertical-align: middle;
    color: #000000; }
    @media (min-width: 992px) and (max-width: 1199px) {
      #popupSubcribeForm input[type="submit"] {
        padding-right: 20px;
        padding-left: 20px; } }
    @media (max-width: 480px) {
      #popupSubcribeForm input[type="submit"] {
        width: 100%; } }
  #popupSubcribeForm input[type="submit"]:hover {
    color: #000000;
    background: #000000; }

.newsletter-left #mailistBox {
  margin-top: 0; }

.newsletter-popup-inner .newsletter-right {
  width: calc(100% - 320px);
  text-align: center;
  padding: 0 70px; }
  @media (max-width: 991px) {
    .newsletter-popup-inner .newsletter-right {
      width: 100%;
      padding: 35px 35px 30px 35px; } }
  @media (max-width: 400px) {
    .newsletter-popup-inner .newsletter-right {
      padding: 25px; } }
  .newsletter-popup-inner .newsletter-right .newsletter-heading {
    margin-top: 70px;
    margin-bottom: 20px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.1em; }
    @media (max-width: 991px) {
      .newsletter-popup-inner .newsletter-right .newsletter-heading {
        margin-top: 40px; } }
    @media (max-width: 767px) {
      .newsletter-popup-inner .newsletter-right .newsletter-heading {
        font-weight: 600; } }
  .newsletter-popup-inner .newsletter-right .newsletter-sub-heading {
    margin-bottom: 30px; }
  .newsletter-popup-inner .newsletter-right .newsletter-message {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-top: 30px;
    line-height: 20px;
    border-bottom: 1px dotted;
    display: inline-block; }

body.has-newsletter {
  overflow: hidden; }

.sticky-logo {
  display: none; }

#top-page-promotion.promotion-is-sticky {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  padding: 0; }

@media (min-width: 1450px) {
  body.is-sticky header.header {
    position: fixed;
    top: 35px;
    left: 0;
    right: 0;
    z-index: 10000;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    padding: 0; } }
  @media only screen and (min-width: 1450px) and (max-width: 856px) {
    body.is-sticky header.header {
      top: 54px; } }
  @media only screen and (min-width: 1450px) and (max-width: 551px) {
    body.is-sticky header.header {
      top: 0; } }
  @media (min-width: 1450px) and (min-width: 1450px) {
    body.is-sticky header.header .header-left {
      display: none; }
    body.is-sticky header.header .header-bottom {
      display: none; }
    body.is-sticky header.header .header-right {
      padding: 0;
      width: auto;
      right: 0;
      position: absolute;
      bottom: 0;
      top: 0;
      max-height: 54px; }
      body.is-sticky header.header .header-right .right-bottom {
        padding: 0;
        height: 100%; } }
    @media (min-width: 1450px) and (min-width: 1450px) and (min-width: 1450px) {
      body.is-sticky header.header .header-right .right-bottom .search-toggle.is-open {
        top: 15px; }
      body.is-sticky header.header .header-right .right-bottom > div:not(.top-cart) {
        display: none; } }

@media (min-width: 1450px) {
  body.is-sticky #menu.navPages-container {
    background: white;
    box-shadow: 0 4px 35px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 4px 35px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 4px 35px rgba(0, 0, 0, 0.1); }
    body.is-sticky #menu.navPages-container nav ul.navPages-list > li > a.has-subMenu::after {
      color: black; } }
  @media (min-width: 1450px) and (min-width: 1450px) and (max-width: 1199px) {
    body.is-sticky #menu.navPages-container nav ul.navPages-list > li > a {
      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: 1450px) and (min-width: 1450px) {
    body.is-sticky #menu.navPages-container > .container {
      max-width: calc(100% - 200px); } }

@media (min-width: 1450px) {
  body.is-sticky .sticky-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    margin: 0 20px;
    height: 52px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: inline-flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
    body.is-sticky .sticky-logo img {
      height: 20px;
      padding: 3px;
      width: auto; } }

@media (min-width: 1450px) and (min-width: 1450px) {
  body.is-sticky .top-cart {
    padding: 0 10px !important;
    height: 100%; }
    body.is-sticky .top-cart > a {
      height: 100%;
      padding-right: 15px;
      justify-content: center; }
      body.is-sticky .top-cart > a span.cart-quantity {
        top: 10px !important;
        right: 0 !important;
        margin-top: 10px !important;
        margin-left: 13px !important; }
      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 (max-width: 991px) {
  body.is-sticky .body {
    margin-top: 0 !important; } }

@media (max-width: 1199px) {
  /*.st-pusher>.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%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-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: #ffffff;
      font-family: Montserrat;
      font-size: 11px;
      letter-spacing: 0.05em;
      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: white; }
    #halo-ask-an-expert-form .modal-close:hover {
      background: white; }
  #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: "DM Sans", Arial, Helvetica, sans-serif;
      font-size: 11px;
      font-weight: 600;
      text-transform: uppercase;
      color: black;
      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: 1rem;
      border-bottom: 1px solid #d7d7d7;
      padding-bottom: 25px;
      margin-bottom: 25px; }
    #halo-ask-an-expert-form .form-inner .sub-title-question {
      font-family: "DM Sans", Arial, Helvetica, sans-serif;
      letter-spacing: 0.05em;
      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: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 1rem; }
    #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: 1rem;
    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: black;
    border-color: black; }
    #halo-ask-an-expert-form button.fasubmit:hover {
      background-color: #2d2d2d;
      border-color: #2d2d2d;
      color: #ffffff; }

/*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: #f7f8f9;
  border-radius: 3px; }

/*Halo Login Popup*/
#halo-login-popup {
  max-width: 570px;
  margin: 0; }
  #halo-login-popup .modal-close {
    top: 30px;
    right: 30px;
    background: transparent; }
    #halo-login-popup .modal-close svg {
      fill: #e82b1a;
      width: 25px;
      height: 25px;
      padding: 0; }
  #halo-login-popup .modal-body {
    padding: 75px 50px; }
    #halo-login-popup .modal-body h3 {
      margin: 0 0 20px;
      padding: 5px 0;
      text-align: left;
      font-weight: 700;
      text-transform: capitalize;
      position: relative;
      font-size: 24px; }
    #halo-login-popup .modal-body form .form-field {
      margin-bottom: 20px; }
      #halo-login-popup .modal-body form .form-field input {
        border-radius: 0;
        height: 42px;
        color: #505050; }
      #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;
      margin-bottom: 0;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0.1em;
      height: 42px; }
    #halo-login-popup .modal-body form .form-actions .createAccount {
      margin: 15px 0 10px;
      display: block;
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0.1em;
      height: 42px; }
    #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 #dddddd;
        width: 40%;
        display: block;
        position: absolute;
        top: 50%;
        left: 0px; }
      #halo-login-popup .modal-body .separated-form > span::after {
        content: "";
        border-top: 1px solid #dddddd;
        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: #ffffff;
      font-size: 11px; }
      #halo-login-popup .modal-body .separated-form a.btn:hover {
        background-color: #ffffff;
        color: #000000; }

@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; } }

/*ThemeFAQs Styles*/
.Faqs-actions {
  text-align: right;
  margin-top: 60px; }
  @media (max-width: 600px) {
    .Faqs-actions {
      text-align: center; } }
  .Faqs-actions .btn {
    max-width: 250px;
    width: 250px;
    margin-left: 15px; }
    @media (max-width: 600px) {
      .Faqs-actions .btn {
        margin-left: 0;
        width: 100%;
        max-width: 100%;
        margin-top: 20px; } }

.themefaqs .info-desc {
  margin-top: 10px;
  margin-bottom: 55px; }

.themefaqs .toggle {
  border-top: 0;
  margin-bottom: 40px; }
  .themefaqs .toggle h3 .step-title {
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    margin-right: 25px;
    border-radius: 0;
    font-size: 18px;
    padding: 0 18px;
    width: 52px;
    height: 52px;
    display: inline-block;
    background: #000000;
    color: #ffffff;
    line-height: 50px !important;
    letter-spacing: 0.05em;
    text-align: center; }
    .themefaqs .toggle h3 .step-title + span {
      padding-bottom: 10px; }
  .themefaqs .toggle .toggle-content {
    padding-top: 35px;
    padding-left: 78px;
    position: relative;
    padding-bottom: 37px; }
  .themefaqs .toggle .step-content {
    position: absolute;
    left: 0;
    top: 40px;
    width: 52px;
    height: 50px;
    line-height: 50px !important;
    letter-spacing: 0.05em;
    text-align: center;
    border: 2px solid;
    color: #00c4aa;
    font-size: 18px;
    font-weight: 600; }
  .themefaqs .toggle .toggle-title {
    text-transform: none;
    font-size: 14px;
    padding-left: 78px;
    line-height: 20px;
    min-height: 52px;
    letter-spacing: 0.02em;
    font-weight: 600;
    display: inline-block;
    position: relative;
    width: 100%;
    cursor: pointer;
    margin: 0;
    border: 0;
    border-bottom: 2px solid #000000;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }

/*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%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #ffffff; }
  @media (max-width: 767px) {
    .lookbook .slide-desc {
      max-width: 100%;
      position: static;
      transform: initial;
      padding: 0 30px;
      background-color: #f7f8f9;
      padding-bottom: 35px;
      -ms-transform: initial;
      -webkit-transform: initial;
      -moz-transform: initial;
      -o-transform: initial; }
      .lookbook .slide-desc p {
        color: #000000 !important;
        padding-top: 30px;
        margin-top: 0; } }

@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: 95px;
  left: auto;
  width: 45%; }
  @media (max-width: 767px) {
    .lookbook .slide-desc.slide-desc-center {
      width: 100%; }
      .lookbook .slide-desc.slide-desc-center p {
        color: #000000 !important;
        padding-top: 30px;
        margin-top: 0; } }

.lookbook h2.slide-heading {
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  color: #ffffff;
  font-size: 52px;
  font-weight: 700;
  position: relative;
  margin: 0;
  letter-spacing: 0.05em; }
  @media (max-width: 767px) {
    .lookbook h2.slide-heading {
      font-size: 30px;
      margin: 0;
      position: absolute;
      top: 25%;
      left: 0;
      right: 0; } }

.lookbook .slide-desc .desc {
  margin-top: 32px;
  letter-spacing: 0.02em; }

.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: 20px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media (max-width: 767px) {
      .lookbook .owl-dots {
        opacity: 1;
        visibility: visible; } }
  .lookbook .owl-dots > div {
    position: relative;
    display: inline-block;
    margin: 0 5px !important;
    width: 12px;
    height: 12px;
    /* Dots Puff Style  */ }
    .lookbook .owl-dots > div span {
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      outline: none;
      border-radius: 50%;
      background-color: #ffffff;
      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) {
        .lookbook .owl-dots > div span {
          background: #dad5d5; } }
    .lookbook .owl-dots > div span:focus {
      outline: none; }
    .lookbook .owl-dots > div span {
      border: 3px solid transparent;
      -webkit-transition: border-color 0.3s ease;
      transition: border-color 0.3s ease; }
    .lookbook .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;
      -webkit-transform: scale(3);
      transform: scale(3);
      -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease, visibility 0s 0.3s;
      transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s 0.3s; }
    .lookbook .owl-dots > div span:hover,
    .lookbook .owl-dots > div span:focus,
    .lookbook .owl-dots > div.active span {
      border: 1px solid #dad5d5;
      background: #ffffff; }
    .lookbook .owl-dots > div.active span::after {
      visibility: visible;
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
      transition: opacity 0.3s ease, transform 0.3s ease; }

.lookbook .owl-carousel:not(.owl-loaded) {
  display: block !important; }

.lookbook .owl-carousel:not(.owl-loaded) > .slide-item:not(:first-child) {
  display: none; }

.sitemapPage > ul > li + li {
  border-top: 1px solid #eaeaea;
  margin-top: 28px; }

.sitemapPage .titlePage {
  font-family: stencilFont(body-font);
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  text-transform: capitalize;
  padding: 0 0 20px;
  margin-bottom: 3px; }

.sitemapPage .titleName {
  font-weight: 700;
  font-size: 18px;
  margin-top: 34px; }

.sitemapPage .contentSitemap li ul li ul li a {
  font-weight: 400; }

.sitemapPage .contentSitemap li a {
  line-height: 30px;
  font-size: 13px;
  font-weight: 500; }

.rssFeed .titleName {
  font-weight: 700;
  font-size: 18px;
  padding-top: 33px;
  border-top: 1px solid #eaeaea;
  margin-top: 28px; }

.rssFeed li ul li ul li a {
  font-weight: 400; }

.rssFeed li a {
  line-height: 30px;
  font-size: 13px;
  font-weight: 500; }

/*--------  9.0 Recently-bought  ----*/
.themevale_recently-bought {
  padding: 0;
  right: 15px;
  width: auto;
  bottom: 25px;
  position: fixed;
  background: #ffffff;
  border-radius: 3px;
  width: calc(100% - 30px);
  max-width: 400px;
  z-index: 100;
  overflow: hidden;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  animation-duration: 1s;
  transition: all 1s ease; }
  .themevale_recently-bought .modal-close {
    top: 0;
    right: 0;
    border-radius: 0;
    width: 24px;
    height: 24px;
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    background-color: #000000; }
    .themevale_recently-bought .modal-close > span {
      pointer-events: none; }
  .themevale_recently-bought .recently-bought-inneer {
    display: table;
    width: 100%; }
  .themevale_recently-bought .product-image {
    padding: 0;
    width: 75px;
    display: table-cell;
    vertical-align: middle;
    background-color: #fafafa; }
    .themevale_recently-bought .product-image > a {
      display: block; }
    .themevale_recently-bought .product-image img {
      width: 100%;
      position: relative;
      display: inline-block; }
  .themevale_recently-bought .product-info {
    color: #8c8c8c;
    display: table-cell;
    vertical-align: middle;
    padding: 10px 32px 10px 10px; }
    .themevale_recently-bought .product-info .text {
      font-size: 11px;
      margin-bottom: 5px; }
    .themevale_recently-bought .product-info .product-name {
      color: #323232; }
      .themevale_recently-bought .product-info .product-name a {
        color: inherit; }
    .themevale_recently-bought .product-info #customer-info {
      font-size: 11px;
      font-style: italic; }
  @media (min-width: 768px) {
    .themevale_recently-bought {
      right: 35px;
      width: 350px; }
      .themevale_recently-bought .product-image {
        width: 80px; }
      .themevale_recently-bought .product-info .text {
        font-size: 12px; } }

@media (max-width: 767px) {
  .modal-header {
    padding-right: 50px; } }

.blog-posts-wrap {
  margin-top: 60px;
  margin-bottom: 40px; }
  @media only screen and (max-width: 1610px) {
    .blog-posts-wrap .container {
      max-width: none !important; } }
  @media only screen and (min-width: 801px) {
    .blog-posts-wrap .slick-track {
      display: flex;
      justify-content: center;
      width: 100% !important; } }
  .blog-posts-wrap .slick-slide {
    padding: 0 2vw; }
    @media only screen and (min-width: 1610px) {
      .blog-posts-wrap .slick-slide {
        padding: 0 35px; } }
    @media only screen and (min-width: 801px) {
      .blog-posts-wrap .slick-slide {
        width: 33% !important; } }

.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: 18px !important;
  margin: 0 0 5px 0;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  letter-spacing: 0.05em;
  line-height: 32px;
  font-weight: 600; }
  .blog-title a {
    text-decoration: none; }
  @media only screen and (max-width: 800px) {
    .blog-title {
      font-size: 16px !important; } }

.page-type-blog_post .blog-title {
  font-size: 24px !important;
  line-height: normal;
  margin-top: 15px;
  margin-bottom: 25px; }
  @media only screen and (max-width: 800px) {
    .page-type-blog_post .blog-title {
      font-size: 18px !important; } }

.blog-date,
.blog-author {
  color: #848484;
  text-align: left; }

.blog-date {
  margin-bottom: 25px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.02em; }

.blog-author {
  margin-bottom: 2.5rem; }

.blog-post {
  font-size: 16px;
  text-align: left;
  margin-bottom: 20px;
  padding: 0 2vw; }
  @media only screen and (max-width: 800px) {
    .blog-post {
      font-size: 14px !important; } }
  .blog-post-text {
    font-size: 16px; }
    @media only screen and (max-width: 800px) {
      .blog-post-text {
        font-size: 14px !important; } }
    .blog-post-text p {
      margin-bottom: 2rem; }
  .blog-post h4,
  .blog-post h5,
  .blog-post h6 {
    font-size: 13px;
    letter-spacing: 0;
    text-transform: none;
    font-weight: 600;
    font-family: "DM Sans", 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 auto 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  width: 28.65vw;
  height: 40.3vw;
  max-width: 100%;
  /*
    @media only screen and (max-width: 599px) {
        a{
            display: flex;
            align-items: center;
            justify-content: center;
            img {
                max-width: unset;
                //width: 380px;
                //height: 300px;
            }
        }
        
    }

    @media only screen and (max-width: 410px) {
        a{
            display: flex;
            align-items: center;
            justify-content: center;
            img {
                max-width: unset;
                width: 300px;
                height: 200px;
            }
        }
        
    }
    */ }
  .blog-thumbnail a {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: 100%; }
    .blog-thumbnail a img {
      max-width: unset !important;
      width: auto !important;
      height: 100% !important; }
  @media only screen and (min-width: 1200px) {
    .blog-thumbnail {
      width: 444px;
      height: 500px; } }
  @media only screen and (max-width: 800px) {
    .blog-thumbnail {
      margin: 0 auto !important; } }
  @media only screen and (max-width: 600px) {
    .blog-thumbnail {
      width: 35.65vw;
      height: 48.3vw; } }
  @media only screen and (max-width: 380px) {
    .blog-thumbnail {
      width: 55.65vw;
      height: 65.3vw; } }

.blog-post-figure {
  display: block;
  margin: auto;
  text-align: left;
  width: 100%; }

.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;
  text-transform: capitalize;
  font-size: 13px;
  background: transparent !important;
  letter-spacing: 0.05em;
  color: #2d2d2d !important;
  font-size: 1rem;
  box-shadow: none;
  border-bottom: 1px dotted transparent;
  line-height: 1.3;
  padding: 0; }
  .btn.blog-readmore .fa {
    font-size: 1rem;
    padding-left: 5px; }
  .btn.blog-readmore:hover {
    color: black !important;
    border-bottom: 1px dotted; }
  .btn.blog-readmore ~ ul.tags {
    margin-top: 10px;
    margin-bottom: 10px; }

.page-type-blog_post .blog .tags {
  margin-top: 4rem;
  border-top: 1px solid #eeeeee;
  padding-top: 25px; }

.page-type-category .page,
.page-type-brand .page,
.page-type-search .page {
  display: flex;
  flex-wrap: nowrap;
  margin: 0; }
  @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: 270px;
  padding: 0; }
  @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%; } }

@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% - 270px);
  padding-left: 30px;
  padding-right: 0; }
  @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: 0; } }

.sidebarBlock {
  margin-bottom: 17px;
  clear: both; }
  .sidebarBlock .side-module-heading {
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 15px;
    letter-spacing: 0.05em;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 30px;
    padding-top: 10px;
    padding-bottom: 22px;
    text-transform: capitalize;
    border-bottom: 1px solid #eeeeee; }
  .sidebarBlock ul.navList > li.navList-item {
    padding: 0 0 22px; }
    .sidebarBlock ul.navList > li.navList-item > a.navList-action {
      padding: 0;
      display: inline;
      font-weight: 600; }
      .sidebarBlock ul.navList > li.navList-item > a.navList-action:hover {
        border-bottom: 1px dotted black; }

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

ul.all-categories-list {
  margin: 0;
  list-style: none; }
  ul.all-categories-list li {
    position: relative;
    padding: 10px 0;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    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 dotted; }
  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: 18px;
    color: #cfcfcf; }
    ul.all-categories-list i.fa.fa-angle-down.is-clicked::before {
      content: "\f106";
      position: relative;
      top: -1px;
      color: #000000; }
  ul.all-categories-list ul.dropdown-category-list {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    margin: 0;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    list-style: none; }
    ul.all-categories-list ul.dropdown-category-list > li:hover {
      padding-left: 33px !important;
      -moz-transition: all 0.3s ease 0s;
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
    ul.all-categories-list ul.dropdown-category-list.cat-expanded {
      opacity: 1;
      visibility: visible;
      height: auto;
      margin-top: 8px;
      -moz-transition: all 0.3s ease 0s;
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
  ul.all-categories-list > li > a {
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 13px;
    letter-spacing: 0.02em;
    text-transform: capitalize;
    font-weight: 600;
    color: #000; }
    ul.all-categories-list > li > a::before {
      display: none; }
  ul.all-categories-list > li > i.fa.fa-angle-down {
    top: 0;
    color: #000; }
  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: 13px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0.02em; }
  ul.all-categories-list ul#navPages-level-2 > li.current-cat {
    padding-left: 33px !important; }
    ul.all-categories-list ul#navPages-level-2 > li.current-cat > a::before {
      content: "";
      display: inline-block;
      width: 20px;
      height: 2px;
      background-color: #ff7677;
      position: absolute;
      left: -33px;
      top: 9px; }
  ul.all-categories-list ul#navPages-level-2 > li:hover > a::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #ff7677;
    position: absolute;
    left: -33px;
    top: 9px; }
  ul.all-categories-list li.current-cat > a {
    color: black !important;
    border-bottom: 1px dotted #8d8d8d;
    font-weight: 600; }
    ul.all-categories-list li.current-cat > a:hover {
      color: black !important;
      border-bottom: 1px dotted #8d8d8d; }
  ul.all-categories-list ul#navPages-level-3.cat-expanded {
    margin-top: 14px;
    margin-bottom: 10px; }
  ul.all-categories-list ul#navPages-level-3 > li {
    padding: 5px 0;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
    ul.all-categories-list ul#navPages-level-3 > li:hover > a {
      font-weight: 600; }

#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: #2d2d2d; }
      #sideShopByBrands ul li a:hover {
        color: black;
        border-bottom: 1px dotted black; }
    #sideShopByBrands ul li:last-of-type {
      padding-top: 10px; }
    #sideShopByBrands ul li:last-of-type a {
      font-weight: 700;
      margin-top: 5px;
      color: #2d2d2d;
      font-family: "DM Sans", Arial, Helvetica, sans-serif;
      letter-spacing: 0.05em;
      font-size: 12px; }
      #sideShopByBrands ul li:last-of-type a i.fa {
        font-size: 10px;
        margin-right: 10px; }
      #sideShopByBrands ul li:last-of-type a:hover {
        color: black;
        border-bottom: 0; }
        #sideShopByBrands ul li:last-of-type a:hover span {
          border-bottom: 1px dotted black; }

#sideRecentPosts ul {
  list-style: none;
  margin-bottom: 34px; }
  #sideRecentPosts ul li {
    border-bottom: 1px dotted #eeeeee;
    padding-bottom: 17px; }
    #sideRecentPosts ul li:last-child {
      border-bottom: 0; }
    #sideRecentPosts ul li + li {
      padding-top: 13px; }
    #sideRecentPosts ul li a {
      display: inline;
      position: relative; }
      #sideRecentPosts ul li a:hover {
        text-decoration: none; }

#sideTopSellers .side-module-heading {
  color: #e95144;
  border-bottom-color: #e95144; }

#sideTopSellers .prod-item,
#sidebarFeatured .prod-item {
  margin-bottom: 0; }
  #sideTopSellers .prod-item .buttons-wrapper,
  #sidebarFeatured .prod-item .buttons-wrapper {
    opacity: 1;
    visibility: visible;
    position: static;
    width: 100%; }

#sideTopSellers .prod-image,
#sidebarFeatured .prod-image {
  min-height: auto; }
  #sideTopSellers .prod-image a img,
  #sidebarFeatured .prod-image a img {
    max-width: 120px; }

#sideTopSellers .rating-compare,
#sidebarFeatured .rating-compare {
  visibility: visible;
  opacity: 1; }

#sideTopSellers .warpColor,
#sidebarFeatured .warpColor {
  display: none; }

#sideTopSellers .btnATC,
#sidebarFeatured .btnATC {
  border-width: 2px;
  height: 42px;
  line-height: 40px;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 13px;
  letter-spacing: 0.1em;
  width: 100%; }

#sideTopSellers .owl-nav > div,
#sidebarFeatured .owl-nav > div {
  top: 25%;
  visibility: visible;
  opacity: 1;
  margin-top: 0; }
  #sideTopSellers .owl-nav > div:before,
  #sidebarFeatured .owl-nav > div:before {
    font-size: 40px;
    top: -1px; }
  #sideTopSellers .owl-nav > div.owl-prev,
  #sidebarFeatured .owl-nav > div.owl-prev {
    left: 0;
    border: 0; }
  #sideTopSellers .owl-nav > div.owl-next,
  #sidebarFeatured .owl-nav > div.owl-next {
    right: 0;
    border: 0; }

#sideCustomCMS a:not(.btn) {
  color: black; }
  #sideCustomCMS a:not(.btn):hover {
    color: #2d2d2d;
    border-bottom: 1px solid #2d2d2d; }

#sideShopByPrice ul {
  list-style: none;
  margin: 0; }
  #sideShopByPrice ul li {
    padding: 5px 0; }
    #sideShopByPrice ul li a {
      padding: 0;
      display: inline;
      color: #2d2d2d; }
      #sideShopByPrice ul li a:hover {
        color: black;
        border-bottom: 1px solid black; }
      #sideShopByPrice ul li a.is-active {
        color: black; }

.haloProductsByCategory {
  padding-top: 34px; }

.module-heading {
  position: relative;
  font-size: 28px;
  margin-top: 26px;
  margin-bottom: 35px;
  padding-bottom: 18px;
  text-align: center; }
  .module-heading::before {
    content: "";
    position: absolute;
    top: 25%;
    width: 100%;
    left: 0;
    height: 3px;
    background-color: #000; }
  .module-heading > span {
    background: #fff;
    padding: 0 8.5%;
    font-weight: 700;
    letter-spacing: 3.6px;
    display: inline-block;
    text-transform: uppercase;
    position: relative; }
    @media (min-width: 991px) {
      .module-heading > span {
        width: 37%;
        padding: 0; } }

section.module-wrapper {
  padding-top: 0;
  padding-bottom: 0; }

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: "DM Sans", 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: #323232;
      display: block;
      height: 40px;
      font-size: 12px;
      min-width: 40px;
      font-weight: 600;
      line-height: 40px;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase; }
    #azBrandsTable li.disable a {
      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: black;
      background-color: #f7f7f7; }
      #azBrandsTable li.is-active a {
        color: inherit; }
  @media (min-width: 1225px) {
    #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 {
    display: block;
    -moz-page-break-inside: avoid;
    -webkit-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: #646464; }

#azBrands + .brandList.hide {
  opacity: 0;
  visibility: hidden; }

.azBrands-group-title {
  font-size: 20px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  color: black;
  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: #323232;
  font-family: "DM Sans", 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;
  column-count: 2;
  column-fill: auto;
  column-gap: 1.66667rem; }
  @media (min-width: 480px) {
    .productMasonry {
      column-count: 3; } }
  @media (min-width: 768px) {
    .productMasonry {
      column-count: 4; } }
  .productMasonry .product {
    display: block;
    width: 100%;
    margin-bottom: 3rem;
    padding: 0;
    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 {
    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: block;
  font-size: 0;
  letter-spacing: 0; }
  .module-wrapper .productBlockContainer .prod-item {
    font-size: 0;
    vertical-align: top;
    display: inline-block; }
  @media (max-width: 480px) {
    .module-wrapper .productBlockContainer {
      margin-right: -10px;
      margin-left: -10px; } }
  .module-wrapper .productBlockContainer.columns-5 .prod-item {
    width: 20%;
    display: inline-block; }
  .module-wrapper .productBlockContainer.columns-4 .prod-item {
    width: 25%;
    display: inline-block; }
  .module-wrapper .productBlockContainer.columns-3 .prod-item {
    width: 33.33%;
    display: inline-block; }
  .module-wrapper .productBlockContainer.columns-2 .prod-item {
    width: 50%;
    display: inline-block; }
  .module-wrapper .productBlockContainer.columns-1 .prod-item {
    width: 100%;
    display: inline-block; }
  @media (max-width: 1199px) {
    .module-wrapper .productBlockContainer.columns-5 .prod-item {
      width: 25%; } }
  @media (max-width: 991px) {
    .module-wrapper .productBlockContainer.columns-4 .prod-item {
      width: 33.33%; }
    .module-wrapper .productBlockContainer.columns-3 .prod-item {
      width: 50%; } }
  @media (max-width: 767px) {
    .module-wrapper .productBlockContainer.columns-5 .prod-item {
      width: 33.33%; }
    .module-wrapper .productBlockContainer.columns-4 .prod-item {
      width: 33.33%; }
    .module-wrapper .productBlockContainer.columns-3 .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: 33.33%; } }

#sidebarFeatured .prod-item [data-product-option-change] {
  margin-top: 0; }

.prod-item {
  padding: 15px 10px 15px;
  margin-bottom: 27px; }
  .prod-item article.card {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%; }
  .prod-item .btn-compare label {
    color: #8d8d8d; }
  .prod-item a.btnWL {
    font-size: 0;
    text-align: center; }
    .prod-item a.btnWL .icon--heart {
      width: 27px;
      height: 27px;
      border-radius: 50%;
      background: #ffe8e8;
      margin: 0; }
      .prod-item a.btnWL .icon--heart svg {
        position: relative;
        top: 7px; }
  .prod-item .prod-image {
    position: relative;
    margin-bottom: 21px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    @media (max-width: 480px) {
      .prod-item .prod-image {
        min-height: auto; } }
    .prod-item .prod-image > .card-img-container {
      display: inline-flex;
      justify-content: center;
      align-items: center;
      align-content: center;
      width: 100%; }
      .prod-item .prod-image > .card-img-container img.lazyloaded {
        width: 100% !important; }
    .prod-item .prod-image .actions {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      display: none;
      position: absolute; }
      @media (min-width: 1025px) {
        .prod-item .prod-image .actions {
          display: block; } }
    .prod-item .prod-image .actions > a.btnWL {
      position: absolute;
      top: -20px;
      right: 13px;
      display: inline-block;
      width: 30px;
      padding: 5px;
      font-size: 16px;
      text-align: center; }
      .prod-item .prod-image .actions > a.btnWL > span {
        display: none; }
      @media (max-width: 480px) {
        .prod-item .prod-image .actions > a.btnWL {
          display: none; } }
    .prod-item .prod-image .actions > a.btnATC {
      position: absolute;
      bottom: 10px;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    .prod-item .prod-image .actions > .star-rating {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      width: 100%;
      text-align: center;
      margin-top: 45px; }
    .prod-item .prod-image .actions > .btnQV {
      font-family: "DM Sans", 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: 106px;
      height: 33px;
      margin: 0 auto;
      padding: 0;
      text-align: center;
      letter-spacing: .05em;
      text-transform: uppercase;
      color: black;
      border: 2px solid black;
      background-color: white;
      display: flex;
      justify-content: center;
      align-items: center; }
      .prod-item .prod-image .actions > .btnQV:hover {
        text-decoration: none;
        color: white;
        border: 1px solid black;
        background-color: black; }
      @media (max-width: 480px) {
        .prod-item .prod-image .actions > .btnQV {
          display: none; } }
    .prod-item .prod-image .actions > .btn-compare {
      position: absolute;
      bottom: 3px;
      left: 50%;
      -moz-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      .prod-item .prod-image .actions > .btn-compare label {
        font-weight: 500;
        font-size: 12px; }
        .prod-item .prod-image .actions > .btn-compare label::before {
          top: 1; }
        .prod-item .prod-image .actions > .btn-compare label::after {
          top: 1px; }
        .prod-item .prod-image .actions > .btn-compare label:hover span {
          color: #000;
          border-bottom: 1px dotted #000; }
      @media (max-width: 991px) {
        .prod-item .prod-image .actions > .btn-compare {
          margin-bottom: 15px; } }
    .prod-item .prod-image .actions > a.btnWL,
    .prod-item .prod-image .actions > a.btnATC,
    .prod-item .prod-image .actions > .star-rating,
    .prod-item .prod-image .actions > .btn-compare,
    .prod-item .prod-image .actions > .btnQV {
      opacity: 0;
      z-index: 10;
      filter: alpha(opacity=0);
      visibility: hidden;
      -webkit-transition: all .3s ease 0s;
      -moz-transition: all .3s ease 0s;
      -ms-transition: all .3s ease 0s;
      -o-transition: all .3s ease 0s;
      transition: all .3s ease 0s; }
    @media (max-width: 1024px) {
      .prod-item .prod-image .actions > .btn-compare {
        opacity: 1;
        filter: alpha(opacity=100);
        visibility: visible; } }
  .prod-item:hover .actions > a.btnWL {
    top: 10px;
    right: 13px; }
  .prod-item:hover .actions > a.btnWL,
  .prod-item:hover .actions > a.btnATC,
  .prod-item:hover .actions > .star-rating,
  .prod-item:hover .actions > .btn-compare,
  .prod-item:hover .actions > .btnQV {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s; }
  .prod-item .prod-desc {
    margin: 0;
    text-align: center;
    font-size: 12px; }
    .prod-item .prod-desc .prod-brand {
      margin-bottom: 8px;
      color: black;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 0.05em; }
    .prod-item .prod-desc h4.prod-name {
      margin-top: 0px;
      margin-bottom: 8px;
      font-size: 1rem;
      font-family: "DM Sans", Arial, Helvetica, sans-serif;
      font-weight: 500;
      line-height: 20px;
      letter-spacing: 0; }
      .prod-item .prod-desc h4.prod-name a {
        color: black; }
        .prod-item .prod-desc h4.prod-name a:hover {
          color: black;
          text-decoration: none; }
    .prod-item .prod-desc .prod-summary {
      display: none; }
    .prod-item .prod-desc .prod-price {
      color: black;
      font-size: 13px;
      font-weight: 700;
      line-height: 25px;
      margin-bottom: 10px; }
      .prod-item .prod-desc .prod-price .price--rrp {
        color: #8d8d8d;
        margin-right: 5px;
        font-weight: 500; }
        .prod-item .prod-desc .prod-price .price--rrp ~ .price--withoutTax {
          color: #e95144; }
    .prod-item .prod-desc .star-rating {
      margin-bottom: 15px; }
    .prod-item .prod-desc a.btnWL {
      display: none; }
    .prod-item .prod-desc a.btnATC {
      font-size: 13px;
      width: 100%; }
      @media (max-width: 480px) {
        .prod-item .prod-desc a.btnATC {
          font-size: 11px;
          letter-spacing: 0;
          font-weight: 500; } }
    .prod-item .prod-desc .btn-compare {
      display: none; }
      @media (min-width: 992px) and (max-width: 1199px) {
        .prod-item .prod-desc .btn-compare {
          display: inline-block;
          margin-top: 12px; } }

.new-badge {
  position: relative;
  min-height: 22px;
  height: 20px;
  padding: 0 4px;
  text-align: center;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  box-shadow: 2px 2px 0 #2d2d2d;
  letter-spacing: 0.05em;
  color: black;
  border: 1px solid black;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9;
  width: fit-content; }

.sale-badge {
  width: fit-content;
  position: relative;
  min-height: 22px;
  height: 20px;
  padding: 0 4px;
  text-align: center;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  box-shadow: 2px 2px 0 #e95144;
  letter-spacing: 0.05em;
  color: #e95144;
  border: 1px solid #e95144;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9; }

.ship-badge {
  width: fit-content;
  position: relative;
  min-height: 22px;
  height: 20px;
  padding: 0 4px;
  text-align: center;
  font-size: 11px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  box-shadow: 2px 2px 0 #12b981;
  letter-spacing: 0.05em;
  color: #12b981;
  border: 1px solid #12b981;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9; }

.soldout-badge {
  width: fit-content;
  position: relative;
  min-height: 22px;
  height: 20px;
  padding: 0 4px;
  text-align: center;
  font-size: 11px;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 10px;
  box-shadow: 2px 2px 0 #cecece;
  letter-spacing: 0.05em;
  color: #d1d1d1;
  border: 1px solid #d1d1d1;
  background: white;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9; }

.ship-badge, .sale-badge, .new-badge, .soldout-badge {
  margin-right: 10px; }

.module-wrapper:not(.productList) .prod-item {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  display: flex;
  align-content: stretch;
  align-items: stretch; }
  @media (max-width: 480px) {
    .module-wrapper:not(.productList) .prod-item {
      padding: 0px 10px; } }
  .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: none;
      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;
        height: 36px; } }
  .module-wrapper:not(.productList) .prod-item:hover a.btnATC {
    visibility: visible;
    opacity: 1; }
  .module-wrapper:not(.productList) .prod-item .prod-image .btn-compare {
    display: inline-block;
    margin-top: 15px; }
  @media (max-width: 480px) {
    .module-wrapper:not(.productList) .prod-item .btn-compare {
      margin-top: 15px;
      margin-bottom: 5px; } }

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

.prod-item [data-product-option-change] {
  opacity: 1;
  visibility: visible; }
  @media (max-width: 1199px) {
    .prod-item [data-product-option-change] {
      margin-top: 15px; } }
  .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-bottom: 15px;
  min-height: 20px; }
  @media (max-width: 1199px) {
    .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.75rem;
      padding-right: 0.75rem;
      width: 25%; } }

.listItem-image {
  width: 100%; }

@media (min-width: 480px) {
  .listItem-body {
    padding-left: 1.25rem;
    padding-right: 0.75rem;
    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.41667rem; }

.listItem-brand {
  color: #a5a5a5;
  font-size: 1rem;
  margin: 0 0 0.16667rem; }
  @media (min-width: 768px) {
    .listItem-brand {
      font-size: 15px;
      margin-bottom: 0; } }

.listItem-title {
  font-size: 15px;
  margin: 0 0 0.16667rem; }
  @media (min-width: 768px) {
    .listItem-title {
      font-size: 20px; } }
  .listItem-title > a {
    text-decoration: none; }

.listItem-price {
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .listItem-price {
      font-size: 20px; } }

@media (min-width: 1200px) {
  .listItem-actions {
    vertical-align: middle;
    width: 22%; }
    .listItem-actions .button--compare {
      font-size: 13px;
      padding: 0.58333rem 1.5rem; } }

.listItem-actions .button {
  margin-bottom: 0; }
  @media (min-width: 1200px) {
    .listItem-actions .button {
      width: 100%; }
      .listItem-actions .button + .button {
        margin: 0.75rem 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 .prod-item {
  width: 100% !important;
  padding: 0 15px;
  margin-bottom: 40px; }
  .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;
      width: 20%;
      margin-right: 30px;
      margin-bottom: 0; }
      .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-image .card-img-container {
        display: inline-block; }
      .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-image > a {
        max-height: 280px; }
      .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-image .btnWL,
      .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-image .btnATC,
      .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-image .star-rating {
        display: none !important; }
      .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-image .btn-compare {
        display: none; }
      @media (max-width: 480px) {
        .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-image {
          width: 40%;
          min-width: 40%;
          margin-right: 0; }
          .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-image .btnQV {
            display: none; } }
    .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc {
      width: calc(100% - 210px);
      text-align: left; }
      @media (max-width: 480px) {
        .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc {
          width: 60%;
          padding-left: 20px; } }
      .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc h4.prod-name {
        margin-bottom: 10px; }
      .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;
          font-size: 12px; }
      .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 .btnATC {
        display: inline-block !important;
        margin-right: 40px;
        width: auto;
        min-width: 260px; }
        @media (max-width: 991px) {
          .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc .btnATC {
            width: 100%;
            min-width: auto;
            margin-bottom: 25px; } }
      .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc a.btnWL {
        display: inline-flex;
        margin-right: 20px; }
        .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc a.btnWL > i {
          vertical-align: middle;
          position: relative;
          line-height: 21px;
          font-size: 16px; }
        .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc a.btnWL > span {
          display: inline;
          font-weight: 500;
          font-size: 1rem;
          letter-spacing: 0.02em;
          vertical-align: middle;
          margin-left: 8px;
          border-bottom: 1px dotted #000;
          color: #2d2d2d;
          font-size: 12px; }
      .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc .btn-compare {
        display: inline-block;
        position: static;
        font-style: normal;
        margin-top: 15px; }
        .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc .btn-compare label {
          font-weight: 500;
          color: #2d2d2d;
          font-size: 12px; }
          .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc .btn-compare label::before {
            top: 1; }
          .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc .btn-compare label::after {
            top: 1px; }
          .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc .btn-compare label:hover span {
            color: #000;
            border-bottom: 1px dotted #000; }
        @media (max-width: 991px) {
          .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc .btn-compare {
            margin-bottom: 15px;
            display: none; } }
      .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc [data-product-option-change] > div[data-product-attribute="swatch"] {
        text-align: left;
        margin-top: 20px; }
  .module-wrapper.productList .productBlockContainer .prod-item + .prod-item > .card {
    padding-top: 40px;
    border-top: 1px solid #ccc; }

.modal .productView {
  padding-bottom: 0;
  padding-top: 0; }

.productView-videos-wrap,
.productView-image-wrap {
  opacity: 1;
  visibility: visible;
  height: auto;
  text-align: center; }
  .productView-videos-wrap.is-hidden,
  .productView-image-wrap.is-hidden {
    opacity: 0;
    visibility: hidden;
    height: 0; }

.productView-videos-wrap {
  position: relative;
  z-index: 10; }

.productView--quickView .socialLinks-item--print {
  display: none; }

.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: 380px;
    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% - 380px);
    padding-bottom: 54px; }
    @media (max-width: 1199px) {
      .productView .productViewTop .productView-details {
        width: 55%; } }
    @media (min-width: 992px) {
      .productView .productViewTop .productView-details {
        padding-left: 40px; } }
    @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-nav .productView-image {
  cursor: zoom-in;
  vertical-align: top;
  opacity: 0;
  visibility: hidden; }
  .productView-nav .productView-image:first-child, .productView-nav .productView-image.slick-slide {
    opacity: 1;
    visibility: visible; }
  .productView-nav .productView-image > a {
    display: block;
    position: relative;
    text-align: center;
    width: 100%; }
    .productView-nav .productView-image > a img {
      margin: 0 auto; }

.productView-for {
  width: 100%;
  display: block;
  margin-top: 15px;
  padding: 0 30px; }
  .productView-for .slick-track {
    margin: 0 auto; }
  .productView-for .productView-thumbnail {
    border: none;
    outline: none;
    padding: 1px 7px; }
    .productView-for .productView-thumbnail > a {
      position: relative;
      border: 1px solid transparent;
      display: block;
      overflow: hidden; }
      .productView-for .productView-thumbnail > a:before {
        content: "";
        display: block;
        padding-top: 130%; }
      .productView-for .productView-thumbnail > a img {
        top: 50%;
        left: 50%;
        width: auto;
        height: 100%;
        position: absolute;
        transform: translate(-50%, -50%); }
  .productView-for .slick-current.productView-thumbnail > a {
    border: 1px solid #bfbfbf; }
  .productView-for .slick-arrow-custom {
    width: 21px;
    height: 21px;
    padding: 0;
    margin: 0;
    line-height: 21px;
    font-family: FontAwesome;
    font-size: 0;
    color: #000; }
    .productView-for .slick-arrow-custom:before, .productView-for .slick-arrow-custom:after {
      color: #000;
      font-size: 30px;
      line-height: 21px;
      width: 100%;
      height: 100%;
      background-image: none; }
  .productView-for .slick-prev {
    left: 0; }
    .productView-for .slick-prev:before {
      content: '\f104'; }
  .productView-for .slick-next {
    right: 0; }
    .productView-for .slick-next:before {
      content: '\f105'; }

.videoGallery-list .slick-arrow-custom {
  width: 21px;
  height: 21px;
  padding: 0;
  margin: 0;
  line-height: 21px;
  font-family: FontAwesome;
  font-size: 0;
  color: #000; }
  .videoGallery-list .slick-arrow-custom:before, .videoGallery-list .slick-arrow-custom:after {
    color: #000;
    font-size: 30px;
    line-height: 21px;
    width: 100%;
    height: 100%;
    background-image: none; }

.videoGallery-list .slick-prev {
  left: 0; }
  .videoGallery-list .slick-prev:before {
    content: '\f104'; }

.videoGallery-list .slick-next {
  right: 0; }
  .videoGallery-list .slick-next:before {
    content: '\f105'; }

.photos-videos {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  height: 36px;
  background: #fff; }
  .photos-videos a {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-family: "DM Sans", 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;
    -webkit-box-shadow: inset 0px 1px 0px 0px #f3f3f3;
    -moz-box-shadow: inset 0px 1px 0px 0px #f3f3f3;
    box-shadow: inset 0px 1px 0px 0px #f3f3f3; }
    .photos-videos a:first-child {
      border-right: 1px solid #e5e5e5; }
    .photos-videos a:hover {
      color: #464646; }
    .photos-videos a.current-tab {
      color: #464646;
      border-top-color: transparent;
      background: transparent;
      box-shadow: none; }

.productView-image {
  margin: 0; }
  .productView-image img {
    width: 100%;
    transition: none;
    -ms-transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none; }
    .productView-image img:hover {
      cursor: -webkit-zoom-in;
      cursor: -moz-zoom-in;
      cursor: zoom-in; }
  .productView-image .productView-image--default {
    width: auto;
    margin: 0 auto; }

.productView-videos {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0; }

.productView-thumbnails {
  width: calc(100% - 80px);
  margin-top: 23px;
  margin-left: auto;
  margin-right: auto; }
  .productView-thumbnails .owl-stage {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto; }

#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 {
      -moz-transform-style: unset;
      -webkit-transform-style: unset;
      transform-style: unset; }

.productView-thumbnails .owl-nav {
  text-align: center;
  margin-top: 0; }

.productView-thumbnails .owl-nav > div {
  border: 0;
  filter: Alpha(Opacity=100);
  opacity: 1;
  text-decoration: none; }
  .productView-thumbnails .owl-nav > div:hover {
    color: #000;
    background-color: transparent; }
  .productView-thumbnails .owl-nav > div.owl-prev {
    left: -40px;
    width: auto; }
  .productView-thumbnails .owl-nav > div.owl-next {
    right: -40px;
    width: auto; }
  .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 transparent; }

.productView-thumbnails .productView-thumbnail-link:hover {
  opacity: 0.3; }

.productView-thumbnails .productView-thumbnail-link.is-active {
  border-color: #bfbfbf; }

.productView--quickView .productView-details {
  margin-bottom: 0; }

.productView-product > :last-child {
  margin-bottom: 0; }

.productView-brand {
  font-size: 13px;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 13px;
  color: #8d8d8d;
  font-weight: 700;
  letter-spacing: 0.13em; }
  .productView-brand a {
    color: #8d8d8d; }
    .productView-brand a:hover {
      color: #000; }

.productView-title {
  font-size: 20px;
  font-family: "DM Sans", 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: 8px;
  padding-bottom: 27px; }
  .productView-rating i.fa {
    font-size: 13px;
    vertical-align: middle; }

.productView-reviewLink {
  display: inline-block;
  margin-left: 4.5rem;
  vertical-align: middle; }
  @media (max-width: 480px) {
    .productView-reviewLink {
      margin-left: 20px;
      margin-right: 20px; } }
  .productView-reviewLink > a {
    color: #000; }
    .productView-reviewLink > a:hover {
      color: black;
      border-bottom: 1px solid black; }
  .productView-reviewLink + .productView-reviewLink {
    font-weight: 700;
    margin-left: 55px; }
    @media (max-width: 480px) {
      .productView-reviewLink + .productView-reviewLink {
        margin-left: 0;
        margin-right: 0; } }
    .productView-reviewLink + .productView-reviewLink > a {
      border-bottom: 1px dotted #000; }
      .productView-reviewLink + .productView-reviewLink > a:hover {
        color: black;
        border-bottom-color: black; }
    @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: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 20px;
  padding-bottom: 30px;
  font-weight: 700;
  color: black;
  letter-spacing: 0.02em; }
  .productView-price .price-section--saving {
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    color: #969696;
    font-weight: normal;
    font-style: italic; }
  .productView-price .price.price--rrp {
    color: #8d8d8d;
    font-size: 18px;
    margin-right: 13px;
    font-weight: 400; }
    .productView-price .price.price--rrp ~ .price--withoutTax {
      color: #e95144; }
  .productView-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }
  .productView-price .price-section--withoutTax ~ .price-section--saving {
    margin-top: 12px; }
  .productView-price p[translate] {
    color: black; }

.productView-info {
  overflow: hidden;
  margin-bottom: 0;
  padding-bottom: 19px; }

.productView-info-name,
.productView-info-value {
  float: left; }

.productView-info-name {
  clear: both;
  margin-bottom: 0.5rem;
  margin-right: 30px;
  width: 110px;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 1rem;
  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; } }
  @media (min-width: 480px) {
    .productView-options .form-input[type="number"] {
      width: 100px; } }
  .productView-options [data-product-attribute] .form-option {
    position: relative; }
  .productView-options .form {
    display: inline; }
    @media (max-width: 480px) {
      .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 .form-field--increments {
    margin-bottom: 30px; }
    .productView-options .form-field--increments button {
      width: 41px;
      height: 42px; }
      .productView-options .form-field--increments button[data-action="dec"] {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        margin-right: -1px; }
        .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;
        margin-left: -1px; }
        .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.83333rem;
      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.75rem;
        width: auto; } }

.productOptions-list {
  border: 1px solid gainsboro;
  list-style: none;
  margin: 0; }

.productOptions-list-item {
  padding: 1.5rem; }
  .productOptions-list-item + .productOptions-list-item {
    border-top: 1px solid gainsboro; }
  .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.25rem; }

[data-product-attribute] .form-option {
  overflow: inherit; }

[data-product-attribute] .form-option.form-option-swatch {
  overflow: visible; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 36px;
  width: 36px; }

.form-option {
  display: inline-block; }

.form-option-expanded {
  background-color: white;
  border: 1px solid #989898;
  left: 1px;
  opacity: 0;
  padding: 10px;
  position: absolute !important;
  top: calc(100% + 5px);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden;
  float: left;
  border-radius: 10px; }

.productView-details .form-option:hover .form-option-expanded {
  opacity: 1;
  visibility: visible;
  z-index: 5000; }
  .productView-details .form-option:hover .form-option-expanded > span {
    text-align: center; }
    .productView-details .form-option:hover .form-option-expanded > span > span {
      font-size: 12px;
      float: left;
      width: 100%; }
    .productView-details .form-option:hover .form-option-expanded > span > img {
      max-height: 90%;
      margin: 5px auto 0 auto;
      display: inline-block; }

.form-option-image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 200px;
  width: 200px; }

.btn.btn-outofstock {
  color: white !important;
  background-color: #cecece !important;
  border-color: #cecece !important; }
  .btn.btn-outofstock:hover {
    color: #cecece !important;
    background-color: white !important;
    border-color: #cecece !important; }

.out-stockWarp.btn {
  min-width: 270px;
  height: 48px;
  margin-right: 30px;
  margin-bottom: 15px;
  width: 100%;
  line-height: 35px;
  margin-bottom: 20px;
  max-width: 280px;
  height: 52px;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  color: white;
  background-color: #cecece;
  border-color: #cecece;
  cursor: not-allowed; }
  @media (max-width: 991px) {
    .out-stockWarp.btn {
      float: left;
      margin-right: 30px;
      display: inline-block; } }
  @media (min-width: 992px) and (max-width: 1200px) {
    .out-stockWarp.btn {
      max-width: 100%;
      text-align: center;
      display: block; } }
  @media (max-width: 500px) {
    .out-stockWarp.btn {
      max-width: 100%;
      display: block; } }
  .out-stockWarp.btn span {
    display: block;
    text-align: center; }
  .out-stockWarp.btn:hover {
    color: #cecece;
    background-color: white;
    border-color: #cecece; }
  @media (max-width: 500px) {
    .out-stockWarp.btn {
      min-width: 100%; } }

[data-cart-item-add] > button#form-action-addToCart {
  min-width: 270px;
  height: 48px;
  margin-right: 30px;
  margin-bottom: 15px;
  width: 100%;
  margin-bottom: 20px;
  max-width: 280px;
  height: 52px;
  display: inline-flex;
  justify-content: center;
  text-align: center;
  color: white;
  background-color: black;
  border-color: black; }
  @media (max-width: 991px) {
    [data-cart-item-add] > button#form-action-addToCart {
      float: left;
      margin-right: 30px;
      display: inline-block; } }
  @media (min-width: 992px) and (max-width: 1200px) {
    [data-cart-item-add] > button#form-action-addToCart {
      max-width: 100%;
      text-align: center;
      display: block; } }
  @media (max-width: 500px) {
    [data-cart-item-add] > button#form-action-addToCart {
      max-width: 100%;
      display: block; } }
  [data-cart-item-add] > button#form-action-addToCart span {
    display: block;
    text-align: center; }
  [data-cart-item-add] > button#form-action-addToCart:hover {
    color: black;
    background-color: white;
    border-color: black; }
  @media (max-width: 500px) {
    [data-cart-item-add] > button#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: 1rem;
    letter-spacing: 0.02em;
    vertical-align: middle;
    margin-left: 12px;
    border-bottom: 1px dotted #000; }
  [data-wishlist-add] > button:hover {
    color: black; }
    [data-wishlist-add] > button:hover span {
      border-bottom-color: black; }
  @media (max-width: 500px) {
    [data-wishlist-add] > button {
      float: none;
      position: static;
      margin-bottom: 20px; } }
  @media (max-width: 991px) {
    [data-wishlist-add] > button {
      float: left; } }
  @media (min-width: 992px) and (max-width: 1200px) {
    [data-wishlist-add] > button {
      float: none;
      position: static;
      width: 100%;
      text-align: center;
      margin-bottom: 20px; } }

.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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  border: 0; }
  .responsive-tabs .flex-tabs label.tab {
    position: relative; }
    .responsive-tabs .flex-tabs label.tab .nameTab {
      margin-bottom: 0;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 0 30px; }
    .responsive-tabs .flex-tabs label.tab.current .toggle-expand::before {
      position: absolute;
      top: 30%;
      right: 17px;
      border: none;
      font-family: FontAwesome;
      content: "\f077"; }
  .responsive-tabs .flex-tabs .toggle-expand::before {
    position: absolute;
    font-family: FontAwesome;
    content: "\f078";
    top: 30%;
    right: 17px;
    border: none; }
  .responsive-tabs .flex-tabs span.toggle-expand {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    font-size: 10px;
    font-weight: 400; }
    @media (min-width: 992px) {
      .responsive-tabs .flex-tabs span.toggle-expand {
        display: none; } }
  .responsive-tabs .flex-tabs .panel {
    background-color: #fff;
    padding-top: 35px;
    padding-bottom: 1.5rem;
    display: none;
    width: 100%;
    flex-basis: auto;
    border-top: 1px solid #e5e5e5;
    margin-top: -0.5px; }
    @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: 52px;
  margin-left: -1px;
  border: 0;
  font-family: "DM Sans", Arial, Helvetica, sans-serif;
  font-size: 13px;
  letter-spacing: 0.12em;
  font-weight: 700;
  transition: background .3s ease 0s;
  text-transform: uppercase;
  color: #000;
  border: 1px solid #e5e5e5;
  background: #f7f8f9;
  outline: none;
  z-index: 1; }
  .responsive-tabs .tab:hover {
    background: #f7f8f9;
    cursor: pointer; }

#tab-description:checked ~ .tabs #tab-description-label,
#tab-specs:checked ~ .tabs #tab-specs-label,
#tab-reviews:checked ~ .tabs #tab-reviews-label,
#tab-warranty:checked ~ .tabs #tab-warranty-label,
#tab-custom:checked ~ .tabs #tab-custom-label,
#tab-videos:checked ~ .tabs #tab-videos-label {
  background-color: #fff; }
  @media (min-width: 992px) {
    #tab-description:checked ~ .tabs #tab-description-label,
    #tab-specs:checked ~ .tabs #tab-specs-label,
    #tab-reviews:checked ~ .tabs #tab-reviews-label,
    #tab-warranty:checked ~ .tabs #tab-warranty-label,
    #tab-custom:checked ~ .tabs #tab-custom-label,
    #tab-videos:checked ~ .tabs #tab-videos-label {
      border-bottom-color: #fff;
      position: relative; }
      #tab-description:checked ~ .tabs #tab-description-label:before,
      #tab-specs:checked ~ .tabs #tab-specs-label:before,
      #tab-reviews:checked ~ .tabs #tab-reviews-label:before,
      #tab-warranty:checked ~ .tabs #tab-warranty-label:before,
      #tab-custom:checked ~ .tabs #tab-custom-label:before,
      #tab-videos:checked ~ .tabs #tab-videos-label:before {
        content: '';
        height: 3px;
        width: 100%;
        background-color: #000;
        position: absolute;
        top: -1px;
        left: 0; } }

.panel {
  display: none; }
  .panel.active {
    display: block !important; }

.panel .is-active {
  display: block !important; }

@media (min-width: 992px) {
  #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,
  #tab-videos:checked ~ .tabs #tab-videos-panel {
    display: block; } }

@media (max-width: 991px) {
  .flex-tabs {
    flex-direction: column; }
    .flex-tabs > label {
      bottom: 0 !important;
      margin-bottom: 10px;
      width: 100%;
      height: 50px; }
    .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-videos-label {
      order: 9; }
    .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 #tab-videos-panel {
      order: 10; }
    .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 h1,
  #tab-description-panel h2,
  #tab-description-panel h3,
  #tab-description-panel h4,
  #tab-description-panel h5,
  #tab-description-panel h6 {
    font-size: 13px;
    letter-spacing: 0.02em;
    font-weight: 600;
    text-transform: none;
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    margin-bottom: 15px;
    margin-top: 35px; }
  #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,
#tab-videos-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,
  #tab-videos-panel > h4:first-child,
  #tab-videos-panel > h5:first-child,
  #tab-videos-panel > h6:first-child {
    margin-top: 0; }
  #tab-custom-panel p,
  #tab-videos-panel p {
    margin-bottom: 30px; }
  #tab-custom-panel h4,
  #tab-custom-panel h5,
  #tab-custom-panel h6,
  #tab-videos-panel h4,
  #tab-videos-panel h5,
  #tab-videos-panel h6 {
    font-size: 13px;
    letter-spacing: 0.02em;
    font-weight: 600;
    text-transform: none;
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    margin-bottom: 18px; }
  #tab-custom-panel ul,
  #tab-videos-panel ul {
    margin-left: 27px;
    padding-top: 3px;
    padding-bottom: 2px; }
  #tab-custom-panel ol,
  #tab-videos-panel ol {
    margin-left: 27px;
    padding-top: 3px;
    padding-bottom: 2px; }
  #tab-custom-panel ul li,
  #tab-videos-panel ul li {
    line-height: 25px;
    padding-left: 10px; }
  #tab-custom-panel ol li,
  #tab-videos-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.41667rem 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 {
  margin-top: 110px; }

#relatedProducts,
#similarByViews {
  border-top: 1px solid #e5e5e5;
  margin-top: 10px; }
  #relatedProducts h3,
  #similarByViews h3 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-top: 38px;
    text-transform: capitalize; }
  #relatedProducts .productCarousel,
  #similarByViews .productCarousel {
    margin-bottom: 18px;
    margin-top: 68px; }
    @media (max-width: 1024px) {
      #relatedProducts .productCarousel,
      #similarByViews .productCarousel {
        margin-bottom: 25px; } }
  #relatedProducts .owl-nav,
  #similarByViews .owl-nav {
    position: absolute;
    top: -95px;
    right: 0px;
    display: flex;
    border: 2px solid #000;
    -moz-box-shadow: 0px 2px 0px 0px #f2f2f2;
    -webkit-box-shadow: 0px 2px 0px 0px #f2f2f2;
    box-shadow: 0px 2px 0px 0px #f2f2f2; }
    #relatedProducts .owl-nav > div,
    #similarByViews .owl-nav > div {
      position: static;
      transform: none;
      border: 0;
      width: 33px;
      height: 31px;
      border-radius: 0;
      opacity: 1; }
      #relatedProducts .owl-nav > div.owl-next,
      #similarByViews .owl-nav > div.owl-next {
        border-left: 2px solid #000;
        margin-left: -2px; }
        #relatedProducts .owl-nav > div.owl-next::before,
        #similarByViews .owl-nav > div.owl-next::before {
          font-size: 14px;
          content: "\f054";
          top: 1px; }
      #relatedProducts .owl-nav > div.owl-prev::before,
      #similarByViews .owl-nav > div.owl-prev::before {
        content: "\f053";
        font-size: 14px;
        top: 1px; }

#mayAlsoLike {
  border-top: 1px solid #e5e5e5;
  margin-top: 40px; }
  #mayAlsoLike h3 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-top: 38px;
    text-transform: capitalize; }
  #mayAlsoLike .productCarousel {
    margin-bottom: 18px;
    margin-top: 68px; }
    @media (max-width: 1024px) {
      #mayAlsoLike .productCarousel {
        margin-bottom: 25px; } }
  #mayAlsoLike .owl-nav {
    position: absolute;
    top: -95px;
    right: 0px;
    display: flex;
    border: 2px solid #000;
    -moz-box-shadow: 0px 2px 0px 0px #f2f2f2;
    -webkit-box-shadow: 0px 2px 0px 0px #f2f2f2;
    box-shadow: 0px 2px 0px 0px #f2f2f2; }
    #mayAlsoLike .owl-nav > div {
      position: static;
      transform: none;
      border: 0;
      width: 33px;
      height: 31px;
      border-radius: 0;
      opacity: 1; }
      #mayAlsoLike .owl-nav > div.owl-next {
        border-left: 2px solid #000;
        margin-left: -2px; }
        #mayAlsoLike .owl-nav > div.owl-next::before {
          font-size: 14px;
          content: "\f054";
          top: 1px; }
      #mayAlsoLike .owl-nav > div.owl-prev::before {
        content: "\f053";
        font-size: 14px;
        top: 1px; }

.productReviews h5.productReview-title {
  font-family: "DM Sans", 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: 670px;
  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: "DM Sans", 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: "DM Sans", Arial, Helvetica, sans-serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 700; }
  .product_detail_custom_text a {
    display: inline;
    vertical-align: middle;
    font-family: "DM Sans", Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 1rem;
    margin-left: 9px;
    border-bottom: 1px dotted #000;
    text-transform: none; }
    .product_detail_custom_text a:hover {
      border-bottom-color: black; }

@media (max-width: 1024px) {
  .productViewBottom {
    padding-bottom: 30px; } }

.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: 238px; }
  @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;
  -ms-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 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.jstree-default .jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default .jstree-wholerow-clicked {
  background: #beebff;
  background: -webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  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 */
body {
  font-family: "DM Sans", sans-serif; }

body.is-sticky header.header .navPages .navPages-action .menu-label {
  display: none; }

@media (min-width: 1200px) {
  body.is-sticky .search-toggle,
  body.is-sticky .header-right > .right-bottom #top-cart {
    margin-top: -1px; } }

@media (min-width: 1025px) and (max-width: 1199px) {
  body.is-sticky .search-toggle,
  body.is-sticky .header-right > .right-bottom #top-cart {
    margin-top: -3px; } }

@media (max-width: 1449px) and (min-width: 1025px) {
  body.is-sticky .search-toggle,
  body.is-sticky .header-right > .right-bottom #top-cart {
    height: 51px; }
  body.is-sticky header.header {
    position: fixed;
    top: 35px;
    left: 0;
    right: 0;
    z-index: 10000;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    padding: 0; } }
  @media only screen and (max-width: 1449px) and (min-width: 1025px) and (max-width: 856px) {
    body.is-sticky header.header {
      top: 54px; } }
  @media only screen and (max-width: 1449px) and (min-width: 1025px) and (max-width: 551px) {
    body.is-sticky header.header {
      top: 0; } }
  @media (max-width: 1449px) and (min-width: 1025px) and (max-width: 1449px) and (min-width: 1025px) {
    body.is-sticky header.header .header-left {
      display: none; }
    body.is-sticky header.header .header-bottom {
      display: none; }
    body.is-sticky header.header .header-right {
      padding: 0;
      width: auto;
      right: 0;
      position: absolute;
      bottom: 0;
      top: 0;
      max-height: 54px; }
      body.is-sticky header.header .header-right .right-bottom {
        padding: 0;
        height: 100%; } }
    @media (max-width: 1449px) and (min-width: 1025px) and (max-width: 1449px) and (min-width: 1025px) and (max-width: 1449px) and (min-width: 1025px) {
      body.is-sticky header.header .header-right .right-bottom .search-toggle.is-open {
        top: 15px; }
      body.is-sticky header.header .header-right .right-bottom > div:not(.top-cart) {
        display: none; } }

@media (max-width: 1449px) and (min-width: 1025px) {
  body.is-sticky #menu.navPages-container {
    background: white;
    box-shadow: 0 4px 35px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 4px 35px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 4px 35px rgba(0, 0, 0, 0.1); }
    body.is-sticky #menu.navPages-container nav ul.navPages-list > li > a.has-subMenu::after {
      color: black; } }
  @media (max-width: 1449px) and (min-width: 1025px) and (max-width: 1449px) and (min-width: 1199px) {
    body.is-sticky #menu.navPages-container nav ul.navPages-list > li > a.has-subMenu::after {
      right: -1px; } }
  @media (max-width: 1449px) and (min-width: 1025px) and (max-width: 1449px) and (min-width: 1025px) {
    body.is-sticky #menu.navPages-container > .container {
      max-width: calc(100% - 200px); } }

@media (max-width: 1449px) and (min-width: 1025px) {
  body.is-sticky .sticky-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    margin: 0 20px;
    height: 52px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center; }
    body.is-sticky .sticky-logo img {
      height: 20px;
      padding: 3px;
      width: auto; } }

@media (max-width: 1449px) and (min-width: 1025px) and (max-width: 1449px) and (min-width: 1025px) {
  body.is-sticky .top-cart {
    padding: 0 10px !important;
    height: 100%; }
    body.is-sticky .top-cart > a {
      color: black;
      height: 100%;
      padding-right: 15px;
      justify-content: center; }
      body.is-sticky .top-cart > a span.cart-quantity {
        top: 10px !important;
        right: 0 !important;
        margin-top: 10px !important;
        margin-left: 13px !important; }
      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 (max-width: 1024px) {
  body.is-sticky .body {
    margin-top: 0 !important; } }

.slides-logo-carousel .slick-dots {
  position: relative !important;
  margin-top: 15px !important;
  margin-bottom: 25px !important;
  bottom: 0 !important; }

/*Halo Advanced Image Swap*/
.prod-item [data-product-option-change] > div[data-product-attribute="swatch"] {
  text-align: center;
  margin-bottom: 10px; }
  .prod-item [data-product-option-change] > div[data-product-attribute="swatch"] .form-option {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 2.5px 0 2.5px;
    -moz-box-shadow: 0px 0px 1px 0px #838383;
    -webkit-box-shadow: 0px 0px 1px 0px #838383;
    box-shadow: 0px 0px 1px 0px #838383;
    border: 0; }
    .prod-item [data-product-option-change] > div[data-product-attribute="swatch"] .form-option > span {
      z-index: 0; }
    .prod-item [data-product-option-change] > div[data-product-attribute="swatch"] .form-option > span[title="white"] {
      border: 1px solid #000000; }

@media (min-width: 768px) {
  .page-type-product .page-content {
    width: 100%; } }

.halo-sub-categories {
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px; }
  .halo-sub-categories .subCategories-heading {
    font-size: 15px;
    letter-spacing: 0.05em;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0 0 20px; }
  .halo-sub-categories .sub-cate-col {
    margin: 0;
    font-size: 0;
    list-style: none;
    text-align: left;
    display: block;
    white-space: nowrap;
    overflow-y: auto;
    padding-bottom: 2px; }
    .halo-sub-categories .sub-cate-col .sub-cate-item {
      padding: 0 15px;
      display: inline-block; }
      .halo-sub-categories .sub-cate-col .sub-cate-item .sub-cate-tab {
        display: table;
        font-size: 0;
        min-width: 200px; }
        .halo-sub-categories .sub-cate-col .sub-cate-item .sub-cate-tab .sub-cate-img {
          width: 60px;
          display: table-cell;
          vertical-align: middle; }
          .halo-sub-categories .sub-cate-col .sub-cate-item .sub-cate-tab .sub-cate-img > a {
            display: block;
            position: relative;
            border-radius: 50%;
            overflow: hidden; }
            .halo-sub-categories .sub-cate-col .sub-cate-item .sub-cate-tab .sub-cate-img > a > img {
              top: 50%;
              left: 50%;
              border-radius: 50%;
              width: auto;
              height: 100%;
              position: absolute;
              -webkit-transform: translate(-50%, -50%);
              -moz-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
              -o-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
            .halo-sub-categories .sub-cate-col .sub-cate-item .sub-cate-tab .sub-cate-img > a:after {
              content: "";
              display: block;
              height: 0;
              width: 100%;
              padding-bottom: 100%; }
        .halo-sub-categories .sub-cate-col .sub-cate-item .sub-cate-tab .sub-cate-content {
          display: table-cell;
          vertical-align: middle;
          font-size: 1rem;
          padding-left: 15px; }
          .halo-sub-categories .sub-cate-col .sub-cate-item .sub-cate-tab .sub-cate-content .sub-cat-name {
            font-weight: 500;
            margin-bottom: 5px;
            display: block; }
          .halo-sub-categories .sub-cate-col .sub-cate-item .sub-cate-tab .sub-cate-content .sub-cate-count {
            width: 100%;
            color: #8c8c8c;
            display: block; }
  @media (min-width: 1025px) {
    .halo-sub-categories .sub-cate-col {
      margin: 0 -15px;
      padding-bottom: 0;
      white-space: normal;
      overflow: visible; }
      .halo-sub-categories .sub-cate-col .sub-cate-item {
        width: 25%; }
        .halo-sub-categories .sub-cate-col .sub-cate-item .sub-cate-tab {
          width: auto;
          min-width: 0; }
          .halo-sub-categories .sub-cate-col .sub-cate-item .sub-cate-tab .sub-cate-img {
            width: 80px; } }

.page-type-product .prod-item .prod-image .actions > a.btnATC {
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

#form-action-addToCart {
  font-weight: bold; }

@media (min-width: 1200px) {
  .pp-not-sidebar .page-content .productView .productViewTop {
    justify-content: space-between; }
    .pp-not-sidebar .page-content .productView .productViewTop .productView-images {
      width: 40%; }
    .pp-not-sidebar .page-content .productView .productViewTop .productView-details {
      width: 50%; }
      .pp-not-sidebar .page-content .productView .productViewTop .productView-details #form-action-addToCart {
        max-width: -moz-calc(100% - 160px);
        max-width: -webkit-calc(100% - 160px);
        max-width: calc(100% - 160px); } }

.page-content .productView .productViewTop .productView-details .addthis_inline_share_toolbox {
  margin-left: -7px; }

.productView-reviewLink.productView-write {
  vertical-align: top; }

.page-content .productView .productViewTop .productView-images .photos-videos > a {
  border: 1px solid #e5e5e5; }
  .page-content .productView .productViewTop .productView-images .photos-videos > a:nth-child(1) {
    border-right-color: transparent; }

@media (min-width: 992px) {
  .questions-about-section {
    flex-basis: 50%; } }

@media (max-width: 991px) {
  .questions-about-section {
    order: 4;
    margin-top: 40px; }
    .questions-about-section h3 {
      font-size: 1.5rem; } }

#instafeed .feed-item img.lazyload,
#instafeed .feed-item img.lazyloading {
  display: block;
  margin: 0 auto; }

.industry-main-menu {
  display: none; }
  .industry-main-menu.selected-industry {
    display: block; }

.header-left .navUser > ul > li > a:hover,
.header-right .navUser > ul > li > a:hover {
  text-decoration: none !important; }

.header-right > .right-bottom #top-cart > a:hover {
  text-decoration: none !important; }

.industry-selection {
  position: relative;
  height: 55px;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  padding: 5px 15px 5px 15px;
  border-right: 1px solid #eaeaea;
  flex-direction: column;
  justify-content: center; }
  @media (max-width: 350px) {
    .industry-selection {
      left: 35px;
      border-right: unset; } }
  .industry-selection > a:hover {
    text-decoration: none !important; }
  @media (max-width: 480px) {
    .industry-selection > a {
      font-size: 9px !important; } }
  .industry-selection .industry-menu {
    position: absolute;
    z-index: 102;
    top: 100%;
    left: 0;
    display: none;
    min-width: 150px;
    background-color: #fafafa;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); }
  .industry-selection .industry-list {
    list-style: none;
    margin: 0; }
    @media (max-width: 480px) {
      .industry-selection .industry-list li:nth-child(2) {
        position: relative;
        top: 0;
        right: 0;
        padding: 0; } }
    .industry-selection .industry-list li:hover {
      cursor: pointer;
      background-color: #f0f0f0; }
    .industry-selection .industry-list li:not(:last-child) {
      border-bottom: 1px solid #eaeaea; }
    .industry-selection .industry-list li a {
      position: relative;
      display: block;
      padding: 12px 20px 13px;
      color: black;
      margin: 0; }
  .industry-selection:hover .industry-menu {
    display: block; }

@media (max-width: 350px) {
  .shop-by-brand a {
    position: relative;
    left: 30px; } }

.search-icon-mobile.hidden-desktop {
  display: none !important; }

@media (max-width: 1024px) {
  .header-left .navUser ul > li > a {
    display: block;
    padding: 17.5px 10px; }
  .header-center {
    width: 100%; }
  .search-icon-mobile.hidden-desktop {
    display: none;
    top: -36px !important; }
  body .header-sct-top {
    padding: 1rem !important; }
    body .header-sct-top .header-logo img {
      height: 30px !important; }
  body.is-sticky .header-sct-top {
    padding: 1rem !important;
    background-color: #f7f8f9; }
    body.is-sticky .header-sct-top .sticky-logo {
      display: inline-block; }
    body.is-sticky .header-sct-top .header-search {
      width: auto;
      margin-right: 0px;
      z-index: 11; } }

@media only screen and (max-width: 425px) {
  .search-icon-mobile.hidden-desktop {
    left: calc(100% - 150px) !important; } }

@media only screen and (max-width: 380px) {
  .search-icon-mobile.hidden-desktop {
    top: -38px !important; } }

@media only screen and (max-width: 370px) {
  .search-icon-mobile.hidden-desktop {
    /*left : 48.4375vw !important;*/ } }

@media (min-width: 769px) {
  .header-left .quickSearch {
    display: none !important; }
  .custom-mobile-logo {
    display: none; } }

@media (max-width: 769px) {
  /*.header .header-left {
    width : calc(100% - 170px) !important;
  }

  .header-right {
    width : 100px !important;
  }
*/
  .header-right .navUser > ul > li#mobileAccountSidebar a {
    font-size: 20px;
    height: 30px;
    display: inline-block; }
  .custom-mobile-logo {
    position: absolute;
    top: 0px;
    z-index: 101;
    padding: 10px 0px;
    width: fit-content;
    left: 50%;
    transform: translateX(-50%);
    transition: top 0.3s; }
    .custom-mobile-logo img {
      width: auto;
      height: 30px; }
  body.is-sticky .custom-mobile-logo {
    position: fixed; }
  .industry-selection .industry-menu {
    left: 0 !important;
    right: 0; }
  .quickSearch form.form .form-title {
    display: none; }
  .quickSearch > form {
    height: auto; }
  .quickSearch > form .form-field {
    padding: 0px;
    height: fit-content; }
  .quickSearch > form .form-field .form-input {
    height: 55px; }
  .quickSearch.is-open {
    flex-direction: column; }
  .quickSearchResultsWrap {
    width: 100% !important; }
    .quickSearchResultsWrap .quickSearchResults {
      max-height: 40vh;
      overflow-y: scroll; }
    .quickSearchResultsWrap .productGrid {
      padding: 0px 30px;
      padding-bottom: 30px; } }

@media (max-width: 768px) {
  .search-icon-mobile.hidden-desktop {
    display: flex;
    align-items: center;
    justify-content: center;
    top: -55px !important;
    left: 46px !important; } }

@media (min-width: 600px) and (max-width: 769px) {
  /*  .header .header-left {
    width : calc(100% - 185px) !important;
  }

  .header-right {
    width : 120px !important;
  }*/ }

@media (max-width: 600px) {
  .heroCarousel .heroCarousel-content .heroCarousel-content-inner .heroCarousel-action {
    width: auto; }
  /*
  .custom-mobile-logo {
    position   : relative;
    left       : unset;
    transform  : unset;
    width      : auto;
    text-align : center;
  }
*/
  body.is-sticky {
    /*
    .custom-mobile-logo {
      position         : relative;
      left             : unset;
      transform        : unset;
      width            : auto;
      text-align       : center;
      //background-color : #F7F8F9;
      background-color : #FFFFFF;
    }

    .header-top {
      top : -1px;
    }
    */ } }

@media (max-width: 425px) {
  .header-left .navUser {
    display: none; } }

.owl-carousel .owl-item img {
  width: 100%; }

/* Footer */
.footer-copyright a {
  color: #7e7e7e !important; }
  .footer-copyright a:hover {
    color: #464646 !important;
    border-bottom: 1px dotted; }

.newsletter-section {
  background-color: #f7f7f7; }
  .newsletter-section .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1355px;
    padding: 60px 20px; }
    @media (max-width: 1050px) {
      .newsletter-section .container {
        flex-wrap: wrap; } }
    .newsletter-section .container .newsletter-section-text-content {
      width: 40%; }
      @media (max-width: 1050px) {
        .newsletter-section .container .newsletter-section-text-content {
          width: 100%; } }
      .newsletter-section .container .newsletter-section-text-content h3 {
        font-size: 25px;
        font-weight: 700;
        letter-spacing: 0;
        margin-bottom: 1.6rem; }
      .newsletter-section .container .newsletter-section-text-content p {
        font-size: 18px;
        line-height: normal; }
    .newsletter-section .container .newsletter-section-form {
      width: 60%; }
      @media (max-width: 1050px) {
        .newsletter-section .container .newsletter-section-form {
          margin-top: 20px;
          width: 100%; } }

.btn-footer {
  border: none;
  border-radius: 6px;
  background: #7e7e7e;
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  padding: 19px 12px; }
  .btn-footer:hover, .btn-footer:active {
    background: #7e7e7e;
    color: #ffffff; }

/************************
* Request a Quote Styles
*************************/
.requestQuote--container .modal-body {
  max-height: none !important; }

.requestQuote--container .previewCart .productView {
  width: calc(100% - 270px);
  padding-right: 50px;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: stretch; }

.requestQuote--container ul {
  display: block;
  width: 100%; }
  .requestQuote--container ul li {
    font-size: 16px;
    list-style: none;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    border-bottom: 0.5px solid #e6e6e6;
    padding: 5px; }
    .requestQuote--container ul li h3 {
      font-size: 18px;
      font-weight: 600; }
    .requestQuote--container ul li span {
      font-weight: 400; }

.request-quote--Section {
  width: 50%;
  float: left; }
  .request-quote--Section small {
    font-size: 10px;
    letter-spacing: 0.5px;
    font-weight: 500;
    font-family: "DM Sans", sans-serif; }
  .request-quote--Section.hidden {
    display: none; }
  .request-quote--Section #form-action-requestAQuote {
    background: url(../img/form-button-1.svg) no-repeat 0px 3px transparent scroll;
    margin-right: 10px;
    color: #ffffff;
    font-size: 0;
    transition: 0.2s ease all;
    padding: 5px 12px 10px 12px !important;
    width: 242px;
    height: 80px;
    display: inline-block; }
    .request-quote--Section #form-action-requestAQuote.floating {
      position: fixed;
      bottom: 10px;
      left: 50px;
      z-index: 99; }
    .request-quote--Section #form-action-requestAQuote:hover {
      background: url(../img/form-button-3.svg) no-repeat 0px 3px transparent scroll;
      margin-right: 10px;
      color: #ffffff;
      font-size: 0;
      transition: 0.3s ease all;
      padding: 5px 12px 10px 12px !important;
      width: 242px;
      height: 80px;
      display: inline-block; }
    .request-quote--Section #form-action-requestAQuote span {
      font-weight: 700;
      color: #ffffff;
      font-size: 14px; }

#previewModal--RQ {
  border-radius: 8px; }
  #previewModal--RQ .modal-content {
    border-radius: 8px; }
  #previewModal--RQ .modal-header {
    justify-content: center;
    background: #ed632a; }
    #previewModal--RQ .modal-header .modal-header-title {
      font-size: 24px;
      text-align: center;
      color: #ffffff;
      font-weight: 700; }
  #previewModal--RQ .modal-body {
    padding: 20px; }
    #previewModal--RQ .modal-body > span {
      text-align: center;
      display: block;
      letter-spacing: 0.5px; }
  #previewModal--RQ #submit-request {
    color: #ffffff;
    font-weight: 700;
    font-size: 15px;
    border-radius: 0; }

#shipping-estimator--Section {
  display: block;
  width: 60%;
  height: auto;
  margin: 0 0 0 auto; }

#shipping-cost--Title,
#shipping-cost--Value {
  display: none; }

#previewModal--RQ {
  overflow-y: auto; }
  #previewModal--RQ .modal-body {
    overflow: unset; }

@media (max-width: 500px) {
  .newsletter-popup-inner {
    flex-direction: column; }
  #popupSubcribeForm > form .form-field .form-wrap {
    position: relative; }
  #popupSubcribeForm .btn-subcribe svg {
    vertical-align: unset; }
  #popupSubcribeForm input[type="text"],
  #popupSubcribeForm input[type="email"] {
    width: 100%; }
  .request-quote--Section {
    text-align: center;
    width: 100%; }
    .request-quote--Section #form-action-requestAQuote {
      display: block;
      margin: 0 auto; }
  .request-quote--Section #form-action-requestAQuote.floating {
    left: 50%;
    transform: translateX(-50%); }
  #shipping-estimator--Section {
    width: 100%; } }

#hide-newsletter {
  margin-top: 0px;
  margin-right: 5px; }
  #hide-newsletter + label {
    margin-top: 0px;
    margin-bottom: 0px; }

main.page-content ul.productGrid li.product a.quickview,
main.page-content ul.productGrid li.product a.card-figcaption-button {
  text-transform: capitalize;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.7); }
  main.page-content ul.productGrid li.product a.quickview:hover,
  main.page-content ul.productGrid li.product a.card-figcaption-button:hover {
    text-decoration: none; }

#tab-specs-panel tbody {
  background: #fafafa;
  border: 0px !important; }
  #tab-specs-panel tbody tr td {
    border: 3px solid white; }
  #tab-specs-panel tbody tr:nth-child(odd) td {
    background: #efefef; }
  #tab-specs-panel tbody tr:first-child td {
    font-weight: normal !important; }

.pdpBrandBio {
  margin-top: 30px; }

.productView--quickView .wishlist-btn-container .wishlist-btn {
  display: none; }

.productView--quickView .productView-options .qty-add-wrap .form-field--increments {
  width: 100%; }

.productView--quickView #form-action-addToCart {
  width: 178px !important; }

.productView--quickView [data-wishlist-add] > button {
  float: left;
  position: relative;
  width: 100%;
  text-align: left;
  margin-bottom: 20px; }
  .productView--quickView [data-wishlist-add] > button .fa {
    display: none; }
  .productView--quickView [data-wishlist-add] > button span {
    font-size: 20px;
    margin: 0; }

.css-1k0woj .css-1yqumcf .css-1lxqylt {
  width: 80%;
  height: 80%; }

@media screen and (min-width: 600px) {
  .newsletter-mob-logo {
    display: none; } }

@media (max-width: 551px) {
  #specs table {
    max-width: 100%;
    font-size: 12px; }
    #specs table td {
      vertical-align: top; }
  .custom-mobile-logo {
    padding-bottom: 0;
    padding-top: 4px;
    height: 60px;
    top: 6px;
    /*
    img {
      height : 47px;
    }*/ }
  .add-to-cart-sticky h4 {
    margin-top: 0; }
  .add-to-cart-sticky .form-field--increments button {
    height: 30px;
    width: 30px; }
  .add-to-cart-sticky .form-input--incrementTotal {
    height: 30px; }
  .heroCarousel .heroCarousel-image-wrap .heroCarousel-image {
    height: auto; }
  .heroCarousel-content {
    margin-top: -25px;
    padding-left: 15px; }
  .heroCarousel.custom-carousel {
    max-height: 230px; }
  #cart-preview-dropdown {
    padding-bottom: 15px; }
  #previewModal--RQ .modal-footer {
    justify-content: center; }
  #top-page-promotion {
    display: none !important; }
  #top-page-promotion .container-fluid p:after {
    display: none;
    top: 26px !important; } }

.css-1lxqylt {
  width: 70% !important;
  height: 70% !important; }

.css-1wn6xct {
  margin-top: -35px !important; }

.sd-product-set__arrow--left,
.sd-product-set__arrow--right {
  opacity: 0.5; }

.heroCarousel-slide {
  cursor: pointer; }

@media (min-width: 801px) {
  .elfsight-app-1376ebd4-65d8-4959-b917-0d9831481f46 .eacc-widget-container.product-page .eacc-item-container {
    width: 70%;
    margin: 0 auto; } }

@media (min-width: 801px) {
  .navPages-container li.hasMegamenu > .subMegaMenu .cateArea ul li > a > span {
    border-bottom: 1px solid transparent; }
  .navPages-container li.hasMegamenu > .subMegaMenu .cateArea.halo-sub-area > ul {
    column-count: 4; }
    .navPages-container li.hasMegamenu > .subMegaMenu .cateArea.halo-sub-area > ul > li {
      float: none;
      width: 100%;
      display: inline-block; }
  .navPages-container li.hasMegamenu > .subMegaMenu .cateArea.halo-sub-area > ul > li > a {
    margin-top: 10px;
    display: flex;
    align-items: center; }
  .navPages-container li.hasMegamenu > .subMegaMenu .cateArea > ul li > a {
    padding-top: 3px;
    padding-bottom: 3px; }
  .navPage-childList {
    padding-bottom: 0 !important; } }

b.selected-industry-label {
  display: inline-block;
  width: 120px; }

@media only screen and (max-width: 800px) {
  [data-sub-layout="8ec124c6-4347-47de-85c7-f5dbefd1fd5b"] {
    margin-bottom: 60px; }
    [data-sub-layout="8ec124c6-4347-47de-85c7-f5dbefd1fd5b"] p {
      font-size: 28px !important; }
  .sd-simple-text-8a808f1c-dbaa-4776-b5ac-ff839870e3c4 * {
    font-size: 28px !important; }
  .css-1wn6xct {
    font-size: 13px;
    font-weight: 500;
    line-height: 21px;
    text-transform: uppercase;
    color: #444444;
    margin-top: 16px;
    display: block;
    width: 100%;
    text-align: center;
    min-height: 50px; }
  .heroCarousel .heroCarousel-image-wrap .heroCarousel-image {
    top: 0; }
  .carousel-banner-container {
    min-height: 394px; }
  .lazyload {
    width: 10px; }
  .heroCarousel .heroCarousel-image-wrap {
    background-color: transparent !important; } }

@media only screen and (max-width: 376px) {
  .carousel-banner-container {
    min-height: 354px; }
  .heroCarousel .heroCarousel-image-wrap .heroCarousel-image {
    max-height: 165px; }
  .heroCarousel .heroCarousel-image-wrap {
    background-color: transparent !important; }
  .heroCarousel.custom-carousel {
    max-height: 165px; } }

.blog-posts-heading {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #333333;
  font-weight: 500;
  font-size: 28px;
  min-height: 38px;
  line-height: 1;
  text-align: left;
  margin-bottom: 35px;
  padding: 0 2vw;
  letter-spacing: 0; }
  @media only screen and (min-width: 1610px) {
    .blog-posts-heading {
      padding: 0 35px; } }
  .blog-posts-heading a {
    color: #333;
    text-align: center;
    font-family: "DM Sans";
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    text-decoration: underline; }

.card-figure {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 252px; }

.card-image {
  max-height: 245px; }

.card-title {
  height: 80px; }
  @media only screen and (max-width: 1024px) {
    .card-title {
      height: 65px; } }
  @media only screen and (max-width: 900px) {
    .card-title {
      height: 75px; } }
  @media only screen and (max-width: 767px) {
    .card-title {
      height: 125px; } }
  @media only screen and (max-width: 600px) {
    .card-title {
      height: 115px; } }
  @media only screen and (max-width: 500px) {
    .card-title {
      height: 115px; } }
  @media only screen and (max-width: 480px) {
    .card-title {
      height: 70px; } }
  @media only screen and (max-width: 350px) {
    .card-title {
      height: 90px; } }

[data-test-info-type="price"] {
  height: 42px; }

/* Contact Us Page */
@media (min-width: 768px) {
  .page-type-page_contact_form .body .container_page .container {
    max-width: 1020px; } }

@media (max-width: 767px) {
  .page-type-page_contact_form .body .container_page .container .page-content .row {
    flex-direction: column-reverse !important; } }

.page-type-page_contact_form .body .container_page .container .content {
  font-family: "DM Sans", sans-serif;
  letter-spacing: 0.05em;
  font-size: 1rem; }
  .page-type-page_contact_form .body .container_page .container .content .form {
    margin-top: 30px; }
    .page-type-page_contact_form .body .container_page .container .content .form .form-row {
      margin: 0; }
      .page-type-page_contact_form .body .container_page .container .content .form .form-row .form-field {
        padding: 0; }

.page-type-page_contact_form .body .container_page .container .rep-info-block {
  margin-right: 0; }

.page-type-page_contact_form .body .container_page .container .contactus-googlemap {
  margin-top: 25px; }

/* Contact Us Page - END */
/* Cart Page */
[data-cart-totals] {
  display: flex;
  justify-content: flex-end; }
  @media only screen and (max-width: 899px) {
    [data-cart-totals] {
      flex-direction: column; }
      [data-cart-totals] .cart-totals {
        width: 100% !important; }
      [data-cart-totals] [data-content-region="sales-rep-widget--global"] {
        order: 4; }
      [data-cart-totals] .rep-info-block {
        margin-top: 40px;
        text-align: left; }
      [data-cart-totals] .cart-actions {
        float: none;
        margin: 0 auto; } }
  @media only screen and (min-width: 900px) {
    [data-cart-totals] {
      flex-wrap: wrap; }
      [data-cart-totals] .cart-totals {
        width: 50% !important; }
      [data-cart-totals] [data-content-region="sales-rep-widget--global"] {
        width: 50%; }
      [data-cart-totals] .cart-actions-container {
        width: 100%; } }

.cart-actions-container .cart-actions .btn {
  float: right; }

.tax-exemption-text {
  width: 50%;
  margin-top: 20px; }
  @media only screen and (max-width: 899px) {
    .tax-exemption-text {
      width: 100%; } }

/* Cart Page - END */
body.hasAdminBar .header {
  padding: 0px !important; }

.card-img-container > a {
  position: relative; }

.previewCart .productView-info-name,
.previewCart .productView-info-value {
  font-size: 1rem; }

.header-sct-top {
  padding: 0.3rem 0 !important;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #f2f2f2; }
  .header-sct-top .navPages {
    width: 100%; }
    .header-sct-top .navPages .navPages-list li a {
      margin: 13px 16px; }
  .header-sct-top .focused-header {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    min-width: 15%; }
  .header-sct-top .header-logo {
    margin: 0 0 0 20px; }
    .header-sct-top .header-logo img {
      width: auto;
      height: 80px; }
  .header-sct-top .sticky-logo {
    position: relative !important; }
    .header-sct-top .sticky-logo img {
      height: 30px !important;
      padding: 0 !important; }

.header-top .header-search {
  width: 100%;
  position: relative;
  right: 0;
  min-width: 240px;
  z-index: 11; }
  .header-top .header-search .form {
    margin-bottom: 0; }
    .header-top .header-search .form .form-field {
      margin-bottom: 0;
      width: 100% !important; }
      .header-top .header-search .form .form-field input {
        text-indent: 30px; }
      .header-top .header-search .form .form-field button {
        position: absolute;
        width: 10px;
        font-size: 12px;
        margin-top: 0px;
        margin-left: 5px;
        padding-right: 20px;
        right: 15px;
        left: auto;
        top: 50%;
        transform: translateY(-50%);
        border: none;
        outline: none;
        text-decoration: none;
        color: inherit;
        -webkit-tap-highlight-color: white; }
        .header-top .header-search .form .form-field button svg {
          width: 20px;
          height: 20px; }
  .header-top .header-search .quickSearchResultsWrap {
    position: absolute;
    z-index: 9999;
    right: 10px; }
    .header-top .header-search .quickSearchResultsWrap .quickSearchResults {
      padding: 10px; }
      .header-top .header-search .quickSearchResultsWrap .quickSearchResults .alert .quickSearchMessage {
        margin: 0;
        font-size: 15px; }
  .header-top .header-search #search_query.form-input {
    min-width: 100%;
    width: 240px !important;
    height: 64px !important;
    font-size: 16px; }

.header .navPages-container {
  position: relative;
  z-index: 1; }

.is-sticky .header-sct-top {
  padding: 0 !important; }
  .is-sticky .header-sct-top .header-search {
    margin-right: 170px;
    min-width: 260px; }

.modal {
  left: 50% !important;
  width: 93% !important;
  height: auto !important;
  max-width: 1000px; }

#top-page-promotion:hover .container-fluid p:after {
  color: white; }

#top-page-promotion .container-fluid a {
  text-transform: none !important;
  text-decoration: underline; }

#top-page-promotion .container-fluid p {
  font-size: 20px; }
  @media only screen and (max-width: 1135px) {
    #top-page-promotion .container-fluid p {
      font-size: 15px; } }

.carousel-banner-container {
  display: flex; }
  @media only screen and (max-width: 551px) {
    .carousel-banner-container {
      flex-direction: column-reverse; } }
  .carousel-banner-container .heroCarouselBanner {
    width: 75% !important; }
    @media only screen and (max-width: 551px) {
      .carousel-banner-container .heroCarouselBanner {
        width: 100% !important; } }
  .carousel-banner-container .banner-right-side {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start; }
    @media only screen and (max-width: 551px) {
      .carousel-banner-container .banner-right-side {
        flex-direction: row;
        margin-bottom: unset;
        width: 100%; } }
    .carousel-banner-container .banner-right-side .right-side {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      height: 16.05vw;
      background-color: #efefef; }
      @media only screen and (max-width: 661px) {
        .carousel-banner-container .banner-right-side .right-side {
          height: 37.5%; } }
      @media only screen and (max-width: 600px) {
        .carousel-banner-container .banner-right-side .right-side {
          height: 36.5%; } }
      .carousel-banner-container .banner-right-side .right-side a {
        width: 100%;
        height: 100%; }
        .carousel-banner-container .banner-right-side .right-side a .right-side-img {
          width: 100%;
          height: 100%; }

@media only screen and (min-width: 988px) {
  .sd-simple-text-8a808f1c-dbaa-4776-b5ac-ff839870e3c4 {
    margin-top: -40px !important; } }

.heroCarousel .heroCarousel-content {
  left: 50%;
  text-align: left;
  max-width: unset;
  height: 100%;
  display: flex; }
  @media (min-width: 767.98px) and (max-width: 1024px) {
    .heroCarousel .heroCarousel-content {
      left: 55%; } }
  @media (min-width: 1025px) and (max-width: 1366px) {
    .heroCarousel .heroCarousel-content {
      left: 50%; } }
  @media (min-width: 1367px) and (max-width: 1919px) {
    .heroCarousel .heroCarousel-content {
      left: 50%; } }
  .heroCarousel .heroCarousel-content h3 {
    font-size: 42px; }
  .heroCarousel .heroCarousel-content .heroCarousel-content-inner {
    width: 50%;
    height: 50%;
    display: flex;
    align-items: center; }
    .heroCarousel .heroCarousel-content .heroCarousel-content-inner .heroCarousel-action {
      margin: 0; }
  .heroCarousel .heroCarousel-content.top_left {
    align-items: flex-start;
    justify-content: flex-start; }
  .heroCarousel .heroCarousel-content.top_right {
    align-items: flex-start;
    justify-content: flex-end; }
  .heroCarousel .heroCarousel-content.top_center {
    align-items: flex-start;
    justify-content: center; }
  .heroCarousel .heroCarousel-content.bottom_left {
    align-items: flex-end;
    justify-content: flex-start; }
  .heroCarousel .heroCarousel-content.bottom_right {
    align-items: flex-end;
    justify-content: flex-end; }
  .heroCarousel .heroCarousel-content.bottom_center {
    align-items: flex-end;
    justify-content: center; }
  .heroCarousel .heroCarousel-content.center_left {
    align-items: center;
    justify-content: flex-start; }
  .heroCarousel .heroCarousel-content.center_right {
    align-items: center;
    justify-content: flex-end; }
  .heroCarousel .heroCarousel-content.center_center {
    align-items: center;
    justify-content: center; }

.heroCarousel .owl-item.active .heroCarousel-title {
  text-align: left; }

.heroCarousel .owl-item.active .heroCarousel-description {
  text-align: left;
  max-width: 400px; }
  .heroCarousel .owl-item.active .heroCarousel-description p {
    text-align: left; }

.heroCarousel .owl-item.active a {
  text-align: left; }

#homeBrands .container {
  max-width: calc(100vw - 100px); }
  @media only screen and (min-width: 900px) {
    #homeBrands .container {
      max-width: calc(100vw - 250px); } }
  @media only screen and (max-width: 1401px) {
    #homeBrands .container {
      max-width: calc(100vw - 80px); } }
  @media only screen and (min-width: 576px) {
    #homeBrands .container {
      max-width: calc(100vw - 50px); } }
  @media only screen and (max-width: 575px) {
    #homeBrands .container {
      max-width: calc(100vw - 40px); } }

#homeBrands .owl-carousel .owl-item {
  filter: grayscale(100%);
  -webkit-transition: all ease 1s;
  -moz-transition: all ease 1s;
  -ms-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s; }
  #homeBrands .owl-carousel .owl-item a {
    height: 100px; }
    #homeBrands .owl-carousel .owl-item a img {
      height: 100%;
      object-fit: contain; }
  #homeBrands .owl-carousel .owl-item:hover {
    filter: grayscale(0); }

.blog-posts-wrap .slick-next {
  right: -34px; }

.blog-posts-wrap .slick-prev {
  left: -34px; }

@media only screen and (max-width: 575px) {
  .blog-posts-wrap .slick-prev {
    left: -15px;
    top: 240px; }
  .blog-posts-wrap .slick-next {
    right: -15px;
    top: 240px; } }

@media (min-width: 411px) and (max-width: 430px) {
  .blog-posts-wrap .slick-prev {
    left: -15px;
    top: 350px; }
  .blog-posts-wrap .slick-next {
    right: -15px;
    top: 350px; } }

.blog-posts-wrap .blog-title {
  font-size: 15px;
  margin-top: 10px; }
  .blog-posts-wrap .blog-title a {
    color: #ea652a; }
    .blog-posts-wrap .blog-title a:hover {
      color: #0056b3;
      text-decoration: underline; }
    .blog-posts-wrap .blog-title a:after {
      content: "\f30b";
      font-family: "Font Awesome 5 Free";
      margin-left: 5px; }

.blog-posts-wrap .container .slick-button::before {
  font-size: 30px;
  height: 20px;
  width: 20px;
  line-height: 17px; }

.blog-title a {
  color: #ea652a; }

#home-top-categories .container,
#subcategory-slider .container {
  max-width: calc(100vw - 100px); }
  @media only screen and (min-width: 576px) {
    #home-top-categories .container,
    #subcategory-slider .container {
      max-width: calc(100vw - 76px); } }
  @media only screen and (max-width: 575px) {
    #home-top-categories .container,
    #subcategory-slider .container {
      max-width: calc(100vw - 50px); } }
  @media only screen and (max-width: 600px) {
    #home-top-categories .container,
    #subcategory-slider .container {
      position: relative;
      top: -60px; } }

#home-top-categories .banner-item,
#subcategory-slider .banner-item {
  display: contents; }
  #home-top-categories .banner-item .slick-image-container,
  #subcategory-slider .banner-item .slick-image-container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #home-top-categories .banner-item a,
  #subcategory-slider .banner-item a {
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center; }
    #home-top-categories .banner-item a img,
    #subcategory-slider .banner-item a img {
      height: 100%;
      object-fit: cover; }
      @media only screen and (max-width: 600px) {
        #home-top-categories .banner-item a img,
        #subcategory-slider .banner-item a img {
          width: 200px !important; } }
    #home-top-categories .banner-item a h3,
    #subcategory-slider .banner-item a h3 {
      position: absolute;
      bottom: 0;
      z-index: 100;
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      text-align: center; }
    #home-top-categories .banner-item a h4,
    #subcategory-slider .banner-item a h4 {
      bottom: 0;
      left: 0;
      position: absolute;
      width: 100%;
      z-index: 100; }

#home-top-categories .top-categories .slick-button::before,
#subcategory-slider .top-categories .slick-button::before {
  font-size: 30px;
  height: 25px;
  width: 25px;
  line-height: 17px; }

#home-top-categories .top-categories .slick-slide,
#subcategory-slider .top-categories .slick-slide {
  height: inherit !important;
  display: flex !important;
  justify-content: center;
  align-items: center;
  min-height: unset !important; }

#footer-wrapper {
  background: #ebebeb;
  padding: 47px 0 0 0; }
  #footer-wrapper #main-footer .footer-columns .footer-info-heading {
    color: #252525; }
  #footer-wrapper #main-footer .footer-columns .footer-info-list li a {
    color: #7e7e7e;
    font-size: 1rem;
    font-weight: 700; }
    #footer-wrapper #main-footer .footer-columns .footer-info-list li a:hover {
      color: #464646; }
  #footer-wrapper #bottom-footer {
    color: #7e7e7e;
    padding: 10px 0; }
    #footer-wrapper #bottom-footer .footer-payment-icons {
      display: none; }

.common-brand {
  text-align: center;
  background-color: #d7d7d7;
  color: #505050;
  padding: 10px 0; }
  .common-brand a,
  .common-brand a:hover {
    color: #505050; }

#footerSubcribeForm h3 {
  color: #252525;
  font-size: 1.25rem; }

#footerSubcribeForm .desNewsletter {
  display: none;
  visibility: hidden; }

#footerSubcribeForm > form {
  border: none;
  overflow: hidden; }
  #footerSubcribeForm > form .form-wrap {
    border: 1px solid #d7d7d7;
    border-radius: 5px;
    background-color: #ffffff;
    overflow: hidden; }
  #footerSubcribeForm > form input[type="email"] {
    background-color: #ffffff; }
    #footerSubcribeForm > form input[type="email"]::placeholder {
      /* Chrome, Firefox, Opera, Safari 10.1+ */
      color: #d7d7d7;
      opacity: 1;
      /* Firefox */ }
    #footerSubcribeForm > form input[type="email"]:focus {
      color: #252525; }
  #footerSubcribeForm > form .btn-subcribe {
    background: #252525;
    color: #ffffff;
    display: flex;
    align-items: center;
    text-align: center; }
    #footerSubcribeForm > form .btn-subcribe span {
      font-size: 1.85rem;
      font-weight: bold;
      white-space: nowrap;
      line-height: 1; }

.footer-columns .column-item {
  padding-bottom: 15px; }
  .footer-columns .column-item.last {
    margin-left: auto; }

#main-footer .black-icons h3 {
  text-transform: uppercase;
  color: #252525;
  font-size: 1.25rem; }

.footer-columns .column-item .social-icons li {
  margin-right: 10px; }

.footer-columns .column-item .social-icons a {
  color: #252525;
  text-align: left; }
  .footer-columns .column-item .social-icons a svg {
    width: 15px;
    height: 15px;
    fill: #252525; }

.container.wide-container {
  max-width: unset;
  padding-left: 3rem;
  padding-right: 3rem; }

.container.filter-wide-container {
  width: 100%; }

#breadcrumbs-wrapper {
  background-color: transparent;
  padding: 0; }
  #breadcrumbs-wrapper .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin: 15px auto; }

.cart-item-name {
  font-weight: bold;
  margin-bottom: 0px; }
  .cart-item-name a {
    color: #000000; }
    .cart-item-name a:hover {
      color: #000000; }

.cart-item-sku {
  font-size: 1rem; }

.cart-remove-button {
  top: unset;
  right: unset; }
  .cart-remove-button a {
    display: block;
    border: none;
    color: #7e7e7e; }
    .cart-remove-button a:hover {
      border: none;
      color: #7e7e7e; }

@media (min-width: 768px) and (max-width: 992px) {
  .cart-item-block {
    padding: 40px 10px; } }

.padded-row {
  justify-content: space-evenly; }
  .padded-row::before, .padded-row::after {
    display: none; }

.page {
  font-size: 16px; }

.badges {
  position: absolute;
  top: 15px;
  width: 100%;
  left: 10px;
  display: flex;
  flex-wrap: wrap; }

.sub-cate-item {
  margin-bottom: 15px; }

.sub-cat-name {
  font-weight: 700 !important;
  color: #333333;
  font-size: 1.25rem; }

.halo-sub-categories .sub-cate-col .sub-cate-item .sub-cate-tab .sub-cate-img > a > img {
  width: 100%;
  height: auto;
  border-radius: 0px;
  object-fit: contain;
  object-position: center center;
  top: unset;
  left: unset;
  transform: unset; }

#search-results-heading {
  display: block;
  width: 100%; }

@media (min-width: 1124px) {
  #previewModal .previewCart .productView .productView-details {
    width: calc(100% - 100px);
    padding-left: 10px; }
  #previewModal .previewCart .productView .productView-details .productView-info .productView-info-name {
    width: auto;
    margin-right: 5px; } }

@media (max-width: 1124px) {
  #previewModal .previewCart .productView {
    display: flex;
    flex-direction: column; }
    #previewModal .previewCart .productView .productView-details {
      width: 100%; }
    #previewModal .previewCart .productView .productView-details .productView-info .productView-info-name {
      width: auto;
      margin-right: 5px; }
    #previewModal .previewCart .productView .productView-image {
      margin: 0 auto; } }

@media (max-width: 1024px) {
  .header-right {
    width: 170px; }
  .is-sticky .header-right {
    width: 110px; }
  .header-right > .right-bottom {
    padding-right: 8px;
    justify-content: unset; } }

.blog-posts-wrap .blog {
  height: 100%; }
  .blog-posts-wrap .blog .blog-post-body {
    height: 100%;
    display: flex;
    flex-direction: column; }
    .blog-posts-wrap .blog .blog-post-body .blog-post {
      flex: auto;
      display: flex;
      flex-direction: column; }
      .blog-posts-wrap .blog .blog-post-body .blog-post > p {
        margin-top: auto; }

#specs ul {
  list-style: none; }

#specs table {
  margin: 0 auto; }

#specs table,
#specs th,
#specs td {
  border: 1px solid #333333;
  border-collapse: collapse; }

#specs th,
#specs td {
  padding: 5px 10px; }

.navPage-subMenu-action {
  margin-bottom: 0px !important; }

.navPage-childList-action {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

@media (max-width: 600px) {
  .productGrid .product {
    width: 50%; } }

@media (max-width: 480px) {
  .productGrid .product {
    width: 100%; } }

.quickSearchResultsWrap {
  right: 0px;
  width: 125%; }
  .quickSearchResultsWrap #autoOpt7 {
    text-align: center; }
    .quickSearchResultsWrap #autoOpt7 p {
      padding: 10px;
      margin: 0;
      color: #ea662c;
      font-size: 14px; }
      .quickSearchResultsWrap #autoOpt7 p:hover {
        color: #d15926;
        text-decoration: none; }
    .quickSearchResultsWrap #autoOpt7:hover {
      text-decoration: none; }
  .quickSearchResultsWrap .quickSearchResults:not(.hasResult) {
    display: none;
    visibility: hidden; }
  .quickSearchResultsWrap .quickSearchResults h5 {
    text-align: center;
    padding: 10px;
    margin: 0; }
  .quickSearchResultsWrap .quickSearchResults .modal-close {
    color: #666666;
    background-color: transparent;
    font-size: 30px;
    top: 0;
    right: 0; }
  .quickSearchResultsWrap .productGrid {
    display: flex;
    flex-direction: column; }
    .quickSearchResultsWrap .productGrid .card-figcaption-body {
      display: none;
      visibility: hidden; }
    .quickSearchResultsWrap .productGrid .product {
      width: 100%; }
      .quickSearchResultsWrap .productGrid .product .card {
        display: flex;
        flex-direction: row;
        margin-bottom: 0px;
        flex-wrap: nowrap;
        align-items: center; }
        .quickSearchResultsWrap .productGrid .product .card .card-figure {
          min-width: 70px;
          width: 80px; }
        .quickSearchResultsWrap .productGrid .product .card .card-body {
          padding: 10px; }
        .quickSearchResultsWrap .productGrid .product .card .card-title a {
          font-size: 12px; }

.productView-for .productView-thumbnail > a img {
  object-fit: contain; }

.navPages-container li.hasMegamenu > .subMegaMenu .imageArea.colRight {
  text-align: left; }

.navPage-subMenu.subMegaMenu .container {
  display: flex;
  justify-content: center; }
  .navPage-subMenu.subMegaMenu .container > .imageArea {
    width: fit-content !important; }
    .navPage-subMenu.subMegaMenu .container > .imageArea a {
      margin: 0px;
      height: 100%;
      width: fit-content; }
    .navPage-subMenu.subMegaMenu .container > .imageArea img {
      height: 100%;
      width: auto;
      object-fit: contain; }

#previewModal .previewCart .previewCartCheckout .btn {
  display: flex; }

.navPage-subMenu.subMegaMenu .container > .imageArea img {
  max-height: 300px; }

@media (min-width: 1440px) {
  #previewModal .previewCart .productView .productView-details .productView-info .productView-info-name {
    width: auto;
    margin-right: 10px; } }

.filterz .panel {
  display: block; }

.pagination-list .pagination-item.pagination-item--previous {
  float: unset; }

@media (max-width: 768px) {
  #previewModal .previewCart {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    justify-content: center; }
    #previewModal .previewCart .productView {
      padding: 0 !important; }
      #previewModal .previewCart .productView .productView-details {
        width: 100%; }
      #previewModal .previewCart .productView .productView-details .productView-info .productView-info-name {
        width: auto;
        margin-right: 5px; }
      #previewModal .previewCart .productView .productView-image {
        margin: 0 auto; }
    #previewModal .previewCart .previewCartCheckout {
      margin: 0 auto; } }

.addressList .panel {
  display: block; }

.panel--address .form-actions {
  display: flex;
  align-items: center; }
  .panel--address .form-actions .btn {
    margin-right: 10px;
    margin-bottom: 0px !important; }

#accountDropdown a {
  color: #333333; }
  #accountDropdown a:hover, #accountDropdown a:active, #accountDropdown a:focus {
    color: #333333; }

.header-left .navUser > ul > li#accountDropdown,
.header-right .navUser > ul > li#accountDropdown {
  padding-left: 0px;
  padding-right: 20px; }

form .category-nav:nth-child(1) .morea,
form .category-nav:nth-child(2) .morea,
form .category-nav:nth-child(3) .morea {
  margin-bottom: 0 !important; }

.checkbox.facet-item label.switch {
  margin-bottom: 0px; }
  .checkbox.facet-item label.switch > span:not(.slider) {
    position: relative;
    left: 30px; }

.checkbox.facet-item .slider.round {
  transform: scale(0.4) translateX(-50px); }

@media (max-width: 1024px) {
  .navPage-subMenu.subMegaMenu .container {
    flex-direction: column; } }

@media (max-width: 767px) {
  .heroCarousel-content {
    padding-bottom: 0;
    padding-top: 10px;
    background-color: #ffffff; } }

@media (max-width: 768px) {
  .prod-sku {
    margin-bottom: 0.5rem; }
  .category-description h1,
  .category-description p {
    padding-left: 0px !important; }
  .footer-columns .column-item .footer-info-heading {
    border-color: inherit; }
  .footer-columns .column-item .footer-info-heading:before {
    color: inherit; } }

@media (max-width: 500px) {
  .category-title {
    font-size: 2.5rem !important; }
  .modal {
    width: 90% !important; }
    .modal .productView-image {
      text-align: center; }
  div:not(#previewModal--RQ) .popup-close,
  div:not(#previewModal--RQ) .modal-close {
    position: relative;
    top: unset;
    right: unset;
    width: 100%;
    text-align: right;
    justify-content: flex-end; }
  .btn-subcribe {
    /*
    position : absolute;
    z-index  : 99;
    right    : 0;
    */ }
  #footerSubcribeForm > form .btn-subcribe span {
    font-size: 1rem; } }

@media (max-width: 350px) {
  #relatedProducts .owl-nav,
  #similarByViews .owl-nav {
    top: -50px; } }

.price--Section.hidden {
  display: none; }

.callPrice--Section.hidden {
  display: none; }

.page-type-brand .page {
  align-items: flex-start; }

.actionBar-section {
  width: 100%; }

.sort-container {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center; }
  .sort-container .sort-part--left {
    flex: 0 1 30%; }
    .sort-container .sort-part--left .form-field {
      display: flex; }
      .sort-container .sort-part--left .form-field label {
        display: flex;
        flex-direction: row-reverse;
        background-color: #efefef;
        padding: 4px 6px;
        margin-left: 5px;
        border-radius: 4px; }
        .sort-container .sort-part--left .form-field label input {
          position: relative;
          top: 2px;
          margin-right: 5px;
          cursor: pointer; }
        .sort-container .sort-part--left .form-field label:first-child {
          margin-left: 0; }
  .sort-container .sort-part--right {
    flex: 0 1 70%;
    text-align: right; }

#opt7Filter .panel-body {
  margin-bottom: 0; }

#opt7Filter .panel-heading {
  border-bottom: 1px solid #e5e5e5 !important;
  margin-bottom: 5px;
  margin-top: 20px; }

#opt7Filter label {
  cursor: pointer; }

#FormField_36 {
  display: none; }
  #FormField_36 label {
    color: #cc0000; }

@media (min-width: 320px) {
  .productView-options .qty-add-wrap .form-field--increments {
    width: 100%; } }

@media (min-width: 768px) {
  .productView-options .qty-add-wrap .form-field--increments {
    width: 40%; } }

.pp-not-sidebar .page-content .productView .productViewTop .productView-details #form-action-addToCart {
  max-width: 100%;
  width: 100%;
  margin-top: 30px;
  font-size: 15px; }

form.form-wishlist {
  margin-bottom: 20px;
  display: block;
  width: 100%; }

form.form[data-cart-item-add] {
  margin-top: 10px;
  display: block; }

.quickView #form-action-addToCart {
  font-weight: bold;
  width: 148px;
  margin-top: 20px; }

.blog-post-section {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center; }
  .blog-post-section .post {
    flex: 0 1 38%;
    padding: 20px; }
    @media only screen and (max-width: 383px) {
      .blog-post-section .post {
        flex: 0 1 100%; } }
    .blog-post-section .post h4 {
      color: #e95145;
      font-weight: 500;
      font-size: 21px;
      text-align: center;
      line-height: 32px;
      min-height: 70px;
      display: flex;
      flex-direction: column;
      justify-content: center; }
    .blog-post-section .post .summary {
      margin: 10px 0;
      font-size: 12px;
      line-height: 21px;
      display: block; }
    .blog-post-section .post img {
      max-width: 100%; }
    .blog-post-section .post a.read-more {
      display: block;
      font-size: 12px;
      color: #e95145; }

.custom-carousel .owl-stage-outer {
  min-height: 37vw; }
  @media only screen and (max-width: 800px) {
    .custom-carousel .owl-stage-outer {
      min-height: 40vw; } }

@media only screen and (max-width: 800px) {
  .category-description {
    padding-left: 0 !important; } }

.category-description h2.accordion-title,
.category-description h3.accordion-title {
  font-size: 20px;
  padding: 15px 20px;
  background-color: #efefef;
  margin-bottom: 10px;
  cursor: pointer;
  border: 1px solid #e7e4e4;
  border-radius: 4px; }
  .category-description h2.accordion-title:after,
  .category-description h3.accordion-title:after {
    content: "+";
    width: 30px;
    height: 30px;
    display: block;
    position: relative;
    float: right;
    font-size: 30px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    text-align: center; }
  .category-description h2.accordion-title.opened,
  .category-description h3.accordion-title.opened {
    background-color: #ea662b;
    color: #ffffff;
    border: 1px solid #d4541b; }
    .category-description h2.accordion-title.opened:after,
    .category-description h3.accordion-title.opened:after {
      content: "-";
      width: 30px;
      height: 30px;
      display: block;
      position: relative;
      float: right;
      font-size: 30px;
      font-weight: 400;
      -webkit-font-smoothing: antialiased;
      text-align: center; }

.category-description > ul {
  padding-left: 10px !important; }

.category-description .accordion-content {
  padding: 5px 5px;
  font-size: 14px;
  letter-spacing: 0.5px; }
  .category-description .accordion-content.open {
    display: block; }

@media only screen and (max-width: 800px) {
  #tab-description-panel {
    padding-left: 0 !important; } }

#tab-description-panel h2.accordion-title,
#tab-description-panel h3.accordion-title {
  font-size: 20px;
  padding: 15px 20px;
  background-color: #efefef;
  margin-bottom: 10px;
  cursor: pointer;
  border: 1px solid #e7e4e4;
  border-radius: 4px; }
  #tab-description-panel h2.accordion-title:after,
  #tab-description-panel h3.accordion-title:after {
    content: "+";
    width: 30px;
    height: 30px;
    display: block;
    position: relative;
    float: right;
    font-size: 30px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    text-align: center; }
  #tab-description-panel h2.accordion-title span,
  #tab-description-panel h3.accordion-title span {
    font-size: inherit !important; }
  #tab-description-panel h2.accordion-title.opened,
  #tab-description-panel h3.accordion-title.opened {
    background-color: #ea662b;
    color: #ffffff;
    border: 1px solid #d4541b; }
    #tab-description-panel h2.accordion-title.opened:after,
    #tab-description-panel h3.accordion-title.opened:after {
      content: "-";
      width: 30px;
      height: 30px;
      display: block;
      position: relative;
      float: right;
      font-size: 30px;
      font-weight: 400;
      -webkit-font-smoothing: antialiased;
      text-align: center; }

#tab-description-panel > ul {
  padding-left: 10px !important; }

#tab-description-panel .accordion-content {
  padding: 5px 5px;
  font-size: 14px;
  letter-spacing: 0.5px; }
  #tab-description-panel .accordion-content.open {
    display: block; }

@media only screen and (max-width: 800px) {
  [data-content-region="home_below_home_brand_slider"] #panel {
    padding: 0 !important; }
    [data-content-region="home_below_home_brand_slider"] #panel h1 {
      font-size: 2rem; } }

[data-content-region="home_below_home_brand_slider"] #panel h2.accordion-title,
[data-content-region="home_below_home_brand_slider"] #panel h3.accordion-title {
  position: relative;
  font-size: 20px;
  padding: 15px 20px;
  background-color: #efefef;
  margin-bottom: 10px;
  cursor: pointer;
  border: 1px solid #e7e4e4;
  border-radius: 4px; }
  @media (max-width: 800px) {
    [data-content-region="home_below_home_brand_slider"] #panel h2.accordion-title,
    [data-content-region="home_below_home_brand_slider"] #panel h3.accordion-title {
      font-size: 14px;
      padding: 10px 30px 10px 20px;
      line-height: 20px; } }
  [data-content-region="home_below_home_brand_slider"] #panel h2.accordion-title:after,
  [data-content-region="home_below_home_brand_slider"] #panel h3.accordion-title:after {
    content: "+";
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    float: right;
    font-size: 30px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    left: auto;
    right: 5px;
    top: 56%;
    transform: translateY(-50%); }
  [data-content-region="home_below_home_brand_slider"] #panel h2.accordion-title span,
  [data-content-region="home_below_home_brand_slider"] #panel h3.accordion-title span {
    font-size: inherit !important; }
  [data-content-region="home_below_home_brand_slider"] #panel h2.accordion-title.opened,
  [data-content-region="home_below_home_brand_slider"] #panel h3.accordion-title.opened {
    background-color: #ea662b;
    color: #ffffff;
    border: 1px solid #d4541b; }
    [data-content-region="home_below_home_brand_slider"] #panel h2.accordion-title.opened:after,
    [data-content-region="home_below_home_brand_slider"] #panel h3.accordion-title.opened:after {
      content: "-";
      width: 30px;
      height: 30px;
      display: block;
      position: absolute;
      float: right;
      font-size: 30px;
      font-weight: 400;
      -webkit-font-smoothing: antialiased;
      text-align: center;
      left: auto;
      right: 5px;
      top: 56%;
      transform: translateY(-50%); }

[data-content-region="home_below_home_brand_slider"] #panel > ul {
  padding-left: 10px !important; }

[data-content-region="home_below_home_brand_slider"] #panel .accordion-content {
  padding: 5px 5px;
  font-size: 14px;
  letter-spacing: 0.5px; }
  [data-content-region="home_below_home_brand_slider"] #panel .accordion-content.open {
    display: block; }

.heroCarousel .heroCarousel-image {
  max-height: 617px; }

.heroCarousel .heroCarousel-content--empty {
  max-height: 617px; }

.heroCarousel .heroCarousel-image-wrap {
  background-color: #efefef;
  max-height: 617px; }

.category-title {
  margin: 4.25rem 0 4.0625rem;
  text-align: center;
  font-size: 4rem;
  font-weight: bold; }
  .category-title::after {
    content: "";
    display: block;
    margin: 1.75rem auto 0;
    height: .125rem;
    background: #d7d7d7;
    width: 10rem;
    margin-top: 3rem; }

.subcategory-slider-wrapper {
  margin-bottom: 30px; }

.card.custom-card {
  border: none; }

.card-figure > .card-img-container {
  display: none;
  visibility: hidden; }

.card-figure .card-img-container {
  border: 1px solid #FAFAFA; }

.prod-item .custom-card .prod-image {
  margin-bottom: 5px; }

.prod-item .custom-card .card-img-container {
  min-height: 270px; }

.prod-item .custom-card .prod-desc {
  text-align: left;
  font-size: 14px; }
  .prod-item .custom-card .prod-desc .prod-name {
    margin-bottom: 0px;
    font-size: 14px; }
  .prod-item .custom-card .prod-desc .prod-price {
    color: #757575;
    font-weight: normal; }
  .prod-item .custom-card .prod-desc p {
    margin-bottom: 0px; }

.product-pagination.top {
  display: flex;
  justify-content: flex-end; }

.custom-color-swatches {
  display: flex;
  flex-wrap: wrap; }
  .custom-color-swatches .custom-swatch {
    width: 25px;
    height: 25px;
    border: 1px solid transparent;
    transition: all 0.4s;
    margin-right: 8px;
    margin-bottom: 8px; }
    .custom-color-swatches .custom-swatch:hover {
      border-color: #e5e5e5; }

.productView-for .slick-track {
  margin-left: 0;
  display: flex !important; }

.section-title {
  margin: 30px auto;
  font-size: 2.75rem;
  font-weight: bold;
  text-align: center; }

.description-section, .reviews-section {
  margin: 50px auto;
  font-size: 1.4rem; }

.productView-price {
  font-weight: normal; }

.price--non-sale {
  color: #cc331e;
  text-decoration: line-through;
  margin-right: 5px; }

.add-to-cart-sticky {
  position: fixed;
  z-index: 95;
  bottom: 0;
  width: 100vw;
  left: 0;
  border-top: 1px solid #ebebeb;
  background-color: #fafafa;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 30px; }
  .add-to-cart-sticky .sticky-title {
    font-weight: bold;
    max-width: 750px;
    text-align: left; }
  .add-to-cart-sticky .sticky-actions {
    display: flex;
    align-items: center; }
    .add-to-cart-sticky .sticky-actions .price {
      font-weight: bold;
      font-size: 1.5rem; }
    .add-to-cart-sticky .sticky-actions .qty-add-wrap .form-label {
      display: none; }
    .add-to-cart-sticky .sticky-actions .qty-add-wrap .form-field--increments {
      margin: 0px 15px;
      margin-bottom: 0px; }

.form-wishlist button {
  float: none;
  top: unset; }
  .form-wishlist button span {
    margin-left: 0px;
    font-size: 1.2rem; }

.productView-product .productView-title {
  font-size: 2.5rem;
  line-height: 1.35; }

.productView-product .productView-brand {
  text-transform: none !important; }

.productView-options .form-label, .productView-options .form-select {
  font-size: 1.4rem;
  line-height: 2rem; }

.responsive-tabs .panel {
  /*font-size: 1.4rem;*/ }

.productView-info-name,
.productView-info-value {
  font-size: 1.4rem; }

.productView-reviewLink {
  margin-left: 10px; }
  .productView-reviewLink + .productView-reviewLink {
    margin-left: 10px; }

[data-product-reviews] a.btn {
  height: auto;
  padding: 10px; }

.no-reviews {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .no-reviews [data-product-reviews] {
    text-align: center;
    margin-bottom: 20px; }
  .no-reviews .btn-createReview {
    margin-top: 20px; }

@media (min-width: 768px) {
  .add-to-cart-sticky .sticky-actions {
    margin-left: 3rem; } }

@media (max-width: 740px) {
  .add-to-cart-sticky {
    flex-direction: column;
    font-size: 14px; } }

@media (max-width: 420px) {
  .container.wide-container {
    padding-left: 1rem;
    padding-right: 1rem; }
  .add-to-cart-sticky .sticky-title {
    font-size: 14px; }
  .add-to-cart-sticky .price.price--withoutTax {
    font-size: 15px; }
  .add-to-cart-sticky .sticky-actions {
    flex-wrap: wrap;
    justify-content: space-between; }
    .add-to-cart-sticky .sticky-actions .qty-add-wrap .form-field {
      margin: 0px; }
    .add-to-cart-sticky .sticky-actions #form-action-addToCart {
      width: 100%;
      margin-top: 10px; } }

body.project-studio .container_page {
  padding-bottom: 0; }

main.project-studio-main .clearfix {
  clear: both;
  display: block; }

main.project-studio-main .project-studio-container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0; }

main.project-studio-main .logo-ps {
  background: url("https://cdn11.bigcommerce.com/s-36yz7qwnyo/images/stencil/original/image-manager/logo-ps.png") no-repeat -129px -179px scroll transparent;
  display: block;
  width: 390px;
  height: 258px;
  position: relative;
  float: left; }
  @media (min-width: 320px) {
    main.project-studio-main .logo-ps {
      width: 300px;
      height: 248px;
      margin-bottom: 20px; } }
  @media (min-width: 1200px) {
    main.project-studio-main .logo-ps {
      width: 390px;
      height: 258px; } }

main.project-studio-main .introduction {
  background: #e6b594;
  background: -moz-linear-gradient(225deg, #e6b594 0%, rgba(255, 255, 255, 0) 72%);
  background: -webkit-linear-gradient(225deg, #e6b594 0%, rgba(255, 255, 255, 0) 72%);
  background: linear-gradient(225deg, #e6b594 0%, rgba(255, 255, 255, 0) 72%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e6b594", endColorstr="#ffffff", GradientType=1);
  padding: 30px 0; }
  main.project-studio-main .introduction > span {
    color: #939499;
    font-size: 22px;
    font-family: 'pwscratchedfontmedium';
    -webkit-font-smoothing: subpixel-antialiased;
    display: block;
    margin-bottom: 12px;
    padding-left: 10px; }
  main.project-studio-main .introduction h2 {
    text-transform: uppercase;
    color: #334477;
    font-size: 48px;
    font-family: 'pwscratchedfontmedium';
    -webkit-font-smoothing: subpixel-antialiased;
    letter-spacing: 3px;
    margin-left: 30px;
    display: inline-block; }
    @media (min-width: 320px) {
      main.project-studio-main .introduction h2 {
        display: block;
        margin-bottom: 30px;
        font-size: 23px; } }
    @media (min-width: 1200px) {
      main.project-studio-main .introduction h2 {
        display: inline-block;
        margin-bottom: 10px;
        font-size: 37px; } }
    main.project-studio-main .introduction h2 span {
      color: #EA642B;
      -webkit-font-smoothing: subpixel-antialiased; }

main.project-studio-main .blog--Section {
  background: #f6f7f6;
  background: -moz-linear-gradient(225deg, #f6f7f6 15%, rgba(255, 255, 255, 0) 95%);
  background: -webkit-linear-gradient(225deg, #f6f7f6 15%, rgba(255, 255, 255, 0) 95%);
  background: linear-gradient(225deg, #f6f7f6 15%, rgba(255, 255, 255, 0) 95%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f6f7f6", endColorstr="#ffffff", GradientType=1);
  padding: 18px;
  display: flex;
  width: 100%;
  flex-direction: row;
  align-content: center;
  align-items: flex-end;
  margin-top: -48px;
  float: left; }
  @media (min-width: 320px) {
    main.project-studio-main .blog--Section {
      flex-direction: column-reverse; } }
  @media (min-width: 1200px) {
    main.project-studio-main .blog--Section {
      flex-direction: row; } }
  main.project-studio-main .blog--Section .contact {
    padding: 10px; }
    @media (min-width: 320px) {
      main.project-studio-main .blog--Section .contact {
        padding: 10px;
        flex: 0 1 100%;
        width: 100%;
        text-align: center; } }
    @media (min-width: 1200px) {
      main.project-studio-main .blog--Section .contact {
        padding: 10px;
        flex: inherit;
        width: inherit;
        text-align: inherit; } }
    main.project-studio-main .blog--Section .contact span.intro {
      color: #6D8AB1;
      font-size: 18px;
      display: block;
      margin-bottom: 30px;
      line-height: 32px;
      font-family: 'pwscratchedfontmedium'; }
    main.project-studio-main .blog--Section .contact span a.phone {
      color: #E96429;
      font-size: 33px;
      font-family: 'pwscratchedfontmedium'; }
    main.project-studio-main .blog--Section .contact span a.mail {
      color: #334377;
      font-size: 22px;
      font-weight: 700;
      margin-top: 10px;
      display: block;
      font-family: 'metropolisextra_bold'; }
      @media (max-width: 480px) {
        main.project-studio-main .blog--Section .contact span a.mail {
          font-size: 16px; } }
  main.project-studio-main .blog--Section #blogPosts {
    padding: 10px 0px; }
    main.project-studio-main .blog--Section #blogPosts div a {
      display: block; }
      main.project-studio-main .blog--Section #blogPosts div a:hover img {
        opacity: 0.8; }
    main.project-studio-main .blog--Section #blogPosts div h3 {
      min-height: 7vw;
      text-align: left;
      color: #344378;
      line-height: normal;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      align-items: flex-start;
      text-transform: none; }
      @media only screen and (min-width: 1400px) {
        main.project-studio-main .blog--Section #blogPosts div h3 {
          min-height: 100px; } }
    main.project-studio-main .blog--Section #blogPosts div img {
      width: 100%; }
    main.project-studio-main .blog--Section #blogPosts div.post-col {
      margin-bottom: 20px; }
      @media (min-width: 320px) {
        main.project-studio-main .blog--Section #blogPosts div.post-col {
          flex: 0 1 50%; }
          main.project-studio-main .blog--Section #blogPosts div.post-col h3 {
            font-size: 12px;
            line-height: 15px; } }
      @media (min-width: 481px) {
        main.project-studio-main .blog--Section #blogPosts div.post-col {
          flex: 0 1 50%; }
          main.project-studio-main .blog--Section #blogPosts div.post-col h3 {
            font-size: 12px;
            line-height: 15px; } }
      @media (min-width: 768px) {
        main.project-studio-main .blog--Section #blogPosts div.post-col {
          flex: 0 1 50%; }
          main.project-studio-main .blog--Section #blogPosts div.post-col h3 {
            font-size: 12px;
            line-height: 22px; } }
      @media (min-width: 1200px) {
        main.project-studio-main .blog--Section #blogPosts div.post-col {
          flex: 0 1 33%; }
          main.project-studio-main .blog--Section #blogPosts div.post-col h3 {
            font-size: 15px;
            line-height: 22px; } }
      @media (min-width: 1441px) {
        main.project-studio-main .blog--Section #blogPosts div.post-col {
          flex: 0 1 33%; }
          main.project-studio-main .blog--Section #blogPosts div.post-col h3 {
            font-size: 18px;
            line-height: 25px; } }

main.project-studio-main .page-content--Section {
  padding: 20px;
  display: -ms-flexbox;
  display: flex;
  float: left;
  flex-direction: row;
  align-items: center;
  align-content: center;
  background: #e6b79a;
  background: -moz-linear-gradient(45deg, #e6b79a 0%, rgba(242, 241, 240, 0.802959) 32%);
  background: -webkit-linear-gradient(45deg, #e6b79a 0%, rgba(242, 241, 240, 0.802959) 32%);
  background: linear-gradient(45deg, #e6b79a 0%, rgba(242, 241, 240, 0.802959) 32%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e6b79a", endColorstr="#f2f1f0", GradientType=1); }
  @media only screen and (max-width: 900px) {
    main.project-studio-main .page-content--Section {
      display: flex;
      flex-direction: column;
      justify-content: center; } }
  main.project-studio-main .page-content--Section .text {
    flex: 0 1 70%;
    margin: 30px;
    background-color: #FFFFFF;
    border: 1px solid #95C4ED;
    padding: 20px; }
    @media only screen and (max-width: 480px) {
      main.project-studio-main .page-content--Section .text {
        margin: 30px 0px; } }
  main.project-studio-main .page-content--Section .bullets {
    width: 100%;
    max-width: 375px; }
    main.project-studio-main .page-content--Section .bullets ul {
      list-style: none;
      display: flex;
      flex-wrap: wrap; }
      main.project-studio-main .page-content--Section .bullets ul li {
        padding: 2px 4px;
        font-weight: 700;
        color: #ea642a; }
  main.project-studio-main .page-content--Section .our-partners {
    flex: 0 1 30%;
    padding: 15px 10px 0 0; }
    main.project-studio-main .page-content--Section .our-partners h4 {
      font-family: 'pwscratchedfontmedium';
      color: #344378;
      text-align: left; }
    main.project-studio-main .page-content--Section .our-partners span {
      color: #EA642B;
      font-size: 15px;
      font-weight: 700;
      line-height: 28px;
      margin-bottom: 20px;
      display: block;
      font-family: 'metropolismedium'; }

/*SEARCH PAGE OVERFLOW FIX - moved from base */
.st-container {
  overflow: initial; }

.st-pusher {
  height: initial; }

.paginationList {
  list-style: none;
  margin: -4px 0 0;
  text-align: center;
  width: 100%; }

.paginationItem {
  display: inline-block;
  margin: 4px 0 17px 4px; }

.promotion-is-sticky.hide + .header {
  top: 0; }

.slick-slider .slick-next {
  right: 0 !important; }

.slick-slider .slick-prev {
  left: 0 !important; }

.page-type-category .product-pagination.top {
  flex-direction: column;
  gap: 1.5rem;
  justify-content: space-between; }
  @media (min-width: 701px) {
    .page-type-category .product-pagination.top {
      flex-direction: row; } }

.page-type-category .actionBar[data-sort-by] {
  margin: 0; }

.page-type-category #opt7productlist .actionBar {
  align-items: center;
  text-align: center; }

.page-type-category .container_page > .container > .container {
  max-width: 1370px; }

.page-type-category.AfterFilter .page-content {
  position: relative; }

.page-type-category.AfterFilter .product-pagination.top {
  justify-content: flex-end;
  padding-top: 50px; }
  @media (min-width: 701px) {
    .page-type-category.AfterFilter .product-pagination.top {
      padding-top: 0;
      width: auto; } }

.page-type-category.AfterFilter .products-per-page {
  display: none; }

.page-type-category.AfterFilter ul.filterPagination.top {
  position: absolute;
  text-align: center !important;
  top: 2px;
  width: 100%; }
  @media (min-width: 701px) {
    .page-type-category.AfterFilter ul.filterPagination.top {
      width: auto; } }
  .page-type-category.AfterFilter ul.filterPagination.top .filterPaginationCounter {
    float: none; }

.filterSearchpage .container_page > .container {
  max-width: 1370px; }

#Sale_no_check {
  display: none !important; }
  #Sale_no_check + * {
    display: none !important; }

@media (min-width: 801px) {
  .halo-sub-categories .sub-cate-col .sub-cate-item .sub-cate-tab .sub-cate-img {
    width: 80px; } }

@media (min-width: 1025px) {
  .halo-sub-categories .sub-cate-col .sub-cate-item .sub-cate-tab .sub-cate-img {
    width: 125px; } }

.product-pagination {
  align-items: center; }

.products-per-page {
  display: flex; }

ul.filterPagination {
  margin: 0; }

.breadcrumbs .breadcrumb:before {
  margin-right: 0; }

#breadcrumbs-wrapper .breadcrumb {
  margin: 8px auto; }

.blog-title {
  font-size: 24px; }

.blog-thumbnail a img {
  height: auto;
  max-width: 100%;
  width: initial; }

.blog-post {
  font-size: 18px;
  line-height: 1.7; }
  .blog-post-body {
    max-width: 900px; }

/* Product Page */
.productView-image-wrap .productView-nav {
  border: 0.572px solid #e5e5e5;
  padding: 4vw 2vw; }

.productView-image-wrap .slick-slide {
  height: auto !important; }

.productView-image-wrap .productView-image img {
  max-height: 550px !important; }
  .productView-image-wrap .productView-image img:hover {
    max-height: none !important; }

.productView-for .slick-slide {
  margin: 0px 12px; }

.productView-for .productView-thumbnail {
  border: 0.572px solid #e5e5e5; }

.videoGallery-item .video {
  text-align: center; }
  .videoGallery-item .video .video-figure {
    padding: 30px 5px;
    border: 1px solid #000;
    display: inline-block;
    float: none; }

.productView-options .qty-add-wrap .form-field--increments {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end; }
  .productView-options .qty-add-wrap .form-field--increments > * {
    width: 50%; }
    @media (max-width: 480px) {
      .productView-options .qty-add-wrap .form-field--increments > * {
        width: 100%; } }
  @media (max-width: 480px) {
    .productView-options .qty-add-wrap .form-field--increments .form-input--incrementTotal {
      width: calc(100% - 80px); } }
  .productView-options .qty-add-wrap .form-field--increments #form-action-addToCart.btn-primary {
    font-size: 20px !important; }

.productView-options .qty-add-wrap .form-field--increments {
  width: 50%; }
  @media (max-width: 1370px) {
    .productView-options .qty-add-wrap .form-field--increments {
      width: 70%; } }
  @media (max-width: 600px) {
    .productView-options .qty-add-wrap .form-field--increments {
      width: 100%; } }

.productView-title {
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 25px !important; }
  @media (max-width: 900px) {
    .productView-title {
      font-size: 18px !important; } }
  @media (max-width: 480px) {
    .productView-title {
      font-size: 16px !important; } }

.productView-brand a {
  color: #ED632B;
  font-weight: 700;
  font-size: 16px; }
  @media (max-width: 480px) {
    .productView-brand a {
      font-size: 14px !important; } }

.productView-price {
  margin-top: 40px;
  padding-bottom: 40px;
  font-size: 30px; }
  @media (max-width: 480px) {
    .productView-price {
      font-size: 24px !important; } }

.productView-info-name,
.productView-info-value {
  font-size: 16px;
  margin: 0;
  line-height: normal; }

.productView-info-name {
  width: auto;
  padding-right: 10px; }

.productView-info.files-resources {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 535px; }
  .productView-info.files-resources dt, .productView-info.files-resources dd {
    width: 50%;
    padding-bottom: 6px; }

.productView .files-resources-heading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 265px;
  padding: 14px 10px;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #E5E5E5;
  border-top: 3px solid #000; }
  @media (max-width: 600px) {
    .productView .files-resources-heading {
      width: 100%; } }

.form-wishlist {
  display: none !important; }

.wishlist-btn-container {
  text-align: right; }
  @media (max-width: 480px) {
    .wishlist-btn-container {
      text-align: center;
      margin-top: 30px; } }
  .wishlist-btn-container .wishlist-btn {
    font-family: "DM Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: black;
    border-bottom: 1px dotted #000;
    letter-spacing: 0.02em; }

.tabs.flex-tabs {
  width: 100%; }
  .tabs.flex-tabs .panel-heading {
    display: none;
    color: #000;
    font-size: 24px !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    margin-bottom: 2vw !important; }
  @media (min-width: 992px) {
    .tabs.flex-tabs {
      display: flex !important;
      align-items: flex-start; }
      .tabs.flex-tabs label.tab {
        display: none !important; }
      .tabs.flex-tabs .panel {
        display: block;
        border: none !important;
        width: 50%; }
        .tabs.flex-tabs .panel .panel-heading {
          display: block; }
        .tabs.flex-tabs .panel:first-of-type {
          padding-right: 10vw; }
      .tabs.flex-tabs:has(#tab-specs-panel.hide) #tab-description-panel {
        width: 100% !important;
        padding-right: 0 !important; }
      .tabs.flex-tabs:has(#tab-specs-panel.hide) .questions-about-section {
        flex-basis: 100%; } }

#specs table {
  margin: 0;
  width: auto !important; }

#tab-specs-panel tbody {
  background: #fafafa;
  border: 0 !important; }

#tab-specs-panel tr:first-child td {
  background: #e66329;
  font-weight: bold; }

#tab-specs-panel tr:nth-child(odd) td {
  background: #efefef; }

#tab-specs-panel td {
  border: 3px solid #fff; }

#tab-description-panel {
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 16px !important;
  line-height: normal; }
  @media (max-width: 480px) {
    #tab-description-panel {
      font-size: 14px !important; } }
  #tab-description-panel h2.accordion-title,
  #tab-description-panel h3.accordion-title {
    padding: 15px 40px 15px 20px;
    position: relative; }
    #tab-description-panel h2.accordion-title.opened:after, #tab-description-panel h2.accordion-title:after, #tab-description-panel h3.accordion-title.opened:after, #tab-description-panel h3.accordion-title:after {
      position: absolute;
      float: none;
      right: 12px;
      top: 16px; }
    @media (max-width: 480px) {
      #tab-description-panel h2.accordion-title,
      #tab-description-panel h3.accordion-title {
        padding: 10px 40px 10px 20px;
        font-size: 16px !important; } }
  #tab-description-panel .accordion-content {
    font-size: 16px; }
    @media (max-width: 480px) {
      #tab-description-panel .accordion-content {
        font-size: 14px !important; } }

.hide {
  display: none !important; }

.modal-button-container {
  margin-top: 12px; }

.taxExemptPopup .modal-close span {
  font-size: 45px; }

.taxExemptPopup .powr-form-builder iframe {
  min-height: 550px; }

.stock-message-box {
  border: 1px solid #ED632B;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 6px 14px;
  margin-bottom: 20px;
  font-size: 13px; }
  .stock-message-box p {
    margin: 0;
    font-weight: 700; }

#top-page-promotion .container-fluid p {
  font-size: 20px;
  display: none; }

.footer-columns .column-item.first {
  visibility: hidden !important;
  width: 340px; }

#chat-widget-container {
  display: none !important; }

.form-checklist .form-checklist-item:nth-child(3) {
  display: none !important; }

.form-checklist .form-checklist-item:nth-child(2) {
  display: none !important; }

.form-checklist .form-checklist-item:first-child {
  display: none !important; }

.container.filter-container {
  max-width: 1370px;
  width: 100%; }

#opt7Filter {
  overflow-y: scroll;
  max-height: 1200px;
  height: auto !important; }
  #opt7Filter .range-slider svg {
    top: 60%; }
  #opt7Filter .range-slider input[type=range]::-webkit-slider-thumb {
    border: none;
    background-color: #ea652a;
    height: 18px;
    width: 18px;
    border-radius: 50%; }
  #opt7Filter .panel-heading {
    border-bottom: 1px solid #e5e5e5 !important; }
    #opt7Filter .panel-heading h5 {
      font-weight: bold;
      text-transform: capitalize; }

#opt7productlist .actionBar {
  display: flex;
  justify-content: flex-end; }

#opt7productlist .pagination .button {
  border: none;
  background-color: transparent;
  font-size: 1.25rem; }

#opt7productlist .pagination .pagechanger:hover, #opt7productlist .pagination .pagechanger:active, #opt7productlist .pagination .pagechanger:focus {
  border-bottom: 1px dotted #333; }

#opt7productlist .pagination .paginationItem--current {
  border-bottom: 1px dotted #333; }

#opt7productlist .pagination .pagination-link, #opt7productlist .pagination .paginationLink {
  padding: 0.75rem; }

#opt7productlist .pagination a {
  margin-bottom: 0px;
  color: #333; }

#opt7productlist .productGrid {
  display: flex;
  flex-wrap: wrap; }
  #opt7productlist .productGrid .product {
    margin-bottom: 20px; }
  #opt7productlist .productGrid .card {
    margin-bottom: 0px;
    height: 100%;
    display: flex;
    flex-direction: column; }
  #opt7productlist .productGrid .card-figure {
    max-height: 250px;
    overflow: hidden; }
    #opt7productlist .productGrid .card-figure .card-img-container {
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      max-height: 250px; }
    #opt7productlist .productGrid .card-figure .card-image {
      width: 98%;
      object-position: center;
      height: 100%; }
    #opt7productlist .productGrid .card-figure .card-figcaption {
      max-height: 250px; }
  #opt7productlist .productGrid .card-body {
    flex: auto; }
  #opt7productlist .productGrid .card-body > div {
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: auto; }
    #opt7productlist .productGrid .card-body > div .card-text {
      margin-top: auto; }
      #opt7productlist .productGrid .card-body > div .card-text.brand-name {
        display: none; }

.header-sct-top .header-search .quickSearchResultsWrap .quickSearchResults {
  padding: 0px; }

.filterz > h4 {
  display: none; }

.top-pagination-row .pagination {
  display: none;
  visibility: hidden; }

.top-pagination-row .actionBar {
  margin-top: 0px; }
  .top-pagination-row .actionBar .form-field {
    margin-bottom: 0px; }

.top-pagination-row + p {
  text-align: right; }

#toggleFilter {
  display: none; }

@media (max-width: 1024px) {
  .page-with-filter.row {
    flex-wrap: wrap; }
  .page-with-filter > aside {
    width: 100%;
    max-width: unset;
    flex: unset;
    display: block; }
  .page-with-filter > main {
    width: 100%;
    flex: unset;
    max-width: unset;
    display: block; }
  .container.filter-container {
    min-height: 100vh; }
  .page-with-filter .title {
    display: none; }
  #opt7Filter {
    display: none; }
  #opt7productlist .actionBar {
    align-items: flex-end; }
  #toggleFilter {
    display: block;
    height: 3.14286rem;
    line-height: 1;
    margin-left: 10px; } }

.panel-body {
  padding: 1rem 0.75rem; }

.category-nav-list {
  list-style: none;
  margin-bottom: 10px !important; }
  .category-nav-list.hanabi {
    margin-bottom: 10px; }
  .category-nav-list .facet-item {
    font-size: 14px; }
    .category-nav-list .facet-item label {
      display: flex;
      align-items: center;
      justify-content: flex-start; }
    .category-nav-list .facet-item .normalFilter {
      margin-right: 5px; }

.showMoreOpt7 {
  width: 100%;
  border-top: none !important;
  text-transform: capitalize;
  line-height: 2 !important;
  font-size: 12px !important;
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal !important;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 2px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: 0.3s ease all; }
  .showMoreOpt7:focus, .showMoreOpt7.focus, .showMoreOpt7:active:focus, .showMoreOpt7:active.focus, .showMoreOpt7.active:focus, .showMoreOpt7.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .showMoreOpt7:hover, .showMoreOpt7:focus, .showMoreOpt7.focus {
    color: #333;
    text-decoration: none;
    background-color: #ececec; }
  .showMoreOpt7:active, .showMoreOpt7.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .showMoreOpt7.disabled, .showMoreOpt7[disabled],
  fieldset[disabled] .showMoreOpt7 {
    cursor: not-allowed;
    opacity: 0.65;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

.page-with-filter > h2 {
  display: none;
  visibility: hidden;
  padding: 5px 15px; }

#opt7Filter {
  padding-top: 15px;
  padding-bottom: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 15px; }

@media (max-width: 1024px) {
  #opt7Filter {
    max-height: 300px;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 4px; }
  .page-with-filter > h2 {
    display: block;
    visibility: visible; } }

.card-title {
  font-size: 14px; }

@media (min-width: 1440px) {
  #opt7Filter {
    flex: 0 0 25%;
    max-width: 25%; }
  #opt7productlist {
    flex: 0 0 75%;
    max-width: 75%; } }

@media (max-width: 1024px) {
  #opt7Filter {
    max-width: unset; } }

@media (max-width: 480px) {
  .form-fieldset.actionBar-section {
    width: 100%; } }

#opt7productlist .productGrid .card-body .card-details {
  display: none; }

body.page-type-brand a.view-all-brands {
  font-size: 13px;
  display: block;
  text-align: center;
  background-color: #fbf9f9;
  position: relative;
  top: -15px;
  padding: 6px 0 9px 0;
  margin-bottom: -20px;
  color: #eb652b;
  font-weight: 600; }

body.page-type-brand #opt7productlist {
  max-width: 100%; }

body.page-type-brand .category-nav {
  padding: 10px; }

body.page-type-brand span.doc_count {
  font-weight: 700;
  margin-left: 5px;
  font-size: 12px; }

body.page-type-brand .brands-filter--Section ul li {
  list-style: none;
  font-weight: 400; }
  body.page-type-brand .brands-filter--Section ul li label span.doc_count {
    font-weight: 700;
    margin-left: 5px;
    font-size: 12px; }
  body.page-type-brand .brands-filter--Section ul li ul li {
    list-style: none;
    padding-left: 18px !important; }
    body.page-type-brand .brands-filter--Section ul li ul li span.doc_count {
      font-weight: 700;
      margin-left: 5px;
      font-size: 10px; }

body.page-type-brand .category-nav-list.hanabi {
  position: relative; }

body.page-type-brand #yourrefs {
  margin-top: 0px;
  padding: 0; }
  body.page-type-brand #yourrefs h5 {
    text-align: center;
    padding-bottom: 10px; }

.filter_swatch_wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: flex-start;
  align-items: center; }

.filter_swatch {
  flex: 0 1 33%; }
