@charset "UTF-8";
/*!
 *  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
 * -------------------------- */
@import url("https://fonts.googleapis.com/css?family=Arimo:400,700&display=swap");
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/font-awesome/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/font-awesome/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/font-awesome/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/font-awesome/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/font-awesome/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pull-left {
  float: left; }

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

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

.fa-spin {
  -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; }

/*!
 * Bootstrap v4.5.0 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 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; }

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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:not(:focus-visible) {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  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]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):hover {
    color: inherit;
    text-decoration: none; }

pre,
code,
kbd,
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;
  -ms-overflow-style: scrollbar; }

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: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

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: 0.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: 0.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: 0.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: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.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: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1140px; } }

.row {
  display: flex;
  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-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .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, .col-sm,
.col-sm-auto, .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, .col-md,
.col-md-auto, .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, .col-lg,
.col-lg-auto, .col-xl-1, .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-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  min-width: 0;
  max-width: 100%; }

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%; }

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%; }

.row-cols-3 > * {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%; }

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%; }

.row-cols-6 > * {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .table th,
  .table td {
    padding: 0.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 th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  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 > th,
.table-primary > td {
  background-color: #b8daff; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  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 > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  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 > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  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 > th,
.table-info > td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  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 > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  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 > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  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 > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  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 > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  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 > th,
.table-active > td {
  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 th,
  .table-dark td,
  .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 + 0.75rem + 2px);
  padding: 0.375rem 0.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: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }
  .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::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

input[type="date"].form-control,
input[type="time"].form-control,
input[type="datetime-local"].form-control,
input[type="month"].form-control {
  appearance: none; }

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(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control[size], select.form-control[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  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: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label,
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' 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: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' 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' width='8' height='8' 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(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-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: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' 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' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") #fff no-repeat center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      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 .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: 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;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.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: 0.65; }
  .btn:not(:disabled):not(.disabled) {
    cursor: pointer; }

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 {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    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 {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    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 {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    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 {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    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 {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    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 {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    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 {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    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 {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    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; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

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

.fade {
  transition: opacity 0.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 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.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: 0.5rem 0;
  margin: 0.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: 0.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: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.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: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.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: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    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: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    flex: 1 1 auto; }
    .btn-group > .btn:hover,
    .btn-group-vertical > .btn:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 1; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical > .btn,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -1px; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn {
    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="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control,
    .input-group > .form-control + .custom-select,
    .input-group > .form-control + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    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-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.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: 0.25rem; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px); }

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem; }

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.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) {
  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:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .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) {
  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: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  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, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .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: 0.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: 0.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: 0.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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 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' width='4' height='4' 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' width='12' height='12' 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: 0.5rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.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;
    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 + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' 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;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  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: 0.75rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #495057; }

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.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,
  .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 + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 0.75rem);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 0.25rem 0.25rem 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
    .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: -0.25rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    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: 0.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 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    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: 0.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: 0.2rem;
    margin-left: 0.2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.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: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.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 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    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: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    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: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar .container,
  .navbar .container-fluid, .navbar .container-sm, .navbar .container-md, .navbar .container-lg, .navbar .container-xl {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: flex;
  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: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:hover, .navbar-toggler:focus {
    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, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid, .navbar-expand-sm > .container-sm, .navbar-expand-sm > .container-md, .navbar-expand-sm > .container-lg, .navbar-expand-sm > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; } }

@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid, .navbar-expand-md > .container-sm, .navbar-expand-md > .container-md, .navbar-expand-md > .container-lg, .navbar-expand-md > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; } }

@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; } }

@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid, .navbar-expand-xl > .container-sm, .navbar-expand-xl > .container-md, .navbar-expand-xl > .container-lg, .navbar-expand-xl > .container-xl {
      flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; } }

.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid, .navbar-expand > .container-sm, .navbar-expand > .container-md, .navbar-expand > .container-lg, .navbar-expand > .container-xl {
    flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    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:hover, .navbar-light .navbar-nav .nav-link:focus {
    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 .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  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 xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' 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:hover, .navbar-light .navbar-text a:focus {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    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 .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  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 xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' 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:hover, .navbar-dark .navbar-text a:focus {
      color: #fff; }

.card {
  position: relative;
  display: flex;
  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: 0.25rem; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: calc(0.25rem - 1px);
      border-top-right-radius: calc(0.25rem - 1px); }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: calc(0.25rem - 1px);
      border-bottom-left-radius: calc(0.25rem - 1px); }

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.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: 0.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(0.25rem - 1px) calc(0.25rem - 1px) 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.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(0.25rem - 1px) calc(0.25rem - 1px); }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%; }

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px); }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px); }

.card-deck .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .card-deck .card {
      flex: 1 0 0%;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px; } }

.card-group > .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap; }
    .card-group > .card {
      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-img-top,
        .card-group > .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer {
          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-img-top,
        .card-group > .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion > .card {
  overflow: hidden; }
  .accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: -1px; }

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.breadcrumb-item {
  display: flex; }
  .breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem; }
    .breadcrumb-item + .breadcrumb-item::before {
      display: inline-block;
      padding-right: 0.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: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.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: 3;
    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: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem; }

.page-item.active .page-link {
  z-index: 3;
  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: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .badge {
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #007bff; }
  a.badge-primary:hover, a.badge-primary:focus {
    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:hover, a.badge-secondary:focus {
    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:hover, a.badge-success:focus {
    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:hover, a.badge-info:focus {
    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:hover, a.badge-warning:focus {
    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:hover, a.badge-danger:focus {
    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:hover, a.badge-light:focus {
    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:hover, a.badge-dark:focus {
    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: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.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: 0.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; }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.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 {
  animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      animation: none; } }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    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: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .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-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0; }
  .list-group-horizontal > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0; }
  .list-group-horizontal > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal > .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-md > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl > .list-group-item:first-child {
      border-bottom-left-radius: 0.25rem;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl > .list-group-item:last-child {
      border-top-right-radius: 0.25rem;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

.list-group-flush {
  border-radius: 0; }
  .list-group-flush > .list-group-item {
    border-width: 0 0 1px; }
    .list-group-flush > .list-group-item:last-child {
      border-bottom-width: 0; }

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    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:hover, .list-group-item-secondary.list-group-item-action:focus {
    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:hover, .list-group-item-success.list-group-item-action:focus {
    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:hover, .list-group-item-info.list-group-item-action:focus {
    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:hover, .list-group-item-warning.list-group-item-action:focus {
    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:hover, .list-group-item-danger.list-group-item-action:focus {
    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:hover, .list-group-item-light.list-group-item-action:focus {
    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:hover, .list-group-item-dark.list-group-item-action:focus {
    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):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0; }

a.close.disabled {
  pointer-events: none; }

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.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);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem; }
  .toast:not(:last-child) {
    margin-bottom: 0.75rem; }
  .toast.showing {
    opacity: 1; }
  .toast.show {
    display: block;
    opacity: 1; }
  .toast.hide {
    display: none; }

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.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: 0.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: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02); }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: min-content;
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    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: flex;
  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: 0.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: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

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

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px); }
  .modal-footer > * {
    margin: 0.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);
      height: min-content; }
  .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: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.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: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem; }
  .popover .arrow {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem; }
    .popover .arrow::before, .popover .arrow::after {
      position: absolute;
      display: block;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-popover-top, .bs-popover-auto[x-placement^="top"] {
  margin-bottom: 0.5rem; }
  .bs-popover-top > .arrow, .bs-popover-auto[x-placement^="top"] > .arrow {
    bottom: calc(-0.5rem - 1px); }
    .bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^="top"] > .arrow::before {
      bottom: 0;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^="top"] > .arrow::after {
      bottom: 1px;
      border-width: 0.5rem 0.5rem 0;
      border-top-color: #fff; }

.bs-popover-right, .bs-popover-auto[x-placement^="right"] {
  margin-left: 0.5rem; }
  .bs-popover-right > .arrow, .bs-popover-auto[x-placement^="right"] > .arrow {
    left: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^="right"] > .arrow::before {
      left: 0;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^="right"] > .arrow::after {
      left: 1px;
      border-width: 0.5rem 0.5rem 0.5rem 0;
      border-right-color: #fff; }

.bs-popover-bottom, .bs-popover-auto[x-placement^="bottom"] {
  margin-top: 0.5rem; }
  .bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^="bottom"] > .arrow {
    top: calc(-0.5rem - 1px); }
    .bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^="bottom"] > .arrow::before {
      top: 0;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^="bottom"] > .arrow::after {
      top: 1px;
      border-width: 0 0.5rem 0.5rem 0.5rem;
      border-bottom-color: #fff; }
  .bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^="bottom"] .popover-header::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7; }

.bs-popover-left, .bs-popover-auto[x-placement^="left"] {
  margin-right: 0.5rem; }
  .bs-popover-left > .arrow, .bs-popover-auto[x-placement^="left"] > .arrow {
    right: calc(-0.5rem - 1px);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0; }
    .bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^="left"] > .arrow::before {
      right: 0;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: rgba(0, 0, 0, 0.25); }
    .bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^="left"] > .arrow::after {
      right: 1px;
      border-width: 0.5rem 0 0.5rem 0.5rem;
      border-left-color: #fff; }

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px); }
  .popover-header:empty {
    display: none; }

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  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%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%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' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    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 0.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; }

@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1;
    transform: none; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  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:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  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: flex !important; }

.d-inline-flex {
  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: flex !important; }
  .d-sm-inline-flex {
    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: flex !important; }
  .d-md-inline-flex {
    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: flex !important; }
  .d-lg-inline-flex {
    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: flex !important; }
  .d-xl-inline-flex {
    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: flex !important; }
  .d-print-inline-flex {
    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 iframe,
  .embed-responsive embed,
  .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.85714%; }

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

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

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    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; } }

.user-select-all {
  user-select: all !important; }

.user-select-auto {
  user-select: auto !important; }

.user-select-none {
  user-select: 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: 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: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  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; }

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

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

.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 {
  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:hover, a.text-primary:focus {
  color: #0056b3 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  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-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media print {
  *,
  *::before,
  *::after {
    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; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    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 th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

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: 551px)/";
  width: 0; }

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

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

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

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

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

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

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

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

.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: #585858;
  cursor: auto;
  margin: 0;
  padding: 0;
  position: relative; }

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

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

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

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

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

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

select {
  width: 100%; }

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

html {
  font-size: 14px; }
  @media (min-width: 551px) {
    html {
      font-size: 14px; } }
  @media (min-width: 801px) {
    html {
      font-size: 14px; } }
  @media (min-width: 1261px) {
    html {
      font-size: 14px; } }

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

a {
  color: #333333;
  line-height: inherit;
  text-decoration: underline; }
  a:hover, a:focus {
    color: #757575; }

p {
  margin-bottom: 1.5rem; }

h1, h2, h3, h4, h5, h6 {
  color: #28a629;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0.25px;
  margin-bottom: 0.78571rem; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #757575;
    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.78571rem; }

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

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

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

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

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

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

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

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

dl dd {
  margin-bottom: 1.5rem; }

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

abbr {
  text-transform: none; }

blockquote { }

blockquote,
blockquote p {
  font-size: 22px;
  line-height: 29px; }

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

.icon {
  height: 1.14286rem;
  width: 1.14286rem;
  display: inline-block;
  vertical-align: middle; }
  .icon svg {
    display: inline-block;
    fill: #757575;
    height: 100%;
    vertical-align: top;
    width: 100%; }

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

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


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

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

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


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

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

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

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

.table-tbody tr {
  border-bottom: 1px solid #e5e5e5; }
  .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: "Arimo", 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;
  border-color: rgba(0, 0, 255, 0);
  color: white;
  font-size: 1rem;
  padding: 0.85714rem 2.28571rem;
  border-radius: 4px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .button:focus, .button.is-active, .button.active {
    background-color: transparent;
    border-color: #a0a0a0;
    color: black; }
  .button:active {
    background-color: transparent;
    border: 1px solid; }
  .button:focus, .button.is-active, .button.active {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button {
      margin-left: 0.78571rem; } }

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

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

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

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

<button class="button button--action">Call-to-Action Button</button>
```
    */
.button--primary {
  background-color: #28a629;
  border-color: #28a629;
  color: white; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: #fdfdfe;
    border-color: #fdfdfe;
    color: black; }
  .button--primary:active {
    background-color: #e16811;
    border: 1px solid #e16811;
    color: #323232; }

.button[disabled] {
  background-color: #cccccc;
  border-color: rgba(0, 0, 255, 0);
  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.57143rem 1.5rem; }

.button--tiny { }

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

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

/*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: 4px;
      border-top-left-radius: 4px; }
    .buttonGroup > .button:last-child {
      border-bottom-right-radius: 4px;
      border-right-width: 1px;
      border-top-right-radius: 4px; }

/*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: #e5e5e5;
  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: #e5e5e5;
  font-size: 1rem;
  height: auto;
  padding: 0.78571rem;
  width: 100%;
  z-index: 89;
  max-width: 200px; }
  .dropdown-menu--content.open {
    display: block; }
  .dropdown-menu--content > *:first-child {
    margin-top: 0; }
  .dropdown-menu--content > *:last-child {
    margin-bottom: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-input {
  appearance: none;
  background-color: white;
  border-color: #cccccc;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: #666666;
  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: #999999;
    cursor: not-allowed; }
  .form-input[readonly] {
    background-color: #e9ecef;
    border-color: #999999;
    color: #757575;
    cursor: text; }
  .form-input:focus {
    border-color: #999999;
    outline: none; }
  .form-input[rows] {
    height: auto; }
  .form-input[type="search"] {
    box-sizing: border-box; }
  .form-input::-webkit-input-placeholder {
    color: #999999; }
  .form-input::-ms-clear {
    height: 0;
    width: 0; }
  .form-input::-moz-placeholder {
    color: #999999; }
  .form-input:-ms-input-placeholder {
    color: #999999; }

/*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: white;
  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: #cccccc;
  color: #666666;
  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: 4px; }
  .form-select:focus {
    border-color: #999999; }
  .form-select:disabled {
    background-color: white;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #999999; }

/*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 #999999;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  margin-bottom: 1.5rem;
  max-width: none;
  padding: 1.5rem; }

.form-row {
  margin: 0 -0.75rem;
  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: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    max-width: none; }
  @media (min-width: 551px) {
    .form-row--half .form-field {
      width: 50%; }
    .form-row--third .form-field {
      width: 33.33333%; }
    .form-row--quarter .form-field {
      width: 25%; } }

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

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

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

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

Styling of the select element with the multiple attribute

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

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

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

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

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

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

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

.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(51, 51, 51, 0.999)' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: rgba(51, 51, 51, 0.999);
  content: "";
  font-size: 1rem;
  line-height: 1;
  text-align: center; }

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

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

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

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

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

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

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

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

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

PrefixPostfix

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

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

### PrefixPostfix with a button

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

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

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

.form-prefixPostfix-label {
  background-color: white;
  border: solid #ced4da;
  border-width: 1px;
  flex: 1;
  font-weight: 300;
  height: calc(1.5em + 0.75rem + 2px);
  line-height: normal;
  max-width: 6.42857rem;
  padding: 0.75rem;
  text-align: center; }

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

.form-prefixPostfix-label--postfix {
  border-radius: 0 0.25rem 0.25rem 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: #757575;
    box-shadow: 0 0 4px rgba(117, 117, 117, 0.4); }

.switch-toggle {
  background-color: #757575;
  border: 1px solid #757575;
  border-radius: 2rem;
  cursor: pointer;
  display: inline-block;
  height: 2rem;
  position: relative;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  vertical-align: middle;
  width: 4.28571rem; }
  .switch--important .switch-toggle {
    background-color: #f1a500;
    border-color: #f1a500; }
  .switch--checked .switch-toggle {
    background-color: #008a06;
    border-color: #008a06; }
  .switch--disabled .switch-toggle {
    background-color: #e5e5e5;
    border-color: #999999;
    cursor: default; }

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

.switch-label {
  color: white;
  height: 26px;
  line-height: 1.92857;
  position: absolute;
  right: 0.42857rem;
  text-transform: uppercase;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .switch--checked .switch-label {
    font-weight: 600;
    left: 0.42857rem;
    right: auto; }
  .switch--disabled .switch-label {
    color: #757575; }

.switch-label--icon.icon {
  height: 1.85714rem;
  width: 1.85714rem; }
  .switch-label--icon.icon svg {
    height: 1.85714rem;
    width: 1.85714rem;
    fill: white; }
    .switch--disabled .switch-label--icon.icon svg {
      fill: #757575; }

.switch-description--off {
  color: black;
  margin-right: 5px; }
  .switch--checked .switch-description--off {
    color: #757575; }

.switch-description--on {
  color: #757575;
  margin-left: 5px; }
  .switch--checked .switch-description--on {
    color: black; }

.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 #999999;
    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 {
  height: 1.57143rem;
  width: 1.57143rem;
  float: left;
  margin: 0 0 0 -2.14286rem;
  position: relative;
  top: 0.71429rem; }
  .form-prefixPostfix .form-input-indicator {
    top: 0; }
  .form-input-indicator > svg {
    fill: #008a06; }

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

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

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

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

.form-field--success .form-field-error,
.form-field--success .form-inlineMessage {
  color: #008a06; }

.form-field--success .form-input-indicator > svg {
  fill: #008a06; }

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

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

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

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

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

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

/*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: #e5e5e5;
  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: #e5e5e5; }
  .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: #757575;
  float: left;
  font-size: 13px;
  line-height: 13px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: #757575; }
  .breadcrumb.current {
    color: #757575;
    cursor: default; }
    .breadcrumb.current a {
      color: #757575;
      cursor: default; }
    .breadcrumb.current:hover, .breadcrumb.current:hover a, .breadcrumb.current:focus, .breadcrumb.current:focus a {
      text-decoration: none; }
  .breadcrumb.unavailable {
    color: #999999; }
    .breadcrumb.unavailable a {
      color: #999999; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus {
      color: #999999;
      cursor: not-allowed;
      text-decoration: none; }
  .breadcrumb:before {
    color: #757575;
    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: #333333;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #757575;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: #999999;
    cursor: default; }

.tabs {
  border-bottom: 1px solid #e5e5e5;
  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: 551px) {
    .tab {
      float: left; } }

.tab-title {
  color: #757575;
  display: block;
  font-size: 15px;
  padding: 0.78571rem 1.57143rem; }
  .tab-title:hover {
    color: #585858; }

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

@media (min-width: 551px) {
  .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: 551px) {
  .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: 551px) {
  .navBar-item {
    float: left; } }

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

.navBar-action {
  color: black;
  font-size: 15px;
  padding: 0.78571rem; }

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

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

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

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

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

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

.navList:after {
  clear: both; }

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

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

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

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

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

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

.navList-action {
  color: #333333;
  font-size: 15px;
  padding: 0.21429rem 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.alertBox-heading {
  margin: 0; }

.alertBox-close {
  cursor: pointer;
  padding-left: 1.14286rem; }
  .alertBox-close .icon {
    height: 1.42857rem;
    width: 1.42857rem; }
  .alertBox-close svg {
    fill: #999999; }

/*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: #e5e5e5 solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 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: #e5e5e5 solid;
  border-width: 1px 0;
  cursor: pointer; }
  .accordion-navigation.is-open > a {
    background: white;
    color: black; }
  .accordion-navigation > a {
    background: white;
    color: #585858;
    padding: 1.85714rem;
    display: block;
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    font-size: 1rem; }
    .accordion-navigation > a:hover {
      background: #e5e5e5; }
  .accordion-navigation .accordion-title {
    padding: 1.5rem 1.85714rem; }

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

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

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

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

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

body.has-activeModal {
  overflow: hidden; }

.modal-background {
  background: black;
  background: rgba(51, 51, 51, 0.95);
  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 #e5e5e5;
  box-shadow: none;
  max-height: 80%;
  overflow: auto;
  position: fixed; }
  @media only screen and (max-width: 551px) {
    .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: 551px) {
    .modal {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 900px; } }
  @media only screen and (min-width: 551px) {
    .modal {
      top: 50% !important; } }
  @media (min-width: 551px) {
    .modal {
      transform: translateY(-50%); } }

.modal--large {
  max-height: 90%;
  width: 1280px; }

.modal--small {
  width: 500px; }

.modal-header {
  border-bottom: 1px solid #e5e5e5;
  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 #e5e5e5;
  padding: 0.78571rem 1.5rem;
  text-align: center; }
  @media (min-width: 481px) {
    .modal-footer {
      text-align: right; } }
  .modal-footer .button {
    display: block; }
    @media (min-width: 481px) {
      .modal-footer .button {
        display: inline-block;
        margin-bottom: 0; } }

.modal-footer-link {
  display: inline-block;
  font-size: 15px;
  margin: 0 0 0.78571rem; }
  @media (min-width: 481px) {
    .modal-footer-link {
      display: inline;
      margin: 1.5rem; } }

.modal-close {
  color: #666666;
  cursor: pointer;
  font-size: 25px;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 1.05rem;
  right: 0.75rem;
  transform: translateY(none); }
  .modal-close .icon {
    height: 1.42857rem;
    width: 1.42857rem; }

@media print {
  .modal {
    background: #fff !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: 4px;
  color: white;
  display: inline-block;
  font-size: 15px;
  padding: 0.35714rem 0.78571rem; }

.loadingOverlay-container {
  min-height: 120px;
  position: relative; }

.loadingOverlay {
  background: rgba(51, 51, 51, 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 {
    height: 2.85714rem;
    width: 2.85714rem;
    border-radius: 2.85714rem;
    border: solid 2px;
    border-color: white white #999999 #999999;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transform-style: preserve-3d;
    animation: spin 500ms infinite cubic-bezier(0.69, 0.31, 0.56, 0.83); }
  .loadingOverlay.ng-enter, .loadingOverlay.ng-leave.ng-leave-active {
    opacity: 0; }
  .loadingOverlay.ng-leave, .loadingOverlay.ng-enter.ng-enter-active {
    opacity: 1; }

@keyframes spin {
  0% {
    transform: translateY(-50%) rotate(0deg); }
  100% {
    transform: translateY(-50%) rotate(360deg); } }

/*doc
---
title: ActionBar
name: action_bar
category: Patterns
---
```html_example
<div class="actionBar">
    <div class="actionBar-section">
        <fieldset class="form-fieldset">
            <div class="actionBar-item form-field">
                <input class="form-input has-action" type="search" placeholder="Search">
                <button class="button button--icon button--inputAction">
                    <span class="is-srOnly">Search</span>
                    <icon glyph="ic-search"></icon>
                </button>
            </div>
            <a href="#" class="actionBar-item">Advanced</a>
        </fieldset>
    </div>
    <div class="actionBar-section actionBar-section--alt">
        <fieldset class="form-fieldset">
            <div class="actionBar-item form-field">
                <div class="buttonGroup">
                    <button class="button">
                        All
                    </button>
                    <button class="button">
                        Free
                    </button>
                    <button class="button">
                        Paid
                    </button>
                </div>
            </div>
            <div class="actionBar-item form-field">
                <label class="form-label" for="select1">Sort by</label>
                <select class="form-select" name="select1" id="select1">
                    <option value="1">Popular</option>
                    <option value="2">Newest</option>
                </select>
            </div>
        </fieldset>
    </div>
</div>
```

```sass_file_example
src/settings/bigcommerce/actionBar/_settings.scss
```
*/
.actionBar {
  margin: 1.5rem 0; }
  .actionBar:before, .actionBar:after {
    content: " ";
    display: table; }
  .actionBar:after {
    clear: both; }
  .actionBar .button {
    margin-bottom: 0; }
  .actionBar .buttonGroup {
    vertical-align: middle; }

.actionBar-link {
  display: block;
  padding: 0.78571rem 0; }

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

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

@media (min-width: 551px) {
  .actionBar-section {
    float: left; }
    .actionBar-section .form-label {
      display: inline-block;
      margin: 0 0.35714rem 0 0; }
    .actionBar-section .form-select,
    .actionBar-section .form-input {
      display: inline-block;
      width: 14.28571rem; } }

@media (min-width: 551px) {
  .actionBar-section--alt {
    float: right; } }

.actionBar-item {
  margin-bottom: 1.5rem; }
  @media (min-width: 551px) {
    .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 #999999;
  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: #757575; }

.card-figcaption-button {
  background-color: rgba(255, 255, 255, 0.9);
  color: #333333; }
  .card-figcaption-button:hover {
    background-color: white;
    color: #333333; }

.card-body {
  padding: 0.78571rem 0 0; }
  .card-body > :first-child {
    margin-top: 0; }
  .card-body > :last-child {
    margin-bottom: 0; }
  .card-body .card-text {
    color: #757575; }

.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; }
  .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: #2ba22a;
    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);
  z-index: 1;
  border: 1px solid white;
  height: 4.35714rem;
  margin-top: -1.07143rem;
  padding: 0.71429rem;
  width: 2.85714rem; }
  .slick-next::before,
  .slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 2.92857rem;
    width: 1.42857rem; }
  .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: -10px; }
  @media (min-width: 1261px) {
    .slick-next {
      right: -3.35714rem; } }
  .slick-next::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%232ba22a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .slick-next:hover::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS40NTY3OSAxLjAwNzQ2MTQ3bDIxIDIwLjAyNDgyMTQzTDEuNTA4ODUgNDEuMDA3NDYxNSIgc3Ryb2tlPSIjOTg5ODk4IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+"); }

.slick-prev {
  left: -15px; }
  @media (min-width: 1261px) {
    .slick-prev {
      left: -3.35714rem; } }
  .slick-prev::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='%232ba22a' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .slick-prev:hover::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIuNDU3MjA3NCAxLjAwNzQ2MTQ3bC0yMSAyMC4wMjQ4MjE0MyAyMC45NDc5Mzk3IDE5Ljk3NTE3ODYiIHN0cm9rZT0iIzk4OTg5OCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg=="); }

.slick-dots {
  margin: 0; }
  .slick-dots li {
    height: 2.28571rem;
    width: 2.28571rem;
    margin: 0;
    padding: 0.35714rem; }
    .slick-dots li button,
    .slick-dots li button::before {
      height: 1.07143rem;
      width: 1.07143rem;
      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; }

.productView .slick-dots {
  position: relative; }

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

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

.nanobar {
  width: 100%;
  height: 0.35714rem;
  z-index: 9999;
  top: 0;
  pointer-events: none;
  user-select: none; }
  .nanobar .bar {
    width: 0;
    height: 100%;
    transition: height .1s;
    background-color: #999999; }

body.swal2-shown {
  overflow-y: hidden; }

body.swal2-iosfix {
  position: fixed;
  left: 0;
  right: 0; }

.swal2-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10px;
  background-color: transparent;
  z-index: 1060; }
  .swal2-container.swal2-top {
    align-items: flex-start; }
  .swal2-container.swal2-top-left {
    align-items: flex-start;
    justify-content: flex-start; }
  .swal2-container.swal2-top-right {
    align-items: flex-start;
    justify-content: flex-end; }
  .swal2-container.swal2-center {
    align-items: center; }
  .swal2-container.swal2-center-left {
    align-items: center;
    justify-content: flex-start; }
  .swal2-container.swal2-center-right {
    align-items: center;
    justify-content: flex-end; }
  .swal2-container.swal2-bottom {
    align-items: flex-end; }
  .swal2-container.swal2-bottom-left {
    align-items: flex-end;
    justify-content: flex-start; }
  .swal2-container.swal2-bottom-right {
    align-items: flex-end;
    justify-content: flex-end; }
  .swal2-container.swal2-grow-fullscreen > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-self: stretch;
    justify-content: center; }
  .swal2-container.swal2-grow-row > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-content: center;
    justify-content: center; }
  .swal2-container.swal2-grow-column {
    flex: 1;
    flex-direction: column; }
    .swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
      align-items: center; }
    .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
      align-items: flex-start; }
    .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
      align-items: flex-end; }
    .swal2-container.swal2-grow-column > .swal2-modal {
      display: flex !important;
      flex: 1;
      align-content: center;
      justify-content: center; }
  .swal2-container:not(.swal2-top):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-left):not(.swal2-bottom-right) > .swal2-modal {
    margin: auto; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swal2-container .swal2-modal {
      margin: 0 !important; } }
  .swal2-container.swal2-fade {
    transition: background-color .1s; }
  .swal2-container.swal2-shown {
    background-color: rgba(0, 0, 0, 0.4); }

.swal2-modal {
  flex-direction: column;
  background-color: #fff;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  position: relative;
  max-width: 100%; }
  .swal2-modal:focus {
    outline: none; }
  .swal2-modal.swal2-loading {
    overflow-y: hidden; }
  .swal2-modal .swal2-title {
    color: #595959;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 0 0 .4em;
    padding: 0;
    display: block;
    word-wrap: break-word; }
  .swal2-modal .swal2-buttonswrapper {
    margin-top: 15px; }
    .swal2-modal .swal2-buttonswrapper:not(.swal2-loading) .swal2-styled[disabled] {
      opacity: .4;
      cursor: no-drop; }
    .swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-confirm {
      box-sizing: border-box;
      border: 4px solid transparent;
      border-color: transparent;
      width: 40px;
      height: 40px;
      padding: 0;
      margin: 7.5px;
      vertical-align: top;
      background-color: transparent !important;
      color: transparent;
      cursor: default;
      border-radius: 100%;
      animation: rotate-loading 1.5s linear 0s infinite normal;
      user-select: none; }
    .swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-cancel {
      margin-left: 30px;
      margin-right: 30px; }
    .swal2-modal .swal2-buttonswrapper.swal2-loading :not(.swal2-styled).swal2-confirm::after {
      display: inline-block;
      content: '';
      margin-left: 5px;
      vertical-align: -1px;
      height: 15px;
      width: 15px;
      border: 3px solid #999999;
      box-shadow: 1px 1px 1px #fff;
      border-right-color: transparent;
      border-radius: 50%;
      animation: rotate-loading 1.5s linear 0s infinite normal; }
  .swal2-modal .swal2-styled {
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    margin: 15px 5px 0;
    padding: 10px 32px; }
    .swal2-modal .swal2-styled:focus {
      outline: none;
      box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4); }
  .swal2-modal .swal2-image {
    margin: 20px auto;
    max-width: 100%; }
  .swal2-modal .swal2-close {
    background: rgba(0, 0, 0, 0);
    border: 0;
    margin: 0;
    padding: 0;
    width: 38px;
    height: 40px;
    font-size: 36px;
    line-height: 40px;
    font-family: serif;
    position: absolute;
    top: 5px;
    right: 8px;
    cursor: pointer;
    color: #cccccc;
    transition: color .1s ease; }
    .swal2-modal .swal2-close:hover {
      color: #d55; }
  .swal2-modal > .swal2-input,
  .swal2-modal > .swal2-file,
  .swal2-modal > .swal2-textarea,
  .swal2-modal > .swal2-select,
  .swal2-modal > .swal2-radio,
  .swal2-modal > .swal2-checkbox {
    display: none; }
  .swal2-modal .swal2-content {
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    color: #545454;
    word-wrap: break-word; }
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-textarea,
  .swal2-modal .swal2-select,
  .swal2-modal .swal2-radio,
  .swal2-modal .swal2-checkbox {
    margin: 20px auto; }
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-textarea {
    width: 100%;
    box-sizing: border-box;
    font-size: 18px;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
    transition: border-color .3s, box-shadow .3s; }
    .swal2-modal .swal2-input.swal2-inputerror,
    .swal2-modal .swal2-file.swal2-inputerror,
    .swal2-modal .swal2-textarea.swal2-inputerror {
      border-color: #f27474 !important;
      box-shadow: 0 0 2px #f27474 !important; }
    .swal2-modal .swal2-input:focus,
    .swal2-modal .swal2-file:focus,
    .swal2-modal .swal2-textarea:focus {
      outline: none;
      border: 1px solid #b4dbed;
      box-shadow: 0 0 3px #c4e6f5; }
    .swal2-modal .swal2-input::placeholder,
    .swal2-modal .swal2-file::placeholder,
    .swal2-modal .swal2-textarea::placeholder {
      color: #cccccc; }
  .swal2-modal .swal2-range input {
    float: left;
    width: 80%; }
  .swal2-modal .swal2-range output {
    float: right;
    width: 20%;
    font-size: 20px;
    font-weight: 600;
    text-align: center; }
  .swal2-modal .swal2-range input,
  .swal2-modal .swal2-range output {
    height: 43px;
    line-height: 43px;
    vertical-align: middle;
    margin: 20px auto;
    padding: 0; }
  .swal2-modal .swal2-input {
    height: 43px;
    padding: 0 12px; }
    .swal2-modal .swal2-input[type='number'] {
      max-width: 150px; }
  .swal2-modal .swal2-file {
    font-size: 20px; }
  .swal2-modal .swal2-textarea {
    height: 108px;
    padding: 12px; }
  .swal2-modal .swal2-select {
    color: #545454;
    font-size: inherit;
    padding: 5px 10px;
    min-width: 40%;
    max-width: 100%; }
  .swal2-modal .swal2-radio {
    border: 0; }
    .swal2-modal .swal2-radio label:not(:first-child) {
      margin-left: 20px; }
    .swal2-modal .swal2-radio input,
    .swal2-modal .swal2-radio span {
      vertical-align: middle; }
    .swal2-modal .swal2-radio input {
      margin: 0 3px 0 0; }
  .swal2-modal .swal2-checkbox {
    color: #545454; }
    .swal2-modal .swal2-checkbox input,
    .swal2-modal .swal2-checkbox span {
      vertical-align: middle; }
  .swal2-modal .swal2-validationerror {
    background-color: #f0f0f0;
    margin: 0 -20px;
    overflow: hidden;
    padding: 10px;
    color: gray;
    font-size: 16px;
    font-weight: 300;
    display: none; }
    .swal2-modal .swal2-validationerror::before {
      content: '!';
      display: inline-block;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #ea7d7d;
      color: #fff;
      line-height: 24px;
      text-align: center;
      margin-right: 10px; }

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

.swal2-icon {
  width: 80px;
  height: 80px;
  border: 4px solid transparent;
  border-radius: 50%;
  margin: 20px auto 30px;
  padding: 0;
  position: relative;
  box-sizing: content-box;
  cursor: default;
  user-select: none; }
  .swal2-icon.swal2-error {
    border-color: #f27474; }
    .swal2-icon.swal2-error .swal2-x-mark {
      position: relative;
      display: block; }
    .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
      position: absolute;
      height: 5px;
      width: 47px;
      background-color: #f27474;
      display: block;
      top: 37px;
      border-radius: 2px; }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
        transform: rotate(45deg);
        left: 17px; }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
        transform: rotate(-45deg);
        right: 16px; }
  .swal2-icon.swal2-warning {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #f8bb86;
    border-color: #facea8;
    font-size: 60px;
    line-height: 80px;
    text-align: center; }
  .swal2-icon.swal2-info {
    font-family: 'Open Sans', sans-serif;
    color: #3fc3ee;
    border-color: #9de0f6;
    font-size: 60px;
    line-height: 80px;
    text-align: center; }
  .swal2-icon.swal2-question {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #87adbd;
    border-color: #c9dae1;
    font-size: 60px;
    line-height: 80px;
    text-align: center; }
  .swal2-icon.swal2-success {
    border-color: #a5dc86; }
    .swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
      border-radius: 50%;
      position: absolute;
      width: 60px;
      height: 120px;
      transform: rotate(45deg); }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        transform: rotate(-45deg);
        transform-origin: 60px 60px; }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        transform: rotate(-45deg);
        transform-origin: 0 60px; }
    .swal2-icon.swal2-success .swal2-success-ring {
      width: 80px;
      height: 80px;
      border: 4px solid rgba(165, 220, 134, 0.2);
      border-radius: 50%;
      box-sizing: content-box;
      position: absolute;
      left: -4px;
      top: -4px;
      z-index: 2; }
    .swal2-icon.swal2-success .swal2-success-fix {
      width: 7px;
      height: 90px;
      position: absolute;
      left: 28px;
      top: 8px;
      z-index: 1;
      transform: rotate(-45deg); }
    .swal2-icon.swal2-success [class^='swal2-success-line'] {
      height: 5px;
      background-color: #a5dc86;
      display: block;
      border-radius: 2px;
      position: absolute;
      z-index: 2; }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
        width: 25px;
        left: 14px;
        top: 46px;
        transform: rotate(45deg); }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
        width: 47px;
        right: 8px;
        top: 38px;
        transform: rotate(-45deg); }

.swal2-progresssteps {
  font-weight: 600;
  margin: 0 0 20px;
  padding: 0; }
  .swal2-progresssteps li {
    display: inline-block;
    position: relative; }
  .swal2-progresssteps .swal2-progresscircle {
    background: #3085d6;
    border-radius: 2em;
    color: #fff;
    height: 2em;
    line-height: 2em;
    text-align: center;
    width: 2em;
    z-index: 20; }
    .swal2-progresssteps .swal2-progresscircle:first-child {
      margin-left: 0; }
    .swal2-progresssteps .swal2-progresscircle:last-child {
      margin-right: 0; }
    .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
      background: #3085d6; }
      .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
        background: #add8e6; }
      .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
        background: #add8e6; }
  .swal2-progresssteps .swal2-progressline {
    background: #3085d6;
    height: .4em;
    margin: 0 -1px;
    z-index: 10; }

[class^='swal2'] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7); }
  45% {
    transform: scale(1.05); }
  80% {
    transform: scale(0.95); }
  100% {
    transform: scale(1); } }

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(0.5);
    opacity: 0; } }

.swal2-show {
  animation: showSweetAlert .3s; }
  .swal2-show.swal2-noanimation {
    animation: none; }

.swal2-hide {
  animation: hideSweetAlert .15s forwards; }
  .swal2-hide.swal2-noanimation {
    animation: none; }

@keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg); } }

.swal2-animate-success-line-tip {
  animation: animate-success-tip .75s; }

.swal2-animate-success-line-long {
  animation: animate-success-long .75s; }

.swal2-success.swal2-animate-success-icon .swal2-success-circular-line-right {
  animation: rotatePlaceholder 4.25s ease-in; }

@keyframes animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    opacity: 1; } }

.swal2-animate-error-icon {
  animation: animate-error-icon .5s; }

@keyframes animate-x-mark {
  0% {
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.swal2-animate-x-mark {
  animation: animate-x-mark .5s; }

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.swal2-modal {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Arimo", Arial, Helvetica, sans-serif; }
  .swal2-modal .swal2-title {
    color: #28a629;
    font-size: 2.14286rem; }
  .swal2-modal .swal2-content {
    color: #585858;
    font-size: 1.14286rem; }
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-textarea {
    border: 1px solid #cccccc;
    color: #666666; }
  .swal2-modal .swal2-checkbox,
  .swal2-modal .swal2-select {
    color: #666666; }
  .swal2-modal .swal2-buttonswrapper {
    margin: 25px 0 0; }
  .swal2-modal .swal2-styled {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: "Arimo", 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;
    border-color: rgba(0, 0, 255, 0);
    color: white;
    font-size: 1rem;
    padding: 0.85714rem 2.28571rem;
    border-radius: 4px;
    line-height: 1rem;
    outline: none;
    transition: all 0.15s ease;
    vertical-align: middle; }
    .swal2-modal .swal2-styled:hover, .swal2-modal .swal2-styled:focus, .swal2-modal .swal2-styled.is-active, .swal2-modal .swal2-styled.active {
      background-color: transparent;
      border-color: #a0a0a0;
      color: black; }
    .swal2-modal .swal2-styled:active {
      background-color: transparent;
      border: 1px solid; }
  .swal2-modal .swal2-styled:focus {
    outline: none; }
  .swal2-modal .swal2-confirm {
    background-color: #28a629;
    border-color: #28a629;
    color: white; }
  .swal2-modal .swal2-confirm:focus,
  .swal2-modal .swal2-confirm:hover {
    background-color: #fdfdfe;
    border-color: #fdfdfe;
    color: black; }
  .swal2-modal .swal2-confirm:active {
    background-color: #e16811;
    border-color: #e16811;
    color: #323232; }
  .swal2-modal .swal2-cancel {
    background-color: transparent;
    border-color: rgba(0, 0, 255, 0);
    color: white; }
  .swal2-modal .swal2-cancel:focus,
  .swal2-modal .swal2-cancel:hover {
    background-color: transparent;
    border-color: #a0a0a0;
    color: black; }
  .swal2-modal .swal2-cancel:active {
    background-color: transparent; }
  .swal2-modal .button + .button {
    margin-left: 0.78571rem; }

html,
body {
  height: auto; }

body {
  padding-top: 55px; }
  @media (min-width: 801px) {
    body {
      padding-top: 0; } }

figure {
  margin-bottom: 2rem;
  margin-top: 2rem; }
  figure > figcaption {
    margin-bottom: -0.5rem; }

figcaption {
  color: #999999;
  margin-top: 0.78571rem; }

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

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin-top: 2.28571rem;
  letter-spacing: 0; }

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

cite {
  line-height: 1.5;
  margin: 0.5rem 0 0; }

.page-heading {
  margin: 0 0 3rem;
  text-align: center; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

.definitionList:after {
  clear: both; }

.definitionList-key {
  color: #757575;
  float: left;
  font-weight: 400;
  margin: 0 0.35714rem 0 0; }

.definitionList-value {
  margin: 0; }

.form-select {
  appearance: none;
  background-position: right 0.57143rem top 0.71429rem;
  border-radius: 4px;
  padding: 0.75rem 3rem 0.75rem 1rem; }

.form-label small {
  float: right;
  margin-top: 0.35714rem; }

.form-label--inlineSmall small {
  color: #757575;
  float: none;
  font-size: inherit;
  font-weight: 400;
  margin-left: 0.35714rem;
  text-transform: none; }

.table {
  margin-top: 2rem; }
  .table td + td {
    border-left: 1px solid #e5e5e5; }
  .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: 551px) {
      .table-actions .button {
        display: inline-block;
        margin-bottom: 0;
        width: auto; } }
    @media (min-width: 551px) {
      .table-actions .button + .button {
        margin-left: 0.35714rem; } }

.table--line {
  border-color: #e5e5e5;
  border-width: 0 0 1px; }
  .table--line .table-thead {
    background-color: white;
    border-color: #e5e5e5;
    border-width: 0 0 1px; }
    .table--line .table-thead tr th {
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 551px) {
        .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 #e5e5e5; }
    .table--line tr td {
      display: block;
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 551px) {
        .table--line tr td {
          text-align: center; }
          .table--line tr td:first-child {
            text-align: left; }
          .table--line tr td:last-child {
            text-align: right; } }
      .table--line tr td + td {
        padding-left: 1.5rem; }
  .table--line td + td {
    border-left: 0; }

.dropdown {
  left: -9999px;
  outline: none;
  position: absolute; }

.dropdown-menu.is-loading .loadingOverlay {
  background: none;
  padding: 4.5rem 0;
  position: relative; }

.dropdown-menu.is-open {
  display: block; }

.dropdown-menu-item {
  text-align: left; }
  .dropdown-menu-item:first-child > a {
    padding-top: 0.78571rem; }
  .dropdown-menu-item:last-child > a {
    padding-bottom: 1rem; }
  .dropdown-menu-item > a {
    margin: 0;
    padding: 0.28571rem 1.14286rem;
    text-decoration: none; }

.form-wishlist {
  position: relative; }

.dropdown-menu-button {
  width: 100%; }
  .dropdown-menu-button.is-open {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px; }
  .dropdown-menu-button .icon {
    float: right;
    margin-left: 10px; }

#wishlist-dropdown.is-open {
  background: transparent;
  left: auto !important;
  max-width: none !important;
  width: 100% !important; }
  @media (min-width: 551px) {
    #wishlist-dropdown.is-open {
      padding-right: 20px; } }
  @media (min-width: 801px) {
    #wishlist-dropdown.is-open {
      padding-right: 0px; } }
  @media (min-width: 1261px) {
    #wishlist-dropdown.is-open {
      padding-right: 11px; } }
  #wishlist-dropdown.is-open:focus {
    outline: none; }
  #wishlist-dropdown.is-open [data-wishlist] {
    border-top: none;
    margin-bottom: 0px;
    width: 100%; }
  #wishlist-dropdown.is-open .button {
    background-color: white;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    width: 100%; }
  #wishlist-dropdown.is-open .button--has-items {
    font-weight: 700; }
  #wishlist-dropdown.is-open li:not(:last-child) .button {
    border-bottom: none;
    border-radius: 0px;
    border-top: none;
    margin-bottom: 0px; }

.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%);
  border-radius: 3px;
  height: auto; }
  .modal .modal-content {
    overflow: auto;
    position: unset;
    display: block;
    border: none;
    border-radius: none; }

@media (min-width: 1261px) {
  .modal--large {
    width: 1280px; } }

.modal-header {
  padding-left: 2.25rem;
  padding-right: 3.03571rem;
  border-radius: 3px; }

.modal-header-title {
  font-size: 22px;
  text-align: center; }
  @media (min-width: 801px) {
    .modal-header-title {
      font-size: 25px; } }

.modal-close {
  height: 2.28571rem;
  width: 2.28571rem;
  color: #757575;
  font-size: 26px;
  line-height: 2.28571rem;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 50; }
  @media (min-width: 801px) {
    .modal-close {
      font-size: 32px; } }
  .modal-close:hover {
    color: #999999; }

.modal-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 2.25rem 2.25rem; }

.breadcrumbs {
  text-align: left;
  margin-bottom: 0; }
  @media (min-width: 551px) {
    .breadcrumbs {
      display: block; } }

.breadcrumb {
  display: inline-block;
  float: none;
  padding: 0;
  background-color: transparent; }
  .breadcrumb:before {
    content: "\f04b";
    display: inline-block;
    font: normal normal normal 8px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    top: -2px;
    color: #808080;
    margin: 0px 5px 0 10px; }
  .breadcrumb a {
    color: #808080; }
  .breadcrumb.is-active > .breadcrumb-label {
    cursor: text;
    color: #808080; }

.breadcrumb-label {
  text-decoration: none; }

.panel-title {
  font-size: 20px; }

.panel--large .panel-body {
  margin-bottom: 2rem;
  padding: 2rem; }

.pagination-list {
  font-size: 0;
  margin-bottom: 1.5rem;
  text-align: center;
  position: relative;
  display: flex;
  margin-bottom: 0;
  justify-content: left; }
  .pagination-list:before, .pagination-list:after {
    content: " ";
    display: table; }
  .pagination-list:after {
    clear: both; }
  .pagination-list .pagination-item {
    display: inline-block;
    line-height: 8px;
    margin: 0 10px; }
    .pagination-list .pagination-item:first-child span {
      color: #000000;
      font-weight: bold;
      line-height: 18px;
      font-size: 12px; }
  .pagination-list li {
    margin-left: 10px; }
    .pagination-list li a:hover {
      color: #2465c6;
      font-weight: bold;
      border-bottom: 1px solid #2465c6; }
      .pagination-list li a:hover i > svg:hover {
        fill: #2465c6; }
    .pagination-list li a i > svg {
      fill: #000000;
      width: 8px; }
  .pagination-list .pagination-item--previous > a {
    color: #000;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 600;
    margin-top: 1px; }
    .pagination-list .pagination-item--previous > a i svg {
      transform: rotate(90deg); }
  .pagination-list .pagination-item--next > a {
    padding-left: 13px;
    color: #000;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 600;
    margin-top: 1px; }
    .pagination-list .pagination-item--next > a i svg {
      transform: rotate(270deg); }

.product-pagination {
  width: 100%;
  padding: 21px 0;
  border-top: 1px solid #efefef;
  position: relative;
  text-align: left;
  margin-top: 0;
  background: #ffffff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }
  .product-pagination .compare-link {
    display: inline-block;
    margin-top: 30px; }
    @media (max-width: 1024px) {
      .product-pagination .compare-link {
        display: none !important; } }
  @media (min-width: 551px) {
    .product-pagination .compare-link {
      margin-top: 0;
      top: 50%;
      right: 20px;
      display: block;
      position: absolute;
      transform: translateY(-50%);
      box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
      -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
      -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
      -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07); }
    .product-pagination .pagination-info {
      margin-top: 0;
      top: 50%;
      left: 0;
      display: block;
      position: absolute;
      transform: translateY(-50%);
      color: #464646;
      font-size: 12px; } }
  @media (max-width: 480px) {
    .product-pagination .pagination-info {
      margin-top: 0;
      top: 50%;
      left: 0;
      display: block;
      transform: translateY(-50%);
      color: #464646;
      font-size: 12px; } }

.pagination {
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 9;
  display: block;
  border-radius: none;
  margin-left: 20px; }

.pagination-item {
  border: none;
  line-height: 1; }
  .pagination-item .pagination-link {
    color: #585858;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0;
    font-size: 12px;
    font-weight: 400;
    padding: 6px 0 3px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 0; }
    .pagination-item .pagination-link:before {
      left: 0;
      bottom: 0;
      height: 1px;
      width: 0px;
      background-color: #646464;
      transition: all 0.3s ease;
      position: absolute; }
    .pagination-item .pagination-link:hover:before {
      width: 100%; }
  .pagination-item.pagination-item--current {
    border-radius: 0; }
    .pagination-item.pagination-item--current > a {
      color: #2465c6;
      font-weight: 600;
      padding: 5px 0 3px 0;
      border-bottom: 1px solid #2465c6; }
    .pagination-item.pagination-item--current .pagination-link:before {
      width: 100%; }
  .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
    padding-left: 13px;
    padding-right: 20px;
    padding: 0;
    color: #000000;
    width: auto; }
    .pagination-item.pagination-item--previous > a:before, .pagination-item.pagination-item--next > a:before {
      width: 100%; }

.pagination-item--previous {
  float: left; }
  .pagination-item--previous .icon {
    margin-left: -0.85714rem;
    margin-top: 0px; }

.pagination-item--next {
  float: right; }
  .pagination-item--next .icon {
    margin-right: -0.85714rem;
    margin-top: 0px; }

.pagination-list--small {
  position: relative; }
  .pagination-list--small .pagination-item {
    cursor: inherit; }

.button {
  line-height: 1rem;
  transition: all 0.15s ease; }
  .button + .button {
    margin-left: 0; }
    @media (min-width: 801px) {
      .button + .button {
        margin-left: 0.78571rem; } }

.button[disabled] {
  cursor: not-allowed; }

.button--icon svg {
  fill: #757575; }

.tab {
  border-top: 1px solid #e5e5e5;
  float: none; }
  @media (min-width: 801px) {
    .tab {
      border-top-color: white;
      float: left; } }
  .tab.is-active {
    border-left-color: white;
    border-right-color: white; }
    @media (min-width: 551px) {
      .tab.is-active {
        margin-bottom: -1px; } }
    @media (min-width: 801px) {
      .tab.is-active {
        border: 1px solid #e5e5e5;
        border-bottom: 1px solid white; } }

.tab-title {
  padding: 1.14286rem 0;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 551px) {
    .tab-title {
      text-align: left; } }
  @media (min-width: 801px) {
    .tab-title {
      padding: 0.78571rem 1.5rem; } }

.tab-content.has-jsContent {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  visibility: hidden; }
  .tab-content.has-jsContent.is-active {
    height: auto;
    overflow: visible;
    padding: 1.5rem 0;
    visibility: visible; }

@media (min-width: 551px) {
  .tab-content .productReview {
    width: 50%; } }

@media (min-width: 801px) {
  .tab-content .productReview {
    width: 33.33333%; } }

@media (min-width: 1261px) {
  .tab-content .productReview {
    width: 50%; } }

.tab-content .productReviews {
  border-top: 0;
  padding: 20px 20px 0 20px; }

.accordion {
  border: none;
  box-shadow: none;
  border-radius: 3px;
  list-style: none; }
  .accordion .navList {
    margin-bottom: 0; }
  @media (max-width: 480px) {
    .accordion {
      margin-bottom: 15px; } }

.faq-block .accordion-title:before {
  content: "\f107";
  font: normal normal normal 22px/1 FontAwesome;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 0;
  padding: 9px;
  color: #b4b4b4;
  font-weight: 100;
  transition: all 0.5s ease; }

.accordion-title {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 40px;
  font-weight: 700;
  padding: 0px 15px;
  margin: 0;
  text-transform: capitalize;
  color: black;
  position: relative;
  background: #ffffff;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  transition: all 0.3s ease;
  position: relative;
  width: 100%;
  display: block;
  border-radius: 3px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07); }
  .accordion-title span {
    position: relative; }
  .accordion-title:focus, .accordion-title:hover {
    color: #28a629; }
  .accordion-block.is-open .accordion-title {
    color: #000000;
    background-color: #ffffff;
    box-shadow: none;
    border-bottom: 1px solid #efefef; }
    .accordion-block.is-open .accordion-title:before {
      color: #505050;
      transform: rotate(180deg);
      right: 8px; }

.accordion-content {
  border: 0;
  padding: 20px 20px;
  background: #ffffff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }
  .accordion-content p {
    margin: 0; }
    .accordion-content p:first-child {
      margin-bottom: 20px; }
  .accordion-content .form:only-child {
    margin-bottom: 0; }

.accordion-navigation {
  border: none;
  position: relative;
  text-decoration: none;
  margin-bottom: 15px; }

.accordion--List .accordion-block + .accordion-block {
  margin-top: 15px; }

@media (min-width: 801px) {
  .accordion--navList {
    border: 0; } }

@media (min-width: 801px) {
  .sidebarBlock + .accordion--navList {
    margin-top: 2rem; } }

@media (min-width: 801px) {
  .accordion--navList .accordion-block {
    margin-top: 2rem; } }

.accordion--navList .accordion-content {
  padding: 10px 15px; }
  .accordion--navList .accordion-content .toggleLink {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    color: #323232;
    margin-top: 5px;
    display: inline-block; }
    .accordion--navList .accordion-content .toggleLink .toggleLink-text {
      font-size: inherit;
      font-weight: inherit;
      line-height: inherit; }

@media (min-width: 801px) {
  .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: 801px) {
    .accordion--navList .accordion-title {
      margin-bottom: 0;
      margin-top: 0;
      padding: 0; } }

.accordion--navList .accordion-indicator {
  fill: #999999; }

.accordion--navList .accordion-navigation-actions {
  right: 10px;
  top: 50%;
  transform: translateY(-50%); }

.accordion--navList .sidebarBlock .accordion-navigation-actions {
  top: 50%;
  right: 20px;
  transform: translateY(-50%); }

.accordion-block:first-child {
  margin-top: 0; }

.accordion-block:last-child .accordion-navigation,
.accordion-block:last-child .accordion-content {
  border-radius: 0 0 4px 4px; }

.accordion-block:last-child .accordion-navigation {
  border-bottom-width: 0; }
  .accordion-block:last-child .accordion-navigation.is-open {
    border-bottom-width: 1px;
    border-radius: 0; }

.accordion-navigation-actions {
  position: absolute;
  right: 1.85714rem;
  top: 1.5rem; }
  .accordion-navigation-actions > a {
    color: #757575;
    vertical-align: top; }
    .accordion-navigation-actions > a:hover {
      color: #333333; }

#facetedSearch {
  background: transparent;
  border: 0;
  box-shadow: none; }

.form-minMaxRow .button {
  text-transform: capitalize !important; }

.facetedSearch-refineFilters > span {
  padding: 15px; }

.facetedSearch-refineFilters > a {
  padding: 15px; }

.inlineList--labels {
  margin-bottom: 0;
  margin-left: -0.78571rem; }
  .inlineList--labels > li {
    margin-bottom: 0.78571rem;
    margin-left: 0.78571rem; }

.alertBox {
  border-radius: 4px;
  border-style: none;
  display: block;
  font-size: 12px;
  border-radius: 0;
  padding: 8px 10px 8px 10px;
  margin-top: 15px;
  margin-bottom: 0;
  color: #31708f;
  font-weight: 400;
  position: relative;
  font-style: italic;
  transition: opacity 300ms ease-out;
  background-color: #e5e5e5;
  border-color: none; }

.alertBox-icon {
  padding-right: 8px; }
  .alertBox-icon .icon {
    height: 1.78571rem;
    width: 1.78571rem; }

.alertBox--info {
  color: #31708f;
  background-color: #e2f1f9; }
  .alertBox--info svg {
    fill: #31708f !important; }
  .alertBox--info .alertBox-close svg {
    fill: #dfdfdf; }

.lazyload, .lazyloading {
  height: 100%; }

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

.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(204, 71, 73, 0.999)' /%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 1rem;
  left: -0.14286rem;
  margin-right: 0.07143rem;
  position: relative;
  top: 0.21429rem;
  width: 1rem; }

.form-field--success .form-input[type="text"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(0, 138, 6, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.71429rem center;
  background-repeat: no-repeat;
  padding-right: 3rem; }

.form-checkbox + .form-label:last-child,
.form-radio + .form-label:last-child {
  display: block;
  margin-bottom: -0.28571rem; }

.form-checkbox + .form-label::after,
.form-radio + .form-label::after {
  top: 0.28571rem; }

.form-checkbox + .form-label::before,
.form-radio + .form-label::before {
  top: 0.21429rem; }

.form-actions {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  display: block;
  text-align: center; }
  .form-actions:before, .form-actions:after {
    content: " ";
    display: table; }
  .form-actions:after {
    clear: both; }
  @media (min-width: 551px) {
    .form-actions {
      margin-top: 1.5rem; } }
  .form-actions .button,
  .form-actions input,
  .form-actions a {
    vertical-align: top;
    width: 100%; }
    @media (min-width: 551px) {
      .form-actions .button,
      .form-actions input,
      .form-actions a {
        margin-bottom: 0;
        width: auto; } }
    .form-actions .button + .button,
    .form-actions .button + input,
    .form-actions .button + a,
    .form-actions input + .button,
    .form-actions input + input,
    .form-actions input + a,
    .form-actions a + .button,
    .form-actions a + input,
    .form-actions a + a {
      margin-top: 0.78571rem; }
      @media (min-width: 551px) {
        .form-actions .button + .button,
        .form-actions .button + input,
        .form-actions .button + a,
        .form-actions input + .button,
        .form-actions input + input,
        .form-actions input + a,
        .form-actions a + .button,
        .form-actions a + input,
        .form-actions a + a {
          margin: 0 0 0 0.78571rem; } }

.form-label--alternate {
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin-bottom: 0.78571rem; }

.form-select--date {
  width: initial; }
  .form-select--date + .form-select--date {
    margin-left: 0.35714rem; }

.form-select--small,
.form-select--date {
  background-position: right 0.5rem top 0.5rem;
  background-size: 1.28571rem;
  font-size: 13px;
  height: 2.28571rem;
  line-height: 1rem;
  max-width: 20rem;
  padding: 0.57143rem 0.78571rem;
  padding-right: 2rem; }

.form-select--short {
  max-width: 6rem;
  width: 4.5rem; }

.form-file {
  margin-bottom: 0.5rem; }

.form-fileDescription {
  color: #999999;
  font-size: 13px; }

.form-field-group {
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 1.5rem; }

.form-column {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 551px) {
    .form-column {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left; } }

.form-prefixPostfix.wrap {
  flex-wrap: wrap; }

.form-prefixPostfix .form-input,
.form-prefixPostfix .button {
  display: block;
  width: 100%; }

@media (min-width: 1261px) {
  .form-prefixPostfix .form-input {
    width: auto; } }

@media (min-width: 1261px) {
  .form-prefixPostfix .button {
    width: auto; } }

.form-prefixPostfix .form-inlineMessage {
  margin-bottom: 0.35714rem; }
  @media (min-width: 1261px) {
    .form-prefixPostfix .form-inlineMessage {
      margin-bottom: 0; } }

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

.form-increment .button {
  margin: 0;
  padding: 0.21429rem 0.35714rem; }

.form-input--incrementTotal {
  border: 0;
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  height: auto;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 2.5rem; }

.form-option {
  border: 1px solid #cccccc;
  color: #666666;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  padding: 1px;
  transition: all 0.15s ease; }
  .form-option:hover {
    border-color: #999999; }
  .form-radio:checked + .form-option {
    border-color: #333333;
    box-shadow: 0 0 0 1px #333333; }

.form-option-variant {
  display: inline-block;
  font-size: 1rem;
  min-width: 2.71429rem;
  padding: 1px 0.35714rem;
  pointer-events: none;
  text-align: center; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 1.57143rem;
  width: 1.57143rem;
  min-width: initial;
  padding: 0; }
  @media (min-width: 551px) {
    .form-option-variant--color,
    .form-option-variant--pattern {
      pointer-events: inherit; } }

.form-option-variant--pattern {
  background-position: center;
  background-repeat: no-repeat; }

.form-input--small {
  font-size: 13px;
  height: 2.28571rem;
  line-height: 1rem;
  padding: 0.57143rem 0.78571rem; }

.form-minMaxRow {
  margin-left: -0.375rem;
  margin-right: -0.375rem; }
  .form-minMaxRow:before, .form-minMaxRow:after {
    content: " ";
    display: table; }
  .form-minMaxRow:after {
    clear: both; }
  .form-minMaxRow .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 33.33333%;
    float: left;
    margin-bottom: 0;
    padding-left: 0.375rem;
    padding-right: 0.375rem; }
  .form-minMaxRow .button {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%; }

.form-row .form-field {
  padding-left: 15px;
  padding-right: 15px; }

.form1 {
  padding: 0 15px; }
  .form1 .form-field-group {
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 3px;
    padding: 12px 15px; }

@media (min-width: 551px) {
  .form-row--half > .form-field:nth-child(odd) {
    clear: left; } }

[data-product-attribute] .form-option {
  overflow: hidden;
  position: relative; }
  [data-product-attribute] .form-option.unavailable {
    background-color: #ddd;
    opacity: 0.3; }
    [data-product-attribute] .form-option.unavailable:before {
      background-color: #000;
      content: "";
      height: 2px;
      left: -5px;
      position: absolute;
      top: 11px;
      transform: rotate(-45deg);
      width: 141%; }

[data-product-attribute="set-radio"] .unavailable,
[data-product-attribute="product-list"] .unavailable {
  opacity: 0.6;
  text-decoration: line-through; }

/*==========================================
=            Defaul Bigcommerce            =
==========================================*/
.card-figure {
  margin-top: 0;
  position: relative; }
  .card-figure:hover .card-figcaption {
    opacity: 1; }

.card-img-container {
  max-width: 400px; }
  .card-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

.card-figcaption {
  display: none;
  margin: 0;
  pointer-events: none; }
  @media (min-width: 801px) {
    .card-figcaption {
      display: block; } }

.card-figcaption-body {
  display: inline-block;
  pointer-events: all;
  transform: translate3d(0, -50%, 0); }

.card-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 0;
  width: 100%;
  max-height: 100%; }

.card-title {
  font-size: 15px;
  margin: 0 0 0.28571rem; }
  .card-title > a {
    color: #2ba22a;
    text-decoration: none; }
    .card-title > a:hover {
      color: #2ba22a; }

@media (min-width: 1025px) {
  #sideTopSellers .card .card-figure .quickview, #sideTopSellers1 .card .card-figure .quickview {
    padding: 3px 15px; } }

#sideTopSellers .card:before, #sideTopSellers1 .card:before {
  content: none; }

#sideTopSellers .productCarousel .slick-arrow, #sideTopSellers1 .productCarousel .slick-arrow {
  fill: black; }

#sideTopSellers .productCarousel .slick-prev, #sideTopSellers1 .productCarousel .slick-prev {
  left: 15px; }

#sideTopSellers .productCarousel .slick-next, #sideTopSellers1 .productCarousel .slick-next {
  right: 15px; }

#sideTopSellers .slick-dots, #sideTopSellers1 .slick-dots {
  display: none !important; }

.productCarousel .slick-list {
  padding: 0;
  z-index: 3; }
  @media (max-width: 1024px) {
    .productCarousel .slick-list {
      padding: 0; } }

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

.card-figcaption-button {
  border: none;
  display: block;
  margin: 0.35714rem 0 0; }
  .card-figcaption-button:active {
    background-color: white;
    border: none; }
  .card-figcaption-button + .card-figcaption-button {
    margin: 0.35714rem 0 0; }

.card-body {
  text-align: left; }
  @media (min-width: 551px) {
    .card-body {
      text-align: left; } }

/*=====  End of Defaul Bigcommerce  ======*/
/*=========================================
=            www.themevale.com            =
=========================================*/
.card {
  margin-bottom: 40px;
  border: none; }
  .card .card-figure {
    padding-bottom: 36px;
    overflow: hidden;
    position: relative; }
    @media (max-width: 991px) {
      .card .card-figure {
        padding-bottom: 25px; } }
    .card .card-figure .card-link {
      z-index: 2;
      display: block;
      position: relative; }
      .card .card-figure .card-link + .card_optionImage {
        margin-bottom: 0; }
    .card .card-figure .wishlist, .card .card-figure .quickview {
      display: none; }
    .card .card-figure .button {
      left: 0;
      right: 0;
      bottom: 0;
      margin: 0;
      z-index: 5;
      color: #ffffff;
      border-radius: 0;
      position: absolute;
      border-color: #323232;
      background-color: #323232; }
    @media (max-width: 414px) {
      .card .card-figure .button {
        padding-left: 5px;
        padding-right: 5px; } }
    @media (max-width: 320px) {
      .card .card-figure .button {
        font-size: 11px;
        font-weight: 700;
        letter-spacing: 0; } }
  .card .card-body {
    padding-top: 10px; }
    .card .card-body .card-compare-rating .card-rating {
      display: inline-block;
      margin-right: 31px; }
    .card .card-body .card-compare-rating .card-compare {
      display: inline-block; }
      @media (max-width: 1024px) {
        .card .card-body .card-compare-rating .card-compare {
          display: none; } }
    @media (max-width: 1024px) {
      .card .card-body .card-detail {
        min-height: 126px;
        overflow: hidden; } }
    .card .card-body .card-brand {
      font-family: "Arimo", Arial, Helvetica, sans-serif;
      display: block;
      color: #787878;
      line-height: 1;
      font-size: 12px;
      font-weight: 700;
      margin-bottom: 7px;
      text-transform: unset;
      letter-spacing: 0; }
      .card .card-body .card-brand + .card-title {
        margin-top: 0; }
    .card .card-body .card-title {
      color: #323232;
      font-size: 12px;
      font-weight: 400;
      line-height: 20px;
      margin: 0 0 3px 0;
      letter-spacing: 0;
      transition: all 0.3s ease;
      margin-top: 19px;
      height: 40px;
      overflow: hidden; }
      .card .card-body .card-title > a {
        font-family: "Arimo", Arial, Helvetica, sans-serif;
        transition: none;
        color: #2ba22a;
        letter-spacing: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; }
        .card .card-body .card-title > a:hover span {
          color: #2ba22a;
          background-image: linear-gradient(transparent 95%, #2ba22a 5%);
          background-repeat: repeat-x;
          background-position-y: 0px;
          padding-bottom: 1px; }
    .card .card-body .card-price {
      font-family: "Arimo", Arial, Helvetica, sans-serif;
      font-size: 13px;
      line-height: 25px;
      font-weight: 700;
      color: #000000; }
      .card .card-body .card-price .price-section {
        margin-right: 5px;
        vertical-align: top;
        display: inline-block; }
        .card .card-body .card-price .price-section:last-child {
          margin-right: 0; }
        .card .card-body .card-price .price-section.price-section--withoutTax {
          color: #e22600; }
        .card .card-body .card-price .price-section.rrp-price--withoutTax {
          color: #b4b4b4; }
        .card .card-body .card-price .price-section.non-sale-price--withoutTax {
          color: #b4b4b4; }
        .card .card-body .card-price .price-section.price-none {
          display: none; }
          .card .card-body .card-price .price-section.price-none + .price-section--withoutTax {
            color: #000000; }
        .card .card-body .card-price .price-section.price-range + .price-section--withoutTax {
          color: #000000; }
    .card .card-body .card-compare {
      display: none; }
    .card .card-body .price-wrapper {
      width: 100%;
      vertical-align: top;
      display: inline-block;
      margin-bottom: 7px; }
    .card .card-body .card-rating {
      margin: 0;
      line-height: 1;
      margin-bottom: 16px; }
      .card .card-body .card-rating .rating--small {
        vertical-align: top; }
        .card .card-body .card-rating .rating--small .icon {
          margin-top: 0;
          vertical-align: top; }
    .card .card-body .card-actions {
      opacity: 1;
      visibility: visible;
      transition: all 0.3s ease; }
      @media (max-width: 1024px) {
        .card .card-body .card-actions {
          opacity: 1;
          visibility: visible; } }
      .card .card-body .card-actions .wishlist {
        display: none; }
  @media (min-width: 415px) {
    .card .card-figure {
      padding-bottom: 42px; } }
  @media (min-width: 1025px) {
    .card {
      margin-bottom: 50px;
      position: relative;
      padding: 0 0px 20px 0px; }
      .card .card-figure {
        padding-bottom: 0; }
        .card .card-figure .wishlist {
          top: 0px;
          left: 0px;
          margin: 0;
          z-index: 5;
          position: absolute;
          display: inline-block;
          background-color: transparent; }
          .card .card-figure .wishlist svg {
            width: 20px;
            height: 18px;
            fill: #ee6235; }
        .card .card-figure .quickview {
          top: 50%;
          left: 50%;
          z-index: 5;
          min-width: 102px;
          text-align: center;
          color: white;
          font-size: 11px;
          font-weight: 700;
          position: absolute;
          vertical-align: top;
          padding: 0px 15px;
          line-height: 24px;
          margin: 0 auto;
          text-transform: uppercase;
          display: inline-block;
          background-color: #666666;
          border-radius: 20px;
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
          -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
          -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
          -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
          transform: translate(-50%, -50%);
          text-decoration: none; } }
      @media (min-width: 1025px) and (max-width: 1158px) {
        .card .card-figure .quickview {
          min-width: 97px; } }
  @media (min-width: 1025px) {
          .card .card-figure .quickview:hover {
            text-decoration: none;
            color: white;
            background-color: #666666; }
            .card .card-figure .quickview:hover:before {
              width: 100%; }
        .card .card-figure .button, .card .card-figure .wishlist, .card .card-figure .quickview {
          opacity: 0;
          visibility: hidden; }
      .card .card-img-container:before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        content: "";
        opacity: 0;
        position: absolute;
        visibility: hidden;
        transition: all 0.5s ease; }
      .card .card-body {
        position: relative;
        z-index: 2; }
        .card .card-body .card-compare {
          color: #787878;
          line-height: 14px;
          display: block;
          margin-top: 0;
          margin-bottom: 4px;
          font-weight: 400;
          font-size: 12px; }
          .card .card-body .card-compare > input {
            top: 1px;
            position: relative;
            margin-right: 2px;
            vertical-align: top; }
        .card .card-body .price-wrapper .card-compare {
          float: right; }
      .card:hover {
        z-index: 10; }
        .card:hover:before {
          opacity: 1;
          visibility: visible; }
        .card:hover .card-figure .button, .card:hover .card-figure .wishlist, .card:hover .card-figure .quickview {
          opacity: 1;
          visibility: visible; }
        .card:hover .card-img-container:before {
          opacity: 1;
          visibility: visible; }
        .card:hover .card-body .card-actions {
          opacity: 1;
          visibility: visible; } }

.card-desciption {
  display: none; }

@media (min-width: 1025px) {
  .column-1 .card {
    padding: 0 0px 17px 0px; }
    .column-1 .card:before {
      -ms-transform: scaleX(1.1);
      /* IE 9 */
      -webkit-transform: scaleX(1.1);
      /* Safari */
      transform: scaleX(1.1); }
    .column-1 .card:hover .card-body .card-actions {
      -ms-transform: none;
      /* IE 9 */
      -webkit-transform: none;
      /* Safari */
      transform: none; } }

/*=====  End of www.themevale.com  ======*/
.card-img-container img {
  transition: all 0.5s ease; }

.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 .card-figure a:hover .card-img-container:before {
    opacity: 1;
    visibility: visible; }
  .card .card-figure a:hover .card-figcaption,
  .card .card-figure a:hover .card-figcaption2 {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; } }

.card .card-img-hover .product-additional {
  opacity: 0;
  visibility: hidden; }

.card .card-img-hover:hover .card-image {
  opacity: 0;
  visibility: hidden; }

.card .card-img-hover:hover .product-additional {
  opacity: 1;
  visibility: visible; }

@media (min-width: 1025px) {
  .card:hover .card-body .card-figcaption {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; } }

.navList,
.navBar {
  margin-left: 0; }

.navList-action,
.navBar-action {
  text-decoration: none; }

.navList-action.is-active {
  font-weight: 700; }

.navList-action--checkbox {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.35714rem;
  padding-left: 1.85714rem;
  position: relative;
  vertical-align: baseline;
  width: 100%; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 50ms ease-out; }
  .navList-action--checkbox::before {
    background-color: white;
    border: solid #cccccc;
    border-width: 1px;
    height: 1.14286rem;
    left: 0;
    top: 0;
    width: 1.14286rem; }
  .navList-action--checkbox::after {
    height: 1rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 1rem; }
  .navList-action--checkbox::before {
    border-radius: 4px; }
  .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(51, 51, 51, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(51, 51, 51, 0.999);
    content: "";
    font-size: 1rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox:before, .navList-action--checkbox:after {
    top: 50%; }
  .navList-action--checkbox:before {
    margin-top: -0.57143rem;
    border-radius: 0; }
  .navList-action--checkbox:after {
    margin-top: -0.5rem; }
  .navList-action--checkbox.is-disabled {
    cursor: default; }
    .navList-action--checkbox.is-disabled::before {
      background-color: white; }
  .navList-action--checkbox.is-checked::after, .navList-action--checkbox.is-selected::after {
    opacity: 1;
    transform: scale(1); }

.navList-action-close {
  background: #e5e5e5;
  border-radius: 100%;
  display: inline-block;
  float: right;
  line-height: 0;
  opacity: 0;
  padding: 0.28571rem;
  transition: opacity 0.3s ease;
  visibility: hidden; }
  .navList-action-close .icon {
    height: 0.92857rem;
    width: 0.92857rem;
    fill: #333333; }
  .navList-action.is-selected:hover .navList-action-close {
    opacity: 1;
    visibility: visible; }

.navBar--sub {
  width: 100%;
  text-align: center;
  margin-bottom: 0; }
  .navBar--sub .navBar-section {
    display: block;
    font-size: 0;
    margin: 0;
    width: auto;
    float: none; }
    @media (max-width: 1024px) {
      .navBar--sub .navBar-section {
        display: block !important;
        white-space: nowrap;
        overflow-x: auto;
        margin-left: 0;
        border-radius: 3px;
        margin-right: 0; }
        .navBar--sub .navBar-section .navBar-item {
          width: auto;
          padding: 0; }
          .navBar--sub .navBar-section .navBar-item:first-child {
            border-top-left-radius: 0px;
            border-bottom-left-radius: 0px; }
            .navBar--sub .navBar-section .navBar-item:first-child > a {
              border-top-left-radius: 0px;
              border-bottom-left-radius: 0px;
              border-left: 0;
              border-right: 0; }
            .navBar--sub .navBar-section .navBar-item:first-child.is-active {
              border-right: 0;
              border-left: 0;
              border-bottom: none; }
          .navBar--sub .navBar-section .navBar-item:last-child {
            border-top-right-radius: 0px;
            border-bottom-right-radius: 0px;
            padding-right: 0; }
            .navBar--sub .navBar-section .navBar-item:last-child > a {
              border-right: 0;
              border-top-right-radius: 0px;
              border-bottom-right-radius: 0px;
              border-left: 0; }
            .navBar--sub .navBar-section .navBar-item:last-child.is-active {
              border-right: 0;
              border-left: 0; }
          .navBar--sub .navBar-section .navBar-item > a {
            padding: 7px 42px;
            border-bottom: 1px solid #efefef; }
          .navBar--sub .navBar-section .navBar-item.is-active {
            padding: 7px 42px;
            border: 0;
            border-right: 1px solid #efefef;
            border-left: 1px solid #efefef; } }
    @media (max-width: 480px) {
      .navBar--sub .navBar-section {
        display: block;
        white-space: nowrap;
        overflow-x: auto;
        margin-left: 0; }
        .navBar--sub .navBar-section .navBar-item {
          width: auto; }
          .navBar--sub .navBar-section .navBar-item:first-child {
            padding-left: 0; }
          .navBar--sub .navBar-section .navBar-item:last-child {
            padding-right: 0; }
          .navBar--sub .navBar-section .navBar-item > a {
            padding: 7px 40px; }
          .navBar--sub .navBar-section .navBar-item.is-active {
            padding: 7px 40px; } }
  .navBar--sub .navBar-item,
  .navBar--sub .navBar-item.navBar-item--separate {
    border: none;
    float: none;
    padding: 0 8px;
    color: #a0a0a0;
    font-size: 12px;
    line-height: 30px;
    font-weight: 700;
    border-spacing: 0px;
    letter-spacing: 0;
    width: 100%;
    vertical-align: top;
    display: inline-block;
    transition: all 0.3s ease;
    background-color: transparent;
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    display: table-cell;
    min-width: 192px;
    vertical-align: middle;
    background: #ffffff; }
    .navBar--sub .navBar-item:hover, .navBar--sub .navBar-item.is-active,
    .navBar--sub .navBar-item.navBar-item--separate:hover,
    .navBar--sub .navBar-item.navBar-item--separate.is-active {
      background-color: #ffffff; }
      .navBar--sub .navBar-item:hover .navBar-action,
      .navBar--sub .navBar-item:hover .toggleLink-text, .navBar--sub .navBar-item.is-active .navBar-action,
      .navBar--sub .navBar-item.is-active .toggleLink-text,
      .navBar--sub .navBar-item.navBar-item--separate:hover .navBar-action,
      .navBar--sub .navBar-item.navBar-item--separate:hover .toggleLink-text,
      .navBar--sub .navBar-item.navBar-item--separate.is-active .navBar-action,
      .navBar--sub .navBar-item.navBar-item--separate.is-active .toggleLink-text {
        background-color: #ffffff; }
    @media (min-width: 992px) {
      .navBar--sub .navBar-item:first-child,
      .navBar--sub .navBar-item.navBar-item--separate:first-child {
        border-radius: 0; } }
    @media (min-width: 992px) {
      .navBar--sub .navBar-item:first-child .navBar-action,
      .navBar--sub .navBar-item:first-child .toggleLink-text,
      .navBar--sub .navBar-item.navBar-item--separate:first-child .navBar-action,
      .navBar--sub .navBar-item.navBar-item--separate:first-child .toggleLink-text {
        border-radius: 0; } }
    .navBar--sub .navBar-item:last-child,
    .navBar--sub .navBar-item.navBar-item--separate:last-child {
      border-bottom: 1px solid #efefef;
      border-left: 0;
      border-right: 0;
      border-top: 0; }
      @media (max-width: 768px) {
        .navBar--sub .navBar-item:last-child,
        .navBar--sub .navBar-item.navBar-item--separate:last-child {
          border-bottom: 0; } }
      @media (min-width: 992px) {
        .navBar--sub .navBar-item:last-child,
        .navBar--sub .navBar-item.navBar-item--separate:last-child {
          border-radius: 0; } }
      @media (min-width: 992px) {
        .navBar--sub .navBar-item:last-child .navBar-action,
        .navBar--sub .navBar-item:last-child .toggleLink-text,
        .navBar--sub .navBar-item.navBar-item--separate:last-child .navBar-action,
        .navBar--sub .navBar-item.navBar-item--separate:last-child .toggleLink-text {
          border-radius: none; } }
    .navBar--sub .navBar-item .navBar-action,
    .navBar--sub .navBar-item .toggleLink-text,
    .navBar--sub .navBar-item.navBar-item--separate .navBar-action,
    .navBar--sub .navBar-item.navBar-item--separate .toggleLink-text {
      padding: 9px 0 7px;
      font-size: inherit;
      font-weight: 700;
      border: 0;
      background-color: #fafafa;
      border-right: 1px solid #efefef;
      border-left: 1px solid #efefef; }
      .navBar--sub .navBar-item .navBar-action > .toggleLink-text,
      .navBar--sub .navBar-item .toggleLink-text > .toggleLink-text,
      .navBar--sub .navBar-item.navBar-item--separate .navBar-action > .toggleLink-text,
      .navBar--sub .navBar-item.navBar-item--separate .toggleLink-text > .toggleLink-text {
        padding: 0;
        border: none; }
      .navBar--sub .navBar-item .navBar-action.is-open,
      .navBar--sub .navBar-item .toggleLink-text.is-open,
      .navBar--sub .navBar-item.navBar-item--separate .navBar-action.is-open,
      .navBar--sub .navBar-item.navBar-item--separate .toggleLink-text.is-open {
        color: #585858; }
  @media (min-width: 601px) {
    .navBar--sub .navBar-item,
    .navBar--sub .navBar-item.navBar-item--separate {
      width: 33.333333%; } }
  @media (min-width: 1025px) {
    .navBar--sub {
      margin-bottom: 0px; }
      .navBar--sub .navBar-section {
        margin: 0;
        width: 100%;
        display: table;
        border: 0;
        border-radius: 0; }
      .navBar--sub .navBar-item,
      .navBar--sub .navBar-item.navBar-item--separate {
        padding: 0;
        color: #000000;
        font-size: 12px;
        font-weight: 700;
        display: table-cell;
        min-width: 192px;
        vertical-align: middle;
        background: #ffffff;
        border-right: 1px solid #efefef;
        border-bottom: 1px solid #efefef; }
        .navBar--sub .navBar-item:hover, .navBar--sub .navBar-item.is-active,
        .navBar--sub .navBar-item.navBar-item--separate:hover,
        .navBar--sub .navBar-item.navBar-item--separate.is-active {
          background-color: #ffffff; }
          .navBar--sub .navBar-item:hover .navBar-action,
          .navBar--sub .navBar-item:hover .toggleLink-text, .navBar--sub .navBar-item.is-active .navBar-action,
          .navBar--sub .navBar-item.is-active .toggleLink-text,
          .navBar--sub .navBar-item.navBar-item--separate:hover .navBar-action,
          .navBar--sub .navBar-item.navBar-item--separate:hover .toggleLink-text,
          .navBar--sub .navBar-item.navBar-item--separate.is-active .navBar-action,
          .navBar--sub .navBar-item.navBar-item--separate.is-active .toggleLink-text {
            border: none;
            background-color: #ffffff; }
        .navBar--sub .navBar-item .navBar-action,
        .navBar--sub .navBar-item .toggleLink-text,
        .navBar--sub .navBar-item.navBar-item--separate .navBar-action,
        .navBar--sub .navBar-item.navBar-item--separate .toggleLink-text {
          border: none; } }
  @media (min-width: 1281px) {
    .navBar--sub .navBar-item,
    .navBar--sub .navBar-item.navBar-item--separate {
      min-width: 180px; } }

.account {
  background: #ffffff;
  padding: 30px 20px; }
  .account .form-column {
    padding: 0; }

.themevale_account .account-body .account-content .account-heading {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0; }

.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: white;
  border: 1px solid #cccccc;
  border-radius: 4px;
  overflow: hidden; }
  .actionBar-section .form-field:hover {
    border-color: #999999; }

.actionBar-section .form-label {
  color: #757575;
  font-size: 13px;
  line-height: 2.14286rem;
  margin-bottom: 0;
  padding-left: 0.78571rem; }

.actionBar-section .form-input,
.actionBar-section .form-select {
  border: 0;
  padding-left: 0.21429rem;
  width: auto; }

.actionBar-section .form-label,
.actionBar-section .form-input,
.actionBar-section .form-select {
  display: inline-block; }

.actionBar-section .form-select {
  color: #333333;
  height: 2.14286rem; }

.has-ribbon {
  position: relative; }

.ribbon {
  background-color: #333333;
  color: white;
  cursor: default;
  font-weight: 700;
  margin: -0.78571rem -0.78571rem 0 0;
  padding: 0.07143rem 1rem;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  z-index: 1; }

.navUser {
  display: none;
  top: auto;
  right: auto;
  transform: none;
  position: relative;
  z-index: 50;
  padding: 0 1.5rem; }
  .navUser:before, .navUser:after {
    content: " ";
    display: table; }
  .navUser:after {
    clear: both; }
  .navUser ul,
  .navUser ol {
    list-style: none;
    margin-left: 0;
    margin: 0;
    padding: 0; }
    .navUser ul ul,
    .navUser ul ol,
    .navUser ol ul,
    .navUser ol ol {
      list-style: none;
      margin-bottom: 0; }
    .navUser ul li,
    .navUser ol li {
      margin: 0;
      padding: 0; }
  .navUser-section {
    float: left; }
    .navUser-section:before, .navUser-section:after {
      content: " ";
      display: table; }
    .navUser-section:after {
      clear: both; }
  .navUser-section--alt {
    float: right;
    margin-left: 1.5rem; }
  .navUser-section + .navUser-section {
    margin-left: 1.5rem; }
  @media (min-width: 551px) {
    .navUser-item {
      float: left; } }
  .navUser-item, .navUser-action {
    display: block; }
  .navUser .navUser--left {
    float: left; }
  .navUser .navUser--right {
    float: right; }
  @media (min-width: 1025px) {
    .navUser {
      display: block; }
      .navUser .navUser-action {
        position: relative; }
        .navUser .navUser-action:before {
          left: 0;
          bottom: 20px;
          height: 1px;
          width: 0;
          content: "";
          position: absolute;
          background-color: #646464;
          transition: all 0.3s ease; }
        .navUser .navUser-action:hover:before {
          width: 100%; }
      .navUser .navUser-action--quickSearch:before {
        content: none; }
      .navUser .navUser-action--quickSearch .text {
        position: relative; }
        .navUser .navUser-action--quickSearch .text:before {
          left: 0;
          bottom: -2px;
          height: 1px;
          width: 0;
          content: "";
          position: absolute;
          background-color: #646464;
          transition: all 0.3s ease; }
      .navUser .navUser-action--quickSearch:hover .text:before {
        width: 100%; } }

.dropdown-menu {
  outline: none;
  background-color: white;
  border: 1px solid #cccccc;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  position: absolute; }
  .dropdown-menu.is-open:before {
    border: inset 10px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #cccccc transparent;
    border-bottom-style: solid;
    bottom: 100%;
    right: 0.78571rem;
    position: absolute; }
  .dropdown-menu.is-open:after {
    border: inset 8px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent white transparent;
    border-bottom-style: solid;
    bottom: 100%;
    right: 0.92857rem;
    position: absolute; }

.dropdown-menu-account {
  outline: none;
  background-color: white;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  position: absolute;
  display: none;
  left: 0;
  top: 33px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e5e5e5;
  font-size: 1rem;
  height: auto;
  width: 140px;
  z-index: 89;
  max-width: 200px; }
  @media (max-width: 1024px) {
    .dropdown-menu-account {
      display: none !important; } }
  .dropdown-menu-account .dropdown-menu-item {
    margin: 0;
    padding: 0;
    border: 1px solid #e5e5e5;
    background-color: #fafafa;
    transition: all .3s ease; }
    .dropdown-menu-account .dropdown-menu-item:hover {
      background: #fff; }
    .dropdown-menu-account .dropdown-menu-item a {
      padding: 8px;
      font-size: 12px; }
    .dropdown-menu-account .dropdown-menu-item + .dropdown-menu-item {
      border-top: none; }

#cart-preview-dropdown2 {
  top: 55px; }
  #cart-preview-dropdown2 > .loadingOverlay {
    display: block !important; }

.top-cart.is-open .dropdown-cart {
  display: block; }

.top-cart .dropdown-cart {
  position: absolute;
  right: 0px;
  background: white;
  border: 1px solid #b8b8b8;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  border-radius: 0;
  border-radius: 3px;
  width: auto;
  min-width: 300px;
  margin-top: 15px;
  min-height: 94px;
  padding: 0;
  top: 30px;
  z-index: 111;
  display: none; }
  .top-cart .dropdown-cart.is-loading .loadingOverlay {
    background: none;
    padding: 25px;
    position: relative; }
  .top-cart .dropdown-cart > .loadingOverlay {
    display: block !important; }
  @media (max-width: 1024px) {
    .top-cart .dropdown-cart {
      opacity: 0;
      visibility: hidden; } }
  .top-cart .dropdown-cart .cart-additionalCheckoutButtons {
    text-align: right; }
    .top-cart .dropdown-cart .cart-additionalCheckoutButtons .CheckoutButton {
      text-align: center; }
      .top-cart .dropdown-cart .cart-additionalCheckoutButtons .CheckoutButton:first-child {
        margin-top: 0;
        border: none;
        padding-bottom: 0;
        padding-top: 0;
        position: relative;
        border-radius: 0; }
        .top-cart .dropdown-cart .cart-additionalCheckoutButtons .CheckoutButton:first-child p {
          position: unset;
          transform: none;
          padding: 0; }
  .top-cart .dropdown-cart .FloatRight div {
    padding-right: 0;
    float: none; }
  .top-cart .dropdown-cart .cart-preview-inner {
    width: 598px; }
  .top-cart .dropdown-cart .cart-total-label {
    text-align: right;
    color: #000;
    width: 63%; }
    .top-cart .dropdown-cart .cart-total-label strong {
      font-weight: 500;
      font-size: 12px; }
  .top-cart .dropdown-cart .cart-total-value {
    font-size: 13px;
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    font-weight: 600;
    width: 37%;
    color: #000000;
    padding-right: 16px; }
  .top-cart .dropdown-cart .preview-cart-grand-total .cart-total-value {
    font-size: 16px; }
  .top-cart .dropdown-cart .preview-cart-titles {
    min-height: 36px;
    padding: 10px 20px 10px;
    background: #fafafa;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .top-cart .dropdown-cart .preview-cart-titles > div {
      font-family: "Arimo", Arial, Helvetica, sans-serif;
      font-size: 12px;
      font-weight: 500;
      float: left;
      text-transform: unset;
      color: #505050; }
      .top-cart .dropdown-cart .preview-cart-titles > div.item-info {
        width: 57%;
        text-align: left; }
      .top-cart .dropdown-cart .preview-cart-titles > div.item-qty {
        width: 12%;
        text-align: center; }
      .top-cart .dropdown-cart .preview-cart-titles > div.item-price {
        width: 14%;
        text-align: left; }
      .top-cart .dropdown-cart .preview-cart-titles > div.item-total {
        width: 14%;
        text-align: right; }

.navUser-action {
  color: #505050;
  font-weight: 400;
  padding: 20px 0px;
  text-decoration: none;
  letter-spacing: 0;
  text-transform: capitalize; }
  .navUser-action:hover, .navUser-action.is-open {
    color: #000000; }
  .navUser-action.is-open {
    color: #000000; }
  .navUser-action .icon {
    height: 0.57143rem;
    width: 0.57143rem;
    margin: -2px 0 0 0.21429rem; }
  .navUser-action .icon-2 {
    height: 1.14286rem;
    width: 1.14286rem;
    margin: -1px 8px 0 0;
    display: inline-block;
    vertical-align: middle; }
  .navUser-action svg {
    fill: #b7b7b7;
    stroke: #b7b7b7;
    transition: all 0.15s ease; }
    .navUser-action svg:hover {
      fill: #b7b7b7;
      stroke: #b7b7b7; }

.navUser-item + .navUser-item {
  margin-left: 30px; }

.navUser-item--social .socialLinks .socialLinks-item {
  margin: 0;
  padding: 20px 8px; }

.navUser-item--social .socialLinks .icon {
  height: 14px; }
  .navUser-item--social .socialLinks .icon.icon--twitter {
    transform: scale(1); }

@media (max-width: 580px) {
  .navUser-item--cart .navUser-action {
    padding: 0; } }

.navUser-item--cart .navUser-action.is-open {
  color: #000000; }

.navUser-item--cart .navUser-action:before {
  content: none; }

@media (min-width: 1025px) {
  .navUser-item--cart .navUser-action .navUser-item-cartLabel {
    position: relative; }
    .navUser-item--cart .navUser-action .navUser-item-cartLabel:before {
      left: 0;
      bottom: 0px;
      height: 1px;
      width: 0;
      position: absolute;
      background-color: #646464;
      transition: all 0.3s ease; }
  .navUser-item--cart .navUser-action:hover .navUser-item-cartLabel:before {
    width: 100%; } }

.navUser-item-cartLabel {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px; }
  @media (max-width: 1024px) {
    .navUser-item-cartLabel {
      font-size: 0;
      display: none; } }

.navUser-item-cartIcon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1; }
  .navUser-item-cartIcon > i {
    font-size: 28px; }

.navUser-item--account .navUser-action {
  display: inline-block; }

.navUser-item--account .account-name {
  padding-right: 0; }
  .navUser-item--account .account-name + .navUser-action {
    padding-left: 0; }

.navUser-or {
  color: #505050;
  cursor: default;
  display: inline-block;
  margin: 0;
  padding: 0 4px;
  position: relative;
  z-index: 1; }

.navUser-action--quickSearch.is-open {
  position: relative; }
  .navUser-action--quickSearch.is-open:before {
    border: inset 10px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #e5e5e5 transparent;
    border-bottom-style: solid;
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%); }

.dropdown--quickSearch {
  padding: 0;
  width: 100%;
  max-width: 770px;
  position: fixed;
  background-color: transparent; }
  .dropdown--quickSearch.is-open {
    left: 50%;
    outline: none;
    transform: translateX(-50%);
    z-index: 50; }
    @media (max-width: 1024px) {
      .dropdown--quickSearch.is-open {
        margin-top: 100px;
        max-width: 100%;
        width: calc(100% - 30px); } }
  .dropdown--quickSearch .form {
    margin: auto;
    width: 100%; }
  .dropdown--quickSearch .form,
  .dropdown--quickSearch .form-field {
    position: relative;
    margin-bottom: 0; }
  .dropdown--quickSearch .form-input {
    border: none;
    font-size: 12px;
    border-radius: 0;
    height: 38px;
    padding: 10px 15px;
    padding-right: 50px; }
  .dropdown--quickSearch button[type="submit"] {
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: transparent; }
    .dropdown--quickSearch button[type="submit"] .text {
      display: none; }
    .dropdown--quickSearch button[type="submit"] .icon {
      width: 50px;
      height: 100%;
      fill: #28a629; }
    .dropdown--quickSearch button[type="submit"]:hover, .dropdown--quickSearch button[type="submit"]:focus, .dropdown--quickSearch button[type="submit"]:active {
      border: none; }
  @media (max-width: 1024px) {
    .dropdown--quickSearch {
      position: absolute; }
      .dropdown--quickSearch .form-input {
        line-height: 20px;
        padding-right: 40px; } }
  @media (max-width: 767px) {
    .dropdown--quickSearch .form-input {
      padding: 10px 15px;
      padding-right: 40px; } }

.countPill {
  border-radius: 50%;
  color: #28a629;
  font-size: 10px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  width: 20px;
  display: inline-block; }
  @media (max-width: 1024px) {
    .countPill {
      top: -5px;
      right: -6px;
      position: absolute; } }
  @media (max-width: 551px) {
    .countPill {
      height: 18px;
      line-height: 18px;
      width: 18px; } }
  @media (min-width: 551px) {
    .countPill {
      font-size: 12px;
      width: 15px;
      height: 15px;
      line-height: 20px; } }

.countPill--positive, .cart-quantity {
  top: -3px;
  right: -6px;
  z-index: 5;
  display: inline-block; }
  @media (max-width: 1024px) {
    .countPill--positive, .cart-quantity {
      position: absolute;
      background-color: #ef6c00;
      border-radius: 50%;
      color: #fff;
      font-size: 10px;
      height: 18px;
      line-height: 18px;
      text-align: center;
      width: 18px; } }
  @media (min-width: 767px) {
    .countPill--positive, .cart-quantity {
      top: -6px;
      right: -8px; } }
  @media (min-width: 1025px) {
    .countPill--positive, .cart-quantity {
      top: -6px;
      right: -8px; } }

.countPill--alt {
  background-color: #cccccc;
  color: #333333; }

.has-activeNavPages {
  overflow: hidden;
  -webkit-overflow-scrolling: auto; }

.navPages-container {
  background: transparent;
  height: auto;
  padding: 0;
  position: relative;
  display: none; }
  .navPages-container .themevale_navPages-item.text-left, .navPages-container .themevale_navPages-item.text-right {
    display: none; }
  @media (min-width: 1025px) {
    .navPages-container {
      display: block; } }

#menu {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background: #28a629;
  background: -moz-linear-gradient(top, #28a629 0, #28a629 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #28a629), color-stop(100%, #28a629));
  background: -webkit-linear-gradient(top, #28a629 0, #28a629 100%);
  background: -o-linear-gradient(top, #28a629 0, #28a629 100%);
  background: -ms-linear-gradient(top, #28a629 0, #28a629 100%);
  background: linear-gradient(to bottom, #28a629 0, #28a629 100%); }
  @media (max-width: 1024px) {
    #menu {
      box-shadow: none;
      border-top: none; } }

@media (max-width: 1390px) and (min-width: 1025px) {
  .is-sticky .navPages .navPages-item > a:before {
    left: 7px; } }

@media (max-width: 1390px) and (min-width: 1025px) {
  .is-sticky .navPages .navPages-item > a:hover:before {
    width: calc(100% - 17px); } }

.is-sticky .navPages .navPages-item > a .Menu-Label {
  display: none; }

.navPages {
  padding: 0 0 0 0;
  width: 100%;
  font-size: 0;
  margin: 0 auto;
  max-width: 1180px;
  background: none;
  text-align: left;
  overflow-y: visible; }
  @media (min-width: 1025px) {
    .navPages .navPages-item {
      float: none;
      position: relative;
      display: inline-block;
      vertical-align: top;
      border-bottom: none; }
      .navPages .navPages-item.hidden-menu {
        display: none; }
      .navPages .navPages-item .navPages-action:after {
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 1px;
        height: 17px;
        background: white;
        opacity: 0.2; }
      .navPages .navPages-item:last-child .navPages-action:after {
        content: none; }
      .navPages .navPages-item.hasDropdown > .navPages-action:before {
        top: 0;
        left: 0;
        right: 0;
        bottom: -1px;
        display: block;
        position: absolute;
        height: auto;
        width: 100%;
        z-index: 11;
        background: transparent; }
      .navPages .navPages-item:hover > .navPages-action:before {
        width: calc(100% - 32px); }
      .navPages .navPages-item:hover.hasDropdown > .navPages-action:before {
        width: 100%;
        border: 1px solid white;
        border-bottom: 1px solid #ffffff; }
      .navPages .navPages-item.dropdown_left .navPage-subMenu-list li ul {
        right: 100%;
        left: auto; } }
  .navPages .navPages-item .Menu-Label {
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    position: absolute;
    top: -11px;
    right: 0;
    padding: 0 8px;
    text-align: center;
    font-size: 10px;
    text-transform: capitalize;
    font-weight: 500;
    border-radius: 10px;
    line-height: 15px;
    z-index: 11;
    letter-spacing: 0; }
    @media (max-width: 1024px) {
      .navPages .navPages-item .Menu-Label {
        position: relative;
        top: 0;
        margin-left: 12px; } }
    .navPages .navPages-item .Menu-Label.Hot-Label {
      border: 1px solid; }
    .navPages .navPages-item .Menu-Label.New-Label {
      border: 1px solid; }
    .navPages .navPages-item .Menu-Label.Sale-Label {
      border: 1px solid; }
  .navPages ul {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-left: 6px; }
  .navPages .navPage-subMenu-list {
    padding: 0;
    margin: 0 auto;
    list-style: none;
    margin: 0 auto;
    max-width: 85.71429rem;
    width: 100%; }
    .navPages .navPage-subMenu-list:before, .navPages .navPage-subMenu-list:after {
      content: " ";
      display: table; }
    .navPages .navPage-subMenu-list:after {
      clear: both; }
  .navPages .deals {
    float: right;
    position: relative;
    padding-right: 14px; }
    .navPages .deals p {
      padding: 0px 6px;
      text-transform: capitalize;
      position: absolute;
      top: -8px;
      font-size: 12px;
      font-weight: 400;
      line-height: 16px;
      letter-spacing: 0;
      border-radius: 3px;
      margin: 0;
      right: 9px;
      background-color: black;
      z-index: 10;
      color: white;
      border: 1px solid black; }
      .navPages .deals p:before {
        content: "";
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-top-color: black;
        position: absolute;
        bottom: -12px;
        left: 35%; }

.navPages-list {
  margin: 0;
  float: none;
  vertical-align: top;
  display: inline-block; }
  .navPages-list .navPages-item.hasMegamenu.fullWidth .subMegaMenu {
    padding: 7px 0px 0px 0px;
    min-width: 665px;
    top: -1px;
    left: 100%;
    margin-left: 5px; }
  .navPages-list .navPages-item.hasMegamenu.fullWidth.navPages-item {
    position: static; }
  .navPages-list .navPages-item.hasMegamenu.alignLeft .subMegaMenu {
    right: 0;
    left: auto; }
  .navPages-list .navPages-item.hasMegamenu.alignRight .subMegaMenu {
    left: 0;
    right: auto; }
  .navPages-list .navPages-item.hasMegamenu.alignCenter .subMegaMenu {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%); }
    .navPages-list .navPages-item.hasMegamenu.alignCenter .subMegaMenu .imageArea .col-left {
      width: 50%;
      padding-right: 4px; }
    .navPages-list .navPages-item.hasMegamenu.alignCenter .subMegaMenu .imageArea .col-right {
      width: 50%;
      padding-left: 3px; }
  .navPages-list .navPages-item.hasMegamenu .subMegaMenu {
    padding: 22px 8px 10px 0px;
    max-height: auto;
    overflow-y: auto; }
    .navPages-list .navPages-item.hasMegamenu .subMegaMenu.noImage .cateArea {
      max-width: 100% !important; }
    .navPages-list .navPages-item.hasMegamenu .subMegaMenu .imageArea {
      float: left; }
      .navPages-list .navPages-item.hasMegamenu .subMegaMenu .imageArea.colLeft {
        padding-top: 11px;
        padding-right: 20px; }
      .navPages-list .navPages-item.hasMegamenu .subMegaMenu .imageArea.colRight {
        text-align: right; }
        .navPages-list .navPages-item.hasMegamenu .subMegaMenu .imageArea.colRight a {
          display: block;
          margin-bottom: 0; }
          .navPages-list .navPages-item.hasMegamenu .subMegaMenu .imageArea.colRight a + a {
            margin-top: 20px; }
      .navPages-list .navPages-item.hasMegamenu .subMegaMenu .imageArea .col-left {
        float: right;
        width: 50%;
        padding-right: 4px; }
        @media (min-width: 1261px) {
          .navPages-list .navPages-item.hasMegamenu .subMegaMenu .imageArea .col-left {
            width: 51%;
            padding-right: 0px;
            margin-bottom: 32px; } }
      .navPages-list .navPages-item.hasMegamenu .subMegaMenu .imageArea .col-right {
        float: left;
        width: 50%;
        padding-left: 3px; }
        @media (min-width: 1261px) {
          .navPages-list .navPages-item.hasMegamenu .subMegaMenu .imageArea .col-right {
            width: 49%;
            padding-left: 1px;
            margin-bottom: 32px; } }
    .navPages-list .navPages-item.hasMegamenu .subMegaMenu .cateArea {
      float: left; }
      @media (min-width: 1025px) {
        .navPages-list .navPages-item.hasMegamenu .subMegaMenu .cateArea {
          max-height: auto;
          overflow: hidden; } }
    .navPages-list .navPages-item.hasMegamenu .subMegaMenu.featuredProduct .imageArea {
      padding-left: 0px; }
    .navPages-list .navPages-item.hasMegamenu .subMegaMenu.featuredProduct .col-left {
      padding-right: 0;
      width: 50%;
      margin-bottom: 0px; }
      @media (min-width: 1200px) {
        .navPages-list .navPages-item.hasMegamenu .subMegaMenu.featuredProduct .col-left {
          width: 46%;
          padding-left: 20px; } }
      .navPages-list .navPages-item.hasMegamenu .subMegaMenu.featuredProduct .col-left .featured-product {
        text-align: center; }
        .navPages-list .navPages-item.hasMegamenu .subMegaMenu.featuredProduct .col-left .featured-product h2 {
          font-size: 12px;
          letter-spacing: 0;
          text-transform: uppercase;
          margin-bottom: 20px;
          margin-top: 0px;
          color: #1e1e1e; }
        .navPages-list .navPages-item.hasMegamenu .subMegaMenu.featuredProduct .col-left .featured-product .featuredProductCarousel {
          margin: 0; }
          .navPages-list .navPages-item.hasMegamenu .subMegaMenu.featuredProduct .col-left .featured-product .featuredProductCarousel .slick-dots {
            bottom: 0; }
          .navPages-list .navPages-item.hasMegamenu .subMegaMenu.featuredProduct .col-left .featured-product .featuredProductCarousel .link {
            visibility: hidden;
            opacity: 0; }
            .navPages-list .navPages-item.hasMegamenu .subMegaMenu.featuredProduct .col-left .featured-product .featuredProductCarousel .link.slick-slide {
              visibility: visible;
              opacity: 1; }
        .navPages-list .navPages-item.hasMegamenu .subMegaMenu.featuredProduct .col-left .featured-product .product {
          padding: 0 5px; }
          .navPages-list .navPages-item.hasMegamenu .subMegaMenu.featuredProduct .col-left .featured-product .product .card {
            margin-bottom: 30px;
            padding: 0; }
            .navPages-list .navPages-item.hasMegamenu .subMegaMenu.featuredProduct .col-left .featured-product .product .card:before {
              content: none; }
          .navPages-list .navPages-item.hasMegamenu .subMegaMenu.featuredProduct .col-left .featured-product .product .card-figure {
            padding-bottom: 0; }
            .navPages-list .navPages-item.hasMegamenu .subMegaMenu.featuredProduct .col-left .featured-product .product .card-figure img {
              width: 120px;
              height: 120px;
              margin: 0 auto; }
            .navPages-list .navPages-item.hasMegamenu .subMegaMenu.featuredProduct .col-left .featured-product .product .card-figure .product-color-img {
              display: none; }
          .navPages-list .navPages-item.hasMegamenu .subMegaMenu.featuredProduct .col-left .featured-product .product .card-body {
            text-align: center;
            padding-top: 15px; }
            .navPages-list .navPages-item.hasMegamenu .subMegaMenu.featuredProduct .col-left .featured-product .product .card-body .card-title {
              margin-bottom: 8px; }
            .navPages-list .navPages-item.hasMegamenu .subMegaMenu.featuredProduct .col-left .featured-product .product .card-body .card-rating .icon.icon--ratingEmpty svg {
              fill: gainsboro; }
            .navPages-list .navPages-item.hasMegamenu .subMegaMenu.featuredProduct .col-left .featured-product .product .card-body .card-rating .icon.icon--ratingFull svg {
              fill: #fcb813; }
            .navPages-list .navPages-item.hasMegamenu .subMegaMenu.featuredProduct .col-left .featured-product .product .card-body .price-wrapper {
              font-size: 14px;
              font-weight: 600;
              margin-bottom: 13px;
              letter-spacing: 0; }
              .navPages-list .navPages-item.hasMegamenu .subMegaMenu.featuredProduct .col-left .featured-product .product .card-body .price-wrapper .price-section {
                display: inline-block; }
                .navPages-list .navPages-item.hasMegamenu .subMegaMenu.featuredProduct .col-left .featured-product .product .card-body .price-wrapper .price-section.non-sale-price--withoutTax {
                  margin-right: 5px; }
              .navPages-list .navPages-item.hasMegamenu .subMegaMenu.featuredProduct .col-left .featured-product .product .card-body .price-wrapper .price--withoutTax {
                color: #000; }
              .navPages-list .navPages-item.hasMegamenu .subMegaMenu.featuredProduct .col-left .featured-product .product .card-body .price-wrapper .price--non-sale {
                color: #969696; }
            .navPages-list .navPages-item.hasMegamenu .subMegaMenu.featuredProduct .col-left .featured-product .product .card-body .card-brand {
              margin-bottom: 8px; }
            .navPages-list .navPages-item.hasMegamenu .subMegaMenu.featuredProduct .col-left .featured-product .product .card-body .card-title {
              margin-top: 0; }
    .navPages-list .navPages-item.hasMegamenu .subMegaMenu.featuredProduct .col-right {
      width: 50%;
      margin-bottom: 0;
      padding-right: 16px; }
      @media (min-width: 1200px) {
        .navPages-list .navPages-item.hasMegamenu .subMegaMenu.featuredProduct .col-right {
          width: 54%;
          margin-top: 5px; } }

.navPages-list-mobile {
  margin-top: 70px !important; }
  @media (min-width: 1025px) {
    .navPages-list-mobile {
      margin: 0;
      display: none; } }

#menu-mobile .navPages-list-mobile {
  margin-top: 32px !important; }
  @media (min-width: 1025px) {
    #menu-mobile .navPages-list-mobile {
      margin: 0;
      display: block; } }

.subMenu-is-open .is-hidden {
  display: none; }
  @media (min-width: 1025px) {
    .subMenu-is-open .is-hidden {
      display: inline-block; } }

.subMenu-is-open .navPages-item-page {
  display: none; }
  @media (min-width: 1025px) {
    .subMenu-is-open .navPages-item-page {
      display: inline-block; } }

.navPages-action-depth-max.has-subMenu.is-open {
  border-bottom: 0;
  text-align: left; }

.navPages-action {
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  color: white;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  text-transform: capitalize;
  padding: 12px 15px;
  background-color: transparent;
  letter-spacing: 0; }
  .navPages-action:hover, .navPages-action:active, .navPages-action:focus {
    color: white; }
    .navPages-action:hover svg, .navPages-action:active svg, .navPages-action:focus svg {
      fill: white;
      stroke: white; }
  .navPages-action svg {
    fill: white;
    stroke: white;
    transition: all 0.15s ease; }
  .navPages-action.is-open .navPages-action-moreIcon:after {
    content: "Back";
    position: absolute;
    top: 11px;
    left: 28px;
    color: #969696;
    font-style: normal;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: capitalize; }
  @media (max-width: 1024px) {
    .navPages-action {
      font-size: 13px;
      font-weight: 600;
      display: block;
      padding: 10px 15px; }
      .navPages-action.is-open + .navPage-subMenu,
      .navPages-action.is-open + .navPage-childList {
        display: block !important;
        opacity: 1;
        visibility: visible; }
      .navPages-action.is-open {
        text-align: center; }
        .navPages-action.is-open .navPages-action-moreIcon {
          left: 0;
          right: auto; }
          .navPages-action.is-open .navPages-action-moreIcon:after:after {
            content: "Back";
            position: absolute;
            top: 11px;
            left: 28px;
            color: #969696;
            font-style: normal;
            font-size: 12px;
            font-weight: 400;
            letter-spacing: 0;
            text-transform: capitalize; }
        .navPages-action.is-open 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-moreIcon svg {
  pointer-events: 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:before {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      font-style: normal;
      font-size: 24px;
      font-weight: 300;
      text-align: center;
      line-height: 40px;
      color: #bababa; }
    .navPages-action-moreIcon svg {
      width: 12px;
      height: 12px;
      fill: #969696;
      stroke: #969696;
      transition: all .5s ease;
      transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      margin-right: 15px; }
    .is-open > .navPages-action-moreIcon:before {
      font-size: 30px; } }

.navPage-childList {
  border: 0;
  display: none; }
  @media (min-width: 1025px) {
    .navPage-childList {
      display: block; } }

.navPage-subMenu {
  outline: 0;
  display: block;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  top: auto;
  z-index: 10; }
  .navPage-subMenu.bottomCate1 {
    padding-bottom: 0 !important; }
  @media (min-width: 1025px) {
    .navPage-subMenu {
      position: absolute;
      left: 0;
      min-width: 184px;
      border-radius: 3px;
      background-color: white;
      pointer-events: none;
      transform: translateY(50px);
      box-shadow: 0 2px 6px rgba(0, 0, 0, 0.075);
      -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.075);
      -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.075);
      -ms-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.075);
      border: 1px solid #c8c8c8; }
      .navPage-subMenu > .navPage-subMenu-list {
        width: 100%;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        padding: 7px 0 7px 0; }
        .navPage-subMenu > .navPage-subMenu-list li {
          width: 100%;
          padding: 0 15px;
          margin-bottom: 0;
          position: relative; }
          .navPage-subMenu > .navPage-subMenu-list li:first-child {
            border-top: 0; }
          .navPage-subMenu > .navPage-subMenu-list li a {
            padding: 5px 0; }
          .navPage-subMenu > .navPage-subMenu-list li ul {
            position: absolute;
            left: 100%;
            margin-left: -3px;
            border-radius: 4px;
            top: 0;
            min-width: 180px;
            background-color: white;
            border: 1px solid white;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.075);
            -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.075);
            -moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.075);
            -ms-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.075);
            display: none;
            z-index: 10;
            margin-bottom: 0; }
            .navPage-subMenu > .navPage-subMenu-list li ul > li:hover > a {
              background-image: none;
              background-repeat: none;
              background-position-y: none; }
            .navPage-subMenu > .navPage-subMenu-list li ul > li > a {
              line-height: 26px; }
              .navPage-subMenu > .navPage-subMenu-list li ul > li > a:hover {
                background-image: none !important;
                background-repeat: none;
                background-position-y: none;
                color: !important; }
          .navPage-subMenu > .navPage-subMenu-list li:hover ul {
            display: block; }
        .navPage-subMenu > .navPage-subMenu-list > li > a {
          text-transform: capitalize;
          font-weight: 400;
          font-size: 12px;
          position: relative;
          display: inline-block;
          width: auto;
          line-height: 25px;
          letter-spacing: 0; }
      .navPage-subMenu.subMegaMenu .cateArea.columns-2 .navPage-subMenu-list {
        column-count: 2; }
      .navPage-subMenu.subMegaMenu .cateArea.columns-3 .navPage-subMenu-list {
        column-count: 3; }
      .navPage-subMenu.subMegaMenu .cateArea.columns-4 .navPage-subMenu-list {
        column-count: 4; }
      .navPage-subMenu.subMegaMenu .cateArea.columns-5 .navPage-subMenu-list {
        column-count: 5; }
      .navPage-subMenu.subMegaMenu .cateArea.columns-6 .navPage-subMenu-list {
        column-count: 6; } }
  .navPage-subMenu .bottomCate {
    background: #f8f8f8;
    margin-top: 12px; }
    .navPage-subMenu .bottomCate.is-hidden {
      display: none; }
    .navPage-subMenu .bottomCate > .themevale_container {
      position: relative; }
    .navPage-subMenu .bottomCate .brand-image {
      padding: 30px 0;
      display: inline-block; }
      @media (max-width: 1024px) {
        .navPage-subMenu .bottomCate .brand-image {
          display: block;
          width: 100%;
          padding-bottom: 15px; } }
      @media (max-width: 1024px) {
        .navPage-subMenu .bottomCate .brand-image ul {
          overflow-x: auto;
          overflow-y: hidden;
          white-space: nowrap; } }
      .navPage-subMenu .bottomCate .brand-image ul li {
        display: inline-block;
        vertical-align: top;
        width: auto;
        max-width: 20%;
        padding: 0 10px; }
        @media (max-width: 1024px) {
          .navPage-subMenu .bottomCate .brand-image ul li {
            border-top: none;
            max-width: 45%;
            margin-right: 20px; } }
        .navPage-subMenu .bottomCate .brand-image ul li a {
          border: 1px solid #d2d2d2;
          border-radius: 3px;
          padding: 10px 16px !important;
          background: #ffffff;
          display: -ms-flexbox;
          display: flex !important;
          height: 64px;
          width: 150px;
          -ms-flex-align: center;
          align-items: center;
          -ms-flex-pack: center;
          justify-content: center;
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); }
    .navPage-subMenu .bottomCate .brand-text {
      display: inline-block;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 15px; }
      @media (max-width: 1024px) {
        .navPage-subMenu .bottomCate .brand-text {
          display: block;
          position: unset;
          transform: none;
          padding-left: 10px;
          padding-bottom: 25px;
          text-align: left; } }
      .navPage-subMenu .bottomCate .brand-text a {
        font-size: 12px;
        color: #464646;
        font-weight: 500;
        background-image: linear-gradient(#f8f8f8 97%, #464646 3%);
        background-repeat: repeat-x;
        background-position-y: -1px; }

@media (min-width: 1025px) {
  .navPage-subMenu-horizontal {
    top: inherit;
    height: auto;
    left: inherit;
    margin: auto;
    width: 220px;
    padding: 0 !important; }
    .navPage-subMenu-horizontal .navPage-subMenu-horizontal {
      top: 0;
      height: auto;
      margin-left: 221px; } }

.style-menu-1 {
  border: 1px solid white; }
  .style-menu-1 .navPage-subMenu-list li a {
    width: auto;
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    letter-spacing: 0;
    font-weight: 400;
    text-transform: capitalize;
    padding: 2px 0; }
    @media (min-width: 1025px) {
      .style-menu-1 .navPage-subMenu-list li a {
        background-position-y: -4px; } }
    @media (min-width: 1025px) {
      .style-menu-1 .navPage-subMenu-list li a:hover {
        background-image: linear-gradient(#fff 97%, 3%);
        background-repeat: repeat-x;
        background-position-y: -4px;
        padding-left: 0; } }

@media (min-width: 1025px) {
  .navPage-subMenu-item {
    break-inside: avoid-column;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    padding: 0 15px;
    margin-bottom: 5px; }
    .navPage-subMenu-item .navPages-action {
      font-size: 1rem;
      color: #646464;
      padding: 5px 0;
      font-weight: 400;
      text-transform: none; }
    .navPage-subMenu-item > .navPage-childList {
      margin-bottom: 18px; }
    .navPage-subMenu-item > .navPage-subMenu-action {
      font-size: 12px;
      font-weight: 600;
      padding: 0;
      text-transform: uppercase;
      line-height: 20px; }
      .navPage-subMenu-item > .navPage-subMenu-action .navPages-action-moreIcon {
        display: none; }
    .navPage-subMenu-item .navPage-childList .navPage-childList-action {
      width: auto;
      display: inline-block;
      vertical-align: top;
      position: relative;
      font-family: "Arimo", Arial, Helvetica, sans-serif;
      letter-spacing: 0;
      font-weight: 400;
      background-position-y: -7px; }
      .navPage-subMenu-item .navPage-childList .navPage-childList-action:hover {
        padding-left: 0;
        background-image: linear-gradient(transparent 97%, 3%);
        background-repeat: repeat-x;
        background-position-y: -7px; } }

.navPage-subMenu-item-child,
.navPage-subMenu-item-parent {
  width: 100%;
  position: relative; }
  .navPage-subMenu-item-child .navPage-subMenu-action,
  .navPage-subMenu-item-parent .navPage-subMenu-action {
    width: 100%;
    padding: 1rem 1.5rem; }
    @media (min-width: 1025px) {
      .navPage-subMenu-item-child .navPage-subMenu-action:hover,
      .navPage-subMenu-item-parent .navPage-subMenu-action:hover {
        background-color: #f0f0f0; } }

.navPage-subMenu-action,
.navPage-childList-action {
  font-weight: 400;
  text-transform: capitalize; }

.icon svg {
  fill: #323232; }

@media (min-width: 1025px) {
  .navPage-subMenu-action .navPages-action-moreIcon {
    transform: rotate(-90deg); } }

#menu-mobile .themevale_close {
  display: none; }
  @media (max-width: 1024px) {
    #menu-mobile .themevale_close {
      display: block; } }

#menu-mobile .navPage-subMenu > .navPage-subMenu-list li ul {
  position: unset;
  border: none;
  box-shadow: none; }

#menu-mobile .navPage-subMenu > .navPage-subMenu-list > li:hover > a {
  color: initial; }

#menu-mobile .themevale_MobileContent {
  padding: 0; }
  #menu-mobile .themevale_MobileContent #menu {
    border-top: none;
    box-shadow: none;
    background: none; }
  #menu-mobile .themevale_MobileContent .navPages-container {
    display: block; }
  #menu-mobile .themevale_MobileContent .navPages {
    padding-top: 0;
    list-style: none;
    text-align: left; }
    #menu-mobile .themevale_MobileContent .navPages li {
      border-top: 1px solid #eaeaea; }
    #menu-mobile .themevale_MobileContent .navPages .deals {
      display: none; }
    #menu-mobile .themevale_MobileContent .navPages .navPages-list {
      width: 100%;
      padding: 0; }
      #menu-mobile .themevale_MobileContent .navPages .navPages-list.navPages-list-mobile > li:last-child {
        border-bottom: 0; }
      #menu-mobile .themevale_MobileContent .navPages .navPages-list > li:first-child {
        border-top: 0; }
      #menu-mobile .themevale_MobileContent .navPages .navPages-list > li:last-child {
        border-bottom: 1px solid #eaeaea; }
    #menu-mobile .themevale_MobileContent .navPages .navPages-item {
      float: none; }
      #menu-mobile .themevale_MobileContent .navPages .navPages-item:before {
        content: none; }
      #menu-mobile .themevale_MobileContent .navPages .navPages-item:hover > a.has-subMenu:before {
        content: none; }
      #menu-mobile .themevale_MobileContent .navPages .navPages-item .navPage-subMenu .cateArea {
        max-width: 100% !important; }
      #menu-mobile .themevale_MobileContent .navPages .navPages-item .navPage-subMenu .imageArea {
        max-width: 100% !important;
        display: none; }
      #menu-mobile .themevale_MobileContent .navPages .navPages-item .socialLinks {
        padding-top: 10px;
        padding-bottom: 5px; }
        #menu-mobile .themevale_MobileContent .navPages .navPages-item .socialLinks .socialLinks-item {
          border: none; }
  #menu-mobile .themevale_MobileContent .navPages-list li {
    position: relative;
    display: block;
    vertical-align: unset;
    padding: 0; }
    #menu-mobile .themevale_MobileContent .navPages-list li .style-menu-1 .navPage-subMenu-list li a:hover {
      color: inherit;
      background-image: none; }
    #menu-mobile .themevale_MobileContent .navPages-list li.is-hidden {
      display: none; }
    #menu-mobile .themevale_MobileContent .navPages-list li .navPage-subMenu-action {
      text-transform: capitalize;
      padding: 10px 20px; }
    #menu-mobile .themevale_MobileContent .navPages-list li.is-open {
      transition: all 0.3s ease;
      border-top: none;
      overflow: hidden; }
      #menu-mobile .themevale_MobileContent .navPages-list li.is-open > a {
        background: #fafafa;
        text-align: right;
        text-transform: uppercase;
        width: 100%;
        line-height: 20px; }
        #menu-mobile .themevale_MobileContent .navPages-list li.is-open > a .Menu-Label {
          display: none; }
        #menu-mobile .themevale_MobileContent .navPages-list li.is-open > a.is-hidden {
          display: none; }
        #menu-mobile .themevale_MobileContent .navPages-list li.is-open > a .navPages-action-moreIcon {
          width: 100%;
          -ms-flex-pack: flex-start;
          -webkit-box-pack: start;
          justify-content: flex-start;
          left: 0px;
          padding-left: 10px;
          z-index: 2;
          color: #969696; }
      #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu {
        padding: 0;
        display: block;
        border-top: none;
        border-bottom: 1px solid #eaeaea; }
        #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu .navPage-subMenu-list {
          padding: 0;
          border: none;
          border-radius: 0; }
        #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu .bottomCate .brand-image {
          display: block;
          width: 100%;
          padding-bottom: 15px; }
          #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu .bottomCate .brand-image ul {
            overflow-x: auto;
            overflow-y: hidden;
            white-space: nowrap; }
            #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu .bottomCate .brand-image ul li {
              display: inline-block;
              vertical-align: top;
              width: auto;
              max-width: 45%;
              padding: 0 10px;
              border-top: none; }
              @media (max-width: 1024px) {
                #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu .bottomCate .brand-image ul li {
                  border-top: none;
                  max-width: 38%;
                  margin-right: 20px; } }
              @media (max-width: 480px) {
                #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu .bottomCate .brand-image ul li {
                  max-width: 45%; } }
        @media (min-width: 1025px) {
          #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu .bottomCate .brand-text {
            display: block;
            position: unset;
            transform: none;
            padding-left: 10px;
            padding-bottom: 25px;
            text-align: left; } }
        #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu .imageArea.colLeft {
          padding: 20px; }
        #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu.imageLeft {
          border-top: 1px solid #eaeaea; }
          #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu.imageLeft.is-hidden .imageArea {
            display: none; }
        #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu.is-hidden {
          border-top: none;
          border-bottom: none; }
          #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu.is-hidden .navPage-subMenu-list li {
            padding: 0; }
            #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu.is-hidden .navPage-subMenu-list li.is-open {
              border-top: none;
              padding: 0; }
        #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu .navPage-subMenu-list li:hover {
          background: transparent; }
          #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu .navPage-subMenu-list li:hover a:hover {
            color: inherit; }
        #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu .navPage-subMenu-list li.navPage-subMenu-item .navPage-childList {
          display: none; }
          #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu .navPage-subMenu-list li.navPage-subMenu-item .navPage-childList > li > a:hover {
            color: inherit !important;
            background-image: none; }
        #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu .navPage-subMenu-list li .image-top {
          display: none; }
        #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu .navPage-subMenu-list li.is-open .navPage-childList {
          display: block;
          padding: 0; }
          #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu .navPage-subMenu-list li.is-open .navPage-childList:last-child {
            border-bottom: 1px solid #eaeaea; }
        #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu .navPage-subMenu-list li.is-open .image-top {
          display: block;
          border-top: 1px solid #eaeaea; }
        #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu.featuredProduct .imageArea {
          padding: 20px;
          border-top: 1px solid #eaeaea; }
          #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu.featuredProduct .imageArea.is-hidden {
            display: none; }
          #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu.featuredProduct .imageArea > div {
            width: 100%; }
          #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu.featuredProduct .imageArea .col-left {
            padding-right: 0; }
            #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu.featuredProduct .imageArea .col-left .featuredProductCarousel {
              margin-bottom: 30px; }
              #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu.featuredProduct .imageArea .col-left .featuredProductCarousel .card-link:hover, #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu.featuredProduct .imageArea .col-left .featuredProductCarousel .card-title a:hover {
                background: transparent; }
          #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu.featuredProduct .imageArea .col-right {
            padding-left: 0;
            text-align: center; }
        #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu.featuredProduct .slick-dots {
          bottom: 0; }
          #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu.featuredProduct .slick-dots li {
            width: 10px;
            height: 10px;
            border-top: none;
            display: inline-block; }
            #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu.featuredProduct .slick-dots li button {
              width: 10px;
              height: 10px; }
        #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu.subMegaMenu {
          max-height: unset;
          overflow-y: unset;
          border: none; }
          #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu.subMegaMenu.imageRight .imageArea.colRight {
            padding: 20px;
            text-align: left; }
            #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu.subMegaMenu.imageRight .imageArea.colRight.is-hidden {
              display: none; }
            #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu.subMegaMenu.imageRight .imageArea.colRight > div {
              width: 100%;
              padding: 0;
              text-align: center; }
              #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu.subMegaMenu.imageRight .imageArea.colRight > div > a:hover {
                background: transparent; }
            #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu.subMegaMenu.imageRight .imageArea.colRight .col-left {
              margin-bottom: 15px; }
              #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu.subMegaMenu.imageRight .imageArea.colRight .col-left a + a {
                margin-top: 15px; }
          #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu.subMegaMenu .cateArea.columns-2 .navPage-subMenu-list, #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu.subMegaMenu .cateArea.columns-3 .navPage-subMenu-list, #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu.subMegaMenu .cateArea.columns-4 .navPage-subMenu-list, #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu.subMegaMenu .cateArea.columns-5 .navPage-subMenu-list, #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu.subMegaMenu .cateArea.columns-6 .navPage-subMenu-list {
            column-count: 1; }
    #menu-mobile .themevale_MobileContent .navPages-list li > a {
      padding: 0px 20px;
      display: inline-block;
      position: unset;
      font-size: 13px;
      font-weight: 600;
      color: #000000;
      position: relative;
      width: 100%;
      padding-right: 35px; }
      #menu-mobile .themevale_MobileContent .navPages-list li > a.is-open {
        padding-left: 60px; }
      #menu-mobile .themevale_MobileContent .navPages-list li > a i {
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%); }
        #menu-mobile .themevale_MobileContent .navPages-list li > a i svg {
          width: 9px;
          height: 9px;
          fill: #585858;
          transform: rotate(270deg); }
      #menu-mobile .themevale_MobileContent .navPages-list li > a:hover {
        color: #000000; }
      #menu-mobile .themevale_MobileContent .navPages-list li > a:before {
        content: none; }
      #menu-mobile .themevale_MobileContent .navPages-list li > a .text {
        display: inline-block;
        margin-left: 0;
        z-index: 20;
        position: relative;
        padding: 10px 0; }
      #menu-mobile .themevale_MobileContent .navPages-list li > a .navPages-action-moreIcon {
        top: 0;
        right: 0;
        bottom: 0;
        margin: 0;
        width: 100%;
        height: 42px;
        z-index: 10;
        position: absolute;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: flex-end;
        justify-content: flex-end;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        transform: none; }
        #menu-mobile .themevale_MobileContent .navPages-list li > a .navPages-action-moreIcon svg {
          width: 9px;
          height: 9px;
          fill: #585858;
          stroke: #585858;
          transition: all .5s ease;
          transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
          -webkit-transform: rotate(-90deg);
          -moz-transform: rotate(-90deg);
          -o-transform: rotate(-90deg);
          margin-right: 15px; }
      #menu-mobile .themevale_MobileContent .navPages-list li > a .Menu-Label {
        position: relative;
        top: 0;
        margin-left: 12px; }
      #menu-mobile .themevale_MobileContent .navPages-list li > a.is-open svg {
        transition: all .5s ease;
        transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg); }
      #menu-mobile .themevale_MobileContent .navPages-list li > a#currency_dropdown {
        text-align: left;
        width: 100%;
        font-size: 12px; }
        #menu-mobile .themevale_MobileContent .navPages-list li > a#currency_dropdown + .navPage-subMenu {
          display: none; }
          #menu-mobile .themevale_MobileContent .navPages-list li > a#currency_dropdown + .navPage-subMenu .text strong {
            font-weight: 400; }
        #menu-mobile .themevale_MobileContent .navPages-list li > a#currency_dropdown .navPages-action-moreIcon {
          left: auto;
          right: 00px;
          width: 100%; }
        #menu-mobile .themevale_MobileContent .navPages-list li > a#currency_dropdown.is-open {
          text-align: right; }
          #menu-mobile .themevale_MobileContent .navPages-list li > a#currency_dropdown.is-open + .navPage-subMenu {
            display: block;
            opacity: 1;
            visibility: visible;
            transform: none;
            border: none; }
            #menu-mobile .themevale_MobileContent .navPages-list li > a#currency_dropdown.is-open + .navPage-subMenu .navPage-subMenu-list {
              border: none;
              padding: 0; }
          #menu-mobile .themevale_MobileContent .navPages-list li > a#currency_dropdown.is-open .navPages-action-moreIcon {
            left: 0px;
            right: auto;
            -ms-flex-pack: flex-start;
            justify-content: flex-start;
            -webkit-justify-content: flex-start; }
            #menu-mobile .themevale_MobileContent .navPages-list li > a#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; }
    #menu-mobile .themevale_MobileContent .navPages-list li > .image-top {
      padding: 20px;
      display: inline-block; }
    #menu-mobile .themevale_MobileContent .navPages-list li .navPage-subMenu-item > a + a {
      text-align: left; }
      #menu-mobile .themevale_MobileContent .navPages-list li .navPage-subMenu-item > a + a:hover {
        background: #fff; }
    #menu-mobile .themevale_MobileContent .navPages-list li .navPage-subMenu {
      position: unset;
      min-width: none;
      transform: none;
      border-radius: none;
      box-shadow: none;
      margin-left: 0;
      display: none;
      min-width: auto; }
      #menu-mobile .themevale_MobileContent .navPages-list li .navPage-subMenu .themevale_container {
        padding: 0; }
    #menu-mobile .themevale_MobileContent .navPages-list li .socialLinks {
      padding: 10px 15px; }
      #menu-mobile .themevale_MobileContent .navPages-list li .socialLinks .socialLinks-item {
        margin-right: 15px;
        display: inline-block;
        list-style: none; }
        #menu-mobile .themevale_MobileContent .navPages-list li .socialLinks .socialLinks-item a {
          width: 30px;
          height: 30px;
          border-radius: 50%;
          text-align: center;
          padding: 0; }
          #menu-mobile .themevale_MobileContent .navPages-list li .socialLinks .socialLinks-item a svg {
            width: 12px;
            fill: #ffffff; }
          #menu-mobile .themevale_MobileContent .navPages-list li .socialLinks .socialLinks-item a.icon--facebook {
            background: #375a9a; }
          #menu-mobile .themevale_MobileContent .navPages-list li .socialLinks .socialLinks-item a.icon--twitter {
            background: #31b2df; }
          #menu-mobile .themevale_MobileContent .navPages-list li .socialLinks .socialLinks-item a.icon--google {
            background: #333333; }
          #menu-mobile .themevale_MobileContent .navPages-list li .socialLinks .socialLinks-item a.icon--youtube {
            background: #e94639; }
          #menu-mobile .themevale_MobileContent .navPages-list li .socialLinks .socialLinks-item a.icon--instagram {
            background: #265684; }
          #menu-mobile .themevale_MobileContent .navPages-list li .socialLinks .socialLinks-item a.icon--messenger {
            background: #3081ef; }
        #menu-mobile .themevale_MobileContent .navPages-list li .socialLinks .socialLinks-item:last-child {
          margin-right: 0; }
  #menu-mobile .themevale_MobileContent .navPages-list.navPages-list-mobile .navPages-item {
    border: 0; }
    #menu-mobile .themevale_MobileContent .navPages-list.navPages-list-mobile .navPages-item.currency-item {
      background: #fafafa; }
    #menu-mobile .themevale_MobileContent .navPages-list.navPages-list-mobile .navPages-item #currency_dropdown {
      font-size: 12px;
      font-weight: 400;
      font-family: "Arimo", Arial, Helvetica, sans-serif;
      letter-spacing: 0; }
    #menu-mobile .themevale_MobileContent .navPages-list.navPages-list-mobile .navPages-item .navPages-action {
      font-size: 12px;
      font-weight: 400;
      font-family: "Arimo", Arial, Helvetica, sans-serif;
      text-transform: capitalize;
      letter-spacing: 0; }
      #menu-mobile .themevale_MobileContent .navPages-list.navPages-list-mobile .navPages-item .navPages-action.is-open {
        text-align: right; }
      #menu-mobile .themevale_MobileContent .navPages-list.navPages-list-mobile .navPages-item .navPages-action svg {
        width: 17px;
        height: 16px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 10px;
        fill: #464646;
        stroke: #464646;
        position: relative;
        top: -1px; }
      #menu-mobile .themevale_MobileContent .navPages-list.navPages-list-mobile .navPages-item .navPages-action:hover svg {
        fill: #161d25;
        stroke: #161d25; }
    #menu-mobile .themevale_MobileContent .navPages-list.navPages-list-mobile .navPages-item.is-hidden {
      display: block; }
    #menu-mobile .themevale_MobileContent .navPages-list.navPages-list-mobile .navPages-item.phone_number svg {
      width: 16px;
      height: 15px; }
    #menu-mobile .themevale_MobileContent .navPages-list.navPages-list-mobile .navPages-item.giftcertificates svg {
      width: 16px; }
    #menu-mobile .themevale_MobileContent .navPages-list.navPages-list-mobile .navPages-item .socialLinks .socialLinks-item {
      margin-right: 10px; }
  #menu-mobile .themevale_MobileContent .navPages-list.navPages-list-mobile img + .text {
    margin-left: 7px;
    font-family: "Arimo", Arial, Helvetica, sans-serif; }

/*=========================================
=            www.themevale.com            =
=========================================*/
@media (min-width: 1025px) {
  .navPages-item:hover > .has-subMenu + .navPage-subMenu {
    left: 0px;
    width: 100%;
    display: block;
    visibility: visible;
    opacity: 1;
    top: auto;
    pointer-events: auto;
    transform: translateY(0px); }
  .navPages-item:hover > .has-subMenu + .navPage-subMenu-horizontal {
    left: auto;
    width: 220px; }
  .navPage-subMenu-item-child:hover > .has-subMenu + .navPage-subMenu-horizontal {
    display: block; } }

.themevale_MobileMenu .navPages-list li .navPage-subMenu {
  display: none; }

.themevale_MobileMenu .navPages-list li.is-open .navPage-subMenu {
  display: block;
  opacity: 1;
  visibility: visible; }

.themevale_MobileMenu .navPages-list li.is-open > a {
  background: #fafafa;
  text-align: right; }

.themevale_MobileMenu .navPages-list li.is-hidden {
  display: none; }

.themevale_MobileMenu .navPages-list li > a:before {
  content: none; }

.themevale_MobileMenu .navPages-action.is-open svg {
  transition: all .5s ease;
  transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  -webkit-transform: rotate(-270deg);
  -moz-transform: rotate(-270deg);
  -o-transform: rotate(-270deg); }

.themevale_MobileMenu .navPages-action.is-hidden {
  display: none; }

.themevale_MobileMenu .navPage-subMenu-item-child .navPages-action,
.themevale_MobileMenu .navPage-subMenu-item .navPages-action {
  font-size: 12px !important;
  color: #464646;
  font-weight: 400 !important; }

.themevale_MobileMenu .navPage-subMenu ul .navPages-action {
  padding-left: 15px; }

.themevale_MobileMenu .navPage-subMenu ul ul .navPages-action {
  padding-left: 30px; }

.themevale_navigationHover:before {
  position: absolute;
  background: rgba(45, 45, 50, 0.8);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 15; }

/*=====  End of www.themevale.com  ======*/
.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; }
  .tag a {
    color: #757575;
    display: inline-block;
    padding: 0.35714rem 0.5rem;
    text-decoration: none; }
    .tag a:hover {
      color: #333333; }

.socialLinks {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  line-height: 37px; }
  .socialLinks:before, .socialLinks:after {
    content: " ";
    display: table; }
  .socialLinks:after {
    clear: both; }
  .socialLinks ul,
  .socialLinks ol {
    list-style: none;
    margin-bottom: 0; }
  .socialLinks li {
    margin: 0;
    padding: 0; }
  .socialLinks .icon {
    height: 1.42857rem;
    width: 1.42857rem;
    margin: 0;
    text-decoration: none; }
    .socialLinks .icon:hover svg {
      fill: #999999; }
    .socialLinks .icon svg {
      fill: #757575;
      transition: all 0.15s ease; }

.google_plusone_iframe_widget {
  width: inherit !important; }

.socialLinks-item--pinterest {
  width: 25px; }

.pin_it_iframe_widget {
  display: none; }

.socialLinks-item {
  display: inline-block;
  font-size: 0; }
  .socialLinks .socialLinks-item {
    margin-bottom: 0.35714rem;
    margin-right: 0.78571rem; }
    .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }

.socialLinks--alt .icon {
  height: 1.5rem;
  width: 1.5rem; }

.socialLinks--alt svg {
  fill: #757575; }

/*=========================================
=            www.themevale.com            =
=========================================*/
/*----------  0.Global style  --------*/
.heroCarousel {
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    .heroCarousel {
      margin-top: -15px;
      margin-right: -15px;
      margin-left: -15px; } }
  .heroCarousel .link {
    vertical-align: top;
    opacity: 0;
    visibility: hidden; }
  .heroCarousel.slick-slider .link {
    opacity: 1;
    visibility: visible; }
  .heroCarousel .slick-arrow {
    width: 34px;
    height: 58px;
    fill: #2ba22a;
    stroke: #2ba22a;
    padding: 8px;
    border: 1px solid #2ba22a;
    transition: all 0.3s ease;
    background-color: white; }
    .heroCarousel .slick-arrow:before {
      content: none; }
    .heroCarousel .slick-arrow.slick-prev {
      left: 0;
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
    .heroCarousel .slick-arrow.slick-next {
      right: 0;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .heroCarousel .slick-arrow:hover {
      fill: #2ba22a;
      stroke: #2ba22a;
      border: 1px solid white;
      background-color: white; }
  .heroCarousel .slick-dots {
    bottom: 20px; }
    .heroCarousel .slick-dots li {
      padding: 0;
      width: auto;
      height: auto;
      margin: 0 7px; }
      .heroCarousel .slick-dots li button {
        width: 12px;
        height: 12px;
        opacity: 0.2;
        border: 1px solid #333333;
        background-color: #333333;
        transition: all 0.3s ease; }
        .heroCarousel .slick-dots li button:before {
          content: none; }
    .heroCarousel .slick-dots .slick-active button {
      opacity: 0.6;
      background-color: #757575; }
    @media (min-width: 768px) and (max-width: 800px) {
      .heroCarousel .slick-dots {
        position: relative;
        bottom: -10px; } }
    @media (max-width: 765px) {
      .heroCarousel .slick-dots {
        position: relative;
        bottom: -10px; } }
  .heroCarousel .slick-slide .heroCarousel-title {
    visibility: hidden;
    animation-delay: 0ms;
    animation-name: fadeOutDown; }
  .heroCarousel .slick-slide .heroCarousel-description {
    visibility: hidden;
    animation-delay: 0ms;
    animation-name: fadeOutDown; }
  .heroCarousel .slick-slide .heroCarousel-action {
    visibility: hidden;
    animation-delay: 0ms;
    animation-name: fadeOutDown; }
  .heroCarousel .slick-slide.slick-current .heroCarousel-title {
    visibility: visible;
    animation-delay: 100ms;
    animation-name: fadeInUp; }
  .heroCarousel .slick-slide.slick-current .heroCarousel-description {
    visibility: visible;
    animation-delay: 300ms;
    animation-name: fadeInUp; }
  .heroCarousel .slick-slide.slick-current .heroCarousel-action {
    visibility: visible;
    animation-delay: 500ms;
    animation-name: fadeInUp; }
  .heroCarousel.slick-dotted {
    margin-bottom: 25px; }
  @media (max-width: 1024px) {
    .heroCarousel {
      margin-bottom: 30px; } }
  @media (max-width: 1024px) and (max-width: 768px) {
    .heroCarousel.slick-dotted {
      margin-bottom: 27px; } }
  @media (max-width: 1024px) and (max-width: 480px) {
    .heroCarousel.slick-dotted {
      margin-bottom: 27px; } }
  @media (max-width: 1024px) {
    .heroCarousel.themevale_container {
      padding: 0; } }

.heroCarousel:not(.slick-slider) {
  display: block;
  overflow: hidden;
  white-space: nowrap; }
  .heroCarousel:not(.slick-slider) .heroCarousel-slide {
    width: 100%;
    display: inline-block;
    vertical-align: top; }
    .heroCarousel:not(.slick-slider) .heroCarousel-slide .heroCarousel-image {
      max-width: 100vw; }

/*----------  1.Main style  ----------*/
.heroCarousel-slide {
  position: relative; }
  .heroCarousel-slide .heroCarousel-image-wrapper .visible-tab {
    display: none; }
    @media (max-width: 768px) {
      .heroCarousel-slide .heroCarousel-image-wrapper .visible-tab {
        display: block;
        margin: 0;
        font-size: 26px;
        line-height: 1.2;
        font-weight: 700;
        letter-spacing: 0;
        text-transform: unset;
        font-family: "Arimo", Arial, Helvetica, sans-serif;
        color: #2ba22a;
        top: 50%;
        left: 0;
        right: auto;
        z-index: 5;
        width: 480px;
        padding: 0 20px;
        position: absolute;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        background-color: transparent; } }

@media (max-width: 768px) {
  .heroCarousel-content-wrapper {
    background: #ffffff;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
    -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07); } }

.heroCarousel-image {
  z-index: 1;
  width: 100%;
  position: relative;
  max-width: 100vw;
  object-fit: none; }
  @media (max-width: 1024px) {
    .heroCarousel-image {
      object-fit: cover; } }

.heroCarousel-content {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding: 20px 0 30px 0; }
  @media (max-width: 768px) {
    .heroCarousel-content {
      text-align: center;
      padding: 20px 0 20px 0; } }
  @media (max-width: 768px) {
    .heroCarousel-content .hidden-tab {
      display: none; } }
  .heroCarousel-content .heroCarousel-title {
    margin: 0 0 17px 0;
    font-size: 48px;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0;
    text-transform: unset;
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    color: #2ba22a; }
    @media (max-width: 768px) {
      .heroCarousel-content .heroCarousel-title {
        color: #666666; } }
  .heroCarousel-content .heroCarousel-description {
    color: black;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0 0 25px 0; }
    @media (max-width: 768px) {
      .heroCarousel-content .heroCarousel-description {
        color: #666666; } }
    @media (max-width: 768px) {
      .heroCarousel-content .heroCarousel-description {
        margin: 0 0 10px 0; } }
  .heroCarousel-content .button {
    margin: 0;
    color: #dfdfdf;
    background: #2ba22a;
    border: 2px solid #2ba22a;
    padding: 8px 24px;
    line-height: 15px;
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0; }
    @media (max-width: 1024px) {
      .heroCarousel-content .button {
        padding: 8px 10px; } }
    .heroCarousel-content .button:hover, .heroCarousel-content .button:focus, .heroCarousel-content .button:active {
      color: white;
      background: rgba(0, 0, 255, 0);
      border: 2px solid white; }
    @media (max-width: 768px) {
      .heroCarousel-content .button {
        color: #323232;
        background: #fff;
        border: 1px solid #979797; } }
  @media (max-width: 1024px) {
    .heroCarousel-content {
      padding: 20px 0 20px 0; } }

@media (min-width: 769px) {
  [aria-describedby="slick-slide00"] .heroCarousel-content, [aria-describedby="slick-slide01"] .heroCarousel-content, [aria-describedby="slick-slide02"] .heroCarousel-content {
    right: auto;
    left: 65px; }
  .heroCarousel .slick-arrow, .heroCarousel .slick-dots {
    opacity: 0; }
  .heroCarousel:hover .slick-arrow, .heroCarousel:hover .slick-dots {
    opacity: 0.85; } }

@media (min-width: 769px) {
  .heroCarousel-content-wrapper {
    top: 0;
    left: 50%;
    bottom: 0;
    z-index: 5;
    position: absolute;
    transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0); }
  .heroCarousel-content {
    top: 50%;
    left: 50%;
    z-index: 5;
    width: 480px;
    padding: 0 15px;
    position: absolute;
    transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    background-color: transparent; } }

/*----------  2.Responsive  ----------*/
@media (max-width: 1024px) {
  .heroCarousel-content {
    width: 100%; }
    .heroCarousel-content .heroCarousel-title {
      font-size: 30px;
      line-height: 1.4;
      margin-bottom: 8px; } }

@media (max-width: 768px) {
  .heroCarousel-content .heroCarousel-title {
    font-size: 26px;
    line-height: 1.2; }
  .heroCarousel-content .heroCarousel-description {
    font-size: 12px;
    margin-bottom: 25px; }
  .heroCarousel-content .button {
    min-width: 180px; }
  .heroCarousel-image-wrapper {
    display: block;
    position: relative;
    overflow: hidden;
    background-color: #fafafa; }
    .heroCarousel-image-wrapper:before {
      content: "";
      display: block;
      padding-bottom: 40%; }
    .heroCarousel-image-wrapper > .heroCarousel-image {
      top: 50%;
      left: 50%;
      z-index: 2;
      width: auto;
      height: 100%;
      max-width: none;
      position: absolute;
      transform: translate(-50%, -50%); } }

@media (max-width: 480px) {
  .heroCarousel-content .heroCarousel-title {
    font-size: 26px;
    line-height: 1.2; }
  .heroCarousel-content .heroCarousel-description {
    font-size: 12px;
    margin-bottom: 25px; }
  .heroCarousel-content .button {
    min-width: 180px; }
  .heroCarousel-image-wrapper {
    display: block;
    position: relative;
    overflow: hidden;
    background-color: #fafafa; }
    .heroCarousel-image-wrapper:before {
      content: "";
      display: block;
      padding-bottom: 40%; }
    .heroCarousel-image-wrapper > .heroCarousel-image {
      top: 50%;
      left: 50%;
      z-index: 2;
      width: auto;
      height: 100%;
      max-width: none;
      position: absolute;
      transform: translate(-50%, -50%); } }

/*=====  End of www.themevale.com  ======*/
#modal-review-form .modal-content {
  overflow: visible; }

#modal-review-form .modal-header {
  background: #f5f5f5;
  border-bottom: 1px solid #dddddd;
  border-bottom-left-radius: none;
  border-bottom-right-radius: none; }
  @media (min-width: 415px) {
    #modal-review-form .modal-header {
      padding: 13px 30px; } }
  #modal-review-form .modal-header .modal-header-title {
    color: #000000;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: uppercase; }

.writeReview-productDetails {
  padding: 0;
  display: block;
  margin-bottom: 30px; }
  .writeReview-productDetails .product-brand {
    margin: 0;
    color: #808080;
    font-size: 12px;
    font-weight: 600;
    line-height: 30px;
    text-transform: unset;
    text-align: center; }
  .writeReview-productDetails .product-title {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-transform: capitalize;
    color: #2465c6;
    text-align: center; }
  @media (min-width: 601px) {
    .writeReview-productDetails {
      width: 45%;
      padding-left: 0;
      padding-right: 10px;
      float: left; }
      .writeReview-productDetails .product-brand {
        margin: 0 0 5px 0; } }
  @media (min-width: 768px) {
    .writeReview-productDetails {
      width: 50%;
      padding-left: 0;
      padding-right: 20px;
      float: left; } }

.writeReview-form {
  padding: 0;
  display: block; }
  .writeReview-form textarea.form-input {
    min-height: 150px; }
  .writeReview-form .button {
    min-width: 180px;
    color: white;
    border: 1px solid transparent;
    background-color: #5b5b5b;
    background: linear-gradient(to bottom, #5b5b5b 0, #777877 100%); }
    .writeReview-form .button:hover {
      color: black;
      border: 1px solid #a0a0a0;
      background: linear-gradient(to bottom, #f7f7f7 0, #fdfefe 100%); }
  .writeReview-form .form-label {
    font-size: 12px;
    font-weight: 600;
    color: #000000; }
    .writeReview-form .form-label > small {
      color: #b8b8b8; }
    .writeReview-form .form-label span {
      color: #e3594d;
      margin-right: 3px; }
  .writeReview-form .form-input, .writeReview-form .form-select {
    height: 38px;
    line-height: 14px;
    font-size: 12px; }
  .writeReview-form .form-select {
    background-size: 34px;
    background-position: right 0px center; }
  @media (min-width: 601px) {
    .writeReview-form {
      width: 55%;
      padding-right: 0;
      padding-left: 10px;
      float: left; }
      .writeReview-form .button {
        min-width: 173px;
        padding: 5px 15px; } }
  @media (min-width: 768px) {
    .writeReview-form {
      width: 50%;
      padding-right: 0;
      padding-left: 20px;
      float: left; } }
  @media (max-width: 380px) {
    .writeReview-form .form-input, .writeReview-form .form-select, .writeReview-form .form-label {
      width: 98%; } }
  @media (max-width: 360px) {
    .writeReview-form .form-input, .writeReview-form .form-select, .writeReview-form .form-label {
      width: 90%; } }

.writeReview-productImage-container {
  position: relative;
  margin-bottom: 15px; }
  .writeReview-productImage-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .writeReview-productImage-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }
  @media (min-width: 601px) {
    .writeReview-productImage-container {
      margin-bottom: 20px; } }

.account--addReturn .table {
  display: block;
  margin-bottom: 3rem; }
  @media (min-width: 551px) {
    .account--addReturn .table {
      display: table;
      margin-bottom: 6rem; } }
  .account--addReturn .table tr {
    display: block;
    padding: 1.5rem 0; }
    @media (min-width: 551px) {
      .account--addReturn .table tr {
        display: table-row;
        padding: 0; } }
  .account--addReturn .table th,
  .account--addReturn .table td {
    display: block;
    padding: 0; }
    @media (min-width: 551px) {
      .account--addReturn .table th,
      .account--addReturn .table td {
        display: table-cell;
        padding-bottom: 0.78571rem;
        padding-top: 0.78571rem; } }
    .account--addReturn .table th + th,
    .account--addReturn .table th + td,
    .account--addReturn .table td + th,
    .account--addReturn .table td + td {
      padding-left: 0; }
      @media (min-width: 551px) {
        .account--addReturn .table th + th,
        .account--addReturn .table th + td,
        .account--addReturn .table td + th,
        .account--addReturn .table td + td {
          padding-left: 1.5rem; } }
  .account--addReturn .table .return-itemTitle + .definitionList {
    margin-top: 0.21429rem; }
  @media (min-width: 551px) {
    .account--addReturn .table .return-itemPrice {
      text-align: center; } }
  @media (min-width: 551px) {
    .account--addReturn .table .return-itemQuantity {
      text-align: right; } }

.account--addReturn .table-thead {
  display: none; }
  @media (min-width: 551px) {
    .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: 551px) {
    .account--addReturn .table-tbody {
      display: table-row-group; } }

.return-itemName {
  font-size: 15px;
  font-weight: 700; }
  @media (min-width: 551px) {
    .return-itemName {
      font-size: 1rem;
      font-weight: 400; } }

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

.return-itemQuantity .form-label {
  display: inline;
  margin-right: 0.35714rem; }
  @media (min-width: 551px) {
    .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 -0.75rem;
  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: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding: 0 1rem; }
  @media (min-width: 551px) {
    .account--addReturn-column {
      width: 50%; } }

.productCarousel {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-left: -16px;
  margin-right: -16px; }
  .productCarousel:before, .productCarousel:after {
    content: " ";
    display: table; }
  .productCarousel:after {
    clear: both; }
  @media (min-width: 1025px) {
    .productCarousel {
      margin-left: -16px;
      margin-right: -16px; } }
  .productCarousel .slick-arrow {
    width: 38px;
    height: 38px;
    top: 125px;
    z-index: 10; }
    .productCarousel .slick-arrow.slick-disabled {
      opacity: 0.2; }
    .productCarousel .slick-arrow.slick-prev {
      left: -20px; }
      @media (max-width: 1281px) {
        .productCarousel .slick-arrow.slick-prev {
          left: 0;
          z-index: 10; } }
    .productCarousel .slick-arrow.slick-next {
      right: -20px; }
      @media (max-width: 1281px) {
        .productCarousel .slick-arrow.slick-next {
          right: 0;
          z-index: 10; } }
    @media (max-width: 1024px) {
      .productCarousel .slick-arrow.slick-prev {
        left: 0px; }
      .productCarousel .slick-arrow.slick-next {
        right: 0px; } }

.productCarousel-slide, .prod-item {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  position: relative;
  border-left: 1px solid #efefef;
  border-top: 1px solid #efefef; }
  .productCarousel-slide .card, .prod-item .card {
    margin-bottom: 15px; }
  @media (min-width: 601px) {
    .productCarousel-slide, .prod-item {
      width: 33.33333%; }
      .productCarousel-slide .card, .prod-item .card {
        margin-bottom: 0px; } }
  @media (min-width: 993px) {
    .productCarousel-slide, .prod-item {
      width: 25%; } }
  @media (min-width: 1025px) {
    .productCarousel-slide, .prod-item {
      padding-left: 25px;
      padding-right: 25px; } }

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

.quickView:after {
  clear: both; }

.productReviews-list {
  margin: 0; }

.productReview {
  width: 100%;
  float: none;
  font-size: 1rem;
  display: block;
  vertical-align: top;
  margin-bottom: 0; }
  .productReview + .productReview {
    margin-top: 25px; }
  .productReview h5.productReview-title {
    color: #505050;
    font-size: 1rem;
    letter-spacing: 0;
    font-weight: 500;
    text-transform: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px 0 0;
    margin-bottom: 0 !important; }
  .productReview .productReview-rating {
    display: inline-block;
    vertical-align: middle; }
  .productReview .productReview-author {
    margin-top: 10px;
    margin-bottom: 10px; }
  .productReview .productReview-ratingNumber {
    display: none; }
  .productReview .productReview-body {
    margin-bottom: 0; }

.btn-createReview {
  margin-top: 15px;
  float: left;
  width: 100%; }

.productReviews .pagination {
  margin: 0;
  text-align: left; }
  .productReviews .pagination > ul {
    margin-left: 0 !important; }
  .productReviews .pagination .compare-link {
    display: none; }

.productView {
  padding-top: 1rem; }

.productView-images {
  margin-bottom: 3rem; }

.productView-image {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  position: relative; }
  @media (min-width: 801px) {
    .productView-image {
      min-height: 366px;
      min-width: inherit; } }
  .productView-image + .productView-thumbnails {
    margin-top: 0.78571rem; }
  @media (min-width: 320px) and (max-width: 801px) {
    .productView-image {
      pointer-events: none; } }

.productView-img-container {
  position: relative;
  margin: auto;
  max-width: 400px;
  width: 100%; }
  .productView-img-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    width: auto; }
  .productView-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

.productView-thumbnails {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-left: -0.35714rem;
  margin-right: -0.35714rem; }
  .productView-thumbnails ul,
  .productView-thumbnails ol {
    list-style: none;
    margin-bottom: 0; }
  .productView-thumbnails:before, .productView-thumbnails:after {
    content: " ";
    display: table; }
  .productView-thumbnails:after {
    clear: both; }
  .productView-thumbnails .slick-list {
    margin-left: 2.85714rem;
    margin-right: 2.85714rem; }
  .productView-thumbnails .slick-next {
    right: 0; }
  .productView-thumbnails .slick-prev {
    left: 0; }
  .productView-thumbnails img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 50px;
    max-width: 50px;
    width: auto; }

.productView-thumbnail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 25%;
  float: left;
  padding-left: 0.35714rem;
  padding-right: 0.35714rem;
  text-align: center; }
  @media (min-width: 1261px) {
    .productView-thumbnail {
      width: 20%; } }

.productView-thumbnail-link {
  border: 1px solid #e5e5e5;
  display: inline-block;
  max-height: 72px;
  max-width: 72px;
  padding: 2px;
  position: relative;
  text-align: center;
  width: 100%; }
  .productView-thumbnail-link:hover, .productView-thumbnail-link.is-active {
    border-color: #333333; }

.productView-details {
  margin-bottom: 2rem; }

@media (min-width: 801px) {
  .productView-product {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 2rem; } }

.productView-product > :last-child {
  margin-bottom: 0; }

.productView-title {
  font-size: 20px;
  margin: -0.78571rem 0 0.35714rem; }
  @media (min-width: 801px) {
    .productView-title {
      margin-top: 1.5rem; } }
  @media (min-width: 1261px) {
    .productView-title {
      font-size: 28px; } }

.productView-brand {
  color: #757575;
  font-size: 15px;
  margin: 0 0 0.78571rem; }
  @media (min-width: 1261px) {
    .productView-brand {
      font-size: 20px;
      margin: -0.21429rem 0 1rem; } }
  .productView-brand a {
    color: #757575; }
    .productView-brand a:hover {
      color: #333333; }

.productView-price {
  font-size: 15px;
  margin-bottom: 0.5rem; }
  @media (min-width: 801px) {
    .productView-price {
      font-size: 25px;
      margin-bottom: 1rem; } }
  .productView-price .price-section--saving {
    font-size: 15px; }
  .productView-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.productView-reviewLink {
  display: inline-block;
  margin-left: 0.78571rem;
  vertical-align: middle; }
  .productView-reviewLink + .productView-reviewLink {
    display: block;
    margin-left: auto; }
    @media (min-width: 551px) {
      .productView-reviewLink + .productView-reviewLink {
        display: inline-block;
        margin-left: 0.78571rem; } }
  .productView-reviewLink > a {
    color: #757575; }
    .productView-reviewLink > a:hover {
      color: #333333; }

.productView-info {
  margin-top: 0.78571rem; }
  .productView-info:before, .productView-info:after {
    content: " ";
    display: table; }
  .productView-info:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-info {
      margin-top: 0; } }
  @media (min-width: 551px) {
    .productView-info > :first-child {
      margin-top: 1.5rem; } }
  .productView-info > :last-child {
    margin-bottom: 0; }

.productView-info-name,
.productView-info-value {
  float: left; }
  @media (min-width: 551px) {
    .productView-info-name,
    .productView-info-value {
      float: none; } }

.productView-info-name {
  clear: both;
  margin-bottom: 0.21429rem;
  margin-right: 0.35714rem; }
  @media (min-width: 551px) {
    .productView-info-name {
      font-family: "Arimo", Arial, Helvetica, sans-serif;
      font-size: 13px;
      font-weight: 400; } }

.productView-info-value {
  margin-bottom: 0.35714rem; }
  @media (min-width: 551px) {
    .productView-info-value {
      margin-bottom: 1rem; } }

.productView-options {
  margin-bottom: 1.5rem;
  text-align: center; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-options {
      text-align: left; } }
  @media (min-width: 551px) {
    .productView-options .form-input[type="number"] {
      width: 16.66667%; } }
  .productView-options .form {
    display: inline; }
  .productView-options input[type="file"] {
    font-size: 13px; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 2rem; }
    .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: 551px) {
        .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; }
  @media (min-width: 551px) {
    .productView-options .form-action {
      float: left;
      padding: 0 0.71429rem;
      width: 50%; } }
  @media (min-width: 801px) {
    .productView-options .form-action {
      float: none;
      padding: 0;
      width: auto; } }
  @media (min-width: 1261px) {
    .productView-options .form-action {
      display: inline-block;
      margin-top: 1rem; } }
  @media (min-width: 1261px) {
    .productView-options .form-action .button {
      margin-right: 0.78571rem;
      width: auto; } }

.productOptions-list {
  border: 1px solid #cccccc;
  list-style: none;
  margin: 0; }

.productOptions-list-item {
  padding: 1.5rem; }
  .productOptions-list-item + .productOptions-list-item {
    border-top: 1px solid #cccccc; }
  .productOptions-list-item .form-label {
    text-align: left;
    top: -2px; }

.productOptions-list-item-figure,
.productOptions-list-item-content {
  display: table-cell;
  vertical-align: middle; }

.productOptions-list-item-figure {
  width: 3rem; }

.productOptions-list-item-content {
  padding-left: 1.28571rem; }

.shareProduct {
  text-align: center; }

.productView-image .easyzoom-flyout {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%; }
  .productView-image .easyzoom-flyout img {
    max-width: none;
    width: auto; }

.price--rrp,
.price--non-sale,
.price--discounted {
  text-decoration: line-through; }

.price-section--minor {
  color: #999999; }

.compareTable {
  border-top: 1px solid #e5e5e5;
  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 #e5e5e5; }
  .compareTable-row + .compareTable-row .compareTable-heading:empty {
    border-top: 0; }

.compareTable-heading {
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding: 1.28571rem 1rem;
  position: relative;
  text-align: right;
  width: 0; }
  @media (min-width: 801px) {
    .compareTable-heading {
      width: 25%; } }

.compareTable-headingText {
  position: absolute;
  top: 1.28571rem;
  white-space: nowrap; }
  @media (min-width: 801px) {
    .compareTable-headingText {
      position: inherit;
      top: inherit; } }

.compareTable-item {
  padding: 3.28571rem 1rem 1.28571rem; }
  @media (min-width: 801px) {
    .compareTable-item {
      padding-top: 1.28571rem; } }

.compareTable-removeProduct {
  background-color: #e5e5e5;
  border-radius: 50%;
  height: 2.5rem;
  position: absolute;
  right: -1rem;
  top: -1rem;
  transition: background-color 0.15s ease;
  width: 2.5rem; }
  .compareTable-removeProduct .icon {
    fill: #757575;
    height: 1.5rem;
    margin-top: 0.5rem;
    width: 1.5rem; }

.compareTable-product {
  font-weight: 400;
  padding: 2rem 1rem 1.28571rem; }
  .compareTable-product .card {
    margin-bottom: 0; }
    .compareTable-product .card .card-img-container .card-image {
      object-fit: contain; }

.compareTable-action {
  padding: 0 1rem 1rem; }
  .compareTable-action .button {
    display: block;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    width: 100%; }

.compareTable {
  border: 1px solid #ececec;
  border-collapse: collapse;
  background: #ffffff; }
  .compareTable th, .compareTable td {
    border: 1px solid #ececec;
    border-spacing: 0px; }
  .compareTable thead {
    text-align: center; }
    .compareTable thead .compareTable-heading {
      text-align: center;
      font-family: "Arimo", Arial, Helvetica, sans-serif; }
    .compareTable thead .compareTable-headingText {
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 0;
      text-transform: uppercase;
      color: #28a629; }
  .compareTable .compareTable-item.text-center,
  .compareTable .compareTable-heading.text-center {
    width: 150px; }

.compareTable-product .card {
  border: none;
  text-align: center; }
  .compareTable-product .card .card-img-container:before {
    content: none; }
  .compareTable-product .card .card-img-container:after {
    padding-bottom: 75%; }
  .compareTable-product .card .card-body {
    text-align: center; }
    .compareTable-product .card .card-body .price-wrapper .card-price {
      float: none;
      font-size: 14px; }
    .compareTable-product .card .card-body .button {
      font-size: 12px;
      padding: 5px 15px;
      max-width: 200px;
      margin-left: auto;
      margin-right: auto; }

.compareTable-product .compareTable-removeProduct {
  top: 0px;
  right: 10px;
  width: 24px;
  height: 24px;
  position: absolute;
  background-color: transparent; }
  .compareTable-product .compareTable-removeProduct .icon {
    margin: 0;
    width: 25px;
    height: 25px;
    padding: 5px;
    fill: #ffffff;
    border-radius: 50%;
    background-color: #28a629; }

.blocker {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 500; }

.blocker-container {
  position: relative; }

.textTruncate {
  padding-bottom: 1.5rem;
  position: relative;
  transition: max-height 100ms ease-out; }

.js .textTruncate {
  max-height: 110px;
  overflow: hidden; }

.js .textTruncate--visible {
  max-height: 71.42857rem; }

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

.toggle {
  border-top: 1px solid #e5e5e5;
  margin-bottom: 2.28571rem; }
  .toggle:last-of-type {
    margin-bottom: 4.57143rem; }

.toggle-title {
  margin-bottom: 2.28571rem; }

.toggleLink {
  color: #757575; }
  .toggleLink:hover {
    color: #333333; }
  .toggle-title .toggleLink {
    float: right;
    line-height: 24px; }

.toggleLink-text {
  font-size: 13px;
  font-weight: 400; }

.toggleLink-text--off {
  display: inline-block; }
  .toggleLink.is-open .toggleLink-text--off {
    display: none; }

.toggleLink-text--on {
  display: none; }
  .toggleLink.is-open .toggleLink-text--on {
    display: inline-block; }

.toggle-content {
  display: none; }
  .toggle-content.is-open {
    display: block; }

.facetedSearch-toggle {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  border: #e5e5e5 solid;
  border-radius: 4px;
  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: 801px) {
    .facetedSearch-toggle {
      display: none !important; } }
  .facetedSearch-toggle.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0; }
  @media (max-width: 1024px) {
    .facetedSearch-toggle {
      display: none; } }

.facetedSearch-toggle-text,
.facetedSearch-toggle-indicator {
  display: block;
  font-weight: normal; }

.facetedSearch-toggle-text {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 58.33333%;
  float: left;
  padding: 0;
  text-align: left; }

.facetedSearch-toggle-indicator {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 41.66667%;
  float: left;
  font-weight: bold;
  padding: 0;
  text-align: right; }

.accordion-block {
  margin-bottom: 30px; }

.faq-block .accordion-block {
  margin-bottom: 15px; }
  .faq-block .accordion-block .accordion-title {
    border-bottom: 0;
    border-radius: 3px; }
  .faq-block .accordion-block.is-open .accordion-title {
    border-bottom: 1px solid #efefef;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }

.facetedSearch-navList {
  display: none; }
  @media (max-width: 1024px) {
    .facetedSearch-navList {
      display: block; } }
  @media (min-width: 801px) {
    .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: 801px) {
      .facetedSearch-toggle + .facetedSearch-navList.is-open,
      .sidebarBlock + .facetedSearch-navList.is-open {
        margin-top: 2rem; } }
  .facetedSearch-navList .navList--inner {
    margin-left: 1.5rem; }

.facet-quick-heading {
  text-transform: capitalize; }

.facetedSearch-optionColumns {
  column-count: 3;
  column-gap: 20px; }

.facetedSearch-refineFilters {
  display: none; }
  @media (min-width: 801px) {
    .facetedSearch-refineFilters {
      display: block; } }
  @media (max-width: 1024px) {
    .facetedSearch-refineFilters {
      display: block; } }

.facetedSearch-content--rating .is-selected {
  font-weight: bold; }

.banners p:last-child {
  margin-bottom: 0; }

.banner {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%; }
  .banner:before, .banner:after {
    content: " ";
    display: table; }
  .banner:after {
    clear: both; }
  .banner + .banner {
    margin-top: 1.5rem; }

.facetLabel {
  background: #e5e5e5;
  border-radius: 4px;
  padding: 0.21429rem 0.5rem 0.21429rem 0.71429rem;
  text-decoration: none; }
  .facetLabel .icon {
    height: 0.85714rem;
    width: 0.85714rem;
    display: inline-block;
    fill: #757575;
    position: relative;
    top: -1px; }

.cart {
  display: block;
  margin-bottom: 30px;
  width: 100%;
  background: #ffffff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 20px;
  padding-bottom: 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  position: relative; }

.cart-header {
  display: none; }
  @media (min-width: 992px) {
    .cart-header {
      display: table-header-group;
      text-align: left;
      background: #f5f5f5; }
      .cart-header:before {
        content: "";
        background: #dddddd;
        position: absolute;
        width: calc(100% - 44px);
        height: 1px;
        top: 62px;
        left: 22px;
        right: 22px; } }

.cart-header-item {
  padding: 11px 0;
  line-height: 20px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  color: #787878;
  text-align: center; }
  .cart-header-item:first-child {
    padding-left: 30px;
    text-align: left;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px; }
  .cart-header-item:last-child {
    text-align: center;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }

.cart-list {
  border-top: 1px solid #e5e5e5;
  display: block; }
  .cart-list .cart-item-brand {
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: 0;
    color: #787878; }
  @media (min-width: 992px) {
    .cart-list {
      border-top: none;
      display: table-row-group; } }
  @media (max-width: 1024px) {
    .cart-list {
      border-top: none; } }

.cart-item {
  border-bottom: 1px solid #efefef;
  clear: both;
  display: inline-block;
  width: 100%;
  padding: 30px 0 30px 33.33333%; }
  .cart-item:last-child {
    border-bottom: 0; }
  .cart-item:before, .cart-item:after {
    content: " ";
    display: table; }
  .cart-item:after {
    clear: both; }
  .cart-item + .cart-item {
    border-top: none; }
  @media (min-width: 581px) {
    .cart-item {
      padding: 30px 0 30px 25%; } }
  @media (min-width: 992px) {
    .cart-item {
      display: table-row;
      padding-left: 0; }
      .cart-item:before, .cart-item:after {
        display: none; } }

.cart-item-block {
  display: block;
  padding: 25px 10px; }
  @media (min-width: 992px) {
    .cart-item-block {
      display: table-cell;
      vertical-align: top; } }
  @media (min-width: 766px) and (max-width: 802px) {
    .cart-item-block {
      padding: 0; } }
  .cart-item-block:first-child {
    padding-left: 0px;
    padding-right: 20px; }
  .cart-item-block:last-child {
    padding-right: 20px; }
  .cart-item-block .definitionList {
    margin-bottom: 0.35714rem; }
  .cart-item-block > span.cart-item-label {
    font-weight: 500;
    font-family: "Poppins", Arial, Helvetica, sans-serif; }
    @media (max-width: 767px) {
      .cart-item-block > span.cart-item-label {
        padding-right: 10px; } }
    @media (max-width: 310px) {
      .cart-item-block > span.cart-item-label {
        width: 100%; } }
  @media (max-width: 767px) {
    .cart-item-block > span {
      display: inline-block;
      width: auto; } }

.cart-item-figure {
  float: left;
  height: 7.14286rem;
  width: 33.33333%;
  position: relative;
  vertical-align: top;
  padding-right: 20px;
  margin-bottom: 0;
  margin-left: -50%;
  width: 50%; }
  .cart-item-figure:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 133.33333%; }
  @media (min-width: 581px) {
    .cart-item-figure {
      margin-left: -33.33333%;
      width: 33.33333%; } }
  @media (min-width: 992px) {
    .cart-item-figure {
      float: none;
      width: 10%;
      padding-right: 0; }
      .cart-item-figure:after {
        content: none; } }

.cart-item-fixed-image {
  width: 100%; }

.cart-item-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: auto; }
  @media (min-width: 992px) {
    .cart-item-image {
      margin-left: 0;
      position: relative;
      border: 1px solid #dfdfdf; } }
  @media (max-width: 767px) {
    .cart-item-image {
      width: 90px; } }
  @media (max-width: 320px) {
    .cart-item-image {
      width: 75px; } }

.cart-item-title {
  display: table-cell;
  vertical-align: top;
  height: 7.14286rem;
  padding-left: 1.5rem;
  width: 100%;
  padding: 0 20px 0 10px;
  margin-bottom: 0; }
  @media (min-width: 551px) {
    .cart-item-title {
      display: block;
      height: auto;
      overflow: hidden; } }
  @media (min-width: 992px) {
    .cart-item-title {
      display: table-cell;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      width: 22%;
      padding: 25px 20px 5px 20px; } }
  @media (min-width: 1231px) {
    .cart-item-title {
      width: 25%; } }

.cart-item-info {
  clear: both;
  width: 58.33333%;
  padding-top: 0;
  padding-bottom: 15px;
  width: 100%;
  clear: none;
  float: left;
  overflow: hidden; }
  .cart-item-info + .cart-item-info {
    margin-top: 0px; }
  @media (min-width: 768px) {
    .cart-item-info {
      width: 30%;
      padding-bottom: 25px; }
      .cart-item-info:last-child {
        width: 40%; } }
  @media (min-width: 992px) {
    .cart-item-info {
      float: none;
      width: 19.66667%;
      padding-top: 40px;
      text-align: center; }
      .cart-item-info:last-child {
        text-align: center;
        width: 20%; } }
  @media (max-width: 767px) {
    .cart-item-info.cart-item-quantity {
      padding-bottom: 10px; } }
  @media (max-width: 580px) {
    .cart-item-info.cart-item-quantity {
      padding-bottom: 12px; } }
  @media (max-width: 767px) {
    .cart-item-info.total {
      max-width: 250px;
      padding-bottom: 0; }
      .cart-item-info.total .cart-item-label {
        padding-left: 0; } }

.cart-item-price {
  padding-left: 10px; }
  @media (min-width: 992px) {
    .cart-item-price {
      text-align: center;
      padding-left: 10px; } }
  @media (max-width: 767px) {
    .cart-item-price {
      padding-bottom: 8px; } }
  .cart-item-price > span {
    padding-left: 0; }

@media (min-width: 992px) {
  .cart-header-quantity,
  .cart-item-quantity {
    text-align: center; } }

.cart-item-quantity {
  position: relative; }
  .cart-item-quantity .form-increment {
    margin: 0;
    display: inline-block;
    vertical-align: middle; }
    .cart-item-quantity .form-increment .button {
      width: 38px;
      height: 38px;
      padding: 0;
      font-size: 22px;
      line-height: 38px;
      color: #7b7b7b;
      border: 1px solid #dddddd;
      display: inline-block;
      border-radius: 0;
      background-color: transparent; }
      .cart-item-quantity .form-increment .button.button-inc {
        border-radius: 0 3px 3px 0;
        margin-left: -4px;
        border-left: none; }
      .cart-item-quantity .form-increment .button.button-dec {
        border-radius: 3px 0 0 3px;
        margin-right: -4px;
        border-right: none; }
      .cart-item-quantity .form-increment .button svg {
        fill: #7b7b7b; }
      .cart-item-quantity .form-increment .button > .icon {
        width: 100%;
        height: 100%;
        font-style: normal;
        font-weight: 300;
        vertical-align: top;
        color: #676767;
        background: #ffffff; }
      .cart-item-quantity .form-increment .button:hover, .cart-item-quantity .form-increment .button:focus, .cart-item-quantity .form-increment .button:active {
        color: #7b7b7b;
        background-color: transparent; }
        .cart-item-quantity .form-increment .button:hover svg, .cart-item-quantity .form-increment .button:focus svg, .cart-item-quantity .form-increment .button:active svg {
          fill: #7b7b7b; }
    .cart-item-quantity .form-increment .form-input--incrementTotal {
      padding: 0;
      width: 49px;
      line-height: 38px;
      text-align: center;
      font-size: 12px;
      font-weight: 500;
      color: #161d25;
      border: 1px solid #dcdcdc;
      border-left: none;
      border-right: none;
      display: inline-block;
      border-radius: 0;
      box-shadow: none;
      height: 38px; }
    .cart-item-quantity .form-increment .form-input--incrementTotal[disabled] {
      border-left: 1px solid #dcdcdc;
      border-right: 1px solid #dcdcdc; }
    @media (min-width: 992px) {
      .cart-item-quantity .form-increment {
        margin-left: 0; } }
  .cart-item-quantity .cart-item-label {
    padding-left: 0;
    line-height: 42px; }
  @media (min-width: 551px) {
    .cart-item-quantity .cart-item-label {
      line-height: 20px;
      font-size: 12px;
      font-weight: bold; } }
  @media (max-width: 320px) {
    .cart-item-quantity .cart-item-label {
      display: none; } }

@media (min-width: 801px) {
  .cart-item-price {
    padding-left: 0; } }

.cart-item-label {
  color: #28a629;
  float: left;
  margin-bottom: 0;
  text-align: left;
  width: 33.33333%; }
  @media (min-width: 480px) and (max-width: 668px) {
    .cart-item-label {
      padding-left: 0 !important; } }
  @media (min-width: 551px) {
    .cart-item-label {
      display: block;
      padding-left: 1.5rem;
      text-align: left;
      width: 100%;
      margin-bottom: 0.35714rem; } }
  @media (min-width: 992px) {
    .cart-item-label {
      display: none; } }

.cart-item-value {
  padding-left: 1.5rem;
  font-size: 13px;
  font-weight: 700;
  color: #28a629; }
  @media (min-width: 801px) {
    .cart-item-value {
      padding-left: 0;
      line-height: 42px; } }

.cart-item-brand {
  color: #a0a0a0;
  margin-bottom: 6px; }

.cart-item-name {
  margin: 0;
  color: #000000;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  font-family: "Arimo", Arial, Helvetica, sans-serif; }
  .cart-item-name a {
    color: #2465c6; }
  .cart-item-name + .definitionList {
    margin-top: 10px; }

.definitionList .definitionList-key {
  font-weight: 500;
  min-width: 40px;
  color: #808080;
  line-height: 20px;
  font-size: 12px;
  font-style: italic; }

.definitionList .definitionList-value {
  font-weight: 700;
  color: #808080;
  line-height: 20px;
  font-size: 12px;
  font-style: italic; }

a[data-item-edit] {
  color: #000000;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0;
  font-style: italic; }

.cart-item-options--giftWrapping {
  margin-top: 10px;
  margin-bottom: 15px; }
  .cart-item-options--giftWrapping .cart-item-option-title,
  .cart-item-options--giftWrapping .cart-item-option-description {
    font-weight: 700;
    color: #28a629;
    display: inline-block;
    vertical-align: unset;
    margin-bottom: 7px; }
    .cart-item-options--giftWrapping .cart-item-option-title a,
    .cart-item-options--giftWrapping .cart-item-option-description a {
      color: #000000; }
  .cart-item-options--giftWrapping .cart-item-option-title {
    margin-right: 5px;
    font-weight: 400 !important; }
    .cart-item-options--giftWrapping .cart-item-option-title .fa-gift {
      font-size: 18px;
      color: #505050;
      margin-right: 8px;
      position: relative;
      top: 0px; }

.cart-remove {
  cursor: pointer;
  float: right;
  height: 1.41667rem;
  margin-top: 17px;
  transition: background-color .15s ease;
  width: 100%;
  text-align: center;
  padding: 0;
  margin-left: 0;
  color: #e95144;
  text-transform: capitalize;
  font-weight: 100; }
  @media (max-width: 768px) {
    .cart-remove {
      text-align: left; } }
  .cart-remove svg {
    margin-right: 10px;
    margin-top: 2px;
    padding: 0px;
    fill: #ffffff;
    width: 15px;
    height: 15px;
    border: 1px solid #ea3b02;
    background: #e95144;
    -moz-border-radius: 50%;
    border-radius: 3px; }
  .cart-remove span {
    display: inline-block; }
  @media (min-width: 992px) {
    .cart-remove {
      margin-top: 12px;
      padding: 5px; } }
  .cart-remove:hover {
    color: #e95144; }
  .cart-remove.cart-remove--spacer {
    visibility: hidden; }

.cart-totals {
  list-style: none;
  margin-left: 0;
  margin-bottom: 1.5rem;
  text-align: right;
  width: 100%; }
  .cart-totals ul,
  .cart-totals ol {
    list-style: none;
    margin-bottom: 0; }
  .cart-totals .cart-total:last-child {
    padding-top: 10px; }

.cart-total {
  border-bottom: 0;
  padding: 0 20px; }
  .cart-total:before, .cart-total:after {
    content: " ";
    display: table; }
  .cart-total:after {
    clear: both; }
  .cart-total + .cart-total {
    border-top: 1px solid #ebebeb; }
  .cart-total .form-input {
    display: inline-block;
    height: 38px;
    padding: 0 15px;
    vertical-align: top;
    width: 75%; }
  .cart-total .form-select {
    background-position: right 0.35714rem top 0.71429rem;
    background-size: 1.42857rem 1.42857rem;
    height: 42px;
    margin-bottom: 0.78571rem;
    padding: 0.5rem 0.78571rem; }
  .cart-total .form-inlineMessage {
    text-align: left; }

.cart-total-label,
.cart-total-value {
  float: left;
  color: #28a629;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  padding: 1rem 0; }
  .cart-total-label strong,
  .cart-total-label b,
  .cart-total-value strong,
  .cart-total-value b {
    font-weight: 700;
    font-size: 14px;
    color: #000000; }

.cart-total-label {
  color: #757575;
  width: 50%;
  display: block;
  padding-left: 0;
  text-align: left; }
  .cart-total-label.total-cart-label strong {
    font-size: 18px;
    font-weight: bold; }

.cart-total-value {
  text-align: right;
  font-size: 14px;
  width: 50%; }
  .cart-total-value button {
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    border: none;
    color: #2465c6;
    font-size: 12px;
    font-weight: 600;
    border-radius: 0;
    text-decoration: none;
    text-transform: capitalize;
    background-color: transparent;
    letter-spacing: 0;
    background: #ffffff; }
    .cart-total-value button:hover, .cart-total-value button:focus, .cart-total-value button:active {
      color: #2465c6;
      border: none;
      background-color: transparent; }
    @media (max-width: 480px) {
      .cart-total-value button {
        color: #8c8c8c; } }

.cart-total-grandTotal {
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 18px;
  padding-bottom: 0.21429rem;
  padding-top: 0.21429rem;
  position: relative; }
  @media (min-width: 992px) {
    .cart-total-grandTotal {
      padding: 1rem 0; } }

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.shipping-estimate-hide,
.gift-certificate-add,
.gift-certificate-cancel {
  color: #757575;
  padding: 0;
  text-decoration: underline;
  transition: color 0.15s ease; }
  .coupon-code-add:hover,
  .coupon-code-cancel:hover,
  .shipping-estimate-show:hover,
  .shipping-estimate-hide:hover,
  .gift-certificate-add:hover,
  .gift-certificate-cancel:hover {
    color: #333333; }

.coupon-form,
.cart-gift-certificate-form {
  font-size: 0;
  margin-bottom: 30px; }
  .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 .button,
  .cart-gift-certificate-form .form-input,
  .cart-gift-certificate-form .button {
    float: left; }
  .coupon-form .form-input,
  .cart-gift-certificate-form .form-input {
    width: 73%; }
  .coupon-form .button,
  .cart-gift-certificate-form .button {
    margin: 0 0 0 2%;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    width: 25%;
    padding: 6px 0px; }
  @media (max-width: 414px) {
    .coupon-form .form-input,
    .cart-gift-certificate-form .form-input {
      height: 36px; } }

.estimator-form {
  margin-bottom: 0; }
  .estimator-form .form-input {
    margin-bottom: 0.78571rem;
    width: 100%; }
  .estimator-form .button--primary {
    width: 60%;
    padding: 6px 15px; }
    @media (max-width: 370px) {
      .estimator-form .button--primary {
        width: 100%; } }

.estimator-form-label {
  clear: both;
  float: left;
  font-weight: 400;
  margin-bottom: 0; }
  .estimator-form-label .form-label {
    line-height: 3rem;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 12px; }

.estimator-form-label-text {
  margin-left: 0.71429rem; }

.estimator-form-input {
  float: right;
  margin-bottom: 1em;
  width: 60%; }
  .estimator-form-input .form-input,
  .estimator-form-input .form-select {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 14px;
    background-position: right 0px center;
    background-size: 34px; }

.shipping-estimate-submit {
  margin-top: 8px; }

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

.cart-actions {
  clear: both;
  text-align: center;
  padding: 0 20px; }
  .cart-actions:before, .cart-actions:after {
    content: " ";
    display: table; }
  .cart-actions:after {
    clear: both; }
  .cart-actions .button {
    display: block;
    margin-bottom: 0;
    width: 100%;
    font-size: 14px;
    padding-top: 8px;
    padding-bottom: 8px; }
    @media (min-width: 551px) {
      .cart-actions .button {
        display: inline-block;
        float: right;
        font-size: 16px;
        padding-top: 13px;
        padding-bottom: 11px; } }
  .cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    padding-top: 15px; }

.cart-additionalCheckoutButtons {
  text-align: center; }
  .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;
    color: #969696;
    font-size: 12px; }
  .cart-additionalCheckoutButtons .FloatRight div {
    /*float: right;*/ }
  .cart-additionalCheckoutButtons .CheckoutButton {
    /*margin-bottom: spacing("base");*/ }
    .cart-additionalCheckoutButtons .CheckoutButton:first-child {
      margin-top: 10px; }
    .cart-additionalCheckoutButtons .CheckoutButton:last-child {
      /*margin-bottom: spacing("single");*/ }

.data-cart-totals {
  width: 100%;
  max-width: 470px;
  float: right;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  padding-bottom: 30px;
  padding-top: 5px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  background: #ffffff; }
  .data-cart-totals .seal-logos {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    margin-bottom: 0px;
    padding: 0 20px;
    margin-top: 20px; }
    .data-cart-totals .seal-logos a {
      display: inline-block;
      margin-right: 15px; }
      .data-cart-totals .seal-logos a:last-child {
        margin-right: 0px; }
      @media (max-width: 767px) {
        .data-cart-totals .seal-logos a:last-child {
          margin-right: 0px; } }

.previewCartList {
  max-height: 315px;
  overflow-y: auto; }

.previewCart ul {
  margin: 0; }

.previewCartItem {
  overflow: hidden;
  padding: 20px 20px 15px 20px; }
  .previewCartItem + .previewCartItem {
    border-top: 1px solid #eeeeee; }

.previewCartItem-image,
.previewCartItem-content {
  display: table-cell;
  vertical-align: top; }

.previewCartItem-image {
  position: relative;
  overflow: hidden;
  float: left;
  border: 1px solid #dddddd;
  padding: 5px;
  width: 72px;
  height: 72px;
  text-align: center;
  border-radius: 2px; }
  .previewCartItem-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .previewCartItem-image:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 133.33333%; }

.previewCartItem-content {
  float: left;
  width: calc(100% - 72px);
  text-align: left;
  padding-left: 15px; }

.previewCartItem-brand {
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 700;
  text-transform: capitalize;
  display: block;
  margin-top: -3px;
  color: #787878; }
  .previewCartItem-brand ~ h6 {
    padding-top: 4px; }

.previewCartItem-name {
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  margin: 0 0 7px;
  letter-spacing: 0;
  text-transform: none; }
  .previewCartItem-name > a {
    text-decoration: none;
    color: #2465c6; }

.previewCartItem-price {
  font-weight: 700;
  font-size: 13px;
  color: #000;
  font-family: Arimo,Arial,Helvetica,sans-serif; }
  .previewCartItem-price > span {
    font-weight: 400;
    color: #727272; }
  .previewCartItem-price strong {
    font-weight: 400;
    font-size: 12px; }

.previewCartAction {
  display: block;
  clear: both;
  padding: 20px 20px 20px;
  text-align: right;
  border-top: 1px solid #ebebeb;
  background: #f5f5f5;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }
  .previewCartAction .button {
    margin: 0;
    padding-left: 0.78571rem;
    padding-right: 0.78571rem;
    width: 100%; }

.previewCartAction-checkout {
  margin-bottom: 10px; }
  .previewCartAction-checkout a {
    padding: 6px 15px; }

.previewCartAction-checkout,
.previewCartAction-viewCart {
  display: block; }

.previewCartAction-checkoutMultiple {
  clear: both;
  text-align: center;
  margin-bottom: 3px;
  margin-top: 20px; }
  .previewCartAction-checkoutMultiple a {
    color: #585858;
    border-bottom: 1px solid #eaeaea; }

.previewCart-emptyBody {
  padding: 3rem;
  text-align: center; }

.addressList {
  font-size: 0;
  list-style: none;
  margin-left: -0.78571rem;
  margin-right: -0.78571rem; }

.address {
  display: inline-block;
  padding: 0 0.78571rem;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 551px) {
    .address {
      width: 50%; } }
  @media (min-width: 1261px) {
    .address {
      width: 33.33333%; } }

.panel--address {
  font-size: 1rem;
  position: relative; }
  .panel--address .panel-body {
    min-height: 17.85714rem;
    padding: 1.5rem; }
    @media (min-width: 551px) {
      .panel--address .panel-body {
        padding: 1.5rem 1.5rem 4.5rem; } }
  .panel--address .form-actions {
    margin-bottom: -0.78571rem;
    margin-top: 1.5rem;
    text-align: left; }
    @media (min-width: 551px) {
      .panel--address .form-actions {
        bottom: 1.5rem;
        position: absolute;
        width: auto; } }
    .panel--address .form-actions .button {
      margin-bottom: 0.78571rem; }
      .panel--address .form-actions .button + .button {
        margin-left: 0;
        margin-top: 0; }
        @media (min-width: 551px) {
          .panel--address .form-actions .button + .button {
            margin-left: 0.35714rem; } }

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

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

.address-details--postal {
  font-size: 15px; }

.address-label,
.address-description {
  display: inline-block;
  font-size: 1rem;
  margin: 0; }

.address-label {
  color: #757575;
  font-weight: 400; }

.panel--newAddress {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newAddress:hover .address-title {
    color: #757575; }
  .panel--newAddress .panel-body {
    background-color: transparent;
    border: 1px solid #e5e5e5;
    display: block; }
  .panel--newAddress .address-title {
    margin-bottom: 0;
    transition: all 0.15s ease; }

.address-addNew {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-55%); }

.address-symbol {
  font-size: 50px;
  line-height: 1; }

.videoGallery-main {
  height: 0;
  margin-bottom: 1.14286rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.78571rem;
  position: relative;
  margin-bottom: 1.85714rem; }
  .videoGallery-main.widescreen {
    padding-bottom: 56.34%; }
  .videoGallery-main.vimeo {
    padding-top: 0; }
  .videoGallery-main iframe,
  .videoGallery-main object,
  .videoGallery-main embed,
  .videoGallery-main video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; }

.videoGallery-list {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .videoGallery-list ul,
  .videoGallery-list ol {
    list-style: none;
    margin-bottom: 0; }
  .videoGallery-list:before, .videoGallery-list:after {
    content: " ";
    display: table; }
  .videoGallery-list:after {
    clear: both; }

.videoGallery-item {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  vertical-align: top; }
  @media (min-width: 801px) {
    .videoGallery-item {
      width: 50%; } }

.video {
  display: block;
  margin-bottom: 1.85714rem;
  opacity: 0.4;
  text-decoration: none;
  transition: opacity 100ms ease-out; }
  .video:before, .video:after {
    content: " ";
    display: table; }
  .video:after {
    clear: both; }
  .video-figure {
    float: left;
    margin-right: 0.78571rem; }
    .video-figure > img {
      display: block; }
  .video-figure--opposite {
    float: right;
    margin-left: 0.78571rem;
    margin-right: 0; }
  .video-body:before, .video-body:after {
    content: " ";
    display: table; }
  .video-body:after {
    clear: both; }
  @media (min-width: 801px) {
    .video {
      margin-bottom: 1.85714rem; } }
  .video:hover, .video.is-active {
    color: #333333;
    opacity: 1; }

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

.video-title {
  margin-bottom: 0;
  margin-top: 0;
  text-transform: none; }

.video-description {
  font-size: 1rem;
  margin-bottom: 0; }

/*=========================================
=            www.themevale.com            =
=========================================*/
/*--------  1.0 Product view  -------*/
.previewCart {
  width: 100%;
  vertical-align: top;
  display: inline-block; }
  .previewCart .productView {
    padding: 0;
    font-size: 0;
    display: block;
    margin: 30px 0 0 0; }
    @media (max-width: 480px) {
      .previewCart .productView {
        margin: 0; } }
  .previewCart .previewCartCheckout {
    display: block;
    font-size: 12px;
    max-width: 400px;
    padding: 20px;
    margin: 0 auto;
    text-align: center;
    background-color: #fafafa; }
    .previewCart .previewCartCheckout p {
      color: #565656; }
  .previewCart .productView-image {
    width: 37%;
    padding: 0;
    display: inline-block;
    vertical-align: top; }
  .previewCart .productView-details {
    width: 63%;
    margin-bottom: 0;
    padding-left: 15px;
    font-size: 1rem;
    display: inline-block;
    vertical-align: top; }
    .previewCart .productView-details .productView-brand {
      color: #808080;
      font-size: 12px;
      font-weight: 400;
      line-height: 20px;
      text-transform: unset;
      margin-bottom: 4px;
      text-underline-position: under;
      font-family: "Arimo", Arial, Helvetica, sans-serif; }
    .previewCart .productView-details .productView-title {
      font-size: 12px;
      font-weight: 700;
      line-height: 20px;
      margin-bottom: 15px;
      font-family: "Arimo", Arial, Helvetica, sans-serif;
      color: #2465c6;
      margin-top: 0; }
    .previewCart .productView-details .productView-info {
      margin-bottom: 0px; }
      .previewCart .productView-details .productView-info .productView-info-name {
        min-width: 100px; }
        @media (min-width: 1025px) {
          .previewCart .productView-details .productView-info .productView-info-name {
            min-width: 140px; } }
      .previewCart .productView-details .productView-info .productView-info-value {
        text-transform: capitalize; }
    .previewCart .productView-details .productView-price {
      font-size: 16px;
      line-height: 20px;
      font-weight: 700;
      text-transform: uppercase;
      font-family: "Arimo", Arial, Helvetica, sans-serif;
      color: #000000;
      margin: 0 0 18px;
      display: inline-block;
      width: 100%; }
      .previewCart .productView-details .productView-price .qty {
        color: #505050;
        font-weight: 400; }
  @media (min-width: 381px) {
    .previewCart .previewCartCheckout {
      padding: 30px; } }
  @media (min-width: 768px) {
    .previewCart .productView {
      margin: 0;
      width: 60%;
      float: left;
      padding: 0 30px 0 0; }
    .previewCart .previewCartCheckout {
      width: 40%;
      margin: 0;
      padding: 0;
      float: right;
      max-width: none;
      background-color: transparent; }
    .previewCart .productView-image {
      width: 30%; }
    .previewCart .productView-details {
      width: 70%;
      padding-left: 15px; } }
  @media (min-width: 993px) {
    .previewCart .productView {
      width: 67%;
      padding: 0 50px 0 0; }
    .previewCart .previewCartCheckout {
      width: 33%; }
    .previewCart .productView-image {
      width: 37%; }
    .previewCart .productView-details {
      width: 63%;
      padding-left: 30px; } }
  @media (min-width: 1025px) {
    .previewCart .previewCartCheckout {
      padding: 6px 10px; }
    .previewCart .productView-details {
      padding-top: 0; } }

/*--------  2.0 Cart checkout  ------*/
.previewCartCheckout {
  text-align: center; }
  .previewCartCheckout .button {
    width: 100%;
    line-height: 26px;
    padding: 11px 0;
    font-size: 14px; }
    .previewCartCheckout .button + .button {
      margin-left: 0; }
  .previewCartCheckout .button--primary {
    margin-bottom: 0; }
  .previewCartCheckout .button-transparent {
    color: #000000;
    font-weight: 700;
    padding: 5px 15px;
    line-height: 24px;
    border-radius: 3px;
    text-transform: uppercase;
    border: 1px solid #000000;
    font-size: 12px; }
    .previewCartCheckout .button-transparent:hover, .previewCartCheckout .button-transparent:focus, .previewCartCheckout .button-transparent:active {
      border: 1px solid #c1c1c1; }
    @media (min-width: 1025px) {
      .previewCartCheckout .button-transparent:hover, .previewCartCheckout .button-transparent:focus, .previewCartCheckout .button-transparent:active {
        color: #ffffff;
        border: 1px solid #323232; }
        .previewCartCheckout .button-transparent:hover svg, .previewCartCheckout .button-transparent:focus svg, .previewCartCheckout .button-transparent:active svg {
          fill: #ffffff; } }
  .previewCartCheckout .previewCartAction-checkoutMultiple {
    padding: 10px 0 0 0; }
    .previewCartCheckout .previewCartAction-checkoutMultiple > a {
      color: #585858;
      border-bottom: 0; }

.previewCartCheckout-additionalCheckoutButtons p {
  display: block;
  margin: 5px 0;
  float: none !important; }

.previewCartCheckout-subtotal {
  margin: 15px 0 15px 0;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  color: #505050; }
  .previewCartCheckout-subtotal .previewCartCheckout-price {
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    color: #000000;
    margin-top: 5px; }

/*=====  End of www.themevale.com  ======*/
.maintenanceNotice {
  background-color: #fffdea;
  box-shadow: 0 0 5px #999999;
  color: #333333;
  left: 1.14286rem;
  padding: 1rem 1.28571rem;
  position: fixed;
  top: 1.14286rem;
  width: 24rem;
  z-index: 500; }
  .maintenanceNotice > :last-child {
    margin-bottom: 0; }
  .maintenanceNotice a {
    color: #333333; }

.maintenanceNotice-header {
  font-family: "Arimo";
  margin: 0 0 0.78571rem; }

body.hasAdminBar {
  padding-top: 101px; }
  @media (min-width: 801px) {
    body.hasAdminBar {
      padding-top: 0; }
      body.hasAdminBar .banners {
        margin-top: 46px; }
      body.hasAdminBar .header {
        padding-top: 0; } }
  body.hasAdminBar .header {
    padding-top: 46px; }
  body.hasAdminBar .navPages-container.is-open {
    padding-top: 101px; }

.adminBar {
  background-color: white;
  box-shadow: 0 0.14286rem 0.5rem 0 rgba(0, 0, 0, 0.2);
  color: #626568;
  float: left;
  font-family: "Source Sans Pro", arial, "sans serif", sans-serif;
  font-size: 14px;
  font-weight: 600;
  height: 46px;
  left: 0;
  position: fixed;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 10000; }

.adminBar-logo {
  background-color: #273a8a;
  float: left;
  height: 46px;
  width: 45px; }
  .adminBar-logo svg {
    height: 100%;
    padding: 7px 10px 11px 7px;
    width: 100%; }

.adminBar-content {
  align-items: center;
  display: flex;
  height: 46px;
  justify-content: space-between;
  margin-left: 45px;
  padding: 17px 20.5px 14px 20px; }
  .adminBar-content a {
    color: #4b71fc;
    font-weight: 600;
    text-decoration: none; }

.adminBar-private {
  float: right;
  text-align: right; }
  .adminBar-private span {
    white-space: nowrap; }

.preview {
  font-weight: 400;
  padding-left: 9px; }

.cookieMessage {
  background: #e5e5e5;
  color: #333333;
  display: none; }
  .cookieMessage .button {
    width: 100%; }
    @media (min-width: 801px) {
      .cookieMessage .button {
        vertical-align: middle;
        width: 25%; } }
    @media (min-width: 1261px) {
      .cookieMessage .button {
        vertical-align: top; } }

.cookieMessage-container {
  margin: 0 auto;
  padding: 1.5rem; }
  @media (min-width: 801px) {
    .cookieMessage-container {
      width: 83.33333%; } }
  @media (min-width: 1261px) {
    .cookieMessage-container {
      width: 58.33333%; } }

@media (min-width: 801px) {
  .cookieMessage-text {
    display: inline-block;
    padding: 0 0.78571rem;
    vertical-align: middle;
    width: 66.66667%; } }

/*=========================================
=            www.themevale.com            =
=========================================*/
/*--------  1.0 Login page  ---------*/
.login {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }

.login-row {
  width: 100%;
  display: block;
  margin-bottom: 60px;
  background: #ffffff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }
  .login-row:before, .login-row:after {
    display: table;
    content: " "; }
  .login-row:after {
    clear: both; }
  .login-row .login-form {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 15px;
    padding-top: 20px; }
    @media (max-width: 480px) {
      .login-row .login-form {
        margin-bottom: 10px; } }
  .login-row .new-customer {
    width: 100%;
    display: block;
    padding: 25px; }
  @media (min-width: 601px) {
    .login-row .login-form {
      width: 50%;
      float: left;
      padding-top: 30px;
      padding-right: 50px;
      margin-bottom: 0; }
    .login-row .new-customer {
      width: 50%;
      float: right;
      padding: 30px; } }
  @media (min-width: 993px) {
    .login-row .login-form {
      padding-top: 50px; }
    .login-row .new-customer {
      padding: 50px; } }
  @media (min-width: 1025px) {
    .login-row .login-form {
      max-width: 470px; }
    .login-row .new-customer {
      float: right;
      max-width: 470px; } }
  @media (min-width: 1281px) {
    .login-row .login-form {
      padding-top: 60px; }
    .login-row .new-customer {
      padding: 60px;
      max-width: 570px; } }

.login-form .form-field input:-webkit-autofill, .login-form .form-field textarea:-webkit-autofill, .login-form .form-field select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px white inset; }

.login-form .form-field .form-label {
  color: #000000;
  font-size: 12px;
  font-weight: bold; }

.login-form .form-field .form-input {
  height: 38px; }

.login-form .form-actions {
  margin-top: 25px;
  text-align: left; }
  .login-form .form-actions .button {
    min-width: 200px;
    max-width: 200px;
    display: inline-block;
    vertical-align: middle;
    padding: 6px 15px; }
  .login-form .form-actions .forgot-password {
    display: block;
    position: relative;
    margin-top: 10px;
    color: #2465c6; }

@media (min-width: 601px) {
  .login-form .form-actions .button {
    min-width: 142px; } }

@media (min-width: 993px) {
  .login-form .form-actions .forgot-password {
    margin-top: 0;
    margin-left: 30px;
    display: inline-block;
    vertical-align: middle; }
    .login-form .form-actions .forgot-password:hover {
      color: #757575; }
      .login-form .form-actions .forgot-password:hover:before {
        width: 100%; } }

/*--------  2.0 New Customer  -------*/
.new-customer {
  background-color: #ffffff; }
  .new-customer .panel-header, .new-customer .panel-body {
    background-color: transparent; }
  .new-customer .panel-header {
    padding: 0; }
    .new-customer .panel-header .panel-title {
      font-size: 14px;
      line-height: 1;
      font-weight: 600;
      margin-bottom: 25px;
      letter-spacing: 0;
      font-family: "Arimo", Arial, Helvetica, sans-serif;
      color: #000000;
      text-transform: capitalize; }
  .new-customer .panel-body {
    padding: 0;
    margin-bottom: 0; }
    .new-customer .panel-body .new-customer-intro {
      color: #555555;
      margin-bottom: 5px; }
    .new-customer .panel-body ul {
      margin-bottom: 10px; }
      .new-customer .panel-body ul li {
        line-height: 28px;
        color: #555555; }
  .new-customer .button {
    margin-top: 10px;
    min-width: 200px;
    margin-bottom: 0;
    padding: 5px 15px;
    color: white;
    border: none;
    background: linear-gradient(to bottom, #3f8fce 0, #1b5bb2 100%); }
    .new-customer .button:hover {
      border: none;
      color: black;
      background: linear-gradient(to bottom, #fdfdfe 0, #f7f7f7 100%); }
  @media (min-width: 601px) {
    .new-customer .button {
      min-width: 196px; } }

/*--------  3.0 Customs page  ---------*/
.page-type-createaccount .account {
  padding: 30px 20px 15px 20px; }

.page-type-createaccount .account-body {
  padding: 0; }

.themevale_account {
  margin-bottom: 60px;
  background: #ffffff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }
  .themevale_account h2, .themevale_account h3 {
    font-weight: 600;
    line-height: 1.2;
    font-size: 24px;
    text-transform: uppercase; }
  .themevale_account p strong {
    font-weight: 600; }
  .themevale_account > p, .themevale_account > ol, .themevale_account > ul {
    line-height: 24px; }
  .themevale_account .account-body .account-content {
    padding-left: 0;
    padding-right: 0; }
  .themevale_account .account-body .g-recaptcha > div {
    margin-left: auto;
    margin-right: auto; }
  @media (min-width: 551px) {
    .themevale_account .account-body .g-recaptcha > div {
      margin-left: 0; }
    .themevale_account .account-body .form-actions {
      text-align: left;
      margin-top: 0; } }
  .themevale_account .form-prefixPostfix {
    display: block; }
    .themevale_account .form-prefixPostfix .button {
      width: auto;
      height: auto;
      margin-top: 15px;
      padding: 6px 30px; }
    @media (min-width: 1025px) {
      .themevale_account .form-prefixPostfix {
        display: flex; }
        .themevale_account .form-prefixPostfix .button {
          margin-top: 0;
          margin-left: 30px; } }
  .themevale_account .form-actions #gift-certificate-preview,
  .themevale_account .form-actions #gift-certificate-submit {
    width: 100%;
    padding: 6px 15px; }
    @media (max-width: 480px) {
      .themevale_account .form-actions #gift-certificate-preview,
      .themevale_account .form-actions #gift-certificate-submit {
        margin: 0;
        margin-top: 15px; } }
  .themevale_account .form-actions .button[value="Send Message"],
  .themevale_account .form-actions .button[value="Clear"],
  .themevale_account .form-actions .button[data-wishlist],
  .themevale_account .form-actions .button[data-wishlist-delete],
  .themevale_account .form-actions .button[value="Save Address"] {
    min-width: 180px;
    margin-bottom: 0; }
    @media (max-width: 480px) {
      .themevale_account .form-actions .button[value="Send Message"],
      .themevale_account .form-actions .button[value="Clear"],
      .themevale_account .form-actions .button[data-wishlist],
      .themevale_account .form-actions .button[data-wishlist-delete],
      .themevale_account .form-actions .button[value="Save Address"] {
        margin-left: 0; } }
  .themevale_account .form-actions .button[value="Create Account"] {
    min-width: 196px;
    color: white;
    border: 1px solid rgba(0, 0, 255, 0);
    background: linear-gradient(to bottom, #3f8fce 0, #1b5bb2 100%); }
    .themevale_account .form-actions .button[value="Create Account"]:hover {
      color: black;
      background: linear-gradient(to bottom, #fdfdfe 0, #f7f7f7 100%);
      border: 1px solid #a0a0a0; }
    @media (min-width: 415px) {
      .themevale_account .form-actions .button[value="Create Account"] {
        padding: 5px 15px; } }
  @media (min-width: 601px) {
    .themevale_account .form-actions #gift-certificate-preview {
      width: auto;
      min-width: 139px; }
    .themevale_account .form-actions #gift-certificate-submit {
      width: auto;
      min-width: 291px; } }
  .themevale_account .gift-certificate-form .form-actions {
    padding-top: 25px;
    margin-top: 12px;
    text-align: left; }
  @media (min-width: 1025px) {
    .themevale_account .gift-certificate-form .form-actions {
      text-align: left; } }

/*=====  End of www.themevale.com  ======*/
.search-suggestion {
  margin-bottom: 2rem; }
  .search-suggestion > :last-child {
    margin-bottom: 0; }
  .search-suggestion .suggestion-title {
    font-weight: 700; }

.suggestion-title {
  margin-top: 0;
  text-transform: inherit; }

.advancedSearch-form {
  margin-bottom: 3rem; }
  .advancedSearch-form .form-row {
    margin-bottom: -1.5rem; }

.quickSearchResults {
  width: 100%;
  max-width: 645px;
  margin-top: 10px;
  max-height: 320px;
  overflow-y: auto;
  margin-left: auto;
  margin-right: auto;
  border-radius: 3px;
  background-color: #ffffff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  overflow-y: auto; }
  @media (min-width: 551px) {
    .quickSearchResults {
      max-height: 250px; } }
  @media (max-width: 1024px) {
    .quickSearchResults {
      max-width: 100%; } }
  @media (min-width: 768px) {
    .quickSearchResults {
      max-height: 500px; } }
  @media (min-width: 1025px) {
    .quickSearchResults {
      max-height: 500px;
      opacity: 0;
      visibility: hidden;
      transition: all 0.3s ease; } }
  .quickSearchResults .card .card-body .card-title {
    height: auto; }
  .quickSearchResults .modal-close {
    display: none; }
  .quickSearchResults .productList {
    padding: 0;
    margin: 0; }
    .quickSearchResults .productList .product {
      margin: 0;
      width: 100%;
      padding: 15px;
      display: block;
      transition: all 0.3s ease;
      border-bottom: 1px solid #eaeaea;
      padding-bottom: 0; }
      .quickSearchResults .productList .product:hover {
        background-color: #fafafa; }
      .quickSearchResults .productList .product:last-child {
        padding-bottom: 15px; }
      .quickSearchResults .productList .product + .product {
        margin-top: 0; }
  .quickSearchResults .card {
    margin: 0;
    width: 100%;
    display: table;
    text-align: left;
    padding: 0; }
    .quickSearchResults .card:before {
      content: none; }
    .quickSearchResults .card .card-figure,
    .quickSearchResults .card .card-body {
      text-align: left;
      display: table-cell;
      vertical-align: top; }
    .quickSearchResults .card .card-img-container:before {
      content: none; }
    .quickSearchResults .card .card-figure {
      width: 70px;
      padding-bottom: 0;
      background-color: transparent; }
    .quickSearchResults .card .card-body {
      padding-top: 0;
      padding-left: 15px; }
      .quickSearchResults .card .card-body .card-brand {
        display: none; }
      .quickSearchResults .card .card-body .card-title {
        margin-bottom: 8px; }
      .quickSearchResults .card .card-body .price-wrapper {
        margin-bottom: 12px; }
      @media (min-width: 551px) {
        .quickSearchResults .card .card-body .card-brand {
          display: block; } }
  .quickSearchResults .quickSearch-wrapper {
    padding: 15px; }

.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: 551px) {
      .search-price-range label input {
        display: inline;
        width: 6rem; } }
  @media (min-width: 551px) {
    .search-price-range label span {
      display: inline;
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.category-suggestion-list {
  margin: 0 -0.75rem;
  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: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  float: left;
  font-size: 12px; }

.search-refine {
  margin-left: 1.5rem;
  color: #2465c6;
  background-image: linear-gradient(transparent 95%, #2465c6 5%);
  background-repeat: repeat-x;
  background-position-y: 0px;
  padding-bottom: 1px; }

.quickSearchMessage {
  margin: 0;
  line-height: 1.2;
  font-size: 13px;
  text-align: center; }

.page-type-search .themevale_products-filter .actionBar {
  margin-right: 20px; }

.page-type-search .page-heading-wrapper-2 .themevale_container {
  padding: 0; }

.page-type-search .page-content--centered {
  background: #ffffff;
  padding-bottom: 1px;
  width: 100%; }

.page-type-search #search-results-content .pagination {
  display: none; }

@media (max-width: 768px) {
  .page-type-search .themevale_categoryToolbar > .actionBar .form-field > label {
    padding-right: 7px; } }

.page-type-search .content-search {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07); }

.page-type-search .page-content .page {
  padding: 0; }

.page-type-search .panel-body {
  background-color: #ffffff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }

.page-type-search #search-results-content ul {
  margin-left: 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  background: #ffffff;
  padding: 20px 20px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }

@media (max-width: 768px) {
  .page-type-search .navBar--sub .navBar-item {
    min-width: 284px; } }

@media (max-width: 551px) {
  .page-type-search .navBar--sub .navBar-item {
    min-width: 192px; } }

@media (min-width: 601px) {
  .page-type-search .navBar--sub .navBar-item {
    width: 33.33333%; } }

.page-type-search .navBar--sub .navBar-item a, .page-type-search .navBar--sub .navBar-item span {
  font-size: 12px !important;
  letter-spacing: 0;
  font-weight: 700 !important;
  color: #808080;
  text-transform: capitalize; }

.page-type-search .navBar--sub .navBar-item.is-active, .page-type-search .navBar--sub .navBar-item.is-open {
  background-color: #ffffff;
  border-bottom: 0; }
  .page-type-search .navBar--sub .navBar-item.is-active span, .page-type-search .navBar--sub .navBar-item.is-open span {
    color: #000000;
    border-bottom: 0;
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 0;
    font-size: 12px;
    opacity: 1; }

.page-type-search .navBar--sub .navBar-section .navBar-item.is-active a {
  border-bottom: 0; }

@media (max-width: 1024px) {
  .page-type-search .navBar--sub .navBar-section {
    padding-top: 10px; } }

@media (max-width: 1024px) {
  .page-type-search .navBar--sub .navBar-section .navBar-item.is-active {
    padding: 0;
    border: 0;
    border-right: 1px solid #f5f5f5;
    border-left: 0; }
  .page-type-search .navBar--sub .navBar-section .navBar-item:first-child.is-active {
    padding: 0;
    border-right: 1px solid #f5f5f5;
    border-left: 0;
    width: 50%; }
  .page-type-search .navBar--sub .navBar-section .navBar-item:last-child {
    padding: 0; }
  .page-type-search .navBar--sub .navBar-section .navBar-item:first-child > a {
    border-left: 0; }
  .page-type-search .navBar--sub .navBar-section .navBar-item:last-child > a {
    padding: 7px 40px; } }

.search-information {
  list-style: none;
  margin: 0; }
  .search-information > li + li {
    margin-top: 30px; }
  .search-information > li .title {
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px; }
  .search-information > li .description {
    margin-top: 15px; }

#search-results-content ul strong a {
  display: inline-block;
  margin-bottom: 10px; }

/*=========================================
=            www.themevale.com            =
=========================================*/
.themevale_search {
  display: block;
  margin: 0 auto; }
  .themevale_search .form, .themevale_search .form-fieldset, .themevale_search .form-field {
    margin: 0; }
  .themevale_search .form-fieldset {
    margin: 0;
    width: 100%;
    position: relative; }
  .themevale_search .form-field {
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch; }
  .themevale_search #search_category {
    width: 90px;
    min-width: 90px;
    font-weight: 700;
    overflow: hidden;
    position: relative;
    background: white;
    transition: all 0.3s ease;
    text-align: center; }
    .themevale_search #search_category .select_category {
      z-index: 2;
      height: 100%;
      line-height: 36px;
      border: none;
      cursor: pointer;
      position: relative;
      appearance: none;
      -webkit-appearance: none;
      padding: 0;
      outline: none;
      font-weight: 700;
      color: #28a629; }
      .themevale_search #search_category .select_category::-ms-expand {
        display: none; }
    .themevale_search #search_category .icon {
      fill: #28a629;
      stroke: #28a629;
      top: 0px;
      right: 11px;
      width: 8px;
      position: absolute;
      height: 100%; }
  .themevale_search .box-search {
    width: 100%;
    position: relative; }
    .themevale_search .box-search svg {
      width: 14px;
      height: 14px;
      position: absolute;
      left: 12px;
      top: 50%;
      transform: translateY(-50%);
      fill: #28a629; }
  .themevale_search .form-input {
    min-height: auto;
    border: none;
    border-radius: 0; }
    .themevale_search .form-input::-webkit-input-placeholder {
      color: black; }
    .themevale_search .form-input::-moz-placeholder {
      color: black; }
    .themevale_search .form-input:-ms-input-placeholder {
      color: black; }
    .themevale_search .form-input:-moz-placeholder {
      color: black; }
  .themevale_search button[type="submit"] {
    padding: 0;
    margin: 0;
    color: white;
    background: #28a629;
    background: -moz-linear-gradient(top, #28a629 0, #28a629 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #28a629), color-stop(100%, #28a629));
    background: -webkit-linear-gradient(top, #28a629 0, #28a629 100%);
    background: -o-linear-gradient(top, #28a629 0, #28a629 100%);
    background: -ms-linear-gradient(top, #28a629 0, #28a629 100%);
    background: linear-gradient(to bottom, #28a629 0, #28a629 100%); }
    .themevale_search button[type="submit"] .icon {
      fill: white;
      stroke: white;
      height: 1.42857rem;
      width: 1.42857rem; }
    .themevale_search button[type="submit"]:hover {
      color: white;
      background: #28a629;
      background: -moz-linear-gradient(top, #28a629 0, #28a629 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #28a629), color-stop(100%, #28a629));
      background: -webkit-linear-gradient(top, #28a629 0, #28a629 100%);
      background: -o-linear-gradient(top, #28a629 0, #28a629 100%);
      background: -ms-linear-gradient(top, #28a629 0, #28a629 100%);
      background: linear-gradient(to bottom, #28a629 0, #28a629 100%); }
  @media (max-width: 1024px) {
    .themevale_search button[type="submit"] {
      margin-left: 0;
      padding: 0px 21px; } }
  @media (min-width: 768px) {
    .themevale_search {
      max-width: 762px; }
      .themevale_search button[type="submit"] .icon {
        height: 1.85714rem;
        width: 1.85714rem; } }
  @media (min-width: 1025px) {
    .themevale_search #search_category {
      border: 1px solid #28a629;
      border-radius: 3px 0 0 3px;
      box-shadow: 0 1px 6px rgba(0, 0, 0, 0.075);
      -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.075);
      -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.075);
      -ms-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.075);
      border-right: 1px solid #dddddd; }
    .themevale_search .form-input {
      border: 1px solid #28a629;
      border-left: none;
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px;
      background: white;
      box-shadow: 0 1px 6px rgba(0, 0, 0, 0.075);
      -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.075);
      -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.075);
      -ms-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.075);
      padding-left: 37px; }
    .themevale_search button[type="submit"] {
      border-radius: 3px;
      padding: 0px 21px;
      margin-left: 10px; } }

@media (min-width: 1025px) {
  .themevale_quickSearch .header #quickSearch .themevale_search > .form {
    z-index: 10;
    position: relative; }
  .themevale_quickSearch .header .themevale_middleHeader {
    background: none; }
  .themevale_quickSearch .header .navUser:before,
  .themevale_quickSearch .header .navPages-container:before,
  .themevale_quickSearch .header .themevale_topHeader-main:before,
  .themevale_quickSearch .header .middleHeader-container:before {
    display: block;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    position: absolute; }
  .themevale_quickSearch .header .navPages-container:before {
    top: 0px; }
  .themevale_quickSearch .header .navPages-container .navPages .navPages-item .Menu-Label {
    z-index: 1; }
  .themevale_quickSearch .header.is-sticky .middleHeader-container:before {
    bottom: 0px; }
  .themevale_quickSearch .quickSearchResults {
    opacity: 1;
    visibility: visible; } }

@media (max-width: 1024px) {
  .themevale_searchMobile #search_category {
    border-right: 1px solid #e2e4e8;
    border-radius: 0; } }

/*=====  End of www.themevale.com  ======*/
@media (min-width: 801px) {
  .navBar--account {
    display: block; } }

.account-heading {
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
  padding-bottom: 1rem; }

.account-head {
  display: none; }

.account-list {
  list-style: none;
  margin-left: 0; }

.account-listItem {
  border-bottom: 1px solid #e5e5e5;
  padding: 1.5rem 0;
  position: relative; }
  .account-listItem img {
    width: 100%; }
  .account-listItem .account-product-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: relative; }

.account-listShipping {
  border-bottom: 1px solid #e5e5e5;
  font-weight: 700;
  padding: 2rem 0; }
  .account-listShipping .account-listShipping-title {
    margin: 0;
    text-transform: inherit; }

.account-product:before, .account-product:after {
  content: " ";
  display: table; }

.account-product:after {
  clear: both; }

.account-product-figure {
  float: left;
  margin-right: 0.78571rem; }
  .account-product-figure > img {
    display: block; }

.account-product-figure--opposite {
  float: right;
  margin-left: 0.78571rem;
  margin-right: 0; }

.account-product-body:before, .account-product-body:after {
  content: " ";
  display: table; }

.account-product-body:after {
  clear: both; }

.account-product-figure {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 2rem 0 0;
  position: relative;
  width: 70px; }
  .account-product-figure:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 133.33333%; }

.account-product-download {
  border-radius: 50%;
  height: 2.35714rem;
  padding: 0;
  position: absolute;
  right: -0.78571rem;
  top: -0.78571rem;
  width: 2.35714rem;
  z-index: 1; }
  .account-product-download .icon {
    height: 1.5rem;
    margin-top: 0.35714rem;
    width: 1.5rem; }
  .account-product-download svg {
    fill: white; }

.account-product-body {
  overflow: hidden;
  padding-bottom: 3.5rem;
  position: relative; }
  @media (min-width: 551px) {
    .account-product-body {
      padding-bottom: 0; } }
  .account-product-body .definitionList {
    font-size: 15px;
    margin-bottom: 0; }

.account-product-title {
  margin: 0 0 0.21429rem;
  text-transform: inherit; }
  .account-product-title > a {
    text-decoration: none; }
  .account-product-title + .definitionList {
    margin-top: 0.78571rem; }

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

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

.account-product-description + .definitionList {
  margin: -1.35714rem 0 1.5rem; }

.account-product-refundQty {
  color: #999999;
  margin-bottom: 0; }

.account-product-details {
  margin: 0 -0.75rem;
  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: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 551px) {
    .account-product-detail {
      width: 33.33333%; } }
  @media (min-width: 1261px) {
    .account-product-detail {
      width: 25%; } }
  .account-product-detail + .account-product-detail {
    margin-top: 1rem; }
    @media (min-width: 551px) {
      .account-product-detail + .account-product-detail {
        margin-top: 0; } }
  @media (min-width: 551px) {
    .account-product-detail + .account-product-detail--full {
      margin-top: 1.5rem; } }

@media (min-width: 1261px) {
  .account-product-detail--large {
    width: 50%; } }

.account-product-detail--full {
  width: 100%; }

.account-product-detail-heading {
  color: #757575;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0 0 0.35714rem; }

.account-product--alignMiddle {
  display: table;
  width: 100%; }
  .account-product--alignMiddle .account-product-checkItem {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 2rem; }
    @media (min-width: 1261px) {
      .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: 1261px) {
      .account-product--alignMiddle .account-product-figure {
        left: -2rem; } }
  .account-product--alignMiddle .account-product-body {
    padding-left: 2rem;
    vertical-align: middle; }
    @media (min-width: 1261px) {
      .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: #757575;
  float: left;
  font-weight: 400; }
  .account-orderTotal-key:last-of-type {
    position: relative;
    top: 0.28571rem; }

.account-orderTotal-value {
  border-bottom: 1px solid #e5e5e5;
  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: 551px) {
    .account-orderStatus {
      float: right;
      position: inherit;
      text-align: right; } }

.account-orderStatus-label {
  background-color: #cccccc;
  color: white;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 0.35714rem;
  padding: 0.21429rem 0.5rem; }

.account-orderStatus-action {
  color: #757575;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  letter-spacing: 0;
  margin-left: 0.78571rem;
  text-align: right;
  text-decoration: underline;
  vertical-align: top; }
  @media (min-width: 551px) {
    .account-orderStatus-action {
      display: block;
      margin-left: 0; } }
  .account-orderStatus-action:hover {
    color: #333333; }

.account .pagination {
  color: #999999;
  margin-top: 3rem;
  text-align: center; }

.account-message .is-read {
  color: #999999; }

.account-sidebar-block {
  font-size: 15px; }
  .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: #757575;
  font-weight: 400;
  margin-top: 1.5rem; }

.account-downloads-summary {
  border-bottom: 1px solid #e5e5e5;
  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: #757575;
  font-size: 15px;
  margin-bottom: 0.21429rem;
  text-transform: inherit; }

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

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

.wishlists-table {
  margin-left: auto;
  margin-right: auto;
  max-width: 85.71429rem; }

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

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

.wishlist-form {
  margin: 0 auto;
  max-width: 85.71429rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 39.28571rem; }
  .wishlist-form:before, .wishlist-form:after {
    content: " ";
    display: table; }
  .wishlist-form:after {
    clear: both; }
  .wishlist-form .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }

.share-wishlist {
  margin-left: auto;
  margin-right: auto;
  max-width: 46.42857rem;
  text-align: center; }

.icon--ratingEmpty svg {
  fill: gainsboro; }

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

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

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

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

.apple-pay-supported .apple-pay-checkout-button {
  display: block; }
  @media (min-width: 551px) {
    .apple-pay-supported .apple-pay-checkout-button {
      display: inline-block;
      float: right; } }

.previewCartCheckout .apple-pay-checkout-button {
  float: none;
  margin-top: 0.78571rem; }

.paymentMethodList {
  font-size: 0;
  list-style: none;
  margin-left: -0.78571rem;
  margin-right: -0.78571rem; }

.paymentMethodName {
  margin-top: 0;
  padding: 0 0.78571rem;
  text-transform: none; }

.paymentMethod {
  display: inline-block;
  padding: 0 0.78571rem;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 551px) {
    .paymentMethod {
      width: 50%; } }

@media (min-width: 551px) {
  .paymentMethodForm {
    max-width: 60%; }
    .paymentMethodForm .paymentMethodForm-column {
      display: flex; }
      .paymentMethodForm .paymentMethodForm-column .paymentMethodForm-inputs:first-child {
        width: 70%; }
      .paymentMethodForm .paymentMethodForm-column .paymentMethodForm-inputs:last-child {
        padding-left: 1.5rem;
        width: 30%; }
    .paymentMethodForm .paymentMethodForm-column:first-child .form-field {
      margin-bottom: 0.78571rem; } }

.panel--paymentMethod {
  font-size: 1rem;
  position: relative; }
  .panel--paymentMethod .panel-body {
    border: 1px solid #e5e5e5;
    border-radius: 0.21429rem;
    min-height: 16.28571rem;
    padding: 0; }
  .panel--paymentMethod .form-actions {
    font-size: 0;
    margin-top: 0;
    text-align: left; }
    .panel--paymentMethod .form-actions .button {
      margin-top: 0; }

.paymentMethod-card,
.paymentMethod-details {
  display: flex;
  flex-flow: wrap;
  margin-bottom: 0; }

.paymentMethod-card {
  align-items: center;
  background: white;
  padding: 0.78571rem; }
  @media (min-width: 1261px) {
    .paymentMethod-card {
      padding: 1.5rem; } }

.paymentMethod-icon {
  margin-right: 0.78571rem;
  width: 2rem; }
  @media (min-width: 1261px) {
    .paymentMethod-icon {
      width: 3rem; } }

.paymentMethod-brand {
  font-size: 13px;
  font-weight: 600; }
  @media (min-width: 1261px) {
    .paymentMethod-brand {
      font-size: 1rem; } }

.paymentMethod-default {
  margin-left: 0.78571rem; }
  .paymentMethod-default.icon {
    fill: #666666;
    height: 1.28571rem;
    width: 1.28571rem; }
    @media (min-width: 1261px) {
      .paymentMethod-default.icon {
        height: 1.42857rem;
        width: 1.42857rem; } }

.paymentMethod-expiry {
  font-size: 15px;
  margin-left: auto;
  text-transform: capitalize; }

.paymentMethod-details {
  padding: 1.5rem; }

.paymentMethod-label,
.paymentMethod-description {
  display: inline-block;
  font-size: 13px;
  margin-bottom: 0.78571rem; }

.paymentMethod-label {
  flex: 7.14286rem;
  font-weight: 600; }

.paymentMethod-description {
  flex: calc(100% - 100px);
  padding-left: 0.78571rem; }

.paymentMethod-form {
  padding: 0 1.5rem 0.78571rem; }
  @media (min-width: 551px) {
    .paymentMethod-form {
      bottom: 0.78571rem;
      position: absolute;
      width: auto; } }

.panel--newPaymentMethod {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newPaymentMethod:hover .paymentMethod-title {
    color: #757575; }
  .panel--newPaymentMethod .panel-body {
    background-color: transparent; }
  .panel--newPaymentMethod .paymentMethod-title {
    margin-bottom: 0;
    text-transform: none;
    transition: all 0.15s ease; }

.paymentMethod-addNew {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-55%); }

.paymentMethod-symbol {
  font-size: 50px;
  line-height: 1; }

.paymentMethodForm-heading {
  color: #333333;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  margin-top: 1.5rem;
  text-transform: capitalize; }

.paymentMethodForm-subheading {
  display: flex;
  font-weight: 600; }

@media (min-width: 551px) {
  .paymentMethodForm-cards {
    margin-left: auto; } }

.paymentMethodForm-cards-icon {
  margin-right: 0.21429rem;
  width: 2.42857rem; }

.paymentMethodForm-inputs {
  position: relative; }

.paymentMethodForm-inputs-icon {
  position: absolute;
  right: 0.64286rem;
  top: 2.78571rem; }
  .paymentMethodForm-inputs-icon.icon {
    fill: #999999;
    height: 1.5rem;
    width: 1.5rem; }

.paymentMethodForm-details {
  margin-bottom: 0; }
  @media (min-width: 551px) {
    .paymentMethodForm-details {
      display: inline-block;
      margin: 0 3rem 0 0; } }

.paymentMethodForm-details-term {
  font-weight: 400;
  margin-bottom: 0.78571rem; }

.paymentMethodForm-details-description {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0; }

.header {
  overflow: visible;
  position: relative;
  width: 100%;
  transition: all 0.3s ease; }
  .header.is-sticky {
    top: 0;
    position: fixed;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
    .header.is-sticky #top-bar-promotion,
    .header.is-sticky .navUser {
      display: none; }
    .header.is-sticky .themevale_topHeader-main {
      display: none; }
  @media (min-width: 1025px) {
    .header .navPages-container {
      position: relative; }
      .header .navPages-container.menu-category #sideAllCategories {
        vertical-align: middle;
        display: inline-block;
        width: 210px;
        height: 44px;
        background: -moz-linear-gradient(top, #929292 0, #71716f 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #929292), color-stop(100%, #71716f));
        background: -webkit-linear-gradient(top, #929292 0, #71716f 100%);
        background: -o-linear-gradient(top, #929292 0, #71716f 100%);
        background: -ms-linear-gradient(top, #929292 0, #71716f 100%);
        background: linear-gradient(to bottom, #929292 0, #71716f 100%);
        border: none;
        border-top: none;
        border-bottom: none;
        position: relative;
        z-index: 12;
        margin-right: -4px;
        border-radius: 0;
        border-top-left-radius: 3px; }
        .header .navPages-container.menu-category #sideAllCategories h5 {
          padding: 12px 15px;
          color: #ffffff;
          font-size: 12px;
          text-transform: uppercase;
          line-height: 20px;
          border-bottom: none; }
        .header .navPages-container.menu-category #sideAllCategories svg {
          fill: #ffffff; }
        .header .navPages-container.menu-category #sideAllCategories .navPages {
          display: none;
          background: #ffffff;
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
          -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
          -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
          -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
          border-bottom-left-radius: 3px;
          border-bottom-right-radius: 3px; }
          .header .navPages-container.menu-category #sideAllCategories .navPages.is-open {
            display: block; }
          .header .navPages-container.menu-category #sideAllCategories .navPages .navPages-list li a {
            padding: 10px 15px; }
      .header .navPages-container.menu-category #menu {
        width: calc(100% - 210px);
        vertical-align: middle;
        display: inline-block;
        border-top-left-radius: 0; }
        .header .navPages-container.menu-category #menu .navPages .navPages-list {
          padding-left: 36px; }
    .header .navPages-icon {
      display: block;
      padding: 12px 5px; }
      .header .navPages-icon .icon {
        width: 25px;
        height: 25px; }
    .header.is-sticky {
      top: 0;
      position: fixed;
      box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
      z-index: 99; }
      .header.is-sticky .middleHeader-container .middleHeader-item .top-cart, .header.is-sticky .middleHeader-container .middleHeader-item .item--hamburger, .header.is-sticky .middleHeader-container .middleHeader-item .mobileMenu-toggle {
        display: block; }
      .header.is-sticky .middleHeader-container .middleHeader-item .themevale_gift_certificate {
        display: none; }
      .header.is-sticky .middleHeader-container .middleHeader-item.text-center {
        padding-right: 30px;
        width: auto;
        z-index: 1; }
      .header.is-sticky .middleHeader-container .middleHeader-item.text-right {
        width: 80%; }
      .header.is-sticky #menu {
        box-shadow: none; }
      .header.is-sticky #top-bar-promotion,
      .header.is-sticky .navUser, .header.is-sticky .navPages-container, .header.is-sticky .themevale_topHeader-main {
        display: none; }
      .header.is-sticky .header-logo {
        margin: 0;
        text-align: left; }
        .header.is-sticky .header-logo .header-logo-text {
          font-size: 36px;
          line-height: 1; }
        .header.is-sticky .header-logo .header-logo-image {
          max-height: 30px; }
      .header.is-sticky .cart-quantity, .header.is-sticky .countPill--positive {
        position: absolute;
        z-index: 1;
        top: -6px;
        right: -8px; }
      .header.is-sticky .navPages-item > a {
        position: relative; } }
  @media (min-width: 1025px) and (max-width: 1390px) {
    .header.is-sticky .navPages-item > .navPages-action {
      padding: 15px 10px 15px 10px; } }
  @media (min-width: 1025px) {
      .header.is-sticky .navPages-container {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        align-items: center;
        padding: 0px 30px; }
        .header.is-sticky .navPages-container #menu {
          border-top: none; }
        .header.is-sticky .navPages-container .themevale_navPages-item {
          flex-basis: 0;
          flex-grow: 8;
          max-width: 100%; }
          .header.is-sticky .navPages-container .themevale_navPages-item > .items {
            display: inline-block;
            vertical-align: middle; }
            .header.is-sticky .navPages-container .themevale_navPages-item > .items + .items {
              margin-left: 12px; }
        .header.is-sticky .navPages-container .themevale_navPages-item.text-right,
        .header.is-sticky .navPages-container .themevale_navPages-item.text-left {
          display: block;
          flex-grow: 2; } }

.header-logo {
  margin: 0;
  font-size: 0;
  text-align: center; }
  .header-logo > a {
    color: #333333;
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-decoration: none;
    z-index: 20; }
    .header-logo > a:before, .header-logo > a:after {
      content: " ";
      display: table; }
    .header-logo > a:after {
      clear: both; }
  @media (min-width: 1025px) {
    .header-logo {
      margin: 10px 0 15px 0; } }

.header-logo-text {
  display: block;
  font-size: 28px;
  line-height: 1;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap; }
  @media (min-width: 551px) {
    .header-logo-text {
      font-size: 36px; } }

.header-logo-image-container {
  position: relative;
  display: block; }

.header-logo-image {
  max-height: 30px; }
  @media (min-width: 768px) {
    .header-logo-image {
      max-height: 28px; } }
  @media (min-width: 1025px) {
    .header-logo-image {
      max-height: 50px; } }

.header-logo-image-unknown-size {
  max-height: 2.35714rem; }
  @media (min-width: 801px) {
    .header-logo-image-unknown-size {
      max-height: none; } }

.mobileMenu-toggle {
  width: 30px;
  height: 30px;
  font-size: 0;
  overflow: hidden;
  position: relative;
  display: block;
  z-index: 50;
  background-color: transparent;
  outline: none;
  box-shadow: none; }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #3d4044;
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    position: absolute;
    transform: rotate(0deg);
    transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 50%;
    transform: translateY(-50%);
    transition: background-color 10ms ease-in 100ms; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -8px; }
    @media (max-width: 480px) {
      .mobileMenu-toggle .mobileMenu-toggleIcon::before {
        top: -8px; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -8px; }
    @media (max-width: 480px) {
      .mobileMenu-toggle .mobileMenu-toggleIcon::after {
        bottom: -8px; } }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background-color: transparent;
    transition-delay: 100ms; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      background-color: #28a629;
      bottom: auto;
      top: auto;
      transition: transform 100ms ease-in 150ms, top 100ms ease-in, bottom 100ms ease-in; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
      top: 0;
      transform: rotate(45deg); }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      bottom: 0;
      transform: rotate(-45deg); }
  @media (min-width: 551px) {
    .mobileMenu-toggle {
      width: 30px;
      height: 30px; }
      .mobileMenu-toggle .mobileMenu-toggleIcon::before {
        top: -10px; }
      .mobileMenu-toggle .mobileMenu-toggleIcon::after {
        bottom: -10px; } }
  @media (min-width: 1025px) {
    .mobileMenu-toggle {
      display: none; } }

/*=========================================
=            www.themevale.com            =
=========================================*/
/*--------  1.0 Topbar Promotion  ---*/
#top-bar-promotion {
  padding: 11px 0;
  line-height: 20px;
  min-height: 42px;
  text-align: center;
  text-transform: capitalize;
  overflow: hidden;
  background: #28a629; }
  @media (max-width: 480px) {
    #top-bar-promotion {
      padding: 6px 28px;
      font-size: 11px;
      line-height: 16px; } }
  @media (max-width: 380px) {
    #top-bar-promotion {
      padding: 6px 10px; } }
  #top-bar-promotion .themevale_container {
    z-index: 2;
    position: relative; }
    #top-bar-promotion .themevale_container .banner {
      position: relative; }
  #top-bar-promotion p {
    margin-bottom: 0;
    text-transform: none;
    font-weight: bold;
    display: inline;
    color: white;
    letter-spacing: 0; }
  #top-bar-promotion a {
    font-size: 24px;
    color: white;
    position: absolute;
    right: 0px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    filter: alpha(opacity=100);
    text-align: center;
    font-weight: 500;
    z-index: 10; }
    @media (max-width: 1024px) {
      #top-bar-promotion a {
        right: 0px; } }
    @media (max-width: 480px) {
      #top-bar-promotion a {
        right: -15px; } }

.hide {
  display: none; }

/*--------  2.0 Header Mobile  ------*/
.themevale_middleHeader {
  position: relative; }
  @media (max-width: 1024px) {
    .themevale_middleHeader {
      background: #ffffff;
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1); } }

.themevale_topHeader-main {
  background: white;
  position: relative;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1); }
  @media (max-width: 1024px) {
    .themevale_topHeader-main .themevale_topHeader .text-left, .themevale_topHeader-main .themevale_topHeader .text-right {
      display: none; } }

.themevale_topHeader {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  justify-content: center;
  padding: 7px 0px;
  position: relative; }
  @media (max-width: 1024px) {
    .themevale_topHeader {
      padding: 0; } }
  .themevale_topHeader .topHeader-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
    .themevale_topHeader .topHeader-item .item--account {
      position: relative; }
    .themevale_topHeader .topHeader-item > .items {
      display: inline-block;
      vertical-align: middle; }
      @media (min-width: 1025px) {
        .themevale_topHeader .topHeader-item > .items.items-login-right-topHeader {
          max-width: 185px; } }
      .themevale_topHeader .topHeader-item > .items.items-left-topHeader p {
        margin: 0;
        display: inline-block;
        color: #28a629; }
        .themevale_topHeader .topHeader-item > .items.items-left-topHeader p span {
          font-weight: 700; }
      .themevale_topHeader .topHeader-item > .items.items-center-topHeader p {
        margin: 0;
        color: #28a629;
        text-transform: uppercase;
        font-weight: 600; }
      .themevale_topHeader .topHeader-item > .items.items-login-right-topHeader .halo-login-dropdown {
        opacity: 0;
        visibility: hidden;
        right: 24px; }
      .themevale_topHeader .topHeader-item > .items.items-login-right-topHeader.is-open .halo-login-dropdown {
        top: 42px;
        opacity: 1;
        visibility: visible;
        right: 24px; }
      .themevale_topHeader .topHeader-item > .items.items-login-right-topHeader > a {
        position: relative;
        top: 1px; }
        @media (min-width: 1025px) {
          .themevale_topHeader .topHeader-item > .items.items-login-right-topHeader > a {
            display: inline-block; } }
        .themevale_topHeader .topHeader-item > .items.items-login-right-topHeader > a.account-name {
          color: #000000;
          font-weight: 500; }
          @media (min-width: 1025px) {
            .themevale_topHeader .topHeader-item > .items.items-login-right-topHeader > a.account-name {
              display: inline-block; } }
        .themevale_topHeader .topHeader-item > .items.items-login-right-topHeader > a > span {
          text-transform: unset;
          font-size: 12px;
          font-weight: 400;
          letter-spacing: 0; }
        .themevale_topHeader .topHeader-item > .items.items-login-right-topHeader > a > i {
          height: 5px;
          width: 9px;
          margin: -2px 0 0 0.16667rem;
          margin-left: 8px; }
          .themevale_topHeader .topHeader-item > .items.items-login-right-topHeader > a > i svg {
            transition: all 0.15s ease; }
      .themevale_topHeader .topHeader-item > .items.items-login-right-topHeader > a.active-dropdown {
        margin-right: 10px; }
      .themevale_topHeader .topHeader-item > .items.navUser-item--cart {
        margin-left: 20px; }
        .themevale_topHeader .topHeader-item > .items.navUser-item--cart .navUser-action {
          padding: 0; }
          .themevale_topHeader .topHeader-item > .items.navUser-item--cart .navUser-action .navUser-item-cartIcon {
            display: flex;
            align-items: center; }
            .themevale_topHeader .topHeader-item > .items.navUser-item--cart .navUser-action .navUser-item-cartIcon svg {
              display: inline-block; }
            .themevale_topHeader .topHeader-item > .items.navUser-item--cart .navUser-action .navUser-item-cartIcon .countPill--positive {
              display: inline-block; }
            .themevale_topHeader .topHeader-item > .items.navUser-item--cart .navUser-action .navUser-item-cartIcon .countPill {
              border-radius: 3px;
              font-size: 13px;
              height: 30px;
              line-height: 30px;
              text-align: center;
              width: 30px;
              margin-left: 9px;
              display: block;
              z-index: 1; }
      .themevale_topHeader .topHeader-item > .items.checkout-button-top {
        margin-left: 9px; }
        .themevale_topHeader .topHeader-item > .items.checkout-button-top .btn-checkout-top {
          margin: 0;
          padding: 2px 15px;
          font-size: 12px;
          font-weight: 700; }
    .themevale_topHeader .topHeader-item.text-right .items > a {
      padding: 3px 0px;
      margin: 0 9px; }
      .themevale_topHeader .topHeader-item.text-right .items > a.account-name {
        padding-right: 0; }
      .themevale_topHeader .topHeader-item.text-right .items > a.active-dropdown-distable {
        padding-left: 0; }
      .themevale_topHeader .topHeader-item.text-right .items > a span {
        text-transform: capitalize;
        color: #28a629;
        letter-spacing: 0;
        font-weight: 400; }
        .themevale_topHeader .topHeader-item.text-right .items > a span:before {
          left: 0;
          bottom: 5px;
          height: 1px;
          width: 0;
          content: "";
          position: absolute;
          background-color: #2465c6;
          transition: all .3s ease; }
        .themevale_topHeader .topHeader-item.text-right .items > a span:hover {
          color: #2465c6; }
          .themevale_topHeader .topHeader-item.text-right .items > a span:hover:before {
            width: 100%; }
    .themevale_topHeader .topHeader-item .currencies-nav {
      margin: 0;
      display: inline-block; }
      .themevale_topHeader .topHeader-item .currencies-nav #currencySelection {
        padding-top: 6px;
        padding-bottom: 6px;
        right: 0;
        min-width: 160px;
        max-width: 160px;
        top: 41px !important;
        border-radius: 2px; }
        .themevale_topHeader .topHeader-item .currencies-nav #currencySelection > li {
          padding: 5px;
          border-bottom: 1px solid #ccc; }
          .themevale_topHeader .topHeader-item .currencies-nav #currencySelection > li:first-child > a {
            padding-top: 0; }
          .themevale_topHeader .topHeader-item .currencies-nav #currencySelection > li:last-child {
            border-bottom: none; }
            .themevale_topHeader .topHeader-item .currencies-nav #currencySelection > li:last-child > a {
              padding-bottom: 0; }
          .themevale_topHeader .topHeader-item .currencies-nav #currencySelection > li > a {
            padding: 4px 5px; }
            .themevale_topHeader .topHeader-item .currencies-nav #currencySelection > li > a > strong {
              font-weight: 500; }
      .themevale_topHeader .topHeader-item .currencies-nav > li > a {
        letter-spacing: 0;
        font-family: "Arimo", Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: 600;
        padding: 0;
        margin-right: 7px; }
        .themevale_topHeader .topHeader-item .currencies-nav > li > a span {
          position: relative;
          top: 1px;
          color: #28a629;
          font-weight: 400; }
          .themevale_topHeader .topHeader-item .currencies-nav > li > a span > i {
            margin-left: 4px;
            width: 8px;
            height: 8px; }
            .themevale_topHeader .topHeader-item .currencies-nav > li > a span > i svg {
              fill: #28a629;
              stroke: #28a629;
              transition: all 0.15s ease; }
              .themevale_topHeader .topHeader-item .currencies-nav > li > a span > i svg:hover {
                color: #585858; }
        .themevale_topHeader .topHeader-item .currencies-nav > li > a > img {
          margin-right: 8px; }

.themevale_cart {
  position: relative; }

.themevale_middleHeader {
  padding: 10px 0;
  position: relative; }
  @media (max-width: 551px) {
    .themevale_middleHeader {
      padding: 12px 0; } }
  @media (min-width: 1025px) {
    .themevale_middleHeader {
      padding: 12px 0 25px 0; } }

.middleHeader-container {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1200px;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: row;
  justify-content: flex-start;
  justify-content: space-between; }
  .middleHeader-container > .middleHeader-item {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: row; }
    .middleHeader-container > .middleHeader-item > .items + .items:not(.item--logo) {
      margin-left: 15px; }
    .middleHeader-container > .middleHeader-item .item--account,
    .middleHeader-container > .middleHeader-item .item--hamburger,
    .middleHeader-container > .middleHeader-item .item--searchMobile, .middleHeader-container > .middleHeader-item .themevale_cart {
      display: block; }
    .middleHeader-container > .middleHeader-item .item--account {
      margin-left: 0 !important; }
      .middleHeader-container > .middleHeader-item .item--account .my-account,
      .middleHeader-container > .middleHeader-item .item--account .my-account-link {
        display: none; }
      .middleHeader-container > .middleHeader-item .item--account .accountMobile {
        display: block; }
    .middleHeader-container > .middleHeader-item .item--quicksearch {
      flex-grow: 1;
      max-width: 762px; }
      .middleHeader-container > .middleHeader-item .item--quicksearch .themevale_search {
        left: auto;
        z-index: 21;
        position: relative; }
        .middleHeader-container > .middleHeader-item .item--quicksearch .themevale_search .text-bottom-search {
          position: absolute;
          left: 127px;
          font-style: italic;
          color: #959595;
          font-weight: 400;
          margin: 0;
          padding-top: 6px; }
      .middleHeader-container > .middleHeader-item .item--quicksearch .quickSearchResults {
        position: absolute; }
    @media (min-width: 1025px) {
      .middleHeader-container > .middleHeader-item .item--account {
        display: none; } }
    .middleHeader-container > .middleHeader-item .top-cart {
      position: relative; }
    .middleHeader-container > .middleHeader-item .item--wishlist,
    .middleHeader-container > .middleHeader-item .item--quicksearch, .middleHeader-container > .middleHeader-item .themevale_gift_certificate {
      display: none; }
    @media (max-width: 551px) {
      .middleHeader-container > .middleHeader-item > .items.item--cart {
        margin-left: 21px !important; } }
    @media (min-width: 360px) {
      .middleHeader-container > .middleHeader-item > .items + .items:not(.item--logo) {
        margin-left: 20px; } }
    @media (min-width: 768px) {
      .middleHeader-container > .middleHeader-item > .items + .items:not(.item--logo) {
        margin-left: 50px; } }
    @media (min-width: 1025px) {
      .middleHeader-container > .middleHeader-item .item--hamburger,
      .middleHeader-container > .middleHeader-item .item--searchMobile, .middleHeader-container > .middleHeader-item .themevale_cart {
        display: none; }
      .middleHeader-container > .middleHeader-item .item--hamburger {
        margin-right: 30px; }
      .middleHeader-container > .middleHeader-item .item--wishlist,
      .middleHeader-container > .middleHeader-item .item--quicksearch, .middleHeader-container > .middleHeader-item .themevale_gift_certificate {
        display: block; }
      .middleHeader-container > .middleHeader-item .item--account {
        margin-left: 50px !important;
        position: relative; }
        .middleHeader-container > .middleHeader-item .item--account .my-account,
        .middleHeader-container > .middleHeader-item .item--account .my-account-link {
          display: block; }
        .middleHeader-container > .middleHeader-item .item--account .accountMobile {
          display: none; }
      .middleHeader-container > .middleHeader-item.text-center {
        padding-right: 40px;
        width: 22%;
        justify-content: center; }
        .middleHeader-container > .middleHeader-item.text-center .item--logo {
          z-index: 1; }
      .middleHeader-container > .middleHeader-item.text-right {
        width: 82%; }
        .middleHeader-container > .middleHeader-item.text-right .navUser-item--cart .navUser-action {
          border: 1px solid #bebebe;
          background: white;
          padding: 0px 19px;
          border-radius: 3px;
          min-height: 38px;
          box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
          -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
          -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
          -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07); }
          .middleHeader-container > .middleHeader-item.text-right .navUser-item--cart .navUser-action .navUser-item-cartIcon {
            line-height: 38px; }
            .middleHeader-container > .middleHeader-item.text-right .navUser-item--cart .navUser-action .navUser-item-cartIcon svg {
              position: relative;
              top: 0px;
              margin-right: 5px;
              width: 22px;
              height: 22px;
              fill: #28a629;
              stroke: transparent; }
            .middleHeader-container > .middleHeader-item.text-right .navUser-item--cart .navUser-action .navUser-item-cartIcon .navUser-item-cartLabel {
              text-transform: uppercase;
              font-weight: 700;
              color: #28a629;
              margin-right: 0; }
      .middleHeader-container > .middleHeader-item > .items + .items:not(.item--logo) {
        margin-left: 30px; } }
  .middleHeader-container .navUser-action {
    padding: 0;
    color: #3c3c3c;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    text-transform: unset; }
    .middleHeader-container .navUser-action:hover {
      color: #3c3c3c; }
    .middleHeader-container .navUser-action .navUser-text {
      display: none;
      line-height: 1; }
    .middleHeader-container .navUser-action .navUser-icon {
      margin: 0;
      display: inline-block; }
      .middleHeader-container .navUser-action .navUser-icon svg {
        width: 26px;
        height: 26px;
        margin: 0; }
        @media (max-width: 1024px) {
          .middleHeader-container .navUser-action .navUser-icon svg {
            fill: #3d4044;
            stroke: transparent; } }
        @media (max-width: 551px) {
          .middleHeader-container .navUser-action .navUser-icon svg {
            height: 24px;
            width: 24px;
            margin: 0; } }
    @media (min-width: 1025px) {
      .middleHeader-container .navUser-action.account-icon .navUser-icon svg {
        width: 21px; } }
    @media (min-width: 1025px) {
      .middleHeader-container .navUser-action .navUser-icon svg {
        width: 22px;
        height: 22px;
        fill: #000000; }
      .middleHeader-container .navUser-action .navUser-text {
        display: block; } }
  .middleHeader-container .item--account {
    text-align: left; }
    .middleHeader-container .item--account .my-account {
      margin: 0;
      color: #5d6673;
      font-weight: 700;
      text-transform: capitalize;
      display: block; }
    .middleHeader-container .item--account .my-account-link {
      display: block;
      position: relative; }
      .middleHeader-container .item--account .my-account-link .navUser-action {
        font-weight: 400;
        text-transform: capitalize;
        display: inline-block;
        vertical-align: top; }
        .middleHeader-container .item--account .my-account-link .navUser-action .icon {
          margin-left: 5px;
          margin-top: -1px; }
  @media (min-width: 993px) {
    .middleHeader-container {
      padding: 0 20px; } }
  @media (min-width: 1025px) {
    .middleHeader-container {
      padding: 0 15px; } }

.page-type-createaccount_thanks .page {
  padding-top: 20px !important; }

.page-type-createaccount_thanks .themevale_container > .page-heading {
  font-size: 16px;
  font-weight: 500; }

.page-type-createaccount_thanks .themevale_container > .button {
  padding: 7px 45px; }

/*=====  End of www.themevale.com  ======*/
/*==========================================
=            Defaul Bigcommerce            =
==========================================*/
.page {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .page:before, .page:after {
    content: " ";
    display: table; }
  .page:after {
    clear: both; }

.page-content,
.page-content--full {
  width: 100%;
  float: left;
  padding-left: 0;
  padding-right: 0; }

.page-type-page .page-content, .page-type-sitemap .page-content {
  padding: 15px;
  background: #ffffff; }

@media (min-width: 801px) {
  .page-content--centered {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 66.66667%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none;
    padding-left: 0;
    padding-right: 0; } }
  @media (min-width: 801px) and (min-width: 1025px) {
    .page-content--centered {
      padding-left: 15px;
      padding-right: 15px; } }

.page-content--textCenter {
  text-align: center; }

.page-sidebar {
  display: none; }
  @media (min-width: 1025px) {
    .page-sidebar {
      padding-left: 15px;
      padding-right: 15px;
      width: 20%;
      float: left;
      display: block; }
      .page-sidebar + .page-content {
        padding-left: 15px;
        padding-right: 15px;
        width: calc(100% - 20%);
        float: left; } }

.alert {
  padding: .75rem 1.25rem;
  border: 1px solid transparent;
  border-radius: .25rem; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning p {
    margin: 0; }

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

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

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

.themevale_purchase {
  display: none; }
  @media (min-width: 768px) {
    .themevale_purchase {
      top: auto;
      left: 0;
      right: 0;
      bottom: 0;
      text-align: right;
      opacity: 1;
      z-index: 999;
      display: block;
      position: fixed;
      padding: 15px 30px;
      visibility: visible;
      transition: all 0.5s ease;
      box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.12);
      background-color: rgba(255, 255, 255, 0.9); } }
  .themevale_purchase.hidden {
    bottom: -70px;
    opacity: 0;
    visibility: hidden; }
  .themevale_purchase .group-button {
    text-align: center;
    display: inline-block;
    vertical-align: top; }
  .themevale_purchase .button {
    font-size: 12px;
    border-radius: 36px;
    font-weight: 400;
    text-transform: none;
    margin-bottom: 0;
    line-height: 20px;
    border: 1px solid rgba(0, 0, 255, 0); }
    .themevale_purchase .button + .button {
      margin-left: 15px; }
    .themevale_purchase .button:hover, .themevale_purchase .button:focus, .themevale_purchase .button:active {
      border: 1px solid #a0a0a0; }
    .themevale_purchase .button.button-transparent {
      border: 1px solid rgba(0, 0, 255, 0); }
      .themevale_purchase .button.button-transparent:hover, .themevale_purchase .button.button-transparent:focus, .themevale_purchase .button.button-transparent:active {
        border: 1px solid #a0a0a0; }

/*=====  End of Defaul Bigcommerce  ======*/
/*=========================================
=            www.themevale.com            =
=========================================*/
/*--------  1.0 Global style  -------*/
body {
  padding-top: 0;
  color: #585858;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  overflow-x: hidden;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  -wenkit-font-smoothing: subpixel-antialiased;
  background-color: #f5f5f5; }
  body.has-newsletter {
    overflow: hidden; }

img.lazyload {
  width: 50px;
  height: 50px; }
  img.lazyload.lazyloaded {
    width: auto;
    height: auto; }

.themevale_loading {
  overflow: hidden; }
  .themevale_loading .themevale_loadingpage {
    opacity: 1;
    visibility: visible; }

.themevale_loadingpage {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  background-color: #fff;
  transition: all .3s ease; }
  .themevale_loadingpage > img {
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    position: absolute;
    transform: translate(-50%, -50%); }

a {
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease; }
  a:hover, a:focus, a:active {
    outline: none;
    text-decoration: none; }

button, .button {
  font-size: 12px;
  font-weight: 700;
  padding: 5px 15px;
  line-height: 20px;
  border-radius: 3px;
  letter-spacing: 0;
  text-transform: uppercase;
  color: white;
  border: none;
  background: -moz-linear-gradient(top, #28a629 0, #28a629 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #28a629), color-stop(100%, #28a629));
  background: -webkit-linear-gradient(top, #28a629 0, #28a629 100%);
  background: -o-linear-gradient(top, #28a629 0, #28a629 100%);
  background: -ms-linear-gradient(top, #28a629 0, #28a629 100%);
  background: linear-gradient(to bottom, #28a629 0, #28a629 100%);
  transition: all 0.3s ease;
  font-family: "Arimo", Arial, Helvetica, sans-serif; }
  @media (min-width: 1025px) {
    button:hover, button:focus, button:active, .button:hover, .button:focus, .button:active {
      color: black;
      border: none;
      background: -moz-linear-gradient(top, #fdfdfe 0, #f7f7f7 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fdfdfe), color-stop(100%, #f7f7f7));
      background: -webkit-linear-gradient(top, #fdfdfe 0, #f7f7f7 100%);
      background: -o-linear-gradient(top, #fdfdfe 0, #f7f7f7 100%);
      background: -ms-linear-gradient(top, #fdfdfe 0, #f7f7f7 100%);
      background: linear-gradient(to bottom, #fdfdfe 0, #f7f7f7 100%); }
      button:hover svg, button:focus svg, button:active svg, .button:hover svg, .button:focus svg, .button:active svg {
        fill: black; } }
  button.button--primary, .button.button--primary {
    color: white;
    border: none;
    background: -moz-linear-gradient(top, #28a629 0, #28a629 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #28a629), color-stop(100%, #28a629));
    background: -webkit-linear-gradient(top, #28a629 0, #28a629 100%);
    background: -o-linear-gradient(top, #28a629 0, #28a629 100%);
    background: -ms-linear-gradient(top, #28a629 0, #28a629 100%);
    background: linear-gradient(to bottom, #28a629 0, #28a629 100%); }
    button.button--primary:hover, button.button--primary:focus, button.button--primary:active, .button.button--primary:hover, .button.button--primary:focus, .button.button--primary:active {
      color: black;
      border: none;
      background: -moz-linear-gradient(top, #fdfdfe 0, #f7f7f7 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fdfdfe), color-stop(100%, #f7f7f7));
      background: -webkit-linear-gradient(top, #fdfdfe 0, #f7f7f7 100%);
      background: -o-linear-gradient(top, #fdfdfe 0, #f7f7f7 100%);
      background: -ms-linear-gradient(top, #fdfdfe 0, #f7f7f7 100%);
      background: linear-gradient(to bottom, #fdfdfe 0, #f7f7f7 100%); }
  button.btn-checkout, .button.btn-checkout {
    color: white;
    border: none;
    background: -moz-linear-gradient(top, #28a629 0, #28a629 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #28a629), color-stop(100%, #28a629));
    background: -webkit-linear-gradient(top, #28a629 0, #28a629 100%);
    background: -o-linear-gradient(top, #28a629 0, #28a629 100%);
    background: -ms-linear-gradient(top, #28a629 0, #28a629 100%);
    background: linear-gradient(to bottom, #28a629 0, #28a629 100%); }
    button.btn-checkout:hover, button.btn-checkout:focus, button.btn-checkout:active, .button.btn-checkout:hover, .button.btn-checkout:focus, .button.btn-checkout:active {
      color: white;
      border: none;
      background: -moz-linear-gradient(top, #28a629 0, #28a629 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #28a629), color-stop(100%, #28a629));
      background: -webkit-linear-gradient(top, #28a629 0, #28a629 100%);
      background: -o-linear-gradient(top, #28a629 0, #28a629 100%);
      background: -ms-linear-gradient(top, #28a629 0, #28a629 100%);
      background: linear-gradient(to bottom, #28a629 0, #28a629 100%); }
  button.themevale_btnATC, .button.themevale_btnATC {
    color: #fdfdfe;
    border: 1px solid #2ba22a;
    background: -moz-linear-gradient(top, #2ba22a 0, #2ba22a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2ba22a), color-stop(100%, #2ba22a));
    background: -webkit-linear-gradient(top, #2ba22a 0, #2ba22a 100%);
    background: -o-linear-gradient(top, #2ba22a 0, #2ba22a 100%);
    background: -ms-linear-gradient(top, #2ba22a 0, #2ba22a 100%);
    background: linear-gradient(to bottom, #2ba22a 0, #2ba22a 100%); }
    @media (max-width: 480px) {
      button.themevale_btnATC, .button.themevale_btnATC {
        padding: 5px 0px; } }
    button.themevale_btnATC:hover, button.themevale_btnATC:focus, button.themevale_btnATC:active, .button.themevale_btnATC:hover, .button.themevale_btnATC:focus, .button.themevale_btnATC:active {
      color: white;
      border: 1px solid rgba(0, 0, 255, 0);
      background: -moz-linear-gradient(top, #3f8fce 0, #1b5bb2 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3f8fce), color-stop(100%, #1b5bb2));
      background: -webkit-linear-gradient(top, #3f8fce 0, #1b5bb2 100%);
      background: -o-linear-gradient(top, #3f8fce 0, #1b5bb2 100%);
      background: -ms-linear-gradient(top, #3f8fce 0, #1b5bb2 100%);
      background: linear-gradient(to bottom, #3f8fce 0, #1b5bb2 100%); }
    button.themevale_btnATC.out_of_stock, .button.themevale_btnATC.out_of_stock {
      background: #f3f3f3;
      color: #787878;
      border: 1px solid #f3f3f3; }
      button.themevale_btnATC.out_of_stock:hover, .button.themevale_btnATC.out_of_stock:hover {
        background: #f3f3f3;
        color: #787878;
        border: 1px solid #f3f3f3; }
  button.themevale_product_btnATC, .button.themevale_product_btnATC {
    color: white;
    border: 1px solid rgba(0, 0, 255, 0);
    background: -moz-linear-gradient(top, #3f8fce 0, #1b5bb2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3f8fce), color-stop(100%, #1b5bb2));
    background: -webkit-linear-gradient(top, #3f8fce 0, #1b5bb2 100%);
    background: -o-linear-gradient(top, #3f8fce 0, #1b5bb2 100%);
    background: -ms-linear-gradient(top, #3f8fce 0, #1b5bb2 100%);
    background: linear-gradient(to bottom, #3f8fce 0, #1b5bb2 100%); }
    @media (max-width: 480px) {
      button.themevale_product_btnATC, .button.themevale_product_btnATC {
        padding: 5px 10px; } }
    button.themevale_product_btnATC:hover, button.themevale_product_btnATC:focus, button.themevale_product_btnATC:active, .button.themevale_product_btnATC:hover, .button.themevale_product_btnATC:focus, .button.themevale_product_btnATC:active {
      color: #fdfdfe;
      border: 1px solid #2ba22a;
      background: -moz-linear-gradient(top, #2ba22a 0, #2ba22a 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #2ba22a), color-stop(100%, #2ba22a));
      background: -webkit-linear-gradient(top, #2ba22a 0, #2ba22a 100%);
      background: -o-linear-gradient(top, #2ba22a 0, #2ba22a 100%);
      background: -ms-linear-gradient(top, #2ba22a 0, #2ba22a 100%);
      background: linear-gradient(to bottom, #2ba22a 0, #2ba22a 100%); }
  button.button-transparent, .button.button-transparent {
    color: black;
    border: 1px solid #a0a0a0;
    background: -moz-linear-gradient(top, #28a629 0, #28a629 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #28a629), color-stop(100%, #28a629));
    background: -webkit-linear-gradient(top, #28a629 0, #28a629 100%);
    background: -o-linear-gradient(top, #28a629 0, #28a629 100%);
    background: -ms-linear-gradient(top, #28a629 0, #28a629 100%);
    background: linear-gradient(to bottom, #28a629 0, #28a629 100%); }
    button.button-transparent svg, .button.button-transparent svg {
      fill: black; }
    @media (min-width: 1025px) {
      button.button-transparent:hover, button.button-transparent:focus, button.button-transparent:active, .button.button-transparent:hover, .button.button-transparent:focus, .button.button-transparent:active {
        color: white;
        border: 1px solid #a0a0a0;
        background-color: #28a629;
        background: -moz-linear-gradient(top, #28a629 0, #28a629 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #28a629), color-stop(100%, #28a629));
        background: -webkit-linear-gradient(top, #28a629 0, #28a629 100%);
        background: -o-linear-gradient(top, #28a629 0, #28a629 100%);
        background: -ms-linear-gradient(top, #28a629 0, #28a629 100%);
        background: linear-gradient(to bottom, #28a629 0, #28a629 100%); }
        button.button-transparent:hover svg, button.button-transparent:focus svg, button.button-transparent:active svg, .button.button-transparent:hover svg, .button.button-transparent:focus svg, .button.button-transparent:active svg {
          fill: white; } }
  button svg, .button svg {
    fill: white; }
  button .icon + .text, .button .icon + .text {
    margin-left: 5px; }
  button.big-button, .button.big-button {
    min-width: 180px; }
    @media (min-width: 601px) {
      button.big-button, .button.big-button {
        min-width: 200px; } }
    @media (min-width: 1025px) {
      button.big-button, .button.big-button {
        min-width: 280px; } }
  button[disabled], button[disabled]:hover, button[disabled]:focus, button[disabled]:active, .button[disabled], .button[disabled]:hover, .button[disabled]:focus, .button[disabled]:active {
    opacity: 0.7;
    color: white;
    border: 1px solid rgba(0, 0, 255, 0);
    background-color: #28a629; }
  @media (min-width: 415px) {
    button, .button {
      font-size: 12px;
      line-height: 24px; } }
  @media (max-width: 330px) {
    button, .button {
      letter-spacing: 0; } }

.table thead tr th,
.table thead tr td {
  font-weight: 600; }

.table .table-thead {
  font-size: 1rem;
  font-weight: 600;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  color: #28a629; }

.page-heading {
  font-weight: 600;
  font-family: "Arimo", Arial, Helvetica, sans-serif; }

.body .page {
  margin: 0;
  padding: 0px 0 38px; }
  @media (max-width: 1024px) {
    .body .page {
      padding: 15px 0 38px; } }
  @media (min-width: 1025px) {
    .body .page {
      padding: 0px 0 38px; } }

.form-label {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  color: #28a629; }
  .form-label span {
    color: #e3594d;
    margin-left: 3px; }
  .form-label > small {
    color: #8c8c8c;
    font-size: 11px;
    font-weight: 400;
    text-transform: capitalize;
    float: right;
    margin-top: 1px;
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    font-style: italic; }
    .form-label > small:before {
      color: #e95144;
      font-size: 1rem; }

.form-input,
.form-select {
  height: 36px;
  padding: 10px 15px;
  line-height: 20px;
  border-radius: 3px;
  border: none;
  border: 1px solid #c8c8c8;
  font-size: 12px;
  line-height: 14px;
  background-position: right 0px center !important;
  background-size: 34px; }

textarea.form-input {
  resize: none; }

.form-field--submit {
  margin-bottom: 0; }

.modal .modal-close {
  padding: 0;
  color: #000000;
  font-size: 26px;
  font-weight: 300;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 50;
  line-height: 35px;
  height: 2.5rem;
  width: 2.5rem;
  top: 8px; }
  .modal .modal-close > span {
    width: 100%;
    height: 100%;
    display: block;
    line-height: inherit; }
  @media (max-width: 480px) {
    .modal .modal-close {
      top: 2px; } }

.modal .modal-header {
  padding: 10px 40px;
  border-bottom: 1px solid #dddddd;
  background: #f5f5f5; }
  .modal .modal-header .modal-header-title {
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0;
    text-transform: unset;
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    color: #505050; }
  .modal .modal-header .modal-close {
    top: 50%;
    right: 15px;
    transform: translateY(-50%); }
  @media (min-width: 415px) {
    .modal .modal-header {
      padding: 15px 30px; } }

.modal .modal-body {
  padding: 20px 15px; }
  .modal .modal-body .form-actions .button {
    min-width: 120px; }

@media (min-width: 768px) {
  .modal .modal-body {
    padding: 30px; } }

@media (min-width: 993px) {
  .modal .modal-body {
    padding: 50px 60px; } }

.modal-quickview {
  width: 1000px; }
  @media (min-width: 1024px) {
    .modal-quickview .modal-body {
      padding: 40px; } }

#previewModal {
  width: 1030px; }
  @media (min-width: 993px) {
    #previewModal .modal-body {
      padding: 32px 50px 50px 50px; } }

#video-gallery-popup {
  max-width: 600px;
  right: auto; }
  @media (max-width: 480px) {
    #video-gallery-popup {
      max-width: 92%; } }
  #video-gallery-popup .modal-body {
    padding: 30px; }
  #video-gallery-popup .videoGallery-list {
    text-align: center;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    margin: 0;
    padding: 0 0 10px; }
    #video-gallery-popup .videoGallery-list .videoGallery-item {
      white-space: normal;
      width: auto;
      max-width: 180px;
      padding: 0 15px 0 0;
      display: inline-block; }
      #video-gallery-popup .videoGallery-list .videoGallery-item .video {
        margin-bottom: 10px; }
        #video-gallery-popup .videoGallery-list .videoGallery-item .video .video-figure {
          margin-right: 5px; }

.slick-arrow {
  padding: 0;
  width: 38px;
  height: 38px;
  fill: #000000;
  border: 1px solid #bebebe;
  margin-top: 0;
  transition: all 0.3s ease;
  background-color: #ffffff;
  padding: 11px;
  border-radius: 3px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07); }
  .slick-arrow:before {
    content: none; }
  .slick-arrow.slick-prev {
    left: 0; }
  .slick-arrow.slick-next {
    right: 0; }
  .slick-arrow:hover {
    background-color: transparent;
    fill: #757575; }

.slick-dots li {
  padding: 0;
  width: auto;
  height: auto;
  margin: 0 5px; }
  .slick-dots li button {
    width: 10px;
    height: 10px;
    opacity: 0.2;
    border: 1px solid #323232;
    background-color: #323232;
    transition: all 0.3s ease; }
    .slick-dots li button:before {
      content: none; }
  @media (min-width: 415px) {
    .slick-dots li {
      margin: 0 7px; }
      .slick-dots li button {
        width: 12px;
        height: 12px; } }

.slick-dots .slick-active button {
  opacity: 0.8;
  background-color: transparent; }

.color-success {
  color: #008a06; }

.bg-mobile {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  transition: all .3s ease;
  background-color: rgba(0, 0, 0, 0.3); }
  .themevale_quickSearch .bg-mobile {
    z-index: 10; }
  .themevale_open-Sidebar .bg-mobile,
  .themevale_open-Account .bg-mobile,
  .has-activeNavPages .bg-mobile {
    z-index: 51; }
  .themevale_quickSearch .bg-mobile,
  .themevale_open-Account .bg-mobile,
  .themevale_open-Sidebar .bg-mobile,
  .has-activeNavPages .bg-mobile {
    display: block;
    opacity: 1;
    visibility: visible; }
  @media (min-width: 1025px) {
    .bg-mobile {
      display: none; } }

/*--------  2.0 Responsive  ---------*/
.themevale_Mobile {
  top: 0;
  bottom: 0;
  left: -100%;
  width: calc(100% - 42px);
  height: 100%;
  padding: 1px 0 0;
  z-index: 52;
  position: fixed;
  background-color: #fff;
  transition: all .8s ease;
  -webkit-transition: all .8s ease; }
  .themevale_Mobile .page-sidebar {
    display: block; }
  .themevale_Mobile .themevale_MobileContent {
    padding: 0;
    overflow-y: auto;
    height: 100%; }
    .themevale_Mobile .themevale_MobileContent .navPages li:first-child {
      border-top: none; }
    .themevale_Mobile .themevale_MobileContent #sideTopSellers .slick-dots, .themevale_Mobile .themevale_MobileContent #sideTopSellers1 .slick-dots {
      display: block !important; }
  .themevale_Mobile .themevale_close {
    top: 0;
    right: -42px;
    width: 42px;
    height: 42px;
    z-index: 10;
    line-height: 42px;
    position: absolute;
    text-align: center;
    background-color: #f5f5f5; }
    .themevale_Mobile .themevale_close .close {
      opacity: 1;
      width: 100%;
      height: 100%;
      color: #323232;
      display: block;
      font-size: 34px;
      font-weight: 300; }
  @media (min-width: 551px) {
    .themevale_Mobile {
      left: -422px;
      width: 380px; }
      .themevale_Mobile .themevale_close {
        right: -40px;
        background-color: #ffffff; } }
  @media (min-width: 1025px) {
    .themevale_Mobile {
      display: none; } }

.has-activeNavPages .themevale_MobileMenu,
.themevale_open-Sidebar .themevale_MobileSidebar,
.themevale_open-Account .themevale_MobileAccount {
  left: 0; }

#sidebar-mobile .themevale_MobileContent {
  padding: 10px 20px; }

/*=====  End of www.themevale.com  ======*/
.search-form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 36px;
  height: 36px;
  padding: 0;
  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;
  border: 0;
  transition: none;
  text-align: center;
  background: transparent; }
  .search-form button svg {
    width: 18px;
    padding: 1px;
    height: 18px; }

.search-form .form-field {
  margin: 0;
  position: relative;
  width: 100%;
  max-width: 150px;
  height: 36px;
  background-color: #fff;
  border-radius: 3px; }
  .search-form .form-field .form-input {
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 12px;
    border: none;
    padding-top: 12px;
    max-height: 36px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); }
    .search-form .form-field .form-input::-moz-placeholder {
      opacity: 1; }
    .search-form .form-field .form-input:-ms-input-placeholder {
      color: !important; }

.search-form .form {
  margin: 0; }

.search-form .form-input::-moz-placeholder {
  color: #3c3c3c;
  opacity: 1; }

.search-form .form-input:-ms-input-placeholder {
  color: #3c3c3c !important; }

.search-form .form-input::-webkit-input-placeholder {
  color: #3c3c3c; }

.footer .socialLinks, .newsletter-content .socialLinks {
  margin-top: 0;
  line-height: 32px; }
  .footer .socialLinks .socialLinks-item, .newsletter-content .socialLinks .socialLinks-item {
    margin-right: 4px;
    list-style: none; }
    .footer .socialLinks .socialLinks-item a, .newsletter-content .socialLinks .socialLinks-item a {
      width: 32px;
      height: 32px;
      border-radius: 50%;
      text-align: center; }
      .footer .socialLinks .socialLinks-item a svg, .newsletter-content .socialLinks .socialLinks-item a svg {
        width: 14px;
        fill: #ffffff; }
      .footer .socialLinks .socialLinks-item a.icon--facebook, .newsletter-content .socialLinks .socialLinks-item a.icon--facebook {
        background: #3f5996; }
      .footer .socialLinks .socialLinks-item a.icon--twitter, .newsletter-content .socialLinks .socialLinks-item a.icon--twitter {
        background: #51b5e6; }
      .footer .socialLinks .socialLinks-item a.icon--google, .newsletter-content .socialLinks .socialLinks-item a.icon--google {
        background: #e45d34; }
      .footer .socialLinks .socialLinks-item a.icon--youtube, .newsletter-content .socialLinks .socialLinks-item a.icon--youtube {
        background: #ec3323; }
      .footer .socialLinks .socialLinks-item a.icon--instagram, .newsletter-content .socialLinks .socialLinks-item a.icon--instagram {
        background: #5a7ea2; }
      .footer .socialLinks .socialLinks-item a.icon--messenger, .newsletter-content .socialLinks .socialLinks-item a.icon--messenger {
        background: #3081ef; }
    .footer .socialLinks .socialLinks-item:last-child, .newsletter-content .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }
  .footer .socialLinks + .footer-info-heading, .newsletter-content .socialLinks + .footer-info-heading {
    margin-top: 30px; }

.footer-info {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin: 0 -8px; }
  .footer-info:before, .footer-info:after {
    content: " ";
    display: table; }
  .footer-info:after {
    clear: both; }
  @media (min-width: 1025px) {
    .footer-info {
      margin: 0 -15px; } }

.footer-info-col {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  font-size: 12px;
  float: none;
  display: inline-block;
  vertical-align: top;
  padding: 0 8px; }
  .footer-info-col .form, .footer-info-col .form-field {
    margin-bottom: 0; }
  @media (min-width: 768px) {
    .footer-info-col {
      width: 100%; } }
  @media (min-width: 1025px) {
    .footer-info-col {
      padding: 0 15px;
      width: 40%; }
      .footer-info-col:not(.footer-info-col--small) {
        margin-top: 0px; }
      .footer-info-col .footer-right-col {
        width: 49%; } }
  .footer-info-col .footer-info-col-child + .footer-info-col-child {
    margin-top: 25px; }
    @media (max-width: 766px) {
      .footer-info-col .footer-info-col-child + .footer-info-col-child {
        margin-top: 0; } }
  .footer-info-col .seal-logos {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    margin-bottom: 25px;
    padding: 0 15px;
    margin-top: 20px; }
    @media (max-width: 768px) {
      .footer-info-col .seal-logos {
        margin-right: -15px; } }
    .footer-info-col .seal-logos a {
      display: inline-block;
      margin-right: 15px; }
      .footer-info-col .seal-logos a:last-child {
        margin-right: 0px; }
      @media (max-width: 767px) {
        .footer-info-col .seal-logos a:last-child {
          margin-right: 0px; } }

@media (min-width: 768px) {
  .footer-info-col--small {
    width: 33.33333%; } }

@media (min-width: 1025px) {
  .footer-info-col--small {
    width: 20%; } }

.footer-info-col--social {
  width: 100%; }

.footer-info-heading {
  font-weight: 700;
  color: #28a629;
  font-size: 12px;
  margin: 0 0 12px 0;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .footer-dropdownmobile .footer-info-heading {
      position: relative;
      padding: 7px 0;
      border-bottom: 1px solid #dadada; }
      .footer-dropdownmobile .footer-info-heading:before {
        right: 0;
        top: 50%;
        z-index: 2;
        content: "\f107";
        font-family: "FontAwesome";
        color: inherit;
        font-size: 20px;
        line-height: 1;
        font-weight: 500;
        position: absolute;
        transform: translateY(-50%); }
    .footer-dropdownmobile.open-dropdown .footer-info-heading:before {
      font-weight: 500;
      content: "\f106"; } }

.footer-info-list {
  list-style: none;
  margin-left: 0;
  margin: 0; }
  .footer-info-list > li {
    line-height: 25px; }
    .footer-info-list > li a {
      line-height: 14px;
      display: inline-block;
      vertical-align: middle;
      color: black; }
      .footer-info-list > li a:before {
        left: 0;
        bottom: -1px;
        height: 1px;
        width: 0;
        content: "";
        position: absolute;
        background-color: #2465c6;
        transition: all .3s ease; }
      .footer-info-list > li a:hover {
        color: black; }
        .footer-info-list > li a:hover:before {
          width: 100%; }
  .footer-info-list .view-all {
    font-weight: 400;
    line-height: 15px;
    color: #2465c6; }
    .footer-info-list .view-all svg {
      width: 9px;
      height: 9px;
      fill: #2465c6;
      transform: rotate(270deg);
      margin-right: 4px; }

@media (max-width: 480px) {
  .footer-right-col {
    padding: 0; } }

.footer-right-col > h5:before {
  content: none !important; }

.footer-right-col .content .store-address {
  line-height: 20px;
  margin-bottom: 13px; }

.footer-right-col .content .store-phone {
  margin-bottom: 4px; }

.footer-right-col .content .store-email a {
  color: #2465c6;
  background-image: linear-gradient(transparent 95%, #2465c6 5%);
  background-repeat: repeat-x;
  background-position-y: 0px;
  padding-bottom: 1px; }

.footer-copyright {
  text-align: center;
  display: inline-block;
  margin-bottom: 18px; }
  @media (max-width: 480px) {
    .footer-copyright {
      display: block; } }

.footer-newsletter-summary {
  text-align: left; }

.footer-protective-image {
  text-align: center;
  max-width: 220px;
  margin-top: 25px; }
  .footer-protective-image .slick-arrow {
    width: 10px;
    height: 18px; }
    .footer-protective-image .slick-arrow.slick-next {
      right: 0px; }
    .footer-protective-image .slick-arrow.slick-prev {
      left: 0px; }
  .footer-protective-image img {
    margin: 0 auto;
    display: inline-block;
    width: auto !important; }

.footer-right-image-payment {
  display: inline-block;
  margin-left: 20px; }
  @media (max-width: 768px) {
    .footer-right-image-payment {
      display: block; } }
  .footer-right-image-payment img {
    margin-right: 10px; }

/*=========================================
=            www.themevale.com            =
=========================================*/
.footer .form-prefixPostfix .form-input, .footer .form-prefixPostfix .button {
  width: 100%; }
  @media (max-width: 320px) {
    .footer .form-prefixPostfix .form-input, .footer .form-prefixPostfix .button {
      width: 134px; } }

.footer .form-prefixPostfix .form-input {
  border: 1px solid #28a629;
  background: white;
  min-width: 360px; }
  @media (max-width: 480px) {
    .footer .form-prefixPostfix .form-input {
      min-width: auto; } }
  .footer .form-prefixPostfix .form-input::-webkit-input-placeholder {
    color: black; }
  .footer .form-prefixPostfix .form-input::-moz-placeholder {
    color: black; }
  .footer .form-prefixPostfix .form-input:-ms-input-placeholder {
    color: black; }
  .footer .form-prefixPostfix .form-input:-moz-placeholder {
    color: black; }

.footer .form-prefixPostfix .button {
  margin: 0 0 0 15px;
  padding: 0 29px;
  line-height: 0;
  height: auto;
  font-size: 12px;
  font-weight: 700;
  color: white;
  border: none;
  background: -moz-linear-gradient(top, #28a629 0, #28a629 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #28a629), color-stop(100%, #28a629));
  background: -webkit-linear-gradient(top, #28a629 0, #28a629 100%);
  background: -o-linear-gradient(top, #28a629 0, #28a629 100%);
  background: -ms-linear-gradient(top, #28a629 0, #28a629 100%);
  background: linear-gradient(to bottom, #28a629 0, #28a629 100%);
  border-radius: 3px; }
  .footer .form-prefixPostfix .button:hover {
    color: white;
    background: -moz-linear-gradient(top, #28a629 0, #28a629 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #28a629), color-stop(100%, #28a629));
    background: -webkit-linear-gradient(top, #28a629 0, #28a629 100%);
    background: -o-linear-gradient(top, #28a629 0, #28a629 100%);
    background: -ms-linear-gradient(top, #28a629 0, #28a629 100%);
    background: linear-gradient(to bottom, #28a629 0, #28a629 100%);
    border: none; }

@media (min-width: 360px) {
  .footer .form-prefixPostfix .form-input, .footer .form-prefixPostfix .button {
    width: auto;
    box-shadow: 0 1px 4px rgba(180, 180, 180, 0.25); }
  .footer .form-prefixPostfix .button {
    margin: 0 0 0 15px; } }

.themevale_contactUs {
  font-size: 14px;
  padding: 18px 0;
  text-align: center;
  background: #28a629; }
  .themevale_contactUs p, .themevale_contactUs span {
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    color: #dfdfdf;
    line-height: 25px; }
    @media (max-width: 480px) {
      .themevale_contactUs p, .themevale_contactUs span {
        line-height: 25px; } }
  .themevale_contactUs span {
    margin: 0 10px; }
  .themevale_contactUs a {
    margin: 0;
    font-size: 12px;
    font-weight: bold;
    color: #dfdfdf; }
    .themevale_contactUs a:hover {
      color: #dfdfdf; }
  .themevale_contactUs span + a {
    margin-left: 4px; }
  .themevale_contactUs strong {
    font-weight: 700;
    color: #28a629; }
  @media (min-width: 551px) {
    .themevale_contactUs .or1 {
      font-size: 12px;
      line-height: 20px;
      display: inline-block; } }
  @media (min-width: 801px) {
    .themevale_contactUs .or2 {
      margin: 0;
      display: inline-block; }
      .themevale_contactUs .or2 + .button {
        margin-left: 15px; } }

.themevale_topFooter {
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
  position: relative;
  background: white;
  text-align: center;
  padding: 20px 0; }
  .themevale_topFooter:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: url("https://cdn11.bigcommerce.com/s-4fncb3zo7t/product_images/uploaded_images/line-footer.png");
    width: 100%;
    height: 3px;
    z-index: 10; }
  .themevale_topFooter h5 {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 20px;
    color: #28a629; }
    @media (max-width: 480px) {
      .themevale_topFooter h5 {
        margin-bottom: 10px; } }
  .themevale_topFooter .form {
    display: inline-block;
    margin-bottom: 0; }
    .themevale_topFooter .form .form-field {
      margin-bottom: 0; }

.themevale_middleFooter {
  padding: 35px 0;
  background-color: white; }
  @media (max-width: 480px) {
    .themevale_middleFooter {
      padding: 15px 0; } }

.themevale_bottomFooter {
  padding: 30px 0 90px 0;
  background-color: black; }
  .themevale_bottomFooter a, .themevale_bottomFooter p {
    margin: 0;
    text-align: center;
    margin-bottom: 14px; }
  .themevale_bottomFooter .left-footer-text {
    float: left; }
    @media (max-width: 480px) {
      .themevale_bottomFooter .left-footer-text {
        margin-bottom: 15px; } }
    .themevale_bottomFooter .left-footer-text .payment-wrapper {
      text-align: left;
      font-size: 0;
      display: block; }
      .themevale_bottomFooter .left-footer-text .payment-wrapper img {
        display: inline-block;
        vertical-align: top;
        max-height: 28px;
        margin-bottom: 10px; }
        .themevale_bottomFooter .left-footer-text .payment-wrapper img + img {
          margin-left: 10px; }
      @media (max-width: 480px) {
        .themevale_bottomFooter .left-footer-text .payment-wrapper {
          overflow-y: auto;
          white-space: nowrap;
          margin-top: 18px; } }
      @media (min-width: 993px) {
        .themevale_bottomFooter .left-footer-text .payment-wrapper img {
          max-height: 22px;
          margin-bottom: 0px; }
          .themevale_bottomFooter .left-footer-text .payment-wrapper img + img {
            margin-left: 10px; } }
    .themevale_bottomFooter .left-footer-text p {
      color: darkgray;
      margin-bottom: 0; }
  .themevale_bottomFooter .themevale_logo {
    display: block; }
    .themevale_bottomFooter .themevale_logo > a {
      font-size: 0;
      display: table;
      width: 180px;
      text-align: left; }
      .themevale_bottomFooter .themevale_logo > a img {
        width: auto;
        height: 40px;
        max-width: none;
        -webkit-filter: grayscale(1);
        filter: grayscale(1); }
      .themevale_bottomFooter .themevale_logo > a > .icon, .themevale_bottomFooter .themevale_logo > a > .text {
        display: table-cell;
        vertical-align: middle; }
      .themevale_bottomFooter .themevale_logo > a .text {
        line-height: 18px;
        font-size: 12px;
        padding-left: 10px;
        color: #a0a0a0; }
  @media (min-width: 768px) {
    .themevale_bottomFooter p {
      margin-bottom: 0; }
    .themevale_bottomFooter .footer-copyright {
      text-align: left;
      float: left;
      line-height: 30px; }
    .themevale_bottomFooter .themevale_logo {
      text-align: right;
      float: right;
      margin-top: 3px; } }

/*=====  End of www.themevale.com  ======*/
/*=========================================
=            www.themevale.com            =
=========================================*/
/*--------  1.0 Global style  -------*/
#back-to-top {
  font-size: 40px;
  position: fixed;
  z-index: 10;
  bottom: 29%;
  right: 5%;
  visibility: hidden;
  overflow: hidden;
  width: 50px;
  height: 50px;
  transition: opacity .3s 0s,visibility 0s .3s;
  opacity: 0;
  background: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  filter: alpha(opacity=0);
  border: 2px solid #b3b3b3;
  border-radius: 50%; }
  @media (max-width: 480px) {
    #back-to-top {
      font-size: 30px;
      width: 36px;
      height: 36px; } }
  #back-to-top a {
    line-height: 36px; }
    @media (max-width: 480px) {
      #back-to-top a {
        line-height: 28px; } }
  #back-to-top i {
    color: #b3b3b3; }
    @media (max-width: 480px) {
      #back-to-top i {
        line-height: 26px; } }
    #back-to-top i svg {
      fill: #b3b3b3;
      width: 24px;
      height: 24px; }
      @media (max-width: 480px) {
        #back-to-top i svg {
          width: 20px;
          height: 20px; } }
  #back-to-top.is-visible {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: opacity .3s 0s,visibility 0s 0s; }
  #back-to-top.fade-out {
    opacity: .5;
    filter: alpha(opacity=50); }
    #back-to-top.fade-out:hover {
      opacity: 1;
      filter: alpha(opacity=100); }

.suggestiveCart h4 {
  font-size: 16px;
  font-weight: 700; }

.suggestiveCart .productGrid {
  box-shadow: none;
  border-radius: 3px; }
  .suggestiveCart .productGrid .product {
    border-bottom: 1px solid #efefef; }
    .suggestiveCart .productGrid .product:first-child {
      border-left: 1px solid #efefef;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px; }
    .suggestiveCart .productGrid .product:last-child {
      border-right: 1px solid #efefef;
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px; }

@media (max-width: 1024px) {
  .menu-category {
    display: none !important; } }

.compare-link a {
  display: -ms-flexbox;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  width: 100%;
  height: 38px;
  border-radius: 3px;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 0; }
  .compare-link a.show .title-compare {
    padding: 0 54px 0px 38px; }
  .compare-link a .title-compare {
    border-radius: 3px;
    color: white;
    background: -moz-linear-gradient(top, #797979 0, #575657 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #797979), color-stop(100%, #575657));
    background: -webkit-linear-gradient(top, #797979 0, #575657 100%);
    background: -o-linear-gradient(top, #797979 0, #575657 100%);
    background: -ms-linear-gradient(top, #797979 0, #575657 100%);
    background: linear-gradient(to bottom, #797979 0, #575657 100%);
    font-weight: 600;
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    letter-spacing: 0;
    display: inline-block;
    padding: 0 46px;
    margin: 0;
    height: 38px;
    line-height: 38px;
    text-transform: capitalize;
    font-size: 12px; }
    .compare-link a .title-compare:hover {
      color: white;
      background: -moz-linear-gradient(top, #797979 0, #575657 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #797979), color-stop(100%, #575657));
      background: -webkit-linear-gradient(top, #797979 0, #575657 100%);
      background: -o-linear-gradient(top, #797979 0, #575657 100%);
      background: -ms-linear-gradient(top, #797979 0, #575657 100%);
      background: linear-gradient(to bottom, #797979 0, #575657 100%); }
  .compare-link a.show > span {
    display: inline-block; }
  .compare-link a > span {
    display: none;
    position: initial;
    min-width: 24px;
    min-height: 24px;
    margin-left: 0px;
    margin-right: 1px;
    padding: 0 4px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff;
    color: #565757;
    border-color: #fff;
    line-height: 24px;
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    font-weight: 400; }
  .compare-link a > .countPill--positive {
    position: absolute;
    top: 7px;
    right: 20px; }
  .compare-link a:hover {
    color: #000; }

.themevale_container,
.themevale_container-full {
  width: 100%;
  display: block;
  margin-right: auto;
  margin-left: auto; }
  .themevale_container:before, .themevale_container:after,
  .themevale_container-full:before,
  .themevale_container-full:after {
    display: table;
    content: " "; }
  .themevale_container:after,
  .themevale_container-full:after {
    clear: both; }
  @media (max-width: 678px) {
    .themevale_container,
    .themevale_container-full {
      padding-right: 15px;
      padding-left: 15px; } }

.themevale_container {
  max-width: 1200px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 1231px) {
    .themevale_container {
      max-width: 1200px; } }
  @media (min-width: 1025px) {
    .themevale_container > .page-sidebar {
      padding-left: 0; }
      .themevale_container > .page-sidebar + .page-content {
        padding-left: 15px;
        padding-right: 0; } }

.themevale-section {
  margin-bottom: 30px; }

.page-heading-wrapper {
  padding: 10px 0 10px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.075);
  -ms-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.075);
  margin-bottom: 15px; }
  @media (max-width: 1024px) {
    .page-heading-wrapper {
      border-radius: 3px; } }
  .page-heading-wrapper p {
    z-index: 5;
    position: relative;
    margin-bottom: 10px; }
  .page-heading-wrapper .page-heading {
    z-index: 5;
    position: relative;
    text-transform: capitalize;
    font-family: "Roboto", Arial, Helvetica, sans-serif;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding: 15px 10px;
    background: #ffffff; }
    .page-heading-wrapper .page-heading + p {
      margin-top: 30px; }
    @media (min-width: 415px) {
      .page-heading-wrapper .page-heading {
        font-size: 30px; } }
  .page-heading-wrapper .breadcrumb a,
  .page-heading-wrapper .page-heading,
  .page-heading-wrapper .breadcrumb.is-active > .breadcrumb-label,
  .page-heading-wrapper .breadcrumb:before,
  .page-heading-wrapper p {
    letter-spacing: 0; }
  .page-heading-wrapper .themevale_img-bg {
    top: 50%;
    left: 50%;
    z-index: 1;
    width: auto;
    height: 100%;
    max-width: none;
    position: absolute;
    transform: translate(-50%, -50%); }

.page-heading-wrapper-2 .breadcrumbs {
  padding: 12px 10px 12px 17px;
  background: #ffffff;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  margin-bottom: 15px; }

@media (max-width: 552px) {
  .page-heading-wrapper-2 {
    padding: 15px 0 0 0; } }

.page-heading-wrapper-2 .page-heading {
  z-index: 5;
  position: relative;
  text-transform: capitalize;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  text-align: left;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding: 14px 10px 14px 20px;
  background: #ffffff;
  border-bottom: 1px solid #efefef;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px; }
  @media (max-width: 1024px) {
    .page-heading-wrapper-2 .page-heading {
      margin-bottom: -15px; } }
  .page-heading-wrapper-2 .page-heading .label-quantity {
    color: #808080;
    font-size: 18px;
    font-weight: 400;
    margin-left: 1px;
    text-transform: capitalize;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px; }
  .page-heading-wrapper-2 .page-heading + p {
    margin-top: 30px; }

.page-heading-wrapper-2 p {
  color: #585858; }

.page-heading-wrapper-2 .desciption-page {
  line-height: 24px;
  margin-top: 20px;
  max-width: 770px;
  margin-left: auto;
  margin-right: auto; }
  .page-heading-wrapper-2 .desciption-page p:last-child {
    margin-bottom: 0; }

@media (min-width: 300px) {
  .page-heading-wrapper-2 .desciption-page {
    margin-top: 40px; } }

.themevale_products-filter .actionBar {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  margin-top: 7px; }
  @media (max-width: 1024px) {
    .themevale_products-filter .actionBar {
      margin-top: 0; } }
  @media (max-width: 768px) {
    .themevale_products-filter .actionBar {
      display: none; } }
  .themevale_products-filter .actionBar .pagination .compare-link {
    display: none; }
  @media (max-width: 768px) {
    .themevale_products-filter .actionBar.view-mode-btn {
      float: right; } }
  .themevale_products-filter .actionBar .actionBar-section .form-field {
    margin-bottom: 0;
    padding: 0px 10px; }
    @media (max-width: 1024px) {
      .themevale_products-filter .actionBar .actionBar-section .form-field {
        padding: 0; } }
  .themevale_products-filter .actionBar .actionBar-section .form-select {
    line-height: 24px;
    padding-top: 5px;
    padding-bottom: 5px;
    height: auto;
    min-width: 130px;
    background-position: right 0px center; }
    @media (min-width: 600px) {
      .themevale_products-filter .actionBar .actionBar-section .form-select {
        padding-top: 8px;
        padding-bottom: 8px;
        height: auto;
        background-position: right 0px center; } }

.themevale_sidebar-mobile-wrapper {
  display: block;
  margin-bottom: 30px; }
  .themevale_sidebar-mobile-wrapper > .item {
    display: block; }
    @media (max-width: 600px) {
      .themevale_sidebar-mobile-wrapper > .item {
        text-align: left; }
        .themevale_sidebar-mobile-wrapper > .item + .item {
          margin-top: 20px; } }
  @media (min-width: 769px) {
    .themevale_sidebar-mobile-wrapper {
      display: flex;
      display: -ms-flexbox;
      flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      align-items: top; }
      .themevale_sidebar-mobile-wrapper > .item {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%; } }
  @media (max-width: 1024px) {
    .themevale_sidebar-mobile-wrapper > .item {
      margin-bottom: 0px; } }
  @media (max-width: 768px) {
    .themevale_sidebar-mobile-wrapper > .item {
      margin-bottom: 15px; } }

.themevale_page-heading-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding: 10px 0;
  position: relative; }
  .themevale_page-heading-wrapper > h2:before {
    top: 50%;
    left: -100px;
    width: 100px;
    z-index: 1;
    height: 2px;
    content: "";
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (max-width: 551px) {
      .themevale_page-heading-wrapper > h2:before {
        display: none; } }
  .themevale_page-heading-wrapper > h2:after {
    top: 50%;
    right: -100px;
    width: 100px;
    z-index: 1;
    height: 2px;
    content: "";
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (max-width: 551px) {
      .themevale_page-heading-wrapper > h2:after {
        top: 50%;
        right: 0;
        left: 0;
        width: 100%;
        z-index: 1;
        height: 2px;
        content: "";
        position: absolute;
        transform: translateY(-50%); } }
  .themevale_page-heading-wrapper.has-view-all {
    margin-bottom: 60px; }

.themevale_page-heading {
  margin: 0;
  z-index: 2;
  color: #28a629;
  font-size: 14px;
  padding: 0 5px;
  line-height: 20px;
  font-weight: 700;
  position: relative;
  letter-spacing: 0px;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  vertical-align: top;
  display: inline-block;
  text-transform: uppercase;
  background-color: #fff; }
  @media (max-width: 551px) {
    .themevale_page-heading {
      width: 100%; } }
  @media (max-width: 551px) {
    .themevale_page-heading span {
      background: #ffffff;
      position: relative;
      z-index: 10;
      padding: 0 23px; } }

.themevale_viewall {
  left: 50%;
  line-height: 1;
  color: #505050;
  position: absolute;
  vertical-align: top;
  display: inline-block;
  top: calc(100% + 12px);
  letter-spacing: 0;
  text-transform: capitalize;
  transform: translateX(-50%); }

.themevale_showMoreProduct {
  text-align: center; }
  .themevale_showMoreProduct .button {
    margin-bottom: 0; }

.text-hidden {
  display: none !important;
  font-size: 0 !important; }

.page-type-category .menu-category, .page-type-default .menu-category, .page-type-product .menu-category, .page-type-brand .menu-category, .page-type-search .menu-category {
  display: none; }

.page-type-brand .product-pagination {
  padding: 30px 0; }

.page-type-default .themevale_products-filter {
  position: fixed;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  z-index: 50;
  left: 0;
  right: 0;
  border-radius: 0;
  padding: 0;
  height: 50px;
  margin: 0;
  display: none; }
  @media (max-width: 1024px) {
    .page-type-default .themevale_products-filter {
      display: block; } }
  .page-type-default .themevale_products-filter .item {
    margin-bottom: 0; }
    .page-type-default .themevale_products-filter .item .themevale_sidebar-mobile {
      position: relative;
      width: 100%;
      margin: 0;
      padding: 15px 20px; }
      .page-type-default .themevale_products-filter .item .themevale_sidebar-mobile span {
        color: #ffffff;
        font-size: 14px; }
      .page-type-default .themevale_products-filter .item .themevale_sidebar-mobile svg {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        fill: #ffffff;
        border: 1px solid #ffffff; }

/*--------  2.0 Top Banner image  -------*/
#home-top-banner {
  margin: 0 -15px;
  margin-bottom: 30px; }
  #home-top-banner .bottom-banner-list {
    font-size: 0;
    vertical-align: top;
    margin-left: -15px;
    margin-right: -15px; }
    #home-top-banner .bottom-banner-list .banner-item {
      margin: 0;
      padding: 0 15px;
      width: 50%;
      vertical-align: top;
      display: inline-block;
      font-size: 1rem; }
      @media (max-width: 1024px) {
        #home-top-banner .bottom-banner-list .banner-item .banner-link img {
          width: 100%; } }
      @media (max-width: 551px) {
        #home-top-banner .bottom-banner-list .banner-item {
          width: 100%;
          margin-bottom: 20px; }
          #home-top-banner .bottom-banner-list .banner-item:nth-child(2) {
            margin-bottom: 0; } }
    @media (max-width: 1024px) {
      #home-top-banner .bottom-banner-list .themevale_banner-wrapper .banner-link {
        position: relative;
        display: block;
        overflow: hidden; }
        #home-top-banner .bottom-banner-list .themevale_banner-wrapper .banner-link.image-1 {
          padding-bottom: 30px; } }
    @media (max-width: 1024px) and (max-width: 768px) {
      #home-top-banner .bottom-banner-list .themevale_banner-wrapper .banner-link.image-1 {
        padding-bottom: 22px; } }
    @media (max-width: 1024px) and (max-width: 480px) {
      #home-top-banner .bottom-banner-list .themevale_banner-wrapper .banner-link.image-1 {
        padding-bottom: 20px; } }
    @media (min-width: 1025px) {
      #home-top-banner .bottom-banner-list .themevale_banner-wrapper {
        position: relative;
        text-align: center; }
        #home-top-banner .bottom-banner-list .themevale_banner-wrapper .banner-link {
          position: relative;
          display: block;
          overflow: hidden; }
          #home-top-banner .bottom-banner-list .themevale_banner-wrapper .banner-link.image-1 {
            padding-bottom: 30px; }
          #home-top-banner .bottom-banner-list .themevale_banner-wrapper .banner-link:before, #home-top-banner .bottom-banner-list .themevale_banner-wrapper .banner-link:after {
            position: absolute;
            content: "";
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            -webkit-transition: all 0.5s ease-in-out;
            -moz-transition: all 0.5s ease-in-out;
            -ms-transition: all 0.5s ease-in-out;
            -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out; }
          #home-top-banner .bottom-banner-list .themevale_banner-wrapper .banner-link:hover:before, #home-top-banner .bottom-banner-list .themevale_banner-wrapper .banner-link:hover:after {
            background-color: rgba(255, 255, 255, 0.65); }
          #home-top-banner .bottom-banner-list .themevale_banner-wrapper .banner-link:hover:before {
            right: 50%;
            left: 50%; }
          #home-top-banner .bottom-banner-list .themevale_banner-wrapper .banner-link:hover:after {
            top: 50%;
            bottom: 50%; } }

/*--------  3.0 Service  ----*/
.themevale_service {
  background: #ffffff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  border-radius: 3px; }
  @media (max-width: 768px) {
    .themevale_service {
      overflow-x: auto;
      overflow-y: hidden;
      white-space: nowrap; } }
  .themevale_service .service-item {
    position: relative;
    text-align: center;
    padding: 10px 10px;
    width: 25%;
    vertical-align: top;
    display: inline-block;
    font-size: 12px;
    border-right: 1px solid #efefef; }
    @media (max-width: 768px) {
      .themevale_service .service-item {
        width: 28%; } }
    @media (max-width: 480px) {
      .themevale_service .service-item {
        width: 60%; } }
    .themevale_service .service-item .title {
      font-size: 12px;
      font-weight: 600;
      margin: 0;
      line-height: 24px;
      text-transform: unset;
      color: #464646;
      letter-spacing: 0;
      display: inline-block; }
      @media (min-width: 769px) and (max-width: 1024px) {
        .themevale_service .service-item .title {
          height: 24px;
          overflow: hidden; } }
    .themevale_service .service-item .service-wrapper .item-image {
      display: inline-block;
      margin-right: 8px;
      position: relative;
      top: 2px; }
      @media (max-width: 1024px) {
        .themevale_service .service-item .service-wrapper .item-image {
          top: 2px; } }
      @media (max-width: 768px) {
        .themevale_service .service-item .service-wrapper .item-image {
          top: 2px; } }
      @media (max-width: 480px) {
        .themevale_service .service-item .service-wrapper .item-image {
          top: 2px; } }
      .themevale_service .service-item .service-wrapper .item-image i {
        font-size: 20px;
        color: #464646; }
  .themevale_service .slick-arrow {
    width: 27px;
    height: 29px;
    fill: black; }
  @media (min-width: 551px) {
    .themevale_service .service-item.slick-active + .service-item.slick-active:before {
      top: 0;
      left: 0;
      bottom: 0;
      width: 1px;
      height: 100%;
      content: "";
      display: block;
      position: absolute;
      background-color: #ededed; } }
  @media (min-width: 993px) {
    .themevale_service {
      font-size: 0;
      display: block; }
      .themevale_service .service-item:last-child {
        border-right: none; }
      .themevale_service .service-item + .service-item:before {
        content: none !important; } }

/*--------  4.0 Home Product New And Feature  -----*/
.newProduct {
  background: #ffffff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  border-radius: 3px; }
  .newProduct .view_all {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
    .newProduct .view_all a {
      color: #2465c6;
      font-weight: bold; }
      .newProduct .view_all a svg {
        width: 9px;
        height: 9px;
        fill: #2465c6;
        transform: rotate(270deg);
        margin-left: 8px; }
  .newProduct .productGrid {
    box-shadow: none;
    margin: 0 -15px; }

.featured-home-product {
  background: #ffffff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  border-radius: 3px; }
  .featured-home-product .view_all {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
    .featured-home-product .view_all a {
      color: #2465c6;
      font-weight: bold; }
      .featured-home-product .view_all a svg {
        width: 9px;
        height: 9px;
        fill: #2465c6;
        transform: rotate(270deg);
        margin-left: 8px; }
  @media (max-width: 480px) {
    .featured-home-product .slick-slider {
      margin-bottom: 10px; } }
  @media (max-width: 480px) {
    .featured-home-product .productCarousel-slide {
      border-bottom: 1px solid #efefef; } }

/*--------  5.0 Recent Posts  -------*/
#home-recent-blog .view_all {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%); }
  #home-recent-blog .view_all a {
    color: #2465c6;
    font-weight: bold; }
    #home-recent-blog .view_all a svg {
      width: 9px;
      height: 9px;
      fill: #2465c6;
      transform: rotate(270deg);
      margin-left: 8px; }

#home-recent-blog .themevale_page-heading-wrapper {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding: 10px 0;
  background: #ffffff;
  margin-bottom: 30px;
  border-radius: 3px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07); }

#home-recent-blog .productCarousel {
  margin-bottom: 2px; }
  #home-recent-blog .productCarousel .slick-list {
    padding: 0; }
    @media (max-width: 551px) {
      #home-recent-blog .productCarousel .slick-list .banner-item {
        margin-bottom: 8px; } }
  @media (max-width: 992px) {
    #home-recent-blog .productCarousel .slick-dots {
      position: relative;
      padding-top: 2px;
      z-index: 10;
      bottom: 0px; } }
  @media (max-width: 480px) {
    #home-recent-blog .productCarousel .slick-dots {
      padding-top: 16px; } }

#home-recent-blog .themevale_blog-wrapper {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  margin-bottom: 25px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }
  @media (max-width: 551px) {
    #home-recent-blog .themevale_blog-wrapper {
      margin-bottom: 0px; } }

#home-recent-blog .themevale_banner-list {
  font-size: 0;
  vertical-align: top;
  margin-left: -30px;
  margin-right: -30px; }
  #home-recent-blog .themevale_banner-list .slick-dots {
    bottom: -10px;
    padding: 0; }
  #home-recent-blog .themevale_banner-list .banner-item {
    margin: 0;
    padding: 0 15px;
    vertical-align: top;
    display: inline-block;
    font-size: 1rem; }
    #home-recent-blog .themevale_banner-list .banner-item .themevale_blog-wrapper img {
      border-top-left-radius: 3px;
      border-top-right-radius: 3px; }
  @media (max-width: 1024px) {
    #home-recent-blog .themevale_banner-list {
      width: auto;
      display: block;
      margin-left: -8px;
      margin-right: -8px; }
      #home-recent-blog .themevale_banner-list .banner-item {
        padding: 0 8px; } }
  @media (max-width: 414px) {
    #home-recent-blog .themevale_banner-list .banner-item {
      width: 100%;
      margin-bottom: 30px; }
      #home-recent-blog .themevale_banner-list .banner-item.item-last {
        margin-bottom: 0; } }

#home-recent-blog .blog-content-bottom {
  position: relative;
  z-index: 10;
  padding: 0;
  text-align: left;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }
  #home-recent-blog .blog-content-bottom .content-top-blog {
    width: 80%;
    margin-top: -96px;
    padding-left: 20px; }
  #home-recent-blog .blog-content-bottom .content-bottom-blog {
    background: #ffffff;
    padding: 15px 15px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    #home-recent-blog .blog-content-bottom .content-bottom-blog a {
      color: #2465c6;
      font-size: 12px;
      font-weight: 400;
      text-transform: capitalize; }
      #home-recent-blog .blog-content-bottom .content-bottom-blog a svg {
        width: 9px;
        height: 9px;
        fill: #2465c6;
        transform: rotate(270deg);
        margin-right: 8px; }
  #home-recent-blog .blog-content-bottom .posted-by {
    color: #ffffff;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    padding-top: 15px;
    padding-bottom: 17px; }
    #home-recent-blog .blog-content-bottom .posted-by span:first-child {
      margin-right: 20px; }
    #home-recent-blog .blog-content-bottom .posted-by span svg {
      margin-right: 8px;
      position: relative;
      top: -2px; }
    @media (max-width: 768px) {
      #home-recent-blog .blog-content-bottom .posted-by {
        padding-top: 15px;
        line-height: 10px;
        padding-bottom: 7px; } }
  #home-recent-blog .blog-content-bottom .blog-title {
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    color: #ffffff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600; }
    @media (max-width: 330px) {
      #home-recent-blog .blog-content-bottom .blog-title {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical; } }
  #home-recent-blog .blog-content-bottom p {
    line-height: 20px;
    letter-spacing: 0;
    margin-top: 5px;
    margin-bottom: 10px; }

/*--------  6.0 Sitemap page  -------*/
.contentSitemap {
  margin: 0;
  display: block; }
  .contentSitemap ul {
    list-style: none;
    margin-left: 0; }
  .contentSitemap > li {
    border-radius: 0px;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 0 20px 0 0; }
    .contentSitemap > li > ul {
      padding: 0px;
      padding-top: 0px; }
    .contentSitemap > li > ul > li > a {
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 0;
      color: #28a629; }
    .contentSitemap > li > ul > li > ul {
      padding: 0px 30px;
      padding-top: 0px; }
      .contentSitemap > li > ul > li > ul > li > a {
        font-size: 12px;
        font-weight: 400; }
      .contentSitemap > li > ul > li > ul > li > ul {
        padding: 0px 30px;
        padding-top: 0px; }
        .contentSitemap > li > ul > li > ul > li > ul > li > a {
          font-size: 12px;
          font-weight: 400;
          color: #585858; }
    .contentSitemap > li:last-child li a {
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 0;
      color: #585858; }
  .contentSitemap h3 {
    margin-top: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    letter-spacing: 0;
    text-transform: uppercase;
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    color: #28a629;
    border-bottom: 1px solid #ececec; }
  .contentSitemap a {
    padding: 6px 0;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    display: inline-block;
    vertical-align: top;
    text-transform: capitalize; }

/*--------  7.0 page 404  -----------*/
.themevale_404 .page-404 {
  color: #28a629;
  line-height: 1;
  font-size: 100px;
  font-weight: 700;
  margin: 0;
  font-family: "Arimo", Arial, Helvetica, sans-serif; }

.themevale_404 .page-heading {
  color: #28a629;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 20px;
  font-family: "Arimo", Arial, Helvetica, sans-serif; }

.themevale_404 .search-page {
  margin-top: 30px; }
  .themevale_404 .search-page .form-prefixPostfix {
    display: block;
    max-width: 770px;
    margin-left: auto;
    margin-right: auto; }
    .themevale_404 .search-page .form-prefixPostfix .form-input {
      width: 100%;
      display: block; }
    .themevale_404 .search-page .form-prefixPostfix .button {
      width: 180px;
      margin-left: 0;
      margin-top: 20px;
      display: inline-block; }

@media (min-width: 415px) {
  .themevale_404 .page-404 {
    font-size: 150px;
    margin: 0 0 10px 0; } }

@media (min-width: 993px) {
  .themevale_404 .page-404 {
    font-size: 200px; }
  .themevale_404 .page-heading {
    font-size: 40px;
    margin-bottom: 40px; }
  .themevale_404 .search-page {
    margin-top: 50px; }
    .themevale_404 .search-page .form-prefixPostfix .button {
      width: 220px; } }

.themevale_403 .search-page {
  margin-top: 30px; }
  .themevale_403 .search-page .form-prefixPostfix {
    display: block;
    max-width: 770px;
    margin-left: auto;
    margin-right: auto; }
    .themevale_403 .search-page .form-prefixPostfix .form-input {
      width: 100%;
      display: block; }
    .themevale_403 .search-page .form-prefixPostfix .button {
      width: 180px;
      margin-left: 0;
      margin-top: 20px;
      display: inline-block; }

@media (min-width: 993px) {
  .themevale_403 .search-page {
    margin-top: 50px; }
    .themevale_403 .search-page .form-prefixPostfix .button {
      width: 220px; } }

/*--------  8.0 Contact Page  ---------*/
.themevale_contact-us {
  background: #ffffff;
  padding: 30px 20px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07); }
  .themevale_contact-us .desciption-page {
    margin-bottom: 15px; }
    .themevale_contact-us .desciption-page p:last-child {
      margin-bottom: 0; }

.themevale_form {
  width: 100%;
  float: left;
  margin-bottom: 50px; }
  @media (min-width: 768px) {
    .themevale_form {
      margin-bottom: 0;
      width: 50%;
      padding-right: 25px; } }
  @media (min-width: 1025px) {
    .themevale_form {
      width: 75%;
      padding-right: 45px; } }
  @media (min-width: 1281px) {
    .themevale_form {
      width: 45%;
      padding-right: 85px; } }
  .themevale_form .form-field {
    width: 100%; }
    .themevale_form .form-field input.form-input {
      height: 38px; }
  .themevale_form .form-actions {
    text-align: left; }
    .themevale_form .form-actions .button {
      padding: 6px 43px; }

.themevale_location {
  width: 100%;
  float: left; }
  @media (min-width: 768px) {
    .themevale_location {
      float: right;
      width: 50%;
      padding-left: 25px; } }
  @media (min-width: 1025px) {
    .themevale_location {
      width: 25%;
      padding-left: 45px; } }
  @media (min-width: 1281px) {
    .themevale_location {
      width: 55%; } }
  .themevale_location a {
    color: #2465c6; }
    .themevale_location a:hover, .themevale_location a:focus {
      color: #2465c6; }
  .themevale_location p {
    margin-bottom: 30px; }
  .themevale_location .content p {
    margin-bottom: 0;
    font-weight: bold; }
  .themevale_location .title {
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    color: #000000;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 14px; }
  .themevale_location .title-h4 {
    margin: 0 0 12px;
    font-size: 13px;
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    color: #000000;
    font-weight: 400; }
  .themevale_location .sub-title {
    font-weight: bold;
    margin-bottom: 12px; }
  .themevale_location .store-address + .store-email,
  .themevale_location > .content + .content {
    margin-top: 15px; }
  @media (min-width: 801px) {
    .themevale_location .title {
      font-size: 14px; }
    .themevale_location .store-address + .store-email {
      margin-top: 20px; }
    .themevale_location > .content + .content {
      padding-top: 5px; } }

.themevale_map {
  margin-bottom: 10px; }

.page-heading.contact-title {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 40px; }

/*--------  9.0 Custom CSS  ---------*/
/*Halo Advanced Image Swap*/
.product [data-product-option-change] > div[data-product-attribute="swatch"], .product_editor [data-product-option-change] > div[data-product-attribute="swatch"] {
  text-align: center;
  margin-bottom: 10px; }
  .product [data-product-option-change] > div[data-product-attribute="swatch"] .form-radio:checked + .form-option, .product_editor [data-product-option-change] > div[data-product-attribute="swatch"] .form-radio:checked + .form-option {
    -moz-box-shadow: 0px 0px 1px 0px #aaa;
    -webkit-box-shadow: 0px 0px 1px 0px #aaa;
    box-shadow: 0px 0px 1px 0px #aaa; }
  .product [data-product-option-change] > div[data-product-attribute="swatch"] .form-radio:focus + .form-option, .product [data-product-option-change] > div[data-product-attribute="swatch"] .form-option.active, .product_editor [data-product-option-change] > div[data-product-attribute="swatch"] .form-radio:focus + .form-option, .product_editor [data-product-option-change] > div[data-product-attribute="swatch"] .form-option.active {
    border: 1px solid #3e3a3a; }
    @media (min-width: 1025px) {
      .product [data-product-option-change] > div[data-product-attribute="swatch"] .form-radio:focus + .form-option, .product [data-product-option-change] > div[data-product-attribute="swatch"] .form-option.active, .product_editor [data-product-option-change] > div[data-product-attribute="swatch"] .form-radio:focus + .form-option, .product_editor [data-product-option-change] > div[data-product-attribute="swatch"] .form-option.active {
        box-shadow: 0 0 1px 1px #3e3a3a !important;
        -moz-box-shadow: 0 0 1px 1px #3e3a3a !important;
        -webkit-box-shadow: 0 0 1px 1px #3e3a3a !important;
        border: none; } }
  .product [data-product-option-change] > div[data-product-attribute="swatch"] .form-option > span, .product_editor [data-product-option-change] > div[data-product-attribute="swatch"] .form-option > span {
    margin: 0;
    width: 22px;
    height: 22px;
    background-size: cover; }
  .product [data-product-option-change] > div[data-product-attribute="swatch"] .showmore, .product_editor [data-product-option-change] > div[data-product-attribute="swatch"] .showmore {
    font-size: 12px;
    margin-left: 2px;
    font-family: Poppins,Arial,Helvetica,sans-serif;
    font-weight: 500;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1; }
  .product [data-product-option-change] > div[data-product-attribute="swatch"] .form-option, .product [data-product-option-change] > div[data-product-attribute="swatch"] .form-radio, .product_editor [data-product-option-change] > div[data-product-attribute="swatch"] .form-option, .product_editor [data-product-option-change] > div[data-product-attribute="swatch"] .form-radio {
    width: 22px;
    height: 22px;
    border-radius: 3px;
    overflow: hidden;
    margin: 0 2.5px 0 2.5px;
    cursor: pointer;
    -moz-box-shadow: 0px 0px 1px 0px #aaa;
    -webkit-box-shadow: 0px 0px 1px 0px #aaa;
    box-shadow: 0px 0px 1px 0px #aaa; }
    .product [data-product-option-change] > div[data-product-attribute="swatch"] .form-option > span, .product [data-product-option-change] > div[data-product-attribute="swatch"] .form-radio > span, .product_editor [data-product-option-change] > div[data-product-attribute="swatch"] .form-option > span, .product_editor [data-product-option-change] > div[data-product-attribute="swatch"] .form-radio > span {
      margin: 0;
      width: 100%;
      height: 100%;
      border-radius: 0;
      background-size: contain;
      cursor: pointer;
      background-position: center; }

.product .card_optionImage, .product_editor .card_optionImage {
  margin-top: 5px;
  position: absolute;
  bottom: -7px;
  width: 100%;
  text-align: center; }

.page-type-wishlist .product .card_optionImage {
  margin-top: 5px;
  position: absolute;
  bottom: -10px;
  width: 100%;
  text-align: center; }

.page-type-wishlist .productGrid > li.product > .card {
  margin-bottom: 10px; }

.slick-slide {
  outline: none; }

.page-type-account_orderstatus .pagination-list {
  display: block; }
  .page-type-account_orderstatus .pagination-list .pagination-item .pagination-link {
    height: auto; }

.page-type-login .themevale_middleHeader .middleHeader-item .account-icon {
  pointer-events: none; }

#account-mobile .themevale_MobileContent ul {
  padding-top: 0; }
  #account-mobile .themevale_MobileContent ul li {
    border-top: none;
    width: 100%; }
    #account-mobile .themevale_MobileContent ul li .navPage-subMenu-title {
      background: #ffffff;
      padding: 10px 20px;
      margin-bottom: 12px;
      color: #000000;
      border-bottom: 1px solid #dddddd; }
      #account-mobile .themevale_MobileContent ul li .navPage-subMenu-title .text {
        font-size: 13px;
        font-weight: 600;
        font-family: "Arimo", 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; }
        #account-mobile .themevale_MobileContent ul li .navPage-subMenu-title .text svg {
          margin-right: 10px;
          width: 15px;
          height: 15px;
          display: inline-block;
          vertical-align: middle;
          margin-top: -1px;
          fill: #000000; }
    #account-mobile .themevale_MobileContent ul li a {
      padding: 10px 20px;
      font-weight: 400;
      letter-spacing: 0;
      text-transform: capitalize;
      color: #000000; }
      #account-mobile .themevale_MobileContent ul li a strong {
        font-weight: 500;
        text-decoration: underline; }
    #account-mobile .themevale_MobileContent ul li .login-content {
      padding: 0 20px 20px 20px; }
      #account-mobile .themevale_MobileContent ul li .login-content .login-intro {
        color: #a3a3a3;
        margin-bottom: 14px;
        font-size: 12px; }
      #account-mobile .themevale_MobileContent ul li .login-content .login-form {
        margin-bottom: 0; }
        #account-mobile .themevale_MobileContent ul li .login-content .login-form .form-field {
          margin-bottom: 15px; }
          #account-mobile .themevale_MobileContent ul li .login-content .login-form .form-field + .form-field {
            margin-bottom: 10px; }
          #account-mobile .themevale_MobileContent ul li .login-content .login-form .form-field .form-label {
            margin-bottom: 5px; }
        #account-mobile .themevale_MobileContent ul li .login-content .login-form .form-actions {
          margin-top: 0; }
          #account-mobile .themevale_MobileContent ul li .login-content .login-form .form-actions .forgot-password {
            margin-top: 0;
            margin-bottom: 10px;
            font-size: 12px;
            padding: 0; }
          #account-mobile .themevale_MobileContent ul li .login-content .login-form .form-actions .button {
            width: 100%;
            max-width: 100%;
            margin-left: 0;
            padding: 8px 15px; }
    #account-mobile .themevale_MobileContent ul li .new-customer {
      padding: 12px 20px 20px 20px;
      background: #fff;
      border-top: 1px solid #f0f0f0; }
      #account-mobile .themevale_MobileContent ul li .new-customer .new-customer-intro {
        margin-bottom: 12px;
        color: #a3a3a3;
        font-size: 12px; }
      #account-mobile .themevale_MobileContent ul li .new-customer .button {
        margin-top: 0;
        width: 100%;
        padding: 8px 15px;
        color: #ffffff; }

.wrapper-brands1:hover .slick-arrow {
  display: block; }

.wrapper-brands1 .slick-arrow {
  display: none; }

#homeNewProducts .productCarousel .slick-list {
  padding-bottom: 5px; }

@media (max-width: 768px) {
  #home-top-banner-trending {
    padding-bottom: 15px; } }

#home-top-banner-trending .trending-blog-list {
  font-size: 0;
  display: block;
  margin-left: -8px;
  margin-right: -8px; }
  @media (min-width: 1025px) {
    #home-top-banner-trending .trending-blog-list {
      margin-left: -15px;
      margin-right: -15px; } }
  #home-top-banner-trending .trending-blog-list .blog-item {
    width: 100%;
    padding: 0 8px;
    vertical-align: top;
    display: inline-block;
    font-size: 1rem;
    padding: 0px 15px 5px 15px; }
    @media (min-width: 768px) {
      #home-top-banner-trending .trending-blog-list .blog-item {
        width: 33.33%;
        float: left; } }
    @media (min-width: 1025px) {
      #home-top-banner-trending .trending-blog-list .blog-item {
        padding: 0px 15px 5px 15px; } }

#home-top-banner-trending .trending-blog {
  display: block;
  text-align: center;
  position: relative; }
  #home-top-banner-trending .trending-blog .wrapper-image {
    display: block;
    overflow: hidden;
    position: relative;
    background-color: #fafafa; }
    #home-top-banner-trending .trending-blog .wrapper-image a {
      display: block;
      text-align: center; }
      #home-top-banner-trending .trending-blog .wrapper-image a img {
        transition: 1s ease 0s;
        -webkit-transition: 1s ease 0s;
        -moz-transition: 1s ease 0s;
        -ms-transition: 1s ease 0s;
        margin: 0 auto; }
    #home-top-banner-trending .trending-blog .wrapper-image .head-content {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      background: #ffffff;
      padding-top: 45px; }
      #home-top-banner-trending .trending-blog .wrapper-image .head-content .heading-wrapper {
        background: #fff;
        padding: 16px 20px;
        width: 94%;
        margin: 0 auto;
        position: absolute;
        top: 0;
        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%); }
        @media (min-width: 1200px) {
          #home-top-banner-trending .trending-blog .wrapper-image .head-content .heading-wrapper {
            width: 75%; } }
    #home-top-banner-trending .trending-blog .wrapper-image:hover img {
      transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1); }
  #home-top-banner-trending .trending-blog .wrapper-content {
    position: relative;
    padding: 0;
    margin-top: -40px;
    padding-bottom: 28px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1); }
    #home-top-banner-trending .trending-blog .wrapper-content .head-content {
      background: #fff;
      max-width: 80%;
      margin: 0 auto;
      padding: 15px 0; }
      #home-top-banner-trending .trending-blog .wrapper-content .head-content .sub-heading {
        font-family: "Arimo", Arial, Helvetica, sans-serif;
        color: #585858;
        font-weight: bold;
        font-size: 12px;
        line-height: 20px;
        margin: 0;
        margin-bottom: 15px; }
      #home-top-banner-trending .trending-blog .wrapper-content .head-content h3 {
        color: #141414;
        font-family: "Arimo", Arial, Helvetica, sans-serif;
        letter-spacing: 0;
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 8px;
        padding: 0 10px;
        margin-top: 0;
        text-transform: uppercase; }
        @media (max-width: 1024px) {
          #home-top-banner-trending .trending-blog .wrapper-content .head-content h3 {
            font-size: 24px; } }
        @media (max-width: 768px) {
          #home-top-banner-trending .trending-blog .wrapper-content .head-content h3 {
            font-size: 20px; } }
    #home-top-banner-trending .trending-blog .wrapper-content .big-button {
      font-family: "Arimo", Arial, Helvetica, sans-serif;
      font-size: 13px;
      color: #000000;
      letter-spacing: 0;
      text-transform: uppercase;
      font-weight: 600; }
    #home-top-banner-trending .trending-blog .wrapper-content .text {
      line-height: 20px;
      padding: 0 15px 20px 15px;
      margin: 0; }

#home-brand {
  padding: 0; }
  #home-brand .wrapper-brands1 {
    padding: 30px 0 25px 0;
    background: #ffffff;
    height: 81px;
    border-radius: 3px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
    -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07); }
    #home-brand .wrapper-brands1:hover .slick-arrow {
      display: block !important; }
  #home-brand .slick-arrow {
    fill: black;
    top: 10px;
    display: none !important; }
    @media (max-width: 480px) {
      #home-brand .slick-arrow {
        display: none !important; } }
    #home-brand .slick-arrow.slick-prev {
      left: -20px; }
    #home-brand .slick-arrow.slick-next {
      right: -20px; }
  #home-brand .slick-list .slick-slide img {
    width: auto;
    margin: 0 auto; }

.page-type-compare .card:before {
  content: none; }

#sideTopSellers .productCarousel .slick-list, #sideTopSellers1 .productCarousel .slick-list {
  padding: 0;
  z-index: 1; }

/*Gift Certificates*/
@media (min-width: 551px) and (max-width: 768px) {
  .page-type-giftcertificates_redeem .navBar--sub .navBar-item, .page-type-giftcertificates_balance .navBar--sub .navBar-item, .page-type-giftcertificates .navBar--sub .navBar-item {
    min-width: 260px;
    display: inline-block; } }

.page-type-giftcertificates_redeem .navBar--sub .navBar-item a, .page-type-giftcertificates_redeem .navBar--sub .navBar-item span, .page-type-giftcertificates_balance .navBar--sub .navBar-item a, .page-type-giftcertificates_balance .navBar--sub .navBar-item span, .page-type-giftcertificates .navBar--sub .navBar-item a, .page-type-giftcertificates .navBar--sub .navBar-item span {
  font-size: 12px;
  letter-spacing: 0;
  font-weight: 600;
  color: #808080;
  text-transform: capitalize; }

.page-type-giftcertificates_redeem .navBar--sub .navBar-item.is-active, .page-type-giftcertificates_balance .navBar--sub .navBar-item.is-active, .page-type-giftcertificates .navBar--sub .navBar-item.is-active {
  background-color: #ffffff;
  border-bottom: none;
  color: #000000;
  font-weight: 600; }
  .page-type-giftcertificates_redeem .navBar--sub .navBar-item.is-active span, .page-type-giftcertificates_balance .navBar--sub .navBar-item.is-active span, .page-type-giftcertificates .navBar--sub .navBar-item.is-active span {
    color: #000000;
    border-bottom: 0;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: 0;
    font-size: 12px; }

.page-type-giftcertificates_redeem .gift-certificate-form, .page-type-giftcertificates_balance .gift-certificate-form, .page-type-giftcertificates .gift-certificate-form {
  margin-bottom: 5px; }
  .page-type-giftcertificates_redeem .gift-certificate-form .form-field-group, .page-type-giftcertificates_balance .gift-certificate-form .form-field-group, .page-type-giftcertificates .gift-certificate-form .form-field-group {
    margin-top: 2px; }
  .page-type-giftcertificates_redeem .gift-certificate-form .form-label, .page-type-giftcertificates_balance .gift-certificate-form .form-label, .page-type-giftcertificates .gift-certificate-form .form-label {
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 12px;
    color: #000000; }
  .page-type-giftcertificates_redeem .gift-certificate-form .color-blue, .page-type-giftcertificates_balance .gift-certificate-form .color-blue, .page-type-giftcertificates .gift-certificate-form .color-blue {
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #464646;
    line-height: 22px; }
  .page-type-giftcertificates_redeem .gift-certificate-form .form-field, .page-type-giftcertificates_balance .gift-certificate-form .form-field, .page-type-giftcertificates .gift-certificate-form .form-field {
    margin-bottom: 20px; }

.gift-content {
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07); }

.themevale_account .card-compare {
  display: none !important; }

.themevale_account .productGrid > li > form {
  text-align: center; }

/*Order User*/
.page-type-account_orderstatus .body .themevale_container, .page-type-account_inbox .body .themevale_container, .page-type-account_addressbook .body .themevale_container, .page-type-wishlists .body .themevale_container, .page-type-account_recentitems .body .themevale_container, .page-type-editaccount .body .themevale_container {
  background: #ffffff;
  padding-right: 0;
  padding-left: 0; }
  @media (min-width: 1231px) {
    .page-type-account_orderstatus .body .themevale_container, .page-type-account_inbox .body .themevale_container, .page-type-account_addressbook .body .themevale_container, .page-type-wishlists .body .themevale_container, .page-type-account_recentitems .body .themevale_container, .page-type-editaccount .body .themevale_container {
      max-width: 1170px; } }
  .page-type-account_orderstatus .body .themevale_container .themevale_account, .page-type-account_inbox .body .themevale_container .themevale_account, .page-type-account_addressbook .body .themevale_container .themevale_account, .page-type-wishlists .body .themevale_container .themevale_account, .page-type-account_recentitems .body .themevale_container .themevale_account, .page-type-editaccount .body .themevale_container .themevale_account {
    box-shadow: none; }

.page-type-account_orderstatus .navBar--sub .navBar-item a, .page-type-account_orderstatus .navBar--sub .navBar-item span, .page-type-account_inbox .navBar--sub .navBar-item a, .page-type-account_inbox .navBar--sub .navBar-item span, .page-type-account_addressbook .navBar--sub .navBar-item a, .page-type-account_addressbook .navBar--sub .navBar-item span, .page-type-wishlists .navBar--sub .navBar-item a, .page-type-wishlists .navBar--sub .navBar-item span, .page-type-account_recentitems .navBar--sub .navBar-item a, .page-type-account_recentitems .navBar--sub .navBar-item span, .page-type-editaccount .navBar--sub .navBar-item a, .page-type-editaccount .navBar--sub .navBar-item span {
  font-size: 12px;
  letter-spacing: .02em;
  font-weight: 600;
  color: #808080;
  text-transform: capitalize; }

.page-type-account_orderstatus .navBar--sub .navBar-item.is-active, .page-type-account_inbox .navBar--sub .navBar-item.is-active, .page-type-account_addressbook .navBar--sub .navBar-item.is-active, .page-type-wishlists .navBar--sub .navBar-item.is-active, .page-type-account_recentitems .navBar--sub .navBar-item.is-active, .page-type-editaccount .navBar--sub .navBar-item.is-active {
  background-color: #ffffff;
  border-bottom: none; }
  .page-type-account_orderstatus .navBar--sub .navBar-item.is-active span, .page-type-account_inbox .navBar--sub .navBar-item.is-active span, .page-type-account_addressbook .navBar--sub .navBar-item.is-active span, .page-type-wishlists .navBar--sub .navBar-item.is-active span, .page-type-account_recentitems .navBar--sub .navBar-item.is-active span, .page-type-editaccount .navBar--sub .navBar-item.is-active span {
    color: #232323;
    border-bottom: 0;
    text-transform: capitalize;
    font-weight: 600;
    letter-spacing: .02em;
    font-size: 12px;
    border-bottom: 1px solid #d0d9d9;
    opacity: 1; }

@media (max-width: 1024px) {
  .page-type-account_orderstatus .navBar--sub .navBar-section .navBar-item.is-active, .page-type-account_inbox .navBar--sub .navBar-section .navBar-item.is-active, .page-type-account_addressbook .navBar--sub .navBar-section .navBar-item.is-active, .page-type-wishlists .navBar--sub .navBar-section .navBar-item.is-active, .page-type-account_recentitems .navBar--sub .navBar-section .navBar-item.is-active, .page-type-editaccount .navBar--sub .navBar-section .navBar-item.is-active {
    padding: 7px 42px;
    border: 0;
    border-right: 1px solid #f5f5f5;
    border-left: 0;
    font-weight: 600;
    color: #000000; }
  .page-type-account_orderstatus .navBar--sub .navBar-section .navBar-item:first-child.is-active, .page-type-account_inbox .navBar--sub .navBar-section .navBar-item:first-child.is-active, .page-type-account_addressbook .navBar--sub .navBar-section .navBar-item:first-child.is-active, .page-type-wishlists .navBar--sub .navBar-section .navBar-item:first-child.is-active, .page-type-account_recentitems .navBar--sub .navBar-section .navBar-item:first-child.is-active, .page-type-editaccount .navBar--sub .navBar-section .navBar-item:first-child.is-active {
    border-right: 1px solid #f5f5f5;
    border-left: 0; }
  .page-type-account_orderstatus .navBar--sub .navBar-section .navBar-item:first-child > a, .page-type-account_inbox .navBar--sub .navBar-section .navBar-item:first-child > a, .page-type-account_addressbook .navBar--sub .navBar-section .navBar-item:first-child > a, .page-type-wishlists .navBar--sub .navBar-section .navBar-item:first-child > a, .page-type-account_recentitems .navBar--sub .navBar-section .navBar-item:first-child > a, .page-type-editaccount .navBar--sub .navBar-section .navBar-item:first-child > a {
    border-right: 1px solid #f5f5f5; }
  .page-type-account_orderstatus .navBar--sub .navBar-item .navBar-action, .page-type-account_inbox .navBar--sub .navBar-item .navBar-action, .page-type-account_addressbook .navBar--sub .navBar-item .navBar-action, .page-type-wishlists .navBar--sub .navBar-item .navBar-action, .page-type-account_recentitems .navBar--sub .navBar-item .navBar-action, .page-type-editaccount .navBar--sub .navBar-item .navBar-action {
    border-left: 0; }
  .page-type-account_orderstatus .navBar--sub .navBar-section .navBar-item:last-child.is-active, .page-type-account_inbox .navBar--sub .navBar-section .navBar-item:last-child.is-active, .page-type-account_addressbook .navBar--sub .navBar-section .navBar-item:last-child.is-active, .page-type-wishlists .navBar--sub .navBar-section .navBar-item:last-child.is-active, .page-type-account_recentitems .navBar--sub .navBar-section .navBar-item:last-child.is-active, .page-type-editaccount .navBar--sub .navBar-section .navBar-item:last-child.is-active {
    border-right: 0; } }

/*=====  End of www.themevale.com  ======*/
.blog {
  margin: auto;
  width: 100%;
  max-width: 100%;
  padding: 30px 229px;
  background: #ffffff; }
  @media (max-width: 1024px) {
    .blog {
      padding: 30px 30px; } }
  .blog + .blog {
    border-top: 1px dotted #dbdddd;
    padding-top: 30px; }
  .blog .tags {
    margin-top: 20px;
    text-align: left; }
    .blog .tags li a {
      background: #f5f5f5;
      font-size: 12px;
      color: #808080;
      margin-right: 10px;
      border-radius: 3px; }
  .blog .socialLinks {
    text-align: left; }
  .blog .addthis_toolbox {
    margin-top: 20px; }
  @media (min-width: 551px) {
    .blog .tags {
      margin-top: 33px; }
    .blog .addthis_toolbox {
      margin-top: 20px; }
    .blog + .blog {
      margin-top: 0;
      padding-top: 35px; } }

.blog-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin: 0 0 7px 0;
  font-family: "Arimo", Arial, Helvetica, sans-serif; }
  .blog-title a {
    text-decoration: none;
    color: #2465c6; }
  @media (min-width: 551px) {
    .blog-title {
      font-size: 16px;
      margin: 0 0 10px 0; } }

.blog-date,
.blog-author {
  margin: 0;
  color: #808080;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0; }

.blog-author {
  margin-bottom: 2.5rem; }

.blog-post {
  text-align: left;
  line-height: 22px;
  font-size: 12px;
  margin-bottom: 0; }
  .blog-post > a {
    border-bottom: 1px solid #b7b7b7; }
  .blog-post h1, .blog-post h2, .blog-post h3, .blog-post h4, .blog-post h5, .blog-post h6 {
    font-weight: 600;
    color: black;
    font-size: 12px;
    margin-bottom: 6px;
    margin-top: 30px; }
  .blog-post h5, .blog-post h6 {
    text-transform: capitalize;
    margin-bottom: 10px; }
  .blog-post blockquote {
    font-size: 12px;
    line-height: 22px;
    padding: 15px;
    margin-bottom: 2.25rem;
    background: #fafafa;
    font-style: italic; }
  .blog-post .quote-blog {
    background: #fafafa;
    padding-left: 15px;
    padding-top: 15px;
    margin-top: 18px;
    margin-bottom: 0; }
  .blog-post ol {
    margin-left: 27px;
    padding-top: 3px;
    padding-bottom: 2px; }
  .blog-post ul {
    margin-left: 27px;
    padding-top: 3px;
    padding-bottom: 2px; }
  .blog-post ul.style-number {
    list-style-type: decimal; }
  .blog-post p:last-child {
    margin-bottom: 26px; }
  @media (min-width: 801px) {
    .blog-post blockquote {
      padding: 30px 30px 30px 70px; }
      .blog-post blockquote q {
        position: relative;
        quotes: "“" " "; }
        .blog-post blockquote q:before {
          top: 15px;
          left: -30px;
          color: #979797;
          font-size: 60px;
          line-height: 20px;
          position: absolute; } }
  @media (min-width: 1261px) {
    .blog-post blockquote {
      line-height: 20px;
      padding-left: 15px;
      padding-top: 10px;
      padding-bottom: 20px;
      margin-bottom: 35px;
      margin-top: 0px; } }
  @media (max-width: 800px) {
    .blog-post blockquote q:before, .blog-post blockquote q:after {
      content: none; } }

.blog-thumbnail {
  margin: 0;
  position: relative; }
  .blog-thumbnail > a {
    position: relative;
    display: inline-block; }
  @media (min-width: 1025px) {
    .blog-thumbnail > a:before {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      content: "";
      width: 100%;
      height: 100%;
      transform: scale(0);
      position: absolute;
      transition: transform 0.4s ease 0s;
      background-color: rgba(0, 0, 0, 0.1); }
    .blog-thumbnail > a:hover:before {
      transform: scale(1); } }

.blog-post-figure {
  display: block;
  margin: auto;
  text-align: center; }
  .blog-post-figure + .blog-post-body {
    margin-top: 20px; }
  @media (min-width: 551px) {
    .blog-post-figure + .blog-post-body {
      margin-top: 25px; } }

.blog-post-body {
  display: block;
  margin: 0 auto;
  text-align: left;
  width: 100%; }
  .blog-post-body + .blog-post-figure {
    margin-top: 20px; }
  @media (min-width: 551px) {
    .blog-post-body + .blog-post-figure {
      margin-top: 25px; } }

.page-type-blog .blog-post {
  text-align: left;
  color: #585858;
  letter-spacing: 0;
  font-size: 12px; }

.page-type-blog .pagination .item-page {
  display: none; }

#faceted-blog-container #sideRecentPosts {
  border: 3px solid #eaeaea;
  border-radius: 3px;
  padding: 15px;
  padding-bottom: 5px; }
  #faceted-blog-container #sideRecentPosts h5 {
    margin-top: 0;
    border-bottom: 1px dotted #dbdddd; }
    @media (max-width: 1024px) {
      #faceted-blog-container #sideRecentPosts h5 {
        padding-bottom: 9px;
        margin-bottom: 15px; } }
  #faceted-blog-container #sideRecentPosts > ul {
    margin: 0;
    padding: 0; }
    #faceted-blog-container #sideRecentPosts > ul > li {
      border-bottom: 1px dotted #dbdddd; }
      #faceted-blog-container #sideRecentPosts > ul > li > a {
        line-height: 20px;
        padding-bottom: 10px;
        padding-top: 10px;
        color: #006fb4; }
    #faceted-blog-container #sideRecentPosts > ul > li:nth-child(1) > a {
      padding-top: 0px; }
    #faceted-blog-container #sideRecentPosts > ul > li:nth-child(4) {
      border: 0; }

@media (max-width: 1024px) {
  #faceted-blog-container {
    width: 100%; } }

@media (max-width: 1024px) {
  #faceted-blog-container ~ main.page-content {
    width: 100%; } }

.readmore {
  margin-top: 15px;
  margin-bottom: 25px; }
  .readmore > a {
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    color: #2465c6;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: 600;
    padding: 8px 0;
    letter-spacing: 0;
    border: none; }
    .readmore > a svg {
      width: 9px;
      height: 9px;
      fill: #2465c6;
      transform: rotate(270deg);
      margin-right: 8px; }
  .readmore > i {
    font-size: 10px;
    margin-right: 8px; }

@media (max-width: 1024px) {
  .page-type-blog .themevale_sidebar-mobile-wrapper > .item {
    padding-left: 0px; } }

.page-type-blog .blog .socialLinks {
  display: none; }

.page-type-blog .page {
  padding: 0px 0 100px; }
  .page-type-blog .page .side-module-heading {
    margin-top: 0;
    color: black;
    font-size: 16px;
    letter-spacing: 0;
    font-weight: 600;
    border-bottom: 3px solid #e3e9e9;
    padding-bottom: 9px;
    position: relative;
    margin-bottom: 15px;
    text-transform: unset; }
  .page-type-blog .page .themevale_products-filter.themevale_sidebar-mobile-wrapper {
    margin-bottom: 0; }
    @media (max-width: 1024px) {
      .page-type-blog .page .themevale_products-filter.themevale_sidebar-mobile-wrapper {
        margin-bottom: 15px;
        background: transparent;
        padding: 0; } }
    @media (min-width: 1025px) {
      .page-type-blog .page .themevale_products-filter.themevale_sidebar-mobile-wrapper {
        background: transparent; } }

#sideTopSellers .productCarousel, #sideTopSellers1 .productCarousel {
  margin-bottom: 0;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  margin: 0 -0.75rem; }
  #sideTopSellers .productCarousel .productCarousel-slide, #sideTopSellers1 .productCarousel .productCarousel-slide {
    padding-left: 0;
    padding-right: 0;
    border: none; }
  #sideTopSellers .productCarousel .slick-arrow, #sideTopSellers1 .productCarousel .slick-arrow {
    width: 26px;
    height: 26px;
    z-index: 10;
    padding: 0px;
    background: transparent;
    border-radius: 50%;
    top: 126px;
    border: none;
    box-shadow: none; }
  #sideTopSellers .productCarousel .slick-dots li, #sideTopSellers1 .productCarousel .slick-dots li {
    display: inline-block; }
  @media (max-width: 1024px) {
    #sideTopSellers .productCarousel .slick-dots, #sideTopSellers1 .productCarousel .slick-dots {
      position: relative;
      padding-top: 2px;
      z-index: 10;
      bottom: -22px; } }
  @media (max-width: 480px) {
    #sideTopSellers .productCarousel .slick-dots, #sideTopSellers1 .productCarousel .slick-dots {
      position: absolute;
      bottom: -26px; } }

#sideTopSellers .card, #sideTopSellers1 .card {
  opacity: 0;
  visibility: hidden; }
  @media (min-width: 1025px) {
    #sideTopSellers .card, #sideTopSellers1 .card {
      padding: 0; } }
  #sideTopSellers .card .card-figure, #sideTopSellers1 .card .card-figure {
    padding: 0 25px; }
    #sideTopSellers .card .card-figure .wishlist, #sideTopSellers1 .card .card-figure .wishlist {
      left: 15px; }
  #sideTopSellers .card .card-body .card-detail, #sideTopSellers1 .card .card-body .card-detail {
    padding: 0 15px; }
  #sideTopSellers .card .card-actions, #sideTopSellers1 .card .card-actions {
    opacity: 1;
    visibility: visible;
    border-top: 1px solid #dddddd; }
    #sideTopSellers .card .card-actions a, #sideTopSellers1 .card .card-actions a {
      padding: 6px 15px;
      border-bottom-left-radius: 3px;
      border-bottom-right-radius: 3px;
      border-top-left-radius: 0;
      border-top-right-radius: 0;
      margin: 0;
      border: none;
      color: black;
      background: #fafafa; }
      @media (max-width: 1024px) {
        #sideTopSellers .card .card-actions a, #sideTopSellers1 .card .card-actions a {
          padding: 8px 15px; } }
  #sideTopSellers .card:hover .card-actions, #sideTopSellers1 .card:hover .card-actions {
    transform: none; }

#sideTopSellers .slick-slider .card, #sideTopSellers1 .slick-slider .card {
  opacity: 1;
  visibility: visible;
  padding-top: 0px; }
  @media (max-width: 1024px) {
    #sideTopSellers .slick-slider .card, #sideTopSellers1 .slick-slider .card {
      margin-bottom: 0; } }

#sideBannerImage, #sideBannerImage1 {
  border: none;
  background: transparent; }
  @media (max-width: 1024px) {
    #sideBannerImage, #sideBannerImage1 {
      text-align: center; } }
  #sideBannerImage > a > img, #sideBannerImage1 > a > img {
    object-fit: none; }

#sideCustomCMS {
  margin-bottom: 30px; }
  #sideCustomCMS .side-cms-content {
    padding: 20px 15px; }
    #sideCustomCMS .side-cms-content p {
      color: #2d2d2d;
      line-height: 20px;
      letter-spacing: 0;
      margin-bottom: 22px; }
    #sideCustomCMS .side-cms-content a {
      padding: 5px 36px;
      width: 100%;
      margin: 0;
      color: white;
      border: 1px solid rgba(0, 0, 255, 0);
      border: none;
      background: -moz-linear-gradient(top, #28a629 0, #28a629 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #28a629), color-stop(100%, #28a629));
      background: -webkit-linear-gradient(top, #28a629 0, #28a629 100%);
      background: -o-linear-gradient(top, #28a629 0, #28a629 100%);
      background: -ms-linear-gradient(top, #28a629 0, #28a629 100%);
      background: linear-gradient(to bottom, #28a629 0, #28a629 100%); }
      #sideCustomCMS .side-cms-content a:hover {
        color: black;
        border: 1px solid #a0a0a0;
        border: none;
        background: -moz-linear-gradient(top, #fdfdfe 0, #f7f7f7 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fdfdfe), color-stop(100%, #f7f7f7));
        background: -webkit-linear-gradient(top, #fdfdfe 0, #f7f7f7 100%);
        background: -o-linear-gradient(top, #fdfdfe 0, #f7f7f7 100%);
        background: -ms-linear-gradient(top, #fdfdfe 0, #f7f7f7 100%);
        background: linear-gradient(to bottom, #fdfdfe 0, #f7f7f7 100%); }

.page-type-blog .compare-link {
  display: none; }

.page-type-blog .page-content {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07); }

.page-type-blog_post .blog {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07); }

.page-sidebar {
  line-height: 24px; }
  .page-sidebar ul {
    margin: 0;
    list-style: none; }
    .page-sidebar ul > li {
      float: none;
      display: block;
      position: relative;
      line-height: 24px;
      margin-bottom: 3px; }
      .page-sidebar ul > li:last-child {
        margin-bottom: 0; }
      .page-sidebar ul > li.is-clicked > .navPages-action-wrapper > a {
        color: #006fb4; }
        .page-sidebar ul > li.is-clicked > .navPages-action-wrapper > a:before {
          position: absolute;
          content: "";
          width: 100%;
          height: 1px;
          background: #4c9aca;
          bottom: 12px;
          left: 0; }
      .page-sidebar ul > li > a {
        padding: 0;
        font-size: 12px;
        font-weight: 400;
        vertical-align: top;
        display: inline-block;
        text-transform: capitalize;
        color: #585858;
        letter-spacing: 0; }
        .page-sidebar ul > li > a:hover {
          color: #757575; }
      @media (min-width: 1025px) {
        .page-sidebar ul > li {
          line-height: 30px; } }
  .page-sidebar .accordion--navList ul > li > a {
    padding-left: 20px; }

.Shop-by-price .navList {
  padding: 10px 15px; }
  .Shop-by-price .navList .navList-item {
    margin-bottom: 0; }

.sidebarBlock, .accordion-block {
  border: 1px solid #c8c8c8;
  border-radius: 3px;
  background: #ffffff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07); }
  .sidebarBlock + .sidebarBlock, .accordion-block + .sidebarBlock {
    margin-top: 0px; }
  .sidebarBlock > ul, .accordion-block > ul {
    margin-top: 0;
    padding: 0; }

#sideAllCategories.is-open .sidebarBlock-heading {
  border-bottom: none; }

#sideAllCategories h5 {
  cursor: pointer; }
  #sideAllCategories h5 svg {
    width: 22px;
    height: 18px;
    float: right; }

#sideAllCategories .all-categories-list {
  display: block; }
  #sideAllCategories .all-categories-list.is-open {
    display: none; }

#sideShopByBrands ul {
  padding: 10px 0; }
  #sideShopByBrands ul li a {
    width: 100%;
    padding: 0 15px; }

#sideTopSellers .productCarousel:hover .slick-arrow, #sideTopSellers1 .productCarousel:hover .slick-arrow {
  display: block !important; }

#sideTopSellers .productCarousel .slick-arrow, #sideTopSellers1 .productCarousel .slick-arrow {
  fill: #000000;
  display: none !important; }
  @media (max-width: 1024px) {
    #sideTopSellers .productCarousel .slick-arrow, #sideTopSellers1 .productCarousel .slick-arrow {
      top: 50%;
      transform: translateY(-50%);
      display: block !important; } }

#sideTopSellers .productCarousel .slick-prev, #sideTopSellers1 .productCarousel .slick-prev {
  left: 15px; }

#sideTopSellers .productCarousel .slick-next, #sideTopSellers1 .productCarousel .slick-next {
  right: 15px; }

#sideTopSellers1 h5 svg {
  width: 11px;
  height: 18px;
  margin-right: 8px;
  color: #464646; }

.sidebarBlock-heading, .accordion-title {
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700 !important;
  padding: 9px 15px !important;
  margin: 0;
  text-transform: capitalize !important;
  border-bottom: 1px solid #dddddd;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  color: black;
  position: relative;
  box-shadow: none;
  border-radius: 0;
  margin-bottom: 10px; }
  .sidebarBlock-heading span, .accordion-title span {
    position: relative; }

.all-categories-list .navPages-item.current-cat.is-clicked > .icon-plus {
  transform: none; }

.all-categories-list {
  margin: 0;
  list-style: none; }
  .all-categories-list .navPages-item {
    margin: 0;
    float: none;
    display: block;
    line-height: 40px;
    position: relative;
    border-top: 1px solid #dbdddd; }
    .all-categories-list .navPages-item:first-child {
      border-top: 0; }
    .all-categories-list .navPages-item .navPages-action-wrapper {
      display: block;
      position: relative;
      cursor: pointer; }
    .all-categories-list .navPages-item.is-clicked > .navPages-action-wrapper > .icon-plus {
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
      .all-categories-list .navPages-item.is-clicked > .navPages-action-wrapper > .icon-plus svg {
        fill: #323332;
        stroke: #323332; }
    .all-categories-list .navPages-item a {
      padding: 0 15px;
      font-size: 12px;
      font-weight: bold;
      width: 100%;
      letter-spacing: 0;
      vertical-align: top;
      display: inline-block;
      text-transform: capitalize;
      color: black;
      position: relative; }
      .all-categories-list .navPages-item a:before {
        position: absolute;
        content: "";
        width: 0;
        height: 1px;
        bottom: 12px;
        left: 0;
        transition: all .3s ease; }
      .all-categories-list .navPages-item a:hover {
        color: #2465c6; }
        .all-categories-list .navPages-item a:hover:before {
          width: 100%; }
    .all-categories-list .navPages-item i {
      font-size: 16px;
      color: #cbcbcb; }
    .all-categories-list .navPages-item .icon-plus {
      top: 0;
      padding: 0 15px;
      right: -15px;
      width: 40px;
      height: 40px;
      display: block;
      cursor: pointer;
      line-height: 40px;
      position: absolute;
      transition: all .3s ease; }
      .all-categories-list .navPages-item .icon-plus svg {
        display: block;
        width: 100%;
        height: 100%;
        fill: #d2d2d2;
        stroke: #d2d2d2; }
    .all-categories-list .navPages-item:last-child {
      margin-bottom: 0; }
  .all-categories-list .dropdown-category-list {
    margin: 5px 0 0 0;
    display: none;
    list-style: none;
    overflow: hidden;
    padding-left: 0px; }
    .all-categories-list .dropdown-category-list.cat-expanded {
      display: block; }
    .all-categories-list .dropdown-category-list.navPages-level-2 .navPage-subMenu-item .navPages-action-wrapper > a {
      font-weight: 500; }
    .all-categories-list .dropdown-category-list.navPages-level-2 .navPage-subMenu-item > a {
      font-weight: 500; }
    .all-categories-list .dropdown-category-list.navPages-level-2 .navPage-subMenu-item.is-clicked .navPages-action-wrapper > a {
      color: inherit; }
      .all-categories-list .dropdown-category-list.navPages-level-2 .navPage-subMenu-item.is-clicked .navPages-action-wrapper > a:before {
        content: none; }
    .all-categories-list .dropdown-category-list .navPage-subMenu-item {
      width: 100%;
      float: none;
      display: block;
      position: relative;
      padding-left: 12px;
      padding-right: 0;
      line-height: 40px;
      border-top: 1px dotted #dbdddd;
      margin: 0; }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item.is-clicked > .navPages-action-wrapper > .icon-plus {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg); }
        .all-categories-list .dropdown-category-list .navPage-subMenu-item.is-clicked > .navPages-action-wrapper > .icon-plus svg {
          fill: #323332;
          stroke: #323332; }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item.current-cat > a {
        color: #006fb4; }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item a {
        font-family: "Arimo", Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: 400;
        color: #464646;
        transition: all 0.3s ease;
        text-transform: capitalize; }
        .all-categories-list .dropdown-category-list .navPage-subMenu-item a:hover {
          color: #006fb4; }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item .navPage-subMenu-action {
        margin: 0;
        width: auto;
        border: none;
        vertical-align: middle; }
    .all-categories-list .dropdown-category-list.navPages-level-2 .navPage-subMenu-item > a:before {
      position: absolute;
      content: "";
      width: 0;
      height: 1px;
      background: #4c9aca;
      bottom: 2px;
      left: 0;
      transition: all .3s ease; }
      @media (max-width: 1024px) {
        .all-categories-list .dropdown-category-list.navPages-level-2 .navPage-subMenu-item > a:before {
          bottom: 12px; } }
    .all-categories-list .dropdown-category-list.navPages-level-2 .navPage-subMenu-item:hover > a {
      color: #006fb4; }
      .all-categories-list .dropdown-category-list.navPages-level-2 .navPage-subMenu-item:hover > a:before {
        width: 100%; }
        @media (max-width: 1024px) {
          .all-categories-list .dropdown-category-list.navPages-level-2 .navPage-subMenu-item:hover > a:before {
            bottom: 12px; } }
    .all-categories-list .dropdown-category-list.navPages-level-2 .navPage-subMenu-item.is-clicked > a {
      color: #006fb4;
      font-weight: 500; }
      .all-categories-list .dropdown-category-list.navPages-level-2 .navPage-subMenu-item.is-clicked > a:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 1px;
        background: #4c9aca;
        bottom: 2px;
        left: 0; }
        @media (max-width: 1024px) {
          .all-categories-list .dropdown-category-list.navPages-level-2 .navPage-subMenu-item.is-clicked > a:before {
            bottom: 12px; } }
    .all-categories-list .dropdown-category-list.navPages-level-2 .navPage-subMenu-item.is-clicked > .icon-plus {
      transform: rotate(90deg); }
      .all-categories-list .dropdown-category-list.navPages-level-2 .navPage-subMenu-item.is-clicked > .icon-plus svg {
        fill: #323332;
        stroke: #323332; }
    .all-categories-list .dropdown-category-list.navPages-level-3 {
      margin-bottom: 15px;
      margin-top: 0; }
      .all-categories-list .dropdown-category-list.navPages-level-3 .navPage-childList-item {
        line-height: 30px; }
        .all-categories-list .dropdown-category-list.navPages-level-3 .navPage-childList-item > a:before {
          position: absolute;
          content: "";
          width: 0;
          height: 1px;
          background: #4c9aca;
          bottom: 8px;
          left: 0;
          transition: all .3s ease; }
        .all-categories-list .dropdown-category-list.navPages-level-3 .navPage-childList-item > a:hover {
          font-weight: 500;
          color: #006fb4; }
          .all-categories-list .dropdown-category-list.navPages-level-3 .navPage-childList-item > a:hover:before {
            width: 100%; }

@media (min-width: 1025px) {
  #sideAllCategories .navPages {
    display: block; }
    #sideAllCategories .navPages.is-open {
      display: none; }
    #sideAllCategories .navPages .navPages-list {
      width: 100%;
      padding-left: 0; }
      #sideAllCategories .navPages .navPages-list .navPages-item {
        display: block;
        border-top: 1px solid #dddddd;
        margin-bottom: 0; }
        #sideAllCategories .navPages .navPages-list .navPages-item:first-child {
          border-top: none; }
        #sideAllCategories .navPages .navPages-list .navPages-item:last-child .navPages-action {
          padding: 7px 15px; }
        #sideAllCategories .navPages .navPages-list .navPages-item .navPages-action {
          display: block;
          width: 100%;
          font-weight: 600;
          padding: 5px 15px;
          color: #28a629;
          position: relative; }
          #sideAllCategories .navPages .navPages-list .navPages-item .navPages-action:hover {
            color: #28a629; }
          #sideAllCategories .navPages .navPages-list .navPages-item .navPages-action:after, #sideAllCategories .navPages .navPages-list .navPages-item .navPages-action:before {
            content: none; }
          #sideAllCategories .navPages .navPages-list .navPages-item .navPages-action i {
            position: absolute;
            top: 50%;
            right: 15px;
            transform: translateY(-50%); }
            #sideAllCategories .navPages .navPages-list .navPages-item .navPages-action i svg {
              width: 9px;
              height: 9px;
              fill: #585858;
              transform: rotate(270deg); }
        #sideAllCategories .navPages .navPages-list .navPages-item .navPage-subMenu .themevale_container {
          padding-right: 10px;
          padding-left: 10px; }
        #sideAllCategories .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action {
          color: #28a629;
          font-weight: bold;
          text-transform: capitalize;
          padding: 0;
          border-bottom: 1px solid #28a629;
          line-height: 35px; }
          #sideAllCategories .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-subMenu-action:hover {
            color: #2465c6; }
        #sideAllCategories .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-childList {
          padding: 0;
          margin-top: 10px;
          margin-bottom: 15px; }
          #sideAllCategories .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-childList .navPage-childList-item .navPage-childList-action {
            color: #585858;
            font-size: 12px;
            text-transform: capitalize;
            padding: 0;
            line-height: 25px;
            font-weight: 400; }
            #sideAllCategories .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-childList .navPage-childList-item .navPage-childList-action:hover {
              padding-left: 12px;
              color: #2465c6;
              text-decoration: underline; }
            #sideAllCategories .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-childList .navPage-childList-item .navPage-childList-action:before {
              font-family: FontAwesome;
              font-size: 13px;
              position: absolute;
              top: 0px;
              left: 0;
              content: '\f0da';
              color: #585858;
              visibility: hidden;
              opacity: 0; }
            #sideAllCategories .navPages .navPages-list .navPages-item .navPage-subMenu .navPage-subMenu-list .navPage-subMenu-item .navPage-childList .navPage-childList-item .navPage-childList-action:hover:before {
              width: 100%;
              opacity: 1;
              visibility: visible; } }

.navList .view_all a {
  font-weight: 600;
  color: #2465c6;
  padding: 3px 15px 6px 15px; }
  .navList .view_all a:hover {
    color: #2465c6; }
  .navList .view_all a svg {
    width: 9px;
    height: 9px;
    fill: #2465c6;
    transform: rotate(270deg);
    margin-right: 8px; }

.cms-image img {
  margin-left: auto;
  margin-right: auto; }

.themevale_sidebar-mobile {
  display: none; }
  @media (max-width: 1024px) {
    .themevale_sidebar-mobile {
      display: inline-block;
      cursor: pointer;
      margin-right: 30px; }
      .themevale_sidebar-mobile > .icon {
        width: 34px;
        height: 34px;
        padding: 8px;
        display: inline-block;
        vertical-align: middle;
        border: 1px solid #e2e4e8;
        border-radius: 3px;
        pointer-events: none;
        fill: #232323; }
        .themevale_sidebar-mobile > .icon + .text {
          margin-left: 10px; }
      .themevale_sidebar-mobile > .text {
        font-size: 12px;
        font-weight: 600;
        vertical-align: middle;
        text-transform: uppercase;
        color: #28a629;
        padding-right: 15px;
        font-family: "Poppins", Arial, Helvetica, sans-serif; } }
  @media (max-width: 768px) {
    .themevale_sidebar-mobile > .text {
      display: inline-block; } }
  @media (max-width: 668px) {
    .themevale_sidebar-mobile {
      padding: 0; }
      .themevale_sidebar-mobile > .text {
        min-width: 70px; } }

.category-heading .banners {
  background-color: transparent;
  padding: 0; }

.category-heading .category-image {
  padding-bottom: 15px; }
  @media (max-width: 1024px) {
    .category-heading .category-image img {
      width: 100%; } }

.category-heading .content-category {
  background: #ffffff;
  padding: 10px 20px 10px 20px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  margin-bottom: 30px; }
  @media (max-width: 1024px) {
    .category-heading .content-category {
      margin-bottom: 15px; } }

.category-heading .page-heading {
  font-size: 18px;
  margin: 0 0 15px;
  text-align: left;
  text-transform: capitalize;
  letter-spacing: 0;
  color: #000000;
  font-weight: 700;
  padding-top: 14px; }

.category-heading .category-description {
  color: #585858;
  letter-spacing: 0;
  padding-bottom: 12px; }
  @media (max-width: 1024px) {
    .category-heading .category-description {
      padding-bottom: 0px; } }
  .category-heading .category-description p {
    margin-bottom: 0; }

.themevale_categoryToolbar {
  text-align: left;
  display: inline-block; }
  @media (max-width: 1024px) {
    .themevale_categoryToolbar {
      padding: 0;
      margin-bottom: 0;
      margin-right: 0px; } }
  .themevale_categoryToolbar > .actionBar {
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    margin-right: 0px;
    text-align: left; }
    @media (max-width: 1024px) {
      .themevale_categoryToolbar > .actionBar {
        margin-right: 30px; } }
    @media (max-width: 1024px) {
      .themevale_categoryToolbar > .actionBar .view-as {
        display: none; } }
    .themevale_categoryToolbar > .actionBar .form-field {
      margin-bottom: 0;
      background-color: transparent;
      border: 0;
      border-radius: 2px; }
      .themevale_categoryToolbar > .actionBar .form-field > label {
        color: #000000;
        font-weight: 600;
        text-transform: capitalize;
        font-size: 12px;
        line-height: 25px;
        letter-spacing: 0;
        padding-left: 6px;
        margin-right: 8px; }
        @media (max-width: 1024px) {
          .themevale_categoryToolbar > .actionBar .form-field > label {
            padding-left: 0; } }
        @media (max-width: 768px) {
          .themevale_categoryToolbar > .actionBar .form-field > label {
            padding-right: 19px; } }
        @media (max-width: 740px) {
          .themevale_categoryToolbar > .actionBar .form-field > label {
            padding: 0;
            min-width: 70px; } }
        @media (max-width: 680px) {
          .themevale_categoryToolbar > .actionBar .form-field > label {
            margin-right: 0px; } }
        @media (max-width: 480px) {
          .themevale_categoryToolbar > .actionBar .form-field > label {
            padding: 0;
            min-width: 70px;
            margin-right: 0px; } }
      .themevale_categoryToolbar > .actionBar .form-field .form-select {
        height: 32px;
        min-width: 183px;
        vertical-align: middle;
        color: #585858;
        border-radius: 3px;
        padding: 5px 15px;
        border: 1px solid #dddddd;
        font-size: 12px;
        background-size: 34px;
        line-height: 20px; }
    @media (max-width: 740px) {
      .themevale_categoryToolbar > .actionBar {
        display: block;
        margin-bottom: 15px; } }
  @media (max-width: 1024px) {
    .themevale_categoryToolbar > .actionBar:nth-child(2) {
      margin-right: 0; } }
  @media (min-width: 1025px) {
    .themevale_categoryToolbar {
      text-align: right;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 0px; }
      .themevale_categoryToolbar .view-mode-btn {
        float: left; } }

@media (max-width: 1024px) {
  .page-type-product .themevale_sidebar-mobile-wrapper > .item {
    padding-left: 0px; }
  .page-type-product .themevale_sidebar-mobile-wrapper .themevale_sidebar-mobile {
    margin-left: 5px; } }

@media (max-width: 480px) {
  .page-type-product .themevale_sidebar-mobile-wrapper {
    margin-bottom: 20px;
    margin-top: 20px; } }

@media (min-width: 1025px) {
  .page-type-product .themevale_sidebar-mobile-wrapper {
    display: none; } }

.themevale_sidebar-mobile-wrapper {
  position: relative;
  padding: 10px 0px 10px 0px;
  background: #ffffff;
  margin-bottom: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.075);
  -ms-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.075); }
  @media (max-width: 1024px) {
    .themevale_sidebar-mobile-wrapper {
      padding: 10px 10px 10px 20px; } }

.view-mode-btn .view-as,
.view-mode-btn .btn-group {
  display: inline-block;
  vertical-align: middle; }

.view-mode-btn .btn-group {
  background: #fff;
  border: 1px solid #cbcbcb;
  border-radius: 2px;
  font-size: 0;
  line-height: 1; }
  .view-mode-btn .btn-group > a {
    font-size: 11px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 34px;
    height: 34px;
    margin-right: 0;
    margin-left: 0;
    text-decoration: none;
    padding: 9px 2px 4px; }
    @media (max-width: 1024px) {
      .view-mode-btn .btn-group > a {
        width: 33px;
        height: 32px; } }
    .view-mode-btn .btn-group > a + a {
      border-left: 1px solid #cbcbcb; }
    .view-mode-btn .btn-group > a .icon-bar {
      position: relative;
      top: -1px;
      width: 14px;
      height: 4px;
      margin: 1px auto 0;
      transition: all .15s ease;
      background: #cfcfcf; }
    .view-mode-btn .btn-group > a > div {
      width: 30px; }
    .view-mode-btn .btn-group > a .current-view .icon-bar {
      background: #232323; }
  .view-mode-btn .btn-group .current-view {
    cursor: default; }
    .view-mode-btn .btn-group .current-view .icon-bar {
      background: #232323; }
  .view-mode-btn .btn-group #grid-view.current-view .icon-bar:after, .view-mode-btn .btn-group #grid-view.current-view .icon-bar:before {
    background: #232323; }
  .view-mode-btn .btn-group #grid-view .icon-bar {
    width: 4px; }
    .view-mode-btn .btn-group #grid-view .icon-bar:after, .view-mode-btn .btn-group #grid-view .icon-bar:before {
      position: absolute;
      display: block;
      width: 4px;
      height: 4px;
      content: '';
      transition: all .15s ease;
      background: #cfcfcf; }
    .view-mode-btn .btn-group #grid-view .icon-bar:after {
      right: -5px; }
    .view-mode-btn .btn-group #grid-view .icon-bar:before {
      left: -5px; }

.view-mode-btn label {
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 0;
  padding-right: 5px;
  color: #333334;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 0; }
  @media (max-width: 1024px) {
    .view-mode-btn label {
      padding-right: 15px; } }
  @media (max-width: 740px) {
    .view-mode-btn label {
      padding: 0;
      min-width: 85px; } }
  @media (max-width: 480px) {
    .view-mode-btn label {
      min-width: 80px; } }

.themevale_MobileSidebar #sideBannerImage {
  margin-top: 65px; }

#facetedSearch .facetedSearch-refineFilters .inlineList--labels li a {
  padding: 0px 10px !important;
  margin-bottom: 5px; }

/*=========================================
=            www.themevale.com            =
=========================================*/
.brandGrid {
  list-style: none;
  margin: 0;
  max-width: none;
  width: auto;
  font-size: 0;
  background: #fff;
  padding-top: 20px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px; }
  .brandGrid > .brand {
    width: 50%;
    font-size: 1rem;
    padding: 0 8px;
    display: inline-block;
    vertical-align: top; }
    @media (min-width: 601px) {
      .brandGrid > .brand {
        width: 33.333333%; } }
    @media (min-width: 993px) {
      .brandGrid > .brand {
        width: 33.333333%; } }
    @media (min-width: 1025px) {
      .brandGrid > .brand {
        padding-left: 15px;
        padding-right: 15px;
        width: 25%; } }
  .brandGrid .card:before {
    content: none; }

@media (max-width: 768px) {
  .page-type-brand .themevale_categoryToolbar > .actionBar .form-field > label {
    padding-right: 7px; } }

.page-type-brands .pagination .pagination-list {
  margin-top: 15px; }

.brand .card {
  border-radius: 0;
  text-align: center;
  border: 1px solid #eaeaea;
  padding: 0; }
  .brand .card .card-figure {
    padding-bottom: 0; }
  .brand .card .card-img-container {
    margin-left: auto;
    margin-right: auto;
    position: relative; }
  .brand .card .card-title {
    margin: 0 0 0 10px;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: #000;
    height: 30px;
    font-weight: 700;
    color: #28a629; }
    .brand .card .card-title a {
      color: inherit; }
  .brand .card .card-body {
    padding: 11px 5px 9px 5px;
    text-align: center;
    background-color: #fafafa; }
  @media (min-width: 415px) {
    .brand .card .card-title {
      font-size: 13px;
      line-height: 30px;
      letter-spacing: 0; } }

#azBrandsTable {
  font-size: 0;
  display: flex;
  flex-flow: row nowrap;
  margin: 0 0 30px 0;
  overflow-x: auto;
  padding-bottom: 5px; }
  @media (max-width: 1024px) {
    #azBrandsTable {
      margin-right: -15px; } }
  #azBrandsTable li {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #e2e4e8;
    border-left: none; }
    #azBrandsTable li a {
      color: #000000;
      display: block;
      height: 40px;
      font-size: 13px;
      min-width: 40px;
      font-weight: 700;
      line-height: 40px;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase; }
      #azBrandsTable li a.disable {
        color: #B3B3B3;
        pointer-events: none; }
    #azBrandsTable li:first-child {
      min-width: 70px;
      border-left: 1px solid #e2e4e8;
      border-radius: 3px 0 0 3px; }
    #azBrandsTable li:last-child {
      border-radius: 0 3px 3px 0; }
    #azBrandsTable li.is-active {
      color: #757575;
      background-color: #f7f7f7; }
  @media (min-width: 1025px) {
    #azBrandsTable {
      margin: 0 0 40px 0; }
      #azBrandsTable li {
        width: 10%; } }

#azBrands.active-all {
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2; }
  #azBrands.active-all .azBrands-group {
    -moz-page-break-inside: avoid;
    -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: 551px) {
    #azBrands.active-all {
      column-count: 3;
      -moz-column-count: 3;
      -webkit-column-count: 3; } }
  @media (min-width: 801px) {
    #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: 551px) {
    #azBrands:not(.active-all) .azBrands-group {
      column-count: 3;
      -moz-column-count: 3;
      -webkit-column-count: 3; } }
  @media (min-width: 801px) {
    #azBrands:not(.active-all) .azBrands-group {
      column-count: 4;
      -moz-column-count: 4;
      -webkit-column-count: 4; } }

#azBrands + .brandList.hide {
  opacity: 0;
  visibility: hidden; }

.azBrands-group-title {
  font-size: 22px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  color: #000000;
  font-weight: 700; }

.brandList {
  margin: 0;
  list-style: none; }
  .brandList .brand {
    margin-bottom: 5px; }

.content-brand {
  background: #ffffff;
  padding: 20px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07); }

.brand-name .title {
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: #2d2d2d;
  text-transform: capitalize;
  font-family: "Arimo", Arial, Helvetica, sans-serif; }
  .brand-name .title a {
    color: inherit; }

.azBrands-group {
  display: none; }
  .azBrands-group.is-active {
    display: block; }

/*=====  End of www.themevale.com  ======*/
.brand-image-container {
  position: relative;
  max-width: 260px; }
  .brand-image-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .brand-image-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 50%; }

.brand .card-img-container {
  max-width: 300px; }
  .brand .card-img-container:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 50%; }

.productGrid {
  list-style: none;
  max-width: none;
  width: auto;
  font-size: 0;
  margin: 0;
  background: #ffffff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07); }
  @media (min-width: 1025px) {
    .productGrid .product .card {
      padding-bottom: 20px;
      margin-bottom: 0px; } }
  .productGrid .product {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    position: relative;
    border-left: 1px solid #efefef;
    border-top: 1px solid #efefef; }
    @media (min-width: 1025px) {
      .productGrid .product:first-child, .productGrid .product:nth-child(4n-7) {
        border-left: none; } }
    @media (max-width: 1024px) {
      .productGrid .product:nth-child(3n+1) {
        border-left: none; } }
    @media (max-width: 480px) {
      .productGrid .product:nth-child(odd) {
        border-left: none; } }
    .productGrid .product:before {
      position: absolute;
      z-index: 1;
      top: -19px;
      right: -19px;
      bottom: 0;
      left: -19px;
      display: none;
      content: '';
      background: #fff;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
      border-radius: 3px; }
    @media (max-width: 320px) {
      .productGrid .product {
        width: 100%; } }
    @media (min-width: 601px) {
      .productGrid .product {
        width: 33.33333%; } }
    @media (min-width: 993px) {
      .productGrid .product {
        width: 25%; } }
  .productGrid.column-1 {
    margin-bottom: 30px; }
    .productGrid.column-1 .product {
      width: 100%;
      display: block; }
      .productGrid.column-1 .product + .product {
        padding-top: 38px;
        margin-top: 3px;
        border-top: 1px solid #eee; }
        @media (min-width: 767px) and (max-width: 1024px) {
          .productGrid.column-1 .product + .product {
            padding-top: 28px;
            margin-top: 27px; } }
        @media (max-width: 480px) {
          .productGrid.column-1 .product + .product {
            padding-top: 27px;
            margin-top: 40px; } }
      @media (max-width: 767px) {
        .productGrid.column-1 .product .card-option [data-product-attribute="swatch"] {
          text-align: left;
          margin-bottom: 18px; } }
    .productGrid.column-1 .card {
      padding: 0;
      margin-bottom: 0;
      display: table;
      width: 100%; }
      .productGrid.column-1 .card:hover .card-figure .wishlist {
        opacity: 0;
        visibility: hidden; }
      .productGrid.column-1 .card .card-figure {
        display: table-cell;
        vertical-align: top;
        width: 85px; }
        @media (min-width: 767px) and (max-width: 1024px) {
          .productGrid.column-1 .card .card-figure {
            padding-bottom: 0; } }
        @media (min-width: 360px) {
          .productGrid.column-1 .card .card-figure {
            width: 120px; } }
        @media (min-width: 551px) {
          .productGrid.column-1 .card .card-figure {
            width: 250px; } }
        @media (min-width: 993px) {
          .productGrid.column-1 .card .card-figure {
            width: 290px; } }
        .productGrid.column-1 .card .card-figure > .wishlist {
          display: none; }
      .productGrid.column-1 .card .card-body {
        display: table-cell;
        vertical-align: top; }
        @media (min-width: 551px) {
          .productGrid.column-1 .card .card-body {
            padding-left: 30px; } }
        @media (min-width: 993px) {
          .productGrid.column-1 .card .card-body {
            font-size: 0;
            padding-left: 50px; } }
        .productGrid.column-1 .card .card-body .card-detail {
          font-size: 1rem;
          display: block;
          padding-right: 0;
          margin-bottom: 17px;
          text-align: left; }
        .productGrid.column-1 .card .card-body .card-actions {
          font-size: 1rem;
          display: block; }
          .productGrid.column-1 .card .card-body .card-actions .card-compare {
            text-align: left;
            display: inline-block;
            width: 100%;
            float: right;
            margin-top: 10px; }
            @media (max-width: 1024px) {
              .productGrid.column-1 .card .card-body .card-actions .card-compare {
                display: none; } }
          .productGrid.column-1 .card .card-body .card-actions .wishlist {
            display: block;
            background: transparent;
            color: #2d2d2d;
            border-color: #cbcbcb;
            font-weight: 400;
            text-transform: unset;
            letter-spacing: 0;
            margin-top: 0; }
            .productGrid.column-1 .card .card-body .card-actions .wishlist .button-wishlist-dropdown {
              border: none;
              box-shadow: none;
              color: #333333;
              font-weight: 500;
              text-transform: unset;
              font-size: 12px;
              letter-spacing: 0;
              background: transparent; }
              .productGrid.column-1 .card .card-body .card-actions .wishlist .button-wishlist-dropdown:hover {
                background: transparent;
                color: #333333;
                border: none; }
            .productGrid.column-1 .card .card-body .card-actions .wishlist .dropdown-menu-button .icon {
              float: none;
              width: 20px;
              height: 18px;
              fill: #3a3a3a;
              position: relative;
              top: -2px; }
              .productGrid.column-1 .card .card-body .card-actions .wishlist .dropdown-menu-button .icon.icon-down {
                margin-left: 2px;
                fill: #8b8b8b;
                position: relative;
                top: -1px; }
            .productGrid.column-1 .card .card-body .card-actions .wishlist .dropdown-menu.is-open li {
              line-height: 30px;
              border-bottom: 1px solid #eaeaea; }
              .productGrid.column-1 .card .card-body .card-actions .wishlist .dropdown-menu.is-open li:last-child {
                border-bottom: 0; }
            .productGrid.column-1 .card .card-body .card-actions .wishlist .dropdown-menu.is-open:before {
              left: auto;
              right: .75rem; }
            .productGrid.column-1 .card .card-body .card-actions .wishlist .dropdown-menu.is-open:after {
              left: auto;
              right: .91667rem; }
            .productGrid.column-1 .card .card-body .card-actions .wishlist:hover {
              border-color: #000; }
            .productGrid.column-1 .card .card-body .card-actions .wishlist svg {
              fill: #8b8b8b; }
            .productGrid.column-1 .card .card-body .card-actions .wishlist span {
              margin-left: 5px; }
          .productGrid.column-1 .card .card-body .card-actions .themevale_btnATC {
            margin-left: 0;
            margin-right: 0;
            max-width: 214px;
            width: 100%;
            margin-top: 0px;
            display: inline-block;
            float: left; }
            @media (max-width: 768px) {
              .productGrid.column-1 .card .card-body .card-actions .themevale_btnATC {
                margin-left: 0;
                margin-right: 0;
                max-width: 214px;
                margin-top: 4px;
                display: inline-block;
                float: left;
                width: 100%; } }
          .productGrid.column-1 .card .card-body .card-actions .wishlist {
            display: inline-block;
            float: left;
            margin-left: 5px; }
            @media (max-width: 768px) {
              .productGrid.column-1 .card .card-body .card-actions .wishlist {
                display: none; } }
    .productGrid.column-1 .card-desciption {
      display: block;
      max-height: 60px;
      overflow: hidden;
      margin-bottom: 14px; }

@media (min-width: 1025px) {
  .productGrid--maxCol6 .product {
    width: 20% !important; } }

@media (min-width: 1281px) {
  .productGrid--maxCol6 .product {
    width: 16.66667% !important; } }

@media (min-width: 1025px) {
  .productGrid--maxCol5 .product {
    width: 20% !important; } }

@media (min-width: 993px) {
  .productGrid--maxCol3 .product {
    width: 33.33333% !important; } }

@media (min-width: 601px) {
  .productGrid--maxCol2 .product {
    width: 50% !important; } }

@media (min-width: 1025px) {
  .page-sidebar + .page-content .productGrid:not(.column-1) .product {
    width: 25%;
    margin-bottom: 0px; } }

.page-sidebar + .page-content .productGrid.column-1 .card:before {
  content: none; }

.page-sidebar + .page-content .productGrid.column-1 .card .card-body .card-actions {
  opacity: 1;
  visibility: visible; }

.productList {
  list-style: none;
  margin-left: 0;
  margin: 0.78571rem; }
  .productList ul,
  .productList ol {
    list-style: none;
    margin-bottom: 0; }
  .productList .product + .product {
    margin-top: 4rem; }

@media (min-width: 551px) {
  .listItem {
    margin: 0 -0.75rem;
    max-width: none;
    width: auto;
    display: table; }
    .listItem:before, .listItem:after {
      content: " ";
      display: table; }
    .listItem:after {
      clear: both; } }

@media (min-width: 551px) {
  .listItem-figure,
  .listItem-body {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .listItem-figure,
  .listItem-body {
    vertical-align: middle; } }

.listItem-button {
  background-color: rgba(255, 255, 255, 0.9);
  color: #333333; }
  .listItem-button:hover {
    background-color: white;
    color: #333333; }

.listItem-figure {
  margin: 0 0 1.5rem; }
  @media (min-width: 551px) {
    .listItem-figure {
      margin-bottom: 0;
      padding-left: 0.78571rem;
      padding-right: 0.78571rem;
      width: 25%; } }
  @media (min-width: 1261px) {
    .listItem-figure {
      position: relative; } }
  .listItem-figure .listItem-button {
    margin: 1.5rem 0; }
    @media (min-width: 1261px) {
      .listItem-figure .listItem-button {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        display: inline-block;
        margin: 0 0 1.5rem;
        pointer-events: all;
        transform-style: preserve-3d; } }

.listItem-figureBody {
  opacity: 1;
  text-align: center; }
  @media (min-width: 1261px) {
    .listItem-figureBody {
      bottom: 0;
      height: 100%;
      left: 0.78571rem;
      opacity: 0;
      position: absolute;
      right: 0.78571rem;
      top: 0; }
      .listItem-figureBody:hover {
        opacity: 1; } }

.listItem-image {
  width: 100%; }

@media (min-width: 551px) {
  .listItem-body {
    padding-left: 1.28571rem;
    padding-right: 0.78571rem;
    width: 75%; } }

@media (min-width: 1261px) {
  .listItem-content {
    display: table; } }

@media (min-width: 1261px) {
  .listItem-details,
  .listItem-actions {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .listItem-details {
    padding-right: 6rem; }
    .listItem-details > :last-child {
      margin-bottom: 0; } }

.listItem-rating {
  margin-bottom: 0.35714rem; }

.listItem-brand {
  color: #999999;
  font-size: 1rem;
  margin: 0 0 0.21429rem; }
  @media (min-width: 801px) {
    .listItem-brand {
      font-size: 15px;
      margin-bottom: 0; } }

.listItem-title {
  font-size: 15px;
  margin: 0 0 0.21429rem; }
  @media (min-width: 801px) {
    .listItem-title {
      font-size: 20px; } }
  .listItem-title > a {
    text-decoration: none; }

.listItem-price {
  margin-bottom: 1rem; }
  @media (min-width: 801px) {
    .listItem-price {
      font-size: 20px; } }

@media (min-width: 1261px) {
  .listItem-actions {
    vertical-align: middle;
    width: 22%; }
    .listItem-actions .button--compare {
      font-size: 13px;
      padding: 0.57143rem 1.5rem; } }

.listItem-actions .button {
  margin-bottom: 0; }
  @media (min-width: 1261px) {
    .listItem-actions .button {
      width: 100%; }
      .listItem-actions .button + .button {
        margin: 0.78571rem 0 0; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-details {
    padding-right: 3rem; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-actions {
    width: 30%; } }

/*=========================================
=            www.themevale.com            =
=========================================*/
/*--------  1.0 Global style  --------*/
.themevalte_productView {
  display: block;
  font-size: 0;
  padding-top: 0;
  margin-bottom: 25px;
  background: #ffffff;
  padding: 30px 30px 0 30px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  border-radius: 3px; }
  .themevalte_productView .themevalte_productView-left,
  .themevalte_productView .themevalte_productView-right {
    display: block;
    font-size: 1rem;
    position: relative; }
  .themevalte_productView .productView-description {
    display: block; }
  @media (max-width: 480px) {
    .themevalte_productView {
      padding-bottom: 1px; } }
  @media (min-width: 769px) {
    .themevalte_productView .themevalte_productView-right {
      width: calc(100% - 430px);
      vertical-align: top;
      display: inline-block; }
    .themevalte_productView .themevalte_productView-left {
      width: 430px;
      vertical-align: top;
      display: inline-block; }
    .themevalte_productView .themevalte_productView-right {
      padding-left: 30px; } }
  @media (min-width: 767px) and (max-width: 768px) {
    .themevalte_productView .themevalte_productView-right, .themevalte_productView .themevalte_productView-left {
      width: 50%;
      vertical-align: top;
      display: inline-block; }
    .themevalte_productView .themevalte_productView-left {
      padding-right: 15px; }
    .themevalte_productView .themevalte_productView-right {
      padding-left: 15px; } }

.productView--quickView {
  padding: 0;
  box-shadow: none;
  margin-bottom: 0; }
  @media (min-width: 993px) {
    .productView--quickView .productView-details .productView-options .form-wishlist {
      left: 250px;
      right: unset; } }
  .productView--quickView .productView-details .productView-options .form-action #form-action-addToCart {
    min-width: 230px; }
  .productView--quickView .productView-details .productView-options .form-select {
    max-width: 430px; }
  .productView--quickView .productView-details .productView-options .data-product-option {
    display: block !important; }

/*--------  2.0 Product images  ------*/
.themevalte_productView-images {
  width: 100%;
  max-width: 500px;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px; }
  .themevalte_productView-images .productView-image {
    cursor: zoom-in;
    vertical-align: top;
    opacity: 0;
    visibility: hidden;
    padding: 0 28px; }
    .themevalte_productView-images .productView-image .easyzoom-flyout {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 10;
      position: absolute; }
  .themevalte_productView-images .productView-nav-wrapper {
    position: relative; }
    .themevalte_productView-images .productView-nav-wrapper .label-videos .video-link {
      width: 48px;
      height: 48px;
      position: absolute;
      left: 0px;
      bottom: 0px;
      padding: 0; }
      .themevalte_productView-images .productView-nav-wrapper .label-videos .video-link svg {
        width: 48px;
        height: 48px;
        fill: #c1c1c1;
        pointer-events: none; }
  .themevalte_productView-images .productView-img-container {
    max-width: none; }
    .themevalte_productView-images .productView-img-container > a {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      position: absolute; }
      .themevalte_productView-images .productView-img-container > a img {
        top: 50%;
        left: 50%;
        right: auto;
        bottom: auto;
        width: auto;
        height: 100%;
        position: absolute;
        transform: translate(-50%, -50%); }
  .themevalte_productView-images .click-to-zoom {
    position: relative;
    z-index: 10;
    color: #969696;
    text-align: center;
    padding: 37px 0 0 0;
    font-size: 12px;
    font-weight: 400; }
    .themevalte_productView-images .click-to-zoom svg {
      fill: #969696;
      width: 16px;
      height: 16px;
      margin-right: 8px; }
    @media (max-width: 1024px) {
      .themevalte_productView-images .click-to-zoom {
        display: none; } }
  .themevalte_productView-images .productView-for, .themevalte_productView-images .productView-for1 {
    width: 100%;
    display: block;
    margin-top: 20px;
    padding: 0 30px; }
    .themevalte_productView-images .productView-for .slick-track, .themevalte_productView-images .productView-for1 .slick-track {
      margin: 0 auto; }
    .themevalte_productView-images .productView-for .slick-slide.slick-current a, .themevalte_productView-images .productView-for1 .slick-slide.slick-current a {
      border: 1px solid #6e6d6d; }
    .themevalte_productView-images .productView-for .productView-thumbnail, .themevalte_productView-images .productView-for1 .productView-thumbnail {
      border: none;
      outline: none;
      padding: 0 7px; }
      .themevalte_productView-images .productView-for .productView-thumbnail > a, .themevalte_productView-images .productView-for1 .productView-thumbnail > a {
        display: block;
        position: relative;
        border: 1px solid #dddddd; }
        .themevalte_productView-images .productView-for .productView-thumbnail > a:after, .themevalte_productView-images .productView-for1 .productView-thumbnail > a:after {
          content: '';
          display: block;
          height: 0;
          width: 100%;
          padding-bottom: 100%; }
        .themevalte_productView-images .productView-for .productView-thumbnail > a img, .themevalte_productView-images .productView-for1 .productView-thumbnail > a img {
          top: 50%;
          left: 50%;
          width: auto;
          height: 100%;
          position: absolute;
          transform: translate(-50%, -50%); }
    .themevalte_productView-images .productView-for .slick-arrow, .themevalte_productView-images .productView-for1 .slick-arrow {
      width: 21px;
      height: 21px;
      padding: 0;
      fill: black; }
    .themevalte_productView-images .productView-for .slick-prev, .themevalte_productView-images .productView-for1 .slick-prev {
      left: 0; }
    .themevalte_productView-images .productView-for .slick-next, .themevalte_productView-images .productView-for1 .slick-next {
      right: 0; }
  .themevalte_productView-images .slick-slider .productView-image {
    opacity: 1;
    visibility: visible; }
  .themevalte_productView-images .slick-slider .productView-thumbnail {
    opacity: 1;
    visibility: visible; }

/*--------  3.0 Product detail  ------*/
.productView-details .productView-product,
.productView-details .productView-options {
  border: none;
  padding: 0; }
  @media (max-width: 768px) {
    .productView-details .productView-product,
    .productView-details .productView-options {
      margin-bottom: 0px; } }
  .productView-details .productView-product .form-select,
  .productView-details .productView-options .form-select {
    width: 100%;
    max-width: 100%;
    height: 36px;
    padding: 7px 15px;
    color: #474747;
    font-weight: 400;
    background-size: 34px;
    background-position: right 0px center;
    font-size: 12px; }

.productView-details .social-mediaBlock {
  margin-top: 25px; }

.productView-details .productView-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin: 0 0 13px 0;
  color: #2ba22a;
  letter-spacing: 0; }

.productView-details .productView-brand {
  font-size: 13px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: capitalize;
  color: #a0a0a0; }
  .productView-details .productView-brand a {
    color: #808080;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0; }

.productView-details .productView-price {
  font-size: 0;
  display: inline-block;
  margin: 0;
  vertical-align: middle; }
  .productView-details .productView-price .price-section {
    font-size: 18px;
    font-weight: 700;
    color: #28a629; }
    .productView-details .productView-price .price-section.rrp-price--withoutTax {
      color: #969696;
      font-size: 18px;
      font-weight: 700;
      margin-right: 12px;
      display: inline-block;
      vertical-align: bottom; }
    .productView-details .productView-price .price-section.non-sale-price--withoutTax {
      color: #b4b4b4;
      font-size: 18px;
      font-weight: 700;
      margin-right: 12px;
      display: inline-block;
      vertical-align: bottom; }
      .productView-details .productView-price .price-section.non-sale-price--withoutTax ~ .price-section--withoutTax {
        color: #e22600;
        display: inline-block;
        vertical-align: bottom; }
    .productView-details .productView-price .price-section.price-none + .price-section--withoutTax {
      color: #000000; }
  .productView-details .productView-price .price-section--saving {
    margin-top: 8px;
    font-size: 12px;
    font-weight: 400;
    color: #969696; }

.productView-details .productView-rating {
  font-size: 0;
  margin: 0 0 26px 0; }
  .productView-details .productView-rating .productView-reviewLink {
    font-size: 12px;
    margin-left: 16px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-transform: capitalize;
    letter-spacing: 0;
    color: #585858; }
    .productView-details .productView-rating .productView-reviewLink a {
      color: #585858;
      font-weight: bold; }
      .productView-details .productView-rating .productView-reviewLink a:hover {
        color: #757575; }
    @media (min-width: 321px) {
      .productView-details .productView-rating .productView-reviewLink {
        margin-left: 20px;
        top: 2px; } }

.productView-details .productView-info {
  margin-top: 0; }
  .productView-details .productView-info > :first-child {
    margin-top: 0; }
  .productView-details .productView-info .productView-info-name,
  .productView-details .productView-info .productView-info-value {
    float: left;
    font-size: 12px;
    letter-spacing: 0; }
  .productView-details .productView-info .productView-info-name {
    clear: both;
    min-width: 100px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #000000;
    letter-spacing: 0; }
  .productView-details .productView-info .productView-info-value {
    margin-bottom: 0; }

.productView-details .productView-options {
  text-align: left;
  position: relative;
  margin-bottom: 0; }
  .productView-details .productView-options .data-product-option {
    margin-bottom: 20px;
    margin-top: 15px; }
  .productView-details .productView-options .form-label > small {
    font-size: 11px;
    float: none;
    color: #b8b8b8;
    font-style: unset;
    display: none; }
  .productView-details .productView-options .form-field {
    margin-bottom: 13px; }
    @media (max-width: 480px) {
      .productView-details .productView-options .form-field {
        margin-top: 15px; } }
  .productView-details .productView-options .form-label--alternate {
    font-weight: 700;
    letter-spacing: 0;
    color: #000000;
    font-size: 12px;
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    letter-spacing: 0;
    text-transform: capitalize; }
    .productView-details .productView-options .form-label--alternate > span[data-product-stock] {
      font-weight: 400; }
    .productView-details .productView-options .form-label--alternate .icon-requi {
      color: #e3594d;
      margin-right: 3px; }
  .productView-details .productView-options .alertBox {
    border-radius: 0;
    margin-bottom: 30px; }
  .productView-details .productView-options .alertBox--error {
    width: 100%;
    max-width: 208px;
    color: #969696;
    text-align: center;
    padding: 10px 25px;
    pointer-events: none;
    background-color: #f8f8f8;
    border: 1px solid #f8f8f8;
    margin-bottom: 0px;
    border-radius: 3px; }
    @media (max-width: 992px) {
      .productView-details .productView-options .alertBox--error {
        max-width: 230px; } }
    @media (max-width: 768px) {
      .productView-details .productView-options .alertBox--error {
        max-width: 100%; } }
    .productView-details .productView-options .alertBox--error .alertBox-icon {
      display: none; }
    .productView-details .productView-options .alertBox--error .alertBox-message {
      display: inline-block;
      vertical-align: top;
      color: #969696;
      text-align: center;
      font-size: 12px;
      font-weight: 700;
      letter-spacing: 0;
      line-height: 20px;
      margin-bottom: 0;
      text-transform: uppercase;
      transition: all 0.3s ease;
      font-style: inherit; }
      .productView-details .productView-options .alertBox--error .alertBox-message > span {
        letter-spacing: 0;
        font-style: initial; }
  .productView-details .productView-options .form-action {
    padding: 0;
    width: auto;
    float: none;
    margin-top: 30px;
    display: block; }
    .productView-details .productView-options .form-action #form-action-addToCart {
      margin-bottom: 0;
      min-width: 208px;
      padding-top: 9px;
      padding-bottom: 7px;
      letter-spacing: 0; }
      @media (max-width: 1024px) {
        .productView-details .productView-options .form-action #form-action-addToCart {
          min-width: 230px; } }
      @media (min-width: 767px) and (max-width: 1023px) {
        .productView-details .productView-options .form-action #form-action-addToCart {
          width: 100%; } }
      @media (max-width: 480px) {
        .productView-details .productView-options .form-action #form-action-addToCart {
          width: 100%; } }
  .productView-details .productView-options .form-wishlist {
    left: auto;
    position: relative;
    margin-bottom: 0;
    margin-top: 20px;
    z-index: 10;
    display: inline-block;
    vertical-align: middle; }
    @media (max-width: 480px) {
      .productView-details .productView-options .form-wishlist {
        width: 100%; } }
    @media (min-width: 767px) and (max-width: 1023px) {
      .productView-details .productView-options .form-wishlist {
        width: 100%; } }
    @media (min-width: 481px) and (max-width: 766px) {
      .productView-details .productView-options .form-wishlist {
        width: auto; } }
    @media (min-width: 1025px) {
      .productView-details .productView-options .form-wishlist {
        width: auto; } }
    .productView-details .productView-options .form-wishlist .button {
      margin-bottom: 0;
      min-width: 230px;
      padding: 9px 4px 7px 4px;
      display: inline-block;
      width: 100%;
      font-size: 12px;
      font-weight: 700;
      text-transform: unset;
      box-shadow: none;
      outline: none; }
      @media (max-width: 480px) {
        .productView-details .productView-options .form-wishlist .button {
          width: 100%; } }
      @media (min-width: 1251px) {
        .productView-details .productView-options .form-wishlist .button {
          min-width: 170px; } }
    @media (min-width: 993px) {
      .productView-details .productView-options .form-wishlist {
        bottom: 0;
        margin: 0;
        right: 0;
        position: absolute; } }
  .productView-details .productView-options .form-wishlist .icon--heart {
    float: none;
    margin-left: 0;
    margin-right: 3px;
    width: 20px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px; }
  .productView-details .productView-options .form-wishlist .text-wishlist {
    border-bottom: 1px solid;
    line-height: 13px;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0; }
  .productView-details .productView-options .form-wishlist .button i.fa {
    font-size: 10px;
    margin-left: 3px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -2px; }
  .productView-details .productView-options .form-wishlist #wishlist-dropdown {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    padding-right: 0;
    border: 1px solid #eaeaea;
    margin-top: 12px;
    top: 100% !important;
    min-width: 0;
    transition: none; }
    .productView-details .productView-options .form-wishlist #wishlist-dropdown:before {
      content: "";
      display: block;
      height: 0;
      width: 0;
      bottom: 100%;
      position: absolute;
      right: 20px;
      left: auto;
      border: 10px inset;
      border-color: transparent transparent #eaeaea;
      border-bottom-style: solid; }
    .productView-details .productView-options .form-wishlist #wishlist-dropdown:after {
      content: "";
      display: block;
      height: 0;
      width: 0;
      bottom: 100%;
      position: absolute;
      right: 22px;
      left: auto;
      border: 8px inset;
      border-color: transparent transparent #fff;
      border-bottom-style: solid; }
    .productView-details .productView-options .form-wishlist #wishlist-dropdown li {
      border-bottom: 1px solid #eaeaea; }
      .productView-details .productView-options .form-wishlist #wishlist-dropdown li .button {
        border: none;
        font-weight: 500;
        font-size: 12px;
        min-width: auto; }
      .productView-details .productView-options .form-wishlist #wishlist-dropdown li:last-child {
        border-bottom: none; }
      .productView-details .productView-options .form-wishlist #wishlist-dropdown li:hover .button {
        color: white; }

.productView-details .seal-logos {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  margin-bottom: 25px; }
  @media (max-width: 768px) {
    .productView-details .seal-logos {
      margin-right: -15px; } }
  .productView-details .seal-logos a {
    display: inline-block;
    margin-right: 15px; }
    .productView-details .seal-logos a:last-child {
      margin-right: 0px; }
    @media (max-width: 767px) {
      .productView-details .seal-logos a:last-child {
        margin-right: 0px; } }

#productReviews-content .pagination-list {
  display: inline-block;
  text-align: left; }

/*-------- Size Chart ------*/
a[data-reveal-id="modal-size-chart-form"] {
  float: right;
  position: relative;
  color: #232323;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 400;
  background: url("../img/icon_sizechart.png") no-repeat left center;
  padding-left: 35px; }
  a[data-reveal-id="modal-size-chart-form"]:before {
    left: 35px;
    bottom: 2px;
    content: "";
    width: 0;
    height: 1px;
    opacity: 0.7;
    position: absolute;
    display: inline-block;
    transition: all 0.3s ease;
    background-color: #757575; }
  a[data-reveal-id="modal-size-chart-form"]:hover:before {
    width: calc(100% - 35px); }

#modal-size-chart-form .modal-body .text-center {
  padding: 20px; }

.has-size-chart {
  display: none; }

/*--------  4.0 Product option  ------*/
[data-product-option-change] .form-option, [data-product-option-change-2] .form-option {
  padding: 0;
  z-index: 1;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  vertical-align: top;
  position: relative;
  border-radius: 0;
  margin-right: 7px;
  border: 1px solid #dddddd;
  color: #2d2d2d; }
  [data-product-option-change] .form-option.form-option-swatch, [data-product-option-change-2] .form-option.form-option-swatch {
    border: none; }
  [data-product-option-change] .form-option .form-option-variant, [data-product-option-change-2] .form-option .form-option-variant {
    padding: 0;
    min-width: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    position: relative; }
  @media (min-width: 415px) {
    [data-product-option-change] .form-option, [data-product-option-change-2] .form-option {
      margin-right: 10px; } }

[data-product-option-change] .form-option-swatch .form-option-variant, [data-product-option-change-2] .form-option-swatch .form-option-variant {
  z-index: -1;
  margin: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  position: relative; }

[data-product-option-change] .form-option.unavailable, [data-product-option-change-2] .form-option.unavailable {
  opacity: 1;
  background-color: transparent; }
  [data-product-option-change] .form-option.unavailable:before, [data-product-option-change-2] .form-option.unavailable:before {
    left: -7px;
    top: 17px;
    height: 1px;
    width: calc(140% - 1px);
    background-color: #ed998b; }
  [data-product-option-change] .form-option.unavailable .form-option-variant, [data-product-option-change-2] .form-option.unavailable .form-option-variant {
    opacity: 0.3; }

[data-product-option-change] .form-radio:checked + .form-option.unavailable, [data-product-option-change-2] .form-radio:checked + .form-option.unavailable {
  border: 3px solid #323232;
  box-shadow: none; }

[data-product-option-change] .form-radio:checked + .form-option, [data-product-option-change-2] .form-radio:checked + .form-option {
  border: 3px solid #323232;
  box-shadow: none; }
  [data-product-option-change] .form-radio:checked + .form-option span, [data-product-option-change-2] .form-radio:checked + .form-option span {
    font-weight: 700;
    color: #000000;
    line-height: 30px; }

[data-product-option-change] [data-product-attribute="swatch"] .form-radio:checked + .form-option, [data-product-option-change-2] [data-product-attribute="swatch"] .form-radio:checked + .form-option {
  border: 3px solid #323232;
  box-shadow: none; }

[data-product-option-change] [data-product-attribute="swatch"] .form-radio:checked + .form-option .form-option-variant, [data-product-option-change-2] [data-product-attribute="swatch"] .form-radio:checked + .form-option .form-option-variant {
  margin: 0; }

[data-product-attribute="set-rectangle"] .form-option {
  width: 52px;
  height: 36px; }
  [data-product-attribute="set-rectangle"] .form-option .form-option-variant {
    font-size: 12px;
    font-weight: bold;
    color: #000000;
    line-height: 34px; }
  [data-product-attribute="set-rectangle"] .form-option.unavailable {
    overflow: visible; }

.form-field--stock .form-label {
  margin-bottom: 0; }

.form-field--increments .form-increment .button {
  margin: 0;
  padding: 0;
  width: 38px;
  height: 38px;
  font-size: 22px;
  border-radius: 0;
  line-height: 36px;
  text-align: center;
  vertical-align: top;
  display: inline-block;
  border: 1px solid #dddddd;
  background: transparent;
  color: #7b7b7b; }
  .form-field--increments .form-increment .button > .icon {
    width: 100%;
    height: 100%;
    font-style: normal;
    font-weight: 100;
    vertical-align: top;
    color: #676767; }
  .form-field--increments .form-increment .button:hover, .form-field--increments .form-increment .button:focus, .form-field--increments .form-increment .button:active {
    color: #28a629; }
  .form-field--increments .form-increment .button.button-dec {
    border-radius: 3px 0 0 3px; }
  .form-field--increments .form-increment .button.button-inc {
    border-left: none;
    border-radius: 0 3px 3px 0; }

.form-field--increments .form-input--incrementTotal {
  margin: 0;
  padding: 0;
  width: 60px;
  height: 38px;
  min-width: 50px;
  font-weight: 400;
  line-height: 40px;
  border-radius: 0;
  text-align: center;
  vertical-align: top;
  display: inline-block;
  border: 1px solid #dddddd;
  border-left: none;
  color: #474747;
  box-shadow: none;
  font-weight: 400;
  font-size: 12px; }
  .form-field--increments .form-input--incrementTotal:disabled {
    /*border: transparent;*/ }

/*--------  5.0 Product tab  --------*/
.themevale_tabToggle {
  margin-bottom: 0;
  border-top: 1px solid #ebebeb; }
  .themevale_tabToggle .toggle-title {
    margin: 0;
    display: block;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700;
    text-transform: capitalize;
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    color: #28a629; }
    .themevale_tabToggle .toggle-title .toggleLink {
      width: 100%;
      float: none;
      color: inherit;
      vertical-align: top;
      display: inline-block; }
      .themevale_tabToggle .toggle-title .toggleLink .text {
        float: left; }
      .themevale_tabToggle .toggle-title .toggleLink .icon {
        width: 18px;
        height: 24px;
        float: right;
        padding: 5px 0;
        transform: rotate(90deg); }
    @media (min-width: 415px) {
      .themevale_tabToggle .toggle-title {
        font-size: 16px;
        padding-top: 12px;
        padding-bottom: 12px; } }
  .themevale_tabToggle .toggle-content {
    padding: 10px 0 15px 0; }
    .themevale_tabToggle .toggle-content p {
      line-height: 24px;
      font-size: 12px; }
    .themevale_tabToggle .toggle-content h1, .themevale_tabToggle .toggle-content h2, .themevale_tabToggle .toggle-content h3, .themevale_tabToggle .toggle-content h4, .themevale_tabToggle .toggle-content h5, .themevale_tabToggle .toggle-content h6 {
      text-transform: capitalize;
      font-weight: 700;
      margin-top: 0; }
    .themevale_tabToggle .toggle-content > ul {
      margin-left: 30px; }
      .themevale_tabToggle .toggle-content > ul li {
        margin-bottom: 5px; }
    .themevale_tabToggle .toggle-content .productReviews-list {
      margin-left: 0; }
      .themevale_tabToggle .toggle-content .productReviews-list li {
        margin-bottom: 0; }
  .themevale_tabToggle .btn-createReview {
    float: none;
    display: block; }
  @media (max-width: 1024px) {
    .themevale_tabToggle.videoGallery {
      margin-top: 0; } }

/*--------  6.0 Product Slide  ------*/
#relatedProducts + #similarByViews {
  margin-top: 0;
  margin-bottom: 0; }
  @media (max-width: 1024px) {
    #relatedProducts + #similarByViews {
      margin-bottom: 0; } }
  @media (max-width: 768px) {
    #relatedProducts + #similarByViews {
      margin-top: 0;
      margin-bottom: 20px;
      padding-bottom: 20px; } }
  @media (max-width: 480px) {
    #relatedProducts + #similarByViews {
      padding-bottom: 0; } }
  @media (min-width: 1025px) {
    #relatedProducts + #similarByViews {
      margin-top: 0; } }

@media (min-width: 1025px) {
  #similarByViews .themevale_page-heading-wrapper {
    margin-top: 0; } }

@media (min-width: 481px) and (max-width: 992px) {
  #similarByViews .slick-dots {
    bottom: -48px !important; } }

#relatedProducts {
  margin-bottom: 30px; }

#relatedProducts,
#similarByViews {
  background: #ffffff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  border-radius: 3px; }
  #relatedProducts .productCarousel,
  #similarByViews .productCarousel {
    margin-left: 0;
    margin-right: 0; }
    @media (min-width: 1025px) {
      #relatedProducts .productCarousel,
      #similarByViews .productCarousel {
        margin-left: 0;
        margin-right: 0; } }
  #relatedProducts .card .card-figure .quickview,
  #similarByViews .card .card-figure .quickview {
    padding: 5px 12px; }
  #relatedProducts .themevale_page-heading-wrapper,
  #similarByViews .themevale_page-heading-wrapper {
    padding: 10px 20px;
    overflow: hidden; }
    #relatedProducts .themevale_page-heading-wrapper:before,
    #similarByViews .themevale_page-heading-wrapper:before {
      content: none; }
    #relatedProducts .themevale_page-heading-wrapper .themevale_page-heading,
    #similarByViews .themevale_page-heading-wrapper .themevale_page-heading {
      font-size: 14px;
      padding: 0;
      display: block;
      width: 100%;
      text-align: left;
      font-weight: 700;
      color: #000000;
      margin-top: 0;
      letter-spacing: 0; }
  @media (max-width: 992px) {
    #relatedProducts .slick-dots,
    #similarByViews .slick-dots {
      position: relative;
      padding-top: 2px;
      z-index: 10;
      bottom: -23px; } }
  @media (max-width: 480px) {
    #relatedProducts .slick-dots,
    #similarByViews .slick-dots {
      position: absolute;
      bottom: -26px; } }

/*----------  RESPONSIVE  ----------*/
.themevale_productDescription {
  font-size: 12px;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  background: #ffffff;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.07);
  border-radius: 3px;
  margin-bottom: 30px; }
  .themevale_productDescription .page-heading {
    margin: 0;
    line-height: 24px;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0;
    color: #000000;
    text-transform: uppercase; }
  .themevale_productDescription .productRelated {
    display: none; }
  @media (min-width: 551px) {
    .themevale_productDescription .page-heading {
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0;
      color: #000000;
      text-transform: capitalize; } }
  @media (max-width: 480px) {
    .themevale_productDescription .page-heading {
      font-size: 13px;
      font-weight: 700;
      letter-spacing: 0;
      color: #000000;
      text-transform: capitalize; } }
  @media (min-width: 1025px) {
    .themevale_productDescription .page-heading {
      display: block;
      margin-bottom: 35px;
      padding-bottom: 10px;
      border-bottom: 1px solid #eeeeee; }
    .themevale_productDescription .productRelated {
      display: block;
      max-width: 40%;
      min-width: 40%;
      border-top: 0;
      padding-top: 0;
      margin-bottom: 0;
      padding-left: 30px; } }

.vertical-tabs {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 0; }
  .vertical-tabs .tab-content {
    padding: 0;
    display: block; }
    .vertical-tabs .tab-content:last-child .toggle-title .toggleLink {
      border-bottom: 0; }
    .vertical-tabs .tab-content:last-child .toggle-content {
      border-top: 1px solid #dcdcdc; }
    .vertical-tabs .tab-content .toggle-title {
      padding: 0;
      margin-bottom: 0; }
      .vertical-tabs .tab-content .toggle-title .toggleLink {
        border-bottom: 1px solid #dcdcdc;
        width: 100%;
        line-height: 0;
        padding: 10px 0; }
        .vertical-tabs .tab-content .toggle-title .toggleLink.is-open svg {
          transform: rotate(180deg);
          margin-top: -10px; }
      .vertical-tabs .tab-content .toggle-title .page-heading {
        display: inline-block;
        margin: 0;
        padding: 0;
        border-bottom: 0;
        font-style: 16px; }
      .vertical-tabs .tab-content .toggle-title svg {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0; }
    .vertical-tabs .tab-content .toggle-content {
      padding: 24px 0 0 0;
      clear: both; }
      .vertical-tabs .tab-content .toggle-content .productReviews-list {
        margin-left: 0;
        padding-top: 0;
        padding-bottom: 0;
        line-height: 0; }
      .vertical-tabs .tab-content .toggle-content p {
        margin-bottom: 33px; }
      .vertical-tabs .tab-content .toggle-content#tabDescription-content, .vertical-tabs .tab-content .toggle-content#tabShipping-content, .vertical-tabs .tab-content .toggle-content#tabCustomProduct-content {
        margin-top: 29px; }
        @media (max-width: 1024px) {
          .vertical-tabs .tab-content .toggle-content#tabDescription-content, .vertical-tabs .tab-content .toggle-content#tabShipping-content, .vertical-tabs .tab-content .toggle-content#tabCustomProduct-content {
            margin-top: 0px; } }
      .vertical-tabs .tab-content .toggle-content h1, .vertical-tabs .tab-content .toggle-content h2, .vertical-tabs .tab-content .toggle-content h3, .vertical-tabs .tab-content .toggle-content h4, .vertical-tabs .tab-content .toggle-content h5, .vertical-tabs .tab-content .toggle-content h6 {
        font-weight: 700;
        color: black;
        font-size: 13px;
        margin-bottom: 18px;
        margin-top: 0; }
      .vertical-tabs .tab-content .toggle-content ul, .vertical-tabs .tab-content .toggle-content ol {
        margin-left: 27px;
        padding-top: 3px;
        padding-bottom: 8px;
        line-height: 30px; }
      .vertical-tabs .tab-content .toggle-content blockquote {
        font-size: 12px;
        padding: 15px;
        line-height: 20px;
        padding-left: 22px;
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 35px;
        margin-left: 15px;
        font-style: italic; }
      .vertical-tabs .tab-content .toggle-content ul.imageGallery-carousel {
        padding: 0;
        font-size: 0;
        list-style: none;
        margin-left: -8px;
        margin-right: -8px;
        margin-top: 26px;
        margin-bottom: 40px;
        white-space: nowrap;
        overflow: hidden;
        overflow-x: auto; }
        @media (max-width: 480px) {
          .vertical-tabs .tab-content .toggle-content ul.imageGallery-carousel {
            margin-left: -15px;
            margin-right: -15px; } }
        .vertical-tabs .tab-content .toggle-content ul.imageGallery-carousel > li {
          width: 50%;
          padding: 0 8px;
          display: inline-block;
          vertical-align: top;
          text-align: center; }
          @media (max-width: 480px) {
            .vertical-tabs .tab-content .toggle-content ul.imageGallery-carousel > li {
              width: 66%; } }
          .vertical-tabs .tab-content .toggle-content ul.imageGallery-carousel > li img {
            margin: 0 auto; }
        @media (min-width: 551px) {
          .vertical-tabs .tab-content .toggle-content ul.imageGallery-carousel > li {
            width: 33.333333%; } }
        @media (min-width: 1025px) {
          .vertical-tabs .tab-content .toggle-content ul.imageGallery-carousel {
            margin-left: -15px;
            margin-right: -15px; }
            .vertical-tabs .tab-content .toggle-content ul.imageGallery-carousel > li {
              padding: 0 10px; }
              .vertical-tabs .tab-content .toggle-content ul.imageGallery-carousel > li img {
                width: 100%; } }
      .vertical-tabs .tab-content .toggle-content .productReviews {
        padding-top: 0; }
      .vertical-tabs .tab-content .toggle-content .themevale_tabToggle {
        border-top: 0;
        padding: 0;
        margin: 0; }
        .vertical-tabs .tab-content .toggle-content .themevale_tabToggle.videoGallery .toggle-content {
          padding: 0; }

.productView-description {
  width: 100%;
  display: block; }
  .productView-description .themevale_tabs {
    display: none;
    border-bottom: 1px solid #efefef; }
    .productView-description .themevale_tabs .tab {
      position: relative;
      bottom: -1px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      float: left;
      height: 42px;
      margin-left: -1px;
      font-size: 12px;
      padding: 0 12px;
      transition: background .3s ease 0s;
      letter-spacing: 0;
      color: #000;
      border: 1px solid #efefef;
      background: #fff;
      outline: 0;
      z-index: 1;
      border-top: none; }
      .productView-description .themevale_tabs .tab.is-active {
        border-bottom: 0; }
        .productView-description .themevale_tabs .tab.is-active:before {
          content: "";
          position: absolute;
          top: -1px;
          left: -1px;
          right: -1px;
          height: 2px;
          background-color: #f68c00; }
      .productView-description .themevale_tabs .tab > a {
        font-family: "Arimo", Arial, Helvetica, sans-serif;
        font-size: 12px;
        font-weight: 700;
        letter-spacing: 0;
        color: #000000;
        text-transform: uppercase; }
        @media (min-width: 1025px) {
          .productView-description .themevale_tabs .tab > a {
            line-height: 43px;
            padding: 0 15px; } }
  @media (max-width: 1024px) {
    .productView-description .tabs-contents {
      margin-bottom: 0; } }
  .productView-description .tab-content {
    padding: 0;
    display: block;
    border-top: 0;
    padding: 0; }
    .productView-description .tab-content:last-child .toggle-title .toggleLink {
      border-bottom: 0; }
    @media (max-width: 1024px) {
      .productView-description .tab-content:last-child .toggle-content {
        border-top: 1px solid #dcdcdc; } }
  .productView-description .toggle-title {
    padding: 0;
    margin-bottom: 0; }
    .productView-description .toggle-title .toggleLink {
      border-bottom: 1px solid #dcdcdc;
      width: 100%;
      line-height: 0;
      padding: 10px 0; }
      @media (max-width: 1024px) {
        .productView-description .toggle-title .toggleLink {
          padding: 10px 20px; } }
      .productView-description .toggle-title .toggleLink.is-open svg {
        transform: rotate(180deg);
        margin-top: -10px; }
    .productView-description .toggle-title .page-heading {
      display: inline-block;
      margin: 0;
      padding: 0;
      border-bottom: 0; }
    .productView-description .toggle-title svg {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 0; }
      @media (max-width: 1024px) {
        .productView-description .toggle-title svg {
          right: 10px; } }
  .productView-description .toggle-content {
    padding: 24px 0 0 0;
    clear: both; }
    .productView-description .toggle-content p {
      margin-bottom: 33px; }
      .productView-description .toggle-content p.text {
        margin-top: 12px;
        margin-bottom: 20px; }
      .productView-description .toggle-content p.text1 {
        margin-bottom: 7px; }
    .productView-description .toggle-content#tabDescription-content, .productView-description .toggle-content#tabShipping-content, .productView-description .toggle-content#tabCustomProduct-content {
      margin-top: 20px;
      padding: 0 20px; }
      @media (max-width: 1024px) {
        .productView-description .toggle-content#tabDescription-content, .productView-description .toggle-content#tabShipping-content, .productView-description .toggle-content#tabCustomProduct-content {
          margin-top: 0px;
          padding-top: 15px; } }
    .productView-description .toggle-content h1, .productView-description .toggle-content h2, .productView-description .toggle-content h3, .productView-description .toggle-content h4, .productView-description .toggle-content h5, .productView-description .toggle-content h6 {
      font-weight: 700;
      color: black;
      font-size: 12px;
      margin-bottom: 5px;
      margin-top: 0;
      text-transform: capitalize; }
    .productView-description .toggle-content ul, .productView-description .toggle-content ol {
      margin-left: 27px;
      padding-top: 3px;
      padding-bottom: 8px;
      line-height: 30px; }
    .productView-description .toggle-content blockquote {
      font-size: 12px;
      padding: 15px;
      line-height: 20px;
      padding-left: 22px;
      padding-top: 10px;
      padding-bottom: 10px;
      margin-bottom: 35px;
      margin-left: 15px;
      font-style: italic; }
  @media (min-width: 1025px) {
    .productView-description .themevale_tabs {
      display: block; }
    .productView-description .tab-content {
      padding: 0;
      display: none;
      border-top: none; }
      .productView-description .tab-content.is-active {
        display: block; }
    .productView-description .toggle-title {
      display: none;
      padding-bottom: 35px; }
    .productView-description .toggle-content {
      padding: 0;
      display: block !important; }
      .productView-description .toggle-content p strong {
        font-family: "Arimo", Arial, Helvetica, sans-serif;
        font-size: 13px;
        color: #000000;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 16px;
        text-transform: uppercase; } }

.productReviews,
.productSimilar {
  display: block;
  padding-top: 15px;
  margin-bottom: 0;
  border-top: 0; }
  @media (max-width: 1024px) {
    .productReviews,
    .productSimilar {
      border-top: 0;
      padding-top: 0; } }
  .productReviews .pagination .pagination-list .item-page,
  .productSimilar .pagination .pagination-list .item-page {
    display: none; }
  .productReviews .pagination .compare-link,
  .productSimilar .pagination .compare-link {
    display: none; }
  .productReviews .page-heading,
  .productSimilar .page-heading {
    margin: 0;
    font-size: 15px;
    line-height: 24px; }
  .productReviews .number-review,
  .productReviews .write-review,
  .productSimilar .number-review,
  .productSimilar .write-review {
    padding: 0 15px;
    margin-left: 15px;
    line-height: 24px;
    border-radius: 12px;
    background-color: #f7f7f7; }
  .productReviews .write-review,
  .productSimilar .write-review {
    color: #ffffff;
    background-color: #333333; }
  .productReviews .toggleLink-text svg,
  .productSimilar .toggleLink-text svg {
    fill: #323232; }
  .productReviews .toggle-title,
  .productSimilar .toggle-title {
    margin-bottom: 0;
    padding-bottom: 15px; }
    .productReviews .toggle-title .page-heading,
    .productSimilar .toggle-title .page-heading {
      display: inline-block;
      vertical-align: middle; }
    .productReviews .toggle-title .number-review,
    .productReviews .toggle-title .write-review,
    .productSimilar .toggle-title .number-review,
    .productSimilar .toggle-title .write-review {
      display: none; }
      @media (min-width: 767px) {
        .productReviews .toggle-title .number-review,
        .productReviews .toggle-title .write-review,
        .productSimilar .toggle-title .number-review,
        .productSimilar .toggle-title .write-review {
          display: inline-block;
          vertical-align: middle; } }
  .productReviews .toggle-content,
  .productSimilar .toggle-content {
    padding: 10px 0; }
  .productReviews.toggle:last-of-type,
  .productSimilar.toggle:last-of-type {
    margin-bottom: 0; }
  @media (min-width: 551px) {
    .productReviews .page-heading,
    .productSimilar .page-heading {
      font-size: 18px; } }
  @media (min-width: 1025px) {
    .productReviews .toggle-title,
    .productSimilar .toggle-title {
      padding-bottom: 35px; }
    .productReviews .toggle-content,
    .productSimilar .toggle-content {
      padding: 0; } }

#relatedProducts .productCarousel .slick-disabled, #similarByViews .productCarousel .slick-disabled {
  opacity: 1; }

@media (max-width: 992px) {
  #relatedProducts .productCarousel.slick-slider, #similarByViews .productCarousel.slick-slider {
    margin-bottom: 0px; } }

.themevalte_productView-left .productView-for .slick-arrow, .themevalte_productView-left .productView-for1 .slick-arrow {
  width: 29px;
  height: 29px;
  background: transparent;
  fill: #000000;
  padding: 6px;
  border-radius: 0;
  border: none;
  box-shadow: none; }

@media (max-width: 991px) {
  #homeNewProducts .productCarousel .slick-dots {
    bottom: 0px;
    z-index: 10;
    position: relative;
    padding-top: 20px; } }

@media (max-width: 551px) {
  #homeNewProducts .productCarousel .slick-dots {
    padding-top: 0px; } }

.toggleLink-text--on, .toggleLink.is-open .toggleLink-text--off {
  display: none; }

.toggleLink-text {
  font-size: 0;
  font-weight: 400;
  color: #323232; }

.toggleLink.is-open .icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.toggleLink .icon {
  line-height: inherit;
  color: inherit;
  height: 19px;
  width: 19px;
  position: relative;
  top: -2px;
  transition: all .4s ease; }

.productView-countDown {
  display: block;
  position: absolute;
  bottom: 10px;
  z-index: 10;
  left: 30px; }
  .productView-countDown .block-time {
    margin-right: 4px;
    text-align: center;
    display: inline-block;
    background-color: rgba(30, 30, 30, 0.8);
    min-width: 36px;
    max-height: 36px;
    border-radius: 3px; }
    .productView-countDown .block-time:last-of-type {
      margin-right: 0; }
    .productView-countDown .block-time .num {
      font-size: 13px;
      color: #ffffff;
      font-weight: 700;
      display: inline-block;
      vertical-align: top; }
    .productView-countDown .block-time .block-label {
      margin: 0 0 0 0;
      display: block;
      font-size: 11px;
      color: rgba(255, 255, 255, 0.5);
      font-weight: 400;
      font-size: 10px;
      margin-top: -10px;
      text-transform: uppercase; }

.productView-price-col {
  position: relative;
  margin: 0 0 22px 0; }
  .productView-price-col .label-sale {
    display: inline-block;
    margin-left: 12px;
    vertical-align: top;
    position: relative;
    top: -1px; }
    .productView-price-col .label-sale p {
      background: #f53b64;
      padding: 1px 8px;
      margin: 0;
      color: #fff;
      font-weight: 500;
      position: relative;
      border-radius: 3px; }
      .productView-price-col .label-sale p:before {
        content: "";
        position: absolute;
        top: 5px;
        left: -5px;
        width: 0;
        height: 0;
        border-top: 6px solid transparent;
        border-right: 6px solid #f53b64;
        border-bottom: 6px solid transparent; }
    .productView-price-col .label-sale .active-percent {
      display: none; }
  .productView-price-col .sold-product {
    font-weight: 500;
    letter-spacing: 0;
    font-size: 12px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../img/fire.png) left center no-repeat;
    padding-left: 25px;
    margin-top: -3px;
    padding-top: 3px; }
    @media (max-width: 768px) {
      .productView-price-col .sold-product {
        position: relative;
        margin: 15px 0; } }
    @media (max-width: 331px) {
      .productView-price-col .sold-product {
        position: initial;
        margin-bottom: 17px;
        margin-top: 14px; } }

.new-home-product .themevale_page-heading-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  padding-top: 0;
  margin-top: 0; }
  @media (max-width: 991px) {
    .new-home-product .themevale_page-heading-wrapper {
      margin-top: 37px; } }
  @media (max-width: 768px) {
    .new-home-product .themevale_page-heading-wrapper {
      margin-top: 0px;
      margin-bottom: 60px; } }

@media (max-width: 992px) {
  .new-home-product .productCarousel .slick-dots {
    bottom: 0px;
    z-index: 10;
    position: relative;
    padding-top: 25px; } }

@media (max-width: 551px) {
  .new-home-product .productCarousel .slick-dots {
    padding-top: 5px; } }

@media (max-width: 992px) {
  .featured-home-product .productCarousel .slick-dots {
    bottom: 0px;
    z-index: 10;
    position: relative;
    padding-top: 25px; } }

@media (max-width: 551px) {
  .featured-home-product .productCarousel .slick-dots {
    padding-top: 5px; } }

.top-home-product .themevale_page-heading-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  padding-top: 0;
  margin-top: 20px; }
  @media (max-width: 1024px) {
    .top-home-product .themevale_page-heading-wrapper {
      margin-top: 142px; } }
  @media (max-width: 768px) {
    .top-home-product .themevale_page-heading-wrapper {
      margin-top: 0px;
      margin-bottom: 60px; } }

@media (max-width: 992px) {
  .top-home-product .productCarousel .slick-dots {
    bottom: 0px;
    z-index: 10;
    position: relative;
    padding-top: 25px; } }

@media (max-width: 551px) {
  .top-home-product .productCarousel .slick-dots {
    padding-top: 5px; } }

#home-bottom-banner {
  margin-top: 25px; }
  @media (min-width: 769px) and (max-width: 1024px) {
    #home-bottom-banner {
      margin-top: 140px; } }
  @media (max-width: 768px) {
    #home-bottom-banner {
      margin-top: 0; } }

#customers_view {
  padding: 18px 0 26px 0; }
  #customers_view svg {
    position: relative;
    top: -1px;
    width: 20px;
    height: 20px;
    margin-right: 5px; }

.product-vertical .page-sidebar {
  display: none; }
  @media (min-width: 1025px) {
    .product-vertical .page-sidebar + .page-content {
      width: 100%; } }

.product-vertical .themevale_sidebar-mobile-wrapper {
  display: none; }

@media (min-width: 769px) {
  .product-vertical .themevalte_productView .themevalte_productView-left {
    width: 570px; } }

@media (min-width: 766px) {
  .product-vertical .themevalte_productView .themevalte_productView-left {
    position: sticky;
    top: 80px; } }

@media (min-width: 769px) {
  .product-vertical .themevalte_productView .themevalte_productView-right {
    width: calc(100% - 570px); } }

/*=====  End of www.themevale.com  ======*/
.sale-flag-star,
.sale-flag-star:before,
.sale-flag-star:after {
  background: #007dc6;
  content: "";
  display: block;
  height: 2.85714rem;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  transform: scaleX(1) scaleY(1) scaleZ(1);
  transform-origin: 50% 50% 0;
  width: 2.85714rem;
  z-index: 10; }

.sale-flag-star:before {
  transform: rotateZ(30deg) scaleX(1) scaleY(1) scaleZ(1); }

.sale-flag-star:after {
  transform: rotateZ(60deg) scaleX(1) scaleY(1) scaleZ(1); }

.starwrap {
  height: 2.85714rem;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 2.85714rem; }

.sale-text-burst {
  color: white;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  letter-spacing: 0;
  z-index: 50;
  transform: translate3D(-50%, -50%, 0); }

.new-flag-side {
  background: #2ba22a;
  color: white;
  z-index: 9;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  padding-left: 7px;
  padding-right: 7px;
  position: absolute;
  transition: all 0.5s ease;
  top: 0px;
  right: 0px;
  letter-spacing: 0; }
  .new-flag-side ~ .sale-flag-side {
    top: 27px; }
    .new-flag-side ~ .sale-flag-side ~ .out-flag-side {
      top: 54px; }
      .new-flag-side ~ .sale-flag-side ~ .out-flag-side ~ .custom-badge {
        top: 71px; }
  .new-flag-side ~ .out-flag-side {
    top: 27px; }
    .new-flag-side ~ .out-flag-side ~ .custom-badge {
      top: 54px; }
  .new-flag-side ~ .custom-badge {
    top: 27px; }

.sale-flag-side {
  background: #e95144;
  color: white;
  z-index: 9;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  padding-left: 7px;
  padding-right: 7px;
  position: absolute;
  transition: all 0.5s ease;
  top: 0px;
  right: 0px;
  letter-spacing: 0; }
  .sale-flag-side ~ .out-flag-side {
    top: 27px; }
    .sale-flag-side ~ .out-flag-side ~ .custom-badge {
      top: 54px; }
  .sale-flag-side ~ .custom-badge {
    top: 27px; }

.out-flag-side {
  background: #969696;
  color: white;
  z-index: 9;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  padding-left: 7px;
  padding-right: 7px;
  position: absolute;
  transition: all 0.5s ease;
  top: 0px;
  right: 0px;
  letter-spacing: 0; }
  .out-flag-side ~ .custom-badge {
    top: 27px; }

.custom-badge {
  background: #333333;
  color: white;
  z-index: 9;
  border-radius: 3px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  padding-left: 8px;
  padding-right: 8px;
  position: absolute;
  transition: all 0.5s ease;
  top: 0px;
  right: 0px;
  letter-spacing: 0; }

@media (max-width: 414px) {
  .sale-flag-sash {
    top: 15px;
    right: -20px;
    height: 16px;
    font-size: 11px;
    line-height: 16px;
    width: 5.71429rem; }
  .sale-text-burst {
    font-size: 10px; }
  .sale-flag-star,
  .sale-flag-star:before,
  .sale-flag-star:after {
    width: 2.14286rem;
    height: 2.14286rem; }
  .starwrap {
    width: 2.14286rem;
    height: 2.14286rem; } }

[data-product-attribute] .form-option.form-option-swatch {
  overflow: visible; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 22px;
  width: 22px; }

.form-option-expanded {
  background-color: white;
  border: 1px solid #999999;
  left: calc(100% + 55px);
  opacity: 0;
  padding: 3px;
  position: absolute;
  top: calc(100% + 5px);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden; }

.form-option:hover .form-option-expanded {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
  z-index: 5000; }

.form-option-image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100px;
  width: 100px; }

@media (max-width: 480px) {
  .account .form-actions .button {
    margin-left: 0; } }

@media (max-width: 350px) {
  .account .table .table-thead tr th:first-child {
    padding-top: 29px; } }

@media (min-width: 801px) {
  .account--fixed {
    margin: 0 auto;
    width: 66.66667%; } }

@media (min-width: 801px) {
  .account--fixedSmall {
    margin: 0 auto;
    width: 50%; } }

@media (min-width: 801px) {
  .account--fixedLarge {
    margin: 0 auto;
    width: 75%; } }

.account-head {
  margin-bottom: 3rem;
  text-align: center; }
  .account-head .alertBox {
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: left; }

.account-body {
  padding: 30px 20px; }
  .account-body .form-select {
    background-position: right 0.58333rem top 0.36667rem; }

.account-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

@media (min-width: 801px) {
  .account-content--fixed {
    width: 66.66667%; } }

@media (min-width: 801px) {
  .account-content--fixedSmall {
    width: 50%; } }

.account-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 801px) {
    .account-sidebar {
      width: 33.33333%; }
      .account-content--fixedSmall + .account-sidebar {
        float: right; } }

/* 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; } }

@media (min-width: 1025px) {
  .navPages-action.is-open .navPages-action-moreIcon:after {
    content: none; } }
