/** Shopify CDN: Minification failed

Line 3815:22 Unexpected "{"
Line 16356:2 Expected identifier but found "*"
Line 16438:2 Expected identifier but found "*"
Line 16977:2 Expected identifier but found "*"

**/
/*============================================================================
  [replace with theme name] | Built with Slate
    - You cannot use native CSS/Sass @imports in this file without a build script
==============================================================================*/
/*================ CUSTOM CSS ================*/
/*!
 *  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-face {
  font-family: 'FontAwesome';
  src: url("fontawesome-webfont_v-4.7.0.eot");
  src: url("fontawesome-webfont.eot") format("embedded-opentype"), url("fontawesome-webfont.woff") format("woff2"), url("fontawesome-webfont_v-4.7.0.woff") format("woff"), url("fontawesome-webfont_v-4.7.0.ttf") format("truetype"), url("fontawesome-webfont_v-4.7.0-fontawesomeregular.svg") 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; }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .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.28571429em;
  text-align: center; }

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

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

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .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; }

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

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

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

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

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

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

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

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

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

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

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

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

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

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

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

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

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

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

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

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

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

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

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

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

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

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

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

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

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

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

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

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

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

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

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

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

.fa-square-o:before {
  content: "\f096"; }

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

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before, .fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

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

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

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

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

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

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

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

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

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

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

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

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

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

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

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

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

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

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

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

.fa-hospital-o:before {
  content: "\f0f8"; }

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

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

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

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

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

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

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

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

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

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

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

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

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

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

.fa-unlock-alt:before {
  content: "\f13e"; }

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

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

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

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

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

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

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

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

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

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

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

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

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

.fa-windows:before {
  content: "\f17a"; }

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

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

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

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

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

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

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

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

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

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

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

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

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

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

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

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

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

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

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

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

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

.fa-eyedropper:before {
  content: "\f1fb"; }

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

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

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

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

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

.fa-ioxhost:before {
  content: "\f208"; }

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

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

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

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before, .fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

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

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

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

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

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

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

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

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

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

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before, .fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

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

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

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

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

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

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

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

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

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

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

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

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

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

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

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

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

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

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

.fa-glide:before {
  content: "\f2a5"; }

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

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

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

.fa-viadeo:before {
  content: "\f2a9"; }

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

.fa-snapchat:before {
  content: "\f2ab"; }

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

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

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

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

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

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

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

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

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

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

.fa-linode:before {
  content: "\f2b8"; }

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

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

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

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

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

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

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

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

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

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

.fa-quora:before {
  content: "\f2c4"; }

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

.fa-telegram:before {
  content: "\f2c6"; }

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

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

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

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

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

.fa-shower:before {
  content: "\f2cc"; }

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

.fa-podcast:before {
  content: "\f2ce"; }

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

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

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

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

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

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

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

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

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

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

@font-face {
  font-family: 'iconfont';
  src: url(iconfont_3m11x9-v-118923688547834461181552891486.ttf) format("truetype"), url(iconfont_3m11x9-v-93073734359360482831552891486.woff) format("woff"), url(//https://filterswell.com/cdn/shop/t/2/assets/iconfont.svg?3m11x9%23iconfont&v=111603181540343972631552891486) format("svg");
  font-weight: normal;
  font-style: normal; }

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'iconfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-search-minus:before {
  content: "\e98d"; }

.icon-search:before {
  content: "\e98e"; }

.icon-down-arrow:before {
  content: "\e98f"; }

.icon-up-arrow:before {
  content: "\e990"; }

.icon-right-arrow:before {
  content: "\e991"; }

.icon-left-arrows:before {
  content: "\e992"; }

.icon-heart:before {
  content: "\e987"; }

.icon-medical2:before {
  content: "\e954"; }

.icon-eye2:before {
  content: "\e955"; }

.icon-full-screen:before {
  content: "\e956"; }

.icon-shuffle-arrow:before {
  content: "\e976"; }

.icon-online-shopping-cart:before {
  content: "\e988"; }

.icon-shopping-cart2:before {
  content: "\e989"; }

.icon-apple-1:before {
  content: "\e981"; }

.icon-apple:before {
  content: "\e982"; }

.icon-watch:before {
  content: "\e983"; }

.icon-cogwheel:before {
  content: "\e984"; }

.icon-light-bulb:before {
  content: "\e985"; }

.icon-light-bulb-1:before {
  content: "\e986"; }

.icon-u-turn:before {
  content: "\e96b"; }

.icon-medal:before {
  content: "\e97e"; }

.icon-team-1:before {
  content: "\e97f"; }

.icon-team2:before {
  content: "\e980"; }

.icon-team:before {
  content: "\e95c"; }

.icon-tshirt:before {
  content: "\e95d"; }

.icon-cancel:before {
  content: "\e95e"; }

.icon-drink:before {
  content: "\e95f"; }

.icon-home2:before {
  content: "\e960"; }

.icon-music:before {
  content: "\e961"; }

.icon-rich:before {
  content: "\e962"; }

.icon-brush:before {
  content: "\e963"; }

.icon-opposite-way:before {
  content: "\e964"; }

.icon-cloud-computing:before {
  content: "\e965"; }

.icon-technology-1:before {
  content: "\e966"; }

.icon-rotate:before {
  content: "\e967"; }

.icon-medical:before {
  content: "\e968"; }

.icon-flash-1:before {
  content: "\e969"; }

.icon-flash:before {
  content: "\e96a"; }

.icon-hours-support:before {
  content: "\e96d"; }

.icon-bag:before {
  content: "\e96e"; }

.icon-photo-camera:before {
  content: "\e96f"; }

.icon-school:before {
  content: "\e970"; }

.icon-settings:before {
  content: "\e971"; }

.icon-smartphone2:before {
  content: "\e972"; }

.icon-technology-12:before {
  content: "\e973"; }

.icon-tool:before {
  content: "\e974"; }

.icon-business2:before {
  content: "\e975"; }

.icon-star:before {
  content: "\e98a"; }

.icon-star-1:before {
  content: "\e98b"; }

.icon-favorite:before {
  content: "\e98c"; }

.icon-valentines-heart:before {
  content: "\e95a"; }

.icon-van-1:before {
  content: "\e977"; }

.icon-van:before {
  content: "\e978"; }

.icon-vegetables:before {
  content: "\e979"; }

.icon-women:before {
  content: "\e97a"; }

.icon-left-arrow:before {
  content: "\e919"; }

.icon-vintage:before {
  content: "\e97b"; }

.icon-up-arrow2:before {
  content: "\e97c"; }

.icon-arrows:before {
  content: "\e97d"; }

.icon-download-arrow:before {
  content: "\e940"; }

.icon-facebook:before {
  content: "\e905"; }

.icon-twitter:before {
  content: "\e90a"; }

.icon-dribbble:before {
  content: "\e90b"; }

.icon-linkedin:before {
  content: "\e90f"; }

.icon-youtube:before {
  content: "\e912"; }

.icon-twitter3:before {
  content: "\e914"; }

.icon-pinterest:before {
  content: "\e915"; }

.icon-vimeo:before {
  content: "\e918"; }

.icon-soundcloud:before {
  content: "\e91c"; }

.icon-youtube-v:before {
  content: "\e925"; }

.icon-behance:before {
  content: "\e927"; }

.icon-google-plus:before {
  content: "\e92d"; }

.icon-instagram:before {
  content: "\e936"; }

.icon-double-left-chevron:before {
  content: "\e939"; }

.icon-double-angle-pointing-to-right:before {
  content: "\e93a"; }

.icon-down-arrow2:before {
  content: "\e96c"; }

.icon-arrow-point-to-down:before {
  content: "\e93b"; }

.icon-play-button:before {
  content: "\e93c"; }

.icon-minus:before {
  content: "\e93d"; }

.icon-plus:before {
  content: "\e93e"; }

.icon-tick:before {
  content: "\e93f"; }

.icon-edit:before {
  content: "\e941"; }

.icon-reply:before {
  content: "\e942"; }

.icon-cogwheel-outline:before {
  content: "\e943"; }

.icon-symbol:before {
  content: "\e944"; }

.icon-calendar:before {
  content: "\e945"; }

.icon-shopping-cart:before {
  content: "\e946"; }

.icon-shopping-basket:before {
  content: "\e947"; }

.icon-users2:before {
  content: "\e948"; }

.icon-man:before {
  content: "\e949"; }

.icon-support:before {
  content: "\e94a"; }

.icon-favorites:before {
  content: "\e94b"; }

.icon-calendar3:before {
  content: "\e94c"; }

.icon-paper-plane:before {
  content: "\e94d"; }

.icon-placeholder:before {
  content: "\e94e"; }

.icon-phone-call:before {
  content: "\e94f"; }

.icon-newsletter:before {
  content: "\e901"; }

.icon-contact:before {
  content: "\e950"; }

.icon-email:before {
  content: "\e951"; }

.icon-envelope:before {
  content: "\e926"; }

.icon-internet:before {
  content: "\e952"; }

.icon-quote2:before {
  content: "\e953"; }

.icon-tools2:before {
  content: "\e957"; }

.icon-pie-chart2:before {
  content: "\e958"; }

.icon-diamond:before {
  content: "\e959"; }

.icon-like:before {
  content: "\e95b"; }

.icon-deal:before {
  content: "\e924"; }

.icon-left-arrow2:before {
  content: "\e931"; }

.icon-quote22:before {
  content: "\e937"; }

.icon-right-arrow2:before {
  content: "\e938"; }

.icon-coins-2:before {
  content: "\e902"; }

.icon-commerce-2:before {
  content: "\e903"; }

.icon-monitor:before {
  content: "\e904"; }

.icon-business:before {
  content: "\e906"; }

.icon-graphic-2:before {
  content: "\e907"; }

.icon-commerce-1:before {
  content: "\e908"; }

.icon-hammer:before {
  content: "\e909"; }

.icon-justice-1:before {
  content: "\e90c"; }

.icon-line:before {
  content: "\e90d"; }

.icon-money-3:before {
  content: "\e90e"; }

.icon-commerce:before {
  content: "\e910"; }

.icon-agenda:before {
  content: "\e911"; }

.icon-justice:before {
  content: "\e913"; }

.icon-technology:before {
  content: "\e916"; }

.icon-coins-1:before {
  content: "\e917"; }

.icon-bank:before {
  content: "\e91a"; }

.icon-calculator:before {
  content: "\e91b"; }

.icon-chart22:before {
  content: "\e91d"; }

.icon-checked:before {
  content: "\e91e"; }

.icon-clock3:before {
  content: "\e91f"; }

.icon-comment:before {
  content: "\e920"; }

.icon-comments:before {
  content: "\e921"; }

.icon-consult:before {
  content: "\e922"; }

.icon-consut2:before {
  content: "\e923"; }

.icon-folder:before {
  content: "\e928"; }

.icon-invest:before {
  content: "\e929"; }

.icon-loan:before {
  content: "\e92a"; }

.icon-map-marker2:before {
  content: "\e92b"; }

.icon-mutual-fund:before {
  content: "\e92c"; }

.icon-phone3:before {
  content: "\e92e"; }

.icon-pie-chart22:before {
  content: "\e92f"; }

.icon-play:before {
  content: "\e930"; }

.icon-savings:before {
  content: "\e932"; }

.icon-search3:before {
  content: "\e933"; }

.icon-tag:before {
  content: "\e934"; }

.icon-tags:before {
  content: "\e935"; }

.icon-vplay:before {
  content: "\e900"; }

.icon-mobile2:before {
  content: "\e000"; }

.icon-laptop2:before {
  content: "\e001"; }

.icon-desktop2:before {
  content: "\e002"; }

.icon-tablet2:before {
  content: "\e003"; }

.icon-phone2:before {
  content: "\e004"; }

.icon-document:before {
  content: "\e005"; }

.icon-documents:before {
  content: "\e006"; }

.icon-search2:before {
  content: "\e007"; }

.icon-clipboard2:before {
  content: "\e008"; }

.icon-newspaper:before {
  content: "\e009"; }

.icon-notebook:before {
  content: "\e00a"; }

.icon-book-open:before {
  content: "\e00b"; }

.icon-browser:before {
  content: "\e00c"; }

.icon-calendar2:before {
  content: "\e00d"; }

.icon-presentation:before {
  content: "\e00e"; }

.icon-picture:before {
  content: "\e00f"; }

.icon-pictures:before {
  content: "\e010"; }

.icon-video:before {
  content: "\e011"; }

.icon-camera2:before {
  content: "\e012"; }

.icon-printer:before {
  content: "\e013"; }

.icon-toolbox:before {
  content: "\e014"; }

.icon-briefcase2:before {
  content: "\e015"; }

.icon-wallet:before {
  content: "\e016"; }

.icon-gift2:before {
  content: "\e017"; }

.icon-bargraph:before {
  content: "\e018"; }

.icon-grid:before {
  content: "\e019"; }

.icon-expand2:before {
  content: "\e01a"; }

.icon-focus:before {
  content: "\e01b"; }

.icon-edit2:before {
  content: "\e01c"; }

.icon-adjustments:before {
  content: "\e01d"; }

.icon-ribbon:before {
  content: "\e01e"; }

.icon-hourglass2:before {
  content: "\e01f"; }

.icon-lock2:before {
  content: "\e020"; }

.icon-megaphone:before {
  content: "\e021"; }

.icon-shield2:before {
  content: "\e022"; }

.icon-trophy2:before {
  content: "\e023"; }

.icon-flag2:before {
  content: "\e024"; }

.icon-map2:before {
  content: "\e025"; }

.icon-puzzle:before {
  content: "\e026"; }

.icon-basket:before {
  content: "\e027"; }

.icon-envelope2:before {
  content: "\e028"; }

.icon-streetsign:before {
  content: "\e029"; }

.icon-telescope:before {
  content: "\e02a"; }

.icon-gears2:before {
  content: "\e02b"; }

.icon-key2:before {
  content: "\e02c"; }

.icon-paperclip2:before {
  content: "\e02d"; }

.icon-attachment:before {
  content: "\e02e"; }

.icon-pricetags:before {
  content: "\e02f"; }

.icon-lightbulb:before {
  content: "\e030"; }

.icon-layers:before {
  content: "\e031"; }

.icon-pencil2:before {
  content: "\e032"; }

.icon-tools:before {
  content: "\e033"; }

.icon-tools-2:before {
  content: "\e034"; }

.icon-scissors2:before {
  content: "\e035"; }

.icon-paintbrush:before {
  content: "\e036"; }

.icon-magnifying-glass:before {
  content: "\e037"; }

.icon-circle-compass:before {
  content: "\e038"; }

.icon-linegraph:before {
  content: "\e039"; }

.icon-mic:before {
  content: "\e03a"; }

.icon-strategy:before {
  content: "\e03b"; }

.icon-beaker:before {
  content: "\e03c"; }

.icon-caution:before {
  content: "\e03d"; }

.icon-recycle2:before {
  content: "\e03e"; }

.icon-anchor2:before {
  content: "\e03f"; }

.icon-profile-male:before {
  content: "\e040"; }

.icon-profile-female:before {
  content: "\e041"; }

.icon-bike:before {
  content: "\e042"; }

.icon-wine:before {
  content: "\e043"; }

.icon-hotairballoon:before {
  content: "\e044"; }

.icon-globe2:before {
  content: "\e045"; }

.icon-genius:before {
  content: "\e046"; }

.icon-map-pin2:before {
  content: "\e047"; }

.icon-dial:before {
  content: "\e048"; }

.icon-chat:before {
  content: "\e049"; }

.icon-heart2:before {
  content: "\e04a"; }

.icon-cloud2:before {
  content: "\e04b"; }

.icon-upload2:before {
  content: "\e04c"; }

.icon-download2:before {
  content: "\e04d"; }

.icon-target:before {
  content: "\e04e"; }

.icon-hazardous:before {
  content: "\e04f"; }

.icon-piechart:before {
  content: "\e050"; }

.icon-speedometer:before {
  content: "\e051"; }

.icon-global:before {
  content: "\e052"; }

.icon-compass2:before {
  content: "\e053"; }

.icon-lifesaver:before {
  content: "\e054"; }

.icon-clock:before {
  content: "\e055"; }

.icon-aperture:before {
  content: "\e056"; }

.icon-quote:before {
  content: "\e057"; }

.icon-scope:before {
  content: "\e058"; }

.icon-alarmclock:before {
  content: "\e059"; }

.icon-refresh2:before {
  content: "\e05a"; }

.icon-happy:before {
  content: "\e05b"; }

.icon-sad:before {
  content: "\e05c"; }

.icon-facebook2:before {
  content: "\e05d"; }

.icon-twitter2:before {
  content: "\e05e"; }

.icon-googleplus:before {
  content: "\e05f"; }

.icon-rss2:before {
  content: "\e060"; }

.icon-tumblr2:before {
  content: "\e061"; }

.icon-linkedin2:before {
  content: "\e062"; }

.icon-dribbble2:before {
  content: "\e063"; }

.icon-home:before {
  content: "\e800"; }

.icon-apartment:before {
  content: "\e801"; }

.icon-pencil:before {
  content: "\e802"; }

.icon-magic-wand:before {
  content: "\e803"; }

.icon-drop:before {
  content: "\e804"; }

.icon-lighter:before {
  content: "\e805"; }

.icon-poop:before {
  content: "\e806"; }

.icon-sun:before {
  content: "\e807"; }

.icon-moon:before {
  content: "\e808"; }

.icon-cloud:before {
  content: "\e809"; }

.icon-cloud-upload:before {
  content: "\e80a"; }

.icon-cloud-download:before {
  content: "\e80b"; }

.icon-cloud-sync:before {
  content: "\e80c"; }

.icon-cloud-check:before {
  content: "\e80d"; }

.icon-database:before {
  content: "\e80e"; }

.icon-lock3:before {
  content: "\e80f"; }

.icon-cog2:before {
  content: "\e810"; }

.icon-trash2:before {
  content: "\e811"; }

.icon-dice:before {
  content: "\e812"; }

.icon-heart3:before {
  content: "\e813"; }

.icon-star2:before {
  content: "\e814"; }

.icon-star-half2:before {
  content: "\e815"; }

.icon-star-empty:before {
  content: "\e816"; }

.icon-flag3:before {
  content: "\e817"; }

.icon-envelope3:before {
  content: "\e818"; }

.icon-paperclip:before {
  content: "\e819"; }

.icon-inbox:before {
  content: "\e81a"; }

.icon-eye:before {
  content: "\e81b"; }

.icon-printer2:before {
  content: "\e81c"; }

.icon-file-empty:before {
  content: "\e81d"; }

.icon-file-add:before {
  content: "\e81e"; }

.icon-enter:before {
  content: "\e81f"; }

.icon-exit:before {
  content: "\e820"; }

.icon-graduation-hat:before {
  content: "\e821"; }

.icon-license:before {
  content: "\e822"; }

.icon-music-note:before {
  content: "\e823"; }

.icon-film-play:before {
  content: "\e824"; }

.icon-camera-video:before {
  content: "\e825"; }

.icon-camera:before {
  content: "\e826"; }

.icon-picture2:before {
  content: "\e827"; }

.icon-book:before {
  content: "\e828"; }

.icon-bookmark:before {
  content: "\e829"; }

.icon-user2:before {
  content: "\e82a"; }

.icon-users:before {
  content: "\e82b"; }

.icon-shirt:before {
  content: "\e82c"; }

.icon-store:before {
  content: "\e82d"; }

.icon-cart:before {
  content: "\e82e"; }

.icon-tag2:before {
  content: "\e82f"; }

.icon-phone-handset:before {
  content: "\e830"; }

.icon-phone:before {
  content: "\e831"; }

.icon-pushpin:before {
  content: "\e832"; }

.icon-map-marker:before {
  content: "\e833"; }

.icon-map:before {
  content: "\e834"; }

.icon-location:before {
  content: "\e835"; }

.icon-calendar-full:before {
  content: "\e836"; }

.icon-keyboard:before {
  content: "\e837"; }

.icon-spell-check:before {
  content: "\e838"; }

.icon-screen:before {
  content: "\e839"; }

.icon-smartphone:before {
  content: "\e83a"; }

.icon-tablet:before {
  content: "\e83b"; }

.icon-laptop:before {
  content: "\e83c"; }

.icon-laptop-phone:before {
  content: "\e83d"; }

.icon-power-switch:before {
  content: "\e83e"; }

.icon-bubble:before {
  content: "\e83f"; }

.icon-heart-pulse:before {
  content: "\e840"; }

.icon-construction:before {
  content: "\e841"; }

.icon-pie-chart:before {
  content: "\e842"; }

.icon-chart-bars:before {
  content: "\e843"; }

.icon-gift:before {
  content: "\e844"; }

.icon-diamond2:before {
  content: "\e845"; }

.icon-dinner:before {
  content: "\e847"; }

.icon-coffee-cup:before {
  content: "\e848"; }

.icon-leaf:before {
  content: "\e849"; }

.icon-paw:before {
  content: "\e84a"; }

.icon-rocket:before {
  content: "\e84b"; }

.icon-briefcase:before {
  content: "\e84c"; }

.icon-bus2:before {
  content: "\e84d"; }

.icon-car2:before {
  content: "\e84e"; }

.icon-train:before {
  content: "\e84f"; }

.icon-bicycle2:before {
  content: "\e850"; }

.icon-wheelchair:before {
  content: "\e851"; }

.icon-select:before {
  content: "\e852"; }

.icon-earth:before {
  content: "\e853"; }

.icon-smile:before {
  content: "\e854"; }

.icon-sad2:before {
  content: "\e855"; }

.icon-neutral:before {
  content: "\e856"; }

.icon-mustache:before {
  content: "\e857"; }

.icon-alarm:before {
  content: "\e858"; }

.icon-bullhorn:before {
  content: "\e859"; }

.icon-volume-high:before {
  content: "\e85a"; }

.icon-volume-medium:before {
  content: "\e85b"; }

.icon-volume-low:before {
  content: "\e85c"; }

.icon-volume:before {
  content: "\e85d"; }

.icon-mic2:before {
  content: "\e85e"; }

.icon-hourglass:before {
  content: "\e85f"; }

.icon-undo:before {
  content: "\e860"; }

.icon-redo:before {
  content: "\e861"; }

.icon-sync:before {
  content: "\e862"; }

.icon-history:before {
  content: "\e863"; }

.icon-clock2:before {
  content: "\e864"; }

.icon-download3:before {
  content: "\e865"; }

.icon-upload:before {
  content: "\e866"; }

.icon-enter-down:before {
  content: "\e867"; }

.icon-exit-up:before {
  content: "\e868"; }

.icon-bug:before {
  content: "\e869"; }

.icon-code2:before {
  content: "\e86a"; }

.icon-link:before {
  content: "\e86b"; }

.icon-unlink:before {
  content: "\e86c"; }

.icon-thumbs-up:before {
  content: "\e86d"; }

.icon-thumbs-down:before {
  content: "\e86e"; }

.icon-magnifier:before {
  content: "\e86f"; }

.icon-cross:before {
  content: "\e870"; }

.icon-menu:before {
  content: "\e871"; }

.icon-list:before {
  content: "\e872"; }

.icon-chevron-up:before {
  content: "\e873"; }

.icon-chevron-down:before {
  content: "\e874"; }

.icon-chevron-left:before {
  content: "\e875"; }

.icon-chevron-right:before {
  content: "\e876"; }

.icon-arrow-up:before {
  content: "\e877"; }

.icon-arrow-down:before {
  content: "\e878"; }

.icon-arrow-left:before {
  content: "\e879"; }

.icon-arrow-right:before {
  content: "\e87a"; }

.icon-move:before {
  content: "\e87b"; }

.icon-warning:before {
  content: "\e87c"; }

.icon-question-circle:before {
  content: "\e87d"; }

.icon-menu-circle:before {
  content: "\e87e"; }

.icon-checkmark-circle:before {
  content: "\e87f"; }

.icon-cross-circle:before {
  content: "\e880"; }

.icon-plus-circle:before {
  content: "\e881"; }

.icon-circle-minus:before {
  content: "\e882"; }

.icon-arrow-up-circle:before {
  content: "\e883"; }

.icon-arrow-down-circle:before {
  content: "\e884"; }

.icon-arrow-left-circle:before {
  content: "\e885"; }

.icon-arrow-right-circle:before {
  content: "\e886"; }

.icon-chevron-up-circle:before {
  content: "\e887"; }

.icon-chevron-down-circle:before {
  content: "\e888"; }

.icon-chevron-left-circle:before {
  content: "\e889"; }

.icon-chevron-right-circle:before {
  content: "\e88a"; }

.icon-crop:before {
  content: "\e88b"; }

.icon-frame-expand:before {
  content: "\e88c"; }

.icon-frame-contract:before {
  content: "\e88d"; }

.icon-layers2:before {
  content: "\e88e"; }

.icon-funnel:before {
  content: "\e88f"; }

.icon-text-format:before {
  content: "\e890"; }

.icon-text-size:before {
  content: "\e892"; }

.icon-bold:before {
  content: "\e893"; }

.icon-italic:before {
  content: "\e894"; }

.icon-underline:before {
  content: "\e895"; }

.icon-strikethrough:before {
  content: "\e896"; }

.icon-highlight:before {
  content: "\e897"; }

.icon-text-align-left:before {
  content: "\e898"; }

.icon-text-align-center:before {
  content: "\e899"; }

.icon-text-align-right:before {
  content: "\e89a"; }

.icon-text-align-justify:before {
  content: "\e89b"; }

.icon-line-spacing:before {
  content: "\e89c"; }

.icon-indent-increase:before {
  content: "\e89d"; }

.icon-indent-decrease:before {
  content: "\e89e"; }

.icon-page-break:before {
  content: "\e8a2"; }

.icon-hand:before {
  content: "\e8a5"; }

.icon-pointer-up:before {
  content: "\e8a6"; }

.icon-pointer-right:before {
  content: "\e8a7"; }

.icon-pointer-down:before {
  content: "\e8a8"; }

.icon-pointer-left:before {
  content: "\e8a9"; }

/*================ Topbar Variables ================*/
/*================ Breadcumb Variables ================*/
/*================ Copy Right Variables ================*/
/*================ Header Variables ================*/
/*================ End Header Variables ================*/
/*================ Global Variables ================*/
/* Table of contents */
/*
1. predefine
2. nav
3. vertical menu
4. nav down
5. modal
6. promotion
7. banner section
8. feature product
9. feature product tab
10. other component
11. product widget
12. footer
13. product category
14. deal of the day
15. product details
16. brand section
17. newsletter section
18. feature list
19. deal of the week
20. offer banner section
21. news section
22. organic porduct tab
23. organic product
24. organic product thumb
25. organic deal of the day
26. organic feature product
27. funfact section
28. recent product section
29. gadget feature section
30. breadcumb
31. Single product
32. contact
33. single blog
34. side bar
35. woocommerce review
36. compare
37. track order
38. login reg
39. terms list
40. Freequently Asked Questions
41. About us
42. team
43. shop side bar
44. shop category list
45. vender page
46. block cate gory
47. nav cate
48. offset sidebar
49. banner slider transition
50. Promo modal
51. yellow version
52. semi black version
53. Element
54. inheritance
*/
/* var list */
/* mixing */
/* function */
/*--------------------------------------------------============================================================
                    1. predefine
=================================================--------------------------------------------------------------*/
/*
Author: XpeedStudio
Author URI: http://themeforest.net/user/XpeedStudio/portfolio
*/
/* ==========================================================================
   Author's custom styles
========================================================================== */
html {
  overflow-x: hidden; }

body {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #222222;
  background-color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden; }

.page-item.active .page-link {
  background-color: #35aef4;
  border-color: #35aef4; }

iframe {
  border: none; }

a:hover {
  color: #35aef4; }

.badge-primary {
  background-color: #35aef4 !important; }

.wishlist-btn.is-active {
  color: #35aef4; }

a {
  color: #222222; }

a,
b,
div,
ul,
li {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -moz-outline-: none; }

a:focus,
a:active,
input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active {
  -moz-outline: none;
  outline: none; }

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto; }

a {
  text-decoration: none;
  outline: 0; }

a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0; }

img {
  border: none;
  max-width: 100%; }

ul, li {
  margin: 0;
  padding: 0;
  list-style: none; }

.clear-both:before,
.clear-both:after {
  display: table;
  content: "";
  clear: both; }

/*--------------------------------------------------============================================================
                    2. nav
=================================================--------------------------------------------------------------*/
/* Top bar */
.xs-top-bar {
  background-color: whitesmoke;
  padding: 10px 0;
  border-bottom: 1px solid #d7d7d7; }

.xs-top-bar .xs-social-list {
  color: #222222;
  margin-left: 6px; }

.xs-top-bar.color-white .xs-top-bar-info li a,
.xs-top-bar.color-white .xs-social-list li a,
.xs-top-bar.color-white .xs-top-bar-info .xs-select {
  color: #FFFFFF; }

.xs-top-bar.color-white .xs-top-bar-info .xs-select {
  background-image: url(https://filterswell.com/cdn/shop/t/2/images/arrow-gray.png); }

.xs-top-bar.color-white .xs-top-bar-info .xs-select option {
  color: #35aef4; }

.xs-top-bar.v-border {
  border-bottom: 1px solid #006feb; }

.xs-top-bar.version-gray {
  background-color: #f1f1f1;
  color: #aaaaaa; }

.xs-top-bar.version-gray .xs-top-bar-info li a,
.xs-top-bar.version-gray .xs-social-list li a,
.xs-top-bar.version-gray .xs-top-bar-info .xs-select {
  color: #aaaaaa; }

.xs-top-bar.version-gray .xs-top-bar-info .xs-select option {
  color: #222222; }

.xs-top-bar.version-gray .xs-top-bar-info li {
  border-right-color: #aaaaaa; }

.xs-top-bar.version-gray .xs-top-bar-info .xs-select {
  background-image: url(https://filterswell.com/cdn/shop/t/2/images/arrow-gray.png); }

.xs-top-bar-info li {
  display: inline-block;
  border-right: 1px solid #d7d7d7;
  margin-right: 14px;
  padding-right: 20px; }

.xs-top-bar-info li:last-child {
  margin-right: 0px; }

.xs-top-bar-info li a {
  color: #222222;
  font-size: 0.92857em; }

.xs-top-bar-info li a i {
  padding-right: 13px;
  font-size: 1.2em;
  position: relative;
  top: 2px; }

.xs-top-bar-info.right-content {
  text-align: right; }

.xs-top-bar-info.right-content li:last-child {
  border-right: 1px solid transparent;
  margin-right: 0px;
  padding-right: 0px; }

.xs-top-bar-info .xs-select {
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none;
  padding-right: 0px;
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
  color: #222222; }

/* Nav bar */
.xs-header {
  padding-bottom: 0px;
  position: relative;
  z-index: 9999; }

.xs-header.v-yellow .menu-label {
  background-color: #fed700;
  color: #333e48; }

.xs-header.v-yellow .menu-label::before {
  border-left-color: #fed700;
  border-top-color: #fed700; }

.xs-header.v-yellow .xs-single-wishList .xs-item-count.highlight {
  background-color: #fed700;
  color: #333e48; }

.xs-header.v-yellow .xs-vartical-menu .cd-dropdown-trigger {
  background-color: #fed700;
  color: #333e48; }

.xs-header.v-yellow .xs-vartical-menu .cd-dropdown-trigger::before, .xs-header.v-yellow .xs-vartical-menu .cd-dropdown-trigger::after {
  background: #333e48; }

.xs-header.v-yellow .xs-navbar-search .btn[type="submit"] {
  background-color: #fed700;
  color: #333e48;
  border-color: #fed700; }

.xs-header.v-yellow .xs-navDown .btn:not([type="submit"]) {
  background-color: #fed700;
  border-color: transparent;
  color: #575353; }

.xs-header.v-yellow .xs-navDown .btn:not([type="submit"]) strong {
  color: #333e48; }

.xs-header.v-yellow .xs-navDown .btn:not([type="submit"]):hover {
  border-color: #222222;
  color: #FFFFFF; }

.xs-header.v-yellow .xs-navDown .btn:not([type="submit"]):hover strong {
  color: #FFFFFF; }

.xs-header.v-yellow .mini_cart_item .mini-cart-title a {
  color: #fed700; }

.xs-header.v-yellow .mini-cart-btn .badge {
  background-color: #fed700; }

.xs-header.v-yellow .xs-single-wishList,
.xs-header.v-yellow .xs-menus .nav-menu li a {
  color: #333e48; }

.xs-header.version-fullwidth .cd-dropdown-trigger::after {
  right: 42px; }

.xs-header.version-fullwidth .cd-dropdown-trigger::before {
  right: 48px; }

.xs-header.version-fullwidth .xs-wish-list-item .xs-header-info {
  margin-right: 30px; }

.xs-header.version-fullwidth .container-fullwidth > .row {
  position: relative; }

.xs-header.header-transparent {
  padding-bottom: 0;
  background-color: transparent;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

body .xs-promotion ~ .header-transparent {
  top: 41px; }

.xs_nav-landscape .nav-logo {
  display: none; }

.xs-logo-wraper {
  padding: 32px 0; }

.xs-logo-wraper a {
  display: inline-block; }

/* menus */
.xs-menus .nav-menu > {
  text-align: center; }

.xs-menus .nav-menu > li .nav-dropdown {
  right: auto !important; }

.xs-menus .nav-menu > li:last-child {
  margin-right: 0; }

.xs-menus .nav-menu > li:last-child a {
  padding-right: 0; }

.xs-menus .nav-menu > li > a {
  font-weight: 500;
  display: block;
  padding: 40px 20px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.xs-menus .nav-menu > li > a .submenu-indicator-chevron {
  border-color: transparent #333333 #333333 transparent; }

.xs-menus .nav-menu > .focus > a .submenu-indicator-chevron,
.xs-menus .nav-menu > li:hover > a .submenu-indicator-chevron,
.xs-menus .nav-menu > .active > a .submenu-indicator-chevron {
  border-color: transparent #35aef4 #35aef4 transparent; }

.xs-menus .nav-menu li > .nav-dropdown {
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.16);
  box-shadow: 15px 15px 30px rgba(0, 0, 0, 0.16);
  background-color: #FFFFFF;
  border-top: 0px; }

.xs-menus .nav-menu li > .nav-dropdown li a {
  background-color: transparent;
  border-bottom: 1px solid #F1F1F1;
  color: #222222;
  font-size: 14px; }

.xs-menus .nav-menu li > .nav-dropdown li a:hover {
  color: #35aef4; }

.xs-menus .nav-menu li.focus .nav-submenu {
  z-index: 999999; }

.xs-menus .nav-menu .nav-dropdown li:last-child a {
  border-bottom: 0px; }

.xs-menus .home-menu-panel {
  border-radius: 0 0 5px 5px;
  background-color: #FFFFFF;
  border-top: 0px; }

.xs-menus .home-menu-panel a {
  text-align: center;
  display: block;
  position: relative;
  overflow: hidden; }

.xs-menus .home-menu-panel a h4 {
  color: #222222;
  font-size: 1.14286em;
  font-weight: 400;
  margin-bottom: 20px; }

.xs-menus .home-menu-panel a img {
  border: 1px solid #eaeaea;
  border-radius: 4px;
  margin-bottom: 10px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.xs-menus .home-menu-panel a:hover img {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02); }

.xs-menus .home-menu-panel > .row {
  margin-bottom: 30px; }

.xs-menus .home-menu-panel > .row:last-child {
  margin-bottom: 0px; }

.xs-menus.xs_nav-landscape .megamenu-panel {
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.175);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.175);
  width: calc(100% - 15px); }

.xs-menus .megamenu-title {
  margin-bottom: 25px; }

.xs-menus .megamenu-title h5 {
  font-size: 1.28571em;
  font-weight: 700;
  margin-bottom: 8px; }

.xs-menus .megamenu-title p {
  font-size: 0.85714em;
  color: #999999;
  margin-bottom: 0; }

.xs-menus .megamenu-content p {
  margin-bottom: 0;
  font-size: 0.85714em;
  color: #b4b4b4;
  line-height: 2; }

.xs-menus .megamenu-v2 .megamenu-list > li {
  border-left: 2px solid #f5f5f5; }

.xs-menus .megamenu-v2 .megamenu-list > li > a {
  padding: 12px 20px;
  color: #b4b4b4;
  font-size: 12px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  position: relative; }

.xs-menus .megamenu-v2 .megamenu-list > li > a > .badge {
  border-radius: 2px;
  color: #f5f5f5;
  font-weight: 700;
  font-size: 8px;
  padding: 6px 8px 4px;
  line-height: 1;
  margin-left: 5px;
  vertical-align: middle; }

.xs-menus .megamenu-v2 .megamenu-list > li > a > .badge.badge-primary {
  background-color: #35aef4; }

.xs-menus .megamenu-v2 .megamenu-list > li > a > .badge.badge-secondary {
  background-color: #e70067; }

.xs-menus .megamenu-v2 .megamenu-list > li > a::before {
  position: absolute;
  left: -2px;
  top: 0;
  content: "";
  height: 100%;
  width: 2px;
  background-color: #35aef4;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.xs-menus .megamenu-v2 .megamenu-list > li > a:hover::before {
  opacity: 1; }

.xs-menus .megamenu-v2 .megamenu-list li:not(.megamenu-list-title) a:hover {
  color: #626262; }

.xs-menus .version-black {
  background-color: #1e212a; }

.xs-menus .version-black .megamenu-title h5 {
  color: #ffffff; }

.xs-menus .version-black .megamenu-list > li {
  border-left-color: #3d404a; }

.xs-menus.xs_nav-landscape .megamenu-v2 {
  padding: 50px;
  border-radius: 0px 0px 10px 10px;
  -webkit-box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.1);
  border-top: 4px solid #35aef4;
  overflow: hidden; }

.xs-menus.xs_nav-landscape .version-black.megamenu-v2 {
  border-top: 0px; }

.xs-menus .megamenu-bg {
  position: absolute;
  right: 0;
  top: 0;
  pointer-events: none;
  z-index: -1; }

.xs-menus .megamenu-bg.bg-2 {
  right: -23px;
  top: 82px; }

.xs-menus .megamenu-bg.bg-1 {
  top: 100px;
  right: -5px; }

.xs-menus .megamenu-lists .megamenu-list:first-child {
  margin-left: -15px; }

/* menu label */
.menu-label {
  display: block;
  position: absolute;
  top: 8px;
  left: 50%;
  background-color: #35aef4;
  color: #FFFFFF;
  font-size: 0.786em;
  padding: 5px 8px; }

.menu-label::before {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 0;
  height: 5px;
  width: 5px;
  background-color: transparent;
  border-right: 2.5px solid transparent;
  border-left: 2.5px solid #35aef4;
  border-top: 2.5px solid #35aef4;
  border-bottom: 2.5px solid transparent; }

.menu-label.highlight {
  background-color: #35aef4; }

.menu-label.highlight::before {
  border-left: 2.5px solid #35aef4;
  border-top: 2.5px solid #35aef4; }

/* wish list */
.xs-wish-list-item {
  padding: 26px 0;
  text-align: right; }

.xs-wish-list-item .xs-miniCart-dropdown {
  display: inline-block; }

.xs-wish-list-item .xs-header-info {
  display: inline-block;
  position: relative;
  top: -5px;
  margin-right: 40px; }

.xs-wish-list {
  margin-right: 30px;
  display: inline-block; }

/* Wish list */
.xs-single-wishList {
  font-size: 2.14286em;
  position: relative; }

.xs-single-wishList .xs-item-count {
  font-size: 0.350em;
  font-weight: 500;
  position: absolute;
  top: -5px;
  right: -5px;
  display: inline-block;
  width: 21px;
  height: 21px;
  line-height: 18px;
  text-align: center;
  border-radius: 100%; }

/* fade in animation */
.fadeIns.show {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

@keyframes fadeIn {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }

/* mini cart item */
.mini_cart_item {
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.mini_cart_item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0; }

.mini_cart_item .slide-cart-img {
  width: 75px;
  height: 75px;
  display: flex;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden; }

.mini_cart_item .mini-cart-title {
  font-weight: 500;
  font-size: 0.85714em; }

.mini_cart_item .mini-cart-title a {
  color: #35aef4; }

.mini_cart_item .btn-cancel {
  background-color: transparent;
  color: #dc3545;
  border-color: transparent;
  padding: 0;
  margin-right: 5px;
  cursor: pointer; }

.mini-cart-btn {
  display: block;
  margin-top: 15px; }

.mini-cart-btn .badge {
  display: block;
  padding: 12px 0; }

.xs-miniCart-menu.show {
  width: 300px;
  padding: 15px;
  margin: 0;
  top: 50px !important; }

.xs-miniCart-dropdown .dropdown-toggle::after {
  display: none; }

/* header info */
.xs-header-info li {
  display: inline-block;
  color: #999999;
  margin-right: 30px; }

.xs-header-info li:last-child {
  margin-right: 0; }

.xs-header-info li i {
  font-size: 1.42857em;
  padding-right: 10px;
  top: 2px;
  position: relative; }

.xs-header-info.green-version li {
  color: #7fbb00; }

/* navbar version 4 */
.xs-navBar > .container {
  position: relative; }

.xs-navBar .navbar-border {
  border-style: solid;
  border-width: 1px 0px 1px 0px;
  border-color: #d2ebdb;
  margin-left: 0;
  margin-right: 0; }

.xs-navBar .navbar-border .xs-menus .nav-menu {
  text-align: left; }

.xs-navBar .navbar-border .xs-menus .nav-menu > li {
  margin-right: 24px; }

.xs-navBar .navbar-border .xs-menus .nav-menu > li:last-child {
  margin-right: 0; }

.xs-navBar .navbar-border .xs-menus .nav-menu > li > a {
  color: #515151;
  padding: 24px 15px; }

.xs-navBar .navbar-border .xs-menus .nav-menu > li > a::before {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: #7fbb00;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.xs-navBar .navbar-border .xs-menus .nav-menu > li > a:hover::before {
  width: 100%; }

.xs-navBar .navbar-border .xs-menus .nav-menu > li > .nav-dropdown li a:hover,
.xs-navBar .navbar-border .xs-menus .nav-menu > li > a:hover,
.xs-navBar .navbar-border .nav-menu > li:hover > a {
  color: #7fbb00; }

.xs-navBar .navbar-border .xs-single-wishList {
  color: #7fbb00; }

.xs-navBar .navbar-border .xs-single-wishList .xs-item-count {
  background-color: #7fbb00;
  color: #FFFFFF; }

.xs-navBar .navbar-border .xs-wish-list-item {
  padding: 10px 0;
  text-align: right; }

.xs-navBar .navbar-border .nav-menu > .active > a .submenu-indicator-chevron {
  border-color: transparent #515151 #515151 transparent; }

.xs-navBar .navbar-border .nav-menu > .focus > a .submenu-indicator-chevron,
.xs-navBar .navbar-border .nav-menu > li:hover > a .submenu-indicator-chevron {
  border-color: transparent #7fbb00 #7fbb00 transparent; }

.xs-navBar .xs-menus-group {
  position: static; }

.xs-navBar.v-yellow .xs-menus .nav-menu > li > a {
  color: #333e48; }

.xs-navBar.v-yellow .xs-menus .nav-menu li.active > a,
.xs-navBar.v-yellow .xs-menus .nav-menu > li > a:hover {
  color: #fed700; }

.xs-navBar.v-yellow .menu-label,
.xs-navBar.v-yellow .xs-single-wishList .xs-item-count.highlight {
  background-color: #fed700;
  color: #333e48; }

.xs-navBar.v-yellow .menu-label::before {
  border-left-color: #fed700;
  border-top-color: #fed700; }

.xs-navBar.v-yellow .xs-menus .nav-menu > .focus > a .submenu-indicator-chevron, .xs-navBar.v-yellow .xs-menus .nav-menu > li:hover > a .submenu-indicator-chevron, .xs-navBar.v-yellow .xs-menus .nav-menu > .active > a .submenu-indicator-chevron {
  border-color: transparent #fed700 #fed700 transparent; }

.xs-navBar.navBar-v5 .xs-navbar-search {
  margin-top: 25px;
  height: 40px; }

.xs-navBar.navBar-v5 .xs-navbar-search .form-control {
  background-color: transparent; }

.xs-navBar.navBar-v5 .xs-navbar-search .btn[type="submit"] i {
  margin-top: -3px; }

.xs-navBar.navBar-v5 .xs-navbar-search .xs-category-select option {
  color: #35aef4; }

.xs-navBar.color-white .xs-navbar-search .form-control {
  color: #FFFFFF; }

.xs-newsletter.newsLetter-v2 input:not([type="submit"])::-webkit-input-placeholder {
  color: #333e48; }

.xs-newsletter.newsLetter-v2 input:not([type="submit"])::-moz-placeholder {
  color: #333e48; }

.xs-newsletter.newsLetter-v2 input:not([type="submit"]):-ms-input-placeholder {
  color: #333e48; }

.xs-newsletter.newsLetter-v2 input:not([type="submit"]):-moz-placeholder {
  color: #333e48; }

.xs-navBar.color-white .xs-navbar-search input:not([type="submit"])::-webkit-input-placeholder {
  color: #FFFFFF; }

.xs-navBar.color-white .xs-navbar-search input:not([type="submit"])::-moz-placeholder {
  color: #FFFFFF; }

.xs-navBar.color-white .xs-navbar-search input:not([type="submit"]):-ms-input-placeholder {
  color: #FFFFFF; }

.xs-navBar.color-white .xs-navbar-search input:not([type="submit"]):-moz-placeholder {
  color: #FFFFFF; }

.xs-navBar.color-white .xs-navbar-search .xs-category-select {
  background-image: url(https://filterswell.com/cdn/shop/t/2/images/arrow-white.png);
  color: #FFFFFF; }

/* mega menus */
.xs-menus.xs_nav-landscape .megamenu-list.xs-cate-brand {
  padding-left: 20px; }

.xs-menus .megamenu-tabs-pane.xs-cate-campaigns a > img {
  width: 100%; }

.xs-cate-brand li:not(.megamenu-list-title) {
  width: 49%;
  min-height: 50px;
  border: 1px solid #e9e9e9;
  float: left;
  line-height: 50px;
  text-align: center;
  margin: 2px 1px 0; }

.xs-cate-brand li:not(.megamenu-list-title) img {
  max-width: 80px;
  max-height: 40px; }

.xs-navBar .megamenu-list li:not(.megamenu-list-title) a:hover {
  background-color: transparent;
  color: #222222; }

.xs-navBar .megamenu-tabs-nav li a {
  padding: 15px; }

/* category brand */
.xs-single-phone-cate {
  border: 1px solid #e9e9e9;
  padding: 15px;
  margin-bottom: 30px; }

.xs-single-phone-cate a {
  display: block; }

.xs-single-phone-cate h4 {
  margin-bottom: 0;
  text-align: center;
  font-size: 1.14286em; }

.xs-cate-campaigns a {
  display: block;
  margin-bottom: 30px; }

/*--------------------------------------------------============================================================
                    3. vertical menu
=================================================--------------------------------------------------------------*/
/* vertical menu */
.xs-vartical-menu {
  margin: 0;
  height: auto;
  width: 100%;
  max-width: 270px; }

.xs-vartical-menu .cd-dropdown-trigger {
  border-radius: 4px;
  line-height: 1;
  padding: 23px 42px;
  font-size: 1.14286em;
  font-weight: 500;
  text-align: left;
  max-height: 60px; }

.xs-vartical-menu .cd-dropdown-trigger i {
  margin-right: 24px; }

.xs-vartical-menu .cd-dropdown-content {
  border: 2px solid;
  padding: 30px;
  width: 100%; }

.xs-vartical-menu .cd-dropdown-content li a {
  font-size: 1.14286em;
  font-weight: 400;
  color: #222222;
  text-transform: capitalize;
  height: auto;
  line-height: unset;
  padding: 12px 0;
  margin: 0;
  border: 0;
  border-bottom: 1px solid #ebebeb;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative; }

.xs-vartical-menu .cd-dropdown-content li a i {
  margin-right: 18px;
  font-size: 1.250em; }

.xs-vartical-menu .cd-dropdown-content li .no-border {
  border-bottom: 0px solid #ebebeb;
  padding-bottom: 0; }

.xs-vartical-menu .cd-dropdown-content li .no-padding {
  padding-top: 0; }

.xs-vartical-menu .cd-dropdown-content .cd-secondary-dropdown > li {
  height: auto;
  margin: 0;
  float: none;
  border: 0; }

.xs-vartical-menu .cd-dropdown-content .cd-secondary-dropdown::before {
  height: 0px; }

.xs-vartical-menu .cd-dropdown-content .cd-secondary-dropdown ul {
  padding-bottom: 25px; }

.xs-vartical-menu .cd-dropdown-content .cd-secondary-dropdown {
  padding: 30px 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.xs-vartical-menu .cd-dropdown-content .cd-secondary-dropdown .see-all {
  position: static; }

.xs-vartical-menu .cd-dropdown-content .has-children > a::before,
.xs-vartical-menu .cd-dropdown-content .has-children > a::after {
  display: none; }

.xs-vartical-menu .cd-secondary-dropdown .has-children .is-hidden .has-children a {
  font-weight: inherit; }

.xs-vartical-menu .cd-dropdown {
  top: calc(100% + 22px);
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  z-index: 9999; }

.xs-vartical-menu .cd-dropdown::before {
  position: absolute;
  content: "";
  top: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  width: 24px;
  height: 24px;
  background-color: #FFFFFF;
  border-left: 2px solid;
  border-top: 2px solid; }

.xs-vartical-menu .cd-dropdown-content > .has-children > a.is-active,
.xs-vartical-menu .cd-dropdown-content .cd-secondary-dropdown a:hover,
.xs-vartical-menu .cd-dropdown-content > li:not(.has-children) a:hover {
  -webkit-box-shadow: none;
  box-shadow: none; }

.xs-vartical-menu .cd-dropdown-content > .has-children > a.is-active::before,
.xs-vartical-menu .cd-dropdown-content > .has-children > a.is-active::after {
  background: #35aef4; }

.xs-vartical-menu .submenu-icon {
  margin-right: 0 !important;
  position: absolute;
  right: 0; }

.xs-vartical-menu .cd-secondary-dropdown {
  min-width: 850px;
  width: 100%; }

.xs-vartical-menu .cd-secondary-dropdown .has-children {
  width: 33.3333%; }

.xs-vartical-menu .cd-secondary-dropdown .has-children a {
  font-weight: 500;
  padding-top: 0;
  margin-bottom: 15px; }

.xs-vartical-menu .cd-secondary-dropdown .has-children .is-hidden a {
  font-weight: 400;
  font-size: 0.92857em;
  border-bottom: 0;
  padding: 3px 0;
  margin-bottom: 0; }

.xs-vartical-menu .cd-dropdown-gallery {
  padding: 15px 15px 30px; }

.xs-vartical-menu .cd-dropdown-gallery li {
  width: 50%;
  margin-right: 0; }

.xs-vartical-menu .cd-dropdown-gallery .cd-dropdown-item {
  margin: 15px;
  display: block;
  border: 1px solid #eaeaea;
  padding: 15px; }

.xs-vartical-menu .cd-dropdown-gallery .cd-dropdown-item h3 {
  color: #35aef4;
  font-size: 1em;
  font-weight: 400;
  margin: 0;
  text-align: center; }

.xs-vartical-menu .cd-dropdown-icons {
  padding: 30px; }

.xs-vartical-menu .cd-dropdown-icons .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.xs-vartical-menu .cd-dropdown-icons li .cd-dropdown-item {
  height: 100%;
  padding: 10px;
  -o-text-overflow: unset;
  text-overflow: unset;
  white-space: unset; }

.xs-vartical-menu .cd-dropdown-icons li .cd-dropdown-item img {
  padding-right: 8px; }

.xs-vartical-menu .cd-dropdown-icons li .cd-dropdown-item::before {
  display: none; }

.xs-vartical-menu .cd-dropdown-icons li .media-body h3 {
  font-size: 1.14286em;
  color: #35aef4;
  font-weight: 400; }

.xs-vartical-menu .cd-dropdown-icons li .media-body p {
  margin-bottom: 0;
  font-size: 0.85714em; }

.xs-vartical-menu .cd-dropdown-trigger::after {
  right: 44px; }

.xs-vartical-menu .cd-dropdown-trigger::before {
  right: 50px; }

.xs-vartical-menu.v-gray .cd-dropdown-trigger,
.xs-vartical-menu.v-gray .cd-dropdown-trigger:hover,
.xs-vartical-menu.v-gray .cd-dropdown-trigger.dropdown-is-active:hover {
  background-color: #f7f7f7;
  color: #35aef4; }

.xs-vartical-menu.v-gray .cd-dropdown-trigger:hover::before,
.xs-vartical-menu.v-gray .cd-dropdown-trigger:hover::after,
.xs-vartical-menu.v-gray .cd-dropdown-trigger.dropdown-is-active::before,
.xs-vartical-menu.v-gray .cd-dropdown-trigger.dropdown-is-active::after {
  background-color: #35aef4; }

.xs-vartical-menu.v-gray .cd-dropdown-trigger::before, .xs-vartical-menu.v-gray .cd-dropdown-trigger::after {
  background: #35aef4; }

.xs-vartical-menu.v-gray .cd-dropdown-content,
.xs-vartical-menu.v-gray .cd-dropdown:before {
  border-color: #e7e7e7; }

.xs-vartical-menu .cd-dropdown-content > .has-children > .is-active {
  z-index: 99999; }

/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1023px) {
  /* vertical menus */
  .xs-vartical-menu {
    margin-bottom: 30px; }

  .xs-vartical-menu .cd-dropdown {
    top: 0; }

  .xs-vartical-menu .cd-dropdown-content {
    top: 0px;
    border: 0; }

  .xs-vartical-menu .cd-dropdown-content li a {
    color: #FFFFFF; }

  .xs-vartical-menu .cd-dropdown-content .cd-secondary-dropdown {
    display: block; }

  .xs-vartical-menu .cd-dropdown-content .cd-secondary-dropdown .has-children {
    width: 100%; }

  .xs-vartical-menu .cd-dropdown-content .cd-secondary-dropdown a {
    padding: 12px 30px;
    margin-bottom: 0; }

  .xs-vartical-menu .cd-dropdown-content .go-back a::before,
  .xs-vartical-menu .cd-dropdown-content .go-back a::after {
    left: 10px; }

  .xs-vartical-menu .cd-dropdown-gallery li {
    width: 100%; }

  .xs-vartical-menu .cd-dropdown-gallery li a {
    padding: 12px 30px; }

  .xs-vartical-menu .cd-dropdown-gallery .cd-dropdown-item h3 {
    color: #FFFFFF; }

  .xs-vartical-menu .cd-dropdown-icons li a {
    padding: 12px 30px; }

  .xs-vartical-menu .cd-dropdown-icons .media {
    line-height: unset; }

  .xs-vartical-menu .cd-dropdown-icons li .media-body p, .xs-vartical-menu .cd-dropdown-icons li .media-body h3 {
    color: #FFFFFF; } }
.cd-dropdown ul.cd-dropdown-content {
  max-height: 385px;
  overflow-y: scroll; }

.header-cus-class-2 .btn:not([data-toggle="popover"]) {
  padding: 20px 29px; }

.header-cus-class-2 .btn:not([data-toggle="popover"]) {
  padding: 20px 29px; }

.header-cus-class-2 .search-box {
  margin-top: -2px; }

.header-cus-class-2 .xs-logo-wraper {
  padding: 31px 0; }

.header-cus-class-2 .xs-wish-list {
  margin-right: 26px;
  display: inline-block; }

.isOverlayActive .xs-vartical-menu .cd-dropdown-trigger,
.isOverlayActive .xs-vartical-menu .cd-dropdown {
  z-index: 10001; }

@media only screen and (min-width: 1024px) {
  .cd-dropdown-content .cd-dropdown-icons {
    width: 760px; } }
.xs-vartical-menu.v-menu-is-active > .cd-dropdown-trigger {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.xs-vartical-menu.v-menu-is-active .cd-dropdown-trigger.dropdown-is-active::before,
.xs-vartical-menu.v-menu-is-active .cd-dropdown-trigger.dropdown-is-active::after {
  display: none; }

/*--------------------------------------------------============================================================
                    4. nav down
=================================================--------------------------------------------------------------*/
.xs-navbar-search {
  height: 60px;
  border-radius: 4px; }

.xs-navbar-search .input-group {
  height: 100%; }

.xs-navbar-search input:not([type="submit"]) {
  border: 0px;
  border-radius: 0;
  padding-left: 28px;
  font-size: 1em;
  width: 100%; }

.xs-navbar-search .xs-category-select {
  border: 0px;
  padding-left: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #555555;
  min-width: 160px;
  max-width: 170px;
  cursor: pointer;
  background-image: url("arrow-2.png");
  background-repeat: no-repeat;
  background-position: center right 19px;
  padding-right: 40px;
  white-space: nowrap;
  background-color: transparent; }

.xs-navbar-search .xs-category-select li {
  padding-left: 30px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #555555;
  cursor: pointer;
  padding-right: 40px;
  background-color: transparent;
  font-size: .8rem; }

.xs-category-select li:not(.init) {
  display: none; }

.xs-category-select li:not(.init):hover, .xs-category-select li.selected:not(.init) {
  background: #09f; }

.xs-category-select .init {
  background: transparent !important; }

.header-one button.btn.btn-primary {
  padding: 16px 28px; }

.xs-navbar-search .xs-category-select-wraper {
  position: relative;
  line-height: 56px; }

.xs-navbar-search .xs-category-select-wraper::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 40px;
  width: 1px;
  background-color: #e7e7e7; }

.xs-navbar-search .btn[type="submit"] {
  height: 60px;
  font-size: 1em;
  border-radius: 0 4px 4px 0;
  margin-right: -3px;
  margin-top: -2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.xs-navDown .btn:not([type="submit"]) {
  width: 100%;
  font-size: 0.85714em;
  letter-spacing: .2px;
  padding: 8px 12px;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s; }

.xs-navDown .btn:not([type="submit"]) strong {
  display: block;
  font-size: 1.286em;
  text-transform: uppercase;
  color: #35aef4;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.xs-navDown.transparent-header-info .row {
  margin-right: 0; }

.xs-navDown.transparent-header-info .xs-logo-wraper {
  padding: 25px 0; }

.xs-navDown.transparent-header-info .xs-header-info {
  text-align: right;
  padding: 38px 0; }

.xs-navDown.v-yellow .xs-vartical-menu .cd-dropdown-trigger,
.xs-navDown.v-yellow .xs-vartical-menu .cd-dropdown-trigger:hover,
.xs-navDown.v-yellow .xs-vartical-menu .cd-dropdown-trigger.dropdown-is-active:hover {
  background-color: #f7f7f7;
  color: #333e48; }

.xs-navDown.v-yellow .xs-vartical-menu.v-gray .cd-dropdown-trigger::before,
.xs-navDown.v-yellow .xs-vartical-menu.v-gray .cd-dropdown-trigger::after {
  background: #333e48; }

.xs-navDown.v-yellow .xs-navbar-search .btn[type="submit"] {
  background-color: #fed700; }

.xs-navDown.v-yellow .btn:not([type="submit"]) strong {
  color: #333e48; }

.xs-navDown.navDown-v5 > .container {
  position: relative; }

.xs-navDown.navDown-v5 .xs-menus-group {
  position: static; }

.xs-navDown.navDown-v5 .xs-vartical-menu .cd-dropdown-trigger {
  padding: 28px 42px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  max-height: 73px; }

.xs-navDown.navDown-v5 .menu-label {
  background-color: #ffd200;
  top: 0; }

.xs-navDown.navDown-v5 .menu-label::before {
  border-left-color: #ffd200;
  border-top-color: #ffd200; }

.xs-navDown.navDown-v5 .menu-label.highlight {
  background-color: #e53935; }

.xs-navDown.navDown-v5 .menu-label.highlight::before {
  border-left-color: #e53935;
  border-top-color: #e53935; }

.xs-navDown.navDown-v5 .xs-menus .nav-menu {
  text-align: left; }

.xs-navDown.navDown-v5 .xs-menus .nav-menu > li > a {
  padding: 35px 30px 21px; }

.xs-navDown.navDown-v5 .xs-single-wishList {
  font-size: 1.78571em; }

.xs-navDown.navDown-v5 .xs-wish-list-item {
  padding: 23px 0 0; }

.xs-navDown.navDown-v5 .xs-miniCart-dropdown .xs-item-count {
  top: -9px; }

.xs-navDown.color-white .xs-menus .nav-menu > li > a .submenu-indicator-chevron {
  border-color: transparent #FFFFFF #FFFFFF transparent; }

.xs-navDown.color-white .xs-menus .nav-menu > li > a,
.xs-navDown.color-white .xs-single-wishList {
  color: #FFFFFF; }

.xs-navDown.secondary-color-v .xs-single-wishList {
  color: #35aef4; }

.xs-navDown.secondary-color-v .xs-single-wishList .xs-item-count.highlight {
  background-color: #35aef4; }

.xs-navDown.secondary-color-v > .container > .row {
  position: relative; }

.xs-navDown.secondary-color-v > .container > .row::before {
  content: "";
  width: calc(100% - 30px);
  height: 1px;
  background-color: #35aef4;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0; }

.megamenu-list > li > a:hover {
  background-color: transparent;
  color: #222222;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.megamenu-list-title > a {
  pointer-events: none; }

/*--------------------------------------------------============================================================
                    5. modal
=================================================--------------------------------------------------------------*/
/* input group addons */
.xs-customer-form .input-group {
  background-color: #FAFAFC;
  border: 1px solid #eaeaea;
  height: 42px;
  margin-bottom: 20px; }

.xs-customer-form input:not([type="submit"]) {
  border: 0;
  padding: 0 20px;
  border-radius: 0;
  font-style: italic;
  background-color: transparent;
  font-size: 1em;
  font-style: normal; }

.xs-customer-form i {
  font-size: 1.28571em;
  color: #35aef4;
  padding: 0 20px; }

.xs-customer-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #555555;
  font-style: italic;
  font-size: 0.85714em; }

.xs-customer-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #555555;
  font-style: italic;
  font-size: 0.85714em; }

.xs-customer-form :-ms-input-placeholder {
  /* IE 10+ */
  color: #555555;
  font-style: italic;
  font-size: 0.85714em; }

.xs-customer-form :-moz-placeholder {
  /* Firefox 18- */
  color: #555555;
  font-style: italic;
  font-size: 0.85714em; }

.xs-customer-form .input-group-text {
  background-color: transparent;
  border: 0px solid #ced4da;
  border-radius: 0; }

.xs-customer-form .btn-info {
  background-color: #3b5999; }

.xs-customer-form .btn-danger {
  background-color: #dd4b39; }

.xs-customer-form .btn {
  border: 0;
  cursor: pointer; }

.xs-customer-form p {
  margin: 20px 0;
  color: #cccccc;
  font-size: 0.85714em;
  font-weight: 500;
  text-align: center; }

.xs-customer-form .btn-block + .btn-block {
  margin-top: 10px; }

.xs-modal {
  z-index: 99999; }

.xs-modal .modal-content {
  background-color: #FFFFFF;
  border-radius: 10px;
  -webkit-box-shadow: 0px 6px 23px 0px rgba(135, 135, 135, 0.118);
  box-shadow: 0px 6px 23px 0px rgba(135, 135, 135, 0.118);
  max-width: 100%;
  padding: 60px; }

.xs-modal ~ .modal-backdrop:before {
  display: none; }

.xs-modal .modal-dialog {
  position: absolute;
  top: -100%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .55s;
  -o-transition: .55s;
  transition: .55s;
  background-color: transparent;
  opacity: 0;
  margin: 0;
  z-index: 9999; }

.xs-modal.show .modal-dialog {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: top .53s ease-out, opacity .35s ease-out;
  -o-transition: top .53s ease-out, opacity .35s ease-out;
  transition: top .53s ease-out, opacity .35s ease-out;
  -webkit-transition-delay: .7s;
  -o-transition-delay: .7s;
  transition-delay: .7s;
  opacity: 1;
  top: 50%;
  left: 50%; }

/* tab nav */
.xs-tab-nav {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-color: #F1F1F1;
  margin-bottom: 20px; }

.xs-tab-nav .nav-link {
  border: 0;
  border-radius: 0;
  padding: 0;
  padding-bottom: 10px;
  position: relative;
  color: #D1D1D1;
  font-weight: 600;
  font-size: 1.28571em; }

.xs-tab-nav .nav-link:hover:before, .xs-tab-nav .nav-link.active:before {
  width: calc(100% + 18px); }

.xs-tab-nav .nav-link:hover, .xs-tab-nav .nav-link:hover:before, .xs-tab-nav .nav-link.active:before, .xs-tab-nav .nav-link.active {
  color: #35aef4; }

.xs-tab-nav .nav-link:before {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 50%;
  height: 2px;
  width: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #35aef4; }

.xs-tab-nav .nav-item {
  margin-bottom: 0;
  margin-right: 35px; }

.xs-tab-nav .nav-item:last-child {
  margin-right: 0; }

@-webkit-keyframes menu-animation {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.04) translateY(300%);
    transform: scale(0.04) translateY(300%); }

  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0);
    -webkit-transition: ease-out;
    -o-transition: ease-out;
    transition: ease-out; }

  40% {
    -webkit-transform: scale(0.04) translateY(0);
    transform: scale(0.04) translateY(0); }

  60% {
    opacity: 1;
    -webkit-transform: scale(0.02) translateY(0px);
    transform: scale(0.02) translateY(0px); }

  61% {
    opacity: 1;
    -webkit-transform: scale(0.04) translateY(0px);
    transform: scale(0.04) translateY(0px); }

  99.9% {
    opacity: 1;
    height: 0;
    padding-bottom: 100%;
    border-radius: 100%; }

  100% {
    opacity: 1;
    -webkit-transform: scale(2) translateY(0px);
    transform: scale(2) translateY(0px);
    height: 100%;
    padding-bottom: 0;
    border-radius: 0; } }

.modal button.close {
  position: absolute;
  right: 20px;
  top: 20px;
  outline: none;
  z-index: 99; }

/* quick view modal*/
.xs-quick-view-modal .modal-dialog {
  max-width: 1170px;
  width: 100%; }

.xs-quick-view-modal .modal-content {
  padding: 30px; }

/*--------------------------------------------------============================================================
                    6. promotion
=================================================--------------------------------------------------------------*/
/* promotion code */
.xs-promotion {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
  padding: 12px 0; }

.xs-promotion.alert-info {
  background-color: #ff6251; }

.xs-promotion.alert-info strong {
  background-color: #e15546; }

.xs-promotion p {
  margin-bottom: 0;
  color: #FFFFFF;
  font-size: 0.85714em; }

.xs-promotion strong {
  font-weight: 500;
  border-radius: 4px;
  padding: 7px 15px;
  margin-right: 16px; }

.xs-promotion .close {
  opacity: 1;
  color: #FFF;
  text-shadow: none;
  font-size: 1em; }

.xs-promotion .close:focus {
  outline: none; }

.xs-promotion.alert-success {
  background-color: #35aef4; }

.xs-promotion.promotion-v2 {
  padding: 12px 0; }

.xs-promotion.promotion-v2 p {
  text-align: center; }

.xs-promotion.promotion-v2 .close {
  font-size: 1em; }

/*--------------------------------------------------============================================================
                    7. banner section
=================================================--------------------------------------------------------------*/
.xs-banner-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 660px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }

.xs-banner-item .xs-watermark-text {
  z-index: 2; }

.xs-banner-item .large-version {
  opacity: .05;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.xs-banner-slider {
  position: relative; }

.xs-banner-slider.owl-carousel .owl-item img {
  width: auto; }

.xs-banner-slider .owl-next,
.xs-banner-slider .owl-prev,
.xs-banner-slider .owl-dots {
  margin: 0;
  position: absolute;
  bottom: 39px;
  line-height: 1;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.xs-banner-slider .owl-dots {
  left: calc(50% - 40px);
  bottom: 47px; }

.xs-banner-slider .owl-prev {
  left: calc(50% - 110px); }

.xs-banner-slider .owl-next {
  left: calc(50% + 30px); }

.xs-banner-slider .owl-prev.disabled,
.xs-banner-slider .owl-next.disabled {
  opacity: 0; }

.xs-simple-arrow {
  color: #35aef4;
  font-size: 2.14286em;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.xs-banner-image {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center; }

.xs-banner-content {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  text-align: center; }

.xs-banner-content .xs-banner-sub-title {
  font-weight: 300;
  color: #35aef4;
  font-size: 2em;
  letter-spacing: -.3px;
  margin-bottom: 20px; }

.xs-banner-content .xs-banner-title {
  font-size: 3.5em;
  font-weight: 700;
  letter-spacing: -2px;
  margin-bottom: 50px; }

.xs-banner-content .btn-outline-primary {
  border-width: 2px;
  border-color: #35aef4;
  padding: 15px 61px; }

.xs-banner-content .btn {
  font-size: 0.85714em;
  font-weight: 700; }

.xs-banner-content .btn-primary {
  background-color: #35aef4; }

.xs-banner-content .xs-btn-wraper {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.xs-banner .xs-banner-content .btn-primary {
  padding: 18px 41px; }

/* banner version 2 */
.xs-banner-slider-2 .xs-banner-item {
  margin-left: 0;
  margin-right: 0;
  min-height: 550px; }

.xs-banner-slider-2 .xs-banner-content .xs-banner-sub-title {
  font-size: 1.57143em; }

.xs-banner-slider-2 .xs-banner-content .xs-banner-title {
  font-size: 2.71429em;
  margin-bottom: 30px; }

.xs-banner-slider-2 .xs-banner-content .xs-btn-wraper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.xs-banner-slider-2 .owl-dots {
  margin-top: 0;
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.xs-banner .xs-feature-product:last-child {
  margin-bottom: 0; }

.xs-banner .xs-feature-product,
.xs-banner .xs-feature-product img {
  min-height: 260px;
  background: #F7F7F7; }

/* banner slider version 3 */
.xs-banner-slider-3 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #f7f7f7; }

.xs-banner-slider-3 .xs-banner-content {
  padding-left: 80px; }

.xs-banner-slider-3 .xs-banner-content .xs-banner-sub-title {
  font-size: 1.85714em;
  font-weight: 400; }

.xs-banner-slider-3 .xs-banner-content .xs-banner-title {
  font-size: 3.71429em;
  font-weight: 500;
  margin-bottom: 30px; }

.xs-banner-slider-3 .xs-banner-content .xs-btn-wraper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.xs-banner-slider-3 .xs-banner-item {
  min-height: 550px; }

.xs-banner-slider-3 .xs-banner-image {
  padding-right: 50px; }

.xs-banner-slider-3 .owl-dots {
  margin-top: 0;
  position: absolute;
  bottom: calc(80px - 20px);
  left: 80px; }

/* banner version 4 */
.xs-banner.xs-banner-v4 .xs-banner-item {
  min-height: 600px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

/* banner slider version 4 */
.xs-banner-slider-4 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.xs-banner-slider-4 .xs-banner-content {
  text-align: left; }

.xs-banner-slider-4 .xs-btn-wraper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.xs-banner-slider-4 .xs-banner-sub-title {
  font-size: 1.85714em; }

.xs-banner-slider-4 .xs-banner-title {
  font-size: 2.3em;
  margin-bottom: 30px; }

.xs-banner-slider-4 .owl-dots {
  text-align: center;
  margin-top: 0;
  width: calc(520px + .2em);
  margin: 0 auto;
  position: relative;
  bottom: 39px; }

/* banner version 5 */
.xs-banner-v5 .xs-banner-item {
  min-height: 980px;
  overflow: hidden; }

.xs-banner-v5 .xs-banner-item::before {
  position: absolute;
  content: "";
  bottom: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(https://filterswell.com/cdn/shop/t/2/images/welcome/curve.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100px;
  width: 370px;
  z-index: 2; }

.xs-banner-v5 [class^="col"] {
  z-index: 9; }

.xs-banner-v5 .xs-banner-content {
  text-align: left; }

.xs-banner-v5 .xs-banner-content .xs-banner-sub-title {
  color: #35aef4;
  font-family: 'Pacifico', cursive;
  margin-bottom: 0; }

.xs-banner-v5 .xs-banner-content .xs-banner-title {
  font-size: 5.85714em;
  margin-bottom: 0; }

.xs-banner-v5 .xs-banner-content p {
  font-size: 1.28571em;
  color: #666666; }

.xs-banner-v5 .xs-banner-content .btn:not(.btn-outline-success) {
  padding: 18px 60px; }

.xs-banner-v5 .xs-banner-content .btn-outline-success {
  padding: 16px 49px; }

/* fullwidth container */
.container-fullwidth .xs-banner-content .xs-banner-title {
  font-size: 2.85714em; }

.container-fullwidth .xs-banner-content .xs-banner-sub-title {
  font-size: 1.78571em; }

.container-fullwidth .xs-banner-content .btn-outline-primary {
  border-color: #35aef4; }

/* banner slider five */
.xs-banner-slider-5 {
  position: relative; }

.xs-banner-slider-5 .owl-dots {
  margin-top: -46px;
  bottom: 0; }

/* vendor slider */
.xs-banner.vendor-welcome {
  padding-bottom: 30px; }

.xs-banner.v-yellow .btn:not([data-toggle="popover"]) {
  color: #333e48; }

.xs-banner.v-yellow .btn:not([data-toggle="popover"]).btn-primary {
  background-color: #fed700; }

/* banner slider version 6 */
.xs-banner-slider-6 .xs-banner-item {
  margin-left: -1px;
  margin-right: 0;
  min-height: 530px; }

.xs-banner-slider-6 ~ [class^=col-] .xs-banner-campaign img,
.xs-banner-slider-6 .xs-banner-item {
  border-radius: 6px; }

.xs-banner-slider-6 .xs-banner-content {
  text-align: left;
  color: #FFFFFF;
  padding-left: 80px;
  width: 100%; }

.xs-banner-slider-6 .xs-banner-content .xs-banner-sub-title {
  color: #FFFFFF;
  font-size: 1.78571em; }

.xs-banner-slider-6 .xs-banner-content .xs-banner-title {
  font-size: 2.85714em;
  margin-bottom: 26px; }

.xs-banner-slider-6 .xs-banner-content .btn {
  color: #333e48; }

.xs-banner-slider-6 .xs-banner-content .btn:hover {
  color: #FFFFFF; }

.xs-banner-slider-6 .xs-banner-content .btn.btn-outline-primary {
  border-color: #FFFFFF;
  color: #FFFFFF; }

.xs-banner-slider-6 .xs-banner-content .btn:not([data-toggle="popover"]).btn-primary {
  background-color: #fed700; }

.xs-banner-slider-6 .xs-btn-wraper {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.xs-banner-slider-6 .owl-dots {
  margin-top: 0;
  position: absolute;
  bottom: 46px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.xs-banner-slider-6 .owl-dots .owl-dot span {
  background-color: #e1e1e1; }

.xs-banner-slider-6 .owl-dots .owl-dot.active span {
  background-color: #fed700; }

.xs-banner-slider-6 .owl-stage-outer,
.xs-banner-slider-6 .owl-stage,
.xs-banner-slider-6 .owl-item,
.xs-banner-slider-6 .xs-banner-item {
  height: 100%; }

.banner-fullwidth-version-2 {
  margin-bottom: 30px; }

.banner-fullwidth-version-2 .xs-banner-campaign {
  margin-bottom: 30px; }

.banner-fullwidth-version-2 .xs-banner-campaign:last-child {
  margin-bottom: 0; }

/*--------------------------------------------------============================================================
                    8. feature product
=================================================--------------------------------------------------------------*/
.xs-feature-product {
  position: relative;
  margin-bottom: 30px;
  cursor: pointer;
  overflow: hidden; }

.xs-feature-product.highlight {
  margin-bottom: 0; }

.xs-feature-product.highlight .xs-feature-product-info {
  padding: 60px; }

.xs-feature-product .xs-product-offer-label {
  position: absolute;
  bottom: 90px;
  left: 60px; }

.xs-feature-product > img {
  background: #F7F7F7;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0, 0, 0.44, 1.18);
  transition: -webkit-transform 0.6s cubic-bezier(0, 0, 0.44, 1.18);
  -o-transition: transform 0.6s cubic-bezier(0, 0, 0.44, 1.18);
  transition: transform 0.6s cubic-bezier(0, 0, 0.44, 1.18);
  transition: transform 0.6s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 0.6s cubic-bezier(0, 0, 0.44, 1.18);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

.xs-feature-product:hover > img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1); }

.xs-feature-product-info {
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px;
  width: 100%;
  height: 100%; }

.xs-feature-product-info .xs-cate-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 99, 209, 0.9);
  color: #f5f5f5;
  font-size: 1.28571em;
  font-weight: 500; }

.product-title-v2 {
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 30px; }

.product-title-v2 a {
  color: #35aef4;
  display: inline-block;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.product-title-v2 a strong {
  color: #222222;
  display: block;
  font-size: 1.714em;
  margin-top: 4px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.product-title-v2 a:hover {
  color: #222222; }

.product-title-v2 a:hover strong {
  color: #35aef4; }

.product-title-v2.large {
  font-size: 1.28571em; }

.product-title-v2.large strong {
  font-size: 2em;
  margin-top: 0; }

/* feature product version 4 */
.feature-product-v4 .xs-product-wraper,
.feature-product-v4 .xs-list-group {
  padding: 20px;
  border: 0px;
  background-color: #FFFFFF; }

.feature-product-v4 .product-item-meta {
  background-color: #FFFFFF;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #f1f1f1; }

@-webkit-keyframes show {
  0% {
    display: none;
    opacity: 0; }

  100% {
    display: block;
    opacity: 1; } }

@keyframes show {
  0% {
    display: none;
    opacity: 0; }

  100% {
    display: block;
    opacity: 1; } }

.xs-single-product {
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.xs-single-product .xs-list-group {
  display: none;
  -webkit-animation: show .4s ease;
  animation: show .4s ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  position: absolute;
  z-index: 2;
  width: 100%; }

.xs-single-product:hover {
  -webkit-box-shadow: 2px 11px 20px 0px rgba(144, 144, 144, 0.2);
  box-shadow: 2px 11px 20px 0px rgba(144, 144, 144, 0.2); }

.xs-single-product:hover .xs-product-wraper {
  -webkit-box-shadow: none;
  box-shadow: none; }

.xs-single-product:hover .product-item-meta {
  opacity: 1;
  top: 0px; }

.xs-single-product:hover .xs-list-group {
  -webkit-box-shadow: 2px 11px 20px 0px rgba(144, 144, 144, 0.2);
  box-shadow: 2px 11px 20px 0px rgba(144, 144, 144, 0.2);
  display: block;
  opacity: 1; }

.xs-single-product:hover .product-title a {
  color: #35aef4; }

/*--------------------------------------------------============================================================
                    9. feature product tab
=================================================--------------------------------------------------------------*/
.xs-product-wraper {
  padding: 10px 30px 30px;
  background-color: #FFFFFF;
  border: 1px solid #efefef;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  z-index: 1; }

.xs-product-wraper img {
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.xs-product-wraper .xs-product-header {
  opacity: 0;
  top: 0px; }

.xs-product-wraper .xs-product-hover-area {
  position: absolute;
  bottom: -100px;
  opacity: 0;
  width: calc(100% + 2px);
  margin-left: -1px;
  border-top: 0px;
  left: 0;
  background-color: #FFFFFF; }

.xs-product-wraper:hover {
  border-color: transparent;
  -webkit-box-shadow: 0px 2px 20px 0px rgba(144, 144, 144, 0.2);
  box-shadow: 0px 2px 20px 0px rgba(144, 144, 144, 0.2);
  z-index: 2; }

.xs-product-wraper:hover .xs-product-header {
  top: 20px;
  opacity: 1; }

.xs-product-wraper:hover .xs-product-hover-area {
  opacity: 1;
  bottom: -62px; }

.xs-product-wraper:hover .product-item-meta {
  opacity: 1;
  top: 0px; }

.xs-product-wraper:hover img {
  opacity: .7; }

.xs-product-wraper img ~ .xs-product-content {
  margin-top: 0px; }

.xs-product-wraper .xs-product-content {
  margin-top: 30px; }

.xs-product-wraper.version-2 {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  padding-top: 10px; }

.xs-product-wraper.version-2 .xs-product-content,
.xs-product-wraper.version-2 img,
.xs-product-wraper.version-2 .xs-product-header {
  padding: 0 30px; }

.xs-product-wraper.version-2 .xs-product-content {
  padding-bottom: 30px; }

.xs-product-wraper.version-2:hover {
  border-color: #efefef; }

.xs-product-wraper.version-3 {
  margin-bottom: 24px; }

.xs-product-wraper.version-3:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #efefef; }

.xs-product-wraper.highlight {
  padding: 50px; }

.xs-product-wraper.highlight .xs-product-content {
  margin-top: 0;
  margin-bottom: 32px; }

.xs-product-wraper.highlight img {
  margin-bottom: 23px; }

.xs-product-wraper.highlight:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #efefef; }

.xs-product-wraper.version-4 {
  text-align: center;
  border: 0; }

.xs-product-wraper.version-4 img {
  margin-bottom: 43px; }

.xs-product-wraper .product-item-meta {
  text-align: center;
  opacity: 0;
  position: relative;
  top: 30px; }

.xs-product-wraper .xs-product-offer-label {
  margin: 0 0 0 auto; }

.xs-product-main-wrapre .xs-product-wraper {
  margin-bottom: 20px; }

.xs-product-main-wrapre .xs-product-wraper img {
  margin-bottom: 20px; }

.xs-product-main-wrapre.no-gutters .xs-product-wraper {
  margin-bottom: 0; }

.version-5 .xs-product-wraper, .version-6 .xs-product-wraper {
  border: 0px;
  text-align: center;
  margin-bottom: 20px; }

.version-5 .xs-product-wraper:hover, .version-6 .xs-product-wraper:hover {
  -webkit-box-shadow: none;
  box-shadow: none; }

.version-5 .xs-product-wraper.highlight, .version-6 .xs-product-wraper.highlight {
  text-align: left; }

.version-6 [class^="col"] {
  padding-left: 7.5px;
  padding-right: 7.5px; }

.version-6 [class^="col"]:first-child {
  padding-left: 15px; }

.version-6 [class^="col"]:last-child {
  padding-right: 15px; }

.version-6 .xs-product-wraper {
  padding: 10px 20px 30px; }

.xs-tab-content .row {
  margin-left: 0;
  margin-right: 0; }

.xs-product-header {
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 5px;
  z-index: 2; }

.product-title {
  font-size: 1.14286em;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.625; }

.product-title a {
  color: #222222;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block; }

.product-title a:hover {
  color: #35aef4; }

.product-title.highlight {
  font-size: 1em; }

.product-title.highlight a {
  color: #35aef4; }

.product-title.highlight a strong {
  font-size: 1.857em;
  display: block;
  color: #222222;
  line-height: 1; }

.product-title.small {
  font-size: 1em; }

.product-title.medium, .xs-post-footer .post-author .product-title.xs-round-avatar,
.xs-author-block .post-author .product-title.xs-round-avatar {
  font-size: 1.28571em;
  margin-bottom: 8px; }

.product-stock {
  color: #bbbbbb; }

.product-stock span {
  padding-left: 5px; }

.price {
  color: #35aef4;
  font-size: 16px !important; }

.price del {
  color: #d4d4d4;
  padding-left: 5px; }

.price.highlight {
  display: block;
  font-weight: 500;
  font-size: 2.14286em;
  line-height: 1;
  text-align: left; }

.price.highlight del {
  padding-left: 0;
  padding-bottom: 5px;
  display: block;
  font-size: 0.667em;
  font-weight: 400;
  margin-top: 3px; }

.price.small {
  font-size: 1em; }

.price small {
  font-size: 0.750em;
  color: #d4d4d4; }

.price.version-3 {
  color: #35aef4;
  font-weight: 300;
  font-size: 1.71429em;
  line-height: 1; }

.price.version-3 del {
  font-size: 0.750em;
  display: block;
  margin-top: 5px; }

.xs-content-header {
  border-bottom: 1px solid #efefef;
  margin-bottom: 30px; }

.xs-content-header .xs-content-title {
  float: left;
  margin-top: -4px; }

.xs-content-header .xs-content-title.version-2 {
  margin-top: 0; }

.xs-content-header .xs-nav-tab {
  float: right; }

.xs-content-header .customNavigation {
  float: right; }

.xs-content-header.version-2 {
  border-bottom: 0px; }

.xs-content-header.version-2 .xs-simple-btn {
  float: right; }

.xs-content-header.version-2 .xs-content-title {
  margin-top: 0; }

.xs-content-header.version-3 {
  padding-bottom: 8px; }

.xs-content-header.content-header-v2 .xs-nav-tab {
  float: none;
  position: relative; }

.xs-content-header.content-header-v2 .nav-item .xs-custom-nav {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  right: 0;
  top: 0; }

.xs-content-header.content-header-v2 .nav-item .nav-link.active ~ .xs-custom-nav {
  opacity: 1;
  visibility: visible; }

/* content title */
.xs-content-title {
  font-size: 1.57143em;
  margin-bottom: 0;
  line-height: 1;
  position: relative; }

.xs-content-title.version-2 {
  padding-bottom: 28px; }

.xs-content-title.version-2::before {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  height: 2px;
  width: 60px;
  background-color: #35aef4; }

.xs-content-title.version-2::after {
  position: absolute;
  content: "";
  left: 30px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -13px;
  border-top: 8px solid #35aef4;
  border-bottom: 5px solid transparent;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent; }

.xs-content-title.version-3 {
  font-size: 2em;
  font-weight: 700;
  margin-top: 0;
  padding-bottom: 24px; }

.xs-content-title.version-3::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -1px;
  height: 2px;
  width: 80px;
  background-color: #35aef4; }

.xs-content-title.version-3 small {
  font-size: 0.643em;
  font-weight: 400;
  display: block;
  color: #999999;
  margin-bottom: 5px; }

.xs-content-title.version-3 ~ .xs-custom-nav {
  padding-top: 5px; }

.xs-nav-tab {
  border-bottom: 0px solid #000; }

.xs-nav-tab .nav-item {
  margin-right: 40px; }

.xs-nav-tab .nav-item:last-child {
  margin-right: 0; }

.xs-nav-tab .nav-link {
  padding: 0;
  line-height: 1;
  border: 0;
  font-size: 1.28571em;
  color: #969696;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  padding-bottom: 13px; }

.xs-nav-tab .nav-link::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  height: 2px;
  width: 40px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #35aef4;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.xs-nav-tab .nav-link::after {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -9px;
  border-top: 5px solid #35aef4;
  border-bottom: 5px solid transparent;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0; }

.xs-nav-tab .nav-link.active, .xs-nav-tab .nav-link:hover {
  color: #35aef4;
  background-color: transparent; }

.xs-nav-tab .nav-link.active::before, .xs-nav-tab .nav-link.active::after, .xs-nav-tab .nav-link:hover::before, .xs-nav-tab .nav-link:hover::after {
  opacity: 1; }

.xs-nav-tab.version-2 .nav-item {
  margin-right: 20px; }

.xs-nav-tab.version-2 .nav-item:last-child {
  margin-right: 0; }

.xs-nav-tab.version-2 .nav-item .nav-link {
  font-size: 1.57143em;
  padding-bottom: 28px; }

.xs-nav-tab.version-2 .nav-item .nav-link::before, .xs-nav-tab.version-2 .nav-item .nav-link::after {
  left: 0;
  width: 60px;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%); }

.xs-nav-tab.version-2 .nav-item .nav-link::after {
  bottom: -13px;
  width: 10px;
  left: calc(60px / 2);
  margin-left: calc(-10px / 2); }

.xs-nav-tab.version-red .nav-link::before {
  background-color: #ff6251; }

.xs-nav-tab.version-red .nav-link::after {
  border-top-color: #ff6251; }

.xs-nav-tab.version-3 .nav-item .nav-link {
  font-size: 2em;
  padding-bottom: 20px; }

.xs-nav-tab.version-4 {
  margin-bottom: 20px;
  border-bottom: 1px solid #eaeaea; }

.xs-nav-tab.version-4 .nav-item .nav-link {
  font-size: 1em;
  font-weight: 500;
  color: #222222; }

.xs-nav-tab.version-4 .nav-item .nav-link span {
  color: #35aef4; }

.xs-nav-tab.version-4 .nav-item .nav-link:hover, .xs-nav-tab.version-4 .nav-item .nav-link.active {
  color: #35aef4; }

.xs-nav-tab.version-4 .nav-item .nav-link::before {
  width: 100%; }

.xs-nav-tab.version-4 .nav-item .nav-link::after {
  display: none; }

.product-categories {
  font-size: 0.85714em;
  margin-bottom: 4px;
  display: block; }

.product-categories a {
  color: #999999;
  display: inline-block; }

.xs-product-hover-area {
  padding: 20px 30px;
  border: 1px solid #efefef;
  color: #b7b7b7;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.xs-product-hover-area a {
  color: #b7b7b7;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.xs-product-hover-area a i {
  padding-right: 7px; }

.xs-product-hover-area a:hover {
  color: #777777; }

.xs-vertical-tab-nav li a {
  color: #777777;
  font-size: 1em;
  border-left: 1px solid #f7f7f7;
  padding-top: 11.25px;
  padding-bottom: 11.25px;
  padding-left: 35px;
  display: block;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative; }

.xs-vertical-tab-nav li a::after {
  position: absolute;
  content: "\f105";
  font-family: "FontAwesome";
  color: #d3d3d3;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 60px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.xs-vertical-tab-nav li a:hover, .xs-vertical-tab-nav li a.active {
  border-left: 2px solid #35aef4;
  color: #35aef4; }

.xs-vertical-tab-nav li a:hover::after, .xs-vertical-tab-nav li a.active::after {
  color: #35aef4; }

/* product item meta */
.product-item-meta {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.product-item-meta li {
  display: inline-block; }

.product-item-meta li a {
  display: block;
  color: #222222;
  width: 30px;
  height: 30px;
  line-height: 34px;
  border-radius: 100%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: center; }

.product-item-meta li a:hover {
  color: #FFFFFF;
  background-color: #35aef4; }

.product-item-meta.meta-style-2 li a {
  background-color: #35aef4;
  color: #FFFFFF; }

/* product feature ribbon */
.product-feature-ribbon {
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  height: 80px;
  line-height: 60px;
  background-image: -webkit-linear-gradient(45deg, white 0%, white 50%, #35aef4 50%, #35aef4 100%);
  background-image: -o-linear-gradient(45deg, white 0%, white 50%, #35aef4 50%, #35aef4 100%);
  background-image: linear-gradient(45deg, white 0%, white 50%, #35aef4 50%, #35aef4 100%);
  /* w3c */
  text-align: right;
  z-index: 2; }

.product-feature-ribbon i {
  font-size: 1.78571em;
  padding: 14px 8px;
  color: #FFF;
  display: inline-block; }

/* custom nav */
.xs-custom-nav a {
  display: inline-block;
  cursor: pointer;
  color: #d5d5d5;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.xs-custom-nav a:not([href]):hover {
  color: #35aef4; }

.xs-custom-nav a.nav-round {
  width: 40px;
  height: 40px;
  border: 2px solid #f1f1f1;
  border-radius: 100%;
  text-align: center;
  font-size: 1.28571em;
  line-height: 35px;
  color: #666666; }

.xs-custom-nav a.nav-round:hover {
  background-color: #35aef4;
  border-color: #35aef4;
  color: #FFFFFF; }

.xs-custom-nav .prev {
  margin-right: 14px; }

/* product nav tab */
.container-fullwidth .xs-nav-tab-v3 {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly; }

.xs-nav-tab-v3 {
  position: relative;
  margin-bottom: 30px;
  border-bottom: 0px; }

.xs-nav-tab-v3::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #eaeaea;
  z-index: 1;
  pointer-events: none; }

.xs-nav-tab-v3 .nav-item {
  width: 16.65%;
  margin-bottom: 0; }

.xs-nav-tab-v3 .nav-item .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  text-align: center;
  color: #222222;
  font-size: 1.14286em;
  font-weight: 500;
  min-height: 180px;
  padding: 34px 5px;
  position: relative;
  background-color: #FFFFFF;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.xs-nav-tab-v3 .nav-item .nav-link::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 100px;
  border-right: 1px solid #ededed; }

.xs-nav-tab-v3 .nav-item .nav-link::after {
  position: absolute;
  content: "";
  bottom: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  height: 24px;
  width: 24px;
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.xs-nav-tab-v3 .nav-item .nav-link::after, .xs-nav-tab-v3 .nav-item .nav-link.active {
  background-color: #35aef4; }

.xs-nav-tab-v3 .nav-item .nav-link.active {
  color: #FFFFFF; }

.xs-nav-tab-v3 .nav-item .nav-link.active span, .xs-nav-tab-v3 .nav-item .nav-link.active small {
  color: #FFFFFF; }

.xs-nav-tab-v3 .nav-item .nav-link.active::after {
  opacity: 1; }

.xs-nav-tab-v3 .nav-item .nav-link.active::before {
  display: none; }

.xs-nav-tab-v3 .nav-item .nav-link span,
.xs-nav-tab-v3 .nav-item .nav-link small {
  display: block; }

.xs-nav-tab-v3 .nav-item .nav-link small {
  color: #555555;
  font-weight: 400;
  font-size: 0.750em;
  margin-top: 8px; }

.xs-nav-tab-v3 .nav-item .nav-link span {
  color: #35aef4;
  font-size: 2.500em;
  margin-bottom: 15px; }

.xs-nav-tab-v3 .nav-item:first-child .nav-link:before {
  display: none; }

  /*--------------------------------------------------============================================================
                      10. other component

  =================================================--------------------------------------------------------------*/
.xs-banner-campaign {
  display: block;
  position: relative;
  overflow: hidden; }

.xs-banner-campaign::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: -webkit-transform 1.8s;
  transition: -webkit-transform 1.8s;
  -o-transition: transform 1.8s;
  transition: transform 1.8s;
  transition: transform 1.8s, -webkit-transform 1.8s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -200%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -200%, 0); }

.xs-banner-campaign:hover::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0); }

.xs-banner .xs-banner-campaign img {
  width: 100%;
  min-height: 250px; }

.xs-banner-campaign-v2 {
  padding-top: 30px; }

.xs-offerBanner-section.version-fullwidth {
  padding-bottom: 50px; }

/*--------------------------------------------------============================================================
                    11. product widget
=================================================--------------------------------------------------------------*/
.xs-product-widget {
  margin-bottom: 30px;
  border: 1px solid #e3e3e3;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative; }

.xs-product-widget:hover {
  -webkit-box-shadow: 0px 2px 20px 0px rgba(144, 144, 144, 0.2);
  box-shadow: 0px 2px 20px 0px rgba(144, 144, 144, 0.2);
  border-color: transparent; }

.xs-product-widget:hover:hover img {
  opacity: .7; }

.xs-product-widget img {
  opacity: 1;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.xs-product-widget:last-child {
  margin-bottom: 0; }

.xs-product-widget img ~ .product-widget-content {
  padding: 0px 20px; }

.xs-product-widget .product-widget-content {
  padding: 0px 20px; }

h4.product-title-v2.xs-cat {
  margin-bottom: 5px; }

.xs-product-widget.version-2 {
  border: 0; }

.xs-product-widget.version-2:hover {
  -webkit-box-shadow: none;
  box-shadow: none; }

.xs-product-widget.version-thumb:hover {
  -webkit-box-shadow: none;
  box-shadow: none; }

.xs-product-widget.version-gradient {
  background: -webkit-gradient(linear, left top, right top, from(#f7f6f2), color-stop(20%, #f7f6f2), color-stop(20%, white), to(white));
  background: -webkit-linear-gradient(left, #f7f6f2 0%, #f7f6f2 20%, white 20%, white 100%);
  background: -o-linear-gradient(left, #f7f6f2 0%, #f7f6f2 20%, white 20%, white 100%);
  background: linear-gradient(to right, #f7f6f2 0%, #f7f6f2 20%, white 20%, white 100%);
  border: 2px solid #f7f6f2;
  border-radius: 4px;
  z-index: 1; }

.xs-product-widget.version-gradient .xs-product-thumb {
  padding-left: 40px;
  min-width: 130px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.xs-product-widget.version-gradient .xs-product-thumb ~ .product-widget-content {
  padding: 20px 20px 20px 30px; }

.xs-product-widget.version-gradient::before {
  position: absolute;
  content: "";
  left: 20%;
  top: 0;
  background-image: url(https://filterswell.com/cdn/shop/t/2/images/curve-small.png);
  height: 130px;
  width: 22px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1; }

.xs-product-widget.version-gradient:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #f7f6f2; }

.xs-tab-slider .owl-stage {
  padding-top: 10px;
  padding-bottom: 10px; }

.xs-product-slider-4 .xs-product-widget,
.xs-product-slider-5 .xs-product-widget,
.xs-product-slider-6 .xs-product-widget {
  margin-bottom: 12px; }

.xs-product-slider-4 .xs-product-widget:last-child,
.xs-product-slider-5 .xs-product-widget:last-child,
.xs-product-slider-6 .xs-product-widget:last-child {
  margin-bottom: 0; }

/* version thumb */
.version-thumb .xs-product-widget {
  border: 0px;
  background-color: #ffffff;
  margin-bottom: 20px; }

.version-thumb .xs-product-widget:hover {
  -webkit-box-shadow: none;
  box-shadow: none; }

.version-thumb .xs-product-widget .price del {
  display: block;
  padding-left: 0; }

/* version border right */
.version-border-right .xs-product-widget {
  border: 0px;
  border-right: 1px solid #f1f1f1; }

.version-border-right .xs-product-widget:hover {
  border-color: transparent; }

.version-border-right .owl-item.last-child .xs-product-widget {
  border-right-color: transparent; }

/* product thumb verison */
.product-thumb-version .xs-product-widget {
  border: 0;
  border-right: 1px solid #ededed;
  margin-bottom: 30px; }

.product-thumb-version .xs-product-widget:hover {
  -webkit-box-shadow: none;
  box-shadow: none; }

.product-thumb-version .xs-product-widget img ~ .product-widget-content {
  padding: 0px 10px; }

.product-thumb-version .xs-product-widget .price {
  color: #35aef4; }

.product-thumb-version .xs-product-widget img {
  padding-left: 6px; }

.product-thumb-version [class^='col-']:last-child .xs-product-widget {
  border-right: 0px; }

/*--------------------------------------------------============================================================
                    12. footer
=================================================--------------------------------------------------------------*/
.xs-footer-section {
  padding-top: 80px;
  position: relative; }

.xs-footer-main {
  padding-bottom: 80px; }

.xs-footer-logo {
  padding-bottom: 60px;
  text-align: center; }

.xs-footer-logo a {
  display: inline-block; }

.footer-widget .widget-title {
  font-size: 1.28571em;
  font-weight: 500;
  margin-bottom: 25px; }

.footer-widget.footer-content {
  padding-right: 120px; }

.footer-widget .footer-banner {
  margin-top: -27px; }

.xs-footer-description {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e8e8e8; }

.xs-footer-description img {
  margin-right: 20px; }

.xs-footer-description .media-body p {
  margin-bottom: 0;
  color: #777777; }

.xs-footer-description .media-body p a {
  color: #5abdf8; }

/* copyright content */
.xs-copyright {
  background-color: #0063d1;
  padding: 30px 0;
  /* version gray  */
  /* Version yellow */
  /* payment icons */ }

.xs-copyright.copyright-gray .xs-copyright-text,
.xs-copyright.copyright-gray .xs-copyright-text a,
.xs-copyright.copyright-gray .xs-social-list li a {
  color: #222222; }

.xs-copyright.copyright-yellow .xs-copyright-text,
.xs-copyright.copyright-yellow .xs-copyright-text a,
.xs-copyright.copyright-yellow .xs-social-list li a {
  color: #333e48; }

.xs-copyright .xs-payment-card {
  text-align: right; }

.xs-copyright .xs-payment-card li a {
  opacity: .5; }

.xs-copyright .xs-payment-card li a:hover {
  opacity: 1; }

.xs-copyright .xs-social-list {
  text-align: right; }

.xs-copyright .xs-social-list li a {
  color: #ffffff; }

.xs-copyright-text {
  color: #9dcbff; }

.xs-copyright-text a {
  color: #FFFFFF; }

/* payment icons */
.xs-payment-card li {
  display: inline-block;
  margin-right: 20px; }

.xs-payment-card li:last-child {
  margin-right: 0; }

.xs-payment-card li a {
  display: inline-block;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.xs-payment-card .payment-title {
  color: #FFFFFF;
  margin-right: 30px; }

/* footer version 2 */
.footer-logo-v2 {
  text-align: left; }

.xs-footer-info-and-payment {
  margin: 0; }

.xs-footer-info-and-payment span[class*="icon"] {
  color: #5abdf8;
  font-size: 3.57143em;
  margin-right: 20px; }

.xs-footer-info-and-payment .color-yellow[class*="icon"] {
  color: #fed700; }

.xs-footer-info-and-payment h5 {
  font-size: 1.57143em;
  color: #999999;
  font-weight: 300;
  line-height: 1.454;
  margin-bottom: 12px; }

.xs-footer-info-and-payment strong {
  display: block;
  color: #444444;
  font-weight: 500; }

.xs-footer-info-and-payment address {
  color: #777777;
  margin-bottom: 12px; }

.xs-footer-info-and-payment .xs-payment-card {
  margin-bottom: 22px; }

/* secure by info */
.xs-footer-secure-info h6 {
  font-size: 1.14286em;
  font-weight: 400;
  margin-bottom: 7px; }

.xs-footer-secure-info li {
  display: inline-block;
  margin-right: 14px; }

.xs-footer-secure-info li:last-child {
  margin-right: 0; }

/* footer banner */
.footer-banner {
  display: inline-block; }

/*--------------------------------------------------============================================================
                    13. product category
=================================================--------------------------------------------------------------*/
.xs-product-category {
  padding: 0 13px;
  border-right: 1px solid #ebebeb;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.xs-product-category img {
  margin: 0 auto 20px auto;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 1; }

.xs-product-category:hover {
  opacity: .7; }

.xs-tab-slider-6-col .last-child .xs-product-category {
  border-right: 1px solid transparent; }

.tab-slider-center .xs-product-category {
  text-align: center; }

/* product category version 2 */
.product-category-version-2 .xs-product-category {
  padding: 0 10px;
  border-right: 0px;
  text-align: center;
  margin-bottom: 30px; }

/* tab slider 7 col */
.xs-slider-7-col .last-child .xs-product-category {
  border-right: 1px solid transparent; }

.xs-slider-7-col .first-child .xs-product-category {
  border-right: 1px solid transparent; }

.xs-recently-added .xs-content-header {
  padding-bottom: 10px; }

/*--------------------------------------------------============================================================
                    14. deal of the day
=================================================--------------------------------------------------------------*/
.xs-deal-of-the-day-section {
  position: relative;
  padding: 125px 0; }

.xs-best-deal-slider-content {
  color: #FFFFFF; }

.xs-best-deal-slider-content .price {
  margin-bottom: 40px;
  font-size: 2em !important;
  color: #FFFFFF;
  display: inline-block; }

.xs-best-deal-slider-content .price del {
  color: #1f7ee8; }

.xs-best-deal-slider-content .btn.btn-success::before {
  background-color: #222222; }

.best-deal-sub-title {
  color: #62acff;
  font-size: 1.57143em;
  font-weight: 400;
  margin-bottom: 10px; }

.best-deal-title {
  font-size: 2.3em;
  font-weight: 700;
  letter-spacing: -.3px;
  margin-bottom: 25px; }

.xs-slider-highlight {
  position: relative; }

.xs-slider-highlight:hover .owl-prev,
.xs-slider-highlight:hover .owl-next {
  opacity: 1; }

.xs-slider-highlight:hover .owl-prev {
  left: 40px; }

.xs-slider-highlight:hover .owl-next {
  right: 40px; }

.xs-slider-highlight .owl-prev,
.xs-slider-highlight .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0; }

.xs-slider-highlight .owl-prev i,
.xs-slider-highlight .owl-next i {
  color: #b1d6ff; }

.xs-slider-highlight .owl-prev i:hover,
.xs-slider-highlight .owl-next i:hover {
  color: #FFFFFF; }

.xs-slider-highlight .owl-prev {
  left: 0px; }

.xs-slider-highlight .owl-next {
  right: 0px; }

/*--------------------------------------------------============================================================
                    15. product details
=================================================--------------------------------------------------------------*/
.entry-summary {
  padding-top: 50px; }

.summary-content .entry-title {
  font-size: 1em;
  font-weight: 400;
  color: #35aef4;
  margin-bottom: 15px; }

.summary-content .product-title {
  font-size: 1.57143em;
  margin-bottom: 10px; }

.summary-content .star-rating {
  margin-bottom: 20px;
  line-height: 1; }

.summary-content .star-rating .value {
  top: -2px; }

.summary-content .price {
  margin-bottom: 20px; }

.xs-add-to-chart-form {
  margin-bottom: 30px; }

.xs-add-to-chart-form .xs_input_number {
  display: inline-block;
  float: left; }

.xs-add-to-chart-form .w-quantity-btn {
  text-align: right; }

.xs-wishlist-and-compare {
  width: 52px;
  height: 52px;
  line-height: 52px;
  display: inline-block;
  border: 1px solid #eaeaea;
  border-radius: 4px;
  color: #999999;
  font-size: 1.14286em;
  text-align: center; }

/*--------------------------------------------------============================================================
                    16. brand section
=================================================--------------------------------------------------------------*/
.xs-brand-section {
  padding: 80px 0; }

.xs-brand-section.brand-bg-version {
  background-color: #35aef4;
  border-top: 0px; }

.xs-brand-content li {
  min-width: calc(100% / 5);
  float: left;
  text-align: center; }

.xs-brand-content li a {
  display: inline-block;
  opacity: .5;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.xs-brand-content li a:hover {
  opacity: 1; }

.xs-brand-content.version-2 li {
  min-width: calc(100% / 6);
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.xs-brand-content.version-2 li a {
  opacity: 1; }

.xs-brand-content.version-3 li {
  min-width: calc(100% / 6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 116px; }

.xs-brand-content.version-3 li a {
  opacity: 1; }

/*--------------------------------------------------============================================================
                    17. newsletter section
=================================================--------------------------------------------------------------*/
.xs-newsLetter-section {
  padding: 90px 0; }

.xs-newsLetter-section.newsLetter-bg-image {
  color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.xs-newsLetter-section.version-gradient {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#effde9), to(#dffff6));
  background-image: -webkit-linear-gradient(bottom, #effde9 0%, #dffff6 100%);
  background-image: -o-linear-gradient(bottom, #effde9 0%, #dffff6 100%);
  background-image: linear-gradient(to top, #effde9 0%, #dffff6 100%); }

.xs-newsLetter-section.version-gradient .newsletter-content i {
  color: #35aef4; }

.xs-newsLetter-section.version-gradient .xs-newsletter input:not([type="submit"]) {
  border-color: #ff6251;
  background-color: transparent; }

.xs-newsLetter-section.version-gradient .xs-newsletter input:not([type="submit"])::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #222222;
  font-size: 1em; }

.xs-newsLetter-section.version-gradient .xs-newsletter input:not([type="submit"])::-moz-placeholder {
  /* Firefox 19+ */
  color: #222222;
  font-size: 1em; }

.xs-newsLetter-section.version-gradient .xs-newsletter input:not([type="submit"]):-ms-input-placeholder {
  /* IE 10+ */
  color: #222222;
  font-size: 1em; }

.xs-newsLetter-section.version-gradient .xs-newsletter input:not([type="submit"]):-moz-placeholder {
  /* Firefox 18- */
  color: #222222;
  font-size: 1em; }

.xs-newsLetter-section.version-gradient .xs-newsletter input[type="submit"] {
  background-color: #ff6251; }

.xs-newsletter-sub-title {
  font-size: 1.57143em;
  font-weight: 300;
  margin-bottom: 15px; }

.xs-newsletter-title {
  font-size: 2.57143em;
  font-weight: 500;
  margin-bottom: 15px; }

.xs-newsletter-content p {
  color: #84a6ff;
  margin-bottom: 25px; }

.xs-newsletter-content .xs-newsletter {
  margin-right: 90px; }

.xs-newsletter {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.xs-newsletter input:not([type="submit"]) {
  width: 100%;
  display: block;
  float: left;
  background-color: #35aef4;
  border: 2px solid rgba(0, 0, 0, 0.1);
  padding-left: 30px; }

.xs-newsletter input[type="submit"] {
  border: 0;
  background-color: #35aef4;
  letter-spacing: .3px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.85714em;
  color: #FFFFFF;
  padding: 0 50px;
  display: inline-block;
  float: right;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.xs-newsletter input:not([type="submit"]),
.xs-newsletter input[type="submit"] {
  height: 60px; }

.xs-newsletter.round {
  height: 60px; }

.xs-newsletter.round input:not([type="submit"]) {
  border-radius: 30px;
  width: 100%; }

.xs-newsletter.round input[type="submit"] {
  height: calc(100% - 14px);
  border-radius: 25px;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 4.1; }

.xs-newsletter.round input[type="submit"]:hover {
  background-color: #222222; }

.xs-newsletter ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #84acff;
  font-size: 1.14286em; }

.xs-newsletter ::-moz-placeholder {
  /* Firefox 19+ */
  color: #84acff;
  font-size: 1.14286em; }

.xs-newsletter :-ms-input-placeholder {
  /* IE 10+ */
  color: #84acff;
  font-size: 1.14286em; }

.xs-newsletter :-moz-placeholder {
  /* Firefox 18- */
  color: #84acff;
  font-size: 1.14286em; }

.xs-newsletter.newsLetter-v2 input:not([type="submit"]) {
  border-color: #e7e7e7;
  border-radius: 4px 0 0 4px;
  border-right: 0;
  background-color: #FFFFFF; }

.xs-newsletter.newsLetter-v2 input[type="submit"] {
  background-color: #35aef4;
  border-radius: 0 4px 4px 0; }

.xs-newsletter.newsLetter-v2 input[type="submit"]:hover {
  background-color: #35aef4; }

.xs-newsletter.newsLetter-v2 input:not([type="submit"]),
.xs-newsletter.newsLetter-v2 input[type="submit"] {
  height: 52px !important; }

.xs-newsletter.newsLetter-v2 ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c9c9c9;
  font-size: 1em; }

.xs-newsletter.newsLetter-v2 ::-moz-placeholder {
  /* Firefox 19+ */
  color: #c9c9c9;
  font-size: 1em; }

.xs-newsletter.newsLetter-v2 :-ms-input-placeholder {
  /* IE 10+ */
  color: #c9c9c9;
  font-size: 1em; }

.xs-newsletter.newsLetter-v2 :-moz-placeholder {
  /* Firefox 18- */
  color: #c9c9c9;
  font-size: 1em; }

.xs-newsletter.newsLetter-v2 label {
  position: absolute;
  top: -20px;
  left: 0;
  margin-bottom: 0; }

.xs-newsletter.newsLetter-v3 input:not([type="submit"]) {
  border: 1px solid #e7e7e7;
  border-right: 0;
  background-color: #FFFFFF;
  border-radius: 25px 0 0 25px; }

.xs-newsletter.newsLetter-v3 input:not([type="submit"]),
.xs-newsletter.newsLetter-v3 input[type="submit"] {
  height: 52px; }

.xs-newsletter.newsLetter-v3 input[type="submit"] {
  background-color: #333e48;
  font-size: 1em;
  padding: 0 35px;
  border-radius: 0 25px 25px 0; }

.xs-newsletter.newsLetter-v3 ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #c9c9c9;
  font-size: 1em; }

.xs-newsletter.newsLetter-v3 ::-moz-placeholder {
  /* Firefox 19+ */
  color: #c9c9c9;
  font-size: 1em; }

.xs-newsletter.newsLetter-v3 :-ms-input-placeholder {
  /* IE 10+ */
  color: #c9c9c9;
  font-size: 1em; }

.xs-newsletter.newsLetter-v3 :-moz-placeholder {
  /* Firefox 18- */
  color: #c9c9c9;
  font-size: 1em; }

label[for="xs-newsletter-email"] {
  display: block;
  position: absolute;
  top: -30px;
  margin-bottom: 0;
  left: 0; }

.newsletter-content {
  width: 100%; }

.newsletter-content i {
  color: #35aef4;
  font-size: 3.57143em; }

.newsletter-content .newsletter-title {
  font-size: 1.85714em;
  font-weight: 400;
  letter-spacing: -.3px; }

.newsletter-content p {
  color: #777777;
  margin-bottom: 0; }

/*--------------------------------------------------============================================================
                    18. feature list
=================================================--------------------------------------------------------------*/
.xs-featureList-section {
  padding-top: 30px; }

.xs-feature-list {
  border: 1px solid #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.xs-feature-list li {
  width: 20%;
  padding: 30px;
  border-right: 1px solid #eaeaea; }

.xs-feature-list li:last-child {
  border-right: 0; }

.xs-feature-list.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px; }

.xs-feature-list.vertical li {
  width: 100%;
  padding: 0px;
  border-right: 0px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 20px;
  margin-bottom: 20px; }

.xs-feature-list.vertical li:last-child {
  border-bottom: 0px solid #eaeaea;
  padding-bottom: 0px;
  margin-bottom: 0px; }

.xs-feature-list.vertical .xs-feature-text h4 {
  font-weight: 500;
  font-size: 1em; }

.xs-feature-list.vertical .xs-feature-text span {
  font-size: .9em; }

.xs-feature i {
  font-size: 34px;
  color: #35aef4; }

.xs-feature-text h4 {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: -.3px; }

.xs-feature-text span {
  color: #626060;
  font-size: 12px; }

/*--------------------------------------------------============================================================
                    19. deal of the week
=================================================--------------------------------------------------------------*/
/* content header background version */
.xs-content-header.background-version {
  background-color: #35aef4;
  border-bottom: 0;
  padding: 18px 30px;
  border-radius: 4px 4px 0 0;
  margin-bottom: 0; }

.xs-content-header.background-version .xs-content-title {
  margin-top: 0;
  font-size: 1.28571em; }

.xs-content-header.background-version .xs-custom-nav a {
  color: #FFFFFF; }

/* deal of the week */
.xs-deal-of-the-week {
  border: 2px solid #35aef4;
  border-top: 0;
  border-radius: 0 0 4px 4px; }

.xs-deal-blocks {
  padding-bottom: 28px; }

.xs-deal-blocks img {
  margin: 0 auto 20px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.xs-deal-blocks:hover img {
  opacity: .7; }

.xs-deal-blocks hr {
  border-color: #f4f4f4;
  margin-bottom: 30px;
  margin-top: 0; }

.xs-deal-blocks .xs-countdown-timer {
  padding: 0 75px; }

/* deal info */
.xs-deals-info {
  padding: 0 28px;
  margin-bottom: 40px; }

.xs-deals-info .price {
  font-size: 1.71429em; }

.xs-deals-info .xs-product-offer-label {
  width: 70px;
  height: 70px;
  float: right; }

.xs-deals-info .product-title {
  margin-bottom: 0; }

.xs-deals-info .media {
  margin-bottom: 40px; }

/* data stock */
.xs-deal-stock-limit {
  margin-bottom: 10px; }

.xs-deal-stock-limit .product-sold {
  float: left; }

.xs-deal-stock-limit .product-available {
  float: right; }

.product-sold,
.product-available {
  font-size: 0.85714em; }

/* progress bar */
.xs-progress {
  height: 10px;
  background-color: #f5f5f5;
  border-radius: 5px; }

.xs-progress .progress-bar {
  background-color: #35aef4;
  border-radius: 5px; }

/* countdown timer */
.countdow-timer h4 {
  font-size: 1em;
  color: #777777;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px; }

.countdow-timer h4 span {
  font-weight: 500;
  font-size: 1.28571em; }

.deal-of-the-week-v2 .background-version {
  background-color: transparent;
  border: 2px solid #35aef4;
  border-bottom: 0px solid #000;
  position: relative; }

.deal-of-the-week-v2 .background-version::before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 1px;
  width: calc(100% - 64px);
  background-color: #f4f4f4; }

.deal-of-the-week-v2 .background-version .xs-content-title {
  color: #222222; }

.deal-of-the-week-v2 .background-version .xs-custom-nav a {
  color: #b2b2b2; }

.deal-of-the-week-v2 .price {
  color: #35aef4;
  font-weight: 300; }

.deal-of-the-week-v2 .xs-progress .progress-bar {
  background-color: #35aef4; }

/* deal block version 2 */
.xs-deal-blocks.deal-block-v2 {
  position: relative;
  background-color: #FFFFFF;
  border-right: 1px solid #ededed; }

.xs-deal-blocks.deal-block-v2 .xs-product-offer-label {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 70px;
  height: 70px; }

.xs-deal-blocks.deal-block-v2 .xs-product-offer-label span {
  font-size: 1.28571em; }

.xs-deal-blocks.deal-block-v2 .price {
  color: #35aef4; }

.xs-deal-blocks.deal-block-v2 .title-and-price {
  text-align: center;
  margin-bottom: 20px; }

.xs-deal-blocks.deal-block-v2 .xs-deals-info {
  margin-bottom: 30px; }

.xs-deal-blocks.deal-block-v2 hr {
  width: calc(100% - 56px); }

.tab-pane .row [class^="col-"]:last-child .deal-block-v2 {
  border-right: 0px solid #000; }

/*--------------------------------------------------============================================================
                    
20. offer banner section
=================================================--------------------------------------------------------------*/
.xs-banner-offer {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 0px; }

.xs-banner-offer,
.xs-offer-text {
  min-height: 363px;
  max-height: 363px; }

.xs-offer-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 20px; }

.xs-offer-text h2 {
  font-weight: 300;
  font-size: 2.85714em;
  margin-bottom: 5px; }

.xs-offer-text h3 {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 2.5em; }

.xs-offer-product-img {
  margin-top: -28px;
  text-align: right; }

/* offer short banner */
.small-offer-banner {
  background-color: #f7f7f7;
  padding: 30px;
  max-height: 250px;
  min-height: 250px;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.small-offer-banner:hover {
  -webkit-box-shadow: 0px 2px 20px 0px rgba(144, 144, 144, 0.2);
  box-shadow: 0px 2px 20px 0px rgba(144, 144, 144, 0.2); }

.small-offer-banner .media-body {
  position: relative;
  top: 63px;
  left: 10px; }

.small-offer-banner .media-body img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.small-offer-banner:hover .media-body img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05); }

.small-offer-banner.offer-banner-v2 h2, .small-offer-banner.offer-banner-v2 h3 {
  font-size: 1.71429em;
  letter-spacing: -.3px; }

.small-offer-banner.offer-banner-v2 h2 {
  font-weight: 300;
  margin-bottom: 0px; }

.small-offer-banner.offer-banner-v2 h3 {
  font-weight: 700;
  margin-bottom: 20px; }

.small-offer-banner.offer-banner-v2 .media-body {
  top: 33px; }

.small-offer-banner.offer-banner-v3 h2 {
  font-weight: 300;
  color: #35aef4;
  font-size: 1.28571em;
  margin-bottom: 10px; }

.small-offer-banner.offer-banner-v3 h3 {
  font-size: 2em;
  font-weight: 300; }

.small-offer-banner.offer-banner-v3 h3 span {
  font-weight: 700; }

.small-offer-banner.offer-banner-v3 .media-body {
  top: 80px; }

.small-offer-banner.offer-banner-v3 .offer-banner-content {
  max-width: 60%; }

.offer-banner-content {
  max-width: 60%; }

.offer-banner-content .product-categories {
  font-size: 1.28571em;
  margin-bottom: 10px;
  display: block; }

.offer-banner-content .product-categories a {
  color: #74a8e5; }

.offer-banner-content h3 {
  font-size: 2.14286em;
  font-weight: 700;
  margin-bottom: 19px; }

/* small offer banner version 2 */
.small-offer-banner-v2 .small-offer-banner {
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
  margin-bottom: 20px;
  min-height: 277px; }

.small-offer-banner-v2 .small-offer-banner:last-child {
  margin-bottom: 0; }

.small-offer-banner-v2 .offer-banner-content {
  max-width: 65%; }

.small-offer-banner-v2 .offer-banner-content p {
  color: #35aef4;
  margin-bottom: 8px; }

.small-offer-banner-v2 .offer-banner-content h3 {
  font-size: 1.28571em;
  font-weight: 300; }

.small-offer-banner-v2 .offer-banner-content h3 span {
  font-weight: 500;
  display: block; }

/*--------------------------------------------------============================================================
                    21. news section
=================================================--------------------------------------------------------------*/
.xs-single-news {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.xs-single-news:hover {
  -webkit-box-shadow: 0px 2px 20px 0px rgba(144, 144, 144, 0.2);
  box-shadow: 0px 2px 20px 0px rgba(144, 144, 144, 0.2); }

.xs-news-content {
  padding: 30px;
  background-color: #FFFFFF; }

.tags-links a {
  color: #35aef4; }

.entry-meta {
  margin-bottom: 15px; }

.entry-title {
  font-size: 1.28571em;
  line-height: 1.5;
  letter-spacing: -.3px;
  margin-bottom: 20px; }

.entry-title a {
  color: #222222;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.entry-title a:hover {
  color: #35aef4; }

.post-meta {
  color: #999999; }

.post-meta span {
  margin-right: 30px; }

.post-meta span:last-child {
  margin-right: 0; }

.post-meta i {
  font-size: 1.14286em;
  padding-right: 8px;
  position: relative;
  top: 3px; }

.post-meta a {
  font-size: 0.71429em;
  color: inherit;
  display: inline-block; }

.version-border .xs-news-content {
  border: 2px solid #f4f4f4;
  border-top: 0px; }

/*--------------------------------------------------============================================================
                    22. organic porduct tab
=================================================--------------------------------------------------------------*/
.xs-nav-tab-v2 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 0px;
  margin-bottom: 40px; }

.xs-nav-tab-v2 .nav-item {
  margin-bottom: 0; }

.xs-nav-tab-v2 .nav-link {
  border: 2px solid #f1f1f1;
  padding: 16px 50px;
  line-height: 1;
  border-radius: 25px;
  font-size: 0.85714em;
  font-weight: 700;
  color: #666666;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.xs-nav-tab-v2 .nav-link.active, .xs-nav-tab-v2 .nav-link:hover {
  border-color: transparent;
  background-color: #35aef4;
  color: #FFFFFF; }

.xs-nav-tab-v2 .nav-filter-img {
  min-height: 173px;
  max-width: 268px; }

/*--------------------------------------------------============================================================
                    23. organic product
=================================================--------------------------------------------------------------*/
.xs-organic-product-thumb {
  background: #f7f6f2;
  background: -webkit-gradient(linear, left top, left bottom, from(#f7f6f2), color-stop(60%, #f7f6f2), color-stop(60%, white), to(white));
  background: -webkit-linear-gradient(top, #f7f6f2 0%, #f7f6f2 60%, white 60%, white 100%);
  background: -o-linear-gradient(top, #f7f6f2 0%, #f7f6f2 60%, white 60%, white 100%);
  background: linear-gradient(to bottom, #f7f6f2 0%, #f7f6f2 60%, white 60%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7f6f2', endColorstr='#ffffff',GradientType=0 );
  border-radius: 4px;
  padding: 30px 30px 40px;
  position: relative;
  text-align: center;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  margin-bottom: 30px; }

.xs-organic-product-thumb::before {
  position: absolute;
  content: "";
  top: calc(60% - 42px);
  left: 0;
  background-image: url(https://filterswell.com/cdn/shop/t/2/images/curve.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 42px;
  z-index: -1; }

.xs-organic-product-thumb .xs-product-header {
  text-align: left; }

.xs-organic-product-thumb .product-item-meta,
.xs-organic-product-thumb .hover-box {
  opacity: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.xs-organic-product-thumb .product-item-meta {
  top: -25px; }

.xs-organic-product-thumb .hover-box {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  bottom: -20px; }

.xs-organic-product-thumb .product-thumb {
  margin: 30px 0;
  min-height: 197px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.xs-organic-product-thumb .xs-product-header,
.xs-organic-product-thumb .content-box {
  top: 0;
  opacity: 1;
  visibility: visible;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.xs-organic-product-thumb .content-box {
  position: relative;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.xs-organic-product-thumb:hover {
  -webkit-box-shadow: 0px 2px 6px 0px rgba(168, 168, 168, 0.2);
  box-shadow: 0px 2px 6px 0px rgba(168, 168, 168, 0.2); }

.xs-organic-product-thumb:hover .xs-product-header,
.xs-organic-product-thumb:hover .content-box {
  top: -20px;
  opacity: 0;
  visibility: hidden; }

.xs-organic-product-thumb:hover .product-item-meta,
.xs-organic-product-thumb:hover .hover-box {
  opacity: 1;
  visibility: visible; }

.xs-organic-product-thumb:hover .product-item-meta {
  top: 30px; }

.xs-organic-product-thumb:hover .hover-box {
  bottom: 40px; }

.xs-organic-product-thumb .product-title a:hover {
  color: #ff6251; }

.xs-organic-product-thumb .price {
  font-size: 1.14286em; }

/*--------------------------------------------------============================================================
                    24. organic product thumb
=================================================--------------------------------------------------------------*/
.xs-organic-product-widget {
  padding: 40px;
  position: relative;
  background-color: #5abdf8;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-bottom: 30px; }

.xs-organic-product-widget:hover {
  -webkit-box-shadow: 0px 2px 20px 0px rgba(144, 144, 144, 0.2);
  box-shadow: 0px 2px 20px 0px rgba(144, 144, 144, 0.2); }

.xs-organic-product-widget::before {
  position: absolute;
  content: "";
  top: -50px;
  left: -170px;
  height: 393px;
  width: 393px;
  background-color: #fafafa;
  border-radius: 100%;
  z-index: -1;
  border-right: 12.5px solid;
  border-top: 40px solid;
  border-color: #5abdf8; }

.xs-organic-product-widget.red-version {
  background-color: #ff6251; }

.xs-organic-product-widget.red-version::before {
  border-color: #ff6251; }

.xs-organic-product-widget .product-thumb {
  min-height: 197px; }

.organic-widget-content {
  padding-left: 30px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #FFFFFF; }

.organic-widget-content h4 {
  font-family: 'Pacifico', cursive;
  font-size: 1.85714em;
  margin-bottom: 5px; }

.organic-widget-content h5 {
  font-weight: 700;
  font-size: 2.28571em;
  margin-bottom: 25px; }

.xs-organic-widget-highlight {
  padding: 40px;
  display: block;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.xs-organic-widget-highlight:hover {
  -webkit-box-shadow: 0px 2px 20px 0px rgba(144, 144, 144, 0.2);
  box-shadow: 0px 2px 20px 0px rgba(144, 144, 144, 0.2); }

/*--------------------------------------------------============================================================
                    25. organic deal of the day
=================================================--------------------------------------------------------------*/
.xs-deal-of-the-day-organic {
  position: relative;
  padding: 110px 0;
  z-index: 1; }

.xs-deal-of-the-day-organic .xs-gradient {
  z-index: -2; }

.xs-deal-of-the-day-organic .xs-watermark-text {
  top: 50%;
  bottom: inherit;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 10.71429em;
  color: #e2f6e5;
  z-index: -1; }

.xs-organic-info-content {
  position: relative;
  z-index: 2; }

.xs-organic-info-content .organic-info-title {
  margin-bottom: 30px; }

.xs-organic-info-content p {
  color: #666666;
  margin-bottom: 25px; }

.xs-organic-info-content .btn:not(.btn-outline-success) {
  padding: 18px 60px; }

.organic-info-subtitle {
  color: #7fbb00;
  font-family: 'Pacifico', cursive;
  font-size: 2.28571em;
  font-weight: 400;
  margin-bottom: 10px; }

.organic-info-title {
  font-weight: 700;
  font-size: 3.71429em; }

/*--------------------------------------------------============================================================
                    26. organic feature product
=================================================--------------------------------------------------------------*/
.xs-organic-featured-item-section {
  position: relative;
  padding: 100px 0; }

.xs-organic-featured-item-section .xs-watermark-text {
  z-index: -1;
  top: 50%;
  bottom: inherit;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 17.14286em;
  color: #e2f6e5; }

.xs-organic-featured-item-section .xs-gradient {
  z-index: -2; }

.xs-organic-feature-product {
  position: relative;
  z-index: 2; }

.xs-organic-feature-product .xs-popover-wraper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 68%; }

.xs-organic-feature-product .xs-popover-wraper .btn {
  position: relative; }

.xs-organic-feature-product .xs-popover-wraper .btn:last-child {
  float: right;
  top: 90px; }

/*--------------------------------------------------============================================================
                    27. funfact section
=================================================--------------------------------------------------------------*/
.xs-funfact-section {
  padding-top: 200px;
  padding-bottom: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.xs-single-fun-fact {
  color: #FFFFFF; }

.xs-single-fun-fact i {
  font-size: 4.28571em;
  padding-right: 20px; }

.xs-single-fun-fact h4 {
  font-size: 1.28571em;
  font-family: 'Pacifico', cursive;
  margin-bottom: 5px; }

.xs-single-fun-fact p {
  font-size: 2.28571em;
  font-weight: 500;
  margin-bottom: 0; }

/*--------------------------------------------------============================================================
                    28. recent product section
=================================================--------------------------------------------------------------*/
.xs-recent-product-wraper {
  background-color: #ebf1f1;
  border-radius: 4px;
  padding: 50px;
  text-align: center; }

.xs-recent-product-wraper .xs-content-title {
  margin-bottom: 30px; }

.recent-view-slider a {
  display: block;
  position: relative;
  overflow: hidden; }

.recent-view-slider a:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1); }

.recent-view-slider img {
  border-radius: 4px;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0, 0, 0.44, 1.18);
  transition: -webkit-transform 0.6s cubic-bezier(0, 0, 0.44, 1.18);
  -o-transition: transform 0.6s cubic-bezier(0, 0, 0.44, 1.18);
  transition: transform 0.6s cubic-bezier(0, 0, 0.44, 1.18);
  transition: transform 0.6s cubic-bezier(0, 0, 0.44, 1.18), -webkit-transform 0.6s cubic-bezier(0, 0, 0.44, 1.18);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%; }

/*--------------------------------------------------============================================================
                    29. gadget feature section
=================================================--------------------------------------------------------------*/
/* gadget product thumb feature */
.xs-gadget-thumb-feature {
  margin-top: 75px;
  position: relative;
  padding-top: 100px;
  padding-bottom: 70px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }

.xs-gadget-thumb-feature .xs-overlay {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f8f8f8), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(bottom, #f8f8f8 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(bottom, #f8f8f8 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(0deg, #f8f8f8 0%, rgba(255, 255, 255, 0) 100%);
  pointer-events: none; }

.xs-gadget-thumb-feature .xs-content-header {
  position: relative;
  z-index: 3; }

.xs-gadget-thumb-feature .xs-content-header .xs-content-title {
  padding-top: 10px; }

.product-thumb-feature {
  position: relative;
  z-index: 2; }

.product-thumb-feature .xs-product-widget {
  border: 0;
  margin-bottom: 30px; }

.product-thumb-feature .xs-product-widget:hover {
  -webkit-box-shadow: none;
  box-shadow: none; }

.product-thumb-feature .xs-product-widget img {
  padding-left: 20px; }

.product-thumb-feature .xs-product-header {
  margin-bottom: 20px; }

.product-thumb-feature .price {
  margin-bottom: 15px;
  display: block; }

.product-thumb-feature .product-widget-content .btn {
  margin-bottom: 10px; }

.product-thumb-feature .xs-btn-wraper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.product-thumb-feature .xs-btn-wraper .btn:not([data-toggle="popover"]) {
  max-width: 180px; }

.shopify-challenge__container {
  margin-top: 40px; }

#contact_form .errors {
  background: #fafafa;
  padding: 13px 25px;
  border-radius: 3px;
  margin-bottom: 15px;
  color: #0063d1; }

#contact_form .form-success {
  background: #fafafa;
  padding: 13px 25px;
  border-radius: 3px;
  margin-bottom: 15px;
  color: #83b735; }

/*--------------------------------------------------============================================================
                    30. breadcumb
=================================================--------------------------------------------------------------*/
.xs-breadcumb {
  background-color: #35aef4;
  padding: 29px 0;
  min-height: 80px; }

.xs-breadcumb .breadcrumb {
  background-color: inherit;
  padding: 0;
  margin-bottom: 0; }

.xs-breadcumb .breadcrumb-item {
  margin-right: 25px; }

.xs-breadcumb .breadcrumb-item a {
  color: #222222;
  margin-left: 25px; }

.xs-breadcumb .breadcrumb-item::before {
  padding: 0 10px; }

.xs-breadcumb .breadcrumb-item + .breadcrumb-item::before {
  content: '>';
  color: #777777; }

.xs-breadcumb .breadcrumb-item + .breadcrumb-item a {
  color: #777777; }

.xs-breadcumb .breadcrumb-item:nth-child(2):before {
  color: #222222; }

.xs-breadcumb .breadcrumb-item.active {
  margin-right: 0;
  color: #222222; }

.xs-breadcumb .breadcrumb-item.active::before {
  margin-right: 25px; }

.xs-breadcumb .breadcrumb-item:first-child a {
  margin-left: 0; }

/*--------------------------------------------------============================================================
                    31. Single product
=================================================--------------------------------------------------------------*/
.sync-slider-thumb .item {
  border: 1px solid #d7d7d7; }

.sync-slider-thumb .item img {
  margin: 0 auto; }

.sync-slider-preview {
  margin-bottom: 20px; }

.xs-sync-slider-preview {
  position: relative; }

.xs-sync-slider-preview .xs-social-tigger {
  position: absolute;
  left: -85px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2; }

.single-product-summary .xs-list {
  margin-bottom: 24px; }

.single-product-summary .price {
  margin-bottom: 25px; }

.single-product-summary .xs-add-to-chart-form {
  max-width: 95%; }

.table.list-group {
  margin-bottom: 40px; }

.table.list-group li {
  padding: 20px 0;
  color: #777777;
  border: 0px;
  z-index: 1;
  border-bottom: 2px solid #f1f1f1; }

.table.list-group li span {
  color: #222222; }

.table.list-group li:last-child {
  border-bottom: 0px; }

.line-separetor-title-wraper {
  position: relative;
  text-align: center;
  z-index: 1;
  margin-bottom: 35px; }

.line-separetor-title-wraper::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 2px;
  width: 100%;
  background-color: #f1f1f1;
  z-index: -1; }

.line-separetor-title-wraper .line-separetor-title {
  font-size: 2.28571em;
  font-weight: 500;
  margin-bottom: 0;
  padding: 0 21px;
  display: inline-block;
  background-color: #FFFFFF; }

.single-product-info-details {
  text-align: center;
  margin-bottom: 60px; }

.single-product-info-details img {
  padding: 0 30px;
  margin-bottom: 45px; }

.single-product-info-details h4 {
  font-size: 1.57143em;
  margin-bottom: 20px; }

.single-product-info-details p {
  margin-bottom: 0;
  line-height: 1.7; }

.help-tip {
  text-align: center;
  background-color: #35aef4;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 14px;
  line-height: 26px;
  cursor: default;
  display: inline-block;
  z-index: 9;
  position: relative; }

.help-tip::before {
  content: '?';
  font-weight: bold;
  color: #fff; }

.help-tip:hover .help-tip-text {
  display: block;
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
  -webkit-animation: fadeIn 0.3s ease-in-out;
  animation: fadeIn 0.3s ease-in-out; }

.help-tip .help-tip-text {
  display: none;
  text-align: left;
  background-color: #1E2021;
  padding: 20px;
  min-width: 300px;
  position: absolute;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  right: -4px;
  color: #FFF;
  margin-bottom: 0;
  margin-top: 8px;
  pointer-events: none;
  font-weight: 400; }

.help-tip .help-tip-text::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-color: #1E2021;
  right: 10px;
  top: -12px; }

.help-tip .help-tip-text::after {
  width: 100%;
  height: 40px;
  content: '';
  position: absolute;
  top: -40px;
  left: 0; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.6);
    transform: scale(0.6); }

  100% {
    opacity: 100%;
    -webkit-transform: scale(1);
    transform: scale(1); } }

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

  100% {
    opacity: 100%; } }

.shipping-table thead th {
  background-color: #E6E6E6;
  border: 0;
  position: relative; }

.shipping-table tbody td del,
.shipping-table tbody td mark {
  color: #dc3545; }

.shipping-table tbody td span {
  display: block; }

.shipping-table tbody td mark {
  padding: 0;
  background-color: transparent; }

.caption-title {
  margin-bottom: 30px; }

.seller-detail {
  padding: 40px;
  margin-bottom: 30px; }

.seller-detail:last-child {
  margin-bottom: 0; }

.seller-detail h5 {
  margin-bottom: 30px;
  padding-right: 15px; }

.seller-detail p {
  margin-bottom: 0; }

/*--------------------------------------------------============================================================
                    32. contact
=================================================--------------------------------------------------------------*/
.xs-contact-form .h3 {
  color: #222222;
  margin-bottom: 16px;
  line-height: 1;
  font-size: 1em; }

.xs-contact-form input:not([type="submit"]),
.xs-contact-form textarea {
  border-color: #CCDCFE;
  height: 52px;
  border-radius: 0;
  padding: 0 19px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.xs-contact-form input:not([type="submit"]):focus,
.xs-contact-form textarea:focus {
  border-color: #222222; }

.xs-contact-form textarea {
  resize: none;
  padding: 19px;
  height: 122px; }

.xs-contact-form .form-group {
  margin-bottom: 30px; }

.xs-contact-form input[type="submit"]:hover {
  background-color: #35aef4; }

/*--------------------------------------------------============================================================
                    32. contact custom
=================================================--------------------------------------------------------------*/
.contact-form .h3 {
  color: #222222;
  margin-bottom: 16px;
  line-height: 1;
  font-size: 1em; }

.contact-form input:not([type="submit"]),
.contact-form textarea {
  border-color: #CCDCFE;
  height: 52px;
  border-radius: 0;
  padding: 0 19px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.contact-form input:not([type="submit"]):focus,
.contact-form textarea:focus {
  border-color: #222222; }

.contact-form textarea {
  resize: none;
  padding: 19px;
  height: 122px; }

.contact-form .form-group {
  margin-bottom: 30px; }

.contact-form input[type="submit"]:hover {
  background-color: #35aef4; }

/*--------------------------------------------------============================================================
                    33. single blog
=================================================--------------------------------------------------------------*/
.xs-blog-post-details {
  margin-bottom: 40px; }

.xs-blog-post-details .post-media {
  position: relative; }

.xs-blog-post-details .post-media img {
  width: 100%;
  display: block; }

.xs-blog-post-details .post-body {
  border: 1px solid #f1f1f1;
  background: 0 0;
  padding: 40px; }

.xs-blog-post-details .post-meta {
  margin-bottom: 20px;
  line-height: 1; }

.xs-blog-post-details .post-meta.row {
  margin-right: 0;
  margin-left: 0; }

.xs-blog-post-details .entry-content {
  margin-bottom: 40px; }

.xs-blog-post-details .entry-content p {
  margin-bottom: 30px;
  color: #615f5f;
  line-height: 2; }

.xs-blog-post-details .xs-unorder-list li:before {
  font-size: 0.71429em;
  top: 0;
  line-height: 1;
  margin-top: 7px;
  color: #35aef4; }

.xs-blog-post-details .xs-post-footer .post-meta {
  margin-bottom: 0; }

.xs-blog-post-details .post-video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1; }

.xs-blog-post-details iframe {
  height: 166px;
  width: 100%; }

.entry-content blockquote {
  margin-bottom: 30px;
  padding: 30px 40px;
  border-left: 0px solid #dadada;
  color: #FFFFFF;
  background: #35aef4;
  z-index: 1;
  border-radius: 3px;
  margin-left: 0px;
  font-size: 1.07143em;
  position: relative; }

.entry-content blockquote:before {
  position: absolute;
  content: "\f10d";
  font-family: "FontAwesome";
  left: 0;
  color: rgba(255, 255, 255, 0.18);
  font-size: 6.14286em;
  z-index: -1;
  line-height: 1;
  top: -8px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

.entry-content .blockquote-footer {
  color: #FFFFFF;
  padding: 20px 20px 0; }

.xs-post-meta-list {
  line-height: 1; }

.xs-post-meta-list span {
  color: #222222;
  margin-right: 15px;
  padding-right: 15px;
  font-size: 0.85714em;
  border-right: 1px solid #999999; }

.xs-post-meta-list span:last-child {
  margin-right: 0;
  border-right: 0;
  padding-right: 0; }

.xs-post-meta-list span a {
  color: #222222;
  font-size: 1em; }

.xs-post-meta-list span a:hover {
  color: #35aef4; }

.xs-post-meta-list span i {
  padding-right: 8px;
  color: #999999;
  top: 0px; }

.xs-post-meta-list.color-white span,
.xs-post-meta-list.color-white a,
.xs-post-meta-list.color-white a:hover {
  color: #FFFFFF; }

.xs-post-meta-list .xs-post-meta-date .color-white {
  color: #FFFFFF; }

.xs-post-entry-title {
  font-size: 1.85714em;
  line-height: 1.4; }

.xs-post-entry-title a {
  display: block;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #222222;
  font-weight: 700; }

.xs-post-entry-title a:hover {
  color: #35aef4; }

.entry-sub-title {
  font-size: 1.28571em;
  font-weight: 700;
  margin-bottom: 30px;
  color: #222222; }

.post-author .xs-round-avatar {
  width: 90px;
  height: 90px;
  border-radius: 100%;
  position: relative;
  overflow: hidden; }

.xs-author-block,
.post-navigation {
  border: 1px solid #dadada;
  padding: 25px;
  margin: 20px 0; }

.post-navigation {
  padding: 40px; }

.post-navigation .nav-links {
  border-right: 1px solid #dadada; }

.post-navigation .nav-links:last-child {
  border-right: 0; }

.xs-post-footer {
  padding: 40px 0 20px; }

.xs-post-footer .post-tags,
.xs-post-footer .post-author,
.xs-author-block .post-tags,
.xs-author-block .post-author {
  text-align: left;
  float: left;
  width: 50%; }

.xs-post-footer .share-items,
.xs-post-footer .post-content,
.xs-author-block .share-items,
.xs-author-block .post-content {
  text-align: right;
  float: right;
  width: 50%; }

.xs-post-footer .post-author,
.xs-author-block .post-author {
  padding-right: 18px;
  line-height: 1; }

.xs-post-footer .post-author .xs-round-avatar,
.xs-author-block .post-author .xs-round-avatar {
  margin-right: 0px; }

.xs-post-footer .post-author .xs-post-author-details,
.xs-author-block .post-author .xs-post-author-details {
  padding-left: 15px;
  width: calc(100% - 90px); }

.xs-post-footer .post-content,
.xs-author-block .post-content {
  color: #7A7A7A;
  text-align: left; }

.xs-post-sub-heading {
  color: #222222;
  font-weight: 600;
  font-size: 1em;
  margin-bottom: 20px; }

.xs-blog-post-tag a {
  display: inline-block;
  color: #7A7A7A;
  font-size: 0.85714em;
  text-transform: capitalize;
  padding: 14px 20px;
  margin-right: 7px;
  margin-bottom: 10px;
  border-radius: 20px;
  border: 1px solid #F1F1F1;
  line-height: 1; }

.xs-blog-post-tag a:hover {
  color: #35aef4;
  border-color: currentColor; }

.xs-post-author-details a {
  font-size: 1.14286em;
  font-weight: 600;
  display: block;
  color: #222222;
  margin-bottom: 5px; }

.xs-post-author-details em {
  color: #B1B1B1;
  font-size: 0.85714em;
  display: inline-block;
  margin-bottom: 15px; }

.xs-post-author-details em i {
  padding-right: 5px;
  color: #35aef4; }

.xs-post-author-details .xs-separetor {
  background-color: #F1F1F1;
  margin-bottom: 15px;
  margin-top: 0px; }

.xs-post-author-details .post-content {
  color: #7A7A7A; }

.post-navigation a {
  display: inline-block; }

.post-navigation a span {
  color: #7A7A7A;
  font-size: 0.85714em;
  text-transform: capitalize; }

.post-navigation a h5 {
  text-transform: capitalize;
  color: #222222;
  font-size: 1.28571em;
  font-weight: 700;
  margin-bottom: 10px; }

.post-navigation a.prev span i {
  padding-right: 10px; }

.post-navigation a.next span i {
  padding-left: 10px; }

.xs-blog-post-comment .comments-title {
  color: #222222;
  font-weight: 700;
  font-size: 1.28571em;
  margin-bottom: 40px; }

.xs-blog-post-comment .comment-list {
  padding: 0;
  margin-bottom: 30px; }

.xs-blog-post-comment .comment-meta .comment-author {
  display: table; }

.xs-blog-post-comment .comment-meta .comment-author img {
  width: 90px;
  height: 90px;
  border-radius: 100%; }

.xs-blog-post-comment .comment-meta .comment-author b {
  display: table-cell;
  vertical-align: top;
  color: #222222;
  font-size: 1.14286em;
  font-weight: 600; }

.xs-blog-post-comment .comment-meta .comment-metadata {
  margin-left: 90px;
  margin-top: -63px;
  margin-bottom: 71px; }

.xs-blog-post-comment .comment-meta .comment-metadata a {
  font-style: italic;
  color: #B1B1B1;
  font-size: 0.85714em; }

.xs-blog-post-comment .comment-meta b,
.xs-blog-post-comment .comment-meta .comment-metadata {
  padding-left: 21px; }

.xs-blog-post-comment .comment-content {
  padding-left: 110px;
  margin-top: -55px;
  margin-bottom: 40px;
  border-bottom: 1px solid #F1F1F1; }

.xs-blog-post-comment .comment-content p {
  color: #7A7A7A;
  margin: 0;
  padding-bottom: 40px; }

.xs-blog-post-comment .reply {
  text-align: right;
  margin-top: -30px;
  margin-bottom: 30px; }

.xs-blog-post-comment .reply a {
  font-size: 0.85714em;
  color: #7A7A7A; }

.xs-blog-post-comment .reply a i {
  padding-right: 7px; }

.xs-blog-post-comment .children {
  padding-left: 109px; }

.xs-blog-post-comment .comment-respond .comment-reply-title {
  font-size: 1.28571em;
  font-weight: 700;
  color: #222222;
  margin-bottom: 30px; }

.xs-blog-post-comment .comment-respond input:not([type="submit"]),
.xs-blog-post-comment .comment-respond textarea {
  width: 100%;
  border: 1px solid #F1F1F1;
  height: 52px;
  padding: 0 20px;
  margin-bottom: 20px; }

.xs-blog-post-comment .comment-respond textarea {
  padding: 20px;
  height: 142px;
  resize: none; }

.xs-blog-post-comment .comment-respond .comment-form input[type="submit"] {
  background-color: #35aef4;
  text-transform: uppercase;
  font-weight: 700;
  color: #FFFFFF;
  font-size: 0.85714em;
  padding: 16px 40px;
  border-radius: 20px;
  letter-spacing: 1px;
  border: 0;
  line-height: 1;
  cursor: pointer; }

.xs-blog-post-comment .comment-respond .form-submit {
  margin-bottom: 0;
  text-align: right; }

.xs-blog-post-comment .comment-respond input::-webkit-input-placeholder,
.xs-blog-post-comment .comment-respond textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #7A7A7A;
  font-style: italic; }

.xs-blog-post-comment .comment-respond input::-moz-placeholder,
.xs-blog-post-comment .comment-respond textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #7A7A7A;
  font-style: italic; }

.xs-blog-post-comment .comment-respond input:-ms-input-placeholder,
.xs-blog-post-comment .comment-respond textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #7A7A7A;
  font-style: italic; }

.xs-blog-post-comment .comment-respond input:-moz-placeholder,
.xs-blog-post-comment .comment-respond textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #7A7A7A;
  font-style: italic; }

/* blog post list */
.blog-post-list .xs-blog-post-details {
  margin-bottom: 50px; }

.blog-post-list .xs-blog-post-details .entry-content {
  margin-bottom: 20px; }

.blog-post-list .xs-blog-post-details .entry-content p {
  margin-bottom: 0; }

.post-gallery-slider {
  position: relative; }

.post-gallery-slider.owl-carousel .owl-item img {
  width: 100%; }

.post-gallery-slider .owl-nav .owl-next,
.post-gallery-slider .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1; }

.post-gallery-slider .owl-nav .owl-next {
  left: 30px; }

.post-gallery-slider .owl-nav .owl-prev {
  right: 30px; }

/*--------------------------------------------------============================================================
                    34. side bar
=================================================--------------------------------------------------------------*/
.xs-serachForm {
  height: 58px; }

.xs-serachForm input:not([type="submit"]) {
  height: 100%;
  border: 1px solid #F1F1F1;
  display: block;
  width: calc(100% - 64px);
  background-color: #FFFFFF;
  padding-left: 32px;
  float: left; }

.xs-serachForm input[type="submit"] {
  height: 100%;
  width: 64px;
  background: #35aef4 url("search-icon.png");
  border: 0;
  border-radius: 0;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer; }

.xs-serachForm ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #B1B1B1;
  font-style: italic; }

.xs-serachForm ::-moz-placeholder {
  /* Firefox 19+ */
  color: #B1B1B1;
  font-style: italic; }

.xs-serachForm :-ms-input-placeholder {
  /* IE 10+ */
  color: #B1B1B1;
  font-style: italic; }

.xs-serachForm :-moz-placeholder {
  /* Firefox 18- */
  color: #B1B1B1;
  font-style: italic; }

.widget {
  margin-bottom: 40px; }

.sidebar-right .widget {
  margin-left: 10px; }

.xs-sidebar-widget .widget-title {
  font-size: 1.28571em;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-weight: 500;
  border-bottom: 1px solid #f1f1f1; }

.xs-sidebar-widget .xs-blog-post-tag a {
  margin-right: 4px; }

.xs-recent-post-widget li {
  margin-bottom: 20px; }

.xs-recent-post-widget li:last-child {
  margin-bottom: 0; }

.xs-recent-post-widget .posts-thumb {
  margin-right: 20px; }

.xs-recent-post-widget .posts-thumb a {
  display: block;
  position: relative;
  height: 100%; }

.xs-recent-post-widget .xs-entry-date {
  position: absolute;
  top: 14px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 2;
  height: 100%; }

.xs-recent-post-widget .xs-entry-date span {
  font-size: 1.28571em;
  color: #FFFFFF;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 600; }

.xs-recent-post-widget .xs-entry-date .entry-date {
  margin-bottom: 5px; }

.xs-recent-post-widget .post-info {
  padding-top: 13px;
  padding-bottom: 13px; }

.xs-recent-post-widget .post-info .entry-title {
  font-size: 1.14286em;
  margin-bottom: 0; }

.xs-recent-post-widget .post-info .entry-title a {
  color: #FFFFFF;
  display: inline-block;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.xs-recent-post-widget .post-info .entry-title a:hover {
  color: #35aef4; }

.xs-recent-post-widget .post-info .comments-link i {
  color: #35aef4;
  padding-right: 5px; }

.xs-recent-post-widget .post-info .comments-link a {
  color: #222222; }

.xs-sidebar-widget .xs-recent-post-widget .entry-title a {
  color: #35aef4; }

.xs-side-bar-list li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #F1F1F1; }

.xs-side-bar-list li:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: 0; }

.xs-side-bar-list li a {
  display: table;
  width: 100%;
  color: #7A7A7A;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.xs-side-bar-list li a span {
  display: table-cell;
  width: 50%; }

.xs-side-bar-list li a span:first-child {
  text-align: left; }

.xs-side-bar-list li a span:last-child {
  text-align: right; }

.xs-side-bar-list li a:hover {
  color: #35aef4; }

.xs-demoFeed li {
  float: left;
  width: 33.33333%;
  padding: 5px; }

.xs-demoFeed li a {
  display: block;
  border-radius: 4px;
  position: relative;
  overflow: hidden; }

/*--------------------------------------------------============================================================
                    35. woocommerce review
=================================================--------------------------------------------------------------*/
.rate-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px; }

.rate-list li b {
  font-weight: 400;
  color: #aaaaaa;
  font-size: 0.85714em;
  padding-left: 5px; }

.rate-list li:last-child {
  margin-bottom: 0; }

.rate-list li .rate-title {
  width: 15%;
  line-height: 1;
  font-size: 0.85714em;
  margin-top: 1px; }

.rate-list li .rate-graph {
  height: 10px;
  background-color: #f5f5f5;
  border-radius: 5px;
  display: block;
  width: 65%;
  position: relative;
  overflow: hidden; }

.rate-list li .rate-graph .rate-graph-bar {
  background-color: #35aef4;
  border-radius: 5px;
  display: block;
  height: 100%; }

.rate-list li .star-rating {
  width: 20%;
  margin-bottom: 0;
  text-align: right;
  margin-top: -2px; }

.rate-list li .star-rating::before {
  color: #fed700; }

.rate-list li .star-rating[data-value="5"]::before {
  content: '\f005\f005\f005\f005\f005'; }

.rate-list li .star-rating[data-value="4"]::before {
  content: '\f005\f005\f005\f005\f006'; }

.rate-list li .star-rating[data-value="3"]::before {
  content: '\f005\f005\f005\f006\f006'; }

.rate-list li .star-rating[data-value="2"]::before {
  content: '\f005\f005\f006\f006\f006'; }

.rate-list li .star-rating[data-value="1"]::before {
  content: '\f005\f006\f006\f006\f006'; }

.rate-score .star-rating {
  font-size: 2.14286em; }

.rate-score .rating-score-des {
  font-size: 1.42857em;
  float: left;
  margin-bottom: 0; }

.rate-score .rating-score-des em {
  color: #ffa801; }

.rate-score .help-tip {
  float: right; }

.woocommerce .rate-score .star-rating {
  margin-bottom: 10px; }

.woocommerce-Reviews {
  padding-top: 50px; }

.woocommerce-Reviews .woocommerce-Reviews-title {
  font-size: 1.42857em;
  margin-bottom: 40px; }

.woocommerce-Reviews .comment_container .comment-text {
  float: right; }

.woocommerce-Reviews .star-rating {
  font-family: inherit; }

.woocommerce #reviews #comments ol.commentlist li img.avatar {
  width: 42px;
  height: 42px; }

.woocommerce #reviews #comments ol.commentlist li .comment-text {
  margin: 0;
  padding: 30px;
  width: calc(100% - 70px); }

.woocommerce .woocommerce-Reviews .comment-form {
  padding-top: 50px; }

.woocommerce .woocommerce-Reviews .comment-form input:not([type="submit"]),
.woocommerce .woocommerce-Reviews .comment-form textarea {
  width: 100%;
  display: block;
  border: 1px solid #EEEEEE;
  border-radius: 3px;
  height: 40px;
  padding-left: 15px;
  padding-right: 15px; }

.woocommerce .woocommerce-Reviews .comment-form textarea {
  height: 100px;
  padding: 15px;
  resize: none; }

.woocommerce #respond input#submit {
  font-size: 0.85714em;
  padding: 12px 25px;
  font-weight: 500;
  color: #FFFFFF;
  background-color: #35aef4;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

/*--------------------------------------------------============================================================
                    36. compare
=================================================--------------------------------------------------------------*/
.table-comapre-list {
  text-align: center; }

.table-comapre-list th {
  width: 17%;
  font-size: 1em;
  font-weight: 400;
  vertical-align: middle; }

.table-comapre-list th b {
  font-size: 1.14286em;
  font-weight: 500; }

.table-comapre-list td {
  width: 41.5%;
  padding: 15px; }

.table-comapre-list td .btn {
  display: inline-block; }

.table-comapre-list td b {
  font-weight: 500;
  color: #35aef4; }

.table-comapre-list .xs-list {
  text-align: left;
  padding: 15px; }

.table-comapre-list .xs-list li {
  padding-left: 20px; }

.table-comapre-list .xs-list.arrow li:before {
  position: absolute;
  margin-left: -20px;
  padding-right: 0; }

.table-comapre-list.table-bordered th, .table-comapre-list.table-bordered td {
  border: 1px solid #eaeaea; }

.table-comapre-list.table-bordered thead th {
  border-bottom: 0px; }

/*--------------------------------------------------============================================================
                    37. track order
=================================================--------------------------------------------------------------*/
.inline-form label {
  font-weight: 500;
  margin-bottom: 11px; }

.inline-form .form-group {
  margin-bottom: 20px; }

.inline-form .row {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.inline-form .separetors {
  position: relative;
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #cbcbcb;
  font-weight: 500;
  margin-top: 10px; }

.inline-form .separetors::before {
  content: attr(data-title); }

.inline-form input:not([type="submit"]) {
  height: 52px;
  background-color: #FFFFFF;
  border-color: #eaeaea;
  padding: 0 30px; }

.inline-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #999999;
  font-size: 0.85714em;
  font-style: italic; }

.inline-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #999999;
  font-size: 0.85714em;
  font-style: italic; }

.inline-form :-ms-input-placeholder {
  /* IE 10+ */
  color: #999999;
  font-size: 0.85714em;
  font-style: italic; }

.inline-form :-moz-placeholder {
  /* Firefox 18- */
  color: #999999;
  font-size: 0.85714em;
  font-style: italic; }

.inline-form input[type=number]::-webkit-inner-spin-button,
.inline-form input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.inline-form .row [class^=col-]:first-child {
  padding-right: 30px; }

.inline-form .row [class^=col-]:last-child {
  padding-left: 30px; }

/*--------------------------------------------------============================================================
                    38. login reg
=================================================--------------------------------------------------------------*/
.customer-info-forms {
  position: relative; }

.customer-info-forms.row {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

.customer-info-forms [class^=col-]:first-child {
  padding-right: 65px;
  position: relative; }

.customer-info-forms [class^=col-]:first-child::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(25%, #eaeaea), color-stop(75%, #eaeaea), to(white));
  background: -webkit-linear-gradient(top, white 0%, #eaeaea 25%, #eaeaea 75%, white 100%);
  background: -o-linear-gradient(top, white 0%, #eaeaea 25%, #eaeaea 75%, white 100%);
  background: linear-gradient(to bottom, white 0%, #eaeaea 25%, #eaeaea 75%, white 100%); }

.customer-info-forms [class^=col-]:last-child {
  padding-left: 65px; }

.xs-customer-form-wraper h3 {
  font-size: 1.57143em;
  margin-bottom: 13px; }

.xs-customer-form-wraper p {
  font-size: 0.85714em;
  line-height: 1.833;
  margin-bottom: 20px; }

.xs-customer-form-wraper .xs-customer-form .input-group {
  background-color: transparent; }

.form-separetor {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  line-height: 52px;
  border-radius: 100%;
  border: 1px solid #eaeaea;
  text-align: center;
  margin-bottom: 0;
  font-size: 0.85714em;
  font-weight: 500;
  color: #cccccc;
  background-color: #FFFFFF; }

/*--------------------------------------------------============================================================
                    39. terms list
=================================================--------------------------------------------------------------*/
.terms-list-group {
  padding: 60px;
  border: 1px solid #eaeaea;
  border-radius: 10px; }

.terms-list {
  margin-bottom: 40px; }

.terms-list:last-child {
  margin-bottom: 0; }

.terms-list i {
  color: #35aef4;
  font-size: 0.71429em;
  padding-right: 8px;
  margin-top: 4px; }

.terms-list .media-body > b {
  display: inline-block;
  margin-bottom: 20px; }

.terms-list .media-body b {
  font-weight: 500; }

.terms-list .media-body p {
  color: #555555;
  line-height: 1.74;
  margin-bottom: 30px; }

.terms-list .media-body p:last-child {
  margin-bottom: 0; }

.terms-list .media-body p b {
  color: #222222; }

/*--------------------------------------------------============================================================
                    40. Freequently Asked Questions
=================================================--------------------------------------------------------------*/
.xs-faq-group [class^=col-]:first-child {
  counter-reset: my-awesome-counter -1; }

.xs-faq-group [class^=col-]:first-child .xs-single-faq {
  counter-increment: my-awesome-counter 2; }

.xs-faq-group [class^=col-]:first-child .xs-single-faq:last-child {
  margin-bottom: 0; }

.xs-faq-group [class^=col-]:last-child {
  counter-reset: my-awesome-counter; }

.xs-faq-group [class^=col-]:last-child .xs-single-faq {
  counter-increment: my-awesome-counter 2; }

.xs-faq-group [class^=col-]:last-child .xs-single-faq:last-child {
  margin-bottom: 0; }

.xs-faq-group h5::before {
  content: counter(my-awesome-counter) ".";
  padding-right: 8px; }

.xs-single-faq {
  padding: 30px;
  background-color: #fafafa;
  margin-bottom: 30px; }

.xs-single-faq h5 {
  font-size: 1.28571em;
  margin-bottom: 15px; }

.xs-single-faq p {
  margin-bottom: 0;
  color: #555555; }

/*--------------------------------------------------============================================================
                    41. About us
=================================================--------------------------------------------------------------*/
.xs-about-content {
  position: relative;
  z-index: 1; }

.xs-about-content .about-info {
  margin-bottom: 30px; }

.xs-about-content .about-info h4 {
  font-size: 1em;
  color: #35aef4;
  letter-spacing: .4px;
  margin-bottom: 20px; }

.xs-about-content .about-info h5 {
  font-size: 3em;
  font-weight: 700;
  line-height: 1.23;
  letter-spacing: -.2px;
  margin-bottom: 25px; }

.xs-about-content .xs-watermark-text {
  top: -60px;
  left: -10px;
  bottom: inherit;
  line-height: 1;
  z-index: -1;
  color: #f5f4f4; }

.about-content-left .xs-about-content {
  padding-right: 65px;
  margin-top: 44px; }

.about-content-left .col-lg-5 > img {
  position: relative;
  z-index: 1; }

.about-content-right .xs-watermark-text {
  left: -45px; }

.about-content-right .xs-about-content {
  margin-top: 44px; }

.fact-list .single-fact-item {
  display: inline-block;
  margin-right: 30px; }

.fact-list .single-fact-item:last-child {
  margin-right: 0; }

.fact-list .single-fact-item h5, .fact-list .single-fact-item h6 {
  font-weight: 400;
  margin-bottom: 0; }

.fact-list .single-fact-item h5 {
  color: #35aef4;
  font-size: 3em; }

.fact-list .single-fact-item h6 {
  font-size: 1em;
  color: #555555; }

/*--------------------------------------------------============================================================
                    42. team
=================================================--------------------------------------------------------------*/
.xs-single-team {
  text-align: center;
  background-color: #FFFFFF;
  margin-bottom: 30px; }

.xs-single-team .xs-overlay,
.xs-single-team .team-hover-content {
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.xs-single-team:hover .xs-overlay {
  opacity: .7; }

.xs-single-team:hover .team-hover-content {
  top: 50%;
  opacity: 1; }

.xs-single-team .team-thumb {
  position: relative; }

.xs-single-team .team-hover-content {
  position: absolute;
  top: 35%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%; }

.xs-single-team .team-info {
  padding: 30px; }

.xs-single-team .team-designation {
  font-size: 1em;
  color: #35aef4;
  margin-bottom: 15px; }

.xs-single-team .team-name {
  margin-bottom: 0;
  font-size: 19px; }

.xs-single-team .team-name a {
  color: #222222; }

.xs-single-team .xs-social-list li {
  margin-right: 14px; }

.xs-single-team .xs-social-list li a {
  color: #FFFFFF;
  font-size: 1em; }

.xs-single-team .xs-social-list li:last-child {
  margin-right: 0; }

.xs-single-team.team-hiring-info {
  background-color: #5abdf8;
  width: 100%;
  display: table; }

.xs-single-team.team-hiring-info .hiring-info {
  display: table-cell;
  vertical-align: middle;
  color: #FFFFFF; }

.xs-single-team.team-hiring-info .hiring-info p {
  font-weight: 500;
  margin-bottom: 15px; }

/*--------------------------------------------------============================================================
                    43. shop side bar
=================================================--------------------------------------------------------------*/
.shop-category .widget:not(.widget_banner) {
  padding: 20px;
  border: 1px solid #eaeaea; }

.shop-category .widget {
  margin-bottom: 30px; }

.shop-category .widget:last-child {
  margin-bottom: 0; }

.shop-category .widget-title {
  font-size: 1.14286em;
  font-weight: 500;
  margin-bottom: 15px; }

.widget_range .price_label {
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.widget_range .price_label label {
  color: #000000;
  font-weight: 500;
  font-size: 1.14286em;
  margin-bottom: 0; }

.widget_range .price_label input {
  border: 0px;
  text-align: right;
  color: #35aef4;
  font-size: 0.85714em;
  display: inline-block;
  margin-top: 3px;
  max-width: 50%; }

.widget_range .ui-state-default,
.widget_range .ui-widget-content .ui-state-default {
  border: 0;
  width: 14px;
  height: 14px;
  background-color: #35aef4;
  border-radius: 50%;
  top: -6px;
  cursor: pointer; }

.widget_range .ui-widget-content {
  border-radius: 0;
  background-color: #efefef;
  height: 2px;
  border: 0px; }

.widget_range .ui-slider .ui-slider-range {
  background-color: #35aef4; }

.widget_range .ui-widget-content .ui-state-default:nth-child(even) {
  margin-left: 0; }

.widget_range .ui-widget-content .ui-state-default:nth-child(odd) {
  margin-left: -14px; }

.widget_cate .custom-control {
  margin-bottom: 10px; }

.widget_cate .custom-control:last-child {
  margin-bottom: 0; }

.widget_cate .custom-control label {
  cursor: pointer;
  color: #222222; }

.widget_cate .custom-control label span {
  padding-left: 5px; }

.widget_rate .rate-list li {
  margin-bottom: 10px; }

.widget_rate .rate-list li .star-rating {
  width: 100%;
  text-align: left; }

.widget_rate .rate-list li:last-child {
  margin-bottom: 0; }

/*--------------------------------------------------============================================================
                    44. shop category list
=================================================--------------------------------------------------------------*/
.shop-cate-list {
  padding: 15px 20px;
  border: 1px solid #eaeaea;
  margin-bottom: 30px; }

.shop-cate-list .shop-cate-title {
  display: inline-block; }

.shop-cate-list .shop-cate-title h5 {
  font-size: 1.14286em;
  margin-bottom: 0; }

.shop-cate-list .shop-catelist-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.shop-catelist-item li {
  display: inline-block; }

.shop-catelist-item li .media {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.shop-catelist-item li .media-body .custom-control {
  display: inline-block;
  margin-bottom: 0;
  padding-left: 10px;
  min-height: 0;
  line-height: 1; }

.shop-catelist-item li h6 {
  font-size: 1em;
  margin-bottom: 0;
  font-weight: 400;
  padding-right: 20px;
  margin-top: 2px; }

.shop-catelist-item .custom-control.custom-radio .custom-control-label::after,
.shop-catelist-item .custom-control.custom-radio .custom-control-label::before {
  width: 15px;
  height: 15px;
  background-size: 60% 60%; }

.shop-catelist-item > li {
  margin-right: 30px;
  padding-right: 30px;
  position: relative; }

.shop-catelist-item > li::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 36px;
  width: 1px;
  background-color: #eaeaea; }

.shop-catelist-item > li:last-child {
  padding-right: 0;
  margin-right: 0; }

.shop-catelist-item > li:last-child::before {
  display: none; }

.shop-view-nav {
  border-bottom: 0px; }

.shop-view-nav .nav-item {
  margin-bottom: 0;
  margin-right: 10px; }

.shop-view-nav .nav-item:last-child {
  margin-right: 0; }

.shop-view-nav .nav-item .nav-link {
  padding: 0;
  border: 0px;
  color: #c3c3c3;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.shop-view-nav .nav-item .nav-link.active {
  color: #35aef4; }

.product-ordering {
  border: 0px;
  color: #9a9a9a;
  background-image: url(arrow-blue.png);
  background-repeat: no-repeat;
  background-position: center right;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-width: 130px;
  max-width: 170px;
  white-space: nowrap;
  padding-right: 15px;
  cursor: pointer;
  background-color: transparent; }

.category-v4 .xs-product-wraper {
  padding: 0;
  text-align: center;
  margin-bottom: 30px;
  border-color: #eaeaea;
  margin-left: -1px; }

.category-v4 .xs-product-wraper:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #eaeaea; }

.category-v4 .xs-product-wraper .xs-product-content {
  padding: 30px;
  padding-top: 0; }

#list-justify .xs-single-product {
  margin-bottom: 30px; }

#listSmall {
  margin-bottom: 30px; }

/*--------------------------------------------------============================================================
                    45. vender page
=================================================--------------------------------------------------------------*/
.xs-slider-nav {
  background-color: #222222;
  color: #FFFFFF; }

.xs-slider-nav .slider-nav {
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: transparent;
  position: relative; }

.xs-slider-nav .slider-nav::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 4px;
  width: 0%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-image: -webkit-gradient(linear, left top, right top, from(#009cff), to(#6b43ab));
  background-image: -webkit-linear-gradient(left, #009cff 0%, #6b43ab 100%);
  background-image: -o-linear-gradient(left, #009cff 0%, #6b43ab 100%);
  background-image: linear-gradient(to right, #009cff 0%, #6b43ab 100%); }

.xs-slider-nav .slider-nav h5 {
  margin-bottom: 0;
  font-size: 1em; }

.xs-slider-nav .current .slider-nav {
  background-color: #343434; }

.xs-slider-nav .current .slider-nav::before {
  width: 100%; }

/* owl nav slider */
.nav-slider-content .owl-prev,
.nav-slider-content .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2.14286em;
  color: #FFFFFF; }

.nav-slider-content .owl-next {
  right: 30px; }

.nav-slider-content .owl-prev {
  left: 30px; }

.vendor-logo {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 30px; }

.vendor-logo a {
  display: inline-block; }

/*--------------------------------------------------============================================================
                    46. block cate gory
=================================================--------------------------------------------------------------*/
.block-product-cate-wraper {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #FFFFFF;
  padding: 19px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 100%; }

.block-product-cate-wraper .xs-overlay {
  opacity: .9;
  z-index: -1; }

.block-product-cate-wraper .block-cate-header {
  font-size: 1.42857em;
  margin-bottom: 4px; }

.block-product-cate-wraper .nav .nav-link {
  color: #FFFFFF;
  padding: 10px 0;
  font-size: 1em;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: 700; }

.block-product-cate-wraper .nav .nav-link:hover {
  color: #222222; }

.block-product-cate-wraper .nav .nav-item:last-child .nav-link {
  padding-bottom: 0; }

.product-block-category {
  margin-bottom: 13.5px; }

.product-block-category .xs-product-category {
  padding: 0;
  border-right: 0px;
  text-align: center; }

.product-block-category .xs-product-category .product-title {
  color: #333e48;
  font-size: 0.92857em; }

.product-block-category .xs-product-category .price {
  font-size: 0.85714em;
  color: #35aef4; }

.product-block-category .xs-product-category .product-content {
  padding: 0 20px; }

.product-block-category .xs-product-category img {
  margin-bottom: 10px; }

.product-block-slider {
  position: relative; }

.product-block-slider .owl-dots {
  position: absolute;
  bottom: 20px;
  margin-top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%); }

.product-block-slider .owl-dots .owl-dot span {
  background-color: rgba(51, 62, 72, 0.5); }

.product-block-slider .owl-dots .owl-dot.active span {
  background-color: #333e48; }

.product-cate-block-wraper {
  border: 2px solid #e3e3e3;
  margin-bottom: 50px; }

.product-cate-block-section {
  padding-top: 80px;
  padding-bottom: 10px; }

/*--------------------------------------------------============================================================
                    47. nav cate
=================================================--------------------------------------------------------------*/
.xs-nav-cate {
  border: 1px solid #eaeaea;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly; }

.xs-nav-cate > li {
  border-right: 1px solid #eaeaea; }

.xs-nav-cate > li:last-child {
  border-right: 0px; }

.xs-nav-cate > li > a {
  color: #555555;
  font-size: 1.14286em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 22px 26px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.xs-nav-cate > li > a:hover {
  color: #35aef4; }

.xs-nav-cate > li > a i {
  font-size: 2.14286em;
  padding-right: 15px; }

.xs-nav-cate > li > .btn:not([data-toggle="popover"]).btn-outline-primary {
  border-radius: 0;
  border: 0px;
  color: #797979;
  font-size: 1em;
  padding: 16px 31px; }

.xs-nav-cate > li > .btn:not([data-toggle="popover"]).btn-outline-primary strong {
  display: block;
  font-size: 1.28571em;
  color: #35aef4; }

.navsearch-form {
  display: none;
  position: absolute;
  right: -5px;
  top: 100%; }

.navsearch-form input:not([type="submit"]) {
  height: 50px;
  width: 300px;
  border: 1px solid #222222;
  padding: 0 20px; }

.navSearch-group {
  position: relative; }

.navSearch-group > a {
  font-size: 1.42857em;
  padding: 24px;
  display: block; }

.navSearch-group > a i {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

/*--------------------------------------------------============================================================
                    48. offset sidebar
=================================================--------------------------------------------------------------*/
.xs-sidebar-group .xs-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
  visibility: hidden; }

.xs-minicart-widget {
  position: fixed;
  right: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 360px;
  z-index: 999999;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  -webkit-transition: all 0.8s cubic-bezier(0.9, 0.03, 0, 0.96);
  -o-transition: all 0.8s cubic-bezier(0.9, 0.03, 0, 0.96);
  transition: all 0.8s cubic-bezier(0.9, 0.03, 0, 0.96);
  padding: 30px;
  visibility: hidden;
  opacity: 0; }

.xs-minicart-widget .widget-heading {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eaeaea; }

.xs-minicart-widget .widget-heading .widget-title {
  margin-bottom: 0;
  font-size: 1.28571em; }

.xs-minicart-widget .mini_cart_item {
  margin-bottom: 5px;
  padding-bottom: 5px; }

.xs-minicart-widget .xs-empty-content {
  text-align: center;
  padding: 50px 0; }

.xs-minicart-widget .xs-empty-content .woocommerce-mini-cart__empty-message {
  font-size: 1.42857em; }

.xs-minicart-widget .xs-empty-content .empty-cart-icon {
  font-size: 3.57143em; }

.xs-sidebar-group.isActive .xs-overlay {
  opacity: .7;
  visibility: visible; }

.xs-sidebar-group.isActive .xs-minicart-widget {
  opacity: 1;
  visibility: visible;
  right: 0; }

.close-side-widget {
  color: #222222;
  font-size: 13px;
  display: block;
  height: 30px;
  max-width: 30px;
  background-color: #ededed;
  margin-left: auto;
  text-align: center;
  line-height: 30px;
  border-radius: 100%; }

/*--------------------------------------------------============================================================
                    49. banner slider transition
=================================================--------------------------------------------------------------*/
.owl-carousel .active [class^=anim-] {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.owl-carousel .active .animInLeft {
  -webkit-animation: animInLeft 1s ease 0s both;
  animation: animInLeft 1s ease 0s both; }

.owl-carousel .active .animInRight {
  -webkit-animation: animInRight 1s ease 0s both;
  animation: animInRight 1s ease 0s both; }

.owl-carousel .active .animInTop {
  -webkit-animation: animInTop 1s ease 0s both;
  animation: animInTop 1s ease 0s both; }

.owl-carousel .active .animInBottom {
  -webkit-animation: animInBottom 1s ease 0s both;
  animation: animInBottom 1s ease 0s both; }

.owl-carousel .active .xs-banner-title.animInLeft {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.owl-carousel .active .xs-banner-sub-title.animInTop {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s; }

.owl-carousel .active .xs-banner-title.animInBottom {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s; }

.owl-carousel .active .xs-banner-image.animInRight {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.owl-carousel .active .btn.animInLeft {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s; }

.owl-carousel .active .btn.animInLeft + .btn.animInRight {
  -webkit-animation-duration: 1.7s;
  animation-duration: 1.7s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.owl-carousel .active .best-deal-title.animInRight {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.owl-carousel .active .price.animInRight {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s; }

.owl-carousel .active .xs-best-deal-slider-content .btn.animInLeft {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.owl-carousel .active .xs-best-deal-slider-content .btn.animInLeft + .btn.animInRight {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s; }

.owl-carousel.xs-banner-slider-3 .active .xs-banner-image.animInRight, .owl-carousel.xs-banner-slider-4 .active .xs-banner-image.animInRight {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

@-webkit-keyframes animInLeft {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes animInLeft {
  0% {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes animInRight {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes animInRight {
  0% {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0; }

  100% {
    opacity: 1; } }

@-webkit-keyframes animInTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px); }

  to {
    opacity: 1; } }

@keyframes animInTop {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px); }

  to {
    opacity: 1; } }

@-webkit-keyframes animInBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px); }

  to {
    opacity: 1; } }

@keyframes animInBottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px); }

  to {
    opacity: 1; } }

/*--------------------------------------------------============================================================
                    50. Promo modal
=================================================--------------------------------------------------------------*/
/* Styles for dialog window */
.xs-promoPopup {
  text-align: left;
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  min-height: 460px;
  background-image: url(https://filterswell.com/cdn/shop/t/2/images/promo_overlay.png); }

.promo-image-container img {
  width: 100%; }

.promo-text-container {
  padding: 0 15px; }

.promo-text-container .xs-newsletter {
  width: calc(100% - 65px); }

.promo-text-container .xs-newsletter input:not([type="submit"]) {
  border: 1px solid rgba(0, 99, 209, 0.27);
  border-radius: 0px;
  padding-left: 20px; }

.promo-text-container .xs-newsletter input:not([type="submit"])::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #6d6d6d; }

.promo-text-container .xs-newsletter input:not([type="submit"])::-moz-placeholder {
  /* Firefox 19+ */
  color: #6d6d6d; }

.promo-text-container .xs-newsletter input:not([type="submit"]):-ms-input-placeholder {
  /* IE 10+ */
  color: #6d6d6d; }

.promo-text-container .xs-newsletter input:not([type="submit"]):-moz-placeholder {
  /* Firefox 18- */
  color: #6d6d6d; }

.promo-text-container .btn:not([data-toggle="popover"]) {
  border-radius: 0px;
  padding: 0px;
  min-width: 67px;
  font-size: 1.14286em; }

body > .mfp-bg.xs-promo-popup {
  z-index: 99999; }

body > .mfp-wrap.xs-promo-popup {
  z-index: 999999; }

body .xs-promo-popup .mfp-container {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: fixed; }

.promo-text-content {
  margin-bottom: 25px; }

.promo-text-content h3, .promo-text-content h4 {
  font-size: 2.14286em;
  margin-bottom: 5px;
  color: #35aef4;
  font-weight: 700; }

.promo-text-content h4 {
  color: #222222; }

.promo-text-content p {
  margin-bottom: 0;
  font-size: 1.14286em;
  font-weight: 300; }

/**
 * Fade-zoom animation for first dialog
 */
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8); }

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0; }

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8; }

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0; }

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg); }

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0); }

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg); }

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8; }

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0; }

/*--------------------------------------------------============================================================
                    51. yellow version
=================================================--------------------------------------------------------------*/
.xs-banner.v-yellow .xs-banner-content .xs-banner-title {
  color: #333e48; }

.xs-banner.xs-product-banner {
  padding-top: 60px;
  padding-bottom: 40px; }

.xs-feauture-product-section.v-yellow .product-title-v2 a strong {
  color: #333e48; }

.v-yellow .btn {
  color: #333e48; }

.v-yellow .btn:hover {
  color: #FFFFFF; }

.v-yellow .btn-primary {
  background-color: #fed700; }

.v-yellow .btn-outline-primary {
  border-color: #959a9e; }

.v-yellow .btn-outline-primary:hover {
  color: #FFFFFF; }

.v-yellow .btn:not([data-toggle="popover"]).btn-outline-primary:hover {
  color: #FFFFFF; }

.v-yellow .xs-product-offer-label {
  background-color: #333e48; }

.v-yellow .price {
  color: #333e48; }

.v-yellow .xs-progress .progress-bar {
  background-color: #fed700; }

.v-yellow .product-title a {
  color: #35aef4; }

.v-yellow .xs-content-title {
  color: #333e48; }

.v-yellow .xs-nav-tab .nav-link {
  color: #b7b7b7; }

.v-yellow .xs-nav-tab .nav-link.active,
.v-yellow .xs-nav-tab .nav-link:hover {
  color: #333e48; }

.v-yellow .xs-nav-tab .nav-link::before {
  background-color: #fed700; }

.v-yellow .xs-nav-tab .nav-link::after {
  border-top-color: #fed700; }

.v-yellow .product-title.highlight a {
  color: #adb7c1; }

.v-yellow .product-title.highlight a strong {
  color: #35aef4; }

.v-yellow .product-feature-ribbon {
  background-image: -webkit-linear-gradient(45deg, white 0%, white 50%, #fed700 50%, #fed700 100%);
  background-image: -o-linear-gradient(45deg, white 0%, white 50%, #fed700 50%, #fed700 100%);
  background-image: linear-gradient(45deg, white 0%, white 50%, #fed700 50%, #fed700 100%); }

.v-yellow .product-feature-ribbon i {
  color: #333e48; }

.v-yellow .product-item-meta li a:hover {
  background-color: #fed700; }

.v-yellow .product-item-meta li a {
  color: #333e48; }

.v-yellow .owl-dots .owl-dot.active span {
  background-color: #fed700; }

.v-yellow .xs-simple-arrow {
  color: #fed700; }

.v-yellow .add_to_wishlist,
.v-yellow .add_to_wishlist:hover,
.v-yellow .add_to_wishlist.pulse_effect i::after {
  color: #35aef4; }

.v-yellow .xs-watermark-text {
  color: #f6d000; }

.v-yellow .xs-slider-highlight .owl-prev i, .v-yellow .xs-slider-highlight .owl-next i {
  color: #5b646c; }

.v-yellow .xs-slider-highlight .owl-prev i:hover, .v-yellow .xs-slider-highlight .owl-next i:hover {
  color: #333e48; }

/* daily deals */
.v-yellow .xs-content-header.background-version {
  background-color: #fed700; }

.v-yellow .xs-content-header.background-version .xs-content-title,
.v-yellow .xs-content-header.background-version .xs-custom-nav a {
  color: #333e48; }

.v-yellow .xs-deal-of-the-week {
  border-color: #fed700; }

/* deal of the day */
.xs-deal-of-the-day-section.v-yellow {
  background-color: #fed700; }

.xs-deal-of-the-day-section.v-yellow .best-deal-sub-title {
  color: #5b646c; }

.xs-deal-of-the-day-section.v-yellow .best-deal-title {
  color: #333e48; }

.xs-deal-of-the-day-section.v-yellow .xs-best-deal-slider-content .price del {
  color: #d2b200; }

.xs-deal-of-the-day-section.v-yellow .btn.btn-outline-secondary {
  border-color: #35aef4; }

.xs-deal-of-the-day-section.v-yellow .btn.btn-success {
  background-color: #333e48;
  color: #FFFFFF; }

/* news letter version yellow */
.xs-newsLetter-section.v-yellow {
  background-color: #fed700; }

.xs-newsLetter-section.v-yellow .newsletter-content i,
.xs-newsLetter-section.v-yellow .newsletter-content .newsletter-title,
.xs-newsLetter-section.v-yellow .newsletter-content p {
  color: #333e48; }

/*--------------------------------------------------============================================================
                    52. semi black version
=================================================--------------------------------------------------------------*/
.v-semi-black .xs-content-title,
.v-semi-black .xs-nav-tab .nav-link.active,
.v-semi-black .xs-nav-tab .nav-link:hover,
.v-semi-black .product-title a {
  color: #333e48; }

.v-semi-black .xs-nav-tab .nav-link::before {
  background-color: #333e48; }

.v-semi-black .xs-nav-tab .nav-link::after {
  border-top-color: #333e48; }

.v-semi-black .product-title a:hover {
  color: #35aef4; }

/* version yellow and black */
.v-yellow-and-black .xs-content-title,
.v-yellow-and-black .xs-nav-tab .nav-link.active,
.v-yellow-and-black .xs-nav-tab .nav-link:hover,
.v-yellow-and-black .product-title a,
.v-yellow-and-black .xs-product-offer-label,
.v-yellow-and-black .xs-countdown-timer .timer-count,
.v-yellow-and-black .xs-countdown-timer .timer-title,
.v-yellow-and-black .product-sold,
.v-yellow-and-black .product-available,
.v-yellow-and-black .small-offer-banner-v2 .offer-banner-content p,
.v-yellow-and-black .small-offer-banner-v2 .offer-banner-content h3,
.v-yellow-and-black .btn {
  color: #333e48; }

.v-yellow-and-black .btn:not([data-toggle="popover"]) {
  background-color: #fed700 !important; }

.v-yellow-and-black .btn:hover {
  color: #FFFFFF; }

.v-yellow-and-black .xs-nav-tab .nav-link::before {
  background-color: #333e48; }

.v-yellow-and-black .xs-nav-tab .nav-link::after {
  border-top-color: #333e48; }

.v-yellow-and-black .xs-product-offer-label,
.v-yellow-and-black .xs-progress .progress-bar,
.v-yellow-and-black .xs-countdown-timer .timer-count {
  background-color: #fed700; }

.v-yellow-and-black .product-thumb-feature .btn.btn-outline-primary {
  border-color: transparent;
  color: #333e48; }

.v-yellow-and-black .btn:not([data-toggle="popover"]).btn-outline-primary:hover {
  color: #FFFFFF; }

.v-yellow-and-black .product-title a:hover {
  color: #35aef4; }

/*--------------------------------------------------============================================================
                    53. Element
=================================================--------------------------------------------------------------*/
/* XS List */
.xs-list li {
  margin-bottom: 12px; }

.xs-list li:last-child {
  margin-bottom: 0; }

.xs-list li a {
  color: #777777;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.xs-list li a:hover {
  color: #35aef4; }

.xs-list li::before {
  font-family: "FontAwesome"; }

.xs-list.check li::before {
  padding-right: 8px;
  content: "\f00c";
  color: #35aef4; }

.xs-list.play li::before {
  padding-right: 8px;
  content: "\f04b";
  color: #35aef4; }

.xs-list.arrow li::before {
  padding-right: 8px;
  content: "\f178"; }

/* twitter */
.xs-tweet li {
  font-size: 0.92857em;
  color: #777777;
  margin-bottom: 20px; }

.xs-tweet li:last-child {
  margin-bottom: 0; }

.xs-tweet li a {
  color: #35aef4; }

/* social list */
.xs-social-list li {
  margin-right: 8px;
  display: inline-block; }

.xs-social-list li.xs-list-text {
  font-size: 0.92857em;
  margin-right: 20px; }

.xs-social-list li a {
  font-size: 0.92857em;
  color: #222222;
  display: inline-block;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.xs-social-list li a.color-facebook:hover {
  background-color: #3b5998; }

.xs-social-list li a.color-twitter:hover {
  background-color: #1da1f2; }

.xs-social-list li a.color-dribbble:hover {
  background-color: #ea4c89; }

.xs-social-list li a.color-pinterest:hover {
  background-color: #bd081c; }

.xs-social-list li a.color-instagram:hover {
  background-color: #e1306c; }

.xs-social-list li a.color-linkedin:hover {
  background-color: #dd5143; }

.xs-social-list.version-2 li {
  margin-right: 30px; }

.xs-social-list.version-2 li:last-child {
  margin-right: 0; }

.xs-social-list.version-2 li a {
  font-size: 1em; }

.xs-social-list.version-2 li a i {
  padding-right: 10px; }

.xs-social-list.version-2 li a:hover {
  color: #222222; }

.xs-social-list.round li a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.14);
  color: #FFFFFF;
  font-size: 1.14286em; }

.xs-social-list.boxed li {
  width: 45%;
  margin-right: 10px;
  margin-bottom: 10px;
  text-align: center; }

.xs-social-list.boxed li a {
  padding: 14px 0px;
  font-size: 1em;
  font-weight: 500;
  border: 1px solid #F1F1F1;
  color: #222222;
  display: block; }

.xs-social-list.boxed li a:hover {
  color: #FFFFFF; }

.xs-social-list.boxed li i {
  padding-right: 15px; }

.xs-social-list.square li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 0%;
  border: 1px solid #F4F4F4;
  background-color: transparent;
  color: #222222;
  text-align: center; }

.xs-social-list.square li a:hover {
  color: #FFFFFF; }

/* map popup buttons */
.xs-map-popup {
  padding: 9px 19px;
  font-weight: 500;
  font-size: 1em;
  border: 0; }

.xs-map-popup.btn-primary {
  background-color: #35aef4; }

.xs-map-popup.btn-danger {
  background-color: #ff6251; }

.xs-map-popup.btn-warning {
  background-color: #fed700;
  color: #333e48; }

.xs-map-popup.btn-warning:hover {
  color: #FFFFFF; }

.xs-map-popup i {
  padding-right: 10px;
  font-size: 16px;
  position: relative;
  top: 2px; }

/* back to top */
.xs-back-to-top {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  font-size: 1em;
  font-weight: 500;
  text-transform: uppercase;
  padding: 12px 21px;
  border: 0px; }

.xs-back-to-top.btn-success {
  background-color: #5abdf8; }

.xs-back-to-top.btn-danger {
  background-color: #ff6251; }

.xs-back-to-top.btn-warning {
  background-color: #fed700;
  color: #333e48; }

.xs-back-to-top.btn-warning:hover {
  color: #FFFFFF; }

.xs-back-to-top i {
  padding-left: 14px;
  font-size: 1.42857em;
  position: relative;
  top: 4px; }

.xs-back-to-top-wraper {
  position: absolute;
  right: -45px;
  bottom: 180px; }

/* heading title */
.xs-heading {
  padding-bottom: 40px;
  text-align: center; }

.xs-heading hr {
  width: 34px;
  border-top: 1px dashed #35aef4;
  margin-bottom: 19px;
  margin-top: 0; }

.xs-heading p {
  margin-bottom: 0; }

.xs-heading.v-small {
  padding-bottom: 70px; }

.xs-heading.v-small .xs-heading-title {
  font-size: 2.28571em;
  color: #222222; }

.xs-heading.v-medium .xs-heading-sub {
  font-size: 1em;
  font-weight: 500;
  margin-bottom: 5px; }

.xs-heading.v-big {
  padding-bottom: 60px; }

.xs-heading-sub {
  color: #35aef4;
  font-size: 1.28571em;
  font-weight: 400;
  margin-bottom: 10px; }

.xs-heading-title {
  font-size: 2.3em;
  font-weight: 700;
  margin-bottom: 0; }

/* buttons */
.btn:not([data-toggle="popover"]) {
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  padding: 16px 35px;
  letter-spacing: .3px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #FFFFFF; }

.btn:not([data-toggle="popover"]).btn-sm {
  min-height: 40px;
  min-width: 180px;
  font-size: 1em;
  padding: 0;
  line-height: 40px; }

.btn:not([data-toggle="popover"]).btn-outline-secondary {
  background-color: #35aef4;
  border: 2px solid rgba(200, 200, 200, 0.3);
  color: #FFFFFF; }

.btn:not([data-toggle="popover"]).btn-outline-primary {
  color: #35aef4; }

.btn:not([data-toggle="popover"]).btn-outline-success {
  color: #222222;
  border: 2px solid #35aef4; }

.btn:not([data-toggle="popover"]).btn-outline-success:hover {
  background-color: #222222;
  color: #FFFFFF;
  border-color: #222222; }

.btn:not([data-toggle="popover"]).btn-outline-light:hover {
  color: #FFFFFF;
  border-color: #222222;
  background-color: transparent; }

.btn:not([data-toggle="popover"]) .icon {
  margin-top: 0; }

.btn:not([data-toggle="popover"]).icon-left i {
  padding-right: 7px; }

.btn:not([data-toggle="popover"]).icon-right i {
  float: right;
  padding-left: 7px; }

.btn:not([data-toggle="popover"]).btn-success {
  background-color: #5abdf8; }

.btn:not([data-toggle="popover"]).btn-secondary {
  background-color: #ff6251;
  border: 0px; }

.btn:not([data-toggle="popover"])::before {
  content: '';
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 100%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transform: scale3d(1, 2, 1);
  transform: scale3d(1, 2, 1);
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, -webkit-transform 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  -o-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.btn:not([data-toggle="popover"]).btn-primary {
  border: 0px; }

.btn:not([data-toggle="popover"]).btn-success {
  border: 0px; }

.btn:not([data-toggle="popover"]).btn-success::before, .btn:not([data-toggle="popover"]).btn-success:hover {
  background-color: #62ab00; }

.xs-best-deal-slider-content .btn:not([data-toggle="popover"]).btn-success {
  color: #FFFFFF; }

.xs-best-deal-slider-content .btn:not([data-toggle="popover"]).btn-success::before {
  background-color: #333e48; }

.btn-loading i {
  font-size: 1.14286em;
  position: relative;
  top: 2px; }

.btn-cart {
  color: #35aef4; }

.btn-cart.icon-left i {
  padding-right: 7px; }

.btn-cart.icon-right i {
  float: right;
  padding-left: 7px; }

.xs-best-deal-slider-content .xs-btn-wraper a:last-child {
  padding: 18px 35px; }

.w-quantity-btn .btn {
  margin: 0 auto; }

/* product lebel */
.xs-product-offer-label {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 100%;
  background-color: #5abdf8;
  color: #FFFFFF; }

.xs-product-offer-label span {
  font-weight: 700;
  font-size: 1.57143em;
  line-height: 1;
  margin-bottom: 4px; }

.xs-product-offer-label small {
  font-size: 1em;
  line-height: 1; }

/* star rating */
.star-rating {
  position: relative;
  height: auto;
  width: 100%;
  display: inline-block; }

.star-rating::before {
  content: "\f005\f005\f005\f005\f123";
  font-family: "FontAwesome";
  top: 0;
  left: 0;
  font-size: 0.85714em;
  color: #ffa801;
  letter-spacing: 4px; }

.star-rating .value {
  position: relative;
  font-size: 0.85714em;
  color: #b9b9b9;
  font-family: "Rubik", sans-serif; }

.star-rating.color-green::before {
  color: #35aef4; }

.star-rating.color-green .value {
  color: #777777; }

.woocommerce .star-rating {
  margin-bottom: 20px;
  line-height: 1;
  float: none;
  overflow: visible;
  height: 100%;
  width: 100%;
  display: block; }

.woocommerce .star-rating::before {
  float: none;
  top: 0;
  left: 0;
  position: static;
  content: '\f005\f005\f005\f005\f006';
  color: #fed700; }

.woocommerce .star-rating .value {
  color: #777777;
  float: none;
  padding-top: 0;
  position: static; }

.woocommerce .star-rating .value::before {
  display: none; }

/* add to wishlist */
.add_to_wishlist {
  color: #35aef4;
  font-size: 0.85714em; }

.add_to_wishlist:hover {
  color: #35aef4; }

.add_to_wishlist.pulse_effect i {
  position: relative; }

.add_to_wishlist.pulse_effect i::after {
  position: absolute;
  top: 0;
  left: 0;
  font-family: 'FontAwesome';
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  -webkit-animation: scale .6s linear;
  animation: scale .6s linear;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  color: #35aef4; }

.add_to_wishlist.pulse_effect i::before {
  z-index: 2; }

.add_to_wishlist.pulse_effect .fa-heart-o::after {
  content: "\f004"; }

.add_to_wishlist.pulse_effect .fa-heart::after {
  content: "\f08a"; }

@-webkit-keyframes scale {
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }

  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2); } }

@keyframes scale {
  50% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }

  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    transform: scale(2); } }

/* echo image prelaoder */
img.imager-loader-up {
  background-image: url(ajax-loader_v-172864633085984921552891481.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 0; }

/* for xs nav tab */
.tab-content img.imager-loader-up {
  max-height: 133px; }

/* owl image setting */
.owl-carousel .owl-item img {
  width: auto; }

.owl-carousel .owl-item img.imager-loader-up {
  max-width: 100px;
  height: 144px;
  margin: 0 auto; }

/* owl dot */
.owl-dots {
  text-align: center;
  margin-top: 25px; }

.owl-dots .owl-dot {
  display: inline-block;
  margin-right: 10px; }

.owl-dots .owl-dot:last-child {
  margin-right: 0; }

.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: inline-block;
  background-color: #e1e1e1;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease; }

.owl-dots .owl-dot.active span {
  background-color: #35aef4; }

.xs_input_number {
  position: relative;
  border-radius: 25px;
  height: 45px;
  width: 148px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid rgba(129, 129, 129, 0.2);
  border-radius: 0; }

.xs_input_number .sub,
.xs_input_number .add {
  float: left;
  width: 43px;
  height: 100%;
  line-height: 45px;
  cursor: pointer;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
  background-color: #f9f9f9;
  text-align: center; }

.xs_input_number .add {
  float: right; }

.xs_input_number input[type="number"] {
  height: 100%;
  width: auto;
  border: 0;
  text-align: center;
  font-size: 15px;
  pointer-events: none;
  -webkit-appearance: none;
  width: 60px;
  font-weight: 400;
  color: #777777; }

.xs_input_number input[type="number"]::-webkit-inner-spin-button,
.xs_input_number input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* simple button */
.xs-simple-btn {
  color: #35aef4; }

/* countdown timer */
.xs-countdown-timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.xs-countdown-timer .timer-count {
  width: 40px;
  height: 40px;
  line-height: 42px;
  border-radius: 100%;
  background-color: #f5f5f5;
  font-size: 1em;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 8px; }

.xs-countdown-timer .timer-title {
  line-height: 1;
  text-transform: uppercase;
  font-size: 0.71429em;
  font-weight: 400;
  display: block; }

.xs-countdown-timer .xs-timer-container {
  margin-right: 10px; }

.xs-countdown-timer .xs-timer-container:last-child {
  margin-right: 0; }

.xs-countdown-timer.version-ring .xs-timer-container {
  background-image: url(circle.png);
  min-height: 114px;
  min-width: 114px;
  padding: 33px 0;
  margin-right: 30px; }

.xs-countdown-timer.version-ring .xs-timer-container:last-child {
  margin-right: 0; }

.xs-countdown-timer.version-ring .timer-count {
  height: auto;
  width: auto;
  line-height: 1;
  background-color: transparent;
  font-size: 2em;
  color: #35aef4; }

.xs-countdown-timer.version-ring .timer-title {
  font-size: 0.85714em;
  text-transform: capitalize; }

/* popover */
.btn[data-toggle="popover"] {
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  border: 0px;
  padding: 0;
  background-color: #35aef4;
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); }

.btn[data-toggle="popover"]::before {
  position: absolute;
  content: '\e93e';
  font-family: "iconfont";
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 1.42857em;
  -webkit-transform: rotate(0deg) scale(1);
  -ms-transform: rotate(0deg) scale(1);
  transform: rotate(0deg) scale(1);
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.btn[data-toggle="popover"].is-active {
  background-color: #ff6251; }

.btn[data-toggle="popover"].is-active::before {
  -webkit-transform: rotate(-360deg) scale(1);
  -ms-transform: rotate(-360deg) scale(1);
  transform: rotate(-360deg) scale(1);
  content: '\e93d'; }

.btn[data-toggle="popover"].is-active:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

.btn[data-toggle="popover"]:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.btn[data-toggle="popover"]:active {
  background-color: #ff6251 !important; }

.popover {
  background-color: #ff6251;
  border: 0;
  max-width: 227px;
  min-height: 109px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  text-align: center;
  font-size: 1em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  visibility: hidden; }

.popover.show {
  visibility: visible;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); }

.popover[x-placement="top"] {
  margin-bottom: 14px; }

.popover[x-placement="bottom"] {
  margin-top: 19px; }

.popover[x-placement="left"] {
  margin-right: 16px; }

.popover[x-placement="right"] {
  margin-left: 16px; }

.popover .popover-body {
  color: #FFFFFF;
  padding: 0; }

.popover.bs-popover-bottom .arrow::after {
  border-bottom-color: #ff6251; }

.popover.bs-popover-bottom .arrow::before {
  border-bottom-color: transparent; }

.popover.bs-popover-top .arrow::after {
  border-top-color: #ff6251; }

.popover.bs-popover-top .arrow::before {
  border-top-color: transparent; }

.popover.bs-popover-left .arrow::after {
  border-left-color: #ff6251; }

.popover.bs-popover-left .arrow::before {
  border-left-color: transparent; }

.popover.bs-popover-right .arrow::after {
  border-right-color: #ff6251; }

.popover.bs-popover-right .arrow::before {
  border-right-color: transparent; }

/* list group */
.xs-list-group li {
  padding: 0;
  border-bottom: 1px dashed #999999;
  font-size: 0.85714em;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 10px; }

.xs-list-group li span {
  font-weight: 400;
  color: #999999; }

.xs-list-group li:last-child {
  border-bottom: 1px dashed transparent;
  padding-bottom: 0px;
  margin-bottom: 0px; }

/* watermark product */
.xs-watermark-product {
  position: absolute;
  right: 30px;
  top: -70px;
  pointer-events: none; }

/* social tigger */
.xs-social-tigger {
  position: relative;
  margin: 1% auto;
  height: 50px;
  width: 50px; }

.xs-social-tigger li {
  height: 100%; }

.xs-social-tigger li a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #35aef4;
  text-align: center;
  color: #FFFFFF;
  font-size: 1em;
  border-radius: 100%;
  position: absolute;
  top: 0;
  left: 25px;
  z-index: 999;
  opacity: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  visibility: hidden; }

.xs-social-tigger li a.tigger-icon {
  opacity: 1;
  -webkit-transform: translate(0%, 0%) !important;
  -ms-transform: translate(0%, 0%) !important;
  transform: translate(0%, 0%) !important;
  visibility: visible; }

.xs-social-tigger li a.xs-facebook {
  background-color: #3B5999; }

.xs-social-tigger li a.xs-twitter {
  background-color: #55ACEE; }

.xs-social-tigger li a.xs-pinterest {
  background-color: #BD081C; }

.xs-social-tigger li a.xs-dribbble {
  background-color: #EA4C89; }

.xs-social-tigger li a.xs-instagram {
  background-color: #E4405F; }

.xs-social-tigger li a.xs-google-plus {
  background-color: #DD4B39; }

.xs-social-tigger li a.xs-envelope {
  background-color: #373737; }

.xs-social-tigger li:nth-child(1) a {
  -webkit-transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.6s;
  -o-transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.6s;
  transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.6s; }

.xs-social-tigger li:nth-child(2) a {
  -webkit-transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.9s;
  -o-transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.9s;
  transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.9s; }

.xs-social-tigger li:nth-child(3) a {
  -webkit-transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 1.2s;
  -o-transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 1.2s;
  transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 1.2s; }

.xs-social-tigger li:nth-child(4) a {
  -webkit-transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 1.5s;
  -o-transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 1.5s;
  transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 1.5s; }

.xs-social-tigger.active li:nth-child(1) a {
  -webkit-transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.6s;
  -o-transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.6s;
  transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.6s;
  -webkit-transform: translate(0, -80px);
  -ms-transform: translate(0, -80px);
  transform: translate(0, -80px); }

.xs-social-tigger.active li:nth-child(2) a {
  -webkit-transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.9s;
  -o-transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.9s;
  transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 0.9s;
  -webkit-transform: translate(70px, -40px);
  -ms-transform: translate(70px, -40px);
  transform: translate(70px, -40px); }

.xs-social-tigger.active li:nth-child(3) a {
  -webkit-transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 1.2s;
  -o-transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 1.2s;
  transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 1.2s;
  -webkit-transform: translate(70px, 40px);
  -ms-transform: translate(70px, 40px);
  transform: translate(70px, 40px); }

.xs-social-tigger.active li:nth-child(4) a {
  -webkit-transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 1.5s;
  -o-transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 1.5s;
  transition: all 0.6s cubic-bezier(0.87, -0.41, 0.19, 1.44) 1.5s;
  -webkit-transform: translate(0, 80px);
  -ms-transform: translate(0, 80px);
  transform: translate(0, 80px); }

.xs-social-tigger.active li a {
  opacity: 1;
  visibility: visible; }

/* xs map */
.xs-map {
  height: 570px;
  width: 100%; }

/* custom control */
.custom-control {
  margin-bottom: 24px; }

.custom-control .custom-control-label::after,
.custom-control .custom-control-label::before {
  width: 22px;
  height: 22px;
  top: 0;
  -webkit-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 600ms cubic-bezier(0.77, 0, 0.175, 1); }

.custom-control.custom-checkbox {
  border-radius: 4px; }

.custom-control .custom-control-label::after {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }

.custom-control .custom-control-input:checked ~ .custom-control-label::after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.custom-control .custom-control-label::before {
  background-color: transparent;
  border: 1px solid #eaeaea;
  pointer-events: visible;
  cursor: pointer; }

.custom-control .custom-control-input:focus ~ .custom-control-label::before {
  -webkit-box-shadow: none;
  box-shadow: none; }

.custom-control .custom-control-label {
  margin-bottom: 0;
  padding-left: 14px;
  font-size: 0.85714em;
  color: #555555;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.custom-control .custom-control-label span {
  color: #35aef4; }

.custom-control.custom-radio .custom-control-label::after,
.custom-control.custom-radio .custom-control-label::before {
  width: 20px;
  height: 20px;
  background-size: 70% 70%;
  border-radius: 100%;
  border-color: transparent; }

.custom-control.custom-radio .custom-control-label::before {
  border-color: #eaeaea; }

.custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #FFFFFF;
  border-color: #35aef4; }

.custom-control.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%230063d1'/%3E%3C/svg%3E"); }

.custom-control.custom-radio.color-one .custom-control-label::before {
  background-color: #1abc9c;
  border-color: transparent; }

.custom-control.custom-radio.color-one .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%231abc9c'/%3E%3C/svg%3E"); }

.custom-control.custom-radio.color-one .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #1abc9c; }

.custom-control.custom-radio.color-two .custom-control-label::before {
  background-color: #3498db;
  border-color: transparent; }

.custom-control.custom-radio.color-two .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%233498db'/%3E%3C/svg%3E"); }

.custom-control.custom-radio.color-two .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #3498db; }

.custom-control.custom-radio.color-three .custom-control-label::before {
  background-color: #9b59b6;
  border-color: transparent; }

.custom-control.custom-radio.color-three .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%239b59b6'/%3E%3C/svg%3E"); }

.custom-control.custom-radio.color-three .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #9b59b6; }

.custom-control.custom-radio.color-four .custom-control-label::before {
  background-color: #e74c3c;
  border-color: transparent; }

.custom-control.custom-radio.color-four .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23e74c3c'/%3E%3C/svg%3E"); }

.custom-control.custom-radio.color-four .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #e74c3c; }

.custom-control.custom-radio.color-five .custom-control-label::before {
  background-color: #e67e22;
  border-color: transparent; }

.custom-control.custom-radio.color-five .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23e67e22'/%3E%3C/svg%3E"); }

.custom-control.custom-radio.color-five .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #e67e22; }

.custom-control.custom-radio.color-six .custom-control-label::before {
  background-color: #2c3e50;
  border-color: transparent; }

.custom-control.custom-radio.color-six .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%232c3e50'/%3E%3C/svg%3E"); }

.custom-control.custom-radio.color-six .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #2c3e50; }

/* xs pagination */
.pagination li {
  display: inline-block;
  margin: 0 10px 0 0; }

.pagination li:last-child {
  margin: 0; }

.pagination li a {
  width: 42px;
  height: 42px;
  line-height: 42px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid #eaeaea;
  color: #222222;
  padding: 0;
  border-radius: 100%;
  text-align: center; }

.pagination li a:hover, .pagination li a.current {
  background-color: #35aef4;
  color: #FFFFFF;
  border-color: #35aef4; }

.pagination .page-item:first-child .page-link,
.pagination .page-item:last-child .page-link {
  border-radius: 100%;
  font-size: 0.85714em;
  color: #eaeaea; }

#myTabContent {
  padding-bottom: 20px; }

/* add to comapre */
.add-to-compare {
  color: #35aef4; }

/* video popup */
.xs-video-popup {
  width: 60px;
  height: 60px;
  line-height: 60px;
  display: block;
  text-align: center;
  font-size: 1.28571em;
  color: #FFFFFF;
  background-color: #35aef4;
  border-radius: 100%; }

.xs-video-popup:hover {
  color: #FFFFFF; }

/* round nav */
.round-nav {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100%;
  display: block;
  background-color: #35aef4;
  text-align: center;
  cursor: pointer;
  color: #FFFFFF; }

/*--------------------------------------------------============================================================
                    54. inheritance
=================================================--------------------------------------------------------------*/
.xs-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center; }

.content-center {
  text-align: center;
  margin: 0 auto; }

.content-left {
  margin: 0 auto 0 0; }

.content-right {
  text-align: left;
  margin: 0 0 0 auto; }

.transition, .xs-tab-nav .nav-link, .xs-tab-nav .nav-link:before, .xs-post-meta-list span a, .xs-blog-post-tag a {
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease; }

.xs-section-padding {
  padding: 80px 0; }

.xs-section-padding-2 {
  padding: calc(80px / 2) 0; }

.xs-feature-product-tab.xs-section-padding-2 {
  padding-bottom: 10px; }

.xs-section-padding-bottom {
  padding-bottom: 80px; }

.xs-section-padding-top {
  padding-top: 80px; }

.xs-box-shadow {
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1); }

.xs-feauture-product-section.xs-section-padding {
  padding: 80px 0 50px 0; }

.xs-box-shadow-2 {
  -webkit-box-shadow: 0px 2px 20px 0px rgba(144, 144, 144, 0.2);
  box-shadow: 0px 2px 20px 0px rgba(144, 144, 144, 0.2); }

.xs-margin-0 {
  margin: 0; }

.xs-mb-0 {
  margin-bottom: 0; }

.xs-mb-10 {
  margin-bottom: 10px; }

.xs-mb-20 {
  margin-bottom: 20px; }

.xs-mb-30 {
  margin-bottom: 30px; }

.xs-mb-40 {
  margin-bottom: 40px; }

.xs-mb-50 {
  margin-bottom: 50px; }

.xs-mb-60 {
  margin-bottom: 60px; }

.xs-mb-70 {
  margin-bottom: 70px; }

.xs-mb-80 {
  margin-bottom: 80px; }

.xs-mb-90 {
  margin-bottom: 90px; }

.xs-mb-100 {
  margin-bottom: 100px; }

.xs-padding-0 {
  padding: 0; }

.xs-pt-20 {
  padding-top: 20px; }

.xs-pt-50 {
  padding-top: 50px; }

.xs-mt-30 {
  margin-top: 30px; }

.color-black {
  color: #000000; }

.color-white {
  color: #FFFFFF; }

.color-primary {
  color: #35aef4; }

.color-secondary {
  color: #35aef4; }

.color-yellow {
  color: #fed700; }

.color-red {
  color: #d31242; }

.color-semi-black {
  color: #333e48; }

/* padding right */
.xs-pr-90 {
  padding-right: 90px; }

.bg-black {
  background-color: #000000; }

.bg-white {
  background-color: #FFFFFF; }

.bg-xs-primary {
  background-color: #35aef4; }

.bg-xs-secondary {
  background-color: #35aef4; }

.bg-gray {
  background-color: #f9f9f9; }

.bg-yellow {
  background-color: #fed700; }

.bg-red {
  background-color: #d31242; }

.bg-semi-black {
  background-color: #333e48; }

.bg-teal {
  background-color: #15c1d7; }

.bg-chocolate {
  background-color: #8c6e63; }

.bg-navyBlue {
  background-color: #0059a7; }

.bg-blue {
  background-color: #5c6dbd; }

.bg-green {
  background-color: #009893; }

.xs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 80px;
  width: 100%;
  opacity: .5;
  z-index: 1; }

.parallax-window {
  background-attachment: fixed; }

/* Lead paragraph */
.lead {
  font-size: 1.14286em;
  font-weight: 400; }

/* button wraper margin */
.xs-btn-wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.xs-btn-wraper .btn,
.xs-btn-wraper a {
  margin-right: 20px; }

.xs-btn-wraper .btn:last-child,
.xs-btn-wraper a:last-child {
  margin-right: 0; }

/* remove from control focus box shadow */
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none; }

/* five column in one */
.col-md-5-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  position: relative;
  width: 100%; }

/* xs gradient */
.xs-gradient {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#f1fde7), color-stop(75%, #e7fef0), to(#dcfff9));
  background-image: -webkit-linear-gradient(bottom, #f1fde7 0%, #e7fef0 75%, #dcfff9 100%);
  background-image: -o-linear-gradient(bottom, #f1fde7 0%, #e7fef0 75%, #dcfff9 100%);
  background-image: linear-gradient(to top, #f1fde7 0%, #e7fef0 75%, #dcfff9 100%); }

/* water mark title */
.xs-watermark-text {
  display: block;
  position: absolute;
  font-size: 8.42857em;
  color: #0869d5;
  font-weight: 700;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
  pointer-events: none;
  z-index: 1; }

.xs-watermark-text.large-version {
  font-size: 380px;
  color: #000000;
  text-indent: -65px; }

iframe#preview-bar-iframe {
  display: none; }

iframe#preview-bar-iframe {
  display: none !important; }

label.currency-picker__wrapper {
  margin: 0; }

.xs-menus .nav-menu > li > a {
  padding-right: 20px;
  font-weight: 400; }

.wish-list-hover {
  position: relative; }

.wish-list-hover:hover .wish-list-hover-show {
  opacity: 1;
  visibility: visible; }

.wish-list-hover .wish-list-hover-show {
  position: absolute;
  top: 50px;
  right: -20px;
  background: #fff;
  width: 300px;
  z-index: 2;
  padding: 15px 15px;
  -webkit-box-shadow: 0px 0px 1px #0000001c;
  box-shadow: 0px 0px 1px #0000001c;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  opacity: 0;
  visibility: hidden; }

.wish-list-hover .removeWishlistItem.btn-cancel.pull-right {
  background: #35aef4;
  color: #fff !important;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 15px;
  margin-left: 20px;
  font-size: 12px; }

p.xs-btn-wraper.justify-content-center a.button.wc-backward.btn.btn-primary {
  display: inline-block;
  font-size: 0.85714em;
  font-weight: 500;
  padding: 16px 35px;
  letter-spacing: .3px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #FFFFFF; }

.widget_shopping_cart_content p.xs-btn-wraper.justify-content-center a.button.wc-backward.btn.btn-primary {
  color: #FFFFFF !important; }

.widget_shopping_cart_content p.xs-btn-wraper.justify-content-center a.button.wc-backward.btn.btn-primary:hover {
  background-color: #0063d1; }

.xs-miniCart-menu .woocommerce-mini-cart__buttons a, .xs-miniCart-menu input.checkout {
  display: inline-block;
  font-size: 0.85714em;
  font-weight: 500;
  padding: 16px 35px;
  letter-spacing: .3px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  color: #fff;
  font-size: 13px !important;
  border-radius: 30px;
  margin: 0 !important; }

.mini-cart-button-area .xs-btn-wraper {
  margin-right: 13px; }

.woocommerce-Price-amount.amount {
  color: #35aef4;
  padding-left: 5px; }

.woocommerce-mini-cart__total.total {
  margin-top: 10px; }

.breadcrumb-item + .breadcrumb-item::before {
  margin-right: 25px; }

#shopify-section-contacts .form-row {
  padding-left: 0;
  padding-right: 0; }

.form-row, #shopify-section-contacts .form-row .col-md-6:first-child {
  padding-left: 0; }

.form-row, #shopify-section-contacts .form-row .col-md-6:last-child {
  padding-right: 0; }

.btn-full {
  width: 100%;
  margin-bottom: 10px; }

#form-canl-logi a {
  color: #222222; }

a#RecoverPassword {
  color: #35aef4;
  margin-left: 10px; }

div#form-canl-logi {
  font-size: 13px;
  margin-top: 15px; }

.btn-full {
  width: 100% !important; }

#list-th .xs-product-wraper {
  border: 1px solid #eaeaea !important; }

.wishlist-tile-container .removeWishlistItem {
  display: block;
  font-size: 1.5em;
  height: 1em;
  width: 1em;
  text-align: center;
  line-height: 1;
  border-radius: 100%;
  color: red !important;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
  border: 0; }

.wishlist-tile-container .removeWishlistItem:hover {
  color: white !important;
  background: red; }

.xs-product-wraper .xs-product-header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.xs-product-wraper .xs-product-header .spr-badge span.spr-badge-caption {
  display: none; }

.xs-product-wraper .xs-product-header .spr-badge .spr-starrating {
  color: #ffa801;
  font-size: 0.85714em; }

.xs-product-wraper .xs-product-header .add-to-wishlist.wishlist a {
  color: #35aef4; }

.xs-product-wraper img {
  margin: 0 auto;
  float: none;
  text-align: center;
  display: block; }

.xs-tab-slider .xs-product-header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.xs-tab-slider .xs-product-header .spr-badge span.spr-badge-caption {
  display: none; }

.xs-tab-slider .xs-product-header .spr-badge .spr-starrating {
  color: #ffa801;
  font-size: 0.85714em; }

.xs-tab-slider .xs-product-header .add-to-wishlist.wishlist a {
  color: #35aef4; }

a.btn.btn-outline-primary.animInLeft {
  border: 2px solid !important; }

form#contact_form {
  width: 100%; }

form#contact_form input#Email {
  height: 60px; }

.xs-product-wraper:hover .xs-product-hover-area a {
  display: block; }

.shop-category h5.widget-title {
  font-size: 1.14286em;
  font-weight: 500;
  position: relative;
  margin: 0 0 20px; }

.shop-category ul li {
  border-bottom: 0px dashed #f1f1f1;
  list-style: none;
  font-family: sans-serif; }

.shop-category ul li a {
  color: #626c84;
  border-radius: 0;
  padding: 10px 0;
  display: inline-block;
  font-weight: 400;
  line-height: 24px;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  font-family: Poppins,sans-serif;
  text-transform: capitalize; }

.shop-category ul li:hover a {
  color: #35aef4; }

.xs-product-header {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.xs-product-header .spr-badge span.spr-badge-caption {
  display: none; }

.xs-product-header .spr-badge .spr-starrating {
  color: #ffa801;
  font-size: 0.85714em; }

.xs-product-header .add-to-wishlist.wishlist a {
  color: #35aef4; }

.shop-category ul li:last-child {
  border: none; }

.product-sku {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  margin-bottom: 10px; }

.product-sku span.variant-sku {
  margin-left: 3px; }

.categories-sku {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 20px; }

.categories-sku .categories-sku-item {
  font-size: 14px;
  margin-right: 10px; }

.categories-sku a {
  font-size: 14px; }

.shopify-product-reviews-badge-area {
  margin-bottom: 20px;
  line-height: 1;
  float: none;
  overflow: visible;
  height: 100%;
  width: 100%;
  display: block; }

span.spr-starrating.spr-badge-starrating i {
  font-size: 0.85714em;
  color: #fed700; }

.shopify-product-reviews-badge-area span.spr-badge-caption {
  color: #777777;
  float: none;
  padding-top: 0;
  position: static;
  font-size: 0.85714em;
  margin-left: 16px; }

span.price.highlight {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: block;
  font-weight: 500;
  font-size: 2.14286em;
  line-height: 1;
  text-align: left; }

span.price.highlight money {
  float: right; }

.add-tocart-ite {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.add-tocart-ite li {
  margin-right: 15px; }

.color-prodcut-area .header {
  font-weight: 500;
  margin-right: 18px !important; }

.color-prodcut-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.color-prodcut-area .color label {
  border-radius: 50%;
  width: 30px !important;
  height: 30px !important;
  overflow: hidden;
  min-width: auto !important;
  border: 1.5px solid #ffffff;
  -webkit-box-shadow: 0px 0px 0px 2px #000  !important;
  box-shadow: 0px 0px 0px 2px #000  !important;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

.swatch .swatch-element:hover .tooltip {
  -webkit-transform: translateY(0px) translateX(-8px) !important;
  -ms-transform: translateY(0px) translateX(-8px) !important;
  transform: translateY(0px) translateX(-8px) !important; }

.swatch label {
  border-radius: 50% !important;
  min-width: auto !important;
  height: 36px !important;
  width: 36px !important;
  line-height: 35px !important;
  text-align: center;
  padding: 0;
  background: transparent;
  color: #222222;
  font-weight: 500;
  font-size: 12px;
  border: 2px solid #00000017;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

#shopify-product-reviews .spr-container {
  width: 100% !important;
  max-width: 100% !important; }

div#shopify-product-reviews {
  width: 100%; }

#shopify-product-reviews .spr-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

#shopify-product-reviews span.spr-summary-actions {
  margin-left: 20px;
  background: #35aef4;
  color: #fff !important;
  border-radius: 2px; }

#shopify-product-reviews span.spr-summary-actions a {
  color: #fff;
  border: 1px solid #35aef4;
  padding: 5px 15px; }

div#shopify-product-reviews form {
  max-width: 400px; }

div#shopify-product-reviews form label.spr-form-label {
  font-size: 14px;
  margin-top: 15px; }

div#shopify-product-reviews form input, div#shopify-product-reviews form textarea {
  border: 1px solid #e5e5e5;
  padding: 10px;
  margin-top: 3px; }

div#shopify-product-reviews a.spr-icon.spr-icon-star.spr-icon-star-empty {
  opacity: .8;
  margin-top: 5px;
  font-size: 12px; }

#shopify-product-reviews .spr-form-review-body {
  width: 140%; }

#shopify-product-reviews fieldset.spr-form-actions {
  float: left; }

#shopify-product-reviews fieldset.spr-form-actions input {
  color: #fff;
  font-weight: 500;
  border: 1px solid #35aef4;
  padding: 12px 25px;
  border-radius: 2px;
  color: #fff; }

form#contact_form input#Email {
  height: 60px; }

#shopify-product-reviews .spr-summary-starrating i {
  font-size: 0.85714em;
  color: #fed700; }

#shopify-product-reviews .spr-summary-caption {
  color: #777777;
  float: none;
  padding-top: 0;
  position: static;
  font-size: 0.85714em;
  margin-left: 16px; }

span.spr-starratings.spr-review-header-starratings i {
  color: #fed700;
  font-size: 0.85714em; }

.spr-review-header-byline {
  font-style: normal !important; }

.spr-review-header-byline strong {
  font-weight: 500;
  color: #35aef4; }

/* 
   Swatches Styles
*/
.swatch {
  margin: 1em 0; }

/* Label */
.swatch .header {
  margin: 0.5em 0; }

/* Hide radio buttons.*/
.swatch input {
  display: none; }

.swatch-element label {
  padding: 0 10px; }

.color.swatch-element label {
  padding: 0; }

/* Styling selected swatch */
/* Slightly raised */
.swatch input:checked + label {
  border-color: #000000; }

.swatch .swatch-element {
  float: left;
  -webkit-transform: translateZ(0);
  /* webkit flicker fix */
  -webkit-font-smoothing: antialiased;
  /* webkit text rendering fix */
  /* Spacing between buttons */
  margin: 0px 10px 10px 0;
  /* To position the sold out graphic and tooltip */
  position: relative; }

/* Image with the cross in it */
.crossed-out {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.swatch .swatch-element .crossed-out {
  display: none; }

.swatch .swatch-element.soldout .crossed-out {
  display: block; }

.swatch .swatch-element.soldout label {
  filter: alpha(opacity=60);
  /* internet explorer */
  -khtml-opacity: 0.6;
  /* khtml, old safari */
  -moz-opacity: 0.6;
  /* mozilla, netscape */
  opacity: 0.6;
  /* fx, safari, opera */ }

/* Tooltips */
.swatch .tooltip {
  left: -23px;
  text-align: center;
  background: gray;
  color: #fff;
  bottom: 100%;
  padding: 10px;
  display: block;
  position: absolute;
  width: 100px;
  margin-bottom: 15px;
  /* Make it invisible by default */
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  visibility: hidden;
  /* Animations */
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
  -o-transition: all .25s ease-out;
  transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 10000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.swatch .tooltip:before {
  bottom: -20px;
  content: " ";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  width: 100%; }

/* CSS triangle */
.swatch .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  border-top: solid gray 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0; }

.swatch .swatch-element:hover .tooltip {
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px); }

.swatch.error {
  background-color: #e8d2d2 !important;
  color: #333333 !important;
  padding: 1em;
  border-radius: 5px; }

.swatch.error p {
  margin: 0.7em 0; }

.swatch.error p:first-child {
  margin-top: 0; }

.swatch.error p:last-child {
  margin-bottom: 0; }

.swatch.error code {
  font-family: monospace; }

.xs-list-group {
  font-size: 1.05714em;
  line-height: 20px; }

.serch-result-title {
  background: #f9f9f9;
  padding: 20px 10px;
  font-size: 9px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
  color: #35aef4; }

form.xs-navbar-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.serch-result-form-area input#Search {
  width: 100%; }

.serch-result-form-area {
  max-width: 320px;
  margin: 0 auto;
  padding: 25px 0px; }

.serch-result-area {
  border-bottom: 1px solid #f9f9f9;
  padding-bottom: 50px 0; }

.serch-result-done .xs-single-product .xs-product-content {
  padding: 30px;
  padding-top: 0;
  text-align: center; }

.serch-result-done .xs-single-product .xs-product-content span {
  color: #35aef4;
  font-size: 14px; }

.serch-result-done .xs-single-product a img {
  padding: 0 30px;
  height: 160px;
  margin: 0 auto;
  float: none;
  display: block;
  margin-top: 15px;
  margin-bottom: 15PX; }

.serch-result-done {
  padding: 50px 0;
  border-bottom: 1px solid #f9f9f9; }

div#RecoverPasswordForm .xs-navbar-search {
  max-width: 300px; }

h4.product-title-v2.xs-cat {
  margin-bottom: 5px; }

h4.product-title-v2 strong a {
  color: #222222; }

.product-title-v2 a:hover {
  color: #35aef4; }

.xs-product-widget .product-image-area {
  max-width: 125px;
  overflow: hidden;
  max-height: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 125px;
  min-height: 125px; }

.xs-product-widget .product-image-area img {
  max-height: 96px; }

.xs-product-category .product-image-area {
  max-width: 158px;
  max-height: 158px;
  overflow: hidden; }

.product-slider-list .xs-product-widget .product-image-area {
  max-width: 70px;
  overflow: hidden;
  max-height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 70px;
  min-height: 70px; }

.product-slider-list .xs-product-widget .product-image-area img {
  max-height: 70px; }

input.shopify-challenge__button.btn {
  background: #35aef4; }

input#RecoverEmail {
  border: 0;
  padding: 13px 20px;
  border-radius: 0;
  font-style: italic;
  background-color: transparent;
  font-size: 1em;
  font-style: normal;
  border: 1px solid #ced4da;
  border-radius: 3px; }

#RecoverPasswordForm input[type="submit"] {
  padding: 14px 20px !important;
  margin-top: -4px;
  margin-left: -7px;
  border: 0px;
  background: #35aef4;
  border-radius: 0px 4px 4px 0px; }

button#HideRecoverPasswordLink {
  margin-top: 21px;
  color: #35aef4;
  background: transparent;
  border: none; }

.shop-product-image-area-1 {
  padding: 0px 20px;
  max-width: 235px;
  max-height: 155px;
  overflow: hidden;
  margin: 0 auto;
  height: 155px; }

.shop-product-image-area-1 img {
  height: 150px !important;
  width: auto !important;
  max-width: 100%;
  padding-top: 20px; }

.shop-product-image-area-2 {
  padding: 0px 0px;
  max-width: 213px;
  max-height: 213px;
  overflow: hidden;
  margin: 0 auto; }

.shop-product-image-area-2 img {
  height: 150px !important;
  width: auto !important;
  max-width: 100%; }

.shop-product-image-area-3 {
  padding: 10px 0px;
  max-width: 125px;
  width: 100%;
  max-height: 125px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  max-height: 125px;
  min-height: 125px; }

.shop-product-image-area-3 a {
  padding: 15px; }

ul.xs-recent-post-widget .posts-thumb img {
  height: 70px;
  width: 80px; }

.xs-product-wraper .xs-product-hover-area {
  text-align: center; }

.xs-deal-of-the-week span.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.widget-slider-type .xs-product-widget .product-image-area {
  max-width: 70px !important;
  width: 100%;
  max-height: 70px !important;
  min-width: 70px !important;
  min-height: 70px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.widget-slider-type .xs-product-widget .product-image-area img {
  max-height: 70px; }

.home-v3-body .xs-product-wraper .xs-product-content {
  margin-top: 4px; }

.home-v3-body .version-thumb span.price.version-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.product-title.highlight a strong:hover {
  color: #35aef4; }

.home-v4-body .xs-product-slider-item .xs-product-widget .product-image-area {
  max-width: 70px !important;
  width: 100%;
  max-height: 70px !important;
  min-width: 70px !important;
  min-height: 70px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.home-v4-body .xs-product-slider-item .xs-product-widget .product-image-area img {
  max-height: 70px; }

.home-v4-body .xs-product-wraper.version-4 img {
  margin-bottom: 18px; }

.home-v5-body .xs-feature-product.highlight {
  background: #f7f7f7; }

.home-v5-body .xs-banner-slider-4 .owl-dots {
  text-align: center; }

.home-v5-body .xs-product-content h4.product-title.highlight:first-child {
  margin-bottom: 0; }

.home-v5-body .xs-product-wraper.highlight .product-image-area {
  margin-bottom: 66px; }

.home-v6-body .xs-product-slider-item .xs-product-widget .product-image-area {
  max-width: 70px !important;
  width: 100%;
  max-height: 70px !important;
  min-width: 70px !important;
  min-height: 70px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.home-v6-body .xs-product-slider-item .xs-product-widget .product-image-area img {
  max-height: 70px; }

.home-v6-body .xs-product-slider-item .xs-product-widget .product-image-area img {
  max-height: 70px; }

.col-md-2.footer-widget.logo-ffooter-mdl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.store-country-list {
  padding: 20px 0px; }

.store-country-list .single-item-flug {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 0px;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 0px;
  margin-right: 0; }

.store-country-list .single-item-flug p {
  margin: 0;
  margin-left: 10px;
  font-size: 13px; }

section.store-country-area {
  background: #F8F8F8; }

.store-country-list ul li:first-child {
  padding-left: 0; }

.store-country-list ul li:last-child {
  padding-right: 0;
  border-right: 0px solid red; }

.header-version-3-top .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.header-version-3-top .xs-navbar-search {
  margin-top: 0 !important;
  height: 50px !important;
  background: #fff;
  border-radius: 0;
  border: 0; }

.header-version-3-top .xs-navBar.navBar-v5 .xs-navbar-search .form-control {
  color: #959595; }

.header-version-3 .xs-navBar.secondary-color-v .xs-navbar-search .btn[type="submit"] {
  background: #35aef4;
  border-radius: 0;
  height: calc(100% + 0px);
  margin-top: 0px; }

.header-version-3 .xs-navBar.secondary-color-v .xs-navbar-search .btn[type="submit"]:hover {
  background: #5abdf8; }

.header-cus-class-3 .xs-navbar-search .btn[type="submit"] {
  background: #35aef4; }

.header-cus-class-3 .xs-navbar-search .btn[type="submit"]:hover {
  background: #5abdf8; }

.header-version-3-top a.xs-single-wishList {
  color: #fff; }

.header-version-3-bottom .xs-navDown.navDown-v5 .xs-menus .nav-menu > li > a {
  padding: 20px 25px 19px;
  font-weight: 400; }

.header-version-3 select#product_cat {
  font-size: 14px;
  color: #000; }

.xs-navDown .btn:not([type="submit"]) strong {
  color: #35aef4; }

.xs-navDown .btn:not([type="submit"]) {
  color: #797979;
  border: 2px solid #e7e7e7; }

.header-version-3-bottom .xs-navDown .btn:not([type="submit"]) {
  width: 100%;
  font-size: 0.85714em;
  letter-spacing: .2px;
  padding: 8px 12px;
  border: 1px solid #e7e7e7;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  border-width: 0;
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: #ededed;
  border-radius: 0;
  padding: 10.2px 10px;
  background: #35aef4; }

.xs-navDown .btn:not([type="submit"]):hover {
  background: #35aef4; }

.header-version-4 .header-version-4-rightbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.header-version-4 .xs-logo-wraper {
  padding: 14px 0px; }

.header-version-4-rightbar .navSearch-group > a {
  font-size: 2.14286em; }

.header-version-4 .header-version-4-rightbar a.xs-single-wishList.offset-cart-menu {
  color: #35aef4; }

.header-version-4 nav.xs-menus.xs_nav-landscape {
  text-align: center; }

.featured-product-update-css .xs-feature-product.highlight .xs-feature-product-info {
  position: relative;
  padding: 30px 30px; }

.featured-product-update-css .product-image-area {
  max-height: 423px;
  min-height: 424px;
  overflow: hidden; }

.featured-product-update-css .product-image-area img {
  height: 404px !important;
  padding-bottom: 30px;
  float: right;
  padding-right: 30px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  width: auto; }

.featured-product-update-css .xs-feature-product.highlight {
  background: #f7f7f7; }

.featured-product-update-css .product-image-area:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.featured-product-update-css .xs-feature-product-info {
  position: relative;
  padding: 30px;
  padding-bottom: 15px;
  min-height: 110px; }

.featured-product-update-css .xs-feature-product-info h4 {
  margin: 0; }

.featured-product-update-css .xs-feature-product img {
  height: 149px;
  float: right;
  width: auto; }

.featured-product-update-css .xs-feature-product {
  background: #f7f7f7; }

.xs-content-header.section-title-area {
  border-bottom: 0;
  padding-left: 0px; }

.feature-product-v4 .price {
  font-size: 1em; }

.feature-product-v4 ul {
  font-size: 12px; }

.small-offer-banner-v2 .offer-banner-content p {
  font-size: 24px;
  font-weight: 400; }

.small-offer-banner-v2 .offer-banner-content h3 {
  font-size: 24px;
  font-weight: 700; }

.xs-brand-content.version-3 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ddd;
  width: 20%;
  min-height: 145px !important; }

.marketo-footer-version-3 .marketo-footer-top-layer {
  background-color: #efefef; }

.marketo-footer-version-3 .xs-footer-main, .marketo-footer-version-3 .marketo-footer-top-layer {
  padding-top: 80px;
  padding-bottom: 65px; }

.marketo-footer-version-3 .xs-footer-logo p {
  color: #777777; }

.marketo-footer-version-3 .xs-footer-logo img {
  padding: 0px 0px 20px 0; }

.marketo-footer-version-3 .xs-copyright-text p {
  margin: 0; }

.xs-footer-info-and-payment {
  font-size: 13.6px; }

.marketo-footer-version-3 .xs-back-to-top-wraper {
  right: -55px; }

.icon-box-version-3 .xs-feature-list li {
  padding: 10px;
  border: 0; }

.icon-box-version-3 .xs-feature-list {
  -webkit-box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.08);
  padding: 20px 28px;
  border: 0; }

.icon-box-version-3 .media.xs-feature {
  border-right: 1px solid #eaeaea; }

.icon-box-version-3 li:last-child .media.xs-feature {
  border: none; }

.icon-box-version-3 .media.xs-feature h4 {
  margin-bottom: 6px; }

.mini_cart_item .mini-product-thumb {
  width: 75px;
  height: 75px; }

.mini_cart_item .mini-product-thumb {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 15px; }

.single-item-collcation-list-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.single-item-collcation-list-area .col-md-2 {
  padding: 0px 10px;
  overflow: hidden; }

.single-item-collcation-img img {
  width: auto; }

.single-item-collcation-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 160px;
  overflow: hidden;
  max-height: 160px; }

.single-item-collcation-list-area .col-md-2 .single-item-collcation:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: -webkit-transform 1.8s;
  transition: -webkit-transform 1.8s;
  -o-transition: transform 1.8s;
  transition: transform 1.8s;
  transition: transform 1.8s, -webkit-transform 1.8s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -200%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -200%, 0); }

.single-item-collcation-list-area .col-md-2:hover .single-item-collcation:before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 200%, 0); }

.single-item-collcation h2 {
  color: #222222;
  font-size: 15px;
  text-align: center;
  padding: 10px;
  font-weight: 400; }

.jlw-search form {
  width: auto;
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out; }

.jlw-search form input#search {
  background: transparent;
  height: 40px;
  border: 0;
  padding: 10px;
  width: 155px;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  max-width: 100%; }

.jlw-search form button {
  background: transparent;
  border: 0;
  height: 40px;
  width: 40px;
  font-size: 17px;
  text-align: right; }

.jlw-search form input#search[type=search]:focus {
  width: 300px; }

.header-version-jlw .xs-logo-wraper {
  text-align: center;
  padding: 19px 0; }

.header-version-jlw .xs-wish-list-item {
  padding: 0; }

.header-version-jlw .nav-menus-wrapper ul {
  text-align: center; }

.header-version-jlw .xs-navDown.navDown-v5 .xs-menus .nav-menu {
  text-align: center; }

header.xs-header.header-version-jlw .header-version-3-top a.xs-single-wishList {
  color: #777777; }

.header-version-jlw .header-version-3-top .xs-single-wishList .xs-item-count.highlight {
  background: #f0f0f0;
  color: #565656; }

.video-banner-img {
  position: relative; }

.video-banner-img a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%); }

section.banner-area-simple {
  background-color: #f6f7fb; }

.left-img-area-simple img {
  max-width: 100%; }

.banner-area-simple .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.right-content-area-simple h3 {
  font-size: 36px;
  line-height: 48px;
  font-weight: 500;
  color: #222222; }

.right-content-area-simple p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #666666; }

.right-content-area-simple {
  margin-bottom: 30px; }

.bg_css_cover_style {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

.responsive-menu-area .nav-toggle {
  position: relative;
  width: 30px;
  height: 30px;
  padding: 0;
  top: 0;
  margin-top: 0;
  right: 0;
  cursor: pointer;
  left: 0; }

.responsive-menu-area .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 20px; }

.responsive-menu-area .xs-wish-list.wish-list-hover {
  display: block;
  margin: 0;
  margin-right: 15px; }

.responsive-menu-area .xs-wish-list-item {
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin-top: 12px; }

.responsive-menu-area nav.xs-menus.xs_nav-portrait {
  height: auto; }

.responsive-menu-area .xs-logo-wraper {
  padding: 0; }

.menu-list-area {
  margin-top: 24px; }

section.responsive-menu-area {
  padding: 15px 0px;
  border-bottom: 1px solid #00000030;
  background-color: white; }

.responsive-menu-area .xs-logo-wraper img {
  max-height: 50px !important;
  width: auto !important; }

.responsive-menu-area {
  display: none; }

.responsive-menu-area .nav-toggle {
  position: relative;
  width: 30px;
  height: 30px;
  padding: 0;
  top: 0;
  margin-top: 0;
  right: 0;
  cursor: pointer;
  left: 0; }

.responsive-menu-area .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 20px; }

.responsive-menu-area .xs-wish-list.wish-list-hover {
  display: block;
  margin: 0;
  margin-right: 15px; }

.responsive-menu-area .xs-wish-list-item {
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0; }

.responsive-menu-area nav.xs-menus.xs_nav-portrait {
  height: auto; }

.responsive-menu-area .xs-logo-wraper {
  padding: 0; }

.menu-list-area {
  margin-top: 24px; }

section.responsive-menu-area {
  padding: 15px 0px;
  border-bottom: 1px solid #00000030; }

.responsive-menu-area .xs-logo-wraper img {
  max-height: 50px !important;
  width: auto !important; }

.responsive-menu-area nav.xs-menus.xs_nav-portrait .nav-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.responsive-menu-area nav.xs-menus.xs_nav-portrait i {
  margin-left: 8px;
  font-size: 17px;
  margin-top: -1px;
  -webkit-appearance: listitem;
  cursor: pointer;
  color: #70798b; }

.responsive-search-area .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.responsive-menu-area .wish-list-hover .wish-list-hover-show {
  right: -45px; }

.responsive-search-area .xs-navbar-search .xs-category-select {
  border-top-color: transparent; }

.responsive-search-area .xs-navbar-search input:not([type="submit"]), .responsive-search-area .xs-navbar-search .xs-category-select, .responsive-search-area .xs-navbar-search .btn[type="submit"] {
  height: 50px; }

.responsive-search-area .xs-navbar-search {
  margin: 0;
  padding: 15px 0; }

.xs-header .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.xs-navDown .row {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.xs-header .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.xs-navDown .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.video-banner-img a {
  font-size: 48px;
  color: #f05d4d; }

.img-height-01 img {
  width: auto; }

.img-height-01-left .product-image-area {
  min-height: 75px;
  max-width: 75px;
  overflow: hidden;
  min-width: 75px;
  max-height: 75px; }

.img-height-02 img {
  height: 155px; }

.container.xs-section-padding.padding-left-right {
  padding-left: 15px;
  padding-right: 15px; }

.banner-type-one .xs-section-padding {
  padding-left: 15px;
  padding-right: 15px; }

.xs-breadcumb {
  margin-top: 15px; }

.new-form-pro-cart .adto-cart-me {
  margin-right: 10px; }

.new-form-pro-cart .adto-cart-me:last-child {
  margin-right: 0; }

.quick-view-container span.price.highlight {
  font-size: 20px; }

.coupon input {
  float: right; }

td.product-name a {
  color: #0063d1; }

.product-instock span {
  color: #297E29; }

.product-addtocart span.add-to-cart-wishlist {
  font-weight: 400;
  cursor: pointer;
  font-size: 15px; }

.coustom-product-thumbnail img {
  height: 55px; }

td.product-thumbnail.coustom-product-thumbnail {
  display: flex;
  align-items: center;
  justify-content: flex-start; }

.coustom-thum-cart img {
  height: 100px;
  padding: 10px 0px; }

.post-navigation a.next_title span i {
  padding-left: 10px; }

.xs-newsletter input:not([type="submit"]), .xs-newsletter input[type="submit"] {
  height: 60px !important; }

.marketo-footer-top-layer.marketo-footer-version-3 {
  padding-bottom: 75px; }

.cart_box_text_area h2 {
  font-size: 22px;
  line-height: 1.41; }

.cart_box_text_area {
  background: #f7f7f7;
  padding: 25px; }

.cart_box_text_area h3 {
  font-weight: 400;
  color: #777;
  font-size: 14px;
  margin-top: 13px;
  margin-bottom: 23px; }

.cart_box_text_area textarea {
  width: 100%;
  height: 128px;
  padding: 5px; }

.cart_totals {
  margin-top: 18px; }

.xs-empty-content.no-content-area {
  width: 100%; }

.xs-empty-content.no-content-area img {
  text-align: center;
  margin: 0 auto;
  display: block; }

.single-product-summary .price {
  font-size: 23px !important;
  margin-top: 15px !important; }

.xs-empty-content.no-content-area h2 {
  text-align: center;
  color: #333;
  font-size: 60px; }

.xs-empty-content.no-content-area p {
  text-align: center;
  margin-top: 36px;
  font-size: 15px; }

.filter-by-collection ul li:before {
  width: 20px;
  height: 20px;
  content: "";
  display: block;
  border: 4px solid #fff;
  border-radius: 50%;
  margin-right: 15px;
  background: #fff;
  box-shadow: 0px 0px 0px 1px #eaeaea;
  transition: .7s;
  cursor: pointer; }

.filter-by-collection ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px dashed #f1f1f1; }

.filter-by-collection ul li.active:before {
  background: #0063d1;
  box-shadow: 0px 0px 0px 1px #0063d1; }

.filter-by-collection ul li:before {
  width: 20px;
  height: 20px;
  content: "";
  display: block;
  border: 4px solid #fff;
  border-radius: 50%;
  margin-right: 15px;
  background: #fff;
  box-shadow: 0px 0px 0px 1px #eaeaea;
  transition: .4s;
  cursor: pointer; }

.filter-by-collection ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center; }

.filter-by-collection ul li.active:before {
  background: #0063d1;
  box-shadow: 0px 0px 0px 1px #0063d1; }

.filter-by-tags ul li.active:before {
  background-color: #0063d1;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-1 -1 10 10'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
  border-color: #0063d1; }

.filter-by-tags ul li:before {
  width: 22px;
  height: 22px;
  content: "";
  display: block;
  border: 4px solid #fff;
  margin-right: 15px;
  background: #fff;
  box-shadow: 0px 0px 0px 1px #eaeaea;
  transition: .4s;
  cursor: pointer;
  border-radius: .25rem; }

.filter-by-tags ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative; }

.single-product-summary .price {
  font-size: 23px !important;
  margin-top: 15px !important; }

.swatch.clearfix {
  display: flex; }

.swatch.clearfix .header {
  margin-right: 39px;
  font-weight: 500;
  width: 12px; }

.today-gadget-area-main .xs-product-wraper .xs-product-content {
  margin-top: 23px; }

.xs-single-product-imgr-area {
  display: flex;
  justify-content: center;
  align-items: center; }

.xs-single-product-imgr-area img {
  height: 155px;
  margin-top: 12px;
  margin-bottom: 15px; }

.serch-result-done .xs-single-product {
  border: 1px solid #efefef;
  margin-bottom: 30px; }

.error-page .error-code {
  display: block;
  font-size: 150px;
  line-height: 150px;
  color: #333;
  margin-bottom: 20px;
  text-shadow: 5px 5px 0px rgba(0, 0, 0, 0.6), 7px 7px 0px #3a6f00, 7px 7px 0px rgba(204, 255, 0, 0.64), 10px 10px 0px #f44336;
  transform: rotate(-2deg); }

.error-body a {
  margin-top: 30px;
  display: block; }

.xs-nav-tab.version-2 .nav-item .nav-link::after {
  bottom: -10px; }

.xs-newsletter.xs-newsletter.round input[type="submit"] {
  height: 49px !important; }

.col-md-12.footer-widget.logo-ffooter-mdl {
  margin-bottom: 55px; }

.xs-product-wraper.highlight .price {
  font-size: 24px !important; }

.featured-product-on-uff .xs-feature-product-info {
  position: absolute;
  top: 0;
  left: 0;
  padding: 30px;
  width: 100%;
  height: 100%; }

.featured-product-on-uff .xs-feature-product img {
  height: auto; }

.collections-page-only {
  padding: 10px 30px 30px;
  background-color: #FFFFFF;
  border: 1px solid #efefef;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  z-index: 1;
  display: block; }

.collections-page-only a img, .collections-page-only a svg {
  height: 170px;
  margin: 10px auto;
  display: block; }

.collections-page-only p {
  color: #222222;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 15px; }

.no-wishlist-img img {
  height: 75px;
  display: block;
  margin: 0 auto; }

.no-wishlist-img {
  margin-bottom: 12px; }

.no-wishlist-content p {
  text-align: center;
  font-size: 30px;
  color: #777777; }

.position-relative {
  position: relative; }

.deal-of-the-week .xs-deal-blocks .product-image-area img {
  padding-top: 10px; }

.header-one {
  margin-bottom: 30px; }

.card-opouu-area .tt-add-to-cart {
  text-align: center;
  margin-top: 45px; }

.card-opouu-area .tt-add-to-cart i.icon-online-shopping-cart {
  font-size: 30px;
  margin-bottom: 15px;
  display: block; }

.card-opouu-area .tt-add-to-cart p {
  font-size: 20px; }

.card-opouu-area .tt-add-to-cart a.btn.btn--flw {
  background: #0063d1; }

.card-opouu-area .tt-add-to-cart button.btn.btn--flw.colorize-btn6.ttg-mt--20 {
  background: #62ab00; }

.collection-view.loader-filtetr:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #ffffffd4;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: 43%;
  background-repeat: no-repeat;
  background-position: center; }

.collection-view.loader-filtetr {
  position: relative; }

.collection-view.loader-filtetr:before {
  content: " ";
  display: block;
  width: 70px;
  height: 70px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #fafafa;
  border-color: #0063d1 #0063d1 #0063d1 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
  position: absolute;
  z-index: 2;
  left: auto;
  right: calc(50% - 35px );
  top: 15%; }

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(360deg); } }

.product-single-loader {
  animation: alds-dual-ring 1.2s linear infinite;
  background: #62ab00; }

.product-single-loader .icon-online-shopping-cart {
  color: white; }

.product-single-loader .icon-online-shopping-cart:before {
  content: "\e971"; }

@keyframes alds-dual-ring {
  0% {
    transform: rotate(0deg); }

  100% {
    transform: rotate(360deg); } }

.adto-cart-me span.added:before {
  font-family: 'iconfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.adto-cart-me span.added:before {
  content: "\e96e";
  margin-right: 10px; }

.adto-cart-me span.added {
  position: relative; }

.xs-modal.xs-quick-view-modal.modal.fade.show {
  background: #00000033; }

.modal-backdrop.fade.show {
  background: transparent; }

.xs-brand-content.version-4 {
  text-align: center; }

.xs-brand-content.version-4 li {
  min-width: auto;
  float: none;
  text-align: center;
  display: inline-block;
  max-width: 16.6666666667%;
  width: 100%; }

.xs-recent-post-widget li {
  display: flex;
  justify-content: flex-start; }

.xs-recent-post-widget li .posts-thumb {
  width: 100%;
  max-height: 80px;
  max-width: 80px;
  background-size: cover;
  background-position: center; }

.wishlist-btn.is-active .fa-heart-o:before {
  content: "\f004"; }

.xs-content-header.section-title-area h3 {
  font-size: 1.57143em; }

.header-one .nav-menu {
  text-align: center; }

.header-cus-class-2 .xs-navDown.secondary-color-v .xs-vartical-menu .cd-dropdown-trigger {
  padding: 22px 42px;
  background: transparent;
  color: #222;
  border: 1px solid #ededed;
  border-radius: 0;
  border-top: 0;
  border-bottom: 0; }

.header-cus-class-2 .xs-navDown.secondary-color-v .xs-vartical-menu .cd-dropdown-trigger:before, .header-cus-class-2 .xs-navDown.secondary-color-v .xs-vartical-menu .cd-dropdown-trigger:after {
  background: #222; }

.header-cus-class-2 .xs-navDown.navDown-v5 .xs-menus .nav-menu {
  text-align: left; }

.header-cus-class-2 .header-version-3-bottom .xs-navDown.navDown-v5 .xs-menus .nav-menu > li > a {
  padding: 20px 25px 24px; }

.header-cus-class-3 .xs-navBar.navBar-v5 .xs-navbar-search {
  background: transparent;
  height: 50px;
  margin-top: 20px; }

.header-cus-class-3 .xs-navBar.navBar-v5 .xs-navbar-search input:not([type="submit"]) {
  background: transparent; }

.header-cus-class-3 .xs-navbar-search .btn[type="submit"] {
  height: 50px;
  padding: 16px 28px; }

.header-cus-class-3 .xs-navBar.navBar-v5 .xs-navbar-search input:not([type="submit"])::placeholder {
  color: white;
  opacity: 1;
  /* Firefox */ }

.header-cus-class-3 .xs-navBar.navBar-v5 .xs-navbar-search input:not([type="submit"]):-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white; }

.header-cus-class-3 .xs-navBar.navBar-v5 .xs-navbar-search input:not([type="submit"])::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white; }

.header-cus-class-3 .xs-logo-wraper {
  padding-bottom: 26px; }

.header-cus-class-3 .xs-wish-list {
  margin-right: 26px; }

.header-cus-class-3 .xs-navDown.navDown-v5 .xs-wish-list-item {
  padding-top: 12px; }

.header-cus-class-3 .xs-navDown.navDown-v5 .xs-menus .nav-menu {
  text-align: center; }

.header-cus-class-4 .xs-menus .nav-menu > li:last-child {
  margin-right: 35px; }

.header-cus-class-5 .header-version-4-top {
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.05); }

.header-cus-class-5 .header-version-4-rightbar {
  justify-content: flex-end; }

.header-cus-class-5 .xs-menus .nav-menu > li > a {
  padding: 32px 19px; }

.header-cus-class-5 .jlw-search form {
  background: transparent;
  height: 45px; }

.header-cus-class-5 .jlw-search form input#search {
  width: 252px; }

.header-cus-class-5 .jlw-search form input#search[type=search]:focus {
  width: 350px; }

.header-cus-class-5 .jlw-search form button {
  height: 25px;
  margin: 0;
  padding: 0;
  width: 33px;
  padding-right: 4px; }

.no_prt_smg {
  display: none; }

.xs-content-header.background-version .xs-content-title {
  color: #fff; }

.cart-area {
  padding-top: 80px; }

html {
  padding: 0 !important; }

.search-box {
  position: relative; }

.results-box {
  background: #fff;
  margin-top: 2px;
  -webkit-box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 50px 0 rgba(0, 0, 0, 0.07);
  border-radius: 0 0 5px 5px;
  position: absolute;
  top: 105%;
  left: 0;
  width: 100%;
  border-left: 1px solid;
  border-color: rgba(129, 129, 129, 0.2);
  z-index: 1; }

.results-box .note.erors {
  padding: 20px; }

.results-box a:first-child, .results-box a:nth-child(2) {
  border-top: 1px solid #e6e6e6; }

.results-box a {
  width: 50%;
  display: inline-block;
  border-right: 1px solid;
  border-bottom: 1px solid;
  border-color: rgba(129, 129, 129, 0.2);
  flex: 0 0 50%;
  padding: 15px;
  transition: all .4s ease;
  height: 100%;
  margin-top: -6px; }

.results-box a:hover {
  background: #f5f5f5; }

.results-box a .img {
  max-width: 65px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  float: left; }

.results-box a .img img {
  height: 50px;
  width: auto !important; }

.results-box a .d-title {
  float: right;
  overflow: hidden;
  position: relative;
  width: calc(100% - 65px);
  padding-left: 20px;
  margin-top: 15px; }

.search-ajax-content {
  display: flex;
  justify-content: center;
  align-items: center; }

.results-box .note-area {
  text-align: center;
  padding: 20px;
  border: 1px solid #dedede;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  display: flex;
  justify-content: center;
  align-items: center; }

.results-box .note-area a.note.btn.btn-primary {
  color: #fff !important;
  max-width: 120px;
  padding: 13px 0px !important; }

.xs-btn-wraper a.btn.btn-outline-primary {
  background: #222222;
  color: #fff; }

.paddding-o {
  padding: 0px; }

span.price.version-2 {
  display: flex; }

span.price.version-2 span.money {
  margin-right: 8px; }

.collection-view span.price.version-2 {
  justify-content: center; }

.nreu-today-gadget-area .xs-product-content span.price.version-2 {
  justify-content: center; }

.nreu-today-gadget-area .version-6 [class^="col"]:first-child {
  padding-left: 7.5px; }

.nreu-today-gadget-area .version-6 [class^="col"]:last-child {
  padding-right: 7.5px; }

.nreu-blog-single .xs-blog-post-comment ul.comment-list {
  float: left;
  width: 100%;
  height: auto; }

.nreu-blog-single .xs-blog-post-comment ul.comment-list li {
  float: left;
  width: 100%;
  height: auto;
  clear: both;
  margin-bottom: 10px; }

.nreu-blog-single .xs-blog-post-comment ul.comment-list li .comment-content {
  padding-left: 0;
  margin-top: 0 !important; }

.nreu-blog-single .xs-blog-post-comment ul.comment-list li .comment-content p {
  padding-bottom: 10px !important; }

.nreu-blog-single .xs-blog-post-comment ul.comment-list li .comment-metadata {
  padding: 0;
  margin: 0; }

.nreu-blog-single .xs-blog-post-comment ul.comment-list li .comment-meta {
  display: flex;
  margin-bottom: 8px; }

.nreu-blog-single .xs-blog-post-comment ul.comment-list li .comment-author {
  margin-right: 10px; }

.nreu-relat-product-area-img {
  overflow: hidden;
  max-height: 155px;
  height: 155px;
  display: flex;
  justify-content: center;
  align-items: center; }

.xs-product-details-section .btn:not([data-toggle="popover"]) {
  padding: 13px 35px; }

.xs-product-details-section .xs-wishlist-and-compare {
  height: 47px;
  line-height: 47px; }

.quick-view-container .new-form-pro-cart .adto-cart-me a.single_add_to_cart_button {
  padding: 16px 35px; }

.nreu-main-slider-3 .xs-banner .xs-feature-product, .nreu-main-slider-3 .xs-banner .xs-feature-product img {
  min-height: auto; }

.nreu-deal-of-the-week .product-image-area .imager-loader-up {
  height: 170px; }

.nreu-today-gadget .product-image-area .imager-loader-up {
  height: 170px; }

.header-one .xs-menus .nav-menu > li > a {
  font-weight: 500; }

.header-one {
  background-color: white; }

.header-cus-class-2 .header-version-3-top {
  background-color: white; }

.header-cus-class-3 {
  background-color: white; }

.header-cus-class-4 {
  background: white;
  padding-bottom: 0; }

.header-cus-class-5 {
  background: white; }

.header-cus-class-6 .header-version-3-top {
  background-color: white; }

.header-cus-class-7 .header-version-3-top {
  background-color: white; }

.xs-vartical-menu .cd-dropdown-trigger {
  background-color: #35aef4;
  color: white; }

.xs-vartical-menu .cd-dropdown-trigger:hover, .xs-vartical-menu,
.xs-vartical-menu .cd-dropdown-trigger.dropdown-is-active:hover {
  color: white;
  background-color: #35aef4; }

.xs-vartical-menu .cd-dropdown-content,
.xs-vartical-menu .cd-dropdown:before {
  border-color: #35aef4; }

.xs-vartical-menu .cd-dropdown-content,
.xs-vartical-menu .cd-dropdown:before {
  border-color: #35aef4; }

.xs-vartical-menu .cd-dropdown-trigger::after {
  background-color: white; }

.xs-vartical-menu .cd-dropdown-trigger::before {
  background-color: white; }

.xs-vartical-menu:hover .cd-dropdown-trigger::after {
  background-color: white; }

.xs-vartical-menu:hover .cd-dropdown-trigger::before {
  background-color: white; }

.header-cus-class-2 .xs-navDown.secondary-color-v .xs-vartical-menu .cd-dropdown-trigger {
  background: #35aef4;
  color: white;
  border-color: white; }

.header-cus-class-2 .xs-navDown.secondary-color-v .xs-vartical-menu .cd-dropdown-trigger:before, .header-cus-class-2 .xs-navDown.secondary-color-v .xs-vartical-menu .cd-dropdown-trigger:after {
  background: white; }

.header-cus-class-2 .xs-navDown.secondary-color-v .xs-vartical-menu .cd-dropdown-trigger:hover::before, .header-cus-class-2 .xs-navDown.secondary-color-v .xs-vartical-menu .cd-dropdown-trigger:hover::after {
  background: white; }

.header-cus-class-2 .xs-navDown.secondary-color-v .xs-vartical-menu .cd-dropdown-trigger:hover {
  background-color: #35aef4; }

.header-cus-class-2 .xs-navbar-search input:not([type="submit"]) {
  border: 2px solid #e7e7e7;
  border-right: 0px; }

.dropdown-is-active::after, .dropdown-is-active::before {
  background: white; }

a.cd-dropdown-trigger:focus {
  color: white; }

a.cd-dropdown-trigger:focus::after, a.cd-dropdown-trigger:focus::before {
  background: white; }

.xs-menus .nav-menu > li > a, .xs-menus .nav-menu > li > a .submenu-indicator {
  color: #333333; }

.xs-menus .nav-menu > li > a.highlight {
  color: #35aef4; }

.xs-menus .nav-menu > li.active a, .xs-menus .nav-menu > li.active a .submenu-indicator {
  color: #35aef4; }

.xs-menus .nav-menu > li > .nav-dropdown li a:hover,
.xs-menus .nav-menu > li > a:hover,
.xs-menus .nav-menu > li:hover > a {
  color: #35aef4; }

.xs-menus .nav-menu > li > a .submenu-indicator-chevron {
  border-color: transparent #333333 #333333 transparent !important; }

.xs-menus .nav-menu > li > a:hover .submenu-indicator-chevron {
  border-color: transparent #35aef4 #35aef4 transparent !important; }

.xs-menus .nav-menu > li.active > a .submenu-indicator-chevron {
  border-color: transparent #35aef4 #35aef4 transparent !important; }

.xs-navDown .btn:not([data-toggle="popover"]).btn-primary {
  background-color: #35aef4; }

.xs-navDown .btn:not([data-toggle="popover"]).btn-primary:hover {
  background-color: #5abdf8; }

.xs-navbar-search .btn[type="submit"] {
  color: white; }

.xs-navbar-search .btn[type="submit"]:hover {
  color: white; }

.xs-navDown .btn:not([data-toggle="popover"]).btn-primary {
  border-color: #35aef4; }

.navSearch-group > a {
  color: white; }

.navSearch-group > a:hover {
  color: white; }

.jlw-search form input#search {
  color: white; }

.jlw-search form button {
  color: white; }

.header-cus-class-5 .jlw-search form button {
  color: white; }

.header-cus-class-5 .jlw-search form button:hover {
  color: white; }

.header-cus-class-5 .jlw-search form {
  border: 1px solid #35aef4; }

.header-cus-class-5 .jlw-search form button {
  border-left: 1px solid #35aef4; }

.xs-single-wishList .xs-item-count {
  border: 2px solid #555555;
  background-color: white;
  color: #555555;
  transition: .4s; }

.xs-single-wishList i {
  color: #555555; }

.xs-single-wishList:hover i {
  color: #35aef4; }

.xs-navDown .btn:not([type="submit"]):hover {
  color: #35aef4; }

.xs-navDown .btn:not([type="submit"]):hover strong {
  color: #35aef4; }

.xs-navbar-search {
  border: 2px solid #e7e7e7; }

.xs-navbar-search input:not([type="submit"]) {
  background: white; }

.jlw-search form {
  background: white; }

.header-cus-class-3 .xs-navBar.navBar-v5 .xs-navbar-search input:not([type="submit"]) {
  background: white; }

@media (min-width: 320px) and (max-width: 1199px) {
  .cd-dropdown-wrapper.xs-vartical-menu {
    margin-bottom: 0; }

  .xs-vartical-menu .cd-dropdown-trigger {
    padding: 23px 23px; }

  .xs-vartical-menu .cd-dropdown-trigger::after {
    right: 24px; }

  .xs-vartical-menu .cd-dropdown-trigger::before {
    right: 30px; }

  .cd-dropdown-trigger::before, .cd-dropdown-trigger::after {
    top: 54%; }

  .xs-top-bar-info li {
    margin-right: 3px;
    padding-right: 7px; }

  .small-offer-banner-v2 .offer-banner-content {
    max-width: 70%; }

  .xs-deal-img {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }

  .xs-feature-list li {
    padding: 30px 15px; }

  .price {
    color: #41bfe5;
    font-size: 16px; }

  .xs-sync-slider-preview .xs-social-tigger {
    position: absolute;
    left: -35px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2; }

  .respons-pro-one .xs-nav-tab.version-2 .nav-item .nav-link {
    font-size: 20px; }

  .nreu-feauture-product-section h4.product-title-v2 strong {
    font-size: 18px; }

  .nreu-feauture-product-section .highlight h4.product-title-v2 strong {
    font-size: 18px; }

  .nreu-feauture-product-section .highlight h4.product-title-v2 strong {
    font-size: 25px; }

  .nreu-feauture-product-section .xs-feature-product-info {
    min-height: 85px; }

  .nreu-feauture-product-section .xs-feature-product img {
    height: 130px; }

  .nreu-feauture-product-section .product-image-area {
    max-height: 352px;
    min-height: 352px; }

  .nreu-feauture-product-section .product-image-area img {
    height: 352px !important; }

  .nreu-feauture-product-section .featured-product-on-uff .xs-feature-product img {
    height: auto;
    width: 100%; }

  .nreu-today-gadget .xs-product-wraper.highlight .xs-product-content {
    margin-bottom: 0; }

  .nreu-today-gadget .xs-product-wraper.highlight {
    padding: 34px 35px; }

  .header-cus-class-3 .xs-navDown.navDown-v5 .xs-vartical-menu .cd-dropdown-trigger {
    padding: 22px 20px; }

  .nreu-today-gadget-area .xs-product-wraper.highlight .xs-product-content {
    margin-top: 14px; } }
@media (min-width: 320px) and (max-width: 991px) {
  .xs-brand-content.version-4 li {
    min-width: auto !important;
    float: none !important;
    text-align: center;
    max-width: 25%;
    width: 100%; }

  .product-categories {
    font-size: 14px; }

  .xs-copyright .row {
    align-items: center; }

  .xs-social-list.version-2 li a {
    font-size: 15px !important;
    padding: 4px 9px !important; }

  .xs-social-list.version-2 li a i {
    margin-right: 8px !important; }

  .xs-single-wishList .xs-item-count.highlight {
    display: none; }

  .deal-of-the-week .xs-content-header.background-version .xs-content-title {
    margin-bottom: 0 !important; }

  .xs-product-widget {
    padding-bottom: 10px !important; }

  .product-categories {
    font-size: 15px; }

  span.price {
    font-size: 16px; }

  h4.product-title {
    font-size: 16px; }

  .responsive-menu-area {
    display: block; }

  .xs-header {
    display: none; }

  .responsive-search-area .xs-navbar-search .xs-category-select-wraper {
    line-height: 50px; }

  .responsive-search-area #product_cat_mob {
    height: 50px; }

  .store-country-list ul li:nth-child(3) {
    border-right: 0px solid red; }

  .small-offer-banner-v2 .small-offer-banner {
    float: left !important;
    width: 100% !important; }

  .xs-feature-list li {
    border: 1px solid #eaeaea;
    margin-right: 10px;
    margin-top: 10px;
    width: calc(33.33333% - 10px) !important; }

  ul.xs-feature-list {
    border: none; }

  .xs-feature-list li:last-child {
    border-right: 1px solid #eaeaea; }

  .icon-box-version-3 .xs-feature-list {
    -webkit-box-shadow: 0 7px 30px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 7px 30px 0 rgba(0, 0, 0, 0.04); }

  .icon-box-version-3 .xs-feature-list li {
    border: 0;
    margin-top: 20px; }

  .icon-box-version-3 .media.xs-feature {
    border: 0; }

  .version-6 [class^="col"] {
    padding-left: 0;
    padding-right: 0; }

  .version-6 [class^="col"]:last-child {
    padding-right: 0; }

  .version-6 [class^="col"]:first-child {
    padding-left: 0; }

  .pagination li {
    margin-bottom: 10px; }

  .serch-result-form-area form.xs-navbar-search {
    display: block; }

  .input-group-btn button.btn.btn-primary i {
    text-align: center;
    margin: 0 auto; }

  .serch-result-form-area input#Search {
    margin-bottom: 10px;
    -webkit-appearance: none; }

  #product_cat_mob {
    height: 51px;
    width: 100%;
    padding-left: 26px;
    color: #7d858c; }

  .xs-social-list.version-2 li {
    margin-right: 0px; }

  .nreu-feauture-product-section h4.product-title-v2 strong {
    font-size: 20px; }

  .nreu-feauture-product-section .highlight h4.product-title-v2 strong {
    font-size: 30px; }

  .nreu-feauture-product-section .xs-feature-product-info {
    min-height: 125px; }

  .nreu-feauture-product-section .xs-feature-product img {
    height: 175px; }

  .nreu-feauture-product-section .product-image-area {
    max-height: 352px;
    min-height: 352px; }

  .nreu-feauture-product-section .product-image-area img {
    height: 352px !important; }

  .nreu-feauture-product-section .featured-product-on-uff .xs-feature-product img {
    width: 100%; }

  .nreu-feauture-product-section .featured-product-on-uff .xs-feature-product {
    max-height: 300px;
    overflow-y: hidden; }

  .nrue-tab-slider-6-col h4.product-title {
    font-size: 14px; }

  .nreu-today-gadget-area .version-6 [class^="col"], .nreu-today-gadget-area .version-6 [class^="col"]:first-child {
    padding-left: 15px !important;
    padding-right: 15px !important; } }
@media (min-width: 320px) and (max-width: 767px) {
  .xs-section-padding {
    padding: 20px 0; }

  .responsive-search-area .xs-navbar-search .xs-category-select-wraper {
    line-height: 47px; }

  .xs-footer-info-and-payment {
    padding: 0; }

  .wishlist-table-area thead {
    display: none; }

  .wishlist-table-area thead {
    display: none; }

  .wishlist-table-area tr.wishlist-tile-container {
    display: block;
    width: 100%;
    margin-bottom: 25px; }

  .wishlist-table-area td {
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

  .wishlist-table-area tr td:after {
    content: attr(data-title);
    font-weight: 700;
    float: left; }

  .wishlist-table-area td {
    text-align: right;
    padding: 14px !important; }

  .xs-footer-main {
    padding-bottom: 0px; }

  .woocommerce table.shop_table td {
    border-top: 0px solid rgba(0, 0, 0, 0.1); }

  .woocommerce .cart_totals.josn-cart-tota table.shop_table tr {
    border-bottom: 1px solid #e5e5e5;
    display: block; }

  .woocommerce .cart_totals.josn-cart-tota table.shop_table tr th {
    border: none; }

  tr.coupon-area-none {
    border-top: 1px solid #e5e5e5 !important; }

  tr.coupon-area-none td.actions {
    padding-top: 18px !important; }

  .shop_table_new_pro_max td {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
    padding: 20px !important;
    text-align: right;
    /* justify-content: space-between; */
    /* align-items: center; */
    /* display: flex; */ }

  .woocommerce table.shop_table td {
    max-width: 100% !important;
    width: 100%;
    clear: both; }

  .shop_table_new_pro_max td:last-child {
    border: 0px solid !important; }

  .shop_table_new_pro_max tr {
    margin-bottom: 0px;
    display: block;
    border: 0;
    border-top: 1px solid #e5e5e5; }

  .shop_table_new_pro_max tr:first-child {
    border-top: 0px solid #e5e5e5; }

  .coustom-thum-cart img {
    height: 65px; }

  .shop_table_new_pro_max td:before {
    content: attr(data-title);
    font-weight: 700;
    float: left; }

  .xs_input_number {
    /* text-align: right; */
    /* display: block; */
    /* clear: both; */ }

  td.product-quantity {
    display: flex;
    justify-content: space-between;
    align-items: center; }

  td.product-thumbnail.coustom-thum-cart {
    /* padding: 10px 20px  !important; */ }

  .xs_input_number input[type="number"] {
    width: 50px !important;
    margin-bottom: 15px !important; }

  .coupon input {
    margin-bottom: 15px; }

  .shop_table_new_pro_max thead {
    display: none; }

  .shop_table_new_pro_max tr.woocommerce-cart-form__cart-item.cart_item:first-child td {
    border-top: 0; }

  .xs-modal.show .modal-dialog {
    -webkit-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    top: 0;
    left: 0; }

  .xs-serachForm input:not([type="submit"]) {
    -moz-appearance: none;
    -webkit-appearance: none;
    width: calc(100% - 74px);
    margin-right: 10px; }

  .xs-wishlist-and-compare {
    margin-bottom: 0px !important; }

  .xs-content-header.version-3 {
    margin-top: 15px; }

  .xs-nav-tab .nav-link {
    font-size: 15px; }

  .store-country-list ul li {
    max-width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 0; }

  .small-offer-banner.offer-banner-v3 .offer-banner-content {
    max-width: 70%; }

  .xs-single-news {
    background: #fff; }

  .xs-single-news img {
    margin: 0 auto;
    float: none;
    display: block;
    padding-top: 35px; }

  .xs-news-content {
    text-align: center; }

  .xs-feature-list li {
    width: calc(49.33333% - 10px) !important; }

  .xs-feature-list li {
    border-right: 1px solid #eaeaea  !important; }

  .xs-feature-list li:last-child {
    border-bottom: 1px solid #eaeaea !important; }

  .icon-box-version-3 .xs-feature-list li:last-child {
    border-bottom: 0; }

  .product-title-v2.large strong {
    font-size: 2em; }

  .icon-box-version-3 .xs-feature-list li {
    border: 0 !important; }

  .xs-logo-wraper img {
    max-width: 115px; }

  .xs-newsletter.newsLetter-v2 input[type="submit"] {
    margin-top: 10px; }

  .form-row, #shopify-section-contacts .form-row .col-md-6:last-child {
    padding-left: 0px; }

  .add-tocart-ite-css .xs_input_number input[type="number"] {
    width: 60px !important; }

  .xs-banner-item .btn:not([data-toggle="popover"]) {
    padding: 14px 20px; }

  .xs-navbar-search input:not([type="submit"]) {
    padding-left: 15px; }

  .nreu-feauture-product-section .featured-product-on-uff .xs-feature-product img {
    width: auto; }

  .nreu-xs-banner-v4 h3.xs-banner-title {
    font-size: 30px; } }
@media only screen and (min-width: 300px) and (max-width: 575.98px) {
  .right-content-area-simple h3 {
    font-size: 30px;
    line-height: 40px; }

  .xs-offer-text h3 {
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 1.5em; }

  .footer-widget, .xs-navbar-search, .xs-footer-info-and-payment, .xs-footer-info-and-payment .media, .xs-feature-product.highlight, .xs-banner-campaign, .xs-content-header .xs-content-title, .xs-product-wraper, .xs-deal-img, .xs-vertical-tab-nav, .xs-newsletter-content, .xs-banner-slider-2, .xs-deal-of-the-week, .xs-single-news, .newsletter-content, .xs-banner-slider-3 .xs-banner-image {
    margin-bottom: 15px !important; }

  .col-md-12.footer-widget.logo-ffooter-mdl {
    margin-bottom: 0; }

  .video-banner-img a {
    font-size: 23px; }

  .xs-banner-content .xs-banner-title {
    font-size: 1.42857em !important; }

  .xs-banner-slider-3 .xs-banner-content .xs-banner-title {
    font-size: 1.71429em; }

  .btn:not([data-toggle="popover"]) {
    padding: 10px 20px; }

  .xs-newsletter-title {
    font-size: 1.57143em; }

  .xs-newsLetter-section {
    padding: 35px 0; }

  .xs-newsletter.xs-newsletter.round input[type="submit"] {
    height: 46px !important;
    width: 105px;
    padding: 0; }

  .xs-blog-post-details .post-body {
    padding: 0;
    border: 0; }

  .single-product-pro-cart li.w-quantity.quantity.xs_input_number {
    width: 100% !important;
    max-width: 100px; }

  .single-product-pro-cart .xs_input_number input[type="number"] {
    width: 100px !important;
    margin-bottom: 15px !important; }

  .xs-post-meta-list {
    margin-top: 18px; }

  p br {
    display: none; }

  .product-title {
    margin-bottom: 0px; }

  .xs-product-widget {
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 10px; }

  .xs-product-widget .product-image-area {
    max-width: 75px;
    max-height: 75px;
    min-width: 75px;
    min-height: 75px; }

  li.add-to-wishlist.wishlist.xs-wishlist-and-compare {
    border: 0; }

  .xs-feature-list li {
    width: calc(49.33333% - 10px) !important;
    border: 1px solid #eaeaea; }

  .xs-feature-list li:last-child {
    border: 1px solid #eaeaea; }

  .icon-box-version-3 .xs-feature-list li:last-child {
    border: 0; }

  .xs-feature-list li {
    width: calc(100%) !important;
    margin-right: 0;
    margin-left: 0px; }

  .icon-box-version-3 .xs-feature-list li {
    margin-left: 0; }

  .icon-box-version-3 .xs-feature-list {
    margin-left: 0px; }

  .xs-brand-content.version-3 li {
    width: 100% !important; }

  .xs-product-category .product-image-area {
    margin: 0 auto; }

  .xs-section-padding-bottom {
    padding-bottom: 20px; }

  .xs-section-padding {
    padding: 20px 0; }

  .xs-footer-section {
    padding-top: 15px; }

  .xs-copyright {
    padding: 20px 0; }

  .product-ordering {
    min-width: 90px;
    max-width: 90px; }

  .shop-catelist-item > li {
    margin-bottom: 10px !important; }

  .xs-newsletter input,
  .xs-newsletter input[type="submit"] {
    font-size: 12px; }

  .xs-social-list.version-2 li a i {
    padding-right: 0px !important; }

  .xs-banner-content .xs-banner-title {
    font-size: 1.42857em; }

  .store-country-list .single-item-flug {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  ul#myTab {
    margin-top: 10px; }

  .xs-brand-content.version-4 li {
    max-width: 100%;
    width: 100%; }

  .responsive-search-area .xs-navbar-search input:not([type="submit"]), .responsive-search-area .xs-navbar-search .xs-category-select, .responsive-search-area .xs-navbar-search .btn[type="submit"] {
    margin-bottom: 5px; }

  .nreu-feauture-product-section .product-image-area img {
    height: 260px !important; }

  .nreu-feauture-product-section .product-image-area {
    max-height: 260px;
    min-height: 260px; }

  .nreu-banner-slider .btn:not([data-toggle="popover"]) {
    padding: 16px 35px; }

  .nreu-xs-banner-v4 .xs-banner-content {
    margin: 0 auto;
    float: none;
    display: table;
    text-align: center; }

  .nreu-xs-banner-v4 .xs-btn-wraper {
    justify-content: center; }

  .nreu-xs-banner-v4 .xs-banner-image {
    max-width: 320px;
    margin: 0 auto;
    display: block; }

  .nreu-xs-banner-v4 .xs-banner-image img {
    height: 250px; } }
@media only screen and (min-width: 300px) and (max-width: 465px) {
  .add-tocart-ite-css .xs_input_number input[type="number"] {
    width: 59px !important; } }
@media only screen and (min-width: 300px) and (max-width: 464px) {
  .add-tocart-ite-css .xs_input_number input[type="number"] {
    width: 100px !important; }

  .add-tocart-ite-css .xs_input_number {
    width: 100px;
    text-align: center; } }
/*
Author: XpeedStudio
Author URI: http://themeforest.net/user/XpeedStudio/portfolio
*/
@media (min-width: 1300px) {
  .container-fullwidth {
    padding-left: 4%;
    padding-right: 4%;
    max-width: 100%; } }
@media (min-width: 1600px) {
  .container-fullwidth {
    padding-left: 5%;
    padding-right: 5%;
    max-width: 100%; }

  /* vertical feature list */
  .xs-feature-text.vertical h4 {
    font-weight: 700;
    font-size: 1.14286em; }

  .xs-feature-list.vertical {
    padding: 30px; }

  .xs-feature-list.vertical li {
    padding-bottom: 30px;
    margin-bottom: 30px; }

  /* daily deals version 2 */
  .deal-of-the-week-v2 .xs-content-header .xs-content-title {
    font-size: 1.571em; }

  .deal-of-the-week-v2 .xs-deal-blocks .countdow-timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 25px; }

  .deal-of-the-week-v2 .xs-deal-blocks .xs-countdown-timer {
    padding: 0; }

  .deal-of-the-week-v2 .countdow-timer h4 {
    text-align: left;
    margin-bottom: 0;
    padding-top: 5px;
    padding-right: 20px; }

  .deal-of-the-week-v2 .countdow-timer h4 span {
    display: block;
    margin-bottom: 5px; }

  /* feature product */
  .xs-single-product {
    border: 1px solid #efefef;
    margin-bottom: 30px; }

  /* small offer banner */
  .small-offer-banner.offer-banner-v2 h2,
  .small-offer-banner.offer-banner-v2 h3 {
    font-size: 2.286em; }

  .small-offer-banner {
    max-height: 300px;
    min-height: 300px; }

  .small-offer-banner .media-body {
    left: 0px;
    top: 50px; }

  .small-offer-banner.offer-banner-v3 .media-body {
    top: 70px; }

  .small-offer-banner.offer-banner-v2 .media-body {
    top: 23px; }

  .small-offer-banner.offer-banner-v3 h2 {
    font-size: 1.571em; }

  .small-offer-banner.offer-banner-v3 h3 {
    font-size: 2.6em; }

  /* small offer banner */
  .small-offer-banner-v2 .small-offer-banner {
    min-height: 290px; } }
/* Portrait tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
  body {
    font-size: 14px; } }
/* Portrait tablets and small desktops */
@media (max-width: 991px) {
  html {
    font-size: 90%; }

  /* margin bottom list */
  .footer-widget,
  .xs-navbar-search,
  .xs-footer-info-and-payment,
  .xs-footer-info-and-payment .media,
  .xs-feature-product.highlight,
  .xs-banner-campaign,
  .xs-content-header .xs-content-title,
  .xs-product-wraper,
  .xs-deal-img,
  .xs-vertical-tab-nav,
  .xs-newsletter-content,
  .xs-banner-slider-2,
  .xs-deal-of-the-week,
  .xs-single-news,
  .newsletter-content,
  .xs-banner-slider-3 .xs-banner-image {
    margin-bottom: 30px; }

  /* section title */
  .xs-heading-title {
    font-size: 2em; }

  /* content header */
  .xs-content-header {
    text-align: center; }

  .xs-content-header .xs-content-title {
    float: none;
    margin-top: 0;
    line-height: 1.5; }

  .xs-content-header .xs-content-title.version-2 {
    padding-bottom: 0; }

  .xs-content-header .xs-nav-tab {
    float: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .xs-nav-tab .nav-item {
    margin-right: 20px; }

  /* mennu settings */
  .xs-wish-list-item .xs-miniCart-dropdown {
    display: block;
    text-align: right; }

  .navbar-border .xs-wish-list-item .xs-miniCart-dropdown {
    text-align: left; }

  .xs-wish-list {
    display: none; }

  .xs-wish-list-item {
    padding: 11px 0; }

  .xs-wish-list-item .xs-header-info {
    display: none; }

  .xs-navDown.transparent-header-info .xs-logo-wraper {
    text-align: center; }

  .xs-navDown.navDown-v5 .xs-menus-group,
  .xs-navDown.navDown-v5 .xs-wishlist-group {
    float: left;
    width: 30%; }

  .xs-navDown.navDown-v5 .row {
    justify-content: flex-end; }

  .xs-navBar.navBar-v5 .xs-logo-wraper {
    position: absolute; }

  .home-menu-panel > .row > [class^="col-"] {
    flex: 0 0 100%;
    max-width: 100%; }

  /* navabr */
  .xs-navBar {
    margin-bottom: 20px;
    border-bottom: 1px solid #ededed; }

  .xs-navBar.navBar-v5.bg-xs-primary {
    /* border-bottom-color: #006feb; */ }

  .xs-navBar.navBar-v5 {
    margin-bottom: 0px;
    border-bottom: 0px; }

  .xs-navDown.navDown-v5:not(.secondary-color-v) .xs-menus-group .nav-toggle:before {
    background-color: #FFFFFF;
    box-shadow: 0 0.5em 0 0 #FFFFFF, 0 1em 0 0 #FFFFFF; }

  /* mega menu */
  .xs-menus .megamenu-bg {
    display: none; }

  .megamenu-panel.megamenu-v2 .row > [class^=col-] {
    margin-bottom: 30px; }

  /* order list */
  .xs-order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  .xs-order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }

  .xs-order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }

  /* buttons */
  .btn {
    padding: 10px 25px; }

  /* menu bar */
  .xs-navBar .xs-menus-group {
    position: relative; }

  .xs-top-bar-info,
  .xs-top-bar .xs-social-list {
    text-align: center !important;
    margin-bottom: 10px;
    margin-left: 0; }

  .xs-top-bar .row .row {
    margin: 0; }

  .xs-menus .nav-menu > li > a,
  .xs-navDown.navDown-v5 .xs-menus .nav-menu > li > a {
    padding: 15px;
    color: #333333; }

  .xs-navDown.color-white .xs-menus .nav-menu > li > a .submenu-indicator-chevron {
    border-color: transparent #333333 #333333 transparent; }

  .xs-navBar .navbar-border .xs-menus ul li a,
  .xs-navBar .navbar-border .xs-menus .nav-menu > li > a {
    padding: 15px; }

  .navbar-border .nav-toggle {
    right: 0; }

  .menu-label {
    left: inherit;
    right: 0; }

  .xs_nav-portrait {
    position: relative;
    height: 68px; }

  .xs-logo-wraper {
    padding: 23px 0; }

  /* nav bar search */
  .xs-navbar-search {
    height: 100%;
    border: 0;
    border-radius: 0; }

  .xs-navbar-search .input-group {
    display: block;
    height: auto; }

  .xs-navbar-search input:not([type="submit"]),
  .xs-navbar-search .xs-category-select,
  .xs-navbar-search .btn[type="submit"] {
    height: 70px; }

  .xs-navbar-search input:not([type="submit"]),
  .xs-navbar-search .xs-category-select {
    border: 1px solid #e7e7e7; }

  .xs-navbar-search input:not([type="submit"]),
  .xs-navbar-search .input-group-btn,
  .xs-navbar-search .xs-category-select-wraper {
    float: left; }

  .xs-navbar-search input:not([type="submit"]),
  .xs-navbar-search .xs-category-select-wraper {
    width: 40%; }

  .xs-navbar-search .input-group-btn {
    width: 20%; }

  .xs-navbar-search .xs-category-select {
    min-width: 100%;
    max-width: 100%; }

  .xs-navbar-search .btn[type="submit"] {
    width: 100%;
    border-radius: 0;
    margin-top: 0;
    margin-right: 0;
    padding: 0px; }

  .xs-navbar-search .xs-category-select-wraper:before {
    display: none; }

  .xs-wish-list-item .xs-header-info {
    top: 0px;
    margin-right: 0;
    margin-bottom: 20px; }

  .nav-toggle {
    right: 0; }

  /* welcome */
  .xs-banner-content .xs-banner-title {
    font-size: 2.42857em; }

  .xs-btn-wraper .btn, .xs-btn-wraper a {
    margin-right: 10px;
    margin-bottom: 20px; }

  /* feature products */
  .xs-feature-product.highlight .xs-feature-product-info {
    padding: 30px; }

  .xs-feature-product .xs-product-offer-label {
    bottom: 20px;
    left: 30px; }

  .xs-feature-product img {
    width: 100%; }

  .xs-product-wraper {
    padding: 10px 20px 20px; }

  .product-title {
    font-size: 1em; }

  .price {
    font-size: .7em; }

  /* banner campaign */
  .xs-banner-campaign img {
    width: 100%; }

  /* best deals */
  .xs-watermark-text {
    display: none; }

  /* inner tab */
  .xs-product-wraper.version-2 .xs-product-content,
  .xs-product-wraper.version-2 img,
  .xs-product-wraper.version-2 .xs-product-header {
    padding: 0 15px; }

  .xs-product-wraper.version-2 .xs-product-content {
    padding-bottom: 15px; }

  .xs-product-wraper .xs-product-hover-area .float-left,
  .xs-product-wraper .xs-product-hover-area .float-right {
    float: none !important;
    width: 100%;
    text-align: center; }

  /* feature items */
  .xs-content-title.version-2:before, .xs-content-title.version-2:after {
    display: none; }

  .xs-content-header .customNavigation {
    display: none; }

  [class*="xs-product-slider"] {
    margin-bottom: 30px; }

  /* brand */
  .xs-brand-content li {
    min-width: 50%;
    margin-bottom: 20px; }

  /* newsletter */
  .xs-newsLetter-section .xs-newsletter {
    margin-right: 0; }

  /* footer */
  .footer-widget.footer-content {
    padding-right: 15px; }

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

  .xs-copyright .xs-payment-card {
    text-align: center; }

  .xs-copyright .xs-payment-card .payment-title {
    display: none; }

  .xs-social-list.version-2 {
    text-align: center; }

  .xs-social-list.version-2 li a {
    font-size: .7em; }

  .footer-banner {
    display: block;
    text-align: center; }

  /* index version 2 */
  /* content header */
  .xs-content-header.version-2 .xs-simple-btn {
    float: none; }

  /* feature list */
  .xs-feature-list li {
    width: 33.33333%; }

  /* product tab with slider */
  .xs-nav-tab.version-2 .nav-item .nav-link {
    font-size: 15px;
    padding-bottom: 10px; }

  .xs-nav-tab.version-2 .nav-item .nav-link:before,
  .xs-nav-tab.version-2 .nav-item .nav-link:after {
    display: none; }

  .xs-banner-slider-2 .xs-banner-item {
    min-height: 460px; }

  /* index version 3 */
  .xs-banner-slider-3 .xs-banner-content .xs-banner-title {
    font-size: 2.71429em; }

  .xs-banner-slider-3 .xs-banner-content {
    margin-top: 30px; }

  .xs-banner-slider-3 .xs-banner-image {
    padding: 0 15px; }

  .xs-banner-slider-3 .xs-banner-image img {
    margin: 0 auto; }

  /* column */
  .col-md-5-1 {
    flex: 0 0 50%;
    max-width: 50%; }

  /* single product */
  .xs-nav-tab.version-4 .nav-item {
    margin-right: 10px; }

  .sync-slider-preview.owl-carousel .owl-item img {
    width: auto;
    margin: 0 auto; }

  .single-product-summary {
    margin-top: 30px; }

  .xs-social-tigger {
    display: none; }

  /* version full width */
  .container-fullwidth .xs-banner-content .xs-banner-title {
    font-size: 1.85714em; }

  .xs-header.version-fullwidth .xs-wish-list-item {
    text-align: left; }

  .xs-feature-list.vertical {
    margin-bottom: 30px; }

  .xs-nav-tab-v3 .nav-item {
    width: 50%; }

  .product-category-version-2 .xs-product-category {
    margin-bottom: 30px; }

  .recent-view-slider.owl-carousel .owl-item img {
    width: 100%; }

  .small-offer-banner .media-body {
    display: none; }

  .small-offer-banner {
    margin-bottom: 30px; }

  .small-offer-banner-v2 .small-offer-banner:last-child {
    margin-bottom: 30px; }

  .xs-deal-blocks.deal-block-v2 {
    text-align: center;
    margin-bottom: 30px; }

  .xs-watermark-product {
    display: none; }

  .xs-brand-content.version-3 li {
    min-width: 50%; }

  .xs-banner-slider.owl-carousel .owl-item img {
    margin: 5% auto;
    max-width: 50%; }

  /* index version 9 */
  .xs-banner-slider-6 .xs-banner-item {
    min-height: 500px;
    margin-left: 0px; }

  .xs-banner-slider-6 {
    margin-bottom: 30px; }

  /* login and reg */
  .customer-info-forms [class^=col-]:first-child {
    padding-right: 15px; }

  .customer-info-forms [class^=col-]:last-child {
    padding-left: 15px; }

  .customer-info-forms [class^=col-]:first-child:before {
    display: none; }

  .customer-info-forms .form-separetor {
    display: none; }

  /* vendor page */
  .xs-brand-content.version-2 li {
    min-width: calc(100% / 3); }

  /* menus  */
  .xs-menus.xs_nav-portrait .nav-menu li > .nav-dropdown {
    box-shadow: none; }

  /* team */
  .xs-single-team .team-thumb img {
    width: 100%; }

  /* about */
  .about-content-left .xs-about-content {
    margin-bottom: 20px; }

  .about-content-right img {
    margin-bottom: 30px; }

  .about-content-left img,
  .about-content-right img {
    width: 100%; }

  /* menu */
  .xs-menus .home-menu-panel a {
    margin-bottom: 30px; }

  /* index version 9 */
  .block-product-cate-wraper .nav .nav-link {
    padding: 18px 0; }

  .xs-deal-blocks .xs-countdown-timer {
    padding: 0 10px; }

  .xs-deal-blocks .xs-countdown-timer .xs-timer-container {
    margin-bottom: 0;
    margin-right: 10px; }

  .xs-deal-blocks .xs-countdown-timer .xs-timer-container:last-child {
    margin-right: 0; }

  /* index version 2 */
  .xs-product-widget {
    padding-bottom: 30px; }

  .product-thumb-feature .xs-product-widget {
    flex-direction: column; }

  .small-offer-banner-v2 .small-offer-banner {
    float: left;
    width: 48%;
    margin-right: 15px; }

  .small-offer-banner-v2 .small-offer-banner:last-child {
    margin-right: 0; }

  /* index verison 5 */
  .xs-nav-tab-v2 .nav-filter-img {
    display: none; }

  .xs-content-title.version-3::before {
    left: 50%;
    transform: translateX(-50%); }

  .xs-single-fun-fact {
    margin-bottom: 20px; }

  /* index version 5 */
  .version-thumb .xs-product-widget {
    flex-direction: column; }

  .version-thumb .xs-product-widget .product-widget-content {
    width: 100%; }

  /* index version 9 */
  .xs-banner .xs-feature-product {
    float: left;
    width: calc(50% - 15px);
    margin-right: 15px; }

  .xs-banner .xs-feature-product:last-child {
    margin-right: 0; }

  /* blog list post */
  .blog-post-list {
    margin-bottom: 30px; } }
/* Landscape phones and portrait tablets */
@media (max-width: 767px) {
  html {
    font-size: 80%; }

  /* menus */
  .xs-wish-list-item,
  .xs-header.header-transparent .xs-wish-list-item .xs-miniCart-dropdown {
    padding: 11px 0; }

  .xs-wish-list-item {
    text-align: right; }

  .xs-navBar .xs-menus-group,
  .xs-navBar .xs-wishlist-group,
  .xs-navDown.navDown-v5 .xs-wishlist-group,
  .xs-navDown.navDown-v5 .xs-menus-group {
    float: left;
    width: 50%; }

  .xs-navbar-search input:not([type="submit"]),
  .xs-navbar-search .xs-category-select,
  .xs-navbar-search .btn[type="submit"] {
    height: 60px; }

  .xs-wish-list-item .xs-miniCart-dropdown {
    text-align: left; }

  .xs-navBar.navBar-v5 .xs-logo-wraper {
    position: relative; }

  /* breadcumb */
  .xs-breadcumb .breadcrumb-item a {
    margin-left: 12px; }

  .xs-breadcumb .breadcrumb-item.active:before,
  .xs-breadcumb .breadcrumb-item {
    margin-right: 12px; }

  /* banner content */
  [class^=xs-banner-].owl-carousel .xs-banner-content {
    padding-top: 50px;
    padding-bottom: 50px; }

  .xs-banner-slider-5 .xs-banner-image img {
    width: 50%; }

  .owl-carousel .xs-banner-image img {
    margin: 0 auto; }

  .xs-product-wraper {
    text-align: center; }

  /* footer */
  .xs-copyright-text {
    margin-bottom: 30px; }

  /* brand */
  .xs-brand-content li {
    min-width: 100%;
    margin-bottom: 20px; }

  .xs-brand-content.version-2 li {
    min-width: 100%; }

  /* newsletter */
  .xs-social-list.round li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 1em; }

  /* product offer label */
  .xs-product-offer-label {
    width: 80px;
    height: 80px; }

  .xs-product-offer-label span {
    font-size: 1.27143em; }

  /* index version2 */
  .xs-feature-list li {
    width: 100%;
    border-right: 0px solid #eaeaea;
    border-bottom: 1px solid #eaeaea; }

  .xs-feature-list li:last-child {
    border-bottom: 0px solid #eaeaea; }

  /* product offer image */
  .xs-banner-offer, .xs-offer-text {
    max-height: 100%; }

  .xs-offer-text {
    padding: 0px 15px; }

  /* newsletter */
  .newsletter-content .newsletter-title {
    font-size: 1.35714em; }

  .xs-newsletter.newsLetter-v2 input:not([type="submit"]) {
    border-radius: 4px;
    border-right: 1px solid #e7e7e7;
    width: 100%; }

  .xs-newsletter.newsLetter-v2 input[type="submit"] {
    width: 100%;
    float: none;
    border-radius: 4px; }

  .entry-title {
    font-size: 1em; }

  /* today gadget */
  .xs-product-wraper.version-3.highlight {
    padding: 25px; }

  .xs-nav-tab .nav-link.active:before,
  .xs-nav-tab .nav-link.active:after,
  .xs-nav-tab .nav-link:hover:before,
  .xs-nav-tab .nav-link:hover:after {
    display: none; }

  /* best deal title */
  .best-deal-title {
    font-size: 2em; }

  /* feature product */
  .product-title-v2.large {
    font-size: 1em; }

  .product-title-v2.large strong {
    font-size: 1em; }

  .product-title-v2 {
    margin-bottom: 10px; }

  .xs-feature-product-info {
    padding: 20px; }

  /* index version 3 */
  .xs-banner-slider-3 .xs-banner-content {
    padding-left: 15px; }

  /* column */
  .col-md-5-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; }

  /* blog single */
  .xs-post-meta-list span {
    border-right: 0px solid #999999;
    display: block;
    margin-bottom: 10px; }

  .xs-post-footer .post-tags,
  .xs-post-footer .post-author,
  .xs-author-block .post-tags,
  .xs-author-block .post-author,
  .xs-post-footer .share-items,
  .xs-post-footer .post-content,
  .xs-author-block .share-items,
  .xs-author-block .post-content {
    text-align: left;
    float: none;
    width: 100%;
    margin-bottom: 20px; }

  .post-navigation .nav-links {
    width: 100% !important;
    float: none !important;
    text-align: left !important;
    border-right: 0px;
    margin-bottom: 10px; }

  .xs-blog-post-comment .children {
    padding-left: 15px; }

  .xs-blog-post-comment {
    margin-bottom: 30px; }

  /* single product */
  .w-quantity-btn .btn {
    margin: 10px auto 10px 0; }

  .xs-add-to-chart-form .xs_input_number {
    float: none; }

  .xs-wishlist-and-compare {
    margin-bottom: 10px; }

  .list-group-flush .list-group-item .w-50 {
    width: 100% !important;
    margin-bottom: 20px; }

  .list-group-flush .list-group-item .w-50:last-child {
    margin-bottom: 0; }

  .single-product-info-details img {
    padding: 0; }

  /* rate list */
  .rate-list {
    margin-bottom: 30px; }

  .rate-list li {
    display: block; }

  .rate-list li span {
    width: 100% !important;
    margin-bottom: 10px;
    display: block; }

  .rate-list li .star-rating {
    text-align: left; }

  .rate-list li span:last-child {
    margin-bottom: 0; }

  .rate-score .help-tip {
    display: none; }

  /* review */
  .woocommerce-Reviews .woocommerce-Reviews-title {
    font-size: 1.12857em;
    line-height: 1.5; }

  .woocommerce #reviews #comments ol.commentlist {
    padding: 0; }

  /* tables */
  .table-responsive thead tr {
    border-bottom: 0px solid #000; }

  .table td, .table th {
    border-top: 0px solid #dee2e6; }

  /* index version 8 */
  .product-thumb-feature .xs-product-widget {
    display: block; }

  .xs-nav-tab.version-3 .nav-item .nav-link {
    font-size: 1em; }

  .offer-banner-content {
    max-width: 100%; }

  /* index version 6 */
  .xs-promotion p {
    font-size: 0.55714em; }

  .xs-navDown.transparent-header-info .xs-logo-wraper,
  .xs-navDown.transparent-header-info .xs-header-info {
    padding: 10px 0; }

  .xs-navDown.transparent-header-info .xs-header-info,
  .xs-navBar .navbar-border .xs-wish-list-item {
    text-align: left;
    padding: 0px 0; }

  .xs-header-info li {
    margin-right: 8px;
    font-size: .8em; }

  .xs-banner-v5 .xs-banner-content .xs-banner-title {
    font-size: 2.85714em; }

  .xs-banner-v5 .xs-banner-content .xs-banner-sub-title {
    font-size: 1em; }

  .xs-nav-tab-v2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }

  .xs-nav-tab-v2 .nav-item {
    margin-bottom: 10px; }

  .xs-organic-product-widget .product-thumb img {
    display: none; }

  .xs-organic-product-widget:before {
    display: none; }

  .organic-widget-content {
    padding-left: 0px; }

  .xs-countdown-timer {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .xs-countdown-timer .xs-timer-container {
    margin-right: 0;
    margin-bottom: 10px; }

  .xs-funfact-section {
    padding-top: 260px;
    padding-bottom: 40px; }

  .xs-single-fun-fact {
    margin-bottom: 30px; }

  .xs-newsletter.newsLetter-v2 {
    display: block; }

  /* index version 9 */
  .xs-banner-slider-6 .xs-banner-content {
    padding: 0 15px; }

  .block-product-cate-wraper {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

  .product-block-slider {
    margin-bottom: 30px; }

  .product-block-category .xs-product-category {
    margin-bottom: 30px; }

  .product-block-category {
    margin-bottom: 0px; }

  /* login reg */
  .customer-info-forms.row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .customer-info-forms [class^=col-]:first-child {
    margin-bottom: 30px; }

  /* terms and condition */
  .terms-list-group {
    padding: 30px; }

  /* faq */
  .xs-faq-group [class^=col-]:first-child .xs-single-faq {
    counter-increment: my-awesome-counter; }

  .xs-faq-group [class^=col-]:first-child {
    counter-reset: my-awesome-counter; }

  /* track order */
  .inline-form .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  .inline-form .row [class^=col-]:first-child {
    padding-right: 15px; }

  .inline-form .row [class^=col-]:last-child {
    padding-left: 15px; }

  .inline-form .separetors {
    display: none; }

  /* shop */
  .feature-product-v4 .xs-single-product .xs-product-wraper {
    margin-bottom: 0px; }

  .shop-category {
    margin-bottom: 30px; }

  .widget.widget_banner img {
    width: 100%; }

  .shop-cate-list .shop-cate-title {
    display: block;
    margin-bottom: 20px; }

  .shop-cate-list .shop-catelist-item {
    float: none; }

  .shop-catelist-item > li {
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 10px;
    display: block; }

  .shop-catelist-item > li:before {
    display: none; }

  .pagination {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

  /* about */
  .about-content-left .xs-about-content {
    padding-right: 0px; }

  .xs-about-content .about-info h5 {
    font-size: 2em; }

  .fact-list .single-fact-item {
    display: block;
    margin-right: 0;
    margin-bottom: 10px; }

  /* index version 9 */
  .block-product-cate-wraper .nav .nav-link {
    padding: 10px 0; }

  /* index version 2 */
  .small-offer-banner-v2 .small-offer-banner {
    float: none;
    width: 100%; }

  .xs-banner .xs-banner-campaign img {
    width: 100%;
    min-height: 100%; }

  /* index version 9 */
  .xs-banner .xs-feature-product {
    float: none;
    width: 100%; } }
/* Landscape phones and smaller */
@media (max-width: 480px) {
  html {
    font-size: 65%; }

  .xs-back-to-top-wraper {
    display: none; }

  /* menu settings */
  .xs-wish-list-item {
    text-align: left; }

  .xs-wish-list-item .xs-miniCart-dropdown {
    display: block; }

  .xs-wish-list {
    display: none; }

  .xs-logo-wraper {
    text-align: center; }

  .xs-navDown.transparent-header-info .xs-logo-wraper {
    padding: 20px 0; }

  /* navbar */
  .xs-navbar-search input:not([type="submit"]),
  .xs-navbar-search .xs-category-select-wraper {
    width: 100%; }

  .xs-navbar-search .xs-category-select-wraper {
    width: 80%; }

  .xs-navbar-search .input-group-btn {
    width: 20%; } }
@media (max-width: 320px) {
  html {
    font-size: 60.5%; } }
/*================ UTILS ================*/
/*================ Mixins ================*/
/*============================================================================
  Prefix mixin for generating vendor prefixes.
  Based on https://github.com/thoughtbot/bourbon/blob/v4-stable/app/assets/stylesheets/addons/_prefixer.scss

  Usage:
    // Input:
    .element {
      @include prefix(transform, scale(1), ms webkit spec);
    }

    // Output:
    .element {
      -ms-transform: scale(1);
      -webkit-transform: scale(1);
      transform: scale(1);
    }
==============================================================================*/
/*================ Media Query Mixin ================*/
/*================ Responsive Show/Hide Helper ================*/
/*================ Responsive Text Alignment Helper ================*/
/*================ SETTINGS ================*/
/*================ Color Variables ================*/
/*================ Typography Variables ================*/
/*============================================================================
  Grid Breakpoints and Class Names
    - Do not change the variable names
==============================================================================*/
/*============================================================================
  Generate breakpoint-specific column widths and push classes
    - Default column widths: $breakpoint-has-widths: ($small, $medium-up);
    - Default is no push classes
    - Will not work if `styles/global/grid.scss` is removed
==============================================================================*/
/*================ Sizing Variables ================*/
/*================ Z-Index ================*/
/*================ SVG ================*/
/*================ COMMON ================*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

/*================ Slate specific reset ================*/
*,
*::before,
*::after {
  box-sizing: border-box; }

body,
input,
textarea,
button,
select {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%; }

a:focus {
  color: inherit; }

img {
  max-width: 100%; }

/*================ Form element helpers ================*/
form {
  margin: 0; }

@media only screen and (max-width: 989px) {
  input,
  textarea,
  select {
    font-size: 16px; } }
button,
input[type="submit"],
label[for] {
  cursor: pointer; }

optgroup {
  font-weight: 700; }

option {
  color: #555555;
  background-color: white; }

[tabindex='-1']:focus {
  outline: none; }

/*============================================================================
  Fast Tap
  enables no-delay taps (FastClick-esque) on supporting browsers
==============================================================================*/
a,
button,
[role="button"],
input,
label,
select,
textarea {
  touch-action: manipulation; }

/*================ Helper Classes ================*/
.clearfix {
  *zoom: 1; }
  .clearfix::after {
    content: '';
    display: table;
    clear: both; }

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

.js-focus-hidden:focus {
  outline: none; }

.label-hidden {
  position: absolute !important;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }
  .no-placeholder .label-hidden {
    position: inherit !important;
    overflow: auto;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0; }

.visually-shown {
  position: inherit !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0; }

.no-js:not(html) {
  display: none; }
  .no-js .no-js:not(html) {
    display: block; }

.no-js .js {
  display: none; }

.supports-no-cookies:not(html) {
  display: none; }
  html.supports-no-cookies .supports-no-cookies:not(html) {
    display: block; }

html.supports-no-cookies .supports-cookies {
  display: none; }

/*============================================================================
  Skip to content button
    - Overrides .visually-hidden when focused
==============================================================================*/
.skip-link:focus {
  position: absolute !important;
  overflow: auto;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
  color: #555555;
  background-color: white;
  padding: 15px;
  z-index: 10000;
  transition: none; }

/*============================================================================
  Grid
    - Based on CSS Wizardry grid
==============================================================================*/
.grid {
  *zoom: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: -30px; }
  .grid::after {
    content: '';
    display: table;
    clear: both; }

.grid__item {
  float: left;
  padding-left: 30px;
  width: 100%; }
  .grid__item[class*='--push'] {
    position: relative; }

/*============================================================================
  Reversed grids allow you to structure your source in the opposite
  order to how your rendered layout will appear.
==============================================================================*/
.grid--rev {
  direction: rtl;
  text-align: left; }
  .grid--rev > .grid__item {
    direction: ltr;
    text-align: left;
    float: right; }

/*============================================================================
  Grid Columns
    - Create width classes, prepended by the breakpoint name.
==============================================================================*/
/*================ Grid push classes ================*/
/*================ Clearfix helper on uniform grids ================*/
/*================ Build Base Grid Classes ================*/
/** Whole */
.one-whole {
  width: 100%; }

/* Halves */
.one-half {
  width: 50%; }

/* Thirds */
.one-third {
  width: 33.33333%; }

.two-thirds {
  width: 66.66667%; }

/* Quarters */
.one-quarter {
  width: 25%; }

.two-quarters {
  width: 50%; }

.three-quarters {
  width: 75%; }

/* Fifths */
.one-fifth {
  width: 20%; }

.two-fifths {
  width: 40%; }

.three-fifths {
  width: 60%; }

.four-fifths {
  width: 80%; }

/* Sixths */
.one-sixth {
  width: 16.66667%; }

.two-sixths {
  width: 33.33333%; }

.three-sixths {
  width: 50%; }

.four-sixths {
  width: 66.66667%; }

.five-sixths {
  width: 83.33333%; }

/* Eighths */
.one-eighth {
  width: 12.5%; }

.two-eighths {
  width: 25%; }

.three-eighths {
  width: 37.5%; }

.four-eighths {
  width: 50%; }

.five-eighths {
  width: 62.5%; }

.six-eighths {
  width: 75%; }

.seven-eighths {
  width: 87.5%; }

/* Tenths */
.one-tenth {
  width: 10%; }

.two-tenths {
  width: 20%; }

.three-tenths {
  width: 30%; }

.four-tenths {
  width: 40%; }

.five-tenths {
  width: 50%; }

.six-tenths {
  width: 60%; }

.seven-tenths {
  width: 70%; }

.eight-tenths {
  width: 80%; }

.nine-tenths {
  width: 90%; }

/* Twelfths */
.one-twelfth {
  width: 8.33333%; }

.two-twelfths {
  width: 16.66667%; }

.three-twelfths {
  width: 25%; }

.four-twelfths {
  width: 33.33333%; }

.five-twelfths {
  width: 41.66667%; }

.six-twelfths {
  width: 50%; }

.seven-twelfths {
  width: 58.33333%; }

.eight-twelfths {
  width: 66.66667%; }

.nine-twelfths {
  width: 75%; }

.ten-twelfths {
  width: 83.33333%; }

.eleven-twelfths {
  width: 91.66667%; }

.show {
  display: block !important; }

.hide {
  display: none !important; }

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

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

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

/*================ Build Responsive Grid Classes ================*/
@media only screen and (max-width: 749px) {
  /** Whole */
  .small--one-whole {
    width: 100%; }

  /* Halves */
  .small--one-half {
    width: 50%; }

  /* Thirds */
  .small--one-third {
    width: 33.33333%; }

  .small--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .small--one-quarter {
    width: 25%; }

  .small--two-quarters {
    width: 50%; }

  .small--three-quarters {
    width: 75%; }

  /* Fifths */
  .small--one-fifth {
    width: 20%; }

  .small--two-fifths {
    width: 40%; }

  .small--three-fifths {
    width: 60%; }

  .small--four-fifths {
    width: 80%; }

  /* Sixths */
  .small--one-sixth {
    width: 16.66667%; }

  .small--two-sixths {
    width: 33.33333%; }

  .small--three-sixths {
    width: 50%; }

  .small--four-sixths {
    width: 66.66667%; }

  .small--five-sixths {
    width: 83.33333%; }

  /* Eighths */
  .small--one-eighth {
    width: 12.5%; }

  .small--two-eighths {
    width: 25%; }

  .small--three-eighths {
    width: 37.5%; }

  .small--four-eighths {
    width: 50%; }

  .small--five-eighths {
    width: 62.5%; }

  .small--six-eighths {
    width: 75%; }

  .small--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .small--one-tenth {
    width: 10%; }

  .small--two-tenths {
    width: 20%; }

  .small--three-tenths {
    width: 30%; }

  .small--four-tenths {
    width: 40%; }

  .small--five-tenths {
    width: 50%; }

  .small--six-tenths {
    width: 60%; }

  .small--seven-tenths {
    width: 70%; }

  .small--eight-tenths {
    width: 80%; }

  .small--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .small--one-twelfth {
    width: 8.33333%; }

  .small--two-twelfths {
    width: 16.66667%; }

  .small--three-twelfths {
    width: 25%; }

  .small--four-twelfths {
    width: 33.33333%; }

  .small--five-twelfths {
    width: 41.66667%; }

  .small--six-twelfths {
    width: 50%; }

  .small--seven-twelfths {
    width: 58.33333%; }

  .small--eight-twelfths {
    width: 66.66667%; }

  .small--nine-twelfths {
    width: 75%; }

  .small--ten-twelfths {
    width: 83.33333%; }

  .small--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .small--one-half:nth-child(2n+1),
  .grid--uniform .small--one-third:nth-child(3n+1),
  .grid--uniform .small--one-quarter:nth-child(4n+1),
  .grid--uniform .small--one-fifth:nth-child(5n+1),
  .grid--uniform .small--one-sixth:nth-child(6n+1),
  .grid--uniform .small--two-sixths:nth-child(3n+1),
  .grid--uniform .small--three-sixths:nth-child(2n+1),
  .grid--uniform .small--one-eighth:nth-child(8n+1),
  .grid--uniform .small--two-eighths:nth-child(4n+1),
  .grid--uniform .small--four-eighths:nth-child(2n+1),
  .grid--uniform .small--five-tenths:nth-child(2n+1),
  .grid--uniform .small--one-twelfth:nth-child(12n+1),
  .grid--uniform .small--two-twelfths:nth-child(6n+1),
  .grid--uniform .small--three-twelfths:nth-child(4n+1),
  .grid--uniform .small--four-twelfths:nth-child(3n+1),
  .grid--uniform .small--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .small--show {
    display: block !important; }

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

  .small--text-left {
    text-align: left !important; }

  .small--text-right {
    text-align: right !important; }

  .small--text-center {
    text-align: center !important; } }
@media only screen and (min-width: 750px) {
  /** Whole */
  .medium-up--one-whole {
    width: 100%; }

  /* Halves */
  .medium-up--one-half {
    width: 50%; }

  /* Thirds */
  .medium-up--one-third {
    width: 33.33333%; }

  .medium-up--two-thirds {
    width: 66.66667%; }

  /* Quarters */
  .medium-up--one-quarter {
    width: 25%; }

  .medium-up--two-quarters {
    width: 50%; }

  .medium-up--three-quarters {
    width: 75%; }

  /* Fifths */
  .medium-up--one-fifth {
    width: 20%; }

  .medium-up--two-fifths {
    width: 40%; }

  .medium-up--three-fifths {
    width: 60%; }

  .medium-up--four-fifths {
    width: 80%; }

  /* Sixths */
  .medium-up--one-sixth {
    width: 16.66667%; }

  .medium-up--two-sixths {
    width: 33.33333%; }

  .medium-up--three-sixths {
    width: 50%; }

  .medium-up--four-sixths {
    width: 66.66667%; }

  .medium-up--five-sixths {
    width: 83.33333%; }

  /* Eighths */
  .medium-up--one-eighth {
    width: 12.5%; }

  .medium-up--two-eighths {
    width: 25%; }

  .medium-up--three-eighths {
    width: 37.5%; }

  .medium-up--four-eighths {
    width: 50%; }

  .medium-up--five-eighths {
    width: 62.5%; }

  .medium-up--six-eighths {
    width: 75%; }

  .medium-up--seven-eighths {
    width: 87.5%; }

  /* Tenths */
  .medium-up--one-tenth {
    width: 10%; }

  .medium-up--two-tenths {
    width: 20%; }

  .medium-up--three-tenths {
    width: 30%; }

  .medium-up--four-tenths {
    width: 40%; }

  .medium-up--five-tenths {
    width: 50%; }

  .medium-up--six-tenths {
    width: 60%; }

  .medium-up--seven-tenths {
    width: 70%; }

  .medium-up--eight-tenths {
    width: 80%; }

  .medium-up--nine-tenths {
    width: 90%; }

  /* Twelfths */
  .medium-up--one-twelfth {
    width: 8.33333%; }

  .medium-up--two-twelfths {
    width: 16.66667%; }

  .medium-up--three-twelfths {
    width: 25%; }

  .medium-up--four-twelfths {
    width: 33.33333%; }

  .medium-up--five-twelfths {
    width: 41.66667%; }

  .medium-up--six-twelfths {
    width: 50%; }

  .medium-up--seven-twelfths {
    width: 58.33333%; }

  .medium-up--eight-twelfths {
    width: 66.66667%; }

  .medium-up--nine-twelfths {
    width: 75%; }

  .medium-up--ten-twelfths {
    width: 83.33333%; }

  .medium-up--eleven-twelfths {
    width: 91.66667%; }

  .grid--uniform .medium-up--one-half:nth-child(2n+1),
  .grid--uniform .medium-up--one-third:nth-child(3n+1),
  .grid--uniform .medium-up--one-quarter:nth-child(4n+1),
  .grid--uniform .medium-up--one-fifth:nth-child(5n+1),
  .grid--uniform .medium-up--one-sixth:nth-child(6n+1),
  .grid--uniform .medium-up--two-sixths:nth-child(3n+1),
  .grid--uniform .medium-up--three-sixths:nth-child(2n+1),
  .grid--uniform .medium-up--one-eighth:nth-child(8n+1),
  .grid--uniform .medium-up--two-eighths:nth-child(4n+1),
  .grid--uniform .medium-up--four-eighths:nth-child(2n+1),
  .grid--uniform .medium-up--five-tenths:nth-child(2n+1),
  .grid--uniform .medium-up--one-twelfth:nth-child(12n+1),
  .grid--uniform .medium-up--two-twelfths:nth-child(6n+1),
  .grid--uniform .medium-up--three-twelfths:nth-child(4n+1),
  .grid--uniform .medium-up--four-twelfths:nth-child(3n+1),
  .grid--uniform .medium-up--six-twelfths:nth-child(2n+1) {
    clear: both; }

  .medium-up--show {
    display: block !important; }

  .medium-up--hide {
    display: none !important; }

  .medium-up--text-left {
    text-align: left !important; }

  .medium-up--text-right {
    text-align: right !important; }

  .medium-up--text-center {
    text-align: center !important; } }
/*================ Build Grid Push Classes ================*/
/*================ General layout styles ================*/
body,
html {
  background-color: white; }

.page-width {
  *zoom: 1;
  max-width: 1180px;
  padding: 0 30px;
  margin: 0 auto; }
  .page-width::after {
    content: '';
    display: table;
    clear: both; }

/*================ Rich Text Editor ================*/
.rte img {
  height: auto; }
.rte table {
  table-layout: fixed; }
.rte ul,
.rte ol {
  margin: 0 0 15px 30px; }
.rte ul {
  list-style: disc outside; }
  .rte ul ul {
    list-style: circle outside; }
    .rte ul ul ul {
      list-style: square outside; }

.text-center.rte ul,
.text-center.rte ol,
.text-center .rte ul,
.text-center .rte ol {
  margin-left: 0;
  list-style-position: inside; }

.rte-table {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

.rte__video-wrapper {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  height: auto; }
  .rte__video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.rte__table-wrapper {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch; }

/*============================================================================
  Responsive tables, defined with .responsive-table on table element.
==============================================================================*/
@media only screen and (max-width: 749px) {
  .responsive-table {
    width: 100%; }
    .responsive-table thead {
      display: none; }
    .responsive-table tr {
      display: block; }
    .responsive-table tr,
    .responsive-table td {
      float: left;
      clear: both;
      width: 100%; }
    .responsive-table th,
    .responsive-table td {
      display: block;
      text-align: right;
      padding: 15px;
      margin: 0; }
    .responsive-table td::before {
      content: attr(data-label);
      float: left;
      text-align: center;
      padding-right: 10px; }

  .responsive-table-row + .responsive-table-row,
  tfoot > .responsive-table-row:first-child {
    position: relative;
    margin-top: 10px;
    padding-top: 15px; }
    .responsive-table-row + .responsive-table-row::after,
    tfoot > .responsive-table-row:first-child::after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 15px;
      right: 15px;
      border-bottom: 1px solid #f6f6f6; } }
/*================ Links & Buttons ================*/
.btn {
  -moz-user-select: "none";
  -ms-user-select: "none";
  -webkit-user-select: "none";
  user-select: "none";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: auto;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border: 0; }

/*============================================================================
  Form scaffolding
    - Selectors setup for you to style form elements how you want
    - Focus, error, and disabled states are set to be extended
==============================================================================*/
input,
textarea,
select {
  border: 1px solid #f6f6f6;
  border-radius: 0;
  max-width: 100%; }
  input[disabled],
  textarea[disabled],
  select[disabled] {
    cursor: default;
    background-color: black;
    border-color: black; }

textarea {
  min-height: 100px; }

/*================ Custom select style ================*/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: right center;
  background-image: url(ico-select_v-172681084894128348881552891501.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-color: transparent;
  padding-right: 28px;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
  /*================ Hide the svg arrow in IE9 ================*/ }
  .ie9 select {
    padding-right: 10px;
    background-image: none; }

select::-ms-expand {
  display: none; }

/*================ Error styles ================*/
input.input-error,
select.input-error,
textarea.input-error {
  border-color: black;
  background-color: black;
  color: black; }

.placeholder-svg {
  display: block;
  fill: rgba(85, 85, 85, 0.35);
  background-color: rgba(85, 85, 85, 0.1);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  border: 1px solid rgba(85, 85, 85, 0.2); }

.placeholder-svg--small {
  width: 480px; }

.placeholder-noblocks {
  padding: 40px;
  text-align: center; }

.placeholder-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }
  .placeholder-background .icon {
    border: 0; }

/*================ MODULES ================*/
/*================ Site Header ================*/
.site-logo {
  display: block; }
  .site-logo img {
    display: block;
    width: 100%; }

/*================ Giftcard Template ================*/
.giftcard-qr img {
  display: block;
  margin: 0 auto; }

.apple-wallet-image {
  display: block;
  margin: 0 auto; }

/*================ Print Giftcard Styles ================*/
@media print {
  @page {
    margin: 0.5cm; }

  p {
    orphans: 3;
    widows: 3; }

  html,
  body {
    background-color: #fff;
    color: #000; }

  .print-giftcard,
  .apple-wallet {
    display: none; } }
/*Custom*/
.best-deal-title, .xs-best-deal-slider-content .price, .best-deal-sub-title {
  color: #000000; }

img.payment-img {
  margin-top: 10px; }

.mobile-show {
  display: none; }

button.single_add_to_cart_button {
  width: 200px;
  text-transform: uppercase;
  font-weight: 700 !important; }

.sku-shipping-container {
  background-color: #fbfbfb;
  max-width: 450px;
  padding: 20px 15px;
  margin-bottom: 18px;
  box-shadow: 4px 5px 4px #00000012; }

.sku-shipping-container ul {
  display: flex;
  text-align: center;
  border-bottom: dashed 1px #eee;
  padding-bottom: 10px;
  margin-bottom: 20px; }
  .sku-shipping-container ul li {
    border-right: dashed 1px #eee;
    float: left;
    width: 33.3%; }
    .sku-shipping-container ul li img {
      margin-bottom: 10px; }

.sku-shipping-container ul li:last-of-type {
  border-right: none; }

.sku-shipping-container p {
  margin-bottom: 3px;
  font-size: 12px;
  color: #888; }

.sku-bottom-text img {
  display: block;
  margin-right: 14px;
  float: left;
  margin-top: 6px; }

.sku-bottom-text p {
  display: inline; }

.single-product-summary .price {
  margin-bottom: 10px; }

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

  .mobile-show {
    display: none; }

  button.single_add_to_cart_button {
    width: auto; }

  .sku-shipping-container {
    margin: 0 9px 6px 0px; } }