@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Arimo:400,400i,700,700i|Poppins:400,400i,500,500i,600,600i,700,700i|Karla:400,400i,700,700i|Montserrat:400,500,600,700|Roboto:400,400i,500,500i,700,700i|Roboto+Condensed:400,400i,700,700i|Open+Sans:400,400i,600,700,700i|Oswald:400,700|Source+Sans+Pro:400,400i|Domine:400,700");
/*!
 *  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/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Quicksand:wght@300..700&family=Roboto+Slab:wght@100..900&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; }

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

.fancybox-active {
  height: auto; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -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; }

.fancybox-button:hover {
  color: #fff; }

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

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

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

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

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

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

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

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

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -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); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gm-scrollbar.-vertical {
  width: 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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-figure figure {
  margin: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

figure {
  margin: 0; }

img {
  vertical-align: middle; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

p {
  margin: 0 0 10px; }

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

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

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

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

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

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

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

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

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

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

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

.text-muted {
  color: #777777; }

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

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

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

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

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

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

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

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

.text-danger {
  color: #a94442; }

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

.bg-primary {
  color: #fff; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

dt,
dd {
  line-height: 1.42857; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

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

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

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

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

.initialism {
  font-size: 90%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

table {
  background-color: transparent; }

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

th {
  text-align: left; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.clearfix:after {
  clear: both; }

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

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

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

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

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

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

html,
body {
  height: 100%; }

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

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

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

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

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

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

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

select {
  width: 100%; }

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

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

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

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

p {
  margin-bottom: 2.03846rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: black;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0.25px;
  margin-bottom: 0.76923rem; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #464646;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 28px; }

h2 {
  font-size: 25px; }

h3 {
  font-size: 22px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 15px; }

h6 {
  font-size: 13px; }

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

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

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

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

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

code {
  color: #c7254e; }

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

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

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

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

dl dd {
  margin-bottom: 1.5rem; }

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

abbr {
  text-transform: none; }

blockquote { }

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

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

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

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

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


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

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

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


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

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

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

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

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

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

These are all the button

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

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

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

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

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

/*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: black;
    border-color: black;
    color: #e3e937; }

.button[disabled] {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  color: #777777;
  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.53846rem 1.5rem; }

.button--tiny { }

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

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

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


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

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

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

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

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

.dropdown-menu--content {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e8e8e8;
  font-size: 1rem;
  height: auto;
  padding: 0.76923rem;
  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.38462rem 0.76923rem; }
  .dropdown-menu-item a {
    display: block;
    padding: 0.38462rem; }
  .dropdown-menu-item a {
    margin: -0.38462rem; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

```html_example
<div class="form-field">
    <label class="form-label" for="select1">Native Select label</label>
    <select class="form-select" name="select1" id="select1">
        <option>Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
    </select>
</div>
```
*/
.form-select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: 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: #cbcbcb;
  color: #454545;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  padding: 0.75rem;
  border-radius: 0;
  cursor: pointer;
  height: 3rem;
  margin: 0;
  outline: 0; }
  .form-select::-ms-expand {
    display: none; }
  .form-select.radius {
    border-radius: 2px; }
  .form-select:focus {
    border-color: #989898; }
  .form-select:disabled {
    background-color: white;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #989898; }

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

We provide a couple of component styles to layout forms.

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

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

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

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

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

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

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

```html_example
<div class="form-field">
</div>
```
*/
.form-field {
  display: block;
  margin: 0 0 2.03846rem;
  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.38462rem;
    padding-left: 1.88462rem;
    position: relative;
    vertical-align: baseline;
    width: 100%; }
    .form-checkbox + .form-label::before, .form-checkbox + .form-label::after,
    .form-radio + .form-label::before,
    .form-radio + .form-label::after {
      content: "";
      display: block;
      position: absolute;
      transition: all 50ms ease-out; }
    .form-checkbox + .form-label::before,
    .form-radio + .form-label::before {
      background-color: white;
      border: solid #dfdfdf;
      border-width: 1px;
      height: 1.23077rem;
      left: 0;
      top: 0;
      width: 1.23077rem; }
    .form-checkbox + .form-label::after,
    .form-radio + .form-label::after {
      height: 1.07692rem;
      left: 1px;
      opacity: 0;
      top: 1px;
      transform: scale(0);
      width: 1.07692rem; }

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

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

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

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

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

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

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

PrefixPostfix

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

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

### PrefixPostfix with a button

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

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

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

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

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

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

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

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

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

Switch

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

### Form Actions --fixed

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

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

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

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

Form inline errors

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.tab-title {
  color: #464646;
  display: block;
  font-size: 15px;
  padding: 0.76923rem 1.53846rem; }
  .tab-title:hover {
    color: #2d2d2d; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.navBar:after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

```scss_example
.subPagesList {
    @include nav("navList", "ul");
    @include nav-action($navBar-action-color, $navBar-action-fontFamily, $navBar-action-fontSize, $navBar-action-padding);
}
```

*/
.navList:before, .navList:after {
  content: " ";
  display: table; }

.navList:after {
  clear: both; }

.navList ul,
.navList ol {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0; }
  .navList ul ul,
  .navList ul ol,
  .navList ol ul,
  .navList ol ol {
    list-style: none;
    margin-bottom: 0; }
  .navList ul li,
  .navList ol li {
    margin: 0;
    padding: 0; }

.navList-section:before, .navList-section:after {
  content: " ";
  display: table; }

.navList-section:after {
  clear: both; }

.navList-section--alt {
  float: right;
  margin-left: 1.5rem; }

.navList-section + .navList-section {
  margin-top: 1.5rem; }

.navList-item, .navList-action {
  display: block; }

.navList-action {
  color: black;
  font-size: 15px;
  padding: 0.15385rem 0; }

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: #464646;
    font-size: 1rem;
    margin-left: 0.38462rem; }
    .pagination-list li a, .pagination-list li button {
      border-radius: 2px;
      -webkit-transition: background-color, 300ms, ease-out;
      -o-transition: background-color, 300ms, ease-out;
      transition: background-color, 300ms, ease-out;
      background: none;
      color: #464646;
      display: block;
      font-size: 1em;
      font-weight: normal;
      line-height: inherit;
      padding: 0.30769rem 0.53846rem; }
  .pagination-list li {
    display: block; }

li.pagination-item {
  cursor: pointer; }
  li.pagination-item:first-child {
    margin-left: 0; }
  li.pagination-item a:hover {
    color: black; }

li.pagination-item--current a, li.pagination-item--current button {
  color: black;
  cursor: default; }

/*doc
---
title: Alerts
name: alerts
category: Components
---

Alerts can be used to inform users about the actions they perform, whether it's a successful message, a warning, error, or just information.
They can be displayed at a page level or inside a specific container. They will take the full width of their containers.

```sass_file_example
src/settings/foundation/alerts/_settings.scss
```

The alert box consists of three `alertBox-column`s: The `alertBox-icon` which contains the icon for the type of alert,
the `alertBox-message` which can contain the heading and text for the alert message, and `alertBox-close` which holds the close button.
You can set the vertical alignment of the columns in the setting variables.

```html_example
<div class="alertBox">
    <div class="alertBox-column alertBox-icon">
        <icon class="icon" aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"></path>
            </svg>
        </icon>
    </div>
    <div class="alertBox-column alertBox-message">
        <span>Generic alert</span>
    </div>
    <a class="alertBox-column alertBox-close" tabindex="0" href="#">
        <icon glyph="ic-close" class="icon" aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"></path>
            </svg>
        </icon>
    </a>
</div>
```
*/
.alertBox {
  border-style: none;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.76923rem;
  padding: 0.76923rem 1.15385rem 0.76923rem 1.15385rem;
  position: relative;
  -webkit-transition: opacity, 300ms, ease-out;
  -o-transition: opacity, 300ms, ease-out;
  transition: opacity, 300ms, ease-out;
  background-color: #e8e8e8;
  border-color: #e8e8e8;
  color: white; }
  .alertBox .icon {
    width: 20px;
    height: 20px; }
  .alertBox .button {
    margin: 0 0 0 0.76923rem; }

.alertBox--info {
  background-color: #666666;
  border-color: #666666;
  color: #4f4f4f; }
  .alertBox--info svg {
    fill: #dfdfdf; }

.alertBox--success {
  background-color: #d5ffd8;
  border-color: #d5ffd8;
  color: white; }
  .alertBox--success svg {
    fill: #69d66f; }

.alertBox--warning {
  background-color: #fffdea;
  border-color: #fffdea;
  color: white; }
  .alertBox--warning svg {
    fill: #d4cb49; }

.alertBox--error {
  background-color: #ffdddd;
  border-color: #ffdddd;
  color: white; }
  .alertBox--error svg {
    fill: #e82b1a; }

.alertBox-column {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.alertBox-icon {
  padding-right: 1.15385rem; }

.alertBox-message {
  margin: 0;
  text-align: left;
  width: 100%; }

.alertBox-heading {
  margin: 0; }

.alertBox-close {
  cursor: pointer;
  padding-left: 1.15385rem; }
  .alertBox-close .icon {
    width: 20px;
    height: 20px; }
  .alertBox-close svg {
    fill: #4f4f4f; }

/*doc
---
title: Accordion
name: accordion
category: Components
---
```html_example
<section class="accordion">
    <article heading="Dynamic Group Header - 1" class="is-open">
        <h2 class="accordion-navigation is-open">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 1
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
        <div class="accordion-content is-open">
            Dynamic Group Body - 1
        </div>
    </article>
    <article heading="Dynamic Group Header - 2">
        <h2 class="accordion-navigation">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 2
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
    </article>
<article heading="Dynamic Group Header - 3">
        <h2 class="accordion-navigation accordion-navigation--error">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 3
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
    </article>
</section>
```

```sass_file_example
src/settings/foundation/accordion/_settings.scss
```
*/
.accordion {
  margin-bottom: 0;
  border: #e8e8e8 solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.13);
  margin: 0 0 1.5rem; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }

.accordion-navigation {
  display: block;
  margin-bottom: 0 !important;
  border: #e8e8e8 solid;
  border-width: 1px 0;
  cursor: pointer; }
  .accordion-navigation.is-open > a {
    background: white;
    color: #2d2d2d; }
  .accordion-navigation > a {
    background: white;
    color: #2d2d2d;
    padding: 1.88462rem;
    display: block;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 1rem; }
    .accordion-navigation > a:hover {
      background: #f2f2f2; }
  .accordion-navigation .accordion-title {
    padding: 1.5rem 1.88462rem; }

.accordion-title {
  font-weight: 700;
  line-height: 24px; }

.accordion-content {
  display: none;
  padding: 2.03846rem;
  border: #e8e8e8 solid;
  border-width: 0 0 1px; }
  .accordion-content.is-open {
    display: block; }

.accordion-navigation--success .accordion-title,
.accordion-navigation--success.is-open > a {
  color: #69d66f; }

.accordion-navigation--error .accordion-title,
.accordion-navigation--error.is-open > a {
  color: #e82b1a; }

.accordion-navigation--warning .accordion-title,
.accordion-navigation--warning.is-open > a {
  color: #d4cb49; }

body.has-activeModal {
  overflow: hidden; }

.modal-background {
  background: #2d2d2d;
  background: rgba(45, 45, 45, 0.8);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0; }
  .has-activeModal .modal-background {
    display: block; }

.modal {
  border-radius: 0;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: white;
  padding: 2.25rem 2.25rem;
  border: solid 0 #e8e8e8;
  box-shadow: none;
  max-height: 80%;
  overflow: auto;
  position: fixed; }
  @media only screen and (max-width: 480px) {
    .modal {
      min-height: 100vh; } }
  .modal .column, .modal .columns {
    min-width: 0; }
  .modal > :first-child {
    margin-top: 0; }
  .modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 480px) {
    .modal {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 900px; } }
  @media only screen and (min-width: 480px) {
    .modal {
      top: 50% !important; } }
  @media (min-width: 480px) {
    .modal {
      transform: translateY(-50%); } }

.modal--large {
  max-height: 90%;
  width: 1024px; }

.modal--small {
  width: 500px; }

.modal-header {
  border-bottom: 1px solid #e8e8e8;
  padding: 1rem 0;
  position: relative; }

.modal-header-title {
  margin: 0; }

.modal-body {
  padding: 3rem 0; }
  .modal-body > :last-child {
    margin-bottom: 0; }

.modal-footer {
  border-top: 1px solid #e8e8e8;
  padding: 0.76923rem 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.76923rem; }
  @media (min-width: 481px) {
    .modal-footer-link {
      display: inline;
      margin: 1.5rem; } }

.modal-close {
  color: #666666;
  cursor: pointer;
  font-size: 25px;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 1.05rem;
  right: 0.75rem;
  transform: translateY(none); }
  .modal-close .icon {
    width: 20px;
    height: 20px; }

@media print {
  .modal {
    background: #FFFFFF !important;
    display: none; } }

.loadingNotification {
  left: 50%;
  position: fixed;
  text-align: center;
  top: 3rem;
  transform: translateX(-50%);
  transform-style: preserve-3d;
  transition: all 200ms ease-out;
  z-index: 500; }
  .loadingNotification.ng-hide-remove, .loadingNotification.ng-hide-add-active {
    opacity: 0;
    top: 3.6rem;
    transform: scale(0.9) translateX(-50%); }
  .loadingNotification.ng-hide-remove-active {
    opacity: 1;
    top: 3rem;
    transform: scale(1) translateX(-50%); }

.loadingNotification-label {
  background: #666666;
  border-radius: 2px;
  color: white;
  display: inline-block;
  font-size: 15px;
  padding: 0.38462rem 0.76923rem; }

.loadingOverlay-container {
  min-height: 120px;
  position: relative; }

.loadingOverlay {
  background: rgba(45, 45, 45, 0.9);
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 250ms ease-out;
  width: 100%; }
  .loadingOverlay::before {
    width: 40px;
    height: 40px;
    border-radius: 3.07692rem;
    border: solid 2px;
    border-color: white white #989898 #989898;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transform-style: preserve-3d;
    animation: spin 500ms infinite cubic-bezier(0.69, 0.31, 0.56, 0.83); }
  .loadingOverlay.ng-enter, .loadingOverlay.ng-leave.ng-leave-active {
    opacity: 0; }
  .loadingOverlay.ng-leave, .loadingOverlay.ng-enter.ng-enter-active {
    opacity: 1; }

@keyframes spin {
  0% {
    transform: translateY(-50%) rotate(0deg); }
  100% {
    transform: translateY(-50%) rotate(360deg); } }

/*doc
---
title: ActionBar
name: action_bar
category: Patterns
---
```html_example
<div class="actionBar">
    <div class="actionBar-section">
        <fieldset class="form-fieldset">
            <div class="actionBar-item form-field">
                <input class="form-input has-action" type="search" placeholder="Search">
                <button class="button button--icon button--inputAction">
                    <span class="is-srOnly">Search</span>
                    <icon glyph="ic-search"></icon>
                </button>
            </div>
            <a href="#" class="actionBar-item">Advanced</a>
        </fieldset>
    </div>
    <div class="actionBar-section actionBar-section--alt">
        <fieldset class="form-fieldset">
            <div class="actionBar-item form-field">
                <div class="buttonGroup">
                    <button class="button">
                        All
                    </button>
                    <button class="button">
                        Free
                    </button>
                    <button class="button">
                        Paid
                    </button>
                </div>
            </div>
            <div class="actionBar-item form-field">
                <label class="form-label" for="select1">Sort by</label>
                <select class="form-select" name="select1" id="select1">
                    <option value="1">Popular</option>
                    <option value="2">Newest</option>
                </select>
            </div>
        </fieldset>
    </div>
</div>
```

```sass_file_example
src/settings/bigcommerce/actionBar/_settings.scss
```
*/
.actionBar {
  margin: 1.5rem 0; }
  .actionBar:before, .actionBar:after {
    content: " ";
    display: table; }
  .actionBar:after {
    clear: both; }
  .actionBar .button {
    margin-bottom: 0; }
  .actionBar .buttonGroup {
    vertical-align: middle; }

.actionBar-link {
  display: block;
  padding: 0.76923rem 0; }

.actionBar-section:before, .actionBar-section:after {
  content: " ";
  display: table; }

.actionBar-section:after {
  clear: both; }

@media (min-width: 480px) {
  .actionBar-section {
    float: left; }
    .actionBar-section .form-label {
      display: inline-block;
      margin: 0 0.38462rem 0 0; }
    .actionBar-section .form-select,
    .actionBar-section .form-input {
      display: inline-block;
      width: 15.38462rem; } }

@media (min-width: 480px) {
  .actionBar-section--alt {
    float: right; } }

.actionBar-item {
  margin-bottom: 1.5rem; }
  @media (min-width: 480px) {
    .actionBar-item {
      display: inline-block;
      margin-bottom: 0;
      margin-right: 1.5rem;
      vertical-align: middle; }
      .actionBar-item:last-child {
        margin-right: 0; } }

/*doc
---
title: Cards
name: cards
category: Components
---

Cards are a typical component consisting of a figure and a short snippet of descriptive text.
This could include a heading and a caption or definition, and perhaps a call to action
or other actionable functions.

```sass_file_example
src/settings/bigcommerce/cards/_settings.scss
```
```html_example
<article class="card">
    <figure class="card-figure">
        <img class="card-image" src="http://lorempixel.com/960/360/sports/" alt="Example card image">
        <figcaption class="card-figcaption">
            <a class="card-figcaption-action" href="#">
                <div class="card-figcaption-body">
                    <span class="button card-figcaption-button">Learn more</span>
                </div>
            </a>
        </figcaption>
    </figure>
    <div class="card-body">
        <h2 class="card-title">20% Off First Design Project</h2>
        <h3 class="card-subTitle">Custom Designs</h3>
        <p class="card-text">
            Be seen by customers at the very moment that
            they are searching on Google for the things you offer.
        </p>
    </div>
</article>
```
*/
.card {
  background-color: transparent;
  margin-bottom: 3rem;
  padding: 0 0; }

.card-figure {
  background-color: white;
  margin-bottom: 0;
  padding: 0 0;
  position: relative; }

.card-image {
  border: 1px solid #454545;
  width: 100%; }

.card-figcaption {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0; }
  .card-figcaption:hover {
    opacity: 1; }

.card-figcaption-action {
  display: block;
  height: 100%; }

.card-figcaption-body {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transform-style: preserve-3d; }
  .card-figcaption-body > :first-child {
    margin-top: 0; }
  .card-figcaption-body > :last-child {
    margin-bottom: 0; }
  .card-figcaption-body .card-text {
    color: #464646; }

.card-figcaption-button {
  background-color: rgba(255, 255, 255, 0.9);
  color: #2d2d2d; }
  .card-figcaption-button:hover {
    background-color: white;
    color: #2d2d2d; }

.card-body {
  padding: 0.76923rem 0 0; }
  .card-body > :first-child {
    margin-top: 0; }
  .card-body > :last-child {
    margin-bottom: 0; }
  .card-body .card-text {
    color: #464646; }

.card-surTitle {
  float: right;
  margin-left: 1.5rem;
  max-width: 40%;
  text-align: right; }

.card-footer {
  background-color: transparent;
  margin: 0; }
  .card-footer:before, .card-footer:after {
    content: " ";
    display: table; }
  .card-footer:after {
    clear: both; }

.card-button {
  margin-bottom: 0; }

.pace {
  pointer-events: none;
  user-select: none; }

.pace-inactive {
  display: none; }

.pace-progress {
  background-color: #989898;
  height: 0.38462rem;
  position: fixed;
  right: 100%;
  top: 0;
  width: 100%;
  z-index: 2000;
  opacity: .6; }

html,
body {
  height: auto; }

body {
  padding-top: 55px; }
  @media (min-width: 768px) {
    body {
      padding-top: 0; } }

figure {
  margin-bottom: 2.03846rem;
  margin-top: 2.03846rem; }
  figure > figcaption {
    margin-bottom: -0.53846rem; }

figcaption {
  color: #a5a5a5;
  margin-top: 0.76923rem; }

body {
  font-size: 1rem;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin-top: 2.26923rem;
  letter-spacing: 0.05em; }

h5,
h6 {
  text-transform: uppercase; }

a {
  transition: all 0.2s ease; }

body {
  line-height: 20px;
  padding: 0;
  margin: 0; }

.body {
  margin: 0;
  padding: 0px;
  min-height: 400px; }

* {
  outline: none; }

button,
input[type="button"],
input[type="submit"] {
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

a,
img {
  text-decoration: none;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s; }
  a:hover,
  img:hover {
    text-decoration: none;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s; }
  a:focus, a:active,
  img:focus,
  img:active {
    text-decoration: none; }

cite {
  line-height: 1.5;
  margin: 0.53846rem 0 0; }

.page-heading {
  font-size: 28px;
  margin: 0 0 3rem;
  text-align: center; }

.definitionList:before, .definitionList:after {
  content: " ";
  display: table; }

.definitionList:after {
  clear: both; }

.definitionList-key {
  color: #464646;
  float: left;
  font-weight: 400;
  margin: 0 0.38462rem 0 0;
  padding: 3px 0; }

.definitionList-value {
  margin: 0;
  padding: 3px 0;
  font-weight: 700; }

.form-field {
  margin-bottom: calc(2rem - 3px); }

.form-input {
  height: 3.5rem; }

.form-input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #222222; }

.form-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #222222; }

.form-input:-ms-input-placeholder {
  /* IE 10+ */
  color: #222222; }

.form-input:-moz-placeholder {
  /* Firefox 18- */
  color: #222222; }

.form-select {
  height: 3.5rem;
  appearance: none;
  background-color: white;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.36 4.68'%3E%3Ctitle%3Esvg-caret-down%3C/title%3E%3Cg id='d80b47c9-5014-4342-b622-d61a5187e1b9' data-name='Layer 2'%3E%3Cg id='d6c0cdce-d481-4a9a-9413-7482a3911341' data-name='Layer 1'%3E%3Cpolygon fill='rgba(0, 0, 0, 0.999)' points='0 0 4.68 4.68 9.36 0 0 0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  border-radius: 2px;
  padding: 0.75rem 3rem 0.75rem 1rem;
  border-color: #cbcbcb;
  background-position-x: calc(100% - 15px);
  background-position-y: 50%;
  background-size: 9px; }
  .form-select:focus {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 9.36 4.68'%3E%3Ctitle%3Esvg-caret-up%3C/title%3E%3Cg id='ca277b86-bdf9-469f-9644-0aa88a825144' data-name='Layer 2'%3E%3Cg id='8d910f7b-9efd-4c3a-a9f8-8ee210cbe02c' data-name='Layer 1'%3E%3Cpolygon fill='rgba(0, 0, 0, 0.999)' points='0 4.68 4.68 0 9.36 4.68 0 4.68'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-position-y: 50%; }

.form-label small {
  float: right;
  font-style: italic;
  text-transform: none;
  color: #e7040f;
  font-size: 11px;
  font-weight: 400; }

.form-label--inlineSmall small {
  color: red;
  float: none;
  font-size: 11px;
  font-weight: 400;
  font-style: italic;
  margin-left: 0.38462rem;
  text-transform: none; }

.table {
  margin-top: 2.03846rem; }
  .table td + td {
    border-left: 1px solid #e8e8e8; }
  .table .table-alignCenter {
    text-align: center; }
  .table .table-alignRight {
    text-align: right; }

.table-actions {
  margin: 1.5rem;
  text-align: center; }
  .table-actions .form {
    margin-bottom: 0; }
  .table-actions .button {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
    @media (min-width: 480px) {
      .table-actions .button {
        display: inline-block;
        margin-bottom: 0;
        width: auto; } }
    @media (min-width: 480px) {
      .table-actions .button + .button {
        margin-left: 0.38462rem; } }

.table--line {
  border-color: #e8e8e8;
  border-width: 0 0 1px; }
  .table--line .table-thead {
    background-color: white;
    border-color: #e8e8e8;
    border-width: 0 0 1px; }
    .table--line .table-thead tr th {
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 480px) {
        .table--line .table-thead tr th {
          text-align: center; }
          .table--line .table-thead tr th:first-child {
            text-align: left; }
          .table--line .table-thead tr th:last-child {
            text-align: right; } }
      .table--line .table-thead tr th + th {
        padding-left: 1.5rem; }
  .table--line tr {
    border-color: 1px solid #e8e8e8; }
    .table--line tr td {
      display: block;
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 480px) {
        .table--line tr td {
          text-align: center; }
          .table--line tr td:first-child {
            text-align: left; }
          .table--line tr td:last-child {
            text-align: right; } }
      .table--line tr td + td {
        padding-left: 1.5rem; }
  .table--line td + td {
    border-left: 0; }

.dropdown {
  left: -9999px;
  outline: none;
  position: absolute; }

.dropdown-menu.is-loading .loadingOverlay {
  background: none;
  padding: 4.5rem 0;
  position: relative; }

.dropdown-menu.is-open {
  display: block; }

.dropdown-menu-item {
  text-align: left; }
  .dropdown-menu-item:first-child > a {
    padding-top: 0.76923rem; }
  .dropdown-menu-item:last-child > a {
    padding-bottom: 1rem; }
  .dropdown-menu-item > a {
    margin: 0;
    padding: 0.23077rem 1.15385rem;
    text-decoration: none; }

.dropdown-menu {
  border-radius: 0;
  background: #ffffff;
  padding: 0;
  border: 0;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); }

.modal {
  left: 50%;
  margin: 0 auto;
  max-height: 90%;
  max-width: 95%;
  min-height: 240px;
  outline: none;
  overflow: hidden;
  padding: 0;
  right: 0;
  top: 50% !important;
  transform: translate(-50%, -50%); }

@media (min-width: 1200px) {
  .modal--large {
    width: 1024px; } }

.modal-header {
  background: #fafafa;
  border-bottom: 0;
  min-height: 42px;
  padding: 0.9rem 0;
  padding-left: 2.25rem;
  padding-right: 2.98077rem; }

.modal-header-title {
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 20px; }

.popup-close,
.modal-close {
  width: 29px;
  height: 29px;
  color: white;
  font-size: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  text-decoration: none !important;
  z-index: 50;
  background: black;
  display: flex;
  justify-content: center;
  align-items: center; }
  .popup-close svg,
  .modal-close svg {
    width: 29px;
    height: 29px;
    padding: 2px 4px 3px;
    fill: white; }
  .popup-close:hover,
  .modal-close:hover {
    color: white;
    text-decoration: none;
    background: black; }
    .popup-close:hover svg,
    .modal-close:hover svg {
      fill: white; }

.modal-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 2.25rem 2.25rem; }

.modal-background {
  background-color: rgba(45, 45, 50, 0.8); }

.panel-title {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700; }

.panel--large .panel-body {
  margin-bottom: 2.03846rem;
  padding: 2.03846rem; }

.product-pagination {
  display: flex;
  align-items: center;
  margin-bottom: 30px; }
  .product-pagination.top {
    background: #f4f4f4;
    padding: 9px 9px 9px 20px;
    justify-content: space-between; }
    @media (max-width: 991px) {
      .product-pagination.top {
        justify-content: space-between; } }
  .product-pagination.top .pagination {
    width: calc(100% - 300px);
    text-align: center; }
    @media (max-width: 991px) {
      .product-pagination.top .pagination {
        order: 3;
        width: 100%;
        padding-top: 15px; } }
  .product-pagination.bottom {
    padding-top: 30px;
    justify-content: space-between;
    border-top: 1px dotted #cbcbcb;
    position: relative;
    z-index: 9; }
    @media (max-width: 767px) {
      .product-pagination.bottom {
        justify-content: center; } }
    .product-pagination.bottom > div {
      margin-bottom: 20px; }
  @media (max-width: 991px) {
    .product-pagination {
      flex-wrap: wrap; } }

.page-type-account_recentitems .product-pagination.bottom {
  justify-content: flex-end;
  margin-top: 10px; }

.pagination-list {
  display: inline-block;
  font-size: 0;
  margin-bottom: 0;
  text-align: center; }
  .pagination-list:before, .pagination-list:after {
    content: " ";
    display: table; }
  .pagination-list:after {
    clear: both; }
  .pagination-list .pagination-item {
    display: inline-block;
    margin: 0;
    padding: 5px 5px;
    cursor: default; }
    .pagination-list .pagination-item a {
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      letter-spacing: 0.05em;
      font-size: 12px;
      color: black;
      font-weight: 600;
      padding: 5px;
      min-width: 30px;
      min-height: 30px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 2px; }
      .pagination-list .pagination-item a:hover {
        text-decoration: none;
        color: #777777; }
    .pagination-list .pagination-item.pagination-item--previous a,
    .pagination-list .pagination-item.pagination-item--next a {
      color: black;
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      font-size: 11px;
      text-transform: uppercase;
      font-weight: 700; }
      .pagination-list .pagination-item.pagination-item--previous a span,
      .pagination-list .pagination-item.pagination-item--next a span {
        border-bottom: 1px dotted black;
        line-height: initial; }
      .pagination-list .pagination-item.pagination-item--previous a:hover,
      .pagination-list .pagination-item.pagination-item--next a:hover {
        color: #777777; }
        .pagination-list .pagination-item.pagination-item--previous a:hover span,
        .pagination-list .pagination-item.pagination-item--next a:hover span {
          border-bottom-color: #777777; }
      .pagination-list .pagination-item.pagination-item--previous a i.fa,
      .pagination-list .pagination-item.pagination-item--next a i.fa {
        font-size: 14px;
        vertical-align: -1px;
        padding: 0 10px 0 10px; }
    .pagination-list .pagination-item.pagination-item--previous a {
      padding-right: 13px; }
    .pagination-list .pagination-item.pagination-item--next a {
      padding-left: 13px; }
    .pagination-list .pagination-item.pagination-item--current a {
      color: black;
      font-weight: 700;
      padding: 0;
      border: 1px solid #cbcbcb; }
    @media (min-width: 768px) {
      .pagination-list .pagination-item:first-child {
        padding-left: 0; }
        .pagination-list .pagination-item:first-child > a {
          padding-left: 0; }
          .pagination-list .pagination-item:first-child > a > i {
            padding-left: 0 !important; } }

.compare-link-top {
  width: 150px;
  text-align: right; }
  @media (max-width: 991px) {
    .compare-link-top {
      width: auto; } }
  .compare-link-top a {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase; }

.compare-link {
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  min-width: 200px; }
  @media (max-width: 600px) {
    .compare-link {
      width: 100%;
      height: 50px;
      border-width: 1px 0 0 0; } }
  .compare-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 20px;
    letter-spacing: 0.05em;
    width: 100%;
    font-size: 12px; }
    .compare-link a .countPill {
      display: none; }
  .compare-link.link-show .countPill {
    display: inline-block; }

.compare-link a .countPill {
  min-width: 24px;
  margin-left: 10px;
  padding: 0 4px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  color: black;
  line-height: 24px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

.compare-link a:hover .countPill {
  background-color: black;
  color: white;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s; }

/*Buttons*/
.btn {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  height: 3.5rem;
  letter-spacing: 0.05em;
  line-height: initial;
  padding: 0.85rem 1rem 0.8rem;
  text-transform: uppercase;
  border-radius: 3px;
  background: #fff;
  text-align: center; }

.btn.btn-sm {
  font-size: 11px;
  line-height: 25px;
  height: 28px;
  padding: 0 15px;
  border-width: 1px !important; }

.btn.btn-lg {
  line-height: 43px;
  height: 46px;
  padding: 1px 27px;
  font-size: 13px; }

/*btn-primary*/
.btn.btn-primary {
  color: white;
  background: black;
  border: 1px solid black; }

.btn.btn-primary:hover {
  color: #e3e937;
  background: black;
  border-color: black; }

.btn.btn-primary[disabled],
.btn.btn-primary[disabled]:hover,
.btn.btn-primary[disabled]:focus,
.btn.btn-primary[disabled]:active {
  color: white;
  border: 1px solid black;
  background: black; }

.btn-sm.btn-primary {
  line-height: 24px; }

.btn > i.fa.fa-caret-right {
  font-size: 16px;
  position: relative;
  top: 1px;
  margin-left: 9px; }

/*btn alternate*/
.btn.btn-alt {
  color: black;
  border: 1px solid #cbcbcb;
  background: white; }

.btn.btn-alt:hover {
  color: white;
  background: black;
  border-color: black; }

.btn.btn-alt-white {
  color: #fff;
  border: 1px solid #fff;
  background: #000; }

.btn.btn-alt-white:hover {
  color: #000;
  background: #fff; }

.btn.btn-alt[disabled],
.btn.btn-alt[disabled]:hover,
.btn.btn-alt[disabled]:focus,
.btn.btn-alt[disabled]:active {
  color: black;
  border: 1px solid #cbcbcb;
  background: white; }

/*btn-default*/
.btn.btn-default {
  border-color: #cbcbcb; }

.btn.btn-default:hover {
  background: #f5f5f5; }

/*btn-checkout*/
.btn.btn-checkout {
  max-width: 270px;
  padding-top: 10px;
  color: white;
  border-color: black;
  background: black; }

.btn.btn-checkout:hover {
  border-color: black;
  background: black; }

.btn.btn-checkout.btn-lg {
  padding: 1px 27px; }

/*btn disabled*/
.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  opacity: .5;
  filter: alpha(opacity=50); }

.button {
  line-height: 1rem;
  transition: all 0.15s ease; }
  .button + .button {
    margin-left: 0; }
    @media (min-width: 768px) {
      .button + .button {
        margin-left: 0.76923rem; } }

.button[disabled] {
  cursor: not-allowed; }

.button--icon svg {
  fill: #4f4f4f; }

.btn.is-out-of-stock {
  background: #f2f2f2;
  color: #777777;
  border-color: #f2f2f2; }
  .btn.is-out-of-stock:hover {
    background: #f2f2f2;
    color: #777777;
    border-color: #f2f2f2; }

.tab {
  border-top: 1px solid #e8e8e8;
  float: none; }
  @media (min-width: 768px) {
    .tab {
      border-top-color: white;
      float: left; } }
  .tab.is-active {
    border-left-color: white;
    border-right-color: white; }
    @media (min-width: 480px) {
      .tab.is-active {
        margin-bottom: -1px; } }
    @media (min-width: 768px) {
      .tab.is-active {
        border: 1px solid #e8e8e8;
        border-bottom: 1px solid white; } }

.tab-title {
  padding: 1.15385rem 0;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 480px) {
    .tab-title {
      text-align: left; } }
  @media (min-width: 768px) {
    .tab-title {
      padding: 0.76923rem 1.5rem; } }

.tab-content.has-jsContent {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  visibility: hidden; }
  .tab-content.has-jsContent.is-active {
    height: auto;
    overflow: visible;
    padding: 1.5rem 0;
    visibility: visible; }

.accordion {
  border-radius: 2px;
  box-shadow: none; }
  .accordion .navList {
    margin-bottom: 0; }

.accordion-content {
  border: 0; }
  .accordion-content .form:only-child {
    margin-bottom: 0; }

.accordion-title {
  margin: 0; }

.accordion-navigation {
  margin-top: -1px;
  position: relative;
  text-decoration: none; }

@media (min-width: 768px) {
  .accordion--navList {
    border: 0; } }

@media (min-width: 768px) {
  .sidebarBlock + .accordion--navList {
    margin-top: 2.03846rem; } }

@media (min-width: 768px) {
  .accordion--navList .accordion-block {
    margin-top: 2.03846rem; } }

.accordion--navList .accordion-content {
  padding: 1rem; }
  @media (min-width: 768px) {
    .accordion--navList .accordion-content {
      padding: 0; } }

@media (min-width: 768px) {
  .accordion--navList .accordion-navigation {
    background-position: right 0 top 50%;
    border: 0; } }

.accordion--navList .accordion-title {
  font-weight: normal;
  padding: 1rem;
  text-decoration: none;
  text-transform: inherit; }
  @media (min-width: 768px) {
    .accordion--navList .accordion-title {
      margin-bottom: 0.76923rem;
      margin-top: 0;
      padding: 0; } }

.accordion--navList .accordion-indicator {
  fill: #a5a5a5; }
  @media (min-width: 768px) {
    .accordion--navList .accordion-indicator {
      visibility: hidden; } }

.accordion--navList .accordion-navigation-actions {
  right: 1rem;
  top: 1.15385rem; }
  @media (min-width: 768px) {
    .accordion--navList .accordion-navigation-actions {
      right: 0;
      top: 0; } }

.accordion-block:first-child {
  margin-top: 0; }
  .accordion-block:first-child .accordion-navigation {
    border-radius: 2px 2px 0 0; }

.accordion-block:last-child .accordion-navigation,
.accordion-block:last-child .accordion-content {
  border-radius: 0 0 2px 2px; }

.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.88462rem;
  top: 1.5rem; }
  .accordion-navigation-actions > a {
    color: #464646;
    vertical-align: middle; }
    .accordion-navigation-actions > a:hover {
      color: #2d2d2d; }

.inlineList--labels {
  margin-bottom: 0;
  margin-left: -0.76923rem; }
  .inlineList--labels > li {
    margin-bottom: 0.76923rem;
    margin-left: 0.76923rem; }

.alertBox {
  border-radius: 0px;
  color: #4f4f4f; }

.alertBox-icon .icon {
  width: 25px;
  height: 25px; }

.alertBox--info {
  color: white; }
  .alertBox--info .alertBox-close svg {
    fill: #dfdfdf; }

.form--hiddenLabels .form-label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.form-label {
  font-weight: 600;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  letter-spacing: 0.02em;
  font-size: 12px;
  margin-bottom: 10px; }

.form-inlineMessage {
  display: block;
  margin-top: 0.5rem;
  margin-bottom: -1rem; }

.form-field--error .form-input {
  float: none; }

.form-field--error .form-inlineMessage:before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z' fill='rgba(232, 43, 26, 0.999)' /%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 1.07692rem;
  left: -0.15385rem;
  margin-right: 0.07692rem;
  position: relative;
  top: 0.23077rem;
  width: 1.07692rem; }

.form-field--success .form-input[type="text"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(105, 214, 111, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.69231rem 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.30769rem; }

.form-checkbox + .form-label::after,
.form-radio + .form-label::after {
  top: 3px;
  width: 1rem;
  height: 1rem; }

.form-checkbox + .form-label::before,
.form-radio + .form-label::before {
  top: 2px;
  width: 14px;
  height: 14px;
  border-color: #d0d0d0; }

.form-checkbox + .form-label::before {
  border-radius: 0; }

.form-actions {
  margin: 0 auto;
  max-width: 92.30769rem;
  width: 100%;
  display: block; }
  .form-actions:before, .form-actions:after {
    content: " ";
    display: table; }
  .form-actions:after {
    clear: both; }
  @media (min-width: 480px) {
    .form-actions {
      margin-top: 1.5rem; } }
  .form-actions .button,
  .form-actions input,
  .form-actions a {
    vertical-align: top;
    width: 100%; }
    @media (min-width: 480px) {
      .form-actions .button,
      .form-actions input,
      .form-actions a {
        margin-bottom: 0;
        width: auto; } }
    .form-actions .button + .button,
    .form-actions .button + input,
    .form-actions .button + a,
    .form-actions input + .button,
    .form-actions input + input,
    .form-actions input + a,
    .form-actions a + .button,
    .form-actions a + input,
    .form-actions a + a {
      margin-top: 0.76923rem; }
      @media (min-width: 480px) {
        .form-actions .button + .button,
        .form-actions .button + input,
        .form-actions .button + a,
        .form-actions input + .button,
        .form-actions input + input,
        .form-actions input + a,
        .form-actions a + .button,
        .form-actions a + input,
        .form-actions a + a {
          margin: 0 0 0 17px; } }

.form-label--alternate {
  font-weight: 700;
  margin-bottom: 0.76923rem;
  color: #000000; }

.form-select--date {
  width: initial;
  margin-right: 0.38462rem;
  margin-bottom: 0.38462rem; }
  .form-select--date:last-of-type {
    margin-right: 0; }

.form-select--small,
.form-select--date {
  font-size: 1rem;
  height: 3rem;
  line-height: 1rem;
  max-width: 20rem;
  padding: 0.53846rem 0.76923rem;
  padding-right: 2rem;
  min-width: 90px; }

.form-select--short {
  max-width: 6rem;
  width: 4.5rem; }

.form-file {
  margin-bottom: 0.53846rem; }

.form-fileDescription {
  color: #a5a5a5;
  font-size: 13px; }

.form-field-group {
  border: 1px solid #cbcbcb;
  border-radius: 2px;
  padding: 1.5rem; }

.form-column {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  float: left; }
  @media (min-width: 480px) {
    .form-column {
      padding-left: 15px;
      padding-right: 15px;
      width: 50%;
      float: left; } }

.form-prefixPostfix.wrap {
  flex-wrap: wrap; }

.form-prefixPostfix .form-input,
.form-prefixPostfix .button {
  display: block;
  width: 100%; }

@media (min-width: 1200px) {
  .form-prefixPostfix .form-input {
    width: auto; } }

@media (min-width: 768px) {
  .form-prefixPostfix .button {
    width: auto; } }

.form-prefixPostfix .form-inlineMessage {
  margin-bottom: 0.38462rem; }
  @media (min-width: 1200px) {
    .form-prefixPostfix .form-inlineMessage {
      margin-bottom: 0; } }

.form-prefixPostfix-button--postfix {
  margin: 0.76923rem 0 0;
  order: 1; }
  @media (min-width: 1200px) {
    .form-prefixPostfix-button--postfix {
      margin: 0 0 0 0.76923rem;
      order: 0; } }

.form-increment .button {
  margin: 0;
  padding: 0.30769rem 0.23077rem;
  width: 36px;
  height: 42px;
  border-color: #cbcbcb;
  font-size: 14px;
  font-weight: normal;
  color: #7b7b7b; }
  .form-increment .button[data-action="dec"] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .form-increment .button[data-action="inc"] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .form-increment .button:hover {
    border-color: #a0a0a0; }

.form-input--incrementTotal {
  border: 0;
  display: inline-block;
  font-size: 1rem;
  height: auto;
  padding: 0 16px;
  text-align: left;
  vertical-align: middle;
  width: 5.38462rem;
  min-width: 70px;
  height: 42px;
  border: 1px solid #cbcbcb;
  border-width: 1px 0;
  border-radius: 0; }
  .form-input--incrementTotal:disabled {
    border: transparent; }

/*[data-product-attribute="swatch"],
[data-product-attribute="set-rectangle"] {
    margin-bottom: 0 !important;
}*/
[data-product-attribute="swatch"] .form-option {
  width: 36px;
  height: 36px; }
  [data-product-attribute="swatch"] .form-option > span {
    position: relative;
    background-size: cover; }

[data-product-attribute="set-rectangle"] .form-option {
  min-width: 36px;
  height: 36px;
  text-align: center;
  /*padding: 8px 7px 7px;*/ }

.form-option {
  border: 0 !important;
  -webkit-box-shadow: inset 0px 0px 0px 1px #e4e4e4;
  -moz-box-shadow: inset 0px 0px 0px 1px #e4e4e4;
  box-shadow: inset 0px 0px 0px 1px #e4e4e4;
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  margin-bottom: 9px;
  margin-right: 9px;
  transition: all 0.15s ease; }
  .form-option:hover {
    border-color: #000; }

.form-radio:checked + .form-option > span {
  -webkit-box-shadow: inset 0px 0px 0px 3px black;
  -moz-box-shadow: inset 0px 0px 0px 3px black;
  box-shadow: inset 0px 0px 0px 3px black; }

.form-option-variant {
  display: inline-block;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 1rem;
  padding: 0 8px;
  pointer-events: none;
  text-align: center; }

.form-option-variant--color,
.form-option-variant--pattern {
  width: 100%;
  height: 100%;
  min-width: initial;
  padding: 0; }

.form-option-variant--pattern {
  background-position: center;
  background-repeat: no-repeat; }

.form-input--small {
  font-size: 13px;
  height: 3rem;
  line-height: 1rem;
  padding: 0.53846rem 0.76923rem; }

.form-minMaxRow {
  margin-left: -7.5px;
  margin-right: -7.5px; }
  .form-minMaxRow:before, .form-minMaxRow:after {
    content: " ";
    display: table; }
  .form-minMaxRow:after {
    clear: both; }
  .form-minMaxRow .form-field {
    padding-left: 15px;
    padding-right: 15px;
    width: 33.33333%;
    float: left;
    margin-bottom: 0;
    padding-left: 7.5px;
    padding-right: 7.5px; }
  .form-minMaxRow .button {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: 100%; }

@media (min-width: 480px) {
  .form-row--half > .form-field:nth-child(odd) {
    clear: left; } }

[data-product-attribute] .form-option {
  overflow: hidden;
  position: relative; }
  [data-product-attribute] .form-option.unavailable:before {
    background-color: #f00;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    top: 18px;
    transform: rotate(-45deg);
    width: 50px; }

[data-product-attribute="set-radio"] .unavailable,
[data-product-attribute="product-list"] .unavailable {
  opacity: 0.6;
  text-decoration: line-through; }

.card-figure {
  margin-top: 0;
  height: 100%;
  width: 100%; }
  .card-figure:hover .card-figcaption {
    opacity: 1; }

.card-figcaption {
  display: none;
  margin: 0;
  pointer-events: none; }
  @media (min-width: 768px) {
    .card-figcaption {
      display: block; } }

.card-figcaption-body {
  display: inline-block;
  pointer-events: all;
  transform: translate3d(0, -50%, 0); }

.card-image {
  border: 0;
  display: flex !important;
  margin: auto;
  width: auto;
  height: auto; }

.card-title {
  font-size: 15px;
  margin: 0 0 0.23077rem; }
  .card-title > a {
    color: black;
    text-decoration: none; }
    .card-title > a:hover {
      color: #777777; }

.card-text {
  margin-bottom: 0.15385rem; }
  .card-text abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.card-figcaption-button {
  border: none;
  display: block;
  margin: 0.38462rem 0 0; }
  .card-figcaption-button:active {
    background-color: white;
    border: none; }
  .card-figcaption-button + .card-figcaption-button {
    margin: 0.38462rem 0 0; }

.card-body {
  text-align: center; }
  @media (min-width: 480px) {
    .card-body {
      text-align: left; } }

.card--alternate {
  border: 3px solid white;
  transition: all 0.15s ease; }
  .card--alternate .card-body {
    background-color: white;
    padding: 0.76923rem;
    transition: all 0.15s ease; }
    @media (min-width: 480px) {
      .card--alternate .card-body {
        padding: 1.5rem; } }
  .card--alternate:hover {
    border-color: #2d2d2d; }
    .card--alternate:hover .card-body {
      background-color: #2d2d2d; }
      .card--alternate:hover .card-body .card-text {
        color: white; }
    .card--alternate:hover .card-title > a {
      color: white; }

.navList,
.navBar {
  margin-left: 0; }

.navList-action,
.navBar-action {
  text-decoration: none;
  font-size: 1rem; }

.navList-action.is-active {
  font-weight: 700; }

.navList-action--checkbox {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.38462rem;
  padding-left: 1.88462rem;
  position: relative;
  vertical-align: baseline;
  width: 100%; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 50ms ease-out; }
  .navList-action--checkbox::before {
    background-color: white;
    border: solid #dfdfdf;
    border-width: 1px;
    height: 1.23077rem;
    left: 0;
    top: 0;
    width: 1.23077rem; }
  .navList-action--checkbox::after {
    height: 1.07692rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 1.07692rem; }
  .navList-action--checkbox::before {
    border-radius: 2px; }
  .navList-action--checkbox::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(79, 79, 79, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(79, 79, 79, 0.999);
    content: "";
    font-size: 1.07692rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox:before, .navList-action--checkbox:after {
    top: 50%; }
  .navList-action--checkbox:before {
    margin-top: -0.61538rem; }
  .navList-action--checkbox:after {
    margin-top: -0.53846rem; }
  .navList-action--checkbox.is-disabled {
    cursor: default; }
    .navList-action--checkbox.is-disabled::before {
      background-color: white; }
  .navList-action--checkbox.is-checked::after, .navList-action--checkbox.is-selected::after {
    opacity: 1;
    transform: scale(1); }

.navList-action-close {
  background: #f2f2f2;
  border-radius: 100%;
  display: inline-block;
  float: right;
  line-height: 0;
  opacity: 0;
  padding: 0.23077rem;
  transition: opacity 0.3s ease;
  visibility: hidden; }
  .navList-action-close .icon {
    width: 13px;
    height: 13px;
    fill: black; }
  .navList-action.is-selected:hover .navList-action-close {
    opacity: 1;
    visibility: visible; }

nav.navBar--sub {
  display: block; }

nav.navBar--sub ul.navBar-section {
  position: relative;
  overflow: hidden;
  margin-bottom: 37px;
  border: 0;
  width: 100%; }
  nav.navBar--sub ul.navBar-section::after {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    content: '';
    background: #d0d0d0; }
  nav.navBar--sub ul.navBar-section li.navBar-item {
    position: relative;
    z-index: 1;
    display: table;
    float: left;
    height: 42px;
    border: 0; }
    @media (min-width: 992px) {
      nav.navBar--sub ul.navBar-section li.navBar-item {
        margin-left: -1px; } }
    nav.navBar--sub ul.navBar-section li.navBar-item:first-child {
      margin-left: 0; }
    nav.navBar--sub ul.navBar-section li.navBar-item a {
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      font-size: 12px;
      font-weight: 700;
      display: block;
      display: table-cell;
      padding: 7px 30px 5px;
      -webkit-transition: background .3s ease 0s;
      -moz-transition: background .3s ease 0s;
      -ms-transition: background .3s ease 0s;
      -o-transition: background .3s ease 0s;
      transition: background .3s ease 0s;
      vertical-align: middle;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      color: #000;
      border: 1px solid #ebebeb;
      background: #fff;
      text-decoration: none !important; }
    @media (min-width: 992px) {
      nav.navBar--sub ul.navBar-section li.navBar-item.is-active a {
        border-bottom-color: #fff; } }
    nav.navBar--sub ul.navBar-section li.navBar-item.is-active {
      z-index: 2; }
      nav.navBar--sub ul.navBar-section li.navBar-item.is-active::before {
        content: "";
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        height: 2px;
        background-color: #000; }

nav.navBar--sub ~ main h3 {
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 1.5rem;
  margin-top: 0;
  text-transform: uppercase; }

nav.navBar--sub ~ main h2 {
  font-size: 14px;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 1.5rem;
  margin-top: 0;
  text-transform: uppercase; }

@media (max-width: 991px) {
  nav.navBar--sub ul.navBar-section.account-navigation {
    display: flex;
    flex-wrap: wrap; }
    nav.navBar--sub ul.navBar-section.account-navigation li.navBar-item {
      width: 100%;
      margin-left: 0;
      margin-bottom: 10px; }
      nav.navBar--sub ul.navBar-section.account-navigation li.navBar-item:last-child {
        margin-bottom: 0; } }

@media (max-width: 991px) {
  nav.navBar--sub.navBar--account ul.navBar-section {
    display: flex;
    flex-wrap: wrap; }
    nav.navBar--sub.navBar--account ul.navBar-section li.navBar-item {
      width: 33.33%;
      margin-bottom: -1px; }
      nav.navBar--sub.navBar--account ul.navBar-section li.navBar-item:nth-child(4) {
        margin-left: 0; }
      nav.navBar--sub.navBar--account ul.navBar-section li.navBar-item:nth-child(4), nav.navBar--sub.navBar--account ul.navBar-section li.navBar-item:nth-child(5), nav.navBar--sub.navBar--account ul.navBar-section li.navBar-item:nth-child(6) {
        margin-bottom: 0; } }
    @media (max-width: 991px) and (max-width: 767px) {
      nav.navBar--sub.navBar--account ul.navBar-section li.navBar-item {
        width: 100%;
        margin-left: 0; }
        nav.navBar--sub.navBar--account ul.navBar-section li.navBar-item:nth-child(4), nav.navBar--sub.navBar--account ul.navBar-section li.navBar-item:nth-child(5) {
          margin-bottom: -1px; } }

.form.gift-certificate-form {
  margin-bottom: 0; }
  .form.gift-certificate-form .form-row {
    margin-left: -20px;
    margin-right: -20px; }
    .form.gift-certificate-form .form-row .form-field {
      padding-left: 20px;
      padding-right: 20px; }
    .form.gift-certificate-form .form-row .form-column {
      padding-left: 20px;
      padding-right: 20px; }
  .form.gift-certificate-form .form-actions {
    border-top: 1px dotted #e0e0e0;
    margin-top: 10px;
    padding-top: 30px; }

.form-row .form-field.certificate_theme {
  padding: 20px !important; }

[name="certificate_theme"] + .form-label {
  margin-bottom: 11px; }

[name="certificate_theme"] + .form-label:last-of-type {
  margin-bottom: 0px; }

input#gift-certificate-preview {
  width: 100%;
  max-width: 140px; }
  @media (max-width: 480px) {
    input#gift-certificate-preview {
      max-width: 100%;
      margin-bottom: 10px; } }

input#gift-certificate-submit {
  width: 100%;
  max-width: 292px; }
  @media (max-width: 480px) {
    input#gift-certificate-submit {
      max-width: 100%; } }

#gift-certificate-balance .form-prefixPostfix-button--postfix {
  margin-top: 0;
  margin-left: 0.75rem; }
  @media (max-width: 480px) {
    #gift-certificate-balance .form-prefixPostfix-button--postfix {
      margin-left: 0;
      margin-top: 0.75rem;
      width: 100%; } }

.loadingOverlay {
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  z-index: 20; }

.icons-svg-sprite {
  display: none; }

.icon,
.icon svg {
  transition: all 0.15s ease; }

/*
.actionBar-section {

    .form-field {
        background-color: $input-bg-color;
        border: $actionBar-form-field-border;
        border-radius: $actionBar-form-field-radius;
        overflow: hidden;

        // scss-lint:disable NestingDepth
        &:hover {
            border-color: stencilColor("input-border-color-active");
        }
        // scss-lint:enable NestingDepth
    }

    .form-label {
        color: $actionBar-form-label-color;
        font-size: $actionBar-form-label-fontSize;
        line-height: $actionBar-form-label-lineHeight;
        margin-bottom: 0;
        padding-left: $actionBar-form-label-padding;
    }

    .form-input,
    .form-select {
        border: 0;
        padding-left: $actionBar-form-input-padding;
        width: auto;
    }

    .form-label,
    .form-input,
    .form-select {
        display: inline-block;
    }

    .form-select {
        color: stencilColor("color-textLink");
        height: $input-small-height - remCalc($input-border-width * 2);
    }
}
*/
.has-ribbon {
  position: relative; }

.ribbon {
  background-color: #454545;
  color: white;
  cursor: default;
  font-weight: 700;
  margin: -0.84615rem -0.84615rem 0 0;
  padding: 0.07692rem 1rem;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  z-index: 1; }

@media (max-width: 991px) {
  .navPages-container {
    display: none; } }

.navPages-container .navPages-quickSearch {
  display: none; }

.navPages-container nav ul.navPages-list {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.navPages-container nav ul.navPages-list.navPages-list--user {
  display: none; }

.navPages-container nav ul.navPages-list a:hover {
  text-decoration: none; }

.navPages-container nav ul.navPages-list > li {
  display: inline-block;
  position: relative; }
  .navPages-container nav ul.navPages-list > li.fullWidth {
    position: inherit; }
  .navPages-container nav ul.navPages-list > li.leftEdge {
    position: inherit; }
  .navPages-container nav ul.navPages-list > li.rightEdge {
    position: inherit; }
  .navPages-container nav ul.navPages-list > li > a {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    display: block;
    padding: 15px 20px 15px;
    text-decoration: none !important;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: white;
    transition: none; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .navPages-container nav ul.navPages-list > li > a {
        font-size: 13px;
        padding: 15px 15px 15px; } }
    .navPages-container nav ul.navPages-list > li > a.has-subMenu {
      position: relative;
      z-index: 999;
      padding-right: 30px; }
      .navPages-container nav ul.navPages-list > li > a.has-subMenu::after {
        font-family: 'FontAwesome';
        font-size: 14px;
        position: absolute;
        top: 50%;
        right: 12px;
        content: '\f107';
        color: white;
        -moz-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
      .navPages-container nav ul.navPages-list > li > a.has-subMenu span:not(.triangle-with-shadow) {
        position: relative;
        z-index: 1; }
      .navPages-container nav ul.navPages-list > li > a.has-subMenu .triangle-with-shadow {
        top: -10px;
        left: -10px;
        right: -10px;
        bottom: 0;
        width: auto;
        height: auto;
        display: none; }
        .navPages-container nav ul.navPages-list > li > a.has-subMenu .triangle-with-shadow::before {
          background-color: white;
          border: 0;
          transform: none;
          left: 10px;
          right: 10px;
          top: 10px;
          bottom: 0;
          width: auto;
          height: auto;
          margin: 0;
          -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
          -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); }
  .navPages-container nav ul.navPages-list > li:hover > a {
    color: black; }
    .navPages-container nav ul.navPages-list > li:hover > a.has-subMenu::after {
      color: black; }
  .navPages-container nav ul.navPages-list > li > .navPage-subMenu {
    position: absolute;
    z-index: 102;
    top: auto;
    display: none;
    min-width: 240px;
    border: 1px solid white;
    background-color: white;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); }
    .navPages-container nav ul.navPages-list > li > .navPage-subMenu ul {
      margin: 0;
      padding: 0;
      list-style: none;
      width: 100%; }
      .navPages-container nav ul.navPages-list > li > .navPage-subMenu ul > li {
        position: relative;
        padding: 10px 20px 9px;
        width: 100%; }
      .navPages-container nav ul.navPages-list > li > .navPage-subMenu ul > li + li {
        border-top: 1px solid #ebebeb; }
      .navPages-container nav ul.navPages-list > li > .navPage-subMenu ul li > a {
        display: inline;
        color: #464646; }
      .navPages-container nav ul.navPages-list > li > .navPage-subMenu ul li:hover > a {
        color: black;
        border-bottom: 1px dotted black; }
    .navPages-container nav ul.navPages-list > li > .navPage-subMenu li > .navPage-childList {
      position: absolute;
      z-index: 1;
      top: 0px;
      left: calc(100% - 36px);
      display: none;
      width: 100%;
      min-width: 240px;
      background: white;
      -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); }
    .navPages-container nav ul.navPages-list > li > .navPage-subMenu li > .navPage-subMenu {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 100%;
      display: none;
      width: 100%;
      min-width: 240px;
      margin-left: 6px;
      border: 1px solid #d0d0d0;
      background: white;
      -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1); }
    .navPages-container nav ul.navPages-list > li > .navPage-subMenu li:hover > .navPage-subMenu {
      display: block;
      -webkit-animation: fadeIn .3s;
      -o-animation: fadeIn .3s;
      animation: fadeIn .3s; }
  .navPages-container nav ul.navPages-list > li:hover > a > span.triangle-with-shadow {
    display: block;
    -webkit-animation: fadeIn .3s;
    -o-animation: fadeIn .3s;
    animation: fadeIn .3s; }
  .navPages-container nav ul.navPages-list > li:hover > .navPage-subMenu {
    display: flex;
    -webkit-animation: fadeIn .3s;
    -o-animation: fadeIn .3s;
    animation: fadeIn .3s; }
  .navPages-container nav ul.navPages-list > li:not(.hasMegamenu) .navPage-subMenu-list li a.has-subMenu::after {
    font-family: 'FontAwesome';
    font-size: 14px;
    position: absolute;
    top: 10px;
    right: 20px;
    content: '\f105';
    color: #464646; }
  .navPages-container nav ul.navPages-list > li:not(.hasMegamenu) .navPage-subMenu-list li:hover {
    background: #fafafa; }

.navPages-container li.hasMegamenu > .subMegaMenu {
  padding: 10px 10px 10px; }
  @media (min-width: 1200px) {
    .navPages-container li.hasMegamenu > .subMegaMenu {
      width: 100%; } }
  @media (max-width: 1199px) {
    .navPages-container li.hasMegamenu > .subMegaMenu {
      max-width: 100%; } }

.navPages-container li.hasMegamenu.fullWidth > .subMegaMenu {
  padding: 19px 20px 20px; }

.navPages-container li.hasMegamenu > .subMegaMenu .imageArea {
  float: left;
  min-height: 1px; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea {
  float: left;
  min-height: 1px; }

.navPages-container li.hasMegamenu > .subMegaMenu.imageLeft .cateArea {
  padding-left: 20px; }

.navPages-container li.hasMegamenu > .subMegaMenu.imageRight .cateArea {
  padding-right: 20px; }

.navPages-container li.hasMegamenu.alignLeft > .subMegaMenu {
  left: 0; }

.navPages-container li.hasMegamenu.alignRight > .subMegaMenu {
  right: 0;
  left: auto; }

.navPages-container li.hasMegamenu.rightEdge > .subMegaMenu {
  right: 0;
  left: auto; }

.navPages-container li.hasMegamenu.alignCenter > .subMegaMenu {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }

/*
.navPages-container li.hasMegamenu.fullWidth {
   position: static !important;
}
*/
.navPages-container li.hasMegamenu.fullWidth > .subMegaMenu {
  left: 0;
  width: 100% !important; }

.navPages-container li.hasMegamenu.leftEdge > .subMegaMenu {
  left: 0; }

.navPages-container li.hasMegamenu.fullWidth > .subMegaMenu .container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }

.navPages-container li.hasMegamenu > .subMegaMenu {
  position: absolute;
  z-index: 102;
  top: auto;
  display: none;
  min-width: 240px;
  background-color: white;
  left: 0; }

.navPages-container li.hasMegamenu:hover > .subMegaMenu {
  display: flex;
  -webkit-animation: fadeIn .3s;
  -o-animation: fadeIn .3s;
  animation: fadeIn .3s; }

.navPages-container li.hasMegamenu > .subMegaMenu ul {
  padding: 0;
  list-style: none; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea > ul li {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 0;
  padding-left: 0;
  border: 0; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea ul li a {
  position: relative;
  display: inline; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea > ul > li > a {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-transform: uppercase; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea > ul > li > ul {
  position: inherit;
  top: 0;
  left: 0;
  display: block;
  margin: 0;
  padding: 9px 0 24px;
  -webkit-animation: none;
  -o-animation: none;
  animation: none;
  background: transparent;
  box-shadow: none;
  min-width: 100%; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea > ul > li:hover > ul {
  -webkit-animation: none;
  -o-animation: none;
  animation: none; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea ul li:hover > a {
  text-decoration: none;
  background: transparent; }

.navPages-container li.hasMegamenu > .subMegaMenu .imageArea.colLeft {
  padding: 10px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  height: 100%; }

.navPages-container li.hasMegamenu > .subMegaMenu .imageArea.colRight {
  padding: 10px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  height: 100%; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea > ul > li {
  padding-right: 20px;
  padding-left: 20px; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea.columns-2 > ul > li {
  width: 50%;
  padding-right: 20px;
  padding-left: 20px; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea.columns-3 > ul > li {
  width: 33.33%;
  padding-right: 20px;
  padding-left: 20px; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea.columns-4 > ul > li {
  width: 25%;
  padding-right: 20px;
  padding-left: 20px; }

.navPages-container li.hasMegamenu > .subMegaMenu .cateArea.columns-5 > ul > li {
  width: 20%;
  padding-right: 20px;
  padding-left: 20px; }

/*Megamenu Col-left-right image*/
.imageArea .col-left {
  width: 50%;
  padding-right: 10px;
  display: flex; }

.imageArea a {
  display: block; }

.imageArea .col-left a + a {
  margin-top: 20px; }

.imageArea .col-right {
  flex-direction: column;
  width: 50%;
  padding-left: 10px;
  display: flex;
  justify-content: space-between; }

.subMegaMenu.imageLeft .imageArea .col-left {
  float: left; }

.bottomCate {
  width: 100%;
  max-width: 100% !important; }

.subMegaMenu .shop-by-brands {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px; }
  .subMegaMenu .shop-by-brands label {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: 400;
    margin-bottom: 5px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #464646; }
  .subMegaMenu .shop-by-brands a.show-all-brands {
    color: #464646; }
    .subMegaMenu .shop-by-brands a.show-all-brands i.fa {
      margin-left: 5px; }
    .subMegaMenu .shop-by-brands a.show-all-brands:hover {
      color: black; }
      .subMegaMenu .shop-by-brands a.show-all-brands:hover span {
        border-bottom: 1px solid black; }
  .subMegaMenu .shop-by-brands ul {
    width: 100%;
    padding: 10px 0 0 !important;
    margin-top: 5px !important;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
    align-items: stretch;
    border-top: 1px solid #ebebeb; }
    .subMegaMenu .shop-by-brands ul li {
      width: 33.33%;
      height: 60px;
      padding-right: 0 !important;
      padding-left: 0 !important;
      border: 0 !important; }
      .subMegaMenu .shop-by-brands ul li a {
        display: -webkit-box !important;
        /* OLD - iOS 6-, Safari 3.1-6 */
        display: -moz-box !important;
        /* OLD - Firefox 19- (buggy but mostly works) */
        display: -ms-flexbox !important;
        /* TWEENER - IE 10 */
        display: -webkit-flex !important;
        /* NEW - Chrome */
        display: flex !important;
        overflow: hidden;
        height: 100%;
        padding: 0 !important;
        text-align: center;
        justify-content: center;
        align-items: center;
        border: 0 !important; }

.subMegaMenu .imageArea .shop-the-latest {
  width: 100%; }
  @media (max-width: 991px) {
    .subMegaMenu .imageArea .shop-the-latest {
      padding-right: 20px;
      padding-bottom: 20px;
      padding-left: 20px;
      padding-top: 20px;
      border-top: 1px solid #ebebeb;
      border-left: 0; } }
  .subMegaMenu .imageArea .shop-the-latest h4 {
    font-size: 13px;
    font-weight: 400;
    display: block;
    margin: 0;
    padding: 0px 0 15px;
    text-transform: uppercase;
    text-align: center;
    color: #464646; }
  .subMegaMenu .imageArea .shop-the-latest .owl-carousel.owl-hidden {
    opacity: 0; }
  .subMegaMenu .imageArea .shop-the-latest .owl-carousel .owl-stage {
    display: flex;
    flex-wrap: nowrap; }
  .subMegaMenu .imageArea .shop-the-latest .owl-carousel .cate-item {
    text-align: center; }
    .subMegaMenu .imageArea .shop-the-latest .owl-carousel .cate-item a {
      background: transparent !important;
      display: flex;
      justify-content: center;
      border: 0 !important; }
      .subMegaMenu .imageArea .shop-the-latest .owl-carousel .cate-item a:hover {
        border: 0 !important; }
    .subMegaMenu .imageArea .shop-the-latest .owl-carousel .cate-item .cate-img {
      margin-bottom: 20px; }
      @media (max-width: 991px) {
        .subMegaMenu .imageArea .shop-the-latest .owl-carousel .cate-item .cate-img img {
          width: auto !important; } }
    .subMegaMenu .imageArea .shop-the-latest .owl-carousel .cate-item .cate-name {
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      font-size: 13px;
      font-weight: 400;
      text-transform: uppercase;
      letter-spacing: 0.05em;
      margin-bottom: 3px; }
    .subMegaMenu .imageArea .shop-the-latest .owl-carousel .cate-item .cate-desc {
      font-style: italic;
      margin: 0px;
      padding: 0px;
      font-family: 'Georgia', Times New Roman, serif;
      font-size: 12px;
      opacity: 0.7;
      letter-spacing: 0.02em; }
    .subMegaMenu .imageArea .shop-the-latest .owl-carousel .cate-item .cate-shop-now {
      font-family: "Arimo", Arial, Helvetica, sans-serif;
      font-size: 13px;
      font-weight: 400;
      color: #f4590d; }
  .subMegaMenu .imageArea .shop-the-latest .owl-carousel .owl-nav {
    /*position: absolute;
         top: -40px;
         right: -10px;
         display: flex;*/ }
    .subMegaMenu .imageArea .shop-the-latest .owl-carousel .owl-nav > div {
      position: absolute;
      transform: none;
      border: 0; }
      .subMegaMenu .imageArea .shop-the-latest .owl-carousel .owl-nav > div.owl-prev {
        left: -15px;
        top: 40%;
        transform: translateY(-50%); }
      .subMegaMenu .imageArea .shop-the-latest .owl-carousel .owl-nav > div.owl-next {
        right: -15px;
        top: 40%;
        transform: translateY(-50%); }

.subMegaMenu.imageLeft .imageArea .shop-the-latest {
  width: 100%;
  padding-right: 30px;
  border-right: 1px solid #ebebeb; }

.subMegaMenu.imageRight .imageArea .shop-the-latest {
  width: 100%;
  padding-left: 30px;
  border-left: 1px solid #ebebeb; }

/*Megamenu four-images*/
.imageArea .four-images {
  text-align: center; }

.imageArea .four-images a {
  display: inline-block;
  max-width: 49%;
  padding: 2.5px 1px; }

#menu .cateArea > ul {
  margin-right: -20px !important;
  margin-left: -20px !important;
  display: flex;
  flex-wrap: wrap;
  width: auto; }

li.hasMegamenu.fullWidth .cateArea .navPage-childList {
  min-width: auto !important; }

.bottomCate .promotion-area {
  background: #fcfabd;
  text-align: center;
  text-transform: uppercase;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: black;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding: 12px 20px 10px; }
  .bottomCate .promotion-area p {
    margin: 0; }

.tags {
  list-style: none;
  margin-left: 0;
  font-size: 0;
  text-align: center; }
  .tags ul,
  .tags ol {
    list-style: none;
    margin-bottom: 0; }

.tag {
  display: inline-block;
  font-size: 1rem;
  margin-right: 10px;
  margin-bottom: 10px; }
  .tag a {
    font-style: italic;
    color: rgba(72, 72, 72, 0.6);
    display: inline-block;
    padding: 0.38462rem 1rem;
    text-decoration: none;
    background: #f7f7f7;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 0; }
    .tag a:hover {
      color: #000000;
      border-bottom-color: #ccc;
      background: #ccc; }

.social-icons {
  margin: 0;
  margin-top: 2px;
  padding-right: 36px; }

.social-icons li {
  list-style: none;
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 12px; }
  .social-icons li:last-child {
    margin-right: 0; }

.social-icons a {
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  text-align: center; }
  .social-icons a svg {
    width: 16px;
    fill: #000; }
  .social-icons a:hover svg {
    fill: #fff; }
  .social-icons a.icon--facebook:hover {
    background: #4a73bd; }
  .social-icons a.icon--twitter:hover {
    background: #46b0e2; }
  .social-icons a.icon--google:hover {
    background: #ea3b02; }
  .social-icons a.icon--instagram:hover {
    background: #fb3358; }
  .social-icons a.icon--rss:hover {
    background: #f9bc2e; }
  .social-icons a.icon--pinterest:hover {
    background: #cc2127; }
  .social-icons a.icon--tumblr:hover {
    background: #33465d; }
  .social-icons a.icon--youtube:hover {
    background: #cf3427; }
  .social-icons a.icon--linkedin:hover {
    background: #0077b5; }
  .social-icons a.icon--stumbleupon:hover {
    background: #eb4924; }

.black-icons .social-icons a {
  background-color: #2a2a2e; }
  .black-icons .social-icons a svg {
    fill: #fff; }

.owl-nav > div {
  font-size: 0;
  position: absolute;
  top: 50%;
  width: 35px;
  height: 35px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-family: "FontAwesome";
  font-size: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000; }
  .owl-nav > div::before {
    font-size: 25px;
    position: relative; }
  .owl-nav > div.owl-prev {
    left: -65px; }
    .owl-nav > div.owl-prev::before {
      content: '';
      left: -1px;
      width: 17px;
      height: 33px;
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 33'%3E%3Ctitle%3Esvg-arrow-prev%3C/title%3E%3Cg id='7f9a1925-e8c7-4614-8787-3c6095a9f6e1' data-name='Layer 2'%3E%3Cg id='c9b7920a-81fa-4bfe-ad13-4da717c6854b' data-name='Layer 1'%3E%3Cg id='c2d982ff-0cf6-4220-b365-47f30d708fea' data-name='e4eb89a6-f885-43b8-9259-0d6b1516fab0'%3E%3Cg id='f51d455e-6b9c-4c4e-96db-a5004582beda' data-name='8e584754-6657-46f1-a9d8-2cfd6623b552'%3E%3Cpolygon points='0 16.5 2.1 18.5 17 33 17 29.3 5.9 18.5 3.8 16.5 5.9 14.5 17 3.7 17 0 2.1 14.5 0 16.5'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
      background-repeat: no-repeat; }
    @media (max-width: 991px) {
      .owl-nav > div.owl-prev {
        left: 0px; } }
  .owl-nav > div.owl-next {
    right: -65px; }
    .owl-nav > div.owl-next::before {
      content: '';
      left: 1px;
      width: 17px;
      height: 33px;
      background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 17 33' style='enable-background:new 0 0 17 33;' xml:space='preserve'%3E%3Ctitle%3Esvg-arrow-next%3C/title%3E%3Cg id='e4eb89a6-f885-43b8-9259-0d6b1516fab0'%3E%3Cg id='_x38_e584754-6657-46f1-a9d8-2cfd6623b552'%3E%3Cg%3E%3Cpolygon points='14.9,14.5 0,0 0,3.7 11.1,14.5 13.2,16.5 11.1,18.5 0,29.3 0,33 14.9,18.5 17,16.5 '/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
      background-repeat: no-repeat; }
    @media (max-width: 991px) {
      .owl-nav > div.owl-next {
        right: 0px; } }
  .owl-nav > div:hover {
    color: #777777; }

.owl-nav > div.disabled {
  opacity: 0.2;
  cursor: default !important; }

.owl-carousel .owl-item img {
  max-width: 100%;
  width: auto;
  transform-style: unset; }

.heroCarousel {
  margin-bottom: 30px;
  min-height: 100px;
  min-width: 300px;
  z-index: 0;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 991px) {
    .heroCarousel {
      margin-bottom: 20px; } }
  .heroCarousel .owl-nav {
    max-width: 100%;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media (max-width: 991px) {
      .heroCarousel .owl-nav {
        display: none; } }
  .heroCarousel .owl-nav > div {
    width: 56px;
    height: 56px;
    border: 0;
    color: #fff;
    background: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden; }
    .heroCarousel .owl-nav > div.owl-prev {
      left: 0px; }
      .heroCarousel .owl-nav > div.owl-prev::before {
        width: 10px;
        height: 19px; }
    .heroCarousel .owl-nav > div.owl-next {
      right: 0px; }
      .heroCarousel .owl-nav > div.owl-next::before {
        width: 10px;
        height: 19px; }
  .heroCarousel .heroCarousel-image {
    width: auto;
    max-width: 100%;
    margin: 0 auto; }
  .heroCarousel .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
    @media (max-width: 991px) {
      .heroCarousel .owl-dots {
        position: static;
        transform: none;
        text-align: center;
        margin-top: 20px; } }
  .heroCarousel .owl-dots > div {
    position: relative;
    display: inline-block;
    margin: 0 6px !important;
    width: 32px;
    height: 3px;
    /* Dots Puff Style  */ }
    @media (max-width: 991px) {
      .heroCarousel .owl-dots > div {
        width: 11px;
        height: 11px; } }
    .heroCarousel .owl-dots > div span {
      top: 0;
      left: 0;
      width: 32px;
      height: 3px;
      outline: none;
      border-radius: 0;
      background-color: #fff;
      background-color: white;
      text-indent: -999em;
      /* make the text accessible to screen readers */
      cursor: pointer;
      position: absolute; }
    .heroCarousel .owl-dots > div span:focus {
      outline: none; }
    .heroCarousel .owl-dots > div span {
      border: unset;
      -webkit-transition: border-color 0.3s ease;
      transition: border-color 0.3s ease;
      background-color: #c0c7c3; }
    .heroCarousel .owl-dots > div span::after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      visibility: hidden;
      background: white;
      border-radius: 50%;
      opacity: 0;
      -webkit-transform: scale(3);
      transform: scale(3);
      -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease, visibility 0s 0.3s;
      transition: opacity 0.3s ease, transform 0.3s ease, visibility 0s 0.3s; }
      @media (max-width: 991px) {
        .heroCarousel .owl-dots > div span::after {
          background: #c8c8c8;
          opacity: 1;
          visibility: visible;
          transform: none; } }
    .heroCarousel .owl-dots > div span:hover,
    .heroCarousel .owl-dots > div span:focus,
    .heroCarousel .owl-dots > div.active span {
      border-color: #fff;
      background: #fff; }
      @media (max-width: 991px) {
        .heroCarousel .owl-dots > div span:hover,
        .heroCarousel .owl-dots > div span:focus,
        .heroCarousel .owl-dots > div.active span {
          border-color: #000; }
          .heroCarousel .owl-dots > div span:hover::after,
          .heroCarousel .owl-dots > div span:focus::after,
          .heroCarousel .owl-dots > div.active span::after {
            background: #fff; } }
  .heroCarousel:hover .owl-nav > div {
    opacity: 1;
    visibility: visible; }
    .heroCarousel:hover .owl-nav > div.owl-prev {
      left: 55px; }
    .heroCarousel:hover .owl-nav > div.owl-next {
      right: 55px; }

.heroCarousel-content {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 3;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 0 15px;
  transform: translateY(-50%);
  white-space: normal; }
  @media (min-width: 768px) {
    .heroCarousel-content {
      right: unset;
      left: 50%;
      transform: translate(-50%, -50%); } }
  @media (min-width: 992px) {
    .heroCarousel-content {
      padding-left: 0;
      padding-right: 0; }
      .heroCarousel-content.heroCarousel-content--empty {
        background-color: transparent; } }
  @media (min-width: 1025px) {
    .heroCarousel-content {
      max-width: 450px; }
      .heroCarousel-content.heroCarousel-content--left {
        left: calc((100% - 1100px)/ 2);
        text-align: left;
        transform: translateY(-50%); }
      .heroCarousel-content.heroCarousel-content--center {
        left: 50%;
        transform: translate(-50%, -50%); }
      .heroCarousel-content.heroCarousel-content--right {
        left: auto;
        right: calc((100% - 1100px)/ 2);
        text-align: right;
        transform: translateY(-50%); } }
  @media (min-width: 1600px) {
    .heroCarousel-content.heroCarousel-content--left {
      left: calc((100% - 1300px)/ 2); }
    .heroCarousel-content.heroCarousel-content--right {
      right: calc((100% - 1300px)/ 2); } }

.heroCarousel-subtitle {
  display: block;
  color: #000;
  font-weight: normal;
  line-height: 1.2;
  margin: 0 0 15px 0;
  position: relative; }
  @media (min-width: 1025px) {
    .heroCarousel-subtitle {
      font-size: 18px;
      margin-bottom: 20px; } }

.heroCarousel-title {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0 0 15px 0; }
  @media (min-width: 992px) {
    .heroCarousel-title {
      font-size: 30px; } }
  @media (min-width: 1025px) {
    .heroCarousel-title {
      font-size: 36px;
      margin-bottom: 25px; } }
  @media (min-width: 1920px) {
    .heroCarousel-title {
      font-size: 48px; } }

.heroCarousel-countdown {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 15px 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 28px;
  border-bottom: 1px solid #000;
  color: #000; }
  @media (min-width: 551px) {
    .heroCarousel-countdown {
      font-size: 16px; } }
  @media (min-width: 768px) {
    .heroCarousel-countdown {
      margin-bottom: 25px; } }
  @media (min-width: 1025px) {
    .heroCarousel-countdown {
      margin-bottom: 35px; } }

.heroCarousel-description {
  margin: 0 0 20px;
  color: #000;
  font-weight: 500;
  font-size: 16px; }
  @media (min-width: 768px) {
    .heroCarousel-description {
      margin-bottom: 20px; } }
  @media (min-width: 992px) {
    .heroCarousel-description {
      margin-bottom: 30px; } }
  @media (min-width: 1025px) {
    .heroCarousel-description {
      margin-bottom: 35px; } }

.heroCarousel-action {
  min-width: 160px;
  border-width: 1px;
  border-color: #fff;
  color: #fff; }
  .heroCarousel-action:hover {
    color: #000;
    background: #fff; }
  @media (max-width: 991px) {
    .heroCarousel-action {
      border-color: #000;
      color: #fff;
      background: #000; }
      .heroCarousel-action:hover {
        color: #fff;
        background: #000; } }
  @media (min-width: 551px) {
    .heroCarousel-action {
      display: inline-block; } }

#modal-review-form {
  width: 100%;
  max-width: 1024px; }
  #modal-review-form .modal-body {
    padding: 40px; }

.writeReview-productDetails {
  position: relative; }
  @media (min-width: 768px) {
    .writeReview-productDetails {
      padding-left: 15px;
      padding-right: 15px;
      width: 45.83333%;
      float: left; } }
  @media (max-width: 767px) {
    .writeReview-productDetails {
      text-align: center; } }
  .writeReview-productDetails img {
    margin-bottom: 23px;
    margin-left: auto;
    margin-right: auto;
    display: block; }
    @media (max-width: 767px) {
      .writeReview-productDetails img {
        max-width: 200px; } }
  .writeReview-productDetails .product-brand {
    margin: 0 0 11px;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center; }
  .writeReview-productDetails .product-title {
    margin-top: 0;
    text-transform: none;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 400;
    margin-bottom: 20px; }

@media (min-width: 768px) {
  .writeReview-form {
    padding-left: 15px;
    padding-right: 15px;
    width: 54.16667%;
    float: left; } }

.writeReview-form .btn.btn-primary {
  width: 100%;
  max-width: 204px; }

.account--addReturn .table {
  display: block;
  margin-bottom: 3rem; }
  @media (min-width: 480px) {
    .account--addReturn .table {
      display: table;
      margin-bottom: 6rem; } }
  .account--addReturn .table tr {
    display: block;
    padding: 1.5rem 0; }
    @media (min-width: 480px) {
      .account--addReturn .table tr {
        display: table-row;
        padding: 0; } }
  .account--addReturn .table th,
  .account--addReturn .table td {
    display: block;
    padding: 0; }
    @media (min-width: 480px) {
      .account--addReturn .table th,
      .account--addReturn .table td {
        display: table-cell;
        padding-bottom: 0.76923rem;
        padding-top: 0.76923rem; } }
    .account--addReturn .table th + th,
    .account--addReturn .table th + td,
    .account--addReturn .table td + th,
    .account--addReturn .table td + td {
      padding-left: 0; }
      @media (min-width: 480px) {
        .account--addReturn .table th + th,
        .account--addReturn .table th + td,
        .account--addReturn .table td + th,
        .account--addReturn .table td + td {
          padding-left: 1.5rem; } }
  .account--addReturn .table .return-itemTitle + .definitionList {
    margin-top: 0.15385rem; }
  @media (min-width: 480px) {
    .account--addReturn .table .return-itemPrice {
      text-align: center; } }
  @media (min-width: 480px) {
    .account--addReturn .table .return-itemQuantity {
      text-align: right; } }

.account--addReturn .table-thead {
  display: none; }
  @media (min-width: 480px) {
    .account--addReturn .table-thead {
      display: table-header-group; } }
  .account--addReturn .table-thead th {
    font-size: 15px; }
  .account--addReturn .table-thead th:first-child {
    width: 60%; }

.account--addReturn .table-tbody {
  display: block; }
  @media (min-width: 480px) {
    .account--addReturn .table-tbody {
      display: table-row-group; } }

.return-itemName {
  font-size: 15px;
  font-weight: 700; }
  @media (min-width: 480px) {
    .return-itemName {
      font-size: 1rem;
      font-weight: 400; } }

.return-itemPrice {
  color: #a5a5a5;
  margin-bottom: 0.38462rem; }
  @media (min-width: 480px) {
    .return-itemPrice {
      color: inherit;
      margin-bottom: 0;
      text-align: center; } }

.return-itemQuantity .form-label {
  display: inline;
  margin-right: 0.38462rem; }
  @media (min-width: 480px) {
    .return-itemQuantity .form-label {
      border: 0;
      clip: rect(1px, 1px, 1px, 1px);
      height: 1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; } }

.account--addReturn-row {
  margin: 0 -15px;
  max-width: none;
  width: auto;
  margin: 0 -1rem; }
  .account--addReturn-row:before, .account--addReturn-row:after {
    content: " ";
    display: table; }
  .account--addReturn-row:after {
    clear: both; }

.account--addReturn-column {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  float: left;
  padding: 0 1rem; }
  @media (min-width: 480px) {
    .account--addReturn-column {
      width: 50%; } }

/*
.productCarousel { // 1
    @include grid-row(
        $behavior: nest
    );
}

.productCarousel-slide { // 1
    @include grid-column(6);

    @include breakpoint("small") {
        width: grid-calc(4, $total-columns);
    }

    @include breakpoint("medium") {
        width: grid-calc(3, $total-columns);
    }

    @include breakpoint("large") {
        width: grid-calc(2, $total-columns);
    }

    .card {
        margin-bottom: 0;
    }
}
*/
.quickView {
  padding: 40px; }
  .quickView:before, .quickView:after {
    content: " ";
    display: table; }
  .quickView:after {
    clear: both; }
  .quickView article.responsive-tabs,
  .quickView article.productView-description {
    display: none; }
  .quickView .productView--quickView .productView-images {
    margin-bottom: 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      .quickView .productView--quickView .productView-images {
        width: 45% !important; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .quickView .productView--quickView .productView-details {
      width: 55% !important;
      padding-left: 38px;
      padding-bottom: 0 !important; } }
  @media (max-width: 991px) {
    .quickView .productView-options .form {
      display: block; } }
  @media (max-width: 991px) {
    .quickView [data-wishlist-add] > button {
      float: none;
      position: static;
      width: 100%;
      max-width: 300px; } }
  @media (max-width: 480px) {
    .quickView [data-wishlist-add] > button {
      max-width: 100%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .quickView .productView-options .qty-add-wrap input#form-action-addToCart {
      margin-bottom: 0; } }

.productReviews-list {
  list-style: none;
  margin-left: 0;
  font-size: 0; }
  .productReviews-list ul,
  .productReviews-list ol {
    list-style: none;
    margin-bottom: 0; }

.productReview {
  display: block;
  float: none;
  font-size: 1rem;
  vertical-align: top;
  margin-bottom: 36px;
  width: 100%; }
  .productReview + .productReview {
    border-top: 1px dotted #e0e0e0;
    padding-top: 36px; }

.productReview-title {
  margin: 0;
  text-transform: none;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  letter-spacing: 0.02em;
  display: inline-block;
  margin-right: 14px; }

.productReview-author {
  color: #000;
  opacity: 0.6;
  padding-top: 4px;
  padding-bottom: 14px;
  margin-bottom: 0;
  font-style: italic; }

.productReview-rating {
  display: inline-block;
  margin-bottom: 0.38462rem; }
  @media (max-width: 480px) {
    .productReview-rating {
      display: block;
      margin-top: 7px; } }

.productReview-ratingNumber {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.productReview-body {
  margin-bottom: 1.4em; }

#productReviews-content .pagination-list {
  margin-bottom: 30px; }
  #productReviews-content .pagination-list li {
    padding-left: 0;
    padding-right: 0; }
    #productReviews-content .pagination-list li a {
      padding-left: 0;
      padding-right: 0; }
    #productReviews-content .pagination-list li + li {
      margin-left: 20px; }

[data-product-reviews] .alert {
  margin-bottom: 30px; }

[data-product-reviews] a.btn {
  margin-bottom: 37px;
  width: 100%;
  max-width: 185px; }

.price--rrp,
.price--discounted {
  text-decoration: line-through;
  color: #969696; }

.price-section--minor {
  color: #a5a5a5; }

.compareTable {
  border-top: 1px solid #e8e8e8;
  table-layout: fixed;
  width: 100%; }

.compareTable-row {
  vertical-align: top; }
  .compareTable-row + .compareTable-row .compareTable-heading,
  .compareTable-row + .compareTable-row .compareTable-item {
    border-top: 1px solid #e8e8e8; }
  .compareTable-row + .compareTable-row .compareTable-heading:empty {
    border-top: 0; }

.compareTable-heading {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  padding: 25px 1rem 25px;
  position: relative;
  text-align: right;
  width: 0;
  font-weight: 600; }
  @media (min-width: 768px) {
    .compareTable-heading {
      width: 25%; } }
  @media (max-width: 767px) {
    .compareTable-heading {
      padding-left: 0;
      padding-right: 0; } }

.compareTable-headingText {
  white-space: nowrap; }
  @media (min-width: 768px) {
    .compareTable-headingText {
      position: inherit;
      top: inherit; } }

.compareTable-item {
  padding: 25px 1rem 25px; }
  @media (max-width: 767px) {
    .compareTable-item {
      padding-top: 55px; } }

.compareTable-removeProduct {
  background-color: #f2f2f2;
  border-radius: 50%;
  height: 2.5rem;
  position: absolute;
  right: -1rem;
  top: -1rem;
  transition: background-color 0.15s ease;
  width: 2.5rem;
  text-align: center; }
  .compareTable-removeProduct .icon {
    fill: #4f4f4f;
    height: 1.5rem;
    margin-top: 0.53846rem;
    width: 1.5rem; }

.compareTable-product {
  font-weight: 400;
  padding: 2.03846rem 1rem 1.23077rem; }
  .compareTable-product .card-text a {
    color: #848484;
    display: inline-block;
    margin-bottom: 5px; }
  .compareTable-product .card-title {
    margin-bottom: 10px;
    line-height: 20px;
    font-size: 13px; }
    .compareTable-product .card-title a {
      color: #000; }
  .compareTable-product .card {
    margin-bottom: 0; }
  .compareTable-product .card-body {
    min-height: 6rem;
    padding-top: 1rem; }
  .compareTable-product .price-section {
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 7px;
    color: black; }
    .compareTable-product .price-section .price--rrp {
      margin-right: 12px;
      color: #969696; }
      .compareTable-product .price-section .price--rrp ~ .price--withoutTax {
        font-weight: 700;
        color: #e7040f; }

.compareTable-action {
  padding: 0 1rem 1rem; }
  .compareTable-action .btn {
    width: 100%;
    max-width: 170px; }
  @media (max-width: 767px) {
    .compareTable-action .btn {
      white-space: normal;
      padding: 6px 15px 7px;
      height: auto; } }

.blocker {
  background: rgba(255, 255, 255, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 500; }

.blocker-container {
  position: relative; }

.textTruncate {
  padding-bottom: 1.5rem;
  position: relative;
  transition: max-height 100ms ease-out; }

.js .textTruncate {
  max-height: 110px;
  overflow: hidden; }

.js .textTruncate--visible {
  max-height: 76.92308rem; }

.textTruncate-viewMore {
  background-color: white;
  bottom: 0;
  padding-top: 10px;
  position: absolute;
  width: 100%; }

.toggle {
  border-top: 1px solid #e8e8e8;
  margin-bottom: 2.26923rem; }
  .toggle:last-of-type {
    margin-bottom: 4.53846rem; }

.toggle-title {
  margin-bottom: 2.26923rem; }

.toggleLink {
  color: #464646; }
  .toggleLink:hover {
    color: #2d2d2d; }
  .toggle-title .toggleLink {
    float: right;
    line-height: 24px; }

.toggleLink-text {
  font-size: 1rem;
  font-weight: 400; }

.toggleLink-text--off {
  display: inline-block; }
  .toggleLink.is-open .toggleLink-text--off {
    display: none; }

.toggleLink-text--on {
  display: none; }
  .toggleLink.is-open .toggleLink-text--on {
    display: inline-block; }

.toggle-content {
  display: none; }
  .toggle-content.is-open {
    display: block; }

.facetedSearch-toggle {
  margin: 0 auto;
  max-width: 92.30769rem;
  width: 100%;
  border: #e8e8e8 solid;
  border-radius: 2px;
  border-width: 1px;
  display: block;
  margin-bottom: 2.03846rem;
  padding: 1rem; }
  .facetedSearch-toggle:before, .facetedSearch-toggle:after {
    content: " ";
    display: table; }
  .facetedSearch-toggle:after {
    clear: both; }
  @media (min-width: 768px) {
    .facetedSearch-toggle {
      display: none !important; } }
  .facetedSearch-toggle.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 15px; }

.facetedSearch-toggle-text,
.facetedSearch-toggle-indicator {
  display: block;
  font-weight: normal; }

.facetedSearch-toggle-text {
  padding-left: 15px;
  padding-right: 15px;
  width: 58.33333%;
  float: left;
  padding: 0;
  text-align: left; }

.facetedSearch-toggle-indicator {
  padding-left: 15px;
  padding-right: 15px;
  width: 41.66667%;
  float: left;
  font-weight: bold;
  padding: 0;
  text-align: right; }

.facetedSearch-navList {
  display: none; }
  @media (min-width: 768px) {
    .facetedSearch-navList {
      display: block !important; } }
  .facetedSearch-navList.is-open {
    display: block; }
    .facetedSearch-navList.is-open .accordion--navList,
    .facetedSearch-navList.is-open .accordion-block:first-child .accordion-navigation {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      @media (max-width: 767px) {
        .facetedSearch-navList.is-open .accordion--navList,
        .facetedSearch-navList.is-open .accordion-block:first-child .accordion-navigation {
          border: 0; } }
  .facetedSearch-toggle + .facetedSearch-navList,
  .sidebarBlock + .facetedSearch-navList {
    margin-top: 2.03846rem; }
  .facetedSearch-toggle + .facetedSearch-navList.is-open,
  .sidebarBlock + .facetedSearch-navList.is-open {
    margin-top: -1px; }
    @media (min-width: 768px) {
      .facetedSearch-toggle + .facetedSearch-navList.is-open,
      .sidebarBlock + .facetedSearch-navList.is-open {
        margin-top: 2.03846rem; } }
  .facetedSearch-navList .navList--inner {
    margin-left: 1.5rem; }
  .facetedSearch-navList .accordion--navList .accordion-navigation-actions {
    top: 16px; }
  @media (max-width: 767px) {
    .facetedSearch-navList h5.side-module-heading {
      margin-bottom: 0;
      border-bottom: 0;
      padding-bottom: 12px;
      font-size: 13px;
      padding-left: 0; }
    .facetedSearch-navList .accordion--navList .accordion-navigation-actions {
      top: 12px;
      right: 0; } }
  .facetedSearch-navList .accordion--navList .accordion-indicator {
    visibility: visible;
    width: 20px;
    height: 20px; }
  .facetedSearch-navList a.toggleLink {
    display: inline-block;
    margin-top: 10px; }

.facet-quick-heading {
  text-transform: capitalize; }

.facetedSearch-optionColumns {
  column-count: 3;
  column-gap: 20px; }

.facetedSearch-refineFilters {
  display: none; }
  @media (min-width: 768px) {
    .facetedSearch-refineFilters {
      display: block; } }
  .facetedSearch-refineFilters ul.inlineList {
    margin-bottom: 10px; }

#facetedSearch-navList .accordion-content {
  padding-bottom: 30px; }

#facetedSearch-navList .accordion-content > ul.navList li a {
  border: 0 !important;
  color: black; }
  #facetedSearch-navList .accordion-content > ul.navList li a:hover {
    color: #777777; }

#facetedSearch-navList .accordion-content > ul.navList li a::before {
  position: static;
  display: inline-block;
  vertical-align: -3px;
  margin-right: 3px; }

#facetedSearch-navList .accordion-content > ul.navList li a:hover span:not(.navList-action-close) {
  border-bottom: 1px dotted #777777; }

#facetedSearch-navList .accordion--navList .accordion-block {
  margin: 0px;
  clear: both; }
  #facetedSearch-navList .accordion--navList .accordion-block:last-of-type {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    #facetedSearch-navList .accordion--navList .accordion-block {
      margin-bottom: 0; } }
  #facetedSearch-navList .accordion--navList .accordion-block .accordion-title {
    line-height: 1.1; }

#facetedSearch-navList .form-minMaxRow {
  margin-bottom: 15px; }
  #facetedSearch-navList .form-minMaxRow .form-field {
    width: 50%; }
  #facetedSearch-navList .form-minMaxRow ~ .form-inlineMessage {
    padding-bottom: 15px; }

#facetedSearch-navList .rating--small {
  display: inline; }

.fluid-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex: 1;
  margin-left: -15px;
  margin-right: -15px; }

.banner-item {
  padding: 0 15px 30px; }
  .banner-item a {
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden; }
    .banner-item a img:not(.overlay) {
      -moz-transition: 1s ease 0s;
      -webkit-transition: 1s ease 0s;
      transition: 1s ease 0s; }
    .banner-item a img.overlay {
      position: absolute;
      top: 0;
      left: 0;
      transition: none !important;
      transform: none !important; }
    .banner-item a:hover img:not(.overlay) {
      -moz-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }

/*Home Top Banners*/
.halo-banner {
  display: block;
  position: relative; }
  .halo-banner.halo-top-banner {
    padding-top: 50px;
    padding-bottom: 50px; }
  .halo-banner.halo-middle-banner {
    padding-top: 50px; }
    @media (max-width: 991px) {
      .halo-banner.halo-middle-banner {
        padding-top: 30px; } }
    .halo-banner.halo-middle-banner .container {
      padding-left: 0;
      padding-right: 0; }
  .halo-banner.halo-full-width-banner {
    padding-bottom: 30px; }
    .halo-banner.halo-full-width-banner .container {
      padding-left: 0;
      padding-right: 0; }
    @media (max-width: 991px) {
      .halo-banner.halo-full-width-banner {
        padding-top: 0; } }
  @media (min-width: 768px) {
    .halo-banner.halo-top-banner {
      padding-top: 40px; }
    .halo-banner.halo-middle-banner {
      padding-top: 60px; }
      .halo-banner.halo-middle-banner .container {
        padding-left: 15px;
        padding-right: 15px; } }
  @media (min-width: 1025px) {
    .halo-banner.halo-top-banner {
      padding-top: 50px; }
    .halo-banner.halo-middle-banner {
      padding-top: 100px; }
      .halo-banner.halo-middle-banner .container {
        padding-left: 30px;
        padding-right: 30px; }
    .halo-banner.halo-full-width-banner .container {
      padding-left: 30px;
      padding-right: 30px; } }
  .halo-banner.halo-bottom-banner {
    padding: 50px 0 20px; }
  @media (min-width: 992px) {
    .halo-banner.halo-middle-banner {
      padding-top: 0;
      padding-bottom: 70px; } }
  @media (max-width: 992px) {
    .halo-banner.halo-middle-banner {
      padding-top: 0;
      padding-bottom: 20px; } }
  @media (min-width: 1600px) {
    .halo-banner.halo-top-banner {
      padding-top: 50px; }
    .halo-banner.halo-middle-banner {
      padding-top: 0;
      padding-bottom: 70px; }
      .halo-banner.halo-middle-banner .container {
        padding-left: 75px;
        padding-right: 75px; }
    .halo-banner.halo-full-width-banner .container {
      padding-left: 75px;
      padding-right: 75px; } }

.halo-banner-header {
  width: 100%;
  display: block;
  position: relative;
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center; }
  .halo-banner-header .title {
    margin: 0;
    color: #000;
    line-height: 1.3;
    position: relative;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 0.02em; }
  @media (min-width: 768px) {
    .halo-banner-header {
      margin-bottom: 40px; }
      .halo-banner-header .title {
        font-size: 22px; } }
  @media (min-width: 1025px) {
    .halo-banner-header {
      margin-bottom: 50px; }
      .halo-banner-header .title {
        font-size: 24px; } }

.halo-banner-footer {
  display: none;
  text-align: center; }
  .halo-banner-footer .link-hover {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-weight: 600;
    color: #191919;
    text-transform: unset;
    letter-spacing: .02em;
    line-height: 1.75;
    position: relative; }
    .halo-banner-footer .link-hover::before {
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      height: 1px;
      display: block;
      width: 100%;
      background-color: #191919; }
    .halo-banner-footer .link-hover::after {
      transition: all .3s ease;
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      height: 1px;
      display: block;
      width: 0;
      background-color: #ef9ba6;
      transition: all .3s ease; }
    .halo-banner-footer .link-hover:hover {
      color: #ef9ba6; }
      .halo-banner-footer .link-hover:hover::before {
        background-color: #191919; }
      .halo-banner-footer .link-hover:hover::after {
        width: 100%;
        background-color: #ef9ba6;
        transition: all .3s ease; }
  @media (min-width: 1280px) {
    .halo-banner-footer {
      display: block;
      margin-top: 30px; } }
  @media (min-width: 1600px) {
    .halo-banner-footer {
      margin-top: 80px; } }

.halo-banner-with-text {
  display: block;
  font-size: 0;
  letter-spacing: 0;
  position: relative;
  margin: 0 -15px; }
  .halo-banner-with-text .item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 0 15px;
    margin: 20px 0 0 0; }
    .halo-banner-with-text .item .image-with-text {
      display: block;
      max-width: 400px;
      position: relative;
      margin: 0 auto; }
    .halo-banner-with-text .item .image {
      display: block;
      position: relative; }
      .halo-banner-with-text .item .image a {
        text-align: center; }
        .halo-banner-with-text .item .image a img {
          width: 100%; }
          .halo-banner-with-text .item .image a img.lazyload, .halo-banner-with-text .item .image a img.lazyloading {
            width: auto;
            margin: 0 auto; }
    .halo-banner-with-text .item .content {
      display: block;
      padding: 20px 15px 15px;
      text-align: center; }
      .halo-banner-with-text .item .content .title {
        font-size: 20px;
        font-weight: bold;
        margin: 0 0 10px 0;
        text-transform: uppercase;
        line-height: 1.3333333; }
      .halo-banner-with-text .item .content .link-hover {
        display: inline-block;
        vertical-align: top;
        font-size: 16px;
        font-weight: 600;
        color: #191919;
        text-transform: unset;
        letter-spacing: .02em;
        line-height: 1.75;
        position: relative; }
        .halo-banner-with-text .item .content .link-hover::before {
          content: '';
          position: absolute;
          left: 0;
          bottom: 0;
          height: 1px;
          display: block;
          width: 100%;
          background-color: #191919; }
        .halo-banner-with-text .item .content .link-hover::after {
          transition: all .3s ease;
          content: '';
          position: absolute;
          left: 0;
          bottom: 0;
          height: 1px;
          display: block;
          width: 0;
          background-color: #ef9ba6;
          transition: all .3s ease; }
        .halo-banner-with-text .item .content .link-hover:hover {
          color: #ef9ba6; }
          .halo-banner-with-text .item .content .link-hover:hover::before {
            background-color: #191919; }
          .halo-banner-with-text .item .content .link-hover:hover::after {
            width: 100%;
            background-color: #ef9ba6;
            transition: all .3s ease; }
    .halo-banner-with-text .item:first-child {
      margin-top: 0; }
  .halo-banner-with-text.halo-banner-with-text-custom {
    overflow: auto;
    white-space: nowrap;
    padding-left: 15px;
    padding-bottom: 5px;
    margin-left: 0;
    margin-right: 0; }
    @media (max-width: 767px) {
      .halo-banner-with-text.halo-banner-with-text-custom {
        padding-left: 0; } }
    .halo-banner-with-text.halo-banner-with-text-custom .item {
      padding-left: 0;
      padding-right: 0;
      width: auto;
      margin-top: 0; }
      .halo-banner-with-text.halo-banner-with-text-custom .item .image-with-text {
        vertical-align: top;
        display: inline-block;
        margin-right: 15px;
        width: 300px; }
      @media (max-width: 767px) {
        .halo-banner-with-text.halo-banner-with-text-custom .item .image {
          height: 390px; }
          .halo-banner-with-text.halo-banner-with-text-custom .item .image img {
            height: 100%; } }
      .halo-banner-with-text.halo-banner-with-text-custom .item .content {
        position: absolute;
        top: 50%;
        left: 0;
        z-index: 6;
        width: 100%;
        padding: 15px;
        transform: translateY(-50%); }
        .halo-banner-with-text.halo-banner-with-text-custom .item .content .title {
          color: #fff;
          margin: 0 0 15px;
          text-transform: capitalize; }
        .halo-banner-with-text.halo-banner-with-text-custom .item .content .link-hover {
          color: #fff; }
          .halo-banner-with-text.halo-banner-with-text-custom .item .content .link-hover:hover {
            color: #ef9ba6; }
          .halo-banner-with-text.halo-banner-with-text-custom .item .content .link-hover::before {
            background-color: #fff; }
  @media (min-width: 551px) {
    .halo-banner-with-text .item .image-with-text {
      max-width: none; } }
  @media (min-width: 768px) {
    .halo-banner-with-text .item {
      width: 50%;
      margin-top: 30px; }
      .halo-banner-with-text .item .image-with-text.image-with-text-custom {
        display: flex;
        flex-direction: column-reverse; }
        .halo-banner-with-text .item .image-with-text.image-with-text-custom .content {
          padding: 15px 15px 20px 15px; }
      .halo-banner-with-text .item .image-with-text + .image-with-text {
        margin-top: 30px; }
      .halo-banner-with-text .item:nth-child(-n+2) {
        margin-top: 0; }
    .halo-banner-with-text.halo-banner-with-text-custom {
      overflow: hidden;
      white-space: normal;
      padding-left: 0;
      padding-right: 0;
      margin-left: -15px;
      margin-right: -15px; }
      .halo-banner-with-text.halo-banner-with-text-custom .item {
        width: 50%;
        padding-left: 15px;
        padding-right: 15px; }
        .halo-banner-with-text.halo-banner-with-text-custom .item .image-with-text {
          margin-right: auto;
          width: 100%; } }
  @media (min-width: 1280px) {
    .halo-banner-with-text .item {
      margin-top: 50px; }
      .halo-banner-with-text .item .content {
        display: block;
        padding: 50px 50px 20px; }
        .halo-banner-with-text .item .content .title {
          font-size: 24px;
          margin-bottom: 25px; }
        .halo-banner-with-text .item .content .link:before {
          bottom: -3px; }
        .halo-banner-with-text .item .content .link:after {
          bottom: -3px; }
      .halo-banner-with-text .item .image-with-text.image-with-text-custom .content {
        padding: 20px 50px 50px; }
      .halo-banner-with-text .item .image-with-text + .image-with-text {
        margin-top: 50px; }
      .halo-banner-with-text .item:nth-child(even) {
        padding-left: 50px;
        padding-right: 50px; }
    .halo-banner-with-text.halo-banner-with-text-custom .item:nth-child(even) {
      padding-top: 50px; } }
  @media (min-width: 1600px) {
    .halo-banner-with-text .item {
      margin-top: 100px; }
      .halo-banner-with-text .item .content {
        padding: 70px 70px 30px; }
        .halo-banner-with-text .item .content .title {
          font-size: 36px; }
      .halo-banner-with-text .item .image-with-text.image-with-text-custom .content {
        padding: 30px 70px 70px; }
      .halo-banner-with-text .item .image-with-text + .image-with-text {
        margin-top: 100px; }
      .halo-banner-with-text .item:nth-child(even) {
        padding-left: 115px;
        padding-right: 115px; }
    .halo-banner-with-text.halo-banner-with-text-custom .item:nth-child(even) {
      padding-top: 100px; } }
  @media (min-width: 1920px) {
    .halo-banner-with-text .item .content {
      padding: 80px 125px 30px; }
    .halo-banner-with-text .item .image-with-text.image-with-text-custom .content {
      padding: 30px 125px 80px; }
    .halo-banner-with-text.halo-banner-with-text-custom .item .content .title {
      font-size: 48px; } }

.halo-banner-with-text2 {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative; }
  .halo-banner-with-text2 .image {
    display: block;
    position: relative;
    overflow: hidden;
    height: auto !important; }
    .halo-banner-with-text2 .image .image-item {
      display: block;
      width: 100%;
      position: relative;
      text-align: center; }
      .halo-banner-with-text2 .image .image-item img {
        position: relative;
        width: 100%; }
        .halo-banner-with-text2 .image .image-item img.lazyload, .halo-banner-with-text2 .image .image-item img.lazyloading {
          width: auto; }
      .halo-banner-with-text2 .image .image-item + .image-item {
        margin-top: 15px; }
  .halo-banner-with-text2 .content {
    position: relative;
    width: 100%;
    max-width: 100%;
    background-color: #ffffff;
    margin: 15px 0 0 0;
    padding: 15px;
    text-align: center;
    white-space: normal;
    border: 1px solid #ebebeb; }
    .halo-banner-with-text2 .content .subtitle {
      display: block;
      text-transform: capitalize;
      position: relative;
      color: #000;
      font-weight: normal;
      line-height: 1.2;
      margin: 0 0 15px 0; }
    .halo-banner-with-text2 .content .title {
      text-transform: capitalize;
      position: relative;
      font-size: 24px;
      font-weight: bold; }
    .halo-banner-with-text2 .content .text {
      color: #000;
      margin: 0 0 26px;
      line-height: 1.75; }
    .halo-banner-with-text2 .content .link-hover {
      display: inline-block;
      vertical-align: top;
      font-size: 16px;
      font-weight: 600;
      color: #191919;
      text-transform: unset;
      letter-spacing: .02em;
      line-height: 1.75;
      position: relative; }
      .halo-banner-with-text2 .content .link-hover::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 1px;
        display: block;
        width: 100%;
        background-color: #191919; }
      .halo-banner-with-text2 .content .link-hover::after {
        transition: all .3s ease;
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 1px;
        display: block;
        width: 0;
        background-color: #ef9ba6;
        transition: all .3s ease; }
      .halo-banner-with-text2 .content .link-hover:hover {
        color: #ef9ba6; }
        .halo-banner-with-text2 .content .link-hover:hover::before {
          background-color: #191919; }
        .halo-banner-with-text2 .content .link-hover:hover::after {
          width: 100%;
          background-color: #ef9ba6;
          transition: all .3s ease; }
  @media (min-width: 551px) {
    .halo-banner-with-text2 .image {
      height: 290px; } }
  @media (min-width: 768px) {
    .halo-banner-with-text2 .image {
      display: flex;
      justify-content: space-between; }
      .halo-banner-with-text2 .image .image-item {
        display: inline-block;
        vertical-align: top;
        width: 50%; }
        .halo-banner-with-text2 .image .image-item + .image-item {
          margin-top: 0;
          margin-left: 10px; }
    .halo-banner-with-text2 .content {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 5;
      width: calc(100% - 30px);
      max-width: 500px;
      transform: translate(-50%, -50%);
      padding: 30px 15px;
      border: 0;
      margin-top: 0;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 992px) {
    .halo-banner-with-text2 .image {
      height: 385px; }
    .halo-banner-with-text2 .content {
      max-width: 500px; }
      .halo-banner-with-text2 .content .title {
        font-size: 36px; } }
  @media (min-width: 1025px) {
    .halo-banner-with-text2 .image {
      height: 550px; }
    .halo-banner-with-text2 .content {
      max-width: 570px;
      padding: 50px; }
      .halo-banner-with-text2 .content .subtitle {
        font-size: 18px;
        margin-bottom: 20px; }
      .halo-banner-with-text2 .content .title {
        margin-bottom: 20px; } }
  @media (min-width: 1600px) {
    .halo-banner-with-text2 .content {
      max-width: 570px;
      padding: 90px 60px 80px 60px; } }
  @media (min-width: 1920px) {
    .halo-banner-with-text2 .content .title {
      font-size: 48px; } }

.halo-full-width-banner-wrapper {
  display: block;
  position: relative;
  margin: 0; }
  .halo-full-width-banner-wrapper .image {
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: auto; }
    .halo-full-width-banner-wrapper .image img {
      display: none;
      width: 100%;
      height: 100%;
      object-fit: cover; }
      .halo-full-width-banner-wrapper .image img.img-mobile {
        display: block; }
      .halo-full-width-banner-wrapper .image img.lazyload, .halo-full-width-banner-wrapper .image img.lazyloading {
        width: auto;
        height: auto;
        object-fit: contain; }
    .halo-full-width-banner-wrapper .image:after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 5;
      background-color: rgba(30, 30, 30, 0.1); }
  .halo-full-width-banner-wrapper .content {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 6;
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    padding: 0 15px;
    white-space: normal;
    transform: translate(-50%, -50%); }
    .halo-full-width-banner-wrapper .content .title {
      position: relative;
      font-size: 24px;
      font-weight: bold;
      color: #fff;
      text-transform: unset; }
    .halo-full-width-banner-wrapper .content .link-hover {
      display: inline-block;
      vertical-align: top;
      font-size: 16px;
      font-weight: 600;
      color: #fff;
      text-transform: unset;
      letter-spacing: .02em;
      line-height: 1.75;
      position: relative; }
      .halo-full-width-banner-wrapper .content .link-hover::before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 1px;
        display: block;
        width: 100%;
        background-color: #fff; }
      .halo-full-width-banner-wrapper .content .link-hover::after {
        transition: all .3s ease;
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 1px;
        display: block;
        width: 0;
        background-color: #ef9ba6;
        transition: all .3s ease; }
      .halo-full-width-banner-wrapper .content .link-hover:hover {
        color: #ef9ba6; }
        .halo-full-width-banner-wrapper .content .link-hover:hover::before {
          background-color: #191919; }
        .halo-full-width-banner-wrapper .content .link-hover:hover::after {
          width: 100%;
          background-color: #ef9ba6;
          transition: all .3s ease; }
  .halo-full-width-banner-wrapper .product-point {
    position: absolute;
    z-index: 6;
    pointer-events: auto; }
    .halo-full-width-banner-wrapper .product-point .point {
      width: 26px;
      height: 26px;
      color: #ffffff;
      font-size: 22px;
      line-height: 22px;
      text-align: center;
      border-radius: 50%;
      display: inline-block;
      vertical-align: top;
      cursor: pointer;
      pointer-events: auto;
      position: relative;
      background-color: #000; }
      .halo-full-width-banner-wrapper .product-point .point:before {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        z-index: -1;
        position: absolute;
        border-radius: 50%;
        opacity: .3;
        background-color: #000000;
        -webkit-animation: zoom-animation 1.4s ease-in-out infinite;
        animation: zoom-animation 1.4s ease-in-out infinite; }
  .halo-full-width-banner-wrapper ~ .product-popup {
    display: none;
    position: relative; }
    .halo-full-width-banner-wrapper ~ .product-popup .close-product {
      position: absolute;
      top: 0;
      right: 0;
      font-size: 30px;
      font-weight: 200;
      text-shadow: none;
      opacity: 1;
      z-index: 10;
      background: #000;
      width: 30px;
      height: 30px;
      text-align: center;
      line-height: 30px;
      color: #000; }
    .halo-full-width-banner-wrapper ~ .product-popup .card {
      background: #ffffff;
      width: 280px;
      max-width: 300px;
      box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1); }
    .halo-full-width-banner-wrapper ~ .product-popup .card-figure .card-link .card-img-container {
      max-width: 100%; }
    .halo-full-width-banner-wrapper ~ .product-popup .card-figure .card-link .card-image {
      height: 100%;
      object-fit: cover; }
    .halo-full-width-banner-wrapper ~ .product-popup .card-body .card-body-content {
      padding: 10px; }
    .halo-full-width-banner-wrapper ~ .product-popup.is-open {
      display: block;
      position: absolute;
      z-index: 21; }
  @media (min-width: 551px) {
    .halo-full-width-banner-wrapper .image {
      height: 360px; }
      .halo-full-width-banner-wrapper .image img {
        display: block; }
        .halo-full-width-banner-wrapper .image img.img-mobile {
          display: none; }
    .halo-full-width-banner-wrapper ~ .product-popup .close-product {
      right: -40px;
      color: #000;
      font-size: 40px;
      line-height: 1;
      width: auto;
      height: auto;
      background: transparent; }
    .halo-full-width-banner-wrapper ~ .product-popup .card {
      width: 215px; }
    .halo-full-width-banner-wrapper ~ .product-popup .card-body .card-body-content {
      padding: 15px 20px; } }
  @media (min-width: 992px) {
    .halo-full-width-banner-wrapper .image {
      height: 480px; }
    .halo-full-width-banner-wrapper .content {
      max-width: 500px; }
      .halo-full-width-banner-wrapper .content .title {
        font-size: 45px; } }
  @media (min-width: 1025px) {
    .halo-full-width-banner-wrapper .image {
      height: 720px; }
    .halo-full-width-banner-wrapper .content {
      text-align: left;
      left: calc(100% / 7);
      transform: translateY(-50%); }
      .halo-full-width-banner-wrapper .content .title {
        font-size: 36px;
        margin-bottom: 20px; } }
  @media (min-width: 1600px) {
    .halo-full-width-banner-wrapper .content {
      left: calc((100% - 1300px)/ 2); } }
  @media (min-width: 1920px) {
    .halo-full-width-banner-wrapper .image {
      height: 970px; }
    .halo-full-width-banner-wrapper .content .title {
      font-size: 45px; } }

.halo-banner[data-bottom-banner] {
  background-color: #f5f5f5; }
  .halo-banner[data-bottom-banner] .col-image,
  .halo-banner[data-bottom-banner] .col-content {
    display: block;
    position: relative; }
  .halo-banner[data-bottom-banner] .col-image {
    width: 100%; }
    .halo-banner[data-bottom-banner] .col-image .image {
      height: 100%; }
    .halo-banner[data-bottom-banner] .col-image img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .halo-banner[data-bottom-banner] .col-content {
    margin: 0 auto;
    padding: 30px 15px 10px 15px; }
    .halo-banner[data-bottom-banner] .col-content .content-wrapper {
      width: 100%;
      display: block;
      position: relative;
      margin: 0;
      padding: 0;
      max-width: 520px; }
    .halo-banner[data-bottom-banner] .col-content .subtitle {
      display: inline-block;
      vertical-align: top;
      position: relative;
      font-weight: normal;
      color: #000;
      margin: 0 0 15px 0;
      text-transform: unset; }
      .halo-banner[data-bottom-banner] .col-content .subtitle:before {
        content: '';
        position: absolute;
        bottom: -3px;
        width: 100%;
        height: 1px;
        background: #000; }
    .halo-banner[data-bottom-banner] .col-content .title {
      font-size: 24px;
      color: #000;
      line-height: 1.53333333333;
      text-transform: unset;
      margin: 0; }
    .halo-banner[data-bottom-banner] .col-content .descriptions {
      margin-top: 15px;
      margin-bottom: 0;
      color: #000;
      line-height: 28px; }
    .halo-banner[data-bottom-banner] .col-content a.button {
      margin-top: 15px; }
  @media (min-width: 768px) {
    .halo-banner[data-bottom-banner] {
      display: flex;
      align-items: stretch;
      justify-content: space-between; }
      .halo-banner[data-bottom-banner] .col-image,
      .halo-banner[data-bottom-banner] .col-content {
        display: inline-block;
        vertical-align: top;
        width: 50%; }
      .halo-banner[data-bottom-banner] .col-content {
        padding: 60px 30px; } }
  @media (min-width: 1025px) {
    .halo-banner[data-bottom-banner] .col-image .image {
      height: auto; }
    .halo-banner[data-bottom-banner] .col-image img {
      width: 100%;
      height: auto;
      object-fit: unset; }
    .halo-banner[data-bottom-banner] .col-content {
      padding: 80px 50px; }
      .halo-banner[data-bottom-banner] .col-content .subtitle {
        margin-bottom: 17px; }
      .halo-banner[data-bottom-banner] .col-content .title {
        font-size: 30px; }
      .halo-banner[data-bottom-banner] .col-content .descriptions {
        margin-top: 25px; }
      .halo-banner[data-bottom-banner] .col-content a.button {
        min-width: 200px;
        margin-top: 35px; } }
  @media (min-width: 1600px) {
    .halo-banner[data-bottom-banner] .col-content {
      padding-top: 12%;
      padding-bottom: 12%;
      padding-left: 130px;
      padding-right: 130px; }
      .halo-banner[data-bottom-banner] .col-content .descriptions {
        margin-top: 40px; }
      .halo-banner[data-bottom-banner] .col-content a.button {
        margin-top: 47px; } }

/*Home Custom Banners*/
#homeCustomBanners {
  padding-bottom: 0; }
  #homeCustomBanners .container {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 34px;
    margin-bottom: 19px; }
  #homeCustomBanners .banner-item {
    width: 50%;
    padding: 0 15px 50px;
    text-align: center; }
    @media (max-width: 767px) {
      #homeCustomBanners .banner-item {
        width: 100%; } }
    #homeCustomBanners .banner-item img {
      transform: none; }
    #homeCustomBanners .banner-item a.btn {
      width: 100%;
      max-width: 180px;
      margin: -24px auto 0;
      padding: 0.7rem 1rem 0.8rem;
      font-size: 14px;
      letter-spacing: 0.1em; }

.facetLabel {
  background: #f2f2f2;
  border-radius: 4px;
  padding: 0.15385rem 0.53846rem 0.15385rem 0.69231rem;
  text-decoration: none; }
  .facetLabel .icon {
    width: 12px;
    height: 12px;
    display: inline-block;
    fill: #464646;
    position: relative;
    top: -1px; }

[data-cart-page-title] span {
  font-weight: 400;
  color: #777777;
  font-size: 14px;
  margin-left: 5px; }

[data-cart-content] {
  background: #fafafa; }
  [data-cart-content] table.cart {
    width: 100%;
    display: flex;
    flex-direction: column; }

.cart-header {
  display: flex;
  width: 100%;
  padding: 0 46px; }
  @media (max-width: 960px) {
    .cart-header {
      padding-right: 20px; } }
  .cart-header tr {
    display: flex;
    width: 100%; }
    .cart-header tr th.cart-header-item {
      width: 20%;
      padding: 15px 0px;
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 0.05em; }
      @media (min-width: 901px) and (max-width: 960px) {
        .cart-header tr th.cart-header-item {
          width: 140px; } }
      @media (min-width: 768px) and (max-width: 900px) {
        .cart-header tr th.cart-header-item {
          width: 110px; } }
      @media (max-width: 767px) {
        .cart-header tr th.cart-header-item {
          display: none; } }
      .cart-header tr th.cart-header-item:first-child {
        width: 40%; }
        @media (min-width: 901px) and (max-width: 960px) {
          .cart-header tr th.cart-header-item:first-child {
            width: calc(100% - 420px); } }
        @media (min-width: 768px) and (max-width: 900px) {
          .cart-header tr th.cart-header-item:first-child {
            width: calc(100% - 330px); } }
      .cart-header tr th.cart-header-item.cart-header-itemprice {
        text-align: center;
        max-width: 150px;
        margin-left: calc(20% - 150px); }
      .cart-header tr th.cart-header-item.cart-header-quantity {
        text-align: center; }
      .cart-header tr th.cart-header-item:last-child {
        max-width: 150px;
        padding-left: 0;
        padding-right: 0;
        text-align: center; }

.cart-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px; }
  @media (max-width: 767px) {
    .cart-list {
      padding: 0;
      background: #fff; } }
  .cart-list .cart-item {
    display: flex;
    align-items: start;
    background: #fff;
    padding: 26px;
    margin-bottom: 20px; }
    @media (max-width: 960px) {
      .cart-list .cart-item {
        padding-right: 0; } }
    @media (max-width: 767px) {
      .cart-list .cart-item {
        flex-wrap: wrap;
        padding: 20px 0;
        border-bottom: 1px dotted #cbcbcb;
        margin-bottom: 0; } }
    .cart-list .cart-item td.cart-item-block {
      width: 20%; }
      @media (min-width: 901px) and (max-width: 960px) {
        .cart-list .cart-item td.cart-item-block {
          width: 140px; } }
      @media (min-width: 768px) and (max-width: 900px) {
        .cart-list .cart-item td.cart-item-block {
          width: 110px; } }
      @media (max-width: 767px) {
        .cart-list .cart-item td.cart-item-block {
          width: 100%;
          max-width: 100% !important; } }
      .cart-list .cart-item td.cart-item-block .cart-item-label {
        display: none; }
        @media (max-width: 767px) {
          .cart-list .cart-item td.cart-item-block .cart-item-label {
            display: inline-block;
            font-weight: 700;
            font-size: 12px;
            margin: 0; } }
      .cart-list .cart-item td.cart-item-block.cart-item-figure {
        width: 120px;
        border: 1px solid #ececec;
        text-align: center; }
        @media (min-width: 901px) and (max-width: 960px) {
          .cart-list .cart-item td.cart-item-block.cart-item-figure {
            width: 140px; } }
        @media (min-width: 768px) and (max-width: 900px) {
          .cart-list .cart-item td.cart-item-block.cart-item-figure {
            width: 110px; } }
        @media (max-width: 767px) {
          .cart-list .cart-item td.cart-item-block.cart-item-figure {
            width: 120px; } }
        @media (max-width: 320px) {
          .cart-list .cart-item td.cart-item-block.cart-item-figure {
            width: 80px; } }
      .cart-list .cart-item td.cart-item-block.cart-item-title {
        width: calc(40% - 120px);
        padding-left: 30px; }
        @media (min-width: 901px) and (max-width: 960px) {
          .cart-list .cart-item td.cart-item-block.cart-item-title {
            width: calc(100% - 560px); } }
        @media (min-width: 768px) and (max-width: 900px) {
          .cart-list .cart-item td.cart-item-block.cart-item-title {
            width: calc(100% - 440px); } }
        @media (max-width: 767px) {
          .cart-list .cart-item td.cart-item-block.cart-item-title {
            width: calc(100% - 120px); } }
        @media (max-width: 320px) {
          .cart-list .cart-item td.cart-item-block.cart-item-title {
            width: calc(100% - 80px);
            padding-left: 20px; } }
        .cart-list .cart-item td.cart-item-block.cart-item-title .cart-item-brand {
          font-family: "Open Sans", Arial, Helvetica, sans-serif;
          font-size: 12px;
          text-transform: uppercase;
          letter-spacing: 0.05em;
          font-weight: 700;
          margin-top: -4px;
          margin-bottom: 4px; }
        .cart-list .cart-item td.cart-item-block.cart-item-title .cart-item-name {
          font-size: 12px;
          font-weight: 400;
          margin: 0;
          font-family: "Open Sans", Arial, Helvetica, sans-serif;
          letter-spacing: 0.02em;
          line-height: 20px;
          margin-bottom: 8px; }
        .cart-list .cart-item td.cart-item-block.cart-item-title .definitionList {
          margin-bottom: 6px; }
          .cart-list .cart-item td.cart-item-block.cart-item-title .definitionList .definitionList-key {
            color: #777777; }
          .cart-list .cart-item td.cart-item-block.cart-item-title .definitionList .definitionList-value {
            font-weight: 400; }
        .cart-list .cart-item td.cart-item-block.cart-item-title a[data-item-edit] {
          color: #e7040f; }
          .cart-list .cart-item td.cart-item-block.cart-item-title a[data-item-edit]:hover {
            color: #000; }
        .cart-list .cart-item td.cart-item-block.cart-item-title .cart-item-options--giftWrapping {
          padding-top: 11px; }
          .cart-list .cart-item td.cart-item-block.cart-item-title .cart-item-options--giftWrapping .cart-item-option-title i.icon-gift-wrap {
            display: none; }
          .cart-list .cart-item td.cart-item-block.cart-item-title .cart-item-options--giftWrapping .cart-item-option-title span {
            display: block;
            padding-bottom: 4px; }
          .cart-list .cart-item td.cart-item-block.cart-item-title .cart-item-options--giftWrapping .cart-item-option-title a[data-item-giftwrap] {
            font-style: italic;
            border-bottom: 1px dotted #000;
            font-weight: 400;
            padding-left: 1px; }
      .cart-list .cart-item td.cart-item-block.cart-item-itemprice {
        text-align: right;
        font-weight: 700;
        font-size: 14px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 19px;
        text-align: center;
        max-width: 150px;
        margin-left: calc(20% - 150px); }
        @media (max-width: 767px) {
          .cart-list .cart-item td.cart-item-block.cart-item-itemprice {
            padding-left: 0;
            padding-right: 0;
            margin-left: 0;
            display: flex;
            justify-content: space-between;
            align-items: center; }
            .cart-list .cart-item td.cart-item-block.cart-item-itemprice .cart-item-value {
              position: relative;
              top: -1px; } }
      .cart-list .cart-item td.cart-item-block.cart-item-quantity {
        text-align: center;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 8px; }
        @media (min-width: 768px) and (max-width: 960px) {
          .cart-list .cart-item td.cart-item-block.cart-item-quantity .form-increment {
            display: flex;
            flex-direction: column-reverse; } }
        .cart-list .cart-item td.cart-item-block.cart-item-quantity .form-increment .form-input--incrementTotal {
          margin-left: -4px;
          margin-right: -4px; }
          @media (min-width: 768px) and (max-width: 991px) {
            .cart-list .cart-item td.cart-item-block.cart-item-quantity .form-increment .form-input--incrementTotal {
              min-width: auto;
              width: 5rem; } }
          @media (min-width: 768px) and (max-width: 960px) {
            .cart-list .cart-item td.cart-item-block.cart-item-quantity .form-increment .form-input--incrementTotal {
              width: 100%;
              border-width: 0 1px;
              text-align: center;
              margin: -1px 0; } }
        @media (min-width: 768px) and (max-width: 960px) {
          .cart-list .cart-item td.cart-item-block.cart-item-quantity .form-increment button {
            display: block;
            width: 100%;
            height: 36px;
            border-radius: 2px; } }
        @media (max-width: 767px) {
          .cart-list .cart-item td.cart-item-block.cart-item-quantity {
            padding-top: 19px;
            padding-left: 0;
            padding-right: 0;
            display: flex;
            justify-content: space-between;
            align-items: center; } }
      .cart-list .cart-item td.cart-item-block.cart-item-pricetotal {
        padding-top: 19px;
        display: flex;
        justify-content: space-between; }
        @media (min-width: 768px) and (max-width: 960px) {
          .cart-list .cart-item td.cart-item-block.cart-item-pricetotal {
            flex-direction: column;
            align-items: center; } }
        @media (max-width: 767px) {
          .cart-list .cart-item td.cart-item-block.cart-item-pricetotal {
            padding-left: 0;
            padding-right: 0;
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap; } }
        .cart-list .cart-item td.cart-item-block.cart-item-pricetotal .cart-remove-button a {
          width: auto;
          height: auto; }
          .cart-list .cart-item td.cart-item-block.cart-item-pricetotal .cart-remove-button a svg {
            fill: #e7040f;
            width: 21px;
            height: 21px; }
          @media (min-width: 768px) {
            .cart-list .cart-item td.cart-item-block.cart-item-pricetotal .cart-remove-button a span {
              display: none; } }
        @media (min-width: 768px) and (max-width: 960px) {
          .cart-list .cart-item td.cart-item-block.cart-item-pricetotal .cart-remove-button {
            margin-top: 15px; } }
        @media (max-width: 767px) {
          .cart-list .cart-item td.cart-item-block.cart-item-pricetotal .cart-remove-button {
            width: 100%;
            text-align: right;
            margin-top: 15px; }
            .cart-list .cart-item td.cart-item-block.cart-item-pricetotal .cart-remove-button span {
              color: #e7040f;
              vertical-align: middle;
              padding-left: 5px; } }
        .cart-list .cart-item td.cart-item-block.cart-item-pricetotal .cart-item-value {
          width: 100%;
          max-width: 150px;
          text-align: center;
          font-weight: 700;
          font-size: 14px; }
          @media (max-width: 767px) {
            .cart-list .cart-item td.cart-item-block.cart-item-pricetotal .cart-item-value {
              width: auto;
              text-align: right;
              position: relative;
              top: -1px; } }

[data-cart-bottom] {
  width: 50%;
  float: right;
  background: #fafafa;
  clear: both;
  margin-top: 20px;
  padding: 20px; }
  [data-cart-bottom] > div {
    background: #fff;
    padding: 0 20px;
    max-width: 100%; }
    @media (max-width: 767px) {
      [data-cart-bottom] > div {
        padding-left: 0;
        padding-right: 0; } }
    [data-cart-bottom] > div[data-cart-totals] {
      padding-top: 2px;
      padding-bottom: 10px; }
    [data-cart-bottom] > div.cart-additionalCheckoutButtons {
      padding-bottom: 25px; }
  @media (min-width: 901px) and (max-width: 991px) {
    [data-cart-bottom] {
      width: 70%; } }
  @media (max-width: 900px) {
    [data-cart-bottom] {
      width: 100%; } }
  @media (max-width: 767px) {
    [data-cart-bottom] {
      padding: 0; } }

[data-cart-totals] {
  overflow: hidden;
  padding: 10px 0px 5px; }
  @media (max-width: 767px) {
    [data-cart-totals] {
      border: 0;
      padding-left: 0;
      padding-right: 0; } }

.cart-totals {
  width: 100%;
  margin-bottom: 0;
  text-align: right;
  list-style: none;
  margin-left: 0;
  /* @include breakpoint('large') {
        width: grid-calc(5, $total-columns);
    }
    @media (max-width: 767px) {
        width: 100%;
    } */ }
  .cart-totals ul,
  .cart-totals ol {
    list-style: none;
    margin-bottom: 0; }

.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;
    width: 75%;
    vertical-align: top; }
  .cart-total .form-select {
    margin-bottom: 0.76923rem;
    padding: 0.53846rem 0.76923rem; }
  .cart-total .form-inlineMessage {
    text-align: left; }
  .cart-total:first-child .cart-total-value {
    font-size: 1.23077rem;
    font-weight: 700; }

.cart-total-label {
  display: block;
  width: 33.33333%;
  width: 50%;
  padding-left: 0;
  text-align: left; }

.cart-total-value {
  width: 50%;
  text-align: right; }

.cart-total-label,
.cart-total-value {
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  float: left;
  padding: 17px 0 16px;
  color: #000; }

.cart-total-grandTotal {
  font-size: 1.38462rem;
  font-weight: 700;
  position: relative; }
  @media (min-width: 768px) {
    .cart-total-grandTotal {
      padding: 1rem 0; } }

.cart-total:last-child > div {
  padding-top: 22px; }

.cart-total:last-child > div.cart-total-grandTotal {
  padding-top: 21px; }

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.shipping-estimate-hide,
.gift-certificate-add,
.gift-certificate-cancel {
  padding: 0;
  transition: color .15s ease;
  color: #e7040f;
  font-weight: 400;
  font-size: 12px; }
  .coupon-code-add:hover,
  .coupon-code-cancel:hover,
  .shipping-estimate-show:hover,
  .shipping-estimate-hide:hover,
  .gift-certificate-add:hover,
  .gift-certificate-cancel:hover {
    text-decoration: none; }
    .coupon-code-add:hover span,
    .coupon-code-cancel:hover span,
    .shipping-estimate-show:hover span,
    .shipping-estimate-hide:hover span,
    .gift-certificate-add:hover span,
    .gift-certificate-cancel:hover span {
      border-bottom: 1px dotted #e7040f; }

.shipping-estimate-value {
  font-weight: 700;
  font-size: 14px; }

.coupon-code-cancel,
.shipping-estimate-hide {
  font-size: 12px; }

.coupon-form,
.cart-gift-certificate-form {
  font-size: 0;
  margin-bottom: 40px; }
  .coupon-form:before, .coupon-form:after,
  .cart-gift-certificate-form:before,
  .cart-gift-certificate-form:after {
    content: " ";
    display: table; }
  .coupon-form:after,
  .cart-gift-certificate-form:after {
    clear: both; }
  .coupon-form .form-input,
  .coupon-form .btn,
  .cart-gift-certificate-form .form-input,
  .cart-gift-certificate-form .btn {
    float: left; }
  .coupon-form .form-input,
  .cart-gift-certificate-form .form-input {
    width: 78%; }
    @media (max-width: 320px) {
      .coupon-form .form-input,
      .cart-gift-certificate-form .form-input {
        width: 100%; } }
  .coupon-form .btn,
  .cart-gift-certificate-form .btn {
    width: 20%;
    margin: 0 0 0 2%;
    padding-right: 0.76923rem;
    padding-left: 0.76923rem; }
    @media (max-width: 320px) {
      .coupon-form .btn,
      .cart-gift-certificate-form .btn {
        width: 100%;
        margin: 10px 0 0 0; } }

.estimator-form {
  margin-bottom: 20px; }
  .estimator-form .form-input {
    width: 100%;
    margin-bottom: 0.76923rem; }
  .estimator-form .btn-primary {
    width: 75%; }
    @media (max-width: 320px) {
      .estimator-form .btn-primary {
        width: 100%; } }
  .estimator-form ~ .shipping-quotes {
    padding-bottom: 20px; }

.estimator-form-label {
  font-weight: 400;
  float: left;
  clear: both;
  margin-bottom: 0; }
  .estimator-form-label .form-label:not(.estimator-form-label-text) {
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 2.46154rem;
    margin-top: 2px;
    margin-bottom: 0; }

.estimator-form-input {
  float: right;
  width: 75%;
  margin-bottom: 15px; }
  .estimator-form-input .form-input,
  .estimator-form-input .form-select {
    margin-bottom: 0; }
  @media (max-width: 320px) {
    .estimator-form-input {
      width: 100%;
      float: none;
      clear: both; } }

.estimator-form-input--price {
  width: 30%; }

.estimator-form-row:before, .estimator-form-row:after {
  content: " ";
  display: table; }

.estimator-form-row:after {
  clear: both; }

.estimator-form-toggleUPSRate {
  display: block;
  margin-bottom: 1em; }

.shipping-quotes .btn.select-shipping-quote {
  margin-bottom: 15px; }

.cart-actions {
  clear: both;
  width: 100%;
  max-width: 41.66667%;
  float: right; }
  .cart-actions:before, .cart-actions:after {
    content: " ";
    display: table; }
  .cart-actions:after {
    clear: both; }
  @media (max-width: 767px) {
    .cart-actions {
      padding-top: 0;
      max-width: 60%; } }
  @media (max-width: 480px) {
    .cart-actions {
      max-width: 100%; } }
  .cart-actions .btn.btn-checkout.btn-lg {
    font-size: 13px;
    width: 100%;
    max-width: 100%;
    padding: 13px 27px;
    margin-bottom: 20px;
    height: 52px;
    font-size: 16px;
    line-height: 25px; }
  .cart-actions .checkoutMultiple {
    display: inline-block;
    float: none;
    clear: right;
    margin-bottom: 20px; }
    .cart-actions .checkoutMultiple > span {
      border-bottom: 1px dotted #000; }
    .cart-actions .checkoutMultiple:hover > span {
      border-bottom-color: #777777; }

.cart-additionalCheckoutButtons {
  text-align: right;
  clear: both; }
  .cart-additionalCheckoutButtons:before, .cart-additionalCheckoutButtons:after {
    content: " ";
    display: table; }
  .cart-additionalCheckoutButtons:after {
    clear: both; }
  .cart-additionalCheckoutButtons .FloatRight:before, .cart-additionalCheckoutButtons .FloatRight:after {
    content: " ";
    display: table; }
  .cart-additionalCheckoutButtons .FloatRight:after {
    clear: both; }
  .cart-additionalCheckoutButtons .FloatRight p {
    float: none !important;
    margin: 0px 0 9px; }
  .cart-additionalCheckoutButtons > div {
    display: inline-block;
    width: 100%;
    text-align: center; }

.triangle-with-shadow {
  position: absolute;
  top: -15px;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 15px;
  display: none; }

.triangle-with-shadow::before {
  position: absolute;
  top: 11px;
  left: 50%;
  width: 16px;
  height: 16px;
  margin-left: -8px;
  content: '';
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border: 1px solid #d0d0d0;
  background: #fff;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2); }

.triangle-with-shadow.triangle-grey::before {
  background: #f5f5f5; }
  @media (max-width: 480px) {
    .triangle-with-shadow.triangle-grey::before {
      background: #fff; } }

#cart-preview-dropdown {
  position: absolute;
  z-index: 1000;
  top: 100%;
  right: 0px;
  left: auto;
  display: none;
  width: 100%;
  width: 320px;
  min-height: 81px;
  margin-top: 10px;
  padding: 0;
  border-radius: 0;
  background: white;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); }
  @media (max-width: 991px) {
    #cart-preview-dropdown {
      margin-top: 0; } }
  @media (max-width: 480px) {
    #cart-preview-dropdown {
      border-radius: 0;
      margin-top: 0; } }
  #cart-preview-dropdown .triangle-with-shadow {
    display: none; }
  #cart-preview-dropdown .triangle-with-shadow::before {
    right: 53px;
    left: auto;
    margin: 0; }
    @media (max-width: 991px) {
      #cart-preview-dropdown .triangle-with-shadow::before {
        right: 15px; } }
  #cart-preview-dropdown .cart-preview-inner {
    width: 100%;
    border-radius: 3px; }
    @media (max-width: 480px) {
      #cart-preview-dropdown .cart-preview-inner {
        border-radius: 0; } }
  #cart-preview-dropdown .cart-total-label {
    width: 67%;
    text-align: right;
    color: #000;
    letter-spacing: 0.02em;
    font-size: 12px; }
    @media (max-width: 480px) {
      #cart-preview-dropdown .cart-total-label {
        text-align: left; } }
  #cart-preview-dropdown .cart-total-value {
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    width: 33%;
    text-align: right;
    font-weight: 700; }
  #cart-preview-dropdown .preview-cart-grand-total .cart-total-value {
    font-size: 18px; }
  #cart-preview-dropdown .preview-cart-titles {
    min-height: 36px;
    padding: 8px 20px 6px;
    background: #f5f5f5; }
    #cart-preview-dropdown .preview-cart-titles > div {
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      font-size: 11px;
      font-weight: 700;
      float: left;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      color: #000; }
      #cart-preview-dropdown .preview-cart-titles > div.item-info {
        width: 53%;
        text-align: left; }
      #cart-preview-dropdown .preview-cart-titles > div.item-price {
        width: 17%;
        text-align: center; }
      #cart-preview-dropdown .preview-cart-titles > div.item-qty {
        width: 13%;
        text-align: center;
        padding-left: 15px; }
      #cart-preview-dropdown .preview-cart-titles > div.item-total {
        width: 17%;
        text-align: right; }
    @media (max-width: 480px) {
      #cart-preview-dropdown .preview-cart-titles {
        display: none; } }
  @media (max-width: 480px) {
    #cart-preview-dropdown .previewCartItem-name {
      width: 100%; } }
  #cart-preview-dropdown .cart-additionalCheckoutButtons > div {
    text-align: center;
    display: block;
    max-width: 100%; }
  @media (max-width: 480px) {
    #cart-preview-dropdown .previewCartAction-checkoutMultiple {
      width: 100%;
      text-align: center;
      max-width: 100%; }
    #cart-preview-dropdown .cart-additionalCheckoutButtons > div {
      text-align: center; } }

#top-cart.is-open #cart-preview-dropdown {
  display: block; }

.previewCartList {
  overflow: hidden;
  width: 100%;
  margin: 0; }

.previewCartItem {
  overflow: hidden;
  padding: 20px 20px 20px; }
  .previewCartItem + .previewCartItem {
    border-top: 1px solid #ebebeb; }
  .previewCartItem > div {
    float: left;
    letter-spacing: 0; }
    .previewCartItem > div.item-info {
      width: 100%; }
    .previewCartItem > div.item-price {
      font-family: "Arimo", Arial, Helvetica, sans-serif;
      font-size: 14px;
      width: 17%;
      text-align: center;
      font-weight: 700;
      padding-top: 12px; }
    .previewCartItem > div.item-qty {
      font-family: "Arimo", Arial, Helvetica, sans-serif;
      width: 13%;
      font-size: 12px;
      text-align: center;
      padding-left: 15px;
      padding-top: 13px; }
    .previewCartItem > div.item-total {
      font-family: "Arimo", Arial, Helvetica, sans-serif;
      font-size: 14px;
      width: 17%;
      text-align: right;
      padding-top: 12px; }
  @media (max-width: 480px) {
    .previewCartItem > div {
      display: block;
      padding-top: 4px;
      padding-bottom: 4px;
      text-align: left;
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: center; }
      .previewCartItem > div.item-info {
        width: 100%; }
      .previewCartItem > div.item-qty {
        font-weight: 700;
        width: 100%;
        text-align: left;
        padding-left: 0;
        padding-top: 5px; }
        .previewCartItem > div.item-qty::before {
          content: 'Quantity';
          font-weight: 400; }
      .previewCartItem > div.item-price {
        width: 100%;
        text-align: left; }
        .previewCartItem > div.item-price::before {
          content: 'Price';
          font-weight: 400; }
      .previewCartItem > div.item-total {
        width: 100%;
        text-align: left;
        padding-top: 5px; }
        .previewCartItem > div.item-total::before {
          content: 'Total';
          font-weight: 400; }
        .previewCartItem > div.item-total strong {
          padding-left: 0; } }
  .previewCartItem .price--discounted {
    margin-right: 0 !important; }

.previewCartItem-image,
.previewCartItem-content {
  display: table-cell;
  vertical-align: top; }

.previewCartItem-image {
  float: left;
  border: 1px solid #ebebeb;
  padding: 5px;
  width: 64px;
  height: 64px;
  text-align: center;
  border-radius: 2px; }
  .previewCartItem-image img {
    max-height: 54px; }

.previewCartItem-name {
  float: left;
  width: calc(100% - 64px);
  text-align: left;
  padding-left: 15px; }
  .previewCartItem-name h6 {
    font-family: "Arimo", Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: 1.5em;
    margin: 0;
    margin-bottom: 7px;
    letter-spacing: 0;
    text-transform: none;
    color: black; }
  .previewCartItem-name a:hover {
    color: #777777; }
  .previewCartItem-name > a {
    text-decoration: none; }

.previewCartItem-brand {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  letter-spacing: 0.05em;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  margin-top: -5px; }
  .previewCartItem-brand ~ h6 {
    padding-top: 4px; }

.previewCartItem-price {
  font-weight: 700; }
  .previewCartItem-price span {
    font-weight: 400;
    color: #727272; }

.preview-cart-total {
  display: block;
  clear: both;
  padding-right: 20px;
  padding-left: 20px;
  border-top: 1px solid #eaeaea; }

.preview-cart-total > div,
.preview-cart-grand-total > div {
  padding-top: 11px;
  padding-bottom: 11px; }

.preview-cart-grand-total {
  display: block;
  clear: both;
  padding-right: 20px;
  padding-left: 20px;
  border-top: 1px solid #eaeaea; }
  .preview-cart-grand-total > div {
    padding-top: 17px; }
  .preview-cart-grand-total > .cart-total-label {
    padding-top: 20px;
    padding-bottom: 8px; }

.previewCartAction {
  display: block;
  clear: both;
  padding: 20px 20px 10px;
  text-align: right;
  border-top: 1px solid #ebebeb; }
  .previewCartAction > div:not(.clear) {
    margin-bottom: 15px; }
  .previewCartAction .previewCartAction-viewCart {
    width: 100%; }
    .previewCartAction .previewCartAction-viewCart .btn {
      width: 100%;
      margin-right: 0; }
    @media (max-width: 480px) {
      .previewCartAction .previewCartAction-viewCart {
        width: calc(40% - 10px);
        margin-right: 0;
        max-width: 100%;
        float: left; } }
    @media (max-width: 400px) {
      .previewCartAction .previewCartAction-viewCart {
        width: 100%;
        float: none;
        margin-bottom: 10px; } }
  .previewCartAction .previewCartAction-checkout {
    width: 100%; }
    .previewCartAction .previewCartAction-checkout .btn {
      width: 100%;
      max-width: 100%; }
    @media (max-width: 480px) {
      .previewCartAction .previewCartAction-checkout {
        width: calc(60% - 10px);
        max-width: 100%;
        float: right; } }
    @media (max-width: 400px) {
      .previewCartAction .previewCartAction-checkout {
        width: 100%;
        float: none; } }
  .previewCartAction .previewCartAction-checkoutMultiple {
    clear: both;
    display: inline-block;
    width: 100%;
    text-align: center; }
    .previewCartAction .previewCartAction-checkoutMultiple > a {
      border-bottom: 1px dotted #000; }
      .previewCartAction .previewCartAction-checkoutMultiple > a:hover {
        border-color: #777777; }
  .previewCartAction .cart-additionalCheckoutButtons {
    display: inline-block;
    width: 100%;
    text-align: center; }
    @media (max-width: 480px) {
      .previewCartAction .cart-additionalCheckoutButtons {
        max-width: 100%; } }

.previewCartAction-checkout,
.previewCartAction-viewCart {
  display: inline-block; }

.previewCart-emptyBody {
  padding: 20px; }
  .previewCart-emptyBody > .alert {
    margin-bottom: 0; }

.giftWrapping-form .form-actions {
  margin-top: 0; }
  .giftWrapping-form .form-actions .btn {
    width: 100%;
    max-width: 180px; }

.addressList {
  font-size: 0;
  list-style: none;
  margin-left: -0.76923rem;
  margin-right: -0.76923rem; }

.address {
  display: inline-block;
  padding: 0 0.76923rem;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 480px) {
    .address {
      width: 50%; } }
  @media (min-width: 1200px) {
    .address {
      width: 33.33333%; } }

.panel--address {
  font-size: 1rem;
  position: relative; }
  .panel--address .panel-body {
    min-height: 19.23077rem;
    padding: 1.5rem; }
    @media (min-width: 480px) {
      .panel--address .panel-body {
        padding: 1.5rem 1.5rem 4.5rem; } }
  .panel--address .form-actions {
    margin-bottom: -0.76923rem;
    margin-top: 1.5rem;
    text-align: left; }
    @media (min-width: 480px) {
      .panel--address .form-actions {
        bottom: 1.5rem;
        position: absolute;
        width: auto; } }
    .panel--address .form-actions .button {
      margin-bottom: 0.76923rem; }
      .panel--address .form-actions .button + .button {
        margin-left: 0;
        margin-top: 0; }
        @media (min-width: 480px) {
          .panel--address .form-actions .button + .button {
            margin-left: 0.38462rem; } }

.address-title {
  margin: 0 0 0.76923rem;
  text-transform: none; }

.address-details {
  list-style: none;
  margin: 0 0 0.76923rem; }

.address-details--postal {
  font-size: 1rem; }

.address-label,
.address-description {
  display: inline-block;
  font-size: 1rem;
  margin: 0; }

.address-label {
  color: #464646;
  font-weight: 400; }

.panel--newAddress {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newAddress:hover .address-title {
    color: #777777; }
  .panel--newAddress .panel-body {
    background-color: transparent;
    border: 1px solid #e8e8e8;
    display: block; }
  .panel--newAddress .address-title {
    margin-bottom: 0;
    transition: all 0.15s ease; }

.address-addNew {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-55%); }

.address-symbol {
  font-size: 50px;
  line-height: 1; }

.videoGallery-main {
  height: 0;
  margin-bottom: 1.23077rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.92308rem;
  position: relative;
  margin-bottom: 1.88462rem; }
  .videoGallery-main.widescreen {
    padding-bottom: 56.34%; }
  .videoGallery-main.vimeo {
    padding-top: 0; }
  .videoGallery-main iframe,
  .videoGallery-main object,
  .videoGallery-main embed,
  .videoGallery-main video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; }

.videoGallery-list {
  list-style: none;
  margin-left: 0;
  margin: 0 -15px;
  max-width: none;
  width: auto;
  font-size: 0; }
  .videoGallery-list ul,
  .videoGallery-list ol {
    list-style: none;
    margin-bottom: 0; }
  .videoGallery-list:before, .videoGallery-list:after {
    content: " ";
    display: table; }
  .videoGallery-list:after {
    clear: both; }

.videoGallery-item {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  vertical-align: top; }
  @media (min-width: 768px) {
    .videoGallery-item {
      width: 50%; } }

.video {
  display: block;
  margin-bottom: 1.88462rem;
  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.76923rem; }
    .video-figure > img {
      display: block; }
  .video-figure--opposite {
    float: right;
    margin-left: 0.76923rem;
    margin-right: 0; }
  .video-body:before, .video-body:after {
    content: " ";
    display: table; }
  .video-body:after {
    clear: both; }
  @media (min-width: 768px) {
    .video {
      margin-bottom: 1.88462rem; } }
  .video:hover, .video.is-active {
    color: #454545;
    opacity: 1; }

.video-figure {
  margin-right: 1.88462rem; }

.video-title {
  margin-bottom: 0;
  margin-top: 0;
  text-transform: none;
  line-height: 20px;
  letter-spacing: 0;
  font-size: 1rem;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 700; }

.video-description {
  font-size: 1rem;
  margin-bottom: 0; }

@media (min-width: 992px) {
  #previewModal {
    max-width: 992px; } }

@media (min-width: 768px) and (max-width: 991px) {
  #previewModal {
    max-width: 768px; } }

#previewModal .modal-body {
  padding: 37px 50px; }

#previewModal .previewCart {
  display: flex; }
  @media (max-width: 600px) {
    #previewModal .previewCart {
      flex-wrap: wrap;
      flex-direction: column-reverse; } }
  #previewModal .previewCart .productView {
    width: calc(100% - 260px);
    padding-right: 50px;
    display: flex; }
    @media (max-width: 767px) {
      #previewModal .previewCart .productView {
        flex-wrap: wrap; } }
    @media (max-width: 600px) {
      #previewModal .previewCart .productView {
        width: 100%;
        padding-right: 0;
        padding-bottom: 30px; } }
    #previewModal .previewCart .productView .productView-image {
      width: 170px;
      max-height: 170px; }
      #previewModal .previewCart .productView .productView-image img {
        max-height: 100%;
        width: auto; }
      #previewModal .previewCart .productView .productView-image img:hover {
        cursor: default; }
      @media (max-width: 991px) {
        #previewModal .previewCart .productView .productView-image {
          width: 120px;
          max-height: 120px; } }
      @media (max-width: 767px) {
        #previewModal .previewCart .productView .productView-image {
          width: 100%;
          max-height: 100%; } }
      @media (max-width: 600px) {
        #previewModal .previewCart .productView .productView-image {
          border: 0;
          padding: 0; }
          #previewModal .previewCart .productView .productView-image img {
            width: auto;
            max-height: 204px;
            border: 1px solid #e5e5e5;
            padding: 1px; } }
    #previewModal .previewCart .productView .productView-details {
      width: calc(100% - 170px);
      padding-left: 30px; }
      #previewModal .previewCart .productView .productView-details .productView-brand {
        text-transform: uppercase;
        font-family: "Open Sans", Arial, Helvetica, sans-serif;
        letter-spacing: 0.05em;
        line-height: 18px;
        font-size: 12px;
        padding-top: 0px;
        margin-top: -3px;
        margin-bottom: 8px; }
      #previewModal .previewCart .productView .productView-details .productView-title {
        margin: 0;
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 0.02em;
        padding-bottom: 8px;
        font-family: "Arimo", Arial, Helvetica, sans-serif;
        font-weight: 400; }
      #previewModal .previewCart .productView .productView-details .productView-price {
        font-size: 14px;
        padding-bottom: 26px; }
        #previewModal .previewCart .productView .productView-details .productView-price span {
          font-weight: 400; }
      #previewModal .previewCart .productView .productView-details .productView-info {
        padding-bottom: 0; }
        #previewModal .previewCart .productView .productView-details .productView-info .productView-info-name {
          min-width: 50px; }
        #previewModal .previewCart .productView .productView-details .productView-info .productView-info-value {
          margin-bottom: 0.5rem;
          padding-top: 0; }
      @media (max-width: 991px) {
        #previewModal .previewCart .productView .productView-details {
          width: calc(100% - 120px); } }
      @media (max-width: 767px) {
        #previewModal .previewCart .productView .productView-details {
          width: 100%;
          padding-left: 0;
          padding-top: 15px; } }
  #previewModal .previewCart .previewCartCheckout {
    width: 260px;
    text-align: center;
    padding-top: 11px; }
    @media (max-width: 600px) {
      #previewModal .previewCart .previewCartCheckout {
        width: 100%;
        padding-bottom: 30px; } }
    #previewModal .previewCart .previewCartCheckout .btn {
      width: 100%;
      max-width: 100%;
      text-align: center;
      margin-bottom: 13px; }
    #previewModal .previewCart .previewCartCheckout .btn-checkout {
      height: 52px;
      padding-top: 8px;
      line-height: 35px;
      margin-bottom: 10px; }
    #previewModal .previewCart .previewCartCheckout .RemoteCheckout > p {
      margin-bottom: 10px;
      font-style: italic; }
    #previewModal .previewCart .previewCartCheckout p[data-cart-quantity] {
      padding-top: 2px;
      padding-bottom: 17px;
      margin-bottom: 0; }
    #previewModal .previewCart .previewCartCheckout .previewCartCheckout-additionalCheckoutButtons {
      padding-bottom: 10px; }
    #previewModal .previewCart .previewCartCheckout .previewCartCheckout-subtotal {
      padding-top: 3px;
      padding-bottom: calc(0.5rem + 4px);
      margin-bottom: calc(1rem - 2px);
      border-bottom: 1px solid #ebebeb; }
      #previewModal .previewCart .previewCartCheckout .previewCartCheckout-subtotal .previewCartCheckout-price {
        display: block;
        font-size: 22px;
        font-family: "Open Sans", Arial, Helvetica, sans-serif;
        font-weight: 700;
        padding: 14px 0 15px; }
    #previewModal .previewCart .previewCartCheckout .previewCartAction-checkoutMultiple {
      padding-top: 0;
      padding-bottom: 15px; }
      #previewModal .previewCart .previewCartCheckout .previewCartAction-checkoutMultiple a {
        border-bottom: 1px dotted #000; }
        #previewModal .previewCart .previewCartCheckout .previewCartAction-checkoutMultiple a:hover {
          border-color: #777777; }

.previewCart {
  overflow: hidden; }

.suggestiveCart {
  text-align: center;
  clear: both;
  padding-top: 20px;
  margin-top: 30px;
  position: relative;
  overflow: hidden;
  border-top: 2px solid; }
  .suggestiveCart > h4 {
    text-align: left;
    margin: 0 0 25px;
    font-size: 14px;
    font-weight: 700;
    color: calc(stencilColor('color-textHeading') - #323232);
    padding-top: 2px;
    text-transform: uppercase; }
  .suggestiveCart .productGrid {
    position: static;
    margin: 0;
    width: 100%;
    font-size: 12px; }
    .suggestiveCart .productGrid .owl-stage-outer {
      margin: 0 -15px;
      padding: 0; }
    .suggestiveCart .productGrid .prod-item {
      border: none;
      padding: 15px 15px 0 !important;
      text-align: center; }
      .suggestiveCart .productGrid .prod-item .prod-image {
        height: auto !important; }
      .suggestiveCart .productGrid .prod-item .prod-desc {
        text-align: center; }
        .suggestiveCart .productGrid .prod-item .prod-desc a.btn {
          min-width: 50px;
          white-space: normal;
          height: auto; }
        .suggestiveCart .productGrid .prod-item .prod-desc .btnWL {
          display: none !important; }
        .suggestiveCart .productGrid .prod-item .prod-desc .prod-brand {
          margin: 0 0 10px; }
  .suggestiveCart .owl-nav {
    position: absolute;
    right: 0;
    top: 19px;
    border: none !important;
    box-shadow: none !important;
    margin: 0 !important; }
    .suggestiveCart .owl-nav > div {
      position: relative;
      top: auto;
      left: auto;
      right: auto;
      display: inline-block;
      transform: none;
      line-height: 1.25;
      text-align: right;
      width: 35px !important;
      height: auto !important;
      border: none !important;
      background: none !important; }
      .suggestiveCart .owl-nav > div:before {
        font-size: 16px;
        background: none !important;
        font-family: "FontAwesome";
        width: auto;
        height: auto; }
      .suggestiveCart .owl-nav > div.owl-prev:before {
        content: "\f053"; }
      .suggestiveCart .owl-nav > div.owl-next:before {
        content: "\f054"; }

.maintenanceNotice {
  background-color: #fffdea;
  box-shadow: 0 0 5px #a5a5a5;
  color: #454545;
  left: 1.15385rem;
  padding: 1rem 1.30769rem;
  position: fixed;
  top: 1.15385rem;
  width: 24rem;
  z-index: 500; }
  .maintenanceNotice > :last-child {
    margin-bottom: 0; }
  .maintenanceNotice a {
    color: #454545; }

.maintenanceNotice-header {
  font-family: "Open Sans";
  margin: 0 0 0.76923rem; }

body.hasAdminBar {
  padding-top: 101px; }
  @media (min-width: 768px) {
    body.hasAdminBar {
      padding-top: 0; }
      body.hasAdminBar .banners {
        margin-top: 46px; }
      body.hasAdminBar .header {
        padding-top: 0; } }
  body.hasAdminBar .header {
    padding-top: 46px; }
  body.hasAdminBar .navPages-container.is-open {
    padding-top: 101px; }

.adminBar {
  background-color: white;
  box-shadow: 0 0.15385rem 0.53846rem 0 rgba(0, 0, 0, 0.2);
  color: #626568;
  float: left;
  font-family: "Source Sans Pro", arial, "sans serif", sans-serif;
  font-size: 14px;
  font-weight: 600;
  height: 46px;
  left: 0;
  position: fixed;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 10000; }

.adminBar-logo {
  background-color: #273a8a;
  float: left;
  height: 46px;
  width: 45px; }
  .adminBar-logo svg {
    height: 100%;
    padding: 7px 10px 11px 7px;
    width: 100%; }

.adminBar-content {
  align-items: center;
  display: flex;
  height: 46px;
  justify-content: space-between;
  margin-left: 45px;
  padding: 17px 20.5px 14px 20px; }
  .adminBar-content a {
    color: #4b71fc;
    font-weight: 600;
    text-decoration: none; }

.adminBar-private {
  float: right;
  text-align: right; }
  .adminBar-private span {
    white-space: nowrap; }

.preview {
  font-weight: 400;
  padding-left: 9px; }

.cookieMessage {
  background: #e8e8e8;
  color: #454545;
  display: none; }
  .cookieMessage .button {
    width: 100%; }
    @media (min-width: 768px) {
      .cookieMessage .button {
        vertical-align: middle;
        width: 25%; } }
    @media (min-width: 1200px) {
      .cookieMessage .button {
        vertical-align: top; } }

.cookieMessage-container {
  margin: 0 auto;
  padding: 1.5rem; }
  @media (min-width: 768px) {
    .cookieMessage-container {
      width: 83.33333%; } }
  @media (min-width: 1200px) {
    .cookieMessage-container {
      width: 58.33333%; } }

@media (min-width: 768px) {
  .cookieMessage-text {
    display: inline-block;
    padding: 0 0.76923rem;
    vertical-align: middle;
    width: 66.66667%; } }

.login-form {
  padding-top: 19px; }
  .login-form .form-label {
    margin-bottom: 10px; }
  .login-form .form-input {
    max-width: 480px; }
    @media (max-width: 767px) {
      .login-form .form-input {
        max-width: 100%; } }
  .login-form .form-actions {
    text-align: left; }
    .login-form .form-actions input.btn {
      min-width: 135px; }
      @media (max-width: 480px) {
        .login-form .form-actions input.btn {
          width: 100%;
          display: block;
          margin-bottom: 1rem; } }
    .login-form .form-actions input.btn, .login-form .form-actions a.forgot-password {
      display: inline-block;
      vertical-align: middle; }
    .login-form .form-actions a.forgot-password {
      margin-left: 36px;
      border-bottom: 1px dotted #000;
      display: inline; }
      .login-form .form-actions a.forgot-password:hover {
        border-color: #777777; }
      @media (max-width: 480px) {
        .login-form .form-actions a.forgot-password {
          margin-left: 0; } }

@media (min-width: 768px) {
  .page-heading + .login-row > .new-customer {
    margin-top: -39px; } }

@media (max-width: 767px) {
  .new-customer {
    padding-top: 20px; } }

.new-customer .panel {
  background: #fafafa;
  padding: 56px 60px; }
  @media (max-width: 767px) {
    .new-customer .panel {
      padding: 20px 0;
      background-color: #fff; } }

.new-customer .panel-header {
  background: transparent;
  padding-left: 0;
  padding-top: 0; }
  .new-customer .panel-header .panel-title {
    font-size: 14px;
    margin-bottom: 17px;
    color: #e7040f; }
  @media (max-width: 767px) {
    .new-customer .panel-header {
      padding-left: 0;
      padding-right: 0; } }

.new-customer .panel-body {
  background: transparent;
  padding: 0;
  color: #464646; }
  .new-customer .panel-body .btn-checkout {
    min-width: 205px; }
    @media (max-width: 480px) {
      .new-customer .panel-body .btn-checkout {
        max-width: 100%;
        width: 100%; } }
  @media (max-width: 767px) {
    .new-customer .panel-body {
      padding-left: 0;
      padding-right: 0; } }

.new-customer-intro {
  margin-bottom: 10px;
  line-height: 25px; }

.new-customer-fact-list {
  margin-left: 1rem;
  margin-bottom: calc(2.5rem - 4px); }

.new-customer-fact {
  padding-left: 0.76923rem;
  line-height: 25px; }

.search-suggestion {
  margin-bottom: 2.03846rem; }
  .search-suggestion > :last-child {
    margin-bottom: 0; }

.suggestion-title {
  margin-top: 0;
  text-transform: inherit; }

.advancedSearch-form {
  margin-bottom: 3rem; }
  .advancedSearch-form .form-row {
    margin-bottom: -1.5rem; }

.advancedSearch-separator {
  display: none; }

.advancedSearch-title {
  margin: 0 0 1.5rem;
  text-transform: inherit; }

.search-price-range label {
  display: inline; }
  .search-price-range label input {
    display: block;
    padding-left: 1.5rem; }
    @media (min-width: 480px) {
      .search-price-range label input {
        display: inline;
        width: 6rem; } }
  @media (min-width: 480px) {
    .search-price-range label span {
      display: inline;
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.category-suggestion-list {
  margin: 0 -15px;
  max-width: none;
  width: auto;
  list-style-type: none; }
  .category-suggestion-list:before, .category-suggestion-list:after {
    content: " ";
    display: table; }
  .category-suggestion-list:after {
    clear: both; }

.category-suggestion {
  padding-left: 15px;
  padding-right: 15px;
  width: 33.33333%;
  float: left;
  font-size: 15px; }

.search-refine {
  margin-left: 1.5rem; }

.quickSearchMessage {
  font-size: 28px;
  margin: 1.5rem 0 0;
  text-align: center; }

#quickSearch {
  position: relative; }
  @media (max-width: 767px) {
    #quickSearch {
      position: inherit; } }

#quickSearch > .search-toggle {
  display: flex;
  font-size: 0;
  width: 23px; }
  #quickSearch > .search-toggle svg {
    width: 20px;
    height: 20px;
    position: relative;
    fill: white; }
  #quickSearch > .search-toggle svg:first-child {
    display: none; }
  #quickSearch > .search-toggle:hover svg {
    fill: #777777;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }

#quickSearch.is-open > .search-toggle svg:first-of-type {
  display: inline-block;
  width: 22px;
  height: 22px;
  padding: 0; }

#quickSearch.is-open > .search-toggle svg:last-of-type {
  display: none; }

#quickSearch > form {
  width: 320px;
  z-index: 10;
  margin: 0;
  position: absolute;
  right: 0;
  left: auto;
  margin-top: 10px;
  opacity: 0;
  visibility: hidden; }
  @media (max-width: 767px) {
    #quickSearch > form {
      width: 100%;
      left: 0;
      right: 0; } }
  #quickSearch > form .form-field {
    margin: 0;
    position: relative;
    width: 100%;
    max-width: 320px;
    height: 42px;
    background-color: white; }
    @media (max-width: 767px) {
      #quickSearch > form .form-field {
        max-width: 100%; } }
    #quickSearch > form .form-field > label {
      position: absolute;
      top: 0;
      left: 0;
      width: 42px;
      height: 42px;
      padding: 0;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 0;
      transition: none;
      text-align: center; }
      #quickSearch > form .form-field > label svg {
        width: 19px;
        padding: 1px;
        height: 19px;
        fill: #777777;
        /* @media (max-width: 991px) {
                    width: 20px;
                    height: 20px;
                } */ }
      #quickSearch > form .form-field > label:hover svg {
        fill: #777777; }
    #quickSearch > form .form-field input#search_query {
      width: 100%;
      height: 100%;
      padding: 0 15px 0 40px;
      background-color: transparent;
      color: black;
      font-size: 12px;
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      border: 0;
      /* @media (max-width: 991px) {
                padding-left: 50px;
            } */ }
      #quickSearch > form .form-field input#search_query::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #8d8d8d; }
      #quickSearch > form .form-field input#search_query::-moz-placeholder {
        /* Firefox 19+ */
        color: #8d8d8d; }
      #quickSearch > form .form-field input#search_query:-ms-input-placeholder {
        /* IE 10+ */
        color: #8d8d8d; }
      #quickSearch > form .form-field input#search_query:-moz-placeholder {
        /* Firefox 18- */
        color: #8d8d8d; }
    #quickSearch > form .form-field button {
      position: absolute;
      top: 6px;
      right: 6px;
      width: 34px;
      height: 34px;
      padding: 0;
      border: 0;
      transition: none;
      background: #3c3c3c; }
      #quickSearch > form .form-field button:hover {
        background: #e9446e; }
      #quickSearch > form .form-field button svg {
        width: 13px;
        padding: 1px;
        height: 100%;
        fill: #777777;
        /* @media (max-width: 991px) {
                    width: 20px;
                    height: 38px;
                } */ }
      #quickSearch > form .form-field button:hover svg {
        fill: #777777; }

#quickSearch.is-open > form {
  opacity: 1;
  visibility: visible; }

#quickSearch .quickSearchResultsWrap {
  position: absolute;
  width: 100%;
  max-width: 400px;
  min-width: 320px;
  right: 0px;
  z-index: 1000;
  top: auto;
  margin-top: 52px;
  opacity: 0;
  visibility: hidden; }
  @media (max-width: 767px) {
    #quickSearch .quickSearchResultsWrap {
      margin-top: 72px;
      max-width: 100%; } }
  #quickSearch .quickSearchResultsWrap.hasResults {
    opacity: 1;
    visibility: visible; }
  #quickSearch .quickSearchResultsWrap.hasNoResults .quickSearchResults {
    padding: 15px; }
  #quickSearch .quickSearchResultsWrap.hasNoResults .alert {
    margin: 0; }
    #quickSearch .quickSearchResultsWrap.hasNoResults .alert .quickSearchMessage {
      margin: 0;
      font-size: 1rem; }

#quickSearch .quickSearchResults {
  background: #fff;
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #d0d0d0;
  background: #fff;
  padding: 0;
  overflow: hidden;
  max-height: 405px; }
  #quickSearch .quickSearchResults.gm-scrollbar-container .gm-scroll-view {
    max-height: 405px; }
  @media (max-width: 991px) {
    #quickSearch .quickSearchResults {
      margin-top: 0; } }
  #quickSearch .quickSearchResults .productItems {
    margin: 0; }
  #quickSearch .quickSearchResults .productItems > li {
    padding: 0;
    width: 100%;
    list-style: none;
    float: none;
    clear: both;
    padding: 15px;
    overflow: hidden; }
    #quickSearch .quickSearchResults .productItems > li + li {
      border-top: 1px solid #eaeaea; }
    #quickSearch .quickSearchResults .productItems > li:hover {
      background: #f5f5f5; }
    #quickSearch .quickSearchResults .productItems > li article {
      margin: 0;
      padding: 0;
      border: 0; }
      #quickSearch .quickSearchResults .productItems > li article figure {
        float: left;
        width: 20%;
        max-width: 100px;
        text-align: center;
        border-radius: 3px;
        margin: 0;
        background-color: #fff; }
        #quickSearch .quickSearchResults .productItems > li article figure a img {
          max-height: 70px; }
      #quickSearch .quickSearchResults .productItems > li article figcaption {
        float: left;
        margin: 0;
        text-align: left;
        width: 80%;
        padding-left: 15px; }
        #quickSearch .quickSearchResults .productItems > li article figcaption h4 {
          margin: 0 0 8px;
          letter-spacing: 0.02em;
          font-size: 12px;
          font-family: "Arimo", Arial, Helvetica, sans-serif;
          font-weight: 400; }
        #quickSearch .quickSearchResults .productItems > li article figcaption .item-price {
          margin-bottom: 5px;
          color: black;
          font-size: 14px;
          font-family: "Arimo";
          font-weight: 700; }
          #quickSearch .quickSearchResults .productItems > li article figcaption .item-price .price--rrp {
            color: #969696;
            margin-right: 5px; }
            #quickSearch .quickSearchResults .productItems > li article figcaption .item-price .price--rrp ~ .price--withoutTax {
              color: #e7040f;
              font-weight: 700; }

.hasNoResults .gm-scrollbar-container .gm-scroll-view {
  height: 100% !important;
  width: 100% !important;
  overflow: hidden; }

@media (max-width: 767px) {
  #quickSearch > form .form-field {
    max-width: 100%;
    min-height: 62px;
    padding: 0 11px;
    background: #fff; }
    #quickSearch > form .form-field > label {
      min-width: 62px;
      min-height: 62px;
      padding: 0;
      display: flex;
      justify-content: center;
      align-items: center; }
    #quickSearch > form .form-field input#search_query {
      background-color: white;
      border: 0;
      font-size: 13px; }
    #quickSearch > form .form-field button {
      width: 40px;
      height: 40px;
      top: 11px;
      right: 11px; }
      #quickSearch > form .form-field button svg {
        height: 100%;
        padding: 3px; } }

.page-type-search a.navBar-action.toggleLink .toggleLink-text {
  font-weight: 700; }

#search-results-content {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
  #search-results-content .actionBar[data-sort-by] {
    width: 100%;
    text-align: left;
    margin-bottom: 30px; }
    #search-results-content .actionBar[data-sort-by] ~ ul {
      margin-left: 0; }

.navBar--account,
.navBar--sub {
  display: none; }
  @media (min-width: 768px) {
    .navBar--account,
    .navBar--sub {
      display: block; } }
  .navBar--account ul,
  .navBar--sub ul {
    text-align: left; }
    .navBar--account ul li:first-child,
    .navBar--sub ul li:first-child {
      margin-left: 0; }
  .navBar--account ul li a:hover,
  .navBar--sub ul li a:hover {
    text-decoration: none;
    border-bottom: 1px solid #000; }

.account-heading {
  border-bottom: 1px solid #e8e8e8;
  margin: 0;
  padding-bottom: 1rem;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase; }

.account-list {
  list-style: none;
  margin-left: 0; }

.account-listItem {
  border-bottom: 1px solid #e8e8e8;
  padding: 1.5rem 0;
  position: relative; }
  .account-listItem img {
    width: 100%; }
  .account-listItem .account-product-image {
    width: auto; }

.account-listShipping {
  border-bottom: 1px solid #e8e8e8;
  font-weight: 700;
  padding: 2.03846rem 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.76923rem; }
  .account-product-figure > img {
    display: block; }

.account-product-figure--opposite {
  float: right;
  margin-left: 0.76923rem;
  margin-right: 0; }

.account-product-body:before, .account-product-body:after {
  content: " ";
  display: table; }

.account-product-body:after {
  clear: both; }

.account-product-figure {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 2.03846rem 0 0;
  position: relative;
  width: 70px; }

.account-product-download {
  border-radius: 50%;
  height: 2.53846rem;
  padding: 0;
  position: absolute;
  right: -0.76923rem;
  top: -0.76923rem;
  width: 2.53846rem;
  z-index: 1; }
  .account-product-download .icon {
    height: 1.5rem;
    margin-top: 0.38462rem;
    width: 1.5rem; }
  .account-product-download svg {
    fill: white; }

.account-product-body {
  overflow: hidden;
  padding-bottom: 3.53846rem;
  position: relative; }
  @media (min-width: 480px) {
    .account-product-body {
      padding-bottom: 0; } }
  .account-product-body .definitionList {
    font-size: 1rem;
    margin-bottom: 0; }

.account-product-title {
  margin: 0 0 0.15385rem;
  text-transform: inherit;
  letter-spacing: 0;
  font-size: 12px;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-weight: 700; }
  .account-product-title > a {
    text-decoration: none; }
  .account-product-title + .definitionList {
    margin-top: 0.76923rem; }

.account-product-subtitle {
  color: #a5a5a5;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 15px;
  margin: -0.15385rem 0 1rem;
  text-transform: inherit; }

.account-product-price {
  float: right;
  font-size: 15px; }

.account-product-description + .definitionList {
  margin: -1.38462rem 0 1.5rem; }

.account-product-refundQty {
  color: #a5a5a5;
  margin-bottom: 0; }

.account-product-details {
  margin: 0 -15px;
  max-width: none;
  width: auto; }
  .account-product-details:before, .account-product-details:after {
    content: " ";
    display: table; }
  .account-product-details:after {
    clear: both; }

.account-product-detail {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  float: left; }
  @media (min-width: 480px) {
    .account-product-detail {
      width: 33.33333%; } }
  @media (min-width: 1200px) {
    .account-product-detail {
      width: 25%; } }
  .account-product-detail + .account-product-detail {
    margin-top: 1rem; }
    @media (min-width: 480px) {
      .account-product-detail + .account-product-detail {
        margin-top: 0; } }
  @media (min-width: 480px) {
    .account-product-detail + .account-product-detail--full {
      margin-top: 1.5rem; } }

@media (min-width: 1200px) {
  .account-product-detail--large {
    width: 50%; } }

.account-product-detail--full {
  width: 100%; }

.account-product-detail-heading {
  color: #464646;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin: 0 0 0.38462rem; }

.account-product--alignMiddle {
  display: table;
  width: 100%; }
  .account-product--alignMiddle .account-product-checkItem {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 2rem; }
    @media (min-width: 1200px) {
      .account-product--alignMiddle .account-product-checkItem {
        left: -2.5rem; } }
    .account-product--alignMiddle .account-product-checkItem .form-label {
      height: 1.5rem;
      margin: 0;
      padding: 0;
      width: 1.5rem; }
  .account-product--alignMiddle .account-product-figure,
  .account-product--alignMiddle .account-product-body {
    display: table-cell; }
  .account-product--alignMiddle .account-product-figure {
    float: none;
    margin-right: 0; }
    @media (min-width: 1200px) {
      .account-product--alignMiddle .account-product-figure {
        left: -2rem; } }
  .account-product--alignMiddle .account-product-body {
    padding-left: 2rem;
    vertical-align: middle; }
    @media (min-width: 1200px) {
      .account-product--alignMiddle .account-product-body {
        padding-left: 0; } }

.account-orderTotal {
  float: right;
  font-size: 15px;
  margin-top: -1.5rem;
  width: 66.66667%; }

.account-orderTotal-key,
.account-orderTotal-value {
  margin: 0;
  padding: 1.5rem 0; }

.account-orderTotal-key {
  color: #464646;
  float: left;
  font-weight: 400; }
  .account-orderTotal-key:last-of-type {
    position: relative;
    top: 0.30769rem; }

.account-orderTotal-value {
  border-bottom: 1px solid #e8e8e8;
  text-align: right; }
  .account-orderTotal-value:last-child {
    border-bottom: 0;
    font-size: 20px; }

.account-orderStatus {
  bottom: 0;
  left: 0;
  position: absolute; }
  @media (min-width: 480px) {
    .account-orderStatus {
      float: right;
      position: inherit;
      text-align: right; } }

.account-orderStatus-label {
  background-color: #bfbfbf;
  color: white;
  display: inline-block;
  font-size: 11px;
  line-height: 15px;
  margin: 0 0 0.38462rem;
  padding: 0.15385rem 0.53846rem; }

.account-orderStatus-action {
  color: #464646;
  display: inline-block;
  font-size: 11px;
  font-style: italic;
  letter-spacing: 0.25px;
  margin-left: 0.76923rem;
  text-align: right;
  text-decoration: underline;
  vertical-align: top; }
  @media (min-width: 480px) {
    .account-orderStatus-action {
      display: block;
      margin-left: 0; } }
  .account-orderStatus-action:hover {
    color: #2d2d2d; }

.account .pagination {
  color: #a5a5a5;
  margin-top: 3rem;
  text-align: center; }

.account-message .is-read {
  color: #a5a5a5; }

.account-sidebar-block {
  font-size: 1rem; }
  .account-sidebar-block + .account-sidebar-block {
    margin-top: 3rem; }
  .account-sidebar-block .account-heading {
    margin-bottom: 1.5rem; }

.account-order-address {
  list-style: none;
  margin-left: 0; }
  .account-order-address ul,
  .account-order-address ol {
    list-style: none;
    margin-bottom: 0; }

.account-reorder-form {
  display: inline-block; }

.order-payments-description {
  color: #2d2d2d;
  font-weight: 400;
  margin-top: 1.5rem; }

.account-downloads-summary {
  border-bottom: 1px solid #e8e8e8;
  font-size: 15px;
  padding-bottom: 1.5rem; }

.account-downloadsList {
  list-style: none;
  margin-left: 0; }
  .account-downloadsList ul,
  .account-downloadsList ol {
    list-style: none;
    margin-bottom: 0; }

.account-downloadsItem {
  margin-bottom: 1.5rem; }
  .account-downloadsItem > :first-child {
    margin-top: 0; }
  .account-downloadsItem > :last-child {
    margin-bottom: 0; }

.account-downloadsItem-title {
  color: #464646;
  font-size: 15px;
  margin-bottom: 0.15385rem;
  text-transform: inherit; }

.account-downloadsItem-description {
  margin-bottom: 0; }

.account-downloadsItem-availability {
  color: #464646; }

.wishlists-table {
  margin-left: auto;
  margin-right: auto;
  max-width: 92.30769rem;
  margin-top: 0; }

.wishlist-header {
  display: none;
  text-align: center; }

.modal .wishlist-header {
  display: block; }

.wishlist-form {
  margin: 0 auto;
  max-width: 92.30769rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 42.30769rem; }
  .wishlist-form:before, .wishlist-form:after {
    content: " ";
    display: table; }
  .wishlist-form:after {
    clear: both; }
  .wishlist-form .form-field {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    float: left; }

.share-wishlist {
  margin-left: auto;
  margin-right: auto;
  max-width: 50rem;
  text-align: center; }

.page-type-wishlist .prod-item {
  flex-wrap: wrap; }

@media (min-width: 992px) {
  .page-type-wishlist .prod-item {
    margin-bottom: 80px; }
  .page-type-wishlist .prod-item > form {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -55px;
    z-index: 99; } }

@media (max-width: 991px) {
  .page-type-wishlist .prod-item > form {
    margin-top: 10px; } }

.fa.fa-star {
  color: #eeeeee; }

.fa.fa-star.color {
  color: #e7040f; }

.rating--small {
  display: inline-block; }
  .rating--small i.fa {
    font-size: 14px; }

.apple-pay-checkout-button {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 60%;
  border-radius: 0.30769rem;
  cursor: pointer;
  display: none;
  max-height: 4.92308rem;
  min-height: 2.46154rem;
  min-width: 10.30769rem;
  padding: 1.5rem;
  background-color: #000;
  background-image: -webkit-named-image(apple-pay-logo-white); }

.cart-additionalCheckoutButtons .apple-pay-checkout-button {
  margin-top: 0.76923rem; }

.apple-pay-supported .apple-pay-checkout-button {
  display: block; }
  @media (min-width: 480px) {
    .apple-pay-supported .apple-pay-checkout-button {
      display: inline-block;
      float: right; } }

.previewCartCheckout .apple-pay-checkout-button {
  display: block;
  float: none;
  margin-top: 0.76923rem; }

header.header {
  position: relative;
  z-index: 10;
  background-color: #1d611c;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1); }
  @media (max-width: 991px) {
    header.header {
      padding-top: 0; } }
  header.header .header-top {
    padding: 9px 0 9px;
    width: 100%;
    background-color: #1d611c;
    border-bottom: 1px solid black; }
    @media (max-width: 991px) {
      header.header .header-top #mobileAccountSidebar {
        position: relative;
        z-index: 99; } }
    header.header .header-top > .container {
      display: flex;
      flex-wrap: nowrap;
      align-items: center; }
    header.header .header-top .header-top-left {
      width: 30%; }
      header.header .header-top .header-top-left #currency-converter {
        position: relative;
        z-index: 99;
        padding-left: 0; }
        header.header .header-top .header-top-left #currency-converter > a {
          text-transform: uppercase;
          font-family: "Open Sans", Arial, Helvetica, sans-serif;
          font-weight: 600; }
          header.header .header-top .header-top-left #currency-converter > a img {
            vertical-align: -1px;
            margin-right: 10px; }
          header.header .header-top .header-top-left #currency-converter > a .fa {
            margin-left: 10px;
            font-size: 14px;
            opacity: .6; }
        header.header .header-top .header-top-left #currency-converter > ul {
          padding-top: 6px;
          padding-bottom: 6px;
          left: 0 !important;
          right: auto;
          min-width: 200px;
          top: auto !important;
          margin-top: 11px; }
          header.header .header-top .header-top-left #currency-converter > ul > li {
            padding: 0;
            display: block; }
            header.header .header-top .header-top-left #currency-converter > ul > li > a {
              padding: 7px 15px; }
              header.header .header-top .header-top-left #currency-converter > ul > li > a:hover {
                background-color: #f5f5f5;
                text-decoration: none; }
              header.header .header-top .header-top-left #currency-converter > ul > li > a img {
                vertical-align: -1px;
                margin-right: 5px; }
          header.header .header-top .header-top-left #currency-converter > ul > li + li {
            border-top: 1px solid #f5f5f5; }
    header.header .header-top .header-top-center {
      width: 40%; }
      header.header .header-top .header-top-center #animated-promotion ul {
        margin: 0;
        list-style: none; }
        header.header .header-top .header-top-center #animated-promotion ul li {
          color: white;
          text-transform: uppercase;
          font-family: "Open Sans", Arial, Helvetica, sans-serif;
          font-weight: 600; }
          @media (max-width: 480px) {
            header.header .header-top .header-top-center #animated-promotion ul li {
              text-align: center; } }
      @media (max-width: 991px) {
        header.header .header-top .header-top-center #animated-promotion {
          display: none; } }
    header.header .header-top a {
      text-decoration: none; }
    header.header .header-top nav.navUser > ul {
      list-style: none;
      margin: 0;
      display: flex;
      align-items: center; }
      header.header .header-top nav.navUser > ul > li {
        display: inline-block;
        padding: 0px 12px; }
        header.header .header-top nav.navUser > ul > li.last-child {
          padding-right: 0; }
    header.header .header-top nav.navUser > ul > li {
      color: white; }
      header.header .header-top nav.navUser > ul > li:last-child {
        padding-right: 0; }
    header.header .header-top nav.navUser > ul > li > a {
      color: white; }
      header.header .header-top nav.navUser > ul > li > a:hover {
        color: #777777; }
    header.header .header-top .header-top-right {
      width: 30%; }
      @media (max-width: 991px) {
        header.header .header-top .header-top-right {
          width: 70%; } }
      header.header .header-top .header-top-right nav.navUser ul {
        justify-content: flex-end; }
      header.header .header-top .header-top-right #need-help-phone::before {
        display: inline-block;
        width: 14px;
        height: 14px;
        background: url("../img/comment-icon.png") center no-repeat;
        content: "";
        margin-right: 10px;
        vertical-align: -2px; }
      header.header .header-top .header-top-right #need-help-phone a {
        font-weight: 700; }
      header.header .header-top .header-top-right #accountDropdown {
        position: relative; }
        header.header .header-top .header-top-right #accountDropdown > a .fa {
          margin-left: 10px;
          font-size: 14px;
          opacity: .6; }
        header.header .header-top .header-top-right #accountDropdown > ul {
          padding-top: 6px;
          padding-bottom: 6px;
          left: auto !important;
          right: 0;
          min-width: 200px;
          top: auto !important;
          margin-top: 11px;
          text-align: left; }
          header.header .header-top .header-top-right #accountDropdown > ul > li {
            padding: 0;
            display: block; }
            header.header .header-top .header-top-right #accountDropdown > ul > li > a {
              padding: 7px 15px;
              display: block; }
              header.header .header-top .header-top-right #accountDropdown > ul > li > a:hover {
                background-color: #f5f5f5;
                text-decoration: none; }
              header.header .header-top .header-top-right #accountDropdown > ul > li > a img {
                vertical-align: -1px;
                margin-right: 5px; }
          header.header .header-top .header-top-right #accountDropdown > ul > li + li {
            border-top: 1px solid #f3f3f3; }
          @media (max-width: 991px) {
            header.header .header-top .header-top-right #accountDropdown > ul {
              left: auto !important;
              transform: none;
              right: 0; }
              header.header .header-top .header-top-right #accountDropdown > ul .triangle-with-shadow::before {
                left: auto;
                right: 20px; } }
      header.header .header-top .header-top-right #mobileAccountSidebar > a {
        text-transform: uppercase;
        font-weight: 700; }
        header.header .header-top .header-top-right #mobileAccountSidebar > a .fa {
          font-size: 14px;
          margin-right: 6px; }
      header.header .header-top .header-top-right .customer-login > a {
        display: flex; }
        header.header .header-top .header-top-right .customer-login > a svg {
          width: 20px;
          height: 22px;
          fill: white; }
      header.header .header-top .header-top-right .customer-login #dropdown-login {
        text-align: left;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        right: 0;
        width: 100%;
        max-width: 280px;
        margin-left: -20px;
        margin-top: 10px;
        background: #fff;
        z-index: 1000;
        padding: 20px;
        -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
        -moz-transition: all 0.1s ease 0s;
        -webkit-transition: all 0.1s ease 0s;
        transition: all 0.1s ease 0s; }
        header.header .header-top .header-top-right .customer-login #dropdown-login h3 {
          font-size: 14px;
          text-transform: uppercase;
          margin: 3px 0 17px; }
        header.header .header-top .header-top-right .customer-login #dropdown-login .form-field {
          margin-bottom: 10px; }
        header.header .header-top .header-top-right .customer-login #dropdown-login .form-inlineMessage {
          line-height: 20px;
          margin-bottom: 5px; }
        header.header .header-top .header-top-right .customer-login #dropdown-login .form-actions {
          margin-top: 10px; }
          header.header .header-top .header-top-right .customer-login #dropdown-login .form-actions .btn {
            width: 100%;
            height: 3.5em;
            padding: 0.75rem 1rem; }
        header.header .header-top .header-top-right .customer-login #dropdown-login .separated-form a.forgot-password {
          border-bottom: 1px dotted #000;
          margin: 17px 0 30px;
          line-height: 16px;
          display: inline-block; }
          header.header .header-top .header-top-right .customer-login #dropdown-login .separated-form a.forgot-password:hover {
            border-color: #777777; }
        header.header .header-top .header-top-right .customer-login #dropdown-login .separated-form a.btn {
          width: 100%; }
        header.header .header-top .header-top-right .customer-login #dropdown-login > ul {
          margin: -10px 0;
          list-style: none; }
          header.header .header-top .header-top-right .customer-login #dropdown-login > ul li {
            color: black;
            padding: 9px 0 9px 0;
            border-bottom: 1px dotted #e0e0e0; }
            header.header .header-top .header-top-right .customer-login #dropdown-login > ul li:last-child {
              border-bottom: 0; }
            header.header .header-top .header-top-right .customer-login #dropdown-login > ul li a {
              color: black; }
              header.header .header-top .header-top-right .customer-login #dropdown-login > ul li a:hover {
                color: #777777; }
        header.header .header-top .header-top-right .customer-login #dropdown-login.logged-in {
          width: auto;
          min-width: 230px; }
        header.header .header-top .header-top-right .customer-login #dropdown-login .navUser-action--storeCredit i.fa {
          cursor: pointer;
          font-size: 14px;
          float: right;
          position: relative;
          top: 2px; }
        header.header .header-top .header-top-right .customer-login #dropdown-login #storeCredit-dropdown {
          margin: 0;
          transform: none;
          padding: 10px 0 0;
          min-width: 100%; }
          header.header .header-top .header-top-right .customer-login #dropdown-login #storeCredit-dropdown .alert {
            margin-bottom: 0;
            padding: 10px 15px; }
      header.header .header-top .header-top-right .customer-login.is-open #dropdown-login {
        opacity: 1;
        visibility: visible; }
      header.header .header-top .header-top-right .wishlist-link a {
        display: flex;
        color: white; }
        header.header .header-top .header-top-right .wishlist-link a i {
          font-size: 23px; }
      @media (max-width: 991px) {
        header.header .header-top .header-top-right .wishlist-link {
          padding-right: 0; } }
      header.header .header-top .header-top-right #top-cart {
        position: relative;
        padding-right: 15px;
        /* @media (max-width: 480px) {
                    position: inherit;
                } */ }
        @media (max-width: 991px) {
          header.header .header-top .header-top-right #top-cart {
            border-left: 1px solid #5d5d5d;
            padding-right: 0;
            width: 62px;
            position: absolute;
            height: 62px;
            top: calc(100% + 10px);
            padding-left: 0;
            right: 0; } }
        header.header .header-top .header-top-right #top-cart > a {
          display: flex;
          /* &:hover svg {
                        fill: stencilColor('cart-icon-colorHover');
                    } */ }
          @media (max-width: 991px) {
            header.header .header-top .header-top-right #top-cart > a {
              position: relative;
              width: 100%;
              height: 100%;
              justify-content: center;
              align-items: center;
              align-self: stretch; } }
          header.header .header-top .header-top-right #top-cart > a > svg {
            width: 17px;
            height: 22px;
            stroke-width: 0.4px;
            stroke: #fff;
            transition: all 0.3s ease 0s;
            fill: white; }
          header.header .header-top .header-top-right #top-cart > a .countPill {
            position: absolute;
            right: 0;
            top: -8px;
            line-height: 24px;
            display: inline-block;
            min-width: 24px;
            padding: 0 4px;
            text-align: center;
            border-radius: 50%;
            background-color: white;
            color: #1d611c;
            font-size: 12px; }
            @media (max-width: 991px) {
              header.header .header-top .header-top-right #top-cart > a .countPill {
                right: 8px;
                top: 8px; } }

.header-middle > .container {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  @media (max-width: 991px) {
    .header-middle > .container {
      padding-left: 0;
      padding-right: 0;
      position: inherit; } }

.header-middle > .container > .left {
  width: 35%;
  display: flex;
  justify-content: flex-start;
  padding: 30px 0 16px; }
  @media (max-width: 991px) {
    .header-middle > .container > .left {
      width: 30%;
      padding-top: 0;
      padding-bottom: 0;
      align-self: stretch; }
      .header-middle > .container > .left > div {
        width: 100%; } }

.header-middle > .container > .center {
  width: 30%;
  display: flex;
  justify-content: center;
  padding: 30px 0 16px; }
  .header-middle > .container > .center .header-logo {
    margin: 0; }
    .header-middle > .container > .center .header-logo a {
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      font-size: 32px;
      display: flex;
      color: #cbcbcb; }
    @media (max-width: 991px) {
      .header-middle > .container > .center .header-logo {
        padding: 10px 0; }
        .header-middle > .container > .center .header-logo .header-logo-image {
          max-height: 40px; } }
  @media (max-width: 991px) {
    .header-middle > .container > .center {
      padding-top: 0;
      padding-bottom: 0;
      width: 40%; } }

.header-middle > .container > .right {
  width: 35%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 30px 0 16px; }
  @media (max-width: 991px) {
    .header-middle > .container > .right {
      width: 30%;
      padding-top: 0;
      padding-bottom: 0;
      align-self: stretch; } }
  .header-middle > .container > .right > div {
    padding-left: 27px; }
    @media (max-width: 991px) {
      .header-middle > .container > .right > div {
        width: 100%;
        padding: 0;
        display: flex;
        justify-content: center;
        align-self: stretch;
        align-items: center; } }
    @media (max-width: 400px) {
      .header-middle > .container > .right > div {
        padding-left: 0px; }
        .header-middle > .container > .right > div.wishlist-link {
          padding-left: 0;
          padding-left: 15px; } }
  .header-middle > .container > .right .customer-dropdown-login {
    padding-right: 30px;
    border-right: 1px solid #ebebeb; }
    .header-middle > .container > .right .customer-dropdown-login .say-hi {
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      font-weight: 700;
      font-size: 14px;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      padding-bottom: 2px; }

#storeCredit-toggle {
  position: relative; }

#storeCredit-dropdown {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  top: auto !important;
  left: 50% !important;
  min-width: 300px;
  margin-top: 9px;
  padding: 15px 20px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  color: #000;
  border-radius: 3px; }
  @media (max-width: 991px) {
    #storeCredit-dropdown {
      position: static;
      min-width: auto;
      padding: 0 10px;
      transform: none !important;
      border-bottom: 1px solid #e5e5e5; }
      #storeCredit-dropdown .alert {
        margin-bottom: 10px; } }

#home-top-promotion-bar {
  text-align: center;
  min-height: 42px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em; }
  #home-top-promotion-bar a:hover {
    border-bottom: 1px dotted; }

body {
  letter-spacing: 0.02em;
  line-height: 20px; }

/*Off-canvas Navigation*/
@media (max-width: 991px) {
  #st-trigger-effects {
    text-align: center;
    display: flex !important;
    align-content: stretch;
    align-items: stretch;
    border-right: 1px solid #5d5d5d;
    width: 62px;
    height: 62px; }
    #st-trigger-effects a {
      width: 100%;
      height: auto;
      display: flex;
      align-content: center;
      align-items: center;
      justify-content: center;
      font-size: 22px; }
      #st-trigger-effects a svg {
        width: 21px;
        height: 21px;
        fill: white; }
        #st-trigger-effects a svg:last-child {
          display: none; } }

body.st-off-canvas {
  overflow: hidden; }
  body.st-off-canvas #st-trigger-effects svg {
    width: 25px;
    height: 25px; }
  body.st-off-canvas #st-trigger-effects svg:first-child {
    display: none; }
  body.st-off-canvas #st-trigger-effects svg:last-child {
    display: inline-block; }

.st-container,
.st-pusher,
.st-content {
  height: 100%; }

.st-content {
  overflow-y: scroll;
  background: #f3efe0; }

.st-content,
.st-content-inner {
  position: relative; }

.st-container {
  position: relative; }

.st-pusher {
  position: relative;
  left: 0;
  height: 100%;
  -webkit-transition: -webkit-transform .3s;
  -moz-transition: -webkit-transform .3s;
  -ms-transition: -webkit-transform .3s;
  -o-transition: -webkit-transform .3s;
  transition: transform .3s;
  max-width: 100%;
  margin: 0 auto;
  background: #fff; }

.st-pusher::after {
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  content: '';
  /* Opacity for IE8 and lower */
  -webkit-transition: opacity .3s, width .1s .3s, height .1s .3s;
  -moz-transition: opacity .3s, width .1s .3s, height .1s .3s;
  -ms-transition: opacity .3s, width .1s .3s, height .1s .3s;
  -o-transition: opacity .3s, width .1s .3s, height .1s .3s;
  transition: opacity .3s, width .1s .3s, height .1s .3s;
  opacity: 0;
  /*background: rgba(45, 45, 50, .8);*/
  background: rgba(255, 255, 255, 0.5);
  /* Opacity for Modern Browsers */
  filter: alpha(opacity=0); }

.st-menu-open .st-pusher::after {
  width: 100%;
  height: 100%;
  /* Opacity for IE8 and lower */
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 1;
  /* Opacity for Modern Browsers */
  filter: alpha(opacity=100); }

.st-menu {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 380px;
  height: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
  box-shadow: inset -16px -1px 8px -18px #BFBFBF;
  -webkit-box-shadow: inset -16px -1px 8px -18px #BFBFBF;
  -moz-box-shadow: inset -16px -1px 8px -18px #BFBFBF;
  -o-box-shadow: inset -16px -1px 8px -18px #BFBFBF;
  border-right: 1px solid #e5e5e5;
  background: #ffffff; }
  @media (max-width: 400px) {
    .st-menu {
      width: 360px; } }
  @media (max-width: 320px) {
    .st-menu {
      width: 250px; } }

.st-menu::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: '';
  /* Opacity for IE8 and lower */
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
  /* Opacity for Modern Browsers */
  filter: alpha(opacity=100); }

.st-menu-open .st-menu::after {
  width: 0;
  height: 0;
  /* Opacity for IE8 and lower */
  -webkit-transition: opacity .3s, width .1s .3s, height .1s .3s;
  transition: opacity .3s, width .1s .3s, height .1s .3s;
  opacity: 0;
  /* Opacity for Modern Browsers */
  filter: alpha(opacity=0); }

/* content style */
.st-menu ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.st-menu > ul {
  overflow-y: auto;
  height: 100%;
  min-height: 320px; }

.st-menu h2 {
  font-size: 2em;
  font-weight: 300;
  margin: 0;
  padding: 1em;
  color: rgba(0, 0, 0, 0.4);
  -moz-text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  -webkit-text-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.1); }

.st-menu ul li a {
  border-bottom: 1px solid #e5e5e5;
  text-decoration: none !important; }

nav#mobile-customer ul li {
  position: relative; }
  nav#mobile-customer ul li > span.toggle-expand ~ div {
    display: none; }
  nav#mobile-customer ul li > span.toggle-close ~ div {
    display: block;
    position: static !important; }
  nav#mobile-customer ul li#currency-converter.expanded > a {
    border-bottom: 1px solid #e5e5e5; }
  nav#mobile-customer ul li#currency-converter > a > img {
    display: inline-block;
    vertical-align: -1px;
    margin-left: 8px;
    margin-right: 3px; }
  nav#mobile-customer ul li#currency-converter ul li a strong {
    color: #e06868; }
  nav#mobile-customer ul li#currency-converter ul li a img {
    display: inline-block;
    vertical-align: -1px;
    margin-right: 3px; }
  nav#mobile-customer ul li#side-account-menu ul {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px; }
  nav#mobile-customer ul li.mobile-call-us {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 500;
    padding: 13px 20px 12px;
    font-size: 13px; }
    nav#mobile-customer ul li.mobile-call-us a {
      display: inline;
      padding: 0; }
      nav#mobile-customer ul li.mobile-call-us a:hover {
        background: transparent;
        color: #000;
        border-bottom: 1px dotted #000; }
  nav#mobile-customer ul li a {
    text-transform: none;
    font-weight: 500;
    letter-spacing: 0.04em; }

nav#mobile-customer ul li .not-logged {
  font-size: 0;
  line-height: normal !important;
  color: #969696;
  font-family: "Open Sans", Arial, Helvetica, sans-serif; }

nav#mobile-customer ul li .not-logged a {
  display: block;
  font-size: 13px; }

nav#mobile-customer ul li .not-logged a:hover {
  color: #fff;
  background: #000; }

nav#mobile-customer ul li .logged-in {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 500;
  padding-left: 20px;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 13px;
  padding-bottom: 12px;
  letter-spacing: 0.04m; }

.st-menu > ul > li.hasSub:not(.hasMegamenu) > .navPage-subMenu > ul > li > a {
  text-transform: none; }

.st-menu > ul > li.hasSub:not(.hasMegamenu) > .navPage-subMenu > ul > li.hasSub > ul {
  display: none; }
  .st-menu > ul > li.hasSub:not(.hasMegamenu) > .navPage-subMenu > ul > li.hasSub > ul > li > a {
    text-transform: none;
    font-weight: normal; }

.st-menu > ul > li.hasSub:not(.hasMegamenu) > .navPage-subMenu > ul > li.hasSub.expanded > ul {
  display: block; }

.st-menu > ul > li.hasSub:not(.hasMegamenu) > .navPage-subMenu ul > li.hasSub > span.toggle-expand::before {
  font-family: FontAwesome;
  top: 10px;
  right: 17px;
  content: '\f067';
  border: none; }

.st-menu > ul > li.hasSub:not(.hasMegamenu) > .navPage-subMenu ul > li.hasSub > span.toggle-close::before {
  font-family: FontAwesome;
  top: 10px;
  right: 17px;
  content: '\f068';
  border: none; }

.st-menu ul li a {
  font-size: 12px;
  font-weight: 400;
  display: block;
  padding: 10px 20px 10px;
  text-transform: uppercase;
  color: #000;
  outline: none; }

.st-menu > ul > li > a {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.04em; }

.st-menu > ul > li > a:hover {
  color: #fff;
  background: #000; }

.st-menu > ul > li.hasSub:hover > a {
  color: #fff;
  background: #000; }

.st-menu ul li ul li a {
  margin-right: 20px;
  margin-left: 20px;
  padding-right: 0;
  padding-left: 0;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
  text-transform: none; }

.st-menu ul li:last-child > a {
  border-bottom: 0; }

.st-menu ul li.hasSub {
  position: relative; }

.st-menu ul li span.toggle-expand,
.st-menu ul li span.toggle-close {
  position: absolute;
  top: 1px;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer; }

.st-menu ul li span.toggle-expand::before {
  position: absolute;
  top: 17px;
  right: 16px;
  content: '';
  border: 5px solid transparent;
  border-top: 5px solid #000; }

.st-menu > ul > li:hover > span.toggle-expand::before {
  border-top-color: #fff; }

.st-menu ul li span.toggle-close::before {
  position: absolute;
  top: 11px;
  right: 16px;
  content: '';
  border: 5px solid transparent;
  border-bottom: 5px solid #000; }

.st-menu > ul > li:hover > span.toggle-close::before {
  border-bottom-color: #fff; }

.st-menu ul li.expanded > a {
  color: #000; }

.st-menu > ul > li.expanded:hover > a {
  color: #fff;
  background: #000; }

.st-menu ul li .navPage-subMenu,
.st-menu ul li .subMegaMenu {
  display: none;
  border-bottom: 1px solid #e5e5e5; }
  .st-menu ul li .navPage-subMenu .container,
  .st-menu ul li .subMegaMenu .container {
    width: 100%; }
    .st-menu ul li .navPage-subMenu .container > div > ul > li > a,
    .st-menu ul li .subMegaMenu .container > div > ul > li > a {
      font-family: "Open Sans", Arial, Helvetica, sans-serif; }
  .st-menu ul li .navPage-subMenu > ul > li > a,
  .st-menu ul li .subMegaMenu > ul > li > a {
    font-family: "Open Sans", Arial, Helvetica, sans-serif; }

.st-menu ul li.hasSub.expanded .navPage-subMenu,
.st-menu ul li .subMegaMenu.sub-expand {
  display: block; }

.st-menu ul li.hasMegamenu.hasSub > .subMegaMenu ul li.hasSub > ul {
  display: none; }

.st-menu ul li.hasMegamenu.hasSub > .subMegaMenu ul li.hasSub.expanded > ul {
  display: block; }

.st-menu ul li.hasMegamenu.hasSub > .subMegaMenu ul > li.hasSub > ul > li > a {
  font-weight: 400;
  padding-left: 15px;
  text-transform: none; }

.st-menu ul li.hasSub > ul.navPage-childList > li > a {
  padding-left: 15px; }

.st-menu ul li.hasMegamenu.hasSub > .subMegaMenu ul > li.hasSub > span.toggle-expand::before {
  font-family: FontAwesome;
  top: 10px;
  right: 17px;
  content: '\f067';
  border: none; }

.st-menu ul li.hasMegamenu.hasSub > .subMegaMenu ul > li.hasSub > span.toggle-close::before {
  font-family: FontAwesome;
  top: 10px;
  right: 17px;
  content: '\f068';
  border: none; }

.st-menu > ul > li:last-child {
  margin-bottom: 100px; }

#mobile-categories .cateArea {
  width: 100% !important;
  height: auto !important; }

#mobile-categories .cateArea > ul {
  max-height: 100% !important; }

#mobile-categories .imageArea {
  width: 100% !important; }
  #mobile-categories .imageArea .col-left {
    float: none;
    clear: both;
    padding: 0;
    width: 100%; }
    #mobile-categories .imageArea .col-left a + a {
      margin-top: 0; }
  #mobile-categories .imageArea .col-right {
    float: none;
    clear: both;
    padding: 0;
    width: 100%; }
  #mobile-categories .imageArea a {
    width: 100%;
    text-align: center; }

#mobile-categories .container {
  min-width: auto;
  padding: 0; }

#mobile-categories .container .row {
  margin: 0; }

#mobile-categories .subMegaMenu {
  width: 100% !important;
  overflow: hidden; }

#mobile-categories .subMegaMenu > div,
#mobile-categories .subMegaMenu .container > div {
  max-width: 290px !important; }
  @media (max-width: 320px) {
    #mobile-categories .subMegaMenu > div,
    #mobile-categories .subMegaMenu .container > div {
      width: 260px !important; } }

#mobile-categories .bottomCate {
  display: none; }

#mobile-categories .triangle-with-shadow {
  display: none; }

#mobile-categories .subMegaMenu .imageArea .shop-by-brands label {
  padding-left: 20px; }

#mobile-categories .subMegaMenu .imageArea .shop-by-brands ul li {
  width: 100%;
  padding: 10px; }

/* Individual effects */
/* Effect: Push*/
.st-effect-1.st-menu-open .st-pusher,
.st-effect-2.st-menu-open .st-pusher,
.st-effect-3.st-menu-open .st-pusher {
  -webkit-transform: translate3d(380px, 0, 0);
  -moz-transform: translate3d(380px, 0, 0);
  -ms-transform: translate3d(380px, 0, 0);
  -o-transform: translate3d(380px, 0, 0);
  transform: translate3d(380px, 0, 0); }
  @media (max-width: 400px) {
    .st-effect-1.st-menu-open .st-pusher,
    .st-effect-2.st-menu-open .st-pusher,
    .st-effect-3.st-menu-open .st-pusher {
      -webkit-transform: translate3d(360px, 0, 0);
      -moz-transform: translate3d(360px, 0, 0);
      -ms-transform: translate3d(360px, 0, 0);
      -o-transform: translate3d(360px, 0, 0);
      transform: translate3d(360px, 0, 0); } }
  @media (max-width: 320px) {
    .st-effect-1.st-menu-open .st-pusher,
    .st-effect-2.st-menu-open .st-pusher,
    .st-effect-3.st-menu-open .st-pusher {
      -webkit-transform: translate3d(250px, 0, 0);
      -moz-transform: translate3d(250px, 0, 0);
      -ms-transform: translate3d(250px, 0, 0);
      -o-transform: translate3d(250px, 0, 0);
      transform: translate3d(250px, 0, 0); } }

.st-effect-1.st-menu,
.st-effect-2.st-menu,
.st-effect-3.st-menu {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.st-effect-1.st-menu-open .st-effect-1.st-menu,
.st-effect-2.st-menu-open .st-effect-2.st-menu,
.st-effect-3.st-menu-open .st-effect-3.st-menu {
  visibility: visible;
  -webkit-transition: -webkit-transform .3s;
  -moz-transition: -webkit-transform .3s;
  -ms-transition: -webkit-transform .3s;
  -o-transition: -webkit-transform .3s;
  transition: transform .3s; }

.st-effect-1.st-menu::after,
.st-effect-2.st-menu::after,
.st-effect-3.st-menu::after {
  display: none; }

/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
.no-csstransforms3d .st-pusher,
.no-js .st-pusher {
  padding-left: 0; }

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0; }

.left-sticky div[data-product-option-change] {
  height: 100%; }
  .left-sticky div[data-product-option-change] .col-left {
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
    z-index: 1; }

@media (max-width: 1147px) {
  .left-sticky div[data-product-option-change] .col-left {
    top: 100px !important; } }

@media (max-width: 1024px) {
  .left-sticky div[data-product-option-change] .col-left {
    top: 10px !important; } }

@media (max-width: 768px) {
  .left-sticky div[data-product-option-change] .col-left {
    position: unset !important;
    z-index: unset !important; } }

#footer-wrapper {
  margin-top: 30px;
  background: #f2f2f2;
  overflow: hidden;
  border-top: 1px solid #c1c1c1;
  -moz-box-shadow: inset 0 0 10px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 0 10px 4px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 0 10px 4px rgba(0, 0, 0, 0.1); }

/*Main Footer*/
#main-footer .col-1,
#main-footer .col-2,
#main-footer .col-3 {
  float: left;
  width: 20%;
  padding: 0 15px; }
  @media (max-width: 991px) {
    #main-footer .col-1,
    #main-footer .col-2,
    #main-footer .col-3 {
      width: 33.33%;
      margin-bottom: 20px; } }
  @media (max-width: 480px) {
    #main-footer .col-1,
    #main-footer .col-2,
    #main-footer .col-3 {
      width: 50%; } }
  @media (max-width: 320px) {
    #main-footer .col-1,
    #main-footer .col-2,
    #main-footer .col-3 {
      width: 100%; } }

@media (max-width: 480px) {
  #main-footer .col-3 {
    width: 100%; } }

#main-footer .col-4 {
  float: left;
  width: 40%;
  padding: 0 15px; }
  @media (max-width: 991px) {
    #main-footer .col-4 {
      width: 100%; } }

#main-footer h5 {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 16px;
  text-transform: uppercase;
  color: black; }

#main-footer .col-1 > ul,
#main-footer .col-2 > ul,
#main-footer .col-3 > ul {
  padding: 0;
  list-style: none;
  margin-left: 0; }

#main-footer .col-1 > ul > li > a,
#main-footer .col-2 > ul > li > a,
#main-footer .col-3 > ul > li > a {
  line-height: 22px; }

#main-footer .col-1 > ul > li > a:hover,
#main-footer .col-2 > ul > li > a:hover,
#main-footer .col-3 > ul > li > a:hover {
  border-bottom: 1px solid; }

#main-footer ul li ul {
  display: none; }

.social-icons,
#main-footer .facebook-like {
  display: inline-block;
  vertical-align: middle; }

#main-footer .facebook-like {
  position: relative;
  top: -3px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    #main-footer .facebook-like {
      margin-top: 15px; } }
  @media (max-width: 480px) {
    #main-footer .facebook-like {
      margin-top: 15px; } }

#main-footer .facebook-like > p {
  font-size: 11px;
  font-weight: 700;
  margin: 0 0 3px;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: #fff; }

#main-footer .facebook-like > p > span {
  font-family: Georgia, Times, 'Times New Roman', serif;
  font-weight: 400;
  font-style: italic;
  text-transform: none; }

/*Mailist Box - Newsletter Sign Up*/
.newsletter-subscription .wrapper-newsletter {
  padding-top: 25px;
  padding-bottom: 10px;
  border: 1px solid #e3e3e3;
  background-color: #38383e;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  float: left;
  width: 100%; }
  @media (max-width: 1199px) and (min-width: 992px) {
    .newsletter-subscription .wrapper-newsletter #footerSubcribeForm {
      width: 63.66667%; }
    .newsletter-subscription .wrapper-newsletter > .col-sm-4 {
      width: 36.33333%; } }
  @media (max-width: 991px) {
    .newsletter-subscription .wrapper-newsletter {
      padding-bottom: 15px; }
      .newsletter-subscription .wrapper-newsletter > .col-sm-4 {
        width: 100%; } }

.newsletter-subscription .form-field {
  margin-bottom: 0; }

.newsletter-subscription .social {
  float: right; }
  @media (max-width: 991px) {
    .newsletter-subscription .social {
      float: left;
      width: 100%; } }
  @media (max-width: 383px) {
    .newsletter-subscription .social {
      text-align: center; } }

.newsletter-subscription .social-icons {
  margin-top: 0;
  padding-right: 0; }

.newsletter-subscription h5 {
  margin-left: 33px;
  line-height: 1.5;
  font-size: 12px !important;
  font-weight: 700;
  margin-top: 8px;
  padding-bottom: 0;
  float: left;
  margin-right: 20px;
  color: #fff;
  font-family: "Open Sans", Arial, Helvetica, sans-serif; }
  @media (max-width: 767px) {
    .newsletter-subscription h5 {
      margin-left: 0;
      width: 100%; } }

.newsletter-subscription .social h5 {
  margin-left: 0; }
  @media (max-width: 767px) {
    .newsletter-subscription .social h5 {
      width: auto; } }
  @media (max-width: 383px) {
    .newsletter-subscription .social h5 {
      width: 100%; } }

#footerSubcribeForm > form {
  margin-bottom: 10px; }

@media (max-width: 991px) {
  #footerSubcribeForm {
    width: 100%; }
    #footerSubcribeForm > h5 {
      margin-left: 0; } }

#footerSubcribeFormSubmit .form-wrap {
  position: relative; }
  #footerSubcribeFormSubmit .form-wrap > i {
    position: absolute;
    top: 8px;
    left: 9px;
    font-size: 16px;
    color: #a0a0a0; }

#SideNewsletterBox .position-letterbox .btn {
  position: absolute;
  filter: none;
  font-weight: bold;
  background: none repeat scroll 0 0 #ea3b02;
  cursor: pointer;
  border: 0 !important;
  float: left;
  margin: 0;
  right: 0;
  height: 34px;
  border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-transition: background-color 150ms ease;
  -webkit-transition: background-color 150ms ease;
  -o-transition: background-color 150ms ease;
  transition: background-color 150ms ease; }

#footerSubcribeForm input[type="text"],
#footerSubcribeForm input[type="email"] {
  border: none !important;
  border-radius: 4px;
  border-top-right-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-bottom-right-radius: 5px;
  box-shadow: 0 1px 11px rgba(204, 204, 204, 0.4) inset;
  font-size: 12px;
  height: 34px;
  line-height: 35px;
  font-weight: normal;
  font-style: italic;
  padding: 0 110px 0 33px;
  max-width: 100%;
  top: 0;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media (min-width: 992px) and (max-width: 1199px) {
    #footerSubcribeForm input[type="text"],
    #footerSubcribeForm input[type="email"] {
      min-width: 238px; } }
  @media (max-width: 480px) {
    #footerSubcribeForm input[type="text"],
    #footerSubcribeForm input[type="email"] {
      width: 100%;
      margin-bottom: 10px; } }

#footerSubcribeForm input[type="submit"] {
  position: absolute;
  filter: none;
  font-weight: bold;
  cursor: pointer;
  float: left;
  margin: 0;
  right: 0;
  height: 34px;
  border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-transition: background-color 150ms ease;
  -webkit-transition: background-color 150ms ease;
  -o-transition: background-color 150ms ease;
  transition: background-color 150ms ease;
  border: 0;
  letter-spacing: 0; }
  @media (min-width: 992px) and (max-width: 1199px) {
    #footerSubcribeForm input[type="submit"] {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 480px) {
    #footerSubcribeForm input[type="submit"] {
      width: 100%;
      position: relative; } }

/*Three Block Footer*/
.column-inner {
  border: 1px solid #a7a7a7;
  background: #ffffff;
  border-radius: 5px;
  margin-top: 25px;
  box-shadow: 0 2px 0 0 #cccccd, 0 -10px 11px rgba(204, 204, 204, 0.2) inset;
  -webkit-box-shadow: 0 2px 0 0 #cccccd, 0 -10px 11px rgba(204, 204, 204, 0.2) inset;
  -moz-box-shadow: 0 2px 0 0 #cccccd, 0 -10px 11px rgba(204, 204, 204, 0.2) inset;
  -ms-box-shadow: 0 2px 0 0 #cccccd, 0 -10px 11px rgba(204, 204, 204, 0.2) inset; }
  @media (max-width: 767px) {
    .column-inner {
      margin-top: 10px; } }

.column-inner h2 {
  font-size: 14px;
  color: #1e1e1e;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 0px;
  margin: 0 0px 7px 2px;
  line-height: 22px; }

.column-inner p {
  padding: 0;
  color: #505050;
  margin-bottom: 18px;
  line-height: 18px; }

.column-inner .banner-image {
  margin-left: 13px;
  position: relative;
  top: 24px; }
  @media (max-width: 767px) {
    .column-inner .banner-image {
      top: 32px; } }

.column-inner .banner-image p {
  margin-bottom: 0;
  text-align: left;
  position: relative;
  margin-left: -16px;
  margin-right: -16px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  background: #ffffff;
  padding: 4px 10px;
  margin-top: -24px;
  letter-spacing: 0.08em;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.column-inner a.image:hover img {
  opacity: 0.6;
  box-shadow: 0 0 0 #000000;
  filter: alpha(opacity=60);
  -moz-box-shadow: 0 0 0 #000000;
  -webkit-box-shadow: 0 0 0 #000000; }

.footer_text {
  margin-left: 72px;
  margin-top: -25px;
  padding-right: 11px; }

.column-inner a.image iframe {
  max-width: 100%; }

.column-inner a.links {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  color: #1e1e1e;
  text-decoration: underline;
  letter-spacing: 0.08em; }

.column-inner a.links:hover {
  color: #db2769;
  text-decoration: none; }

/* Main links */
.martop {
  margin-top: 30px; }

.inner-footer-link ul {
  margin-left: 0; }

.inner-footer-link li {
  list-style: none;
  line-height: 24px; }

.column-footer-1 {
  float: left;
  width: 50%; }

.column-footer-2 {
  float: left;
  width: 50%; }
  @media (max-width: 767px) {
    .column-footer-2 > ul {
      margin: 0 0 62px; } }

.column-footer-1 .column-footer-2 {
  display: inline-block; }

.column-footer-1 h6,
.column-footer-2 h6 {
  padding: 0 0 7px 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700; }

.column-footer-2 p {
  line-height: 15px;
  margin-bottom: 20px;
  margin-top: -8px; }

.footer-main a:hover {
  color: #333333; }

.inner-footer-link a {
  border-bottom: 1px solid transparent;
  color: #777777; }

.inner-footer-link a:hover {
  border-bottom: 1px solid #fff;
  padding-bottom: 1px; }

#main-footer .footer-top h5 {
  margin-bottom: -10px;
  padding-bottom: 17px; }

.column-footer-1 {
  float: left;
  width: 50%; }
  @media (max-width: 991px) and (min-width: 768px) {
    .column-footer-1 {
      padding-right: 5px;
      width: 100%; } }

.coulum-two {
  width: 100%;
  float: left;
  min-height: 1px;
  position: relative;
  margin-top: -8px; }
  @media (max-width: 767px) {
    .coulum-two {
      margin-top: 0; } }

.bod {
  border-top: 1px solid;
  padding-top: 21px; }

/* TESTIMONIALS */
.paragraph {
  padding: 17px 38px 17px 30px;
  background: #f8f8f8;
  position: relative;
  box-shadow: 0 0 5px -4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  /* font-style: italic; */
  color: #333;
  margin-bottom: 20px; }

.testimonials-flexslider ul {
  margin-bottom: 0; }

.testimonials-flexslider p:before {
  bottom: -12px;
  content: "";
  height: 12px;
  left: 30px;
  position: absolute;
  width: 21px; }

.testimonials-flexslider p:after {
  background: url("https://cdn8.bigcommerce.com/s-h9khhy58/stencil/71e63c80-13cf-0136-888d-525400dfdca6/e/875c32e0-e867-0135-d7d0-525400dfdca6/img/list-syb-icon.png") no-repeat -76px -207px transparent;
  content: "";
  height: 19px;
  position: absolute;
  right: 18px;
  top: 13px;
  width: 53px; }

.testimonials-flexslider h6 {
  font-size: 12px;
  font-weight: 700;
  padding: 0 0 14px 0;
  margin-top: 25px; }

.testimonials-flexslider .owl-nav > div {
  top: -24px;
  background: none;
  border: none;
  text-align: center;
  width: 26px;
  height: 26px; }

.testimonials-flexslider .owl-nav > div:before {
  font: normal normal normal 14px FontAwesome;
  font-size: 19px;
  line-height: 26px; }

.testimonials-flexslider .owl-nav > div.owl-prev:before {
  content: "\f0d9"; }

.testimonials-flexslider .owl-nav > div.owl-next:before {
  content: "\f0da"; }

.testimonials-flexslider .owl-nav > div.owl-prev {
  left: auto;
  right: 24px; }

.testimonials-flexslider .owl-nav > div.owl-next {
  right: 0; }

.testimonials .border-account {
  margin-top: 5px;
  margin-bottom: 50px;
  float: left; }

.testimonials .TopIconBehars {
  margin-right: 15px; }

.testimonials #fb-root {
  display: none; }

/*Bottom Footer*/
#bottom-footer {
  background: #777777; }

#bottom-footer > .container {
  padding: 15px 0 47px; }

#bottom-footer .links {
  margin-left: 0;
  margin-top: 10px;
  width: 100%;
  float: left; }

#bottom-footer .links a,
#bottom-footer a {
  color: whitesmoke; }

#bottom-footer .links li {
  padding: 0 9px 0 10px;
  list-style: none;
  float: left;
  display: inline;
  border-right: 1px solid #a2a29c;
  position: relative;
  line-height: 14px; }
  @media (max-width: 647px) {
    #bottom-footer .links li {
      line-height: 27px; } }

#bottom-footer .links li.border-account {
  border-right: 0; }

#bottom-footer .links li:first-child {
  padding: 0 5px 0 0px; }

#bottom-footer ul.links a:hover {
  color: white; }

#bottom-footer .footer-copyright,
#bottom-footer .powered-by {
  display: inline-block; }

#bottom-footer .footer-copyright p,
#bottom-footer .powered-by p,
#bottom-footer .template-by p {
  line-height: 20px;
  margin-bottom: 0;
  color: whitesmoke; }

#bottom-footer .footer-copyright p a,
#bottom-footer .powered-by p a,
#bottom-footer .template-by p a {
  color: whitesmoke; }

#bottom-footer .footer-copyright p a:hover,
#bottom-footer .powered-by p a:hover,
#bottom-footer .template-by p a:hover {
  color: white;
  border-bottom: 1px solid white; }

.text-left {
  float: left;
  width: 60%; }
  @media (max-width: 991px) and (min-width: 768px) {
    .text-left {
      width: 100%; } }

.alignright {
  float: left;
  width: 40%;
  margin-bottom: 37px; }
  @media (max-width: 991px) and (min-width: 768px) {
    .alignright {
      width: 100%;
      margin-bottom: 0; } }
  @media (max-width: 1024px) {
    .alignright .dropdown-menu {
      top: 100% !important; } }
  @media (min-width: 768px) {
    .alignright .dropdown-menu {
      top: 100% !important;
      left: auto !important;
      right: 16px; } }

.alignright #currency-converter {
  padding: 6px 10px;
  float: right;
  background: #696969;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px; }
  .alignright #currency-converter a.navUser-action {
    font-weight: 700;
    color: #fff; }

.alignright #currency-converter .navUser-action > img,
.alignright #currency-converter .navUser-action > span {
  margin-right: 5px; }

.footer-copyright,
.template-by,
.powered-by {
  float: left; }

.template-by {
  margin-top: 5px;
  clear: both; }

.footer-payment-icons {
  height: 30px;
  margin-top: 17px;
  float: right;
  clear: both; }
  .footer-payment-icons .footer-payment-icon {
    height: 100%;
    margin-left: 25px;
    vertical-align: middle;
    width: 49px;
    float: left; }
  .footer-payment-icons .footer-payment-exp {
    width: 34px; }
  .footer-payment-icons .footer-payment-disco {
    width: 82px; }
  .footer-payment-icons .footer-payment-pay {
    width: 64px; }
  .footer-payment-icons .footer-payment-exp img {
    margin-top: 3px; }
  .footer-payment-icons .footer-payment-disco img,
  .footer-payment-icons .footer-payment-pay img {
    margin-top: 8px; }
  .footer-payment-icons svg {
    fill: #4f4f4f; }

/* customer service */
.footer-customer-service {
  background: #333333;
  position: relative; }

.footer-customer-service > .container {
  padding: 14px 15px 17px;
  text-align: center; }

.footer-customer-service .footer-email,
.footer-customer-service .ContactFooter,
.footer-customer-service a {
  color: white; }

.footer-customer-service .footer-email {
  font-weight: 700;
  font-size: 20px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  margin-top: 0px;
  line-height: 35px;
  padding-bottom: 11px;
  margin-bottom: 0; }

.footer-customer-service .ContactFooter {
  font-size: 14px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 17px; }
  .footer-customer-service .ContactFooter > a {
    padding-bottom: 1px;
    border-bottom: 1px solid #fff; }
  @media (max-width: 468px) {
    .footer-customer-service .ContactFooter {
      line-height: 27px; } }

.footer-customer-service .close {
  opacity: 1;
  filter: alpha(opacity=100);
  font-weight: normal;
  text-shadow: none; }
  .footer-customer-service .close > svg {
    fill: #fff;
    width: 20px;
    height: 20px; }
    .footer-customer-service .close > svg:hover {
      fill: #000; }

/*Accept Cookies*/
#accept-cookies {
  position: fixed;
  z-index: 9999;
  right: 20px;
  bottom: 10%;
  width: 100%;
  min-width: 300px;
  max-width: 430px;
  min-height: 150px;
  padding: 30px 30px 30px 25px;
  border-bottom: 2px solid #faebcc;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fcf8e3; }
  @media (max-width: 400px) {
    #accept-cookies {
      max-width: 354px; } }

#accept-cookies .cookies-inner {
  padding-left: 54px;
  background: url("../img/cookie-info.png") top left no-repeat; }

#accept-cookies p {
  /* font-style: italic; */
  position: relative;
  top: -5px;
  letter-spacing: .02em;
  color: #8a6d3b;
  line-height: 18px; }

#accept-cookies button {
  font-size: 11px;
  font-weight: 700;
  padding: 0 25px;
  letter-spacing: 0;
  background: #8a6d3b;
  border: 0;
  line-height: 18px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

#accept-cookies button:hover {
  background: #faebcc;
  color: #8a6d3b; }

/*Scroll To Top*/
#back-to-top {
  position: fixed;
  z-index: 10;
  top: 50%;
  right: 10px;
  display: inline-block;
  visibility: hidden;
  overflow: hidden;
  width: 52px;
  height: 52px;
  margin-top: -26px;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
  text-align: center;
  white-space: nowrap;
  opacity: 0;
  border: 2px solid #38383e;
  background: #38383e;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px; }
  #back-to-top .fa {
    font-size: 26px;
    color: #fff;
    width: 50px;
    line-height: 44px; }
    @media (max-width: 767px) {
      #back-to-top .fa {
        width: 26px;
        font-size: 12px;
        line-height: 25px; } }
  @media (max-width: 991px) {
    #back-to-top {
      top: auto;
      bottom: 30%;
      right: 20px; } }
  @media (max-width: 767px) {
    #back-to-top {
      width: 30px;
      height: 30px; } }
  #back-to-top:hover {
    background-color: #ea3b02;
    border-color: #ea3b02; }

#back-to-top.is-visible,
#back-to-top.fade-out,
.no-touch #back-to-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s; }

#back-to-top.is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
  /* Opacity for Modern Browsers */
  filter: alpha(opacity=100);
  /* Opacity for IE8 and lower */ }

#back-to-top.fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
  /* Opacity for Modern Browsers */
  filter: alpha(opacity=50);
  /* Opacity for IE8 and lower */ }
  #back-to-top.fade-out:hover {
    opacity: 1;
    filter: alpha(opacity=100); }

@media (max-width: 767px) {
  .text-left,
  .alignright {
    width: 100%; }
  .alignright {
    margin-top: 32px; }
  .alignright #currency-converter {
    position: relative; }
    .alignright #currency-converter .dropdown-menu {
      left: 0 !important;
      top: 100% !important;
      min-width: 200px; }
  .alignright #currency-converter,
  .footer-payment-icons {
    float: left; }
  .footer-payment-icons .footer-payment-icon {
    margin-left: 0;
    margin-right: 25px; }
  .footer-payment-icons {
    margin-top: 32px; } }

.container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  min-width: 300px; }
  @media (min-width: 992px) {
    .container {
      padding: 0; } }
  @media (max-width: 991px) {
    .container {
      width: 100%; } }

.container_page {
  margin: 0 auto;
  padding-bottom: 120px; }

.page-type-default .container_page {
  padding-bottom: 0; }

.page-type-product .container_page {
  padding-bottom: 70px; }

select > option {
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: #fff; }

blockquote {
  line-height: 20px;
  padding-left: 22px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 35px;
  margin-left: 15px;
  font-style: italic; }

.breadcrumbs {
  margin-top: 18px;
  margin-bottom: 20px; }
  .breadcrumbs .breadcrumb {
    display: inline-block;
    font-size: 1rem;
    padding-top: 5px;
    padding-right: 12px; }
    .breadcrumbs .breadcrumb::before {
      content: "\f0da";
      color: #cbcbcb;
      font-family: 'FontAwesome';
      position: relative;
      vertical-align: middle;
      top: -1px;
      margin: 0 8px 0 0px; }
    .breadcrumbs .breadcrumb:first-child::before {
      display: none; }
    .breadcrumbs .breadcrumb a:hover {
      border-bottom: 1px solid black; }
    .breadcrumbs .breadcrumb .breadcrumb-label {
      color: #777777; }
      .breadcrumbs .breadcrumb .breadcrumb-label:hover {
        color: black; }
    .breadcrumbs .breadcrumb.is-active .breadcrumb-label {
      color: #777777; }

.page-type-category .breadcrumbs {
  margin-bottom: 27px; }

.page-type-product .breadcrumbs {
  margin-bottom: 27px; }

.page-heading {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin: 0 0 36px;
  text-align: left;
  text-transform: uppercase; }

.category-heading {
  clear: both;
  display: flex;
  flex-direction: column; }
  .category-heading .page-heading {
    display: inline-block;
    padding: 0 0 22px;
    margin-bottom: 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      .category-heading .page-heading {
        padding-top: 10px; } }
    .category-heading .page-heading:first-child {
      margin-top: -4px; }
  @media (max-width: 991px) {
    .category-heading {
      flex-wrap: wrap; } }

/*Account Created Heading Title Spacing - Fixed*/
[data-page-no-breadcrumb] .page-heading {
  margin-top: 27px; }

.category-image {
  padding-bottom: 31px; }

.category-description {
  padding-bottom: 7px; }

.view-mode-btn {
  position: relative;
  display: flex;
  align-items: center;
  width: 150px; }
  .view-mode-btn .btn-group {
    display: flex;
    background: #fff;
    border: 1px solid #cbcbcb;
    border-radius: 2px; }
  .view-mode-btn label {
    font-weight: 700;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 11px;
    letter-spacing: 0.05em;
    padding-right: 15px; }

.view-mode-btn a,
.view-mode-btn a:hover,
.view-mode-btn a:active,
.view-mode-btn a:focus {
  font-size: 11px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 34px;
  height: 34px;
  margin-right: 0;
  margin-left: 0;
  text-decoration: none;
  padding: 5px 5px 4px; }

.view-mode-btn a + a {
  border-left: 1px solid #cbcbcb; }

.view-mode-btn a > div {
  width: 30px; }

.view-mode-btn a > span {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.05em; }

.view-mode-btn a.current-view {
  cursor: default;
  /* &::after {
        content: "";
        display: block;
        height: 2px;
        background: #232323;
        position: absolute;
        left: -1px;
        right: -1px;
        bottom: -1px;
    } */ }

.view-mode-btn a .icon-bar {
  position: relative;
  top: -1px;
  width: 14px;
  height: 4px;
  margin: 1px auto 0 auto;
  transition: all .15s ease;
  background: #cfcfcf;
  opacity: 1;
  filter: alpha(opacity=100); }

.view-mode-btn a#grid-view .icon-bar {
  width: 4px; }

.view-mode-btn a#grid-view .icon-bar:before,
.view-mode-btn a#grid-view .icon-bar:after {
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  content: '';
  transition: all .15s ease;
  background: #cfcfcf; }

.view-mode-btn a#grid-view .icon-bar:before {
  left: -5px; }

.view-mode-btn a#grid-view .icon-bar:after {
  right: -5px; }

.view-mode-btn a.current-view .icon-bar {
  background: #232323; }

.view-mode-btn a#grid-view.current-view .icon-bar:before,
.view-mode-btn a#grid-view.current-view .icon-bar:after {
  background: #232323; }

.actionBar[data-sort-by] {
  width: calc(100% - 150px);
  text-align: right;
  padding: 0;
  margin: 0; }
  .actionBar[data-sort-by] fieldset {
    float: none; }
  .actionBar[data-sort-by] .form-field {
    margin: 0; }
  .actionBar[data-sort-by] label {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    letter-spacing: 0.05em;
    position: relative;
    top: 0;
    margin-right: 11px; }
  .actionBar[data-sort-by] select {
    display: inline-block;
    max-width: 180px;
    background-color: #fff; }
    @media (max-width: 767px) {
      .actionBar[data-sort-by] select {
        max-width: 160px; } }
    @media (max-width: 600px) {
      .actionBar[data-sort-by] select {
        max-width: 180px; } }
    .actionBar[data-sort-by] select option {
      padding: 5px 10px; }
  @media (max-width: 480px) {
    .actionBar[data-sort-by] {
      float: none;
      text-align: left;
      width: 100%;
      clear: both;
      padding-top: 10px; } }

.showMoreProduct a.btn {
  width: 100%;
  max-width: 344px;
  margin-bottom: 40px; }

#partnerBlocks {
  display: block;
  clear: both; }
  #partnerBlocks .main-top-image {
    margin: 20px 0; }
  #partnerBlocks .block-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    clear: both;
    margin-bottom: 54px;
    width: 100%;
    overflow: hidden; }
    @media (max-width: 600px) {
      #partnerBlocks .block-item {
        flex-wrap: wrap; } }
    #partnerBlocks .block-item img {
      display: block;
      margin: 0 auto; }
    #partnerBlocks .block-item .container {
      position: absolute;
      top: 50%;
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      right: 0;
      display: flex;
      justify-content: flex-start; }
      #partnerBlocks .block-item .container.info-right {
        justify-content: flex-end; }
        @media (max-width: 600px) {
          #partnerBlocks .block-item .container.info-right {
            justify-content: center; } }
      #partnerBlocks .block-item .container .inner-info {
        max-width: 355px; }
        #partnerBlocks .block-item .container .inner-info h4 {
          font-size: 14px;
          margin: 0 0 11px; }
        #partnerBlocks .block-item .container .inner-info h3 {
          font-size: 36px;
          margin: 0 0 27px; }
          @media (max-width: 600px) {
            #partnerBlocks .block-item .container .inner-info h3 {
              font-size: 26px; } }
        #partnerBlocks .block-item .container .inner-info p {
          margin: 0 0 34px; }
        #partnerBlocks .block-item .container .inner-info a.btn {
          min-width: 179px;
          font-size: 14px;
          letter-spacing: 0.1em; }
      @media (max-width: 600px) {
        #partnerBlocks .block-item .container {
          position: static;
          transform: none;
          justify-content: center;
          text-align: center;
          padding-top: 20px; } }

#homeCustomBlocks {
  display: block;
  clear: both; }
  #homeCustomBlocks .block-item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    clear: both;
    margin-bottom: 54px;
    width: 100%;
    overflow: hidden; }
    @media (max-width: 600px) {
      #homeCustomBlocks .block-item {
        flex-wrap: wrap; } }
    #homeCustomBlocks .block-item img {
      display: block;
      margin: 0 auto; }
    #homeCustomBlocks .block-item .container {
      position: absolute;
      top: 50%;
      -moz-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -o-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0;
      right: 0;
      display: flex;
      justify-content: flex-start; }
      #homeCustomBlocks .block-item .container.info-right {
        justify-content: flex-end; }
        @media (max-width: 600px) {
          #homeCustomBlocks .block-item .container.info-right {
            justify-content: center; } }
      #homeCustomBlocks .block-item .container .inner-info {
        max-width: 355px; }
        #homeCustomBlocks .block-item .container .inner-info h4 {
          font-size: 14px;
          margin: 0 0 11px; }
        #homeCustomBlocks .block-item .container .inner-info h3 {
          font-size: 36px;
          margin: 0 0 27px; }
          @media (max-width: 600px) {
            #homeCustomBlocks .block-item .container .inner-info h3 {
              font-size: 26px; } }
        #homeCustomBlocks .block-item .container .inner-info p {
          margin: 0 0 34px; }
        #homeCustomBlocks .block-item .container .inner-info a.btn {
          min-width: 179px;
          font-size: 14px;
          letter-spacing: 0.1em; }
      @media (max-width: 600px) {
        #homeCustomBlocks .block-item .container {
          position: static;
          transform: none;
          justify-content: center;
          text-align: center;
          padding-top: 20px; } }

#homeShopByCategory {
  padding-top: 40px; }
  #homeShopByCategory .container {
    border-bottom: 1px solid #dcdcdc; }
  #homeShopByCategory .cate-columns {
    display: flex;
    flex-wrap: wrap;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto; }
    #homeShopByCategory .cate-columns .column-item {
      width: 25%;
      margin-bottom: 40px; }
      @media (max-width: 600px) {
        #homeShopByCategory .cate-columns .column-item {
          width: 50%; } }
      @media (max-width: 320px) {
        #homeShopByCategory .cate-columns .column-item {
          width: 100%; } }
      #homeShopByCategory .cate-columns .column-item h3 {
        font-family: "Open Sans", Arial, Helvetica, sans-serif;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0;
        margin-top: 0; }
      #homeShopByCategory .cate-columns .column-item ul {
        margin: 0;
        list-style: none; }
        #homeShopByCategory .cate-columns .column-item ul li a {
          color: #777777;
          line-height: 25px; }
          #homeShopByCategory .cate-columns .column-item ul li a:hover {
            color: black;
            border-bottom: 1px solid black; }
        #homeShopByCategory .cate-columns .column-item ul li.more-link a {
          color: black;
          font-weight: 400;
          font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
          font-size: 14px; }
          #homeShopByCategory .cate-columns .column-item ul li.more-link a:hover {
            color: #777777;
            border-bottom: 1px solid #777777; }

#homeBrands {
  text-align: center; }
  #homeBrands > .container {
    padding-top: 40px;
    padding-bottom: 25px; }
  #homeBrands h2 {
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 17px;
    margin: 0 0 40px; }
    #homeBrands h2::before {
      content: "";
      display: block;
      position: absolute;
      border-top: 1px solid #ebebeb;
      left: 0;
      right: 0;
      top: 50%; }
    #homeBrands h2 span {
      background: #fff;
      position: relative;
      z-index: 1;
      padding-left: 20px;
      padding-right: 20px; }

#homeCustomBlocks ~ #homeBrands {
  margin-top: -44px; }

#homeBrands .owl-carousel {
  margin: 0;
  padding: 0;
  list-style: none; }

#homeBrands .owl-carousel .owl-item a {
  display: block;
  text-align: center; }

#homeBrands .owl-carousel .owl-item img {
  display: inline-block; }

#homeBrands .owl-nav > div {
  border: transparent; }
  #homeBrands .owl-nav > div::before {
    width: 10px;
    height: 19px; }

#InstagramGallery {
  padding-top: 45px;
  padding-bottom: 2px;
  text-align: center;
  border-top: 1px solid #e5e5e5; }

#InstagramGallery .widget-title {
  padding-bottom: 44px; }

#InstagramGallery .widget-title h2 {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  text-transform: none; }
  @media (max-width: 480px) {
    #InstagramGallery .widget-title h2 {
      font-size: 16px; } }

#InstagramGallery .widget-title h3 {
  font-size: 14px;
  color: #e7040f;
  text-transform: none;
  margin: 20px 0 0; }

#InstagramGallery .widget-title p.instagram-desc {
  line-height: 18px;
  position: relative;
  display: inline-block;
  letter-spacing: .05em; }
  #InstagramGallery .widget-title p.instagram-desc svg {
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px; }
  #InstagramGallery .widget-title p.instagram-desc span {
    display: inline-block;
    vertical-align: middle; }
    @media (max-width: 640px) {
      #InstagramGallery .widget-title p.instagram-desc span {
        width: 85%;
        vertical-align: top; } }

#InstagramGallery .owl-item > a {
  display: block; }

#InstagramGallery a.insta-btn {
  margin-top: 40px;
  min-width: 210px; }

#InstagramGallery .feed-item {
  text-align: center;
  min-height: 100px; }
  #InstagramGallery .feed-item img {
    display: inline-block; }

#InstagramGallery .feed-item::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0);
  background: #ffffff; }

#InstagramGallery .feed-item:hover::before {
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  opacity: 0.65;
  filter: alpha(opacity=65); }

#InstagramGallery .feed-item::after {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  border: 1px solid #777777;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  opacity: 0;
  filter: alpha(opacity=0); }

#InstagramGallery .feed-item:hover::after {
  top: 8px;
  bottom: 8px;
  left: 8px;
  right: 8px;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  opacity: 0.6;
  filter: alpha(opacity=60); }

#InstagramGallery .feed-item .feed-action {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 1; }

#InstagramGallery .feed-item:hover .feed-action {
  visibility: visible;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -ms-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  opacity: 1;
  filter: alpha(opacity=100); }

#InstagramGallery .feed-item .feed-action .btn {
  font-size: 14px;
  width: 42px;
  margin: 3px;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
  background: #777777;
  border-color: #777777; }
  #InstagramGallery .feed-item .feed-action .btn:hover {
    background: #000;
    border-color: #000;
    color: #fff; }

#InstagramGallery .owl-nav > div {
  width: 56px;
  height: 56px;
  border: 0;
  color: #fff;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden; }
  #InstagramGallery .owl-nav > div::before {
    width: 10px;
    height: 19px; }
  #InstagramGallery .owl-nav > div.owl-prev {
    left: 0px; }
  #InstagramGallery .owl-nav > div.owl-next {
    right: 0px; }

#InstagramGallery:hover .owl-nav > div {
  opacity: 1;
  visibility: visible; }
  #InstagramGallery:hover .owl-nav > div.owl-prev {
    left: 30px; }
  #InstagramGallery:hover .owl-nav > div.owl-next {
    right: 30px; }

.mfp-gallery figure > figcaption {
  margin: 0; }

.page-type-page_contact_form .storeLocation {
  padding-bottom: 30px; }
  .page-type-page_contact_form .storeLocation a:hover {
    color: #777777; }

.page-type-page_contact_form .storeLocation h3 {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  color: #000; }

.page-type-page_contact_form .storeLocation p {
  padding-bottom: 20px;
  margin: 0; }

.page-type-page_contact_form .storeLocation .store-address {
  padding-bottom: 20px; }

.page-type-page_contact_form .storeLocation .store-phone {
  padding-bottom: 15px; }

.page-type-page_contact_form .storeLocation .separated-line {
  border-top: 1px solid #ebebeb;
  display: block;
  margin-top: 23px;
  margin-bottom: 25px; }

.page-type-page_contact_form .storeLocation label {
  padding-top: 14px;
  padding-bottom: 15px;
  display: block;
  font-size: 14px;
  letter-spacing: 0;
  font-weight: 700;
  color: #000; }

@media (min-width: 767px) {
  .page-type-page_contact_form .page-content > .row > .col-sm-8 {
    padding-right: 100px; } }

.page-type-page_contact_form #google-map {
  margin-bottom: -8px; }

.page-type-page_contact_form .page-heading {
  margin-bottom: 41px; }

.page-type-page_contact_form [data-contact-form] {
  padding-top: 30px; }
  .page-type-page_contact_form [data-contact-form] .form-row {
    margin-left: -10px;
    margin-right: -10px; }
  .page-type-page_contact_form [data-contact-form] .form-field {
    padding-left: 10px;
    padding-right: 10px; }
  .page-type-page_contact_form [data-contact-form] > .form-field {
    padding-left: 0px;
    padding-right: 0px; }
  .page-type-page_contact_form [data-contact-form] .form-actions {
    margin-top: 0; }
    .page-type-page_contact_form [data-contact-form] .form-actions .btn {
      width: 100%; }
      @media (min-width: 481px) {
        .page-type-page_contact_form [data-contact-form] .form-actions .btn {
          max-width: 204px; } }

.sticky-logo {
  display: none; }

@media (min-width: 1025px) {
  body.is-sticky header.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    padding: 0;
    min-height: 50px; }
    body.is-sticky header.header .header-top {
      padding: 0;
      border: 0;
      height: 0; }
      body.is-sticky header.header .header-top #quickSearch {
        position: fixed;
        left: 0;
        right: 0;
        width: auto;
        top: 0px;
        height: 100%;
        max-height: 60px; }
        body.is-sticky header.header .header-top #quickSearch > a.search-toggle {
          display: flex;
          width: 34px;
          height: 34px;
          justify-content: center;
          align-items: center;
          font-size: 0;
          float: right;
          margin-right: 68px;
          position: relative;
          z-index: 99;
          top: 13px; }
          body.is-sticky header.header .header-top #quickSearch > a.search-toggle::after {
            content: "";
            position: absolute;
            top: 0;
            bottom: 0;
            right: -13px;
            width: 1px;
            height: 100%;
            background: #5d5d5d; }
          body.is-sticky header.header .header-top #quickSearch > a.search-toggle > svg {
            margin: 0;
            width: 24px;
            height: 24px;
            padding: 3px; }
        body.is-sticky header.header .header-top #quickSearch > form {
          position: absolute;
          opacity: 0;
          visibility: hidden;
          width: calc(100% - 360px);
          max-width: calc(100% - 360px);
          width: 100%;
          background: #1d611c;
          margin-top: 0;
          height: 100%;
          left: 0;
          right: 0;
          margin-left: auto;
          margin-right: auto; }
          body.is-sticky header.header .header-top #quickSearch > form .form-field {
            max-width: 670px;
            margin-left: auto;
            margin-right: auto;
            margin-top: 9px;
            background: transparent;
            border-bottom: 1px solid #fff; }
            body.is-sticky header.header .header-top #quickSearch > form .form-field label {
              left: -12px; }
              body.is-sticky header.header .header-top #quickSearch > form .form-field label svg {
                fill: white; }
            body.is-sticky header.header .header-top #quickSearch > form .form-field input#search_query {
              padding-left: 30px;
              color: white; }
              body.is-sticky header.header .header-top #quickSearch > form .form-field input#search_query::-webkit-input-placeholder {
                /* Chrome/Opera/Safari */
                color: white;
                opacity: .8; }
              body.is-sticky header.header .header-top #quickSearch > form .form-field input#search_query::-moz-placeholder {
                /* Firefox 19+ */
                color: white;
                opacity: .8; }
              body.is-sticky header.header .header-top #quickSearch > form .form-field input#search_query:-ms-input-placeholder {
                /* IE 10+ */
                color: white;
                opacity: .8; }
              body.is-sticky header.header .header-top #quickSearch > form .form-field input#search_query:-moz-placeholder {
                /* Firefox 18- */
                color: white;
                opacity: .8; }
        body.is-sticky header.header .header-top #quickSearch.is-open {
          z-index: 1000; }
          body.is-sticky header.header .header-top #quickSearch.is-open > form {
            opacity: 1;
            visibility: visible; }
          body.is-sticky header.header .header-top #quickSearch.is-open > a.search-toggle > svg {
            padding: 0; }
        body.is-sticky header.header .header-top #quickSearch .quickSearchResultsWrap {
          top: 100%;
          width: calc(100% - 360px);
          max-width: 670px;
          left: 0;
          right: 0;
          margin: 0 auto;
          margin-top: -10px; }
      body.is-sticky header.header .header-top #top-cart {
        position: fixed;
        right: 10px;
        top: 18px;
        padding-left: 0;
        z-index: 1001;
        padding-right: 12px; }
        body.is-sticky header.header .header-top #top-cart svg {
          width: 24px;
          height: 25px; }
        body.is-sticky header.header .header-top #top-cart #cart-preview-dropdown {
          margin-top: 17px; }
      body.is-sticky header.header .header-top .header-top-left {
        display: none; }
      body.is-sticky header.header .header-top .header-top-center {
        display: none; }
      body.is-sticky header.header .header-top .header-top-right nav.navUser > ul > li:not(#quickSearch):not(#top-cart) {
        display: none; }
    body.is-sticky header.header .header-middle {
      height: 0;
      overflow: hidden; }
      body.is-sticky header.header .header-middle .left {
        padding: 0; }
      body.is-sticky header.header .header-middle .center {
        display: none; }
      body.is-sticky header.header .header-middle .right > div:not(#top-cart) {
        display: none; }
  body.is-sticky #menu.navPages-container {
    padding-top: 5px;
    padding-bottom: 5px; }
    body.is-sticky #menu.navPages-container > .container {
      max-width: calc(100% - 270px); }
  body.is-sticky .sticky-logo {
    display: flex;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1000; } }

@media (max-width: 1024px) {
  body.is-sticky .body {
    margin-top: 0 !important; } }

#CartEditProductFieldsForm {
  padding-bottom: 30px; }

.no-js .owl-carousel {
  display: none; }

.no-js .heroCarousel.owl-carousel:not(.owl-loaded) {
  display: block; }
  .no-js .heroCarousel.owl-carousel:not(.owl-loaded) .heroCarousel-slide:not(:first-child) {
    display: none; }

/*Halo Ask An Expert*/
button[data-reveal-id="halo-ask-an-expert-form"] {
  position: fixed;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  padding: 0;
  z-index: 99;
  transition: none; }
  button[data-reveal-id="halo-ask-an-expert-form"] span {
    display: none; }
  @media (max-width: 991px) {
    button[data-reveal-id="halo-ask-an-expert-form"] {
      top: auto;
      bottom: 150px;
      transform: none;
      background: rgba(241, 67, 43, 0.9);
      padding: 6px 13px 7px;
      font-weight: 700;
      color: #fff;
      font-family: Montserrat;
      font-size: 11px;
      letter-spacing: 0.05em;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px;
      height: 32px; }
      button[data-reveal-id="halo-ask-an-expert-form"] img {
        display: none; }
      button[data-reveal-id="halo-ask-an-expert-form"] span {
        display: inline;
        border-bottom: 1px dotted rgba(255, 255, 255, 0.8);
        line-height: 1.5em; } }

#halo-ask-an-expert-form {
  min-height: 120px;
  max-width: 786px;
  width: 100%;
  right: auto; }
  @media (max-width: 991px) {
    #halo-ask-an-expert-form {
      max-width: 600px; } }
  #halo-ask-an-expert-form .modal-close {
    background: black; }
    #halo-ask-an-expert-form .modal-close:hover {
      background: black; }
  #halo-ask-an-expert-form .modal-header {
    padding: 0;
    height: 92px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f5f5f5;
    border-bottom: 0; }
    #halo-ask-an-expert-form .modal-header h2 {
      font-size: 22px;
      letter-spacing: 0.1em;
      color: #272e31; }
  #halo-ask-an-expert-form .alert {
    text-align: center;
    margin-bottom: 0; }
  #halo-ask-an-expert-form .form-inner {
    max-width: 500px;
    margin: 0 auto; }
    #halo-ask-an-expert-form .form-inner h3 {
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      font-size: 11px;
      font-weight: 600;
      text-transform: uppercase;
      color: #777777;
      text-align: center;
      line-height: 20px;
      margin: 0 0 20px;
      letter-spacing: 0.16em; }
    #halo-ask-an-expert-form .form-inner .sub-title {
      text-align: center;
      color: #464646;
      font-size: 12px;
      border-bottom: 1px solid #d7d7d7;
      padding-bottom: 25px;
      margin-bottom: 25px; }
    #halo-ask-an-expert-form .form-inner .sub-title-question {
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      letter-spacing: 0.05em;
      font-size: 13px;
      font-weight: 600;
      text-transform: uppercase;
      color: #3c3c3c;
      text-align: center;
      line-height: 20px;
      margin: 0 0 25px; }
  #halo-ask-an-expert-form .form-field {
    margin-bottom: 20px; }
  #halo-ask-an-expert-form .form-label {
    display: inline-block !important;
    width: auto;
    margin-right: 25px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 12px; }
    #halo-ask-an-expert-form .form-label.label-last {
      display: block !important;
      margin-bottom: 20px; }
    @media (max-width: 400px) {
      #halo-ask-an-expert-form .form-label:first-child {
        display: block !important;
        margin-bottom: 20px; } }
  #halo-ask-an-expert-form .form-radio ~ .form-label {
    text-transform: none;
    font-size: 12px;
    color: #3c3c3c; }
  #halo-ask-an-expert-form .form-input {
    box-shadow: none; }
    #halo-ask-an-expert-form .form-input[name="phone"] {
      margin-bottom: 10px; }
    #halo-ask-an-expert-form .form-input[name="message"] {
      margin-bottom: 10px; }
  #halo-ask-an-expert-form button.fasubmit {
    width: 100%;
    max-width: 100%;
    height: 42px;
    background-color: #777777;
    border-color: #777777; }
    #halo-ask-an-expert-form button.fasubmit:hover {
      background-color: black;
      border-color: black;
      color: #fff; }

/*Purchase Gift Certificate Form Fields Spacing - Fixed*/
.page-type-giftcertificates .form-row .form-fieldset.form-column .form-field:not(.form-field-group) {
  padding-left: 0;
  padding-right: 0; }
  .page-type-giftcertificates .form-row .form-fieldset.form-column .form-field:not(.form-field-group) textarea {
    width: 100% !important; }

.wow {
  visibility: hidden; }

.panel-body {
  background: whitesmoke;
  border-radius: 3px; }

/*Halo Login Popup*/
#halo-login-popup {
  max-width: 400px;
  margin: 0; }
  #halo-login-popup .modal-body {
    padding: 40px; }
    #halo-login-popup .modal-body h3 {
      margin: 0 0 20px;
      padding: 5px 0;
      text-align: left;
      font-weight: 400;
      text-transform: uppercase;
      position: relative;
      font-size: 20px; }
      #halo-login-popup .modal-body h3::before {
        content: "";
        height: 3px;
        top: -10px;
        left: 0;
        width: 40px;
        background: #ae895d;
        position: absolute; }
    #halo-login-popup .modal-body form .form-field {
      margin-bottom: 15px; }
      #halo-login-popup .modal-body form .form-field input {
        border-radius: 0; }
      #halo-login-popup .modal-body form .form-field .form-inlineMessage {
        line-height: 1.5em;
        margin: 0;
        font-size: 11px; }
    #halo-login-popup .modal-body form .form-actions input[type="submit"] {
      width: 100%;
      border-radius: 0;
      font-size: 11px;
      margin-bottom: 0; }
    #halo-login-popup .modal-body form .form-actions a.forgot-password {
      margin: 15px 0 10px;
      display: block; }
    #halo-login-popup .modal-body .separated-form > span {
      display: block;
      position: relative;
      font-weight: 400;
      font-size: 11px;
      font-style: italic;
      text-align: center; }
      #halo-login-popup .modal-body .separated-form > span::before {
        content: '';
        border-top: 1px solid #ddd;
        width: 40%;
        display: block;
        position: absolute;
        top: 50%;
        left: 0px; }
      #halo-login-popup .modal-body .separated-form > span::after {
        content: '';
        border-top: 1px solid #ddd;
        width: 40%;
        display: block;
        position: absolute;
        top: 50%;
        right: 0px; }
    #halo-login-popup .modal-body .separated-form a.btn {
      width: 100%;
      margin-top: 20px;
      border-radius: 0;
      background-color: #253951;
      color: #fff;
      font-size: 11px; }
      #halo-login-popup .modal-body .separated-form a.btn:hover {
        background-color: #fff;
        color: #000; }

@media (min-width: 1025px) {
  #homeNewProducts {
    position: relative;
    margin-bottom: 0; }
    #homeNewProducts:not(:hover) {
      z-index: 0; }
    #homeNewProducts .container {
      position: relative; }
      #homeNewProducts .container::after {
        content: "";
        display: block;
        position: absolute;
        bottom: 50px;
        left: 0;
        right: 0; }
  #homeFeaturedProducts {
    position: relative;
    margin-bottom: -33px; }
    #homeFeaturedProducts:not(:hover) {
      z-index: 0; }
    #homeFeaturedProducts .container {
      position: relative; }
      #homeFeaturedProducts .container::after {
        content: "";
        display: block;
        position: absolute;
        bottom: 50px;
        left: 0;
        right: 0;
        border-bottom: 1px solid #ebebeb; }
  #homeNewProducts ~ #homeFeaturedProducts {
    margin-bottom: -70px; }
    #homeNewProducts ~ #homeFeaturedProducts .container::after {
      display: none; }
  #relatedProducts {
    margin-bottom: -45px;
    position: relative; }
    #relatedProducts:not(:hover) {
      z-index: 0; } }

/*LookBook Styles*/
.lookbook .owl-carousel {
  padding: 0;
  list-style: none;
  margin-left: 0;
  margin-bottom: 0px; }

.lookbook .slide-desc {
  position: absolute;
  top: 50%;
  left: 0;
  width: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #fff; }

@media (max-width: 767px) {
  .lookbook .slide-desc.slide-desc-left {
    left: 20px;
    width: 40%; } }

.lookbook .slide-desc.slide-desc-right {
  right: 0;
  left: auto; }
  @media (max-width: 767px) {
    .lookbook .slide-desc.slide-desc-right {
      right: 20px;
      width: 40%; } }

.lookbook .slide-desc.slide-desc-center {
  right: 0;
  left: 0;
  width: 100%; }

.lookbook h2.slide-heading {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 52px;
  font-weight: 700;
  position: relative;
  margin: 0;
  letter-spacing: 0.05em;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .lookbook h2.slide-heading {
      font-size: 30px; } }

.lookbook .social-icons {
  display: block;
  margin: 0;
  padding: 0;
  text-align: right; }
  @media (max-width: 600px) {
    .lookbook .social-icons {
      text-align: center; } }

.lookbook .lookbook-socials {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 20px;
  padding-bottom: 12px; }
  @media (max-width: 767px) {
    .lookbook .lookbook-socials {
      justify-content: center; } }
  @media (max-width: 320px) {
    .lookbook .lookbook-socials {
      flex-direction: column; } }
  .lookbook .lookbook-socials > span {
    margin-bottom: 12px;
    margin-right: 20px;
    color: #464646;
    opacity: 0.6; }
    @media (max-width: 320px) {
      .lookbook .lookbook-socials > span {
        flex-direction: column;
        margin-right: 0; } }
  .lookbook .lookbook-socials li.socialLinks-item {
    margin-right: 8px;
    margin-bottom: 8px; }
    .lookbook .lookbook-socials li.socialLinks-item:last-child {
      margin-right: 0; }
  .lookbook .lookbook-socials a.icon:not(:hover) {
    border: 1px solid #c0c0c0; }

.lookbook .lookbook-socials h5 {
  display: none; }

.lookbook .lookbook-bottom {
  padding: 30px 0 0;
  text-align: center;
  border-top: 1px solid #ebebeb; }

.lookbook .lookbook-bottom a.btn-lookbook {
  width: 100%;
  max-width: 210px;
  font-size: 13px;
  letter-spacing: 0.1em; }

.lookbook .owl-nav > div {
  width: 56px;
  height: 56px;
  border: 0;
  color: #fff;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  font-size: 0; }
  @media (max-width: 767px) {
    .lookbook .owl-nav > div {
      display: none; } }
  .lookbook .owl-nav > div::before {
    width: 10px;
    height: 19px; }
  .lookbook .owl-nav > div.owl-prev {
    left: 0px; }
    .lookbook .owl-nav > div.owl-prev::before {
      background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 18' style='enable-background:new 0 0 9 18;' xml:space='preserve'%3E%3Ctitle%3Esvg-arrow-prev-small%3C/title%3E%3Cpolygon points='5.4,11 3.3,9 5.4,7 9,3.3 9,0 7,2 2,7 0,9 2,11 7,16 9,18 9,14.7 '/%3E%3C/svg%3E"); }
  .lookbook .owl-nav > div.owl-next {
    right: 0px; }
    .lookbook .owl-nav > div.owl-next::before {
      background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 18' style='enable-background:new 0 0 9 18;' xml:space='preserve'%3E%3Ctitle%3Esvg-arrow-next-small%3C/title%3E%3Cpolygon points='3.6,11 5.7,9 3.6,7 0,3.3 0,0 2,2 7,7 9,9 7,11 2,16 0,18 0,14.7 '/%3E%3C/svg%3E"); }

.lookbook:hover .owl-nav > div {
  opacity: 1;
  visibility: visible; }
  .lookbook:hover .owl-nav > div.owl-prev {
    left: 45px; }
  .lookbook:hover .owl-nav > div.owl-next {
    right: 45px; }

.lookbook .owl-dots {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }
  @media (max-width: 767px) {
    .lookbook .owl-dots {
      opacity: 1;
      visibility: visible; } }

.lookbook .owl-dots > div {
  display: inline-block;
  padding: 7px; }
  .lookbook .owl-dots > div span {
    display: block;
    width: 12px;
    height: 12px;
    box-shadow: none;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.3); }
  .lookbook .owl-dots > div.active span {
    background-color: white; }

.lookbook .owl-carousel:not(.owl-loaded) {
  display: block !important; }

.lookbook .owl-carousel:not(.owl-loaded) > .slide-item:not(:first-child) {
  display: none; }

#home-custom-product-tabs {
  position: relative;
  margin-bottom: 0px; }
  @media (max-width: 1024px) {
    #home-custom-product-tabs {
      margin-bottom: 0; } }
  #home-custom-product-tabs:not(:hover) {
    z-index: 0; }
  #home-custom-product-tabs > .container {
    position: relative;
    min-height: 150px; }
    #home-custom-product-tabs > .container::after {
      content: "";
      display: block;
      position: absolute;
      bottom: 50px;
      left: 0;
      right: 0; }
      @media (max-width: 1024px) {
        #home-custom-product-tabs > .container::after {
          display: none; } }
  #home-custom-product-tabs input[type="radio"] {
    position: absolute;
    left: -10000px;
    opacity: 0; }
  #home-custom-product-tabs .flex-tabs .tab-titles {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
    #home-custom-product-tabs .flex-tabs .tab-titles label {
      font-size: 22px;
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      letter-spacing: 0.05em;
      font-weight: 700;
      text-transform: uppercase;
      cursor: pointer;
      margin-left: 32px;
      margin-right: 32px;
      color: #b4b4b4;
      position: relative;
      z-index: 10;
      margin-bottom: 20px; }
      @media (max-width: 480px) {
        #home-custom-product-tabs .flex-tabs .tab-titles label {
          font-size: 16px;
          margin-left: 12px;
          margin-right: 12px; } }
      #home-custom-product-tabs .flex-tabs .tab-titles label::after {
        content: "";
        position: absolute;
        width: 0;
        left: 50%;
        transform: translateX(-50%);
        height: 3px;
        background: #000;
        bottom: -8px;
        opacity: 0;
        visibility: hidden;
        -moz-transition: all 0.3s ease 0s;
        -webkit-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s; }
  #home-custom-product-tabs .flex-tabs .panel {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease 0s;
    padding-top: 0 !important; }
  #home-custom-product-tabs input[type="radio"]#home-product-tab-1:checked ~ .flex-tabs .tab-titles label[for="home-product-tab-1"],
  #home-custom-product-tabs input[type="radio"]#home-product-tab-2:checked ~ .flex-tabs .tab-titles label[for="home-product-tab-2"],
  #home-custom-product-tabs input[type="radio"]#home-product-tab-3:checked ~ .flex-tabs .tab-titles label[for="home-product-tab-3"] {
    color: #000; }
    #home-custom-product-tabs input[type="radio"]#home-product-tab-1:checked ~ .flex-tabs .tab-titles label[for="home-product-tab-1"]::after,
    #home-custom-product-tabs input[type="radio"]#home-product-tab-2:checked ~ .flex-tabs .tab-titles label[for="home-product-tab-2"]::after,
    #home-custom-product-tabs input[type="radio"]#home-product-tab-3:checked ~ .flex-tabs .tab-titles label[for="home-product-tab-3"]::after {
      width: 100%;
      opacity: 1;
      visibility: visible;
      -moz-transition: all 0.3s ease 0s;
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s; }
  #home-custom-product-tabs input[type="radio"]#home-product-tab-1:checked ~ .flex-tabs #home-product-tab-1-panel,
  #home-custom-product-tabs input[type="radio"]#home-product-tab-2:checked ~ .flex-tabs #home-product-tab-2-panel,
  #home-custom-product-tabs input[type="radio"]#home-product-tab-3:checked ~ .flex-tabs #home-product-tab-3-panel {
    opacity: 1;
    visibility: visible;
    height: auto;
    overflow: visible; }
  #home-custom-product-tabs .panel {
    clear: both; }

#homeCustomCMS,
#homeFromOurBlog {
  padding-top: 40px; }
  #homeCustomCMS .blog-items,
  #homeFromOurBlog .blog-items {
    padding-top: 29px; }
  #homeCustomCMS .blog-item,
  #homeFromOurBlog .blog-item {
    text-align: center;
    padding-bottom: 41px; }
    @media (max-width: 767px) {
      #homeCustomCMS .blog-item + .blog-item,
      #homeFromOurBlog .blog-item + .blog-item {
        margin-top: 20px; } }
    #homeCustomCMS .blog-item .posted-by,
    #homeFromOurBlog .blog-item .posted-by {
      color: #777777;
      margin-top: 25px; }
    #homeCustomCMS .blog-item .blog-title,
    #homeFromOurBlog .blog-item .blog-title {
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      letter-spacing: 0.02em;
      font-size: 22px;
      line-height: 36px;
      display: inline-block;
      margin-top: 10px;
      margin-bottom: 15px;
      margin-left: 20px;
      margin-right: 20px; }
      @media (max-width: 480px) {
        #homeCustomCMS .blog-item .blog-title,
        #homeFromOurBlog .blog-item .blog-title {
          font-size: 18px;
          line-height: 32px;
          margin-top: 12px; } }
    #homeCustomCMS .blog-item p,
    #homeFromOurBlog .blog-item p {
      margin-bottom: calc(2rem + 10px);
      margin-left: 20px;
      margin-right: 20px; }
    #homeCustomCMS .blog-item a.btn,
    #homeFromOurBlog .blog-item a.btn {
      width: 100%;
      max-width: 180px;
      font-size: 14px;
      letter-spacing: 0.1em;
      max-height: 3.5rem;
      padding-top: 0.75rem;
      padding-bottom: 0.75rem; }

#homeCustomCMS .blog-item .blog-title {
  margin-top: 25px; }

.sub-module-heading {
  text-align: center;
  margin-bottom: calc(2rem - 1px); }

.banner-item img.lazyload,
.blog-items img.lazyload {
  display: block;
  margin: 30px auto; }

@media (max-width: 480px) {
  .page-type-404 .page-content form[action="/search.php"] .form-prefixPostfix {
    flex-wrap: wrap; } }

.page-type-404 .page-content form[action="/search.php"] input[type="submit"] {
  width: 100px;
  margin-top: 0;
  margin-left: 10px; }
  @media (max-width: 480px) {
    .page-type-404 .page-content form[action="/search.php"] input[type="submit"] {
      margin-top: 10px;
      margin-left: 0;
      width: 100%; } }

.page-type-404 .page-content form[action="/search.php"] #search_query_adv {
  width: calc(100% - 100px); }
  @media (max-width: 480px) {
    .page-type-404 .page-content form[action="/search.php"] #search_query_adv {
      width: 100%; } }

.homeTestimonial {
  display: block;
  position: relative;
  padding: 10px 0;
  margin: 0; }
  .homeTestimonial__container {
    font-size: 0;
    background-color: #f9f9f9;
    padding: 40px 15px; }
    @media (min-width: 1600px) {
      .homeTestimonial__container {
        padding: 130px calc((100% - 1274px)/2) 100px; } }
  .homeTestimonial__carousel {
    display: block; }
    .homeTestimonial__carousel.slick-slider .slick-prev {
      left: 25px; }
      @media (min-width: 1600px) {
        .homeTestimonial__carousel.slick-slider .slick-prev {
          left: -68px; } }
    .homeTestimonial__carousel.slick-slider .slick-next {
      right: 25px; }
      @media (min-width: 1600px) {
        .homeTestimonial__carousel.slick-slider .slick-next {
          right: -68px; } }
    .homeTestimonial__carousel:not(.slick-initialized) {
      display: block;
      white-space: nowrap;
      overflow: hidden;
      font-size: 0;
      letter-spacing: 0; }
      .homeTestimonial__carousel:not(.slick-initialized) .homeTestimonial__item {
        display: inline-block;
        vertical-align: top;
        width: 100%; }
  .homeTestimonial__wrapper {
    display: block;
    width: 100%;
    position: relative;
    padding: 0; }
    @media (min-width: 1600px) {
      .homeTestimonial__wrapper {
        padding: 0 48px; } }
    .homeTestimonial__wrapper .image-wrapper {
      width: 100%;
      position: relative;
      overflow: hidden;
      display: block;
      border-radius: 10px; }
      .homeTestimonial__wrapper .image-wrapper img {
        position: absolute;
        top: 50%;
        left: 50%;
        width: auto;
        height: auto;
        transform: translate3d(-50%, -50%, 0);
        transition: all .7s ease; }
        .homeTestimonial__wrapper .image-wrapper img.lazyload, .homeTestimonial__wrapper .image-wrapper img.lazyloading {
          width: auto;
          height: auto;
          object-fit: contain;
          margin: 0; }
        .homeTestimonial__wrapper .image-wrapper img.lazyloaded {
          width: auto;
          height: auto;
          min-width: 100%; }
      .homeTestimonial__wrapper .image-wrapper:after {
        content: '';
        display: block;
        padding-bottom: 100%; }
    .homeTestimonial__wrapper .content-wrapper {
      width: 100%;
      padding: 30px 0 0 0;
      position: relative;
      display: block; }
    .homeTestimonial__wrapper .quote {
      position: absolute;
      top: -2px;
      left: 45px;
      z-index: -1;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' id='icon-quote-left' viewBox='0 0 512 434' fill='%23fff9dd'%3E%3Cg transform='translate(0.000000,434.000000) scale(0.100000,-0.100000)'%3E%3Cpath d='M1500 4334 c-588 -36 -1101 -380 -1345 -900 -81 -172 -127 -339 -146 -527 -6 -64 -9 -534 -7 -1267 l3 -1165 22 -66 c62 -180 216 -327 408 -386 56 -17 108 -18 740 -18 746 0 732 -1 860 61 132 64 243 188 294 327 l26 72 3 692 c3 765 3 762 -61 892 -40 84 -158 204 -242 248 -126 66 -126 66 -615 72 -437 6 -446 6 -487 29 -54 28 -107 81 -135 135 -31 58 -38 267 -14 387 47 229 209 441 418 543 137 68 192 79 420 86 l196 6 43 30 c23 17 53 50 66 74 22 43 23 52 23 278 0 254 -4 280 -58 336 -51 54 -76 61 -222 63 -74 1 -160 0 -190 -2z'/%3E%3Cpath d='M4260 4333 c-494 -25 -964 -290 -1232 -693 -61 -92 -158 -289 -192 -390 -13 -41 -35 -120 -47 -175 l-23 -100 -4 -1220 c-2 -887 0 -1236 8 -1280 33 -174 155 -331 315 -409 128 -62 114 -61 860 -61 632 0 684 1 740 18 192 59 346 206 408 386 22 65 22 73 25 742 3 732 2 758 -51 872 -54 118 -176 240 -287 290 -108 48 -122 50 -585 56 -436 6 -440 6 -485 29 -137 72 -182 188 -161 415 5 62 20 144 31 182 76 247 288 453 542 526 58 16 114 22 274 27 190 7 202 8 236 31 44 30 77 79 89 128 12 55 11 413 -2 474 -16 72 -76 132 -148 148 -47 10 -169 12 -311 4z'/%3E%3C/g%3E%3C/svg%3E"); }
      .homeTestimonial__wrapper .quote .icon {
        width: 105px;
        height: 89px;
        fill: #fff9dd; }
    .homeTestimonial__wrapper .star {
      margin-bottom: 18px; }
      .homeTestimonial__wrapper .star .icon {
        width: 19px;
        height: 17px;
        margin-right: 9px; }
        .homeTestimonial__wrapper .star .icon.icon--ratingFull {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 456 435' id='icon-star-2' fill='%23fdb10d'%3E%3Cg transform='translate(0.000000,435.000000) scale(0.100000,-0.100000)'%3E%3Cpath d='M2205 4326 c-16 -7 -37 -22 -46 -32 -9 -11 -155 -300 -324 -644 -169 -344 -310 -628 -314 -632 -3 -3 -321 -52 -706 -108 -499 -72 -709 -106 -730 -119 -67 -39 -97 -140 -61 -209 8 -15 216 -224 463 -464 246 -240 474 -463 506 -495 l57 -59 -120 -700 c-126 -736 -125 -729 -85 -790 25 -38 91 -67 141 -61 30 3 215 95 663 331 342 179 626 326 632 326 5 0 288 -146 628 -325 340 -179 632 -328 649 -331 50 -10 99 4 136 39 67 63 69 34 -64 812 l-120 699 47 49 c27 27 254 250 507 495 252 246 464 459 472 474 36 69 6 170 -61 210 -22 12 -224 45 -730 119 -385 55 -703 104 -706 108 -4 3 -145 287 -314 631 -169 344 -315 633 -324 644 -37 43 -134 59 -196 32z'/%3E%3C/g%3E%3C/svg%3E"); }
        .homeTestimonial__wrapper .star .icon.icon--ratingEmpty {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 456 435' id='icon-star-2' fill='%23dbdbdb'%3E%3Cg transform='translate(0.000000,435.000000) scale(0.100000,-0.100000)'%3E%3Cpath d='M2205 4326 c-16 -7 -37 -22 -46 -32 -9 -11 -155 -300 -324 -644 -169 -344 -310 -628 -314 -632 -3 -3 -321 -52 -706 -108 -499 -72 -709 -106 -730 -119 -67 -39 -97 -140 -61 -209 8 -15 216 -224 463 -464 246 -240 474 -463 506 -495 l57 -59 -120 -700 c-126 -736 -125 -729 -85 -790 25 -38 91 -67 141 -61 30 3 215 95 663 331 342 179 626 326 632 326 5 0 288 -146 628 -325 340 -179 632 -328 649 -331 50 -10 99 4 136 39 67 63 69 34 -64 812 l-120 699 47 49 c27 27 254 250 507 495 252 246 464 459 472 474 36 69 6 170 -61 210 -22 12 -224 45 -730 119 -385 55 -703 104 -706 108 -4 3 -145 287 -314 631 -169 344 -315 633 -324 644 -37 43 -134 59 -196 32z'/%3E%3C/g%3E%3C/svg%3E"); }
    .homeTestimonial__wrapper .desc {
      display: block;
      font-size: 16px;
      font-weight: 400;
      line-height: 30px;
      color: #2d2d2d;
      margin: 0 0 24px 0; }
    .homeTestimonial__wrapper .author {
      position: relative;
      display: inline-block;
      float: right;
      padding-right: 80px; }
      .homeTestimonial__wrapper .author span {
        display: block; }
      .homeTestimonial__wrapper .author:before {
        content: '';
        position: absolute;
        top: 20px;
        left: -102px;
        height: 1px;
        width: 80px;
        background-color: #2d2d2d; }
    .homeTestimonial__wrapper .title {
      font-size: 20px;
      font-weight: 500;
      line-height: 30px;
      color: #2d2d2d;
      position: relative;
      text-transform: unset;
      margin: 5px 0 0 0; }
    .homeTestimonial__wrapper .subtitle {
      font-size: 14px;
      font-weight: 300;
      line-height: 30px;
      color: #787878;
      margin: 0; }
  .homeTestimonial .slick-dots {
    bottom: -45px; }
  .homeTestimonial .slick-arrow {
    display: none !important; }
  @media (min-width: 551px) {
    .homeTestimonial .homeTestimonial__wrapper {
      display: flex;
      justify-content: space-between; }
      .homeTestimonial .homeTestimonial__wrapper .image-wrapper {
        width: 40%; }
      .homeTestimonial .homeTestimonial__wrapper .content-wrapper {
        width: 60%;
        padding-top: 60px;
        padding-left: 15px; }
    .homeTestimonial .slick-arrow {
      display: block; } }
  @media (min-width: 992px) {
    .homeTestimonial .homeTestimonial__wrapper .content-wrapper {
      padding-left: 30px; } }
  @media (min-width: 1025px) {
    .homeTestimonial .homeTestimonial__wrapper .image-wrapper {
      width: 325px; }
      .homeTestimonial .homeTestimonial__wrapper .image-wrapper:hover img {
        transform: translate(-50%, -50%) scale3d(1.1, 1.1, 1); }
    .homeTestimonial .homeTestimonial__wrapper .content-wrapper {
      width: calc(100% - 325px); }
    .homeTestimonial .homeTestimonial__wrapper .desc {
      margin-bottom: 56px; } }
  @media (min-width: 1600px) {
    .homeTestimonial .homeTestimonial__wrapper .content-wrapper {
      padding-left: 80px; }
    .homeTestimonial .slick-dots {
      bottom: -100px; } }

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 768px) {
    .blog {
      margin: auto;
      width: 100%; } }
  .blog + .blog {
    border-top: 1px dotted #e0e0e0;
    margin-top: 2rem;
    padding-top: calc(3rem + 5px); }
  .blog .tags {
    margin-top: 3rem;
    text-align: left; }
  .blog .socialLinks {
    text-align: left; }
  .blog .addthis_toolbox {
    margin-top: 3rem; }

.blog-title {
  font-size: 22px;
  margin: -7px 0 7px 0;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  line-height: 30px;
  font-weight: 700; }
  .blog-title a {
    text-decoration: none; }

.blog-date,
.blog-author {
  color: #777777;
  text-align: left; }

.blog-date {
  margin-bottom: 34px; }

.blog-author {
  margin-bottom: 2.5rem; }

.blog-post {
  font-size: 1rem;
  text-align: left;
  margin-bottom: 9px; }
  .blog-post p {
    margin-bottom: 30px; }
    .blog-post p:last-child {
      margin-bottom: 26px; }
  .blog-post h4, .blog-post h5, .blog-post h6 {
    font-size: 12px;
    text-transform: none;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    margin-bottom: 18px;
    text-transform: uppercase; }
  .blog-post ul {
    margin-left: 27px;
    padding-top: 3px;
    padding-bottom: 2px; }
  .blog-post ol {
    margin-left: 27px;
    padding-top: 3px;
    padding-bottom: 2px; }
  .blog-post ul li {
    line-height: 25px;
    padding-left: 10px; }
  .blog-post ol li {
    line-height: 25px;
    padding-left: 10px; }

.blog-thumbnail {
  margin: 0 0 35px;
  text-align: center; }

.blog-post-figure {
  display: block;
  margin: auto;
  text-align: left; }

.blog-post-body {
  display: block;
  margin: 0 auto;
  text-align: left;
  width: 100%; }

.btn.blog-readmore {
  border-width: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  height: auto;
  background: transparent !important;
  letter-spacing: 0.05em;
  color: black !important;
  font-size: 12px;
  box-shadow: none; }
  .btn.blog-readmore .fa {
    font-size: 14px;
    padding-left: 5px; }
  .btn.blog-readmore:hover {
    color: #777777 !important; }
  .btn.blog-readmore ~ ul.tags {
    margin-top: 10px;
    margin-bottom: 10px; }

.page-type-blog_post .blog-post-body {
  padding-top: 25px; }

.page-type-blog_post .blog .tags {
  margin-top: 2.5rem;
  margin-bottom: 1rem; }

.page-type-blog_post .blog-post {
  border-bottom: 1px dotted #e0e0e0;
  margin-bottom: 0; }

.page-type-category .page,
.page-type-brand .page,
.page-type-search .page {
  display: flex;
  flex-wrap: nowrap; }
  @media (max-width: 767px) {
    .page-type-category .page,
    .page-type-brand .page,
    .page-type-search .page {
      flex-wrap: wrap; } }

aside.page-sidebar.col-sm-3 {
  width: 239px;
  padding-right: 0px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    aside.page-sidebar.col-sm-3 {
      width: 25%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    aside.page-sidebar.col-sm-3 {
      width: 30%; } }
  @media (max-width: 767px) {
    aside.page-sidebar.col-sm-3 {
      width: 100%;
      padding-right: 15px; } }

@media (min-width: 768px) {
  aside.page-sidebar > nav {
    display: block !important;
    position: relative;
    z-index: 1; } }

@media (max-width: 767px) {
  aside.page-sidebar > nav {
    display: none; } }

@media (max-width: 767px) {
  #sidebar-toggle {
    display: block !important;
    position: fixed;
    bottom: 10px;
    left: 10px;
    right: 10px;
    z-index: 99;
    margin: 0;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2); }
    #sidebar-toggle a {
      font-weight: 700;
      display: flex;
      flex-wrap: nowrap;
      text-transform: uppercase;
      justify-content: center; }
      #sidebar-toggle a i {
        font-size: 14px;
        margin-left: 10px;
        display: flex;
        align-items: center; } }

aside.page-sidebar.col-sm-3 ~ main.page-content.col-sm-9 {
  width: calc(100% - 239px);
  padding-left: 20px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    aside.page-sidebar.col-sm-3 ~ main.page-content.col-sm-9 {
      width: 75%; } }
  @media (min-width: 768px) and (max-width: 991px) {
    aside.page-sidebar.col-sm-3 ~ main.page-content.col-sm-9 {
      width: 70%; } }
  @media (max-width: 767px) {
    aside.page-sidebar.col-sm-3 ~ main.page-content.col-sm-9 {
      width: 100%;
      padding-left: 15px; } }

.sidebarBlock {
  margin-bottom: 50px;
  clear: both; }
  .sidebarBlock .side-module-heading {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 12px;
    padding-top: 17px;
    padding-bottom: 4px;
    text-transform: uppercase;
    border-top: 2px solid #000; }
  .sidebarBlock#sideSubCategories {
    margin-bottom: 35px; }
  .sidebarBlock ul.navList > li.navList-item {
    padding: 7px 0 8px; }
    .sidebarBlock ul.navList > li.navList-item > a.navList-action {
      padding: 0;
      display: inline;
      color: black; }
      .sidebarBlock ul.navList > li.navList-item > a.navList-action:hover {
        color: #777777;
        border-bottom: 1px dotted #777777; }

#sideBannerImage.sidebarBlock {
  padding-top: 0;
  text-align: center; }

h5.shop-by-heading {
  font-size: 16px;
  text-transform: none;
  margin: 0;
  padding-top: 11px;
  padding-bottom: 15px; }

#sideAllCategories {
  margin-bottom: 35px; }
  #sideAllCategories .side-module-heading {
    margin-bottom: 10px; }

ul.all-categories-list {
  margin: 0;
  list-style: none; }
  ul.all-categories-list li {
    position: relative;
    padding: 9px 0;
    border-bottom: 1px dotted #e0e0e0; }
    ul.all-categories-list li:last-child {
      border-bottom: 0; }
    ul.all-categories-list li a {
      display: inline;
      position: relative;
      color: #464646; }
      ul.all-categories-list li a:hover {
        text-decoration: none;
        color: #000; }
    ul.all-categories-list li:hover > a {
      font-weight: 600; }
  ul.all-categories-list i.fa.fa-angle-down {
    position: absolute;
    right: -10px;
    padding: 13px 8px;
    width: 30px;
    text-align: center;
    top: -2px;
    cursor: pointer;
    font-size: 14px;
    color: #cbcbcb; }
    ul.all-categories-list i.fa.fa-angle-down.is-clicked::before {
      content: "\f106";
      position: relative;
      top: -1px;
      color: #000; }
    ul.all-categories-list i.fa.fa-angle-down.is-clicked ~ a {
      font-weight: 600; }
  ul.all-categories-list ul.dropdown-category-list {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    margin: 0;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    list-style: none; }
    ul.all-categories-list ul.dropdown-category-list > li {
      padding-left: 0px !important; }
    ul.all-categories-list ul.dropdown-category-list.cat-expanded {
      opacity: 1;
      visibility: visible;
      height: auto;
      margin-top: 7px;
      margin-bottom: -7px;
      -moz-transition: all 0.3s ease 0s;
      -webkit-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      border-top: 1px dotted #e5e5e5; }
  ul.all-categories-list > li > a {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #000; }
    ul.all-categories-list > li > a::before {
      display: none; }
  ul.all-categories-list > li > ul.dropdown-category-list.cat-expanded {
    padding-top: 1px; }
  ul.all-categories-list ul#navPages-level-2 > li > a {
    font-size: 12px;
    color: #000;
    letter-spacing: 0.02em; }
  ul.all-categories-list li.current-cat > a {
    color: #777777 !important; }
    ul.all-categories-list li.current-cat > a:hover {
      color: #777777 !important;
      border-bottom-color: #777777; }
  ul.all-categories-list ul#navPages-level-3 > li > a::before {
    content: "\f0da";
    font-family: 'FontAwesome';
    display: block;
    position: absolute;
    left: 0px;
    top: -4px;
    opacity: 0;
    visibility: hidden;
    color: #cbcbcb; }
  ul.all-categories-list ul#navPages-level-3 > li:hover > a {
    margin-left: 18px; }
    ul.all-categories-list ul#navPages-level-3 > li:hover > a::before {
      left: -18px;
      opacity: 1;
      visibility: visible; }

#sideShopByBrands {
  margin-bottom: 40px; }

#sideShopByBrands ul {
  list-style: none;
  margin: 0; }
  #sideShopByBrands ul li {
    padding: 7px 0 8px; }
    #sideShopByBrands ul li a {
      padding: 0;
      display: inline;
      color: black; }
      #sideShopByBrands ul li a:hover {
        color: #777777;
        border-bottom: 1px dotted #777777; }
    #sideShopByBrands ul li:last-of-type {
      padding-top: 10px; }
    #sideShopByBrands ul li:last-of-type a {
      font-weight: 700;
      margin-top: 5px;
      color: black; }
      #sideShopByBrands ul li:last-of-type a span {
        border-bottom: 1px dotted black; }
      #sideShopByBrands ul li:last-of-type a i.fa {
        margin-right: 10px;
        color: #cbcbcb; }
      #sideShopByBrands ul li:last-of-type a:hover {
        color: #777777;
        border-bottom: 0; }
        #sideShopByBrands ul li:last-of-type a:hover span {
          border-bottom-color: #777777; }

#sideRecentPosts {
  margin-bottom: 32px; }

#sideRecentPosts ul {
  list-style: none; }
  #sideRecentPosts ul li {
    padding: 7px 0 14px; }
    #sideRecentPosts ul li + li {
      padding-top: 15px;
      border-top: 1px dotted #e0e0e0; }
    #sideRecentPosts ul li a {
      display: inline;
      position: relative; }
      #sideRecentPosts ul li a:hover {
        text-decoration: none; }

#sideTopSellers {
  margin-bottom: 50px; }
  #sideTopSellers .productCarousel .owl-stage-outer {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 10px; }
  #sideTopSellers .owl-item {
    align-items: flex-start;
    height: auto;
    padding: 0; }
  #sideTopSellers .prod-item {
    margin-bottom: 0; }
    @media (max-width: 1024px) {
      #sideTopSellers .prod-item {
        margin-bottom: 20px; } }
    #sideTopSellers .prod-item .card {
      padding-bottom: 0; }
  #sideTopSellers .prod-image {
    border: 0;
    min-height: auto;
    height: auto !important;
    padding: 0;
    margin-bottom: 15px; }
    #sideTopSellers .prod-image a {
      width: 100%;
      align-items: flex-start; }
      #sideTopSellers .prod-image a img {
        max-height: 120px; }
  #sideTopSellers .owl-nav > div {
    font-size: 0;
    top: 90px; }
    #sideTopSellers .owl-nav > div.owl-prev {
      left: -10px; }
    #sideTopSellers .owl-nav > div.owl-next {
      right: -10px; }
  #sideTopSellers .prod-desc {
    padding-bottom: 0; }
  #sideTopSellers .buttons-wrapper {
    opacity: 1;
    visibility: visible; }
    #sideTopSellers .buttons-wrapper a {
      width: 100%; }

#sideCustomCMS a:not(.btn) {
  color: #777777; }
  #sideCustomCMS a:not(.btn):hover {
    color: black;
    border-bottom: 1px dotted black; }

#sideShopByPrice {
  margin-bottom: 37px; }
  #sideShopByPrice ul {
    list-style: none;
    margin: 0; }
    #sideShopByPrice ul li {
      padding: 7px 0 8px; }
      #sideShopByPrice ul li a {
        padding: 0;
        display: inline;
        color: black; }
        #sideShopByPrice ul li a:hover {
          color: #777777;
          border-bottom: 1px dotted #777777; }
        #sideShopByPrice ul li a.is-active {
          color: #777777; }

.module-heading {
  position: relative;
  top: 1px;
  font-size: 22px;
  text-transform: uppercase;
  margin-top: 6px;
  margin-bottom: 18px;
  text-align: center;
  font-weight: 700; }
  @media (max-width: 480px) {
    .module-heading {
      font-size: 16px; } }

section.module-wrapper {
  padding-top: 20px;
  padding-bottom: 20px; }

.category-image-custom {
  display: block;
  text-align: center; }
  .category-image-custom img {
    width: 100%;
    height: auto;
    object-fit: cover; }

.subcategories-breadcrumbs {
  margin-top: 40px;
  text-align: center; }
  .subcategories-breadcrumbs a {
    display: inline-block;
    vertical-align: top;
    color: #e9446e;
    position: relative;
    padding-left: 10px;
    font-size: 13px;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 700; }
    .subcategories-breadcrumbs a:before {
      content: '';
      display: inline-block;
      width: 4px;
      height: 4px;
      border-radius: 50%;
      background-color: #323030;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
    .subcategories-breadcrumbs a + a {
      margin-left: 10px; }
    .subcategories-breadcrumbs a:hover {
      color: #323030; }

.subcategories-block {
  margin-top: 40px; }
  .subcategories-block .subcategories-title {
    text-align: center;
    margin: 20px 0 20px 0;
    font-size: 22px;
    font-family: Poppins,Arial,Helvetica,sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .05em; }
  .subcategories-block .subcategories-description {
    margin-bottom: 40px;
    text-align: center; }
  .subcategories-block + .subcategories-block {
    margin-top: 90px; }

.halo-block {
  display: block;
  position: relative; }
  .halo-block.halo-block-icon-text {
    padding-top: 40px; }
    .halo-block.halo-block-icon-text .halo-row {
      padding: 0; }
      .halo-block.halo-block-icon-text .halo-row .halo-row-item {
        margin: 0;
        padding: 0 8px;
        outline: none; }
      .halo-block.halo-block-icon-text .halo-row:not(.slick-initialized) {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        font-size: 0;
        letter-spacing: 0; }
        .halo-block.halo-block-icon-text .halo-row:not(.slick-initialized) .halo-row-slider {
          display: inline-block;
          vertical-align: top;
          width: 25%; }
  .halo-block.halo-block-post {
    padding-top: 50px;
    padding-bottom: 50px; }
  .halo-block.halo-block-instagram {
    padding-top: 50px;
    padding-bottom: 40px; }
  .halo-block.halo-block-subscription-form {
    padding-top: 40px;
    padding-bottom: 50px;
    background-color: #f8d0d6; }
    .halo-block.halo-block-subscription-form .container .form {
      max-width: 35rem;
      margin: 0 auto; }
  .halo-block.halo-block-product {
    padding-top: 50px;
    padding-bottom: 50px; }
    .halo-block.halo-block-product .slick-dots {
      bottom: -45px; }
  .halo-block.halo-block-product2 {
    padding-top: 0;
    padding-bottom: 40px; }
  .halo-block.halo-block-quotes {
    padding-top: 50px;
    padding-bottom: 50px; }
  .halo-block.halo-block-disable {
    display: none; }
  @media (min-width: 551px) {
    .halo-block.halo-block-icon-text .halo-row .halo-row-item {
      border-left: 1px solid #ebebeb; }
    .halo-block.halo-block-icon-text .halo-row .halo-row-slider:first-child .halo-row-item {
      border-left: 0; } }
  @media (min-width: 768px) {
    .halo-block.halo-block-icon-text {
      padding-top: 50px; }
    .halo-block.halo-block-post {
      padding-top: 60px;
      padding-bottom: 60px; }
    .halo-block.halo-block-instagram {
      padding-top: 60px;
      padding-bottom: 50px; }
    .halo-block.halo-block-subscription-form {
      padding-top: 50px;
      padding-bottom: 60px; }
    .halo-block.halo-block-product {
      padding-top: 60px;
      padding-bottom: 60px; }
    .halo-block.halo-block-product2 {
      padding-bottom: 50px; }
    .halo-block.halo-block-quotes {
      padding-top: 60px;
      padding-bottom: 60px; }
    .halo-block .halo-instagram .halo-row .halo-row-item {
      display: inline-block;
      width: 33.3333333%;
      margin-top: 60px; } }
  @media (min-width: 768px) and (min-width: 1025px) and (max-width: 1300px) {
    .halo-block .halo-instagram .halo-row .halo-row-item {
      margin-top: 30px; } }
  @media (min-width: 1025px) {
    .halo-block .halo-row {
      margin: 0 -40px; } }
  @media (min-width: 1025px) and (min-width: 1025px) and (max-width: 1300px) {
    .halo-block .halo-row {
      margin: 0 -20px; } }
  @media (min-width: 1025px) {
    .halo-block .halo-instagram .halo-row .halo-row-item {
      padding-left: 40px;
      padding-right: 40px; } }
  @media (min-width: 1025px) and (min-width: 1025px) and (max-width: 1300px) {
    .halo-block .halo-instagram .halo-row .halo-row-item {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (min-width: 1025px) {
    .halo-block.halo-block-icon-text {
      padding-top: 60px; }
      .halo-block.halo-block-icon-text .halo-row {
        width: auto;
        padding: 0;
        min-width: 100%;
        overflow: visible; }
        .halo-block.halo-block-icon-text .halo-row .halo-row-item {
          width: 100%;
          padding-left: 15px;
          padding-right: 15px; }
    .halo-block.halo-block-post {
      padding-top: 100px;
      padding-bottom: 100px; }
    .halo-block.halo-block-instagram {
      padding-top: 100px; }
      .halo-block.halo-block-instagram .container {
        display: block;
        font-size: 0;
        letter-spacing: 0; }
        .halo-block.halo-block-instagram .container .halo-block-header {
          display: inline-block;
          vertical-align: top;
          width: 22%;
          margin-bottom: 0;
          text-align: left; }
          .halo-block.halo-block-instagram .container .halo-block-header .text {
            max-width: 100%;
            padding: 0 15px 0 0;
            margin: 32px 0 20px 0; }
        .halo-block.halo-block-instagram .container .halo-instagram {
          display: inline-block;
          vertical-align: top;
          width: 78%; }
    .halo-block .halo-instagram .halo-row .halo-row-item:nth-child(-n+3) {
      margin-top: 0; }
    .halo-block.halo-block-subscription-form {
      padding-top: 70px;
      padding-bottom: 100px; }
      .halo-block.halo-block-subscription-form .container {
        display: block;
        font-size: 0;
        letter-spacing: 0; }
        .halo-block.halo-block-subscription-form .container .halo-block-header {
          display: inline-block;
          vertical-align: top;
          width: 50%;
          margin-bottom: 0;
          text-align: left;
          padding-right: 15px; }
        .halo-block.halo-block-subscription-form .container .form {
          display: inline-block;
          vertical-align: top;
          width: 50%;
          padding-left: 15px;
          max-width: 100%; }
    .halo-block.halo-block-product {
      padding-top: 100px;
      padding-bottom: 100px; }
    .halo-block.halo-block-product2 {
      padding-bottom: 60px; }
    .halo-block.halo-block-quotes {
      padding-top: 100px;
      padding-bottom: 73px; } }
  @media (min-width: 1600px) {
    .halo-block.halo-block-instagram .container .halo-block-header .text {
      max-width: 345px; }
    .halo-block .halo-instagram .halo-row .halo-row-item {
      padding-left: 40px;
      padding-right: 40px; } }

.halo-block-instagram .container .halo-block-header .text {
  display: block;
  font-size: 16px;
  letter-spacing: .02em;
  line-height: 1.75;
  color: #191919;
  max-width: 800px;
  margin: 5px auto 0 auto; }

@media (min-width: 1025px) {
  .halo-block-header .link {
    margin-top: 25px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    font-weight: 500;
    color: #191919;
    text-transform: unset;
    letter-spacing: .02em;
    line-height: 1.75;
    position: relative; }
  .link-hover:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    display: block;
    background-color: #191919; }
  .link-hover:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    display: block;
    background-color: #ef9ba6;
    transition: all .3s ease; }
  .link-hover:focus, .link-hover:hover {
    color: #ef9ba6; }
  .link-hover:focus:after, .link-hover:hover:after {
    width: 100%; } }

@media (max-width: 1024px) {
  .halo-block.halo-block-instagram {
    padding-top: 0;
    padding-bottom: 50px; }
  .halo-block-header {
    display: inline-block;
    width: 100%;
    text-align: center; }
  .halo-block-instagram .container .halo-block-header .text {
    font-size: 12px; }
  .link-hover {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-weight: 500;
    color: #191919;
    text-transform: unset;
    letter-spacing: .02em;
    line-height: 1.75;
    margin-top: 15px;
    border-bottom: 1px solid; }
  .halo-instagram {
    margin: 40px 0 0; }
    .halo-instagram .halo-row {
      display: block;
      font-size: 0;
      letter-spacing: 0;
      margin: 0 -15px;
      list-style: none;
      text-align: left;
      overflow: auto;
      white-space: nowrap; }
  .halo-block .halo-instagram .halo-row .halo-row-item {
    margin-left: 15px; }
  .halo-instagram .halo-row .halo-row-item {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 370px;
    margin: 0 15px 2px 0;
    white-space: normal;
    font-size: 16px;
    padding: 0; } }

img.brand-logo-heading {
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  margin-bottom: 30px;
  padding: 10px; }

.brandGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -15px;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem;
  display: flex;
  flex-wrap: wrap; }
  .brandGrid ul,
  .brandGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .brandGrid:before, .brandGrid:after {
    content: " ";
    display: table; }
  .brandGrid:after {
    clear: both; }
  .brandGrid .brand {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 480px) {
      .brandGrid .brand {
        width: 33.33333%; } }
    @media (min-width: 768px) {
      .brandGrid .brand {
        width: 25%; } }
    .brandGrid .brand figure {
      border: 1px solid #d0d0d0;
      border-radius: 3px;
      padding: 10px;
      min-height: 100px;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 100%; }
    .brandGrid .brand .card-title {
      text-align: center;
      font-size: 14px;
      letter-spacing: 0;
      font-weight: 700;
      font-family: "Arimo", Arial, Helvetica, sans-serif; }

.productGrid {
  font-size: 0;
  margin-bottom: 1.5rem;
  list-style: none;
  margin-left: 0;
  margin: 0 -15px;
  max-width: none;
  width: auto; }
  .productGrid ul,
  .productGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .productGrid:before, .productGrid:after {
    content: " ";
    display: table; }
  .productGrid:after {
    clear: both; }
  .productGrid .product {
    font-size: 1rem;
    display: inline-block;
    vertical-align: top;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
    float: none; }
    @media (min-width: 480px) {
      .productGrid .product {
        width: 33.33333%; } }
    @media (min-width: 768px) {
      .productGrid .product {
        width: 25%; } }

@media (min-width: 480px) {
  .page-sidebar + .page-content .productGrid .product {
    width: 33.33333%; } }

.productMasonry {
  overflow: hidden;
  margin: 0 0 1.5rem;
  column-count: 2;
  column-fill: auto;
  column-gap: 1.53846rem; }
  @media (min-width: 480px) {
    .productMasonry {
      column-count: 3; } }
  @media (min-width: 768px) {
    .productMasonry {
      column-count: 4; } }
  .productMasonry .product {
    display: block;
    width: 100%;
    margin-bottom: 3rem;
    padding: 0;
    break-inside: avoid; }
  .productMasonry .card {
    margin: 0; }
  .no-csscolumns .productMasonry {
    font-size: 0;
    list-style: none;
    margin-left: 0;
    margin: 0 -15px;
    max-width: none;
    width: auto; }
    .no-csscolumns .productMasonry ul,
    .no-csscolumns .productMasonry ol {
      list-style: none;
      margin-bottom: 0; }
    .no-csscolumns .productMasonry:before, .no-csscolumns .productMasonry:after {
      content: " ";
      display: table; }
    .no-csscolumns .productMasonry:after {
      clear: both; }
    .no-csscolumns .productMasonry .product {
      font-size: 1rem;
      display: inline-block;
      vertical-align: top;
      padding-left: 15px;
      padding-right: 15px;
      width: 25%;
      float: none; }
    .no-csscolumns .productMasonry .card {
      margin: 0; }

@media (min-width: 768px) {
  .no-csscolumns .productGrid--maxCol6 .product {
    width: 16.66667%; } }

@media (min-width: 768px) {
  .csscolumns .productGrid--maxCol6 {
    column-count: 6; } }

@media (min-width: 768px) {
  .no-csscolumns .productGrid--maxCol3 .product {
    width: 33.33333%; } }

@media (min-width: 768px) {
  .csscolumns .productGrid--maxCol3 {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    float: left; }
    .csscolumns .productGrid--maxCol3 .product {
      padding-left: 15px;
      padding-right: 15px;
      width: 33.33333%;
      float: left; } }

.module-wrapper .productBlockContainer {
  margin-right: -10px;
  margin-left: -10px;
  display: flex;
  flex-wrap: wrap; }
  @media (max-width: 480px) {
    .module-wrapper .productBlockContainer {
      margin-right: -10px;
      margin-left: -10px; } }
  .module-wrapper .productBlockContainer.columns-5 .prod-item {
    width: 20%; }
  .module-wrapper .productBlockContainer.columns-4 .prod-item {
    width: 25%; }
  .module-wrapper .productBlockContainer.columns-3 .prod-item {
    width: 33.33%; }
  .module-wrapper .productBlockContainer.columns-2 .prod-item {
    width: 50%; }
  .module-wrapper .productBlockContainer.columns-1 .prod-item {
    width: 100%; }
  @media (max-width: 1199px) {
    .module-wrapper .productBlockContainer.columns-5 .prod-item {
      width: 25%; } }
  @media (max-width: 767px) {
    .module-wrapper .productBlockContainer.columns-5 .prod-item {
      width: 33.33%; }
    .module-wrapper .productBlockContainer.columns-4 .prod-item {
      width: 33.33%; } }
  @media (max-width: 640px) {
    .module-wrapper .productBlockContainer.columns-5 .prod-item {
      width: 50%; }
    .module-wrapper .productBlockContainer.columns-4 .prod-item {
      width: 50%; }
    .module-wrapper .productBlockContainer.columns-3 .prod-item {
      width: 50%; } }

#product-listing-container .module-wrapper {
  margin-bottom: 40px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    #product-listing-container .module-wrapper .productBlockContainer.columns-4 .prod-item {
      width: 33.33%; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    #product-listing-container .module-wrapper .productBlockContainer.columns-4 .prod-item {
      width: 50%; } }

.prod-item {
  margin-bottom: 0; }
  .prod-item article.card {
    width: 100%;
    margin: 0;
    padding: 10px 10px 15px;
    display: flex;
    align-content: stretch;
    align-items: stretch; }
    @media (max-width: 480px) {
      .prod-item article.card {
        padding: 0; } }
  .prod-item .btn-compare {
    padding-top: 12px;
    display: block;
    margin-bottom: -10px;
    opacity: 0;
    visibility: hidden; }
    .prod-item .btn-compare label {
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      font-size: 12px;
      color: #a0a0a0;
      display: inline-block !important;
      width: auto; }
      .prod-item .btn-compare label span {
        vertical-align: -1px; }
    .prod-item .btn-compare input {
      display: none; }
    @media (max-width: 1024px) {
      .prod-item .btn-compare {
        display: block;
        opacity: 1;
        visibility: visible; } }
  .prod-item .prod-image {
    position: relative;
    margin-bottom: 25px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    @media (max-width: 480px) {
      .prod-item .prod-image {
        min-height: auto; }
        .prod-item .prod-image .actions {
          width: 100%; } }
    .prod-item .prod-image > a {
      display: flex;
      align-content: center; }
    .prod-item .prod-image .actions > .btnQV {
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      font-size: 11px;
      font-weight: 600;
      line-height: 18px;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      width: 100px;
      height: 30px;
      margin: 0 auto;
      padding: 0;
      text-align: center;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      color: black;
      border: 1px solid white;
      background-color: white;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 3px;
      -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
      -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
      box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15); }
      .prod-item .prod-image .actions > .btnQV:hover {
        text-decoration: none;
        color: white;
        border: 1px solid black;
        background-color: black; }
      @media (max-width: 480px) {
        .prod-item .prod-image .actions > .btnQV {
          display: none; } }
    .prod-item .prod-image .actions > .btnQV {
      visibility: hidden;
      -webkit-transition: all .3s ease 0s;
      -moz-transition: all .3s ease 0s;
      -ms-transition: all .3s ease 0s;
      -o-transition: all .3s ease 0s;
      transition: all .3s ease 0s;
      opacity: 0;
      filter: alpha(opacity=0); }
  .prod-item:hover .actions > .btnQV {
    visibility: visible;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    opacity: 1;
    filter: alpha(opacity=100); }
  .prod-item:hover .btn-compare {
    opacity: 1;
    visibility: visible; }
  .prod-item .prod-desc {
    margin: 0;
    text-align: center; }
    .prod-item .prod-desc[login-for-pricing] {
      padding-bottom: 0; }
    .prod-item .prod-desc .prod-brand {
      margin-top: -4px;
      margin-bottom: 4px;
      min-height: 20px;
      color: #000;
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      letter-spacing: 0.05em;
      font-weight: 700;
      text-transform: uppercase; }
    .prod-item .prod-desc h4.prod-name {
      font-family: "Arimo", Arial, Helvetica, sans-serif;
      font-size: 12px;
      font-weight: 400;
      line-height: 20px;
      margin-top: 0;
      margin-bottom: 5px;
      letter-spacing: .02em; }
      .prod-item .prod-desc h4.prod-name a {
        color: black; }
      .prod-item .prod-desc h4.prod-name:hover a {
        text-decoration: none;
        color: #777777; }
    .prod-item .prod-desc .prod-summary {
      display: none; }
    .prod-item .prod-desc .prod-price {
      font-family: "Arimo", Arial, Helvetica, sans-serif;
      font-weight: 700;
      font-size: 14px;
      line-height: 25px;
      margin-bottom: 10px;
      color: black; }
      .prod-item .prod-desc .prod-price .price--rrp {
        margin-right: 12px;
        color: #969696; }
        .prod-item .prod-desc .prod-price .price--rrp ~ .price--withoutTax {
          font-weight: 700;
          color: #e7040f; }
      .prod-item .prod-desc .prod-price p[translate] {
        font-size: 14px;
        margin-bottom: 10px;
        color: #777777; }
    .prod-item .prod-desc .rating {
      margin-bottom: 20px; }
    @media (max-width: 1024px) {
      .prod-item .prod-desc {
        padding-bottom: 0; } }

.new-badge {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: normal;
  position: absolute;
  top: 0px;
  left: 0px;
  min-width: 41px;
  min-height: 22px;
  padding: 0 4px;
  text-align: center;
  letter-spacing: 0.05em;
  color: white;
  border: 1px solid black;
  background: black;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1); }

.sale-badge {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: normal;
  position: absolute;
  top: 0px;
  left: 0px;
  min-width: 41px;
  min-height: 22px;
  padding: 0 4px;
  text-align: center;
  letter-spacing: 0.05em;
  color: white;
  border: 1px solid #e7040f;
  background: #e7040f;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1); }

.soldout-badge {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 600;
  line-height: normal;
  position: absolute;
  top: 0px;
  left: 0px;
  min-width: 73px;
  min-height: 22px;
  padding: 0 4px;
  text-align: center;
  letter-spacing: 0.05em;
  color: white;
  border: 1px solid #ebebeb;
  background: #ebebeb;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2px;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1); }

.new-badge ~ .sale-badge {
  top: 26px; }

.new-badge ~ .soldout-badge {
  top: 26px; }

.sale-badge ~ .soldout-badge {
  top: 26px; }

.new-badge ~ .sale-badge ~ .soldout-badge {
  top: 52px; }

.productView-images .new-badge {
  top: 0;
  left: 0;
  z-index: 1; }

.productView-images .sale-badge {
  left: 0;
  z-index: 1; }

.module-wrapper:not(.productList) .prod-item {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  align-content: stretch;
  align-items: stretch; }
  .module-wrapper:not(.productList) .prod-item .card {
    overflow: hidden; }
    @media (max-width: 1024px) {
      .module-wrapper:not(.productList) .prod-item .card {
        padding-bottom: 20px; } }
  @media (min-width: 1025px) {
    .module-wrapper:not(.productList) .prod-item {
      margin-bottom: -65px; } }
  @media (max-width: 1024px) {
    .module-wrapper:not(.productList) .prod-item {
      margin-bottom: 15px; } }
  @media (max-width: 480px) {
    .module-wrapper:not(.productList) .prod-item {
      padding: 15px 10px 15px; } }
  .module-wrapper:not(.productList) .prod-item::before {
    position: absolute;
    z-index: 1;
    top: -19px;
    right: -19px;
    bottom: 0px;
    left: -19px;
    display: none;
    content: '';
    background: #fff;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    border-radius: 3px; }
    @media (max-width: 1024px) {
      .module-wrapper:not(.productList) .prod-item::before {
        display: none !important; } }
  @media (min-width: 1025px) {
    .module-wrapper:not(.productList) .prod-item:hover::before {
      display: block; } }
  .module-wrapper:not(.productList) .prod-item:hover article.card {
    position: relative;
    z-index: 2; }
  .module-wrapper:not(.productList) .prod-item .card-figure {
    height: auto;
    background: transparent; }
  .module-wrapper:not(.productList) .prod-item a.btnATC {
    width: 100%;
    padding-left: 0;
    padding-right: 0; }
  .module-wrapper:not(.productList) .prod-item:hover a.btnATC {
    visibility: visible;
    opacity: 1; }
  @media (max-width: 480px) {
    .module-wrapper:not(.productList) .prod-item .btn-compare {
      margin-top: 10px;
      margin-bottom: 5px; } }
  .module-wrapper:not(.productList) .prod-item:hover {
    z-index: 10; }
  .module-wrapper:not(.productList) .prod-item a.btnWL {
    font-size: 16px;
    text-align: center; }
    .module-wrapper:not(.productList) .prod-item a.btnWL > span {
      display: none; }
  .module-wrapper:not(.productList) .prod-item a.btnWL {
    position: absolute;
    top: -40px;
    right: -5px;
    width: 30px;
    padding: 5px;
    visibility: hidden;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    opacity: 0;
    filter: alpha(opacity=0); }
    @media (max-width: 480px) {
      .module-wrapper:not(.productList) .prod-item a.btnWL {
        display: none; } }
  .module-wrapper:not(.productList) .prod-item:hover a.btnWL {
    visibility: visible;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    opacity: 1;
    filter: alpha(opacity=100); }
  .module-wrapper:not(.productList) .prod-item:hover a.btnWL {
    top: -5px; }
  .module-wrapper:not(.productList) .prod-item .rating {
    opacity: 0;
    visibility: hidden; }
    @media (max-width: 1024px) {
      .module-wrapper:not(.productList) .prod-item .rating {
        opacity: 1;
        visibility: visible; } }
  .module-wrapper:not(.productList) .prod-item:hover .rating {
    opacity: 1;
    visibility: visible; }

.productCarousel .owl-stage-outer {
  margin: -10px -20px 0;
  padding: 30px 20px 0; }
  @media (max-width: 1024px) {
    .productCarousel .owl-stage-outer {
      margin-left: 0;
      margin-right: 0;
      padding-left: 0;
      padding-right: 0; } }

.productCarousel .owl-stage {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: stretch;
  align-items: stretch; }
  .productCarousel .owl-stage .owl-item {
    display: flex;
    align-content: stretch;
    align-items: stretch;
    align-items: start;
    padding: 10px 0;
    height: 100%; }
    @media (max-width: 1024px) {
      .productCarousel .owl-stage .owl-item {
        padding-bottom: 0; } }
    .productCarousel .owl-stage .owl-item .prod-item {
      margin-bottom: 0;
      padding: 0;
      display: flex;
      align-content: stretch;
      align-items: stretch;
      width: 100%; }
      .productCarousel .owl-stage .owl-item .prod-item .card {
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px; }
      .productCarousel .owl-stage .owl-item .prod-item::before {
        top: -15px;
        right: -15px;
        bottom: 0;
        left: -15px; }
      @media (max-width: 1024px) {
        .productCarousel .owl-stage .owl-item .prod-item {
          padding: 0; } }

@media (max-width: 1024px) {
  .productCarousel .owl-nav {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    margin-top: 5px;
    border: 1px solid #d4d4d4;
    -webkit-box-shadow: 0px 2px 0px 0px #f2f2f2;
    -moz-box-shadow: 0px 2px 0px 0px #f2f2f2;
    box-shadow: 0px 2px 0px 0px #f2f2f2; }
    .productCarousel .owl-nav > div {
      position: static;
      width: 50%;
      transform: none;
      border-radius: 0;
      background: #fff; }
      .productCarousel .owl-nav > div::before {
        width: 8px;
        height: 16px; }
      .productCarousel .owl-nav > div.owl-prev::before {
        background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 18' style='enable-background:new 0 0 9 18;' xml:space='preserve'%3E%3Ctitle%3Esvg-arrow-prev-small%3C/title%3E%3Cpolygon points='5.4,11 3.3,9 5.4,7 9,3.3 9,0 7,2 2,7 0,9 2,11 7,16 9,18 9,14.7 '/%3E%3C/svg%3E"); }
      .productCarousel .owl-nav > div.owl-next::before {
        background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 18' style='enable-background:new 0 0 9 18;' xml:space='preserve'%3E%3Ctitle%3Esvg-arrow-next-small%3C/title%3E%3Cpolygon points='3.6,11 5.7,9 3.6,7 0,3.3 0,0 2,2 7,7 9,9 7,11 2,16 0,18 0,14.7 '/%3E%3C/svg%3E"); }
      .productCarousel .owl-nav > div.owl-next {
        border-left: 1px solid #e5e5e5; }
      .productCarousel .owl-nav > div:hover {
        background: #f5f5f5; }
      .productCarousel .owl-nav > div.disabled::before {
        opacity: 0.5; } }

.prod-item .buttons-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  margin-top: -5px;
  margin-bottom: 0px;
  min-height: 20px;
  flex-direction: column; }
  @media (max-width: 1024px) {
    .prod-item .buttons-wrapper {
      opacity: 1;
      visibility: visible; } }
  .prod-item .buttons-wrapper > div {
    margin-right: 2px; }

.prod-item:hover .buttons-wrapper {
  opacity: 1;
  visibility: visible; }

hr.dotted-divider {
  width: 100%;
  border-style: dotted;
  border-color: #e0e0e0;
  margin-top: 0;
  margin-bottom: 30px;
  margin-left: 10px;
  margin-right: 10px; }
  hr.dotted-divider:last-of-type {
    display: none; }

@media (max-width: 1199px) {
  hr.dotted-divider {
    display: none; } }

.productList {
  list-style: none;
  margin-left: 0; }
  .productList ul,
  .productList ol {
    list-style: none;
    margin-bottom: 0; }
  .productList .product + .product {
    margin-top: 4rem; }

@media (min-width: 480px) {
  .listItem {
    margin: 0 -15px;
    max-width: none;
    width: auto;
    display: table; }
    .listItem:before, .listItem:after {
      content: " ";
      display: table; }
    .listItem:after {
      clear: both; } }

@media (min-width: 480px) {
  .listItem-figure,
  .listItem-body {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1200px) {
  .listItem-figure,
  .listItem-body {
    vertical-align: middle; } }

.listItem-figure {
  margin: 0 0 1.5rem; }
  @media (min-width: 480px) {
    .listItem-figure {
      margin-bottom: 0; } }
  @media (min-width: 480px) and (min-width: 480px) {
    .listItem-figure {
      padding-left: 0.76923rem;
      padding-right: 0.76923rem;
      width: 25%; } }

.listItem-image {
  width: 100%; }

@media (min-width: 480px) {
  .listItem-body {
    padding-left: 1.23077rem;
    padding-right: 0.76923rem;
    width: 75%; } }

@media (min-width: 1200px) {
  .listItem-content {
    display: table; } }

@media (min-width: 1200px) {
  .listItem-details,
  .listItem-actions {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1200px) {
  .listItem-details {
    padding-right: 6rem; }
    .listItem-details > :last-child {
      margin-bottom: 0; } }

.listItem-rating {
  margin-bottom: 0.38462rem; }

.listItem-brand {
  color: #a5a5a5;
  font-size: 1rem;
  margin: 0 0 0.15385rem; }
  @media (min-width: 768px) {
    .listItem-brand {
      font-size: 15px;
      margin-bottom: 0; } }

.listItem-title {
  font-size: 15px;
  margin: 0 0 0.15385rem; }
  @media (min-width: 768px) {
    .listItem-title {
      font-size: 20px; } }
  .listItem-title > a {
    text-decoration: none; }

.listItem-price {
  margin-bottom: 1rem; }
  @media (min-width: 768px) {
    .listItem-price {
      font-size: 20px; } }

@media (min-width: 1200px) {
  .listItem-actions {
    vertical-align: middle;
    width: 22%; }
    .listItem-actions .button--compare {
      font-size: 13px;
      padding: 0.53846rem 1.5rem; } }

.listItem-actions .button {
  margin-bottom: 0; }
  @media (min-width: 1200px) {
    .listItem-actions .button {
      width: 100%; }
      .listItem-actions .button + .button {
        margin: 0.76923rem 0 0; } }

@media (min-width: 1200px) {
  .page-sidebar + .page-content .productList .listItem-details {
    padding-right: 3rem; } }

@media (min-width: 1200px) {
  .page-sidebar + .page-content .productList .listItem-actions {
    width: 30%; } }

.module-wrapper.productList .productBlockContainer {
  margin-left: 0;
  margin-right: 0; }

.module-wrapper.productList .productBlockContainer .prod-item {
  width: 100% !important; }
  .module-wrapper.productList .productBlockContainer .prod-item article.card {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0; }
  .module-wrapper.productList .productBlockContainer .prod-item .card-figure {
    display: flex;
    flex-wrap: nowrap;
    width: 100%; }
    .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-image {
      min-width: 224px;
      margin-bottom: 0;
      align-self: start; }
      @media (max-width: 480px) {
        .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-image {
          width: 30%;
          min-width: 30%; } }
      .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-image [data-product-option-change] {
        bottom: -25px; }
    .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc {
      width: calc(100% - 224px);
      padding-left: 40px;
      padding-bottom: 0px;
      text-align: left;
      display: flex;
      flex-direction: column; }
      .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc .prod-brand {
        min-height: auto;
        margin-bottom: 11px; }
      .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc h4.prod-name {
        font-weight: 700;
        margin-bottom: 15px; }
      .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc .prod-summary {
        display: block; }
        .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc .prod-summary p {
          color: #2d2d2d;
          margin-bottom: 15px; }
      .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc .prod-price {
        font-size: 16px;
        margin-bottom: 13px; }
      .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc .rating {
        margin-bottom: 24px; }
      .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc .btn-compare {
        opacity: 1;
        visibility: visible; }
      .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc .btnATC {
        margin-right: 40px;
        width: 100%;
        max-width: 224px; }
        @media (max-width: 991px) {
          .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc .btnATC {
            width: 100%;
            min-width: 100%;
            margin-bottom: 15px; } }
      .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc .buttons-wrapper {
        display: block;
        opacity: 1;
        visibility: visible; }
        @media (max-width: 1199px) {
          .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc .buttons-wrapper {
            display: flex;
            justify-content: flex-start;
            flex-wrap: wrap;
            flex-direction: row; } }
        @media (max-width: 991px) {
          .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc .buttons-wrapper {
            justify-content: space-between; } }
        .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc .buttons-wrapper > div {
          margin-right: 0; }
        .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc .buttons-wrapper a.btnWL {
          display: inline-block;
          vertical-align: middle; }
          @media (max-width: 991px) {
            .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc .buttons-wrapper a.btnWL {
              margin-bottom: 10px;
              margin-top: 10px; } }
          .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc .buttons-wrapper a.btnWL > i {
            vertical-align: middle;
            position: relative;
            top: -1px;
            font-size: 16px; }
          .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc .buttons-wrapper a.btnWL > span {
            display: inline;
            font-weight: 700;
            font-size: 12px;
            text-transform: uppercase;
            font-family: "Open Sans", Arial, Helvetica, sans-serif;
            letter-spacing: 0.05em;
            vertical-align: middle;
            margin-left: 12px; }
        .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc .buttons-wrapper .btn-compare {
          float: right;
          position: relative;
          padding-top: 10px; }
          @media (max-width: 1199px) {
            .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc .buttons-wrapper .btn-compare {
              padding-top: 20px; } }
          @media (max-width: 991px) {
            .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc .buttons-wrapper .btn-compare {
              padding-top: 0;
              margin-bottom: 10px;
              margin-top: 10px; } }
          @media (max-width: 400px) {
            .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc .buttons-wrapper .btn-compare {
              float: none;
              clear: both;
              margin-top: 10px; } }
      @media (max-width: 480px) {
        .module-wrapper.productList .productBlockContainer .prod-item .card-figure .prod-desc {
          width: 70%;
          padding-left: 20px; } }
  .module-wrapper.productList .productBlockContainer .prod-item + .prod-item > .card {
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px dotted #cbcbcb; }

.modal .productView {
  padding-bottom: 0;
  padding-top: 0; }

.productView--quickView .socialLinks-item--print {
  display: none; }

.productView {
  clear: both; }
  .productView .productViewTop {
    display: flex; }
    @media (max-width: 991px) {
      .productView .productViewTop {
        flex-wrap: wrap; } }
    @media (max-width: 767px) {
      .productView .productViewTop {
        padding-top: 0; } }
    .productView .productViewTop .productView-images {
      width: 380px;
      position: relative;
      padding-bottom: 30px; }
      @media (max-width: 1199px) {
        .productView .productViewTop .productView-images {
          width: 45%; } }
      @media (max-width: 991px) {
        .productView .productViewTop .productView-images {
          width: 100%; } }
      .productView .productViewTop .productView-images.current-videos-tab .sale-badge {
        display: none; }
      .productView .productViewTop .productView-images.current-videos-tab .new-badge {
        display: none; }
    .productView .productViewTop .productView-details {
      width: calc(100% - 380px);
      padding-bottom: 30px; }
      @media (max-width: 1199px) {
        .productView .productViewTop .productView-details {
          width: 55%; } }
      @media (min-width: 992px) {
        .productView .productViewTop .productView-details {
          padding-left: 38px; } }
      @media (max-width: 991px) {
        .productView .productViewTop .productView-details {
          width: 100%; } }
      @media (max-width: 767px) {
        .productView .productViewTop .productView-details {
          margin-bottom: 10px; } }
  .productView .zoom-help {
    display: flex;
    clear: both;
    justify-content: center;
    align-items: center;
    color: #a0a0a0; }
    .productView .zoom-help i.fa {
      margin-left: 12px;
      font-size: 14px; }
  .productView.productView--quickView .productViewTop {
    border-bottom: 0;
    padding-bottom: 0px;
    margin-bottom: 0px; }
  .productView [data-product-attribute] .form-option {
    padding: 0;
    display: table;
    float: left;
    text-align: center;
    box-shadow: none !important;
    overflow: visible; }
    .productView [data-product-attribute] .form-option > span {
      display: table-cell;
      vertical-align: middle;
      z-index: 10;
      background: #f5f5f5;
      padding: 0 10px;
      font-size: 11px;
      text-transform: uppercase; }
    .productView [data-product-attribute] .form-option .form-option-expanded {
      background-color: white;
      border: 1px solid;
      left: 0;
      opacity: 0;
      padding: 10px;
      position: absolute;
      top: calc(100% + 5px);
      transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
      visibility: hidden; }
      .productView [data-product-attribute] .form-option .form-option-expanded span {
        display: block; }
        .productView [data-product-attribute] .form-option .form-option-expanded span.title + .form-option-image {
          margin-top: 7px; }
      .productView [data-product-attribute] .form-option .form-option-expanded .form-option-image > img {
        width: 100px;
        height: 100px;
        max-width: 100px; }
      .productView [data-product-attribute] .form-option .form-option-expanded .form-option-image > span {
        width: 100px;
        height: 100px; }
      .productView [data-product-attribute] .form-option .form-option-expanded.two-color .form-option-image {
        width: 100px; }
        .productView [data-product-attribute] .form-option .form-option-expanded.two-color .form-option-image > span:not(.title) {
          display: table-cell;
          width: 50px; }
      .productView [data-product-attribute] .form-option .form-option-expanded.three-color .form-option-image {
        width: 100px; }
        .productView [data-product-attribute] .form-option .form-option-expanded.three-color .form-option-image > span:not(.title) {
          display: table-cell;
          width: 33px; }
    .productView [data-product-attribute] .form-option:hover .form-option-expanded {
      opacity: 1;
      visibility: visible;
      z-index: 5000; }
    .productView [data-product-attribute] .form-option:before {
      border: 3px solid transparent;
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 20; }
  .productView .form-radio:checked + .form-option:before {
    border-color: #000; }
  .productView .form-radio:checked + .form-option span {
    box-shadow: none;
    -moz-box-shadow: none; }
  .productView [data-product-attribute] > .form-label + .form-radio + .form-option .form-option-expanded {
    left: 0 !important; }

.productView-image-wrap .photos-videos {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  height: 36px;
  background: #fff; }
  .productView-image-wrap .photos-videos a {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    letter-spacing: 0.02em;
    color: #a0a0a0;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 400;
    border-top: 1px solid #e5e5e5;
    background: #f9f9f9;
    -webkit-box-shadow: inset 0px 1px 0px 0px #f3f3f3;
    -moz-box-shadow: inset 0px 1px 0px 0px #f3f3f3;
    box-shadow: inset 0px 1px 0px 0px #f3f3f3; }
    .productView-image-wrap .photos-videos a:first-child {
      border-right: 1px solid #e5e5e5; }
    .productView-image-wrap .photos-videos a:hover {
      color: #464646; }
    .productView-image-wrap .photos-videos a.current-tab {
      color: #464646;
      border-top-color: transparent;
      background: transparent;
      box-shadow: none; }

.productView-image {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0; }
  .productView-image img {
    width: 100%; }
    .productView-image img:hover {
      cursor: -webkit-zoom-in;
      cursor: -moz-zoom-in;
      cursor: zoom-in; }
  .productView-image .productView-image--default {
    width: auto; }

.productView-videos {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0; }

.productView-thumbnails {
  width: calc(100% - 80px);
  margin-top: 16px;
  margin-left: auto;
  margin-right: auto; }
  .productView-thumbnails .owl-stage {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto; }

#product-videos.productView-thumbnails .owl-stage {
  flex-wrap: nowrap;
  margin-left: auto;
  margin-right: auto; }

.productView-thumbnails .productView-thumbnail {
  display: flex;
  justify-content: center; }
  .productView-thumbnails .productView-thumbnail a {
    display: inline-block;
    width: 100%; }
    .productView-thumbnails .productView-thumbnail a img {
      -moz-transform-style: unset;
      -webkit-transform-style: unset;
      transform-style: unset;
      margin-left: auto;
      margin-right: auto; }

.productView-thumbnails .owl-nav {
  text-align: center;
  margin-top: 0; }

.productView-thumbnails .owl-nav > div {
  border: 0; }
  .productView-thumbnails .owl-nav > div::before {
    width: 9px;
    height: 18px; }
  .productView-thumbnails .owl-nav > div.owl-prev {
    left: -50px; }
    .productView-thumbnails .owl-nav > div.owl-prev::before {
      background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 18' style='enable-background:new 0 0 9 18;' xml:space='preserve'%3E%3Ctitle%3Esvg-arrow-prev-small%3C/title%3E%3Cpolygon points='5.4,11 3.3,9 5.4,7 9,3.3 9,0 7,2 2,7 0,9 2,11 7,16 9,18 9,14.7 '/%3E%3C/svg%3E"); }
  .productView-thumbnails .owl-nav > div.owl-next {
    right: -50px; }
    .productView-thumbnails .owl-nav > div.owl-next::before {
      background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 18' style='enable-background:new 0 0 9 18;' xml:space='preserve'%3E%3Ctitle%3Esvg-arrow-next-small%3C/title%3E%3Cpolygon points='3.6,11 5.7,9 3.6,7 0,3.3 0,0 2,2 7,7 9,9 7,11 2,16 0,18 0,14.7 '/%3E%3C/svg%3E"); }

.productView-thumbnails .owl-item {
  padding: 0px; }

.productView-thumbnails .productView-thumbnail-link {
  position: relative; }
  .productView-thumbnails .productView-thumbnail-link img {
    border: 1px solid #ebebeb; }

.productView-thumbnails .productView-thumbnail-link:hover {
  opacity: 0.3; }

.productView-thumbnails .productView-thumbnail-link.is-active {
  opacity: 0.5; }

.productView--quickView .productView-details {
  margin-bottom: 0; }

.productView-product > :last-child {
  margin-bottom: 0; }

.productView-brand {
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 14px;
  font-weight: 700; }

.productView-title {
  font-size: 22px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  margin: 0px 10px 13px 0;
  letter-spacing: 0;
  line-height: 32px; }
  @media (max-width: 767px) {
    .productView-title {
      margin-top: 0;
      padding-top: 5px; } }

.productView-rating {
  padding-top: 6px;
  padding-bottom: 25px; }
  .productView-rating i.fa {
    font-size: 14px;
    vertical-align: middle;
    position: relative;
    top: -1px; }

.productView-reviewLink {
  display: inline-block;
  vertical-align: middle; }
  .productView-reviewLink > a {
    color: #000; }
    .productView-reviewLink > a:hover {
      color: #777777;
      border-bottom: 1px dotted #777777; }
  .productView-reviewLink + .productView-reviewLink {
    font-weight: 700;
    margin-left: 36px; }
    .productView-reviewLink + .productView-reviewLink > a {
      border-bottom: 1px dotted #000; }
      .productView-reviewLink + .productView-reviewLink > a:hover {
        color: #777777;
        border-bottom-color: #777777; }
    @media (max-width: 360px) {
      .productView-reviewLink + .productView-reviewLink {
        margin-left: 0;
        margin-top: 10px;
        display: block; } }
  @media (min-width: 321px) {
    .productView-reviewLink .review-link {
      margin: 0 18px; } }

.productView:not(.productView--quickView).reviewLinkCount {
  cursor: pointer; }

.productView-price {
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-size: 22px;
  padding-bottom: 20px;
  font-weight: 400;
  color: black; }
  .productView-price .price-section--saving {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 1rem;
    color: #969696;
    font-weight: normal; }
  .productView-price .price.price--rrp {
    color: #969696;
    font-size: 18px;
    margin-right: 10px; }
    .productView-price .price.price--rrp ~ .price--withoutTax {
      color: #e7040f; }
  .productView-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }
  .productView-price .price-section--withoutTax ~ .price-section--saving {
    margin-top: 9px; }
  .productView-price p[translate] {
    color: #777777; }

.productView-info {
  overflow: hidden;
  margin-bottom: 0; }

.productView-info-name,
.productView-info-value {
  float: left; }

.productView-info-name {
  clear: both;
  margin-bottom: 8px;
  margin-right: 1rem;
  width: 110px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-size: 12px; }

.productView-info-value {
  margin-bottom: 8px; }

[data-custom-field-name="has-size-chart"] {
  display: none; }

.productView-options {
  clear: both;
  margin-bottom: 15px; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (min-width: 480px) {
    .productView-options {
      text-align: left; } }
  @media (min-width: 480px) {
    .productView-options .form-input[type="number"] {
      width: 100px; } }
  .productView-options .form {
    display: inline; }
    @media (min-width: 992px) and (max-width: 1199px) {
      .productView-options .form {
        display: block;
        margin-bottom: 10px; } }
    @media (max-width: 767px) {
      .productView-options .form {
        display: block;
        margin-bottom: 10px; } }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 15px; }
    .productView-options .form-field > .form-checkbox + .form-label,
    .productView-options .form-field > .form-radio + .form-label {
      display: inline-block;
      margin-left: 1.5rem;
      width: auto; }
      @media (min-width: 480px) {
        .productView-options .form-field > .form-checkbox + .form-label,
        .productView-options .form-field > .form-radio + .form-label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
    .productView-options .form-field input[type="file"] {
      font-size: 1rem; }
  .productView-options .qty-add-wrap {
    display: inline; }
    .productView-options .qty-add-wrap .form-field--increments {
      width: 155px; }
    .productView-options .qty-add-wrap input#form-action-addToCart {
      width: 100%;
      margin-bottom: 10px;
      max-width: 300px;
      height: 48px;
      font-size: 14px; }
      @media (max-width: 480px) {
        .productView-options .qty-add-wrap input#form-action-addToCart {
          max-width: 100%; } }
  .productView-options [data-cart-item-add] > .btn_out_of_stock {
    width: 100%;
    margin-bottom: 10px;
    max-width: 300px;
    height: 48px;
    font-size: 14px; }
    .productView-options [data-cart-item-add] > .btn_out_of_stock span {
      display: inline-block;
      line-height: 28px; }
    @media (max-width: 480px) {
      .productView-options [data-cart-item-add] > .btn_out_of_stock {
        max-width: 100%; } }
  .productView-options .form-field--increments {
    margin-bottom: 30px; }
    .productView-options .form-field--increments button[data-action="dec"] {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .productView-options .form-field--increments button[data-action="inc"] {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
    .productView-options .form-field--increments .form-input {
      border-radius: 0; }
  @media (min-width: 480px) {
    .productView-options .form-action {
      float: left;
      padding: 0 0.76923rem;
      width: 50%; } }
  @media (min-width: 768px) {
    .productView-options .form-action {
      float: none;
      padding: 0;
      width: auto; } }
  @media (min-width: 1200px) {
    .productView-options .form-action {
      display: inline-block;
      margin-top: 1rem; } }
  .productView-options .form-action .button {
    width: 100%; }
    @media (min-width: 1200px) {
      .productView-options .form-action .button {
        margin-right: 0.76923rem;
        width: auto; } }

.productOptions-list {
  border: 1px solid #cbcbcb;
  list-style: none;
  margin: 0; }

.productOptions-list-item {
  padding: 1.5rem; }
  .productOptions-list-item + .productOptions-list-item {
    border-top: 1px solid #cbcbcb; }
  .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.23077rem; }

[data-wishlist-add] > button {
  float: right;
  position: relative;
  width: calc(100% - 330px);
  height: 48px; }
  [data-wishlist-add] > button:not(:hover) {
    border-color: #cbcbcb !important; }
  [data-wishlist-add] > button i {
    font-size: 16px;
    vertical-align: middle;
    position: relative;
    top: -1px; }
  [data-wishlist-add] > button span {
    vertical-align: middle;
    margin-left: 12px; }
  [data-wishlist-add] > button:hover {
    color: #777777; }
    [data-wishlist-add] > button:hover span {
      border-bottom-color: #777777; }
  @media (min-width: 992px) and (max-width: 1199px) {
    [data-wishlist-add] > button {
      float: none;
      position: static;
      width: 100%;
      max-width: 300px; } }
  @media (max-width: 767px) {
    [data-wishlist-add] > button {
      float: none;
      position: static;
      width: 100%;
      max-width: 300px; } }
  @media (max-width: 480px) {
    [data-wishlist-add] > button {
      max-width: 100%; } }

.shareProduct {
  text-align: center; }

.addthis_toolbox ul.socialLinks {
  list-style: none;
  margin-left: 0; }
  .addthis_toolbox ul.socialLinks li {
    display: inline-block; }

.addthis_native_toolbox a.addthis_button_tweet .tweet_iframe_widget {
  width: auto !important; }

@media (max-width: 991px) {
  .responsive-tabs {
    padding-bottom: 30px; } }

.responsive-tabs .state {
  position: absolute;
  left: -10000px; }

.responsive-tabs .flex-tabs {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  border: 0; }
  .responsive-tabs .flex-tabs .panel {
    background-color: #fff;
    padding-top: 30px;
    padding-bottom: 1.5rem;
    min-height: 300px;
    display: none;
    width: 100%;
    flex-basis: auto;
    border-top: 1px solid #e5e5e5; }
    @media (max-width: 991px) {
      .responsive-tabs .flex-tabs .panel {
        min-height: auto; } }

.responsive-tabs .tab {
  position: relative;
  bottom: -1px;
  display: flex;
  align-items: center;
  float: left;
  height: 42px;
  margin-left: -1px;
  border: 0;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 400;
  padding: 0 30px;
  transition: background .3s ease 0s;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000;
  border: 1px solid #ebebeb;
  background: #ffffff;
  outline: none;
  z-index: 1; }
  .responsive-tabs .tab:hover {
    background-color: #fff;
    cursor: pointer; }

@media (max-width: 768px) {
  .tabs #tab-description-label .icon-plus,
  .tabs #tab-custom-label .icon-plus {
    font-size: 0;
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 50%;
    right: 2%;
    z-index: 2;
    pointer-events: none;
    transform: translateY(-50%);
    background-color: transparent;
    background-position: unset;
    background-repeat: unset;
    background-image: unset;
    transition: all 0.2s ease; }
    .tabs #tab-description-label .icon-plus:before, .tabs #tab-description-label .icon-plus:after,
    .tabs #tab-custom-label .icon-plus:before,
    .tabs #tab-custom-label .icon-plus:after {
      content: "";
      position: absolute;
      top: 50%;
      z-index: 2;
      transition: all 0.2s ease;
      transform: translate(0, -50%);
      background: #2d2d2d; }
    .tabs #tab-description-label .icon-plus:before,
    .tabs #tab-custom-label .icon-plus:before {
      right: 9px;
      width: 2px;
      height: 20px; }
    .tabs #tab-description-label .icon-plus:after,
    .tabs #tab-custom-label .icon-plus:after {
      right: 0;
      width: 20px;
      height: 2px; } }

#tab-description:checked ~ .tabs #tab-description-label,
#tab-reviews:checked ~ .tabs #tab-reviews-label,
#tab-warranty:checked ~ .tabs #tab-warranty-label,
#tab-custom:checked ~ .tabs #tab-custom-label {
  background-color: #fff;
  z-index: 2; }
  #tab-description:checked ~ .tabs #tab-description-label::before,
  #tab-reviews:checked ~ .tabs #tab-reviews-label::before,
  #tab-warranty:checked ~ .tabs #tab-warranty-label::before,
  #tab-custom:checked ~ .tabs #tab-custom-label::before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    height: 2px;
    background-color: #000; }
  @media (max-width: 768px) {
    #tab-description:checked ~ .tabs #tab-description-label .icon-plus:before, #tab-description:checked ~ .tabs #tab-description-label .icon-plus:after,
    #tab-reviews:checked ~ .tabs #tab-reviews-label .icon-plus:before,
    #tab-reviews:checked ~ .tabs #tab-reviews-label .icon-plus:after,
    #tab-warranty:checked ~ .tabs #tab-warranty-label .icon-plus:before,
    #tab-warranty:checked ~ .tabs #tab-warranty-label .icon-plus:after,
    #tab-custom:checked ~ .tabs #tab-custom-label .icon-plus:before,
    #tab-custom:checked ~ .tabs #tab-custom-label .icon-plus:after {
      background: black; }
    #tab-description:checked ~ .tabs #tab-description-label .icon-plus:before,
    #tab-reviews:checked ~ .tabs #tab-reviews-label .icon-plus:before,
    #tab-warranty:checked ~ .tabs #tab-warranty-label .icon-plus:before,
    #tab-custom:checked ~ .tabs #tab-custom-label .icon-plus:before {
      transform: translateY(-50%) rotate(90deg); } }
  @media (min-width: 992px) {
    #tab-description:checked ~ .tabs #tab-description-label,
    #tab-reviews:checked ~ .tabs #tab-reviews-label,
    #tab-warranty:checked ~ .tabs #tab-warranty-label,
    #tab-custom:checked ~ .tabs #tab-custom-label {
      border-bottom-color: #fff; } }

#tab-description:checked ~ .tabs #tab-description-panel,
#tab-reviews:checked ~ .tabs #tab-reviews-panel,
#tab-warranty:checked ~ .tabs #tab-warranty-panel,
#tab-custom:checked ~ .tabs #tab-custom-panel {
  display: block; }

@media (max-width: 991px) {
  .flex-tabs {
    flex-direction: column; }
    .flex-tabs > label {
      bottom: 0 !important;
      margin-bottom: 10px; }
    .flex-tabs #tab-description-label {
      order: 1; }
    .flex-tabs #tab-reviews-label {
      order: 3; }
    .flex-tabs #tab-warranty-label {
      order: 5; }
    .flex-tabs #tab-custom-label {
      order: 7; }
    .flex-tabs #tab-description-panel {
      order: 2; }
    .flex-tabs #tab-reviews-panel {
      order: 4; }
    .flex-tabs #tab-warranty-panel {
      order: 6; }
    .flex-tabs #tab-custom-panel {
      order: 8; }
    .flex-tabs .panel {
      border: 0 !important;
      padding-top: 20px !important; } }

#tab-description-panel {
  font-size: 1rem;
  text-align: left;
  margin-bottom: 20px; }
  #tab-description-panel > h4:first-child,
  #tab-description-panel > h5:first-child,
  #tab-description-panel > h6:first-child {
    margin-top: 0; }
  #tab-description-panel p {
    margin-bottom: 30px; }
  #tab-description-panel h4,
  #tab-description-panel h5,
  #tab-description-panel h6 {
    font-size: 12px;
    margin-bottom: 15px; }
  #tab-description-panel p + h4,
  #tab-description-panel p + h5,
  #tab-description-panel p + h6 {
    padding-top: 7px; }
  #tab-description-panel ul {
    margin-left: 32px;
    padding-top: 0px;
    padding-bottom: 2px; }
  #tab-description-panel ol {
    margin-left: 32px;
    padding-top: 0px;
    padding-bottom: 2px; }
  #tab-description-panel ul li {
    line-height: 25px;
    padding-left: 10px; }
  #tab-description-panel ol li {
    line-height: 25px;
    padding-left: 10px; }

#tab-custom-panel {
  font-size: 1rem;
  text-align: left;
  margin-bottom: 20px; }
  #tab-custom-panel > h4:first-child,
  #tab-custom-panel > h5:first-child,
  #tab-custom-panel > h6:first-child {
    margin-top: 0; }
  #tab-custom-panel p {
    margin-bottom: 19px; }
  #tab-custom-panel h4,
  #tab-custom-panel h5,
  #tab-custom-panel h6 {
    font-size: 12px;
    margin-bottom: 15px; }
  #tab-custom-panel p + h4,
  #tab-custom-panel p + h5,
  #tab-custom-panel p + h6 {
    padding-top: 7px; }
  #tab-custom-panel ul {
    margin-left: 32px;
    padding-top: 0px;
    padding-bottom: 2px; }
  #tab-custom-panel ol {
    margin-left: 32px;
    padding-top: 0px;
    padding-bottom: 2px; }
  #tab-custom-panel ul li {
    line-height: 25px;
    padding-left: 10px; }
  #tab-custom-panel ol li {
    line-height: 25px;
    padding-left: 10px; }

ul.product-tags {
  margin: 0;
  padding-top: 20px; }
  ul.product-tags li {
    display: inline-block;
    font-size: 1rem;
    margin-right: 10px;
    margin-bottom: 10px;
    font-style: italic;
    color: #484848;
    display: inline-block;
    padding: 0.38462rem 1rem;
    text-decoration: none;
    background: #f7f7f7;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 2px; }
    ul.product-tags li:hover {
      color: #000000;
      border-bottom-color: #ccc; }

.tabs-contents .tab-content {
  padding-top: 2.25em; }

#relatedProducts,
#similarByViews {
  position: relative;
  clear: both; }
  #relatedProducts .module-heading,
  #similarByViews .module-heading {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 12px;
    padding-top: 17px;
    padding-bottom: 4px;
    text-transform: uppercase;
    border-top: 2px solid #000;
    text-align: left; }
  #relatedProducts .productCarousel,
  #similarByViews .productCarousel {
    margin-bottom: 10px; }
    @media (max-width: 1024px) {
      #relatedProducts .productCarousel,
      #similarByViews .productCarousel {
        margin-bottom: 25px; } }
  @media (min-width: 1025px) {
    #relatedProducts .owl-nav,
    #similarByViews .owl-nav {
      position: absolute;
      top: -27px;
      right: -12px;
      display: flex;
      /* border: 1px solid #d4d4d4;
            -moz-box-shadow: 0px 2px 0px 0px #f2f2f2;
            -webkit-box-shadow: 0px 2px 0px 0px #f2f2f2;
            box-shadow: 0px 2px 0px 0px #f2f2f2; */ }
      #relatedProducts .owl-nav > div,
      #similarByViews .owl-nav > div {
        position: static;
        transform: none;
        border: 0;
        width: 32px;
        height: 32px;
        border-radius: 0;
        /* &.owl-next {
                    border-left: 1px solid #e5e5e5;
                } */ }
        #relatedProducts .owl-nav > div::before,
        #similarByViews .owl-nav > div::before {
          width: 8px;
          height: 16px; }
        #relatedProducts .owl-nav > div.owl-prev,
        #similarByViews .owl-nav > div.owl-prev {
          margin-right: 4px; }
          #relatedProducts .owl-nav > div.owl-prev::before,
          #similarByViews .owl-nav > div.owl-prev::before {
            background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 18' style='enable-background:new 0 0 9 18;' xml:space='preserve'%3E%3Ctitle%3Esvg-arrow-prev-small%3C/title%3E%3Cpolygon points='5.4,11 3.3,9 5.4,7 9,3.3 9,0 7,2 2,7 0,9 2,11 7,16 9,18 9,14.7 '/%3E%3C/svg%3E"); }
        #relatedProducts .owl-nav > div.owl-next::before,
        #similarByViews .owl-nav > div.owl-next::before {
          background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3C!-- Generator: Adobe Illustrator 21.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 9 18' style='enable-background:new 0 0 9 18;' xml:space='preserve'%3E%3Ctitle%3Esvg-arrow-next-small%3C/title%3E%3Cpolygon points='3.6,11 5.7,9 3.6,7 0,3.3 0,0 2,2 7,7 9,9 7,11 2,16 0,18 0,14.7 '/%3E%3C/svg%3E"); } }

#similarByViews {
  position: relative;
  z-index: 0;
  margin-bottom: -45px; }
  #similarByViews:hover {
    z-index: 1; }

.productReviews h5.productReview-title {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  margin-bottom: 7px; }

.productReviews .productReview-rating {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 7px; }
  @media (max-width: 480px) {
    .productReviews .productReview-rating {
      display: block;
      margin-top: 7px; } }

.productReviews .productReview-author {
  margin-bottom: 10px; }

.productReviews a.btn[data-reveal-id="modal-review-form"] {
  margin-bottom: 30px; }

#modal-size-chart-form {
  max-width: 810px;
  right: auto; }
  #modal-size-chart-form .modal-body {
    padding: 30px 0 30px !important; }

a[data-reveal-id="modal-size-chart-form"] {
  float: right;
  position: relative;
  font-size: 11px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  font-family: "Arimo", Arial, Helvetica, sans-serif;
  font-weight: 400; }

.productAttributes-message {
  margin-bottom: 20px; }

.product_detail_custom_text {
  padding: 12px 0;
  border-top: 1px dotted #e5e5e5;
  margin-top: 20px; }
  .product_detail_custom_text i.fa {
    font-size: 18px;
    margin-right: 6px;
    display: inline;
    vertical-align: middle;
    position: relative;
    top: -1px; }
  .product_detail_custom_text span {
    display: inline;
    vertical-align: middle;
    font-size: 11px;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-weight: 400; }
  .product_detail_custom_text a {
    display: inline;
    vertical-align: middle;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    font-size: 12px;
    margin-left: 9px;
    border-bottom: 1px dotted #000;
    text-transform: none; }
    .product_detail_custom_text a:hover {
      border-bottom-color: #777777; }

@media (max-width: 1024px) {
  .productViewBottom {
    padding-bottom: 30px; } }

.account {
  margin-bottom: 1.5rem; }
  .account .form-actions .btn-lg {
    min-width: 210px; }

.account-head {
  margin-bottom: 3rem;
  text-align: center; }
  .account-head .alertBox {
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: left; }

.account-content {
  /* @include grid-column(12);*/ }

@media (min-width: 768px) {
  .account-content--fixed {
    width: 66.66667%; } }

@media (min-width: 768px) {
  .account-content--fixedSmall {
    width: 50%; } }

.account-sidebar {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  float: left; }
  @media (min-width: 768px) {
    .account-sidebar {
      width: 33.33333%; }
      .account-content--fixedSmall + .account-sidebar {
        float: right; } }

.page-type-createaccount form[data-create-account-form] {
  padding-top: 6px; }
  .page-type-createaccount form[data-create-account-form] .form-row {
    margin-left: -15px;
    margin-right: -15px; }
    .page-type-createaccount form[data-create-account-form] .form-row .form-field {
      padding-left: 15px;
      padding-right: 15px;
      margin-bottom: 21px; }
  .page-type-createaccount form[data-create-account-form] .form-actions {
    margin-top: 22px; }
    .page-type-createaccount form[data-create-account-form] .form-actions .btn.btn-checkout {
      min-width: 205px; }
    @media (max-width: 480px) {
      .page-type-createaccount form[data-create-account-form] .form-actions {
        margin-top: 20px; }
        .page-type-createaccount form[data-create-account-form] .form-actions .btn.btn-checkout {
          width: 100%;
          max-width: 100%; } }

.page-type-createaccount .g-recaptcha ~ br {
  display: none; }

/* jsTree default theme */
.jstree-node,
.jstree-children,
.jstree-container-ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none; }

.jstree-node {
  white-space: nowrap; }

.jstree-anchor {
  display: inline-block;
  color: black;
  white-space: nowrap;
  padding: 0 4px 0 1px;
  margin: 0;
  vertical-align: top; }

.jstree-anchor:focus {
  outline: 0; }

.jstree-anchor,
.jstree-anchor:link,
.jstree-anchor:visited,
.jstree-anchor:hover,
.jstree-anchor:active {
  text-decoration: none;
  color: inherit; }

.jstree-icon {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

.jstree-icon:empty {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

.jstree-ocl {
  cursor: pointer; }

.jstree-leaf > .jstree-ocl {
  cursor: default; }

.jstree .jstree-open > .jstree-children {
  display: block; }

.jstree .jstree-closed > .jstree-children,
.jstree .jstree-leaf > .jstree-children {
  display: none; }

.jstree-anchor > .jstree-themeicon {
  margin-right: 2px; }

.jstree-no-icons .jstree-themeicon,
.jstree-anchor > .jstree-themeicon-hidden {
  display: none; }

.jstree-hidden {
  display: none; }

.jstree-rtl .jstree-anchor {
  padding: 0 1px 0 4px; }

.jstree-rtl .jstree-anchor > .jstree-themeicon {
  margin-left: 2px;
  margin-right: 0; }

.jstree-rtl .jstree-node {
  margin-left: 0; }

.jstree-rtl .jstree-container-ul > .jstree-node {
  margin-right: 0; }

.jstree-wholerow-ul {
  position: relative;
  display: inline-block;
  min-width: 100%; }

.jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
  cursor: pointer; }

.jstree-wholerow-ul .jstree-anchor,
.jstree-wholerow-ul .jstree-icon {
  position: relative; }

.jstree-wholerow-ul .jstree-wholerow {
  width: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.vakata-context {
  display: none; }

.vakata-context,
.vakata-context ul {
  margin: 0;
  padding: 2px;
  position: absolute;
  background: #f5f5f5;
  border: 1px solid #979797;
  box-shadow: 2px 2px 2px #999999; }

.vakata-context ul {
  list-style: none;
  left: 100%;
  margin-top: -2.7em;
  margin-left: -4px; }

.vakata-context .vakata-context-right ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px; }

.vakata-context li {
  list-style: none;
  display: inline; }

.vakata-context li > a {
  display: block;
  padding: 0 2em 0 2em;
  text-decoration: none;
  width: auto;
  color: black;
  white-space: nowrap;
  line-height: 2.4em;
  text-shadow: 1px 1px 0 white;
  border-radius: 1px; }

.vakata-context li > a:hover {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1; }

.vakata-context li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
  background-position: right center;
  background-repeat: no-repeat; }

.vakata-context li > a:focus {
  outline: 0; }

.vakata-context .vakata-context-hover > a {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1; }

.vakata-context .vakata-context-separator > a,
.vakata-context .vakata-context-separator > a:hover {
  background: white;
  border: 0;
  border-top: 1px solid #e2e3e3;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  padding: 0;
  margin: 0 0 0 2.4em;
  border-left: 1px solid #e0e0e0;
  text-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  border-radius: 0; }

.vakata-context .vakata-contextmenu-disabled a,
.vakata-context .vakata-contextmenu-disabled a:hover {
  color: silver;
  background-color: transparent;
  border: 0;
  box-shadow: 0 0 0; }

.vakata-context li > a > i {
  text-decoration: none;
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  background: transparent;
  margin: 0 0 0 -2em;
  vertical-align: top;
  text-align: center;
  line-height: 2.4em; }

.vakata-context li > a > i:empty {
  width: 2.4em;
  line-height: 2.4em; }

.vakata-context li > a .vakata-contextmenu-sep {
  display: inline-block;
  width: 1px;
  height: 2.4em;
  background: white;
  margin: 0 0.5em 0 0;
  border-left: 1px solid #e2e3e3; }

.vakata-context .vakata-contextmenu-shortcut {
  font-size: 0.8em;
  color: silver;
  opacity: 0.5;
  display: none; }

.vakata-context-rtl ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px; }

.vakata-context-rtl li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
  background-position: left center;
  background-repeat: no-repeat; }

.vakata-context-rtl .vakata-context-separator > a {
  margin: 0 2.4em 0 0;
  border-left: 0;
  border-right: 1px solid #e2e3e3; }

.vakata-context-rtl .vakata-context-left ul {
  right: auto;
  left: 100%;
  margin-left: -4px;
  margin-right: auto; }

.vakata-context-rtl li > a > i {
  margin: 0 -2em 0 0; }

.vakata-context-rtl li > a .vakata-contextmenu-sep {
  margin: 0 0 0 0.5em;
  border-left-color: white;
  background: #e2e3e3; }

#jstree-marker {
  position: absolute;
  top: 0;
  left: 0;
  margin: -5px 0 0 0;
  padding: 0;
  border-right: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0; }

#jstree-dnd {
  line-height: 16px;
  margin: 0;
  padding: 4px; }

#jstree-dnd .jstree-icon,
#jstree-dnd .jstree-copy {
  display: inline-block;
  text-decoration: none;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px; }

#jstree-dnd .jstree-ok {
  background: green; }

#jstree-dnd .jstree-er {
  background: red; }

#jstree-dnd .jstree-copy {
  margin: 0 2px 0 2px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-repeat: no-repeat;
  background-color: transparent; }

.jstree-default .jstree-anchor,
.jstree-default .jstree-wholerow {
  transition: background-color 0.15s, box-shadow 0.15s; }

.jstree-default .jstree-hovered {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #cccccc; }

.jstree-default .jstree-clicked {
  background: #beebff;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #999999; }

.jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
  display: none; }

.jstree-default .jstree-disabled {
  background: transparent;
  color: #666666; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
  box-shadow: none; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-disabled > .jstree-icon {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default .jstree-search {
  font-style: italic;
  color: #8b0000;
  font-weight: bold; }

.jstree-default .jstree-no-checkboxes .jstree-checkbox {
  display: none !important; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
  background: transparent;
  box-shadow: none; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
  background: #e7f4f9; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
  background: transparent; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default > .jstree-striped {
  min-width: 100%;
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat; }

.jstree-default > .jstree-wholerow-ul .jstree-hovered,
.jstree-default > .jstree-wholerow-ul .jstree-clicked {
  background: transparent;
  box-shadow: none;
  border-radius: 0; }

.jstree-default .jstree-wholerow {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.jstree-default .jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default .jstree-wholerow-clicked {
  background: #beebff;
  background: -webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%); }

.jstree-default .jstree-node {
  min-height: 24px;
  line-height: 24px;
  margin-left: 24px;
  min-width: 24px; }

.jstree-default .jstree-anchor {
  line-height: 24px;
  height: 24px; }

.jstree-default .jstree-icon {
  width: 24px;
  height: 24px;
  line-height: 24px; }

.jstree-default .jstree-icon:empty {
  width: 24px;
  height: 24px;
  line-height: 24px; }

.jstree-default.jstree-rtl .jstree-node {
  margin-right: 24px; }

.jstree-default .jstree-wholerow {
  height: 24px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default .jstree-node {
  background-position: -292px -4px;
  background-repeat: repeat-y; }

.jstree-default .jstree-last {
  background: transparent; }

.jstree-default .jstree-open > .jstree-ocl {
  background-position: -132px -4px; }

.jstree-default .jstree-closed > .jstree-ocl {
  background-position: -100px -4px; }

.jstree-default .jstree-leaf > .jstree-ocl {
  background-position: -68px -4px; }

.jstree-default .jstree-themeicon {
  background-position: -260px -4px; }

.jstree-default > .jstree-no-dots .jstree-node,
.jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -4px; }

.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -4px; }

.jstree-default .jstree-disabled {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-checkbox {
  background-position: -164px -4px; }

.jstree-default .jstree-checkbox:hover {
  background-position: -164px -36px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default .jstree-checked > .jstree-checkbox {
  background-position: -228px -4px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default .jstree-checked > .jstree-checkbox:hover {
  background-position: -228px -36px; }

.jstree-default .jstree-anchor > .jstree-undetermined {
  background-position: -196px -4px; }

.jstree-default .jstree-anchor > .jstree-undetermined:hover {
  background-position: -196px -36px; }

.jstree-default .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default > .jstree-striped {
  background-size: auto 48px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -132px -36px; }

.jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -100px -36px; }

.jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -68px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -36px; }

.jstree-default .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -100px -68px no-repeat; }

.jstree-default .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -260px -4px no-repeat; }

.jstree-default > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default {
  line-height: 24px;
  padding: 0 4px; }

#jstree-dnd.jstree-default .jstree-ok,
#jstree-dnd.jstree-default .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default i {
  background: transparent;
  width: 24px;
  height: 24px;
  line-height: 24px; }

#jstree-dnd.jstree-default .jstree-ok {
  background-position: -4px -68px; }

#jstree-dnd.jstree-default .jstree-er {
  background-position: -36px -68px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg=="); }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-node {
  min-height: 18px;
  line-height: 18px;
  margin-left: 18px;
  min-width: 18px; }

.jstree-default-small .jstree-anchor {
  line-height: 18px;
  height: 18px; }

.jstree-default-small .jstree-icon {
  width: 18px;
  height: 18px;
  line-height: 18px; }

.jstree-default-small .jstree-icon:empty {
  width: 18px;
  height: 18px;
  line-height: 18px; }

.jstree-default-small.jstree-rtl .jstree-node {
  margin-right: 18px; }

.jstree-default-small .jstree-wholerow {
  height: 18px; }

.jstree-default-small .jstree-node,
.jstree-default-small .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-small .jstree-node {
  background-position: -295px -7px;
  background-repeat: repeat-y; }

.jstree-default-small .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-open > .jstree-ocl {
  background-position: -135px -7px; }

.jstree-default-small .jstree-closed > .jstree-ocl {
  background-position: -103px -7px; }

.jstree-default-small .jstree-leaf > .jstree-ocl {
  background-position: -71px -7px; }

.jstree-default-small .jstree-themeicon {
  background-position: -263px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-node,
.jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -7px; }

.jstree-default-small .jstree-disabled {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-small .jstree-checkbox {
  background-position: -167px -7px; }

.jstree-default-small .jstree-checkbox:hover {
  background-position: -167px -39px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-small .jstree-checked > .jstree-checkbox {
  background-position: -231px -7px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-small .jstree-checked > .jstree-checkbox:hover {
  background-position: -231px -39px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined {
  background-position: -199px -7px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
  background-position: -199px -39px; }

.jstree-default-small .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default-small > .jstree-striped {
  background-size: auto 36px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -135px -39px; }

.jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -103px -39px; }

.jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -71px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -39px; }

.jstree-default-small .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-small .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -103px -71px no-repeat; }

.jstree-default-small .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -263px -7px no-repeat; }

.jstree-default-small > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-small {
  line-height: 18px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-small .jstree-ok,
#jstree-dnd.jstree-default-small .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default-small i {
  background: transparent;
  width: 18px;
  height: 18px;
  line-height: 18px; }

#jstree-dnd.jstree-default-small .jstree-ok {
  background-position: -7px -71px; }

#jstree-dnd.jstree-default-small .jstree-er {
  background-position: -39px -71px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg=="); }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-node {
  min-height: 32px;
  line-height: 32px;
  margin-left: 32px;
  min-width: 32px; }

.jstree-default-large .jstree-anchor {
  line-height: 32px;
  height: 32px; }

.jstree-default-large .jstree-icon {
  width: 32px;
  height: 32px;
  line-height: 32px; }

.jstree-default-large .jstree-icon:empty {
  width: 32px;
  height: 32px;
  line-height: 32px; }

.jstree-default-large.jstree-rtl .jstree-node {
  margin-right: 32px; }

.jstree-default-large .jstree-wholerow {
  height: 32px; }

.jstree-default-large .jstree-node,
.jstree-default-large .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-large .jstree-node {
  background-position: -288px 0px;
  background-repeat: repeat-y; }

.jstree-default-large .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-open > .jstree-ocl {
  background-position: -128px 0px; }

.jstree-default-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0px; }

.jstree-default-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0px; }

.jstree-default-large .jstree-themeicon {
  background-position: -256px 0px; }

.jstree-default-large > .jstree-no-dots .jstree-node,
.jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0px; }

.jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px 0px; }

.jstree-default-large .jstree-disabled {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-large .jstree-checkbox {
  background-position: -160px 0px; }

.jstree-default-large .jstree-checkbox:hover {
  background-position: -160px -32px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-large .jstree-checked > .jstree-checkbox {
  background-position: -224px 0px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-large .jstree-checked > .jstree-checkbox:hover {
  background-position: -224px -32px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px; }

.jstree-default-large .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default-large > .jstree-striped {
  background-size: auto 64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -128px -32px; }

.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px; }

.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px -32px; }

.jstree-default-large .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-large .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -96px -64px no-repeat; }

.jstree-default-large .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -256px 0px no-repeat; }

.jstree-default-large > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-large {
  line-height: 32px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-large .jstree-ok,
#jstree-dnd.jstree-default-large .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default-large i {
  background: transparent;
  width: 32px;
  height: 32px;
  line-height: 32px; }

#jstree-dnd.jstree-default-large .jstree-ok {
  background-position: 0px -64px; }

#jstree-dnd.jstree-default-large .jstree-er {
  background-position: -32px -64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg=="); }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

@media (max-width: 768px) {
  #jstree-dnd.jstree-dnd-responsive {
    line-height: 40px;
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  #jstree-dnd.jstree-dnd-responsive > i {
    background: transparent;
    width: 40px;
    height: 40px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: 0 -200px;
    background-size: 120px 240px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: -40px -200px;
    background-size: 120px 240px; }
  #jstree-marker.jstree-dnd-responsive {
    border-left-width: 10px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    margin-top: -10px; } }

@media (max-width: 768px) {
  .jstree-default-responsive {
    /*
	.jstree-open > .jstree-ocl,
	.jstree-closed > .jstree-ocl { border-radius:20px; background-color:white; }
	*/ }
  .jstree-default-responsive .jstree-icon {
    background-image: url("../img/vendor/jstree/40px.png"); }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-node {
    min-height: 40px;
    line-height: 40px;
    margin-left: 40px;
    min-width: 40px;
    white-space: nowrap; }
  .jstree-default-responsive .jstree-anchor {
    line-height: 40px;
    height: 40px; }
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-icon:empty {
    width: 40px;
    height: 40px;
    line-height: 40px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0; }
  .jstree-default-responsive.jstree-rtl .jstree-node {
    margin-left: 0;
    margin-right: 40px; }
  .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0; }
  .jstree-default-responsive .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-open > .jstree-ocl {
    background-position: 0 0px !important; }
  .jstree-default-responsive .jstree-closed > .jstree-ocl {
    background-position: 0 -40px !important; }
  .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -40px 0px !important; }
  .jstree-default-responsive .jstree-themeicon {
    background-position: -40px -40px; }
  .jstree-default-responsive .jstree-checkbox,
  .jstree-default-responsive .jstree-checkbox:hover {
    background-position: -40px -80px; }
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox:hover {
    background-position: 0 -80px; }
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined,
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
    background-position: 0 -120px; }
  .jstree-default-responsive .jstree-anchor {
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  .jstree-default-responsive > .jstree-striped {
    background: transparent; }
  .jstree-default-responsive .jstree-wholerow {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(64, 64, 64, 0.2);
    background: #ebebeb;
    height: 40px; }
  .jstree-default-responsive .jstree-wholerow-hovered {
    background: #e7f4f9; }
  .jstree-default-responsive .jstree-wholerow-clicked {
    background: #beebff; }
  .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
    box-shadow: inset 0 -6px 3px -5px #666666; }
  .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
    box-shadow: inset 0 6px 3px -5px #666666;
    border-top: 0; }
  .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
    box-shadow: none; }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-node > .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-image: url("../img/vendor/jstree/40px.png");
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-node {
    background-position: -80px 0;
    background-repeat: repeat-y; }
  .jstree-default-responsive .jstree-last {
    background: transparent; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background-position: -40px -120px; }
  .jstree-default-responsive .jstree-last > .jstree-ocl {
    background-position: -40px -160px; }
  .jstree-default-responsive .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0; }
  .jstree-default-responsive .jstree-file {
    background: url("../img/vendor/jstree/40px.png") 0 -160px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-folder {
    background: url("../img/vendor/jstree/40px.png") -40px -40px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0; } }

/* Custom Styles */
/* Custom product page */
.page-type-product .productView-thumbnails .owl-nav > div {
  top: 25px; }

.page-type-product .product-custom .page-content {
  width: 100%; }
  .page-type-product .product-custom .page-content .custom_page-step {
    margin-bottom: 10px; }
    .page-type-product .product-custom .page-content .custom_page-step > div[class*="col-"] {
      text-align: center; }
      .page-type-product .product-custom .page-content .custom_page-step > div[class*="col-"] h2 {
        margin-top: 0;
        font-family: 'Domine', serif;
        font-weight: 400;
        letter-spacing: 0; }
  .page-type-product .product-custom .page-content .productView-title-col {
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc; }
  .page-type-product .product-custom .page-content .responsive-tabs {
    clear: both; }
  .page-type-product .product-custom .page-content .productView .productViewTop .form {
    width: 100%; }
  .page-type-product .product-custom .page-content .productView .productViewTop .productView-details {
    padding-left: 15px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-left: 1px solid #ccc; }
    @media (min-width: 768px) {
      .page-type-product .product-custom .page-content .productView .productViewTop .productView-details {
        width: 33.33333%; } }
    .page-type-product .product-custom .page-content .productView .productViewTop .productView-details .productView-title {
      font-weight: 400;
      font-size: 18px;
      margin-bottom: 5px; }
    .page-type-product .product-custom .page-content .productView .productViewTop .productView-details .custom-block {
      font-style: italic; }
    .page-type-product .product-custom .page-content .productView .productViewTop .productView-details .block-title {
      text-transform: uppercase;
      font-weight: 400;
      padding-bottom: 15px;
      border-bottom: 1px solid #ccc;
      margin-top: 15px;
      margin-bottom: 15px; }
      .page-type-product .product-custom .page-content .productView .productViewTop .productView-details .block-title.event-details {
        margin-top: 0; }
    .page-type-product .product-custom .page-content .productView .productViewTop .productView-details #ink-colors .form-field > .form-label {
      display: none; }
    .page-type-product .product-custom .page-content .productView .productViewTop .productView-details .productView-rating {
      display: none; }
    .page-type-product .product-custom .page-content .productView .productViewTop .productView-details .qty-add-wrap .form-field--increments {
      display: none; }
    .page-type-product .product-custom .page-content .productView .productViewTop .productView-details .form-input {
      height: 15rem; }
  .page-type-product .product-custom .page-content .productView .productViewTop .productView-images {
    padding-left: 0; }
    @media (min-width: 768px) {
      .page-type-product .product-custom .page-content .productView .productViewTop .productView-images {
        width: 66.66667%; } }
  .page-type-product .product-custom .page-content .productView .productViewTop .build-price {
    padding-left: 0;
    padding-right: 0; }

textarea.form-input {
  height: 15rem; }

.testimonials-flexslider .owl-nav > div:before,
.testimonials-flexslider .owl-nav > div.owl-prev:before {
  background: none; }

.file-upload {
  margin-bottom: 0;
  padding: 5px 0; }

.file-upload::-webkit-file-upload-button {
  visibility: hidden; }

.file-upload::before {
  content: 'UPLOAD FILE';
  display: inline-block;
  background: #fff;
  border: 1px solid #cdcdcd;
  border-radius: 3px;
  padding: 10px 20px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-size: 1em;
  width: 80%;
  text-align: center; }

.file-upload::after {
  content: '';
  display: none; }

/* Landing Page */
.container-landing-page {
  padding: 25px 25px 0 25px; }
  .container-landing-page .landing-title {
    color: black;
    width: 100%;
    text-align: center;
    font-size: 22px;
    letter-spacing: 3px;
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 0;
    text-transform: uppercase; }
  @media (max-width: 480px) {
    .container-landing-page {
      padding: 0; } }

.landing-top-image {
  display: flex;
  justify-content: space-around; }
  .landing-top-image img:hover {
    opacity: 0.7; }
  .landing-top-image .main-left .main-top-image {
    display: block;
    margin-bottom: 30px; }
  .landing-top-image .main-left .main-bottom-image {
    display: flex; }
    .landing-top-image .main-left .main-bottom-image .past-image {
      margin-right: 30px; }
      .landing-top-image .main-left .main-bottom-image .past-image:last-child {
        margin-right: 0; }
  .landing-top-image .sidebar-right {
    margin-left: 30px; }
    .landing-top-image .sidebar-right .past-image {
      margin-bottom: 30px; }
      .landing-top-image .sidebar-right .past-image:last-child {
        margin-bottom: 0; }
  @media (max-width: 480px) {
    .landing-top-image .main-left .main-top-image {
      margin-bottom: 0; }
    .landing-top-image .main-left .main-bottom-image {
      flex-wrap: wrap; }
      .landing-top-image .main-left .main-bottom-image .past-image {
        margin-right: 0; }
    .landing-top-image .sidebar-right {
      display: none; } }

.new-religious-invitations {
  margin-top: 60px;
  width: 85%;
  margin-right: auto;
  margin-left: auto; }
  .new-religious-invitations .new-religious-container {
    display: flex;
    justify-content: space-between; }
    .new-religious-invitations .new-religious-container .new-religious-item {
      max-width: 22.5%;
      text-align: center; }
      .new-religious-invitations .new-religious-container .new-religious-item .link-item {
        width: 100%; }
        .new-religious-invitations .new-religious-container .new-religious-item .link-item:hover {
          opacity: 0.8; }
      .new-religious-invitations .new-religious-container .new-religious-item .name-item {
        width: 100%;
        text-align: center;
        font-size: 14px;
        color: #373737; }
        .new-religious-invitations .new-religious-container .new-religious-item .name-item:hover {
          color: #e9446e; }
  @media (max-width: 768px) {
    .new-religious-invitations .new-religious-container {
      flex-wrap: wrap; }
      .new-religious-invitations .new-religious-container .new-religious-item {
        max-width: inherit;
        width: 50%; } }

.extra-information {
  display: flex;
  margin-top: 60px;
  width: 85%;
  margin-right: auto;
  margin-left: auto; }
  .extra-information .register-left {
    width: 53%;
    float: left;
    margin-top: 22px;
    background: url(http://www.lesliestore.com/product_images/uploaded_images/opercart-image.png) no-repeat center left;
    position: relative;
    height: 290px; }
    .extra-information .register-left .info-register {
      position: absolute;
      top: 20%;
      right: 15%;
      text-align: center; }
      .extra-information .register-left .info-register span {
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        font-size: 16px; }
      .extra-information .register-left .info-register h1 {
        width: 100%;
        font-size: 38px;
        font-weight: bold;
        margin-top: 0px;
        text-align: center;
        margin: 0 0 20px 0;
        letter-spacing: 2px; }
      .extra-information .register-left .info-register a {
        width: 140px;
        border: 2px solid #000;
        text-align: center;
        font-size: 19px;
        color: #000;
        margin-top: 25px;
        display: block;
        overflow: hidden;
        padding: 6px;
        margin: 0 auto;
        webkit-transition: background 0.5s;
        transition: background 0.5s; }
        .extra-information .register-left .info-register a:hover {
          background: #000;
          color: #fff; }
  .extra-information .text-right {
    width: 47%;
    float: right; }
    .extra-information .text-right p {
      padding: 65px 60px;
      border: 15px solid #f3f3f3;
      font-size: 14px;
      text-align: center;
      font-style: italic;
      letter-spacing: 1px;
      line-height: 30px; }
      .extra-information .text-right p a {
        padding: 0 0 5px 0;
        border-bottom: 2px solid #000;
        letter-spacing: 1.2px;
        color: #000;
        text-transform: uppercase;
        margin-top: 35px;
        font-size: 15px;
        width: fit-content;
        margin: 35px auto 0;
        display: block;
        overflow: hidden;
        font-style: normal;
        font-weight: lighter; }
        .extra-information .text-right p a:hover {
          color: #e9446e;
          border-color: #e9446e; }
  @media (max-width: 1024px) {
    .extra-information {
      flex-wrap: wrap; }
      .extra-information .register-left,
      .extra-information .text-right {
        width: 100%; } }
  @media (max-width: 480px) {
    .extra-information .register-left {
      display: none; } }

.extra-promotion {
  margin-top: 60px;
  width: 85%;
  margin-right: auto;
  margin-left: auto; }
  .extra-promotion .extra-promotion-container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .extra-promotion .extra-promotion-container div > img {
      margin-bottom: 20px; }
    .extra-promotion .extra-promotion-container div > a:hover {
      opacity: 0.8; }
  @media (max-width: 480px) {
    .extra-promotion .extra-promotion-container {
      flex-wrap: wrap; }
      .extra-promotion .extra-promotion-container div > img {
        display: none; } }

.send-a-perfect-gift {
  margin-top: 60px;
  position: relative;
  z-index: 10;
  width: 85%;
  margin-right: auto;
  margin-left: auto; }
  .send-a-perfect-gift .send-a-perfect-gift-container {
    display: block; }
    .send-a-perfect-gift .send-a-perfect-gift-container .left-gift {
      display: flex;
      float: left;
      width: 65%;
      border-right: 1px solid #d8d8d8; }
      .send-a-perfect-gift .send-a-perfect-gift-container .left-gift .info-item {
        display: flex;
        flex-direction: column; }
        .send-a-perfect-gift .send-a-perfect-gift-container .left-gift .info-item a:first-child {
          color: #000;
          width: 100%;
          font-weight: bold;
          font-size: 25px;
          line-height: 31px;
          float: left;
          margin-bottom: 30px; }
          .send-a-perfect-gift .send-a-perfect-gift-container .left-gift .info-item a:first-child:hover {
            color: #e9446e; }
        .send-a-perfect-gift .send-a-perfect-gift-container .left-gift .info-item a:last-child {
          color: #000;
          border: 2px solid #000;
          font-size: 13px;
          padding: 10px 0;
          line-height: 15px;
          margin-top: 35px;
          font-weight: bold;
          width: 104px;
          text-align: center;
          cursor: pointer; }
          .send-a-perfect-gift .send-a-perfect-gift-container .left-gift .info-item a:last-child:hover {
            background: #000;
            color: #fff; }
        .send-a-perfect-gift .send-a-perfect-gift-container .left-gift .info-item p {
          padding: 0 75px 0 0;
          margin: 0;
          color: #373737;
          letter-spacing: 0.30px;
          font-size: 14px;
          line-height: 25px; }
    .send-a-perfect-gift .send-a-perfect-gift-container .right-gift {
      width: 35%;
      float: left;
      padding-left: 30px;
      display: flex;
      flex-direction: column; }
      .send-a-perfect-gift .send-a-perfect-gift-container .right-gift .gift-item {
        display: flex;
        border-bottom: 1px solid #d8d8d8;
        padding-bottom: 6.52%;
        margin-bottom: 6.52%; }
        .send-a-perfect-gift .send-a-perfect-gift-container .right-gift .gift-item:last-child {
          border-bottom: none; }
        .send-a-perfect-gift .send-a-perfect-gift-container .right-gift .gift-item .image-item {
          width: 36%; }
        .send-a-perfect-gift .send-a-perfect-gift-container .right-gift .gift-item .info-item {
          display: flex;
          flex-direction: column;
          padding-left: 30px;
          padding-top: 5px; }
          .send-a-perfect-gift .send-a-perfect-gift-container .right-gift .gift-item .info-item a:first-child {
            color: #000;
            width: 100%;
            font-weight: bold;
            font-size: 25px;
            line-height: 31px;
            float: left; }
            .send-a-perfect-gift .send-a-perfect-gift-container .right-gift .gift-item .info-item a:first-child:hover {
              color: #e9446e; }
          .send-a-perfect-gift .send-a-perfect-gift-container .right-gift .gift-item .info-item a:last-child {
            color: #000;
            border: 2px solid #000;
            font-size: 13px;
            padding: 10px 0;
            line-height: 15px;
            margin-top: 20px;
            font-weight: bold;
            width: 104px;
            text-align: center;
            cursor: pointer; }
            .send-a-perfect-gift .send-a-perfect-gift-container .right-gift .gift-item .info-item a:last-child:hover {
              background: #000;
              color: #fff; }
  @media (max-width: 1024px) {
    .send-a-perfect-gift .send-a-perfect-gift-container .left-gift {
      width: 100%;
      border-right: none;
      border-bottom: 1px solid #d8d8d8;
      padding-bottom: 6.52%;
      margin-bottom: 6.52%; }
      .send-a-perfect-gift .send-a-perfect-gift-container .left-gift .info-item {
        padding-left: 30px;
        padding-top: 5px; }
    .send-a-perfect-gift .send-a-perfect-gift-container .right-gift {
      width: 100%;
      padding-left: 0; }
      .send-a-perfect-gift .send-a-perfect-gift-container .right-gift .gift-item .image-item {
        width: inherit; } }
  @media (max-width: 768px) {
    .send-a-perfect-gift .send-a-perfect-gift-container .left-gift .image-item {
      width: 50%; }
    .send-a-perfect-gift .send-a-perfect-gift-container .right-gift .image-item {
      width: 40% !important; } }
  @media (max-width: 480px) {
    .send-a-perfect-gift .send-a-perfect-gift-container .left-gift .image-item {
      width: inherit !important; }
    .send-a-perfect-gift .send-a-perfect-gift-container .left-gift .info-item a:first-child {
      font-size: 20px;
      margin-bottom: 0; }
    .send-a-perfect-gift .send-a-perfect-gift-container .left-gift .info-item p {
      display: none; }
    .send-a-perfect-gift .send-a-perfect-gift-container .right-gift .image-item {
      width: inherit !important; }
    .send-a-perfect-gift .send-a-perfect-gift-container .right-gift .info-item a:first-child {
      font-size: 20px !important; } }

/* Wedding Planner Program Page */
.page-wedding .page-heading-wedding {
  margin: 0 0 36px;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px dotted #e7e6e6;
  padding-bottom: 10px;
  color: #323030; }

.page-wedding.custom .page-content.page-content--centered.first {
  margin-bottom: 50px; }
  .page-wedding.custom .page-content.page-content--centered.first .page-content-left {
    width: 100% !important;
    float: unset !important; }
  .page-wedding.custom .page-content.page-content--centered.first .page-content-right .custom-wholesale {
    padding: 0;
    margin-top: 50px; }

.page-wedding .page-content {
  display: inline-block; }
  .page-wedding .page-content .page-content-left {
    width: 50%;
    float: left;
    padding: 0 15px; }
    .page-wedding .page-content .page-content-left .fusion-text h4 {
      font-size: 14px;
      line-height: 24px;
      font-weight: 100;
      font-style: normal;
      letter-spacing: 0;
      text-align: justify;
      margin: 20px 0;
      color: #323030; }
    .page-wedding .page-content .page-content-left .fusion-text h2 {
      font-size: 18px;
      line-height: 24px;
      font-weight: 700;
      font-style: normal;
      letter-spacing: 0;
      text-align: center;
      margin: 50px 0 15px 0;
      color: #323030; }
    .page-wedding .page-content .page-content-left .fusion-text ul {
      padding-left: 40px;
      margin: 13px 0; }
      .page-wedding .page-content .page-content-left .fusion-text ul li {
        line-height: 1.69;
        color: #323030; }
    .page-wedding .page-content .page-content-left .fusion-text.wholesale-text h2 {
      text-align: left;
      font-weight: normal; }
    .page-wedding .page-content .page-content-left .fusion-text.wholesale-text ul {
      list-style-type: decimal; }
      .page-wedding .page-content .page-content-left .fusion-text.wholesale-text ul li span {
        font-style: italic; }
    .page-wedding .page-content .page-content-left .fusion-text.wholesale-text p {
      text-align: justify; }
    .page-wedding .page-content .page-content-left .fusion-text.wholesale-text a {
      border-bottom: 1px dotted; }
    .page-wedding .page-content .page-content-left .fusion-text.wholesale-text .note-text {
      color: #747474;
      font-size: 10px; }
    .page-wedding .page-content .page-content-left .fusion-section-separator {
      border-bottom: 3px solid #f6f6f6;
      margin-left: -0px;
      margin-right: -0px;
      position: relative; }
      .page-wedding .page-content .page-content-left .fusion-section-separator .divider-candy-arrow {
        z-index: 2;
        position: absolute;
        left: 50%;
        margin-left: -29px;
        height: 0;
        width: 0;
        border-color: transparent;
        border-style: solid; }
      .page-wedding .page-content .page-content-left .fusion-section-separator .divider-candy-arrow.bottom {
        border-width: 29px 29px 0 29px;
        top: 3px;
        border-top-color: #f6f6f6; }
      .page-wedding .page-content .page-content-left .fusion-section-separator .divider-candy {
        z-index: 100;
        position: absolute;
        left: 50%;
        margin-left: -20px;
        height: 40px;
        width: 40px;
        border-bottom: 1px solid #f6f6f6;
        border-left: 1px solid #f6f6f6;
        background-color: transparent;
        content: ""; }
      .page-wedding .page-content .page-content-left .fusion-section-separator .divider-candy.bottom {
        bottom: -23px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  .page-wedding .page-content .page-content-right {
    width: 50%;
    float: left;
    padding: 0 15px; }
    .page-wedding .page-content .page-content-right .fusion-imageframe {
      border: 2px solid #d8d8d8;
      overflow: visible;
      position: relative;
      display: inline-block;
      z-index: 1;
      vertical-align: middle;
      max-width: 100%; }
      .page-wedding .page-content .page-content-right .fusion-imageframe:before, .page-wedding .page-content .page-content-right .fusion-imageframe:after {
        position: absolute;
        bottom: 15px;
        z-index: -1;
        height: 20%;
        max-height: 100px;
        max-width: 460px;
        width: 60%;
        content: "";
        opacity: .7;
        -webkit-box-shadow: 0 17px 10px rgba(0, 0, 0, 0.7);
        box-shadow: 0 17px 10px rgba(0, 0, 0, 0.7); }
      .page-wedding .page-content .page-content-right .fusion-imageframe:before {
        left: 10px;
        -webkit-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        transform: rotate(-3deg); }
      .page-wedding .page-content .page-content-right .fusion-imageframe:after {
        left: auto;
        right: 10px;
        -webkit-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        transform: rotate(3deg); }

.page-wedding #wedding-planner-program-form,
.page-wedding #wholesale-form {
  margin-top: 20px;
  margin-bottom: 0; }
  .page-wedding #wedding-planner-program-form .page-heading-wedding,
  .page-wedding #wholesale-form .page-heading-wedding {
    text-align: left; }
  .page-wedding #wedding-planner-program-form .fusion-text h4,
  .page-wedding #wholesale-form .fusion-text h4 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 100;
    font-style: normal;
    letter-spacing: 0;
    text-align: justify;
    margin: 20px 0;
    color: #323030; }
  .page-wedding #wedding-planner-program-form .wedding-planner-program .form-group,
  .page-wedding #wholesale-form .wedding-planner-program .form-group {
    background: none;
    border: 0 none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    float: left;
    font-size: 100%;
    height: auto;
    letter-spacing: normal;
    list-style: none;
    outline: none;
    position: static;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    width: 50%;
    visibility: visible;
    overflow: visible;
    margin: 10px 0;
    padding: 0 10px 0 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
    .page-wedding #wedding-planner-program-form .wedding-planner-program .form-group label,
    .page-wedding #wholesale-form .wedding-planner-program .form-group label {
      display: block;
      font-size: 13px;
      float: none;
      font-weight: 700;
      line-height: 1.3;
      margin: 0 0 4px 0;
      padding: 0;
      text-transform: uppercase;
      color: #323030; }
      .page-wedding #wedding-planner-program-form .wedding-planner-program .form-group label span,
      .page-wedding #wholesale-form .wedding-planner-program .form-group label span {
        color: #e9446e; }
    .page-wedding #wedding-planner-program-form .wedding-planner-program .form-group input,
    .page-wedding #wedding-planner-program-form .wedding-planner-program .form-group select,
    .page-wedding #wholesale-form .wedding-planner-program .form-group input,
    .page-wedding #wholesale-form .wedding-planner-program .form-group select {
      background-color: #fff;
      box-sizing: border-box;
      border-radius: 2px;
      color: #333;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      display: block;
      float: none;
      font-size: 16px;
      border: 1px solid #ccc;
      padding: 6px 10px;
      height: 38px;
      width: 100%;
      max-width: 80%;
      line-height: 1.3; }
    .page-wedding #wedding-planner-program-form .wedding-planner-program .form-group input[type="checkbox"],
    .page-wedding #wholesale-form .wedding-planner-program .form-group input[type="checkbox"] {
      display: inline-block;
      width: 18px;
      height: auto;
      vertical-align: middle; }
  .page-wedding #wedding-planner-program-form .wedding-planner-program #agree,
  .page-wedding #wholesale-form .wedding-planner-program #agree {
    width: 100%; }
    .page-wedding #wedding-planner-program-form .wedding-planner-program #agree label,
    .page-wedding #wedding-planner-program-form .wedding-planner-program #agree p,
    .page-wedding #wholesale-form .wedding-planner-program #agree label,
    .page-wedding #wholesale-form .wedding-planner-program #agree p {
      font-size: 14px;
      line-height: 24px;
      font-weight: 100;
      font-style: normal;
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      letter-spacing: 0px;
      text-align: justify;
      color: #323030;
      margin-bottom: 5px; }
    .page-wedding #wedding-planner-program-form .wedding-planner-program #agree label,
    .page-wedding #wholesale-form .wedding-planner-program #agree label {
      display: inline-block; }
    .page-wedding #wedding-planner-program-form .wedding-planner-program #agree a,
    .page-wedding #wholesale-form .wedding-planner-program #agree a {
      display: block;
      width: fit-content;
      font-size: 14px;
      line-height: 24px;
      font-weight: 100;
      font-style: normal;
      letter-spacing: 0;
      text-align: justify;
      color: #323030;
      border-bottom: 1px dotted #323030; }
      .page-wedding #wedding-planner-program-form .wedding-planner-program #agree a:hover,
      .page-wedding #wholesale-form .wedding-planner-program #agree a:hover {
        color: #e9446e;
        border-bottom: 1px dotted #e9446e; }
  .page-wedding #wedding-planner-program-form .wedding-planner-program #agree ~ .submit-button-wrapper,
  .page-wedding #wholesale-form .wedding-planner-program #agree ~ .submit-button-wrapper {
    width: 100%;
    float: left; }
    .page-wedding #wedding-planner-program-form .wedding-planner-program #agree ~ .submit-button-wrapper button,
    .page-wedding #wholesale-form .wedding-planner-program #agree ~ .submit-button-wrapper button {
      width: 120px; }

@media (max-width: 767px) {
  .page-wedding .page-content .page-content-left,
  .page-wedding .page-content .page-content-right {
    width: 100%;
    float: none; }
  .page-wedding .wedding-planner-program .form-group {
    width: 100% !important;
    padding: 0 !important; }
    .page-wedding .wedding-planner-program .form-group input,
    .page-wedding .wedding-planner-program .form-group select {
      max-width: 100% !important; }
  .page-wedding .wedding-planner-program .submit-button-wrapper {
    text-align: center; }
  .page-wedding .wedding-planner-program #submit-wedding-planner-program {
    max-width: 100% !important;
    width: 60%; } }

/* Order A Free Sample Page */
.page-order-a-free-sample .page-heading-order {
  margin: 36px 0;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px dotted #e7e6e6;
  padding-bottom: 10px;
  color: #323030; }

.page-order-a-free-sample #sample-form .form-fieldset {
  letter-spacing: 0;
  font-size: 0; }
  .page-order-a-free-sample #sample-form .form-fieldset .form-group {
    background: none;
    border: 0 none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    display: inline-block;
    vertical-align: top;
    font-size: 100%;
    height: auto;
    letter-spacing: normal;
    list-style: none;
    outline: none;
    position: static;
    text-decoration: none;
    text-indent: 0;
    text-shadow: none;
    text-transform: none;
    width: 50%;
    visibility: visible;
    overflow: visible;
    margin: 10px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none; }
    .page-order-a-free-sample #sample-form .form-fieldset .form-group:nth-child(even) {
      padding-left: 40px; }
    .page-order-a-free-sample #sample-form .form-fieldset .form-group:nth-child(odd) {
      padding-right: 40px; }
    .page-order-a-free-sample #sample-form .form-fieldset .form-group label {
      display: block;
      font-size: 13px;
      float: none;
      font-weight: 700;
      line-height: 1.3;
      margin: 0 0 4px 0;
      padding: 0;
      text-transform: uppercase;
      color: #323030; }
      .page-order-a-free-sample #sample-form .form-fieldset .form-group label span {
        color: #e9446e; }
    .page-order-a-free-sample #sample-form .form-fieldset .form-group input,
    .page-order-a-free-sample #sample-form .form-fieldset .form-group select {
      background-color: #fff;
      box-sizing: border-box;
      border-radius: 2px;
      color: #333;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      display: block;
      float: none;
      font-size: 16px;
      border: 1px solid #ccc;
      padding: 6px 10px;
      height: 38px;
      width: 100%;
      line-height: 1.3; }
    .page-order-a-free-sample #sample-form .form-fieldset .form-group input[type="checkbox"] {
      display: inline-block;
      width: 18px;
      height: auto;
      vertical-align: middle; }
  .page-order-a-free-sample #sample-form .form-fieldset .submit-button-wrapper {
    text-align: center;
    margin-top: 18px; }
    .page-order-a-free-sample #sample-form .form-fieldset .submit-button-wrapper #sample-submit {
      max-width: inherit;
      font-size: 26px;
      border-radius: 0;
      text-transform: lowercase;
      font-weight: 500;
      height: auto;
      background: #e9446e;
      border-color: #e9446e;
      padding-left: 24px;
      padding-right: 24px;
      outline: 0; }
      .page-order-a-free-sample #sample-form .form-fieldset .submit-button-wrapper #sample-submit:hover {
        background: #000;
        border-color: #000; }

@media (max-width: 767px) {
  .page-order-a-free-sample #sample-form .form-fieldset .form-group {
    width: 100%; }
    .page-order-a-free-sample #sample-form .form-fieldset .form-group:nth-child(even), .page-order-a-free-sample #sample-form .form-fieldset .form-group:nth-child(odd) {
      padding: 0; } }

.form-group.form-field--error input {
  border: 1px solid #e9446e !important; }

#minimum-order-amount {
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  align-items: center; }
  #minimum-order-amount i.fa {
    margin-right: 10px; }

.page-heading.minimum-order ~ [data-cart-bottom] .cart-actions {
  display: none; }

.page-heading.minimum-order ~ [data-cart-bottom] .cart-additionalCheckoutButtons {
  display: none; }

.previewCartAction.minimum-order .previewCartAction-viewCart a.btn {
  margin-right: 0; }

.previewCartAction.minimum-order > a {
  display: none; }

.previewCartAction.minimum-order .previewCartAction-checkout {
  display: none; }

.previewCartAction.minimum-order .previewCartAction-checkoutMultiple {
  display: none; }

.previewCartAction.minimum-order .previewCartAction-additionalCheckoutButtons {
  display: none; }

.previewCartAction.minimum-order .cart-additionalCheckoutButtons {
  display: none; }

.previewCartCheckout.minimum-order a[href="/checkout.php"] {
  display: none; }

.previewCartCheckout.minimum-order .previewCartCheckout-additionalCheckoutButtons {
  display: none; }

.previewCartCheckout.minimum-order .previewCartAction-checkoutMultiple {
  display: none; }

@media (min-width: 1200px) {
  .product-no-sidebar .productViewTop .productView-images {
    width: 50%; }
  .product-no-sidebar .productViewTop .productView-details {
    width: 50%; } }

@media (min-width: 1200px) {
  .product-no-sidebar .productViewTop .productView-images {
    width: 50%; }
  .product-no-sidebar .productViewTop .productView-details {
    width: 50%; } }

.product-no-sidebar .productViewTop .productView-details .responsive-tabs {
  margin-top: 30px; }

@media (min-width: 992px) {
  .image-hover {
    position: relative;
    display: block;
    overflow: hidden; }
  .image-hover:after {
    content: "";
    width: 100%;
    height: 100%;
    top: 100%;
    right: 0;
    left: auto;
    z-index: 4;
    transform: none;
    position: absolute;
    transition: all .3s ease;
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.5) 100%); }
  .image-hover:hover:after {
    top: 0; } }

body.page-full-width .halo-top-banner .container,
body.page-full-width .halo-full-width-banner .container,
body.page-full-width .halo-middle-banner .container,
body.page-full-width .halo-bottom-banner .container,
body.page-full-width .halo-block-instagram .container {
  max-width: 100%;
  width: 100%;
  padding: 0 75px;
  margin: unset; }
  @media (max-width: 1300px) {
    body.page-full-width .halo-top-banner .container,
    body.page-full-width .halo-full-width-banner .container,
    body.page-full-width .halo-middle-banner .container,
    body.page-full-width .halo-bottom-banner .container,
    body.page-full-width .halo-block-instagram .container {
      padding: 0 45px; } }
  @media (max-width: 991px) {
    body.page-full-width .halo-top-banner .container,
    body.page-full-width .halo-full-width-banner .container,
    body.page-full-width .halo-middle-banner .container,
    body.page-full-width .halo-bottom-banner .container,
    body.page-full-width .halo-block-instagram .container {
      padding: 0 20px; } }

.heroCarousel-wrapper .container {
  max-width: 100%;
  width: 100%;
  padding: 0 75px;
  margin: unset; }
  @media (max-width: 1300px) {
    .heroCarousel-wrapper .container {
      padding: 0 45px; } }
  @media (max-width: 991px) {
    .heroCarousel-wrapper .container {
      padding: 0; } }

@media (max-width: 767px) {
  .owl-carousel .owl-item img {
    display: none; }
  .owl-carousel .owl-item .image-mobile {
    display: block; } }

@media (min-width: 768px) {
  .owl-carousel .owl-item .image-mobile {
    display: none; } }

.halo-block.halo-block-post {
  padding-top: 100px;
  padding-bottom: 100px; }
  .halo-block.halo-block-post .container {
    max-width: 1920px;
    padding-left: 75px;
    padding-right: 75px;
    width: 100%; }
    .halo-block.halo-block-post .container .halo-block-header {
      width: 100%;
      display: block;
      position: relative;
      margin-top: 0;
      margin-bottom: 30px;
      text-align: center; }
      .halo-block.halo-block-post .container .halo-block-header .title {
        margin: 0;
        color: #000;
        line-height: 1.3;
        position: relative;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        letter-spacing: 0.02em; }
      @media (min-width: 768px) {
        .halo-block.halo-block-post .container .halo-block-header {
          margin-bottom: 40px; }
          .halo-block.halo-block-post .container .halo-block-header .title {
            font-size: 22px; } }
      @media (min-width: 1025px) {
        .halo-block.halo-block-post .container .halo-block-header .title {
          font-size: 24px; } }
    .halo-block.halo-block-post .container .halo-recent-post {
      display: block;
      font-size: 0;
      letter-spacing: 0;
      position: relative; }
      .halo-block.halo-block-post .container .halo-recent-post .halo-recent-post-item {
        display: inline-block;
        vertical-align: top;
        padding: 0 15px;
        width: 50%; }
      .halo-block.halo-block-post .container .halo-recent-post .item {
        position: relative;
        text-align: left; }
        .halo-block.halo-block-post .container .halo-recent-post .item .item-image {
          display: block;
          position: relative; }
          .halo-block.halo-block-post .container .halo-recent-post .item .item-image .image-hover {
            position: relative;
            display: block;
            overflow: hidden; }
            .halo-block.halo-block-post .container .halo-recent-post .item .item-image .image-hover img {
              position: absolute;
              height: 100%;
              width: auto;
              max-width: none;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              object-fit: cover; }
            .halo-block.halo-block-post .container .halo-recent-post .item .item-image .image-hover::before {
              content: "";
              display: block;
              position: relative;
              padding-bottom: 75%; }
            .halo-block.halo-block-post .container .halo-recent-post .item .item-image .image-hover::after {
              content: "";
              width: 100%;
              height: 100%;
              top: 100%;
              right: 0;
              left: auto;
              z-index: 4;
              transform: none;
              position: absolute;
              transition: all .3s ease;
              background-color: rgba(0, 0, 0, 0.5);
              background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.5) 100%); }
          .halo-block.halo-block-post .container .halo-recent-post .item .item-image .image-hover:hover:after {
            top: 0; }
        .halo-block.halo-block-post .container .halo-recent-post .item .item-content {
          display: block;
          z-index: 5;
          position: relative;
          margin-top: -20%;
          width: 78%;
          padding: 40px 40px 0 0;
          background-color: #fff; }
          .halo-block.halo-block-post .container .halo-recent-post .item .item-content .date {
            display: inline-block;
            vertical-align: middle;
            margin: 0 0 5px 0;
            position: relative;
            font-size: 16px;
            color: #787878;
            letter-spacing: .02em;
            line-height: 1.75; }
          .halo-block.halo-block-post .container .halo-recent-post .item .item-content .title {
            margin: 0 0 5px 0;
            font-size: 20px; }
          .halo-block.halo-block-post .container .halo-recent-post .item .item-content .summary {
            font-size: 15px;
            letter-spacing: .02em;
            line-height: 1.75;
            margin: 15px 0 20px 0;
            color: #787878;
            display: block; }
        .halo-block.halo-block-post .container .halo-recent-post .item .link-hover {
          display: inline-block;
          vertical-align: top;
          font-size: 16px;
          font-weight: 600;
          color: #191919;
          text-transform: unset;
          letter-spacing: .02em;
          line-height: 1.75;
          position: relative; }
          .halo-block.halo-block-post .container .halo-recent-post .item .link-hover::before {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            height: 1px;
            width: 100%;
            display: block;
            background-color: #191919; }
          .halo-block.halo-block-post .container .halo-recent-post .item .link-hover::after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            height: 1px;
            width: 0;
            display: block;
            background-color: #ef9ba6;
            transition: all .3s ease; }
        .halo-block.halo-block-post .container .halo-recent-post .item .link-hover:hover:after {
          width: 100%; }
        .halo-block.halo-block-post .container .halo-recent-post .item .link-hover:hover {
          color: #ef9ba6; }
      .halo-block.halo-block-post .container .halo-recent-post .item.item-no-image {
        margin-bottom: 50px; }
        .halo-block.halo-block-post .container .halo-recent-post .item.item-no-image .item-content {
          padding: 0;
          margin-top: 0;
          width: 100%; }
    @media (min-width: 1600px) {
      .halo-block.halo-block-post .container .halo-recent-post .halo-recent-post-item + .halo-recent-post-item {
        padding-top: 60px;
        padding-left: 115px;
        padding-right: 115px; } }
    @media (min-width: 1200px) and (max-width: 1599px) {
      .halo-block.halo-block-post .container .halo-recent-post .halo-recent-post-item + .halo-recent-post-item {
        padding-top: 50px;
        padding-left: 50px;
        padding-right: 50px; } }

@media (max-width: 1024px) {
  .halo-block.halo-block-post .container .halo-recent-post .item .item-content {
    margin-top: 0;
    width: 100%;
    padding: 20px 0 0 0; }
  .halo-block.halo-block-post .container .halo-recent-post .item .item-content .title {
    font-size: 16px;
    line-height: 1.3; }
  .halo-block.halo-block-post .container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0; }
  .halo-block.halo-block-post .container .halo-recent-post .item.item-no-image {
    margin-bottom: 0; } }

@media (max-width: 767px) {
  .halo-block.halo-block-post .container .halo-recent-post .halo-recent-post-item {
    width: 100%; }
  .halo-block.halo-block-post .container .halo-recent-post .item .item-content .button {
    margin: 0 0 2rem; }
  .halo-block.halo-block-post {
    padding-top: 0;
    padding-bottom: 30px; } }

.productView-heading {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1.4rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #d4d3d3;
  margin-bottom: 15px; }

.productView .productViewTop .productView-build {
  display: inline-block;
  width: calc(35% - 30px);
  position: relative;
  padding-bottom: 30px;
  vertical-align: top; }

[data-custom-field-name="personalize-custom"], .personalize-name {
  display: none; }

.personalize-value {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  padding-left: 15px;
  position: relative;
  margin-bottom: 0; }
  .personalize-value::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 8px;
    width: 4px;
    height: 4px;
    background: #232323;
    border-radius: 100%;
    border: 0; }

.productView-bottomInfo {
  display: block;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #d4d3d3;
  margin-bottom: 15px; }
  .productView-bottomInfo .productView-shortDesc {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    color: #373737; }
    .productView-bottomInfo .productView-shortDesc a {
      text-decoration: underline;
      text-underline-position: under; }

.form-label--inlineSmall small {
  display: inline-block;
  margin-bottom: 3px; }

.productView-image-content {
  display: inline-block;
  width: 65%;
  vertical-align: top; }

.form-label-detail {
  font-size: 1.2rem; }

.custom-view {
  display: inline-block;
  margin-bottom: 15px; }

.productView .productViewTop .productView-images-detail {
  display: inline-block;
  width: 65% !important;
  position: relative;
  padding-bottom: 30px;
  margin-right: 20px; }
  @media (max-width: 767px) {
    .productView .productViewTop .productView-images-detail {
      width: 100%; } }
  .productView .productViewTop .productView-images-detail .form-field--increments {
    display: none; }

.productView .productViewTop .productView-details-custom {
  display: inline-block;
  width: calc(35% - 20px) !important;
  padding-bottom: 30px;
  position: relative;
  vertical-align: top; }
  .productView .productViewTop .productView-details-custom .productView-title {
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 5px; }
  @media (min-width: 768px) {
    .productView .productViewTop .productView-details-custom {
      padding-left: 20px !important;
      margin-left: 15px; } }
  @media (max-width: 767px) {
    .productView .productViewTop .productView-details-custom {
      width: 100% !important; } }
  @media (max-width: 767px) {
    .productView .productViewTop .productView-details-custom {
      margin-bottom: 10px; } }

.form-input--incrementTotal {
  text-align: center; }

#ink-colors [data-product-attribute="swatch"] .form-label {
  display: none; }

#ink-colors .block-title {
  text-transform: uppercase;
  font-weight: 400;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
  margin-top: 15px;
  margin-bottom: 15px; }
  #ink-colors .block-title.event-details {
    margin-top: 0; }

.page-custom-product .row {
  margin: 0; }

.page-type-product .product-custom .page-custom-product .custom_page-step > div[class*=col-] h2 {
  margin-top: 0;
  font-family: Domine,serif;
  font-weight: 400;
  letter-spacing: 0; }
  @media (max-width: 767px) {
    .page-type-product .product-custom .page-custom-product .custom_page-step > div[class*=col-] h2 {
      text-align: center; } }

@media (max-width: 767px) {
  .page-type-product .product-custom .page-custom-product .custom_page-step > div[class*=col-] p {
    text-align: center; } }

@media (max-width: 767px) {
  .page-type-product .product-custom .page-custom-product .productViewTop {
    display: inline-block; }
    .page-type-product .product-custom .page-custom-product .productViewTop .productView-image-content {
      width: 100%; }
      .page-type-product .product-custom .page-custom-product .productViewTop .productView-image-content .productView-images-detail, .page-type-product .product-custom .page-custom-product .productViewTop .productView-image-content .productView-build, .page-type-product .product-custom .page-custom-product .productViewTop .productView-image-content .productView-details-custom {
        width: 100% !important;
        margin-right: 0; }
  .page-type-product .product-custom .page-custom-product .productView .productViewTop .productView-details {
    padding-left: 0 !important; }
  .productView .productViewTop .productView-details-custom::before {
    content: unset; }
  .page-type-product .product-custom .page-content .productView .productViewTop .productView-details {
    border-left: 0; } }

.text-center {
  text-align: center; }

#homeFeaturedProducts .container,
#homeNewProducts .container {
  width: 100%;
  padding: 0 10%; }
  @media (max-width: 1300px) {
    #homeFeaturedProducts .container,
    #homeNewProducts .container {
      padding: 0 45px; } }
  @media (max-width: 991px) {
    #homeFeaturedProducts .container,
    #homeNewProducts .container {
      padding: 0 20px; } }

.halo-sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  height: 100vh;
  z-index: 9999;
  max-width: 370px;
  font-size: 13px;
  font-weight: 400;
  width: calc(100% - 45px);
  transition: all .5s ease,z-index 0s ease;
  box-shadow: rgba(50, 50, 50, 0.2) 0 0 2px 0;
  color: #464646;
  background-color: #ffffff;
  margin-top: 0 !important; }
  .halo-sidebar .halo-sidebar-close {
    position: absolute;
    top: 0;
    left: -44px;
    width: 44px;
    height: 44px;
    z-index: 10;
    font-size: 30px;
    font-weight: 400;
    line-height: 44px;
    text-align: center;
    pointer-events: auto;
    color: #f7f7f7;
    background-color: black; }
    .halo-sidebar .halo-sidebar-close .close {
      color: inherit;
      cursor: pointer;
      font-size: 32px;
      font-weight: 300; }
  .halo-sidebar .halo-sidebar-wrapper {
    height: 100%;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    padding-bottom: 70px; }
    .halo-sidebar .halo-sidebar-wrapper .halo-popup-header {
      font-weight: 500;
      color: #464646;
      position: relative;
      background-color: #f3f3f3;
      padding: 16px 20px 14px 20px; }
      .halo-sidebar .halo-sidebar-wrapper .halo-popup-header .title {
        color: inherit;
        text-transform: unset;
        line-height: 1;
        margin: 0; }
      .halo-sidebar .halo-sidebar-wrapper .halo-popup-header .halo-popup-close {
        position: absolute;
        top: 50%;
        opacity: 1;
        right: 20px;
        color: #464646;
        font-size: 24px;
        font-weight: 400;
        line-height: 22px;
        transform: translateY(-50%); }
        .halo-sidebar .halo-sidebar-wrapper .halo-popup-header .halo-popup-close svg {
          width: 12px;
          height: 12px;
          fill: #f8f8f8;
          stroke: #f8f8f8; }
  .halo-sidebar.halo-sidebar-left {
    left: -101%; }
  .halo-sidebar.halo-sidebar-right {
    right: -101%; }
  @media (min-width: 551px) {
    .halo-sidebar.halo-sidebar2 .halo-sidebar-close {
      display: block;
      background: transparent;
      left: -50px; }
      .halo-sidebar.halo-sidebar2 .halo-sidebar-close .close {
        font-size: 56px; } }

.before-you-leave-header {
  display: block;
  padding: 20px;
  text-align: center; }
  .before-you-leave-header > a {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    text-transform: uppercase;
    color: #2d2d2d;
    font-size: 28px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
    .before-you-leave-header > a img {
      display: block;
      width: 100%;
      max-width: 110px;
      margin: 0 auto; }
  @media (min-width: 1025px) {
    .before-you-leave-header {
      padding-left: 30px;
      padding-right: 30px; } }

.before-you-leave-banner {
  position: relative;
  display: block; }
  .before-you-leave-banner .image {
    display: block;
    position: relative;
    height: 450px; }
    .before-you-leave-banner .image img {
      height: 100%; }
    .before-you-leave-banner .image:after {
      content: '';
      background: #20412e;
      position: absolute;
      top: 0;
      right: 0;
      opacity: .5;
      display: block;
      width: 100%;
      height: 100%;
      z-index: 1; }
  .before-you-leave-banner .content {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    padding: 30px;
    text-align: center;
    z-index: 2; }
    .before-you-leave-banner .content .title {
      color: #ffffff;
      font-size: 32px;
      font-weight: 600;
      letter-spacing: .02em;
      line-height: 1;
      margin-bottom: 12px;
      text-transform: unset;
      margin-top: 0; }
    .before-you-leave-banner .content .desc1 {
      color: #ffffff;
      font-size: 18px;
      font-weight: 400;
      letter-spacing: .02em;
      line-height: 20px;
      margin-bottom: 17px; }
    .before-you-leave-banner .content .heading1 {
      color: #ffffff;
      font-size: 24px;
      font-weight: 600;
      letter-spacing: .02em;
      line-height: 34px;
      margin-bottom: 20px;
      text-transform: uppercase;
      display: inline-block;
      vertical-align: top;
      border-bottom: 2px solid #fff;
      margin-top: 0; }
    .before-you-leave-banner .content .desc2 {
      color: #ffffff;
      font-size: 13px;
      font-weight: 400;
      letter-spacing: .02em;
      line-height: 28px;
      padding: 0 34px;
      margin-bottom: 15px; }
    .before-you-leave-banner .content .heading2 {
      color: #ffffff;
      font-size: 24px;
      font-weight: 600;
      letter-spacing: .02em;
      line-height: 1;
      margin-bottom: 20px;
      text-transform: uppercase;
      display: inline-block;
      vertical-align: top;
      margin-top: 0; }
    .before-you-leave-banner .content .button {
      width: 100%;
      height: 46px;
      line-height: 46px;
      letter-spacing: .02em;
      display: flex;
      justify-content: center;
      align-items: center; }
  @media (min-width: 768px) {
    .before-you-leave-banner .content .heading2 {
      margin-bottom: 48px; } }

.before-you-leave-tab .tabs-wrapper {
  padding: 17px 20px;
  display: flex;
  position: relative;
  z-index: 2;
  align-items: flex-start;
  justify-content: space-between;
  border-bottom: 1px solid #ebebeb; }
  .before-you-leave-tab .tabs-wrapper .tabs {
    border: 0; }
    .before-you-leave-tab .tabs-wrapper .tabs .tab {
      display: inline-block;
      border: 0;
      margin: 0; }
      .before-you-leave-tab .tabs-wrapper .tabs .tab + .tab {
        margin-left: 30px; }
      .before-you-leave-tab .tabs-wrapper .tabs .tab.is-active .tab-title {
        outline: none; }
        .before-you-leave-tab .tabs-wrapper .tabs .tab.is-active .tab-title .count {
          background-color: #f08584; }
    .before-you-leave-tab .tabs-wrapper .tabs .tab-title {
      padding: 0;
      margin: 0;
      color: #2d2d2d;
      font-size: 14px;
      font-weight: 500;
      line-height: 25px;
      letter-spacing: .02em;
      text-transform: uppercase;
      border-bottom: 0;
      outline: none; }
      .before-you-leave-tab .tabs-wrapper .tabs .tab-title .count {
        width: 20px;
        height: 20px;
        font-size: 12px;
        font-weight: 400;
        line-height: 20px;
        margin: 0 0 0 10px;
        color: #ffffff;
        border-radius: 50%;
        text-align: center;
        display: inline-block;
        background-color: #c8c8c8;
        position: relative;
        top: -2px; }
  .before-you-leave-tab .tabs-wrapper .search-icon .icon-search {
    display: block;
    width: 20px;
    height: 20px; }

.before-you-leave-tab .tabs-contents {
  padding: 20px;
  margin: 0; }
  .before-you-leave-tab .tabs-contents .tab-content {
    padding: 0;
    margin: 0 0 23px 0; }
  .before-you-leave-tab .tabs-contents .no-products {
    display: block;
    text-align: center; }
    .before-you-leave-tab .tabs-contents .no-products .icon {
      display: inline-block;
      vertical-align: top;
      width: 60px;
      height: 60px;
      fill: #2d2d2d;
      stroke: transparent;
      opacity: .1;
      margin: 0 0 15px 0; }
    .before-you-leave-tab .tabs-contents .no-products .text {
      font-size: 13px;
      font-weight: 400;
      letter-spacing: .02em;
      line-height: 28px;
      text-transform: unset; }
  .before-you-leave-tab .tabs-contents .slick-arrow {
    top: auto;
    bottom: -12px;
    fill: #000;
    width: 24px;
    height: 24px;
    background: transparent;
    padding: 0;
    position: absolute;
    border: 0;
    cursor: pointer; }
    .before-you-leave-tab .tabs-contents .slick-arrow.slick-prev {
      left: 0;
      cursor: pointer; }
    .before-you-leave-tab .tabs-contents .slick-arrow.slick-next {
      right: 0;
      cursor: pointer; }
  .before-you-leave-tab .tabs-contents .slick-disabled {
    fill: #999; }

@media (min-width: 1025px) {
  .before-you-leave-tab .tabs-wrapper {
    padding-left: 30px;
    padding-right: 30px; }
  .before-you-leave-tab .tabs-contents {
    padding: 30px; } }

.back-to-store {
  width: 100%;
  padding: 20px; }
  .back-to-store .button {
    width: 100%; }
  @media (min-width: 1025px) {
    .back-to-store {
      padding-left: 30px;
      padding-right: 30px; } }

.card.card-custom2 {
  display: table;
  font-size: 0;
  letter-spacing: 0;
  margin: 0 0 38px 0;
  background: #ffffff; }
  .card.card-custom2 .card-image {
    display: inline-block !important;
    vertical-align: top;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 120px;
    border: 0; }
    .card.card-custom2 .card-image .halo-badges {
      top: 0; }
  .card.card-custom2 .card-content {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 120px);
    padding: 0 0 0 15px; }
  .card.card-custom2 .card-link {
    position: relative; }
    .card.card-custom2 .card-link img {
      object-fit: cover;
      max-height: 100%;
      transition: all 0.2s ease; }
    .card.card-custom2 .card-link:before {
      content: "";
      display: block;
      padding-bottom: 100%;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      margin: 0 auto; }
  .card.card-custom2 .card-title {
    overflow-wrap: break-word;
    word-wrap: break-word;
    margin: 0 0 7px; }
    .card.card-custom2 .card-title > a {
      color: black;
      font-size: 12px;
      line-height: 1.625;
      font-weight: 500;
      margin: 0 0 8px 0;
      letter-spacing: 0.02em;
      text-transform: capitalize;
      text-decoration: none; }
      .card.card-custom2 .card-title > a:hover {
        color: #777777; }
    .card.card-custom2 .card-title .card-ellipsis {
      overflow: hidden;
      display: -webkit-box;
      text-overflow: ellipsis; }
  .card.card-custom2 .card-price {
    line-height: 1;
    position: relative;
    margin: 0 0 15px;
    visibility: visible;
    color: #464646;
    font-size: 16px; }
    .card.card-custom2 .card-price .price-section {
      display: inline-block;
      vertical-align: top;
      font-weight: 500;
      margin-bottom: 5px; }
      .card.card-custom2 .card-price .price-section .price--rrp, .card.card-custom2 .card-price .price-section .price--non-sale {
        color: #797979; }
      .card.card-custom2 .card-price .price-section.price-section--sale, .card.card-custom2 .card-price .price-section .price--withoutTax {
        color: #b20000; }
    .card.card-custom2 .card-price .price.price-section--saving {
      color: #969696 !important;
      width: 100%;
      font-size: 12px; }
  .card.card-custom2 .card-action {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    border: 2px solid #d2d2d2; }
    .card.card-custom2 .card-action:hover {
      background: #d2d2d2; }
    .card.card-custom2 .card-action .text {
      display: flex;
      vertical-align: top;
      font-size: 14px;
      letter-spacing: .02em;
      line-height: 40px;
      font-weight: 500;
      color: #000;
      text-transform: capitalize;
      height: 40px; }
      .card.card-custom2 .card-action .text:before {
        content: '+';
        font-size: 23px;
        font-weight: 400;
        color: #464646;
        margin: 0 8px 0 0; }
  .card.card-custom2 .card-option {
    margin: 20px 0 0 0; }
    .card.card-custom2 .card-option .form-field {
      text-align: left;
      display: block;
      font-size: 0;
      letter-spacing: 0;
      margin: 0 0 19px 0; }
      .card.card-custom2 .card-option .form-field .form-option {
        display: inline-block;
        vertical-align: top;
        font-size: 0;
        border: 0;
        margin: 0 7px 0 0;
        pointer-events: none; }
        .card.card-custom2 .card-option .form-field .form-option > span {
          width: 24px;
          height: 24px;
          margin: 0;
          border-radius: 50%;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center;
          border: 1px solid #dadada; }
          .card.card-custom2 .card-option .form-field .form-option > span:after {
            border-width: 2px; }
        .card.card-custom2 .card-option .form-field .form-option:last-of-type {
          margin-right: 0; }
      .card.card-custom2 .card-option .form-field .showmore {
        display: inline-block;
        vertical-align: -17px;
        color: #969696;
        margin: 0 0 0 10px;
        font-size: 14px;
        width: auto;
        line-height: 1;
        text-align: center; }

.openBeforeYouLeave {
  overflow: hidden; }
  .openBeforeYouLeave #halo-before-you-leave {
    right: 0; }
  .openBeforeYouLeave .halo-overlay-background {
    opacity: 1;
    cursor: pointer;
    pointer-events: auto;
    visibility: visible; }

.openCartSidebar {
  overflow: hidden; }
  .openCartSidebar .halo-overlay-background {
    opacity: 1;
    cursor: pointer;
    pointer-events: auto;
    visibility: visible; }

.halo-overlay-background {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  content: "";
  z-index: 101;
  pointer-events: none;
  visibility: hidden;
  position: fixed;
  transition: opacity .5s ease;
  background-color: rgba(0, 0, 0, 0.5); }

body.openBeforeYouLeave .halo-overlay-background {
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
  visibility: visible; }

/* 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; }

@media (min-width: 1025px) {
  .none-dk {
    display: none; }
  .none-mb {
    display: block; } }

@media (max-width: 1024px) {
  .none-dk {
    display: block; }
  .none-mb {
    display: none; } }

.halo-faqs-sidebar .faq-contact {
  display: block; }

.halo-faqs-sidebar .faq-title {
  margin-bottom: 25px;
  text-align: center;
  border-bottom: 2px solid black; }

.halo-faqs-sidebar .faqs-group {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between; }
  .halo-faqs-sidebar .faqs-group .faqs-group-item {
    width: 50%;
    text-align: center; }
  .halo-faqs-sidebar .faqs-group a {
    transition: unset; }
    .halo-faqs-sidebar .faqs-group a .icon {
      display: block;
      margin: 0 auto 6px auto;
      width: 25px;
      height: 25px;
      fill: black; }
    .halo-faqs-sidebar .faqs-group a .text {
      font-size: 13px;
      font-weight: 400;
      line-height: 1.5;
      color: black;
      text-transform: capitalize; }

@media (min-width: 1025px) {
  .halo-faqs-sidebar {
    position: sticky;
    top: 90px; }
    .halo-faqs-sidebar .faq-contact {
      background-color: #fafafa;
      border-radius: 3px;
      padding: 30px; }
    .halo-faqs-sidebar .faqs-group a:hover .text {
      color: #777777;
      background-image: linear-gradient(transparent 97%, #777777 3%);
      background-repeat: repeat-x;
      background-position-y: 0; } }

.halo-faqs-content .faq-title {
  margin-bottom: 11px; }

.halo-faqs-content .faqs-paragraph {
  display: block; }
  .halo-faqs-content .faqs-paragraph + .faqs-paragraph {
    margin-top: 48px; }

.halo-faqs-content .card {
  margin-bottom: 15px; }
  .halo-faqs-content .card:last-child {
    margin-bottom: 0; }

.halo-faqs-content .card-header {
  border: 0;
  position: relative;
  background-color: #f2f2f2;
  padding: 0; }

.halo-faqs-content .card-body {
  padding: 27px 0 25px 0; }
  .halo-faqs-content .card-body p {
    margin-bottom: 0; }
    .halo-faqs-content .card-body p + p {
      margin-top: 27px; }
    .halo-faqs-content .card-body p + ul,
    .halo-faqs-content .card-body p + ol {
      margin-top: 18px; }
    .halo-faqs-content .card-body p.italic {
      font-style: italic; }
    .halo-faqs-content .card-body p.bold {
      font-weight: 700; }
    .halo-faqs-content .card-body p.red {
      color: #ce2b1e; }
    .halo-faqs-content .card-body p.number {
      padding-top: 20px; }
      .halo-faqs-content .card-body p.number + p {
        margin-top: 0; }
  .halo-faqs-content .card-body strong {
    font-weight: 700; }
  .halo-faqs-content .card-body h1,
  .halo-faqs-content .card-body h2,
  .halo-faqs-content .card-body h3,
  .halo-faqs-content .card-body h4,
  .halo-faqs-content .card-body h5,
  .halo-faqs-content .card-body h6 {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 28px;
    margin-top: 28px;
    margin-bottom: 10px;
    color: #2d2d2d; }
  .halo-faqs-content .card-body ul,
  .halo-faqs-content .card-body ol {
    margin: 0 0 20px 20px; }
    .halo-faqs-content .card-body ul li,
    .halo-faqs-content .card-body ol li {
      font-size: 13px;
      font-weight: 400;
      padding: 0;
      list-style: inherit;
      line-height: 35px;
      color: #2d2d2d; }
  .halo-faqs-content .card-body ul {
    list-style: disc outside; }
  .halo-faqs-content .card-body blockquote {
    font-size: 13px;
    font-weight: 400;
    font-style: italic;
    margin: 13px 0 40px 0;
    color: #2d2d2d;
    background: #fafafa;
    border-radius: 3px;
    text-align: left;
    border: none;
    line-height: 1.75;
    padding: 35px 40px 36px 40px;
    border-left: 5px solid #f4ad57; }
    .home-layout-2 .halo-faqs-content .card-body blockquote {
      border-left: 5px solid #fd6506; }
    .halo-faqs-content .card-body blockquote p {
      font-size: 13px;
      margin-bottom: 8px; }
  .halo-faqs-content .card-body table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: auto;
    margin: 0; }
    .halo-faqs-content .card-body table tr {
      background: transparent; }
      .halo-faqs-content .card-body table tr:nth-child(odd) {
        background: #fafafa; }
    .halo-faqs-content .card-body table td {
      font-size: 13px;
      font-weight: 400;
      line-height: 1.75;
      padding: 8px 14px;
      text-align: left;
      color: #2d2d2d; }
      .halo-faqs-content .card-body table td.tb-title {
        color: black;
        font-weight: 700; }
  .halo-faqs-content .card-body a {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    font-weight: 400;
    font-style: italic;
    line-height: 35px;
    text-transform: unset;
    color: black;
    padding: 0px;
    transition: unset;
    width: auto;
    background-image: linear-gradient(transparent 97%, black 3%);
    background-repeat: repeat-x;
    background-position-y: -8px; }

.halo-faqs-content .title {
  width: 100%;
  font-size: 13px;
  font-weight: 700;
  color: black;
  border: 1px solid #dcdcdc;
  border-radius: 3px;
  text-transform: unset;
  text-align: left;
  padding: 12px 45px 13px 15px;
  margin: 0 0 1px 0;
  background: #ffffff; }
  .halo-faqs-content .title.collapsed {
    position: relative; }
    .halo-faqs-content .title.collapsed:before {
      content: "";
      position: absolute;
      top: -1px;
      left: -1px;
      z-index: 2;
      width: 5px;
      height: calc(100% + 2px);
      transition: all 0.3s ease;
      background-color: #f4ad57;
      border-radius: 3px 0 0 3px; }
      .home-layout-2 .halo-faqs-content .title.collapsed:before {
        background-color: #fd6506; }
    .halo-faqs-content .title.collapsed + .icon-plus:before {
      transform: translateY(-50%) rotate(90deg); }

.halo-faqs-content .icon-plus {
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  z-index: 2;
  pointer-events: none;
  transform: translateY(-50%);
  background: #fafafa; }
  .halo-faqs-content .icon-plus:before, .halo-faqs-content .icon-plus:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    z-index: 2;
    transition: all 0.2s ease;
    transform: translate(50%, -50%);
    background: black; }
  .halo-faqs-content .icon-plus:before {
    width: 2px;
    height: 16px; }
  .halo-faqs-content .icon-plus:after {
    width: 16px;
    height: 2px; }

.halo-faqs-content .collapse {
  position: relative;
  display: none; }

.halo-faqs-content .faq-content {
  padding: 30px 0 20px 0;
  text-align: right; }
  .halo-faqs-content .faq-content p {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0; }
  .halo-faqs-content .faq-content .button {
    margin: 8px 0 8px 10px;
    line-height: 50px; }

@media (min-width: 1025px) {
  .halo-faqs-content .title {
    padding-left: 25px; }
  .halo-faqs-content .faq-content .button {
    min-width: 250px;
    margin: 0 0 0 25px; } }

.page-sidebar-mobile-wrapper {
  display: block;
  position: relative;
  margin: 0 0 30px 0; }
  .page-sidebar-mobile-wrapper .page-sidebar-mobile {
    position: relative;
    display: inline-block;
    z-index: 2;
    cursor: pointer;
    pointer-events: auto; }
    .page-sidebar-mobile-wrapper .page-sidebar-mobile .text {
      display: none;
      vertical-align: middle;
      color: black;
      text-transform: capitalize;
      pointer-events: none;
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      font-weight: 400;
      font-size: 13px;
      margin: 0;
      padding: 0;
      line-height: 1; }
    .page-sidebar-mobile-wrapper .page-sidebar-mobile .icon {
      display: inline-block;
      vertical-align: middle;
      width: 46px;
      height: 46px;
      padding: 13px;
      border: 1px solid #f7f7f7;
      border-radius: 3px;
      fill: #5a5a5a;
      stroke: transparent;
      pointer-events: none;
      background: #f7f7f7; }
  @media (min-width: 992px) {
    .page-sidebar-mobile-wrapper .page-sidebar-mobile .text {
      display: inline-block;
      margin-right: 14px; } }
  @media (min-width: 1025px) {
    .page-sidebar-mobile-wrapper {
      display: none;
      margin-bottom: 0; } }

.body {
  display: block;
  position: relative;
  background-color: #ffffff;
  transition: all 0.45s cubic-bezier(0.29, 0.63, 0.44, 1); }

.page {
  margin: 0 auto;
  position: relative;
  padding: 0; }
  .page:before, .page:after {
    content: " ";
    display: table; }
  .page:after {
    clear: both; }
  .page.page-listing {
    display: block;
    padding-bottom: 120px; }
  .page.page-brands {
    padding-bottom: 100px; }
  .page.page-blog {
    padding-bottom: 110px; }
  @media (min-width: 1025px) {
    .page.page-listing .page-sidebar {
      position: sticky;
      top: 20px; } }

.page-header {
  display: block;
  margin: 0 0 30px 0; }
  @media (min-width: 1025px) {
    .page-header {
      margin-bottom: 50px; } }

.page-heading {
  position: relative;
  line-height: 1;
  margin: 0;
  text-transform: capitalize;
  font-size: 24px;
  font-style: normal;
  font-weight: 400; }
  .home-layout-2 .page-heading {
    font-weight: 600; }
  .page-heading span {
    font-weight: 400; }
  .page-heading[data-cart-page-title] span {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-style: italic;
    color: #949494;
    line-height: 25px;
    margin: 0 0 0 10px; }
  @media (min-width: 1025px) {
    .page-heading {
      font-size: 30px; } }

.page-description {
  margin: 5px 0 0 0; }
  .page-description p {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.625;
    color: #2d2d2d;
    margin: 0; }
    .page-description p + p {
      margin-top: 10px; }
  .page-description a {
    color: black;
    background-image: linear-gradient(transparent 97%, black 3%);
    background-repeat: repeat-x;
    background-position-y: 0;
    transition: unset; }
  @media (min-width: 1025px) {
    .page-description {
      margin-top: 15px; }
      .page-description p + p {
        margin-top: 15px; }
      .page-description a:hover {
        color: #777777;
        background-image: linear-gradient(transparent 97%, #777777 3%);
        background-repeat: repeat-x;
        background-position-y: 0; } }

.page-content,
.page-content--full {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  float: left; }

@media (min-width: 768px) {
  .page-content--centered:has(.faq-desc) {
    padding-left: 15px;
    padding-right: 15px;
    width: 66.66667%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; } }

.page-content--centered.frame {
  margin: 20px 0; }

.page-content--textCenter {
  text-align: center; }

.page-sidebar {
  position: fixed;
  top: 0;
  left: -101%;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 102;
  max-width: 320px;
  transition: all .5s ease;
  background-color: #ffffff;
  box-shadow: rgba(50, 50, 50, 0.2) 0 0 10px 0; }
  .page-sidebar .page-sidebar-close {
    display: block;
    text-align: right;
    opacity: 1;
    font-weight: 700;
    padding: 13px 20px 12px 20px;
    text-transform: uppercase;
    color: #2d2d2d;
    background-color: #f5f5f5;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 10; }
    .page-sidebar .page-sidebar-close .close {
      color: inherit;
      font-size: inherit; }
    .page-sidebar .page-sidebar-close .icon {
      display: inline-block;
      vertical-align: middle;
      width: auto;
      height: auto;
      font-size: 22px;
      font-weight: 700;
      line-height: 22px;
      position: relative;
      top: -2px; }
  .page-sidebar > nav {
    display: block;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 20px 20px 100px 20px; }
  .page-sidebar .page-sidebar-content {
    display: block;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 20px 20px 100px 20px; }
  @media (max-width: 1024px) {
    .page-sidebar.is-open {
      left: 0;
      z-index: 105; } }
  @media (min-width: 767px) {
    .page-sidebar {
      position: relative;
      top: auto;
      bottom: auto;
      left: auto;
      z-index: 5;
      float: left;
      width: 270px;
      display: inline-block;
      box-shadow: none;
      background-color: transparent;
      max-width: none;
      transition: unset; }
      .page-sidebar .page-sidebar-close {
        display: none; }
      .page-sidebar .page-sidebar-content {
        padding: 0;
        overflow: visible; }
      .page-sidebar > nav {
        padding: 0;
        overflow: visible; }
      .page-sidebar + .page-content {
        padding-left: 30px;
        width: calc(100% - 270px); }
      .page-sidebar.u-hiddenVisually + .page-content {
        padding-left: 0;
        width: 100%; } }
  @media (min-width: 1600px) {
    .page-sidebar + .page-content {
      padding-left: 70px; } }

.page-sidebar-mobile-wrapper {
  display: block;
  position: relative;
  margin: 0 0 30px 0; }
  .page-sidebar-mobile-wrapper .page-sidebar-mobile {
    position: relative;
    display: inline-block;
    z-index: 2;
    cursor: pointer;
    pointer-events: auto; }
    .page-sidebar-mobile-wrapper .page-sidebar-mobile .text {
      display: none;
      vertical-align: middle;
      color: black;
      text-transform: capitalize;
      pointer-events: none;
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      font-weight: 400;
      font-size: 13px;
      margin: 0;
      padding: 0;
      line-height: 1; }
    .page-sidebar-mobile-wrapper .page-sidebar-mobile .icon {
      display: inline-block;
      vertical-align: middle;
      width: 46px;
      height: 46px;
      padding: 13px;
      border: 1px solid #f7f7f7;
      border-radius: 3px;
      fill: #5a5a5a;
      stroke: transparent;
      pointer-events: none;
      background: #f7f7f7; }
  @media (min-width: 992px) {
    .page-sidebar-mobile-wrapper .page-sidebar-mobile .text {
      display: inline-block;
      margin-right: 14px; } }
  @media (min-width: 1025px) {
    .page-sidebar-mobile-wrapper {
      display: none;
      margin-bottom: 0; } }

.page-content {
  padding: 0;
  position: relative; }
  .page-content .page-no-products {
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    line-height: 1.75;
    color: #2d2d2d; }
  .page-content .page-no-result {
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    line-height: 1.75;
    color: #2d2d2d; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.page-wedding #wedding-planner-program-form, .page-wedding #wholesale-form, .page-type-page_contact_form [data-contact-form] {
  display: block !important; }

.header-top-right {
  width: 20% !important; }

.header-top-center {
  display: flex;
  align-items: center;
  width: 80% !important;
  justify-content: space-between; }
  .header-top-center .header-top-list {
    text-decoration: none;
    list-style-type: none;
    display: flex;
    align-items: center;
    margin-bottom: 0 !important; }
    .header-top-center .header-top-list li {
      padding: 0 20px;
      font-size: 16px; }
      .header-top-center .header-top-list li a {
        color: white; }

.header-top-phone span {
  color: white; }

#currency-converter {
  display: none; }

.header-top-left {
  width: 0 !important; }

/* SCSS for Mega Menu */
#menu .navPages .navPages-list .navPages-item {
  height: fit-content; }
  #menu .navPages .navPages-list .navPages-item .navPages-action {
    margin-bottom: 0;
    padding: 10px 20px; }
    #menu .navPages .navPages-list .navPages-item .navPages-action > .text {
      color: #fff;
      font-family: "Poppins", Arial, Helvetica, sans-serif;
      font-size: 14px;
      font-weight: 700;
      background-image: linear-gradient(currentColor, currentColor);
      background-position: 0 90%;
      background-repeat: no-repeat;
      background-size: 0 2px;
      transition: background-size .5s;
      padding: 0 0 3px 0; }
  #menu .navPages .navPages-list .navPages-item > .navPage-subMenu {
    background-color: #ffffff;
    width: 100vw;
    left: calc((100vw - 100%) / -2); }
  #menu .navPages .navPages-list .navPages-item.has-megamenu .navPage-subMenu .container .cateArea .navPage-subMenu-list .navPage-subMenu-item-child.navPage-subMenu-all {
    display: none; }
  #menu .navPages .navPages-list .navPages-item.has-megamenu .navPage-subMenu .container .cateArea .navPage-subMenu-list .navPage-subMenu-item-child .navPages-action-lv2 a > span {
    color: #2d2d2d; }
  #menu .navPages .navPages-list .navPages-item.has-megamenu .navPage-subMenu .container .cateArea .navPage-subMenu-list .navPage-subMenu-item-child .navPages-action-lv3 span {
    color: #505050;
    font-size: 12px;
    font-weight: normal; }
  #menu .navPages .navPages-list .navPages-item.has-megamenu .navPage-subMenu .container .cateArea .navPage-subMenu-list .navPage-subMenu-item-child:hover .navPages-action a > span {
    color: #e9446e; }
  #menu .navPages .navPages-list .navPages-item.has-megamenu .navPage-subMenu .container .cateArea.columns-3 .navPage-subMenu-list {
    display: flex; }
    #menu .navPages .navPages-list .navPages-item.has-megamenu .navPage-subMenu .container .cateArea.columns-3 .navPage-subMenu-list .navPage-subMenu-item-child {
      width: 33.33%;
      padding: 0 15px;
      flex: 0 0 33.33%; }
      #menu .navPages .navPages-list .navPages-item.has-megamenu .navPage-subMenu .container .cateArea.columns-3 .navPage-subMenu-list .navPage-subMenu-item-child.has-dropdown .navPage-subMenu.level-3 > .navPage-subMenu-list {
        display: flex;
        flex-direction: column; }
        #menu .navPages .navPages-list .navPages-item.has-megamenu .navPage-subMenu .container .cateArea.columns-3 .navPage-subMenu-list .navPage-subMenu-item-child.has-dropdown .navPage-subMenu.level-3 > .navPage-subMenu-list .navPage-subMenu-item-child {
          width: 100%;
          padding: 0;
          flex: 0 0 100%; }

/* Mint Start */
@media screen and (max-width: 1024px) {
  #mobile-categories {
    /* Back Icon */ }
    #mobile-categories .navPage-subMenu.level-2 {
      -ms-overflow-style: none;
      scrollbar-width: none; }
      #mobile-categories .navPage-subMenu.level-2::-webkit-scrollbar {
        display: none; }
      #mobile-categories .navPage-subMenu.level-2 .cateArea .navPage-subMenu-item-child.has-dropdown .navPages-action-lv2.is-open ~ .level-3 {
        display: block; }
        #mobile-categories .navPage-subMenu.level-2 .cateArea .navPage-subMenu-item-child.has-dropdown .navPages-action-lv2.is-open ~ .level-3 .navPage-subMenu-title {
          display: none; }
      #mobile-categories .navPage-subMenu.level-2 .cateArea .navPage-subMenu-item-child.has-dropdown .navPages-action-lv2 .navPages-action-moreIcon .icon {
        transform: rotate(-90deg);
        width: 13px;
        height: 13px; }
    #mobile-categories .navPages-item:has(.navPages-action-lv2.is-open) .navPages-action-lv1 {
      display: none; }
    #mobile-categories .navPages-list-megamenu:has(.navPages-item.is-open) .navPages-item:not(.is-open) {
      display: none; }
    #mobile-categories .navPages-item.has-megamenu.is-open > .navPages-action-lv1 {
      padding-right: 0; }
      #mobile-categories .navPages-item.has-megamenu.is-open > .navPages-action-lv1 .text {
        display: inline-block;
        text-align: center;
        width: 100%;
        position: relative;
        background-color: #f5f5f5; }
        #mobile-categories .navPages-item.has-megamenu.is-open > .navPages-action-lv1 .text .navPages-label {
          display: none; }
        #mobile-categories .navPages-item.has-megamenu.is-open > .navPages-action-lv1 .text::before {
          content: "";
          position: absolute;
          left: 15px;
          top: 50%;
          transform: translateY(-50%);
          width: 25px;
          height: 25px;
          background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNNDk3LjMzMyAyMzkuOTk5SDgwLjA5Mmw5NS45OTUtOTUuOTk1bC0yMi42MjctMjIuNjI3TDE4LjgzNyAyNTZMMTUzLjQ2IDM5MC42MjNsMjIuNjI3LTIyLjYyN2wtOTUuOTk3LTk1Ljk5N2g0MTcuMjQzdi0zMnoiLz48L3N2Zz4=");
          background-repeat: no-repeat;
          background-size: 100%; }
      #mobile-categories .navPages-item.has-megamenu.is-open > .navPages-action-lv1 .navPages-action-moreIcon {
        display: none; }
    #mobile-categories .navPages-item.has-megamenu .navPages-action-lv2.is-open {
      background-color: #f5f5f5; }
      #mobile-categories .navPages-item.has-megamenu .navPages-action-lv2.is-open .text {
        display: inline-block;
        text-align: center;
        width: 100%;
        position: relative;
        text-transform: uppercase;
        background-color: inherit; }
        #mobile-categories .navPages-item.has-megamenu .navPages-action-lv2.is-open .text::after {
          content: "";
          position: absolute;
          left: 15px;
          top: 50%;
          transform: translateY(-50%);
          width: 25px;
          height: 25px;
          background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxZW0iIGhlaWdodD0iMWVtIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNNDk3LjMzMyAyMzkuOTk5SDgwLjA5Mmw5NS45OTUtOTUuOTk1bC0yMi42MjctMjIuNjI3TDE4LjgzNyAyNTZMMTUzLjQ2IDM5MC42MjNsMjIuNjI3LTIyLjYyN2wtOTUuOTk3LTk1Ljk5N2g0MTcuMjQzdi0zMnoiLz48L3N2Zz4=");
          background-repeat: no-repeat;
          background-size: 100%; }
      #mobile-categories .navPages-item.has-megamenu .navPages-action-lv2.is-open .navPages-action-moreIcon {
        display: none; } }

.navPages-list-megamenu .style-4 .megamenu-left-item .megamenu-slider .card .card-figcaption-bottom a {
  border: 1px solid black; }

#menu .navPages .navPages-list .navPages-item .navPages-action > .text > span:not(.navPages-label) {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 90%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  transition: background-size .5s; }
  #menu .navPages .navPages-list .navPages-item .navPages-action > .text > span:not(.navPages-label):hover {
    background-size: 100% 2px; }

#halo-newsletter-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  display: block;
  overflow: visible;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 1050;
  transition: all 0.2s ease; }
  #halo-newsletter-popup .newsletter-popup-container {
    position: relative;
    width: auto;
    pointer-events: none;
    display: flex;
    align-items: center;
    max-width: calc(100% - 30px);
    min-height: calc(100% - (1.75rem * 2));
    margin: 0 auto; }
  #halo-newsletter-popup .newsletter-popup-inner {
    position: relative;
    text-align: left;
    padding: 0;
    height: auto;
    margin: 0 auto;
    max-height: 90vh;
    overflow-y: auto;
    width: 100%;
    max-width: 100%;
    pointer-events: auto;
    background-color: white;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1); }
  #halo-newsletter-popup [data-close-newsletter-popup] {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
    padding: 0;
    line-height: 1;
    text-align: center;
    background: transparent; }
    #halo-newsletter-popup [data-close-newsletter-popup] svg {
      fill: #2d2d2d;
      width: 23px;
      height: 23px; }
  #halo-newsletter-popup .newsletter-right {
    display: block;
    width: 100%;
    padding: 30px 15px;
    text-align: center; }
    #halo-newsletter-popup .newsletter-right:before, #halo-newsletter-popup .newsletter-right:after {
      content: " ";
      display: table; }
    #halo-newsletter-popup .newsletter-right:after {
      clear: both; }
    #halo-newsletter-popup .newsletter-right .socialLinks .socialLinks-item {
      margin-right: 13px; }
    #halo-newsletter-popup .newsletter-right .icon.icon--facebook svg {
      width: 20px;
      height: 18px; }
    #halo-newsletter-popup .newsletter-right .icon.icon--twitter svg {
      width: 20px;
      height: 18px; }
    #halo-newsletter-popup .newsletter-right .icon.icon--instagram svg {
      width: 20px;
      height: 18px; }
    #halo-newsletter-popup .newsletter-right .icon.icon--pinterest svg {
      width: 20px;
      height: 18px; }
    #halo-newsletter-popup .newsletter-right .icon.icon--youtube svg {
      width: 22px;
      height: 20px; }
    #halo-newsletter-popup .newsletter-right .icon.icon--snapchat svg {
      width: 20px;
      height: 18px; }
  #halo-newsletter-popup .newsletter-left {
    display: none; }
  #halo-newsletter-popup .newsletter-heading {
    position: relative;
    font-size: 24px;
    font-weight: 600;
    color: #2d2d2d;
    line-height: 1;
    margin: 0 0 20px 0;
    text-transform: uppercase; }
    #halo-newsletter-popup .newsletter-heading:after {
      content: '';
      position: absolute;
      bottom: -15px;
      left: 50%;
      transform: translate(-50%);
      height: 2px;
      width: 50px;
      background-color: #1d611c; }
  #halo-newsletter-popup .newsletter-message {
    display: block;
    margin: 0 auto;
    font-size: 13px;
    font-weight: 400;
    color: #2d2d2d;
    line-height: 24px;
    padding: 0 10px; }
    #halo-newsletter-popup .newsletter-message span {
      display: block; }
  #halo-newsletter-popup #popupSubcribeForm {
    margin-top: 20px;
    margin-bottom: 20px; }
    #halo-newsletter-popup #popupSubcribeForm .form {
      margin: 0; }
    #halo-newsletter-popup #popupSubcribeForm .form-field {
      display: block;
      margin: 0; }
    #halo-newsletter-popup #popupSubcribeForm .form-input {
      width: 100%;
      max-width: 270px;
      text-align: center;
      margin: 0 auto 15px auto;
      border-color: #dfdfdf; }
      #halo-newsletter-popup #popupSubcribeForm .form-input::placeholder {
        color: #787878; }
    #halo-newsletter-popup #popupSubcribeForm input[type="submit"],
    #halo-newsletter-popup #popupSubcribeForm button[type="submit"] {
      display: block;
      width: 100%;
      max-width: 270px;
      margin: 0 auto; }
  #halo-newsletter-popup .form-show-again {
    display: block;
    line-height: 20px; }
    #halo-newsletter-popup .form-show-again:before, #halo-newsletter-popup .form-show-again:after {
      content: " ";
      display: table; }
    #halo-newsletter-popup .form-show-again:after {
      clear: both; }
    #halo-newsletter-popup .form-show-again .form {
      margin: 0; }
      #halo-newsletter-popup .form-show-again .form input {
        border: 0;
        clip: rect(1px, 1px, 1px, 1px);
        height: 1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px; }
        #halo-newsletter-popup .form-show-again .form input:checked + label {
          color: #2d2d2d; }
          #halo-newsletter-popup .form-show-again .form input:checked + label span {
            background-image: linear-gradient(transparent 97%, #2d2d2d 3%); }
          #halo-newsletter-popup .form-show-again .form input:checked + label:before {
            border-color: #2d2d2d;
            background: #2d2d2d; }
      #halo-newsletter-popup .form-show-again .form label {
        cursor: pointer;
        font-size: 13px;
        font-weight: 400;
        position: relative;
        line-height: 30px;
        color: #464646;
        display: inline-block;
        vertical-align: top;
        padding: 0 0 0 24px; }
        #halo-newsletter-popup .form-show-again .form label span {
          padding: 0 0 1px 0;
          background-image: linear-gradient(transparent 97%, #464646 3%);
          background-repeat: repeat-x;
          background-position-y: -3px; }
        #halo-newsletter-popup .form-show-again .form label:before {
          content: '';
          position: absolute;
          top: 8px;
          left: 0;
          width: 14px;
          height: 14px;
          background: transparent;
          border: 1px solid #d0d0d0; }
        #halo-newsletter-popup .form-show-again .form label:after {
          content: '';
          display: block;
          width: 12px;
          height: 12px;
          position: absolute;
          left: 1px;
          top: 9px;
          background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='far' data-icon='check' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' class='svg-inline--fa fa-check fa-w-16 fa-3x'%3E%3Cpath fill='%23ffffff' d='M435.848 83.466L172.804 346.51l-96.652-96.652c-4.686-4.686-12.284-4.686-16.971 0l-28.284 28.284c-4.686 4.686-4.686 12.284 0 16.971l133.421 133.421c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-28.284-28.284c-4.686-4.686-12.284-4.686-16.97 0z' class=''%3E%3C/path%3E%3C/svg%3E");
          background-repeat: no-repeat;
          background-position: center center;
          background-size: 100%; }
    #halo-newsletter-popup .form-show-again .form-field {
      margin: 0; }
  #halo-newsletter-popup.hide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: hidden; }
  @media (min-width: 551px) {
    #halo-newsletter-popup .newsletter-popup-container {
      margin: 1.75rem auto;
      min-height: calc(100% - (1.75rem * 2)); }
    #halo-newsletter-popup .newsletter-right {
      padding: 30px; }
    #halo-newsletter-popup .newsletter-heading {
      font-size: 20px;
      margin: 0 0 20px 0; } }
  @media (min-width: 768px) {
    #halo-newsletter-popup .newsletter-popup-container {
      max-width: 700px; }
    #halo-newsletter-popup .newsletter-popup-inner {
      display: flex;
      align-items: center; }
    #halo-newsletter-popup .newsletter-right {
      width: 50%;
      padding: 50px 30px; }
    #halo-newsletter-popup .newsletter-left {
      width: 50%;
      display: inline-block;
      position: relative;
      overflow: hidden; }
      #halo-newsletter-popup .newsletter-left img {
        width: 100%;
        height: 100%;
        object-fit: cover; }
        #halo-newsletter-popup .newsletter-left img.lazyload, #halo-newsletter-popup .newsletter-left img.lazyloading {
          width: auto;
          height: auto;
          margin: 0 auto; } }
  @media (min-width: 1025px) {
    #halo-newsletter-popup .newsletter-popup-container {
      max-width: 870px; }
    #halo-newsletter-popup .newsletter-popup-inner {
      overflow: visible; }
    #halo-newsletter-popup [data-close-newsletter-popup] {
      top: 0;
      right: -42px; }
      #halo-newsletter-popup [data-close-newsletter-popup] svg {
        fill: white; }
    #halo-newsletter-popup .newsletter-left:before {
      content: "";
      width: 100%;
      height: 100%;
      top: 100%;
      right: 0;
      left: auto;
      z-index: 2;
      transform: none;
      position: absolute;
      transition: all 0.2s ease;
      background-color: rgba(0, 0, 0, 0.25);
      background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.25) 100%); }
    #halo-newsletter-popup .newsletter-left:hover:before {
      top: 0; }
    #halo-newsletter-popup .newsletter-right {
      padding: 30px 70px; }
    #halo-newsletter-popup .newsletter-heading {
      margin: 0 0 30px 0; }
    #halo-newsletter-popup #popupSubcribeForm {
      margin-top: 26px;
      margin-bottom: 48px; } }
  @media (min-width: 1025px) {
    #halo-newsletter-popup.halo-newsletter-popup-noImage .newsletter-popup-container {
      max-width: 700px; } }
  @media (min-width: 768px) {
    #halo-newsletter-popup.halo-newsletter-popup-noImage .newsletter-right {
      width: 100%; } }

#halo-newsletter-popup #popupSubcribeForm .form-field button.button {
  display: block;
  width: 100%;
  max-width: 270px;
  font-size: 16px;
  font-weight: 900;
  margin: 0 auto;
  background-color: #1d611c;
  color: #fff; }
  #halo-newsletter-popup #popupSubcribeForm .form-field button.button:hover {
    color: #1d611c;
    background-color: #fff; }

#halo-newsletter-popup .newsletter-item .socialLinks-item a:hover {
  background-color: white; }
  #halo-newsletter-popup .newsletter-item .socialLinks-item a:hover svg {
    fill: unset; }

aside.page-sidebar.col-sm-3 {
  display: none; }

aside.page-sidebar.col-sm-3 ~ main.page-content.col-sm-12 {
  padding-left: 0;
  width: 100%; }

#product-listing-container .module-wrapper {
  margin-bottom: 40px; }
  @media (min-width: 992px) and (max-width: 1199px) {
    #product-listing-container .module-wrapper .productBlockContainer.columns-4 .prod-item {
      width: 25%; } }
  @media (min-width: 550px) and (max-width: 1024px) {
    #product-listing-container .module-wrapper .productBlockContainer.columns-4 .prod-item {
      width: 50%; } }
  @media (max-width: 550px) {
    #product-listing-container .module-wrapper .productBlockContainer.columns-4 .prod-item {
      width: 100%; } }

@media (max-width: 500px) {
  #breadcrumbs-wrapper .breadcrumbs {
    width: 100%; }
    #breadcrumbs-wrapper .breadcrumbs:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      background: linear-gradient(270deg, #fff 0, rgba(255, 255, 255, 0.1));
      width: 50px;
      height: 40px;
      z-index: 1; }
  #product-photos {
    position: relative; }
    #product-photos .owl-nav {
      position: absolute;
      top: inherit;
      left: 50%;
      bottom: 25px;
      transform: translateX(-50%);
      border-radius: 10px;
      margin: 0;
      padding: 10px;
      width: 100px;
      box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset; }
      #product-photos .owl-nav .owl-next {
        right: 0; }
      #product-photos .owl-nav .owl-prev {
        left: 0; }
    #product-photos .owl-count {
      font-size: 16px; } }

.owl-count {
  font-size: 0; }

.tab-descriptionShowmore .button.button--secondary {
  display: none; }
  @media (max-width: 767px) {
    .tab-descriptionShowmore .button.button--secondary {
      display: block; } }

@media (max-width: 767px) {
  #tab-description-panel {
    max-height: 300px;
    overflow: hidden; }
  .tab-descriptionShowmore {
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 50px 0 30px 0;
    background-color: rgba(255, 255, 255, 0.9);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.8) 12%, rgba(255, 255, 255, 0.9) 34%, rgba(255, 255, 255, 0.96) 57%, #fff 73%); }
    .tab-descriptionShowmore .button {
      min-width: 200px !important;
      text-transform: uppercase;
      height: 40px;
      font-weight: 700; }
    .tab-descriptionShowmore.less {
      padding-top: 0;
      position: relative; } }
  @media (max-width: 767px) and (min-width: 768px) {
    .tab-descriptionShowmore {
      display: none; } }

@media (max-width: 768px) {
  #quickSearch .quickSearchResults {
    transform: translateX(32%); } }

@media (max-width: 768px) {
  .bod {
    padding-top: 21px;
    padding: 0 15px;
    border-bottom: 1px solid; } }

#footer-wrapper .inner-footer-link--mb {
  display: none; }
  @media (max-width: 768px) {
    #footer-wrapper .inner-footer-link--mb {
      display: block; } }

#footer-wrapper .inner-footer-link--desktop {
  display: none; }
  @media (min-width: 768px) {
    #footer-wrapper .inner-footer-link--desktop {
      display: block; } }

.product-no-sidebar .left-sticky {
  position: sticky !important;
  top: 100px;
  z-index: 1; }

.productView-image img[role="presentation"] {
  max-width: 100vw !important; }

@media (max-width: 768px) {
  .left-sticky .form {
    overflow: hidden; } }

.text-left {
  text-align: left; }

.flex-center {
  display: flex;
  gap: 20px;
  justify-content: center; }

.spotlight-block {
  width: 100vw;
  display: flex;
  justify-content: center;
  padding: 20px 0; }

.spotlight-block .container {
  display: flex;
  flex-direction: column; }

.spotlight-header {
  margin-bottom: 42px; }
  .spotlight-header .title {
    color: #000000;
    margin-bottom: 20px; }
  .spotlight-header .subtext {
    display: block; }

.spotlight-banner-item {
  margin-top: 20px; }
  .spotlight-banner-item .img-wrap .link {
    justify-content: center; }

.spotlight-banner-item.animate--zoom-in {
  overflow: hidden;
  height: fit-content; }

.spotlight-banner-item .title {
  margin-top: 10px; }

.spotlight-banner-item .title .link_title span {
  border-bottom: 2px solid transparent;
  display: inline-block;
  padding-bottom: 1px;
  color: black;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  opacity: 0.6; }

@media (min-width: 1024px) {
  .spotlight-banner-item {
    width: 50%; } }

@media (max-width: 768px) {
  .spotlight-banner-item .title {
    text-align: center; }
  .flex-box__banner {
    flex-direction: column !important; }
  .flex-box__banner .banner-image {
    width: 100% !important; }
    .flex-box__banner .banner-image img {
      width: 100%; }
  .flex-box__banner .banner-content {
    justify-content: center; }
    .flex-box__banner .banner-content .content-box {
      max-width: 80%; }
      .flex-box__banner .banner-content .content-box .banner-heading {
        font-size: 30px;
        line-height: 35px;
        padding-bottom: 0;
        margin: 0px !important; }
      .flex-box__banner .banner-content .content-box .banner-text {
        font-size: 16px; } }

.flex-box__banner.revert {
  flex-direction: row-reverse; }
  .flex-box__banner.revert .banner-content {
    margin-left: 100px; }

.slick-slide {
  margin: 10px; }

.spotlight-banner-items {
  justify-content: flex-start; }
  .spotlight-banner-items .slick-track {
    display: flex; }

.spotlight-banner-items .slick-dots {
  position: absolute;
  display: flex !important;
  list-style: none;
  bottom: -50px;
  left: 50%;
  transform: translate(-50%);
  margin-left: 0px !important; }
  .spotlight-banner-items .slick-dots li {
    margin: 0;
    padding: 0.3125rem;
    cursor: pointer; }
    .spotlight-banner-items .slick-dots li button {
      border: 1px solid #000;
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle;
      height: 12px;
      width: 12px;
      border-radius: 50%;
      font-size: 0px; }
  .spotlight-banner-items .slick-dots .slick-active button {
    background-color: black; }

.spotlight-banner-items button .fa {
  font-size: 30px; }

.banner-block {
  padding: 50px 0; }

.flex-box__banner {
  display: flex;
  gap: 50px; }

.banner-block .banner-image {
  width: 66%;
  overflow: hidden; }

.banner-block .banner-heading {
  margin-bottom: 30px;
  font-size: 60px;
  color: #232323;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 68px !important; }

.banner-block .banner-content {
  flex: 1;
  display: flex;
  align-items: center; }

.banner-block .banner-text {
  font-size: 18px;
  line-height: 26px; }

.banner-block .banner-button {
  color: #232323;
  cursor: pointer;
  font-size: 20px;
  line-height: 26px;
  display: block !important;
  transition: transform 0.2s ease;
  transform: translateY(0); }
  .banner-block .banner-button:hover {
    transform: translateY(-10px); }
  .banner-block .banner-button span {
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-align: center;
    text-transform: uppercase;
    text-wrap: nowrap;
    border-bottom: 1px solid #333; }

.banner-block .animate--zoom-in img {
  width: 100%; }

.animate--zoom-in img {
  transition: scale 1s linear;
  scale: 1; }

.animate--zoom-in:hover img {
  scale: 1.3; }

@media (min-width: 768px) {
  .page-type-category .subcategories-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .page-type-category .subcategories-block .product-listing-container {
      width: 100vw; }
      .page-type-category .subcategories-block .product-listing-container .prod-item {
        width: 33%; }
        .page-type-category .subcategories-block .product-listing-container .prod-item .prod-image > a {
          width: 100%; }
        .page-type-category .subcategories-block .product-listing-container .prod-item .card-image {
          margin: 0px; } }

@media (min-width: 768px) and (min-width: 768px) {
  .page-type-category .page-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .page-type-category .page-content #product-listing-container {
      width: 100vw;
      padding: 0 26px; }
      .page-type-category .page-content #product-listing-container .prod-item {
        width: 33%; }
        .page-type-category .page-content #product-listing-container .prod-item .prod-image > a {
          width: 100%; }
        .page-type-category .page-content #product-listing-container .prod-item .card-image {
          margin: 0px; } }

.page-type-product #breadcrumbs-wrapper .breadcrumbs {
  height: 32px;
  overflow: hidden; }

.page-type-category .subcategories-block .product-listing-container .prod-item .card-image {
  margin: auto !important; }

.halo-sidebar-header {
  padding: 13px 20px; }
  .halo-sidebar-header .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    color: #232323; }
  .halo-sidebar-header .close svg {
    width: 20px;
    height: 20px; }
  .halo-sidebar-header .close:hover {
    transform: rotate(360deg);
    transition: all 0.4s; }

#halo-cart-sidebar .halo-sidebar-header {
  padding: unset; }

#halo-auth-sidebar .halo-sidebar-wrapper {
  padding: 20px; }
  #halo-auth-sidebar .halo-sidebar-wrapper em {
    color: #e95144; }
  #halo-auth-sidebar .halo-sidebar-wrapper .form-actions {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: unset; }
    #halo-auth-sidebar .halo-sidebar-wrapper .form-actions .button {
      font-weight: 700;
      text-transform: uppercase;
      line-height: 22px;
      letter-spacing: .05em;
      font-size: 14px; }
    #halo-auth-sidebar .halo-sidebar-wrapper .form-actions .forgot-password {
      display: block;
      margin: 0 auto; }
      #halo-auth-sidebar .halo-sidebar-wrapper .form-actions .forgot-password span {
        text-decoration: underline; }
    #halo-auth-sidebar .halo-sidebar-wrapper .form-actions .create-account {
      margin: unset; }

.openLogin .halo-sidebar#halo-auth-sidebar {
  right: 0; }

.openLogin #halo-before-you-leave {
  right: -101%; }

.openLogin .halo-overlay-background {
  opacity: 1;
  cursor: pointer;
  pointer-events: auto;
  visibility: visible; }

.openCartSidebar .halo-sidebar#halo-cart-sidebar {
  right: 0;
  padding-left: 20px;
  padding-top: 24px; }

.openSearch {
  overflow: hidden; }
  .openSearch .halo-overlay-background {
    opacity: 1;
    cursor: pointer;
    pointer-events: auto;
    visibility: visible; }

.openSearch .halo-sidebar#halo-search-sidebar {
  left: 0; }

.haloQuickSearchResults {
  margin: 0 auto;
  background-color: #ffffff;
  padding: 25px 0;
  position: relative;
  padding: 25px;
  width: 100%;
  z-index: 9; }
  .haloQuickSearchResults .quickSearchMessage {
    display: block;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.75;
    color: #464646;
    margin: 0;
    text-align: center;
    padding: 10px 15px; }
  .haloQuickSearchResults.is-open {
    display: block;
    -webkit-animation: fadeIn 0.36s;
    animation: fadeIn 0.3s;
    opacity: 1;
    visibility: visible; }
    .haloQuickSearchResults.is-open .quickResults-wrapper {
      opacity: 1; }
  @media (min-width: 1025px) {
    .haloQuickSearchResults {
      position: absolute;
      top: 100%;
      right: 0px;
      overflow-x: hidden;
      overflow-y: auto;
      max-height: calc(100vh - 150px);
      -webkit-animation: fadeOut 0.3s;
      animation: fadeOut 0.3s;
      -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
      animation-timing-function: cubic-bezier(0.4, 0, 0.6, 1);
      opacity: 0;
      visibility: hidden;
      transition: all 0.5s ease; }
      .home-layout-3 .haloQuickSearchResults {
        position: relative;
        max-height: 100%; } }

.openSearchMobile .navUser {
  z-index: 50; }

.halo-sticky-toolbar-mobile {
  background: #ffffff;
  border: 1px solid #ffffff; }

.halo-sticky-toolbar-mobile span {
  color: #000000; }

.halo-sticky-toolbar-mobile a {
  text-decoration: none; }

.halo-sticky-toolbar-mobile a .icon {
  margin: 0 auto;
  width: 100%;
  height: 100%; }

.halo-sticky-toolbar-mobile a .text {
  margin: 0 auto; }

.halo-sticky-toolbar-mobile span.icon svg {
  fill: #000000; }

.halo-sticky-toolbar-mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
  transition: transform .6s; }

.bottom-bar {
  padding: 6px 15px 3px;
  min-height: 60px; }

.bottom-bar--list {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: space-between;
  margin: 0;
  align-items: center; }

.bottom-bar--list li > a {
  padding: 7px 2px;
  display: block;
  pointer-events: auto;
  text-align: center; }

.bottom-bar--list li > a[data-cart-sidebar] {
  position: relative; }

.bottom-bar--list span {
  display: block;
  pointer-events: none;
  font-weight: 400;
  font-size: 14px; }

.bottom-bar--list .icon + .text {
  margin-top: 6px;
  line-height: 1; }

.bottom-bar--list svg {
  width: 23px;
  height: 23px; }

.bottom-bar--list .icon.icon-collection {
  padding: 1px; }

.bottom-bar--list .cart-count-bubble {
  position: absolute;
  top: 0;
  right: -7px;
  color: #ffffff;
  min-width: 22px;
  min-height: 15px;
  text-align: center;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 400;
  line-height: 22px; }

.bottom-bar--list .cart-count-bubble span {
  color: #ffffff; }

@media (max-width: 1024px) {
  .sticky-toolbar-mobile .footer {
    padding-bottom: 60px; } }

@media (min-width: 1025px) {
  .halo-sticky-toolbar-mobile {
    display: none; } }

.productGrid-search {
  list-style: none;
  margin: 0;
  text-align: left;
  font-size: 0;
  letter-spacing: 0;
  margin-bottom: 15px; }
  .productGrid-search .search-item {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 10px 0; }
    .productGrid-search .search-item:last-child {
      margin-right: 0; }
  .productGrid-search .link {
    display: block;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    padding: 7px 12px;
    cursor: pointer;
    pointer-events: auto;
    border: 1px solid #e6e6e6;
    color: #2d2d2d; }
  .productGrid-search .icon {
    position: relative;
    top: -2px;
    margin: 0 9px 0 0;
    width: 16px;
    height: 16px;
    fill: #2d2d2d;
    color: #2d2d2d; }
    .home-layout-3 .productGrid-search .icon {
      width: 20px;
      height: 20px; }

.previewCartHeader {
  padding: 0 0 15px;
  margin-top: 8px; }
  .previewCartHeader .text {
    font-size: 13px;
    font-weight: 400;
    color: #464646;
    line-height: 20px;
    letter-spacing: 0;
    display: inline-block; }
  .previewCartHeader + .halo-free-shipping-message {
    padding: 0; }

.previewCart {
  margin: 0; }
  .previewCart .previewCartList {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
    overflow: auto;
    overflow-x: hidden;
    max-height: calc(100vh - 400px); }
    .previewCart .previewCartList::-webkit-scrollbar {
      width: 4px; }
    .previewCart .previewCartList::-webkit-scrollbar-track {
      background: #f5f5f5; }
    .previewCart .previewCartList::-webkit-scrollbar-thumb {
      background: #a6a6a6; }
    .previewCart .previewCartList::-webkit-scrollbar-thumb:hover {
      background: #787878; }
  .previewCart .previewCartItem {
    display: block;
    max-width: 100%;
    line-height: unset;
    padding: 25px 0;
    font-size: 0;
    margin: 0;
    letter-spacing: 0;
    border: 0; }
    .previewCart .previewCartItem:last-child {
      padding-bottom: 50px;
      border-bottom: 1px solid #e6e6e6; }
  .previewCart .previewCartItem-image {
    display: inline-block;
    vertical-align: top;
    width: 80px;
    padding: 0;
    position: relative;
    text-align: center; }
    .previewCart .previewCartItem-image:after {
      content: '';
      display: block;
      height: 0;
      width: 100%;
      padding-bottom: get-padding(); }
    .previewCart .previewCartItem-image img {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
  .previewCart .previewCartItem-content {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 80px);
    padding: 0 0 0 22px;
    position: relative;
    top: 7px;
    text-align: left; }
  .previewCart .previewCartItem-name {
    overflow-wrap: break-word;
    margin: 0 0 7px 0;
    position: relative;
    top: -5px;
    padding-left: unset; }
    .previewCart .previewCartItem-name > a {
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      font-size: 13px;
      font-weight: 400;
      color: #2d2d2d;
      letter-spacing: 0;
      margin: 0;
      line-height: 20px;
      text-transform: capitalize;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      text-overflow: ellipsis; }
      @media (min-width: 1025px) {
        .previewCart .previewCartItem-name > a:hover span {
          background-image: linear-gradient(transparent 97%, #2d2d2d 3%);
          background-repeat: repeat-x;
          background-position-y: -2px; }
          .home-layout-2 .previewCart .previewCartItem-name > a:hover span,
          .home-layout-3 .previewCart .previewCartItem-name > a:hover span,
          .home-layout-4 .previewCart .previewCartItem-name > a:hover span {
            background-position-y: 0; } }
  .previewCart .previewCartItem-options {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 30px 0 0;
    width: auto; }
  .previewCart .previewCartItem-variant {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    color: #616161;
    text-transform: capitalize;
    display: block;
    width: 100%;
    margin: 0 0 7px 0; }
    .previewCart .previewCartItem-variant span + span:before {
      content: '/';
      margin: 0 4px 0 0; }
  .previewCart .previewCartItem-edit {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: -5px;
    right: 0; }
    .previewCart .previewCartItem-edit .icon {
      width: 16px;
      height: 16px;
      fill: #888888; }
    @media (min-width: 1025px) {
      .previewCart .previewCartItem-edit:hover .icon {
        fill: #2d2d2d; } }
  .previewCart .previewCartItem-price {
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    color: #232323;
    letter-spacing: 0;
    text-transform: uppercase;
    display: block;
    width: 100%;
    margin: 4px 0 0 0; }
    .previewCart .previewCartItem-price span {
      color: #232323;
      font-weight: 600;
      letter-spacing: 0;
      font-size: 14px;
      line-height: 22px; }
    .previewCart .previewCartItem-price p {
      font-size: 13px;
      font-weight: 400;
      color: #464646;
      letter-spacing: 0;
      line-height: 20px;
      margin: 0;
      text-transform: capitalize; }
  .previewCart .previewCartItem-qty {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 130px;
    margin: 17px 0 0 0;
    margin-top: unset;
    padding: 0;
    position: relative; }
    .previewCart .previewCartItem-qty .form-label {
      display: inline-block;
      vertical-align: middle;
      width: 100%;
      margin: 0;
      padding: 0;
      color: #2d2d2d;
      font-size: 13px;
      font-weight: 400; }
      @media (max-width: 550px) {
        .previewCart .previewCartItem-qty .form-label {
          display: block;
          margin-bottom: 10px; } }
    .previewCart .previewCartItem-qty .form-increment {
      display: inline-block;
      vertical-align: middle;
      width: calc(100% - 30px); }
      .previewCart .previewCartItem-qty .form-increment .form-input--incrementTotal {
        text-align: center;
        width: 100%;
        padding: 5px;
        border: 1px solid #dfdfdf;
        font-weight: 400;
        font-size: 13px;
        font-style: normal;
        min-height: unset;
        height: 50px;
        color: #464646; }
  .previewCart .previewCartItem-remove {
    position: absolute;
    margin: 0;
    top: auto;
    transform: unset;
    bottom: 15px;
    left: auto;
    right: 0;
    line-height: 1;
    display: block;
    height: auto;
    width: auto;
    transition: unset;
    padding: 0; }
    .previewCart .previewCartItem-remove:before, .previewCart .previewCartItem-remove:after {
      content: " ";
      display: table; }
    .previewCart .previewCartItem-remove:after {
      clear: both; }
    .previewCart .previewCartItem-remove svg {
      width: 15px;
      height: 15px;
      margin: 0;
      fill: #7f7f7f; }
    @media (min-width: 1025px) {
      .previewCart .previewCartItem-remove:hover svg {
        fill: #2d2d2d; } }
  .previewCart .previewCartTotalsPrice {
    list-style: none;
    margin: 0;
    padding: 20px 0 12px; }
  .previewCart .previewCartTotals {
    display: block;
    font-size: 0;
    padding: 0;
    letter-spacing: 0;
    margin-bottom: 10px; }
    .previewCart .previewCartTotals:before, .previewCart .previewCartTotals:after {
      content: " ";
      display: table; }
    .previewCart .previewCartTotals:after {
      clear: both; }
    .previewCart .previewCartTotals .previewCartTotals-label {
      display: inline-block;
      vertical-align: top;
      width: 120px;
      text-align: left;
      color: #2d2d2d;
      font-size: 13px;
      font-weight: 500;
      line-height: 24px;
      letter-spacing: 0;
      text-transform: none; }
    .previewCart .previewCartTotals .previewCartTotals-value {
      display: inline-block;
      vertical-align: top;
      width: calc(100% - 120px);
      text-align: right;
      color: #2d2d2d;
      font-size: 13px;
      font-weight: 600;
      letter-spacing: 0;
      line-height: 24px; }
    .previewCart .previewCartTotals.grandTotal .previewCartTotals-label {
      font-size: 15px; }
    .previewCart .previewCartTotals.grandTotal .previewCartTotals-value {
      font-size: 15px;
      padding: 0;
      top: -1px; }
  .previewCart .previewCartAction {
    border: 0;
    display: block;
    font-size: 0;
    letter-spacing: 0;
    padding: 3px 0 0 0;
    margin: 0;
    width: auto; }
    .previewCart .previewCartAction .previewCartAction-checkout,
    .previewCart .previewCartAction .previewCartAction-viewCart {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      padding: 0; }
    .previewCart .previewCartAction .button {
      margin: 0;
      padding: 0;
      width: 100%;
      text-transform: uppercase;
      height: 50px;
      line-height: 48px; }
  .previewCart .productView-info > :first-child {
    margin-top: 0; }
  .previewCart .productView-info {
    margin-top: 5px;
    margin-bottom: 5px;
    width: 100%; }
    .previewCart .productView-info .productView-info-name {
      min-width: 65px;
      font-weight: 700;
      letter-spacing: 0;
      text-align: left;
      width: auto; }
    .previewCart .productView-info .productView-info-value {
      margin-bottom: 2px;
      padding-left: 0; }
    .previewCart .productView-info .productView-info-name,
    .previewCart .productView-info .productView-info-value {
      float: left;
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      font-size: 14px;
      text-transform: capitalize; }
  .previewCart .productView-title {
    margin-top: 0;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 1.2; }
  .previewCart .productView-brand {
    text-transform: capitalize;
    margin-bottom: 9px; }
  .previewCart .productView-price {
    font-size: 15px; }
    @media (min-width: 1024px) {
      .previewCart .productView-price {
        font-size: 20px; } }
  .previewCart.previewCart2 {
    padding: 0;
    display: block;
    font-size: 0;
    letter-spacing: 0; }
    .previewCart.previewCart2 .halo-free-shipping-message {
      padding-top: 0;
      padding-bottom: 30px; }
    .previewCart.previewCart2 .previewCartView .productView-brand {
      margin-bottom: 0; }
    .previewCart.previewCart2 .previewCartView .productView-title {
      font-size: 13px; }
  @media (min-width: 551px) {
    .previewCart .previewCartItem-qty {
      max-width: 193px; }
      .previewCart .previewCartItem-qty .form-increment {
        width: calc(100% - 88px); }
        .previewCart .previewCartItem-qty .form-increment .form-input--incrementTotal {
          text-align: center;
          padding: 10px; } }
  @media (min-width: 1025px) {
    .previewCart .previewCartItem-remove:hover svg {
      fill: #2d2d2d; }
    .previewCart .previewCartItem-remove:hover span {
      color: #ce2b1e;
      background-image: linear-gradient(transparent 97%, #ce2b1e 3%);
      background-repeat: repeat-x;
      background-position-y: 0; } }

.account-dropdown-sidebar {
  list-style: none;
  margin: 0; }
  .account-dropdown-sidebar .account-item {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #e6e6e6; }
    .account-dropdown-sidebar .account-item .account-action {
      display: block;
      width: 100%;
      color: #2d2d2d;
      font-size: 13px;
      font-weight: 400;
      padding: 0 35px 0 0;
      margin: 0;
      line-height: 45px;
      text-transform: capitalize;
      transition: all 0.2s ease; }
    .account-dropdown-sidebar .account-item .text {
      display: flex;
      align-items: center;
      color: inherit;
      font-size: inherit;
      font-weight: inherit;
      position: relative;
      transition: all 0.2s ease;
      padding: 0;
      white-space: nowrap; }
      .account-dropdown-sidebar .account-item .text > .icon {
        display: inline-block;
        vertical-align: middle;
        fill: #4f4f4f;
        stroke: #4f4f4f;
        margin: 0 10px 0 0;
        width: 18px;
        height: 18px; }
    .account-dropdown-sidebar .account-item:last-child {
      border-bottom: 0; }

#halo-cart-sidebar .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-qty .form-increment {
  max-width: 122px;
  position: relative; }
  #halo-cart-sidebar .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-qty .form-increment .button {
    margin: 0;
    padding: 0;
    border: none;
    width: 32px;
    height: 100%;
    position: absolute;
    background: 0 0; }
    #halo-cart-sidebar .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-qty .form-increment .button[data-action=dec] {
      bottom: 0;
      left: 0; }
      #halo-cart-sidebar .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-qty .form-increment .button[data-action=dec]:before, #halo-cart-sidebar .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-qty .form-increment .button[data-action=dec]:after {
        content: "";
        position: absolute;
        display: block;
        line-height: 22px;
        background-color: #7f7f7f; }
      #halo-cart-sidebar .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-qty .form-increment .button[data-action=dec]:before {
        top: 50%;
        left: 10px;
        transform: translateY(-50%);
        width: 12px;
        height: 2px; }
    #halo-cart-sidebar .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-qty .form-increment .button[data-action=inc] {
      bottom: 0;
      right: 0; }
      #halo-cart-sidebar .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-qty .form-increment .button[data-action=inc]:before, #halo-cart-sidebar .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-qty .form-increment .button[data-action=inc]:after {
        content: "";
        position: absolute;
        display: block;
        line-height: 22px;
        background-color: #7f7f7f; }
      #halo-cart-sidebar .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-qty .form-increment .button[data-action=inc]:before {
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        width: 12px;
        height: 2px; }
      #halo-cart-sidebar .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-qty .form-increment .button[data-action=inc]:after {
        top: 50%;
        right: 15px;
        width: 2px;
        height: 12px;
        transform: translateY(-50%); }
  #halo-cart-sidebar .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-qty .form-increment .form-input--incrementTotal {
    height: 40px; }

#halo-cart-sidebar .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-qty .form-input--incrementTotal {
  -moz-appearance: textfield; }
  #halo-cart-sidebar .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-qty .form-input--incrementTotal::-webkit-outer-spin-button, #halo-cart-sidebar .previewCartList .previewCartItem .previewCartItem-content .previewCartItem-qty .form-input--incrementTotal::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }

.search_query-icon {
  transform: rotate(-90deg); }

#halo-search-sidebar .halo-sidebar-wrapper .halo-sidebar-search {
  padding: 25px 20px 140px; }
  #halo-search-sidebar .halo-sidebar-wrapper .halo-sidebar-search .form {
    margin: unset; }
  #halo-search-sidebar .halo-sidebar-wrapper .halo-sidebar-search .form-field #search_query {
    position: relative;
    max-height: 40px; }
  #halo-search-sidebar .halo-sidebar-wrapper .halo-sidebar-search .form-field .search_query-icon {
    position: absolute;
    top: 30px;
    right: 20px;
    pointer-events: none; }
    #halo-search-sidebar .halo-sidebar-wrapper .halo-sidebar-search .form-field .search_query-icon svg {
      width: 24px;
      height: 24px; }
  #halo-search-sidebar .halo-sidebar-wrapper .halo-sidebar-search .hasNoResults .quickSearchMessage {
    margin: unset;
    font-size: 20px; }
  #halo-search-sidebar .halo-sidebar-wrapper .halo-sidebar-search:has(.hasResults) .suggest-search {
    display: none; }
  #halo-search-sidebar .halo-sidebar-wrapper .halo-sidebar-search .suggest-search {
    display: block; }

.custom-scrollbar::-webkit-scrollbar-track {
  background-color: #f4f4f4; }

.custom-scrollbar::-webkit-scrollbar {
  width: 5px;
  background-color: #f4f4f4; }

.custom-scrollbar::-webkit-scrollbar-thumb {
  background-color: #f3f3f3; }

.custom-scrollbar-x::-webkit-scrollbar {
  height: 5px; }

.custom-scrollbar-x::-webkit-scrollbar-track {
  background-color: #f4f4f4; }

.custom-scrollbar-x::-webkit-scrollbar-thumb {
  background-color: #f3f3f3; }

.suggest-search {
  display: none; }

#halo-search-sidebar .suggest-search {
  display: block; }
  #halo-search-sidebar .suggest-search .quickResults-title {
    margin-top: 0;
    font-size: 12px;
    border-bottom: 1px solid #e8e8e8;
    text-transform: uppercase;
    margin: 0 0 15px;
    padding-bottom: 8px; }
  #halo-search-sidebar .suggest-search .productItems {
    font-size: 0;
    display: block;
    overflow: auto;
    white-space: nowrap;
    padding-bottom: 20px;
    position: relative;
    margin: 0 -15px; }
    #halo-search-sidebar .suggest-search .productItems .product {
      max-width: 250px !important;
      margin: 0;
      display: inline-block;
      vertical-align: top;
      width: 100%;
      padding: 0 15px; }
      #halo-search-sidebar .suggest-search .productItems .product article .item-desc {
        text-align: center; }
        #halo-search-sidebar .suggest-search .productItems .product article .item-desc .item-name {
          overflow: hidden;
          white-space: normal;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          text-overflow: ellipsis;
          -webkit-box-orient: vertical;
          font-size: 12px;
          font-weight: 400;
          line-height: 22px;
          letter-spacing: 0.2em;
          text-transform: capitalize;
          color: #232323; }
        #halo-search-sidebar .suggest-search .productItems .product article .item-desc .item-price {
          display: inline-block;
          vertical-align: middle;
          font-size: 14px;
          font-weight: 600;
          line-height: 22px;
          letter-spacing: 0.2em;
          color: #232323; }
    #halo-search-sidebar .suggest-search .productItems .custom-scrollbar-x::-webkit-scrollbar {
      height: 3px; }

#halo-search-sidebar .halo-sidebar-wrapper .quickSearchResultsWrap {
  display: none; }
  #halo-search-sidebar .halo-sidebar-wrapper .quickSearchResultsWrap.hasResults {
    display: block; }
  #halo-search-sidebar .halo-sidebar-wrapper .quickSearchResultsWrap .productItems {
    font-size: 0;
    display: block;
    overflow: auto;
    white-space: nowrap;
    padding-bottom: 20px;
    position: relative;
    margin: 0 -15px; }
    #halo-search-sidebar .halo-sidebar-wrapper .quickSearchResultsWrap .productItems .product {
      max-width: 250px !important;
      margin: 0;
      display: inline-block;
      vertical-align: top;
      width: 100%;
      padding: 0 15px; }
      #halo-search-sidebar .halo-sidebar-wrapper .quickSearchResultsWrap .productItems .product article .item-desc {
        text-align: center; }
        #halo-search-sidebar .halo-sidebar-wrapper .quickSearchResultsWrap .productItems .product article .item-desc .item-name {
          overflow: hidden;
          white-space: normal;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          text-overflow: ellipsis;
          -webkit-box-orient: vertical;
          font-size: 12px;
          font-weight: 400;
          line-height: 22px;
          letter-spacing: 0.2em;
          text-transform: capitalize;
          color: #232323; }
        #halo-search-sidebar .halo-sidebar-wrapper .quickSearchResultsWrap .productItems .product article .item-desc .item-price {
          display: inline-block;
          vertical-align: middle;
          font-size: 14px;
          font-weight: 600;
          line-height: 22px;
          letter-spacing: 0.2em;
          color: #232323; }
    #halo-search-sidebar .halo-sidebar-wrapper .quickSearchResultsWrap .productItems .custom-scrollbar-x::-webkit-scrollbar {
      height: 3px; }

#halo-search-sidebar .gm-scrollbar.-horizontal .thumb {
  display: none; }

.close {
  opacity: 1 !important; }

#quickSearch > .search-toggle {
  width: 29px; }
  #quickSearch > .search-toggle svg {
    width: 24px;
    height: 24px; }

body.st-off-canvas .halo-search-sidebar {
  display: none; }

.quickSearchResultsWrap .gm-scrollbar {
  display: none; }

@media (min-width: 1025px) {
  body.is-sticky header.header .header-top #quickSearch > a.search-toggle > svg {
    width: 32px;
    height: 32px; } }

.footer.layout-2 {
  padding: 99px 0 45px; }
  .footer.layout-2 .testimonials-flexslider h6 {
    display: block;
    text-align: center; }
  .footer.layout-2 .container {
    padding: 0 65px;
    min-width: unset;
    width: 100% !important;
    max-width: 100%; }
    @media (max-width: 1025px) {
      .footer.layout-2 .container {
        padding: 0 15px; } }
  .footer.layout-2 .footer-info-col {
    vertical-align: top;
    margin-bottom: 2px;
    width: 27%;
    padding: 0px 40px 0px 40px;
    display: inline-block; }
    @media (max-width: 1025px) {
      .footer.layout-2 .footer-info-col {
        padding: 0.5rem;
        min-width: initial; } }
    @media (min-width: 1025px) and (max-width: 1400px) {
      .footer.layout-2 .footer-info-col {
        padding: 1rem; } }
    @media (min-width: 1025px) {
      .footer.layout-2 .footer-info-col {
        max-width: 470px; } }
    .footer.layout-2 .footer-info-col:first-child {
      max-width: 470px;
      padding: 0 45px 0 0; }
      .footer.layout-2 .footer-info-col:first-child form {
        margin-bottom: -21px; }
        .footer.layout-2 .footer-info-col:first-child form .form-prefixPostfix {
          display: flex;
          flex-wrap: wrap;
          flex-direction: row; }
          @media (max-width: 768px) {
            .footer.layout-2 .footer-info-col:first-child form .form-prefixPostfix {
              gap: 14px; } }
          .footer.layout-2 .footer-info-col:first-child form .form-prefixPostfix > input {
            border-color: #000;
            height: 60px;
            font-size: 17px;
            width: 100%; }
          .footer.layout-2 .footer-info-col:first-child form .form-prefixPostfix button {
            padding: 0 34px;
            font-size: 17px;
            height: 60px;
            text-transform: initial;
            margin-left: 0;
            border-left-width: 0; }
            @media (max-width: 768px) {
              .footer.layout-2 .footer-info-col:first-child form .form-prefixPostfix button {
                border-left-width: 1px; } }
            .footer.layout-2 .footer-info-col:first-child form .form-prefixPostfix button::before {
              content: "";
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              z-index: -1;
              background-color: #fff;
              transition: all .6s ease; }
            .footer.layout-2 .footer-info-col:first-child form .form-prefixPostfix button:hover, .footer.layout-2 .footer-info-col:first-child form .form-prefixPostfix button:active {
              background-color: #1d611c;
              color: white;
              transition: all 0.3s ease-in-out; }
    @media (max-width: 1025px) {
      .footer.layout-2 .footer-info-col:last-child {
        padding: 0.5rem; } }
    @media (max-width: 1025px) {
      .footer.layout-2 .footer-info-col {
        padding: 0.5rem; } }
    @media (min-width: 1400px) {
      .footer.layout-2 .footer-info-col {
        margin-bottom: 2px;
        width: 27%; }
        .footer.layout-2 .footer-info-col.footer-info-col--small, .footer.layout-2 .footer-info-col[data-section-type="footer-logo"], .footer.layout-2 .footer-info-col[data-section-type="footer-categories"], .footer.layout-2 .footer-info-col[data-section-type="footer-contact"], .footer.layout-2 .footer-info-col[data-section-type="footer-webPages"], .footer.layout-2 .footer-info-col[data-section-type="footer-brands"], .footer.layout-2 .footer-info-col[data-section-type="footer-info"] {
          width: 17.5%; } }
    @media (min-width: 1025px) and (max-width: 1399px) {
      .footer.layout-2 .footer-info-col {
        margin-bottom: 2px;
        width: 33.3334%; }
        .footer.layout-2 .footer-info-col.footer-info-col--small, .footer.layout-2 .footer-info-col[data-section-type="footer-logo"], .footer.layout-2 .footer-info-col[data-section-type="footer-categories"], .footer.layout-2 .footer-info-col[data-section-type="footer-contact"], .footer.layout-2 .footer-info-col[data-section-type="footer-webPages"], .footer.layout-2 .footer-info-col[data-section-type="footer-brands"], .footer.layout-2 .footer-info-col[data-section-type="footer-info"] {
          width: 14.5%; }
        .footer.layout-2 .footer-info-col.footer-info-col--small:nth-child(2) {
          width: 22.5%; } }
    @media (min-width: 767px) and (max-width: 1024px) {
      .footer.layout-2 .footer-info-col {
        margin-bottom: 2px;
        width: 33.3334%; }
        .footer.layout-2 .footer-info-col:nth-child(1) {
          display: inline-block;
          width: 66.67%;
          padding-right: 30px; }
          .footer.layout-2 .footer-info-col:nth-child(1) .socialLinks--alt {
            margin-top: 0px; }
        .footer.layout-2 .footer-info-col:nth-child(2) {
          display: inline-block;
          padding: 0 0 0 8px;
          border-width: 0;
          width: 33.3334%; } }
    @media (max-width: 767px) {
      .footer.layout-2 .footer-info-col {
        width: 100%; } }
  .footer.layout-2 .footer-copyright > .powered-by {
    text-align: center;
    line-height: 25px;
    letter-spacing: -.02em;
    font-size: 14px;
    color: #000; }
  .footer.layout-2 .footer-info-col--social {
    width: 100%; }
    .footer.layout-2 .footer-info-col--social + .footer-info-heading {
      margin-top: 22px; }
  .footer.layout-2 .footer-title-sr-only {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden; }
  .footer.layout-2 .footer-subscription {
    margin: 0 0 30px 0; }
    .footer.layout-2 .footer-subscription .footer-info-heading {
      text-align: center;
      font-size: 22px;
      margin-top: 13px;
      margin-bottom: 28px;
      line-height: 1.2;
      text-transform: uppercase; }
    .footer.layout-2 .footer-subscription .footer-info-text {
      max-width: unset;
      text-align: center;
      margin: 0 0 22px 0; }
    .footer.layout-2 .footer-subscription .form {
      width: 100%;
      max-width: 590px;
      margin: 0 auto; }
    .footer.layout-2 .footer-subscription .form-field {
      margin: 0; }
    .footer.layout-2 .footer-subscription .form-prefixPostfix .form-input {
      border-color: #ffffff;
      height: 55px; }
    .footer.layout-2 .footer-subscription .form-prefixPostfix .button {
      margin: 10px 0 0 0;
      height: 55px;
      line-height: 54px;
      min-width: 170px; }
      @media (min-width: 551px) {
        .footer.layout-2 .footer-subscription .form-prefixPostfix .button {
          margin: 0 0 0 10px; } }
    @media (min-width: 551px) {
      .footer.layout-2 .footer-subscription .footer-info-heading {
        font-size: 28px; }
      .footer.layout-2 .footer-subscription .form-prefixPostfix {
        flex-wrap: nowrap; }
        .footer.layout-2 .footer-subscription .form-prefixPostfix .form-input,
        .footer.layout-2 .footer-subscription .form-prefixPostfix .button {
          width: auto; }
        .footer.layout-2 .footer-subscription .form-prefixPostfix .form-input {
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .home-layout-4 .footer.layout-2 .footer-subscription .form-prefixPostfix .form-input {
            border-radius: 5px;
            border: 1px solid #d0d0d0; }
        .footer.layout-2 .footer-subscription .form-prefixPostfix .button {
          margin-top: 0;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
          .home-layout-4 .footer.layout-2 .footer-subscription .form-prefixPostfix .button {
            border-radius: 5px;
            height: 60px;
            line-height: 60px;
            font-size: 14px; } }
  .footer.layout-2 .footer-info .footer-info__logo {
    margin-bottom: 27px; }
  .footer.layout-2 .footer-info .footer-info-list h6, .footer.layout-2 .footer-info .footer-info-list h5 {
    font-family: "Forum", serif;
    font-weight: 900;
    font-size: 16px; }
  .footer.layout-2 .footer-info .footer-info-list > li > a {
    padding: 7px 0;
    display: inline-block;
    padding: 0;
    line-height: 34px; }

.footer-info-heading {
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif; }
  .home-layout-3 .footer-info-heading {
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    margin-bottom: 17px; }
  .home-layout-4 .footer-info-heading {
    font-size: 15px;
    line-height: 28px;
    letter-spacing: -0.02em;
    margin-bottom: 11px; }
  .footer-info-col:nth-child(2) .footer-info-heading {
    margin-bottom: 12px; }
    @media (max-width: 767px) {
      .footer-info-col:nth-child(2) .footer-info-heading {
        margin-bottom: 0px; } }

.footer-info-col:first-child .footer-info-heading {
  margin-bottom: 19px; }

.footer-info-col .socialLinks .icon svg {
  transition: 0.3s; }
  .footer-info-col .socialLinks .icon svg:hover {
    transform: scale(1.2); }

.footer-info-list {
  list-style: none;
  margin-left: 0;
  text-transform: initial; }
  .footer-info-list a {
    text-decoration: none; }
    .footer-info-list a span {
      background-image: linear-gradient(currentColor, currentColor);
      background-position: 0 90%;
      background-repeat: no-repeat;
      background-size: 0 1px;
      transition: background-size 0.5s; }
    @media (min-width: 1025px) {
      .footer-info-list a:hover {
        color: #1d611c; }
        .footer-info-list a:hover span {
          background-size: 100% 1px; } }

.footer-copyright > .powered-by {
  margin: 0;
  line-height: 26px;
  letter-spacing: -0.02em; }

.footer-copyright > .paypal-credit {
  font-size: 11px;
  margin: 1em 0 2em; }

.footer-copyright a {
  text-decoration: none; }

.footer-payment-icons {
  height: 3.07692rem;
  margin-top: 1.5rem;
  font-size: 0;
  height: auto; }
  @media (min-width: 768px) {
    .footer-payment-icons {
      margin-top: 3rem; } }
  .footer-payment-icons .footer-payment-icon {
    height: 24px;
    vertical-align: middle;
    width: 38px;
    border-radius: 2px;
    background-color: white;
    margin-bottom: 15px;
    margin-right: 15px; }
    .footer-payment-icons .footer-payment-icon.footer-payment-icon--visa {
      background: #0e4595; }
    .footer-payment-icons .footer-payment-icon.footer-payment-icon--americanExpress {
      background: #2478bc; }
    .footer-payment-icons .footer-payment-icon.footer-payment-icon--cirrus {
      background: #013474; }
    .footer-payment-icons .footer-payment-icon.footer-payment-icon--westernUnion {
      background: #f7de4b; }
    .footer-payment-icons .footer-payment-icon:last-child {
      margin-right: 0; }
  .footer-payment-icons svg {
    fill: #4f4f4f; }

@media (min-width: 480px) {
  .footer-geotrust-ssl-seal {
    bottom: 0;
    position: absolute;
    right: 16px; } }

.footer-geotrust-ssl-seal table {
  margin: auto; }

.footer-newsletter-summary {
  text-align: left; }
  .home-layout-3 .footer-newsletter-summary {
    margin-bottom: 13px; }
  .home-layout-4 .footer-newsletter-summary {
    text-align: center;
    font-size: 13px;
    margin-bottom: 31px; }

@media (max-width: 767px) {
  .footer-info {
    padding: 30px 0; }
  .footer-info-col[data-section-type="footer-info"] {
    margin-bottom: 20px; } }

.form-prefixPostfix-button--postfix {
  padding: 0 34px;
  font-size: 17px;
  height: 60px;
  text-transform: initial;
  margin: 0 !important;
  background-color: white; }

.footer-info-col:nth-child(2) {
  border-left: 1px solid #000000;
  border-right: 1px solid #000000;
  padding: 0 45px 0 40px;
  min-height: 280px; }
  .footer-info-col:nth-child(2) .footer-info-list {
    text-transform: initial; }
  @media (max-width: 767px) {
    .footer-info-col:nth-child(2) {
      border-width: 0px;
      margin: 0;
      padding: 0.5rem;
      min-height: initial; } }
  @media (min-width: 1200px) and (max-width: 1599px) {
    .footer-info-col:nth-child(2) {
      margin: 0;
      padding: 0 1rem; } }

.footer-info-heading {
  font-size: 30px;
  font-weight: 500;
  text-transform: capitalize; }

.form {
  margin-bottom: 0px; }
  @media (min-width: 1401px) {
    .form {
      margin-bottom: -21px; } }

.footer-text-info {
  font-size: 15px;
  line-height: 22px; }

.footer-info-list li a {
  font-size: 15px; }

.footer-info-col {
  padding: 0 0 0 1rem;
  margin-bottom: 0.5rem; }
  .footer-info-col:first-child {
    padding: 0 45px 0 0; }
    @media (max-width: 1025px) {
      .footer-info-col:first-child {
        padding: 0.5rem;
        min-width: initial;
        padding-right: 0;
        max-width: 100%; } }
    @media (min-width: 1025px) and (max-width: 1400px) {
      .footer-info-col:first-child {
        padding: 1rem; } }
    @media (min-width: 1025px) {
      .footer-info-col:first-child {
        max-width: 470px; } }
  @media (max-width: 1025px) {
    .footer-info-col:last-child {
      padding: 0.5rem; } }
  @media (max-width: 1025px) {
    .footer-info-col {
      padding: 0.5rem; } }
  @media (min-width: 1400px) {
    .footer-info-col {
      margin-bottom: 2px;
      width: 27%; }
      .footer-info-col.footer-info-col--small, .footer-info-col[data-section-type="footer-logo"], .footer-info-col[data-section-type="footer-categories"], .footer-info-col[data-section-type="footer-contact"], .footer-info-col[data-section-type="footer-webPages"], .footer-info-col[data-section-type="footer-brands"], .footer-info-col[data-section-type="footer-info"] {
        width: 17.5%; } }
  @media (min-width: 1600px) {
    .footer-info-col {
      padding: 0 0 0 99px; } }
  @media (min-width: 1025px) and (max-width: 1399px) {
    .footer-info-col {
      margin-bottom: 2px;
      width: 33.3334%; }
      .footer-info-col.footer-info-col--small, .footer-info-col[data-section-type="footer-logo"], .footer-info-col[data-section-type="footer-categories"], .footer-info-col[data-section-type="footer-contact"], .footer-info-col[data-section-type="footer-webPages"], .footer-info-col[data-section-type="footer-brands"], .footer-info-col[data-section-type="footer-info"] {
        width: 14.5%; }
      .footer-info-col.footer-info-col--small:nth-child(2) {
        width: 22.5%; } }
  @media (min-width: 767px) and (max-width: 1024px) {
    .footer-info-col {
      margin-bottom: 2px;
      width: 33.3334%; }
      .footer-info-col:nth-child(1) {
        display: inline-block;
        width: 66.67%;
        padding-right: 30px; }
        .footer-info-col:nth-child(1) .socialLinks--alt {
          margin-top: 0px; }
      .footer-info-col:nth-child(2) {
        display: inline-block;
        padding: 0 0 0 8px;
        border-width: 0;
        width: 33.3334%; } }

.icon {
  margin-right: 5px; }
  .icon.is-large {
    height: 45px;
    width: 46px; }

.footer-bottom {
  padding: 35px 0 20px; }
  @media (max-width: 1024px) {
    .footer-bottom {
      padding: 15px 0 50px; } }
  .footer-bottom.center {
    padding-top: 0; }
    .footer-bottom.center .footer-bottom__left,
    .footer-bottom.center .footer-bottom__right,
    .footer-bottom.center .footer-bottom__center {
      width: 100%;
      display: block;
      text-align: center;
      margin: 0 auto;
      height: 30px; }
  .footer-bottom .footer-copyright {
    display: inline-block; }
  .footer-bottom .footer-bottom__left {
    font-size: 12px;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    padding-right: 15px;
    text-align: center;
    margin-bottom: 15px; }
  .footer-bottom .footer-bottom__center {
    font-size: 13px;
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    padding-right: 15px;
    text-align: center;
    margin-bottom: 15px; }
  .footer-bottom .footer-bottom__right {
    font-size: 13px;
    width: 100%;
    display: block;
    vertical-align: middle;
    padding-left: 15px;
    text-align: center; }
    .footer-bottom .footer-bottom__right .footer-payment-icons {
      margin-top: 0;
      display: flex;
      justify-content: center;
      float: unset !important; }
  .footer-bottom .has-item-center .footer-bottom__left,
  .footer-bottom .has-item-center .footer-bottom__center,
  .footer-bottom .has-item-center .footer-bottom__right {
    width: 33.33334%; }
  @media (max-width: 1199px) {
    .footer-bottom .footer-bottom__left,
    .footer-bottom .footer-bottom__center,
    .footer-bottom .footer-bottom__right {
      width: 100%;
      text-align: left;
      padding: 0; } }

.footer-info .footer-info__logo {
  margin-bottom: 27px; }

.footer-info .footer-info-list > li > a {
  padding: 7px 0;
  display: inline-block;
  line-height: 35px; }

.home-layout-4 .footer-info [data-section-type="footer-info"] {
  margin-top: 7px; }
  .home-layout-4 .footer-info [data-section-type="footer-info"] .footer-info-heading {
    display: none; }
  @media (min-width: 1200px) {
    .home-layout-4 .footer-info [data-section-type="footer-info"].footer-info-col {
      padding-left: 0;
      padding-right: 0; } }
  @media (max-width: 1199px) {
    .home-layout-4 .footer-info [data-section-type="footer-info"].footer-info-col {
      width: 50%; } }
  @media (max-width: 767px) {
    .home-layout-4 .footer-info [data-section-type="footer-info"].footer-info-col {
      margin-top: 20px;
      width: 80%; } }
  @media (max-width: 767px) {
    .home-layout-4 .footer-info [data-section-type="footer-info"].footer-info-col {
      margin-top: 35px;
      width: 100%; } }

.footer-info [data-section-type="footer-info"] .footer-info-heading {
  margin-bottom: 15px; }
  .footer-info [data-section-type="footer-info"] .footer-info-heading:first-child {
    margin-bottom: 14px; }

.footer-info [data-section-type="footer-info"] .footer-info__desc {
  margin-top: 26px;
  line-height: 20px; }
  @media (max-width: 767px) {
    .home-layout-4 .footer-info [data-section-type="footer-info"] .footer-info__desc {
      margin-top: 18px; } }

.footer-info [data-section-type="footer-info"] address {
  font-style: normal;
  line-height: 40px;
  margin-bottom: 7px;
  text-transform: uppercase; }
  .home-layout-4 .footer-info [data-section-type="footer-info"] address {
    line-height: 25px;
    font-weight: 500;
    text-transform: initial;
    margin-top: -6px;
    margin-bottom: 0; }

.footer-info [data-section-type="footer-info"] svg {
  width: 20px;
  height: 20px;
  position: relative;
  top: 5px;
  margin-right: 8px; }

.footer-info [data-section-type="footer-info"] .footer-info__phone {
  display: block;
  margin-bottom: 0; }
  .footer-info [data-section-type="footer-info"] .footer-info__phone a {
    display: inline-block;
    line-height: 26px;
    text-decoration: none;
    letter-spacing: 0.02em; }
    .footer-info [data-section-type="footer-info"] .footer-info__phone a span {
      background-image: linear-gradient(currentColor, currentColor);
      background-position: 0 90%;
      background-repeat: no-repeat;
      background-size: 0 1px;
      transition: background-size 0.5s; }
    @media (min-width: 1025px) {
      .footer-info [data-section-type="footer-info"] .footer-info__phone a:hover span {
        background-size: 100% 1px; } }

.footer-info [data-section-type="footer-info"] .footer-info-col--social {
  margin-top: 32px; }
  .footer-info [data-section-type="footer-info"] .footer-info-col--social .socialLinks {
    line-height: 1; }

.footer-info-heading {
  font-size: 30px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 10px;
  font-family: "Forum", serif; }
  .footer-info-col:nth-child(2) .footer-info-heading {
    margin-bottom: 12px; }
    @media (max-width: 767px) {
      .footer-info-col:nth-child(2) .footer-info-heading {
        margin-bottom: 0px; } }

.home-layout-3 .footer-info-col:first-child .footer-info-heading {
  margin-bottom: 19px; }

.footer-info-col .socialLinks .icon svg {
  transition: 0.3s; }
  .footer-info-col .socialLinks .icon svg:hover {
    transform: scale(1.2); }

.footer-info-list {
  list-style: none;
  margin-left: 0;
  text-transform: uppercase; }
  @media (max-width: 767px) {
    .footer-info-list {
      display: none; } }
  .footer-info-list a {
    text-decoration: none; }
    .footer-info-list a span {
      background-image: linear-gradient(currentColor, currentColor);
      background-position: 0 90%;
      background-repeat: no-repeat;
      background-size: 0 1px;
      transition: background-size 0.5s; }
    @media (min-width: 1025px) {
      .footer-info-list a:hover span {
        background-size: 100% 1px; } }

.footer.layout-2 .footer-copyright {
  float: unset; }
  .footer.layout-2 .footer-copyright > .powered-by {
    margin: 0;
    line-height: 26px;
    letter-spacing: 0.02em; }
    .home-layout-3 .footer.layout-2 .footer-copyright > .powered-by {
      line-height: 25px;
      letter-spacing: -0.02em; }
    .home-layout-4 .footer.layout-2 .footer-copyright > .powered-by {
      text-align: center; }
  .footer.layout-2 .footer-copyright > .paypal-credit {
    font-size: 11px;
    margin: 1em 0 2em; }
  .footer.layout-2 .footer-copyright a {
    text-decoration: none; }

.footer-payment-icons {
  height: 3.07692rem;
  margin-top: 1.5rem;
  font-size: 0;
  height: auto; }
  @media (min-width: 768px) {
    .footer-payment-icons {
      margin-top: 3rem; } }
  .footer-payment-icons .footer-payment-icon {
    height: 24px;
    vertical-align: middle;
    width: 38px;
    border-radius: 2px;
    background-color: white;
    margin-bottom: 15px;
    margin-right: 15px;
    margin-left: 7px !important; }
    .footer-payment-icons .footer-payment-icon.footer-payment-icon--visa {
      background: #0e4595; }
    .footer-payment-icons .footer-payment-icon.footer-payment-icon--americanExpress {
      background: #2478bc; }
    .footer-payment-icons .footer-payment-icon.footer-payment-icon--cirrus {
      background: #013474; }
    .footer-payment-icons .footer-payment-icon.footer-payment-icon--westernUnion {
      background: #f7de4b; }
    .footer-payment-icons .footer-payment-icon:last-child {
      margin-right: 0; }
  .footer-payment-icons svg {
    fill: #4f4f4f; }

@media (min-width: 480px) {
  .footer-geotrust-ssl-seal {
    bottom: 0;
    position: absolute;
    right: 16px; } }

.footer-geotrust-ssl-seal table {
  margin: auto; }

.footer-newsletter-summary {
  text-align: left; }
  .home-layout-3 .footer-newsletter-summary {
    margin-bottom: 13px; }
  .home-layout-4 .footer-newsletter-summary {
    text-align: center;
    font-size: 13px;
    margin-bottom: 31px; }

@media (max-width: 767px) {
  .footer-info {
    padding: 30px 0; }
  .footer-info-col[data-section-type="footer-info"] {
    margin-bottom: 20px; } }

.footer-info-col {
  padding-left: 15px;
  padding-right: 15px;
  color: #464646;
  display: inline-block;
  float: none;
  font-size: 13px;
  margin-bottom: 3rem;
  text-align: left;
  vertical-align: top;
  -ms-word-break: break-all;
  overflow-wrap: break-word; }
  .home-layout-3 .footer-info-col {
    font-size: 12px; }
  @media (min-width: 480px) {
    .footer-info-col {
      width: 50%; } }
  @media (min-width: 768px) {
    .footer-info-col {
      width: 33.33334%; } }
  .footer-info-col > :first-child {
    margin-top: 0; }
  .footer-info-col > :last-child {
    margin-bottom: 0; }

[data-section-type="footer-info"] {
  margin-top: 7px; }
  [data-section-type="footer-info"] .footer-info-heading {
    display: none; }
  @media (min-width: 1200px) {
    [data-section-type="footer-info"].footer-info-col {
      padding-left: 0;
      padding-right: 0; } }
  @media (max-width: 1199px) {
    [data-section-type="footer-info"].footer-info-col {
      width: 50%; } }
  @media (max-width: 767px) {
    [data-section-type="footer-info"].footer-info-col {
      margin-top: 20px;
      width: 80%; } }
  @media (max-width: 767px) {
    [data-section-type="footer-info"].footer-info-col {
      margin-top: 35px;
      width: 100%; } }

.footer-info-heading {
  margin-bottom: 15px; }
  .footer-info-heading:first-child {
    margin-bottom: 14px; }

@media (max-width: 767px) {
  .footer.layout-2 .footer-info-col:first-child {
    max-width: unset;
    padding-right: 0; } }

.footer-info__desc {
  margin-top: 26px;
  line-height: 20px; }
  @media (max-width: 767px) {
    .home-layout-4 .footer-info__desc {
      margin-top: 18px; } }

address {
  font-style: normal;
  line-height: 40px;
  margin-bottom: 7px;
  text-transform: uppercase; }
  .home-layout-4 address {
    line-height: 25px;
    font-weight: 500;
    text-transform: initial;
    margin-top: -6px;
    margin-bottom: 0; }

svg {
  width: 20px;
  height: 20px;
  position: relative;
  top: 5px;
  margin-right: 8px; }

.footer-info__phone {
  display: block;
  margin-bottom: 0; }
  .footer-info__phone a {
    display: inline-block;
    line-height: 26px;
    text-decoration: none;
    letter-spacing: 0.02em; }
    .footer-info__phone a span {
      background-image: linear-gradient(currentColor, currentColor);
      background-position: 0 90%;
      background-repeat: no-repeat;
      background-size: 0 1px;
      transition: background-size 0.5s; }
    @media (min-width: 1025px) {
      .footer-info__phone a:hover span {
        background-size: 100% 1px; } }

.footer-info-col--social {
  margin-top: 32px; }
  .footer-info-col--social .socialLinks {
    line-height: 1; }
  .footer-info-col--social .social-icons {
    display: block;
    text-align: center;
    background: unset; }
    .footer-info-col--social .social-icons a {
      background: transparent !important; }
      .footer-info-col--social .social-icons a svg {
        width: 24px;
        height: 24px;
        transition: 0.3s; }
        .footer-info-col--social .social-icons a svg:hover {
          transform: scale(1.2);
          stroke: #000;
          fill: #000; }

.mt-2 {
  margin-top: 2rem !important; }

.mt-0 {
  margin-top: 0rem !important; }

.mb-2 {
  margin-bottom: 1.5rem !important; }

.mt-1 {
  margin-top: 0.5rem !important; }

.mb-1 {
  margin-bottom: 0.5rem !important; }

.mb-0 {
  margin-bottom: 0rem !important; }

@media (max-width: 768px) {
  .footer-info-col .footer-info-heading--toggle {
    margin-bottom: 0;
    padding: 15px 0;
    border-bottom: 1px solid #000;
    position: relative; }
    .footer-info-col .footer-info-heading--toggle:hover {
      cursor: pointer; }
    .footer-info-col .footer-info-heading--toggle:before {
      top: 50%;
      right: 5px;
      z-index: 2;
      content: "";
      width: 2px;
      height: 12px;
      position: absolute;
      transition: all .4s ease;
      transform: translateY(-50%);
      background-color: black; }
    .footer-info-col .footer-info-heading--toggle:after {
      top: 50%;
      right: 0;
      z-index: 2;
      content: "";
      width: 12px;
      height: 2px;
      position: absolute;
      transform: translateY(-50%);
      background-color: black; }
    .footer-info-col .footer-info-heading--toggle .footer-heading {
      border-bottom: 1px solid;
      margin-bottom: 0;
      padding: 15px 0; }
      .footer-info-col .footer-info-heading--toggle .footer-heading:hover {
        cursor: pointer; }
  .footer-info-col.open-dropdown .footer-info-heading--toggle:before {
    transform: translateY(-50%) rotate(90deg); } }

.social-icons {
  padding-right: 0; }

.spotlight-block {
  width: 100%; }

.megamenu-product-list .slick-list {
  overflow: unset !important; }
  .megamenu-product-list .slick-list .card-title > .card-ellipsis {
    text-align: center; }

.custom-wholesale {
  text-align: center;
  display: block;
  font-size: 24px; }
  @media (min-width: 1201px) {
    .custom-wholesale {
      padding: 0 140px; } }
  @media (min-width: 768px) and (max-width: 1200px) {
    .custom-wholesale {
      padding: 0 70px; } }
  .custom-wholesale h2 {
    font-size: 30px;
    font-weight: 600; }
  .custom-wholesale h4 {
    font-size: 18px;
    font-weight: 400; }
  .custom-wholesale p {
    font-size: 14px; }

.page-wedding #wholesale-form .wedding-planner-program .form-group.full {
  width: 100% !important; }
  .page-wedding #wholesale-form .wedding-planner-program .form-group.full input, .page-wedding #wholesale-form .wedding-planner-program .form-group.full select, .page-wedding #wholesale-form .wedding-planner-program .form-group.full textarea {
    max-width: 90% !important; }
    @media (max-width: 768px) {
      .page-wedding #wholesale-form .wedding-planner-program .form-group.full input, .page-wedding #wholesale-form .wedding-planner-program .form-group.full select, .page-wedding #wholesale-form .wedding-planner-program .form-group.full textarea {
        max-width: 100% !important; } }

.page-wedding #wholesale-form .wedding-planner-program .form-group .form-control {
  display: flex;
  gap: 24px; }

.page-wedding #wholesale-form .wedding-planner-program .form-group .checkbox-wrapper {
  display: flex;
  gap: 5px;
  box-sizing: border-box;
  --background-color: #fff;
  --checkbox-height: 23px; }

@-moz-keyframes dothabottomcheck-19 {
  0% {
    height: 0; }
  100% {
    height: calc(var(--checkbox-height) / 2); } }

@-webkit-keyframes dothabottomcheck-19 {
  0% {
    height: 0; }
  100% {
    height: calc(var(--checkbox-height) / 2); } }

@keyframes dothabottomcheck-19 {
  0% {
    height: 0; }
  100% {
    height: calc(var(--checkbox-height) / 2); } }

@keyframes dothatopcheck-19 {
  0% {
    height: 0; }
  50% {
    height: 0; }
  100% {
    height: calc(var(--checkbox-height) * 1.2); } }

@-webkit-keyframes dothatopcheck-19 {
  0% {
    height: 0; }
  50% {
    height: 0; }
  100% {
    height: calc(var(--checkbox-height) * 1.2); } }

@-moz-keyframes dothatopcheck-19 {
  0% {
    height: 0; }
  50% {
    height: 0; }
  100% {
    height: calc(var(--checkbox-height) * 1.2); } }

.page-wedding #wholesale-form .wedding-planner-program .form-group .checkbox-wrapper input[type=checkbox] {
  display: none; }

.page-wedding #wholesale-form .wedding-planner-program .form-group .checkbox-wrapper .check-box {
  height: var(--checkbox-height);
  width: var(--checkbox-height);
  background-color: transparent;
  border: calc(var(--checkbox-height) * .1) solid black;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: border-color ease 0.2s;
  -o-transition: border-color ease 0.2s;
  -webkit-transition: border-color ease 0.2s;
  transition: border-color ease 0.2s;
  cursor: pointer; }

.page-wedding #wholesale-form .wedding-planner-program .form-group .checkbox-wrapper .check-box::before,
.page-wedding #wholesale-form .wedding-planner-program .form-group .checkbox-wrapper .check-box::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  height: 0;
  width: calc(var(--checkbox-height) * .2);
  background-color: #34b93d;
  display: inline-block;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  border-radius: 5px;
  content: " ";
  -webkit-transition: opacity ease 0.5;
  -moz-transition: opacity ease 0.5;
  transition: opacity ease 0.5; }

.page-wedding #wholesale-form .wedding-planner-program .form-group .checkbox-wrapper .check-box::before {
  top: calc(var(--checkbox-height) * .72);
  left: calc(var(--checkbox-height) * .41);
  box-shadow: 0 0 0 calc(var(--checkbox-height) * .05) var(--background-color);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.page-wedding #wholesale-form .wedding-planner-program .form-group .checkbox-wrapper .check-box::after {
  top: calc(var(--checkbox-height) * .37);
  left: calc(var(--checkbox-height) * .05);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.page-wedding #wholesale-form .wedding-planner-program .form-group .checkbox-wrapper input[type=checkbox]:checked + .check-box,
.page-wedding #wholesale-form .wedding-planner-program .form-group .checkbox-wrapper .check-box.checked {
  border-color: #34b93d; }

.page-wedding #wholesale-form .wedding-planner-program .form-group .checkbox-wrapper input[type=checkbox]:checked + .check-box::after,
.page-wedding #wholesale-form .wedding-planner-program .form-group .checkbox-wrapper .check-box.checked::after {
  height: calc(var(--checkbox-height) / 2);
  -moz-animation: dothabottomcheck-19 0.2s ease 0s forwards;
  -o-animation: dothabottomcheck-19 0.2s ease 0s forwards;
  -webkit-animation: dothabottomcheck-19 0.2s ease 0s forwards;
  animation: dothabottomcheck-19 0.2s ease 0s forwards; }

.page-wedding #wholesale-form .wedding-planner-program .form-group .checkbox-wrapper input[type=checkbox]:checked + .check-box::before,
.page-wedding #wholesale-form .wedding-planner-program .form-group .checkbox-wrapper .check-box.checked::before {
  height: calc(var(--checkbox-height) * 1.2);
  -moz-animation: dothatopcheck-19 0.4s ease 0s forwards;
  -o-animation: dothatopcheck-19 0.4s ease 0s forwards;
  -webkit-animation: dothatopcheck-19 0.4s ease 0s forwards;
  animation: dothatopcheck-19 0.4s ease 0s forwards; }

.faq {
  display: flex;
  padding-top: 20px;
  padding-bottom: 120px;
  padding-left: 50px;
  padding-right: 50px;
  gap: 15%;
  z-index: 9999; }
  @media (max-width: 768px) {
    .faq {
      flex-direction: column;
      padding: 50px 20px; } }
  .faq__left {
    position: relative;
    flex: 0 0 30%; }
    @media (max-width: 768px) {
      .faq__left {
        flex: 0 0 1; } }
    .faq__left h2 {
      font-size: 24px; }
    .faq__left .button-faq {
      font-size: 14px;
      line-height: 15px;
      font-weight: 700;
      transition: all .3s ease;
      border-bottom: 1px solid #000; }
      .faq__left .button-faq:hover {
        color: #000; }
    @media (max-width: 768px) {
      .faq__left {
        margin-bottom: 32px; } }
  .faq__right {
    flex: 0 0 70%; }
    @media (max-width: 768px) {
      .faq__right {
        flex: 0 0 1; } }
    .faq__right .faq__list {
      max-width: 800px; }
      @media (max-width: 768px) {
        .faq__right .faq__list {
          width: 100%; } }
      .faq__right .faq__list .faq__item {
        margin-bottom: 10px;
        border: 1px solid black;
        border-radius: 3px; }
        .faq__right .faq__list .faq__item:hover {
          border: 1px solid #000; }
        .faq__right .faq__list .faq__item-title {
          display: flex;
          font-size: 15px;
          gap: 20px;
          line-height: 23px;
          cursor: pointer;
          justify-content: space-between;
          font-weight: 600; }
          .faq__right .faq__list .faq__item-title p {
            margin-bottom: 0;
            padding: 5px; }
        .faq__right .faq__list .faq__item .faq__content {
          margin-bottom: 20px; }
        .faq__right .faq__list .faq__item .faq__item {
          margin-bottom: 20px; }
        .faq__right .faq__list .faq__item .faq__content {
          visibility: hidden;
          max-height: 0px;
          height: 0px;
          transition: max-height .5s ease;
          text-align: left;
          padding-left: 5px; }
        .faq__right .faq__list .faq__item .faq__item-close {
          transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
          margin-right: 0;
          height: fit-content; }
          .faq__right .faq__list .faq__item .faq__item-close .icon {
            width: 20px;
            height: 20px; }
        .faq__right .faq__list .faq__item.open .faq__content {
          visibility: visible;
          max-height: 500px;
          height: 100%; }
        .faq__right .faq__list .faq__item.open .faq__item-close {
          transform: rotate(45deg);
          margin-right: 0; }
  .faq-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px; }
  .faq-content {
    margin-bottom: 20px; }
  .faq-item {
    margin-bottom: 20px; }

@media (min-width: 768px) {
  .login-form {
    border-right: 1px solid black; } }

.login-form h3 {
  text-align: center; }

.page-type-blog_post .blog-featured {
  height: auto;
  display: block;
  margin-top: 30px; }
  .page-type-blog_post .blog-featured .owl-carousel {
    display: flex;
    flex-wrap: wrap; }
    .page-type-blog_post .blog-featured .owl-carousel .prod-item {
      width: 20% !important; }
      @media (max-width: 992px) {
        .page-type-blog_post .blog-featured .owl-carousel .prod-item {
          width: 33.3333333% !important; } }
      @media (max-width: 768px) {
        .page-type-blog_post .blog-featured .owl-carousel .prod-item {
          width: 50% !important; } }

.page-type-blog .blog-trending:has(.loadingOverlay) {
  height: 400px; }

.page-type-blog .blog-featured {
  height: auto;
  display: block;
  margin-top: 30px; }
  .page-type-blog .blog-featured .owl-carousel {
    display: flex;
    flex-wrap: wrap; }
    .page-type-blog .blog-featured .owl-carousel .prod-item {
      width: 20% !important; }
      @media (max-width: 992px) {
        .page-type-blog .blog-featured .owl-carousel .prod-item {
          width: 33.3333333% !important; } }
      @media (max-width: 768px) {
        .page-type-blog .blog-featured .owl-carousel .prod-item {
          width: 50% !important; } }

.page-type-blog .container--blog {
  max-width: 100%; }
  .page-type-blog .container--blog .page-content {
    width: 100% !important;
    padding: unset !important; }

.page-type-blog .blog {
  padding-top: unset !important;
  margin-top: unset !important; }

.page-type-blog .blog-title {
  font-size: 16px;
  text-transform: capitalize;
  font-weight: 600; }
  .page-type-blog .blog-title > a {
    text-transform: capitalize;
    font-weight: 600; }

.page-type-blog .blog-date {
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 400; }

.page-type-blog .container.col-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  .page-type-blog .container.col-2 .blog {
    flex: 0 0 50%;
    padding: 0 10px;
    vertical-align: top; }
    @media (max-width: 550px) {
      .page-type-blog .container.col-2 .blog {
        flex: 0 0 100%; } }
    .page-type-blog .container.col-2 .blog .blog-post, .page-type-blog .container.col-2 .blog .tags-block {
      display: none; }
    .page-type-blog .container.col-2 .blog .blog-thumbnail {
      overflow: hidden; }
      .page-type-blog .container.col-2 .blog .blog-thumbnail > a {
        display: block;
        overflow: hidden;
        position: relative;
        padding-bottom: 70%; }
        .page-type-blog .container.col-2 .blog .blog-thumbnail > a:hover .image {
          transform: scale(1.06); }
      .page-type-blog .container.col-2 .blog .blog-thumbnail .image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        object-fit: cover;
        object-position: center;
        will-change: transform;
        transition: transform .64s ease; }

.page-type-blog .pagination .pagination-list .pagination-item {
  margin: 0 0 10px 10px;
  padding: unset !important; }
  .page-type-blog .pagination .pagination-list .pagination-item .pagination-link {
    padding: 17px 5px;
    font-size: 16px;
    font-weight: 700;
    min-width: 60px;
    min-height: 60px;
    border: 1px solid #808080; }
  .page-type-blog .pagination .pagination-list .pagination-item--current {
    background-color: #e6e6e6;
    border-color: transparent !important; }
  .page-type-blog .pagination .pagination-list .pagination-item--previous a span, .page-type-blog .pagination .pagination-list .pagination-item--next a span {
    font-size: 14px;
    border-bottom: 1px solid transparent; }
  .page-type-blog .pagination .pagination-list .pagination-item--previous i, .page-type-blog .pagination .pagination-list .pagination-item--next i {
    display: none; }

.page-type-blog .blog-trending .blog-fuild {
  display: flex;
  flex-wrap: nowrap; }
  @media (max-width: 992px) {
    .page-type-blog .blog-trending .blog-fuild {
      white-space: nowrap;
      overflow-x: auto;
      margin-bottom: 15px; } }
  .page-type-blog .blog-trending .blog-fuild .blog {
    flex: 0 0 33.3333333%;
    width: 33.3333333%; }
    @media (max-width: 992px) {
      .page-type-blog .blog-trending .blog-fuild .blog {
        flex: 0 0 500px;
        width: 500px; } }
    @media (max-width: 768px) {
      .page-type-blog .blog-trending .blog-fuild .blog {
        flex: 0 0 100%;
        width: 100%; } }
    .page-type-blog .blog-trending .blog-fuild .blog .blog-thumbnail {
      overflow: hidden; }
      @media (max-width: 992px) {
        .page-type-blog .blog-trending .blog-fuild .blog .blog-thumbnail {
          margin-bottom: 10px; } }
      .page-type-blog .blog-trending .blog-fuild .blog .blog-thumbnail > a {
        padding-bottom: 71.97080291970804%; }
        .page-type-blog .blog-trending .blog-fuild .blog .blog-thumbnail > a:before {
          content: '';
          display: block;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background: 0 0;
          z-index: 2;
          background-color: rgba(0, 0, 0, 0.5); }
        .page-type-blog .blog-trending .blog-fuild .blog .blog-thumbnail > a:hover .image {
          transform: scale(1.06); }
    .page-type-blog .blog-trending .blog-fuild .blog .blog-post-figure {
      position: relative;
      z-index: 1; }
      .page-type-blog .blog-trending .blog-fuild .blog .blog-post-figure .blog-content {
        padding-left: 50px;
        padding-right: 50px;
        max-width: 80%;
        left: 50%;
        transform: translate(-50%);
        position: absolute;
        bottom: 0;
        z-index: 2;
        width: 100%;
        overflow: hidden;
        white-space: normal;
        padding: 5px 15px 18px; }
        .page-type-blog .blog-trending .blog-fuild .blog .blog-post-figure .blog-content .blog-title > a {
          color: #ffffff !important; }
        .page-type-blog .blog-trending .blog-fuild .blog .blog-post-figure .blog-content .blog-date {
          color: #ffffff !important; }

#quickSearch > .search-toggle svg {
  margin-right: 0; }

.page-type-page .about {
  font-family: Jost; }
  @media (min-width: 1025px) {
    .page-type-page .about .image:hover img {
      transform: scale(1.06); } }
  .page-type-page .about .container {
    display: block;
    width: 100%;
    position: relative;
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto; }
    @media (min-width: 1200px) {
      .page-type-page .about .container {
        padding-left: calc((100% - 1170px) / 2);
        padding-right: calc((100% - 1170px) / 2); } }
    @media (min-width: 1400px) {
      .page-type-page .about .container {
        padding-left: calc((100% - 1370px) / 2);
        padding-right: calc((100% - 1370px) / 2); } }
  .page-type-page .about__banner {
    display: block;
    overflow: hidden;
    position: relative;
    padding-top: 58.47953216374269%; }
    .page-type-page .about__banner--group {
      padding-top: 80px;
      padding-bottom: 55px; }
    .page-type-page .about__banner > img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      will-change: transform;
      transition: transform .64s ease;
      aspect-ratio: auto 1368 / 800; }
  .page-type-page .about__content .about__group .about__title {
    display: block;
    margin: 0 auto !important;
    text-align: center;
    text-transform: unset;
    font-size: 40px;
    font-weight: 800;
    padding-bottom: 24px;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.5;
    position: relative;
    color: #000000;
    padding: 0 0 17px; }
  .page-type-page .about__content .about__description {
    text-align: center;
    padding-bottom: 40px; }
    .page-type-page .about__content .about__description-text {
      display: block;
      font-size: 16px;
      font-weight: 400;
      line-height: 1.5;
      letter-spacing: 0.0em;
      color: #505050; }
      .page-type-page .about__content .about__description-text:not(:first-child) {
        margin-top: 20px; }
  .page-type-page .about__info .about__list .about__item {
    display: flex; }
    @media (max-width: 768px) {
      .page-type-page .about__info .about__list .about__item {
        flex-direction: column;
        gap: 16px; } }
    .page-type-page .about__info .about__list .about__item:not(:first-child) {
      margin-top: 80px; }
      @media (max-width: 1024px) {
        .page-type-page .about__info .about__list .about__item:not(:first-child) {
          margin-top: 60px; } }
      @media (max-width: 768px) {
        .page-type-page .about__info .about__list .about__item:not(:first-child) {
          margin-top: 30px; } }
    @media (min-width: 767.98px) {
      .page-type-page .about__info .about__list .about__item.reverse {
        flex-direction: row-reverse; } }
    .page-type-page .about__info .about__list .about__item-figure {
      flex: 0 0 50%;
      overflow: hidden; }
      @media (max-width: 768px) {
        .page-type-page .about__info .about__list .about__item-figure {
          flex: 0 0 100%; } }
      .page-type-page .about__info .about__list .about__item-figure-image {
        position: relative; }
        .page-type-page .about__info .about__list .about__item-figure-image > img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          will-change: transform;
          transition: transform .64s ease; }
    .page-type-page .about__info .about__list .about__item-content {
      flex: 0 0 50%;
      align-self: center;
      padding-left: 20px;
      text-align: center; }
      @media (max-width: 768px) {
        .page-type-page .about__info .about__list .about__item-content {
          flex: 0 0 100%; } }
      .page-type-page .about__info .about__list .about__item-content h2 {
        font-size: 60px;
        font-weight: 400;
        margin: 0 0 18px;
        text-transform: capitalize;
        color: #202020; }
        @media (max-width: 1024px) {
          .page-type-page .about__info .about__list .about__item-content h2 {
            font-size: 30px; } }
    .page-type-page .about__info .about__list .about__item-title {
      margin-bottom: 32px !important; }
    .page-type-page .about__info .about__list .about__item-description {
      padding-left: 30px;
      padding-right: 30px; }
      .page-type-page .about__info .about__list .about__item-description .text {
        display: block;
        font-size: 16px;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: 0.0em;
        color: #505050; }

.page-type-blog_post .page-content.container {
  z-index: 999;
  width: 100% !important;
  padding: 0 75px; }
  @media (max-width: 1300px) {
    .page-type-blog_post .page-content.container {
      padding: 0 45px; } }
  @media (max-width: 900px) {
    .page-type-blog_post .page-content.container {
      padding: 0 15px; } }

.page-type-blog .blog__time {
  display: none; }

.page-type-blog_post .prevPost, .page-type-blog_post .nextPost {
  color: #1d611c;
  font-weight: 700; }

.page-type-blog_post .blog__time {
  display: flex;
  margin-top: 15px;
  margin-bottom: 45px;
  justify-content: space-between; }
  @media (max-width: 425px) {
    .page-type-blog_post .blog__time {
      font-size: 14px; } }
  .page-type-blog_post .blog__time-title {
    display: block; }
  .page-type-blog_post .blog__time > .prevPost_button {
    text-align: left; }
  .page-type-blog_post .blog__time > .nextPost_button {
    text-align: right; }

.font-title {
  font-weight: 700;
  text-align: center;
  font-size: 20px; }

.show-cursor img {
  object-fit: cover !important;
  object-position: left !important;
  text-align: center;
  display: block; }
  .show-cursor img.lazyloaded {
    width: 100%;
    height: 200px !important; }

.page-type-page .sticky-top {
  top: 52px !important; }

.page-type-page .font-size-large.header-row {
  padding: 5px; }

header.header .header-top nav.navUser > ul > li svg {
  top: 0; }

.invitation-sample-section .invitation-sample-wrapper {
  display: flex;
  align-items: start;
  gap: 50px; }
  .invitation-sample-section .invitation-sample-wrapper .preview-image-wrapper {
    min-width: 500px; }
    .invitation-sample-section .invitation-sample-wrapper .preview-image-wrapper .preview-image {
      width: 100%;
      height: auto; }
  .invitation-sample-section .invitation-sample-wrapper .invitation-sample {
    width: calc(100% - 550px);
    flex: 0 0 calc(100% - 550px); }
    .invitation-sample-section .invitation-sample-wrapper .invitation-sample .content .title {
      font-size: 36px;
      letter-spacing: 0.05px;
      font-weight: 400;
      line-height: 1.1;
      text-align: center;
      color: #000000;
      margin-top: 0; }
    .invitation-sample-section .invitation-sample-wrapper .invitation-sample .content .sub-title {
      font-size: 16px;
      color: #2D2D2D;
      font-weight: 400;
      text-align: center; }
    .invitation-sample-section .invitation-sample-wrapper .invitation-sample .content .list {
      display: flex;
      flex-wrap: wrap;
      column-gap: 50px;
      row-gap: 10px;
      list-style-position: inside;
      margin-left: 0;
      margin-bottom: 20px; }
      .invitation-sample-section .invitation-sample-wrapper .invitation-sample .content .list .item {
        flex: 0 0 calc(50% - 25px);
        color: #000000;
        font-size: 13px;
        font-weight: 600; }
    .invitation-sample-section .invitation-sample-wrapper .invitation-sample .product-list {
      width: 100%;
      display: flex;
      gap: 16px; }
      .invitation-sample-section .invitation-sample-wrapper .invitation-sample .product-list .productCarousel-slide {
        flex: 0 0 calc((100% - 32px) / 3); }
        .invitation-sample-section .invitation-sample-wrapper .invitation-sample .product-list .productCarousel-slide .card {
          margin-bottom: 0; }
        .invitation-sample-section .invitation-sample-wrapper .invitation-sample .product-list .productCarousel-slide .card-img-container img {
          margin: 0;
          width: 100%; }
        .invitation-sample-section .invitation-sample-wrapper .invitation-sample .product-list .productCarousel-slide .select-wrapper {
          position: absolute;
          top: 20px;
          right: 20px;
          height: fit-content;
          display: none; }
          .invitation-sample-section .invitation-sample-wrapper .invitation-sample .product-list .productCarousel-slide .select-wrapper svg {
            position: unset;
            margin-right: 0;
            width: 24px;
            height: 24px;
            fill: #c9b2aa;
            stroke: white; }
        .invitation-sample-section .invitation-sample-wrapper .invitation-sample .product-list .productCarousel-slide .card-title {
          text-align: center;
          padding: 20px 10px; }
        .invitation-sample-section .invitation-sample-wrapper .invitation-sample .product-list .productCarousel-slide.selected {
          box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; }
          .invitation-sample-section .invitation-sample-wrapper .invitation-sample .product-list .productCarousel-slide.selected .select-wrapper {
            display: block; }

@media screen and (max-width: 767px) {
  .invitation-sample-section .invitation-sample-wrapper {
    flex-direction: column;
    gap: 0; }
    .invitation-sample-section .invitation-sample-wrapper .preview-image-wrapper {
      flex-basis: 100%;
      min-width: unset; }
    .invitation-sample-section .invitation-sample-wrapper .invitation-sample {
      width: 100%;
      flex-basis: 100%;
      display: flex;
      flex-direction: column-reverse; }
      .invitation-sample-section .invitation-sample-wrapper .invitation-sample .content .list {
        column-gap: 20px;
        row-gap: 10px; }
        .invitation-sample-section .invitation-sample-wrapper .invitation-sample .content .list .item {
          flex-basis: calc(50% - 10px); }
      .invitation-sample-section .invitation-sample-wrapper .invitation-sample .product-list .productCarousel-slide .card-title {
        text-align: center;
        padding: 10px; } }

@media (max-width: 767px) {
  .page-type-product .product-custom .page-custom-product .productViewTop {
    width: 100% !important; } }

@media (min-width: 1025px) {
  .recentPosts_List {
    margin-bottom: 40px; }
    .recentPosts_List .recentPost_item {
      margin-bottom: 30px; }
      .recentPosts_List .recentPost_item .recentPost_title {
        color: #232323;
        font-size: 1.1rem;
        font-weight: 600;
        text-decoration: none;
        margin-bottom: 8px;
        display: block;
        padding-bottom: 2px; }
        .recentPosts_List .recentPost_item .recentPost_title span {
          background-image: linear-gradient(currentColor, currentColor);
          background-position: 0 100%;
          background-repeat: no-repeat;
          background-size: 0 1px;
          transition: background-size .5s; }
        .recentPosts_List .recentPost_item .recentPost_title:hover {
          color: #777777; }
          .recentPosts_List .recentPost_item .recentPost_title:hover span {
            background-size: 100% 1px; }
      .recentPosts_List .recentPost_item .recentPost_date {
        color: #969696;
        font-style: italic;
        font-size: 1rem;
        font-weight: 400;
        margin-bottom: 0; }
  .recentPosts_tags,
  .tags {
    display: none;
    margin-left: 0;
    margin-bottom: 30px; }
    .recentPosts_tags .tag,
    .tags .tag {
      display: inline-block;
      border-radius: 4px;
      background-color: #F6F6F6;
      border: 1px solid #F6F6F6;
      margin-right: 10px;
      margin-bottom: 10px;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .recentPosts_tags .tag .link,
      .tags .tag .link {
        color: #969696;
        font-style: italic;
        font-size: 14px;
        font-weight: 400;
        padding: 10px;
        display: block; }
      .recentPosts_tags .tag:hover,
      .tags .tag:hover {
        background-color: #ffffff;
        border-color: #000000; }
        .recentPosts_tags .tag:hover .link,
        .tags .tag:hover .link {
          color: #232323; }
  .tags-block {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: flex-start; }
    .tags-block .tags-title {
      margin-top: 10px;
      margin-bottom: 0;
      margin-right: 15px;
      min-width: 45px; }
    .tags-block .tags {
      display: block;
      margin: 0;
      text-align: left; }
  #sideTopSellers .productCarousel1 {
    padding-top: 10px;
    padding-bottom: 20px;
    width: 1px;
    min-width: 100%;
    position: relative;
    margin: 0 -.75rem;
    max-width: none;
    width: auto;
    margin: 0 -15px; }
    #sideTopSellers .productCarousel1 .slick-dotted.slick-slider {
      margin-bottom: 30px; }
    #sideTopSellers .productCarousel1 .slick-arrow {
      top: auto;
      bottom: -24px;
      transform: none;
      border: none;
      background-color: transparent;
      padding: 0;
      width: 40px;
      height: 20px;
      padding: 2px 0; }
    #sideTopSellers .productCarousel1 .slick-disabled {
      cursor: default;
      opacity: .2; }
    #sideTopSellers .productCarousel1 .slick-next, #sideTopSellers .productCarousel1 .slick-prev {
      z-index: 1;
      height: 3.125rem;
      width: 3.125rem;
      border-radius: 4px;
      position: absolute;
      display: block;
      line-height: 0;
      font-size: 0;
      cursor: pointer;
      color: transparent; }
    #sideTopSellers .productCarousel1 .slick-prev {
      right: 0; }
    #sideTopSellers .productCarousel1 .slick-next {
      left: 0; }
    #sideTopSellers .productCarousel1 .card-top-sellers {
      font-size: 0; }
      #sideTopSellers .productCarousel1 .card-top-sellers .card-figure {
        width: 86px;
        height: auto;
        display: inline-block;
        vertical-align: top; }
      #sideTopSellers .productCarousel1 .card-top-sellers .card-body {
        font-size: 14px;
        padding-top: 0;
        padding-left: 20px;
        width: calc(100% - 86px);
        display: inline-block;
        vertical-align: top;
        margin-top: -3px; }
        #sideTopSellers .productCarousel1 .card-top-sellers .card-body [data-test-info-type="brandName"] {
          display: none; }
        #sideTopSellers .productCarousel1 .card-top-sellers .card-body .card-title {
          overflow: hidden;
          text-overflow: ellipsis;
          -webkit-line-clamp: 2;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          /* autoprefixer: off */
          font-size: 13px;
          font-weight: 600;
          line-height: 1.5;
          margin-bottom: 5px; }
        #sideTopSellers .productCarousel1 .card-top-sellers .card-body .card-text {
          font-size: 17px;
          font-weight: 600;
          margin-bottom: 5px; }
        #sideTopSellers .productCarousel1 .card-top-sellers .card-body .card-figcaption-button {
          text-decoration: none;
          color: black;
          border: none;
          background: none;
          padding: 0;
          text-transform: capitalize;
          font-weight: 400;
          font-size: 15px; }
          #sideTopSellers .productCarousel1 .card-top-sellers .card-body .card-figcaption-button span {
            background-image: linear-gradient(transparent 96%, rgba(0, 0, 0, 0.6) 4%);
            background-repeat: repeat-x;
            background-position-y: 0px; }
          #sideTopSellers .productCarousel1 .card-top-sellers .card-body .card-figcaption-button:hover {
            color: #777777; }
            #sideTopSellers .productCarousel1 .card-top-sellers .card-body .card-figcaption-button:hover span {
              background-image: linear-gradient(transparent 96%, rgba(119, 119, 119, 0.6) 4%); }
  .container--blog {
    max-width: 1370px;
    width: 100%; }
    .container--blog .page-sidebar {
      width: 305px !important; }
    .container--blog .page-content {
      width: calc(100% - 305px) !important;
      padding-top: 15px;
      padding-left: 35px;
      padding-right: 0; }
  .sidebarBlock-heading {
    color: black;
    font-weight: 800;
    font-size: 18px;
    line-height: 40px;
    text-transform: uppercase;
    border-bottom: 1px solid black;
    margin-bottom: 20px;
    font-style: italic;
    margin-top: 0; }
  .blog-post {
    color: #2d2d2d;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8; }
    .blog-post .blog-post-btn {
      display: block;
      margin-top: 25px; }
      .blog-post .blog-post-btn .button {
        display: inline-block;
        margin-bottom: 0;
        border-color: #CCCCCC;
        text-transform: capitalize;
        font-weight: 600;
        min-width: 171px; }
  .blog-post-body .social-mediaBlock {
    margin: 20px 0; }
  .blog-thumbnail img {
    width: 100%; } }

.blog-post-body {
  display: block;
  margin: 0 auto;
  text-align: left;
  width: 100%; }
  .blog-post-body .des2colItem-content {
    background-color: transparent; }
    .blog-post-body .des2colItem-content:first-child {
      padding: 45px 65px 45px 0; }
    .blog-post-body .des2colItem-content:last-child {
      padding: 45px 0 45px 65px; }
      .blog-post-body .des2colItem-content:last-child .desTwoList-list {
        list-style: auto; }
  .blog-post-body .des2colItem-content {
    display: block;
    text-align: left; }
  .blog-post-body .des2colItem-img {
    text-align: center; }
  .blog-post-body .desTwoList-item {
    width: 100%;
    display: block; }
    .blog-post-body .desTwoList-item > .italic {
      margin-bottom: 30px; }
  .blog-post-body .desTwoList-list {
    margin-bottom: 30px; }
    .blog-post-body .desTwoList-list li {
      padding: 3px 0; }
  .blog-post-body .button {
    border-color: #D8D8D8;
    min-width: 187px;
    text-transform: capitalize; }
  .blog-post-body .italic {
    font-style: italic; }
  .blog-post-body .semibold {
    font-weight: 600; }
  .blog-post-body .bold {
    font-weight: 600; }
  .blog-post-body .block-color {
    padding: 25px 30px;
    margin-top: 50px;
    margin-bottom: 45px; }
  @media (max-width: 1199px) {
    .blog-post-body .des2col-item {
      display: block; }
      .blog-post-body .des2col-item .des2colItem-img {
        width: 100%;
        display: block; }
        .blog-post-body .des2col-item .des2colItem-img a, .blog-post-body .des2col-item .des2colItem-img img {
          width: 100%; }
      .blog-post-body .des2col-item .des2colItem-content {
        width: 100%;
        display: block; }
        .blog-post-body .des2col-item .des2colItem-content:first-child {
          padding-right: 0; }
        .blog-post-body .des2col-item .des2colItem-content:last-child {
          padding-left: 0; }
      .blog-post-body .des2col-item + .des2col-item {
        margin-top: 20px; } }

.description-2col {
  margin-bottom: 50px; }

.des2col-item {
  display: flex; }
  .des2col-item .des2colItem-img {
    width: 50%;
    display: flex;
    align-items: center; }
    .des2col-item .des2colItem-img a, .des2col-item .des2colItem-img img {
      width: 100%; }
  .des2col-item .des2colItem-content {
    width: 50%;
    align-items: center;
    padding: 20px;
    text-align: left; }
    .des2col-item .des2colItem-content .des2colItem-container {
      max-width: 430px;
      margin: 0 auto; }
    .des2col-item .des2colItem-content .des2colItem-featured {
      color: #787878;
      font-size: 14px;
      font-weight: 600;
      margin-bottom: 10px; }
    .des2col-item .des2colItem-content .des2colItem-title {
      font-size: 50px;
      color: #202020;
      font-weight: 800;
      font-style: italic;
      text-transform: uppercase;
      line-height: 1.2;
      margin-top: 0;
      margin-bottom: 30px; }
    .des2col-item .des2colItem-content p + p {
      margin-top: 1.5rem; }
    .des2col-item .des2colItem-content .des2colItem-des {
      margin-bottom: 0; }
      .des2col-item .des2colItem-content .des2colItem-des + p {
        margin-top: 1.5rem; }

.description-twoList {
  font-size: 0;
  max-width: 1170px;
  margin: 0 auto; }

.desTwoList-item {
  margin-bottom: 20px;
  width: 50%;
  display: inline-block;
  vertical-align: top;
  font-size: 14px; }
  .desTwoList-item .desTwoList-title {
    color: #202020;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px; }
  .desTwoList-item .desTwoList-list li {
    line-height: 26px; }
  .desTwoList-item.desTwoList-item--number .desTwoList-list {
    list-style: auto; }

.page-type-blog_post .blog .tags {
  margin-top: 0; }

.page-type-blog_post .breadcrumbs,
.page-type-blog .breadcrumbs {
  display: inline-block;
  text-align: center; }

.page-type-blog_post [aria-label="Breadcrumb"],
.page-type-blog [aria-label="Breadcrumb"] {
  text-align: center; }

.page-type-blog_post .page-heading,
.page-type-blog .page-heading {
  margin: 0 0 3rem;
  text-align: center; }

@media (min-width: 1025px) {
  .navPages-container {
    position: static; }
    .navPages-container .navPages-list > .navPages-item > .navPages-action {
      transition-delay: .1s;
      transition-property: transform, opacity;
      transition-timing-function: ease;
      transform: translatey(-45px);
      opacity: 0; }
      .home-layout-3 .navPages-container .navPages-list > .navPages-item > .navPages-action {
        padding: 33px 24px 33px 24px; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 0) > .navPages-action {
      transition-duration: 0.5s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 1) > .navPages-action {
      transition-duration: 0.55s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 2) > .navPages-action {
      transition-duration: 0.6s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 3) > .navPages-action {
      transition-duration: 0.65s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 4) > .navPages-action {
      transition-duration: 0.7s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 5) > .navPages-action {
      transition-duration: 0.75s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 6) > .navPages-action {
      transition-duration: 0.8s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 7) > .navPages-action {
      transition-duration: 0.85s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 8) > .navPages-action {
      transition-duration: 0.9s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 9) > .navPages-action {
      transition-duration: 0.95s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 10) > .navPages-action {
      transition-duration: 1s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 11) > .navPages-action {
      transition-duration: 1.05s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 12) > .navPages-action {
      transition-duration: 1.1s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 13) > .navPages-action {
      transition-duration: 1.15s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 14) > .navPages-action {
      transition-duration: 1.2s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 15) > .navPages-action {
      transition-duration: 1.25s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 16) > .navPages-action {
      transition-duration: 1.3s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 17) > .navPages-action {
      transition-duration: 1.35s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 18) > .navPages-action {
      transition-duration: 1.4s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 19) > .navPages-action {
      transition-duration: 1.45s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 20) > .navPages-action {
      transition-duration: 1.5s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 21) > .navPages-action {
      transition-duration: 1.55s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 22) > .navPages-action {
      transition-duration: 1.6s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 23) > .navPages-action {
      transition-duration: 1.65s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 24) > .navPages-action {
      transition-duration: 1.7s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 25) > .navPages-action {
      transition-duration: 1.75s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 26) > .navPages-action {
      transition-duration: 1.8s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 27) > .navPages-action {
      transition-duration: 1.85s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 28) > .navPages-action {
      transition-duration: 1.9s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 29) > .navPages-action {
      transition-duration: 1.95s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 30) > .navPages-action {
      transition-duration: 2s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 31) > .navPages-action {
      transition-duration: 2.05s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 32) > .navPages-action {
      transition-duration: 2.1s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 33) > .navPages-action {
      transition-duration: 2.15s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 34) > .navPages-action {
      transition-duration: 2.2s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 35) > .navPages-action {
      transition-duration: 2.25s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 36) > .navPages-action {
      transition-duration: 2.3s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 37) > .navPages-action {
      transition-duration: 2.35s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 38) > .navPages-action {
      transition-duration: 2.4s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 39) > .navPages-action {
      transition-duration: 2.45s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 40) > .navPages-action {
      transition-duration: 2.5s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 41) > .navPages-action {
      transition-duration: 2.55s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 42) > .navPages-action {
      transition-duration: 2.6s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 43) > .navPages-action {
      transition-duration: 2.65s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 44) > .navPages-action {
      transition-duration: 2.7s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 45) > .navPages-action {
      transition-duration: 2.75s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 46) > .navPages-action {
      transition-duration: 2.8s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 47) > .navPages-action {
      transition-duration: 2.85s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 48) > .navPages-action {
      transition-duration: 2.9s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 49) > .navPages-action {
      transition-duration: 2.95s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 50) > .navPages-action {
      transition-duration: 3s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 51) > .navPages-action {
      transition-duration: 3.05s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 52) > .navPages-action {
      transition-duration: 3.1s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 53) > .navPages-action {
      transition-duration: 3.15s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 54) > .navPages-action {
      transition-duration: 3.2s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 55) > .navPages-action {
      transition-duration: 3.25s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 56) > .navPages-action {
      transition-duration: 3.3s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 57) > .navPages-action {
      transition-duration: 3.35s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 58) > .navPages-action {
      transition-duration: 3.4s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 59) > .navPages-action {
      transition-duration: 3.45s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 60) > .navPages-action {
      transition-duration: 3.5s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 61) > .navPages-action {
      transition-duration: 3.55s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 62) > .navPages-action {
      transition-duration: 3.6s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 63) > .navPages-action {
      transition-duration: 3.65s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 64) > .navPages-action {
      transition-duration: 3.7s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 65) > .navPages-action {
      transition-duration: 3.75s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 66) > .navPages-action {
      transition-duration: 3.8s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 67) > .navPages-action {
      transition-duration: 3.85s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 68) > .navPages-action {
      transition-duration: 3.9s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 69) > .navPages-action {
      transition-duration: 3.95s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 70) > .navPages-action {
      transition-duration: 4s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 71) > .navPages-action {
      transition-duration: 4.05s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 72) > .navPages-action {
      transition-duration: 4.1s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 73) > .navPages-action {
      transition-duration: 4.15s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 74) > .navPages-action {
      transition-duration: 4.2s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 75) > .navPages-action {
      transition-duration: 4.25s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 76) > .navPages-action {
      transition-duration: 4.3s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 77) > .navPages-action {
      transition-duration: 4.35s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 78) > .navPages-action {
      transition-duration: 4.4s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 79) > .navPages-action {
      transition-duration: 4.45s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 80) > .navPages-action {
      transition-duration: 4.5s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 81) > .navPages-action {
      transition-duration: 4.55s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 82) > .navPages-action {
      transition-duration: 4.6s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 83) > .navPages-action {
      transition-duration: 4.65s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 84) > .navPages-action {
      transition-duration: 4.7s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 85) > .navPages-action {
      transition-duration: 4.75s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 86) > .navPages-action {
      transition-duration: 4.8s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 87) > .navPages-action {
      transition-duration: 4.85s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 88) > .navPages-action {
      transition-duration: 4.9s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 89) > .navPages-action {
      transition-duration: 4.95s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 90) > .navPages-action {
      transition-duration: 5s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 91) > .navPages-action {
      transition-duration: 5.05s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 92) > .navPages-action {
      transition-duration: 5.1s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 93) > .navPages-action {
      transition-duration: 5.15s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 94) > .navPages-action {
      transition-duration: 5.2s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 95) > .navPages-action {
      transition-duration: 5.25s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 96) > .navPages-action {
      transition-duration: 5.3s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 97) > .navPages-action {
      transition-duration: 5.35s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 98) > .navPages-action {
      transition-duration: 5.4s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 99) > .navPages-action {
      transition-duration: 5.45s; }
    .navPages-container .navPages-list .navPages-item:nth-child(n + 100) > .navPages-action {
      transition-duration: 5.5s; }
    .navPages-container .navPages-item {
      position: relative; }
      .navPages-container .navPages-item > .navPages-action {
        position: relative;
        z-index: 3; }
      .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu {
        width: 240px;
        padding: 0;
        opacity: 0;
        visibility: hidden;
        transform: translate3d(-50px, 0, 0);
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
        background-color: #f2f2f2; }
        .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu .navPage-subMenu-item-child {
          padding: 0px; }
          .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu .navPage-subMenu-item-child > .navPage-subMenu-action {
            padding: 12px 15px 12px 20px; }
            .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu .navPage-subMenu-item-child > .navPage-subMenu-action .navPages-action-moreIcon {
              width: 15px;
              height: 15px;
              position: absolute;
              top: 50%;
              right: 25px;
              margin-left: 0;
              transform: translateY(-50%) rotate(-90deg); }
              .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu .navPage-subMenu-item-child > .navPage-subMenu-action .navPages-action-moreIcon svg {
                padding: 2px; }
          .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu .navPage-subMenu-item-child + .navPage-subMenu-item-child .navPage-subMenu-action {
            border-bottom: 1px solid #ebebeb; }
          .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu .navPage-subMenu-item-child:last-child .navPage-subMenu-action {
            border-bottom: 0; }
      .menu-is-load .navPages-container .navPages-item.has-dropdown:not(.has-megamenu):hover > .navPage-subMenu, .menu-is-load
      .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu-item-child:hover > .navPage-subMenu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translate3d(0, 0, 0); }
      .navPages-container .navPages-item.has-dropdown:not(.has-megamenu):hover .triangle-with-shadow {
        display: block;
        animation: fadeIn .3s;
        background-image: none; }
        .header-layout-3 .navPages-container .navPages-item.has-dropdown:not(.has-megamenu):hover .triangle-with-shadow {
          display: none; }
      .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu-item-child {
        position: relative; }
        .navPages-container .navPages-item.has-dropdown:not(.has-megamenu) .navPage-subMenu-item-child > .navPage-subMenu {
          top: 0;
          left: 95%; }
      .navPages-container .navPages-item.has-megamenu > .navPage-subMenu > .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPage-subMenu > .navPage-subMenu-list .navPage-subMenu-item-child > .navPage-subMenu {
        display: none !important; }
      .navPages-container .navPages-item .navPage-subMenu {
        display: block; }
      .navPages-container .navPages-item > .navPage-subMenu {
        left: 0;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translate3d(-50px, 0, 0);
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        margin-top: 0;
        z-index: 1; }
        .navPages-container .navPages-item > .navPage-subMenu .navPage-subMenu-item-parent {
          display: none; }
        .navPages-container .navPages-item > .navPage-subMenu .navPage-subMenu {
          padding-left: 0;
          padding-right: 0; }
      .navPages-container .navPages-item.has-megamenu {
        position: static; }
        .navPages-container .navPages-item.has-megamenu > .navPage-subMenu {
          padding: 40px calc((100% - 1800px)/2) 20px;
          background-color: #f2f2f2;
          z-index: 1; }
          .navPages-container .navPages-item.has-megamenu > .navPage-subMenu:before {
            /*content: '';*/
            width: 100%;
            height: 1px;
            background-color: #e6e6e6;
            position: absolute;
            left: 0;
            right: 0;
            top: 10px;
            z-index: 1;
            cursor: pointer; }
        .navPages-container .navPages-item.has-megamenu.style-2 > .navPage-subMenu {
          padding: 30px 0 0; }
        .navPages-container .navPages-item.has-megamenu.style-2 .cateArea {
          padding-left: 15px;
          padding-right: 15px; }
        .navPages-container .navPages-item.has-megamenu.style-3 > .navPage-subMenu {
          padding: 20px 0 20px; }
        .navPages-container .navPages-item.has-megamenu.style-4 > .navPage-subMenu {
          padding: 20px 0 20px; }
          .navPages-container .navPages-item.has-megamenu.style-4 > .navPage-subMenu > .container {
            display: flex;
            align-items: flex-start; }
        .navPages-container .navPages-item.has-megamenu .navPage-subMenu-links .navPage-subMenu-title {
          display: none; }
        .navPages-container .navPages-item.has-megamenu .navPage-subMenu-links > .navPage-subMenu-item-child {
          padding-left: 15px;
          padding-right: 15px; }
          .navPages-container .navPages-item.has-megamenu .navPage-subMenu-links > .navPage-subMenu-item-child .navPage-subMenu-action {
            margin-bottom: 0; }
          .navPages-container .navPages-item.has-megamenu .navPage-subMenu-links > .navPage-subMenu-item-child .navPage-subMenu-item-child {
            padding-left: 0;
            padding-right: 0; }
        .navPages-container .navPages-item.has-megamenu:hover .triangle-with-shadow {
          display: block;
          animation: fadeIn .3s;
          background-image: none; }
          .header-layout-3 .navPages-container .navPages-item.has-megamenu:hover .triangle-with-shadow {
            display: none; }
      .navPages-container .navPages-item:hover > .navPages-action {
        position: relative; }
        .navPages-container .navPages-item:hover > .navPages-action:after {
          content: '';
          width: 100%;
          height: 14px;
          background-color: transparent;
          position: absolute;
          left: 0;
          right: 0;
          bottom: -14px;
          z-index: 1; }
      .navPages-container .navPages-item:hover > .navPage-subMenu {
        top: auto;
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translate3d(0, 0, 0); }
  header.header.is-sticky .navPages-container .navPages-item > .navPage-subMenu {
    margin-top: 0; }
  .menu-is-load .navPages-container .navPages-list > .navPages-item > .navPages-action {
    transform: translatey(0);
    opacity: 1; } }

@media (min-width: 1280px) {
  .home-layout-3 .navPage-subMenu .container {
    max-width: 1230px; } }

.navPages-list-megamenu .has-megamenu > .navPage-subMenu {
  display: flex;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 70vh;
  width: 100%;
  transition-property: transform, opacity, visibility;
  border: 0; }

.navPages-list-megamenu .has-megamenu.style-2 > .navPage-subMenu > .container {
  flex-direction: column;
  padding-bottom: 0; }

.navPages-list-megamenu .has-megamenu.style-2 .navPage-subMenu-list:not(.navPage-subMenu-links) > li {
  padding-bottom: 1px !important; }

.navPages-list-megamenu .has-megamenu.style-2 .navPage-subMenu-links {
  min-width: 285px;
  border-right: 1px solid #e6e6e6;
  margin-right: 15px; }
  @media (min-width: 1025px) {
    .navPages-list-megamenu .has-megamenu.style-2 .navPage-subMenu-links {
      min-width: 200px; } }
  @media (min-width: 1400px) {
    .navPages-list-megamenu .has-megamenu.style-2 .navPage-subMenu-links {
      min-width: 250px; } }
  @media (min-width: 1600px) {
    .navPages-list-megamenu .has-megamenu.style-2 .navPage-subMenu-links {
      min-width: 285px; } }

.navPages-list-megamenu .has-megamenu.style-3 > .navPage-subMenu > .container {
  flex-direction: column;
  padding-bottom: 0; }

.navPages-list-megamenu .has-megamenu.style-3 .navPage-subMenu-list:not(.navPage-subMenu-links) > li {
  padding-bottom: 1px !important; }

.navPages-list-megamenu .has-megamenu.style-3 .navPage-subMenu-links {
  min-width: 285px;
  border-right: 1px solid #e6e6e6;
  margin-right: 15px; }
  @media (min-width: 1025px) {
    .navPages-list-megamenu .has-megamenu.style-3 .navPage-subMenu-links {
      min-width: 200px; } }
  @media (min-width: 1400px) {
    .navPages-list-megamenu .has-megamenu.style-3 .navPage-subMenu-links {
      min-width: 250px; } }
  @media (min-width: 1600px) {
    .navPages-list-megamenu .has-megamenu.style-3 .navPage-subMenu-links {
      min-width: 285px; } }

.navPages-list-megamenu .has-megamenu .navPage-subMenu-list .navPage-subMenu-item-child > .navPage-subMenu {
  opacity: 1;
  visibility: visible;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  transform: unset;
  width: 100%;
  margin: 0;
  box-shadow: unset;
  background-color: transparent;
  border: 0;
  padding-top: 2px;
  padding-bottom: 0;
  pointer-events: unset; }

.navPages-list-megamenu .has-megamenu .navPage-subMenu-list .navPage-subMenu-item-child .navPage-subMenu-action {
  font-size: 13px;
  border-bottom: 0;
  transition: unset;
  display: block;
  padding-top: 0;
  padding-bottom: 0; }
  .home-layout-3 .navPages-list-megamenu .has-megamenu .navPage-subMenu-list .navPage-subMenu-item-child .navPage-subMenu-action {
    letter-spacing: 0; }
  .navPages-list-megamenu .has-megamenu .navPage-subMenu-list .navPage-subMenu-item-child .navPage-subMenu-action .text {
    padding: 0 0 1px 0; }

.navPages-list-megamenu .has-megamenu .navPage-subMenu-list:not(.navPage-subMenu-links) {
  padding: 0 !important;
  margin: 0;
  float: none;
  font-size: 0;
  list-style: none; }
  .navPages-list-megamenu .has-megamenu .navPage-subMenu-list:not(.navPage-subMenu-links) > li {
    width: 100%;
    overflow: hidden;
    background-color: transparent; }
    .navPages-list-megamenu .has-megamenu .navPage-subMenu-list:not(.navPage-subMenu-links) > li .navPage-subMenu-item-parent,
    .navPages-list-megamenu .has-megamenu .navPage-subMenu-list:not(.navPage-subMenu-links) > li .navPage-subMenu-item-child {
      padding: 0; }

.navPages-list-megamenu .has-megamenu .navPage-subMenu-links {
  width: 25%;
  margin: 0;
  padding: 0;
  background-color: #f2f2f2; }
  .navPages-list-megamenu .has-megamenu .navPage-subMenu-links .navPage-subMenu-item-child {
    padding-right: 0; }

.navPages-list-megamenu .has-megamenu .megamenu-custom-list {
  position: relative;
  width: 100%; }
  .navPages-list-megamenu .has-megamenu .megamenu-custom-list .megamenu-bottom {
    position: absolute;
    bottom: 0px;
    display: block;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    background-color: #fcfabd;
    color: #e9446e;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.25px;
    text-align: center;
    line-height: 1.625;
    padding: 12px 0;
    text-transform: uppercase; }
    .home-layout-3 .navPages-list-megamenu .has-megamenu .megamenu-custom-list .megamenu-bottom {
      font-family: "Open Sans", Arial, Helvetica, sans-serif; }
    @media (min-width: 1025px) {
      .navPages-list-megamenu .has-megamenu .megamenu-custom-list .megamenu-bottom {
        width: calc(100% - 50px);
        left: 25px; } }

.navPages-list-megamenu .style-1 .cateArea > .navPage-subMenu-list {
  padding-left: 0; }
  @media (min-width: 1600px) {
    .navPages-list-megamenu .style-1 .cateArea > .navPage-subMenu-list {
      padding-left: 0 !important; } }

.navPages-list-megamenu .cateArea {
  display: flex;
  align-items: stretch;
  justify-content: flex-start; }
  .navPages-list-megamenu .cateArea > .navPage-subMenu-list:not(.navPage-subMenu-links) {
    padding-top: 0;
    padding-bottom: 0; }
  .navPages-list-megamenu .cateArea.columns-3 > .navPage-subMenu-list:not(.navPage-subMenu-links) {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .navPages-list-megamenu .cateArea.columns-3 > .navPage-subMenu-list:not(.navPage-subMenu-links) > li {
      flex: 0 0 33.333333%; }
  .navPages-list-megamenu .cateArea.columns-4 > .navPage-subMenu-list:not(.navPage-subMenu-links) {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .navPages-list-megamenu .cateArea.columns-4 > .navPage-subMenu-list:not(.navPage-subMenu-links) > li {
      flex: 0 0 25%; }
  .navPages-list-megamenu .cateArea.columns-5 > .navPage-subMenu-list:not(.navPage-subMenu-links) {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap; }
    .navPages-list-megamenu .cateArea.columns-5 > .navPage-subMenu-list:not(.navPage-subMenu-links) > li {
      flex: 0 0 20%; }
  .navPages-list-megamenu .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPage-subMenu-action {
    font-size: 13px;
    font-weight: 700;
    padding-left: 0;
    text-transform: uppercase;
    letter-spacing: .05em; }
    .navPages-list-megamenu .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPage-subMenu-action > .text {
      color: inherit; }
      .navPages-list-megamenu .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPage-subMenu-action > .text:before {
        display: none !important; }

.navPages-list-megamenu .imageArea {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  padding: 0 0 0 15px; }

.navPages-list-megamenu .style-1 .navPage-subMenu-list {
  padding-left: 15px !important; }

.navPages-list-megamenu .style-1 .cateArea .imageArea {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 386px; }
  @media (min-width: 1025px) {
    .navPages-list-megamenu .style-1 .cateArea .imageArea {
      max-width: 250px !important; } }
  @media (min-width: 1400px) {
    .navPages-list-megamenu .style-1 .cateArea .imageArea {
      max-width: 400px !important; } }
  @media (min-width: 1600px) {
    .navPages-list-megamenu .style-1 .cateArea .imageArea {
      padding-right: 0;
      max-width: 327px !important;
      padding-left: 40px; } }

.navPages-list-megamenu .style-1 .cateArea > .navPage-subMenu-list {
  position: relative;
  top: -5px; }

.navPages-list-megamenu .style-1 .cateArea.columns-3 > .navPage-subMenu-list:not(.navPage-subMenu-links) {
  display: block;
  column-count: 3; }
  .navPages-list-megamenu .style-1 .cateArea.columns-3 > .navPage-subMenu-list:not(.navPage-subMenu-links) > li {
    flex: 0 0 100%;
    display: inline-block; }
    .navPages-list-megamenu .style-1 .cateArea.columns-3 > .navPage-subMenu-list:not(.navPage-subMenu-links) > li.navPage-subMenu-item-parent {
      display: none; }
    .navPages-list-megamenu .style-1 .cateArea.columns-3 > .navPage-subMenu-list:not(.navPage-subMenu-links) > li.navPage-subMenu-item-custom {
      padding: 0 15px; }

.navPages-list-megamenu .style-1 .cateArea.columns-4 > .navPage-subMenu-list:not(.navPage-subMenu-links) {
  display: block;
  column-count: 4; }
  .navPages-list-megamenu .style-1 .cateArea.columns-4 > .navPage-subMenu-list:not(.navPage-subMenu-links) > li {
    flex: 0 0 25%;
    display: inline-block; }
    @media (max-width: 992px) {
      .navPages-list-megamenu .style-1 .cateArea.columns-4 > .navPage-subMenu-list:not(.navPage-subMenu-links) > li {
        flex: 0 0 100%; } }
    .navPages-list-megamenu .style-1 .cateArea.columns-4 > .navPage-subMenu-list:not(.navPage-subMenu-links) > li.navPage-subMenu-item-parent {
      display: none; }
    .navPages-list-megamenu .style-1 .cateArea.columns-4 > .navPage-subMenu-list:not(.navPage-subMenu-links) > li.navPage-subMenu-item-custom a {
      padding: 0;
      line-height: 1.3; }

.navPages-list-megamenu .style-1 .cateArea.columns-5 > .navPage-subMenu-list:not(.navPage-subMenu-links) {
  display: block;
  column-count: 5; }
  .navPages-list-megamenu .style-1 .cateArea.columns-5 > .navPage-subMenu-list:not(.navPage-subMenu-links) > li {
    flex: 0 0 100%;
    display: inline-block; }
    .navPages-list-megamenu .style-1 .cateArea.columns-5 > .navPage-subMenu-list:not(.navPage-subMenu-links) > li.navPage-subMenu-item-parent {
      display: none; }
    .navPages-list-megamenu .style-1 .cateArea.columns-5 > .navPage-subMenu-list:not(.navPage-subMenu-links) > li.navPage-subMenu-item-custom {
      padding: 0 15px; }

.navPages-list-megamenu .style-1 .imageArea {
  padding-left: 5px;
  padding-right: 15px; }

@media (min-width: 1025px) {
  .navPages-list-megamenu .style-1 > .navPage-subMenu > .cateArea,
  .navPages-list-megamenu .style-1 > .navPage-subMenu > .imageArea {
    min-height: 322px; } }

@media (min-width: 1400px) {
  .navPages-list-megamenu .style-1 > .navPage-subMenu > .cateArea,
  .navPages-list-megamenu .style-1 > .navPage-subMenu > .imageArea {
    min-height: 396px; } }

@media (min-width: 1600px) {
  .navPages-list-megamenu .style-1 > .navPage-subMenu > .cateArea,
  .navPages-list-megamenu .style-1 > .navPage-subMenu > .imageArea {
    min-height: 500px; } }

.navPages-list-megamenu .style-1 .megamenu-right-item {
  padding: 0;
  text-align: left;
  width: 100%; }
  .navPages-list-megamenu .style-1 .megamenu-right-item .navPage-subMenu-links {
    width: 100%;
    padding-left: 0 !important; }
    .navPages-list-megamenu .style-1 .megamenu-right-item .navPage-subMenu-links > .navPage-subMenu-item-child {
      padding-left: 0; }
  .navPages-list-megamenu .style-1 .megamenu-right-item .megamenu-title {
    color: #4f4f4f;
    font-size: 13px;
    font-weight: 600;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    margin-top: 0;
    margin-bottom: 12px;
    position: relative;
    top: -5px; }
  .navPages-list-megamenu .style-1 .megamenu-right-item .image {
    display: inline-block;
    vertical-align: top;
    width: auto;
    text-align: right; }
    .navPages-list-megamenu .style-1 .megamenu-right-item .image img {
      width: 100%; }
      .navPages-list-megamenu .style-1 .megamenu-right-item .image img.lazyload, .navPages-list-megamenu .style-1 .megamenu-right-item .image img.lazyloading {
        width: auto;
        height: auto;
        object-fit: contain; }
    .navPages-list-megamenu .style-1 .megamenu-right-item .image + .image {
      margin-top: 30px; }
  .navPages-list-megamenu .style-1 .megamenu-right-item:first-child {
    padding-right: 15px;
    border-right: 1px solid #e6e6e6;
    min-width: 300px; }
    @media (min-width: 1025px) {
      .navPages-list-megamenu .style-1 .megamenu-right-item:first-child {
        min-width: 200px; } }
    @media (min-width: 1400px) {
      .navPages-list-megamenu .style-1 .megamenu-right-item:first-child {
        min-width: 250px; } }
    @media (min-width: 1600px) {
      .navPages-list-megamenu .style-1 .megamenu-right-item:first-child {
        padding-right: 30px;
        min-width: 300px; } }
  .navPages-list-megamenu .style-1 .megamenu-right-item:last-child {
    padding-left: 15px; }
    @media (min-width: 1600px) {
      .navPages-list-megamenu .style-1 .megamenu-right-item:last-child {
        padding-left: 30px; } }
  .navPages-list-megamenu .style-1 .megamenu-right-item .navPage-subMenu-item-child .navPage-subMenu-action {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 5px 0; }
    .navPages-list-megamenu .style-1 .megamenu-right-item .navPage-subMenu-item-child .navPage-subMenu-action .text {
      margin: 0 0 0 10px; }
    @media (min-width: 1025px) {
      .navPages-list-megamenu .style-1 .megamenu-right-item .navPage-subMenu-item-child .navPage-subMenu-action {
        align-items: center;
        flex-direction: column; }
        .navPages-list-megamenu .style-1 .megamenu-right-item .navPage-subMenu-item-child .navPage-subMenu-action img {
          max-width: 60px; }
        .navPages-list-megamenu .style-1 .megamenu-right-item .navPage-subMenu-item-child .navPage-subMenu-action .text {
          margin: 10px 0; } }
    @media (min-width: 1200px) {
      .navPages-list-megamenu .style-1 .megamenu-right-item .navPage-subMenu-item-child .navPage-subMenu-action {
        align-items: center;
        flex-direction: row; }
        .navPages-list-megamenu .style-1 .megamenu-right-item .navPage-subMenu-item-child .navPage-subMenu-action img {
          max-width: 70px; }
        .navPages-list-megamenu .style-1 .megamenu-right-item .navPage-subMenu-item-child .navPage-subMenu-action .text {
          margin: 0 0 0 10px; } }
    @media (min-width: 1600px) {
      .navPages-list-megamenu .style-1 .megamenu-right-item .navPage-subMenu-item-child .navPage-subMenu-action {
        align-items: center;
        flex-direction: row; }
        .navPages-list-megamenu .style-1 .megamenu-right-item .navPage-subMenu-item-child .navPage-subMenu-action img {
          max-width: 100%; } }

.navPages-list-megamenu .style-1 .slick-dots {
  bottom: -20px; }

.navPages-list-megamenu .style-2 .cateArea .navPage-subMenu-links .navPage-subMenu-item-child {
  padding-bottom: 2px !important; }

.navPages-list-megamenu .style-2 .imageArea {
  padding-left: 0;
  margin-top: 35px;
  background-color: #f7f7f7;
  align-items: center; }
  .navPages-list-megamenu .style-2 .imageArea .megamenu-left-item {
    width: 75%;
    display: inline-block;
    vertical-align: top; }
  .navPages-list-megamenu .style-2 .imageArea .megamenu-brand-list {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding-top: 10px;
    padding-left: 0; }
  .navPages-list-megamenu .style-2 .imageArea .item {
    width: 50%;
    display: inline-block;
    vertical-align: top; }
  .navPages-list-megamenu .style-2 .imageArea .megamenu-title {
    color: #4f4f4f;
    font-size: 13px;
    font-weight: 600;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    margin-top: 0;
    margin-bottom: 6px; }
    .home-layout-3 .navPages-list-megamenu .style-2 .imageArea .megamenu-title {
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      color: #2d2d2d; }
  .navPages-list-megamenu .style-2 .imageArea .megamenu-brands {
    margin-bottom: 0px;
    max-width: 320px; }
    .navPages-list-megamenu .style-2 .imageArea .megamenu-brands ul {
      margin-left: -10px;
      margin-right: auto; }
      .navPages-list-megamenu .style-2 .imageArea .megamenu-brands ul li {
        display: inline-block; }
        .navPages-list-megamenu .style-2 .imageArea .megamenu-brands ul li a {
          color: #505050;
          text-decoration: none;
          font-size: 13px;
          font-weight: 400;
          text-transform: uppercase;
          padding: 0 10px;
          line-height: 20px;
          pointer-events: none; }
          .navPages-list-megamenu .style-2 .imageArea .megamenu-brands ul li a span {
            background-image: linear-gradient(currentColor, currentColor);
            background-position: 0 88%;
            background-repeat: no-repeat;
            background-size: 0 1px;
            transition: background-size .5s; }
          .navPages-list-megamenu .style-2 .imageArea .megamenu-brands ul li a:hover span {
            background-size: 100% 1px; }
        .navPages-list-megamenu .style-2 .imageArea .megamenu-brands ul li.has-letter a {
          color: #4f4f4f;
          font-weight: 600;
          pointer-events: auto; }
          .home-layout-2 .navPages-list-megamenu .style-2 .imageArea .megamenu-brands ul li.has-letter a,
          .home-layout-3 .navPages-list-megamenu .style-2 .imageArea .megamenu-brands ul li.has-letter a {
            color: #2d2d2d; }
    .navPages-list-megamenu .style-2 .imageArea .megamenu-brands .view-all {
      display: inline-block;
      text-decoration: none;
      color: #4f4f4f;
      font-size: 13px;
      font-weight: 400;
      margin-top: 0px;
      background-image: linear-gradient(transparent 96%, rgba(79, 79, 79, 0.6) 4%);
      background-repeat: repeat-x;
      background-position-y: -5px; }

.navPages-list-megamenu .style-2 .megamenu-right-item {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: right;
  max-width: 285px; }
  @media (min-width: 1025px) {
    .navPages-list-megamenu .style-2 .megamenu-right-item {
      max-width: 200px; } }
  @media (min-width: 1400px) {
    .navPages-list-megamenu .style-2 .megamenu-right-item {
      max-width: 250px; } }
  @media (min-width: 1600px) {
    .navPages-list-megamenu .style-2 .megamenu-right-item {
      max-width: 285px; } }
  .navPages-list-megamenu .style-2 .megamenu-right-item .image {
    display: inline-block;
    vertical-align: top;
    width: auto;
    text-align: right; }
    .navPages-list-megamenu .style-2 .megamenu-right-item .image img {
      width: 100%; }
      .navPages-list-megamenu .style-2 .megamenu-right-item .image img.lazyload, .navPages-list-megamenu .style-2 .megamenu-right-item .image img.lazyloading {
        width: auto;
        height: auto;
        object-fit: contain; }
    .navPages-list-megamenu .style-2 .megamenu-right-item .image + .image {
      margin-left: 30px; }

.navPages-list-megamenu .style-3 .cateArea .navPage-subMenu-links .navPage-subMenu-item-child {
  padding-bottom: 2px !important; }

.navPages-list-megamenu .style-3 .cateArea {
  display: inline-block;
  margin-bottom: 82px; }
  @media (min-width: 1025px) {
    .navPages-list-megamenu .style-3 .cateArea {
      padding-left: 15px;
      padding-right: 15px; } }

.navPages-list-megamenu .style-3 .imageArea {
  padding-left: 5px;
  padding-right: 15px; }

.navPages-list-megamenu .style-3 .megamenu-right-item {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: right;
  max-width: 585px; }
  .navPages-list-megamenu .style-3 .megamenu-right-item .image {
    display: inline-block;
    vertical-align: top;
    width: auto;
    text-align: right; }
    .navPages-list-megamenu .style-3 .megamenu-right-item .image img {
      width: 100%; }
      .navPages-list-megamenu .style-3 .megamenu-right-item .image img.lazyload, .navPages-list-megamenu .style-3 .megamenu-right-item .image img.lazyloading {
        width: auto;
        height: auto;
        object-fit: contain; }
    .navPages-list-megamenu .style-3 .megamenu-right-item .image + .image {
      margin-left: 30px; }
  @media (min-width: 1025px) {
    .navPages-list-megamenu .style-3 .megamenu-right-item {
      max-width: 300px; }
      .navPages-list-megamenu .style-3 .megamenu-right-item .image {
        width: 140px; }
        .navPages-list-megamenu .style-3 .megamenu-right-item .image + .image {
          margin-left: 10px; } }
  @media (min-width: 1400px) {
    .navPages-list-megamenu .style-3 .megamenu-right-item {
      max-width: 500px; }
      .navPages-list-megamenu .style-3 .megamenu-right-item .image {
        width: 240px; }
        .navPages-list-megamenu .style-3 .megamenu-right-item .image + .image {
          margin-left: 15px; } }
  @media (min-width: 1600px) {
    .navPages-list-megamenu .style-3 .megamenu-right-item {
      max-width: 585px; }
      .navPages-list-megamenu .style-3 .megamenu-right-item .image {
        width: auto; }
        .navPages-list-megamenu .style-3 .megamenu-right-item .image + .image {
          margin-left: 30px; } }

.navPages-list-megamenu .style-4 .imageArea {
  padding-left: 5px;
  padding-right: 15px;
  margin-top: 2px; }

.navPages-list-megamenu .style-4 .megamenu-right-item {
  width: 100%;
  display: inline-block;
  vertical-align: top;
  text-align: right; }
  .navPages-list-megamenu .style-4 .megamenu-right-item .image {
    display: inline-block;
    vertical-align: top;
    width: auto;
    text-align: right; }
    .navPages-list-megamenu .style-4 .megamenu-right-item .image img {
      width: 100%; }
      .navPages-list-megamenu .style-4 .megamenu-right-item .image img.lazyload, .navPages-list-megamenu .style-4 .megamenu-right-item .image img.lazyloading {
        width: auto;
        height: auto;
        object-fit: contain; }
    .navPages-list-megamenu .style-4 .megamenu-right-item .image + .image {
      margin-top: 20px; }

.navPages-list-megamenu .style-4 .megamenu-left-item {
  width: 240px;
  display: inline-block;
  vertical-align: top; }
  .navPages-list-megamenu .style-4 .megamenu-left-item .megamenu-title {
    color: #4f4f4f;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    margin-top: 0;
    margin-bottom: 6px;
    text-align: center; }
    .home-layout-3 .navPages-list-megamenu .style-4 .megamenu-left-item .megamenu-title {
      font-family: "Open Sans", Arial, Helvetica, sans-serif;
      color: #2d2d2d; }
  .navPages-list-megamenu .style-4 .megamenu-left-item + .megamenu-right-item {
    width: calc(100% - 240px);
    padding-left: 30px; }
  .navPages-list-megamenu .style-4 .megamenu-left-item .megamenu-slider:before {
    content: none; }
  .navPages-list-megamenu .style-4 .megamenu-left-item .megamenu-slider.is-loading {
    height: 80%;
    width: 100%;
    position: relative;
    text-align: center; }
    .navPages-list-megamenu .style-4 .megamenu-left-item .megamenu-slider.is-loading:before {
      content: '';
      background: url(../img/loading.svg) no-repeat;
      background-size: contain;
      position: absolute;
      width: 50px;
      height: 50px;
      top: 50%;
      left: 0;
      right: 0;
      border: 0;
      border-radius: 0;
      display: block;
      margin: 0 auto;
      transform: translateY(-50%) rotate(0);
      transform-style: preserve-3d;
      animation: unset; }
  .navPages-list-megamenu .style-4 .megamenu-left-item .megamenu-slider .card-link .card-img-container {
    max-width: 120px;
    margin: 0 auto; }
  .navPages-list-megamenu .style-4 .megamenu-left-item .megamenu-slider .card:before {
    content: none; }
  .navPages-list-megamenu .style-4 .megamenu-left-item .megamenu-slider .card .card-quickview,
  .navPages-list-megamenu .style-4 .megamenu-left-item .megamenu-slider .card .card-figcaption-top {
    display: none; }
  .navPages-list-megamenu .style-4 .megamenu-left-item .megamenu-slider .card .card-wrapper .card-price {
    text-align: center; }
  .navPages-list-megamenu .style-4 .megamenu-left-item .megamenu-slider .card .card-figcaption-bottom .button {
    max-width: 164px;
    margin: 0 auto;
    border-color: 1px solid black;
    border-radius: 3px; }
    .navPages-list-megamenu .style-4 .megamenu-left-item .megamenu-slider .card .card-figcaption-bottom .button:hover {
      background-color: black;
      color: white; }
  .navPages-list-megamenu .style-4 .megamenu-left-item .megamenu-slider .card .card-figcaption-bottom span {
    display: none; }
  .home-layout-3 .navPages-list-megamenu .style-4 .megamenu-left-item .megamenu-slider .card .card-body {
    text-align: center; }
  .home-layout-3 .navPages-list-megamenu .style-4 .megamenu-left-item .megamenu-slider .card .card-body .card-wrapper {
    justify-content: center; }
  .navPages-list-megamenu .style-4 .megamenu-left-item .megamenu-slider .card .card-title > a {
    padding-bottom: 4px; }
  .navPages-list-megamenu .style-4 .megamenu-left-item .megamenu-slider .slick-arrow {
    top: calc(50% - 110px); }
    .navPages-list-megamenu .style-4 .megamenu-left-item .megamenu-slider .slick-arrow:before {
      width: 13px;
      height: 25px; }
    .navPages-list-megamenu .style-4 .megamenu-left-item .megamenu-slider .slick-arrow.slick-prev {
      left: 0; }
    .navPages-list-megamenu .style-4 .megamenu-left-item .megamenu-slider .slick-arrow.slick-next {
      right: 0; }
    .navPages-list-megamenu .style-4 .megamenu-left-item .megamenu-slider .slick-arrow i {
      font-size: 24px; }

@media (min-width: 1025px) {
  .navPages-list-megamenu .style-4:hover .megamenu-slider .card .card-figcaption-bottom {
    opacity: 1;
    visibility: visible; }
  .home-layout-3 .navPages-list-megamenu .style-4 .megamenu-slider .card .card-figcaption-bottom {
    display: none; } }

.navPages-list-megamenu .style-4 .megamenu-left-item .megamenu-slider .card .card-figcaption-bottom {
  color: #000;
  background-color: #fff;
  border-color: #000;
  border-radius: 3px; }

#menu .navPages .navPages-list .navPages-item .navPages-action.navPages-action-lv2 .text {
  color: black; }
  #menu .navPages .navPages-list .navPages-item .navPages-action.navPages-action-lv2 .text:hover {
    color: #e9446e;
    text-decoration: underline; }

.navPages-label {
  display: inline-block;
  vertical-align: top;
  font-size: 11px;
  font-weight: 400;
  text-align: center;
  position: absolute;
  left: calc(100% - 20px);
  top: 0;
  margin: 0;
  height: 15px;
  line-height: 15px;
  padding: 0 4px;
  transform: translateX(-50%);
  background-image: none;
  text-transform: capitalize; }
  @media (max-width: 800px) {
    .navPages-label {
      left: calc(68% - 20px);
      top: 14px; } }
  @media (max-width: 320px) {
    .navPages-label {
      left: calc(81% - 20px);
      top: 14px; } }
  .navPages-label.sale-label {
    color: white;
    border-color: black;
    background-color: black;
    border-radius: 5px; }
  .navPages-label.new-label {
    color: white;
    border-color: #2d2d2d;
    background-color: #2d2d2d;
    border-radius: 5px; }
  .navPages-label.hot-label {
    color: white;
    border-color: #fdba49;
    background-color: #fdba49;
    border-radius: 5px; }

.has-megamenu .image {
  display: block;
  overflow: hidden;
  position: relative;
  text-align: center; }
  .has-megamenu .image img {
    width: 100%;
    object-fit: cover; }
    .has-megamenu .image img.lazyload, .has-megamenu .image img.lazyloading {
      width: auto;
      height: auto;
      margin: auto;
      object-fit: contain; }
    .has-megamenu .image img.lazyloaded {
      transition: all .7s ease; }

@media (min-width: 1025px) {
  .has-megamenu .image:before {
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    left: auto;
    bottom: auto;
    z-index: 2;
    transform: none;
    position: absolute;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: rgba(246, 246, 246, 0.2); }
  .has-megamenu .image:hover:before {
    width: 100%; } }

.halo-menu-megamenu .has-megamenu .navPage-subMenu-links > .navPage-subMenu-item-child > .navPage-subMenu {
  display: none;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  margin-left: 0; }
  .halo-menu-megamenu .has-megamenu .navPage-subMenu-links > .navPage-subMenu-item-child > .navPage-subMenu .navPage-subMenu-list {
    padding-left: 0; }

.halo-menu-megamenu .has-megamenu .navPage-subMenu-links > .navPage-subMenu-item-child.is-open > .navPage-subMenu {
  display: block; }

.halo-menu-megamenu .has-megamenu .navPage-subMenu-links + .navPage-subMenu-list {
  transition: all 0.2s ease; }

.halo-menu-megamenu .cateArea {
  max-width: 100% !important; }
  .halo-menu-megamenu .cateArea > .navPage-subMenu-list {
    padding-left: 0; }
    .halo-menu-megamenu .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPages-action {
      font-weight: 500; }
    .halo-menu-megamenu .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child > .image {
      display: none; }

.halo-menu-megamenu .imageArea {
  max-width: 100% !important;
  padding: 15px 15px 0; }
  .halo-menu-megamenu .imageArea .megamenu-left-item,
  .halo-menu-megamenu .imageArea .megamenu-right-item {
    display: inline-block;
    vertical-align: middle;
    width: 100%; }
  .halo-menu-megamenu .imageArea .megamenu-title {
    color: #4f4f4f;
    font-size: 15px;
    font-weight: 600;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    margin-top: 0;
    margin-bottom: 6px;
    text-align: center; }

.halo-menu-megamenu .has-megamenu > .navPage-subMenu > .imageArea {
  padding-bottom: 12px;
  border-bottom: 1px solid #dfdfdf; }

.halo-menu-megamenu .style-1 .cateArea {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse; }

.halo-menu-megamenu .style-1 .imageArea .image img {
  margin-top: 0;
  margin-bottom: 30px; }

.halo-menu-megamenu .style-2 .cateArea {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse; }

.halo-menu-megamenu .style-2 .item {
  display: block;
  width: 100%;
  margin: 0 0 30px 0; }

.halo-menu-megamenu .style-3 > .navPage-subMenu {
  display: flex !important;
  flex-wrap: wrap; }

.halo-menu-megamenu .navPages-label {
  display: inline-block;
  font-size: 11px;
  padding: 0 10px;
  position: relative;
  height: 26px;
  line-height: 26px;
  left: 40px; }
  .halo-menu-megamenu .navPages-label:before {
    content: '';
    position: absolute;
    border: 7px solid transparent;
    top: 50%;
    right: calc(100% - 1px);
    transform: translateY(-50%); }
  .halo-menu-megamenu .navPages-label.sale-label:before {
    border-right-color: black; }
  .halo-menu-megamenu .navPages-label.new-label:before {
    border-right-color: #2d2d2d; }
  .halo-menu-megamenu .navPages-label.hot-label:before {
    border-right-color: #fdba49; }

.halo-menu-sidebar .navPages {
  display: block;
  font-size: 0;
  letter-spacing: 0; }
  .halo-menu-sidebar .navPages:before, .halo-menu-sidebar .navPages:after {
    content: " ";
    display: table; }
  .halo-menu-sidebar .navPages:after {
    clear: both; }

.halo-menu-sidebar .navPages-container {
  display: block;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0; }

.halo-menu-sidebar .navPages-list {
  position: relative;
  transition-duration: 0.4s;
  transform: none;
  transition-property: transform;
  background: white; }
  .has-activeNavPages .halo-menu-sidebar .navPages-list {
    display: block; }

.halo-menu-sidebar .navPages-item {
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #e6e6e6;
  position: relative; }
  .halo-menu-sidebar .navPages-item .navPages-action {
    font-size: 14px;
    color: #2d2d2d;
    margin: 0;
    padding: 0 15px;
    display: flex;
    cursor: pointer;
    align-items: center;
    text-transform: capitalize;
    background-color: transparent;
    justify-content: space-between;
    line-height: 45px;
    letter-spacing: 0;
    font-weight: 500; }
    .home-layout-3 .halo-menu-sidebar .navPages-item .navPages-action {
      font-size: 13px; }
    .halo-menu-sidebar .navPages-item .navPages-action .text {
      display: flex;
      align-items: center;
      padding: 0;
      color: inherit;
      position: relative;
      background: transparent !important; }
      .halo-menu-sidebar .navPages-item .navPages-action .text .icon {
        color: #2d2d2d;
        fill: #2d2d2d !important; }
    .halo-menu-sidebar .navPages-item .navPages-action .navPages-action-moreIcon {
      width: auto;
      height: 45px;
      z-index: 10;
      top: auto;
      display: flex;
      align-items: center;
      justify-content: center;
      order: 0;
      text-align: right;
      font-size: 0;
      pointer-events: none;
      transform: none;
      margin-left: 0; }
      .halo-menu-sidebar .navPages-item .navPages-action .navPages-action-moreIcon svg {
        fill: #2d2d2d;
        color: #2d2d2d;
        stroke: #2d2d2d;
        pointer-events: none;
        display: inline-block;
        vertical-align: middle;
        transition: all 0.2s ease;
        transform: rotate(-90deg);
        width: 13px;
        height: 13px; }
    .halo-menu-sidebar .navPages-item .navPages-action:not(.navPages-action-end) .text {
      pointer-events: none; }
  .halo-menu-sidebar .navPages-item > .navPages-action {
    font-weight: 700;
    line-height: 45px;
    text-transform: uppercase; }
    .home-layout-3 .halo-menu-sidebar .navPages-item > .navPages-action {
      font-weight: 400; }
    .halo-menu-sidebar .navPages-item > .navPages-action .text {
      white-space: nowrap; }
  .halo-menu-sidebar .navPages-item .navPage-subMenu {
    top: 0;
    right: 100%;
    left: auto;
    width: 100%;
    height: 100%;
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    transform: none;
    box-shadow: none; }
    @media (max-width: 1024px) {
      .halo-menu-sidebar .navPages-item .navPage-subMenu > .container {
        padding: 0; } }
  .halo-menu-sidebar .navPages-item > .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPages-action {
    font-weight: 500; }
  .halo-menu-sidebar .navPages-item .navPage-subMenu-item-child {
    padding-right: 0; }
    .halo-menu-sidebar .navPages-item .navPage-subMenu-item-child > .navPages-action .navPages-action-moreIcon {
      right: 16px; }
    .halo-menu-sidebar .navPages-item .navPage-subMenu-item-child.navPage-subMenu-all {
      display: inline-block; }
    .halo-menu-sidebar .navPages-item .navPage-subMenu-item-child .navPages-action {
      border-bottom: 1px solid #dfdfdf;
      font-size: 13px; }
  .halo-menu-sidebar .navPages-item .navPage-subMenu-title > .navPages-action {
    font-weight: 500;
    background-color: #f5f5f5; }
    .halo-menu-sidebar .navPages-item .navPage-subMenu-title > .navPages-action .navPages-action-moreIcon {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      left: 30px;
      right: auto; }
      .halo-menu-sidebar .navPages-item .navPage-subMenu-title > .navPages-action .navPages-action-moreIcon svg {
        transform: unset;
        width: 25px;
        height: 25px;
        margin: 0; }
    .halo-menu-sidebar .navPages-item .navPage-subMenu-title > .navPages-action .text {
      max-width: calc(100% - 70px);
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      display: inline-block;
      vertical-align: top;
      width: 100%;
      margin: 0 auto;
      text-align: center;
      text-transform: uppercase; }
  .halo-menu-sidebar .navPages-item + .navPages-item {
    margin-left: 0; }

.halo-menu-sidebar .socialLinks {
  margin: 10px 0 0 0 !important; }

.halo-menu-sidebar .socialLinks-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 15px 0 !important; }
  .halo-menu-sidebar .socialLinks-item > .icon {
    border-radius: 0; }
  .halo-menu-sidebar .socialLinks-item svg {
    width: 20px !important;
    height: 20px !important;
    fill: #2d2d2d !important;
    border-radius: 0; }
  .halo-menu-sidebar .socialLinks-item + .socialLinks-item {
    margin-left: 15px !important; }

.halo-menu-sidebar .is-open {
  border-bottom: 0; }
  .halo-menu-sidebar .is-open > .navPages-action {
    display: none !important; }
  .halo-menu-sidebar .is-open > .navPage-subMenu {
    position: relative;
    top: 0;
    right: 0;
    margin: 0; }
    .halo-menu-sidebar .is-open > .navPage-subMenu#navPages-currency {
      top: -36px; }
    .halo-menu-sidebar .is-open > .navPage-subMenu > .navPage-subMenu-list {
      padding-left: 0; }
      .halo-menu-sidebar .is-open > .navPage-subMenu > .navPage-subMenu-list > .navPage-subMenu-item-child.navPage-subMenu-title {
        display: block; }
    .halo-menu-sidebar .is-open > .navPage-subMenu .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child.navPage-subMenu-title {
      display: block; }
    .halo-menu-sidebar .is-open > .navPage-subMenu .centerArea > .navPage-subMenu-list > .navPage-subMenu-item-child.navPage-subMenu-title {
      display: block; }

.halo-menu-sidebar .is-hidden {
  display: none !important; }

.halo-menu-sidebar #currency_selector {
  margin-top: -26px; }

@media (min-width: 1025px) {
  .halo-menu-sidebar .halo-sidebar-header {
    display: none; } }

@media (max-width: 1024px) {
  .halo-menu-sidebar .halo-sidebar-header .close {
    right: 5px; } }

.halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-1 .imageArea .image img {
  margin-bottom: 0px; }

.halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-1 .imageArea .megamenu-right-item {
  width: 100%;
  text-align: center;
  padding: 0;
  margin-top: 0; }
  .halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-1 .imageArea .megamenu-right-item .image {
    padding-bottom: 15px; }
  .halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-1 .imageArea .megamenu-right-item .megamenu-title {
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    margin-top: 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #dfdfdf; }
  .halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-1 .imageArea .megamenu-right-item .navPage-subMenu-item-child {
    border-top: none; }
  .halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-1 .imageArea .megamenu-right-item .navPage-subMenu-action {
    padding: 5px 0;
    border-bottom: none;
    justify-content: flex-start; }
    .halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-1 .imageArea .megamenu-right-item .navPage-subMenu-action .text {
      margin-left: 15px; }

@media (max-width: 375px) {
  .halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-1 .imageArea {
    display: block; }
    .halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-1 .imageArea .megamenu-right-item {
      width: 100%; } }

.halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-2 .cateArea {
  flex-direction: column;
  flex-wrap: unset; }
  .halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-2 .cateArea .navPage-subMenu-list:not(.navPage-subMenu-links) {
    order: -1; }

.halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-2 .imageArea .item {
  margin: 0 0 15px 0; }

.halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-2 .megamenu-right-item {
  padding: 15px 15px 0; }
  .halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-2 .megamenu-right-item .item {
    margin: 0; }

.halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-2 .megamenu-title {
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  margin-top: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #dfdfdf; }

.halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-2 .megamenu-brands {
  padding: 5px 0; }
  .halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-2 .megamenu-brands ul {
    margin-left: -10px;
    margin-right: auto; }
    .halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-2 .megamenu-brands ul li {
      display: inline-block; }
      .halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-2 .megamenu-brands ul li a {
        color: #505050;
        text-decoration: none;
        font-size: 13px;
        font-weight: 400;
        text-transform: uppercase;
        padding: 0 10px;
        line-height: 20px;
        pointer-events: none; }
        .halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-2 .megamenu-brands ul li a span {
          background-image: linear-gradient(currentColor, currentColor);
          background-position: 0 88%;
          background-repeat: no-repeat;
          background-size: 0 1px;
          transition: background-size .5s; }
        .halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-2 .megamenu-brands ul li a:hover span {
          background-size: 100% 1px; }
      .halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-2 .megamenu-brands ul li.has-letter a {
        color: #4f4f4f;
        font-weight: 600;
        pointer-events: auto; }
  .halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-2 .megamenu-brands .view-all {
    display: inline-block;
    text-decoration: none;
    color: #4f4f4f;
    font-size: 13px;
    font-weight: 400;
    margin-top: 10px;
    background-image: linear-gradient(transparent 96%, rgba(79, 79, 79, 0.6) 4%);
    background-repeat: repeat-x;
    background-position-y: -5px; }

.halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-3 .cateArea {
  display: flex;
  flex-direction: column; }
  .halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-3 .cateArea .navPage-subMenu-list:not(.navPage-subMenu-links) {
    order: -1; }

.halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-3 .imageArea {
  padding: 0; }

.halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-3 .megamenu-right-item .image {
  padding: 15px 15px 0; }

.halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-3 .megamenu-custom-list {
  position: relative;
  width: 100%; }
  .halo-menu-sidebar.halo-menu-megamenu .navPages-list .has-megamenu.style-3 .megamenu-custom-list .megamenu-bottom {
    display: block;
    background-color: #fcfabd;
    color: #e9446e;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.25px;
    text-align: center;
    line-height: 1.625;
    padding: 12px 0;
    text-transform: uppercase; }

.navPages-container nav ul.navPages-list > li > .navPage-subMenu li > .navPage-subMenu {
  display: block !important; }

.navPages-container nav ul.navPages-list > li > .navPage-subMenu li:hover > .navPage-subMenu {
  animation: none; }

.navPages-container nav ul.navPages-list > li:not(.hasMegamenu) .navPage-subMenu-list li:hover {
  background-color: transparent; }

.navPages-container nav ul.navPages-list > li > .navPage-subMenu ul > li + li {
  border-top: none; }

#menu .navPages .navPages-list .navPages-item.has-megamenu .navPage-subMenu .container .cateArea .navPage-subMenu-list .navPage-subMenu-item-child .navPages-action-lv3 span {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 90%;
  background-repeat: no-repeat;
  background-size: 0 2px;
  transition: background-size .5s; }
  #menu .navPages .navPages-list .navPages-item.has-megamenu .navPage-subMenu .container .cateArea .navPage-subMenu-list .navPage-subMenu-item-child .navPages-action-lv3 span:hover {
    background-size: 100% 2px;
    color: #e9446e; }

.navPages-list-megamenu .style-2 .imageArea .megamenu-brands ul li {
  padding: 3px;
  display: inline;
  border-radius: 3px; }

.navPages-list-megamenu .style-2 .imageArea .megamenu-left-item {
  display: flex; }

.navPages-list-megamenu .style-4 .slick-slider {
  display: flex;
  justify-content: center;
  align-items: center; }

#menu .navPages .navPages-list:has(.style) .navPages-item .navPages-action > .text {
  color: black; }

.navPages-container .navPages-item.has-megamenu:hover .triangle-with-shadow {
  display: none; }

.navPages-container .navPages-item.has-megamenu:hover > li p a {
  color: red; }

.megamenu-slider > .icon-prev, .icon-next {
  width: 32px;
  height: 32px; }

.st-pushser nav.st-menu ul {
  max-height: unset;
  overflow-y: auto; }

.st-pusher nav.st-menu {
  overflow-y: auto;
  max-height: 100vh; }

.navPages-list-megamenu .style-4 .megamenu-left-item .megamenu-slider .icon-prev {
  transform: rotate(90deg); }

.navPages-list-megamenu .style-4 .megamenu-left-item .megamenu-slider .icon-next {
  transform: rotate(260deg); }

@media (max-width: 1024px) {
  .navPages-list-megamenu .style-4 .megamenu-left-item .megamenu-slider .card-link .card-img-container {
    max-width: 448px !important; }
    .navPages-list-megamenu .style-4 .megamenu-left-item .megamenu-slider .card-link .card-img-container img {
      width: 100%; }
  .navPages-list-megamenu .style-4 .imageArea {
    display: flex;
    flex-direction: column;
    max-width: 100% !important; }
  .navPages-list-megamenu .style-4 .megamenu-left-item {
    width: 100%; }
  .navPages-list-megamenu .style-4 .megamenu-left-item + .megamenu-right-item {
    width: 100%; }
  .navPages-list-megamenu .cateArea.columns-3 > .navPage-subMenu-list:not(.navPage-subMenu-links) > li {
    flex: 0 0 100%; }
  .navPages-list-megamenu .style-2 .imageArea .megamenu-brands ul {
    display: flex !important;
    flex-wrap: wrap; }
  .navPages-list-megamenu .style-2 .imageArea .megamenu-left-item {
    flex-direction: column;
    width: 100%; }
  .st-menu ul li a {
    pointer-events: none; }
  .st-menu ul li p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
    padding-right: 12px; }
  .navPages-list-megamenu .style-1 .cateArea.columns-3 > .navPage-subMenu-list:not(.navPage-subMenu-links) > li, .navPages-list-megamenu .cateArea.columns-5 > .navPage-subMenu-list:not(.navPage-subMenu-links) > li,
  .navPages-list-megamenu .cateArea.columns-4 > .navPage-subMenu-list:not(.navPage-subMenu-links) > li {
    flex: 0 0 100%;
    padding: 0; }
  #mobile-categories .cateArea {
    display: flex;
    flex-direction: column-reverse; }
  #mobile-categories .cateArea > ul {
    display: flex; }
  .has-megamenu .image img.lazyloaded {
    border-radius: 7px; }
  .navPages-list-megamenu .style-2 .imageArea .megamenu-brands ul {
    display: inline-block; }
  .navPages-list-megamenu .style-2 .imageArea {
    display: block;
    flex-direction: column; }
  .navPages-list-megamenu .style-2 .imageArea .item {
    width: 100%; }
  #mobile-categories .social-section {
    display: flex;
    list-style: none;
    justify-content: space-around; }
  #mobile-categories .navPages-list-megamenu {
    min-height: unset !important;
    height: unset; }
  .st-menu ul li p {
    border-bottom: 1px solid #e5e5e5; }
  .st-menu ul li ul li a {
    border-bottom: unset; }
  .navPages-list-megamenu .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPage-subMenu-action {
    border-bottom: 1px solid #e5e5e5; }
  .st-menu ul li p {
    position: relative !important; }
  .navPages-list-megamenu .style-2 .imageArea .megamenu-brand-list {
    width: 100%; }
    .navPages-list-megamenu .style-2 .imageArea .megamenu-brand-list .megamenu-brands {
      width: 100%; }
  .st-menu > ul > li:last-child {
    margin-bottom: unset; }
  .st-menu ul li a {
    border-bottom: unset; }
  #mobile-categories .cateArea {
    max-width: 100%; }
  #mobile-categories .cateArea.columns-3 {
    max-width: 100% !important; }
  .navPages-action .navPages-action-moreIcon .icon.mobile {
    display: none; }
  #mobile-categories .has-dropdown.is-open .navPages-action .navPages-action-moreIcon .icon.desktop {
    display: none; }
  #mobile-categories .has-dropdown.is-open .navPages-action .navPages-action-moreIcon .icon.mobile {
    display: block; }
  .navPages-list-megamenu .has-megamenu .navPage-subMenu-list:not(.navPage-subMenu-links) > li {
    padding: 0; }
  #mobile-categories .is-open > .navPage-subMenu {
    position: relative;
    top: 0;
    right: 0;
    margin: 0; }
  .st-menu ul li a {
    pointer-events: auto;
    padding: 10px 15px 10px !important; }
  .st-menu .navPages-list-megamenu li.has-dropdown p a {
    pointer-events: none !important; }
  .st-menu .navPages-list-megamenu li.navPage-subMenu ul li p a {
    pointer-events: none !important; }
  .st-menu .navPages-list-megamenu li.navPages-item .navPages-action-lv1 a.text {
    font-weight: 700 !important; }
  .st-menu .navPages-list-megamenu li .level-2 .cateArea ul li a .text {
    font-weight: 400 !important; }
  .st-menu .navPages-list-megamenu li .level-2 .cateArea ul li div.level-3 ul li a {
    border-bottom: 1px solid #e5e5e5; }
    .st-menu .navPages-list-megamenu li .level-2 .cateArea ul li div.level-3 ul li a .text {
      font-weight: 400 !important; }
  #mobile-categories .info-section-mb ul li a {
    pointer-events: auto; }
  .social-section {
    margin-top: 10px; }
  #mobile-categories .navPages-item.has-dropdown.is-open .navPage-subMenu.level-2 {
    display: block; }
  #mobile-categories .navPages-item.has-dropdown .navPage-subMenu.level-2 {
    display: none; }
  .st-menu ul li ul li a {
    margin: 0 !important; }
  #mobile-categories .navPages-list li.has-dropdown.is-open .level-2 .haloCustomScrollbar ul li.has-dropdown.is-open .level-3 {
    display: block; }
  #mobile-categories .navPages-list li.has-dropdown.is-open .level-2 .haloCustomScrollbar ul li.has-dropdown.sub-hidden {
    display: none; }
  .navPages-list-megamenu .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child.navPage-subMenu-title > .navPage-subMenu-action {
    display: none; }
  .navPages-list-megamenu .cateArea > .navPage-subMenu-list > .navPage-subMenu-item-child > .navPage-subMenu-action {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  #mobile-categories .navPages-list li.has-dropdown.is-open .level-2 .haloCustomScrollbar ul.navPage-subMenu-list li.navPage-subMenu-item-child.is-open ul li.navPage-subMenu-item-parent {
    display: none; } }

@media (min-width: 1024px) {
  .navPages-action-moreIcon {
    display: none; } }

@media (max-width: 767px) {
  #faceted-search-container {
    display: none; } }

#mobile-categories .halo-sidebar-header {
  padding: 10px 15px; }
  #mobile-categories .halo-sidebar-header .title {
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 25px;
    color: #000;
    text-transform: capitalize;
    margin: 0; }
  #mobile-categories .halo-sidebar-header.hidden {
    display: none; }

.st-pusher::after {
  background-color: rgba(0, 0, 0, 0.6); }

@media (max-width: 325px) {
  .header-middle .container .center .header-logo img {
    max-height: 30px !important; } }

.header-top .header-mobile {
  display: none; }

@media (max-width: 767px) {
  .header-top-center .header-top-list {
    display: none; }
  .header-top-center .header-top-phone {
    display: block;
    margin: 0 auto;
    transform: translateX(40px); } }
  @media (max-width: 767px) and (max-width: 375px) {
    .header-top-center .header-top-phone {
      transform: translateX(30px); } }

@media (max-width: 768px) {
  .header-top .header-mobile {
    display: block; } }

@media (max-width: 768px) {
  .header-top-right .navUser ul #quickSearch {
    position: absolute;
    top: calc(100% + 29px);
    left: 10%;
    width: 50%; } }
  @media (max-width: 768px) and (max-width: 570px) {
    .header-top-right .navUser ul #quickSearch {
      left: 15%; } }
  @media (max-width: 768px) and (max-width: 325px) {
    .header-top-right .navUser ul #quickSearch {
      left: 20%;
      width: 200px; } }

@media (max-width: 768px) {
  .header-top-right .navUser ul .customer-login {
    position: absolute;
    top: calc(100% + 29px);
    right: 10%; } }
  @media (max-width: 768px) and (max-width: 570px) {
    .header-top-right .navUser ul .customer-login {
      right: 15%; } }

@media (max-width: 768px) {
    .header-top-right .navUser ul .customer-login #dropdown-login {
      min-width: 320px !important; } }
  @media (max-width: 768px) and (max-width: 325px) {
    .header-top-right .navUser ul .customer-login {
      right: 20%; }
      .header-top-right .navUser ul .customer-login #dropdown-login {
        min-width: 250px !important; } }

@media (max-width: 768px) {
  .header-top-right .navUser ul .wishlist-link {
    position: absolute;
    top: calc(100% + 29px);
    right: 20%; } }
  @media (max-width: 768px) and (max-width: 570px) {
    .header-top-right .navUser ul .wishlist-link {
      display: none !important; } }

body.st-off-canvas:has(.st-menu-open) .header {
  z-index: 9999; }
  body.st-off-canvas:has(.st-menu-open) .header-top {
    opacity: 0.2; }
  body.st-off-canvas:has(.st-menu-open) .header .header-middle .left #st-trigger-effects {
    border-right: unset !important; }

@media (max-width: 768px) {
  #mobile-categories .style-1 .cateArea.columns-4 {
    max-width: 100% !important; } }

#mobile-categories .navPages-item {
  list-style: none;
  width: 100%;
  margin: 0;
  border-bottom: 1px solid #cccccc;
  position: relative; }
  #mobile-categories .navPages-item .navPages-action.navPages-action-lv1 {
    font-weight: 600;
    font-size: 14px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-transform: uppercase;
    color: #333333;
    margin: 0;
    padding: 10px 15px;
    letter-spacing: 0; }
    #mobile-categories .navPages-item .navPages-action.navPages-action-lv1 a.text {
      white-space: nowrap;
      cursor: pointer;
      pointer-events: none; }
    #mobile-categories .navPages-item .navPages-action.navPages-action-lv1 .custom-image {
      margin-right: 10px; }
      #mobile-categories .navPages-item .navPages-action.navPages-action-lv1 .custom-image img {
        width: 100%;
        height: 100%;
        max-width: 35px;
        max-height: 35px;
        border-radius: 50%;
        object-fit: cover;
        object-position: center; }
    #mobile-categories .navPages-item .navPages-action.navPages-action-lv1 .navPages-action-moreIcon-reverse {
      display: none; }
  #mobile-categories .navPages-item .navPages-action.navPages-action-lv1.has-subMenu {
    justify-content: space-between; }
    #mobile-categories .navPages-item .navPages-action.navPages-action-lv1.has-subMenu .navPages-action-moreIcon .icon {
      fill: #333333;
      color: #333333;
      stroke: #333333;
      pointer-events: none;
      display: inline-block;
      vertical-align: middle;
      transition: color 0.15s ease;
      transform: rotate(-90deg);
      width: 13px;
      height: 13px; }
    #mobile-categories .navPages-item .navPages-action.navPages-action-lv1.has-subMenu .navPages-action-moreIcon-reverse .icon {
      width: 24px;
      height: 24px; }
    #mobile-categories .navPages-item .navPages-action.navPages-action-lv1.has-subMenu .custom-image {
      margin-right: 10px; }
  #mobile-categories .navPages-item.is-open .navPages-action.level-1 {
    flex-direction: row-reverse; }
    #mobile-categories .navPages-item.is-open .navPages-action.level-1 .text:has(.custom-image) {
      display: block;
      margin: 0 auto; }
      #mobile-categories .navPages-item.is-open .navPages-action.level-1 .text:has(.custom-image) img {
        display: none; }
    #mobile-categories .navPages-item.is-open .navPages-action.level-1 .navPages-action-moreIcon {
      display: none; }
    #mobile-categories .navPages-item.is-open .navPages-action.level-1 .navPages-action-moreIcon-reverse {
      display: block; }
  #mobile-categories .navPages-item.is-open .navPage-subMenu-list .navPage-subMenu-item-parent, #mobile-categories .navPages-item.is-open .navPage-subMenu-list .navPages-action-end.navPage-subMenu-all {
    border-bottom: 1px solid #cccccc; }
  #mobile-categories .navPages-item.is-open .navPage-subMenu.level-2 .navPages-action.navPages-action-lv1 {
    display: none; }
  #mobile-categories .navPages-item.is-open .navPage-subMenu.level-2 .navPage-subMenu.level-2 {
    display: block; }
  #mobile-categories .navPages-item.is-open .navPage-subMenu.level-2 .navPage-subMenu.level-3 {
    display: block;
    text-align: center; }
    #mobile-categories .navPages-item.is-open .navPage-subMenu.level-2 .navPage-subMenu.level-3 .text {
      font-weight: 400;
      cursor: pointer;
      font-size: 13px; }
    #mobile-categories .navPages-item.is-open .navPage-subMenu.level-2 .navPage-subMenu.level-3 .navPage-subMenu-list {
      display: flex;
      flex-wrap: wrap;
      padding: 0 15px; }
      #mobile-categories .navPages-item.is-open .navPage-subMenu.level-2 .navPage-subMenu.level-3 .navPage-subMenu-list .navPage-subMenu-item-child {
        width: 33.33334%; }

.navPages .navPages-list.navPages-list-custom {
  display: none; }

@media (max-width: 768px) {
  .navPages .navPages-list.navPages-list-custom {
    display: block; } }

#menu .navPages .navPages-list .navPages-item:hover .navPages-action.is-root {
  background-color: #fff;
  border: 0;
  transform: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); }
  #menu .navPages .navPages-list .navPages-item:hover .navPages-action.is-root .text {
    color: #e9446e; }
