@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,600,700|Roboto:400,400i,500,500i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;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; }

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

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

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

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

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

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

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

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

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

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

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

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

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

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

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

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

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

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

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

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

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

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

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

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

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

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -20px;
  text-align: center;
  background: #000; }

.mfp-image-holder .mfp-close:hover, .mfp-iframe-holder .mfp-close:hover {
  background: #000 !important;
  border: 1px solid #000 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-figure figure {
  margin: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-button--thumbs {
  display: none !important; }

@media (max-width: 769px) {
  .fancybox-infobar {
    display: none !important; } }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  cursor: pointer;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s ease, visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s ease 0s, visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
  cursor: pointer; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  backface-visibility: visible;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
  border: 0; }

.fancybox-button:hover {
  color: #fff;
  border: 0;
  background: #e7040f; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
  border: 0; }

/* Fix IE11 */
.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none; }

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: linear;
  z-index: 99998; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-caption {
    padding: 12px; }
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-close-small {
    right: -6px; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; } }

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus::before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

html,
body {
  height: 100%; }

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

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

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

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

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

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

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

select {
  width: 100%; }

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

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

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

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

p {
  margin-bottom: 1.5rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: black;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0.25px;
  margin-bottom: 0.73333rem; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #323232;
    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.73333rem; }

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

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

dl dd {
  margin-bottom: 1.5rem; }

abbr,
acronym {
  border-bottom: 1px dotted #cccccc;
  color: #2d2d2d;
  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.06667rem;
  width: 1.06667rem;
  display: inline-block;
  vertical-align: middle; }
  .icon svg {
    display: inline-block;
    fill: #141414;
    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.13333rem;
  margin-left: -1.46667rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inlineList > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.46667rem; }
    .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: 2.03333rem;
  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.73333rem 1.5rem; }
  .table tr th,
  .table tr td {
    padding: 0.73333rem 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: black;
  color: black;
  font-size: 1rem;
  padding: 0.93333rem 2.23333rem;
  border-radius: 4px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .button:focus, .button.is-active, .button.active {
    background-color: transparent;
    border-color: black;
    color: white; }
  .button:active {
    background-color: transparent;
    border: 1px solid #757575;
    color: white; }
  .button:focus, .button.is-active, .button.active {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button {
      margin-left: 0.73333rem; } }

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

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

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

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

<button class="button button--action">Call-to-Action Button</button>
```
    */
.button--primary {
  background-color: black;
  border-color: black;
  color: white; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: #e7040f;
    border-color: #e7040f;
    color: white; }
  .button--primary:active {
    background-color: white;
    border: 1px solid white;
    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.6rem 1.5rem; }

.button--tiny { }

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

.button--icon {
  font-size: 1rem;
  padding: 0.73333rem 0.73333rem; }
  .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.73333rem;
  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.4rem 0.8rem; }
  .dropdown-menu-item a {
    display: block;
    padding: 0.4rem; }
  .dropdown-menu-item a {
    margin: -0.4rem; }

/*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.73333rem;
  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.53333rem; }
  .form-label small {
    color: #323232;
    font-size: 0.66667rem;
    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: #e5e5e5;
    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 2.03333rem;
  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.4rem;
    padding-left: 1.9rem;
    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.06667rem;
      left: 0;
      top: 0;
      width: 1.06667rem; }
    .form-checkbox + .form-label::after,
    .form-radio + .form-label::after {
      height: 0.93333rem;
      left: 1px;
      opacity: 0;
      top: 1px;
      transform: scale(0);
      width: 0.93333rem; }

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

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

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

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

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

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

PrefixPostfix

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

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

### PrefixPostfix with a button

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

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

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

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

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

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

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

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

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

Switch

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

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

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

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

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

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

.switch-toggle {
  background-color: #757575;
  border: 1px solid #757575;
  border-radius: 1.86667rem;
  cursor: pointer;
  display: inline-block;
  height: 1.86667rem;
  position: relative;
  transition: all 100ms ease-out;
  vertical-align: middle;
  width: 4rem; }
  .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.33336rem;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  content: "";
  height: 1.33336rem;
  left: 0.19999rem;
  position: absolute;
  top: 0.19999rem;
  transition: all 100ms ease-out;
  width: 1.33336rem; }
  .switch--checked .switch-toggle::before {
    left: 2.33332rem; }

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

.switch-label--icon.icon {
  height: 1.73333rem;
  width: 1.73333rem; }
  .switch-label--icon.icon svg {
    height: 1.73333rem;
    width: 1.73333rem;
    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 2.03333rem;
    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.46667rem;
  width: 1.46667rem;
  float: left;
  margin: 0 0 0 -2rem;
  position: relative;
  top: 0.66667rem; }
  .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.2rem; }
  .form-field-errors ul,
  .form-field-errors ol {
    list-style: none;
    margin-bottom: 0; }

.form-inlineMessage {
  display: inline-block;
  line-height: 24px;
  margin: 0.4rem 0 -0.53333rem;
  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 2.03333rem 0; }

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

.panel-body {
  margin-bottom: 1.5rem;
  padding: 1rem 2.03333rem 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: #323232;
  float: left;
  font-size: 13px;
  line-height: 13px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: #323232; }
  .breadcrumb.current {
    color: #323232;
    cursor: default; }
    .breadcrumb.current a {
      color: #323232;
      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: #323232;
    content: "/";
    margin: 0;
    position: relative;
    top: 1px; }
  .breadcrumb:first-child:before {
    content: " ";
    margin: 0; }
  .breadcrumb::before {
    margin: 0 0.53333rem; }
    @media (min-width: 481px) {
      .breadcrumb::before {
        margin: 0 0.53333rem; } }

.breadcrumb-label {
  cursor: pointer; }
  .breadcrumb-label:hover {
    color: black;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #323232;
    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: #323232;
  display: block;
  font-size: 15px;
  padding: 0.73333rem 1.46667rem; }
  .tab-title:hover {
    color: #2d2d2d; }

.tab.is-active .tab-title {
  color: #2d2d2d;
  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.73333rem; }

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

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

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

li.pagination-item--current a, li.pagination-item--current button {
  color: #323232;
  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.73333rem;
  padding: 0.73333rem 1.13333rem 0.73333rem 1.13333rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: white; }
  .alertBox .icon {
    height: 1.33333rem;
    width: 1.33333rem; }
  .alertBox .button {
    margin: 0 0 0 0.73333rem; }

.alertBox--info {
  background-color: #666666;
  border-color: #666666;
  color: #323232; }
  .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.13333rem; }

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

.alertBox-heading {
  margin: 0; }

.alertBox-close {
  cursor: pointer;
  padding-left: 1.13333rem; }
  .alertBox-close .icon {
    height: 1.33333rem;
    width: 1.33333rem; }
  .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: #2d2d2d;
    padding: 1.9rem;
    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.9rem; }

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

.accordion-content {
  display: none;
  padding: 2.03333rem;
  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(50, 50, 50, 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.73333rem 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.73333rem; }
  @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.33333rem;
    width: 1.33333rem; }

@media print {
  .modal {
    background: #FFFFFF !important;
    display: none; } }

.loadingNotification {
  left: 50%;
  position: fixed;
  text-align: center;
  top: 3rem;
  transform: translateX(-50%);
  transform-style: preserve-3d;
  transition: all 200ms ease-out;
  z-index: 500; }
  .loadingNotification.ng-hide-remove, .loadingNotification.ng-hide-add-active {
    opacity: 0;
    top: 3.6rem;
    transform: scale(0.9) translateX(-50%); }
  .loadingNotification.ng-hide-remove-active {
    opacity: 1;
    top: 3rem;
    transform: scale(1) translateX(-50%); }

.loadingNotification-label {
  background: #666666;
  border-radius: 4px;
  color: white;
  display: inline-block;
  font-size: 15px;
  padding: 0.4rem 0.73333rem; }

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

.loadingOverlay {
  background: rgba(50, 50, 50, 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.66667rem;
    width: 2.66667rem;
    border-radius: 2.66667rem;
    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.73333rem 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.4rem 0 0; }
    .actionBar-section .form-select,
    .actionBar-section .form-input {
      display: inline-block;
      width: 13.33333rem; } }

@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: #323232; }

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

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

.card-surTitle {
  float: right;
  margin-left: 1.5rem;
  max-width: 40%;
  text-align: right; }

.card-footer {
  background-color: transparent;
  margin: 0; }
  .card-footer:before, .card-footer:after {
    content: " ";
    display: table; }
  .card-footer:after {
    clear: both; }

.card-button {
  margin-bottom: 0; }

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

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

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

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

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

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

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 0.8; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.6; }
  .slick-prev:before,
  .slick-next:before {
    font-family: inherit;
    font-size: 20px;
    line-height: 1;
    color: #323232;
    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: #323232;
        opacity: 0.6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: rgba(0, 0, 255, 0);
      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.06667rem;
  margin-top: -2rem;
  padding: 0.66667rem;
  width: 2.66667rem; }
  .slick-next::before,
  .slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 2.73333rem;
    width: 1.33333rem; }
  .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.4rem; } }
  .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='%23323232' 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.4rem; } }
  .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='%23323232' 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.13333rem;
    width: 2.13333rem;
    margin: 0;
    padding: 0.33333rem; }
    .slick-dots li button,
    .slick-dots li button::before {
      height: 1rem;
      width: 1rem;
      border-radius: 50%; }
    .slick-dots li button {
      border: 1px solid #323232;
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle; }
      .slick-dots li button:hover::before {
        background: #323232; }
    .slick-dots li button::before {
      display: block;
      left: -1px;
      top: -1px;
      transition: background 100ms ease-out; }
    .slick-dots li.slick-active button::before {
      background: rgba(0, 0, 255, 0); }

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

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

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

.pace-inactive {
  display: none; }

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

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: black;
    font-size: 2rem; }
  .swal2-modal .swal2-content {
    color: #2d2d2d;
    font-size: 1.13333rem; }
  .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: black;
    color: black;
    font-size: 1rem;
    padding: 0.93333rem 2.23333rem;
    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: black;
      color: white; }
    .swal2-modal .swal2-styled:active {
      background-color: transparent;
      border: 1px solid #757575;
      color: white; }
  .swal2-modal .swal2-styled:focus {
    outline: none; }
  .swal2-modal .swal2-confirm {
    background-color: black;
    border-color: black;
    color: white;
    min-width: 83px; }
  .swal2-modal .swal2-confirm:focus,
  .swal2-modal .swal2-confirm:hover {
    background-color: #e7040f;
    border-color: #e7040f;
    color: white; }
  .swal2-modal .swal2-confirm:active {
    background-color: white;
    border-color: white;
    color: #323232; }
  .swal2-modal .swal2-cancel {
    background-color: transparent;
    border-color: black;
    color: black; }
    @media (min-width: 481px) {
      .swal2-modal .swal2-cancel {
        margin-left: 0.73333rem; } }
  .swal2-modal .swal2-cancel:focus,
  .swal2-modal .swal2-cancel:hover {
    background-color: transparent;
    border-color: black;
    color: white; }
  .swal2-modal .swal2-cancel:active {
    background-color: transparent;
    border-color: #757575;
    color: white; }

html,
body {
  height: auto; }

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

figure {
  margin-bottom: 2.03333rem;
  margin-top: 2.03333rem; }
  figure > figcaption {
    margin-bottom: -0.53333rem; }

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

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

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

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: color 0.15s ease; }

cite {
  line-height: 1.5;
  margin: 0.53333rem 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: #323232;
  float: left;
  font-weight: 400;
  margin: 0 0.4rem 0 0; }

.definitionList-value {
  margin: 0; }

.form-select {
  appearance: none;
  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='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z' fill='rgba(117, 117, 117, 0.999)' /%3E%3C/svg%3E");
  background-position: right 4px top 8px;
  border-radius: 4px;
  padding: 0.75rem 3rem 0.75rem 1rem;
  background-size: 18px; }

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

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

.table {
  margin-top: 2.03333rem; }
  .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.4rem; } }

.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 {
  opacity: 0;
  transition: all .3s ease;
  visibility: hidden;
  display: inherit; }
  .dropdown-menu.is-loading .loadingOverlay {
    background: none;
    padding: 4.5rem 0;
    position: relative; }
  .dropdown-menu.is-open {
    opacity: 1;
    visibility: visible;
    margin-top: 11px; }

.dropdown-menu-item {
  text-align: left; }
  .dropdown-menu-item:first-child > a {
    padding-top: 0.73333rem; }
  .dropdown-menu-item:last-child > a {
    padding-bottom: 1rem; }
  .dropdown-menu-item > a {
    margin: 0;
    padding: 0.26667rem 1.13333rem;
    text-decoration: none;
    font-family: "Oswald",sans-serif;
    font-weight: 400; }
    .dropdown-menu-item > a strong {
      font-weight: 400; }
    .dropdown-menu-item > a:hover {
      background-color: #fafafa; }
    .dropdown-menu-item > a > img {
      margin-right: 5px; }

.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: 0 !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: visible;
  padding: 0;
  right: 0;
  top: 50% !important;
  transform: translate(-50%, -50%); }
  .modal .modal-content {
    overflow: auto; }

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

.modal-header {
  padding-left: 2.25rem;
  padding-right: 2.88333rem; }

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

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

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

.breadcrumbs {
  z-index: 5;
  font-size: 0;
  line-height: 1;
  text-align: left;
  margin: 0;
  position: relative; }
  @media (min-width: 551px) {
    .breadcrumbs {
      display: block; }
      .breadcrumbs + .page-heading {
        margin-top: 15px; } }

.breadcrumb {
  vertical-align: top;
  display: inline-block;
  float: none;
  line-height: 1;
  padding: 5px 0; }
  .breadcrumb a {
    text-transform: capitalize; }
  .breadcrumb:before {
    content: "\f105";
    font: normal normal normal 10px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto; }
  .breadcrumb:first-child:before {
    content: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    cursor: text; }

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

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

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

.pagination-list {
  font-size: 0;
  margin-bottom: 1.5rem;
  text-align: center;
  position: relative;
  display: flex;
  margin-bottom: 0;
  justify-content: center; }
  .pagination-list:before, .pagination-list:after {
    content: " ";
    display: table; }
  .pagination-list:after {
    clear: both; }
  .pagination-list .pagination-item {
    display: inline-block; }
  .pagination-list li {
    margin-left: 10px; }
    .pagination-list li a i > svg {
      fill: #000000; }
  .pagination-list .pagination-item--previous > a {
    color: #000;
    font-family: "Arimo",Arial,Helvetica,sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700; }
    .pagination-list .pagination-item--previous > a > span {
      border-bottom: 1px solid #585858;
      line-height: initial; }
  .pagination-list .pagination-item--next > a {
    padding-left: 13px;
    color: #000;
    font-family: "Arimo",Arial,Helvetica,sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700; }
    .pagination-list .pagination-item--next > a > span {
      border-bottom: 1px solid #585858;
      line-height: initial; }

.product-pagination {
  width: 100%;
  padding-top: 30px;
  border-top: 1px dotted #cbcbcb;
  position: relative;
  text-align: center; }
  .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: 0;
      display: block;
      position: absolute;
      transform: translateY(-50%); } }

.pagination {
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 9; }

.pagination-item {
  border: none;
  line-height: 1; }
  .pagination-item .pagination-link {
    color: #000;
    text-decoration: none;
    transition: all 0.2s ease;
    min-width: 20px;
    text-align: center;
    letter-spacing: .05em;
    font-size: 12px;
    font-weight: 600;
    padding: 5px;
    width: 30px;
    height: 30px;
    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: 2px; }
    .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 {
      color: black; }
      .pagination-item .pagination-link:hover:before {
        width: 100%; }
  .pagination-item.pagination-item--current {
    border-radius: 0;
    color: #323232;
    margin: 0 0.4rem 0 0.73333rem; }
    .pagination-item.pagination-item--current > a {
      color: #000;
      font-weight: 700;
      padding: 8px;
      border: 1px solid #cbcbcb; }
    .pagination-item.pagination-item--current .pagination-link:before {
      width: 100%; }
  .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
    padding-left: 0;
    padding-right: 0;
    color: #000000;
    width: auto; }
    .pagination-item.pagination-item--previous > a:before, .pagination-item.pagination-item--next > a:before {
      width: 100%; }
    .pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--next > a:hover {
      color: black; }
      .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg {
        fill: black; }

.pagination-item--previous .icon,
.pagination-item--next .icon {
  height: 1.33333rem;
  margin-top: -0.13333rem;
  width: 1.33333rem; }

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

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

.pagination-list--small {
  position: relative; }
  .pagination-list--small .pagination-item {
    color: #323232;
    cursor: inherit;
    line-height: 1.5; }
  .pagination-list--small .pagination-link {
    padding: 0 0.4rem; }

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

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

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

.btn {
  font-size: 12px;
  font-weight: 700;
  height: 36px;
  line-height: initial;
  padding: 9px 25px 8px;
  border-radius: 0;
  background: #fff; }

.btn.btn-primary {
  color: #fff;
  border: 2px solid #000;
  background: #000; }

.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.13333rem 0;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 551px) {
    .tab-title {
      text-align: left; } }
  @media (min-width: 801px) {
    .tab-title {
      padding: 0.73333rem 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; }

.productView-description {
  width: 100%;
  display: block; }
  .productView-description .themevale_tabs {
    display: none; }
  .productView-description .tab-content {
    padding: 15px 0 0 0;
    display: block;
    border-top: 1px solid #eeeeee; }
  .productView-description .toggle-title {
    margin-bottom: 0;
    padding-bottom: 15px; }
  .productView-description .toggle-content {
    padding: 10px 0; }
  @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; } }

/*home tab new product*/
#new_products .tab-content {
  position: relative;
  padding-bottom: 0;
  display: none; }
  #new_products .tab-content.is-active {
    display: block; }

#new_products .tabs-contents {
  margin-bottom: 0; }
  @media (max-width: 767px) {
    #new_products .tabs-contents {
      clear: both; } }

.tab-category-wrap {
  overflow-x: auto; }

ul.tab-category {
  text-align: center;
  border: 0;
  margin-left: 0;
  margin-bottom: 12px;
  border: none;
  box-shadow: none; }
  @media (max-width: 480px) {
    ul.tab-category {
      text-align: left; } }
  ul.tab-category:after {
    display: none; }
  ul.tab-category li.tab {
    list-style: none;
    display: inline-block;
    float: none;
    border: none;
    box-shadow: none; }
    @media (max-width: 767px) {
      ul.tab-category li.tab {
        min-width: 145px;
        margin-bottom: 8px; } }
    ul.tab-category li.tab a {
      font-family: "Arimo",Arial,Helvetica,sans-serif;
      font-weight: 500;
      border: 1px solid transparent;
      padding: 7px 20px;
      display: block;
      letter-spacing: 0;
      color: #505050;
      font-size: 12px; }
      @media (max-width: 767px) {
        ul.tab-category li.tab a {
          padding: 8px 15px;
          width: 100%;
          text-align: center;
          border: 1px solid #a5a5a5;
          border-radius: 3px;
          background: #fff;
          float: left; } }
      @media (max-width: 480px) {
        ul.tab-category li.tab a {
          padding: 3px 15px; } }
    ul.tab-category li.tab.is-active a, ul.tab-category li.tab:hover a {
      border: 1px solid #e0e0e0;
      border-radius: 17px;
      background: #fff; }
      @media (max-width: 767px) {
        ul.tab-category li.tab.is-active a, ul.tab-category li.tab:hover a {
          background: #000;
          border: 1px solid #000;
          color: #fff;
          border-radius: 3px; } }

.accordion {
  border-radius: 4px;
  box-shadow: none; }
  .accordion .navList {
    margin-bottom: 0; }

.accordion-content {
  border: 0; }
  .accordion-content .form:only-child {
    margin-bottom: 0; }

.accordion-title {
  margin: 0; }

.accordion-navigation {
  margin-top: -1px;
  position: relative;
  text-decoration: none; }

.accordion--navList {
  border: 0; }
  .sidebarBlock + .accordion--navList {
    margin-top: 50px; }
  .accordion--navList .accordion-block {
    margin-top: 50px; }
  .accordion--navList .accordion-content {
    padding: 0; }
  .accordion--navList .accordion-navigation {
    background-position: right 0 top 50%;
    font-size: 16px;
    border: none; }
  .accordion--navList .accordion-title {
    text-decoration: none;
    text-transform: inherit;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 600;
    padding: 0 0 7px 0;
    margin: 0 0 20px 0;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    border-bottom: 1px solid #ebebeb;
    font-family: "Arimo",Arial,Helvetica,sans-serif;
    color: black; }
  .accordion--navList .accordion-indicator {
    fill: #999999; }
  .accordion--navList .accordion-navigation-actions {
    right: 0;
    top: 0; }

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

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

.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.9rem;
  top: 1.5rem; }
  .accordion-navigation-actions > a {
    font-size: 11px;
    color: #323232;
    vertical-align: middle;
    background-color: #fafafa;
    border-radius: 20px;
    padding: 2px 10px; }
    .accordion-navigation-actions > a:hover {
      color: black; }

.inlineList--labels {
  margin-bottom: 0; }
  .inlineList--labels > li {
    vertical-align: top;
    display: inline-block !important;
    margin-left: 0;
    margin-bottom: 0.73333rem !important;
    margin-right: 0.73333rem; }

.alertBox {
  border-radius: 4px;
  color: #323232; }

.alertBox-icon .icon {
  height: 1.66667rem;
  width: 1.66667rem; }

.alertBox--info {
  color: #31708f;
  background: #e8f4fa;
  border-color: #e8f4fa; }
  .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: 0.93333rem;
  left: -0.13333rem;
  margin-right: 0.06667rem;
  position: relative;
  top: 0.2rem;
  width: 0.93333rem; }

.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.73333rem center;
  background-repeat: no-repeat;
  padding-right: 3rem; }

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

.form-checkbox + .form-label::after,
.form-radio + .form-label::after {
  top: 4px; }

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

.form-actions {
  margin: 0 auto;
  max-width: 80rem;
  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.73333rem; }
      @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.73333rem; } }

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

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

.form-select--small,
.form-select--date {
  background-position: right 15px top 10px;
  background-size: 1.2rem;
  font-size: 13px;
  height: 2.33333rem;
  line-height: 1rem;
  max-width: 32rem;
  padding: 0.6rem 0.8rem;
  padding-right: 2rem; }

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

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

.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;
  padding-left: 8px;
  padding-right: 8px; }
  @media (min-width: 551px) {
    .form-column {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left; } }
  @media (min-width: 1024px) {
    .form-column {
      padding-left: 15px;
      padding-right: 15px; } }

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

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

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

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

.form-increment .button {
  margin: 0;
  padding: 0.2rem 0.33333rem; }

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

.form-option {
  border: 1px solid #cccccc;
  color: #666666;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  margin-bottom: 0.53333rem;
  margin-right: 0.53333rem;
  padding: 1px;
  transition: all 0.15s ease; }

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

.form-option-variant--color,
.form-option-variant--pattern {
  height: 1.46667rem;
  width: 1.46667rem;
  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.33333rem;
  line-height: 1rem;
  padding: 0.6rem 0.8rem; }

.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: 50%;
    float: left;
    margin-bottom: 0;
    padding-left: 0.375rem;
    padding-right: 0.375rem; }
    .form-minMaxRow .form-field:last-child {
      margin-top: 15px;
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 100%;
      float: left; }
  .form-minMaxRow .button {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%; }

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

[data-product-attribute] .form-option {
  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; }

.form-row {
  margin-left: -8px;
  margin-right: -8px; }
  .form-row > .form-column > .form-field {
    padding-left: 0;
    padding-right: 0; }
  .form-row > .form-column > .form-field-group {
    padding: 1.5rem; }
  .form-row .form-field {
    padding-left: 8px;
    padding-right: 8px; }
  .form-row .form-field-group .form-radio + .form-label {
    margin-bottom: 10px; }
  .form-row .form-field-group .form-radio:last-of-type + .form-label {
    margin-bottom: 0; }
  @media (min-width: 1024px) {
    .form-row {
      margin-left: -15px;
      margin-right: -15px; }
      .form-row .form-field {
        padding-left: 15px;
        padding-right: 15px; } }

.contact-form .form-actions {
  text-align: left; }
  .contact-form .form-actions .button {
    width: 204px;
    min-width: 204px;
    font-size: 13px;
    font-weight: 600; }

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

.store-address {
  margin-bottom: 20px; }

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

.card-img-container {
  max-width: 400px;
  position: relative; }
  .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.26667rem; }
  .card-title > a {
    color: black;
    text-decoration: none; }
    .card-title > a:hover {
      color: black; }

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

.sideTopSellers .card:before {
  content: none; }

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

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

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

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

.page-type-category .sideBannerImage {
  margin-top: 18px; }

.page-type-category .sideCustomCMS {
  margin-top: 36px; }

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

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

.card-figcaption-button {
  font-family: "Oswald",sans-serif;
  border: none;
  display: block;
  margin: 0.4rem 0 0; }
  .card-figcaption-button:active {
    background-color: white;
    border: none; }
  .card-figcaption-button + .card-figcaption-button {
    margin: 0.4rem 0 0; }

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

/*=====  End of Defaul Bigcommerce  ======*/
/*=========================================
=            www.themevale.com            =
=========================================*/
.card {
  margin-bottom: 40px; }
  .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;
      margin-bottom: 5px; }
      .card .card-figure .card-link.hasOptionImage {
        margin-bottom: 35px; }
      .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: 500;
        letter-spacing: 1px; } }
  .card .card-body {
    padding-top: 10px; }
    @media (max-width: 1024px) {
      .card .card-body .card-detail {
        min-height: 126px;
        overflow: hidden; } }
    .card .card-body .card-brand {
      font-family: "Oswald",sans-serif;
      display: block;
      color: stencilcolor("card_brand_color");
      line-height: 1;
      font-size: 12px;
      font-weight: 500;
      margin-bottom: 7px;
      text-transform: uppercase;
      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 9px 0;
      letter-spacing: 0.24px;
      transition: all 0.3s ease; }
      .card .card-body .card-title > a {
        font-family: "Arimo",Arial,Helvetica,sans-serif;
        transition: none;
        color: black;
        letter-spacing: 0; }
        .card .card-body .card-title > a:hover {
          color: black; }
    .card .card-body .card-price {
      font-family: "Arimo",Arial,Helvetica,sans-serif;
      font-size: 14px;
      line-height: 25px;
      font-weight: 600;
      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: #000000; }
        .card .card-body .card-price .price-section.rrp-price--withoutTax {
          color: #969696;
          display: block;
          margin-bottom: 0px;
          margin-right: 0; }
        .card .card-body .card-price .price-section.non-sale-price--withoutTax {
          color: #969696; }
        .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-compare {
      display: none; }
    .card .card-body .price-wrapper {
      width: 100%;
      vertical-align: top;
      display: inline-block;
      margin-bottom: 9px; }
    .card .card-body .card-rating {
      margin: 0;
      line-height: 1;
      margin-bottom: 10px; }
      .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: 0;
      visibility: hidden;
      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: 0; } }
  @media (min-width: 1025px) {
    .card {
      margin-bottom: 50px;
      position: relative;
      padding: 0 5px 27px 5px; }
      .card: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; }
      .card .card-figure {
        padding-bottom: 0; }
        .card .card-figure .wishlist {
          top: 0px;
          right: 0px;
          margin: 0;
          z-index: 5;
          position: absolute;
          display: inline-block;
          background-color: transparent; }
          .card .card-figure .wishlist svg {
            width: 16px;
            height: 16px;
            fill: black; }
        .card .card-figure .quickview {
          top: 50%;
          left: 50%;
          z-index: 5;
          min-width: 100px;
          text-align: center;
          color: black;
          font-size: 14px;
          font-weight: 400;
          position: absolute;
          vertical-align: top;
          padding: 5px 12px;
          margin: 0 auto;
          text-transform: capitalize;
          display: inline-block;
          background-color: white;
          border-radius: 2px;
          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:before {
            left: 0;
            width: 0;
            bottom: 0;
            content: "";
            height: 1px;
            position: absolute;
            transition: all 0.3s ease; }
          .card .card-figure .quickview:hover {
            text-decoration: none;
            color: white;
            background-color: black; }
            .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: #a0a0a0;
          line-height: 1;
          display: block;
          margin-top: 20px;
          margin-bottom: 4px; }
          .card .card-body .card-compare > input {
            top: auto;
            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 {
          display: block; }
        .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; }

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

.card-img-container .product-additional {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 5;
  position: absolute;
  visibility: hidden;
  filter: alpha(opacity=0);
  transition: all .6s ease; }
  .card-img-container .product-additional img {
    transition: all 0.5s ease;
    object-fit: contain;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: 0;
    width: 100%;
    max-height: 100%; }
    .card-img-container .product-additional img:after {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }

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

.card .card-figure {
  padding-bottom: 0; }

.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.4rem;
  padding-left: 1.9rem;
  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.06667rem;
    left: 0;
    top: 0;
    width: 1.06667rem; }
  .navList-action--checkbox::after {
    height: 0.93333rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 0.93333rem; }
  .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(50, 50, 50, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(50, 50, 50, 0.999);
    content: "";
    font-size: 0.93333rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox:before, .navList-action--checkbox:after {
    top: 50%; }
  .navList-action--checkbox:before {
    margin-top: -0.53333rem;
    border-radius: 0; }
  .navList-action--checkbox:after {
    margin-top: -0.46667rem; }
  .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.26667rem;
  transition: opacity 0.3s ease;
  visibility: hidden; }
  .navList-action-close .icon {
    height: 0.86667rem;
    width: 0.86667rem;
    fill: #323232; }
  .navList-action.is-selected:hover .navList-action-close {
    opacity: 1;
    visibility: visible; }

.navBar--sub {
  width: 100%;
  text-align: center;
  margin-bottom: 15px; }
  .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;
        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);
        border-radius: 3px; }
        .navBar--sub .navBar-section .navBar-item {
          width: auto;
          padding: 0; }
          .navBar--sub .navBar-section .navBar-item:first-child {
            border-top-left-radius: 3px;
            border-bottom-left-radius: 3px; }
            .navBar--sub .navBar-section .navBar-item:first-child > a {
              border-top-left-radius: 3px;
              border-bottom-left-radius: 3px; }
          .navBar--sub .navBar-section .navBar-item:last-child {
            border-top-right-radius: 3px;
            border-bottom-right-radius: 3px;
            padding-right: 0; }
            .navBar--sub .navBar-section .navBar-item:last-child > a {
              border-right: 1px solid #e0e0e0;
              border-top-right-radius: 3px;
              border-bottom-right-radius: 3px; }
          .navBar--sub .navBar-section .navBar-item > a {
            padding: 7px 42px;
            border-right: none; }
          .navBar--sub .navBar-section .navBar-item.is-active {
            padding: 7px 42px;
            border: 1px solid #e0e0e0;
            border-right: none; } }
    @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: 24px;
    font-weight: 500;
    border-spacing: 0px;
    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: 200px;
    vertical-align: middle;
    background: #fafafa; }
    .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: 3px 0 0 3px;
        -webkit-border-radius: 3px 0 0 3px;
        -moz-border-radius: 3px 0 0 3px;
        -ms-border-radius: 3px 0 0 3px; } }
    @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: 3px 0 0 3px;
        -webkit-border-radius: 3px 0 0 3px;
        -moz-border-radius: 3px 0 0 3px;
        -ms-border-radius: 3px 0 0 3px; } }
    .navBar--sub .navBar-item:last-child,
    .navBar--sub .navBar-item.navBar-item--separate:last-child {
      border: 0; }
      @media (min-width: 992px) {
        .navBar--sub .navBar-item:last-child,
        .navBar--sub .navBar-item.navBar-item--separate:last-child {
          border-radius: 0px 3px 3px 0;
          -webkit-border-radius: 0px 3px 3px 0;
          -moz-border-radius: 0px 3px 3px 0;
          -ms-border-radius: 0px 3px 3px 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: 0px 3px 3px 0;
          -webkit-border-radius: 0px 3px 3px 0;
          -moz-border-radius: 0px 3px 3px 0;
          -ms-border-radius: 0px 3px 3px 0; } }
    .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;
      color: inherit;
      font-size: inherit;
      font-weight: inherit;
      border: 1px solid #e0e0e0;
      background-color: transparent; }
      .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: #2d2d2d; }
  @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: 30px; }
      .navBar--sub .navBar-section {
        margin: 0;
        width: 100%;
        display: table;
        background: #fafafa;
        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);
        border: 1px solid #e0e0e0;
        border-radius: 3px; }
      .navBar--sub .navBar-item,
      .navBar--sub .navBar-item.navBar-item--separate {
        padding: 0;
        font-size: 13px;
        display: table-cell;
        min-width: 200px;
        vertical-align: middle;
        background: #fafafa;
        border-right: 1px solid #e0e0e0; }
        .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;
          border-right: 1px solid #e0e0e0; }
          .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; } }

.themevale_account .account-body .account-content .account-heading {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: .05em; }

.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: #323232;
  font-size: 13px;
  line-height: 2.2rem;
  margin-bottom: 0;
  padding-left: 0.73333rem; }

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

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

.actionBar-section .form-select {
  color: #323232;
  height: 2.2rem; }

.themevale_categoryToolbar {
  margin-bottom: 30px;
  text-align: left; }
  .themevale_categoryToolbar .actionBar {
    margin: 0 0 15px 0;
    display: block; }
  .themevale_categoryToolbar .form-label {
    margin: 0;
    font-size: 12px;
    padding-right: 12px;
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    font-family: "Arimo",Arial,Helvetica,sans-serif;
    color: black;
    font-weight: 700; }
    @media (max-width: 1024px) {
      .themevale_categoryToolbar .form-label {
        padding-right: 15px; } }
    @media (max-width: 551px) {
      .themevale_categoryToolbar .form-label {
        min-width: 70px; } }
  .themevale_categoryToolbar .view-as-btn {
    font-size: 0;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #e2e4e8; }
    .themevale_categoryToolbar .view-as-btn > a {
      padding: 10px;
      width: 40px;
      height: 40px;
      vertical-align: top;
      display: inline-block;
      background-color: #ffffff; }
      .themevale_categoryToolbar .view-as-btn > a svg {
        width: 100%;
        height: 100%;
        fill: #e2e4e8;
        stroke: #e2e4e8;
        pointer-events: none; }
      .themevale_categoryToolbar .view-as-btn > a#grid-view svg {
        transform: rotate(90deg); }
    .themevale_categoryToolbar .view-as-btn > #grid-view-4 {
      display: none; }
  .themevale_categoryToolbar .item-iconSidebar + .item .view-as-group {
    top: 0;
    right: 0;
    margin-right: 0;
    position: absolute; }
    .themevale_categoryToolbar .item-iconSidebar + .item .view-as-group .form-label {
      display: none; }
  .themevale_categoryToolbar.themevale_sidebar-mobile-wrapper {
    margin-bottom: 30px; }
  @media (min-width: 801px) {
    .themevale_categoryToolbar {
      text-align: right;
      margin-bottom: 50px; }
      .themevale_categoryToolbar .actionBar {
        margin: 0 30px 0 0;
        vertical-align: middle;
        display: inline-block; }
        .themevale_categoryToolbar .actionBar:last-child {
          margin: 0; }
      .themevale_categoryToolbar.themevale_sidebar-mobile-wrapper {
        margin-bottom: 50px; } }
  @media (min-width: 993px) {
    .themevale_categoryToolbar .view-as-btn #grid-view-4 {
      display: inline-block; } }
  @media (min-width: 1025px) {
    .themevale_categoryToolbar .item-iconSidebar + .item .view-as-group {
      top: auto;
      right: auto;
      margin-right: 30px;
      position: relative; }
      .themevale_categoryToolbar .item-iconSidebar + .item .view-as-group .form-label {
        display: inline-block; } }

.has-ribbon {
  position: relative; }

.ribbon {
  background-color: #323232;
  color: white;
  cursor: default;
  font-weight: 700;
  margin: -0.73333rem -0.73333rem 0 0;
  padding: 0.06667rem 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 #eaeaea;
  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 #eaeaea transparent;
    border-bottom-style: solid;
    bottom: 100%;
    left: 0.73333rem;
    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%;
    left: 0.86667rem;
    position: absolute; }

#cart-preview-dropdown2 {
  top: 35px; }

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

.top-cart .dropdown-cart {
  position: absolute;
  z-index: 111;
  top: 52px;
  right: 0px;
  left: auto;
  display: none;
  width: 318px;
  min-height: 81px;
  margin-top: 16px;
  padding: 0;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2); }
  .top-cart .dropdown-cart.is-loading .loadingOverlay {
    background: none;
    padding: 25px;
    position: relative; }

.navUser-action {
  color: #505050;
  font-weight: 400;
  padding: 20px 0px;
  text-decoration: none;
  text-transform: capitalize; }
  .navUser-action:hover, .navUser-action.is-open {
    color: #000000; }
    .navUser-action:hover svg, .navUser-action.is-open svg {
      fill: #000000;
      stroke: #000000; }
  .navUser-action.is-open {
    color: #000000; }
    .navUser-action.is-open svg {
      transform: rotate(180deg); }
  .navUser-action .icon {
    height: 0.53333rem;
    width: 0.53333rem;
    margin: -1px 0 0 0.2rem; }
  .navUser-action .icon-2 {
    height: 1.06667rem;
    width: 1.06667rem;
    margin: -1px 8px 0 0;
    display: inline-block;
    vertical-align: middle; }
  .navUser-action svg {
    fill: #323232;
    stroke: #323232;
    transition: all 0.15s ease; }

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

.navUser-item--cart .navUser-action {
  padding: 17px 0px; }
  @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;
        content: "";
        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; }

.navUser-item-cartIcon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  line-height: 1; }
  .navUser-item-cartIcon > svg {
    width: 25px;
    height: 25px;
    stroke: transparent !important;
    fill: #323232; }
    .navUser-item-cartIcon > svg:hover {
      fill: #323232; }

.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: 10px;
        width: calc(100% - 20px);
        max-width: 100%; } }
  .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: auto;
    padding: 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;
    position: absolute;
    background-color: transparent; }
    .dropdown--quickSearch button[type="submit"] .text {
      display: none; }
    .dropdown--quickSearch button[type="submit"] .icon {
      width: 50px;
      height: 100%;
      padding: 15px;
      fill: black; }
    .dropdown--quickSearch button[type="submit"]:hover, .dropdown--quickSearch button[type="submit"]:focus, .dropdown--quickSearch button[type="submit"]:active {
      border: none;
      background-color: transparent; }
      .dropdown--quickSearch button[type="submit"]:hover .icon, .dropdown--quickSearch button[type="submit"]:focus .icon, .dropdown--quickSearch button[type="submit"]:active .icon {
        fill: black; }
  @media (min-width: 1025px) {
    .dropdown--quickSearch {
      top: 55px !important; } }
  @media (max-width: 1024px) {
    .dropdown--quickSearch .form-input {
      line-height: 20px;
      padding-right: 40px; }
    .dropdown--quickSearch button[type="submit"] .icon {
      padding: 12px; } }
  @media (max-width: 767px) {
    .dropdown--quickSearch .form-input {
      padding: 10px 15px;
      padding-right: 40px; }
    .dropdown--quickSearch button[type="submit"] .icon {
      padding: 10px; } }

.countPill {
  background-color: #141414;
  border-radius: 50%;
  color: white;
  display: none;
  font-size: 11px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  width: 18px; }
  @media (min-width: 551px) {
    .countPill {
      font-size: 12px;
      width: 20px;
      height: 20px;
      line-height: 20px; } }

.countPill--positive {
  top: -3px;
  right: -6px;
  z-index: 5;
  position: absolute;
  display: inline-block; }
  @media (min-width: 767px) {
    .countPill--positive {
      top: -6px;
      right: -8px; } }
  @media (min-width: 1025px) {
    .countPill--positive {
      top: -6px;
      right: -8px; } }

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

.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 {
  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); }
  @media (max-width: 1024px) {
    #menu {
      box-shadow: 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: 5px 0 0 0;
  width: 100%;
  font-size: 0;
  margin: 0 auto;
  max-width: 1200px;
  background: none;
  text-align: center;
  overflow-y: visible; }
  .navPages .navPages-item {
    float: left;
    position: relative; }
    @media (min-width: 1025px) {
      .navPages .navPages-item.dropdown_left .navPage-subMenu-list li ul {
        right: 100%;
        left: auto; } }
    .navPages .navPages-item > a {
      position: relative; }
      .navPages .navPages-item > a:before {
        content: "";
        position: absolute;
        width: 0;
        bottom: 0px;
        left: 17px;
        height: 1px;
        background: #565656;
        transition: all 0.3s ease; }
      .navPages .navPages-item > a:hover:before {
        width: calc(100% - 34px); }
    .navPages .navPages-item .Menu-Label {
      font-family: "Arimo",Arial,Helvetica,sans-serif;
      position: absolute;
      top: -14px;
      right: 0;
      padding: 0 9px;
      text-align: center;
      font-size: 11px;
      text-transform: capitalize;
      font-weight: 500;
      border-radius: 10px;
      line-height: 17px;
      z-index: 10; }
      @media (max-width: 1024px) {
        .navPages .navPages-item .Menu-Label {
          position: relative;
          top: 0;
          margin-left: 12px;
          display: inline-block; } }
      .navPages .navPages-item .Menu-Label.Hot-Label {
        color: white;
        background: #f79900; }
      .navPages .navPages-item .Menu-Label.New-Label {
        color: white;
        background: #44b5f5; }
      .navPages .navPages-item .Menu-Label.Sale-Label {
        color: white;
        background: #ec4064; }
  .navPages ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .navPages .navPage-subMenu-list {
    padding: 0;
    margin: 0 auto;
    list-style: none;
    margin: 0 auto;
    max-width: 80rem;
    width: 100%; }
    .navPages .navPage-subMenu-list:before, .navPages .navPage-subMenu-list:after {
      content: " ";
      display: table; }
    .navPages .navPage-subMenu-list:after {
      clear: both; }
  @media (max-width: 1024px) {
    .navPages {
      list-style: none;
      text-align: left; }
      .navPages li {
        border-top: 1px solid #eaeaea; }
      .navPages .navPages-list {
        width: 100%; }
        .navPages .navPages-list > li:first-child {
          border-top: 0; }
        .navPages .navPages-list > li:last-child {
          border-bottom: 1px solid #eaeaea; }
      .navPages .navPages-item {
        float: none; }
        .navPages .navPages-item .navPage-subMenu .cateArea {
          max-width: 100% !important; }
        .navPages .navPages-item .navPage-subMenu .imageArea {
          max-width: 100% !important; }
        .navPages .navPages-item .socialLinks {
          padding-top: 10px;
          padding-bottom: 5px; }
          .navPages .navPages-item .socialLinks .socialLinks-item {
            border: none; } }

.navPages-list {
  margin: 0;
  float: none;
  vertical-align: top;
  display: inline-block; }
  .navPages-list .navPages-item.hasMegamenu.fullWidth .subMegaMenu {
    padding: 35px 0px 18px 0px; }
  .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: 40px 20px 30px 20px;
    max-height: 550px;
    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; }
          .navPages-list .navPages-item.hasMegamenu .subMegaMenu .imageArea.colRight a + a {
            margin-top: 20px; }
      .navPages-list .navPages-item.hasMegamenu .subMegaMenu .imageArea .col-left {
        float: left;
        width: 50%;
        padding-right: 4px; }
        @media (min-width: 1261px) {
          .navPages-list .navPages-item.hasMegamenu .subMegaMenu .imageArea .col-left {
            width: 51%;
            padding-right: 8px;
            margin-bottom: 32px; } }
      .navPages-list .navPages-item.hasMegamenu .subMegaMenu .imageArea .col-right {
        float: right;
        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; }
    .navPages-list .navPages-item.hasMegamenu .subMegaMenu.featuredProduct .imageArea {
      padding-left: 40px; }
    .navPages-list .navPages-item.hasMegamenu .subMegaMenu.featuredProduct .col-left {
      padding-right: 15px;
      width: 50%;
      margin-bottom: 37px; }
      @media (min-width: 1200px) {
        .navPages-list .navPages-item.hasMegamenu .subMegaMenu.featuredProduct .col-left {
          padding-right: 30px;
          width: 49%; } }
      .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: .05em;
          text-transform: uppercase;
          margin-bottom: 20px;
          margin-top: 0px;
          font-family: "Oswald",sans-serif;
          font-weight: 500; }
        .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 .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: #e4e4e4; }
            .navPages-list .navPages-item.hasMegamenu .subMegaMenu.featuredProduct .col-left .featured-product .product .card-body .card-rating .icon.icon--ratingFull svg {
              fill: #ffc50a; }
            .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: black; }
              .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; }
      @media (min-width: 1200px) {
        .navPages-list .navPages-item.hasMegamenu .subMegaMenu.featuredProduct .col-right {
          width: 51%;
          margin-top: 5px; } }
  @media (min-width: 1025px) {
    .navPages-list .navPage-subMenu-title, .navPages-list .navPage-subMenu-all {
      display: none; } }

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

.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: block; }
  @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: "Oswald",sans-serif;
  color: black;
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  text-transform: uppercase;
  padding: 14px 20px 17px;
  background-color: transparent;
  letter-spacing: .05em; }
  .navPages-action:hover {
    color: black; }
    .navPages-action:hover svg {
      fill: black;
      stroke: black; }
  .navPages-action svg {
    fill: black;
    stroke: black;
    transition: all 0.15s ease; }
  @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: inline-block !important;
        opacity: 1;
        visibility: visible; } }

.navPages-action-moreIcon {
  height: 0.53333rem;
  width: 0.53333rem;
  transform: none;
  margin-left: 0.4rem;
  transition: all 0.3s ease;
  display: none; }
  .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: 240px;
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px;
      background-color: white;
      box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
      pointer-events: none;
      transform: translateY(50px); }
      .navPage-subMenu > .navPage-subMenu-list {
        width: 100%; }
        .navPage-subMenu > .navPage-subMenu-list li {
          width: 100%;
          padding: 0 15px;
          margin-bottom: 0;
          position: relative;
          border-top: 1px solid #ebebeb; }
          .navPage-subMenu > .navPage-subMenu-list li:first-child {
            border-top: 0; }
          .navPage-subMenu > .navPage-subMenu-list li a {
            padding: 5px 0;
            font-family: "Arimo",sans-serif,"Arial","sans-serif"; }
          .navPage-subMenu > .navPage-subMenu-list li > .navPage-subMenu {
            position: absolute;
            left: 100%;
            margin-left: -33px;
            border-radius: 4px;
            top: 0;
            min-width: 240px;
            background-color: white;
            box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
            -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
            -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
            -ms-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
            display: none;
            z-index: 10; }
            .navPage-subMenu > .navPage-subMenu-list li > .navPage-subMenu li a {
              line-height: 30px; }
          .navPage-subMenu > .navPage-subMenu-list li:hover > .navPage-subMenu {
            display: block;
            -webkit-animation: fadeIn .3s;
            animation: fadeIn .3s;
            opacity: 1;
            visibility: visible;
            transform: none; }
        .navPage-subMenu > .navPage-subMenu-list > li > a {
          text-transform: capitalize;
          font-weight: 400;
          font-size: 12px;
          color: #2d2d2d;
          position: relative;
          display: inline-block;
          width: auto;
          line-height: 30px;
          letter-spacing: 0; }
          .navPage-subMenu > .navPage-subMenu-list > li > a:before {
            font-family: FontAwesome;
            font-size: 14px;
            position: absolute;
            top: 4px;
            left: 0;
            content: '\f105';
            color: #969696;
            visibility: hidden;
            opacity: 0; }
          .navPage-subMenu > .navPage-subMenu-list > li > a:hover {
            color: #e7040f;
            font-weight: bold;
            font-weight: 600;
            padding-left: 15px; }
            .navPage-subMenu > .navPage-subMenu-list > li > a:hover:before {
              width: 100%;
              opacity: 1;
              visibility: visible; }
      .navPage-subMenu.subMegaMenu .cateArea.columns-2 .navPage-subMenu-list .navPage-subMenu-item {
        width: 50%; }
      .navPage-subMenu.subMegaMenu .cateArea.columns-3 .navPage-subMenu-list .navPage-subMenu-item {
        width: 33.33%; }
      .navPage-subMenu.subMegaMenu .cateArea.columns-4 .navPage-subMenu-list .navPage-subMenu-item {
        width: 25%; }
      .navPage-subMenu.subMegaMenu .cateArea.columns-5 .navPage-subMenu-list .navPage-subMenu-item {
        width: 20%; }
      .navPage-subMenu.subMegaMenu .cateArea.columns-6 .navPage-subMenu-list .navPage-subMenu-item {
        width: 16.6666%; } }
  .navPage-subMenu .bottomCate .text-cate p {
    font-size: 14px;
    color: #141414;
    font-weight: 400;
    text-align: center;
    font-family: "Oswald",sans-serif;
    text-transform: capitalize;
    line-height: 20px;
    letter-spacing: 0;
    margin: 0;
    padding: 11px 0;
    background: #d2f2f1; }

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

@media (min-width: 1025px) {
  .navPage-subMenu-item {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 25%;
    float: left;
    padding: 0 15px;
    margin-bottom: 35px; }
    .navPage-subMenu-item .navPages-action {
      font-size: 1rem;
      color: #646464;
      padding: 5px 0;
      font-weight: 400;
      text-transform: none; }
      .navPage-subMenu-item .navPages-action:hover {
        color: #e7040f; }
    .navPage-subMenu-item > .navPage-subMenu-action {
      font-size: 12px;
      color: #2d2d2d;
      font-weight: 600;
      padding: 0 0 8px 0;
      text-transform: uppercase; }
      .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;
      color: #2d2d2d; }
      .navPage-subMenu-item .navPage-childList .navPage-childList-action:before {
        font-family: FontAwesome;
        font-size: 14px;
        position: absolute;
        top: 4px;
        left: 0;
        content: '\f105';
        color: #969696;
        visibility: hidden;
        opacity: 0; }
      .navPage-subMenu-item .navPage-childList .navPage-childList-action:hover {
        color: #e7040f;
        font-weight: bold;
        padding-left: 15px; }
        .navPage-subMenu-item .navPage-childList .navPage-childList-action:hover:before {
          width: 100%;
          opacity: 1;
          visibility: visible; } }

.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_MobileContent {
  padding: 0; }
  #menu-mobile .themevale_MobileContent .navPages {
    padding-top: 0; }
  #menu-mobile .themevale_MobileContent .navPages-list li {
    position: static; }
    #menu-mobile .themevale_MobileContent .navPages-list li > .navPage-subMenu.subMegaMenu {
      max-height: unset;
      overflow-y: unset; }
      #menu-mobile .themevale_MobileContent .navPages-list li > .navPage-subMenu.subMegaMenu.imageRight .imageArea.colRight {
        padding: 20px;
        border-top: 1px solid #eaeaea; }
        #menu-mobile .themevale_MobileContent .navPages-list li > .navPage-subMenu.subMegaMenu.imageRight .imageArea.colRight.is-hidden {
          display: none; }
        #menu-mobile .themevale_MobileContent .navPages-list li > .navPage-subMenu.subMegaMenu.imageRight .imageArea.colRight > div {
          width: 100%;
          padding: 0;
          text-align: center; }
          #menu-mobile .themevale_MobileContent .navPages-list li > .navPage-subMenu.subMegaMenu.imageRight .imageArea.colRight > div > a:hover {
            background: transparent; }
        #menu-mobile .themevale_MobileContent .navPages-list li > .navPage-subMenu.subMegaMenu.imageRight .imageArea.colRight .col-left {
          margin-bottom: 15px; }
          #menu-mobile .themevale_MobileContent .navPages-list li > .navPage-subMenu.subMegaMenu.imageRight .imageArea.colRight .col-left a + a {
            margin-top: 15px; }
      #menu-mobile .themevale_MobileContent .navPages-list li > .navPage-subMenu.subMegaMenu.imageLeft .cateArea .colLeftImage {
        padding-top: 20px; }
        #menu-mobile .themevale_MobileContent .navPages-list li > .navPage-subMenu.subMegaMenu.imageLeft .cateArea .colLeftImage a {
          padding-right: 20px; }
    #menu-mobile .themevale_MobileContent .navPages-list li.is-open {
      transition: all 0.3s ease;
      border-top: none; }
      #menu-mobile .themevale_MobileContent .navPages-list li.is-open > a {
        background: #fafafa;
        text-align: right;
        text-transform: uppercase;
        width: 100%; }
        #menu-mobile .themevale_MobileContent .navPages-list li.is-open > a.is-hidden {
          display: none; }
      #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu {
        padding: 0; }
        #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.is-hidden .imageArea {
          display: none; }
        #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu.is-hidden {
          border-top: none; }
          #menu-mobile .themevale_MobileContent .navPages-list li.is-open > .navPage-subMenu.is-hidden .navPage-subMenu-list li.is-open {
            border-top: 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 .navPage-childList {
          display: block; }
        #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; }
            #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 > a {
      padding: 0 20px;
      display: inline-block;
      width: 100%;
      position: relative;
      padding-right: 35px; }
      #menu-mobile .themevale_MobileContent .navPages-list li > a.is-open {
        padding-left: 62px;
        display: none; }
      #menu-mobile .themevale_MobileContent .navPages-list li > a .text {
        padding: 10px 0;
        display: inline-block;
        margin-left: 0;
        position: relative; }
      #menu-mobile .themevale_MobileContent .navPages-list li > a#currency_dropdown {
        text-align: left;
        width: 100%;
        font-size: 12px;
        padding-right: 20px; }
        #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%;
          transition: none; }
    #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 {
      padding-top: 0;
      max-height: none; }
      #menu-mobile .themevale_MobileContent .navPages-list li .navPage-subMenu .themevale_container {
        padding: 0; }
    #menu-mobile .themevale_MobileContent .navPages-list li .socialLinks {
      padding: 5px 20px; }
      #menu-mobile .themevale_MobileContent .navPages-list li .socialLinks .socialLinks-item {
        margin-top: 7px; }
        #menu-mobile .themevale_MobileContent .navPages-list li .socialLinks .socialLinks-item .icon {
          width: 18px;
          height: 18px;
          padding: 0; }
          #menu-mobile .themevale_MobileContent .navPages-list li .socialLinks .socialLinks-item .icon svg {
            width: 16px;
            height: 16px; }
    #menu-mobile .themevale_MobileContent .navPages-list li.currency #currency_dropdown {
      transition: none; }
      #menu-mobile .themevale_MobileContent .navPages-list li.currency #currency_dropdown .back-text {
        display: none; }
    #menu-mobile .themevale_MobileContent .navPages-list li.currency .navPage-subMenu {
      position: relative;
      left: auto;
      top: auto;
      display: none; }
    #menu-mobile .themevale_MobileContent .navPages-list li.currency.is-open {
      transition: none; }
      #menu-mobile .themevale_MobileContent .navPages-list li.currency.is-open #currency_dropdown .back-text {
        display: inline-block;
        padding-top: 10px;
        text-transform: capitalize;
        margin-left: 15px; }
      #menu-mobile .themevale_MobileContent .navPages-list li.currency.is-open #currency_dropdown .flag-group {
        float: right; }
      #menu-mobile .themevale_MobileContent .navPages-list li.currency.is-open #currency_dropdown .navPages-action-moreIcon {
        -webkit-justify-content: flex-start;
        -ms-flex-pack: flex-start;
        justify-content: flex-start;
        padding-left: 20px;
        transition: none; }
        #menu-mobile .themevale_MobileContent .navPages-list li.currency.is-open #currency_dropdown .navPages-action-moreIcon svg {
          -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
          margin-left: -3px; }
      #menu-mobile .themevale_MobileContent .navPages-list li.currency.is-open .navPage-subMenu {
        display: block; }
  #menu-mobile .themevale_MobileContent .navPages-list.navPages-list-mobile .navPages-item {
    border: 0;
    position: relative; }
    #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; }
      #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.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 #navPages-currency .navPage-subMenu-title .navPages-action {
      display: block;
      margin-bottom: 0;
      text-align: right; }
    #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: 0;
    width: 100%;
    display: block;
    visibility: visible;
    opacity: 1;
    top: auto;
    pointer-events: auto;
    transform: translateY(0px);
    z-index: 11; }
    .navPages-item:hover > .has-subMenu + .navPage-subMenu .cateArea .navPage-subMenu {
      position: relative;
      top: auto;
      left: auto;
      transform: none;
      box-shadow: none;
      opacity: 1;
      visibility: visible;
      pointer-events: auto; }
  .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 {
  transition-duration: 0.4s;
  transform: none;
  transition-property: transform;
  background: #ffffff;
  display: none; }
  .has-activeNavPages .themevale_MobileMenu .navPages-list {
    display: block; }
  .themevale_MobileMenu .navPages-list[data-level-list="1"] li .navPage-subMenu {
    left: 0; }
  .themevale_MobileMenu .navPages-list[data-level-list="2"] {
    transform: translate3d(-100%, 0, 0); }
    .themevale_MobileMenu .navPages-list[data-level-list="2"] li .navPage-subMenu {
      left: 100%; }
  .themevale_MobileMenu .navPages-list[data-level-list="3"] {
    transform: translate3d(-200%, 0, 0); }
    .themevale_MobileMenu .navPages-list[data-level-list="3"] li .navPage-subMenu {
      left: 100%; }
  .themevale_MobileMenu .navPages-list[data-level-list="4"] {
    transform: translate3d(-300%, 0, 0); }
    .themevale_MobileMenu .navPages-list[data-level-list="4"] li .navPage-subMenu {
      left: 300%; }
  .themevale_MobileMenu .navPages-list.reset[data-level-list="1"] {
    transform: translate3d(-100%, 0, 0); }
  .themevale_MobileMenu .navPages-list.reset[data-level-list="2"] {
    transform: translate3d(-200%, 0, 0); }
  .themevale_MobileMenu .navPages-list.reset[data-level-list="3"] {
    transform: translate3d(-300%, 0, 0); }
  .themevale_MobileMenu .navPages-list li .navPage-subMenu {
    position: absolute;
    width: 100%;
    top: 0;
    background: #ffffff; }
    .themevale_MobileMenu .navPages-list li .navPage-subMenu.level-2 {
      left: 100%; }
    .themevale_MobileMenu .navPages-list li .navPage-subMenu.level-3 {
      left: 100%; }
  .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.navPage-subMenu-title > a {
    width: 100%;
    text-align: right;
    font-size: 13px;
    font-weight: 600;
    padding-right: 20px !important; }
  .themevale_MobileMenu .navPages-list li.navPage-subMenu-title .navPages-action-moreIcon {
    padding-left: 20px;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    font-style: normal;
    color: #969696;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 12px; }
    .themevale_MobileMenu .navPages-list li.navPage-subMenu-title .navPages-action-moreIcon svg {
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg);
      margin-right: 5px;
      margin-left: -3px; }
  .themevale_MobileMenu .navPages-list li > a:before {
    content: none; }
  .themevale_MobileMenu .navPages-list li .socialLinks {
    padding: 0 15px; }
    .themevale_MobileMenu .navPages-list li .socialLinks .socialLinks-item .icon {
      width: 18px;
      height: 18px;
      padding: 0; }

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

.themevale_MobileMenu .navPage-subMenu-item-child .navPages-action,
.themevale_MobileMenu .navPage-subMenu-item .navPages-action {
  font-size: 1rem;
  color: #000000;
  font-weight: 600; }

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

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

.themevale_navigationHover:before {
  content: "";
  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;
  vertical-align: top;
  font-size: 1rem;
  margin: 0 5px;
  margin-bottom: 10px; }
  .tag a {
    color: #979797;
    line-height: 24px;
    padding: 4px 20px;
    border-radius: 3px;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
    background-color: #f7f7f7;
    border: 1px solid #ebebeb; }
    @media (min-width: 1025px) {
      .tag a:hover {
        color: #ffffff;
        border-color: #646464;
        background-color: #646464; } }

.socialLinks {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0; }
  .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 {
    width: 15px;
    height: 15px;
    margin: 0;
    display: block;
    text-decoration: none; }
    .socialLinks .icon:hover svg {
      fill: black; }
    .socialLinks .icon svg {
      fill: #141414;
      transition: all 0.15s ease; }
    .socialLinks .icon.icon--twitter, .socialLinks .icon.icon--print, .socialLinks .icon.icon--google_plusone {
      transform: scale(1.15); }
    .socialLinks .icon.icon--instagram, .socialLinks .icon.icon--facebook, .socialLinks .icon.icon--email {
      transform: scale(0.95); }
    .socialLinks .icon.icon--google_plusone {
      width: 15px !important; }

.google_plusone_iframe_widget {
  width: inherit !important;
  display: none !important; }

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

.pin_it_iframe_widget {
  display: none; }

.socialLinks-item {
  display: inline-block;
  vertical-align: top;
  font-size: 0; }
  .socialLinks .socialLinks-item {
    margin: 0 15px 5px 0; }
    .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }

.socialLinks .socialLinks-item--facebook {
  width: 12px;
  margin-left: -2px; }

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

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

/*=========================================
=            www.themevale.com            =
=========================================*/
/*----------  0.Global style  --------*/
.heroCarousel {
  overflow: hidden;
  margin-bottom: 30px; }
  .heroCarousel .link {
    vertical-align: top; }
  .heroCarousel .slick-arrow {
    padding: 0;
    width: 17px;
    height: 33px;
    fill: #323232;
    border: none;
    transition: all 0.3s ease;
    background-color: transparent; }
    .heroCarousel .slick-arrow:before {
      content: none; }
    .heroCarousel .slick-arrow.slick-prev {
      left: -30px; }
    .heroCarousel .slick-arrow.slick-next {
      right: -30px; }
  .heroCarousel .slick-dots {
    bottom: 20px; }
    @media (max-width: 767px) {
      .heroCarousel .slick-dots {
        margin-top: 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 #323232;
        background-color: #323232;
        transition: all 0.3s ease; }
        .heroCarousel .slick-dots li button:before {
          content: none; }
    .heroCarousel .slick-dots .slick-active button {
      opacity: 0.8;
      background-color: rgba(0, 0, 255, 0); }
    @media (min-width: 768px) and (max-width: 800px) {
      .heroCarousel .slick-dots {
        position: relative;
        bottom: 30px; } }
    @media (max-width: 765px) {
      .heroCarousel .slick-dots {
        position: relative;
        bottom: 5px; } }
  .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: 30px; }
  @media (max-width: 1024px) {
    .heroCarousel {
      margin-bottom: 15px; } }
  @media (max-width: 1024px) and (max-width: 768px) {
    .heroCarousel.slick-dotted {
      margin-bottom: 0; } }
  @media (max-width: 1024px) and (max-width: 480px) {
    .heroCarousel.slick-dotted {
      margin-bottom: 27px; } }
  @media (max-width: 1024px) {
    .heroCarousel.themevale_container {
      padding: 0; } }

/*----------  1.Main style  ----------*/
.heroCarousel-slide {
  position: relative; }

.heroCarousel-image {
  z-index: 1;
  width: 100%;
  position: relative; }

.heroCarousel-content {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 20px 0 30px 0; }
  .heroCarousel-content .heroCarousel-title {
    margin: 0 0 5px 0;
    font-size: 40px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-family: "Oswald",sans-serif;
    color: black; }
  .heroCarousel-content .heroCarousel-description {
    color: black;
    font-size: 12px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0 0 30px 0; }
  .heroCarousel-content .button {
    margin: 0;
    color: white;
    background: black;
    border: 1px solid black;
    padding: 8px 48px 8px 48px;
    line-height: 22px; }
    .heroCarousel-content .button:hover, .heroCarousel-content .button:focus, .heroCarousel-content .button:active {
      color: black;
      background-color: rgba(0, 0, 255, 0);
      border: 1px solid black; }
  @media (max-width: 1024px) {
    .heroCarousel-content {
      padding: 30px 0 20px 0; } }
  @media (max-width: 767px) {
    .heroCarousel-content {
      padding: 30px 0 0 0; } }

@media (min-width: 768px) and (max-width: 992px) {
  [aria-describedby="slick-slide-control00"] .heroCarousel-content {
    right: auto;
    left: 1%; }
  [aria-describedby="slick-slide-control01"] .heroCarousel-content {
    right: 1%;
    left: auto; }
  [aria-describedby="slick-slide-control02"] .heroCarousel-content {
    right: auto;
    left: 1%; }
  .heroCarousel .slick-arrow {
    opacity: 0; }
  .heroCarousel:hover .slick-arrow {
    opacity: 1; } }

@media (min-width: 992px) {
  [aria-describedby="slick-slide-control00"] .heroCarousel-content {
    right: auto;
    left: 7%; }
  [aria-describedby="slick-slide-control01"] .heroCarousel-content {
    right: 7%;
    left: auto; }
  [aria-describedby="slick-slide-control02"] .heroCarousel-content {
    right: auto;
    left: 7%; }
  .heroCarousel .slick-arrow {
    opacity: 0; }
  .heroCarousel:hover .slick-arrow {
    opacity: 1; } }

@media (min-width: 768px) {
  .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: 1450px) {
  .heroCarousel .slick-arrow {
    width: 40px;
    height: 40px; }
    .heroCarousel .slick-arrow.slick-prev {
      left: 30px; }
    .heroCarousel .slick-arrow.slick-next {
      right: 30px; } }

@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: 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: 50%; }
    .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  ======*/
.writeReview-productDetails {
  padding: 0;
  display: block;
  margin-bottom: 30px; }
  .writeReview-productDetails .product-brand {
    margin: 0;
    color: #000000;
    font-size: 12px;
    font-weight: 600;
    line-height: 32px;
    text-transform: uppercase;
    text-align: center;
    font-family: "Arimo",Arial,Helvetica,sans-serif; }
  .writeReview-productDetails .product-title {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    text-transform: capitalize;
    font-family: "Arimo",Arial,Helvetica,sans-serif;
    color: black;
    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; }
  .writeReview-form .form-label {
    font-family: "Arimo",Arial,Helvetica,sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #000000; }
  @media (min-width: 601px) {
    .writeReview-form {
      width: 55%;
      padding-right: 0;
      padding-left: 10px;
      float: left; }
      .writeReview-form .button {
        min-width: 220px; } }
  @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.73333rem;
        padding-top: 0.73333rem; } }
    .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.2rem; }
  @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.4rem; }
  @media (min-width: 551px) {
    .return-itemPrice {
      color: inherit;
      margin-bottom: 0;
      text-align: center; } }

.return-itemQuantity .form-label {
  display: inline;
  margin-right: 0.4rem; }
  @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 .slick-arrow {
  width: 17px;
  height: 33px;
  top: 125px; }
  .productCarousel .slick-arrow.slick-disabled {
    opacity: 0.2; }
  .productCarousel .slick-arrow.slick-prev {
    left: -15px; }
    @media (max-width: 1281px) {
      .productCarousel .slick-arrow.slick-prev {
        left: 0;
        z-index: 10; } }
  .productCarousel .slick-arrow.slick-next {
    right: -15px; }
    @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: 8px;
  padding-right: 8px; }
  .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: 15px;
      padding-right: 15px; } }

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

.quickView:after {
  clear: both; }

.modal-quickview {
  width: 1050px; }
  @media (min-width: 1024px) {
    .modal-quickview .modal-body {
      padding: 40px 60px; } }
  .modal-quickview .themevale_sidebar-mobile-wrapper {
    padding: 0;
    background: transparent;
    display: none; }

.productView--quickView.themevalte_productView {
  margin-bottom: 0; }
  @media (min-width: 1024px) {
    .productView--quickView.themevalte_productView .themevalte_productView-left {
      width: 50%; }
    .productView--quickView.themevalte_productView .themevalte_productView-right {
      width: 50%; } }

/*=========================================
=            www.themevale.com            =
=========================================*/
.productView--quickView .productView-details {
  margin-bottom: 0; }

.quickView .themevale_productView {
  display: block;
  font-size: 0;
  padding-top: 0;
  margin-bottom: 60px; }
  .quickView .themevale_productView .themevale_productView-left,
  .quickView .themevale_productView .themevale_productView-right {
    display: block;
    font-size: 1rem; }
  .quickView .themevale_productView .productView-description {
    display: block; }
  @media (min-width: 768px) {
    .quickView .themevale_productView .themevale_productView-left,
    .quickView .themevale_productView .themevale_productView-right {
      width: 50%;
      vertical-align: top;
      display: inline-block; }
    .quickView .themevale_productView .themevale_productView-left {
      padding-right: 15px; }
    .quickView .themevale_productView .themevale_productView-right {
      padding-left: 15px; } }

/*--------  2.0 Product images  ------*/
.themevale_quickViewImage {
  width: 100%;
  max-width: 470px;
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px; }
  .themevale_quickViewImage .productView-image {
    cursor: zoom-in;
    vertical-align: top; }
    .themevale_quickViewImage .productView-image .easyzoom-flyout {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 10;
      position: absolute; }
  .themevale_quickViewImage .productView-img-container {
    max-width: none; }
    .themevale_quickViewImage .productView-img-container > a {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      position: absolute; }
      .themevale_quickViewImage .productView-img-container > a img {
        top: 50%;
        left: 50%;
        right: auto;
        bottom: auto;
        width: auto;
        height: 100%;
        position: absolute;
        transform: translate(-50%, -50%); }
  .themevale_quickViewImage .productView-thumbnails {
    width: 100%;
    display: block;
    margin-top: 20px;
    padding: 0 30px; }
    .themevale_quickViewImage .productView-thumbnails .productView-thumbnail {
      border: none;
      outline: none;
      padding: 0px 10px; }
      .themevale_quickViewImage .productView-thumbnails .productView-thumbnail > a {
        display: block;
        position: relative; }
        .themevale_quickViewImage .productView-thumbnails .productView-thumbnail > a:after {
          content: '';
          display: block;
          height: 0;
          width: 100%;
          padding-bottom: 100%; }
        .themevale_quickViewImage .productView-thumbnails .productView-thumbnail > a img {
          top: 50%;
          left: 50%;
          width: auto;
          height: 100%;
          position: absolute;
          transform: translate(-50%, -50%); }
    .themevale_quickViewImage .productView-thumbnails .slick-arrow {
      width: 21px;
      height: 21px;
      padding: 0; }
      .themevale_quickViewImage .productView-thumbnails .slick-arrow svg {
        fill: #000000; }
    .themevale_quickViewImage .productView-thumbnails .slick-prev {
      left: 0; }
    .themevale_quickViewImage .productView-thumbnails .slick-next {
      right: 0; }

.modal .modal-close {
  padding: 0;
  color: #000;
  font-size: 26px;
  font-weight: 300;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 50;
  background-color: transparent;
  line-height: 30px;
  height: 2.5rem;
  width: 2.5rem; }
  .modal .modal-close:hover {
    background-color: #e7040f; }
  @media (min-width: 318px) {
    .modal .modal-close {
      right: -7px;
      top: -16px;
      -webkit-transform: none;
      transform: none; } }
  @media (min-width: 767px) {
    .modal .modal-close {
      right: -16px;
      top: -16px;
      -webkit-transform: none;
      transform: none; } }
  @media (min-width: 1261px) {
    .modal .modal-close {
      font-size: 32px;
      line-height: 32px;
      height: 2.66667rem;
      width: 2.66667rem;
      color: #fff;
      background-color: #000; } }

/*=====  End of www.themevale.com  ======*/
.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;
    font-family: "Arimo",Arial,Helvetica,sans-serif;
    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: spacing("base");*/ }

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

.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.4rem;
  margin-right: -0.4rem; }
  .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.66667rem;
    margin-right: 2.66667rem; }
  .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.4rem;
  padding-right: 0.4rem;
  text-align: center; }
  @media (min-width: 1261px) {
    .productView-thumbnail {
      width: 20%; } }

.productView-details {
  margin-bottom: 2.03333rem; }

@media (min-width: 801px) {
  .productView-product {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 2.03333rem; } }

.productView-product > :last-child {
  margin-bottom: 0; }

.productView-title {
  font-size: 20px;
  margin: -0.73333rem 0 0.4rem; }
  @media (min-width: 801px) {
    .productView-title {
      margin-top: 1.5rem; } }
  @media (min-width: 1261px) {
    .productView-title {
      font-size: 28px; } }

.productView-brand {
  color: #323232;
  font-size: 15px;
  margin: 0 0 0.73333rem; }
  @media (min-width: 1261px) {
    .productView-brand {
      font-size: 20px;
      margin: -0.2rem 0 1rem; } }
  .productView-brand a {
    color: #323232; }
    .productView-brand a:hover {
      color: black; }

.productView-price {
  font-size: 15px;
  margin-bottom: 0.53333rem; }
  @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.73333rem;
  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.73333rem; } }
  .productView-reviewLink > a {
    color: #323232; }
    .productView-reviewLink > a:hover {
      color: black; }

.productView-info {
  margin-top: 0.73333rem; }
  .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.2rem;
  margin-right: 0.4rem; }
  @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.4rem; }
  @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; }
  .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] {
    line-height: 0;
    margin-top: 6px; }
    .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] button,
    .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] div {
      width: 100%; }
  .productView-options .add-to-cart-wallet-buttons button.show-more-button {
    color: #323232;
    display: block;
    margin-top: 0.4rem;
    padding: 0.4rem 0;
    text-align: center;
    text-decoration: underline;
    vertical-align: middle;
    width: 100%; }
    .productView-options .add-to-cart-wallet-buttons button.show-more-button:hover {
      color: black; }

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

.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.26667rem 1rem;
  position: relative;
  text-align: right;
  width: 0; }
  @media (min-width: 801px) {
    .compareTable-heading {
      width: 25%; } }

.compareTable-headingText {
  position: absolute;
  top: 1.26667rem;
  white-space: nowrap; }
  @media (min-width: 801px) {
    .compareTable-headingText {
      position: inherit;
      top: inherit; } }

.compareTable-item {
  padding: 3.26667rem 1rem 1.26667rem; }
  @media (min-width: 801px) {
    .compareTable-item {
      padding-top: 1.26667rem; } }

.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: #141414;
    height: 1.5rem;
    margin-top: 0.53333rem;
    width: 1.5rem; }

.compareTable-product {
  font-weight: 400;
  padding: 2.03333rem 1rem 1.26667rem; }
  .compareTable-product .card {
    margin-bottom: 0; }

.compareTable-action {
  padding: 0 1rem 1rem; }
  .compareTable-action .button {
    display: block;
    padding-left: 0.73333rem;
    padding-right: 0.73333rem;
    width: 100%; }

.compareTable {
  border: 1px solid #ececec;
  border-collapse: collapse; }
  .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: 1px;
      text-transform: uppercase;
      color: black; }
  .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: black; }

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

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

.toggle {
  border-top: 1px solid #e5e5e5;
  margin-bottom: 2.23333rem; }
  .toggle:last-of-type {
    margin-bottom: 4.46667rem; }

.toggle-title {
  margin-bottom: 2.23333rem; }

.toggleLink {
  color: #323232; }
  .toggleLink:hover {
    color: black; }
  .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; }

.productReviews .toggle-content,
.videoGallery .toggle-content,
.advancedSearch-form.toggle-content {
  display: none; }
  .productReviews .toggle-content.is-open,
  .videoGallery .toggle-content.is-open,
  .advancedSearch-form.toggle-content.is-open {
    display: block; }

.facetedSearch-toggle {
  margin: 0 auto;
  max-width: 80rem;
  width: 100%;
  border: #e5e5e5 solid;
  border-radius: 4px;
  border-width: 1px;
  display: block;
  margin-bottom: 2.03333rem;
  padding: 1rem;
  display: none !important; }
  .facetedSearch-toggle:before, .facetedSearch-toggle:after {
    content: " ";
    display: table; }
  .facetedSearch-toggle:after {
    clear: both; }
  .facetedSearch-toggle.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0; }

.facetedSearch-toggle-text,
.facetedSearch-toggle-indicator {
  display: block;
  font-weight: normal; }

.facetedSearch-toggle-text {
  padding-left: 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; }

.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: 2.03333rem; }
  .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: 2.03333rem; } }
  .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: block; }
  .facetedSearch-refineFilters > a[data-faceted-search-facet] {
    font-style: italic;
    border-bottom: 1px solid #ebebeb; }

.facetedSearch-content--rating .is-selected {
  font-weight: bold; }

.banners {
  background-color: #757575;
  color: white;
  padding: 0.73333rem 0;
  text-align: center; }
  .banners p:last-child {
    margin-bottom: 0; }
  .banners a {
    color: white; }

.banner {
  margin: 0 auto;
  max-width: 80rem;
  width: 100%; }
  .banner:before, .banner:after {
    content: " ";
    display: table; }
  .banner:after {
    clear: both; }
  .banner + .banner {
    margin-top: 1.5rem; }

.facetLabel {
  background: #fafafa;
  border-radius: 40px;
  padding: 3px 15px !important;
  text-decoration: none; }
  .facetLabel .icon {
    height: 0.8rem;
    width: 0.8rem;
    display: inline-block;
    fill: #323232;
    position: relative;
    top: -1px; }

.cart {
  display: block;
  margin-bottom: 1.5rem;
  width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 3px; }

.cart-header {
  display: none; }
  @media (min-width: 992px) {
    .cart-header {
      display: table-header-group;
      text-align: left;
      border-bottom: 1px solid #e6e6e6; } }

.cart-header-item {
  padding: 12px 0;
  line-height: 20px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.65px;
  font-family: "Arimo",Arial,Helvetica,sans-serif;
  color: #777777; }
  .cart-header-item:first-child {
    padding-left: 30px;
    text-align: left; }
  .cart-header-item:last-child {
    text-align: center;
    padding-right: 30px; }

.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: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    color: #000000; }
  @media (min-width: 992px) {
    .cart-list {
      border-top: none;
      display: table-row-group; } }

.cart-item {
  border-bottom: 1px solid #e5e5e5;
  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: 20px; }
  .cart-item-block:last-child {
    padding-right: 20px; }
  .cart-item-block .definitionList {
    margin-bottom: 0.4rem; }
  .cart-item-block > span.cart-item-label {
    font-weight: 500;
    font-family: "Arimo",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: 6.66667rem;
  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; } }
  @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: 6.66667rem;
  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; } }
  @media (min-width: 1231px) {
    .cart-item-title {
      width: 30%; } }

.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: 16.66667%;
      padding-top: 40px; }
      .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 .form-increment {
  margin: 0;
  display: inline-block;
  vertical-align: middle; }
  .cart-item-quantity .form-increment .button {
    width: 40px;
    height: 40px;
    padding: 0;
    font-size: 22px;
    line-height: 40px;
    color: #7b7b7b;
    border: 1px solid #dcdcdc;
    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; }
    .cart-item-quantity .form-increment .button.button-dec {
      border-radius: 3px 0 0 3px;
      margin-right: -4px;
      line-height: 33px; }
    .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; }
    .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: 70px;
    line-height: 40px;
    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; }
  .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; } }

@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: black;
  float: left;
  margin-bottom: 0;
  text-align: left;
  width: 33.33333%; }
  @media (min-width: 551px) {
    .cart-item-label {
      display: block;
      padding-left: 1.5rem;
      text-align: left;
      width: 100%;
      margin-bottom: 0.4rem; } }
  @media (min-width: 992px) {
    .cart-item-label {
      display: none; } }

.cart-item-value {
  padding-left: 1.5rem;
  font-size: 13px;
  font-weight: 600;
  color: black; }
  @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 + .definitionList {
    margin-top: 10px; }

.definitionList .definitionList-key {
  font-weight: 500;
  min-width: 40px;
  color: #8c8c8c;
  line-height: 20px;
  font-size: 12px; }

.definitionList .definitionList-value {
  font-weight: 100;
  color: #161d25;
  line-height: 20px;
  font-size: 12px; }

a[data-item-edit] {
  color: #e7040f;
  font-family: "Arimo",Arial,Helvetica,sans-serif;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0; }

.cart-item-options--giftWrapping {
  margin-top: 20px;
  margin-bottom: 15px; }
  .cart-item-options--giftWrapping .cart-item-option-title,
  .cart-item-options--giftWrapping .cart-item-option-description {
    font-weight: 600;
    color: black;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 7px; }
  .cart-item-options--giftWrapping .cart-item-option-title {
    margin-right: 5px;
    font-weight: 400 !important; }

.cart-remove {
  border-radius: 50%;
  cursor: pointer;
  float: right;
  height: 1.33333rem;
  margin-top: 0;
  padding: 3px;
  transition: background-color 0.15s ease;
  width: 1.33333rem; }
  @media (max-width: 480px) {
    .cart-remove {
      width: 25px;
      height: 25px;
      padding: 0;
      margin-top: -5px; } }
  @media (min-width: 992px) {
    .cart-remove {
      margin-top: 6px;
      padding: 5px;
      height: 2rem;
      width: 2rem; } }
  .cart-remove.cart-remove--spacer {
    visibility: hidden; }
  .cart-remove > svg {
    fill: #141414; }

.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; }
  .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: 42px;
    padding: 0 15px;
    vertical-align: top;
    width: 75%; }
  .cart-total .form-select {
    background-position: right 0.33333rem top 0.66667rem;
    background-size: 1.33333rem 1.33333rem;
    height: 42px;
    margin-bottom: 0.73333rem;
    padding: 0.53333rem 0.73333rem; }
  .cart-total .form-inlineMessage {
    text-align: left; }

.cart-total-label,
.cart-total-value {
  float: left;
  color: black;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
  padding: 1rem 0; }
  .cart-total-label strong,
  .cart-total-label b,
  .cart-total-value strong,
  .cart-total-value b {
    font-weight: 600;
    font-family: "Arimo",Arial,Helvetica,sans-serif;
    color: #000000; }

.cart-total-label {
  color: #323232;
  width: 50%;
  display: block;
  padding-left: 0;
  text-align: left; }

.cart-total-value {
  text-align: right;
  font-size: 16px;
  width: 50%; }
  .cart-total-value button {
    font-family: "Arimo",Arial,Helvetica,sans-serif;
    margin: 0;
    padding: 0;
    border: none;
    color: #e7040f;
    font-size: 12px;
    font-weight: 400;
    border-radius: 0;
    text-decoration: none;
    text-transform: capitalize;
    background-color: transparent;
    letter-spacing: 0; }
    .cart-total-value button:hover, .cart-total-value button:focus, .cart-total-value button:active {
      color: #e7040f;
      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.2rem;
  padding-top: 0.2rem;
  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: #323232;
  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: black; }

.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.73333rem;
    padding-right: 0.73333rem;
    width: 25%;
    padding: 8px 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.73333rem;
    width: 100%; }
  .estimator-form .button--primary {
    width: 60%; }
    @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: 2.8rem;
    margin-bottom: 0; }

.estimator-form-label-text {
  margin-left: 0.66667rem; }

.estimator-form-input {
  float: right;
  margin-bottom: 1em;
  width: 60%; }
  .estimator-form-input .form-input,
  .estimator-form-input .form-select {
    margin-bottom: 0; }

.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; }
  .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.53333rem 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: 570px;
  float: right;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  padding: 5px 30px 28px 30px;
  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); }

.previewCartList {
  max-height: 315px;
  overflow-y: auto; }

.previewCart ul {
  margin: 0; }

.previewCartItem {
  overflow: hidden;
  padding: 20px; }
  .previewCartItem + .previewCartItem {
    border-top: 1px solid #ebebeb; }

.previewCartItem-image,
.previewCartItem-content {
  display: table-cell;
  vertical-align: top; }

.previewCartItem-image {
  position: relative;
  overflow: hidden;
  float: left;
  border: 1px solid #ebebeb;
  padding: 5px;
  width: 64px;
  height: 64px;
  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% - 64px);
  text-align: left;
  padding-left: 15px; }

.previewCartItem-brand {
  font-family: "Arimo",Arial,Helvetica,sans-serif;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  margin-top: -5px;
  color: #000; }
  .previewCartItem-brand ~ h6 {
    padding-top: 4px; }

.previewCartItem-name {
  font-family: "Arimo",Arial,Helvetica,sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5em;
  margin: 0 0 7px;
  letter-spacing: 0;
  text-transform: none;
  color: #191919; }
  .previewCartItem-name > a {
    text-decoration: none; }

.previewCartItem-price {
  font-weight: bold;
  font-size: 13px;
  color: #000;
  font-family: Arimo,Arial,Helvetica,sans-serif; }
  .previewCartItem-price > span {
    font-weight: 400;
    color: #727272; }

.previewCartAction {
  display: block;
  clear: both;
  padding: 20px 20px 24px;
  text-align: right;
  border-top: 1px solid #ebebeb; }
  .previewCartAction .button {
    margin: 0;
    padding-left: 0.73333rem;
    padding-right: 0.73333rem;
    width: 100%; }

.previewCartAction-checkout {
  margin-bottom: 15px; }

.previewCartAction-checkout,
.previewCartAction-viewCart {
  display: block; }

.previewCartAction-checkoutMultiple {
  clear: both;
  text-align: center;
  margin-bottom: 3px;
  margin-top: 20px; }
  .previewCartAction-checkoutMultiple a {
    color: #2d2d2d;
    border-bottom: 1px solid #eaeaea; }

.previewCart-emptyBody {
  padding: 3rem;
  text-align: center; }

.addressList {
  font-size: 0;
  list-style: none;
  margin-left: -0.73333rem;
  margin-right: -0.73333rem; }

.address {
  display: inline-block;
  padding: 0 0.73333rem;
  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.33333rem;
    padding: 1.5rem;
    background-color: #fafafa; }
    @media (min-width: 551px) {
      .panel--address .panel-body {
        padding: 1.5rem 1.5rem 4.5rem; } }
  .panel--address .form-actions {
    margin-bottom: -0.73333rem;
    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 {
      font-size: 12px;
      margin-bottom: 0.73333rem;
      padding: 4px 20px;
      min-width: 80px; }
      .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.4rem; } }

.address-title {
  margin: 0 0 0.73333rem;
  text-transform: none;
  font-weight: 600;
  text-transform: uppercase;
  color: black; }

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

.address-details--postal {
  /*font-size: fontSize("smaller");*/
  line-height: 24px; }

.address-label,
.address-description {
  display: inline-block;
  font-size: 1rem;
  margin: 0; }

.address-label {
  color: #323232;
  font-weight: 400; }

.panel--newAddress {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newAddress:hover .address-title {
    color: black; }
  .panel--newAddress .panel-body {
    background-color: transparent;
    border: 1px solid #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.06667rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.66667rem;
  position: relative;
  margin-bottom: 1.9rem; }
  .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;
  margin-left: 0 !important; }
  .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 {
  display: block;
  float: none;
  vertical-align: top; }

.video {
  display: block;
  margin-bottom: 1.9rem;
  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.73333rem; }
    .video-figure > img {
      display: block; }
  .video-figure--opposite {
    float: right;
    margin-left: 0.73333rem;
    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.9rem; } }
  .video:hover, .video.is-active {
    color: #323232;
    opacity: 1; }

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

.video-title {
  font-size: 13px;
  font-weight: 600;
  color: #323232;
  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 .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: #000000;
      font-size: 13px;
      font-weight: 600;
      line-height: 20px;
      text-transform: uppercase;
      margin-bottom: 4px;
      text-underline-position: under;
      font-family: "Arimo",Arial,Helvetica,sans-serif; }
    .previewCart .productView-details .productView-title {
      font-size: 13px;
      font-weight: 500;
      line-height: 22px;
      margin-bottom: 18px;
      font-family: "Arimo",Arial,Helvetica,sans-serif;
      color: black; }
    .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: 14px;
      line-height: 20px;
      font-weight: 600;
      text-transform: uppercase;
      font-family: "Arimo",Arial,Helvetica,sans-serif;
      color: black;
      margin: 0 0 18px;
      display: inline-block;
      width: 100%; }
      .previewCart .productView-details .productView-price .qty {
        color: #727272;
        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: 32px; }
    .previewCartCheckout .button + .button {
      margin-left: 0; }
  .previewCartCheckout .button--primary {
    margin-bottom: 0; }
  .previewCartCheckout .button-transparent {
    color: #000000;
    font-weight: 600;
    padding: 5px 15px;
    line-height: 24px;
    border-radius: 3px;
    text-transform: uppercase;
    border: 1px solid #000000; }
    .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: #2d2d2d;
      border-bottom: 0; }

.previewCartCheckout-additionalCheckoutButtons p {
  display: block;
  margin: 5px 0;
  float: none !important; }

.previewCartCheckout-subtotal {
  margin: 4px 0 15px 0;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb; }
  .previewCartCheckout-subtotal .previewCartCheckout-price {
    display: block;
    font-size: 22px;
    margin-top: 10px;
    line-height: 30px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "Arimo",Arial,Helvetica,sans-serif;
    color: black; }

/*=====  End of www.themevale.com  ======*/
.maintenanceNotice {
  background-color: #fffdea;
  box-shadow: 0 0 5px #999999;
  color: #323232;
  left: 1.13333rem;
  padding: 1rem 1.33333rem;
  position: fixed;
  top: 1.13333rem;
  width: 24rem;
  z-index: 500; }
  .maintenanceNotice > :last-child {
    margin-bottom: 0; }
  .maintenanceNotice a {
    color: #323232; }

.maintenanceNotice-header {
  font-family: "Arimo";
  margin: 0 0 0.73333rem; }

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.13333rem 0.46667rem 0 rgba(0, 0, 0, 0.2);
  color: #626568;
  float: left;
  font-family: "Arimo",Arial,Helvetica,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: #323232;
  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.73333rem;
    vertical-align: middle;
    width: 66.66667%; } }

/*=========================================
=            www.themevale.com            =
=========================================*/
/*--------  1.0 Login page  ---------*/
.login-row {
  width: 100%;
  display: block; }
  .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; }
  .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-actions {
  margin-top: 25px;
  text-align: left; }
  .login-form .form-actions .button {
    min-width: 200px;
    max-width: 200px;
    display: inline-block;
    vertical-align: middle; }
  .login-form .form-actions .forgot-password {
    display: block;
    position: relative;
    margin-top: 10px;
    color: #2d2d2d; }

@media (min-width: 601px) {
  .login-form .form-actions .button {
    min-width: 170px; } }

@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:before {
      content: "";
      left: 0;
      width: 0;
      bottom: 0;
      height: 1px;
      position: absolute;
      transition: all 0.3s ease;
      width: 100%;
      background-color: #000000; }
    .login-form .form-actions .forgot-password:hover {
      color: #e7040f; }
      .login-form .form-actions .forgot-password:hover:before {
        width: 100%; } }

/*--------  2.0 New Customer  -------*/
.new-customer {
  background-color: #fafafa; }
  .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: 16px;
      line-height: 1;
      font-weight: 700;
      margin-bottom: 28px;
      letter-spacing: 0.8px;
      font-family: "Arimo",Arial,Helvetica,sans-serif;
      color: black;
      text-transform: uppercase; }
  .new-customer .panel-body {
    padding: 0;
    margin-bottom: 0; }
    .new-customer .panel-body ul li {
      line-height: 28px; }
  .new-customer .button {
    margin-top: 10px;
    min-width: 200px;
    margin-bottom: 0; }
  @media (min-width: 601px) {
    .new-customer .button {
      min-width: 240px; } }

/*--------  3.0 Customs page  ---------*/
.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; } }

.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%; }
  @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: 270px; }

@media (min-width: 601px) {
  .themevale_account .form-actions #gift-certificate-preview {
    width: auto;
    min-width: 180px; }
  .themevale_account .form-actions #gift-certificate-submit {
    width: auto;
    min-width: 345px; } }

@media (min-width: 1025px) {
  .themevale_account .gift-certificate-form .form-actions {
    text-align: left; } }

/*=====  End of www.themevale.com  ======*/
.search-suggestion {
  margin-bottom: 2.03333rem; }
  .search-suggestion > :last-child {
    margin-bottom: 0; }

.suggestion-title {
  margin-top: 0;
  text-transform: inherit; }

.advancedSearch-form {
  margin-bottom: 3rem; }
  .advancedSearch-form .form-row {
    margin-bottom: -1.5rem; }
  .advancedSearch-form #advanced-search-submit {
    min-width: 180px; }

.search-form {
  position: relative; }

.quickSearchResults {
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  max-height: 375px;
  overflow-y: auto;
  position: absolute;
  width: 100%;
  min-width: 400px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  border-top: 1px solid #d0d0d0;
  border-radius: 3px;
  right: 0;
  z-index: 1000;
  top: auto;
  display: none; }
  @media (max-width: 400px) {
    .quickSearchResults {
      min-width: auto; } }
  .quickSearchResults.is-open {
    display: block; }
  .quickSearchResults .card:before {
    content: none; }
  .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; }
      .quickSearchResults .productList .product:hover {
        background-color: #f5f5f5; }
      .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 .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; }
    .quickSearchResults .card .card-body {
      padding-top: 0;
      padding-left: 15px; }
      .quickSearchResults .card .card-body .card-title {
        margin-bottom: 3px; }
      .quickSearchResults .card .card-body .price-wrapper {
        margin-bottom: 5px; }
      .quickSearchResults .card .card-body .card-brand {
        display: none; }
  .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: 15px; }

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

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

.search-suggestion .category-suggestion {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.5px; }

.suggestion-title {
  font-weight: 600;
  font-family: "Arimo",Arial,Helvetica,sans-serif;
  color: black;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .05em; }

.page-type-search .panel-body {
  background-color: #fafafa;
  border-radius: 3px; }

@media (min-width: 481px) {
  .page-type-search .navBar-section {
    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);
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    margin: 0;
    width: 100%;
    display: table;
    background: #fafafa; }
    .page-type-search .navBar-section .navBar-item,
    .page-type-search .navBar-section .navBar-item.navBar-item--separate {
      padding: 0;
      font-size: 13px;
      display: table-cell;
      min-width: 200px;
      vertical-align: middle;
      background: #fafafa;
      border-right: 1px solid #e0e0e0; }
      .page-type-search .navBar-section .navBar-item:hover, .page-type-search .navBar-section .navBar-item.is-active,
      .page-type-search .navBar-section .navBar-item.navBar-item--separate:hover,
      .page-type-search .navBar-section .navBar-item.navBar-item--separate.is-active {
        background-color: #ffffff;
        border-right: 1px solid #e0e0e0; }
        .page-type-search .navBar-section .navBar-item:hover .navBar-action,
        .page-type-search .navBar-section .navBar-item:hover .toggleLink-text, .page-type-search .navBar-section .navBar-item.is-active .navBar-action,
        .page-type-search .navBar-section .navBar-item.is-active .toggleLink-text,
        .page-type-search .navBar-section .navBar-item.navBar-item--separate:hover .navBar-action,
        .page-type-search .navBar-section .navBar-item.navBar-item--separate:hover .toggleLink-text,
        .page-type-search .navBar-section .navBar-item.navBar-item--separate.is-active .navBar-action,
        .page-type-search .navBar-section .navBar-item.navBar-item--separate.is-active .toggleLink-text {
          border: none;
          background-color: #ffffff; }
      .page-type-search .navBar-section .navBar-item:last-child,
      .page-type-search .navBar-section .navBar-item.navBar-item--separate:last-child {
        border-right: none; }
      .page-type-search .navBar-section .navBar-item .navBar-action,
      .page-type-search .navBar-section .navBar-item .toggleLink-text,
      .page-type-search .navBar-section .navBar-item.navBar-item--separate .navBar-action,
      .page-type-search .navBar-section .navBar-item.navBar-item--separate .toggleLink-text {
        border: none; } }

@media (max-width: 1024px) {
  .page-type-search .navBar-section .navBar-item {
    border-right: 1px solid #e0e0e0; }
    .page-type-search .navBar-section .navBar-item > a {
      padding: 7px 42px !important; }
      .page-type-search .navBar-section .navBar-item > a:hover, .page-type-search .navBar-section .navBar-item > a.is-active {
        background-color: #ffffff; }
        .page-type-search .navBar-section .navBar-item > a:hover .navBar-action,
        .page-type-search .navBar-section .navBar-item > a:hover .toggleLink-text, .page-type-search .navBar-section .navBar-item > a.is-active .navBar-action,
        .page-type-search .navBar-section .navBar-item > a.is-active .toggleLink-text {
          border: none;
          background-color: #ffffff; }
    .page-type-search .navBar-section .navBar-item.is-active {
      padding: 0;
      border: none;
      border-right: 1px solid #e0e0e0; } }

@media (max-width: 480px) {
  .page-type-search .navBar-section {
    display: block;
    white-space: nowrap;
    overflow-x: auto;
    margin-left: 0; }
    .page-type-search .navBar-section .navBar-item {
      width: auto; }
      .page-type-search .navBar-section .navBar-item:first-child {
        padding-left: 0; }
      .page-type-search .navBar-section .navBar-item > a {
        padding: 7px 40px; }
      .page-type-search .navBar-section .navBar-item.is-active {
        border: 0; } }

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

.page-type-search .navBar--sub .navBar-section {
  margin: 0; }
  @media (min-width: 1023px) {
    .page-type-search .navBar--sub .navBar-section {
      display: table !important; } }
  @media (max-width: 992px) {
    .page-type-search .navBar--sub .navBar-section {
      margin: 0;
      display: block;
      background: #fafafa;
      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);
      border: 1px solid #e0e0e0;
      border-radius: 3px; }
      .page-type-search .navBar--sub .navBar-section .navBar-item {
        width: 33.333333%;
        border-right: 1px solid #e0e0e0;
        margin-bottom: 0; } }
    @media (max-width: 992px) and (max-width: 551px) {
      .page-type-search .navBar--sub .navBar-section .navBar-item {
        width: auto;
        padding: 0; } }
  @media (max-width: 992px) {
        .page-type-search .navBar--sub .navBar-section .navBar-item:first-child {
          padding-left: 0; }
        .page-type-search .navBar--sub .navBar-section .navBar-item:last-child {
          border-right: 0;
          padding-right: 0; }
        .page-type-search .navBar--sub .navBar-section .navBar-item > a {
          padding: 7px 42px;
          border: 0; }
        .page-type-search .navBar--sub .navBar-section .navBar-item.is-active {
          padding: 0;
          border-right: 1px solid #e0e0e0; }
        .page-type-search .navBar--sub .navBar-section .navBar-item:hover .navBar-action,
        .page-type-search .navBar--sub .navBar-section .navBar-item:hover .toggleLink-text, .page-type-search .navBar--sub .navBar-section .navBar-item.is-active .navBar-action,
        .page-type-search .navBar--sub .navBar-section .navBar-item.is-active .toggleLink-text {
          border: none;
          background-color: #ffffff; } }
  @media (max-width: 480px) {
    .page-type-search .navBar--sub .navBar-section {
      border: 0;
      box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
      .page-type-search .navBar--sub .navBar-section .navBar-item {
        border: 1px solid #e0e0e0; }
        .page-type-search .navBar--sub .navBar-section .navBar-item:last-child {
          border-left: 0;
          border-right: 1px solid #e0e0e0;
          padding-right: 0; }
          .page-type-search .navBar--sub .navBar-section .navBar-item:last-child a {
            border-top-right-radius: 3px;
            border-bottom-right-radius: 3px; }
        .page-type-search .navBar--sub .navBar-section .navBar-item:first-child {
          border-right: 0;
          padding-right: 0; }
          .page-type-search .navBar--sub .navBar-section .navBar-item:first-child a {
            border-top-left-radius: 3px;
            border-bottom-left-radius: 3px; } }

.page-type-search .column-1 .card:before {
  content: none; }

.page-type-search .page-sidebar + .page-content {
  width: 100% !important; }
  @media (min-width: 1025px) {
    .page-type-search .page-sidebar + .page-content {
      width: 80% !important; } }

.page-type-search .page-sidebar.u-hiddenVisually + .page-content {
  width: 100% !important; }

.page-type-search .page-sidebar .themevale_products-filter {
  position: relative;
  z-index: 99999; }

.page-type-search .page-content #search-results-content .themevale_products-filter {
  margin-bottom: 30px;
  width: 100%; }

.page-type-search .page-content #search-results-content .compare-link {
  display: none; }

.page-type-search .page-content #search-results-content.u-hiddenVisually .themevale_products-filter {
  display: none; }

.page-type-search .page-content #search-results-content .actionBar {
  margin: 0; }
  .page-type-search .page-content #search-results-content .actionBar .actionBar-section {
    float: right; }
    .page-type-search .page-content #search-results-content .actionBar .actionBar-section .form-field {
      margin-bottom: 0;
      border: 0; }
    .page-type-search .page-content #search-results-content .actionBar .actionBar-section .form-select {
      padding: 5px 30px 5px 10px;
      height: 36px;
      min-width: 174px;
      background-position: right 6px center;
      background-size: 20px;
      border: 1px solid #b9bbbd;
      border-radius: 4px; }

.page-type-search .page-content #search-results-content .pagination {
  margin-top: 40px; }

@media (min-width: 801px) {
  .navBar--account {
    display: block; } }

.account-heading {
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
  padding-bottom: 1rem; }

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

.account-listShipping {
  border-bottom: 1px solid #e5e5e5;
  font-weight: 700;
  padding: 2.03333rem 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.73333rem; }
  .account-product-figure > img {
    display: block; }

.account-product-figure--opposite {
  float: right;
  margin-left: 0.73333rem;
  margin-right: 0; }

.account-product-body:before, .account-product-body:after {
  content: " ";
  display: table; }

.account-product-body:after {
  clear: both; }

.account-product-figure {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 2rem 0 0;
  position: relative;
  width: 60px; }
  .account-product-figure:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 133.33333%; }
  @media (min-width: 551px) {
    .account-product-figure {
      width: 90px; } }

.account-product-download {
  border-radius: 50%;
  height: 2.2rem;
  padding: 0;
  position: absolute;
  right: -0.73333rem;
  top: -0.73333rem;
  width: 2.2rem;
  z-index: 1; }
  .account-product-download .icon {
    height: 1.5rem;
    margin-top: 0.4rem;
    width: 1.5rem; }
  .account-product-download svg {
    fill: white; }

.account-product-body {
  overflow: hidden;
  padding-bottom: 55px;
  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.2rem;
  text-transform: inherit; }
  .account-product-title > a {
    text-decoration: none; }
  .account-product-title + .definitionList {
    margin-top: 0.73333rem; }

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

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

.account-product-description + .definitionList {
  margin: -1.4rem 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: #323232;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0 0 0.4rem; }

.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: #323232;
  float: left;
  font-weight: 400; }
  .account-orderTotal-key:last-of-type {
    position: relative;
    top: 0.33333rem; }

.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 {
  margin: 0;
  text-align: center;
  color: black;
  font-size: 12px;
  font-weight: 600;
  padding: 6px 15px;
  line-height: 20px;
  border-radius: 36px;
  letter-spacing: 0.65px;
  text-transform: uppercase;
  background-color: #ffffff;
  border: 1px solid black;
  transition: all 0.3s ease; }
  @media (min-width: 415px) {
    .account-orderStatus-label {
      font-size: 13px;
      padding: 7px 30px;
      line-height: 24px;
      border-radius: 3px; } }
  @media (min-width: 1025px) {
    .account-orderStatus-label {
      min-width: 250px; }
      .account-orderStatus-label:hover, .account-orderStatus-label:focus, .account-orderStatus-label:active {
        color: #ffffff;
        border: 1px solid black;
        background-color: black; } }

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

.account .pagination {
  color: #999999;
  margin-top: 3rem;
  text-align: center; }

.account-message .is-read {
  color: #999999; }

.account-sidebar-block {
  font-size: 14px; }
  .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: #323232;
  font-size: 15px;
  margin-bottom: 0.2rem;
  text-transform: inherit; }

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

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

.wishlists-table {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem; }

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

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

.wishlist-form {
  margin: 0 auto;
  max-width: 80rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 36.66667rem; }
  .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: 43.33333rem;
  text-align: center; }

.icon--ratingEmpty svg {
  fill: #e4e4e4; }

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

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

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

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

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

.header {
  background-color: white;
  overflow: visible;
  position: relative;
  width: 100%;
  z-index: 50;
  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; }
  @media (min-width: 1025px) {
    .header {
      z-index: 20; }
      .header .navPages-container {
        position: relative; }
      .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); }
        .header.is-sticky #menu {
          box-shadow: none; }
        .header.is-sticky #top-bar-promotion,
        .header.is-sticky .navUser,
        .header.is-sticky .themevale_middleHeader {
          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: 20px; }
        .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;
          display: -webkit-box;
          display: -ms-flexbox;
          -ms-flex-wrap: wrap;
          align-items: center;
          padding: 0px 30px;
          display: flex; }
          .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: #323232;
    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 11px 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.16667rem;
  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;
      font-weight: 700; } }
  @media (min-width: 1025px) {
    .header-logo-text {
      font-size: 50px;
      line-height: 50px; } }

.header-logo-image-container {
  position: relative;
  padding: 5px;
  display: block; }

.header-logo-image {
  max-height: 26px; }
  @media (min-width: 1025px) {
    .header-logo-image {
      max-height: 50px; } }

.header-logo-image-unknown-size {
  max-height: 26px; }
  @media (min-width: 1025px) {
    .header-logo-image-unknown-size {
      max-height: none; } }

.mobileMenu-toggle {
  width: 27px;
  height: 27px;
  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: black;
    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; }
  .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: black;
      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 {
  font-family: "Oswald",sans-serif;
  padding: 11px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  min-height: 42px;
  text-align: center;
  color: #ffffff;
  letter-spacing: .05em;
  text-transform: capitalize;
  position: relative;
  overflow: hidden; }
  @media (max-width: 480px) {
    #top-bar-promotion {
      padding: 6px 28px;
      font-size: 12px;
      line-height: 16px; } }
  @media (max-width: 380px) {
    #top-bar-promotion {
      padding: 6px 10px; } }
  #top-bar-promotion > img {
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    bottom: 0;
    height: 100%;
    width: auto;
    min-width: 100%;
    max-width: none;
    transform: translate(-50%, -50%); }
  #top-bar-promotion .themevale_container {
    z-index: 2;
    position: relative; }
  #top-bar-promotion p {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 400;
    display: inline;
    color: white; }
  #top-bar-promotion #countdown-timer-top {
    display: inline;
    margin-left: 6px;
    color: white; }
    #top-bar-promotion #countdown-timer-top .circle {
      display: inline;
      font-weight: 600; }
  #top-bar-promotion span {
    font-weight: 600; }
  #top-bar-promotion a {
    font-size: 16px;
    color: white;
    position: absolute;
    right: 60px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
    filter: alpha(opacity=100);
    text-align: center;
    font-weight: 600;
    z-index: 10; }
    @media (max-width: 1024px) {
      #top-bar-promotion a {
        right: 5px; } }
    @media (max-width: 480px) {
      #top-bar-promotion a {
        right: 0px; } }

.sign-in-left .halo-login-dropdown {
  opacity: 0;
  visibility: hidden; }

.sign-in-left.is-open .halo-login-dropdown {
  top: 109px;
  opacity: 1;
  visibility: visible; }

/*--------  2.0 Header Mobile  ------*/
.themevale_middleHeader-main {
  background: #f7f7f7;
  position: relative; }
  @media (max-width: 1024px) {
    .themevale_middleHeader-main {
      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_middleHeader {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  justify-content: center;
  padding: 10px 0px;
  position: relative; }
  .themevale_middleHeader .themevale_container .left {
    width: 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 30px 0 16px; }
  .themevale_middleHeader .themevale_container .center {
    width: 30%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 0 16px; }
  .themevale_middleHeader .themevale_container .right {
    width: 35%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 0 16px; }
  .themevale_middleHeader .search-icon .icon-close {
    display: none; }
  .themevale_middleHeader .navUser-section {
    position: relative; }
    .themevale_middleHeader .navUser-section::before {
      position: absolute;
      top: 15px;
      right: -15px;
      content: ' ';
      width: 1px;
      height: 30px;
      background: #d0d0d0; }
    .themevale_middleHeader .navUser-section > li > a {
      letter-spacing: 0;
      font-family: "Oswald",sans-serif;
      font-size: 12px;
      color: #3c3c3c;
      font-weight: 400; }
      .themevale_middleHeader .navUser-section > li > a:hover {
        color: #3c3c3c; }
      .themevale_middleHeader .navUser-section > li > a span {
        position: relative;
        top: 1px; }
      .themevale_middleHeader .navUser-section > li > a > img {
        margin-right: 8px; }
      .themevale_middleHeader .navUser-section > li > a > i {
        margin-left: 6px;
        width: 9px;
        height: 5px;
        margin-top: -1px; }
        .themevale_middleHeader .navUser-section > li > a > i:hover {
          color: #3c3c3c; }
  .themevale_middleHeader .currencies-nav #currencySelection {
    padding-top: 6px;
    padding-bottom: 6px;
    left: 0 !important;
    right: 0;
    min-width: 200px;
    top: 41px !important; }
    .themevale_middleHeader .currencies-nav #currencySelection > li > a > strong {
      font-weight: 400; }
  .themevale_quickSearch .themevale_middleHeader .search-icon .icon-close {
    display: inline-block; }
    @media (max-width: 1024px) {
      .themevale_quickSearch .themevale_middleHeader .search-icon .icon-close {
        width: 27px;
        height: 27px; } }
    .themevale_quickSearch .themevale_middleHeader .search-icon .icon-close + .icon-search {
      display: none; }
  @media (max-width: 1290px) {
    .themevale_middleHeader {
      padding: 10px 15px; } }
  @media (min-width: 551px) and (max-width: 1024px) {
    .themevale_middleHeader {
      padding: 0px 15px; } }
  .themevale_middleHeader .middleHeader-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
    .themevale_middleHeader .middleHeader-item > .items {
      display: inline-block;
      vertical-align: middle; }
      @media (min-width: 1025px) {
        .themevale_middleHeader .middleHeader-item > .items.hidden-md {
          display: none; } }
      @media (max-width: 1024px) {
        .themevale_middleHeader .middleHeader-item > .items.hidden-xs {
          display: none; } }
      .themevale_middleHeader .middleHeader-item > .items.sign-in-left.is-open .icon-tr svg {
        transform: rotate(180deg); }
      .themevale_middleHeader .middleHeader-item > .items.sign-in-left .icon svg {
        fill: #3c3c3c;
        stroke: #3c3c3c;
        opacity: 0.7; }
        .themevale_middleHeader .middleHeader-item > .items.sign-in-left .icon svg:hover {
          fill: #3c3c3c;
          stroke: #3c3c3c;
          opacity: 0.7; }
      .themevale_middleHeader .middleHeader-item > .items > ul {
        margin: 0;
        margin-right: 10px; }
        .themevale_middleHeader .middleHeader-item > .items > ul.currencies-nav li a i svg {
          fill: #3c3c3c;
          stroke: #3c3c3c;
          opacity: 0.7; }
          .themevale_middleHeader .middleHeader-item > .items > ul.currencies-nav li a i svg:hover {
            fill: #3c3c3c;
            stroke: #3c3c3c;
            opacity: 0.7; }
      @media (max-width: 1024px) {
        .themevale_middleHeader .middleHeader-item > .items {
          font-size: 0; } }
      .themevale_middleHeader .middleHeader-item > .items > .icons-link {
        display: block; }
        .themevale_middleHeader .middleHeader-item > .items > .icons-link .icon {
          width: 28px;
          height: 27px;
          fill: #141414; }
        .themevale_middleHeader .middleHeader-item > .items > .icons-link .cart-icon .icon {
          width: 27px;
          height: 27px; }
      @media (max-width: 1024px) {
        .themevale_middleHeader .middleHeader-item > .items + .items {
          margin-left: 36px; } }
      @media (max-width: 480px) {
        .themevale_middleHeader .middleHeader-item > .items + .items {
          margin-left: 23px; } }
      @media (max-width: 1024px) {
        .themevale_middleHeader .middleHeader-item > .items + .items.top-cart {
          margin-left: 25px; } }
      @media (max-width: 480px) {
        .themevale_middleHeader .middleHeader-item > .items + .items.top-cart {
          margin-left: 18px; } }
    .themevale_middleHeader .middleHeader-item > .right-find {
      margin-left: 11px; }
      .themevale_middleHeader .middleHeader-item > .right-find > a {
        font-family: "Oswald",sans-serif;
        letter-spacing: 0;
        font-weight: 400;
        text-transform: uppercase;
        color: #3c3c3c;
        font-size: 12px;
        display: block;
        padding-top: 2px; }
        .themevale_middleHeader .middleHeader-item > .right-find > a:hover {
          color: #3c3c3c; }
        .themevale_middleHeader .middleHeader-item > .right-find > a > svg {
          width: 22px;
          height: 30px;
          fill: #141414; }
          .themevale_middleHeader .middleHeader-item > .right-find > a > svg:hover {
            fill: #141414; }
        .themevale_middleHeader .middleHeader-item > .right-find > a span {
          position: relative;
          top: 1px; }
    .themevale_middleHeader .middleHeader-item > .sign-in-left {
      font-family: "Oswald",sans-serif;
      position: relative;
      padding-right: 25px; }
      @media (min-width: 1025px) {
        .themevale_middleHeader .middleHeader-item > .sign-in-left {
          max-width: 185px; } }
      .themevale_middleHeader .middleHeader-item > .sign-in-left::before {
        position: absolute;
        top: 50%;
        right: 9px;
        content: ' ';
        width: 1px;
        height: 30px;
        background: #d0d0d0;
        transform: translateY(-50%); }
      .themevale_middleHeader .middleHeader-item > .sign-in-left > a {
        position: relative;
        top: 1px; }
        @media (min-width: 1025px) {
          .themevale_middleHeader .middleHeader-item > .sign-in-left > a {
            display: inline-block; } }
        .themevale_middleHeader .middleHeader-item > .sign-in-left > a.account-name {
          color: #000000;
          font-weight: 500; }
          @media (min-width: 1025px) {
            .themevale_middleHeader .middleHeader-item > .sign-in-left > a.account-name {
              display: inline-block; } }
        .themevale_middleHeader .middleHeader-item > .sign-in-left > a > span {
          text-transform: uppercase;
          color: #3c3c3c;
          font-size: 12px;
          font-weight: 400;
          letter-spacing: 0; }
          .themevale_middleHeader .middleHeader-item > .sign-in-left > a > span:hover {
            color: #3c3c3c; }
        .themevale_middleHeader .middleHeader-item > .sign-in-left > a > i {
          height: 5px;
          width: 9px;
          margin: -2px 0 0 0.16667rem;
          margin-left: 10px; }
          .themevale_middleHeader .middleHeader-item > .sign-in-left > a > i:hover {
            color: #3c3c3c; }
    .themevale_middleHeader .middleHeader-item > .cart-right {
      padding-right: 11px;
      padding-left: 8px; }
      @media (max-width: 1024px) {
        .themevale_middleHeader .middleHeader-item > .cart-right {
          margin-left: 26px;
          padding-right: 8px; } }
      @media (max-width: 480px) {
        .themevale_middleHeader .middleHeader-item > .cart-right {
          margin-left: 10px;
          padding-right: 6px; } }
  @media (max-width: 1024px) {
    .themevale_middleHeader .navUser-action .icon {
      margin: 0; }
    .themevale_middleHeader .icon {
      width: 25px;
      height: 26px;
      fill: #161d25; } }
  @media (max-width: 550px) {
    .themevale_middleHeader .middleHeader-item > .items a {
      min-width: 27px;
      min-height: 27px; }
    .themevale_middleHeader .icon {
      width: 22px;
      height: 22px; }
    .themevale_middleHeader .cart-icon .icon {
      width: 24px;
      height: 24px; } }

.page-type-createaccount_thanks .themevale_container > .page-heading {
  font-size: 16px;
  font-weight: 500; }

.page-type-createaccount_thanks .themevale_container > .button {
  padding: 7px 45px; }

.themevale_quickSearch {
  overflow: hidden; }

/*=====  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; }
  @media (min-width: 1025px) {
    .page-content,
    .page-content--full {
      padding-left: 15px;
      padding-right: 15px; } }

@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 black; }
    .themevale_purchase .button + .button {
      margin-left: 15px; }
    .themevale_purchase .button:hover, .themevale_purchase .button:focus, .themevale_purchase .button:active {
      border: 1px solid #e7040f; }
    .themevale_purchase .button.button-transparent {
      border: 1px solid black; }
      .themevale_purchase .button.button-transparent:hover, .themevale_purchase .button.button-transparent:focus, .themevale_purchase .button.button-transparent:active {
        border: 1px solid black; }

/*=====  End of Defaul Bigcommerce  ======*/
/*=========================================
=            www.themevale.com            =
=========================================*/
/*--------  1.0 Global style  -------*/
body {
  padding-top: 0;
  color: #2d2d2d;
  font-size: 1rem;
  font-weight: 400;
  line-height: 22px;
  position: relative;
  overflow-x: hidden;
  font-family: 'Arimo', sans-serif,"Arial","sans-serif";
  -wenkit-font-smoothing: subpixel-antialiased; }
  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 {
  color: black;
  font-size: 14px;
  font-weight: 500;
  padding: 7px 15px;
  line-height: 20px;
  border-radius: 3px;
  letter-spacing: 0.65px;
  text-transform: uppercase;
  border: 1px solid black;
  background-color: rgba(0, 0, 255, 0);
  transition: all 0.3s ease;
  font-family: "Oswald",sans-serif; }
  button.button--primary, .button.button--primary {
    color: white;
    border: 1px solid black;
    background-color: black; }
    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: white;
      border: 1px solid #e7040f;
      background-color: #e7040f; }
      button.button--primary:hover svg, button.button--primary:focus svg, button.button--primary:active svg, .button.button--primary:hover svg, .button.button--primary:focus svg, .button.button--primary:active svg {
        fill: white; }
  button.btn-checkout, .button.btn-checkout {
    color: white;
    background: #d62e25;
    border: 1px solid #d62e25;
    font-weight: 600;
    letter-spacing: .05em; }
    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;
      background: #ba1410;
      border: 1px solid #ba1410; }
  button.themevale_btnATC, .button.themevale_btnATC {
    color: white;
    border: 1px solid black;
    background-color: black; }
    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 #e7040f;
      background-color: #e7040f; }
      button.themevale_btnATC:hover svg, button.themevale_btnATC:focus svg, button.themevale_btnATC:active svg, .button.themevale_btnATC:hover svg, .button.themevale_btnATC:focus svg, .button.themevale_btnATC:active svg {
        fill: white; }
    button.themevale_btnATC.out_of_stock, .button.themevale_btnATC.out_of_stock {
      background: #f2f2f2;
      color: #969696;
      border: 1px solid #f2f2f2; }
      button.themevale_btnATC.out_of_stock:hover, .button.themevale_btnATC.out_of_stock:hover {
        background: #f2f2f2;
        color: #969696;
        border: 1px solid #f2f2f2; }
  button.button-transparent, .button.button-transparent {
    color: black;
    border: 1px solid #cbcbcb;
    background-color: rgba(0, 0, 255, 0); }
    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 black;
        background-color: black; }
        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: black; }
  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 black;
    background-color: black; }
  @media (min-width: 415px) {
    button, .button {
      font-size: 12px;
      line-height: 24px; } }
  @media (min-width: 1025px) {
    button:hover, button:focus, button:active, .button:hover, .button:focus, .button:active {
      color: white;
      border: 1px solid black;
      background-color: black; }
      button:hover svg, button:focus svg, button:active svg, .button:hover svg, .button:focus svg, .button:active svg {
        fill: white; } }
  @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: black; }

.page-heading {
  font-weight: 600;
  font-family: "Arimo",Arial,Helvetica,sans-serif; }

.body > .page {
  margin: 0;
  padding: 30px 0 38px; }
  @media (max-width: 1024px) {
    .body > .page {
      padding: 15px 0 38px; } }
  @media (min-width: 1025px) {
    .body > .page {
      padding: 30px 0 38px; } }

.form-label {
  font-size: 1rem;
  font-weight: 500;
  line-height: 20px;
  font-family: "Arimo",Arial,Helvetica,sans-serif;
  color: black; }
  .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: 40px;
  padding: 10px 15px;
  line-height: 20px;
  border-radius: 3px;
  border: none;
  border: 1px solid #cbcbcb; }

textarea.form-input {
  resize: none; }

.form-field--submit {
  margin-bottom: 0; }

.modal .modal-close {
  padding: 0;
  color: #fff;
  font-size: 26px;
  font-weight: 300;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 50;
  background-color: #000000;
  line-height: 30px;
  height: 2.5rem;
  width: 2.5rem; }
  .modal .modal-close > span {
    width: 100%;
    height: 100%;
    display: block;
    line-height: inherit; }

.modal .modal-header {
  padding: 10px 40px;
  border-bottom: 0;
  background: #fafafa; }
  .modal .modal-header .modal-header-title {
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    font-family: "Arimo",Arial,Helvetica,sans-serif;
    color: black; }
  .modal .modal-header .modal-close {
    top: 50%;
    right: 15px;
    transform: translateY(-50%); }
  @media (min-width: 415px) {
    .modal .modal-header {
      padding: 14px 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: 1050px; }
  @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: 12px;
  height: 22px;
  fill: #000000;
  border: none;
  margin-top: 0;
  transition: all 0.3s ease;
  background-color: transparent; }
  .slick-arrow:before {
    content: none; }
  .slick-arrow.slick-prev {
    left: 0; }
  .slick-arrow.slick-next {
    right: 0; }
  .slick-arrow:hover {
    background-color: transparent;
    fill: black; }

.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;
  content: "";
  visibility: hidden;
  position: absolute;
  transition: all .3s ease;
  background-color: rgba(0, 0, 0, 0.3); }
  .themevale_quickSearch .bg-mobile {
    z-index: 30; }
  .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 .6s ease;
  -webkit-transition: all .6s 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 {
      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;
    fill: #141414; }
    .search-form button svg:hover {
      fill: #141414; }

.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: "Oswald",sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #3c3c3c;
    background-color: rgba(0, 0, 255, 0);
    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 {
      color: #3c3c3c;
      opacity: 1; }
    .search-form .form-field .form-input:-ms-input-placeholder {
      color: #3c3c3c !important; }
    .search-form .form-field .form-input::-webkit-input-placeholder {
      color: #3c3c3c; }

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

.wrapper-brands1 .slick-arrow {
  top: 15px; }
  @media (max-width: 320px) {
    .wrapper-brands1 .slick-arrow {
      top: 12px; } }

/*=========================================
=            www.themevale.com            =
=========================================*/
/*--------  1.0 Global style  -------*/
.footer {
  color: white;
  line-height: 24px;
  background-color: #141414; }
  .footer a {
    color: white; }
  .footer h1, .footer h2, .footer h3, .footer h4, .footer h6 {
    color: white; }
  .footer a, .footer p, .footer .store-address, .footer .store-call, .footer .store-email {
    opacity: 1;
    color: white; }
  .footer a:hover {
    opacity: 1;
    color: white; }
  .footer .socialLinks {
    margin-top: 25px; }
    .footer .socialLinks .icon {
      opacity: 1; }
      .footer .socialLinks .icon svg {
        fill: white; }
        .footer .socialLinks .icon svg:hover {
          fill: white; }
  .footer .form {
    margin-bottom: 40px; }
    .footer .form .form-field {
      margin-bottom: 0; }
      .footer .form .form-field .form-prefixPostfix {
        padding: 2px 0;
        overflow: hidden;
        border-radius: 2px;
        background-color: white;
        display: block;
        width: 100%;
        font-size: 0; }
        .footer .form .form-field .form-prefixPostfix .form-input {
          font-size: 12px;
          width: calc(100% - 42px);
          border: none;
          color: #a3a3a3;
          display: inline-block;
          vertical-align: middle;
          padding-left: 20px;
          padding-right: 20px;
          background-color: white; }
          .footer .form .form-field .form-prefixPostfix .form-input::-moz-placeholder {
            color: #a3a3a3;
            opacity: 1; }
          .footer .form .form-field .form-prefixPostfix .form-input:-ms-input-placeholder {
            color: #a3a3a3 !important; }
          .footer .form .form-field .form-prefixPostfix .form-input::-webkit-input-placeholder {
            color: #a3a3a3; }
        .footer .form .form-field .form-prefixPostfix .form-prefixPostfix-button--postfix {
          font-size: 11px;
          margin: 0;
          color: white;
          width: 40px;
          border: 1px solid #141414;
          height: auto;
          display: inline-block;
          vertical-align: middle;
          padding-left: 0;
          padding-right: 0;
          background: #141414;
          border-top-right-radius: 3px;
          border-top-left-radius: 0;
          border-bottom-right-radius: 3px;
          border-bottom-left-radius: 0; }
          .footer .form .form-field .form-prefixPostfix .form-prefixPostfix-button--postfix:hover {
            border: 1px solid #141414;
            background-color: rgba(0, 0, 255, 0);
            color: black; }

.footer-info-heading {
  color: white;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
  margin: 0 0 20px 0;
  letter-spacing: 0.65px;
  text-transform: uppercase;
  font-family: "Oswald",sans-serif; }
  @media (min-width: 768px) {
    .footer-info-heading {
      pointer-events: none; } }

.footer-info-list {
  margin: 0;
  list-style: none; }
  .footer-info-list > li {
    margin-bottom: 8px;
    text-transform: capitalize; }
    .footer-info-list > li:last-child {
      margin-bottom: 0; }
  @media (max-width: 992px) {
    .footer-info-list {
      margin-bottom: 20px; } }

@media (max-width: 767px) {
  .footer-dropdownmobile .footer-info-heading {
    padding: 3px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
    .footer-dropdownmobile .footer-info-heading:before {
      right: 0;
      top: 5px;
      z-index: 2;
      content: "\f107";
      font-family: "FontAwesome";
      color: inherit;
      font-size: 20px;
      line-height: 1;
      font-weight: 500;
      position: absolute; }
  .footer-dropdownmobile.open-dropdown .footer-info-heading:before {
    font-weight: 500;
    content: "\f106"; } }

/*--------  2.0 Footer top  ---------*/
.themevale_topFooter {
  padding: 15px 0; }
  .themevale_topFooter + .themevale_middleFooter {
    border-top: 1px solid rgba(255, 255, 255, 0.15); }

.themevale_service .service-item {
  position: relative; }

.themevale_service .service-wrapper {
  margin: 0 auto;
  font-size: 13px;
  font-weight: 600;
  max-width: 290px;
  line-height: 24px;
  padding: 9px 30px 7px 30px;
  text-align: center;
  position: relative;
  letter-spacing: 0.65px;
  text-transform: uppercase;
  border: 1px solid rgba(255, 255, 255, 0.15); }
  .themevale_service .service-wrapper p {
    margin-bottom: 0; }

.themevale_service .slick-arrow,
.themevale_service .slick-arrow:hover {
  fill: white; }

.themevale_service .slick-dots li button {
  border-color: white;
  background-color: white; }

.themevale_service .slick-dots .slick-active button {
  background-color: transparent; }

@media (min-width: 601px) {
  .themevale_service .service-wrapper {
    border: none;
    padding: 4px 15px 2px 15px;
    font-size: 11px; }
  .themevale_service .slick-slide + .slick-slide .service-item:before {
    top: 0;
    left: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    content: "";
    z-index: 2;
    position: absolute;
    background-color: rgba(255, 255, 255, 0.15); } }

@media (min-width: 768px) {
  .themevale_service .service-wrapper {
    font-size: 13px; } }

/*--------  3.0 Footer middle  ------*/
.themevale_middleFooter {
  padding: 30px 0 20px 0; }
  @media (max-width: 992px) {
    .themevale_middleFooter {
      padding-top: 30px;
      padding-bottom: 20px; } }

.themevale-logoFooter {
  display: block;
  text-align: center;
  margin-bottom: 30px; }
  .themevale-logoFooter > a {
    font-size: 0;
    opacity: 1;
    display: inline-block; }
  .themevale-logoFooter .logo-footer {
    font-size: 30px;
    line-height: 1;
    font-weight: 600;
    display: inline-block; }
  .themevale-logoFooter .logo-footer-image {
    max-height: 30px;
    display: inline-block; }
  @media (min-width: 415px) {
    .themevale-logoFooter .logo-footer {
      font-size: 40px; }
    .themevale-logoFooter .logo-footer-image {
      max-height: 40px; } }
  @media (min-width: 993px) {
    .themevale-logoFooter {
      margin-bottom: 50px; } }

.themevale-infoFooter {
  display: block;
  font-size: 0;
  padding-bottom: 25px; }
  @media (max-width: 991px) {
    .themevale-infoFooter {
      border-bottom: 0; } }
  @media (max-width: 480px) {
    .themevale-infoFooter {
      padding-bottom: 10px; } }
  .themevale-infoFooter .footer-info-col {
    width: 100%;
    padding: 0 8px;
    margin-bottom: 0px;
    vertical-align: top;
    display: inline-block;
    font-size: 1rem; }
  @media (min-width: 768px) {
    .themevale-infoFooter .footer-info-col {
      width: 33.333333%; }
      .themevale-infoFooter .footer-info-col.footer-info-col--small {
        width: 20%; }
      .themevale-infoFooter .footer-info-col.footer-info-col--medium {
        width: 50%; } }
  @media (min-width: 767px) and (max-width: 991px) {
    .themevale-infoFooter .footer-info-col {
      width: 33.333333%; }
      .themevale-infoFooter .footer-info-col.footer-info-col--small {
        width: 33.333333%; }
      .themevale-infoFooter .footer-info-col.footer-info-col--medium {
        width: 50%; }
    .themevale-infoFooter .themevale-bottom-infoFooter {
      width: 33.333333%;
      display: inline-block;
      border-top: 0;
      padding-top: 0; } }
  @media (min-width: 1025px) {
    .themevale-infoFooter .footer-info-col {
      padding: 0; } }

.themevale-bottom-infoFooter {
  display: block;
  font-size: 0;
  margin-top: 43px;
  border-top: 1px solid #555555;
  padding-top: 25px; }
  @media (max-width: 991px) {
    .themevale-bottom-infoFooter {
      margin-top: 0;
      border-top: 0; } }
  .themevale-bottom-infoFooter .footer-info-col {
    width: 100%;
    padding: 0 8px;
    margin-bottom: 0px;
    vertical-align: top;
    display: inline-block;
    font-size: 1rem; }
    .themevale-bottom-infoFooter .footer-info-col .sub-form {
      display: flex;
      align-items: flex-start; }
      @media (max-width: 991px) {
        .themevale-bottom-infoFooter .footer-info-col .sub-form {
          justify-content: center; } }
      @media (min-width: 767px) and (max-width: 991px) {
        .themevale-bottom-infoFooter .footer-info-col .sub-form {
          display: block; } }
      @media (max-width: 480px) {
        .themevale-bottom-infoFooter .footer-info-col .sub-form {
          display: block; } }
      .themevale-bottom-infoFooter .footer-info-col .sub-form > h5 {
        margin: 0;
        margin-right: 20px;
        font-family: "Arimo",Arial,Helvetica,sans-serif;
        font-size: 12px;
        text-transform: unset;
        font-weight: bold;
        letter-spacing: 0;
        margin-top: 10px; }
        @media (min-width: 767px) and (max-width: 991px) {
          .themevale-bottom-infoFooter .footer-info-col .sub-form > h5 {
            margin-bottom: 12px; } }
        @media (max-width: 480px) {
          .themevale-bottom-infoFooter .footer-info-col .sub-form > h5 {
            display: inline-block;
            margin-bottom: 12px; } }
      .themevale-bottom-infoFooter .footer-info-col .sub-form > .form {
        margin: 0;
        width: 270px; }
        @media (min-width: 767px) and (max-width: 991px) {
          .themevale-bottom-infoFooter .footer-info-col .sub-form > .form {
            width: 100%; } }
        @media (max-width: 480px) {
          .themevale-bottom-infoFooter .footer-info-col .sub-form > .form {
            display: inline-block;
            width: 100%; } }
      .themevale-bottom-infoFooter .footer-info-col .sub-form .footer-newsletter-summary {
        margin-top: 10px; }
    .themevale-bottom-infoFooter .footer-info-col .socialLinks {
      text-align: right;
      margin-top: 10px; }
      @media (max-width: 991px) {
        .themevale-bottom-infoFooter .footer-info-col .socialLinks {
          text-align: center;
          margin-top: 20px; } }
  @media (min-width: 768px) {
    .themevale-bottom-infoFooter .footer-info-col {
      width: 33.333333%; }
      .themevale-bottom-infoFooter .footer-info-col.footer-info-col--small {
        width: 20%; }
      .themevale-bottom-infoFooter .footer-info-col.footer-info-col--medium {
        width: 50%; } }
  @media (min-width: 767px) and (max-width: 991px) {
    .themevale-bottom-infoFooter .footer-info-col.footer-info-col--medium {
      width: 100%; } }
  @media (min-width: 1025px) {
    .themevale-bottom-infoFooter .footer-info-col {
      padding: 0; } }

/*--------  4.0 Footer bottom  ------*/
.themevale_bottomFooter {
  text-align: center;
  color: #a7a7a7;
  padding: 0;
  background-color: #141414;
  padding-bottom: 131px; }
  .themevale_bottomFooter a {
    color: #a7a7a7; }
  .themevale_bottomFooter .footer-copyright {
    display: block;
    margin-bottom: 8px; }
    .themevale_bottomFooter .footer-copyright > p {
      font-family: "Arimo",Arial,Helvetica,sans-serif;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 22px;
      color: #a7a7a7; }
      @media (max-width: 480px) {
        .themevale_bottomFooter .footer-copyright > p {
          margin-bottom: 0;
          padding: 0 20px; } }
  .themevale_bottomFooter .themevale_logo {
    display: inline-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: 11px;
        padding-left: 10px; }
    .themevale_bottomFooter .themevale_logo .payment-wrapper > ul {
      list-style: none; }
      .themevale_bottomFooter .themevale_logo .payment-wrapper > ul > li {
        float: left;
        margin-right: 12px; }
        @media (max-width: 480px) {
          .themevale_bottomFooter .themevale_logo .payment-wrapper > ul > li {
            margin-right: 8px;
            display: inline-block;
            padding: 0 0px 10px;
            float: none; } }
  @media (min-width: 768px) {
    .themevale_bottomFooter p {
      margin-bottom: 0; }
    .themevale_bottomFooter .footer-copyright {
      line-height: 30px; } }

.payment-wrapper img {
  max-height: 24px; }

/*Accept Cookies*/
#accept-cookies {
  position: fixed;
  z-index: 12;
  right: 40px;
  bottom: 40px;
  width: 464px;
  padding: 25px 30px 30px 37px;
  background: rgba(50, 50, 50, 0.8);
  border-radius: 3px;
  display: block; }
  @media (max-width: 1024px) {
    #accept-cookies {
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      padding: 20px 20px 15px 20px;
      text-align: center;
      border-radius: 0; } }
  #accept-cookies a.close {
    font-size: 16px;
    color: #fff;
    position: absolute;
    right: 10px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    top: 10px;
    opacity: 1;
    filter: alpha(opacity=100);
    text-align: center;
    font-weight: 600; }
    @media (max-width: 1024px) {
      #accept-cookies a.close {
        top: 5px;
        right: 5px; } }
    @media (min-width: 1024px) and (max-width: 1281px) {
      #accept-cookies a.close {
        display: block;
        right: 5px; } }

.hide {
  display: none !important; }

#accept-cookies .cookies-inner {
  display: inline-block;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 991px) {
    #accept-cookies .cookies-inner {
      padding: 0 15px; } }
  @media (max-width: 480px) {
    #accept-cookies .cookies-inner {
      flex-wrap: wrap;
      padding: 5px; } }

#accept-cookies p {
  color: #fff;
  margin: 0 0px 20px 0;
  line-height: 20px;
  letter-spacing: 0;
  font-weight: 400;
  padding-right: 32px; }
  @media (max-width: 480px) {
    #accept-cookies p {
      margin: 0 0 23px;
      width: 100%;
      padding: 0; } }

#accept-cookies button {
  font-family: "Arimo",Arial,Helvetica,sans-serif;
  background-color: #fff;
  border-color: #fff;
  color: #0f0f0f;
  padding-left: 30px;
  padding-right: 30px;
  text-transform: initial;
  font-weight: bold;
  height: 42px;
  border-radius: 3px;
  letter-spacing: unset; }
  @media (min-width: 1024px) and (max-width: 1281px) {
    #accept-cookies button {
      margin-right: 2%; } }
  @media (max-width: 1091px) {
    #accept-cookies button {
      padding-left: 0;
      padding-right: 0;
      height: auto;
      width: 146px; } }
  @media (max-width: 768px) {
    #accept-cookies button {
      width: 238px;
      font-size: 11px; } }
  @media (max-width: 500px) {
    #accept-cookies button {
      width: 100%; } }

/*=====  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%;
  border-radius: 50%;
  right: 5%;
  visibility: hidden;
  overflow: hidden;
  width: 48px;
  height: 48px;
  transition: opacity .3s 0s,visibility 0s .3s;
  opacity: 0;
  color: #000;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  filter: alpha(opacity=0);
  border: 1px solid black; }
  @media (max-width: 480px) {
    #back-to-top {
      font-size: 30px;
      width: 36px;
      height: 36px; } }
  @media (max-width: 480px) {
    #back-to-top i {
      line-height: 29px; } }
  #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); }

.compare-link a {
  border: 1px solid #000;
  background-color: #000;
  color: #fff;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  width: 100%;
  height: 40px;
  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:hover {
    border: 1px solid #e7040f;
    background-color: #e7040f; }
  .compare-link a .title-compare {
    border-radius: 3px;
    color: white;
    border: 1px solid black;
    background-color: black;
    font-weight: 600;
    font-family: "Arimo",Arial,Helvetica,sans-serif;
    letter-spacing: .05em;
    display: inline-block;
    min-width: 182px;
    margin: 0;
    height: 40px;
    line-height: 39px; }
    .compare-link a .title-compare:hover {
      color: white;
      border: 1px solid #e7040f;
      background-color: #e7040f; }
  .compare-link a.show > span {
    display: inline-block; }
  .compare-link a > span {
    display: none;
    position: initial;
    min-width: 36px;
    min-height: 36px;
    margin-left: 0px;
    margin-right: 1px;
    padding: 0 4px;
    text-align: center;
    border-radius: 0;
    background-color: #fff;
    color: #000;
    border-color: #fff;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    line-height: 35px;
    font-family: "Arimo",Arial,Helvetica,sans-serif;
    font-weight: 400; }
  .compare-link a > .countPill--positive {
    position: inherit;
    top: 0;
    left: 0; }
  .compare-link a:hover {
    color: #000;
    background: #fff; }

.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: 1100px;
  padding-right: 15px;
  padding-left: 15px; }
  @media (min-width: 1231px) {
    .themevale_container {
      max-width: 1230px; } }
  @media (min-width: 1025px) {
    .themevale_container > .page-sidebar {
      padding-left: 0; }
      .themevale_container > .page-sidebar + .page-content {
        padding-left: 10px;
        padding-right: 0; } }
  @media (min-width: 1025px) {
    .themevale_container > .page-content {
      padding-left: 0;
      padding-right: 0; } }
  .themevale_container > .page-heading {
    margin-top: 20px; }

.themevale-section {
  margin-bottom: 0px; }

.page-heading-wrapper {
  padding: 25px 0 0px 0;
  text-align: center;
  position: relative;
  overflow: hidden;
  background-color: transparent; }
  @media (max-width: 1024px) {
    .page-heading-wrapper {
      padding: 14px 0 0 0; } }
  .page-heading-wrapper p {
    z-index: 5;
    position: relative;
    margin-bottom: 10px; }
  .page-heading-wrapper .page-heading {
    z-index: 5;
    font-size: 26px;
    line-height: 1;
    margin-bottom: 0;
    font-weight: 600;
    position: relative;
    text-transform: capitalize;
    font-family: "Oswald",sans-serif;
    color: black; }
    .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 {
    color: #979797;
    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 {
  padding: 18px 0 5px;
  text-align: center; }
  @media (max-width: 552px) {
    .page-heading-wrapper-2 {
      padding: 15px 0 0 0; } }
  .page-heading-wrapper-2 .page-heading {
    z-index: 5;
    font-size: 26px;
    line-height: 1;
    margin-bottom: 0;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    font-family: "Oswald",sans-serif;
    color: black;
    text-align: left; }
    .page-heading-wrapper-2 .page-heading .label-quantity {
      position: absolute;
      right: 0;
      top: 8px;
      font-family: "Arimo",Arial,Helvetica,sans-serif;
      color: #777777;
      font-size: 12px;
      font-weight: 500;
      line-height: 17px;
      margin-left: 10px;
      text-transform: capitalize;
      display: inline-block;
      vertical-align: middle;
      border-bottom: 1px solid #acacac; }
    .page-heading-wrapper-2 .page-heading + p {
      margin-top: 30px; }
    @media (min-width: 415px) {
      .page-heading-wrapper-2 .page-heading {
        font-size: 24px; } }
  .page-heading-wrapper-2 .breadcrumb a,
  .page-heading-wrapper-2 .breadcrumb.is-active > .breadcrumb-label,
  .page-heading-wrapper-2 .breadcrumb:before,
  .page-heading-wrapper-2 span {
    color: #979797;
    font-size: 12px; }
  .page-heading-wrapper-2 p {
    color: #2d2d2d; }
  .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 .page-heading {
      margin-bottom: 10px; }
    .page-heading-wrapper-2 .desciption-page {
      margin-top: 40px; } }

.themevale_products-filter .actionBar {
  margin: 0;
  display: inline-block;
  vertical-align: top; }
  @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 5px; }
    @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 6px center; }
    @media (min-width: 600px) {
      .themevale_products-filter .actionBar .actionBar-section .form-select {
        padding-top: 8px;
        padding-bottom: 8px;
        height: auto;
        background-position: right 6px 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;
  margin-bottom: 15px;
  padding-top: 17px; }
  .themevale_page-heading-wrapper > h2:before {
    top: 50%;
    left: -100px;
    width: 100px;
    z-index: 1;
    height: 2px;
    content: "";
    position: absolute;
    background-color: black;
    -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;
    background-color: black;
    -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;
        background-color: black;
        transform: translateY(-50%); } }
  .themevale_page-heading-wrapper.has-view-all {
    margin-bottom: 60px; }

.themevale_page-heading {
  margin: 0;
  z-index: 2;
  color: black;
  font-size: 24px;
  padding: 0 23px;
  line-height: 1.2;
  font-weight: 500;
  position: relative;
  letter-spacing: 1px;
  font-family: "Oswald",sans-serif;
  vertical-align: top;
  display: inline-block;
  text-transform: uppercase;
  background-color: #fff; }
  @media (max-width: 768px) {
    .themevale_page-heading {
      font-size: 18px; } }
  @media (max-width: 551px) {
    .themevale_page-heading {
      font-size: 16px;
      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.24px;
  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; }

/*--------  2.0 Banner image  -------*/
.themevale_banner-list {
  font-size: 0;
  vertical-align: top;
  margin: 0 -15px; }
  .themevale_banner-list .banner-item {
    margin: 0;
    padding: 0 15px;
    width: 33.333333%;
    vertical-align: top;
    display: inline-block;
    font-size: 1rem; }
  @media (max-width: 1024px) {
    .themevale_banner-list {
      width: auto;
      display: block;
      margin-left: 0;
      margin-right: 0; }
      .themevale_banner-list .banner-item {
        padding: 0 8px; } }
  @media (max-width: 414px) {
    .themevale_banner-list .banner-item {
      width: 100%;
      margin-bottom: 30px; }
      .themevale_banner-list .banner-item.item-last {
        margin-bottom: 0; } }

.themevale_banner-wrapper {
  overflow: hidden;
  position: relative;
  background-color: #fafafa; }
  .themevale_banner-wrapper:before {
    content: "";
    display: block;
    padding-top: 46%; }
  .themevale_banner-wrapper img {
    top: 50%;
    left: 0;
    z-index: 1;
    width: 100%;
    height: auto;
    max-width: none;
    position: absolute;
    transform: translateY(-50%);
    transition: all 1s ease; }
  .themevale_banner-wrapper .banner-link {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    position: absolute; }
  .themevale_banner-wrapper .banner-content {
    top: 50%;
    left: 0;
    right: 0;
    z-index: 3;
    width: 100%;
    padding: 15px;
    text-align: center;
    position: absolute;
    transform: translateY(-50%); }
  .themevale_banner-wrapper .banner-title {
    margin: 0;
    color: white;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: .05em;
    text-transform: uppercase;
    font-family: "Oswald",sans-serif; }
    @media (max-width: 992px) and (min-width: 701px) {
      .themevale_banner-wrapper .banner-title {
        font-size: 18px; } }
    @media (max-width: 700px) and (min-width: 415px) {
      .themevale_banner-wrapper .banner-title {
        font-size: 16px; } }
    .themevale_banner-wrapper .banner-title:hover {
      color: white; }
  @media (min-width: 1025px) {
    .themevale_banner-wrapper .banner-link:after {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      content: "";
      height: 100%;
      width: 100%;
      position: absolute;
      transform: scale(0);
      transition: transform 0.4s ease 0s;
      background-color: rgba(0, 0, 0, 0.1); }
    .themevale_banner-wrapper:hover img {
      -webkit-transform: scale3d(1.1, 1.1, 1) translateY(-50%);
      transform: scale3d(1.1, 1.1, 1) translateY(-50%); }
    .themevale_banner-wrapper:hover .banner-link:after {
      transform: scale(1); } }

/*--------  3.0 Banner parallax  ----*/
.banner-parallax {
  overflow: hidden;
  text-align: center;
  position: relative; }
  .banner-parallax .image-parallax-wrapper {
    position: relative; }
    .banner-parallax .image-parallax-wrapper > img {
      width: 100%; }
    .banner-parallax .image-parallax-wrapper .white-banner {
      display: none; }
  .banner-parallax .content-parallax-wrapper {
    z-index: 5;
    width: 100%;
    max-width: 520px;
    position: relative;
    text-align: center;
    padding: 20px 0px 0px 0px;
    display: inline-block; }
  .banner-parallax .label {
    color: #323232;
    font-size: 1rem;
    font-weight: 600;
    vertical-align: top;
    margin-bottom: 12px;
    display: inline-block;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    border-bottom: 1px solid #323232; }
  .banner-parallax .title {
    color: #323232;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 10px 0;
    letter-spacing: 2px;
    text-transform: uppercase; }
  .banner-parallax .text {
    line-height: 24px;
    margin: 0 0 30px 0; }
  .banner-parallax .button {
    min-width: 180px;
    margin-bottom: 0; }
  @media (min-width: 415px) {
    .banner-parallax .title {
      font-size: 30px;
      line-height: 1.4;
      margin-bottom: 15px; } }
  @media (min-width: 601px) {
    .banner-parallax .button {
      min-width: 200px; } }
  @media (min-width: 993px) {
    .banner-parallax {
      text-align: right; }
      .banner-parallax .content-parallax-wrapper {
        padding: 80px 30px 80px; }
      .banner-parallax .image-parallax-wrapper {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        position: absolute; }
        .banner-parallax .image-parallax-wrapper > img {
          top: 50%;
          left: 50%;
          z-index: 2;
          width: 100%;
          height: auto;
          position: absolute;
          transform: translate(-50%, -50%); }
        .banner-parallax .image-parallax-wrapper .white-banner {
          top: 0;
          right: 0;
          bottom: 0;
          z-index: 3;
          content: "";
          width: 400px;
          height: 100%;
          position: absolute;
          display: inline-block;
          background-color: #fff; }
      .banner-parallax .button {
        min-width: 220px; }
      .banner-parallax .text {
        margin-bottom: 33px; } }
  @media (min-width: 1400px) {
    .banner-parallax .content-parallax-wrapper {
      padding: 80px 30px 150px; }
    .banner-parallax .label {
      font-size: 13px;
      padding-bottom: 2px; }
    .banner-parallax .title {
      font-size: 40px;
      line-height: 1.5; } }

/*--------  4.0 Trending blogs  -----*/
.trending-blog-list {
  font-size: 0;
  display: block;
  margin-left: -8px;
  margin-right: -8px; }
  @media (min-width: 769px) and (max-width: 1024px) {
    .trending-blog-list {
      margin-top: 26px; } }
  @media (min-width: 1025px) {
    .trending-blog-list {
      margin-left: -15px;
      margin-right: -15px; } }
  .trending-blog-list .blog-item {
    width: 100%;
    padding: 0 8px;
    vertical-align: top;
    display: inline-block;
    font-size: 1rem; }
    .trending-blog-list .blog-item:first-child {
      margin-top: 0; }
      @media (max-width: 668px) {
        .trending-blog-list .blog-item:first-child {
          margin-bottom: 30px; } }
    @media (min-width: 501px) {
      .trending-blog-list .blog-item {
        width: 50%; }
        .trending-blog-list .blog-item:nth-child(-n + 2) {
          margin-top: 0; } }
    @media (min-width: 1025px) {
      .trending-blog-list .blog-item {
        padding: 0 15px; } }
    @media (max-width: 668px) {
      .trending-blog-list .blog-item .trending-blog1 a img {
        width: 100%; } }

/*--------  5.0 Brands image  -------*/
.wrapper-brands {
  padding-top: 25px;
  border-top: 1px solid #ebebeb; }

.brands-slider {
  padding-left: 30px;
  padding-right: 30px; }
  .brands-slider img {
    margin: 0 auto; }
  .brands-slider .slick-slide a {
    vertical-align: top; }

/*--------  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.26px;
      color: black; }
    .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: #2d2d2d; }
    .contentSitemap > li:last-child li a {
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 0;
      color: #2d2d2d; }
  .contentSitemap h3 {
    margin-top: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    letter-spacing: 0.26px;
    text-transform: uppercase;
    font-family: "Arimo",Arial,Helvetica,sans-serif;
    color: black;
    border-bottom: 1px solid #ececec; }
  .contentSitemap a {
    padding: 6px 0;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .52px;
    display: inline-block;
    vertical-align: top;
    text-transform: capitalize; }

/*--------  7.0 page 404  -----------*/
.themevale_404 .page-404 {
  color: black;
  line-height: 1;
  font-size: 100px;
  font-weight: 700;
  margin: 0;
  font-family: "Arimo",Arial,Helvetica,sans-serif; }

.themevale_404 .page-heading {
  color: black;
  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 Newsletter  ---------*/
#themevale_newsletter {
  position: relative;
  z-index: 100; }
  #themevale_newsletter .popup-overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    position: fixed;
    overflow: hidden;
    background: rgba(44, 44, 44, 0.65); }
  #themevale_newsletter.hide {
    display: none !important; }
  #themevale_newsletter .newsletter-popup-container {
    width: 90%;
    height: 90%;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 101;
    text-align: center;
    max-width: 450px;
    max-height: 380px; }
    @media (min-width: 481px) {
      #themevale_newsletter .newsletter-popup-container {
        max-height: 350px; } }
    @media (min-width: 768px) {
      #themevale_newsletter .newsletter-popup-container {
        max-height: 568px; } }
    @media (min-width: 1451px) {
      #themevale_newsletter .newsletter-popup-container {
        max-width: 558px;
        max-height: 652px; } }
    #themevale_newsletter .newsletter-popup-container .newsletter-popup-inner {
      width: 100%;
      margin: 0 auto;
      height: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background-color: #ffffff;
      max-width: 450px;
      max-height: 380px; }
      @media (min-width: 481px) {
        #themevale_newsletter .newsletter-popup-container .newsletter-popup-inner {
          max-height: 350px; } }
      @media (min-width: 768px) {
        #themevale_newsletter .newsletter-popup-container .newsletter-popup-inner {
          max-height: 568px; } }
      @media (min-width: 1451px) {
        #themevale_newsletter .newsletter-popup-container .newsletter-popup-inner {
          max-width: 558px;
          max-height: 652px; } }
    #themevale_newsletter .newsletter-popup-container .modal-close[data-close-newsletter-popup] {
      position: absolute;
      top: -15px;
      right: -15px;
      z-index: 5;
      width: 30px;
      height: 30px;
      line-height: 27px;
      color: white;
      background: black;
      border: 1px solid black;
      position: absolute;
      transform: none; }
      #themevale_newsletter .newsletter-popup-container .modal-close[data-close-newsletter-popup]:hover {
        color: white;
        background: black;
        border: 1px solid black; }
      #themevale_newsletter .newsletter-popup-container .modal-close[data-close-newsletter-popup] > span {
        width: 100%;
        height: 100%;
        display: block;
        line-height: 29px; }
    #themevale_newsletter .newsletter-popup-container .newsletter-popup-wrap {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 100%;
      height: 100%;
      overflow-y: auto;
      max-height: 380px;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background-color: white;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px; }
      @media (min-width: 481px) {
        #themevale_newsletter .newsletter-popup-container .newsletter-popup-wrap {
          max-height: 350px; } }
      @media (min-width: 768px) {
        #themevale_newsletter .newsletter-popup-container .newsletter-popup-wrap {
          max-height: 568px; } }
      @media (min-width: 1451px) {
        #themevale_newsletter .newsletter-popup-container .newsletter-popup-wrap {
          max-height: 664px; } }
      #themevale_newsletter .newsletter-popup-container .newsletter-popup-wrap .form-checkbox + .form-label::after, #themevale_newsletter .newsletter-popup-container .newsletter-popup-wrap .form-radio + .form-label::after {
        top: 2px;
        left: 0px; }
    #themevale_newsletter .newsletter-popup-container .newsletter-image img {
      -moz-border-radius: 3px 3px 0 0;
      -webkit-border-radius: 3px 3px 0 0;
      -ms-border-radius: 3px 3px 0 0;
      border-radius: 3px 3px 0 0; }
      @media (max-width: 1450px) {
        #themevale_newsletter .newsletter-popup-container .newsletter-image img {
          height: 240px;
          object-fit: cover; } }
      @media (max-width: 767px) {
        #themevale_newsletter .newsletter-popup-container .newsletter-image img {
          height: 280px;
          object-fit: cover;
          display: none; } }
      @media (max-width: 480px) {
        #themevale_newsletter .newsletter-popup-container .newsletter-image img {
          height: 260px; } }
      @media (max-width: 380px) {
        #themevale_newsletter .newsletter-popup-container .newsletter-image img {
          height: 200px; } }
      @media (max-width: 320px) {
        #themevale_newsletter .newsletter-popup-container .newsletter-image img {
          height: auto; } }
    #themevale_newsletter .newsletter-popup-container .newsletter-heading {
      font-weight: 700;
      font-size: 20px;
      line-height: 24px;
      text-transform: uppercase;
      margin: 25px 0 12px 0;
      font-family: "Arimo",Arial,Helvetica,sans-serif;
      color: black;
      position: relative; }
      #themevale_newsletter .newsletter-popup-container .newsletter-heading:before {
        content: "";
        position: absolute;
        top: 35px;
        left: 50%;
        width: 40px;
        height: 2px;
        background: #e9446e;
        transform: translate(-50%, -50%); }
      @media (min-width: 320px) {
        #themevale_newsletter .newsletter-popup-container .newsletter-heading {
          font-size: 18px;
          margin: 20px 0 20px 0; } }
      @media (min-width: 1451px) {
        #themevale_newsletter .newsletter-popup-container .newsletter-heading {
          margin: 45px 0 27px 0; } }
    #themevale_newsletter .newsletter-popup-container .newsletter-sub-heading {
      margin-bottom: 0;
      color: black;
      max-width: 60%;
      margin: 0 auto;
      line-height: 24px; }
      @media (min-width: 767px) and (max-width: 1281px) {
        #themevale_newsletter .newsletter-popup-container .newsletter-sub-heading {
          max-width: 75%; } }
      @media (min-width: 481px) and (max-width: 767px) {
        #themevale_newsletter .newsletter-popup-container .newsletter-sub-heading {
          max-width: 60%; } }
      @media (max-width: 480px) {
        #themevale_newsletter .newsletter-popup-container .newsletter-sub-heading {
          max-width: 100%; } }
    #themevale_newsletter .newsletter-popup-container #popupSubcribeForm {
      width: 75%;
      margin: 15px auto 0 auto; }
      @media (max-width: 480px) {
        #themevale_newsletter .newsletter-popup-container #popupSubcribeForm {
          margin: 15px auto 15px auto; } }
      #themevale_newsletter .newsletter-popup-container #popupSubcribeForm .form {
        margin-bottom: 0; }
      #themevale_newsletter .newsletter-popup-container #popupSubcribeForm .form-field {
        margin-bottom: 0; }
        #themevale_newsletter .newsletter-popup-container #popupSubcribeForm .form-field .form-wrap {
          display: inline-block;
          width: 100%; }
        #themevale_newsletter .newsletter-popup-container #popupSubcribeForm .form-field .form-input {
          text-align: left;
          margin-bottom: 15px;
          width: 100%;
          display: inline-block;
          float: left;
          text-transform: lowercase;
          background: white;
          color: #2d2d2d;
          border: 1px solid #e6e6e6;
          box-shadow: none; }
          #themevale_newsletter .newsletter-popup-container #popupSubcribeForm .form-field .form-input::-moz-placeholder {
            color: #2d2d2d;
            opacity: 1; }
          #themevale_newsletter .newsletter-popup-container #popupSubcribeForm .form-field .form-input:-ms-input-placeholder {
            color: #2d2d2d !important; }
          #themevale_newsletter .newsletter-popup-container #popupSubcribeForm .form-field .form-input::-webkit-input-placeholder {
            color: #2d2d2d; }
          @media (min-width: 481px) {
            #themevale_newsletter .newsletter-popup-container #popupSubcribeForm .form-field .form-input {
              width: 66%;
              height: 46px; } }
        #themevale_newsletter .newsletter-popup-container #popupSubcribeForm .form-field .button {
          width: 100%;
          display: inline-block;
          float: left;
          margin-bottom: 15px;
          letter-spacing: 0;
          background: black;
          color: white;
          border: black;
          padding: 9px; }
          @media (min-width: 481px) {
            #themevale_newsletter .newsletter-popup-container #popupSubcribeForm .form-field .button {
              width: 31%;
              height: 46px;
              margin-left: 3%; } }
          #themevale_newsletter .newsletter-popup-container #popupSubcribeForm .form-field .button:hover {
            background: #e7040f;
            color: white;
            border: #e7040f; }
        #themevale_newsletter .newsletter-popup-container #popupSubcribeForm .form-field .button + .button {
          margin-top: 15px; }
    #themevale_newsletter .newsletter-popup-container .black-icons {
      margin-bottom: 10px; }
      @media (max-width: 480px) {
        #themevale_newsletter .newsletter-popup-container .black-icons {
          margin-bottom: 30px; } }
      @media (max-width: 320px) {
        #themevale_newsletter .newsletter-popup-container .black-icons {
          margin-bottom: 5px; } }
      #themevale_newsletter .newsletter-popup-container .black-icons ul li {
        margin-right: 10px; }
        #themevale_newsletter .newsletter-popup-container .black-icons ul li svg {
          height: 20px; }
          @media (max-width: 320px) {
            #themevale_newsletter .newsletter-popup-container .black-icons ul li svg {
              height: 16px; } }
      #themevale_newsletter .newsletter-popup-container .black-icons ul.facebook {
        margin-right: 5px; }
    #themevale_newsletter .newsletter-popup-container .newsletter-message {
      display: inline-block;
      margin-bottom: 27px; }
      @media (min-width: 481px) {
        #themevale_newsletter .newsletter-popup-container .newsletter-message {
          margin-bottom: 32px; } }
      @media (max-width: 320px) {
        #themevale_newsletter .newsletter-popup-container .newsletter-message {
          margin-bottom: 22px; } }
    #themevale_newsletter .newsletter-popup-container .form-check {
      text-align: center; }
      #themevale_newsletter .newsletter-popup-container .form-check .form-label {
        width: auto;
        display: inline-block;
        color: #8d8d8d;
        font-weight: 400; }
        #themevale_newsletter .newsletter-popup-container .form-check .form-label:before {
          top: 3px;
          width: 13px;
          height: 13px;
          -moz-border-radius: 0px;
          -webkit-border-radius: 0px;
          -ms-border-radius: 0px;
          border-radius: 0px; }
    @media (min-width: 481px) {
      #themevale_newsletter .newsletter-popup-container #popupSubcribeForm {
        margin-top: 24px; }
      #themevale_newsletter .newsletter-popup-container .black-icons {
        margin-bottom: 27px;
        margin-top: 7px; }
        #themevale_newsletter .newsletter-popup-container .black-icons ul li {
          margin-right: 20px; }
          #themevale_newsletter .newsletter-popup-container .black-icons ul li svg {
            height: 27px;
            fill: #141414; }
            #themevale_newsletter .newsletter-popup-container .black-icons ul li svg:hover {
              fill: #141414; }
        #themevale_newsletter .newsletter-popup-container .black-icons ul.facebook {
          margin-right: 15px; } }
    @media (min-width: 601px) {
      #themevale_newsletter .newsletter-popup-container #popupSubcribeForm .form-field .button {
        margin-bottom: 0; }
      #themevale_newsletter .newsletter-popup-container #popupSubcribeForm .form-field .button + .button {
        margin-top: 0;
        margin-left: 0.75rem; } }

/*--------  9.0 Login Dropdown  ---------*/
.halo-login-dropdown {
  width: 278px;
  min-height: 335px;
  transition: all .3s ease;
  margin: 0;
  position: fixed;
  background: #fff;
  top: 140px;
  margin-left: -36px;
  padding: 10px 20px 20px 20px;
  z-index: 12;
  border-radius: 3px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.2); }
  .halo-login-dropdown:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #f4f4f4;
    top: 40px;
    left: 0; }
  .halo-login-dropdown:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #f4f4f4;
    bottom: 87px;
    left: 0; }
  .halo-login-dropdown .text-left h3 {
    color: #000000;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: .05em;
    font-weight: 400;
    margin: 2px 0 27px;
    font-family: "Oswald",sans-serif; }
  .halo-login-dropdown form .form-field {
    margin-bottom: 10px; }
    .halo-login-dropdown form .form-field input {
      background-color: #fff;
      border: 1px solid #cbcbcb;
      color: #454545;
      transition: border-color .1s ease-out;
      width: 100%;
      height: 40px; }
    .halo-login-dropdown form .form-field .form-inlineMessage {
      line-height: 1.5em;
      margin: 0;
      font-size: 11px; }
  .halo-login-dropdown form .form-actions {
    margin-top: 10px; }
    .halo-login-dropdown form .form-actions input[type="submit"] {
      width: 100%;
      border-radius: 3px;
      margin-bottom: 0;
      text-transform: uppercase;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: .05em;
      min-height: 40px; }
    .halo-login-dropdown form .form-actions a.forgot-password {
      margin: 12px 0 17px;
      display: block;
      text-align: left; }
  .halo-login-dropdown .separated-form > span {
    display: block;
    position: relative;
    font-weight: 700;
    font-size: 11px;
    font-style: italic;
    text-align: center; }
    .halo-login-dropdown .separated-form > span::before {
      content: '';
      border-top: 1px solid #ddd;
      width: 40%;
      display: block;
      position: absolute;
      top: 50%;
      left: 0px; }
    .halo-login-dropdown .separated-form > span::after {
      content: '';
      border-top: 1px solid #ddd;
      width: 40%;
      display: block;
      position: absolute;
      top: 50%;
      right: 0px; }
  .halo-login-dropdown .separated-form a.btn {
    width: 100%;
    margin-top: 20px;
    border-radius: 3px;
    font-size: 11px;
    display: block;
    min-height: 42px;
    text-align: center;
    line-height: 25px; }
    .halo-login-dropdown .separated-form a.btn span {
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: .05em;
      font-weight: 600; }
  .halo-login-dropdown .modal-body {
    padding: 40px; }
    .halo-login-dropdown .modal-body h3 {
      margin: 0 0 20px;
      padding: 5px 0;
      text-align: left;
      font-weight: 700;
      text-transform: uppercase;
      position: relative;
      font-size: 20px; }
      .halo-login-dropdown .modal-body h3::before {
        content: "";
        height: 3px;
        top: -10px;
        left: 0;
        width: 40px;
        background: #ae895d;
        position: absolute; }

/*--------  10.0 Contact Page  ---------*/
.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: 70%;
      padding-right: 25px; } }
  @media (min-width: 1025px) {
    .themevale_form {
      width: 75%;
      padding-right: 45px; } }
  @media (min-width: 1281px) {
    .themevale_form {
      width: 65%;
      padding-right: 85px; } }

.themevale_location {
  width: 100%;
  float: left; }
  @media (min-width: 768px) {
    .themevale_location {
      float: right;
      width: 30%;
      padding-left: 25px; } }
  @media (min-width: 1025px) {
    .themevale_location {
      width: 25%;
      padding-left: 45px; } }
  @media (min-width: 1281px) {
    .themevale_location {
      width: 35%; } }
  .themevale_location a {
    color: #2d2d2d; }
    .themevale_location a:hover, .themevale_location a:focus {
      color: #2d2d2d; }
  .themevale_location .title {
    margin: 0 0 12px;
    font-size: 13px;
    text-transform: uppercase;
    font-family: "Oswald",sans-serif;
    color: #000000;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px; }
  .themevale_location .title-h4 {
    margin: 0 0 12px;
    font-size: 13px;
    text-transform: capitalize;
    font-family: "Arimo",Arial,Helvetica,sans-serif;
    color: #000000;
    font-weight: 700; }
  .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;
      margin: 0 0 20px; }
    .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;
  font-family: "Oswald",sans-serif; }

/*--------  11.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: "Arimo",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: 25px;
    height: 25px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0px 2.5px 0 2.5px;
    border: 1px solid #f1f1f1;
    cursor: pointer; }
    .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: 50%;
      background-size: contain;
      cursor: pointer;
      background-position: center; }

.product .card_optionImage, .product_editor .card_optionImage {
  margin-top: 5px;
  position: absolute;
  bottom: -9px;
  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: #fafafa;
      padding: 10px 20px;
      margin-bottom: 12px; }
      #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; }
    #account-mobile .themevale_MobileContent ul li a {
      padding: 10px 20px;
      font-weight: 400;
      letter-spacing: 0;
      text-transform: capitalize; }
      #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; }
    #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: 7px 15px; }

.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: white;
      max-width: 80%;
      margin: 0 auto;
      padding: 15px 0; }
      #home-top-banner-trending .trending-blog .wrapper-content .head-content .sub-heading {
        font-family: "Oswald",sans-serif;
        color: stenCilColor("color-textBase");
        font-weight: 400;
        font-size: 14px;
        line-height: 20px;
        margin: 0;
        margin-bottom: 15px; }
      #home-top-banner-trending .trending-blog .wrapper-content .head-content h3 {
        color: #141414;
        font-family: "Oswald",sans-serif;
        letter-spacing: .05em;
        font-size: 32px;
        font-weight: 400;
        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: "Oswald",sans-serif;
      font-size: 15px;
      color: rgba(0, 0, 0, 0.941176);
      letter-spacing: .05em;
      text-transform: uppercase;
      font-weight: 500; }
    #home-top-banner-trending .trending-blog .wrapper-content .text {
      line-height: 20px;
      padding: 0 15px 20px 15px;
      margin: 0;
      color: #2d2d2d; }

#home-recent-blog .themevale_page-heading-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  margin-bottom: 44px;
  padding-top: 0;
  margin-top: 36px; }
  @media (max-width: 768px) {
    #home-recent-blog .themevale_page-heading-wrapper {
      margin-top: 0; } }

#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 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);
  margin-bottom: 25px; }
  @media (max-width: 551px) {
    #home-recent-blog .themevale_blog-wrapper {
      margin-bottom: 0px; } }

#home-recent-blog .blog-content-bottom {
  position: relative;
  z-index: 10;
  margin-left: 40px;
  margin-right: 40px;
  padding: 0 40px;
  margin-top: -40px;
  text-align: center;
  background: #fff;
  padding-bottom: 29px; }
  @media (max-width: 768px) {
    #home-recent-blog .blog-content-bottom {
      margin-left: 30px;
      margin-right: 30px;
      padding: 0px 13px;
      padding-bottom: 18px; } }
  @media (max-width: 480px) {
    #home-recent-blog .blog-content-bottom {
      margin-top: 0;
      margin-left: 0;
      margin-right: 0;
      padding: 0px 13px;
      padding-bottom: 18px; } }
  #home-recent-blog .blog-content-bottom .posted-by {
    color: #969696;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 20px;
    font-weight: 400;
    padding-top: 20px;
    padding-bottom: 12px; }
    @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: #141414;
    font-size: 16px;
    line-height: 28px;
    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: 15px;
    margin-bottom: 23px; }
  #home-recent-blog .blog-content-bottom .read-more-blog {
    font-family: "Oswald",sans-serif;
    font-weight: 500;
    color: #000000;
    font-size: 15px;
    letter-spacing: .05em;
    text-transform: uppercase; }

.page-type-default #home-brand {
  margin-top: 74px; }

.page-type-category #home-brand {
  margin-top: 47px; }

@media (max-width: 1024px) {
  .page-type-category .page-heading-wrapper {
    padding: 14px 0 20px 0; } }

#home-brand {
  margin-bottom: 0;
  background: #fafafa;
  padding: 38px 0 20px 0px; }
  #home-brand .wrapper-brands1 {
    min-height: 50px;
    overflow: hidden; }
  @media (max-width: 768px) {
    #home-brand {
      margin-top: 32px; } }
  #home-brand .slick-arrow {
    width: 12px;
    height: 18px;
    fill: black; }
  #home-brand .slick-list .slick-slide img {
    width: auto; }

.page-type-compare .card:before {
  content: none; }

#InstagramGallery .themevale_page-heading-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  margin-bottom: 15px;
  padding-top: 0;
  margin-top: 56px; }
  @media (max-width: 768px) {
    #InstagramGallery .themevale_page-heading-wrapper {
      margin-top: 20px; } }
  #InstagramGallery .themevale_page-heading-wrapper .themevale_page-heading {
    color: black; }

#InstagramGallery h3 {
  font-family: "Arimo",Arial,Helvetica,sans-serif;
  font-size: 13px;
  color: #e7040f;
  letter-spacing: .05em;
  line-height: 18px;
  font-family: 500;
  text-transform: uppercase;
  text-align: center;
  margin-top: 0;
  margin-bottom: 19px; }

#InstagramGallery #instafeed .slick-arrow {
  width: 17px;
  height: 33px;
  fill: black; }
  @media (min-width: 1025px) {
    #InstagramGallery #instafeed .slick-arrow.slick-prev {
      left: -54px; } }
  @media (min-width: 1025px) and (max-width: 1366px) {
    #InstagramGallery #instafeed .slick-arrow.slick-prev {
      left: 0; } }
  @media (min-width: 1025px) {
    #InstagramGallery #instafeed .slick-arrow.slick-next {
      right: -54px; } }
  @media (min-width: 1025px) and (max-width: 1366px) {
    #InstagramGallery #instafeed .slick-arrow.slick-next {
      right: 0; } }

#InstagramGallery .slick-slide {
  position: relative;
  padding: 0 2px; }

@media (max-width: 992px) {
  #InstagramGallery .slick-dots {
    position: relative;
    padding-top: 0px;
    z-index: 10;
    bottom: -19px; } }

.sideTopSellers .productCarousel .slick-list {
  padding: 0;
  z-index: 1; }

/* Recently Bought */
#recently_bought_list {
  z-index: 100; }

.themevale_recently-bought {
  position: fixed;
  bottom: 40px;
  left: 40px;
  background: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 10px 10px 10px;
  width: 364px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
  z-index: 999;
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }
  @media (max-width: 480px) {
    .themevale_recently-bought {
      width: calc(100% - 30px);
      right: 15px;
      bottom: 15px;
      left: auto; } }
  .themevale_recently-bought .modal-close {
    color: #c1c1c1;
    margin-top: -5px;
    margin-right: -2px;
    font-size: 28px;
    z-index: 40;
    width: 32px;
    height: 32px;
    display: block; }
    @media (max-width: 767px) {
      .themevale_recently-bought .modal-close {
        margin-right: -9px; } }
    .themevale_recently-bought .modal-close span {
      display: block;
      width: 100%;
      height: 100%; }
      .themevale_recently-bought .modal-close span:hover {
        color: #000000; }
  .themevale_recently-bought .product-image {
    width: 72px;
    float: left; }
    @media (max-width: 767px) {
      .themevale_recently-bought .product-image {
        width: 60px; } }
    .themevale_recently-bought .product-image img {
      position: relative; }
  .themevale_recently-bought .product-info {
    width: calc(100% - 72px);
    float: left;
    padding-left: 20px;
    padding-right: 20px;
    color: #969696;
    z-index: 1; }
    @media (max-width: 767px) {
      .themevale_recently-bought .product-info {
        padding-right: 10px;
        padding-left: 10px;
        width: calc(100% - 60px); } }
    .themevale_recently-bought .product-info .text {
      margin-bottom: 7px; }
    .themevale_recently-bought .product-info .product-name {
      color: #323232;
      font-family: "Arimo",Arial,Helvetica,sans-serif;
      font-weight: 500;
      line-height: 22px;
      border-bottom: 1px solid #ccc;
      padding: 5px 0 0px 0; }
    .themevale_recently-bought .product-info #customer-info {
      font-size: 11px; }

/*LookBook Styles*/
.lookbook .lookbook-carousel {
  padding: 0;
  list-style: none;
  margin: 5px 0 8px 0; }
  @media (max-width: 600px) {
    .lookbook .lookbook-carousel {
      margin-bottom: 55px; } }
  .lookbook .lookbook-carousel .slide-desc {
    position: absolute;
    top: 50%;
    left: 0;
    width: 60%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    color: #000;
    padding: 0 15px; }
    @media (max-width: 600px) {
      .lookbook .lookbook-carousel .slide-desc {
        position: relative;
        right: 0;
        left: 0;
        width: 100% !important;
        margin-top: 20px;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        padding: 0; } }
    @media (max-width: 767px) {
      .lookbook .lookbook-carousel .slide-desc.slide-desc-left {
        left: 0px;
        width: 40%; } }
    .lookbook .lookbook-carousel .slide-desc.slide-desc-right {
      right: 0px;
      left: auto; }
      @media (max-width: 767px) {
        .lookbook .lookbook-carousel .slide-desc.slide-desc-right {
          right: 0px;
          width: 40%; } }

.lookbook .slick-arrow {
  padding: 22px;
  width: 66px;
  border-radius: 50%;
  height: 66px;
  background: #ffffff;
  fill: #000000;
  border: none;
  margin-top: 0;
  transition: all 0.3s ease; }
  @media (min-width: 1300px) {
    .lookbook .slick-arrow.slick-prev {
      left: 50px; } }
  @media (min-width: 1300px) {
    .lookbook .slick-arrow.slick-next {
      right: 50px; } }

.lookbook .slick-dots {
  bottom: 15px; }
  @media (max-width: 600px) {
    .lookbook .slick-dots {
      bottom: -30px; } }

.lookbook .socialLinks {
  display: block;
  margin: 0;
  padding: 7px 0 15px;
  text-align: right; }
  @media (max-width: 600px) {
    .lookbook .socialLinks {
      text-align: center; } }
  .lookbook .socialLinks .socialLinks-item {
    margin-right: 10px; }
    .lookbook .socialLinks .socialLinks-item .icon {
      width: 18px;
      height: 18px; }
      .lookbook .socialLinks .socialLinks-item .icon.icon--facebook {
        background: #000000;
        padding: 3px;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        width: 16px;
        height: 16px;
        margin-top: 2px; }
        .lookbook .socialLinks .socialLinks-item .icon.icon--facebook svg {
          fill: #fff;
          width: 12px;
          height: 12px; }
      .lookbook .socialLinks .socialLinks-item .icon.icon--google_plusone {
        margin-top: -2px; }
      .lookbook .socialLinks .socialLinks-item .icon.icon--email {
        width: 21px;
        height: 21px;
        margin-top: -1px; }
      .lookbook .socialLinks .socialLinks-item .icon.icon--twitter {
        margin-top: 2px; }
      .lookbook .socialLinks .socialLinks-item .icon.icon--pinterest {
        margin-top: 1px; }
  .lookbook .socialLinks svg {
    fill: #000000; }

.lookbook .lookbook-bottom {
  padding: 30px 0 10px 0;
  text-align: center;
  border-top: 1px solid #ebebeb; }
  .lookbook .lookbook-bottom a.btn-lookbook {
    min-width: 210px;
    font-size: 13px;
    letter-spacing: .05em;
    font-weight: 600; }

.lookbook .social-mediaBlock {
  padding: 9px 0 22px 0;
  text-align: right; }

.lookbook .slick-slide img {
  width: 100%; }

.slick-slide {
  width: 100%; }
  .slick-slide img {
    width: 100%; }

/*Gift Certificates*/
.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: 13px;
  letter-spacing: .05em;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase; }

.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: #fafafa;
  border-bottom: 0; }

.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: 500;
  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: #303843;
  line-height: 22px; }

.themevale_account .card-compare {
  display: none !important; }

.themevale_account .productGrid > li > form {
  text-align: center; }

/*Find a Store*/
.find-a-store .top-content-find, .find-a-store .bottom-content-find {
  display: inline-block;
  width: 100%; }

.find-a-store .left-content-find {
  float: left;
  width: 45%;
  padding-bottom: 25px; }
  .find-a-store .left-content-find span {
    font-family: "Arimo",Arial,Helvetica,sans-serif;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: .05em;
    line-height: 20px;
    color: #000000;
    text-transform: uppercase;
    display: block;
    margin-bottom: 5px; }
  @media (max-width: 900px) {
    .find-a-store .left-content-find {
      width: 100%;
      padding-bottom: 0px; } }

.find-a-store .right-content-find {
  float: right;
  width: 55%;
  padding-top: 19px; }
  @media (max-width: 900px) {
    .find-a-store .right-content-find {
      width: 100%;
      padding-top: 0px; } }
  .find-a-store .right-content-find .ENV_maps__div_search .btn {
    font-family: "Arimo",Arial,Helvetica,sans-serif;
    letter-spacing: .05em; }

.at-icon-wrapper, .at-icon-wrapper svg {
  width: 20px !important;
  height: 20px !important;
  line-height: 20px !important; }

.at-resp-share-element .at-share-btn {
  padding: 0 !important;
  margin: 0 5px !important; }

.at-resp-share-element .at-share-btn:first-child {
  margin-left: 0 !important; }

/*=====  End of www.themevale.com  ======*/
.blog {
  margin: auto;
  width: 100%;
  max-width: 100%; }
  .blog + .blog {
    margin-top: 30px;
    padding-top: 30px; }
  .blog .tags {
    margin-top: 20px;
    text-align: left; }
  .blog .socialLinks {
    text-align: left; }
  .blog .addthis_toolbox {
    margin-top: 20px; }
  @media (min-width: 551px) {
    .blog .tags {
      margin-top: 30px; }
    .blog .addthis_toolbox {
      margin-top: 20px; }
    .blog + .blog {
      margin-top: 0;
      padding-top: 28px; } }

.page-type-blog_post .body > .page {
  padding: 10px 0 100px; }

.blog-title {
  font-size: 14px;
  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: #000; }
  @media (min-width: 551px) {
    .blog-title {
      font-size: 16px;
      margin: 0 0 10px 0; } }

.blog-date,
.blog-author {
  margin: 0;
  color: #969696;
  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: 1rem;
  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: 13px;
    margin-bottom: 18px; }
  .blog-post h5, .blog-post h6 {
    text-transform: uppercase; }
  .blog-post blockquote {
    font-size: 12px;
    line-height: 22px;
    padding: 15px;
    margin-bottom: 2.25rem;
    background-color: #fafafa; }
  .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: 22px;
      padding-top: 10px;
      padding-bottom: 10px;
      margin-bottom: 35px;
      margin-left: 15px; } }
  @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: 30px; } }

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

blockquote {
  border-left: 5px solid #eee; }

.page-type-blog .blog-post {
  text-align: left;
  color: #2d2d2d;
  letter-spacing: 0; }

.page-type-blog .social-mediaBlock {
  display: none; }

#faceted-blog-container #sideRecentPosts h5 {
  margin-top: 0; }

#faceted-blog-container #sideRecentPosts > ul > li {
  border-bottom: 1px dotted #e0e0e0; }
  #faceted-blog-container #sideRecentPosts > ul > li > a {
    line-height: 20px;
    padding-bottom: 15px; }

#faceted-blog-container #sideRecentPosts > ul > li:nth-child(3) {
  border: 0; }

#faceted-blog-container .sideTopSellers .productCarousel .slick-arrow {
  fill: black; }

#faceted-blog-container .sideTopSellers .productCarousel .slick-prev {
  left: 15px; }

#faceted-blog-container .sideTopSellers .productCarousel .slick-next {
  right: 15px; }

@media (max-width: 1024px) {
  #faceted-blog-container {
    width: 100%; } }

@media (max-width: 1024px) {
  #faceted-blog-container ~ main.page-content {
    width: 100%; } }

.readmore {
  margin-top: 19px; }
  .readmore > a {
    font-family: "Arimo",Arial,Helvetica,sans-serif;
    color: #000;
    font-size: 13px;
    text-transform: capitalize;
    font-weight: 500; }
  .readmore > i {
    font-size: 11px;
    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: #000;
    font-size: 16px;
    letter-spacing: .05em;
    font-weight: 600;
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 7px;
    position: relative;
    font-family: "Oswald",sans-serif;
    margin-bottom: 18px;
    text-transform: uppercase; }
    .page-type-blog .page .side-module-heading:before {
      content: " ";
      position: absolute;
      bottom: -1px;
      left: 0;
      width: 125px;
      height: 2px;
      background: #000; }
    .page-type-blog .page .side-module-heading span::before {
      content: unset;
      position: unset;
      width: unset;
      height: unset;
      background: 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; } }

.sideBannerImage {
  margin-top: 30px; }
  @media (max-width: 1024px) {
    .sideBannerImage {
      text-align: center; } }
  .sideBannerImage > a > img {
    margin-bottom: 20px; }

.sideCustomCMS .side-cms-content p {
  color: #2d2d2d;
  line-height: 20px;
  letter-spacing: 0; }

.page-type-blog .compare-link {
  display: none; }

.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.current-cat > a {
        color: #e7040f; }
      .page-sidebar ul > li > a {
        padding: 0;
        font-size: 1rem;
        font-weight: 400;
        vertical-align: top;
        display: inline-block;
        text-transform: capitalize;
        color: #2d2d2d;
        letter-spacing: 0; }
        .page-sidebar ul > li > a:hover {
          color: #e7040f; }
      @media (min-width: 1025px) {
        .page-sidebar ul > li {
          line-height: 30px; } }
  .page-sidebar .accordion--navList ul > li > a {
    padding-left: 20px; }

.sidebarBlock + .sidebarBlock {
  margin-top: 46px; }

.sidebarBlock > ul {
  margin-top: -5px; }

.sidebarBlock .productCarousel .card .card-figure {
  padding-bottom: 0; }
  .sidebarBlock .productCarousel .card .card-figure .card-img-container {
    max-width: 165px;
    margin: 0 auto; }

.icon-plus {
  cursor: pointer;
  text-align: center;
  display: inline-block;
  transition: all 0.3s ease; }
  .icon-plus:before, .icon-plus:after {
    top: 50%;
    right: 0;
    position: absolute;
    transition: all 0.5s ease;
    transform: translate3D(-50%, -50%, 0) rotate(0);
    -webkit-transform: translate3D(-50%, -50%, 0) rotate(0); }

.is-clicked > .icon-plus:before {
  transform: translate3D(-50%, -50%, 0) rotate(180deg); }

.is-clicked > .icon-plus:after {
  transform: translate3D(-50%, -50%, 0) rotate(90deg); }

.sidebarBlock-heading, .accordion-title {
  font-family: "Oswald", sans-serif !important; }

.sidebarBlock-heading, .accordion-title {
  font-size: 16px;
  letter-spacing: .02em;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 22px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 15px;
  padding-bottom: 8px;
  color: black; }
  .sidebarBlock-heading span, .accordion-title span {
    position: relative; }
    .sidebarBlock-heading span:before, .accordion-title span:before {
      content: " ";
      position: absolute;
      bottom: -9px;
      left: 0;
      width: 100%;
      height: 2px;
      background: #000; }

.all-categories-list {
  margin: 0;
  list-style: none; }
  .all-categories-list .navPages-item {
    float: none;
    display: block;
    position: relative;
    margin-bottom: 10px; }
    .all-categories-list .navPages-item.current-cat > .icon-plus.is-clicked:before {
      transform: translate3D(-50%, -50%, 0) rotate(180deg); }
    .all-categories-list .navPages-item.current-cat > .icon-plus:before {
      transform: translate3D(-50%, -50%, 0); }
    .all-categories-list .navPages-item.is-clicked > .icon-plus {
      color: #000000; }
    .all-categories-list .navPages-item > a {
      z-index: 11; }
    .all-categories-list .navPages-item .navPage-subMenu-item > a {
      z-index: 11; }
    .all-categories-list .navPages-item a {
      padding: 0;
      font-size: 12px;
      font-weight: 600;
      letter-spacing: 0;
      vertical-align: top;
      display: inline-block;
      text-transform: capitalize;
      color: black;
      font-family: "Arimo",sans-serif; }
    .all-categories-list .navPages-item i {
      font-size: 16px;
      color: #cbcbcb; }
    .all-categories-list .navPages-item .icon-plus {
      top: 13px;
      right: 0;
      z-index: 10;
      position: absolute;
      width: 100%; }
      @media (max-width: 1024px) {
        .all-categories-list .navPages-item .icon-plus {
          height: 24px;
          top: 0; } }
    .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 .navPage-subMenu-item {
      width: 100%;
      float: none;
      display: block;
      position: relative;
      padding-left: 0;
      padding-right: 0; }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item.current-cat > a {
        color: #e7040f; }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item a {
        font-family: "Arimo",Arial,Helvetica,sans-serif;
        font-size: 14px;
        padding-left: 5px;
        font-weight: 400;
        color: #2d2d2d;
        transition: all 0.3s ease; }
        .all-categories-list .dropdown-category-list .navPage-subMenu-item a:hover {
          font-weight: 600;
          color: #2d2d2d; }
      .all-categories-list .dropdown-category-list .navPage-subMenu-item .navPage-subMenu-action {
        margin: 0;
        width: auto;
        border: none; }
    .all-categories-list .dropdown-category-list.navPages-level-2 .navPage-subMenu-item.is-clicked > a {
      font-weight: 600; }
    .all-categories-list .dropdown-category-list.navPages-level-2 .navPage-subMenu-item.is-clicked > .icon-plus {
      color: #000000; }
    .all-categories-list .dropdown-category-list.navPages-level-3 .navPage-childList-item > a:hover {
      font-weight: 600;
      transform: translateX(15px);
      color: #2d2d2d; }
    .all-categories-list .dropdown-category-list.navPages-level-3 .navPage-childList-item > a:hover:before {
      font-family: FontAwesome;
      font-size: 14px;
      position: absolute;
      top: 0px;
      left: -15px;
      content: '\f105';
      color: #969696; }
    .all-categories-list .dropdown-category-list.navPages-level-3 .navPage-childList-item > a:hover:after {
      position: absolute;
      background: #d0d0d0;
      bottom: 6px;
      left: 0;
      width: 100%;
      height: 1px;
      content: ""; }

.navList .view_all a {
  font-weight: 600;
  color: #2d2d2d; }
  .navList .view_all a:before {
    left: 0;
    width: 0;
    bottom: 7px;
    content: "";
    height: 1px;
    position: absolute;
    transition: all 0.3s ease;
    background-color: #bababa; }
  .navList .view_all a:hover {
    color: #e7040f; }
    .navList .view_all a:hover:before {
      width: 100%; }
  .navList .view_all a i {
    font-size: 14px;
    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: black;
        padding-right: 15px;
        font-family: "Arimo",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 .category-image {
  padding-bottom: 30px; }
  @media (max-width: 1024px) {
    .category-heading .category-image {
      padding-bottom: 30px; } }
  @media (max-width: 480px) {
    .category-heading .category-image img {
      width: 100%; } }

.category-heading .page-heading {
  font-size: 24px;
  margin: 0 0 22px;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-family: "Oswald",sans-serif; }

.category-heading .category-description {
  padding-bottom: 17px;
  color: #2d2d2d;
  letter-spacing: 0; }
  @media (max-width: 1024px) {
    .category-heading .category-description {
      padding-bottom: 0px; } }
  @media (max-width: 1024px) {
    .category-heading .category-description p {
      margin-bottom: 40px; } }

.themevale_categoryToolbar {
  text-align: left;
  display: inline-block; }
  @media (max-width: 1024px) {
    .themevale_categoryToolbar {
      padding: 0;
      margin-bottom: 0;
      margin-right: 10px; } }
  .themevale_categoryToolbar > .actionBar {
    margin: 0;
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
    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: uppercase;
        font-size: 12px;
        line-height: 25px;
        letter-spacing: 0; }
        @media (max-width: 1024px) {
          .themevale_categoryToolbar > .actionBar .form-field > label {
            padding-left: 0; } }
        @media (max-width: 740px) {
          .themevale_categoryToolbar > .actionBar .form-field > label {
            padding: 0;
            min-width: 70px; } }
        @media (max-width: 480px) {
          .themevale_categoryToolbar > .actionBar .form-field > label {
            padding: 0;
            min-width: 70px; } }
      .themevale_categoryToolbar > .actionBar .form-field .form-select {
        height: 36px;
        min-width: 170px;
        vertical-align: middle;
        color: #323232;
        border-radius: 3px;
        padding: 5px 15px;
        border: 1px solid #e2e4e8; }
    @media (max-width: 740px) {
      .themevale_categoryToolbar > .actionBar {
        display: block;
        margin-bottom: 15px; } }
  .themevale_categoryToolbar > .actionBar:nth-child(3) {
    margin-right: 3px; }
  @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; } }

@media (max-width: 480px) {
  .page-type-product .themevale_sidebar-mobile-wrapper {
    margin-bottom: 30px;
    margin-top: 20px; } }

@media (min-width: 1025px) {
  .page-type-product .themevale_sidebar-mobile-wrapper {
    display: none; } }

.themevale_sidebar-mobile-wrapper {
  position: relative;
  background: #f7f7f7;
  padding: 9px 0px 9px 20px; }
  @media (max-width: 768px) {
    .themevale_sidebar-mobile-wrapper {
      padding: 0;
      background: transparent; } }

.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: #000000;
  font-weight: 600;
  line-height: 25px; }
  @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; } }

/*=========================================
=            www.themevale.com            =
=========================================*/
.brandGrid {
  list-style: none;
  margin: 0 -8px;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 0; }
  @media (min-width: 1025px) {
    .brandGrid {
      margin: 0 -15px; } }
  .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%; } }

.brand .card {
  border-radius: 0;
  text-align: center;
  border: 1px solid #eaeaea; }
  .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;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    font-family: "Arimo",Arial,Helvetica,sans-serif;
    color: black; }
    .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: 24px;
      letter-spacing: 1px; } }

#azBrandsTable {
  font-size: 0;
  display: flex;
  flex-flow: row nowrap;
  margin: 0 0 30px 0;
  overflow-x: auto;
  padding-bottom: 5px; }
  #azBrandsTable li {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #e2e4e8;
    border-left: none; }
    #azBrandsTable li a {
      color: black;
      display: block;
      height: 40px;
      font-size: 13px;
      min-width: 40px;
      font-weight: 600;
      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: black;
      background-color: #f7f7f7; }
      #azBrandsTable li.is-active a {
        color: black; }
  @media (min-width: 1025px) {
    #azBrandsTable {
      margin: 0 0 40px 0; }
      #azBrandsTable li {
        width: 10%; } }

#azBrands {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2; }
  #azBrands .azBrands-group {
    break-inside: auto;
    page-break-inside: auto;
    -webkit-column-break-inside: auto;
    margin-bottom: 30px; }
  @media (min-width: 551px) {
    #azBrands {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3; } }
  @media (min-width: 801px) {
    #azBrands {
      -webkit-column-count: 4;
      -moz-column-count: 4;
      column-count: 4; } }

.azBrands-group-title {
  font-size: 22px;
  margin: 0 0 10px 0;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Oswald",sans-serif;
  color: black;
  font-weight: 700; }

.brandList {
  margin: 0;
  list-style: none; }
  .brandList .brand {
    margin-bottom: 5px; }

.brand-name .title {
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: #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%; }

.page-type-brands .compare-link {
  display: none; }

.productGrid {
  list-style: none;
  margin: 0 -8px;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 0; }
  @media (min-width: 1025px) {
    .productGrid {
      margin: 0 -15px; } }
  .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: 8px;
    padding-right: 8px;
    position: relative; }
    .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: 20px;
        margin-top: 20px;
        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 .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; }
          @media (min-width: 993px) {
            .productGrid.column-1 .card .card-body .card-detail {
              display: inline-block;
              vertical-align: top;
              width: calc(100% - 200px);
              padding-right: 30px;
              margin-bottom: 0; } }
        .productGrid.column-1 .card .card-body .card-actions {
          font-size: 1rem;
          display: block; }
          @media (min-width: 993px) {
            .productGrid.column-1 .card .card-body .card-actions {
              display: inline-block;
              vertical-align: top;
              width: 200px; } }
          .productGrid.column-1 .card .card-body .card-actions .wishlist {
            display: block;
            background: transparent;
            color: #2d2d2d;
            border-color: #cbcbcb;
            margin-top: 14px;
            font-weight: 400;
            text-transform: unset;
            letter-spacing: 0; }
            .productGrid.column-1 .card .card-body .card-actions .wishlist:hover {
              border-color: #000; }
            .productGrid.column-1 .card .card-body .card-actions .wishlist svg {
              fill: #000; }
            .productGrid.column-1 .card .card-body .card-actions .wishlist span {
              margin-left: 10px; }
          @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%; } }
          @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; }

@media (min-width: 1025px) {
  .productGrid--maxCol6 .product {
    width: 20%; } }

@media (min-width: 1281px) {
  .productGrid--maxCol6 .product {
    width: 16.66667%; } }

@media (min-width: 1025px) {
  .productGrid--maxCol5 .product {
    width: 20%; } }

@media (min-width: 993px) {
  .productGrid--maxCol3 .product {
    width: 33.33333%; } }

@media (min-width: 601px) {
  .productGrid--maxCol2 .product {
    width: 50%; } }

@media (min-width: 1025px) {
  .page-sidebar + .page-content .productGrid:not(.column-1) .product {
    width: 25%;
    margin-bottom: -90px; } }

.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: 0;
  max-width: none;
  width: auto; }
  .productList .product {
    width: 100%;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eaeaea; }
    .productList .product:last-child {
      border-bottom: none;
      padding-bottom: 0; }
  @media (min-width: 768px) {
    .productList .product {
      margin-bottom: 40px;
      padding-bottom: 40px; } }

.listItem {
  margin: 0;
  width: 100%;
  position: relative;
  display: table; }

.listItem-figure,
.listItem-body {
  display: table-cell;
  vertical-align: top; }

.listItem-button {
  top: 50%;
  left: 50%;
  margin: 0;
  z-index: 5;
  color: #ffffff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.65px;
  position: absolute;
  vertical-align: top;
  display: inline-block;
  text-transform: uppercase;
  background-color: transparent;
  transform: translate(-50%, -50%); }
  .listItem-button:before {
    left: 0;
    width: 0;
    bottom: 0;
    content: "";
    height: 1px;
    position: absolute;
    background-color: #ffffff;
    transition: all 0.3s ease; }
  .listItem-button:hover {
    color: #ffffff; }
    .listItem-button:hover:before {
      width: 100%; }

.listItem-button-wishlist {
  top: 20px;
  left: 20px;
  margin: 0;
  z-index: 5;
  position: absolute;
  display: inline-block;
  background-color: transparent; }
  .listItem-button-wishlist svg {
    width: 16px;
    height: 16px;
    fill: #ffffff; }

.listItem-figure {
  margin: 0;
  width: 80px;
  position: relative; }
  @media (min-width: 551px) {
    .listItem-figure {
      width: 25%; } }
  @media (min-width: 1025px) {
    .listItem-figure:before {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      content: "";
      opacity: 0;
      position: absolute;
      visibility: hidden;
      transition: all 0.5s ease;
      background-color: rgba(0, 0, 0, 0.3); }
    .listItem-figure:hover:before,
    .listItem-figure:hover .listItem-figureBody {
      opacity: 1;
      visibility: visible; } }

.listItem-body {
  padding-left: 15px;
  width: calc(100% - 80px); }
  @media (min-width: 551px) {
    .listItem-body {
      width: 75%; } }
  @media (min-width: 768px) {
    .listItem-body {
      padding-left: 30px; } }

.listItem-figureBody {
  display: none;
  text-align: center;
  transition: all 0.3s ease; }
  @media (min-width: 1025px) {
    .listItem-figureBody {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 2;
      opacity: 0;
      display: block;
      visibility: hidden;
      position: absolute; } }

.listItem-image {
  width: 100%; }

.listItem-content {
  display: block; }

.listItem-details,
.listItem-actions {
  display: block; }

.listItem-brand {
  display: block;
  color: #a0a0a0;
  line-height: 1;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.24px;
  margin-bottom: 10px; }

.listItem-title {
  color: #323232;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 15px 0;
  letter-spacing: 0.24px;
  transition: all 0.3s ease; }
  .listItem-title > a {
    color: inherit;
    transition: none; }
  .listItem-title:hover {
    color: #000000; }
  @media (min-width: 551px) {
    .listItem-title {
      font-size: 14px;
      font-weight: 600; } }

.listItem-priceWrapper {
  display: block;
  margin: 0 0 15px 0; }
  .listItem-priceWrapper .listItem-price,
  .listItem-priceWrapper .listItem-rating {
    display: block; }
  .listItem-priceWrapper .listItem-price {
    margin-bottom: 15px; }
  @media (min-width: 360px) {
    .listItem-priceWrapper .listItem-price,
    .listItem-priceWrapper .listItem-rating {
      vertical-align: middle;
      display: inline-block; }
    .listItem-priceWrapper .listItem-price {
      margin-right: 30px;
      margin-bottom: 0; } }

.listItem-price {
  font-size: 14px;
  line-height: 1;
  font-weight: 500;
  color: #323232;
  margin-right: 30px; }
  .listItem-price .price-section {
    margin-right: 5px;
    vertical-align: top;
    display: inline-block; }
    .listItem-price .price-section:last-child {
      margin-right: 0; }
    .listItem-price .price-section.price-section--withoutTax {
      color: #e95144; }
    .listItem-price .price-section.rrp-price--withoutTax {
      color: #a0a0a0;
      display: block;
      margin-bottom: 10px;
      margin-right: 0; }
    .listItem-price .price-section.non-sale-price--withoutTax {
      color: #a0a0a0; }
    .listItem-price .price-section.price-none {
      display: none; }
      .listItem-price .price-section.price-none + .price-section--withoutTax {
        color: #323232; }

.listItem-rating {
  margin: 0;
  line-height: 1; }
  .listItem-rating .rating--small {
    vertical-align: top; }
    .listItem-rating .rating--small .icon {
      margin-top: 0;
      vertical-align: top; }

.listItem-desciption {
  max-height: 60px;
  overflow: hidden; }
  @media (min-width: 551px) {
    .listItem-desciption {
      max-height: none; } }

.listItem-actions {
  margin-top: 20px; }
  .listItem-actions .button {
    min-width: 160px;
    margin-bottom: 0; }
  .listItem-actions .listItem-compare {
    display: none; }
  @media (min-width: 551px) {
    .listItem-actions {
      margin-top: 25px; }
      .listItem-actions .button {
        min-width: 190px; } }
  @media (min-width: 1025px) {
    .listItem-actions .button {
      margin-right: 30px; }
    .listItem-actions .listItem-compare {
      color: #a0a0a0;
      line-height: 1;
      display: inline-block; }
      .listItem-actions .listItem-compare > input {
        top: 2px;
        position: relative;
        margin-right: 2px; } }

/*=========================================
=            www.themevale.com            =
=========================================*/
/*--------  1.0 Global style  --------*/
.themevalte_productView {
  display: block;
  font-size: 0;
  padding-top: 0;
  margin-bottom: 0px; }
  .themevalte_productView .themevalte_productView-left,
  .themevalte_productView .themevalte_productView-right {
    display: block;
    font-size: 1rem;
    position: relative; }
  .themevalte_productView .productView-description {
    display: block; }
  @media (min-width: 768px) {
    .themevalte_productView .themevalte_productView-left,
    .themevalte_productView .themevalte_productView-right {
      width: 50%;
      vertical-align: top;
      display: inline-block; }
    .themevalte_productView .themevalte_productView-left {
      padding-right: 15px; }
    .themevalte_productView .themevalte_productView-right {
      padding-left: 15px; } }

/*--------  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; }
    .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: 42px;
      height: 42px;
      position: absolute;
      left: 20px;
      bottom: 20px;
      padding: 0; }
      .themevalte_productView-images .productView-nav-wrapper .label-videos .video-link svg {
        width: 42px;
        height: 42px;
        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 .productView-img-container + .zoomImg {
      width: 1280px !important;
      height: 1280px !important; }
  .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: 2px solid #161d25; }
    .themevalte_productView-images .productView-for .productView-thumbnail, .themevalte_productView-images .productView-for1 .productView-thumbnail {
      border: none;
      outline: none;
      padding: 0px 10px 1px 10px; }
      .themevalte_productView-images .productView-for .productView-thumbnail > a, .themevalte_productView-images .productView-for1 .productView-thumbnail > a {
        display: block;
        position: relative;
        border: 1px solid #ebebeb; }
        .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 {
  margin-bottom: 40px; }
  .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: 300px; }
  .productView-details .productView-title {
    font-family: 'Arimo',sans-serif;
    font-size: 18px;
    letter-spacing: normal;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 18px;
    display: block;
    text-transform: capitalize; }
    @media (min-width: 415px) {
      .productView-details .productView-title {
        font-size: 18px;
        font-weight: bold;
        text-transform: capitalize; } }
  .productView-details .productView-brand {
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 7px;
    text-transform: capitalize;
    color: #a0a0a0;
    font-family: 'Arimo',sans-serif; }
    @media (min-width: 1025px) {
      .productView-details .productView-brand {
        margin-top: 3px; } }
    .productView-details .productView-brand a {
      color: #000000;
      font-size: 14px;
      font-weight: bold;
      text-transform: uppercase; }
  .productView-details .productView-price {
    font-size: 0;
    display: inline-block;
    margin: 0;
    vertical-align: middle; }
    .productView-details .productView-price .price-section {
      font-size: 20px;
      font-weight: 600;
      color: black; }
      .productView-details .productView-price .price-section.rrp-price--withoutTax {
        color: #969696;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 5px; }
      .productView-details .productView-price .price-section.non-sale-price--withoutTax {
        color: #969696;
        font-size: 20px;
        font-weight: 600;
        margin-right: 12px;
        display: inline-block;
        vertical-align: bottom; }
        .productView-details .productView-price .price-section.non-sale-price--withoutTax.price-none {
          display: none; }
        .productView-details .productView-price .price-section.non-sale-price--withoutTax + .price-section--withoutTax {
          color: #000000;
          display: inline-block;
          vertical-align: bottom; }
    .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 20px 0; }
    .productView-details .productView-rating .productView-reviewLink {
      font-size: 1rem;
      margin-left: 16px;
      display: inline-block;
      vertical-align: middle;
      position: relative;
      text-transform: capitalize;
      letter-spacing: 0.24px;
      color: #2d2d2d; }
      .productView-details .productView-rating .productView-reviewLink a {
        color: #2d2d2d; }
        .productView-details .productView-rating .productView-reviewLink a:hover {
          color: #e7040f; }
      @media (min-width: 321px) {
        .productView-details .productView-rating .productView-reviewLink {
          margin-left: 20px;
          top: 2px; } }
  .productView-details .productView-info {
    margin-top: 0;
    margin-bottom: 10px; }
    .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.3px; }
    .productView-details .productView-info .productView-info-name {
      clear: both;
      min-width: 100px;
      font-weight: 600;
      margin-bottom: 8px;
      color: black;
      font-family: "Arimo",Arial,Helvetica,sans-serif;
      letter-spacing: 0; }
    .productView-details .productView-info .productView-info-value {
      margin-bottom: 0; }
  .productView-details .productView-options {
    text-align: left;
    position: relative;
    margin-bottom: 23px; }
    .productView-details .productView-options .data-product-option {
      margin: 5px 0 0; }
    .productView-details .productView-options .form-label > small {
      font-size: 0; }
    .productView-details .productView-options .form-field {
      margin-bottom: 15px; }
      @media (max-width: 480px) {
        .productView-details .productView-options .form-field {
          margin-top: 15px; } }
    .productView-details .productView-options .form-label--alternate {
      font-weight: 500;
      letter-spacing: 0.24px;
      color: black;
      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 .alertBox {
      border-radius: 0;
      margin-bottom: 23px; }
    .productView-details .productView-options .alertBox--error {
      width: 100%;
      max-width: 240px;
      color: #969696;
      text-align: center;
      padding: 9px 25px;
      pointer-events: none;
      background-color: #f8f8f8;
      border: 1px solid #f8f8f8;
      margin-bottom: 0px; }
      @media (max-width: 992px) {
        .productView-details .productView-options .alertBox--error {
          max-width: 230px; } }
      .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: 13px;
        font-weight: 600;
        letter-spacing: 3px;
        line-height: 20px;
        margin-bottom: 0;
        text-transform: uppercase;
        transition: all 0.3s ease; }
        .productView-details .productView-options .alertBox--error .alertBox-message > span {
          letter-spacing: 3px; }
    .productView-details .productView-options .form-action {
      padding: 0;
      width: auto;
      float: none;
      margin-top: 20px;
      display: block; }
      .productView-details .productView-options .form-action .button {
        margin-bottom: 0;
        min-width: 230px; }
        @media (min-width: 767px) and (max-width: 1023px) {
          .productView-details .productView-options .form-action .button {
            width: 100%; } }
        @media (max-width: 480px) {
          .productView-details .productView-options .form-action .button {
            width: 100%; } }
    .productView-details .productView-options .button-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 .button-wishlist {
          width: 100%; } }
      @media (min-width: 767px) and (max-width: 1023px) {
        .productView-details .productView-options .button-wishlist {
          width: 100%; } }
      @media (min-width: 481px) and (max-width: 766px) {
        .productView-details .productView-options .button-wishlist {
          width: auto; } }
      @media (min-width: 1025px) {
        .productView-details .productView-options .button-wishlist {
          width: auto; } }
      .productView-details .productView-options .button-wishlist .button {
        margin-bottom: 0;
        min-width: 230px; }
        @media (max-width: 480px) {
          .productView-details .productView-options .button-wishlist .button {
            width: 100%; } }
        @media (min-width: 1251px) {
          .productView-details .productView-options .button-wishlist .button {
            min-width: 209px; } }
      @media (min-width: 1250px) {
        .productView-details .productView-options .button-wishlist {
          bottom: 0;
          margin: 0;
          left: 250px;
          position: absolute; } }
      .productView-details .productView-options .button-wishlist:hover .button i.fa {
        color: #ffffff; }
        @media (max-width: 1024px) {
          .productView-details .productView-options .button-wishlist:hover .button i.fa {
            color: #161d25; } }
    .productView-details .productView-options .form-wishlist .icon--heart {
      float: none;
      margin-left: 0;
      margin-right: 5px;
      width: 18px;
      height: 16px; }
    .productView-details .productView-options .form-wishlist .button i.fa {
      font-size: 15px;
      color: #161d25;
      opacity: .8;
      margin-left: 6px; }
      .productView-details .productView-options .form-wishlist .button i.fa:hover {
        color: #ffffff; }
        @media (max-width: 1024px) {
          .productView-details .productView-options .form-wishlist .button i.fa:hover {
            color: #161d25; } }
    .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: black; }
  .productView-details .seal-logos {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap; }
    .productView-details .seal-logos a {
      display: inline-block;
      margin-bottom: 20px;
      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; }

/*--------  4.0 Product option  ------*/
[data-product-option-change] .form-option, [data-fbt-option-change] .form-option {
  padding: 0;
  z-index: 1;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  vertical-align: top;
  position: relative;
  border-radius: 50%;
  margin-right: 7px;
  border: 4px solid transparent;
  color: #2d2d2d; }
  [data-product-option-change] .form-option .form-option-variant, [data-fbt-option-change] .form-option .form-option-variant {
    display: block;
    width: 100%;
    height: 100%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 1px solid #e3e3e3;
    line-height: 32px; }
  @media (min-width: 415px) {
    [data-product-option-change] .form-option, [data-fbt-option-change] .form-option {
      margin-right: 10px; } }

[data-product-option-change] .form-option-swatch .form-option-variant, [data-fbt-option-change] .form-option-swatch .form-option-variant {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 1px solid #e3e3e3; }

[data-product-option-change] .form-option.unavailable, [data-fbt-option-change] .form-option.unavailable {
  opacity: 1;
  background-color: transparent;
  width: 33px;
  height: 33px;
  border: 1px solid #e3e3e3;
  pointer-events: none;
  margin-top: 5px; }
  [data-product-option-change] .form-option.unavailable:before, [data-fbt-option-change] .form-option.unavailable:before {
    left: -7px;
    top: 15px;
    height: 1px;
    width: 140%;
    background-color: #f9a6ac; }
  [data-product-option-change] .form-option.unavailable .form-option-variant, [data-fbt-option-change] .form-option.unavailable .form-option-variant {
    opacity: 0.3; }

[data-product-option-change] .form-radio:checked + .form-option.unavailable, [data-fbt-option-change] .form-radio:checked + .form-option.unavailable {
  border: none; }

[data-product-option-change] .form-radio:checked + .form-option, [data-fbt-option-change] .form-radio:checked + .form-option {
  border: 4px solid #e3e3e3; }

[data-product-option-change] [data-product-attribute="swatch"] .form-radio:checked + .form-option, [data-fbt-option-change] [data-product-attribute="swatch"] .form-radio:checked + .form-option {
  border: 0; }

[data-product-option-change] [data-product-attribute="swatch"] .form-radio:checked + .form-option .form-option-variant, [data-fbt-option-change] [data-product-attribute="swatch"] .form-radio:checked + .form-option .form-option-variant {
  border: 4px solid #e3e3e3; }

.form-field--stock .form-label {
  margin-bottom: 0; }

.form-field--increments .form-increment .button {
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  font-size: 22px;
  border-radius: 0;
  line-height: 40px;
  text-align: center;
  vertical-align: top;
  display: inline-block;
  border: 1px solid #dcdcdc;
  background-color: transparent;
  color: #7b7b7b; }
  .form-field--increments .form-increment .button > .icon {
    width: 100%;
    height: 100%;
    font-style: normal;
    font-weight: 300;
    vertical-align: top; }
  .form-field--increments .form-increment .button:hover, .form-field--increments .form-increment .button:focus, .form-field--increments .form-increment .button:active {
    color: black; }
  .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: 70px;
  height: 40px;
  min-width: 50px;
  font-weight: 400;
  line-height: 40px;
  border-radius: 0;
  text-align: center;
  vertical-align: top;
  display: inline-block;
  border: 1px solid #dcdcdc;
  border-left: none;
  color: #2d2d2d;
  box-shadow: none; }
  .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: 600;
    text-transform: capitalize;
    font-family: "Arimo",Arial,Helvetica,sans-serif;
    color: black; }
    .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; }
    .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: 600;
      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: 0px;
  margin-bottom: 0; }

@media (min-width: 1025px) {
  #similarByViews .themevale_page-heading-wrapper {
    margin-top: -47px; } }

#relatedProducts .card .card-figure .quickview,
#similarByViews .card .card-figure .quickview {
  padding: 5px 12px; }

#relatedProducts .themevale_page-heading-wrapper,
#similarByViews .themevale_page-heading-wrapper {
  border-top: 2px solid #000000; }
  #relatedProducts .themevale_page-heading-wrapper .themevale_page-heading,
  #similarByViews .themevale_page-heading-wrapper .themevale_page-heading {
    font-size: 16px;
    padding: 0; }
    #relatedProducts .themevale_page-heading-wrapper .themevale_page-heading:before,
    #similarByViews .themevale_page-heading-wrapper .themevale_page-heading:before {
      content: none; }
    #relatedProducts .themevale_page-heading-wrapper .themevale_page-heading:after,
    #similarByViews .themevale_page-heading-wrapper .themevale_page-heading:after {
      content: none; }

@media (max-width: 414px) {
  #relatedProducts .themevale_page-heading-wrapper,
  #similarByViews .themevale_page-heading-wrapper {
    margin-bottom: 30px; } }

@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: 1rem;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; }
  .themevale_productDescription .page-heading {
    margin: 0;
    line-height: 24px;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .05em;
    color: #000000;
    text-transform: uppercase; }
    @media (max-width: 480px) {
      .themevale_productDescription .page-heading {
        font-size: 16px; } }
  .themevale_productDescription .productRelated {
    display: none; }
  @media (min-width: 551px) {
    .themevale_productDescription .page-heading {
      font-size: 13px;
      font-weight: 600;
      letter-spacing: .05em;
      color: #000000;
      text-transform: uppercase; } }
  @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; }
    .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 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: 600;
        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 .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; }
    .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: .05em;
      color: #000;
      border: 1px solid #cbcbcb;
      background: #fff;
      outline: 0;
      z-index: 1; }
      .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: #000; }
      .productView-description .themevale_tabs .tab > a {
        font-family: "Oswald",sans-serif;
        font-size: 14px;
        font-weight: 500;
        color: #000000;
        text-transform: uppercase; }
        @media (min-width: 1025px) {
          .productView-description .themevale_tabs .tab > a {
            line-height: 43px;
            padding: 0 15px; } }
  .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; }
      .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;
      font-family: "Oswald",sans-serif; }
      @media (max-width: 767px) {
        .productView-description .toggle-title .page-heading {
          font-size: 15px; } }
    .productView-description .toggle-title svg {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      right: 0; }
  .productView-description .toggle-content {
    padding: 24px 0 0 0;
    clear: both; }
    .productView-description .toggle-content p {
      margin-bottom: 33px; }
    .productView-description .toggle-content#tabDescription-content, .productView-description .toggle-content#tabShipping-content, .productView-description .toggle-content#tabCustomProduct-content {
      margin-top: 29px; }
      @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; } }
    .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: 600;
      color: black;
      font-size: 13px;
      margin-bottom: 18px;
      margin-top: 0; }
    .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: 600;
        letter-spacing: .05em;
        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 .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: #323232; }
  .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; } }

@media (max-width: 1024px) {
  #relatedProducts {
    margin-bottom: 85px; } }

@media (max-width: 768px) {
  #relatedProducts {
    margin-bottom: 50px; } }

#relatedProducts .productCarousel .slick-arrow, #similarByViews .productCarousel .slick-arrow {
  width: 8px;
  height: 15px;
  z-index: 4; }
  #relatedProducts .productCarousel .slick-arrow.slick-prev, #similarByViews .productCarousel .slick-arrow.slick-prev {
    left: auto !important;
    top: -25px !important;
    right: 45px; }
    @media (max-width: 480px) {
      #relatedProducts .productCarousel .slick-arrow.slick-prev, #similarByViews .productCarousel .slick-arrow.slick-prev {
        top: -40px !important; } }
  #relatedProducts .productCarousel .slick-arrow.slick-next, #similarByViews .productCarousel .slick-arrow.slick-next {
    right: 15px;
    top: -25px !important; }
    @media (max-width: 480px) {
      #relatedProducts .productCarousel .slick-arrow.slick-next, #similarByViews .productCarousel .slick-arrow.slick-next {
        top: -40px !important; } }

@media (max-width: 992px) {
  #relatedProducts .productCarousel.slick-slider, #similarByViews .productCarousel.slick-slider {
    margin-bottom: 0px; } }

.sideTopSellers .productCarousel .slick-arrow {
  width: 12px;
  height: 23px;
  z-index: 10; }

.sideTopSellers .productCarousel .slick-dots li {
  display: inline-block; }

@media (max-width: 992px) {
  .sideTopSellers .productCarousel .slick-dots {
    position: relative;
    padding-top: 2px;
    z-index: 10;
    bottom: -14px; } }

@media (max-width: 480px) {
  .sideTopSellers .productCarousel .slick-dots {
    position: absolute;
    bottom: -12px; } }

.sideTopSellers .card {
  opacity: 0;
  visibility: hidden; }
  @media (min-width: 1025px) {
    .sideTopSellers .card {
      padding: 0 15px 15px 15px; } }

.sideTopSellers .slick-slider .card {
  opacity: 1;
  visibility: visible; }

.themevalte_productView-left .productView-for .slick-arrow, .themevalte_productView-left .productView-for1 .slick-arrow {
  width: 9px;
  height: 17px; }

@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 {
  font-size: 13px;
  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; }

.toggleLink-text--on, .toggleLink.is-open .toggleLink-text--off {
  display: none; }

.countDown {
  display: block; }
  .countDown .block-time {
    padding: 12px;
    border-radius: 50%;
    border: 1px solid #dcdcdc;
    margin-right: 10px;
    text-align: center;
    display: inline-block;
    min-width: 62px; }
    .countDown .block-time:last-of-type {
      margin-right: 0; }
    .countDown .block-time .num {
      font-size: 16px;
      line-height: 1;
      color: #323232;
      font-weight: 700;
      display: inline-block;
      vertical-align: top; }
    .countDown .block-time .block-label {
      margin: 4px 0 0 0;
      line-height: 1;
      display: block;
      font-size: 12px;
      color: #646464; }

.productView-price-col {
  position: relative;
  margin-bottom: 15px; }
  .productView-price-col .label-sale {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle; }
    .productView-price-col .label-sale p {
      background: #e7040f;
      padding: 1px 6px;
      margin: 0;
      color: #fff;
      font-weight: bold;
      position: relative;
      border-radius: 2px; }
      .productView-price-col .label-sale p:before {
        content: "";
        position: absolute;
        top: 5px;
        left: -7px;
        width: 0;
        height: 0;
        border-top: 5px solid transparent;
        border-right: 7px solid #e7040f;
        border-bottom: 5px solid transparent; }
    .productView-price-col .label-sale .active-percent {
      display: none; }

.sold-product {
  float: right;
  font-weight: 400;
  color: #e7040f;
  letter-spacing: 0;
  font-size: 12px;
  margin-top: 2px; }
  @media (max-width: 1300px) {
    .sold-product {
      float: left;
      width: 100%;
      margin: 1.5rem 0; } }
  .sold-product svg {
    width: 11px;
    height: 14px;
    position: relative;
    top: 2px;
    margin-right: 4px;
    color: #e7040f; }
  @media (max-width: 331px) {
    .sold-product {
      position: initial;
      margin-bottom: 17px;
      margin-top: 14px; } }

#new_products .themevale_page-heading-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  margin-bottom: 24px;
  padding-top: 0;
  margin-top: 48px; }
  @media (max-width: 991px) {
    #new_products .themevale_page-heading-wrapper {
      margin-top: 37px; } }
  @media (max-width: 768px) {
    #new_products .themevale_page-heading-wrapper {
      margin-top: 28px; } }

.featured-home-product .themevale_page-heading-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  margin-bottom: 24px;
  padding-top: 0;
  margin-top: 64px; }
  @media (max-width: 1024px) {
    .featured-home-product .themevale_page-heading-wrapper {
      margin-top: 27px; } }
  @media (max-width: 991px) {
    .featured-home-product .themevale_page-heading-wrapper {
      margin-top: 36px; } }
  @media (max-width: 768px) {
    .featured-home-product .themevale_page-heading-wrapper {
      margin-top: 30px; } }

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

#home-custom-product-tabs .themevale_page-heading-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  margin-bottom: 21px;
  padding-top: 0;
  margin-top: 0; }
  @media (max-width: 1024px) {
    #home-custom-product-tabs .themevale_page-heading-wrapper {
      margin-top: 26px; } }
  @media (max-width: 991px) {
    #home-custom-product-tabs .themevale_page-heading-wrapper {
      margin-top: -8px; } }

#home-custom-product-tabs .productCarousel .slick-list .card .card-figure .quickview {
  padding: 5px 12px; }

@media (max-width: 992px) {
  #home-custom-product-tabs .productCarousel .slick-dots {
    bottom: 12px;
    z-index: 10;
    position: relative;
    padding-top: 37px; } }

@media (max-width: 551px) {
  #home-custom-product-tabs .productCarousel .slick-dots {
    padding-top: 20px; } }

#home-top-banner-trending .themevale_page-heading-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  padding-top: 0; }
  @media (min-width: 992px) and (max-width: 1024px) {
    #home-top-banner-trending .themevale_page-heading-wrapper {
      margin-bottom: 24px;
      margin-top: 26px; } }
  @media (max-width: 991px) {
    #home-top-banner-trending .themevale_page-heading-wrapper {
      margin-top: -20px; } }

@media (max-width: 992px) {
  #home-top-banner-trending .slick-dots {
    position: relative;
    padding-top: 0px;
    z-index: 10;
    bottom: -22px; } }

#customers_view {
  border-top: 1px solid #e6e6e6;
  padding: 13px 0 14px 0;
  color: #2d2d2d; }
  #customers_view i {
    position: relative;
    top: 2px;
    font-size: 19px;
    margin-right: 10px;
    color: #2d2d2d; }

@media (max-width: 667px) {
  .product-vertical .themevalte_productView .themevalte_productView-left {
    top: 0 !important; } }

@media (min-width: 766px) {
  .product-vertical .themevalte_productView .themevalte_productView-left {
    position: sticky; } }

/*=====  End of www.themevale.com  ======*/
.sale-flag-star,
.sale-flag-star:before,
.sale-flag-star:after {
  content: "";
  display: block;
  height: 2.66667rem;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  transform: scaleX(1) scaleY(1) scaleZ(1);
  transform-origin: 50% 50% 0;
  width: 2.66667rem;
  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.66667rem;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 2.66667rem; }

.sale-text-burst {
  color: white;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  letter-spacing: 0.5px;
  z-index: 50;
  transform: translate3D(-50%, -50%, 0); }

.new-flag-side {
  background: black;
  color: white;
  z-index: 9;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  padding-left: 8px;
  padding-right: 8px;
  position: absolute;
  transition: all 0.5s ease;
  top: 0px;
  left: 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: #e7040f;
  color: white;
  z-index: 9;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  padding-left: 8px;
  padding-right: 8px;
  position: absolute;
  transition: all 0.5s ease;
  top: 0px;
  left: 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: #f0f0f0;
  color: #787878;
  z-index: 9;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  padding-left: 8px;
  padding-right: 8px;
  position: absolute;
  transition: all 0.5s ease;
  top: 0px;
  left: 0px;
  letter-spacing: 0; }
  .out-flag-side ~ .custom-badge {
    top: 27px; }

.custom-badge {
  background: black;
  color: white;
  z-index: 9;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
  padding-left: 8px;
  padding-right: 8px;
  position: absolute;
  transition: all 0.5s ease;
  top: 0px;
  left: 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.33333rem; }
  .sale-text-burst {
    font-size: 10px; }
  .sale-flag-star,
  .sale-flag-star:before,
  .sale-flag-star:after {
    width: 2rem;
    height: 2rem; }
  .starwrap {
    width: 2rem;
    height: 2rem; } }

[data-product-attribute] .form-option.form-option-swatch {
  overflow: visible;
  font-size: 0; }

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

.account {
  /*margin-bottom: spacing("single");*/ }
  @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 {
  /*@include grid-row($behavior: "nest");*/ }

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

/*=========================================
=            www.themevale.com            =
=========================================*/
/* 28/10/2023  */
td#ctl00_cphMainContent_ctl00_PAM_ctl35_tblSpecs {
  padding: 10px 20px; }

td#ctl00_cphMainContent_ctl00_PAM_ctl32_tblSpecs {
  padding: 10px 20px; }

td#ctl00_cphMainContent_ctl00_PAM_ctl29_tblSpecs {
  padding: 10px 20px; }

td#ctl00_cphMainContent_ctl00_PAM_ctl20_tblSpecs {
  padding: 10px 20px; }

td#ctl00_cphMainContent_ctl00_PAM_ctl23_tblSpecs {
  padding: 10px 20px; }

td#ctl00_cphMainContent_ctl00_PAM_ctl26_tblSpecs {
  padding: 10px 20px; }

td#ctl00_cphMainContent_ctl00_PAM_ctl05_tblSpecs {
  padding: 10px 20px; }

td#ctl00_cphMainContent_ctl00_PAM_ctl14_tblSpecs {
  padding: 10px 20px; }

td#ctl00_cphMainContent_ctl00_PAM_ctl17_tblSpecs {
  padding: 10px 20px !important; }

td#ctl00_cphMainContent_ctl00_PAM_ctl08_tblSpecs {
  padding: 12px 20px !important; }

.productView-details .productView-title {
  font-size: 25px; }

.productView-details .productView-info .productView-info-name,
.productView-details .productView-info .productView-info-value {
  font-size: 14px; }

.productView-details .productView-info .productView-info-value {
  max-width: 75%;
  margin-bottom: 10px; }

label.form-label.form-label--alternate.form-label--inlineSmall {
  font-size: 14px;
  font-weight: 600; }

/* 28/10/2023  */
/*=====  End of www.themevale.com  ======*/
.productCarousel {
  float: left;
  width: 100%;
  margin-bottom: 40px; }

.w-60 {
  width: 60%;
  display: inline-block;
  vertical-align: top;
  position: relative; }

.w-40 {
  width: 40%;
  display: inline-block;
  vertical-align: top; }

@media only screen and (max-width: 767px) {
  .w-60 {
    width: 100%; }
  .w-40 {
    width: 100%; }
  .product-additional {
    display: none; }
  .card .card-img-hover .product-additional {
    opacity: unset;
    visibility: unset;
    display: block; }
  .themevale_products-filter .actionBar.view-mode-btn-left {
    float: left;
    margin-bottom: 15px; }
  .view-mode-btn label {
    min-width: 70px; } }

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .w-60 {
    width: 50%; }
  .w-40 {
    width: calc(50% - 50px); }
  .product-additional {
    display: none; }
  .card .card-img-hover .product-additional {
    opacity: unset;
    visibility: unset;
    display: block; } }

#InstagramGallery {
  position: relative;
  padding-top: 45px;
  padding-bottom: 2px;
  text-align: center; }

#InstagramGallery .widget-title {
  padding-bottom: 44px; }

#InstagramGallery .widget-title h2 {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  text-transform: none;
  font-family: "Oswald",sans-serif;
  font-weight: 500;
  letter-spacing: .02em; }
  @media (max-width: 480px) {
    #InstagramGallery .widget-title h2 {
      font-size: 18px; } }

#InstagramGallery .widget-title h3 {
  font-size: 16px;
  color: #e7040f;
  text-transform: none;
  margin: 20px 0 0;
  font-family: "Oswald",sans-serif;
  font-weight: 500;
  letter-spacing: .02em; }

#InstagramGallery .widget-title p.instagram-desc {
  line-height: 18px;
  position: relative;
  display: inline-block;
  letter-spacing: .05em; }
  #InstagramGallery .widget-title p.instagram-desc svg {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px; }
  #InstagramGallery .widget-title p.instagram-desc span {
    display: inline-block;
    vertical-align: middle; }
    @media (max-width: 640px) {
      #InstagramGallery .widget-title p.instagram-desc span {
        width: 85%;
        vertical-align: top; } }

.feed-item-wrap {
  float: left;
  width: calc(100%/8);
  position: relative; }

#InstagramGallery .owl-item a {
  display: block; }

#InstagramGallery .feed-item .feed-action .btn:hover {
  background: #000;
  border-color: #000;
  color: #fff; }

#InstagramGallery a.insta-btn {
  margin-top: 40px;
  min-width: 210px; }

#InstagramGallery .feed-item {
  text-align: center;
  min-height: 100px; }
  #InstagramGallery .feed-item img {
    display: inline-block; }

.owl-carousel {
  position: relative; }

.mfp-gallery figure figcaption {
  margin: 0; }

.home-banner-top {
  width: 100%; }

#home-banner-custom {
  width: 100%; }

#home-recent-blog .slick-dots {
  position: unset;
  bottom: 0; }

#relatedProducts, #similarByViews {
  float: left;
  width: 100%; }

.themevale_instagram-carousel {
  margin-left: -8px;
  margin-right: -8px; }
  .themevale_instagram-carousel .slick-slide {
    padding: 0 8px; }
    .themevale_instagram-carousel .slick-slide > div {
      overflow: hidden; }
  .themevale_instagram-carousel.instagram-app {
    max-width: 1230px;
    margin: auto; }
    .themevale_instagram-carousel.instagram-app .slick-track {
      width: 100% !important; }
  @media (min-width: 1025px) {
    .themevale_instagram-carousel {
      margin-left: -15px;
      margin-right: -15px; }
      .themevale_instagram-carousel.instagram-app {
        margin-left: 0;
        margin-right: 0;
        margin: auto; }
      .themevale_instagram-carousel .slick-slide {
        padding: 0 15px; } }

.wishlist-link.item-wishlish {
  display: inline-block;
  vertical-align: middle; }
  @media (max-width: 1024px) {
    .wishlist-link.item-wishlish {
      display: none !important; } }
  .wishlist-link.item-wishlish a {
    float: left;
    width: 100%;
    height: 100%; }
    .wishlist-link.item-wishlish a .icon-heart {
      width: 24px;
      height: 22px;
      margin-top: 6px; }
      .wishlist-link.item-wishlish a .icon-heart #icon-heart {
        fill: #fff; }

@media (max-width: 1024px) {
  .productView-description .tabs-contents > .tab-content > .toggle-content:not(#tabDescription-content) {
    display: none; } }

.heroCarousel:not(.slick-slider) {
  display: none; }

.sideTopSellers {
  display: inline-block;
  width: 100%; }

.card-option {
  display: block;
  padding: 5px 0 0 0;
  margin: 0;
  z-index: 10;
  position: relative; }
  .card-option:before, .card-option:after {
    content: " ";
    display: table; }
  .card-option:after {
    clear: both; }
  .card-option .form-field {
    text-align: center;
    display: block;
    font-size: 0;
    letter-spacing: 0;
    border: 0;
    padding: 0;
    margin: 0;
    line-height: 1; }
    .card-option .form-field .form-option {
      display: inline-block;
      vertical-align: top;
      font-size: 0;
      border: 0;
      margin: 0 8px 0 0;
      padding: 0;
      height: auto;
      line-height: 1;
      position: relative;
      cursor: default; }
      .card-option .form-field .form-option .form-option-variant {
        position: relative;
        font-size: 0;
        width: 28px;
        height: 28px;
        margin: 0;
        padding: 0;
        border-radius: 50%;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        border: 1px solid #e3e3e3;
        background-color: #ffffff; }
        @media (max-width: 800px) {
          .card-option .form-field .form-option .form-option-variant {
            width: 24px;
            height: 24px; } }
        .card-option .form-field .form-option .form-option-variant:after {
          content: "";
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 2;
          border-radius: 17px;
          background-color: rgba(255, 255, 255, 0);
          opacity: 1;
          visibility: visible;
          border: 2px solid #ffffff;
          transition: color 0.15s ease; }
        .card-option .form-field .form-option .form-option-variant.form-option-variant--color2 {
          display: flex;
          justify-content: center;
          align-items: center;
          overflow: hidden;
          transform: rotate(45deg); }
          .card-option .form-field .form-option .form-option-variant.form-option-variant--color2 span {
            display: block;
            width: 100%;
            height: 100%;
            position: relative; }
      .card-option .form-field .form-option .form-option-tooltip {
        display: none;
        font-size: 13px;
        font-weight: 400;
        letter-spacing: 0;
        line-height: 1;
        color: white;
        text-align: center;
        position: absolute;
        bottom: 100%;
        left: 50%;
        padding: 4px 7px;
        z-index: 2;
        min-width: 40px;
        transform: translateX(-50%);
        margin: 0 0 10px 0;
        transition: color 0.15s ease;
        white-space: nowrap; }
        .card-option .form-field .form-option .form-option-tooltip:before {
          content: " ";
          position: absolute;
          bottom: -7px;
          left: 50%;
          height: 0;
          width: 0;
          border-top: 7px solid;
          border-left: 7px solid transparent;
          border-right: 7px solid transparent;
          transform: translateX(-50%); }
      .card-option .form-field .form-option:last-of-type {
        margin-right: 0; }
    .card-option .form-field .showmore {
      display: inline-block;
      vertical-align: top;
      color: #969696;
      margin: 0 0 0 9px;
      font-size: 12px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 28px;
      width: auto;
      text-align: center; }
    .card-option .form-field.form-field--size .form-option {
      font-size: 11px;
      font-weight: 400;
      letter-spacing: 0;
      line-height: 1;
      text-transform: uppercase;
      color: #323232; }
    .card-option .form-field.form-field--size + .form-field--size {
      display: none;
      margin-top: 0; }
    .card-option .form-field + .form-field {
      margin-top: 11px; }
  @media (min-width: 1025px) {
    .card-option .form-field .form-option .form-option-tooltip {
      display: block;
      opacity: 0;
      visibility: hidden;
      pointer-events: none; }
    .card-option .form-field .form-option:hover .form-option-tooltip {
      opacity: 1;
      visibility: visible;
      pointer-events: auto; } }

.acsb-sr-only {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  margin: -1px 0 0 -1px !important;
  padding: 0 !important;
  display: block !important;
  width: 1px !important;
  height: 1px !important;
  font-weight: normal !important;
  font-size: 15px !important;
  line-height: 1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
  outline: 0 !important;
  cursor: pointer !important;
  text-transform: capitalize !important; }

.page-type-search .accordion--navList .accordion-navigation.is-open ~ .accordion-content {
  display: none; }

.page-type-search .accordion--navList .accordion-navigation.is-visible ~ .accordion-content {
  display: block; }

.page-type-search .accordion--navList .accordion-navigation.is-visible .toggleLink-text--off {
  display: none; }

#add-to-cart-wrapper {
  display: inherit; }

.productView .productAttributes-message {
  margin-bottom: 10px;
  display: flex;
  align-items: center; }
  @media (max-width: 1280px) {
    .productView .productAttributes-message {
      margin-bottom: 20px; } }

#form-action-addToCart[disabled] {
  opacity: 0.5; }

#home-recent-blog .productCarousel {
  margin: 0; }
  @media (min-width: 1024px) {
    #home-recent-blog .productCarousel .slick-list.draggable {
      margin: 0 -15px; } }

.heroCarousel.themevale_container {
  max-width: 80%;
  padding-right: 0px;
  padding-left: 0px; }
  @media only screen and (max-width: 1000px) {
    .heroCarousel.themevale_container {
      max-width: 100%; } }

.home-banner-top .themevale_banner-wrapper img {
  height: 164px;
  object-fit: contain; }

.themevale_middleHeader-main .middleHeader-item.middleHeader-item-mobile.text-left {
  display: flex;
  order: 2;
  flex-grow: 3; }

.themevale_middleHeader-main .middleHeader-item.middleHeader-item-mobile.text-right {
  order: 3;
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap; }

.aed-phone-num span {
  font-size: 28px;
  font-weight: 900;
  color: #2469B3; }

.aed-phone-social-main {
  order: 3; }

@media (max-width: 1024px) {
  .aed-phone-social-main {
    display: none; } }

.themevale_middleHeader-main .middleHeader-item.middleHeader-item-mobile.text-left .aed-phone-num span {
  font-size: 22px;
  font-weight: 900;
  color: #0653a8; }

.themevale_middleHeader-main .middleHeader-item.middleHeader-item-mobile.text-left .aed-phone-num i {
  font-size: 25px;
  color: #c52d2d; }

.themevale_middleHeader-main .middleHeader-item.middleHeader-item-mobile.text-left .aed-phone-social-main {
  display: flex;
  width: 100%;
  justify-content: space-between; }

.themevale_middleHeader-main .middleHeader-item.middleHeader-item-mobile.text-left .aed-phone-badge-main {
  display: flex;
  width: 100%;
  align-items: center; }

.themevale_middleHeader-main .middleHeader-item.middleHeader-item-mobile.text-left .aed-phone-num {
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }

.themevale_middleHeader-main .middleHeader-item.middleHeader-item-mobile.text-left .aed-phone-badge-main .aed_price_ship_badges {
  width: 60%;
  text-align: center; }

.themevale_middleHeader-main .middleHeader-item.middleHeader-item-mobile.text-left .aed-phone-badge-main .aed_price_ship_badges img {
  width: 36%;
  margin-left: 10px; }

.themevale_middleHeader-main .middleHeader-item.middleHeader-item-mobile.text-left .aed-social-icon i {
  margin-left: 13px;
  font-size: 17px; }

.themevale_middleHeader-main .middleHeader-item.middleHeader-item-mobile.text-left .items.right-find.hidden-xs {
  width: 100%; }

.themevale_middleHeader-main .middleHeader-item.middleHeader-item-mobile.text-right .wishlist-link.item-wishlish {
  display: none; }

.themevale_middleHeader-main .middleHeader-item.middleHeader-item-mobile.text-right div#top-cart {
  order: 2; }

.main.full .home-banner-top {
  display: none; }

.brand-logo-grid {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap; }

.brand-logo-grid .brad-logo-img {
  width: 15%;
  height: 110px;
  margin: 0 10px;
  border: 1px solid #ababab4a;
  padding: 10px;
  background-color: #fff;
  transition: all .55s ease-in-out;
  margin-bottom: 20px; }

.brand-logo-grid .brad-logo-img:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transition: 0.2s;
  transform: translateY(-5px); }

.brad-logo-img {
  display: flex;
  justify-content: center;
  align-items: center; }

.brand_container {
  /*   max-width: 1200px; */
  margin: 0 auto;
  width: 100%; }

div#new_products .tab-category-wrap {
  display: none; }

div#home-custom-product-tabs {
  display: none; }

#home-top-banner-trending .trending-blog .wrapper-image a img {
  height: 323px;
  object-fit: contain;
  object-position: top; }

#home-top-banner-trending .trending-blog .wrapper-content .head-content h3 {
  font-size: 18px; }

div#home-brand {
  display: none; }

#InstagramGallery .feed-item {
  margin: 10px 10px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; }

#InstagramGallery .feed-item img {
  height: 150px;
  width: 100px;
  object-fit: contain; }

#InstagramGallery {
  padding-bottom: 50px; }

#InstagramGallery #instafeed .slick-arrow.slick-next {
  right: -34px; }

#InstagramGallery #instafeed .slick-arrow.slick-prev {
  left: -34px; }

.header-logo-image-unknown-size {
  width: 84%; }

.header-logo-image {
  width: 84%; }

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

.header.is-sticky .header-logo-image-unknown-size {
  width: 80%; }

.header.is-sticky .header-logo {
  margin: 10px 0px;
  text-align: left; }

.header.is-sticky .navPages-item > .navPages-action {
  padding: 15px 7px 15px 7px; }

#top-bar-promotion .topbard a {
  color: #0653a8;
  position: unset;
  transform: none;
  text-transform: none;
  font-weight: 400; }

#top-bar-promotion .topbard {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center; }

#top-bar-promotion .topbard .tb1 {
  color: #0653a8;
  text-align: left;
  width: 33%; }

#top-bar-promotion .topbard .tb1 i {
  margin-right: 3px;
  color: #c52d2d; }

#top-bar-promotion .topbard .tb-center {
  color: #0653a8;
  text-align: center;
  width: 33%; }

#top-bar-promotion .topbard .tb-center img {
  margin-right: 10px;
  margin-top: -3px; }

#top-bar-promotion .topbard .tb2 {
  text-align: right;
  width: 33%; }

.tb2 .aed-social-icon img {
  width: 18px;
  margin-left: 8px;
  margin-top: -8px; }

.tb2 .aed-social-icon img:hover {
  filter: invert(17%) sepia(96%) saturate(2439%) hue-rotate(201deg) brightness(69%) contrast(95%); }

.tb2 .aed-social-icon a i:hover {
  color: #0653a8; }

.tb2 .aed-social-icon i {
  margin-left: 12px;
  font-size: 20px;
  color: #c52d2d; }

.navPages .navPages-item .Menu-Label.Sale-Label {
  display: none; }

.navPages .navPages-item .Menu-Label.Hot-Label {
  display: none; }

.navPages .navPages-item .Menu-Label.New-Label {
  display: none; }

.header.is-sticky .header-logo .header-logo-image {
  max-height: 55px; }

.themevale_middleHeader .middleHeader-item > .sign-in-left > a > span {
  color: #0653a8; }

.themevale_middleHeader .middleHeader-item > .items.sign-in-left .icon svg {
  fill: #0653a8;
  stroke: #0653a8; }

.navUser-item-cartIcon > svg {
  fill: #0653a8; }

.countPill {
  background-color: #c52d2d; }

.search-form .form-field .form-input::placeholder {
  color: #0653a8; }

.themevale_middleHeader .middleHeader-item > .sign-in-left::before {
  background: #0653a8; }

.search-form button svg {
  fill: #0653a8; }

.navPages-action {
  color: #0653a8; }

.navPages-action:hover {
  color: #c52d2d; }

.navPages .navPages-item > a:before {
  background: #c52d2d; }

.themevale_bottomFooter .themevale_logo {
  display: none; }

.themevale_bottomFooter {
  padding-bottom: 0px; }

.themevale_page-heading {
  color: #c52d2d; }

.themevale_page-heading-wrapper > h2:before {
  background-color: #c52d2d; }

.themevale_page-heading-wrapper > h2:after {
  background-color: #c52d2d; }

#top-bar-promotion {
  background: #d4e589; }

p.footer-logo-txt {
  width: 90%;
  padding-top: 10px;
  padding-left: 10px;
  display: none; }

p.footer-logo-txt img {
  display: inline-block;
  width: 22px;
  height: 12px; }

.themevale_middleFooter {
  padding: 30px 0 0px 0; }

.themevale-infoFooter {
  padding-bottom: 0px; }

.themevale-bottom-infoFooter {
  padding-top: 0px; }

.footer {
  background-color: #e3e3e3; }

.footer-info-heading {
  color: #0653a8;
  font-size: 16px; }

.footer .store-address, .footer .store-call, .footer .store-email, .footer a, .footer p {
  color: #0653a8;
  font-size: 13px; }

.footer a:hover {
  color: #c52d2d; }

.themevale_bottomFooter .footer-copyright > p {
  color: #0653a8; }

.themevale-bottom-infoFooter {
  border-top: 1px solid #c52d2d; }

.themevale_bottomFooter {
  background-color: #e3e3e3; }

#InstagramGallery .widget-title h2 {
  color: #c52d2d;
  position: relative; }

#InstagramGallery .widget-title h2 span {
  background: #fff;
  padding: 0px 23px;
  position: relative;
  z-index: 10; }

#InstagramGallery .widget-title h2:before {
  content: "";
  background: #c52d2d;
  height: 2px;
  position: absolute;
  width: 410px;
  z-index: 9;
  transform: translate(-90px, 10px); }

.new-flag-side {
  background: #0653a8; }

.button.themevale_btnATC, button.themevale_btnATC {
  border: 1px solid #0653a8;
  background-color: #0653a8; }

.card .card-figure .quickview {
  color: #fff;
  background-color: #0653a8; }

.card .card-figure .quickview:hover {
  background-color: #c52d2d; }

#back-to-top {
  background: #fff0;
  border: 1px solid #0653a8; }

#back-to-top.is-visible i {
  color: #0653a8; }

.card .card-body .card-title > a {
  color: #0653a8; }

.card .card-body .card-price .price-section.price-none + .price-section--withoutTax {
  color: #c52d2d; }

.card .card-body .card-price .price-section.price-section--withoutTax {
  color: #c52d2d; }

.card .card-body .card-price .price-section.price-section--withoutTax.rrp-price--withoutTax {
  display: none !important; }

.card .card-body .card-price .price-section.price-section--withoutTax span.price.price--non-sale {
  color: #0653a8; }

.card .card-body .card-brand {
  display: none; }

.card .card-body .card-title {
  color: #0653a8;
  font-size: 16px;
  font-weight: 500; }

.card .card-body .card-title > a:hover {
  color: #c52d2d; }

#home-top-banner-trending .trending-blog .wrapper-content .head-content .sub-heading {
  color: #c52d2d; }

#home-top-banner-trending .trending-blog .wrapper-content .head-content h3 {
  color: #0653a8; }

#home-top-banner-trending .trending-blog .wrapper-content .text {
  color: #0653a8;
  font-size: 14px; }

#home-top-banner-trending .trending-blog .wrapper-content .big-button {
  color: #0653a8; }

#home-top-banner-trending .trending-blog .wrapper-content .big-button:hover {
  color: #c52d2d; }

#home-recent-blog .blog-content-bottom .posted-by {
  color: #c52d2d; }

#home-recent-blog .blog-content-bottom .blog-title {
  color: #0653a8;
  line-height: 20px; }

#home-recent-blog .blog-content-bottom p {
  color: #0653a8;
  font-size: 14px; }

#home-recent-blog .blog-content-bottom .read-more-blog {
  color: #0653a8; }

#home-recent-blog .blog-content-bottom .read-more-blog:hover {
  color: #c52d2d; }

.header .navPages-icon .icon {
  fill: #0653a8; }

.page-heading-wrapper-2 .breadcrumb a,
.page-heading-wrapper-2 .breadcrumb.is-active > .breadcrumb-label,
.page-heading-wrapper-2 .breadcrumb:before,
.page-heading-wrapper-2 span {
  color: #0653a8; }

.accordion-title, .sidebarBlock-heading {
  color: #c52d2d; }

.accordion-title span:before, .sidebarBlock-heading span:before {
  background: #c52d2d; }

#relatedProducts .themevale_page-heading-wrapper,
#similarByViews .themevale_page-heading-wrapper {
  border-top: 2px solid #c52d2d; }

.productView-details .productView-rating .sold-product {
  display: none !important; }

.productView-details .productView-title {
  color: #0653a8; }

.productView-details .productView-rating .productView-reviewLink {
  color: #0653a8; }

.productView-details .productView-rating .productView-reviewLink a {
  color: #0653a8; }

.productView-details .productView-info .productView-info-name {
  color: #0653a8; }

.productView-details .productView-info .productView-info-value {
  color: #0653a8; }

.productView-details .productView-price .price-section.non-sale-price--withoutTax + .price-section--withoutTax {
  color: #c52d2d; }

.productView-details .productView-options .form-label--alternate {
  color: #0653a8; }

.all-categories-list .navPages-item a {
  color: #0653a8;
  text-transform: uppercase;
  font-size: 15px; }

.button.themevale_btnATC:active, .button.themevale_btnATC:focus, .button.themevale_btnATC:hover, button.themevale_btnATC:active, button.themevale_btnATC:focus, button.themevale_btnATC:hover {
  border: 1px solid #c52d2d;
  background-color: #c52d2d; }

.button.button-transparent, button.button-transparent {
  color: #0653a8;
  border: 1px solid #0653a8; }

.button.button-transparent svg, button.button-transparent svg {
  fill: #0653a8; }

.button.button-transparent:active, .button.button-transparent:focus, .button.button-transparent:hover, button.button-transparent:active, button.button-transparent:focus, button.button-transparent:hover {
  color: #fff;
  border: 1px solid #c52d2d;
  background-color: #c52d2d; }

.productView-details .productView-options .form-wishlist .button i.fa {
  color: #0653a8; }

.themevalte_productView-images .productView-for .slick-arrow, .themevalte_productView-images .productView-for1 .slick-arrow {
  fill: #0653a8; }

.themevalte_productView-left .productView-for .slick-arrow, .themevalte_productView-left .productView-for1 .slick-arrow {
  width: 9px;
  height: 13px; }

.sideTopSellers .productCarousel .slick-arrow {
  width: 12px;
  height: 18px;
  z-index: 10;
  fill: #0653a8; }

.productCarousel .slick-arrow {
  top: 175px; }

.sale-flag-side {
  background: #c52d2d; }

.themevalte_productView-images .productView-for .slick-slide.slick-current a, .themevalte_productView-images .productView-for1 .slick-slide.slick-current a {
  border: 2px solid #0653a8; }

.themevalte_productView-images .productView-for .productView-thumbnail > a, .themevalte_productView-images .productView-for1 .productView-thumbnail > a {
  border: 1px solid #ced4da; }

.productView-description .themevale_tabs .tab > a {
  color: #0653a8; }

#customers_view {
  display: none; }

.productView-details .productView-options .form-wishlist #wishlist-dropdown li .button {
  color: #0653a8; }

.productView-details .productView-options .form-wishlist #wishlist-dropdown li .button:hover {
  color: #0653a8;
  border: none; }

.productView-description .toggle-content p {
  margin-bottom: 10px; }

.page-type-product .productView-description .toggle-content {
  color: #0653a8; }

.sidebarBlock.sideBannerImage {
  display: none; }

.sidebarBlock.sideCustomCMS {
  display: none; }

.halo-login-dropdown .text-left h3 {
  color: #0653a8; }

.halo-login-dropdown form .form-field input {
  border: 1px solid #0653a8; }

.halo-login-dropdown form .form-field input::placeholder {
  color: #0653a8; }

form#loginForm .button, button {
  color: #0653a8;
  border: 1px solid #0653a8; }

.halo-login-dropdown form .form-actions a.forgot-password {
  color: #0653a8; }

.separated-form .button.button--primary {
  color: #fff;
  border: 1px solid #0653a8;
  background-color: #0653a8; }

.separated-form .button.button--primary:hover {
  color: #fff;
  border: 1px solid #c52d2d;
  background-color: #c52d2d; }

.previewCartItem-name a {
  color: #0653a8; }

.previewCartItem-price {
  color: #c52d2d; }

.previewCartAction .button.btn-checkout, button.btn-checkout {
  color: #fff;
  background: #c52d2d;
  border: 1px solid #c52d2d; }

.card .card-body .card-compare {
  display: none; }

.page-sidebar + .page-content .productGrid:not(.column-1) .product {
  margin-bottom: -30px; }

.page-heading-wrapper .breadcrumb a, .page-heading-wrapper .breadcrumb.is-active > .breadcrumb-label, .page-heading-wrapper .breadcrumb:before, .page-heading-wrapper .page-heading, .page-heading-wrapper p {
  color: #0653a8; }

.category-heading .page-heading {
  color: #0653a8; }

.themevale_sidebar-mobile-wrapper label {
  color: #0653a8 !important; }

.themevale_categoryToolbar > .actionBar .form-field .form-select {
  color: #0653a8; }

.product-pagination .compare-link {
  display: none; }

.view-mode-btn .btn-group .current-view .icon-bar {
  background: #0653a8; }

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

.view-mode-btn .btn-group > a .icon-bar {
  background: #0653a8; }

.page-sidebar ul > li > a {
  font-size: 13px;
  color: #0653a8; }

#InstagramGallery #instafeed .slick-arrow {
  width: 17px;
  height: 20px;
  fill: #0653a8; }

.productCarousel .slick-arrow {
  width: 17px;
  height: 20px;
  fill: #0653a8; }

.productView-details .productView-options .button-wishlist {
  display: none; }

.productView-details .seal-logos {
  display: none; }

.header-logo-image {
  max-height: 80px; }

@media (max-width: 767px) {
  #top-bar-promotion {
    display: none; }
  .themevale_middleHeader-main .middleHeader-item.middleHeader-item-mobile.text-left {
    order: 1;
    flex-grow: 1; }
  .themevale_middleHeader .middleHeader-item {
    order: 2; }
  #InstagramGallery .widget-title h2:before {
    width: 290px;
    transform: translate(-51px, 10px); }
  .themevale-infoFooter .footer-info-col.footer-info-col--small {
    width: 100% !important; }
  p.footer-logo-txt {
    width: 100%; }
  .footer-info-col.footer-info-col--small.footer-dropdownmobile.categories {
    padding: 0px 8px; }
  img.aed-footer-img {
    width: 45%;
    margin-bottom: 15px;
    margin-left: -5px; }
  .header-logo {
    text-align: center !important; }
  .header-logo-image {
    max-height: 50px; }
  .brand-logo-grid {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%; }
  .brand-logo-grid .brad-logo-img {
    width: 43%;
    height: 80px;
    margin: 0 5px 10px 5px; }
  .themevale_middleHeader .icon {
    fill: #0653a8; }
  .mobileMenu-toggle .mobileMenu-toggleIcon, .mobileMenu-toggle .mobileMenu-toggleIcon::after, .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    background: #0653a8; }
  ul.navPages-list.navPages-list-mobile {
    display: none !important; } }

.mup {
  font-size: 16px;
  font-weight: bold;
  color: #88b04b;
  padding-left: 15px; }

/* 30-10-2023 */
.themevale_middleHeader .middleHeader-item > .right-find {
  margin-left: 0px; }

body {
  font-family: "Roboto", sans-serif !important; }

a, button, div, h1, h2, h3, h4, h5, h6, p, input {
  font-family: "Roboto", sans-serif !important; }

.navPages-action {
  padding: 14px 18px 17px; }

.brand_section {
  text-align: center; }

.brand_section h2.module-heading {
  color: #c52d2d;
  position: relative;
  margin-bottom: 50px;
  text-transform: uppercase;
  font-weight: 500; }

.brand_section h2.module-heading::before {
  content: "";
  background: #c52d2d;
  height: 2px;
  position: absolute;
  width: 1070px;
  z-index: 9;
  transform: translate(-90px, 10px); }

.brand_section h2.module-heading span {
  background: #fff;
  padding: 0 23px;
  position: relative;
  z-index: 10; }

/* mega menu brand-css */
.aed-soltion-main-menu ul.aed-soltion-nav-list {
  display: flex; }

.aed-soltion-main-menu ul.aed-logo-menu-aed-unit {
  display: none; }

.aed-soltion-main-menu ul.aed-logo-menu {
  display: none; }

.aed-soltion-main-menu ul.aed-soltion-nav-list {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding: 18px 0px; }

.aed-soltion-main-menu ul.aed-soltion-nav-list li.aed-soltion-nav-list-item {
  padding: 0px 3px; }

.header.is-sticky .aed-soltion-main-menu ul.aed-soltion-nav-list li.aed-soltion-nav-list-item {
  padding: 0px 0px; }

.aed-soltion-main-menu a.aed-soltion-nav-list-item-action {
  padding: 10px 10px 5px;
  font-size: 13px;
  text-transform: uppercase;
  color: #0653a8;
  font-weight: 600;
  letter-spacing: .5px;
  position: relative; }

a.aed-soltion-nav-list-item-action:hover {
  color: #c52d2d; }

.aed-soltion-main-menu a.aed-soltion-nav-list-item-action::before {
  content: "";
  background: #c52d2d;
  content: "";
  position: absolute;
  width: 0;
  bottom: 0;
  left: 11px;
  height: 1px;
  transition: all .3s ease; }

a.aed-soltion-nav-list-item-action:hover::before {
  width: calc(100% - 22px); }

li.aed-soltion-nav-list-item:hover ul.aed-logo-menu-aed-unit {
  display: block; }

li.aed-soltion-nav-list-item:hover ul.aed-logo-menu-aed-unit {
  display: block;
  position: absolute;
  background: #fff;
  margin: 0;
  width: 330px;
  top: 58px; }

ul.aed-logo-menu-aed-unit li.aed-logo-mega-menu-item {
  list-style-type: none; }

ul.aed-logo-menu-aed-unit ul.aed-logo-mega-menu-item-inner {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0px;
  padding: 20px 10px; }

ul.aed-logo-menu-aed-unit ul.aed-logo-mega-menu-item-inner li {
  list-style-type: none;
  width: 50%;
  text-align: center;
  margin: 8px 0px; }

a.aed-logo-mega-menu-item-link {
  border: 1px solid #ced4da;
  display: -ms-flexbox;
  display: flex;
  padding: .5rem;
  height: 100%;
  min-height: 55px;
  text-align: center;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #0653a8;
  line-height: 1.25;
  margin: 4px 9px;
  font-size: 14px;
  font-weight: 700; }

a.aed-logo-mega-menu-item-link:hover {
  border: 1px solid #c52d2d;
  color: #c52d2d; }

ul.aed-logo-menu-aed-unit ul.aed-logo-mega-menu-item-inner li img {
  width: 85%;
  height: 30px;
  object-fit: contain; }

li.aed-soltion-nav-list-item:hover ul.aed-logo-menu {
  display: block; }

li.aed-soltion-nav-list-item:hover ul.aed-logo-menu {
  display: flex;
  width: 330px;
  position: absolute;
  background: #fff;
  margin: 0;
  padding: 4px 10px;
  top: 40px;
  padding-bottom: 25px; }

li.aed-soltion-nav-list-item:hover ul.aed-logo-menu li.aed-logo-mega-menu-item {
  width: 100%;
  list-style-type: none; }

.aed-logoAED-Units h6 {
  margin-left: 10px;
  margin-top: 0;
  margin-bottom: 0;
  color: #0653a8; }

.aed-logo-AED-Units h6 {
  margin-left: 10px;
  margin-top: 0;
  margin-bottom: 0;
  color: #0653a8; }

li.aed-soltion-nav-list-item:hover ul.aed-logo-menu ul.aed-logo-mega-menu-item-inner {
  margin: 0px;
  display: flex;
  width: 100%;
  flex-wrap: wrap; }

li.aed-soltion-nav-list-item:hover ul.aed-logo-menu ul.aed-logo-mega-menu-item-inner img {
  width: 100%;
  height: 30px;
  object-fit: contain; }

li.aed-soltion-nav-list-item:hover ul.aed-logo-menu ul.aed-logo-mega-menu-item-inner li {
  list-style-type: none;
  width: 50%;
  margin: 9px 0px; }

header.header.is-sticky .aed-soltion-main-menu a.aed-soltion-nav-list-item-action {
  padding: 14px 5px 17px;
  font-size: 12px; }

header.header.is-sticky .aed-soltion-main-menu a.aed-soltion-nav-list-item-action i {
  font-size: 12px; }

.header.is-sticky .navPages-container .themevale_navPages-item {
  flex-grow: 24; }

/* 31-10-2023 */
.aed-brand-serv-box-inner img {
  width: 30%; }

.aed-brand-serv-box-inner h6 {
  margin: 10px 0px 0px 0px;
  color: #0653a8;
  font-size: 14px; }

.new-product-section {
  text-align: center; }

.new-product-section h2.module-heading {
  color: #c52d2d;
  position: relative;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-weight: 500; }

.new-product-section h2.module-heading span {
  background: #fff;
  padding: 0 23px;
  position: relative;
  z-index: 10; }

.new-product-section h2.module-heading::before {
  content: "";
  background: #c52d2d;
  height: 2px;
  position: absolute;
  width: 470px;
  z-index: 9;
  transform: translate(-57px, 10px); }

div#new_products h2.themevale_page-heading {
  display: none; }

section.live-saving .live-saving-row {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%; }

section.live-saving .live-saving-row .aed-box-wrapper-outer {
  width: 33%;
  margin: 0px 10px; }

section.live-saving .live-saving-row .aed-box-wrapper-outer .aed-box-wrapper-inner {
  position: relative;
  overflow: hidden; }

.aed-box-wrapper-text-btn {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%; }

section.live-saving .live-saving-row .aed-box-wrapper-outer .aed-box-wrapper-inner img {
  position: relative;
  z-index: -1;
  transition: 1s ease 0s;
  -webkit-transition: 1s ease 0s;
  width: 100%; }

section.live-saving .live-saving-row .aed-box-wrapper-outer .aed-box-wrapper-inner:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1); }

.aed-box-wrapper-text-btn h6 {
  color: #fff;
  font-size: 23px;
  margin-bottom: 25px;
  line-height: 26px; }

.aed-box-wrapper-text-btn a {
  background: #fff;
  padding: 13px 28px;
  font-size: 14px;
  border-radius: 20px;
  color: #0653a8;
  font-weight: 700; }

.aed-box-wrapper-text-btn a:hover {
  color: white;
  background: #c52d2d; }

ul.aed-text-menu-link {
  display: none; }

li.aed-soltion-nav-list-item:hover ul.aed-text-menu-link {
  display: block;
  width: 300px;
  position: absolute;
  background: #fff;
  top: 40px;
  margin: 0;
  padding: 20px; }

ul.aed-text-menu-link li.aed-text-menu-link-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-top: 5px;
  transition: 0.3s; }

ul.aed-text-menu-link li.aed-text-menu-link-list:hover {
  padding-left: 5px; }

ul.aed-text-menu-link li.aed-text-menu-link-list a {
  color: #0653a8;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase; }

ul.aed-text-menu-link li.aed-text-menu-link-list a:hover {
  color: #c52d2d; }

ul.aed-text-menu-link li.aed-text-menu-link-list a::before {
  content: "\f054";
  font-family: 'FontAwesome';
  font-size: 10px;
  margin-right: 5px; }

/* 01-11-2023 */
.productView-details .productView-rating {
  display: none; }

.card .card-body .card-rating {
  display: none; }

.productView-details .productView-price .price-section.non-sale-price--withoutTax {
  color: #0653a8; }

.form-field--increments .form-input--incrementTotal {
  color: #0653a8;
  font-size: 18px; }

.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 {
  color: #0653a8;
  font-size: 16px;
  margin-bottom: 13px; }

.productView-description .tab-content .toggle-content p {
  font-size: 16px; }

.form-action .mup {
  color: #c52d2d; }

.form-action .mup:hover {
  color: #0653a8; }

.productView-description .themevale_tabs .tab {
  border: 1px solid #ced4da; }

.modal .modal-header .modal-header-title {
  font-size: 14px;
  color: #0653a8; }

.previewCart .productView-details .productView-title {
  font-size: 14px;
  font-weight: 600;
  color: #0653a8; }

.previewCart .productView-details .productView-price {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #d62e25; }

.previewCart .productView-details .productView-price .qty {
  color: #0653a8;
  font-weight: 600; }

.previewCartCheckout-subtotal .previewCartCheckout-price {
  color: #c52d2d; }

.previewCartCheckout-subtotal {
  color: #0653a8;
  font-size: 14px;
  font-weight: 600;
  border-bottom: 1px solid #ffffff; }

.previewCart .previewCartCheckout p {
  color: #c52d2d;
  font-size: 14px;
  font-weight: 600; }

.modal .modal-close {
  background-color: #0653a8; }

.page-heading-wrapper-2 .page-heading {
  color: #0653a8;
  margin-top: 0px;
  font-size: 13px;
  display: inline-block;
  width: 80%;
  /*    max-width: 1230px; */
  padding-left: 15px;
  padding-right: 15px;
  font-weight: 400; }
  @media (max-width: 1024px) {
    .page-heading-wrapper-2 .page-heading {
      width: 100%; } }

.cart-header-item {
  color: #0653a8; }

.cart .cart-item-name a {
  color: #0653a8;
  font-size: 14px; }

.cart .cart-item-value {
  font-size: 14px;
  font-weight: 600;
  color: #c52d2d; }

.cart .cart-item-info {
  padding-top: 16px; }

.cart-item-quantity .form-increment .form-input--incrementTotal {
  color: #0653a8; }

.page-type-cart .cart-list .cart-item-brand {
  display: none; }

.cart-remove > svg {
  fill: #c52d2d; }

.page-heading-wrapper-2 .page-heading .label-quantity {
  color: #c52d2d;
  font-size: 14px;
  border-bottom: none; }

.customer-review-main-outer {
  display: flex;
  justify-content: center;
  width: 100%; }

.customer-review-main-inner {
  padding: 30px;
  background: #fff;
  margin: 10px 15px;
  text-align: center;
  border-radius: 10px;
  min-height: 382px; }

.customer-review-main-inner:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px; }

.customer-review-main-inner .customer-img-box {
  display: flex;
  justify-content: center; }

.customer-review-main-inner .customer-img-box img {
  width: 9% !important;
  margin-bottom: 10px; }

.customer-review-main-inner .customer-rating-star {
  margin-bottom: 10px; }

.customer-review-main-inner .customer-name-box {
  margin-bottom: 10px; }

.review_sider .owl-nav {
  display: block !important; }

.review_sider .owl-nav button {
  top: 50%;
  position: absolute; }

.review_sider .owl-nav button i {
  font-size: 20px;
  color: #0653a8; }

.review_sider .owl-nav button.owl-prev {
  left: -26px; }

.review_sider .owl-nav button.owl-next {
  right: -26px; }

section.customer-review-section {
  padding: 50px 0px; }

.aed-logo-AED-Units {
  display: none; }

/* 02-11-2023 */
.Verified-Buyer-main {
  display: flex;
  align-items: center;
  justify-content: center; }

.Verified-Buyer-text p {
  margin: 0px 0px 0px 0px;
  font-size: 14px;
  color: #0653a8;
  font-weight: 600; }

.Verified-Buyer-icon i {
  color: green;
  font-size: 18px;
  margin-right: 7px;
  margin-top: 2px; }

.customer-review-side {
  width: 100%; }

.customer-name-box h6 {
  margin: 0px 0px 0px 0px;
  font-size: 15px;
  color: #0653a8; }

.customer-name-box p {
  margin: 0px 0px 0px 0px;
  font-size: 13px;
  color: #0653a8; }

.customer-rating-star i {
  color: #c52d2d;
  font-size: 20px;
  margin-right: 3px; }

.customer-review-heading h4 {
  margin: 15px 0px 15px 0px;
  color: #0653a8;
  font-size: 20px; }

.customer-review-heading p {
  margin: 0 0 10px 0;
  color: #0653a8;
  font-size: 14px;
  font-style: italic; }

.customer-review-heading h6 {
  margin: 0px 0px 10px 0px;
  font-size: 11px;
  color: #0653a8; }

section.customer-review-section .container {
  max-width: 1230px;
  width: 100%;
  margin: 0 auto; }

.customer-review-section h2.module-heading {
  color: #c52d2d;
  position: relative;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center; }

.customer-review-section h2.module-heading::before {
  content: "";
  background: #c52d2d;
  height: 2px;
  position: absolute;
  width: 470px;
  z-index: 9;
  transform: translate(-80px, 10px); }

.customer-review-section h2.module-heading span {
  background: #e3e3e3;
  padding: 0 23px;
  position: relative;
  z-index: 10; }

section.live-saving {
  padding: 50px 0px 0px 0px; }

img.zoll-box {
  padding: 4px; }

img.philips-box {
  padding: 7px; }

img.defibtech-box {
  padding: 7px; }

.trending-blog-list img:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
  transform: translateY(-5px);
  transition: all .25s ease-in-out; }

#InstagramGallery .feed-item:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
  transform: translateY(-5px);
  transition: all .4s ease-in-out; }

div#back-to-top {
  display: none; }

/* 03-11-2023 */
.productView-description .toggle-content p strong {
  color: #0653a8;
  font-size: 14px; }

.productView-description .toggle-content ol, .productView-description .toggle-content ul {
  margin-left: 18px; }

.productView-description .toggle-content ol, .productView-description .toggle-content ul li span {
  font-size: 14px; }

.productView-description .tab-content.is-active div span strong {
  font-size: 15px; }

.productView-details .productView-price .price-section--saving {
  font-size: 13px;
  font-weight: 500;
  color: #0653a8; }

.productView-details .productView-price .price-section {
  display: none; }

.callprice {
  border: black;
  border-width: 2px;
  border-style: solid;
  padding: 10px 10px; }

.callprice p {
  font-size: 16px !important; }

.callpriceshow {
  font-size: 20px;
  font-weight: 700;
  color: #c52d2d;
  padding: 10px; }

.productView-details .productView-brand {
  display: none; }

.aed-mobile-toggle {
  display: none; }

a.underline {
  color: #c52d2d; }

div#tab-description div#tabDescription-content ul li {
  font-size: 14px; }

div#tab-description div#tabDescription-content small {
  font-size: 13px;
  font-weight: 700; }

.page-type-category aside.page-sidebar.page-facte {
  display: block; }

.page-type-category .navList .view_all a {
  color: #c52d2d; }

.page-type-category .navList .view_all a:hover {
  color: #0653a8; }

.page-type-category .navList .view_all a:before {
  background-color: #c52d2d; }

.page-type-product main.page-content {
  width: 100%; }

.page-type-product .productView-description .themevale_tabs .tab.is-active {
  background: #c52d2d;
  border: none; }

.page-type-product .productView-description .themevale_tabs .tab.is-active .tab-title {
  color: #ffffff; }

.page-type-product.productView-description .themevale_tabs .tab.is-active:before {
  display: none; }

.page-type-product .productView-description .themevale_tabs {
  border: none; }

.page-type-product .productView-description .themevale_tabs .tab.is-active:before {
  display: none; }

.card:hover .card-figure .button, .card:hover .card-figure .quickview, .card:hover .card-figure .wishlist {
  visibility: hidden; }

.page-type-product .themevalte_productView-images .slick-slider .productView-image {
  border: 1px solid #ced4da; }

.page-type-product .productView-description .toggle-content#tabCustomProduct-content, .productView-description .toggle-content#tabDescription-content, .productView-description .toggle-content#tabShipping-content {
  margin-top: 0px; }

.page-type-product .productView-description .toggle-content {
  color: #0653a8;
  font-size: 16px;
  padding-top: 19px; }

.page-heading-wrapper-2 .themevale_container {
  max-width: 100% !important;
  background: #e3e3e3;
  padding: 5px 15px 5px 15px;
  width: 100%;
  margin: 0 auto; }

.page-heading-wrapper-2 .breadcrumbs {
  display: inline-block;
  width: 80%;
  /*    max-width: 1230px; */
  padding-left: 15px;
  padding-left: 15px; }
  @media (max-width: 1024px) {
    .page-heading-wrapper-2 .breadcrumbs {
      width: 100%; } }

.page-heading-wrapper-2 {
  padding: 0px 0 0px; }

.page-heading-wrapper .themevale_container {
  max-width: 100% !important;
  background: #e3e3e3;
  padding: 5px 15px 5px 15px;
  width: 100%;
  margin: 0 auto; }

.page-heading-wrapper .breadcrumbs {
  display: inline-block;
  /*    width: 100%;
max-width: 1230px; */
  padding-left: 15px;
  padding-right: 15px; }

.page-heading-wrapper {
  padding: 0px 0px 0px; }

/* .page-type-product .themevale_container {
    max-width: 1230px;
} */
.page-type-cart .definitionList .definitionList-key {
  color: #0653a8; }

.page-type-cart .definitionList .definitionList-value {
  color: #0653a8; }

.page-type-cart .cart-total-label b, .cart-total-label strong, .cart-total-value b, .cart-total-value strong {
  color: #0653a8; }

.page-type-cart .cart-total-label, .cart-total-value {
  color: #c52d2d; }

.page-type-cart .cart-total-value button {
  color: #c52d2d; }

form#loginForm .button:hover {
  color: #fff;
  background: #c52d2d;
  border: 1px solid #c52d2d; }

.page-type-page .page-content li {
  font-size: 16px; }

.page-type-page .page-content p {
  color: #0653a8;
  font-size: 16px !important; }

.page-type-page .page-content p a {
  color: #0653a8; }

.page-type-page .page-content h2, h4 {
  color: #0653a8; }

.previewCartItem-brand {
  display: none; }

.themevale-infoFooter .footer-info-col.footer-info-col--small {
  width: 20%; }

/* 08-11-2023 */
.infor .footer-info-list .aed-social-icon i {
  border-radius: 103px;
  margin-right: 6px;
  font-size: 20px;
  color: #ffffff;
  background: #c52d2d;
  width: 35px;
  text-align: center;
  padding: 7px 0px; }

/* .infor .footer-info-list .aed-social-icon a i:hover {
    color: #0653a8;
} */
.infor .footer-info-list .aed-social-icon i:hover {
  background: #0653a8; }

.infor .footer-info-list .aed-social-icon img {
  width: 15px;
  margin-left: 0px;
  margin-top: -12px;
  filter: brightness(0) invert(1);
  position: relative;
  left: 6px; }

/* .infor .footer-info-list .aed-social-icon img:hover {
    filter: invert(17%) sepia(96%) saturate(2439%) hue-rotate(201deg) brightness(69%) contrast(95%);
} */
.footer .aed-social-icon a:last-child:hover::before {
  background: #0653a8; }

.page-type-category aside.page-sidebar.page-facte .sidebarBlock:nth-child(2) {
  display: none; }

.page-type-category div#sideTopSellers1 {
  display: none; }

.navBar--sub .navBar-section .navBar-item:hover a.navBar-action {
  background: #c52d2d; }

.navBar--sub .navBar-section .navBar-item:hover {
  background: none;
  border-right: none; }

.navBar--sub .navBar-section a.navBar-action {
  background: #0653a8;
  margin: 4px 8px;
  color: #fff !important;
  border-radius: 3px !important; }

.navBar--sub .navBar-section {
  margin: 0;
  width: 100%;
  display: flex !important;
  background: none;
  border: none;
  flex-wrap: wrap;
  box-shadow: none; }

.navBar--sub .navBar-item,
.navBar--sub .navBar-item.navBar-item--separate {
  background: none;
  border: none; }

/* 09-11-2023  */
.page-type-blog .page {
  padding: 50px 0 100px; }

.page-type-blog .page .side-module-heading {
  color: #c52d2d; }

.page-type-blog .page .side-module-heading:before {
  background: #c52d2d; }

.page-type-blog .blog-title a {
  color: #0653a8; }

.blog-author, .blog-date {
  margin: 0;
  color: #0653a8;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0; }

.page-type-blog .blog-post {
  color: #0653a8;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 46px;
  font-size: 14px; }

.page-type-blog .readmore > a {
  color: #c52d2d; }

.pagination-item.pagination-item--current > a {
  color: #0653a8; }

.pagination-item .pagination-link {
  color: #0653a8; }

.pagination-item .pagination-link:hover {
  color: #c52d2d; }

.pagination-item.pagination-item--next > a, .pagination-item.pagination-item--previous > a {
  color: #0653a8; }

.pagination-item.pagination-item--next > a:hover, .pagination-item.pagination-item--previous > a:hover {
  color: #c52d2d; }

.pagination-list .pagination-item--next > a > span {
  border-bottom: 1px solid #0653a8; }

.pagination-list .pagination-item--next > a:hover > span {
  border-bottom: 1px solid #c52d2d; }

.pagination-list .pagination-item--previous > a > span {
  border-bottom: 1px solid #0653a8; }

.pagination-list .pagination-item--previous > a:hover > span {
  border-bottom: 1px solid #c52d2d; }

.pagination-list li a i > svg {
  fill: #0653a8; }

.page-type-blog .themevale_sidebar-mobile-wrapper {
  padding: 0px 0 0px 20px; }

.pagination-item.pagination-item--next > a:hover .icon > svg, .pagination-item.pagination-item--previous > a:hover .icon > svg {
  fill: #c52d2d; }

.page-type-login .form-label {
  color: #0653a8; }

.page-type-login .button.button--primary, button.button--primary {
  color: #fff;
  border: 1px solid #c52d2d;
  background-color: #c52d2d; }

.page-type-login .button.button--primary, button.button--primary {
  color: #fff;
  border: 1px solid #c52d2d;
  background-color: #c52d2d; }

.page-type-login .button.button--primary:hover {
  color: #fff;
  border: 1px solid #0653a8;
  background-color: #0653a8; }

.page-type-login .new-customer .panel-header .panel-title {
  color: #0653a8;
  margin-bottom: 10px; }

.page-type-login .new-customer .panel-body ul li {
  line-height: 28px;
  color: #0653a8; }

.page-type-login .panel-body > :first-child {
  margin-top: 0;
  color: #0653a8; }

.page-type-login .login-form .form-actions .forgot-password {
  color: #0653a8; }

.page-type-login .login-form .form-actions .forgot-password:before {
  background-color: #0653a8;
  height: 1px; }

.page-type-forgotpassword .themevale_account > ol, .themevale_account > p, .themevale_account > ul {
  line-height: 24px;
  color: #0653a8; }

.page-type-forgotpassword .form-label {
  color: #0653a8; }

.page-type-forgotpassword .button.button--primary {
  color: #fff;
  border: 1px solid #c52d2d;
  background-color: #c52d2d; }

.page-type-forgotpassword .button.button--primary:hover {
  border: 1px solid #0653a8;
  background-color: #0653a8; }

@media (max-width: 1024px) {
  .themevale_sidebar-mobile > .text {
    color: #0653a8; }
  .themevale_sidebar-mobile > .icon {
    fill: #0653a8; }
  .page-type-blog .themevale_sidebar-mobile-wrapper {
    padding: 0 0 0 0px; } }

@media (max-width: 767px) {
  .header-logo-image-unknown-size {
    max-height: 45px; }
  .brand_section h2.module-heading::before {
    display: none; }
  .brand_section h2.module-heading {
    line-height: 27px;
    font-size: 16px;
    margin-bottom: 20px;
    margin-top: 0px; }
  .brand_section h2.module-heading span {
    padding: 0 0px; }
  div#menu {
    display: block; }
  .aed-brand-serv-box-inner img {
    width: 26%; }
  .aed-brand-serv-box-inner h6 {
    font-size: 12px; }
  .new-product-section h2.module-heading {
    font-size: 16px; }
  .new-product-section h2.module-heading::before {
    content: "";
    background: #c52d2d;
    height: 2px;
    position: absolute;
    width: 284px;
    z-index: 9;
    transform: translate(-69px, 10px); }
  section.live-saving .live-saving-row .aed-box-wrapper-outer {
    width: 100%;
    margin: 6px 10px; }
  .aed-box-wrapper-text-btn {
    width: 100%; }
  section.live-saving .live-saving-row {
    flex-wrap: wrap; }
  /* mobile-toggle-css */
  .aed-mobile-toggle {
    display: block; }
  .aed-mobile-toggle button.aed-mobile-menu-toggle {
    border: none;
    padding: 0px 20px; }
  .aed-mobile-toggle button.aed-mobile-menu-toggle i {
    font-size: 17px; }
  .navPages-container {
    display: block; }
  .aed-soltion-main-menu ul.aed-soltion-nav-list {
    display: block;
    padding: 18px 20px; }
  div#menu2 {
    display: none;
    position: absolute;
    top: 0px;
    background: #fff;
    width: 100%; }
  li.aed-soltion-nav-list-item:hover ul.aed-logo-menu-aed-unit {
    width: 100%;
    top: 44px;
    z-index: 1; }
  .aed-soltion-main-menu a.aed-soltion-nav-list-item-action::before {
    display: none; }
  li.aed-soltion-nav-list-item:hover {
    display: none; }
  li.aed-soltion-nav-list-item {
    margin: 7px 0px; }
  /* mobile-toggle-css-end */
  .customer-review-main-outer {
    flex-wrap: wrap; }
  .customer-review-main-inner {
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 20px !important;
    margin: 0 0px; }
  .customer-name-side {
    width: 100%; }
  .customer-review-side {
    width: 100%;
    margin-top: 19px; }
  .customer-review-heading h6 {
    margin: 0 0 10px 0; }
  .customer-review-section h2.module-heading {
    font-size: 16px; }
  .customer-review-section h2.module-heading::before {
    width: 270px;
    transform: translate(-30px, 10px); }
  #account-mobile .themevale_MobileContent ul li .navPage-subMenu-title .text svg {
    fill: #0653a8; }
  #account-mobile .themevale_MobileContent ul li .login-content .login-intro {
    color: #0653a8;
    font-size: 13px;
    font-weight: 500; }
  #account-mobile .themevale_MobileContent ul li .login-content .login-form .form-field .form-label {
    color: #0653a8; }
  #account-mobile .themevale_MobileContent ul li .new-customer .button {
    color: #fff;
    border: 1px solid #c52d2d;
    background-color: #c52d2d; }
  #account-mobile .themevale_MobileContent ul li .new-customer .button:hover {
    border: 1px solid #0653a8;
    background-color: #0653a8; }
  .themevale_Mobile .themevale_MobileContent .form-input, .form-select {
    border: 1px solid #0653a8; }
  .button.themevale_btnATC, button.themevale_btnATC {
    font-size: 10px; }
  .productView-details .productView-title {
    font-size: 16px;
    line-height: 25px; }
  /* 09-11-2023 */
  .page-heading-wrapper-2 .themevale_container {
    padding: 5px 15px 5px 15px; }
  .page-heading-wrapper .themevale_container {
    padding: 5px 15px 5px 15px; }
  .page-heading-wrapper-2 .breadcrumbs {
    padding-left: 0px;
    padding-left: 0px; }
  .page-heading-wrapper .breadcrumbs {
    padding-left: 0px;
    padding-left: 0px; }
  .page-heading-wrapper-2 .page-heading {
    padding-left: 0px;
    padding-right: 0px; }
  .page-heading-wrapper .page-heading {
    padding-left: 0px;
    padding-right: 0px; }
  .page-type-category .themevale_products-filter .actionBar .actionBar-section .form-field {
    display: flex;
    align-items: center; }
  .page-type-category .themevale_categoryToolbar {
    display: block;
    margin-right: 0px; }
  .page-type-category .themevale_categoryToolbar > .actionBar {
    margin-right: 0px; }
  .page-type-category .themevale_categoryToolbar > .actionBar .form-field .form-select {
    width: 100%; }
  .page-type-product .productView-description .toggle-title .page-heading {
    color: #0653a8; }
  .page-type-product .productView-description .toggle-title svg {
    fill: #0653a8; }
  .page-type-product .productView-details .productView-options .form-action .button {
    margin-bottom: 12px; }
  .page-type-product .form-action .mup {
    padding-left: 0px; }
  .sidebarBlock.sideAllCategories {
    display: block !important; }
  .sidebarBlock.sideShopByBrands {
    display: none !important; }
  section.customer-review-section .themevale_page-heading span {
    background: #e3e3e3; } }

/* 15-11-2023 */
.current-prom-head .themevale_page-heading-wrapper.has-view-all {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  margin-bottom: 0px;
  padding-top: 0;
  margin-top: 23px; }

section.customer-review-section .themevale_page-heading {
  color: #c52d2d;
  background: #e3e3e3; }

section.customer-review-section .themevale_page-heading-wrapper.has-view-all {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  margin-bottom: 44px;
  padding-top: 0;
  margin-top: 9px; }

/* 16-11-2023 */
/* contact-page-css */
.page-content.themevale_contact-us {
  display: flex;
  width: 100%;
  flex-wrap: wrap; }

.contact-form-details-bg {
  width: 30%;
  background: #2667ba;
  padding: 20px 27px 30px 27px; }

.contact-form-details-bg .contact-info-head h3 {
  margin-top: 0px;
  color: #fff;
  margin-bottom: 15px;
  text-transform: capitalize; }

.themevale_contact-us .themevale_form {
  width: 70%;
  padding-left: 30px; }

/* .aed-contact-no a , .aed-contact-email a {
    color: #ffff;
    font-size: 16px;
} */
.contact-form-details-bg .aed-social-icon a {
  color: #fff;
  font-size: 22px; }

.contact-form-details-bg .aed-social-icon i {
  border-radius: 103px;
  margin-right: 6px;
  font-size: 20px;
  color: #fff;
  background: #c52d2d;
  width: 35px;
  text-align: center;
  padding: 7px 0; }

.contact-form-details-bg .aed-social-icon a:last-child::before {
  content: "";
  background: #c52d2d;
  height: 33px;
  display: inline-block;
  width: 33px;
  position: absolute;
  left: -4px;
  border-radius: 103px; }

/* .aed-contact-no ,.aed-contact-email {
    margin-bottom: 20px;
} */
.themevale_contact-us .desciption-page {
  display: none; }

form.form.contact-form .form-label {
  color: #2667ba; }

.contact-form .form-label > small {
  color: #c52d2d; }

.themevale_contact-us .contact-form .form-actions .button {
  background: #c52d2d;
  border-color: #c52d2d; }

.themevale_contact-us .contact-form .form-actions .button:hover {
  background: #2667ba;
  border-color: #2667ba; }

.themevale_contact-us .contact-form-details-bg span.big-head {
  display: block;
  color: #fff;
  font-size: 17px; }

.themevale_contact-us .contact-form-details-bg span.short-head {
  display: block;
  color: #fff;
  font-size: 14px; }

.themevale_contact-us .contact-form-details-bg .aed-cont-info {
  margin-bottom: 20px; }

.themevale_contact-us .form.contact-form .form-row--half .form-field:nth-child(3) {
  width: 100%; }

.themevale_contact-us .aed-sol-form-side-main-heading h2 {
  color: #2667ba;
  margin-top: 20px;
  margin-bottom: 33px;
  text-transform: capitalize; }

.themevale_contact-us .contact-form-details-bg .aed-social-icon img {
  width: 17px;
  margin-left: -1px;
  margin-top: -5px;
  filter: brightness(0) invert(1);
  position: relative;
  left: 6px; }

/* contact-page-css-end */
/* 18-11-2023 */
.main-aed-cat-banner {
  margin-bottom: 10px; }

.all-categories-list .navPages-item i {
  color: #0653a8; }

.all-categories-list .dropdown-category-list .navPage-subMenu-item a {
  color: #0653a8;
  text-transform: uppercase; }

.all-categories-list .navPages-item.is-clicked > .icon-plus {
  color: #0653a8; }

.all-categories-list .dropdown-category-list .navPage-subMenu-item a:hover {
  color: #c52d2d; }

.breadcrumb a {
  text-transform: uppercase; }

.productGrid.column-1 .card-desciption p {
  color: #0653a8; }

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .brand_section h2.module-heading {
    line-height: 30px; }
  .brand_section h2.module-heading::before {
    display: none; }
  .aed-brand-serv-box-inner h6 {
    font-size: 12px; }
  .brand-logo-grid .brad-logo-img {
    width: 20%; }
  .customer-review-main-outer {
    flex-wrap: wrap; }
  .customer-review-main-inner {
    width: 100%;
    margin-bottom: 20px; }
  .aed-box-wrapper-text-btn h6 {
    font-size: 18px; } }

@media only screen and (min-width: 460px) and (max-width: 802px) {
  .brand-logo-grid .brad-logo-img {
    width: 20%; }
  section.live-saving .live-saving-row .aed-box-wrapper-outer {
    width: 33%; } }

@media (max-width: 767px) {
  #home-top-banner-trending .trending-blog .wrapper-content .head-content .sub-heading {
    margin-bottom: 0px; }
  #home-top-banner-trending .trending-blog .wrapper-content .head-content h3 {
    font-size: 15px;
    margin-bottom: 0px; }
  #home-top-banner-trending .trending-blog .wrapper-content .head-content {
    padding: 10px 0; }
  #home-top-banner-trending .trending-blog .wrapper-content .text {
    font-size: 12px;
    padding-bottom: 10px; }
  #home-top-banner-trending .trending-blog .wrapper-content .big-button {
    font-size: 13px; }
  .trending-blog-list .blog-item:first-child {
    margin-bottom: 0px; }
  #home-recent-blog .blog-content-bottom p {
    font-size: 12px;
    margin-top: 5px;
    margin-bottom: 10px; }
  #home-recent-blog .blog-content-bottom .read-more-blog {
    font-size: 13px; }
  #InstagramGallery {
    padding-bottom: 20px; }
  #InstagramGallery .widget-title {
    padding-bottom: 0px; }
  .customer-review-heading h4 {
    font-size: 17px; }
  section.customer-review-section {
    padding: 30px 0px 20px 0px; }
  section.live-saving {
    padding: 30px 0 30px 0; }
  #home-banner-custom .trending-blog-list .blog-item {
    margin-bottom: 20px; }
  section.customer-review-section .themevale_page-heading-wrapper.has-view-all {
    margin-bottom: 25px; }
  .navBar--sub .navBar-section .navBar-item {
    width: 100%; }
  .page-type-blog .page.blog-main article.blog {
    width: 100% !important;
    margin-left: 0px !important;
    margin-right: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important; }
  .contact-form-details-bg {
    width: 100%; }
  .themevale_contact-us .themevale_form {
    width: 100%;
    padding-left: 0px; }
  .themevale_contact-us .aed-sol-form-side-main-heading h2 {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 20px; } }

.sidebarBlock.sideShopByBrands {
  display: none; }

/* 22-11-2023 */
.shop-by-industry-section .shop-by-indus-main {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap; }

.shop-by-industry-section .themevale_page-heading-wrapper.has-view-all {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  margin-bottom: 24px;
  padding-top: 0;
  margin-top: 9px; }

section.shop-by-industry-section {
  padding: 30px 0 60px 0; }

.shop-by-industry-section .shop-by-indus-main .shop-by-indus-inner {
  text-align: center;
  width: 30%;
  margin: 0 10px;
  border: 1px solid #ababab4a;
  transition: all .55s ease-in-out;
  margin-top: 20px;
  overflow: hidden; }

.shop-by-industry-section .shop-by-indus-main .shop-by-indus-inner h6 {
  margin-top: 0px;
  font-size: 13px;
  color: #ffffff;
  background: #0653a8;
  margin-bottom: 0px;
  padding: 10px 0px;
  position: relative;
  z-index: 11; }

.shop-by-industry-section .shop-by-indus-main .shop-by-indus-inner:hover {
  box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
  transition: .2s; }

.shop-by-industry-section .shop-by-indus-main .shop-by-indus-inner:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transition: 1s ease 0s;
  -webkit-transition: 1s ease 0s;
  position: relative;
  z-index: 10; }

.shop-by-industry-section .shop-by-indus-main .shop-by-indus-inner:hover h6 {
  background: #c52d2d;
  transition: 0.5s ease 0s;
  -webkit-transition: 0.5s ease 0s; }

div#home-top-banner-trending {
  display: none; }

.page-type-blog_post .blog-title a {
  color: #0653a8; }

.page-type-blog_post .blog-post h1, .blog-post h2, .blog-post h3, .blog-post h4, .blog-post h5, .blog-post h6 .blog-post p .blog-post li {
  font-weight: 600;
  color: #0653a8;
  font-size: 13px;
  margin-bottom: 18px; }

.footer .upper_footer-bar {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 0;
  width: 100%;
  margin-top: -11px; }

.upper_footer-bar-inner {
  width: 30%; }

.upper_footer-bar-inner img {
  display: inline-block;
  width: 35px;
  height: 40px;
  margin-top: -4px; }

.upper_footer-bar-inner span.can-own {
  color: #0653a8;
  font-size: 14px;
  font-weight: 900;
  margin-left: 3px; }

.google-review-box img {
  width: 60%;
  margin-top: 12px; }

.footer .aed-social-icon a:last-child::before {
  content: "";
  background: #c52d2d;
  height: 33px;
  display: inline-block;
  width: 33px;
  position: absolute;
  left: -4px;
  border-radius: 103px; }

section.big-banner-section {
  padding: 30px 0px 0px 0px; }

section.big-banner-section .themevale_container {
  padding: 0px; }

.big-banner-main {
  display: flex;
  width: 100%; }

.big-banner-main-inner {
  width: 50%;
  margin: 0px 15px; }

/* 23-11-2023 */
section.Why-Aed-Solutions-section {
  padding: 30px 0px 0px 0px; }

section.Why-Aed-Solutions-section .themevale_page-heading-wrapper.has-view-all {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: center;
  margin-bottom: 44px;
  padding-top: 0;
  margin-top: 9px; }

section.Why-Aed-Solutions-section .Why-Aed-row {
  display: -ms-flexbox;
  display: flex;
  width: 78%;
  margin: 0 auto;
  justify-content: center; }

section.Why-Aed-Solutions-section .Why-Aed-row .Why-Aed-col-lg-4 {
  width: 50%;
  display: flex;
  margin: 0px 10px; }

section.Why-Aed-Solutions-section .Why-Aed-row .Why-Aed-col-lg-4 .price-shipping-shield-text {
  text-align: center;
  background: #e3e3e3;
  padding: 25px 25px; }

section.Why-Aed-Solutions-section .Why-Aed-row .Why-Aed-col-lg-4 .price-shipping-shield-text img {
  width: 25%;
  margin-bottom: 10px; }

section.Why-Aed-Solutions-section .Why-Aed-row .Why-Aed-col-lg-4 .price-shipping-shield-text p {
  color: #0653a8;
  font-size: 14px; }

/* 24-11-2023 */
.page-type-brands #azBrandsTable li.is-active a {
  color: #c52d2d; }

.page-type-brands #azBrandsTable li a {
  color: #0653a8; }

.page-type-brands .azBrands-group-title {
  color: #0653a8; }

.page-type-brands .brand-name .title a {
  color: #c52d2d;
  text-transform: uppercase;
  font-weight: 900; }

.page-type-brand #sideTopSellers1 {
  display: none; }

.page-type-page .page-content p span {
  color: #0653a8 !important;
  font-family: "Roboto" !important; }

.page-type-page .__mce_add_custom__img {
  float: right;
  width: 35%;
  margin-left: 25px;
  margin-bottom: 10px; }

.page-type-page .mce_add_custom_list li span {
  color: #0653a8;
  font-size: 14px !important; }

.page-type-page .mce_add_custom_list li::marker {
  color: #0653a8; }

@media (max-width: 767px) {
  .shop-by-industry-section .shop-by-indus-main .shop-by-indus-inner {
    width: 100%;
    margin-left: 0px;
    margin-right: 0px; }
  section.shop-by-industry-section .themevale_container {
    padding-right: 3px;
    padding-left: 3px; }
  section.Why-Aed-Solutions-section .Why-Aed-row {
    width: 100%; }
  section.Why-Aed-Solutions-section .Why-Aed-row .Why-Aed-col-lg-4 {
    width: 100%; }
  .review_sider .owl-nav {
    display: none; }
  /* 24-11-2023 */
  .page-type-page .__mce_add_custom__img {
    float: none;
    width: 100%;
    margin-left: 0px; }
  /* 29-11-2023 */
  .big-banner-main {
    flex-wrap: wrap; }
  .big-banner-main-inner {
    width: 100%;
    margin: 0px 4px; }
  section.big-banner-section {
    padding: 0px 0 0 0; }
  .big-banner-main-inner:nth-child(2) {
    margin-top: 20px; } }

/* 28-11-2023 */
.page-type-blog .page.blog-main article.blog {
  width: 32%;
  float: left;
  margin-left: 2.5px;
  margin-right: 2.5px;
  padding-left: 10px;
  padding-right: 10px; }

.page-type-blog .page.blog-main .page-content {
  display: flex;
  flex-wrap: wrap; }

.page-type-blog .page.blog-main .themevale_products-filter.themevale_sidebar-mobile-wrapper {
  width: 100%; }

.page-type-blog .page.blog-main .page-content .blog-post-figure .blog-thumbnail img {
  height: 170px;
  object-fit: cover; }

div#sd-product-set-1180e183-ed7e-4a70-8dd1-47fe0157f3e6 {
  /*  max-width: 1230px; */
  margin: 0 auto; }

div#sd-product-set-1180e183-ed7e-4a70-8dd1-47fe0157f3e6 img {
  object-fit: contain; }

div#sd-product-set-1180e183-ed7e-4a70-8dd1-47fe0157f3e6 .css-xh5ebv button svg path {
  fill: #0653a8; }

div#sd-product-set-1180e183-ed7e-4a70-8dd1-47fe0157f3e6 .css-xh5ebv button {
  background: none; }

div#sd-product-set-1180e183-ed7e-4a70-8dd1-47fe0157f3e6 .css-xh5ebv button:hover {
  border: none; }

div#sd-product-set-1180e183-ed7e-4a70-8dd1-47fe0157f3e6 .css-xh5ebv button svg {
  width: 12px;
  height: 18px; }

div#sd-product-set-1180e183-ed7e-4a70-8dd1-47fe0157f3e6 .css-9z33oj .sd-product-set__bullet-active {
  background-color: #0653a8 !important;
  border: 1px solid #0653a8; }

div#sd-product-set-1180e183-ed7e-4a70-8dd1-47fe0157f3e6 .css-9z33oj .sd-product-set__bullet {
  border: 1px solid #0653a8;
  background: none; }

div#sd-product-set-1180e183-ed7e-4a70-8dd1-47fe0157f3e6 .css-1k0woj {
  margin: 3px 5px; }

div#sd-product-set-1180e183-ed7e-4a70-8dd1-47fe0157f3e6 .css-1k0woj:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); }

section.big-banner-section .big-banner-main-inner:hover img {
  box-shadow: rgba(0, 0, 0, 0.24) 0 3px 8px;
  transform: translateY(-5px);
  transition: all .25s ease-in-out; }

#home-recent-blog .blog-content-bottom {
  padding: 0 0px;
  min-height: 301px; }

div#home-recent-blog .slick-slide img {
  height: 200px !important;
  object-fit: cover; }

.Verified-Buyer-main img {
  width: 15% !important; }

section.Why-Aed-Solutions-section {
  padding: 30px 0 0 0;
  display: none; }

.page-type-blog .blog-post-body .blog-author, .page-type-blog .blog-post-body .blog-date {
  color: #c52d2d;
  font-size: 11px; }

.page-type-blog_post .blog-post p {
  color: #0653a8; }

.page-type-blog_post .blog-post ol {
  color: #0653a8; }

.new-flag-side {
  display: none; }

/* 01-12-2023 */
.page-type-page_contact_form .themevale_breadcrumb {
  max-width: 100% !important;
  background: #e3e3e3;
  padding: 5px 15px 5px 15px;
  width: 100%;
  margin: 0 auto; }

.page-type-page_contact_form .page-heading.contact-title {
  color: #0653a8;
  margin-top: 8px;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 0px; }

.page-type-page_contact_form .breadcrumbs .breadcrumb::before {
  color: #0653a8; }

.page-type-page_contact_form .breadcrumbs .breadcrumb a.breadcrumb-label {
  color: #0653a8;
  font-size: 13px; }

textarea#contact_question {
  background-color: #c7cdfd; }

input#contact_email {
  background-color: #dde1ff; }

input#contact_phone {
  background-color: #e8e9ff; }

input#contact_fullname {
  background-color: #e8e9ff; }

input#manual_verification {
  background-color: #c7cdfd; }

::placeholder {
  font-weight: 600; }

/* 02-12-2023 */
div#new_products {
  display: none; }

/* 06-12-2023 */
.themevale-section.featured-home-product div#block_1 {
  display: none; }

div#sd-product-set-859709d3-4ea9-4534-b987-44a95f6a3315 {
  /*   max-width: 1230px; */
  margin: 0 auto; }

div#sd-product-set-859709d3-4ea9-4534-b987-44a95f6a3315 img {
  object-fit: contain; }

div#sd-product-set-859709d3-4ea9-4534-b987-44a95f6a3315 .css-xh5ebv button svg path {
  fill: #0653a8; }

div#sd-product-set-859709d3-4ea9-4534-b987-44a95f6a3315 .css-xh5ebv button {
  background: none; }

div#sd-product-set-859709d3-4ea9-4534-b987-44a95f6a3315 .css-xh5ebv button:hover {
  border: none; }

div#sd-product-set-859709d3-4ea9-4534-b987-44a95f6a3315 .css-xh5ebv button svg {
  width: 12px;
  height: 18px; }

div#sd-product-set-859709d3-4ea9-4534-b987-44a95f6a3315 .css-9z33oj .sd-product-set__bullet-active {
  background-color: #0653a8 !important;
  border: 1px solid #0653a8; }

div#sd-product-set-859709d3-4ea9-4534-b987-44a95f6a3315 .css-9z33oj .sd-product-set__bullet {
  border: 1px solid #0653a8;
  background: none; }

div#sd-product-set-859709d3-4ea9-4534-b987-44a95f6a3315 .css-1k0woj {
  margin: 3px 5px; }

div#sd-product-set-859709d3-4ea9-4534-b987-44a95f6a3315 .css-1k0woj:hover {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); }

.main.full {
  width: 80%;
  margin: auto; }
  @media only screen and (max-width: 1000px) {
    .main.full {
      width: 100%; } }

.trending-blog-list {
  display: none; }

@media only screen and (min-width: 830px) {
  .big-banner-main {
    display: none; } }

@media only screen and (min-width: 1024px) {
  div#menu {
    display: none; } }

/* 07-12-2023 */
/* .themevale_container {
    max-width: 1230px!important;
    padding-right: 15px;
    padding-left: 15px;
}*/
span.or-sp {
  color: #0653a8; }

.customer-service {
  padding-left: 30px !important; }

div[data-content-region="home_below_middle_banner"] {
  /*    max-width: 1140px; */
  margin: 0px  auto; }

.go958505458 {
  padding: 32px 30px !important; }

.go3129728830 {
  padding: 32px 30px !important; }

.go2039930379 {
  padding: 32px 30px !important; }

.go3265799542 {
  padding: 32px 30px !important; }

div[data-test-id="hero-image-title"] {
  font-size: 24px; }

div [data-test-id="hero-image-button"] {
  font-size: 15px;
  /*	color: #256ab7; */ }

div [data-placement-status="ACTIVE"]:hover div [data-test-id="hero-image-button"] {
  background: #c52d2d;
  color: #fff; }

@media (max-width: 767px) {
  .go958505458 {
    min-height: 200px !important; }
  .go3129728830 {
    min-height: 200px !important; }
  .go2039930379 {
    min-height: 200px !important; }
  .go3265799542 {
    min-height: 200px !important; }
  .sd-hero-image-d9411d46-2352-42a1-b5be-80398a1039bc, .sd-hero-image-de4281a9-406a-43ac-89d3-eae6371ed04c, .sd-hero-image-313b03fc-b8fa-4692-877b-19d4a955897d, .sd-hero-image-0c44697c-996c-42e5-ad53-02d76d73e7a8 {
    position: relative; }
  /* div[data-test-id=hero-image-title] {
    font-size: 16px;
    min-height: 0px;
    color: #fff;
}

.go3393032375 {
    position: absolute;
}

div [data-test-id="hero-image-subtitle"] {
    font-size: 10px;
    width: 53%;
    line-height: 15px;
	color:#fff;
} */
  /*div [data-test-id=hero-image-button] {
    font-size: 12px;
    color: #256ab7; 
    margin-top: 26px;
    padding: 4px 20px;
    background: #fff;
}*/
  .sd-hero-image-de4281a9-406a-43ac-89d3-eae6371ed04c {
    margin-top: 15px; }
  .sd-hero-image-0c44697c-996c-42e5-ad53-02d76d73e7a8 {
    margin-top: 15px; } }

.aed-soltion-main-menu ul.aed-soltion-nav-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
  padding: 18px 0;
  flex-wrap: wrap; }

/* 23-12-2023 */
.shop-by-industry-section .shop-by-indus-main .shop-by-indus-inner img {
  width: 100%; }

.heroCarousel.themevale_container {
  max-width: 100%; }

#top-bar-promotion .themevale_container {
  max-width: 80%; }

@media (min-width: 1600px) {
  .themevale_middleHeader {
    width: 80%;
    max-width: unset; } }

.go958505458 {
  min-height: 400px; }

@media (min-width: 1920px) {
  .brand-logo-grid .brad-logo-img {
    width: 16% !important;
    height: 180px !important; }
  .aed-brand-serv-box-inner h6 {
    margin: 16px 0 0 0 !important;
    font-size: 16px !important; }
  .go958505458 {
    min-height: 400px !important; }
  .go3129728830 {
    min-height: 400px !important; }
  .go2039930379 {
    min-height: 400px !important; }
  .go3265799542 {
    min-height: 400px !important; }
  .main.full {
    width: 100%;
    margin: auto; }
  div#sd-product-set-1180e183-ed7e-4a70-8dd1-47fe0157f3e6 {
    margin: 0 auto;
    max-width: 80%; }
  .themevale_container {
    max-width: 80%; }
  div#sd-product-set-859709d3-4ea9-4534-b987-44a95f6a3315 {
    margin: 0 auto;
    max-width: 80%; }
  div[data-content-region="home_below_middle_banner"] {
    margin: 0 auto;
    max-width: 73%; }
  div#home-recent-blog .slick-slide img {
    height: 300px; }
  #home-recent-blog .blog-content-bottom {
    margin-top: -96px; }
  #InstagramGallery .feed-item {
    min-height: 175px; }
  .customer-name-box h6 {
    font-size: 20px; }
  .customer-review-heading p {
    font-size: 18px; }
  .customer-review-main-inner {
    min-height: 400px; }
  .aed-box-wrapper-text-btn h6 {
    font-size: 36px;
    margin-bottom: 40px; }
  .aed-box-wrapper-text-btn a {
    padding: 13px 50px;
    font-size: 16px; }
  section.live-saving .container {
    max-width: 80%;
    margin: 0 auto; } }

@media (max-width: 1024px) {
  #menu-mobile .themevale_MobileContent .navPages-list li > a .text {
    color: #0653a8; }
  #menu-mobile .themevale_MobileContent .navPages-list li > a .text:hover {
    color: #c52d2d; }
  .navPages-action-moreIcon svg {
    fill: #0653a8;
    stroke: #0653a8; }
  .navPages-action:hover svg {
    fill: #c52d2d;
    stroke: #c52d2d; }
  .themevale_Mobile .themevale_close .close {
    color: #0653a8; }
  .themevale_MobileMenu .navPages-list li.navPage-subMenu-title .navPages-action-moreIcon {
    color: #0653a8; }
  .customer-service {
    padding-left: 8px !important; }
  .upper_footer-bar-inner {
    width: 100%; } }

.blog-post {
  font-size: 16px; }

/* @media (min-width:1024px){
.themevale_productDescription {
    width: 80%;
    margin: auto;

}
}

@media (min-width:1024px){    
    .productView.themevalte_productView {
    width: 80%;
    margin: auto;
}
}

@media (min-width:1024px){  
.category .themevale_container {
    width: 80%;
    margin: auto;
}
}
*/
@media (min-width: 1024px) {
  .page .themevale_container {
    width: 80%;
    margin: auto; } }

@media (min-width: 1024px) {
  .themevale_breadcrumb .themevale_container {
    width: 80%; } }

.page-heading-wrapper .breadcrumbs {
  width: 100%; }
  @media (min-width: 1024px) {
    .page-heading-wrapper .breadcrumbs {
      width: 80%; } }

@media (min-width: 1024px) {
  aside.page-sidebar.page-facte {
    display: none; } }

div#sideTopSellers1 {
  display: none; }

.slick-slide img {
  width: 100% !important;
  height: auto !important; }

@media (max-width: 1024px) {
  section.customer-review-section {
    display: none; } }

@media (max-width: 1024px) {
  section.live-saving {
    display: none; } }

@media (max-width: 1024px) {
  section#InstagramGallery {
    display: none; } }

/* 17-01-2024 css */
#InstagramGallery .feed-item img {
  height: 150px !important;
  width: 100px !important;
  object-fit: contain !important; }

.go958505458 {
  min-height: 300px; }

.page-type-blog article.blog {
  width: 32%;
  float: left;
  margin-left: 2.5px;
  margin-right: 2.5px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px; }

.page-type-blog .page-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.page-type-blog .themevale_products-filter.themevale_sidebar-mobile-wrapper {
  width: 100%; }

.page-type-blog .page-content .blog-post-figure .blog-thumbnail img {
  height: 170px;
  -o-object-fit: cover;
  object-fit: cover; }

.page-type-blog .pagination {
  top: 30px; }

[data-test-id="product-set-widget-name"] a:hover {
  color: #c52d2d; }

.page-type-createaccount .form-label {
  color: #0653a8; }

.page-type-createaccount .form-label > small {
  color: #c52d2d; }

.page-type-createaccount .button.button--primary, .page-type-createaccount button.button--primary {
  color: #fff;
  border: 1px solid #0653a8;
  background-color: #0653a8; }

.page-type-createaccount .button.button--primary:hover, .page-type-createaccount button.button--primary:hover {
  border: 1px solid #c52d2d;
  background-color: #c52d2d; }

/* 18-01-2024 css */
.page-type-sitemap .contentSitemap {
  display: flex; }

.page-type-sitemap .contentSitemap h3 {
  color: #c52d2d; }

.page-type-sitemap .contentSitemap > li > ul > li > a {
  color: #0653a8; }

.page-type-sitemap .contentSitemap > li:last-child li a {
  font-size: 13px;
  font-weight: 600; }

.page-type-sitemap .contentSitemap > li > ul > li > ul {
  padding: 0 30px 0px 3px; }

.page-type-sitemap .contentSitemap > li > ul > li > ul > li > a {
  font-size: 12px;
  font-weight: 400;
  color: #0653a8; }

/* 24-01-2024 css */
@media (min-width: 1920px) {
  .themevale_middleHeader-main .middleHeader-item.middleHeader-item-mobile.text-left .aed-phone-num i {
    font-size: 35px; }
  .themevale_middleHeader-main .middleHeader-item.middleHeader-item-mobile.text-left .aed-phone-num span {
    font-size: 35px; } }

@media (min-width: 1200px) {
  .main.full {
    width: 100%;
    margin: auto; }
  div#sd-product-set-1180e183-ed7e-4a70-8dd1-47fe0157f3e6 {
    margin: 0 auto;
    max-width: 80%; }
  .themevale_container {
    max-width: 80%; }
  div#sd-product-set-859709d3-4ea9-4534-b987-44a95f6a3315 {
    margin: 0 auto;
    max-width: 80%; }
  div[data-content-region="home_below_middle_banner"] {
    margin: 0 auto;
    max-width: 80% !important; }
  .brand_container {
    width: 80%; }
  .footer .themevale_container {
    max-width: 95%; }
  div#sd-product-set-8bdade51-789b-4183-9852-09da6a280cbe {
    max-width: 80%;
    margin: 0 auto; }
  div#sd-product-set-a07f6d2a-9205-4b83-8efd-2b1a499660aa {
    max-width: 80%;
    margin: 0 auto; }
  #top-bar-promotion .themevale_container {
    max-width: 90%; }
  .themevale_middleHeader {
    max-width: 90%; } }

@media (max-width: 1024px) {
  #top-bar-promotion .themevale_container {
    max-width: 90%; }
  .mobileMenu-toggle .mobileMenu-toggleIcon, .mobileMenu-toggle .mobileMenu-toggleIcon::after, .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    background: #0653a8; } }

@media (max-width: 991px) {
  .go958505458 {
    position: relative;
    margin-bottom: 15px; }
  .go3393032375 {
    position: absolute; }
  .go2039930379 {
    margin-bottom: 15px; }
  div[data-test-id="hero-image-title"] {
    font-size: 16px;
    color: #fff;
    min-height: 10px; }
  div[data-test-id=hero-image-subtitle] {
    color: #fff;
    line-height: 15px;
    width: 46%;
    font-size: 11px; }
  div [data-test-id="hero-image-button"] {
    font-size: 12px;
    margin-top: 20px;
    padding: 3px 15px;
    background: #fff;
    color: #555555; }
  .contact-form-details-bg {
    width: 40%;
    padding: 20px 18px 30px 18px; }
  .themevale_contact-us .themevale_form {
    width: 60%;
    padding-left: 25px; }
  #top-bar-promotion .themevale_container {
    max-width: 95%; }
  #top-bar-promotion .topbard a {
    font-size: 12px; }
  #top-bar-promotion .topbard .tb-center {
    font-size: 12px; } }

@media (max-width: 767px) {
  .go958505458 {
    position: relative;
    margin-bottom: 15px; }
  .go3393032375 {
    position: absolute; }
  .go2039930379 {
    margin-bottom: 15px; }
  div[data-test-id="hero-image-title"] {
    font-size: 16px;
    color: #fff;
    min-height: 10px; }
  div[data-test-id=hero-image-subtitle] {
    color: #fff;
    line-height: 15px;
    width: 46%;
    font-size: 11px; }
  div [data-test-id="hero-image-button"] {
    font-size: 12px;
    margin-top: 20px;
    padding: 3px 15px;
    background: #fff;
    color: #555555; }
  .page-type-blog article.blog {
    width: 100%; }
  .page-type-sitemap .contentSitemap {
    flex-wrap: wrap; }
  .themevale_middleHeader {
    max-width: 95%; } }

@media (min-width: 992px) {
  .heroCarousel .slick-arrow {
    opacity: 1 !important;
    fill: #e3e3e3; } }

/* 02-02-2024 */
.css-nmhyd4 {
  background: #0653a8;
  opacity: 1;
  height: 40px;
  width: 30px;
  left: -20px; }

.css-nmhyd4:hover {
  background: #c52d2d;
  border-color: #c52d2d; }

.css-113wrz1 {
  background: #0653a8;
  opacity: 1;
  height: 40px;
  width: 30px;
  right: -20px; }

.css-113wrz1:hover {
  background: #c52d2d;
  border-color: #c52d2d; }

.css-9z33oj .sd-product-set__bullet-active {
  background-color: #0653a8;
  border-color: #0653a8; }

.css-8fi82c {
  border: 1px solid #0653a8; }

.css-8fi82c:hover {
  background-color: #0653a8;
  border-color: #0653a8; }

.page-type-page .page-content .price_beat_policy_main h2 {
  margin: 0px 0px 30px 0px; }

.page-type-page .page-content .price_beat_policy_main h5 {
  margin: 0px 0px 20px 0px;
  color: #0653a8; }

.page-type-page .page-content .price_beat_policy_main p {
  margin-bottom: 15px; }

.page-type-page .page-content .price_beat_policy_main img {
  margin-bottom: 15px; }

.themevale_middleHeader-main .middleHeader-item.middleHeader-item-mobile.text-left .aed-phone-badge-main .aed_unbeat_sign {
  width: 100%;
  margin-left: 0px; }

@media (max-width: 991px) {
  .css-nmhyd4 {
    left: 0px; }
  .css-113wrz1 {
    right: 0px; } }

@media (max-width: 767px) {
  .css-nmhyd4 {
    height: 30px;
    width: 20px;
    left: -5px; }
  .css-nmhyd4 svg {
    width: 10px; }
  .css-113wrz1 {
    height: 30px;
    width: 20px;
    right: -5px; }
  .css-113wrz1 svg {
    width: 10px; } }

/* industry pages */
.product-grid {
  display: flex; }

@media (max-width: 1024px) {
  .product-grid {
    display: flex;
    flex-direction: column; } }

@media (max-width: 1024px) {
  .product-section {
    width: 80%;
    padding-bottom: 30px;
    margin: auto;
    border-style: solid;
    border-width: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 30px;
    border-color: lightgray; } }

@media (min-width: 1025px) {
  .product-section {
    width: 25%;
    padding-bottom: 30px;
    border-style: solid;
    border-width: 1px;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 30px;
    border-color: lightgray; } }

.product-title {
  font-weight: 600;
  text-align: center; }

.product-section img {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 20px; }

.industry-page h3 {
  border-top-style: solid;
  border-color: #e5e7eb;
  border-width: 1px;
  padding-top: 20px; }

.industry-page {
  font-size: 17px;
  text-align: justify; }

.industry-page p {
  font-size: 17px !important; }

.product-title a {
  color: #0653A8; }

.industry-page h2 {
  font-size: 30px;
  padding-bottom: 15px; }

.industry-page h3 {
  font-size: 30px;
  padding-bottom: 15px; }

@media (min-width: 1025px) {
  .industry-main .product-section {
    width: 18%; } }

/*=====  Category Pages Banner  ======*/
.banners {
  background-color: #fff; }

.banners a {
  color: #545454; }

.banner {
  max-width: 100%; }

.next1 {
  right: 0;
  border-radius: 3px 3px 3px 3px; }

.prev1 {
  left: 0;
  border-radius: 3px 3px 3px 3px; }

.next1, .prev1 {
  cursor: pointer;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: #f2f2f2 !important;
  font-weight: 700;
  font-size: 30px;
  transition: .6s ease;
  border-radius: 0 3px 3px 0;
  background-color: rgba(0, 0, 0, 0.4);
  text-decoration: none !important; }

a.prev1 {
  float: left;
  margin-top: -20%; }

a.next1 {
  float: right;
  margin-top: -20%; }

/* Blog Headings*/
.blog-post h1 {
  font-size: 22px !important; }

.blog-post h2 {
  font-size: 20px !important; }

.blog-post h3 {
  font-size: 18px !important; }

.blog-post h4 {
  font-size: 16px !important; }

.page-type-blog_post .blog-title a {
  font-size: 20px; }

.page-type-blog_post li {
  color: #0653a8; }

.blog-thumbnail a {
  width: 60%; }

.blog-thumbnail img {
  width: 100%;
  max-width: 1920px; }

/* Shipping page*/
@media (min-width: 500px) {
  .sgrid-container {
    display: grid;
    grid-template-columns: auto auto;
    max-width: 500px;
    color: #0653a8; } }

.sgrid-container {
  color: #0653a8; }

.pro-support-grid {
  display: flex;
  flex-wrap: wrap;
  color: #0653a8; }

.ps-grid-item {
  width: 31%;
  background-color: #F0F0F0;
  margin: 1%;
  padding: 10px;
  text-align: center;
  min-width: 250px; }

img.ps-image {
  width: 75%; }

.ps-grid-item p {
  font-size: 18px !important;
  line-height: 34px; }

/* Side Menu Categories*/
ul.dropdown-category-list.navPages-level-3.cat-expanded {
  padding-left: 10px; }

/* Rental Page  */
.rentalbtn {
  color: white !important; }

/*Frequently Bought Together*/
#halo-fbt > h2 {
  font-weight: 500;
  font-size: 13px;
  color: #000000;
  text-transform: uppercase;
  text-align: left;
  border-top: 1px solid #cbcbcb;
  padding: 23px 0 0 0;
  margin-top: 7px;
  margin-bottom: 10px; }

#halo-fbt .themvale-fbt-image {
  max-width: 100%;
  display: inline-block; }
  @media (min-width: 1025px) {
    #halo-fbt .themvale-fbt-image {
      max-width: 84px; } }

@media (max-width: 1024px) {
  #halo-fbt {
    padding-bottom: 70px; } }

#halo-fbt,
#fbt,
.themvale-fbt-image-item,
.pgo,
.pog {
  position: relative; }

#fbt,
.freqBought .form-field__sizeChart,
.freqBought-item .price-section.price-section--saving {
  display: none; }

.productView-info-name.fbt, .productView-info-name.fbt-product {
  display: none; }

.productView-info-value.fbt, .productView-info-value.fbt-product {
  display: none; }

#fbt {
  padding: 1.5rem 0;
  clear: both; }

.themvale-fbt-image-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  @media (max-width: 1024px) {
    .themvale-fbt-image-list {
      margin-left: 20px;
      margin-right: 20px; } }
  @media (min-width: 1025px) {
    .themvale-fbt-image-list {
      max-width: 71%;
      margin-left: 20px; } }
  .themvale-fbt-image-list .slick-slide:last-child .themvale-fbt-image-item:after {
    content: none; }
  .themvale-fbt-image-list .slick-list {
    margin: 0 -15px; }
  @media (max-width: 1024px) {
    .themvale-fbt-image-list .slick-prev {
      left: -20px;
      background: #fff;
      width: 16px; } }
  @media (min-width: 1025px) {
    .themvale-fbt-image-list .slick-prev {
      left: -20px;
      background: #fff;
      width: 16px; } }
  @media (max-width: 1024px) {
    .themvale-fbt-image-list .slick-next {
      right: -20px;
      background: #fff;
      width: 16px; } }
  @media (min-width: 1025px) {
    .themvale-fbt-image-list .slick-next {
      right: -20px;
      background: #fff;
      width: 16px; } }

.themvale-fbt-image-item {
  padding: 0 .55rem;
  text-align: center; }

@media (min-width: 551px) {
  .themvale-fbt-image-item {
    width: auto;
    padding: 0 1rem;
    display: inline-block; } }

.themvale-fbt-image-link {
  opacity: .45;
  transition: opacity .15s ease; }

.themvale-fbt-image-item.fbt__total .themvale-fbt-image-link,
.themvale-fbt-image-item.isChecked .themvale-fbt-image-link {
  opacity: 1;
  transition: opacity .15s ease; }

.themvale-fbt-image-item::after {
  content: ' ';
  position: absolute;
  display: inline-block;
  margin: auto;
  width: 12px;
  height: 12px;
  right: -9px;
  top: 0;
  bottom: 0;
  background: url(../img/add-plus-button.svg) no-repeat;
  background-size: cover;
  pointer-events: none;
  z-index: 10; }

.themvale-fbt-total-price {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  line-height: 25px; }

.themvale-fbt-image-item.fbt__total {
  text-align: left;
  float: right;
  padding-right: 0; }
  @media (max-width: 1024px) {
    .themvale-fbt-image-item.fbt__total {
      float: left;
      padding-left: 0;
      margin-top: 15px;
      margin-bottom: 25px;
      width: 100%; } }
  @media (min-width: 1025px) {
    .themvale-fbt-image-item.fbt__total {
      position: absolute;
      top: 53px;
      right: 0; } }
  .themvale-fbt-image-item.fbt__total:after {
    display: none; }
  .themvale-fbt-image-item.fbt__total > p {
    color: #000000;
    font-weight: 400;
    text-align: center;
    margin-bottom: 12px; }
    @media (max-width: 1024px) {
      .themvale-fbt-image-item.fbt__total > p {
        text-align: left; } }
  .themvale-fbt-image-item.fbt__total > a {
    padding: 7px 34px;
    font-size: 13px;
    margin: 0;
    letter-spacing: .05em; }

.themvale-fbt-detail-name {
  transition: all .15s ease;
  font-size: 12px;
  font-weight: 400; }

.themvale-fbt-product-item .price--discounted,
.themvale-fbt-product-item .price--rrp,
.themvale-fbt-product-item .price--withoutTax {
  display: inline-block;
  font-weight: bold;
  color: #000000; }

.themvale-fbt-product-item .price-section {
  display: inline-block;
  color: #000000;
  font-weight: bold; }

.themvale-fbt-product-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 60px; }

.themvale-fbt-product-item {
  margin-bottom: .5rem; }

.themvale-fbt-text {
  margin: 25px 0 20px;
  font-weight: bold;
  font-size: 12px;
  color: #000000;
  letter-spacing: .02em; }

.themvale-fbt-toggle-options {
  position: relative;
  display: inline-block;
  margin: 6px 0 3px 1.85714rem;
  padding: 1px 15px;
  font-size: 13px;
  cursor: pointer;
  border: 1px solid;
  transition: all .15s ease; }

@media (min-width: 551px) {
  .themvale-fbt-toggle-options {
    margin: 0 0 0 5px; } }

.themvale-fbt-detail-field,
.themvale-fbt-image-link {
  display: inline-block; }

.themvale-fbt-toggle-options {
  background-color: #949494;
  border-color: #949494;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  border-radius: 25px;
  padding: 0px 19px; }

.themvale-fbt-detail-options {
  display: none;
  padding: 25px 0px 0 0;
  margin-top: 30px;
  overflow: hidden;
  background-color: transparent;
  border-top: 1px dotted #cbcbcb; }
  .themvale-fbt-detail-options .form-field {
    margin-bottom: 1rem; }
    .themvale-fbt-detail-options .form-field .form-label {
      color: #000000;
      font-family: "Arimo",Arial,Helvetica,sans-serif;
      font-weight: bold;
      font-size: 12px;
      position: relative; }
      .themvale-fbt-detail-options .form-field .form-label > small {
        color: #db5839;
        font-size: 12px;
        font-weight: 400;
        float: none;
        text-transform: capitalize;
        margin-top: 1px;
        font-family: "Arimo",Arial,Helvetica,sans-serif;
        font-style: unset;
        margin-left: 0; }

.themvale-fbt-product-item .form-label {
  color: #d6d6d6; }
  .themvale-fbt-product-item .form-label:before {
    border-radius: 0; }
  .themvale-fbt-product-item .form-label .price-section span {
    color: #d6d6d6; }

.themvale-fbt-product-item.isChecked .form-label {
  color: #000000; }
  .themvale-fbt-product-item.isChecked .form-label .price-section span {
    color: #000000; }

.hasOptions--selected .themvale-fbt-detail-options {
  background-color: transparent; }

.hasOptions--selected .themvale-fbt-toggle-options {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff; }
  .hasOptions--selected .themvale-fbt-toggle-options:hover {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff; }
