@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800italic,800);
@import url(//fonts.googleapis.com/css?family=Montserrat:400,700);
/* The above import directives are aggregated from content. */
/*!
 *  Font Awesome 4.3.0 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('../../frontend/Alothemes/clenlidirect_new/en_IE/font/fontawesome/fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('../../frontend/Alothemes/clenlidirect_new/en_IE/font/fontawesome/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('../../frontend/Alothemes/clenlidirect_new/en_IE/font/fontawesome/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('../../frontend/Alothemes/clenlidirect_new/en_IE/font/fontawesome/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('../../frontend/Alothemes/clenlidirect_new/en_IE/font/fontawesome/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('../../frontend/Alothemes/clenlidirect_new/en_IE/font/fontawesome/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* 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 #eeeeee;
  border-radius: .1em;
}
.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 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  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 {
  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: #ffffff;
}
/* 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-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: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-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.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-genderless:before,
.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-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-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";
}
@font-face {
	font-family: 'Pe-icon-7-stroke';
	src:url('../../frontend/Alothemes/clenlidirect_new/en_IE/font/pe-icon-stroke/fonts/Pe-icon-7-stroke.eot?d7yf1v');
	src:url('../../frontend/Alothemes/clenlidirect_new/en_IE/font/pe-icon-stroke/fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v') format('embedded-opentype'),
		url('../../frontend/Alothemes/clenlidirect_new/en_IE/font/pe-icon-stroke/fonts/Pe-icon-7-stroke.woff?d7yf1v') format('woff'),
		url('../../frontend/Alothemes/clenlidirect_new/en_IE/font/pe-icon-stroke/fonts/Pe-icon-7-stroke.ttf?d7yf1v') format('truetype'),
		url('../../frontend/Alothemes/clenlidirect_new/en_IE/font/pe-icon-stroke/fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="pe-7s-"], [class*=" pe-7s-"] {
	display: inline-block;
	font-family: 'Pe-icon-7-stroke';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.pe-7s-album:before {
	content: "\e6aa";
}
.pe-7s-arc:before {
	content: "\e6ab";
}
.pe-7s-back-2:before {
	content: "\e6ac";
}
.pe-7s-bandaid:before {
	content: "\e6ad";
}
.pe-7s-car:before {
	content: "\e6ae";
}
.pe-7s-diamond:before {
	content: "\e6af";
}
.pe-7s-door-lock:before {
	content: "\e6b0";
}
.pe-7s-eyedropper:before {
	content: "\e6b1";
}
.pe-7s-female:before {
	content: "\e6b2";
}
.pe-7s-gym:before {
	content: "\e6b3";
}
.pe-7s-hammer:before {
	content: "\e6b4";
}
.pe-7s-headphones:before {
	content: "\e6b5";
}
.pe-7s-helm:before {
	content: "\e6b6";
}
.pe-7s-hourglass:before {
	content: "\e6b7";
}
.pe-7s-leaf:before {
	content: "\e6b8";
}
.pe-7s-magic-wand:before {
	content: "\e6b9";
}
.pe-7s-male:before {
	content: "\e6ba";
}
.pe-7s-map-2:before {
	content: "\e6bb";
}
.pe-7s-next-2:before {
	content: "\e6bc";
}
.pe-7s-paint-bucket:before {
	content: "\e6bd";
}
.pe-7s-pendrive:before {
	content: "\e6be";
}
.pe-7s-photo:before {
	content: "\e6bf";
}
.pe-7s-piggy:before {
	content: "\e6c0";
}
.pe-7s-plugin:before {
	content: "\e6c1";
}
.pe-7s-refresh-2:before {
	content: "\e6c2";
}
.pe-7s-rocket:before {
	content: "\e6c3";
}
.pe-7s-settings:before {
	content: "\e6c4";
}
.pe-7s-shield:before {
	content: "\e6c5";
}
.pe-7s-smile:before {
	content: "\e6c6";
}
.pe-7s-usb:before {
	content: "\e6c7";
}
.pe-7s-vector:before {
	content: "\e6c8";
}
.pe-7s-wine:before {
	content: "\e6c9";
}
.pe-7s-cloud-upload:before {
	content: "\e68a";
}
.pe-7s-cash:before {
	content: "\e68c";
}
.pe-7s-close:before {
	content: "\e680";
}
.pe-7s-bluetooth:before {
	content: "\e68d";
}
.pe-7s-cloud-download:before {
	content: "\e68b";
}
.pe-7s-way:before {
	content: "\e68e";
}
.pe-7s-close-circle:before {
	content: "\e681";
}
.pe-7s-id:before {
	content: "\e68f";
}
.pe-7s-angle-up:before {
	content: "\e682";
}
.pe-7s-wristwatch:before {
	content: "\e690";
}
.pe-7s-angle-up-circle:before {
	content: "\e683";
}
.pe-7s-world:before {
	content: "\e691";
}
.pe-7s-angle-right:before {
	content: "\e684";
}
.pe-7s-volume:before {
	content: "\e692";
}
.pe-7s-angle-right-circle:before {
	content: "\e685";
}
.pe-7s-users:before {
	content: "\e693";
}
.pe-7s-angle-left:before {
	content: "\e686";
}
.pe-7s-user-female:before {
	content: "\e694";
}
.pe-7s-angle-left-circle:before {
	content: "\e687";
}
.pe-7s-up-arrow:before {
	content: "\e695";
}
.pe-7s-angle-down:before {
	content: "\e688";
}
.pe-7s-switch:before {
	content: "\e696";
}
.pe-7s-angle-down-circle:before {
	content: "\e689";
}
.pe-7s-scissors:before {
	content: "\e697";
}
.pe-7s-wallet:before {
	content: "\e600";
}
.pe-7s-safe:before {
	content: "\e698";
}
.pe-7s-volume2:before {
	content: "\e601";
}
.pe-7s-volume1:before {
	content: "\e602";
}
.pe-7s-voicemail:before {
	content: "\e603";
}
.pe-7s-video:before {
	content: "\e604";
}
.pe-7s-user:before {
	content: "\e605";
}
.pe-7s-upload:before {
	content: "\e606";
}
.pe-7s-unlock:before {
	content: "\e607";
}
.pe-7s-umbrella:before {
	content: "\e608";
}
.pe-7s-trash:before {
	content: "\e609";
}
.pe-7s-tools:before {
	content: "\e60a";
}
.pe-7s-timer:before {
	content: "\e60b";
}
.pe-7s-ticket:before {
	content: "\e60c";
}
.pe-7s-target:before {
	content: "\e60d";
}
.pe-7s-sun:before {
	content: "\e60e";
}
.pe-7s-study:before {
	content: "\e60f";
}
.pe-7s-stopwatch:before {
	content: "\e610";
}
.pe-7s-star:before {
	content: "\e611";
}
.pe-7s-speaker:before {
	content: "\e612";
}
.pe-7s-signal:before {
	content: "\e613";
}
.pe-7s-shuffle:before {
	content: "\e614";
}
.pe-7s-shopbag:before {
	content: "\e615";
}
.pe-7s-share:before {
	content: "\e616";
}
.pe-7s-server:before {
	content: "\e617";
}
.pe-7s-search:before {
	content: "\e618";
}
.pe-7s-film:before {
	content: "\e6a5";
}
.pe-7s-science:before {
	content: "\e619";
}
.pe-7s-disk:before {
	content: "\e6a6";
}
.pe-7s-ribbon:before {
	content: "\e61a";
}
.pe-7s-repeat:before {
	content: "\e61b";
}
.pe-7s-refresh:before {
	content: "\e61c";
}
.pe-7s-add-user:before {
	content: "\e6a9";
}
.pe-7s-refresh-cloud:before {
	content: "\e61d";
}
.pe-7s-paperclip:before {
	content: "\e69c";
}
.pe-7s-radio:before {
	content: "\e61e";
}
.pe-7s-note2:before {
	content: "\e69d";
}
.pe-7s-print:before {
	content: "\e61f";
}
.pe-7s-network:before {
	content: "\e69e";
}
.pe-7s-prev:before {
	content: "\e620";
}
.pe-7s-mute:before {
	content: "\e69f";
}
.pe-7s-power:before {
	content: "\e621";
}
.pe-7s-medal:before {
	content: "\e6a0";
}
.pe-7s-portfolio:before {
	content: "\e622";
}
.pe-7s-like2:before {
	content: "\e6a1";
}
.pe-7s-plus:before {
	content: "\e623";
}
.pe-7s-left-arrow:before {
	content: "\e6a2";
}
.pe-7s-play:before {
	content: "\e624";
}
.pe-7s-key:before {
	content: "\e6a3";
}
.pe-7s-plane:before {
	content: "\e625";
}
.pe-7s-joy:before {
	content: "\e6a4";
}
.pe-7s-photo-gallery:before {
	content: "\e626";
}
.pe-7s-pin:before {
	content: "\e69b";
}
.pe-7s-phone:before {
	content: "\e627";
}
.pe-7s-plug:before {
	content: "\e69a";
}
.pe-7s-pen:before {
	content: "\e628";
}
.pe-7s-right-arrow:before {
	content: "\e699";
}
.pe-7s-paper-plane:before {
	content: "\e629";
}
.pe-7s-delete-user:before {
	content: "\e6a7";
}
.pe-7s-paint:before {
	content: "\e62a";
}
.pe-7s-bottom-arrow:before {
	content: "\e6a8";
}
.pe-7s-notebook:before {
	content: "\e62b";
}
.pe-7s-note:before {
	content: "\e62c";
}
.pe-7s-next:before {
	content: "\e62d";
}
.pe-7s-news-paper:before {
	content: "\e62e";
}
.pe-7s-musiclist:before {
	content: "\e62f";
}
.pe-7s-music:before {
	content: "\e630";
}
.pe-7s-mouse:before {
	content: "\e631";
}
.pe-7s-more:before {
	content: "\e632";
}
.pe-7s-moon:before {
	content: "\e633";
}
.pe-7s-monitor:before {
	content: "\e634";
}
.pe-7s-micro:before {
	content: "\e635";
}
.pe-7s-menu:before {
	content: "\e636";
}
.pe-7s-map:before {
	content: "\e637";
}
.pe-7s-map-marker:before {
	content: "\e638";
}
.pe-7s-mail:before {
	content: "\e639";
}
.pe-7s-mail-open:before {
	content: "\e63a";
}
.pe-7s-mail-open-file:before {
	content: "\e63b";
}
.pe-7s-magnet:before {
	content: "\e63c";
}
.pe-7s-loop:before {
	content: "\e63d";
}
.pe-7s-look:before {
	content: "\e63e";
}
.pe-7s-lock:before {
	content: "\e63f";
}
.pe-7s-lintern:before {
	content: "\e640";
}
.pe-7s-link:before {
	content: "\e641";
}
.pe-7s-like:before {
	content: "\e642";
}
.pe-7s-light:before {
	content: "\e643";
}
.pe-7s-less:before {
	content: "\e644";
}
.pe-7s-keypad:before {
	content: "\e645";
}
.pe-7s-junk:before {
	content: "\e646";
}
.pe-7s-info:before {
	content: "\e647";
}
.pe-7s-home:before {
	content: "\e648";
}
.pe-7s-help2:before {
	content: "\e649";
}
.pe-7s-help1:before {
	content: "\e64a";
}
.pe-7s-graph3:before {
	content: "\e64b";
}
.pe-7s-graph2:before {
	content: "\e64c";
}
.pe-7s-graph1:before {
	content: "\e64d";
}
.pe-7s-graph:before {
	content: "\e64e";
}
.pe-7s-global:before {
	content: "\e64f";
}
.pe-7s-gleam:before {
	content: "\e650";
}
.pe-7s-glasses:before {
	content: "\e651";
}
.pe-7s-gift:before {
	content: "\e652";
}
.pe-7s-folder:before {
	content: "\e653";
}
.pe-7s-flag:before {
	content: "\e654";
}
.pe-7s-filter:before {
	content: "\e655";
}
.pe-7s-file:before {
	content: "\e656";
}
.pe-7s-expand1:before {
	content: "\e657";
}
.pe-7s-exapnd2:before {
	content: "\e658";
}
.pe-7s-edit:before {
	content: "\e659";
}
.pe-7s-drop:before {
	content: "\e65a";
}
.pe-7s-drawer:before {
	content: "\e65b";
}
.pe-7s-download:before {
	content: "\e65c";
}
.pe-7s-display2:before {
	content: "\e65d";
}
.pe-7s-display1:before {
	content: "\e65e";
}
.pe-7s-diskette:before {
	content: "\e65f";
}
.pe-7s-date:before {
	content: "\e660";
}
.pe-7s-cup:before {
	content: "\e661";
}
.pe-7s-culture:before {
	content: "\e662";
}
.pe-7s-crop:before {
	content: "\e663";
}
.pe-7s-credit:before {
	content: "\e664";
}
.pe-7s-copy-file:before {
	content: "\e665";
}
.pe-7s-config:before {
	content: "\e666";
}
.pe-7s-compass:before {
	content: "\e667";
}
.pe-7s-comment:before {
	content: "\e668";
}
.pe-7s-coffee:before {
	content: "\e669";
}
.pe-7s-cloud:before {
	content: "\e66a";
}
.pe-7s-clock:before {
	content: "\e66b";
}
.pe-7s-check:before {
	content: "\e66c";
}
.pe-7s-chat:before {
	content: "\e66d";
}
.pe-7s-cart:before {
	content: "\e66e";
}
.pe-7s-camera:before {
	content: "\e66f";
}
.pe-7s-call:before {
	content: "\e670";
}
.pe-7s-calculator:before {
	content: "\e671";
}
.pe-7s-browser:before {
	content: "\e672";
}
.pe-7s-box2:before {
	content: "\e673";
}
.pe-7s-box1:before {
	content: "\e674";
}
.pe-7s-bookmarks:before {
	content: "\e675";
}
.pe-7s-bicycle:before {
	content: "\e676";
}
.pe-7s-bell:before {
	content: "\e677";
}
.pe-7s-battery:before {
	content: "\e678";
}
.pe-7s-ball:before {
	content: "\e679";
}
.pe-7s-back:before {
	content: "\e67a";
}
.pe-7s-attention:before {
	content: "\e67b";
}
.pe-7s-anchor:before {
	content: "\e67c";
}
.pe-7s-albums:before {
	content: "\e67d";
}
.pe-7s-alarm:before {
	content: "\e67e";
}
.pe-7s-airplay:before {
	content: "\e67f";
}
@font-face {
	font-family: 'Simple-Line-Icons';
	src:url('../../frontend/Alothemes/clenlidirect_new/en_IE/font/webfont/fonts/Simple-Line-Icons.eot');
	src:url('../../frontend/Alothemes/clenlidirect_new/en_IE/font/webfont/fonts/Simple-Line-Icons.eot?#iefix') format('embedded-opentype'),
		url('../../frontend/Alothemes/clenlidirect_new/en_IE/font/webfont/fonts/Simple-Line-Icons.woff') format('woff'),
		url('../../frontend/Alothemes/clenlidirect_new/en_IE/font/webfont/fonts/Simple-Line-Icons.ttf') format('truetype'),
		url('../../frontend/Alothemes/clenlidirect_new/en_IE/font/webfont/fonts/Simple-Line-Icons.svg#Simple-Line-Icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'Simple-Line-Icons';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="icon-"] {
*/
.icon-user-female, .icon-user-follow, .icon-user-following, .icon-user-unfollow, .icon-trophy, .icon-screen-smartphone, .icon-screen-desktop, .icon-plane, .icon-notebook, .icon-moustache, .icon-mouse, .icon-magnet, .icon-energy, .icon-emoticon-smile, .icon-disc, .icon-cursor-move, .icon-crop, .icon-credit-card, .icon-chemistry, .icon-user, .icon-speedometer, .icon-social-youtube, .icon-social-twitter, .icon-social-tumblr, .icon-social-facebook, .icon-social-dropbox, .icon-social-dribbble, .icon-shield, .icon-screen-tablet, .icon-magic-wand, .icon-hourglass, .icon-graduation, .icon-ghost, .icon-game-controller, .icon-fire, .icon-eyeglasses, .icon-envelope-open, .icon-envelope-letter, .icon-bell, .icon-badge, .icon-anchor, .icon-wallet, .icon-vector, .icon-speech, .icon-puzzle, .icon-printer, .icon-present, .icon-playlist, .icon-pin, .icon-picture, .icon-map, .icon-layers, .icon-handbag, .icon-globe-alt, .icon-globe, .icon-frame, .icon-folder-alt, .icon-film, .icon-feed, .icon-earphones-alt, .icon-earphones, .icon-drop, .icon-drawer, .icon-docs, .icon-directions, .icon-direction, .icon-diamond, .icon-cup, .icon-compass, .icon-call-out, .icon-call-in, .icon-call-end, .icon-calculator, .icon-bubbles, .icon-briefcase, .icon-book-open, .icon-basket-loaded, .icon-basket, .icon-bag, .icon-action-undo, .icon-action-redo, .icon-wrench, .icon-umbrella, .icon-trash, .icon-tag, .icon-support, .icon-size-fullscreen, .icon-size-actual, .icon-shuffle, .icon-share-alt, .icon-share, .icon-rocket, .icon-question, .icon-pie-chart, .icon-pencil, .icon-note, .icon-music-tone-alt, .icon-music-tone, .icon-microphone, .icon-loop, .icon-logout, .icon-login, .icon-list, .icon-like, .icon-home, .icon-grid, .icon-graph, .icon-equalizer, .icon-dislike, .icon-cursor, .icon-control-start, .icon-control-rewind, .icon-control-play, .icon-control-pause, .icon-control-forward, .icon-control-end, .icon-calendar, .icon-bulb, .icon-bar-chart, .icon-arrow-up, .icon-arrow-right, .icon-arrow-left, .icon-arrow-down, .icon-ban, .icon-bubble, .icon-camcorder, .icon-camera, .icon-check, .icon-clock, .icon-close, .icon-cloud-download, .icon-cloud-upload, .icon-doc, .icon-envelope, .icon-eye, .icon-flag, .icon-folder, .icon-heart, .icon-info, .icon-key, .icon-link, .icon-lock, .icon-lock-open, .icon-magnifier, .icon-magnifier-add, .icon-magnifier-remove, .icon-paper-clip, .icon-paper-plane, .icon-plus, .icon-pointer, .icon-power, .icon-refresh, .icon-reload, .icon-settings, .icon-star, .icon-symbol-female, .icon-symbol-male, .icon-target, .icon-volume-1, .icon-volume-2, .icon-volume-off, .icon-users {
	font-family: 'Simple-Line-Icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.icon-user-female:before {
	content: "\e000";
}
.icon-user-follow:before {
	content: "\e002";
}
.icon-user-following:before {
	content: "\e003";
}
.icon-user-unfollow:before {
	content: "\e004";
}
.icon-trophy:before {
	content: "\e006";
}
.icon-screen-smartphone:before {
	content: "\e010";
}
.icon-screen-desktop:before {
	content: "\e011";
}
.icon-plane:before {
	content: "\e012";
}
.icon-notebook:before {
	content: "\e013";
}
.icon-moustache:before {
	content: "\e014";
}
.icon-mouse:before {
	content: "\e015";
}
.icon-magnet:before {
	content: "\e016";
}
.icon-energy:before {
	content: "\e020";
}
.icon-emoticon-smile:before {
	content: "\e021";
}
.icon-disc:before {
	content: "\e022";
}
.icon-cursor-move:before {
	content: "\e023";
}
.icon-crop:before {
	content: "\e024";
}
.icon-credit-card:before {
	content: "\e025";
}
.icon-chemistry:before {
	content: "\e026";
}
.icon-user:before {
	content: "\e005";
}
.icon-speedometer:before {
	content: "\e007";
}
.icon-social-youtube:before {
	content: "\e008";
}
.icon-social-twitter:before {
	content: "\e009";
}
.icon-social-tumblr:before {
	content: "\e00a";
}
.icon-social-facebook:before {
	content: "\e00b";
}
.icon-social-dropbox:before {
	content: "\e00c";
}
.icon-social-dribbble:before {
	content: "\e00d";
}
.icon-shield:before {
	content: "\e00e";
}
.icon-screen-tablet:before {
	content: "\e00f";
}
.icon-magic-wand:before {
	content: "\e017";
}
.icon-hourglass:before {
	content: "\e018";
}
.icon-graduation:before {
	content: "\e019";
}
.icon-ghost:before {
	content: "\e01a";
}
.icon-game-controller:before {
	content: "\e01b";
}
.icon-fire:before {
	content: "\e01c";
}
.icon-eyeglasses:before {
	content: "\e01d";
}
.icon-envelope-open:before {
	content: "\e01e";
}
.icon-envelope-letter:before {
	content: "\e01f";
}
.icon-bell:before {
	content: "\e027";
}
.icon-badge:before {
	content: "\e028";
}
.icon-anchor:before {
	content: "\e029";
}
.icon-wallet:before {
	content: "\e02a";
}
.icon-vector:before {
	content: "\e02b";
}
.icon-speech:before {
	content: "\e02c";
}
.icon-puzzle:before {
	content: "\e02d";
}
.icon-printer:before {
	content: "\e02e";
}
.icon-present:before {
	content: "\e02f";
}
.icon-playlist:before {
	content: "\e030";
}
.icon-pin:before {
	content: "\e031";
}
.icon-picture:before {
	content: "\e032";
}
.icon-map:before {
	content: "\e033";
}
.icon-layers:before {
	content: "\e034";
}
.icon-handbag:before {
	content: "\e035";
}
.icon-globe-alt:before {
	content: "\e036";
}
.icon-globe:before {
	content: "\e037";
}
.icon-frame:before {
	content: "\e038";
}
.icon-folder-alt:before {
	content: "\e039";
}
.icon-film:before {
	content: "\e03a";
}
.icon-feed:before {
	content: "\e03b";
}
.icon-earphones-alt:before {
	content: "\e03c";
}
.icon-earphones:before {
	content: "\e03d";
}
.icon-drop:before {
	content: "\e03e";
}
.icon-drawer:before {
	content: "\e03f";
}
.icon-docs:before {
	content: "\e040";
}
.icon-directions:before {
	content: "\e041";
}
.icon-direction:before {
	content: "\e042";
}
.icon-diamond:before {
	content: "\e043";
}
.icon-cup:before {
	content: "\e044";
}
.icon-compass:before {
	content: "\e045";
}
.icon-call-out:before {
	content: "\e046";
}
.icon-call-in:before {
	content: "\e047";
}
.icon-call-end:before {
	content: "\e048";
}
.icon-calculator:before {
	content: "\e049";
}
.icon-bubbles:before {
	content: "\e04a";
}
.icon-briefcase:before {
	content: "\e04b";
}
.icon-book-open:before {
	content: "\e04c";
}
.icon-basket-loaded:before {
	content: "\e04d";
}
.icon-basket:before {
	content: "\e04e";
}
.icon-bag:before {
	content: "\e04f";
}
.icon-action-undo:before {
	content: "\e050";
}
.icon-action-redo:before {
	content: "\e051";
}
.icon-wrench:before {
	content: "\e052";
}
.icon-umbrella:before {
	content: "\e053";
}
.icon-trash:before {
	content: "\e054";
}
.icon-tag:before {
	content: "\e055";
}
.icon-support:before {
	content: "\e056";
}
.icon-size-fullscreen:before {
	content: "\e057";
}
.icon-size-actual:before {
	content: "\e058";
}
.icon-shuffle:before {
	content: "\e059";
}
.icon-share-alt:before {
	content: "\e05a";
}
.icon-share:before {
	content: "\e05b";
}
.icon-rocket:before {
	content: "\e05c";
}
.icon-question:before {
	content: "\e05d";
}
.icon-pie-chart:before {
	content: "\e05e";
}
.icon-pencil:before {
	content: "\e05f";
}
.icon-note:before {
	content: "\e060";
}
.icon-music-tone-alt:before {
	content: "\e061";
}
.icon-music-tone:before {
	content: "\e062";
}
.icon-microphone:before {
	content: "\e063";
}
.icon-loop:before {
	content: "\e064";
}
.icon-logout:before {
	content: "\e065";
}
.icon-login:before {
	content: "\e066";
}
.icon-list:before {
	content: "\e067";
}
.icon-like:before {
	content: "\e068";
}
.icon-home:before {
	content: "\e069";
}
.icon-grid:before {
	content: "\e06a";
}
.icon-graph:before {
	content: "\e06b";
}
.icon-equalizer:before {
	content: "\e06c";
}
.icon-dislike:before {
	content: "\e06d";
}
.icon-cursor:before {
	content: "\e06e";
}
.icon-control-start:before {
	content: "\e06f";
}
.icon-control-rewind:before {
	content: "\e070";
}
.icon-control-play:before {
	content: "\e071";
}
.icon-control-pause:before {
	content: "\e072";
}
.icon-control-forward:before {
	content: "\e073";
}
.icon-control-end:before {
	content: "\e074";
}
.icon-calendar:before {
	content: "\e075";
}
.icon-bulb:before {
	content: "\e076";
}
.icon-bar-chart:before {
	content: "\e077";
}
.icon-arrow-up:before {
	content: "\e078";
}
.icon-arrow-right:before {
	content: "\e079";
}
.icon-arrow-left:before {
	content: "\e07a";
}
.icon-arrow-down:before {
	content: "\e07b";
}
.icon-ban:before {
	content: "\e07c";
}
.icon-bubble:before {
	content: "\e07d";
}
.icon-camcorder:before {
	content: "\e07e";
}
.icon-camera:before {
	content: "\e07f";
}
.icon-check:before {
	content: "\e080";
}
.icon-clock:before {
	content: "\e081";
}
.icon-close:before {
	content: "\e082";
}
.icon-cloud-download:before {
	content: "\e083";
}
.icon-cloud-upload:before {
	content: "\e084";
}
.icon-doc:before {
	content: "\e085";
}
.icon-envelope:before {
	content: "\e086";
}
.icon-eye:before {
	content: "\e087";
}
.icon-flag:before {
	content: "\e088";
}
.icon-folder:before {
	content: "\e089";
}
.icon-heart:before {
	content: "\e08a";
}
.icon-info:before {
	content: "\e08b";
}
.icon-key:before {
	content: "\e08c";
}
.icon-link:before {
	content: "\e08d";
}
.icon-lock:before {
	content: "\e08e";
}
.icon-lock-open:before {
	content: "\e08f";
}
.icon-magnifier:before {
	content: "\e090";
}
.icon-magnifier-add:before {
	content: "\e091";
}
.icon-magnifier-remove:before {
	content: "\e092";
}
.icon-paper-clip:before {
	content: "\e093";
}
.icon-paper-plane:before {
	content: "\e094";
}
.icon-plus:before {
	content: "\e095";
}
.icon-pointer:before {
	content: "\e096";
}
.icon-power:before {
	content: "\e097";
}
.icon-refresh:before {
	content: "\e098";
}
.icon-reload:before {
	content: "\e099";
}
.icon-settings:before {
	content: "\e09a";
}
.icon-star:before {
	content: "\e09b";
}
.icon-symbol-female:before {
	content: "\e09c";
}
.icon-symbol-male:before {
	content: "\e09d";
}
.icon-target:before {
	content: "\e09e";
}
.icon-volume-1:before {
	content: "\e09f";
}
.icon-volume-2:before {
	content: "\e0a0";
}
.icon-volume-off:before {
	content: "\e0a1";
}
.icon-users:before {
	content: "\e001";
}@font-face {
	font-family: 'ElegantIcons';
	src:url('../../frontend/Alothemes/clenlidirect_new/en_IE/font/elegantfont/fonts/ElegantIcons.eot');
	src:url('../../frontend/Alothemes/clenlidirect_new/en_IE/font/elegantfont/fonts/ElegantIcons.eot?#iefix') format('embedded-opentype'),
		url('../../frontend/Alothemes/clenlidirect_new/en_IE/font/elegantfont/fonts/ElegantIcons.woff') format('woff'),
		url('../../frontend/Alothemes/clenlidirect_new/en_IE/font/elegantfont/fonts/ElegantIcons.ttf') format('truetype'),
		url('../../frontend/Alothemes/clenlidirect_new/en_IE/font/elegantfont/fonts/ElegantIcons.svg#ElegantIcons') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Use the following CSS code if you want to use data attributes for inserting your icons */
[data-icon]:before {
	font-family: 'ElegantIcons';
	content: attr(data-icon);
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Use the following CSS code if you want to have a class per icon */
/*
Instead of a list of all class selectors,
you can use the generic selector below, but it's slower:
[class*="your-class-prefix"] {
*/
.arrow_up, .arrow_down, .arrow_left, .arrow_right, .arrow_left-up, .arrow_right-up, .arrow_right-down, .arrow_left-down, .arrow-up-down, .arrow_up-down_alt, .arrow_left-right_alt, .arrow_left-right, .arrow_expand_alt2, .arrow_expand_alt, .arrow_condense, .arrow_expand, .arrow_move, .arrow_carrot-up, .arrow_carrot-down, .arrow_carrot-left, .arrow_carrot-right, .arrow_carrot-2up, .arrow_carrot-2down, .arrow_carrot-2left, .arrow_carrot-2right, .arrow_carrot-up_alt2, .arrow_carrot-down_alt2, .arrow_carrot-left_alt2, .arrow_carrot-right_alt2, .arrow_carrot-2up_alt2, .arrow_carrot-2down_alt2, .arrow_carrot-2left_alt2, .arrow_carrot-2right_alt2, .arrow_triangle-up, .arrow_triangle-down, .arrow_triangle-left, .arrow_triangle-right, .arrow_triangle-up_alt2, .arrow_triangle-down_alt2, .arrow_triangle-left_alt2, .arrow_triangle-right_alt2, .arrow_back, .icon_minus-06, .icon_plus, .icon_close, .icon_check, .icon_minus_alt2, .icon_plus_alt2, .icon_close_alt2, .icon_check_alt2, .icon_zoom-out_alt, .icon_zoom-in_alt, .icon_search, .icon_box-empty, .icon_box-selected, .icon_minus-box, .icon_plus-box, .icon_box-checked, .icon_circle-empty, .icon_circle-slelected, .icon_stop_alt2, .icon_stop, .icon_pause_alt2, .icon_pause, .icon_menu, .icon_menu-square_alt2, .icon_menu-circle_alt2, .icon_ul, .icon_ol, .icon_adjust-horiz, .icon_adjust-vert, .icon_document_alt, .icon_documents_alt, .icon_pencil, .icon_pencil-edit_alt, .icon_pencil-edit, .icon_folder-alt, .icon_folder-open_alt, .icon_folder-add_alt, .icon_info_alt, .icon_error-oct_alt, .icon_error-circle_alt, .icon_error-triangle_alt, .icon_question_alt2, .icon_question, .icon_comment_alt, .icon_chat_alt, .icon_vol-mute_alt, .icon_volume-low_alt, .icon_volume-high_alt, .icon_quotations, .icon_quotations_alt2, .icon_clock_alt, .icon_lock_alt, .icon_lock-open_alt, .icon_key_alt, .icon_cloud_alt, .icon_cloud-upload_alt, .icon_cloud-download_alt, .icon_image, .icon_images, .icon_lightbulb_alt, .icon_gift_alt, .icon_house_alt, .icon_genius, .icon_mobile, .icon_tablet, .icon_laptop, .icon_desktop, .icon_camera_alt, .icon_mail_alt, .icon_cone_alt, .icon_ribbon_alt, .icon_bag_alt, .icon_creditcard, .icon_cart_alt, .icon_paperclip, .icon_tag_alt, .icon_tags_alt, .icon_trash_alt, .icon_cursor_alt, .icon_mic_alt, .icon_compass_alt, .icon_pin_alt, .icon_pushpin_alt, .icon_map_alt, .icon_drawer_alt, .icon_toolbox_alt, .icon_book_alt, .icon_calendar, .icon_film, .icon_table, .icon_contacts_alt, .icon_headphones, .icon_lifesaver, .icon_piechart, .icon_refresh, .icon_link_alt, .icon_link, .icon_loading, .icon_blocked, .icon_archive_alt, .icon_heart_alt, .icon_star_alt, .icon_star-half_alt, .icon_star, .icon_star-half, .icon_tools, .icon_tool, .icon_cog, .icon_cogs, .arrow_up_alt, .arrow_down_alt, .arrow_left_alt, .arrow_right_alt, .arrow_left-up_alt, .arrow_right-up_alt, .arrow_right-down_alt, .arrow_left-down_alt, .arrow_condense_alt, .arrow_expand_alt3, .arrow_carrot_up_alt, .arrow_carrot-down_alt, .arrow_carrot-left_alt, .arrow_carrot-right_alt, .arrow_carrot-2up_alt, .arrow_carrot-2dwnn_alt, .arrow_carrot-2left_alt, .arrow_carrot-2right_alt, .arrow_triangle-up_alt, .arrow_triangle-down_alt, .arrow_triangle-left_alt, .arrow_triangle-right_alt, .icon_minus_alt, .icon_plus_alt, .icon_close_alt, .icon_check_alt, .icon_zoom-out, .icon_zoom-in, .icon_stop_alt, .icon_menu-square_alt, .icon_menu-circle_alt, .icon_document, .icon_documents, .icon_pencil_alt, .icon_folder, .icon_folder-open, .icon_folder-add, .icon_folder_upload, .icon_folder_download, .icon_info, .icon_error-circle, .icon_error-oct, .icon_error-triangle, .icon_question_alt, .icon_comment, .icon_chat, .icon_vol-mute, .icon_volume-low, .icon_volume-high, .icon_quotations_alt, .icon_clock, .icon_lock, .icon_lock-open, .icon_key, .icon_cloud, .icon_cloud-upload, .icon_cloud-download, .icon_lightbulb, .icon_gift, .icon_house, .icon_camera, .icon_mail, .icon_cone, .icon_ribbon, .icon_bag, .icon_cart, .icon_tag, .icon_tags, .icon_trash, .icon_cursor, .icon_mic, .icon_compass, .icon_pin, .icon_pushpin, .icon_map, .icon_drawer, .icon_toolbox, .icon_book, .icon_contacts, .icon_archive, .icon_heart, .icon_profile, .icon_group, .icon_grid-2x2, .icon_grid-3x3, .icon_music, .icon_pause_alt, .icon_phone, .icon_upload, .icon_download, .social_facebook, .social_twitter, .social_pinterest, .social_googleplus, .social_tumblr, .social_tumbleupon, .social_wordpress, .social_instagram, .social_dribbble, .social_vimeo, .social_linkedin, .social_rss, .social_deviantart, .social_share, .social_myspace, .social_skype, .social_youtube, .social_picassa, .social_googledrive, .social_flickr, .social_blogger, .social_spotify, .social_delicious, .social_facebook_circle, .social_twitter_circle, .social_pinterest_circle, .social_googleplus_circle, .social_tumblr_circle, .social_stumbleupon_circle, .social_wordpress_circle, .social_instagram_circle, .social_dribbble_circle, .social_vimeo_circle, .social_linkedin_circle, .social_rss_circle, .social_deviantart_circle, .social_share_circle, .social_myspace_circle, .social_skype_circle, .social_youtube_circle, .social_picassa_circle, .social_googledrive_alt2, .social_flickr_circle, .social_blogger_circle, .social_spotify_circle, .social_delicious_circle, .social_facebook_square, .social_twitter_square, .social_pinterest_square, .social_googleplus_square, .social_tumblr_square, .social_stumbleupon_square, .social_wordpress_square, .social_instagram_square, .social_dribbble_square, .social_vimeo_square, .social_linkedin_square, .social_rss_square, .social_deviantart_square, .social_share_square, .social_myspace_square, .social_skype_square, .social_youtube_square, .social_picassa_square, .social_googledrive_square, .social_flickr_square, .social_blogger_square, .social_spotify_square, .social_delicious_square, .icon_printer, .icon_calulator, .icon_building, .icon_floppy, .icon_drive, .icon_search-2, .icon_id, .icon_id-2, .icon_puzzle, .icon_like, .icon_dislike, .icon_mug, .icon_currency, .icon_wallet, .icon_pens, .icon_easel, .icon_flowchart, .icon_datareport, .icon_briefcase, .icon_shield, .icon_percent, .icon_globe, .icon_globe-2, .icon_target, .icon_hourglass, .icon_balance, .icon_rook, .icon_printer-alt, .icon_calculator_alt, .icon_building_alt, .icon_floppy_alt, .icon_drive_alt, .icon_search_alt, .icon_id_alt, .icon_id-2_alt, .icon_puzzle_alt, .icon_like_alt, .icon_dislike_alt, .icon_mug_alt, .icon_currency_alt, .icon_wallet_alt, .icon_pens_alt, .icon_easel_alt, .icon_flowchart_alt, .icon_datareport_alt, .icon_briefcase_alt, .icon_shield_alt, .icon_percent_alt, .icon_globe_alt, .icon_clipboard {
	font-family: 'ElegantIcons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
}
.arrow_up:before {
	content: "\21";
}
.arrow_down:before {
	content: "\22";
}
.arrow_left:before {
	content: "\23";
}
.arrow_right:before {
	content: "\24";
}
.arrow_left-up:before {
	content: "\25";
}
.arrow_right-up:before {
	content: "\26";
}
.arrow_right-down:before {
	content: "\27";
}
.arrow_left-down:before {
	content: "\28";
}
.arrow-up-down:before {
	content: "\29";
}
.arrow_up-down_alt:before {
	content: "\2a";
}
.arrow_left-right_alt:before {
	content: "\2b";
}
.arrow_left-right:before {
	content: "\2c";
}
.arrow_expand_alt2:before {
	content: "\2d";
}
.arrow_expand_alt:before {
	content: "\2e";
}
.arrow_condense:before {
	content: "\2f";
}
.arrow_expand:before {
	content: "\30";
}
.arrow_move:before {
	content: "\31";
}
.arrow_carrot-up:before {
	content: "\32";
}
.arrow_carrot-down:before {
	content: "\33";
}
.arrow_carrot-left:before {
	content: "\34";
}
.arrow_carrot-right:before {
	content: "\35";
}
.arrow_carrot-2up:before {
	content: "\36";
}
.arrow_carrot-2down:before {
	content: "\37";
}
.arrow_carrot-2left:before {
	content: "\38";
}
.arrow_carrot-2right:before {
	content: "\39";
}
.arrow_carrot-up_alt2:before {
	content: "\3a";
}
.arrow_carrot-down_alt2:before {
	content: "\3b";
}
.arrow_carrot-left_alt2:before {
	content: "\3c";
}
.arrow_carrot-right_alt2:before {
	content: "\3d";
}
.arrow_carrot-2up_alt2:before {
	content: "\3e";
}
.arrow_carrot-2down_alt2:before {
	content: "\3f";
}
.arrow_carrot-2left_alt2:before {
	content: "\40";
}
.arrow_carrot-2right_alt2:before {
	content: "\41";
}
.arrow_triangle-up:before {
	content: "\42";
}
.arrow_triangle-down:before {
	content: "\43";
}
.arrow_triangle-left:before {
	content: "\44";
}
.arrow_triangle-right:before {
	content: "\45";
}
.arrow_triangle-up_alt2:before {
	content: "\46";
}
.arrow_triangle-down_alt2:before {
	content: "\47";
}
.arrow_triangle-left_alt2:before {
	content: "\48";
}
.arrow_triangle-right_alt2:before {
	content: "\49";
}
.arrow_back:before {
	content: "\4a";
}
.icon_minus-06:before {
	content: "\4b";
}
.icon_plus:before {
	content: "\4c";
}
.icon_close:before {
	content: "\4d";
}
.icon_check:before {
	content: "\4e";
}
.icon_minus_alt2:before {
	content: "\4f";
}
.icon_plus_alt2:before {
	content: "\50";
}
.icon_close_alt2:before {
	content: "\51";
}
.icon_check_alt2:before {
	content: "\52";
}
.icon_zoom-out_alt:before {
	content: "\53";
}
.icon_zoom-in_alt:before {
	content: "\54";
}
.icon_search:before {
	content: "\55";
}
.icon_box-empty:before {
	content: "\56";
}
.icon_box-selected:before {
	content: "\57";
}
.icon_minus-box:before {
	content: "\58";
}
.icon_plus-box:before {
	content: "\59";
}
.icon_box-checked:before {
	content: "\5a";
}
.icon_circle-empty:before {
	content: "\5b";
}
.icon_circle-slelected:before {
	content: "\5c";
}
.icon_stop_alt2:before {
	content: "\5d";
}
.icon_stop:before {
	content: "\5e";
}
.icon_pause_alt2:before {
	content: "\5f";
}
.icon_pause:before {
	content: "\60";
}
.icon_menu:before {
	content: "\61";
}
.icon_menu-square_alt2:before {
	content: "\62";
}
.icon_menu-circle_alt2:before {
	content: "\63";
}
.icon_ul:before {
	content: "\64";
}
.icon_ol:before {
	content: "\65";
}
.icon_adjust-horiz:before {
	content: "\66";
}
.icon_adjust-vert:before {
	content: "\67";
}
.icon_document_alt:before {
	content: "\68";
}
.icon_documents_alt:before {
	content: "\69";
}
.icon_pencil:before {
	content: "\6a";
}
.icon_pencil-edit_alt:before {
	content: "\6b";
}
.icon_pencil-edit:before {
	content: "\6c";
}
.icon_folder-alt:before {
	content: "\6d";
}
.icon_folder-open_alt:before {
	content: "\6e";
}
.icon_folder-add_alt:before {
	content: "\6f";
}
.icon_info_alt:before {
	content: "\70";
}
.icon_error-oct_alt:before {
	content: "\71";
}
.icon_error-circle_alt:before {
	content: "\72";
}
.icon_error-triangle_alt:before {
	content: "\73";
}
.icon_question_alt2:before {
	content: "\74";
}
.icon_question:before {
	content: "\75";
}
.icon_comment_alt:before {
	content: "\76";
}
.icon_chat_alt:before {
	content: "\77";
}
.icon_vol-mute_alt:before {
	content: "\78";
}
.icon_volume-low_alt:before {
	content: "\79";
}
.icon_volume-high_alt:before {
	content: "\7a";
}
.icon_quotations:before {
	content: "\7b";
}
.icon_quotations_alt2:before {
	content: "\7c";
}
.icon_clock_alt:before {
	content: "\7d";
}
.icon_lock_alt:before {
	content: "\7e";
}
.icon_lock-open_alt:before {
	content: "\e000";
}
.icon_key_alt:before {
	content: "\e001";
}
.icon_cloud_alt:before {
	content: "\e002";
}
.icon_cloud-upload_alt:before {
	content: "\e003";
}
.icon_cloud-download_alt:before {
	content: "\e004";
}
.icon_image:before {
	content: "\e005";
}
.icon_images:before {
	content: "\e006";
}
.icon_lightbulb_alt:before {
	content: "\e007";
}
.icon_gift_alt:before {
	content: "\e008";
}
.icon_house_alt:before {
	content: "\e009";
}
.icon_genius:before {
	content: "\e00a";
}
.icon_mobile:before {
	content: "\e00b";
}
.icon_tablet:before {
	content: "\e00c";
}
.icon_laptop:before {
	content: "\e00d";
}
.icon_desktop:before {
	content: "\e00e";
}
.icon_camera_alt:before {
	content: "\e00f";
}
.icon_mail_alt:before {
	content: "\e010";
}
.icon_cone_alt:before {
	content: "\e011";
}
.icon_ribbon_alt:before {
	content: "\e012";
}
.icon_bag_alt:before {
	content: "\e013";
}
.icon_creditcard:before {
	content: "\e014";
}
.icon_cart_alt:before {
	content: "\e015";
}
.icon_paperclip:before {
	content: "\e016";
}
.icon_tag_alt:before {
	content: "\e017";
}
.icon_tags_alt:before {
	content: "\e018";
}
.icon_trash_alt:before {
	content: "\e019";
}
.icon_cursor_alt:before {
	content: "\e01a";
}
.icon_mic_alt:before {
	content: "\e01b";
}
.icon_compass_alt:before {
	content: "\e01c";
}
.icon_pin_alt:before {
	content: "\e01d";
}
.icon_pushpin_alt:before {
	content: "\e01e";
}
.icon_map_alt:before {
	content: "\e01f";
}
.icon_drawer_alt:before {
	content: "\e020";
}
.icon_toolbox_alt:before {
	content: "\e021";
}
.icon_book_alt:before {
	content: "\e022";
}
.icon_calendar:before {
	content: "\e023";
}
.icon_film:before {
	content: "\e024";
}
.icon_table:before {
	content: "\e025";
}
.icon_contacts_alt:before {
	content: "\e026";
}
.icon_headphones:before {
	content: "\e027";
}
.icon_lifesaver:before {
	content: "\e028";
}
.icon_piechart:before {
	content: "\e029";
}
.icon_refresh:before {
	content: "\e02a";
}
.icon_link_alt:before {
	content: "\e02b";
}
.icon_link:before {
	content: "\e02c";
}
.icon_loading:before {
	content: "\e02d";
}
.icon_blocked:before {
	content: "\e02e";
}
.icon_archive_alt:before {
	content: "\e02f";
}
.icon_heart_alt:before {
	content: "\e030";
}
.icon_star_alt:before {
	content: "\e031";
}
.icon_star-half_alt:before {
	content: "\e032";
}
.icon_star:before {
	content: "\e033";
}
.icon_star-half:before {
	content: "\e034";
}
.icon_tools:before {
	content: "\e035";
}
.icon_tool:before {
	content: "\e036";
}
.icon_cog:before {
	content: "\e037";
}
.icon_cogs:before {
	content: "\e038";
}
.arrow_up_alt:before {
	content: "\e039";
}
.arrow_down_alt:before {
	content: "\e03a";
}
.arrow_left_alt:before {
	content: "\e03b";
}
.arrow_right_alt:before {
	content: "\e03c";
}
.arrow_left-up_alt:before {
	content: "\e03d";
}
.arrow_right-up_alt:before {
	content: "\e03e";
}
.arrow_right-down_alt:before {
	content: "\e03f";
}
.arrow_left-down_alt:before {
	content: "\e040";
}
.arrow_condense_alt:before {
	content: "\e041";
}
.arrow_expand_alt3:before {
	content: "\e042";
}
.arrow_carrot_up_alt:before {
	content: "\e043";
}
.arrow_carrot-down_alt:before {
	content: "\e044";
}
.arrow_carrot-left_alt:before {
	content: "\e045";
}
.arrow_carrot-right_alt:before {
	content: "\e046";
}
.arrow_carrot-2up_alt:before {
	content: "\e047";
}
.arrow_carrot-2dwnn_alt:before {
	content: "\e048";
}
.arrow_carrot-2left_alt:before {
	content: "\e049";
}
.arrow_carrot-2right_alt:before {
	content: "\e04a";
}
.arrow_triangle-up_alt:before {
	content: "\e04b";
}
.arrow_triangle-down_alt:before {
	content: "\e04c";
}
.arrow_triangle-left_alt:before {
	content: "\e04d";
}
.arrow_triangle-right_alt:before {
	content: "\e04e";
}
.icon_minus_alt:before {
	content: "\e04f";
}
.icon_plus_alt:before {
	content: "\e050";
}
.icon_close_alt:before {
	content: "\e051";
}
.icon_check_alt:before {
	content: "\e052";
}
.icon_zoom-out:before {
	content: "\e053";
}
.icon_zoom-in:before {
	content: "\e054";
}
.icon_stop_alt:before {
	content: "\e055";
}
.icon_menu-square_alt:before {
	content: "\e056";
}
.icon_menu-circle_alt:before {
	content: "\e057";
}
.icon_document:before {
	content: "\e058";
}
.icon_documents:before {
	content: "\e059";
}
.icon_pencil_alt:before {
	content: "\e05a";
}
.icon_folder:before {
	content: "\e05b";
}
.icon_folder-open:before {
	content: "\e05c";
}
.icon_folder-add:before {
	content: "\e05d";
}
.icon_folder_upload:before {
	content: "\e05e";
}
.icon_folder_download:before {
	content: "\e05f";
}
.icon_info:before {
	content: "\e060";
}
.icon_error-circle:before {
	content: "\e061";
}
.icon_error-oct:before {
	content: "\e062";
}
.icon_error-triangle:before {
	content: "\e063";
}
.icon_question_alt:before {
	content: "\e064";
}
.icon_comment:before {
	content: "\e065";
}
.icon_chat:before {
	content: "\e066";
}
.icon_vol-mute:before {
	content: "\e067";
}
.icon_volume-low:before {
	content: "\e068";
}
.icon_volume-high:before {
	content: "\e069";
}
.icon_quotations_alt:before {
	content: "\e06a";
}
.icon_clock:before {
	content: "\e06b";
}
.icon_lock:before {
	content: "\e06c";
}
.icon_lock-open:before {
	content: "\e06d";
}
.icon_key:before {
	content: "\e06e";
}
.icon_cloud:before {
	content: "\e06f";
}
.icon_cloud-upload:before {
	content: "\e070";
}
.icon_cloud-download:before {
	content: "\e071";
}
.icon_lightbulb:before {
	content: "\e072";
}
.icon_gift:before {
	content: "\e073";
}
.icon_house:before {
	content: "\e074";
}
.icon_camera:before {
	content: "\e075";
}
.icon_mail:before {
	content: "\e076";
}
.icon_cone:before {
	content: "\e077";
}
.icon_ribbon:before {
	content: "\e078";
}
.icon_bag:before {
	content: "\e079";
}
.icon_cart:before {
	content: "\e07a";
}
.icon_tag:before {
	content: "\e07b";
}
.icon_tags:before {
	content: "\e07c";
}
.icon_trash:before {
	content: "\e07d";
}
.icon_cursor:before {
	content: "\e07e";
}
.icon_mic:before {
	content: "\e07f";
}
.icon_compass:before {
	content: "\e080";
}
.icon_pin:before {
	content: "\e081";
}
.icon_pushpin:before {
	content: "\e082";
}
.icon_map:before {
	content: "\e083";
}
.icon_drawer:before {
	content: "\e084";
}
.icon_toolbox:before {
	content: "\e085";
}
.icon_book:before {
	content: "\e086";
}
.icon_contacts:before {
	content: "\e087";
}
.icon_archive:before {
	content: "\e088";
}
.icon_heart:before {
	content: "\e089";
}
.icon_profile:before {
	content: "\e08a";
}
.icon_group:before {
	content: "\e08b";
}
.icon_grid-2x2:before {
	content: "\e08c";
}
.icon_grid-3x3:before {
	content: "\e08d";
}
.icon_music:before {
	content: "\e08e";
}
.icon_pause_alt:before {
	content: "\e08f";
}
.icon_phone:before {
	content: "\e090";
}
.icon_upload:before {
	content: "\e091";
}
.icon_download:before {
	content: "\e092";
}
.social_facebook:before {
	content: "\e093";
}
.social_twitter:before {
	content: "\e094";
}
.social_pinterest:before {
	content: "\e095";
}
.social_googleplus:before {
	content: "\e096";
}
.social_tumblr:before {
	content: "\e097";
}
.social_tumbleupon:before {
	content: "\e098";
}
.social_wordpress:before {
	content: "\e099";
}
.social_instagram:before {
	content: "\e09a";
}
.social_dribbble:before {
	content: "\e09b";
}
.social_vimeo:before {
	content: "\e09c";
}
.social_linkedin:before {
	content: "\e09d";
}
.social_rss:before {
	content: "\e09e";
}
.social_deviantart:before {
	content: "\e09f";
}
.social_share:before {
	content: "\e0a0";
}
.social_myspace:before {
	content: "\e0a1";
}
.social_skype:before {
	content: "\e0a2";
}
.social_youtube:before {
	content: "\e0a3";
}
.social_picassa:before {
	content: "\e0a4";
}
.social_googledrive:before {
	content: "\e0a5";
}
.social_flickr:before {
	content: "\e0a6";
}
.social_blogger:before {
	content: "\e0a7";
}
.social_spotify:before {
	content: "\e0a8";
}
.social_delicious:before {
	content: "\e0a9";
}
.social_facebook_circle:before {
	content: "\e0aa";
}
.social_twitter_circle:before {
	content: "\e0ab";
}
.social_pinterest_circle:before {
	content: "\e0ac";
}
.social_googleplus_circle:before {
	content: "\e0ad";
}
.social_tumblr_circle:before {
	content: "\e0ae";
}
.social_stumbleupon_circle:before {
	content: "\e0af";
}
.social_wordpress_circle:before {
	content: "\e0b0";
}
.social_instagram_circle:before {
	content: "\e0b1";
}
.social_dribbble_circle:before {
	content: "\e0b2";
}
.social_vimeo_circle:before {
	content: "\e0b3";
}
.social_linkedin_circle:before {
	content: "\e0b4";
}
.social_rss_circle:before {
	content: "\e0b5";
}
.social_deviantart_circle:before {
	content: "\e0b6";
}
.social_share_circle:before {
	content: "\e0b7";
}
.social_myspace_circle:before {
	content: "\e0b8";
}
.social_skype_circle:before {
	content: "\e0b9";
}
.social_youtube_circle:before {
	content: "\e0ba";
}
.social_picassa_circle:before {
	content: "\e0bb";
}
.social_googledrive_alt2:before {
	content: "\e0bc";
}
.social_flickr_circle:before {
	content: "\e0bd";
}
.social_blogger_circle:before {
	content: "\e0be";
}
.social_spotify_circle:before {
	content: "\e0bf";
}
.social_delicious_circle:before {
	content: "\e0c0";
}
.social_facebook_square:before {
	content: "\e0c1";
}
.social_twitter_square:before {
	content: "\e0c2";
}
.social_pinterest_square:before {
	content: "\e0c3";
}
.social_googleplus_square:before {
	content: "\e0c4";
}
.social_tumblr_square:before {
	content: "\e0c5";
}
.social_stumbleupon_square:before {
	content: "\e0c6";
}
.social_wordpress_square:before {
	content: "\e0c7";
}
.social_instagram_square:before {
	content: "\e0c8";
}
.social_dribbble_square:before {
	content: "\e0c9";
}
.social_vimeo_square:before {
	content: "\e0ca";
}
.social_linkedin_square:before {
	content: "\e0cb";
}
.social_rss_square:before {
	content: "\e0cc";
}
.social_deviantart_square:before {
	content: "\e0cd";
}
.social_share_square:before {
	content: "\e0ce";
}
.social_myspace_square:before {
	content: "\e0cf";
}
.social_skype_square:before {
	content: "\e0d0";
}
.social_youtube_square:before {
	content: "\e0d1";
}
.social_picassa_square:before {
	content: "\e0d2";
}
.social_googledrive_square:before {
	content: "\e0d3";
}
.social_flickr_square:before {
	content: "\e0d4";
}
.social_blogger_square:before {
	content: "\e0d5";
}
.social_spotify_square:before {
	content: "\e0d6";
}
.social_delicious_square:before {
	content: "\e0d7";
}
.icon_printer:before {
	content: "\e103";
}
.icon_calulator:before {
	content: "\e0ee";
}
.icon_building:before {
	content: "\e0ef";
}
.icon_floppy:before {
	content: "\e0e8";
}
.icon_drive:before {
	content: "\e0ea";
}
.icon_search-2:before {
	content: "\e101";
}
.icon_id:before {
	content: "\e107";
}
.icon_id-2:before {
	content: "\e108";
}
.icon_puzzle:before {
	content: "\e102";
}
.icon_like:before {
	content: "\e106";
}
.icon_dislike:before {
	content: "\e0eb";
}
.icon_mug:before {
	content: "\e105";
}
.icon_currency:before {
	content: "\e0ed";
}
.icon_wallet:before {
	content: "\e100";
}
.icon_pens:before {
	content: "\e104";
}
.icon_easel:before {
	content: "\e0e9";
}
.icon_flowchart:before {
	content: "\e109";
}
.icon_datareport:before {
	content: "\e0ec";
}
.icon_briefcase:before {
	content: "\e0fe";
}
.icon_shield:before {
	content: "\e0f6";
}
.icon_percent:before {
	content: "\e0fb";
}
.icon_globe:before {
	content: "\e0e2";
}
.icon_globe-2:before {
	content: "\e0e3";
}
.icon_target:before {
	content: "\e0f5";
}
.icon_hourglass:before {
	content: "\e0e1";
}
.icon_balance:before {
	content: "\e0ff";
}
.icon_rook:before {
	content: "\e0f8";
}
.icon_printer-alt:before {
	content: "\e0fa";
}
.icon_calculator_alt:before {
	content: "\e0e7";
}
.icon_building_alt:before {
	content: "\e0fd";
}
.icon_floppy_alt:before {
	content: "\e0e4";
}
.icon_drive_alt:before {
	content: "\e0e5";
}
.icon_search_alt:before {
	content: "\e0f7";
}
.icon_id_alt:before {
	content: "\e0e0";
}
.icon_id-2_alt:before {
	content: "\e0fc";
}
.icon_puzzle_alt:before {
	content: "\e0f9";
}
.icon_like_alt:before {
	content: "\e0dd";
}
.icon_dislike_alt:before {
	content: "\e0f1";
}
.icon_mug_alt:before {
	content: "\e0dc";
}
.icon_currency_alt:before {
	content: "\e0f3";
}
.icon_wallet_alt:before {
	content: "\e0d8";
}
.icon_pens_alt:before {
	content: "\e0db";
}
.icon_easel_alt:before {
	content: "\e0f0";
}
.icon_flowchart_alt:before {
	content: "\e0df";
}
.icon_datareport_alt:before {
	content: "\e0f2";
}
.icon_briefcase_alt:before {
	content: "\e0f4";
}
.icon_shield_alt:before {
	content: "\e0d9";
}
.icon_percent_alt:before {
	content: "\e0da";
}
.icon_globe_alt:before {
	content: "\e0de";
}
.icon_clipboard:before {
	content: "\e0e6";
}


	.glyph {
		float: left;
		text-align: center;
		padding: .75em;
		margin: .4em 1.5em .75em 0;
		width: 6em;
text-shadow: none;
	}
        .glyph_big {
        font-size: 128px;
        color: #59c5dc;
        float: left;
        margin-right: 20px;
        }

        .glyph div { padding-bottom: 10px;}

	.glyph input {
		font-family: consolas, monospace;
		font-size: 12px;
		width: 100%;
		text-align: center;
		border: 0;
		box-shadow: 0 0 0 1px #ccc;
		padding: .2em;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
	}
	.centered {
		margin-left: auto;
		margin-right: auto;
	}
	.glyph .fs1 {
		font-size: 2em;
	}

	
@charset "UTF-8";

@font-face {
  font-family: "untitled-font-6";
  src:url("../../frontend/Alothemes/clenlidirect_new/en_IE/font/font-SVG/fonts/untitled-font-6.eot");
  src:url("../../frontend/Alothemes/clenlidirect_new/en_IE/font/font-SVG/fonts/untitled-font-6.eot?#iefix") format("embedded-opentype"),
    url("../../frontend/Alothemes/clenlidirect_new/en_IE/font/font-SVG/fonts/untitled-font-6.woff") format("woff"),
    url("../../frontend/Alothemes/clenlidirect_new/en_IE/font/font-SVG/fonts/untitled-font-6.ttf") format("truetype"),
    url("../../frontend/Alothemes/clenlidirect_new/en_IE/font/font-SVG/fonts/untitled-font-6.svg#untitled-font-6") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "untitled-font-6" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "untitled-font-6" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-add-to-cart:before {
  content: "\61";
}
.icon-comment:before {
  content: "\63";
}
.icon-compare:before {
  content: "\64";
}
.icon-customers:before {
  content: "\65";
}
.icon-dollar:before {
  content: "\66";
}
.icon-favorites:before {
  content: "\67";
}
.icon-grid-view:before {
  content: "\68";
}
.icon-list-view:before {
  content: "\69";
}
.icon-phone:before {
  content: "\6b";
}
.icon-returning:before {
  content: "\6c";
}
.icon-search:before {
  content: "\6d";
}
.icon-shopping-bag:before {
  content: "\6e";
}
.icon-support:before {
  content: "\6f";
}
.icon-tag:before {
  content: "\70";
}
.icon-thing-arrow-right:before {
  content: "\71";
}
.icon-user:before {
  content: "\72";
}
.icon-arrow-right-categproes:before {
  content: "\62";
}
.icon-blog-likes:before {
  content: "\6a";
}
.icon-category-icon:before {
  content: "\73";
}
.icon-mail:before {
  content: "\74";
}
.icon-map-pointer:before {
  content: "\75";
}
.icon-newsletter:before {
  content: "\76";
}
.icon-close-remove:before {
  content: "\77";
}
.icon-payment:before {
  content: "\78";
}
.icon-arrow-down-search:before {
  content: "\79";
}
.icon-list-view-small:before {
  content: "\7a";
}
.icon-list-view-medium:before {
  content: "\41";
}
.icon-transport:before {
  content: "\42";
}
/**
 * Magiccart 
 * @category 	Magiccart 
 * @copyright 	Copyright (c) 2014 Magiccart (http://www.magiccart.net/) 
 * @license 	http://www.magiccart.net/license-agreement.html
 * @Author:Magiccart<team.magiccart@gmail.com>
 * @@Create Date:2014-04-26 11:18:55
 * @@Modify Date: 2018-12-25 10:59:11
 * @@Function:*/
.nav-sections-item-content .magicmenu{position:relative;display:block;}
.magicmenu .nav-desktop{position:static;margin:0;padding:0;}
.magicmenu .nav-desktop .level0{padding:0px;margin:0px;display: inline-block;}
.magicmenu .nav-desktop .level0.logo.display{display: none;border: 0;}
.header-container-fixed .magicmenu .nav-desktop .level0.logo.display{}
.header-container-fixed .magicmenu .nav-desktop .level0.logo.display a{border: 0;padding: 10px;width: 71px;}
.header-container-fixed .magicmenu .nav-desktop .level0.logo.display a img{max-width: 100%;}
.header-container-fixed .magicmenu .nav-desktop .level0 .level-top{padding: 15px 24px;}
.magicmenu .nav-desktop .level0.hasChild .level-top:after {content: "\f107";font-family: "FontAwesome";font-size: 14px;margin-left: 5px;vertical-align: 0;}
.magicmenu .nav-desktop .level0.over > a,.magicmenu .nav-desktop .level0.active > a,.magicmenu .nav-desktop .level0.active > a span.icon-text,.magicmenu .nav-desktop .level0 > a:hover,.magicmenu .nav-desktop .level0 > a:hover.icon-text{color:#df3737;}
.magicmenu .nav-desktop .level0 > a:hover .short_desc{color:#888888;}
.magicmenu .nav-desktop .level0 .level-top{display: block;font-size: 14px;font-weight: 500;line-height: normal;outline: medium none;padding: 15px;position: relative;text-align: center;text-decoration: none;}
.magicmenu .nav-desktop .level0 .level-top span.cat_label{right: -5px;top: -5px;}
.magicmenu .nav-desktop .level0 .level-top > span{font-size: 14px;font-weight: bold; padding: 0;vertical-align: top;white-space: nowrap;}
.magicmenu .nav-desktop .level0.home .level-top .icon-home{display:none}
.magicmenu .nav-desktop .level0.home .level-top .icon{display:none}
.magicmenu .nav-desktop .level0.home .level-top .icon-home{font-size:17px}
.magicmenu .nav-desktop .level0.active .level-top span{/* font-weight: bold; */}
.magicmenu .nav-desktop .level0.active .level-top span:after{content: "";border-bottom: 2px solid #aaa;width: 20px;display: none;margin-top: 5px;}
.magicmenu .nav-desktop .level0 .level-top-mega,
.magicmenu .nav-desktop .level0.dropdown > .level0{  border-style: solid ;border-width: 0 1px 1px 1px;box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);margin-top: 25px;padding:0 0 0px 30px;position:absolute;z-index:99999;display:block;opacity:0;top:130%;visibility:hidden;transition: visibility 180ms ease 0s, opacity 180ms ease 0s, margin 180ms ease 0s;-webkit-transition: visibility 180ms ease 0s, opacity 180ms ease 0s, margin 180ms ease 0s;-o-transition: visibility 180ms ease 0s, opacity 180ms ease 0s, margin 180ms ease 0s;}
.magicmenu .nav-desktop .level0:hover .level-top-mega,
.magicmenu .nav-desktop .level0.dropdown:hover > .level0{opacity:1;top:100%;visibility:visible;margin-top: 0;}
.header-container-fixed .magicmenu .nav-desktop .level0:hover .level-top-mega{top:50px;}
.magicmenu .nav-desktop .level0.home .level-top-mega{padding: 30px;text-align: left;width: 200px;}
.magicmenu .nav-desktop .level0.home .level-top-mega a{line-height: 30px;}
.magicmenu .nav-desktop .level0 .level-top-mega .children a,.magicmenu .nav-desktop p{display: block;font-size: 14px;text-align: left;text-decoration: none;}
.magicmenu .nav-desktop .level0 .level-top-mega .children a{margin: 28px 0 5px;padding: 0;}
.magicmenu .nav-desktop .level-top a{color:#000;font-size:14px;text-decoration:none;text-align:left}
.magicmenu .nav-desktop .level0 .level-top-mega .children a span{font-size: 13px;}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a{font-weight: bold;line-height: 30px;margin-right: 30px;}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a span{font-size: 14px;}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a::before, .vmagicmenu .level0 .level-top-mega .children > a::before{content: "";position: absolute;left: 0;bottom: -5px;border-bottom: 2px solid #aaaaaa;width: 20px;display: none;}
.magicmenu .nav-desktop .level0 .level-top-mega .children .nav:last-child { border: 0 none;}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 img{margin-top: 10px;}
.magicmenu .nav-desktop .level0 .level-top-mega .mega-block-top,.magicmenu .nav-desktop .level0 .level-top-mega .mega-block-bottom{ padding: 30px 0 0;width:100%;clear:both}
.magicmenu .nav-desktop .level0 .level-top-mega .mega-block-bottom{text-align: center;}
.magicmenu .nav-desktop .level0 .level-top-mega .mega-block-bottom .img-responsive{display: inline;}
.magicmenu .nav-desktop .level0 .level-top-mega .content-mega-horizontal .cat-mega{padding-bottom: 20px;}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column.cat-mega{float:left;}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children{float:left;text-align:left;padding: 0;width:220px;}
.magicmenu .nav-desktop .level0 .level-top-mega .content-mega-custom .mage-column .children{float: none;}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children ul{margin-right:20px;}
.mage-column.mega-block-left{float:left;}
.mage-column.mega-block-right{float:right;text-align: right;margin-top: 59px;}
.mage-column img{max-width: 100%;height: auto;}
.mega-block-right h3{color: #dddddd; font-size: 14px; padding: 10px 0;text-align: center;text-transform: uppercase;}
.header .custom-menu .level-top-mega .magic-category{float: left;width: 200px;padding-right: 30px;}
.header .custom-menu .level-top-mega .magiccategory,.header .custom-menu .level-top-mega .magicproduct{width: 660px;padding-top: 30px;}
.header .custom-menu .level-top-mega .content-products{clear: none;float: left;}
.header .custom-menu .level-top-mega .block-title-tabs,.magicmenu .nav-desktop .level0 .level-top span.boder-menu{display: none;}
.header .custom-menu .level-top-mega .mage-magictabs{margin-bottom: 30px;}
.block-left,.block-right,.cat-mega{float:left}
.banner-menu{padding-top: 20px;}
.block-bottom{clear:both}
.magicmenu .nav-desktop .level0 .level-top-mega .mega-block-top{margin: 0px;overflow: hidden;}
.magicmenu .nav-desktop .level0 .level-top-mega .mega-block-top .links-top-menu{text-align:center;background:#eee;}
.magicmenu .nav-desktop .level0 .level-top-mega .content-mega .mage-column .links{float:none;display:inline-block;}
.magicmenu .nav-desktop .level0 .level-top-mega .content-mega .mage-column .links li a{color:#555;line-height:35px;padding:0 15px;}
.magicmenu .nav-desktop .level0 .level-top-mega .content-mega .mage-column .links li a:hover{background-color:#dc1212;color:#fff;}
.magicmenu .nav-desktop .level0 .level-top-mega .content-mega .mage-column .links li.label{color:#555;line-height:35px;font-size:14px;margin:0 5px 0 0;}
.magicmenu .nav-desktop .level0 .level-top .short_desc{display:block;font-size:13px;font-weight:300;line-height:13px;text-transform:capitalize;color:#999}
.magicmenu .level-top > img {display: none;}
.vmagicmenu .level0 .level-top-mega .children.level1 > a.a-image::before,.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a.a-image::before{display: none;padding: 0;}
/**
	dropdown
**/
.magicmenu .nav-desktop .level0.dropdown > .level0,
.vmagicmenu .vmagicmenu-narrow .level0.dropdown > .level0{box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);-o-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);-ms-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);width: 18em;min-width: 18em;padding: 12px 0px;line-height: 32px;}
.magicmenu .nav-desktop .level0.dropdown .hasChild,
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild {position: relative;margin: 0;}
.magicmenu .nav-desktop .level0.dropdown .hasChild > a:before,
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild > a:before{ content: "\f105";display: block;line-height: 32px;font-size: 14px;position: absolute;right: 15px;text-align: right;font-family: FontAwesome;}
.magicmenu .nav-desktop .level0.dropdown .hasChild ul,
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild ul { position: absolute;left: 100%;top: 0;opacity: 0;visibility: hidden;border-width: 1px 1px 1px 0;border-style: solid;box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);-moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);-o-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);-ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);padding: 12px 0px;min-width: 13em;z-index: 1;}
.magicmenu .nav-desktop .level0.dropdown .hasChild:hover > ul,
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild:hover > ul{opacity: 1;visibility: visible;}
.magicmenu .nav-desktop .level0.dropdown .level1 a,
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .level1 a{padding: 0 30px;display: block;position: relative;}
.magicmenu .nav-desktop .level0.dropdown .level1 a span,
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .level1 a span{font-size: 13px;}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown .hasChild ul li{margin: 0;}

.magicmenu .nav-desktop .level0.home .level-top-mega{padding: 20px 0;width: 130px;text-align: center;}
.magicmenu .nav-desktop .level0.home .level-top-mega a{line-height: 30px;font-weight: 300;}
.magicmenu .nav-desktop .level0.home .level-top-mega a span{font-size: 14px;font-weight: 500;}
.magicmenu .nav-desktop .level0.home .level-top-mega a:before{display: none;opacity: 0;visibility: hidden;font-size: 5px;margin-right: 5px;text-align: left;vertical-align: top;content: "";font-family: FontAwesome;}
.magicmenu .nav-desktop .level0.home .level-top-mega a:hover:before{opacity: 1;visibility: visible;}
.magicmenu .nav-desktop .level0 .level-top-mega .children a,.magicmenu .nav-desktop p{text-align:left;text-decoration:none;font-size: 14px;display: block;}
.magicmenu .nav-desktop .level0 .level-top-mega .children .nav a{display: block;line-height: 32px;}
.magicmenu .nav-desktop .level-top a{color:#000;font-size:14px;text-decoration:none;text-align:left}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a{margin:28px 0 5px;padding:0;}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 img{max-width:100%;height:auto;}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a{position: relative;font-weight: bold;margin-right:30px;line-height: 30px;}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a:before,
.vmagicmenu .level0 .level-top-mega .children > a:before {border-bottom: 2px solid #aaaaaa; bottom: -5px;content: "";left: 0;position: absolute;width: 20px;display: none;}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 .level1 a{position: relative;font-size: 13px;margin:0;display: block;line-height: 28px;}
.magicmenu .nav-desktop .level0 .level-top-mega .children .nav:last-child,
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a.a-image { border: 0 none;padding:0;}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a.a-image:before,.vmagicmenu .level0 .level-top-mega .children.level1 > a.a-image:before{display: none;}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 img{margin-top: 30px;}
.magicmenu .nav-desktop .level0 .level-top-mega .mega-block-top,.magicmenu .nav-desktop .level0 .level-top-mega .mega-block-bottom{ padding: 35px 0 0;width:100%;clear:both}
.magicmenu .nav-desktop .level0 .level-top-mega .mega-block-bottom{text-align: center;}
.magicmenu .nav-desktop .level0 .level-top-mega .mega-block-bottom .img-responsive{display: inline;}
.magicmenu .nav-desktop .level0 .level-top-mega .content-mega-horizontal .cat-mega{padding-bottom: 30px;}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column.cat-mega{float:left;}
.magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children{float:left;text-align:left;padding: 0;width:220px;}
.vmagicmenu .level-top-mega .mage-column.cat-mega{padding-left: 0;}
.mage-column.mega-block-left,.banner-vertical{float:left;}
.banner-vertical{width: 50%;padding: 15px 30px 30px;}
.banner-vertical.vertical-left{padding-right: 15px;}
.banner-vertical.vertical-right{padding-left: 15px;}
.mage-column.mega-block-right{float:right;text-align: right;margin-top: 59px;}
.mage-column img{max-width: 100%;height: auto;}
.mega-block-right h3{color: #dddddd; font-size: 14px; padding: 10px 0;text-align: center;text-transform: uppercase;}
.block-left,.block-right,.cat-mega{float:left}
.banner-menu{padding-top: 20px;}
.block-bottom{clear:both}
.custom-menu{position: relative;}
.custom-menu-text{position: absolute;bottom: 20px;left: 33px;}
.custom-menu-text h2{color: #fff;font-size: 20px;font-style: italic;font-weight: bold;margin: 0;}
.magicmenu .nav-desktop .level0 .level-top-mega .mega-block-top{margin: 0px;overflow: hidden;}
.magicmenu .nav-desktop .level0 .level-top-mega .mega-block-top .links-top-menu{text-align:center;background:#eee;}
.magicmenu .nav-desktop .level0 .level-top-mega .content-mega .mage-column .links{float:none;display:inline-block;}
.magicmenu .nav-desktop .level0 .level-top-mega .content-mega .mage-column .links li a{color:#555;line-height:35px;padding:0 15px;}
.magicmenu .nav-desktop .level0 .level-top-mega .content-mega .mage-column .links li a:hover{background-color:#dc1212;color:#fff;}
.magicmenu .nav-desktop .level0 .level-top-mega .content-mega .mage-column .links li.label{color:#555;line-height:35px;font-size:14px;margin:0 5px 0 0;}
.magicmenu .nav-desktop .level0 .level-top .short_desc{display:block;font-size:13px;font-weight:300;line-height:13px;text-transform:capitalize;color:#999}
/**
	ul leve2
**/
.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild{position: relative;}
.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild:before{content: "\f105";display: block;line-height: 32px;font-size: 14px;position: absolute;right: 30px;text-align: right;font-family: FontAwesome;}
.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild ul { position: absolute;left: 100%;opacity: 0;visibility: hidden;top:0;background-color: #fff;box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);padding: 5px 0 5px 30px;min-width: 200px;z-index: 1;}
.magicmenu .nav-desktop .level0 .level-top-mega .children ul.level1 .hasChild:hover > ul{opacity: 1;left: 90%;visibility: visible;}

/* Vertical Menu*/
.nav-sections .vmagicmenu{display: block; width: 23%; float: left; position: relative; z-index: 9}
.vmagicmenu h3{font-size: 16px; color: #333e48; text-transform: capitalize; font-weight: bold; text-align: center; line-height: 52px; margin: 0;background-color: #fed700; text-align: left; padding: 0 20px; cursor: pointer;-webkit-border-radius: 10px 10px 0 0;-moz-border-radius: 10px 10px 0 0;border-radius: 10px 10px 0 0;}
.vmagicmenu .block-vmagicmenu-content .vmagicmenu-narrow{z-index: 1;background-color: #fff;border-width: 1px;border-style: solid;border-color: #eaeaea;padding: 0px 0 3px;min-width: 270px;position: absolute;display: none;/* visibility: hidden;opacity: 0;transition: all 300ms ease-in-out 0s; */}
.vmagicmenu .block-vmagicmenu-content .vmagicmenu-narrow,.vmagicmenu .vmagicmenu-narrow{margin: 0px;padding: 15px 0;}
.vmagicmenu:hover .block-vmagicmenu-content .vmagicmenu-narrow{/* opacity: 1;visibility: visible; */display: block;}
.vmagicmenu .block-title{ background-color: #fed700;text-align: left;overflow: hidden;border-width: 0px;border-style: solid;border-radius: 10px 10px 0 0;padding: 0 20px;}
.vmagicmenu .block-title span{ font-size: 16px;font-weight: 600;}
.vmagicmenu .block-title .vmagicmenu-subtitle{padding:0px;}
.vmagicmenu .block-title .icon{line-height: 52px;padding-right: 10px;font-size: 19px;vertical-align: middle;}
.vmagicmenu li.level0{padding:0 20px;float:left;line-height:40px;width:100%;list-style: none;position: relative;margin: 0;}
.vmagicmenu .level0 .level0{line-height: 28px;}
.vmagicmenu .level0.last{border:none}
.vmagicmenu .level0:hover .level0{background-color: transparent;}
.vmagicmenu .level0 .level-top{padding: 0px;font-size:100%;text-decoration:none;display:block;outline:medium none;border-width: 0 0 1px;border-style: solid;border-color: #ddd;}
.vmagicmenu .level0 .level-top img{vertical-align: middle;margin-right: 10px;display: inline-block;}
.vmagicmenu .level0.hasChild .level-top:after{content: "\f105";font-family:FontAwesome;float:right;font-style:normal;font-weight:normal;text-decoration:inherit;vertical-align:middle;font-size: 12px;}
.vmagicmenu .level0 .level-top span{font-size:14px;}
.vmagicmenu .level0 .level-top-mega,.vmagicmenu .vmagicmenu-narrow .level0.dropdown > .level0{border-width: 1px 1px 1px 0;border-style: solid;box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);-moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);-webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);-o-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);-ms-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);position: absolute;top: 0px !important;left:100%;z-index:999;opacity: 0;visibility: hidden;/* left: 100%; transition:all 300ms ease-in-out 0s;-moz-transition:all 300ms ease-in-out 0s;-webkit-transition:all 300ms ease-in-out 0s;-o-transition:all 300ms ease-in-out 0s; -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;transition: opacity 0.5s, transform 0.5s;-webkit-transition: all 0.45s ease-out 0s;-moz-transition: all 0.45s ease-out 0s;-o-transition: all 0.45s ease-out 0s;transition: all 0.45s ease-out 0s;-moz-transform: translate(100px, 0);-webkit-transform: translate(100px, 0);transform: translate(100px, 0); */}
.vmagicmenu .level0:hover .level-top-mega,
.vmagicmenu .vmagicmenu-narrow .level0.dropdown.hasChild:hover > ul{opacity:1; visibility:visible;/*  -webkit-transform: translate(0,0);-moz-transform: translate(0,0);-o-transform: translate(0,0);-ms-transform: translate(0,0);transform: translate(0,0); */}
.vmagicmenu .level0 .level-top-mega .content-mega{margin:0;padding:0px;box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);-o-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);-ms-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);}
.vmagicmenu .level0 .level-top-mega .content-mega:before,.vmagicmenu .level0 .level-top-mega .content-mega:after{display: table;content: "";clear: both;}
.vmagicmenu .level0 .level-top-mega .children a,.vmagicmenu p{line-height:28px;text-align:left;text-decoration:none;position: relative;display: block;}
.vmagicmenu .level0 .level-top-mega .children a span{font-size: 13px;}
.vmagicmenu .level0 .level-top-mega .children > a{display: block;margin:28px 0 5px;position: relative;font-weight: bold;line-height: 30px;}
.vmagicmenu .level0 .level-top-mega .children > a span{font-size: 14px;}   
.vmagicmenu .level-top a{font-size:14px;text-decoration:none;text-align:left}
.vmagicmenu .level0 .level-top-mega .children .level-3{font-size:100%;padding:0 0 5px;line-height:30px}
.vmagicmenu .level0 .level-top-mega .children .level-3 a{font-size:14px;text-transform:uppercase;font-weight:500;}
.vmagicmenu .level0 .level-top-mega .children .nav{line-height:26px;border-bottom:1px solid #ececec}
.vmagicmenu .level0 .level-top-mega .children .nav:last-child{border:none}
.vmagicmenu .level0 .level-top-mega .children > .nav{border:none}
.vmagicmenu .level0 .level-top-mega .children .nav a{font-weight:300}
.vmagicmenu .level0 .level-top-mega .mega-block-top,.vmagicmenu .level0 .level-top-mega .mega-block-bottom{width:100%}
.vmagicmenu .level0 .level-top-mega .mega-block-bottom{clear:both;padding:10px 0 0px}
.vmagicmenu .level0 .level-top-mega .mega-block-bottom .menu-ul{background-color:#f7f7f7;overflow:hidden;padding:15px 25px}
.vmagicmenu .level0 .level-top-mega .mega-block-bottom .menu-ul .title-menu,.vmagicmenu .level0 .level-top-mega .mega-block-bottom .menu-ul .custom-menu-bottom,.vmagicmenu .level0 .level-top-mega .mega-block-bottom .menu-ul .custom-menu-bottom li{float:left;line-height:40px}
.vmagicmenu .level0 .level-top-mega .mega-block-bottom .menu-ul .custom-menu-bottom li{padding:0 10px}
.vmagicmenu .level0 .level-top-mega .mega-block-bottom .menu-ul .title-menu strong{font-weight:300}
.vmagicmenu .level0 .level-top-mega .mega-block-bottom .menu-ul .title-menu span{font-size:14px;color:#888888}
.vmagicmenu .level0 .level-top-mega .mega-block-bottom .menu-ul .custom-menu-bottom li a{color:#888888;text-decoration:none;padding:8px 10px;font-size:14px}
.vmagicmenu .level0 .level-top-mega .mega-block-bottom .menu-ul .custom-menu-bottom li a:hover{background-color:#8ac28f;color:#ffffff}
.vmagicmenu .level0 .level-top-mega .mage-column .children{float:left;width:220px;text-align:left;padding-left: 20px;}
.vmagicmenu .level0 .level-top-mega .mage-column li,.magicmenu .nav-desktop .level0.dropdown li, .vmagicmenu .vmagicmenu-narrow .level0.dropdown li,.magicmenu .nav-desktop .level0 .level-top-mega li{margin: 0;}
.vmagicmenu .level0 .level-top-mega .mage-column .children ul{list-style: outside none none;margin-bottom: 10px;}
.cms-index-index .vmagicmenu .block-vmagicmenu-content .vmagicmenu-narrow{display: block;}
.cms-index-index .header-container-fixed .vmagicmenu .block-vmagicmenu-content .vmagicmenu-narrow{opacity: 0;top: 80px;transition: all 300ms ease-in-out 0s;visibility: hidden;}
.cms-index-index .header-container-fixed .vmagicmenu:hover .block-vmagicmenu-content .vmagicmenu-narrow { opacity: 1;top: 100%;visibility: visible;}
.cms-index-index .vmagicmenu .block-vmagicmenu-content .vmagicmenu-narrow{border-width: 0;}
.header-container-fixed .border-bottom::before{display: none;}
.header-container-fixed .vmagicmenu{width: 57px;}
.header-container-fixed .vmagicmenu .block-title .vmagicmenu-subtitle{display: none;}
.header-container-fixed .vmagicmenu .block-title{text-align: center;}
.header-container-fixed .vmagicmenu .block-title span{color: #fff;}
.header-container-fixed .vmagicmenu .block-title .fa{float: none;}
.header-container-fixed .magicmenu .nav-desktop .level0 .level-top span.cat_label {top: -13px;}
/*.vmagicmenu .vmagicmenu-narrow >li:nth-of-type(n+8) { display: none; }*/
.vmagicmenu .vmagicmenu-narrow >li:nth-child(n+11) { display: none; }
.vmagicmenu .block-vmagicmenu-content .all-cat { display: block; text-align: left;padding: 0;}
.vmagicmenu .block-vmagicmenu-content .all-cat span {line-height: 45px;}
.all-cat span:before {content: "\f067";font: 11px/1 FontAwesome;margin-right: 5px;}

.mean-bar .level0 .level-top img{display: none;}
.sidebar .accordion-container{background-color: #ffffff;border: 2px solid #ececec;border-radius: 5px;margin-bottom: 60px;}
.accor-title {border-bottom: 1px solid #dddddd;color: #333e48;font-size: 19px;line-height: 30px;margin-bottom: 0;padding: 14px 28px;text-transform: capitalize;font-weight: normal;}
ul.nav-accordion{line-height:0.5em;list-style:none;margin:0;padding:0 13px 17px;}
ul.nav-accordion li{position:relative;margin: 0;}
ul.nav-accordion li.last { border-bottom: 0 none;}
ul.nav-accordion li.level0 {border-bottom: 1px solid #dddddd;}
ul.nav-accordion li.parent:first-child ul.submenu, ul.nav-accordion li li.parent:first-child, ul.nav-accordion li li.parent ul li:first-child {
    border-top: 1px solid #dddddd;
}
ul.nav-accordion li a{position: relative;display:block;font-size:14px;line-height:35px;margin:0;padding:0 0 0 15px;text-align:left;text-decoration:none;text-shadow:none;color:#333e48;outline:medium none;}
ul.nav-accordion li a span{font-size: 14px;}
ul.nav-accordion li.active > a {font-weight: bold;}
ul.nav-accordion li a:hover,.all-cat:hover span{color: #000;}
ul.nav-accordion li ul li a{padding: 0 0 0 30px;}
ul.nav-accordion li ul li ul li.parent > a{padding:0 0 0 20px;}
/* ul.nav-accordion li ul li a span:before {color: #cccccc;content: "";display: inline-block;font-family: "FontAwesome";font-size: 14px;padding-right: 12px;text-align: right;} */
ul.nav-accordion li ul li.parent > a span:before {display: none;}
ul.nav-accordion ul{margin:0;padding:0px;}
ul.nav-accordion ul.submenu{display: none;}
ul.nav-accordion ul li{clear:both;margin:0;padding:0}
ul.nav-accordion ul li a{outline:none;padding-left:15px;}
ul.nav-accordion ul li.active{font-weight:normal;}
ul.nav-accordion ul ul li a{padding-left: 45px;}
ul.nav-accordion ul ul ul li a{margin-left:20px}
ul.nav-accordion .expand,ul.nav-accordion .collapse{border:0;cursor:pointer;display:block;font-size: 0 !important;height:19px;position:absolute;right:0px;top:5px;width:19px;padding: 0 !important;}
ul.nav-accordion li.level0 > a > span > .cat-label{position:inherit}
ul.nav-accordion li.level0 > a > span > .pin-bottom:before{position:inherit;right:6px;top:22px;width:0;height:0;content:"";border-style:solid;border-width:0}
ul.nav-accordion .expand:before{content: "\f147"; color: #acacac;}
ul.nav-accordion .collapse:before{content: "\f196";color: #acacac;}
ul.nav-accordion .collapse:before,ul.nav-accordion .expand:before{font-family: FontAwesome; display: inline-block;font-size: 14px;text-align: center;width: 19px;line-height: 25px;font-weight: normal;}
ul.nav-accordion .collapse:hover:before{color: #000;}
.nav-accordion>li:nth-child(n+10) { display: none; }
.all-cat { display: block;padding-bottom: 10px;}
.all-cat span {clear: both;color: #333333;cursor: pointer;display: block;font-size: 14px;padding: 0px 20px;text-align: left;}
/*Test*/
.level-top-mega .mage-column.cat-mega{margin:0;list-style: outside none none;}
.fixed{z-index:999;width:100%}
.fixed .custom-menu{padding-bottom:7px;padding-top:10px;box-shadow:0 0 6px 0 rgba(0,0,0,0.2)}
.fixed .quick-access{display:none}
@media only screen and (min-width:768px){.nav-mobile{display:none !important;}}
/* hide the link until viewport size is reached */
/* when under viewport size,is added to body */
.nav-sections .mean-nav{float:left;width: 100%;position: absolute;background-color: #fff;z-index: 2;left: 0;}
.nav-sections .mean-nav .mobi-title{color:#242628;font-size:16px;line-height:52px;margin:0;padding:0 0 0 50px;text-align:left;text-transform:uppercase;font-weight: 400;position: absolute;top: -56px;z-index: 0;display: none;}
.nav-sections .mean-nav ul{padding:0;margin:0;width:100%;list-style-type:none}
.nav-sections .mean-nav ul li{position:relative;float:left;width:100%;margin: 0;}
.nav-sections .mean-nav ul li a{display:block;padding:10px 0;margin:0;text-align:left;color:#444444;border-bottom:1px solid #eeeeee;text-decoration:none;text-transform:capitalize}
.nav-sections .mean-nav ul li a span, .nav-sections .mean-nav ul li .level-top span{font-size:14px;padding:0 14px;font-weight: 500;}
.nav-sections .mean-nav ul li li a{font-size: 14px; padding: 10px 0 10px 25px;filter:alpha(opacity=75);visibility:visible;}
.nav-sections .mean-nav ul li.mean-last a{margin-bottom:0}
.nav-sections .mean-nav ul li li li a{font-size: 14px; padding: 10px 0 10px 40px;}
.nav-sections .mean-nav ul li li li li a{padding:1em 20%}
.nav-sections .mean-nav ul li li li li li a{padding:1em 25%}
.nav-sections .mean-nav ul li .expand{color: #8f8f8f; width: 15px; height: 40px; line-height: 15px; padding: 15px!important; text-align: center; position: absolute; right: 0px; top: 0px; z-index: 10; font-weight: 300; border: none!important; font-size: 0 !important;} .nav-sections .mean-nav ul li .expand:before{content: "\f147";font-family: FontAwesome;display: inline-block;font-size: 14px;right: 10px;position: absolute;text-align: center;}
.nav-sections .mean-nav ul li .collapse:before{content: "\f196";}
.nav-sections .mean-push{float:left;width:100%;padding:0;margin:0;clear:both}
.mean-nav .wrapper{width:100%;padding:0;margin:0}
.nav-sections .mean-nav ul li.home a span.icon-home{display: none;}
/* Fix for box sizing on Foundation Framework etc. */
.mean-bar,.mean-bar *{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}
.mean-remove{display:none!important}

@media (min-width: 992px) and (max-width: 1200px) {
	.vmagicmenu .level0 .level-top-mega .content-mega{padding: 20px 10px 0;}
	.vmagicmenu .level0 .level-top-mega .mage-column .children{width: 180px}
}
@media (max-width: 992px) {.nav-sections-item-content {display: block; } }
/**
    rest main-container
 */
.main-container{clear:both}
.magicmenu .nav-desktop .level0 .level-top .cat_label,
.magicmenu .nav-desktop .level0 .cat_label,
.mean-nav ul li a span.cat_label,.accordion li a span.cat_label,
.vmagicmenu .level0 .cat_label,
.vmagicmenu .level0 .level-top-mega .children .cat_label{background-color:transparent;border-radius: 10px;border-style: solid;border-width:1px ;border-color: #ededed;color:#f39600;font-weight: 700;font-size:10px !important;line-height:1;padding:3px 6px 2px;position:absolute;top: 0px;text-transform: uppercase;}
.magicmenu .nav-desktop .level0 .cat_label:before,.accordion li a span.cat_label:before,
.vmagicmenu .level0 .cat_label:before,
.vmagicmenu .level0 .level-top-mega .children .cat_label:before {border-color: transparent;border-style: solid;border-top-color: #85d1be;border-width: 6px 6px 0 0;content: "";height: 0;position: absolute;left: 4px;top: 12px;transition: border-color 450ms ease-in-out 0s;width: 0;display: none;}
.magicmenu .nav-desktop .level0 .cat_label.New:before,
.magicmenu .nav-desktop .level0 .cat_label.new:before,
.vmagicmenu .level0 .level-top-mega .children .cat_label.new:before,
.vmagicmenu .level0 .level-top-mega .children .cat_label.New:before,
.vmagicmenu .level0 .cat_label.New:before,
.vmagicmenu .level0 .cat_label.new:before,
.vmagicmenu .level0 .cat_label.NEW:before {border-top-color: #85d1be;}
.magicmenu .nav-desktop .level0 .level-top-mega .children .level-3 a .cat_label:before,
.magicmenu .nav-desktop .level0 .level-top-mega .children .nav a .cat_label:before {display:none;}
.magicmenu .nav-desktop .level0 .cat_label.Hot:before, 
.magicmenu .nav-desktop .level0 .cat_label.hot:before,
.magicmenu .nav-desktop .level0 .cat_label.HOT:before, 
.vmagicmenu .level0 .cat_label.hot:before,
.vmagicmenu .level0 .cat_label.Hot:before,
.vmagicmenu .level0 .level-top-mega .children .cat_label.hot:before,
.vmagicmenu .level0 .level-top-mega .children .cat_label.Hot:before,.accordion li a span.cat_label.Hot:before,.accordion li a span.cat_label.hot:before{border-color: #fe2740 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);}
.magicmenu .nav-desktop .level0 .cat_label.Sale:before,
.magicmenu .nav-desktop .level0 .cat_label.sale:before,
.vmagicmenu .level0 .cat_label.Sale:before,
.vmagicmenu .level0 .cat_label.sale:before,
.vmagicmenu .level0 .level-top-mega .children .cat_label.Sale:before,
.vmagicmenu .level0 .level-top-mega .children .cat_label.sale:before,
.accordion li a span.cat_label.Sale:before,.accordion li a span.cat_label.sale:before{border-color: #f13352 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);}
.magicmenu .nav-desktop .level0 .cat_label.Sale,
.magicmenu .nav-desktop .level0 .cat_label.sale,
.magicmenu .nav-desktop .level0 .level-top-mega .children a .cat_label.sale,
.magicmenu .nav-desktop .level0 .level-top-mega .children a .cat_label.Sale,
.vmagicmenu .level0 .cat_label.Sale,
.vmagicmenu .level0 .cat_label.sale,
.vmagicmenu .level0 .level-top-mega .children .cat_label.sale,
.vmagicmenu .level0 .level-top-mega .children .cat_label.Sale,
.mean-nav ul li a span.cat_label.sale,
.mean-nav ul li a span.cat_label.Sale,.accordion li a span.cat_label.Sale,.accordion li a span.cat_label.sale{color:#00bd33;}
.magicmenu .nav-desktop .level0 .cat_label.Hot,
.magicmenu .nav-desktop .level0 .cat_label.hot,
.magicmenu .nav-desktop .level0 .cat_label.HOT,
.vmagicmenu .level0 .cat_label.Hot,
.vmagicmenu .level0 .cat_label.hot,
.vmagicmenu .level0 .cat_label.HOT,
.vmagicmenu .level0 .level-top-mega .children .cat_label.hot,
.vmagicmenu .level0 .level-top-mega .children .cat_label.Hot,
.vmagicmenu .level0 .level-top-mega .children .cat_label.HOT,
.mean-nav ul li a span.cat_label.hot,
.mean-nav ul li a span.cat_label.Hot,
.mean-nav ul li a span.cat_label.HOT,.accordion li a span.cat_label.Hot,.accordion li a span.cat_label.hot{color: #ff3d49;}
/* Update */
.magicmenu .nav-desktop .level0 .level-top-mega .children a .cat_label, .magicmenu .nav-desktop .level0 .level0 .cat_label, .vmagicmenu .level0 .cat_label, .vmagicmenu .level0 .level-top-mega .children .cat_label, .nav-sections .mean-nav ul li a span.cat_label{margin-left: 10px;}

.navigation .collapse, .meanmenu-accordion .collapse {border: 0; cursor: pointer; display: block; font-size: 0 !important; height: 19px; position: absolute; right: 0px; top: 5px; width: 19px; padding: 0 !important; }
.navigation ul>li {position: relative;}
.navigation .parent .level-top:after {display: none;}
.meanmenu-accordion {display: block;}
.mean-nav ul li .collapse:before {content: "\f196"; font-family: FontAwesome; display: inline-block; font-size: 14px; right: 10px; position: absolute; text-align: center; }
.product-item .old-price .price {

display: none !important;
}
.product-item .special-price .price
{
    color: #848484 !important;
}

.account .page-main{margin-top: 30px;}
.account-nav-content ul li strong:before {
    content: "\f0da";
    font-family: "FontAwesome";
    font-size: 14px;
    margin-right: 5px;
    vertical-align: 0;
    color: #6FB31A;
    transition: linear 0.4s;
}
.account-nav-content ul li strong{
    padding: 8px 15px 8px 6px;
}
.account-nav-content ul li a strong{
    padding: 0;
}
.account-nav-content ul li a strong:before {
    content: none;
}
.account-nav-content ul li.nav.item.current a strong{
    display: inline;
}
.account-nav-content ul li.nav.item.current strong{
    text-transform: capitalize;
    display: block;
}
.account .box .box-title{
    background-color: #fff !important;
    border: 1px solid #dddddd;
}
.amcompany-button.-fill.-primary:not(.-disabled), .amcompany-customer-account .page-main .action.primary{
    color: #ffffff;
    background-color: #333e48;
    border-color: #333e48;
    height: 38px;
}
.actions-report{
    float: right;
}
.row_contain_site {
    padding: 20px 6px;
    color: black;
    width: 75%;
}
.company-quick-order {
    border: 1px solid #e8e8e8;
    padding: 25px 5px;
    width: 100%;
	position:relative;
    float: left;
}
.actions-report button {
    color: #ffffff;
    background-color: #333e48;
    border-color: #333e48;
    border-radius: 4px;
    height: 38px;
    line-height: 38px;
    padding: 0 15px;
}
.actions-report button span {
    line-height: unset;
    margin: unset;
    padding: unset;
}
.amcompany-button.-fill.-primary:not(.-disabled):hover, .amcompany-customer-account .page-main .action.primary:hover{
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
}
.amcompany-customer-account .page-main .action.primary span{
    line-height: 0;
}
.amcompany-customer-account .page-main .actions-toolbar > .secondary {
    display: none;
}
.amcompany-customer-account .page-main .field.password-info{
    clear: both;
}
.amcompany-customer-account .page-main .form-create-account .street._required{
    padding-bottom: 10px;
}
.amasty_company-profile-index .page-title-wrapper{
    display: block;
}
.company-info .block{
    padding-bottom: 25px;
}
.amcompany-button.-link, .amcompany-customer-account .page-main a.edit-company{
    font-size: 16px;
    padding-left: 10px;
}
.amcompany-customer-account .box .box-content{
    min-height: 145px;
}
.amcompany-customer-account .page-main .actions-toolbar .primary.add-new-link{
    width: 100%;
}
.amcompany-popup-block.modal-popup .modal-title{
    font-size: 15px;
    border-bottom:none;
}
.amcompany-popup-block.modal-popup.modal-slide .modal-footer{
    border-top:none;
    padding: 0px 15px 20px;
}
.amcompany-popup-block .modal-header{
    padding: 30px 10px 0px;
}
.amcompany-popup-block.modal-popup .modal-inner-wrap{
        margin: 14% auto;
}
.amcompany-popup-block.modal-popup .amcompany-button span{
        line-height: 0;
}
.amcompany-customer-account .form.form-edit-account{
    padding: 0px 20px;
}
.amcompany-customer-account .form.create.account,.amcompany-customer-account .form-address-edit{
    padding: 0 20px 20px;
    display: table;
    width: 100%;
}
.form.form-create-user .fieldset{
    width:100% !important;
}
.am-from-left{
    float: left;
    width: 45%
}
.am-from-right{
    float: right;
    width: 45%;
}
.amcompany-customer-account .form.form-create-user{
    padding: 20px 20px 20px !important;
    width: 100%;
    display: table;
}
.amcompany-customer-account .form.form-create-user .actions-toolbar,.amcompany-customer-account .form.form-create-account .actions-toolbar,.amcompany-customer-account .form.site .actions-toolbar {
    clear: both;
    padding: 20px 0 0;
    float: right;
}
.amcompany-customer-account .form.form-create-user .actions-toolbar .save.primary{
    margin-right: 0;
}
.amcompany-customer-account .form.site.form-edit-site{
    padding: 21px 20px 20px;
}
.amcompany-customer-account .block-products-list{
    margin-top: 10px;
}
.amcompany-customer-account .block.widget .mcs-csproduct-list .product-item{
    padding: 15px;
    width: 22% !important;
    border: 1px solid #dadada;
    margin: 10px;
}
.amcompany-customer-account .block.widget .mcs-csproduct-list .product-item-photo{
    display: table;
    height: 203px;
    padding: 0 15px;
}
.amcompany-customer-account .block.widget .mcs-csproduct-list .product-item-details a{
    color: #0062bd;
    font-size: 14px;
}
.amcompany-customer-account .mcs-csproduct-list .product-item-details .product-item-name{
    min-height: 45px;
    text-align: center;
}
.amcompany-customer-account .mcs-csproduct-list .product-item .price-box{
    text-align: center;
    margin: 0px 0 5px;
}
.amcompany-customer-account .mcs-csproduct-list .product-item .action.primary{
    width: 100%;
}
.amcompany-customer-account  .order-products-toolbar{
    background: #f8f8f8;
    padding: 0 15px;
}
.amcompany-customer-account  .order-products-toolbar .page{
    width: 35px;
    line-height: 30px;
    font-size: 13px;
}
.amcompany-customer-account  .order-products-toolbar .pager{
    margin: 10px 0;
}
.amcompany-customer-account  .order-products-toolbar .pages{
    top:0;
}
.amcompany-customer-account .mcs-csproduct-list .product-item .product-item-details{
    min-height: 105px;;
}
.amcompany-customer-account .mcs-csproduct-list .product-item .price{
    line-height: 30px;
}
.customer-account-index .block .block-title{
    margin: 0 0 30px !important;
}
.form-edit-site h4,.budget-ledger h4{
    font-size: 19px;
    width: 100%;
    padding-bottom: 10px;
    margin: 0 auto;
    font-weight: normal;
    text-transform: capitalize;
    color: #333;
    line-height: 30px;
}
.form-edit-site .site-contact{
    display: -webkit-box;
    clear: both;
    margin: 20px 0 0;
}
.sites-checkout .checkout-shipping-address .step-title span{
    float: right;
    color: #6fb31a;
}

#budget-amount{
    float: left;
    color: #6fb31a; 
}

#budget-non-rechagable{
    float: left;
    color: #6fb31a; 
}

.site-order-form{
    width:100%;
    display: inherit;
}
.sites-checkout .opc-block-summary .minicart-items-wrapper{
    min-height: 130px;
}
#search_mini_form.minisearch{
    width:100%;
}
.customer-account-index .newsletter .block-title
{
    margin: 0 0 0 !important
}
.order-placed{
    margin: 0 0 20px;
}
.account .column.main .order-details-items {
    margin-bottom: 12px !important;
}
.block-order-details-comments .comment-date{
    width: auto;
    float: left;
    margin-right: 20px;
}
.block-order-details-comments .comment-content{
    line-height: 1.4;
}
.page-main .block.block-order-details-comments{
    margin-bottom: 15px;
}
.amcompany-customer-account .table-wrapper.order-items{
    padding-bottom: 0;
}
.block.block-order-details-view .block-title strong{
    line-height: 18px;
}
.budget-button{
    padding: 5px 10px;
    font-weight: bold;
    color: #fff !important;
}
.budget-approve{
    border: 1px solid #6fb31a;
    background: #6fb31a;
     margin: 0 14px;
}
.site-products .pro-attribute{
    width: 50%;
    float: left;
    margin-bottom: 10px;
}
.site-products .pro-attribute .label{
    float: left;   
}
.site-products .pro-attribute .pro-contract{
    float: left;
    width: 50%;
    margin-left: 20px;
}
.budget-deny{
    border: 1px solid #e64443;
    background: #e64443;
}
.budget-ledger{
    border: 1px solid #e8e8e8;
    padding: 21px 20px 20px;
    display: table;
    width: 100%;
    margin-bottom: 40px !important;
}
.budget-site{
    width: 100%;
    float: left;
    padding: 2px 0 10px !important;
}
.field-name-budget-spent{
    display: table;
    width: 100%;
}
.field-name-budget-spent p{
    font-size: 13px;
}
.history .credit .has-price{
    color: green;
}
.history .debit .has-price{
    color: red;
}
.product-info-main .product-add-form .box-tocart{
    margin-top: 0;
}
.product-add-form .fieldset > .field.qty{
    margin-top: 0 !important;
}
.product-info-main .box-tocart .fieldset .actions{
    margin: 10px 12px 0 !important
}
.product-essential .product-info-main .price-box{
    margin-top: 0;
    padding-top: 0;
}
.product-essential .product-social-links .tocompare, .product-essential .product-social-links .towishlist{
    display: none;
}
.history.table:not(.cart):not(.totals) > thead > tr > th, .table:not(.cart):not(.totals) > thead > tr > td{
    border-bottom: 1px solid #ddd;
    color: #333333;
    font-weight: 600;
    font-size: 12px;
}

.history.table:not(.cart):not(.totals) > tbody > tr > td{
    border-bottom: 1px solid #ddd;
    padding: 8px 8px !important;
}
#budget-history-table.table:not(.cart):not(.totals) > tbody > tr > td{
    font-size: 13px;
}
.history.table thead>tr>th,.history.table tbody>tr>td{
    padding: 10px 8px !important;
}
.history thead{
    background: #f8f8f8;
}
.history.table{
    border: 1px solid #ddd !important;
}
.table-wrapper.orders-history{
    margin-top: 15px;
}
.amcompany-customer-account .page-main .actions-toolbar > .primary, .amcompany-customer-account .page-main .actions-toolbar > .secondary{
    padding: 10px 0;
}
.sites-index-index .pager,.amasty_company-user-index .pager,.amasty_company-order-index .pager,.pager.budget-pager{
    background: #f8f8f8;
    margin-top: 40px;
    padding: 6px 8px;
    position: relative;
    box-shadow: 0px 0px 3px 1px rgba(90, 90, 90, 0.1);
}
.pager.budget-pager {
    margin: 20px auto 0;
    padding: 4px 8px;
    line-height: 0;
    font-size: 13px;
}
.budget-pager .pages .item .page{
    line-height: 25px;
    border-radius: 18px;
    width: 30px;
    font-size: 13px !important;
    font-weight: normal;
}
.budget-pager .toolbar-amount{
    padding: 2px 0 0 0;
    width: 50%;
    margin: 0 auto;
}
.left-ledger,.pro-left-ledger{
    width: 25%;
    float: left;
    margin: 0;
    cursor: pointer;
}
.left-ledger .fa,.pro-left-ledger .fa{
    float: left;
    line-height: 26px;
    font-size: 22px;
    margin-left: 5px;
    color: #6FB31A;
}
.right-ledger,.pro-right-ledger{
    width: 25%;
    float: right;
    margin: 0;
    cursor: pointer;
}
.right-ledger .fa,.pro-right-ledger .fa{
    float: right;
    line-height: 26px;
    font-size: 22px;
    margin-right: 5px;
    color: #6FB31A;
}
.sites-index-index .pager{
    margin-top: 50px !important;
}
.amasty_company-user-index .pager{
    margin-top: 30px !important;
}
.sites-index-index .pager .toolbar-amount{
    padding: 2px 0 0;   
}
.amasty_company-user-index .pager .toolbar-amount{
    padding: 10px 0 0 !important;
}
.amasty_company-order-index .pager .toolbar-amount{
    padding: 4px 0 0 !important;
}
.sites-index-index .pager .pages,.amasty_company-user-index .pager .pages,.amasty_company-order-index .pager .pages{
    position: absolute;
    width: 60%;
    left: 0;
    margin: 0 auto;
    right: 0;
}
.amasty_company-user-index .pager .pages{
    top: 8px;
}
.sites-index-index .pager .limiter-text,.amasty_company-order-index .pager .limiter-text{
    display: none;   
}
.sites-index-index .pages .item .page,
.sites-index-index .pages .item .next,
.sites-index-index .pages .item .previous,
.amasty_company-user-index .pages .item .page,
.amasty_company-user-index .pages .item .next,
.amasty_company-user-index .pages .item .previous,
.amasty_company-order-index .pages .item .page,
.amasty_company-order-index .pages .item .next,
.amasty_company-order-index .pages .item .previous{
    width: 35px;
    font-size: 14px;
    line-height: 31px;
}
.history.table:not(.cart):not(.totals) > tbody > tr > td.email{
    text-transform: none;
}
.actions-toolbar .filter{
    background: #f8f8f8;
    width: 100px;
    height: 38px;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 400;
}
.actions-toolbar .filter .glyphicon-filter:before{
    font-size: 13px;
}
.action-filter{
    border: 1px solid #ddd;
    margin-bottom: 25px;
    display: none;
}
.site-products .action-filter{
    margin-bottom: 10px;
}
#checkout-err{
    color: red;
    width: 67%;
    float: left;
    font-size: 14px;
}
.action-filter.active{
    display: block;
}
.action-filter .fieldset{
    padding: 15px 20px;
}
.action-filter .fieldset .field{
    width: 25%;
    float: left;
    margin-right: 30px;
    margin-bottom: 15px;
}
.action-filter .fieldset .field.status{
    margin-right: 0;
}
.action-filter .apply-filter{
    width: 125px;
    float: right;
    margin-right: 2px;
    margin-top: 34px;
    height: 36px !important;
}
.reset-filter{
    color: #eb5202 !important;
    margin-left: 15px;
}
.amcompany-button.-fill.-primary:not(.-disabled):focus, .amcompany-customer-account .page-main .action.primary:focus{
    background-color: #333e48 !important;
}
.caret-up{
    border-bottom: 4px solid #bdbcbc;
    border-top-width: 0;
    margin-left: 4px;
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
    margin-top: 4px;
}
.caret{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 4px;
    vertical-align: middle;
    border-top: 4px solid #bdbcbc;
    border-right: 4px solid transparent;
    border-bottom: 0 dotted;
    border-left: 4px solid transparent;
    content: "";
    margin-top: 4px;
}
.caret.active{
    border-top: 4px solid #000;
}
.caret-up.active{
    border-bottom: 4px solid #000;
}
.preview-logo{
    width:40%;
    float: left;
    min-height: 145px;
}
.preview-logo.no-upload{
    min-height: auto;
}
.company-uplogo{
    margin-top: 20px;
}
.logo-note{
    font-size: 12px;
    margin-top: 5px !important;
    color: red;
}
.leftside-logo{
    background: #fff;
    padding: 12px 5px;
    margin-bottom: 10px;
}
.action-filter .report .fieldset .field.sites{
    width:40%
}
.action-filter .report .fieldset .field{
    width:25%
}
.action-filter .report .fieldset .field.end-date{
    margin-right: 0;
}
.report select[multiple]{
    height: 125px;
}
.report .actions{
    float: right;
    margin-right: 22px;
    margin-top: 20px;
}
.pro-manage .report .actions{
    float: right;
    margin-right: 0px;
    margin-top: 27px;
}
.pro-manage #pro-list input[type="checkbox"]{
    margin: -3px 5px 0 0 !important;
}
.export-report{
    width: auto;
    float: right;
    margin: 0 0 20px;
}
.table-wrapper .reports .col,.reports.table:not(.cart):not(.totals) > tbody > tr > td{
    font-size: 12px;
}
.hd-quick-order{
    border: 2px solid #6fb31a;
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 15px;
    font-weight: bold;
}

.reject-submit{
    color: white!important;
    background-color: #333e48;
    border-color: #333e48;
    font-size: 13px;
    text-decoration: none;
    padding: 7px 14px;
    border-radius: 4px;
}

.site-spend, .spending-trends, .budget-manage, #rporders-list, .total-spend,.total-orders{
    border: 1px solid #ddd;
    padding: 5px 0;
    margin-bottom: 10px;
    border-radius: 8px;
}
#rporders-list{
    min-height: 186px;
}
.reports-chart .total-spend,.reports-chart .total-orders{
    min-height: 88px;
}

.reports-chart .row{
    margin-bottom: 20px;
}

.reports-chart h3,.reports-chart span{
    font-size: 14px;
    text-align: center;
    margin: 5px 0 0;
    text-transform: capitalize;
    color: #8c8c8c;
    font-weight: bold;
    margin-left: 10px;
}

#total-report b{
    font-size: 16px;
    margin-left: 10px;
    clear: both;
    margin-top: 5px;
    display: table;
}

#rporders-list h3{
    width: 100%;
    text-align: left;
}
.start-date .control,
.end-date .control{
    position: relative;
}
.start-date .control:before,
.end-date .control:before{
    content:'\f073';
    position: absolute;
    left:7px;
    top:2px;
    font-family: "FontAwesome";
    font-size: 20px;
    display: block;
}
.reports ._has-datepicker{
    padding-left: 35px;
}
.report-orders{
    padding: 5px 10px;
    height: 150px;
    overflow-y: scroll;
}
.report-orders .report-orders-list tr:nth-child(even) {background: #FFF}
.report-orders .report-orders-list tr:nth-child(odd) {background: #f5f5f5}
.site.form-edit-site .contract{margin-top: 5px;}
.cart.table-wrapper .item .col.item{padding: 5px 0 5px !important;}
.cart.table-wrapper .item .col.price,.cart.table-wrapper .item .col.qty,.cart.table-wrapper .item .col.subtotal{padding-top: 0 !important;}
.cart.table-wrapper .actions-toolbar > .action-towishlist{display: none !important;}
.checkout-index-index .opc-wrapper.am-opc-wrapper .field.amcheckout-comment{margin-bottom: 20px !important;}
.checkout-payment-method .payment-methods .actions-toolbar .primary{padding: 10px 40px !important;}
/*.product-category{
    width: 25%;
    border: 1px solid #e8e8e8;
    padding: 0px 66px;
    margin-top: 28px;
}*/
.container-order .box_row_category {
    display: block;
    width: 25%;
    padding: 0;
    float: left;
	margin-top: 13px;
}
.container-order .box_row_category .product_category {
    width: 100%;
    padding: 20px;
    border: 1px solid #e8e8e8;
}
.container-order .order_product {
    width: 75%;
    display: block;
    float: left;
}
.container-order .order_product .order_product_grid {
    width: 100%;
    border: 1px solid #e8e8e8;
    height: 301px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: left;
   
}
.order_product_grid fieldset {
    display: block;
    float: left;
    width: 16%;
    margin-right: 15px;
    margin-bottom: 25px;
    border: 5px solid #f2f5f9;
    min-height: 400px;
    transform: scale(1);
    transition: all ease 0.5s;
}

.cart_quantity {
   
    width: 26%!important;
    margin-left: 10px!important;
}

.btn-add-to-cart {
    width: 100%;
    padding: 0 28px;
}
#add_to_cart {
    background-color: #6fb31a;
    border: none;
    color: white;
    padding: 8px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    float: right;
    margin-top: 0px;
    border-radius: 0;
}
.container-product-search {    
    margin-top: 13px;
    margin-bottom: 16px;
	padding:0 0px 0 15px;
}
.sites-company-quickorder .page-title-wrapper h1.page-title{
	margin-top:20px;
}
.sites-company-quickorder .page-title-wrapper h1.page-title .base{
	letter-spacing:0;
	text-transform:capitalize;
}
.quickorderfield label.label{
	width: 35%;
    float: left;
}
.quickorderfield .control{
	width:65%;
	float:left;
}   
.sites-company-quickorder .company-quick-order .minicart-wrapper{
	float:left;
}
.sites-company-quickorder .container-order .product_category{
	padding:0px;
}
.sites-company-quickorder .container-order .product_category .nav.items a{
	padding:10px 15px;
}
.sites-company-quickorder .container-order .order_product_grid fieldset{
	border-width:1px;
	width: 23.5%;
	padding:10px;
	text-align:center;
	min-height: 272px;
	margin-bottom: 15px;	
}
.sites-company-quickorder .container-order .order_product_grid fieldset .product-view-image{
	position:relative;
}
.sites-company-quickorder .container-order .order_product_grid fieldset:nth-of-type(4n+0){
	margin-right:0;
}
.sites-company-quickorder .container-order .order_product .order_product_grid{
	padding: 0 10px 0 17px;
	height: 586px;
	border:0;
}
.sites-company-quickorder .container-order .order_product_grid fieldset .course-pic img{
	max-height:175px;
	width:auto;
	height: 160px;
}
.sites-company-quickorder .container-order .order_product_grid fieldset h3{
	font-size: 13px;
    min-height: 53px;
}
.sites-company-quickorder .container-order .order_product_grid fieldset .course-qty h3{
	text-align:left;
	padding-left:0px;
	margin-bottom:0;
	min-height:35px;
}
.sites-company-quickorder .container-order .order_product_grid fieldset .course-qty .input-group .sub{
	float: left;
    padding: 4px 16px 12px;
    font-size: 30px;
    color: #fff;
    line-height: 17px;
    border-radius: 0;
    font-weight: 400;
}
.sites-company-quickorder .container-order .order_product_grid fieldset .course-qty .input-group .add{
	float: left;
    padding: 7px 16px 9px;
    font-size: 30px;
    color: #fff;
    line-height: 17px;
    border-radius:0;
    font-weight: 400;
}
.sites-company-quickorder .container-order .order_product_grid fieldset .course-qty .input-group .cart_quantity{
	float: left;
    margin-left: 0 !important;
    text-align: center;
	border-radius:0;
	width:78px !important;
}
.sites-company-quickorder .container-order .order_product_grid fieldset .course-qty .input-group{
	padding-left:0px;
	margin-top:10px;
    float: left;
}
.sites-company-quickorder .container-order .order_product_grid fieldset .course-price{
	padding:5px 0;
}
.company-quick-order .cart-total{
	float: left;
    padding-left: 10px;
}
.company-quick-order .cart-total h5{
	margin-bottom:0;
}
.company-quick-order .cart-total span{
	font-size: 12px;
    font-weight: 600;
}
.bss-bt-quickview{
	position: absolute;
    left: 20px;
    right: 20px;
    top: 60%;
	opacity:0;
	transition:all ease-in-out 0.3s;	
}
.sites-company-quickorder .container-order .order_product_grid fieldset:hover .bss-bt-quickview{
	opacity:1;
}
.sites-company-quickorder .bss-bt-quickview a.bss-quickview{
	color:#ffffff;
	background-color:rgba(111,179,26, 0.8);
}
.order_product .course-qty .chooseproduct{
	background-color: #6fb31a;
    border: none;
    color: #ffffff;
    padding: 6px 17px;
	display:block;
	text-transform:capitalize;
	margin-top: 10px;
	transition:all ease-in-out 0.3s;
    width: 72%;
    float: left;
}
.order_product .course-qty .buy-now{
    background-color: #6fb31a;
    border: none;
    color: #ffffff;
    display: block;
    text-transform: capitalize;
    margin-top: 10px;
    transition: all ease-in-out 0.3s;
    width: 21%;
    float: right;
    position: relative;
}
.buy-now .icon-add-to-cart{
    margin-top: 4px;
    display: table;
}
.buy-now .icon-add-to-cart::before{
    font-size: 20px;
    margin-left: -2px;
}
.order_product .course-qty .chooseproduct:hover{
	background-color: #333e48;
    border-color: #333e48;
}
.company-quick-order .fieldset.address .quickorderfield{
	width:40%;	
}
#shipping-new-address-form > .quickorderfield{
	padding: 3px 25px;
}
.company-quick-order .fieldset.address{
	position:relative;
}
.company-quick-order .fieldset.address .quick-cart{
	position: absolute;
    right: 4px;
    top: 0;
	width: 20%;
}
.order_product .container-product-search .search_product{
	border-radius:0;
	text-align:left;
	width: 75%;	
}
.container-order .order_product .btn-add-to-cart a#add_to_cart{
	float:none;
	transition:all ease-in-out 0.3s;
	border-radius: 0px;
}
.container-order .order_product .btn-add-to-cart{
	float: left;
    text-align: right;
	width: 82%;
}
.container-order .order_product .btn-add-to-checkout{
	float:right;
	padding: 25px 30px;
}
.container-order .order_product .btn-add-to-checkout a{
	background-color: #6fb31a;
    border: none;
    color: #ffffff;
    padding: 8px 17px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin-top: 0px;
    border-radius: 0px;
	transition:all ease-in-out 0.3s;
}
.container-order .order_product .btn-add-to-checkout a:hover,
.container-order .order_product .btn-add-to-cart a#add_to_cart:hover{
	background-color: #333e48;
}
.company-quick-order .row_contain_site .price{
	color: #6fb31a;
	padding-left:5px;
	font-weight:600;
}
.container-product-search .action.primary.search-product-btn{
	background-color: #6fb31a;
    border: none;
    color: #ffffff;
    padding: 7px 17px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin-top: -2px;
    border-radius: 0px;
	transition:all ease-in-out 0.3s;
	width:24%;
}
.bss_quickview-catalog_product-view .page-main-pal.container{
	width:100%;
}
.bss_quickview-catalog_product-view .page-main-pal.container .product-media.product.media{
	width: 41.6667% !important;
}
.bss_quickview-catalog_product-view .page-main-pal.container .product-essential .product-info-main{
	width: 58% !important;
	padding-top:0;
}
.bss_quickview-catalog_product-view .page-main-pal .page-title-wrapper .page-title .base{
	font-weight:700;
	letter-spacing:0;
	text-transform:capitalize;
	margin-bottom:0;
}
.bss_quickview-catalog_product-view .page-main-pal .product-info-main .price-box{
	padding-top:0;
}
.bss_quickview-catalog_product-view .page-main-pal .product-info-main .price-box .price-wrapper .price{
	font-size:24px;
	font-weight:600;
}
.bss_quickview-catalog_product-view .page-main-pal .product-info-main .product-add-form .product-options-wrapper{
	padding-top: 0;
}
.bss_quickview-catalog_product-view .page-main-pal .product-info-main .product-add-form .product-options-wrapper .fieldset .field{
	margin-top:0 !important;
}
.sites-company-quickorder .container-order .product_category .nav.items a.active{
	background-color: #eee;
}
.sites-company-quickorder .container-order .order_product_grid fieldset:nth-of-type(4n+1){
	clear:left;
}
.mfp-iframe-holder button.mfp-close{
	background:none;
	width:44px;
}
.mfp-iframe-holder button.mfp-close:focus,
.mfp-iframe-holder button.mfp-close:hover{
	background-color:transparent;
}

.sites-company-quickorder .container-order .order_product_grid fieldset .course-qty .input-group .sub{
	padding: 4px 12px 12px;
}
.sites-company-quickorder .container-order .order_product_grid fieldset .course-qty .input-group .cart_quantity{
	width: 50px !important;
}
.sites-company-quickorder .container-order .order_product_grid fieldset .course-qty .input-group .add{
	padding: 7px 11px 9px;
    font-size: 24px;
}
.course-qty.item button.button{
    color: #ffffff;
    background-color: #6fb31a !important;
    border-color: #6fb31a !important;
    position: relative;
    -webkit-border-radius:0;
    float: right;
    top:10px;
}
.course-qty .cartQty{
    position: relative;
}



@media screen and (max-width:480px) {
.company-quick-order .fieldset.address .quickorderfield{
	width:100%;
	padding: 3px 10px !important;
}
.quickorderfield label.label{
	width: 46%;
    float: left;
}
.quickorderfield .control {
    width: 54%;
    float: left;
}
.company-quick-order .fieldset.address{
	padding-top:20px;
}
.company-quick-order .fieldset.address .quick-cart {
    position: absolute;
    right: 0px;
    top: -22px;
    width: 42%;
}
.sites-company-quickorder .company-quick-order .minicart-wrapper{
	margin-top: -6px !important;
}
.row_contain_site{
	padding: 10px 6px;
	width:100%;
}
.row_contain_site .site_number{
	font-size:14px;
}
.container-order .box_row_category{
	width:100%;
}
.sites-company-quickorder .container-order .product_category .nav.items a{
	padding:6px 12px;
}
.container-order .order_product{
	width:100%;
}
.container-product-search{
	padding:0;	  
}
.order_product .container-product-search .search_product{
	width: 74%;
}
.container-product-search .action.primary.search-product-btn{
	padding: 7px 17px;
}
.sites-company-quickorder .container-order .order_product .order_product_grid{
	padding:0;
}
.sites-company-quickorder .container-order .order_product_grid fieldset{
	width: 45%;
    padding: 10px;
}
.sites-company-quickorder .container-order .order_product_grid fieldset:nth-of-type(2n+0) {
    margin-right: 0;
}
.sites-company-quickorder .container-order .order_product_grid fieldset .course-qty .input-group .sub{
	padding: 4px 12px 12px;
}
.sites-company-quickorder .container-order .order_product_grid fieldset .course-qty .input-group .cart_quantity{
	width: 55px !important;
}
.sites-company-quickorder .container-order .order_product_grid fieldset .course-qty .input-group .add{
	padding: 7px 10px 9px;
}
.company-quick-order .amcheckout-wrapper.row{
	margin-left:0;
	margin-right:0;
}
.sites-company-quickorder .container-order .order_product_grid fieldset:nth-of-type(2n+1) {
    clear: left;
}
.container-order .order_product .btn-add-to-cart{
	width:50%;
}


}





















	/*!
 * Bootstrap v3.0.0
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 *//*! normalize.css v2.1.0 | MIT License | git.io/normalize */article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{margin:.67em 0;font-size:2em}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{height:0;-moz-box-sizing:content-box;box-sizing:content-box}mark{color:#000;background:#ff0}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{padding:.35em .625em .75em;margin:0 2px;border:1px solid #c0c0c0}legend{padding:0;border:0}button,input,select,textarea{margin:0;font-family:inherit;font-size:100%}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{cursor:pointer;-webkit-appearance:button}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{padding:0;box-sizing:border-box}input[type="search"]{-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;-webkit-appearance:textfield}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}@media print{*{color:#000!important;text-shadow:none!important;background:transparent!important;box-shadow:none!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}abbr[title]:after{content:" (" attr(title) ")"}.ir a:after,a[href^="javascript:"]:after,a[href^="#"]:after{content:""}pre,blockquote{border:1px solid #999;page-break-inside:avoid}thead{display:table-header-group}tr,img{page-break-inside:avoid}img{max-width:100%!important}@page{margin:2cm .5cm}p,h2,h3{orphans:3;widows:3}h2,h3{page-break-after:avoid}.navbar{display:none}.table td,.table th{background-color:#fff!important}.btn>.caret,.dropup>.btn>.caret{border-top-color:#000!important}.label{border:1px solid #000}.table{border-collapse:collapse!important}.table-bordered th,.table-bordered td{border:1px solid #ddd!important}}*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html{font-size:62.5%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-size:14px;line-height:1.428571429;color:#333;background-color:#fff}input,button,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit}button,input,select[multiple],textarea{background-image:none}a{color:#428bca;text-decoration:none}a:hover,a:focus{color:#2a6496;text-decoration:underline}a:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}img{vertical-align:middle}.img-responsive{display:block;height:auto;max-width:100%}.img-rounded{border-radius:6px}.img-thumbnail{display:inline-block;height:auto;max-width:100%;padding:4px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.img-circle{border-radius:50%}hr{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);border:0}p{margin:0 0 10px}.lead{margin-bottom:20px;font-size:16.099999999999998px;font-weight:200;line-height:1.4}@media(min-width:768px){.lead{font-size:21px}}small{font-size:85%}cite{font-style:normal}.text-muted{color:#999}.text-primary{color:#428bca}.text-warning{color:#c09853}.text-danger{color:#b94a48}.text-success{color:#468847}.text-info{color:#3a87ad}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-weight:normal;line-height:1;color:#999}h1,h2,h3{margin-top:20px;margin-bottom:10px}h4,h5,h6{margin-top:10px;margin-bottom:10px}h1,.h1{font-size:36px}h2,.h2{font-size:30px}h3,.h3{font-size:24px}h4,.h4{font-size:18px}h5,.h5{font-size:14px}h6,.h6{font-size:12px}h1 small,.h1 small{font-size:24px}h2 small,.h2 small{font-size:18px}h3 small,.h3 small,h4 small,.h4 small{font-size:14px}.page-header{padding-bottom:9px;margin:40px 0 20px;border-bottom:1px solid #eee}ul,ol{margin-top:0;margin-bottom:10px}ul ul,ol ul,ul ol,ol ol{margin-bottom:0}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline>li{display:inline-block;padding-right:5px;padding-left:5px}dl{margin-bottom:20px}dt,dd{line-height:1.428571429}dt{font-weight:bold}dd{margin-left:0}@media(min-width:768px){.dl-horizontal dt{float:left;width:160px;overflow:hidden;clear:left;text-align:right;text-overflow:ellipsis;white-space:nowrap}.dl-horizontal dd{margin-left:180px}.dl-horizontal dd:before,.dl-horizontal dd:after{display:table;content:" "}.dl-horizontal dd:after{clear:both}.dl-horizontal dd:before,.dl-horizontal dd:after{display:table;content:" "}.dl-horizontal dd:after{clear:both}}abbr[title],abbr[data-original-title]{cursor:help;border-bottom:1px dotted #999}abbr.initialism{font-size:90%;text-transform:uppercase}blockquote{padding:10px 20px;margin:0 0 20px;border-left:5px solid #eee}blockquote p{font-size:17.5px;font-weight:300;line-height:1.25}blockquote p:last-child{margin-bottom:0}blockquote small{display:block;line-height:1.428571429;color:#999}blockquote small:before{content:'\2014 \00A0'}blockquote.pull-right{padding-right:15px;padding-left:0;border-right:5px solid #eee;border-left:0}blockquote.pull-right p,blockquote.pull-right small{text-align:right}blockquote.pull-right small:before{content:''}blockquote.pull-right small:after{content:'\00A0 \2014'}q:before,q:after,blockquote:before,blockquote:after{content:""}address{display:block;margin-bottom:20px;font-style:normal;line-height:1.428571429}code,pre{font-family:Monaco,Menlo,Consolas,"Courier New",monospace}code{padding:2px 4px;font-size:90%;color:#c7254e;white-space:nowrap;background-color:#f9f2f4;border-radius:4px}pre{display:block;padding:9.5px;margin:0 0 10px;font-size:13px;line-height:1.428571429;color:#333;word-break:break-all;word-wrap:break-word;background-color:#f5f5f5;border:1px solid #ccc;border-radius:4px}pre.prettyprint{margin-bottom:20px}pre code{padding:0;font-size:inherit;color:inherit;white-space:pre-wrap;background-color:transparent;border:0}.pre-scrollable{max-height:340px;overflow-y:scroll}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.container:before,.container:after{display:table;content:" "}.container:after{clear:both}.container:before,.container:after{display:table;content:" "}.container:after{clear:both}.row{margin-right:-15px;margin-left:-15px}.row:before,.row:after{display:table;content:" "}.row:after{clear:both}.row:before,.row:after{display:table;content:" "}.row:after{clear:both}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11{float:left}.col-xs-1{width:8.333333333333332%}.col-xs-2{width:16.666666666666664%}.col-xs-3{width:25%}.col-xs-4{width:33.33333333333333%}.col-xs-5{width:41.66666666666667%}.col-xs-6{width:50%}.col-xs-7{width:58.333333333333336%}.col-xs-8{width:66.66666666666666%}.col-xs-9{width:75%}.col-xs-10{width:83.33333333333334%}.col-xs-11{width:91.66666666666666%}.col-xs-12{width:100%}@media(min-width:768px){.container{max-width:750px}.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11{float:left}.col-sm-1{width:8.333333333333332%}.col-sm-2{width:16.666666666666664%}.col-sm-3{width:25%}.col-sm-4{width:33.33333333333333%}.col-sm-5{width:41.66666666666667%}.col-sm-6{width:50%}.col-sm-7{width:58.333333333333336%}.col-sm-8{width:66.66666666666666%}.col-sm-9{width:75%}.col-sm-10{width:83.33333333333334%}.col-sm-11{width:91.66666666666666%}.col-sm-12{width:100%}.col-sm-push-1{left:8.333333333333332%}.col-sm-push-2{left:16.666666666666664%}.col-sm-push-3{left:25%}.col-sm-push-4{left:33.33333333333333%}.col-sm-push-5{left:41.66666666666667%}.col-sm-push-6{left:50%}.col-sm-push-7{left:58.333333333333336%}.col-sm-push-8{left:66.66666666666666%}.col-sm-push-9{left:75%}.col-sm-push-10{left:83.33333333333334%}.col-sm-push-11{left:91.66666666666666%}.col-sm-pull-1{right:8.333333333333332%}.col-sm-pull-2{right:16.666666666666664%}.col-sm-pull-3{right:25%}.col-sm-pull-4{right:33.33333333333333%}.col-sm-pull-5{right:41.66666666666667%}.col-sm-pull-6{right:50%}.col-sm-pull-7{right:58.333333333333336%}.col-sm-pull-8{right:66.66666666666666%}.col-sm-pull-9{right:75%}.col-sm-pull-10{right:83.33333333333334%}.col-sm-pull-11{right:91.66666666666666%}.col-sm-offset-1{margin-left:8.333333333333332%}.col-sm-offset-2{margin-left:16.666666666666664%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-4{margin-left:33.33333333333333%}.col-sm-offset-5{margin-left:41.66666666666667%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-7{margin-left:58.333333333333336%}.col-sm-offset-8{margin-left:66.66666666666666%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-10{margin-left:83.33333333333334%}.col-sm-offset-11{margin-left:91.66666666666666%}}@media(min-width:992px){.container{max-width:970px}.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11{float:left}.col-md-1{width:8.333333333333332%}.col-md-2{width:16.666666666666664%}.col-md-3{width:25%}.col-md-4{width:33.33333333333333%}.col-md-5{width:41.66666666666667%}.col-md-6{width:50%}.col-md-7{width:58.333333333333336%}.col-md-8{width:66.66666666666666%}.col-md-9{width:75%}.col-md-10{width:83.33333333333334%}.col-md-11{width:91.66666666666666%}.col-md-12{width:100%}.col-md-push-0{left:auto}.col-md-push-1{left:8.333333333333332%}.col-md-push-2{left:16.666666666666664%}.col-md-push-3{left:25%}.col-md-push-4{left:33.33333333333333%}.col-md-push-5{left:41.66666666666667%}.col-md-push-6{left:50%}.col-md-push-7{left:58.333333333333336%}.col-md-push-8{left:66.66666666666666%}.col-md-push-9{left:75%}.col-md-push-10{left:83.33333333333334%}.col-md-push-11{left:91.66666666666666%}.col-md-pull-0{right:auto}.col-md-pull-1{right:8.333333333333332%}.col-md-pull-2{right:16.666666666666664%}.col-md-pull-3{right:25%}.col-md-pull-4{right:33.33333333333333%}.col-md-pull-5{right:41.66666666666667%}.col-md-pull-6{right:50%}.col-md-pull-7{right:58.333333333333336%}.col-md-pull-8{right:66.66666666666666%}.col-md-pull-9{right:75%}.col-md-pull-10{right:83.33333333333334%}.col-md-pull-11{right:91.66666666666666%}.col-md-offset-0{margin-left:0}.col-md-offset-1{margin-left:8.333333333333332%}.col-md-offset-2{margin-left:16.666666666666664%}.col-md-offset-3{margin-left:25%}.col-md-offset-4{margin-left:33.33333333333333%}.col-md-offset-5{margin-left:41.66666666666667%}.col-md-offset-6{margin-left:50%}.col-md-offset-7{margin-left:58.333333333333336%}.col-md-offset-8{margin-left:66.66666666666666%}.col-md-offset-9{margin-left:75%}.col-md-offset-10{margin-left:83.33333333333334%}.col-md-offset-11{margin-left:91.66666666666666%}}@media(min-width:1200px){.container{max-width:1200px}.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11{float:left}.col-lg-1{width:8.333333333333332%}.col-lg-2{width:16.666666666666664%}.col-lg-3{width:25%}.col-lg-4{width:33.33333333333333%}.col-lg-5{width:41.66666666666667%}.col-lg-6{width:50%}.col-lg-7{width:58.333333333333336%}.col-lg-8{width:66.66666666666666%}.col-lg-9{width:75%}.col-lg-10{width:83.33333333333334%}.col-lg-11{width:91.66666666666666%}.col-lg-12{width:100%}.col-lg-push-0{left:auto}.col-lg-push-1{left:8.333333333333332%}.col-lg-push-2{left:16.666666666666664%}.col-lg-push-3{left:25%}.col-lg-push-4{left:33.33333333333333%}.col-lg-push-5{left:41.66666666666667%}.col-lg-push-6{left:50%}.col-lg-push-7{left:58.333333333333336%}.col-lg-push-8{left:66.66666666666666%}.col-lg-push-9{left:75%}.col-lg-push-10{left:83.33333333333334%}.col-lg-push-11{left:91.66666666666666%}.col-lg-pull-0{right:auto}.col-lg-pull-1{right:8.333333333333332%}.col-lg-pull-2{right:16.666666666666664%}.col-lg-pull-3{right:25%}.col-lg-pull-4{right:33.33333333333333%}.col-lg-pull-5{right:41.66666666666667%}.col-lg-pull-6{right:50%}.col-lg-pull-7{right:58.333333333333336%}.col-lg-pull-8{right:66.66666666666666%}.col-lg-pull-9{right:75%}.col-lg-pull-10{right:83.33333333333334%}.col-lg-pull-11{right:91.66666666666666%}.col-lg-offset-0{margin-left:0}.col-lg-offset-1{margin-left:8.333333333333332%}.col-lg-offset-2{margin-left:16.666666666666664%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-4{margin-left:33.33333333333333%}.col-lg-offset-5{margin-left:41.66666666666667%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-7{margin-left:58.333333333333336%}.col-lg-offset-8{margin-left:66.66666666666666%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-10{margin-left:83.33333333333334%}.col-lg-offset-11{margin-left:91.66666666666666%}}table{max-width:100%;background-color:transparent}th{text-align:left}.table{width:100%;margin-bottom:20px}.table thead>tr>th,.table tbody>tr>th,.table tfoot>tr>th,.table thead>tr>td,.table tbody>tr>td,.table tfoot>tr>td{padding:8px;line-height:1.428571429;vertical-align:top;border-top:1px solid #ddd}.table thead>tr>th{vertical-align:bottom;border-bottom:2px solid #ddd}.table caption+thead tr:first-child th,.table colgroup+thead tr:first-child th,.table thead:first-child tr:first-child th,.table caption+thead tr:first-child td,.table colgroup+thead tr:first-child td,.table thead:first-child tr:first-child td{border-top:0}.table tbody+tbody{border-top:2px solid #ddd}.table .table{background-color:#fff}.table-condensed thead>tr>th,.table-condensed tbody>tr>th,.table-condensed tfoot>tr>th,.table-condensed thead>tr>td,.table-condensed tbody>tr>td,.table-condensed tfoot>tr>td{padding:5px}.table-bordered{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td{border:1px solid #ddd}.table-bordered>thead>tr>th,.table-bordered>thead>tr>td{border-bottom-width:2px}.table-striped>tbody>tr:nth-child(odd)>td,.table-striped>tbody>tr:nth-child(odd)>th{background-color:#f9f9f9}.table-hover>tbody>tr:hover>td,.table-hover>tbody>tr:hover>th{background-color:#f5f5f5}table col[class*="col-"]{display:table-column;float:none}table td[class*="col-"],table th[class*="col-"]{display:table-cell;float:none}.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th{background-color:#f5f5f5}.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th{background-color:#dff0d8;border-color:#d6e9c6}.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td{background-color:#d0e9c6;border-color:#c9e2b3}.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th{background-color:#f2dede;border-color:#eed3d7}.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td{background-color:#ebcccc;border-color:#e6c1c7}.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th{background-color:#fcf8e3;border-color:#fbeed5}.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td{background-color:#faf2cc;border-color:#f8e5be}@media(max-width:768px){.table-responsive{width:100%;margin-bottom:15px;overflow-x:scroll;overflow-y:hidden;border:1px solid #ddd}.table-responsive>.table{margin-bottom:0;background-color:#fff}.table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td{white-space:nowrap}.table-responsive>.table-bordered{border:0}.table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child{border-left:0}.table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child{border-right:0}.table-responsive>.table-bordered>thead>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>thead>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td{border-bottom:0}}fieldset{padding:0;margin:0;border:0}legend{display:block;width:100%;padding:0;margin-bottom:20px;font-size:21px;line-height:inherit;color:#333;border:0;border-bottom:1px solid #e5e5e5}label{display:inline-block;margin-bottom:5px;font-weight:bold}input[type="search"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}input[type="radio"],input[type="checkbox"]{margin:4px 0 0;margin-top:1px \9;line-height:normal}input[type="file"]{display:block}select[multiple],select[size]{height:auto}select optgroup{font-family:inherit;font-size:inherit;font-style:inherit}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}input[type="number"]::-webkit-outer-spin-button,input[type="number"]::-webkit-inner-spin-button{height:auto}.form-control:-moz-placeholder{color:#999}.form-control::-moz-placeholder{color:#999}.form-control:-ms-input-placeholder{color:#999}.form-control::-webkit-input-placeholder{color:#999}.form-control{display:block;width:100%;height:34px;padding:6px 12px;font-size:14px;line-height:1.428571429;color:#555;vertical-align:middle;background-color:#fff;border:1px solid #ccc;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);-webkit-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s}.form-control:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{cursor:not-allowed;background-color:#eee}textarea.form-control{height:auto}.form-group{margin-bottom:15px}.radio,.checkbox{display:block;min-height:20px;padding-left:20px;margin-top:10px;margin-bottom:10px;vertical-align:middle}.radio label,.checkbox label{display:inline;margin-bottom:0;font-weight:normal;cursor:pointer}.radio input[type="radio"],.radio-inline input[type="radio"],.checkbox input[type="checkbox"],.checkbox-inline input[type="checkbox"]{float:left;margin-left:-20px}.radio+.radio,.checkbox+.checkbox{margin-top:-5px}.radio-inline,.checkbox-inline{display:inline-block;padding-left:20px;margin-bottom:0;font-weight:normal;vertical-align:middle;cursor:pointer}.radio-inline+.radio-inline,.checkbox-inline+.checkbox-inline{margin-top:0;margin-left:10px}input[type="radio"][disabled],input[type="checkbox"][disabled],.radio[disabled],.radio-inline[disabled],.checkbox[disabled],.checkbox-inline[disabled],fieldset[disabled] input[type="radio"],fieldset[disabled] input[type="checkbox"],fieldset[disabled] .radio,fieldset[disabled] .radio-inline,fieldset[disabled] .checkbox,fieldset[disabled] .checkbox-inline{cursor:not-allowed}.input-sm{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-sm{height:30px;line-height:30px}textarea.input-sm{height:auto}.input-lg{height:45px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-lg{height:45px;line-height:45px}textarea.input-lg{height:auto}.has-warning .help-block,.has-warning .control-label{color:#c09853}.has-warning .form-control{border-color:#c09853;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-warning .form-control:focus{border-color:#a47e3c;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #dbc59e}.has-warning .input-group-addon{color:#c09853;background-color:#fcf8e3;border-color:#c09853}.has-error .help-block,.has-error .control-label{color:#b94a48}.has-error .form-control{border-color:#b94a48;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-error .form-control:focus{border-color:#953b39;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #d59392}.has-error .input-group-addon{color:#b94a48;background-color:#f2dede;border-color:#b94a48}.has-success .help-block,.has-success .control-label{color:#468847}.has-success .form-control{border-color:#468847;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075);box-shadow:inset 0 1px 1px rgba(0,0,0,0.075)}.has-success .form-control:focus{border-color:#356635;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b;box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px #7aba7b}.has-success .input-group-addon{color:#468847;background-color:#dff0d8;border-color:#468847}.form-control-static{padding-top:7px;margin-bottom:0}.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}@media(min-width:768px){.form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.form-inline .form-control{display:inline-block}.form-inline .radio,.form-inline .checkbox{display:inline-block;padding-left:0;margin-top:0;margin-bottom:0}.form-inline .radio input[type="radio"],.form-inline .checkbox input[type="checkbox"]{float:none;margin-left:0}}.form-horizontal .control-label,.form-horizontal .radio,.form-horizontal .checkbox,.form-horizontal .radio-inline,.form-horizontal .checkbox-inline{padding-top:7px;margin-top:0;margin-bottom:0}.form-horizontal .form-group{margin-right:-15px;margin-left:-15px}.form-horizontal .form-group:before,.form-horizontal .form-group:after{display:table;content:" "}.form-horizontal .form-group:after{clear:both}.form-horizontal .form-group:before,.form-horizontal .form-group:after{display:table;content:" "}.form-horizontal .form-group:after{clear:both}@media(min-width:768px){.form-horizontal .control-label{text-align:right}}.btn{display:inline-block;padding:6px 12px;margin-bottom:0;font-size:14px;font-weight:normal;line-height:1.428571429;text-align:center;white-space:nowrap;vertical-align:middle;cursor:pointer;border:1px solid transparent;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-o-user-select:none;user-select:none}.btn:focus{outline:thin dotted #333;outline:5px auto -webkit-focus-ring-color;outline-offset:-2px}.btn:hover,.btn:focus{color:#333;text-decoration:none}.btn:active,.btn.active{background-image:none;outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn.disabled,.btn[disabled],fieldset[disabled] .btn{pointer-events:none;cursor:not-allowed;opacity:.65;filter:alpha(opacity=65);-webkit-box-shadow:none;box-shadow:none}.btn-default{color:#333;background-color:#fff;border-color:#ccc}.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{color:#333;background-color:#ebebeb;border-color:#adadad}.btn-default:active,.btn-default.active,.open .dropdown-toggle.btn-default{background-image:none}.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active{background-color:#fff;border-color:#ccc}.btn-primary{color:#fff;background-color:#428bca;border-color:#357ebd}.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{color:#fff;background-color:#3276b1;border-color:#285e8e}.btn-primary:active,.btn-primary.active,.open .dropdown-toggle.btn-primary{background-image:none}.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active{background-color:#428bca;border-color:#357ebd}.btn-warning{color:#fff;background-color:#f0ad4e;border-color:#eea236}.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{color:#fff;background-color:#ed9c28;border-color:#d58512}.btn-warning:active,.btn-warning.active,.open .dropdown-toggle.btn-warning{background-image:none}.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active{background-color:#f0ad4e;border-color:#eea236}.btn-danger{color:#fff;background-color:#d9534f;border-color:#d43f3a}.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{color:#fff;background-color:#d2322d;border-color:#ac2925}.btn-danger:active,.btn-danger.active,.open .dropdown-toggle.btn-danger{background-image:none}.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active{background-color:#d9534f;border-color:#d43f3a}.btn-success{color:#fff;background-color:#5cb85c;border-color:#4cae4c}.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{color:#fff;background-color:#47a447;border-color:#398439}.btn-success:active,.btn-success.active,.open .dropdown-toggle.btn-success{background-image:none}.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active{background-color:#5cb85c;border-color:#4cae4c}.btn-info{color:#fff;background-color:#5bc0de;border-color:#46b8da}.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{color:#fff;background-color:#39b3d7;border-color:#269abc}.btn-info:active,.btn-info.active,.open .dropdown-toggle.btn-info{background-image:none}.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active{background-color:#5bc0de;border-color:#46b8da}.btn-link{font-weight:normal;color:#428bca;cursor:pointer;border-radius:0}.btn-link,.btn-link:active,.btn-link[disabled],fieldset[disabled] .btn-link{background-color:transparent;-webkit-box-shadow:none;box-shadow:none}.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active{border-color:transparent}.btn-link:hover,.btn-link:focus{color:#2a6496;text-decoration:underline;background-color:transparent}.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus{color:#999;text-decoration:none}.btn-lg{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-sm,.btn-xs{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-xs{padding:1px 5px}.btn-block{display:block;width:100%;padding-right:0;padding-left:0}.btn-block+.btn-block{margin-top:5px}input[type="submit"].btn-block,input[type="reset"].btn-block,input[type="button"].btn-block{width:100%}.fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}.collapse{display:none}.collapse.in{display:block}.collapsing{position:relative;height:0;overflow:hidden;-webkit-transition:height .35s ease;transition:height .35s ease}@font-face{font-family:'Glyphicons Halflings';src:url('../../frontend/Alothemes/clenlidirect_new/en_IE/bootstrap/fonts/glyphicons-halflings-regular.eot');src:url('../../frontend/Alothemes/clenlidirect_new/en_IE/bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('../../frontend/Alothemes/clenlidirect_new/en_IE/bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'),url('../../frontend/Alothemes/clenlidirect_new/en_IE/bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('../../frontend/Alothemes/clenlidirect_new/en_IE/bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg')}.glyphicon{position:relative;top:1px;display:inline-block;font-family:'Glyphicons Halflings';-webkit-font-smoothing:antialiased;font-style:normal;font-weight:normal;line-height:1}.glyphicon-asterisk:before{content:"\2a"}.glyphicon-plus:before{content:"\2b"}.glyphicon-euro:before{content:"\20ac"}.glyphicon-minus:before{content:"\2212"}.glyphicon-cloud:before{content:"\2601"}.glyphicon-envelope:before{content:"\2709"}.glyphicon-pencil:before{content:"\270f"}.glyphicon-glass:before{content:"\e001"}.glyphicon-music:before{content:"\e002"}.glyphicon-search:before{content:"\e003"}.glyphicon-heart:before{content:"\e005"}.glyphicon-star:before{content:"\e006"}.glyphicon-star-empty:before{content:"\e007"}.glyphicon-user:before{content:"\e008"}.glyphicon-film:before{content:"\e009"}.glyphicon-th-large:before{content:"\e010"}.glyphicon-th:before{content:"\e011"}.glyphicon-th-list:before{content:"\e012"}.glyphicon-ok:before{content:"\e013"}.glyphicon-remove:before{content:"\e014"}.glyphicon-zoom-in:before{content:"\e015"}.glyphicon-zoom-out:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e018"}.glyphicon-cog:before{content:"\e019"}.glyphicon-trash:before{content:"\e020"}.glyphicon-home:before{content:"\e021"}.glyphicon-file:before{content:"\e022"}.glyphicon-time:before{content:"\e023"}.glyphicon-road:before{content:"\e024"}.glyphicon-download-alt:before{content:"\e025"}.glyphicon-download:before{content:"\e026"}.glyphicon-upload:before{content:"\e027"}.glyphicon-inbox:before{content:"\e028"}.glyphicon-play-circle:before{content:"\e029"}.glyphicon-repeat:before{content:"\e030"}.glyphicon-refresh:before{content:"\e031"}.glyphicon-list-alt:before{content:"\e032"}.glyphicon-flag:before{content:"\e034"}.glyphicon-headphones:before{content:"\e035"}.glyphicon-volume-off:before{content:"\e036"}.glyphicon-volume-down:before{content:"\e037"}.glyphicon-volume-up:before{content:"\e038"}.glyphicon-qrcode:before{content:"\e039"}.glyphicon-barcode:before{content:"\e040"}.glyphicon-tag:before{content:"\e041"}.glyphicon-tags:before{content:"\e042"}.glyphicon-book:before{content:"\e043"}.glyphicon-print:before{content:"\e045"}.glyphicon-font:before{content:"\e047"}.glyphicon-bold:before{content:"\e048"}.glyphicon-italic:before{content:"\e049"}.glyphicon-text-height:before{content:"\e050"}.glyphicon-text-width:before{content:"\e051"}.glyphicon-align-left:before{content:"\e052"}.glyphicon-align-center:before{content:"\e053"}.glyphicon-align-right:before{content:"\e054"}.glyphicon-align-justify:before{content:"\e055"}.glyphicon-list:before{content:"\e056"}.glyphicon-indent-left:before{content:"\e057"}.glyphicon-indent-right:before{content:"\e058"}.glyphicon-facetime-video:before{content:"\e059"}.glyphicon-picture:before{content:"\e060"}.glyphicon-map-marker:before{content:"\e062"}.glyphicon-adjust:before{content:"\e063"}.glyphicon-tint:before{content:"\e064"}.glyphicon-edit:before{content:"\e065"}.glyphicon-share:before{content:"\e066"}.glyphicon-check:before{content:"\e067"}.glyphicon-move:before{content:"\e068"}.glyphicon-step-backward:before{content:"\e069"}.glyphicon-fast-backward:before{content:"\e070"}.glyphicon-backward:before{content:"\e071"}.glyphicon-play:before{content:"\e072"}.glyphicon-pause:before{content:"\e073"}.glyphicon-stop:before{content:"\e074"}.glyphicon-forward:before{content:"\e075"}.glyphicon-fast-forward:before{content:"\e076"}.glyphicon-step-forward:before{content:"\e077"}.glyphicon-eject:before{content:"\e078"}.glyphicon-chevron-left:before{content:"\e079"}.glyphicon-chevron-right:before{content:"\e080"}.glyphicon-plus-sign:before{content:"\e081"}.glyphicon-minus-sign:before{content:"\e082"}.glyphicon-remove-sign:before{content:"\e083"}.glyphicon-ok-sign:before{content:"\e084"}.glyphicon-question-sign:before{content:"\e085"}.glyphicon-info-sign:before{content:"\e086"}.glyphicon-screenshot:before{content:"\e087"}.glyphicon-remove-circle:before{content:"\e088"}.glyphicon-ok-circle:before{content:"\e089"}.glyphicon-ban-circle:before{content:"\e090"}.glyphicon-arrow-left:before{content:"\e091"}.glyphicon-arrow-right:before{content:"\e092"}.glyphicon-arrow-up:before{content:"\e093"}.glyphicon-arrow-down:before{content:"\e094"}.glyphicon-share-alt:before{content:"\e095"}.glyphicon-resize-full:before{content:"\e096"}.glyphicon-resize-small:before{content:"\e097"}.glyphicon-exclamation-sign:before{content:"\e101"}.glyphicon-gift:before{content:"\e102"}.glyphicon-leaf:before{content:"\e103"}.glyphicon-eye-open:before{content:"\e105"}.glyphicon-eye-close:before{content:"\e106"}.glyphicon-warning-sign:before{content:"\e107"}.glyphicon-plane:before{content:"\e108"}.glyphicon-random:before{content:"\e110"}.glyphicon-comment:before{content:"\e111"}.glyphicon-magnet:before{content:"\e112"}.glyphicon-chevron-up:before{content:"\e113"}.glyphicon-chevron-down:before{content:"\e114"}.glyphicon-retweet:before{content:"\e115"}.glyphicon-shopping-cart:before{content:"\e116"}.glyphicon-folder-close:before{content:"\e117"}.glyphicon-folder-open:before{content:"\e118"}.glyphicon-resize-vertical:before{content:"\e119"}.glyphicon-resize-horizontal:before{content:"\e120"}.glyphicon-hdd:before{content:"\e121"}.glyphicon-bullhorn:before{content:"\e122"}.glyphicon-certificate:before{content:"\e124"}.glyphicon-thumbs-up:before{content:"\e125"}.glyphicon-thumbs-down:before{content:"\e126"}.glyphicon-hand-right:before{content:"\e127"}.glyphicon-hand-left:before{content:"\e128"}.glyphicon-hand-up:before{content:"\e129"}.glyphicon-hand-down:before{content:"\e130"}.glyphicon-circle-arrow-right:before{content:"\e131"}.glyphicon-circle-arrow-left:before{content:"\e132"}.glyphicon-circle-arrow-up:before{content:"\e133"}.glyphicon-circle-arrow-down:before{content:"\e134"}.glyphicon-globe:before{content:"\e135"}.glyphicon-tasks:before{content:"\e137"}.glyphicon-filter:before{content:"\e138"}.glyphicon-fullscreen:before{content:"\e140"}.glyphicon-dashboard:before{content:"\e141"}.glyphicon-heart-empty:before{content:"\e143"}.glyphicon-link:before{content:"\e144"}.glyphicon-phone:before{content:"\e145"}.glyphicon-usd:before{content:"\e148"}.glyphicon-gbp:before{content:"\e149"}.glyphicon-sort:before{content:"\e150"}.glyphicon-sort-by-alphabet:before{content:"\e151"}.glyphicon-sort-by-alphabet-alt:before{content:"\e152"}.glyphicon-sort-by-order:before{content:"\e153"}.glyphicon-sort-by-order-alt:before{content:"\e154"}.glyphicon-sort-by-attributes:before{content:"\e155"}.glyphicon-sort-by-attributes-alt:before{content:"\e156"}.glyphicon-unchecked:before{content:"\e157"}.glyphicon-expand:before{content:"\e158"}.glyphicon-collapse-down:before{content:"\e159"}.glyphicon-collapse-up:before{content:"\e160"}.glyphicon-log-in:before{content:"\e161"}.glyphicon-flash:before{content:"\e162"}.glyphicon-log-out:before{content:"\e163"}.glyphicon-new-window:before{content:"\e164"}.glyphicon-record:before{content:"\e165"}.glyphicon-save:before{content:"\e166"}.glyphicon-open:before{content:"\e167"}.glyphicon-saved:before{content:"\e168"}.glyphicon-import:before{content:"\e169"}.glyphicon-export:before{content:"\e170"}.glyphicon-send:before{content:"\e171"}.glyphicon-floppy-disk:before{content:"\e172"}.glyphicon-floppy-saved:before{content:"\e173"}.glyphicon-floppy-remove:before{content:"\e174"}.glyphicon-floppy-save:before{content:"\e175"}.glyphicon-floppy-open:before{content:"\e176"}.glyphicon-credit-card:before{content:"\e177"}.glyphicon-transfer:before{content:"\e178"}.glyphicon-cutlery:before{content:"\e179"}.glyphicon-header:before{content:"\e180"}.glyphicon-compressed:before{content:"\e181"}.glyphicon-earphone:before{content:"\e182"}.glyphicon-phone-alt:before{content:"\e183"}.glyphicon-tower:before{content:"\e184"}.glyphicon-stats:before{content:"\e185"}.glyphicon-sd-video:before{content:"\e186"}.glyphicon-hd-video:before{content:"\e187"}.glyphicon-subtitles:before{content:"\e188"}.glyphicon-sound-stereo:before{content:"\e189"}.glyphicon-sound-dolby:before{content:"\e190"}.glyphicon-sound-5-1:before{content:"\e191"}.glyphicon-sound-6-1:before{content:"\e192"}.glyphicon-sound-7-1:before{content:"\e193"}.glyphicon-copyright-mark:before{content:"\e194"}.glyphicon-registration-mark:before{content:"\e195"}.glyphicon-cloud-download:before{content:"\e197"}.glyphicon-cloud-upload:before{content:"\e198"}.glyphicon-tree-conifer:before{content:"\e199"}.glyphicon-tree-deciduous:before{content:"\e200"}.glyphicon-briefcase:before{content:"\1f4bc"}.glyphicon-calendar:before{content:"\1f4c5"}.glyphicon-pushpin:before{content:"\1f4cc"}.glyphicon-paperclip:before{content:"\1f4ce"}.glyphicon-camera:before{content:"\1f4f7"}.glyphicon-lock:before{content:"\1f512"}.glyphicon-bell:before{content:"\1f514"}.glyphicon-bookmark:before{content:"\1f516"}.glyphicon-fire:before{content:"\1f525"}.glyphicon-wrench:before{content:"\1f527"}.caret{display:inline-block;width:0;height:0;margin-left:2px;vertical-align:middle;border-top:4px solid #000;border-right:4px solid transparent;border-bottom:0 dotted;border-left:4px solid transparent;content:""}.dropdown{position:relative}.dropdown-toggle:focus{outline:0}.dropdown-menu{position:absolute;top:100%;left:0;z-index:1000;display:none;float:left;min-width:160px;padding:5px 0;margin:2px 0 0;font-size:14px;list-style:none;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.15);border-radius:4px;-webkit-box-shadow:0 6px 12px rgba(0,0,0,0.175);box-shadow:0 6px 12px rgba(0,0,0,0.175);background-clip:padding-box}.dropdown-menu.pull-right{right:0;left:auto}.dropdown-menu .divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.dropdown-menu>li>a{display:block;padding:3px 20px;clear:both;font-weight:normal;line-height:1.428571429;color:#333;white-space:nowrap}.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus{color:#fff;text-decoration:none;background-color:#428bca}.dropdown-menu>.active>a,.dropdown-menu>.active>a:hover,.dropdown-menu>.active>a:focus{color:#fff;text-decoration:none;background-color:#428bca;outline:0}.dropdown-menu>.disabled>a,.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{color:#999}.dropdown-menu>.disabled>a:hover,.dropdown-menu>.disabled>a:focus{text-decoration:none;cursor:not-allowed;background-color:transparent;background-image:none;filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)}.open>.dropdown-menu{display:block}.open>a{outline:0}.dropdown-header{display:block;padding:3px 20px;font-size:12px;line-height:1.428571429;color:#999}.dropdown-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:990}.pull-right>.dropdown-menu{right:0;left:auto}.dropup .caret,.navbar-fixed-bottom .dropdown .caret{border-top:0 dotted;border-bottom:4px solid #000;content:""}.dropup .dropdown-menu,.navbar-fixed-bottom .dropdown .dropdown-menu{top:auto;bottom:100%;margin-bottom:1px}@media(min-width:768px){.navbar-right .dropdown-menu{right:0;left:auto}}.btn-default .caret{border-top-color:#333}.btn-primary .caret,.btn-success .caret,.btn-warning .caret,.btn-danger .caret,.btn-info .caret{border-top-color:#fff}.dropup .btn-default .caret{border-bottom-color:#333}.dropup .btn-primary .caret,.dropup .btn-success .caret,.dropup .btn-warning .caret,.dropup .btn-danger .caret,.dropup .btn-info .caret{border-bottom-color:#fff}.btn-group,.btn-group-vertical{position:relative;display:inline-block;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;float:left}.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active{z-index:2}.btn-group>.btn:focus,.btn-group-vertical>.btn:focus{outline:0}.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group{margin-left:-1px}.btn-toolbar:before,.btn-toolbar:after{display:table;content:" "}.btn-toolbar:after{clear:both}.btn-toolbar:before,.btn-toolbar:after{display:table;content:" "}.btn-toolbar:after{clear:both}.btn-toolbar .btn-group{float:left}.btn-toolbar>.btn+.btn,.btn-toolbar>.btn-group+.btn,.btn-toolbar>.btn+.btn-group,.btn-toolbar>.btn-group+.btn-group{margin-left:5px}.btn-group>.btn:not(:first-child):not(:last-child):not(.dropdown-toggle){border-radius:0}.btn-group>.btn:first-child{margin-left:0}.btn-group>.btn:first-child:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:last-child:not(:first-child),.btn-group>.dropdown-toggle:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.btn-group>.btn-group{float:left}.btn-group>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:last-child>.btn:first-child{border-bottom-left-radius:0;border-top-left-radius:0}.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle{outline:0}.btn-group-xs>.btn{padding:5px 10px;padding:1px 5px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-sm>.btn{padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}.btn-group-lg>.btn{padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}.btn-group>.btn+.dropdown-toggle{padding-right:8px;padding-left:8px}.btn-group>.btn-lg+.dropdown-toggle{padding-right:12px;padding-left:12px}.btn-group.open .dropdown-toggle{-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,0.125);box-shadow:inset 0 3px 5px rgba(0,0,0,0.125)}.btn .caret{margin-left:0}.btn-lg .caret{border-width:5px 5px 0;border-bottom-width:0}.dropup .btn-lg .caret{border-width:0 5px 5px}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{display:block;float:none;width:100%;max-width:100%}.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after{display:table;content:" "}.btn-group-vertical>.btn-group:after{clear:both}.btn-group-vertical>.btn-group:before,.btn-group-vertical>.btn-group:after{display:table;content:" "}.btn-group-vertical>.btn-group:after{clear:both}.btn-group-vertical>.btn-group>.btn{float:none}.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group{margin-top:-1px;margin-left:0}.btn-group-vertical>.btn:not(:first-child):not(:last-child){border-radius:0}.btn-group-vertical>.btn:first-child:not(:last-child){border-top-right-radius:4px;border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn:last-child:not(:first-child){border-top-right-radius:0;border-bottom-left-radius:4px;border-top-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child):not(:last-child)>.btn{border-radius:0}.btn-group-vertical>.btn-group:first-child>.btn:last-child,.btn-group-vertical>.btn-group:first-child>.dropdown-toggle{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:last-child>.btn:first-child{border-top-right-radius:0;border-top-left-radius:0}.btn-group-justified{display:table;width:100%;border-collapse:separate;table-layout:fixed}.btn-group-justified .btn{display:table-cell;float:none;width:1%}[data-toggle="buttons"]>.btn>input[type="radio"],[data-toggle="buttons"]>.btn>input[type="checkbox"]{display:none}.input-group{position:relative;display:table;border-collapse:separate}.input-group.col{float:none;padding-right:0;padding-left:0}.input-group .form-control{width:100%;margin-bottom:0}.input-group-lg>.form-control,.input-group-lg>.input-group-addon,.input-group-lg>.input-group-btn>.btn{height:45px;padding:10px 16px;font-size:18px;line-height:1.33;border-radius:6px}select.input-group-lg>.form-control,select.input-group-lg>.input-group-addon,select.input-group-lg>.input-group-btn>.btn{height:45px;line-height:45px}textarea.input-group-lg>.form-control,textarea.input-group-lg>.input-group-addon,textarea.input-group-lg>.input-group-btn>.btn{height:auto}.input-group-sm>.form-control,.input-group-sm>.input-group-addon,.input-group-sm>.input-group-btn>.btn{height:30px;padding:5px 10px;font-size:12px;line-height:1.5;border-radius:3px}select.input-group-sm>.form-control,select.input-group-sm>.input-group-addon,select.input-group-sm>.input-group-btn>.btn{height:30px;line-height:30px}textarea.input-group-sm>.form-control,textarea.input-group-sm>.input-group-addon,textarea.input-group-sm>.input-group-btn>.btn{height:auto}.input-group-addon,.input-group-btn,.input-group .form-control{display:table-cell}.input-group-addon:not(:first-child):not(:last-child),.input-group-btn:not(:first-child):not(:last-child),.input-group .form-control:not(:first-child):not(:last-child){border-radius:0}.input-group-addon,.input-group-btn{width:1%;white-space:nowrap;vertical-align:middle}.input-group-addon{padding:6px 12px;font-size:14px;font-weight:normal;line-height:1;text-align:center;background-color:#eee;border:1px solid #ccc;border-radius:4px}.input-group-addon.input-sm{padding:5px 10px;font-size:12px;border-radius:3px}.input-group-addon.input-lg{padding:10px 16px;font-size:18px;border-radius:6px}.input-group-addon input[type="radio"],.input-group-addon input[type="checkbox"]{margin-top:0}.input-group .form-control:first-child,.input-group-addon:first-child,.input-group-btn:first-child>.btn,.input-group-btn:first-child>.dropdown-toggle,.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.input-group-addon:first-child{border-right:0}.input-group .form-control:last-child,.input-group-addon:last-child,.input-group-btn:last-child>.btn,.input-group-btn:last-child>.dropdown-toggle,.input-group-btn:first-child>.btn:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.input-group-addon:last-child{border-left:0}.input-group-btn{position:relative;white-space:nowrap}.input-group-btn>.btn{position:relative}.input-group-btn>.btn+.btn{margin-left:-4px}.input-group-btn>.btn:hover,.input-group-btn>.btn:active{z-index:2}.nav{padding-left:0;margin-bottom:0;list-style:none}.nav:before,.nav:after{display:table;content:" "}.nav:after{clear:both}.nav:before,.nav:after{display:table;content:" "}.nav:after{clear:both}.nav>li{position:relative;display:block}.nav>li>a{position:relative;display:block;padding:10px 15px}.nav>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}.nav>li.disabled>a{color:#999}.nav>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#999;text-decoration:none;cursor:not-allowed;background-color:transparent}.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{background-color:#eee;border-color:#428bca}.nav .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}.nav>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}.nav-tabs>li{float:left;margin-bottom:-1px}.nav-tabs>li>a{margin-right:2px;line-height:1.428571429;border:1px solid transparent;border-radius:4px 4px 0 0}.nav-tabs>li>a:hover{border-color:#eee #eee #ddd}.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}.nav-tabs.nav-justified{width:100%;border-bottom:0}.nav-tabs.nav-justified>li{float:none}.nav-tabs.nav-justified>li>a{text-align:center}@media(min-width:768px){.nav-tabs.nav-justified>li{display:table-cell;width:1%}}.nav-tabs.nav-justified>li>a{margin-right:0;border-bottom:1px solid #ddd}.nav-tabs.nav-justified>.active>a{border-bottom-color:#fff}.nav-pills>li{float:left}.nav-pills>li>a{border-radius:5px}.nav-pills>li+li{margin-left:2px}.nav-pills>li.active>a,.nav-pills>li.active>a:hover,.nav-pills>li.active>a:focus{color:#fff;background-color:#428bca}.nav-stacked>li{float:none}.nav-stacked>li+li{margin-top:2px;margin-left:0}.nav-justified{width:100%}.nav-justified>li{float:none}.nav-justified>li>a{text-align:center}@media(min-width:768px){.nav-justified>li{display:table-cell;width:1%}}.nav-tabs-justified{border-bottom:0}.nav-tabs-justified>li>a{margin-right:0;border-bottom:1px solid #ddd}.nav-tabs-justified>.active>a{border-bottom-color:#fff}.tabbable:before,.tabbable:after{display:table;content:" "}.tabbable:after{clear:both}.tabbable:before,.tabbable:after{display:table;content:" "}.tabbable:after{clear:both}.tab-content>.tab-pane,.pill-content>.pill-pane{display:none}.tab-content>.active,.pill-content>.active{display:block}.nav .caret{border-top-color:#428bca;border-bottom-color:#428bca}.nav a:hover .caret{border-top-color:#2a6496;border-bottom-color:#2a6496}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-right-radius:0;border-top-left-radius:0}.navbar{position:relative;z-index:1000;min-height:50px;margin-bottom:20px;border:1px solid transparent}.navbar:before,.navbar:after{display:table;content:" "}.navbar:after{clear:both}.navbar:before,.navbar:after{display:table;content:" "}.navbar:after{clear:both}@media(min-width:768px){.navbar{border-radius:4px}}.navbar-header:before,.navbar-header:after{display:table;content:" "}.navbar-header:after{clear:both}.navbar-header:before,.navbar-header:after{display:table;content:" "}.navbar-header:after{clear:both}@media(min-width:768px){.navbar-header{float:left}}.navbar-collapse{max-height:340px;padding-right:15px;padding-left:15px;overflow-x:visible;border-top:1px solid transparent;box-shadow:inset 0 1px 0 rgba(255,255,255,0.1);-webkit-overflow-scrolling:touch}.navbar-collapse:before,.navbar-collapse:after{display:table;content:" "}.navbar-collapse:after{clear:both}.navbar-collapse:before,.navbar-collapse:after{display:table;content:" "}.navbar-collapse:after{clear:both}.navbar-collapse.in{overflow-y:auto}@media(min-width:768px){.navbar-collapse{width:auto;border-top:0;box-shadow:none}.navbar-collapse.collapse{display:block!important;height:auto!important;padding-bottom:0;overflow:visible!important}.navbar-collapse.in{overflow-y:visible}.navbar-collapse .navbar-nav.navbar-left:first-child{margin-left:-15px}.navbar-collapse .navbar-nav.navbar-right:last-child{margin-right:-15px}.navbar-collapse .navbar-text:last-child{margin-right:0}}.container>.navbar-header,.container>.navbar-collapse{margin-right:-15px;margin-left:-15px}@media(min-width:768px){.container>.navbar-header,.container>.navbar-collapse{margin-right:0;margin-left:0}}.navbar-static-top{border-width:0 0 1px}@media(min-width:768px){.navbar-static-top{border-radius:0}}.navbar-fixed-top,.navbar-fixed-bottom{position:fixed;right:0;left:0;border-width:0 0 1px}@media(min-width:768px){.navbar-fixed-top,.navbar-fixed-bottom{border-radius:0}}.navbar-fixed-top{top:0;z-index:1030}.navbar-fixed-bottom{bottom:0;margin-bottom:0}.navbar-brand{float:left;padding:15px 15px;font-size:18px;line-height:20px}.navbar-brand:hover,.navbar-brand:focus{text-decoration:none}@media(min-width:768px){.navbar>.container .navbar-brand{margin-left:-15px}}.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:8px;margin-right:15px;margin-bottom:8px;background-color:transparent;border:1px solid transparent;border-radius:4px}.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}@media(min-width:768px){.navbar-toggle{display:none}}.navbar-nav{margin:7.5px -15px}.navbar-nav>li>a{padding-top:10px;padding-bottom:10px;line-height:20px}@media(max-width:767px){.navbar-nav .open .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none}.navbar-nav .open .dropdown-menu>li>a,.navbar-nav .open .dropdown-menu .dropdown-header{padding:5px 15px 5px 25px}.navbar-nav .open .dropdown-menu>li>a{line-height:20px}.navbar-nav .open .dropdown-menu>li>a:hover,.navbar-nav .open .dropdown-menu>li>a:focus{background-image:none}}@media(min-width:768px){.navbar-nav{float:left;margin:0}.navbar-nav>li{float:left}.navbar-nav>li>a{padding-top:15px;padding-bottom:15px}}@media(min-width:768px){.navbar-left{float:left!important}.navbar-right{float:right!important}}.navbar-form{padding:10px 15px;margin-top:8px;margin-right:-15px;margin-bottom:8px;margin-left:-15px;border-top:1px solid transparent;border-bottom:1px solid transparent;-webkit-box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1);box-shadow:inset 0 1px 0 rgba(255,255,255,0.1),0 1px 0 rgba(255,255,255,0.1)}@media(min-width:768px){.navbar-form .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}.navbar-form .form-control{display:inline-block}.navbar-form .radio,.navbar-form .checkbox{display:inline-block;padding-left:0;margin-top:0;margin-bottom:0}.navbar-form .radio input[type="radio"],.navbar-form .checkbox input[type="checkbox"]{float:none;margin-left:0}}@media(max-width:767px){.navbar-form .form-group{margin-bottom:5px}}@media(min-width:768px){.navbar-form{width:auto;padding-top:0;padding-bottom:0;margin-right:0;margin-left:0;border:0;-webkit-box-shadow:none;box-shadow:none}}.navbar-nav>li>.dropdown-menu{margin-top:0;border-top-right-radius:0;border-top-left-radius:0}.navbar-fixed-bottom .navbar-nav>li>.dropdown-menu{border-bottom-right-radius:0;border-bottom-left-radius:0}.navbar-nav.pull-right>li>.dropdown-menu,.navbar-nav>li>.dropdown-menu.pull-right{right:0;left:auto}.navbar-btn{margin-top:8px;margin-bottom:8px}.navbar-text{float:left;margin-top:15px;margin-bottom:15px}@media(min-width:768px){.navbar-text{margin-right:15px;margin-left:15px}}.navbar-default{background-color:#f8f8f8;border-color:#e7e7e7}.navbar-default .navbar-brand{color:#777}.navbar-default .navbar-brand:hover,.navbar-default .navbar-brand:focus{color:#5e5e5e;background-color:transparent}.navbar-default .navbar-text{color:#777}.navbar-default .navbar-nav>li>a{color:#777}.navbar-default .navbar-nav>li>a:hover,.navbar-default .navbar-nav>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav>.active>a,.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.disabled>a,.navbar-default .navbar-nav>.disabled>a:hover,.navbar-default .navbar-nav>.disabled>a:focus{color:#ccc;background-color:transparent}.navbar-default .navbar-toggle{border-color:#ddd}.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus{background-color:#ddd}.navbar-default .navbar-toggle .icon-bar{background-color:#ccc}.navbar-default .navbar-collapse,.navbar-default .navbar-form{border-color:#e6e6e6}.navbar-default .navbar-nav>.dropdown>a:hover .caret,.navbar-default .navbar-nav>.dropdown>a:focus .caret{border-top-color:#333;border-bottom-color:#333}.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.open>a:hover,.navbar-default .navbar-nav>.open>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav>.open>a .caret,.navbar-default .navbar-nav>.open>a:hover .caret,.navbar-default .navbar-nav>.open>a:focus .caret{border-top-color:#555;border-bottom-color:#555}.navbar-default .navbar-nav>.dropdown>a .caret{border-top-color:#777;border-bottom-color:#777}@media(max-width:767px){.navbar-default .navbar-nav .open .dropdown-menu>li>a{color:#777}.navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>li>a:focus{color:#333;background-color:transparent}.navbar-default .navbar-nav .open .dropdown-menu>.active>a,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus{color:#555;background-color:#e7e7e7}.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-default .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#ccc;background-color:transparent}}.navbar-default .navbar-link{color:#777}.navbar-default .navbar-link:hover{color:#333}.navbar-inverse{background-color:#222;border-color:#080808}.navbar-inverse .navbar-brand{color:#999}.navbar-inverse .navbar-brand:hover,.navbar-inverse .navbar-brand:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-text{color:#999}.navbar-inverse .navbar-nav>li>a{color:#999}.navbar-inverse .navbar-nav>li>a:hover,.navbar-inverse .navbar-nav>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav>.active>a,.navbar-inverse .navbar-nav>.active>a:hover,.navbar-inverse .navbar-nav>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.disabled>a,.navbar-inverse .navbar-nav>.disabled>a:hover,.navbar-inverse .navbar-nav>.disabled>a:focus{color:#444;background-color:transparent}.navbar-inverse .navbar-toggle{border-color:#333}.navbar-inverse .navbar-toggle:hover,.navbar-inverse .navbar-toggle:focus{background-color:#333}.navbar-inverse .navbar-toggle .icon-bar{background-color:#fff}.navbar-inverse .navbar-collapse,.navbar-inverse .navbar-form{border-color:#101010}.navbar-inverse .navbar-nav>.open>a,.navbar-inverse .navbar-nav>.open>a:hover,.navbar-inverse .navbar-nav>.open>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav>.dropdown>a:hover .caret{border-top-color:#fff;border-bottom-color:#fff}.navbar-inverse .navbar-nav>.dropdown>a .caret{border-top-color:#999;border-bottom-color:#999}.navbar-inverse .navbar-nav>.open>a .caret,.navbar-inverse .navbar-nav>.open>a:hover .caret,.navbar-inverse .navbar-nav>.open>a:focus .caret{border-top-color:#fff;border-bottom-color:#fff}@media(max-width:767px){.navbar-inverse .navbar-nav .open .dropdown-menu>.dropdown-header{border-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{color:#999}.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{color:#fff;background-color:transparent}.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.active>a:focus{color:#fff;background-color:#080808}.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:hover,.navbar-inverse .navbar-nav .open .dropdown-menu>.disabled>a:focus{color:#444;background-color:transparent}}.navbar-inverse .navbar-link{color:#999}.navbar-inverse .navbar-link:hover{color:#fff}.breadcrumb{padding:8px 15px;margin-bottom:20px;list-style:none;background-color:#f5f5f5;border-radius:4px}.breadcrumb>li{display:inline-block}.breadcrumb>li+li:before{padding:0 5px;color:#ccc;content:"/\00a0"}.breadcrumb>.active{color:#999}.pagination{display:inline-block;padding-left:0;margin:20px 0;border-radius:4px}.pagination>li{display:inline}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.428571429;text-decoration:none;background-color:#fff;border:1px solid #ddd}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px}.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.pagination>li>a:hover,.pagination>li>span:hover,.pagination>li>a:focus,.pagination>li>span:focus{background-color:#eee}.pagination>.active>a,.pagination>.active>span,.pagination>.active>a:hover,.pagination>.active>span:hover,.pagination>.active>a:focus,.pagination>.active>span:focus{z-index:2;color:#fff;cursor:default;background-color:#428bca;border-color:#428bca}.pagination>.disabled>span,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#999;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px}.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px}.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}.pager{padding-left:0;margin:20px 0;text-align:center;list-style:none}.pager:before,.pager:after{display:table;content:" "}.pager:after{clear:both}.pager:before,.pager:after{display:table;content:" "}.pager:after{clear:both}.pager li{display:inline}.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;background-color:#fff;border:1px solid #ddd;border-radius:15px}.pager li>a:hover,.pager li>a:focus{text-decoration:none;background-color:#eee}.pager .next>a,.pager .next>span{float:right}.pager .previous>a,.pager .previous>span{float:left}.pager .disabled>a,.pager .disabled>a:hover,.pager .disabled>a:focus,.pager .disabled>span{color:#999;cursor:not-allowed;background-color:#fff}.label{display:inline;padding:.2em .6em .3em;font-size:75%;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:.25em}.label[href]:hover,.label[href]:focus{color:#fff;text-decoration:none;cursor:pointer}.label:empty{display:none}.label-default{background-color:#999}.label-default[href]:hover,.label-default[href]:focus{background-color:#808080}.label-primary{background-color:#428bca}.label-primary[href]:hover,.label-primary[href]:focus{background-color:#3071a9}.label-success{background-color:#5cb85c}.label-success[href]:hover,.label-success[href]:focus{background-color:#449d44}.label-info{background-color:#5bc0de}.label-info[href]:hover,.label-info[href]:focus{background-color:#31b0d5}.label-warning{background-color:#f0ad4e}.label-warning[href]:hover,.label-warning[href]:focus{background-color:#ec971f}.label-danger{background-color:#d9534f}.label-danger[href]:hover,.label-danger[href]:focus{background-color:#c9302c}.badge{display:inline-block;min-width:10px;padding:3px 7px;font-size:12px;font-weight:bold;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;background-color:#999;border-radius:10px}.badge:empty{display:none}a.badge:hover,a.badge:focus{color:#fff;text-decoration:none;cursor:pointer}.btn .badge{position:relative;top:-1px}a.list-group-item.active>.badge,.nav-pills>.active>a>.badge{color:#428bca;background-color:#fff}.nav-pills>li>a>.badge{margin-left:3px}.jumbotron{padding:30px;margin-bottom:30px;font-size:21px;font-weight:200;line-height:2.1428571435;color:inherit;background-color:#eee}.jumbotron h1{line-height:1;color:inherit}.jumbotron p{line-height:1.4}.container .jumbotron{border-radius:6px}@media screen and (min-width:768px){.jumbotron{padding-top:48px;padding-bottom:48px}.container .jumbotron{padding-right:60px;padding-left:60px}.jumbotron h1{font-size:63px}}.thumbnail{display:inline-block;display:block;height:auto;max-width:100%;padding:4px;line-height:1.428571429;background-color:#fff;border:1px solid #ddd;border-radius:4px;-webkit-transition:all .2s ease-in-out;transition:all .2s ease-in-out}.thumbnail>img{display:block;height:auto;max-width:100%}a.thumbnail:hover,a.thumbnail:focus{border-color:#428bca}.thumbnail>img{margin-right:auto;margin-left:auto}.thumbnail .caption{padding:9px;color:#333}.alert{padding:15px;margin-bottom:20px;border:1px solid transparent;border-radius:4px}.alert h4{margin-top:0;color:inherit}.alert .alert-link{font-weight:bold}.alert>p,.alert>ul{margin-bottom:0}.alert>p+p{margin-top:5px}.alert-dismissable{padding-right:35px}.alert-dismissable .close{position:relative;top:-2px;right:-21px;color:inherit}.alert-success{color:#468847;background-color:#dff0d8;border-color:#d6e9c6}.alert-success hr{border-top-color:#c9e2b3}.alert-success .alert-link{color:#356635}.alert-info{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1}.alert-info hr{border-top-color:#a6e1ec}.alert-info .alert-link{color:#2d6987}.alert-warning{color:#c09853;background-color:#fcf8e3;border-color:#fbeed5}.alert-warning hr{border-top-color:#f8e5be}.alert-warning .alert-link{color:#a47e3c}.alert-danger{color:#b94a48;background-color:#f2dede;border-color:#eed3d7}.alert-danger hr{border-top-color:#e6c1c7}.alert-danger .alert-link{color:#953b39}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-moz-keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}@-o-keyframes progress-bar-stripes{from{background-position:0 0}to{background-position:40px 0}}@keyframes progress-bar-stripes{from{background-position:40px 0}to{background-position:0 0}}.progress{height:20px;margin-bottom:20px;overflow:hidden;background-color:#f5f5f5;border-radius:4px;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.1);box-shadow:inset 0 1px 2px rgba(0,0,0,0.1)}.progress-bar{float:left;width:0;height:100%;font-size:12px;color:#fff;text-align:center;background-color:#428bca;-webkit-box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 -1px 0 rgba(0,0,0,0.15);-webkit-transition:width .6s ease;transition:width .6s ease}.progress-striped .progress-bar{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-size:40px 40px}.progress.active .progress-bar{-webkit-animation:progress-bar-stripes 2s linear infinite;-moz-animation:progress-bar-stripes 2s linear infinite;-ms-animation:progress-bar-stripes 2s linear infinite;-o-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite}.progress-bar-success{background-color:#5cb85c}.progress-striped .progress-bar-success{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-bar-info{background-color:#5bc0de}.progress-striped .progress-bar-info{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-bar-warning{background-color:#f0ad4e}.progress-striped .progress-bar-warning{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.progress-bar-danger{background-color:#d9534f}.progress-striped .progress-bar-danger{background-image:-webkit-gradient(linear,0 100%,100% 0,color-stop(0.25,rgba(255,255,255,0.15)),color-stop(0.25,transparent),color-stop(0.5,transparent),color-stop(0.5,rgba(255,255,255,0.15)),color-stop(0.75,rgba(255,255,255,0.15)),color-stop(0.75,transparent),to(transparent));background-image:-webkit-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:-moz-linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent);background-image:linear-gradient(45deg,rgba(255,255,255,0.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,0.15) 50%,rgba(255,255,255,0.15) 75%,transparent 75%,transparent)}.media,.media-body{overflow:hidden;zoom:1}.media,.media .media{margin-top:15px}.media:first-child{margin-top:0}.media-object{display:block}.media-heading{margin:0 0 5px}.media>.pull-left{margin-right:10px}.media>.pull-right{margin-left:10px}.media-list{padding-left:0;list-style:none}.list-group{padding-left:0;margin-bottom:20px}.list-group-item{position:relative;display:block;padding:10px 15px;margin-bottom:-1px;background-color:#fff;border:1px solid #ddd}.list-group-item:first-child{border-top-right-radius:4px;border-top-left-radius:4px}.list-group-item:last-child{margin-bottom:0;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.list-group-item>.badge{float:right}.list-group-item>.badge+.badge{margin-right:5px}a.list-group-item{color:#555}a.list-group-item .list-group-item-heading{color:#333}a.list-group-item:hover,a.list-group-item:focus{text-decoration:none;background-color:#f5f5f5}.list-group-item.active,.list-group-item.active:hover,.list-group-item.active:focus{z-index:2;color:#fff;background-color:#428bca;border-color:#428bca}.list-group-item.active .list-group-item-heading,.list-group-item.active:hover .list-group-item-heading,.list-group-item.active:focus .list-group-item-heading{color:inherit}.list-group-item.active .list-group-item-text,.list-group-item.active:hover .list-group-item-text,.list-group-item.active:focus .list-group-item-text{color:#e1edf7}.list-group-item-heading{margin-top:0;margin-bottom:5px}.list-group-item-text{margin-bottom:0;line-height:1.3}.panel{margin-bottom:20px;background-color:#fff;border:1px solid transparent;border-radius:4px;-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.05);box-shadow:0 1px 1px rgba(0,0,0,0.05)}.panel-body{padding:15px}.panel-body:before,.panel-body:after{display:table;content:" "}.panel-body:after{clear:both}.panel-body:before,.panel-body:after{display:table;content:" "}.panel-body:after{clear:both}.panel>.list-group{margin-bottom:0}.panel>.list-group .list-group-item{border-width:1px 0}.panel>.list-group .list-group-item:first-child{border-top-right-radius:0;border-top-left-radius:0}.panel>.list-group .list-group-item:last-child{border-bottom:0}.panel-heading+.list-group .list-group-item:first-child{border-top-width:0}.panel>.table{margin-bottom:0}.panel>.panel-body+.table{border-top:1px solid #ddd}.panel-heading{padding:10px 15px;border-bottom:1px solid transparent;border-top-right-radius:3px;border-top-left-radius:3px}.panel-title{margin-top:0;margin-bottom:0;font-size:16px}.panel-title>a{color:inherit}.panel-footer{padding:10px 15px;background-color:#f5f5f5;border-top:1px solid #ddd;border-bottom-right-radius:3px;border-bottom-left-radius:3px}.panel-group .panel{margin-bottom:0;overflow:hidden;border-radius:4px}.panel-group .panel+.panel{margin-top:5px}.panel-group .panel-heading{border-bottom:0}.panel-group .panel-heading+.panel-collapse .panel-body{border-top:1px solid #ddd}.panel-group .panel-footer{border-top:0}.panel-group .panel-footer+.panel-collapse .panel-body{border-bottom:1px solid #ddd}.panel-default{border-color:#ddd}.panel-default>.panel-heading{color:#333;background-color:#f5f5f5;border-color:#ddd}.panel-default>.panel-heading+.panel-collapse .panel-body{border-top-color:#ddd}.panel-default>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#ddd}.panel-primary{border-color:#428bca}.panel-primary>.panel-heading{color:#fff;background-color:#428bca;border-color:#428bca}.panel-primary>.panel-heading+.panel-collapse .panel-body{border-top-color:#428bca}.panel-primary>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#428bca}.panel-success{border-color:#d6e9c6}.panel-success>.panel-heading{color:#468847;background-color:#dff0d8;border-color:#d6e9c6}.panel-success>.panel-heading+.panel-collapse .panel-body{border-top-color:#d6e9c6}.panel-success>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#d6e9c6}.panel-warning{border-color:#fbeed5}.panel-warning>.panel-heading{color:#c09853;background-color:#fcf8e3;border-color:#fbeed5}.panel-warning>.panel-heading+.panel-collapse .panel-body{border-top-color:#fbeed5}.panel-warning>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#fbeed5}.panel-danger{border-color:#eed3d7}.panel-danger>.panel-heading{color:#b94a48;background-color:#f2dede;border-color:#eed3d7}.panel-danger>.panel-heading+.panel-collapse .panel-body{border-top-color:#eed3d7}.panel-danger>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#eed3d7}.panel-info{border-color:#bce8f1}.panel-info>.panel-heading{color:#3a87ad;background-color:#d9edf7;border-color:#bce8f1}.panel-info>.panel-heading+.panel-collapse .panel-body{border-top-color:#bce8f1}.panel-info>.panel-footer+.panel-collapse .panel-body{border-bottom-color:#bce8f1}.well{min-height:20px;padding:19px;margin-bottom:20px;background-color:#f5f5f5;border:1px solid #e3e3e3;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,0.05);box-shadow:inset 0 1px 1px rgba(0,0,0,0.05)}.well blockquote{border-color:#ddd;border-color:rgba(0,0,0,0.15)}.well-lg{padding:24px;border-radius:6px}.well-sm{padding:9px;border-radius:3px}.close{float:right;font-size:21px;font-weight:bold;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.close:hover,.close:focus{color:#000;text-decoration:none;cursor:pointer;opacity:.5;filter:alpha(opacity=50)}button.close{padding:0;cursor:pointer;background:transparent;border:0;-webkit-appearance:none}.modal-open{overflow:hidden}body.modal-open,.modal-open .navbar-fixed-top,.modal-open .navbar-fixed-bottom{margin-right:15px}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;display:none;overflow:auto;overflow-y:scroll}.modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0)}.modal-dialog{z-index:1050;width:auto;padding:10px;margin-right:auto;margin-left:auto}.modal-content{position:relative;background-color:#fff;border:1px solid #999;border:1px solid rgba(0,0,0,0.2);border-radius:6px;outline:0;-webkit-box-shadow:0 3px 9px rgba(0,0,0,0.5);box-shadow:0 3px 9px rgba(0,0,0,0.5);background-clip:padding-box}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1030;background-color:#000}.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}.modal-backdrop.in{opacity:.5;filter:alpha(opacity=50)}.modal-header{min-height:16.428571429px;padding:15px;border-bottom:1px solid #e5e5e5}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.428571429}.modal-body{position:relative;padding:20px}.modal-footer{padding:19px 20px 20px;margin-top:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer:before,.modal-footer:after{display:table;content:" "}.modal-footer:after{clear:both}.modal-footer:before,.modal-footer:after{display:table;content:" "}.modal-footer:after{clear:both}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}@media screen and (min-width:768px){.modal-dialog{right:auto;left:50%;width:600px;padding-top:30px;padding-bottom:30px}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.5);box-shadow:0 5px 15px rgba(0,0,0,0.5)}}.tooltip{position:absolute;z-index:1030;display:block;font-size:12px;line-height:1.4;opacity:0;filter:alpha(opacity=0);visibility:visible}.tooltip.in{opacity:.9;filter:alpha(opacity=90)}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip-inner{max-width:200px;padding:3px 8px;color:#fff;text-align:center;text-decoration:none;background-color:#000;border-radius:4px}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-top-color:#000;border-width:5px 5px 0}.tooltip.top-left .tooltip-arrow{bottom:0;left:5px;border-top-color:#000;border-width:5px 5px 0}.tooltip.top-right .tooltip-arrow{right:5px;bottom:0;border-top-color:#000;border-width:5px 5px 0}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-right-color:#000;border-width:5px 5px 5px 0}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-left-color:#000;border-width:5px 0 5px 5px}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-bottom-color:#000;border-width:0 5px 5px}.tooltip.bottom-left .tooltip-arrow{top:0;left:5px;border-bottom-color:#000;border-width:0 5px 5px}.tooltip.bottom-right .tooltip-arrow{top:0;right:5px;border-bottom-color:#000;border-width:0 5px 5px}.popover{position:absolute;top:0;left:0;z-index:1010;display:none;max-width:276px;padding:1px;text-align:left;white-space:normal;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,0.2);border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,0.2);box-shadow:0 5px 10px rgba(0,0,0,0.2);background-clip:padding-box}.popover.top{margin-top:-10px}.popover.right{margin-left:10px}.popover.bottom{margin-top:10px}.popover.left{margin-left:-10px}.popover-title{padding:8px 14px;margin:0;font-size:14px;font-weight:normal;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;border-radius:5px 5px 0 0}.popover-content{padding:9px 14px}.popover .arrow,.popover .arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.popover .arrow{border-width:11px}.popover .arrow:after{border-width:10px;content:""}.popover.top .arrow{bottom:-11px;left:50%;margin-left:-11px;border-top-color:#999;border-top-color:rgba(0,0,0,0.25);border-bottom-width:0}.popover.top .arrow:after{bottom:1px;margin-left:-10px;border-top-color:#fff;border-bottom-width:0;content:" "}.popover.right .arrow{top:50%;left:-11px;margin-top:-11px;border-right-color:#999;border-right-color:rgba(0,0,0,0.25);border-left-width:0}.popover.right .arrow:after{bottom:-10px;left:1px;border-right-color:#fff;border-left-width:0;content:" "}.popover.bottom .arrow{top:-11px;left:50%;margin-left:-11px;border-bottom-color:#999;border-bottom-color:rgba(0,0,0,0.25);border-top-width:0}.popover.bottom .arrow:after{top:1px;margin-left:-10px;border-bottom-color:#fff;border-top-width:0;content:" "}.popover.left .arrow{top:50%;right:-11px;margin-top:-11px;border-left-color:#999;border-left-color:rgba(0,0,0,0.25);border-right-width:0}.popover.left .arrow:after{right:1px;bottom:-10px;border-left-color:#fff;border-right-width:0;content:" "}.carousel{position:relative}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;transition:.6s ease-in-out left}.carousel-inner>.item>img,.carousel-inner>.item>a>img{display:block;height:auto;max-width:100%;line-height:1}.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev{display:block}.carousel-inner>.active{left:0}.carousel-inner>.next,.carousel-inner>.prev{position:absolute;top:0;width:100%}.carousel-inner>.next{left:100%}.carousel-inner>.prev{left:-100%}.carousel-inner>.next.left,.carousel-inner>.prev.right{left:0}.carousel-inner>.active.left{left:-100%}.carousel-inner>.active.right{left:100%}.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6);opacity:.5;filter:alpha(opacity=50)}.carousel-control.left{background-image:-webkit-gradient(linear,0 top,100% top,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0.0001)));background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.5) 0),color-stop(rgba(0,0,0,0.0001) 100%));background-image:-moz-linear-gradient(left,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);background-image:linear-gradient(to right,rgba(0,0,0,0.5) 0,rgba(0,0,0,0.0001) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1)}.carousel-control.right{right:0;left:auto;background-image:-webkit-gradient(linear,0 top,100% top,from(rgba(0,0,0,0.0001)),to(rgba(0,0,0,0.5)));background-image:-webkit-linear-gradient(left,color-stop(rgba(0,0,0,0.0001) 0),color-stop(rgba(0,0,0,0.5) 100%));background-image:-moz-linear-gradient(left,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);background-image:linear-gradient(to right,rgba(0,0,0,0.0001) 0,rgba(0,0,0,0.5) 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1)}.carousel-control:hover,.carousel-control:focus{color:#fff;text-decoration:none;opacity:.9;filter:alpha(opacity=90)}.carousel-control .icon-prev,.carousel-control .icon-next,.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right{position:absolute;top:50%;left:50%;z-index:5;display:inline-block}.carousel-control .icon-prev,.carousel-control .icon-next{width:20px;height:20px;margin-top:-10px;margin-left:-10px;font-family:serif}.carousel-control .icon-prev:before{content:'\2039'}.carousel-control .icon-next:before{content:'\203a'}.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none}.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;border:1px solid #fff;border-radius:10px}.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff}.carousel-caption{position:absolute;right:15%;bottom:20px;left:15%;z-index:10;padding-top:20px;padding-bottom:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,0.6)}.carousel-caption .btn{text-shadow:none}@media screen and (min-width:768px){.carousel-control .icon-prev,.carousel-control .icon-next{width:30px;height:30px;margin-top:-15px;margin-left:-15px;font-size:30px}.carousel-caption{right:20%;left:20%;padding-bottom:30px}.carousel-indicators{bottom:20px}}.clearfix:before,.clearfix:after{display:table;content:" "}.clearfix:after{clear:both}.pull-right{float:right!important}.pull-left{float:left!important}.hide{display:none!important}.show{display:block!important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.affix{position:fixed}@-ms-viewport{width:device-width}@media screen and (max-width:400px){@-ms-viewport{width:320px}}.hidden{display:none!important;visibility:hidden!important}.visible-xs{display:none!important}tr.visible-xs{display:none!important}th.visible-xs,td.visible-xs{display:none!important}@media(max-width:767px){.visible-xs{display:block!important}tr.visible-xs{display:table-row!important}th.visible-xs,td.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-xs.visible-sm{display:block!important}tr.visible-xs.visible-sm{display:table-row!important}th.visible-xs.visible-sm,td.visible-xs.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-xs.visible-md{display:block!important}tr.visible-xs.visible-md{display:table-row!important}th.visible-xs.visible-md,td.visible-xs.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-xs.visible-lg{display:block!important}tr.visible-xs.visible-lg{display:table-row!important}th.visible-xs.visible-lg,td.visible-xs.visible-lg{display:table-cell!important}}.visible-sm{display:none!important}tr.visible-sm{display:none!important}th.visible-sm,td.visible-sm{display:none!important}@media(max-width:767px){.visible-sm.visible-xs{display:block!important}tr.visible-sm.visible-xs{display:table-row!important}th.visible-sm.visible-xs,td.visible-sm.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-sm{display:block!important}tr.visible-sm{display:table-row!important}th.visible-sm,td.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-sm.visible-md{display:block!important}tr.visible-sm.visible-md{display:table-row!important}th.visible-sm.visible-md,td.visible-sm.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-sm.visible-lg{display:block!important}tr.visible-sm.visible-lg{display:table-row!important}th.visible-sm.visible-lg,td.visible-sm.visible-lg{display:table-cell!important}}.visible-md{display:none!important}tr.visible-md{display:none!important}th.visible-md,td.visible-md{display:none!important}@media(max-width:767px){.visible-md.visible-xs{display:block!important}tr.visible-md.visible-xs{display:table-row!important}th.visible-md.visible-xs,td.visible-md.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-md.visible-sm{display:block!important}tr.visible-md.visible-sm{display:table-row!important}th.visible-md.visible-sm,td.visible-md.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-md{display:block!important}tr.visible-md{display:table-row!important}th.visible-md,td.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-md.visible-lg{display:block!important}tr.visible-md.visible-lg{display:table-row!important}th.visible-md.visible-lg,td.visible-md.visible-lg{display:table-cell!important}}.visible-lg{display:none!important}tr.visible-lg{display:none!important}th.visible-lg,td.visible-lg{display:none!important}@media(max-width:767px){.visible-lg.visible-xs{display:block!important}tr.visible-lg.visible-xs{display:table-row!important}th.visible-lg.visible-xs,td.visible-lg.visible-xs{display:table-cell!important}}@media(min-width:768px) and (max-width:991px){.visible-lg.visible-sm{display:block!important}tr.visible-lg.visible-sm{display:table-row!important}th.visible-lg.visible-sm,td.visible-lg.visible-sm{display:table-cell!important}}@media(min-width:992px) and (max-width:1199px){.visible-lg.visible-md{display:block!important}tr.visible-lg.visible-md{display:table-row!important}th.visible-lg.visible-md,td.visible-lg.visible-md{display:table-cell!important}}@media(min-width:1200px){.visible-lg{display:block!important}tr.visible-lg{display:table-row!important}th.visible-lg,td.visible-lg{display:table-cell!important}}.hidden-xs{display:block!important}tr.hidden-xs{display:table-row!important}th.hidden-xs,td.hidden-xs{display:table-cell!important}@media(max-width:767px){.hidden-xs{display:none!important}tr.hidden-xs{display:none!important}th.hidden-xs,td.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-xs.hidden-sm{display:none!important}tr.hidden-xs.hidden-sm{display:none!important}th.hidden-xs.hidden-sm,td.hidden-xs.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-xs.hidden-md{display:none!important}tr.hidden-xs.hidden-md{display:none!important}th.hidden-xs.hidden-md,td.hidden-xs.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-xs.hidden-lg{display:none!important}tr.hidden-xs.hidden-lg{display:none!important}th.hidden-xs.hidden-lg,td.hidden-xs.hidden-lg{display:none!important}}.hidden-sm{display:block!important}tr.hidden-sm{display:table-row!important}th.hidden-sm,td.hidden-sm{display:table-cell!important}@media(max-width:767px){.hidden-sm.hidden-xs{display:none!important}tr.hidden-sm.hidden-xs{display:none!important}th.hidden-sm.hidden-xs,td.hidden-sm.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-sm{display:none!important}tr.hidden-sm{display:none!important}th.hidden-sm,td.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-sm.hidden-md{display:none!important}tr.hidden-sm.hidden-md{display:none!important}th.hidden-sm.hidden-md,td.hidden-sm.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-sm.hidden-lg{display:none!important}tr.hidden-sm.hidden-lg{display:none!important}th.hidden-sm.hidden-lg,td.hidden-sm.hidden-lg{display:none!important}}.hidden-md{display:block!important}tr.hidden-md{display:table-row!important}th.hidden-md,td.hidden-md{display:table-cell!important}@media(max-width:767px){.hidden-md.hidden-xs{display:none!important}tr.hidden-md.hidden-xs{display:none!important}th.hidden-md.hidden-xs,td.hidden-md.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-md.hidden-sm{display:none!important}tr.hidden-md.hidden-sm{display:none!important}th.hidden-md.hidden-sm,td.hidden-md.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-md{display:none!important}tr.hidden-md{display:none!important}th.hidden-md,td.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-md.hidden-lg{display:none!important}tr.hidden-md.hidden-lg{display:none!important}th.hidden-md.hidden-lg,td.hidden-md.hidden-lg{display:none!important}}.hidden-lg{display:block!important}tr.hidden-lg{display:table-row!important}th.hidden-lg,td.hidden-lg{display:table-cell!important}@media(max-width:767px){.hidden-lg.hidden-xs{display:none!important}tr.hidden-lg.hidden-xs{display:none!important}th.hidden-lg.hidden-xs,td.hidden-lg.hidden-xs{display:none!important}}@media(min-width:768px) and (max-width:991px){.hidden-lg.hidden-sm{display:none!important}tr.hidden-lg.hidden-sm{display:none!important}th.hidden-lg.hidden-sm,td.hidden-lg.hidden-sm{display:none!important}}@media(min-width:992px) and (max-width:1199px){.hidden-lg.hidden-md{display:none!important}tr.hidden-lg.hidden-md{display:none!important}th.hidden-lg.hidden-md,td.hidden-lg.hidden-md{display:none!important}}@media(min-width:1200px){.hidden-lg{display:none!important}tr.hidden-lg{display:none!important}th.hidden-lg,td.hidden-lg{display:none!important}}.visible-print{display:none!important}tr.visible-print{display:none!important}th.visible-print,td.visible-print{display:none!important}@media print{.visible-print{display:block!important}tr.visible-print{display:table-row!important}th.visible-print,td.visible-print{display:table-cell!important}.hidden-print{display:none!important}tr.hidden-print{display:none!important}th.hidden-print,td.hidden-print{display:none!important}}
/**
 * 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@magentocommerce.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.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2013 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Reset ================================================================================= */
body{background-color:#ffffff;margin:0;padding:0;font:15px/1.55 Open Sans,Helvetica,sans-serif;color:#5c5c5c !important;text-align:left; font-size: 15px !important}
html, body{height:auto !important;}
img{border:0;vertical-align:top}
a{color:#aaa;outline:medium none !important;}
a:hover{text-decoration:none}
:focus{outline:0}
/* Headings */
h1,h2,h3,h4,h5,h6{margin:0 0 5px;line-height:1.35;color:#6FB31A}
h1{font-size:20px;font-weight:normal}
h2{font-size:18px;font-weight:normal}
h3{font-size:16px;font-weight:bold}
h4{font-size:14px;font-weight:bold}
h5{font-size:12px;font-weight:bold}
h6{font-size:11px;font-weight:bold}
/* Forms */
/*form{display:inline}*/
fieldset{border:0}
legend{display:none}
/* Table */
table{border:0;/*border-collapse:collapse;*/
 border-spacing:0;empty-cells:show;font-size:100%}
caption,th,td{vertical-align:middle;text-align:left;}
/* Content */
strong{font-weight:bold}
address{font-style:normal;line-height:1.35;color:#333333;}
cite{font-style:normal}
q,blockquote{quotes:none}
q:before,q:after{content:''}
small,big{font-size:1em}
/*sup{font-size:1em;vertical-align:top}
*/

/* Lists */
ul,ol{list-style:none;padding: 0;}
/* Tools */
.hidden{display:block!important;border:0!important;margin:0!important;padding:0!important;font-size:0!important;line-height:0!important;width:0!important;height:0!important;overflow:hidden!important}
.nobr{white-space:nowrap!important;font-size:12px}
.wrap{white-space:normal!important}
.a-left{text-align:left!important}
.a-center{text-align:center!important}
.a-right{text-align:right!important}
.v-top{vertical-align:top}
.v-middle{vertical-align:middle}
.f-left,.left{float:left!important}
.f-right,.right{float:right!important}
.f-none{float:none!important}
.f-fix{float:left;width:100%}
.no-display{display:none}
.no-margin{margin:0!important}
.no-padding{padding:0!important}
.no-bg{background:none!important}
.clear_b{}
/* ======================================================================================= */
/* Layout ================================================================================ */
.page-wrapper{overflow:hidden;}
.page{}
.page-print{background:#fff;padding:25px 30px;text-align:left}
.page-empty{background:#fff;padding:20px;text-align:left}
.page-popup{background:#fff;padding:25px 30px;text-align:left}
.main{margin:0;padding: 0px;text-align: left;}
.col-left .currency-switcher{display:none}
/* Base Columns */
.col-left{margin: 60px 0;}
.col-main{font-size: 0;}
.col-right{margin-top: 60px;}
.catalog-product-view .col-left{margin-top: 0px;}
.page-layout-2columns-left .sidebar-main,
.page-layout-2columns-left .sidebar-additional,
.page-layout-2columns-right .sidebar-main,
.page-layout-2columns-right .sidebar-additional{width:25% !important;padding-right: 15px;padding-left: 15px;}
.page-layout-2columns-left .sidebar.sidebar-additional{padding-left: 15px;padding-right: 15px;}
.page-layout-2columns-left .product-view .product.media, .page-layout-2columns-right .product-view .product.media, .page-layout-3columns .product-view .product.media{width: 41.6667%;}
.page-layout-2columns-left .product-view .product-info-main, .page-layout-2columns-right .product-view .product-info-main, .page-layout-3columns .product-view .product-info-main{width: 58.3333%;}
/* 1 Column Layout */
.col1-layout .col-main{float:none;width:auto;font-size: 0;}
/* 2 Columns Layout */
.page-layout-2columns-left .alocolumns,.page-layout-2columns-right .alocolumns{margin: 0 -15px;}
.col2-left-layout .col-main{margin-top: 30px;}
.col2-right-layout .col-main{margin-top: 30px;}
.page-layout-2columns-left .column.main,
.page-layout-2columns-right .column.main{width:75% !important;padding: 0 15px;}
/* 3 Columns Layout */
.col3-layout .col-main{width:475px;margin-left:17px}
.col3-layout .col-wrapper{float:left;width:687px}
.col3-layout .col-wrapper .col-main{float:right}
/* Content Columns */
.col2-set .col-1{float:left;width:48.5%}
.col2-set .col-2{float:right;width:48.5%}
.col2-set .col-3{float:right;width:48.5%}
.col2-set .col-narrow{width:32%}
.col2-set .col-wide{width:65%}
.col3-set .col-1{float:left;width:32%}
.col3-set .col-2{float:left;width:32%;margin-left:2%}
.col3-set .col-3{float:right;width:32%}
.col4-set .col-1{float:left;width:23.5%}
.col4-set .col-2{float:left;width:23.5%;margin:0 2%}
.col4-set .col-3{float:left;width:23.5%}
.col4-set .col-4{float:right;width:23.5%}
/* ======================================================================================= */

/* Global Styles ========================================================================= */

/* Form Elements */

input.input-text,select,textarea{border:1px solid #ddd}
input.input-text,textarea{color: #333e49}
input.input-text{padding: 0 10px; height: 47px; line-height: 45px; border-radius: 25px; -webkit-border-radius: 25px; -moz-border-radius: 25px; -o-border-radius: 25px; -ms-border-radius: 25px;}
.field .label{font-size: 14px; color: #333e48; font-weight: bold; line-height: 30px; display: block; padding-bottom: 5px}
.quickorderfield .label{font-size: 14px; color: #333e48; font-weight: bold; line-height: 30px; display: block; padding-bottom: 5px}
.fieldset.address > .quickorderfield {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    box-sizing: border-box;
}
select option{padding-right:10px}
select.multiselect option{border-bottom:1px solid #b6b6b6;padding:2px 5px}
select.multiselect option:last-child{border-bottom:0}
textarea{overflow:auto}
input.radio{margin-right:3px;display:inline-block;margin-top:0;min-height:18px}
input.checkbox{margin-right:3px}
input.qty{width:2.5em}
input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type="datetime"], input[type="email"]{border-color: #eee;}
button.button::-moz-focus-inner{padding:0;border:0}
/* FF Fix */
button.button{-webkit-border-fit:lines}
/* <- Safari & Google Chrome Fix */
button.button,.cart .continue,
.actions-toolbar .primary a.action{display: inline-block;vertical-align: top;overflow:visible;width:auto;border-style: solid;border-width: 1px;padding:0;margin:0;background:transparent;cursor:pointer;height:35px;line-height:35px;padding:0 20px;}
button, button.button{width: auto; height: auto; padding: 0 30px; border-radius: 25px; -webkit-border-radius: 25px; -moz-border-radius: 25px; -o-border-radius: 25px; background-color: #efecec; border-width: 1px; border-style: solid; border-color: #efecec}
button span, button.button span{display: block; font-size: 15px;font-weight: 500; line-height: 45px}

button:hover, button.button:hover{background-color: #fed700; border-color: #fed700}
button.button span span,.blog-postbox .button-set button.button span span{padding:0}
.cart button.button.btn-update span,button.button.btn-continue span,button.button.btn-empty span,button.button.btn-checkout span,.cart .buttons-set button.button span{}
.cart-container .checkout-methods-items .action.primary{background-color: #fed700; border-color: #fed700}
button.disabled span{}
button.disabled {position: relative;}
.box-tocart .fieldset .actions .tocart.disabled span{padding-left: 20px;text-indent: inherit;}
.box-tocart .fieldset .actions .tocart.disabled:before,
.item .button.disabled:before{font-size: 20px;animation: 2s linear 0s normal none infinite running fa-spin;-webkit-animation: 2s linear 0s normal none infinite running fa-spin;content: "\f110";font-family: "FontAwesome";left: 8px;position: absolute;top: 0;z-index: 99;}
.box-tocart .fieldset .actions .tocart.disabled:before{left: 25px;}
.item button.button.disabled .icon,.box-tocart .fieldset .actions .tocart.disabled .icon{display: none;}
@keyframes fa-spin {
	0% {
	    transform: rotate(0deg);
	}
	100% {
	    transform: rotate(359deg);
	}
}
@-webkit-keyframes fa-spin {
	0% {
	    transform: rotate(0deg);
	}
	100% {
	    transform: rotate(359deg);
	}
}
button.btn-checkout.no-checkout span{background-position:0 100%;color:#b8baba}
button.btn-checkout.no-checkout span span{background-position:100% 100%}
p.control input.checkbox,p.control input.radio{margin-right:6px}
#add_recipient_button{margin:0px;overflow: hidden;padding-left: 10px;}
/* Form Highlight */
input.input-text:focus,select:focus,textarea:focus,._keyfocus *:focus, input:focus:not([disabled]), textarea:focus:not([disabled]), select:focus:not([disabled]){background-color:#fff;box-shadow: none;}
a:hover, a:focus{outline:none !important;text-decoration: none;}
/*.highlight{background:#efefef}
*/


input[type="text"]:disabled,input[type="password"]:disabled,
input[type="url"]:disabled,input[type="tel"]:disabled,input[type="search"]:disabled,
input[type="number"]:disabled,input[type="datetime"]:disabled,input[type="email"]:disabled{opacity: .5}
button.disabled,button[disabled],fieldset[disabled] button{opacity: .5;cursor: default;pointer-events: none}
button::-moz-focus-inner{border: 0;padding: 0}input[type="text"],
input[type="password"],input[type="url"],input[type="tel"],
input[type="search"],input[type="number"],input[type="datetime"],
input[type="email"]{background: #fff;background-clip: padding-box;border: 1px solid #ddd;
	border-radius: 20px;
	font-size: 14px;height: 35px;line-height: 35px;padding: 0 10px;vertical-align: baseline;
	width: 100%;box-sizing: border-box}

input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,input[type="tel"]::-moz-placeholder,input[type="number"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,input[type="email"]::-moz-placeholder{color: #ddd}
input[type="text"]::-webkit-input-placeholder,input[type="password"]::-webkit-input-placeholder,input[type="url"]::-webkit-input-placeholder,input[type="tel"]::-webkit-input-placeholder,input[type="search"]::-webkit-input-placeholder,input[type="number"]::-webkit-input-placeholder,input[type="datetime"]::-webkit-input-placeholder,input[type="email"]::-webkit-input-placeholder{color: #ddd}input[type="text"]:-ms-input-placeholder,input[type="password"]:-ms-input-placeholder,input[type="url"]:-ms-input-placeholder,input[type="tel"]:-ms-input-placeholder,input[type="search"]:-ms-input-placeholder,input[type="number"]:-ms-input-placeholder,input[type="datetime"]:-ms-input-placeholder,input[type="email"]:-ms-input-placeholder{color: #ddd}input[type="number"]{-moz-appearance: textfield}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{-webkit-appearance: none;margin: 0}input[type="search"]{-webkit-appearance: none}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration,input[type="search"]::-webkit-search-results-button,input[type="search"]::-webkit-search-results-decoration{-webkit-appearance: none}
select{background: #fff;background-clip: padding-box;border: 1px solid #ddd;
border-radius: 20px;
font-size: 14px;height: 35px;line-height: 35px;padding: 0px 5px;
vertical-align: baseline;width: 100%;box-sizing: border-box}
select:disabled{opacity: .5}
select[multiple="multiple"]{height: auto;background-image: none}
textarea{background: #fff;background-clip: padding-box;border: 1px solid #ddd;
border-radius: 1px;
font-size: 14px;height: auto;line-height: 1.42857143;margin: 0;padding: 10px;
vertical-align: baseline;width: 100%;box-sizing: border-box;resize: vertical}
textarea:disabled{opacity: .5}
textarea::-moz-placeholder{color: #ddd}
textarea::-webkit-input-placeholder{color: #ddd}
textarea:-ms-input-placeholder{color: #ddd}
input[type="checkbox"]{margin: 2px 5px 0 0}
input[type="checkbox"]:disabled{opacity: .5}
input[type="radio"]{margin: 2px 5px 0 0}
input[type="radio"]:disabled{opacity: .5}
input.mage-error,select.mage-error,textarea.mage-error{border-color: #ed8380}
div.mage-error[generated]{color: #e02b27;font-size: 1.2rem}
input[type="button"],input[type="reset"],input[type="submit"]{cursor: pointer;-webkit-appearance: button;*overflow: visible}
input::-moz-focus-inner{border: 0;padding: 0}
form{-webkit-tap-highlight-color: rgba(0,0,0,0)}
address{font-style: normal}*:focus{box-shadow: none;outline: 0}
._keyfocus *:focus,input:not([disabled]):focus,
textarea:not([disabled]):focus,select:not([disabled]):focus{/* box-shadow: 0 0 3px 1px #68a8e0 */}

.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.cart.table-wrapper .col.qty .input-text,
.account .table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .control .qty,.block-wishlist-info-items .input-text.qty,
.multicheckout .table-wrapper .col .qty .input-text,
.account .table-wrapper .data.table.wishlist .box-tocart .qty,
.products-grid.wishlist .product-item .box-tocart input.qty,
.sidebar .block-addbysku .fieldset .fields .field.qty .qty{width: 50px;text-align: center}

/* Form lists */

/* Grouped fields */

/*.form-list{width:535px;margin:0 auto;overflow:hidden}
*/
.form-list li{margin:0 0 8px}
.form-list label,.fieldset label{color:#666;font-weight:400;font-size:13px;padding: 0;margin: 0;line-height: normal;}
.form-list label.required{}
.form-list label.required em{float:right;font-style:normal;color:#eb340a;position:absolute;top:0;right:-8px}
.form-list li.control label{float:none;margin:0}
.form-list li.control input.radio,.form-list li.control input.checkbox{margin-right:6px;margin-top:0;display:inline-block;vertical-align:top}
.form-list li.control .input-box{clear:none;display:inline;width:auto}
/*.form-list li.fields{margin-right:-15px}
*/
.form-list .input-box{display:block;clear:both;width:100%;padding-bottom:5px}
.form-list .field{/* float:left;width:275px;*/}
.form-list input.input-text{width:100%}
.form-list textarea{/*width:254px;*/width:100%;height:10em}
.form-list select{width:100%}
.form-list li.wide .input-box{/* width:535px;*/}
.form-list li.wide input.input-text{/* width:529px;*/}
.form-list li.wide textarea{/*width:529px;*/}
.form-list li.wide select{/* width:535px;*/}
.form-list li.additional-row{border-top:1px solid #ccc;margin-top:10px;padding-top:7px}
.form-list li.additional-row .btn-remove{float:right;margin:5px 0 0}
.form-list .input-range input.input-text{width:74px}
.form-list-narrow li{margin-bottom:0}
.form-list-narrow li .input-box{margin-bottom:6px}
.form-list-narrow li.wide .input-box{width:260px}
.form-list-narrow li.wide input.input-text,.form-list-narrow li.wide textarea{width:254px}
.form-list-narrow li.wide select{width:260px}
.contact-content .form-list textarea{height:175px;}
.map-conttact iframe{width: 100%;}

/*page title*/
.page-title{margin-bottom: 0; margin-top: 60px}
.page-title .base{font-size: 40px; display: block; color: #434343}
.page-title-wrapper .page-title{margin:0px 0 10px;line-height: 40px;font-size: 100%;text-align: left;}
.page-title-wrapper .page-title span{font-size: 20px;}

/*Contact page/contact us*/
.page-title{font-size: 40px; color: #434343;font-weight: normal; line-height: 60px; text-align: center;}
.contact .page-title{ margin-bottom: 60px; }
.custom-title .title{font-size: 25px; color: #333e48; font-weight: normal; line-height: 35px; position: relative; border-bottom: 1px solid #dddddd; padding-bottom: 10px}
.custom-title .title:before{content: ""; position: absolute; left: 0; width: 115px; height: 2px; bottom: -2px; background-color: #6fb31a}
.custom-title .subcribe{font-size: 14px; color: #747474; margin-bottom: 0; line-height: 20px; margin-top: 30px}
.contact-content iframe {margin-bottom: 50px;width: 100%;}
.contact .form{text-align: left; margin-top: 40px}
.contact .form-content{text-align: left;}
.contact .form-content input.input-text{height: 34px; width: 100%; line-height: 42px; padding: 0 15px;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;background-color: #fff;border: 1px solid #ddd;}
.contact .form-content textarea.input-text{width: 100%; background-color: #fff;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;background-color: #fff;border: 1px solid #ddd;}
.contact .form-content label{font-size: 14px; color: #333e48; font-weight: bold; display: block; text-transform: capitalize; line-height: 20px}
.contact .form-content .fname-box{margin-right: 30px}
.contact .form-content .box{margin-top: 15px}
.contact-content .actions-toolbar .primary{background-color: #fed700; border-color: #fed700; margin-top: 28px; padding: 0 35px; height: 47px;-webkit-border-radius: 24px;-moz-border-radius: 24px;border-radius: 24px;}
.contact .more-info .detail-info .text{font-size: 14px; color: #747474; font-weight: normal; margin: 0; line-height: 25px}
.contact .more-info .detail-info .sub-title{font-size: 14px; color: #333e48; font-weight: bold; margin-bottom: 10px; text-transform: capitalize; line-height: 25px}
.contact .more-info .detail-info .open-time{margin-bottom: 35px}
.contact .more-info .detail-info .contact-info{margin: 32px 0}
.contact .more-info .detail-info .text .mail{color: #6fb31a}
.contact .more-info .detail-info .care .text .mail{text-decoration: underline;}
/*FAQs / FAQ*/
.faq .page-title{line-height: normal; margin: 0}
.faq .list-question{margin-top: 45px}
.faq .short-description{font-size: 13px; color: #9f9f9f; margin-bottom: 0; text-align: center;}
.faq .list-question .question-item .question-name span{font-size: 20px; color: #434343; font-weight: normal; line-height: 35px; display: block;}
.faq .list-question .question-item .question-name{cursor: pointer; margin: 0; padding: 5px 0; display: block;}
.faq .list-question .question-item input[name=toggle]:checked ~ .question-name{cursor: default;}
.faq .list-question .question-item input[name=toggle]{display: none;}
.faq .list-question .question-item{perspective: 40em; margin: 0; border-bottom: 1px solid #dadada;}
.faq .list-question .question-item:last-child{border-bottom: 0}
.faq .list-question .question-item .question-content{visibility: hidden; opacity: 0;  transform: rotateX(90deg);transform-origin: 50% 0%;max-height: 0; transition: all 0.8s; }
.faq .list-question .question-item input[name=toggle]:checked ~ .question-content{visibility: visible; opacity: 1; position: static; transform: rotateX(0); max-height: 9999px;}
.faq .list-question .question-item .question-content p{font-size: 14px; color: #747474; line-height: 25px; margin-bottom: 0; padding: 11px 0 33px 0}
/* Customer */
.form-list .customer-name-prefix .input-box,.form-list .customer-name-suffix .input-box,.form-list .customer-name-prefix-suffix .input-box,.form-list .customer-name-prefix-middlename .input-box,.form-list .customer-name-middlename-suffix .input-box,.form-list .customer-name-prefix-middlename-suffix .input-box{width:auto}
.form-list .name-prefix{width:65px}
.form-list .name-prefix select{width:55px}
.form-list .name-prefix input.input-text{width:49px}
.form-list .name-suffix{width:65px}
.form-list .name-suffix select{width:55px}
.form-list .name-suffix input.input-text{width:49px}

.form-list .customer-dob .dob-month,.form-list .customer-dob .dob-day,.form-list .customer-dob .dob-year{float:left;width:85px}
.form-list .customer-dob input.input-text{display:block;width:74px}
.form-list .customer-dob label{font-size:10px;font-weight:normal;color:#888}
.form-list .customer-dob .dob-day,.form-list .customer-dob .dob-month{width:60px}
.form-list .customer-dob .dob-day input.input-text,.form-list .customer-dob .dob-month input.input-text{width:46px}
.form-list .customer-dob .dob-year{width:140px}
.form-list .customer-dob .dob-year input.input-text{width:134px}
.buttons-set{clear:both;margin:2em 0;padding:0 0 0;text-align:right}
.buttons-set.buttons-set-contact{padding: 0 15px;}
.box-review_form .form-add .buttons-set{padding:15px 0;margin:0}
.buttons-set p.required{margin:0 0 10px;float: right;line-height: 30px;}
.buttons-set .back-link{float:right;margin:0}
.buttons-set button.button{float:left}
.buttons-set-order{margin:10px 0 0}
.buttons-set-order .please-wait{padding:12px 7px 0 0}
.fieldset{background:#fff;padding:0px;margin:0;}
.fieldset .legend{float:left;font-weight:normal;text-transform:capitalize;font-size:14px;border:1px solid #eee;background:#fff;color:#252525;margin:-33px 0 0 -10px;padding:0 8px;position:relative}
.form.create.account > .fieldset {float: left;padding: 0 25px; width: 50%;}
.form.create.account .actions-toolbar {clear: both; padding: 10px 0;}
.form-create-account .create .field{margin-bottom: 15px}
.action.edit span, .action.back span, .action.remind span, .login-container .fieldset::after {color: #3b6b00;}
.action.edit span:hover, .action.back span:hover, .action.remind span:hover {text-decoration: underline;}
.block-new-customer .primary a.action{font-size: 16px; color: #333e48; font-weight: bold; height: auto; line-height: 45px; border-width: 1px; border-style: solid; border-color: #efecec; background-color: #efecec; border-radius: 25px; -webkit-border-radius: 25px; -moz-border-radius: 25px; -ms-border-radius: 25px; -o-border-radius: 25px;}
.block-new-customer .primary a.action span{display: block;}
.block-new-customer .primary a.action:hover{background-color: #fed700; border-color: #fed700}
/* Form Validation */
.validation-advice{clear:both;min-height:13px;margin:3px 0 0;padding-left:17px;font-size:11px;font-weight:bold;line-height:13px;background:url(../../frontend/Alothemes/default/en_US/Magento_Theme/images/validation_advice_bg.gif) 2px 0 no-repeat;color:#eb340a;width: 270px;}
.validation-failed{border:1px dashed #eb340a!important;background:#faebe7!important}
.validation-passed{}
p.required{font-size:11px;text-align:right;color:#EB340A}
/* Expiration date and CVV number validation fix */
.v-fix{float:left}
.v-fix .validation-advice{display:block;width:12em;margin-right:-12em;position:relative}
/* Global Messages  */
.success{color:#3d6611;font-weight:bold}
.error{color:#df280a;font-weight:bold}
.notice{color:#e26703}
.messages,.messages ul{list-style:none!important;margin:0!important;padding:0!important}
.messages{width:100%;overflow:hidden}
.messages li{margin:0 0 10px!important}
.messages li li{margin:0 0 3px!important}
.error-msg,.success-msg,.note-msg,.notice-msg{border-style:solid!important;border-width:1px!important;background-position:10px 9px!important;background-repeat:no-repeat!important;min-height:24px!important;padding:8px 8px 8px 32px!important;font-size:11px!important;font-weight:bold!important}
.error-msg{border-color:#f16048;background-color:#faebe7;background-image:url(../../frontend/Alothemes/clenlidirect_new/en_IE/images/i_msg-error.gif);color:#df280a}
.success-msg{border-color:#446423;background-color:#eff5ea;background-image:url(../../frontend/Alothemes/clenlidirect_new/en_IE/images/i_msg-success.gif);color:#3d6611}
.note-msg,.notice-msg{border-color:#fcd344;background-color:#fafaec;background-image:url(../../frontend/Alothemes/clenlidirect_new/en_IE/images/i_msg-note.gif);color:#3d6611}
#popupNewsletterMessages.messages { padding: 40px 9px 10px 10px !important;}
/* BreadCrumbs */
.breadcrumbs{text-align: left;}
.breadcrumbs li{display:inline-block;}
.breadcrumbs li:before{content: "\71"; font-family: "untitled-font-6" !important; font-size: 15px; color: #d5d5d5; display: inline-block; line-height: 35px; vertical-align: middle; padding-right: 10px}
.breadcrumbs li.home:before{display: none;}
.breadcrumbs li.home{padding-left:0}
.breadcrumbs li.home a{background-color: transparent; padding-left: 0}
.breadcrumbs li a{outline:medium none;color: #666;}
.breadcrumbs li a,.breadcrumbs li strong{font-size: 14px; color: #333e48; text-transform: capitalize; display: inline-block; line-height: 35px; padding: 0 13px; font-weight: normal;}
.breadcrumbs li a{background-color: #f5f5f5;}
.breadcrumbs ul{margin:0; padding: 17px 0;}

/*Toolbar*/
.toolbar-products .pages{display: none;}
.toolbar-top .toolbar{background-color: #f5f5f5;-webkit-border-radius: 10px; text-align: center; padding: 6px 0;-moz-border-radius: 0px;border-radius: 0px;}
.toolbar .toolbar-amount{float: right; font-size: 13px; color: #717171; line-height: 38px; padding-top: 0; padding-right: 25px}
.toolbar .modes{margin-left: 15px; margin-right: 0; float: left;display: block;}
.toolbar-top .toolbar{margin-bottom: 23px}
.toolbar .modes-mode:last-child{border: 0}
.toolbar .modes:before, .toolbar .modes:after{content: ""; clear: both; display: table;}
.toolbar .modes-mode{width: 30px; height: 38px; padding: 0; text-align: center; background-color: transparent; border: 0; line-height: 38px; color: #d6dbe1; float: left;}
.toolbar .modes-mode.mode-grid{margin-right: 10px;}
.toolbar .modes-mode.active{color: #333e48}
.toolbar .modes .modes-mode:before{font-family: "untitled-font-6" !important; font-size: 20px; color: inherit;}
.toolbar .modes .modes-mode.mode-grid:before{content: "\68";}
.toolbar .modes .modes-mode.mode-list:before{content: "\69";}
.toolbar .modes-mode:not(.active):hover{background-color: transparent; color: #333e48}
.toolbar .modes .modes-mode > span,
.toolbar .modes .modes-label{display: none;}

/* Pager 
.pager{margin: 0;padding:  0;border-top:0;text-align:center}
.pager .amount{float:left;margin:0}
.pager .amount strong{font-weight:normal}
.pager .limiter{float:right}
.pager .limiter label{vertical-align:middle;font-weight:300;margin:0;vertical-align:middle}
.pager .limiter select{padding:0;margin:0 0 1px;vertical-align:middle}
.pager .pages strong{display: none;color: #2a2a2a;float: left;font-size: 14px;font-weight: 400;line-height: 45px;padding-right: 10px;}
.pager .pages ol{display:inline}
.pager .pages li{display:inline-block;margin:7px 7px 0 0;width:30px;height: 30px;float:left;line-height: 29px;border-style: solid;border-width: 1px;}
.pager .pages li a{border: 0;border-radius:0;display:block;padding:0;text-decoration:none;height: 28px;line-height: 28px;}
.pager .pages li a .fa{padding-left:5px}*/
.pager li>a, .pager li>span{
	padding:0;
}

/* Sorter */
.toolbar .sorter,.toolbar .limiter{padding-top: 0;  float: none;}
.toolbar .sorter,.page-products .toolbar .limiter{display: inline-block;vertical-align: top;}
.toolbar .sorter .sorter-action:before{font-size: 24px;}
.toolbar .sorter-label{font-weight: normal;font-size: 13px;font-weight: normal;}
.toolbar .sorter-options, .toolbar .limiter-options{color: #7e7e7e; height: 38px; border: 1px solid #e3e3e3;-webkit-border-radius:  20px;-moz-border-radius: 20px;border-radius: 20px;background-color: #fff;font-size: 13px;}
/*Toolbar bottom*/
.toolbar-bottom .toolbar-products .pages{display: inline-block; float: right;}
.toolbar-bottom .toolbar .modes, .toolbar-bottom .toolbar .sorter{display: none;}
.toolbar-bottom .toolbar .limiter{display: inline-block; float: left;}
.toolbar-bottom .toolbar .toolbar-amount{display: none;}
.toolbar .limiter-options{padding: 0 10px; font-size: 14px; }
.toolbar .limiter .label, .toolbar .limiter-text{font-size: 14px; color: #7e7e7e; font-weight: normal; display: inline-block;padding: 0;}
.toolbar .limiter-text{display: none;}
.pages .item .page, .pages .item .next, .pages .item .previous{width: 45px; border: 1px solid #e4e4e4; display: inline-block; font-size: 15px; color: #7e7e7e; line-height: 36px; border-radius: 20px}
/*.pages .item .page .number{color: #}*/
.pages .item.current .page, .pages .item .page:hover, .pages .item .next:hover, .pages .item .previous:hover{background-color: #fed700; border-color: #fed700; color: #262626; font-weight: bold;}
.toolbar-bottom .pages .action.previous:before, .toolbar-bottom .pages .action.next:before{margin: 0; color: inherit;font-size: 30px;}
.pages .action.next,
.pages .action.previous{margin: 0;}
.pages .item{margin: 0 5px 0 0;}
.toolbar-bottom .toolbar-products{padding: 0; margin: 0}
.toolbar-bottom{padding:6px 15px; margin-top: 0;background: #f5f5f5;}

/* Data Table */
.data-table{width:100%;border:1px solid #eeeeee;}
.data-table .odd{background:#ffffff}
.data-table .even{background:#ffffff}
.table.grouped .product-item-name{font-weight: normal;}
.cart.table-wrapper .product-item-name a{font-size: 17px; color: #3e3e3e; text-transform: capitalize;}
.data-table tbody tr td .cart-price .price{font-size: 16px; color: #343f49}
.data.table tbody tr td.a-subtotal .cart-price .price,.data.table tbody tr td .cart-price .price{color:#343f49;font-size: 16px;}
.data.table tbody tr td input.qty{color:#818181;text-align:center;width:35px!important; font-size: 14px; float: left;height: 35px;border: 0;background-color: transparent;}
.cart .data.table tbody tr td input.qty{width: 60px !important; text-align: left;}
.data-table tfoot{border-bottom:1px solid #eeeeee}
.data-table tfoot tr{background-color:#fff!important}
.data-table tfoot td{padding-top:1px;padding-bottom:1px;border-bottom:0;}
.data-table tfoot strong{font-size:16px}
.data-table tbody th,.data-table tbody td{border-bottom:1px solid #eeeeee;border-right:1px solid #eeeeee}
.data.table .custom-qty{width: 110px;background-color: #f5f5f5;border: 1px solid #ebebeb;}
.data.table .custom-qty .alo_qty{width: 35px;float: left;height: 35px;line-height: 35px;text-align: center;outline: medium none;}
.cart.table-wrapper .col {vertical-align: middle;}
.cart.table-wrapper .item .col.item {padding: 30px 0 0;}
.table:not(.cart):not(.totals) > thead > tr > th,
.table:not(.cart):not(.totals) > thead > tr > td{border-bottom: 1px solid #ddd}

.cart.table-wrapper .item-actions td {padding: 0 0 10px;}
.cart-summary .block .fieldset .methods .field > .label{float: none;}
.cart.table-wrapper .items .cart.item:last-child .item-info{border-bottom: 1px solid #dddddd}
.cart.table-wrapper .items thead ~ .cart.item:first-of-type .item-info{border-top: 1px solid #dddddd}

/* Bundle products tables */
.data-table tbody.odd tr{background:#f8f7f5!important}
.data-table tbody.even tr{background:#f6f6f6!important}
.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 #eeeeee}
.data-table tbody td .option-label{font-weight:bold;font-style:italic}
.data-table tbody td .option-value{padding-left:10px}

/*Bundle product*/
.bundle-options-container .bundle-options-wrapper, .bundle-options-container .block-bundle-summary{width: 48%}
.bundle-options-container .block-bundle-summary{float: right;}
.bundle-options-container .bundle-options-wrapper{float: left;}
.bundle-options-container .product-add-form{display: none}
.bundle-options-container .product-options-wrapper{margin-bottom: 30px}
.bundle-options-container .price-box .price{font-size: 18px;font-weight: 700}
.bundle-options-container .block-bundle-summary{background: #e8e8e8;padding: 10px 20px}
.bundle-options-container .block-bundle-summary > .title{margin-bottom: 10px}
.bundle-options-container .block-bundle-summary .bundle-summary{margin-top: 30px}
.bundle-options-container .block-bundle-summary .bundle-summary.empty{display: none}
.bundle-options-container .block-bundle-summary .bundle-summary > .subtitle{font-weight: 300;line-height: 1.1;font-size: 1.8rem;margin-top: 1.5rem;margin-bottom: 1rem;display: block}
.bundle-options-container .block-bundle-summary .box-tocart .actions{display: inline-block;}
.bundle-options-container .block-bundle-summary .product-addto-links > .action{vertical-align: top}
.bundle-options-container .nested .field.qty{margin-top: 20px}
.bundle-options-container .nested .field.qty .label{font-weight: 700; display: inline-block; padding: 0}
.bundle-options-container p.required{color: #e02b27}
.bundle-options-container .product-options-bottom{clear: left}
.bundle-options-container .block-bundle-summary .product-addto-links > .action{background-image: none;background: #f2f2f2;border: 1px solid #cdcdcd;color: #333;cursor: pointer;margin: 0;padding: 7px 15px;font-size: 1.4rem;line-height: 1.6rem;box-sizing: border-box;vertical-align: middle;display: inline-block;text-decoration: none;border-radius: 3px}
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active{background: #e2e2e2;border: 1px solid #cdcdcd;color: #333}
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover{background: #e2e2e2;border: 1px solid #cdcdcd;color: #555}
.bundle-options-container .block-bundle-summary .product-addto-links > .action.disabled,
.bundle-options-container .block-bundle-summary .product-addto-links > .action[disabled],
fieldset[disabled] .bundle-options-container .block-bundle-summary .product-addto-links > .action{opacity: .5;cursor: default;pointer-events: none}
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:active,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:focus{text-decoration: none}
.bundle-info .product-addto-links .action .icon,.page-product-downloadable .product-addto-links .action .icon{display: inline-block;font-size: 15px;line-height: 20px;padding-right: 5px;vertical-align: middle;}

.fieldset-bundle-options .field.qty .control{display: inline-block;}
.fieldset-bundle-options .field.option{margin-bottom: 30px}
.bundle-options-container:before, .bundle-options-container:after{content: ""; clear: both; display: table}
.bundle-options-wrapper .product-options-wrapper{border-bottom: 0; padding-bottom: 0; margin-bottom: 0; padding-top: 0}
.bundle-info .product-details{margin-top: 10px}
.bundle-info .box-tocart .fieldset{padding-bottom: 10px;background-color: transparent;}
.bundle-info .box-tocart .fieldset .qty{margin: 0 0 20px !important;max-width: 200px;display: block;}
.bundle-info .box-tocart .fieldset .actions{margin: 0 !important;}
.bundle-info .product-addto-links{display: none;}
.bundle-info .box-tocart .control{background-color: #fff;}

.product-info-main .price-box .price-from{padding-right: 15px}
.product-info-main .price-box .price-from .price-wrapper .price, .product-info-main .price-box .price-to .price-wrapper .price,
.product-info-main .price-box .price-from .price-container .price-label, .product-info-main .price-box .price-to .price-container .price-label{font-size: 16px; color: #333e48; }
.product-info-main .price-box .price-from, .product-info-main .price-box .price-to{display: inline-block; vertical-align: top;}
.bundle-actions .customize span{font-size: 13px}
.bundle-actions{padding-bottom: 15px;}
.product-quickview .bundle-actions{padding-top: 15px;}

.page-product-downloadable .product-add-form{margin: 0;}
.page-product-downloadable .product-options-wrapper{padding: 0;}
.page-product-downloadable .product-options-bottom .price-box{float: none;}
.page-product-downloadable .box-tocart .fieldset .actions{margin: 0 !important;}
.page-product-downloadable .product-social-links{margin-top: 10px;}

/* Generic Info Box */
.info-box{background:#fff url(../../frontend/Alothemes/clenlidirect_new/en_IE/images/bkg_block-title.gif) 0 0 repeat-x;border:1px solid #d0cbc1;padding:12px 15px;margin:0 0 15px}
.info-box h2{font-weight:bold;font-size:13px}
.info-table th{font-weight:bold;padding:2px 15px 2px 0}
.info-table td{padding:2px 0}
/* Shopping cart total summary row expandable to details */
.cart-totals .amount, .opc-block-summary .table-totals .amount{color: #333e49}
.methods .item-title{color: #333e49}
.cart-summary .block > .title, .paypal-review-discount .block > .title{color: #333e49}
tr.summary-total{cursor:pointer}
tr.summary-total td{}
tr.summary-total .summary-collapse{float:right;text-align:right;padding-left:20px;background:url(../../frontend/Alothemes/clenlidirect_new/en_IE/images/bkg_collapse.gif) 0 5px no-repeat;cursor:pointer}
tr.show-details .summary-collapse{background-position:0 -52px}
tr.show-details td{}
tr.summary-details td{font-size:11px;background-color:#dae1e4;color:#626465}
tr.summary-details-first td{border-top:1px solid #d2d8db}
tr.summary-details-excluded{font-style:italic}
/* Shopping cart tax info */
.cart-tax-info{display:block}
.cart-tax-info,.cart-tax-info .cart-price{padding-right:20px}
.cart-tax-total{display:block;padding-right:20px;background:url(../../frontend/Alothemes/clenlidirect_new/en_IE/images/bkg_collapse.gif) 100% 5px no-repeat;cursor:pointer}
.cart-tax-info .price,.cart-tax-total .price{display:inline!important;font-weight:normal!important}
.cart-tax-total-expanded{background-position:100% -52px}
/* Class:std - styles for admin-controlled content */
.std .subtitle{padding:0;}
.std ol.ol{list-style:decimal outside;padding-left:1.5em;}
.std ul.disc{list-style:disc outside;padding-left:18px;margin:0 0 10px;}
.std dl dt{font-weight:bold;}
.std dl dd{margin:0 0 10px;}
.std ul,.std ol,.std dl,.std p,.std address,.std blockquote{margin:0 0 1em;padding:0;}
.std ul{list-style:disc outside;padding-left:1.5em;}
.std ol{list-style:decimal outside;padding-left:1.5em;}
.std ul ul{list-style-type:circle;}
.std ul ul,.std ol ol,.std ul ol,.std ol ul{margin:.5em 0;}
.std dt{font-weight:bold}
.std dd{padding:0 0 0 1.5em}
.std blockquote{font-style:italic;padding:0 0 0 1.5em;}
.std address{font-style:normal;}
.std b,.std strong{font-weight:bold;}
.std em{font-style:italic;}
/* Misc */
.links li{display:inline}
.links li.last{}
.link-cart{color:#d22753;font-weight:bold}
.link-wishlist{color:#d22753;font-weight:normal}
.link-reorder{font-weight:normal;color:#ea5648!important}
.link-compare{font-weight:bold}
.link-print{/*background:url(../../frontend/Alothemes/clenlidirect_new/en_IE/images/i_print.gif) 0 2px no-repeat;padding:2px 0 2px 25px;*/
 font-weight:bold;color:#d22753}
.link-rss{background:url(../../frontend/Alothemes/clenlidirect_new/en_IE/images/i_rss.gif) 0 2px no-repeat;padding-left:18px;line-height:14px;white-space:nowrap}
.btn-remove{display:block;width:11px;height:11px;font-size:0;line-height:0;background:url(../../frontend/Alothemes/clenlidirect_new/en_IE/images/btn_remove.gif) 0 0 no-repeat;text-indent:-999em;overflow:hidden}
.btn-previous{display:block;width:11px;height:11px;font-size:0;line-height:0;background:url(../../frontend/Alothemes/clenlidirect_new/en_IE/images/btn_previous.gif) 0 0 no-repeat;text-indent:-999em;overflow:hidden}
.btn-remove2{display:block;padding:9px;font-size:12px;text-indent: inherit;background-image: none;width: auto;height: auto;}
.btn-remove2:hover,.btn-edit:hover{background-color:transparent;}
.btn-edit{display:block;padding:9px;font-size:12;line-height:0;}
.cards-list dt{margin:5px 0 0}
.cards-list .offset{padding:2px 0 2px 20px}
.separator{margin:0 3px}
.divider{clear:both;display:block;font-size:0;line-height:0;height:1px;margin:10px 0;background:url(../../frontend/Alothemes/clenlidirect_new/en_IE/images/bkg_divider1.gif) 0 50% repeat-x;text-indent:-999em;overflow:hidden}
#product-attribute-specs-table th {color: #666666; border-radius: 0;display: block;font-size: 100%;text-align: left;}
/* Global site notices */
.global-site-notice{border:1px solid #cfcfcf;border-width:0 0 1px;background:#ffff90;font-size:12px;line-height:1.25;text-align:center;color:#2f2f2f}
.global-site-notice .notice-inner{width:860px;margin:0 auto;padding:12px 0 12px 80px;background:url(../../frontend/Alothemes/clenlidirect_new/en_IE/images/i_notice.gif) 20px 25px no-repeat;text-align:left}
.global-site-notice .notice-inner p{margin:0;border:1px dotted #cccc73;padding:10px}
.global-site-notice .notice-inner .actions{padding-top:10px}
/* Cookie Notice */
.notice-cookie{position:fixed;z-index:9999;width:100%;bottom:0;left:0;margin:0!important;opacity:0.95;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";/* IE8 */}
/* Noscript Notice */
.noscript{}
/* Demo Notice */
.demo-notice{margin:0;padding:6px 10px;background:#d75f07;font-size:12px;line-height:1.15;border:0;text-align:center;color:#fff}
.demo-notice .notice-inner{width:auto;padding:0;background:none;text-align:center}
.demo-notice .notice-inner p{padding:0;border:0}
/* Demo 404 */
.cms-no-route .page-not-found {text-align: center;}
.cms-no-route .page-not-found .page-title h1,.cms-no-route .page-not-found .page-title h1 span{line-height: 130px;text-indent: -999em;padding-top: 120px;}
.cms-no-route .page-not-found .page-title h1{background-image: url(../../frontend/Alothemes/clenlidirect_new/en_IE/images/404.png);background-position: 50% 50%;background-repeat: no-repeat;}
.cms-no-route .page-not-found .page-title h1 span{color: #242628;font-weight: bold;}
.page-not-found h2{ color: #333;font-size: 28px;margin-bottom: 20px;letter-spacing: 5px;text-transform: uppercase;}
.page-not-found h3{font-size: 16px;color: #666666;font-weight: normal;}
.page-not-found .block-newletter label{display: none;}
.page-not-found .form-search{ margin: 0 auto; position: relative;width: 500px;}
.page-not-found .form-search .button{position: absolute;top: 2px;right: 2px;border: 0 none;height: 41px;line-height: 41px;}
.page-not-found .form-search .button span{height: 43px;line-height: 45px;background-color: transparent;}
.page-not-found .form-search .button span .fa{font-size: 17px;}
.page-not-found .previus-page{letter-spacing: 3px;color: #333;height: 40px;line-height: 40px;padding:0 29px;font-size: 13px;text-transform: uppercase;margin:60px 0 100px;display: inline-block;border: 1px solid #aaaaaa;}
.page-not-found .previus-page:hover{background-color: #ff5555;color: #fff;border: 1px solid #ff5555;}
.page-not-found .form-search #search{width: 500px;border: 2px solid #242628;height: 45px;line-height: 45px;padding: 0 60px 0 9px;}
/* ======================================================================================= */
/* Header ================================================================================ */
.page-header{padding: 0; margin: 0; border: 0}
.header-container-fixed {animation-duration: 450ms; animation-fill-mode: both; animation-name: fadeInDown; box-shadow: 0 0 3px #666666;-moz-box-shadow: 0 0 3px #666666; -webkit-box-shadow: 0 0 3px #666666; -o-box-shadow: 0 0 3px #666666;-ms-box-shadow: 0 0 3px #666666;position: fixed; width: 100%; z-index: 10000;top:0;}
@keyframes fadeInDown {
	0% {
	    opacity: 0;
	    transform: translate3d(0px, -100%, 0px);
	}
	100% {
	    opacity: 1;
	    transform: none;
	}
}
.header-top .top-left {float: left;padding-left: 15px;}
.header-top .top-right {float: right;padding-right: 15px;}
.header-top{border-width: 0 0 1px; border-style: solid; border-color: #efefef;}
.header-content{padding: 15px 0 5px;}
/*Top support/hot support*/
.hot-support .hotline, .hot-support .email{display: inline-block; }
.hot-support .hotline{margin-right: 24px}
.hot-support p{margin: 0; font-size: 13px; color: #334141; line-height: 43px}
.hot-support p .icon{color: #fed700; padding-right: 10px; font-size: 19px; display: inline-block; vertical-align: middle; line-height: 34px}

/*header setting*/
.store-location, .track-order,.customer{float: left; padding-left: 20px; padding-right: 22px; cursor: pointer;}
.customer{padding-right: 0}
.store-location:after, .track-order:after{content: ""; width: 1px; height: 13px; top: calc(50% - 6px); right: 0; background-color: #cad5d5; display: block; position: absolute;}
.store-location a, .track-order a{display: block; font-size: 13px; color: #334141; text-transform: capitalize; line-height: 43px}
.store-location:hover a, .track-order:hover a{color: #fed700}
.store-location a:before, .track-order a:before{font-size: 18px; display: inline-block; vertical-align: middle; padding-right: 6px; }
/*Top links / Customer*/
.header.links{margin: 0;}
.customer:hover .icon{color: #6fb31a}
.customer .icon, .customer .top-links{margin: 0; display: block; float: left;}
.customer .top-links li{float: left; margin: 0}
.customer .icon{font-size: 16px; color: #334141; line-height: 43px; padding-right: 0px;}
.customer .top-links li a{color: #334141}
.customer .top-links li a, .customer .top-links li span{font-size: 13px; text-transform: none; line-height: 43px}
.customer .top-links li a:hover{color: #fed700}
.customer .top-links li span{padding: 0 5px; color: #959595}
.customer .links li:nth-child(1):after{content: attr(data-label);display: inline-block;padding: 0 5px; color: #959595;line-height: 43px;}
.customer .links li.customer-welcome:after,.customer .links .customer-menu li:nth-child(1):after{display: none;}
.customer .top-links li.customer-welcome span{color: #343434;padding: 0;}
.customer-welcome .action.switch {background-image: none;background: none;-moz-box-sizing: content-box;border: 0;box-shadow: none;line-height: inherit;margin: 0; padding: 0;text-decoration: none;text-shadow: none;font-weight: 400;vertical-align: middle;height: auto;}
.customer-welcome .action.switch > span {border: 0;clip: rect(0, 0, 0, 0);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}
.customer-welcome .action.switch:after {font-size: 16px;line-height: 15px;color: inherit;content: '\f107';font-family: FontAwesome;margin:0 5px;vertical-align: middle;display: inline-block; font-weight: normal;overflow: hidden;speak: none;text-align: center;}
.customer-welcome.active .action.switch:after {content: '\f106';}
.customer-welcome .customer-menu {display: none;position: absolute;min-width: 160px;box-shadow: 0 0 3px rgba(0,0,0,0.25);background-color: #fff;padding: 10px;z-index: 99;}
.customer-welcome.active .customer-menu {display: block;}
.customer-welcome{margin: 0 15px 0 0 !important;}
.customer .top-links .customer-menu li{float: none;display: block;}
.customer .links .customer-menu li a{line-height: normal;padding: 5px 0;display: block;}
.customer-welcome .action.switch::after{margin: -4px 5px 0px 2px !important;}
/*Currency*/
.switcher-currency .switcher-trigger strong{font-size: 13px; color: #334141;  vertical-align: middle;}
.switcher-currency .switcher-trigger:after{vertical-align: middle; display: inline-block;}
.page-header .switcher .options .action.toggle:after, .page-footer .switcher .options .action.toggle:after{vertical-align: middle;}
.page-header .switcher .options .action.toggle.active:after, .page-footer .switcher .options .action.toggle.active:after{vertical-align: middle;}
.currency-top .currency .action strong span{font-size: 13px; color: #334141; font-weight: normal;}
.currency-top:hover .currency .action strong span, .currency-top .currency .action.active strong span{color: #fed700}
.page-header .switcher .options ul.dropdown, .page-footer .switcher .options ul.dropdown{margin-bottom: 0; padding: 15px 20px;left: 0; border: 0; position: absolute; top: 43px; z-index: 35; min-width: 120px;background-color: #fff;box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);-o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);display: none;}
.page-header .switcher .options ul.dropdown::before, .page-footer .switcher .options ul.dropdown::before, .page-header .switcher .options ul.dropdown::after, .page-footer .switcher .options ul.dropdown::after{display: none;}
.switcher .options ul.dropdown li:hover{cursor: pointer;}
.switcher .options ul.dropdown li a{color: #333333}
.currency_top, .top-form-language {float: left;line-height: 23px;padding: 10px 15px 0;position: relative;}
.currency_top .currentcode {color: #334141;font-size: 16px;font-style: normal !important;font-variant: normal !important;font-weight: bold !important;padding: 0 5px 0 0;}
.top-form-language {padding-left: 0;}
.page-header .switcher, .page-footer .switcher{margin: 0;}
.top-form-language:after, .currency_top:after {border-right: 1px solid #cad5d5;content: "";height: 13px;position: absolute;right: 0;top: 15px;}
.top-form-language .language .dropdown span, .page-header .top-form-language .switcher .options ul.dropdown a {background-position: left center;background-repeat: no-repeat;line-height: normal;padding: 0 0 0 25px;font-size: 13px;display: inline-block;}
.page-header .switcher .options, .page-footer .switcher .options{position: static;}
.page-header .switcher .options ul.dropdown a, .page-footer .switcher .options ul.dropdown a{padding: 0 8px;display: inline-block;}
.page-header .switcher .options ul.dropdown li:hover, .page-footer .switcher .options ul.dropdown li:hover{background-color: transparent;}
/*Header Logo*/
.header .logo{margin:0; text-decoration:none!important; outline:none; display: block; max-width: 200px; float: none;}
.header .logo .logo1{padding: 44px 0 30px;display: block;}
.header .logo strong{position:absolute;top:-999em;left:-999em;width:0;height:0;font-size:0;line-height:0;text-indent:-999em;overflow:hidden}
.header h1.logo{padding: 0;}

/*header search*/
.content-seach{padding: 0; margin-top: 10px;}
.header-search .block-search .block-title{display: none;}
.header-search .block-search .block-content{margin: 0}
.header-search .form-search:before, .header-search .form-search:after{content: ""; clear: both; display: table;}
.header-search .form-search{background-color: #fff;border: solid 2px #fed700;-webkit-border-radius: 25px;-moz-border-radius: 25px;border-radius: 25px;}
.header-search .form-search button.button{float: right; width: 75px; text-align: center; padding: 0; background-color: #fed700; border: 0; height: auto; opacity: 1;border-radius: 0 22px 22px 0}
.header-search .field.search{width: calc(100% - 75px)}
.header-search .form-search button.button > span > span{padding:0;border:none; display: block; text-align: center; line-height: 50px;font-size: 0;display: none;}
.header-search .form-search button.button > span{line-height: 50px;}
.header-search .form-search button.button > span:before{font-size: 15px;font-family: 'FontAwesome';content: "\f002";font-weight: normal;}
.header-search .form-search button.button > span .icon{font-size: 24px; display: inline-block; padding-top: 5px}
.header-search .form-search input.input-text{background-color:transparent; font-size:15px; margin:0;line-height:53px;height: 53px; border: 0; color: #a0a0a0; padding: 0 20px}
.header-search .form-search input[type="search"],.header-search .form-search input[type="search"]:-moz-placeholder{color: #a0a0a0 !important;}
.header .form-search .dd-container{position: absolute;right: 40px;width: 130px !important;border-left: 1px solid #d9dadc}
.header .form-search .catalogsearch {position: relative;}
.catalogsearch .c-smartsearch__overlay{display: none;}
.header .form-search .catalogsearch input.input-text { width: 70%;float: left;border-radius: 0 3px 3px 0;border-color: #ccc;border-width: 0 0 0 1px;margin: 0;padding: 0 20px 0 20px;height: 50px;}
.header .form-search .catalogsearch-box {background-color: #fff;border: 1px solid #fff;border-left: 0;border-right: 0;border-radius: 3px;font-size: 13px;float: right;height: 50px;padding: 0 20px 0 15px;width: 30%;position: absolute;right: 0px;display: block;color: #555555;text-overflow: ellipsis;white-space: nowrap;}
.header .form-search .catalogsearch-box span{color: #6b6b6b;font-size: 15px;display: block;height: 50px;line-height: 50px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.header .form-search .catalogsearch-box span:after {content: "\f0d7";display: block;font-size: 10px;font-family: 'FontAwesome';color: #555555;position: absolute;right: 15px;top: 0px;}
.header .form-search .dd-container{background-color: #fff;position: absolute;z-index: 99;left: 0;width: 230px !important;height: 250px;overflow: auto;border: 1px solid #e6e6e6;}
.header .form-search .dd-container li{border: 0;color: #666;padding: 5px 25px 5px 25px;margin: 0;;text-align: left;}
.header .form-search .dd-container li:hover,.header .form-search .dd-container li.selected{color: #000;background: #f0f2f5;}
.header .form-search .dd-options{height: 250px;box-shadow:0 0 10px 0 rgba(0,0,0,0.15); -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);-webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);-o-box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);-ms-box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);border: 0;}
.header .form-search .dd-container .dd-select{border-radius: 0;border: 0;border-right: 1px solid #dddddd;background-color: transparent !important;margin-bottom: 0px;}
.header .form-search .dd-option-text{font-size: 12px;margin: 0;font-weight: 500;cursor: pointer;}
.header .form-search .dd-options .dd-option{border: 0;color: #666;padding: 5px 0 5px 18px;text-align: left;}
.dd-container .dd-selected{padding: 13px 17px;margin: 0;}
.dd-pointer-down,.dd-pointer-up{border-color:rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ddd !important}
.dd-pointer{right: 14px !important;margin-top: -6px !important;}
.dd-container .dd-selected .dd-selected-text{margin: 0;text-transform: uppercase;color: #2a2a2a;font-weight: normal;}
.header .form-search .dd-options .dd-option:before {color: #bbbbbb;content: "";font-family: FontAwesome;font-size: 13px;margin-right: 10px;text-align: left;width: 32px;}
.header .form-search .dd-options .dd-option:hover{color: #ffa800;}

.header .form-search .search-autocomplete{margin-top: 0;}
.header .form-search .search-autocomplete ul{border:1px solid #5c7989;}
.header .form-search .search-autocomplete li{text-align:left;border-bottom:1px solid #f4eee7;padding:2px 8px 1px 8px;cursor:pointer}
.header .form-search .search-autocomplete li .amount{float:right;font-weight:bold}
.header .form-search .search-autocomplete li.odd{background-color:#fffefb}
.header .form-search .search-autocomplete li.selected{background-color:#f7e8dd}
.header .block-search .search-autocomplete {top: 50px !important;}
.header .form-search .search-autocomplete ul{border: 1px solid #e1e1e1;padding: 15px 15px 15px;}
.header .form-search .search-autocomplete li{padding: 10px 15px;}
.header .form-search .search-autocomplete ul li.full-search{padding: 2px 15px 10px;margin-left: -15px;margin-right: -15px;border: 0;}
.header .form-search .search-autocomplete .c-smartsearch__image{float: left;}
.header .form-search .search-autocomplete .c-smartsearch__description{padding: 10px 0 0 110px;}
.header .form-search .search-autocomplete .c-smartsearch__description .c-smartsearch__title a{font-size: 14px;font-weight: 600;line-height: 1.3;}
.header .form-search .search-autocomplete .c-smartsearch__description .option-reviews .product-reviews-summary{margin: 5px 0 5px;}
.header .form-search .search-autocomplete .c-smartsearch__description .product-reviews-summary .reviews-actions{line-height: 25px;}
.header .form-search .search-autocomplete .c-smartsearch__description .option-price{font-size: 20px;color: #333;}
.header .form-search .search-autocomplete .row:last-child li{border: 0;}
.header .form-search .search-autocomplete .action.close {background-color: transparent;border: 0 none;box-shadow: none;box-sizing: content-box;display: inline-block;font-weight: 400;height: 20px;line-height: inherit; margin: 0;padding: 0;text-decoration: none;text-shadow: none;top: 0;width: 20px;color: #000000;opacity: 0.2;font-size: 0;}
.header .form-search .search-autocomplete .action.close:before {color: inherit;content: "\f00d";display: inline-block;font-family: "FontAwesome";font-size: 15px;font-weight: normal;line-height:20px;margin: 0;overflow: hidden;text-align: center;vertical-align: top;}
.header .form-search .search-autocomplete .action.close:hover{opacity: 1;background-color: transparent;}
.header .form-search .search-autocomplete li.selected,.header .form-search .search-autocomplete ul li:hover {background-color: transparent;}
.header .form-search .search-autocomplete .c-smartsearch__title{display: block;clear: inherit;}
.header .form-language{clear:both;padding:10px 0;text-align:left;float:left}
.header .form-language label{font-weight:bold;padding-right:5px;color:#a7c6dd;vertical-align:middle;float:left;margin:0}
.header .form-language select{padding:0}
.header .form-language select.flags option{background-position:4px 50%;background-repeat:no-repeat;padding-left:25px}
.header .header-setting{float: right;}
.header .header-setting .settting-switcher{position:relative;}
.righ-header-content{text-align: right; padding-top: 2px; margin-top: 10px;}
.top-link-product li{display: inline-block; vertical-align: middle; margin: 0}
.top-link-product a.compare, .top-link-product a.wishlist{font-size: 22px; color: #333e48; display: inline-block; vertical-align: middle; line-height: 50px; font-weight: bold; width: 50px; height: 50px; line-height: 50px; overflow: hidden; text-align: center; position: relative;}
.top-link-product, .minicart-wrapper{display: inline-block; vertical-align: middle; margin: 0}
.top-link-product a.compare:before{content: "\64"; display: block; line-height: 50px;font-family: "untitled-font-6" !important;font-style: normal !important;font-weight: normal !important;font-variant: normal !important;text-transform: none !important;}
.top-link-product a.compare .counter, .top-link-product a.wishlist .counter{position: absolute; bottom: 9px; right: 2px; width: 22px; height: 22px; line-height: 22px; font-weight: bold; color: #3a454e; text-align: center; overflow: hidden; background-color: #fed700;border-radius: 50%;-webkit-border-radius: 50%;-o-border-radius: 50%;-moz-border-radius: 50%;}
/*minicart cart*/
.miniCartWrap .icons{font-size:25px;padding: 10px;display: block;}
.miniCartWrap .mini-contentCart .icons{font-size: 14px;}
.minicart-wrapper{ margin: 0 !important;text-align: center; position: relative;}
.minicart-wrapper .icon{font-size: 24px; color: #333e48; text-align: center; display: inline-block; line-height: 50px; position: relative;}
.minicart-wrapper .icon:before{ width: 50px; height: 50px; text-align: center; display: inline-block; line-height: 50px}
.minicart-wrapper .icon .amount .price{font-size: 15px;font-weight: 700;}
.minicart-wrapper .action.showcart .counter.qty{position: absolute;left: 26px;bottom: 13px;padding: 0;margin: 0;border-radius: 50%;-moz-border-radius: 50%;-webkit-border-radius: 50%;-ms-border-radius: 50%;-o-border-radius: 50%;height: 22px;line-height: 22px;width: 22px; background-color: #fedf33; font-size: 12px; color: #3a454e; font-weight: bold;}
.minicart-wrapper .block-minicart{background-color: #ffffff;border-style: solid;border-width: 2px 0 0;border-color: #fed700;z-index: 10;position: absolute;top: 100%;padding: 30px 25px 20px;width: 350px;display: none;box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);-o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);-ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);}
.block-minicart .subtitle.empty{font-weight: 600;}
.block-minicart .subtitle.empty span{font-size: 12px;}
.minicart-wrapper .block-minicart .block-title{display: none;}
.block-minicart .items-total,.block-minicart .subtotal{margin: 0;display: inline-block;float: none;}
.subtotal .amount.price-container {display: inline-block;}
.block-minicart .subtotal .label{color: #666;font-weight: normal;padding: 0;}
.block-minicart .amount .price-wrapper:first-child .price {font-size: 16px;font-weight: normal; color: #333e48}
.block-minicart .block-content > .actions{padding: 0;}
.block-minicart .block-content > .actions .secondary .viewcart{border: 1px solid #efecec;background-color: #efecec;border-radius: 25px;display: block;line-height: 45px;text-align: center;float: none;color: #333e48;}
.block-minicart .block-content > .actions .secondary .viewcart span{font-size: 15px;}
.block-minicart .block-content > .actions .secondary .viewcart:hover{background-color: #fed700;border-color: #fed700;}
.block-minicart .block-content > .actions > .primary{margin: 0 0 15px;}
.block-minicart .block-content > .actions > .primary .action.primary {background-color: #fed700;border: 1px solid #fed700;color: #ffffff;display: block;padding: 0 20px;width: 100%;line-height: 45px;font-size: 15px;}
.minicart-items-wrapper{margin: 0;padding: 15px 0;border: 0;}
.minicart-items-wrapper .product-item-photo {display: block;overflow: hidden;position: relative;}
.minicart-items .product-item-details{text-align: left;padding-left: 95px;}
.minicart-items .product-item-name{margin: 0 0 5px;font-size: 100%;height: 20px; line-height: 20px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.minicart-items .product-item-name a{font-size: 14px;font-weight: 600;color: #0062bd}
.minicart-items .product .toggle::after{content: "";font-family: "FontAwesome";color: inherit;display: inline-block;font-size: 15px;padding-left: 5px;font-weight: normal;line-height: 16px;overflow: hidden;text-align: center;vertical-align: middle;}
.minicart-items .product.active > .toggle::after{content: "";}
.minicart-items .product-item-details .price{color: #055f22;font-size: 15px;}
.label{color: #666666;font-size: 13px;margin: 0;padding: 10px 0;text-align: left;}
/* .minicart-items .action.edit::before, .minicart-items .action.delete::before,
.cart.table-wrapper .actions-toolbar > .action-delete::before,
.cart.table-wrapper .actions-toolbar > .action-edit::before,
.modal-custom .action-close::before, .modal-popup .action-close::before, .modal-slide .action-close::before {color: #999; content: "\f040";display: inline-block;font-family: "FontAwesome"; font-size: 15px;font-weight: normal;line-height: 15px; overflow: hidden;text-align: center;vertical-align: middle;}
.minicart-items .action.delete::before,
.cart.table-wrapper .actions-toolbar > .action-delete::before,.modal-custom .action-close::before, .modal-popup .action-close::before, .modal-slide .action-close::before {content: "\f00d";font-size: 18px;line-height: 18px;}
.minicart-wrapper .product .actions > .primary,.cart.table-wrapper .actions-toolbar > .action-edit{margin-right: 10px;}
.minicart-items .action.edit > span, .minicart-items .action.delete > span,
.cart.table-wrapper .actions-toolbar > .action-delete > span,
.cart.table-wrapper .actions-toolbar > .action-edit > span {border: 0 none;clip: rect(0px, 0px, 0px, 0px);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}
.minicart-wrapper .action.close {border: 0 none;box-shadow: none;box-sizing: content-box;display: inline-block;font-weight: 400;height: 30px;line-height: inherit; margin: 0;padding: 0;position: absolute; right: 0;text-decoration: none;text-shadow: none;top: 0;width: 30px;color: #000000;opacity: 0.2;}
.minicart-wrapper .action.close::before {color: inherit;content: "\f00d";display: inline-block;font-family: "FontAwesome";font-size: 15px;font-weight: normal;line-height:15px;margin: 0;overflow: hidden;text-align: center;vertical-align: top; line-height: 30px}
.minicart-wrapper .action.close > span {border: 0 none;clip: rect(0px, 0px, 0px, 0px);height: 1px; margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}
.minicart-wrapper .action.close:hover{opacity: 1; color: #ee0000;background-color: #fed700;} */
.minicart-items .product-item{margin: 0;}
.minicart-items .product-item:not(:first-child){border-top: 1px solid #ddd}
.minicart-items-wrapper .minicart-items .product-item-details .content{position: relative; z-index: 9; background-color: #fff; border: 1px solid #ddd; text-align: left; padding: 10px 10px 0;}

.minicart-items .action.edit::before, .minicart-items .action.delete::before,
.cart.table-wrapper .actions-toolbar > .action-delete::before,
.cart.table-wrapper .actions-toolbar > .action-edit::before {opacity: 0.3;color: #1a1a1a; content: "";display: inline-block;font-family: "FontAwesome"; font-size: 15px;font-weight: normal;line-height: 15px; overflow: hidden;text-align: center;vertical-align: middle;}
.minicart-items .action.edit:hover:before, .minicart-items .action.delete:hover:before,
.cart.table-wrapper .actions-toolbar > .action-delete:hover:before,
.cart.table-wrapper .actions-toolbar > .action-edit:hover:before{opacity: 1;}
.minicart-items .action.delete::before,
.cart.table-wrapper .actions-toolbar > .action-delete::before {content: "";font-size: 18px;line-height: 18px;}
.minicart-wrapper .product .actions > .primary,.cart.table-wrapper .actions-toolbar > .action-edit{margin-right: 10px;}
.cart.table-wrapper .actions-toolbar > .action-towishlist{margin-right: 10px;vertical-align: middle;}
.minicart-items .action.edit > span, .minicart-items .action.delete > span,
.cart.table-wrapper .actions-toolbar > .action-delete > span,
.cart.table-wrapper .actions-toolbar > .action-edit > span {border: 0 none;clip: rect(0px, 0px, 0px, 0px);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}
.minicart-wrapper .action.close {border: 0 none;box-shadow: none;box-sizing: content-box;display: inline-block;font-weight: 400;height: 20px;line-height: inherit; margin: 0;padding: 0;position: absolute; right: 0;text-decoration: none;text-shadow: none;top: 0;width: 20px;color: #000000;opacity: 0.2;}
.block-actions.filter-actions{padding: 10px 0;}
.filter-current .action.remove{float: right;text-align: right;border: 0 none;box-shadow: none;box-sizing: content-box;display: inline-block;font-weight: 400;height: 20px;line-height: inherit; margin: 0;padding: 0;text-decoration: none;text-shadow: none;top: 0;width: 20px;color: #000000;opacity: 0.2;}
.filter-current .action.remove span{display: none;}
.minicart-wrapper .action.close:before,.filter-current .action.remove:before {color: inherit;content: "\f00d";display: inline-block;font-family: "FontAwesome";font-size: 15px;font-weight: normal;line-height:20px;margin: 0;overflow: hidden;text-align: center;vertical-align: top;}
.minicart-wrapper .action.close > span {border: 0 none;clip: rect(0px, 0px, 0px, 0px);height: 1px; margin: -1px;overflow: hidden;padding: 0;position: absolute;width: 1px;}
.minicart-wrapper .action.close:hover,.filter-current .action.remove:hover{opacity: 1;background-color: transparent;}
.minicart-items .product-item{margin: 0;}
.modal-custom .action-close, .modal-popup .action-close, .modal-slide .action-close {background: rgba(0, 0, 0, 0) none repeat scroll 0 0;border: 0 none;box-shadow: none;box-sizing: content-box;display: inline-block;font-weight: 400;line-height: inherit; margin: 0;padding: 0; position: absolute;right: 0;text-decoration: none;text-shadow: none;top: 0;}
.modal-custom .action-close::before, .modal-popup .action-close::before, .modal-slide .action-close::before {opacity: 0.3;color: #1a1a1a;content: "";display: inline-block;font-family: "FontAwesome";font-size: 15px;font-weight: normal;line-height: 15px;margin: 0;overflow: hidden;text-align: center;vertical-align: top;}
.modal-custom .action-close:hover:before, .modal-popup .action-close:hover:before, .modal-slide .action-close:hover:before{opacity: 1;}
.modal-custom .action-close > span, .modal-popup .action-close > span, .modal-slide .action-close > span { border: 0 none;clip: rect(0px, 0px, 0px, 0px);height: 1px;margin: -1px;overflow: hidden; padding: 0;position: absolute;width: 1px;}
.modal-popup .action-close{padding: 5px 10px;}
.modals-wrapper .modal-popup .modal-footer{margin-top: 10px;text-align: left;}
.modals-wrapper .modal-popup .modal-inner-wrap{width: 50%;}
.modal-inner-wrap .modal-header{border: 0;}

/*minicart update*/
.minicart-items .update-cart-item{border: 1px solid #eee; padding: 0 5px; height: 32px}
.minicart-items .update-cart-item span{font-size: 11px; font-weight: normal; text-transform: capitalize; line-height: 30px; display: block;}
/*end cart*/

/* Style Slide =============================================================================== */
.home-slider .slick-slide .figcaption .caption1,
.home-slider .slick-slide .figcaption .caption2,
.home-slider .slick-slide .figcaption .caption3,
.home-slider .slick-slide .figcaption .caption4{display:none;}
.home-slider.slick-slider{margin-bottom: 30px;}
.slick-slide img{margin: 0 auto;}
.magicslider >.item:nth-child(n+2), .magicslider >.item .figcaption{display: none;}
.magicslider >.item.slick-slide, .magicslider >.item.slick-slide .figcaption{display: block;}
.magicslider{text-align: center; display:block}
.external-video:after {background: rgba(0, 0, 0, 0) url("../../frontend/Alothemes/clenlidirect_new/en_IE/images/alothemes/gallery-sprite.png") repeat scroll right bottom;bottom: 0;content: "";height: 100px;left: 0;margin: auto;position: absolute;right: 0;top: 12px;width: 100px;}
.external-video.embed:after {display: none;}
.slick-initialized .slick-slide{position: relative;}
.home-slider >.item:nth-child(n+2), .home-slider >.item .figcaption{display: none;}
.home-slider >.item.slick-slide, .home-slider >.item.slick-slide .figcaption{display: block;}/* 
.home-slider .slick-slide.slick-active .figcaption .text-slide{position: absolute;top: 40%;left: 45%;} */
.home-slider .slick-slide.slick-active .figcaption .caption1 {display: block;font-size: 60px;font-weight: 300;line-height: 1;letter-spacing: -1px;position: absolute;top: 14%;z-index: 30;opacity: 1;text-transform: uppercase;color: #333e48;}
.home-slider .slick-slide.slick-active .figcaption .caption1{
	-moz-animation: fadeInRight 0.8s ease-in 1.3s backwards;
	-webkit-animation: fadeInRight 0.8s ease-in 1s backwards;
	animation: fadeInRight 0.8s ease-in 1s backwards;
}
.home-slider .slick-slide.slick-active .figcaption .caption2 {display: block;font-size: 15px;font-weight: 800;line-height: normal;margin: 0;text-transform: uppercase;position: absolute;top: 38%;z-index: 40;opacity: 1;color: #333e48;}
.home-slider .slick-slide.slick-active .figcaption .caption2 span{font-size: 20px;font-weight: bold;}
.home-slider .slick-slide.slick-active .figcaption .caption2{
    -moz-animation: fadeInLeft 0.8s ease-in 1.5s backwards;
    -webkit-animation: fadeInLeft 0.8s ease-in 1.5s backwards;
    animation: fadeInLeft 0.8s ease-in 1.5s backwards;
}
.home-slider .slick-slide.slick-active .figcaption .caption3 {display: block;font-size: 48px;font-weight: 300;line-height: 30px;margin: 0;text-transform: uppercase;position: absolute;top: 48%;z-index: 50;opacity: 1;color: #333e48;}
.home-slider .slick-slide.slick-active .figcaption .caption3 span {font-size: 48px;font-weight: 700;}
.home-slider .slick-slide.slick-active .figcaption .caption3{
    -moz-animation: fadeInUp 0.8s ease-in 1.7s backwards;
    -webkit-animation: fadeInUp 0.8s ease-in 1.7s backwards;
    animation: fadeInUp 0.8s ease-in 1.7s backwards;
}
.home-slider .slick-slide.slick-active .figcaption .caption4{display: block;position: absolute;top: 65%;z-index: 60;opacity: 1;}
.home-slider .slick-slide.slick-active .figcaption .caption4{
    -moz-animation: fadeInUp 0.8s ease-in 1.7s backwards;
    -webkit-animation: fadeInUp 0.8s ease-in 1.7s backwards;
    animation: fadeInUp 0.8s ease-in 1.7s backwards;
}
.home-slider .slick-slide.slick-active .figcaption .caption4 a{background-color: #fed700;color: #333e48;border-radius: 10px;line-height: 45px;font-size: 18px;padding: 0 58px;display: inline-block;font-weight: 300;}
.home-slider .slick-slide.slick-active .figcaption .caption4 a:hover{background-color: #000;color: #fff;}

.home-slider .slick-slide.slick-active .figcaption .text-slide3 .caption3 span{color: #dc1212;}

.home-slider .slick-slide.slick-active .figcaption .caption1,.home-slider .slick-slide.slick-active .figcaption .caption2,.home-slider .slick-slide.slick-active .figcaption .caption3,.home-slider .slick-slide.slick-active .figcaption .caption4{left: 10%;}
.home-slider .slick-slide.slick-active .figcaption .text-slide2 .caption1,
.home-slider .slick-slide.slick-active .figcaption .text-slide3 .caption1,
.home-slider .slick-slide.slick-active .figcaption .text-slide3 .caption2,
.home-slider .slick-slide.slick-active .figcaption .text-slide3 .caption3{animation-name: zoomOut;}
.home-slider .slick-slide.slick-active .figcaption .text-slide2 .caption2,.home-slider .slick-slide.slick-active .figcaption .text-slide2 .caption3,.home-slider .slick-slide.slick-active .figcaption .text-slide2 .caption4{animation-name: zoomIn;}

.home-slider .slick-slide.slick-active .figcaption .text-slide2 .caption1,
.home-slider .slick-slide.slick-active .figcaption .text-slide3 .caption1 {top: 29%;font-size: 48px;line-height: 48px;}
.home-slider .slick-slide.slick-active .figcaption .text-slide2 .caption2,
.home-slider .slick-slide.slick-active .figcaption .text-slide3 .caption2 {top: 17%;}
.home-slider .slick-slide.slick-active .figcaption .text-slide2 .caption3,
.home-slider .slick-slide.slick-active .figcaption .text-slide3 .caption3{top: 52%;}
.home-slider .slick-slide.slick-active .figcaption .text-slide2 .caption4,
.home-slider .slick-slide.slick-active .figcaption .text-slide3 .caption4{top: 70%;}

.slide-showcase .home-slider .slick-prev{left: 0px;background-position: 0 0;}
.slide-showcase .home-slider .slick-prev:hover{background-position: 0 -104px;}
.slide-showcase .home-slider .slick-next{right: 0px;background-position: 100% 0;}
.slide-showcase .home-slider .slick-next:hover{background-position: 100% 100%;}
.slide-showcase .home-slider .slick-arrow {font-size: 0;width: 73px;height: 104px;line-height: 104px;-moz-transition: all 0.45s ease;-webkit-transition: all 0.45s ease;-o-transition: all 0.45s ease;-ms-transition: all 0.45s ease;transition: all 0.45s ease;opacity: 0.2;top: 35%;background-image: url("../../frontend/Alothemes/clenlidirect_new/en_IE/images/alothemes/bx-controls.png");background-repeat: no-repeat;display: none !important;}
.slide-showcase .home-slider .slick-arrow:hover{opacity: 1;}
.slide-showcase:hover .home-slider .slick-arrow{display: block !important;}
.slide-showcase .home-slider .slick-prev:before, .slide-showcase .home-slider .slick-next:before{font-size: 24px;line-height: 86px;display: none;}
.home-slider.home-slider-index:hover .slick-arrow {opacity: 1;transform: translate(0px, -50px);visibility: visible;}
.home-slider.home-slider-index .slick-arrow:hover{background-color: #fff;color: #5f5f5f;}
.home-slider .slick-dots{bottom: 23px;}
.home-slider-index .slick-dots li button{width: 12px;height: 12px;line-height: 12px;border: 1px solid #fff;border-radius: 50%;}
.home-slider-index .slick-dots li.slick-active button{background-color: transparent;}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1>a{
	font-weight: 700;
}
@media(min-width:1920px) {
	.home-slider .slick-slide.slick-active .figcaption .caption1, .home-slider .slick-slide.slick-active .figcaption .caption2, .home-slider .slick-slide.slick-active .figcaption .caption3, .home-slider .slick-slide.slick-active .figcaption .caption4{left: 20%;}
	.home-slider .slick-slide.slick-active .figcaption .text-slide.text-slide4 .caption2 {
    left: 1%;
    top: 10%;
}
	/*.home-slider .slick-slide.slick-active .figcaption .caption1{top: 23%;}
	.home-slider .slick-slide.slick-active .figcaption .caption2{top: 40%;}
	.home-slider .slick-slide.slick-active .figcaption .caption3{top: 48%;}
	.home-slider .slick-slide.slick-active .figcaption .caption4{top: 60%;}
	.home-slider .slick-slide.slick-active .figcaption .text-slide2 .caption1, .home-slider .slick-slide.slick-active .figcaption .text-slide3 .caption1{top: 34%;}
	.home-slider .slick-slide.slick-active .figcaption .text-slide2 .caption2, .home-slider .slick-slide.slick-active .figcaption .text-slide3 .caption2{top: 25%;}
	.home-slider .slick-slide.slick-active .figcaption .text-slide2 .caption3, .home-slider .slick-slide.slick-active .figcaption .text-slide3 .caption3{top: 50%;}
	.home-slider .slick-slide.slick-active .figcaption .text-slide2 .caption4, .home-slider .slick-slide.slick-active .figcaption .text-slide3 .caption4{top: 64%;}*/
	

}
/*For Effec caption slick slider*/
@keyframes alothemes{
    from{transform: scale(0); opacity: 0; visibility: hidden;}
    to{transform: scale(1); opacity: 1; visibility: visible;}
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    -ms-transform: translateX(50px);
    transform: translateX(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

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

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

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

/*End For Effec caption slick slider*/

/********** < Navigation */
#nav{font-size:13px;margin:0}
.header-bottom .vmagicmenu.vertical-menu{display: none;}
.header-bottom .magicmenu .nav-desktop .level0 .level-top{padding: 23px 25px;}
.header-bottom .magicmenu .nav-desktop .level0:first-child .level-top{border:0;}
.header-bottom .magicmenu .nav-desktop .level0 .level-top,.header-bottom .magicmenu .nav-desktop .level0 .level-top > span{font-size: 16px;}
/* All Levels */
 
/* Style consistent throughout all nav levels */
#nav li{position:relative;text-align:left}
#nav li.over{z-index:998}
#nav a,#nav a:hover{display:block;text-decoration:none}
#nav span{display:block;cursor:pointer;white-space:nowrap}
#nav li ul span{white-space:normal}
#nav ul li.parent a{background:url(../../frontend/Alothemes/clenlidirect_new/en_IE/images/bkg_nav2.gif) 100% 100% no-repeat}
#nav ul li.parent li a{background-image:none}
/* 0 Level */
#nav li{float:left}
#nav li.active a{color:#d96708}
#nav a{float:left;padding:5px 12px 6px 8px;color:#E5E5E5;font-weight:bold;line-height:35px}
#nav li.over a,#nav a:hover{color:#d96708}
/* 1st Level */
#nav ul li,#nav ul li.active{float:none;margin:0;padding-bottom:1px;background:#ecf3f6 url(../../frontend/Alothemes/clenlidirect_new/en_IE/images/bkg_nav1.gif) 0 100% repeat-x}
#nav ul li.last{background:#ecf3f6;padding-bottom:0}
#nav ul a,#nav ul a:hover{float:none;padding:0;background:none}
#nav ul li a{font-weight:normal!important}
/* 2nd Level */
#nav ul,#nav div{position:absolute;width:15em;top:45px;left:-10000px;border:1px solid #899ba5}
#nav div ul{position:static;width:auto;border:none}
/* 3rd+ Level */
#nav ul ul,#nav ul div{top:5px}
#nav ul li a{background:#ecf3f6}
#nav ul li a:hover{background:#d5e4eb}
#nav ul li a,#nav ul li a:hover{color:#2f2f2f!important}
#nav ul span,#nav ul li.last li span{padding:3px 15px 4px 15px}
/* Show menu */
#nav li ul.shown-sub,#nav li div.shown-sub{left:0;z-index:999}
#nav li .shown-sub ul.shown-sub,#nav li .shown-sub li div.shown-sub{left:100px}
/********** Navigation > */
/* ======================================================================================= */
.support .box-services .media-body p,.account-login .content p{color:#555}
/* Style Default =============================================================================== */

/* Static Block =============================================================================== */
.magiccart-column{padding-bottom:20px;padding-top:20px}
/* Sidebar =============================================================================== */
.block .block-title strong{ color: #333e48; display: block; font-size: 19px; font-weight: normal; line-height: 30px; padding-bottom: 13px; text-transform: capitalize;}
.block .block-title::before {background-color: #fed700;bottom: -1px;content: "";height: 2px;left: 0; position: absolute;width: 70px;}
.block .block-title {border-bottom: 1px solid #dddddd; position: relative;}
.block-subscribe .block-title {border-bottom: 0px}
.block-subscribe .block-title::before{display: none;}
/*Filter*/
.block.filter{margin-bottom: 60px;}
.filter .filter-title:before{content: ""; width: 70px; height: 2px; position: absolute; left: 0; bottom: -1px; background-color: #fed700;}
.block.filter .filter-title strong{font-size: 19px; color: #333e48;line-height: 30px; font-weight: normal; display: block; padding-bottom: 13px}
.filter-options .filter-options-title{font-size: 14px; color: #575560;font-weight: bold; line-height: 25px; margin-bottom: 14px}
.filter-options .filter-options-content .item a{display: block; font-size: 14px; color: #333e48; text-transform: capitalize; position: relative; padding-left: 23px}
.filter-options .filter-options-content .item a span.price{font-size: 14px; color: #333e48; text-transform: capitalize;}
.filter-options .filter-options-content .item{margin-bottom: 10px}
.filter-options .narrow-box .filter-options-content{border-bottom: 1px solid #ddd; padding-bottom: 25px; margin-bottom: 28px}
/* .filter-options .narrow-box:last-child .filter-options-content{border-bottom: 0; padding-bottom: 0; margin-bottom: 0} */
.filter-options .filter-options-content .item a:before{content: ""; position: absolute; left: 0; top: calc(50% - 7.5px); width: 15px;height: 15px;-webkit-border-radius: 3px;-moz-border-radius: 3px;border-radius: 3px;background-color: #fff;border: solid 1px #dfdfdf;}
.filter-options .filter-options-content .item a:hover:before{background-color: #fed700; border-color: #fed700}
.filter-options .filter-options-content .item .count{float: right; font-size: 12px; color: #acacac; }
.block{margin:0 0 30px;}
.block-reorder .actions a {clear: both; display: block;padding-top: 10px;padding-right: 10px;}
.sidebar .block.block-progress { padding: 0;}
.block .block-title,.col-left .magicproduct.mage-custom .item span{margin: 0 0 30px;padding: 0;text-align: left;line-height: normal;font-weight: 500;}
.block .block-title strong{font-weight: normal;margin: 0;}
.block .block-title strong span{display: block; font-size: 18px;padding: 0px;line-height: normal;font-weight: 500;}
.block .block-title strong span:before,
.block-blog .blog-title h5:before{position: absolute;bottom: -10px;left: 0;width: 68px;height: 1px;background-color: #dddddd;content: "";}
.block.block-shipping .block-title strong span:before{display: none;}
.block .block-title a{text-decoration:none!important}
.block .block-subtitle{margin:0;padding:5px 0;font-size:1em;color:#555}
.block .btn-remove,.block .btn-edit{float:right;margin:1px 0 2px 5px}
.block .actions{padding:6px 0px;text-align:left}
.block .actions a:hover{color:#333}
.block .empty{margin:0;padding:0px;color:#666666;font-size:14px;}
.col-left .magicproduct.mage-custom .item .title:before,.col-left .magicproduct.mage-custom .item .title:after{display: none;}
.col-left .magicproduct.mage-custom .magictabs{margin:0 !important;border: 0;}
.col-left .magicproduct.mage-custom .content-products .item .images-container{padding-right: 0;padding-left: 0;}
/* Mini Blocks */
.block-cart,.block-wishlist,.block-subscribe,.block-compare,.block-reorder,.block-poll,.block-gr-search,.block-viewed,.block-compared,.block-related,.block-tags,.block-login{font-size:11px;line-height:1.25}
.block-cart .block-title strong,.block-wishlist .block-title strong,.block-subscribe .block-title strong,.block-compare .block-title strong,.block-reorder .block-title strong,.block-poll .block-title strong,.block-viewed .block-title strong,.block-compared .block-title strong,.block-related .block-title strong,.block-tags .block-title strong,.block-login .block-title strong{background-repeat:no-repeat}

/* Block:Account */
.block-account{border-color:#bbb}
.block-account .block-title{padding:0}
.block-account .block-content{padding:0}
.block-account .block-content li a{display:block;line-height:30px;padding:0px;text-decoration:none!important}
.block-account .block-content li.last a{border-bottom:0}
.block-account .block-content li.current{padding:0px;line-height:30px;color:#ff3535}
.block-account .block-content li.current.last{border-bottom:0}
.customer-account-index .block .block-title {margin: 0px 0 15px;}
.customer-account-index .sidebar .block .block-title{ margin: 0 0 30px;}
.customer-account-index .block .block-title:before{display: none;}
.customer-account-index .block .block-title strong {padding: 0;display: inline-block;}
.account .box .box-title {background-color: #333e48;/*border: 1px solid #333e48;*/margin: 0;padding: 10px 15px;display: block;}
.account .box .box-content {border: 1px solid #dddddd;border-top: 0;font-size: 13px;min-height: 146px;padding: 20px 15px;}
.account .box .box-actions {background-color: #f5f5f5;border: 1px solid #dddddd;border-top: 0;margin: 0;padding: 10px 15px;}
.customer-account-index .box .box-title,
.customer-account-index .box .box-title span{color: #333;font-weight: 600;text-transform: uppercase;}
.block-collapsible-nav .item a:hover{background-color: transparent;}
.abs-blocks-2columns, .abs-discount-block-desktop .block, .login-container .block, .account .column.main .block:not(.widget) .block-content .box, .block-addresses-list .items.addresses > .item, .form-edit-account .fieldset, .form-address-edit .fieldset, .storecredit .block, .paypal-review-discount .block, .cart-discount .block {
    width: 48%;
}
.abs-discount-block-desktop .block:nth-child(1), .login-container .block:nth-child(1), .account .column.main .block:not(.widget) .block-content .box:nth-child(1), .block-addresses-list .items.addresses > .item:nth-child(1), .form-edit-account .fieldset:nth-child(1), .form-address-edit .fieldset:nth-child(1), .storecredit .block:nth-child(1), .paypal-review-discount .block:nth-child(1), .cart-discount .block:nth-child(1) {
    clear: left;
    float: left;
}
.abs-discount-block-desktop .block:nth-child(2), .login-container .block:nth-child(2), .account .column.main .block:not(.widget) .block-content .box:nth-child(2), .block-addresses-list .items.addresses > .item:nth-child(2), .form-edit-account .fieldset:nth-child(2), .form-address-edit .fieldset:nth-child(2), .storecredit .block:nth-child(2), .paypal-review-discount .block:nth-child(2), .cart-discount .block:nth-child(2) {
    float: right;
}
.block-collapsible-nav .item a::before, .block-collapsible-nav .item > strong::before {content: "";font-family: FontAwesome;left: 0;position: absolute;}
.block-collapsible-nav .content{margin-top: 40px;padding: 0;}
.account .actions-toolbar{clear: both;}
.account .nested{margin-top: 5px;}
/* Block:Currency Switcher */
.block-currency{border:0;margin:0 0 0 10px;padding:10px 0}
.block-currency .block-title{background:none;border:0;padding:0;margin:0 0 5px}
.block-currency .block-title strong{font:bold 13px/21px Arial,Helvetica,sans-serif;background:url(../../frontend/Alothemes/clenlidirect_new/en_IE/images/i_block-currency.gif) 0 50% no-repeat;padding:0 0 0 21px;text-transform:none;color:#fff}
.block-currency .block-content{background:none;padding:0}
.block-currency .block-content select{width:100%;padding:0}
/* Block:Layered Navigation */
.block-layered-nav #narrow-by-list,.block-layered-nav .block-content ol{margin:0;padding:0;}
.block-layered-nav .block-subtitle{line-height:1.35;background:#d5e8ff url(../../frontend/Alothemes/clenlidirect_new/en_IE/images/bkg_block-layered1.gif) 0 50% repeat;padding:3px 9px;border:1px solid #b9ccdd;border-width:1px 0;text-transform:uppercase;color:#1f5070}
.block-layered-nav .block-content .block-subtitle{display:none}
.block-layered-nav .block-content li{border-bottom: 1px solid #f4f4f4;color: #444444;line-height: 40px; padding: 0px;float: left;width: 100%;}
.block-layered-nav .block-content li:last-child{border: 0;}
.block-layered-nav .block-content li a{ font-size: 14px; text-decoration: none; text-transform: capitalize;color: #444;}
.block-layered-nav .block-content li a span{font-size: 14px;color: #444;}
.block-layered-nav .block-content li span.count{font-size: 12px; color: #888;float: right;}
.block-layered-nav .block-content li a:hover,.block-layered-nav .block-content li a span:hover{color:#ff5555;}
.block-layered-nav dt{padding:0px;position:relative;line-height: 30px;margin: 0px;display: block;text-align: left;text-transform: uppercase;font-weight:500;color:#ff5555;font-size:16px;}
.block-layered-nav dt span{font-weight:bold;padding:0 10px 0 0;height:26px;line-height:26px;color:#757575;font-size:14px;text-transform:capitalize;}
.block-layered-nav dd{padding:0 0 30px;overflow: hidden;}
.block-layered-nav .currently li{position:relative}
.block-layered-nav .currently .label{font-weight:normal;color:#000;padding:5px 0;display:inline-block;font-size:13px}
.block-layered-nav .currently .value{display:inline-block;vertical-align:middle}
.block-layered-nav .currently .btn-previous,.block-layered-nav .currently .btn-remove{position:absolute;right:8px;top:15px;margin:0}
.block-layered-nav .currently .btn-previous{right:17px}
.block-layered-nav .actions{font-size:11px;padding:4px 5px 4px 9px;text-align:right}
.block-layered-nav .actions a{float:none}
.block-layered-nav .toggle-content{ display: none;}
.block-layered-nav .toggle-content.visible{ display: block;}
.block-layered-nav .toggle-tab.mobile{color: #888;font-size: 14px;cursor: pointer;}
.block-layered-nav .toggle-tab.mobile:hover{color: #ff5555;}
.block-layered-nav .toggle-tab:before{content: "";font-family: FontAwesome;}
.block-layered-nav .toggle-visible .toggle-tab:before{content: "";}
.block-layered-nav .toggle-tab.mobile{position: absolute;right: -4px;top: 0;display: block !important;line-height: 40px;width: 19px;text-align: center; }
.narrow-by{position: relative;padding: 5px 0;outline:medium none !important;margin: 0;}
/* Block:Cart */
.block-cart .summary{background:#fff;padding:2px 8px 8px;margin:-1px 0 0;position:relative;z-index:1}
.block-cart .amount{margin:0}
.block-cart .amount a{font-weight:bold}
.block-cart .subtotal{margin:5px 0 0;padding:5px 0;background:#f4f4f4;text-align:center}
.block-cart .subtotal .label{color:#666}
.block-cart .subtotal .price{font-weight:normal;color:#666}
.block-cart .actions{border-bottom:1px solid #f4f4f4}
.block-cart .mini-products-list .product-image{width:30%;float:left}
.block-cart .mini-products-list .product-details{width:70%;float:left}
.block-cart .actions .paypal-logo{float:left;width:100%;margin:3px 0 0;text-align:right}
.block-cart .actions .paypal-logo .paypal-or{clear:both;display:block;padding:0 55px 8px 0}
/* Block:Wishlist */
.block-wishlist .block-title strong{background-image:url(../../frontend/Alothemes/clenlidirect_new/en_IE/images/i_block-wishlist.gif)}
.block-wishlist .actions{text-align:right}
.block-wishlist .actions a{float:none}
.products-grid.wishlist .product-item .price-box{float: none;}
.wishlist-index-index .products-grid.wishlist .product-item{width: 50%;float: left;margin-left: 0;padding: 0; border: 0 none;}
.wishlist-index-index .products-grid.wishlist .product-item-info{width: 90%;}
.wishlist-index-index .products-grid.wishlist .product-item:nth-child(2n+1) {clear: left;}
.products-grid.wishlist .product-item-photo{float: none;margin: 0;}
.products-grid.wishlist .product-item .fieldset .field.qty {margin-bottom: 10px;padding-right: 10px;}
.products-grid.wishlist .product-item-name, .products-grid.wishlist .product-item-description, .products-grid.wishlist .product-item .price-box, .products-grid.wishlist .product-item-tooltip{margin: 0;}
.products-grid.wishlist .product-item-actions .btn-remove,.sidebar .product-item .product-item-actions .btn-remove{width: auto;height: auto;line-height:normal;}
.sidebar .product-items .product-item{float: none;width: 100%;border-bottom: 1px solid #e6e6e6;margin-bottom: 15px;padding-bottom: 15px;padding-left: 0;padding-right: 0;}
.sidebar .product-items .slick-slide div:last-child .product-item{margin: 0;padding: 0;border: 0;}
.sidebar .products-grid .item:hover .per-product{border: 0; padding: 0 !important;margin: 0;box-shadow: none;}
.sidebar .product-items .product-item-info .price-box {display: block;margin: 1px 0 0 !important;float: none;max-width: 100%;line-height: normal;}
.sidebar .product-items .product-item-info{ border: 0 none;margin: 0 !important; padding: 0 !important;}
.sidebar .block-custom-product .product-items .product-item-info .product-item-photo{float: none;}
/* Related / upsell*/
.block-related{margin-bottom: 0}

.block-related .products-grid .item .images-container:after,
.box-up-sell .products-grid .item .images-container:after{display: none; visibility: hidden; opacity: 0;}
.block-related .products-grid .item.slick-active .images-container:after,
.box-up-sell .products-grid .item.slick-active .images-container:after{display: block; visibility: visible; opacity: 1;}
.block-related .products-grid .item.slick-active:last-child .images-container:after{display: none; visibility: hidden; opacity: 0;}
.block.block-related .block-title,.block.crosssell .block-title{margin-bottom: 20px;}
.block.block-related .products .slick-slider .slick-list,.box-up-sell .products .slick-slider .slick-list{padding-bottom: 50px;}
.block-related .block-title strong,.crosssell .block-title strong{font-size: 20px !important;margin-bottom: 0;}
.block-related .item .actions{padding-top: 0;}
.block.block-related .block-content .padding-none{padding: 0;}
.block.block-related .block-subtitle{padding-bottom: 10px}
.block.block-related .block-subtitle button{display: inline-block; vertical-align: middle;}
.block.block-related .block-subtitle button span,.block.block-related .block-subtitle button{font-size: 13px;text-transform: capitalize; color: #ffffff; line-height: 33px;}
.block-related input.checkbox{display: block;margin:0 auto;clear: both;}
.data.item:hover .product-item-info{box-shadow: none;padding: 0;margin: 0;position: static;}
.data.item:hover .actions .add-to-links {bottom: -48px;opacity: 1;visibility: visible;position: static;padding: 0;}
.data.item:hover .add-to-links a{opacity: 0;visibility: hidden; transform: scale(0);}
.detailed .block-related .item:hover .actions .add-to-links {bottom: -48px;opacity: 1;visibility: visible;}
.detailed .block-related .item:hover .add-to-links a{opacity: 1;transform: scale(1);visibility: visible;}
.detailed .block-related .item:hover .product-item-info {background-color: #ffffff;box-shadow: 0 0 6px rgba(1, 1, 1, 0.3);position: relative;z-index: 9;}
.box-up-sell .block-title{margin-bottom: 20px; border-bottom: 1px solid #dddddd}
.box-up-sell .block-title strong{font-size: 20px !important;display: inline-block;position: relative; margin: 0;}

/*control*/
.block-related .slick-arrow,.crosssell .slick-arrow{top: -95px;}
.box-up-sell .slick-arrow{top: -50px;}
.block-related .slick-prev,.box-up-sell .slick-prev,.crosssell .slick-prev{left: auto; right: 15px;}
.block-related .slick-next,.box-up-sell .slick-next,.crosssell .slick-next{right: -5px;}

/*Crossell*/
.block.crosssell{padding-top: 30px; clear: both;}


/* Block:Compare Products */
.cms-index-index .block-compare{display:none}
.block-compare button.button{ margin-left: 10px;}
.block.block-compare .actions a{line-height: 35px;}
.catalog-product-compare-index .compare-table .product-image img {width: auto;margin: 0 auto;}
.catalog-product-compare-index .compare-table .button.btn-cart,.catalog-product-compare-index .compare-table .link-wishlist{display: inline-block !important;}
.page-popup .link-print{background:url(../../frontend/Alothemes/clenlidirect_new/en_IE/images/i_print.gif) 0 2px no-repeat;padding:2px 0 2px 25px;font-weight:bold;color:#1e7ec8}
.compare-table{border:0}
.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;background-image:url(../../frontend/Alothemes/clenlidirect_new/en_IE/images/btn_remove2.gif);width:72px;height:15px}
.compare-table tbody th{background:#d9e5ee url(../../frontend/Alothemes/clenlidirect_new/en_IE/images/bkg_th-v.gif) 100% 0 repeat-y}
.compare-table tbody th,.compare-table tbody td{padding:10px;border:0;border-top:1px solid #ccc;border-left:1px solid #ccc;vertical-align: top;}
.compare-table tbody td.last{border-right:1px solid #ccc}
.compare-table tbody tr.last th,.compare-table tbody tr.last td{border-bottom:1px solid #ccc!important}
.compare-table tr.add-to-row td{background:#fffada;text-align:center}
.compare-table tr.first td{text-align:center}
.compare-table tr.first td .product-name{font-size:13px;font-weight:bold;margin:0 0 5px;color:#203548}
.compare-table tr.first td .product-name a{color:#203548}
.compare-table tr.first td .ratings{width:69px;margin:0 auto}
.compare-table tr.first td p,.compare-table tr.add-to-row td p{margin:0}
.block-compare .action.delete{left: 0;}
.table-comparison .cell { display: table-cell;width: 180px;}
.table-comparison .cell.label, .table-comparison td:last-child {border-right: 1px solid #d1d1d1 !important;border-left: 1px solid #d1d1d1 !important;}
.table-comparison .cell.remove {border-bottom: 0 none !important;}
.abs-remove-button-for-blocks::before, 
.sidebar .action.delete::before, 
.table-comparison .cell.remove .action.delete::before, 
.block-compare .action.delete::before, 
.filtered .item .action.remove::before{color: #cccccc;content: "";display: inline-block;font-family: "FontAwesome";font-size: 15px;font-weight: normal;line-height: 15px;overflow: hidden;text-align: center;vertical-align: middle;}
.abs-remove-button-for-blocks:hover:before, 
.sidebar .action.delete:hover:before, 
.table-comparison .cell.remove .action.delete:hover:before, 
.block-compare .action.delete:hover:before, 
.filtered .item .action.remove:hover:before{color: #333;}
/* Block:Recently Viewed */

/* Block:Recently Compared */

/* Block:Poll */
.block-poll .block-subtitle{font-size:12px}
.block-poll label{color:#777;font-weight:normal;margin:0}
.block-poll input.radio{float:left;margin:1px -18px 0 0}
.block-poll .label{display:block;margin-left:18px;text-align:left;line-height:normal}
.block-poll li{padding:3px 9px}
.block-poll .actions{margin:5px 0 0}
.block-poll .answer{font-weight:bold}
.block-poll .votes{float:left;margin-left:10px}
/* Block:Orders and Returns */
.block-gr-search li{padding:3px 9px}
.block-gr-search button.button span{border-color:#406a83;background:#618499}
/* Block:Tags */
.block-tags .block-content .tags-list{background:none;border:0;font-size:12px;padding: 3px 0 0;}
.block-tags .block-content .tags-list li{margin:0}
.block-tags .block-content a{display:inline-block;margin:0 12px 12px 0;padding:10px 12px;text-decoration:none;}
.block-tags .actions{text-align:right;padding:0;display: none;}
/* Subscribe / newsletter*/
.page-bottom{padding-top: 20px; padding-bottom: 20px; margin-top: 20px}
.block-newletter .block-subscribe:before, .block-newletter .block-subscribe:after{content: ""; clear: both; display: table;}
.page-bottom .block-subscribe{margin: 0;}
.block-subscribe .block-title{float: left; margin: 0}
.block-subscribe .form.subscribe{float: right;}
.block-subscribe .block-title h3{font-size: 22px; color: #333e48; font-weight: normal; line-height: 30px; padding: 10px 0; margin: 0}
.block-subscribe .block-title h3:before{content: "\76"; font-family: "untitled-font-6" !important; color: #333e48; font-size: 40px; display: inline-block; vertical-align: middle; padding-right: 15px}
.block-subscribe .form-subscribe-header, .block-subscribe .field {display: inline-block; vertical-align: middle;}
.block-subscribe .form-subscribe-header p{margin: 0; font-size: 15px; color: #333e48; font-weight: normal; padding-right: 70px}
.block-subscribe .form-subscribe-header p span{font-weight: bold;}
.block-subscribe .field{position: relative;}
.block-subscribe .actions{position: absolute; right: 0; top: 0; padding: 0}
.block-subscribe .field input.input-text{width: 465px; height: 50px; line-height: 50px; background-color: #fff; border: 0; border-radius: 50px; padding: 0 130px 0 30px; color: #333;}
.block-subscribe .actions .button{border: 0; background-color: #333e48; padding: 0; border-radius: 0 50px 50px 0; height: auto}
.block-subscribe .actions .button span{font-size: 14px; color: #fff; padding: 0 38px 0 30px; display: block; line-height: 50px; text-transform: capitalize;}

/* Block:popup-newsletter */
.fancybox-close{height:18px!important;width:18px!important;top:3px!important;right:3px!important}
#popup-newsletter .block-content .block-title label{font-size: 2em;text-transform: uppercase;}
#popup-newsletter .form-subscribe-header label{font-size: 20px;font-weight: bold;line-height: 20px; margin: 0 0 10px; padding:0px;text-transform: uppercase;}
#popup-newsletter .form-subscribe-header img{margin: 0 auto 20px;}
#popup-newsletter .form-subscribe-header{position:relative;}
#popup-newsletter .newsletter-new{padding: 45px 0;}
#popup-newsletter .subscribe-bottom{display:block;margin:30px 0px 0;padding:0px;font-size:13px;}
#popup-newsletter .subscribe-bottom input{margin:4px 5px 1px 0;vertical-align: middle;}
#popup-newsletter .block-content .input-box{width: 380px;}
#popup-newsletter .block-content input.input-text{border-radius: 35px;border-width: 1px;border-style: solid;height: 50px; line-height: 50px; margin-left: 0;padding: 0px 12px; width: 100%;float: left;font-size: 15px;text-align: left;}
#popup-newsletter .block-content .actions{padding: 0px;float: left;margin-left: 5px;}
#popup-newsletter .block-content button.button span{height:50px;line-height:50px;padding: 0 25px;font-size: 16px;}
#popup-newsletter .block-content button.button {border-width: 1px;border-style: solid;height:50px;padding: 0;}
#popup-newsletter .block-content button.button span span{padding:0;}
#popup-newsletter .block-content{ margin: 0;padding: 70px 29px 29px;text-align: left;}
.promo-panel-sale span, .promo-panel-text { font-size: 35px;font-weight: bold;line-height: 33px;margin: 0;text-transform: uppercase;}
.promo-panel-sale span {margin: 0;padding: 0 5px 0 0;}
.promo-panel-text1 {border-bottom: 1px solid #b0b0b0;display: inline-block;font-size: 18px;margin: 0 0 15px 3px;padding: 0;}
.promo-panel-text2 {color: #666666;font-size: 13px;margin: 0 0 50px 3px; padding: 0;}
.promo-panel-sale span, .promo-panel-text, .promo-panel-text1 {color: #343f49;}
.promo-panel-sale span.getsale {color: #fed700;}
@media(max-width:767px) {
	#popup-newsletter{width: 100% !important;background-size: cover;background-repeat: no-repeat;}
	.promo-panel-sale span, .promo-panel-text{font-size: 20px;line-height: 20px;}
	#popup-newsletter .block-content{width: 100%;float: none;padding: 30px 20px;text-align: center;}
	#popup-newsletter .block-content .input-box{width: 100%;}
	#popup-newsletter .block-content .actions{float: none;clear: both;margin: 0;padding-top: 20px;}
	#popup-newsletter .subscribe-bottom{text-align: center;}
}
/* Block:Reorder */
.block-reorder .block-title strong{}
.block-reorder input.checkbox{float:left;margin:0;min-height:10px}
.block-reorder .product-name{margin-left:20px}
.block-reorder .validation-advice{margin:3px 9px 7px}
.block-reorder .product-name a{color:#666;text-decoration:none}
/* Block:Login */
.block-login .block-title strong{background-image:url(../../frontend/Alothemes/clenlidirect_new/en_IE/images/i_ma-info.gif)}
.block-login .block-content{padding:5px 10px}
.block-login label{font-weight:bold;color:#666}
.block-login input.input-text{display:block;width:167px;margin:3px 0}
.block-login .actions{background:none;padding:0;margin:3px 0 0}
.block-login .actions button.button span{border-color:#406a83;background:#618499}
.login-container,.form.password.reset, .form.send.confirmation, .form.password.forget, .form.create.account, .form.form-edit-account, .form-address-edit, .form-newsletter-manage{border: 1px solid #e8e8e8;margin-bottom: 40px;padding: 30px 20px;display: block;}
.login-container .actions-toolbar{margin-top: 35px;}
/* Paypal */
.sidebar .paypal-logo{display:none;margin:10px 0;text-align:center}
.sidebar .paypal-logo a{float:none}
/* ======================================================================================= */
/* Block:New and Sale */
.sticker{position:absolute;top:0px;z-index:20}
.sticker.top-right{right:0px;}
.sticker.top-left{left:0px;}
.cms-page-countdown-product .sticker.top-left{right:0px;top: 35px;left: auto;}
.labelnew,.labelsale{display:block;line-height:35px;text-align:center;font-size:13px;padding: 0px;font-weight: bold;width: 35px;height: 35px;border-radius: 50%;}
.special-product-label{position: relative;}
.special-product-label .special{font-size: 28px;color: #343f49;line-height: 35px;}
.special-product-label .special strong{font-size: 28px;display: block;}

/* Block:testimonials */

/* Block:backtotop */
.product-view .product-collateral .box-collateral{display:none}
.product-view .product-collateral .box-collateral.active{display:block}
#backtotop{bottom:130px;display:block;height:40px;width:40px;line-height:40px;overflow:hidden;position:fixed;right:37px;text-align:center;text-decoration:none;z-index:50;border-radius: 2px;-moz-border-radius: 2px;-webkit-border-radius: 2px;-ms-border-radius: 2px;-o-border-radius: 2px;}
#backtotop .fa{font-size:20px;line-height:35px;width: 20px;height:40px;}
#backtotop:hover{background:none repeat scroll 0 0 #000;color:#fff}
#backtotop .back-to-top{display:none}
/* Block:banner / Banner*/
.cms-page-banner .banner-box-content .btn-shop{position: absolute; font-size: 15px; color: #333e48; font-weight: bold; top: 66%; right: 13%; } 
.cms-page-banner .banner-box-content:hover .btn-shop:after{-webkit-animation: translate 0.8s linear 0s infinite;-o-animation: translate 0.8s linear 0s infinite;animation: translate 0.8s linear 0s infinite;}
@-webkit-keyframes translate{
	from {transform: translateX(-5px); opacity: 1;}
	to {transform: translateX(15px); opacity: 0;}
}
@-o-keyframes translate{
	from {transform: translateX(-5px); opacity: 1;}
	to {transform: translateX(15px); opacity: 0;}
}
@keyframes translate{
	from {transform: translateX(-5px); opacity: 1;}
	to {transform: translateX(15px); opacity: 0;}
}
.cms-page-banner .banner-box-content .btn-shop:first-letter{text-transform: uppercase;}
.cms-page-banner .banner-box-content .btn-shop:after{content: "\62"; font-family: "untitled-font-6" !important; font-size: 13px; width: 17px; height: 17px; text-align: center; border-radius: 50%; color: #fff; background-color: #fed700; display: inline-block; vertical-align: middle; margin-left: 7px; line-height: 17px}
.cms-page-banner .banner-box-content > a{display: block; position: relative; overflow: hidden;}
.cms-page-banner .banner-box-content:before, 
.cms-page-banner .banner-box-content:after{content: ""; position: absolute; width: 50px; height: 200%; background-color: rgba(255, 255, 255, 0.5);transform: rotate(35deg);-webkit-transform: rotate(35deg);-o-transform: rotate(35deg);-moz-transform: rotate(35deg);z-index: 1;transition: all 0.7s;}
.cms-page-banner .banner-box-content{position: relative; overflow: hidden;}
.cms-page-banner .banner-box-content:before{left: -40px; top: -250px;}
.cms-page-banner .banner-box-content:after{right: -40px; bottom: -250px;}
.cms-page-banner .banner-box-content:hover:after{transform: rotate(35deg) translateX(-900px);-webkit-transform: rotate(35deg) translateX(-900px);-o-transform: rotate(35deg) translateX(-900px);-moz-transform: rotate(35deg) translateX(-900px);}
.cms-page-banner .banner-box-content:hover:before{transform: rotate(35deg) translateX(900px);-webkit-transform: rotate(35deg) translateX(900px);-o-transform: rotate(35deg) translateX(900px);-moz-transform: rotate(35deg) translateX(900px);}

.bottom-banner{margin-top: 50px}
/*Policy / service*/
.policy {margin-top: 10px;margin-bottom: 40px;}
.policy .policy-wrap{background-color: #fdfdfd; border: 1px solid #dddddd; -webkit-border-radius: 10px;-moz-border-radius: 10px;border-radius: 10px;}
.policy .policy-box{border-left: 1px solid #ddd;float: left;width: 20%;}
.policy .policy-box:first-child{border: 0;}
.policy .policy-box:last-of-type{border-bottom: 0;}
.policy .policy-box .box-content {padding: 17px 5px;text-align: center;}
.policy .policy-box .box-content .icons{font-size: 45px; color: #fed700; display: inline-block; line-height: 50px; padding-top: 10px}
.policy .policy-box .box-content .icon-service{width: 50px;}
.policy .policy-box .box-content .service-content{padding-left: 10px;}
.policy .policy-box .box-content .icon-service, .policy .policy-box .box-content .service-content{display: inline-block; vertical-align: middle;}
.policy .policy-box .box-content .service-content{text-align: center;}
.policy .policy-box .box-content .service-content .info-title h3{font-size: 15px; color: #333e48; font-weight: bold; margin: 0; text-transform: capitalize; line-height: 18px}
.policy .policy-box .box-content .service-content .sub-title{padding: 0}
.policy .policy-box .box-content .service-content .sub-title span{font-size: 15px; color: #333e48; font-weight: normal; text-transform: none; display: block; line-height: 17px}
/* Cate categories ========================================================================= */
.group-title  {border-bottom: 1px solid #dadada;margin-bottom: 2.857em;}
.group-title span {color: #333e48;display: inline-block;font-size: 25px;line-height: normal;padding-bottom: 10px;position: relative;}
.group-title span:after {background-color: #fed700;bottom: -1px;content: "";height: 2px;left: 0; position: absolute;width: 100%;}
.home-gird-categories .categories {float: left;width: 33.3333%;margin-bottom: 2.857em;position: relative;padding-right: 15px;padding-left: 15px;}
.home-gird-categories .categories:after {border-right: 1px solid #eaeaea;content: "";display: block;height: calc(100% - 24px); position: absolute;right: 0;top: 0;}
.home-gird-categories .categories:nth-child(3n):after {content: none;}
.home-gird-categories .categories:nth-child(3n+1){clear: left;}
.home-gird-categories .categories .group-categories-box .cate-box {margin-bottom: 0.5em;}
.home-gird-categories .categories .group-categories-box .see-all {color: #9d9c9c;display: block;font-size: 1em; font-weight: 700;line-height: 1.714em;text-align: right;}
.home-gird-categories .categories .group-categories-box .see-all:hover {color: #3b3b3b;}
.media-cate,.cate-content{display: inline-block;vertical-align: middle;}
.media-cate{padding-right: 10px;width: 40%;}
.cate-content{width: 57%;}
.categories .cate-content .media-heading {font-weight: 400;font-size: 18px;color: #333e48;line-height: 1.333em;margin-bottom: 1em;}
.sub-categories li{margin: 0;}
.sub-categories li a{font-size: 13px;color: #9d9c9c;}
.sub-categories li a:hover{color: #3b3b3b;}
/* About Us ========================================================================= */
.about-us-title{background-image: url("../../frontend/Alothemes/clenlidirect_new/en_IE/images/alothemes/bg-header-about.jpg"); background-repeat: no-repeat; background-position: center; background-attachment: fixed; text-align: center; padding: 230px 0}
.about-us-title .page-title{font-size: 40px; color: #434343; font-weight: bold; margin-bottom: 25px; margin-top: 0;}
.about-us-title .short-description{font-size: 18px; color: #434343; line-height: 25px; width: 65%; margin: 0 auto}
.about-us-content{margin-top: 65px}
.about-us-content .box-content .title, .detail-about .box .title{font-size: 18px; font-weight: 600; margin-bottom: 0; color: #434343;}
.about-us-content .box-content .text, .detail-about .box .text{font-size: 14px; margin-bottom: 0; color: #747474; line-height: 25px}
.about-us-content .box-content .title{text-align: center; margin-top: 33px}
.about-us-content .box-content .text{text-align: center; padding: 20px 20px 0 20px}

.company-worker{margin-top: 110px; background-color: #f5f5f5; padding-top: 90px; padding-bottom: 87px}
.company-worker .item .img{width: 170px; height: 170px; line-height: 170px; margin: 0 auto; background-color: #fed700; border-radius: 50%;-moz-border-radius: 50%;-webkit-border-radius: 50%;-ms-border-radius: 50%;-o-border-radius: 50%;}
.company-worker .item .img img{ border-radius: 50%;-moz-border-radius: 50%;-webkit-border-radius: 50%;-ms-border-radius: 50%;-o-border-radius: 50%;}
.company-worker .info{text-align: center;}
.company-worker .info .name{margin-bottom: 0; margin-top: 20px}
.company-worker .info .name a{font-size: 18px; color: #434343; font-weight: 600; text-transform: capitalize;}
.company-worker .info .working{font-size: 14px; color: #989898;  margin-bottom: 0; text-transform: capitalize;}
.company-worker .item .hr span{display: block; text-align: center; text-transform: capitalize; color: #333e48;}
.company-worker .item .hr span.first{font-size: 18px; line-height: 22px; padding-top: 54px}
.company-worker .item .hr span.last{font-size: 36px; line-height: 40px; font-weight: 600;}
.detail-about{margin-top: 110px;}
.detail-about .box .text{margin-top: 28px}
.detail-about .left-detail-about .box{margin-bottom: 80px}
.detail-about .box:nth-child(2n+1){clear: left;}
.right-detail-about .title{font-size: 18px; color: #434343; font-weight: 600; margin-bottom: 25px}
.right-detail-about .box{margin: 10px 0}
.detail-about .right-detail-about .box label, .detail-about .right-detail-about .box .box-content{display: table-cell; vertical-align: top;}
.detail-about .right-detail-about .box .box-content{padding-left: 20px; }
.detail-about .right-detail-about .box .box-content .sub-title{font-size: 18px; color: #797979; font-weight: normal; text-transform: capitalize; padding: 0; margin: 0; line-height: 37px}
.detail-about .right-detail-about .box input[name=toggle]:checked ~ .box-content .sub-title{font-weight: bold; color: #333e48 }
.detail-about .right-detail-about .box .box-content .subcribe{font-size: 14px; color: #747474; line-height: 25px; margin-bottom: 0; padding: 10px 0}
.right-detail-about .box .box-content .subcribe{visibility: hidden; opacity: 0; position: absolute; transform: translateX(100%); transition: all 0.3s}
.right-detail-about .box input[name=toggle]:checked ~ .box-content .subcribe{visibility: visible; opacity: 1; transform: translateX(0); position: static;}
.detail-about .right-detail-about .box label:before{content: "\2b"; width: 37px;height: 37px; display: block; cursor: pointer;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;background-color: #fff;border: solid 1px #b5b5b5;text-align: center;line-height: 35px;color: #b5b5b5;font-size: 12px;font-family: 'Glyphicons Halflings';font-style: normal;font-weight: 400; -webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.detail-about .right-detail-about .box input[name=toggle]:checked ~ label:before{content: "\2212"; border-color: #fed700; background-color: #fed700; color: #333e48}
.detail-about .right-detail-about .box input[name=toggle]{display: none;}
/* Home Products Page ========================================================================= */
.block-custom{text-align: center;}
.block-custom .block-title{padding: 68px 0 0px;}
.block-custom .block-title h2{background-image: url("../../frontend/Alothemes/clenlidirect_new/en_IE/images/icon-title.png");background-repeat: no-repeat;background-position: center top;padding-bottom: 40px;margin: 0;}
.block-custom .block-title span{font-size: 39px;color: #242628;text-transform: uppercase;padding: 7px 0 0;display: block;}
.block-custom .block-title .title-backgruond{clear: both;display: block;font-size: 24px;color: #222;padding-top: 9px;}
.block-custom.block-custom1 .block-title h2{background-image: none;}
.content-products ul{padding:0;margin:0}
.flexisel-content .item{float:left;margin-bottom:30px;list-style:none;text-align:center;}
.flexisel-content .products-grid-rows .item{float: none;margin-right: 0;}
.flexisel-content > li:nth-child(3n+1){margin-right: 0px;}
.flexisel-content .item ul{list-style:none}
.nbs-flexisel-inner .item{box-shadow:none;background:none}
.nbs-flexisel-inner{background:none;border:none;border-radius:0}

/* magic category */
.main-category{background-image: url("../../frontend/Alothemes/clenlidirect_new/en_IE/images/alothemes/home3productbackground.jpg");background-position: center center;background-repeat: no-repeat; background-size: cover;margin-top: 20px;}
.main-category .magiccategory .box-product-content .box-product{width: 50%;float: right;}
.main-category .magiccategory .box-product-content .box-product-adv{width: 50%;float: left;}
.main-category .magiccategory .block-title-tabs{margin: 20px 0 35px;width: 50%;float: right;}
.main-category .content-products .slick-arrow{top:-70px;}
.main-category .magiccategory{margin-top: 50px;}
.main-category .magiccategory .magictabs{display: none;}
.main-category .magictabs .item .title{font-size: 17px;margin: 0 20px;}
.magiccategory{margin-top: 70px;}
.magiccategory .block-title-tabs{border-bottom:1px solid #ddd;margin: 25px 0;}
.magiccategory .block-title-tabs .title-category{float: left; margin: 0; font-size: 25px; color: #333e48; text-transform: capitalize; font-weight: normal;padding-bottom: 10px; position: relative;}
.magiccategory .title-category:before {content: ""; position: absolute; left: 0; width: 100%; bottom: -1px; height: 2px; background-color: #fed700; }
.magiccategory .magictabs{float: right;margin: 0 !important;border: 0;}
.magiccategory .magictabs .item{display: inline-block; margin-bottom: 0;padding-left: 0;padding-right: 0;}
.main-category .promotion img{max-width: 100%;height: auto;width: auto;}
.main-category .slick-slider .slick-list{padding: 5px 5px 60px !important;margin: 0 -15px;}
.main-category .products-grid .item.slick-slide.slick-active .images-container:after{display: none;}
.main-category .products-grid .item .product-item-info {padding-left: 20px;padding-right: 20px;padding-top: 20px;}
.main-category .products-grid .item .product-item-info .images-container{padding: 0;}
.cms-static-category .magiccategory .box-product-content .item .images-container{padding: 15px 18px 0;}
.page-alo-sectionbottom .cms-static-category .box-product-content .item.product.product-item{margin-bottom: 5px;}

.cms-static-category.section-category-slide{background-color: #f9f9f9;margin-bottom: 70px;padding-bottom: 70px;}
.section-category-slide .magiccategory .box-product-content .box-product {float: left;width: 58.3333%;}
.section-category-slide .magiccategory .box-product-content .box-product-adv {float: left;padding-left: 5px;width: 41.6667%;}
.section-category-slide .magiccategory .magictabs .item .title{font-size: 15px;text-transform: capitalize; padding: 0 20px 0 18px; display: inline-block; border: 2px solid transparent; line-height: 27px; cursor: pointer;}
.section-category-slide .magiccategory .magictabs .item.activated .title{border: 2px solid #fed700; border-radius: 30px;color: #333e48;font-weight: normal;}
.section-category-slide .magiccategory .magictabs .item .title:before,.section-category-slide .magiccategory .magictabs .item .title:after{display: none;}
.section-category-slide .magicproduct.magiccategory .magictabs .item{padding: 0;}
.section-category-slide .magiccategory .magictabs {border: 0 none;float: right;margin: 0 !important;}
.section-category-slide .magiccategory .products-grid .item .images-container:after{display: none;}
.section-category-slide .magiccategory .slick-slide .item {margin-bottom: 5px;}
/* block main product*/
.main-product{margin-top: 65px}

/*Brands / logo brands*/
.brands .slick-slide img{margin: 0 auto}
.cms-index-index .brands {margin-top: 15px}
.brands{margin-top: 72px}
.brands h2.title{display: none;}
.brands .brands-content{padding: 12px 0; border-width: 1px 0; border-style: solid; border-color: #dadada}
.shopbrand >.item:nth-child(n+2),.alo-blog .block-content >.item:nth-child(n+2),.testimonial >.item:nth-child(n+2){display: none;}
.shopbrand >.item.slick-slide,.alo-blog .block-content >.item.slick-slide,.testimonial >.item.slick-slide{display: block;}
/* Category Page ========================================================================= */
.category-title{margin:0 0 20px}
.category-image{text-align:center;display: none;}
.category-image img{max-width:100%;height:auto}
.category-description{margin:20px 0 0}
.catalog-product-view .category-image{display: none;}
.catalog-category-view .category-image{display: block;}

.content-products .mage-magictabs {display: none;visibility: hidden;opacity: 0;}
.content-products .mage-magictabs.activated {display: block;visibility: visible;opacity: 1;}
.products-grid .product-item{float: left;}
.mage-magictabs .products .product-item-photo .product-image-photo{height: 90px;}
/*nav product tabs */
.magicproduct .magictabs{text-align: center; border-bottom: 1px solid #dddddd; margin-bottom: 12px}
.magicproduct .magictabs .item{display: inline-block; padding: 0 13px; margin: 0;}
.magictabs .item span{cursor: pointer;}
.magictabs .item .title{font-size: 20px; font-weight: normal; color: #343f49;display: block; line-height: 30px; padding-bottom: 7px; position: relative;}
.magictabs .item.activated .title{font-weight: bold;}
.magictabs .item .title:after{content: ""; position: absolute; width: 100%; height: 2px; background-color: #fed700; bottom: 9px; left: 0;}
.magictabs .item .title:before{content: ""; position: absolute; width: 10px; height: 5px; background-color: #fed700; left: calc(50% - 5px); bottom: 5px; border-radius: 0 0 5px 5px; }
.magictabs .item .title:after, .magictabs .item .title:before{transition: all 0.3s}
.magictabs .item .title:after, .magictabs .item .title:before{visibility: hidden; opacity: 0;}
.magictabs .item.activated .title:before,.magictabs .item.activated .title:after{visibility: visible; opacity: 1;}
.magictabs .item.activated .title:after{bottom: -1px}
.magictabs .item.activated .title:before{bottom: -5px}
.main-product .magicproduct .magictabs{text-align: left;}
.magictabs .item:first-child {padding-left: 0;}
.main-product .products .slick-slider .slick-list,.block-custom-product2 .products .slick-slider .slick-list{margin-bottom: 56px;}
.cms-static-section-products {margin-top: 0px;}
.block-custom-product2 .products .slick-slider .slick-list {padding-bottom: 20px;}
.block-custom-product2 .magicproduct.magicproduct-custom .item .title{font-size: 25px;}
.magictabs .item.activated, .magictabs .item:hover {border-color : #ff3366;}
.content-products .mage-magictabs {display: none;}
.content-products .mage-magictabs.activated {display: block;}
/*content product*/
.ajax_loading{background-image: url("../../frontend/Alothemes/clenlidirect_new/en_IE/images/alothemes/loading.gif");background-color:#fff;background-position: center center;background-repeat: no-repeat;margin-left:47%;padding:0;position:absolute;z-index:12;animation:1.2s ease-in-out 0s normal none infinite tp-rotateplane;-webkit-animation:tp-rotateplane 1.2s infinite ease-in-out;animation:tp-rotateplane 1.2s infinite ease-in-out;box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);-o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);-ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);padding:0px;width: 50px;height: 50px;}
.products-grid .item .product-item-info{ background-color: #fff;transition: all 0.3s}
.products-grid .item:hover{z-index: 999}
.item:hover .product-item-info{box-shadow: 0 0 6px rgba(1, 1, 1, 0.3); padding-bottom: 48px; margin-bottom: -48px; position: relative; z-index: 9; background-color: #fff}
.item .images-container{padding: 15px 25px 0; position: relative;}
.products-grid .item .images-container:after{content: ""; position: absolute; left: -1px; width: 1px; background-color: #eaeaea; top: 45px; bottom: 30px}
.products-grid .item.slick-current.slick-active .images-container:after{display: none;}
.cms-page-mix-product .products-grid .item:nth-child(3n+1) .images-container:after{display: none;}
.item .price-box{display: block; margin: 0; float: left; max-width: calc(100% - 35px);}
.block-related .item .price-box,.box-up-sell .item .price-box{line-height: 45px;}
.products-grid .item .actions .actions-primary{display: block; float: right; padding: 7px 0 8px 0}
.products-grid .item .product-hover{text-align: center;position: relative;}
.products-grid .item .hover-box{padding-top: 20px}
.magicproduct-custom .products-grid .item .product-hover{padding-bottom: 0px}

.item .actions .add-to-links:before, .products-grid .item .actions .add-to-links:after{content: ""; clear: both; display: table;}
.item .actions:before, .products-grid .item .actions:after{content: ""; clear: both; display: table;}
.item .actions{padding-bottom: 7px; position: relative;}
.item .actions .add-to-links{clear: both; border-top: 1px solid #eaeaea; padding-top: 10px; padding-bottom: 15px; left: 0px; right: 0px;visibility: hidden; opacity: 0; position: absolute; bottom: 0; transition: all 0.3s;}
.item:hover .actions .add-to-links{visibility: visible; opacity: 1; bottom: -48px}
.item button.button{padding: 0; border-width: 0; width: 35px; height: 35px;text-align: center;border-radius: 50%;-webkit-border-radius: 50%;-o-border-radius: 50%;-moz-border-radius: 50%;-ms-border-radius: 50%;}
.item button.button.disabled{background-color: #fed700}
.item button.button .icon{font-size: 20px; color: #fff; display: block; line-height: 40px}
.magiccategory-product .products-grid .item:hover .price-box > .price-container .price{color: #343f49}
.item button.button span span{text-indent: -9999px}
.item button.button > span{line-height: 0px; display: none;}
.item .product-name{text-align: left;}
.item .product-name{font-size: 100%;line-height: normal;margin: 0 0 5px;min-height: 40px;text-align: left;}
.item .product-name a.product-item-link{font-size: 14px; color: #0062bd; font-weight: 600; line-height: normal;display: block;}
.item .product-name a.product-item-link:hover{text-decoration: none; outline: none;}
.product-sidebar .item .product-name a.product-item-link{color: #333e48;}

.item .add-to-links a{font-size: 13px;line-height: 20px; display: block; max-width: 50%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; transform: scale(0); opacity: 0; visibility: hidden;}
.item:hover .add-to-links a{transform: scale(1); opacity: 1; visibility: visible;}
.item .add-to-links a .icon{font-size: 15px; display: inline-block; line-height: 20px; color: #848484; vertical-align: middle; padding-right: 7px}
.item .add-to-links .tocompare{float: left;}
.item .add-to-links .towishlist{float: right;}
.link-view{position: absolute;opacity: 0;visibility: hidden;top: 8px;right: 8px;z-index: 2;overflow: hidden;}
.quickview{width: 35px;height: 35px;line-height: 35px;text-align: center;padding: 0;border: 0;border-radius: 0;background-color: transparent;}
.quickview span{line-height: normal;}
.item .link-view .quickview:hover{border: 0;border-radius: 0;background-color: transparent;}
.products-list .item .images-container .link-view{top: auto;bottom: 0;}
.quickview .icons{font-size: 20px;}
.products-list .item .images-container:hover .link-view,.item:hover .link-view{opacity: 1;visibility: visible;}

/*Price*/
/*.product-item .old-price{float: right;}*/
.product-item .old-price .price{font-size: 12px; color: #848484; font-weight: normal; display: block; line-height: 25px;}
.product-item .special-price .price{font-size: 20px; color: #ee0000; font-weight: normal; display: block; line-height: 45px}
.product-item .special-price, .product-item .old-price {display: inline-block; vertical-align: middle;}
.fearured-products .product-item .special-price, .fearured-products .product-item .old-price {display: block;}
.price-box > .price-container .price, .product-item .price-box .minimal-price .price{display: block; line-height: 45px; font-size: 20px; color: #343f49; font-weight: normal;}
.old-price .price{text-decoration: line-through;}
/*Custom product*/
.magicproduct-custom .item .images-container{padding: 0}
.magicproduct-custom .item .product-name{min-height: auto;}
.magicproduct-custom .grid.products-grid .item{position: relative; z-index: 9; margin-bottom: 30px;width: 100%;}
.magiccategory-product.magicproduct-custom .grid.products-grid .item{margin-bottom: 25px;}
.magicproduct-custom .products-grid .item:hover{z-index: 99}
.magicproduct-custom .products-grid .item .product-item-info{padding-left: 20px; padding-right: 20px; position: relative; background-color: #fff; z-index: 99; padding-top: 20px;width: 100%;}
.magiccategory-product.magicproduct-custom .products-grid .slick-active .item .product-item-info:after{ border-left: 1px solid #eaeaea;content: "";display: block;height: 80%;left: 0;position: absolute;top: 50%;transform: translateY(-50%);/* content: ""; position: absolute; left: 0px; width: 1px; top: 35px; bottom: 18px; background-color: #eaeaea; */}
.magiccategory-product.magicproduct-custom .products-grid .slick-current.slick-active .item .product-item-info:after{display: none;}
.bestsellers-category .magicproduct-custom .products-grid .slick-slide:not(.slick-active) .item .product-item-info:after{display: none;}
.magicproduct-custom .products-grid .item:hover .product-item-info:after{display: none;}
.magicproduct-custom .products-grid .item .product-item-info .images-container{width: 40%;float: left;}
.magicproduct-custom .products-grid .item .product-item-info .product-item-details{width: 60%;padding-left: 10px;}
.magicproduct-custom .products-grid .item .product-item-info .images-container, .magicproduct-custom .products-grid .item .product-item-info .product-item-details{display: inline-block; vertical-align: top;}
.bestsellers-category .magicproduct-custom .products-grid .item .product-item-info .images-container, .bestsellers-category .magicproduct-custom .products-grid .item .product-item-info .product-item-details{vertical-align: bottom;}
.magicproduct-custom .item .actions{margin-top: 0;}
.block-custom-product2 .magicproduct-custom .products-grid .item .product-item-info .images-container,.block-custom-product2 .magicproduct-custom .products-grid .item .product-item-info .product-item-details{float: none;display: inline-block;vertical-align: middle;}
.block-custom-product2 .magicproduct-custom .products-grid .item .product-item-info .product-item-details{vertical-align: middle;width: calc(60% - 4px);}
.block-custom-product2 .products-grid .item .images-container:after{display: none;}
.block-custom-product2 .products-grid .item .product-item-info:after {border-left: 1px solid #eaeaea;content: "";display: block;height: 80%;left: 0;position: absolute;top: 50%;transform: translateY(-50%);}
.block-custom-product2 .products-grid .slick-slide.slick-current.slick-active .product-item-info:after,.block-custom-product2 .products-grid .slick-slide .item .product-item-info:after {display: none;}
.block-custom-product2 .products-grid .slick-slide.slick-active .product-item-info:after{display: block;}
.block-custom-product2 .item .price-box{line-height: normal;}
.block-custom-product2 .magicproduct-custom .grid-custom .price-box > .price-container .price, .block-custom-product2 .magicproduct-custom .grid-custom .price-box .special-price .price {font-size: 20px;line-height: 45px;}

.cms-static-mix-custom-product{margin-top: 40px}
.cms-static-mix-custom-product .magicproduct .products-grid .item .images-container:after,
.cms-static-mix-custom-product .magicproduct-custom .products-grid .item .product-item-info:after,
.magicproduct-custom .grid-custom .products-grid .item:after{display: none;}
.cms-static-mix-custom-product .magicproduct-custom .products-grid .item:hover .product-item-info{padding-bottom: 0; margin-bottom: 0; box-shadow: 0 0 0 transparent}
.cms-static-mix-custom-product .magicproduct-custom .products-grid .item .product-item-info{padding: 0}
.cms-static-mix-custom-product .magicproduct-custom .grid.products-grid .item{padding: 0}
.cms-static-mix-custom-product .magicproduct-custom .products-grid .item .product-item-info .images-container{width: 25%}
.cms-static-mix-custom-product .magicproduct-custom .products-grid .item .product-item-info .product-item-details{width: calc(75% - 4px); padding-left: 15px;}
.cms-static-mix-custom-product .magicproduct-custom .item .product-name{position: static;}
.cms-static-mix-custom-product .item .price-box{margin-top: 5px;float: none;}
.cms-static-mix-custom-product .content-products{margin-top: 20px}

.magicproduct-custom .grid-custom .price-box > .price-container .price, .magicproduct-custom .grid-custom .price-box .special-price .price{font-size: 15px; color: #333e48; line-height: 20px}
.grid-custom .product-item .old-price .price{color: #8f8f8f; line-height: 20px}
.magicproduct.magicproduct-custom .magictabs{text-align: left;}
.magicproduct.magicproduct-custom .magictabs .item{padding: 0}
.magicproduct.magicproduct-custom .item .title{cursor: text;font-size: 20px; color: #333e48; font-weight: normal; padding-bottom: 11px}
.magicproduct.magicproduct-custom .item .title:hover{color: #333e48;}
.magicproduct.magicproduct-custom .item .title:before{display: none;}
.bestsellers-category{margin-top: 42px}
/*Navgation category tab*/
.magiccategory-product .block-title-tabs:before, .magiccategory-product .block-title-tabs:after{content: ""; clear: both; display: table;}
.magiccategory-product .block-title-tabs{border-bottom: 1px solid #dddddd; margin: 25px 0}
.magiccategory-product .type-product-title{float: left; margin: 0; font-size: 25px; color: #333e48; text-transform: capitalize; font-weight: normal; line-height: 35px; padding-bottom: 11px; position: relative;}
.magiccategory-product .type-product-title:before{content: ""; position: absolute; left: 0; width: 100%; bottom: -1px; height: 2px; background-color: #fed700; }
.magiccategory-product .magictabs{float: right; margin: 0}
.magiccategory-product .magictabs .item{display: inline-block; margin-bottom: 0; padding-bottom: 15px}
.section-category-slide .magiccategory-product .magictabs .item .title{position: relative;font-size: 15px; color: #343f49; padding: 0 20px 0 18px; display: inline-block; line-height: 27px; cursor: pointer;}
.section-category-slide .magiccategory-product .magictabs .item .title{border: 2px solid transparent;}
.section-category-slide .magiccategory-product .magictabs .item.activated .title{border: 2px solid #fed700; border-radius: 30px;}
.section-category-slide .magictabs .item.activated .title{font-weight: normal;}
.section-category-slide .magiccategory-product .magictabs .item .title::before, .section-category-slide .magiccategory-product .magictabs .item .title::after {display: none;}

/*Main category multi grid*/
.main-category .products .product-items .sub-item:nth-child(1), .main-category .products .product-items .sub-item:nth-child(3){width: 22%; display: table-cell; vertical-align: top;}
.main-category .products .product-items .sub-item:nth-child(1) .product-item-info:first-child, .main-category .products .product-items .sub-item:nth-child(3) .product-item-info:first-child{margin-bottom: 8px}
.main-category .products .product-items .sub-item:nth-child(2){width: 55.3%; display: table-cell; vertical-align: top; padding: 0 8px}
.main-category .products-grid .item .images-container:after{display: none;}
.main-category .product-image-photo{width: 100%}

.main-category .product-items .sub-item:nth-child(2) button.button{width: auto; height: auto; padding: 0 15px; border-radius: 20px; -moz-border-radius: 20px; -webkit-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px;}
.main-category .product-items .sub-item:nth-child(2) button.button .icon{display: inline-block; vertical-align: middle; padding-right: 5px}
.main-category .product-items .sub-item:nth-child(2) button.button > span{padding: 0; display: inline-block; font-weight: bold; color: #fff; font-size: 13px; text-transform: none;}
.main-category .magictabs .item .title {font-size: 17px;margin: 0 20px;}
.main-category .magiccategory-product .magictabs .item, .main-category .magiccategory-product .type-product-title{padding-bottom: 0;}
.main-category .magiccategory-product .type-product-title:before {bottom: -3px;}
.main-category .products-grid .item .product-item-info .per-product{padding-top: 20px;padding-right: 20px;padding-left: 20px;background-color: #fff;}
.main-category .product-item-info:hover .per-product{box-shadow: 0 0 6px rgba(1, 1, 1, 0.3);margin-bottom: -48px;padding-bottom: 48px;position: relative;z-index: 9;}
.main-category .products-grid .item .product-item-info .per-product .images-container{padding: 0;}
.main-category .item:hover .actions .add-to-links{bottom: 0;opacity: 0;visibility: hidden;}
.main-category .product-item-info:hover .actions .add-to-links{bottom: -48px;opacity: 1;visibility: visible;}
.main-category .per-product:hover .add-to-links a {opacity: 1;transform: scale(1);visibility: visible;}

/*Best seller category product*/
.bestsellers-category .products-grid .item .images-container:after{display: none;}
.bestsellers-category .slick-active:nth-child(1) .item .product-item-info:after
.bestsellers-category .slick-current ~ .bestsellers-category .slick-slide .item .product-item-info:after{display: none;}
.bestsellers-category .slick-dots{bottom: -8px;; z-index: 3}
.bestsellers-category .content-products .slick-list{z-index: 9;}

/*Featured product*/
.fearured-products{margin-top: 70px}
.fearured-products .magicproduct .magictabs{text-align: left;}
.fearured-products .magicproduct .magictabs .item{padding: 0}
.fearured-products .magicproduct .magictabs .item .title{font-size: 25px; color: #333e48; text-transform: capitalize; font-weight: normal; line-height: 35px; padding-bottom: 11px}
.fearured-products .magicproduct .magictabs .item .title:before{display: none;}
.fearured-products .item .images-container{padding: 15px 15px 0;}
.fearured-products .item .price-box{line-height: normal;}

.products-grid .item.slick-slide .images-container:after{display: none;}
.products-grid .item.slick-slide.slick-active .images-container:after{display: block;}
.products-grid .item.slick-slide.slick-current.slick-active .images-container:after{display: none;}
/*.fearured-products .products-grid .item.slick-active:last-child .images-container:after{display: none; visibility: hidden; opacity: 0;}*/
.content-products .slick-arrow{top: -40px;}
.content-products .slick-prev{right: 16px;}
.content-products .slick-next{right: -6px;}

/*Product sidebar*/
.product-sidebar .magicproduct.magicproduct-custom .magictabs{margin-bottom: 30px;}
.product-sidebar .magicproduct-custom .products-grid .item:hover .product-item-info{padding-bottom: 0; margin-bottom: 0; box-shadow: 0 0 0 transparent; }
.product-sidebar .products-grid .item .images-container:after, .product-sidebar .products-grid .item.slick-slide.slick-active .images-container:after{display: none;}
.product-sidebar{margin-top: 65px}
.product-sidebar .magicproduct-custom .products-grid .item .product-item-info{padding: 0;}
.product-sidebar .magicproduct-custom .products-grid .item.slick-active:last-child .product-item-info{border-bottom: 0}
.product-sidebar .magicproduct-custom .products-grid .item{}
.product-sidebar .magicproduct-custom .products-grid .item.slick-active{border-top: 1px solid #ddd;}
.product-sidebar .magicproduct-custom .products-grid .item.slick-current.slick-active{border-top: 0;}
.product-sidebar .product-item .price-box .minimal-price .price{font-size: 15px; line-height: 20px;}
.product-sidebar .product-item:hover .price-box .minimal-price .price{color: #ee0000;}
.product-sidebar .products .slick-slider .slick-list{padding-bottom: 0;}
.product-sidebar .slick-slider .slick-list{margin: 0; padding: 0;}
.product-sidebar .magicproduct-custom .products-grid .item .product-item-info .product-item-details{width: 60%;float: left;padding-left: 15px;}
.product-sidebar .item .price-box{line-height: normal;}

/*timer product*/
.timer-product .list .item{border: 2px solid #fed700; background-color: #fff-webkit-border-radius: 20px;-moz-border-radius: 20px;border-radius: 20px;}
.timer-product .products-grid .item .product-item-info{background-color: transparent;}
.timer-product .products-grid .item:hover .product-item-info{padding-bottom: 0; margin-bottom: 0; box-shadow: 0 0 0 transparent; }
.cms-page-countdown-product .magicproduct .block-title-tabs{display: none;}
.cms-page-countdown-product .images-container {padding: 40px 25px 0;}
.cms-page-countdown-product .products-grid .product-name{margin-bottom: 5px;}
.timer-product .item .products-textlink{position: static; padding-top: 50px}
.timer-product .products-grid .item .images-container:after{display: none;}
.timer-product .item .price-box{float: none; text-align: center; margin-top: 12px}
.timer-product .item .product-name a.product-item-link{text-align: center;}
.timer-product .product-item .special-price .price{font-size: 30px; color: #ee0000;line-height: 45px;}
.timer-product .product-item .old-price .price{font-size: 18px; color: #383838;}

/*timer*/
.slogan-countdown{display: block; font-size: 15px; color: #383838; line-height: 25px; text-align: center; margin-top: 13px;}
.alo-count-down{clear: both; text-align: center; margin-top: 12px; margin-bottom: 26px}
.alo-count-down .countdown{display: block;}
.timer-box{margin: 0 auto;text-align: center;display: inline-block; position: relative; margin: 0 7px}
.timer-box:after{content: ":"; position: absolute; color: #383838; display: block; line-height: 41px; text-align: center; top: 0; right: -8px}
.alo-count-down .timer-box:last-child:after{display: none;}
.timer-box > span:first-child{display: block; width: 56px;height: 41px; line-height: 41px;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;background-color: #e6e6e6; text-align: center;}
.timer-box span b{display: block; font-size: 30px; color: #383838; font-weight: normal;}
.timer-box span.title{font-size: 12px; color: #383838; text-transform: uppercase; font-weight: normal; display: block; line-height: 22px}
.alo-count-down .timer-box .title:before, .alo-count-down .timer-box .title:after{display: none;}

/* View Type:Grid */
.category-product-grid .short-desc{margin-top: 5px; min-height: 70px;}
.description.product-item-description{margin: 0;}
.category-product-grid .product-item{width: 33.3333%; margin-bottom: 30px}
.category-product-grid .item .actions{margin-top: 8px}
.sku{margin-top: 10px}
.sku, .sku label{font-size: 12px; font-weight: normal; color: #7d7d7d;}
.sku label{text-transform: uppercase; padding-right: 5px; margin-bottom: 0}
/* .products-grid.category-product-grid .item .images-container:after{top: 60px; bottom: 50px} */
.products-grid.category-product-grid .item:nth-child(3n+1) .images-container:after{display: none;}
.product-item-info .quickview{display: none;}
.hover-box .rating {min-height: 33px;}
/* View Type:List */
.category-product-list li.item{border-bottom: 1px solid #eaeaea; margin: 0 0 30px;padding: 0 0 30px;}
.category-product-list li.item:last-child{border-bottom: 0}
.category-product-list .item:hover .product-item-info{box-shadow:none;padding: 0;margin: 0;}
.category-product-list .item .actions .add-to-links{position: static; visibility: visible; opacity: 1; border: 0; margin: 0; padding-top: 15px; padding-bottom: 0}
.category-product-list .item .add-to-links a{transform: scale(1); visibility: visible; opacity: 1;}
.category-product-list .item .product-item-details,
.category-product-list .item .product-hover,
.category-product-list .item .hover-box{float: left; vertical-align: middle;}
.category-product-list .item .images-container{padding: 0}
.category-product-list .item .product-item-details{margin: 0; width: 22%;}
.category-product-list .item .product-swatch.product-item-details{width: 100%;float: none;}
.category-product-list .item .product-swatch.product-item-details .price-box{display: none;}
.category-product-list .item .product-hover{width: 22%;position: relative;}
.category-product-list .item .hover-box{width: 56%; padding-left: 30px; padding-right: 30px}
.products-list .item .product-item-photo{display: table-cell; padding: 10px}
.products-list.category-product-list .item .product-item-photo {display: block; padding: 0;width: auto;}
.category-product-list .item .price-box{float: none; padding: 10px 0}
.category-product-list .item button.button .icon{display: inline-block; line-height: 43px; vertical-align: middle;}
.category-product-list .item button.button > span{display: inline-block;  line-height: 43px; text-transform: none; font-size: 14px; color: #ffffff; font-weight: bold;}

.category-product-list .item button.button{width: 100%; height: auto; border-radius: 43px}
.category-product-list .item button.button span span{text-indent: 0; display: inline-block; line-height: 43px; text-transform: none; font-size: 14px; color: #ffffff; font-weight: bold;}
.content-products .actions .stock:before {content: "a";font-family: "untitled-font-6" !important;font-size: 20px; font-style: normal !important;font-variant: normal !important; font-weight: normal !important;line-height: 37px;text-transform: none !important;}
.content-products .actions .stock:after {background-color: #df3737;content: "";display: block; height: 30px;position: absolute;right: 9px;top: 9px;transform: rotate(35deg);width: 2px;}
.content-products .stock span{text-indent: -999em;width: 0;}
.stock label{font-size: 12px; color: #8f8e94; font-weight: normal; margin: 0; padding-right: 5px; line-height: 20px; display: inline-block;}
.stock span{font-size: 12px; color: #df3737; font-weight: bold; display: inline-block; line-height: 20px}
.stock{padding-bottom: 8px;color: #df3737;}
.category-product-list .stock{ border-bottom: 1px solid #dddddd;}
.category-product-list .stock span{color: #5bb300;}
.category-product-list .price-box > .price-container .price, .category-product-list .product-item .special-price .price{font-size: 23px}
.category-product-list .item .actions .add-to-links:before, .category-product-list .item .actions .add-to-links:after{content: ""; clear: both; display: table;}
.toolbar-bottom.toolbar-view-list{margin-top: 20px}
.category-product-list .product-item .product-reviews-summary .reviews-actions{display: inline-block;}
.category-product-list .item .product-name{min-height: auto;}
.product-item-description ul{list-style: disc outside;padding-left: 1.5em;margin-left: -5px;}
.product-item-description ul li{margin: 0;padding: 0;color: #555;font-size: 14px;}
/* Product Hover ========================================================================== */
.product-img-back{left:0;opacity:0;position:absolute;top:0;transition:all 0.2s ease-in-out 0s;visibility:hidden;width:100%;}
.item:hover .product-img-back{opacity:1;visibility:visible;transition:all 0.2s ease 0s}
.magicmenu .nav-desktop .level0 .product-img-back{transition-property:none;}
/* ======================================================================================= */

/* Product View ========================================================================== */
/*detail product / view product*/
.box-tocart .fieldset .actions .tocart span{display: inline-block; font-size: 14px;}
.product-info-main .page-title-wrapper .page-title{margin: 0}
.product-info-main .page-title-wrapper .page-title span{font-size: 25px; color: #333e48; font-weight: normal; display: block; line-height: 30px; text-align: left;margin-bottom: 15px;}
.product-essential .product-media, .product-essential .product-info-main{float: left; padding: 0 15px}
.product-essential .product-media{width: 45%}

.product-essential .product-info-main{width: 50%}
.product-reviews-summary .rating-summary, .product-reviews-summary .reviews-actions{display: inline-block;position: relative;text-align: left;vertical-align: middle;}
.product-info-main .product-reviews-summary{margin-top: 7px}
.product-info-main .product-info-stock-sku{margin-top: 13px; margin-bottom: 18px}
.product-essential .product-info-main .price-box{padding-top: 12px}

.product-essential .stock label{font-size: 13px; color: #8f8e94; text-transform: capitalize;}
.product-essential .stock span{font-size: 13px; color: #5bb300; text-transform: capitalize;}
.product-essential .stock{padding-bottom: 0; border: 0;}
.product-essential .product-info-main .product-social-links{border-top: 1px solid #e9e9e9; padding-top: 20px; text-align: right;}
.product-essential .product-social-links .tocompare, 
.product-essential .product-social-links .towishlist{font-size: 13px; color: #848484; display: inline-block; line-height: 20px}
.product-essential .product-social-links .towishlist{padding-left: 10px}
.product-essential .product-social-links .action .icon{font-size: 15px; display: inline-block; line-height: 20px; vertical-align: middle; padding-right: 5px}

.product-info-main .attibute ul li{font-size: 12px; color: #7d7d7d; font-weight: normal; margin: 5px 0; line-height: 15px; position: relative; padding-left: 12px}
.product-info-main .attibute ul li:before{content: ""; width: 4px; height: 4px; position: absolute; left: 0; bottom: 3px; background-color: #7d7d7d; border-radius: 50%;}
.product-info-main .price-box .price-wrapper .price{font-size: 35px; color: #333e48; font-weight: normal;}

.product-info-main .price-box .old-price .price-wrapper .price{font-size: 14px; color: #848484}
.product-info-main .price-box .special-price, .product-info-main .price-box .old-price{display: inline-block; vertical-align: middle; margin: 0}
.product-info-main .price-box .special-price .price-container .price, .product-info-main .price-box .old-price .price-container .price{display: block; line-height: 35px}
.product-info-main .price-box .special-price .price-container, .product-info-main .price-box .old-price .price-container{margin: 0}

.product-info-main .product-add-form .box-tocart{margin-top: 15px}
.product-info-main .product-add-form .box-tocart .fieldset .control{width: 138px !important;}
.cart.item .control{width: 115px;}
.cart.item .control,
.box-tocart .control{height: 34px; border: 1px solid #dfdfdf; position: relative;border-radius: 34px;-moz-border-radius: 34px;-webkit-border-radius: 34px;-ms-border-radius: 34px; -o-border-radius: 34px;}
 .cart.item .control .increase, 
.cart.item .control .reduced,
.box-tocart .control .increase, 
.box-tocart .control .reduced{position: absolute; width: 21px; height: 21px; color: #333e48; line-height: 22px; border: 0; background-color: #ededed; top: 6px; font-size: 10px; padding: 0;border-radius: 100%;-moz-border-radius: 100%;-webkit-border-radius: 100%;-ms-border-radius: 100%;-o-border-radius: 100%;}
.box-tocart .control .increase{right: 35px}
.cart.item  .control .increase{right: 35px}
.box-tocart .control .reduced{right: 8px}
.cart.item  .control .reduced{right: 8px}
.box-tocart .qty .label{font-size: 13px; color: #333e48; margin-bottom: 0; line-height: 15px; display: inline-block; padding-bottom: 5px; float: none;}
.box-tocart .control input.qty{width: 80px; background-color: transparent; border: 0; font-size: 14px; color: #818181; padding: 0 13px; height: 32px; line-height: 32px}
.box-tocart .fieldset .qty, .box-tocart .fieldset .actions{display: inline-block; vertical-align: bottom; margin: 0 12px !important;}
.box-tocart .fieldset .qty{margin-left: 0}
.box-tocart .fieldset .actions{margin-right: 0}
.box-tocart .fieldset .actions .tocart{height: 50px; border: 0; background-color: #fed700; line-height: 50px; color: #fff; padding: 0 45px 0 40px;border-radius: 50px;-moz-border-radius: 50px;-webkit-border-radius: 50px;-ms-border-radius: 50px; -o-border-radius: 50px;}
.box-tocart .fieldset .actions .tocart .icon{font-size: 20px;display: inline-block; vertical-align: middle; line-height: 45px}
.box-tocart .fieldset .actions .tocart span > span{font-size: 14px;line-height: 50px; font-weight: bold; text-transform: capitalize;}
.product-info-main.product-shop .product.attribute.overview{padding: 15px 0 0; margin-top: 10px;}


/*grouped product*/
.product-info-main .table.grouped .product-item-name{display: block;font-weight: normal; text-align: left;margin: 0; }
.product-info-main .table.grouped .price-box .price-wrapper .price{font-size: 15px; line-height: 20px}
.product-essential .product-info-main .price-box{line-height: normal;}

/* Rating */
.ratings-table th,.ratings-table td{font-size:11px;line-height:1.15;padding:3px 0}
.ratings-table th{font-weight:normal;padding-right:8px}
/* Availability */
.availability{margin:0}
.availability span{font-weight:bold}
.availability.in-stock span{}
.availability.out-of-stock span{color:#d83820}
.availability-only{margin:10px 0 7px;line-height:16px;background:url(../../frontend/Alothemes/clenlidirect_new/en_IE/images/i_availability_only.gif) 0 50% no-repeat;padding-left:15px}
.availability-only span,.availability-only a{border-bottom:1px dashed #751d02;color:#000}
.availability-only a{background:url(../../frontend/Alothemes/clenlidirect_new/en_IE/images/i_availability_only_arrow.gif) 100% 0 no-repeat;cursor:pointer;padding-right:15px;text-decoration:none}
.availability-only .expanded{background-position:100% -15px}
.availability-only strong{color:#be2c00}
.availability-only-details{margin:0 0 7px}
.availability-only-details th{background:#d2d6d9;font-size:10px;padding:0 8px}
.availability-only-details td{background:#ebf0f3;border-bottom:1px solid #fff;font-size:11px;padding:2px 8px 1px}
.availability-only-details tr.odd td.last{color:#d95e00;font-weight:bold}
/* Email to a Friend */
.email-friend{margin:0}
.product-view .product-shop .email-friend{float: left;}
/* Alerts */
.alert-price{margin:0;font-size:11px}
.alert-stock{margin:0;font-size:11px}
/********** < Product Prices */
.price{white-space:nowrap!important}
.price-box{margin:5px 0}
/*.price-box .price{font-size:16px;color: #ff5555;}*/
/* Regular price */
.regular-price{color:#c76200}
.regular-price .price{ color: #ff5555;}
/* Old price */
.old-price{margin:0;display: inline-block;}
.old-price .price-label{white-space:nowrap;color:#999;display:none}
/* Special price */
.special-price{margin:0;padding:0 3px 0 0;display: inline-block;line-height: 20px;}
.special-price .price-label{font-size:14px;font-weight:normal;white-space:nowrap;color:#cd5033;display:none}
.special-price .price{color:#ff5555;margin:0 5px 0 0;}
.product-view .product-shop .special-price .price{font-size: 25px;}
.product-view .product-shop .special-price{line-height: 25px;}
/* Minimal price (as low as) */
.minimal-price{margin:0}
.minimal-price .price-label{font-weight:bold;white-space:nowrap;display:none}
.minimal-price-link{display:block}
.minimal-price-link .label{color:#1e7ec8}
.minimal-price-link .price{font-weight:normal;color:#1e7ec8}
/* Excluding tax */
.price-excluding-tax{display:inline-block;color:#999; vertical-align: middle;}
.price-excluding-tax .label{white-space:nowrap;color:#999}
.price-excluding-tax .price{font-size:13px;font-weight:normal;color:#c76200}
/* Including tax */
.price-including-tax{display:block;color:#999}
.price-including-tax .label{white-space:nowrap;color:#999}
.price-including-tax .price{font-size:13px;font-weight:bold;color:#c76200}
/* Configured price */
.configured-price{margin:0}
.configured-price .price-label{font-weight:bold;white-space:nowrap}
.configured-price .price{font-weight:bold}
/* FPT */
.weee{display:block;font-size:11px;color:#444;display: inline-block;vertical-align: middle;}
/* Excl tax (for order tables) */
.price-excl-tax{display:block}
.price-excl-tax .label{display:block;white-space:nowrap}
.price-excl-tax .price{display:block}
/* Incl tax (for order tables) */
.price-incl-tax{display:block}
.price-incl-tax .label{display:block;white-space:nowrap}
.price-incl-tax .price{display:block;font-weight:bold}
/* Price range */
.price-from{margin:0}
.price-from .price-label{font-weight:bold;white-space:nowrap}
.price-to{margin:0}
.price-to .price-label{font-weight:bold;white-space:nowrap}
/* Price notice next to the options */
.price-notice{padding-left:10px;color:#999}
.price-notice .price{font-weight:bold;color:#2f2f2f}
/* Price as configured */
.price-as-configured{margin:0}
.price-as-configured .price-label{font-weight:300;white-space:nowrap}
.price-box-bundle{padding:0 0 10px 0}
.price-box-bundle .price-box{margin:0!important;padding:0!important}
.price-box-bundle .price{color:#000}
/********** Product Prices > */

/*Table*/
.table-wrapper .col{font-size: 14px; font-weight: normal; color: #747474; text-transform: capitalize;}


/* Tier Prices */
.product-pricing,.tier-prices{margin:10px 0;padding:10px;background-color:#f4f7f7;border:1px solid #dadddd;color:#424242}
.tier-prices li{line-height:1.4;background:url(../../frontend/Alothemes/clenlidirect_new/en_IE/images/i_tier.gif) no-repeat 0 3px;padding:2px 0 2px 10px}
.tier-prices .benefit{font-style:italic;font-weight:bold;color:#2f2f2f}
.tier-prices .price{font-weight:bold;color:#2f2f2f}
.tier-prices-grouped li{padding:2px 0;color:#e26703}
.tier-prices-grouped li .price{font-weight:bold}
/* Add to Links */
.add-to-links{font-size:11px;margin:5px 0 0}
.add-to-links .separator{display:none}
/* Add to Cart */
.add-to-cart label{float:left;margin-right:5px;font-weight:normal;color:#666;line-height:40px}
.add-to-cart .qty{float:left;margin-right:5px;height:40px}
.add-to-cart button.button{float:left}
.add-to-cart .paypal-logo{clear:left;margin:0;text-align:right}
.add-to-cart .paypal-logo .paypal-or{clear:both;display:block;margin:5px 60px 5px 0}
.product-view .add-to-cart .paypal-logo{margin:0}
/* Add to Links + Add to Cart */
.add-to-box{margin:10px 0}
.add-to-box .add-to-links{border-bottom:1px solid #f3f3f3;clear:both;margin:0 0 15px;padding:0 0 25px;text-align:left}
.add-to-box .add-to-cart{float:left}
.add-to-box .or{float:left;font-weight:bold;margin:0 7px;color:#666}
.add-to-box .add-to-links{float:left;font-size:12px!important;line-height:1.25!important;text-align:left!important}
.add-to-box .add-to-links li .separator{display:none!important}
/* Tab detail 
.product.info.detailed .data.item{border: 1px solid #dddddd; border-radius: 15px;-moz-border-radius: 15px;-webkit-border-radius: 15px;-ms-border-radius: 15px;-o-border-radius: 15px;}
.product.data.items > .item.title{display: inline-block;  cursor:pointer; position: relative; border: 0; padding: 0 25px;}
.product.info.detailed{margin: 60px 0 50px;}
.product.info.detailed .product.data.items > .item.title .switch{position: relative; font-size: 18px; color: #333e48; display: inline-block; line-height: 25px; padding-bottom: 15px}
.product.info.detailed .product.data.items > .item.title.active .switch{font-weight: bold;}
.product.info.detailed .product.data.items > .item.title .switch:before{content: ""; position: absolute; width: 100%; height: 2px; background-color: #fed700; left: 0; bottom: 15px; opacity: 0; visibility: hidden; transition: all 0.3s;-moz-transition: all 0.3s;-webkit-transition: all 0.3s;-o-transition: all 0.3s;}
.product.info.detailed .product.data.items > .item.title .switch:after{content: ""; position: absolute; width: 10px; height: 5px; left: calc(50% - 5px); bottom: 10px; background-color: #fed700; opacity: 0; visibility: hidden; transition: all 0.3s;-moz-transition: all 0.3s;-webkit-transition: all 0.3s;-o-transition: all 0.3s;border-radius: 0 0 5px 5px;-moz-border-radius: 0 0 5px 5px;-webkit-border-radius: 0 0 5px 5px;-ms-border-radius: 0 0 5px 5px;-o-border-radius: 0 0 5px 5px;}
.product.info.detailed .product.data.items > .item.title:hover .switch:before, .product.info.detailed .product.data.items > .item.title.active .switch:before{opacity: 1; visibility: visible; bottom: -1px}
.product.info.detailed .product.data.items > .item.title:hover .switch:after, .product.info.detailed .product.data.items > .item.title.active .switch:after{opacity: 1; visibility: visible; bottom: -6px}
.product.info.detailed .product.data.items .description p{font-size: 14px;color: #686c6f;line-height: 25px;}
*/
.review-product-list .pager{float: none;padding:0;}
.product.data.items {position: relative;z-index: 1;text-align: left;}
.product.data.items > .item.content {padding: 30px 30px 20px;text-align: left; width: 100%; float: left;}
/*.product.data.items > .item.title > .switch {display: block;position: relative; z-index: 2;color: #aaaaaa;font-size: 20px;}*/
.product.data.items > .item.title > .switch .counter{font-size: 20px;}
/*.product.data.items > .item.title.active > .switch,.product.data.items > .item.title:hover > .switch{color: #333;}*/
.product.data.items::before, .product.data.items::after {content: "";display: table;}
.product.data.items:after {clear: both;}

.product-view .toggle-tabs .item.active,.product-view .toggle-tabs .item:hover{color:#333333;}
.review-add .block-content .fieldset{padding: 0;margin: 0;}
.product-collateral h2{display:none}
.product-collateral h3,.product-collateral h4{color:#666666;font-size:20px;}
.product-collateral .box-collateral.box-review_form{color:#000}
.product-collateral .box-description{font-size:13px;color:#666666; line-height: 24px;}
.product-collateral h2{font-weight:bold;font-size:15px;color:#e26703;border-bottom:2px solid #e5dcc3;padding:0 0 1px;margin:0 0 15px}

/* Product Images */
.product-view .product-img-box .product-image{position:relative;z-index:0;}
.product-view .product-img-box .product-image-zoom{position: relative;z-index: 0;}
.zoomContainer, .zoomWindowContainer{ z-index :10000;}
.product-view .product-img-box .more-views{width: 360px;margin: 20px auto;}
.fotorama__nav-wrap{margin-top: 20px;}
.product-view .product-img-box .more-views h2{ display: none; font-size: 11px;margin: 10px 0; text-transform: uppercase;}
.product-view .product-img-box .more-views li img{margin: 0;border: 0px solid #fff;}
.product-view .product-img-box .more-views li img:hover{opacity: 0.5;}
.product-view .product-img-box .more-views .bx-wrapper .bx-pager{display: none;}
.product-view .product-img-box .more-views .bx-wrapper .bx-controls-direction a{top: 0;background-color: #f5f5f5;width: 30px;height: 95px;border: 0;line-height: 95px;font-size: 14px;color: #444;display: none;}
.product-view .product-img-box .more-views .bx-wrapper .bx-controls-direction a:hover{background-color: #ff5555;color: #fff;}
.product-view .product-img-box .more-views .bx-wrapper .bx-controls-direction a.bx-prev{left: -46px;}
.product-view .product-img-box .more-views .bx-wrapper .bx-controls-direction a.bx-next{right: -48px;}
.product-view .product-img-box:hover .more-views .bx-wrapper .bx-controls-direction a{display: block;}
.product-image-popup{margin:0 auto}
.product-image-popup .buttons-set{float:right;clear:none;border:0;margin:0;padding:0}
.product-image-popup .nav{font-weight:bold;margin:0 100px;text-align:center}
.product-image-popup .image{display:block;margin:10px 0}
.product-image-popup .image-label{font-size:13px;font-weight:bold;margin:0 0 10px;color:#2f2f2f}
.fotorama__stage{border: 1px solid #eee;transform: none !important;-moz-transform: none !important;-webkit-transform: none !important;-o-transform: none !important;}
.fotorama--fullscreen .zoomImg {display: none !important;}

.cms-index-index .fancybox-wrap .page-wrapper{background-color: #fff;}
.page-layout-2columns-left .fancybox-wrap .alocolumns, .page-layout-2columns-right .fancybox-wrap .alocolumns{margin: 0 !important;}
.page-layout-2columns-left .fancybox-wrap .column.main, .page-layout-2columns-right .fancybox-wrap .column.main{width: 100% !important;float: none;margin: 0 !important;padding: 0 !important;}
.fancybox-wrap .container{max-width: 100%;}
.fancybox-skin{border-radius: 4px;}
.product-view.product-quickview{margin: 0;}
.product-view.product-quickview .product-essential{padding: 15px 0;}
.product-view.product-quickview .product-media.product.media{float: left;width: 41.6667%;padding-left: 15px;}
.product-view.product-quickview .product-info-main.product-shop{float: left;width: 58.3333%;padding: 0 15px;}
.fancybox-wrap iframe{vertical-align: inherit !important;}
.page-products.catalog-category-view .fancybox-wrap .page-title-wrapper{position: static;text-align: left;transform: none; -moz-transform: none;-webkit-transform: none;-o-transform: none; -ms-transform: none;}
.page-products.catalog-category-view .fancybox-wrap .page-title-wrapper .page-title{border: 0;}
.page-products.catalog-category-view .fancybox-wrap .page-title-wrapper .page-title span{border: 0;padding: 0;position: static;}
.product-view.product-quickview .product-shop .shop-content-left,.product-view.product-quickview .product-shop .shop-content-right{float: none;width: 100%;}
.product-view.product-quickview .product-shop .shop-content-right{padding: 0;border: 0;text-align: left;}
.product-view.product-quickview .product-qty{margin: 0;}
/* move style alothemes */
.alothemes{display: block;}
.item .quickview.configurable{display: none !important;}
/* Product Shop */
.product-view .product-shop{text-align:left;}
.product-view .product-shop .page-title-wrapper .page-title{margin: 0;}
.product-view .product-shop .product-name h1,
.product-view .product-shop .page-title-wrapper .page-title span{display: block;color: #444;font-size: 25px;line-height: 25px;margin: 0px 0 15px; text-transform: uppercase;letter-spacing: 2px;font-weight: normal;}
.product-info-stock-sku{margin: 10px 0;}
.product-info-main .stock.available, .product-info-main .stock.unavailable{/*font-weight: normal;text-transform: inherit;*/}
.product-info-main .product.attibute.sku .type{color: #767676;font-size: 15px;font-weight: normal;}
.product-info-main .product.attibute.sku .type::after {content: "#:";}
.product-item .product-reviews-summary .reviews-actions{display: none;}
.category-product-grid .product-item .product-reviews-summary .reviews-actions{display: inline-block;}
.product-item .product-reviews-summary{display: block;margin: 0;}
.product-reviews-summary.empty{border: 0;margin: 0;}
.product-info-main .product-reviews-summary .reviews-actions .action{margin: 0;}
.block .block-content li.item.review-item {padding: 30px 0;}
.review-title{font-weight: 600;}
.review-ratings .label{ color: #666666;display: inline-block;font-size: 13px;font-weight: normal; line-height: normal;margin: 0; padding: 6px 10px 10px 0;}
.rating-summary .rating-result{width: 98px; position: relative;vertical-align: middle;display: inline-block;}
.rating-summary .rating-result > span:before{content: "\e006" "\e006" "\e006" "\e006" "\e006";color: #fed700;position: relative;z-index: 2;}
.rating-summary .rating-result:before{content: "\e007" "\e007" "\e007" "\e007" "\e007";position: absolute;top: 0;left: 0;color: #dcdcdc;width: 100%;z-index: 1;}
.product-item .rating-summary .rating-result > span:before, .product-item .rating-summary .rating-result:before{font-size: 13px; height: 13px; line-height: 13px}
.product-item .rating-summary .rating-result{width: 83px}
.rating-summary .rating-result > span:before,
.rating-summary .rating-result:before{display: inline-block;font-family: 'Glyphicons Halflings';font-style: normal;font-weight: 400;line-height: 1;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale; display: block;letter-spacing: 4px;font-size: 16px;height: 18px;line-height: 18px; padding-left: 2px}
.rating-summary .rating-result > span span {border: 0 none;clip: rect(0px, 0px, 0px, 0px);height: 1px; margin: -1px; overflow: hidden;padding: 0;position: absolute;width: 1px;}
.rating-summary .rating-result > span {display: block;overflow: hidden;}
.review-field-ratings .review-field-rating .control {padding-top: 2px;}
.review-field-ratings .review-field-rating .label, .review-field-ratings .review-field-rating .control {display: table-cell;padding-bottom: 10px;vertical-align: top;}
.review-field-rating .control {margin-bottom: 48px; margin-top: 10px;}
.review-control-vote {overflow: hidden;}
.review-control-vote::before { color: #dcdcdc;content: "\e007" "\e007" "\e007" "\e007" "\e007";display: inline-block;font-family: 'Glyphicons Halflings';font-style: normal;font-size: 16px;font-style: normal;font-weight: normal;height: 25px;letter-spacing: 10px; line-height: 25px; position: absolute;vertical-align: top;z-index: 1;}
.review-control-vote label::before {color: #fed700; font-size: 16px;display: inline-block;font-family: 'Glyphicons Halflings'; font-style: normal;height: 25px;letter-spacing: 10px;line-height: 25px;opacity: 0;vertical-align: top;}
.review-control-vote input[type="radio"] {border: 0 none;clip: rect(0px, 0px, 0px, 0px); height: 1px;margin: -1px;overflow: hidden; padding: 0;position: absolute;width: 1px;}
.review-control-vote label span {border: 0 none;clip: rect(0px, 0px, 0px, 0px);height: 1px;margin: -1px;overflow: hidden;padding: 0;position: absolute; width: 1px;}
.review-control-vote label {cursor: pointer;display: block;position: absolute;}
.review-control-vote .rating-1 {z-index: 6;}
.review-control-vote .rating-2 {z-index: 5;}
.review-control-vote .rating-3 {z-index: 4;}
.review-control-vote .rating-4 {z-index: 3;}
.review-control-vote .rating-5 {z-index: 2;}
.review-control-vote .rating-1::before {content:"\e006";}
.review-control-vote .rating-2::before { content: "\e006" "\e006";}
.review-control-vote .rating-3::before {content: "\e006" "\e006" "\e006";}
.review-control-vote .rating-4:before {content: "\e006" "\e006" "\e006" "\e006";}
.review-control-vote .rating-5:before {content: "\e006" "\e006" "\e006" "\e006" "\e006";}
.review-control-vote label:hover:before {opacity: 1;}
.review-control-vote input[type="radio"]:focus + label::before, .review-control-vote input[type="radio"]:checked + label::before {opacity: 1;}

.product-add-form .fieldset{padding: 0; margin: 0;}
.product-view .product-shop .short-description .std p{font-size:13px;color:#252525;margin: 0;line-height: 24px;}
.product-view .product-shop .addit{border-top:1px solid #e8e8e8;padding:28px 0 0}
.product-view .product-shop .addit .so-social-share{float: left;margin-right: 10px;}
.so-twitter.so-social-share{width: 80px;}
.so-plusone.so-social-share{width: 65px;}
.product-view .add-to-box .add-to-cart {float: left;}

.product-info-main .price-box .price-including-tax + .price-excluding-tax, .product-options-bottom .price-box .price-including-tax + .price-excluding-tax, .product-info-main .price-box .weee + .price-excluding-tax, .product-options-bottom .price-box .weee + .price-excluding-tax, .product-info-main .price-box .weee, .product-options-bottom .price-box .weee{line-height: normal;margin: 0;}
.product-view .product-qty label,.product-view .product-qty label span{font-size: 13px;font-weight: normal;margin: 0 10px 0 0;padding: 0;line-height: 35px;text-transform: uppercase;}
.product-view .product-qty label,.product-view .product-qty .custom-qty{float: left;}
.product-view .product-qty .custom-qty{margin: 0 55px 0 0;background-color: #f5f5f5;}
.product-view .product-shop .add-to-cart .items:hover,.product-options-bottom .items:hover,.product-shop .add-to-box .items:hover{color: #ff5555;}
.product-view .product-shop input.qty{background-color: transparent;border: 0px solid #dddee0;float:left;height: 35px;text-align: center;width: 35px !important;color: #333333;font-size: 13px;}
.product-static img{background-color:#fff;padding:10px;}
.container-quickview{padding-bottom:15px;padding-top:15px;}
/* Product Options */
.product-options{margin:0;padding:0px;position:relative;border-bottom: 1px solid #e8e8e8;}
.product-options dl{margin:0;overflow:hidden;}
.product-options dt{padding:40px 0 0;font-weight:normal}
.product-options dt label{font-weight:normal;color:#444444;}
.product-options dt label.required em{color:#eb340a;margin-right:5px}
.product-options dd .qty-holder{display:block;padding:10px 0 0}
.product-options dd .qty-holder label{vertical-align:middle;font-weight:300}
.product-options dt .qty-disabled{background:none;border:0;padding:3px;color:#2f2f2f}
.product-options dd{padding:0px;margin:0}
.product-options dl.last dd.last{border-bottom:0;margin-bottom:0}
.product-options dd input.input-text{width:98%}
.product-options dd input.datetime-picker{width:150px}
.product-options dd .time-picker{display:-moz-inline-box;display:inline-block;padding:2px 0;vertical-align:middle}
.product-options dd textarea{width:98%;height:8em}
.product-options dd select{width:99%}
.product-options dd .multiselect option{border-bottom:1px dotted #d9e5ee;padding:2px 4px}
.product-options ul.options-list{margin-right:5px}
.product-options ul.options-list li{line-height:1.5;padding:2px 0}
.product-options ul.options-list input.radio{float:left;margin-top:3px}
.product-options ul.options-list input.checkbox{float:left;margin-top:3px}
.product-options ul.options-list .label{display:block;margin-left:18px}
.product-options ul.options-list label{font-weight:normal}
.product-options ul.validation-failed{padding:0 7px}
.product-options p.note{margin:0;font-size:11px}
.product-options p.required{text-align:left;clear: both;margin: 10px 0 40px;}
/*.box-tocart{padding:45px 0;float: left;}*/
.product-options-bottom .fieldset{padding: 0;margin: 0;}
.product-options-bottom .product-pricing,.product-options-bottom .tier-prices{margin:0;padding:0 0 10px;border:0;background:0;color:#e26703}
.product-options-bottom .tier-prices li{background:0;padding:2px 0}
.product-options-bottom .tier-prices .price,.product-options-bottom .tier-prices .benefit{color:#e26703}
.product-options-bottom .price-box{float:left;margin:0;padding:0}
.product-options-bottom .add-to-links{clear:both;padding:5px 0 0;text-align:right}
.col3-layout .product-options-bottom .price-box{float:none;padding:0 0 5px}
.product-options-bottom .price-label{float:left;padding-right:5px}
.product-options-bottom .price-tax{float:left}
.product-shop .product-options-bottom .price-box{float:left;margin:0;padding:0 0 10px;display: none;}
.product-shop .product-options-bottom .price-label{float:none;padding-right:0}
.product-shop .product-options-bottom .price-tax{float:none}
.product-options-wrapper{border-bottom: 1px solid #e8e8e8; padding-top: 30px;padding-bottom: 0px;}
.table-wrapper.grouped{border: 1px solid #ddd}
/*review form detail product*/
.review-add .review-form{width: 100%; max-width: 100%}
.review-add .review-form .review-field-ratings{width: 35%; float: left;}
.review-add .review-form .review-fieldset .review-field-nickname,
.review-add .review-form .review-fieldset .review-field-summary,
.review-add .review-form .review-fieldset .review-field-text{width: 65%; float: right; padding: 4px 0}
.review-add .review-form .review-fieldset .review-field-ratings > .label{font-size: 18px; color: #333e48; font-weight: normal; text-transform: capitalize; line-height: 25px; padding: 0 0 10px 0; border: 0}
.review-add .review-form .review-fieldset .review-field-ratings .control{margin-top: 10px}
.review-add .review-form .review-fieldset .review-field-ratings .control .label{font-size: 14px; color: #333e48; padding: 0; min-width: 70px}
.review-add .review-form .review-fieldset .review-field-nickname .label,
.review-add .review-form .review-fieldset .review-field-summary .label,
.review-add .review-form .review-fieldset .review-field-text .label{width: 100px; display: inline-block; font-size: 14px; color: #333e48; line-height: 37px}
.review-add .review-form .review-fieldset .review-field-nickname .control,
.review-add .review-form .review-fieldset .review-field-summary .control,
.review-add .review-form .review-fieldset .review-field-text .control{width: calc(100% - 104px); display: inline-block;}
.review-add .review-form .review-fieldset .field .control > .input-text{background-color: #fff; padding: 0 15px; height: 37px; line-height: 37px; border: 1px solid #dddddd; font-size: 14px; color: #818181;border-radius: 35px;-moz-border-radius: 35px;-webkit-border-radius: 35px;-ms-border-radius: 35px;-o-border-radius: 35px;}
.review-add .review-form .review-fieldset .field .control > textarea{background-color: #fff; padding: 0 15px; line-height: 25px; border: 1px solid #dddddd; font-size: 14px; color: #818181;border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;-ms-border-radius: 10px;-o-border-radius: 10px;}
.review-add .review-form .review-form-actions{text-align: right; margin-top: 13px}
.review-add .review-form .review-form-actions .actions-primary{float: none;}
.review-add .review-form .review-form-actions .actions-primary .action{height: 37px; border-color: #fed700; padding: 0 16px; margin: 0;border-radius: 35px;-moz-border-radius: 35px;-webkit-border-radius: 35px;-ms-border-radius: 35px;-o-border-radius: 35px;}
.review-add .review-form .review-form-actions .actions-primary .action span{font-size: 13px; font-weight: bold; line-height: 35px; text-transform: capitalize;}
.form-login .field-tooltip #tooltip-label.label{
	display:none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .label{
	line-height: 20px;
}
.form-shipping-address .field .control .field-tooltip #tooltip-label.label{
	display:none;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .label{
	white-space: normal;
}

/*review list*/
.review-list .block-title{display: none;}
.review-list .block-content .review-item .review-title{display: none;}
.review-list .block-content .review-item .review-ratings{max-width: 100%; float: none;}
.review-list .block-content .review-item .review-content{margin: 0; padding-top: 10px; font-size: 14px; color: #686c6f; line-height: 20px}
.review-list .block-content .review-item .review-details{margin: 0; padding-top: 20px}
.review-list .block-content .review-item .review-details p{display: inline-block; vertical-align: middle; margin: 0}
.review-list .block-content .review-item .review-details p.review-author .review-details-value{font-size: 14px; color: #686c6f; text-transform: capitalize;}
.review-list .block-content .review-item .review-details p.review-author .review-details-label{font-size: 13px; color: #aeaeae;}
.review-list .block-content .review-item .review-details p.review-date{font-size: 13px; color: #aeaeae; padding-left: 20px}
.review-list .block-content .review-item{border-bottom: 1px solid #dddddd}
.review-list .block-content .review-item:last-child{border-bottom: 0; padding-bottom: 0}
.review-list .block-content .review-toolbar{border: 0; margin: 0}


/* Grouped Product */
.product-view .grouped-items-table .price-box{margin:0;padding:0}
.data.table.grouped tbody tr td input.qty{border-width: 1px; padding: 5px; border-style: solid; border-color: #ddd}
/* Block:Description */
.product-view .box-description{}
/* Block:Additional */
.product-view .box-additional .data-table th,.product-view .box-additional .data-table td{line-height:1.25}
/* Block:Upsell */
.product-view .box-up-sell{margin-bottom:0px;}
.product-view .box-up-sell .block-title h3 span {padding: 0;}
.product-view .box-up-sell .title-divider{margin-bottom: 30px;}
.product-view .box-up-sell .products-grid{width:100%;padding:0;}
.product-view .box-up-sell .products-grid td{width:25%;background:#f6f2e7;border-right:1px solid #e5dcc3;border-bottom:1px solid #e5dcc3;padding:15px 10px 12px;line-height:1.6em}
.product-view .box-up-sell .products-grid tr.last td{border-bottom:0}
.product-view .box-up-sell .products-grid td.last{border-right:0}
.product-view .box-up-sell .products-grid td img{border:1px solid #e5dcc3}
.product-view .box-up-sell .products-grid .product-image{text-align:center}
.product-view .box-up-sell .products-grid td.empty{border-right:0;background:#f1ecdb}
.product-view .box-up-sell .products-grid .ratings .rating-links{padding:0}
.product-view .sale-content .block-title-tabs { display: none;}
.product-view .box-up-sell .bx-controls .bx-default-pager{display: none;}
/* Block:Tags */
.product-view .box-tags{margin:0}
.product-view .box-tags h3{font-size:13px}
.product-view .box-tags .product-tags{display:block;margin:0 0 15px}
.product-view .box-tags .product-tags li{display:inline;background:url(../../frontend/Alothemes/clenlidirect_new/en_IE/images/bkg_pipe3.gif) 100% 4px no-repeat;padding:0 7px 0 4px}
.product-view .box-tags .product-tags li.first{padding-left:0}
.product-view .box-tags .product-tags li.last{background:none;padding-right:0}
.product-view .box-tags .form-add label{display:block;font-size:13px;font-weight:normal;margin:0 0 5px;color:#000000}
.product-view .box-tags .form-add .input-box{float:left;width:305px;margin:0 5px 0 0;padding:0}
.product-view .box-tags .form-add input.input-text{width:299px;height:38px;}
.product-view .box-tags .note{margin:5px 0 0;padding:0;font-size:11px;color:#666}
/* Block:Reviews */
.product-view .box-reviews dl{margin:0}
.product-view .box-reviews dt{padding:0 0 5px}
.product-view .box-reviews dt a,.product-view .box-reviews dt span{font-weight:bold}
.product-view .box-reviews dd{margin:0 0 15px}
.product-view .box-reviews dd small{font-style:italic}
.product-view .box-reviews .form-add{margin:15px 0 0}
.product-view .box-reviews .form-add h3{font-size:13px;font-weight:normal}
.product-view .box-reviews .form-add h3 span{font-weight:bold}
.product-view .box-reviews .form-add h4{font-size:12px}
.product-view .box-reviews .form-add .data-table td{text-align:center}
.product-view .box-reviews .form-add .form-list{margin:15px 0 0}
.product-view .box-reviews .form-add .form-list .input-box{width:360px}
.product-view .box-reviews .form-add .form-list input.input-text,.product-view .box-reviews .form-add .form-list textarea{width:354px}
.product-view .box-collateral .data-table th{font-weight:normal}
.product-view .box-collateral .data-table{margin-bottom:10px}
/* Send a Friend */
.send-friend .form-list{width:615px;overflow:hidden}
.send-friend .form-list li{margin-right:-15px}
.send-friend .form-list li p{margin:0 15px 0 0}
.send-friend .form-list .field{width:315px}
.send-friend .form-list .input-box{width:300px}
.send-friend .form-list input.input-text,.send-friend .form-list textarea{width:294px}
.send-friend .form-list li.wide .input-box{width:612px}
.send-friend .form-list li.wide textarea{width:609px}
.send-friend .buttons-set .limit{float:right;margin:0 7px 0 0;font-size:11px;line-height:21px}
/* ======================================================================================= */

/* Content Styles ================================================================= */
.product-name{margin:0;font-size:1em;font-weight:normal}
/* Product Tags */
.tags-list{display:block;font-size:13px;border:1px solid #c1c4bc;background:#f8f7f5;padding:10px 0 10px 0}
.tags-list li{display:inline!important;margin:0 4px 0 0}
.tags-list li a{color:#e8e9ee}
/* Advanced Search */
.advanced-search .form-list label{width:160px;padding-right:10px}
.advanced-search .form-list .input-box,.advanced-search .form-list .input-range{float:left;clear:none}
.advanced-search-amount{margin:0 0 10px}
.advanced-search-summary{margin:10px 0;border:1px solid #e9d7c9;background:#fff6f1;padding:10px}
.advanced-search-summary ul{float:left;width:49%}
.advanced-search-summary strong{color:#E17C24;padding-left:15px;background:url(../../frontend/Alothemes/clenlidirect_new/en_IE/images/i_search_criteria.gif) 0 3px no-repeat}
.advanced-search-summary p{clear:both;font-weight:bold;margin:0}
/* Sitemap */
.page-sitemap .links{text-align:right;margin:0 8px -22px 0}
.page-sitemap .links a{text-decoration:none;position:relative}
.page-sitemap .links a:hover{text-decoration:underline}
.page-sitemap .sitemap{margin:12px}
.page-sitemap .sitemap a{color:#1b2d3b}
.page-sitemap .sitemap li{margin:3px 0}
.page-sitemap .sitemap li.level-0{margin:10px 0 0;font-weight:bold}
.page-sitemap .sitemap li.level-0 a{color:#1e7ec8}
/* RSS */
.rss-title h1{background:url(../../frontend/Alothemes/clenlidirect_new/en_IE/images/i_rss-big.png) 0 4px no-repeat;padding-left:27px}
.rss-table .link-rss{display:block;line-height:1.55;background-position:0 4px}
/* ======================================================================================= */

/* Checkout Types */
.cart .page-title .checkout-types li{margin:0 0 5px}
.cart .title-buttons .checkout-types{float:right;display: none;}
.cart .title-buttons .checkout-types li{float:left;margin:0 0 5px 5px}
.cart .checkout-types .paypal-or{margin:0 8px;line-height:2.3}
.cart .totals .checkout-types .paypal-or{clear:both;display:block;padding:8px 55px 0 0;line-height:1.0;font-size:11px}
/* Shopping Cart ========================================================================= */
.cart.table-wrapper .product-item-photo{display: table-cell;max-width: 100%;padding-right: 20px;vertical-align: middle;}
.cart.table-wrapper .item .col.item{display: block;min-height: 75px;position: relative}
.cart.table-wrapper .action.help.map{font-weight: 400}
.checkout-cart-index .cart.table-wrapper .product-image-container{display: inline-block;}
.cart-container .form-cart .item-info .action-delete,.cart-container .form-cart .item-info .action-edit{display: block; line-height: 20px}
/*.cart-container .cart-summary{position: static !important}*/
.form-cart .actions .continue{border: 0; padding: 0 20px 0; display: inline-block; vertical-align: middle;}
.form-cart .actions .continue:before{content: "\f100"; font-family: FontAwesome; font-size: 16px; display: inline-block; vertical-align: middle; padding-right: 5px}

.coupon .control .input-text{height: 47px; padding: 0 145px 0 10px; line-height: 45px; border: 1px solid #dddddd; border-radius: 25px; -webkit-border-radius: 25px; -moz-border-radius: 25px;}
.coupon{position: relative;}
.coupon .actions-toolbar{position: absolute; right: 0; bottom: 0; }
.coupon .actions-toolbar button.apply{margin: 0; padding: 0 15px; background-color: #333e48; border-color: #333e48; border-radius: 0 25px 25px 0; -webkit-border-radius:  0 25px 25px 0; -moz-border-radius:  0 25px 25px 0;}
.coupon .actions-toolbar button.apply span{color: #fff}
.coupon .actions-toolbar button.apply:hover{background-color: #fed700; border-color: #fed700}
.cart-summary{z-index: 9}
.checkout-methods-items .item .multicheckout{display: block;text-align: center; border-radius: 25px;font-size: 15px; }
.checkout-methods-items .item .multicheckout span{font-size: 15px;}

.modal-inner-wrap{background-color: #f5f5f5}
.modal-inner-wrap .modal-content{border: 0; border-radius: 0; box-shadow: none; background-color: transparent;}
.opc-block-summary.modal-inner-wrap .modal-content {background-color: transparent; margin: 0}
.opc-block-summary .modal-inner-wrap .modal-content .items-in-cart{margin: 0}
/*.opc-block-summary .modal-inner-wrap .modal-content .items-in-cart .minicart-items-wrapper{max-height: auto; margin: 0; padding: 15px 0 0 0}*/
.opc-block-summary .minicart-items-wrapper{max-height: 330px; margin: 0; padding: 15px 0 0 0; overflow: auto}
.opc-block-summary .product-item .product-item-name-block{display: block;}
.opc-block-summary .product-item .subtotal{display: block; text-align: left;}
.opc-block-summary .product-item .product-item-inner{display: block;}
.opc-block-summary .minicart-items .product-image-container,
.opc-block-summary .minicart-items .product-item-details{display: inline-block; float: none; vertical-align: middle;}
.opc-block-summary .minicart-items .product-item-details{width: calc(100% - 100px)}

#opc-sidebar .opc-block-summary{margin: 0; padding-bottom: 0}
#checkout .opc-sidebar{margin: 0}
#checkout .opc-wrapper .form-login, #checkout .opc-wrapper .form-shipping-address{max-width: auto; width: 100%}
#checkout .opc-wrapper .form-login .fieldset, #checkout .opc-wrapper .form-shipping-address .fieldset{padding: 0}
#shipping-new-address-form > .field {padding: 10px 0}
#shipping-new-address-form > .quickorderfield {padding: 3px 33px}
#shipping-new-address-form > .field.street .label {padding: 0; border: 0}
.checkout-shipping-method .actions-toolbar .action.primary{padding-top: 0; padding-bottom: 0}
#discount-form .control .input-text{line-height: 45px; height: 47px; border-color: #ddd; border-radius: 25px}

#opc-sidebar .opc-block-shipping-information{margin-top: 20px}
.opc-block-summary .minicart-items .product-item-details {padding-left: 20px}
/* Shopping Cart Table */
#multiship-addresses-table{border-bottom: 1px solid #ddd}
.multicheckout .actions-toolbar > .secondary{float: right;}
.multicheckout .actions-toolbar > .primary{float: left;}
.multicheckout .actions-toolbar .secondary .action.back{text-align: right; display: block;}
.multicheckout > .actions-toolbar{margin-top: 40px}



.cart-table th{padding:2px 10px}
.cart-table td{padding:25px 20px;border:1px solid #eeeeee;}
.cart-table .product-name{margin:0 0 5px;color:#333;}
.cart-table .item-msg{margin:5px 0;font-size:11px;font-weight:bold;color:#df280a}
.cart-table tfoot td{padding:15px;}
.cart-table .btn-continue{float:left}
.cart-table .btn-update,.cart-table .btn-empty{float:right}
.cart-table .btn-update{margin-left:10px}
.table thead > tr > th,
.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td,
.table tbody + tbody{border: 0;}
/* Shopping Cart Collateral boxes */
.cart .cart-collaterals{padding:25px 0 0}
.cart .cart-collaterals .col2-set{}
.cart .cart-collaterals .col2-set .col-1,.cart .cart-collaterals .col2-set .col-2,.cart .cart-collaterals .col2-set .col-3{width:33.3333%;float:left}
.cart .crosssell{padding:0 0 50px}
.cart .crosssell .block-title h3 span{padding: 0;}
.cart .crosssell .title-divider{margin-bottom: 10px;}
.cart .crosssell .product-name{font-size: 100%; margin: 0 0 9px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.cart .crosssell .product-name a{font-size: 14px;outline: 0 none;text-decoration: none;text-transform: uppercase;letter-spacing: 1px;font-weight: 500;}
.cart .crosssell li.item{margin:12px 0}
.cart .crosssell .link-compare{font-weight:normal}
.cart .bx-has-controls-direction .bx-default-pager{display: none;}
/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .shipping p,.cart .discount label{font-size:13px;color:#2a2a2a;font-weight:300}
.cart .discount,.cart .shipping{padding:15px 0;margin:0 0 18px;}
.cart .discount h2,.cart .shipping h2{margin:0 0 20px;padding:0 10px 0 0;color:#333;text-transform:uppercase;font-size:19px;letter-spacing: 1px;}
.cart .discount .buttons-set,.cart .shipping .buttons-set{margin:10px 0 0;border:0;padding:0;text-align:left}
.cart .discount .buttons-set button.button,.cart .shipping .buttons-set button.button{float:none;margin-left:0}
.cart .discount .input-box{margin:8px 0 0}
.cart .discount input.input-text{width:100%}
.cart .shipping .sp-methods{margin:10px 0 0;padding:5px 0 0;background:url(../../frontend/Alothemes/clenlidirect_new/en_IE/images/bkg_divider1.gif) 0 0 repeat-x}
/* Shopping Cart Totals */
.cart-summary{float: right;position: relative;width: 33.3333%}
.cart-container .form-cart{width: 66.6667%;float: left;position: relative;padding: 0 15px}

.cart .totals{padding: 15px 0px 15px 0;margin:0;}
.cart .totals table{width:100%;margin:7px 0}
.cart .totals td{padding:1px 0 1px 30px}
.cart-totals .mark, .opc-block-summary .table-totals .mark,.cart-totals .mark .label{color: #333;font-size: 13px;}
.cart .totals td.a-right .price{font-weight: 600;}
.cart .totals tr.last td{}
.cart .totals tfoot th{padding:5px 15px 5px 7px}
.cart .totals tfoot td{padding-top:5px;padding-bottom:5px}
.cart-totals .mark strong, .opc-block-summary .table-totals .mark strong{font-weight: normal;font-size: 15px;color: #333;text-transform: uppercase;}
.cart-totals .grand.totals .price {font-size: 15px;color: #6fb31a;}
.cart .totals .checkout-types{font-size:13px;padding:0;text-align:right}
.cart .totals .checkout-types li a{color:#666666;text-decoration:none;}
.cart .totals .checkout-types li a:hover{color:#ff5555;}
.cart .totals .checkout-types li{clear:both;margin:10px 0}
/* Options Tool Tip */
.item-options dt{font-weight:bold;color: #666;}
.item-options dd{padding-left:10px;margin:0 0 6px}
.truncated{cursor:help}
.truncated a.dots{cursor:help}
.truncated a.details{cursor:help}
.truncated .truncated_full_value{position:relative;z-index:999}
.truncated .truncated_full_value .item-options{position:absolute;top:-99999em;left:-99999em;z-index:999;width:250px;padding:8px;border:1px solid #ddd;background-color:#f6f6f6}
.truncated .truncated_full_value .item-options > p{font-weight:bold;text-transform:uppercase}
.truncated .show .item-options{top:-20px;left:50%}
.col-left .truncated .show .item-options{left:15px;top:7px}
.col-right .truncated .show .item-options{left:-240px;top:7px}
/* ======================================================================================= */

/* Checkout ============================================================================== */
.authentication-wrapper{display: none;}
.checkout-index-index .nav-sections{display: block;}
.opc-progress-bar{margin-top: 20px;}
.opc-wrapper .form-login .fieldset .note, .opc-wrapper .form-shipping-address .fieldset .note{display: block;clear: both;}
#opc-sidebar .opc-block-shipping-information{padding: 0 30px 30px;}
/********** < Common Checkout Styles */

/* Shipping and Payment methods */
.sp-methods{margin:0 0 8px}
.sp-methods dt{margin:13px 0 5px;font-weight:300}
.sp-methods dd{}
.sp-methods dd li{margin:5px 0}
.sp-methods label{font-weight:300;color:#666;line-height:16px}
.sp-methods .price{font-weight:300}
.sp-methods .form-list{padding-left:20px}
.sp-methods .form-list li{margin:0 0 8px}
.sp-methods select.month{width:154px;margin-right:10px}
.sp-methods select.year{width:96px}
.sp-methods input.cvv{width:3em!important}
.sp-methods .checkmo-list li{margin:0 0 5px}
.sp-methods .checkmo-list label{width:135px;padding-right:10px;text-align:right}
.sp-methods .checkmo-list address{float:left}
.sp-methods .centinel-logos a{margin-right:3px}
.sp-methods .centinel-logos img{vertical-align:middle}
.sp-methods .release-amounts{margin:0.5em 0}
.sp-methods .release-amounts button{float:left;margin:5px 10px 0 0}
.please-wait{float:right}
.please-wait img{vertical-align:middle}
.cvv-what-is-this{font-size:11px;cursor:help;margin-left:10px}
/* Tooltip */
.tool-tip{border:1px solid #7BA7C9;background:#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(../../frontend/Alothemes/clenlidirect_new/en_IE/images/btn_window_close.gif) 100% 0 no-repeat;text-align:left;text-indent:-999em;overflow:hidden}
.tool-tip .tool-tip-content{padding:5px}
/* Gift Messages */
.gift-messages h3{font-size:12px;font-weight:bold;color:#e87403}
.gift-messages p.control{color:#8e8d8b}
.gift-messages-form{position:relative}
.gift-messages-form label{float:none!important;position:static!important}
.gift-messages-form h4{font-size:12px;font-weight:bold;color:#e87403}
.gift-messages-form .whole-order{margin:0 0 25px}
.gift-messages-form .item{margin:0 0 10px}
.gift-messages-form .item .product-img-box{float:left;width:75px}
.gift-messages-form .item .product-image{margin:0 0 7px}
.gift-messages-form .item .number{margin:0;font-weight:bold;text-align:center;color:#8a8987}
.gift-messages-form .item .details{margin-left:90px}
.gift-messages-form .item .details .product-name{font-size:13px;font-weight:bold;margin:0 0 10px}
.gift-messages-form .item .details .form-list .field{width:255px}
.gift-messages-form .item .details .form-list .input-box{width:240px}
.gift-messages-form .item .details .form-list input.input-text{width:234px}
.gift-messages-form .item .details .form-list li.wide .input-box{width:500px}
.gift-messages-form .item .details .form-list li.wide textarea{width:494px}
.gift-message-link{font-size:11px;background:url(../../frontend/Alothemes/clenlidirect_new/en_IE/images/bkg_collapse-gm.gif) 100% 6px no-repeat;padding-right:7px}
.gift-message-link.expanded{background-position:100% -40px}
.gift-message-row{background:#f2efe9}
.gift-message-row .btn-close{float:right;width:16px;height:16px;background:url(../../frontend/Alothemes/clenlidirect_new/en_IE/images/btn_gm-close.gif) 0 0 no-repeat;font-size:0;line-height:0;text-indent:-999em;overflow:hidden}
/* Checkout Agreements */
.checkout-agreements li{margin:30px 0}
.checkout-agreements .agreement-content{overflow:auto;height:12em;padding:10px;background-color:#fbfaf6;border:1px solid #bbb6a5}
.checkout-agreements .agree{margin:0;padding:10px 0 10px 11px}
.checkout-agreements .agree input.checkbox{margin-right:6px}
.checkout-agreements .agree label{font-weight:bold;color:#666}
.opc .checkout-agreements{border:1px solid #d9dde3;border-width:0 1px;padding:5px 30px}
.opc .checkout-agreements li{margin:20px 0 0}
.opc .checkout-agreements .agreement-content{background-color:#fff;border-color:#e4e4e4;padding:5px}
.opc .checkout-agreements .agree{padding-left:6px}
/* Centinel */
.centinel{}
.centinel .authentication{border:1px solid #ddd;background:#fff}
.centinel .authentication iframe{width:99%;height:400px;background:transparent!important;margin:0!important;padding:0!important;border:0!important}
.opc .centinel{border:1px solid #bbb6a5;border-width:0 1px 1px;padding:10px 30px}
/* Generic Info Set */
.info-set{background:#fbfaf6;border:1px solid #bbb6a5;margin:0 0 25px;padding:20px}
.info-set h2{font-size:13px;font-weight:bold;margin:0 0 10px}
.info-set h3,.info-set h4{font-size:13px;font-weight:bold;color:#E26703}
.info-set h2 a,.info-set h3 a,.info-set h4 a{font-weight:normal}
.info-set h2.legend{margin:-20px -20px 15px;padding:5px 10px;background:#f9f3e3;border-bottom:1px solid #bbafa0;position:relative}
.info-set h3.legend{margin:0 0 10px;color:#0a263c}
.info-set .divider{margin:0 -20px;padding:25px 0;position:relative}
.info-set .box{margin:0 0 15px}
.info-set .box h2{color:#e26703}
.info-set .data-table .product-name{font-size:1em!important;font-weight:bold!important;color:#1e7ec8!important}
.info-set .data-table .product-name a{font-weight:bold!important}
.info-set .data-table .item-options{margin:5px 0 0}
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress{border:0;margin:0}
.block-progress .block-title{background:none;border:0;padding:0;margin:0 0 5px}
.block-progress .block-title strong{font-size:13px;color:#0a263c}
.block-progress .block-content{padding:30px 20px}
.block-progress dl{margin:0}
.block-progress dt{background-color:transparent;background-image:url("../../frontend/Alothemes/clenlidirect_new/en_IE/images/icon-Progress.png");background-position:0 8px;background-repeat:no-repeat;color:#888;font-size:13px;font-weight:400;line-height:25px;margin:0 0 6px;padding:0 0 0 20px}
.block-progress dd{padding:8px 13px;margin:0 0 6px}
.block-progress dt.complete{margin:0}
.block-progress dd.complete{color:#666;font-weight:300}
.block-progress p{margin:0}
.block-progress .cards-list dt{background:none;border:0 none;color:inherit;font-size:12px;margin:5px 0;padding:0}
.block-progress .cards-list dd{border:0 none;margin:0;padding:0}
.block-progress .cards-list .info-table th{font-weight:normal}
/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
 .checkout-onepage-success .col-right{padding-top: 25px;}
.checkout-onepage-index .main-container { padding-top: 30px;}
.opc-block-progress dt.complete a,.opc-block-progress dt.complete .separator{display:inline}
.opc-block-progress dt a,.opc-block-progress dt .separator{display:none}
.opc .buttons-set{margin-top:0;padding-top:1em;padding-bottom:1em;margin: 0;}
.opc .buttons-set p.required{margin:0;padding:0 0 10px;margin:0!important}
.opc .buttons-set a.f-left{float:right!important;color:#ff0000;text-decoration:none}
.opc .buttons-set a.f-left:hover{color:#f2bc4d}
.opc .buttons-set .back-link small{display:none}
.opc .buttons-set .back-link a{background:url(../../frontend/Alothemes/clenlidirect_new/en_IE/images/i_arrow-top.gif) 0 50% no-repeat;padding-left:16px}
.opc .buttons-set.disabled button.button{display:none}
.opc .buttons-set .please-wait{height:21px;line-height:21px}
.opc .ul{list-style:disc outside;padding-left:18px}
.opc{position:relative;margin-bottom: 30px;}
.opc li.section{margin-top: 10px;}
.opc .step-title{text-align:left;line-height:40px;}
.opc .step-title .number{background:#dddddd;padding:0;margin:0 10px 0 0;color:#fff;font-size:14px;width:40px;height:40px;text-align:center;}
.opc .step-title h2{margin:0;color:#333;font-size:14px;text-transform:uppercase;line-height:40px;}
.opc .step-title a{display:none;float:right;font-size:11px;line-height:16px}
.opc .allow .step-title{color:#a4b3b9;cursor:pointer}
.opc .allow .step-title .number{margin-right: 10px;background:#dddddd;color:#fff}
.opc .allow .step-title h2{}
/*.opc .allow .step-title a{display:block}
*/
.opc .active .step-title{padding:0;color:#f18200;cursor:default;border:0 none;text-align:left;line-height:40px}
.opc .active .step-title .number{background:#333;margin-right: 10px;color:#fff}
.opc .active .step-title h2{}
/*.opc .active .step-title a{display:none}
*/
.opc .step{background:#fff;padding: 15px;position:relative;border: 1px solid #f5f5f6;}
.opc .step .tool-tip{right:30px}
#opc-login .buttons-set{border-top:0}
#opc-login h3{font-size:15px;padding-bottom:2px;text-transform:capitalize;color:#000;font-weight:300}
#opc-login p{font-size:13px;color:#ff0000;margin:0 0 5px}
#opc-login h4{font-size:13px;font-weight:300;margin:0;color:#000000;margin:0 0 10px;}
#opc-login .step .ul li{color:#888888;font-size:13px;font-weight:300}
#opc-shipping_method .buttons-set{border-top:0}
.opc .gift-messages-form{margin:0 -30px;background:#f6f1eb;border:1px solid #e9e4de;border-width:1px 0;padding:22px 24px 22px 30px}
.opc .gift-messages-form .inner-box{padding:5px;height:260px;overflow:auto}
#opc-review .step{border:0;padding:0}
#opc-review .product-name{font-weight:300;color:#000}
#opc-review .item-options{margin:5px 0 0}
#opc-review .buttons-set{padding:20px 30px;border:1px solid #d9dde3;border-width:0 1px 1px}
#opc-review .buttons-set p{margin:0;line-height:40px}
#opc-review .buttons-set .please-wait{height:40px;line-height:40px}
#opc-review .authentication{margin:0 auto;width:570px}
#opc-review .warning-message{color:#222;font-weight:bold;text-align:center;padding:10px 10px 0}
#checkout-review-submit .buttons-set button.button{float:right}
/* Multiple Addresses Checkout */
.checkout-progress{padding:0 90px;margin:50px 0;}
.checkout-progress li{float:left;width:19%;margin:0 3px 0 0;border-top:10px solid #444;padding:2px 0 0;font-weight:bold;text-align:center;color:#444;font-weight: 300;}
.checkout-progress li.active{border-top-color:#965554;color:#965554;font-weight: 400;}
.multiple-checkout h2{font-size:13px;font-weight:400;margin:0 0 10px;color: #444;}
.multiple-checkout h3,.multiple-checkout h4{font-size:13px;font-weight:bold;color:#965554}
.multiple-checkout h2 a,.multiple-checkout h3 a,.multiple-checkout h4 a{font-weight:normal}
.multiple-checkout .data-table .product-name{font-size:1em!important;font-weight:bold!important;color:#1e7ec8!important}
.multiple-checkout .data-table .item-options{margin:5px 0 0}
.multiple-checkout .gift-messages{margin:15px 0 0}
.multiple-checkout .tool-tip{top:50%;margin-top:-120px;right:20px}
.multiple-checkout .col2-set,.multiple-checkout .col3-set{background:#fbfaf6;border:1px solid #d7d7d7;margin:0 0 25px;padding:20px}
.multiple-checkout .col2-set h2.legend{margin:-20px -20px 15px;padding:5px 10px;border-bottom:1px solid #d7d7d7;position:relative}
.multiple-checkout .col2-set h3.legend{margin:0 0 10px;color:#0a263c}
.multiple-checkout .col2-set .divider{margin:0 -20px;padding:25px 0;position:relative}
.multiple-checkout .box{margin:0 0 15px}
.multiple-checkout .box h2{color:#965554}
.multiple-checkout .place-order .please-wait{float:right;padding:27px 7px 0 0}
.multiple-checkout .place-order .grand-total{float:right;height:71px;font-size:1.5em;padding:0 0 0 21px;overflow:hidden}
.multiple-checkout .place-order .grand-total .inner{float:left;height:71px;padding:14px 0px 0 0;}
.multiple-checkout .place-order .grand-total .inner div{display:inline}
.multiple-checkout .place-order .grand-total big{display:inline;margin-right:12px}
.multiple-checkout .place-order .grand-total .price{color:#d22753}
.multiple-checkout .place-order .grand-total button.button span{font-size:16px}
.multiple-checkout .place-order .grand-total button.button span span{padding:0 45px 0 36px}
/* Step 1 */
.multiple-checkout .title-buttons button.button span{}
#multiship-addresses-table td{padding:10px}
#multiship-addresses-table tfoot td{padding:5px 10px}
#multiship-addresses-table tfoot button.button span{}
/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list{width:100%;overflow:hidden}
.multiple-checkout .gift-messages-form .item .details .form-list li{margin-right:-15px}
.multiple-checkout .gift-messages-form .item .details .form-list .field{width:230px}
.multiple-checkout .gift-messages-form .item .details .form-list .input-box{width:215px}
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text{width:209px}
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box{width:445px}
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea{width:439px}
.checkout-multishipping-shipping .box-sp-methods{border:1px solid #d9d2be;background:#f9f3e3;padding:13px;position:relative}
.checkout-multishipping-shipping .box-sp-methods .pointer{position:absolute;top:-20px;right:-40px;width:178px;height:41px;background:url(../../frontend/Alothemes/clenlidirect_new/en_IE/images/bkg_sp-methods.gif) 0 0 no-repeat;overflow:hidden}
/* Step 3 */
.checkout-multishipping-billing .multiple-checkout{position:relative}
/* ======================================================================================= */

/* Account Login/Create Pages ============================================================ */

/* Captcha ================================================================================ */
.captcha-note{clear:left;padding-top:5px}
.captcha-image{margin:0;}
.captcha-image .captcha-img{border:1px solid #b6b6b6;vertical-align:bottom;}
.registered-users .captcha-image{margin:0}
.captcha-reload{cursor:pointer;}
.captcha-reload.refreshing{animation:rotate 1.5s infinite linear;-webkit-animation:rotate 1.5s infinite linear;-moz-animation:rotate 1.5s infinite linear}
@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0)}0%{-webkit-transform:rotate(-360deg)}}
@-moz-keyframes rotate{0%{-moz-transform:rotate(0)}0%{-moz-transform:rotate(-360deg)}}
@keyframes rotate{0%{transform:rotate(0)}0%{transform:rotate(-360deg)}}
/* Remember Me Popup ===================================================================== */
.window-overlay{background:rgba(0,0,0,0.35);position:absolute;top:0;left:0;height:100%;width:100%;z-index:990}
.remember-me label{float:none;margin:0 6px}
.remember-me-popup{background:#fff;border:1px solid #ccc;left:50%;top:50%;position:absolute;margin:-85px 0 0 -200px;width:400px;text-align:left;-moz-box-shadow:0 0 6px #ccc;-webkit-box-shadow:0 0 6px #ccc;-box-shadow:0 0 6px #ccc;z-index:1000}
.remember-me-popup h3{background:#d9e5ee;border-bottom:1px solid #ccc;font-size:14px;padding:5px 10px}
.remember-me-popup .remember-me-popup-head{position:relative}
.remember-me-popup .remember-me-popup-head .remember-me-popup-close{background:url(../../frontend/Alothemes/clenlidirect_new/en_IE/images/btn_window_close.gif) no-repeat;display:block;position:absolute;top:7px;right:7px;height:15px;width:15px;text-indent:-9999em}
.remember-me-popup .remember-me-popup-body{padding:10px}
.remember-me-popup .remember-me-popup-body a{display:inline-block;height:19px;border:1px solid #de5400;background:#f18200;padding:0 8px;font:bold 12px/19px Arial,Helvetica,sans-serif;text-align:center;text-decoration:none;white-space:nowrap;color:#fff}
/* Remember Me Popup ===================================================================== */

/* My Account ============================================================================= */
.customer-account-index .main-container {margin-top: 30px;}
.my-account .title-buttons .link-rss{float:none;margin:0}
/********** < Dashboard */
.dashboard .welcome-msg{margin:0 8em 1.5em 0}
.dashboard .welcome-msg p{margin:0}
.dashboard .col2-set{margin:0 0 15px}
/* General Box */
.box-account{background:#fff;border:1px solid #eee;padding:15px;margin:0 0 20px}
.box-account .box-head{margin:0 0 20px;text-align:right}
.box-account .box-head h2{float:left;margin:0;font-size:14px;font-weight:normal;text-transform:uppercase;background-position:0 0;background-repeat:no-repeat;padding-left:21px;color:#444}
.dashboard .box .box-title{padding:0 0 5px;margin:0 0 10px;text-align:right;border-bottom: 1px solid #eeeeee;}
.dashboard .box .box-title h3,.dashboard .box .box-title h4{float:left;font-size:13px;font-weight:normal;margin:0;color:#333;text-transform: uppercase;}
/* Block:Recent Orders */
.dashboard .box-recent .box-head h2{background-image:url(../../frontend/Alothemes/clenlidirect_new/en_IE/images/i_folder-table.gif)}
/* Block:Account Information */
.dashboard .box-info .box-head h2{background-image:url(../../frontend/Alothemes/clenlidirect_new/en_IE/images/i_ma-info.gif)}
.dashboard .box-info h4{font-size:11px;font-weight:normal;text-transform:uppercase}
/* Block:Reviews */
.dashboard .box-reviews .box-head h2{background-image:url(../../frontend/Alothemes/clenlidirect_new/en_IE/images/i_ma-reviews.gif)}
.dashboard .box-reviews .number{float:left;font-size:10px;font-weight:bold;line-height:1;color:#fff;margin:3px -20px 0 0;padding:2px 3px;background:#0a263c}
.dashboard .box-reviews .details{margin-left:20px}
.dashboard .box-reviews li.item{margin:0 0 7px}
.dashboard .box-reviews li.item.last{margin:0}
.dashboard .box-reviews .ratings{margin:7px 0 0}
/* Block:Tags */
.dashboard .box-tags .box-head h2{background-image:url(../../frontend/Alothemes/clenlidirect_new/en_IE/images/i_ma-tags.gif)}
.dashboard .box-tags .number{float:left;font-size:10px;font-weight:bold;line-height:1;color:#fff;margin:3px -20px 0 0;padding:2px 3px;background:#0a263c}
.dashboard .box-tags .details{margin-left:20px}
.dashboard .box-tags li.item{margin:0 0 7px}
.dashboard .box-tags li.item.last{margin:0}
.dashboard .box-tags .tags strong,.dashboard .box-tags .tags ul,.dashboard .box-tags .tags ul li{display:inline}
/********** Dashboard > */

/* Address Book */
.my-account .pager {margin: 15px 0;}
.addresses-list h2{font-size:13px;color:#333;text-transform:uppercase;margin-bottom: 15px;}
.addresses-list h3{font-weight:bold;font-size:13px}
.addresses-list address{margin:0 0 3px}
.addresses-list p{margin:0}
.addresses-list a{font-weight:bold}
.addresses-list .link-remove{color:#646464}
.addresses-list .separator{margin:0 3px}
.addresses-list li.item{border:1px solid #eee;padding:10px 13px;margin:0 0 10px;}
.addresses-list li.empty{background:none;border:0;padding:0}
.addresses-list li.empty p{font-weight:bold}
.addresses-list .addresses-additional li.item{background:none;border:0;padding:0}
/* Order View */
.order-info{background:#dee5e8;border:1px solid #d0cbc1;padding:4px 8px;margin:0 0 8px}
.order-info dt,.order-info dd,.order-info ul,.order-info li{display:inline}
.order-info .current{font-weight:bold}
.order-info li{margin:0 3px}
.order-date{margin:10px 0}
.order-info-box{background:#fff;border:1px solid #d0cbc1;padding:12px 15px;margin:0 0 15px}
.order-info-box h2{font-weight:bold;font-size:13px}
.order-info-box .box-payment p{margin:0 0 3px}
.order-info-box .box-payment th{font-weight:bold;padding-right:7px}
.order-items{width:100%;overflow-x:auto}
.order-items h2,.order-items h3{clear:none;font-weight:bold;font-size:13px;padding:0;margin:0 0 5px;color:#0a263c}
.order-items .product-name{font-size:1em!important;font-weight:bold!important}
.order-items .link-print{color:#1e7ec8;font-weight:normal}
.order-items .order-links{text-align:right}
.order-additional{margin:15px 0}
/* Order Gift Message */
.gift-message dt strong{color:#666}
.gift-message dd{font-size:13px;margin:5px 0 0}
/* Order Comments */
.order-about dt{font-weight:bold}
.order-about dd{font-size:13px;margin:0 0 7px}
.tracking-table{margin:0 0 15px}
.tracking-table th{font-weight:bold;white-space:nowrap}
.tracking-table-popup{width:100%}
.tracking-table-popup th{font-weight:bold;white-space:nowrap}
.tracking-table-popup th,.tracking-table-popup td{padding:1px 8px}
/* Order Print Pages */
.page-print .print-head{margin:0 0 15px}
.page-print .print-head .logo{float:left}
.page-print .print-head address{float:left;margin-left:15px}
.page-print h1{font-size:16px;font-weight:bold}
.page-print h2,.page-print h3{font-size:13px;font-weight:bold}
.page-print h2.h2{font-size:16px;font-weight:bold}
.page-print .order-date{background:url(../../frontend/Alothemes/clenlidirect_new/en_IE/images/bkg_divider1.gif) 0 100% repeat-x;padding:0 0 10px;margin:0 0 10px}
.page-print .col2-set{margin:0 0 10px}
/* Price Rewrites */
.page-print .gift-message-link{display:none}
.page-print .price-excl-tax,.page-print .price-incl-tax{display:block;white-space:nowrap}
.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{display:inline}
/* My Wishlist */
.my-wishlist .data-table td{padding:10px}
.my-wishlist .product-image{display:block;width:113px;height:113px;margin:0 0 5px}
.my-wishlist textarea{display:block;width:97%;height:109px}
.my-wishlist .buttons-set{margin-top:2em}
.my-wishlist .buttons-set button.button{float:none}
.my-wishlist .buttons-set .btn-add span,.my-wishlist .buttons-set .btn-share span{}
#wishlist-table .add-to-links{white-space:nowrap}
.my-wishlist .cart-cell .old-price,.my-wishlist .cart-cell .special-price{float: none;}
.my-wishlist .cart-cell .add-to-cart-alt input.qty{margin-bottom: 10px;}
/* My Tags */
.my-tag-edit{float:left;margin:0 0 10px}
.my-tag-edit .btn-remove{float:right;margin:4px 0 0 5px}
#my-tags-table{clear:both}
#my-tags-table td{padding:10px}
#my-tags-table .add-to-links{white-space:nowrap}
/* My Reviews */
#my-reviews-table td{padding:10px}
.product-review .product-img-box{float:left;width:140px}
.product-review .product-img-box .product-image{display:block;width:125px;height:125px}
.product-review .product-img-box .label{font-size:11px;margin:0 0 3px}
.product-review .product-img-box .ratings .rating-box{float:none;display:block;margin:0 0 3px}
.product-review .product-details{margin-left:150px}
.product-review .product-name{font-size:16px;font-weight:bold;margin:0 0 10px}
.product-review h3{font-size:12px;margin:0 0 3px;color:#2f2f2f}
.product-review .ratings-table{margin:0 0 10px}
.product-review dt{font-weight:bold}
.product-review dd{font-size:13px;margin:5px 0 0}
/* Billing Agreements */
.billing-agreements .info-box{margin:15px 0}
.billing-agreements .form-list li select{float:left}
.billing-agreements .form-list li button.button{float:left;margin-left:10px}
.billing-agreements .table-caption{font-weight:bold;font-size:13px}
/* ======================================================================================= */

/* MAP Popup============================================================================== */
.cart-msrp-totals{color:red;font-size:12px!important;font-weight:bold;margin:10px 10px 0;padding:10px;text-align:right;text-transform:uppercase}
.map-cart-sidebar-total{color:red;display:block;font-size:10px;font-weight:bold;text-align:left;padding:2px 5px;text-shadow:0 1px 0 #fff}
.map-popup{background:#fff;border:1px solid #aaa;margin:12px 0 0;position:absolute;-moz-box-shadow:0 0 6px #ccc;-webkit-box-shadow:0 0 6px #ccc;box-shadow:0 0 6px #ccc;text-align:left;width:300px;z-index:100}
.map-popup-heading{background:#d9e5ee;border-bottom:1px solid #ccc;padding:5px 30px 5px 10px;width:260px}
.map-popup-heading h2{font-size:16px;margin:0;text-shadow:0 1px 0 #f6f6f6;overflow:hidden;white-space:nowrap;word-wrap:break-word;text-align:left;text-overflow:ellipsis}
.map-popup-arrow{background:url(../../frontend/Alothemes/clenlidirect_new/en_IE/images/map_popup_arrow.gif) no-repeat;position:absolute;left:50%;top:-10px;height:10px;width:19px}
.map-popup-close{background:url(../../frontend/Alothemes/clenlidirect_new/en_IE/images/btn_window_close.gif) no-repeat;display:block;position:absolute;top:8px;right:10px;height:15px;width:15px;text-indent:-9999em;-moz-box-shadow:0 0 3px #999;-webkit-box-shadow:0 0 3px #999;box-shadow:0 0 3px #999;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px}
.map-popup-content{border-top:1px solid #eee;padding:10px;overflow:hidden;text-align:left;width:280px}
.map-popup-checkout{display:inline;float:right;text-align:right}
.map-popup-checkout span{display:block;padding-right:30px}
.map-popup-checkout .paypal-logo{margin:0 0 5px}
.map-popup-price .price-box,.map-popup-price .price-box .special-price{margin:0;padding:0}
.map-popup-price{margin:5px 0 0}
.map-popup-text{clear:right;margin:0 10px;padding:10px 0;text-align:left;word-wrap:break-word}
.map-popup-only-text{border-top:1px solid #ddd}
/* ======================================================================================= */
/*link social*/
.link-social .link-list .link-icon{display: inline-block;}
.footer-item .box-content .content .link-social .link-list .link-icon a{font-size: 25px; color: #7c7c7c; padding: 0 10px; line-height: 30px}
.footer-item .box-content .content .link-social .link-list .link-icon:first-child a{padding-left: 0; }
.footer-item .box-content .content .link-social{margin-top: 10px}


/* Footer ================================================================================ */

.page-footer .main-footer{background-color: #f8f8f8; padding: 30px 0 5px}
.footer-item .title{font-size: 16px; font-weight: bold; text-transform: capitalize; margin: 0; line-height: 40px}
.footer-item .box-content .icon{font-size: 75px; color: #fed700; }
.footer-item .box-content .content .link-list{display: table-cell; vertical-align: top}
.footer-item:nth-child(2) .box-content .content .link-list:nth-child(2){padding-left: 75px}
.footer-item .box-content{position: relative;}
.footer-item .box-content .content .link-list a{font-size: 14px;font-weight: normal; text-transform: capitalize; display: block; line-height: 20px}
.footer-item .box-content .content .link-list a{transition: all 0.3s; padding-bottom: 15px}
.footer-item .box-content .content .info .question{font-size: 13px; color: #333e48; font-weight: 300; line-height: 20px; display: inline-block;}
.footer-item .box-content .content .info .hot-number{font-size: 22px; color: #333e48; font-weight: 600; display: inline-block; line-height: 30px}
.footer-container .border{padding: 70px 0 65px 0; border-bottom: 1px solid #333333;}
.footer-item .box-content .content{margin-top: 22px}
.footer-item:first-child .box-content .content{margin-top: 33px}
.footer-item .box-content .content .icon,
.footer-item .box-content .content .info{display: table-cell; vertical-align: middle;}
.footer-item .box-content .content .info{padding-bottom: 10px; padding-left: 10px}
.footer-item .box-content .content ul li .sub-title{font-size: 14px; color: #333e48; font-weight: bold; text-transform: none; display: block; line-height: 25px; padding: 0; margin-top: 23px}
.footer-item .box-content .content .address{font-size: 14px; color: #333e48; text-transform: capitalize; font-weight: normal; line-height: 25px; margin: 0}
/*.footer-item .box-content .content .icon{color: #a6a6a6; text-align: left; min-width: 30px; font-size: 20px; padding-left: 1px; padding-bottom: 5px}*/
.footer-item .box-content .content li:nth-child(2) .icon{font-size: 16px}
.footer-item .box-content .content li{margin: 0}
.copyright address{margin: 0;  font-size: 12px; font-weight: 300; text-transform: uppercase; color: #a3a3a3; line-height: 27px}
.copyright address a{color: #fff}
/*Footer bottom*/
.footer-bottom{background-color: #eaeaea; padding-top: 23px; padding-bottom: 22px}
/*Paypal*/
.footer-bottom .paypal{display: block; text-align: right; width: 25px;}
.paypal .list-page{text-align: right; margin: 0; line-height: normal;}
.paypal .list-page li{display: inline-block; padding-left: 16px}
.paypal .list-page li a{display: block;}
.copyright span{font-size: 14px; color: #333e48; font-weight: normal; display: block; line-height: 20px}
.copyright span a{font-weight: bold; color: #333e48}
/* ======================================================================================= */

/* Clears ================================================================================ */
.clearer:after,.header-container:after,.header-container .top-container:after,.header:after,.header .quick-access:after,#nav:after,.main:after,.footer:after,.footer-container .bottom-container:after,.col-main:after,.col2-set:after,.col3-set:after,.col3-layout .product-options-bottom .price-box:after,.col4-set:after,.search-autocomplete li:after,.block .block-content:after,.block .actions:after,.block li.item:after,.block-poll li:after,.block-layered-nav .currently li:after,.page-title:after,.products-grid:after,.products-list li.item:after,.box-account .box-head:after,.dashboard .box .box-title:after,.box-reviews li.item:after,.box-tags li.item:after,.pager:after,.sorter:after,.ratings:after,.add-to-box:after,.add-to-cart:after,.product-essential:after,.product-collateral:after,.product-view .product-img-box .more-views ul:after,.product-view .box-tags .form-add:after,.product-view .product-shop .short-description:after,.product-view .box-description:after,.product-options .options-list li:after,.product-options-bottom:after,.product-review:after,.cart:after,.cart-collaterals:after,.cart .crosssell li.item:after,.opc .step-title:after,.checkout-progress:after,.multiple-checkout .place-order:after,.group-select li:after,.form-list li:after,.form-list .field:after,.buttons-set:after,.page-print .print-head:after,.advanced-search-summary:after,.gift-messages-form .item:after,.send-friend .form-list li p:after{display:block;content:".";clear:both;font-size:0;line-height:0;height:0;overflow:hidden}
/* ======================================================================================= */
.guest-select{width:305px!important}

/* ============================================ *
 * Configurable Swatches
 * ============================================ */
/* Clears */
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {content: '';display: table;clear: both;}
/* Custom Font */

/*Page arrow*/
.slick-slider .slick-list{padding: 5px; margin: -5px;}
.products .slick-slider .slick-list{padding-bottom: 60px}
.slide-showcase .home-slider.slick-slider .slick-list{padding: 0px !important; margin: 0px !important;}
/*Toggle tab / toggle mobile*/
.filter-options .toggle-tab{position: absolute; right: 0; top: 0; text-align: center; cursor: pointer; z-index: 3; display: none;color: #888888;}
.filter-options .toggle-tab:before{content: "\f196"; font-family: FontAwesome; font-size: 14px; display: block; line-height: 25px; }
.filter-options .toggle-visible .toggle-tab:before{content: "\f147";}
.filter .toggle-tab{display: block;}
.narrow-box{position: relative;}
.filter-options .narrow-box .toggle-content{display: none;}
.filter-options .narrow-box:first-child .toggle-content,.filter-options .narrow-box .toggle-content.visible {display: block;}

.filter-options-item.narrow-by{padding: 0;}
.filter-options .filter-options-item .filter-options-content {border-bottom: 1px solid #ddd;margin: 0 0 28px;padding-bottom: 25px;}
.filter-options .filter-options-title:after{content: "\f196"; font-family: FontAwesome; font-size: 14px;position: absolute;right: 0px;display: block !important;line-height: 25px; padding: 0px;top: 0;color: #888888;width: auto;cursor: pointer;font-weight: normal;}
.filter-options .active .filter-options-title:after{content: "\f147";font-family: FontAwesome;}
.price-box .prices-tier{ background: transparent;padding: 0;margin:0;}
/* move style alothemes */
.alothemes{display: block;}
.item .quickview.configurable{display: none !important;}
@media print {a[href]:after {content: none !important;}}
.account .page-title-wrapper .page-title{margin-bottom: 0px;}
.account .column.main .block .block-title {font-size: 16px;line-height: 1.2; margin: 0 0 15px;}
.account .block .block-title strong {color: #333;}
.account.sales-order-view .column.main .block:not(.widget) .block-content .box{margin-bottom: 30px;}
.account .column.main .block:not(.widget) .block-content .box.box-order-billing-method{float: right;}
.account .column.main .block:not(.widget) .block-content .box.box-order-billing-address{float: left;}
.product-info-main .product.attribute ul,.product-info-main .product.attribute ol,.product.detailed .product.description ol,.product.detailed .product.description ul,.product-item-description ul,.post-text-hld ul,.post-text-hld ol,.catalog-product-view .block.related ul.block-content,.catalog-product-view .block.related ol.block-content,.post-view .block.related ul.block-content,.post-view .block.related ol.block-content{list-style: disc outside;padding-left: 1.5em;margin-left: -7px;margin-bottom: 0;}
.product-info-main .product.attribute ol,.product.detailed .product.description ol,.post-text-hld ol,.catalog-product-view .block.related ul.block-content,.catalog-product-view .block.related ol.block-content,.post-view .block.related ol.block-content{list-style: decimal outside none;}
.product-info-main .product.attribute ul li,.product-info-main .product.attribute ol li,.product.detailed .product.description ol li,.product.detailed .product.description ul li,.product-item-description ul li,.post-text-hld ul li,.post-text-hld ol li{margin: 0;padding: 0;color: #7d7d7d;line-height: 20px;font-size: 12px;}
.swatch-option.text{height: auto;}

.header-bottom .magicmenu .nav-desktop .level0 .level-top {
	padding: 12px 10px;
}
.magicmenu .nav-desktop .level0 .level-top > span {
	font-weight: 500;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a {
	 margin: 5px 0 5px;
}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a{margin-right: 10px !important;}

/* 24-6-19 */
header .nav-sections .magicmenu ul li:first-child a{padding-left: 0px !important}
header .nav-sections .magicmenu ul li:last-child a {padding-right: 0px !important;}
.magicmenu .nav-desktop .level0 .level-top-mega .children.level1 > a{font-weight: 700;}

.slide-showcase{position: relative;}
.text-slide1, .text-slide2, .text-slide3, .text-slide4{position: absolute; top: 15%; width: 50%; height: 100vh; text-align: left; left: 30%;}
.text-slide1 .caption1, .text-slide1 .caption4, .text-slide2 .caption4, .text-slide3 .caption4, .text-slide4 .caption4, .text-slide4 .caption1{position: unset !important; margin-bottom: 0px !important;}
.text-slide1 .caption2, .text-slide2 .caption2, .text-slide3 .caption2{position: unset !important; margin-bottom: 20px !important;}
.text-slide1 .caption3, .text-slide2 .caption3, .text-slide3 .caption3, .text-slide4 .caption3{position: unset !important; margin-bottom: 40px !important;}

.text-slide2{left: 23%; top: 18%;}
.text-slide2 .caption1{position: unset !important; margin-bottom: 16px;}
.text-slide3 .caption1{position: unset !important; margin-bottom: 20px !important; line-height: 54px;}
.text-slide4{left: 36%;}
.text-slide4 .caption1{margin-bottom: 40px}

.text-slide.text-slide6{
	position: absolute;
    top: 2%;
    width: 66%;
    height: 484px;
    text-align: left;
    left: 0%;
}

.home-slider .slick-slide.slick-active .figcaption .text-slide.text-slide6 .caption2{
	margin-top:12px;
}
.home-slider .slick-slide.slick-active .figcaption .text-slide.text-slide6 .caption3 span{
	font-size:42px;
}
.home-slider .slick-slide.slick-active .figcaption .text-slide.text-slide1 .caption2{
	margin-top:12px;
}
.home-slider .slick-slide.slick-active .figcaption .text-slide.text-slide1 .caption3{
	line-height:50px;
}
.figcaption .text-slide.text-slide1{
	left:24%;
}
.home-slider .slick-slide.slick-active .figcaption .text-slide.text-slide4 .caption3{
	line-height:50px;
	margin-top: 63px !important;
}
.home-slider .slick-slide.slick-active .figcaption .text-slide.text-slide4 .caption2{
	left:1%;
	top: 18%;
}






.header .form-search .dd-container{height: auto;}
.footer-item .box-content .icon {color: #6c6366 !important;}
.hot-number a{color: #6fb31a !important}
.hot-number a:hover{color: #000000 !important}
.mage-column.mega-block-right{margin-top: 0;}

.menu-company .parent-full-width {left: -365px; width: 500px; display: inline-block;}
.menu-company ul.cat-mega, .menu-company .mage-column.mega-block-right{float: left; width: 50%;} 
.home-slider .slick-slide.slick-active .figcaption .caption4 a{border-radius: 30px;}
input[type="text"], input[type="password"], input[type="url"], input[type="tel"], input[type="search"], input[type="number"], input[type="datetime"], input[type="email"], select{border-radius: 3px;}
.checkout-index-index .checkout-block{padding: 24px 20px;}
.fieldset.address {margin: 0px 0px;}
.opc-wrapper .form-login .fieldset .note{margin-top: 0px;}
.field.additional{margin-top: 10px}
#shipping-new-address-form > .field {padding: 3px 0;}
.opc-wrapper .form-shipping-address, .opc-wrapper .form-login {margin-top: 6px; margin-bottom: 0px;}
.checkout-index-index .opc-block-summary {margin: -15px -12px 0; padding: 10px 12px;}
.sites-checkout-index .checkout-index-index .opc-block-summary .minicart-items .product-item-details{margin-top: 0;}
.checkout-index-index .opc-block-summary .minicart-items .product-item-details{padding-left: 0; float: right; width: 76%; margin-top: 14px;}
.column.main .opc-block-summary .product-item{padding-bottom: 0px;}
.block, .table, .checkout-payment-method .payment-method-content .fieldset:not(:last-child) {margin: 0;}
.checkout-payment-method .payment-option-title, .checkout-index-index .opc-wrapper.am-opc-wrapper .payment-method-content, .magicmenu .nav-desktop .level0 .level-top-mega .content-mega-horizontal .cat-mega{padding: 0px !important}
.checkout-index-index .opc-wrapper.am-opc-wrapper .payment-option-content{margin-top: 10px; padding: 0px}
#discount-form .control .input-text{border-radius: 3px; height: 36px;}
.checkout-payment-method.submit button span{line-height: normal;}
.checkout-index-index .checkout-block{box-shadow: 0px 0px 6px 2px rgba(0,0,0,0.15);}
.checkout-index-index #checkout.am-checkout{background: transparent}
.checkout-index-index .checkout-header, .checkout-index-index #checkout.am-checkout{margin: 0; padding: 0;}
.checkout-index-index .checkout-header .title{margin-top: 20px; margin-left: 10px;}
.checkout-index-index .checkout-header .description{margin-left: 10px;}
.magicmenu .nav-desktop .level0.dropdown .hasChild ul.level1.submenu{position: absolute; left: 45%; box-shadow: none; border: 1px solid #fcfcfc; top: -4%; padding: 0; box-shadow: 0px 0px 6px 1px rgba(116, 116, 116, 0.2);} 
.magicmenu .nav-desktop .level0.dropdown .hasChild ul.level1.submenu li:first-child a{padding-left: 30px !important;}
.magicmenu .nav-desktop .level0 li.hasChild:last-child a span::after {
	content: "\f105"; font-family: "FontAwesome"; font-size: 14px; margin-left: 5px; vertical-align: 0;
}
.submenu li a span:after{content: none !important}

.form-cart .actions .continue{border-radius: 20px;}
#empty_cart_button span, .action.update span{line-height: 34px;}
.cart .continue{font-weight: 700; line-height: 34px;}
.form-cart .actions .continue{padding: 0 30px 0;}
.category-product-grid .product-item, .magicproduct-custom .grid.products-grid .item{margin-bottom: 50px;}
.toolbar .limiter-options, .toolbar .sorter-options {border-radius: 3px;}
.breadcrumbs li a, .breadcrumbs li strong{border-radius: 20px;}
.box-tocart .fieldset .qty{margin: 0 12px 0 0 !important;}
.product-info-main .product-add-form .box-tocart {margin-top: 20px;}
.product-info-main .product-add-form .box-tocart .fieldset{background: transparent;}
.product-add-form .fieldset > .field{margin-top: 64px !important;}
.box-tocart .fieldset .actions{float: right;}
#qty-error{width: 160%;}

.account-nav-content ul li.nav.item.current strong{letter-spacing: 0px; text-transform: uppercase; font-size: 15px; color: #6FB31A}
.account-nav-content ul li a:before{content: "\f0da"; font-family: "FontAwesome"; font-size: 14px; margin-right: 5px; vertical-align: 0; color: #6FB31A; transition: linear 0.4s}
/* .account-nav-content ul li:hover a:after{content: "\f0da"; font-family: "FontAwesome"; font-size: 14px; margin-right: 5px; vertical-align: 0; color: #6FB31A; float: right; transition: linear 0.4s} */
.account-nav-content ul li:hover a:before{opacity: 1;}
.account-nav-content ul li a{padding: 8px 15px 8px 6px;}
.account-nav-content{padding: 15px; background: #f5f5f5; box-shadow: 0px 0px 3px 1px rgba(90, 90, 90, 0.3);}
.customer-account-index .box .box-title span{color: #6FB31A}
.box-information{margin-bottom: 20px}
.box-information .box-content p{color: #383838}
.products-grid.wishlist .product-item-actions{float: right;}
.box-tocart button span{line-height: 34px;}
#realexpayments_hpp, #paypal_express, input[type="checkbox"], #is_subscribed{float: left;}
.base{text-align: center; text-transform: uppercase; letter-spacing: 6px; margin-bottom: 10px; font-weight: 600;}
.account-billing-agreements .field.payment.method{margin-bottom: 15px;}
.cart.table-wrapper .col{text-align: center}

.post-title .post-item-link{height: 49px; overflow: hidden; line-height: 25px !important;}
.post-list .post-header .post-title{padding-bottom: 0px !important}
.post-holder .post-header .post-info{padding-top: 5px !important}
.post-text-hld p, .post-text-hld ul li{font-size: 15px !important; color: #606060 !important; font-weight: normal !important;}
.post-read-more{margin-top: 0px !important}
.post-text-hld ul li{margin-bottom: 7px;}
.post-list .post-content .post-read-more{line-height: 30px !important; padding: 0 15px !important; color: #ffffff !important; background-color: #6fb31a !important; border-color: #6fb31a !important;}
.post-list .post-content .post-read-more:hover{color: #6fb31a !important; background-color: #333e48 !important; border-color: #333e48 !important;}
.pages .item .page{text-align: center}
.post-info .post-categories a, .post-info .posted-date {color: #6fb31a !important; font-weight: 600 !important;}
.tagclaud-hld span a{padding: 0 6px; background-color: #6fb31a; border-radius: 25px; -webkit-border-radius: 25px; -moz-border-radius: 25px; -o-border-radius: 25px; border: 1px solid #6fb31a; color: #fff !important; margin-right: 5px;} 
.tagclaud-hld span{display: inline-block; margin-bottom: 2px}
.tagclaud-hld span a:hover{color: #6fb31a !important; background-color: #333e48; border-color: #333e48;}
.actions-toolbar .primary {float: right !important;}
.actions-toolbar .secondary {float: left !important;}
.alocolumns form.password.forget{width: 60%; margin: 0 auto; box-shadow: 0px 0px 6px 0px rgba(153, 153, 153, 0.4); border-radius: 4px;}
.alocolumns form.password.forget input{margin-bottom: 15px;}
.login-container .fieldset::after {color: #ff1f0e !important;}
.block-new-customer .primary a.action{font-weight: 500; line-height: 34px; padding: 0 20px; font-size: 13px;} 
._has-datepicker + .ui-datepicker-trigger::after {font-size: 2.1rem; color: #6fb31a; content: '\f073'; font-family: 'FontAwesome'; vertical-align: middle; font-weight: normal;}
.customer-dob button span{display: none}
.customer-dob input{position: relative; width: 100% !important}
.customer-dob button.ui-datepicker-trigger{position: absolute; right: 1px; padding: 0 8px; border-radius: 0px; background: transparent; border: 0px; top: 2px;}
.customer-dob button.ui-datepicker-trigger:hover{background-color: transparent !important; border-color: transparent !important;}
.rtd h2.custom_heading{color: #6fb31a; font-weight: 600 !important;}
.customer-account-forgotpassword .page-title-wrapper h1{text-align: center; width: 100%;} 
.align_right img{float: right;}
.custom_heading.pop_align, .wpb_content_element.pop_align{text-align: center;}
.wpb_content_element.pop_align{line-height: 28px;}
.custom_heading.pop_align{margin-bottom: 15px; color: #6fb31a; font-size: 29px; font-weight: 600;}
.header-container-fixed .magicmenu .nav-desktop .level0:hover .level-top-mega {top: 47px !important;}
.page-layout-1column .wpb_row{margin-bottom: 25px}

/* about us */
.banner_inner_abtUs{background-attachment: fixed !important;width: 100%; float: left; background: #000 url("../../frontend/Alothemes/clenlidirect_new/en_IE/images/alothemes/abt.jpg"); padding: 10% 0; text-align: center; margin-bottom: 20px}
.banner_inner_abtUs .captionInnerBanner h3{font-size: 40px; color: #fff; font-weight: 700; margin-bottom: 25px; margin-top: 0;}
.banner_inner_abtUs .captionInnerBanner h4{font-size: 18px; color: #fff; line-height: 25px; width: 70%; margin: 0 auto;}
.bluetxt span{color: #6fb31a !important;}
#popup-newsletter .block-content input.input-text {color: #333333; background-color: rgb(84, 84, 84) !important; border-color: #c8c8c8 !important;}

.cms-aboutus .ui-title-inner{color: #6fb31a !important;}
.cms-aboutus .ui-subtitle-block_mod-a p{font-size: 24px; text-align: center; margin-bottom: 30px; font-weight: 600;}
.contact-index-index .actions-toolbar .primary{float: left !important;}
.grecaptcha-badge{z-index: 999;}
.tersona_img{background: url("../../frontend/Alothemes/clenlidirect_new/en_IE/images/alothemes/bubble.gif"); width: 100%; float: left; height: 50vh; position: relative;}
.tersano_inner{position: absolute; left: 10%; right: 10%; transform: translate(0px, 100px);}
.tersano_inner span.num_tiles{font-size: 35px; letter-spacing: 18px; text-align: center; width: 100%; float: left; font-weight: 700; color: #000;}
.tersano_inner h3{margin-top: 10px; float: left; width: 100%; text-align: center; line-height: 27px; font-weight: 600; font-size: 18px; color: #000;}
.tabcontent {display: none; padding: 6px 12px; -webkit-animation: fadeEffect 1s; animation: fadeEffect 1s; text-align: center;}
.cms-tersano .wpb_wrapper ul li{list-style: disc; margin-left: 20px}
.cms-tersano .wpb_wrapper .btn3-inline a, .general.btn3{padding: 8px 20px; border-radius: 25px; border: 1px solid #6FB31A; background: #6FB31A; color: #055f22; margin-top: 20px; display: inline-block;}
.general.btn3:hover, .cms-tersano .wpb_wrapper .btn3-inline a:hover{color: #ffffff; background-color: #333e48; border-color: #333e48;}

.cleaner_list .column-inner {text-align: center}
.cleaner_list .wpb_text_column.wpb_content_element a{padding: 5px 10px; background: green; border-radius: 25px; color: #fff;}
.cleaner_list .wpb_text_column.wpb_content_element p{width: 80%; margin: 0 auto 20px;}
.cms-innovation-by-chemical-direct .wpb_single_image.wpb_content_element{margin-bottom: 25px}
.cms-ourteam .bluetxt{margin-bottom: 20px;}
.wpb_singleimage_heading{font-weight: 700; margin-bottom: 10px}
.page-product-configurable .field.configurable{margin-top: 0px !important;}
.page-product-configurable .product-options-wrapper{padding-top:0px !important; border-bottom: 1px solid transparent;}
.page-product-configurable .field.qty{margin-top: 0px !important}
.page-product-configurable .paypal.before::before{float: left; display: inline-block !important;}
.page-product-configurable .paypal.checkout{float: left;}
.page-product-configurable .paypal.checkout img{margin-top: 10px;}
.page-product-configurable .tocart{float: left;}
.page-product-configurable .box-tocart .fieldset .actions{width: 100%; margin-top: 20px !important;}
.page-product-configurable .paypal.checkout input[type=image]{margin-top: 6px; float: left;}
.page-product-configurable .product-options-wrapper{padding-bottom: 0px !important;}
.page-product-configurable .product-info-main .product-add-form .box-tocart{margin-top: 0px;}
.filter-options .filter-options-title {position: relative;}

ol.products.product-items li .request-quote-act .actions-primary, ol.products.product-items li .actions-primary button.modalRun{width:100%;}
ol.products.product-items li .actions-primary button.modalRun span{line-height: 36px;}
.call-for-price ._inner-scroll._show .modal-popup .modal-header{padding-top: 1rem !important;}
.call-for-price .modal-inner-wrap .modal-footer{padding-bottom: 2rem; padding-top: 1rem; border-top: 0px !important}
.call-for-price .modal-body{padding: 0px 20px;}
.call-for-price .modal-slide .modal-content{padding: 0 2.6rem 0rem;}

.catalog-product-view .modalRun{margin-top: -9px;}
.category-product-list .stock{border-bottom: 0px}

.home-slider .slick-slide.slick-active .figcaption .text-slide3 .caption3 span, .home-slider .slick-slide.slick-active .figcaption .caption3 span {color: #6fb31a !important;}
.text-slide4 h3.caption1{margin-top: 5%; margin-bottom: 30px !important;}
.header-bottom {
  background-color: #fff !important;
  border-bottom: 2px solid #6fb31a;
  /* box-shadow: 0px 19px 21px rgba(0,0,0,0.8); */
}
.logo img{width: 100%;height: 87px;}
.slick-slide .product-item-info .product-hover .product-image-photo{
	height:120px;
}
.products .product-items .product-item .product-hover .product-image-wrapper .product-image-photo{
	height:150px;
}




/*====landing--page=======*/

.landing-page-container .left-content h1{
	color:#5c5c5c;
	font-size:34px;
	margin-top:30px;
	font-weight: 600;
}
.landing-page-container .left-content h3{
	font-size:26px;
	text-transform:uppercase;
	color:#6fb31a;
	font-weight:400;
}
.landing-page-container .left-content p{
	font-size:15px;
	color:#5c5c5c;
	margin-bottom:15px;
}
.right-side-bar{
	margin-top:34px;
}
.sidebar-navlinks li{
	text-align:center;
	margin-bottom:20px;
}
.sidebar-navlinks li a,
body.page-layout-1column .sidebar-navlinks li a{
	font-size:18px;
	color:#6c6366;
	font-weight:600;
}
.sidebar-navlinks li a:hover,
body.page-layout-1column .sidebar-navlinks li a:hover,
body.page-layout-1column .sidebar-navlinks li.active a,
.sidebar-navlinks li.active a{
	color:#6fb31a;
}
.callnow-btn{
	text-align:center;
	margin-bottom:15px;
}
body.page-layout-1column .callnow-btn a,
.callnow-btn a{
	color:#ffffff;
	font-size:16px;
	background:#6fb31a;
	padding:6px 20px;
	width:100%;
	display:inline-block;
	transition:all ease-in-out 0.4s;
}
body.page-layout-1column .callnow-btn a:hover,
.callnow-btn a:hover{
	background:#6C6366;
	color:#ffffff;
}
.sidebar-enquire{
	padding:15px;
	border:4px solid #6fb31a;
}
.sidebar-enquire h5{
	font-size:13px;
	font-weight:700;
	text-align:center;
	color:#6fb31a;
	padding: 4px 30px 8px;
    line-height: 22px;;
}
.sidebar-enquire .form-control:-moz-placeholder{color:#999}
.sidebar-enquire .form-control::-moz-placeholder{color:#999}
.sidebar-enquire .form-control:-ms-input-placeholder{color:#999}
.sidebar-enquire .form-control::-webkit-input-placeholder{color:#999}
.sidebar-enquire .btn-group{
	width:100%;
	text-align:center;
}
.sidebar-enquire .btn-group .btn-submit{
	border:0;
	font-size:13px;
	text-transform:uppercase;
	color:#6fb31a;
	font-weight:700;
}
.sidebar-enquire .btn-group .btn-submit:hover{
	color:#6C6366;
}
.sidebar-bottom{
	text-align:center;
	margin-top:20px;
}
.sidebar-bottom h4{
	font-size:18px;
	font-weight:400;
	text-align:center;
	color:#6fb31a;
	margin-bottom:15px;
}
.sidebar-bottom img{
	width:48%;
}
.office-bottom-banner{
	margin-bottom:30px;
}

.magicmenu .nav-desktop .level0:nth-of-type(1) .icon-text{
	background-image:url(../../frontend/Alothemes/clenlidirect_new/en_IE/images/home-icon.png);
	display: inline-block;
    /*text-indent: -500px;*/
    text-indent: -1900px;
    width: 33px;
    height: 30px;
	margin-top: -7px;
}
.green-cleaning-content h4{
	font-size:18px;
	font-weight:400;
	color:#6fb31a;
}
.green-cleaning-content p{
	margin-bottom:20px;
}
.greencleaning-img{
	text-align:center;
}
.greencleaning-img img{
	height:280px;
}
.readmore{
	text-align:center;
	margin-bottom: 12px;
}
.readmore a,
body.page-layout-1column .readmore a{
	font-size:14px;
	padding:8px 30px;
	color:#6fb31a;
	border:1px solid #6fb31a;
	text-transform:uppercase;
	transition:all ease-in-out 0.4s;
}
.readmore a:hover,
body.page-layout-1column .readmore a:hover{
	background:#6fb31a;
	color:#ffffff;
}
.menu-green-cleaning .parent-full-width{
	left: -365px;
    width: 500px;
    display: inline-block;
}
.menu-green-cleaning ul.cat-mega, 
.menu-green-cleaning .mage-column.mega-block-right{
	float: left;
    width: 50%;
}
.vdo-div iframe{
	width:100%;
	height:400px;
	margin-bottom:30px;
	border: 4px solid #6FB31A;
    border-radius: 12px;
}
.page-sachet-system h1{
	color: #5c5c5c;
    font-size: 34px;
    margin-top: 30px;
    font-weight: 600;
}
.page-sachet-system h3{
    font-size: 26px;
    text-transform: uppercase;
    color: #6fb31a;
    font-weight: 400;
}
.sachet-page-vdo{
	margin-top:123px;
}
.sachet-page-vdo iframe{
	width: 100%;
    height: 378px;
	border: 4px solid #6FB31A;
    border-radius: 12px;
}
.product-range-lists li{
	float:left;
	width:20%;
	padding:20px;
}
.product-range-lists li img{
	height:190px;
	width:100%;
}
.sustainable ul li{
	float:left;
	width:25%;
	padding:8px;
}
.sustainable ul li img{
	width:100%;
}
.sectors{
	margin:30px -15px;
}
.sectors ul li{
	float:left;
	width:16.5%;
	padding:15px;
}
.sectors ul li img{
	width:auto;
	height: 80px;
}
.sectors ul li h5{
	font-size:12px;
	color:#6c6366;
	font-weight:700;
	text-align:center;
	margin-top:15px;
}
.tersano1.sustainable{
	margin:30px -15px;
}
.tersano1.sustainable ul li{
	width: 16.5%;
	float:left;
    padding: 16px;
}
.tersano-middle-slider .slick-slider .slick-list{
	padding: 0;
    margin: 0;
}
.tersano-middle-slider .slick-slider .slick-dots{
	text-align:right;
	bottom:10px;
}
.tersano-middle-slider .slick-slider .slick-dots li button{
	width:12px;
	height:12px;
	border-radius:10px;
	background-color:#ffffff;
}
.tersano-middle-slider .slick-slider .slick-dots li.slick-active button, 
.tersano-middle-slider .slick-slider .slick-dots li:hover button{
	background-color: #6fb31a;
}

.contact-index-index .column:not(.sidebar-additional) .form.contact{width: 100% !important}
.contact-content .actions-toolbar{width: 100%; float: left}



.block-order-details-view .block-content{display: flex; flex-wrap: wrap;}
.block-order-details-view .block-content .box-order-shipping-address, .block-order-details-view .block-content .box-order-billing-address{margin-right: 15px;}
.block-order-details-view .block-content .box strong span{color: #6FB31A; text-transform: uppercase; font-weight: 600;}
.block-order-details-view .block-content .box .box-content address{margin-bottom: 0;}
.copyright small{
    float: left;
    margin-right: 12px;
    margin-top: 2px;
}
.extra-links-footer a{
    color: #0062bd !important;
}
.page-tc h4{
	font-size:15px;
	color:#333333;
	font-weight:600;
	margin-top:25px;
}
.page-tc h4:first-child{
	margin-top:0;
}
.page-tc p{
	text-align:justify;
}
.page-tc h5{
	font-size:14px;
	font-weight:600;
}
.product-info-extra{
	width:50%;
	float:right;
	padding-left: 15px;
}
.extra-info-top-section ul{
	margin-top:12px;
}
.extra-info-top-section li{
	position:relative;
	padding-left: 20px;
	margin-bottom: 5px;
	font-weight:700;
	color:#333333;
}
.extra-info-top-section li:before{
	content:'\f058';
	position:absolute;
	left:0;
	top:-1px;
	font-size:16px;
	font-family:"FontAwesome";
	display:block;
	color:#6FB31A;
}
.extra-info-top-section{
	padding-top:2px;
	border-top:1px solid #dddddd;
	margin-top: 15px;
}
.extra-info-bottom-section ul li{
	float:left;
}
.extra-info-bottom-section ul li:first-child a{
	padding-left:0;
}

.extra-info-bottom-section ul li a{
	color:#0062bd;
	padding:0 12px;
	border-right:1px solid #0062bd;
	font-size:14px;
}
.extra-info-bottom-section ul li:last-child a{
	padding-right:0;
	border-right:0;
}
.content-popup{
	width:600px;
	border-radius:6px;
}
.content-popup h3{
	color:#6FB31A;
	font-size:18px;
	font-weight: 600;
}
.content-popup h4{
	color:#333e48;
}
.content-popup h5{
	color:#333e48;
	font-size:14px;
	font-weight:600;
}
.content-popup ul li{
	margin-bottom:5px;
	position:relative;
	padding-left:22px;
}
.content-popup ul li:before{
	content:'\f00c';
	position:absolute;
	left:0;
	top:-1px;
	font-size:14px;
	font-family:"FontAwesome";
	display:block;
	color:#6FB31A;	
}

.modal-popup .modal-title {
    border-bottom: 1px solid #c1c1c1;
    font-weight: 400;
    color: #6FB31A;
    padding-bottom: 10px;
    font-size: 22px;
    margin-bottom: 0;
    min-height: 1em;
    word-wrap: break-word;
}
.img-blocks{
	text-align:center;
}
.img-blocks a{
	color: #ffffff !important;
    background-color: #6fb31a;
	margin-top:25px;
	display:inline-block;
	padding:10px 36px;
	border-radius:50px;
	font-size: 18px;
	margin-bottom:20px;
}
.img-blocks a:hover{
	color: #333333 !important;
}

@media (max-width:767px) {
.product-info-extra{
	width:100%;
}	
.extra-info-bottom-section ul li a{
	padding:0 6px;
	font-size: 12px;
}
.content-popup{
	width:100%;
}
.content-popup p{
	font-size:12px;
}
.content-popup h3{
	font-size:14px;
}
.content-popup h4{
	font-size:13px;
}
.content-popup ul li{
	font-size:12px;
	padding-left:18px;
}
.content-popup ul li:before{
	font-size:12px;
}
}

.header-ads{
	display: block;
}
.header-ads img {
	object-fit: cover;
	width: 100%;
	display: block;
}
a.bss-quickview {
    position: absolute;
    display: block;
    bottom: 0px;
    padding: 3px 10px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}












@media (min-width: 1200px) {}
@media(max-width:1200px) {}
@media (min-width: 992px) and (max-width: 1200px) {
	.top-link-product a.compare, .top-link-product a.wishlist{width: 40px;}
	.minicart-wrapper .icon:before{width: 45px;}
	.minicart-wrapper .action.showcart .counter.qty{left: 22px;}
	.magicmenu .nav-desktop .level0 .level-top{padding: 15px 10px;}
	.free-shipping{display: none;}
	.header-bottom .magicmenu .nav-desktop .level0 .level-top, .header-bottom .magicmenu .nav-desktop .level0 .level-top > span{font-size: 14px;}
	.header-bottom .magicmenu .nav-desktop .level0 .level-top{padding: 20px 15px;}
	.magicmenu .nav-desktop .level0 .level-top-mega .mage-column .children{width:180px;}
	.cms-index-index .vmagicmenu .block-vmagicmenu-content {opacity: 0;visibility: hidden;}
	.cms-index-index .vmagicmenu:hover .block-vmagicmenu-content {opacity: 1;visibility: visible;}
	.vmagicmenu .block-vmagicmenu-content{min-width: 245px;}
	.home-slider .slick-slide.slick-active .figcaption .caption1, .home-slider .slick-slide.slick-active .figcaption .caption2, .home-slider .slick-slide.slick-active .figcaption .caption3, .home-slider .slick-slide.slick-active .figcaption .caption4{left: 10%;}
    .home-slider .slick-slide.slick-active .figcaption .caption1{font-size: 45px;}
	.home-slider .slick-slide.slick-active .figcaption .caption3,.home-slider .slick-slide.slick-active .figcaption .caption3 span,.home-slider .slick-slide.slick-active .figcaption .text-slide2 .caption1, .home-slider .slick-slide.slick-active .figcaption .text-slide3 .caption1{font-size: 35px;}
	.home-slider .slick-slide.slick-active .figcaption .caption4 a{line-height: 40px;}
	.home-slider .slick-slide.slick-active .figcaption .text-slide2 .caption1, .home-slider .slick-slide.slick-active .figcaption .text-slide3 .caption1{line-height: 30px;}
	.home-slider .slick-slide.slick-active .figcaption .text-slide2 .caption4{top: 70%;}
	.item .price-box{line-height: normal;}
	.block-subscribe .field input.input-text{width: 350px;padding: 0 110px 0 30px;}
	.block-subscribe .actions .button span{padding: 0 20px;}
	.block-subscribe .form-subscribe-header p{padding-right: 20px;}
	.block-subscribe .block-title h3{font-size: 18px;}

}
	
@media(max-width:991px) {
	.righ-header-content{text-align: center;}
	.minicart-wrapper .block-minicart{left: 50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);transform: translateX(-50%);}
	.page-header.alothemes{height: auto !important;}
	.content-logo,.content-seach,.righ-header-content{width: 100%;}
	.link-view{display: none !important;}
	.nav-toggle { cursor: pointer;display: block;font-size: 0;left: auto; position: absolute;text-decoration: none;top: 67px;z-index: 14;right: 50px;}
	.nav-toggle:before{content: "\f0c9"; color: #333e49; font-family: "FontAwesome";font-size: 21px;}
	.nav-toggle:hover::before { color: #333333;}
	.nav-sections {background: #fff none repeat scroll 0 0;height: 100%;left: calc(-1 * (100% - 54px));overflow: auto;position: fixed;top: 0;transition: left 0.3s ease 0s;-moz-transition: left 0.3s ease 0s;-webkit-transition: left 0.3s ease 0s;-o-transition: left 0.3s ease 0s;-ms-transition: left 0.3s ease 0s;width: calc(100% - 54px);}
	.nav-open .nav-sections {box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);left: 0;z-index: 99;}
    .nav-before-open .page-wrapper {height: 100%;left: 0;overflow: visible;position: relative;transition: left 0.3s ease 0s;-moz-transition: left 0.3s ease 0s;-webkit-transition: left 0.3s ease 0s;-o-transition: left 0.3s ease 0s;-ms-transition: left 0.3s ease 0s;}
    .nav-before-open body {height: 100%;overflow: hidden;position: relative;width: 100%;}
	.nav-before-open {height: 100%;width: 100%;}
	.nav-sections-item-content > .navigation{padding: 0;}
	.nav-sections-item-content > .navigation .nav-mobile{display: block !important;padding: 0;}
	.nav-open .nav-toggle:after {background: rgba(0, 0, 0, 0.01) none repeat scroll 0 0;content: "";display: block;height: 100%;position: fixed; right: 0;top: 0;width: 100%;z-index: 1;}
	.nav-open .nav-toggle:after {background: rgba(0, 0, 0, 0.01) none repeat scroll 0 0;content: "";display: block;height: 100%;position: fixed; right: 0;top: 0;width: 100%;z-index: 1;}
	.nav-before-open.nav-open .place-menu-mobile .nav-toggle{background-color: #333;height: 30px;line-height: 26px;left: auto;position: fixed;right: 0;top: 0;width: 30px;text-align: center;}
	.nav-before-open .nav-toggle:before{position: static;content: "\f00d";font-family: FontAwesome;color: #fff;font-size: 20px;}
	.nav-before-open .nav-toggle:hover:before{color: #fff;}

	.sidebar .block .block-content.filter-content,.sidebar .block .block-title.filter-title,.sidebar .block.filter{border: 0;padding: 0;}
	.alocolumns:after {clear: both;content: " ";display: block;height: 0;overflow: hidden;visibility: hidden;}
	.page-products .alocolumns {padding-top: 40px;position: relative;z-index: 1;}
	.filter-options {display: none;margin: 0;}
	.filter.active .filter-options {background: #fff none repeat scroll 0 0;bottom: 0;display: block;left: 0;overflow: scroll;position: fixed;right: 0;top: 50px;z-index: 10;padding: 10px 15px 0;}
	.filter.active {position: relative;visibility: visible;z-index: 99;}
	.filter.active .filter-title {height: 48px;left: 0;position: fixed;right: 0;top: 0;z-index: 2;}
	.sidebar .filter-title strong {border: 1px solid #ccc;border-radius: 3px;font-weight: 400 !important;left: 15px;line-height: 16px !important;padding: 7px 10px !important;position: absolute !important;text-align: center;top: 0;z-index: 2;font-size: 14px !important;cursor: pointer;}
	.filter.active .filter-title strong:after {color: #7d7d7d;content: "\f00d";display: inline-block;font-family: FontAwesome;font-size: 16px;font-weight: normal;line-height: inherit;overflow: hidden;text-align: center;vertical-align: middle;}
	.filter.active .filter-title strong {background: rgba(0, 0, 0, 0) none repeat scroll 0 0;border: 0 none;box-shadow: none;color: transparent !important;display: inline-block;left: auto;right: 10px;text-decoration: none;top: 10px;cursor: pointer;}
	.filter-subtitle {display: none;}
	.filter.active .filter-subtitle {background: transparent none repeat scroll 0 0;display: block;height: 50px;left: 0;line-height: 32px;position: fixed;right: 0;top: 0;z-index: 1;}
	.filter .filter-subtitle {font-size: 20px;font-weight: 300;}
	.filter .block-subtitle {border-bottom: 1px solid #ccc;font-size: 14px;font-weight: 600;line-height: 1em;padding: 10px 10px 20px;}
	body.filter-active .page-wrapper {height: 0;margin-top: -999999em;visibility: hidden;}
	body.filter-active .page-header,.sidebar .accordion-container,.page-products .toolbar .limiter,.toolbar .toolbar-amount {display: none;}
	.block .block-title.filter-title{position: static;}
	.block .block-title.filter-title:before{display: none;}
	.page-products .toolbar-bottom .toolbar .limiter{display: inline-block;}
	.filter.active .block-title.filter-title{position: fixed;}
	/*category product*/
	.page-products .alocolumns .toolbar {background-color: transparent;padding: 0;position: absolute;right: 15px;text-align: right;top: 0;}
	.page-products .alocolumns .toolbar-bottom .toolbar {position: static;text-align: center;}
	.page-layout-2columns-left .column.main, .page-layout-2columns-right .column.main, .page-layout-2columns-left .sidebar-main, .page-layout-2columns-left .sidebar-additional, .page-layout-2columns-right .sidebar-main, .page-layout-2columns-right .sidebar-additional{width: 100% !important;}
}

@media (min-width: 768px) and (max-width: 991px) {
	.header .logo{margin: 0 auto 20px;}
	.header-top .top-left,.header-top .top-right{padding: 0;}
	/*Menu*/
	.header-bottom .vmagicmenu{display: none;}
	.header-bottom .magicmenu .nav-desktop {display: none;}
	.header-bottom{background-color: transparent !important;}
	.nav-sections .vmagicmenu{width: 100%}
	.place-menu-mobile{display: inline-block;padding: 0 0px 0 20px;}
	.place-menu-mobile .nav-toggle{position: static;}
	.menu-mobile .nav-toggle,.mean-container .mean-nav ul.nav-mobile { display: block !important;}
	.home-slider .slick-slide.slick-active .figcaption .caption1, .home-slider .slick-slide.slick-active .figcaption .caption2, .home-slider .slick-slide.slick-active .figcaption .caption3, .home-slider .slick-slide.slick-active .figcaption .caption4{left: 10%;}
    .home-slider .slick-slide.slick-active .figcaption .caption1{font-size: 30px;}
	.home-slider .slick-slide.slick-active .figcaption .caption3,.home-slider .slick-slide.slick-active .figcaption .caption3 span,.home-slider .slick-slide.slick-active .figcaption .text-slide2 .caption1, .home-slider .slick-slide.slick-active .figcaption .text-slide3 .caption1{font-size: 25px;}
	.home-slider .slick-slide.slick-active .figcaption .caption4 a{font-size: 16px;line-height: 40px;padding: 0 40px;}
	.home-slider .slick-slide.slick-active .figcaption .text-slide2 .caption1, .home-slider .slick-slide.slick-active .figcaption .text-slide3 .caption1{font-size: 30px;line-height: 25px;}
	
    /*newsletter*/
    #popup-newsletter{width: 720px !important;}
	.block-subscribe .block-title{float: none; text-align: center;}
	.block-subscribe .form-subscribe-header p{padding-right: 0}
	.block-subscribe .form-subscribe-header{padding-bottom: 15px}
	.block-subscribe .form.subscribe{text-align: center;}
	/*Footer*/
	/*.footer-item .toggle-tab{top: 10px;}*/
	.cms-static-main-footer .footer-item:not(:first-child){margin-top: 20px}

	/*product tab*/
	.magicproduct .magictabs .item .title{ font-size: 18px;}
	/*main category tab*/
	.main-category .magiccategory{margin-left: 0;margin-right: 0;}
	.magiccategory-product .block-title-tabs {text-align: center;}
	.magiccategory-product .type-product-title{float: none; display: inline-block; margin-bottom: 15px}
	.main-category .products .product-items .sub-item:nth-child(1), .main-category .products .product-items .sub-item:nth-child(3),.main-category .products .product-items .sub-item:nth-child(2){width: 100%;display: block;}
    .main-category .products .product-items .sub-item:nth-child(1) .product-item-info, .main-category .products .product-items .sub-item:nth-child(3) .product-item-info{width: 50%;float: left;}
    .magiccategory-product .type-product-title{font-size: 20px;}
    .magiccategory-product .magictabs .item .title{font-size: 15px;}
    .section-category-slide .magiccategory .magictabs .item .title{ padding: 0 14px 0 12px;font-size: 14px;}
	
	.magiccategory-product .magictabs{float: none;}
	.magiccategory-product .magictabs .item .title{border-color: #ddd; border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px;}
    .cms-static-mix-custom-product .item .price-box{line-height: normal;}
	/*Contact us*/
	.contact .more-info{padding-left: 0}
	.contact .feed-back{margin-top: 50px}

	/*policy*/
	.policy .policy-wrap{padding: 0 20px;}
    .policy .policy-box .box-content .icon-service,.policy .policy-box .box-content .service-content{width: 100%;display: block;text-align: center;}

	/*blog list page*/
	.post-list-wrapper{border-bottom: 1px solid #ddd}

	/*grid product category*/
	.products-grid.category-product-grid .item:nth-child(3n+1) .images-container::after{display: block;}
	.products-grid.category-product-grid .item:nth-child(2n+1) .images-container::after{display: none;}
	.category-product-list .item .add-to-links a{max-width: 100%; float: none;}

	ul.nav-accordion{padding: 0 0 17px;}
	ul.nav-accordion li a{line-height: 30px;padding: 0 0 0 5px;}
	ul.nav-accordion li ul li a {padding: 0 0 0 15px;}
	ul.nav-accordion li a span{font-size: 13px;}

	.product-sidebar .magicproduct-custom .products-grid .item .product-item-info .images-container,
	.product-sidebar .magicproduct-custom .products-grid .item .product-item-info .product-item-details{width: 100%;}
	.product-sidebar .magicproduct-custom .products-grid .item .product-item-info .product-item-details{padding: 0;}

	.filter-options-content .items:before, .filter-options-content .items:after{content: ""; clear: both; display: table;}
	.filter-options-content .items > .item{width: calc(50% - 15px); margin-right: 30px; float: left;}
	.filter-options-content .items > .item:nth-child(2n){margin-right: 0}

	/*checkout / shopping cart*/
	.cart-summary, .cart-container .form-cart{width: 100%; position: static;}
	.multicheckout .actions-toolbar > .secondary,.multicheckout .actions-toolbar > .primary{float: none; display: inline-block;}
	.multicheckout > .actions-toolbar{text-align: center;}
	.multicheckout .actions-toolbar > .secondary{margin-top: 15px}
	.cart.item .control{width: 40px;height: auto;text-align: center;}
	.cart.item .control .increase, .cart.item .control .reduced{position: static;}
	.cart .data.table tbody tr td input.qty{width: 40px !important;}
	.form-cart .cart.table-wrapper .product-item-photo{padding: 0;}

    /*Page Detail*/
	.product-essential .product-media,.product-essential .product-info-main,.page-layout-2columns-left .product-info-main, .page-layout-2columns-right .product-info-main, .page-layout-3columns .product-info-main{width: 100% !important;}
	.product-essential .product-info-main{padding-top:20px;}

}

/* Iphone 5 landscape */
@media(max-width:767px) {
     .page-header.alothemes{height: auto !important;}
	.header-container-fixed{position: static !important;animation-duration: none;animation-fill-mode: none;animation-name: none;box-shadow: none;-moz-box-shadow: none;-webkit-box-shadow: none;-o-box-shadow: none;-ms-box-shadow: none;}
	.header-content{padding-bottom: 0}
	.header-bottom{background-color: transparent !important;}
	.alocolumns .column-main{float: none !important;}
    .header .logo{margin: 0 auto 20px;}
	.header-top .top-left,.header-top .top-right{padding: 0;width: 100%;float: none;text-align: center;}
	.header .header-setting,.currency_top, .top-form-language,.customer{float: none;}
	.currency_top, .top-form-language,.customer,.page-header .switcher, .page-footer .switcher{display: inline-block;vertical-align: top;}
	.content-seach { padding-left: 15px;padding-right: 15px;}
	/*Menu*/
	.header-bottom .vmagicmenu{display: none;}
	.header-bottom .magicmenu .nav-desktop,.header-bottom .nav-sections-item-title {display: none;}
	.nav-sections .vmagicmenu{width: 100%}
	.place-menu-mobile{display: inline-block;padding: 0 0px 0 20px;vertical-align:middle;}
	.place-menu-mobile .nav-toggle{position: static;}
	.menu-mobile .nav-toggle,.mean-container .mean-nav ul.nav-mobile { display: block !important;}

	.home-slider .slick-slide.slick-active .figcaption .caption1, .home-slider .slick-slide.slick-active .figcaption .caption2, .home-slider .slick-slide.slick-active .figcaption .caption3, .home-slider .slick-slide.slick-active .figcaption .caption4{left: 10%;}
    .home-slider .slick-slide.slick-active .figcaption .caption1{font-size: 25px;line-height: 20px;}
    .home-slider .slick-slide.slick-active .figcaption .caption2{top: 32%;font-size: 13px;}
	.home-slider .slick-slide.slick-active .figcaption .caption3{top: 42%;font-size: 25px;}
	.home-slider .slick-slide.slick-active .figcaption .caption3 span{font-size: 25px;}
	.home-slider .slick-slide.slick-active .figcaption .caption4 a{font-size: 13px;height: 35px;line-height: 35px;padding: 0 20px;}
	.home-slider .slick-slide.slick-active .figcaption .text-slide2 .caption1, .home-slider .slick-slide.slick-active .figcaption .text-slide3 .caption1{line-height: 20px;font-size: 22px;}

	/*product tab*/
	.magicproduct .magictabs .item .title{ font-size: 18px;}
	/*main category tab*/
	.magiccategory-product .block-title-tabs {text-align: center;}
	.magiccategory-product .type-product-title{float: none; display: inline-block; margin-bottom: 15px}
	.main-category .products .product-items .sub-item:nth-child(1), .main-category .products .product-items .sub-item:nth-child(3),.main-category .products .product-items .sub-item:nth-child(2){width: 100%;display: block;}
    .main-category .products .product-items .sub-item:nth-child(1) .product-item-info, .main-category .products .product-items .sub-item:nth-child(3) .product-item-info{width: 50%;float: left;}
    .magiccategory-product .type-product-title,.fearured-products .magicproduct .magictabs .item .title{font-size: 20px;}
    .magiccategory-product .magictabs .item .title{font-size: 15px;}
	
	.magiccategory-product .magictabs{float: none;}
	.magiccategory-product .magictabs .item .title{border-color: #ddd; border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px;}
    .cms-static-mix-custom-product .item .price-box{line-height: normal;}

	/*newsletter*/
	.block-subscribe .block-title{float: none; text-align: center;}
	.block-subscribe .form-subscribe-header p{padding-right: 0}
	.block-subscribe .form-subscribe-header{padding-bottom: 15px}
	.block-subscribe .form.subscribe{text-align: center;float: none;}
	.block-subscribe .field input.input-text{width: 440px;}
	/*Footer*/
	/*.footer-item .toggle-tab{top: 10px;}*/
	.cms-static-main-footer .footer-item:not(:first-child){margin-top: 20px}
	.toggle-content{ display: none;}
	.toggle-content.visible{ display: block;}
	.mobile-collapsible .toggle-tab.mobile{padding: 0px 10px;top: 0;width: auto;font-size: 14px;line-height: 20px;cursor: pointer;}
	.collapsible .toggle-tab:before{content: "\f196";font-family: FontAwesome;}
	.collapsible.toggle-visible .toggle-tab:before{ content: "\f147";font-family: FontAwesome;}
	.mobile-collapsible .toggle-tab.mobile{color: #666;display: block !important;position: absolute;right: 0;line-height: 40px;}
	.mobile-collapsible .toggle-tab.mobile:hover{color: #000;}

	/*worker company / about us */ 
	.about-us-title .short-description{width: 96%}
	.about-us-content .box{margin-bottom: 30px}
	.about-us-content .box:last-child{margin-bottom: 0px}

	/*policy*/
	.policy .policy-box .box-content{text-align: center;}
	.policy .policy-box .box-content .service-content{width: auto;}

    /*category product*/
	.page-layout-2columns-left .column.main, .page-layout-2columns-right .column.main, .page-layout-2columns-left .sidebar-main, .page-layout-2columns-left .sidebar-additional, .page-layout-2columns-right .sidebar-main, .page-layout-2columns-right .sidebar-additional{width: 100% !important;}

	/*Pages Detail / grouped product*/
	.product-essential .product-media{text-align: center;}
	.product-essential .product-media, .product-essential .product-info-main{width: 100%;}
	.product-essential .product-info-main{padding-top: 30px}
	.product-essential .product-media .fotorama__stage{margin: 0 auto}

	/*Shopping cart / checkout*/
	.opc-estimated-wrapper .minicart-wrapper{display: none;}
	.checkout-payment-method .payment-methods {margin: 0 !important;}
	.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .action.primary, .multicheckout .action.primary{padding: 0 30px;}
	.cart-summary{width: 100%;}
	.cart-container .form-cart{width: 100%;}
	.cart.item .field.qty{display: inline-block; vertical-align: middle;}
	.cart.table-wrapper .table > thead{display: none;}
	.cart.table-wrapper .items .item-info > td{display: block; padding: 10px 0; text-align: center;}
	.cart.table-wrapper .item .col.item{padding: 10px 0; text-align: center;}
	.cart.table-wrapper .product-item-photo{display: block; padding: 0;position: static;}
	.cart-container .form-cart .item-info .action-delete{line-height: normal;}
	.cart.table-wrapper .items .cart.item .item-info{border-bottom: 1px solid #ddd}
	.cart.main{text-align: center;}
	.form-cart .actions .action{margin-bottom: 10px;} 
	.multicheckout .table-wrapper .col .qty{display: inline-block; vertical-align: middle;}

	/*My account */ 
	.block-collapsible-nav .block-collapsible-nav-title{display: none;}
	.block-collapsible-nav .content{display: block;}
	.block-collapsible-nav{position: static;border: 0 none;}
	.login-container, .form.password.reset, .form.send.confirmation, .form.password.forget, .form.create.account, .form.form-edit-account, .form-address-edit, .form-newsletter-manage{overflow: hidden;}

	/*bundle product*/
	.bundle-options-container .block-bundle-summary{float: right;}
}

@media only screen and (max-width: 639px) {
    .home-slider .slick-slide.slick-active .figcaption .caption1{font-size: 18px;line-height: 20px;}
    .home-slider .slick-slide.slick-active .figcaption .caption2{top: 35%;}
	.home-slider .slick-slide.slick-active .figcaption .caption3,
	.home-slider .slick-slide.slick-active .figcaption .caption3 span{font-size: 16px;}
	.home-slider .slick-slide.slick-active .figcaption .caption4 a{font-size: 10px;line-height: 25px;padding: 0 15px;height: 25px;}
	.home-slider .slick-slide.slick-active .figcaption .text-slide2 .caption1, .home-slider .slick-slide.slick-active .figcaption .text-slide3 .caption1{font-size: 18px;line-height: 19px;}
	.home-slider .slick-slide.slick-active .figcaption .text-slide2 .caption1{top: 35%;line-height: 1;}
	.home-slider .slick-slide.slick-active .figcaption .text-slide2 .caption2{top: 25%;}
    .text-slide2 .caption1{
		margin-bottom:6px;
	}
	.text-slide2 .caption2{
		margin-bottom:0 !important;
	}
	.home-slider .slick-slide.slick-active .figcaption .text-slide.text-slide6 .caption1{
		top: 2%;
	}
	.home-slider .slick-slide.slick-active .figcaption .text-slide.text-slide6 .caption2{
		top: 8%;
	}
	.home-slider .slick-slide.slick-active .figcaption .text-slide.text-slide6 .caption3{
		top:14%;
	}
	.home-slider .slick-slide.slick-active .figcaption .text-slide.text-slide6 .caption3 span{
		font-size:16px;
	}
	.home-slider .slick-slide.slick-active .figcaption .text-slide.text-slide1 .caption2{
		margin-top:0;
		margin-bottom:6px !important;
	}
	.home-slider .slick-slide.slick-active .figcaption .text-slide.text-slide1 .caption3{
		line-height:18px;
	}
	.home-slider .slick-slide.slick-active .figcaption .text-slide.text-slide4 .caption1{
		margin-top: 0%;
		margin-bottom: 0px !important;
	}
	.home-slider .slick-slide.slick-active .figcaption .text-slide.text-slide4 .caption2{
		top: 20px;
	}
	.home-slider .slick-slide.slick-active .figcaption .text-slide.text-slide4 .caption3 {
    line-height: 18px;
    margin-top: 25px !important;
    margin-bottom: 10px !important;
	}
	.home-slider .slick-slide.slick-active .figcaption .text-slide3 .caption1{
		margin-bottom:10px !important;
	}
	.home-slider .slick-slide.slick-active .figcaption .text-slide3 .caption2{
		margin-bottom:0px !important;
	}
	.menu-green-cleaning .banner-menu-box img,
	.menu-company .banner-menu-box img{
		display:none;
	}
    /*main banner*/
	.cms-page-banner .banner-box{width: 100%;margin: 0 0 20px;}
	.cms-page-banner .banner-box .banner-box-content img{margin: 0 auto;}
	.cms-page-banner .banner-box-content .btn-shop{right: 27%;}

	/*product tab*/
	.magicproduct .magictabs .item .title{ font-size: 18px;}
	/*main category tab*/
	.magiccategory-product .block-title-tabs {text-align: center;}
	.magiccategory-product .type-product-title{float: none; display: inline-block; margin-bottom: 15px}
	.main-category .products .product-items .sub-item:nth-child(1), .main-category .products .product-items .sub-item:nth-child(3),.main-category .products .product-items .sub-item:nth-child(2){width: 100%;display: block;}
    .main-category .products .product-items .sub-item:nth-child(1) .product-item-info, .main-category .products .product-items .sub-item:nth-child(3) .product-item-info{width: 50%;float: left;}
    .magiccategory-product .type-product-title,.fearured-products .magicproduct .magictabs .item .title{font-size: 20px;}
    .magiccategory-product .magictabs .item .title{font-size: 15px;}
	
	.magiccategory-product .magictabs{float: none;}
	.magiccategory-product .magictabs .item .title{border-color: #ddd; border-radius: 30px; -webkit-border-radius: 30px; -moz-border-radius: 30px; -ms-border-radius: 30px; -o-border-radius: 30px;}
    .cms-static-mix-custom-product .item .price-box{line-height: normal;}

    .main-category .magiccategory .block-title-tabs,.main-category .magiccategory .box-product-content .box-product,
    .section-category-slide .magiccategory .box-product-content .box-product,.section-category-slide .magiccategory .box-product-content .box-product-adv{width: 100%;}
	.main-category .magiccategory .box-product-content .box-product-adv{display: none;}
	.main-category .magiccategory{margin-left: 0;margin-right: 0;}
	.section-category-slide .magiccategory .block-title-tabs .title-category{margin-bottom: 20px;float: none;}

    .category-product-list .item .product-hover,.category-product-list .item .hover-box,.category-product-list .item .product-item-details{width: 100%;}
    .category-product-list .item .hover-box{padding: 0;}

    .home-gird-categories .categories{width: 100%;}
	.home-gird-categories .categories::after{display: none;}
	.group-title span,.magiccategory .block-title-tabs .title-category{font-size: 20px;}

	.footer-item:nth-child(2) .box-content .content .link-list:nth-child(2){padding-left: 30px}
	.footer-bottom .row > div{width: 100%; float: none !important; text-align: center;}
	.footer-bottom .paypal{text-align: center; margin-bottom: 15px}

	/*worker company / about us */
	.company-worker, .detail-about{margin-top: 60px}
	.company-worker .item{width: 50%}
	.about-us-content .box{width: 100%}
	.about-us-content .box .box-content img{width: 100%}

	.policy .policy-box{width: 100%;border-bottom: 1px solid #ddd;border-left: 0;}
	.policy .policy-box:first-child{border-bottom: 1px solid #ddd;}
	
	/*About us*/
	.contact .form-content .fname-box, .contact .form-content .lname-box{width: 100%; margin-right: 0}
	
	/*FAQs*/
	.faq .page-title{font-size: 30px}
	.faq .list-question .question-item .question-name span{font-size: 20px}
	.faq .list-question .question-item .question-name{padding: 15px 0}

	/*Page Detail*/
	.product-info-main .table.grouped .product-item-name{text-align: left; display: inline-block;}
	.product-essential .product-info-main .table.grouped .price-box{float: none; max-width: 100%}
	.product.data.items > .item.title{padding: 0 10px;}

	.product-info-main .data.table tbody tr td input.qty{float: none;}
	.data.table.grouped tbody tr td .qty{display: inline-block;}
	.product-info-main .table.grouped .price-box .price-wrapper .price{display: inline-block;}
	.product-info-main .table.grouped .price-box .price-wrapper:before{content: 'Price: '; display: inline-block; padding-right: 10px; font-weight: bold; font-size: 15px; color: #333e49;}
	.form-address-edit .fieldset,.account .column.main .block:not(.widget) .block-content .box,.wishlist-index-index .products-grid.wishlist .product-item,.login-container .block,.form.create.account > .fieldset{width: 100%;}
	.form.create.account > .fieldset{padding: 0;}
	.account .column.main .block:not(.widget) .block-content .box{margin-bottom: 20px;}
	.account .form-address-edit .actions-toolbar{padding-top: 20px;}
	.account .form-wishlist-items .actions-toolbar{padding-bottom: 20px;}
	.account .form-wishlist-items .actions-toolbar .action{margin-bottom:10px;}
	.login-container .fieldset:after {text-align: left;}
	/*table*/
	.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > thead > tr > th{display: none}
	.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:first-child{text-align: left; padding-top: 20px; padding-left: 20px; padding-right: 20px}
	.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:last-child{text-align: left; padding-bottom: 20px; padding-left: 20px; padding-right: 20px}
	.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td::before,
	 .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th::before{padding-right: 10px; content: "";display: none;color: #333e49;font-weight: 700}
	.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr th{border-bottom: none;display: block;padding: 5px 0}
	.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) > tbody > tr td:before,
	.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) .additional-attributes tbody td:last-child{display: inline-block;}
	.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:last-child,#product-attribute-specs-table th{display: inline-block;padding:0;}
	.table-wrapper .table.additional-attributes:not(.cart):not(.totals):not(.table-comparison) tbody td:last-child{ padding-bottom: 20px;padding-left: 20px;padding-right: 20px;}
	
	/*bundle product*/
	.bundle-options-container .bundle-options-wrapper, .bundle-options-container .block-bundle-summary{width: 100%}
	
	/*Review*/
	.review-add .review-form .review-field-ratings{width: 100%}
	.review-add .review-form .review-fieldset .review-field-ratings .control .label{}
	.review-add .review-form .review-fieldset .review-field-nickname, .review-add .review-form .review-fieldset .review-field-summary, .review-add .review-form .review-fieldset .review-field-text{width: 100%}
	
	.page-sachet-system h1{
		font-size:20px;
		margin-top:15px;
	}
	.page-sachet-system h3{
		font-size:16px;
	}
	.page-sachet-system p{
		font-size:13px;
	}
	.sachet-page-vdo{
		margin-top:15px;
	}
	.sachet-page-vdo iframe{
		height:180px;
	}
	.building-welness{
		margin-top:15px;
	}
	.sectors {
		margin: 15px -15px;
	}
	.sectors p{
		font-size:13px;
	}
	.sectors ul li{
		width:33.33%;
	}
	.page-sachet-system h3{
		margin-top:12px;
	}
	.tersano1.sustainable{
		margin:15px -15px;
	}
	.tersano1.sustainable ul li{
		width:33.33%;
		height:142px;
	}
	.landing-page-container .left-content h1{
		font-size:20px;
		margin-top:15px;
	}
	.landing-page-container .left-content h3{
		font-size:16px;
	}
	.landing-page-container .left-content p{
		font-size:13px;
	}
	.product-range-lists li{
		width:50%;
	}
	.product-range-lists li img{
		height:auto;
	}
	.sustainable ul li{
		height:113px;
		width:50%;
	}
	
}

/* width < 480px */
@media only screen and (max-width: 480px) {
	.cms-static-main-footer .col-mobile-12{width: 100%}
	.footer-item .toggle-tab{display: block; visibility: visible; opacity: 1}
	.footer-item .toggle-content{display: none;}

	/*company wworker*/
	.detail-about .left-detail-about .box{width: 100%; margin-bottom: 50px}
	.main-product .magicproduct .magictabs {text-align: center;}
	/*grid categoryproduct*/
	.products-grid.category-product-grid .item:nth-child(n) .images-container::after{display: none;}

	/*sidebar*/
	.filter-options-content .items > .item{width: 100%; margin-right: 0}
	
	.narrow-box{position: relative;}
	.narrow-box .toggle-content{display: none;}
	.narrow-box .toggle-tab{display: block; visibility: visible; opacity: 1;}
	.filter-options .narrow-box .filter-options-content{border: 0; margin-bottom: 0}

	/*toolbar*/
	.toolbar .sorter{text-align: right; margin-right: 0px}
	.toolbar-bottom .toolbar .limiter,.toolbar-bottom .toolbar-products .pages{display: block; float: none;}
	.toolbar-bottom .toolbar .limiter{margin-bottom: 10px}
	.toolbar .modes-mode.mode-grid{
		margin-right:0;
	}
.detail-extent .product.attribute p iframe{
	width:100%;
}

}

@media only screen and (max-width: 479px) {
	.minicart-wrapper{position: static;}
	.minicart-wrapper .block-minicart{width: 100%;}
	.currency_top, .top-form-language{padding: 10px 5px 0;}
	.customer{padding-left: 8px;}

    .home-slider .slick-slide.slick-active .figcaption .caption2{top: 44%;}
    .home-slider .slick-slide.slick-active .figcaption .caption3{top: 52%;}
	.home-slider .slick-slide.slick-active .figcaption .caption4 a,.slide-showcase .home-slider .slick-arrow,.slide-showcase:hover .home-slider .slick-arrow{display: none !important;}
	
	.main-category .products .product-items .sub-item:nth-child(1) .product-item-info, .main-category .products .product-items .sub-item:nth-child(3) .product-item-info{width: 100%;float: left;}
	
	.products-grid .item.slick-slide.slick-active .images-container:after{display: none !important;}
	.block-subscribe .field input.input-text{width: 310px;padding: 0 102px 0 18px;}
	.block-subscribe .actions .button span{padding:0 15px;}
}
/* Iphone 4 landscape */
@media (max-width: 360px) {
	.home-slider .slick-slide.slick-active .figcaption .caption1{font-size: 20px;line-height: 15px;}
    .home-slider .slick-slide.slick-active .figcaption .caption2{font-size: 12px;}
	.home-slider .slick-slide.slick-active .figcaption .caption3,
	.home-slider .slick-slide.slick-active .figcaption .caption3 span{font-size: 14px;}
	.home-slider .slick-slide.slick-active .figcaption .text-slide2 .caption3,.home-slider .slick-slide.slick-active .figcaption .text-slide2 .caption3 span, .home-slider .slick-slide.slick-active .figcaption .text-slide3 .caption3,.home-slider .slick-slide.slick-active .figcaption .text-slide3 .caption3 span{line-height: 1;}
	.home-slider .slick-slide.slick-active .figcaption .text-slide2 .caption1,.home-slider .slick-slide.slick-active .figcaption .text-slide3 .caption1{font-size: 15px;}
	.home-slider .slick-slide.slick-active .figcaption .text-slide2 .caption1{top:40%;}
	.home-slider .slick-slide.slick-active .figcaption .text-slide2 .caption3, .home-slider .slick-slide.slick-active .figcaption .text-slide3 .caption3{top:68%;}
	.home-slider .slick-dots {bottom: 10px;}.header .form-search .dd-container{right: 0;left: auto;}
    
	/*company worker*/
	.company-worker .item{width: 100%}

	/*toolbar*/
	.toolbar .modes-mode{float: left; display: inline-block;line-height:30px;    margin-right: 4px;}
	.toolbar .modes, .toolbar .sorter{float: left; display: block; text-align: center;}
    /*Shopping cart / checkout*/
	.cart.item .control{width: 90px;}
	.cart .data.table tbody tr td input.qty{width: 35px !important;}
.block.filter .filter-title strong{
	font-size: 12px !important;
	padding: 5px 6px !important;
	font-weight: 600 !important;
}
.toolbar .sorter-label{
	font-size:12px;
}
.toolbar .sorter-options{
	font-size: 12px;
    width: 79px;
	height: 28px;
}
.toolbar .sorter{
	margin-right:0;
}
}

/* IPHONE 4 + 5 Portrait */
@media only screen and (min-width: 240px) and (max-width: 320px) {
}

@media only screen and (min-width: 240px) and (max-width: 319px) {
	.sorter .view-mode,.sorter .sort-by,.sorter .limiter,.sorter .pull-right{width: 100%;text-align: left;}
}







/*div.StripeElement {
    display: block !important;
}
*/

.mage-magictabs {
    margin-bottom: 15px;
}
.catalog-category-view .products-grid .item .product-item-info {border:none !important;}

.price-box .old-price .price-including-tax {display: block !important;}
button, button.button {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    
}

.sites-company-quickorder .item button.button{width: 40% !important;}


.magiccategory .box-product-adv {display: none !important;}

body .product-item .special-price .price {
    font-size: 20px;
    color: #ff4040 !important;
    font-weight: 600;
    display: block;
    line-height: 30px;
}

.labelsale {background-color: #fd3e45 !important;}
.labelnew, .labelsale {
    display: block;
    line-height: 35px;
    text-align: center;
    font-size: 13px;
    padding: 0px;
    font-weight: bold;
    width: 35px;
height: 35px; 
    border-radius: 5px;
}

/* AM Seacrh */

.amsearch-result-section .price-label {display: none;}
.amsearch-result-section .price-including-tax {display: none;}
.amsearch-result-section .actions-secondary {display: none;}

/* // AM Search */
.am-tabs-view .product.data.items > .item.title > .switch {    padding: 1px 35px !important;}
.am-tabs-view .detailed .active {  border-bottom: 2px solid #6fb31a;}
.am-tabs-view .detailed .active a {  font-weight: 700 !important;}


/*Related Products*/

 .am-tabs-view .products-related .product-items,.amshopby-morefrom .product-items{
    justify-content: start !important;
    
}
.new-order-company-btn {
    
    border: 2px solid #6fb31a;
    border-radius: 5px;
    display: inline;
    float: right;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 2px;
    margin-top: -29px;
    padding-bottom: 2px;

    
}

.vmagicmenu:hover .block-vmagicmenu-content {width: 100%;}
.vmagicmenu .block-vmagicmenu-content .vmagicmenu-narrow {min-width: auto !important;  width: 100%;}

@media (min-width: 1500px) {
    
}

@media (min-width: 1200px) {
.container {
    max-width: 1500px !important;
}
}

/*////Related Products*/


.service-title {
    background-image: linear-gradient(0deg, rgba(0,0,0,0.55), rgba(0,0,0,0.55)),url(https://staging.clenlidirect.com/media/.renditions/wysiwyg/service-fleet-new.jpg) !important;
    background-size: cover;
    
    
}

.about-us-bg {
     background-image: linear-gradient(0deg, rgba(0,0,0,0.55), rgba(0,0,0,0.55)),url(https://staging.clenlidirect.com/media/wysiwyg/clenli-buildings.png) !important;
    
}


.container .about-us-title .page-title {color: #fff !important;}
.about-us-title .short-description {color: #fff !important;}
  .cms-about-us  .breadcrumbs {display: none !important;}

    .about-us-title {

    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    text-align: center;
    padding: 230px 0;
}
    
.about-us-title{position: relative;
    width: 200%;
    left: -50%;}
.amcheckout-step-container .amcheckout-title {background:#fff !important}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon {border: 2px solid #6fb31a !important;}
.amcheckout-step-container .amcheckout-title > .amcheckout-icon:before {border-right: 2px solid #6fb31a;
    border-bottom: 2px solid #6fb31a;}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method{background:#fff !important}

.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
    background: #ffffff !important;
    
}

/*
.product-info-main .product-add-form .box-tocart .fieldset .actions {
    width: 100%;
    padding: 20px;
}
*/
/* Cat Nav  */
.cat-sub-categories .owl-carousel .owl-item img {object-fit: contain;}

.cat-sub-categories .owl-carousel .owl-stage-outer .owl-stage .owl-item {height: 150px;}

/* Cat Nav End */
.magiccategory {
    margin-top: 40px !important;
}
.images-breadcrumbs {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.fotorama__active .fotorama__dot {
    background-color: #6fb31a !important;
    border-color: #6fb31a !important;
}

.catalog-product-view .fotorama__stage { border: 0px !important;}

.mobile-cart-header {display: none !important}
.header-tp-links p{display: inline-block;}
.material-switch > input[type="checkbox"] {
    display: none;   
}

.material-switch {display: inline-block; margin-left: 5px; margin-right: 5px;}
.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative; 
    width: 40px;  
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgb(0 0 0 / 50%);
    border-radius: 8px;
    content: '';
    height: 14px;
    margin-top: -8px;
    position: absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}

.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgb(0 0 0 / 30%);
    content: '';
    height: 20px;
    left: 0px;
    margin-top: -8px;
    position: absolute;
    top: -3px;
    transition: all 0.3s ease-in-out;
    width: 20px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

/* Slick Slider Products */

.price-container .price-including-tax + .price-excluding-tax .price {
    
    font-size: 20px !important;
    
}

.hover-box .price-including-tax {display: none ;}

.price-container span[data-price-type="finalPrice"]:after {
    
        content: "Incl. VAT ";
    font-size: 1.1rem;
}
   .price-container .price-including-tax + .price-excluding-tax:before, .weee[data-label]:before {
    display: none !important;
}


.price-including-tax + .price-excluding-tax:after{ 
   content: "Excl. VAT ";
    font-size: 1.1rem;
}

.item button.button {
    color: #ffffff;
    background-color: #6fb31a !important;
    border-color: #6fb31a !important;
}


.amsearch-item-container .amsearch-item .amsearch-link {
    color: #333e48 !important;
}

.amsearch-input-wrapper .amsearch-input:focus {
    border: 1px solid #6fb31a !important;
    box-shadow: none;
}



@media only screen and (max-width: 480px) {
    
    
    html .am-tabs-view .product.data.items > .item.title > .switch {    padding: 0px !important;}
    
    .row .product-addto-links a {display: none !important;}
    
    .row .product-info-main .product-add-form .box-tocart .fieldset .actions {margin-top: 10px !important;}
    .product-info-main .product-add-form .box-tocart .fieldset .actions {margin: 0 !important;}
    
    .hotline:first-child span:first-child {
    padding-right: 10px;
}
    .hot-support p .icon {padding-right: 0px !important;}
    .minicart-wrapper .action.showcart .counter.qty {
   
    bottom: 25px !important;
}
    
   .header-setting .header-tp-links li {
    font-size: 11px !important;
}
    .header-setting .header-tp-links li a {
    font-size: 11px !important;
}
    li.level0.category-item.level-top.dropdown.ext.first {
    margin-left: 0px !important;
}
    
    .navigation-mobile:before {
    content: "Categories ";
    font-size: 20px;
    font-weight: 700;
    padding-left: 10px;
}
    
    li.level0.category-item.level-top.dropdown.ext.first:before {
    content: "Company";
    font-weight: 700;
    font-size: 20px;
    padding-left: 13px;
    margin-top: 21px;
    top: 20px;
    line-height: 40px;
}
    
    .magiccategory {margin-top: 20px !important}
    
    .slick-dots {bottom: -20px !important}
    
    .material-switch > label::before {left:0px !important;}
    
    .magictabs .item.activated .title:hover {color: #fff !important;}
    
    .products-grid .item .images-container:after {display: none !important;}
    
    .price-container .price-including-tax + .price-excluding-tax {margin-top: 0 !important; margin-bottom: 10px !important}
    
    .alo-content-205962809 .product-item {
    
    padding-left: 5px !important;
    padding-right: 5px !important;
}
    
    button span, button.button span {
        font-size: 13px !important; }
    .item .images-container {
        padding: 0px 10px !important;
        border-right: 1px solid #eee;
    }
    .mage-magictabs .item .product-name a.product-item-link {
    color: #353535;
    height: 50px;
    line-height: 23px;
    overflow: hidden;
}
    .policy .policy-box .box-content {
        padding: 10px 5px; !important }
    .policy .policy-box .box-content .icons {padding-top: 0px !important;}
    
    .main-product {
 margin-top: 0px;
}
    
    .main-product {
    margin-top: 0px !important;
}
    
    .policy {margin-bottom: 0px !important}
    
    .policy .policy-box .box-content .service-content {
    padding-left: 0px;
}
    .righ-header-content .minicart-wrapper .icon {
    line-height: 20px !important;
}


    
    .place-menu-mobile .nav-toggle:before {
    font-size: 30px !important;
}
    .minicart-wrapper .counter.qty.empty .counter-number:empty:before {
    content: "0";
}
    
    .desktop-ban {display: none !important;}
    .magicproduct .magictabs {margin-bottom: 15px; margin-top: 15px;}
    
    .view-all-link{margin-left: 80px !important;}
    .magiccategory .block-title-tabs .title-category {float: none !important;}
    
    .item button.button .icon {
        display: inline-block !important;
        
    }
.tocart span {
  top: 0;
  position: relative;
}
ol.products.product-items li .actions-primary button.modalRun span {
    line-height: 1;
}
    .description.product-item-description {
    margin: 0;
    text-overflow: ellipsis;
    font-weight: 400;
}
.products.product-items li .actions-primary button.modalRun{
    padding: 7px 15px;
}
    
    .product-item-description {
        font-size: 13px !important;
    }
    .product-item .product-reviews-summary {

    max-height: 30px;
    overflow: hidden;
    }
    
    
    .item:hover .product-item-info {
    box-shadow: none !important;

}
    
    .item button.button {
    
        width: 100% !important; }
    
.magictabs .item.activated .title {

    border-bottom: 1px solid #6fb31a !important;
    }
    .magicproduct .magictabs .item {
 padding: 0 !important;

}
.main-product .magicproduct .magictabs {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    }
.magicproduct .magictabs .item .title {
    font-size: 12px;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 0 10px 0 10px;
    color: #353535;
    border: 1px solid #6fb31a;
    margin: 5px;
}
    .product-item .image-container {height: 431px;}
    /*.magicproduct .magictabs .item {float: left !important;}*/
    
    .rfq-button {top:35px !important;}
    
    .hd-acc-link span,  .hd-acc-link p {display: none !important;}
    .wishlist {display: none !important;}
    .showcart .text {display: none !important;}
    
    .header .logo {
         
    text-decoration: none!important;
    outline: none;
    display: inline-block;
    object-fit: contain;
    vertical-align: middle;
    max-width: 162px;
    float: none;
    text-align: center;
    margin: 0;
    }
    
    .logo img {
    width: 100%;
    height: 65px;
    object-fit: contain;
        margin-left: 50px;
}
    
    .header-logo {display: inline-block;}
    .content-logo {width:66.66666666666666% !important; z-index: 50;}
    .righ-header-content{width:33.33333333333333% !important;}
    .row .righ-header-content ul li {padding: 0 !important;}
    .righ-header-content {margin-top: 10px !important; z-index: 50;}
    .vmagicmenu {display: none !important}
    .minicart-wrapper .block-minicart {width: 350px; transform: translateX(0); left: auto !important;}
    rs-module {width: 100% !important}
    .policy-wrap .policy-box:last-child  {display: none !important;}
    .policy .policy-box {
    width: 25%;
    border-bottom: none;
    border-left: 0;
}
    
    .magictabs .item.activated .title {color: #fff; background:#6fb31a;}
    
    .policy .policy-box:first-child {
    border-bottom: none;
}
    
    .policy .policy-box .box-content .service-content .info-title h3 {
    font-size: 11px;
    color: #333e48;
    font-weight: bold;
    margin: 0;
    text-transform: capitalize;
    line-height: 17px;
}
    
}

.magiccategory .block-title-tabs .title-category {
    font-weight: bold !important;
   
}

.main-product .products .slick-slider .slick-list {
    margin-bottom: 0px !important;
}

.products .slick-slider .slick-list {
    padding-bottom: 0px !important;
}

.alo-content-483574053 .product-item {

    padding-left: 0px !important;
    padding-right: 0px !imporant;
}


.alo-content-483574053 .product-item {
    padding-left: 0px !important;
    padding-right: 0px !imporant;

}

.slick-dots li.slick-active button {
    width: 8px !important;
}

.slick-slide .product-item-description {font-weight: 400 !important}
.view-all-link {
    font-size: 12px;
    margin-left: 40px;
    color: #6fb31a;
    font-weight: 400;
}

.view-all-link::after {
    content: "\f101";
    font-family: 'FontAwesome';
    margin-left: 10px;
}

.rfq-button {
    padding: 0;
    border-width: 0;
    width:100%;
    height: auto;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    float: right;
    position: relative;
    top: -3px;
}
}

 .mage-magictabs .item button.button {
    color: #ffffff;
    background-color: #6fb31a !important;
    border-color: #6fb31a !imporant;
}

.mage-magictabs button.button:hover, button:hover, .cart .continue:hover, .actions-toolbar .primary a.action:hover {
    color: #fff;
    background-color: #333e48 !important;
    border-color: #333e48 !important;
}


.item .product-name {
  
    margin-top: 10px !important;
}

.rating-summary .rating-result:before {
    content: "\e006" "\e006" "\e006" "\e006" "\e006";
  
}

.mage-magictabs .product-items .product-item .price-container .price {
    line-height: 27px !important;
    
}

.mage-magictabs .products-grid .item .product-item-info {
    border: none !important;
}
.magictabs .item.activated .title:before, .magictabs .item.activated .title:after {
    visibility: hidden !important;
    
}

.mage-magictabs .description.product-item-description {
    min-height: 80px;
    margin: 0;
    margin-top: 10px;
}

.magicproduct .magictabs {
    border-bottom: none !important;

}
.magictabs .item .title:hover {
    color: #6fb31a !important;
}

/*Add To Cart Buttons*/
.item button.button > span {
    line-height: 0px;
    display: inline-block;
}

.item button.button {
    padding: 0;
    border-width: 0;
    width: 55%;
    height: auto;
    text-align: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    float: right;
    position: relative;
    top: -1px;
}


.magictabs .item.activated .title {
    font-weight: bold;
    border-bottom: 2px solid #6fb31a;
    padding-left: 10px;
    padding-right: 10px;
}

/*new 2022*/

.header-container-fixed .vmagicmenu .block-title .vmagicmenu-subtitle {
    display: inline-block !important;
}

@media (min-width: 768px), print {
.page-header .amsearch-input-wrapper {
    min-width: 283px;
    width: 100% !important;
    }

.page-header .amsearch-input-wrapper {
    min-width: 283px;
    width: 100% !important;
}
    .page-header .amsearch-input-wrapper-block {
    
    width: 100% !important;
}
    
    .page-header .amsearch-wrapper-block {

    width: 100% !important;
}
}

.amsearch-input-wrapper .amsearch-input {
    border: 1px solid #6fb31a;
}
.weclome-head {font-size:12px !important; font-weight: bold;}

.hotline {display: none;}
.add-to-links {display: none;}
/* New Header*/

.header-search .field.search {

    display: inline-block;
}

.righ-header-content ul .top-main-nav:first-child {
	margin-left:22px;
}

.righ-header-content ul li:first-child p a:first-child{margin-left:25px}
body {

    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}

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

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.mage-column img {
    max-width: 80% !important;
    height: auto;
}
.vmagicmenu .vmagicmenu-narrow .level0.dropdown li {

    border-top: 1px solid #eee;
    padding-top: 10px;
    padding-bottom: 10px;
}


.magicmenu .nav-desktop .level0.dropdown > .level0, .vmagicmenu .vmagicmenu-narrow .level0.dropdown > .level0 {
    padding: 0 !important;
}

.vmagicmenu .vmagicmenu-narrow .level0.dropdown .level1 a span {
    font-size: 14px !important;
}

.magicmenu .nav-desktop .level0.hasChild .level-top:after {

    content: "\f107";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 16px;
    margin-left: 10px;
    vertical-align: 0;
}



.magic-menu {
    top: 10px !important; 
}

.content-seach {
    margin-top:31px !important;
    
}

.block-vmagicmenu-content ul.nav-desktop.vmagicmenu-narrow.clearfix {
    border: 1px solid #eee;
}
li.level0.category-item.level-top.dropdown.ext.first {
    margin-left: 20px;
}

.cms-home .vmagicmenu .block-vmagicmenu-content {
    opacity: 1;
    visibility: visible !important;
    width: 100%;
}


.magicmenu .nav-desktop .level0 .level-top {
  
    text-transform: capitalize !important;
    font-size: 15px;
   
    
}

.cms-home .page-title-wrapper{display: none !important;}
.vmagicmenu-narrow {
    
    border: 1px solid #eee;
}


.nav-sections-item-content .magicmenu {

    text-align: left !important;
    top: 10px;
}


.vmagicmenu.vertical-menu {
    top: 10px !important;
}

.banner-box-content img {
    border-radius: 10px;
    border: 1px solid #e1e1e1;
}

.vmagicmenu .block-vmagicmenu-content {
     border-style: none !important;
}

.banner-box-content:nth-of-type(1) {
    margin-bottom: 20px;
}

.vmagicmenu .block-title span {
    color: #ffffff !important;
}

.vmagicmenu .level0 .level-top, .vmagicmenu .block-vmagicmenu-content .all-cat span {
    color: #2c2c2c !important;
}

.vmagicmenu .level0 .level-top-mega .children > a {

    padding-top: 0px !important;
   
}

.vmagicmenu li.level0 {
    padding: 8px 20px !important;
    border-bottom: 1px solid #eee !important;
    
}

.vmagicmenu .level0 .level-top {

    border-style: none !important;
}

.vmagicmenu .vmagicmenu-narrow {
border: 1px solid #eee;
 padding: 0 !important;
}


.vmagicmenu .level-top a {
    color: #434343 !important;
    
}
.vmagicmenu .level0 .level-top-mega .children > a {

    margin: 0px 0 5px !important;
  
}

.nav-sections .vmagicmenu {
    width: 16% !important;
    
}


.righ-header-content .minicart-wrapper .icon:before {
  
    background: url(../../frontend/Alothemes/clenlidirect_new/en_IE/images/clenli-new-cart-icon.svg) 0 0 no-repeat;
  
}

.header-sign .hd-acc-link:before {

    background: url(../../frontend/Alothemes/clenlidirect_new/en_IE/images/clenli-new-user-icon.svg) 0 0 no-repeat !important;
   
}

.header-tp-links {
    margin-bottom: 5px !important;
    
}
.header-tp-links li a {
     font-size: 15px !important;
}

.mage-magictabs .products .product-item-photo .product-image-photo {
    height: 90px;
    object-fit: contain;
}
.header-tp-links li {
    font-size: 15px !important;
}
#search_mini_form.minisearch {
    border-radius: 5px;
}

.menu-item:hover .popup { display: block !important}



.header-sign .righ-header-content {
    text-align: left !important;
    
}

/* //// New Header //// */
#search_mini_form.minisearch {
    width: 100%;
    float: left;
}

.policy .policy-wrap {
    background-color: #fff !important;
    
}
.new-nav-col {
    padding-right: 0!important;
}

rs-module {border-radius: 15px;}
.slide-showcase {
    
    display: none !important;
}

.sidebar-menu > li.menu-item > a > i {
    color: #222529;
    margin-right: 12px;
    font-size: 20px;
    position: relative;
    top: 1px;
}

 .toggle-menu-wrap {
    box-shadow: none;
    border: 1px solid #e7e7e7;
    margin-top: -5px;
}

.sidebar-menu > li.menu-item > a {
    border-top-color: #e6ebee;
}

.sidebar-menu>li.menu-item>a {
    display: block;
    line-height: 17px;
    padding: 11.5px 5px;
    margin: 0 10px;
    border-top: 1px solid #e6ebee;
    color: #444;
}

.sidebar-menu li.menu-item>a {
   
    text-align: left;
    position: relative;
    
}

.sidebar-menu > li.menu-item > a {
    padding: 12.5px 12px 13px;
    
}

@media (min-width: 1200px){
.cms-home .page-wrapper .container {
    max-width: 1700px !important;
    }

.catalog-product-view .page-wrapper .container {
    max-width: 1600px !important;
    }
    
    .page-products .page-wrapper .container {
    max-width: 1600px !important;
    }
    
    .cms-page-view .page-wrapper .container {
        
       max-width: 1600px !important; 
    }
}

.category-items-menu {
    width: 50%;
    display: inline-block;
    
}

.homepage-subcat-inner h5{
    display: none !important;
}

.featured-category-title {
    width: auto;
    display: inline-block;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #101010;
}
.cat-sub-categories .owl-carousel .owl-prev, .owl-theme .owl-controls .owl-nav [class*="owl-"] {
display: block!important;
}

.homepage-subcat-inner li {
    text-align: center;
    min-height: 150px;
    border-width: 2px;
    border-style: solid;
    border-color: #6fb31a;
    border-image: initial;
    border-radius: 10px;
    width: 140px;
}

.homepage-subcat-inner li img {
    max-width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    height: 80px;
    object-fit: contain;
}

.homepage-subcat-inner li a {
    color: #6fb31a;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    padding-top: 5px;
    position: relative;
    top: 17px;
}


.featured-categoryies .cat-menus .btn-success {
    background-color: transparent;
    color: #6fb31a;
    text-transform: capitalize;
    width: 100%;
    font-size: 14px;
    display: block;
    text-align: center;
    line-height: 16px;
    margin-top: 10px;
    border-image: initial;
    border-radius: 0px;
    padding: 0px;
    transition: all 0.3s ease 0s;
}


/* JC CSS */

@media screen and (max-width: 450px) {
    .modal-popup.modal-slide .modal-inner-wrap[class] {
    background-color: #ffffff !important;
}
    
    .modals-wrapper .modal-popup .modal-inner-wrap {
    width: 100%;
}
    
    .modal-popup.modal-slide {
    left: 0px !important;
 
}
    
    .catalog-product-view .product-custom-tabs .sticky-addtocart .pro-cart .add-to-cart.box-tocart .modalRun span   {
        
        font-size: 12px !important;
        text-transform: capitalize;
        
    }
    
    .product-custom-tabs .sticky-wrapper.sticky {
    top: 55px !important;
}
    
    .product-custom-tabs .nav.pro-tabs li a.scrollTo {
    font-size: 11px !important;
        padding: 4px !important; }
    .sticky-addtocart.sticky .sticky-inner {
    height: auto !important;
}
    
    .response-tick {
        font-size: 11px !important}
    
    .catalog-product-view .product-custom-tabs .sticky-addtocart .pro-cart .add-to-cart.box-tocart .modalRun {
    height: 26px !important;
    padding: 0px 10px !important;
        float: right !important;
}
    
    .product-custom-tabs .sticky-addtocart .sticky-inner .pro-info {
    width: 49% !important;
}
    
    .bss-bt-quickview {display: none !important;}
    .product-custom-tabs .sticky-addtocart .sticky-inner .pro-cart .box-tocart {
    width: 100% !important;
        margin-top: 5px !important;
}
    
    .product-custom-tabs .sticky-addtocart .sticky-inner .pro-cart {
    width: 49% !important;
}
}


.slick-slide .product-item-info .product-hover .product-image-photo {
    height: 120px;
    object-fit: scale-down !important;
    padding: 0px !important;
}
}
.block-newletter .block-newletter h3 {
    
    color: #fff !important;
    
}

.block-subscribe .block-title h3:before {
    color: #fff !important;
}

.block-subscribe .block-title h3, .block-subscribe .form-subscribe-header p {
    color: #ffffff !important;
}

.products .product-items .product-item .product-hover .product-image-wrapper .product-image-photo {
    height: 150px;
      object-fit: scale-down !important;
}

/* //// JC CSS //// */


.alothemes .header-top{
    background: #6fb31a;
}
.header-bottom{
    border-bottom: none !important;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.1) !important;
    margin-bottom: 5px;
}
.header-content{
    padding: 13px 0 5px !important;
}
.hot-support p{
    line-height: 36px !important;
}
.header-top a{
    color: #fff !important;
}
.header-tp-links li{
    float: left;
    margin-left: 15px;
    color: #fff !important;
}
.header-tp-links li span{
    float: left;
}
/* .header-logo .logo img{
    height: auto;
    margin-bottom: 8px;
    max-height: 75px;
}*/
.header-opening{
    float:right;
    color: #6fb31a;
    font-size: 13px;
    margin-top: 0px;
    /*margin-right:27px;*/
}
.header-opening > span{
    display: inline-block;
}
.clenli-top-menu{
    position: relative;
    width: 16%;
    text-align: left;
    float: left;
    z-index: 99;
}
/*.custom-menu-block{
    width: 78%;
    float: left;
    display: inline-block;
}*/
.clenli-top-menu a.open-cat{
    background: #6fb31a;
    color: #fff;
    width: 100%;
    display: inline-block;
    padding: 10px 10px 10px 60px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px 8px 0 0;
    cursor: pointer;
	position:relative;
}
.clenli-top-menu a.open-cat:before{	
    content: '';
    position: absolute;
    display: block;
    left: 18px;
    top: 13px;
    background: url(../../frontend/Alothemes/clenlidirect_new/en_IE/images/all-cat.png) 0 0 no-repeat;
    width: 28px;
    height: 18px;

}
.clenli-top-menu a.open-cat:hover{
    color: #fff;
}
.nav-sections .clenli-top-menu .top-cat{
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    border: 2px solid #6fb31a;
}
.top-cat .top-label li{
    border-bottom: 1px solid #e8e8e8;
    margin: 0;
    position: relative;
}
.top-cat ul li a{
    color: #5c5c5c;
    padding: 8px 36px 8px 15px;
    display: block;
}
.top-cat ul li a:hover{
    color: #6fb31a;
}
.top-cat ul li a img{
	margin-right:6px;
}
.top-cat ul li a .cat-icon{
	float: left;
    width: 22px;
    height: 22px;
	margin-right: 6px;
}
.top-cat .top-label{
    margin: 0;
}
.top-cat .top-label li a.has-child::after
{
    content: '\f105';
    position: absolute;
    font-family: "FontAwesome";
    right: 11px;
    top: 7px;
    font-size: 18px;
    display: block;
    color: #5c5c5c;
}
.custom-menu-block .child-cat{
    position: relative;
    z-index: 99999;
    margin-top: 5px;
    margin-left: -1px;
}
.child-cat .subcat-inner{
    display: none;
    position: absolute;
    background: #fff;
    margin-top: 1px;
    width: 100%;
    padding: 0px;
    border: 1px solid #6fb31a;
    min-height: 242px;
	max-height:392px;
    overflow: auto;
}
.child-cat.active .subcat-inner.active{
    display: block;
}
.custom-menu-block .child-cat .subcat-inner h5{
	padding:6px 15px;
	color:#ffffff !important;
	background:#6fb31a;
	font-size:14px;
}
.child-cat .subcat-inner .cal-listing{
	padding:8px;
	width:75%;
	float:left;
	margin: 0 0 10px;
}
.child-cat .subcat-inner .cat-more{
	float:left;
	width:25%;
	padding-left: 20px;
	margin: 20px 0;
}
.child-cat .subcat-inner .cat-more li{
	margin-bottom:10px;
}
.child-cat .subcat-inner .cat-more li.cat-all{
	margin-top:20px;
}
.child-cat .subcat-inner .cat-more li.cat-all a{
	color:#6FB31A;
}
.child-cat .subcat-inner .cat-more li a{
	font-size:14px;
}
.child-cat .subcat-inner .cal-listing li{
	float:left;
	text-align:center;
	padding:8px 20px 8px;
	width:25%;
	margin-top:0px;
}
.child-cat #childCat-61.subcat-inner .cat-more{
	border-left:2px solid #dddddd;
} 
.child-cat #childCat-93.subcat-inner .cal-listing{
	border-right:2px solid #dddddd;
}
.child-cat #childCat-23.subcat-inner .cal-listing{
	border-right:2px solid #dddddd;
}
.child-cat #childCat-190.subcat-inner .cal-listing{
	border-right:2px solid #dddddd;
}
.child-cat #childCat-225.subcat-inner .cal-listing{
	border-right:2px solid #dddddd;
}

.child-cat .subcat-inner .cal-listing li:nth-child(4n+1){
	clear:left;
}
.child-cat .subcat-inner .cal-listing li a{
	font-size: 13px;
    font-weight: 700;
	color:#646464;
	line-height: 16px !important;
    display: block;
	position:relative;
	margin-top:5px;
}
.child-cat .subcat-inner .cal-listing li a:after{
	content:'';
	position:absolute;
	bottom:-8px;
	left:0;
	right:0;
	margin:0 auto;
	width:65px;
	height:2px;
	display:block;
	background:#70b31a;
}
.child-cat .subcat-inner .cal-listing li a.cat-imge:after{
    background:none;
}
.child-cat .subcat-inner .cal-listing li img{
	display:block !important;
	height:70px;
	width:auto;
	margin: 0 auto;
}
 /*.custom-menus{
    border-top: 1px solid #e8e8e8;
    margin-left: -4px;
}
.custom-menus ul{
    display: inline-block;
    width: 100%;
    padding-top: 8px;
    padding-left: 10px;
    margin-bottom: 0;
}
.custom-menus ul li{
    float: left;
    margin-bottom: 0;
}
.custom-menus a{
    font-size: 16px;
    padding: 10px 15px;
    transition: all ease-in-out .2s;
    text-transform: capitalize;
    color: #111111 !important;
}
.custom-menus a:hover{
    color: #6fb31a !important;
}
*/

.header .form-search .catalogsearch input.input-text{
    width: 100% !important;
    height: 36px !important;
}
.header-search .form-search{
    border-color: #e8e8e8 !important;
}
#search_mini_form.minisearch{
    height: 42px;
}
.header-search .form-search button.button{
    height: 38px;
    width: 65px !important;
}
.header-search .form-search button.button > span{
    line-height: 38px;
    color: #fff !important;
}
/*.content-seach{
    margin-top: 15px !important;
}*/
.menu-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.2);
    z-index: 9;
}

.catalog-category-view .category-view{
    margin-top: 30px;
	margin-bottom: 30px;
}
.category-description {
    margin: 0px 0 30px;
}
.page-title-wrapper .page-title span {
    font-size: 25px;
    float: left;
    text-transform: capitalize;
    letter-spacing: 1px;
    font-weight: 700;
}
.category-description p{
    line-height: 20px;
}
.nav.pro-tabs {
    margin-bottom: 20px;
}
.pro-tabs li {
    float: left;
    margin: 0 auto;
    text-align: center;
    background: #f2f2f2;
    border-right: 1px solid #fff;
}
.pro-tabs li a{
    padding: 10px 30px;
}
.products .item .product-name{
    margin: 0;
}

/*==mukit====*/



.hotline a{
	position:relative;
	padding-left: 0px !important;
}

.hot-support .email{
	position:relative;
	padding-left: 25px;
}

.header-tp-links li{
	position:relative;
	padding-left: 25px;
	margin-left: 25px;
	font-size: 13px;
}
.header-tp-links li span.icon{
	display:none;
}
.header-tp-links li:nth-of-type(1):before{
	content:'';
	position:absolute;
	display:block;
	left:0;
	top:3px;
	background:url('../../frontend/Alothemes/clenlidirect_new/en_IE/images/top-map.png') 0 0 no-repeat;
	width: 16px;
    height: 16px;
}
.header .header-setting{
	padding-top: 6px;
}
.header-tp-links li:nth-of-type(2):before{
	content:'';
	position:absolute;
	display:block;
	left:-4px;
	top:3px;
	background:url('../../frontend/Alothemes/clenlidirect_new/en_IE/images/top-card.png') 0 0 no-repeat;
	width: 21px;
    height: 14px;
}
.header-tp-links li:nth-of-type(3):before{
	content:'';
	position:absolute;
	display:block;
	left:-6px;
	top:4px;
	background:url('../../frontend/Alothemes/clenlidirect_new/en_IE/images/top-delivery.png') 0 0 no-repeat;
	width: 24px;
    height: 14px;
}
.header-tp-links li:nth-of-type(4):before{
	content:'';
	position:absolute;
	display:block;
	left:-2px;
	top:4px;
	background:url('../../frontend/Alothemes/clenlidirect_new/en_IE/images/top-user.png') 0 0 no-repeat;
	width: 16px;
    height: 16px;
}
.header-sign .hd-acc-link{
	/*position:relative;
	padding-left: 45px;
	line-height: 18px;*/
}
.header-sign .hd-acc-link:before{
	content:'';
	position:absolute;
	display:block;
	left:0px;
	top:5px;
	background:url('../../frontend/Alothemes/clenlidirect_new/en_IE/images/circle-user.png') 0 0 no-repeat;
	width: 38px;
    height: 38px;
}
.hd-acc-link span{
	margin-left:25px !important;
    font-weight: bold !important;
    font-size: 15px;
}
.header-sign{
	padding-top: 12px;
	padding-left: 30px;
}
.righ-header-content{
	padding-left:0;
	padding-right:36px;
    text-align: left !important;
}
.hd-acc-link a{
	color:#6FB31A !important;
	/*font-weight:600;*/
	font-size:14px;
}
.righ-header-content .wishlist.icon{
	float:left;
	margin-top: 15px;
}
.righ-header-content .wishlist.icon.icon-favorites:before{
	font-size:40px;
}
.righ-header-content .wishlist.icon span{
	width: 22px;
    height: 22px;
    background: #6FB31A;
	color:#ffffff;
    display: inline-block;
    font-size: 12px;
    border-radius: 50%;
    text-align: center;
	margin-top: -3px;
    float: right;
    margin-left: -11px;
    position: relative;
	padding-top: 2px;
    left:18px !important;
    line-height: 24px;
	top: -2px !important;
}
.minicart-wrapper .action.showcart .counter.qty{
	color:#ffffff;
}
.righ-header-content .minicart-wrapper .icon:before{
	content:'';
/*	background:url('../../frontend/Alothemes/clenlidirect_new/en_IE/images/minicart-icon.png') 0 0 no-repeat; */
	height:34px;
	width:34px;
}
.minicart-wrapper .action.showcart .counter.qty{
	color:#ffffff !important;
	font-weight:400;
	left: 10px;
    bottom: 39px;
}
.cat-sub-categories .owl-carousel .owl-stage-outer .owl-stage .owl-item{
	/*margin: 15px;*/
	border:1px solid #d2d2d2;
	font-size:14px;
	font-weight:600;
}
.cat-sub-categories .owl-carousel .owl-prev,
.owl-theme .owl-controls .owl-nav [class*=owl-]{	
    position: absolute;
    left: -71px;
    top: 23%;
    font-size:0;
}
.cat-sub-categories .owl-carousel .owl-prev:before{
	content:'\f104';
	position:absolute;
	left:0;
	top:0;
	display:block;
	font-family:'FontAwesome';
	font-size:42px;
	color:#dadada;
}
.cat-sub-categories .owl-carousel .owl-next,
.owl-theme .owl-controls .owl-nav [class*=owl-]{
	position: absolute;
    right: -71px;
    top: 23%;
	font-size:0;
}
.cat-sub-categories .owl-carousel .owl-next:before{
	content:'\f105';
	position:absolute;
	right:0;
	top:0;
	display:block;
	font-family:'FontAwesome';
	font-size:42px;
	color:#dadada;
}
.cat-sub-categories .owl-carousel .owl-item img{
	margin:15px auto;
    height: 110px;
}
.cat-sub-categories .owl-carousel .owl-stage-outer .owl-stage .owl-item a{
	padding: 0 0 12px;
    display: block;
	text-align: center;
	height:55px;
}
.minicart-wrapper .icon-shopping-bag span.text{
	clip:unset !important;
	font-size:15px !important;
	font-weight:500;
	top:-15px;
	margin-left:12px !important;
	width:auto !important;
	height:auto !important;
}
.minicart-wrapper .icon-shopping-bag span.minicart-total{
	font-size: 13px;
    margin-left: 12px;
}
.catalog-category-view .products-grid .item .images-container:after,
.catalogsearch-result-index .products-grid .item .images-container:after {
    content: "";
    position: absolute;
    left: -1px;
    width: 1px;
    top: 45px;
    bottom: 30px;
	display:none !important;
}
.catalog-category-view .products-grid .item .images-container,
.catalogsearch-result-index .products-grid .item .images-container{
	padding: 15px 15px 0;
}
.catalog-category-view .products-grid .item .images-container:before,
.catalogsearch-result-index .products-grid .item .images-container:before{
	content: "";
    position: absolute;
    left: -1px;
    width: 1px;
    background-color: #eaeaea;
    top: 45px;
    bottom: 30px;
}
.catalog-category-view .product-items .product-item:nth-child(4n+1) .images-container:before,
.catalogsearch-result-index .product-items .product-item:nth-child(4n+1) .images-container:before{
	width:0;
}
.catalog-category-view .products-grid .item .actions-secondary button.modalRun,
.catalogsearch-result-index .products-grid .item .actions-secondary button.modalRun{
	width:auto;
	padding: 0 15px;
}
.catalog-category-view .products-grid .item .actions-secondary button.modalRun span,
.catalogsearch-result-index .products-grid .item .actions-secondary button.modalRun span{
	font-size: 14px;
    font-weight: 600;
	color:#ffffff;
	line-height: 32px;
}
.item:hover .product-item-info{
	padding-bottom: 15px;
}
/*
.catalog-category-view .products-grid .item .price-box,
.catalogsearch-result-index .products-grid .item .price-box{
	float:none;
}
*/
.catalog-category-view .products-grid .price-box > .price-container .price,
.catalogsearch-result-index .products-grid .price-box > .price-container .price{
	line-height: 30px;
    font-size: 16px;
	font-weight:700;
}
/*.product-items .product-item .price-container .price{
    line-height: 30px;
    font-size: 16px;
	font-weight:700;
}*/

.menu-green-cleaning .parent-full-width {left: 0px !important;}
.menu-company .parent-full-width {left: 0px !important;}

.minicart-wrapper .counter.qty.empty .counter-number:empty:before {
    content: "0";
}

.catalog-category-view .products-grid .item button.button > span,
.catalogsearch-result-index .products-grid .item button.button > span{
	display:block;
}
.products-grid .item .actions .actions-primary {
    display: block;
    float: inherit !important;}

.catalog-category-view .products-grid .item button.button.tocart,
.catalogsearch-result-index .products-grid .item button.button.tocart{
/*
	width: 100%;
    padding: 0 25px;
*/
    height: 38px;
	background-color: #6fb31a;
    border-color: #6fb31a;
	color:#ffffff;
	border-radius:5px;
}

.products-grid .item .product-item-info {
    background-color: #fff;
    transition: all 0.3s;
    border: 1px solid #e7e7e7 !important;
    margin: 0 3px 0 0;
}


.tocart span{display: inline-block!important;}
.catalog-category-view .products-grid .item button.button.tocart span {display: inline-block!important;}
.catalog-category-view .products-grid .item button.button.tocart:hover,
.catalogsearch-result-index .products-grid .item button.button.tocart:hover{
	color: #ffffff;
    background-color: #333e48;
    border-color: #333e48;
}
.catalog-category-view .products-grid .item button.button.tocart span,
.catalogsearch-result-index .products-grid .item button.button.tocart span{
	font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    line-height: 32px
}
.catalog-category-view .products-grid .item .images-container .add-to-links .action.towishlist .icon,
.catalogsearch-result-index .products-grid .item .images-container .add-to-links .action.towishlist .icon{
	font-size: 18px;
    border: 1px solid #f2f2f2;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    padding: 6px;
    line-height: 24px;
}
.catalog-category-view .products-grid .item .images-container .add-to-links .action.towishlist,
.catalogsearch-result-index .products-grid .item .images-container .add-to-links .action.towishlist{
	margin-top: -38px;
}
.catalog-category-view .products .item .product-name a.product-item-link,
.catalogsearch-result-index .products .item .product-name a.product-item-link{
	color:#333333;
}
.catalogsearch-result-index .toolbar-amount{
    display: none;
}
.catalogsearch-result-index .toolbar .sorter{
    float: right;
}
.catalog-category-view .toolbar-top .toolbar .toolbar-amount{
	float:left;
	padding-left:20px;
}
.catalog-category-view .toolbar-top .toolbar .toolbar-sorter.sorter{
	float:right;
}

.righ-header-content .minicart-wrapper .icon{
	line-height: 55px;
}
/*
.catalog-category-view .sidebar-main .block.filter .filter-title{
	margin-bottom:0;
}
.catalog-category-view .sidebar-main .block.filter .filter-title strong{
	background:#ffffff;
	font-size:20px;
	color:#434343;
	padding:6px 0px;
	text-transform:capitalize;
	font-weight:700;
}
.filter .filter-title:before{
	height:0;
}
.block.filter .filter-options .filter-options-title{
	background: #ffffff;
    padding: 8px 15px 8px 25px;
    margin-bottom: 0;
	cursor: pointer;
	border-bottom:1px solid #f2f2f2;
}

.block.filter .filter-options .filter-options-item.active .filter-options-title{
	border-bottom:0;
}
.block.filter .filter-options .filter-options-item .filter-options-content{
	padding:8px 15px 8px 25px;
}
.block.filter .filter-content .filter-current{
	padding:8px 15px;
}
.block.filter .filter-content .filter-current .items .item{
	font-size:14px;
}
.block.filter .filter-content .block-actions.filter-actions{
	padding:8px 15px;
}
.block.filter .filter-content .block-actions.filter-actions a{
	font-size:14px;
	font-weight:600;
}*/
.images-breadcrumbs{	
    margin-bottom: 20px;
	margin-top: 15px;
}
.breadcrumbs li:before{
	padding-right:0;
}
.images-breadcrumbs .breadcrumbs ul {
    margin: 0;
    padding: 5px 0;
}
.breadcrumbs li a, .breadcrumbs li strong{
	padding: 0;
    font-weight: 600;
	color:#979797;
}
.breadcrumbs li.home a{
	color:#979797;
}
.product-info-extra{
	margin-top: 20px;
	float:right;
}
/*
.sidebar-main .block.filter .filter-content .filter-options{
	background:#ffffff;
	-webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.15);
	-moz-box-shadow:    0px 2px 8px 0px rgba(50, 50, 50, 0.15);
	box-shadow:         0px 2px 8px 0px rgba(50, 50, 50, 0.15);
}
.filter-options .filter-options-item .filter-options-content{
	margin-bottom:0;
}
.block.filter .filter-content .filter-options .filter-options-title:after{
	content:'\f0da';
	right:inherit;
	left:10px;
	top:8px;
	color:#434343;
	font-size:18px;
}
.block.filter .filter-content .filter-options .filter-options-item.active .filter-options-title:after{
	content:'\f0d7';
}
.product-items .item .actions-secondary .actions-primary .action{
	opacity: 0;
    visibility: hidden;
	transition:all ease-in-out 0.2s;
}*/
.product-items .item:hover .actions-secondary .actions-primary .action{
	opacity: 1;
    visibility: visible;
}
.toolbar-top .toolbar .modes .modes-mode.mode-grid:before{
	content:'\f009';
	font-family: FontAwesome !important;
	font-size: 24px;
    line-height: 20px;
	border-radius: 6px;
}
.toolbar-top .toolbar .modes .modes-mode.mode-list:before{
	content:'\f0c9';
	font-family: FontAwesome !important;
	font-size: 24px;   
}
.toolbar .modes-mode:not(.active):hover{
	color:#6FB31A;
}
.toolbar-top .toolbar .modes .modes-mode.mode-grid.active,
.toolbar-top .toolbar .modes .modes-mode.mode-list.active{
	color:#6FB31A;
}
.block .block-title {
    border-bottom: 1px solid #f6f6f6;
    position: relative;
}
.toolbar .limiter-options, 
.toolbar .sorter-options{
	border-radius: 8px;
}
.toolbar-top .toolbar{
	border-bottom: 2px solid #6FB31A;
    padding-bottom: 15px;
	background:#ffffff;
}
.toolbar-top .toolbar .modes{
	margin-left:0;
}



.product-info-main .page-title-wrapper .page-title span{
	font-size:20px;
	font-weight:700;
	letter-spacing: 0;
	margin-bottom: 0;
}
.product-info-main .product-reviews-summary .reviews-actions .action.view{
	margin: 0 10px;
}
.product-info-main .product-reviews-summary .reviews-actions .action.view:hover{
	color: #6FB31A;
}
.product-info-main .product-reviews-summary .reviews-actions .action.add:hover{
	color: #6FB31A;
}
.product-info-main .product-reviews-summary{
	margin-bottom:0;
}
.product-info-main .price-box .price-wrapper .price{
	font-weight: 700;
}
.product-info-main.product-shop .product.attribute.overview{
	padding-top:0;
}
.cart.item .control .increase, 
.cart.item .control .reduced, 
.box-tocart .control .increase, 
.box-tocart .control .reduced{
	font-size:14px;
	top: 5px;
	color:#333e48 !important;
}
#discount-coupon-form .coupon .actions-toolbar button.apply:hover {
    background-color: #6FB31A;
    border-color: #6FB31A;
}
.data.table tbody tr td input.qty{
	height:30px;
}
.checkout-container .checkout-payment-method .payment-option-title .action-toggle{
	color:#353535;
}
.checkout-container .checkout-payment-method .payment-option-title .action-toggle:hover{
	color:#6FB31A;
}
.form.form-discount .actions-toolbar{
	margin-bottom:12px;
}
.checkout-container .opc-wrapper .form-discount {
    max-width: 100%;
}
.box-tocart .control .reduced{
	right:inherit;
	left:12px;
	background:#ffffff;
}
.box-tocart .control input.qty{
	margin-left: 37px !important;
	margin-top: 7px !important;
}
.box-tocart .control .increase{
	background:#ffffff;
	right: 10px;
}

.item button.button .icon {
    display: inline-block!important;
    
}
.product-info-main .product-add-form .box-tocart .fieldset .control {
    width: 112px !important;
    border-radius: 6px;
    height: 50px;
}
.product-add-form .fieldset > .field.qty{
	float:left;
}
.product-info-main .product-add-form .box-tocart .fieldset .actions{
	float:left;
	margin-top:40px !important;
}
.product-info-main .product-add-form .box-tocart .fieldset .actions .tocart{
	border-radius: 6px;
}
.product-info-main .product-add-form .box-tocart .fieldset .actions .tocart:hover{
	background-color: #333e48;
	border-color: #333e48;
	color:#ffffff;
}
.product-info-main .product-add-form .box-tocart .fieldset .actions .tocart span{
	font-weight: 700;
	font-size:16px;
}
.product-essential .product-info-extra.product-shop{
	width:100%;
}
.product-info-extra.product-shop .extra-info-bottom-section ul li{
	position:relative;
	padding-left: 25px;
	padding-right: 12px;
}
.product-info-extra.product-shop .extra-info-bottom-section ul li a{
	font-size:13px;
	border:0;
	padding:0;
	color: #333e48;
}
.product-info-extra.product-shop .extra-info-bottom-section ul li a:hover{
	color:#70B31A;
}
.product-info-extra.product-shop .extra-info-bottom-section ul li:nth-of-type(1):before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 7px;
    background: url(../../frontend/Alothemes/clenlidirect_new/en_IE/images/top-delivery-green.png) 0 0 no-repeat;
    width: 16px;
    height: 16px;
}
.product-info-extra.product-shop .extra-info-bottom-section ul li:nth-of-type(2){
	border-right:1px solid #70b31a;
	border-left:1px solid #70b31a;
	padding: 0 15px 0 45px;
    margin: 0 15px 0 8px;
}
.product-info-extra.product-shop .extra-info-bottom-section ul li:nth-of-type(2):before {
    content: '';
    position: absolute;
    display: block;
    left: 15px;
    top: 7px;
    background: url(../../frontend/Alothemes/clenlidirect_new/en_IE/images/top-card-green.png) 0 0 no-repeat;
    width: 16px;
    height: 16px;
}
.product-info-extra.product-shop .extra-info-bottom-section ul li:nth-of-type(3):before {
    content: '';
    position: absolute;
    display: block;
    left: 0;
    top: 7px;
    background: url(../../frontend/Alothemes/clenlidirect_new/en_IE/images/return-green.png) 0 0 no-repeat;
    width: 16px;
    height: 16px;
}
.product-essential{
	margin-bottom:40px;
}
.product-custom-tabs .nav.pro-tabs{	
	background: #fff;
	max-width: 1200px;
    margin: 0 auto;
}
.product-custom-tabs .nav.pro-tabs li{
	background:#ffffff;
	border-right:1px solid #dddddd;
}
.product-custom-tabs .nav.pro-tabs li:last-child{
	border-right:0;
}
.product-custom-tabs .nav.pro-tabs li a.scrollTo{
	font-weight:600;
	color: #646464;
}
.product-custom-tabs .nav.pro-tabs li a.scrollTo:hover{
	background:#70b31a;
	color:#ffffff;
}
.product-custom-tabs .nav.pro-tabs li a.scrollTo.active{
	background:#70b31a;
	color:#ffffff;
}
.product-custom-tabs section .row h3{
	font-size:24px;
	color: #646464;
	padding-bottom:8px;
	border-bottom:2px solid #70b31a;
}
.product-custom-tabs section .pro-content{
	padding-top:25px;
	padding-bottom: 20px;
	display: inline-block;
    width: 100%;
}
.product-custom-tabs section .pro-content h2{
	font-size: 18px;
    font-weight: 600;
	color:#5c5c5c;
}
.product-info-stock-sku .product.sku .type{
	float:left;
	margin-right:5px;
}
#benefits .pro-content ul li{
	width:23%;
	float:left;
	margin:0 15px;
}
#benefits .pro-content ul li img{
	width:100%;
}
#benefits .pro-content ul li:last-child{
	margin-right:0;
}
#benefits .pro-content ul li:first-child{
	margin-left:0;
}
#benefits .pro-content h5{
	font-size:20px;
	margin:10px 0;
}
#videos .pro-content ul li{
	width:31.6%;
	float:left;
	margin:0 15px;
}
#videos .pro-content ul li img{
	width:100%;
}
#videos .pro-content ul li:last-child{
	margin-right:0;
}
#videos .pro-content ul li:first-child{
	margin-left:0;
}
#downloads .pro-content ul li{
	width:20%;
	float:left;
	padding:0 15px;
	text-align:center;
}
#downloads .pro-content ul li:last-child{
	padding-right:0;
}
#downloads .pro-content ul li:first-child{
	padding-left:0;
}
#downloads .pro-content ul li h6{
	font-size: 20px;
    margin: 10px 0;
}
#downloads .pro-content ul li a{
	height: 50px;
    border: 0;
    line-height: 50px;
    padding: 0 45px 0 40px;
	color: #ffffff;
    background-color: #6fb31a;
    border-color: #6fb31a;
	border-radius: 6px;
    display: inline-block;
    font-size: 16px;
    margin-top: 15px;
    font-weight: 700;
}
#downloads .pro-content ul li a:hover{
	background:#333E48;
}
.extra-info-bottom-section p{
	display: inline-block;
	width:100%;
    line-height: 34px;
    font-size: 14px;
}
.extra-info-bottom-section p img{
	margin-left:10px;
}
#accessories .pro-content .products .product-items .item.product,#related .pro-content .products .product-items .item.product{
	float: left;
    width: 18.6%;
    margin: 0 10px;
	border:1px solid #f2f2f2;
}
.pro-content .products .product-items .product img{
    min-height: 188px;
}
#accessories .pro-content ol li:last-child,#related .pro-content ol li:last-child{
	margin-right:0;
}
#accessories .pro-content ol li:first-child,#related .pro-content ol li:first-child{
	margin-left:0;
}
#accessories .pro-content ol li .product-item-details,#related .pro-content ol li .product-item-details{
	padding:10px;
}
#accessories .pro-content ol li .product-item-details .product-item-name,#related .pro-content ol li .product-item-details .product-item-name{
	line-height: 19px;
    font-size: 14px;
}
#accessories .pro-content ol li .product-item-details .product-item-name a,#related .pro-content ol li .product-item-details .product-item-name a{
	font-weight:700;
}
#accessories .pro-content ol li .product-item-details .price-box .price-container .price,#related .pro-content ol li .product-item-details .price-box .price-container .price{
	font-weight:700;
	line-height:36px;
}
#accessories .pro-content ol li .product-item-details .item .actions,#related .pro-content ol li .product-item-details .item .actions{
	padding-bottom:0;
}
#accessories .pro-content ol li.item:hover .product-item-info,#related .pro-content ol li.item:hover .product-item-info{
	padding-bottom:0;
	margin-bottom:0;
	box-shadow: 0 0 6px rgb(1 1 1 / 10%);
}
.pro-content .block.crosssell{
    padding-top: 0;
    margin-top: 0;
}
.response-tick{
	font-size: 13px;
    font-weight: 600;
    margin-top: 15px;
	color:#6fb31a;
	position:relative;
	padding-left:18px;
	opacity: 0;
    visibility: hidden;
}
.dispatch-tick{
	font-size: 13px;
    font-weight: 600;
    margin-top: 15px;
	color:#6fb31a;
	position:relative;
	padding-left:18px;
}
.dispatch-tick:before{
	content:'\f00c';
	position:absolute;
	left:0;
	top:0;
	display:block;
	font-family:"FontAwesome";
	font-size:12px;
	color:#6fb31a;
}
.response-tick:before{
	content:'\f00c';
	position:absolute;
	left:0;
	top:0;
	display:block;
	font-family:"FontAwesome";
	font-size:12px;
	color:#6fb31a;
}
.product-items .item:hover .response-tick{
	opacity: 1;
    visibility: visible;
}
.category-product-grid .product-item, 
.magicproduct-custom .grid.products-grid .item {
    margin-bottom: 20px;
}
.products-grid .item .hover-box {
    padding-top: 5px;
}
.product-custom-tabs .sticky{
	z-index:999;
}
.product-custom-tabs .sticky {
  position: fixed;
  top: 82px;
  width: 100%;
  border-bottom: 3px solid #70b31a;
  left: 0;
  background: #fff;
}
.fg-anchor .sticky-wrapper{
	margin-bottom:40px;
	border-bottom: 3px solid #70b31a;
}
.sticky-addtocart .pro-cart{
	position:relative;
}
.sticky-addtocart .pro-cart .price-only{
	position:absolute;
	left: 32px;
    top: 32px;
    font-weight: 700;
	display:none;
}
.sticky-addtocart.sticky {
  display:block;
  position: fixed;
  top: 0;
  width: 100%;
  left:0;
  right:0;
}
.sticky-inner{
  background: #fff;
  height: 82px;
  padding: 10px 0;
  max-width: 1200px;
  margin: 0 auto;
}
.pro-info,.pro-cart{ 
  float:left;
}
.pro-info img{
  width:90px;
  float:left;
}
.pro-info h4{
  float: left;
  margin-left: 20px;
  margin-top: 30px;
  font-size: 18px;
  color: #353535;
}
.pro-cart .price-container .price {
  font-size: 28px;
  font-weight: bold;
  margin-top: 14px;
}
.product-custom-tabs .sticky-addtocart .pro-cart .price-box .price-container .price{
	color:#6fb31a;
	position:relative;
	margin-top: 0;
}
.product-custom-tabs .sticky-addtocart .pro-cart .price-box .price-container .price:before{
	content:'Only';
	display:block;
	position:absolute;
	left: -45px;
    top: 0px;
	font-size:15px;
	font-weight:700;
    color:#353535;	
}
.product-custom-tabs .sticky-addtocart .pro-cart .box-tocart .fieldset .control{
	border-radius: 8px;
	height: 38px;
	margin-top: 6px;
}
.product-custom-tabs .sticky-addtocart .pro-cart .box-tocart .fieldset .control button.reduced
.product-custom-tabs .sticky-addtocart .pro-cart .box-tocart .fieldset .control button.increase{
	line-height: 25px;
}
.product-custom-tabs .sticky-addtocart .pro-cart .box-tocart .fieldset .control input.qty{
	height: 34px;
    line-height: 25px;
}
.product-custom-tabs .sticky-addtocart .pro-cart .box-tocart .fieldset .actions button.tocart{
	height: 38px;
	margin-top: 5px;
    border-radius: 8px;
	padding: 0px 30px 2px 30px;
	line-height: 39px;
}
.product-custom-tabs .sticky-addtocart .pro-cart .box-tocart .fieldset .actions button.tocart:hover{
	background-color:#333e48;
	border-color:#333e48;
	color:#ffffff;
}
.product-custom-tabs .sticky-addtocart .pro-cart .box-tocart .fieldset .actions button.tocart .icon{
	line-height: 24px;
}
.product-custom-tabs .sticky-addtocart .pro-cart .box-tocart .fieldset .actions button.tocart span{
	line-height: 24px;
}
.pro-info{
  display: inline-block;
  margin-left: 30px;
  font-size: 16px;
}
.product-custom-tabs .sticky-addtocart .sticky-inner .pro-info{
	margin-left:0;
	width:60%;
}
.product-custom-tabs .sticky-addtocart .sticky-inner .pro-cart{
	width: 40%;
}
.product-custom-tabs .sticky-addtocart .sticky-inner .pro-info{
	margin-top:0px;
}
.sticky-addtocart{
  display:none;
}
.sticky-addtocart .pro-cart .box-tocart .actions{
	margin-right:0 !important;
}
.pro-cart .price-box{
    width: 32%;
    float: left;
    margin-left: 0px;
    margin-top: 8px;
	text-align:right;
}
.sticky-addtocart .pro-cart .price-box{
	margin-top:17px;
}
.product-shop .product-add-form .modalRun{
    float: left;
}
.product-shop .product-add-form .response-tick{
    float: left;
    visibility: visible;
    opacity: 1;
    margin-top: 0;
    margin-left: 20px;
}
.product-custom-tabs .pro-cart .box-tocart{
    margin-top: 14px;
}
.pro-cart .box-tocart{
    width: 67%;
    margin-top: 0px;
    float: right;
}
.pro-cart .box-tocart .qty .control{
    float: right;
    margin-left: 25px;
    margin-top: 8px;
}
.pro-cart .box-tocart .qty .label{
    margin-left: 20px;
    margin-top: 16px;
}
.pro-cart .box-tocart .control .reduced,.pro-cart .box-tocart .control .increase{
    top: 6px;
}
.pro-cart .box-tocart .control input.qty{
    width: 62px;
    margin-top: 0 !important;
}
#accessories .actions-primary button.tocart span{
	line-height:28px;
	color:#ffffff;
	font-size:14px;
}
#accessories .actions-primary button.tocart{	
	padding:0px 15px 2px;
	margin-right:10px;	
}
#accessories .product-item-actions .actions-primary{
	margin-top:-49px;
}
#accessories .pro-content .price-box > .price-container .price, 
#accessories .pro-content .product-item .price-box .minimal-price .price{
	font-size:18px;
}
#accessories .pro-content .price-box.price-final_price{
	margin-top:10px;
}
#accessories .pro-content .product-item-details{
	float:left;
}
#accessories .pro-content .product-item-actions .box-tocart button.tocart.modalRun{
	color:#ffffff;	
	padding:0 15px 2px;
	display: block;
    margin: 0 auto 6px;
}
#accessories .pro-content .product-item-actions .box-tocart button.tocart.modalRun span{
	line-height:28px;
	font-size:14px;
}
#related .actions-primary button.tocart span{
	line-height:28px;
	color:#ffffff;
	font-size:14px;
}
#related .actions-primary button.tocart{	
	padding:0px 15px 2px;
	margin-right:10px;	
}
#related .actions-primary{
	margin-top:-40px;
}
#related .pro-content .price-box > .price-container .price, 
#related .pro-content .product-item .price-box .minimal-price .price{
	font-size:18px;
}
.modals-wrapper .call-for-price{
	position:relative;
	z-index:999;
}
.mage-magictabs .item .product-name a.product-item-link{
	color:#353535;
}
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #353535 !important;
}
.footer-bottom .extra-links-footer a{
	color:#353535 !important;
}
.footer-bottom .extra-links-footer a:hover{
	color:#6FB31A !important;
}
.mage-magictabs .item .product-name a.product-item-link:hover{
	color:#6FB31A;
}
.minicart-wrapper .block-minicart .block-content .actions .primary .action.primary.checkout{
	color:#ffffff;
}
.minicart-wrapper .block-minicart .block-content .actions .primary .action.primary.checkout:hover{
	color:#ffffff;
	background:#333e48;
	border-color:#333e48;
}
.minicart-wrapper .minicart-items .product-item-name a{
	color:#333e48;
}
.minicart-wrapper .minicart-items .product-item-name a:hover{
	color:#6FB31A;
	text-decoration:none;
}
.minicart-wrapper .block-minicart .block-content .actions .secondary .viewcart:hover{
	color:#ffffff;
}
.product-custom-tabs .review-add .review-form .review-form-actions .actions-primary .action:hover{
	background:#333e48;
	border-color:#333e48;
	color:#ffffff;
}
button.button, button, .cart .continue, .actions-toolbar .primary a.action, button:focus{
	color:#ffffff !important;
}
.cart-container .cart .continue{
	line-height:32px;
}
body.page-layout-1column a, body.page-layout-2columns-left a, body.page-layout-2columns-right a, .block-collapsible-nav .item a{
	color:#333e48;
}
body.page-layout-1column a:hover, 
body.page-layout-2columns-left a:hover, 
body.page-layout-2columns-right a:hover, 
.block-collapsible-nav .item a:hover{
	color:#6FB31A;
}
.box-tocart .fieldset .field.qty .control button.items{
	top: 12px;
	color:#333e48 !important;
}
.sticky-addtocart .box-tocart .fieldset .field.qty .control button.items{
	top:8px;
}
.product-custom-tabs .sticky-addtocart .pro-cart .add-to-cart.box-tocart{
	width: 75%;
	margin-top: 25px;
}
.catalog-product-view .product-custom-tabs .sticky-addtocart .pro-cart .add-to-cart.box-tocart .modalRun{
	float: left;
	border-radius: 8px;
	padding-bottom: 4px;
	height: 38px;
}
.catalog-product-view .product-custom-tabs .sticky-addtocart .pro-cart .add-to-cart.box-tocart .modalRun span{
	line-height: 24px;
}
.catalog-product-view .product-custom-tabs .sticky-addtocart .pro-cart .add-to-cart.box-tocart .response-tick{
	float:right;
	visibility:visible;
	opacity:1;
	margin-top:0;
}
.product-custom-tabs .sticky-addtocart.sticky .sticky-inner .pro-info img{
	width:60px;
}
.product-custom-tabs .sticky-addtocart .sticky-inner .pro-info h4{
	margin-top:15px;
}
.product-custom-tabs .sticky-addtocart .pro-cart .call-for-price ~ .add-to-cart.box-tocart{
	width: 77%;
    margin-top: 10px
}
.product-essential .product-info-main .product-add-form .add-to-cart.box-tocart button.modalRun[title="Request a quote"]{
	padding-bottom: 2px;
	border-radius: 8px;
}
.product-custom-tabs .sticky-addtocart .pro-cart .price-box .special-price .price-container .price:before{
	display:none;
}
.product-custom-tabs .sticky-addtocart .pro-cart .price-box .old-price .price-container .price{
	font-size:20px;
}
.product-items .product-item .price-box .price-label{
    display: none;
}
.block-collapsible-nav-content{
	padding: 15px;
    background: #f5f5f5;
    box-shadow:0px 0px 3px 1px rgb(90 90 90 / 30%);
}
.block-collapsible-nav .item {
    border-bottom: 0px solid #ddd;
}
.block-collapsible-nav .item a{
	padding: 8px 15px 8px 6px;
}
.block-collapsible-nav .item a:hover{
	text-decoration: none;
    background-color: #eee;
	color: #6fb31a;
}
.block-collapsible-nav .item.current a, 
.block-collapsible-nav .item.current strong{
	color: #6fb31a;
}
.slick-slide .product-item-info .product-hover .product-image-photo{
    padding: 4px 56px;
}
.checkout-cart-index .cart.table-wrapper .product-image-container{
    width: 80px !important;
}
.sidebar .block-collapsible-nav .content{
    padding: 15px;
}
.sidebar .block-collapsible-nav ul li.nav.item.current strong{
    letter-spacing: 0px;
    text-transform: uppercase;
    font-size: 15px;
    color: #6fb31a;
}
.sidebar .block-collapsible-nav .item a{
    padding: 10px 18px 5px 15px !important;
}
.account .main .page-title-wrapper{
    margin-top: 26px;
}
.actions-toolbar .add-new-link #open-filter{
    color: #333e48 !important;
}
.amcompany-popup-block.modal-popup .amcompany-button.-empty span{
    color: #000;
}
.company-quick-order .fieldset.address .quickorderfield{
    width:38%;
}
.company-quick-order .fieldset.address .quick-cart{
    width: 24%;
}
.catalogsearch-result-index .search.results .products .item .product-name a.product-item-link{
	color: #333333;
}
.search.results .products .item .product-item-info .actions-secondary .actions-primary button.action.tocart{
	width: 75% !important;
}
.search.results .products .item .product-item-info .actions-secondary.add-to-links .action.towishlist .icon-favorites{
	font-size: 24px;
}
.catalog-product-view .product-essential .product-info-main .product-add-form .product-options-wrapper{
	padding-bottom:20px !important;
	margin-bottom: 30px;
}
.loading-mask{
    display: none !important;
}
.right-orders {
    width: 25%;
    float: right;
    margin: 0;
    cursor: pointer;
}
.left-orders {
    width: 25%;
    float: left;
    margin: 0;
    cursor: pointer;
}
.left-orders .fa{
    float: left;
    line-height: 26px;
    font-size: 22px;
    margin-left: 5px;
    color: #6FB31A;
}
.right-orders .fa{
    float: right;
    line-height: 26px;
    font-size: 22px;
    margin-right: 5px;
    color: #6FB31A;
}
.row_contain_site{
      float: left;
  }
  .row_contain_site.note-content{
      width: 24%;
      float: right;
  }
 
  #loader {
  position: fixed;
  left: 45%;
  top: 45%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: 0;
  border-radius:15px;
  padding:20px;
  background: rgba(255,255,255, 0.9);
  box-shadow: 0 0 6px rgb(1 1 1 / 30%);
}
.div-loder{
  border: 8px solid #f3f3f3;
  width:75px;
  height:75px;
  border-radius: 50%;
  margin:15px auto;
  border-top: 8px solid #6FB31A;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

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

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 } 
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom { 
  from{ bottom:-100px; opacity:0 } 
  to{ bottom:0; opacity:1 }
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right{
	bottom: 20px;
	background-color: rgba(255, 255, 255, 0.8);
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left{
	background-color: rgba(255, 255, 255, 0.8);
}





/*==== Responsive ====*/

@media (min-width:1200px) {
.catalog-category-view .product-items .product-item:nth-child(3n+1),.catalogsearch-result-index .product-items .product-item:nth-child(3n+1) {
clear: none;
}
.catalog-category-view .product-items .product-item:nth-child(4n+1),.catalogsearch-result-index .product-items .product-item:nth-child(4n+1) {
    clear: left;
}	
.catalog-category-view .grid.products-grid .product-items .product-item,.catalogsearch-result-index .grid.products-grid .product-items .product-item{
	width:25%;
}
	
}


@media (max-width:767px) {
.header-opening {
    color: #6fb31a;
    font-size: 10px;
    margin-top: 12px;
    line-height: 16px;
    padding-left:0;
}
/*.header-logo{
	float:left;
}
.header-logo .logo img{
	height:auto;
	width:auto;
}*/
.content-seach {
    margin-top: 50px !important;
}	
.header-sign{
	float:left;
	float: left;
    padding-left: 5px;
}
.righ-header-content .wishlist.icon{
	margin-left:34px;
	margin-top: 5px !important;
}
.minicart-wrapper{
	float:right;
	margin-right: 5px !important;
    margin-top: 2px !important;
}
.minicart-wrapper .icon:before{
	line-height: 45px;
    font-size: 34px;
}
.minicart-wrapper .icon{
	line-height: 42px;
}
.page-title-wrapper .page-title span{
	font-size:20px;
	margin-bottom: 0;
}
.category-description p {
    line-height: 19px;
    font-size: 13px;
}
.toolbar .sorter-options{
	width: 45%;
	height: 32px;
}
.toolbar .modes-mode.mode-grid{
	margin-top: 4px;
}
.catalog-category-view .sidebar-main .block.filter .filter-title strong{
	padding: 5px 10px !important;
	font-size: 13px !important;
	margin-top: 3px;
}
.grid.products-grid .product-items .product-item:nth-child(1n+1){
	clear:none !important
}
.grid.products-grid .product-items .product-item:nth-child(2n+1){
	clear: left !important;
}
.grid.products-grid .product-items .product-item{
	width:50%;
}
.catalog-category-view .products-grid .item button.button.tocart{
	padding: 7px 15px;
    line-height: 24px;
}
.item button.button .icon{
    font-size: 16px;
}
.catalog-category-view .products-grid .item button.button.tocart span,
.catalog-category-view .products-grid .item .actions-secondary button.modalRun span,
.catalogsearch-result-index .products-grid .item button.button.tocart span,
.catalogsearch-result-index .products-grid .item .actions-secondary button.modalRun span{
	font-size: 12px;
	line-height: 24px;
}
.block.filter{
    margin-bottom: 0;
}
.block.filter .filter-title{
    margin-bottom: 0;
}
.item button.button .icon{
    line-height: 24px;
}
.catalog-category-view .products-grid .item .actions-secondary button.modalRun {
    width: auto;
    padding: 0px 10px;
}
.catalog-category-view .products-grid .item .images-container {
    padding: 15px 10px 0;
}
.breadcrumbs li a, .breadcrumbs li strong{
	font-size:12px;
}
.catalog-product-view .product-essential .product-media.product.media {
    width: 100%;
}
.catalog-product-view .product-media .fotorama-item .fotorama__wrap--css3 .fotorama__nav-wrap {
    width: 100%;
    float: none;
}
.catalog-product-view .product-media .fotorama-item .fotorama__wrap--css3 .fotorama__stage {
    width: 100% !important;
    float: none;
    height: 270px !important;
}
.fotorama__nav__frame .fotorama__dot{
	width:10px;
	height:10px;
}
.catalog-product-view .product-essential .product-info-main.product-shop {
    width: 100%;
	padding-top: 10px;
}
.product-essential .product-info-extra.product-shop {
    width: 100%;
}
.product-info-main .page-title-wrapper .page-title span{
	font-size:16px;
}
.product-info-main .price-box .price-wrapper .price{
	font-size:20px;
}
.product-info-main .product-info-stock-sku {
    margin-top: 0;
    margin-bottom: 10px;
}
.product-info-main.product-shop .product.attribute.overview{
	font-size:14px;
}
.product-info-main .product-add-form .box-tocart .fieldset .control{
	height:38px;
}
.box-tocart .control .reduced{
	top:8px;
}
.box-tocart .control input.qty{
	margin-top: 3px !important;
}
.box-tocart .fieldset .actions .tocart{
	height:38px;
	padding: 0 25px 0 25px;
	line-height: 40px;
}
.box-tocart .control .increase{
	top: 8px;
}
.product-info-main .product-add-form .box-tocart .fieldset .actions .tocart span{
	font-size:14px;
}
.product-info-extra.product-shop .extra-info-bottom-section ul li{
	width:33.33%;
	line-height: 13px;
}
.product-info-extra.product-shop .extra-info-bottom-section ul li:nth-of-type(2){
	padding: 0 7px 0 35px;
    margin: 0px;
}
.product-info-extra.product-shop .extra-info-bottom-section ul li:nth-of-type(2):before{
	left: 9px;
}
.product-info-extra.product-shop .extra-info-bottom-section ul li:nth-of-type(3){
	padding-left:30px;
}
.product-info-extra.product-shop .extra-info-bottom-section ul li:nth-of-type(3):before{
	left:8px;
}
.product-info-extra.product-shop .extra-info-bottom-section ul li a{
	font-size:12px;
}
.extra-info-bottom-section p{
	margin-top:15px;
}
#accessories .pro-content .products .product-items .item.product,#related .pro-content .products .product-items .item.product{
	width: 44%;
}
#accessories .pro-content ol li .product-item-details .product-item-name {
    line-height: 17px;
    font-size: 12px;
}
#accessories .pro-content ol li .product-item-details .price-box .price-container .price{
	font-size: 16px;
	line-height: 30px;
}
.product-custom-tabs section .row h3{
	font-size:18px;
}
.header-setting .header-tp-links{
	text-align:center;
}
.header-setting .header-tp-links li{
	float:none;
	display:inline-block;
	font-size: 12px;
    margin-bottom: 5px;
}
.header-setting .header-tp-links li:first-child,
.header-setting .header-tp-links li:last-child{
	margin-left:0;
}
.header .header-setting {
    padding-top: 0;
}
.hot-support p{
	font-size:12px;
}	
.header-content {
    padding: 8px 0 5px !important;
}
    /*
.place-menu-mobile{
	position: absolute;
    top: -95px;
    left: 0px;
	padding: 0 0px 0 13px;
}
.place-menu-mobile .nav-toggle:before{
	font-size: 24px;
	color:#6fb31a;
} */
.nav-sections .mean-nav ul li a span.fa-home:before, 
.nav-sections .mean-nav ul li .level-top span.fa-home:before{
	color:#6fb31a;
}
.header-sign .hd-acc-link:before{
	left: -10px;
}
.header-sign .hd-acc-link{
	padding-left: 40px;
	font-size: 12px;
	padding-top: 5px;
	line-height: 15px;
}
.hd-acc-link a{
	font-size:12px;
    line-height: 20px;
}
.box-tocart .fieldset .field.qty .control button.items{
	top:8px;
}
.header .form-search .catalogsearch input.input-text{
	height: 21px !important;
}
.header-search .form-search button.button{
	margin-top: -8px;
	border-radius: 0 7px 7px 0;
}
.cms-static-banner-menu-right .banner-menu-box{
	display:none;
}
.cms-static-banner-menu-right .banner-menu-box{
	display:none;
}
.category-item .menu-company .parent-full-width{
	display:block;
}
.navigation .collapse, .meanmenu-accordion .collapse{
	top:12px;
}
.catalog-category-view .category-view{
	margin-top:15px;
}
.breadcrumbs li a{
	background:none;
}
.product-custom-tabs .nav.pro-tabs li a.scrollTo{
	font-size: 14px;
	padding:6px;
	border-right: 1px solid #70b31a;
    border-bottom: 1px solid #70b31a;
}
.product-custom-tabs .nav.pro-tabs li:nth-of-type(1) a.scrollTo,
.product-custom-tabs .nav.pro-tabs li:nth-of-type(2) a.scrollTo,
.product-custom-tabs .nav.pro-tabs li:nth-of-type(3) a.scrollTo{
	border-top: 1px solid #70b31a;
}
.product-custom-tabs .nav.pro-tabs li:nth-of-type(1) a.scrollTo,
.product-custom-tabs .nav.pro-tabs li:nth-of-type(4) a.scrollTo,
.product-custom-tabs .nav.pro-tabs li:nth-of-type(7) a.scrollTo{
	border-left: 1px solid #70b31a;
}
.product-custom-tabs .nav.pro-tabs li:nth-of-type(7) a.scrollTo{
	border-bottom:0;
}
.product-custom-tabs .nav.pro-tabs li{
	width: 33.33%;
	border-right: 0px solid #dddddd;
}
.product-custom-tabs section .pro-content{
	padding-top: 10px;
	font-size: 12px;
}
#benefits .pro-content ul li{
	width:47%;
}
#benefits .pro-content ul li:nth-of-type(2){
	margin:0;
}
#benefits .pro-content ul li:nth-of-type(3){
	margin-left:0;
}
#benefits .pro-content ul li:last-child{
	margin-left:0;
}
#benefits .pro-content h5 {
    font-size: 16px;
    margin: 6px 0;
}
#videos .pro-content ul li{
	margin:0 0 15px;
	width:100%;
}
#downloads .pro-content ul li {
    width: 33.33%;
}
#downloads .pro-content ul li h6{
	font-size:12px;
}
#downloads .pro-content ul li a{
	height: 32px;
    border: 0;
    line-height: 30px;
    padding: 0 15px 0 15px;
	font-size: 14px;
    margin-top: 10px;
}
.nav-before-open.nav-open .place-menu-mobile .nav-toggle{
	background: #6fb31a;
}
.nav-before-open .nav-toggle:before {
    font-size: 20px;
    color: #ffffff;
}
.menu-green-cleaning .parent-full-width{
	display:block;
}
.product-custom-tabs .sticky{
	width: 100% !important;
	z-index: 99;	
	border-bottom: 2px solid #70b31a;
}
.product-custom-tabs .sticky-wrapper.sticky{
	top: 109px;
}
.sticky-addtocart.sticky .sticky-inner{
	height: 110px;
}
.product-custom-tabs .nav.pro-tabs{
	background:#ffffff;
}
.product-custom-tabs .sticky-addtocart.sticky .sticky-inner .pro-info img {
    width: 38px;
}
.product-custom-tabs .sticky-addtocart .sticky-inner .pro-info h4{
	margin-top: 10px;
	float:none;
	margin-left:0;
	font-size:14px;
	padding-right: 10px;
}
.product-custom-tabs .sticky-addtocart .pro-cart .price-box .price-container .price:before{
	font-size:12px;
}
.product-custom-tabs .sticky-addtocart .pro-cart .price-box .price-container .price{
	font-size:14px;
}
.product-custom-tabs .sticky-addtocart .sticky-inner .pro-info{
	width:100%;
}
.product-custom-tabs .sticky-addtocart .sticky-inner .pro-cart{
	width:100%;
}
.sticky-addtocart .pro-cart .price-box{
	width:24%;
	margin-top:0;
}
.product-custom-tabs .sticky-addtocart .sticky-inner .pro-cart .box-tocart{
	width: 76%;
}
.product-custom-tabs .sticky-addtocart .pro-cart .box-tocart .fieldset .control{
	height:32px;
	margin-left: 20px;
}
.sticky-addtocart .box-tocart .fieldset .field.qty .control button.items {
    top: 4px;
}
.product-custom-tabs .sticky-addtocart .pro-cart .box-tocart .fieldset .control input.qty {
    height: 32px;
    line-height: 23px;
}
.sticky-addtocart .pro-cart .box-tocart .actions {
    margin-right: 10px !important;
    margin-left: 0 !important;
}
.product-custom-tabs .sticky-addtocart .pro-cart .box-tocart .fieldset .actions button.tocart{
	height: 32px;
    margin-top: 5px;
    border-radius: 8px;
    padding: 0px 15px 2px 15px;
    line-height: 32px;
}
#downloads .pro-content ul li img{
	height:80px;
	width:auto !important;
}
.tabs-content .pro-content .products .product-items .product img{
	min-height:80px;
	max-height:96px;
}
.tabs-content .pro-content .products .product-items .product .product-item-info a.product-item-photo{
	display:block;
	text-align:center;
}
#accessories .product-item-actions .actions-primary{
	margin-top: -15px;
}
.pro-content .product-items .product .product-item-info  .product.actions.product-item-actions{
	float: none;
    width: 100%;
    text-align: center;
}
#accessories .product-item-actions .actions-primary{
	float:none;
}
#accessories .pro-content .price-box.price-final_price{
	float: none;
    max-width: 100%;
	text-align: center;
}
#related .pro-content .product-item-details .price-box.price-final_price{
	float: none;
    max-width: 100%;
	text-align: center;
}
#related .pro-content .product-item-actions .actions-primary{
	float: none;
	margin-top: -15px;
	text-align:center;
}
.header-top .top-left.mobile-center{
	width: 62%;
    float: left;
	padding-left: 6px;
}
.header-top .top-right.mobile-center{
	width: 37%;
    float: left;
	padding-top: 5px;
}
.header-top .top-right.mobile-center .header-setting .header-tp-links{
	margin-bottom:0;
}
.product-essential .product-info-main .product-add-form .add-to-cart.box-tocart button.modalRun[title="Request a quote"]{
	padding: 0 15px 2px;
}
.product-essential .product-info-main .product-add-form .add-to-cart.box-tocart button.modalRun[title="Request a quote"] span{
	line-height: 27px;
}
.product-essential .product-shop .product-add-form .response-tick{
	margin-left: 7px;
}
.product-custom-tabs .sticky-addtocart .pro-cart .call-for-price ~ .add-to-cart.box-tocart{
	width: 100%;
	padding: 0 10px;
}
.catalog-product-view .product-custom-tabs .sticky-addtocart .pro-cart .add-to-cart.box-tocart .modalRun{
	height: 32px;
	padding: 0 15px;
}
.header-search #search_mini_form.minisearch{
	border-radius: 8px;
}
.hot-support .hotline {
    margin-right: 5px;
}
.hot-support .email{
	padding-left: 22px;
	margin-left: 28px;
}
.hot-support p {
    font-size: 11px;
}
.header-setting .header-tp-links li{
	font-size: 11px;
}
.hot-support .email a:before{
	left:-4px;
}
.header-tp-links li:nth-of-type(1):before{
	top:1px;
	left: 2px;
}
 /* .header-content .content-logo{
	width: 33.33%;
    margin: 0 auto;
}*/
.header-content .opening-hours{
	width: 33.33%;
    float: right;
    transform: translate(0px, -8px);
    padding-left: 0;
    padding-right: 0;
}

}



@media (min-width:400px) and (max-width:480px) {

.opening-hours .header-opening{
	padding-left: 18%;
    margin-top: 15px;
}
.opening-hours .header-opening span{
	display:block;
}
.content-seach {
    margin-top: 56px !important;
}	
	
}



@media (max-width: 360px) {
.catalog-category-view .products-grid .item .images-container{
	padding:10px 5px 0;
}	
.hot-support .hotline {
    margin-right: 5px;
}
.hot-support .email{
	padding-left: 22px;
}
.hot-support p {
    font-size: 11px;
}
.header-setting .header-tp-links li{
	font-size: 11px;
}
.content-seach {
    margin-top: 48px !important;
}
.header-opening{
	margin-top: 11px;
    margin-left: 10%;
}
	
}

@media (max-width:320px) {
.header-opening{
	font-size: 10px;
	margin-top: 5px;
}
.content-seach {
    margin-top: 42px !important;
}
.header-setting .header-tp-links li {
    font-size: 10px;
}
.hot-support .email{
	margin-left: 2px;
	padding-left: 20px;
}
.hot-support p {
    font-size: 10px;
}
.righ-header-content .wishlist.icon {
    margin-left: 8px;
}

}

.page-footer .contact-address {
	margin-top: 50px;
}

/*Kowshik Css start*/
.header-tp-links li {
	position: relative;
	padding-left: 25px;
	margin-left: 0px;
	font-size: 15px;
	color: #5c5c5c !important;
	padding-top: 7px;
}
.header-tp-links li:last-child::after{
	display: none;
}

.header-tp-links li::before {	
	display: none !important;	
}
.header-tp-links li::after {
	height: 20px;
	width: 1px;
	background-color: #ddd;
	position: absolute;
	z-index: 10;
	right: -10px;
	top: 10px;
	content: '';
}
.header-tp-links li a{
	color: #5c5c5c !important;
	font-size: 15px;
}
.hot-support p {
	font-size: 15px;	
}
.hotline p a {
	color: #040303  !important;
	margin-left: 5px;
}
.alothemes .header-top {
	background: transparent;
}
.header-search .form-search {
	background-color: #ffffff;
	border: 1px solid #6fb31a !important;
	border-radius: 0px;
}
.search-category {
	width: 120px;
	font-size: 20px;
	position: absolute;
	z-index: 999;
	top: 0;
	height: 40px;
	border-radius: 0px;
}
.header .form-search .catalogsearch input.input-text {	
	padding: 0 10px 0px 126px;
}
.header-search .form-search button.button {
	background: transparent !important;
}
.header-search .form-search button.button {
	background: transparent !important;
	z-index: 999;
	position: relative;
}
.righ-header-content ul .top-main-nav {
	display: block;
	width: 25%;
	float: left;
	position: relative;
}
.righ-header-content .comparelist.icon.icon-favorites::before {
	font-size: 40px;
}
.righ-header-content .comparelist.icon span {
	width: 22px;
	height: 22px;
	background: #6FB31A;
	color: #ffffff;
	display: inline-block;
	font-size: 12px;
	border-radius: 50%;
	text-align: center;
	margin-top: -3px;
	float: right;
	margin-left: -11px;
	position: relative;
	padding-top: 2px;
}
.righ-header-content ul .top-main-nav {
	display: block;
	width: auto;
	float: left;
	position: relative;
	padding: 0 15px !important;
}
/*
.righ-header-content ul li a::before {
    font-size: 36px !important;
    position: relative !important;
    left: -10px !important;
}
*/


.righ-header-content .showcart::before {
    font-size: 28px !important;
    position: relative !important;
    left: -10px !important;
}
.righ-header-content .wishlist::before {
    font-size: 28px !important;
    position: relative !important;
    left: -10px !important;
    top:4px;
}

.header-sign {
	padding-top: 0px !important;
	padding-left: 30px;
}
.righ-header-content ul .top-main-nav > a span {
    position: absolute !important;
    float: none !important;
    z-index: 10;
    margin: 0px !important;
    padding: 0px !important;
    left: 8px !important;
    top: -5px !important;
    line-height: 44px; 
    
}

.minicart-wrapper {top:6px}
.minicart-wrapper .icon-shopping-bag span.text {
	position: relative !important;
	left: unset !important;
	right: unset !important;
	top: unset !important;
	margin: 0px !important;
}
.righ-header-content ul li a {
	/*font-weight: 700 !important;*/
	font-size: 16px !important;	
}
.header-sign {
	padding-top: 0px !important;
	padding-left: 0px !important;
}
.sections.nav-sections {
	/*position: relative;*/
}
.sections.nav-sections .hotline p {
	font-size: 18px;
}
.sections.nav-sections .hotline p a {
	position: relative;
	padding-left: 2px;
}
.sections.nav-sections .hotline p a::before{
	display: none;
}
.sections.nav-sections .hotline {
	position: absolute;
	z-index: 10;
	right: -20px;
	top: 5px;
}
.sections.nav-sections .hotline p a {
	display: block;
	font-size: 30px;
	font-weight: 700;
	margin: 0px !important;
}
.sections.nav-sections .hotline p {
	font-size: 11px;
	padding-left: 10px;
	position: relative;
	line-height: 20px;
}
.sections.nav-sections .hotline p i {
	font-size: 30px;
	position: absolute;
	z-index: 10;
	left: -20px;
	top: 0;
}
.product-item {
	position: relative !important;
}

.actions-secondary.add-to-links {
	position: absolute !important;
	bottom: 90px !important;
	border-bottom: 1px solid #ddd;
}

.product-item .product-item-info:hover .bss-quickview {
	display: block !important;
	position: relative !important;
	bottom: unset !important;
	left: unset !important;
	margin: 0;
	z-index: 99999999999999 !important;
	width: 33% !important;
	padding: 10px 0 10px 0;
	text-align: center !important;
	font-size: 14px !important;
	text-decoration: none !important;
	color: #333;
	background: transparent;
}
.actions-secondary.add-to-links a {
	background-color: #fff;
	border: 1px solid #6fb31a;
	text-align: center;
	height: 40px;
	display: block !important;
	float: left !important;
	width: 40px;
	max-width: 40px !important;
	font-size: 20px !important;
	line-height: 40px !important;
	padding: 0px !important;
	margin: 0px !important;
}
.item:hover .actions .add-to-links {
	width: 125px !important;
	background: rgba(255,255,255,0.6);
	text-align: center;
	margin: 0 auto;
}
.page-alo-sectionbottom.wrap .actions-secondary.add-to-links {
	position: absolute !important;
	bottom: 0px !important;
	border-bottom: 1px solid #ddd;
	right: 100% !important;
}
#layer-product-list .actions-secondary.add-to-links {
	width: 75%;
	text-align: center;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.header-opening {	
	text-align: center;
}
.header-search .form-search button.button > span::before {	
	color: #333 !important;
}
.righ-header-content {	
	padding-right: 0px !important;
    text-align: left !important;
}
.icon-refresh::before {
	content: "\f021";
	font-family: "FontAwesome" !important;
}
.hd-acc-link a {
	color: #333 !important;
	position: static;
    text-align: left !important;
	top: 13px;
	padding-left: 0px !important;
}
.righ-header-content ul li a:hover{
	color: #6fb31a !important;
}
.righ-header-content .minicart-wrapper .icon:before {  
    height: 28px !important;
    width: 30px !important;
    background-size: contain !important;
    top: 4px;
    transform: scaleX(-1);
}
.header-sign .hd-acc-link:before {   
    width: 28px !important;
    height: 30px !important;
    background-size: contain !important;
	top: 10px;
}
.minicart-wrapper .icon-shopping-bag span.text {
    position: relative !important;
    left: -6px !important;
    right: unset !important;
   
    margin: 0px !important;
}

.filter-options .filter-options-content .item a:before {display: none !important}

.header-sign .hd-acc-link {/*
    position: relative;
    padding-left: 30px;
    line-height: 3px;*/
}
.righ-header-content {   
    margin-top: 23px;
}
@media (max-width: 767px){
.header-top .top-right.mobile-center {
	width: 100%;
	float: none;
	padding-top: 0px;
}
.header-top .top-left.mobile-center {
	width: 100%;
	float: none;
	padding-left: 0px;
}
.header-tp-links li a {	
	font-size: 9px;
}
.search-category {	
	top: 0px;	
}
/* .header .logo {
    margin: 10px 0px;
}
.header-logo {
    float: right;
}
.header-content .content-logo {
    width: 100%;
    margin: 0 auto;
    position: relative;
}*/
/*.place-menu-mobile {
    position: absolute;
    top: 20px;
    left: 0px;
    padding: 0 0px 0 13px;
}*/
.content-seach {
    margin-top: 0px !important;
   
}
.place-menu-mobile .nav-toggle:before {
    font-size: 34px;
}
.header .form-search .catalogsearch input.input-text {
    height: 39px !important;
}
.header-search .form-search button.button {
    margin-top: -2px;
}
.header-content .opening-hours {
    width: 33.33%;
    float: none;
    transform: translate(0px, -8px);
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    z-index: 10;
    left: 50px;
    top: 17%;
    font-size: 18px;
}
.header-opening {   
    font-size: 11px;    
}
.righ-header-content .wishlist.icon {
    margin-left: 3px;
    margin-top: 5px !important;
}
.hd-acc-link a {    
    top: 0px;    
}
.righ-header-content ul li a::before {
    font-size: 24px !important;
    position: relative !important;
    left: -4px !important;
}
.header-tp-links li a {
    font-size: 11px;
}
.header-setting .header-tp-links li {
    font-size: 12px;
}
.nav-sections .mean-nav ul li {
    position: relative;
    float: left;
    width: 90%;
    margin: 0;
}
.header-content {
    background-color: rgba(0, 0, 0, 0);
    position: relative;
}
}

/*Kowshik Css End*/

/* New tabs*/
 .product.data.items {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px;
}
  .product.data.items>.item.title {
    box-sizing: border-box;
    float: none;
    width: 100%}
 .product.data.items>.item.title>.switch {
    display: block;
}
 .product.data.items>.item.content {
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0;
}
  .product.data.items>.item.content:before, .product.data.items>.item.content:after {
    content: '';
    display: table;
}
 .product.data.items>.item.content:after {
    clear: both;
}
 .product.data.items>.item.content.active {
    display: block;
}
 .product.data.items>.item.title {
    margin: 0;
}
 .product.data.items>.item.title>.switch {
    border-top: 1px solid #ccc;
    height: 40px;
    padding: 1px 10px;
    font-weight: 600;
    line-height: 40px;
    font-size: 1.4rem;
    color: #333;
    text-decoration: none;
}
 .product.data.items>.item.title>.switch:visited {
    color: #6d6d6d;
    text-decoration: none;
}
 .product.data.items>.item.title>.switch:hover {
    color: #333;
    text-decoration: none;
}
 .product.data.items>.item.title>.switch:active {
    color: #333;
    text-decoration: none;
}
 .product.data.items>.item.title:not(.disabled)>.switch:active,     position: relative;
 .product.data.items>.item.title.active>.switch, .product.data.items>.item.title.active>.switch:focus,   .product.data.items>.item.title.active>.switch:hover {
    color: #333;
    text-decoration: none;
    padding-bottom: 1px;
}
 .product.data.items>.item.content {
    background: #fff;
    margin: 0;
    padding: 10px 10px 30px;
}
 .product.data.items .item.title a {
    text-decoration: none;
}
 .product.data.items .item.title a:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: inherit;
    color: inherit;
    content: '\e688';
    font-family: 'Pe-icon-7-stroke';
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
}
 .product.data.items .item.title a:after {
    position: absolute;
    right: 10px;
/*    top: 1px;*/
}

.main .product.info.detailed .product.data.items > .item.title .switch:after {background-color: transparent!important}
 .product.data.items .item.title.active a:after {
    content: '\e682';
}
 .product.data.items .value p:last-child {
    margin-bottom: 0;
}
 .product.data.items .table-wrapper {
    margin: 0;
}
 .product.info.detailed {
    clear: both;
    margin-bottom: 30px;
}
 .product.info.detailed .additional-attributes {
    width: auto;
    border: none;
}
 .product.info.detailed .additional-attributes>thead>tr>th, .product.info.detailed .additional-attributes>tbody>tr>th, .product.info.detailed .additional-attributes>tfoot>tr>th, .product.info.detailed .additional-attributes>thead>tr>td, .product.info.detailed .additional-attributes>tbody>tr>td, .main .main .product.info.detailed .additional-attributes>tfoot>tr>td {
    border: none;
}
 .product.info.detailed .additional-attributes>thead>tr>td, .product.info.detailed .additional-attributes>tbody>tr>td, .product.info.detailed .additional-attributes>tfoot>tr>td {
    padding: 5.5px 5px 10px;
}
.product.info.detailed .additional-attributes>thead>tr>th, .product.info.detailed .additional-attributes>tbody>tr>th, .product.info.detailed .additional-attributes>tfoot>tr>th {
    padding: 5.5px 30px 10px 0;
}

.product.data.items .item.title>.switch {
    padding: 1px 15px 1px;
}
 .product.data.items>.item.content {
    padding: 10px 15px 30px;
}



/*MEDIA */
@media (min-width: 769px),  print {
.product.data.items {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}
.product.data.items:before, .product.data.items:after {
    content: '';
    display: table;
}
.product.data.items:after {
    clear: both;
}
.product.data.items>.item.title {
    float: left;
    width: auto;
}
.product.data.items>.item.title>.switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
}
.product.data.items>.item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%}
.product.data.items>.item.content:before, .product.data.items>.item.content:after {
    content: '';
    display: table;
}
.product.data.items>.item.content:after {
    clear: both;
}
.product.data.items>.item.content.active {
    display: block;
}
.product.data.items>.item.title {
    margin: 0 -1px 0 0;
}
.product.data.items>.item.title>.switch {
    font-weight: 400;
    line-height: 40px;
    font-size: 1.4rem;
    color: #6d6d6d;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #ccc;
    border-bottom: none;
    height: 40px;
    padding: 1px 35px;
}
.product.data.items>.item.title>.switch:visited {
    color: #6d6d6d;
    text-decoration: none;
}
.product.data.items>.item.title>.switch:hover {
    color: #6d6d6d;
    text-decoration: none;
}
.product.data.items>.item.title>.switch:active {
    color: #333;
    text-decoration: none;
}
.product.data.items>.item.title:not(.disabled)>.switch:focus, .product.data.items>.item.title:not(.disabled)>.switch:hover {
    background: #fff;
}
.product.data.items>.item.title:not(.disabled)>.switch:active, .product.data.items>.item.title.active>.switch, .product.data.items>.item.title.active>.switch:focus, .product.data.items>.item.title.active>.switch:hover {
    background: #fff;
    color: #333;
    text-decoration: none;
}
.product.data.items>.item.title.active>.switch, .product.data.items>.item.title.active>.switch:focus, .product.data.items>.item.title.active>.switch:hover {
    padding-bottom: 2px;
}
.product.data.items>.item.content {
    background: #fff;
    margin-top: 43px;
    padding: 35px;
    border: 1px solid #ccc;
}
.product.data.items .item.title a:after {
    display: none;
}
}

/* Product Cart */
.product-info-main .product-add-form .fieldset > .field {
    margin-top: 20px !important;
}

/*Related Products*/

.related .products-grid .product-item {
    width: 18.6%;
        
}

.related .product-image-photo {
    height: 150px;
    object-fit: contain;
}


.product.attribute.sku {
    display: inline-block;
    width: 200px;
    margin-top: 0px !important;
}

.fotorama__thumb-border {

    border: 1px solid #6fb31a !important;
}

.catalog-product-view .paypal  {
display: inline !important;
position: relative;
top:10px;
}


.catalog-product-view .paypal.before:before {
    content: '- ' attr(data-label) ' -';
   display: inline;
    margin: 10px 5px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    top: -10px;
}

.catalog-product-view #instant-purchase {display: none;}

.catalog-product-view .StripeElement {
    display: inline-block;
    width: 168px;
    height: 32px;
    float: right;
    position: relative;
       left: 10px;
    top: 5px;
}
.mage-magictabs .item:hover .product-item-info {
    padding-bottom: 0;
}
.mage-magictabs .product-item-info .hover-box .actions-primary button:hover{border: none;}

/* mukit 7 Jun */

.box_row_category .menu-accordion-button{
    display:none;
}
.product-essential .product-info-main .product-social-links{	
	margin-top: 15px !important;
    clear: both;
    text-align: left;
    padding-top: 15px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 15px;
}
.product-info-main .product-add-form{
	display:inline-block;
	width:100%;
}

/* === robotic cleaning === */

.welcomeection{
    background:#333e48;
    padding:4% 15%;
    color:#ffffff;
    text-align:center;
    margin-bottom: 50px;
}
.welcomeection h1{
    font-size:32px;
    color:#6FB31A !important;
    margin-bottom: 20px;
}
body.page-layout-1column .welcomeection p a{
    color:#6FB31A;
}
.welcomeection p{
    font-size:16px;
}
.robotic-intro h2,
.robotic-intro h3,
.robotic-intro h4{
    font-size:28px;
    font-weight:700;
    margin-bottom: 20px;
    margin-top:30px;
}
.robotic-intro p{
    font-size:16px;
    line-height: 24px;
}
.robotic-intro .row{
    margin-bottom:40px;
}
.robotic-range{
    background:#f5f5f5;
    text-align: center;
    padding:0 40px 40px;
}
.robotic-productline a strong{
    display:block;
    text-align:center;
    margin-bottom:10px;
    margin-top:15px;
}
.robotic-productline p{
    text-align:center;
    margin-bottom: 30px;
}
.robotic-intro img{
    border-radius:20px;
}
.about-us-title .short-description{
    width:100%;
}
.about-us hr {
    margin-bottom: 5px;
}
.ab-wrap .img-box hr {
    margin-bottom: 5px;
}
body.page-layout-1column .welcomeection p a.btn-robotic{
	color:#ffffff;
}
.btn-robotic{
	background-color: #6fb31a;
	color:#ffffff !important;
	font-size:16px;
	padding:10px 30px;
	border-radius:6px;
	transition:all ease-in-out 0.3s;
	margin-bottom: 20px;
	margin-top: 20px;
    display: inline-block;
	border:1px solid #6fb31a;
}
.btn-robotic:hover{
	background-color:#333e48;
}
.robotic-productline a{
	display:block;
	text-align:center;
}

/* === robotic cleaning end === */

/* === Cleaning Agents section UI===*/

.product-items.slick-initialized .slick-slide .item .images-container{
    padding: 15px 15px 0;
}
.product-items.slick-initialized .slick-slide .item .images-container button.button{
    width: 63%;
    padding:0 4px;
}
.product-items.slick-initialized .slick-slide .item .images-container button.button span{
    font-size:14px;
}
.product-items.slick-initialized .slick-slide .item .images-container button.button .icon{
    font-size:16px;
}
.price-container .price-including-tax + .price-excluding-tax .price {
    font-size: 18px !important;
	line-height: 30px;
    font-weight: 600;
	color:#343f49;
	display: block;
}
.product-items.slick-initialized .slick-slide .item .images-container .product.description.product-item-description p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.banner-box{
    margin:25px 0;
}
.products-grid .product-items.slick-initialized{
    margin-top: 30px;
}



/*  Responsive */

@media (max-width:767px) {
/* === robotic cleaning responsive === */
.welcomeection{
    padding: 4%;
    margin-bottom: 0;
}   
.welcomeection h1 {
    font-size: 24px;
    color: #6FB31A !important;
    margin-bottom: 15px;
}   
.welcomeection p {
    font-size: 14px;
}   
.robotic-intro h2, 
.robotic-intro h3, 
.robotic-intro h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 20px;
}   
.robotic-intro img {
    border-radius: 20px;
    margin-top: 20px;
}
.robotic-intro p {
    font-size: 14px;
    line-height: 24px;
}
.robotic-range{
    padding: 0 15px 15px;
    border-radius:20px;
}
.product-items.slick-initialized .slick-slide .item .images-container .price-box {
    display: block;
    margin: 0;
    float: inherit;
    max-width: 100%;
    text-align: center;
}
/* === robotic cleaning responsive end === */


.box_row_category .menu-accordion-button{
    display:block;
}
.company-quick-order .fieldset.address .quickorderfield {
    width: 100%;
}
.quickorderfield .control {
    width: 100%;
    float: left;
}   
.company-quick-order .fieldset.address .quick-cart {
    width: 60%;
    top: -15px;
}
.quick-cart .btn-add-to-cart{
    padding: 0 12px;
}
.sites-company-quickorder .container-order .product_category.mobile-menu-accordion-hide{
    display:none !important;
    transition:all ease-in-out 0.5s;
}
.sites-company-quickorder .container-order .product_category.mobile-menu-accordion-hide.show{
    display:block !important;
}
.box_row_category .menu-accordion-button{   
    background:#6fb31a !important;
    position:relative;
    margin-bottom:12px;
    width: 100%;
    padding: 8px 15px;
}
.box_row_category .menu-accordion-button:hover,
.box_row_category .menu-accordion-button:focus{
    background-color: #333e48 !important;
}
.container-order .box_row_category .menu-accordion-button:after{
    content:'';
    background: url('../../frontend/Alothemes/clenlidirect_new/en_IE/images/arrowIco.png') 0 0 no-repeat;
    display:block;
    position:absolute;
    right:10px;
    top:10px;
    width:28px;
    height:16px;
}
.sites-company-quickorder .container-order .product_category .nav.items a{
    font-size: 14px;
    border-bottom: 1px dashed #f5f5f5;
}
.order_product_grid .item button.button{
    padding:2px 0 0;
    height: 32px;
    width:100% !important;
}
.order_product_grid .item button.button .icon{
    line-height:18px;
}
.sites-company-quickorder .container-order .order_product_grid fieldset .course-qty .input-group .cart_quantity{
    width:68px !important;
}
.sites-company-quickorder .container-order .order_product_grid fieldset .course-qty .input-group{
    margin: 10px auto 0;
    float:none;
}
.checkout-index-index.sites-checkout.checkout-container .opc-wrapper .site-order-form{
    display:block;
}
.checkout-index-index.sites-checkout.checkout-container .checkout-header{
    width:100%;
    margin-bottom:15px;
}
.checkout-index-index .checkout-header .description{
    font-size:14px;
}
.checkout-index-index .checkout-header .title{
    font-size:18px;
}
.checkout-index-index.sites-checkout.checkout-container .checkout-column .checkout-block{
    padding: 15px;
    box-shadow:0px 1px 5px 1px rgba(0,0,0,0.05);
    display: inline-block;
    width: 100%;
}
.checkout-index-index.sites-checkout.checkout-container .checkout-column.opc .step-title{
    line-height: 28px;
    font-size:14px;
}
.checkout-index-index .opc-block-summary .minicart-items .product-image-container {
    margin-left: 0;
}
.sites-checkout-index .checkout-index-index .opc-block-summary .minicart-items .product-item-details{
    width:70%;
}
.minicart-items .product-item-name{
    font-size:14px;
}
.checkout-payment-method.submit .payment-methods{
    text-align:right;
}
.checkout-payment-method .payment-methods .actions-toolbar .primary{
    float:none !important;
}
.checkout-index-index .opc-wrapper.am-opc-wrapper .label[for="zip"]{
    float:left;
    margin-right: 5px;
}
.minicart-wrapper .block-minicart {
    width: 320px;
    transform: translateX(15px);
    left: auto !important;
}

}
@media (max-width:360px){
.sites-company-quickorder .container-order .order_product_grid fieldset .course-qty .input-group .cart_quantity {
    width: 54px !important;
}

}

.products-grid.products-related .product-items .product-item .product-item-info {
	padding:15px;
}
.price-box > .price-container .price, .product-item .price-box .minimal-price .price{
	line-height:30px !important;
}
.right-side-bar .sidebar-enquire .btn-group .btn-submit{
    background-color: #6fb31a;
}
.form.contact .fieldset .contact-content .content{
    position: relative;
    z-index: 9;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #fff;
	color: #444;
	text-shadow: none;
}

.fancybox-opened {
	z-index: 10001;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-prev span, .fancybox-next span {
	background-image: url('../../frontend/Alothemes/clenlidirect_new/en_IE/Magiccart_Alothemes/css/images/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../../frontend/Alothemes/clenlidirect_new/en_IE/Magiccart_Alothemes/css/images/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: 6px;
	right: 6px;
	width: 10px;
	height: 10px;
	cursor: pointer;
	z-index: 8040;
	background-color:transparent;
	background-image: url('../../frontend/Alothemes/clenlidirect_new/en_IE/Magiccart_Alothemes/css/images/fancybox/close-button.png');
	background-position:0px 0px;
	background-repeat: no-repeat;
}
.fancybox-close:hover{
	background-position: 0px 0px;
}
.product-view.product-quickview .container-quickview .product-img-box .more-views .bx-wrapper{margin-bottom:0;}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../../frontend/Alothemes/clenlidirect_new/en_IE/Magiccart_Alothemes/css/images/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 10000;
	background: url('../../frontend/Alothemes/clenlidirect_new/en_IE/Magiccart_Alothemes/css/images/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}


.fotorama-stretch,
.fotorama-focus-overlay:after,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__html,
.fotorama__video iframe {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.fotorama-grab-cursor,
.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.fotorama-grabbing-cursor,
.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
.fotorama-gpu,
.fotorama--fullscreen,
.fotorama__caption,
.fotorama__wrap--css3 .fotorama__spinner,
.fotorama__wrap--css3 .fotorama__stage,
.fotorama__wrap--css3 .fotorama__nav,
.fotorama__wrap--css3 .fotorama__stage__frame,
.fotorama__wrap--css3 .fotorama__html,
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  transform: translateZ(0);
}
.fotorama-focus,
.fotorama__nav__frame,
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus {
  outline: 0;
}
.fotorama-focus-overlay:after {
  background-color: #006bb4;
  border-radius: inherit;
  content: '';
}
.fotorama-transform-disabled,
.fotorama__wrap--video .fotorama__stage__shaft,
.fotorama__wrap--video .fotorama__stage,
.fotorama__wrap--video .fotorama__stage__frame--video,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  transform: none !important;
}
.fotorama-transition-for-slide,
.fotorama__wrap--css3 .fotorama__stage__shaft,
.fotorama__wrap--css3 .fotorama__nav__shaft,
.fotorama__wrap--css3 .fotorama__thumb-border {
  transition-duration: 0ms;
  transition-property: transform, width;
  transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
}
.fotorama-no-select,
.fotorama__wrap,
.fotorama__no-select,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  user-select: none;
}
.fotorama-select,
.fotorama__select {
  user-select: text;
}
.fotorama-empty-bg {
  background: url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=);
}
.fotorama-auto-margin,
.fotorama__nav,
.fotorama__nav__frame {
  margin: auto;
  padding: 0;
}
.fotorama-inline-block,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__caption__wrap {
  *display: inline;
  *zoom: 1;
  -moz-box-orient: vertical;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
}
.fotorama-content-box,
.fotorama__nav__frame {
  box-sizing: content-box;
}
.fotorama-border-box,
.fotorama__thumb-border,
.fotorama__caption__wrap,
.fotorama__arr {
  box-sizing: border-box;
}
.fotorama-hidden,
.fotorama--hidden,
.fotorama__load {
  left: -99999px;
  position: absolute;
  top: -99999px;
  z-index: -1000;
}
.fotorama-visible {
  left: auto;
  opacity: 1;
  position: relative;
  top: auto;
  z-index: auto;
}
.fotorama-no-tap,
.fotorama__stage__shaft,
.fotorama__stage__frame,
.fotorama__nav,
.fotorama__nav__shaft,
.fotorama__nav__frame,
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.transitionDuration {
  transition-duration: 333ms;
}
.transitionDurationZero {
  transition-duration: 0ms;
}
.fotorama-sprite,
.fotorama__fullscreen .fotorama__zoom-out,
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__arr .fotorama__arr__arr,
.fotorama__fullscreen-icon,
.fotorama__video-play,
.fotorama__thumb--icon,
.fotorama__video-close {
  background-image: url('../../frontend/Alothemes/clenlidirect_new/en_IE/mage/gallery/gallery.png');
  background-repeat: no-repeat;
}
@media print {
  .fotorama-print-background,
  .fotorama-sprite,
  .fotorama__thumb-border,
  .fotorama__fullscreen .fotorama__zoom-out,
  .fotorama__fullscreen .fotorama__zoom-in,
  .fotorama__arr .fotorama__arr__arr,
  .fotorama__fullscreen-icon,
  .fotorama__video-play,
  .fotorama__thumb--icon,
  .fotorama__video-close {
    background: none !important;
  }
}
.fotorama__fullscreen-icon:focus,
.fotorama__zoom-out:focus,
.fotorama__zoom-in:focus,
.fotorama__arr:focus,
.fotorama__stage__shaft:focus,
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__dot {
  box-shadow: none;
}
.fotorama__fullscreen-icon:focus:after,
.fotorama__zoom-out:focus:after,
.fotorama__zoom-in:focus:after,
.fotorama__arr:focus:after,
.fotorama__stage__shaft:focus:after,
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  border-radius: inherit;
  bottom: 3px;
  box-shadow: 0 0 3px 1px #68a8e0;
  content: '';
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 1000;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb:after,
.fotorama__nav__frame--thumb:focus .fotorama__dot:after,
.fotorama__nav__frame--dot:focus .fotorama__dot:after {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,
.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  left: 2px;
  right: 2px;
}
.fotorama__nav__frame--thumb:focus .fotorama__thumb,
.fotorama__nav__frame--dot:focus .fotorama__thumb {
  overflow: inherit;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after {
  left: 1px;
}
.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after {
  top: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb:after {
  right: 1px;
}
.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after {
  bottom: 1px;
}
.fotorama__thumb__arr {
  box-shadow: none;
}
.fotorama--fullscreen {
  background: #ffffff;
  bottom: 0 !important;
  float: none !important;
  left: 0 !important;
  margin: 0 !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
}
.fotorama--fullscreen .fotorama__wrap {
  max-width: 100% !important;
}
.fotorama__fullscreen {
  overflow: hidden;
  position: relative;
}
.fotorama__fullscreen .fotorama__zoom-in,
.fotorama__fullscreen .fotorama__zoom-out {
  cursor: pointer;
  display: block;
  height: 80px;
  overflow: hidden;
  position: absolute;
  width: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out {
  background-position: 0 -80px !important;
  top: 80px;
}
.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__zoom-in {
  background-position: 0 0 !important;
  top: 0;
}
.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled {
  display: none;
}
.fotorama__fullscreen .fotorama__video-close {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block;
}
.fotorama__zoom-in,
.fotorama__zoom-out {
  display: none;
}
.fotorama {
  min-width: 1px;
  overflow: hidden;
}
.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  direction: ltr;
  position: relative;
  z-index: 0;
}
.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl;
}
.fotorama__stage,
.fotorama__nav {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y;
}
.fotorama__stage__shaft {
  position: relative;
}
.fotorama__wrap .fotorama__pointer {
  cursor: pointer;
}
.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important;
}
.fotorama__stage__frame {
  overflow: hidden;
}
.fotorama__stage__frame.fotorama__active {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__stage__frame {
  display: none;
}
.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,
.fotorama__wrap--fade .fotorama__fade-front,
.fotorama__wrap--fade .fotorama__fade-rear {
  display: block;
  left: 0;
  top: 0;
}
.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8;
}
.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7;
}
.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9;
}
.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none;
}
.fotorama__img {
  border: none !important;
  max-width: inherit;
  opacity: 0;
}
.fotorama__loaded .fotorama__img,
.fotorama__error .fotorama__img {
  opacity: 1;
}
.fotorama__img--full {
  display: none;
}
.fotorama__nav {
  display: none;
  font-size: 0;
  line-height: 0;
  white-space: nowrap;
  z-index: 5;
}
.fotorama__nav__shaft {
  left: 0;
  position: relative;
  text-align: left;
  top: 0;
}
.fotorama__nav__frame {
  position: relative;
}
.fotorama__nav--dots {
  display: block;
  text-align: center;
}
.fotorama__nav--dots .fotorama__nav__frame {
  height: 30px;
  width: 18px;
}
.fotorama__nav--dots .fotorama__nav__frame--thumb,
.fotorama__nav--dots .fotorama__thumb-border {
  display: none;
}
.fotorama__nav--thumbs {
  display: block;
}
.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important;
}
.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none;
}
.fotorama__active .fotorama__dot {
  background-color: #ff5501;
  border-color: #ff5501;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame {
  border-width: 3px;
  height: 0;
  width: 0;
}
.fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after {
  left: -3px;
  padding: 3px;
  top: -3px;
}
.fotorama__nav__frame:focus  {
  box-shadow: none;
}
.fotorama__nav__frame:focus :after {
  left: -1px;
  padding: 1px;
  top: -1px;
}
.fotorama__dot {
  border-radius: 6px;
  border: 1px solid #858585;
  display: block;
  height: 4px;
  left: 6px;
  position: relative;
  top: 12px;
  width: 4px;
}
.fotorama__thumb {
  background-color: #ebebeb;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2;
}
.fotorama__thumb-border {
  backface-visibility: hidden;
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
  border: 1px solid #ff5501;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 9;
}
.fotorama__caption {
  bottom: 0;
  color: #000000;
  font-size: 14px;
  left: 0;
  line-height: 1.5;
  position: absolute;
  right: 0;
  z-index: 12;
}
.fotorama__caption a {
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
  text-decoration: none;
}
.fotorama__caption a:hover {
  border-color: rgba(0, 0, 0, 0.005);
  color: #000000;
}
.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0;
}
.fotorama__wrap--video .fotorama__caption,
.fotorama__wrap--no-captions .fotorama__caption {
  display: none;
}
.fotorama__caption__wrap {
  background-color: #ffffff;
  padding: 5px 10px;
}
@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fotorama__spinner {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
}
.fotorama__wrap--css3 .fotorama__spinner {
  animation: spinner 24s infinite linear;
}
.fotorama__wrap--css3 .fotorama__html {
  transition-duration: 0.3s;
  transition-property: opacity;
  transition-timing-function: linear;
}
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,
.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html {
  opacity: 0;
}
.fotorama__select {
  cursor: auto;
}
.fotorama__video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 32px;
  z-index: 10;
}
@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent;
  }
}
.fotorama__arr,
.fotorama__fullscreen-icon,
.fotorama__video-close {
  cursor: pointer;
  position: absolute;
}
.fotorama__arr {
  z-index: 900;
}
.fotorama__fullscreen-icon,
.fotorama__zoom-out,
.fotorama__zoom-in,
.fotorama__video-close {
  z-index: 1000;
}
.fotorama__arr {
  bottom: 0;
  position: absolute;
  top: 0;
  width: 80px;
}
._block-content-loading .fotorama__arr {
  opacity: 0;
}
.fotorama__arr .fotorama__arr__arr {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  height: 80px;
  width: 80px;
}
.fotorama__arr--prev {
  left: 0;
}
.fotorama__arr--prev .fotorama__arr__arr {
  background-position: -80px -80px;
}
.fotorama__arr--next {
  right: 0;
}
.fotorama__arr--next .fotorama__arr__arr {
  background-position: -160px -80px;
}
.fotorama__arr--disabled {
  cursor: default;
  opacity: 0;
  pointer-events: none;
}
.fotorama__fullscreen-icon {
  background-position: 0 0;
  display: none;
  height: 80px;
  right: 0;
  top: 0;
  width: 80px;
  z-index: 1000;
}
.fotorama--fullscreen-icons .fotorama__fullscreen-icon {
  display: none;
}
.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -80px 0;
  display: inline-block;
}
.fotorama__video-play {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  background-position: -80px -160px;
  height: 160px;
  width: 160px;
}
.fotorama__wrap--css2 .fotorama__video-play,
.fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none;
}
.fotorama__loaded .fotorama__video-play,
.fotorama__error .fotorama__video-play,
.fotorama__nav__frame .fotorama__video-play {
  display: block;
  opacity: 1;
}
.fotorama__nav__frame .fotorama__video-play {
  background-position: 0 -240px;
  height: 80px;
  width: 80px;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0;
}
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close {
  display: none;
}
.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close {
  opacity: 1;
  right: 93px;
  top: 97px;
}
.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none;
}
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,
.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block;
}
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,
.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important;
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(80px, -80px, 0);
  -ms-transform: translate3d(80px, -80px, 0);
  -o-transform: translate3d(80px, -80px, 0);
  transform: translate3d(80px, -80px, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-120px, 0, 0);
  -ms-transform: translate3d(-120px, 0, 0);
  -o-transform: translate3d(-120px, 0, 0);
  transform: translate3d(-120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(120px, 0, 0);
  -ms-transform: translate3d(120px, 0, 0);
  -o-transform: translate3d(120px, 0, 0);
  transform: translate3d(120px, 0, 0);
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(80px, -80px, 0) !important;
  -ms-transform: translate3d(80px, -80px, 0) !important;
  -o-transform: translate3d(80px, -80px, 0) !important;
  transform: translate3d(80px, -80px, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-120px, 0, 0) !important;
  -ms-transform: translate3d(-120px, 0, 0) !important;
  -o-transform: translate3d(-120px, 0, 0) !important;
  transform: translate3d(-120px, 0, 0) !important;
}
.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(120px, 0, 0) !important;
  -ms-transform: translate3d(120px, 0, 0) !important;
  -o-transform: translate3d(120px, 0, 0) !important;
  transform: translate3d(120px, 0, 0) !important;
}
.fotorama__wrap--css3 .fotorama__arr:not(:focus),
.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),
.fotorama__wrap--css3 .fotorama__video-play:not(:focus),
.fotorama__wrap--css3 .fotorama__video-close:not(:focus) {
  transition-duration: 0.3s;
  transition-property: transform, opacity, background-color;
}
.fotorama__stage:before,
.fotorama__nav:before,
.fotorama__stage:after,
.fotorama__nav:after {
  background-repeat: no-repeat;
  content: '';
  display: block;
  pointer-events: none;
  position: absolute;
  text-decoration: none;
  z-index: 10;
}
.fotorama__stage:before,
.fotorama__nav:before {
  left: -10px;
  top: -10px;
}
.fotorama__stage:after,
.fotorama__nav:after {
  right: -10px;
  bottom: -10px;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before,
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-size: 1px 100%, 5px 100%;
  bottom: 0;
  height: auto;
  top: 0;
  width: 10px;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before,
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-size: 100% 1px, 100% 5px ;
  height: 10px;
  left: 0;
  right: 0;
  width: auto;
}
.fotorama__stage.fotorama__shadows--left:before,
.fotorama__nav.fotorama__shadows--left:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  left: 0;
}
.fotorama__stage.fotorama__shadows--right:after,
.fotorama__nav.fotorama__shadows--right:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0, 100% 0;
  right: 0;
}
.fotorama__stage.fotorama__shadows--top:before,
.fotorama__nav.fotorama__shadows--top:before {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 0, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  top: 0;
}
.fotorama__stage.fotorama__shadows--bottom:after,
.fotorama__nav.fotorama__shadows--bottom:after {
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 50% 100%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 100%, 0 100%;
  bottom: 0;
}
.fotorama--fullscreen .fotorama__stage:before,
.fotorama--fullscreen .fotorama__nav:before,
.fotorama__wrap--no-shadows .fotorama__stage:before,
.fotorama__wrap--no-shadows .fotorama__nav:before,
.fotorama__wrap--fade .fotorama__stage:before,
.fotorama--fullscreen .fotorama__stage:after,
.fotorama--fullscreen .fotorama__nav:after,
.fotorama__wrap--no-shadows .fotorama__stage:after,
.fotorama__wrap--no-shadows .fotorama__nav:after,
.fotorama__wrap--fade .fotorama__stage:after {
  display: none;
}
.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translateY(-50%, -50%);
  -o-transform: translateY(-50%, -50%);
  transform: translateY(-50%, -50%);
  top: 50%;
  left: 50%;
  position: absolute;
  width: auto;
}
.magnifier-thumb-wrapper {
  display: block;
  left: 0;
  position: relative;
  top: 0;
}
.magnifier-lens {
  border: solid 1px #bbbbbb;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 800;
}
.magnify-lens {
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #bbbbbb;
  color: #ffffff;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 1000;
  overflow: hidden;
}
.magnify-lens .magnifier-large {
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  border: none;
  position: absolute;
  z-index: 100;
}
.magnifier-loader-text {
  margin-top: 10px;
}
.magnifier-preview {
  bottom: 0;
  left: 58%;
  overflow: hidden;
  padding: 0;
  position: absolute;
  z-index: 2;
  top: 215px;
}
.magnifier-preview:not(.hidden) {
  background-color: #ffffff;
}
.magnifier-preview img {
  left: 0;
  max-width: inherit;
  max-height: inherit;
  position: absolute;
  top: 0;
  object-fit: scale-down;
}
.fotorama__stage__frame {
  text-align: center;
}
.fotorama__stage__frame .fotorama__img {
  height: auto;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  transition-duration: 0.3s;
  transition-property: width, height, top, left;
  vertical-align: middle;
  width: auto;
}
.magnify-opaque {
  opacity: .5;
}
.magnify-hidden {
  display: none;
}
.fotorama__nav-wrap--vertical.fotorama__nav-wrap {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft {
  background-color: white;
  width: 100%;
}
.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb {
  display: block;
  padding-bottom: inherit !important;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img {
  display: none;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img,
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: inherit;
  max-width: inherit;
  position: absolute;
  right: 0;
  top: 0;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  cursor: default;
  display: block;
  height: auto;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  top: 0;
  transition: 0.3s linear;
  vertical-align: middle;
  width: auto;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable {
  cursor: pointer;
  max-height: none;
  max-width: none;
  transition-property: width, height, bottom, right, top, left;
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable {
  cursor: move;
  transition-property: none;
}
.fotorama--fullscreen .fotorama__stage__frame iframe {
  left: 80px;
  width: calc(100% - 80px * 2);
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  bottom: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 1000;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left {
  left: 0;
}
.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right {
  right: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  cursor: pointer;
  height: 30px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1000;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  margin: auto;
  width: 30px;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left {
  top: 0;
}
.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right {
  bottom: 0;
}
.fotorama__wrap--only-active .fotorama__stage,
.fotorama__wrap--only-active .fotorama__nav {
  max-width: 99999px !important;
}
.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden;
}
.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible;
}
.fotorama__thumb--icon {
  font-size: 0.001px;
  padding-bottom: 30px;
}
.fotorama__thumb__arr--left .fotorama__thumb--icon {
  background-position: -25px -265px;
}
.fotorama__thumb__arr--right .fotorama__thumb--icon {
  background-position: -25px -350px;
}
.magnify-fullimage {
  display: none;
}
.fotorama__arr,
.fotorama__thumb__arr {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__arr:hover,
.fotorama__thumb__arr:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__arr:active,
.fotorama__thumb__arr:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 0.3s ease-in-out;
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:hover,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:active,
.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active {
  background-color: rgba(213, 213, 213, 0.5);
}
.fotorama__video-close {
  background-position: -80px 0;
  height: 80px;
  opacity: 0;
  right: 0;
  top: 0;
  transform: translate3d(80px, -80px, 0);
  transition: opacity 0.3s ease-in-out;
  width: 80px;
}
@media all and (max-width: 768px) {
  .fotorama__video-close {
    background-position: -100px -20px;
    top: 10px;
    height: 40px;
    width: 40px;
  }
}
.fotorama__video-close.fotorama-show-control {
  opacity: 1;
  transform: translate3d(0, -10px, 0);
}
.gallery-placeholder__image {
  display: block;
  margin: auto;
}
.fotorama__spinner {
  background-image: url('../../frontend/Alothemes/clenlidirect_new/en_IE/images/loader-1.gif');
  bottom: 0;
  display: none;
  height: 64px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 64px;
  z-index: 100;
}
.fotorama__spinner.fotorama__spinner--show {
  display: block;
}
.fotorama__product-video--loaded .fotorama__img,
.fotorama__product-video--loaded .fotorama__img--full {
  display: none !important;
}
.fotorama__stage .fotorama__arr--shown {
  display: block !important;
}
.fotorama__stage .fotorama__arr--hidden {
  display: none !important;
}
.alothemes{display: block;}
.fotorama--fullscreen .zoomImg {display: none !important;}
/* Slider */
.slick-slider{
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus{
	outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}
.slick-slide{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    /* float: right; */
}
.slick-slide img{
    display: block;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Slider */
.slick-loading .slick-list{background: #fff url('../../frontend/Alothemes/clenlidirect_new/en_IE/Magiccart_Magicproduct/css/ajax-loader.gif') center center no-repeat;}
/* Icons */

/* Arrows */
.slick-prev,
.slick-next{padding: 0; border: 0;  width: 20px; height: 20px; line-height: 20px; overflow: hidden; position: absolute; z-index: 9; background-color: transparent;}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus{color: transparent;outline: none;background: transparent;border:0;}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before{opacity: 1;}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before{opacity: .25;}
.slick-prev:hover,
.slick-next:hover{border: 0}
.slick-prev:before,
.slick-next:before{font-family: FontAwesome; color: #b8b8b8; font-size: 18px; font-weight: bold; width: 20px; height: 20px; line-height: 20px; display: block;text-align: center;}
.slick-prev:before{content: "\f104"}
.slick-next:before{content: "\f105"}
.slick-prev:hover:before,
.slick-next:hover:before{color: #fed700;}
.brands .slick-prev, .brands .slick-next{top: calc(50% - 10px)}
.brands .slick-prev{left: 15px}
.brands .slick-next{right: 15px}
.brands .slick-slider:hover .slick-prev{-webkit-animation: transl 0.3;
-o-animation: transl 0.3;
animation: transl 0.3;}
@keyframes transl{
    from{transform: translateX(200px); visibility: hidden; opacity: 0;}
    to{transform: translateX(0); visibility: visible; opacity: 1);}
}
.brands .slick-slider:hover .slick-next{-webkit-animation: transr 0.3;
-o-animation: transl 0.3;
animation: transl 0.3;}
@keyframes transr{
    from{transform: translateX(-200px); visibility: hidden; opacity: 0;}
    to{transform: translateX(0); visibility: visible; opacity: 1);}
}

.fearured-products .slick-arrow{top: -40px;}
.fearured-products .slick-next, .product-sidebar .slick-next{right: -6px}
.fearured-products .slick-prev, .product-sidebar .slick-prev{right: 13px}

.product-sidebar .slick-prev,
.product-sidebar .slick-next{top: -45px}

/* Dots */
.slick-dots{position: absolute;display: block;width: 100%;padding: 0;list-style: none;text-align: center;bottom: 0; margin: 0;line-height: 0;}
/*.bestsellers-category .slick-dots{bottom: -36px}*/
.fearured-products .slick-dots{bottom: 4px}
.slick-dots li{display: inline-block;cursor: pointer;padding: 0; margin: 0 4px;line-height: 1px;}
.slick-dots li:hover button{background-color: #fed700}
.slick-dots li.slick-active button{width: 30px; background-color: #fed700}
.slick-dots li button{width: 8px;height: 8px; border: 0;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;background-color: #bcbcbc;text-indent: -9999px; padding: 0}
.slick-dots li button:hover,
.slick-dots li button:focus{ outline: none;}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before{opacity: 1;}