.live {
  font-family: "Open Sans", sans-serif;
  /* Table Fixes */

  /* Cart Quantity Fix */

  /** Nodus Support - 01/21/2021 padding the check by mail option on payment page **/

  /*!
 * Slider for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */

  /* lg */

  /* md */

  /* sm */

  /* xs */

  /* XS Portrait */

}
@font-face {
  font-family: 'FontAwesome';
  src: url(/estore/App_Themes/pefNodus/fonts/fontawesome-webfont.eot?v=4.0.3);
  src: url(/estore/App_Themes/pefNodus/fonts/fontawesome-webfont.eot?#iefix&v=4.0.3) format('embedded-opentype'), url(/estore/App_Themes/pefNodus/fonts/fontawesome-webfont.woff?v=4.0.3) format('woff'), url(/estore/App_Themes/pefNodus/fonts/fontawesome-webfont.ttf?v=4.0.3) format('truetype'), url(/estore/App_Themes/pefNodus/fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular) format('svg');
  font-weight: normal;
  font-style: normal;
}
.live .live .fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.live .live .fa-lg {
  font-size: 1.3333333333333333em;
  line-height: .75em;
  vertical-align: -15%;
}
.live .live .fa-2x {
  font-size: 2em;
}
.live .live .fa-3x {
  font-size: 3em;
}
.live .live .fa-4x {
  font-size: 4em;
}
.live .live .fa-5x {
  font-size: 5em;
}
.live .live .fa-fw {
  width: 1.2857142857142858em;
  text-align: center;
}
.live .live .fa-ul {
  padding-left: 0;
  margin-left: 2.142857142857143em;
  list-style-type: none;
}
.live .live .fa-ul > li {
  position: relative;
}
.live .live .fa-li {
  position: absolute;
  left: -2.142857143em;
  width: 2.142857142857143em;
  top: .14285714285714285em;
  text-align: center;
}
.live .live .fa-li.fa-lg {
  left: -1.857142857em;
}
.live .live .fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: 0.1em;
}
.live .live .pull-right {
  float: right;
}
.live .live .pull-left {
  float: left;
}
.live .live .fa.pull-left {
  margin-right: 0.3em;
}
.live .live .fa.pull-right {
  margin-left: 0.3em;
}
.live .live .fa-spin {
  -webkit-animation: spin 2s infinite linear;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.live .live .fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.live .live .fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.live .live .fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}
