/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('https://www.4x4at.com/skin/frontend/nlg/default/fonts/fontawesome/fontawesome-webfont.eot?v=4.6.3');
  src: url('https://www.4x4at.com/skin/frontend/nlg/default/fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('https://www.4x4at.com/skin/frontend/nlg/default/fonts/fontawesome/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('https://www.4x4at.com/skin/frontend/nlg/default/fonts/fontawesome/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('https://www.4x4at.com/skin/frontend/nlg/default/fonts/fontawesome/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('https://www.4x4at.com/skin/frontend/nlg/default/fonts/fontawesome/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica43Oblique';
  src: url('fonts/Helvetica LT 43 Light Extended Oblique.eot'); /* IE9 Compat Modes */
  src: url('fonts/Helvetica LT 43 Light Extended Oblique.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Helvetica LT 43 Light Extended Oblique.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/Helvetica LT 43 Light Extended Oblique.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/Helvetica LT 43 Light Extended Oblique.ttf')  format('truetype'); /* Safari, Android, iOS */
}
@font-face {
  font-family: 'Helvetica43';
  src: url('fonts/Helvetica LT 43 Light Extended.eot'); /* IE9 Compat Modes */
  src: url('fonts/Helvetica LT 43 Light Extended.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Helvetica LT 43 Light Extended.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/Helvetica LT 43 Light Extended.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/Helvetica LT 43 Light Extended.ttf')  format('truetype'); /* Safari, Android, iOS */
}
@font-face {
  font-family: 'Helvetica53Oblique';
  src: url('fonts/Helvetica LT 53 Extended Oblique.eot'); /* IE9 Compat Modes */
  src: url('fonts/Helvetica LT 53 Extended Oblique.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Helvetica LT 53 Extended Oblique.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/Helvetica LT 53 Extended Oblique.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/Helvetica LT 53 Extended Oblique.ttf')  format('truetype'); /* Safari, Android, iOS */
}
@font-face {
  font-family: 'Helvetica53';
  src: url('fonts/Helvetica LT 53 Extended.eot'); /* IE9 Compat Modes */
  src: url('fonts/Helvetica LT 53 Extended.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/Helvetica LT 53 Extended.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/Helvetica LT 53 Extended.woff') format('woff'), /* Pretty Modern Browsers */
       url('fonts/Helvetica LT 53 Extended.ttf')  format('truetype'); /* Safari, Android, iOS */
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.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: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\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-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";
}
.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;
}

/*
 * Web Fonts from fontspring.com 
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at http://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and 
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010-2011 Fontspring
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      Canada Type
 * License URL: http://www.fontspring.com/fflicense/canada-type
 *
 */
 
@font-face {
	font-family: 'RobotoLight';
    src: url('https://www.4x4at.com/skin/frontend/nlg/default/fonts/roboto/Roboto-Light-webfont.eot');
    src: url('https://www.4x4at.com/skin/frontend/nlg/default/fonts/roboto/Roboto-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.4x4at.com/skin/frontend/nlg/default/fonts/roboto/Roboto-Light-webfont.woff') format('woff'),
         url('https://www.4x4at.com/skin/frontend/nlg/default/fonts/roboto/Roboto-Light-webfont.ttf') format('truetype'),
         url('https://www.4x4at.com/skin/frontend/nlg/default/fonts/roboto/Roboto-Light-webfont.svg#RobotoLight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
   		font-family: 'RobotoLight';
        src: url('https://www.4x4at.com/skin/frontend/nlg/default/fonts/roboto/Roboto-Light-webfont.svg#RobotoLight') format('svg');
	}
}

@font-face {
    font-family: 'RobotoRegular';
    src: url('https://www.4x4at.com/skin/frontend/nlg/default/fonts/roboto/Roboto-Regular-webfont.eot');
    src: url('https://www.4x4at.com/skin/frontend/nlg/default/fonts/roboto/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.4x4at.com/skin/frontend/nlg/default/fonts/roboto/Roboto-Regular-webfont.woff') format('woff'),
         url('https://www.4x4at.com/skin/frontend/nlg/default/fonts/roboto/Roboto-Regular-webfont.ttf') format('truetype'),
         url('https://www.4x4at.com/skin/frontend/nlg/default/fonts/roboto/Roboto-Regular-webfont.svg#RobotoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
   		font-family: 'RobotoRegular';
        src: url('https://www.4x4at.com/skin/frontend/nlg/default/fonts/roboto/Roboto-Regular-webfont.svg#RobotoRegular') format('svg');
	}
}

@font-face {
    font-family: 'RobotoItalic';
    src: url('https://www.4x4at.com/skin/frontend/nlg/default/fonts/roboto/Roboto-Italic-webfont.eot');
    src: url('https://www.4x4at.com/skin/frontend/nlg/default/fonts/roboto/Roboto-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.4x4at.com/skin/frontend/nlg/default/fonts/roboto/Roboto-Italic-webfont.woff') format('woff'),
         url('https://www.4x4at.com/skin/frontend/nlg/default/fonts/roboto/Roboto-Italic-webfont.ttf') format('truetype'),
         url('https://www.4x4at.com/skin/frontend/nlg/default/fonts/roboto/Roboto-Italic-webfont.svg#RobotoItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
   		font-family: 'RobotoItalic';
        src: url('https://www.4x4at.com/skin/frontend/nlg/default/fonts/roboto/Roboto-Italic-webfont.svg#RobotoItalic') format('svg');
	}
}

@font-face {
    font-family: 'RobotoMedium';
    src: url('https://www.4x4at.com/skin/frontend/nlg/default/fonts/roboto/Roboto-Medium-webfont.eot');
    src: url('https://www.4x4at.com/skin/frontend/nlg/default/fonts/roboto/Roboto-Medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.4x4at.com/skin/frontend/nlg/default/fonts/roboto/Roboto-Medium-webfont.woff') format('woff'),
         url('https://www.4x4at.com/skin/frontend/nlg/default/fonts/roboto/Roboto-Medium-webfont.ttf') format('truetype'),
         url('https://www.4x4at.com/skin/frontend/nlg/default/fonts/roboto/Roboto-Medium-webfont.svg#RobotoMedium') format('svg');
    font-weight: normal;
    font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
   		font-family: 'RobotoMedium';
        src: url('https://www.4x4at.com/skin/frontend/nlg/default/fonts/roboto/Roboto-Medium-webfont.svg#RobotoMedium') format('svg');
	}
}

@font-face {
    font-family: 'RobotoBold';
    src: url('https://www.4x4at.com/skin/frontend/nlg/default/fonts/roboto/Roboto-Bold-webfont.eot');
    src: url('https://www.4x4at.com/skin/frontend/nlg/default/fonts/roboto/Roboto-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.4x4at.com/skin/frontend/nlg/default/fonts/roboto/Roboto-Bold-webfont.woff') format('woff'),
         url('https://www.4x4at.com/skin/frontend/nlg/default/fonts/roboto/Roboto-Bold-webfont.ttf') format('truetype'),
         url('https://www.4x4at.com/skin/frontend/nlg/default/fonts/roboto/Roboto-Bold-webfont.svg#RobotoBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
   		font-family: 'RobotoBold';
        src: url('https://www.4x4at.com/skin/frontend/nlg/default/fonts/roboto/Roboto-Bold-webfont.svg#RobotoBold') format('svg');
	}
}

@font-face {
    font-family: 'RobotoBlack';
    src: url('https://www.4x4at.com/skin/frontend/nlg/default/fonts/roboto/Roboto-Black-webfont.eot');
    src: url('https://www.4x4at.com/skin/frontend/nlg/default/fonts/roboto/Roboto-Black-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.4x4at.com/skin/frontend/nlg/default/fonts/roboto/Roboto-Black-webfont.woff') format('woff'),
         url('https://www.4x4at.com/skin/frontend/nlg/default/fonts/roboto/Roboto-Black-webfont.ttf') format('truetype'),
         url('https://www.4x4at.com/skin/frontend/nlg/default/fonts/roboto/Roboto-Black-webfont.svg#RobotoBlack') format('svg');
    font-weight: normal;
    font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
   		font-family: 'RobotoBlack';
        src: url('https://www.4x4at.com/skin/frontend/nlg/default/fonts/roboto/Roboto-Black-webfont.svg#RobotoBlack') format('svg');
	}
}

@font-face {
    font-family: 'RobotoLightItalic';
    src: url('https://www.4x4at.com/skin/frontend/nlg/default/fonts/roboto/Roboto-LightItalic-webfont.eot');
    src: url('https://www.4x4at.com/skin/frontend/nlg/default/fonts/roboto/Roboto-LightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://www.4x4at.com/skin/frontend/nlg/default/fonts/roboto/Roboto-LightItalic-webfont.woff') format('woff'),
         url('https://www.4x4at.com/skin/frontend/nlg/default/fonts/roboto/Roboto-LightItalic-webfont.ttf') format('truetype'),
         url('https://www.4x4at.com/skin/frontend/nlg/default/fonts/roboto/Roboto-LightItalic-webfont.svg#RobotoLightItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	@font-face {
   		font-family: 'RobotoLightItalic';
        src: url('https://www.4x4at.com/skin/frontend/nlg/default/fonts/roboto/Roboto-LightItalic-webfont.svg#RobotoLightItalic') format('svg');
	}
}
@charset "utf-8";

/* --------------------------------------------------------------------
Base Styles
Author:             Netmatter Ltd
Author URI:         http://www.netmatter.co.uk/

:: 	Typography, body font 100%/16px
:: 	font rem for root level em of body
::  font px as a fall back for old browsers
::	em for fluid margin, padding & line-height
-------------------------------------------------------------------- */


/*
html5doctor.com Reset Stylesheet v1.6.1
http://html5doctor.com/html-5-reset-stylesheet/
Richard Clark
http://richclarkdesign.com
http://cssreset.com
*/


.header-del {
    display: none;
}

.accessories-blocks-wrap {
    display: none;
}

article,
aside,
figcaption,
footer,
header,
main,
menu,
nav,
section {
    display: block;
}

figure {
    display: block;
}

img {
    display: inline-block;
}

body {
    line-height: 1;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}


/* -----------------------------------------------
:: 	Root
----------------------------------------------- */

:lang(en) {
    /*
	set british english language quotation marks
	change language (...) depending on html declaration
	<html lang="en">
	2018 - left single (high 6)
	2019 - right single (high 9)
	201C - left double (high 9s)
	201D - right double (high 9s)
	ASCII if desired
	0022 - double
	0027 - single
	*/
    quotes: "\2018" "\2019" "\201C" "\201D";
}

*,
*:before,
*:after {
    /*
	fix the box model - http://www.paulirish.com/2012/box-sizing-border-box-ftw/
	IE8 - requires browser to be in IE8 Standards mode - use this tag in the head
	<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
	*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    /*
	By default, iOS enlarges the text size so it reads more comfortably. Disable the adjustment
	*/
    -webkit-text-size-adjust: none;
    /*
	keep long text and urls wrapped in content
	*/
    word-wrap: break-word;
}


/* -----------------------------------------------
:: 	Sections
----------------------------------------------- */



h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.25em;
    color: #444;
}

h1 {
    margin-bottom: 0.25em;
    font-size: 24px;
    font-size: 1.5rem;
}

h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.5em;
    padding-top: 0.75em;
}

h2 {
    font-size: 20px;
    font-size: 1.25rem;
}

h3,
h4,
h5,
h6 {
    font-size: 16px;
    font-size: 1rem;
}


/* -----------------------------------------------
:: 	Grouping Content
----------------------------------------------- */

p,
address {
    margin-bottom: 1.25em;
    font-size: 14px;
    font-size: 0.875rem;
}

ul,
ol {
    margin-bottom: 1.25em;
    list-style-type: none;
    list-style-position: outside;
}

li {
    font-size: 14px;
    font-size: 0.875rem;
}

b,
strong {
    color: #444;
}

hr {
    border-top: 1px solid #bfbfbf;
}

blockquote {
    position: relative;
    margin: 0 0 1.5em 0;
    padding: 1.25em 2.75em 1.25em 2.75em;
    font-size: 12px;
    font-size: 0.75rem;
    background: #f6f6f6;
    border: 1px solid #e2e2e2;
}

blockquote:before,
blockquote:after {
    display: block;
    position: absolute;
    font-size: 52px;
    font-size: 3.25rem;
    font-style: normal;
    color: #999;
    height: 1em;
}

blockquote:before {
    top: 0;
    left: 10px;
    content: "\201C";
}

blockquote:after {
    right: 10px;
    bottom: 0;
    content: "\201D";
}

blockquote footer {
    margin-top: 2.5em;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.125em;
}

figure {
    margin-bottom: 0.75em;
}


/* -----------------------------------------------
:: 	Text-level Semantics
----------------------------------------------- */

q::before {
    content: open-quote;
}

q::after {
    content: close-quote;
}

a:hover,
a:focus {
    text-decoration: none;
}

small {
    font-size: 12px;
    font-size: 0.75rem;
}

time {
    font-size: 12px;
    font-size: 0.75rem;
}

sub {
    font-size: smaller;
    line-height: 90%;
    vertical-align: sub;
}

sup {
    font-size: smaller;
    line-height: 90%;
    vertical-align: super;
}


/* -----------------------------------------------
:: 	Embedded Content
----------------------------------------------- */

img {
    /*
	Flexible Images
	max-width:100% and height:auto make images responsive and flexible
	max-width:100% and height:auto works in IE7, but not in IE8
	fixing IE8 bug with width:auto/9
	*/
    max-width: 100%;
    height: auto;
    width: auto/9;
    -ms-interpolation-mode: bicubic;
}

.img {
    /*
	Flexible background images
	*/
    background-size: 100% auto;
    -moz-background-size: 100% auto;
    background-position: 50% 0;
    /*
	IE needs background:center;
	*/
}

video,
embed,
object,
iframe {
    /*
	Flexible Embedded Videos
	max-width:100% doesn't work i=on the embed element in Safari
	width:100% is a successful workaround
	*/
    width: 100%;
}


/* -----------------------------------------------
:: 	Tabular data
----------------------------------------------- */






/* -----------------------------------------------
::Grid row & column - margin and pad
------------------------------------------------- */


/* margin rows and cls, (but not .row .row) */

.space-15 {
    margin: 1em auto 1em auto !important;
}

.spacet-15 {
    margin-top: 1em !important;
}

.spaceb-15 {
    margin-bottom: 1em !important;
}

.space-25 {
    margin: 1.5em auto 1.5em auto !important;
}

.spacet-25 {
    margin-top: 1.5em !important;
}

.spaceb-25 {
    margin-bottom: 1.5em !important;
}

.space-50 {
    margin: 3em auto 3em auto !important;
}

.spacet-50 {
    margin-top: 3em !important;
}

.spaceb-50 {
    margin-bottom: 3em !important;
}

.space-100 {
    margin: 6em auto 6em auto !important;
}

.spacet-100 {
    margin: 6em auto 0 auto !important;
}

.spaceb-100 {
    margin: 0 auto 6em auto !important;
}


/* pad rows only */

.pad-15 {
    padding: 1em 0;
}

.padt-15 {
    padding: 1em 0 0 0;
}

.padb-15 {
    padding: 0 0 1em 0;
}

.pad-25 {
    padding: 1.5em 0;
}

.padt-25 {
    padding: 1.5em 0 0 0;
}

.padb-25 {
    padding: 0 0 1.5em 0;
}

.pad-50 {
    padding: 3em 0;
}

.padt-50 {
    padding: 3em 0 0 0;
}

.padb-50 {
    padding: 0 0 3em 0;
}

.pad-100 {
    padding: 6em 0;
}

.padt-100 {
    padding: 6em 0 0 0;
}

.padb-100 {
    padding: 0 0 6em 0;
}


/* pad cls only */

.padc-20 {
    padding-top: 1.25em;
    padding-right: 0.75em;
    padding-left: 0.75em;
    padding-bottom: 1.25em;
}

.padct-20 {
    padding-top: 1.25em;
    padding-right: 0.75em;
    padding-left: 0.75em;
}

.padcb-20 {
    padding-right: 0.75em;
    padding-left: 0.75em;
    padding-bottom: 1.25em;
}

.padc-50 {
    padding-top: 3em;
    padding-right: 0.75em;
    padding-left: 0.75em;
    padding-bottom: 3em;
}

.padct-50 {
    padding-top: 3em;
    padding-right: 0.75em;
    padding-left: 0.75em;
}

.padcb-50 {
    padding-right: 0.75em;
    padding-left: 0.75em;
    padding-bottom: 3em;
}

.padc-100 {
    padding-top: 6em;
    padding-right: 0.75em;
    padding-left: 0.75em;
    padding-bottom: 6em;
}

.padct-100 {
    padding-top: 6em;
    padding-right: 0.75em;
    padding-left: 0.75em;
}

.padcb-100 {
    padding-right: 0.75em;
    padding-left: 0.75em;
    padding-bottom: 6em;
}


/* -----------------------------------------------
::Grid
-------------------------------------------------- */


/* clearing */

* html .row,
* html .collapse {
    overflow: visible;
}

*+html .row,
*+html .collapse {
    min-height: 1%;
}

.row:after,
.collapse:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
}


/*.display-mobile,*/

.show-600,
.show-768,
.show-800,
.show-1024,
.show-1180,
.show-1224,
.display-desktop {
    display: none;
}

.row {
    margin: 0 auto 0 auto;
    width: 100%;
    min-width: 20em;
    max-width: 37.5em/* 600px; */
}

.row .row {
    margin-bottom: 0;
    margin-left: -0.75em;
    margin-right: -0.75em;
    width: auto;
    min-width: 0;
    max-width: none;
    *zoom: 1;
}

.row .row.collapse {
    width: auto;
    margin: 0;
    max-width: none;
}

.cls {
    position: relative;
    float: left;
    width: 100%;
    padding-right: 0.75em;
    padding-left: 0.75em;
}

.row.collapse .cls {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left;
}

@media only screen {
    .cls {
        position: relative;
        float: left;
        padding-right: 0.75em;
        padding-left: 0.75em;
    }
    .w320-1 {
        width: 8.33333%;
    }
    .w320-2 {
        width: 16.66667%;
    }
    .w320-25 {
        width: 20%;
    }
    .w320-3 {
        width: 25%;
    }
    .w320-4 {
        width: 33.33333%;
    }
    .w320-5 {
        width: 41.66667%;
    }
    .w320-6 {
        width: 50%;
    }
    .w320-7 {
        width: 58.33333%;
    }
    .w320-8 {
        width: 66.66667%;
    }
    .w320-9 {
        width: 75%;
    }
    .w320-95 {
        width: 80%;
    }
    .w320-10 {
        width: 83.33333%;
    }
    .w320-11 {
        width: 91.66667%;
    }
    .w320-12 {
        width: 100%;
    }
}

@media only screen and (min-width:22.5em) {
    /*
	min-width:360px;
	*/
    .w360-1 {
        width: 8.33333%;
    }
    .w360-2 {
        width: 16.66667%;
    }
    .w360-3 {
        width: 25%;
    }
    .w360-35 {
        width: 30%;
    }
    .w360-4 {
        width: 33.33333%;
    }
    .w360-5 {
        width: 41.66667%;
    }
    .w360-6 {
        width: 50%;
    }
    .w360-7 {
        width: 58.33333%;
    }
    .w360-8 {
        width: 66.66667%;
    }
    .w360-85 {
        width: 70%;
    }
    .w360-9 {
        width: 75%;
    }
    .w360-10 {
        width: 83.33333%;
    }
    .w360-11 {
        width: 91.66667%;
    }
    .w360-12 {
        width: 100%;
    }
}

@media only screen and (min-width:30em) {
    /*
	min-width:480px;
	*/
    .w480-1 {
        width: 8.33333%;
    }
    .w480-2 {
        width: 16.66667%;
    }
    .w480-3 {
        width: 25%;
    }
    .w480-35 {
        width: 30%;
    }
    .w480-4 {
        width: 33.33333%;
    }
    .w480-5 {
        width: 41.66667%;
    }
    .w480-6 {
        width: 50%;
    }
    .w480-7 {
        width: 58.33333%;
    }
    .w480-8 {
        width: 66.66667%;
    }
    .w480-85 {
        width: 70%;
    }
    .w480-9 {
        width: 75%;
    }
    .w480-10 {
        width: 83.33333%;
    }
    .w480-11 {
        width: 91.66667%;
    }
    .w480-12 {
        width: 100%;
    }
}

@media only screen and (min-width:33.75em) {
    /*
	min-width:540px;
	*/
    .w540-1 {
        width: 8.33333%;
    }
    .w540-2 {
        width: 16.66667%;
    }
    .w540-3 {
        width: 25%;
    }
    .w540-35 {
        width: 30%;
    }
    .w540-4 {
        width: 33.33333%;
    }
    .w540-5 {
        width: 41.66667%;
    }
    .w540-6 {
        width: 50%;
    }
    .w540-7 {
        width: 58.33333%;
    }
    .w540-8 {
        width: 66.66667%;
    }
    .w540-85 {
        width: 70%;
    }
    .w540-9 {
        width: 75%;
    }
    .w540-10 {
        width: 83.33333%;
    }
    .w540-11 {
        width: 91.66667%;
    }
    .w540-12 {
        width: 100%;
    }
}

@media only screen and (min-width:37.5em) {
    /*
	min-width:600px;
	*/
    .row {
        max-width: 48em;
    }
    .w600-1 {
        width: 8.33333%;
    }
    .w600-2 {
        width: 16.66667%;
    }
    .w600-3 {
        width: 25%;
    }
    .w600-35 {
        width: 30%;
    }
    .w600-4 {
        width: 33.33333%;
    }
    .w600-5 {
        width: 41.66667%;
    }
    .w600-6 {
        width: 50%;
    }
    .w600-7 {
        width: 58.33333%;
    }
    .w600-8 {
        width: 66.66667%;
    }
    .w600-85 {
        width: 70%;
    }
    .w600-9 {
        width: 75%;
    }
    .w600-10 {
        width: 83.33333%;
    }
    .w600-11 {
        width: 91.66667%;
    }
    .w600-12 {
        width: 100%;
    }
    .show-600 {
        display: block;
    }
}

@media only screen and (min-width:48em) {
    /*
	min-width:768px;
	*/
    .w768-1 {
        width: 8.33333%;
    }
    .w768-2 {
        width: 16.66667%;
    }
    .w768-25 {
        width: 20%;
    }
    .w768-3 {
        width: 25%;
    }
    .w768-35 {
        width: 30%;
    }
    .w768-4 {
        width: 33.33333%;
    }
    .w768-5 {
        width: 41.66667%;
    }
    .w768-6 {
        width: 50%;
    }
    .w768-7 {
        width: 58.33333%;
    }
    .w768-8 {
        width: 66.66667%;
    }
    .w768-85 {
        width: 70%;
    }
    .w768-9 {
        width: 75%;
    }
    .w768-95 {
        width: 80%;
    }
    .w768-10 {
        width: 83.33333%;
    }
    .w768-11 {
        width: 91.66667%;
    }
    .w768-12 {
        width: 100%;
    }
    .w768push-1 {
        left: 8.33333%;
        right: auto;
    }
    .w768pull-1 {
        right: 8.33333%;
        left: auto;
    }
    .w768push-2 {
        left: 16.66667%;
        right: auto;
    }
    .w768pull-2 {
        right: 16.66667%;
        left: auto;
    }
    .w768push-3 {
        left: 25%;
        right: auto;
    }
    .w768pull-3 {
        right: 25%;
        left: auto;
    }
    .w768push-35 {
        left: 30%;
        right: auto;
    }
    .w768pull-35 {
        right: 30%;
        left: auto;
    }
    .w768push-4 {
        left: 33.33333%;
        right: auto;
    }
    .w768pull-4 {
        right: 33.33333%;
        left: auto;
    }
    .w768push-45 {
        left: 37%;
        right: auto;
    }
    .w768pull-45 {
        right: 37%;
        left: auto;
    }
    .w768push-5 {
        left: 41.66667%;
        right: auto;
    }
    .w768pull-5 {
        right: 41.66667%;
        left: auto;
    }
    .w768push-6 {
        left: 50%;
        right: auto;
    }
    .w768pull-6 {
        right: 50%;
        left: auto;
    }
    .w768push-7 {
        left: 58.33333%;
        right: auto;
    }
    .w768pull-7 {
        right: 58.33333%;
        left: auto;
    }
    .w768push-75 {
        left: 63%;
        right: auto;
    }
    .w768pull-75 {
        right: 63%;
        left: auto;
    }
    .w768push-8 {
        left: 66.66667%;
        right: auto;
    }
    .w768pull-8 {
        right: 66.66667%;
        left: auto;
    }
    .w768push-85 {
        left: 70%;
        right: auto;
    }
    .w768pull-85 {
        right: 70%;
        left: auto;
    }
    .w768push-9 {
        left: 75%;
        right: auto;
    }
    .w768pull-9 {
        right: 75%;
        left: auto;
    }
    .w768push-10 {
        left: 83.33333%;
        right: auto;
    }
    .w768pull-10 {
        right: 83.33333%;
        left: auto;
    }
    .w768push-11 {
        left: 91.66667%;
        right: auto;
    }
    .w768pull-11 {
        right: 91.66667%;
        left: auto;
    }
    [class*="cls"]+[class*="cls"]:last-child {
        float: left;
    }
    .inline-list {
        margin-left: -1.25em;
    }
    .inline-list>li {
        float: left;
        margin-left: 1.25em;
    }
    .hide-768 {
        display: none;
    }
    .show-768 {
        display: block;
    }
    .display-mobile {
        display: none;
    }
    .display-desktop {
        display: block;
    }
    /* eof */
}

@media only screen and (min-width:50em) {
    /*
	min-width:800px;
	*/
    .w800-1 {
        width: 8.33333%;
    }
    .w800-2 {
        width: 16.66667%;
    }
    .w800-25 {
        width: 20%;
    }
    .w800-3 {
        width: 25%;
    }
    .w800-35 {
        width: 30%;
    }
    .w800-4 {
        width: 33.33333%;
    }
    .w800-5 {
        width: 41.66667%;
    }
    .w800-6 {
        width: 50%;
    }
    .w800-7 {
        width: 58.33333%;
    }
    .w800-8 {
        width: 66.66667%;
    }
    .w800-85 {
        width: 70%;
    }
    .w800-9 {
        width: 75%;
    }
    .w800-95 {
        width: 80%;
    }
    .w800-10 {
        width: 83.33333%;
    }
    .w800-11 {
        width: 91.66667%;
    }
    .w800-12 {
        width: 100%;
    }
    .show-800 {
        display: block;
    }
}

@media only screen and (min-width:64em) {
    /*
	min-width:1024px;
	*/
    .row {
        max-width: 80em;
        /* 1200px; */
    }
    .w1024-1 {
        width: 8.33333%;
    }
    .w1024-2 {
        width: 16.66667%;
    }
    .w1024-25 {
        width: 20%;
    }
    .w1024-3 {
        width: 25%;
    }
    .w1024-35 {
        width: 30%;
    }
    .w1024-4 {
        width: 33.33333%;
    }
    .w1024-45 {
        width: 37%;
    }
    .w1024-5 {
        width: 41.66667%;
    }
    .w1024-6 {
        width: 50%;
    }
    .w1024-7 {
        width: 58.33333%;
    }
    .w1024-75 {
        width: 63%;
    }
    .w1024-8 {
        width: 66.66667%;
    }
    .w1024-85 {
        width: 70%;
    }
    .w1024-9 {
        width: 75%;
    }
    .w1024-95 {
        width: 80%;
    }
    .w1024-10 {
        width: 83.33333%;
    }
    .w1024-11 {
        width: 91.66667%;
    }
    .w1024-12 {
        width: 100%;
    }
    .w1024push-1 {
        left: 8.33333%;
        right: auto;
    }
    .w1024pull-1 {
        right: 8.33333%;
        left: auto;
    }
    .w1024push-2 {
        left: 16.66667%;
        right: auto;
    }
    .w1024pull-2 {
        right: 16.66667%;
        left: auto;
    }
    .w1024push-3 {
        left: 25%;
        right: auto;
    }
    .w1024pull-3 {
        right: 25%;
        left: auto;
    }
    .w1024push-35 {
        left: 30%;
        right: auto;
    }
    .w1024pull-35 {
        right: 30%;
        left: auto;
    }
    .w1024push-4 {
        left: 33.33333%;
        right: auto;
    }
    .w1024pull-4 {
        right: 33.33333%;
        left: auto;
    }
    .w1024push-45 {
        left: 37%;
        right: auto;
    }
    .w1024pull-45 {
        right: 37%;
        left: auto;
    }
    .w1024push-5 {
        left: 41.66667%;
        right: auto;
    }
    .w1024pull-5 {
        right: 41.66667%;
        left: auto;
    }
    .w1024push-6 {
        left: 50%;
        right: auto;
    }
    .w1024pull-6 {
        right: 50%;
        left: auto;
    }
    .w1024push-7 {
        left: 58.33333%;
        right: auto;
    }
    .w1024pull-7 {
        right: 58.33333%;
        left: auto;
    }
    .w1024push-75 {
        left: 63%;
        right: auto;
    }
    .w1024pull-75 {
        right: 63%;
        left: auto;
    }
    .w1024push-8 {
        left: 66.66667%;
        right: auto;
    }
    .w1024pull-8 {
        right: 66.66667%;
        left: auto;
    }
    .w1024push-85 {
        left: 70%;
        right: auto;
    }
    .w1024pull-85 {
        right: 70%;
        left: auto;
    }
    .w1024push-9 {
        left: 75%;
        right: auto;
    }
    .w1024pull-9 {
        right: 75%;
        left: auto;
    }
    .w1024push-10 {
        left: 83.33333%;
        right: auto;
    }
    .w1024pull-10 {
        right: 83.33333%;
        left: auto;
    }
    .w1024push-11 {
        left: 91.66667%;
        right: auto;
    }
    .w1024pull-11 {
        right: 91.66667%;
        left: auto;
    }
    .hide-1024 {
        display: none;
    }
    .show-1024 {
        display: block;
    }
}

@media only screen and (min-width:68.75em) {
    /*
	min-width 1100px
	*/
    .w1100-1 {
        width: 8.33333%;
    }
    .w1100-2 {
        width: 16.66667%;
    }
    .w1100-25 {
        width: 20%;
    }
    .w1100-3 {
        width: 25%;
    }
    .w1100-35 {
        width: 30%;
    }
    .w1100-4 {
        width: 33.33333%;
    }
    .w1100-5 {
        width: 41.66667%;
    }
    .w1100-6 {
        width: 50%;
    }
    .w1100-7 {
        width: 58.33333%;
    }
    .w1100-8 {
        width: 66.66667%;
    }
    .w1100-85 {
        width: 70%;
    }
    .w1100-9 {
        width: 75%;
    }
    .w1100-95 {
        width: 80%;
    }
    .w1100-10 {
        width: 83.33333%;
    }
    .w1100-11 {
        width: 91.66667%;
    }
    .w1100-12 {
        width: 100%;
    }
}

@media only screen and (min-width:73.75em) {
    /*
	min-width 1180px
	*/
    .w1180-1 {
        width: 8.33333%;
    }
    .w1180-2 {
        width: 16.66667%;
    }
    .w1180-25 {
        width: 20%;
    }
    .w1180-3 {
        width: 25%;
    }
    .w1180-35 {
        width: 30%;
    }
    .w1180-4 {
        width: 33.33333%;
    }
    .w1180-5 {
        width: 41.66667%;
    }
    .w1180-6 {
        width: 50%;
    }
    .w1180-7 {
        width: 58.33333%;
    }
    .w1180-8 {
        width: 66.66667%;
    }
    .w1180-85 {
        width: 70%;
    }
    .w1180-9 {
        width: 75%;
    }
    .w1180-95 {
        width: 80%;
    }
    .w1180-10 {
        width: 83.33333%;
    }
    .w1180-11 {
        width: 91.66667%;
    }
    .w1180-12 {
        width: 100%;
    }
    .hide-1180 {
        display: none;
    }
    .show-1180 {
        display: block;
    }
}

@media only screen and (min-width:76.5em) {
    /*
	min-width 1224px
	*/
    .w1224-1 {
        width: 8.33333%;
    }
    .w1224-2 {
        width: 16.66667%;
    }
    .w1224-25 {
        width: 20%;
    }
    .w1224-3 {
        width: 25%;
    }
    .w1224-4 {
        width: 33.33333%;
    }
    .w1224-5 {
        width: 41.66667%;
    }
    .w1224-6 {
        width: 50%;
    }
    .w1224-7 {
        width: 58.33333%;
    }
    .w1224-8 {
        width: 66.66667%;
    }
    .w1224-9 {
        width: 75%;
    }
    .w1224-95 {
        width: 80%;
    }
    .w1224-10 {
        width: 83.33333%;
    }
    .w1224-11 {
        width: 91.66667%;
    }
    .w1224-12 {
        width: 100%;
    }
    .hide-1224 {
        display: none;
    }
    .show-1224 {
        display: block;
    }
}

@media only screen and (min-width:80em) {
    /*
	min-width 1280px
	*/
    .w1280-1 {
        width: 8.33333%;
    }
    .w1280-2 {
        width: 16.66667%;
    }
    .w1280-25 {
        width: 20%;
    }
    .w1280-3 {
        width: 25%;
    }
    .w1280-4 {
        width: 33.33333%;
    }
    .w1280-5 {
        width: 41.66667%;
    }
    .w1280-6 {
        width: 50%;
    }
    .w1280-7 {
        width: 58.33333%;
    }
    .w1280-8 {
        width: 66.66667%;
    }
    .w1280-9 {
        width: 75%;
    }
    .w1280-95 {
        width: 80%;
    }
    .w1280-10 {
        width: 83.33333%;
    }
    .w1280-11 {
        width: 91.66667%;
    }
    .w1280-12 {
        width: 100%;
    }
    .w1280push-1 {
        left: 8.33333%;
        right: auto;
    }
    .w1280pull-1 {
        right: 8.33333%;
        left: auto;
    }
    .w1280push-2 {
        left: 16.66667%;
        right: auto;
    }
    .w1280pull-2 {
        right: 16.66667%;
        left: auto;
    }
    .w1280push-3 {
        left: 25%;
        right: auto;
    }
    .w1280pull-3 {
        right: 25%;
        left: auto;
    }
    .w1280push-35 {
        left: 30%;
        right: auto;
    }
    .w1280pull-35 {
        right: 30%;
        left: auto;
    }
    .w1280push-4 {
        left: 33.33333%;
        right: auto;
    }
    .w1280pull-4 {
        right: 33.33333%;
        left: auto;
    }
    .w1280push-45 {
        left: 37%;
        right: auto;
    }
    .w1280pull-45 {
        right: 37%;
        left: auto;
    }
    .w1280push-5 {
        left: 41.66667%;
        right: auto;
    }
    .w1280pull-5 {
        right: 41.66667%;
        left: auto;
    }
    .w1280push-6 {
        left: 50%;
        right: auto;
    }
    .w1280pull-6 {
        right: 50%;
        left: auto;
    }
    .w1280push-7 {
        left: 58.33333%;
        right: auto;
    }
    .w1280pull-7 {
        right: 58.33333%;
        left: auto;
    }
    .w1280push-75 {
        left: 63%;
        right: auto;
    }
    .w1280pull-75 {
        right: 63%;
        left: auto;
    }
    .w1280push-8 {
        left: 66.66667%;
        right: auto;
    }
    .w1280pull-8 {
        right: 66.66667%;
        left: auto;
    }
    .w1280push-85 {
        left: 70%;
        right: auto;
    }
    .w1280pull-85 {
        right: 70%;
        left: auto;
    }
    .w1280push-9 {
        left: 75%;
        right: auto;
    }
    .w1280pull-9 {
        right: 75%;
        left: auto;
    }
    .w1280push-10 {
        left: 83.33333%;
        right: auto;
    }
    .w1280pull-10 {
        right: 83.33333%;
        left: auto;
    }
    .w1280push-11 {
        left: 91.66667%;
        right: auto;
    }
    .w1280pull-11 {
        right: 91.66667%;
        left: auto;
    }
}


/* -----------------------------------------------
:: Clearing & Component classes
-------------------------------------------------- */


/* Float clearing */

* html .cf,
* html .clearfix,
* html .social li,
* html figure,
* html .product-image,
* html .price-excluding-tax,
* html .price-including-tax,
* html .add-to-links,
* html .add-to-links li {
    overflow: visible;
}

*+html .cf,
*+html .clearfix,
*+html .social li,
*+html figure,
*+html .product-image,
*+html .price-excluding-tax,
*+html .price-including-tax,
*+html .add-to-links,
*+html .add-to-links li {
    min-height: 1%;
}

.cf:after,
.clearfix:after,
.social li:after,
figure:after,
.product-image:after,
.price-excluding-tax:after,
.price-including-tax:after,
.add-to-links:after,
.add-to-links li:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
}


/* -----------------------------------------------
:: Utilities
-------------------------------------------------- */

.clear {
    clear: both;
}

.centered {
    text-align: center;
}

.hidden {
    visibility: hidden;
}

.a-left {
    text-align: left;
}

.a-center {
    text-align: center;
}

.a-right {
    text-align: right;
}

.v-top {
    vertical-align: top;
}

.v-middle {
    vertical-align: middle;
}

.f-left,
.left {
    float: left;
}

.f-right,
.right {
    float: right;
}

.f-none {
    float: none;
}

.f-fix {}

.no-display {
    display: none;
}

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

.no-bg {
    background: none;
}

.display-none {
    display: none !important;
}

.radius-5 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.radius-10 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}


/* -----------------------------------------------
:: Links
-------------------------------------------------- */

a {
    color: #444;
    text-decoration: none;
}

a:hover {
    color: #000;
}

a[href^="mailto:"] {
    color: #444;
    text-decoration: underline;
}


/* -----------------------------------------------
:: Main Buttons
-------------------------------------------------- */


/* Magento button span span and link based control */

button span span,
.link-button {
    display: inline-block;
    padding: 1em 1em 1em 1em;
    font-size: 14px;
    font-size: 0.875rem;
}

.link-button {
    line-height: normal;
    text-decoration: none !important;
    text-align: center;
    text-transform: uppercase;
}

.link-button:hover {
    text-decoration: none;
}


/* Account Settings */


/*.account-page button span span,
.account-page .link-button { padding:0.4em 0.75em 0.4em 0.75em; font-size: 12px; font-size: 0.75rem; }*/


/* -- NORMAL -- */


/* green - default */

button span span,
.link-button {
    color: #ffffff;
    background-color: #333333;
    border: 1px solid #333333;
}

.btn-cart {
    width: 81%;
}

.btn-cart span span,
.btn-checkout span span,
.btn-place-order span span {
    padding: 1.45em 3em;
    width: 100%;
}

.btn-checkout span span {
    padding: 1em 0.5em 1em 1em;
}

.btn-place-order span span {
    padding: 1.25em 3em;
    font-size: 18px;
    font-size: 1.125rem;
}

.btn-checkout span span:before,
.btn-place-order span span:before {
    position: relative;
    left: -0.5em;
    font-family: "FontAwesome";
    content: '\f023';
}

.totals .btn-checkout {
    display: block;
    padding: 1.45em 3em;
    margin-bottom: 15px;
    width: 100%;
}

.totals button span span {
    width: 100%;
    font-size: 18px;
    font-size: 1.125rem;
}

.account-page .btn-cart {
    width: 70%;
}

.btn-wishlist span span {
    padding: 1em 0.5em 1em 1em;
    color: #000;
    background-color: transparent;
    border: 1px solid #000;
}

.btn-wishlist span span:before {
    position: relative;
    left: -0.5em;
    font-family: "FontAwesome";
    content: "\f08a";
}


/* grey */

.btn-lightgrey,
.btn-lightgrey span span,
.btn-empty span span,
.btn-update span span,
.btn-cancel span span,
.link-button.btn-cancel {
    color: #000000;
    background-color: #eeeeee;
    border: 1px solid #eeeeee;
}


/* disabled */

button:disabled span span {
    color: #666666;
    background-color: #e7e7e7;
    border: 1px solid #e7e7e7;
    cursor: not-allowed;
}

.btn-small span span,
.link-button.btn-small {
    padding: 0.5em 0.75em 0.4em 0.75em;
    font-size: 11px;
    font-size: 0.6875rem;
}

.btn-large,
.btn-large span span {
    padding: 1.5em 3em 1.5em 3em;
    width: 100%;
}


/* -- HOVER -- */


/*.link-button:hover,
button:hover span span,
.btn-continue:hover span span,
.btn-apply:hover span span,
.btn-info:hover span span		{ color: #ffffff; background-color: #03b94b; border:1px solid #03b94b; }*/


/* black border */


/*.btn-update:hover span span,
.btn-empty:hover span span,
.btn-cancel:hover span span,
.link-button.btn-cancel:hover	{ color: #000000; background-color: #ffffff; border:1px solid #000000; }*/


/* Magento button control */


/*button span span { display: inline-block; padding:1em 1em 1em 1em; font-size: 14px; font-size: 0.875rem; color:#fff; background-color:#333; border:1px solid #333; }
button span span:hover { color:#333; background-color:#fff; border:1px solid #333; }
#content { margin-bottom:2em; }*/


/* disabled */


/*button:disabled span span 				{ background-color:#d0d0d0; cursor:not-allowed; }
button:disabled span span:hover 		{ background-color:#ccc; }*/


/* info buttons */


/*button.btn-info span span 				{ background-color: #b6a888; color: #fff; }
button.btn-info span span:hover 		{ background-color: #D75F07; }
button.btn-cta span span 				{ background-color: #D75F07; color: #fff; }
button.btn-cta span span:hover 			{ background-color: #b6a888; }*/


/* basket and checkout */


/*.btn-cart span span 					{ background-color: #D75F07; border:1px solid #D75F07; color:#ffffff; }
.btn-cart span span:hover 				{ background-color: #ffffff; border:1px solid #D75F07; color:#D75F07; }

.btn-empty span span 					{ }
.btn-update span span 					{ }

.btn-update span span:hover,
.btn-empty span span:hover 				{ background-color:#e9d5a4; }

.btn-edit span span,
.btn-continue span span,
.btn-apply span span 					{ background-color:#D75F07; color: #fff; }
.btn-cancel span span 					{ padding: 0.25em 0.25em 0.4em 0.25em; background-color:#333; color: #fff; }

.btn-checkout 							{ display:block; margin-bottom: 15px; width:100%; }
.btn-checkout span span:before 			{ position:relative; left:-1em; font-family:FontAwesome; content:'\f023'; }
.onestepcheckout-place-order span span,
.btn-checkout span span 				{ width:100%; font-size: 1.125rem; font-size:18px; color: #fff; background-color: #D75F07; border:1px solid #D75F07; }
.btn-checkout span span:hover 			{ color: #D75F07; background-color:#fff; border:1px solid #D75F07; }*/


/* link based buttons */


/*.link-button 		{ display:inline-block; padding:0.4em 0.75em 0.3em 0.75em; line-height:normal; font-size: 12px; font-size:0.75rem; color: #fff; text-decoration:none !important; text-align:center; text-transform:uppercase; border:1px solid #D75F07; background-color: #D75F07; }
.link-button:hover 	{ text-decoration:none; color:#D75F07; background-color: #fff; }
.link-button.btn-edit 			{ }
.link-button.btn-cart			{ background-color: #189f50; color: #fff; border: 1px solid #189f50; }
.link-button.btn-basket			{ background-color: #333; color: #fff; border: 1px solid #333; }
.link-button.btn-cart:hover		{ background-color: #fff; color: #189f50; border: 1px solid #189f50; }
.link-button.btn-basket:hover	{ background-color: #fff; color: #333; border: 1px solid #333;  }
.link-button.btn-password 		{ }
.link-button.btn-cancel 		{ padding:1em; font-size: 14px; font-size: 0.875rem; color:#333; border:1px solid #eee; background-color: #eee; }
.link-button.btn-cancel:hover 	{ color:#333; background-color:#fff; border:1px solid #333; }*/

.link-compare,
.link-wishlist {
    position: relative;
    padding-left: 2em;
}

.link-compare:before,
.link-wishlist:before {
    position: absolute;
    top: -8px;
    left: 0;
    font-family: "FontAwesome";
    font-size: 16px;
    font-size: 1rem;
    content: "\f004";
    color: #999;
}

.link-wishlist:before {
    content: "\f004";
}

.link-compare:before {
    content: "\f070";
}

.link-compare:hover,
.link-wishlist:hover {
    text-decoration: none;
}

.link-cart {}

.link-reorder {}

.link-compare {}

.link-print {}

.link-rss {}

.link-multishipping {}


/* -----------------------------------------------
:: Forms
-------------------------------------------------- */

.fieldset {
    margin-bottom: 2em;
    padding: 1em 1em 1em 1em;
    background-color: #eee;
}

.fieldset h2 {
    padding-top: 0;
}

input.qty,
input#qty {
    width: 45px;
    padding: 15px 0 13px 0;
    text-align: center;
}

.accout-page input.qty,
.accout-page input#qty {
    margin-bottom: 1em;
}

.tooltip {
    position: relative;
}

.tooltip .tip {
    position: absolute;
    bottom: 120%;
    left: -1px;
    padding: 0.75em;
    width: 100%;
    font-size: 14px;
    font-size: 0.875rem;
    color: #000;
    border: 1px solid #03b94b;
    background-color: #eee;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

.tooltip:hover .tip {
    opacity: 1;
    visibility: visible;
}

label.required em {
    margin-right: 3px;
}

.form-list .field,
.form-list li {
    margin-bottom: 2em;
}

.form-list label em {
    margin-right: 2px;
}

.form-list li.control .input-box {
    display: inline-block;
}

.form-list li.control label {
    display: inline-block;
}

.form-list select,
.form-list textarea {
    width: 100%;
}

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year {
    display: inline-block;
    width: 25%;
    margin-right: 2%;
}


/* -----------------------------------------------
:: Form Validation
-------------------------------------------------- */

.validation-advice {
    font-size: 14px;
    font-size: 0.875rem;
    color: #cc5249;
    margin-bottom: 0.625em;
}

.validation-failed {
    border: 1px solid #cc5249 !important;
}

.validation-passed {}

p.required {
    font-size: 12px;
    font-size: 0.75rem;
}


/* Expiration date and CVV number validation fix */

.v-fix {}

.v-fix .validation-advice {}


/* Global Messages  */

.success {}

.error {}

.notice {}

.messages,
.messages ul {
    margin-bottom: 0;
}

.messages {}

.messages li {}

.messages li li {}

.error-msg,
.success-msg,
.note-msg,
.notice-msg {
    color: #fff;
    padding: 0.875em;
    margin-bottom: 1.25em;
}

.error-msg {
    background-color: #f2dede;
    color: #a94442;
}

.success-msg {
    background-color: #dff0d8;
    color: #3c763d;
}

.note-msg,
.notice-msg {
    background-color: #d9edf7;
    color: #31708f;
}


/* -----------------------------------------------
:: Admin-controlled content
-------------------------------------------------- */

.std .subtitle {}

.std b,
.std strong {}

.std i,
.std em {}

.std a {
    color: #000;
}

.std a[href$=".pdf"] {
    display: block;
    position: relative;
    padding-left: 3em;
    padding-right: 2em;
    color: #000 !important;
    line-height: 3.5em;
}

.std a[href$=".pdf"]:before {
    position: absolute;
    top: 0px;
    left: 0;
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 32px;
    font-size: 2rem;
    color: #d70a0a;
    content: "\f1c1";
}

.std,
.std p,
.std li,
.std div,
.std span {
    font-size: 14px;
    font-size: 0.875rem;
}

.std span[style="font-size: medium;"] {
    font-size: 14px !important;
    font-size: 0.875rem !important;
}

.std ul,
.std ol {
    margin-bottom: 1.25em;
    margin-left: 2em;
    width: 80%;
}

.std ul {
    list-style-type: disc;
}

.std ol {
    list-style-type: decimal;
}

.std ol.ol {}

.std ul.disc {}

.std ul ul {}

.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul {}

.std li {
    margin-bottom: 0.25em;
}

.std dl {}

.std dl dt {}

.std dl dd {
    margin-bottom: 0.5em;
    margin-left: 2.5em;
}

.std address {}

.std blockquote {}

.std blockquote p {
    margin-bottom: 0;
}


/* -----------------------------------------------
:: Global
-------------------------------------------------- */


/* Noscript Message */

.noscript {
    border-bottom: 1px solid #d6d6d6;
    background-color: #f8f8f8;
    text-align: center;
    padding: 0.5em 0;
}

.noscript p {
    margin: 0;
    font-size: 12px;
    font-size: 0.75rem;
    color: #000;
}

.browser-msg {
    padding: 1.25em;
    transition: opacity 300ms ease-out;
    background-color: #cc5249;
}

.browser-msg p {
    color: #fff;
    font-size: 11px;
    font-size: 0.8125rem;
    line-height: 1.125em;
    margin-bottom: 0;
}


/* Breadcrumbs */

.breadcrumbs ul,
.breadcrumbs ul li {
    margin: 0;
}

.breadcrumbs ul li {
    display: inline-block;
    font-size: 12px;
    font-size: 0.75rem;
    color: #666;
}

.breadcrumbs ul li:first-child {
    margin-left: 0;
}

.breadcrumbs ul li:first-child:before {
    content: normal;
}

.breadcrumbs ul li a {
    text-decoration: underline;
    color: #666;
}

@media only screen and (max-width:30em) {
    .breadcrumbs {
        display: block !important;
    }
}

li.product {
    display: none !important;
}


/* Pings */

.ping {
    position: absolute;
    top: -10px;
    left: -10px;
    display: block;
    height: 70px;
    width: 70px;
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 1000;
}

.mini-products-list .ping {
    top: 1px;
    left: 1px;
}

.isNew {
    display: block;
    height: 67px;
    width: 69px;
    position: absolute;
    top: -1px;
    left: -1px;
    background: url(https://www.4x4at.com/skin/frontend/nlg/default/images/new-ping.png) no-repeat;
}

.isSpecial {
    display: block;
    height: 67px;
    width: 69px;
    position: absolute;
    top: -1px;
    left: -1px;
    background: url(https://www.4x4at.com/skin/frontend/nlg/default/images/sale-ping.png) no-repeat;
}


/* social */

.social li {
    position: relative;
    display: inline-block;
}

.social a {
    float: left;
    height: 0;
    margin-right: 5px;
    padding: 24px 0 0 0;
    width: 24px;
    overflow: hidden;
}

.social a:before {
    position: absolute;
    top: -8px;
    font-family: 'FontAwesome';
    font-size: 24px;
    font-size: 1.5rem;
    color: #fff;
}

.social .twitter a:before {
    content: '\f099';
}

.social .facebook a:before {
    content: '\f09a';
}

.social .instagram a:before {
    content: '\f16d';
}

.social .youtube a:before {
    content: '\f167';
}

.social .googleplus a:before {
    content: '\f0d5';
}

.social .linkedin a:before {
    content: '\f0e1';
}


/* ratings */

.ratings,
.no-rating {
    margin-bottom: 1em;
    line-height: 0;
}

.ratings a,
.no-rating a {
    font-size: 12px;
    font-size: 0.75rem;
    color: #666;
    line-height: 1em;
    text-decoration: underline;
    text-transform: lowercase;
}

.rating-box {
    display: inline-block;
    width: 70px;
}

.no-rating .rating-box {
    width: auto;
}

.rating-box .rating {
    display: inline-block;
    margin-right: 0.25em;
    height: 13px;
    background: url(https://www.4x4at.com/skin/frontend/nlg/default/images/rating.png) 0 100% repeat-x;
}

.rating-box .rating.zero {
    width: 100%;
    background: url(https://www.4x4at.com/skin/frontend/nlg/default/images/rating.png) 0 -1px repeat-x;
}

.rating-count {
    display: inline-block;
    position: relative;
    top: -2px;
    font-size: 12px;
    font-size: 0.75rem;
    color: #999;
}

.rating-links {
    position: relative;
    top: -2px;
}

#goto-reviews-form {
    display: inline-block;
    padding: 3px 5px 1px 5px;
    margin-left: 3px;
    color: #fff;
    text-decoration: none;
    background-color: #8a919a;
}

#goto-reviews-form:hover {
    background-color: #666;
}

.no-rating #goto-reviews-form {
    position: relative;
    top: -2px;
    left: 2px;
}


/* -----------------------------------------------
::Prices
-------------------------------------------------- */


/* Product Prices */

.price-box {
    line-height: 1.25em;
    margin-bottom: 0.5em;
}

.price-box p {
    margin-bottom: 0;
}

.price-notice {
    color: #a0a0a0;
}


/* Regular price */

.price-label {
    font-size: 14px;
    font-size: 0.875rem;
}

.price {
    color: #444;
}

.regular-price .price {}


/* Old price */

.old-price .price-label,
.old-price .price {
    color: #666;
}


/* Special price */

.special-price {
    margin-bottom: 0;
}

.special-price .price-label {
    color: #cc5249;
}

.special-price .price {
    color: #cc5249;
}

.not-on-speical .price {
    color: #444;
}


/* Minimal price (as low as) */

.minimal-price {
    display: none;
}

.minimal-price .price-label {
    display: block;
}

.minimal-price-link {
    display: none;
}

.minimal-price-link .label {}

.minimal-price-link .price {}


/* Including / Excluding tax */

.price-excluding-tax {}

.price-including-tax {}

.price-including-tax .label,
.price-excluding-tax .label {
    font-size: 12px;
    font-size: 0.75rem;
    color: #999;
}

.price-excluding-tax .price,
.price-including-tax .price {}

.price-including-tax .price {
    color: #999;
}


/* Configured price */

.configured-price {}

.configured-price .price-label {}

.configured-price .price {}


/* Excl tax (for order tables) */

.price-excl-tax {}

.price-excl-tax .label {}

.price-excl-tax .price {}


/* Incl tax (for order tables) */

.price-incl-tax {}

.price-incl-tax .label {}

.price-incl-tax .price {}


/* Price range */

.price-from {}

.price-from .price-label {}

.price-to {}

.price-to .price-label {}


/* Price notice next to the options */

.price-notice {}

.price-notice .price {}


/* Price as configured */

.price-as-configured {}

.price-as-configured .price-label {
    display: block;
}

.price-box-bundle {
    display: none;
}

.price-box-bundle .price-box {}

.price-box-bundle .price {}


/* -----------------------------------------------
:: Availability
-------------------------------------------------- */

.availability {
    display: block;
    margin-bottom: 0.25em;
    font-size: 12px;
    font-size: 0.75rem;
    text-transform: uppercase;
    width: 100%;
}

.availability:before {
    display: inline-block;
    font-family: "FontAwesome";
    margin-right: 0.5em;
}

.availability.in-stock {
    color: #05b247;
}

.availability.in-stock:before {
    color: #05b247;
    content: "\f058";
}

.product-page .availability.in-stock.backorder:before {
    color: #ed6502
}

.availability.out-of-stock {
    color: #cc5249;
}

.availability.out-of-stock:before {
    color: #cc5249;
    content: "\f057";
}

.availability-only {
    margin-bottom: 0.5em;
    font-size: 12px;
    font-size: 0.75rem;
    color: #03b94b;
    text-transform: uppercase;
}

.availability .amstockstatus {
    font-family: RobotoMedium;
}

.availability .amstockstatus.amsts_1067 {
    color: #d33e0b;
}

.availability .amstockstatus.amsts_1068 {
    color: #05b247;
}

.availability .amstockstatus.amsts_1150 {
    color: #0000CC;
}

.availability .amstockstatus.amsts_2030 {
    color: #0000CC;
}


/* -----------------------------------------------
:: Data table
-------------------------------------------------- */

.data-table .product-name {
    padding: 0;
    margin-bottom: 0.5em;
}

.data-table .product-name .edit-link,
.data-table .edit-link {
    margin-right: 0.5em;
    padding-left: 0;
    color: #03b94b;
    text-decoration: underline;
}

.data-table .edit-link:before {
    content: normal;
}

.data-table .item-options {
    display: inline-block;
    padding: 0.25em 0.5em 0.15em 0.75em;
    margin: 5px 0 0 0;
    background-color: #eee;
}

.data-table .item-options dt,
.data-table .item-options dd {
    float: left;
    margin: 0 0.5em 0 0;
    font-size: 12px;
    font-size: 0.75rem;
}

.data-table .item-options dt {
    clear: both;
}

.data-table .item-options .price {
    display: none;
}

.data-table .btn-remove {
    display: inline-block;
    padding: 6px 8px 4px 8px;
    font-size: 12px;
    font-size: 0.6875rem;
    text-decoration: none;
    background-color: #eee;
}

.data-table .btn-remove:hover {
    color: #fff;
    text-decoration: none;
    background-color: #cc5249;
}

.data-table .price {
    font-size: 14px;
    font-size: 0.875rem;
}

.truncated a.dots {
    cursor: help;
}

.truncated a.details {
    margin-bottom: 0.5em;
    font-size: 12px;
    font-size: 0.75rem;
    cursor: default;
}

.truncated a.details:hover {
    text-decoration: none;
}

.truncated a.details:after {
    position: relative;
    left: 0.25em;
    font-family: FontAwesome;
    content: '\f059';
}

.truncated .truncated_full_value {
    position: relative;
    z-index: 999;
}

.truncated .truncated_full_value .item-options {
    position: absolute;
    top: -99999em;
    right: -99999em;
    z-index: 999;
    width: 200px;
    padding: 0.75em 0.75em 0.25em 0.75em;
    border: 1px solid #03b94b;
    background-color: #eee;
}

.truncated .truncated_full_value .item-options:after {
    position: absolute;
    left: 20%;
    top: -7px;
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #03b94b;
    border-top: none;
}

.truncated .truncated_full_value .item-options>p {
    font-family: RobotoBold;
    text-transform: uppercase;
}

.truncated .show .item-options {
    top: 1.5em;
    right: 0;
}


/* Bundle products tables */

.data-table tbody.odd tr td,
.data-table tbody.even tr td {
    border-bottom: 0;
}

.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td {
    border-bottom: 1px solid #d6d6d6;
}

.data-table td .option-value {
    padding-left: 1em;
}

.data-table .downloadable-options td,
.data-table .configuable-options td {
    padding: 1em 1em 0.25em 1em;
}

.data-table .bundle-option-label td {
    padding: 0.25em 1em;
}

.data-table .bundle-options.child td {
    padding: 0.25em 1em;
}

.data-table .bundle-options.border.child td {
    padding: 0.25em 1em 1em 1em;
}

.data-table .bundle-options.parent td {
    padding: 1em 1em 0.125em 1em;
}

.data-table .bundle-option-label td {
    padding: 1em 1em 0.125em 1em;
}

.data-table .bundle-options.border td {
    padding: 0.125em 1em 1em 1em;
}


/* generic info box */

.info-box h2 {
    margin-bottom: 0.5em;
}

.info-table th {
    width: 30%;
    color: #555;
    border-left: 1px solid #d6d6d6;
    background-color: #eee;
}

.info-table tr:last-child th {
    border-bottom: 1px solid #d6d6d6;
}

@media only screen and (max-width:48em) {
    /*
	max-width:768px;
	*/
    .responsive-table {
        border-left: 1px solid #d6d6d6;
    }
    .responsive-table tr,
    .responsive-table th,
    .responsive-table td {
        display: block;
    }
    .responsive-table tbody tr {
        position: relative;
    }
}


/* -----------------------------------------------
::Structure
-------------------------------------------------- */



body.open {
    transform: translate(280px, 0px);
    -moz-transform: translate(280px, 0px);
    -ms-transform: translate(280px, 0px);
    -webkit-transform: translate(280px, 0px);
    -o-transform: translate(280px, 0px);
    transform: translate(280px, 0px);
    -webkit-transition: all 150ms ease-in;
    -moz-transition: all 150ms ease-in;
    -o-transition: all 150ms ease-in;
    transition: all 150ms ease-in;
}

table .w768-hidden {
    display: none!important;
}


/* -----------------------------------------------
::Header
-------------------------------------------------- */

header {
    background: #fff;
}

#header .searchtoggle span {
    display: none;
}

#header .searchtoggle {
    position: absolute;
    top: 14px;
    right: 6em;
    display: block;
    width: 25px;
    height: 35px;
}

#header .searchtoggle:before {
    font-family: FontAwesome;
    font-size: 28px;
    font-size: 1.75rem;
    color: #8a898e;
    content: "\f002";
}

#header .searchtoggle:hover {
    text-decoration: none;
}

#header .search {
    display: none;
}

#header .search.open {
    display: block;
}

#header .search input[type="text"] {
    float: left;
    width: 65%;
    height: 30px;
    padding: 10px;
    border: none;
    color: #999;
}

#header .search input.input-text {
    border: 1px solid #d6d6d6;
}

#header .search button {
    width: 31%;
    height: 30px;
    background: #8a898e;
    color: #fff;
}

#header .search button span span {
    position: relative;
    padding: 0em;
    background-color: #8a898e;
    border: none;
}

#header .search button span span:after {
    padding-left: 0.5em;
    font-family: FontAwesome;
    content: "\f002";
    font-size: 0.8rem;
    color: #fff;
    background-color: #8a898e;
}


/* Search */

.searchautocomplete .form-search {
    margin: 0 -0.75em;
}

#header .form-search.active .search input[type="text"],
#header .form-search.active .search button {
    display: block;
}

#header .search input[type="text"],
#header .form-search.active .search input[type="text"] {
    position: absolute;
    top: 12px;
    width: 100%;
    left: 0;
    z-index: 1;
    min-height: 44px;
    padding-left: 10px !important;
}

#header .search button {
    background: transparent;
    position: absolute;
    right: 0;
    top: 12px;
    width: 44px;
    height: 44px;
    z-index: 1;
}

#header .search button:focus {
    outline-color: #03b94b;
}

#header .search button span span {
    background: transparent;
}

#header .search button span span:after {
    color: #8a898e;
    background-color: transparent;
    padding-left: 0;
    font-size: 22px;
    font-size: 1.375rem;
}


/*
.search-autocomplete {
	width:100%;
	padding:0.5em;
	background-color:#fff;
	border-left:1px solid #bbb;
	border-right:1px solid #bbb;
	border-bottom:1px solid #bbb;
	z-index:100;
}
.auto_compl_block { display:block !important; }
.search-autocomplete ul li a { display:block; position:relative; padding:1.5em 0.5em 0 0; }
.search-autocomplete ul li a img { position:absolute; left:5px; top:5px; width:50px; }
.search-autocomplete ul li a .name { display:block; margin:0 0 2px 0; font-size:12px; font-size:0.75rem; line-height:1.25em; color:#262626; }
.search-autocomplete ul li a:hover .name { text-decoration:underline; }
.search-autocomplete ul li a .price { display:block; }
*/


/* -----------------------------------------------
::Header, primary nav
-------------------------------------------------- */


/* -----------------------------------------------
:: Blocks & Titles
-------------------------------------------------- */

.page-title {
    padding-bottom: 1em;
}

.block {
    margin-bottom: 1.5em;
}

.block-title {
    margin-bottom: 2em;
}

.block-title h2,
.block-title h3 {
    padding-top: 0;
    font-size: 20px;
    font-size: 1.25rem;
}

.block-title h3 a {}

.block-content {}

.block-content ul {}

.block-content ul li {}

.block-content ul li a {}

.block-content ul li ul {}

.block-content ul li ul li {}


/* -----------------------------------------------
:: Category List
-------------------------------------------------- */

.catalog-category-view #main>div.container>div.inner {}

.subcategories-layout #main>div.inner {
    padding: 0;
    background-color: #fff;
}

.category-title {
    padding-bottom: 10px;
}

.category-title h2 {
    margin-bottom: 0.25em;
    padding: 0;
    font-family: RobotoBlack;
    font-size: 24px;
    font-size: 1.5rem;
}

.category-products {
    margin-bottom: 1em;
}

.category-description {
    margin-bottom: 2em;
}

.category-description.std p,
.category-description.std li {
    font-size: 12px;
    font-size: 0.75rem;
}

.subcategories-layout #main .count {
    position: absolute;
    top: 0.5em;
    right: 2.5em;
}

.subcategories-layout .subcats {
    margin: 0 0 2em 0;
}

.subcategories-layout .subcats li .inner {
    margin: 0 0.25em 2em 0.25em;
    text-align: center;
    position: relative;
}

.subcategories-layout .subcats li .inner img {
    width: 100%;
}

.subcategories-layout .subcats h2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 15px 8px;
    margin: 0;
    background: #2b2b2a;
    font-size: 12px;
    font-size: 0.75rem;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
}

.subcategories-layout .subcats h2:before {
    content: "+";
    margin: 0 6px 0 0;
}

.subcategories-layout .subcats a {
    display: block;
}

.subcategories-layout .subcats img {
    display: block;
    margin: auto;
}

@media only screen and (max-width:30em) {
    /*
	max-width:480px;
	*/
    .category-title {
        padding-bottom: 15px;
        margin-top: -15px;
    }
}


/* -----------------------------------------------
:: Toolbars
-------------------------------------------------- */

.toolbar {
    position: relative;
    margin-bottom: 1em;
}

.toolbar label {
    margin-right: 0.25em;
}

.toolbar select {
    padding: 0.5em 1.75em 0.5em 0.5em;
    border-radius: 4px;
}

.toolbar .pager {
    display: none;
}

.toolbar .sorter {
    display: inline-block;
}

.toolbar .limiter {
    margin-right: 0.75em;
}

.toolbar .netm_view-mode {
    position: absolute;
    top: 0;
    right: 0;
}

.toolbar .limiter,
.toolbar .sort-by,
.toolbar .pages,
.toolbar .view-mode {
    text-transform: uppercase;
    font-size: 13px;
    font-size: 0.8125rem;
}

.toolbar .sort-by {}


/* View Mode*/

.toolbar .view-mode a,
.toolbar .view-mode strong {
    display: inline-block;
    margin-left: 0.25em;
    text-indent: -9999px;
    background-image: url('https://www.4x4at.com/skin/frontend/nlg/default/images/view-mode.png');
    background-repeat: no-repeat;
    height: 23px;
    width: 23px;
}

.toolbar .view-mode .list-view {
    background-position: 0 0;
}

.toolbar .view-mode .list-view:hover,
.toolbar .view-mode .list-view.selected {
    background-position: 0 -27px;
}

.toolbar .view-mode .gridview3 {
    background-position: -27px 0;
}

.toolbar .view-mode .gridview3:hover,
.toolbar .view-mode .gridview3.selected {
    background-position: -27px -27px;
}

.toolbar .view-mode .gridview4 {
    background-position: -52px 0;
}

.toolbar .view-mode .gridview4:hover,
.toolbar .view-mode .gridview4.selected {
    background-position: -52px -27px;
}


/* pagination */

.toolbar .pages {
    display: none;
}

.toolbar .pages ol {
    margin-bottom: 0;
}

.toolbar .pages li {
    float: left;
    margin: 0 0 0 0.5em;
}

.toolbar .pages .previous:before,
.toolbar .pages .next:before {
    font-family: "FontAwesome";
}

.toolbar .pages .previous:before {
    content: "\f104";
}

.toolbar .pages .next:before {
    content: "\f105";
}

.toolbar .pages {
    display: inline-block;
    margin-bottom: 1em;
}

.toolbar .pages li {
    display: inline-block;
    font-size: 12px;
    font-size: 0.75rem;
}

.toolbar .pages a,
.toolbar .pages .current {
    display: inline-block;
    width: 36px;
    height: 36px;
    color: #fff;
    background-color: #999999;
    line-height: 39px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}

.toolbar .pages a:hover,
.toolbar .pages .current,
.toolbar .pages .current:hover {
    color: #fff;
    background-color: #189f50;
}

.toolbar .pages .current {
    position: relative;
    bottom: -1px;
}

.category-products .toolbar .pages .current {
    bottom: 0;
}

.toolbar .pages .next img {
    display: none;
}

.toolbar .pages .previous img {
    display: none;
}

.toolbar .pages .next,
.toolbar .pages .previous {
    position: relative;
    font: 0/0 a;
    color: #fff;
    background-color: #999999;
}

.toolbar .pages .next:before,
.toolbar .pages .next:hover:before,
.toolbar .pages .previous:before,
.toolbar .pages .previous:hover:before {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    content: '';
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}

.toolbar .pages .next:before,
.toolbar .pages .next:hover:before {
    border-left: 4px solid #fff;
    border-right: none;
}

.toolbar .pages .previous:before,
.toolbar .pages .previous:hover:before {
    border-right: 4px solid #fff;
    border-left: none;
}

.toolbar .pages .next:before,
.toolbar .pages .previous:before {
    top: 50%;
    left: 50%;
    margin-top: -4px;
    margin-left: -2px;
}


/* toolbar - bottom */

.toolbar-bottom {
    margin-bottom: 0;
}

.toolbar-bottom .pager {
    display: block;
    text-align: right;
}

.toolbar-bottom .limiter,
.toolbar-bottom .sort-by,
.toolbar-bottom .view-mode,
.toolbar-bottom .amount {
    display: none;
}

.toolbar-bottom .pages {
    display: block;
    margin-bottom: 0;
}

.toolbar-bottom .pages ol {
    display: inline-block;
}


/* -----------------------------------------------
:: Sidebar
-------------------------------------------------- */

#sidebar .block {
    position: relative;
    margin-bottom: 1em;
    padding: 1.25em 1em 0 1em;
    border: 1px solid #f1f1f1;
    background-color: #f1f1f1;
    border-radius: 6px;
}

#sidebar .block-title {
    position: relative;
    margin-bottom: 1em;
    cursor: pointer;
}

#sidebar .block-title:after {
    position: absolute;
    top: -0.25em;
    right: 0.5em;
    font-family: "FontAwesome";
    content: "\f067";
    background: none;
}

#sidebar .block-title.active:after {
    content: "\f068";
}

#sidebar .block-title h2,
#sidebar .block-title h3,
#sidebar .block-title span {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-size: 1rem;
    text-transform: capitalize;
    color: #666;
    font-family: RobotoBold;
}


/* -----------------------------------------------
:: Layered navigation
-------------------------------------------------- */

#sidebar dl dt {
    position: relative;
    padding: 0.75em 1em 0.75em 0;
    font-family: RobotoBold;
    border-top: 1px solid #dedede;
}

#sidebar dl dt:after {
    position: absolute;
    top: 10px;
    right: 9px;
    content: '\f0d8';
    font-family: FontAwesome;
    font-size: 16px;
    font-size: 1rem;
    color: #666;
}

#sidebar dl dd {
    margin: 0 0 1.25em 0;
}

#sidebar dl dd.scrollable {
    border: 1px solid #ddd;
}

#sidebar dl dd li,
#sidebar dl dd .price {}

#sidebar dl dd li a:hover {
    text-decoration: underline;
}

#sidebar .block-layered-nav .accordion-open dl dt.current:after,
#sidebar .block-layered-nav dl dt.fme_layered_dt_selected:after {
    content: '\f0d7';
}

#sidebar .block-layered-nav .accordion-open dl dd.current {
    display: block;
}

#sidebar .block-layered-nav .block-title.refine {
    background-color: #272727;
}

#sidebar .block-layered-nav .block-title:after {
    content: "\f0b0";
}

#sidebar .block-layered-nav .block-title.active:after {
    content: "\f068";
}

#sidebar .block-layered-nav.refine li a:hover {
    background: none;
}

#sidebar .block-layered-nav.refine li a:hover:after {
    content: normal;
}

#sidebar .block-layered-nav .currently {
    margin: 0;
}

#sidebar .block-layered-nav .currently .block-subtitle {
    margin-bottom: 0.5em;
}

#sidebar .block-layered-nav .currently ul li {
    position: relative;
    margin-bottom: 4px;
    font-size: 12px;
    font-size: 0.75rem;
    border: none;
}

#sidebar .block-layered-nav .currently .label {
    margin: 0 5px 0 0;
    color: #007f4e;
}

#sidebar .block-layered-nav .currently .value {
    display: block;
    margin-left: 2em;
}

#sidebar .block-layered-nav .currently .remove {
    display: block;
    height: 0;
    width: 20px;
    padding: 20px 0 0 0;
    position: absolute;
    top: -3px;
    right: -7px;
    overflow: hidden;
}

#sidebar .block-layered-nav .currently .remove:before {
    position: absolute;
    top: -2px;
    left: 3px;
    font-family: FontAwesome;
    content: '\f00d';
    font-size: 16px;
    font-size: 1rem;
    color: #ad1919;
}

#sidebar .block-layered-nav .currently .remove span {
    display: none;
}

#sidebar .block-layered-nav a.fme_layered_attribute.disabled {
    cursor: not-allowed;
    color: #ccc;
}

#sidebar .block-layered-nav .actions {
    padding: 0 0em 1em 0em;
    text-align: left;
    margin-top: -0.5em;
}

#sidebar .block-layered-nav .actions a {
    text-decoration: underline;
    font-size: 12px;
    font-size: 0.75rem;
}


/* Hide these attributes from display on trye pages */

dt.var_tyre_width_new,
dd.var_tyre_width_new,
dt.var_tyre_profile_new,
dd.var_tyre_profile_new,
dt.var_tyre_rim_new,
dd.var_tyre_rim_new {
    display: none;
}


/* -----------------------------------------------
::Popup Pages
-------------------------------------------------- */


/* B2B Credit Limit */

.page-popup .credit-limit-top {
    display: none;
}


/* Compare Products */


/*
.page-popup .compare-table tr.first td { border-top: 1px solid #ccc; }
.page-popup .compare-table td { min-width: 175px; }
.page-popup .product-shop-row .product-name { font-size:0.75rem; }
*/

.compare-table {
    border: 0;
    border-left: 1px solid #ccc;
}

.compare-table thead {
    border: 1px solid #fff;
}

.compare-table thead tr.first th,
.compare-table thead tr.first td {
    border: 0;
    background: none;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

.compare-table .btn-remove {
    float: right;
    position: relative;
    top: 28px;
    right: 5px;
    padding: 12px 8px 10px 8px;
}

.page-popup .compare-table .btn-remove:before {
    top: 9px;
    left: -5px;
}

.compare-table th,
.compare-table td {
    vertical-align: top;
    padding: 5px 10px;
    border: 0;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.compare-table td.last {
    border-right: 1px solid #ccc;
}

.compare-table tr.last th,
.compare-table tr.last td {
    border-bottom: 1px solid #ccc !important;
}

.compare-table tr.first td h2.product-name {
    margin-bottom: 0.75em;
    font-size: 16px;
    font-size: 1rem;
    color: #005085;
    text-transform: uppercase;
}

.compare-table .shortdesc {
    margin-bottom: 1em;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5em;
}

.compare-table .prod-name {
    margin-bottom: 1em;
}

.compare-table tr.first td .product-name a {}

.compare-table .product-image img {
    max-width: none !important;
}

.compare-table td .ratings {
    width: 69px;
    margin: 10px 0 10px 0;
}

.compare-table .rating-box {
    float: none;
    padding-left: 0;
    width: 65px;
}

.compare-table .price-box {
    clear: both;
    margin-bottom: 1em;
}

.compare-table .price-box .price {
    font-size: 16px;
    font-size: 1rem;
}

.compare-table button {
    margin-bottom: 1em;
    padding: 0.75em 1.25em 0.75em 1.25em;
    width: 160px;
}

.compare-table button span span {
    margin-bottom: 1em;
}

.compare-table tr.first td p,
.compare-table tr.add-to-row td p {
    margin: 0;
}

.compare-table .std ul {
    margin: 0 0 1.5em 2em;
}

.compare-table .std p,
.compare-table .std li {
    font-size: 14px;
    font-size: 0.875rem;
}

.compare-table .std li {
    margin-bottom: 3px;
    line-height: 1.5em;
}

.compare-table .std p {
    line-height: 1.5em;
}

.compare-table .std a {
    text-decoration: none;
}


/* -----------------------------------------------
::Product lists
-------------------------------------------------- */


/* global image link style */

.product-image {
    position: relative;
    display: inline-block;
    margin-bottom: 0.75em;
    text-align: center;
    border: 1px solid #eee;
}

.product-image:hover {}

.product-image img {
    float: left;
    width: 100%;
}

.item {}

.item .inner {
    position: relative;
}

.item h2,
.item .product-name {
    padding-top: 0;
    font-size: 14px;
    font-size: 0.875rem;
    letter-spacing: normal;
    line-height: 1.25em;
    text-transform: none;
    min-height: 70px;
    max-height: 70px;
    overflow: hidden;
}

.item .product-name a {
    font-family: "RobotoMedium", Arial, sans-serif;
}

.item .desc {
    display: none;
    font-size: 12px;
    font-size: 0.75rem;
}

.item.type_vehicle .desc {
    display: block;
    margin-bottom: 1em;
}

.item .desc.std p {}

.item .desc.std ul {}

.item .desc.std li {}

.item .desc.std a {}

.item .ratings {}

.item .ratings .rating-box {}

.item .ratings .rating-box .rating {}

.item .price-box {}

.item .label {}

.item .price-label {}

.item .special-price .label {}

.item .special-price .price-label {}

.item .price {}

.item .special-price .price {}

.item .price-excluding-tax .price {}

.item .price-including-tax .price {}

.item .special-price .price-excluding-tax .price {}

.item .special-price .price-including-tax .price {}

.item .actions {}

.item .actions .availability {
    margin-bottom: 1em;
    height: 15px !important;
}

.item .actions .add-to-links {
    margin-bottom: 0;
    display: none;
}

.item .actions .add-to-links li,
.item .actions .add-to-links a {
    float: left;
    display: inline-block;
}

.item .actions .add-to-links li {
    margin-right: 1.5em;
    margin-bottom: 5px;
    line-height: normal;
    font-size: 12px;
    font-size: 0.75rem;
}

.item .actions .add-to-links a:before {
    top: -3px;
}

.item .actions .add-to-links .link-wishlist {}

.item .actions .add-to-links .link-compare {}


/* Products - categories */

.category-products .availability {
    font-size: 12px;
    font-size: 0.75rem;
}

.category-products .product-image {
    min-height: 122px;
}

@media only screen and (max-width: 770px) {
    .category-products .product-image {
        min-height: 110px;
    }
}


/* View Type:Grid */

.products-grid .item {
    padding-left: 0.5em;
    padding-right: 0.5em;
}

.products-grid .item .inner {
    padding: 1em 1em 0 1em;
    margin-bottom: 3em;
    background-color: #fff;
}

.products-grid .rating-box {
    position: relative;
    left: -2px;
}

.products-grid .desc {}

.products-grid .actions {}

.products-grid .price.pre-order {
    display: block;
}

@media only screen and (max-width: 770px) {
    .products-grid .item .inner {
        padding: 1em 1em 0 1em;
        margin-bottom: 3em;
        background-color: #fff;
        min-height: 370px;
    }
}


/* list view */

.products-grid.list-view .inner {
    position: relative;
    padding-left: 180px;
    padding-bottom: 0;
    min-height: 180px;
    border-bottom: 1px solid #e9e7e5;
}

.products-grid.list-view .product-image {
    position: absolute;
    top: 1em;
    left: 1em;
}

.products-grid.list-view .product-image,
.products-grid.list-view .product-image img {
    width: 150px;
}

.products-grid.list-view .desc {
    display: block;
    margin-bottom: 1em;
}

.products-grid.list-view .item .desc h1,
.products-grid.list-view .item .desc h2,
.products-grid.list-view .item .desc h3,
.products-grid.list-view .item .desc h4,
.products-grid.list-view .item .desc h5 {
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
}

.products-grid.list-view .item h2 {
    font-size: 20px;
    font-size: 1.25rem;
}

.products-grid.list-view .price-box {
    margin-bottom: 0.5em;
}

.products-grid.list-view .price-excluding-tax .price {
    font-size: 20px;
    font-size: 1.25rem;
}

.products-grid.list-view .actions {}

.products-grid.list-view .actions button {
    margin-bottom: 16px;
}


/* sidebar items, related, upsell and crosssell */

.mini-products-list .item .product-details .btn-edit {
    margin: 0 0 5px 5px;
}

.mini-products-list .item .product-details .btn-edit:before {
    top: 0;
}

.mini-products-list .item .product-name {
    min-height: 25px !important;
    margin-bottom: 0.5em;
}

.mini-products-list .item .price-box {
    margin-bottom: 0;
}


/* -----------------------------------------------
::Product
-------------------------------------------------- */

.product-page {
    background-color: #fff;
}

.product-page #content {
    padding: 0;
}

.product-page #breadcrumbs {
    padding: 1.5em 0 0 0;
    background-color: #f1f1f1;
}

.product-page #breadcrumbs .breadcrumbs {
    margin: 0;
}

.product-title {
    margin-bottom: 1.25em;
    padding: 1em 0 0 0;
    background-color: #f1f1f1;
}

.product-title h1 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.15em;
}


/* Product Images */

.product-view .product-img-box {
    margin-bottom: 1.5em;
}

.product-view .product-img-box>.product-image {
    margin-bottom: 1em;
}

.product-view .product-img-box .product-image img {
    margin: 0 auto;
}

.product-view .product-img-box .product-image-zoom {
    z-index: 0;
}

.product-view .product-image-thumbs img {
    max-width: 100%;
    max-height: 100%;
}


/* Product Information */

.add-to-box .product-info-link {
    display: block;
    position: relative;
    padding: 0.75em 0.5em;
    font-size: 14px;
    font-size: 0.875em;
    border-bottom: 1px solid #e7e7e7;
}

.add-to-box .product-info-link a {
    padding-left: 2.5em;
}

.add-to-box .product-info-link a:before {
    position: absolute;
    top: -3px;
    left: 12px;
    content: 'i';
    color: #999;
    font-size: 32px;
    font-size: 2rem;
    font-weight: bold;
    font-style: italic;
    font-family: "Times New Roman", Times, serif;
}

.info-bar ul {
    display: none;
}

.alternative-products {
    padding-top: 2em;
}

#returns td {
    padding: 0 1em 1em 0;
    border: none;
}

.box-collateral.related-categories {
    padding: 2em;
}

.related-categories li {
    display: inline-block;
    padding: 0.5em 0.5em;
}

#product-features ul,
.description-footer ul {
    width: 100%;
    margin-left: 0;
    list-style: none;
}

#delivery-options table td {
    padding: 0 1em 1em 0;
    border: none;
}


/* Product Icons */

.add-to-box .canopy-features,
.add-to-box .tyre-guide {
    position: relative;
}

.add-to-box span.canopy-features,
.add-to-box span.tyre-guide {
    display: inline-block;
    float: right;
    margin-bottom: 0.5em;
}

.add-to-box span.canopy-features a,
.add-to-box span.tyre-guide a {
    position: absolute;
    top: 8px;
    right: 0px;
}

.add-to-box span.canopy-features a:before,
.add-to-box span.tyre-guide a:before {
    content: 'i';
    margin-right: 3px;
    padding: 2px 10px 3px 9px;
    border-radius: 90%;
    background: #4f91cd;
    color: #fff;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    font-style: italic;
    font-family: "Times New Roman", Times, serif;
}

.add-to-box .product-icons {
    display: inline-block;
}

.products-grid .product-icons {
    display: none;
}

.products-grid .product-icons li,
.add-to-box .product-icons li {
    display: inline-block;
}

.products-grid .product-icons li {
    padding: 9px 0;
    margin: 0 4px 0 0;
    background-size: 32px;
}

.add-to-box .product-icons li {
    height: 40px;
    width: 40px;
    margin: 0 5px 0 0;
    background-size: 40px;
}


/*.add-to-box .product-icons li { height: 40px; width: 40px; margin: 0 6px 10px 6px; background-size: 40px; }*/

.add-to-box .product-icons li {
    display: inline-block;
    float: left;
}

.products-grid .product-icons li {
    height: 32px;
    width: 32px;
    margin: 5px 4px 0 0;
    background-size: 32px;
}


/*.add-to-box .product-icons li { display: inline-block; }*/


/*.products-grid .product-icons li { padding: 16px; margin: 0 4px 0 0; background-size: 32px; }*/


/* Tyre icons */

.product-icons .summer-tyre {
    background: url('https://www.4x4at.com/skin/frontend/nlg/default/images/product-icons/summer-tyre-icon.svg') no-repeat center;
}

.product-icons .winter-tyre {
    background: url('https://www.4x4at.com/skin/frontend/nlg/default/images/product-icons/winter-tyre-icon.svg') no-repeat center;
    background-size: 40px;
}

.product-icons .all-weather-tyre {
    background: url('https://www.4x4at.com/skin/frontend/nlg/default/images/product-icons/allseason-tyre-icon.svg') no-repeat center;
    background-size: 40px;
}

.product-icons .road-tyre {
    background: url('https://www.4x4at.com/skin/frontend/nlg/default/images/product-icons/road-tyre-icon.svg') no-repeat center;
    background-size: 40px;
}

.product-icons .mud-tyre {
    background: url('https://www.4x4at.com/skin/frontend/nlg/default/images/product-icons/mud-tyre-icon.svg') no-repeat center;
    background-size: 40px;
}

.product-icons .all-terrain-tyre {
    background: url('https://www.4x4at.com/skin/frontend/nlg/default/images/product-icons/allterrain-tyre-icon.svg') no-repeat center;
    background-size: 40px;
}

.product-icons .remould-tyre {
    background: url('https://www.4x4at.com/skin/frontend/nlg/default/images/product-icons/remould-tyre-icon.svg') no-repeat center;
    background-size: 40px;
}

.product-icons .fuel-efficiency-a {
    background: url('https://www.4x4at.com/skin/frontend/nlg/default/images/product-icons/fuel-efficiency-a-icon.svg') no-repeat center;
    background-size: 40px;
}

.product-icons .fuel-efficiency-b {
    background: url('https://www.4x4at.com/skin/frontend/nlg/default/images/product-icons/fuel-efficiency-b-icon.svg') no-repeat center;
    background-size: 40px;
}

.product-icons .fuel-efficiency-c {
    background: url('https://www.4x4at.com/skin/frontend/nlg/default/images/product-icons/fuel-efficiency-c-icon.svg') no-repeat center;
    background-size: 40px;
}

.product-icons .fuel-efficiency-d {
    background: url('https://www.4x4at.com/skin/frontend/nlg/default/images/product-icons/fuel-efficiency-d-icon.svg') no-repeat center;
    background-size: 40px;
}

.product-icons .fuel-efficiency-e {
    background: url('https://www.4x4at.com/skin/frontend/nlg/default/images/product-icons/fuel-efficiency-e-icon.svg') no-repeat center;
    background-size: 40px;
}

.product-icons .fuel-efficiency-f {
    background: url('https://www.4x4at.com/skin/frontend/nlg/default/images/product-icons/fuel-efficiency-f-icon.svg') no-repeat center;
    background-size: 40px;
}

.product-icons .fuel-efficiency-g {
    background: url('https://www.4x4at.com/skin/frontend/nlg/default/images/product-icons/fuel-efficiency-g-icon.svg') no-repeat center;
    background-size: 40px;
}

.product-icons .wet-grip-a {
    background: url('https://www.4x4at.com/skin/frontend/nlg/default/images/product-icons/wet-grip-a-icon.svg') no-repeat center;
    background-size: 40px;
}

.product-icons .wet-grip-b {
    background: url('https://www.4x4at.com/skin/frontend/nlg/default/images/product-icons/wet-grip-b-icon.svg') no-repeat center;
    background-size: 40px;
}

.product-icons .wet-grip-c {
    background: url('https://www.4x4at.com/skin/frontend/nlg/default/images/product-icons/wet-grip-c-icon.svg') no-repeat center;
    background-size: 40px;
}

.product-icons .wet-grip-d {
    background: url('https://www.4x4at.com/skin/frontend/nlg/default/images/product-icons/wet-grip-d-icon.svg') no-repeat center;
    background-size: 40px;
}

.product-icons .wet-grip-e {
    background: url('https://www.4x4at.com/skin/frontend/nlg/default/images/product-icons/wet-grip-e-icon.svg') no-repeat center;
    background-size: 40px;
}

.product-icons .wet-grip-f {
    background: url('https://www.4x4at.com/skin/frontend/nlg/default/images/product-icons/wet-grip-f-icon.svg') no-repeat center;
    background-size: 40px;
}

.product-icons .wet-grip-g {
    background: url('https://www.4x4at.com/skin/frontend/nlg/default/images/product-icons/wet-grip-g-icon.svg') no-repeat center;
    background-size: 40px;
}

.product-icons .noise-class-one {
    background: url('https://www.4x4at.com/skin/frontend/nlg/default/images/product-icons/noise-class-1bar-icon.svg') no-repeat center;
    background-size: 40px;
}

.product-icons .noise-class-two {
    background: url('https://www.4x4at.com/skin/frontend/nlg/default/images/product-icons/noise-class-2bar-icon.svg') no-repeat center;
    background-size: 40px;
}

.product-icons .noise-class-three {
    background: url('https://www.4x4at.com/skin/frontend/nlg/default/images/product-icons/noise-class-3bar-icon.svg') no-repeat center;
    background-size: 40px;
}


/* Pickup Canopy Icons */

.product-icons .bulkhead-window {
    background: url('https://www.4x4at.com/skin/frontend/nlg/default/images/product-icons/bulkhead-solid.svg') no-repeat center;
    background-size: 40px;
}

.product-icons .bulkhead-window-sliding {
    background: url('https://www.4x4at.com/skin/frontend/nlg/default/images/product-icons/bulkhead-sliding.svg') no-repeat center;
    background-size: 40px;
}

.product-icons .central-locking {
    background: url('https://www.4x4at.com/skin/frontend/nlg/default/images/product-icons/central-locking.svg') no-repeat center;
    background-size: 40px;
}

.product-icons .fitted-roof-bars {
    background: url('https://www.4x4at.com/skin/frontend/nlg/default/images/product-icons/roof-bars.svg') no-repeat center;
    background-size: 40px;
}

.product-icons .fitted-roof-rack {
    background: url('https://www.4x4at.com/skin/frontend/nlg/default/images/product-icons/roof-rack.svg') no-repeat center;
    background-size: 40px;
}

.product-icons .high-level-brake {
    background: url('https://www.4x4at.com/skin/frontend/nlg/default/images/product-icons/high-level-brake-light.svg') no-repeat center;
    background-size: 40px;
}

.product-icons .heated-screen {
    background: url('https://www.4x4at.com/skin/frontend/nlg/default/images/product-icons/heated-screen.svg') no-repeat center;
    background-size: 40px;
}

.product-icons .heated-screen-non {
    background: url('https://www.4x4at.com/skin/frontend/nlg/default/images/product-icons/heated-screen-non.svg') no-repeat center;
    background-size: 40px;
}

.product-icons .interior-light-battery {
    background: url('https://www.4x4at.com/skin/frontend/nlg/default/images/product-icons/light-battery-powered.svg') no-repeat center;
    background-size: 40px;
}

.product-icons .interior-light-vehicle {
    background: url('https://www.4x4at.com/skin/frontend/nlg/default/images/product-icons/light-vehicle-powered.svg') no-repeat center;
    background-size: 40px;
}

.product-icons .rear-door-glass {
    background: url('https://www.4x4at.com/skin/frontend/nlg/default/images/product-icons/rear-door-glass.svg') no-repeat center;
    background-size: 40px;
}

.product-icons .rear-door-solid {
    background: url('https://www.4x4at.com/skin/frontend/nlg/default/images/product-icons/rear-door-solid.svg') no-repeat center;
    background-size: 40px;
}

.product-icons .spoiler {
    background: url('https://www.4x4at.com/skin/frontend/nlg/default/images/product-icons/spoiler.svg') no-repeat center;
    background-size: 40px;
}

.product-icons .windows-pop-out {
    background: url('https://www.4x4at.com/skin/frontend/nlg/default/images/product-icons/window-pop-out.svg') no-repeat center;
    background-size: 40px;
}

.product-icons .windows-lifting {
    background: url('https://www.4x4at.com/skin/frontend/nlg/default/images/product-icons/window-lifting.svg') no-repeat center;
    background-size: 40px;
}

.product-icons .windows-sliding {
    background: url('https://www.4x4at.com/skin/frontend/nlg/default/images/product-icons/window-sliding.svg') no-repeat center;
    background-size: 40px;
}

.products-grid .product-icons li span,
.add-to-box .product-icons li span {
    display: none;
    text-align: center;
}

.product-icons li:hover span:before {
    position: absolute;
    top: -13px;
    left: 48%;
    font-family: FontAwesome;
    font-size: 16px;
    font-size: 1rem;
    color: #666;
    content: '\f0d8';
}

.add-to-box .product-icons li:hover span,
.products-grid .product-icons li:hover span {
    display: block;
    position: relative;
    width: 250px;
    padding: 8px 8px;
    color: #fff;
    background-color: #666;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 1000;
    -webkit-box-shadow: -1px 12px 43px -10px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: -1px 12px 43px -10px rgba(0, 0, 0, 0.8);
    box-shadow: -1px 12px 43px -10px rgba(0, 0, 0, 0.8);
}

.add-to-box .product-icons li:hover span {
    top: 48px;
    left: -170%;
}

.products-grid .product-icons li:hover span {
    top: 30px;
    left: -328%;
}


/* Image Zoom */

.product-image-gallery {
    position: relative;
}

.product-image-gallery .gallery-image {
    display: none;
}

.product-image-gallery .gallery-image.visible {
    display: block;
}

.product-image-gallery .gallery-image.visible.hidden {
    visibility: hidden;
}

.product-image-gallery:before,
.product-image-gallery:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.product-image-gallery:before {
    background-color: white;
    opacity: 0.8;
    z-index: 2;
}

.product-image-gallery:after {
    background-image: url("https://www.4x4at.com/skin/frontend/nlg/default/images/opc-ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
}

.product-image-gallery.loading {
    position: relative;
}

.product-image-gallery.loading:before,
.product-image-gallery.loading:after {
    display: block;
}


/* Thumbnails */

.product-image-thumbs {
    margin-left: -6px;
}

.product-image-thumbs li {
    float: left;
    margin: 0 0 6px 6px;
}

.product-image-thumbs li .product-image {
    float: left;
    margin-bottom: 0;
}


/* sharing links */

.product-view .sharing-links {
    position: relative;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.product-view .sharing-links:before {
    font-family: FontAwesome;
    content: '\f045';
    font-size: 28px;
    font-size: 1.75rem;
    color: #888;
}

.product-view .sharing-links li {
    position: relative;
    display: inline-block;
}

.product-view .sharing-links li a {
    display: block;
    height: 0;
    padding: 24px 0 0 0;
    width: 25px;
    overflow: hidden;
}

.product-view .sharing-links li a:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 25px;
    font-family: FontAwesome;
    font-size: 16px;
    font-size: 1rem;
    color: #fff;
    text-align: center;
}

.product-view .sharing-links li .twitter:before {
    content: '\f099';
    background-color: #4292cf;
}

.product-view .sharing-links li .googleplus:before {
    content: '\f0d5';
    background-color: #df4b38;
}

.product-view .sharing-links li .facebook:before {
    content: '\f09a';
    background-color: #3b579d;
}

.product-view .sharing-links li .pinterest:before {
    content: '\f231';
    background-color: #d73532;
}

.product-view .sharing-links li .linkedin:before {
    content: '\f0e1';
    background-color: #0077b5;
}

.product-view .sharing-links li .link-email-friend:before {
    content: '\f003';
    background-color: #faaf3a;
}

.product-view .sharing-links li .hotukdeals:before {
    content: normal;
    background: none;
}


/* Product Shop */

.product-shop {
    margin-bottom: 3em;
}

.product-shop .availability {}

.product-shop .short-description {}

.pricing {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #e7e7e7;
}

.pricing .price-box .price {
    font-size: 24px;
    font-size: 1.5rem;
}


/* 18864 Place backorder tweaks */

.product-page .availability.in-stock.backorder {
    color: #ed6502;
}

@media only screen and (max-width:30em) {
    .pricing {
        margin-bottom: 1em;
        padding-bottom: 2em;
        border-bottom: 1px solid #e7e7e7;
    }
}


/* Product Options */

.product-options {
    margin-bottom: 1em;
}

.product-options-bottom {
    margin-bottom: 1em;
}


/* Product Options */

.product-options {
    display: block;
}

.product-options dt {
    display: block;
    margin-bottom: 0.25em;
    font-family: RobotoMedium;
    font-size: 16px;
    font-size: 1rem;
    text-transform: uppercase;
}

.type_configurable .product-options dt {
    clear: both;
}

.product-options dd .qty-holder {
    display: block;
    padding: 0.25em 0;
}

.product-options dd .qty-holder label {
    font-family: RobotoBold;
    font-size: 12px;
    font-size: 0.75rem;
    text-transform: uppercase;
}

.product-options dd .qty-holder input.qty {
    padding: 5px 0 5px 0;
    margin-bottom: 0;
    width: 35px;
}

.product-options dt .qty-disabled {}

.product-options dd {
    display: block;
    margin-bottom: 1em;
}

.product-options dd input.input-text {}

.product-options dd input.datetime-picker {}

.product-options dd .time-picker {}

.product-options dd textarea {}

.product-options dd select {
    width: 100%;
}

.product-options dd .multiselect option {}

.product-options ul.options-list {
    margin-bottom: 0;
}

.product-options ul.options-list li {
    margin-bottom: 0.25em;
    font-size: 12px;
    font-size: 0.75rem;
}

.product-options ul.options-list input.radio,
.product-options ul.options-list input.checkbox {
    position: relative;
    top: 2px;
}

.product-options p.required {
    text-align: left;
}

.product-options .price-notice {
    display: none;
}

.product-options #canBePreorder p.required {
    padding: 0 0 1em 0;
    font-family: RobotoMedium;
    font-size: 16px;
    font-size: 1rem;
    color: #03b94b;
    text-transform: uppercase;
}

.type_downloadable .product-options .price-notice,
.type_virtual .product-options .price-notice {
    display: block;
}

.product-options .availability {
    display: block;
}


/* add to */

.product-shop .add-to-cart {
    margin-bottom: 0.75em;
    padding-bottom: 1em;
    border-bottom: 1px solid #e7e7e7;
}

.product-shop input.qty,
.product-shop input#qty {
    width: 17%;
    padding: 21px 0 20px 0;
}

.product-shop.type_grouped input.qty,
.product-shop.type_grouped input#qty {
    width: 45px;
}

.product-shop .rrp {
    display: none;
    padding-bottom: 0.5em;
    margin-bottom: 1em;
    font-family: RobotoBold;
    font-size: 16px;
    font-size: 1rem;
    border-bottom: 1px solid #e7e7e7;
}

.product-shop .sku {
    position: relative;
    margin-bottom: 0;
    padding-left: 3em;
    padding-bottom: 0.75em;
    border-bottom: 1px solid #e7e7e7;
}

.product-shop .sku:before {
    position: absolute;
    top: -4px;
    left: 7px;
    font-family: "FontAwesome";
    font-size: 20px;
    font-size: 1.25rem;
    color: #999;
    content: '\f02a';
}

.product-shop .product-brand {
    position: relative;
    padding-left: 130px;
    border-bottom: 1px solid #e7e7e7;
}

.product-shop .product-brand img {
    float: left;
}

.product-shop .product-brand:before {
    position: absolute;
    top: 30%;
    left: 0;
    content: 'Product Brand: ';
}

.product-shop .add-to-links {
    margin-bottom: 0;
}

.product-shop .add-to-links li {
    display: block;
    padding: 0.75em 0.5em;
    border-bottom: 1px solid #e7e7e7;
}

.product-shop .add-to-links a {
    position: relative;
    padding-left: 2.5em;
}

.product-shop .add-to-links a:before {
    position: absolute;
    top: -7px;
    left: 0;
    font-family: "FontAwesome";
    font-size: 20px;
    font-size: 1.25rem;
    color: #999;
}

.product-shop .add-to-links .link-compare-popup {
    display: inline-block;
    margin-left: 5px;
    padding: 3px 5px 1px 5px;
    font-size: 12px;
    font-size: 0.75rem;
    color: #fff;
    text-transform: lowercase;
    background-color: #8a919a;
}

.product-shop .add-to-links .link-compare-popup:hover {
    background-color: #666;
}

.product-shop .add-to-links .link-email-friend:before {
    content: '\f0e0';
}

.product-shop .add-to-links .alert-price:before {
    content: '\f154';
    left: 5px;
}

.product-shop .add-to-links .alert-stock:before {
    content: '\f16b';
}

.product-shop .add-to-links .fitting {
    position: relative;
    padding-left: 3em;
    color: #03b94b;
}

.product-shop .add-to-links .fitting:before {
    position: absolute;
    top: 5px;
    left: 7px;
    font-family: "FontAwesome";
    font-size: 20px;
    font-size: 1.25rem;
    color: #03b94b;
    content: '\f0ad';
}

.stock-notification {
    margin-bottom: 1em;
    padding: 0 0.75em 1em 0.75em;
    background-color: #d9edf7;
}

.stock-notification .stock-notification-header h5 {
    font-family: "RobotoRegular", Arial, sans-serif;
    text-transform: inherit;
    letter-spacing: 0.05px;
}

.stock-notification .email_notification_wrapper {
    display: inline-block;
    width: 60%;
}

.stock-notification .input-box {
    position: relative;
    overflow: hidden;
}

.stock-notification .input-box select {
    width: 100%;
    margin-bottom: 0.75em;
}

.stock-notification .input-box input {
    width: 100%;
}

.stock-notification .request-notice {
    width: 38%;
}

.stock-notification .request-notice span span {
    width: 100%;
    color: #ffffff;
    background-color: #31708f;
    border: 1px solid #31708f;
}

.stock-notification .messages {
    position: relative;
    padding-left: 3em;
    margin-bottom: 0;
}

.stock-notification .messages:before {
    position: absolute;
    top: 5px;
    left: 0;
    font-family: "FontAwesome";
    font-size: 32px;
    font-size: 2rem;
    color: #31708f;
    /*content:'\f16b';*/
    content: '\f0e0';
}

.stock-notification-message {
    font-size: 14px;
    font-size: 0.875rem;
}

.stock-notification-message.error {
    padding: 0.5em 0 0;
    color: #cc5249;
}


/* ################ TO SORT #################### */


/* configurable swatches */

.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
    content: '';
    display: table;
    clear: both;
}


/* General Swatch Styling */

.swatch-link,
.swatch-label {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    text-align: center;
    color: #636363;
    text-decoration: none;
    box-sizing: content-box;
}

.swatch-link {
    margin: 0 0 3px;
    border: 1px solid #cccccc;
}

.swatch-link img {
    border-radius: 2px;
}

.swatch-link:hover {
    text-decoration: none;
    cursor: pointer;
}

.swatch-link .x {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10;
    background: url(https://www.4x4at.com/skin/frontend/nlg/default/images/bg_x.png) center no-repeat transparent;
    text-indent: -999em;
}

.swatch-link.has-image .swatch-label {
    position: relative;
}

.swatch-link.has-image img {
    position: absolute;
    top: 0;
    left: 0;
}

.swatch-label {
    margin: 0;
    border: 1px solid #fff;
    white-space: nowrap;
    background: #f4f4f4;
}

.configurable-swatch-list {
    margin-bottom: 0;
    margin-left: -3px;
    zoom: 1;
    clear: both;
    -webkit-transform: translateZ(0px);
}

.configurable-swatch-list li {
    float: left;
    zoom: 1;
    margin: 0 0 0 3px;
}

.products-grid .configurable-swatch-list li {
    display: inline-block;
    float: none;
    margin: 0;
    vertical-align: top;
}

.configurable-swatch-list .not-available .x {
    display: block;
}

.configurable-swatch-list .not-available .swatch-link {
    position: relative;
    border-color: #ededed;
}

.configurable-swatch-list .not-available .swatch-link.has-image img {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.configurable-swatch-list .not-available .swatch-label {
    color: #aaa;
    background: #fff;
}

.configurable-swatch-list .wide-swatch .swatch-label {
    padding: 0 6px;
}

.configurable-swatch-list .not-available a:focus {
    outline: 0;
}

#narrow-by-list dd .configurable-swatch-list li {
    margin: 0 0 0 3px;
    width: 47%;
}

#narrow-by-list dd .swatch-link {
    margin-right: 2px;
    border: none;
    line-height: 25px;
    text-align: left;
}

#narrow-by-list dd .swatch-link.has-image {
    line-height: inherit;
}

#narrow-by-list dd .swatch-link:hover .swatch-label {
    border-color: #3399cc;
}

#narrow-by-list dd .swatch-label {
    display: block;
    float: left;
    margin: 0 5px 0 0;
    padding: 1px 5px;
    background: #f4f4f4;
    border: 1px solid #cccccc;
    border-radius: 3px;
    line-height: 1.5em;
    white-space: nowrap;
}

#narrow-by-list dd .swatch-label img {
    border: 1px solid #fff;
    border-radius: 3px;
    box-sizing: content-box;
}

#narrow-by-list dd .has-image .swatch-label {
    padding: 0;
}

@media only screen and (max-width: 770px) {
    #narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {
        clear: left;
    }
}

.currently .swatch-current {
    position: relative;
}

.currently .swatch-current .btn-remove {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
}

.currently .swatch-current span {
    display: block;
    float: left;
}

.currently .swatch-link {
    display: inline-block;
    margin: 0 0 0 3px;
}

.currently .swatch-link:hover {
    border-color: #cccccc;
    cursor: default;
}


/* Other Swatch States */

.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
    border-color: #03b94b;
}

.configurable-swatch-box {
    background: none !important;
}

.configurable-swatch-box select.swatch-select {
    display: none;
}

.configurable-swatch-box .validation-advice {
    float: left;
    display: block;
    padding: 2px 5px !important;
    margin: 0 0 5px;
    background: #df280a;
    font-weight: bold;
    color: #fff !important;
    border-radius: 3px;
}


/* ################ END #################### */

.product-collateral {}

.box-collateral {
    margin-bottom: 2em;
    padding: 1em;
    background-color: #fff;
}

.box-collateral>h2,
.box-collateral>h3 {
    padding-top: 0;
}


/* Grouped Product */

.product-view .grouped-items-table .price-box {}


/* Block: Related */

.block-related {
    padding: 0;
    margin-bottom: 0;
}

.block-related .block-title {
    margin-bottom: 0;
}

.block-related ul {
    margin-bottom: 0;
}

.block-related li {
    display: block;
    padding: 1em 0;
    border-bottom: 1px solid #e7e7e7;
}

.block-related li:last-child {
    border-bottom: none;
}

.block-related li .inner {
    position: relative;
    padding-left: 115px;
}

.block-related li .actions,
.block-related li .product-image {
    position: absolute;
    top: 0;
    left: 0;
}

.block-related li .product-image {
    top: 3px;
    left: 25px;
}


/* Block: Upsell */

.box-up-sell {
    margin-bottom: 0;
    padding: 1em;
    background: #fff;
}

.box-up-sell .inner {
    position: relative;
    display: block;
    padding: 1em 0 1em 105px;
    margin-bottom: 0;
    border-bottom: 1px solid #e7e7e7;
}

.box-up-sell .product-image {
    position: absolute;
    top: 15px;
    left: 0;
}

.box-up-sell .product-image,
.box-up-sell .product-image img {
    width: 90px;
}

.box-up-sell .product-image img {
    float: left;
}


/* Block: Description */

.product-view .box-description {}


/* Block: Additional */

.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td {}


/* Block: Recently Viewed */

.block-viewed {
    margin-bottom: 0;
    padding: 0;
}

.block-viewed .inner {
    position: relative;
    display: block;
    padding: 1em 0 1em 85px;
    margin-bottom: 0;
    border-bottom: 1px solid #e7e7e7;
}

.block-viewed .product-image {
    position: absolute;
    top: 15px;
    left: 0;
}

.block-viewed .product-image,
.block-viewed .product-image img {
    width: 70px;
}

.block-viewed .product-image img {
    float: left;
}

.block-viewed .item .price-box {
    margin-bottom: 1em;
}


/* Block: Tags */

.product-view .box-tags {}

.product-view .box-tags h3 {}

.product-view .box-tags .product-tags {}

.product-view .box-tags .product-tags li {}

.product-view .box-tags .product-tags li.first {}

.product-view .box-tags .product-tags li.last {}

.product-view .box-tags .form-add label {}

.product-view .box-tags .form-add .input-box {}

.product-view .box-tags .form-add input.input-text {}

.product-view .box-tags .form-add button.button span {}

.product-view .box-tags .note {}


/* Block: Reviews */

.product-view .box-reviews dl {}

.product-view .box-reviews dt a,
.product-view .box-reviews dt span {}

.product-view .box-reviews dd {}

.product-view .box-reviews dd small {}

.product-view .box-reviews .form-add {}

.product-view .box-reviews .form-add h3 {}

.product-view .box-reviews .form-add h3 span {}

.product-view .box-reviews .form-add h4 {}

.product-view .box-reviews .form-add .data-table td {}

.product-view .box-reviews .form-add .form-list {}

.product-view .box-reviews .form-add .form-list .input-box {}

.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea {}


/* Send a Friend */

.send-friend .form-list {}

.send-friend .form-list li {}

.send-friend .form-list li p {}

.send-friend .form-list .field {}

.send-friend .form-list .input-box {}

.send-friend .form-list input.input-text,
.send-friend .form-list textarea {}

.send-friend .form-list li.wide .input-box {}

.send-friend .form-list li.wide textarea {}

.send-friend .buttons-set .limit {}


/* -----------------------------------------------
::Reviews
-------------------------------------------------- */

.product-review .product-img-box .ratings .rating-box {
    position: relative;
    top: -28px;
    left: 150px;
    width: 70px;
    height: 13px;
    font-size: 0;
    line-height: 0;
    background: url(https://www.4x4at.com/skin/frontend/nlg/default/images/rating.png) 50% 50% no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.product-reviews .box-reviews {
    margin-bottom: 3em;
}

.product-reviews .review {
    padding: 1.5em 0 1em 0;
    margin-top: 1em;
    border-top: 1px solid #e9e7e5;
}

.product-reviews .review:first-child {
    margin-top: 0;
    padding: 0 0 1em 0;
    border-top: none;
}

.product-reviews header {
    margin-bottom: 1em;
}

.product-reviews .summary {
    display: block;
    font-size: 24px;
    font-size: 1.5rem;
}

.product-reviews .author {
    display: block;
    margin-bottom: 0.5em;
}

.product-reviews .aggregate-rating {
    margin-bottom: 0.5em;
}

.product-reviews ul.ratings-table {
    margin-left: 0;
    list-style: none;
}

.product-reviews ul.ratings-table li {
    padding: 0;
    border-bottom: none;
}

.product-reviews ul.ratings-table li span {
    display: inline-block;
    width: 70px;
    margin-right: 1em;
}

.product-reviews .review-body {
    display: block;
    padding: 1em;
    font-family: RobotoItalic;
    background-color: #f1f1f1;
}

.product-reviews.form {
    margin-bottom: 0;
}

.product-reviews #review-form p {
    font-size: 14px;
    font-size: 0.875rem;
}

.product-reviews .form-add {
    padding: 2em;
    background-color: #f1f1f1;
}

.product-reviews .form-add .review-nologged {
    margin-bottom: 0;
}

.product-reviews .form-add h2 {
    margin: 0 0 0.5em 0;
}

.product-reviews .form-add .rating-list {
    margin-left: 0;
}

.product-reviews .form-add .rating-list li {
    display: inline-block;
    margin: 0 20px 20px 0;
    font-size: 14px;
    font-size: 0.875rem;
}

.product-reviews .form-add .rating-list li strong {
    display: block;
}

.product-reviews .form-add .rating-list .radio {
    display: inline-block;
    margin-right: 0.5em;
}

.product-reviews .form-add .rating-list .rating-box {
    display: inline-block;
    position: relative;
    top: 5px;
}

.product-reviews .form-list {
    margin-left: 0;
    width: 95%;
}

.product-reviews .form-list li {
    display: block;
    margin-bottom: 1em;
}

.product-reviews .form-list li label {
    display: block;
    margin-bottom: 0.25em;
}

.product-reviews .form-list li em {
    display: inline-block;
    margin-right: 3px;
}

.product-reviews .form-list li input[type="text"] {
    width: 98%;
}

.product-reviews .form-list li textarea {
    min-height: 100px;
    width: 98%;
}

.product-reviews .buttons-set {
    margin-bottom: 1em;
}


/* -----------------------------------------------
:: Basket
-------------------------------------------------- */

.cart .totals .totals-tax,
.opc .totals-tax,
#my-orders-table .totals-tax {
    display: none;
}


/* Shopping Cart Table */

.cart-table th {
    padding: 1em 0.25em;
    color: #000;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
    text-transform: uppercase;
}

.cart-table td {
    padding: 1em 0.25em;
    border-right: none;
}

.cart-table th:first-child,
.cart-table td:first-child {
    border-left: none;
}

.cart-table .product-name a:hover {
    text-decoration: underline;
}

.cart-table .sku {
    margin-bottom: 0.25em;
    font-size: 12px;
    font-size: 0.75rem;
}

.cart-table .item-msg {
    display: inline-block;
    padding: 0.35em 0.75em 0.15em 0.75em;
    font-size: 12px;
    font-size: 0.75rem;
}

.cart-table .item-msg.notice {
    background-color: #fcf8e3;
    color: #8a6d3b;
}

.cart-table input.qty {
    margin-bottom: 0.5em;
}

.cart-table tfoot td:first-child,
.cart-table tfoot td:last-child {}

.cart-table .btn-continue {}

.cart-table .btn-empty span,
.cart-table .btn-continue span,
.cart-table .btn-update span {}

.cart-table .btn-update,
.cart-table .btn-empty {}

.cart-table .btn-update {}


/* Shopping Cart Totals */

.cart .totals {}

.cart .totals td {
    padding: 0.3em 1em 0.25em 0 !important;
    border: none;
}

.cart .totals td:last-child {
    padding: 0.3em 0 0.25em 0 !important;
}

.cart .totals .checkout-types .link-multishipping {
    display: block;
    padding: .75em;
    color: #fff;
    text-align: center;
}

.cart .totals .checkout-types .link-multishipping span:before {
    position: relative;
    left: -1em;
    font-family: FontAwesome;
    content: '\f023';
}

.cart .totals .checkout-types .link-multishipping:hover {
    background-color: #b6a888;
    text-decoration: none;
}

#shopping-cart-table button {
    display: block;
    width: 100%;
}

#shopping-cart-table button span span {
    display: block;
    width: 100%;
    margin-bottom: 1em;
}

.checkout-cart-index .breadcrumbs {
    margin: 0 0 1em 0;
}

.checkout-cart-index #content h2 {
    padding-top: 0;
}

.checkout-cart-index #content .cart-upsell {
    font-size: 16px;
    font-size: 1rem;
    text-transform: uppercase;
    text-align: center;
}

.checkout-cart-index .page-title,
.checkout-cart-index #main h1 {
    padding: 0;
    margin: 0;
}

.checkout-cart-index #main .cart-footer {
    padding: 0.75em;
    background-color: #eee;
}

.checkout-cart-index #main .cart-cards {
    margin-bottom: 1em;
    text-align: center;
}

.checkout-cart-index #main .cart-cards span {
    position: relative;
}

.checkout-cart-index #main .cart-cards span:after {
    position: relative;
    top: 10px;
    display: inline-block;
    width: 210px;
    margin-left: 0.5em;
    padding-top: 1.85em;
    content: " ";
    background-image: url(https://www.4x4at.com/skin/frontend/nlg/default/images/cart-cards.png);
    background-position: left center;
    background-repeat: no-repeat;
}

.checkout-cart-index #main .discount .block-title {}

.checkout-cart-index #main .discount .block-title:after {}

.checkout-cart-index #main .discount .input-box,
.checkout-cart-index #main .discount .buttons-set {
    display: inline-block;
    float: left;
    width: 70%;
}

.checkout-cart-index #main .discount .buttons-set {
    width: 30%;
}

.checkout-cart-index #main .discount .input-box input.input-text,
.checkout-cart-index #main .discount .buttons-set button {
    width: 100%;
}

.checkout-cart-index #main .discount .input-box input.input-text,
.checkout-cart-index #main .discount .buttons-set button span span {
    padding: 0.9em 0.5em 1em 0.5em;
    width: 100%;
}

.checkout-cart-index .cart #shopping-cart-table thead tr.first th:nth-child(2),
.checkout-cart-index .cart #shopping-cart-table tbody tr.even td:nth-child(2),
.checkout-cart-index .cart #shopping-cart-table tbody tr.odd td:nth-child(2) {
    display: none;
}

.checkout-cart-index .cart #shopping-cart-totals-table thead tr.first th:nth-child(2),
.checkout-cart-index .cart #shopping-cart-totals-table tbody tr.even td:nth-child(2),
.checkout-cart-index .cart #shopping-cart-totals-table tbody tr.odd td:nth-child(2) {
    display: table-cell;
}

.checkout-cart-index #sidebar .block-title,
div#sidebar .block-title {
    text-align: center;
}

.checkout-cart-index #sidebar .block-title h2,
div#sidebar .block-title h2 {
    font-size: 16px;
    font-size: 1rem;
}

.checkout-cart-index #sidebar .block-content,
div#sidebar .block-content {
    text-align: center;
}


/* Crosssell */

.crosssell {
    clear: both;
}

.crosssell .block-title {
    margin-bottom: 0;
    text-align: center;
}

.crosssell .price-box {
    margin-bottom: 1em;
}


/* -----------------------------------------------
:: Shopping Cart Side Details
-------------------------------------------------- */


/* Telephone Orders */

.checkout-cart-index #sidebar .block-sidehelp p.opening-hours {
    margin-bottom: 15px;
    padding-bottom: 8px;
    font-size: 12px;
    font-size: 0.75rem;
    border-bottom: 1px solid #dddddd;
    color: #000;
}

.checkout-cart-index #sidebar .block-sidehelp p.phone {
    margin-bottom: 0;
}

.checkout-cart-index #sidebar .block-sidehelp p.phone a {
    position: relative;
    padding-left: 30px;
    font-size: 28px;
    font-size: 1.75rem;
}

.checkout-cart-index #sidebar .block-sidehelp p.phone a:before {
    position: absolute;
    top: -6px;
    left: 0;
    font-family: 'FontAwesome';
    font-size: 28px;
    font-size: 1.75rem;
    color: #ccc;
    content: '\f095';
}


/* Customer Services */

.checkout-cart-index #sidebar .block-customer-service .block-content {
    text-align: center;
}

.checkout-cart-index #sidebar .block-customer-service .block-content ul {
    list-style-type: none;
    text-align: left;
}

.checkout-cart-index #sidebar .block-customer-service .block-content li {
    display: block;
    position: relative;
    margin-left: 10px;
    padding-left: 20px;
}

.checkout-cart-index #sidebar .block-customer-service .block-content li:before {
    position: absolute;
    top: 2px;
    left: 0;
    font-family: 'FontAwesome';
    font-size: 12px;
    font-size: 0.75rem;
    color: #ccc;
    content: '\f054';
}


/* Secure Payments */

.cssimg {
    display: block;
    height: 0;
    overflow: hidden;
}

#sidebar .block-cards ul {
    margin-bottom: 0;
}

#sidebar .block-cards li {
    display: inline-block;
    width: 70px;
    margin-left: 0.5em;
}

#sidebar .block-cards li a {
    padding-top: 40px;
    background: url('https://www.4x4at.com/skin/frontend/nlg/default/images/icons-cards.png') no-repeat 0 0;
}

#sidebar .block-cards li .sagepay {
    background-position: 0 0;
}

#sidebar .block-cards li .vbv {
    background-position: -70px 0;
}

#sidebar .block-cards li .msc {
    background-position: -140px 0;
}

#sidebar .block-cards li .visa {
    background-position: -210px 0;
}

#sidebar .block-cards li .mastercard {
    background-position: -280px 0;
}

#sidebar .block-cards li .maestro {
    background-position: -350px 0;
}

#sidebar .block-cards li .paypal {
    background-position: -420px 0;
}


/* -----------------------------------------------
:: Account
-------------------------------------------------- */


/* Login */

.account-login .alert-box.update-msg {
    background-color: #2aad62;
    color: #fff;
    padding: 0.875em;
    margin-bottom: 1.25em;
}

.account-login .registered-users {
    padding: 1em;
    background-color: #eee;
}

.account-login .registered-users .input-text {
    width: 100%;
}

.account-login .registered-users #remember-me-box .input-box {
    display: inline-block;
}

.account-login .new-users {
    padding: 2em 1em;
}

.account-login .buttons-set button {
    float: right;
}


/* Create Account */

.account-create {
    padding: 1em 0;
    margin: 0 auto;
}

.account-create .page-title {
    margin-bottom: 2em;
}

.account-create .fieldset input[type="text"],
.account-create .fieldset input[type="password"],
.customer-account-edit .fieldset input[type="text"],
.customer-account-edit .fieldset input[type="password"] {
    width: 100%;
}


/* Account */

.my-account a {
    text-decoration: underline;
}

.my-account a:hover {
    text-decoration: none;
}

.my-account .product-name {
    font-family: RobotoRegular;
    font-size: 14px !important;
    font-size: 0.875rem !important;
    line-height: inherit;
    letter-spacing: normal;
    text-transform: none;
}


/* Account headings */

.account-page .page-title {
    margin-bottom: 2em;
    padding-bottom: 1em;
}

.account-page h1,
.account-page #main h2,
.account-page #main h3,
.account-page #main h4,
.account-page #main h5,
.account-page #main h6 {
    padding-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-size: 1rem;
}

.account-page h1 {
    font-size: 20px;
    font-size: 1.25rem;
}

.account-page .breadcrumbs {
    margin-bottom: 1em;
}


/* blocks */

.block-account .block-content ul {
    margin-bottom: 0;
}

.block-account .block-content li a {
    display: block;
    padding: 0.75em 0;
    border-bottom: 1px solid #d6d6d6;
}

.block-account .block-content li:last-child a {
    border-bottom: none;
}

.block-account .block-content li a:hover {
    text-decoration: none;
    color: #03b94b;
}

.block-account .block-content li.current a {
    font-family: RobotoBold;
    color: #03b94b;
}

.block-list .inner {
    margin-bottom: 1em;
}

.block-list .product-image {
    float: left;
    margin: 0 1em 1em 0;
}

.block-list .product-details {
    float: left;
}

.block-list .actions {
    padding: 0.5em 0;
    border-top: 1px solid #cacaca;
}

.block-list .actions a {
    font-size: 12px;
    font-size: 0.75rem;
}

.block-list .actions button {
    float: right;
}


/* Block: Cart */

.block-cart .block-subtitle {
    margin-bottom: 0.5em;
    font-family: RobotoBold;
    font-size: 12px;
    font-size: 0.75rem;
}

.block-cart .amount {
    margin-bottom: 0.5em;
    font-size: 12px;
    font-size: 0.75rem;
}

.block-cart .amount a {
    font-family: RobotoBold;
}

.block-cart .subtotal {
    margin-bottom: 0.5em;
    padding: 2px 0;
    background-color: #7DB9DD;
    color: #fff;
    text-align: center;
}

.block-cart .subtotal .price {
    color: #fff;
}

.block-cart .actions {
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    border-bottom: 1px solid #e9e7e5;
}


/* account area main title buttons */

.title-buttons {
    border-bottom: 1px solid #d6d6d6;
    line-height: normal;
}

.title-buttons button span span {
    padding: 0.5em;
}

.title-buttons.table-top {
    margin-bottom: 0.25em;
    padding: 1em 0 0.5em 0;
    border: none;
    border-top: 1px solid #d6d6d6;
}

.title-buttons.table-top .table-caption {
    clear: both;
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: none;
}


/* forms */

.my-account .fieldset h2.legend {
    margin-bottom: 1em;
}

.my-account .form-list input.input-text {
    width: 100%;
}

.my-account .form-list button span span {
    margin-right: 0.5em;
}


/* data table */

.account-page table {
    margin-bottom: 2em;
}

.tracking-table td {
    vertical-align: middle;
}


/* account dashboard */

.welcome-msg {
    margin-bottom: 2em;
}

.box-account {
    margin-bottom: 1em;
    padding: 0.5em;
    background-color: #eee;
}

.box-account .box-head {
    position: relative;
    margin-bottom: 3em;
    padding: 1em;
    background-color: #424242;
}

.box-account .box-head h2 {
    color: #fff;
    line-height: normal;
}

.box-account .box-title {
    position: relative;
    margin-bottom: 2em;
    padding-bottom: 0.5em;
    border-bottom: 1px solid #d6d6d6;
}

.box-account .box-title h3,
.box-account .box-title h4 {
    padding-right: 2em;
}

.box-account .box-content .link-button {
    margin-bottom: 3em;
}

.order-info-box .box-payment th strong {
    color: #fff;
}

.order-info-box .box-payment td {
    border-left: 1px solid #ccc;
}

.dashboard .box .box-title .link-button {
    position: absolute;
    top: -0.25em;
    right: 0;
}

.dashboard .box-recent table {
    margin-bottom: 0;
    background-color: #fff;
}

.dashboard .box-info {
    margin-bottom: 0;
}


/* my addresses */

.addresses-list h2 {
    margin-bottom: 0.5em;
}

.addresses-list address {
    margin-bottom: 1em;
}

.addresses-list .addresses-primary li.item {
    display: block;
    padding: 0.5em;
    margin-bottom: 1em;
    background-color: #eee;
}


/* my orders */

#my-orders-table td {
    vertical-align: middle;
}

.order-additional {
    margin-bottom: 2em;
}

.order-info {
    margin-bottom: 1.5em;
    padding: 0.75em 1em 0.5em 1em;
    background-color: #eee;
}

.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
    margin: 0;
    font-size: 14px;
    font-size: 0.875rem;
}

.order-info dt {
    margin-right: 1.5em;
}

.order-info li a {
    text-decoration: underline;
}

.order-info li a:hover {
    color: #D75F07;
}

.order-info li.current {
    color: #D75F07;
}

.order-info li:first-child {
    margin-left: 0;
}

.order-date {
    text-transform: uppercase;
}


/* recurring profiles */

.order-page .buttons-set {
    padding-top: 2em;
}


/* order print pages */

.page-print .print-head {}

.page-print .print-head .logo {}

.page-print .print-head address {}

.page-print h1 {}

.page-print h2,
.page-print h3 {}

.page-print h2.h2 {}

.page-print .order-date {}

.page-print .col2-set {}


/* price rewrites */

.page-print .gift-message-link {}

.page-print .price-excl-tax,
.page-print .price-incl-tax {}

.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price {}

@media only screen and (max-width:48em) {
    /*
	max-width:768px;
	*/
    td:first-child {
        border-left: none;
    }
    /* order table */
    .order-history th.number {
        width: 100%;
    }
    .order-history th.date,
    .order-history th.ship,
    .order-history th.total,
    .order-history th.status,
    .order-history th.view {
        display: none;
    }
    .order-history td.number,
    .order-history td.date,
    .order-history td.status,
    .order-history td.total {
        width: 100%;
        padding: 0.5em 1em;
    }
    .order-history td.ship {
        display: none;
    }
    .order-history td.view {
        position: absolute;
        top: 20%;
        right: 0;
        text-align: right;
    }
    .order-history td.view .link-button {
        display: block;
        margin-bottom: 0.5em;
    }
    .order-history td.number,
    .order-history td.date,
    .order-history td.status,
    .order-history td.view {
        border-left: none;
        border-bottom: none;
    }
    .order-history td.total {
        border-left: none;
    }
    /* my order */
    .my-order .hide-cell {
        display: none;
    }
    .my-order th.order-product {
        width: 100%;
    }
    .my-order td {
        width: 100%;
        border-left: none;
        border-bottom: none;
        empty-cells: hide;
        text-align: left !important;
    }
    .my-order tbody {
        border-bottom: 1px solid #d6d6d6;
    }
    .my-order tbody.odd tr.border td,
    .my-order tbody.even tr.border td {
        border-bottom: none;
    }
    .my-order tbody td[data-label] {
        padding: 0.125em 1em;
    }
    .my-order tbody td[data-label]:before {
        font-family: RobotoBold;
        content: attr(data-label) ": ";
    }
    .my-order tbody td:last-child {
        padding: 0.125em 1em 0.5em 1em;
        border-bottom: 1px solid #d6d6d6;
    }
    .my-order .bundle-options.parent td {}
    .my-order .bundle-options.parent td[data-label="SKU"],
    .my-order .bundle-options.parent td[data-label="Price"],
    .my-order .bundle-options.parent td[data-label="Qty"] {
        padding: 0.125em 1em 0.125em 1em;
    }
    .my-order .bundle-options.border.child td {
        padding: 0.25em 1em 0em 1em;
    }
    .my-order .bundle-options.child td[data-label="SKU"] {
        padding: 0.125em 1em 0.125em 2em;
    }
    .my-order .bundle-options.child td[data-label="Qty"] {
        padding: 0.125em 1em 1em 2em;
    }
    .my-order .bundle-options.parent td[data-label="Subtotal"] {
        padding: 0.125em 1em 1em 1em;
    }
    .my-order .bundle-options.border td {
        padding: 0.125em 1em 1em 1em;
    }
    .my-order tfoot {
        border: 1px solid #d6d6d6;
    }
    .my-order tfoot tr:after {
        content: '';
        display: table;
        clear: both;
    }
    .my-order tfoot td {
        float: left;
        width: 50%;
        display: block;
        padding: 0.25em 1em;
        border: none;
    }
    .my-order tfoot tr.first td {
        padding: 1em 1em 0.25em 1em;
    }
    .my-order tfoot tr.last td {
        padding: 0.25em 1em 1em 1em;
    }
    /* recurring profiles */
    .recurring-profiles th {
        display: none;
    }
    .recurring-profiles th:first-child {
        display: block;
    }
    .recurring-profiles td[data-label]:first-child {
        padding: 1em 1em 0.125em 1em;
    }
    .recurring-profiles td[data-label] {
        padding: 0.125em 1em;
        border-bottom: none;
    }
    .recurring-profiles td[data-label]:last-child {
        padding: 0.125em 1em 1em 1em;
        border-bottom: 1px solid #d6d6d6;
    }
}


/* my reviews */

.box-reviews li {
    display: block;
    padding: 1em 0;
    border-bottom: 1px solid #d6d6d6;
}

.box-reviews li:first-child {
    padding-top: 0;
}

#my-reviews-table tr td:first-child {
    background-color: #eee;
}

.product-review .product-img-box .rating-box {
    margin-bottom: 1em;
}

.product-review .product-name {
    margin-bottom: 1em;
    font-size: 20px;
    font-size: 1.25rem;
}

.product-review .ratings-table tr td:first-child {
    background-color: #eee;
}

.product-review dl {
    margin-bottom: 2em;
}


/* my wishlist */

.my-wishlist .buttons-set {
    margin-bottom: 1em;
}

.my-wishlist .buttons-set button {
    width: 100%;
}

.my-wishlist .buttons-set button span span {
    margin-bottom: 1em;
    width: 100%;
}

#wishlist-table .product-image {
    width: 125px;
}

#wishlist-table td.customer-wishlist-item-image,
#wishlist-table td.customer-wishlist-item-info {
    padding: 1em 1em 0 1em;
    border-bottom: none;
    border-left: none;
}

#wishlist-table td.customer-wishlist-item-info .description {
    margin-bottom: 0.5em;
}

#wishlist-table td.customer-wishlist-item-info textarea {
    width: 99%;
    min-height: 75px;
}

#wishlist-table td.customer-wishlist-item-cart .add-to-cart-alt,
#wishlist-table td.customer-wishlist-item-cart .truncated {
    margin-bottom: 1.5em;
}

#wishlist-table td.customer-wishlist-item-cart button {}

#wishlist-table td.customer-wishlist-item-cart button span span {
    padding: 0.875em 0.75em 1em 0.75em;
}

@media only screen and (max-width:37.50em) {
    /*
	max-width:600px;
	collapse columns in wishlist data table below 600px
	*/
    #wishlist-table td.customer-wishlist-item-image,
    #wishlist-table td.customer-wishlist-item-info,
    #wishlist-table td.customer-wishlist-item-quantity,
    #wishlist-table td.customer-wishlist-item-price,
    #wishlist-table td.customer-wishlist-item-cart {
        width: 100%;
    }
}


/* Compare Products */

.block-compare .last .inner {
    border-bottom: none;
}

.block-compare .inner {
    position: relative;
    display: block;
    min-height: 102px;
    margin-bottom: 0;
    padding: 1em 0 1em 85px;
    border-bottom: 1px solid #e7e7e7;
}

.block-compare .product-image,
.block-compare .product-image img {
    width: 70px;
}

.block-compare .product-image {
    position: absolute;
    top: 15px;
    left: 0;
}


/**** These should be globalised as there are a few references to btn-remove ****/

.block-compare a.btn-remove {
    display: inline-block;
    padding: 6px 8px 4px 8px;
    font-size: 12px;
    font-size: 0.6875rem;
    text-decoration: none;
    background-color: #eee;
}

.block-compare a.btn-remove:hover {
    color: #fff;
    text-decoration: none;
    background-color: #cc5249;
}


/* CMS Pages */

.cms-page-view .page-title {
    padding: 0 1.25em;
}


/* -----------------------------------------------
:: Responsive
-------------------------------------------------- */

@media only screen and (min-width:22.5em) {
    /*
	min-width:360px;
	*/
    /* header search */
    /*#header .search button { width: 35%; }*/
}

@media only screen and (min-width:30em) {
    /*
	min-width:480px;
	*/
    /* Checkout */
    .checkout-cart-index .cart #shopping-cart-table thead tr.first th:nth-child(2),
    .checkout-cart-index .cart #shopping-cart-table tbody tr.even td:nth-child(2),
    .checkout-cart-index .cart #shopping-cart-table tbody tr.odd td:nth-child(2) {
        display: table-cell;
    }
    /* Account */
    .addresses-list .addresses-primary li.item {
        padding: 1em;
    }
    /* dashboard */
    .box-account {
        padding: 1em;
        margin-bottom: 1em;
    }
    .box-account .box-head .link-button {
        position: absolute;
        top: 1.25em;
        right: 1.25em;
    }
}

@media only screen and (min-width:33.75em) {
    /*
	min-width:540px;
	*/
}

@media only screen and (min-width:37.50em) {
    /*
	min-width:600px;
	*/
    .toolbar .amount {
        position: absolute;
        top: -30px;
        right: 0;
    }
    /* Product Page */
    .std a[href$=".pdf"] {
        display: inline-block;
    }
    /* list view */
    .products-grid.list-view .inner {
        padding-left: 280px;
        min-height: 225px;
    }
    .products-grid.list-view .product-image,
    .products-grid.list-view .product-image img {
        width: 250px;
    }
    /* Forms */
    .fieldset {
        padding: 2em 3em 1em 3em;
    }
    /* Basket & Checkout */
    .data-table .product-image {
        float: left;
        margin: 0 1em 0 0;
    }
    .cart-table th {
        padding: 1em;
    }
    .cart-table td {
        padding: 1em;
    }
    .cart-table th:first-child,
    .cart-table td:first-child {
        padding: 1em 1em 1em 0;
    }
    .cart-table th:last-child,
    .cart-table td:last-child {
        padding: 1em 0 1em 1em;
    }
    .cart-table tfoot td:first-child,
    .cart-table tfoot td:last-child {
        padding: 1em 0;
    }
    #onestepcheckout-form .cards {
        position: absolute;
        top: 0;
        right: 0;
    }
    /* Account */
    .title-buttons {
        text-align: right;
    }
    .title-buttons h1,
    .title-buttons h2,
    .title-buttons h3,
    .title-buttons h4,
    .title-buttons h5,
    .title-buttons h6 {
        float: left;
    }
    /* dashboard */
    .box-account {
        margin-bottom: 3em;
    }
    .box-account .box-content .link-button {
        margin-bottom: 0;
    }
    /* order view */
    .order-info dt,
    .order-info dd,
    .order-info ul,
    .order-info li {
        display: inline-block;
    }
    .order-info li {
        margin: 0 0 0 1.5em;
    }
    /* wishlist */
    #wishlist-table td.customer-wishlist-item-image,
    #wishlist-table .product-image {
        width: 75px;
    }
    #wishlist-table td.customer-wishlist-item-image,
    #wishlist-table td.customer-wishlist-item-info {
        padding: 1em 1em 1em 1em;
        border-bottom: 1px solid #d6d6d6;
        border-left: 1px solid #d6d6d6;
    }
    #wishlist-table td.customer-wishlist-item-cart {
        width: 210px;
    }
    .product-review .product-img-box {
        float: left;
        width: 45%;
        margin-right: 5%;
    }
    .product-review .product-details {
        float: left;
        width: 50%;
    }
}

@media only screen and (min-width: 48em) {
    /*
	min-width:768px;
	*/
    table .w768-hidden {
        display: table-cell!important;
    }
    /* Header Search */
    #header .searchtoggle {
        right: 21em;
    }
    /*#header .form-search { position: absolute; width: 97%; }*/
    .toolbar .amount {
        top: 0;
        right: 100px;
    }
    /* product */
    .product-view .product-img-box,
    .product-shop {
        float: left;
        margin-bottom: 1em;
    }
    .product-view .product-img-box {
        width: 45%;
    }
    .product-view.product-vehicle .product-img-box {
        width: 40%;
    }
    .product-view.product-vehicle {
        padding-top: 1em;
    }
    .product-view.product-vehicle .product-vehicle-description {
        float: left;
        padding: 0 1em;
        width: 60%;
    }
    .product-shop {
        float: right;
        width: 50%;
        padding: 1em;
        border: 1px solid #e7e7e7;
    }
    /* Basket & Checkout */
    .onestepcheckout-index-index #nav {
        margin: 0;
        text-align: left;
    }
    .onestepcheckout-index-index #nav li.subtotal {
        float: right;
        padding: 1em 0 0 0;
    }
    .cart-table .product-details {
        float: left;
        width: 70%;
    }
    /* Account */
    /* Login */
    .account-login .registered-users {
        padding: 2em;
        margin-right: 2em;
    }
    .account-login .new-users {
        padding: 2em;
    }
    .addresses-list .addresses-primary li.item {
        width: 85%;
    }
    /* order view */
    #my-orders-table th.total,
    #my-orders-table td.total {
        width: 15%;
        text-align: right;
    }
    #my-orders-table td.view {
        width: 24%;
    }
    /* wish list */
    .my-wishlist .buttons-set {
        text-align: right;
    }
    .my-wishlist .buttons-set button {
        margin-left: 10px;
        width: auto;
    }
    .my-wishlist .buttons-set button span span {
        margin-bottom: 0;
        width: auto;
    }
    #wishlist-table td.customer-wishlist-item-image,
    #wishlist-table .product-image {
        width: 125px;
    }
    /* recurring profiles */
    .recurring-profiles td {
        width: 19%;
    }
    .recurring-profiles td:first-child {
        width: 23%;
    }
}

@media only screen and (min-width:50em) {
    /*
	min-width:800px;
	*/
    #header {
        position: static;
        padding: 1em 0 0 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    .menutoggle {
        position: absolute;
        top: -55px;
        left: 8px;
    }
}

@media only screen and (min-width:64em) {
    /*
	
    /* header */
    #header .minicart:hover {
        z-index: 100001;
    }
    #header .minicart:hover #basket-summary {
        display: block;
        width: 450px;
        position: absolute;
        top: 40px;
        right: -171px;
        padding: 1em 1em 0 1em;
        background-color: #fff;
        border: 1px solid #e9e7e5;
        z-index: 100000;
    }
    #header .minicart #basket-summary h3 {
        margin-bottom: 1em;
        padding-top: 0;
        font-size: 16px;
        font-size: 1rem;
        text-align: left;
    }
    #header .minicart #basket-summary .data-table {
        margin-bottom: 0;
        border: none;
    }
    #header .minicart #basket-summary .data-table td {
        padding: 0.75em 0.25em 0.5em 0.25em;
        border: none;
        border-bottom: 1px solid #e7e7e7;
    }
    #header .minicart #basket-summary .data-table .product-image {
        margin: 0;
    }
    #header .minicart #basket-summary .item .product-name {
        display: block;
        font-size: 12px;
        font-size: 0.75rem;
    }
    #header .minicart #basket-summary .item-options p {
        margin-bottom: 0.5em;
        font-size: 12px;
        font-size: 0.75rem;
        text-transform: uppercase;
    }
    #header .minicart #basket-summary .data-table .actions {
        font-size: 12px;
        font-size: 0.75rem;
    }
    #header .minicart #basket-summary .truncated {
        cursor: help;
    }
    #header .minicart #basket-summary .truncated a.dots {
        cursor: help;
    }
    #header .minicart #basket-summary .truncated a.details {
        padding: 0;
        margin-bottom: 0.5em;
        cursor: help;
        text-transform: none;
    }
    #header .minicart #basket-summary .truncated .truncated_full_value {
        position: relative;
        z-index: 999;
    }
    #header .minicart #basket-summary .truncated .truncated_full_value .item-options {
        position: absolute;
        top: -99999em;
        left: -99999em;
        z-index: 999;
        width: 250px;
        padding: 8px;
        border: 1px solid #05b247;
        background-color: #f5f5f5;
    }
    #header .minicart #basket-summary .truncated .truncated_full_value .item-options:after {
        border-bottom: 7px solid #000;
    }
    #header .minicart #basket-summary .truncated .truncated_full_value .item-options>p {
        font-weight: bold;
        text-transform: uppercase;
    }
    #header .minicart #basket-summary .truncated .show .item-options {
        top: 2em;
        left: 0;
    }
    #header .minicart #basket-summary .subtotal,
    #header .minicart #basket-summary .minicart-actions {
        margin-bottom: 1em;
        text-align: right;
    }
    /* nav */
    body.open .mobile-menu {
        position: relative;
    }
    #overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #222;
        filter: alpha(opacity=50);
        -moz-opacity: 0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5;
        z-index: 999;
    }
    /* topmenu */
    .menu {
        background: #fff;
    }
    .menutoggle {
        display: none !important;
    }
    .menu-back-button,
    .menu-title,
    .menu-sub-title {
        display: none !important;
    }
    /* search block */
    #header .searchtoggle {
        display: none;
    }
    #header .search {
        display: block;
    }
    #header .form-search {
        display: inline-block;
        position: absolute;
        top: 53px;
        right: 0;
        width: 240px;
        margin: 0 0.75em;
    }
    /* categories */
    .subcategories-layout .subcats h2 {
        font-size: 16px;
        font-size: 1rem;
    }
    /* product */
    .product-view .cloud-zoom-big,
    .product-view .cloud-zoom-lens {
        display: block !important;
    }
    .product-view .cloud-zoom-lens {
        cursor: move !important;
    }
    .product-view .product-img-box {
        width: 55%;
    }
    .product-shop {
        width: 38%;
    }
    .product-shop {
        padding: 2em 2em 1em;
    }
    .box-collateral {
        padding: 3em;
    }
    .box-collateral>h2 {
        /*float:left; width:20%; text-align:right;*/
    }
    .box-collateral .std {
        /*margin-left:23%; padding-left:3%; border-left:1px solid #e7e7e7;*/
    }
    .box-collateral .std .pdf {
        margin-top: 2em;
    }
    .info-bar ul {
        display: block;
        background: #292929;
        color: #fff;
        text-transform: uppercase;
    }
    .info-bar ul li {
        display: inline-block;
        float: left;
        padding: 2em 0;
    }
    .info-bar ul li:first-child {
        padding: 2em;
        background: #4f91cd;
    }
    .info-bar ul li:first-child:hover {
        background: #4f91cd;
    }
    .info-bar ul li:hover {
        background: #99b8cd;
    }
    .info-bar ul li a {
        padding: 2em;
        color: #fff;
    }
    /* Block: Upsell */
    .box-up-sell {
        padding: 2em 2em 1em 2em;
    }
    /* Block: Recently Viewed*/
    .block-viewed .inner {
        padding: 0;
        border-bottom: none;
    }
    .block-viewed .product-image {
        position: static;
        width: auto;
    }
    .block-viewed .product-image img {
        width: auto;
    }
    /* checkout */
    #shopping-cart-table button {
        display: inline-block;
        width: auto;
    }
    #shopping-cart-table button span span {
        display: inline-block;
        width: auto;
        margin-bottom: 0;
    }
    #shopping-cart-table .btn-continue,
    #shopping-cart-table .btn-update,
    #shopping-cart-table .btn-empty {
        float: left;
        margin-right: 10px;
    }
    #shopping-cart-table .btn-continue span span,
    #shopping-cart-table .btn-update span span,
    #shopping-cart-table .btn-empty span span {
        font-size: 12px;
        font-size: 0.75rem;
    }
    #shopping-cart-table .btn-checkout span span {
        padding: 1em 1.5em 1em 2em;
    }
    .cart .totals {
        float: right;
        width: 40%;
    }
    /* Account */
    #main .my-account {
        padding: 1em 1.5em 2em 1.5em;
        border: 1px solid #d6d6d6;
    }
    /* Sidebar */
    #sidebar .block {
        margin-bottom: 1.5em;
        padding: 1em;
    }
    #sidebar .block-title {
        padding: 0;
        background: none;
        cursor: default;
    }
    #sidebar .block-title:after,
    #sidebar .block-layered-nav .block-title:after {
        content: normal;
    }
    /* Customer Services */
    .checkout-cart-index #sidebar .block-customer-service .block-content li {
        margin-left: 0;
    }
    /* Default onepage checkout */
    .opc li.section {
        display: block;
        margin-bottom: 1em;
        background-color: #eee;
    }
    .opc .step-title {
        position: relative;
        padding: 1em 1em 1em 3em;
    }
    .opc .step-title .number {
        position: absolute;
        top: 0.5em;
        left: 0.5em;
        font-size: 24px;
        font-size: 1.5rem;
    }
    .opc .step-title h2 {
        margin: 0;
    }
    .opc .step-title a {
        position: absolute;
        top: 1.25em;
        right: 1.25em;
        display: none;
    }
    .opc .allow .step-title a {
        display: block;
    }
}

@media screen and (min-width:68.75em) {
    /*
	min-width:1100px;
	*/
    /* Header Search */
    #header .form-search {
        width: 300px;
    }
    .info-bar ul li:first-child {
        padding: 2em 2.5em;
    }
    .info-bar ul li a {
        padding: 2em 2.5em;
    }
}

@media screen and (min-width:75em) {
    /*
	min-width:1200px;
	*/
    /* Header Search */
    #header .form-search {
        width: 380px;
    }
}

@media screen and (min-width:80em) {
    /*
	min-width:1280px;
	*/
}
/* -----------------------------------------------
Base Styles
Author:             Netmatter Ltd
Author URI:         http://www.netmatter.co.uk/
-------------------------------------------------- */


/* -----------------------------------------------
:: Typography
-------------------------------------------------- */


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "RobotoMedium", Arial, sans-serif;
    letter-spacing: -1px;
    text-transform: uppercase;
}

h1 {
    font-family: RobotoBlack;
}

b,
strong {
    font-family: "RobotoMedium", Arial, sans-serif;
}

em {
    font-family: "RobotoItalic", Arial, sans-serif;
}

th {
    font-family: "RobotoRegular", Arial, sans-serif;
}


/* -----------------------------------------------
:: Links
-------------------------------------------------- */

a:hover,
a:hover:before {
    color: #03b94b;
}


/* -----------------------------------------------
:: Forms
-------------------------------------------------- */

input,
select,
option,
textarea {
    /*
	form elements, namely textarea do not
	inherit font styles, hence the repeat
	family and size declaration
	*/
    font-family: "RobotoRegular", Arial, sans-serif;
}


/* buttons */

input[type="submit"],
input[type="button"],
button,
.button,
button[type="submit"] {
    font-family: "RobotoRegular", Arial, sans-serif;
}

button span span,
.link-button {
    font-family: RobotoMedium;
}

.link-button.btn-cart,
.btn-cart span span,
.btn-checkout span span,
.btn-place-order span span {
    color: #ffffff;
    background-color: #03b94b;
    border: 1px solid #03b94b;
}


/* 18864 Place backorder tweaks */

.btn-cart.orange span span {
    background-color: #ed6502;
}


/* hover */

.link-button:hover,
button:hover span span,
.btn-continue:hover span span,
.btn-apply:hover span span,
.btn-info:hover span span {
    color: #ffffff;
    background-color: #03b94b;
    border: 1px solid #03b94b;
}


/*input[type="submit"],
input[type="button"],
button, .button,
button[type="submit"] { font-family:"RobotoRegular", Arial, sans-serif; background-color:#189f50; }

.btn-cart 		{ background-color: #189f50; }
.btn-checkout 	{ background-color: #ec1a59; color: #fff; }
.btn-continue 	{ }
.btn-update 	{ background-color: #e3e3e3; }
.btn-empty 		{ background-color: #e3e3e3; }
.btn-remove 	{ }
.btn-info 		{ background-color: #b6a888; color: #fff; }
*/


/* -----------------------------------------------
:: Forms
-------------------------------------------------- */

.form-list label {
    font-family: RobotoBold;
}


/* -----------------------------------------------
:: Global
-------------------------------------------------- */


/* ratings */

.rating-count {
    font-family: RobotoItalic;
}


/* -----------------------------------------------
:: Prices
-------------------------------------------------- */

.price {}


/* Old price */

.old-price .price-label,
.old-price .price {
    font-family: 'RobotoRegular';
}


/* Including / Excluding tax */

.price-including-tax .label,
.price-excluding-tax .label {
    font-family: 'RobotoRegular';
}

.price-excluding-tax .price {
    font-family: 'RobotoMedium';
    font-size: 18px;
    font-size: 1.125rem;
}

.price-including-tax .price {}

.price-including-tax .price {
    font-family: 'RobotoRegular';
}


/* -----------------------------------------------
:: Utilities
-------------------------------------------------- */

.bg-lightgrey {
    background-color: #f1f1f1;
}


/* -----------------------------------------------
:: Admin-controlled content
-------------------------------------------------- */

.std a {
    color: #03b94b;
}


/* -----------------------------------------------
:: Data table
-------------------------------------------------- */

.data-table .item-options {}

.data-table .item-options dt {
    font-family: 'RobotoBold';
}

.data-table .item-options dd {
    font-family: "RobotoItalic";
}


/* -----------------------------------------------
:: Flexslider
-------------------------------------------------- */

.slider {}

.slider #arrows {
    display: none;
}

.slider #arrows a.next,
.slider #arrows a.prev {
    position: absolute;
    top: 30%;
    text-decoration: none;
    font-size: 0;
    z-index: 10;
}

.slider #arrows a.prev {
    float: left;
    left: 0;
}

.slider #arrows a.next {
    float: right;
    right: 0;
}

.slider #arrows a.next:before,
.slider #arrows a.prev:before {
    display: block;
    width: 30px;
    padding: 10px 0;
    font-family: FontAwesome;
    font-size: 48px;
    font-size: 3rem;
    color: #fff;
    text-align: center;
}

.slider #arrows a.prev:before {
    content: '\f104';
}

.slider #arrows a.next:before {
    content: '\f105';
}

.slider #arrows a.next:hover:before,
.slider #arrows a.prev:hover:before {
    color: #0c9641;
}

.slides {
    margin-bottom: 0;
}

.slides li {
    position: relative;
    line-height: normal;
}

.slides li img {
    display: block;
    z-index: -1;
}

.slides li a {
    display: block;
}

.slides li .overlay {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    padding: 0 3em;
    text-align: center;
    z-index: 2;
}

.slides li .overlay h2 {
    margin: 0;
}

.slides li .overlay h2:after {
    content: normal;
}

.slides li .overlay h2,
.slides li .overlay p {
    color: #fff;
}


/* -----------------------------------------------
:: Structure
-------------------------------------------------- */


#content {
    padding-top: 1.5em;
    background-color: #ffffff;
}


/* -----------------------------------------------
:: Header
-------------------------------------------------- */

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 70px;
    z-index: 110;
    border-bottom: 1px solid #e7e7e7;
}

#header .logo {
    display: block;
    position: relative;
    top: 10px;
    left: 2.5em;
    width: 100px;
}
.contact-details img {
	width: 50px;
}
#header .contact-details .telephone a span,
#header .contact-details .opening-hours,
#header .usp,
#header .account .my-account,
#header .account .logout-link,
#header .account a.account-link span,
#header .account .register-link {
    display: none;
}

#header .account {
    position: absolute;
    top: 0.85em;
    right: 1em;
}

#header .account a.account-link:before {
    position: relative;
    top: 0;
    left: 0;
    font-family: 'FontAwesome';
    font-size: 28px;
    font-size: 1.75rem;
    content: "\f007";
    color: #8a898e;
}


/* Minicart */

#header .minicart {
    position: absolute;
    top: 1em;
    right: 3.5em;
}

#header .minicart a.view {
    position: relative;
    display: block;
    padding-left: 35px;
    text-decoration: none;
}

#header .minicart a.view:before {
    position: absolute;
    top: 0;
    left: 10px;
    padding-bottom: 0.25em;
    font-family: 'FontAwesome';
    font-size: 24px;
    font-size: 1.5rem;
    color: #03b94b;
    content: '\f291';
}

#header .minicart .items,
#header .minicart .total,
#header .minicart .basket,
#header .minicart #basket-summary {
    display: none;
}

#header .minicart #basket-summary:hover {
    display: block;
}

#header .minicart #basket-summary .minicart-actions a {
    display: inline-block;
    width: 49%;
    padding: 0.75em 1.25em;
}

@media only screen and (max-width: 30em) {
    #header .minicart .items,
    #header .minicart #basket-summary:hover {
        display: block;
        font-size: 14px;
        font-weight: 600;
        color: #4f91cd;
    }
    #header .minicart #basket-summary .minicart-actions a {
        display: inline-block;
        width: 49%;
        padding: 0.75em 1.25em;
    }
    .hide-items-mb {
        display: none;
    }
    #header .minicart {
        position: absolute;
        top: 1em;
        right: 3em;
    }
}

@media only screen and (max-width: 768px) {
    .descriptionmobile {
        padding-bottom: 5px;
    }
}

@media only screen and (min-width: 769px) {
    .descriptionmobile {
        display: none;
    }
}


/* -----------------------------------------------
::Header, primary nav
-------------------------------------------------- */

#search_mini_form.searchautocomplete .nav-search-in .category {
    width: 50px;
}


/* -----------------------------------------------
:: Breadcrumbs
-------------------------------------------------- */

.breadcrumbs {
    margin: 0 1.5em 1em 1.5em;
}


/* -----------------------------------------------
::Categories
-------------------------------------------------- */

.category-header {
    position: relative;
}

.category-header .cat-desc {
    padding: 2.5em 0.5em;
}

.category-header h1 {
    margin: 0 auto;
    font-size: 32px;
    font-size: 2rem;
    color: #fff;
    line-height: 1em;
    text-align: center;
}

.category-header .cat-desc.transparent-overlay h1 {
    padding: 0.25em !important;
    background-color: rgba(000, 000, 000, 0.25);
}

.category-header .cat-image {
    background-size: auto 100%;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
}

.category-header .cat-image:after {
    content: "";
    padding-bottom: 10%;
    display: block;
    width: 100%;
}

.category-header.home .cat-image:after {
    padding-bottom: 0;
}

.store-formula4_uk .category-header h1 {
    width: 100%;
}

.store-formula4_uk .category-header p {
    width: 100%;
}


/* -----------------------------------------------
::Accessories Finder
-------------------------------------------------- */

.accessory-wrap {
    margin: 0 auto;
    width: 100%;
    z-index: 9;
    position: relative;
}

#accessoriesfinder {
    margin-top: -3em;
}

.store-formula4_uk #accessoriesfinder {
    margin-top: 0;
}

#accessoriesfinder .inner {
    text-align: center;
}

#accessoriesfinder p {
    font-size: 16px;
    font-size: 1rem;
    color: #fff;
    text-align: left;
}

#accessoriesfinder .css-select {
    display: block;
}

#accessoriesfinder select {
    display: block;
    padding: 1em;
    margin-bottom: 1em;
    width: 100%;
}

#accessoriesfinder input[type="submit"] {
    margin-bottom: 0.5em;
    padding: 1.2em 2em;
    color: #fff;
    background-color: #0c9641;
}

#accessoriesfinder .css-checkbox {
    float: left;
    font-size: 12px!important;
    font-size: 0.75rem!important;
    color: #fff;
}

.tab-title {
    display: none;
    float: left;
    margin-right: 1px;
    padding: 1em 1em .75em 1em;
    font-family: RobotoMedium;
    text-transform: uppercase;
    cursor: pointer;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.85);
    height: 3em;
}

.tab-title:first-child {
    display: block;
}

.tab-title.active {
    background-color: #2b2b2a;
    color: #fff;
}

.tab-content {
    display: none;
    padding: 1.5em 1.5em;
    background-color: #2b2b2a;
}

.tab-content.active {
    display: block;
}

#tab-1.tab-content {
    text-align: left;
}

#tab-1.tab-content .selected-vehicle {
    position: relative;
}

#tab-1.tab-content p {
    margin-bottom: 0.5em;
    color: #fff;
}


/* -----------------------------------------------
::Category Blocks
-------------------------------------------------- */

.cms-home-nlg .featured-categories a,
.cms-home-nlg .nlg-welcome-img a,
.cms-home-4x4 .home-promo a {
    position: relative;
    display: block;
}

.cms-home-nlg .featured-categories a img,
.cms-home-nlg .nlg-welcome-img a img,
.cms-home-4x4 .home-promo a img {
    display: block;
}

.cms-home-nlg .featured-categories a span,
.cms-home-nlg .nlg-welcome-img a span,
.cms-home-4x4 .home-promo a span {
    width: 100%;
    padding: 10px 15px 8px;
    background-color: #2b2b2a;
    font-size: 16px;
    font-size: 1rem;
    text-transform: uppercase;
    color: #fff;
}

.cms-home-nlg .nlg-welcome-img a span {
    display: block;
}

.cms-home-4x4 .home-promo a span {
    position: absolute;
    left: 0;
    bottom: 0;
}

.cms-home-nlg .featured-categories a span {
    font-size: 16px;
    font-size: 1rem;
    position: absolute;
    left: 0;
    bottom: 0;
}

.cms-home-nlg .featured-categories a img {
    width: 100%;
}

.cms-home-nlg .nlg-welcome.inner {
    padding: 1em;
    background-color: #2b2b2b;
    color: #fff;
}

.cms-home-nlg .nlg-welcome.inner h1 {
    color: #fff;
}


/* -----------------------------------------------
::Product
-------------------------------------------------- */

.pricing .price-box .price {
    font-family: RobotoBold;
}

.product-view .box-collateral {
    margin-bottom: 1.25em;
}

.box-collateral .std .video {
    margin-bottom: 1em;
    padding: 1.5em 0 0 0;
}

.product-view .img-box .cloud-zoom-loading {
    color: white;
    background-color: #222;
    padding: 0.25em;
    border: 1px solid #000;
}


/* images */

.product-view .img-box .product-image {
    display: block;
    margin: 0 auto 2.25em auto;
}

.product-view .img-box .product-image.product-image-zoom {
    z-index: 9;
}

.product-view .img-box .product-image #wrap {
    z-index: 25 !important;
}

.product-view .img-box .product-image.zoom-inside #wrap {
    overflow: hidden;
}

.product-view .img-box .product-image #wrap .cloud-zoom-big {
    border: 1px solid #e5e5e5;
    overflow: hidden;
}

.product-view .img-box .product-image.zoom-inside #wrap .cloud-zoom-big {
    border: none;
}

.product-view .img-box .product-image #wrap .cloud-zoom-lens {
    margin: -1px;
    border: 1px solid #e9e7e5;
    background-color: #fff;
    cursor: move;
}

.product-view .img-box .product-image #wrap .mousetrap {
    z-index: 100 !important;
    width: 100% !important;
    height: 100% !important;
}


/* disable image zoom below desktop */

.product-view .img-box .product-image .cloud-zoom-big,
.product-view .img-box .product-image .cloud-zoom-lens,
.product-view .img-box .product-image #zoom-btn {
    display: none !important;
}

.product-view .img-box .product-image .cloud-zoom-lens {
    cursor: default !important;
}


/* enlarge */

.product-view .img-box .product-image .zoom-btn-small:before {
    position: absolute;
    top: -1px;
    left: -20px;
    font-family: fontawesome;
    font-size: 16px;
    font-size: 1rem;
    content: '\f002';
}

.product-view .img-box .product-image .zoom-btn-small {
    position: absolute;
    right: 0;
    bottom: -25px;
    font-size: 14px;
    font-size: 0.875rem;
    z-index: 50;
}

.product-view .img-box .product-image .zoom-btn-small:hover {
    color: #03b94b;
}


/* Use lightbox without cloud zoom */

.product-view .img-box .product-image .zoom-btn-large {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 0;
    z-index: 100;
    cursor: pointer;
    text-indent: -9999px;
    overflow: hidden;
}

.product-view .img-box .product-image .zoom-btn-large:hover {
    background-color: rgba(255, 255, 255, 0.15);
}


/* Image pop-up */

.product-view .img-box .product-image-popup {
    margin: 0 auto;
}

.product-view .img-box .product-image-popup .nav {
    text-align: center;
}

.product-view .img-box .product-image-popup .image {
    display: block;
    margin: 10px 0;
}

.product-view .img-box .product-image-popup .image-label {
    margin: 0 0 10px;
}


/* Thumbnails */

.product-view .img-box .more-images {
    max-width: 768px;
    margin-right: -0.75em;
    margin-left: -0.75em;
}


/* Minimum size of thumbnail if lazy loading enabled */

.product-view .img-box .more-images .thumbnails .owl-item.loading {
    min-height: 50px;
}

.product-view .img-box .more-images .thumbnails .owl-item.loading a {
    min-height: 36px;
}


/* Thumbnails - without slider */

.product-view .img-box .more-images .thumbnails.show-all .item {
    float: left;
}

.product-view .img-box .more-images .thumbnails.show-all a {
    display: block;
    line-height: 0;
    text-align: center;
    border: 1px solid #eee;
    margin: 0 0.5em 1em;
}


/* Lightbox */

#colorbox,
#cboxOverlay,
#cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft,
#cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay,
#cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

#colorbox,
#cboxContent,
#cboxLoadedContent {
    box-sizing: content-box;
}

#cboxOverlay {
    background: url(https://www.4x4at.com/skin/frontend/nlg/default/images/colorbox/overlay.png) repeat 0 0;
}

#cboxContent {
    background-color: #fff;
    overflow: hidden;
    border: none;
    padding: 10px;
}

.cboxIframe {
    background-color: #fff;
}

#cboxError {
    padding: 50px;
    border: 1px solid #e9e7e5;
}

#cboxLoadedContent {
    margin-bottom: 40px;
}

#cboxCurrent {
    position: absolute;
    bottom: 17px;
    left: 80px;
    color: #666;
    font-size: 12px;
    font-size: 0.75rem;
}

#cboxSlideshow {
    position: absolute;
    bottom: 4px;
    right: 30px;
    color: #0092ef;
}

#cboxPrevious,
#cboxNext {
    position: absolute;
    background: url(https://www.4x4at.com/skin/frontend/nlg/default/images/colorbox/slider-arrows.png) no-repeat #D3D7D7;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
}

#cboxPrevious:hover,
#cboxNext:hover {
    background-color: #2e3a47;
}

#cboxPrevious {
    bottom: 10px;
    left: 10px;
    background-position: -10px -10px;
}

#cboxPrevious:hover {
    background-position: -10px -60px;
}

#cboxNext {
    bottom: 10px;
    left: 40px;
    background-position: -60px -10px;
}

#cboxNext:hover {
    background-position: -60px -60px;
}

#cboxLoadingOverlay {
    background: url(https://www.4x4at.com/skin/frontend/nlg/default/images/colorbox/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
    background: url(https://www.4x4at.com/skin/frontend/nlg/default/images/colorbox/loading.gif) no-repeat center center;
}

#cboxClose {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: url(https://www.4x4at.com/skin/frontend/nlg/default/images/colorbox/close-button.png) -10px -10px no-repeat #D3D7D7;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
}

#cboxClose:hover {
    background-position: -10px -60px;
    background-color: #2e3a47;
}


/* Captions */

#cboxTitle {
    position: absolute;
    bottom: 50px;
    left: 10px;
    right: 10px;
    padding: 10px;
    font-size: 12px;
    font-size: 0.75rem;
    text-align: left;
    color: #000;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.75);
}

#cboxNext,
#cboxPrevious,
#cboxClose {
    transition: background-color 300ms ease-in-out, background-position 300ms ease-in-out;
    -moz-transition: background-color 300ms ease-in-out, background-position 300ms ease-in-out;
    -webkit-transition: background-color 300ms ease-in-out, background-position 300ms ease-in-out;
    -o-transition: background-color 300ms ease-in-out, background-position 300ms ease-in-out;
}


/* -----------------------------------------------
:: Onestep Checkout
-------------------------------------------------- */


/* layout */

#onestepcheckout-form br {
    display: none;
}

#onestepcheckout-form .inner {
    position: relative;
    padding: 0 0 1em 0;
    margin-bottom: 2em;
    border-bottom: 1px solid #eee;
}

#onestepcheckout-form .row .inner {
    margin-bottom: 1em;
    padding: 1em;
    border: 1px solid #999;
}

#onestepcheckout-form .row .onestepcheckout-column-right .inner {
    border: none;
    background-color: #ececec;
}


/* section numbers */

#onestepcheckout-form .cards {
    margin-bottom: 1em;
}

#onestepcheckout-form .onestepcheckout-numbers {
    padding-left: 0.5em;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.125em;
    text-transform: uppercase;
    color: #000;
}

#onestepcheckout-form .onestepcheckout-numbers:before {
    position: relative;
    left: -0.5em;
}

#onestepcheckout-form .onestepcheckout-numbers-1:before {
    content: '1';
}

#onestepcheckout-form .onestepcheckout-numbers-2:before {
    content: '2';
}

#onestepcheckout-form .onestepcheckout-numbers-3:before {
    content: '3';
}

#onestepcheckout-form .onestepcheckout-numbers-4:before {
    content: '4';
}


/* form elements */

#onestepcheckout-form .input-box {
    position: relative;
    margin-bottom: 1em;
}

#onestepcheckout-form .input-box label {
    display: inline-block;
    width: 40%;
}

#onestepcheckout-form .input-box .input-text,
#onestepcheckout-form .input-box .input-text,
#onestepcheckout-form .input-box select {
    width: 55%;
}

#onestepcheckout-form .input-box .input-text,
#onestepcheckout-form .input-box select {
    padding: 0.25em 0.5em 0.4em 0.5em;
}

.validator.validator-email {
    display: inline-block;
    width: 58% !important;
}

#onestepcheckout-form .input-box .validator.validator-email .input-text {
    width: 94.5% !important;
}

.validator.validator-email.validation-yes .feedback,
.validator.validator-email.validation-no .feedback.feedback-email {
    top: 3px !important;
    right: 15px;
    height: 20px !important;
    width: 20px !important;
    background-size: 10px !important;
}


/* form validation */

#onestepcheckout-form #billing_address .validation-advice,
#onestepcheckout-form #shipping_address .validation-advice {
    margin-left: 41%;
}


/* create account for later */

#onestepcheckout-form .input-box.create-account,
#onestepcheckout-form #onestepcheckout-li-password {
    padding: 1.5em 1em 1em 1em;
    background-color: #eee;
}

#onestepcheckout-form #onestepcheckout-li-password {
    margin-top: -1em;
}

#onestepcheckout-form .input-box.create-account label,
#onestepcheckout-form .input-box.input-different-shipping label {
    width: auto;
}


/* date of birth */

#onestepcheckout-form .customer-dob-wrapper {
    margin-bottom: 2em;
    border-bottom: 1px solid #eee;
}

#onestepcheckout-form .date-of-birth {
    display: inline-block;
    width: 40%;
    position: relative;
    top: -1.75em;
}

#onestepcheckout-form .customer-dob {
    display: inline-block;
    width: 55%;
}

#onestepcheckout-form .customer-dob .input-text {
    width: 80%;
}

#onestepcheckout-form .dob-year .input-text {
    width: 100%
}

#onestepcheckout-form .dob-day,
#onestepcheckout-form .dob-month,
#onestepcheckout-form .dob-year {
    display: inline-block;
    width: 33%;
}

#onestepcheckout-form .customer-dob label {
    width: 100%;
}

#onestepcheckout-form .add-new-address label {
    display: block;
    margin-bottom: 1em;
}

#onestepcheckout-form .address_line2 {
    margin: 1em 0 0 40.5%;
}

#onestepcheckout-form .shipping-address-title {
    display: block;
    padding: 1em 0;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.125em;
    text-transform: uppercase;
    color: #000;
}


/* shipping methods */

#onestepcheckout-form .onestepcheckout-shipping-method dt {
    margin-bottom: 1em;
    font-family: RobotoBold;
    font-size: 16px;
    font-size: 1rem;
}

#onestepcheckout-form .onestepcheckout-shipping-method dd {
    border-top: 1px solid #d6d6d6;
    border-right: 1px solid #d6d6d6;
    border-left: 1px solid #d6d6d6;
}

#onestepcheckout-form .onestepcheckout-shipping-method dt.shipping_method_flatrate,
#onestepcheckout-form .onestepcheckout-shipping-method dt.shipping_method_productmatrix {
    display: none;
}

#onestepcheckout-form .onestepcheckout-shipping-method ul {
    margin-bottom: 0;
}

#onestepcheckout-form .onestepcheckout-shipping-method li {
    display: block;
    padding: 0.75em 0.5em;
    border-bottom: 1px solid #d6d6d6;
}

#onestepcheckout-form .onestepcheckout-shipping-method li:last-child {
    /*border-bottom:none;*/
}

#onestepcheckout-form .onestepcheckout-shipping-method input[type="radio"],
#onestepcheckout-form .onestepcheckout-shipping-method label,
#onestepcheckout-form .onestepcheckout-shipping-method .price {
    display: inline-block;
    float: left;
    margin-right: 0.75em;
}

#onestepcheckout-form .onestepcheckout-shipping-method .price {
    float: right;
    margin-right: 0;
    margin-left: 1em;
}


/* payment methods */

#onestepcheckout-form #purchase_order {
    padding: 1em;
    border: 1px solid #d6d6d6;
    border-bottom: none;
}

#onestepcheckout-form #purchase_order label {
    margin-right: 0.5em;
}

#onestepcheckout-form #purchase_order input[type="text"] {
    padding: 0.5em 1em;
    width: 245px;
}

#onestepcheckout-form .payment-methods dl {
    border: 1px solid #d6d6d6;
    border-bottom: none;
}

#onestepcheckout-form .payment-methods dt {
    display: block;
    padding: 0.75em 0.5em;
    border-bottom: 1px solid #d6d6d6;
}

#onestepcheckout-form .payment-methods dt .radio {
    float: left;
    margin-top: 0.75em;
}

#onestepcheckout-form .payment-methods dt label {
    display: inline-block;
    width: 85%;
    min-height: 32px;
    margin-left: 0.5em;
    padding: 0.75em 0 0 105px;
    font-size: 12px;
    font-size: 0.75rem;
    color: transparent;
}

#onestepcheckout-form .payment-methods dt.payment_method_banktransfer label {
    padding: 0.75em 0 0 0px;
}

#onestepcheckout-form .payment-methods dt.payment_method_sagepayserver label,
#onestepcheckout-form .payment-methods dt.payment_method_sagepaydirectpro label,
#onestepcheckout-form .payment-methods dt.payment_method_sagepayform label,
#onestepcheckout-form .payment-methods dt.payment_method_sagepaynit label {
    background: url(https://www.4x4at.com/skin/frontend/nlg/default/images/cart-cards.png) no-repeat 0 6px;
}

#onestepcheckout-form .payment-methods dt.payment_method_stripe_payments label {
    background: url(https://www.4x4at.com/skin/frontend/nlg/default/images/cart-cards.png) no-repeat 0 6px;
}

#onestepcheckout-form .payment-methods dt.payment_method_paypal_express label {
    background: url(https://www.4x4at.com/skin/frontend/nlg/default/images/paypal.png) no-repeat 0 0;
}

#onestepcheckout-form .payment-methods dd ul {
    padding: 0.75em 0.75em;
    border-bottom: 1px solid #d6d6d6;
}

#onestepcheckout-form .payment-methods dd ul,
#onestepcheckout-form .payment-methods dd li {
    margin-bottom: 0;
}

#onestepcheckout-form .payment-methods #payment_form_sagepaydirectpro {
    margin: 1em auto;
    width: 95%;
    padding: 1em;
    background-color: #eee;
}

#onestepcheckout-form .payment-methods #payment_form_sagepaydirectpro .form-list li {
    margin-bottom: 1em;
}

#onestepcheckout-form .payment-methods #payment_form_sagepaydirectpro .input-box #sagepaydirectpro_cc_owner,
#onestepcheckout-form .payment-methods #payment_form_sagepaydirectpro .input-box #sagepaydirectpro_cc_number {
    width: 90%;
}

#onestepcheckout-form .payment-methods #payment_form_sagepaydirectpro .v-fix {
    display: inline-block;
}

#onestepcheckout-form .payment-methods .input-box select.month,
#onestepcheckout-form .payment-methods .input-box select#protxDirect_start,
#onestepcheckout-form .payment-methods .input-box select#protxDirect_expiration {
    width: 140px;
}

#onestepcheckout-form .payment-methods .input-box select.year,
#onestepcheckout-form .payment-methods .input-box select#protxDirect_expiration_yr,
#onestepcheckout-form .payment-methods .input-box select#protxDirect_start_yr {
    width: 75px;
}

#onestepcheckout-form .payment-methods #payment_form_sagepaydirectpro #sagepaydirectpro_cc_cid {
    display: inline-block;
    width: 60px;
}

#onestepcheckout-form .payment-method:last-child #payment_form_pay_on_account li:last-child input {
    width: 100%;
}


/* Tooltip */

.tool-tip {
    border: 1px solid #7BA7C9;
    background-color: #eaf6ff;
    padding: 15px 20px;
    position: absolute;
    z-index: 9999;
}

.tool-tip .btn-close {
    margin: -9px -14px 0;
    text-align: right;
}

.tool-tip .btn-close a {
    display: block;
    margin: 0 0 0 auto;
    width: 15px;
    height: 15px;
    background: url(https://www.4x4at.com/skin/frontend/nlg/default/images/btn_window_close.gif) 100% 0 no-repeat;
    text-align: left;
    text-indent: -999em;
    overflow: hidden;
}

.tool-tip .tool-tip-content {
    padding: 5px;
}


/* order review */

#onestepcheckout-form .onestepcheckout-summary {
    margin-bottom: 1em;
    padding-bottom: 0.25em;
    background-color: #fff;
}

#onestepcheckout-form .onestepcheckout-summary th {
    background-color: #fff;
    border-bottom: 1px solid #eee;
    color: #000;
    font-family: RobotoBlack;
}

#onestepcheckout-form .onestepcheckout-summary td {
    font-size: 14px;
    font-size: 0.875rem;
    border: none;
}

#onestepcheckout-form .onestepcheckout-totals td {
    padding: 0 1em;
    border-bottom: none;
    text-transform: uppercase;
}

#onestepcheckout-form .onestepcheckout-totals .grand-total td {
    font-family: RobotoBold;
}


/* order review - sections */

#onestepcheckout-form .onestepcheckout-coupons,
#onestepcheckout-form .onestepcheckout-giftcards,
#onestepcheckout-form .onestepcheckout-comments,
#onestepcheckout-form .onestepcheckout-giftmessages,
#onestepcheckout-form .onestepcheckout-enable-newsletter,
#onestepcheckout-form .onestepcheckout-feedback {
    margin-bottom: 1em;
    padding: 1em;
    background-color: #fff;
}

#onestepcheckout-form .onestepcheckout-coupons label,
#onestepcheckout-form .onestepcheckout-giftcards label,
#onestepcheckout-form .onestepcheckout-comments label {
    display: block;
    margin-bottom: 0.5em;
}

#onestepcheckout-form .onestepcheckout-coupons input.input-text {
    width: 65%;
}

#onestepcheckout-form .onestepcheckout-comments textarea {
    width: 99%;
}

#onestepcheckout-form .onestepcheckout-enable-newsletter label {
    font-size: 14px;
    font-size: 0.875rem;
}


/*#onestepcheckout-form .onestepcheckout-coupons .block-title { margin-bottom:1em; text-align:center; }
#onestepcheckout-form .onestepcheckout-coupons .block-title:after { display: block; height: 1.25em; font-family:inherit; background-image: url(https://www.4x4at.com/skin/frontend/nlg/default/images/ribbon-gold.png); background-position: center bottom; background-repeat: no-repeat; content: " "; }*/


/* agree to terms */

#onestepcheckout-form .checkout-agreements {
    padding: 0 0 1em 0;
}

#onestepcheckout-form .agreement-content {
    margin-bottom: 1em;
    padding: 1em;
    background-color: #fff;
}

#onestepcheckout-form .onestepcheckout-terms-error {
    padding: 1em;
    margin-bottom: 0.625em;
    border: 1px dashed #ab2828;
}

#onestepcheckout-form .onestepcheckout-terms-error .error-txt {
    font-size: 14px;
    font-size: 0.875rem;
    color: #ab2828;
}


/* place order */

#onestepcheckout-form .onestepcheckout-place-order-wrapper {
    text-align: center;
}

#onestepcheckout-form div.loading-ajax,
#onestepcheckout-form div.loading-ajax-login {
    height: 50px;
    text-align: center;
    background: url(https://www.4x4at.com/skin/frontend/nlg/default/images/ajax-loader.gif) no-repeat center center;
}

.onestepcheckout-place-order-loading {
    display: inline-block;
    padding-left: 20px;
    margin-top: 10px;
    background: url(https://www.4x4at.com/skin/frontend/nlg/default/images/ajax-loader.gif) no-repeat;
}


/* Popup */

#onestepcheckout_popup_overlay_iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 100000;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

#onestepcheckout_popup_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    cursor: pointer;
    background-color: #000;
    z-index: 1000000;
    filter: alpha(opacity=80);
    opacity: 0.8;
}

#onestepcheckout-toc-popup {
    width: 600px;
    height: 530px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000001;
    background-color: #fff;
}

#onestepcheckout-toc-popup .onestepcheckout-popup-contents {
    height: 500px !important;
}

#onestepcheckout-toc-popup div.onestepcheckout-popup-contents {
    overflow: auto;
    height: 500px;
}

#onestepcheckout-toc-popup h1 {
    margin-left: 20px;
}

#onestepcheckout-toc-popup .onestepcheckout-toc-terms {
    margin: 0 20px 20px;
    height: 440px !important;
    overflow: auto;
    padding: 1em 1em 1em 0;
}

#onestepcheckout-login-popup,
#onestepcheckout-toc-popup {
    text-align: left !important;
}

.onestepcheckout-popup-contents {
    margin: 0 20px 0 20px;
    padding: 1em;
    background-color: #fff;
}

.onestepcheckout-popup-contents label {
    display: block;
    margin-bottom: 0.25em;
}

.onestepcheckout-popup-contents .input-box {
    margin-bottom: 1em;
}

.onestepcheckout-popup-contents .input-box br {
    display: none;
}

.onestepcheckout-popup-contents .input-text {
    width: 100%;
}

#onestepcheckout-login-popup {
    max-width: 482px;
    position: absolute;
    z-index: 1000001;
}

#onestepcheckout-login-popup .input-button {
    padding-top: 5px;
}

#onestepcheckout-login-popup p.close,
#onestepcheckout-toc-popup p.close {
    text-transform: uppercase;
    position: absolute;
    right: 50px;
    bottom: -5px;
}

#onestepcheckout-login-popup p.close a,
#onestepcheckout-login-popup p.close a:link,
#onestepcheckout-login-popup p.close a:visited,
#onestepcheckout-toc-popup p.close a,
#onestepcheckout-toc-popup p.close a:link,
#onestepcheckout-toc-popup p.close a:visited {
    text-decoration: underline;
    color: #000;
}

#onestepcheckout-login-popup p.close a:hover,
#onestepcheckout-toc-popup p.close a:hover {
    text-decoration: underline;
}

#onestepcheckout-login-error,
#onestepcheckout-forgot-error {
    color: #ab2828;
    margin-bottom: 10px;
}

.payonaccountplus_checkbox input {
    position: absolute;
    top: -20px;
}


/* -----------------------------------------------
:: Login
-------------------------------------------------- */


/* NLG Guest Landing Page */

.store-nlg_uk-landing #header .usp {
    top: 50px;
}

.store-nlg_uk-landing #search_mini_form,
.store-nlg_uk-landing .minicart,
.store-nlg_uk-landing .account,
.store-nlg_uk-landing .menu,
.store-nlg_uk-landing .searchtoggle,
.store-nlg_uk-landing .contact-details,
.store-nlg_uk-landing #global-promo,
.store-nlg_uk-landing .useful-links {
    display: none!important;
}

.nlg-login-container {
    background-image: url('https://www.4x4at.com/skin/frontend/nlg/default/images/nlg-guestlanding.jpg');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.nlg-login-container #content {
    padding-top: 1em;
    background-color: transparent;
}

.nlg-login-container .account-login .error-msg {
    margin: 0 2em;
    background-color: #a94442;
}

.nlg-login-container .account-login .registered-users {
    background-color: transparent;
}

.nlg-login-container .account-login {
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.6);
    margin-bottom: 3em;
}

.nlg-login-container .account-login h2,
.nlg-login-container .account-login p,
.nlg-login-container .account-login a,
.nlg-login-container .account-login li {
    color: #fff;
    list-style: none;
}

.nlg-login-container .account-login .new-users li:before {
    content: "\f00c";
    font-family: FontAwesome;
    display: inline-block;
    padding-right: 0.5em;
    color: #03b94b;
}

.nlg-login-container .account-login .buttons-set {
    margin-bottom: 1em;
}

.nlg-login-container .account-login .new-users {
    padding: 0 1em;
}

.nlg-login-container .btn-info span span {
    color: #fff;
    background-color: #03b94b;
    border: 1px solid #03b94b;
}

.store-nlg_uk-landing .logo-list {
    background-color: #fff;
    margin-bottom: 0;
    padding-top: 3em;
    padding-bottom: 3em;
}

.trade-logo {
    display: none;
}

.store-nlg_uk-landing .trade-logo {
    display: block;
    position: absolute;
    right: 10px;
    top: 15px;
    width: 175px;
}

.store-nlg_uk-landing #header .logo {
    left: 0;
}


/* -----------------------------------------------
:: My Accout
-------------------------------------------------- */


/* My Orders */

#my-orders-table td.row-hide {
    display: none;
}


/* -----------------------------------------------
:: Footer
-------------------------------------------------- */

#footer {
    background-color: #333333;
    border-top: 3px solid #0c9641;
    color: #fff;
}

#footer h4 {
    padding-top: 1em;
    color: #fff;
}

#footer .organisation .inner {
    font-size: 14px;
    font-size: 0.875rem;
    color: #fff;
    background: url('https://www.4x4at.com/skin/frontend/nlg/default/images/nlg-logo-white.jpg') no-repeat;
    padding-left: 180px;
}

#footer a {
    color: #fff;
    text-decoration: none;
}

#footer .contact a {
    position: relative;
    display: block;
    padding-left: 24px;
}

#footer a:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'FontAwesome';
}

#footer .phone:before {
    content: "\f095";
}

#footer .email:before {
    content: "\f0e0";
}

#copyright {
    background-color: #252525;
}

.copyright,
.copyright span,
#copyright .copyright a,
#copyright .copyright span {
    font-size: 12px;
    font-size: 0.75rem;
    color: #999;
}


/* -----------------------------------------------
:: Page Specific
-------------------------------------------------- */

.cms-page-view .std {
    padding: 0 1.5em;
}


/* Homepage */

.cms-index-index .section {
    padding: 0 1em;
}

.cms-index-index .section>h2 {
    font-family: RobotoBold;
}

.cms-index-index .section h3 {
    padding: 1.5em 0 1.8em 0;
}

.accessories-by-vehicle a {
    border: 1px solid #eee;
    display: block;
    text-align: center;
    line-height: 0;
}

.accessories-by-vehicle img {
    display: inline-block;
}

.logo-list li {
    display: inline-block;
    padding: 0.5em;
}

.logo-list li img {
    max-width: 80px;
}

.customer-on-hold {
    margin-top: 10px;
}

@media only screen and (min-width:230px) and (max-width:1200px) {
    .mob-hidden {
        display: none;
    }
}


}
.cms-nlg-index .section img {
    display: block;
}
@media only screen and (max-width:1024px) {
    .cms-nlg-index .mob-hidden img {
        width: 100%;
        margin-top: 10px;
    }
}

/* -----------------------------------------------
:: Media
-------------------------------------------------- */

/* Show phone icon on mobile */
@media only screen and (max-width: 30em) {
    #header .contact-details span.telephone {
        position: absolute;
        top: 16px;
        right: 3.1em;
    }
    
    #header .contact-details span.telephone a:before {
        padding-right: 5px;
        content: "\f095";
        font-family: 'FontAwesome';
        color: #8a898e;
        font-size: 28px;
        font-size: 1.75rem;
    }
    
    #header .contact-details span.telephone.logged-in {
        right: 8em;
    }
    
    .onestepcheckout-index-index #header .contact-details span.telephone {
        right: 5.8em;
    }
}
@media only screen and (min-width:22.5em) {
    /*
	min-width:360px;
	*/
}
@media only screen and (min-width:30em) {
    /*
	min-width:480px;
	*/
    /* Header */
    
    #header .contact-details,
    #header .contact-details .opening-hours {
        display: block;
    }
    
    #header .contact-details .telephone a span {
        display: inline;
        color: #05b247;
    }
    
    #header .contact-details .telephone,
    #header .contact-details .opening-hours {
        position: absolute;
        left: 158px;
    }
    
    #header .contact-details span.telephone:before {
        padding-right: 1px;
        content: "Call us";
        font-family: 'RobotoRegular';
        color: #292929;
    }
    
    #header .contact-details .telephone {
        top: 15px;
        font-size: 16px;
        font-size: 1rem;
        font-family: 'RobotoBold';
        color: #05b247;
    }
    
    #header .contact-details .opening-hours {
        top: 35px;
        font-size: 12px;
        font-size: 0.75rem;
    }
    /* One Step Checkout */
    
    .payonaccountplus_checkbox input {
        position: absolute;
        top: -12px;
    }
}
@media only screen and (min-width:33.75em) {
    /*
	min-width:540px;
	*/
}
@media only screen and (min-width:37.50em) {
    /*
	min-width:600px;
	*/
    
    h1 {
        font-size: 32px;
        font-size: 2rem;
    }
    /* finder */
    
    #tab-1.tab-content .selected-vehicle {
        position: relative;
    }
    
    #tab-1 input#accessoriesfinder_reset {
        position: absolute;
        top: -11px;
        right: 0;
    }
    /* Header */
    
    #global-promo {
        text-align: center;
    }
    /* Categories */
    
    .category-header p {
        display: block;
    }
    
    .category-description {
        display: none;
    }
    /* Footer */
    
    #footer h4 {
        padding-top: 0.125em;
    }
    /* Accessories Finder */
    
    #accessoriesfinder .inner {
        text-align: left;
    }
    
    .tab-title {
        display: block;
    }
    /* NLG Homepage */
    
    .cms-home-nlg .nlg-welcome-img a span {
        /*position: absolute; bottom: 0;*/
    }
}
@media only screen and (min-width: 48em) {
    /*
	min-width:768px;
	*/
    /* Header */
    
    #header .account {
        right: 0;
    }
    
    #header .account:before {
        top: -5px;
        left: -25px;
    }
    
    #header .account .my-account {
        display: block;
        padding-left: 10px;
        font-size: 14px;
        font-size: 0.875rem;
        font-family: 'RobotoBold';
    }
    
    #header .account a.account-link:before {
        left: -5px;
        font-size: 32px;
        font-size: 2rem;
    }
    
    #header .account a.account-link:hover {
        text-decoration: none;
    }
    
    #header .account a.account-link,
    #header .account .register-link,
    #header .account .logout-link {
        display: inline-block;
        position: relative;
        top: -25px;
        font-size: 12px;
        font-size: 0.75rem;
        font-family: 'RobotoRegular';
    }
    
    #header .account a.account-link {
        left: -19px;
        text-decoration: none;
    }
    
    #header .account .register-link,
    #header .account .logout-link {
        left: -15px;
        text-decoration: underline;
    }
    
    #header .account a.account-link span {
        display: inline-block;
        text-decoration: underline;
    }
    
    #header .minicart {
        right: 165px;
    }
    
    #header .minicart a:hover {
        text-decoration: none;
    }
    
    #header .minicart a.view:before {
        top: -3px;
        left: -5px;
        font-size: 28px;
        font-size: 1.75rem;
    }
    
    #header .minicart .items,
    #header .minicart .total {
        position: relative;
        top: -2px;
        display: block;
        float: left;
        font-size: 14px;
        font-size: 0.875rem;
        font-family: 'RobotoBold';
    }
    
    #header .minicart .basket {
        position: absolute;
        top: 17px;
        display: block;
        padding-bottom: 1em;
        font-size: 12px;
        font-size: 0.75rem;
        text-decoration: underline;
    }
    /* Slider */
    
    .slider #arrows {
        display: block;
    }
    /* Homepage */
    
    .logo-list li img {
        max-width: 120px;
    }
    /* Finder */
    
    .category-header {
        background-color: #f1f1f1;
    }
    
    .category-header .cat-image:after {
        padding-bottom: 15%;
    }
    
    #tab-1.tab-content .selected-vehicle {
        padding-top: 0.5em;
    }
    
    #tab-1.tab-content p {
        width: auto;
        margin-bottom: 0;
    }
    /* Product */
    
    .product-view .img-box .product-image #zoom-btn {
        display: block !important;
        z-index: 0;
    }
    
    .product-view .img-box .product-image .more-images {
        margin-right: -0.75em;
        margin-left: -0.75em;
    }
    /* Basket & Checkout */
    
    .onestepcheckout-index-index #nav li.subtotal {
        font-family: RobotoBold;
    }
    /* Login */
    /* NLG Guest Landing Page */
    
    .nlg-login-container .login-container .new-users {
        padding: 3em 1em;
    }
    
    .nlg-login-container .account-login {
        margin-bottom: 1em;
    }
    
    .nlg-login-container .account-login .new-users {
        padding: 3em 2em;
    }
    /* My Orders */
    
    #my-orders-table td.row-hide {
        display: table-cell;
    }
}
@media only screen and (min-width:50em) {
    /*
	min-width:800px;
	*/
    
    body {
        padding-top: 0;
    }
    /* Header */
    
    #header {
        position: static;
        padding: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }
    /* Login */
    /* NLG Guest Landing Page */
    
    .nlg-login-container #content {
        padding-top: 3em;
    }
}
@media screen and (min-width:64em) {
    /*
	min-width:1024px;
	*/
    /* Header */
    
    #header {
        height: 130px;
        border-bottom: none;
    }
    
    #header .logo {
        left: 0;
        width: 210px;
    }
    
    #header .contact-details .telephone {
        top: 20px;
    }
    
    #header .contact-details .opening-hours {
        top: 40px;
    }
    
    #header .contact-details .telephone,
    #header .contact-details .opening-hours,
    #header .usp p {
        left: 250px;
    }
    
    #header .usp {
        display: block;
        position: absolute;
        top: 70px;
        left: 250px;
    }
    
    #header .usp p {
        font-family: RobotoBold;
        font-size: 24px;
        font-size: 1.5rem;
        color: #777;
        text-transform: uppercase;
    }
    
    #header .minicart:hover {
        z-index: 100001;
    }
    
    #header .minicart:hover #basket-summary {
        border-top: 3px solid #03b94b;
    }
    
    #header .minicart #basket-summary .item .product-name {
        font-family: 'RobotoRegular';
    }
    
    #header .minicart #basket-summary .item-options p {
        font-family: 'RobotoRegular';
        color: #005085;
    }
    
    #header .minicart #basket-summary .truncated .truncated_full_value .item-options:after {
        border-bottom: 7px solid #03b94b;
    }
    
    #header .minicart #basket-summary .truncated .truncated_full_value .item-options>p {
        font-family: 'RobotoMedium';
        color: #05b247;
    }
    /* Global Promo */
    
    #global-promo {
        padding-left: 40px;
        font-family: 'RobotoMedium';
        font-size: 14px;
        font-size: 0.875rem;
        text-transform: uppercase;
        background-color: #ffffff;
    }
    
    #global-promo span {
        position: relative;
        display: inline-block;
    }
    
    #global-promo span:before {
        position: absolute;
        top: -7px;
        left: -32px;
        padding-bottom: 0.25em;
        font-family: 'FontAwesome';
        font-size: 24px;
        font-size: 1.5rem;
        color: #05b247;
    }
    
    #global-promo .experience span:before {
        content: '\f091';
    }
    
    #global-promo .prices span:before {
        content: '\f02c';
    }
    
    #global-promo .delivery span:before {
        content: '\f0d1';
    }
    /* Categories */
    
    .category-header h1 {
        left: 1em;
        right: auto;
        margin: 0;
        text-align: left;
        font-size: 48px;
        font-size: 3rem;
        width: 50%;
        padding: 0.75em 0;
    }
    
    .category-header p {
        left: 2em;
        right: auto;
        margin: 0;
        text-align: left;
        width: 50%;
        top: 9em;
    }
    
    .category-header .cat-image {
        background-size: cover;
        background-position: center top;
    }
    
    .subcategories-layout .category-header h1 {
        font-size: 48px;
        font-size: 3rem;
        top: 1em;
    }
    /* Flexslider */
    
    .slider #arrows a.next,
    .slider #arrows a.prev {
        top: 35%;
    }
    /* Accessories Finder */
    
    #accessoriesfinder .inner {
        text-align: center;
    }
    
    #accessoriesfinder .css-select {
        display: inline-block;
        width: 22%;
        width: calc(25% - 30px);
    }
    
    #accessoriesfinder #tab-2 .css-select {
        width: 29.25%;
        width: calc(32.5% - 31px);
    }
    
    #accessoriesfinder select {
        margin-bottom: 0;
        padding: 1.3em 1em;
    }
    
    #accessoriesfinder input[type="submit"] {
        width: auto;
        margin-bottom: 0;
        padding: 1.4em 1.75em 1.35em;
        /* For IE */
        vertical-align: top;
        /* For IE */
    }
    
    #accessoriesfinder .css-checkbox {
        padding-top: 12px;
    }
    
    .category-banner:before,
    .category-header .cat-image:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        background: url(https://www.4x4at.com/skin/frontend/nlg/default/images/dot-overlay-black.png) repeat 0 0;
    }
    
    .category-header.home .cat-image:before {
        z-index: 0;
    }
    
    .category-header .cat-desc {
        padding: 0;
    }
    
    .category-header .cat-image .slides li a:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        background: url(https://www.4x4at.com/skin/frontend/nlg/default/images/dot-overlay-black.png) repeat 0 0;
    }
    /* Homepage */
    
    .logo-list li img {
        max-width: 100%;
    }
    
    .cms-home-nlg .nlg-welcome-img a span,
    .cms-home-nlg .featured-categories a span {
        font-size: 20px;
        font-size: 1rem;
        letter-spacing: 1px;
    }
    /* Product */
    
    .stripexpress-logo span.paypal-or {
        display: none;
    }
    
    .product-view .img-box .product-image .cloud-zoom-big,
    .product-view .img-box .product-image .cloud-zoom-lens {
        display: block !important;
    }
    
    .product-view .img-box .product-image .cloud-zoom-lens {
        cursor: move !important;
    }
    /* One Step Checkout */
    
    .payonaccountplus_checkbox input {
        position: absolute;
        top: -20px;
    }
    /* Login */
    /* NLG Guest Landing Page */
    
    .store-nlg_uk-landing .trade-logo {
        top: 35px;
        width: 260px;
        right: 0;
    }
}
@media screen and (min-width:68.75em) {
    /*
	min-width:1100px;
	*/
    /* Login */
    /* NLG Guest Landing Page */
    
    .store-nlg_uk-landing .trade-logo {
        width: 309px;
    }
    
    .account-login {
        padding: 2em 0;
    }
    
    #accessoriesfinder #tab-2 .css-select {
        width: calc(32.6% - 31px);
    }
}
@media only screen and (min-width:73.75em) {
    /*
	min-width 1180px
	*/
    
    .category-header {
        margin-bottom: 0;
        height: auto;
        background-image: none !important;
    }
    
    .category-header .cat-image {
        position: relative;
        margin: 0 auto;
        max-width: 100em;
    }
    
    .cms-home-formula4 .category-header .cat-image,
    .cms-home-nlg .category-header .cat-image,
    .cms-home-4x4 .category-header .cat-image {
        max-width: 1920px;
    }
    
    .category-header .cat-image img {
        float: left;
    }
    
    .category-header h1 {
        padding: 0;
    }
    
    .category-header .cat-desc {
        position: absolute;
        top: 2.5em;
        left: 1em;
        right: 0;
        padding: 0 0.5em;
    }
    
    .category-header .cat-image {
        background-image: none!important;
    }
    
    .category-header .cat-image:after {
        padding: 0;
    }
}
@media screen and (min-width:75em) {
    /*
	min-width:1200px;
	*/
    
    h1 {
        font-size: 1.9rem;
    }
    /* Flexslider */
    
    .slider #arrows a.next {
        right: 5%;
    }
    
    .slider #arrows a.prev {
        left: 5%;
    }
}
@media screen and (min-width:76.5em) {
    /*
	min-width:1224px;
	*/
    
    #accessoriesfinder #tab-2 .css-select {
        width: calc(32.65% - 31px);
    }
}
@media screen and (min-width:80em) {
    /*
	min-width:1280px;
	*/
    
    .category-header .cat-desc {
        left: 0;
    }
}
@media screen and (min-width:85.3750em) {
    /*
	min-width:1366px;
	*/
    
    .category-header h1 {
        left: 0em;
    }
    
    .category-header p {
        left: 0em;
    }
}
@media screen and (min-width:87.5em) {
    /*
	min-width:1400px;
	*/
}
@media screen and (min-width:90em) {
    /*
	min-width:1440px;
	*/
}
@media screen and (min-width:100em) {
    /*
	min-width:1600px;
	*/
}
@media screen and (min-width:125em) {
    /*
	min-width:2000px; (kindle fire HDX / Large format)
	*/
}

/*_ __    ___  ____  __ __    ___ 
|  |  |  /  _]|    \|  |  |  /  _]
|  |  | /  [_ |  D  )  |  | /  [_ 
|  |  ||    _]|    /|  |  ||    _]
|  :  ||   [_ |    \|  :  ||   [_ 
 \   / |     ||  .  \\   / |     |
  \_/  |_____||__|\_| \_/  |____*/
@media (max-width:767px) {
    .pca .pcaautocomplete.pcatext {
        display: none;
        width: 100%;
        left: 0 !important;
        border-color: transparent !important;
    }
    
    .pca .pcatext.pcanotification.pcavisible {
        display: none;
    }
    
    .pca .pcaautocomplete.pcatext .pcafooter {
        display: none;
    }
}

/* End of @media ----------------------------------------------------------------------------- */

/* https://css-tricks.com/snippets/css/orientation-lock/ */
@media screen and (min-width: 320px) and (max-width: 767px) and (orientation: landscape) {}

/* End of @media ----------------------------------------------------------------------------- */

/* SM - SECONDARY */

/* Old small -screen devices (tablets, 575px and up) : KEEP IT AFTER :  @media (max-width:767px) */
@media (max-width:575px) {}

/* @media ==================================================================================== */
@media (max-width:575px) and (orientation:landscape) {}

/* @media ==================================================================================== */

/* --------------------------------------------------------------------------------------------- */

/* MD */

/* Medium devices (tablets, 768px and up) */
@media (min-width:768px) and (max-width:991px) {}

/* End of @media ----------------------------------------------------------------------------- */

/* The following codes are specifically for iPad (portrait and landscape): */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {}

/* @media iPad Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {}

/* @media iPad Portrait  ==================================================================================== */

/* LG */

/* Large devices (desktops, 992px and up) */
@media (min-width:992px) and (max-width:1247px) {}

/* End of @media ----------------------------------------------------------------------------- */

/* ! USE THIS ONE ON NON-FULL-WIDTH SITES */
@media (min-width:1248px) {
    /* DEFAULT 1200px  changed to 1248px */
}

/* ! USE BELOW ONLY ON NON-FULL-WIDTH SITES */

/* SPECIAL OCCASIONS ONLY */
@media (max-width:575px) {}
@media (min-width:576px) {}
@media (min-width:768px) {}
@media (min-width:992px) {}

/* ! USE BELOW ONLY ON FULL-WIDTH SITES */

/* XL: 1280x1024 */

/* Extra large devices (large desktops, 1280 and up) */
@media (min-width:1248px) and (max-width: 1333px) {}

/* End of @media ----------------------------------------------------------------------------- */

/* 2XL: 1366 x 768 */

/* Extra large devices (large desktops, 1366px and up) */
@media (min-width:1334px) and (max-width: 1407px) {}

/* 3XL: 1440 x 900 */

/* Extra large devices (large desktops, 1440 and up) */
@media (min-width:1408px) and (max-width: 1879px) {}

/* SPECIAL OCCASIONS ONLY  */
@media (min-width:1880px) {
    /* 1920 x 1080 and up  */
}

/* End of @media ----------------------------------------------------------------------------- */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2006-2020 Magento, Inc. (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(https://www.4x4at.com/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(https://www.4x4at.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(https://www.4x4at.com/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(https://www.4x4at.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(https://www.4x4at.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(https://www.4x4at.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(https://www.4x4at.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(https://www.4x4at.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(https://www.4x4at.com/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.searchindex-results {
  *zoom: 1;
  margin-bottom: 10px;
  border-bottom: 1px solid #a0b3c3;
}
.searchindex-results:before,
.searchindex-results:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results:after {
  clear: both;
}
.searchindex-results li {
  margin-bottom: -1px;
  float: left;
  *zoom: 1;
  margin: 0px 2px;
}
.searchindex-results li:before,
.searchindex-results li:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results li:after {
  clear: both;
}
.searchindex-results li a {
  font-size: 12px;
  font-weight: bold;
  color: #333;
  display: block;
  cursor: pointer;
  padding: 2px 5px 1px 5px;
  line-height: 20px;
  border: 1px solid transparent;
  border-bottom: none;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  text-decoration: none;
}
.searchindex-results li a:hover {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -o-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffffffff', GradientType=0);
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-results li a span {
  font-weight: normal;
  font-size: 0.9em;
}
.searchindex-results li.active a {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -o-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffffffff', GradientType=0);
  cursor: default;
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-result li {
  padding: 5px;
}
.searchindex-result li .title a {
  font-weight: bold;
  color: #203548;
  font-size: 13px;
}
.searchindex-result.searchindex-result-category {
  margin-bottom: 20px;
}
.searchindex-result.searchindex-result-category li {
  padding: 1px 0px;
}
.searchindex-result.searchindex-result-category li a {
  font-weight: bold;
  color: #203548;
}
.searchindex-highlight {
  background-color: #ff0;
}

div.amshopby-column {
    float: left;
    width: 49%;
    overflow: hidden;
}

select.amshopby-select {
    width: 170px;
}

p.block-subtitle {
    display: none;
}

.amshopby-logo {
    padding: 0 10px 10px 0;
    float: left;
}

.amshopby-featured {
    padding: 5px;
}

.amshopby-link {
    padding: 5px 0 0 5px;
}

.amshopby-clearer {
    display: block;
    clear: both;
    overflow: hidden;
}

div.block-layered-nav dd a {
    padding: 0 5px 0 0;
    display: block;
    float: left;
}

.block-layered-nav .amshopby-attr,
.block-layered-nav .amshopby-attr:hover {
    padding: 1px 5px 1px 25px;
    background: url(https://www.4x4at.com/skin/frontend/base/default/images/unticked-box.png) left center no-repeat;
}

.block-layered-nav .amshopby-attr::before,
.block-layered-nav .amshopby-attr-selected::before {
    border-style: none;
}

.block-layered-nav .amshopby-attr-selected,
.block-layered-nav .amshopby-attr-selected:hover {
    font-weight: bold;
    padding: 1px 5px 1px 25px;
    background: url(https://www.4x4at.com/skin/frontend/base/default/images/ticked-box.png) left center no-repeat;
}

.block-layered-nav .amshopby-attr-inactive {
    pointer-events: none;
    color: #666
}

.block-layered-nav dd a img {
    float: left;
}

.block-layered-nav .single-choice a.amshopby-attr,
.block-layered-nav .single-choice a.amshopby-attr:hover {
    background-image: url(https://www.4x4at.com/skin/frontend/base/default/images/amshopby-rb1.gif);
}

.block-layered-nav .single-choice a.amshopby-attr-selected,
.block-layered-nav .single-choice a.amshopby-attr-selected:hover {
    background-image: url(https://www.4x4at.com/skin/frontend/base/default/images/amshopby-rb2.gif);
}

.amshopby-swatch {
    background: url(https://www.4x4at.com/skin/frontend/base/default/images/amshopby-cb1.gif) left center no-repeat;
}

.block-layered-nav .amshopby-cat-level-2 {
    padding-left: 0;
}

.block-layered-nav .amshopby-cat-level-2.static-2-level {
    padding-left: 30px;
}

.block-layered-nav .amshopby-cat-level-3 {
    padding-left: 20px;
}

.block-layered-nav .amshopby-cat-selected {
    font-weight: bold;
    color: black;
    text-decoration: none;
    cursor: text;
}

.block-layered-nav .amshopby-cat-multi a {
    padding-left: 15px;
    background: url(https://www.4x4at.com/skin/frontend/base/default/images/amshopby-cb1.gif) left center no-repeat;
}

.block-layered-nav .amshopby-cat-multiselected a,
.block-layered-nav .amshopby-cat-multiselected a:hover {
    font-weight: bold;
    background: url(https://www.4x4at.com/skin/frontend/base/default/images/amshopby-cb2.gif) left center no-repeat;
}

.block-layered-nav span.amshopby-plusminus {
    float: left;
    display: block;
    margin: 5px 0 0;
    padding: 0;
    width: 15px;
    height: 15px;
    cursor: pointer;
    background: transparent url(https://www.4x4at.com/skin/frontend/base/default/images/amshopby-plus.gif) no-repeat;
}

.block-layered-nav span.minus {
    background: transparent url(https://www.4x4at.com/skin/frontend/base/default/images/amshopby-minus.gif) no-repeat;
}

.block-layered-nav li:after {
    display: block;
    content: ".";
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0;
    overflow: hidden;
}

.main .block-layered-nav.amshopby-collapse-enabled dt {
    cursor: pointer;
    padding-left: 15px;
    background: url(https://www.4x4at.com/skin/frontend/base/default/images/amshopby-expanded.gif) center left no-repeat;
}

.block-layered-nav.amshopby-collapse-enabled dt::after {
    border-style: none;
}

.block-layered-nav.amshopby-collapse-enabled .toggle-content .no-display {
    display: block;
}

.block-layered-nav .amshopby-slider {
    position: relative;
    margin: 10px 4px 5px;
    z-index: 9;
    height: 18px;
    background: url(https://www.4x4at.com/skin/frontend/base/default/images/amshopby-slider-bg.gif) repeat-x 0 50%;
    cursor: pointer;
}

.block-layered-nav .amshopby-slider .handle {
    margin-left: -4px;
    width: 8px;
    top: 3px;
    height: 14px;
    background: transparent url(https://www.4x4at.com/skin/frontend/base/default/images/amshopby-hadle.png) no-repeat;
    position: absolute;
    cursor: move;
    z-index: 2;
}

/*
 * Slider labels
 */
.amshopby-slider-price {
    color: #798794;
}

.amshopby-slider-price-from {
    float: left;
}

.amshopby-slider-price-to {
    float: right;
}

.amshopby-slider-handle-right,
.amshopby-slider-handle-left {
    position: absolute;
    top: 14px;
}

.amshopby-slider-handle-left {
    left: 0;
}
.amshopby-slider-handle-right {
    right: 0;
}
.amshopby-tooltip {
    padding: 2px 5px;
    background: #FEC;
    border: 1px solid #FAA819;
    color: #1F5070;
    text-align: left;
    width: 200px;
    position: absolute;
    z-index: 1000;
}

.amshopby-slider-price-range {
    text-align: center;
    font-size: 0.9em;
}

.amshopby-tooltip-img {
    cursor: help;
    display: inline;
}

.block-layered-nav,
.amshopby-page-container,
.amshopby-filters-top {
    position: relative;
}

.amshopby-overlay {
    background-color: #FFFFFF;
    height: 100%;
    left: 0;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 555;
}

.amshopby-overlay img {
    top: 100px;
    left: 45%;
    display: block;
    position: absolute;
}

.amshopby-overlay div {
    margin: 0 auto;
    display: block;
    width: 300px;
    height: 200px;
    background: url('https://www.4x4at.com/skin/frontend/base/default/images/amshopby-overlay.gif') 50% 50% no-repeat;
}
/*
 * Advanced Categories
 */
.amshopby-advanced li {
    clear: both;
}

.amshopby-advanced .level1 {
    padding-left: 20px;
}

.amshopby-advanced .level2 {
    padding-left: 30px;
}

.amshopby-advanced .level3 {
    padding-left: 40px;
}

.amshopby-advanced .level4 {
    padding-left: 50px;
}

.amshopby-advanced li.active > a {
    font-weight: bold;
}

.amshopby-cat-toggle.amshopby-cat-toggle-hidden {
    display: none;
}
/*
 * Slider Bar
 */
.amshopby-slider-bar {
    position: absolute;
    background: #999;
    height: 6px;
    top: 6px;
    z-index: 1;
}

/*
 * Subcategories block
 */
.amshopby-subcategory-image {
    overflow: auto;
}

.btn-remove-inline {
    background: url('https://www.4x4at.com/skin/frontend/base/default/images/am_btn_remove.gif') no-repeat;
    width: 13px;
    height: 12px;
    margin-left: 4px;
}

.amshopby-hightlighted {
    background: yellow;
}

.btn-remove-inline img {
    display: inline;
}

.block-layered-nav .amshopby-slider .handle.active {
    z-index: 3;
}

.amshopby-slider-ui {
    background: url(https://www.4x4at.com/skin/frontend/base/default/images/amshopby-slider-bg.gif) repeat-x 0 50%;
    margin: 10px .4em;
}

.amshopby-slider-ui .ui-slider-handle {
    background-color: #f18200;
    border: 1px solid #de5400;
    box-sizing: border-box;
    outline: none;
}

.amshopby-slider-ui .ui-slider-range {
    background-color: #999999;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-slider {
    cursor: pointer;
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 0.8em;
    height: 1.2em;
    cursor: pointer;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.2em;
    margin-left: -.4em;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0.2em;
    height: 8px;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}

.amshopby-narrow-by-list td {
    vertical-align: top;
}

input[name^="amshopby"][id$="from"].input-text,
input[name^="amshopby"][id$="to"].input-text {
    width: auto;
}

.amshopby-item-top {
    max-width: 225px;
    min-width: 180px;
    display: inline-block;
    vertical-align: top;
    height: 100%;
}

.amshopby-filters-top .block-content ol {
    max-width: 250px;
}

.amshopby-item-top .amshopby-column {
    width: auto;
}

.no-display-current,
.no-display {
    display: none;
}

.current .no-display-current,
.current td.no-display {
    display: block;
}

@media only screen and (max-width: 770px) {
    dl#narrow-by-list,
    dl#narrow-by-list2 {
        padding: 0;
    }

    .block-layered-nav.amshopby-collapse-enabled .toggle-content dt {
        background: url(https://www.4x4at.com/skin/frontend/base/default/images/amshopby-collapsed.gif) center left no-repeat;
    }

    .block-layered-nav.amshopby-collapse-enabled .toggle-content.accordion-open dt.current {
        background: url(https://www.4x4at.com/skin/frontend/base/default/images/amshopby-expanded.gif) center left no-repeat;
    }
}

.block-layered-nav ol:not(.single-choice) select option[selected] {
    color: white;
    background-color: rgba(171, 171, 171, 1);
}

.amshopby-apply-button {
    width: 180px;
    height: 40px;
    margin-top: 1em;
}

/**
 * All Brands page
 */
.content .ambrands-list {
    min-width: 180px;
}
.amshopby-subcategories-wrapper {
    position: relative;
    box-sizing: unset;
    flex-wrap: wrap;
}
.amshopby-subcategories-wrapper:after {
    content: '';
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    z-index: 999;
}
.amshopby-subcategory {
    float: left;
    height: auto;
    width: auto;
    padding-right: 5px;
    line-height: 50px;
    border-bottom: 1px solid #eee;
}
.amshopby-subcategory .am-item {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    text-align: left;
    vertical-align: middle;
    line-height: 1;
}
.amshopby-subcategory .am-img {
    max-width: 100%;
    display: block;
    float: left;
}
.amshopby-subcategory .am-title {
    margin-left: 5px;
    padding: 20px 0;
}
.amshopby-subcategories-img {
    display: inline;
    vertical-align: middle;
}
div.amshopby-overflow-scroll-enabled div.block-content dl dd > ol:first-of-type {
    overflow-y: auto;
}
.amshopby-cat-level-1.without-icon {
    padding-left: 15px;
}

.mteo-theme-default #mteo_msg_error,
.mteo-theme-default #mteo_subscription_success_with_coupon,
.mteo-theme-default #mteo_subscription_success {
    display: none;
}

#mteo_popup_bg_layer {
    position: absolute;
    z-index: 2147483647;
    background-color: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    top: 0;
    left: 0;
    box-sizing: border-box;
    display: none;
}

#mteo_popup_content {
    background: #ffffff;
    position: relative;
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
}

/* Default theme */
/*@font-face {*/
    /*font-family: "Roboto";*/
    /*src: url("https://www.4x4at.com/skin/frontend/nlg/fourbyfour/font/mt/exitoffer/roboto/Roboto-Light.woff2") format("woff2"), url("https://www.4x4at.com/skin/frontend/nlg/fourbyfour/font/mt/exitoffer/roboto/Roboto-Light.woff") format("woff"), url("https://www.4x4at.com/skin/frontend/nlg/fourbyfour/font/mt/exitoffer/roboto/Roboto-Light.ttf") format("truetype");*/
    /*font-weight: 300;*/
/*}*/

/*@font-face {*/
    /*font-family: "Roboto";*/
    /*src: url("https://www.4x4at.com/skin/frontend/nlg/fourbyfour/font/mt/exitoffer/roboto/Roboto-Regular.woff2") format("woff2"), url("https://www.4x4at.com/skin/frontend/nlg/fourbyfour/font/mt/exitoffer/roboto/Roboto-Regular.woff") format("woff"), url("https://www.4x4at.com/skin/frontend/nlg/fourbyfour/font/mt/exitoffer/roboto/Roboto-Regular.ttf") format("truetype");*/
    /*font-weight: 400;*/
/*}*/

/*@font-face {*/
    /*font-family: "Roboto";*/
    /*src: url("https://www.4x4at.com/skin/frontend/nlg/fourbyfour/font/mt/exitoffer/roboto/Roboto-Bold.woff2") format("woff2"), url("https://www.4x4at.com/skin/frontend/nlg/fourbyfour/font/mt/exitoffer/roboto/Roboto-Bold.woff") format("woff"), url("https://www.4x4at.com/skin/frontend/nlg/fourbyfour/font/mt/exitoffer/roboto/Roboto-Bold.ttf") format("truetype");*/
    /*font-weight: 700;*/
/*}*/

.mteo-theme-default select,
.mteo-theme-default label,
.mteo-theme-default input,
.mteo-theme-default a,
.mteo-theme-default {
    font-family: "Roboto", Arial, sans-serif;
}

.mteo-theme-default {
    width: auto;
    height: auto;
    min-height: 480px;
    display: block;
    padding: 0 1em;
    overflow: hidden;
}

.mteo-theme-default .mteo-text-row-1 {
    margin-top: 70px;
    height: 30px;
    line-height: 30px;
    width: 100%;
    font-size: 17px;
    font-family: Arial, sans-serif;
    font-weight: 300;
}

.mteo-theme-default .mteo-text-row-2 {
    margin: 14px 0 0 0;
    font-size: 100px;
    line-height: 90px;
    height: auto;
    overflow: hidden;
}

.mteo-text-row-3 {
    margin: 0 0 0 0;
    font-size: 32px;
    line-height: 38px;
    height: auto;
    overflow: hidden;
    font-weight: 300;
}

 .mteo-theme-default .mteo-text-row-4 {
    margin: 0 0 17px 0;
    font-size: 16px;
    height: auto;
    overflow: hidden;
    font-weight: 300;
}

.mteo-theme-default #mteo_subcription_form {
    height: auto;
    overflow: hidden;
    margin-bottom: 55px;
}

.mteo-theme-default .mteo-subscribe {
    margin: 50px 20% 0;
    width: 60%;
    display: inline-block;
}

.mteo-theme-default .mteo-subscribe input#mteo_email {
    display: inline-block;
    float: left;
    width: 70%;
    height: 40px;
    background-color: #ffffff;
    border: 0;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    color: #3d3d3d;

    -webkit-border-top-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-topleft: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.mteo-theme-default .mteo-subscribe a#mteo_contact_submit,
.mteo-theme-default .mteo-subscribe a#mteo_submit {
    font-size: 16px;
    width: 30%;
    height: 40px;
    line-height: 36px;
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
    float: left;
    font-weight: 300;

    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.mteo-theme-default .mteo-popup-close  {
    background: url('https://www.4x4at.com/skin/frontend/nlg/fourbyfour/images/mt/exitoffer/mteo-close.png') no-repeat center center;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 25px;
    top: 25px;
    margin: 16px;
    display: inline-block;
}

.mteo-theme-default #mteo_msg_error {
    margin: 15px 0 0 0;
    padding: 0 0 0 55px;
    background: url('https://www.4x4at.com/skin/frontend/nlg/fourbyfour/images/mt/exitoffer/mteo-error.png') no-repeat left top;
    font-size: 16px;
    display: none;
    text-align: center;
    min-height: 24px;
    line-height: 24px;
    max-width: 65%;
    height: auto;
    overflow: hidden;
}

.mteo-theme-default #mteo_subscription_success_with_coupon {
    margin: 100px 0 0 0;
    height: auto;
    overflow: hidden;
}

.mteo-theme-default .mteo-success-msg,
.mteo-theme-default #mteo_msg_success {
    font-size: 24px;
    font-weight: 300;
}

.mteo-theme-default .mteo-box-shop-now-button {
    padding: 40px 0;
}

.mteo-theme-default .mteo-box-shop-now-button a{
    padding: 25px 45px;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    clear: both;
    text-decoration: none;
}

.mteo-theme-default #mteo_coupon_code {
    font-size: 24px;
    font-weight: 300;
    display: inline-block;
    padding: 20px 40px;
    margin: 30px 0 0 0;
    width: auto;
    border-style: dashed;
    border-width: 5px;
}

.mteo-theme-default .mteo-success-msg{
    margin: 140px 0 0 ;
    padding: 100px 0 0 0;
    background: url('https://www.4x4at.com/skin/frontend/nlg/fourbyfour/images/mt/exitoffer/mteo-success.png') no-repeat center top;
    height: auto;
    overflow: hidden;
}

.mteo-theme-default .mteo-success-msg span ,
.mteo-theme-default #mteo_msg_success span{
    font-size: 16px;
    display: block;
}

/* with additional fields */

.mteo-theme-default .mteo-form-with-additional#mteo_subcription_form {
    padding: 40px 0;
    height: auto;
    overflow: hidden;
}

.mteo-theme-default .mteo-form-with-additional .mteo-text-row-1 {
    margin-top: 0;
}

.mteo-theme-default .mteo-form-with-additional .mteo-subscribe {
    margin-top: 35px;
}

.mteo-theme-default .mteo-form-with-additional input#mteo_email,
.mteo-theme-default .mteo-form-with-additional .mteo-additional-field {
    width: 70%;
    height: 30px;
    line-height: 28px;
    clear: both;
    margin: 0 auto 8px;
    border: 0;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 15px;
    font-size: 14px;
    color: #3d3d3d;
    float: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.mteo-theme-default .mteo-form-with-additional select.mteo-additional-field {
    padding: 0 15px 0 12px;
}

.mteo-theme-default .mteo-checkbox-after-form .checkbox-field input,
.mteo-theme-default .mteo-form-with-additional .checkbox-field input {
    width: auto!important;
    margin: 0 15px 0 0;
    float: left;

}

.mteo-theme-default .mteo-checkbox-after-form .checkbox-field label,
.mteo-theme-default .mteo-form-with-additional .checkbox-field label {
    float: left;
    font-size: 14px;

}

.mteo-theme-default .mteo-checkbox-after-form .checkbox-field,
.mteo-theme-default .mteo-form-with-additional .checkbox-field {
    width: 70%;
    height: 30px;
    line-height: 28px;
    font-size: 14px;
    color: #ffffff;
    display: block;
    float: left;
    margin: 0 15%;
    text-align: left;
}

.mteo-theme-default .mteo-form-with-additional textarea.mteo-additional-field {
    height: 57px;
    resize: none;
    line-height: 18px;
    padding: 10px 15px;
}

.mteo-theme-default .mteo-form-with-additional .mteo-subscribe a#mteo_contact_submit,
.mteo-theme-default .mteo-form-with-additional .mteo-subscribe a#mteo_submit {
    height: 40px;
    line-height: 40px;
    clear: both;
    margin: 20px auto 0;
    display: inline-block;
    float: none;
    text-align: center;
}

.mteo-theme-default .mteo-form-with-additional  .mteo-subscribe {
    margin: 15px 20% 0;
    height: auto;
    overflow: hidden;
}

/* YES NO buttons */
.mteo_buttons {
    margin: 15px 20% 0;
}

.mteo_yes,
.mteo_no {
    display: inline-block;
    padding: 18px 50px;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    line-height: 20px;
    margin: 40px 10px 30px;
}

a.mteo_yes:hover,
a.mteo_no:hover {
    text-decoration: none;
}

.mteo_yes span,
.mteo_no span{
    font-size: 14px;
    font-weight: normal;
    display: block;
}

.mteo-theme-default.mteo_content_yes_no {
    min-height: 460px;
}

.mteo-theme-default .mteo-checkbox-after-form .checkbox-field {
    position: relative;
    width: 100%;
    margin: 15px 0 15px;

}

.mteo-theme-default .mteo-checkbox-after-form .checkbox-field input {
    position: absolute;
    top:3px;
}

.mteo-theme-default .mteo-checkbox-after-form .checkbox-field label a,
.mteo-theme-default .mteo-checkbox-after-form .checkbox-field label a:hover{
    color: #ffffff;
    text-decoration: underline;
    font-weight: normal;
}

.mteo-theme-default .mteo-checkbox-after-form .checkbox-field label {
    padding-left: 30px;
    line-height: normal;
    height:auto;
    overflow: hidden;
    font-weight: normal;
}

.mteo-theme-default .mteo-checkbox-after-form .mteo-form-fields {
    position: relative;
    height:auto;
    overflow: hidden;
}

.mteo-theme-default .mteo-checkbox-after-form .mteo-subscribe a#mteo_submit {
    position: absolute;
    right: 0;
    top: 0
}

.mteo-theme-default.mteo_content_contact_form .mteo-text-row-1 {
    background: url('https://www.4x4at.com/skin/frontend/nlg/fourbyfour/images/mt/exitoffer/mteo-wait.png') no-repeat left center;
    margin-top: 0;
    font-size: 100px;
    line-height: 110px;
    height: 110px;
    overflow: hidden;
    display: inline-block;
    padding-left: 110px;
    width: auto;
}

.mteo-theme-default.mteo_content_contact_form  .mteo-text-row-2 {
    margin: 0 5%;
    font-size: 32px;
    line-height: 38px;
    height: auto;
    overflow: hidden;
    font-weight: 300;
}

.mteo-theme-default.mteo_content_contact_form .mteo-text-row-3 {
    margin: 30px 0 15px 0;
    font-size: 17px;
    height: auto;
    overflow: hidden;
    font-weight: 300;
    line-height: 20px;

}

/* accessories finder layout - Netmatter styles */
#mteo_popup_bg_layer {

}

#mteo_popup_bg_layer #mteo_popup_content {
    border: 10px solid rgba(0,0,0,0.75);
    border-radius: 10px;
}

#mteo_popup_bg_layer #mteo_popup_content #mteo_popup_inner {
    padding: 2em;
    border-radius: 10px;
}

#mteo_popup_bg_layer #mteo_popup_content #mteo_popup_inner .accessory-wrap {
    text-align: left;
}

#mteo_popup_bg_layer #mteo_popup_content #mteo_popup_inner .accessory-wrap .row {
    min-width: 14.5em;
}

#mteo_popup_bg_layer #mteo_popup_content #mteo_popup_inner .accessory-wrap h2 {
    margin-bottom: 10px;
    font-size: 24px; font-size: 1.5em;
}

#mteo_popup_bg_layer #mteo_popup_content #mteo_popup_inner .accessory-wrap h3 {
    padding-top: 0;
    margin-bottom: 15px;
}

#mteo_popup_bg_layer #mteo_popup_content #mteo_popup_inner .accessory-wrap #accessoriesfinder {
    margin-top: 0;
    margin-bottom: 1em;
}

#mteo_popup_bg_layer #mteo_popup_content #mteo_popup_inner .accessory-wrap #accessoriesfinder #tab-2 .css-select {
    width: calc(32% - 31px);
}

#mteo_popup_bg_layer #mteo_popup_content #mteo_popup_inner .mteo_popup_cms_block {
    text-align: left;
}

@media only screen and (min-width:64em) {
    /*
    min-width:1024px;
    */
    #mteo_popup_content { max-width: 800px; }
}

@media only screen and (max-width: 790px) {
    #mteo_popup_content,
    #mteo_popup_content .mteo-theme-default {
        width: 100%;
    }

    #mteo_popup_bg_layer {
        width:100%;
        padding: 0 2%;
    }

    .mteo-theme-default .mteo_buttons {
        width: 80%;
        margin: 0 10%;
    }
    .mteo-theme-default .mteo-subscribe {
        width: 60%;
    }

    .mteo-theme-default .mteo-subscribe,
    .mteo-theme-default .mteo-form-with-additional .mteo-subscribe {
        margin: 50px 10% 0;
    }

    .mteo-theme-default .mteo-text-row-2 {
        font-size: 80px;
        line-height: 80px;
    }

    .mteo-theme-default .mteo-text-row-3 {
        font-size: 28px;
    }
}
@media only screen and (max-width: 650px) {

}
@media only screen and (max-width: 560px) {
    .mteo-theme-default .mteo-text-row-2 {
        font-size: 60px;
        line-height: 60px;
    }

    .mteo-theme-default .mteo-text-row-3 {
        font-size: 26px;
    }

    .mteo-theme-default .mteo_buttons,
    .mteo-theme-default .mteo-subscribe {
        width: 80%;
    }
}

@media only screen and (max-width: 520px) {
    .mteo-theme-default .mteo_no {
        margin-top: 0;
    }
    .mteo-theme-default .mteo_yes {
        margin-bottom: 20px;
    }

}
@media only screen and (max-width: 460px) {


    .mteo-theme-default .mteo-subscribe {
        width: 90%;
    }

    .mteo-theme-default .mteo-subscribe,
    .mteo-theme-default .mteo-form-with-additional .mteo-subscribe {
        margin: 30px 5% 0;
    }

    .mteo-theme-default .mteo-text-row-2 {
        line-height: 50px;
    }

    .mteo-theme-default .mteo-subscribe a#mteo_contact_submit, .mteo-theme-default .mteo-subscribe a#mteo_submit {
        width: 40%;
    }

    .mteo-theme-default .mteo-form-with-additional input#mteo_email,
    .mteo-theme-default .mteo-form-with-additional .mteo-additional-field,
    .mteo-theme-default .mteo-checkbox-after-form .checkbox-field,
    .mteo-theme-default .mteo-form-with-additional .checkbox-field {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .mteo-theme-default .mteo-subscribe input#mteo_email {
        width: 100%;
        border-bottom-right-radius: 2px;
        border-top-right-radius: 2px;
    }

    .mteo-theme-default .mteo-subscribe a#mteo_contact_submit,
    .mteo-theme-default .mteo-subscribe a#mteo_submit {
        display: inline-block;
        margin: 20px auto;
        float: none;
        clear: both;
    }
    .mteo-theme-default {
        min-height: 350px;
    }

    .mteo-theme-default .mteo-text-row-1 {
        margin-top: 40px;
    }

    .mteo-theme-default.mteo_content_contact_form .mteo-text-row-1 {
        font-size: 70px;
        line-height: 70px;
        height: 70px;
        padding-left: 80px;
        margin: 0 5%;
        background: url('https://www.4x4at.com/skin/frontend/nlg/fourbyfour/images/mt/exitoffer/mteo-wait-small.png') no-repeat left center;

    }

    .mteo-theme-default #mteo_msg_error {
        max-width: 90%;
        background: none;
        padding-left: 0;
    }

    .mteo-theme-default .mteo-checkbox-after-form .mteo-subscribe a#mteo_submit {
        position: relative;
    }

}
.hide-text {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.input-block-level {
	display: block;
	width: 100%;
	min-height: 30px;
}
.searchautocomplete .search-autocomplete {
	position: absolute;
}
.searchautocomplete .form-search {
	overflow: none !important;
	position: relative;
}
.searchautocomplete .sprite {
	background: url('https://www.4x4at.com/skin/frontend/nlg/default/images/mirasvit/sprite.png');
}
.searchautocomplete .nav-search-in {
	display: none;
}
.searchautocomplete .nav-search-in .category {
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
	height: 44px;
	left: 0;
	position: absolute;
	top: 0;
	visibility: visible;
	width: auto;
}
.searchautocomplete .nav-search-in .category-fake {
	height: 20px;
	color: #777;
	cursor: pointer;
	float: left;
	font-size: 12px;
	padding: 0px 25px 0px 10px;
	text-align: center;
	white-space: nowrap;
	margin-top: 6px;
}
.searchautocomplete .nav-search-in .nav-down-arrow {
	right: 10px;
	top:20px;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 4.5px 0 4.5px;
	border-color: #000000 transparent transparent transparent;
	line-height: 0px;
}
.searchautocomplete .nav-search-in:hover .category-fake {
	color: #000;
}
.searchautocomplete .nav-search-in:hover .nav-down-arrow {
	background-position: -6px -34px;
}
.searchautocomplete .searchautocomplete-placeholder {
	background: #FFF;
	border: 1px solid #ccc;
	position: absolute;
	z-index: 9999;
	box-shadow: 0 10px 10px #ccc;
	top: 55px;
}
.searchautocomplete .searchautocomplete-placeholder:before {
	border-color: transparent transparent #CCC transparent;
	content: "";
	position: absolute;
	border-style: solid;
	border-width: 5px;
	height: 0;
	width: 0;
	top: -11px;
	left: 30px;
}
.searchautocomplete .searchautocomplete-placeholder ul {
	list-style: none;
	margin: 0;
	border: none!important;
	background: none!important;
	box-shadow: none;
	position: relative;
	padding: 5px;
}

.searchautocomplete .searchautocomplete-placeholder ul li { padding:10px 0; border-bottom:1px solid #e7e7e7; }
.searchautocomplete .searchautocomplete-placeholder ul li .inner { padding-left:95px;  }
.searchautocomplete .searchautocomplete-placeholder ul li.active { background-color: #fbfffc; cursor: pointer; }
.searchautocomplete .searchautocomplete-placeholder ul li .searchautocomlete-image { position:absolute; top:3px; left:0; }
.searchautocomplete .searchautocomplete-placeholder ul li .highlight strong { color:#05b247; }
.searchautocomplete .searchautocomplete-placeholder ul li a .pull-right { float: right; }
.searchautocomplete .searchautocomplete-placeholder ul li .price-box .price-label { color: #999; }
.searchautocomplete .searchautocomplete-placeholder ul li .ratings { margin: 0; }
.searchautocomplete .searchautocomplete-placeholder .index-title { text-align: right; color: #0A263C; border-bottom: 1px solid #CCC; padding: 2px 5px; background-color: #F7F7F6; }
.searchautocomplete .searchautocomplete-placeholder .index-title span { color: #666; }
.searchautocomplete .searchautocomplete-placeholder .all { text-align: right; margin:0 10px 10px 10px; }
.searchautocomplete .searchautocomplete-placeholder .all a { text-decoration:underline; }

.searchautocomplete .searchautocomplete-loader {
	position: absolute;
	width: 20px;
	height: 20px;
	top: 22px;
	right: 50px;
	z-index: 99;
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
	-ms-transform: scale(0.6);
	-o-transform: scale(0.6);
	transform: scale(0.6);
	display: none;
}
.searchautocomplete .searchautocomplete-loader div {
	position: absolute;
	background-color: #FFFFFF;
	height: 3px;
	width: 3px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-animation-name: f_autocomplete_loader;
	animation-name: f_autocomplete_loader;
	-webkit-animation-duration: 0.64s;
	animation-duration: 0.64s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: normal;
	animation-direction: normal;
}
.searchautocomplete .searchautocomplete-loader div#g01 {
	left: 0px;
	top: 7px;
	-webkit-animation-delay: 0.24s;
	animation-delay: 0.24s;
}
.searchautocomplete .searchautocomplete-loader div#g02 {
	left: 2px;
	top: 2px;
	-webkit-animation-delay: 0.32s;
	animation-delay: 0.32s;
}
.searchautocomplete .searchautocomplete-loader div#g03 {
	left: 7px;
	top: 0px;
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}
.searchautocomplete .searchautocomplete-loader div#g04 {
	right: 2px;
	top: 2px;
	-webkit-animation-delay: 0.48s;
	animation-delay: 0.48s;
}
.searchautocomplete .searchautocomplete-loader div#g05 {
	right: 0px;
	top: 7px;
	-webkit-animation-delay: 0.56s;
	animation-delay: 0.56s;
}
.searchautocomplete .searchautocomplete-loader div#g06 {
	right: 2px;
	bottom: 2px;
	-webkit-animation-delay: 0.64s;
	animation-delay: 0.64s;
}
.searchautocomplete .searchautocomplete-loader div#g07 {
	left: 7px;
	bottom: 0px;
	-webkit-animation-delay: 0.72s;
	animation-delay: 0.72s;
}
.searchautocomplete .searchautocomplete-loader div#g08 {
	left: 2px;
	bottom: 2px;
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}
@-moz-keyframes f_autocomplete_loader {
	0% {
		background-color: #000000;
	}
	100% {
		background-color: #ffffff;
	}
}
@-webkit-keyframes f_autocomplete_loader {
	0% {
		background-color: #000000;
	}
	100% {
		background-color: #ffffff;
	}
}
@-ms-keyframes f_autocomplete_loader {
	0% {
		background-color: #000000;
	}
	100% {
		background-color: #ffffff;
	}
}
@-o-keyframes f_autocomplete_loader {
	0% {
		background-color: #000000;
	}
	100% {
		background-color: #ffffff;
	}
}
@keyframes f_autocomplete_loader {
	0% {
		background-color: #000000;
	}
	100% {
		background-color: #ffffff;
	}
}

@import "https://www.4x4at.com/skin/frontend/nlg/default/css/mirasvit/searchautocomplete/default.css"; /* or "default.css"; or "rwd.css"; - set css file according the selected theme in the section System > Configuration > Search Autocomplete  */
/* custom changes here */
/**
    * WARNING: Please don't edit this file. This file was generated automatically, your any changes on this file will be overwritten and lost.
     *Updated on 2023-07-12 07:40:19*/

.rootmenu{ 
    background: #ffffff;
}
.rootmenu .rootmenu-list{
    text-align: left;
}
.rootmenu-list > li{
    border-right-color: #FFFFFF !important;
    float: none;
    display: table-cell;
    clear: both !important;
}
.rootmenu-list > li > a{ 
    color: #000000;
    font-size: 12px;
	font-family: 'Helvetica43';
    text-transform: uppercase;
}
.rootmenu-list > li:hover > a,
.rootmenu-list > li > a:hover{
  background: #949494;
  color: #FFFFFF;
}
.rootmenu-list > li > a.active {
    background: #5C5C5C;
    color: #000000;
    font-size: 12px;
	font-family: 'Helvetica43';
}

.rootmenu-list ul > li > a,
.rootmenu .tabmenu .tabimgtext{
    color: #000000;
    font-size: 12px;
	font-family: 'Helvetica43';
}
.rootmenu-list ul > li > a:hover,
.rootmenu .tabmenu .tabimgtext:hover{
      color: #000000;
    font-size: 12px;
	font-family: 'Helvetica43';
}
.topmenu_main,
.rootmenu .tabmenu .verticalopen{
    background: #FFFFFF;
}

.rootmenu .title a,
.rootmenu .title a{
    color: #000000;
    font-size: 12px;
	font-family: 'Helvetica43';
}
 
.rootmenu .tabmenu .vertical-menu > li > a{
    background: #F6F6F6;
    border-bottom-color: #FFFFFF !important;
    color: #000000;
    font-size: 12px;
	font-family: 'Helvetica43';
}
.rootmenu-submenu > li > a{
    background: #F6F6F6;
   color: #000000;
    font-size: 12px;
	font-family: 'Helvetica43';
}
.rootmenu-submenu > li a:hover{
    background: #E2E2E2 !important;
    color: #000000;
    font-size: 12px;
	font-family: 'Helvetica43';
}




/* CSS for vertical menu */
.verticalmenu02 .vertical-list{ 
    background: #FFFFFF;
}
.verticalmenu02 > .vertical-list > li > a{
    color: #666666;
    font-size: 14px;
    text-transform: none;
    border-bottom-color: #F2F2F2 !important;
    border-left-color: #F2F2F2 !important;
    border-right-color: #F2F2F2 !important; 
}
.verticalmenu02 > .vertical-list > li:first-child{
    border-top-color: #F2F2F2 !important;
}
.verticalmenu02 > .vertical-list > li > a:hover{
    background: #F1F1F1;
    color: #666666;
}


.verticalmenu02 .vertical-list .varticalmenu_main ul > li > a{
    color: #666666;
    font-size: 13px;
}
.verticalmenu02 .vertical-list .varticalmenu_main ul > li > a:hover{
    color: #666666;
}
.verticalmenu02 .vertical-list .varticalmenu_main,
.verticalmenu02 .varticalmenu_main.vhovertabmenu .verticalopen{
    background: #FFFFFF;
}


.verticalmenu02 .vertical-list  .title a,
.verticalmenu02 .vertical-list  .title a{
    color: #424242;
    font-size: 15px;
}

.verticalmenu02 .varticalmenu_main.vhovertabmenu .vertical-menu > li > a{
    background: #F5F5F5;
    border-bottom-color: #E2E2E2 !important;
    color: #424242;
    font-size: 12px;
}

.verticalmenu02 .varticalmenu_main.vhovertabmenu .tabimgtext{
    color: #666666;
    font-size: 14px;
}

@charset "utf-8";
.menu {
	background: #000000;
}
.rootmenu .clearfix:before,
.rootmenu .clearfix:after {
	display: table;
	content: "";
}
.rootmenu .clearfix:after {
	clear: both;
}
.rootmenu .clearfix {
	zoom: 1;
}
.rootmenu * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
}
.rootmenu {
	position: relative;
	z-index: 99;
	width: 100%;
	max-width: 1280px;
	padding: 0;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.rootmenu-list {
	display: table;
	width: 100%;
	padding: 0;
	margin: 0 auto 0 auto;
}
.rootmenu-list > li {
	text-align: center;
	/*border-right: 1px solid;*/
}
.rootmenu-list > li > a {
	display: block;
	padding: 15px;
	/*line-height: 45px;*/
	text-decoration: none;
	position: relative;
}
.rootmenu-list > li > a > .homeicon{
	display: inline-block;
	font-size: 18px;
}
.rootmenu-list > li > a > em{
	display: none;
}
.rootmenu-list > li > a.active .homeicon{
	display: inline-block;
	width: 15px;
	height: 14px;
	background: url(https://www.4x4at.com/skin/frontend/nlg/default/rootways/megamenupro/images/homeicon.png) 0 0 no-repeat;
	text-indent: -99999px;
}
.rootmenu-list > li:hover > a .homeicon{
	display: inline-block;
	width: 15px;
	height: 14px;
	background: url(https://www.4x4at.com/skin/frontend/nlg/default/rootways/megamenupro/images/homeicon.png) 0 0 no-repeat;
	text-indent: -99999px;
}
.rootmenu-list > li > a > .homeicon{
	display: inline-block;
	width: 15px;
	height: 14px;
	background: url(https://www.4x4at.com/skin/frontend/nlg/default/rootways/megamenupro/images/homeicon.png) -15px 0 no-repeat;
	text-indent: -99999px;
	margin: 0 8px;
}
.rootmenu-list > li:first-child a {
	-webkit-border-radius: 2px 0 0 0;
	-moz-border-radius: 2px 0 0 0;
	border-radius: 2px 0 0 0;
}
.rootmenu-list > li:last-child a {
	-webkit-border-radius: 2px 0 0 0;
	-moz-border-radius: 2px 0 0 0;
	border-radius: 2px 0 0 0;
}
.rootmenu-list > li:last-child {
	border-right: 0;
}
/* Mega Menu */
.megamenu {
	width: 100%;
	text-align: left;
	margin: 0;
	padding: 8px;
	position: absolute;
	/*top:44px;
    */
	left: 0;
	border: solid 1px #ccc;
	border-top: solid 0;
	z-index: 1;
}
.topmenu_main .megamenutopheader{
	border-bottom: 1px solid #b6b6b6;
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding: 10px 15px;
	width: 100%;
	color: #424242;
}
.topmenu_main .megamenutopfooter{
	border-top: 1px solid #b6b6b6;
	padding: 9px 10px 9px 10px;
	font-size: 13px;
	text-transform: none;
	color: #636363;
	margin-bottom: 0;
	text-align: left;
	list-style: none;
	clear: left;
	font-weight: normal;
}
.carousel-control.left{
	top: 38% !important;
}
.carousel-control.right{
	top: 38% !important;
}
.catlinksstyle{
	display: block;
	margin: 0;
	padding: 0 0;
	font-size: 13px;
}
.catlinksstyle > li{
	color: #424242;
	display: block;
	line-height: 18px;
	padding: 6px 7px;
}
.catlinksstyle > li > span{
	font-size: 11px;
}
.catlinksstyle > li > a{
	padding: 8px 6px 5px 13px;
	font-weight: normal;
	display: block;
	color: #000;
}
.catlinksstyle > li > a > .fa-caret-right{
	margin-right: 4px;
}
/*Categories menu style*/
.rootmenu .categoriesmenu .title{
	background: none;
	border-bottom: 1px solid #CCC;
	padding: 15px 5px 12px 0;
	text-transform: none;
	font-weight: bold;
	margin-bottom: 7px;
	text-align: left;
	height: 50px;
	list-style: none;
}
.rootmenu .categoriesmenu{
	font-size: 13px;
}
.rootmenu li{
	margin: 0;
	padding: 0;
	list-style: none;
	clear: both;
}
.rootmenu .categoriesmenu ul{
	margin: 0;
	padding: 0;
}
.rootmenu .categoriesmenu > ul > li{
	display: block;
	white-space: nowrap;
	text-align: left;
}
.rootmenu .categoriesmenu ul > li > a{
	font-weight: normal;
	line-height: 18px;
	text-align: left;
	padding: 6px 10px 6px 15px;
	border-right: 0 none;
	display: block;
}
.rootmenu .categoriesmenu ul > li > a > .fa-caret-right{
	margin-right: 10px;
}
.rootmenu .categoriesmenu ul > li > a:hover{
	text-decoration: underline;
}
/*END Categories menu style*/
/*Links menu style*/
.rootmenu .linksmenu{
	font-size: 13px;
}
.rootmenu .linksmenu ul{
	margin: 0;
	padding: 0;
}
.rootmenu .linksmenu > ul > li{
	display: block;
	white-space: nowrap;
	text-align: left;
}
.rootmenu .linksmenu ul > li > a {
	border-right: 0 none;
	display: block;
	font-weight: normal;
	line-height: 18px;
	padding: 6px 10px;
	text-align: left;
}
.rootmenu .linksmenu ul > li > a > .fa-caret-right{
	margin-right: 10px;
}
.rootmenu .linksmenu ul > li > a:hover{
	text-decoration: underline;
}
.linksmenu img {
	float: left;
    height: auto !important;
	margin-right: 10px;
}
@media only screen and (min-width:901px) {
	.linksmenu img {
		float: none;
	}
}
.rootmenu .linksmenu .cat-arrow{
	float:left;
	height: 15px;
	margin-bottom: 11px;
	width: 15px;
}
/*END Links menu style*/
/*Content menu style*/
.rootmenu .contentmenu .title{
	border-bottom: 1px solid #CCC;
	padding: 15px 5px 9px 0;
	text-transform: none;
	font-weight: bold;
	margin-bottom: 7px;
	text-align: left;
	height: 50px;
	list-style: none;
}
.rootmenu .contentmenu .normaltextmenu{
	font-weight: normal;
	line-height: 23px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #424242;
	font-size: 13px;
}
/*END Content menu style*/
/*product thumbnail menu style*/
.rootmenu .product-thumbnail .title{
	border-bottom: 1px solid #CCC;
	padding: 9px 5px 9px 0;
	font-size: 15px;
	text-transform: none;
	font-weight: bold;
	color: #424242;
	margin-bottom: 7px;
	text-align: left;
	height: 39px;
	list-style: none;
}
.rootmenu .product-thumbnail .normaltextmenu{
	font-weight: normal;
	line-height: 23px;
	font-family:  Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #424242;
	font-size: 13px;
}
.rootmenu .product-thumbnail img{
	width: 100%;
}
/*END Content menu style*/
/*Brands menu style*/
.rootmenu .brandsmenu .title{
	padding: 15px 5px 0 0;
	font-size: 15px;
	text-transform: none;
	font-weight: bold;
	color: #424242;
	margin-bottom: 0;
	text-align: left;
	height: 39px;
	list-style: none;
}
.rootmenu .brandsmenu .normaltextmenu{
	font-weight: normal;
	line-height: 23px;
	font-family:  Arial, Helvetica, sans-serif;
	text-align: justify;
	color: #424242;
	font-size: 13px;
}
.rootmenu .brandsmenu img{
	width: 100%;
}
.rootmenu .brandsmenu .logoicon{
	margin: 1% 0;
}
.rootmenu .brandsmenu .logoicon img{
	width: 100%;
	border: solid 1px #e1e1e1;
	border-radius: 2px;
}
/*END Brands menu style*/
/*Tab Menu style*/
.rootmenu .tabmenu .tabimtag{
	width: 100%;
	/*height:92px;
    */
	display: block;
}
.rootmenu .tabmenu .tabimtag img {
	margin: 0 auto;
	vertical-align: middle;
}
.rootmenu .tabmenu .tabimgtext{
	display: block;
	line-height: 23px;
	padding: 6px 0;
	text-align: left;
	/*width: 100%;*/
}
/*@media only screen and (min-width:480px) {*/
	/*.rootmenu .tabmenu .tabimgtext {*/
		/*display: inline-block;*/
	/*}*/
/*}*/
/*@media only screen and (min-width:768px) {*/
	/*.rootmenu .tabmenu .tabimgtext {*/
		/*display: block;*/
	/*}*/
/*}*/
.rootmenu .tabmenu .vertical-menu .tabimgwpr .tabbing_lev4{
	padding: 5px 0;
}
.rootmenu .tabmenu .vertical-menu .tabimgwpr .tabbing_lev4 li{
	display: block;
	font-weight: normal;
	padding: 3px 0;
}
.rootmenu .tabmenu .vertical-menu .tabimgwpr .tabbing_lev4 li a .fa{
	margin-right: 5px;
}
.rootmenu .tabmenu .vertical-menu .tabimtag{
	margin:0 !important;
}
.rootmenu .tabmenu .mainmenuwrap{
	width: 100%;
	display: block;
	position: relative;
}
.rootmenu .tabmenu .vertical-menu{
	display: block;
	margin: 0;
	padding: 0;
	font-size: 12px;
}
.rootmenu .tabmenu .vertical-menu > li > a{
	display: block;
	border-bottom: solid 1px;
	padding: 11px 15px;
	line-height: 24px;
	font-weight: bold;
}
.rootmenu .tabmenu .vertical-menu > li > a:hover{
	text-decoration: none;
	background-color: #fff;
	color: #424242;
}
.rootmenu .tabmenu .vertical-menu > li:hover>a {
	text-decoration: none;
	background-color: #fff;
	color: #424242;
}
.rootmenu .tabmenu .vertical-menu > li .openactive{
	display: block;
}
.rootmenu .tabmenu .vertical-menu > li:hover .verticalopen{
	display: block;
}
.rootmenu .tabmenu .verticalopen{
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	color: #000;
}
.rootmenu .tabmenu .vertical-menu .clearfix .verticalopen:first-child{
	display: block;
}
.empty_category > span {
	color: #f47d4e;
	font-size: 13px;
	position: absolute;
	right: 40%;
	top: 40%;
}
.rootmenu .tabmenu .verticalmenu-arrow{
	float: right;
	margin-left: 6px;
	margin-right: 0;
	margin-top: 5px;
}
.rootmenu .tabmenu .tabmainimg{
	float: left;
	margin-right: 8px;
}
.rootmenu .tabmenu .tabmaintitle{
	float: left;
}
/*END Tab Menu style*/
/*Category with product in tabing style*/
.rootmenu .horizontaltab{
}
.rootmenu .horizontaltab .tabimtag{
	width: 100%;
	height: 92px;
	display: block;
}
.rootmenu .horizontaltab .tabimtag img{
	width: 100px;
	vertical-align: middle;
}
.rootmenu .horizontaltab .tabimgtext{
	text-align: center;
	font-size: 12px;
	line-height: 23px;
}
.rootmenu .horizontaltab .mainmenuwrap{
	width: 100%;
	display: block;
	position: relative;
}
.rootmenu .horizontaltab .vertical-menu{
	display: block;
	margin: 0;
	padding: 0;
	font-size: 12px;
}
.rootmenu .horizontaltab .vertical-menu > li > a{
	display: block;
	background-color: #f5f5f5;
	border-bottom: solid 1px #e2e2e2;
	padding: 9px 15px;
	color: #424242;
	line-height: 24px;
	font-weight: bold;
}
.rootmenu .horizontaltab .vertical-menu > li > a:hover{
	text-decoration: none;
	background-color: #fff;
	color: #424242;
}
.rootmenu .horizontaltab .vertical-menu > li:hover > a{
	text-decoration: none;
	background-color: #fff;
	color: #424242;
}
.rootmenu .horizontaltab .vertical-menu > li .openactive{
	display: block;
}
.rootmenu .horizontaltab .vertical-menu > li:hover .verticalopen{
	display: block;
}
.rootmenu .horizontaltab .verticalopen{
	display: none;
	position: absolute;
	right: 0;
	top: 0;
	background-color: #fff;
	color: #000;
}
.rootmenu .horizontaltab .vertical-menu .clearfix .verticalopen:first-child{
	display: block;
}
.htabproductbxleft{
	width: 38%;
	float: left;
}
.htabproductbxright{
	width: 62%;
	float: left;
	padding-left: 10px;
}
.htabproductbxhead{
	border-bottom: 1px solid #e2e2e2;
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding: 0 0 3px;
	width: 100%;
}
.htabproductbxprice{
	width: 100%;
	display: block;
	padding: 9px 0 7px 0;
	font-weight: bold;
}
.htabproductbxprice > span{
	text-decoration: line-through;
	color: #7c7e7f;
	padding-right: 6px;
	font-weight: normal;
	font-size: 13px;
}
.htabproductbxprice > em{
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
}
.htabproductbxcartbtn{
	background-color: #3399cc;
	border: 0 none;
	border-radius: 2px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	margin: 0;
	padding: 3px 3px 5px;
	width: 115px;
}
.htabproductbxcartbtn:hover{
	background-color: #323232;
}
.rootmenu .horizontaltab .verticalmenu-arrow{
	float: right;
	margin-left: 6px;
	margin-right: 0;
	margin-top: 5px;
}
.rootmenu .horizontaltab .tabmainimg{
	float: left;
	margin-right: 8px;
}
.rootmenu .horizontaltab .tabmaintitle{
	float: left;
}
/*END Tab Menu style*/
/*Tab NEW style*/
.rootmenu .tabmenu02{
	min-height: 50px;
	padding: 0 !important;
}
.rootmenu .tabmenu02 .mainmenuwrap02{
	width: 100%;
	display: block;
	position: relative;
}
.rootmenu .tabmenu02 .vertical-menu02{
	display: block;
	padding: 0;
	font-size: 12px;
}
.rootmenu > .rootmenu-list > li > .tabmenu02 > .mainmenuwrap02 > .vertical-menu02 > li{
	float: left;
	width: 20%;
	clear: none;
}
.rootmenu .tabmenu02 .vertical-menu02 > li > a{
	display: block;
	background-color: #fff;
	border-bottom: solid 1px #e2e2e2;
	padding: 9px 22px;
	color: #424242;
	line-height: 24px;
	font-weight: bold;
	height: 73px;
}
.rootmenu .tabmenu02 .vertical-menu02 > li .openactive02{
	display: block;
	opacity: 1;
	visibility: visible;
}
.rootmenu .tabmenu02 .vertical-menu02 > li:hover>a{
	background-color: #F6F6F6;
	color: #005daa;
}
.rootmenu .tabmenu02 .vertical-menu02 > li > a:hover {
	background-color: #F6F6F6;
	color: #005daa;
}
.rootmenu .tabmenu02 .vertical-menu02 > li > a.active{
	background-color: #F6F6F6;
	color: #005daa;
}
.rootmenu .tabmenu02 .vertical-menu02 > li > a > span{
	margin-right: 13px;
	float: left;
}
.rootmenu .tabmenu02 .vertical-menu02 > li > a > span > img{
	width: 50px;
	height: 50px;
}
.rootmenu .tabmenu02 .vertical-menu02 > li > a > em{
	color: #424242;
	float: left;
	line-height: 52px;
	font-style: normal;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
}
.rootmenu .tabmenu02 .vertical-menu02 > li:hover .verticalopen02{
	display: block;
	opacity: 1;
	visibility: visible;
}
.rootmenu .tabmenu02 .verticalopen02{
	display: none;
	position: absolute;
	right: 0;
	top: 70px;
	background-color: #fff;
	color: #000;
	padding-top: 15px;
	padding-bottom: 5px;
	opacity: 0;
	visibility: hidden;
}
.rootmenu .tabmenu02 .vertical-menu02 .clearfix .verticalopen02:first-child{
	display: block;
}
.rootmenu .tabmenu02 .verticalopen02 .root-col-4.clearfix {
	padding: 0;
}
.ulliststy02{
	margin: 0;
	padding: 0;
}
.ulliststy02 li{
	clear: both;
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.ulliststy02 li a{
	background:#ffffff;
	border-right: 0 none;
	color: #424242;
	display: block;
	font-weight: normal;
	padding: 6px 10px 6px 6px;
	text-align: left;
}
.ulliststy02 > li > a > span{
	line-height:32px;
}
.ulliststy02 li a img {
	float: left;
	margin-right: 10px;
}
/*END Tab Menu style*/
/* Main category Imageicon CSS */
.rootmenu .main-category-name {
	text-align: center;
	display: inline-block;
}
.rootmenu .main-category-name em{
	font-style: normal;
}
.rootmenu .main-category-icon{
	width: 25px;
	height: 25px;
	display: block;
	margin-right: 14px;
	margin-top: 10px;
	float: left;
}
.rootmenu .main-category-icon img{
	width: 25px;
	height: 25px;
}
/* Half Menu */
.view_all{
	float: right;
	margin: 9px 0 0 0;
}
/*====================*/
.rootmenu .halfmenu {
	width: 50%;
	text-align: left;
	margin: 0;
	padding:0;
	position: absolute;
	border: solid 1px #ccc;
	border-top: solid 0;
	z-index:100;
}
.rootmenu .halfmenu .title{
	border-bottom: 1px solid #CCC;
	padding: 9px 5px 9px 0;
	font-size: 15px;
	text-transform: none;
	font-weight: bold;
	color: #424242;
	margin-bottom: 7px;
	text-align: left;
	height: 39px;
	list-style: none;
	clear: left;
}
.rootmenu .halfmenu{
	font-size: 13px;
}
.rootmenu .halfmenu ul{
	margin: 0;
	padding: 0;
}
.rootmenu .halfmenu > ul > li{
	display: block;
	white-space: nowrap;
	text-align: left;
}
.rootmenu .halfmenu ul > li > a{
	font-weight: normal;
	line-height: 18px;
	text-align: left;
	padding: 6px 10px 6px 6px;
	background-image: none;
	border-right: 0 none;
	display: block;
}
.rootmenu .halfmenu ul > li > a:hover{
	text-decoration: none;
}
.rootmenu .halfmenu img {
	float: left;
	margin-right: 10px;
}
/*====================*/
.rootmenu .contacthalfmenu .title{
	border-bottom: 1px solid #CCC;
	padding: 9px 5px 9px 0;
	font-size: 15px;
	text-transform: none;
	font-weight: bold;
	color: #424242;
	margin-bottom: 7px;
	text-align: left;
	height: 39px;
	list-style: none;
}
.rootmenu .normaltext{
	font-size: 13px;
	font-family:  Arial, Helvetica, sans-serif;
	line-height: 23px;
	font-weight: normal;
	text-align: justify;
}
.rootmenu .contactdetail{
	list-style: none;
	margin: 0;
	padding: 0;
}
.rootmenu .contactdetail li{
	padding: 0;
}
.rootmenu .contactdetail li a{
	text-decoration: underline;
	color: #000;
}
.rootmenu .menu_form{
	width: 100%;
	display: block;
}
.rootmenu .menu_form .btnstyle01{
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	height: 34px;
	cursor: pointer;
}
.rootmenu .menu_form input[type="text"]{
	width: 100%;
	border: 1px solid #e2e2e2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #000;
	font-size: 13px;
	padding: 8px 5px;
	margin-bottom: 8px;
}
.rootmenu .menu_form textarea{
	width: 100%;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
	color: #000;
	font-size: 13px;
	padding: 8px 5px;
	margin-bottom: 8px;
	min-height: 122px;
	font-family:  Arial, Helvetica, sans-serif;
}
.rootmenu .menu_form input[type="submit"]{
	width: 25%;
	color: #ffffff;
	display: block;
	height: 28px;
	float: right;
	border: solid 0;
	margin-right: 15px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #097fb4;
}
.rootmenu .menu_form input[type="button"] {
	width: 25%;
	color: #ffffff;
	display: block;
	height: 28px;
	float: right;
	border: solid 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #097fb4;
}
/* Half Menu */
/*Drop down Menu style*/
.rootmenu-submenu{
	position: absolute;
	/*top: 45px;
    */
	min-width: 230px;
	z-index: 1000;
	margin: 0;
	padding: 0;
	font-size: 12px;
	list-style: none;
	border-bottom: solid 2px #424242;
}
.rootmenu-submenu li{
	margin: 0;
	padding: 0;
	position: relative;
}
.rootmenu-submenu > li > a {
	font-weight: normal;
	text-align: left;
	display: block;
	line-height: 22px;
	padding: 8px 17px 8px 17px;
	text-transform: none;
	border-right: solid 0 #000;
	height: auto;
}
.rootmenu-submenu a.submenuarrow:after {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: transparent transparent transparent #525252;
	border-image: none;
	border-style: solid;
	border-width: 4px;
	content: "";
	right: 7px;
	margin-top: 0;
	position: absolute;
	top: 15px;
	z-index: 1;
}
.rootmenu-submenu .simpledropdownimg > img {
	display: inline-block !important;
	vertical-align: middle;
}
.rootmenu-submenu .simpledropdownimg{
	margin-right: 8px;
}
.rootmenu-submenu li:hover>a {
	background-image: none;
	background-color: #e2e2e2;
	color: #000;
}
.rootmenu-submenu > li > a > .fa-caret-right{
	margin-right: 4px;
}
.rootmenu-submenu-sub > li > a > .fa-caret-right{
	margin-right: 4px;
}
.rootmenu-submenu-sub-sub > li > a > .fa-caret-right{
	margin-right: 4px;
}
.rootmenu-submenu-sub > li{
	position: relative;
}
.rootmenu-submenu-sub > li > a {
	font-weight: normal;
	color: #000 !important;
	background: #f6f6f6;
	text-align: left;
	border-bottom: 1px solid #e2e2e2;
	display: block;
	line-height: 22px;
	padding: 8px 15px 8px 15px;
	text-transform: none;
	border-right: solid 0 #000;
	height: auto;
}
.rootmenu-submenu-sub li:hover>a {
	background-image: none;
	background-color: #e2e2e2;
	color: #000;
	text-decoration: none !important;
}
.rootmenu-submenu-sub-sub > li{
	position: relative;
}
.rootmenu-submenu-sub-sub > li > a {
	background: #f6f6f6;
	text-align: left;
	border-bottom: 1px solid #e2e2e2;
	display: block;
	line-height: 22px;
	padding: 8px 15px 8px 15px;
	text-transform: none;
	border-right: solid 0 #000;
	height: auto;
	color:#000 !important;
	font-weight:normal;
}
.rootmenu-submenu-sub-sub li:hover>a {
	background-image: none;
	background-color: #e2e2e2;
	color: #000;
}
.rootmenu-submenu > li a:hover {
	background-image: none;
	border-radius: 0 !important;
	text-decoration: none !important;
}
.rootmenu-list .sub-left .rootmenu-submenu-sub {
	left: -79%;
	top: 0;
}
.rootmenu-list .sub-left .rootmenu-submenu-sub .rootmenu-submenu-sub-sub {
	left: -100%;
	top: 0;
}
/*Drop down Menu style*/
.topmenu_main ul.rootmenulevel-3 li a:before {
	content: "\f105";
	font-family: fontawesome;
	margin-right: 9px;
}
.topmenu_main .verticalmenu-arrow{
	margin-right: 9px;
	float: left;
}
.megamenu .carousel-caption{
	bottom: 0;
	background-color: rgba(0,0,0,0.7);
	font-size: 13px;
	height: 31px;
	left: 0;
	padding: 7px 0;
	right: 0;
	width: 100%;
}
.productslist{
	display: block;
	padding: 15px;
}
.probox01{
	width: 100%;
	display: block;
	padding: 18px;
	float: left;
	margin: 0;
	position: relative;
	background-color: #fff;
	border: solid 1px #f5f5f5;
}
.probox01imgwp{
	display: block;
}
.proimg {
	display: block;
	text-align: center;
	vertical-align: middle;
}
.proimg > a{
	display: block;
	text-align: center;
}
.proinfo{
	width: 100%;
	padding: 15px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
}
.proname{
	width: 100%;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	color: #5e5e5e;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}
.proname a{
	display: block;
	color: #5e5e5e;
}
.proname a:hover{
	color: #f26100;
	text-decoration: underline;
}
.addtolinks {
	width: 100%;
	float: left;
	margin: 0;
	padding: 10px 0 0 0;
}
.addtolinks a {
	color: #6c6c6c;
	font-size: 11px;
	text-decoration: underline;
}
.addtolinks a:hover{
	color: #f26100;
	text-decoration: none;
}
.addtolinks .add-to-wish {
	float: left;
}
.addtolinks .add-to-comp {
	float: right;
}
.pricebox {
	width: 100%;
	float: left;
	margin: 0;
	padding: 10px 0 0 0;
}
.pricebox span {
	float: left;
	color: #5e5e5e;
	font-size: 14px;
	padding: 5px 0;
	font-weight: bold;
}
.pricebox span em {
	font-style: normal;
	color: #bebebe;
	font-size: 12px;
}
.addtocart-but {
	float: right;
	height: 30px;
	line-height: 30px;
	background: #ea8921;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 0 15px 0 10px;
}
/* Mobile rootmenuigation */
.rootmenu-mobile {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	padding: 7px 12px 7px 12px;
	margin: 6px 7px 0 7px;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #002c4c;
	border-image: none;
	border-radius: 4px 4px 4px 4px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.3);
	color: #333333;
	cursor: pointer;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	background-color: #424242;
}
.rootmenu-mobile:hover {
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.2);
	background-color: #252525;
	border-color: #000;
}
.rootmenu-mobile > .icon-bar {
	display: block;
	width: 18px;
	height: 2px;
	background-image: none;
	background-color: #f5f5f5;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
	box-shadow: 0 1px 0 rgba(0,0,0,0.25);
	margin-top: 3px;
}
.rootmenu-click {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	cursor: pointer;
	z-index: 100;
}
.rootmenu-click > .rootmenu-arrow {
	float: right;
	display: block;
	height: 23px;
	width: 25px;
	margin-top: 10px;
	margin-right: 8px;
	background: #424242 url(https://www.4x4at.com/skin/frontend/nlg/default/rootways/megamenupro/images/down.png) no-repeat top left;
	background-size: 25px;
	border-radius: 2px;
}
.rootmenu-rotate {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.rootmenu .rootmenu-submenu ul > li{
	position: relative;
	margin: 0;
	padding: 0;
}
.rootmenu-text{
	width: 50%;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	line-height: 44px;
	text-indent: 15px;
	font-weight: normal;
	font-size: 20px;
	display: none;
	text-transform: none;
}
.rootmenu-addimg{
	width: 100%;
	display: block;
}
.rootmenu-addimg img{
	width: 100%;
}
.rootmegamenu_block img{
	width: 100%;
}
.rootmenu .sub-cat-name{
	display: block;
	float: left;
	width: 100%;
    height: 35px !important;
	padding-top: 5px;
	vertical-align: middle;
}
/*@media only screen and (min-width:480px) {*/
	/*.rootmenu .sub-cat-name {*/
		/*display: inline-block;*/
		/*float: none;*/
		/*width: auto;*/
		/*height: 35px !important;*/
		/*padding-top: 40px;*/
	/*}*/
/*}*/
/*@media only screen and (min-width:768px) {*/
	/*.rootmenu .sub-cat-name {*/
		/*display: block;*/
	/*}*/
/*}*/
/*@media only screen and (min-width:901px) {*/
	/*.rootmenu .sub-cat-name {*/
		/*padding-top: 0;*/
	/*}*/
/*}*/
.simpledropdown-list01{
	position: relative;
}
/*Root Col Class */
.root-col-6{
	width: 16.66666666666667%;
	float: left;
	display: block;
	padding: 10px;
}
.root-col-5{
	width: 20%;
	float: left;
	display: block;
	padding: 10px;
}
.root-col-4{
	width: 25%;
	float: left;
	display: block;
	padding: 10px;
	/*text-align: center;*/
}
.root-col-3{
	width: 33.33333333333333%;
	float: left;
	display: block;
	padding: 10px;
}
.root-col-2{
	width: 50%;
	float: left;
	display: block;
	padding: 10px;
}
.root-col-1{
	width: 100%;
	float: left;
	display: block;
	padding: 10px;
}
.root-col-25{
	width: 25%;
	float: left;
	display: block;
	padding: 10px;
}
.root-col-50{
	width: 50%;
	float: left;
	display: block;
	padding: 10px;
}
.root-col-70{
	width: 66.66666666666667%;
	float: left;
	display: block;
	padding: 10px;
}
.root-col-75{
	width: 75%;
	float: left;
	display: block;
	padding: 10px;
}
/*Responsive Class*/
/* General Class */
#not_activated {
	background: #000 none repeat scroll 0 0;
	color: #ff0000;
	padding: 10px;
}
#menu_submit_loader{
	background: #097fb4 url("https://www.4x4at.com/skin/frontend/nlg/default/rootways/megamenupro/images/category-loader.gif") no-repeat scroll 0 0 / 51px auto;
	border-radius: 10px;
	font-size: 0;
	height: 49px;
	width: 49px;
}
.rootthreecol .level2-popup img{
	float: left;
	margin-right: 10px;
}
/* */
/*TAG CSS*/
.roottag {
	position: absolute;
	right: 0;
	top: -20px;
	z-index: 100;
}
.rootmenutag {
	height: 18px;
	line-height: 18px;
	text-align: center;
	font-size: 11px;
	color: #fff;
	border-radius: 2px;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 1px 6px 1px 6px;
	margin-left: 6px;
	text-transform: none;
	letter-spacing: -0.0px;
	font-style: normal;
}
/*END TAG CSS*/
@media only screen and (min-width:901px){
	.level3-popup:before, .level3-popup:after{
		content: "";
		display: table;
	}
	.level3-popup:after{
		clear: both;
	}
	.level3-popup li a:before, .level3-popup li a:after{
		content: "";
		display: table;
	}
	.level3-popup li a:after{
		clear: both;
	}
	.level3-popup li .level3-name, .level4-popup li .level4-name {
		float: left;
		line-height: 25px;
	}
	.level3-popup li .top-sub-label{
		float: left;
		line-height: 25px;
	}
	.level3-popup li a .halfwidth-dropdown-arrow{
		padding-top: 4px !important;
	}
	.level3-popup li a .fullwidth-dropdown-arrow{
		padding-top: 4px !important;
	}
	.rootmenu-list .rootmenu-submenu .rootmenu-submenu-sub {
		min-width: 180px;
		position: absolute;
		left: 65%;
		top: 15px;
		margin: 0;
		padding: 0;
		border-bottom: solid 2px #097fb4;
		z-index: 99;
	}
	.rootmenu-list .rootmenu-submenu li:hover .rootmenu-submenu-sub {
		list-style: none;
		margin: 0
	}
	.rootmenu-list .rootmenu-submenu .rootmenu-submenu-sub .rootmenu-submenu-sub-sub {
		min-width: 180px;
		position: absolute;
		left: 65%;
		top: 15px;
		margin: 0;
		padding: 0;
		border-bottom: solid 2px #097fb4;
	}
	.rootmenu-list .rootmenu-submenu .rootmenu-submenu-sub li:hover .rootmenu-submenu-sub-sub {
		display: block !important;
		list-style: none;
		margin: 0;
		z-index: 100;
	}
	.rootmenu-submenu-sub > li{
		position: relative;
		padding: 0;
		margin: 0;
	}
	.rootmenu-submenu-sub-sub > li {
		position: relative;
		padding: 0;
		margin: 0
	}
	.mobilelink {
		display: none;
	}
	.rootmenu .tabmenu .tabimtag img{
		margin: 0;
	}
	/* Popup CSS */
	.rootthreecol .halfwidth-popup-sub-sub .halfwidth-popup-sub-sub-sub,
    .top-half-left .halfwidth-popup-sub-sub .halfwidth-popup-sub-sub-sub,
    .top-half-right .halfwidth-popup-sub-sub .halfwidth-popup-sub-sub-sub {
		background: #f6f6f6 none repeat scroll 0 0;
		border: 1px solid #EDEDED;
		border-bottom: 2px solid #0092d7;
		box-shadow: 0 5px 5px #cccccc, 0 0 0 #cccccc inset;
		display: none !important;
		left: 45%;
		margin: 0;
		min-width: 180px;
		padding: 0;
		position: absolute;
		top: 26px;
		z-index: 99;
	}
	.rootthreecol ul li .halfwidth-popup-sub-sub li:hover .halfwidth-popup-sub-sub-sub,
    .top-half-left ul li .halfwidth-popup-sub-sub li:hover .halfwidth-popup-sub-sub-sub,
    .top-half-right ul li .halfwidth-popup-sub-sub li:hover .halfwidth-popup-sub-sub-sub {
		display: block !important;
		list-style: none;
		margin: 0;
	}
	.rootthreecol .level2-popup,
    .top-half-left .level2-popup,
    .top-half-right .level2-popup,
    .top-full-left .level2-popup,
    .top-full-right .level2-popup,
    .halflinkonly .level2-popup,
    .megamenu-popup .level2-popup {
		margin: 0;
		padding: 0;
	}
	.rootthreecol .level2-popup .halfwidth-dropdown-arrow,
    .top-half-left .level2-popup .halfwidth-dropdown-arrow,
    .top-half-right .level2-popup .halfwidth-dropdown-arrow,
    .top-full-left .level2-popup .fullwidth-dropdown-arrow,
    .top-full-right .level2-popup .fullwidth-dropdown-arrow,
    .halflinkonly .level2-popup .halfwidth-dropdown-arrow,
    .megamenu-popup .level2-popup .fullwidth-dropdown-arrow {
		display: table-cell;
		font-size: 14px;
		line-height: 17px;
		padding: 0 0 0 10px;
	}
	.rootthreecol .level2-popup li,
    .top-half-left .level2-popup li,
    .top-half-right .level2-popup li,
    .top-full-left .level2-popup li,
    .top-full-right .level2-popup li,
    .halflinkonly .level2-popup li,
    .megamenu-popup .level2-popup li {
		position: relative;
	}
	.rootthreecol .level2-popup li a,
    .top-half-left .level2-popup li a,
    .top-half-right .level2-popup li a,
    .top-full-left .level2-popup li a,
    .top-full-right .level2-popup li a,
    .halflinkonly .level2-popup li a,
    .megamenu-popup .level2-popup li a {
		background-image: none;
		border-right: 0 none;
		display: block;
		font-weight: normal;
		line-height: 18px;
		padding: 10px 10px 10px 6px;
		text-align: left;
	}
	.rootthreecol .level2-popup li:hover .level3-popup,
    .top-half-left .level2-popup li:hover .level3-popup,
    .top-half-right .level2-popup li:hover .level3-popup,
    .top-full-left .level2-popup li:hover .level3-popup,
    .top-full-right .level2-popup li:hover .level3-popup,
    .halflinkonly .level2-popup li:hover .level3-popup,
    .megamenu-popup .level2-popup li:hover .level3-popup {
		display: block;
	}
	.rootthreecol .level2-popup .level3-popup,
    .top-half-left .level2-popup .level3-popup,
    .top-half-right .level2-popup .level3-popup,
    .top-full-left .level2-popup .level3-popup,
    .top-full-right .level2-popup .level3-popup,
    .halflinkonly .level2-popup .level3-popup,
    .megamenu-popup .level2-popup .level3-popup {
		background: #f6f6f6 none repeat scroll 0 0;
		border: 1px solid #EDEDED;
		border-bottom: 2px solid #0092d7;
		box-shadow: 0 5px 5px #cccccc, 0 0 0 #cccccc inset;
		display: none;
		left: 45%;
		margin: 0;
		min-width: 180px;
		padding: 0;
		position: absolute;
		/*top: 26px;
        */
		z-index: 99;
	}
	.rootthreecol .level2-popup .level3-popup li,
    .top-half-left .level2-popup .level3-popup li,
    .top-half-right .level2-popup .level3-popup li,
    .top-full-left .level2-popup .level3-popup li,
    .top-full-right .level2-popup .level3-popup li,
    .halflinkonly .level2-popup .level3-popup li,
    .megamenu-popup .level2-popup .level3-popup li {
		position: relative;
	}
	.rootthreecol .level2-popup .level3-popup li a,
    .top-half-left .level2-popup .level3-popup li a,
    .top-half-right .level2-popup .level3-popup li a,
    .top-full-left .level2-popup .level3-popup li a,
    .top-full-right .level2-popup .level3-popup li a,
    .halflinkonly .level2-popup .level3-popup li a,
    .megamenu-popup .level2-popup .level3-popup li a {
		background-image: none;
		border-right: 0 none;
		display: block;
		font-weight: normal;
		line-height: 18px;
		padding: 10px 10px 10px 6px;
		text-align: left;
	}
	.rootthreecol .level2-popup .level3-popup li a:hover,
    .top-half-left .level2-popup .level3-popup li a:hover,
    .top-half-right .level2-popup .level3-popup li a:hover,
    .top-full-left .level2-popup .level3-popup li a:hover,
    .top-full-right .level2-popup .level3-popup li a:hover,
    .halflinkonly .level2-popup .level3-popup li a:hover,
    .megamenu-popup .level2-popup .level3-popup li a:hover {
		background-color: #f1f1f1;
	}
	.rootthreecol .level2-popup .level3-popup li:hover .level4-popup,
    .top-half-left .level2-popup .level3-popup li:hover .level4-popup,
    .top-half-right .level2-popup .level3-popup li:hover .level4-popup,
    .top-full-left .level2-popup .level3-popup li:hover .level4-popup,
    .top-full-right .level2-popup .level3-popup li:hover .level4-popup,
    .halflinkonly .level2-popup .level3-popup li:hover .level4-popup,
    .megamenu-popup .level2-popup .level3-popup li:hover .level4-popup {
		display: block;
	}
	.rootthreecol .level2-popup .level3-popup .level4-popup,
    .top-half-left .level2-popup .level3-popup .level4-popup,
    .top-half-right .level2-popup .level3-popup .level4-popup,
    .top-full-left .level2-popup .level3-popup .level4-popup,
    .top-full-right .level2-popup .level3-popup .level4-popup,
    .halflinkonly .level2-popup .level3-popup .level4-popup,
    .megamenu-popup .level2-popup .level3-popup .level4-popup {
		background: #f6f6f6 none repeat scroll 0 0;
		border: 1px solid #EDEDED;
		border-bottom: 2px solid #0092d7;
		box-shadow: 0 5px 5px #cccccc, 0 0 0 #cccccc inset;
		display: none;
		left: 45%;
		margin: 0;
		min-width: 180px;
		padding: 0;
		position: absolute;
		top: 26px;
		z-index: 99;
	}
	.rootthreecol .level2-popup .level3-popup .level4-popup li,
    .top-half-left .level2-popup .level3-popup .level4-popup li,
    .top-half-right .level2-popup .level3-popup .level4-popup li,
    .top-full-left .level2-popup .level3-popup .level4-popup li,
    .top-full-right .level2-popup .level3-popup .level4-popup li,
    .halflinkonly .level2-popup .level3-popup .level4-popup li,
    .megamenu-popup .level2-popup .level3-popup .level4-popup li {
		position: relative;
	}
	.rootthreecol .level2-popup .level3-popup .level4-popup li a,
    .top-half-left .level2-popup .level3-popup .level4-popup li a,
    .top-half-right .level2-popup .level3-popup .level4-popup li a,
    .top-full-left .level2-popup .level3-popup .level4-popup li a,
    .top-full-right .level2-popup .level3-popup .level4-popup li a,
    .halflinkonly .level2-popup .level3-popup .level4-popup li a,
    .megamenu-popup .level2-popup .level3-popup .level4-popup li a {
		background-image: none;
		border-right: 0 none;
		display: block;
		font-weight: normal;
		line-height: 18px;
		padding: 6px 10px 6px 6px;
		text-align: left;
	}
	.rootthreecol .level2-popup .level3-popup .level4-popup li a:hover,
    .top-half-left .level2-popup .level3-popup .level4-popup li a:hover,
    .top-half-right .level2-popup .level3-popup .level4-popup li a:hover,
    .top-full-left .level2-popup .level3-popup .level4-popup li a:hover,
    .top-full-right .level2-popup .level3-popup .level4-popup li a:hover,
    .halflinkonly .level2-popup .level3-popup .level4-popup li a:hover,
    .megamenu-popup .level2-popup .level3-popup .level4-popup li a:hover {
		background-color: #f1f1f1;
	}
	/* END Popup CSS */
	/* New Dropdown Effect Default */
	.rootmenu > .rootmenu-list > li > .topmenu_main {
		opacity: 0;
		visibility: hidden;
	}
	.rootmenu > .rootmenu-list > li:hover > .topmenu_main {
		opacity: 1;
		visibility: visible;
	}
	.rootmenu-list .rootmenu-submenu .rootmenu-submenu-sub {
		opacity: 0;
		visibility: hidden;
	}
	.rootmenu-list .rootmenu-submenu .rootmenu-submenu-sub li:hover .rootmenu-submenu-sub-sub {
		opacity: 1;
		visibility: visible;
	}
	.rootmenu-list .rootmenu-submenu li:hover .rootmenu-submenu-sub {
		opacity: 1;
		visibility: visible;
	}
	.rootmenu-list .rootmenu-submenu .rootmenu-submenu-sub .rootmenu-submenu-sub-sub {
		opacity: 0;
		visibility: hidden;
	}
	/* END New Dropdown Effect Default */
	/* New Dropdown Effect "topanimation" */
	.rootmenu > .rootmenu-list > li > .topmenu_main.topanimation{
		transform-style: preserve-3d;
		/*-o-transform-style: preserve-3d;*/
		/*-moz-transform-style: preserve-3d;*/
		-webkit-transform-style: preserve-3d;
		transform: rotateX(-90deg);
		-o-transform: rotateX(-90deg);
		-moz-transform: rotateX(-90deg);
		-webkit-transform: rotateX(-90deg);
		opacity: 0;
		visibility: hidden;
		-o-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		-moz-transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
		-o-transition: -o-transform 0.4s, opacity 0.4s;
		/*-ms-transition: -ms-transform 0.4s, opacity 0.4s;*/
		-moz-transition: -moz-transform 0.4s, opacity 0.4s;
		-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	}
	.rootmenu > .rootmenu-list > li:hover > .topmenu_main.topanimation{
		transform: rotateX(0deg);
		-o-transform: rotateX(0deg);
		-moz-transform: rotateX(0deg);
		-webkit-transform: rotateX(0deg);
		opacity: 1;
		visibility: visible;
	}
	/* New Dropdown Effect "bottomanimation" */
	.rootmenu > .rootmenu-list > li > .topmenu_main.bottomanimation{
		transform: translateY(35px);
		transition: all .3s ease;
		opacity: 0;
		visibility: hidden;
	}
	.rootmenu > .rootmenu-list > li:hover > .topmenu_main.bottomanimation{
		transform: translateY(0);
		opacity: 1;
		visibility: visible;
	}
	/* New Dropdown Effect "rightanimation" */
	.rootmenu > .rootmenu-list > li > .topmenu_main.rightanimation{
		transform: translateX(35px);
		transition: all .3s ease;
		opacity: 0;
		visibility: hidden;
	}
	.rootmenu > .rootmenu-list > li:hover > .topmenu_main.rightanimation{
		transform: translateX(0);
		opacity: 1;
		visibility: visible;
	}
	/* New Dropdown Effect "leftanimation" */
	.rootmenu > .rootmenu-list > li > .topmenu_main.leftanimation{
		transform: translateX(-35px);
		transition: all .3s ease;
		opacity: 0;
		visibility: hidden;
	}
	.rootmenu > .rootmenu-list > li:hover > .topmenu_main.leftanimation{
		transform: translateX(0);
		opacity: 1;
		visibility: visible;
	}
}
@media only screen and (min-width:230px) and (max-width:1200px) {
	.rootmenu-list > li > a{
		color: #ffffff;
	}
	.rootmenu > .rootmenu-list > li > .topmenu_main{
		display: none;
	}
	.level3-popup{
		display: none;
	}
	.level4-popup{
		display: none;
	}
	.rootmenu li{
		position: relative;
	}
	.halfwidth-dropdown-arrow, .fullwidth-dropdown-arrow {
		display: none !important;
	}
	.level3-popup{
		padding-left: 20px !important;
	}
	.level4-popup{
		padding-left: 20px !important;
	}
	/*New Css for Tabing menu*/
	.rootmenu .tabmenu02 .verticalopen02{
		position: relative !important;
		display: block !important;
		opacity: 1 !important;
		visibility: visible !important;
		top: 0;
	}
	.rootmenu > .rootmenu-list > li > .tabmenu02 > .mainmenuwrap02 > .vertical-menu02 > li{
		width: 100%;
		float: none !important;
	}
	.roottag{
		position: static;
	}
	.sub_cat_listing li {
		position: relative;
	}
	.rootmenu-submenu a.submenuarrow:after{
		border: none !important;
	}
	.verticalopen{
		position: relative !important;
		display: block !important;
	}
	.rootmenu .tabmenu .tabimtag{
		height: auto !important;
	}
	.rootmenu-list > li > a > .homeicon{
		display: none !important;
	}
	.rootmenu-list > li > a > em{
		display: block !important;
		font-style: normal;
	}
	.rootmenu-list > li{
		text-align: left;
		border-right: 0;
	}
	.megamenu{
		position: relative;
		top: 0;
		left: 0;
		padding: 8px;
	}
	.megamenu .carousel .item img{
		width: 100%;
	}
	.rootmenu-mobile {
		display: block;
	}
	.rootmenu-list > li{
		float: none !important;
		display: inline-block;
	}
	.mobile-sub {
		margin: 0;
		padding: 0;
		list-style: none;
		float: none;
		width: 100%;
		display: table;
	}
	.mobile-sub > li {
		margin: 0 !important;
		display: block;
		position: relative;
	}
	.mobile-sub > li > a {
		display: block;
		padding: 5px 10px;
		line-height: 35px;
		border-bottom: solid 1px #ccc;
	}
	.mobile-sub > li > a.active {
		color: #000 !important;
		box-shadow: none
	}
	.mobile-sub > li:hover>a {
		box-shadow: none;
	}
	.rootmenu {
		width: 100%;
		padding: 0 !important;
		background-color: #fff;
		margin: 0;
	}
	.rootmenu-list {
		display: none;
	}
	.rootmenu-item {
		width: 100%;
		float: none;
		text-align: left;
	}
	.rootmenu-item > a {
		padding: 13px;
		line-height: 20px;
		text-transform: none;
		position: static !important;
	}
	.rootmenu-click {
		padding-left: 15px;
		display: block;
	}
	.rootmenu-click02 {
		display: block;
	}
	.rootmenu-mobile-open {
		border-radius: 5px 5px 0 0;
		-webkit-border-radius: 5px 5px 0 0;
		-moz-border-radius: 5px 5px 0 0;
	}
	.rootmenu-item:hover .rootmenu-submenu {
		display: none;
	}
	.rootmenu-submenu {
		position: static;
		width: 100%;
		padding: 0;
		box-shadow: none;
		display: none;
	}
	.rootmenu-submenu:after {
		border: none;
	}
	.rootmenu-submenu li {
		margin: 0 !important;
		position: relative;
	}
	.rootmenu-submenu a {
		display: block;
		color: #000;
		padding: 12px 25px;
		background: #fff !important;
		border-bottom: solid 1px #ccc;
	}
	.rootmenu-submenu li a.active {
		color: #000 !important;
	}
	.rootmenu-submenu li:hover>a {
		background-color: #f5f5f5!important;
		color: #000;
	}
	.rootmenu-submenu-sub {
		display: none;
		position: static;
		top: 0;
		left: 100%;
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.rootmenu-submenu-sub li {
		position: relative;
		padding: 0;
		margin: 0 !important;
	}
	.rootmenu-submenu-sub a {
		display: block;
		padding: 10px 25px 10px 25px;
		font-weight: normal;
		background: #fff !important;
		color: #000;
		border-bottom: solid 1px #ccc;
	}
	.rootmenu-submenu-sub li a.active {
		color: #000 !important;
	}
	.rootmenu-submenu-sub li:hover>a {
		background-color: #a5a5a5 !important;
		color: #fff;
	}
	.rootmenu-submenu-sub-sub {
		display: none;
		position: static;
		top: 0;
		left: 100%;
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.rootmenu-submenu-sub-sub li {
		margin: 0 !important;
	}
	.rootmenu-submenu-sub-sub a {
		display: block;
		color: #000;
		padding: 10px 25px 10px 25px;
		background: #fff !important;
		border-bottom: solid 1px #ccc;
		font-weight: normal;
	}
	.rootmenu-submenu-sub-sub li a.active {
		color: #000 !important;
	}
	.rootmenu-submenu-sub-sub li:hover>a {
		background-color: #606060 !important;
		color: #fff;
	}
	.rootmenu-text {
		display: block;
	}
	.rootmenu-submenu .cat-arrow{
		display: none !important;
	}
	.skip-link.skip-nav {
		display: none !important;
	}
	#header-nav{
		display: block;
	}
	.rootmenu{
		width: 100%;
		padding: 44px 0 0 0 !important;
		margin: 0 0;
		font-size: 14px !important;
		background-color: #424242;
	}
	.rootmenu .halfmenu{
		position: relative;
		top: 0;
		width: 100%;
	}
	.rootmenu .catproductimg img{
		width: 100%;
	}
	.linksmenu img {
		width: 100%;
	}
	.rootmenu .tabmenu .tabimtag img{
		/*width: 70%;*/
		margin-right: 10px;
	}
	.rootmenu .tabmenu02 .vertical-menu02 > li > a{
		height: auto;
		padding: 5px 15px !important;
	}
	.rootmenu .tabmenu02 .vertical-menu02 > li > .verticalopen02 .root-col-4{
		width: 100% !important;
		padding: 0;
		margin: 0;
	}
	.rootmenu .tabmenu02 .vertical-menu02 > li > a > span{
		float: none;
		display: block;
		text-align: center;
		margin: 12px 0 !important;
	}
}
/*Mega menu Content Responsive*/
@media only screen and (min-width:1024px) and (max-width:1199px) {
	.rootmenu .halfmenu {
		width: 60%;
	}
}
@media only screen and (min-width:901px) and (max-width:1023px) {
	.rootmenu-list > li > a{
		padding-left: 10px;
		padding-right: 10px;
	}
	.rootmenu .contacthalfmenu{
		width: 100%;
	}
	.rootmenu-list .rootmenu-submenu .rootmenu-submenu-sub{
		left: auto !important;
		right: 65%;
	}
	.rootmenu .halfmenu {
		width: 65%;
	}
}
@media only screen and (min-width:768px) and (max-width:1200px) {
	.rootmenu .contacthalfmenu{
		width: 100%;
	}
	.rootmenu .tabmenu .verticalopen {
		width: 100%
	}
	.root-col-6{
		width: 100%;
	}
	.root-col-5{
		width: 100%;
	}
	.root-col-4{
		width: 100%;
	}
	.root-col-3{
		width: 100%;
	}
	.root-col-2{
		width: 100%;
	}
	.root-col-1{
		width: 100%;
	}
	.root-col-25{
		width: 100%;
	}
	.root-col-50{
		width: 100%;
	}
	.root-col-70{
		width: 100%;
	}
	.root-col-75{
		width: 100%;
	}
}
@media only screen and (min-width:501px) and (max-width:767px) {
	.rootmenu .halfmenu{
		position: relative;
		width: 100%;
		top: 0;
	}
	.rootmenu .contacthalfmenu{
		position: relative;
		width: 100%;
		top: 0;
	}
	.rootmenu .tabmenu .tabimgwpr {
		min-height: 90px;
		width: 100% !important;
	}
	.rootmenu .tabmenu .tabimgtext {
		/*display: inline-block;*/
		font-size: 15px !important;
		line-height: 17px !important;
	}
	.root-col-6{
		width: 100%;
	}
	.root-col-5{
		width: 100%;
	}
	.root-col-4{
		width: 100%;
	}
	.root-col-3{
		width: 100%;
	}
	.root-col-2{
		width: 100%;
	}
	.root-col-1{
		width: 100%;
	}
	.root-col-25{
		width: 100%;
	}
	.root-col-50{
		width: 100%;
	}
	.root-col-70{
		width: 100%;
	}
	.root-col-75{
		width: 100%;
	}
}
@media only screen and (min-width: 200px) and (max-width:500px) {
	.rootmenu .halfmenu{
		position: relative;
		width: 100%;
		top: 0;
	}
	.rootmenu .contacthalfmenu{
		position: relative;
		width: 100%;
		top: 0;
	}
	.rootmenu .tabmenu .tabimgwpr {
		min-height: 90px;
	}
	.rootmenu .tabmenu .tabimgtext {
		font-size: 15px !important;
		line-height: 17px !important;
	}
	.root-col-6{
		width: 100%;
	}
	.root-col-5{
		width: 100%;
	}
	.root-col-4{
		width: 100%;
	}
	.root-col-3{
		width: 100%;
	}
	.root-col-2{
		width: 100%;
	}
	.root-col-1{
		width: 100%;
	}
	.root-col-25{
		width: 100%;
	}
	.root-col-50{
		width: 100%;
	}
	.root-col-70{
		width: 100%;
	}
	.root-col-75{
		width: 100%;
	}
}
.dropdown-leftside {
	right: 0;
}
.dropdown-leftside .rootmenu-submenu-sub {
	left: -100% !important;
	top: 0 !important;
	width: 100%;
}
.dropdown-leftside .rootmenu-submenu-sub .rootmenu-submenu-sub-sub {
	left: -60% !important;
	top: 0 !important;
}
.dropdown-leftside a.submenuarrow:after {
	border-color: transparent #525252 transparent transparent !important;
	left: 7px !important;
}
.dropdown-leftside > li > a {
	padding: 8px 12px 8px 25px !important;
}
.contentcol p{
	color: #323232;
	font-weight: normal;
	line-height: 23px;
	text-align: justify;
	font-size: 13px;
	margin-bottom: 15px;
}
.contentcol .contentcolheading {
	border-bottom: 1px solid #b6b6b6;
	color: #424242;
	display: block;
	font-size: 13px;
	font-weight: bold;
	padding: 8px 0 8px 0;
	width: 100%;
	margin-bottom: 8px;
}

/*!
 *  Font Awesome 4.6.3 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('https://www.4x4at.com/skin/frontend/base/default/rootways/megamenupro/fonts/fontawesome-webfont.eot?v=4.6.3');src:url('https://www.4x4at.com/skin/frontend/base/default/rootways/megamenupro/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('https://www.4x4at.com/skin/frontend/base/default/rootways/megamenupro/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),url('https://www.4x4at.com/skin/frontend/base/default/rootways/megamenupro/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),url('https://www.4x4at.com/skin/frontend/base/default/rootways/megamenupro/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),url('https://www.4x4at.com/skin/frontend/base/default/rootways/megamenupro/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.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-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"}.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}

/*Vertical Menu 01*/

.verticalmenu01{
	width:240px;
	margin-top:45px;
	height: 100%;
	background-color: #fff;
	border-radius:0px;
	z-index:100;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	border:none;
	position: relative;
	}

.verticalmenu01 .vertical-list{
	height:100%;
	display:block;
	}
	
.verticalmenu01 .vertical-list li{
	width:240px;
	display:block;
	float:none;
	border-right:none;
	background-color:transparent;
	position:relative;
	white-space:inherit;}
	
.verticalmenu01 .vertical-list li a{
	padding:9px 32px 9px 17px;
	font-size:14px;
	text-align:left;
	border-bottom:1px solid rgba(0,0,0,0.13);
	border-left:1px solid rgba(0,0,0,0.13);
	border-right:1px solid rgba(0,0,0,0.13);
	background-color:transparent;
	color:#666666;
	line-height:25px;
	border-bottom-color:rgba(0,0,0,0.13);
	position:static;
	display:block;
	}
	
.verticalmenu01 .vertical-list li:first-child{
	border-top:1px solid rgba(0,0,0,0.13);
}

 
.verticalmenu01 .vertical-submenu{
	transform:none;
	opacity:1;
	display:none;
	position:relative;
	top:0px;
	background-color:#fff ;
	border:solid 1px #ccc;
	padding:0px;
	visibility:visible;
	}

.verticalmenu01 .vertical-submenu li{
	position:relative;
	}	
	
.verticalmenu01 .vertical-submenu li a{
	line-height:20px;
	height:43px;
	background-color:#e7e7e7;
	font-size:13px;
	padding:10px 0px 10px 18px;
	color:#8E8E8E;
	display:block;
	}

.verticalmenu01 .vertical-list .v-megamenu{
	background-color:#e7e7e7;
	color:#666666;
	display:none;
	position:relative;
	top:0px;
	padding:0px;
	border:solid 0px;
	transform:none;
	opacity:1;
	visibility:visible;
	}
   	
	
.verticalmenu01 .vertical-submenu-sub{
	width:100%;
	position:static;
	left:100%;
	top:0;
	display:none;
	margin:0px;
	padding:0px;
	border:solid 0px;
	transform:none;
	opacity:1;
	visibility:visible;
	}
	
.verticalmenu01 .vertical-submenu-sub li{
	margin:0px 0px 0px 0px;
	padding:0px;
	position:relative;}
	
.verticalmenu01 .vertical-submenu-sub a{
	display:block;
	padding:10px 25px 10px 25px;
	border-bottom:solid 1px #ccc;
	font-weight:normal;}
	
.verticalmenu01 .vertical-submenu-sub li a.active{color:#000;}

.verticalmenu01 .vertical-submenu-sub li:hover>a{ background-color:#333333; color:#fff;}

.verticalmenu01 .vertical-submenu-sub-sub{
	width:100%;
	position:static;
	left:100%;
	top:0;
	display:none;
	margin:0px;
	padding:0px;
	border:solid 0px;
	transform:none;
	opacity:1;
	visibility:visible;
	}
	
.verticalmenu01 .vertical-submenu-sub-sub li{
	margin:0px 0px 0px 0px;}
	
.verticalmenu01 .vertical-submenu-sub-sub a{
	display:block;
	color:#000;
	padding:10px 25px;
	background:#000;
	border-bottom:solid 1px #ccc;
	font-weight:normal;}
	
.verticalmenu01 .vertical-submenu-sub-sub li a.active{ color:#000;}
.verticalmenu01 .vertical-submenu-sub-sub li:hover>a{ background-color:#606060; color:#fff;}

/*(Span clicker)*/
.verticalmenu01 .vertical-click {
	height:43px;
	position:absolute;
	top:0;
	right:0;
	display:block;
	cursor:pointer;
	width:100%;
	}

.verticalmenu01 .vertical-click i{
	display:block;
	height:23px;
	width:25px;
	margin-top:11px;
	margin-right:8px;
	background-size:25px;
	font-size:21px;
	color:rgba(0,0,0,0.25);
	float:right;
	text-align:center;
	background:url(https://www.4x4at.com/skin/frontend/base/default/rootways/megamenupro/images/v-down.png) top center no-repeat;
	}
	
.verticalmenu01 .vertical-click02 {
	height:43px;
	position:absolute;
	top:0;
	right:0;
	display:block;
	cursor:pointer;
	width:100%;
	}

.verticalmenu01 .vertical-click02 i{
	display:block;
	height:23px;
	width:25px;
	margin-top:11px;
	margin-right:8px;
	background-size:25px;
	font-size:21px;
	color:rgba(0,0,0,0.25);
	float:right;
	text-align:center;
	background:url(https://www.4x4at.com/skin/frontend/base/default/rootways/megamenupro/images/v-down.png) top center no-repeat;
	}	
	
.verticalmenu01 .vertical-activearrow i{transform: rotate(180deg);}

.verticalmenu01 .vertical-rotate{
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-o-transform:rotate(180deg);
	transform:rotate(180deg);
	}

/*(Span clicker)*/

.clearfix:before, .clearfix:after{content: ""; display: table;}.clearfix:after{clear: both;}.clearfix{zoom: 1;}.cl{clear: both;}
*{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; text-decoration: none; -webkit-font-smoothing: antialiased;}

/*Vertical Menu 02*/
.verticalmenu02{
	width:300px;
	height: 100%;
	margin:45px 0px 0px 0px;
	border-radius:0px;
	z-index:1;
	border:none;
	background-color:#fff;
	position: relative;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	}

.verticalmenu02 .vertical-list{
	height:100%;
	display:block;
	}
	
.verticalmenu02 > .vertical-list > li{
	width:100%;
	display:block;
	float:none;
	position: relative;
	border-right:none;
	background-color:transparent;
	white-space:inherit;}
	
.verticalmenu02 > .vertical-list > li > a{
	padding:9px 15px 9px 17px;
	text-align:left;
	line-height:25px;
	border-bottom:1px solid;
	border-left:1px solid;
	border-right:1px solid;
	position:static;
	display:block;
	text-decoration:none;
}
.verticalmenu02 > .vertical-list > li > a .fa {
    color: #ccc;
    float: right;
    font-size: 16px;
    margin-top: 4px;
}
.verticalmenu02 > .vertical-list > li:first-child{
	border-top:1px solid;
}
.verticalmenu02 .vertical-list .varticalmenu_main{
	border:1px solid rgba(0,0,0,0.13);
	color:#666666;
	display:none;
	position:absolute;
	top:0px;
	/*min-height:350px;*/
	padding:0px;
	transform:none;
	opacity:1;
	visibility:visible;
}

.verticalmenu02 .vertical-list .varticalmenu_main.vhovertabmenu{min-height:370px;}
	
	
.varticalmenu_main .megamenuverticalheader{border-bottom: 1px solid #b6b6b6; display: block; font-size: 13px; font-weight: bold; padding: 10px 15px; width: 100%; color:#424242;}
.varticalmenu_main .megamenuverticalfoooter{border-bottom: 1px solid #b6b6b6; display: block; font-size: 13px; font-weight: bold; padding: 10px 15px; width: 100%; color:#424242; clear:left;}

/*======= v_halfmenu =======*/
.verticalmenu02 .vertical-list .varticalmenu_main.v_halfmenu li a{
	padding:4px 0px 2px 0px;
	text-align:left;
	line-height:25px;
	position:static;
	display:block;
	text-decoration:none;
}
.verticalmenu02 .vertical-list .varticalmenu_main li a .fa {
    margin-right: 8px;
	/*float: right;*/
}

.verticalmenu02 .vertical-list .varticalmenu_main.v_halfmenu li a:hover{
	text-decoration:underline;
	}
.verticalmenu02 .vertical-list .varticalmenu_main.v_halfmenu .smlheader{
	border-bottom:1px solid #CCC;
	padding:0px 5px 9px 0px;
	font-size:15px;
	text-transform:none;
	font-weight:bold;
	color:#424242;
	margin-bottom:7px;
	text-align:left;
	list-style:none;
	}
.verticalmenu02 .vertical-list .varticalmenu_main.v_halfmenu .smlheader a{
	color:#424242;
	}	
	
.varticalmenu_main .vertical-listing-img > img{display: inline-block !important; vertical-align:middle;}
.varticalmenu_main .vertical-listing-img { margin-right:9px; }


/*.varticalmenu_main ul.rootmenulevel-3 li a{ position:relative; }*/
.varticalmenu_main ul.rootmenulevel-3 li a:before {
	content: "\f105";
	font-family:fontawesome;
	margin-right: 9px;
}


/*======= END v_halfmenu =======*/	



/*======= v_halfmenu_right =======*/

.verticalmenu02 .vertical-list .varticalmenu_main.v_halfmenu_right li a{
	padding:4px 0px 2px 0px;
	text-align:left;
	line-height:25px;
	position:static;
	display:block;
	text-decoration:none;
	}

.verticalmenu02 .vertical-list .varticalmenu_main.v_halfmenu_right li a:hover{
	text-decoration:underline;
	}
.verticalmenu02 .vertical-list .varticalmenu_main.v_halfmenu_right .smlheader{
	border-bottom:1px solid #CCC;
	padding:0px 5px 9px 0px;
	font-size:15px;
	text-transform:none;
	font-weight:bold;
	color:#424242;
	margin-bottom:7px;
	text-align:left;
	list-style:none;
	}
.verticalmenu02 .vertical-list .varticalmenu_main.v_halfmenu_right .smlheader a{
	color:#424242;
}
/*======= END v_halfmenu_right =======*/ 
 
 
 
 
/*======= v_halfmenu_left =======*/
.verticalmenu02 .vertical-list .varticalmenu_main.v_halfmenu_left li a{
	padding:4px 0px 2px 0px;
	text-align:left;
	line-height:25px;
	position:static;
	display:block;
	text-decoration:none;
}

.verticalmenu02 .vertical-list .varticalmenu_main.v_halfmenu_left li a:hover{
	text-decoration:underline;
}
.verticalmenu02 .vertical-list .varticalmenu_main.v_halfmenu_left .smlheader{
	border-bottom:1px solid #CCC;
	padding:0px 5px 9px 0px;
	font-size:15px;
	text-transform:none;
	font-weight:bold;
	color:#424242;
	margin-bottom:7px;
	text-align:left;
	list-style:none;
} 
.verticalmenu02 .vertical-list .varticalmenu_main.v_halfmenu_left .smlheader a{
	color:#424242;
}
/*======= END v_halfmenu_left =======*/ 
 
 
 
 
/*======= v_fullwidthmenu =======*/

.verticalmenu02 .vertical-list .varticalmenu_main.v_fullwidthmenu li a{
	padding:4px 0px 2px 0px;
	text-align:left;
	line-height:25px;
	position:static;
	display:block;
	text-decoration:none;
}

.verticalmenu02 .vertical-list .varticalmenu_main.v_fullwidthmenu li a:hover{
	text-decoration:underline;
}
.verticalmenu02 .vertical-list .varticalmenu_main.v_fullwidthmenu .smlheader{
	border-bottom:1px solid #CCC;
	padding:0px 5px 9px 0px;
	font-size:15px;
	text-transform:none;
	font-weight:bold;
	color:#424242;
	margin-bottom:7px;
	text-align:left;
	list-style:none;
} 
	
.verticalmenu02 .vertical-list .varticalmenu_main.v_fullwidthmenu .smlheader a{
	color:#424242;
} 	
/*======= END v_fullwidthmenu =======*/ 
 
 
 
/*======= v_fullwidthmenu_right =======*/
.verticalmenu02 .vertical-list .varticalmenu_main.v_fullwidthmenu_right li a{
	padding:4px 0px 2px 0px;
	text-align:left;
	line-height:25px;
	position:static;
	display:block;
	text-decoration:none;
}
.verticalmenu02 .vertical-list .varticalmenu_main.v_fullwidthmenu_right li a:hover{
	text-decoration:underline;
}
.verticalmenu02 .vertical-list .varticalmenu_main.v_fullwidthmenu_right .smlheader{
	border-bottom:1px solid #CCC;
	padding:0px 5px 9px 0px;
	font-size:15px;
	text-transform:none;
	font-weight:bold;
	color:#424242;
	margin-bottom:7px;
	text-align:left;
	list-style:none;
} 
.verticalmenu02 .vertical-list .varticalmenu_main.v_fullwidthmenu_right .smlheader a{
	color:#424242;
} 	
/*======= END v_fullwidthmenu_right =======*/ 
  

/*======= v_fullwidthmenu_left =======*/
.verticalmenu02 .vertical-list .varticalmenu_main.v_fullwidthmenu_left li a{
	padding:4px 0px 2px 0px;
	text-align:left;
	line-height:25px;
	position:static;
	display:block;
	text-decoration:none;
}
.verticalmenu02 .vertical-list .varticalmenu_main.v_fullwidthmenu_left li a:hover{
	text-decoration:underline;
}
.verticalmenu02 .vertical-list .varticalmenu_main.v_fullwidthmenu_left .smlheader{
	border-bottom:1px solid #CCC;
	padding:0px 5px 9px 0px;
	font-size:15px;
	text-transform:none;
	font-weight:bold;
	color:#424242;
	margin-bottom:7px;
	text-align:left;
	list-style:none;
}
.verticalmenu02 .vertical-list .varticalmenu_main.v_fullwidthmenu_left .smlheader a{
	color:#424242;
}	
/*======= END v_fullwidthmenu_left =======*/ 
 
 
/*======= v-colwithright  =======*/
.verticalmenu02 .vertical-list .varticalmenu_main.v-colwithright li a{
	padding:4px 0px 2px 0px;
	font-size:13px;
	text-align:left;
	color:#666666;
	line-height:25px;
	position:static;
	display:block;
	text-decoration:none;
	}

.verticalmenu02 .vertical-list .varticalmenu_main.v-colwithright li a:hover{
	text-decoration:underline;
	}
.verticalmenu02 .vertical-list .varticalmenu_main.v-colwithright .smlheader{
	border-bottom:1px solid #CCC;
	padding:5px 5px 9px 0px;
	font-size:15px;
	text-transform:none;
	font-weight:bold;
	color:#424242;
	margin-bottom:7px;
	text-align:left;
	list-style:none;
	} 
.verticalmenu02 .vertical-list .varticalmenu_main.v-colwithright .smlheader a{color:#424242;}	
/*======= END v-colwithright  =======*/ 
 


 /*======= v-colwithleft   =======*/
.verticalmenu02 .vertical-list .varticalmenu_main.v-colwithleft li a{
	padding:4px 0px 2px 0px;
	font-size:13px;
	text-align:left;
	color:#666666;
	line-height:25px;
	position:static;
	display:block;
	text-decoration:none;
	}

.verticalmenu02 .vertical-list .varticalmenu_main.v-colwithleft li a:hover{
	text-decoration:underline;
	}
.verticalmenu02 .vertical-list .varticalmenu_main.v-colwithleft .smlheader{
	border-bottom:1px solid #CCC;
	padding:0px 5px 9px 0px;
	font-size:15px;
	text-transform:none;
	font-weight:bold;
	color:#424242;
	margin-bottom:7px;
	text-align:left;
	list-style:none;
	} 
.verticalmenu02 .vertical-list .varticalmenu_main.v-colwithleft .smlheader a{
	color:#424242;
	} 	
/*======= END v-colwithleft   =======*/ 
 
 
 
 
 
 
/*======= v-colwithleft   =======*/

.vmenu-probox01{display:block; padding:18px;float:left;  margin:0px 0px 0px 0px; position:relative; background-color:#fff; border:solid 1px #f5f5f5;  }
.vmenu-probox01imgwp{display:block; } 
.vmenu-proimg {display:block; text-align: center; vertical-align: middle; }
.vmenu-proimg > a{display: block; text-align:center;}

.vmenu-proinfo{width:100%; padding:15px 0px 0px 0px; font-family:Arial,Verdana; }
.vmenu-proname{ width:100%; display:block; font-family:Arial, Helvetica, sans-serif; color:#5e5e5e; font-size:14px; text-align:center; font-weight:bold;}
.vmenu-proname a{ display:block; color:#5e5e5e;}
.vmenu-proname a:hover{color:#f26100; text-decoration:underline;}
.vmenu-addtolinks { width:100%; float:left; margin:0px; padding:10px 0 0 0;}
.vmenu-addtolinks a { color:#6c6c6c; font-size:11px; text-decoration:underline;}
.vmenu-addtolinks a:hover{color:#f26100; text-decoration:none;}
.vmenu-addtolinks .add-to-wish { float:left;}
.vmenu-addtolinks .add-to-comp { float:right;}
.vmenu-pricebox { width:100%; float:left; margin:0px; padding:10px 0 0 0;}
.vmenu-pricebox span { float:left; color:#5e5e5e; font-size:14px; padding:5px 0; font-weight:bold;}
.vmenu-pricebox span em { font-style:normal; color:#bebebe; font-size:12px;}
.vmenu-addtocart-but { float:right; height:30px; line-height:30px; background:#ea8921; color:#fff; font-size:13px; font-weight:bold; -webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px; padding:0 15px 0 10px;}


.verticalmenu02 .vertical-list .varticalmenu_main.v_productmenu img{
	width:100%;
	}
 
/*======= END v-colwithleft   =======*/ 
 

/*Tab Menu style*/
.verticalmenu02 .varticalmenu_main.vhovertabmenu .tabimtag{ width:100%; display:block;}
.verticalmenu02 .varticalmenu_main.vhovertabmenu .tabimtag img{width:100%; vertical-align:middle; max-height:120px;max-width:120px }
.verticalmenu02 .varticalmenu_main.vhovertabmenu .tabimgtext{ text-align:center; line-height:21px; font-weight:bold; height:40px;}

.verticalmenu02 .varticalmenu_main.vhovertabmenu .mainmenuwrap{ width:100%; display:block; position:relative; }

.verticalmenu02 .varticalmenu_main.vhovertabmenu .vertical-menu{ display:block; margin:0px; padding:0px; font-size:12px;}
.verticalmenu02 .varticalmenu_main.vhovertabmenu .vertical-menu > li > a{ width:25%; display:block; border-bottom:solid 1px; padding:9px 15px; line-height:25px; font-weight:bold;}
.verticalmenu02 .varticalmenu_main.vhovertabmenu .vertical-menu > li > a > span{ float:left;}
.verticalmenu02 .varticalmenu_main.vhovertabmenu .vertical-menu > li > a .tabmainimg{margin-right: 10px;}
.verticalmenu02 .varticalmenu_main.vhovertabmenu .vertical-menu > li > a:hover{ text-decoration:none; background-color:#fff; color:#424242;}

.verticalmenu02 .varticalmenu_main.vhovertabmenu .verticalopen{ width:75%; display:none; position:absolute; right:0px; top:0px; min-height:335px;}
.verticalmenu02 .varticalmenu_main.vhovertabmenu .vertical-menu .clearfix .verticalopen:first-child{display:block;}

/*END Tab Menu style*/
.verticalmenu02 .desktop-vertical-click {
  cursor: pointer;
  display: block;
  float: right;
  height: 43px;
  position: relative;
  right: 0;
  top: 10px;
  width: 25px;
  z-index: 100;
}

.rootverticalmegamenu_block img{width:100%;}
/*=====END Desktop CSS style=====*/




@media only screen and (min-width:230px) and (max-width:1200px) {
.verticalmenu02 .varticalmenu_main.vhovertabmenu .verticalopen{ width:100% !important;} 
.verticalmenu02 .varticalmenu_main.vhovertabmenu .tabimtag{ height:auto !important;}
.tabimgwpr{ width:100% ; }
.verticalmenu02 .desktop-vertical-click { display:none}
.v_halfmenu_right img{ width:100%;}
.v_halfmenu_left img{ width:100%;}
}

@media only screen and (min-width:768px) and (max-width:1200px) {
.tabimgwpr{ width:50% !important; }
.vmenu-probox01{ width:50% !important; }
}



































/* Mobile rootmenuigation */
.verticalmenu-mobile {
	display: none;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	padding: 7px 12px 7px 12px;
	margin: 9px 7px 0px 7px;
	color: #fff;
	border-radius: 4px 4px 4px 4px;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #002c4c;
	border-image: none;
	border-radius: 4px 4px 4px 4px;
	border-style: solid;
	border-width: 1px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.3);
	color: #333333;
	cursor: pointer;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: middle;
	background-color: #424242;
}
.verticalmenu-mobile:hover {
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.2);
	background-color: #252525;
	border-color: #000;
}
.verticalmenu-mobile > .icon-bar {
	display: block;
	width: 18px;
	height: 2px;
	background-image: none;
	background-color: #f5f5f5;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,0.25);
	box-shadow: 0 1px 0 rgba(0,0,0,0.25);
	margin-top: 3px;
}
/* Mobile rootmenuigation */

	
 


@media only screen and (min-width:902px){
.verticalmenu02 .vhovertabmenu .vertical-menu > li .openactive{display:block;}
.verticalmenu02 .vertical-list li:hover .varticalmenu_main{display:block;}
.verticalmenu02 .vhovertabmenu .vertical-menu > li:hover .verticalopen{ display:block;}
.verticalmenu-mobile-text{display:none;}
.vertical-click{ display:none;}
}

@media only screen and (min-width:230px) and (max-width:901px) {
.verticalmenu-mobile-text{width:60%;position:absolute;top:0px;left:0px;color:#fff;line-height:50px;text-indent:15px;font-weight:normal;font-size:17px; text-transform:none;}
/*(Span clicker)*/
.verticalmenu02 .vertical-click {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	cursor: pointer;
	z-index:100;
	width:36px;
	height:43px;
	}

.verticalmenu02 .vertical-click i{
	display: block;
	float:right;
	margin:15px 15px 0 0;
	background-size: 25px;
	}
	 
.verticalmenu02 .verticalmenu-rotate {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
 
/*(Span clicker)*/

	.verticalmenu02 .vertical-list .varticalmenu_main{
	position: relative;
	top: 0px;
	left: 0px;
	padding:8px;
	width:100%;
	
	}
	.verticalmenu02 > .vertical-list > li{
	width:100%;
	}
	
	.verticalmenu-mobile {
	display: block;
	}
	
	.verticalmenu02 .vertical-list{
	display: none;
	}
	
	
	.verticalmenu02{
	background-color: #199cd7;
    margin: 0;
    padding:50px 0 0 !important;
    width: 100%;
	}
	
	.verticalmenu02 > .vertical-list > li {
    display: block;
    margin: 0 !important;
    position: relative;
	}
	
	.verticalmenu02 > .vertical-list > li > a .fa{
	display:none;
	}
	
	.verticalmenu02 .vhovertabmenu .vertical-menu > li {
	position:relative;
	}
	
	.verticalmenu02 .vhovertabmenu .vertical-menu > li > a{
	width:100% !important;
	}
	.verticalmenu02 .vhovertabmenu .verticalopen{
		display:none;
		padding: 8px;
		position: relative;
		width: 568px ;
		margin:0 auto;
	}
	
	/*.verticalmenu02 .vertical-list .varticalmenu_main ul li a .fa {
    display:none !important;
	}*/
	
	.verticalmenu02 .vhovertabmenu .tabimtag{
	height: 102px;
	}
	
	
		
}

 
.multishipping-authorization .authentication.message {
    margin: 2em 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: 0px 1px 3px 0px #ccc;
    padding: 1em 2em 1em 2em;
}

/* ccType */
#stripe-payments-accepted-cards img {
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out;
    display: inline-block;
}
#stripe-payments-accepted-cards.stripe-payments-detected img {
    opacity: 0.3;
}
#stripe-payments-accepted-cards.stripe-payments-detected img.active {
    opacity: 1;
}

input#stripe_payments_cc_number {
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    background-position-x: 80%;
    -moz-transition: background-position-x 0.25s ease-in-out;
    -webkit-transition: background-position-x 0.25s ease-in-out;
    transition: background-position-x 0.25s ease-in-out;
}

input#stripe_payments_cc_number.cctype-detected {
    background-position-x: 99%;
}

.adminhtml-sales-order-create-index #payment_form_stripe_payments input[type="text"]
{
    width: 200px;
}

.dialog_content {
    background-color: #fff;
}
.img-preload {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: -1;
}

/* Customer Account */
.saved-cards label {
    display: inline;
}
.saved-cards {
    font-size: 1.15em;
}
.saved-cards li {
    margin: 4px 0;
}
#new-card .form-list select {
    width: auto;
}
#new-card .form-list label {
    float: none;
}
#stripe_payments_cc_cid {
    width: 40px;
}

/* Checkout */
#mandates.saved-cards label {
    font-weight: normal;
    margin-left: 4px;
}
ul#payment_form_stripe_payments {
    padding-left: 20px;
    padding-top: 15px;
}
.adminhtml-sales-order-create-index ul#payment_form_stripe_payments {
    padding: 5px 0 10px;
}
ul#payment_form_stripe_payments li {
    display: block;
}
ul#payment_form_stripe_payments li.stripe-new {
    display: none;
}
ul#payment_form_stripe_payments.stripe-new li.stripe-new {
    display: block;
    margin-left: 20px;
}
/* Idev OSC 3-column fixes */
.onestepcheckout-column-middle ul#payment_form_stripe_payments.stripe-new li.stripe-new {
    margin-left: 0;
}
.onestepcheckout-column-middle ul#payment_form_stripe_payments {
    margin: 10px 0;
    padding-left: 0px;
}
/* ~Idev OSC */
.sp-methods .saved-cards li label {
    float: none;
}
.saved-cards {
    margin-top: 14px;
}
.saved-cards input.select {
    position: relative;
    top: -1px;
}
.saved-cards span {
    display: inline-block;
}
.saved-cards span.type {
    font-weight: bold;
    margin-left: 3px;
}
.saved-cards span.exp {
    float: right;
}
.saved-cards label {
    display: inline;
}
.saved-cards span.stripe-payments-fade {
    color: #aaa;
    font-weight: normal;
}
.form-list .saved-cards label {
    float: none;
}
#stripe-payments-card-errors {
    border: 0;
    border-radius: 3px;
    height: 0;
    margin: 0 auto;
    transition: height 1s, margin 1s, border 1s, padding 1s;
    display: inline-block;
    padding: 0 1em;
}
#stripe-payments-card-errors.populated {
    border: 1px hsla(0,100%,50%,0.5) dashed;
    padding: 5px 1em;
    color: #D20;
    height: auto;
    margin: 0.5em auto 1em;
}

/* Card Icons */
#payment_form_stripe_payments span.type.Visa, #payment_form_stripe_payments span.type.visa { background: url(https://www.4x4at.com/skin/frontend/base/default/stripe_payments/img/visa.png) no-repeat; }
#payment_form_stripe_payments span.type.American.Express, #payment_form_stripe_payments span.type.amex { background: url(https://www.4x4at.com/skin/frontend/base/default/stripe_payments/img/amex.png) no-repeat; }
#payment_form_stripe_payments span.type.MasterCard, #payment_form_stripe_payments span.type.mastercard { background: url(https://www.4x4at.com/skin/frontend/base/default/stripe_payments/img/mastercard.png) no-repeat; }
#payment_form_stripe_payments span.type.Discover, #payment_form_stripe_payments span.type.discover { background: url(https://www.4x4at.com/skin/frontend/base/default/stripe_payments/img/discover.png) no-repeat; }
#payment_form_stripe_payments span.type.Diners, #payment_form_stripe_payments span.type.diners { background: url(https://www.4x4at.com/skin/frontend/base/default/stripe_payments/img/diners.png) no-repeat; }
#payment_form_stripe_payments span.type.JCB, #payment_form_stripe_payments span.type.jcb { background: url(https://www.4x4at.com/skin/frontend/base/default/stripe_payments/img/jcb.png) no-repeat; }

#payment_form_stripe_payments span.type.Visa, #payment_form_stripe_payments span.type.visa,
#payment_form_stripe_payments span.type.American.Express, #payment_form_stripe_payments span.type.amex,
#payment_form_stripe_payments span.type.MasterCard, #payment_form_stripe_payments span.type.mastercard,
#payment_form_stripe_payments span.type.Discover, #payment_form_stripe_payments span.type.discover,
#payment_form_stripe_payments span.type.Diners, #payment_form_stripe_payments span.type.diners,
#payment_form_stripe_payments span.type.JCB, #payment_form_stripe_payments span.type.jcb {
    padding-left: 30px;
    background-position-y: -3px;
    background-size: 24px;
}

/* Apple Pay */
#co-payment-form #stripe-apple-pay-section #apple-pay-button,
ul#payment_form_stripe_payments li#apple-pay-section #apple-pay-button {
    background-color: black;
    background-image: -webkit-named-image(apple-pay-logo-white);
    background-size: 100% 24px;
    background-origin: content-box;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 44px;
    padding: 10px 0;
    border-radius: 10px;
}
#co-payment-form #stripe-apple-pay-section,
ul#payment_form_stripe_payments li#apple-pay-section {
    display: none;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
#co-payment-form.payment-request-api-supported #stripe-apple-pay-section,
ul#payment_form_stripe_payments.payment-request-api-supported li#apple-pay-section {
    display: block;
}
#co-payment-form.payment-request-api-supported #stripe-apple-pay-section #apple-pay-button,
ul#payment_form_stripe_payments.payment-request-api-supported li#apple-pay-section #apple-pay-button {
    display: none;
}
#co-payment-form #stripe-apple-pay-section label,
ul#payment_form_stripe_payments li#apple-pay-section label {
    font-weight: bold;
    margin: 10px 0;
    float: none;
    display: block;
}
#stripe-apple-pay-result {
    margin-bottom: 20px;
}
#co-payment-form.apple-pay-success .sp-methods {
    display: none;
}

/* Authorized Apple Pay Result */
#co-payment-form #stripe-apple-pay-result label,
.form-list #apple-pay-result label {
    display: inline-block;
    float: none;
}
#co-payment-form #stripe-apple-pay-result,
ul#payment_form_stripe_payments li#apple-pay-result {
    text-align: center;
    font-size: 1.1em;
    display: none;
}
#stripe-apple-pay-result > div,
#apple-pay-result > div {
    display: block;
    margin: 5px 0;
}
#co-payment-form.apple-pay-success #stripe-apple-pay-result,
ul#payment_form_stripe_payments.apple-pay-success li#apple-pay-result {
    display: block;
}
#co-payment-form.payment-request-api-supported.apple-pay-success #stripe-apple-pay-section,
ul#payment_form_stripe_payments.payment-request-api-supported.apple-pay-success li#apple-pay-section {
    display: none;
}
ul#payment_form_stripe_payments.payment-request-api-supported.apple-pay-success.stripe-new li.stripe-new {
    display: none;
}
ul#payment_form_stripe_payments.payment-request-api-supported.apple-pay-success.stripe-new li#stripe_payments_cc_save_div.stripe-new {
    display: block;
}
ul#payment_form_stripe_payments.apple-pay-success ul#saved-cards {
    display: none;
}

/* Stripe Elements */
#card-details-label {
    display: block;
}
#stripe-payments-card-number {
    width: 225px;
    display: inline-block;
}
.stripe-payments-brand {
    opacity: 0.5;
    height: 24px;
    width: 32px;
    display: inline-block;
    font-size: 20px;
    margin-left: -49px;
    position: relative;
    top: -9px;
}
#stripe-payments-card-expiry {
    width: 93px;
    display: inline-block;
}
#stripe-payments-card-cvc {
    width: 68px;
    display: inline-block;
}
.stripe-elements-field {
    display: inline-block;
    margin: 5px 0 0 0;
    padding: 4px 14px;
    border-style: none;
    background-color: #fefefe;
    box-shadow: 0 6px 9px rgba(50, 50, 93, 0.06), 0 2px 5px rgba(0, 0, 0, 0.08),
    inset 0 1px 0 #fefefe;
    border-radius: 4px;
}
li.stripe-payments-elements.no-wrap {
    white-space: nowrap;
}
.pci-dss-info-block {
    margin: 10px 15px -16px 25px;
    width: 240px;
}
#pci-svg {
    position: relative;
    left: -25px;
    top: 5px;
    opacity: 0.5;
    fill: green;
}
.pci-dss-info-text {
    display: inline-block;
    position: relative;
    top: -20px;
}

/* ACH */

ul.ach-bank-account-details {
    margin: 1em auto;
}
ul.ach-bank-account-details label {
    min-width: 140px;
}
ul.ach-bank-account-details .account-number,
ul.ach-bank-account-details .account-holder-name {
    width: 210px;
}
ul.ach-bank-account-details .account-holder-type {
    width: 215px;
}
#ach-bank-account-details .ach-token .validation-advice {
    display: none;
}
#ach-bank-account-details.showVerificationError .ach-token .validation-advice {
    display: block;
}
#stripe-ach-account-verified {
    color: #47a722;
    font-style: italic;
    display: none;
}
#stripe-ach-account-verified img {
    display: inline;
    height: 1em;
    padding: 2px;
}

/*!
 *  PaymentFont 1.2.5 by @AMPoellmann - http://paymentfont.io
 *  License - http://paymentfont.io/#license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:PaymentFont;src:url(https://www.4x4at.com/skin/frontend/base/default/stripe_payments/fonts/paymentfont-webfont.eot);src:url(https://www.4x4at.com/skin/frontend/base/default/stripe_payments/fonts/paymentfont-webfont.eot?#iefix) format('embedded-opentype'),url(https://www.4x4at.com/skin/frontend/base/default/stripe_payments/fonts/paymentfont-webfont.woff) format('woff2'),url(https://www.4x4at.com/skin/frontend/base/default/stripe_payments/fonts/paymentfont-webfont.woff) format('woff'),url(https://www.4x4at.com/skin/frontend/base/default/stripe_payments/fonts/paymentfont-webfont.ttf) format('truetype'),url(https://www.4x4at.com/skin/frontend/base/default/stripe_payments/fonts/paymentfont-webfont.svg#paymentfont-webfont) format('svg');font-weight:400;font-style:normal}.pf{display:inline-block;font:normal normal normal 14px/1 PaymentFont;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.pf-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.pf-2x{font-size:2em}.pf-3x{font-size:3em}.pf-4x{font-size:4em}.pf-5x{font-size:5em}.pf-amazon:before{content:"\f000"}.pf-american-express:before{content:"\f001"}.pf-american-express-alt:before{content:"\f002"}.pf-atm:before{content:"\f003"}.pf-bankomat:before{content:"\f004"}.pf-bank-transfer:before{content:"\f005"}.pf-bitcoin:before{content:"\f006"}.pf-bitcoin-sign:before{content:"\f007"}.pf-braintree:before{content:"\f008"}.pf-btc:before{content:"\f009"}.pf-card:before{content:"\f00a"}.pf-carta-si:before{content:"\f00b"}.pf-cash:before{content:"\f00c"}.pf-cash-on-delivery:before{content:"\f00d"}.pf-cb:before{content:"\f00e"}.pf-cirrus:before{content:"\f00f"}.pf-cirrus-alt:before{content:"\f010"}.pf-clickandbuy:before{content:"\f011"}.pf-credit-card:before{content:"\f012"}.pf-diners:before{content:"\f013"}.pf-discover:before{content:"\f014"}.pf-ec:before{content:"\f015"}.pf-eps:before{content:"\f016"}.pf-eur:before{content:"\f017"}.pf-facture:before{content:"\f018"}.pf-fattura:before{content:"\f019"}.pf-flattr:before{content:"\f01a"}.pf-giropay:before{content:"\f01b"}.pf-google-wallet:before{content:"\f01c"}.pf-google-wallet-alt:before{content:"\f01d"}.pf-gpb:before{content:"\f01e"}.pf-gratipay:before{content:"\f01f"}.pf-ideal:before{content:"\f020"}.pf-ils:before{content:"\f021"}.pf-inr:before{content:"\f022"}.pf-invoice:before{content:"\f023"}.pf-invoice-sign:before{content:"\f024"}.pf-invoice-sign-alt:before{content:"\f025"}.pf-invoice-sign-alt-o:before{content:"\f026"}.pf-invoice-sign-o:before{content:"\f027"}.pf-jcb:before{content:"\f028"}.pf-jpy:before{content:"\f029"}.pf-krw:before{content:"\f02a"}.pf-maestro:before{content:"\f02b"}.pf-maestro-alt:before{content:"\f02c"}.pf-mastercard:before{content:"\f02d"}.pf-mastercard-alt:before{content:"\f02e"}.pf-mastercard-securecode:before{content:"\f02f"}.pf-ogone:before{content:"\f030"}.pf-paybox:before{content:"\f031"}.pf-paylife:before{content:"\f032"}.pf-paypal:before{content:"\f033"}.pf-paypal-alt:before{content:"\f034"}.pf-paysafecard:before{content:"\f035"}.pf-postepay:before{content:"\f036"}.pf-quick:before{content:"\f037"}.pf-rechnung:before{content:"\f038"}.pf-ripple:before{content:"\f039"}.pf-rub:before{content:"\f03a"}.pf-skrill:before{content:"\f03b"}.pf-sofort:before{content:"\f03c"}.pf-square:before{content:"\f03d"}.pf-stripe:before{content:"\f03e"}.pf-truste:before{content:"\f03f"}.pf-try:before{content:"\f040"}.pf-unionpay:before{content:"\f041"}.pf-usd:before{content:"\f042"}.pf-verified-by-visa:before{content:"\f043"}.pf-verisign:before{content:"\f044"}.pf-visa:before{content:"\f045"}.pf-visa-electron:before{content:"\f046"}.pf-western-union:before{content:"\f047"}.pf-western-union-alt:before{content:"\f048"}.pf-wirecard:before{content:"\f049"}.pf-sepa:before{content:"\f04a"}.pf-sepa-alt:before{content:"\f04b"}.pf-apple-pay:before{content:"\f04c"}.pf-interac:before{content:"\f04d"}.pf-paymill:before{content:"\f04e"}.pf-dankort:before{content:"\f04f"}.pf-bancontact-mister-cash:before{content:"\f050"}.pf-moip:before{content:"\f051"}.pf-pagseguro:before{content:"\f052"}.pf-cash-on-pickup:before{content:"\f053"}.pf-sage:before{content:"\f054"}.pf-elo:before{content:"\f055"}.pf-elo-alt:before{content:"\f056"}.pf-payu:before{content:"\f057"}.pf-mercado-pago:before{content:"\f058"}.pf-mercado-pago-sign:before{content:"\f059"}.pf-payshop:before{content:"\f05a"}.pf-multibanco:before{content:"\f05b"}.pf-gratipay-sign:before{content:"\f05c"}.pf-six:before{content:"\f05d"}.pf-cashcloud:before{content:"\f05e"}.pf-interac-alt:before{content:"\f05f"}.pf-klarna:before{content:"\f060"}.pf-bitpay:before{content:"\f061"}.pf-venmo:before{content:"\f062"}.pf-visa-debit:before{content:"\f063"}.pf-alipay:before{content:"\f064"}.pf-diners-alt:before{content:"\f065"}.pf-hipercard:before{content:"\f066"}.pf-skrill-alt:before{content:"\f067"}.pf-shopify:before{content:"\f068"}.pf-direct-debit:before{content:"\f069"}.pf-sodexo:before{content:"\f06a"}.pf-bpay:before{content:"\f06b"}.pf-contactless:before{content:"\f06c"}.pf-contactless-alt:before{content:"\f06d"}.pf-eth:before{content:"\f06e"}.pf-ltc:before{content:"\f06f"}.pf-visa-pay:before{content:"\f070"}.pf-wechat-pay:before{content:"\f071"}.pf-amazon-pay:before{content:"\f072"}.pf-amazon-pay-alt:before{content:"\f073"}
.product-view #payment-request-button {
    margin-bottom: 10px;
}

.cart #payment-request-button {
    width: 184px;
    display: inline-block;
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

#payment-request-button.disabled,
#payment-request-button.disabled * {
    pointer-events: none !important;
}

#payment-request-button.disabled {
    opacity: 0.5;
    filter: grayscale(50%);
}

#payment-request-button.disabled::after {
    position: relative;
    height: 1em;
    width: 1em;
    display: block;
    left: 50%;
    margin-left: -.5em;
    margin-top: -1.2em;
    content: '';
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(https://www.4x4at.com/skin/frontend/base/default/stripe_payments/img/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75)
}


#checkout-step-review .data-table .btn-remove,
.cart .totals table tbody tr .a-right .btn-remove,
.checkout-multishipping-overview .data-table .btn-remove,
#details-table .btn-remove {
    display:-moz-inline-stack;
    display: inline-block;
    vertical-align:middle;
}

.my-account .storecredit .account-balance,
.my-account .storecredit .balance-history,
.my-account .storecredit .redeem-voucher
 {
    margin-bottom: 24px;
}


/*
    Improves the responsive display for firecheckout.
*/
.firecheckout-section #customerbalance_placer label{
    display: inline;
}
.firecheckout-section dl#customerbalance_placer {
    display: block;
    width: 100%;
    margin-bottom: 8px;
}

/* -----------------------------------------------
Base Styles
Author:             Netmatter Ltd
Author URI:         http://www.netmatter.co.uk/
-------------------------------------------------- */

/* -----------------------------------------------
:: Typography
-------------------------------------------------- */

/* -----------------------------------------------
:: Links
-------------------------------------------------- */
a:hover,
a:hover:before { color:#4f91cd; }

/* -----------------------------------------------
:: Forms & Buttons
-------------------------------------------------- */
/* buttons */
.link-button.btn-cart,
.btn-cart span span,
.btn-checkout span span,
.btn-place-order span span {
	background-color: #4f91cd;
	border:1px solid #4f91cd;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.link-button.btn-cart:hover, .btn-cart span span:hover, .btn-checkout span span:hover, .btn-place-order span span:hover {
	background: #99b8cd; border-color: #99b8cd;
}
.btn-cart.green span span { color: #ffffff; background-color: #03b94b; border:1px solid #03b94b; }

/* hover */
.link-button:hover,
button:hover span span,
.btn-continue:hover span span,
.btn-apply:hover span span,
.btn-info:hover span span { background-color: #4f91cd; border:1px solid #4f91cd; }

input.input-text:focus,
input[type="text"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus { border:1px solid #4f91cd; }

.tooltip .tip { border: 1px solid #4f91cd; }

/* -----------------------------------------------
:: Data table
-------------------------------------------------- */
.data-table .product-name .edit-link,
.data-table .edit-link { color: #4f91cd; }

/* -----------------------------------------------
:: Flexslider
-------------------------------------------------- */
.slider #arrows a.next:hover:before,
.slider #arrows a.prev:hover:before { color: #4f91cd; }

/* -----------------------------------------------
::Accessories Finder
-------------------------------------------------- */
#accessoriesfinder input[type="submit"] { background-color: #4f91cd; }

/* -----------------------------------------------
:: Toolbars
-------------------------------------------------- */
.toolbar .pages a:hover,
.toolbar .pages .current,
.toolbar .pages .current:hover { background-color:#4f91cd; }

/* -----------------------------------------------
:: Filters
-------------------------------------------------- */
.fme-filter dd li.adj-nav-pad3:hover:before { color: #4f91cd!important; }

.swatch-link:hover { border-color: #4f91cd; }

/* -----------------------------------------------
:: Basket Hover State over 1024px
-------------------------------------------------- */
#header .minicart:hover #basket-summary { border-top: 3px solid #4f91cd; }

/* -----------------------------------------------
:: Account Left Menu
-------------------------------------------------- */
.block-account .block-content li.current a { color: #4f91cd; }
.block-account .block-content li a:hover { color: #4f91cd; }

/* -----------------------------------------------
:: Banner Block
-------------------------------------------------- */
.block-banner a { display: block; position: relative; }
.block-banner a span { display: block; position: absolute; width: 100%; padding: 0.5em; bottom: 0; background: #292929; color: #ffffff; font-size: 20px; font-size: 1.25rem; text-transform: uppercase; }

/* -----------------------------------------------
:: Admin-controlled content
-------------------------------------------------- */
.std a { color: #4f91cd; }

/* -----------------------------------------------
:: Structure
-------------------------------------------------- */

/* -----------------------------------------------
:: Header
-------------------------------------------------- */
#header .logo { width: 80px; }

/* Search */
.searchautocomplete .nav-search-in { top: 9px; display: none; }
#header .search input[type="text"],
#header .form-search.active .search input[type="text"] { top: 8px; height: 46px; }
#header .search button { top: 8px; }
#header .search button:focus { outline-color: #4f91cd; }
#header .searchautocomplete-placeholder ul li .highlight strong { color: #4f91cd; }

/* Minicart */
#header .minicart a.view:before { color: #4f91cd; }
.truncated .truncated_full_value .item-options { border:1px solid #4f91cd; }
.truncated .truncated_full_value .item-options:after { border-bottom: 7px solid #4f91cd;}

/* Global Promo */
#global-promo span:before { color: #4f91cd; }
#global-promo .established span:before { content: '\f19c'; }
#global-promo .accessories span:before { content: '\f0ad'; }
#global-promo .delivery span:before	{ content: '\f0d1'; }

/* -----------------------------------------------
:: Homepage
-------------------------------------------------- */

/* Image Grid */
.cms-index-index .section img { display: block; }
#main .flexslider { position: relative; margin-bottom: 1.5em; }
#main .flexslider .flex-direction-nav { position: absolute; width: 100%; top: 30%; margin-left: 0.75em; margin-right: 0.75em; }
#main .flexslider .flex-direction-nav span { }
#main .flexslider .flex-direction-nav span a { display: block; height: 42px; width: 34px; overflow: hidden; color: transparent; }
#main .flexslider .flex-direction-nav span a:before { font-family: "FontAwesome"; color: #fff; font-size: 28px; padding: 12px; }
#main .flexslider .flex-direction-nav span .prev { float: left; }
#main .flexslider .flex-direction-nav span .prev:before { content: "\f104";  }
#main .flexslider .flex-direction-nav span .next { float: right; }
#main .flexslider .flex-direction-nav span .next:before { content: "\f105"; }

/* Latest News */
.latest-news .inner {
	padding: 9px 10px 0;
	min-height: 220px;
	background: #e7e7e7;
}
.latest-news article:nth-last-child(2) {
	margin-bottom: 12px;
}
.latest-news article {
	padding-left: 0;
}
.latest-news .inner p.wp-image { margin-bottom: 1em; }
.latest-news .inner img { display: block; }
.latest-news .inner p.wp-content {
	color: #000;
	text-transform: uppercase;
	margin-bottom: 0;
	margin-top: -5px;
	background: #e7e7e7;
	display: block;
	padding: 0 5px 5px;
	height: 45px!important;
	font-size: 13px;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.latest-news .inner p.wp-content:after {
	content: "read more >>";
	z-index: 0;
	text-transform: capitalize;
	float: right;
}
.latest-news .inner p.wp-content:hover:after {
	color: #4f91cd;
	transition: 0.5s ease-in-out;
}
.latest-news .inner a.read-more { display: block; text-align: right; color: #fff; }

/* Home Promo */
.home-promo img { width: 100%; }

/* -----------------------------------------------
:: Product Detail
-------------------------------------------------- */
.product-view .img-box .product-image .zoom-btn-small:hover { color: #4f91cd; }

/* -----------------------------------------------
:: Footer
-------------------------------------------------- */
/* Newsletter Subscription */
.newsletter-subscription { background-color: #4f91cd; padding: 3em 0; color: #fff; }
.newsletter-subscription h4 { color: #fff; text-align: center; font-size: 24px; font-size: 1.5rem; padding: 0; }
.newsletter-subscription p { padding-bottom: 0.5em;  margin: 0; }
.newsletter-subscription input { margin-bottom: 0.75em; }
.newsletter-subscription input,
.newsletter-subscription button { width: 100%; }
.newsletter-subscription button span span { background-color: #99b8cd; border-color: #99b8cd; width: 100%; }

#footer { background: #333333; border-top:none; font-family: "RobotoRegular", Arial, sans-serif; }
#footer .organisation .inner { background:none; padding-left:0; }
#footer .phone:before,
#footer .email:before { content:''; }
#footer h4 { font-family: "RobotoMedium", Arial, sans-serif; letter-spacing: 0.1px; }
/*Styles*/
.cms-home-4x4 .accessory-wrap {
	position: absolute;
	left: 20px;
	right: 20px;
	width: 100%;
	max-width: 500px;
	top: 29%;
}
.accessory-wrap {
	clear: both;
}
.accessory-wrap.category-accessories .find-toggler {
	display: none;
}
.accessories-button p {
	background: #000;
	color: #fff;
	text-transform: uppercase;
	font-family: "RobotoBold", Arial, sans-serif;
	font-size: 14px;
	text-align: center;
	padding: 5px 15px 7px;
	margin-bottom: 0;
	cursor: pointer;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	position: absolute;
	left: 10px;
	bottom: 71%;
}
.accessories-button p:before {
	color: #fff;
	padding-right: 10px;
	content: "\f1b9";
	font-family: "FontAwesome";
	font-size: 22px;
}
.accessories-button p:hover {
	background-color: #484848;
}
.accessories-button {
	position: relative;
}
.category-accessories {
	display: none;
}
.category-accessories #accessoriesfinder {
	margin-top: 0;
}
.category-accessories.accessory-wrap p {
	display: block!important;
}
.category-accessories .tab-title.active {
	border-bottom: 3px solid #4f91cd;
	background: transparent;
}
.category-accessories .tab-title {
	background-color: #3a3a3a;
	display: block;
	font-size: 15px;
}
.category-accessories .tab-titles {
	margin: 0 auto;
	max-width: 330px;
}
.category-accessories {
	background: transparent;
}
.category-accessories .inner {
	background: #000000;
}
.cms-index-noroute .accessories-by-vehicle img {
	display: inline-block;
	width: 100%;
}
.category-accessories #accessoriesfinder .tab-content {
	max-width: 1280px;
	margin: 0 auto;
	padding: 42px 32px;
}
.rootmenu {
	font-family: "RobotoMedium", Arial, sans-serif;
}
.category-header {
	background-color: #fff;
}
.cms-home-4x4 .tab-content {
	background-color: rgb(0,0,0,.63);
}
.cms-home-4x4 #accessoriesfinder .css-select {
	width: calc(54% - 29px);
	margin: 10px 0;
}
.cms-home-4x4 #accessoriesfinder .css-select:nth-child(2), .cms-home-4x4 #accessoriesfinder .css-select:nth-child(4) {
	margin-left: 16px;
}
.cms-home-4x4 #accessoriesfinder input[type="submit"]:hover {
	opacity: .9;
}
.cms-home-4x4 #accessoriesfinder input[type="submit"] {
	width: 100%;
	padding: 15px;
	transition: 0.5s ease-in-out;
	margin-top: 10px;
}
.home-promo .latest-news {
	margin-bottom: 0;
}
.latest-news h2 {
	display: none;
}
.banner-accessories {
	position: relative;
	max-width: 100%;
}
.banner-accessories-inner {
	padding-left: 28px;
}
.banner-vertical {
	padding: 0;
}
.vertical-slider .slides li {
	margin-bottom: 18px;
}
.swiper-fading-banner {
	height: 500px;
	overflow: hidden;
	float: none!important;
	padding-left: 0;
}
.vertical-slider h2 {
	display: none;
}
.category-banner:before, .category-header .cat-image:before,
.category-header .cat-image .slides li a:after {
	display: none;
}
.swiper-fading-banner img {
	width: 100%;
	max-height: 100%;
	min-width: 755px;
}
.cms-home-4x4 .home-promo a span {
	font-size: 14px;
	font-family: "RobotoBold", Arial, sans-serif;
	padding: 10px;
	letter-spacing: 2px;
}
.cms-home-4x4 .home-promo a span:before {
	content: "\f067";
	font-family: "FontAwesome";
	font-size: 11px;
	padding-right: 5px;
}
.accessories-blocks-wrap img {
	max-width: 100%;
}
.cms-home-4x4 .home-promo a span:hover {
	background-color: #000000;
}
.cms-home-4x4 .home-promo a span {
	transition: 0.5s ease-in-out;
}
.cms-home-4x4 .tab-titles {
	display: none;
}
.find-toggler h3, #tab-1 .find-toggler p {
	display: block;
	color: #fff;
	font-family: "RobotoBold", Arial, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
	letter-spacing: 0.5px;
}
.cms-home-4x4 .tab-content {
	padding: 20px;
}
.cms-home-4x4 #accessoriesfinder select {
	padding: 15px;
	color: #8a8a8d;
	font-size: 16px;
}
.swiper-container {
	width: 100%;
	height: 520px;
	margin-bottom: 2px;
}
.swiper-container.swiper-container-initialized.swiper-container-vertical {
	margin-left: 5px;
}
.swiper-button-prev:before {
	content: '\f106';
	font-family: "FontAwesome";
	font-size: 55px;
	color: #cccccccc;
}
.swiper-button-next:before {
	content: '\f107';
	font-family: "FontAwesome";
	font-size: 55px;
	color: #cccccccc;
}
.swiper-slide {
	text-align: center;
}
.banner-vertical .swiper-button-next, .banner-vertical .swiper-button-prev {
	top: auto;
	width: auto;
}
.banner-vertical .swiper-button-prev, .banner-vertical .swiper-button-next {
	left: 0;
	right: 0;
	text-align: center;
	z-index: 1;
	padding-right: 22px;
}

.banner-vertical .swiper-button-next {
	bottom: -2px;
}
.banner-vertical .swiper-button-prev {
	top: -32px;
}
.banner-vertical .swiper-slide img {
	border: 1px solid #f2f2f2;
	max-height: 112px;
	margin-right: 30px;
}
.accessories-blocks-wrap .section.spaceb-25.home-promo {
	margin-bottom: 0!important;
}
.newsletter-wrapper {
	background: #4f91cd;
	padding: 15px 0 5px;
}
.newsletter-wrapper h3 {
	color: #fff;
	font-family: "RobotoBold", Arial, sans-serif;
	font-size: 19px;
	text-align: center;
	background: #99b8cd;
	padding: 11px;
	margin: 4px 15px 13px;
	cursor: pointer;
	display: none;
}
.section.latest-news, .blog-wrapper, .section.latest-news {
	padding: 0;
}
.cms-home-4x4 .global-promo-block {
	display: none;
}

.header-del a:before {
	content: "\f0d1";
	font-family: "FontAwesome";
	font-size: 24px;
	padding-right: 10px;
	margin-top: -5px;
	float: left;
	color: #4f91cd;
}
.header-del a {
	float: right;
	position: absolute;
	right: 0;
	top: 92px;
	width: 299px;
	line-height: 01;
	font-size: 12px;
}
.cms-home-4x4 .header-del {
	display: block;
}
.cms-home-4x4 .global-promo-block {
	display: none;
}
.find-toggler h3 {
	display: none;
}
.cms-home-4x4 .accessories-blocks-wrap {
	display: block;
}
.cms-home-4x4 #main .flexslider .flex-direction-nav {
	top: 50%;
}
.cms-home-4x4 #accessoriesfinder .css-select {
	display: inline-block;
}
/*Product Detail Page*/
.pricing {
	position: relative;
	border-bottom: none;
	top: auto;
}
.product-shop .availability {
	float: left;
}
.product-shop .availability-only {
	display: none;
}
.catalog-product-view .availability-only span {
	padding-top: 1px;
	display: inline-block;
}
.w320-12.w1024-4.cls.vehicle-detailed {
	float: right;
	padding: 0;
}
.my-vehicle {
	background: #4f91cd;
	color: #fff;
	text-transform: uppercase;
	width: 100%;
	margin: 0;
	max-width: 320px;
	float: right;
	padding: 10px 20px;
	text-align: center;
	font-family: "RobotoMedium", Arial, sans-serif;
	margin-top: -5px;
	cursor: pointer;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.my-vehicle:hover {
	background-color: #99b8cd;
}
.my-vehicle:before {
	color: #fff;
	padding-right: 10px;
	content: "\f1b9";
	font-family: "FontAwesome";
	font-size: 22px;
}
.vehicle-det-wrapper {
	position: fixed;
	background: rgba(0,0,0,0.6);
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 99999999999;
	display: none;
}
.vehicle-det img {
	max-width: 100%;
	max-height: 300px;
}
.vehicle-det {
	max-width: 900px;
	margin: 15% auto 0;
	position: relative;
	text-align: left;
	background: #fff;
	display: flow-root;
	padding: 15px;
}
.vehicle-det div:last-child {
	width: 43%;
}
.vehicle-det div {
	width: 57%;
	float: left;
	position: relative;
}
.vehicle-det .close-button:before {
	content: "\f00d";
	font-family: "FontAwesome";
	color: #000;
	background: #fff;
	border-radius: 50%;
	padding: 14px 18px;
	font-size: 34px;
	text-align: center;
	transition: 0.5s ease-in-out;
	cursor: pointer;
}
.vehicle-det .close-button:hover::before {
	color: #4f91cd;
}
.vehicle-det .close-button {
	position: absolute;
	right: -29px;
	top: -21px;
	margin: 0;
}
.vehicle-det div:last-child p a {
	background: #4f91cd;
	max-width: 96%;
	display: block;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	font-family: "RobotoMedium", Arial, sans-serif;
	padding: 15px 10px;
	font-size: 16px;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.vehicle-det div:last-child p a:hover {
	background-color: #99b8cd;
}
.vehicle-det p {
	margin: 0;
}
.vehicle-det div:last-child {
	min-height: 300px;
	padding-left: 10px;
}
.vehicle-det div:last-child p {
	position: absolute;
	width: 100%;
	bottom: 0;
}
.vehicle-det li {
	text-transform: uppercase;
	font-family: "RobotoMedium", Arial, sans-serif;
	color: #333;
	font-size: 16px;
	margin-bottom: 10px;
}
.vehicle-det h3 {
	font-size: 19px;
	color: #000;
	margin-bottom: 17px;
	padding-top: 20px;
	padding-left: 5px;
}
.vehicle-det ul {
	padding-left: 5px;
}
#header .search input[type="text"], #header .form-search.active .search input[type="text"] {
	padding: 10px 45px 10px 15px!important;
	border-radius: 4px;
}
.vehicle-det br {
	display: none;
}
.banner-vertical .mobile {
	display: none;
}
.category-accessories .tab-titles {
	padding-top: 40px;
}
.accessories-button p.active::after {
	content: "\f00d";
	font-family: "FontAwesome";
	float: right;
	font-size: 20px;
	padding-top: 3px;
}

#shopping-cart-totals-table .even { display: none; }

/* -----------------------------------------------
:: Media
-------------------------------------------------- */
/* Show phone icon on mobile */
@media only screen and (max-width: 30em) {
	#header .contact-details span.telephone {
		position: absolute;
		top: 16px;
		right: 8.4em;
	}
	#header .contact-details span.telephone a:before {
		padding-right: 5px;
		content: "\f095";
		font-family: 'FontAwesome';
		color: #8a898e;
		font-size: 28px;
		font-size: 1.75rem;
	}
}

@media only screen and (min-width:22.5em) {
	/*
	min-width:360px;
	*/
}
@media only screen and (min-width:30em) {
	/*
	min-width:480px;
	*/
	/* Header */
	#header .contact-details .telephone a span { color: #4f91cd; }
	#header .contact-details .telephone,
	#header .contact-details .opening-hours { position: absolute; left: 145px; }
}
@media only screen and (min-width:33.75em) {
	/*
	min-width:540px;
	*/
	/* Header */
	#header .contact-details span.telephone:before { content: "Call us"; font-family:'RobotoRegular'; color:#292929; }
	#header .contact-details .telephone { font-size: 16px; font-size: 1rem; font-family: 'RobotoBold'; color: #4f91cd; }
	#header .contact-details .opening-hours { top: 35px; font-size: 12px; font-size: 0.75rem; }
}
@media only screen and (min-width:37.50em) {
	/*
	min-width:600px;
	*/
	/* Homepage */
	#main .flexslider .flex-direction-nav { top: 31%; }
	/* Footer */
	#footer .copyright .inner { padding-top:1em; text-align:right; }
}
@media only screen and (min-width: 48em) {
	/*
	min-width:768px;
	*/
	/* Header */
	#header .account { right: 165px; }
	#header .minicart { right: 10px; }

	/* Search */
	#header .searchtoggle { right: 22em; top: 12px; }
	.searchautocomplete .nav-search-in { top: 8px; display: none; }
	#header .search input[type="text"],
	#header .form-search.active .search input[type="text"] { height: 44px; }

	/* Homepage */
	#main .flexslider .flex-direction-nav { top: 38%; }

	.product-shop { padding: 0; border: none; }
	.product-shop .buy-box { padding: 2em 2em 1em; border: 1px solid #e7e7e7; border-radius: 4px; }

	/* Footer - Newsletter Subscription */
	.newsletter-subscription input { margin-bottom: 0; }
	.newsletter-subscription .subscribe { padding-top: 27px; }

}
@media only screen and (min-width:50em) {
	/*
	min-width:800px;
	*/
}
@media screen and (min-width:64em) {
	/*
	min-width:1024px;
	*/
	/* Header */
	#header { height: 125px; border-bottom: none; }
	#header .logo { top: 8px; left: 0; position: absolute; z-index: 10000; }
	#header .logo img { max-width: 165px; }
	#header .form-search { top: 2em; right: 23em; }
	#header .contact-details .telephone { top: 45px; }
	#header .contact-details .opening-hours { top: 65px; }
	#header .contact-details .telephone, #header .contact-details .opening-hours { left: 190px; }
	#header .account { top: 2.75em; }
	#header .minicart { top: 2.85em; }
	#header .minicart:hover #basket-summary { right:-10px; }
	#header .minicart #basket-summary .truncated .truncated_full_value .item-options { border: 1px solid #4f91cd; }

	#global-promo { padding-top:0.5em; }

	/* Homepage */
	#main .flexslider .flex-direction-nav { top: 40%; }

	/* Footer */
	#footer .logo {	text-align:right; }

	#overlay { opacity:0; }
}
@media screen and (min-width:68.75em) {
	/*
	min-width:1100px;
	*/
}
@media screen and (min-width:75em) {
	/*
	min-width:1200px;
	*/
}
@media screen and (min-width:80em) {
	/*
	min-width:1280px;
	*/
}
@media screen and (min-width:85.3750em) {
	/*
	min-width:1366px;
	*/
}
@media screen and (min-width:87.5em) {
	/*
	min-width:1400px;
	*/
	#global-promo { padding-top: 0px; }
}
@media screen and (min-width:90em) and (max-width:108em) {
	/*
	max-width:1440px;
	*/
}

@media only screen and (min-width:1025px) and (max-width:1730px) {
	body .accessories-button p.active {
		bottom: 736px;
	}
	body .accessories-button {
		bottom: 8%;
	}
}

@media screen and (min-width:64.063em) {
	/*
	min-width:1600px;
	*/
	.accessories-button {
		position: fixed;
		z-index: 9999999;
		bottom: 1%;
		width: 100%;
	}
	.accessories-button p.active {
		min-width: 240px;
		display: inline-table;
		bottom: 883px;
	}
}

@media screen and (min-width:125em) {
	/*
	min-width:2000px; (kindle fire HDX / Large format)
	*/
}

@media only screen and (min-width:230px) and (max-width:1200px) {
	#tab-1 .find-toggler p {
		display: none;
	}
	#tab-1 .find-toggler h3 {
		display: block;
	}
	.w768-8.banner-accessories-inner {
		width: 100%;
		float: none;
		padding: 0;
	}
	.w768-4.banner-vertical {
		width: 100%;
		float: none;
		padding: 30px 40px 0;
	}
	.swiper-container {
		height: 145px;
	}
	.cms-home-4x4 .banner-accessories .fading-imgages {
		display: none;
	}
	.cms-home-4x4 .banner-accessories .accessory-wrap {
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		max-width: 100%;
	}
	.cms-home-4x4 .find-toggler {
		margin: 0 -20px;
		padding: 5px 20px 4px;
		background-color: #232323;
	}
	.cms-home-4x4 #accessoriesfinder .css-select {
		width: calc(100%);
		margin: 10px 0;
	}
	.cms-home-4x4 #accessoriesfinder .css-select:nth-child(2), .cms-home-4x4 #accessoriesfinder .css-select:nth-child(4) {
		margin-left: 0;
	}
	.cms-home-4x4 #accessoriesfinder input[type="submit"] {
		width: auto;
		padding: 15px 40px;
		font-family: "RobotoBold", Arial, sans-serif;
		margin-bottom: 30px;
	}
	.cms-home-4x4 .find-toggler h3:before {
		color: #fff;
		padding-right: 12px;
		content: "\f1b9";
		font-family: "FontAwesome";
		font-size: 18px;
	}
	.cms-home-4x4 .banner-accessories .tab-content {
		background: #000;
		padding-top: 0;
	}
	.cms-home-4x4 .banner-accessories .accessories-form-wrapper {
		position: absolute;
		width: 100%;
		background: #232323;
		right: 0;
		left: 0;
		padding: 10px 30px 0;
		display: none;
	}
	.cms-home-4x4 .banner-accessories .accessories-form-wrapper.active {
		display: block;
	}
	.cms-home-4x4 .tab-content {
		padding: 20px 20px 0;
	}
	.cms-home-4x4 .find-toggler h3:after {
		content: '\f107';
		font-family: "FontAwesome";
		padding-left: 20px;
		font-weight: 700;
		font-size: 22px;
		vertical-align: text-bottom;
		cursor: pointer;
	}
	.cms-home-4x4 ul.mobile-sub.rootmenu-list {
		top: 80px;
	}
	ul.mobile-sub.rootmenu-list {
		position: fixed;
		width: 100%;
		z-index: 999999;
		background: #424242;
		top: 70px;
		max-height: 80vh;
		overflow: auto!important;
	}
	.rootmenu {
		background: transparent;
	}
	body.cms-home-4x4 {
		padding-top: 0;
	}
	.cms-home-4x4 #content {
		padding-top: 118px;
	}
	.rootmenu-mobile {
		margin: 0;
		background: #e7e7e7!important;
		padding: 20px 24px 20px;
		border: none;
		border-radius: 0;
		position: fixed;
		box-shadow: none;
	}
	.rootmenu-mobile > .icon-bar {
		background-color: #000;
		width: 30px;
		height: 4px;
		margin-top: 6px;
	}
	#header .w320-12, #header .row, #header {
		max-width: 86%;
		float: left;
		padding: 0;
		position: fixed;
	}
	.rootmenu-text {
		display: none;
	}
	#not_activated {
		margin: 28px 0 48px;
	}
	#header .logo {
		float: left;
	}
	#header .search.open {
		display: block;
		width: 100%;
		position: absolute;
		left: 25px;
		right: 0;
		top: 62px;
		max-width: 100%;
		min-width: 320px;
	}
	.newsletter-wrapper h3 {
		display: block;
	}
	.menu {
		background: #fff;
	}
	.header-wrapper-mobile {
		background: #fff;
		position: fixed;
		z-index: 999;
		height: 71px;
		width: 100%;
		top: 0;
		border-bottom: 1px solid #e7e7e7;
	}
	.header-wrapper-mobile #header {
		border: none;
	}
	.swiper-container {
		width: 100%;
	}
	.banner-vertical .swiper-slide img {
		border: none;
	}
	.banner-vertical .swiper-button-prev, .banner-vertical .swiper-button-next {
		top: 70%;
	}
	.banner-vertical .swiper-button-prev {
		bottom: auto;
		left: 20px;
		text-align: left;
		right: auto;
	}
	.banner-vertical .swiper-button-next {
		text-align: right;
		right: 20px;
		left: auto;
	}
	.banner-vertical .swiper-button-prev, .banner-vertical .swiper-button-next {
		padding: 0;
	}
	.swiper-button-prev:before {
		content: '\f104';
	}
	.swiper-button-next:before {
		content: '\f105';
	}
	.swiper-button-prev:before, .swiper-button-next:before {
		font-size: 30px;
		font-weight: 700;
	}
	.vertical-slider h2, .vertical-slider a {
		display: block;
		font-family: "RobotoBold", Arial, sans-serif;
		text-transform: uppercase;
		color: #000;
	}
	.vertical-slider a {
		font-size: 12px;
		margin-top: 10px;
	}
	.vertical-slider a:hover {
		color: #4f91cd;
	}
	.vertical-slider h2 {
		margin-left: -15px;
		margin-bottom: 20px;
	}
	.accessories-blocks-wrap .w320-12 {
		padding: 0 0 15px;
	}

	.accessories-blocks-wrap .w320-12.spaceb-25 {
		margin-bottom: 0!important;
	}
	#header .account a.account-link:before, #header .searchtoggle:before,
	#header .contact-details span.telephone a:before {
		font-size: 23px;
		color: #000;
	}
	#header .minicart a.view:before {
		font-size: 20px;
	}
	.alphabetical-trucks {
		display: none;
	}
	.latest-news h2 {
		display: block;
	}
	.newsletter-wrapper .newsletter-subscription .row {
		min-width: 100%;
	}
	.newsletter-wrapper .newsletter-subscription {
		display: none;
		padding-top: 15px;
	}
	.newsletter-wrapper .newsletter-subscription .w320-12.cls {
		margin-bottom: 10px!important;
	}
	.cms-home-4x4 .section.spaceb-25 .products-grid .item, .home-promo .w320-12.w768-8.cls,
	.home-promo .w768-4.cls.blogs-wrap, .cms-home-4x4 .section.spaceb-25 {
		padding: 0;
		margin-bottom: 0!important;
	}
	.cms-home-4x4 .section.spaceb-50 {
		margin-bottom: 0!important;
	}
	.latest-news article:nth-child(2) {
		display: none;
	}
	.cms-home-4x4 .accessories-blocks-wrap {
		padding: 0;
	}
	.cms-home-4x4 .accessories-blocks-wrap {
		padding: 0 15px;
	}
	.latest-news article {
		padding-left: 10px;
		margin-bottom: 20px;
	}
	#mteo_popup_bg_layer {
		overflow-y: scroll;
	}
	.banner-accessories-inner .css-select:after {
		top: 34%;
	}
	.banner-vertical a.mobile {
		display: block!important;
	}
	.banner-vertical a {
		display: none;
	}
	.banner-vertical a.mobile span {
		display: block;
		margin-top: 10px;
	}
	.accessories-button p.active {
		bottom: -47px;
		position: relative;
		z-index: 111;
	}
	.banner-vertical .swiper-slide img {
		max-height: 85px;
	}
	.category-accessories .tab-titles {
		padding-top: 80px;
	}
}

@media only screen and (max-width:30em) {
	.vertical-slider h2 { margin-left: -15px; margin-bottom: 20px; text-align: center; }
}

@media only screen and (min-width:901px) and (max-width:1135px) {
	.swiper-fading-banner img {
		width: 100%;
		max-height: 100%;
		min-width: 755px;
	}
	.cms-home-4x4 .home-promo .flexslider a img {
		width: 100%;
		max-height: 100%;
		min-width: 755px;
	}
}

@media only screen and (min-width:474px) and (max-width:1200px) {
	.header-del a:before {
		font-size: 24px;
	}
	.header-del a {
		top: 50px;
		width: 311px;
	}
	.header-del a span {
		padding-top: 7px;
		display: inline-block;
	}
	.find-toggler h3 {
		display: block;
	}
	.home-promo .w768-8, .home-promo .w768-4 {
		display: block;
		float: none;
		width: 100%;
	}
	#header .searchtoggle {
		right: 18em;
	}
	#header .account {
		right: 147px;
	}
	#header .account a.account-link, #header .account .register-link, #header .account .logout-link {
		top: -20px;
	}
	.cms-home-4x4 .header-wrapper-mobile {
		height: 80px;
	}
	.cms-home-4x4 .rootmenu-mobile {
		padding: 24px 24px 25px;
	}
	.vehicle-det {
		max-width: 600px;
	}
	.cms-home-4x4 .find-toggler {
		margin-top: 10px;
	}
}

@media only screen and (max-width:475px) {
	.rootmenu-mobile {
		padding: 20px 15px 20px;
	}
	#header .w320-12, #header .row, #header {
		float: left;
		padding: 0;
		max-width: 82%;
		display: -webkit-inline-box;
	}
	#header .logo {
		float: left;
		margin-left: -10px;
	}
	.w768-4.banner-vertical {
		padding: 20px 30px 0;
	}
	.vertical-slider {
		max-height: 185px;
	}
	.banner-vertical .swiper-button-prev, .banner-vertical .swiper-button-next {
		top: 83%;
	}
	.banner-vertical .swiper-button-prev {
		left: 15px;
	}
	.banner-vertical .swiper-button-next {
		right: 15px;
	}
	.cms-home-4x4 .header-del {
		display: none;
	}
	.cms-home-4x4 ul.mobile-sub.rootmenu-list {
		top: 70px;
	}
	.vehicle-det ul {
		height: 83px;
		overflow-x: scroll;
	}
}

@media only screen and (max-width:479px) {
	ul.social {
		position: absolute;
		right: -175px;
		top: 105px;
	}
}

@media only screen and (max-width:479px) {
	#footer {
		padding: 20px 20px 20px 10px;
		overflow-x: hidden;
	}
	#footer .organisation {
		padding-bottom: 10px; width: 50%; height: 240px !important;
	}
	#footer .customer-services {
		float: right;
		width: 49%;
	}
	#footer .useful-links {
		float: left;
		width: 49%;
	}
	#footer a, #footer p {
		font-size: 11px;
	}
	#footer h4 {
		font-size: 12px;
	}
	#footer .logo {
		display: none;
	}
	#footer .payment-methods img {
		padding-right: 30px;
	}
	.copyright, .copyright span, #copyright .copyright a, #copyright .copyright span, #footer .copyright span a {
		font-size: 9px;
	}
	.vehicle-det {
		max-width: 285px;
	}
	.vehicle-det div:last-child, .vehicle-det div {
		width: 100%;
	}
	.vehicle-det div:last-child {
		min-height: auto;
	}
	.vehicle-det div:last-child p {
		position: relative;
		bottom: auto;
	}
	.vehicle-det img {
		padding-top: 30px;
	}
	.vehicle-det .close-button:before {
		padding: 7px 10px;
		font-size: 27px;
	}
	.vehicle-det .close-button {
		right: -13px;
		top: -19px;
	}
	.my-vehicle {
		margin: 0 auto;
		float: none;
	}
	.banner-vertical a.mobile span {
		margin-top: 0;
	}
}

@media only screen and (max-width:1024px) and (min-width: 1200px) {
	.cms-home-4x4 .swiper-slide {
		width: 90%;
	}
}

@media only screen and (max-width:1200px) and (min-width: 1200px) {
	main#main {
		padding-top: 75px;
	}
	.cms-home-4x4 main#main {
		padding-top: 0;
	}
	.vehicle-det {
		margin-top: 4%;
	}
	.vehicle-det ul {
		height: 155px;
		overflow-x: scroll;
	}
}

@media only screen and (min-width:474px) and (max-width:767px) {
	#header .account {
		right: 15px;
	}
	#header .searchtoggle {
		right: 6em;
	}
	.vehicle-det {
		margin-top: 7%;
		max-width: 500px;
	}
	.vehicle-det div:last-child {
		min-height: auto;
	}
	.vehicle-det div:last-child p {
		position: relative;
		bottom: auto;
	}
	.vehicle-det ul {
		height: 86px;
		overflow-x: scroll;
	}
}

@media only screen and (max-width:1024px) {
	.row.home-container {
		max-width: 100%;
	}
	.cms-index-index .alphabetical-trucks img {
		width: 100%;
		margin-top: 10px;
	}
	.row.category-row {
		max-width: 100%;
	}
	.accessories-button p {
		position: relative;
		left: auto;
		top: auto;
		margin: 0 12px 10px;
	}
	.accessories-button p:hover {
		background-color: #000;
	}
	.category-row .row .w1024-6, .category-row .w320-12 {
		margin-bottom: 15px;
	}
	.category-row .row .w1024-6:nth-last-child(1), .category-row .w320-12:nth-last-child(1) {
		margin-bottom: 0;
	}
	.category-accessories {
		margin-top: -10px;
	}
	.banner-vertical .swiper-slide img {
		margin-right: 0;
	}
	#header .row, .row {
		max-width: 100%;
	}
	body {
		overflow-x: hidden;
	}
	#header .logo {
		left: 20px;
	}
	.product-title {
		padding-bottom: 20px;
	}
	.my-vehicle {
		margin-top: auto;
	}
	.w320-12.w1024-4.cls.vehicle-detailed {
		padding: 0 20px;
	}
}

@media only screen and (min-width:1024px) and (max-width:1240px) {
	.swiper-container {
		max-width: 92%;
	}
}

@media only screen and (max-height:365px) {
	.vehicle-det {
		margin-top: 3%;
	}
	.vehicle-det .close-button {
		right: -27px;
		top: -6px;
	}
}

h1.spaceb-15 {
	font-size: 1.10rem !important;
	letter-spacing: 0.3px;
}
/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("https://www.4x4at.com/skin/frontend/nlg/fourbyfour/css/data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("https://www.4x4at.com/skin/frontend/nlg/fourbyfour/css/data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("https://www.4x4at.com/skin/frontend/nlg/fourbyfour/css/data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("https://www.4x4at.com/skin/frontend/nlg/fourbyfour/css/data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("https://www.4x4at.com/skin/frontend/nlg/fourbyfour/css/data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("https://www.4x4at.com/skin/frontend/nlg/fourbyfour/css/data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("https://www.4x4at.com/skin/frontend/nlg/fourbyfour/css/data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C6")'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("https://www.4x4at.com/skin/frontend/nlg/fourbyfour/css/data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C6")'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}
iframe#iframeRegCard { height:518px; width:100%; border:1px solid #666; padding: 0 20px;}

iframe#sagepaydirectpro-iframe-post { height:500px; width:100%; /*border:1px solid #666;*/ border:none; }

div#direct3d-logos { width:351px;margin:0 auto; margin-top:5px; }
div#direct3d-logos img { padding-right:10px; }

div.sagecardh1 h1 { display: inline; }
div.sagecardh1 img { padding-top: 12px; padding-left: 10px; }

select#sagepaytoken_start_yr, select#sagepaytoken_start, select#sagepaytoken_expiration_yr, select#sagepaytoken_expiration { width:125px; }
select#sagepaytoken_start, select#sagepaytoken_expiration { margin-right: 10px; }

form#frmRegCard input.cvv { width:3em !important; }

.sidebar .sagepaysuite-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .sagepaysuite-logo a { float:none; }
.roottopnav{
	font-family: 'Helvetica43';
	color: #ff0000;

}