.live .live .fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.live .live .fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}
.live .live .fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.live .live .fa-stack-1x,
.live .live .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.live .live .fa-stack-1x {
  line-height: inherit;
}
.live .live .fa-stack-2x {
  font-size: 2em;
}
.live .live .fa-inverse {
  color: white;
}
.live .live .fa-glass:before {
  content: "\f000";
}
.live .live .fa-music:before {
  content: "\f001";
}
.live .live .fa-search:before {
  content: "\f002";
}
.live .live .fa-envelope-o:before {
  content: "\f003";
}
.live .live .fa-heart:before {
  content: "\f004";
}
.live .live .fa-star:before {
  content: "\f005";
}
.live .live .fa-star-o:before {
  content: "\f006";
}
.live .live .fa-user:before {
  content: "\f007";
}
.live .live .fa-film:before {
  content: "\f008";
}
.live .live .fa-th-large:before {
  content: "\f009";
}
.live .live .fa-th:before {
  content: "\f00a";
}
.live .live .fa-th-list:before {
  content: "\f00b";
}
.live .live .fa-check:before {
  content: "\f00c";
}
.live .live .fa-times:before {
  content: "\f00d";
}
.live .live .fa-search-plus:before {
  content: "\f00e";
}
.live .live .fa-search-minus:before {
  content: "\f010";
}
.live .live .fa-power-off:before {
  content: "\f011";
}
.live .live .fa-signal:before {
  content: "\f012";
}
.live .live .fa-gear:before,
.live .live .fa-cog:before {
  content: "\f013";
}
.live .live .fa-trash-o:before {
  content: "\f014";
}
.live .live .fa-home:before {
  content: "\f015";
}
.live .live .fa-file-o:before {
  content: "\f016";
}
.live .live .fa-clock-o:before {
  content: "\f017";
}
.live .live .fa-road:before {
  content: "\f018";
}
.live .live .fa-download:before {
  content: "\f019";
}
.live .live .fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.live .live .fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.live .live .fa-inbox:before {
  content: "\f01c";
}
.live .live .fa-play-circle-o:before {
  content: "\f01d";
}
.live .live .fa-rotate-right:before,
.live .live .fa-repeat:before {
  content: "\f01e";
}
.live .live .fa-refresh:before {
  content: "\f021";
}
.live .live .fa-list-alt:before {
  content: "\f022";
}
.live .live .fa-lock:before {
  content: "\f023";
}
.live .live .fa-flag:before {
  content: "\f024";
}
.live .live .fa-headphones:before {
  content: "\f025";
}
.live .live .fa-volume-off:before {
  content: "\f026";
}
.live .live .fa-volume-down:before {
  content: "\f027";
}
.live .live .fa-volume-up:before {
  content: "\f028";
}
.live .live .fa-qrcode:before {
  content: "\f029";
}
.live .live .fa-barcode:before {
  content: "\f02a";
}
.live .live .fa-tag:before {
  content: "\f02b";
}
.live .live .fa-tags:before {
  content: "\f02c";
}
.live .live .fa-book:before {
  content: "\f02d";
}
.live .live .fa-bookmark:before {
  content: "\f02e";
}
.live .live .fa-print:before {
  content: "\f02f";
}
.live .live .fa-camera:before {
  content: "\f030";
}
.live .live .fa-font:before {
  content: "\f031";
}
.live .live .fa-bold:before {
  content: "\f032";
}
.live .live .fa-italic:before {
  content: "\f033";
}
.live .live .fa-text-height:before {
  content: "\f034";
}
.live .live .fa-text-width:before {
  content: "\f035";
}
.live .live .fa-align-left:before {
  content: "\f036";
}
.live .live .fa-align-center:before {
  content: "\f037";
}
.live .live .fa-align-right:before {
  content: "\f038";
}
.live .live .fa-align-justify:before {
  content: "\f039";
}
.live .live .fa-list:before {
  content: "\f03a";
}
.live .live .fa-dedent:before,
.live .live .fa-outdent:before {
  content: "\f03b";
}
.live .live .fa-indent:before {
  content: "\f03c";
}
.live .live .fa-video-camera:before {
  content: "\f03d";
}
.live .live .fa-picture-o:before {
  content: "\f03e";
}
.live .live .fa-pencil:before {
  content: "\f040";
}
.live .live .fa-map-marker:before {
  content: "\f041";
}
.live .live .fa-adjust:before {
  content: "\f042";
}
.live .live .fa-tint:before {
  content: "\f043";
}
.live .live .fa-edit:before,
.live .live .fa-pencil-square-o:before {
  content: "\f044";
}
.live .live .fa-share-square-o:before {
  content: "\f045";
}
.live .live .fa-check-square-o:before {
  content: "\f046";
}
.live .live .fa-arrows:before {
  content: "\f047";
}
.live .live .fa-step-backward:before {
  content: "\f048";
}
.live .live .fa-fast-backward:before {
  content: "\f049";
}
.live .live .fa-backward:before {
  content: "\f04a";
}
.live .live .fa-play:before {
  content: "\f04b";
}
.live .live .fa-pause:before {
  content: "\f04c";
}
.live .live .fa-stop:before {
  content: "\f04d";
}
.live .live .fa-forward:before {
  content: "\f04e";
}
.live .live .fa-fast-forward:before {
  content: "\f050";
}
.live .live .fa-step-forward:before {
  content: "\f051";
}
.live .live .fa-eject:before {
  content: "\f052";
}
.live .live .fa-chevron-left:before {
  content: "\f053";
}
.live .live .fa-chevron-right:before {
  content: "\f054";
}
.live .live .fa-plus-circle:before {
  content: "\f055";
}
.live .live .fa-minus-circle:before {
  content: "\f056";
}
.live .live .fa-times-circle:before {
  content: "\f057";
}
.live .live .fa-check-circle:before {
  content: "\f058";
}
.live .live .fa-question-circle:before {
  content: "\f059";
}
.live .live .fa-info-circle:before {
  content: "\f05a";
}
.live .live .fa-crosshairs:before {
  content: "\f05b";
}
.live .live .fa-times-circle-o:before {
  content: "\f05c";
}
.live .live .fa-check-circle-o:before {
  content: "\f05d";
}
.live .live .fa-ban:before {
  content: "\f05e";
}
.live .live .fa-arrow-left:before {
  content: "\f060";
}
.live .live .fa-arrow-right:before {
  content: "\f061";
}
.live .live .fa-arrow-up:before {
  content: "\f062";
}
.live .live .fa-arrow-down:before {
  content: "\f063";
}
.live .live .fa-mail-forward:before,
.live .live .fa-share:before {
  content: "\f064";
}
.live .live .fa-expand:before {
  content: "\f065";
}
.live .live .fa-compress:before {
  content: "\f066";
}
.live .live .fa-plus:before {
  content: "\f067";
}
.live .live .fa-minus:before {
  content: "\f068";
}
.live .live .fa-asterisk:before {
  content: "\f069";
}
.live .live .fa-exclamation-circle:before {
  content: "\f06a";
}
.live .live .fa-gift:before {
  content: "\f06b";
}
.live .live .fa-leaf:before {
  content: "\f06c";
}
.live .live .fa-fire:before {
  content: "\f06d";
}
.live .live .fa-eye:before {
  content: "\f06e";
}
.live .live .fa-eye-slash:before {
  content: "\f070";
}
.live .live .fa-warning:before,
.live .live .fa-exclamation-triangle:before {
  content: "\f071";
}
.live .live .fa-plane:before {
  content: "\f072";
}
.live .live .fa-calendar:before {
  content: "\f073";
}
.live .live .fa-random:before {
  content: "\f074";
}
.live .live .fa-comment:before {
  content: "\f075";
}
.live .live .fa-magnet:before {
  content: "\f076";
}
.live .live .fa-chevron-up:before {
  content: "\f077";
}
.live .live .fa-chevron-down:before {
  content: "\f078";
}
.live .live .fa-retweet:before {
  content: "\f079";
}
.live .live .fa-shopping-cart:before {
  content: "\f07a";
}
.live .live .fa-folder:before {
  content: "\f07b";
}
.live .live .fa-folder-open:before {
  content: "\f07c";
}
.live .live .fa-arrows-v:before {
  content: "\f07d";
}
.live .live .fa-arrows-h:before {
  content: "\f07e";
}
.live .live .fa-bar-chart-o:before {
  content: "\f080";
}
.live .live .fa-twitter-square:before {
  content: "\f081";
}
.live .live .fa-facebook-square:before {
  content: "\f082";
}
.live .live .fa-camera-retro:before {
  content: "\f083";
}
.live .live .fa-key:before {
  content: "\f084";
}
.live .live .fa-gears:before,
.live .live .fa-cogs:before {
  content: "\f085";
}
.live .live .fa-comments:before {
  content: "\f086";
}
.live .live .fa-thumbs-o-up:before {
  content: "\f087";
}
.live .live .fa-thumbs-o-down:before {
  content: "\f088";
}
.live .live .fa-star-half:before {
  content: "\f089";
}
.live .live .fa-heart-o:before {
  content: "\f08a";
}
.live .live .fa-sign-out:before {
  content: "\f08b";
}
.live .live .fa-linkedin-square:before {
  content: "\f08c";
}
.live .live .fa-thumb-tack:before {
  content: "\f08d";
}
.live .live .fa-external-link:before {
  content: "\f08e";
}
.live .live .fa-sign-in:before {
  content: "\f090";
}
.live .live .fa-trophy:before {
  content: "\f091";
}
.live .live .fa-github-square:before {
  content: "\f092";
}
.live .live .fa-upload:before {
  content: "\f093";
}
.live .live .fa-lemon-o:before {
  content: "\f094";
}
.live .live .fa-phone:before {
  content: "\f095";
}
.live .live .fa-square-o:before {
  content: "\f096";
}
.live .live .fa-bookmark-o:before {
  content: "\f097";
}
.live .live .fa-phone-square:before {
  content: "\f098";
}
.live .live .fa-twitter:before {
  content: "\f099";
}
.live .live .fa-facebook:before {
  content: "\f09a";
}
.live .live .fa-github:before {
  content: "\f09b";
}
.live .live .fa-unlock:before {
  content: "\f09c";
}
.live .live .fa-credit-card:before {
  content: "\f09d";
}
.live .live .fa-rss:before {
  content: "\f09e";
}
.live .live .fa-hdd-o:before {
  content: "\f0a0";
}
.live .live .fa-bullhorn:before {
  content: "\f0a1";
}
.live .live .fa-bell:before {
  content: "\f0f3";
}
.live .live .fa-certificate:before {
  content: "\f0a3";
}
.live .live .fa-hand-o-right:before {
  content: "\f0a4";
}
.live .live .fa-hand-o-left:before {
  content: "\f0a5";
}
.live .live .fa-hand-o-up:before {
  content: "\f0a6";
}
.live .live .fa-hand-o-down:before {
  content: "\f0a7";
}
.live .live .fa-arrow-circle-left:before {
  content: "\f0a8";
}
.live .live .fa-arrow-circle-right:before {
  content: "\f0a9";
}
.live .live .fa-arrow-circle-up:before {
  content: "\f0aa";
}
.live .live .fa-arrow-circle-down:before {
  content: "\f0ab";
}
.live .live .fa-globe:before {
  content: "\f0ac";
}
.live .live .fa-wrench:before {
  content: "\f0ad";
}
.live .live .fa-tasks:before {
  content: "\f0ae";
}
.live .live .fa-filter:before {
  content: "\f0b0";
}
.live .live .fa-briefcase:before {
  content: "\f0b1";
}
.live .live .fa-arrows-alt:before {
  content: "\f0b2";
}
.live .live .fa-group:before,
.live .live .fa-users:before {
  content: "\f0c0";
}
.live .live .fa-chain:before,
.live .live .fa-link:before {
  content: "\f0c1";
}
.live .live .fa-cloud:before {
  content: "\f0c2";
}
.live .live .fa-flask:before {
  content: "\f0c3";
}
.live .live .fa-cut:before,
.live .live .fa-scissors:before {
  content: "\f0c4";
}
.live .live .fa-copy:before,
.live .live .fa-files-o:before {
  content: "\f0c5";
}
.live .live .fa-paperclip:before {
  content: "\f0c6";
}
.live .live .fa-save:before,
.live .live .fa-floppy-o:before {
  content: "\f0c7";
}
.live .live .fa-square:before {
  content: "\f0c8";
}
.live .live .fa-bars:before {
  content: "\f0c9";
}
.live .live .fa-list-ul:before {
  content: "\f0ca";
}
.live .live .fa-list-ol:before {
  content: "\f0cb";
}
.live .live .fa-strikethrough:before {
  content: "\f0cc";
}
.live .live .fa-underline:before {
  content: "\f0cd";
}
.live .live .fa-table:before {
  content: "\f0ce";
}
.live .live .fa-magic:before {
  content: "\f0d0";
}
.live .live .fa-truck:before {
  content: "\f0d1";
}
.live .live .fa-pinterest:before {
  content: "\f0d2";
}
.live .live .fa-pinterest-square:before {
  content: "\f0d3";
}
.live .live .fa-google-plus-square:before {
  content: "\f0d4";
}
.live .live .fa-google-plus:before {
  content: "\f0d5";
}
.live .live .fa-money:before {
  content: "\f0d6";
}
.live .live .fa-caret-down:before {
  content: "\f0d7";
}
.live .live .fa-caret-up:before {
  content: "\f0d8";
}
.live .live .fa-caret-left:before {
  content: "\f0d9";
}
.live .live .fa-caret-right:before {
  content: "\f0da";
}
.live .live .fa-columns:before {
  content: "\f0db";
}
.live .live .fa-unsorted:before,
.live .live .fa-sort:before {
  content: "\f0dc";
}
.live .live .fa-sort-down:before,
.live .live .fa-sort-asc:before {
  content: "\f0dd";
}
.live .live .fa-sort-up:before,
.live .live .fa-sort-desc:before {
  content: "\f0de";
}
.live .live .fa-envelope:before {
  content: "\f0e0";
}
.live .live .fa-linkedin:before {
  content: "\f0e1";
}
.live .live .fa-rotate-left:before,
.live .live .fa-undo:before {
  content: "\f0e2";
}
.live .live .fa-legal:before,
.live .live .fa-gavel:before {
  content: "\f0e3";
}
.live .live .fa-dashboard:before,
.live .live .fa-tachometer:before {
  content: "\f0e4";
}
.live .live .fa-comment-o:before {
  content: "\f0e5";
}
.live .live .fa-comments-o:before {
  content: "\f0e6";
}
.live .live .fa-flash:before,
.live .live .fa-bolt:before {
  content: "\f0e7";
}
.live .live .fa-sitemap:before {
  content: "\f0e8";
}
.live .live .fa-umbrella:before {
  content: "\f0e9";
}
.live .live .fa-paste:before,
.live .live .fa-clipboard:before {
  content: "\f0ea";
}
.live .live .fa-lightbulb-o:before {
  content: "\f0eb";
}
.live .live .fa-exchange:before {
  content: "\f0ec";
}
.live .live .fa-cloud-download:before {
  content: "\f0ed";
}
.live .live .fa-cloud-upload:before {
  content: "\f0ee";
}
.live .live .fa-user-md:before {
  content: "\f0f0";
}
.live .live .fa-stethoscope:before {
  content: "\f0f1";
}
.live .live .fa-suitcase:before {
  content: "\f0f2";
}
.live .live .fa-bell-o:before {
  content: "\f0a2";
}
.live .live .fa-coffee:before {
  content: "\f0f4";
}
.live .live .fa-cutlery:before {
  content: "\f0f5";
}
.live .live .fa-file-text-o:before {
  content: "\f0f6";
}
.live .live .fa-building-o:before {
  content: "\f0f7";
}
.live .live .fa-hospital-o:before {
  content: "\f0f8";
}
.live .live .fa-ambulance:before {
  content: "\f0f9";
}
.live .live .fa-medkit:before {
  content: "\f0fa";
}
.live .live .fa-fighter-jet:before {
  content: "\f0fb";
}
.live .live .fa-beer:before {
  content: "\f0fc";
}
.live .live .fa-h-square:before {
  content: "\f0fd";
}
.live .live .fa-plus-square:before {
  content: "\f0fe";
}
.live .live .fa-angle-double-left:before {
  content: "\f100";
}
.live .live .fa-angle-double-right:before {
  content: "\f101";
}
.live .live .fa-angle-double-up:before {
  content: "\f102";
}
.live .live .fa-angle-double-down:before {
  content: "\f103";
}
.live .live .fa-angle-left:before {
  content: "\f104";
}
.live .live .fa-angle-right:before {
  content: "\f105";
}
.live .live .fa-angle-up:before {
  content: "\f106";
}
.live .live .fa-angle-down:before {
  content: "\f107";
}
.live .live .fa-desktop:before {
  content: "\f108";
}
.live .live .fa-laptop:before {
  content: "\f109";
}
.live .live .fa-tablet:before {
  content: "\f10a";
}
.live .live .fa-mobile-phone:before,
.live .live .fa-mobile:before {
  content: "\f10b";
}
.live .live .fa-circle-o:before {
  content: "\f10c";
}
.live .live .fa-quote-left:before {
  content: "\f10d";
}
.live .live .fa-quote-right:before {
  content: "\f10e";
}
.live .live .fa-spinner:before {
  content: "\f110";
}
.live .live .fa-circle:before {
  content: "\f111";
}
.live .live .fa-mail-reply:before,
.live .live .fa-reply:before {
  content: "\f112";
}
.live .live .fa-github-alt:before {
  content: "\f113";
}
.live .live .fa-folder-o:before {
  content: "\f114";
}
.live .live .fa-folder-open-o:before {
  content: "\f115";
}
.live .live .fa-smile-o:before {
  content: "\f118";
}
.live .live .fa-frown-o:before {
  content: "\f119";
}
.live .live .fa-meh-o:before {
  content: "\f11a";
}
.live .live .fa-gamepad:before {
  content: "\f11b";
}
.live .live .fa-keyboard-o:before {
  content: "\f11c";
}
.live .live .fa-flag-o:before {
  content: "\f11d";
}
.live .live .fa-flag-checkered:before {
  content: "\f11e";
}
.live .live .fa-terminal:before {
  content: "\f120";
}
.live .live .fa-code:before {
  content: "\f121";
}
.live .live .fa-reply-all:before {
  content: "\f122";
}
.live .live .fa-mail-reply-all:before {
  content: "\f122";
}
.live .live .fa-star-half-empty:before,
.live .live .fa-star-half-full:before,
.live .live .fa-star-half-o:before {
  content: "\f123";
}
.live .live .fa-location-arrow:before {
  content: "\f124";
}
.live .live .fa-crop:before {
  content: "\f125";
}
.live .live .fa-code-fork:before {
  content: "\f126";
}
.live .live .fa-unlink:before,
.live .live .fa-chain-broken:before {
  content: "\f127";
}
.live .live .fa-question:before {
  content: "\f128";
}
.live .live .fa-info:before {
  content: "\f129";
}
.live .live .fa-exclamation:before {
  content: "\f12a";
}
.live .live .fa-superscript:before {
  content: "\f12b";
}
.live .live .fa-subscript:before {
  content: "\f12c";
}
.live .live .fa-eraser:before {
  content: "\f12d";
}
.live .live .fa-puzzle-piece:before {
  content: "\f12e";
}
.live .live .fa-microphone:before {
  content: "\f130";
}
.live .live .fa-microphone-slash:before {
  content: "\f131";
}
.live .live .fa-shield:before {
  content: "\f132";
}
.live .live .fa-calendar-o:before {
  content: "\f133";
}
.live .live .fa-fire-extinguisher:before {
  content: "\f134";
}
.live .live .fa-rocket:before {
  content: "\f135";
}
.live .live .fa-maxcdn:before {
  content: "\f136";
}
.live .live .fa-chevron-circle-left:before {
  content: "\f137";
}
.live .live .fa-chevron-circle-right:before {
  content: "\f138";
}
.live .live .fa-chevron-circle-up:before {
  content: "\f139";
}
.live .live .fa-chevron-circle-down:before {
  content: "\f13a";
}
.live .live .fa-html5:before {
  content: "\f13b";
}
.live .live .fa-css3:before {
  content: "\f13c";
}
.live .live .fa-anchor:before {
  content: "\f13d";
}
.live .live .fa-unlock-alt:before {
  content: "\f13e";
}
.live .live .fa-bullseye:before {
  content: "\f140";
}
.live .live .fa-ellipsis-h:before {
  content: "\f141";
}
.live .live .fa-ellipsis-v:before {
  content: "\f142";
}
.live .live .fa-rss-square:before {
  content: "\f143";
}
.live .live .fa-play-circle:before {
  content: "\f144";
}
.live .live .fa-ticket:before {
  content: "\f145";
}
.live .live .fa-minus-square:before {
  content: "\f146";
}
.live .live .fa-minus-square-o:before {
  content: "\f147";
}
.live .live .fa-level-up:before {
  content: "\f148";
}
.live .live .fa-level-down:before {
  content: "\f149";
}
.live .live .fa-check-square:before {
  content: "\f14a";
}
.live .live .fa-pencil-square:before {
  content: "\f14b";
}
.live .live .fa-external-link-square:before {
  content: "\f14c";
}
.live .live .fa-share-square:before {
  content: "\f14d";
}
.live .live .fa-compass:before {
  content: "\f14e";
}
.live .live .fa-toggle-down:before,
.live .live .fa-caret-square-o-down:before {
  content: "\f150";
}
.live .live .fa-toggle-up:before,
.live .live .fa-caret-square-o-up:before {
  content: "\f151";
}
.live .live .fa-toggle-right:before,
.live .live .fa-caret-square-o-right:before {
  content: "\f152";
}
.live .live .fa-euro:before,
.live .live .fa-eur:before {
  content: "\f153";
}
.live .live .fa-gbp:before {
  content: "\f154";
}
.live .live .fa-dollar:before,
.live .live .fa-usd:before {
  content: "\f155";
}
.live .live .fa-rupee:before,
.live .live .fa-inr:before {
  content: "\f156";
}
.live .live .fa-cny:before,
.live .live .fa-rmb:before,
.live .live .fa-yen:before,
.live .live .fa-jpy:before {
  content: "\f157";
}
.live .live .fa-ruble:before,
.live .live .fa-rouble:before,
.live .live .fa-rub:before {
  content: "\f158";
}
.live .live .fa-won:before,
.live .live .fa-krw:before {
  content: "\f159";
}
.live .live .fa-bitcoin:before,
.live .live .fa-btc:before {
  content: "\f15a";
}
.live .live .fa-file:before {
  content: "\f15b";
}
.live .live .fa-file-text:before {
  content: "\f15c";
}
.live .live .fa-sort-alpha-asc:before {
  content: "\f15d";
}
.live .live .fa-sort-alpha-desc:before {
  content: "\f15e";
}
.live .live .fa-sort-amount-asc:before {
  content: "\f160";
}
.live .live .fa-sort-amount-desc:before {
  content: "\f161";
}
.live .live .fa-sort-numeric-asc:before {
  content: "\f162";
}
.live .live .fa-sort-numeric-desc:before {
  content: "\f163";
}
.live .live .fa-thumbs-up:before {
  content: "\f164";
}
.live .live .fa-thumbs-down:before {
  content: "\f165";
}
.live .live .fa-youtube-square:before {
  content: "\f166";
}
.live .live .fa-youtube:before {
  content: "\f167";
}
.live .live .fa-xing:before {
  content: "\f168";
}
.live .live .fa-xing-square:before {
  content: "\f169";
}
.live .live .fa-youtube-play:before {
  content: "\f16a";
}
.live .live .fa-dropbox:before {
  content: "\f16b";
}
.live .live .fa-stack-overflow:before {
  content: "\f16c";
}
.live .live .fa-instagram:before {
  content: "\f16d";
}
.live .live .fa-flickr:before {
  content: "\f16e";
}
.live .live .fa-adn:before {
  content: "\f170";
}
.live .live .fa-bitbucket:before {
  content: "\f171";
}
.live .live .fa-bitbucket-square:before {
  content: "\f172";
}
.live .live .fa-tumblr:before {
  content: "\f173";
}
.live .live .fa-tumblr-square:before {
  content: "\f174";
}
.live .live .fa-long-arrow-down:before {
  content: "\f175";
}
.live .live .fa-long-arrow-up:before {
  content: "\f176";
}
.live .live .fa-long-arrow-left:before {
  content: "\f177";
}
.live .live .fa-long-arrow-right:before {
  content: "\f178";
}
.live .live .fa-apple:before {
  content: "\f179";
}
.live .live .fa-windows:before {
  content: "\f17a";
}
.live .live .fa-android:before {
  content: "\f17b";
}
.live .live .fa-linux:before {
  content: "\f17c";
}
.live .live .fa-dribbble:before {
  content: "\f17d";
}
.live .live .fa-skype:before {
  content: "\f17e";
}
.live .live .fa-foursquare:before {
  content: "\f180";
}
.live .live .fa-trello:before {
  content: "\f181";
}
.live .live .fa-female:before {
  content: "\f182";
}
.live .live .fa-male:before {
  content: "\f183";
}
.live .live .fa-gittip:before {
  content: "\f184";
}
.live .live .fa-sun-o:before {
  content: "\f185";
}
.live .live .fa-moon-o:before {
  content: "\f186";
}
.live .live .fa-archive:before {
  content: "\f187";
}
.live .live .fa-bug:before {
  content: "\f188";
}
.live .live .fa-vk:before {
  content: "\f189";
}
.live .live .fa-weibo:before {
  content: "\f18a";
}
.live .live .fa-renren:before {
  content: "\f18b";
}
.live .live .fa-pagelines:before {
  content: "\f18c";
}
.live .live .fa-stack-exchange:before {
  content: "\f18d";
}
.live .live .fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.live .live .fa-arrow-circle-o-left:before {
  content: "\f190";
}
.live .live .fa-toggle-left:before,
.live .live .fa-caret-square-o-left:before {
  content: "\f191";
}
.live .live .fa-dot-circle-o:before {
  content: "\f192";
}
.live .live .fa-wheelchair:before {
  content: "\f193";
}
.live .live .fa-vimeo-square:before {
  content: "\f194";
}
.live .live .fa-turkish-lira:before,
.live .live .fa-try:before {
  content: "\f195";
}
.live .live .fa-plus-square-o:before {
  content: "\f196";
}
.live .live {
  font-family: "Open Sans", sans-serif;
}
.live .promotion-block {
  position: relative;
  display: block;
  margin: 0 auto 40px;
  box-shadow: 0 2.6484px 2.6484px rgba(0, 0, 0, 0.25);
}
.live .promotion-block .product-image {
  display: block;
  width: 100% !important;
}
.live .promotion-block .promotion-content {
  padding: 30px;
  background-color: white;
  border-radius: 3px;
}
.live .promotion-block .promotion-content h3 {
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 600;
}
.live .promotion-block .promotion-content h3::before {
  display: block;
  content: "";
  width: 56px;
  height: 4px;
  margin-bottom: 16px;
  border-radius: 3px;
  background-color: #f3e500;
}
.live .promotion-block .new-product-badge {
  position: absolute;
  top: 0;
  left: 0;
}
.live #footer h3 {
  font-size: 16px;
  font-weight: 600;
}
.live .checkoutSteps {
  background-color: #377e8b;
  border-radius: 3px;
  overflow: hidden;
}
.live .checkoutSteps .check-out-step-current {
  padding: 8px 20px;
  display: block;
  color: white;
}
.live .checkoutSteps .active-checkout-step-current {
  background-color: #1b365d;
}
.live #ucContentMiddleCenter_lblOrderTax,
.live #ucContentMiddleCenter_lblTaxTotal,
.live #ucContentMiddleCenter_lblOrderHandling,
.live #ucContentMiddleCenter_lblHandlingTotal {
  display: none;
}
.live .datalistNoBr br {
  display: none;
}
.live .btn-primary i {
  margin-right: 5px;
}
.live .btn-primary.disabled,
.live .aspNetDisabled {
  pointer-events: none;
}
.live #aTickets,
.live #divTickets a {
  padding-bottom: 4px;
  margin-bottom: -4px;
  color: #377e8b;
  font-weight: 700;
}
.live #aTickets:hover,
.live #aTickets:focus,
.live #divTickets a:hover,
.live #divTickets a:focus {
  color: #1b365d;
  border-bottom: 1px solid #1b365d;
  text-decoration: none;
  font-weight: 700;
  cursor: pointer;
}
.live .fa-facebook-f:before {
  content: "\f39e";
}
.live .cc-table {
  width: 100%;
}
.live .cc-table .cc-expired-date {
  display: inline-block;
}
.live #ucContentMiddleCenter_ProductPage_ctl00_dgPefPrice {
  width: 100%;
}
.live .nonresponsive-table tr {
  display: table-row !important;
}
.live .nonresponsive-table tr td {
  width: unset !important;
}
@media screen and (max-width: 600px) {
  .live .cart-qty-textbox {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}
.live #ucContentMiddleCenter_pnlCheckByMail {
  padding: 15px 0 40px 0;
}
.live div.pp_default .pp_top,
.live div.pp_default .pp_top .pp_middle,
.live div.pp_default .pp_top .pp_left,
.live div.pp_default .pp_top .pp_right,
.live div.pp_default .pp_bottom,
.live div.pp_default .pp_bottom .pp_left,
.live div.pp_default .pp_bottom .pp_middle,
.live div.pp_default .pp_bottom .pp_right {
  height: 13px;
}
.live div.pp_default .pp_top .pp_left {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/default/sprite.png) -78px -93px no-repeat;
}
.live div.pp_default .pp_top .pp_middle {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/default/sprite_x.png) top left repeat-x;
}
.live div.pp_default .pp_top .pp_right {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/default/sprite.png) -112px -93px no-repeat;
}
.live div.pp_default .pp_content .ppt {
  color: #f8f8f8;
}
.live div.pp_default .pp_content_container .pp_left {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/default/sprite_y.png) -7px 0 repeat-y;
  padding-left: 13px;
}
.live div.pp_default .pp_content_container .pp_right {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/default/sprite_y.png) top right repeat-y;
  padding-right: 13px;
}
.live div.pp_default .pp_next:hover {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/default/sprite_next.png) center right no-repeat;
  cursor: pointer;
}
.live div.pp_default .pp_previous:hover {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;
  cursor: pointer;
}
.live div.pp_default .pp_expand {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}
.live div.pp_default .pp_expand:hover {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;
  cursor: pointer;
}
.live div.pp_default .pp_contract {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;
  cursor: pointer;
  width: 28px;
  height: 28px;
}
.live div.pp_default .pp_contract:hover {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;
  cursor: pointer;
}
.live div.pp_default .pp_close {
  width: 30px;
  height: 30px;
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;
  cursor: pointer;
}
.live div.pp_default .pp_gallery ul li a {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;
  border: 1px solid #aaaaaa;
}
.live div.pp_default .pp_social {
  margin-top: 7px;
}
.live div.pp_default .pp_gallery a.pp_arrow_previous,
.live div.pp_default .pp_gallery a.pp_arrow_next {
  position: static;
  left: auto;
}
.live div.pp_default .pp_nav .pp_play,
.live div.pp_default .pp_nav .pp_pause {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;
  height: 30px;
  width: 30px;
}
.live div.pp_default .pp_nav .pp_pause {
  background-position: -51px -29px;
}
.live div.pp_default a.pp_arrow_previous,
.live div.pp_default a.pp_arrow_next {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;
  height: 20px;
  width: 20px;
  margin: 4px 0 0;
}
.live div.pp_default a.pp_arrow_next {
  left: 52px;
  background-position: -82px -3px;
}
.live div.pp_default .pp_content_container .pp_details {
  margin-top: 5px;
}
.live div.pp_default .pp_nav {
  clear: none;
  height: 30px;
  width: 110px;
  position: relative;
}
.live div.pp_default .pp_nav .currentTextHolder {
  font-family: Georgia;
  font-style: italic;
  color: #999999;
  font-size: 11px;
  left: 75px;
  line-height: 25px;
  position: absolute;
  top: 2px;
  margin: 0;
  padding: 0 0 0 10px;
}
.live div.pp_default .pp_close:hover,
.live div.pp_default .pp_nav .pp_play:hover,
.live div.pp_default .pp_nav .pp_pause:hover,
.live div.pp_default .pp_arrow_next:hover,
.live div.pp_default .pp_arrow_previous:hover {
  opacity: 0.7;
}
.live div.pp_default .pp_description {
  font-size: 11px;
  font-weight: 700;
  line-height: 14px;
  margin: 5px 50px 5px 0;
}
.live div.pp_default .pp_bottom .pp_left {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/default/sprite.png) -78px -127px no-repeat;
}
.live div.pp_default .pp_bottom .pp_middle {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/default/sprite_x.png) bottom left repeat-x;
}
.live div.pp_default .pp_bottom .pp_right {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/default/sprite.png) -112px -127px no-repeat;
}
.live div.pp_default .pp_loaderIcon {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/default/loader.gif) center center no-repeat;
}
.live div.light_rounded .pp_top .pp_left {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat;
}
.live div.light_rounded .pp_top .pp_right {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat;
}
.live div.light_rounded .pp_next:hover {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;
  cursor: pointer;
}
.live div.light_rounded .pp_previous:hover {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}
.live div.light_rounded .pp_expand {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}
.live div.light_rounded .pp_expand:hover {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}
.live div.light_rounded .pp_contract {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
.live div.light_rounded .pp_contract:hover {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
.live div.light_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}
.live div.light_rounded .pp_nav .pp_play {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}
.live div.light_rounded .pp_nav .pp_pause {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}
.live div.light_rounded .pp_arrow_previous {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat;
}
.live div.light_rounded .pp_arrow_next {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat;
}
.live div.light_rounded .pp_bottom .pp_left {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat;
}
.live div.light_rounded .pp_bottom .pp_right {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat;
}
.live div.dark_rounded .pp_top .pp_left {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat;
}
.live div.dark_rounded .pp_top .pp_right {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat;
}
.live div.dark_rounded .pp_content_container .pp_left {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y;
}
.live div.dark_rounded .pp_content_container .pp_right {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y;
}
.live div.dark_rounded .pp_next:hover {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;
  cursor: pointer;
}
.live div.dark_rounded .pp_previous:hover {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}
.live div.dark_rounded .pp_expand {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}
.live div.dark_rounded .pp_expand:hover {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}
.live div.dark_rounded .pp_contract {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
.live div.dark_rounded .pp_contract:hover {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
.live div.dark_rounded .pp_close {
  width: 75px;
  height: 22px;
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}
.live div.dark_rounded .pp_description {
  margin-right: 85px;
  color: white;
}
.live div.dark_rounded .pp_nav .pp_play {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}
.live div.dark_rounded .pp_nav .pp_pause {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}
.live div.dark_rounded .pp_arrow_previous {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat;
}
.live div.dark_rounded .pp_arrow_next {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat;
}
.live div.dark_rounded .pp_bottom .pp_left {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat;
}
.live div.dark_rounded .pp_bottom .pp_right {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat;
}
.live div.dark_rounded .pp_loaderIcon {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;
}
.live div.dark_square .pp_left,
.live div.dark_square .pp_middle,
.live div.dark_square .pp_right,
.live div.dark_square .pp_content {
  background: black;
}
.live div.dark_square .pp_description {
  color: white;
  margin: 0 85px 0 0;
}
.live div.dark_square .pp_loaderIcon {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/dark_square/loader.gif) center center no-repeat;
}
.live div.dark_square .pp_expand {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}
.live div.dark_square .pp_expand:hover {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}
.live div.dark_square .pp_contract {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
.live div.dark_square .pp_contract:hover {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
.live div.dark_square .pp_close {
  width: 75px;
  height: 22px;
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}
.live div.dark_square .pp_nav {
  clear: none;
}
.live div.dark_square .pp_nav .pp_play {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}
.live div.dark_square .pp_nav .pp_pause {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}
.live div.dark_square .pp_arrow_previous {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat;
}
.live div.dark_square .pp_arrow_next {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat;
}
.live div.dark_square .pp_next:hover {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;
  cursor: pointer;
}
.live div.dark_square .pp_previous:hover {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}
.live div.light_square .pp_expand {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}
.live div.light_square .pp_expand:hover {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}
.live div.light_square .pp_contract {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
.live div.light_square .pp_contract:hover {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
.live div.light_square .pp_close {
  width: 75px;
  height: 22px;
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}
.live div.light_square .pp_nav .pp_play {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;
  height: 15px;
  width: 14px;
}
.live div.light_square .pp_nav .pp_pause {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;
  height: 15px;
  width: 14px;
}
.live div.light_square .pp_arrow_previous {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat;
}
.live div.light_square .pp_arrow_next {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat;
}
.live div.light_square .pp_next:hover {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;
  cursor: pointer;
}
.live div.light_square .pp_previous:hover {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}
.live div.facebook .pp_top .pp_left {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat;
}
.live div.facebook .pp_top .pp_middle {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x;
}
.live div.facebook .pp_top .pp_right {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat;
}
.live div.facebook .pp_content_container .pp_left {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y;
}
.live div.facebook .pp_content_container .pp_right {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y;
}
.live div.facebook .pp_expand {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;
  cursor: pointer;
}
.live div.facebook .pp_expand:hover {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;
  cursor: pointer;
}
.live div.facebook .pp_contract {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;
  cursor: pointer;
}
.live div.facebook .pp_contract:hover {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;
  cursor: pointer;
}
.live div.facebook .pp_close {
  width: 22px;
  height: 22px;
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;
  cursor: pointer;
}
.live div.facebook .pp_description {
  margin: 0 37px 0 0;
}
.live div.facebook .pp_loaderIcon {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/facebook/loader.gif) center center no-repeat;
}
.live div.facebook .pp_arrow_previous {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}
.live div.facebook .pp_arrow_previous.disabled {
  background-position: 0 -96px;
  cursor: default;
}
.live div.facebook .pp_arrow_next {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;
  height: 22px;
  margin-top: 0;
  width: 22px;
}
.live div.facebook .pp_arrow_next.disabled {
  background-position: -32px -96px;
  cursor: default;
}
.live div.facebook .pp_nav {
  margin-top: 0;
}
.live div.facebook .pp_nav p {
  font-size: 15px;
  padding: 0 3px 0 4px;
}
.live div.facebook .pp_nav .pp_play {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;
  height: 22px;
  width: 22px;
}
.live div.facebook .pp_nav .pp_pause {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;
  height: 22px;
  width: 22px;
}
.live div.facebook .pp_next:hover {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;
  cursor: pointer;
}
.live div.facebook .pp_previous:hover {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;
  cursor: pointer;
}
.live div.facebook .pp_bottom .pp_left {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat;
}
.live div.facebook .pp_bottom .pp_middle {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x;
}
.live div.facebook .pp_bottom .pp_right {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat;
}
.live div.pp_pic_holder a:focus {
  outline: none;
}
.live div.pp_overlay {
  background: black;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9500;
}
.live div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10000;
}
.live .pp_content {
  height: 40px;
  min-width: 40px;
}
.live * html .pp_content {
  width: 40px;
}
.live .pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;
}
.live .pp_content_container .pp_left {
  padding-left: 20px;
}
.live .pp_content_container .pp_right {
  padding-right: 20px;
}
.live .pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px;
}
.live .pp_description {
  display: none;
  margin: 0;
}
.live .pp_social {
  float: left;
  margin: 0;
}
.live .pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden;
}
.live .pp_social .twitter {
  float: left;
}
.live .pp_nav {
  clear: right;
  float: left;
  margin: 3px 10px 0 0;
}
.live .pp_nav p {
  float: left;
  white-space: nowrap;
  margin: 2px 4px;
}
.live .pp_nav .pp_play,
.live .pp_nav .pp_pause {
  float: left;
  margin-right: 4px;
  text-indent: -10000px;
}
.live a.pp_arrow_previous,
.live a.pp_arrow_next {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px;
}
.live .pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}
.live .pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000;
}
.live .pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative;
}
.live .pp_gallery ul {
  float: left;
  height: 35px;
  position: relative;
  white-space: nowrap;
  margin: 0 0 0 5px;
  padding: 0;
}
.live .pp_gallery ul a {
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden;
}
.live .pp_gallery ul a img {
  border: 0;
}
.live .pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}
.live .pp_gallery li.default a {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
  display: block;
  height: 33px;
  width: 50px;
}
.live .pp_gallery .pp_arrow_previous,
.live .pp_gallery .pp_arrow_next {
  margin-top: 7px !important;
}
.live a.pp_next {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: right;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}
.live a.pp_previous {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;
  display: block;
  float: left;
  height: 100%;
  text-indent: -10000px;
  width: 49%;
}
.live a.pp_expand,
.live a.pp_contract {
  cursor: pointer;
  display: none;
  height: 20px;
  position: absolute;
  right: 30px;
  text-indent: -10000px;
  top: 10px;
  width: 20px;
  z-index: 20000;
}
.live a.pp_close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  line-height: 22px;
  text-indent: -10000px;
}
.live .pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 24px;
  margin: -12px 0 0 -12px;
}
.live #pp_full_res {
  line-height: 1 !important;
}
.live #pp_full_res .pp_inline {
  text-align: left;
}
.live #pp_full_res .pp_inline p {
  margin: 0 0 15px;
}
.live div.ppt {
  color: white;
  display: none;
  font-size: 17px;
  z-index: 9999;
  margin: 0 0 5px 15px;
}
.live div.pp_default .pp_content,
.live div.light_rounded .pp_content {
  background-color: white;
}
.live div.pp_default #pp_full_res .pp_inline,
.live div.light_rounded .pp_content .ppt,
.live div.light_rounded #pp_full_res .pp_inline,
.live div.light_square .pp_content .ppt,
.live div.light_square #pp_full_res .pp_inline,
.live div.facebook .pp_content .ppt,
.live div.facebook #pp_full_res .pp_inline {
  color: black;
}
.live div.pp_default .pp_gallery ul li a:hover,
.live div.pp_default .pp_gallery ul li.selected a,
.live .pp_gallery ul a:hover,
.live .pp_gallery li.selected a {
  border-color: white;
}
.live div.pp_default .pp_details,
.live div.light_rounded .pp_details,
.live div.dark_rounded .pp_details,
.live div.dark_square .pp_details,
.live div.light_square .pp_details,
.live div.facebook .pp_details {
  position: relative;
}
.live div.light_rounded .pp_top .pp_middle,
.live div.light_rounded .pp_content_container .pp_left,
.live div.light_rounded .pp_content_container .pp_right,
.live div.light_rounded .pp_bottom .pp_middle,
.live div.light_square .pp_left,
.live div.light_square .pp_middle,
.live div.light_square .pp_right,
.live div.light_square .pp_content,
.live div.facebook .pp_content {
  background: white;
}
.live div.light_rounded .pp_description,
.live div.light_square .pp_description {
  margin-right: 85px;
}
.live div.light_rounded .pp_gallery a.pp_arrow_previous,
.live div.light_rounded .pp_gallery a.pp_arrow_next,
.live div.dark_rounded .pp_gallery a.pp_arrow_previous,
.live div.dark_rounded .pp_gallery a.pp_arrow_next,
.live div.dark_square .pp_gallery a.pp_arrow_previous,
.live div.dark_square .pp_gallery a.pp_arrow_next,
.live div.light_square .pp_gallery a.pp_arrow_previous,
.live div.light_square .pp_gallery a.pp_arrow_next {
  margin-top: 12px !important;
}
.live div.light_rounded .pp_arrow_previous.disabled,
.live div.dark_rounded .pp_arrow_previous.disabled,
.live div.dark_square .pp_arrow_previous.disabled,
.live div.light_square .pp_arrow_previous.disabled {
  background-position: 0 -87px;
  cursor: default;
}
.live div.light_rounded .pp_arrow_next.disabled,
.live div.dark_rounded .pp_arrow_next.disabled,
.live div.dark_square .pp_arrow_next.disabled,
.live div.light_square .pp_arrow_next.disabled {
  background-position: -22px -87px;
  cursor: default;
}
.live div.light_rounded .pp_loaderIcon,
.live div.light_square .pp_loaderIcon {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat;
}
.live div.dark_rounded .pp_top .pp_middle,
.live div.dark_rounded .pp_content,
.live div.dark_rounded .pp_bottom .pp_middle {
  background: url(/estore/App_Themes/pefNodus/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat;
}
.live div.dark_rounded .currentTextHolder,
.live div.dark_square .currentTextHolder {
  color: #c4c4c4;
}
.live div.dark_rounded #pp_full_res .pp_inline,
.live div.dark_square #pp_full_res .pp_inline {
  color: white;
}
.live .pp_top,
.live .pp_bottom {
  height: 20px;
  position: relative;
}
.live * html .pp_top,
.live * html .pp_bottom {
  padding: 0 20px;
}
.live .pp_top .pp_left,
.live .pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}
.live .pp_top .pp_middle,
.live .pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}
.live * html .pp_top .pp_middle,
.live * html .pp_bottom .pp_middle {
  left: 0;
  position: static;
}
.live .pp_top .pp_right,
.live .pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.live .pp_fade,
.live .pp_gallery li.default a img {
  display: none;
}
.live .slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.live .slider.slider-horizontal {
  width: 210px;
  height: 20px;
}
.live .slider.slider-horizontal .slider-track {
  height: 15px;
  left: 0;
  margin-top: -5px;
  top: 50%;
  width: 100%;
}
.live .slider.slider-horizontal .slider-selection {
  height: 100%;
  top: 0;
  bottom: 0;
}
.live .slider.slider-horizontal .slider-handle {
  margin-left: -12px;
  margin-top: 2px;
}
.live .left-round {
  margin-left: 2px !important;
}
.live .slider.slider-horizontal .slider-handle.triangle {
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}
.live .slider.slider-vertical {
  height: 210px;
  width: 20px;
}
.live .slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  margin-left: -5px;
  left: 50%;
  top: 0;
}
.live .slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}
.live .slider.slider-vertical .slider-handle {
  margin-left: -5px;
  margin-top: -10px;
}
.live .slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  margin-left: 0;
}
.live .slider input {
  display: none;
}
.live .slider .tooltip-inner {
  white-space: nowrap;
}
.live .slider-track {
  position: absolute;
  cursor: pointer;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, whitesmoke, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(whitesmoke), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, whitesmoke, #f9f9f9);
  background-image: -o-linear-gradient(top, whitesmoke, #f9f9f9);
  background-image: linear-gradient(to bottom, whitesmoke, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.live .slider-selection {
  -moz-box-sizing: border-box;
  background: none repeat scroll 0 0 #fe980f;
  border-radius: 15px;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  position: absolute;
}
.live .slider-handle {
  background: white;
  box-shadow: none;
  height: 10px;
  opacity: 1;
  position: absolute;
  width: 10px;
}
.live .slider-handle.round {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.live .slider-handle.triangle {
  background: transparent none;
}
@media (min-width: 1200px) {
  
}
@media (min-width: 992px) and (max-width: 1199px) {
  .live .usa {
    margin-right: 0;
  }
  .live .shipping img {
    width: 100%;
  }
  .live .searchform input {
    width: 160px;
  }
  .live .product-information span span {
    width: 100%;
  }
  .live #similar-product .carousel-inner .item img {
    width: 65px;
  }
  .live #cart_items .cart_info .cart_description h4,
  .live #cart_items .cart_info .cart_description p {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .live .shop-menu ul li a {
    padding-left: 0;
  }
  .live #slider-carousel .item {
    padding-left: 30px;
  }
  .live .item h2 {
    font-size: 24px;
  }
  .live .girl {
    margin-left: 0;
  }
  .live .pricing {
    width: 100px;
  }
  .live .shipping img {
    width: 100%;
  }
  .live .slider.slider-horizontal {
    width: 100% !important;
  }
  .live .tab-pane .col-sm-3,
  .live .features_items .col-sm-4 {
    width: 50%;
  }
  .live .footer-widget .col-sm-2 {
    width: 33%;
    display: inline-block;
    margin-bottom: 50px;
  }
  .live .footer-widget .col-sm-3 {
    display: inline-block;
    width: 40%;
  }
  .live #similar-product .carousel-inner .item img {
    width: 60px;
    margin-left: 0;
  }
  .live .product-information span span {
    display: block;
    width: 100%;
  }
  .live .product-information .cart {
    margin-left: 0;
    margin-top: 15px;
  }
  .live .item-control i {
    font-size: 12px;
    padding: 5px 6px;
  }
  .live #cart_items .cart_info .cart_description h4,
  .live #cart_items .cart_info .cart_description p {
    text-align: center;
  }
  .live .companyinfo h2 {
    font-size: 20px;
  }
  .live .address {
    margin-top: 48px;
    margin-left: 20px;
  }
  .live .address p {
    font-size: 12px;
    top: 5px;
  }
}
@media (max-width: 767px) {
  .live .header_top .col-sm-6:first-child {
    display: inline-block;
    float: left;
  }
  .live .header_top .col-sm-6:last-child {
    display: inline-block;
    float: right;
  }
  .live .header-middle .col-sm-4 {
    display: inline-block;
    overflow: inherit;
    width: 100%;
  }
  .live .social-icons ul li a i {
    padding: 8px 10px;
  }
  .live .shop-menu.pull-right {
    float: none !important;
  }
  .live .shop-menu .nav.navbar-nav {
    margin-left: -30px;
  }
  .live .header-bottom .col-sm-9 {
    display: inline-block;
    width: 100%;
  }
  .live .mainmenu {
    width: 100%;
  }
  .live .mainmenu ul li {
    background: rgba(0, 0, 0, 0.5);
    padding-top: 15px;
    padding-bottom: 0;
  }
  .live .mainmenu ul li:last-child {
    padding-bottom: 15px;
  }
  .live .mainmenu ul li  a {
    color: white;
  }
  .live .navbar-collapse.in {
    overflow: inherit;
  }
  .live .mainmenu ul li a.active {
    padding-left: 15px;
  }
  .live .dropdown .fa-angle-down {
    display: none;
  }
  .live ul.sub-menu {
    position: relative;
    width: auto;
    display: block;
    background: transparent;
    box-shadow: none;
    top: 0;
  }
  .live .sub-menu li {
    background: transparent;
  }
  .live .mainmenu .navbar-nav li ul.sub-menu li {
    background: transparent;
    padding-bottom: 0;
  }
  .live .nav.navbar-nav > li:hover > ul.sub-menu {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none;
    box-shadow: none;
  }
  .live .header-bottom {
    position: relative;
  }
  .live .header-bottom .col-sm-3 {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 38px;
  }
  .live #slider-carousel .item {
    padding-left: 0;
  }
  .live .shipping {
    margin-bottom: 25px;
  }
  .live .pricing {
    width: 100px;
  }
  .live .footer-top .col-sm-7 .col-sm-3 {
    width: 50%;
    float: left;
  }
  .live .footer-widget .col-sm-2 {
    width: 28%;
    display: flex;
    margin-bottom: 50px;
    margin-top: 0;
    float: left;
    margin-left: 30px;
  }
  .live .companyinfo {
    text-align: center;
  }
  .live .footer-widget .col-sm-3 {
    display: inline-block;
  }
  .live .product-information span {
    display: block;
  }
  .live #similar-product {
    margin-bottom: 40px;
  }
  .live .well {
    display: inline-block;
  }
}
@media (max-width: 480px) {
  .live .contactinfo {
    text-align: center;
  }
  .live .contactinfo ul li a {
    padding-right: 15px;
    padding-left: 0;
  }
  .live .social-icons.pull-right {
    float: none !important;
    text-align: center;
  }
  .live .btn-group.pull-right,
  .live .footer-bottom .pull-left,
  .live .footer-bottom .pull-right,
  .live .mainmenu.pull-left,
  .live .media.commnets .pull-left,
  .live .media-list .pull-left {
    float: none !important;
  }
  .live .header_top .col-sm-6:first-child {
    display: block;
    float: none;
  }
  .live .header_top .col-sm-6:last-child {
    display: block;
    float: none;
  }
  .live .contactinfo .nav.nav-pills,
  .live .social-icons .nav.navbar-nav {
    display: inline-block;
  }
  .live .logo {
    text-align: center;
    width: 100%;
  }
  .live .shop-menu ul li {
    padding: 0;
  }
  .live .header-middle .col-sm-4 {
    text-align: center;
    overflow: inherit;
  }
  .live .shop-menu .nav.navbar-nav {
    margin-left: 0;
  }
  .live .btn-group > .btn-group:last-child > .btn:first-child {
    margin-right: 0;
  }
  .live .header-bottom .col-sm-9 {
    display: inline-block;
    width: 100%;
  }
  .live .mainmenu {
    width: 100%;
  }
  .live .mainmenu ul li {
    background: rgba(0, 0, 0, 0.5);
    padding-top: 15px;
    padding-bottom: 0;
  }
  .live .mainmenu ul li:last-child {
    padding-bottom: 15px;
  }
  .live .mainmenu ul li a {
    color: white;
    padding-bottom: 0;
  }
  .live .navbar-collapse.in {
    overflow: inherit;
  }
  .live .mainmenu ul li a.active {
    padding-left: 15px;
  }
  .live .dropdown .fa-angle-down {
    display: none;
  }
  .live ul.sub-menu {
    position: relative;
    width: auto;
    display: block;
    background: transparent;
    box-shadow: none;
    top: 0;
  }
  .live .mainmenu .navbar-nav li ul.sub-menu li {
    background: transparent;
    padding-bottom: 0;
  }
  .live .nav.navbar-nav > li:hover > ul.sub-menu {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none;
    box-shadow: none;
  }
  .live .item {
    padding-left: 0;
  }
  .live .item h1 {
    font-size: 30px;
    margin-top: 0;
  }
  .live .item h2 {
    font-size: 20px;
  }
  .live .pricing {
    width: 70px;
  }
  .live .category-tab ul li a {
    font-size: 12px;
  }
  .live .companyinfo h2,
  .live .companyinfo p {
    text-align: center;
  }
  .live .video-gallery {
    margin-top: 30px;
  }
  .live .footer-bottom p {
    font-size: 13px;
    text-align: center;
  }
  .live .footer-widget .col-sm-2 {
    width: 50%;
    display: flex;
    margin-bottom: 50px;
    margin-top: 0;
    float: left;
    padding-right: 0;
    padding-left: 30px;
    margin-left: 0;
  }
  .live .single-widget {
    padding-left: 0;
  }
  .live .features_items {
    margin-top: 30px;
  }
  .live .category-tab .nav-tabs li {
    float: none;
  }
  .live #similar-product .carousel-inner .item img {
    margin-left: 4px;
  }
  .live .product-information {
    margin-top: 40px;
  }
  .live #reviews p,
  .live .blog-post-area .single-blog-post p {
    text-align: justify;
  }
  .live #reviews form span input {
    width: 100%;
    margin-bottom: 20px;
  }
  .live #reviews form span input:last-child {
    margin-left: 0;
  }
  .live .blog-post-area .single-blog-post h3 {
    font-size: 14px;
  }
  .live .blog-post-area .post-meta ul li {
    margin-right: 7px;
  }
  .live .shipping {
    margin-bottom: 20px;
  }
  .live .commnets {
    padding: 0;
  }
  .live .content-404 h1 {
    font-size: 30px;
  }
  .live .content-404 h2 a {
    font-size: 20px;
  }
  .live .order-message {
    display: inline-block;
  }
  .live .response-area .media img {
    width: auto;
  }
  .live .sinlge-post-meta li {
    margin-bottom: 10px;
  }
  .live .product-information {
    padding-left: 0;
    text-align: center;
  }
  .live .product-information span span {
    float: none;
  }
}
@media print {
  @page {
    size: A4;
    margin: 0;
  }
  .live .container {
    width: 100%;
  }
  .live a[href]:after {
    content: none !important;
  }
  .live .footer-top,
  .live .footer-widget,
  .live .footer-bottom {
    display: none;
  }
}
