/*------------------------------------*\
-------- Page Styles: Accordion
\*------------------------------------*/
body {
	position:relative;
	z-index:0;
}
.main:before {
	width:100%;
	height:100%;
	position:absolute;
	top:0px;
	left:0px;
	z-index:-1;
	content:'';
	background:-webkit-radial-gradient(30%, rgba(255,255,255,0.15), rgba(0,0,0,0)), url('https://shopsolutions.co.nz/skin/frontend/intenso/default/css/img/body-bg.png');
	background:-moz-radial-gradient(30%, rgba(255,255,255,0.15), rgba(0,0,0,0)), url('https://shopsolutions.co.nz/skin/frontend/intenso/default/css/img/body-bg.png');
	background:-o-radial-gradient(30%, rgba(255,255,255,0.15), rgba(0,0,0,0)), url('https://shopsolutions.co.nz/skin/frontend/intenso/default/css/img/body-bg.png');
	background:radial-gradient(30%, rgba(255,255,255,0.15), rgba(0,0,0,0)), url('https://shopsolutions.co.nz/skin/frontend/intenso/default/css/img/body-bg.png');
}

.site-header-wrap {
	margin-bottom:60px;
	border-bottom:1px solid #cd9ad6;
}

/*------------------------------------*\
-------- DEMO Code: accordion
\*------------------------------------*/
/*----- Accordion -----*/
.accordion, .accordion * {
	-webkit-box-sizing:border-box; 
	-moz-box-sizing:border-box; 
	box-sizing:border-box;
}

.accordion {
/*	overflow:hidden;
	box-shadow:0px 1px 3px rgba(0,0,0,0.25);
	border-radius:3px;
	background:#f7f7f7; */ clear:both;
}

/*----- Section Titles -----*/
.accordion-section-title {
    display: block; width: 100%;
    font-family: 'OpenSans-Bold', Arial, sans-serif;
    font-size: 20px; color: #1D548C;
    line-height: 30px; text-transform: uppercase;
    padding: 14px 0 18px 36px; cursor: pointer;
    overflow: hidden;
    transition: all linear 0.15s;
}
.accordion-section:last-child .accordion-section-title {border-bottom: none;}

.product-accordion-section {position: relative; /*border-bottom: #BBCBDC solid 1px;*/}
.product-accordion-section:last-child {border: none;}
.product-accordion-section .menu-item-button {position: absolute; top: 22px; left: 3px; color: #1D548C;}
.product-accordion-section .menu-item-button .fa:before,
.product-accordion-section .menu-item-button .fa:after {
    content: "";
    background: #1D548C;
    position: absolute;
}
.product-accordion-section .menu-item-button .fa:after {
    top: 7px; left: 0;
    width: 16px; height: 2px;
}
.product-accordion-section .menu-item-button .fa:before {
    top: 0; left: 7px;
    width: 2px; height: 16px;
}

.product-accordion-section .menu-item-button .fa.fa-minus:before {display: none;}

/*----- Section Content -----*/
.accordion-section-data {border-top: #BBCBDC solid 1px; padding: 16px 37px;}
.accordion-section-data, .accordion-section-data p {font-size: 16px; line-height: 28px;}
.accordion-section-content {
	padding: 15px;
	display:none; border:1px solid #ddd; border-top:0px; float:left;width:100%;
}
.accordion .product-description h3, 
.accordion .ratings-reviews h3 { margin:5px 0px;}
.accordion .product-description-static-block { margin-top:8px;}
.accordion h3 { font-size:18px; margin-top:5px;}
.accordion h2 { font-size:20px;}
.accordion p { margin-bottom:5px;}

/*------------------------------------*\
-------- Base
\*------------------------------------*/
/*------------------------------------*\
-------- Typpography
\*------------------------------------*/
/*------------------------------------*\
-------- UI
\*------------------------------------*/
/* line 2, ../scss/1-base/_extends.scss */
.site-header:after, .main:after, .clearfix:after, .clearfix {
  display: block;
  clear: both;
  content: '';
}

/* line 25, ../scss/1-base/_extends.scss */
.fa-icon, [class^="fa-"]:before {
  display: inline-block;
  position: relative;
  font-family: "FontAwesome";
  font-weight: normal;
  line-height: 95%;
}

/* line 2, ../scss/1-base/_reset.scss */
*, *:before, *:after {
  margin: 0px;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 0px;
  font-size: 100%;
  font: inherit;
}

/*------------------------------------*\
-------- Framework
\*------------------------------------*/
/* line 2, ../scss/2-framework/_typography.scss */
body, input {
/*  font-family: "Gudea";*/ 
  font-size: 16px;
  color: #525252;
  line-height: 100%; font-weight:normal;
}

/* line 11, ../scss/2-framework/_typography.scss */
h1 {
  font-size: 38.08px;
}

/* line 12, ../scss/2-framework/_typography.scss */
h2 {
  font-size: 2.000em;
}

/* line 13, ../scss/2-framework/_typography.scss */
h3 {
  font-size: 25.6px;
}

/* line 14, ../scss/2-framework/_typography.scss */
h4 {
  font-size: 22px;
}

/* line 15, ../scss/2-framework/_typography.scss */
h5 {
  font-size: 17.6px;
}

/* line 18, ../scss/2-framework/_typography.scss */
p {
  font-size: 18px;
  line-height: 1.750em;
}

/* line 21, ../scss/2-framework/_typography.scss */
ul li, ol li {}

/* line 23, ../scss/2-framework/_typography.scss */
ul + p, ol + p,
p + h1, p + h2, p + h3, p + h4, p + h5 {
  margin-top: 30px;
}

/* line 26, ../scss/2-framework/_typography.scss */
p + ul, p + ol {
  margin-top: 10px;
}

/* line 28, ../scss/2-framework/_typography.scss */
strong {
  font-weight: 700;
}

/* line 29, ../scss/2-framework/_typography.scss */
em {
  font-style: italic;
}

/* line 30, ../scss/2-framework/_typography.scss */
a {
  color: #3C8FC7;
  text-decoration: none;
}

/* line 31, ../scss/2-framework/_typography.scss */
a:hover {
  text-decoration: underline;
}

@font-face {
  font-family: "FontAwesome";
  src: url("https://shopsolutions.co.nz/skin/frontend/intenso/default/fonts/fontawesome-webfont.eot");
  src: url("https://shopsolutions.co.nz/skin/frontend/intenso/default/fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("https://shopsolutions.co.nz/skin/frontend/intenso/default/fonts/fontawesome-webfont.woff") format("woff"), url("https://shopsolutions.co.nz/skin/frontend/intenso/default/fonts/fontawesome-webfont.ttf?") format("truetype"), url("https://shopsolutions.co.nz/skin/frontend/intenso/default/fonts/fontawesome-webfont.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 18, ../scss/2-framework/_font-awesome.scss */
.fa-glass:before {
  content: "\f000";
}

/* line 21, ../scss/2-framework/_font-awesome.scss */
.fa-music:before {
  content: "\f001";
}

/* line 24, ../scss/2-framework/_font-awesome.scss */
.fa-search:before {
  content: "\f002";
}

/* line 27, ../scss/2-framework/_font-awesome.scss */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 30, ../scss/2-framework/_font-awesome.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 33, ../scss/2-framework/_font-awesome.scss */
.fa-star:before {
  content: "\f005";
}

/* line 36, ../scss/2-framework/_font-awesome.scss */
.fa-star-o:before {
  content: "\f006";
}

/* line 39, ../scss/2-framework/_font-awesome.scss */
.fa-user:before {
  content: "\f007";
}

/* line 42, ../scss/2-framework/_font-awesome.scss */
.fa-film:before {
  content: "\f008";
}

/* line 45, ../scss/2-framework/_font-awesome.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 48, ../scss/2-framework/_font-awesome.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 51, ../scss/2-framework/_font-awesome.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 54, ../scss/2-framework/_font-awesome.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 57, ../scss/2-framework/_font-awesome.scss */
.fa-times:before {
  content: "\f00d";
}

/* line 60, ../scss/2-framework/_font-awesome.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 63, ../scss/2-framework/_font-awesome.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 66, ../scss/2-framework/_font-awesome.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 69, ../scss/2-framework/_font-awesome.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 72, ../scss/2-framework/_font-awesome.scss */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 76, ../scss/2-framework/_font-awesome.scss */
.fa-trash-o:before {
  content: "\f014";
}

/* line 79, ../scss/2-framework/_font-awesome.scss */
.fa-home:before {
  content: "\f015";
}

/* line 82, ../scss/2-framework/_font-awesome.scss */
.fa-file-o:before {
  content: "\f016";
}

/* line 85, ../scss/2-framework/_font-awesome.scss */
.fa-clock-o:before {
  content: "\f017";
}

/* line 88, ../scss/2-framework/_font-awesome.scss */
.fa-road:before {
  content: "\f018";
}

/* line 91, ../scss/2-framework/_font-awesome.scss */
.fa-download:before {
  content: "\f019";
}

/* line 94, ../scss/2-framework/_font-awesome.scss */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 97, ../scss/2-framework/_font-awesome.scss */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 100, ../scss/2-framework/_font-awesome.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 103, ../scss/2-framework/_font-awesome.scss */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 106, ../scss/2-framework/_font-awesome.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 110, ../scss/2-framework/_font-awesome.scss */
.fa-refresh:before {
  content: "\f021";
}

/* line 113, ../scss/2-framework/_font-awesome.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 116, ../scss/2-framework/_font-awesome.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 119, ../scss/2-framework/_font-awesome.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 122, ../scss/2-framework/_font-awesome.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 125, ../scss/2-framework/_font-awesome.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 128, ../scss/2-framework/_font-awesome.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 131, ../scss/2-framework/_font-awesome.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 134, ../scss/2-framework/_font-awesome.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 137, ../scss/2-framework/_font-awesome.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 140, ../scss/2-framework/_font-awesome.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 143, ../scss/2-framework/_font-awesome.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 146, ../scss/2-framework/_font-awesome.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 149, ../scss/2-framework/_font-awesome.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 152, ../scss/2-framework/_font-awesome.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 155, ../scss/2-framework/_font-awesome.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 158, ../scss/2-framework/_font-awesome.scss */
.fa-font:before {
  content: "\f031";
}

/* line 161, ../scss/2-framework/_font-awesome.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 164, ../scss/2-framework/_font-awesome.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 167, ../scss/2-framework/_font-awesome.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 170, ../scss/2-framework/_font-awesome.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 173, ../scss/2-framework/_font-awesome.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 176, ../scss/2-framework/_font-awesome.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 179, ../scss/2-framework/_font-awesome.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 182, ../scss/2-framework/_font-awesome.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 185, ../scss/2-framework/_font-awesome.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 188, ../scss/2-framework/_font-awesome.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 192, ../scss/2-framework/_font-awesome.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 195, ../scss/2-framework/_font-awesome.scss */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 198, ../scss/2-framework/_font-awesome.scss */
.fa-picture-o:before {
  content: "\f03e";
}

/* line 201, ../scss/2-framework/_font-awesome.scss */
.fa-pencil:before {
  content: "\f040";
}

/* line 204, ../scss/2-framework/_font-awesome.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 207, ../scss/2-framework/_font-awesome.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 210, ../scss/2-framework/_font-awesome.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 213, ../scss/2-framework/_font-awesome.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 217, ../scss/2-framework/_font-awesome.scss */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 220, ../scss/2-framework/_font-awesome.scss */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 223, ../scss/2-framework/_font-awesome.scss */
.fa-arrows:before {
  content: "\f047";
}

/* line 226, ../scss/2-framework/_font-awesome.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 229, ../scss/2-framework/_font-awesome.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 232, ../scss/2-framework/_font-awesome.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 235, ../scss/2-framework/_font-awesome.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 238, ../scss/2-framework/_font-awesome.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 241, ../scss/2-framework/_font-awesome.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 244, ../scss/2-framework/_font-awesome.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 247, ../scss/2-framework/_font-awesome.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 250, ../scss/2-framework/_font-awesome.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 253, ../scss/2-framework/_font-awesome.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 256, ../scss/2-framework/_font-awesome.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 259, ../scss/2-framework/_font-awesome.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 262, ../scss/2-framework/_font-awesome.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 265, ../scss/2-framework/_font-awesome.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 268, ../scss/2-framework/_font-awesome.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 271, ../scss/2-framework/_font-awesome.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 274, ../scss/2-framework/_font-awesome.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 277, ../scss/2-framework/_font-awesome.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 280, ../scss/2-framework/_font-awesome.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 283, ../scss/2-framework/_font-awesome.scss */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 286, ../scss/2-framework/_font-awesome.scss */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 289, ../scss/2-framework/_font-awesome.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 292, ../scss/2-framework/_font-awesome.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 295, ../scss/2-framework/_font-awesome.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 298, ../scss/2-framework/_font-awesome.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 301, ../scss/2-framework/_font-awesome.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 304, ../scss/2-framework/_font-awesome.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 308, ../scss/2-framework/_font-awesome.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 311, ../scss/2-framework/_font-awesome.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 314, ../scss/2-framework/_font-awesome.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 317, ../scss/2-framework/_font-awesome.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 320, ../scss/2-framework/_font-awesome.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 323, ../scss/2-framework/_font-awesome.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 326, ../scss/2-framework/_font-awesome.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 329, ../scss/2-framework/_font-awesome.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 332, ../scss/2-framework/_font-awesome.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 335, ../scss/2-framework/_font-awesome.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 338, ../scss/2-framework/_font-awesome.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 341, ../scss/2-framework/_font-awesome.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 345, ../scss/2-framework/_font-awesome.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 348, ../scss/2-framework/_font-awesome.scss */
.fa-calendar:before {
  content: "\f073";
}

/* line 351, ../scss/2-framework/_font-awesome.scss */
.fa-random:before {
  content: "\f074";
}

/* line 354, ../scss/2-framework/_font-awesome.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 357, ../scss/2-framework/_font-awesome.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 360, ../scss/2-framework/_font-awesome.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 363, ../scss/2-framework/_font-awesome.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 366, ../scss/2-framework/_font-awesome.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 369, ../scss/2-framework/_font-awesome.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 372, ../scss/2-framework/_font-awesome.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 375, ../scss/2-framework/_font-awesome.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 378, ../scss/2-framework/_font-awesome.scss */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 381, ../scss/2-framework/_font-awesome.scss */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 384, ../scss/2-framework/_font-awesome.scss */
.fa-bar-chart-o:before {
  content: "\f080";
}

/* line 387, ../scss/2-framework/_font-awesome.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 390, ../scss/2-framework/_font-awesome.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 393, ../scss/2-framework/_font-awesome.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 396, ../scss/2-framework/_font-awesome.scss */
.fa-key:before {
  content: "\f084";
}

/* line 399, ../scss/2-framework/_font-awesome.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 403, ../scss/2-framework/_font-awesome.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 406, ../scss/2-framework/_font-awesome.scss */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 409, ../scss/2-framework/_font-awesome.scss */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 412, ../scss/2-framework/_font-awesome.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 415, ../scss/2-framework/_font-awesome.scss */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 418, ../scss/2-framework/_font-awesome.scss */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 421, ../scss/2-framework/_font-awesome.scss */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 424, ../scss/2-framework/_font-awesome.scss */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 427, ../scss/2-framework/_font-awesome.scss */
.fa-external-link:before {
  content: "\f08e";
}

/* line 430, ../scss/2-framework/_font-awesome.scss */
.fa-sign-in:before {
  content: "\f090";
}

/* line 433, ../scss/2-framework/_font-awesome.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 436, ../scss/2-framework/_font-awesome.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 439, ../scss/2-framework/_font-awesome.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 442, ../scss/2-framework/_font-awesome.scss */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 445, ../scss/2-framework/_font-awesome.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 448, ../scss/2-framework/_font-awesome.scss */
.fa-square-o:before {
  content: "\f096";
}

/* line 451, ../scss/2-framework/_font-awesome.scss */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 454, ../scss/2-framework/_font-awesome.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 457, ../scss/2-framework/_font-awesome.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 460, ../scss/2-framework/_font-awesome.scss */
.fa-facebook:before {
  content: "\f09a";
}

/* line 463, ../scss/2-framework/_font-awesome.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 466, ../scss/2-framework/_font-awesome.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 469, ../scss/2-framework/_font-awesome.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 472, ../scss/2-framework/_font-awesome.scss */
.fa-rss:before {
  content: "\f09e";
}

/* line 475, ../scss/2-framework/_font-awesome.scss */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 478, ../scss/2-framework/_font-awesome.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 481, ../scss/2-framework/_font-awesome.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 484, ../scss/2-framework/_font-awesome.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 487, ../scss/2-framework/_font-awesome.scss */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 490, ../scss/2-framework/_font-awesome.scss */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 493, ../scss/2-framework/_font-awesome.scss */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 496, ../scss/2-framework/_font-awesome.scss */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 499, ../scss/2-framework/_font-awesome.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 502, ../scss/2-framework/_font-awesome.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 505, ../scss/2-framework/_font-awesome.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 508, ../scss/2-framework/_font-awesome.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 511, ../scss/2-framework/_font-awesome.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 514, ../scss/2-framework/_font-awesome.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 517, ../scss/2-framework/_font-awesome.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 520, ../scss/2-framework/_font-awesome.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 523, ../scss/2-framework/_font-awesome.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 526, ../scss/2-framework/_font-awesome.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 529, ../scss/2-framework/_font-awesome.scss */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 533, ../scss/2-framework/_font-awesome.scss */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 537, ../scss/2-framework/_font-awesome.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 540, ../scss/2-framework/_font-awesome.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 543, ../scss/2-framework/_font-awesome.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 547, ../scss/2-framework/_font-awesome.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 551, ../scss/2-framework/_font-awesome.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 554, ../scss/2-framework/_font-awesome.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 558, ../scss/2-framework/_font-awesome.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 561, ../scss/2-framework/_font-awesome.scss */
.fa-bars:before {
  content: "\f0c9";
}

/* line 564, ../scss/2-framework/_font-awesome.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 567, ../scss/2-framework/_font-awesome.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 570, ../scss/2-framework/_font-awesome.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 573, ../scss/2-framework/_font-awesome.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 576, ../scss/2-framework/_font-awesome.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 579, ../scss/2-framework/_font-awesome.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 582, ../scss/2-framework/_font-awesome.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 585, ../scss/2-framework/_font-awesome.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 588, ../scss/2-framework/_font-awesome.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 591, ../scss/2-framework/_font-awesome.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 594, ../scss/2-framework/_font-awesome.scss */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 597, ../scss/2-framework/_font-awesome.scss */
.fa-money:before {
  content: "\f0d6";
}

/* line 600, ../scss/2-framework/_font-awesome.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 603, ../scss/2-framework/_font-awesome.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 606, ../scss/2-framework/_font-awesome.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 609, ../scss/2-framework/_font-awesome.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 612, ../scss/2-framework/_font-awesome.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 615, ../scss/2-framework/_font-awesome.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 619, ../scss/2-framework/_font-awesome.scss */
.fa-sort-down:before,
.fa-sort-asc:before {
  content: "\f0dd";
}

/* line 623, ../scss/2-framework/_font-awesome.scss */
.fa-sort-up:before,
.fa-sort-desc:before {
  content: "\f0de";
}

/* line 627, ../scss/2-framework/_font-awesome.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 630, ../scss/2-framework/_font-awesome.scss */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 633, ../scss/2-framework/_font-awesome.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 637, ../scss/2-framework/_font-awesome.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 641, ../scss/2-framework/_font-awesome.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 645, ../scss/2-framework/_font-awesome.scss */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 648, ../scss/2-framework/_font-awesome.scss */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 651, ../scss/2-framework/_font-awesome.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 655, ../scss/2-framework/_font-awesome.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 658, ../scss/2-framework/_font-awesome.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 661, ../scss/2-framework/_font-awesome.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 665, ../scss/2-framework/_font-awesome.scss */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 668, ../scss/2-framework/_font-awesome.scss */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 671, ../scss/2-framework/_font-awesome.scss */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 674, ../scss/2-framework/_font-awesome.scss */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 677, ../scss/2-framework/_font-awesome.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 680, ../scss/2-framework/_font-awesome.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 683, ../scss/2-framework/_font-awesome.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 686, ../scss/2-framework/_font-awesome.scss */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 689, ../scss/2-framework/_font-awesome.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 692, ../scss/2-framework/_font-awesome.scss */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 695, ../scss/2-framework/_font-awesome.scss */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 698, ../scss/2-framework/_font-awesome.scss */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 701, ../scss/2-framework/_font-awesome.scss */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 704, ../scss/2-framework/_font-awesome.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 707, ../scss/2-framework/_font-awesome.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 710, ../scss/2-framework/_font-awesome.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 713, ../scss/2-framework/_font-awesome.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 716, ../scss/2-framework/_font-awesome.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 719, ../scss/2-framework/_font-awesome.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 722, ../scss/2-framework/_font-awesome.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 725, ../scss/2-framework/_font-awesome.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 728, ../scss/2-framework/_font-awesome.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 731, ../scss/2-framework/_font-awesome.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 734, ../scss/2-framework/_font-awesome.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 737, ../scss/2-framework/_font-awesome.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 740, ../scss/2-framework/_font-awesome.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 743, ../scss/2-framework/_font-awesome.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 746, ../scss/2-framework/_font-awesome.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 749, ../scss/2-framework/_font-awesome.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 752, ../scss/2-framework/_font-awesome.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 755, ../scss/2-framework/_font-awesome.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 759, ../scss/2-framework/_font-awesome.scss */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 762, ../scss/2-framework/_font-awesome.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 765, ../scss/2-framework/_font-awesome.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 768, ../scss/2-framework/_font-awesome.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 771, ../scss/2-framework/_font-awesome.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 774, ../scss/2-framework/_font-awesome.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 778, ../scss/2-framework/_font-awesome.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 781, ../scss/2-framework/_font-awesome.scss */
.fa-folder-o:before {
  content: "\f114";
}

/* line 784, ../scss/2-framework/_font-awesome.scss */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 787, ../scss/2-framework/_font-awesome.scss */
.fa-smile-o:before {
  content: "\f118";
}

/* line 790, ../scss/2-framework/_font-awesome.scss */
.fa-frown-o:before {
  content: "\f119";
}

/* line 793, ../scss/2-framework/_font-awesome.scss */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 796, ../scss/2-framework/_font-awesome.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 799, ../scss/2-framework/_font-awesome.scss */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 802, ../scss/2-framework/_font-awesome.scss */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 805, ../scss/2-framework/_font-awesome.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 808, ../scss/2-framework/_font-awesome.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 811, ../scss/2-framework/_font-awesome.scss */
.fa-code:before {
  content: "\f121";
}

/* line 814, ../scss/2-framework/_font-awesome.scss */
.fa-reply-all:before {
  content: "\f122";
}

/* line 817, ../scss/2-framework/_font-awesome.scss */
.fa-mail-reply-all:before {
  content: "\f122";
}

/* line 820, ../scss/2-framework/_font-awesome.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 825, ../scss/2-framework/_font-awesome.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 828, ../scss/2-framework/_font-awesome.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 831, ../scss/2-framework/_font-awesome.scss */
.fa-code-fork:before {
  content: "\f126";
}

/* line 834, ../scss/2-framework/_font-awesome.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 838, ../scss/2-framework/_font-awesome.scss */
.fa-question:before {
  content: "\f128";
}

/* line 841, ../scss/2-framework/_font-awesome.scss */
.fa-info:before {
  content: "\f129";
}

/* line 844, ../scss/2-framework/_font-awesome.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 847, ../scss/2-framework/_font-awesome.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 850, ../scss/2-framework/_font-awesome.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 853, ../scss/2-framework/_font-awesome.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 856, ../scss/2-framework/_font-awesome.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 859, ../scss/2-framework/_font-awesome.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 862, ../scss/2-framework/_font-awesome.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 865, ../scss/2-framework/_font-awesome.scss */
.fa-shield:before {
  content: "\f132";
}

/* line 868, ../scss/2-framework/_font-awesome.scss */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 871, ../scss/2-framework/_font-awesome.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 874, ../scss/2-framework/_font-awesome.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 877, ../scss/2-framework/_font-awesome.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 880, ../scss/2-framework/_font-awesome.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 883, ../scss/2-framework/_font-awesome.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 886, ../scss/2-framework/_font-awesome.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 889, ../scss/2-framework/_font-awesome.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 892, ../scss/2-framework/_font-awesome.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 895, ../scss/2-framework/_font-awesome.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 898, ../scss/2-framework/_font-awesome.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 901, ../scss/2-framework/_font-awesome.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 904, ../scss/2-framework/_font-awesome.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 907, ../scss/2-framework/_font-awesome.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 910, ../scss/2-framework/_font-awesome.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 913, ../scss/2-framework/_font-awesome.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 916, ../scss/2-framework/_font-awesome.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 919, ../scss/2-framework/_font-awesome.scss */
.fa-ticket:before {
  content: "\f145";
}

/* line 922, ../scss/2-framework/_font-awesome.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 925, ../scss/2-framework/_font-awesome.scss */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 928, ../scss/2-framework/_font-awesome.scss */
.fa-level-up:before {
  content: "\f148";
}

/* line 931, ../scss/2-framework/_font-awesome.scss */
.fa-level-down:before {
  content: "\f149";
}

/* line 934, ../scss/2-framework/_font-awesome.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 937, ../scss/2-framework/_font-awesome.scss */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 940, ../scss/2-framework/_font-awesome.scss */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 943, ../scss/2-framework/_font-awesome.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 946, ../scss/2-framework/_font-awesome.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 949, ../scss/2-framework/_font-awesome.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 953, ../scss/2-framework/_font-awesome.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 957, ../scss/2-framework/_font-awesome.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 961, ../scss/2-framework/_font-awesome.scss */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 965, ../scss/2-framework/_font-awesome.scss */
.fa-gbp:before {
  content: "\f154";
}

/* line 968, ../scss/2-framework/_font-awesome.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 972, ../scss/2-framework/_font-awesome.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 976, ../scss/2-framework/_font-awesome.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 982, ../scss/2-framework/_font-awesome.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 987, ../scss/2-framework/_font-awesome.scss */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 991, ../scss/2-framework/_font-awesome.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 995, ../scss/2-framework/_font-awesome.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 998, ../scss/2-framework/_font-awesome.scss */
.fa-file-text:before {
  content: "\f15c";
}

/* line 1001, ../scss/2-framework/_font-awesome.scss */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 1004, ../scss/2-framework/_font-awesome.scss */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 1007, ../scss/2-framework/_font-awesome.scss */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 1010, ../scss/2-framework/_font-awesome.scss */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 1013, ../scss/2-framework/_font-awesome.scss */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 1016, ../scss/2-framework/_font-awesome.scss */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 1019, ../scss/2-framework/_font-awesome.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1022, ../scss/2-framework/_font-awesome.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1025, ../scss/2-framework/_font-awesome.scss */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 1028, ../scss/2-framework/_font-awesome.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 1031, ../scss/2-framework/_font-awesome.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 1034, ../scss/2-framework/_font-awesome.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1037, ../scss/2-framework/_font-awesome.scss */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 1040, ../scss/2-framework/_font-awesome.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 1043, ../scss/2-framework/_font-awesome.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1046, ../scss/2-framework/_font-awesome.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 1049, ../scss/2-framework/_font-awesome.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 1052, ../scss/2-framework/_font-awesome.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 1055, ../scss/2-framework/_font-awesome.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 1058, ../scss/2-framework/_font-awesome.scss */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 1061, ../scss/2-framework/_font-awesome.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1064, ../scss/2-framework/_font-awesome.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1067, ../scss/2-framework/_font-awesome.scss */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 1070, ../scss/2-framework/_font-awesome.scss */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 1073, ../scss/2-framework/_font-awesome.scss */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 1076, ../scss/2-framework/_font-awesome.scss */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 1079, ../scss/2-framework/_font-awesome.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 1082, ../scss/2-framework/_font-awesome.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 1085, ../scss/2-framework/_font-awesome.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 1088, ../scss/2-framework/_font-awesome.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 1091, ../scss/2-framework/_font-awesome.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 1094, ../scss/2-framework/_font-awesome.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 1097, ../scss/2-framework/_font-awesome.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 1100, ../scss/2-framework/_font-awesome.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 1103, ../scss/2-framework/_font-awesome.scss */
.fa-female:before {
  content: "\f182";
}

/* line 1106, ../scss/2-framework/_font-awesome.scss */
.fa-male:before {
  content: "\f183";
}

/* line 1109, ../scss/2-framework/_font-awesome.scss */
.fa-gittip:before {
  content: "\f184";
}

/* line 1112, ../scss/2-framework/_font-awesome.scss */
.fa-sun-o:before {
  content: "\f185";
}

/* line 1115, ../scss/2-framework/_font-awesome.scss */
.fa-moon-o:before {
  content: "\f186";
}

/* line 1118, ../scss/2-framework/_font-awesome.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 1121, ../scss/2-framework/_font-awesome.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 1124, ../scss/2-framework/_font-awesome.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 1127, ../scss/2-framework/_font-awesome.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1130, ../scss/2-framework/_font-awesome.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 1133, ../scss/2-framework/_font-awesome.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 1136, ../scss/2-framework/_font-awesome.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1139, ../scss/2-framework/_font-awesome.scss */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 1142, ../scss/2-framework/_font-awesome.scss */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 1145, ../scss/2-framework/_font-awesome.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 1149, ../scss/2-framework/_font-awesome.scss */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 1152, ../scss/2-framework/_font-awesome.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1155, ../scss/2-framework/_font-awesome.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1158, ../scss/2-framework/_font-awesome.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 1162, ../scss/2-framework/_font-awesome.scss */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 2, ../scss/2-framework/_buttons.scss */
.btn {
  padding: 12px 16px;
  display: inline-block;
  outline: 0;
/*  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.3), inset 0px 2px 0px rgba(255, 255, 255, 0.15), 0px 1px 2px rgba(0, 0, 0, 0.1);*/
  border-radius: 3px;
  border: none;
  background: #3C8FC7;
  -moz-transition: all linear 0.15s;
  -webkit-transition: all linear 0.15s;
  -o-transition: all linear 0.15s;
  -ms-transition: all linear 0.15s;
  font-family: "Gudea";
  font-size: 0.938em;
  font-weight: 600;
/*  text-shadow: -1px 1px 1px rgba(0, 0, 0, 0.2);*/
  line-height: 100%;
  color: #fff;
}
/* line 19, ../scss/2-framework/_buttons.scss */
.btn:hover, .btn:active {
  cursor: pointer;
  background: #63a5d2;
  text-decoration: none;
}
/* line 26, ../scss/2-framework/_buttons.scss */
.btn:active {
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.3), inset 0px 1px 3px rgba(0, 0, 0, 0.5);
}
/* line 31, ../scss/2-framework/_buttons.scss */
.btn [class^="fa-"], #submit [class^="fa-"] {
  line-height: 0px;
}

/* line 38, ../scss/2-framework/_buttons.scss */
button.btn {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

/* line 44, ../scss/2-framework/_buttons.scss */
.btn.small {
  padding: 8px 12px 10px;
  font-size: 0.750em;
}

/* line 51, ../scss/2-framework/_buttons.scss */
.btn.large {
  padding: 17px 24px;
  font-size: 1.500em;
}

/* line 58, ../scss/2-framework/_buttons.scss */
.btn-group {
  display: inline-block;
}
/* line 61, ../scss/2-framework/_buttons.scss */
.btn-group .btn {
  margin-right: -1px;
  float: left;
  border-radius: 0px;
}
/* line 66, ../scss/2-framework/_buttons.scss */
.btn-group .btn:first-child {
  border-radius: 3px 0px 0px 3px;
}
/* line 70, ../scss/2-framework/_buttons.scss */
.btn-group .btn:last-child {
  border-radius: 0px 3px 3px 0px;
}

/*------------------------------------*\
-------- Components
\*------------------------------------*/
/* line 1, ../scss/3-components/global/_site-header.scss */
.site-header-wrap {
  margin-bottom: 60px;
  padding: 45px 0px 40px;
  position: relative;
  border-bottom: 1px solid #000;
  background: #1b1b1b url("https://shopsolutions.co.nz/skin/frontend/intenso/default/img/dark-bg.png");
}
/* line 8, ../scss/3-components/global/_site-header.scss */
.site-header-wrap:after {
  width: 100%;
  height: 4px;
  position: absolute;
  top: 0px;
  left: 0px;
  content: '';
  background: url("https://shopsolutions.co.nz/skin/frontend/intenso/default/img/stripe-bg.png") repeat-x;
}

/* line 19, ../scss/3-components/global/_site-header.scss */
.site-header {
  width: 1000px;
  margin: 0px auto;
  text-align: center;
}

/* line 1, ../scss/3-components/global/_site-logo.scss */
.site-logo {
  font-size: 3.000em;
  color: #777;
  line-height: 100%;
  -moz-transition: color linear 0.15s;
  -webkit-transition: color linear 0.15s;
  -o-transition: color linear 0.15s;
  -ms-transition: color linear 0.15s;
}
/* line 9, ../scss/3-components/global/_site-logo.scss */
.site-logo:hover {
  text-decoration: none;
  color: #fff;
}
/* line 15, ../scss/3-components/global/_site-logo.scss */
.site-logo span {
  display: block;
  font-size: 0.500em;
}

/* line 1, ../scss/3-components/global/_site-nav.scss */
.site-header .site-nav {
  width: 100%;
  margin-top: 30px;
  padding-top: 30px;
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.05);
  border-top: 1px solid rgba(0, 0, 0, 0.75);
}
/* line 8, ../scss/3-components/global/_site-nav.scss */
.site-header .site-nav a {
  margin-right: 40px;
  font-weight: 600;
  color: #777;
  -moz-transition: color linear 0.15s;
  -webkit-transition: color linear 0.15s;
  -o-transition: color linear 0.15s;
  -ms-transition: color linear 0.15s;
}
/* line 15, ../scss/3-components/global/_site-nav.scss */
.site-header .site-nav a:hover {
  text-decoration: none;
  color: #fff;
}
/* line 21, ../scss/3-components/global/_site-nav.scss */
.site-header .site-nav a [class^="fa-"] {
  margin-right: 5px;
  font-size: 1.200em;
}

/*------------------------------------*\
-------- General Styles
\*------------------------------------*/
/* line 36, ../scss/main.scss */
html, body {
  height: 100%;
  background: #fff;
}

/* line 41, ../scss/main.scss */
.main {
  width: 1000px;
  margin: 0px auto;
}

/* line 47, ../scss/main.scss */
img {
  max-width: 100%;
  height: auto;
}

/* line 52, ../scss/main.scss */
.page-title {}
.accordion.display-mobile {
    display: none;
}
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2006-2015 X.commerce, Inc. (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { /*width:85px; height:85px;*/ }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(https://shopsolutions.co.nz/skin/frontend/intenso/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(https://shopsolutions.co.nz/skin/frontend/intenso/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(https://shopsolutions.co.nz/skin/frontend/intenso/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(https://shopsolutions.co.nz/skin/frontend/intenso/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(https://shopsolutions.co.nz/skin/frontend/intenso/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(https://shopsolutions.co.nz/skin/frontend/intenso/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(https://shopsolutions.co.nz/skin/frontend/intenso/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(https://shopsolutions.co.nz/skin/frontend/intenso/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(https://shopsolutions.co.nz/skin/frontend/intenso/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

/**
 * aheadWorks Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://ecommerce.aheadworks.com/LICENSE-M1.txt
 *
 * @category   AW
 * @package    AW_Autorelated
 * @copyright  Copyright (c) 2011 aheadWorks Co. (http://www.aheadworks.com)
 * @license    http://ecommerce.aheadworks.com/LICENSE-M1.txt
 */

.aw-arp-block-content {
    padding: 5px 0px 0px 5px;
    overflow: hidden;
    clear: both;
}

.aw-arp-item {
    text-align: center;
    width: 100px;
    min-height: 100px;
    display: -moz-inline-stack;
    display: inline-block !important;
    vertical-align: top;
    margin: 10px 0 0 0;
    zoom: 1;
    *display: inline !important;
    _height: 250px;
    margin-bottom: 20px;
}

.aw-arp-item img {
    border: 1px solid #eee;
    margin-bottom: 10px;
    float: left;
    margin-right: 10px;
	width: 40px; height: 40px;
}

.aw-arp-block-content .aw-arp-addtocart>p {
    margin: 5px 0;
}

.footer .aw-arp-block-content li {
    display: inline-block !important;
    *display: inline !important;
}

.footer .aw-arp-block-content a {
    color: #1E7EC8;
}

.block-related-ct{ float:left; }
.block-related-ct .block-content{ background:#FFF; }
.block-related-ct .aw-arp-item{ padding:10px; text-align: left; }
.block-related-ct .aw-arp-item a { color: #333; }
.block-related-ct .aw-arp-item a.link-cart { padding: 5px 10px; background: #98005d; color: #fff; }
/**
 * aheadWorks Co.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the EULA
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://ecommerce.aheadworks.com/LICENSE-M1.txt
 *
 * @category   AW
 * @package    AW_Autorelated
 * @copyright  Copyright (c) 2011 aheadWorks Co. (http://www.aheadworks.com)
 * @license    http://ecommerce.aheadworks.com/LICENSE-M1.txt
 */

.aw-arp-block-content {
    padding: 10px 0 0 0 !important;	
    overflow: hidden;
    clear: both;
}

.aw-arp-item {
    text-align: center;
    width: 190px;
    min-height: 60px;
    display: -moz-inline-stack;
    display: inline-block !important;
    vertical-align: top;
   /* margin: 5px; */
    zoom: 1;
    *display: inline !important;
    _height: 250px;
    margin-bottom: 0 !important;
    border-bottom: 1px solid #f5f5f5;
}

.aw-arp-block-content .aw-arp-addtocart {
    margin-bottom: 5px;
	clear: both;
	float: left;
}

.aw-arp-product-item {
    margin: 0 0 20px;
}

.aw-arp-item-photo {
    float: left;
    margin-right: 10px;
}

.aw-arp-item-photo img {
    border: 1px solid #A9A9A9;
    width: 75px;
}
.related-des { 
    width: 130px;
    float: left;
    line-height: 15px;
    text-align: left;   

}

.related-des a { font-weight: bold; }
.related-des .price-box { float:left; padding-right: 5px; }
.aw-arp-item-text {
    margin-left: 85px;
}
.aw-arp-addtocart
.footer .aw-arp-block-content li {
    display: inline-block !important;
    *display: inline !important;
}

.footer .aw-arp-block-content a {
    color: #1E7EC8;
}
.aw-arp-block-7{ float:left; }
.aw-arp-block-7 .aw-arp-item{ border-bottom:none; }
.postWrapper {
    margin-bottom: 20px; float:left; width:100%;
    clear: both; background:#fff; padding:15px 15px 10px; 
}

.postTitle {
/*    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #DDDDDD;
    margin-bottom: 15px; */
}

.postTitle h2 {
    font-size: 20px;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}

.postTitle h3 {
    font-size: 13px;
    margin: 0px;
    padding-top: 2px;
    padding-right: 0px;
    padding-bottom: 8px;
    padding-left: 0px; line-height:18px;
}

.postContent {
    float:left; width:100%;
}

.postDetails {

}

.postBookmarks {
    padding-bottom: 10px;
}

.postBookmarks h4 {

    font-size: 12px;
    font-weight: bold;
}

.commentWrapper {
    padding-bottom: 15px;
}

.commentContent {
    padding-bottom: 0px;
}

.commentDetails {
    margin-bottom: 5px;
    padding: 0px;
}

.commentDetails h4.username {
    display: inline;
}

.postError {
    font-size: 16px;
}

.tags {
    font-weight: bold;
    padding-bottom: 10px;
}

.tags UL {
    display: inline;
}

.tags UL LI {
    font-weight: normal;
    display: inline;
    padding-right: 6px;
}

.tags h4 {
    font-size: 12px;
    font-weight: bold;
}

.menu-tags, .menu-categories, .menu-recent {
    margin: 5px 9px;
}

.menu-tags h5, .menu-categories h5, .menu-recent h5 {
    font-size: 11px;
}

.block-blog .menu-tags UL LI {
    display: inline;
    padding: 2px;
    margin-left: 10px;
}

.block-blog .menu-categories UL LI {
    margin-left: 10px;
}

.block-blog .menu-recent UL LI {
    margin-left: 10px;
}

.block-blog .menu-recent UL LI a, .block-blog .menu-categories UL LI a, .block-blog .menu-tags UL LI a {
    font-size: 11px;
}

.tagcloud {
    /* text-align:center; */
}

.tag-count-1 {
    font-size: 1em !important;
}

.tag-count-2 {
    font-size: 1.2em !important;
}

.tag-count-3 {
    font-size: 1.4em !important;
}

.tag-count-4 {
    font-size: 1.6em !important;
}

.tag-count-5 {
    font-size: 1.8em !important;
}

.tag-count-6 {
    font-size: 2em !important;
}

.tag-count-7 {
    font-size: 2em !important;
}

.tag-count-8 {
    font-size: 2em !important;
}

.tag-count-9 {
    font-size: 2em !important;
}

.tag-count-10 {
    font-size: 2em !important;
}

.block-blog .head h4 {
    padding-left: 20px;
}

.block-blog .block-title strong {
    background-image: url(https://shopsolutions.co.nz/skin/frontend/intenso/default/aw_blog/images/icon_blog.png);
    background-repeat: no-repeat;
    padding-left: 21px;
    text-align: left;
}

.postWrapper .poster {
    display: inline; font-size:16px;
}

.input-box.aw-blog-comment-area {
    width: 100%;
}

.widget-latest li {
    font-size: 12px;
    padding: 5px 10px;
}

.block-blog .menu-categories {
    margin: 0;
    padding: 5px 9px;
}

A.awblog_current_comment {
    text-decoration: none !important;
    font-weight: bold !important;
}

.description .postTitle a ,
.postTitle h2
{ 	font-size: 18px;
	color: #00b9df;
	font-weight: 400;
	margin:0px 0px 5px; display:block;
	font-family: 'Roboto Condensed',Arial, sans-serif; text-transform:uppercase;
}

.postWrapper .postContent .image { float:left; width:23%;}
.postWrapper .postContent .description { float:left; width:77%; padding-left:20px;}
.postWrapper .postContent .description p { margin-bottom:10px; text-align:justify;}
.blog-index-list .col-right.sidebar,
.blog-post-view .col-right.sidebar
 { margin-top:0px;}
/**
* Giftvoucher reward template
*/
.dialog.giftcard-preview-template-dialog{
    left: 50% !important;
    margin-left: -330px !important;    
}
.input-select.validation-failed
{
   border-color: red;
}

span#giftvoucher_wait{
	color: #2F2F2F;
}

.giftvoucher-discount-code{
	color: #008000;
}
.giftvoucher-discount-code button{
	border: medium none;
	background: none repeat scroll 0 0 transparent;
}

.giftvoucher-discount-code button:hover{
	cursor: pointer;
}

.giftvoucher-media{
	border: 2px solid #F7F9F9;
}

.giftvoucher-media .giftmedia{
	border-bottom: 2px solid #F7F9F9;
	padding: 7px;
	color: #F18200;
	font-size: 15px;
}

#giftmedia pre{
 white-space: pre-wrap;
 white-space: -moz-pre-wrap;
 white-space: -pre-wrap;
 white-space: -o-pre-wrap;
 word-wrap: break-word;
}

.giftvoucher-media .giftmedia-image{
	overflow: hidden;
	width: 265px;
	position: relative;
}

.giftvoucher-product-info .giftvoucher-amount-desc, .giftvoucher-product-info #recipient_ship_desc {
    font-size: 0.9em;
    font-style: italic;
    color: #080;
    margin-top: -5px;
}

.giftvoucher-product-info #message{
	width: 95%;
	height: 88px;
}

.giftvoucher-product-info #recipient_address{
	width: 325px;
	height: 57px;
}

.giftvoucher-product-info #recipient_email,
.giftvoucher-product-info #recipient_name,
.giftvoucher-product-info #customer_name{
	width: 95%;
}

#giftvoucher-result{
	font-size: 15px;
}

#giftvoucher-result label{
	width: 160px;
}


/* Search Grid Style */
.data-table .giftvoucher-grid-title th{
    background-image: none;
    border-bottom: 1px solid #C2D3E0;
}

.data-table .giftvoucher-grid-search th{
    vertical-align: top;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item{
    padding-bottom: 2px;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .search-text{
    width: 97%;
}

.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .range-container{
    float: left;
    padding-bottom: 2px;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range{
    min-width: 121px;
    min-height: 18px;
    margin-bottom: 3px;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range .label{
    display: block;
    width: 36px;
    float: left;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range img{
    width: 15px;
    height: 15px;
    cursor: pointer;
}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range input.range-text{
    float: right;
    width: 50px;
    padding: 1px;
}

.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item select{
    width: 100%;
}

.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .range-container .from-price,
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .range-container .to-price{
    min-width: 100px;
}

.giftvoucher-search-button {
    padding-bottom: 5px;
    text-align: right;
}
/* End Search */
.customer-account-giftcard .balance{
    overflow: hidden; 
    margin-bottom: 10px; 
    border-bottom: 1px dotted black;
}
.customer-account-giftcard #giftvoucher_grid .gift-voucher-sent-friend{
    background-color: #F6B26B;
}
.customer-account-giftcard .account-balance{
    overflow: hidden; 
    margin-bottom: 10px; 
    border-bottom: 1px dotted black;
}
/*Hai.Tran*/
.custom-field{
    width: 175px !important;
}
.custom-field-right{
    width: 375px !important;
}
.giftcard-preview-template-dialog .top,
.giftcard-preview-template-dialog .bot{
    display: none;
}
.giftcard-preview-template-dialog .dialog_e,
.giftcard-preview-template-dialog .dialog_w {
	width: 0;	
}
.giftcard-preview-template-dialog .dialog_close{
    display: none;
}
.giftcard-preview-template-dialog .dialog_content{
    background-color: transparent !important;
    color: #2f2f2f !important;
    font: 12px/1.55 Arial, Helvetica, sans-serif;
}
.gift-active{
    border: 2px solid rgb(228,121,17) !important;
}
div.egcSwatch-arrow {
/*    display: none;*/
    position: absolute;
    height: 11px;
    top: -2px;
    left: 1px;
    width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    clear: both;
/*    z-index: 10;*/
    background-image: url(https://shopsolutions.co.nz/skin/frontend/base/default/css/magestore/giftvoucher/down-arrow.png);
}
#giftcard-template-show-images:hover #giftcard-template-next{
    background-image: url(https://shopsolutions.co.nz/skin/frontend/base/default/css/magestore/giftvoucher/arrow-slide-right.png);
}
#giftcard-template-show-images:hover #giftcard-template-prev{
    background-image: url(https://shopsolutions.co.nz/skin/frontend/base/default/css/magestore/giftvoucher/arrow-slide-left.png);
}
/*#giftcard-template-next:hover{
    background-image: url(/../giftcard/skin/frontend/default/default/images/giftvoucher/arrow-slide-right.png);
}
#giftcard-template-prev:hover{
    background-image: url(/../giftcard/skin/frontend/default/default/images/giftvoucher/arrow-slide-left.png);
}*/
/** Media Library **/
.uploader .file-row { display: inline-block;width:315px; padding:0.3em 0.6em; /*margin:0.5em 0.6em;*/ border:1px solid #ccc; background-color:#f9f9f9; /*vertical-align:middle;*/ }
.uploader .file-row-narrow { width: auto; margin: 0 0 2px 40px; }
.uploader .file-row .file-info { float:left; }
/*.uploader .file-row .file-info-name { with: 80%; overflow: hidden; }
.uploader .file-row .file-info-size { width: 20%; }*/
.uploader .file-row-info { margin: 0 0 0 10px; }
.uploader .file-row-info .file-info-name  { font-weight:bold; }
.uploader .file-row .progress-text { float:right; font-weight:bold; }
.uploader .file-row .delete-button { float:right; }
.uploader .buttons { float:left; }
.uploader .flex { float:right; }
.uploader .progress { border:1px solid #f0e6b7; background-color:#feffcc; }
.uploader .error { border:1px solid #aa1717; background-color:#ffe6de; }
.uploader .error .progress-text { padding-right:10px; }
.uploader .complete { border:1px solid #90c898; background-color:#e5ffed; }

#amount_range{
    width: 60px;
}
#popup-giftcard{
  position: fixed;
  z-index: 1000;
  width: 600px;  
  left: 50%;
  top: 20%;
  margin-left: -300px;  
  }
  #bg-fade{
   background: #000;
   position: absolute;
   z-index: 999;
   width: 100%;
   min-height: 800px;
   float: left;
   top: 0;
   left: 0;
   opacity: 0.8;
   filter:alpha(opacity=80);
  }
/* 
    Document   : reupdate.css
    Created on : Aug 14, 2014, 2:27:31 PM
    Author     : Billy
    Description:
        Purpose of the stylesheet follows.
*/

/****************************Template 02 _ top*************************************/

	#giftcard-template-top{
            overflow:hidden; 
            max-height: 550px;
            font-size: 14px;
            width: 100%;
            height: 365px;
        }
	#giftcard-template-top .giftcard-template-content{
            margin-left:0px;
            padding: 0;
            position: relative;
        }
	#giftcard-template-top .giftcard-template-content-top, .giftcard-change-image-temp2{
            height: 190px; 
            background-color: #FFFFFF;
            background-position: center; 
            background-repeat: no-repeat; 
            background-size: 100% 100%;
        }
	#giftcard-template-top .giftcard-template-content-temp2{          
            padding-top: 0px;          
            background-repeat: repeat;
            background-size: 100%
        }	
        .logo-title.logo-title-top {
            padding-left: 15px;
            float: left;  
             height: 84px;
        }
	.logo-title.logo-title-top img{                     
           float: left;                
           border-radius: 0px 0px 5px 5px;
           max-height: 70px;
           background-position: 15px 0px !important;          
        }
        .name-value-top{
            float: left;
            width: 100%;
            background: url('https://shopsolutions.co.nz/skin/frontend/base/default/css/magestore/giftvoucher/bkg-title.png') no-repeat;
            background-size: 103% 105%;
            margin-top: 55px;            
            height: 50px;
            position: absolute;
            bottom: 0;
        }
	.name-value-top .giftcard-title{
           float: left;
            font-size: 20px;
            font-family: 'Open Sans', sans-serif;
            margin-left: 15px;
            line-height: 48px;
            font-weight: 600;
        }
	#giftcard-template-top .giftcard-value{           
            float: right;                        
             width: 218px;
             background: url('https://shopsolutions.co.nz/skin/frontend/base/default/css/magestore/giftvoucher/bkg-value.png') no-repeat;
             height: 50px;   
               background-size: 100% 100%; 
        }
	.name-value-top .giftcard-value .giftcard-text-color{
            float: left;
            font-size: 12px;            
            padding-top: 20px;
            font-family: 'Open Sans', sans-serif;
            font-weight: 600;
        }
	.name-value-top .giftcard-value .giftcard-price-change { 
            float: right;
            margin-left: 15px;
            font-size: 26px;           
            font-family: 'Open Sans', sans-serif;
            font-weight: bold;
        }
        .name-value-top .value-price span {           
            margin-right: 5px;
            font-family: 'Open Sans', sans-serif;
            font-weight: bold;
            font-size: 12px;
            margin-top: -3px;
        }
        .name-value-top .giftcard-value .giftcard-price-change .price {            
            margin-right: 10px;
            font-size: 26px;
            font-family: 'Open Sans', sans-serif;
        }       
	.giftcard-date-top{
            width: 59%;             
            float:left;
            padding-top: 10px;           
        }
	 .giftcard-date-top .giftcard-from-to{          
            float: left;
            font-size: 16px;             
            color: #636363 !important;            
            font-family: 'Open Sans', sans-serif;
            margin-left: 15px;
        }
	.giftcard-date-top .giftcard-from-to .giftcard-from{           
          float: left;
           max-height: 25px;
        }
	.giftcard-date-top .giftcard-from-to .giftcard-text-color,
        .giftcard-date-top .giftcard-from-to .giftcard-style-color{          
            font-family: 'Open Sans', sans-serif;
            font-size: 16px;         
        }  
        .giftcard-information {
            float: left;
            clear: both;
            width: 342px; 
            margin-top: 8px;
            margin-left: 15px;
        }
        .giftcard-date-top .giftcard-barcode {
            float: right;
            text-align: right;
            padding-right: 15px;            
        }
        .giftcard-date-top span.giftcard-barcode img {  
            max-width: 100%;
            float: right;
            height: 40px;
        }
        .giftcard-date-top .giftcard-barcode {
            padding-right: 15px;
            margin-top: -10px;
        }
	.giftcard-date-top .giftcard-from-to .giftcard-style-color{
            color: orange;
            font-size: 16px
        }
	.giftcard-date-top .giftcard-to{           
            margin-left:0px; 
            max-height: 25px; 
            float:left; 
            clear:both;
        }		
	.giftcard-date-top .giftcard-number .giftcard-style-color{
            color: orange; 
            font-weight: bold; 
            font-family: 'Open Sans', sans-serif;
            font-style: italic;
            line-height: 30px;
        }	
        .name-value-top .value-price{
            float: right;
            line-height: 55px;
        }	
	.giftcard-date-top .giftcard-message{
            padding: 6px;
            padding-bottom: 14px; 
            padding-top: 3px; 
            height: 65px;
            vertical-align: middle; 
            background: #fff; 
            border-radius: 5px; 
            border:1px solid #cecece;       
        }
        .barcode-note .giftcard-code{
            float: right;
            margin-right: 15px;
        }
        .barcode-note .barcode{
            text-align: right;
            float: right;
            width: 158px; 
            height: 40px;
        }

        .barcode-note .barcode img{
            height: 40px; 
            max-width: 100%;
            float: right;
        }
	.giftcard-date-top .giftcard-custom-message{
            margin: 0; 
            white-space: pre-wrap;  
            max-height: 65px; 
            overflow: hidden; 
            font-size: 11px;
        }	
	.barcode-note .giftcard-note{
            margin-top: 5px;
            float: right;
            width: 215px;
            text-align: right;           
            overflow: hidden;
            height: 87px;
            position: absolute;
            bottom: 10px;
        }
	.barcode-note .giftcard-note .giftcard-text-color{
            font-size: 10px;            
            margin: 0px;           
            font-family: 'Open Sans', sans-serif;
           font-weight: 600;
        }
         
	#giftcard-template-top .giftcard-template-content-top.giftcard-change-image-temp2{width:100% !important; position: relative;}	
	#giftcard-template-top .giftcard-template-content{
            width:100%; 
            background-size:100% auto !important;
            float: left;   
            height: 175px;           
        }
	#giftcard-template-top .giftcard-title-top{
            width:100%;
            position: relative;
        }
        .hidden-giftcard-content-temp2 .giftcard-barcode-value {height: 30px !important}
	#giftcard-template-top .title{width:60% !important;}		
	#giftcard-template-top .barcode-note{
            width: 230px;
            float: right;
            margin-top: 5px;
            position: relative;
            height: 170px;
        }	
	#giftcard-template-top .giftcard-value-bottom {display: none}	


/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 15-08-2014, 09:33:08
    Author     : MSI
*/
/*---Detail Template 3---*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:600italic,300,700,400,600);
    #giftcard-template-back .giftcard-template-content{display: none; height: 0px} 
    .title-value.giftcard-logo-background {
        float: left;
        width: 100%;
        background: url('https://shopsolutions.co.nz/skin/frontend/base/default/css/magestore/giftvoucher/bkg-title.png') no-repeat;
        height: 50px;   
       background-size: 100%;       
    } 
    .giftcard-logo-background .giftcard-value-color {
        float: right;  
        width: 194px;
        background: url('https://shopsolutions.co.nz/skin/frontend/base/default/css/magestore/giftvoucher/bkg-value.png') no-repeat;
        height: 50px;   
        background-size: 100% 100%;
        text-align: right;
        padding-right: 15px;
        line-height: 48px;
    }
    .from-to-barcode-background{
        float: left;
        width: 100%;
        margin-bottom: 5px;
    }
    .giftcard-change-image-background-popup .giftcard-logo {
        float: left;   
        height: 84px;
        margin-left: 15px;
    }
    .giftcard-change-image-background-popup .giftcard-logo img {      
        margin-bottom: 15px;       
        border-radius: 0px 0px 5px 5px;
        max-height: 70px;
        float: left;        
    }
    .giftcard-logo-background .giftcard-text-color {           
        font-size: 12px;        
        font-family: 'Open Sans', sans-serif;
        font-weight: 600;
        padding-right: 10px;
    }
  .giftcard-logo-background .giftcard-style-color.giftcard-price-change {              
        font-size: 26px;
        margin-top: 6px;       
    } 
    .giftcard-logo-background .giftcard-style-color.giftcard-price-change .price {
         font-family: 'Open Sans', sans-serif;
        font-weight: bold;
        float: right;
        line-height: 52px;
    }
   
    .giftcard-logo-background .giftcard-title {
        float: left;
        font-size: 20px;
        font-family: 'Open Sans', sans-serif;
        margin-left: 15px;
        padding-top: 9px;
        font-weight: 600;
    }   
    .from-to-barcode-background .from-to {
       font-size: 16px; 
       font-family: 'Open Sans', sans-serif;
        float: left;       
        margin-left: 15px;       
    }
    .from-to-barcode-background .from-to .giftcard-form{       
        float: left; 
        text-align: left;
         margin-top: 10px;
    }       
    .from-to-barcode-background .from-to .giftcard-to {
        float: left; 
        text-align: left;        
        clear: both;
    }
    .giftcard-text {
        height: 90px;
    }
    .from-to-barcode-background span img {
        height: 40px;
        max-width: 100%;
    }
   .from-to-barcode-background .from-to .giftcard-text-color {       
        font-family: 'Open Sans', sans-serif;   
        font-size: 16px;
        font-weight: 600;
    }   
    .from-to-barcode-background .from-to .giftcard-style-color{
        font-size: 16px;
        font-family: 'Open Sans', sans-serif;        
    }    
    .giftcard-box-background{
        overflow: hidden;
        width: 95%; 
        margin: 0 auto;  
    } 
    .giftcard-box-background .giftcard-text-box{
        background: #fff;
        border-radius: 5px;
        border:1px solid #cccccc; 
        padding: 0; 
        padding-bottom: 16px; 
        padding-top: 3px;         
        display:table-cell;
        vertical-align: middle;
    }
    .giftcard-box-background .giftcard-text-color.giftcard-custom-message{
        margin: 0;
        white-space: pre-wrap; 
        max-height: 85px; 
        overflow: hidden;
        font-size: 11px;
        font-family: 'Open Sans', sans-serif;
        padding: 0px 5px;
        color: black !important;
    }  
   .from-to-barcode-background .giftcard-barcode{       
        float: right;    
        margin-right: 15px;
    }
    .from-to-barcode-background .giftcard-barcode .giftcard-style-color{
        color: orange;
        font-weight: bold;
        font-size:15px; 
       font-family: 'Open Sans', sans-serif;
    }
    .from-to-barcode-background .giftcard-barcode .giftcard-style-color{
        font-size: 14px; 
        line-height: 30px;
        color: orange; 
        font-weight: bold; 
        font-family: 'Open Sans', sans-serif;
        font-style: italic;
    }
    .giftcard-note-background{       
       // margin-top: 8px;       
        float:left;
        box-sizing: content-box;
        overflow: hidden;
        text-align: center;
        vertical-align: middle;
        margin-top: 10px;
        height: 30px
    }
    .giftcard-note-background .form-note{
        width: 100%; 
        margin: 0 auto;        
    }
    .giftcard-note-background .giftcard-text-color{
        font-size: 12px;
        line-height: 15px;
        margin: 0;      
        font-family: 'Open Sans', sans-serif;
        text-align: left;  
         padding: 0 15px;
         font-weight: 600;
    }           
    #giftcard-template-back {width: 100% ;float: left; position: relative}
    #giftcard-template-back .giftcard-change-image-background-popup{
        width: 100%;
        position: absolute;
        top: 0%;
    }    
    .giftcard-box-background .giftcard-text-box {
        display: inherit !important; 
        background-size: 100% !important; 
        width: 100% !important;
        height: 80px;
    }
    giftcard-box-background {
        width: 93% !important; 
        height: 95px; 
        padding: 5px 3%; 
        margin-top: 0px !important;
        box-sizing: content-box;
        float: left;
    }
    .from-to-barcode-background .giftcard-number{
        float: right;
        text-align: right;        
    }    
    .from-to-barcode-background .giftcard-barcode span.barcode  {       
        float: right;               
    }   
      
    /*****template 03 width devices*******/    
    .giftcard-change-image-background-popup img#img-type-background{
        position: relative;
        top: 0;
        z-index: 10;
        left:0;         
    }
    #giftcard-template-back img#img-type-background{width: 100%}
    #giftcard-preview-template img#img-type-background{width: 100%}    
    #giftcard-preview-template #giftcard-preview-template-content .giftcard-change-image-background-popup.giftcard-change-image{
        width: 100% !important; 
        top: 0%;
        position: absolute;
    }

.giftcard-product-media{
    float:Left;
    width:600px;
    height: 365px;
     transform-origin: top left; 
    -webkit-transform-origin: top left;    
}
.product-img-box {
   // overflow: hidden\0;    
}
#close-popup-giftcard {
    background: url('https://shopsolutions.co.nz/skin/frontend/intenso/default/images/giftvoucher/close.png') no-repeat;
    width: 35px;
    height: 35px;
    position: absolute;
    top: -25px;
    right: -25px;
}
#giftcard-preview-template-content{float:left;width: 100%;overflow: hidden;}
/****************************Template 01 _ left*************************************/
.giftvoucher-product-info{overflow: hidden}
#giftcard-template-left{
    overflow:hidden;
    width: 100%; 
    font-size: 14px;
    float:left;
    background-size: 100% 100%;
}
#giftcard-preview-template .giftcard_value-color .giftcard-text-color{
    padding-right: 10px;
    margin-top: 15px;
}
/*#giftcard-preview-template-content {float: left;overflow: hidden;}*/
.dialog.giftcard-preview-template-dialog .dialog_e{background:none;}
.giftcard-template-content-left,.giftcard-change-image{
    width: 275px; 
    height: 365px; 
    display:block; 
    float: left;
    background-position: center;
    background-repeat: no-repeat; 
    background-size: 275px 400px;
}
.logo1 { width: 100%; height: 50px; margin-top: -7px;}
#giftcard-template-left .giftcard-title {
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;    
    font-weight: 600;
    margin-top: 10px !important;
    margin-left: 10px !important;
}
.giftcard-from{ 
    margin-right: 15px;
    overflow: hidden;
    display: table-cell;
    float: left; 
    margin-bottom: 5px;
}
.giftcard-from-to  .giftcard-style-color{
    color: orange;
    font-size:16px;
    font-family: 'Open Sans', sans-serif;      
}
.giftcard-to{max-height: 25px;}
.giftcard-box{overflow: hidden;margin-top: 5px;}
.giftcard-box  .giftcard-text-box{
    display: block;
    border-radius: 5px;
    border: 1px solid #cccccc;
    padding: 4px 6px;   
    height: 90px;   
    vertical-align: middle; 
    background:#fff;
    margin-top: 10px;
}
.giftcard_value .giftcard-text-color{
    float: left;
    padding-right: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600; padding-bottom:5px;
}
#giftcard-preview-template .giftcard-template-content .giftcard_value .giftcard-text-color{
    padding-right: 10px; 
    margin-top: 10px;
}
.giftcard_value .giftcard-style-color{
    float: left; 
    clear: both;      
}
.giftcard_value .giftcard-style-color .price{
    font-size: 22px; 
    font-family: 'Open Sans', sans-serif;
    /* color: orange; */
    font-weight: bold;  
}
.giftcard-number{
    width: 100%;
    float: right; 
    text-align: right;
    margin-bottom: 5px;
}
.giftcard-number .giftcard-style-color{
    color: orange;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
}
.giftcard-custom-message{
    margin: 0; 
    white-space: pre-wrap; 
    max-height: 85px; 
    overflow: hidden; 
    font-size: 13px;
}
.giftcard-barcode  .giftcard-style-color{  
    font-size: 14px; 
    color: orange; 
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
}
.giftcard-text{    
    overflow: hidden;
    vertical-align: bottom;
    height: 70px;
}
.giftcard-text  .giftcard-text-color{
    font-size: 12px; 
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
#giftcard-template-show-images .gift-active{overflow:hidden}
#giftcard-template-show-images .gift-active img{ display:inline;}
/******************Detail giftcard by Crystal****************/
#giftcard-template-left .giftcard-template-content {
    background-position: 0;
    background-size: 100%;
    width: 50%;
    display: block;
    margin-left: 0; 
    float: right;
    height: 365px;
    background-repeat: repeat;  
    box-sizing: content-box;
}
#giftcard-template-left .giftcard-logo div{width: 100% !important; margin-top: -7px !important;background-size: 80% 50px !important;}
#giftcard-template-left .giftcard-from-to .giftcard-text-color {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
}
#giftcard-template-left{width: 100% !important; border:1px solid #ddd; padding:10px;}
#giftcard-template-left .giftcard-change-image {
        width:50%;
        background-position:inherit !important; 
        background-size: 100% 100% !important;
        height:365px; 
        padding-bottom: 0;
        position: relative;
}
.giftcard-change-image img{
    height: 63px;
    max-width: 100%;
    display: inline;
}
.giftcard-change-image img#img-type-left{
    position: relative;
    top: 0;
    z-index: 10;
    left:0; 
}
.giftcard-template-content-left .giftcard-logo{   
    position: absolute;
    top: 287px;
    text-align: center;
    width: 100%;
}
/*#giftcard-template-left .giftcard-template-content div {width: 100% !important; float: left;}*/
#giftcard-template-left .giftcard-template-content div.giftcard-style-color{
      margin: 15px 10px 0 15px;
}
#giftcard-template-left .giftcard-template-content div.giftcard_value{
  float: left;
}
#giftcard-template-left .giftcard-template-content div.giftcard-code{   
    float: right;
    width: 200px;
    margin-top: -5px;
}
#giftcard-template-left .giftcard-template-content .value-barcode {
    width: 100%;
    float: left;
    padding:5px 15px 8px;
}
#giftcard-template-left .giftcard-template-content div.giftcard-from-to,
#giftcard-template-left .giftcard-template-content div.giftcard-box,
#giftcard-template-left .giftcard-template-content div.giftcard-text{
   width: 100%;
    float: left;
    padding:0px 15px;
}
#giftcard-template-left .giftcard-barcode {    
    float: right;
    width: 177px;
    text-align: right;
}
#giftcard-template-left .giftcard-barcode img {float: right;max-width: 100%;height: 40px;}    
#giftcard-template-left .giftcard-to{float: left;clear: both;margin-left: 0px;}    
#giftcard-template-show-images {padding-top: 10px !important;}

/**********add giftcard by Sally************/
#addredeem-giftvoucher-code .buttons-set {margin-bottom: 10px;}
#addredeem-giftvoucher-code .buttons-set p.required{float:right; width: 40%}
#addredeem-giftvoucher-code .input-box{padding-top:5px !important;}
#addredeem-giftvoucher-code .button-add-list{float:left; width:55%;}
#addredeem-giftvoucher-code .buttons-set button.button{float:left !important;}
#addredeem-giftvoucher-code .buttons-set button.button:hover {background: #2e8ab8}
#gift-voucher-code{width:55% !important;}
/***************checkout cart by Sally***************/
/* .giftvoucher #giftvoucher{position: relative;margin-right: -33px;margin-top: 10px;margin-left: 15px;} */
.giftcard_change img{display:inline;}
/*************shopping cart by Sally*************/
.discount .giftvoucher #giftvoucher{position: relative;margin-right: 0px;margin-top: 0px;margin-left: 0px;}
.giftvoucher-discount-code img{display:inline}
/************my account by Sally***********/
.data-table .giftvoucher-grid-detail .input-text{width:160px;}
.data-table .giftvoucher-grid-title-hidden{display:none;}
/* .data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range img{width:inherit !important; height:inherit !important; padding-top:9px; float: left}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range .label{width:50px !important; padding-top:9px;}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item select{width:65px !important; } */
.data-table .balance .left{color:#3091C2!important;}
/* .data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range input.range-text{margin-bottom:5px !important; margin-top:0px;} */
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range input#giftvoucher_grid-balance-to{margin-top:0px;}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range input#giftvoucher_grid-balance-from{margin-top:0px;}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range input.data-table-balance_change-from{margin-top:0px;}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range input.data-table-balance_change-to{margin-top:0px;}
/* .data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .to-date img{padding-top:17px;}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .to-price .label{padding-top:11px;}
.data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .to-date .label{padding-top:13px;} */
.data-table .pager{padding-top:10px;}  
.balance .view-detail{margin-bottom:10px;margin-top:10px; background:none; padding-left:0px !important;}
.balance .view-detail.button:hover{background:none;}
.amount .addredeem{float:right; margin-top:31px; padding:7px 17px;}
/***********View giftcard*************/   
#giftcard_history_table .item-hidden{display:none;}
/* .giftvoucher-index-view .custom-field{float:left; width: 45% !important}
.giftvoucher-index-email  .custom-field{float:left;}
.giftvoucher-index-view .form-list li{width:100%; float: left;} 
.giftvoucher-index-email .form-list li{width:100%; float: left;}  */
/******History balance*******/
.customer-account-giftcard .sub-title {font-size:24px !important; text-transform:uppercase; border-bottom:1px solid silver;margin-bottom:15px;font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;}
#history_grid .giftvoucher-grid-search{width:100%;}
#history_grid .giftvoucher-grid-search .giftvoucher-grid-search-item{width:100% !important;}
#history_grid .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range input#history_grid-balance_change-from{margin-top:0px;}
#history_grid .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range input#history_grid-balance_change-to{margin-top:0px;}
#history_grid .giftvoucher-grid-search .giftvoucher-grid-search-item #history_grid-giftcard_code{width:50%}

.dialog.giftcard-preview-template-dialog .dialog_w{background: none;}
/*---End Detail Popup Template 1---*/



/***********End Detail Popup Template 3*************/

/******************Send email***************/
.giftvoucher-product-info .giftcard-send-friend {
    clear: both; 
/*    width: 190px !important;
    padding-bottom: 10px; */
}
/* .giftvoucher-product-info .giftcard-date-box img {float: right; margin-top: 8px;margin-right: 40px;display: block;} */
.giftvoucher-product-info .giftcard-date-box input.validate-date-giftcard {float: left;margin-right: 3px;width: 140px !important;}    
#giftcard-preview-button-add span {padding-left: 0 !important}
.giftcard-date-box button span{padding-left: 0 !important}
.add-to-box {clear: both}
.giftvoucher-receiver{float: left; clear: both; padding-bottom: 20px; width: 100%; margin:10px 0px 0px;}
.giftvoucher-product-info #giftcard-template-show-images {width: 100% !important;}
.giftvoucher-product-info .validation-advice{float: left; clear: both;}
.recipient_email,
/* .message,
.recipient_ship_form {float:left; clear:both;} */

/******************End***********************/
/***************checkout cart by Sally***************/
.fieldset .giftvoucher  #giftvoucher{position: relative; /*margin-right: -33px;margin-top: 10px;margin-left: 15px;*/ }
.giftcard_change img{display:inline;}
.fieldset .giftvoucher_credit #giftvoucher_credit{position: relative;margin-right: -33px;margin-top: 10px;margin-left: 15px;}
.fieldset #giftvoucher_container{float:left;width: 100% !important;}  
.fieldset .sp-methods{float:left; clear:both; width: 100% !important;} 
.credit_input img {display:inline;}
.credit_input  .input-text{width:68px !important;}
#giftvoucher_container dt label{display:initial !important;}
.notice-msg li{font-weight: normal!important;}
.giftvoucher-index-index .pager{margin-top:7px;}
/*************shopping cart by Sally*************/
.discount-form.giftvoucher   #giftvoucher{position: relative;margin-right: 5px;margin-top: 5px;margin-left: 0px;}
.discount-form .giftvoucher_credit  #giftvoucher_credit{position: relative;margin-right: 5px;margin-top: 5px;margin-left: 0px; float:left}
.giftvoucher-discount-code img{display:inline;}
/* dd#giftcard_shoppingcart_apply, dd.giftvoucher li, dt.giftvoucher, dt.giftvoucher_credit, dd.giftvoucher-credit,li.giftvoucher-discount-code strong{float:left; clear:both; width: 100% !important} */


.giftcard-code-hidden{display:none;}

@media  (max-width:1199px){
    /**********add giftcard************/
    #gift-voucher-code{width:65% !important;}
}
@media (max-width:1099px){
    #history_grid  .giftvoucher-grid-search-item{width:280px !important;}  
    #history_grid  #giftvoucher_grid-gift_code{width:170px !important; margin-left:70px;}
    #history_grid   .giftvoucher-grid-search .giftvoucher-grid-search-item select{ margin-left:70px;width:170px !important; }
    #history_grid  .giftvoucher-grid-title{display:none;}
    #history_grid  .giftvoucher-grid-title-hidden{display:block;}
    #history_grid th {float:left;display:block !important; text-align:left; /* width:100%; */border:none; background:none !important;}
    #history_grid th .giftvoucher-grid-title-hidden{float:left;display:block; text-align:left; text-transform:initial; font-weight:bold;}
    #history_grid th .giftvoucher-grid-detail{ margin-left:270px; display:block; /* width:100%; */ text-align:left;} 
    #history_grid td{display:block; float:left; border-bottom:none; /* width:100%; */}
    #history_grid td .giftvoucher-grid-title-hidden{float:left;display:block; text-align:left; font-weight:bold;}
    #history_grid td .giftvoucher-grid-detail{ margin-left:300px; display:block; /* width:100%; */} 
    #history_grid  .giftvoucher-grid-search{border-bottom:1px solid #AAA2A2;}
    #history_grid tr{border-bottom:1px solid #AAA2A2;}
    .from-price{float:left;  }
    .to-price{float:left;  }
    .from-date{float:left;}
    .to-date{float:right;}
    #history_grid  .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range .label{width:50px !important; text-align:right; padding-right:3px;}
    #history_grid  .pager-header{display:none !important;}
    #history_grid  .giftvoucher-grid-search .giftvoucher-grid-search-item .to-price input.range-text{margin-left:20px;}
    #history_grid  .giftvoucher-grid-search .giftvoucher-grid-search-item .from-price  input.range-text{margin-left:20px;}
    #history_grid   .giftvoucher-grid-search .giftvoucher-grid-search-item .to-date .label{padding-top:9px !important;}
    #history_grid  .giftvoucher-grid-search .giftvoucher-grid-search-item .to-date img{padding-top:9px !important;}
    #history_grid .giftvoucher-grid-search .giftvoucher-grid-search-item .search-text{width: 170px !important; margin-left: 70px;}
    #history_grid  .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range .label{padding-top:0px !important;}
    #history_grid  .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range img{padding-top:0px !important;}
    /* ********************* */
  
}
    /**********add giftcard by Sally************/
    #gift-voucher-code{width:90% !important;}    
    #giftcard-template-left .giftcard-template-content .hidden-giftcard {
        height: 65px !important;
    }
	#giftcard-template-left .hidden-content {height: auto}
@media (max-width:990px){
    /************my account***********/
    .giftvoucher-grid-search-item{width:280px !important;}  
    #giftvoucher_grid-gift_code{
        width:170px !important; margin-left:70px;}
    .data-table .giftvoucher-grid-search .giftvoucher-grid-search-item select{ margin-left:70px; }
    .giftvoucher-grid-title{display:none;}
    .giftvoucher-grid-title-hidden{display:block;}
    #giftvoucher_grid th {
        float:left;
        display:block !important;
        text-align:left; /* width:100%; */
        border:none; 
        background:none !important;
    }
    #giftvoucher_grid th .giftvoucher-grid-title-hidden{
        float:left;
        display:block;
        text-align:left; 
        text-transform:initial;
        font-weight:bold;
    }
    #giftvoucher_grid th .giftvoucher-grid-detail{ 
        margin-left:300px; 
        display:block; /* width:100%; */ 
        text-align:left;
    } 
    #giftvoucher_grid td{
        display:block; 
        float:left; 
        border-bottom:none;
        width:100%;
    }
    #giftvoucher_grid td .giftvoucher-grid-title-hidden{
        float:left;
        display:block; 
        text-align:left;
        font-weight:bold;
    }
    #giftvoucher_grid td .giftvoucher-grid-detail{
        margin-left:300px;
        display:block; /* width:100%; */
    } 
    .giftvoucher-grid-search{
        border-bottom:1px solid #AAA2A2;
    }
    #giftvoucher_grid tr{border-bottom:1px solid #AAA2A2;}
    .from-price{float:left;}
    .to-price{float:left;} 
    .from-date{float:left;}  
    .to-date{float:right;}   
    .data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range .label{
        width:50px !important; 
        text-align:right; 
        padding-right:3px;
    }
    .pager-header{display:none !important;}
    .data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .to-price input.range-text{margin-left:20px;}
    .data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .from-price  input.range-text{margin-left:20px;}
    .data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .to-date .label{padding-top:9px !important;}
    .data-table .giftvoucher-grid-search .giftvoucher-grid-search-item .to-date img{padding-top:9px !important;}
    /*view giftcard*/
    #giftcard_history_table .item-hidden{
        display:block !important;
        float:left; font-weight:700; 
        font-size:16px;
    }
    #giftcard_history_table thead{display:none;}
    #giftcard_history_table .item-detail{text-align: left;
        display: block;
        padding-left: 165px;
        font-size:16px;
    }
    #giftcard_history_table td{
        float:left; 
        width:100%; 
        border-bottom: none;
    }
    #giftcard_history_table tr{
        border-bottom:1px solid #AAA2A2;
    } 
    .giftvoucher-index-view  h2{
        font-size:18px;
    }
    .giftvoucher-index-view .form-list{
        border-bottom:1px solid #ececec;
        float:left;
        margin-bottom:15px;
    }
    .giftvoucher-index-view .form-list .field{
        margin-bottom:20px !important; /* display: block; */
    }
    .giftvoucher-index-view .form-list li{
        width:100%;
        float: left;
    }
    .giftvoucher-index-view .box-account.box-info {        
        margin-bottom: 15px;
    }
    .fields .custom-field-right{width:55% !important;}
    /**********check giftcard************/
    .col-main .giftvoucher-fieldset .input-box   input[type=text]{width:95% !important;}
    /**********check giftcard************/
    .col-main .giftvoucher-fieldset .input-box   input[type=text]{width:95% !important;}
}
@media  (max-width:880px){
    /************my account***********/
    #giftvoucher_grid th .giftvoucher-grid-detail{
        margin-left:230px !important; 
    }
    #giftvoucher_grid td .giftvoucher-grid-detail{
        margin-left:230px  !important;
    }
    .data-table   th .giftvoucher-grid-detail{
        margin-left:230px !important;
    }
    .data-table   td .giftvoucher-grid-detail{
        margin-left:230px  !important; 
    }
    #history_grid td{width:100% !important;
    }

    /**********add giftcard************/
    #gift-voucher-code{width:100% !important;}
}
@media only screen and (max-width: 770px){
    /************my account by Sally***********/
    #giftvoucher_grid th .giftvoucher-grid-detail{ margin-left:300px !important; }
    #giftvoucher_grid td .giftvoucher-grid-detail{ margin-left:300px  !important; }
    .data-table   th .giftvoucher-grid-detail{ margin-left:300px !important; }
    .data-table   td .giftvoucher-grid-detail{ margin-left:300px  !important; }
    /**********add giftcard by Sally************/
    .col-main .giftvoucher-fieldset .input-box   input[type=text]{width:365px !important;}
}
@media  (max-width:640px){
    /************my account by Sally***********/
    #giftvoucher_grid th .giftvoucher-grid-detail{ margin-left:200px !important; width:auto !important; }
    #giftvoucher_grid td .giftvoucher-grid-detail{ margin-left:200px  !important;  width:auto !important; }
    .data-table   th .giftvoucher-grid-detail{ margin-left:200px !important; width:auto !important; }
    .data-table  td .giftvoucher-grid-detail{ margin-left:200px  !important;  width:auto !important; }
}
@media  (max-width:580px){
    /************my account by Sally***********/
    #giftvoucher_grid th .giftvoucher-grid-detail{
        margin-left:150px !important;
        width:auto!important;
    }
    #giftvoucher_grid td .giftvoucher-grid-detail{ 
        margin-left:150px  !important;
        width:auto !important;
    } 
    .to-price{
        float:left;
        margin-left:0px !important;
    }
    .to-date{
        float:left;
        margin-left:0px !important;
    }
    .button{padding:5px !important;}
    .giftvoucher-grid-search-item{width:auto !important;}
    .balance .view-detail{background:#3399cc !important; }
    .balance .view-detail.button:hover{background:#2e8ab8 !important;}
    .balance .left{
        color:#fff !important;
        padding: 7px 15px !important;
    }
    #history_grid th .giftvoucher-grid-detail{ 
        margin-left:150px !important; 
        width:auto!important; 
    }
    #history_grid td .giftvoucher-grid-detail{
        margin-left:150px  !important; 
        width:auto !important;
    }
    #history_grid td{width:100% !important;}
    /*end*/
}
@media  (max-width:533px){
    /**********add giftcard by Sally************/
    .buttons-set button{margin-bottom:3px;}
    #addredeem-giftvoucher-code .buttons-set button.button{float:right !important; width:40%;}
}
@media  (max-width:480px){
    /************my account by Sally***********/
    #giftvoucher_grid th .giftvoucher-grid-detail{
        margin-left:150px !important;
        width:auto !important;
    }
    #giftvoucher_grid td .giftvoucher-grid-detail{ 
        margin-left:150px  !important;
        width:auto !important; 
    } 
    .to-price{
        float:left;
        margin-left:0px !important; 
    }
    .to-date{
        float:left; 
        margin-left:0px !important;
    }
    .button{padding:4px !important;}
    .giftvoucher-grid-search-item{width:auto !important;} 
    #history_grid th .giftvoucher-grid-detail{ 
        margin-left:150px !important;
        width:auto !important; 
    }
    #history_grid td .giftvoucher-grid-detail{
        margin-left:150px  !important;
        width:auto !important;
    } 	 	
    #history_grid .giftvoucher-grid-search .giftvoucher-grid-search-item .data-range input.range-text{margin-bottom:10px !important;}
}
@media  (max-width:440px){
    /**********check giftcard by Sally************/
    .page-title h1{font-size:18px !important;}
    /* My account */
    .balance .button{float:none !important; width:185px !important;}
    .giftvoucher-search-button{text-align:left !important;}
    .button{padding:5px !important;}
    #history_grid th .giftvoucher-grid-detail{margin-left:115px !important;}
    #history_grid .giftvoucher-grid-search .giftvoucher-grid-search-item select{width:50px !important;}

    /*my account*/
    #giftvoucher_grid-gift_code{width:65px !important; margin-left:70px;}
}
@media  (max-width:420px){
    /***************checkout cart by Sally***************/
    .giftcard{display:block;}
}
@media only screen and (max-width: 380px){
    /*My Account*/
    #giftvoucher_grid th .giftvoucher-grid-detail{ margin-left:120px !important; width:auto !important; }
    #giftvoucher_grid td .giftvoucher-grid-detail{ margin-left:120px  !important;  width:auto !important; } 

    /************my account***********/
    #giftvoucher_grid th .giftvoucher-grid-detail{margin-left:115px !important;}
    #history_grid .giftvoucher-grid-search .giftvoucher-grid-search-item .search-text{width:50px !important;}
    .data-table  .balance .button{float:none !important; width:185px !important;}
    .data-table  .giftvoucher-search-button{text-align:left !important;}
    .data-table   th .giftvoucher-grid-detail{margin-left:115px !important;}
    .data-table  .button{padding:5px !important;}

}

@media  (max-width:400px){
    /**********add giftcard by Sally************/
    #addredeem-giftvoucher-code .buttons-set button.button{width:100%;}
    #addredeem-giftvoucher-code .button-add-list{width:100% !important;}
    input#full_gift_card_code{max-width:100% !important; width:100% !important;} 
    .giftvoucher-index-view.customer-account .wrapper{min-width:100%}
}
.giftcard-send-friend input[type="checkbox"] { margin-left:0px !important; }
.giftvoucher-product-info .select-valuebox { margin:15px 0px 0px;}
.recipient_ship_form input[type="checkbox"] { margin-left:0px !important; }
#giftvoucher-receiver > p { margin:0px;}
.calendar thead .headrow td { margin:0px; }
.calendar .button { margin:0px;}
.giftcard-text-color { display:inline;}
.giftcard-style-color.giftcard-send-from { display:inline;} 
/*.giftcard-product-media { transform:none !important;}*/
.calendar .button { display:table-cell; color:#000;} 
.giftcard-product-media.product-img-box img { width:auto;}
.giftvoucher-product-info #giftcard_template_select_chosen { display:none;}
.giftcard-product-media .giftcard-template-content { background:#fff !important;}
.calendar tbody .disabled { color:#000;}
.calendar tbody td.today { padding:2px; text-align:center; color:#fff; background:#00b9df; border:0px;}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.searchautocomplete .search-autocomplete {
    position: absolute; white-space: normal;
	box-shadow: none;
	background: #FFF;
    border: #BBCBDC solid 1px;
  
}
.searchautocomplete .form-search {
  overflow: none !important;
  position: relative; margin: 0;
}
.searchautocomplete .sprite {
  background: url('https://shopsolutions.co.nz/skin/frontend/intenso/default/images/mirasvit/sprite.png');
}
.searchautocomplete .nav-search-in {
/*  position: absolute;
  top: 10px;
  left: 10px;*/ float:left;
  z-index: 11;
}
.searchautocomplete .nav-search-in .category {
  opacity: 0;
  filter: alpha(opacity=0);
  background: white;
  border: 1px solid #DDD;
  color: black;
  cursor: pointer;
  height: 29px;
  left: 5px;
  margin: 0;
  outline: 0;
  padding: 0;
  position: absolute;
  top: 5px;
  visibility: visible;
  width: auto;
}
.searchautocomplete .nav-search-in .category-fake {
  height: 20px;
  color: #777;
  cursor: pointer;
  float: left;
  font-size: 11px;
  padding: 0px 25px 0px 10px;
  text-align: center;
  white-space: nowrap;
}
.searchautocomplete .nav-search-in .nav-down-arrow {
  background: url('https://shopsolutions.co.nz/skin/frontend/intenso/default/images/mirasvit/sprite.png');
  width: 9px;
  height: 5px;
  background-position: -26px -34px;
  display: block;
  right: 10px;
  top: 6px;
  position: absolute; display:none;
}
.searchautocomplete .nav-search-in:hover .category-fake {
  color: #000;
}
.searchautocomplete .nav-search-in:hover .nav-down-arrow {
  background-position: -6px -34px;
}
.searchautocomplete .searchautocomplete-placeholder {
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  background: #FFF;
  border: 1px solid #ccc;
  padding-top: 15px;
  position: absolute;
  z-index: 102;
}
.searchautocomplete .searchautocomplete-placeholder:before {
  border-color: transparent transparent #CCC transparent;
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 5px;
  height: 0;
  width: 0;
  top: -11px;
  left: 30px;
}
.searchautocomplete .searchautocomplete-placeholder ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.searchautocomplete .searchautocomplete-placeholder ul li {
  *zoom: 1;
  text-align: left;
  padding: 5px 5px;
}
.searchautocomplete .searchautocomplete-placeholder ul li:before,
.searchautocomplete .searchautocomplete-placeholder ul li:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchautocomplete .searchautocomplete-placeholder ul li:after {
  clear: both;
}
.searchautocomplete .searchautocomplete-placeholder ul li a {
  text-decoration: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li a .pull-right {
  float: right;
}
.searchautocomplete .searchautocomplete-placeholder ul li.active {
  background-color: #eeeeee;
  cursor: pointer;
}
.searchautocomplete .searchautocomplete-placeholder ul li.active a {
  text-decoration: none;
}
.searchautocomplete .searchautocomplete-placeholder ul li .searchautocomlete-image {
  float: left;
  margin: 0px 10px 5px 0px;
}
.searchautocomplete .searchautocomplete-placeholder .all {
  text-align: right;
  margin: 10px 10px 5px 10px;
}

form#search_mini_form.searchautocomplete div.form-search button.search-icon {
    position: absolute;
    top: 0; right: 0;
    width: 63px; height: 60px;
}
form#search_mini_form.searchautocomplete div.form-search button.search-icon:before {
    content: "\e90b";
    font-family: 'intenso';
    color: #1D548C; font-size: 28px;
    position: absolute;
    top: 11px; right: 17px;
}
form#search_mini_form.searchautocomplete div.form-search button.search-icon span { font-size:0px;}
form#search_mini_form.searchautocomplete div.form-search button.button span span {
  color: rgba(0, 0, 0, 0);
  width: 24px;
}
form#search_mini_form.searchautocomplete div.form-search div#search_autocomplete.UI-PLACEHOLDER ul li div.searchautocomlete-image img {
  float: none;
  padding-right: 0;
    width: 100%; height: auto;
}
form#search_mini_form.searchautocomplete div.form-search div#search_autocomplete.UI-PLACEHOLDER ul li div.price-box {
  float: none !important; display: inline;
}
.search-input-box { /*float:left; */ padding-right:30px; overflow:hidden;}
form#search_mini_form.searchautocomplete div.form-search button.button.header-serach-btn { margin-left:5px; width:auto; height:40px; margin-top:-1px; float:left;  }
form#search_mini_form.searchautocomplete div.form-search button.button.header-serach-btn span span { font-size:14px; text-transform:uppercase; font-weight:normal; color:#fff; padding:5px 15px; background:#00badf; width:auto; height:40px; line-height:32px; display:block;}
form#search_mini_form.searchautocomplete div.form-search button.button.header-serach-btn:hover span span { background:#00588d;}
.top-right-header #search_mini_form { margin:0px;}

#search_autocomplete .all {
    clear: both;
    display: block;
    padding: 6px 0 7px;
}
#search_autocomplete .all a {
    font-family: 'DroidSerif', serif;
    font-size: 16px; color: #7A9ABB;
}
#search_autocomplete .all a:hover {}



/*10-8-2015*/ 
.searchautocomplete .searchautocomplete-loader {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 15px;
  right: -30px;
  z-index: 99;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  display: none; background:url(https://shopsolutions.co.nz/skin/frontend/intenso/default/css/images/ajax-loader.gif) 0px 0px no-repeat;
}
.searchautocomplete .index-title, .searchautocomplete div.highlight {display: none;}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.searchindex-results {
  *zoom: 1;
  margin-bottom: 10px;
  border-bottom: 1px solid #a0b3c3;
}
.searchindex-results:before,
.searchindex-results:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results:after {
  clear: both;
}
.searchindex-results li {
  margin-bottom: -1px;
  float: left;
  *zoom: 1;
  margin: 0px 2px;
}
.searchindex-results li:before,
.searchindex-results li:after {
  display: table;
  content: "";
  line-height: 0;
}
.searchindex-results li:after {
  clear: both;
}
.searchindex-results li a {
  font-size: 12px;
  font-weight: bold;
  color: #333;
  display: block;
  cursor: pointer;
  padding: 2px 5px 1px 5px;
  line-height: 20px;
  border: 1px solid transparent;
  border-bottom: none;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  text-decoration: none;
}
.searchindex-results li a:hover {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -o-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffffffff', GradientType=0);
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-results li a span {
  font-weight: normal;
  font-size: 0.9em;
}
.searchindex-results li.active a {
  background-color: #f1f1f1;
  background-image: -moz-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e8e8e8), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: -o-linear-gradient(top, #e8e8e8, #ffffff);
  background-image: linear-gradient(to bottom, #e8e8e8, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#ffffffff', GradientType=0);
  cursor: default;
  border: 1px solid #a0b3c3;
  border-bottom: none;
}
.searchindex-result li {
  padding: 5px;
}
.searchindex-result li .title a {
  font-weight: bold;
  color: #203548;
  font-size: 13px;
}
.searchindex-result.searchindex-result-category {
  margin-bottom: 20px;
}
.searchindex-result.searchindex-result-category li {
  padding: 1px 0px;
}
.searchindex-result.searchindex-result-category li a {
  font-weight: bold;
  color: #203548;
}

/* Question & Answers CSS Start */

ul.expmenu > li > div.header_accon > .arrow { display: block; width: 16px; height: 16px; background: no-repeat center; margin-top: 3px; float:right; }
ul.expmenu > li > div.header_accon > .arrow.up { background: url(https://shopsolutions.co.nz/skin/frontend/intenso/default/faq/images/menu-plus.png) 0px 0px no-repeat ; }
ul.expmenu > li > div.header_accon > .arrow.down { background: url(https://shopsolutions.co.nz/skin/frontend/intenso/default/faq/images/menu-minus.png) 0px 0px no-repeat; }
ul.menu {display: none; padding-left: 5px;}
.header_accon h3 { float: left;
   font-size: 16px;
   font-weight: normal; margin:0px;}
.header_accon h3.purple{color: #C644B2; }
ul.expmenu {
   float: left;
   padding: 0 !important;
   width: 100%;
}
ul.expmenu > li {
   float: left;
   width: 100%;
}
.header_accon {
   float: left;
   width: 100%;
   cursor: pointer;
}

/* Question & Answers CSS End */

/*faq */
ul.expmenu li { margin:0px; list-style:none; }
ul.expmenu .header_accon { background:#fff; padding:10px 15px; margin-top:8px; }
ul.expmenu .header_accon h3 { color:#737373; margin:3px 0px 0px;}
ul.expmenu .header_accon h3.purple { color:#01b9df; }
ul.expmenu ul.menu { margin:0px; border:1px solid #ddd; border-top:0px; padding:10px; clear:both;}
ul.expmenu ul.menu p { margin-bottom:10px;} 
.cms-page-view .cms-wrapper ul.expmenu li { background:none; padding:0px; margin:0px;}
meta.foundation-version {
  font-family: "/5.1.0/"; }

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

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

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

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

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

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

html, body {
  height: 100%; }

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

html,
body {
  font-size: 100%; }

body {
  background: white;
  color: #222222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default; }

a:hover {
  cursor: pointer; }

img,
object,
embed {
  max-width: 100%;
  height: auto; }

object,
embed {
  height: 100%; }

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

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important; }

.left {
  float: left !important; }

.right {
  float: right !important; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    content: " ";
    display: table; }
  .clearfix:after {
    clear: both; }

.hide {
  display: none; }

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

img {
  display: inline-block;
  vertical-align: middle; }

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

select {
  width: 100%; }

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5rem;
  *zoom: 1; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0;
    float: left; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    width: auto;
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none;
      *zoom: 1; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  width: 100%;
  float: left; }

@media only screen {
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; }

  .small-push-0 {
    left: 0%;
    right: auto; }

  .small-pull-0 {
    right: 0%;
    left: auto; }

  .small-push-1 {
    left: 8.33333%;
    right: auto; }

  .small-pull-1 {
    right: 8.33333%;
    left: auto; }

  .small-push-2 {
    left: 16.66667%;
    right: auto; }

  .small-pull-2 {
    right: 16.66667%;
    left: auto; }

  .small-push-3 {
    left: 25%;
    right: auto; }

  .small-pull-3 {
    right: 25%;
    left: auto; }

  .small-push-4 {
    left: 33.33333%;
    right: auto; }

  .small-pull-4 {
    right: 33.33333%;
    left: auto; }

  .small-push-5 {
    left: 41.66667%;
    right: auto; }

  .small-pull-5 {
    right: 41.66667%;
    left: auto; }

  .small-push-6 {
    left: 50%;
    right: auto; }

  .small-pull-6 {
    right: 50%;
    left: auto; }

  .small-push-7 {
    left: 58.33333%;
    right: auto; }

  .small-pull-7 {
    right: 58.33333%;
    left: auto; }

  .small-push-8 {
    left: 66.66667%;
    right: auto; }

  .small-pull-8 {
    right: 66.66667%;
    left: auto; }

  .small-push-9 {
    left: 75%;
    right: auto; }

  .small-pull-9 {
    right: 75%;
    left: auto; }

  .small-push-10 {
    left: 83.33333%;
    right: auto; }

  .small-pull-10 {
    right: 83.33333%;
    left: auto; }

  .small-push-11 {
    left: 91.66667%;
    right: auto; }

  .small-pull-11 {
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .small-1 {
    width: 8.33333%; }

  .small-2 {
    width: 16.66667%; }

  .small-3 {
    width: 25%; }

  .small-4 {
    width: 33.33333%; }

  .small-5 {
    width: 41.66667%; }

  .small-6 {
    width: 50%; }

  .small-7 {
    width: 58.33333%; }

  .small-8 {
    width: 66.66667%; }

  .small-9 {
    width: 75%; }

  .small-10 {
    width: 83.33333%; }

  .small-11 {
    width: 91.66667%; }

  .small-12 {
    width: 100%; }

  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  [class*="column"] + [class*="column"].end {
    float: left; }

  .small-offset-0 {
    margin-left: 0% !important; }

  .small-offset-1 {
    margin-left: 8.33333% !important; }

  .small-offset-2 {
    margin-left: 16.66667% !important; }

  .small-offset-3 {
    margin-left: 25% !important; }

  .small-offset-4 {
    margin-left: 33.33333% !important; }

  .small-offset-5 {
    margin-left: 41.66667% !important; }

  .small-offset-6 {
    margin-left: 50% !important; }

  .small-offset-7 {
    margin-left: 58.33333% !important; }

  .small-offset-8 {
    margin-left: 66.66667% !important; }

  .small-offset-9 {
    margin-left: 75% !important; }

  .small-offset-10 {
    margin-left: 83.33333% !important; }

  .small-offset-11 {
    margin-left: 91.66667% !important; }

  .small-reset-order,
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; } }
	
@media only screen and (min-width: 40.063em) {
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }

  .medium-push-0 {
    left: 0%;
    right: auto; }

  .medium-pull-0 {
    right: 0%;
    left: auto; }

  .medium-push-1 {
    left: 8.33333%;
    right: auto; }

  .medium-pull-1 {
    right: 8.33333%;
    left: auto; }

  .medium-push-2 {
    left: 16.66667%;
    right: auto; }

  .medium-pull-2 {
    right: 16.66667%;
    left: auto; }

  .medium-push-3 {
    left: 25%;
    right: auto; }

  .medium-pull-3 {
    right: 25%;
    left: auto; }

  .medium-push-4 {
    left: 33.33333%;
    right: auto; }

  .medium-pull-4 {
    right: 33.33333%;
    left: auto; }

  .medium-push-5 {
    left: 41.66667%;
    right: auto; }

  .medium-pull-5 {
    right: 41.66667%;
    left: auto; }

  .medium-push-6 {
    left: 50%;
    right: auto; }

  .medium-pull-6 {
    right: 50%;
    left: auto; }

  .medium-push-7 {
    left: 58.33333%;
    right: auto; }

  .medium-pull-7 {
    right: 58.33333%;
    left: auto; }

  .medium-push-8 {
    left: 66.66667%;
    right: auto; }

  .medium-pull-8 {
    right: 66.66667%;
    left: auto; }

  .medium-push-9 {
    left: 75%;
    right: auto; }

  .medium-pull-9 {
    right: 75%;
    left: auto; }

  .medium-push-10 {
    left: 83.33333%;
    right: auto; }

  .medium-pull-10 {
    right: 83.33333%;
    left: auto; }

  .medium-push-11 {
    left: 91.66667%;
    right: auto; }

  .medium-pull-11 {
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .medium-1 {
    width: 8.33333%; }

  .medium-2 {
    width: 16.66667%; }

  .medium-3 {
    width: 25%; }

  .medium-4 {
    width: 33.33333%; }

  .medium-5 {
    width: 41.66667%; }

  .medium-6 {
    width: 50%; }

  .medium-7 {
    width: 58.33333%; }

  .medium-8 {
    width: 66.66667%; }

  .medium-9 {
    width: 75%; }

  .medium-10 {
    width: 83.33333%; }

  .medium-11 {
    width: 91.66667%; }

  .medium-12 {
    width: 100%; }

  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  [class*="column"] + [class*="column"].end {
    float: left; }

  .medium-offset-0 {
    margin-left: 0% !important; }

  .medium-offset-1 {
    margin-left: 8.33333% !important; }

  .medium-offset-2 {
    margin-left: 16.66667% !important; }

  .medium-offset-3 {
    margin-left: 25% !important; }

  .medium-offset-4 {
    margin-left: 33.33333% !important; }

  .medium-offset-5 {
    margin-left: 41.66667% !important; }

  .medium-offset-6 {
    margin-left: 50% !important; }

  .medium-offset-7 {
    margin-left: 58.33333% !important; }

  .medium-offset-8 {
    margin-left: 66.66667% !important; }

  .medium-offset-9 {
    margin-left: 75% !important; }

  .medium-offset-10 {
    margin-left: 83.33333% !important; }

  .medium-offset-11 {
    margin-left: 91.66667% !important; }

  .medium-reset-order,
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .push-0 {
    left: 0%;
    right: auto; }

  .pull-0 {
    right: 0%;
    left: auto; }

  .push-1 {
    left: 8.33333%;
    right: auto; }

  .pull-1 {
    right: 8.33333%;
    left: auto; }

  .push-2 {
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    right: 16.66667%;
    left: auto; }

  .push-3 {
    left: 25%;
    right: auto; }

  .pull-3 {
    right: 25%;
    left: auto; }

  .push-4 {
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    right: 33.33333%;
    left: auto; }

  .push-5 {
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    right: 41.66667%;
    left: auto; }

  .push-6 {
    left: 50%;
    right: auto; }

  .pull-6 {
    right: 50%;
    left: auto; }

  .push-7 {
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    right: 58.33333%;
    left: auto; }

  .push-8 {
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    right: 66.66667%;
    left: auto; }

  .push-9 {
    left: 75%;
    right: auto; }

  .pull-9 {
    right: 75%;
    left: auto; }

  .push-10 {
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    right: 83.33333%;
    left: auto; }

  .push-11 {
    left: 91.66667%;
    right: auto; }

  .pull-11 {
    right: 91.66667%;
    left: auto; } }
@media only screen and (min-width: 64.063em) {
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }

  .large-push-0 {
    left: 0%;
    right: auto; }

  .large-pull-0 {
    right: 0%;
    left: auto; }

  .large-push-1 {
    left: 8.33333%;
    right: auto; }

  .large-pull-1 {
    right: 8.33333%;
    left: auto; }

  .large-push-2 {
    left: 16.66667%;
    right: auto; }

  .large-pull-2 {
    right: 16.66667%;
    left: auto; }

  .large-push-3 {
    left: 25%;
    right: auto; }

  .large-pull-3 {
    right: 25%;
    left: auto; }

  .large-push-4 {
    left: 33.33333%;
    right: auto; }

  .large-pull-4 {
    right: 33.33333%;
    left: auto; }

  .large-push-5 {
    left: 41.66667%;
    right: auto; }

  .large-pull-5 {
    right: 41.66667%;
    left: auto; }

  .large-push-6 {
    left: 50%;
    right: auto; }

  .large-pull-6 {
    right: 50%;
    left: auto; }

  .large-push-7 {
    left: 58.33333%;
    right: auto; }

  .large-pull-7 {
    right: 58.33333%;
    left: auto; }

  .large-push-8 {
    left: 66.66667%;
    right: auto; }

  .large-pull-8 {
    right: 66.66667%;
    left: auto; }

  .large-push-9 {
    left: 75%;
    right: auto; }

  .large-pull-9 {
    right: 75%;
    left: auto; }

  .large-push-10 {
    left: 83.33333%;
    right: auto; }

  .large-pull-10 {
    right: 83.33333%;
    left: auto; }

  .large-push-11 {
    left: 91.66667%;
    right: auto; }

  .large-pull-11 {
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float: left; }

  .large-1 {
    width: 8.33333%; }

  .large-2 {
    width: 16.66667%; }

  .large-3 {
    width: 25%; }

  .large-4 {
    width: 33.33333%; }

  .large-5 {
    width: 41.66667%; }

  .large-6 {
    width: 50%; }

  .large-7 {
    width: 58.33333%; }

  .large-8 {
    width: 66.66667%; }

  .large-9 {
    width: 75%; }

  .large-10 {
    width: 83.33333%; }

  .large-11 {
    width: 91.66667%; }

  .large-12 {
    width: 100%; }

  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  [class*="column"] + [class*="column"].end {
    float: left; }

  .large-offset-0 {
    margin-left: 0% !important; }

  .large-offset-1 {
    margin-left: 8.33333% !important; }

  .large-offset-2 {
    margin-left: 16.66667% !important; }

  .large-offset-3 {
    margin-left: 25% !important; }

  .large-offset-4 {
    margin-left: 33.33333% !important; }

  .large-offset-5 {
    margin-left: 41.66667% !important; }

  .large-offset-6 {
    margin-left: 50% !important; }

  .large-offset-7 {
    margin-left: 58.33333% !important; }

  .large-offset-8 {
    margin-left: 66.66667% !important; }

  .large-offset-9 {
    margin-left: 75% !important; }

  .large-offset-10 {
    margin-left: 83.33333% !important; }

  .large-offset-11 {
    margin-left: 91.66667% !important; }

  .large-reset-order,
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .push-0 {
    left: 0%;
    right: auto; }

  .pull-0 {
    right: 0%;
    left: auto; }

  .push-1 {
    left: 8.33333%;
    right: auto; }

  .pull-1 {
    right: 8.33333%;
    left: auto; }

  .push-2 {
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    right: 16.66667%;
    left: auto; }

  .push-3 {
    left: 25%;
    right: auto; }

  .pull-3 {
    right: 25%;
    left: auto; }

  .push-4 {
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    right: 33.33333%;
    left: auto; }

  .push-5 {
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    right: 41.66667%;
    left: auto; }

  .push-6 {
    left: 50%;
    right: auto; }

  .pull-6 {
    right: 50%;
    left: auto; }

  .push-7 {
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    right: 58.33333%;
    left: auto; }

  .push-8 {
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    right: 66.66667%;
    left: auto; }

  .push-9 {
    left: 75%;
    right: auto; }

  .pull-9 {
    right: 75%;
    left: auto; }

  .push-10 {
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    right: 83.33333%;
    left: auto; }

  .push-11 {
    left: 91.66667%;
    right: auto; }

  .pull-11 {
    right: 91.66667%;
    left: auto; } }
meta.foundation-mq-topbar {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em; }

/* Wrapped around .top-bar to contain to grid width */
.contain-to-grid {
  width: 100%;
  background: #333333; }
  .contain-to-grid .top-bar {
    margin-bottom: 0; }

.fixed {
  width: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 99; }
  .fixed.expanded:not(.top-bar) {
    overflow-y: auto;
    height: auto;
    width: 100%;
    max-height: 100%; }
    .fixed.expanded:not(.top-bar) .title-area {
      position: fixed;
      width: 100%;
      z-index: 99; }
    .fixed.expanded:not(.top-bar) .top-bar-section {
      z-index: 98;
      margin-top: 45px; }

.top-bar {
  /*overflow: hidden;
  height: 45px;
  line-height: 45px;
  position: relative;
  background: #333333;
  margin-bottom: 0; */}
  .top-bar ul {
    margin-bottom: 0;
    list-style: none; }
  .top-bar .row {
    max-width: none; }
  .top-bar form,
  .top-bar input {
    margin-bottom: 0; }
  .top-bar input {
    height: auto;
    padding-top: .35rem;
    padding-bottom: .35rem;
    font-size: 0.75rem; }
  .top-bar .button { }
  .top-bar .title-area {
    position: relative;
    margin: 0; }
  .top-bar .name {
    height: 45px;
    margin: 0;
    font-size: 16px; }
    .top-bar .name h1 {
      line-height: 45px;
      font-size: 1.0625rem;
      margin: 0; }
      .top-bar .name h1 a {
        font-weight: normal;
        color: white;
        width: 50%;
        display: block;
        padding: 0 15px; }
  .top-bar .toggle-topbar {
    /*position: absolute;
    right: 0;
    top: 0; */}
    .top-bar .toggle-topbar a {
      color: white;
      text-transform: uppercase;
      font-size: 0.8125rem;
      font-weight: bold;
      position: relative;
      display: block;
      padding: 0 15px;
      height: 45px;
      line-height: 45px; }
    .top-bar .toggle-topbar.menu-icon {
      /*right: 15px;
      top: 50%;
      margin-top: -16px;
      padding-left: 40px; */}
      .top-bar .toggle-topbar.menu-icon a {
        height: 34px;
        line-height: 33px;
        padding: 0;
        padding-right: 25px;
        color: white;
        position: relative; }
        .top-bar .toggle-topbar.menu-icon a::after {
          content: "";
          position: absolute;
          right: 0;
          display: block;
          width: 16px;
          top: 0;
          height: 0;
          -webkit-box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white;
          box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white; }
  .top-bar.expanded {
    height: auto;
    background: transparent; }
    .top-bar.expanded .title-area {
      background: #333333; }
    .top-bar.expanded .toggle-topbar a {
      color: #888888; }
      .top-bar.expanded .toggle-topbar a span {
        -webkit-box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888;
        box-shadow: 0 10px 0 1px #888888, 0 16px 0 1px #888888, 0 22px 0 1px #888888; }

.top-bar-section {
  left: 0;
  position: relative;
  width: auto;
}
  .top-bar-section ul {}
  .top-bar-section .divider,
  .top-bar-section [role="separator"] {
    border-top: solid 1px #1a1a1a;
    clear: both;
    height: 1px;
    width: 100%; }
  .top-bar-section ul li > a {
    display: block;
    width: 100%; }
    .top-bar-section ul li > a.button {
      background: #008cba;
      font-size: 0.8125rem;
      padding-right: 15px;
      padding-left: 15px; }
      .top-bar-section ul li > a.button:hover {
        background: #006688; }
    .top-bar-section ul li > a.button.secondary {
      background: #e7e7e7; }
      .top-bar-section ul li > a.button.secondary:hover {
        background: #cecece; }
    .top-bar-section ul li > a.button.success {
      background: #43ac6a; }
      .top-bar-section ul li > a.button.success:hover {
        background: #358854; }
    .top-bar-section ul li > a.button.alert {
      background: #f04124; }
      .top-bar-section ul li > a.button.alert:hover {
        background: #d42b0f; }
  .top-bar-section ul li:hover > a {
   /* background: #272727;
    color: white;*/ }
  .top-bar-section ul li.active > a {}
    .top-bar-section ul li.active > a:hover {
      background: #0078a0;
      color: white; }
  .top-bar-section .has-form {
    padding: 15px; }
  .top-bar-section .has-dropdown {
    position: relative; }
    .top-bar-section .has-dropdown > a:after {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border: inset 5px;
      border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
      border-left-style: solid;
      margin-right: 15px;
      margin-top: -4.5px;
      position: absolute;
      top: 50%;
      right: 0; }
    .top-bar-section .has-dropdown.moved {
      position: static; }
      .top-bar-section .has-dropdown.moved > .dropdown {
        display: block; }
  .top-bar-section .dropdown {
    position: absolute;
    left: 100%;
    top: 0;
    display: none;
    z-index: 99; }
    .top-bar-section .dropdown li {
      width: 100%;
      height: auto; }
      .top-bar-section .dropdown li a {
        font-weight: normal;
        padding: 8px 15px; }
        .top-bar-section .dropdown li a.parent-link {
          font-weight: normal; }
      .top-bar-section .dropdown li.title h5 {
        margin-bottom: 0; }
        .top-bar-section .dropdown li.title h5 a {
          color: white;
          line-height: 22.5px;
          display: block; }
      .top-bar-section .dropdown li.has-form {
        padding: 8px 15px; }
      .top-bar-section .dropdown li .button {
        top: auto; }
    .top-bar-section .dropdown label {
      padding: 8px 15px 2px;
      margin-bottom: 0;
      text-transform: uppercase;
      color: #777777;
      font-weight: bold;
      font-size: 0.625rem; }

.js-generated {
  display: block; }

@media only screen and (min-width: 800px) {
    .top-bar-section ul li .js-generated {display: none;}
    .top-bar-section .has-dropdown.hover > .dropdown, .top-bar-section .has-dropdown.not-click:hover > .dropdown {
        display: block; }

    .contain-to-grid .top-bar {
        max-width: 62.5rem;
        margin: 0 auto;
        margin-bottom: 0; }

    .top-bar-section {
        -webkit-transition: none 0 0;
        -moz-transition: none 0 0;
        transition: none 0 0;
        left: 0 !important; }
    .top-bar-section ul {
        width: auto;
        height: auto !important;
        display: inline; }
    .top-bar-section ul li {
        float: left; }
    .top-bar-section li.hover > a:not(.button) {
        background: #272727;
        color: white; }
    .top-bar-section li:not(.has-form) a:not(.button) {
        padding: 0 15px; }
    .top-bar-section li:not(.has-form) a:not(.button):hover {
    }
    .top-bar-section li.active:not(.has-form) a:not(.button) {
        padding: 0 15px;
        color: white;
    }
    .top-bar-section li.active:not(.has-form) a:not(.button):hover {
        background: #0078a0; }
    .top-bar-section .has-dropdown > a {
        padding-right: 35px !important; }
    .top-bar-section .has-dropdown > a:after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        border: inset 5px;
        border-color: rgba(255, 255, 255, 0.4) transparent transparent transparent;
        border-top-style: solid;
        margin-top: -2.5px;
        top: 22.5px; }
    .top-bar-section .has-dropdown.moved {
        position: relative; }
    .top-bar-section .has-dropdown.moved > .dropdown {
        display: none; }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
        border: none;
        content: "\00bb";
        top: 1rem;
        margin-top: -2px;
        right: 5px;
        line-height: 1.2; }
    .top-bar-section .dropdown {
        left: 0;
        top: auto;
        background: transparent;
        min-width: 100%; }
    .top-bar-section .dropdown li a {
        color: white;
        line-height: 1;
        white-space: nowrap;
        padding: 12px 15px;
        background: #333333; }
    .top-bar-section .dropdown li label {
        white-space: nowrap;
        background: #333333; }
    .top-bar-section .dropdown li .dropdown {
        left: 100%;
        top: 0; }
    .top-bar-section > ul > .divider, .top-bar-section > ul > [role="separator"] {
        border-bottom: none;
        border-top: none;
        border-right: solid 1px #4e4e4e;
        clear: none;
        height: 45px;
        width: 0; }
    .top-bar-section .has-form {
        background: #333333;
        padding: 0 15px;
        height: 45px; }
    .top-bar-section .right li .dropdown {
        left: auto;
        right: 0; }
    .top-bar-section .right li .dropdown li .dropdown {
        right: 100%; }
    .top-bar-section .left li .dropdown {
        right: auto;
        left: 0; }
    .top-bar-section .left li .dropdown li .dropdown {
        left: 100%; }

    .no-js .top-bar-section ul li:hover > a {
        background: #272727;
        color: white; }
    .no-js .top-bar-section ul li:active > a {
        background: #008cba;
        color: white; }
    .no-js .top-bar-section .has-dropdown:hover > .dropdown {
        display: block; }

}
@media only screen and (min-width: 40.063em) {
  /*.top-bar {
    background: #333333;
    *zoom: 1;
    overflow: visible; }
    .top-bar:before, .top-bar:after {
      content: " ";
      display: table; }
    .top-bar:after {
      clear: both; }
    .top-bar .title-area {
      float: left; }
    .top-bar .name h1 a {
      width: auto; }
    .top-bar input,
    .top-bar .button {
      font-size: 0.875rem;
      position: relative;
      top: 7px; }
    .top-bar.expanded {
      background: #333333;
    }*/
}
.breadcrumbs {
  display: block;
  overflow: hidden;
}
  .breadcrumbs > * {
    margin: 0;
    float: left;
    font-size: 14px;
    }
    .breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
      color: #1D548C; }
    .breadcrumbs > * a,
    .breadcrumbs > * span {
      color: #008cba; }
    .breadcrumbs > *.current {
      cursor: default;
      color: #1D548C; }
      .breadcrumbs > *.current a {
        cursor: default;
        color: #1D548C; }
      .breadcrumbs > *.current:hover,
      .breadcrumbs > *.current:hover a,
      .breadcrumbs > *.current:focus, .breadcrumbs > *.current:focus a {
        text-decoration: none; }
    .breadcrumbs > *.unavailable {
      color: #999999; }
      .breadcrumbs > *.unavailable a {
        color: #999999; }
      .breadcrumbs > *.unavailable:hover, .breadcrumbs > *.unavailable:hover a, .breadcrumbs > *.unavailable:focus,
      .breadcrumbs > *.unavailable a:focus {
        text-decoration: none;
        color: #999999;
        cursor: default; }
    .breadcrumbs > *:before {
      content: "/";
      color: #aaaaaa;
      margin: 0 0.75rem;
      position: relative;
      top: 1px; }
    .breadcrumbs > *:first-child:before {
      content: " ";
      margin: 0; }

.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-weight: normal;
  margin-bottom: 1.25rem;
  position: relative;
  padding: 0.875rem 1.5rem 0.875rem 0.875rem;
  font-size: 0.8125rem;
  background-color: #008cba;
  border-color: #0078a0;
  color: white; }
  .alert-box .close {
    font-size: 1.375rem;
    padding: 9px 6px 4px;
    line-height: 0;
    position: absolute;
    top: 50%;
    margin-top: -0.6875rem;
    right: 0.25rem;
    color: #333333;
    opacity: 0.3; }
    .alert-box .close:hover, .alert-box .close:focus {
      opacity: 0.5; }
  .alert-box.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }
  .alert-box.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
  .alert-box.success {
    background-color: #43ac6a;
    border-color: #3a945b;
    color: white; }
  .alert-box.alert {
    background-color: #f04124;
    border-color: #de2d0f;
    color: white; }
  .alert-box.secondary {
    background-color: #e7e7e7;
    border-color: #c7c7c7;
    color: #4f4f4f; }
  .alert-box.warning {
    background-color: #f08a24;
    border-color: #de770f;
    color: white; }
  .alert-box.info {
    background-color: #a0d3e8;
    border-color: #74bfdd;
    color: #4f4f4f; }

.inline-list {
  margin: 0 auto 1.0625rem auto;
  margin-left: -1.375rem;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }
  .inline-list > li {
    list-style: none;
    float: left;
    margin-left: 1.375rem;
    display: block; }
    .inline-list > li > * {
      display: block; }

button, .button {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 1.25rem;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  /*     @else                            { font-size: $padding - rem-calc(2); } */
  background-color: #008cba;
  border-color: #007095;
  color: white;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  padding-top: 1.0625rem;
  padding-bottom: 1rem;
  -webkit-appearance: none;
  border: none;
  font-weight: normal !important; }
  button.success, .button.success {
    background-color: #43ac6a;
    border-color: #368a55;
    color: white; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      background-color: #368a55; }
    button.success:hover, button.success:focus, .button.success:hover, .button.success:focus {
      color: white; }
  button.alert, .button.alert {
    background-color: #f04124;
    border-color: #cf2a0e;
    color: white; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      background-color: #cf2a0e; }
    button.alert:hover, button.alert:focus, .button.alert:hover, .button.alert:focus {
      color: white; }
  button.large, .button.large {
    padding-top: 1.125rem;
    padding-right: 2.25rem;
    padding-bottom: 1.1875rem;
    padding-left: 2.25rem;
    font-size: 1.25rem;
    /*     @else                            { font-size: $padding - rem-calc(2); } */ }
  button.small, .button.small {
    padding-top: 0.875rem;
    padding-right: 1.75rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.75rem;
    font-size: 0.8125rem;
    /*     @else                            { font-size: $padding - rem-calc(2); } */ }
  button.tiny, .button.tiny {
    /*padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    font-size: 0.6875rem;*/
    /*     @else                            { font-size: $padding - rem-calc(2); } */ }
  button.expand, .button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%; }
  button.left-align, .button.left-align {
    text-align: left;
    text-indent: 0.75rem; }
  button.right-align, .button.right-align {
    text-align: right;
    padding-right: 0.75rem; }
  button.radius, .button.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }
  button.round, .button.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
  button.disabled, button[disabled], .button.disabled, .button[disabled] {
    cursor: default;
    opacity: 0.7;
    -webkit-box-shadow: none;
    box-shadow: none; }
    button.disabled:hover, button.disabled:focus, button[disabled]:hover,
    button[disabled]:focus, .button.disabled:hover, .button.disabled:focus,
    .button[disabled]:hover, .button[disabled]:focus {}
    button.disabled:hover, button.disabled:focus, button[disabled]:hover,
    button[disabled]:focus, .button.disabled:hover, .button.disabled:focus,
    .button[disabled]:hover, .button[disabled]:focus {}
    button.disabled:hover, button.disabled:focus,
    button[disabled]:hover, button[disabled]:focus,
    .button.disabled:hover, .button.disabled:focus, .button[disabled]:hover, .button[disabled]:focus {}
    button.disabled.secondary, button[disabled].secondary, .button.disabled.secondary, .button[disabled].secondary {
      cursor: default;
      opacity: 0.7;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        }
      button.disabled.secondary:hover, button.disabled.secondary:focus, button[disabled].secondary:hover, button[disabled].secondary:focus, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
         }
    button.disabled.success, button[disabled].success, .button.disabled.success, .button[disabled].success {

      color: white;
      cursor: default;
      opacity: 0.7;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
         }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
         }
      button.disabled.success:hover, button.disabled.success:focus, button[disabled].success:hover, button[disabled].success:focus, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success:hover, .button[disabled].success:focus {
         }
    button.disabled.alert, button[disabled].alert, .button.disabled.alert, .button[disabled].alert {

      cursor: default;
      opacity: 0.7;
      -webkit-box-shadow: none;
      box-shadow: none; }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
         }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
         }
      button.disabled.alert:hover, button.disabled.alert:focus, button[disabled].alert:hover, button[disabled].alert:focus, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert:hover, .button[disabled].alert:focus {
         }

@media only screen and (min-width: 40.063em) {
  button, .button {
    display: inline-block; } }
.button-group {
  list-style: none;
  margin: 0;
  left: 0;
  *zoom: 1; }
  .button-group:before, .button-group:after {
    content: " ";
    display: table; }
  .button-group:after {
    clear: both; }
  .button-group li {
    margin: 0;
    float: left; }
    .button-group li > button, .button-group li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group li:first-child button, .button-group li:first-child .button {
      border-left: 0; }
    .button-group li:first-child {
      margin-left: 0; }
  .button-group.radius > * > button, .button-group.radius > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5); }
  .button-group.radius > *:first-child button, .button-group.radius > *:first-child .button {
    border-left: 0; }
  .button-group.radius > *:first-child, .button-group.radius > *:first-child > a, .button-group.radius > *:first-child > button, .button-group.radius > *:first-child > .button {
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .button-group.radius > *:last-child, .button-group.radius > *:last-child > a, .button-group.radius > *:last-child > button, .button-group.radius > *:last-child > .button {
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .button-group.round > * > button, .button-group.round > * .button {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.5); }
  .button-group.round > *:first-child button, .button-group.round > *:first-child .button {
    border-left: 0; }
  .button-group.round > *:first-child, .button-group.round > *:first-child > a, .button-group.round > *:first-child > button, .button-group.round > *:first-child > .button {
    -moz-border-radius-bottomleft: 1000px;
    -moz-border-radius-topleft: 1000px;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px; }
  .button-group.round > *:last-child, .button-group.round > *:last-child > a, .button-group.round > *:last-child > button, .button-group.round > *:last-child > .button {
    -moz-border-radius-bottomright: 1000px;
    -moz-border-radius-topright: 1000px;
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px; }
  .button-group.even-2 li {
    width: 50%; }
    .button-group.even-2 li > button, .button-group.even-2 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-2 li:first-child button, .button-group.even-2 li:first-child .button {
      border-left: 0; }
    .button-group.even-2 li button, .button-group.even-2 li .button {
      width: 100%; }
  .button-group.even-3 li {
    width: 33.33333%; }
    .button-group.even-3 li > button, .button-group.even-3 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-3 li:first-child button, .button-group.even-3 li:first-child .button {
      border-left: 0; }
    .button-group.even-3 li button, .button-group.even-3 li .button {
      width: 100%; }
  .button-group.even-4 li {
    width: 25%; }
    .button-group.even-4 li > button, .button-group.even-4 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-4 li:first-child button, .button-group.even-4 li:first-child .button {
      border-left: 0; }
    .button-group.even-4 li button, .button-group.even-4 li .button {
      width: 100%; }
  .button-group.even-5 li {
    width: 20%; }
    .button-group.even-5 li > button, .button-group.even-5 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-5 li:first-child button, .button-group.even-5 li:first-child .button {
      border-left: 0; }
    .button-group.even-5 li button, .button-group.even-5 li .button {
      width: 100%; }
  .button-group.even-6 li {
    width: 16.66667%; }
    .button-group.even-6 li > button, .button-group.even-6 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-6 li:first-child button, .button-group.even-6 li:first-child .button {
      border-left: 0; }
    .button-group.even-6 li button, .button-group.even-6 li .button {
      width: 100%; }
  .button-group.even-7 li {
    width: 14.28571%; }
    .button-group.even-7 li > button, .button-group.even-7 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-7 li:first-child button, .button-group.even-7 li:first-child .button {
      border-left: 0; }
    .button-group.even-7 li button, .button-group.even-7 li .button {
      width: 100%; }
  .button-group.even-8 li {
    width: 12.5%; }
    .button-group.even-8 li > button, .button-group.even-8 li .button {
      border-left: 1px solid;
      border-color: rgba(255, 255, 255, 0.5); }
    .button-group.even-8 li:first-child button, .button-group.even-8 li:first-child .button {
      border-left: 0; }
    .button-group.even-8 li button, .button-group.even-8 li .button {
      width: 100%; }

.button-bar {
  *zoom: 1; }
  .button-bar:before, .button-bar:after {
    content: " ";
    display: table; }
  .button-bar:after {
    clear: both; }
  .button-bar .button-group {
    float: left;
    margin-right: 0.625rem; }
    .button-bar .button-group div {
      overflow: hidden; }

/* Panels */
.panel {
  border-style: solid;
  border-width: 1px;
  border-color: #d8d8d8;
  margin-bottom: 1.25rem;
  padding: 1.25rem;
  background: #f2f2f2; }
  .panel > :first-child {
    margin-top: 0; }
  .panel > :last-child {
    margin-bottom: 0; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6, .panel p {
    color: #333333; }
  .panel h1, .panel h2, .panel h3, .panel h4, .panel h5, .panel h6 {
    line-height: 1;
    margin-bottom: 0.625rem; }
    .panel h1.subheader, .panel h2.subheader, .panel h3.subheader, .panel h4.subheader, .panel h5.subheader, .panel h6.subheader {
      line-height: 1.4; }
  .panel.callout {
    border-style: solid;
    border-width: 1px;
    border-color: #b6edff;
    margin-bottom: 1.25rem;
    padding: 1.25rem;
    background: #ecfaff; }
    .panel.callout > :first-child {
      margin-top: 0; }
    .panel.callout > :last-child {
      margin-bottom: 0; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6, .panel.callout p {
      color: #333333; }
    .panel.callout h1, .panel.callout h2, .panel.callout h3, .panel.callout h4, .panel.callout h5, .panel.callout h6 {
      line-height: 1;
      margin-bottom: 0.625rem; }
      .panel.callout h1.subheader, .panel.callout h2.subheader, .panel.callout h3.subheader, .panel.callout h4.subheader, .panel.callout h5.subheader, .panel.callout h6.subheader {
        line-height: 1.4; }
    .panel.callout a {
      color: #008cba; }
  .panel.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }

.dropdown.button, button.dropdown {
  position: relative;
  padding-right: 3.5625rem; }
  .dropdown.button:before, button.dropdown:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    display: block;
    border-style: solid;
    border-color: white transparent transparent transparent;
    top: 50%; }
  .dropdown.button:before, button.dropdown:before {
    border-width: 0.375rem;
    right: 1.40625rem;
    margin-top: -0.15625rem; }
  .dropdown.button:before, button.dropdown:before {
    border-color: white transparent transparent transparent; }
  .dropdown.button.tiny, button.dropdown.tiny {
    padding-right: 2.625rem; }
    .dropdown.button.tiny:before, button.dropdown.tiny:before {
      border-width: 0.375rem;
      right: 1.125rem;
      margin-top: -0.125rem; }
    .dropdown.button.tiny:before, button.dropdown.tiny:before {
      border-color: white transparent transparent transparent; }
  .dropdown.button.small, button.dropdown.small {
    padding-right: 3.0625rem; }
    .dropdown.button.small:before, button.dropdown.small:before {
      border-width: 0.4375rem;
      right: 1.3125rem;
      margin-top: -0.15625rem; }
    .dropdown.button.small:before, button.dropdown.small:before {
      border-color: white transparent transparent transparent; }
  .dropdown.button.large, button.dropdown.large {
    padding-right: 3.625rem; }
    .dropdown.button.large:before, button.dropdown.large:before {
      border-width: 0.3125rem;
      right: 1.71875rem;
      margin-top: -0.15625rem; }
    .dropdown.button.large:before, button.dropdown.large:before {
      border-color: white transparent transparent transparent; }
  .dropdown.button.secondary:before, button.dropdown.secondary:before {
    border-color: #333333 transparent transparent transparent; }

div.switch {
  position: relative;
  padding: 0;
  display: block;
  overflow: hidden;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 1.25rem;
  height: 2.25rem;
  background: white;
  border-color: #cccccc; }
  div.switch label {
    position: relative;
    left: 0;
    z-index: 2;
    float: left;
    width: 50%;
    height: 100%;
    margin: 0;
    font-weight: bold;
    text-align: left;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out; }
  div.switch input {
    position: absolute;
    z-index: 3;
    opacity: 0;
    width: 100%;
    height: 100%;
    -moz-appearance: none; }
    div.switch input:hover, div.switch input:focus {
      cursor: pointer; }
  div.switch span:last-child {
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 1;
    display: block;
    padding: 0;
    border-width: 1px;
    border-style: solid;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out; }
  div.switch input:not(:checked) + label {
    opacity: 0; }
  div.switch input:checked {
    display: none !important; }
  div.switch input {
    left: 0;
    display: block !important; }
  div.switch input:first-of-type + label,
  div.switch input:first-of-type + span + label {
    left: -50%; }
  div.switch input:first-of-type:checked + label,
  div.switch input:first-of-type:checked + span + label {
    left: 0%; }
  div.switch input:last-of-type + label,
  div.switch input:last-of-type + span + label {
    right: -50%;
    left: auto;
    text-align: right; }
  div.switch input:last-of-type:checked + label,
  div.switch input:last-of-type:checked + span + label {
    right: 0%;
    left: auto; }
  div.switch span.custom {
    display: none !important; }
  form.custom div.switch .hidden-field {
    margin-left: auto;
    position: absolute;
    visibility: visible; }
  div.switch label {
    padding: 0;
    line-height: 2.3rem;
    font-size: 0.875rem; }
  div.switch input:first-of-type:checked ~ span:last-child {
    left: 100%;
    margin-left: -2.1875rem; }
  div.switch span:last-child {
    width: 2.25rem;
    height: 2.25rem; }
  div.switch span:last-child {
    border-color: #b3b3b3;
    background: white;
    background: -moz-linear-gradient(top, white 0%, #f2f2f2 100%);
    background: -webkit-linear-gradient(top, white 0%, #f2f2f2 100%);
    background: linear-gradient(to bottom, white 0%, #f2f2f2 100%);
    -webkit-box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 1000px #f3faf6, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px whitesmoke;
    box-shadow: 2px 0 10px 0 rgba(0, 0, 0, 0.07), 1000px 0 0 980px #f3faf6, -2px 0 10px 0 rgba(0, 0, 0, 0.07), -1000px 0 0 1000px whitesmoke; }
  div.switch:hover span:last-child, div.switch:focus span:last-child {
    background: white;
    background: -moz-linear-gradient(top, white 0%, #e6e6e6 100%);
    background: -webkit-linear-gradient(top, white 0%, #e6e6e6 100%);
    background: linear-gradient(to bottom, white 0%, #e6e6e6 100%); }
  div.switch:active {
    background: transparent; }
  div.switch.large {
    height: 2.75rem; }
    div.switch.large label {
      padding: 0;
      line-height: 2.3rem;
      font-size: 1.0625rem; }
    div.switch.large input:first-of-type:checked ~ span:last-child {
      left: 100%;
      margin-left: -2.6875rem; }
    div.switch.large span:last-child {
      width: 2.75rem;
      height: 2.75rem; }
  div.switch.small {
    height: 1.75rem; }
    div.switch.small label {
      padding: 0;
      line-height: 2.1rem;
      font-size: 0.75rem; }
    div.switch.small input:first-of-type:checked ~ span:last-child {
      left: 100%;
      margin-left: -1.6875rem; }
    div.switch.small span:last-child {
      width: 1.75rem;
      height: 1.75rem; }
  div.switch.tiny {
    height: 1.375rem; }
    div.switch.tiny label {
      padding: 0;
      line-height: 1.9rem;
      font-size: 0.6875rem; }
    div.switch.tiny input:first-of-type:checked ~ span:last-child {
      left: 100%;
      margin-left: -1.3125rem; }
    div.switch.tiny span:last-child {
      width: 1.375rem;
      height: 1.375rem; }
  div.switch.radius {
    -webkit-border-radius: 4px;
    border-radius: 4px; }
    div.switch.radius span:last-child {
      -webkit-border-radius: 3px;
      border-radius: 3px; }
  div.switch.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
    div.switch.round span:last-child {
      -webkit-border-radius: 999px;
      border-radius: 999px; }
    div.switch.round label {
      padding: 0 0.5625rem; }

@-webkit-keyframes webkitSiblingBugfix {
  from {
    position: relative; }

  to {
    position: relative; } }

/* Image Thumbnails */
.th {
  line-height: 0;
  display: inline-block;
  border: solid 4px white;
  max-width: 100%;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  transition: all 200ms ease-out; }
  .th:hover, .th:focus {
    -webkit-box-shadow: 0 0 6px 1px rgba(0, 140, 186, 0.5);
    box-shadow: 0 0 6px 1px rgba(0, 140, 186, 0.5); }
  .th.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }

/* Pricing Tables */
.pricing-table {
  border: solid 1px #dddddd;
  margin-left: 0;
  margin-bottom: 1.25rem; }
  .pricing-table * {
    list-style: none;
    line-height: 1; }
  .pricing-table .title {
    background-color: #333333;
    padding: 0.9375rem 1.25rem;
    text-align: center;
    color: #eeeeee;
    font-weight: normal;
    font-size: 1rem;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
  .pricing-table .price {
    background-color: #f6f6f6;
    padding: 0.9375rem 1.25rem;
    text-align: center;
    color: #333333;
    font-weight: normal;
    font-size: 2rem;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
  .pricing-table .description {
    background-color: white;
    padding: 0.9375rem;
    text-align: center;
    color: #777777;
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 1.4;
    border-bottom: dotted 1px #dddddd; }
  .pricing-table .bullet-item {
    background-color: white;
    padding: 0.9375rem;
    text-align: center;
    color: #333333;
    font-size: 0.875rem;
    font-weight: normal;
    border-bottom: dotted 1px #dddddd; }
  .pricing-table .cta-button {
    background-color: white;
    text-align: center;
    padding: 1.25rem 1.25rem 0; }

@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg); }

  to {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0deg); }

  to {
    -moz-transform: rotate(360deg); } }

@-o-keyframes rotate {
  from {
    -o-transform: rotate(0deg); }

  to {
    -o-transform: rotate(360deg); } }

@keyframes rotate {
  from {
    transform: rotate(0deg); }

  to {
    transform: rotate(360deg); } }

/* Orbit Graceful Loading */
.slideshow-wrapper {
  position: relative; }
  .slideshow-wrapper ul {
    list-style-type: none;
    margin: 0; }
    .slideshow-wrapper ul li,
    .slideshow-wrapper ul li .orbit-caption {
      display: none; }
    .slideshow-wrapper ul li:first-child {
      display: block; }
  .slideshow-wrapper .orbit-container {
    background-color: transparent; }
    .slideshow-wrapper .orbit-container li {
      display: block; }
      .slideshow-wrapper .orbit-container li .orbit-caption {
        display: block; }

.preloader {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  border: solid 3px;
  border-color: #555555 white;
  -webkit-border-radius: 1000px;
  border-radius: 1000px;
  -webkit-animation-name: rotate;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: rotate;
  -moz-animation-duration: 1.5s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -o-animation-name: rotate;
  -o-animation-duration: 1.5s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear; }

.orbit-container {
  overflow: hidden;
  width: 100%;
  position: relative;
  background: none; }
  .orbit-container .orbit-slides-container {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-transform: translateZ(0); }
    .orbit-container .orbit-slides-container img {
      display: block;
      max-width: 100%; }
    .orbit-container .orbit-slides-container > * {
      position: absolute;
      top: 0;
      width: 100%;
      margin-left: 100%; }
      .orbit-container .orbit-slides-container > *:first-child {
        margin-left: 0%; }
      .orbit-container .orbit-slides-container > * .orbit-caption {
        position: absolute;
        bottom: 0;
        background-color: rgba(51, 51, 51, 0.8);
        color: white;
        width: 100%;
        padding: 0.625rem 0.875rem;
        font-size: 0.875rem; }
  .orbit-container .orbit-slide-number {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px;
    color: white;
    background: rgba(0, 0, 0, 0);
    z-index: 10; }
    .orbit-container .orbit-slide-number span {
      font-weight: 700;
      padding: 0.3125rem; }
  .orbit-container .orbit-timer {
    position: absolute;
    top: 12px;
    right: 10px;
    height: 6px;
    width: 100px;
    z-index: 10; }
    .orbit-container .orbit-timer .orbit-progress {
      height: 3px;
      background-color: rgba(255, 255, 255, 0.3);
      display: block;
      width: 0%;
      position: relative;
      right: 20px;
      top: 5px; }
    .orbit-container .orbit-timer > span {
      display: none;
      position: absolute;
      top: 0px;
      right: 0;
      width: 11px;
      height: 14px;
      border: solid 4px white;
      border-top: none;
      border-bottom: none; }
    .orbit-container .orbit-timer.paused > span {
      right: -4px;
      top: 0px;
      width: 11px;
      height: 14px;
      border: inset 8px;
      border-right-style: solid;
      border-color: transparent transparent transparent white; }
      .orbit-container .orbit-timer.paused > span.dark {
        border-color: transparent transparent transparent #333333; }
  .orbit-container:hover .orbit-timer > span {
    display: block; }
  /*.orbit-container .orbit-prev,
  .orbit-container .orbit-next {
    position: absolute;
    top: 45%;
    margin-top: -25px;
    width: 36px;
    height: 60px;
    line-height: 50px;
    color: white;
    background-color: none;
    text-indent: -9999px !important;
    z-index: 10; }
    .orbit-container .orbit-prev:hover,
    .orbit-container .orbit-next:hover {
      background-color: rgba(0, 0, 0, 0.3); }
    .orbit-container .orbit-prev > span,
    .orbit-container .orbit-next > span {
      position: absolute;
      top: 50%;
      margin-top: -10px;
      display: block;
      width: 0;
      height: 0;
      border: inset 10px; }
  .orbit-container .orbit-prev {
    left: 0; }
    .orbit-container .orbit-prev > span {
      border-right-style: solid;
      border-color: transparent;
      border-right-color: white; }
    .orbit-container .orbit-prev:hover > span {
      border-right-color: white; }
  .orbit-container .orbit-next {
    right: 0; }
    .orbit-container .orbit-next > span {
      border-color: transparent;
      border-left-style: solid;
      border-left-color: white;
      left: 50%;
      margin-left: -4px; }
    .orbit-container .orbit-next:hover > span {
      border-left-color: white; }*/

.orbit-bullets-container {
  text-align: center; }

.orbit-bullets {
  margin: 0 auto 30px auto;
  overflow: hidden;
  position: relative;
  top: 10px;
  float: none;
  text-align: center;
  display: block; }
  .orbit-bullets li {
    display: inline-block;
    width: 0.5625rem;
    height: 0.5625rem;
    background: #cccccc;
    float: none;
    margin-right: 6px;
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
    .orbit-bullets li.active {
      background: #999999; }
    .orbit-bullets li:last-child {
      margin-right: 0; }

.touch .orbit-container .orbit-prev,
.touch .orbit-container .orbit-next {
  display: none; }
.touch .orbit-bullets {
  display: none; }

@media only screen and (min-width: 40.063em) {
  .touch .orbit-container .orbit-prev,
  .touch .orbit-container .orbit-next {
    display: inherit; }
  .touch .orbit-bullets {
    display: block; } }
@media only screen and (max-width: 40em) {
  .orbit-stack-on-small .orbit-slides-container {
    height: auto !important; }
  .orbit-stack-on-small .orbit-slides-container > * {
    position: relative;
    margin-left: 0% !important; }
  .orbit-stack-on-small .orbit-timer,
  .orbit-stack-on-small .orbit-next,
  .orbit-stack-on-small .orbit-prev,
  .orbit-stack-on-small .orbit-bullets {
    display: none; } }
[data-magellan-expedition] {
  background: white;
  z-index: 50;
  min-width: 100%;
  padding: 10px; }
  [data-magellan-expedition] .sub-nav {
    margin-bottom: 0; }
    [data-magellan-expedition] .sub-nav dd {
      margin-bottom: 0; }
    [data-magellan-expedition] .sub-nav a {
      line-height: 1.8em; }

.tabs {
  *zoom: 1;
  margin-bottom: 0 !important; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }
  .tabs dd {
    position: relative;
    margin-bottom: 0 !important;
    top: 1px;
    float: left; }
    .tabs dd > a {
      display: block;
      background: #efefef;
      color: #222222;
      padding-top: 1rem;
      padding-right: 2rem;
      padding-bottom: 1.0625rem;
      padding-left: 2rem;
      font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
      font-size: 1rem; }
      .tabs dd > a:hover {
        background: #e1e1e1; }
    .tabs dd.active a {
      background: white; }
  .tabs.radius dd:first-child a {
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }
  .tabs.radius dd:last-child a {
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .tabs.vertical dd {
    position: inherit;
    float: none;
    display: block;
    top: auto; }

.tabs-content {
  *zoom: 1;
  margin-bottom: 1.5rem;
  width: 100%; }
  .tabs-content:before, .tabs-content:after {
    content: " ";
    display: table; }
  .tabs-content:after {
    clear: both; }
  .tabs-content > .content {
    display: none;
    float: left;
    padding: 0.9375rem 0;
    width: 100%; }
    .tabs-content > .content.active {
      display: block; }
    .tabs-content > .content.contained {
      padding: 0.9375rem; }
  .tabs-content.vertical {
    display: block; }
    .tabs-content.vertical > .content {
      padding: 0 0.9375rem; }

@media only screen and (min-width: 40.063em) {
  .tabs.vertical {
    width: 20%;
    float: left;
    margin-bottom: 1.25rem; }

  .tabs-content.vertical {
    width: 80%;
    float: left;
    margin-left: -1px; } }
ul.pagination {
  display: block;
  height: 1.5rem;
  margin-left: -0.3125rem; }
  ul.pagination li {
    height: 1.5rem;
    color: #222222;
    font-size: 0.875rem;
    margin-left: 0.3125rem; }
    ul.pagination li a {
      display: block;
      padding: 0.0625rem 0.625rem 0.0625rem;
      color: #999999;
      -webkit-border-radius: 3px;
      border-radius: 3px; }
    ul.pagination li:hover a,
    ul.pagination li a:focus {
      background: #e6e6e6; }
    ul.pagination li.unavailable a {
      cursor: default;
      color: #999999; }
    ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
      background: transparent; }
    ul.pagination li.current a {
      background: #008cba;
      color: white;
      font-weight: bold;
      cursor: default; }
      ul.pagination li.current a:hover, ul.pagination li.current a:focus {
        background: #008cba; }
  ul.pagination li {
    float: left;
    display: block; }

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center; }
  .pagination-centered ul.pagination li {
    float: none;
    display: inline-block; }

.side-nav {
  display: block;
  margin: 0;
  padding: 0.875rem 0;
  list-style-type: none;
  list-style-position: inside;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
  .side-nav li {
    margin: 0 0 0.4375rem 0;
    font-size: 0.875rem; }
    .side-nav li a:not(.button) {
      display: block;
      color: #008cba; }
      .side-nav li a:not(.button):hover, .side-nav li a:not(.button):focus {
        color: #1cc7ff; }
    .side-nav li.active > a:first-child:not(.button) {
      color: #1cc7ff;
      font-weight: normal;
      font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif; }
    .side-nav li.divider {
      border-top: 1px solid;
      height: 0;
      padding: 0;
      list-style: none;
      border-top-color: white; }

.accordion {
  *zoom: 1;
  margin-bottom: 0; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }
  .accordion dd {
    display: block;
    margin-bottom: 0 !important; }
    .accordion dd.active a {
      background: #e8e8e8; }
    .accordion dd > a {
      background: #efefef;
      color: #222222;
      padding: 1rem;
      display: block;
      font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
      font-size: 1rem; }
      .accordion dd > a:hover {
        background: #e3e3e3; }
  .accordion .content {
    display: none;
    padding: 0.9375rem; }
    .accordion .content.active {
      display: block;
      background: white; }

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

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

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

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

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important; }

  .small-only-text-right {
    text-align: right !important; }

  .small-only-text-center {
    text-align: center !important; }

  .small-only-text-justify {
    text-align: justify !important; } }
@media only screen {
  .small-text-left {
    text-align: left !important; }

  .small-text-right {
    text-align: right !important; }

  .small-text-center {
    text-align: center !important; }

  .small-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .medium-only-text-left {
    text-align: left !important; }

  .medium-only-text-right {
    text-align: right !important; }

  .medium-only-text-center {
    text-align: center !important; }

  .medium-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 40.063em) {
  .medium-text-left {
    text-align: left !important; }

  .medium-text-right {
    text-align: right !important; }

  .medium-text-center {
    text-align: center !important; }

  .medium-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  .large-only-text-left {
    text-align: left !important; }

  .large-only-text-right {
    text-align: right !important; }

  .large-only-text-center {
    text-align: center !important; }

  .large-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 64.063em) {
  .large-text-left {
    text-align: left !important; }

  .large-text-right {
    text-align: right !important; }

  .large-text-center {
    text-align: center !important; }

  .large-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important; }

  .xlarge-only-text-right {
    text-align: right !important; }

  .xlarge-only-text-center {
    text-align: center !important; }

  .xlarge-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 90.063em) {
  .xlarge-text-left {
    text-align: left !important; }

  .xlarge-text-right {
    text-align: right !important; }

  .xlarge-text-center {
    text-align: center !important; }

  .xlarge-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important; }

  .xxlarge-only-text-right {
    text-align: right !important; }

  .xxlarge-only-text-center {
    text-align: center !important; }

  .xxlarge-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 120.063em) {
  .xxlarge-text-left {
    text-align: left !important; }

  .xxlarge-text-right {
    text-align: right !important; }

  .xxlarge-text-center {
    text-align: center !important; }

  .xxlarge-text-justify {
    text-align: justify !important; } }
/* Typography resets */
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

/* Default Link Styles */
a {
  color: #008cba;
  text-decoration: none;
  line-height: inherit; }
  a:hover, a:focus {
    color: #0078a0; }
  a img {
    border: none; }

/* Default paragraph styles */
p {
  font-family: inherit;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.25rem;
  text-rendering: optimizeLegibility; }
  p.lead {
    font-size: 1.21875rem;
    line-height: 1.6; }
  p aside {
    font-size: 0.875rem;
    line-height: 1.35;
    font-style: italic; }

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #222222;
  text-rendering: optimizeLegibility;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  line-height: 1.4; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #6f6f6f;
    line-height: 0; }

h1 {
  font-size: 2.125rem; }

h2 {
  font-size: 1.6875rem; }

h3 {
  font-size: 1.375rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

.subheader {
  line-height: 1.4;
  color: #6f6f6f;
  font-weight: normal;
  margin-top: 0.2rem;
  margin-bottom: 0.5rem; }

hr {
  border: solid #dddddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 1.25rem 0 1.1875rem;
  height: 0; }

/* Helpful Typography Defaults */
em,
i {
  font-style: italic;
  line-height: inherit; }

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

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

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #bd260d; }

/* Lists */
ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1.25rem;
  list-style-position: outside;
  font-family: inherit; }

ul {
  margin-left: 1.1rem; }
  ul.no-bullet {
    margin-left: 0; }
    ul.no-bullet li ul,
    ul.no-bullet li ol {
      margin-left: 1.25rem;
      margin-bottom: 0;
      list-style: none; }

/* Unordered Lists */
ul li ul,
ul li ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }
ul.square {
  list-style-type: square;
  margin-left: 1.1rem; }
ul.circle {
  list-style-type: circle;
  margin-left: 1.1rem; }
ul.disc {
  list-style-type: disc;
  margin-left: 1.1rem; }
ul.no-bullet {
  list-style: none; }

/* Ordered Lists */
ol {
  margin-left: 1.4rem; }
  ol li ul,
  ol li ol {
    margin-left: 1.25rem;
    margin-bottom: 0; }

/* Definition Lists */
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold; }
dl dd {
  margin-bottom: 0.75rem; }

/* Abbreviations */
abbr,
acronym {
  text-transform: uppercase;
  font-size: 90%;
  color: #222222;
  border-bottom: 1px dotted #dddddd;
  cursor: help; }

abbr {
  text-transform: none; }

/* Blockquotes */
blockquote {
  margin: 0 0 1.25rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #dddddd; }
  blockquote cite {
    display: block;
    font-size: 0.8125rem;
    color: #555555; }
    blockquote cite:before {
      content: "\2014 \0020"; }
    blockquote cite a,
    blockquote cite a:visited {
      color: #555555; }

blockquote,
blockquote p {
  line-height: 1.6;
  color: #6f6f6f; }

/* Microformats */
.vcard {
  display: inline-block;
  margin: 0 0 1.25rem 0;
  border: 1px solid #dddddd;
  padding: 0.625rem 0.75rem; }
  .vcard li {
    margin: 0;
    display: block; }
  .vcard .fn {
    font-weight: bold;
    font-size: 0.9375rem; }

.vevent .summary {
  font-weight: bold; }
.vevent abbr {
  cursor: default;
  text-decoration: none;
  font-weight: bold;
  border: none;
  padding: 0 0.0625rem; }

@media only screen and (min-width: 40.063em) {
  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4; }

  h1 {
    font-size: 2.75rem; }

  h2 {
    font-size: 2.3125rem; }

  h3 {
    font-size: 1.6875rem; }

  h4 {
    font-size: 1.4375rem; } }
/*
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
*/
.print-only {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .hide-on-print {
    display: none !important; }

  .print-only {
    display: block !important; }

  .hide-for-print {
    display: none !important; }

  .show-for-print {
    display: inherit !important; } }
.split.button {
  position: relative;
  padding-right: 5.0625rem; }
  .split.button span {
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-left: solid 1px; }
    .split.button span:before {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      display: block;
      border-style: inset;
      top: 50%;
      left: 50%; }
    .split.button span:active {
      background-color: rgba(0, 0, 0, 0.1); }
  .split.button span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button span {
    width: 3.09375rem; }
    .split.button span:before {
      border-top-style: solid;
      border-width: 0.375rem;
      top: 48%;
      margin-left: -0.375rem; }
  .split.button span:before {
    border-color: white transparent transparent transparent; }
  .split.button.secondary span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.secondary span:before {
    border-color: white transparent transparent transparent; }
  .split.button.alert span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.success span {
    border-left-color: rgba(255, 255, 255, 0.5); }
  .split.button.tiny {
    padding-right: 3.75rem; }
    .split.button.tiny span {
      width: 2.25rem; }
      .split.button.tiny span:before {
        border-top-style: solid;
        border-width: 0.375rem;
        top: 48%;
        margin-left: -0.375rem; }
  .split.button.small {
    padding-right: 4.375rem; }
    .split.button.small span {
      width: 2.625rem; }
      .split.button.small span:before {
        border-top-style: solid;
        border-width: 0.4375rem;
        top: 48%;
        margin-left: -0.375rem; }
  .split.button.large {
    padding-right: 5.5rem; }
    .split.button.large span {
      width: 3.4375rem; }
      .split.button.large span:before {
        border-top-style: solid;
        border-width: 0.3125rem;
        top: 48%;
        margin-left: -0.375rem; }
  .split.button.expand {
    padding-left: 2rem; }
  .split.button.secondary span:before {
    border-color: #333333 transparent transparent transparent; }
  .split.button.radius span {
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }
  .split.button.round span {
    -moz-border-radius-bottomright: 1000px;
    -moz-border-radius-topright: 1000px;
    -webkit-border-bottom-right-radius: 1000px;
    -webkit-border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px; }

.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: black;
  background: rgba(0, 0, 0, 0.45);
  z-index: 98;
  display: none;
  top: 0;
  left: 0; }

dialog, .reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  left: 50%;
  z-index: 99;
  height: auto;
  margin-left: -40%;
  width: 80%;
  padding: 1.25rem;
  background-color: #FFF!important;
  border: solid 1px #BBCBDC;
  /*-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);*/
  top: 6.25rem;
}
  dialog .column,
  dialog .columns, .reveal-modal .column,
  .reveal-modal .columns {
    min-width: 0; }
  dialog > :first-child, .reveal-modal > :first-child {
    margin-top: 0; }
  dialog > :last-child, .reveal-modal > :last-child {
    margin-bottom: 0; }
  dialog .close-reveal-modal, .reveal-modal .close-reveal-modal {
    font-size: 24px;
    line-height: 1;
    position: absolute;
    top: 34px;
    right: 34px;
      width: 25px;
      height: 25px;
    cursor: pointer; }

dialog[open] {
  display: block;
  visibility: visible; }

@media only screen and (min-width: 40.063em) {
  dialog, .reveal-modal {
    padding: 1.875rem;
    top: 6.25rem; }
    dialog.tiny, .reveal-modal.tiny {
      margin-left: -15%;
      width: 30%; }
    dialog.small, .reveal-modal.small {
      margin-left: -20%;
      width: 40%; }
    dialog.medium, .reveal-modal.medium {
      margin-left: -30%;
      width: 60%; }
    dialog.large, .reveal-modal.large {
      margin-left: -35%;
      width: 70%; }
    dialog.xlarge, .reveal-modal.xlarge {
      margin-left: -47.5%;
      width: 95%; } }
@media print {
  dialog, .reveal-modal {
    background: white !important; } }
/* Tooltips */
.has-tip {
  border-bottom: dotted 1px #cccccc;
  cursor: help;
  font-weight: bold;
  color: #333333; }
  .has-tip:hover, .has-tip:focus {
    border-bottom: dotted 1px #003f54;
    color: #008cba; }
  .has-tip.tip-left, .has-tip.tip-right {
    float: none !important; }

.tooltip {
  display: none;
  position: absolute;
  z-index: 999;
  font-weight: normal;
  font-size: 0.875rem;
  line-height: 1.3;
  padding: 0.75rem;
  max-width: 85%;
  left: 50%;
  width: 100%;
  color: white;
  background: #333333; }
  .tooltip > .nub {
    display: block;
    left: 5px;
    position: absolute;
    width: 0;
    height: 0;
    border: solid 5px;
    border-color: transparent transparent #333333 transparent;
    top: -10px; }
  .tooltip.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }
  .tooltip.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
    .tooltip.round > .nub {
      left: 2rem; }
  .tooltip.opened {
    color: #008cba !important;
    border-bottom: dotted 1px #003f54 !important; }

.tap-to-close {
  display: block;
  font-size: 0.625rem;
  color: #777777;
  font-weight: normal; }

@media only screen and (min-width: 40.063em) {
  .tooltip > .nub {
    border-color: transparent transparent #333333 transparent;
    top: -10px; }
  .tooltip.tip-top > .nub {
    border-color: #333333 transparent transparent transparent;
    top: auto;
    bottom: -10px; }
  .tooltip.tip-left, .tooltip.tip-right {
    float: none !important; }
  .tooltip.tip-left > .nub {
    border-color: transparent transparent transparent #333333;
    right: -10px;
    left: auto;
    top: 50%;
    margin-top: -5px; }
  .tooltip.tip-right > .nub {
    border-color: transparent #333333 transparent transparent;
    right: auto;
    left: -10px;
    top: 50%;
    margin-top: -5px; } }
/* Clearing Styles */
.clearing-thumbs, [data-clearing] {
  *zoom: 1;
  margin-bottom: 0;
  margin-left: 0;
  list-style: none; }
  .clearing-thumbs:before, .clearing-thumbs:after, [data-clearing]:before, [data-clearing]:after {
    content: " ";
    display: table; }
  .clearing-thumbs:after, [data-clearing]:after {
    clear: both; }
  .clearing-thumbs li, [data-clearing] li {
    float: left;
    margin-right: 10px; }
  .clearing-thumbs[class*="block-grid-"] li, [data-clearing][class*="block-grid-"] li {
    margin-right: 0; }

.clearing-blackout {
  background: #333333;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 998; }
  .clearing-blackout .clearing-close {
    display: block; }

.clearing-container {
  position: relative;
  z-index: 998;
  height: 100%;
  overflow: hidden;
  margin: 0; }

.clearing-touch-label {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #aaa;
  font-size: 0.6em; }

.visible-img {
  height: 95%;
  position: relative; }
  .visible-img img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -50%;
    max-height: 100%;
    max-width: 100%; }

.clearing-caption {
  color: #cccccc;
  font-size: 0.875em;
  line-height: 1.3;
  margin-bottom: 0;
  text-align: center;
  bottom: 0;
  background: #333333;
  width: 100%;
  padding: 10px 30px 20px;
  position: absolute;
  left: 0; }

.clearing-close {
  z-index: 999;
  padding-left: 20px;
  padding-top: 10px;
  font-size: 30px;
  line-height: 1;
  color: #cccccc;
  display: none; }
  .clearing-close:hover, .clearing-close:focus {
    color: #ccc; }

.clearing-assembled .clearing-container {
  height: 100%; }
  .clearing-assembled .clearing-container .carousel > ul {
    display: none; }

.clearing-feature li {
  display: none; }
  .clearing-feature li.clearing-featured-img {
    display: block; }

@media only screen and (min-width: 40.063em) {
  .clearing-main-prev,
  .clearing-main-next {
    position: absolute;
    height: 100%;
    width: 40px;
    top: 0; }
    .clearing-main-prev > span,
    .clearing-main-next > span {
      position: absolute;
      top: 50%;
      display: block;
      width: 0;
      height: 0;
      border: solid 12px; }
      .clearing-main-prev > span:hover,
      .clearing-main-next > span:hover {
        opacity: 0.8; }

  .clearing-main-prev {
    left: 0; }
    .clearing-main-prev > span {
      left: 5px;
      border-color: transparent;
      border-right-color: #cccccc; }

  .clearing-main-next {
    right: 0; }
    .clearing-main-next > span {
      border-color: transparent;
      border-left-color: #cccccc; }

  .clearing-main-prev.disabled,
  .clearing-main-next.disabled {
    opacity: 0.3; }

  .clearing-assembled .clearing-container .carousel {
    background: rgba(51, 51, 51, 0.8);
    height: 120px;
    margin-top: 10px;
    text-align: center; }
    .clearing-assembled .clearing-container .carousel > ul {
      display: inline-block;
      z-index: 999;
      height: 100%;
      position: relative;
      float: none; }
      .clearing-assembled .clearing-container .carousel > ul li {
        display: block;
        width: 120px;
        min-height: inherit;
        float: left;
        overflow: hidden;
        margin-right: 0;
        padding: 0;
        position: relative;
        cursor: pointer;
        opacity: 0.4; }
        .clearing-assembled .clearing-container .carousel > ul li.fix-height img {
          height: 100%;
          max-width: none; }
        .clearing-assembled .clearing-container .carousel > ul li a.th {
          border: none;
          -webkit-box-shadow: none;
          box-shadow: none;
          display: block; }
        .clearing-assembled .clearing-container .carousel > ul li img {
          cursor: pointer !important;
          width: 100% !important; }
        .clearing-assembled .clearing-container .carousel > ul li.visible {
          opacity: 1; }
        .clearing-assembled .clearing-container .carousel > ul li:hover {
          opacity: 0.8; }
  .clearing-assembled .clearing-container .visible-img {
    background: #333333;
    overflow: hidden;
    height: 85%; }

  .clearing-close {
    position: absolute;
    top: 10px;
    right: 20px;
    padding-left: 0;
    padding-top: 0; } }
/* Progress Bar */
.progress {
  background-color: #f6f6f6;
  height: 1.5625rem;
  border: 1px solid white;
  padding: 0.125rem;
  margin-bottom: 0.625rem; }
  .progress .meter {
    background: #008cba;
    height: 100%;
    display: block; }
  .progress.secondary .meter {
    background: #e7e7e7;
    height: 100%;
    display: block; }
  .progress.success .meter {
    background: #43ac6a;
    height: 100%;
    display: block; }
  .progress.alert .meter {
    background: #f04124;
    height: 100%;
    display: block; }
  .progress.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }
    .progress.radius .meter {
      -webkit-border-radius: 2px;
      border-radius: 2px; }
  .progress.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
    .progress.round .meter {
      -webkit-border-radius: 999px;
      border-radius: 999px; }

.sub-nav {
  display: block;
  width: auto;
  overflow: hidden;
  margin: -0.25rem 0 1.125rem;
  padding-top: 0.25rem;
  margin-right: 0;
  margin-left: -0.75rem; }
  .sub-nav dt {
    text-transform: uppercase; }
  .sub-nav dt,
  .sub-nav dd,
  .sub-nav li {
    float: left;
    display: inline;
    margin-left: 1rem;
    margin-bottom: 0.625rem;
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 0.875rem;
    color: #999999; }
    .sub-nav dt a,
    .sub-nav dd a,
    .sub-nav li a {
      text-decoration: none;
      color: #999999;
      padding: 0.1875rem 1rem; }
      .sub-nav dt a:hover,
      .sub-nav dd a:hover,
      .sub-nav li a:hover {
        color: #737373; }
    .sub-nav dt.active a,
    .sub-nav dd.active a,
    .sub-nav li.active a {
      -webkit-border-radius: 3px;
      border-radius: 3px;
      font-weight: normal;
      background: #008cba;
      padding: 0.1875rem 1rem;
      cursor: default;
      color: white; }
      .sub-nav dt.active a:hover,
      .sub-nav dd.active a:hover,
      .sub-nav li.active a:hover {
        background: #0078a0; }

/* Foundation Joyride */
.joyride-list {
  display: none; }

/* Default styles for the container */
.joyride-tip-guide {
  display: none;
  position: absolute;
  background: #333333;
  color: white;
  z-index: 101;
  top: 0;
  left: 2.5%;
  font-family: inherit;
  font-weight: normal;
  width: 95%; }

.lt-ie9 .joyride-tip-guide {
  max-width: 800px;
  left: 50%;
  margin-left: -400px; }

.joyride-content-wrapper {
  width: 100%;
  padding: 1.125rem 1.25rem 1.5rem; }
  .joyride-content-wrapper .button {
    margin-bottom: 0 !important; }

/* Add a little css triangle pip, older browser just miss out on the fanciness of it */
.joyride-tip-guide .joyride-nub {
  display: block;
  position: absolute;
  left: 22px;
  width: 0;
  height: 0;
  border: 10px solid #333333; }
  .joyride-tip-guide .joyride-nub.top {
    border-top-style: solid;
    border-color: #333333;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    top: -20px; }
  .joyride-tip-guide .joyride-nub.bottom {
    border-bottom-style: solid;
    border-color: #333333 !important;
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    bottom: -20px; }
  .joyride-tip-guide .joyride-nub.right {
    right: -20px; }
  .joyride-tip-guide .joyride-nub.left {
    left: -20px; }

/* Typography */
.joyride-tip-guide h1,
.joyride-tip-guide h2,
.joyride-tip-guide h3,
.joyride-tip-guide h4,
.joyride-tip-guide h5,
.joyride-tip-guide h6 {
  line-height: 1.25;
  margin: 0;
  font-weight: bold;
  color: white; }

.joyride-tip-guide p {
  margin: 0 0 1.125rem 0;
  font-size: 0.875rem;
  line-height: 1.3; }

.joyride-timer-indicator-wrap {
  width: 50px;
  height: 3px;
  border: solid 1px #555555;
  position: absolute;
  right: 1.0625rem;
  bottom: 1rem; }

.joyride-timer-indicator {
  display: block;
  width: 0;
  height: inherit;
  background: #666666; }

.joyride-close-tip {
  position: absolute;
  right: 12px;
  top: 10px;
  color: #777777 !important;
  text-decoration: none;
  font-size: 24px;
  font-weight: normal;
  line-height: 0.5 !important; }
  .joyride-close-tip:hover, .joyride-close-tip:focus {
    color: #eeeeee !important; }

.joyride-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: transparent;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
  cursor: pointer; }

.joyride-expose-wrapper {
  background-color: #ffffff;
  position: absolute;
  border-radius: 3px;
  z-index: 102;
  -moz-box-shadow: 0 0 30px white;
  -webkit-box-shadow: 0 0 15px white;
  box-shadow: 0 0 15px white; }

.joyride-expose-cover {
  background: transparent;
  border-radius: 3px;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0; }

/* Styles for screens that are at least 768px; */
@media only screen and (min-width: 40.063em) {
  .joyride-tip-guide {
    width: 300px;
    left: inherit; }
    .joyride-tip-guide .joyride-nub.bottom {
      border-color: #333333 !important;
      border-bottom-color: transparent !important;
      border-left-color: transparent !important;
      border-right-color: transparent !important;
      bottom: -20px; }
    .joyride-tip-guide .joyride-nub.right {
      border-color: #333333 !important;
      border-top-color: transparent !important;
      border-right-color: transparent !important;
      border-bottom-color: transparent !important;
      top: 22px;
      left: auto;
      right: -20px; }
    .joyride-tip-guide .joyride-nub.left {
      border-color: #333333 !important;
      border-top-color: transparent !important;
      border-left-color: transparent !important;
      border-bottom-color: transparent !important;
      top: 22px;
      left: -20px;
      right: auto; } }
.label {
  font-weight: normal;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  line-height: 1;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  margin-bottom: inherit;
  padding: 0.25rem 0.5rem 0.375rem;
  font-size: 0.6875rem;
  background-color: #008cba;
  color: white; }
  .label.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }
  .label.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px; }
  .label.alert {
    background-color: #f04124;
    color: white; }
  .label.success {
    background-color: #43ac6a;
    color: white; }
  .label.secondary {
    background-color: #e7e7e7;
    color: #333333; }

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

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

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

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

@media only screen and (max-width: 40em) {
  .small-only-text-left {
    text-align: left !important; }

  .small-only-text-right {
    text-align: right !important; }

  .small-only-text-center {
    text-align: center !important; }

  .small-only-text-justify {
    text-align: justify !important; } }
@media only screen {
  .small-text-left {
    text-align: left !important; }

  .small-text-right {
    text-align: right !important; }

  .small-text-center {
    text-align: center !important; }

  .small-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
  .medium-only-text-left {
    text-align: left !important; }

  .medium-only-text-right {
    text-align: right !important; }

  .medium-only-text-center {
    text-align: center !important; }

  .medium-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 40.063em) {
  .medium-text-left {
    text-align: left !important; }

  .medium-text-right {
    text-align: right !important; }

  .medium-text-center {
    text-align: center !important; }

  .medium-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 64.063em) and (max-width: 90em) {
  .large-only-text-left {
    text-align: left !important; }

  .large-only-text-right {
    text-align: right !important; }

  .large-only-text-center {
    text-align: center !important; }

  .large-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 64.063em) {
  .large-text-left {
    text-align: left !important; }

  .large-text-right {
    text-align: right !important; }

  .large-text-center {
    text-align: center !important; }

  .large-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 90.063em) and (max-width: 120em) {
  .xlarge-only-text-left {
    text-align: left !important; }

  .xlarge-only-text-right {
    text-align: right !important; }

  .xlarge-only-text-center {
    text-align: center !important; }

  .xlarge-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 90.063em) {
  .xlarge-text-left {
    text-align: left !important; }

  .xlarge-text-right {
    text-align: right !important; }

  .xlarge-text-center {
    text-align: center !important; }

  .xlarge-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 120.063em) and (max-width: 99999999em) {
  .xxlarge-only-text-left {
    text-align: left !important; }

  .xxlarge-only-text-right {
    text-align: right !important; }

  .xxlarge-only-text-center {
    text-align: center !important; }

  .xxlarge-only-text-justify {
    text-align: justify !important; } }
@media only screen and (min-width: 120.063em) {
  .xxlarge-text-left {
    text-align: left !important; }

  .xxlarge-text-right {
    text-align: right !important; }

  .xxlarge-text-center {
    text-align: center !important; }

  .xxlarge-text-justify {
    text-align: justify !important; } }
.off-canvas-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  overflow-x: hidden; }
  .off-canvas-wrap.move-right, .off-canvas-wrap.move-left {
    height: 100%; }

.inner-wrap {
  -webkit-backface-visibility: hidden;
  position: relative;
  width: 100%;
  *zoom: 1;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .inner-wrap:before, .inner-wrap:after {
    content: " ";
    display: table; }
  .inner-wrap:after {
    clear: both; }

nav.tab-bar {
  -webkit-backface-visibility: hidden;
  background: #333333;
  color: white;
  height: 2.8125rem;
  line-height: 2.8125rem;
  position: relative; }
  nav.tab-bar h1, nav.tab-bar h2, nav.tab-bar h3, nav.tab-bar h4, nav.tab-bar h5, nav.tab-bar h6 {
    color: white;
    font-weight: bold;
    line-height: 2.8125rem;
    margin: 0; }
  nav.tab-bar h1, nav.tab-bar h2, nav.tab-bar h3, nav.tab-bar h4 {
    font-size: 1.125rem; }

section.left-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-right: solid 1px #1a1a1a;
  box-shadow: 1px 0 0 #4e4e4e;
  left: 0; }

section.right-small {
  width: 2.8125rem;
  height: 2.8125rem;
  position: absolute;
  top: 0;
  border-left: solid 1px #4e4e4e;
  box-shadow: -1px 0 0 #1a1a1a;
  right: 0; }

section.tab-bar-section {
  padding: 0 0.625rem;
  position: absolute;
  text-align: center;
  height: 2.8125rem;
  top: 0; }
  @media only screen and (min-width: 40.063em) {
    section.tab-bar-section {
      text-align: left; } }
  section.tab-bar-section.left {
    left: 0;
    right: 2.8125rem; }
  section.tab-bar-section.right {
    left: 2.8125rem;
    right: 0; }
  section.tab-bar-section.middle {
    left: 2.8125rem;
    right: 2.8125rem; }

a.menu-icon {
  text-indent: 2.1875rem;
  width: 2.8125rem;
  height: 2.8125rem;
  display: block;
  line-height: 2.0625rem;
  padding: 0;
  color: white;
  position: relative; }
  a.menu-icon span {
    position: absolute;
    display: block;
    width: 1rem;
    height: 0;
    left: 0.8125rem;
    top: 0.3125rem;
    -webkit-box-shadow: 1px 10px 1px 1px white, 1px 16px 1px 1px white, 1px 22px 1px 1px white;
    box-shadow: 0 10px 0 1px white, 0 16px 0 1px white, 0 22px 0 1px white; }
  a.menu-icon:hover span {
    -webkit-box-shadow: 1px 10px 1px 1px #b3b3b3, 1px 16px 1px 1px #b3b3b3, 1px 22px 1px 1px #b3b3b3;
    box-shadow: 0 10px 0 1px #b3b3b3, 0 16px 0 1px #b3b3b3, 0 22px 0 1px #b3b3b3; }

.left-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 250px;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  left: 0; }
  .left-off-canvas-menu * {
    -webkit-backface-visibility: hidden; }

.right-off-canvas-menu {
  -webkit-backface-visibility: hidden;
  width: 250px;
  top: 0;
  bottom: 0;
  position: absolute;
  overflow-y: auto;
  background: #333333;
  z-index: 1001;
  box-sizing: content-box;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  right: 0; }

ul.off-canvas-list {
  list-style-type: none;
  padding: 0;
  margin: 0; }
  ul.off-canvas-list li label {
    padding: 0.3rem 0.9375rem;
    color: #999999;
    text-transform: uppercase;
    font-weight: bold;
    background: #444444;
    border-top: 1px solid #5e5e5e;
    border-bottom: none;
    margin: 0; }
  ul.off-canvas-list li a {
    display: block;
    padding: 0.66667rem;
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid #262626; }

.move-right > .inner-wrap {
  -webkit-transform: translate3d(250px, 0, 0);
  -moz-transform: translate3d(250px, 0, 0);
  -ms-transform: translate3d(250px, 0, 0);
  -o-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0); }
.move-right a.exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  @media only screen and (min-width: 40.063em) {
    .move-right a.exit-off-canvas:hover {
      background: rgba(255, 255, 255, 0.05); } }

@media only screen and (min-width: 40.063em) {
    .move-left a.exit-off-canvas:hover {
        background: rgba(255, 255, 255, 0.05); } }

.move-left > .inner-wrap {
  -webkit-transform: translate3d(-250px, 0, 0);
  -moz-transform: translate3d(-250px, 0, 0);
  -ms-transform: translate3d(-250px, 0, 0);
  -o-transform: translate3d(-250px, 0, 0);
  transform: translate3d(-250px, 0, 0); }
.move-left a.exit-off-canvas {
  -webkit-backface-visibility: hidden;
  transition: background 300ms ease;
  cursor: pointer;
  box-shadow: -4px 0 4px rgba(0, 0, 0, 0.5), 4px 0 4px rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  background: rgba(255, 255, 255, 0.2);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1002;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.csstransforms.no-csstransforms3d .left-off-canvas-menu {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0); }
.csstransforms.no-csstransforms3d .right-off-canvas-menu {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0); }
.csstransforms.no-csstransforms3d .move-left > .inner-wrap {
  -webkit-transform: translate(-250px, 0);
  -moz-transform: translate(-250px, 0);
  -ms-transform: translate(-250px, 0);
  -o-transform: translate(-250px, 0);
  transform: translate(-250px, 0); }
.csstransforms.no-csstransforms3d .move-right > .inner-wrap {
  -webkit-transform: translate(250px, 0);
  -moz-transform: translate(250px, 0);
  -ms-transform: translate(250px, 0);
  -o-transform: translate(250px, 0);
  transform: translate(250px, 0); }

.no-csstransforms .left-off-canvas-menu {
  left: -250px; }
.no-csstransforms .right-off-canvas-menu {
  right: -250px; }
.no-csstransforms .move-left > .inner-wrap {
  right: 250px; }
.no-csstransforms .move-right > .inner-wrap {
  left: 250px; }

@media only screen and (max-width: 40em) {
  .f-dropdown {
    max-width: 100%;
    left: 0; } }
/* Foundation Dropdowns */
.f-dropdown {
  position: absolute;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  width: 100%;
  max-height: none;
  height: auto;
  background: white;
  border: solid 1px #cccccc;
  font-size: 16px;
  z-index: 99;
  margin-top: 2px;
  max-width: 200px; }
  .f-dropdown > *:first-child {
    margin-top: 0; }
  .f-dropdown > *:last-child {
    margin-bottom: 0; }
  .f-dropdown:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent white transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -12px;
    left: 10px;
    z-index: 99; }
  .f-dropdown:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: inset 7px;
    border-color: transparent transparent #cccccc transparent;
    border-bottom-style: solid;
    position: absolute;
    top: -14px;
    left: 9px;
    z-index: 98; }
  .f-dropdown.right:before {
    left: auto;
    right: 10px; }
  .f-dropdown.right:after {
    left: auto;
    right: 9px; }
  .f-dropdown li {
    font-size: 0.875rem;
    cursor: pointer;
    line-height: 1.125rem;
    margin: 0; }
    .f-dropdown li:hover, .f-dropdown li:focus {
      background: #eeeeee; }
    .f-dropdown li a {
      display: block;
      padding: 0.5rem;
      color: #555555; }
  .f-dropdown.content {
    position: absolute;
    left: -9999px;
    list-style: none;
    margin-left: 0;
    padding: 1.25rem;
    width: 100%;
    height: auto;
    max-height: none;
    background: white;
    border: solid 1px #cccccc;
    font-size: 16px;
    z-index: 99;
    max-width: 200px; }
    .f-dropdown.content > *:first-child {
      margin-top: 0; }
    .f-dropdown.content > *:last-child {
      margin-bottom: 0; }
  .f-dropdown.tiny {
    max-width: 200px; }
  .f-dropdown.small {
    max-width: 300px; }
  .f-dropdown.medium {
    max-width: 500px; }
  .f-dropdown.large {
    max-width: 800px; }

/* Standard Forms */
form {/*margin: 0 0 1rem;*/}

/* Using forms within rows, we need to set some defaults */
form .row .row {
  margin: 0 -0.5rem; }
  form .row .row .column,
  form .row .row .columns {
    padding: 0 0.5rem; }
  form .row .row.collapse {
    margin: 0; }
    form .row .row.collapse .column,
    form .row .row.collapse .columns {
      padding: 0; }
    form .row .row.collapse input {
      -moz-border-radius-bottomright: 0;
      -moz-border-radius-topright: 0;
      -webkit-border-bottom-right-radius: 0;
      -webkit-border-top-right-radius: 0; }
form .row input.column,
form .row input.columns,
form .row textarea.column,
form .row textarea.columns {
  padding-left: 0.5rem; }

/* Label Styles */
label {
  cursor: pointer;
  display: block;
  font-weight: normal;
  margin-bottom: 0;
  /* Styles for required inputs */ }
  label.right {
    float: none;
    text-align: right; }
  label.inline {
    margin: 0 0 1rem 0;
    padding: 0.625rem 0; }
  label small {
    text-transform: capitalize;
    color: #676767; }

select {
  /*-webkit-appearance: none !important;
  background: #fafafa url("https://shopsolutions.co.nz/skin/frontend/intenso/default/css/data:image/svg+xml;base64")PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==") no-repeat;
  background-position-x: 97%;
  background-position-y: center;
  border: 1px solid #cccccc;
  padding: 0.5rem;
  font-size: 0.875rem;
  -webkit-border-radius: 0;
  border-radius: 0; }
  select.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; */}
  select:hover {
    /*background: #f3f3f3 url("https://shopsolutions.co.nz/skin/frontend/intenso/default/css/data:image/svg+xml;base64")PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==") no-repeat;
    background-position-x: 97%;
    background-position-y: center;
    border-color: #999999; */}

select::-ms-expand {
  display: none; }

@-moz-document url-prefix() {
  select {
    background: #fafafa; }

  select:hover {
    background: #f3f3f3; } }

/* Attach elements to the beginning or end of an input */
.prefix,
.postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border-style: solid;
  border-width: 1px;
  overflow: hidden;
  font-size: 0.875rem;
  height: 2.3125rem;
  line-height: 2.3125rem; }

/* Adjust padding, alignment and radius if pre/post element is a button */
.postfix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none; }

.prefix.button {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  line-height: 2.125rem;
  border: none; }

.prefix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.postfix.button.radius {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-topright: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.prefix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomleft: 1000px;
  -moz-border-radius-topleft: 1000px;
  -webkit-border-bottom-left-radius: 1000px;
  -webkit-border-top-left-radius: 1000px;
  border-bottom-left-radius: 1000px;
  border-top-left-radius: 1000px; }

.postfix.button.round {
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius-bottomright: 1000px;
  -moz-border-radius-topright: 1000px;
  -webkit-border-bottom-right-radius: 1000px;
  -webkit-border-top-right-radius: 1000px;
  border-bottom-right-radius: 1000px;
  border-top-right-radius: 1000px; }

/* Separate prefix and postfix styles when on span or label so buttons keep their own */
span.prefix, label.prefix {
  background: #f2f2f2;
  border-right: none;
  color: #333333;
  border-color: #cccccc; }
  span.prefix.radius, label.prefix.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }

span.postfix, label.postfix {
  background: #f2f2f2;
  border-left: none;
  color: #333333;
  border-color: #cccccc; }
  span.postfix.radius, label.postfix.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }

/* We use this to get basic styling on all basic form elements */
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea {
  -webkit-appearance: none;
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  -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);
  color: rgba(0, 0, 0, 0.75);
  display: block;
  font-size: 0.875rem;
  margin: 0 0 1rem 0;
  padding: 0.5rem;
  height: 2.3125rem;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
  -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
  transition: box-shadow 0.45s, border-color 0.45s ease-in-out; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    -webkit-box-shadow: 0 0 5px #999999;
    -moz-box-shadow: 0 0 5px #999999;
    box-shadow: 0 0 5px #999999;
    border-color: #999999; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="date"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="email"]:focus,
  input[type="number"]:focus,
  input[type="search"]:focus,
  input[type="tel"]:focus,
  input[type="time"]:focus,
  input[type="url"]:focus,
  textarea:focus {
    background: #fafafa;
    border-color: #999999;
    outline: none; }
  input[type="text"][disabled],
  input[type="password"][disabled],
  input[type="date"][disabled],
  input[type="datetime"][disabled],
  input[type="datetime-local"][disabled],
  input[type="month"][disabled],
  input[type="week"][disabled],
  input[type="email"][disabled],
  input[type="number"][disabled],
  input[type="search"][disabled],
  input[type="tel"][disabled],
  input[type="time"][disabled],
  input[type="url"][disabled],
  textarea[disabled] {
    background-color: #dddddd; }
  input[type="text"].radius,
  input[type="password"].radius,
  input[type="date"].radius,
  input[type="datetime"].radius,
  input[type="datetime-local"].radius,
  input[type="month"].radius,
  input[type="week"].radius,
  input[type="email"].radius,
  input[type="number"].radius,
  input[type="search"].radius,
  input[type="tel"].radius,
  input[type="time"].radius,
  input[type="url"].radius,
  textarea.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px; }

/* Add height value for select elements to match text input height */
select {
  height: 2.3125rem; }

/* Adjust margin for form elements below */
input[type="file"],
input[type="checkbox"],
input[type="radio"],
select {
  margin: 0 0 1rem 0; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

/* Normalize file input width */
input[type="file"] {
  width: 100%; }

/* We add basic fieldset styling */
fieldset {
  border: solid 1px #dddddd;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  fieldset legend {
    font-weight: bold;
    background: white;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

/* Error Handling */
[data-abide] .error small.error, [data-abide] span.error, [data-abide] small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white; }
[data-abide] span.error, [data-abide] small.error {
  display: none; }

span.error, small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white; }

.error input,
.error textarea,
.error select {
  margin-bottom: 0; }
.error input[type="checkbox"],
.error input[type="radio"] {
  margin-bottom: 1rem; }
.error label,
.error label.error {
  color: #f04124; }
.error small.error {
  display: block;
  padding: 0.375rem 0.5625rem 0.5625rem;
  margin-top: -1px;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: normal;
  font-style: italic;
  background: #f04124;
  color: white; }
.error > label > small {
  color: #676767;
  background: transparent;
  padding: 0;
  text-transform: capitalize;
  font-style: normal;
  font-size: 60%;
  margin: 0;
  display: inline; }
.error span.error-message {
  display: block; }

input.error,
textarea.error {
  margin-bottom: 0; }

label.error {
  color: #f04124; }

[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -0.625rem;
  *zoom: 1; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 0.625rem 1.25rem; }

@media only screen {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .small-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .small-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .small-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .small-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .small-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .small-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .small-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .small-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .small-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .small-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .small-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .small-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .small-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .small-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .small-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .small-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
@media only screen and (min-width: 40.063em) {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .medium-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .medium-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .medium-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .medium-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .medium-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .medium-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .medium-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .medium-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .medium-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .medium-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .medium-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .medium-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
@media only screen and (min-width: 64.063em) {
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .large-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .large-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .large-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .large-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .large-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .large-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .large-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .large-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .large-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .large-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .large-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .large-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .large-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .large-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .large-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .large-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
.flex-video {
  position: relative;
  padding-top: 1.5625rem;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video.widescreen {
    padding-bottom: 56.55%; }
  .flex-video.vimeo {
    padding-top: 0; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.keystroke,
kbd {
  background-color: #ededed;
  border-color: #dddddd;
  color: #222222;
  border-style: solid;
  border-width: 1px;
  margin: 0;
  font-family: "Consolas", "Menlo", "Courier", monospace;
  font-size: 0.875rem;
  padding: 0.125rem 0.25rem 0;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

/* Foundation Visibility HTML Classes */
.show-for-small,
.show-for-small-only,
.show-for-medium-down,
.show-for-large-down,
.hide-for-medium,
.hide-for-medium-up,
.hide-for-medium-only,
.hide-for-large,
.hide-for-large-up,
.hide-for-large-only,
.hide-for-xlarge,
.hide-for-xlarge-up,
.hide-for-xlarge-only,
.hide-for-xxlarge-up,
.hide-for-xxlarge-only {
  display: inherit !important; }

.hide-for-small,
.hide-for-small-only,
.hide-for-medium-down,
.show-for-medium,
.show-for-medium-up,
.show-for-medium-only,
.hide-for-large-down,
.show-for-large,
.show-for-large-up,
.show-for-large-only,
.show-for-xlarge,
.show-for-xlarge-up,
.show-for-xlarge-only,
.show-for-xxlarge-up,
.show-for-xxlarge-only {
  display: none !important; }

/* Specific visibility for tables */
table.show-for-small, table.show-for-small-only, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-medium-only, table.hide-for-large, table.hide-for-large-up, table.hide-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
  display: table; }

thead.show-for-small, thead.show-for-small-only, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-medium-only, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
  display: table-header-group !important; }

tbody.show-for-small, tbody.show-for-small-only, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-medium-only, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
  display: table-row-group !important; }

tr.show-for-small, tr.show-for-small-only, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-medium-only, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
  display: table-row !important; }

td.show-for-small, td.show-for-small-only, td.show-for-medium-down, td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge, td.hide-for-xlarge-up, td.hide-for-xxlarge-up,
th.show-for-small,
th.show-for-small-only,
th.show-for-medium-down,
th.show-for-large-down,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-large,
th.hide-for-large-up,
th.hide-for-xlarge,
th.hide-for-xlarge-up,
th.hide-for-xxlarge-up {
  display: table-cell !important; }

/* Medium Displays: 641px and up */
@media only screen and (min-width: 40.063em) {
  .hide-for-small,
  .hide-for-small-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-up,
  .show-for-medium-only,
  .hide-for-large,
  .hide-for-large-up,
  .hide-for-large-only,
  .hide-for-xlarge,
  .hide-for-xlarge-up,
  .hide-for-xlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge-only {
    display: inherit !important; }

  .show-for-small,
  .show-for-small-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-up,
  .hide-for-medium-only,
  .hide-for-large-down,
  .show-for-large,
  .show-for-large-up,
  .show-for-large-only,
  .show-for-xlarge,
  .show-for-xlarge-up,
  .show-for-xlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge-only {
    display: none !important; }

  /* Specific visibility for tables */
  table.hide-for-small, table.hide-for-small-only, table.show-for-medium, table.show-for-medium-down, table.show-for-medium-up, table.show-for-medium-only, table.hide-for-large, table.hide-for-large-up, table.hide-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
    display: table; }

  thead.hide-for-small, thead.hide-for-small-only, thead.show-for-medium, thead.show-for-medium-down, thead.show-for-medium-up, thead.show-for-medium-only, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
    display: table-header-group !important; }

  tbody.hide-for-small, tbody.hide-for-small-only, tbody.show-for-medium, tbody.show-for-medium-down, tbody.show-for-medium-up, tbody.show-for-medium-only, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
    display: table-row-group !important; }

  tr.hide-for-small, tr.hide-for-small-only, tr.show-for-medium, tr.show-for-medium-down, tr.show-for-medium-up, tr.show-for-medium-only, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
    display: table-row !important; }

  td.hide-for-small, td.hide-for-small-only, td.show-for-medium, td.show-for-medium-down, td.show-for-medium-up, td.show-for-medium-only, td.hide-for-large, td.hide-for-large-up, td.hide-for-large-only, td.hide-for-xlarge, td.hide-for-xlarge-up, td.hide-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only,
  th.hide-for-small,
  th.hide-for-small-only,
  th.show-for-medium,
  th.show-for-medium-down,
  th.show-for-medium-up,
  th.show-for-medium-only,
  th.hide-for-large,
  th.hide-for-large-up,
  th.hide-for-large-only,
  th.hide-for-xlarge,
  th.hide-for-xlarge-up,
  th.hide-for-xlarge-only,
  th.hide-for-xxlarge-up,
  th.hide-for-xxlarge-only {
    display: table-cell !important; } }
/* Large Displays: 1024px and up */
@media only screen and (min-width: 64.063em) {
  .hide-for-small,
  .hide-for-small-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .show-for-large,
  .show-for-large-up,
  .show-for-large-only,
  .hide-for-xlarge,
  .hide-for-xlarge-up,
  .hide-for-xlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge-only {
    display: inherit !important; }

  .show-for-small-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .hide-for-large,
  .hide-for-large-up,
  .hide-for-large-only,
  .show-for-xlarge,
  .show-for-xlarge-up,
  .show-for-xlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge-only {
    display: none !important; }

  /* Specific visibility for tables */
  table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large, table.show-for-large-up, table.show-for-large-only, table.hide-for-xlarge, table.hide-for-xlarge-up, table.hide-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
    display: table; }

  thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large, thead.show-for-large-up, thead.show-for-large-only, thead.hide-for-xlarge, thead.hide-for-xlarge-up, thead.hide-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
    display: table-header-group !important; }

  tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large, tbody.show-for-large-up, tbody.show-for-large-only, tbody.hide-for-xlarge, tbody.hide-for-xlarge-up, tbody.hide-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
    display: table-row-group !important; }

  tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large, tr.show-for-large-up, tr.show-for-large-only, tr.hide-for-xlarge, tr.hide-for-xlarge-up, tr.hide-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
    display: table-row !important; }

  td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large, td.show-for-large-up, td.show-for-large-only, td.hide-for-xlarge, td.hide-for-xlarge-up, td.hide-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only,
  th.hide-for-small,
  th.hide-for-small-only,
  th.hide-for-medium,
  th.hide-for-medium-down,
  th.hide-for-medium-only,
  th.show-for-medium-up,
  th.show-for-large,
  th.show-for-large-up,
  th.show-for-large-only,
  th.hide-for-xlarge,
  th.hide-for-xlarge-up,
  th.hide-for-xlarge-only,
  th.hide-for-xxlarge-up,
  th.hide-for-xxlarge-only {
    display: table-cell !important; } }
/* X-Large Displays: 1441 and up */
@media only screen and (min-width: 90.063em) {
  .hide-for-small,
  .hide-for-small-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .show-for-large-up,
  .hide-for-large-only,
  .show-for-xlarge,
  .show-for-xlarge-up,
  .show-for-xlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge-only {
    display: inherit !important; }

  .show-for-small-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .show-for-large,
  .show-for-large-only,
  .show-for-large-down,
  .hide-for-xlarge,
  .hide-for-xlarge-up,
  .hide-for-xlarge-only,
  .show-for-xxlarge-up,
  .show-for-xxlarge-only {
    display: none !important; }

  /* Specific visibility for tables */
  table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large-up, table.hide-for-large-only, table.show-for-xlarge, table.show-for-xlarge-up, table.show-for-xlarge-only, table.hide-for-xxlarge-up, table.hide-for-xxlarge-only {
    display: table; }

  thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large-up, thead.hide-for-large-only, thead.show-for-xlarge, thead.show-for-xlarge-up, thead.show-for-xlarge-only, thead.hide-for-xxlarge-up, thead.hide-for-xxlarge-only {
    display: table-header-group !important; }

  tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large-up, tbody.hide-for-large-only, tbody.show-for-xlarge, tbody.show-for-xlarge-up, tbody.show-for-xlarge-only, tbody.hide-for-xxlarge-up, tbody.hide-for-xxlarge-only {
    display: table-row-group !important; }

  tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large-up, tr.hide-for-large-only, tr.show-for-xlarge, tr.show-for-xlarge-up, tr.show-for-xlarge-only, tr.hide-for-xxlarge-up, tr.hide-for-xxlarge-only {
    display: table-row !important; }

  td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large-up, td.hide-for-large-only, td.show-for-xlarge, td.show-for-xlarge-up, td.show-for-xlarge-only, td.hide-for-xxlarge-up, td.hide-for-xxlarge-only,
  th.hide-for-small,
  th.hide-for-small-only,
  th.hide-for-medium,
  th.hide-for-medium-down,
  th.hide-for-medium-only,
  th.show-for-medium-up,
  th.show-for-large-up,
  th.hide-for-large-only,
  th.show-for-xlarge,
  th.show-for-xlarge-up,
  th.show-for-xlarge-only,
  th.hide-for-xxlarge-up,
  th.hide-for-xxlarge-only {
    display: table-cell !important; } }
/* XX-Large Displays: 1920 and up */
@media only screen and (min-width: 120.063em) {
  .hide-for-small,
  .hide-for-small-only,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .show-for-large-up,
  .hide-for-large-only,
  .hide-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xxlarge-up,
  .show-for-xxlarge-only {
    display: inherit !important; }

  .show-for-small-only,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-medium-only,
  .show-for-large,
  .show-for-large-only,
  .show-for-large-down,
  .hide-for-xlarge,
  .show-for-xlarge-only,
  .hide-for-xxlarge-up,
  .hide-for-xxlarge-only {
    display: none !important; }

  /* Specific visibility for tables */
  table.hide-for-small, table.hide-for-small-only, table.hide-for-medium, table.hide-for-medium-down, table.hide-for-medium-only, table.show-for-medium-up, table.show-for-large-up, table.hide-for-xlarge-only, table.show-for-xlarge-up, table.show-for-xxlarge-up, table.show-for-xxlarge-only {
    display: table; }

  thead.hide-for-small, thead.hide-for-small-only, thead.hide-for-medium, thead.hide-for-medium-down, thead.hide-for-medium-only, thead.show-for-medium-up, thead.show-for-large-up, thead.hide-for-xlarge-only, thead.show-for-xlarge-up, thead.show-for-xxlarge-up, thead.show-for-xxlarge-only {
    display: table-header-group !important; }

  tbody.hide-for-small, tbody.hide-for-small-only, tbody.hide-for-medium, tbody.hide-for-medium-down, tbody.hide-for-medium-only, tbody.show-for-medium-up, tbody.show-for-large-up, tbody.hide-for-xlarge-only, tbody.show-for-xlarge-up, tbody.show-for-xxlarge-up, tbody.show-for-xxlarge-only {
    display: table-row-group !important; }

  tr.hide-for-small, tr.hide-for-small-only, tr.hide-for-medium, tr.hide-for-medium-down, tr.hide-for-medium-only, tr.show-for-medium-up, tr.show-for-large-up, tr.hide-for-xlarge-only, tr.show-for-xlarge-up, tr.show-for-xxlarge-up, tr.show-for-xxlarge-only {
    display: table-row !important; }

  td.hide-for-small, td.hide-for-small-only, td.hide-for-medium, td.hide-for-medium-down, td.hide-for-medium-only, td.show-for-medium-up, td.show-for-large-up, td.hide-for-xlarge-only, td.show-for-xlarge-up, td.show-for-xxlarge-up, td.show-for-xxlarge-only,
  th.hide-for-small,
  th.hide-for-small-only,
  th.hide-for-medium,
  th.hide-for-medium-down,
  th.hide-for-medium-only,
  th.show-for-medium-up,
  th.show-for-large-up,
  th.hide-for-xlarge-only,
  th.show-for-xlarge-up,
  th.show-for-xxlarge-up,
  th.show-for-xxlarge-only {
    display: table-cell !important; } }
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-landscape, table.show-for-portrait {
  display: table; }

thead.hide-for-landscape, thead.show-for-portrait {
  display: table-header-group !important; }

tbody.hide-for-landscape, tbody.show-for-portrait {
  display: table-row-group !important; }

tr.hide-for-landscape, tr.show-for-portrait {
  display: table-row !important; }

td.hide-for-landscape, td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important; }

@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; }

  /* Specific visibility for tables */
  table.show-for-landscape, table.hide-for-portrait {
    display: table; }

  thead.show-for-landscape, thead.hide-for-portrait {
    display: table-header-group !important; }

  tbody.show-for-landscape, tbody.hide-for-portrait {
    display: table-row-group !important; }

  tr.show-for-landscape, tr.hide-for-portrait {
    display: table-row !important; }

  td.show-for-landscape, td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important; } }
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; }

  /* Specific visibility for tables */
  table.show-for-portrait, table.hide-for-landscape {
    display: table; }

  thead.show-for-portrait, thead.hide-for-landscape {
    display: table-header-group !important; }

  tbody.show-for-portrait, tbody.hide-for-landscape {
    display: table-row-group !important; }

  tr.show-for-portrait, tr.hide-for-landscape {
    display: table-row !important; }

  td.show-for-portrait, td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important; } }
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific visibility for tables */
table.hide-for-touch {
  display: table; }

.touch table.show-for-touch {
  display: table; }

thead.hide-for-touch {
  display: table-header-group !important; }

.touch thead.show-for-touch {
  display: table-header-group !important; }

tbody.hide-for-touch {
  display: table-row-group !important; }

.touch tbody.show-for-touch {
  display: table-row-group !important; }

tr.hide-for-touch {
  display: table-row !important; }

.touch tr.show-for-touch {
  display: table-row !important; }

td.hide-for-touch {
  display: table-cell !important; }

.touch td.show-for-touch {
  display: table-cell !important; }

th.hide-for-touch {
  display: table-cell !important; }

.touch th.show-for-touch {
  display: table-cell !important; }

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.1.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: #BBCBDC solid 1px;
  border-top: 0;
  background: #FFF;
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  display: block;
  overflow: hidden;
  padding: 0 0 0 10px;
  height: 40px;
  line-height: 38px !important;
  border: #BBCBDC solid 1px;
  border-radius: 0;
  background-color: #FFF;
  color: #0B2A49; font-size: 16px; letter-spacing: -0.02em;
  text-decoration: none;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 29px; padding-right: 20px;
  text-overflow: ellipsis;
  white-space: nowrap; margin-top: 0;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  /*position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('https://shopsolutions.co.nz/skin/frontend/intenso/default/images/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;*/
}
.chosen-container-single .chosen-single abbr:hover {
  /*background-position: -42px -10px;*/
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  /*background-position: -42px -10px;*/
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 29px;
  height: 100%;
  background: #BBCBDC;
}
.chosen-container-single .chosen-single div:before {
    font-family: 'intenso'!important;
    content: "\e90e";
    position: absolute; top: 1px; right: 5px;
    font-size: 28px; color: #FFF;
}
.chosen-container-single .chosen-single div b {
  display: none;
  width: 100%;
  height: 100%;
  background: url('https://shopsolutions.co.nz/skin/frontend/intenso/default/images/chosen-sprite.png') no-repeat 0px 2px;
}
.layered-nav-select .chosen-container-single .chosen-single div b {   background: url('https://shopsolutions.co.nz/skin/frontend/intenso/default/images/chosen-sprite11.png') no-repeat 0px 2px !important; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url('https://shopsolutions.co.nz/skin/frontend/intenso/default/images/chosen-sprite.png') no-repeat 100% -20px;
  background: url('https://shopsolutions.co.nz/skin/frontend/intenso/default/images/chosen-sprite.png') no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: 0;
  border-radius: 0;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 5px 0;
  padding: 0;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  font-size: 15px;
  padding: 6px 10px;
  list-style: none;
  line-height: 15px;
  -webkit-touch-callout: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.active-result:hover {
    background-color: #EAEFF4;
    color: #0B2A49!important;
}
.chosen-container .chosen-results li.active-result.result-selected {
    background: #BBCBDC;
    color: #FFF;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #EAEFF4;
}
.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 0;
  background-color: #e4e4e4;
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('https://shopsolutions.co.nz/skin/frontend/intenso/default/images/chosen-sprite.png') -42px 1px no-repeat;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
}
.chosen-container-active.chosen-with-drop .chosen-single {
}
.chosen-container-active.chosen-with-drop .chosen-single div {
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid;
  border-color: #27ccc0;
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url('https://shopsolutions.co.nz/skin/frontend/intenso/default/images/chosen-sprite.png') no-repeat -30px -20px;
  background: url('https://shopsolutions.co.nz/skin/frontend/intenso/default/images/chosen-sprite.png') no-repeat -30px -20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('https://shopsolutions.co.nz/skin/frontend/intenso/default/images/chosen-sprite@2x.png') !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */

.main-header .chosen-container-single .chosen-single span  { margin-top:8px;}
.layered-nav-container .chosen-container-single .chosen-single span { color:#01b9df;}
/**
 * Intenso Premium Theme
 *
 * @category    Itactica
 * @package     Itactica_Intenso
 * @copyright   Copyright (c) 2014-2015 Itactica (http://www.itactica.com)
 * @license     http://getintenso.com/license
 */

@font-face {
	font-family: 'intenso';
	src:url('https://shopsolutions.co.nz/skin/frontend/intenso/default/fonts/intenso.eot?9z30zu');
	src:url('https://shopsolutions.co.nz/skin/frontend/intenso/default/fonts/intenso.eot?#iefix9z30zu') format('embedded-opentype'),
		url('https://shopsolutions.co.nz/skin/frontend/intenso/default/fonts/intenso.woff?9z30zu') format('woff'),
		url('https://shopsolutions.co.nz/skin/frontend/intenso/default/fonts/intenso.ttf?9z30zu') format('truetype'),
		url('https://shopsolutions.co.nz/skin/frontend/intenso/default/fonts/intenso.svg?9z30zu#intenso') format('svg');
	font-weight: normal;
	font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { /* Required for Chrome to render icons properly */
    @font-face {
        font-family: 'intenso';
        src: url('https://shopsolutions.co.nz/skin/frontend/intenso/default/fonts/intenso.svg?9z30zu#intenso') format('svg');
    }
}
[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'intenso'!important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

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

.icon-man-user:before {
    content: "\e90f";
}
.icon-shopping-cart:before {
    content: "\e910";
}
.icon-c-left:before {
    content: "\e90c";
}
.icon-c-right:before {
    content: "\e90d";
}
.icon-control:before {
    content: "\e90e";
}
.icon-new-magnifiy:before {
    content: "\e907";
}
.icon-new-search:before {
    content: "\e90b";
}
.icon-left:before {
    content: "\e900";
}
.icon-right:before {
    content: "\e901";
}
.icon-new-tick:before {
    content: "\e902";
}
.icon-new-lock:before {
    content: "\e903";
}
.icon-new-mail:before {
    content: "\e904";
}
.icon-new-cart:before {
    content: "\e905";
}
.icon-new-close:before {
    content: "\e906";
}
.icon-new-arrivals:before {
    content: "\e908";
}
.icon-new-cataloge:before {
    content: "\e909";
}
.icon-new-offer:before {
    content: "\e90a";
}
/**
 * Intenso Premium Theme
 *
 * @category    Itactica
 * @package     Itactica_Intenso
 * @copyright   Copyright (c) 2014-2015 Itactica (http://www.itactica.com)
 * @license     http://getintenso.com/license
 */

/*******************************************************************************************************/
/***   1)	GENERAL CLASES 																			 ***/
/*******************************************************************************************************/

@font-face {
    font-family: 'OpenSans';
    src: url('https://shopsolutions.co.nz/skin/frontend/intenso/default/fonts/OpenSans.eot?#iefix') format('embedded-opentype'),
    url('https://shopsolutions.co.nz/skin/frontend/intenso/default/fonts/OpenSans.woff') format('woff'),
    url('https://shopsolutions.co.nz/skin/frontend/intenso/default/fonts/OpenSans.ttf')  format('truetype'),
    url('https://shopsolutions.co.nz/skin/frontend/intenso/default/fonts/OpenSans.svg#OpenSans') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Semibold';
    src: url('https://shopsolutions.co.nz/skin/frontend/intenso/default/fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),
    url('https://shopsolutions.co.nz/skin/frontend/intenso/default/fonts/OpenSans-Semibold.woff') format('woff'),
    url('https://shopsolutions.co.nz/skin/frontend/intenso/default/fonts/OpenSans-Semibold.ttf')  format('truetype'),
    url('https://shopsolutions.co.nz/skin/frontend/intenso/default/fonts/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans-Bold';
    src: url('https://shopsolutions.co.nz/skin/frontend/intenso/default/fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
    url('https://shopsolutions.co.nz/skin/frontend/intenso/default/fonts/OpenSans-Bold.woff') format('woff'),
    url('https://shopsolutions.co.nz/skin/frontend/intenso/default/fonts/OpenSans-Bold.ttf')  format('truetype'),
    url('https://shopsolutions.co.nz/skin/frontend/intenso/default/fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DroidSerif';
    src: url('https://shopsolutions.co.nz/skin/frontend/intenso/default/fonts/DroidSerif.eot?#iefix') format('embedded-opentype'),
    url('https://shopsolutions.co.nz/skin/frontend/intenso/default/fonts/DroidSerif.woff') format('woff'),
    url('https://shopsolutions.co.nz/skin/frontend/intenso/default/fonts/DroidSerif.ttf')  format('truetype'),
    url('https://shopsolutions.co.nz/skin/frontend/intenso/default/fonts/DroidSerif.svg#DroidSerif') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DroidSerif-Bold';
    src: url('https://shopsolutions.co.nz/skin/frontend/intenso/default/fonts/DroidSerif-Bold.eot?#iefix') format('embedded-opentype'),
    url('https://shopsolutions.co.nz/skin/frontend/intenso/default/fonts/DroidSerif-Bold.woff') format('woff'),
    url('https://shopsolutions.co.nz/skin/frontend/intenso/default/fonts/DroidSerif-Bold.ttf')  format('truetype'),
    url('https://shopsolutions.co.nz/skin/frontend/intenso/default/fonts/DroidSerif-Bold.svg#DroidSerif-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
.arrow-right {
	display: inline-block;
	position: relative;
	padding: 0 25px 0 0;
}
.arrow-right:before,
.arrow-right:after {
	border-right: 1px solid;
	content: '';
	display: block;
	height: 6px;
	margin-top: -3px;
	position: absolute;
	-ms-transform: rotate(130deg);
	-moz-transform: rotate(130deg);
	-o-transform: rotate(130deg);
	-webkit-transform: rotate(130deg);
	transform: rotate(130deg);
	right: 17px;
	top: 50%;
	width: 0;
}
.arrow-right:after  {
	margin-top: 0;
	-ms-transform: rotate(50deg);
	-moz-transform: rotate(50deg);
	-o-transform: rotate(50deg);
	-webkit-transform: rotate(50deg);
	transform: rotate(50deg);
}
.arrow-left {
	display: inline-block;
	position: relative;
	padding: 0 0 0 11px;
}
.arrow-left:before,
.arrow-left:after {
	border-right: 1px solid;
	content: '';
	display: block;
	height: 6px;
	margin-top: -3px;
	position: absolute;
	-ms-transform: rotate(50deg);
	-moz-transform: rotate(50deg);
	-o-transform: rotate(50deg);
	-webkit-transform: rotate(50deg);
	transform: rotate(50deg);
	left: 3px;
	top: 50%;
	width: 0;
}
.arrow-left:after  {
	margin-top: 0;
	-ms-transform: rotate(130deg);
	-moz-transform: rotate(130deg);
	-o-transform: rotate(130deg);
	-webkit-transform: rotate(130deg);
	transform: rotate(130deg);
}
.arrow-down,
.arrow-up {
	display: inline-block;
	position: relative;
	padding: 0 19px 0 0;
}
.arrow-down:after,
.arrow-down:before {
	border-right: 1px solid;
	content: '';
	display: block;
	height: 6px;
	margin-top: -1px;
	position: absolute;
	-ms-transform: rotate(41deg);
	-moz-transform: rotate(41deg);
	-o-transform: rotate(41deg);
	-webkit-transform: rotate(41deg);
	transform: rotate(41deg);
	right: 0;
	top: 50%;
	width: 0;
}
.arrow-down:after { 
	-ms-transform: rotate(139deg);
	-moz-transform: rotate(139deg);
	-o-transform: rotate(139deg);
	-webkit-transform: rotate(139deg);
	transform: rotate(139deg);
	right: 3px;
}
.arrow-up:after,
.arrow-up:before {
	border-right: 1px solid;
	content: '';
	display: block;
	height: 6px;
	margin-top: -1px;
	position: absolute;
	-ms-transform: rotate(139deg);
	-moz-transform: rotate(139deg);
	-o-transform: rotate(139deg);
	-webkit-transform: rotate(139deg);
	transform: rotate(139deg);
	right: 0;
	top: 50%;
	width: 0;
}
.arrow-up:after { 
	margin-top: -1px;
	-ms-transform: rotate(41deg);
	-moz-transform: rotate(41deg);
	-o-transform: rotate(41deg);
	-webkit-transform: rotate(41deg);
	transform: rotate(41deg);
	right: 4px;
}
h1 { 
	font-size: 2.70em;
	font-weight: 300;
	line-height: 1;
	letter-spacing: -0.05rem;
}
h2 { 
	font-size: 2rem;
}
h3 {
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 1;
}
h4 {
	font-size: 1.438rem;
	font-weight: 300;
	line-height: 1;
	color: #000000;
}
h5 {
	font-size: 1.2rem;
}
h6 {
	font-size: 0.875rem;
	font-weight: 600;
}
p.small,
span.small,
div.small { 
	font-size: 0.813rem;
	color: #7A9ABB;
}
p.x-small { 
	font-size: 0.6875rem;
	color: #BBCBDC;
}
a.small {
	font-size: 0.813rem !important;
}
a.underline {
	text-decoration:  underline;
}
.block { display: block; }
.truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;	
}
.flushrow {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.flush-left {
	padding-left: 0 !important;
}
.flush-right {
	padding-right: 0 !important;
}
.no-margin {
	margin: 0;
}
.nobr {
	white-space: nowrap;
}
.center {
	text-align: center;
}
.no-display {
	display: none;
}
.highlighted {
	color: #ea1818;
}
.a11y {
	clip: rect(1px, 1px, 1px, 1px);
	width: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute;
}
.arrow-box { 
	position: relative;
	background: #FFF;
} 
.arrow-box:after {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	bottom: 100%; 
	left: 50%; 
	border-color: transparent;
	border-style: solid;
	content: " "; 
	height: 0; 
	width: 0; 
	position: absolute; 
	/*pointer-events: none; */
	border-color: rgba(255, 255, 255, 0); 
	border-top-color: #00b9df; 
	border-width: 14px; 
	margin-left: -6px; top:0px;
}
.account-dropdown .arrow-box:after { border-top-color: #01588d;  }

span.view-more {
	color: #27ccc0;
	cursor: pointer;
}
.pointer {
	cursor: pointer;
}
/* Form fields */
.form-list {
	list-style: none;
	position: relative;
	margin: 0 auto;

}
.form-list:before,
.form-list:after {
	content: ' ' !important;
	display: table !important;
}
.form-list:after,
.form-list .control {
	clear: both !important;
}
.radio {
	margin-left: 11px !important;
}
input {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
input[type="checkbox"] {
	/*margin-left: 10px !important;*/
}
input[type="radio"] + label {
	/*margin-left: 5px !important;*/
}
.form-list ul {
	list-style: none;
	margin-left: 0;
}
.form-list .field,
.form-list li {
	position: relative;
	float: left;
	width: 100%;
	margin: 0px 0px 10px;
}
.form-list .fields {
	width: 100% !important;
}
.form-list .field:after,
.form-list li:after {
	content: '.';
	clear: both;
	display: block;
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
}
label,
.field label,
.form-list label,
.custom-label {
    display: block;
    color: #1D548C!important;
	font-size: 16px!important;
	cursor: default;
    margin: 0 0 6px;
}
.field label em,
.form-list label em {
	float: right;
	padding: 0 2px;
	color: #FF1356;
    font-style: normal;
}
.form-list .narrow {
	max-width: 250px; margin-right:15px;
}
.form-list .control {
	margin-top: 5px;
	margin-bottom: 15px;
}
.form-list .control:last-child {
	margin-bottom: 15px;
}
.input-box {
	width: 100%;
/*	height: 6px;
	border-left: 1px solid #d3d3d3;
	border-right: 1px solid #d3d3d3;
	border-bottom: 1px solid #d3d3d3;
	position: relative;
	transition: border-color 0.25s ease-in-out 0s;
	margin: 2rem 0 0.813rem; */
}
.input-box-select {
	width: auto;
	height: auto;
	border: none;
    margin: 0;
}
.select-list > label {
	/*display: inline-block;
	position: relative;
	color: #27ccc0;
	font-weight: 400;
	font-size: 0.8125rem;
	top: -6px; left:0px; margin-bottom:5px;*/
}
/* this rule hides Chrome's autocomplete yellow background */
/* if you form background is other than white, change the color accordingly */
input:-webkit-autofill,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
}
/* autocomplete for reviews */
.review-product-list input:-webkit-autofill,
.review-product-list input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #f4f4f4 inset !important;
}
.input-box:hover {
	border-color: #afafaf !important;
}
.input-box.focus,
.input-box textarea:focus {
	border-color: #27ccc0 !important;
}
.input-box textarea {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	max-width: 100%; height:120px;
}
.input-box.textarea {
	border: none !important;
	height: auto;
	margin-top: 20px;
}
.input-range {
	width: 100px !important;
}
.input-range small {
	font-size: 80%;
	position: absolute;
	top: 40%;
	right: -3rem;
	color: #777777;
}
label.textarea {
	top: 25px;
}
.input-box.checkbox {
	position: relative;
	display: inline-block;
	border: none !important;
	height: auto;
	width: auto;
	margin: 0;
	padding-right: 2px;
}
label.checkbox,
.control label {
	/*position: relative;left: 0;*/
	display: inline-block;
	margin-top: -1px;

}
.form-box {
	margin: 10px auto;
	padding:20px 30px 0px;
	max-width: 420px;
    background: #d1e8f5;
	/*-webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.1);
	-moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.1);
	box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.1);
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;*/
}
.form-box.wide {
	padding: 25px 0 18px;
	max-width: 360px;
    background: transparent;
}
.form-box.wide .control {
	width: 100% !important;
}
.form-box .buttons-set {
	position: relative;
	background: #f4f4f4;
	margin: 5px -30px 0;
	padding: 15px 20px;
	text-align: center;
}
.form-box.wide .buttons-set {
	margin: 10px 0 -18px -30px;
}
.form-box.wide .form-list .field,
.form-box.wide .form-list li {
	width: 250px;
}

.checkout-onepage-success .form-box.wide {
    padding: 0 0 45px; margin: 0 auto;
    text-align: center; font-size: 16px;
}
.checkout-onepage-success .form-box.wide .sub-title {
    font-family: 'OpenSans-Bold', Arial, sans-serif;
    color: #1D548C; font-size: 22px;
    text-transform: uppercase; letter-spacing: -0.03em;
    border-bottom: #BBD384 solid 1px;
    padding: 0 0 16px; margin: 0 0 19px;
}
.checkout-onepage-success .form-box.wide p {
    margin: 12px 0; line-height: 28px;
}
.checkout-onepage-success .form-box.wide p a,
.checkout-onepage-success .form-box.wide p span {
    display: block; margin: 12px 0 0;
    font-family: 'OpenSans-Semibold', Arial, sans-serif;
    color: #8EB633;
}
.checkout-onepage-success .form-box.wide .buttons-set {
    background: transparent;
    padding: 10px 0; margin: 0!important;
}
.chosen-drop li {
	width: 100% !important;
}
.form-list li.wide {
	clear: both;
	width: 100% !important;
	padding-right: 30px;
}
.form-box .buttons-set .button {
	display: block;
	margin: 0 auto 12px;
}
.form-box .buttons-set a {
    font-size: 16px;
	text-decoration: underline; color: #00A8FF;
	transition: color 150ms ease-out 0s;
}
.form-box .buttons-set a:hover {
	color: #27ccc0;
	text-decoration: underline;
}
.form-box p.required {
	color: red;
	margin: -12px 0 8px;
	text-align: right;
	font-size: 0.688rem;
}
.validation-advice {
	position: absolute;;
	background: #ffffff;
	font-size: 0.688rem !important;
	color: #ea1818;
	line-height: 0.750rem;
	border: 1px solid #f0f0f0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	top: 100%;
	padding: 4px;
	-webkit-box-shadow: 0 0 8px 0 rgba(50, 50, 50, 0.4);
	-moz-box-shadow: 0 0 8px 0 rgba(50, 50, 50, 0.4);
	box-shadow: 0 0 8px 0 rgba(50, 50, 50, 0.4);
	z-index: 100;
}
.validation-advice:after {
	-moz-border-bottom-colors: none;
  	-moz-border-left-colors: none;
  	-moz-border-right-colors: none;
  	-moz-border-top-colors: none;
	bottom: 100%; 
	left: 15%; 
	border-color: transparent;
	border-style: solid inset inset;
	content: " "; 
	height: 0; 
	width: 0; 
	position: absolute; 
	/*pointer-events: none; */
	border-color: rgba(255, 255, 255, 0); 
	border-bottom-color: #ffffff; 
	border-width: 6px; 
	margin-left: -6px;
}
.textarea .validation-advice {
	top: 100%;
}
.chosen-container-multi
.chosen-choices {
	display: block;
}
.chosen-choices .search-field:after {
	content: none;
	clear: none;
}
.chosen-choices li {
	width: auto !important;
}
.chosen-choices,
.search-choice {
	position: relative;
	font-size: 0.875rem !important;
	height: auto !important;
	width: auto !important;
	line-height: 0.875rem !important;
}
.chosen-choices {
	border-color: #d3d3d3 !important;
}
.search-choice {
	margin: 3px 0 3px 5px !important;
	padding: 3px 20px 3px 5px !important;
}
.chosen-choices .search-field input {
	height: 1.625rem !important;
	top: 0 !important;
	width: auto;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	background: url("https://shopsolutions.co.nz/skin/frontend/intenso/default/images/chosen-sprite.png") no-repeat -42px 1px rgba(0, 0, 0, 0) !important;
	line-height: 12px !important;
	padding: 0 !important;
}
.regular-field > label {
	position: relative;
	margin-bottom: 0.750rem;
}
.regular-field > div {
	position: relative;
}
/* UL links */
.links-list {
/*	display: block;
	list-style: none !important;
	margin: 10px 0 !important;
	padding: 0;
	font-family: 'Open Sans', sans-serif !important;
	font-size: .875rem !important;
	line-height: 1 !important;
	-webkit-transition: all 300ms ease-out;
  	-moz-transition: all 300ms ease-out;
  	transition: all 300ms ease-out; */
}
.links-list li {
	position: relative;
	float: none;
	line-height: 18px;
	padding: 0px;
	margin: 0px;
}
.links-list li:hover > a:before {
	content: "";
	position: absolute;
	display: inline;
	width: 3px;
	margin-top: 0;
	vertical-align: middle;
	top: 0;
	left: 0;
	bottom: 0;
	background: #27ccc0; display:none;
}
.links-list li:hover a {
	color: #222222;
	background: #ffffff;
}
.links-list li:active > a {
	color: #27ccc0;
}
.links-list li a {
	display: block;
	padding: 0px;
	color: #777777;
	line-height: 16px;
	margin: 0px;
	transition: color 150ms ease-out 0s;
}
.simple-nav,
.orbit-bullets-container {
	position: relative;
	display: block;
	padding: 0;
	width: 100%;
	list-style: none;
	line-height: 1px;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.simple-nav ul,
.orbit-bullets-container ol {
	margin: 0 auto !important;
	background: transparent !important;
	display: inline !important;
	line-height: 1px !important;
	-webkit-tap-highlight-color: transparent;
}
.simple-nav li,
.orbit-bullets-container li {
	display: inline-block !important;
	position: relative;
	width: 20px !important;
	height: 18px !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
	float: none !important;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
}
.simple-nav li {
	width: 18px !important;
}
.simple-nav li.active,
.orbit-bullets-container li.active {
	cursor: default;
}
.simple-nav li:before,
.orbit-bullets-container li:before {
    border: #BBCBDC solid 1px;
    border-radius: 100%;
    content: "";
    display: block;
}
.orbit-bullets-container li:before {
    height: 7px !important;
    margin: 3px 0 3px 6px;
    width: 7px !important;
}
.simple-nav li:before {
    height: 12px !important;
    margin: 3px;
    width: 12px !important;
}
.orbit-bullets-container li.dark:before {
	/*background: #ffffff !important;*/
}
.simple-nav li.active:before,
.orbit-bullets-container li.active:before {
    background: #bbcbdc none repeat scroll 0 0;
    border: 1px solid #bbcbdc !important;
    border-radius: 100%;
    content: "";
}

.orbit-bullets-container li.active:before {
    height: 7px !important;
    margin: 3px 0 3px 6px;
    width: 7px !important;
}
.simple-nav li.active:before {
    height: 12px !important;
    margin: 3px;
    width: 12px !important;
}
.orbit-bullets-container li.dark.active:before {
	/*background: transparent !important;
	border: 1px solid #ffffff !important;*/
}
.orbit-bullets {
	top: auto !important;
}
.orbit-bullets li {
	background: transparent !important;
}

/* Text-Boxes Icon styles */
.text-box-with-icon section > span,
.icon-highlighted,
.icon-circle,
.icon-solidcircle,
.icon-square,
.icon-solidsquare {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	font-size: 1.563rem;
	line-height: 2.438rem;
	width: 2.625rem;
	height: 2.625rem;
}
.icon-highlighted,
.icon-circle,
.icon-square {
	border: 2px solid;
	color: #27ccc0;
	border-color: #27ccc0;
}
.icon-highlighted,
.icon-circle,
.icon-solidcircle {
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;
}
.icon-square,
.icon-solidsquare { 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.text-box-with-icon .button {
	margin: 10px 0 0 0;
}
.text-box-with-icon.box-left [class^="icon-"], 
.text-box-with-icon.box-left [class*=" icon-"],
.text-box-with-icon.box-left .button,
.text-box-with-icon.box-left .arrow-right {
	float: left;
}
.text-box-with-icon.box-left h4,
.text-box-with-icon.box-left p.textbox-text {
	text-align: left;
}
/* Additional alignment corrections for some icons */
.icon-puzzle.icon-highlighted {
	line-height: 2.313rem;
}
/* Text box with icon */
.text-box-with-icon {
	padding-top: 3.125rem;
	padding-bottom: 5.625rem;
}
.text-box-with-icon section {
	text-align: center;
	padding-top: 2.50rem;
}
.text-box-with-icon section > span {
	margin: 0 0 15px;
}
.text-box-with-icon section > img {
	margin-bottom: 0.8125rem;
}
.text-box-with-icon section h4 {
	margin-bottom: 0.625rem;
}
.text-box-with-icon section p {
	line-height: 1.5rem;
	margin-bottom: 0.375rem;
}
.text-box-with-icon section a {
	font-size: 0.875rem;
}
.text-box-with-icon section.box-1 .icon-highlighted {
	color: #27ccc0;
	border-color: #27ccc0;
}
.text-box-with-icon section.box-2 .icon-highlighted {
	color: #a1ba16;
	border-color: #a1ba16;
}
.text-box-with-icon section.box-3 .icon-highlighted {
	color: #ea1818;
	border-color: #ea1818;
}
.page-print {
	background: #ffffff;
}
/* color clases */
.red {
	color: #ea1818 !important;
	border-color: #ea1818 !important;
} 
.orange {
	color: #F9690E !important;
	border-color: #F9690E !important;
}
.blue {
	color: #1E8BC3 !important;
	border-color: #1E8BC3 !important;
}
.turquoise {
	color: #27ccc0 !important;
	border-color: #27ccc0 !important;
}
.yellow {
	color: #F39C12 !important;
	border-color: #F39C12 !important;
}
.green {
	color: #a1ba16 !important;
	border-color: #a1ba16 !important;
}
.black {
	color: #000000 !important;
	border-color: #000000 !important;
}
.white {
	color: #ffffff !important;
	border-color: #ffffff !important;
}
.gray,
.grey {
	color: #95A5A6 !important;
	border-color: #95A5A6 !important;
}
.purple {
	color: #8E44AD;
	border-color: #8E44AD !important;
}
.pink {
	color: #F1A9A0 !important;
	border-color: #F1A9A0 !important;
}
/* global messages */
.messages,
.messages ul {
	list-style: none;
	margin-left: 0;
}
.messages li:first-child {
	margin: 20px 0 0 !important;
}
.messages > li > ul {
	margin: 0;
}
.modal-action {
	margin-top: 20px;
}
.modal-action .button {
	margin: 0;
}
.msg-warning {
	background: #fcefbb;
	color: #222222 !important;
	font-weight: normal !important;
	margin: 20px 0 30px;
	padding: 10px 20px 10px 68px;
}
.msg-warning:before {
	content: "\e621";
	font-family: "intenso";
	font-size: 2.250rem;
	line-height: 3rem;
	position: absolute;
	color: #EB974E;
	top: 1.250rem;
	left: 1.875rem;
}
/* CSS spinner */
.spinner {
	position: relative;
}
.spinner:before {
	content: "";
	z-index: 1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0.6;
}
.spinner:after {
	z-index: 2;
	content: "";
	height: 32px;
	width: 32px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -16px;
	-webkit-transition: all .75s ease 0s;
	transition: all .75s ease 0s;
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;
	-webkit-animation: standard .75s infinite linear;
	animation: standard .75s infinite linear;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	border-right: 3px solid #777777;
	border-top: 3px solid #777777;
	border-left: 3px solid #999999;
	border-bottom: 3px solid #bbbbbb;
}
/* (cs)spinner standard rotation animation */
@-webkit-keyframes standard {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes standard {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.catalog-product-view .columns .medium-5 {
	width: 33.667%;
}
.catalog-product-view .columns .medium-7 { 
  width: 63.333%;
}
.contact-us .contact-us-top .contact-text ul li,
.cms-contact-us #contactForm .form-list li  {
	background: none; 
    padding: 0;
}
.row.breadcrumbs-wrapper {
}
.cms-page-view.cms-contact-us .contact-text ul {
  margin: 0;
  padding: 5px 0 0;
}

/* Small screens */
@media only screen and (max-width: 40em) {
	h1 { 
		font-size: 1.5rem;
		font-weight: 400;
		line-height: 1 ;
		margin-bottom: .3rem;
	}
	h2 { 
		font-size: 2rem;
	}
	h3 {
		font-size: 1.250rem;
		letter-spacing: -0.05rem;
	}
	h4 {
		font-size: 1.25rem;
	}
	h5 {
		font-size: .875rem ;
		line-height: 1.2 ;
	}
	h6 {
		font-size: 1rem;
	}
	/* Text box with icon */
	.text-box-with-icon {
		padding-top: 0.5rem;
		padding-bottom: 3rem;
		max-width: 472px !important;
	}
	.text-box-with-icon section > span {
		margin: 0 0 10px;
	}
	/* Forms */
	.form-box {
		margin: 10px auto;
		padding: 30px 20px 0;
	}
	.form-box.wide {
		padding: 25px 20px 18px;
		max-width: 420px;
	}
	.form-box.wide .form-list .field,
	.form-box.wide .form-list li {
		width: 100%;
	}
	.form-box .buttons-set,
	.form-box.wide .buttons-set {
		margin: 10px -20px -18px;
	}
	.form-list li.wide {
		padding-right: 0;
	}
}
/* Only Medium screens */
@media only screen and (min-width: 40.063em) and (max-width: 48em) {
	h1 { 
		font-size: 2rem;
		font-weight: 300;
		line-height: 1;
		margin-bottom: .3rem;
	}
	h2 { 
		font-size: 2rem;
	}
	h3 {
		font-size: 1.250rem;
		letter-spacing: -0.05rem;
	}
	h4 {
		font-size: 1.25rem;
	}
	h5 {
		font-size: 0.938rem;
		line-height: 1.2;
	}
	h6 {
		font-size: 1rem;
	}
	.hero.narrow h1 {
		font-size: 1.250rem;
		font-weight: 400;
	}
	.cta-ribbon h1 {
		font-size: 1.563rem !important;
	}
}
@media only screen and (min-width: 48.063em) and (max-width: 64em) {
	h1 { 
		font-size: 2.375rem;
		font-weight: 300;
		line-height: 1;
		margin-bottom: .3rem;
	}
	h2 { 
		font-size: 2rem;
	}
	h3 {
		font-size: 1.250rem;
		letter-spacing: -0.05rem;
	}
	h4 {
		font-size: 1.25rem;
	}
	h5 {
		font-size: 1.063rem;
		line-height: 1.250;
	}
	h6 {
		font-size: 1rem;
	}
	.hero.narrow h1 {
		font-size: 1.875rem;
	}
	.cta-ribbon h1 {
		font-size: 1.875rem !important;
	}
}
@media only screen and (min-width: 40.063em) {
	.text-box-with-icon.two-boxes section.box-1 {
		padding-right: 2%;
	}
	.text-box-with-icon.two-boxes section.box-2 {
		padding-left: 2%;
	}
	.text-box-with-icon.image-up section.box-1 {
		padding-right: 2.1%;
	}
	.text-box-with-icon.image-up section.box-2 {
		padding-left: 1.5%;
		padding-right: 1.5%;
	}
	.text-box-with-icon.image-up section.box-3 {
		padding-left: 2.1%;
	}
}
@media only screen and (min-width: 64.063em) and (max-width: 79em) {
	.cta-ribbon h1 {
		font-size: 2.188rem !important;
	}
}
/*******************************************************************************************************/
/***   2)	 FOUNDATION OVERRIDES																	 ***/
/*******************************************************************************************************/

body {
	color: #333333;
}
.row {
	padding-left:0px;
	padding-right: 0px;
}
.row,
.off-canvas-wrap { 
	max-width: 100%;
	min-width: 100%;
}
.row .row {
	margin: 0 -3%;
}
.off-canvas-wrap {
	position: relative;
	-webkit-box-shadow: 0 0 8px 0 rgba(50, 50, 50, 0.4);
	-moz-box-shadow: 0 0 8px 0 rgba(50, 50, 50, 0.4);
	box-shadow: 0 0 8px 0 rgba(50, 50, 50, 0.4);
	margin: 0 auto;
	background: #ffffff;
}
.inner-wrap {
	position: relative;
	overflow: hidden;
}
.column,
.columns {
	padding-left: 0;
	padding-right: 0;
}
.column .column,
.columns .columns {
	padding-left: 0;
}
.top-bar-section,
.top-bar-section ul li > a,
.side-nav,
.side-nav li.active > a:first-child:not(.button) {
	font-size: 13px;
	font-weight: 400;
}
.top-bar-section ul li > a:hover {
	-webkit-tap-highlight-color: transparent;
}
.top-bar-section .has-dropdown-for-large > a:after {
	position: absolute;
	right: -20px; 
}
.top-bar-section .has-dropdown > a:after,
.top-bar-section .has-dropdown-for-large > a:after {
	content: "";
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #cecece;
	border-style: solid;
	border-width: 0 0 7px 6px;
	margin-top: -0.5px;
	top: 24px;
	margin-right:10px;
}
.top-bar-section .has-dropdown:hover > a:after,
.top-bar-section .has-dropdown-for-large:hover > a:after {
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #27ccc0;	
}
.top-bar-section li.active:not(.has-form) a:not(.button) {
	color: #27ccc0;
	line-height: 35px;
}
.top-bar-section li.active:not(.has-form) a:not(.button):hover {
	background: inherit;
}
.top-bar-section ul.right li > a {
	font-size: 0.937rem;
	font-weight: 400;
}
.top-bar-section .dropdown li.title h5 a {
	line-height: inherit;
}
table tr th, table tr td {
	border: none;
    vertical-align: top;
}
table tr th {
    font-family: 'OpenSans-Bold', Arial, sans-serif;
    line-height: 30px;
    font-size: 22px;
    font-weight: normal;
    color: #1D548C; text-align: left;
    text-transform: uppercase;
    border-bottom: #BBD384 solid 1px;
    padding: 19px 10px;
}
table tr td {
    color: #0B2A49;
    font-size: 16px;
    padding: 15px 10px;
}
table tr th:first-child, table tr td:first-child {padding-left: 0;}
table tr th:last-child, table tr td:last-child {padding-right: 0;}

table tr:first-child td {padding-top: 30px;}
table tr:last-child td {padding-bottom: 30px;}

table  {border-spacing: 0; border: none;}
table td img {
	max-width: none;
}
.parent-link.js-generated {
	display: none !important;
}
.a-center {text-align: center!important;}
.a-left {text-align: left!important;}
.a-right {text-align: right!important;}
/* Buttons */
button,
.button {
	background: #27ccc0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	font-size: 1rem;
	font-weight: normal !important;
	padding: 0.313rem 1.375rem; text-decoration:none; text-transform:uppercase;
}
button.tiny, .button.tiny,
.wishlist-index-index .buttons-set2 .button {
/*	font-size: 0.75rem;
	padding:7px 10px;
	font-weight: 600 !important;
	border: none !important;*/
}
button.small, .button.small {
	font-size: 0.813rem;
	padding: 0.313rem 1.4rem;
	font-weight: 600 !important;
	border: none !important;
}
button.large, .button.large {
	font-size: 1.375rem;
	padding: 0.563rem 1.625rem 0.750rem;
	font-weight: 600 !important;
	border: none !important;
}
button.alert, .button.alert {
	background: #EA1818;
	border: none !important;
}
button.alert:hover, .button.alert:hover, button.alert:focus, .button.alert:focus {}
button.disabled, button[disabled], .button.disabled, .button[disabled] {}
button.disabled:hover, button.disabled:focus, button[disabled]:hover,
button[disabled]:focus, .button.disabled:hover, .button.disabled:focus,
button[disabled]:hover, .button[disabled]:focus {}
button.ghost, .button.ghost {
	background: transparent !important;
	color: #333333 !important;
	border: 2px solid #333333 !important;
	padding: 0.188rem 1.125rem;
	transition: all 300ms ease-out 0s;
}
button.ghost.small, .button.ghost.small {
	padding: 0.188rem 1.25rem;
}
button.ghost.tiny, .button.ghost.tiny {
	padding: 0rem 0.5rem;
}
button.ghost.large, .button.ghost.large {
	padding: 0.5rem 1.25rem;
}
button.ghost:hover, .button.ghost:hover, button.ghost:focus, .button.ghost:focus {
	color: #000000 !important;
	border: 2px solid #000000 !important;
}
button.ghost.light, .button.ghost.light {
	background: transparent !important;
	color: #ffffff !important;
	border: 2px solid #ffffff !important;
}
button.ghost.light:hover, .button.ghost.light:hover, button.ghost.light:focus, .button.ghost.light:focus {
	color: #27ccc0 !important;
	border-color: #27ccc0 !important;
}
.buttons-set a.cancel {
	margin: 0 0 0 15px;
}
/* Orbit Slider */
.orbit-container .orbit-slides-container.fade > li {
	transition: none; /* Corrects flickering bug */
}
.hero-text {
	visibility: hidden;
}
.orbit-wrapper {
	min-height: 200px;
}
.orbit-container li .slide-link {
	display: block;
	width: 100%; 
	height: 100%;
}

.touch .featured-prev,
.touch .featured-next
.touch .brand-prev,
.touch .brand-next {
  /*display: none !important;*/
}
/* Tooltips */
.has-tip {
	font-weight: normal;	
}
.has-tip:hover, .has-tip:focus {
	color: #27ccc0;
}
.tooltip {
	font-size: 0.750rem;
	line-height: 1.3;
	padding: 0.250rem 0.75rem;
	color: #000;
	background: #ffed9f;
	margin-top: -3px;
	-webkit-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.2);
	-moz-box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.2);
	box-shadow: 1px 1px 3px 0px rgba(50, 50, 50, 0.2);
	z-index: 1000;
}
.tooltip > .nub {
	border-color: transparent transparent #ffed9f transparent;
}
.tooltip.tip-top {
	margin-top: 6px;
}
.breadcrumbs {
	background: transparent;
	border: none;
	margin: 15px 0;
}
.breadcrumbs ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.breadcrumbs ul li {
	display: inline-block;
	font-size: 14px !important;
	font-weight: normal !important; margin:0px;
    line-height: 19px;
}
.breadcrumbs ul li a,
.breadcrumbs ul li span {
	color: #0B2A49;
	padding-right: 5px;
	text-transform: none;
}
.breadcrumbs ul li span {
	color: #1D548C;
    position: relative; top: 1px;
}
.breadcrumbs > *:hover a, .breadcrumbs > *:focus a {
  text-decoration: none;
}
.breadcrumbs ul li a:hover {
	color: #1D548C;
}
.breadcrumbs ul li strong {
    font-family: 'OpenSans', Arial, sans-serif;
	font-weight: normal;
	color: #1D548C;
	text-transform: none;
}
/* Form elements */
select {
	height: 2rem;
	padding: 0.3rem;
}
input[type="file"], 
input[type="checkbox"], 
input[type="radio"], select {
	margin: 0;
}
.label {
	font-family: 'Open Sans', sans-serif;
	background: transparent;
	text-align: left;
}
/* Magellan */
.sub-nav {
	padding: 0 3%;
}
.sub-nav dt,
.sub-nav dd,
.sub-nav li {
	font-family: "Open Sans", sans-serif;
	padding: 0 1.125rem 0 0;
	font-size: 15px;
	margin-left: 0;
}
.sub-nav dt a, 
.sub-nav dd a, 
.sub-nav li a {
	display: block;
	padding: 0 0.750rem;
	color: #333333;
	height: 60px;
	line-height: 60px !important;
}
.sub-nav dt a:hover, 
.sub-nav dd a:hover, 
.sub-nav li a:hover {
	color: #27ccc0;
}
.sub-nav dt.active a, 
.sub-nav dd.active a, 
.sub-nav li.active a {
	background: #bbbbbb;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0 0.750rem;
}
.sub-nav dt.active a:hover, 
.sub-nav dd.active a:hover, 
.sub-nav li.active a:hover {
	background: #bbbbbb;
	color: #ffffff;
}
.magellan-nav dt {
	display: none;
}
.catalog-product-view .magellan-nav .sub-nav dd.active a,
.catalog-product-view .magellan-nav .sub-nav dd.active:hover a {
	color: #ffffff !important;
}
[data-magellan-expedition], 
[data-magellan-expedition-clone] {
	padding: 1px 10px 0;
	height: 57px !important;
}
[data-magellan-expedition = "fixed"] {
	-webkit-box-shadow: 0px 8px 6px 0px rgba(100, 100, 100, 0.1);
	-moz-box-shadow: 0px 8px 6px 0px rgba(100, 100, 100, 0.1);
	box-shadow: 0px 8px 6px 0px rgba(100, 100, 100, 0.1);
}
/* Tables */
.data-table .label {
	background: transparent;
	text-align: left;
	color: #222222;
	display: table-cell !important;
	line-height: 1rem !important;
	font-family: inherit;
	font-size: 0.875rem !important;
	font-weight: bold;
	padding:10px;
	white-space: normal !important; 
}
table tr.even, 
table tr.alt, 
table tr:nth-of-type(2n) {
	background: transparent !important;
}
/* Reveal */
.reveal-modal-bg {
	z-index: 1002;
}
dialog, .reveal-modal {
	z-index: 1003; max-width:450px; left:0px; right:0px; margin:0px auto !important; padding:20px; 
}
.exitintent-popup h2 { font-size:28px; line-height:30px;}
.exitintent-popup h4 { font-size:16px; line-height:21px;}
/*.exitintent-popup .block-content { width:90% !important;}*/
.exitintent-popup .block-content br { display:none;}
dialog .close-reveal-modal, 
.reveal-modal .close-reveal-modal {

}
.close-reveal-modal {
    position: absolute;;
    top: 29px; right: 26px;
    width: 40px;
    height: 40px;
    text-align:center;
    padding: 0;
    font-size: 26px;
    color: #7A9ABB;
    display: block;
    cursor: pointer;
    text-decoration: none;
    overflow: hidden;
}
/* side nav */
.side-nav li a:not(.button) {
	color: #27ccc0;
}
.side-nav li a:hover:not(.button), 
.side-nav li a:focus:not(.button) {
	color: #23afa1;
}
.side-nav li.active > a:first-child:not(.button) {
	color: #222222;
}
@media only screen and (min-width: 800px) {
    .top-bar-section ul li:hover > a,
    .top-bar-section ul li:active > a,
    .top-bar-section ul li > a:hover,
    .top-bar-section ul li > a:active {
        color: #fff !important;
        -webkit-tap-highlight-color: transparent;
    }
}
@media only screen and (min-width: 40.063em) {
	.tooltip > .nub {
		border-color: transparent transparent #ffed9f transparent; }
 	.tooltip.tip-top > .nub {
		border-color: #ffed9f transparent transparent transparent; }
  	.tooltip.tip-left > .nub {
		border-color: transparent transparent transparent #ffed9f; }
	.tooltip.tip-right > .nub {
		border-color: transparent #ffed9f transparent transparent; }
	.orbit-container.full-screen img {
		display: none;
	}
	.orbit-container.full-screen li {
		height: 100%;
		background-size: cover;
	}
}
/* Small screens */
@media only screen and (max-width: 40em) {
	.inner-wrap {
		overflow: visible;
	}
	.parent-link.js-generated {
		display: block !important;
	}
	.parent-link.js-generated:before {
		content: 'View All ';
	}
	button, .button {
		font-size: 0.75rem;
		padding: 0.188rem 0.938rem 0.250rem;
	}
	button.tiny, .button.tiny {
/*			font-size: 0.625rem;
	padding: 0.125rem 0.688rem 0.188rem;*/
	}
	button.small, .button.small {
		font-size: 0.75rem;
		padding: 0.188rem 0.938rem 0.250rem;
	}
	button.large, .button.large {
		font-size: 1rem;
		padding: 0.313rem 1.4rem;
	}
	button.ghost, .button.ghost {
		padding: 0.125rem 0.938rem;
	}
	button.ghost.tiny, .button.ghost.tiny {
		padding: 0.0625rem 0.5rem;
	}
	button.ghost.small, .button.ghost.small {
		padding: 0.125rem 0.938rem 0.125rem;
	}
	button.ghost.large, .button.ghost.large {
		padding: 0.1875rem 1.25rem;
	}
	.orbit-container.full-screen li {
		background-image: none !important;
	}
}
/* Only Medium screens */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	button,
	.button {
		font-size: 0.875rem;
/*		padding: 0.188rem 0.938rem 0.250rem;*/
	}
	button.tiny, .button.tiny {
/*		font-size: 0.688rem;
		padding: 0.188rem 0.813rem; */
	}
	button.small, .button.small {
		font-size: 0.875rem;
		padding: 0.188rem 0.938rem 0.250rem;
	}
	button.large, .button.large {
		font-size: 1.125rem;
		padding: 0.563rem 1.4rem 0.750rem;
	}
	button.ghost, .button.ghost {
		padding: 0.0625rem 0.9375rem 0.125rem;
	}
	button.tiny.ghost, .button.tiny.ghost {
		font-size: 0.688rem;
		padding: 0.0625rem 0.9375rem !important;
	}
	button.small.ghost, .button.small.ghost {
		font-size: 0.875rem;
		padding: 0.0625rem 0.9375rem;
	}
	button.large.ghost, .button.large.ghost {
		font-size: 1.125rem;
		padding: 0.5rem 1.25rem 0.5625rem;
	}
}
@media only screen and (max-width: 50em) {
	.magellan-nav {
		display: none;
	}
}
/*******************************************************************************************************/
/***   3)	 CHOSEN JQUERY PLUGIN OVERRIDES															 ***/
/*******************************************************************************************************/
#select_currency_chosen.chosen-container-active .chosen-single span:before,
#select_currency_chosen.chosen-container .chosen-single span:before {
}
.chosen-container-active .chosen-results {
}
.chosen-container-single .chosen-single {
}
.chosen-container-active.chosen-with-drop .chosen-single {
}
.chosen-container-single .chosen-single:before,
.chosen-container-single .chosen-single:after {
/*	content: "";
	position: absolute;
	width: 1px;
	height: 28px;
	top: -3px;
	background: #d3d3d3 !important;	 */
}
.chosen-container-single .chosen-single:before {
}
.chosen-container-single .chosen-single:after {
}
.chosen-container-active .chosen-single:before,
.chosen-container-active .chosen-single:after {
}
.chosen-container-active.chosen-with-drop .chosen-single:before,
.chosen-container-active.chosen-with-drop .chosen-single:after {
}
.chosen-container .chosen-results {
}


/*******************************************************************************************************/
/***   4)	 HEADER 																				 ***/
/*******************************************************************************************************/
.main-header {
	background: #FFF; /* Top header background - This value must be setted from admin */
	z-index: 10 !important;
}

.main-header .row {
	position: relative;
	padding: 0; margin:0;
}

.main-header .top-header {
	z-index: 1001;
}

.main-header .top-head {
    border-bottom: #BBCBDC solid 1px;
    color: #1D548C; padding: 11px 0 14px;
    /*font-size: 16px;*/ font-size: 14px;
}

.main-header .top-head .top-left-header {float: left;}
.main-header .top-head .top-right-header {float: right;}
.main-header .top-head .top-right-header,
.call-title {font-family: 'OpenSans-Bold', Arial, sans-serif;}
.main-header .newsletter-popup, .main-header .account-header {
    display: inline-block;
}
.main-header .top-head .top-right-header a:hover {
    color: #7A9ABB;
}
.main-header .account-header {
    white-space: nowrap;
}
.main-header .account-header .welcome-customer a{
	color: #8EB633;
}
.main-header .account-header .welcome-customer a.sign-in{ color: #1D548C;}
.main-header .account-header .welcome-customer a.sign-in:hover{ color: #7A9ABB;}
.main-header .newsletter-popup {margin-right: 29px;}
.main-header .newsletter-popup a {
    position: relative;
    padding-left: 35px;
}
.main-header .newsletter-popup a:before {
    content: "\e904";
    font-family: 'intenso' !important;
    color: #BBCBDC; font-size: 16px;
    position: absolute;
    left: 0; top: 2px;
}
.main-header .account-header > div a:last-child {
    position: relative;
    padding-left: 11px; margin-left: 7px;
}
.main-header .account-header > div a:last-child:before {
    content: "";
    position: absolute; top: -1px; left: 0;
    display: block; width: 1px; height: 26px;
    background: #BBCBDC;
}

.main-header .left-bot-header {
    float: left;
}
.main-header .center-bot-header {
    float: left;
    width: 48.9361%;
    margin-left: 2.12775%;
}
.main-header .right-bot-header {
    float: right;
}
.main-header .left-bot-header,
.main-header .right-bot-header {
    width: 23.4042%;
}
.main-header .center-bot-header,
.main-header .right-bot-header {
    margin-top: 38px;
}

@media(min-width: 1441px) {
    .main-header .center-bot-header {
        margin-left: 31px;
        width: 690px;
    }
    .main-header .left-bot-header,
    .main-header .right-bot-header {
        width: 330px;
    }
}

.main-header .bot-header {height: 125px;}

.header-minicart {
    position: relative; float: right;
    width: 181px; /*height: 60px; line-height: 60px;*/ height: 50px; line-height: 50px;
    text-align: center;
    background: #F0A901; padding:0 5px;
    white-space: nowrap; text-overflow: ellipsis;
}
.header-minicart #minicart-control {
    display: block;
    color: #FFF; text-transform: uppercase;
    font-family: 'OpenSans-Bold', Arial, sans-serif;
    font-size: 22px;
}
.header-minicart #minicart-control .icon-new-cart {
    position: relative; top: 3px;
    font-size: 27px; margin-right: 22px;
}
.header-minicart #minicart-control .sup {margin-right: 12px;}

.header-minicart .cart-dropdown {
    position: absolute;
    top: 100%; right: 0!important;
    margin: 0!important;
    padding: 15px 0 0;
}

.main-header.smaller .header-minicart .cart-dropdown,
.main-header.smaller .search-autocomplete {
    display: none!important;
}

.header-minicart .cart-dropdown .arrow-box {
    width: 378px!important; margin: 0;
    padding: 22px 30px 30px;
}
.header-minicart .arrow-box {
    background: #FFF; border: #BBCBDC solid 1px;
    box-shadow: none;
}
.header-minicart .arrow-box:after {
    display: none;
}
.header-minicart .cart-dropdown .dropdown-title {
    border-bottom: #8EB633 1px solid!important;
    color: #1D548C; /*font-size: 20px;*/ font-size: 18px;
    font-family: 'OpenSans-Bold', Arial, sans-serif;
    font-weight: normal; text-align: left;
    height: auto; line-height: normal;
    margin: 0; padding: 0 0 9px; text-transform: uppercase;
}
.header-minicart .cart-dropdown .bg-box {
    background: #EAEFF4;
    height: auto; padding: 10px 8px 6px 13px; text-align: center; margin-top: 20px;
}
.header-minicart .cart-dropdown .bg-box table tr td:first-child{
	font-family: 'OpenSans-Semibold', Arial, sans-serif;
}
.header-minicart .cart-dropdown .subtotal, .header-minicart .cart-dropdown .subtotal .price {
    color: #1D548C; font-size: 20px;
}
.header-minicart .cart-dropdown .subtotal .price {
    font-family: 'OpenSans-Bold', Arial, sans-serif !important;
    font-weight: normal; padding: 0;
}
.header-minicart .cart-dropdown .cart-empty {
    color: #1D548C!important; font-size: 16px!important;
    padding: 20px 10px;
}

.main-logo,
.main-logo-small {
	margin: 33px 0 0 0;
}
.main-logo-small {
	display: none;
}
.main-nav .button {
	font-weight: normal !important;
}
.main-nav .button:hover {
	background: #26bcad !important;
}
/* clean header version */
.main-header.clean-header {
	border-bottom: none;
}
.main-header.clean-header .top-header {
	min-height: 80px;
}
.clean-header-wrapper > a {
	line-height: 80px;
}
.clean-header .row {
	padding: 0 3%;
}
.clean-header .main-logo {
	margin: 10px 0;
}
/* Main search form */
.form-search .form-search-box, .form-search .search-input-box {
    position: relative;
}

.form-search .search-input-box {
    padding: 0; border: #BBCBDC solid 1px;
}

.form-search label {
	position: absolute;
	cursor: text;
	top: 8px;
	left: 10px;
	font-weight: 300;
	font-style: italic;
	font-size: 0.875rem;
	color: #aeaeae;
}
.form-search .left,
.form-search .right {
	height: 5px;
	width: 1px;
	top: 30px;
	background-color: #d3d3d3;
	position: absolute;
	transition: background-color 0.25s ease-in-out 0s;
}
.form-search .left {
	left: 0;
}
.form-search .right {
	right: 0;
	float: none !important;
}
.form-search .bottom {
		width: 100%;
		height: 1px;
		background-color: #d3d3d3;
		position: absolute;
		bottom: 0;
		transition: background-color 0.25s ease-in-out 0s;
}
.form-search .input-text {
    font-family: 'DroidSerif', serif;
    color: #7A9ABB;
    padding-left: 23px!important; padding-right: 63px;
    /*border: #BBCBDC solid 1px;*/
    border: none;
	box-shadow: none !important;
	background: transparent !important;
	width: 100%; /*height: 58px;*/ height: 50px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin: 0; /*font-size: 20px;*/ font-size: 18px;
	-webkit-appearance: caret;
	-webkit-tap-highlight-color: transparent;
}
.form-search .input-text:focus {
	box-shadow: none !important;
	background: transparent !important;
}
.form-search .input-text:hover {
	box-shadow: none !important;
}
.form-search .input-text:focus ~ div {
	background-color: #27ccc0 !important;
}
.form-search .input-text:hover ~ div {
	background-color: #afafaf;
}
.form-search .input-text:focus + label {
	display: none;
}
.form-search .search-box {
	position: relative;
	margin-right: 80px;
}
.form-search .action {
	width: 80px;
	float: right;
}
.form-search .button {
	background: transparent;
	width: 40px;
	height: 2.2rem;
	line-height: 2.2rem;
	border: none;
	padding: 0;
	margin: 0;
	float: left;	
}
.form-search .button:hover {
	background: transparent !important;
}
.form-search .button:hover span {
	color: #27ccc0;
}
.form-search .button:focus {
	background: transparent;
    border: none; box-shadow: none;
}
.form-search .button span {
	color: #999999;
	font-size: 20px;
	line-height: 2.2rem;
	transition: color 0.25s ease-in-out 0s;
}
.form-search .sec-menu {
	width: 40px;
	height: 2.2rem;
	padding: 0;
	margin: 0;
	border-left: 1px solid #efefef;
	font-size: 1rem;
	line-height: 2.2rem;
	color: #999999;
	text-align: center;
	float: right;
}
.sec-menu-search-icon-hover {
	color: #ffffff !important;
}
.main-header .icons-for-small {
	padding-right: 0;
}
.form-search .sec-menu:hover,
.main-header .icon-main-menu:hover,
.main-header .icon-cart:hover,
.main-header .icon-user:hover,
.main-header .top-bar li:hover .icon-cart {
	color: #27ccc0;
}
.main-header .icon-cart {
	width: 2rem;
	height: 1.75rem;
	color: #999999;
	line-height: 1.75rem;
	margin: 14px 0 0 0;
	text-align: left;
	font-size: 1.25rem;
	float: right;
}
.main-header .top-bar .icon-cart {
	color: #CECECE;
	width: 30px;
	height:25px;
	font-size:0px;
	padding: 0 5px 0 0;
	border: none;
	float: none; display:inline-block; vertical-align:middle;
	margin: 0; background:url(https://shopsolutions.co.nz/skin/frontend/intenso/default/images/cart-icon.png) 0px 0px no-repeat;
}
.main-header .icon-main-menu {
	color: #999999;
	width: 2.375rem;
	height: 1.75rem;
	line-height: 1.75rem;
	border-left: 1px solid #efefef;
	display: block;
	font-size: 0.95rem;
	margin: 15px 0 0 0;
	text-align: right;
	float: right;
}
.main-header .icon-main-menu:before {
	margin-right: 5px;
}
.main-header .icon-user {
	color: #CECECE;
	width: 2rem;
	height: 1.75rem;
	line-height: 1.75rem;
	border-right: 1px solid #efefef;
	margin: 14px 0 0 0;
	text-align: left;
	font-size: 1.1rem;
	float: right;
}
.top-bar-section .has-dropdown-for-large {
    position: relative;
}
.top-bar-section .has-dropdown-for-large.hover > .dropdown,
.top-bar-section .has-dropdown-for-large:hover > .dropdown,
.no-js .top-bar-section .has-dropdown-for-large:hover > .dropdown {
    display: block;
}
.right-off-canvas-menu.main-nav .dropdown li a:not(.button),
.right-off-canvas-menu.main-nav .dropdown ul.dropdown {
	background: #ffffff !important;
}
/* Secondary Menu - Dropdown */
.sec-menu-dropdown {
	position: absolute;
	padding: 23px 10px 10px;
	background: transparent;
	display: none;
	top: 20px;
	height: auto;
	right: -11px;
}
.sec-menu-dropdown .arrow-box {
	position: relative;
	width: 218px;
	padding: 8px;
	text-align: left;
	clear: both;
}
.sec-menu-dropdown .arrow-box:after {
	left: 90%;
}
.sec-menu-dropdown .links-list li a:before {
	left: -8px;
}
.icon-sec-menu:hover .sec-menu-dropdown {
	display: block;
}
.sec-menu-dropdown .arrow-box .links-list li a,
.account-dropdown .arrow-box .links-list li a {
	padding: 6px 0 6px 6px !important;
}
.sec-menu-dropdown .chosen-container {
	width: 100% !important;
}
.form-language > label {
	display: none;
}

/* Off-canvas menu search form */
.top-bar .form-search {
	margin: 12px auto 0 auto;
}
.top-bar .form-search .input-text:focus {
	border-color: #ffffff !important; 
}
.top-bar .form-search .button:hover span {
	color: #ffffff;
}
.top-bar .form-search .input-text:focus ~ div,
.top-bar .form-search .input-text:focus ~ div {
	background-color: #ffffff !important;
}
.top-bar .form-search .input-text {
	color: #ffffff;
}

.welcome-message {
	font-size: 0.813rem;
	color: #888888;
	line-height: 1.2rem;
}
.welcome-message span {
	font-size: 1rem;
	color: #cecece;
	vertical-align: middle;
	padding-bottom: 0.125rem;
}

/* Main Nav */
.main-nav .name {
	padding: 0 8px 0 15px;
}
.main-nav .top-bar-section ul li a:not(.button) {
	color: #000000;
}
.top-bar.main-nav {
	height: 100%;
	min-height: 100%; padding:0px 0px;
}
/*.top-bar .sup {
	display: block;
	position: absolute;
	color: #999999;
	font-size: 0.8rem;
	font-weight: 300;
	top: -0.6em;
	width: 120px;
	text-transform: none;
}
.top-bar span + .sup {
	left:37px;
}*/
.top-bar-section li:not(.has-form) a:not(.button) {
	text-decoration:none;
}
.top-bar-section ul.left {
	padding-left:0px;
	float: none; width: 100%;
}
.top-bar-section ul.right {
	padding-right:5px;
}
.top-bar-section ul li {
	padding-top:0px; margin:0px;
    float: none; display: inline-block;
}


.main-nav .arrow-box {
	margin-top: 9px;
}
.main-nav .arrow-box:before {
	content: "";
	width: 100%;
	height: 20px;
	background: rgba(255,255,255,0);
	position: absolute;
	top: -15px;
	left: 0;
}

/* Account dropdown */
.account-dropdown {
	background: transparent !important;
	right: auto !important;
	margin: 0 0 0 -36px !important;
}
.account-dropdown .arrow-box {
	width: 208px !important;
	margin-top: 0px;
}

.account-dropdown li a.button.sign-in {
	background: #27ccc0;
	height: 32px;
	font-size: 1rem;
	line-height: 32px;
	padding: 0;
	margin: 0;
	width: 100%;
}
.account-dropdown .bg-box p.small {
	margin: 0 !important;
	padding: 10px 0 0 !important;
	line-height: 1 !important;
}
.right-off-canvas-menu.main-nav .dropdown p.small a,
.left-off-canvas-menu.main-nav .layered-nav a {
	background: transparent !important;
}
.account-dropdown .bg-box p.small a {
	display: inline !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 1 !important;
	color: #27ccc0 !important;
}
.account-dropdown .links-list {
	display: block;
	padding: 0 8px;
	background: #ffffff !important;
}
.account-dropdown .links-list li a:before {
	left: -8px;
}

/* Cart dropdown */
.cart-dropdown {
	background: transparent !important;
	right: 0 !important;
	margin: 0 -6px 0 0 !important;
	overflow: hidden;
	padding: 0px 10px 10px;
}
.cart-dropdown .mini-products-container {margin: 0;}
.cart-dropdown .mini-products-list {
    margin-left: 0; padding: 0;
}
.cart-dropdown .mini-products-list li {
    border-bottom: #BBCBDC solid 1px;
    padding: 15px 0; margin: 0;
}
.cart-dropdown .mini-products-list li .item-image {
    margin: 0 0 0 15px;
    width: 55px;
}
.cart-dropdown .mini-products-list .item-details {
    margin: 0;
}
.cart-dropdown .mini-products-list .item-details .item-name {
    height: auto;
    line-height: 22px;
    margin: 0;
    overflow: hidden;
}
.cart-dropdown .mini-products-list .item-details .item-name a {
    font-family: 'OpenSans-Bold', Arial, sans-serif;
    color: #1D548C !important;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    padding: 0 !important;
    white-space: normal;
}
.cart-dropdown .mini-products-list .item-price .price,
.cart-dropdown .mini-products-list .item-price .quantity {
    color: #0B2A49;
    display: block;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
}
.cart-dropdown .mini-products-list .item-price .price {
    font-family: 'OpenSans-Semibold', Arial, sans-serif;
}
.cart-dropdown .arrow-box {
	width: 322px !important;
	margin-top: 0px;
	padding: 0 0 8px;
}
.cart-dropdown .arrow-box:after { border-top-color: #01588d; left:auto; right:60px; }
.cart-dropdown .dropdown-title {
	position: relative;
	margin: 0;
	padding: 0 14px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #f2f2f2 !important;
	font-size: .875rem;
	font-weight: 600;
	color: #000000;
}
.cart-dropdown .dropdown-title .icon-edit {
	position: absolute;
	display: block !important;
	top: 1px;
	right: 6px !important;
	width: 40px !important;
	height: 36px !important;
	line-height: 36px;
	color: #cecece !important;
	font-size: 1.357em;
	transition: color 150ms ease-out 0s;
}
.cart-dropdown .dropdown-title .icon-edit:hover {
	color: #27ccc0 !important;
}
.cart-dropdown .cart-empty {
	margin: 0;
	padding: 16px 14px;
}
.cart-dropdown .bg-box {
	height: 50px; padding:8px 0px;
}
.cart-dropdown li a.button.viewcart.sign-in {
    background: #F0A901;
    font-size: 22px;
    font-family: 'OpenSans-Bold', Arial, sans-serif;
    color: #FFF; text-transform: uppercase; text-align: center;
    padding: 0 5px; width: 100%; margin: 0;
}
.cart-dropdown li a.button.viewcart.sign-in:hover {
    background: #8EB633;
    border-color: #8EB633;
}
.cart-dropdown .subtotal {
	line-height: 36px;
	margin: 0;
	color: #333; text-align:center;
	font-size: 16px;
}
.cart-dropdown .subtotal .price {
	font-size: 1rem;
	font-weight: 600;
	color: #333333;
	padding: 0 0 0 4px;
}
.sb-cart-dropdown {
	text-align: center;
	margin: 15px 0 0;
}
.sb-cart-dropdown h6 {
	color: #333333;
	margin: 0;
}
.sb-cart-dropdown p {
	margin: 0;
}
.cart-dropdown .mini-products-wrapper {
	position: relative;
	overflow: hidden;
}
.cart-dropdown .mini-products-container {
	position: relative;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
.cart-dropdown .mini-products-list  {
	position: relative;
	display: block;
	padding: 0;
	list-style: none;
	background: transparent;
	width: 322px;
	height: 100% !important;
	float: left;
	background: transparent !important;
}
.cart-dropdown .mini-products-list li {
	float: left;
	padding: 15px 0;
	margin: 0;
	width: 100%; border-bottom:1px solid #BBCBDC;
}
.cart-dropdown .mini-products-list li .item-image {
	padding: 0 !important;
	margin: 0 15px 0 0 !important;
	display: block;
	width: 55px;
	float: left;
}
.cart-dropdown .mini-products-list .item-details {
	float: left;
	width: 132px;
	margin: 0; text-align: left;
}
.cart-dropdown .mini-products-list .item-details .item-name a:hover {
	text-decoration: none;
}
.cart-dropdown .mini-products-list .item-price {
    position: relative;
	float: right;
	width: 82px;
	margin: 0; padding-right: 30px;
	text-align: right;

}
.cart-dropdown .mini-products-list .item-price .mrsp {
	line-height: 0.750;
	margin: 0;
}
.cart-dropdown .mini-products-list .item-price .mrsp .price {
	display: inline-block;
	color: #555555;
}
.cart-dropdown .mini-products-list .item-price .tax-label {
	color: #777777;
	font-size: 0.5rem;
	text-align: right;
	display: block;
}
.cart-dropdown .mini-products-list .item-price .nobr {
	font-size: 0.688rem;
	display: inline-block;
}
.cart-dropdown .mini-products-list .item-price small {
	color: #777777;
	display: inline-block;
	font-size: 0.5rem;
	padding: 4px 0 0;
}
.cart-dropdown .mini-products-list .item-price small .price {
	font-size: 0.688rem;
	color: #777777;
	display: inline-block;
}
.cart-dropdown .mini-products-list .btn-remove,
.layered-nav .currently	.btn-remove {
	padding: 0 !important;
	color: #BBCBDC !important;
	font-size: 11px;
	line-height: normal !important;
	height: auto;
	display: inline-block;
	margin: 0;
	transition: color 150ms ease-out 0s;
}
.cart-dropdown .mini-products-list .btn-remove:before,
.layered-nav .currently	.btn-remove:before {
    font-family: 'intenso';
    content: "\e906";
}
.cart-dropdown .mini-products-list .btn-remove {
    position: absolute; top: 4px; right: 7px;
}
.cart-dropdown .mini-products-list .product-attr-short {
	overflow: hidden;
	margin: 0;
}
.cart-dropdown .mini-products-list .product-attr.x-small {
	line-height: normal;
    font-size: 13px; color: #0B2A49;
	margin: 0; padding: 0;
	font-weight: normal;
}
.product-attr.x-small > span {}
.cart-dropdown .mini-products-list .view-more-attr {
	color: #27ccc0;
	cursor: pointer;
	display: block;
	vertical-align: top;
	font-size: .625rem;
	line-height: 1;
	margin: 1px 0 0;
}
.cart-dropdown .mini-products-list dl.item-options {
	position: relative;
	clear: both;
	display: block;
	margin: 0;
	padding: 0 8px;
	display: none;
}
.cart-dropdown .mini-products-list dl.item-options dt {
	display: block;
	font-size: 0.6875rem;
	color: #555555;
	margin: 0;
	padding: 0;
}
.cart-dropdown .mini-products-list dl.item-options dd {
	display: block;
	font-size: 0.6875rem;
	line-height: 1.2;
	color: #777777;
	margin: 0 0 6px;
	padding: 0;
}
.cart-dropdown .simple-nav {
	margin: 12px 0;
}
.cart-dropdown .mini-products-list .item-price-partialpayment{
	position: absolute;
    right: 0;
    padding-right: 30px;
    text-align: right;
}
.cart-dropdown .mini-products-list .item-price-partialpayment > span.price,
.cart-dropdown .mini-products-list .item-price-partialpayment .or-label{
	display: block;
}
.cart-dropdown .mini-products-list .item-price-partialpayment > span.price{
	font-size: 16px;
}
.cart-dropdown .mini-products-list .item-price-partialpayment .or-label{
	color: #7a9abb;
	font-family: 'OpenSans-Semibold', Arial, sans-serif;
}
.cart-dropdown .mini-products-list .have-options .item-price-partialpayment .or-label{
	margin: 6px 0;
}
.cart-dropdown .mini-products-list .have-options .item-details{
	padding-bottom: 18px;
}
/* Secondary menu ribbon */
.header-ribbon {
	padding-top: 0 !important;
}
.cms-index-index .main-header .header-ribbon,
.cms-home .main-header .header-ribbon {
	background: transparent !important;
}
.header-ribbon .links-list,
.header-ribbon .links-list li,
.header-ribbon .form-language {
	display: inline-block;
}
.header-ribbon .links-list {
	font-size: 0.8125rem !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}
.header-ribbon .links-list li:first-child a {
	padding-left: 0 !important;
}
.header-ribbon .links-list li:hover a,
.header-ribbon .links-list li:hover a:before,
.header-ribbon .chosen-container-active.chosen-with-drop .chosen-single {
	background: transparent !important;
}
.header-ribbon .chosen-container {
	font-size: 0.8125rem;
}
.header-ribbon .chosen-container,
.header-ribbon .form-language {
	float: right;
}
.header-ribbon #select_currency_chosen.chosen-container-active .chosen-single span::before,
.header-ribbon #select_currency_chosen.chosen-container .chosen-single span::before,
.header-ribbon #select_language_chosen.chosen-container-active .chosen-single span::before,
.header-ribbon #select_language_chosen.chosen-container .chosen-single span::before {
	content: none;
}
.header-ribbon .welcome-message {
	padding-right: 1.125rem;
	line-height: 1.5625rem;
}

/* Small screens */
/*@media only screen and (max-width: 40em) {*/
@media only screen and (max-width: 799px) {
	.main-header {
		border: none;
	}
	.main-logo-small {
		margin: 18px 0 0 0;
	}
	.main-logo {
		display: none;
	}
	.main-logo-small {
		display: block;
	}
	.form-search {
		max-width: none;
		margin: 15px auto 0 auto;
	}
	.form-search .search-box {
		margin-right: 30px;
	}
	.form-search .action {
		width: 30px;
	}
	.form-search .button {
		width: 40px;
		text-align: center;
	}
	.form-search .action .button:hover {
		background: transparent !important;
	}
	/* offcanvas menu */
	.touch .top-bar.main-nav {
		overflow-y: scroll;
		-webkit-overflow-scrolling:touch
	}
	.right-off-canvas-menu {
		float: right;
	}
	.top-bar-section ul {
		padding-left: 0;
	}
	.top-bar-section ul.left {
		padding-left: 0;
	}
	.top-bar-section dd ul li,
	.configurable-swatch-list li {
		border-bottom: none !important;
	}
	.top-bar-section li span {
		padding: 0 5px 0 0;
		color: #999999;
		display: inline !important;
	}
	.top-bar-section li.last {
		border-bottom: none;
		margin-bottom: 10px;
	}
	.top-bar-section li.group-title {
		margin: 4px 0 0 0;
		padding: 0 0 0 15px;
		color: #01588d;
		font-size: 16px;
		font-weight: 600;
		height: 2em;
		border-bottom: 2px solid #01588d;
		text-transform: uppercase;
	}
	.top-bar-section ul li {
		padding-top: 0;
		font-size: .937rem;
	}
	.top-bar-section ul li > a {
		padding: 8px 0 8px 15px;
	}	
	.top-bar-section li:not(.has-form) a:not(.button) {
		line-height: inherit;	
	}
	.top-bar-section .has-dropdown > a:before,
	.top-bar-section .has-dropdown > a:after {
		border-right: 2px solid;
		content: '';
		display: block;
		height: 8px;
		margin-top: -6px;
		position: absolute !important;
		-ms-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		right: 10px;
		top: 50%;
		width: 0;
		color: #fff !important;
		margin-right: 6px;
	}
	.top-bar-section .has-dropdown > a:after {
		margin-top: -1px;
		-ms-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		border-style: none !important;
		border-right: 2px solid !important;
	}
	.top-bar-section .has-dropdown.moved > a:before,
	.top-bar-section .has-dropdown.moved > a:after {
		display: none;	
	}
	.top-bar-section .back h5 {
		font-size: 1em;
	}
	.top-bar-section .back h5 a {
		color: #C0C0C0 !important;
		padding-left: 28px;
	}
	.top-bar-section .back h5 > a:before,
	.top-bar-section .back h5 > a:after {
		border-right: 2px solid;
		content: '';
		display: block;
		height: 6px;
		margin-top: -4px;
		position: absolute !important;
		-ms-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		left: 18px;
		top: 20px;
		width: 0;
		color: #fff !important;
		margin-right: 6px;
	}
	.top-bar-section .back h5 > a:after {
		margin-top: -1px;
		-ms-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		border-style: none !important;
		border-right: 2px solid !important;
	}
	.top-bar-section .arrow-box:after {
		border: none;
	}
	.top-bar-section .has-dropdown-for-large {
		display: none;
	}
}

/* Medium and Big screens */
/*@media only screen and (min-width: 40.063em) {*/
@media only screen and (min-width: 800px) {
	.right-off-canvas-menu.main-nav {
		background: #ffffff !important;
		overflow-y: visible;
		position: relative;
		-ms-transform: none !important;
		-moz-transform: none !important;
		-o-transform: none !important;
		-webkit-transform: none !important;
		transform: none !important;
		width: 100%;
		top: auto;
		bottom: auto;
		z-index: 1000;
	}
	.main-nav .top-bar-section li:not(.has-form) a:not(.button),
	.main-nav .top-bar-section ul {
		background: #ffffff;
	}
	/* Dropdown styles */
	.top-bar-section .has-dropdown.mega-menu {
		position: static;
	}
	.top-bar-section .has-dropdown.mega-menu > a:after {
		position: relative;
		float: right;
		margin: 0 0 0 -7px;
		padding: 0;
		top: 16px;
		right: -10px;
	}
	.top-bar-section .has-dropdown.mega-menu:hover > a:before {
		-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	bottom: 100%; 
	left: 0px;  right:0px;
	border-color: transparent;
	border-style: solid;
	content: " "; 
	height: 0; 
	width: 0; 
	position: absolute;
        /*pointer-events: none; */
	border-color: rgba(255, 255, 255, 0); 
	border-top-color: #00b9df; 
	border-width: 14px; 
	margin:0px auto; top:43px;
		z-index: 101;
	}
/*.nav-container .top-bar-section ul.right li.has-dropdown:hover > a:before { border-top-color: #01588d;}*/
.top-bar-section #Offers.has-dropdown:hover > a:before { border-top-color:#8eb534;}
	
	.top-bar-section .left .mega-menu .dropdown.arrow-box:after {
	/*	content: none;*/
	}
	.top-bar-section .left ul li a {
		/*white-space: normal;*/
	}
	.top-bar-section .left ul li a.link {
		color: #000000 !important;
	}
	.top-bar-section .left ul,
	.top-bar-section .left .arrow-box {
		list-style: none !important;
		margin: 0!important;
		font-family: 'Open Sans', sans-serif !important;
		font-size: .875rem !important;
		line-height: 1 !important;
		min-width: 185px; background: transparent!important;
        padding: 8px 0 0;
        box-shadow: none;
	}
    .top-bar-section .header-submenu {
        background: #FFF;
        border: #8EB633 solid 1px;
        padding: 18px 0;
    }

.top-bar-section .dropdown { top:100%;}	
	.top-bar-section .left ul,
	.top-bar-section .left .arrow-box {
		background: #ffffff;
	}
	.top-bar-section .left ul:before,
	.top-bar-section .left .arrow-box:before {
		height: 29px;
		top: -24px;
	}
	.top-bar-section .left ul li {
		position: relative;
		float: none;
		line-height: 1;
		padding: 2px 0px;
		margin: 0 !important;
	}
	.top-bar-section .left ul li:hover > a:before {
/*		content: "";
		position: absolute;
		display: inline;
		width: 3px;
		margin-top: 0;
		vertical-align: middle;
		top: 0;
		left: 0;
		bottom: 0;
		background: #27ccc0; */
	}
	.top-bar-section .left ul li:hover > a {
		color: #222222 !important;
		background: #ffffff !important;
	}
	.top-bar-section .left ul li:active > a {
		color: #8EB633 !important;
	}
	.top-bar-section .left ul li a {
		display: block;
		padding: 0!important;
		line-height: 1.1 !important; font-size: 18px!important;
		margin: 0 !important; /*text-transform: uppercase;*/
		transition: color 150ms ease-out 0s; text-align: center;
	}
	.top-bar-section .left .dropdown.arrow-box:after {
		left: 44px;
	}
    .top-bar-section .left .dropdown.arrow-box::after, .top-bar-section .dropdown.arrow-box::after {display: none;}
	.top-bar-section .left ul ul {
		margin: -12px 0 0 !important;
		-webkit-box-shadow: 6px -2px 8px 0 rgba(50, 50, 50, 0.15);
		-moz-box-shadow: 6px -2px 8px 0 rgba(50, 50, 50, 0.15);
		box-shadow: 6px -2px 8px 0 rgba(50, 50, 50, 0.15);
		border-left: 2px solid #F0F0F0;
	}
	/* Dropdown menu arrow */
	.top-bar-section .has-dropdown .dropdown li.has-dropdown > a:after {
		content: '';
		border-style: solid;
		border-width: 0 0 7px 6px;
		border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #CECECE;
		bottom: 10px;
		right: 8px;
		top: auto;
		margin-right: 0;
	}
	.top-bar-section .has-dropdown .dropdown li.has-dropdown:hover > a:after {
		border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #27ccc0 !important;
	}
	/* Mega Menu dropdown */
	.top-bar-section .has-dropdown.mega-menu > .dropdown {
		margin-left:0px !important;
		min-width: 100% !important;
	}
	.mega-menu > ul > li:hover > a:before {
		content: none !important;
	}
	.mega-menu ul li ul {
		position: relative !important; 
		display: block !important;
		left: 0 !important;
		margin: 0 !important;
		padding: 0 !important;
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
	}
	.top-bar-section .left .mega-menu ul ul {
		margin: 0 !important;
		border-left: 0 !important;
		overflow: hidden;
	}
	.top-bar-section .left .mega-menu > ul > li > ul {
		width: 100% !important;
	}
	.mega-menu ul li:nth-child(2),
	.mega-menu ul li ul li:nth-child(2) {
		/*display: none !important;*/
	}
	.mega-menu > ul > li {
		display: inline-block !important;
		vertical-align: top;
		width: 25% !important;
		z-index: 1;
	}
	.mega-menu ul.columns-6-for-large > li {
		width: 16.6% !important;
	}
	.mega-menu ul.columns-5-for-large > li {
		width: 20% !important;
	}
	.mega-menu ul.columns-4-for-large > li {
		width: 25% !important;
	}
	.mega-menu ul.columns-3-for-large > li {
		width: 33% !important;
	}
	.mega-menu ul.columns-2-for-large > li {
		width: 50% !important;
	}
	.mega-menu ul.columns-1-for-large > li {
		width: 100% !important;
	}
	.mega-menu ul li.title,
	.mega-menu ul li.js-generated {
		display: none !important;
	}
	.top-bar-section .left .mega-menu > ul > li > a {
		color: #000000 !important;
	}
	.top-bar-section .left .mega-menu ul li ul li a {
		color: #999999 !important;
		padding-top: 0.188rem !important;
		padding-bottom: 0.188rem !important;
		font-size: 0.875rem;
	}
	.top-bar-section .left li.mega-menu > ul > li {
		margin-bottom: 15px !important;
		border-left: 1px solid #e5e5e5;
	}
	.top-bar-section .has-dropdown.mega-menu .dropdown li.has-dropdown > a:after {
		content: none;
	}
	.top-bar-section .left li.mega-menu > ul > li.mega-menu-bottom-block {
		margin-bottom: 5px !important;
	}
	.mega-menu-right-block {
		position: absolute !important;
		right: 0;
		top: 0;
		margin: 0 !important;
		padding: 0 !important;
		height: 100% !important;
		overflow: hidden;
		border-left: none !important;
		z-index: 10;
	}
	.mega-menu > ul > li.mega-menu-right-block {
		width: 350px !important;
	}
	.top-bar-section .left ul li.mega-menu-right-block {
		padding: 0 !important;
	}
	.mega-menu > ul > li.mega-menu-top-block,
	.mega-menu > ul > li.mega-menu-bottom-block {
		width: 100% !important;
		border-left-color: #ffffff !important;
		padding-left: 0px !important;
	}
	.mega-menu > ul > li.mega-menu-top-block a,
	.mega-menu > ul > li.mega-menu-bottom-block a {
		font-size: 0.938rem; 
		display: inline;
	}
	.mega-menu > ul > li.mega-menu-top-block p,
	.mega-menu > ul > li.mega-menu-bottom-block p {
		margin-bottom: 0;
		font-size: 0.938rem;
		color: #777777;
		line-height: 1.25rem;
	}
	.mega-menu > ul > li.mega-menu-top-block p a,
	.mega-menu > ul > li.mega-menu-bottom-block p a {
		font-weight: lighter;
		font-size: 0.938rem;
		padding: 0 1.5rem 0 0 !important;
	}
	.top-bar-section .left .mega-menu > ul > li.mega-menu-top-block > a,
	.top-bar-section .left .mega-menu > ul > li.mega-menu-bottom-block > a {
		color: #777777 !important;
		font-weight: lighter;
		padding: 0 1.5rem 0 0 !important;
		line-height: 1.25rem !important;
	}
	.top-bar-section .left .mega-menu > ul > li.mega-menu-top-block a:hover,
	.top-bar-section .left ul li.mega-menu-bottom-block a:hover {
		color: #27ccc0 !important; 
	}
	.subcategory-top-block {
		padding: 0 16px 6px;
	}	
	.subcategory-top-block p,
	.subcategory-bottom-block p {
		margin-bottom: 0;
	}
	.subcategory-bottom-block {
		padding: 6px 16px 0;
	}
	.top-bar-section .left ul li .subcategory-top-block a,
	.top-bar-section .left ul li .subcategory-bottom-block a {
		padding: 0 !important;
	}
	.header-ribbon #select-currency {
		max-width: 200px;
		float: right;
	}
}

/* only large screens */
@media only screen and (min-width: 64.063em) {
	.mega-menu ul.hide-subcategories-for-large > li {
		display: none !important;
	}
	.mega-menu ul.hide-subcategories-for-large > li.mega-menu-right-block {
		display: block !important;
	}
	.hide-subcategories-for-large .mega-menu-right-block {
		position: relative !important;
	}
	.columns-1-for-large.hide-subcategories-for-medium .mega-menu-right-block,
	.columns-2-for-large.hide-subcategories-for-medium .mega-menu-right-block,
	.columns-3-for-large.hide-subcategories-for-medium .mega-menu-right-block,
	.columns-4-for-large.hide-subcategories-for-medium .mega-menu-right-block,
	.columns-5-for-large.hide-subcategories-for-medium .mega-menu-right-block,
	.columns-6-for-large.hide-subcategories-for-medium .mega-menu-right-block {
		display: none !important;
	}
	.hide-subcategories-for-large {
		padding-right: 0 !important;
	}
	.mega-menu > ul.hide-subcategories-for-large > li.mega-menu-right-block {
		width: 100% !important;
	}
}

/* Only Medium screens */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.top-bar-section ul.left {
		padding-left: 2%;
	}
	.main-header .icon-cart {
		color: #CECECE;
		text-align: right;
		margin: 10px 0 0;
	}
	.main-header .icon-user {
		margin: 10px 0 0;
	}
	.mega-menu ul.columns-6-for-medium > li {
		width: 16.6% !important;
	}
	.mega-menu ul.columns-5-for-medium > li {
		width: 20% !important;
	}
	.mega-menu ul.columns-4-for-medium > li {
		width: 25% !important;
	}
	.mega-menu ul.columns-3-for-medium > li {
		width: 33% !important;
	}
	.mega-menu ul.columns-2-for-medium > li {
		width: 50% !important;
	}
	.mega-menu ul.columns-1-for-medium > li {
		width: 100% !important;
	}
	.mega-menu ul.hide-subcategories-for-medium > li {
		display: none !important;
	}
	.mega-menu ul.hide-subcategories-for-medium > li.mega-menu-right-block {
		display: block !important;
	}
	.hide-subcategories-for-medium .mega-menu-right-block {
		position: relative !important;
	}
	ul.hide-subcategories-for-large:not(.hide-subcategories-for-medium) {
		padding-right: 0 !important;
	}
	.columns-1-for-medium.hide-subcategories-for-large .mega-menu-right-block,
	.columns-2-for-medium.hide-subcategories-for-large .mega-menu-right-block,
	.columns-3-for-medium.hide-subcategories-for-large .mega-menu-right-block,
	.columns-4-for-medium.hide-subcategories-for-large .mega-menu-right-block,
	.columns-5-for-medium.hide-subcategories-for-large .mega-menu-right-block,
	.columns-6-for-medium.hide-subcategories-for-large .mega-menu-right-block {
		display: none !important;
	}
	.mega-menu > ul > li.mega-menu-top-block,
	.mega-menu > ul > li.mega-menu-bottom-block {
		width: 100% !important;
		border-left-color: #ffffff !important;
	}
	.mega-menu > ul.hide-subcategories-for-medium > li.mega-menu-right-block {
		width: 100% !important;
	}
	.header-ribbon .links-list {
		display: none;
	}
}

/*******************************************************************************************************/
/***   5)	 HERO - FOUNDATION ORBIT																 ***/
/*******************************************************************************************************/
.hero {
	background: #ffffff;
	list-style: none;
	margin: 0;
	padding: 0;
}
.hero .hero-text {
	position: absolute;
	top: 50%;
	width: 25%;
	margin: 0 0 0 3.5%;
	display: block;
	-webkit-transform-style: preserve-3d;
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%); background:none !important; padding:20px; 
}
.hero .hero-text .button { padding:5px 15px; font-family: 'HouseSlant',Arial, sans-serif;  font-size:21px; text-decoration:none; font-weight:100 !important; }
.no-js .hero li {
	position: relative;
}
.no-js .hero img,
.no-js .hero-text {
	display: block;
}
.hero .hero-text.right {
	right: 0;
	margin-right: 3.5%;
}
.hero h1 {
	margin: 0 0 15px;
}
.hero.narrow h1 {
	font-size: 2.125rem;
	margin: 0 0 6px;
}
.hero h5 {
	margin-bottom: 0px;  font-family: 'HouseSlant',Arial, sans-serif;  font-size:36px; color:#00b9df; font-weight:normal; line-height:36px;
}
.hero.narrow h5 {
	margin-bottom: 10px;
}
.hero .button {
	margin: 0 4px 0;
}
.hero .hero-text > .button {
	margin-left: 0; clear:both;
}
.orbit-bullets-container {
	position: absolute;
	bottom: 12px;
	z-index: 8;
}
.orbit-timer {
	visibility: hidden !important;
}

/* Small screens */
@media only screen and (max-width: 40em) {
	.hero .hero-text {
		position: relative !important;
		top: auto !important;
		width: 100%;
		margin: 0 !important;
		padding: 1.5% 3% 24px !important;
		-ms-transform: none !important;
 		-moz-transform: none !important;
 		-o-transform: none !important;
 		-webkit-transform: none !important;
		transform: none !important;
	}
	.hero .hero-text h1 {
		letter-spacing: normal;
		margin-bottom: 8px;
	}
	.hero .hero-text h5 {
		margin-bottom: 5px;
	}
	.hero .hero-text a.button {
		margin-bottom: 0;
	}
	.orbit-container .orbit-next > span,
	.orbit-container .orbit-prev > span {
		display: none;
	}
	.orbit-bullets-container li {
		width: 20px !important;
	}
	.orbit-prev,
	.orbit-next {
		display: none !important;
	}
	.simple-nav li.active:before,
	.orbit-bullets-container li.dark.active:before {
/*		border: 1px solid #5b5b5b !important;*/
	}
	.mobile-gallery .orbit-container {
		overflow: visible;
	}
	.mobile-gallery .orbit-bullets-container {
		bottom: -10px !important;
		margin-top: 0 !important; 
	}
}
/* Only Medium screens */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.hero .hero-text {
		width: 42%;
	}
	.hero .hero-text h1 {
		margin-bottom: 13px;
	}
	.hero.narrow .hero-text h1 {
		margin-bottom: 6px;
	}
	.hero .hero-text h5 {
		margin-bottom: 10px;
	}
	.hero.narrow .hero-text h5 {
		margin-bottom: 8px;
	}
	.orbit-prev,
	.orbit-next {
		display: none !important;
	}
}
/* Medium and large screens */
@media only screen and (min-width: 40.063em) {
	.hero .hero-text {
/*		background: transparent !important;*/
	}
}

/*******************************************************************************************************/
/***   6)	 FEATURED PRODUCTS AND CATEGORIES SLIDER								 				 ***/
/*******************************************************************************************************/
section.featured-slider {
	position: relative;
	overflow: hidden;
	-webkit-tap-highlight-color: transparent;
}
section.featured-slider + section.featured-slider {
	padding-top: 0;
}
section.featured-slider + section.featured-slider .category-nav {
	top: 0;
}
section.featured-slider + section.featured-slider .featured-prev,
section.featured-slider + section.featured-slider .featured-next {
	top: 36%;
}
section.featured-slider.related,
section.featured-slider.crosssell {
	background: -webkit-linear-gradient(#f4f4f4, #f4f4f4, #fafafa);
	background: -o-linear-gradient(#f4f4f4, #f4f4f4, #fafafa);
	background: -moz-linear-gradient(#f4f4f4, #f4f4f4, #fafafa);
	background: linear-gradient(#f4f4f4, #f4f4f4, #fafafa);
}
section.featured-slider ol {
	position: relative;
	display: block;
	margin: 0 0 0 -12px;
	padding: 12px 0 10px 12px;
	list-style: none;
	width: 100%;
	height: auto;
	-webkit-tap-highlight-color: transparent;
}
section.featured-slider .item-images {
	position: relative;
	width: 100%;
}
section.featured-slider .item-images.flush,
.category-products .item-images.flush {
	padding: 0 0 8px;
}
section.featured-slider .category-images {
	position: relative;
	width: 100%;
	padding: 0;
}
section.featured-slider .item-images a,
section.featured-slider .category-images a{
	position: relative;
	width: 100%;
	display: block;
	padding-top: 93.95%;
}
.category-products.keep-aspect-ratio .item-images a {
	/*padding-top: 0;*/
}
section.featured-slider .category-images a {
	padding-top: 126%;
}
section.featured-slider .item-images img,
section.featured-slider .category-images img {
	position: absolute;
	color: transparent;
	background: url(https://shopsolutions.co.nz/skin/frontend/intenso/default/images/spinner.gif) center center no-repeat;
	display: block;
	min-height: 32px;
	max-width: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.category-products.keep-aspect-ratio .item-images img {
	position: relative;
}
section.featured-slider .item-description {
	display: none;
}
.category-products.list .item-info {
	min-height: 0;
	padding: 0;
}
.category-products.loading {
	opacity: 0.5;
}
.price-box .old-price .price-label, 
.price-box .special-price .price-label {
	display: none;
}
.price-excluding-tax, 
.price-including-tax {
	display: block;
}
.price-excluding-tax span {
	display: inline-block;
}
.price-box .label {
	background: transparent;
	color: #777777;
	font-size:  0.6875rem;
	padding: 0;
	text-align: left;
}
.price-box .weee {
	font-size: 0.563rem;
	padding: 0 4px 0 0;
	color: #777777;
}
.price-box br {
	display:  none;
}
.price-box .weee + .regular-price:before {
	content: "= ";
}
.price-box .price-from,
.price-box .price-to {
	margin: 0;
	line-height: 1.125rem;
}
.price-box .price-from .price-label,
.price-box .price-to .price-label,
.price-box .minimal-price .price-label {
	font-size: 0.6875rem;
	color: #777777;
}
.price-box .minimal-price-link .label {
	color:#ea1818;
}
.price-box .minimal-price {
	margin: 0; line-height:13px; 
}
.price-box.map-info {
	font-size: 0.750rem;
}
.ratings {
	position: relative;
	padding: 0 1px;
	line-height: 0.875rem;
}
.ratings-detail .ratings {
	display: block;
	float: left;
	margin: 0 0 0 6px;
}
.ratings.no-rating {
	font-size: 0.750rem;
}
.ratings.no-rating a {
	color: #999999; font-size:15px; font-weight:300;
}
.ratings.no-rating a:hover {
	color: #27ccc0;
	text-decoration: underline;
}
.rating-box,
.product-collateral .review-list .rating-box,
.product-collateral .rating-box,
.review-product-list .ratings-detail .rating-box {
	position: relative;
	display: inline-block;
	width:4.575rem;
	height: 0.625rem;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjIwMHB4IiBoZWlnaHQ9IjM4LjE2N3B4IiB2aWV3Qm94PSIwIDAgMjAwIDM4LjE2NyIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjAwIDM4LjE2NyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PHBhdGggZmlsbD0iI0NFQ0VDRSIgZD0iTTE4LjUyLDEuMTI5YzMuMjE5LDAsMi40MDksMTAuODA3LDUuMDEzLDEyLjc4OWMyLjYwNiwxLjk4MiwxMi40NC0xLjk1MywxMy40MzUsMS4yNTVjMC45OTUsMy4yMDgtOC45MTUsNS41MjMtOS45MSw4LjczNWMtMC45OTYsMy4yMDgsNS40NjksMTIuMDA0LDIuODYzLDEzLjk5Yy0yLjYwNiwxLjk4Mi04LjE4MS03LjY1My0xMS40LTcuNjUzYy0zLjIyMSwwLTguNzk4LDkuNjM1LTExLjQwMiw3LjY1M2MtMi42MDYtMS45ODYsMy44NTctMTAuNzgyLDIuODYzLTEzLjk5Yy0wLjk5NS0zLjIxMS0xMC45MDUtNS41MjYtOS45MS04LjczNWMwLjk5Ny0zLjIwOCwxMC44MjksMC43MjcsMTMuNDM1LTEuMjU1QzE2LjEwOSwxMS45MzcsMTUuMjk5LDEuMTI5LDE4LjUyLDEuMTI5eiIvPjxwYXRoIGZpbGw9IiNDRUNFQ0UiIGQ9Ik01OS4yNiwxLjEyOWMzLjIxOSwwLDIuNDA5LDEwLjgwNyw1LjAxMywxMi43ODljMi42MDYsMS45ODIsMTIuNDQtMS45NTMsMTMuNDM1LDEuMjU1YzAuOTk1LDMuMjA4LTguOTE2LDUuNTIzLTkuOTEsOC43MzVjLTAuOTk3LDMuMjA4LDUuNDY5LDEyLjAwNCwyLjg2MywxMy45OWMtMi42MDYsMS45ODItOC4xODItNy42NTMtMTEuNC03LjY1M2MtMy4yMjEsMC04Ljc5OCw5LjYzNS0xMS40MDIsNy42NTNjLTIuNjA2LTEuOTg2LDMuODU3LTEwLjc4MiwyLjg2My0xMy45OWMtMC45OTUtMy4yMTEtMTAuOTA1LTUuNTI2LTkuOTExLTguNzM1YzAuOTk3LTMuMjA4LDEwLjgyOSwwLjcyNywxMy40MzUtMS4yNTVDNTYuODUsMTEuOTM3LDU2LjAzOSwxLjEyOSw1OS4yNiwxLjEyOXoiLz48cGF0aCBmaWxsPSIjQ0VDRUNFIiBkPSJNMTAwLDEuMTI5YzMuMjE5LDAsMi40MDksMTAuODA3LDUuMDExLDEyLjc4OWMyLjYwOCwxLjk4MiwxMi40NDItMS45NTMsMTMuNDM3LDEuMjU1YzAuOTk1LDMuMjA4LTguOTE2LDUuNTIzLTkuOTEsOC43MzVjLTAuOTk1LDMuMjA4LDUuNDY5LDEyLjAwNCwyLjg2MSwxMy45OWMtMi42MDQsMS45ODItOC4xOC03LjY1My0xMS4zOTktNy42NTNjLTMuMjIxLDAtOC43OTgsOS42MzUtMTEuNDAyLDcuNjUzYy0yLjYwNS0xLjk4NiwzLjg1OC0xMC43ODIsMi44NjMtMTMuOTljLTAuOTk1LTMuMjExLTEwLjkwNS01LjUyNi05LjkxMS04LjczNWMwLjk5Ny0zLjIwOCwxMC44MjksMC43MjcsMTMuNDM1LTEuMjU1Qzk3LjU5LDExLjkzNyw5Ni43OCwxLjEyOSwxMDAsMS4xMjl6Ii8+PHBhdGggZmlsbD0iI0NFQ0VDRSIgZD0iTTE0MC43NCwxLjEyOWMzLjIxOSwwLDIuNDA5LDEwLjgwNyw1LjAxMywxMi43ODljMi42MDgsMS45ODIsMTIuNDQyLTEuOTUzLDEzLjQzNywxLjI1NWMwLjk5NCwzLjIwOC04LjkxNiw1LjUyMy05LjkxLDguNzM1Yy0wLjk5NSwzLjIwOCw1LjQ2OSwxMi4wMDQsMi44NiwxMy45OWMtMi42MDQsMS45ODItOC4xODEtNy42NTMtMTEuNC03LjY1M2MtMy4yMTksMC04Ljc5Nyw5LjYzNS0xMS40MDEsNy42NTNjLTIuNjA0LTEuOTg2LDMuODU1LTEwLjc4MiwyLjg2NS0xMy45OWMtMC45OTgtMy4yMTEtMTAuOTA4LTUuNTI2LTkuOTEtOC43MzVjMC45OTUtMy4yMDgsMTAuODI5LDAuNzI3LDEzLjQzMy0xLjI1NVMxMzcuNTIxLDEuMTI5LDE0MC43NCwxLjEyOXoiLz48cGF0aCBmaWxsPSIjQ0VDRUNFIiBkPSJNMTgxLjQ4LDEuMTI5YzMuMjE5LDAsMi40MDksMTAuODA3LDUuMDEyLDEyLjc4OWMyLjYwOCwxLjk4MiwxMi40NDItMS45NTMsMTMuNDM4LDEuMjU1YzAuOTk0LDMuMjA4LTguOTE2LDUuNTIzLTkuOTEsOC43MzVjLTAuOTk1LDMuMjA4LDUuNDY5LDEyLjAwNCwyLjg2LDEzLjk5Yy0yLjYwNCwxLjk4Mi04LjE4MS03LjY1My0xMS40LTcuNjUzYy0zLjIyLDAtOC43OTcsOS42MzUtMTEuNDAxLDcuNjUzYy0yLjYwNC0xLjk4NiwzLjg1NS0xMC43ODIsMi44NjUtMTMuOTljLTAuOTk5LTMuMjExLTEwLjkwOS01LjUyNi05LjkxLTguNzM1YzAuOTk0LTMuMjA4LDEwLjgyOSwwLjcyNywxMy40MzMtMS4yNTVDMTc5LjA3MSwxMS45MzcsMTc4LjI2MSwxLjEyOSwxODEuNDgsMS4xMjl6Ii8+PC9nPjwvc3ZnPg==);
	background-size: 3.375rem;
	background-repeat: no-repeat;
}
.rating,
.product-collateral .review-list .rating,
.product-collateral .rating,
.review-product-list .ratings-detail .rating {
	position: absolute;
	height: 0.625rem;
	overflow: hidden;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjIwMHB4IiBoZWlnaHQ9IjM4LjE2N3B4IiB2aWV3Qm94PSIwIDAgMjAwIDM4LjE2NyIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjAwIDM4LjE2NyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PHBhdGggZmlsbD0iIzI3Q0NDMCIgZD0iTTE4LjUyLDEuMTI5YzMuMjE5LDAsMi40MDksMTAuODA3LDUuMDEzLDEyLjc4OWMyLjYwNiwxLjk4MiwxMi40NC0xLjk1MywxMy40MzUsMS4yNTVjMC45OTUsMy4yMDgtOC45MTUsNS41MjMtOS45MSw4LjczNWMtMC45OTYsMy4yMDgsNS40NjksMTIuMDA0LDIuODYzLDEzLjk5Yy0yLjYwNiwxLjk4Mi04LjE4MS03LjY1My0xMS40LTcuNjUzYy0zLjIyMSwwLTguNzk4LDkuNjM1LTExLjQwMiw3LjY1M2MtMi42MDYtMS45ODYsMy44NTctMTAuNzgyLDIuODYzLTEzLjk5Yy0wLjk5NS0zLjIxMS0xMC45MDUtNS41MjYtOS45MS04LjczNWMwLjk5Ny0zLjIwOCwxMC44MjksMC43MjcsMTMuNDM1LTEuMjU1QzE2LjEwOSwxMS45MzcsMTUuMjk5LDEuMTI5LDE4LjUyLDEuMTI5eiIvPjxwYXRoIGZpbGw9IiMyN0NDQzAiIGQ9Ik01OS4yNiwxLjEyOWMzLjIxOSwwLDIuNDA5LDEwLjgwNyw1LjAxMywxMi43ODljMi42MDYsMS45ODIsMTIuNDQtMS45NTMsMTMuNDM1LDEuMjU1YzAuOTk1LDMuMjA4LTguOTE2LDUuNTIzLTkuOTEsOC43MzVjLTAuOTk3LDMuMjA4LDUuNDY5LDEyLjAwNCwyLjg2MywxMy45OWMtMi42MDYsMS45ODItOC4xODItNy42NTMtMTEuNC03LjY1M2MtMy4yMjEsMC04Ljc5OCw5LjYzNS0xMS40MDIsNy42NTNjLTIuNjA2LTEuOTg2LDMuODU3LTEwLjc4MiwyLjg2My0xMy45OWMtMC45OTUtMy4yMTEtMTAuOTA1LTUuNTI2LTkuOTExLTguNzM1YzAuOTk3LTMuMjA4LDEwLjgyOSwwLjcyNywxMy40MzUtMS4yNTVDNTYuODUsMTEuOTM3LDU2LjAzOSwxLjEyOSw1OS4yNiwxLjEyOXoiLz48cGF0aCBmaWxsPSIjMjdDQ0MwIiBkPSJNMTAwLDEuMTI5YzMuMjE5LDAsMi40MDksMTAuODA3LDUuMDExLDEyLjc4OWMyLjYwOCwxLjk4MiwxMi40NDItMS45NTMsMTMuNDM3LDEuMjU1YzAuOTk1LDMuMjA4LTguOTE2LDUuNTIzLTkuOTEsOC43MzVjLTAuOTk1LDMuMjA4LDUuNDY5LDEyLjAwNCwyLjg2MSwxMy45OWMtMi42MDQsMS45ODItOC4xOC03LjY1My0xMS4zOTktNy42NTNjLTMuMjIxLDAtOC43OTgsOS42MzUtMTEuNDAyLDcuNjUzYy0yLjYwNS0xLjk4NiwzLjg1OC0xMC43ODIsMi44NjMtMTMuOTljLTAuOTk1LTMuMjExLTEwLjkwNS01LjUyNi05LjkxMS04LjczNWMwLjk5Ny0zLjIwOCwxMC44MjksMC43MjcsMTMuNDM1LTEuMjU1Qzk3LjU5LDExLjkzNyw5Ni43OCwxLjEyOSwxMDAsMS4xMjl6Ii8+PHBhdGggZmlsbD0iIzI3Q0NDMCIgZD0iTTE0MC43NCwxLjEyOWMzLjIxOSwwLDIuNDA5LDEwLjgwNyw1LjAxMywxMi43ODljMi42MDgsMS45ODIsMTIuNDQyLTEuOTUzLDEzLjQzNywxLjI1NWMwLjk5NCwzLjIwOC04LjkxNiw1LjUyMy05LjkxLDguNzM1Yy0wLjk5NSwzLjIwOCw1LjQ2OSwxMi4wMDQsMi44NiwxMy45OWMtMi42MDQsMS45ODItOC4xODEtNy42NTMtMTEuNC03LjY1M2MtMy4yMTksMC04Ljc5Nyw5LjYzNS0xMS40MDEsNy42NTNjLTIuNjA0LTEuOTg2LDMuODU1LTEwLjc4MiwyLjg2NS0xMy45OWMtMC45OTgtMy4yMTEtMTAuOTA4LTUuNTI2LTkuOTEtOC43MzVjMC45OTUtMy4yMDgsMTAuODI5LDAuNzI3LDEzLjQzMy0xLjI1NVMxMzcuNTIxLDEuMTI5LDE0MC43NCwxLjEyOXoiLz48cGF0aCBmaWxsPSIjMjdDQ0MwIiBkPSJNMTgxLjQ4LDEuMTI5YzMuMjE5LDAsMi40MDksMTAuODA3LDUuMDEyLDEyLjc4OWMyLjYwOCwxLjk4MiwxMi40NDItMS45NTMsMTMuNDM4LDEuMjU1YzAuOTk0LDMuMjA4LTguOTE2LDUuNTIzLTkuOTEsOC43MzVjLTAuOTk1LDMuMjA4LDUuNDY5LDEyLjAwNCwyLjg2LDEzLjk5Yy0yLjYwNCwxLjk4Mi04LjE4MS03LjY1My0xMS40LTcuNjUzYy0zLjIyLDAtOC43OTcsOS42MzUtMTEuNDAxLDcuNjUzYy0yLjYwNC0xLjk4NiwzLjg1NS0xMC43ODIsMi44NjUtMTMuOTljLTAuOTk5LTMuMjExLTEwLjkwOS01LjUyNi05LjkxLTguNzM1YzAuOTk0LTMuMjA4LDEwLjgyOSwwLjcyNywxMy40MzMtMS4yNTVDMTc5LjA3MSwxMS45MzcsMTc4LjI2MSwxLjEyOSwxODEuNDgsMS4xMjl6Ii8+PC9nPjwvc3ZnPg==);
	background-size: 3.375rem;
	background-repeat: no-repeat;
}
.rating-links {
	color: #999999;
	display: block;
	font-size: 0.688rem;
	margin: 3px 0 0;
}
.rating-links.icon-user > span {
	font-family: 'Open Sans', sans-serif;
}
.product-collateral .rating-links {
	color: #777777;
	vertical-align: bottom;
}
.rating-links a {
	padding: 0 5px;
	color: #999999;
}
.rating-links a:first-child {
	border-right: 1px solid #DDDDDD;
	padding-right: 10px;
}
.rating-links a:hover {
	color: #27ccc0;
	text-decoration: underline;
}
.rating-avg {
	float: left;
	font-size: 2rem;
	margin: 0 0 12px;
	color: #555555;
}

section.featured-slider .options-container,
.category-products .options-container {
	position: relative;
	height: 10px;
	margin: 6px 0 0;
}
section.featured-slider .color-gallery,
.category-products .color-gallery {
	position: absolute;
	margin: 0;
	padding: 0 11px 0 0;
}
section.featured-slider .color-gallery .option-title,
.category-products .color-gallery .option-title {
	display: none;
}
section.featured-slider .color-gallery dd,
.category-products .color-gallery dd {
	float: left;
	margin: 0 3px 0 0;	
}
section.featured-slider .color-gallery .color-swatch,
.category-products .color-gallery .color-swatch {
	display: block;
	width: 1rem;
	height: 0.625rem;
}
section.featured-slider .actions,
.category-products .actions,
.crosssell .actions 
 {
/*	position: relative;*/
	width: 100%;
	margin: 0;
	padding: 0 9px 0 10px; 
	border-top: 1px solid #BBCBDC; min-height:35px; clear:both;
}

section.featured-slider .actions .add-to-links,
.category-products .actions .add-to-links,
.crosssell .actions .add-to-links
 {
	position: relative;
	margin: 0;
	padding: 0;
	width: 25px;
	list-style: none;
	float: right;
}
section.featured-slider .actions .add-to-links .link-wishlist,
section.featured-slider .actions .add-to-links .link-compare,
.category-products .actions .add-to-links .link-wishlist,
.category-products .actions .add-to-links .link-compare,
.crosssell .actions .add-to-links .link-wishlist,
.crosssell .actions .add-to-links .link-compare
 {
	display: block;
	width: 1.750rem;
	height: 22px;
	text-align: center;
	float: right;
	overflow: hidden;
	color: transparent !important;
}
.category-products .availability.out-of-stock {
	color: #ea1818;
	display: block;
	font-size: 0.813rem;
	line-height: 36px; text-transform:uppercase; font-weight:bold; padding:0px 0px 6px; 
	margin: 0;
/*	position: absolute;*/
}
.category-products .availability.out-of-stock span {
	position: relative;
}
/* Category nav */
.category-nav {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	width: 93%;
	top: 37px;
	font-size: 0;
}
.category-nav li {
	position: relative;
	display: inline-block;
	margin: 0 0 0 4px;
	padding: 0 16px;
	background: #dee2e2;
	font-size: 1rem;
	font-weight: normal !important;
	line-height: 32px;
	cursor: pointer;
	transition: all 200ms ease-out; 
}
.category-nav li:hover {
	background: #afafaf;
	color: #ffffff;
}
.category-nav li:first-child {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.category-nav li:last-child {
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
.category-nav li.active {
	background: #27ccc0;
	color: #ffffff;
	cursor: default;
}
.category-nav li.active:after { 
	top: 100%;
	left: 22px;
	-moz-border-bottom-colors: none;
  	-moz-border-left-colors: none;
  	-moz-border-right-colors: none;
  	-moz-border-top-colors: none;
	border: solid transparent;
	border-style: solid inset inset;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
    /*pointer-events: none; */
	border-color: transparent;
	border-top-color: #27ccc0;
	border-width: 6px;
	margin-left: -6px;
}
/* Medium and Small screens */
@media only screen and (max-width: 64em) {
	.category-nav {
		top: 33px;
		right: 3.5%;
		width: auto;
	}
	.category-nav li {
		padding: 0 34px 0 12px;
		display: block;
		text-align: left;
		visibility: hidden;
		height: 0;
		background: #ffffff;
		transition: none;
		margin-left: 0 !important;
	}
	.category-nav li.active {
		cursor: pointer;
	}
	.category-nav:hover {
		-webkit-box-shadow: 0 0 4px 2px rgba(50, 50, 50, 0.1);
		-moz-box-shadow: 0 0 4px 2px rgba(50, 50, 50, 0.1);
		box-shadow: 0 0 4px 2px rgba(50, 50, 50, 0.1);
	}
	.category-nav li:first-child {
		display: block;
		visibility: visible;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		height: 1.875rem;
	}
	.category-nav:hover li.show-options:first-child {
		-webkit-border-bottom-right-radius: 0;
		-webkit-border-bottom-left-radius: 0;
		-moz-border-radius-bottomright: 0;
		-moz-border-radius-bottomleft: 0;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
	}
	.category-nav li:last-child {
		-webkit-border-top-right-radius: 0;
		-webkit-border-bottom-right-radius: 0;
		-moz-border-radius-topright: 0;
		-moz-border-radius-bottomright: 0;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.show-options {
		visibility: visible !important;
		height: 32px !important;
	}
	.category-nav li.active:before {
		position: absolute;
		font-family: 'intenso';
		content: "\e606";
		font-size: 0.95rem;
		top: 0;
		right: 8px;
	}
}

/*******************************************************************************************************/
/***   7)	 BILLBOARD																				 ***/
/*******************************************************************************************************/
.billboard.flushrow .column, .billboard.flushrow .columns,
.banners.flushrow .column, .banners.flushrow .columns {
	padding: 0;
}
.billboard div,
.banners div {
	overflow: hidden;
}
.billboard img,
.banners img {
	width: 100%;
}
.billboard .mask, 
.banners .mask {
	position: absolute;
	background-color: rgba(115,115,115, 0.1);
	max-width: 100%;
	height: 100%;
	top: 0;
	left: 2.7%;
	right: 2.6%;
	opacity: 0;
	transition: all 0.2s ease-in-out;
	display: block;
}
.billboard.flushrow .mask, 
.banners.flushrow .mask {
	width: 100%;
	left: 0;
	right: 0;
}
.billboard div:hover .mask,
.banners div:hover .mask {
    opacity:1;
}

/* Only Medium screens */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.billboard .mask, 
	.banners .mask {
		left: 2%;
		right: 2%;
	}
}
/* Only Small screens */
@media only screen and (max-width: 40em) {
	.billboard .mask, 
	.banners .mask {
		left: 0.9%;
		right: 0.9%;
	}
}
/* Only Small and Medium screens */
@media only screen and (max-width: 64em) {
	.billboard .column, .billboard .columns,
	.banners .column, .banners .columns {
		margin-bottom: 12px;
	}
	.billboard.flushrow .column, .billboard.flushrow .columns,
	.banners.flushrow .column, .banners.flushrow .columns {
		margin-bottom: 0;
	}
}

/*******************************************************************************************************/
/***   8)	 BRAND SLIDER																			 ***/
/*******************************************************************************************************/
section.brand-slider {
	position: relative;
	margin: 0;
	padding: 60px 0 20px 3.5%;
	overflow: hidden;
	-webkit-tap-highlight-color: transparent;
}
section.brand-slider h3 {
	margin-bottom: 18px;
}
section.brand-slider ol {
	position: relative;
	display: block;
	margin: 0 0 0 -12px;
	padding: 12px 0 22px 12px;
	list-style: none;
	width: 100%;
	height: auto;
	overflow: hidden;
	/*-webkit-tap-highlight-color: transparent;*/
}
section.brand-slider ol li.brand {
	display: inline-block;
	width: 100px;
	height: 100%;
	background: #ffffff;
	margin: 12px 50px 28px 0;
	overflow: hidden;
	vertical-align: middle;
}
section.brand-slider ol li.brand a {
	display: block;
	width: 100%;
	height: auto;
	min-height: 36px;
}
section.brand-slider ol li.brand img {
	background: url(https://shopsolutions.co.nz/skin/frontend/intenso/default/images/spinner.gif) center center no-repeat;
	width: 100%;
	min-height: 32px;
	height: auto;
	vertical-align: baseline;
}
section.brand-slider ol li.brand img.spinner:after {
	margin-top: -14px;
}
section.brand-slider ol li.brand a span {
	display: block;
}
.show-all-brands {
	position: absolute;
	width: 93%;
	top: 66px;
	text-align: center;
}
.show-all-brands a {
	font-size: 0.813rem;
}
section.brand-slider .simple-nav {
	width: 96.5%;
}
/* Small & Medium screens */
@media only screen and (max-width: 40.063em) {
	.show-all-brands {
		text-align: right;
	}
}

/*******************************************************************************************************/
/***   9)	 CALL TO ACTION	RIBBON																	 ***/
/*******************************************************************************************************/
.cta-ribbon {
	margin: 50px 0 0;
	height: auto;
	height: 90px;
}
.cta-ribbon.padded {
	margin-left: 3.5%;
	width: 93.5%;
}
.cta-ribbon h1 {
	display: inline-block;
	margin: 0;
	color: #ffffff;
}
.cta-ribbon .button {
	margin: 0;
}
.cta-ribbon div {
	top: 50%;
	-webkit-transform-style: preserve-3d;
	-ms-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*******************************************************************************************************/
/***   10)	 FOOTER																					 ***/
/*******************************************************************************************************/
.main-footer {clear:both;}
.main-footer p {
	margin-bottom: 0;
}
.newsletter-ribbon {
	background: #f2f2f2;
	background: -moz-linear-gradient(-45deg, #f2f2f2 0%, #f0f0f0 33%, #f0f0f0 67%, #f2f2f2 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#f2f2f2), color-stop(33%,#f0f0f0), color-stop(67%,#f0f0f0), color-stop(100%,#f2f2f2));
	background: -webkit-linear-gradient(-45deg, #f2f2f2 0%,#f0f0f0 33%,#f0f0f0 67%,#f2f2f2 100%);
	background: -o-linear-gradient(-45deg, #f2f2f2 0%,#f0f0f0 33%,#f0f0f0 67%,#f2f2f2 100%);
	background: -ms-linear-gradient(-45deg, #f2f2f2 0%,#f0f0f0 33%,#f0f0f0 67%,#f2f2f2 100%);
	background: linear-gradient(135deg, #f2f2f2 0%,#f0f0f0 33%,#f0f0f0 67%,#f2f2f2 100%);
	padding-top: 13px;
	padding-bottom: 13px;
}
.newsletter-ribbon a {
	display: inline-block;
	line-height: 2.125rem;
	height: 2.125rem;
	transition: color 150ms ease-out 0s;
}
.newsletter-ribbon .icon-email {
	position: relative;
	color: #3b3d3d;
	font-size: 0.875rem;
	line-height: 2.125rem;
	font-family: 'Open Sans', sans-serif;
	left: 0;
	top: 0;
}
.newsletter-ribbon .icon-email:before {
	font-family: 'Intenso';
	content: "\e616";
	font-size: 2.125rem;
	/* line-height should be 2.125rem but IE doesn't render correctly pseudo-elements with line-height in rems */
	line-height: 34px;
	padding: 0 8px 0 0;
	float: left;
	transition: color 150ms ease-out 0s;
}
.newsletter-ribbon a:hover,
.exitintent-popup a:hover,
.newsletter-ribbon .social a:hover,
.exitintent-popup .social a:hover,
.newsletter-ribbon .icon-email:hover:before {
	color: #27ccc0;
}
.newsletter-ribbon .social a,
.exitintent-popup .social a {
	float: right;
	color: #3b3d3d;
	font-size: 2.125rem;
	line-height: 2.125rem;
	margin: 0 0 0 7px;
	width: 2.125rem;
	height: 2.125rem;
	overflow: hidden; border-radius:100%;
}
.exitintent-popup .social a {
	float: left;
	margin: 0 7px 0 0;
}
.newsletter-ribbon .field,
.exitintent-popup .newsletter-subscribe-form .field {
/*	position: relative;
	margin: 0 0 0 32px;
	width: 290px;
	font-size: 1rem; */
}
.exitintent-popup .newsletter-subscribe-form .field {
/*	margin: 0;*/
}
.newsletter-ribbon label,
.exitintent-popup .newsletter-subscribe-form label {
	top: -19px;
}
form#newsletter-validate-detail,
form#newsletter-validate-detail-popup {
	position: relative;
}
.newsletter-ribbon form {
	display: none;
}
.newsletter-ribbon button,
.exitintent-popup .newsletter-subscribe-form button {
/*	position: absolute;
	margin: 0;
	top: -28px;
	left: 330px;*/ 
}
.exitintent-popup .newsletter-subscribe-form button {
/*	left: 300px;*/ margin-top: 20px;
}
.footer-links {
/*	background: #E5E5E5; *//* Must be setted from Admin */
	padding-top: 1.5%;
	padding-bottom: 0.5%; border-bottom:1px solid #f2f2f2;
}
.footer-links ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-links ul li {
	font-size: 0.813rem;
	color: #222222;
	line-height: 1.125rem;
	padding-bottom: 0.375rem; margin:0px;
}
.footer-links ul li.title {
	font-size: 0.875rem;
	color: #000000;
	font-weight: 600;
	padding-bottom: 6px; text-transform:uppercase;
}
.footer-links ul li a {
	color: #666666;
	text-decoration: none;
}
.footer-links ul li a:hover {
	color: #27ccc0;
}
.footer-links li[class^='icon-'],
.footer-links li[class*=' icon-'] {
	font-size: 0.813rem;
	padding-left: 22px;
	padding-bottom: 0.625rem;
	vertical-align: middle;
	font-family: 'Open Sans', sans-serif;
	line-height: 1.125rem;
}
.footer-links li[class^='icon-']:before,
.footer-links li[class*=' icon-']:before {
	position: absolute;
	font-size: 1.250rem;
	font-family: 'Intenso';
	left: 0;
}
.footer-links .icon-mapmarker:before {
	font-size: 1.313rem !important;
	padding-top: 5px;
}
.footer-links .icon-phone:before {
	font-size: 1.125rem !important;
}
.footer-links .icon-email-2:before {
	font-size: 1rem !important;
	padding-top: 1px;
}
.h-links-list {
	list-style: none;
	margin: 15px 0 !important;
	/*height: 1rem; */
	line-height: 0.750rem;
}
.h-links-list li {
	display: inline-block;
	padding: 0 8px !important;
	border-left: 1px solid #A5A5A5;
	font-size: 0.750rem;
	line-height: 0.875rem !important;
	height: 1rem;
}
.h-links-list li a {
	font-size: 0.750rem;
	line-height: 0.875rem !important;
	color: #888888 !important;
}
.h-links-list li a:hover {
	color: #444444 !important;
}
.h-links-list li:first-child {
	padding: 0 8px 0 0 !important;
	border-left: none;
}
.back-to-top {
	display: inline-block;
	position: relative;
	padding: 6px 0 0;
	font-size: 0.813rem;
	color: #ffffff;
	margin: 8px 0 0 0;
}
.back-to-top:hover {
	color: #ececec;
}
.back-to-top:focus {
	color: #ffffff;
}
.back-to-top:after,
.back-to-top:before {
	border-right: 3px solid;
	content: '';
	display: block;
	height: 10px;
	margin-top: -8px;
	margin-right: 2px;
	position: absolute;
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	right: 50%;
	top: 0;
	width: 0;
}
.back-to-top:after { 
	margin-top: -8px;
	margin-right: -4px;
	-ms-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 50%;
} 
.mobile-footer-links {
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
	background: #E5E5E5;
}
.mobile-footer-links li {
	border-bottom: 1px solid #ffffff !important;
}
.mobile-footer-links li:hover {
	background: #c6c6c6;
}
.mobile-footer-links li a {
	position: relative;
	display: block;
	line-height: 1rem !important;
	font-size: 0.875rem !important;
	font-weight: 600;
	color: #000000 !important;
	padding: 14px 3.5% !important;
}
.mobile-footer-links li a:before,
.mobile-footer-links li a:after {
	border-right: 2px solid;
	content: '';
	display: block;
	height: 7px;
	margin-top: -4px;
	position: absolute;
	-ms-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 4%;
	top: 50%;
	width: 0;
}
.mobile-footer-links li a:after  {
	margin-top: 0;
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.back-to-top-container {
	position: relative;
	margin: 20px 0 10px;
	text-align: center;
}
.back-to-top-container a,
.back-to-top-container a:hover,
.back-to-top-container a:focus {
	color: #000000;
}
.mobile-footer-switch {
	height: 2.8125rem;
	padding: 0.625rem 0.75rem;
}
.touch .mobile-footer-switch {
	height: 3.25rem;
}
.mobile-footer-switch .chosen-drop {
	top: auto !important;
	bottom: 1.625rem;
}
.mobile-footer-switch .form-language {
	display: inline-block;
	margin-right: 16px;
	width: 46%;
}
.mobile-footer-switch .chosen-container-single .chosen-single,
.mobile-footer-switch .chosen-container-active .chosen-single,
.header-ribbon .chosen-container-single .chosen-single,
.header-ribbon .chosen-container-active .chosen-single {
	border: none !important;
}
.mobile-footer-switch .chosen-container-single .chosen-single:before,
.mobile-footer-switch .chosen-container-single .chosen-single:after,
.header-ribbon .chosen-container-single .chosen-single:before,
.header-ribbon .chosen-container-single .chosen-single:after {
	background: transparent !important;
}
.mobile-footer-switch #select-currency {
	width: 46%;
	float: right;
}
/* Only Small screens */
@media only screen and (max-width: 48em) {
	.exitintent-popup {
		background-image: none !important;
	}
	.exitintent-popup .block-content {
		width: 100% !important;
	}
	.exitintent-popup .newsletter-subscribe-form .field {
/*		width: 164px;*/
	}
	.exitintent-popup .newsletter-subscribe-form button {
/*		left: 170px;
		top: -20px; */
	}
}
/* Only Medium screens */
@media only screen and (min-width: 40.063em) and (max-width: 48em) {
	.main-footer .payment-logos li {
		margin: 0 0 0 3px;
	}
	.main-footer .payment-logos li img {
		width: 32px;
		height: 18px;
	}
}
@media only screen and (min-width: 48.063em) and (max-width: 64em) {
	.main-footer .payment-logos li {
		margin: 0 0 0 4px;
	}
	.main-footer .payment-logos li img {
		width: 38px;
		height: 21px;
	}
}

/*******************************************************************************************************/
/***   11)	 CATALOG CATEGORY VIEW & SEARCH RESULTS													 ***/
/*******************************************************************************************************/

.category-image {
	margin: 8px 0 10px;
}
.products-grid .ajax-message {
	position:  fixed;
	list-style: none;
	left: 0;
	right: 0;
	top: 0;
	color: #ffffff;
	background: #ea1818;
	margin: 0;
	padding: 0 4%;
	width: 100%;
	font-size: 0.750rem;
	font-weight: bold;
	z-index: 10001;
}
.catalog-list-empty {
	margin: 10px 0 0px;
}
.catalog-list-empty h3 {
	line-height: 2rem;
	margin-bottom: 2rem;
}
/* Grid */
.products-grid {
	position: relative;
	width: 100%;
	padding: 15px 0px;
	background: #fff !important; /* Must be setted from Admin */  
}
.category-products {
	z-index: 1;
}
.catalog-category-view .left-off-canvas-menu,
.catalogsearch-result-index .left-off-canvas-menu,
.catalogsearch-advanced-result .left-off-canvas-menu,
.tag-product-list .left-off-canvas-menu {
	position: relative;
	display: block;
	float: left;
	margin: 12px 8px 28px 0;
	left: 0;
	width: 260px;
	z-index: auto !important;
	-ms-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-webkit-transform: none;
	transform: none;
	/*background: #ffffff !important;
	-webkit-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.1);
	-moz-box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.1);
	box-shadow: 1px 3px 1px rgba(50, 50, 50, 0.1);
	box-sizing: border-box !important; */
}
.js .catalog-category-view .left-off-canvas-menu,
.js .catalogsearch-result-index .left-off-canvas-menu,
.js .catalogsearch-advanced-result .left-off-canvas-menu,
.js .tag-product-list .left-off-canvas-menu {
	display: none;
}
.catalog-category-view .left-off-canvas-menu .top-bar-section ul,
.catalogsearch-result-index .left-off-canvas-menu .top-bar-section ul,
.catalogsearch-advanced-result .left-off-canvas-menu .top-bar-section ul,
.tag-product-list .left-off-canvas-menu .top-bar-section ul {
	width: 100%;
}
.catalog-category-view .left-off-canvas-menu .top-bar-section ul li,
.catalogsearch-result-index .left-off-canvas-menu .top-bar-section ul li,
.catalogsearch-advanced-result .left-off-canvas-menu .top-bar-section ul li,
.tag-product-list .left-off-canvas-menu .top-bar-section ul li {
	width: 100%;
}
.tag-product-list .left-off-canvas-menu .top-bar-section {
	min-height: 326px;
}
.tag-product-list .left-off-canvas-menu .top-bar-section .block-content {
	display: none;
}
.products-grid .toolbar {
	background: transparent;
	margin: 10px 0px 10px;
	padding-right: 0;  border-bottom:1px solid #ddd; padding-bottom:10px;
}
.products-grid .toolbar h3 {
	margin: 0;
	line-height: 2rem;
	text-transform: capitalize;
}
.products-grid .toolbar .button {
	margin-bottom: 0;
	background: #dee2e2;
	color: #222222;
	font-weight: normal !important;
}
.products-grid .toolbar [class^="icon-"],
.products-grid .toolbar [class*=" icon-"] {
	font-family: 'intenso' !important;
	font-size: 1rem;
	color: #afafaf;
	padding: 0.5rem 0.625rem;
}
.products-grid .toolbar .button.active,
.products-grid .toolbar .button.active:hover {
	background: #27ccc0;
	color: #ffffff;
}
.products-grid .toolbar .button:hover {
	background-color: #d3d3d3;
}
.products-grid .toolbar .button-group .active,
.products-grid .toolbar .button-group .active:hover {
	background-color: #afafaf !important;
	color: #ffffff !important;
}
.products-grid .toolbar .actions {
	text-align: left;
	height: 2rem; padding-left:0px;
	line-height: 2rem;
}
.button.layered-nav-toggle {
	line-height: 1.375rem;
}
.action-for-medium-up {
	display: inline-block !important;
	vertical-align: top;
}
.action-for-small-only {
	display: none !important;
}
.products-grid .toolbar .actions div {
	display: inline-block;
}
.products-grid .toolbar .actions .row {
	padding: 0;
}
.products-grid .toolbar .filter {
	text-align: right;
	padding-right: 0.5rem;
}
.products-grid .toolbar .grid-style {
	text-align: left;
	padding-left: 0.5rem;
}
.products-grid .toolbar .amount {
	font-size: 0.875rem;
	text-align: right;
	color: #777777;
	line-height: 1.250rem;
	padding:5px 0px 0px;
	margin: 0 2px 0;
}
.products-grid .toolbar .button-group {
	display: inline-block;
	margin-left: 9px;
}
.products-grid .toolbar .button-group .icon-grid,
.products-grid .toolbar .button-group .icon-list {
	margin: 0 0 0 3px;
	border: none;
}
.products-grid .toolbar .button-group li:first-child a {
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.products-grid .toolbar .button-group li:last-child a {
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.products-grid .link-rss {
	display: inline-block;
	font-size: 0.688rem !important;
	padding: 2px 0 0 !important;
	vertical-align: middle;
}
.products-grid .link-rss:hover {
	color: #27ccc0;
}
.products-grid .category-description {
	margin: 15px 0 10px;
	font-size: 0.938rem;
}
/*
.layered-nav.top-bar-section {
	margin-top: 0px;
}
.filter-reset {
	position: absolute;
	font-size: 0.875rem;
	color: #27ccc0;
	text-decoration: none;
	right: 20px;
	line-height: 1;
	margin-top: 15px;
}

.layered-nav-container dt {
	font-size: 21px;
	color: #fff;  font-family: 'HouseSlant',Arial, sans-serif;
	font-weight: 300;
	margin:10px 0px 10px 0px;
}
.layered-nav-container dt span {
	font-size: 0.750rem;
	color: #fff;
	font-weight: 300;
	position: absolute;
	right: 10px;
	padding: 5px 12px 0 0;
	cursor: pointer;
	transition: color 300ms ease-out; font-family: "Roboto",sans-serif;
}
.layered-nav-container dd {
	margin-bottom: 0;
}
.layered-nav-container ol {
	list-style: none;
	margin: 0; color:#fff;
	padding: 0;
}
.layered-nav-container ol li {
	position: relative;
	font-family: "Roboto",sans-serif;
	line-height: 1rem;
	padding: 0 0 6px 24px; margin:5px 0 5px 10px;
}
.layered-nav-container ol li a {
	display: inline-block;
	font-size: 0.875rem;
	line-height: 1rem !important;
	color: #fff;
	padding: 0 6px 0 0 !important;
	font-weight: normal;
}
.layered-nav-container ol li .price {
	color: #555555;
	font-size: 0.875rem;
}
.layered-nav-container ol li a span {
	font-size: 0.750rem;
	color: #999999;
	font-weight: normal;
	padding: 0 0 0 3px;
}
.layered-nav-container dt span:hover,
.layered-nav-container ol li a:hover {
	color: #01b9df;
}
.layered-nav-container ol li a:hover:before {
	color: #fff;
}
.layered-nav-container ol li a:before {
	position: absolute;
	font-family: 'intenso';
	font-size: 0.875rem;
	content: '\e618';
	color: #01b9df;
	top: 1px;
	left: 0;
}
.layered-nav-container ol li.checked a:before {
	content: '\e617';
	color: #27ccc0;
}
.layered-nav-container ol li.checked a,
.layered-nav-container ol li.checked a .price {
	color: #000000;
}
.layered-nav label {
	font-size: 21px;
	color: #fff;
	font-weight: 300; line-height:24px;
	margin:5px 0px 5px;   font-family: 'HouseSlant',Arial, sans-serif;
}
.layered-nav .layered-nav-select {
	margin-left: -0.5rem;
	height: 1.625rem;
}
.layered-nav .layered-nav-select .chosen-container {
	margin-top: -22px;
	width: 100% !important;
}
.layered-nav .currently {
	margin: 20px 0 0 0;
}
.layered-nav .currently .block-subtitle {
	font-weight: bold;
	margin: 0 0 6px;
}
.layered-nav .currently li {
	position: relative;
	padding: 0 0 6px 19px;
}
.layered-nav .currently li a:before {
	content: "\e604" !important;
	font-size: 13px;
	top: 5px;
}
.layered-nav .currently li .label {
	display: inline;
	background: transparent;
	color: #777777;
	font-size: 0.6875rem;
	padding: 0;
}
.layered-nav .currently li .value {
	font-size: 0.875rem;
	color: #27ccc0;
}
.layered-nav .block-content {
	min-height: 207px; float:left; width:100%;
}
.price-slider {
	position: relative;
    height: 16px;
    width: 194px;
}
.price-slider:after {
	content: '';
	height: 3px;
	width: 100%;
	background: #cecece;
	position: absolute;
	top: 6px;
}
.price-slider .filter-handle {
    height: 16px;
    width: 7px;
    cursor: e-resize;
    display: block;
}
.price-slider .price-slider-from {
    background: url("https://shopsolutions.co.nz/skin/frontend/intenso/default/images/slider.png") no-repeat scroll 0 0 transparent;
    z-index: 1;
}
.price-slider .price-slider-to {
    background: url("https://shopsolutions.co.nz/skin/frontend/intenso/default/images/slider.png") no-repeat scroll 0 0 transparent;
    cursor: w-resize;
    z-index: 1;
    margin-top: -16px;
}
.price-display li {
	padding-top: 3px !important;
	line-height: 1rem !important;
	width: 194px !important;
}
.price-display li span {
	font-size: 14px;
	color: #fff;
}*/
/* configurable swatches */
.configurable-swatch-list {
	list-style: none;
	margin: 0;
}
.configurable-swatch-list li {
	display: inline-block;
	line-height: 1 !important;
}
.configurable-swatch-list .swatch-label {
	padding: 0;
}
.layered-nav .swatch-link.has-image:before {
	top: auto !important;
}
.layered-nav .configurable-swatch-list .swatch-label img {
	vertical-align: top;
}
.layered-nav .configurable-swatch-list li {
	min-width: 85px;
}
.configurable-swatch-list-wrapper p {
	display: none;
	margin: 0;
	font-size: 0.813rem;
	line-height: 0.875rem;
	color: #777777;
}
.swatch-link .x {
	background: url("https://shopsolutions.co.nz/skin/frontend/intenso/default/images/bg_x.png") no-repeat scroll center center transparent;
	position: absolute;
	display: none;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	text-indent: -999em;
	z-index: 10;
}
.configurable-swatch-list .not-available .swatch-link .x {
	display: block;
}
.configurable-swatch-list .not-available .swatch-link.has-image img {
	opacity: 0.4;
	filter: alpha(opacity=40);
}
.product-options .configurable-swatch-list li {
	margin: 0;
	border: 1px solid #dbdbdb !important;
	line-height: 1;
}
.product-options .configurable-swatch-list li.selected {
	border: 1px solid #27ccc0 !important;
}
.product-options .configurable-swatch-list li a {
	position: relative;
	display: block;
	margin: 1px;
}
.product-options .configurable-swatch-list li .swatch-label {
	display: block;
}
.product-options .configurable-swatch-list li a img {
	vertical-align: top;
}

/* List */
.category-products.list .configurable-swatch-list-wrapper {
	position: absolute;
	bottom: 0.875rem;
	left: 20%;
}
.category-products.list-narrow .configurable-swatch-list-wrapper {
	left: 37.5%;
	top: 6.5rem;
}
.category-products.list .configurable-swatch-list-wrapper p {
	display: block;
}
.category-products.list .item {
	width: 98.5%;
	margin-bottom: 0;
}
.category-products.list .item-content {
	position: relative;
}
.category-products.list .item-images {
	width: 20%;
	min-height: 180px;
}
.category-products.list .item-images.flush {
	padding: 0 8px 0 0;
}
.category-products.list .item-title {
	position: absolute;
	left: 20%;
	top: 1rem;
	width: 60%;
}
.category-products.list .headline.hide-for-small-only {	position: absolute;	left: 20%; top: 3rem;	width: 60%; font-size:15px; font-style:italic; display:block !important;	}
.headline.hide-for-small-only { display:none !important;} 
.category-products.list .item-description {
	display: block;
	position: absolute;
	padding: 0;
	left: 20%;
	top: 5rem;
	font-size: 0.875rem;
	color: #777777;
	line-height: 1rem;
	width: 60%;
	height: 60%;
	overflow: hidden;
}
.category-products.list .item-description:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 15px;
	bottom: 0;
	background: -webkit-linear-gradient(rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 1) 100%); 
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 1) 100%);
    background-image: -o-linear-gradient(rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 1) 100%);
    background-image: linear-gradient(rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 1) 100%);
    background-image: -ms-linear-gradient(rgba(255, 255, 255, 0) 0%,rgba(255, 255, 255, 1) 100%);
}
.category-products.list .item-description p {
	color: #777777;
	font-size: 0.875rem;
	line-height: 1.25rem;
	margin-bottom: 0.5rem;
}
.category-products.list .item-description li {
	color: #777777;
	font-size: 0.8125rem;
	line-height: 1rem;
}
.category-products.list .price-box {
	position: absolute;
	left: 83%;
	top: 1rem;
	width: 18%;
	padding: 0;
	font-size: 0.938rem;
}
.category-products.list .ratings {
	position: absolute;
	left: 83%;
	top: 3.375rem;
}
.category-products.list .options-container {
	position: absolute;
	left: 20%;
	bottom: 36px;
	width: 58%;
}
.category-products.list .actions {
	position: absolute;
	top: 5.125rem;
	left: 83%;
	border-top: none;
	width: 17%;
	padding: 0;
}
.category-products.list .actions .btn-cart,
.category-products.list .actions .add-to-links {
	float: none;
}
.category-products.list .color-gallery .option-title {
	display: block;
	font-size: 0.813rem;
	color: #999999;
	font-weight: normal;
}
.catalogsearch-result-index .page-title,
.catalogsearch-advanced-result .page-title {
	display: none;
}
.catalogsearch-result-index .no-results {
	text-align: center;
}
.catalogsearch-result-index .no-results .form-search {
	margin-bottom: 30px;
}
.catalogsearch-result-index .featured-slider,
.catalogsearch-advanced-result .featured-slider {
	margin: 0 0 80px;
}
.advanced.search .page-title {
	margin-left: 0;
}
.catalogsearch-result-index .no-results,
.catalogsearch-advanced-result .no-results {
	text-align: center;
	padding: 37px 0;
}
.catalogsearch-advanced-result .no-results span {
	display: inline-block;
	margin: 11px 0 30px;
	font-weight: lighter;
}
.catalogsearch-advanced-result .no-results ul {
	list-style: none;
	margin: 0;
}
.catalogsearch-advanced-result .no-results .arrow-left {
	margin-top: 20px;
}
.catalogsearch-advanced-result .layered-nav-container {
	overflow: hidden;
	min-height: 56rem;
}
.advanced-search-amount {
	padding-top: 10px;
}
.advanced-search-amount ul {
	list-style: none;
	display: inline-block;
	margin: 0;
}
.advanced-search-amount ul li {
	display: inline-block;
	margin: 0 5px 0 0;
}
.advanced-search-amount p {
	margin-bottom: 0;
	text-align: right;
}
.catalogsearch-advanced-result .products-grid {
	padding-top: 0;
}
.layered-nav #advanced-search-list,
.layered-nav .buttons-set {
	display: block;
	margin: 0 0 0 -0.5rem;
	width: 104%;
}
.layered-nav #advanced-search-list > li {
	padding-top: 0;
	margin: 0;
}
.layered-nav #advanced-search-list label {
	color: #777777;
	font-size: 0.875rem;
	margin: 0;
}
.layered-nav .advanced-search .legend {
	margin: 25px 0 0;
	color: #000000;
	font-size: 1rem;
	font-weight: 300;
}
.layered-nav .input-range {
	width: 84px !important;
	padding-right: 5px;
}
.layered-nav .input-range small {
	right: -2rem;
}
.layered-nav .regular-field {
	padding-top: 14px !important;
}
.layered-nav .regular-field > label {
	top: 0;
}

/* Pagination nav */
.pages {
	position: relative;
	margin: 5px 0px 15px 0px;
	padding: 0;
	left: 0;
	right: 0;
	text-align: center;
}
.pages ol {
	list-style: none;
	margin: 0;
}
.pages ol li {
	position: relative;
	display: inline-block; margin-left:3px;
}
.pages ol li.current {
	margin: 0 3px; border:1px solid #01b9df; padding:0px 10px; color:#01b9df;
}
.pages ol li a:hover { border:1px solid #01b9df; color:#01b9df; }
.pages ol li a.next { border:0px;}
.pages ol li a.previous { border:0px;}
.pages ol li a {
	display: block;
	padding: 0 10px; text-decoration:none; border:1px solid #ddd; color:#999;
}
a.previous,
a.next {
	font-family: 'Open Sans', sans-serif;
	color: #ffffff !important;
	background: #27ccc0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 1rem;
	font-weight: normal;
	padding: 0.188rem 0.5rem !important;
}
a.previous {
	padding-left: 1.4rem !important;
	margin-right: 8px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-topright: 0;
	-moz-border-radius-bottomright: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
a.next {
	padding-right: 1.4rem !important;
	margin-left: 8px;
	-webkit-border-top-left-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-topleft: 0;
	-moz-border-radius-bottomleft: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
a.previous:hover, a.previous:focus, a.next:hover, a.next:focus {
	background: #1d9d94;
}
a.next:before,
a.next:after,
a.previous:before,
a.previous:after {
	border-right: 2px solid;
	content: '';
	display: block;
	height: 8px;
	margin-top: -6px;
	position: absolute !important;
	-ms-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 12px;
	top: 50%;
	width: 0;
	color: #fff !important;
}
a.next:after,
a.previous:after {
	margin-top: -1px;
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-style: none !important;
	border-right: 2px solid !important;
}
a.previous:before,
a.previous:after {
	right: auto;
	left: 12px;
	margin-top: -6px;
}
a.previous:before {
	margin-top: -1px;
}
a.previous:after {
	
}
.link-compare.compared:before,
.link-compare.compared:hover:before {
	color: #27ccc0 !important;
	cursor: default;
}

/* Small screens */
@media only screen and (max-width: 40em) {
	.category-products.list .configurable-swatch-list-wrapper {
		bottom: 3.25rem;
		left: 34%;
		width:  64%;
		padding: 0 0 0 14px;
	}
	.category-products .item {
		width: 98.5%;
	}
.epty-cart-page .category-products .item	{ width: 98.5%;}
.shopping-cart-block-1 .category-products .item { width: 100%; }
.shopping-cart-block-1 .category-products { margin-left:0px !important; border-left:0px;} 
	.category-products {
		margin-left: 3.5% !important;
	}
	.category-products.list .item-images {
		width: 36%;
	}
	.category-products.list .item-title {
		font-size: 0.875rem;
		left: 34%;
		top: 0.5rem;
	}
	.category-products.list .item-description {
		display: none;
	}
	.category-products.list .price-box {
		left: 34%;
		top: 2.2rem;
		padding: 0 0 0 14px;
		font-size: 0.875rem;
		width: 100%;
	}
	.category-products.list .ratings {
		left: 34%;
		top: 4.5rem;
		padding-left: 14px;
	}
	.category-products.list .actions {
		left: 34%;
		padding-left: 14px;
		width: 64%;
		top: auto;
		bottom: 0;
	}
	.category-products.list .actions .add-to-links {
		float: right;
	}
	.category-products.list .options-container {
		bottom: 5.2rem;
		width: 64%;
		left: 34%;
	}
	/* Following styles makes the catalog defaults to List on small screens */
	.category-products {
		border-left-color: transparent;
		border-left-style: solid;
		border-left-width: 3px; /* this style is added to sync with jQuery's function "self.setItemWidth" */
	}
	.category-products .item-content {
		position: relative;
	}
	.category-products .item-images {
		width: 36%;
	}
	.category-products .item-title {
		position: absolute;
		font-size: 0.875rem;
		left: 34%;
		top: 0.5rem;
		padding-left: 14px;
		width: 62%;
	}
	.category-products .item-description {
		display: none;
	}
	.category-products .price-box {
		position: absolute;
		left: 34%;
		top: 2.2rem;
		padding: 0 0 0 14px;
		font-size: 0.875rem;
	}
	.category-products .ratings {
		position: absolute;
		left: 34%;
		top: 3.2rem;
		padding-left: 14px;
	}
	.category-products .configurable-swatch-list-wrapper {
		position: absolute;
		bottom: 2.6rem;
		left: 34%;
		width: 64%;
		padding: 0 0 0 14px;
	}
	.category-products .configurable-swatch-list-wrapper p {
		display: block;
	}
	.category-products .actions {
		left: 34%;
		padding-left: 14px;
		width: 64%;
		top: auto;
		bottom: 0;
/*		border: none;*/
	}
	.category-products .actions .add-to-links {
		float: left;
	}
	.category-products .options-container {
		position: absolute;
		top: 4.8rem;
		width: 64%;
		left: 34%;
	}
	/* ----------------------------------- */
	.catalog-category-view .left-off-canvas-menu,
	.catalogsearch-result-index .left-off-canvas-menu,
	.catalogsearch-advanced-result .left-off-canvas-menu {
		position: absolute;
		z-index: 1001 !important;
		left: 0 !important;
		margin: 0;
		width: 250px !important;
		-ms-transform: translate3d(-100%, 0px, 0px);
		-moz-transform: translate3d(-100%, 0px, 0px);
		-o-transform: translate3d(-100%, 0px, 0px);
		-webkit-transform: translate3d(-100%, 0px, 0px);
		transform: translate3d(-100%, 0px, 0px);
		background: #333333 !important;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.products-grid .toolbar {
		padding-right: 1%; 
		margin: 0.625rem 0 0.250rem 0;
	}
	.products-grid .toolbar .actions {
		text-align: right;
	}
	.action-for-medium-up {
		display: none !important;
	}
	.action-for-small-only {
		display: inline-block !important;
	}
	.products-grid .toolbar .amount {
		font-size: 0.750rem;
		line-height: 0.875rem;
		padding: 0;
		text-align: left;
	}
	.products-grid .toolbar .button {
		font-size: 1rem;
		padding: 0.313rem 1.4rem;
	}
	/* Left offcanvas menu */
	.filter-reset,
	.filter-reset:hover,
	.filter-reset:focus,
	.layered-nav label,
	.layered-nav-container dt,
	.layered-nav-container ol li a,
	.layered-nav-container ol li a .price,
	.layered-nav-container ol li a:hover,
	.layered-nav-container ol li.checked a, 
	.layered-nav-container ol li.checked a .price,
	.layered-nav-container .chosen-container-active .chosen-results,
	.layered-nav-container dt span,
	.layered-nav-container dt span:hover,
	.layered-nav .advanced-search .legend {}
	.layered-nav .layered-nav-select,
	.layered-nav #advanced-search-list,
	.layered-nav .buttons-set {
		margin-left: 0;
		margin-bottom: 2rem;
		width: 100%;
	}
	.advanced-search-amount p {
		text-align: left;
	}
	.layered-nav #advanced-search-list li {
		border-bottom: none;
	}
	.layered-nav #advanced-search-list label {
		color: #c4c4c4;
	}
	.layered-nav #advanced-search-list .input-box input {
		color: #ffffff;
	}
	.layered-nav #advanced-search-list .input-box.focus, 
	.layered-nav #advanced-search-list .input-box textarea:focus {
		border-color: #ffffff !important;
	}
}
@media only screen and (max-width: 25em) {
	.category-products .configurable-swatch-list-wrapper p {
		display: none !important;
	}
}
/* Only Medium screens */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.category-products.list .configurable-swatch-list-wrapper {
		bottom: 0.4rem;
		width:  50%;
	}
	.category-products .item {
		width: 57%;
	}
	.products-grid .toolbar {
		padding-right: 1%; 
		margin: 0.625rem 0 0 0;
	}
	.products-grid .toolbar .actions {
/*		text-align: right;*/
	}
	.products-grid .toolbar .amount {
/*		text-align: left;*/
		padding: 0;
	}
	.products-grid .toolbar .button {
		font-size: 1rem;
		padding: 0.313rem 1.4rem;
	}
	.products-grid .toolbar [class^="icon-"],
	.products-grid .toolbar [class*=" icon-"] {
		padding: 0.5rem 0.625rem;
	}
	.category-products.list .item-title {
		width: 50% !important;
	}
	.category-products.list .item-description {
		width: 50% !important;
		height: 47% !important;
	}
	.category-products.list .item-description,
	.category-products.list .item-description p {
		line-height: 1rem;
	}
	.category-products.list .price-box {
		left: 73% !important;
		width: 25% !important;
	}
	.category-products.list .ratings {
		left: 73% !important;
		width: 25% !important;
	}
	.category-products.list .actions {
		left: 73% !important;
		width: 25% !important;
	}
	.category-products.list .actions .btn-cart {
		font-size: 0.875rem;
	}
	.advanced-search-amount p {
		text-align: left;
	}
}
@media only screen and (min-width: 46.625em) and (max-width: 64em) {
	.category-products .item {
		width: 33.5%;
	}
.epty-cart-page .category-products .item { width: 32%;}
	.category-products.list .item-title {
		width: 50%;
	}
	.category-products.list .item-description {
		width: 50%;
		height: 47%;
	}
	.category-products.list .price-box {
		left: 78%;
		width: 25%;
	}
	.category-products.list .ratings {
		left: 78%;
		width: 25%;
	}
	.category-products.list .actions {
		left: 78%;
		width: 25%;
	}	
}
/* Medium and Up */
@media only screen and (min-width: 40.063em) {
	.category-products.list .actions .add-to-links {
		float: none;
		width: auto;
		margin: 0.5rem 0 0;
	}
	.category-products.list .actions .add-to-links li {
		position: relative; margin:0px;
	}
	.category-products.list .actions .add-to-links .link-wishlist:before, 
	.category-products.list .actions .add-to-links .link-compare:before {
		position: absolute;
		top: 0.125rem;
		left: -0.250rem;
	}
	.category-products.list .actions .add-to-links .link-wishlist,
	.category-products.list .actions .add-to-links .link-compare {
		display: inline;
		color: #999999 !important;
		font-size: 0.813rem;
		float: none;
		width: auto;
		overflow: visible;
		height: auto;
		line-height: 1.563rem;
		text-align: left;
		padding: 0 0 0 1.5rem;
		transition: all 300ms ease-out 0s;
	}
	.category-products.list .actions .add-to-links .link-wishlist:hover,
	.category-products.list .actions .add-to-links .link-compare:hover {
		color: #777777 !important;
	}
}

/* List mode when screen is below 64rem and layered nav is open */
.category-products.list-narrow .item-images {
	width: 36%;
}
.category-products.list-narrow .item-title {
	font-size: 0.875rem;
	left: 34%;
	width: 64%;
	top: 0.5rem;
	padding: 0 0 0 14px;
}
.category-products.list-narrow .item-description {
	display: none;
}
.category-products.list-narrow .price-box {
	left: 34% !important;
	top: 2.2rem;
	padding: 0 0 0 14px;
	font-size: 0.875rem;
}
.category-products.list-narrow .ratings {
	left: 34% !important;
	top: 4.75rem;
	padding-left: 14px;
}
.category-products.list-narrow .summary-popover-content, 
.category-products.list-narrow .summary-popover-icon {
    display: none;
}
.category-products.list-narrow .actions {
	left: 34% !important;
	padding-left: 14px;
	width: 63% !important;
	top: auto;
	bottom: 0;
}
.category-products.list-narrow .actions .add-to-links {
	float: right;
}
.category-products.list-narrow .options-container {
	bottom: 5.2rem;
	width: 64%;
	left: 34%;
}
.category-products.list-narrow .actions .add-to-links .link-wishlist,
.category-products.list-narrow .actions .add-to-links .link-compare {
	display: block;
	width: 1.750rem;
	height: 2.625rem;
	text-align: center;
	float: right;
	overflow: hidden;
	color: transparent !important;
	padding: 0;
}
.category-products.list-narrow .actions .add-to-links .link-wishlist:hover,
.category-products.list-narrow .actions .add-to-links .link-compare:hover {
	color: rgba(0, 0, 0, 0) !important;
}
.category-products.list-narrow .actions .add-to-links .link-wishlist:before {
	left: auto;
	top: 8px;
}
.category-products.list-narrow .actions .add-to-links .link-compare:before {
	font-size: 1.125rem;
	left: auto;
	top: 7px;
}
/* -----------------------*/

/*******************************************************************************************************/
/***   12)	 PRODUCT VIEW																			 ***/
/*******************************************************************************************************/
.product-essential {
	margin: 15px 0 10px; padding:0px;
}
.product-img-box .lightbox {
	display: block;
}
.product-img-box img {
	position: relative;
	display: block;
	width: 100%;
	margin: 0 auto;
}
.product-img-box figure {
	margin: 0;
}
.product-img-box .more-views {
	position: relative;
	width: 100%;
	margin:0px 0px 0px;
	padding: 0;
	list-style: none;
	text-align: center;
}
.product-img-box .more-views li {
	display: inline-block;
	border: 1px solid #ffffff;
	width: auto !important;
	height: 74px;
	margin: 0 8px 0 0;
	padding: 5px; text-align:center; margin-right:0px !important;
}
.product-img-box .more-views li:last-child {
	margin: 0;
}
.product-img-box .more-views li:hover {
	border-color: #E2E2E2;
}
.product-img-box .more-views li.selected {
	border-color: #27ccc0 !important;
}
.product-img-box .more-views li a,
.product-img-box .more-views li img {
	display: inline;
	width: 68px;
	height: 68px; max-height:100%;
}
.product-shop {
/*	width: 45.6667%;*/
/*	padding-left: 2.5% !important;*/ padding-right:0px;
}
.product-view .option ul { margin:0px 0px 10px;}
.product-shop .ratings {
	padding: 0;
	width: 100%;
	display: inline-block;
}
.product-shop .rating-links {
	display: inline-block;
}
.product-shop .rating-links > a {
	font-size: 0.813rem;
}
.alert-price.link-price-alert,
.alert-stock.link-stock-alert {
	margin: 10px 0 0;
}
.alert-price.link-price-alert a,
.alert-stock.link-stock-alert a {
	padding: 0.125rem 0.625rem 0.25rem;
	font-size: 0.813rem;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #dee2e2;
}
.product-pricing {
	margin: 11px 0 0;
	position: relative;
}
.product-pricing span {
	display: inline-block;
	font-size: 0.813rem;
	color: #ffffff;
	padding: 0.250rem 0.5rem;
	background: #a1ba16;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.product-pricing:after {
	-moz-border-bottom-colors: none;
  	-moz-border-left-colors: none;
  	-moz-border-right-colors: none;
  	-moz-border-top-colors: none;
	top: 100%; 
	left: 6%; 
	border-style: solid inset inset;
	content: " "; 
	height: 0; 
	width: 0; 
	position: absolute;
    /*pointer-events: none; */
	border-color: rgba(161, 186, 22, 0); 
	border-width: 6px; 
	margin-left: -6px;
	border-top-color: #a1ba16;
}
.product-shop .item-options {
	margin: 15px 0 0;
}
.product-shop .item-options dt,
.product-shop .item-options dd {
	margin-bottom: 0;
}
.product-shop .item-options dt {
	font-size: 0.938rem;
	font-weight: normal;
}
.product-shop .item-options dd a {
	font-size: 0.875rem;
}
.product-shop .product-options dd {
	position: relative;
}
.product-shop .product-options dd .validation-advice {
	top: 105%;
}
.product-shop .product-options dl dd > .input-box:not(.configurable-option-text) {
	border: none;
	height: auto;
	margin-bottom: 0;
	font-size: 0.875rem;
}
.configurable-option-text:not(.textarea) {
	margin-top: 1.25rem !important;
}
.configurable-option-text {
	width: 220px;
}
.product-shop .product-options dl dd .input-box .options-list {
	margin-bottom: 5px;
}
.product-shop .product-options dl dd .input-box .options-list span.label {
	display: inline;
	white-space: normal; 
}
.product-shop .product-options dl dd .qty-holder .qty {
	display: inline-block;
}
.product-shop .price-as-configured {
	margin-bottom: 0;
}
.data-table.grouped-items-table {
	margin: 20px 0 0;
}
.data-table.grouped-items-table .image {
	padding: 5px;
}
.data-table.grouped-items-table .qty-wrapper {
	padding: 5px 0 0;
}
.data-table.grouped-items-table .input-text.qty {
}
.data-table.grouped-items-table .qty-label {
	display: inline-block;
	font-size: 0.750rem;
	padding: 0 6px;
	color: #777777;
}
.data-table.grouped-items-table .price-box {
	margin: 0;
}
.data-table.grouped-items-table .price-box p {
	font-size: 1rem;
}
.data-table.grouped-items-table .price-box .special-price {
	padding: 4px 0 0;
}
.product-options em {
	display: none;
}
.product-options dt,
.product-options dd,
.product-options .input-box,
.product-options label {
	display: block;
}
.product-options dd .input-box {
	margin-top: 0;
}
.product-options p.required {
	display: none;
}
.product-options select {
	width: auto;
}
.product-options .color-name {
	color: #777777;
	font-size: 0.875rem;
	font-weight: normal;
	padding-left: 8px;
}
.product-options .input-box-select .chosen-container {
	min-width: 220px;
	width: auto !important;
}
.product-options .input-box-select .validation-advice {
	top: 32px;
}
.product-options .options-list {
	list-style: none;
	margin-left: 0;
}
.color-swatches {
	list-style: none;
	margin: 0;
	padding: 0;
}
.color-swatches li {
	position: relative;
	display: inline-block;
	margin: 0 4px 0 0;
}
.color-swatches label {
	display: block;
	width: 40px;
	height: 42px;
	background-size: 36px 36px !important;
	background-repeat: no-repeat !important;
	background-position: 2px 2px !important;
	overflow: hidden;
	padding: 0 0 0 40px;
	margin: 0 !important;
	border: 1px solid transparent;
}
.color-swatches input[type="radio"]:checked + label {
	border-color: #27ccc0 !important;
}
.color-swatches input[type="radio"]:disabled + label {
	opacity: 0.5;
}
.color-swatches input[type="radio"] {
	position: absolute;
	visibility: hidden;
}
.paypal-or {
	display: block;
	color: #777777;
	font-size: 0.625rem;
}
.paypal-logo > a {
	display: inline-block;
	margin-top: 10px;
}
.bml-checkout-type {
	list-style: none;
	margin-top: 6px;
}
.product-shop-side .add-to-links .link-wishlist, 
.product-shop-side .add-to-links .link-compare {
    display: inline-block;
    font-family: 'OpenSans-Bold', Arial, sans-serif;
    font-size: 22px; color: #1D548C;
    white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
    text-transform: uppercase; text-align: center;
    background: #FFF; border: #BBCBDC solid 1px;
	height: 50px; line-height: 48px; padding: 0 15px;
	transition: all 300ms ease-out 0s;
}
.product-shop-side .add-to-links .link-wishlist:hover,
.product-shop-side .add-to-links .link-compare:hover {
    background: #EAEFF4; color: #1D548C;
}
.email-friend {
	margin: 0;
	padding-left: 22px;
	line-height: 1.625rem;
}
.email-friend a {
	position: relative;
}
.email-friend a:before {
	position: absolute;
	padding-left: 5px;
	top: 1px;
	font-family: 'intenso';
	content: "\e60e";
	font-size: 1rem;
	color: #CECECE;
	transition: all 300ms ease-out 0s;
}
.product-shop-side .add-to-links .separator {
	display: none;
}
/* static block: product-view-block-1 */
.product-view-block-1 {
	padding: 20px 0 0 19px;
	width: 100%;
	overflow: hidden;
}
/* Image lightbox */
.imagelightbox-wrap {
	position: absolute;
	-webkit-user-drag: none;
	z-index: 9999;
}
.imagelightbox-wrap img,
.product-img-box figure a img {
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;
    /*	cursor: -webkit-zoom-in;
        cursor: url(https://shopsolutions.co.nz/skin/frontend/intenso/default/css/images/magnify.cur), url(https://shopsolutions.co.nz/skin/frontend/intenso/default/images/magnify.cur), pointer; */
}
.imagelightbox-wrap.disable-slide img {
	/* IE need the path to be relative to the document while for webkit/mozilla has to be relative to the stylesheet */
	cursor: url(https://shopsolutions.co.nz/skin/frontend/intenso/default/css/images/openhand.cur), url(https://shopsolutions.co.nz/skin/frontend/intenso/default/images/openhand.cur), move;
}
.imagelightbox-wrap ~.imagelightbox-wrap {
	z-index: 9998 !important;
}
#imagelightbox {
	display: inline;
	width: 100%;
	-webkit-user-drag: none;
	-ms-touch-action: none;
    touch-action: none;
}
img#imagelightbox {
  display: table;
  float: none !important;
  height: 520px !important;
  margin: 6.5% auto !important;   
  width: 520px !important;
}
#imagelightbox-overlay {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 1);
	z-index: 9998;
	opacity: 0;
	/*animation: 0.25s linear 0s normal none 1 fade-in;*/
}
.imagelightbox-close {
	position: absolute;
	opacity: 0;
	z-index: 10001;
}
.imagelightbox-close span {
	border: 2px solid transparent;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
	position: fixed;
	display: block;
	overflow: hidden;
	top: 20px;
	right: 20px;
	width: 46px;
	height: 46px;
	padding-left: 42px;
	cursor: pointer;
}
.imagelightbox-close span:hover {
	border: 2px solid #bebebe;
}
.imagelightbox-close span:before,
.imagelightbox-close span:after {
	border-right: 2px solid;
	border-color: #CECECE;
	content: '';
	display: block;
	height: 38px;
	position: absolute;
	-ms-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 20px;
	top: 2px;
	width: 0;
}
.imagelightbox-close span:after  {
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.imagelightbox-close span:hover:before,
.imagelightbox-close span:hover:after {
	border-color: #bebebe;
}
.imagelightbox-wrap.disable-slide {
	transform: translateX(0px);
}
.prev-arrow,
.next-arrow {
	position: fixed;
	z-index: 10000;
}
.mobile-gallery {
	position: absolute;
	z-index: -1;
	margin: 20px 0 0;
}
.mobile-gallery .item img {
	margin: 0 auto;
	width: 100%;
	-webkit-touch-callout: none !important;
	-webkit-tap-highlight-color: rgba(0,0,0,0) !important;
	-webkit-user-select: none !important;
	-khtml-user-select: none !important;
	-moz-user-select: none !important;
	-o-user-select: none !important;
	user-select: none !important;
}
.product-shop .orbit-bullets-container {
	position: relative !important;
	margin: 20px 0 0;
	width: 100%;
}
/* Product collateral */
.product-collateral {
	padding-top: 0;
	padding-bottom: 20px;
}
.product-collateral.tags {
	padding-bottom: 80px;
}
.product-collateral-wrapper {
	background: #ffffff;
}
.product-collateral-wrapper .product-collateral {
	border-top: 3px solid #f4f4f4;
}
.product-collateral-wrapper .product-collateral.additional {
	background: #f4f4f4;
}
.product-collateral-wrapper .product-collateral.additional .data-table col:first-child {
	width: 25%;
}
.product-collateral h3 {
	margin: 20px 0 10px;
	padding-left: 0.9%;
}
.product-collateral div p {
	line-height: 1.5rem;
	font-size: 0.938rem;
	color: #5b6064; margin:10px 0px;
}
.short-description ul,
.product-collateral ul {
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
}
.short-description li,
.product-collateral li {
	position: relative;
	font-size: 0.938rem;
	font-weight: 300;
	padding: 0 0 6px 18px;
	line-height: 1.250rem;
	color: #5b6064;
}
.short-description li:before,
.product-collateral li:before {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	border: 1px solid #27ccc0;
	border-radius: 100px;
	left: 0;
	top: 0.4375rem;
}
.product-collateral div .label {
	background: transparent;
	color: #333333;
	display: inline;
	line-height: 1.750rem;
	font-family: inherit;
	font-size: inherit;
	font-weight: bold;
	padding: 0;
	margin: 0;
	text-align: left;
}
.product-collateral.description,
.product-collateral.ratings-reviews {
	padding-left: 0px;
	padding-right: 0px;
}
.product-description {
	overflow: hidden;
	padding-right: 20px;
	font-size: 15px;
	line-height: 21px;
	color: #545658; font-weight:300; width:100%;
}
.product-description h3,
.ratings-reviews h3 {
	padding-left: 0;
	margin-top: 10px;
}
.product-description-static-block {
	position: relative;
	float: right; 
	margin-top: 40px;
	width: 300px; 
	padding: 0;
}
.advertisement {
	font-size: 0.625rem;
	text-align: right;
	padding: 6px 2px 0 0;
	color: #999999;
}
.ratings-detail {
	position: relative;
	float: left;
	width: 260px;
	z-index: 1;
}
.reviews {
	overflow: hidden;
	padding-top: 35px;
	padding-left: 30px;
}
.reviews h5 {
	margin: 8px 0 15px 0;
	padding-bottom: 8px;
	border-bottom: 1px solid #d3d3d3;
}
.product-collateral.ratings-reviews .reviews .review-list li:after {
	background: transparent !important;
}
#histogram {
	background: transparent;
	border: none;
	border-spacing: 0;
	margin:  20px 0;
	width: 100%;
}
#histogram tr {
	height: 16px;
}
#histogram tr:nth-of-type(2n) {
	background: transparent;
}
#histogram { border-bottom:1px solid #ddd; border-right:1px solid #ddd;}
#histogram td {
/*	line-height: 0.813rem;
	padding: 0 3px; */ border-bottom:0px; border-right:0px;
}
#histogram .stars {
/*	width: 2.6rem;
	padding-left: 0;*/
}
#histogram .stars .small {
/*	line-height: 0.625rem !important;
	vertical-align: top; */
}
#histogram .amount {
	width: 2.5rem;
}
#histogram .progress {
	background: transparent;
	margin-bottom:  0;
	border: none;
	height: 14px;
	padding: 0;
}
#histogram .progress .meter-5 {
	background: #8ac249;
}
#histogram .progress .meter-4 {
	background: #ccdb38;
}
#histogram .progress .meter-3 {
	background: #ffea3a;
}
#histogram .progress .meter-2 {
	background: #ffb233;
}
#histogram .progress .meter-1 {
	background: #ff8b5a;
}
.review-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.review-list li {
	clear: both;
	padding: 0;
	width: 100%;
	border-bottom:  1px solid #d3d3d3;
	margin: 10px 0 0;
}
.reviews .form-list li {
	clear: both;
	width: 100%;
}
.review-list li:last-child {
	border: none;
	padding-bottom: 10px;
}
.review-list li:before,
.review-list li:after {
	border: none;
	background: transparent;
}
.review-list .useful-count {
	font-size: 0.750rem;
	color: #999999;
	margin: 0;
}
.review-list .rating-box,
.review-list h6 {
	display: inline-block;
}
.review-list .rating-box {
	margin-top: -2px;
	vertical-align: middle;
}
.review-list h6 {
	padding-left: 2px; margin:2px 0px;
}
.review-list h6 a {
	color: #000000;
}
.review-list .review-text {
	font-size: 0.813rem;
	font-weight: normal;
	color: #5b6064;
	margin:  5px 0 5px;
}
.review-list .view-more {
	font-size: 0.813rem;
}
.review-list .author {
	font-size: 0.750rem;
	color: #999999; display:inline; margin:5px 0px;
}
.review-list .author span {
	font-weight: normal; color:#333;
}
.write-review {
	margin: 15px 0 0;
}
.write-review .button {
	margin-bottom:  0;
}
.product-tags,
.tags-list {
	list-style:  none;
	margin-bottom: 15px !important;
}
.product-tags li,
.tags-list li {
	display:  inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #DEE2E2;
	font-size: 0.750rem;
	margin: 0 3px 3px 0;
	padding: 0;
}
.product-tags li:hover,
.tags-list li:hover {
	background-color: #B9B9B9;
}
.product-tags li a,
.tags-list li a {
	display: block;
	color: #222222;
	font-size: 0.750rem;
	font-weight: bold;
	padding: 0.188rem 0.625rem;
	line-height: 1.5;
}
.product-tags li a:hover,
.tags-list li a:hover {
	color: #333333;
}
.product-tags li a span,
.tags-list li a span {
	font-weight: lighter;
	font-size: 0.688rem;
}
.product-tags li:before,
.product-tags li:after,
.tags-list li:before,
.tags-list li:after {
	content: none;
}
.tags .form-add {
	width: 260px;
}
.tags form {
	margin-bottom: 0;
}
.tags .button {
	margin-top: 20px;
	margin-bottom: 8px;
}
#add-tag {
	font-size: 0.813rem;
	color: #27ccc0;
	cursor: pointer;
}
#add-tag:hover {
	text-decoration: underline;
}
#addTagForm {
	display: none;
}
.input-text.qty {
	text-align: center;
}
.tag-list-index .tags-list {
	margin: 0 3.5%;
	padding: 0 0 50px;
}

/* Small screens */
@media only screen and (max-width: 40em) {
	.mobile-gallery {
/*		position: relative;
		z-index: 0;
		margin-left: -4.2%;
		margin-right: -4.2%; */
	}
	.product-img-box {
		position: absolute;
		z-index: -1;
	}
	.product-shop {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0;
	}
	.product-shop .price-box {
		margin: 32px 0 0;
	}
	.product-shop-side {
		width: 100%;
		padding-right: 0;
		margin-top: 18px;
	}
	.imagelightbox-close {
		top: 0;
		width: 100%;
		height: 36px;
		background: #efefef;
		position: fixed;
	}
	.imagelightbox-close span {
		top: 5px;
		right: 14px;
		width: 26px;
		height: 26px;
		padding-left: 22px;
	}
	.imagelightbox-close span:before,
	.imagelightbox-close span:after {
		height: 18px;
		border-color: #999999 !important;
		right: 10px;
		top: 2px;
	}
	.imagelightbox-close span:hover {
		border: 2px solid #999999;
	}
	.buybox .qty-input-text { 
/*		height: 1.75rem;*/
	}
	#qty-wrapper #qty {
/*		display: block; */
		margin: 0px 0 0;
	}
	.product-collateral h3 {
		margin: 10px 0 10px;
	}
	.product-collateral.description {
		min-height: 0;
	}
	.product-description {
		padding-right: 0.9%;
	}
	.ratings-detail {
		float: none;
		width: 100%;
	}
	.review-list-header h3 {
		font-size: 1.5rem;
	}
	.ratings-detail h3 {
		margin-bottom: 10px;
	}
	.ratings-detail .rating-avg {
		font-size: 3.3rem;
		font-weight: lighter;
		line-height: 2.5rem;
	}
	.ratings-detail .rating-box {
		margin-top: 15px;
	}
	.review-product-list .ratings-detail {
		border-top: 2px solid #e5e5e5;
		margin-top: 0 !important;
		padding-top: 30px;
		padding-left: 0 !important;
	}
	.reviews {
		overflow: visible;
		padding-left: 0;
		padding-top: 5px;
	}
	.review-product-list .reviews {
		padding: 13px 0 !important;
	}
	.reviews h5 {
		margin-top: 20px;
		margin-bottom: 10px;
	}
	.reviews .write-review {
		display: none;
	}
	.review-list li {
		margin-top: 15px;
	}
	.review-list li:last-child {
		padding-bottom: 10px;
	}
	.review-list .vote {
		display: none;
	}
	#histogram {
		width: 35%;
		margin: 0;
		padding: 0 0 0 15px;
	}
	#histogram tr {
		height: 8px;
	}
	#histogram .progress {
		height: 8px;
	}
	#histogram .stars,
	#histogram .amount {
		display: none;
	}
	.review-toolbar {
		background: #f4f4f4;
		padding: 5px 8px;
	}

	/* static block: product-view-block-1 */
	.product-view-block-1 {
		padding: 20px 0 0 0;
		width: 100%;
	}
}
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.product-shop {
		width: 41.6667%
	}
	.product-shop h1 {
		font-size: 1rem !important;
	}
	.buybox .add-to-cart .btn-cart:before {
		content: "";
	}
}
@media only screen and (min-width: 40.063em) and (max-width: 48em) {
	.product-img-box {
		width: 43.3333%;
	}
	.product-img-box .more-views li {
		width: 54px;
		height: 54px;
	}
	.product-img-box .more-views li a, .product-img-box .more-views li img {
		width: 48px;
		height: 48px;
	}
	.product-shop {
		width: 56.6667%;
	}
	.product-shop .short-description {
		display: none;
	}
	.product-options dl.last {
		margin-bottom: 0;
	}
	.product-shop-side {
		width: 56.6667%;
/*		padding-left: 2.5% !important;*/
	}
	.product-shop-side .add-to-links {
		margin: 0;
	}
	.buybox {
/*		background: transparent !important;*/
/*		text-align: left !important;*/
		padding: 0;
/*		width: 200px;*/
	}
	.buybox .add-to-cart {
		margin: 0;
	}
	.buybox p {
		display: none;
	}
	.buybox .add-to-cart .btn-cart {
		margin-top: 24px;
	}
	.email-friend {
		padding-left: 0;
	}
	/* static block: product-view-block-1 */
	.product-view-block-1 {
		padding: 20px 0 0 0;
	}
}
@media only screen and (max-width: 48em) {
	.product-shop-side .add-to-links {
		margin: 0;
	}
	.buybox {
/*		background: transparent !important;*/
		padding: 0;
/*		width: 200px;*/
	}
	.buybox .add-to-cart {
		margin: 0;
		text-align: left;
	}
	.buybox p {
		display: none;
	}
	.email-friend {
		padding-left: 0;
	}
}

/*******************************************************************************************************/
/***   13)	 PRODUCT REVIEW LIST																	 ***/
/*******************************************************************************************************/

.review-list-header {
	margin-top: 20px !important;
}
.review-list-header h3,
.review-list-header h5 {
	margin-top: 0;
}
.review-list-header h5 {
	margin-bottom: 0;
}
.review-list-header .button {
	margin-bottom:  6px;
}
.review-list-header .product-review-image {
	width: 54px;
	height: 54px;
	float: left;
	margin: 0 20px 20px 0;
}
.review-product-list .form-add {
	background: #fff;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	margin: 20px 0 0;
	padding: 4px 18px; border:1px solid #ddd;
}
.review-product-list .ratings-detail {
	margin-top: 20px;
	padding-left: 0.9%
}
.review-product-list .reviews {
	margin: 5px 0.9% 30px 0;
	padding: 13px 22px;
}
.review-product-list .review-count {
	display: none;
}
.review-list-actions {
	text-align: right;
	margin-top: 22px;
}
.breadcrumbs .reviews {
	overflow: inherit !important;
	margin: inherit !important;
	padding: inherit !important;
	background: inherit !important;
}
.review-product-list .form-list {
	padding-top: 0;
	margin-left: 0;
}
.review-form h6 {
	font-size: 0.875rem;
	color: #777777;
	font-weight: lighter;
	font-style: italic;
	margin: 18px 0 0;
}
.reviews .review-form .input-box textarea {
	height: 150px;
}
.form-add button {
	margin: 0;
}
.review-list .form-list li {
	border-bottom: none;
	padding: 0;
	margin-top: 0;
}
/* review toolbar */
.review-toolbar {
	position: relative;
}
.review-toolbar .amount,
.review-toolbar .sort-by,
.review-toolbar .limiter {
	display: inline-block;
}
.review-toolbar .sort-by,
.review-toolbar .limiter {
	float: right;
	margin: 0 10px;
}
.review-toolbar .sort-by > label,
.review-toolbar .limiter > label {
	float: left;
	padding-right: 6px;
	padding-top: 1px; line-height:40px;
}
.review-toolbar .pages,
.my-account .pages {
	background: transparent;
	margin: 0 0 0 -8px;
	display: inline-block;
}
.review-toolbar .pages ol li a,
.my-account .pages ol li a {
	padding: 0 3px;
}
.review-toolbar a.previous, 
.review-toolbar a.next,
.my-account a.previous,
.my-account a.next {
	background: transparent;
	padding: 0 1.4rem 0 0 !important;
}
.review-toolbar a.previous,
.my-account a.previous {
	padding: 0 0 0 1.4rem !important;
}
.review-toolbar a.next:before, 
.review-toolbar a.next:after, 
.review-toolbar a.previous:before, 
.review-toolbar a.previous:after,
.review-toolbar a.previous, 
.review-toolbar a.next,
.my-account a.next:before,
.my-account a.next:after,
.my-account a.previous:before,
.my-account a.previous:after,
.my-account a.previous,
.my-account a.next {
	color: #27ccc0 !important;
	transition: none;
}
.review-toolbar a.next:hover:before, 
.review-toolbar a.next:hover:after, 
.review-toolbar a.previous:hover:before, 
.review-toolbar a.previous:hover:after,
.review-toolbar a.previous:hover, 
.review-toolbar a.next:hover {
	color: #ffffff !important;
}
.review-toolbar a.next {
	padding-left: 8px !important;
}
/* review stars */
#pretty-product-review-list { 
	width: 338px;
	margin: 0 0 10px;
	padding: 5px 0px;  
}
#pretty-product-review-list .pretty-rating-code { 
	padding: 3px 0; 
}
#pretty-product-review-list .pretty-rating-code .label {
	font-size: 0.813rem;
	min-width: 60px; 
	display: block;
	padding: 0.25rem 0 0.375rem;
	float: left; 
	color: #555555; 
}
#pretty-product-review-list .pretty-rating-code .options li { 
	display: block; 
	float: left; 
	margin-top: 2px;
	width: 20px;
}
#pretty-product-review-list .pretty-rating-code .options li .option { 
	display: block;
	margin: 0;
	width: 1rem; 
	height: 1rem; 
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjIwMHB4IiBoZWlnaHQ9IjM4LjE2N3B4IiB2aWV3Qm94PSIwIDAgMjAwIDM4LjE2NyIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjAwIDM4LjE2NyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PHBhdGggZmlsbD0iI0NFQ0VDRSIgZD0iTTE4LjUyLDEuMTI5YzMuMjE5LDAsMi40MDksMTAuODA3LDUuMDEzLDEyLjc4OWMyLjYwNiwxLjk4MiwxMi40NC0xLjk1MywxMy40MzUsMS4yNTVjMC45OTUsMy4yMDgtOC45MTUsNS41MjMtOS45MSw4LjczNWMtMC45OTYsMy4yMDgsNS40NjksMTIuMDA0LDIuODYzLDEzLjk5Yy0yLjYwNiwxLjk4Mi04LjE4MS03LjY1My0xMS40LTcuNjUzYy0zLjIyMSwwLTguNzk4LDkuNjM1LTExLjQwMiw3LjY1M2MtMi42MDYtMS45ODYsMy44NTctMTAuNzgyLDIuODYzLTEzLjk5Yy0wLjk5NS0zLjIxMS0xMC45MDUtNS41MjYtOS45MS04LjczNWMwLjk5Ny0zLjIwOCwxMC44MjksMC43MjcsMTMuNDM1LTEuMjU1QzE2LjEwOSwxMS45MzcsMTUuMjk5LDEuMTI5LDE4LjUyLDEuMTI5eiIvPjxwYXRoIGZpbGw9IiNDRUNFQ0UiIGQ9Ik01OS4yNiwxLjEyOWMzLjIxOSwwLDIuNDA5LDEwLjgwNyw1LjAxMywxMi43ODljMi42MDYsMS45ODIsMTIuNDQtMS45NTMsMTMuNDM1LDEuMjU1YzAuOTk1LDMuMjA4LTguOTE2LDUuNTIzLTkuOTEsOC43MzVjLTAuOTk3LDMuMjA4LDUuNDY5LDEyLjAwNCwyLjg2MywxMy45OWMtMi42MDYsMS45ODItOC4xODItNy42NTMtMTEuNC03LjY1M2MtMy4yMjEsMC04Ljc5OCw5LjYzNS0xMS40MDIsNy42NTNjLTIuNjA2LTEuOTg2LDMuODU3LTEwLjc4MiwyLjg2My0xMy45OWMtMC45OTUtMy4yMTEtMTAuOTA1LTUuNTI2LTkuOTExLTguNzM1YzAuOTk3LTMuMjA4LDEwLjgyOSwwLjcyNywxMy40MzUtMS4yNTVDNTYuODUsMTEuOTM3LDU2LjAzOSwxLjEyOSw1OS4yNiwxLjEyOXoiLz48cGF0aCBmaWxsPSIjQ0VDRUNFIiBkPSJNMTAwLDEuMTI5YzMuMjE5LDAsMi40MDksMTAuODA3LDUuMDExLDEyLjc4OWMyLjYwOCwxLjk4MiwxMi40NDItMS45NTMsMTMuNDM3LDEuMjU1YzAuOTk1LDMuMjA4LTguOTE2LDUuNTIzLTkuOTEsOC43MzVjLTAuOTk1LDMuMjA4LDUuNDY5LDEyLjAwNCwyLjg2MSwxMy45OWMtMi42MDQsMS45ODItOC4xOC03LjY1My0xMS4zOTktNy42NTNjLTMuMjIxLDAtOC43OTgsOS42MzUtMTEuNDAyLDcuNjUzYy0yLjYwNS0xLjk4NiwzLjg1OC0xMC43ODIsMi44NjMtMTMuOTljLTAuOTk1LTMuMjExLTEwLjkwNS01LjUyNi05LjkxMS04LjczNWMwLjk5Ny0zLjIwOCwxMC44MjksMC43MjcsMTMuNDM1LTEuMjU1Qzk3LjU5LDExLjkzNyw5Ni43OCwxLjEyOSwxMDAsMS4xMjl6Ii8+PHBhdGggZmlsbD0iI0NFQ0VDRSIgZD0iTTE0MC43NCwxLjEyOWMzLjIxOSwwLDIuNDA5LDEwLjgwNyw1LjAxMywxMi43ODljMi42MDgsMS45ODIsMTIuNDQyLTEuOTUzLDEzLjQzNywxLjI1NWMwLjk5NCwzLjIwOC04LjkxNiw1LjUyMy05LjkxLDguNzM1Yy0wLjk5NSwzLjIwOCw1LjQ2OSwxMi4wMDQsMi44NiwxMy45OWMtMi42MDQsMS45ODItOC4xODEtNy42NTMtMTEuNC03LjY1M2MtMy4yMTksMC04Ljc5Nyw5LjYzNS0xMS40MDEsNy42NTNjLTIuNjA0LTEuOTg2LDMuODU1LTEwLjc4MiwyLjg2NS0xMy45OWMtMC45OTgtMy4yMTEtMTAuOTA4LTUuNTI2LTkuOTEtOC43MzVjMC45OTUtMy4yMDgsMTAuODI5LDAuNzI3LDEzLjQzMy0xLjI1NVMxMzcuNTIxLDEuMTI5LDE0MC43NCwxLjEyOXoiLz48cGF0aCBmaWxsPSIjQ0VDRUNFIiBkPSJNMTgxLjQ4LDEuMTI5YzMuMjE5LDAsMi40MDksMTAuODA3LDUuMDEyLDEyLjc4OWMyLjYwOCwxLjk4MiwxMi40NDItMS45NTMsMTMuNDM4LDEuMjU1YzAuOTk0LDMuMjA4LTguOTE2LDUuNTIzLTkuOTEsOC43MzVjLTAuOTk1LDMuMjA4LDUuNDY5LDEyLjAwNCwyLjg2LDEzLjk5Yy0yLjYwNCwxLjk4Mi04LjE4MS03LjY1My0xMS40LTcuNjUzYy0zLjIyLDAtOC43OTcsOS42MzUtMTEuNDAxLDcuNjUzYy0yLjYwNC0xLjk4NiwzLjg1NS0xMC43ODIsMi44NjUtMTMuOTljLTAuOTk5LTMuMjExLTEwLjkwOS01LjUyNi05LjkxLTguNzM1YzAuOTk0LTMuMjA4LDEwLjgyOSwwLjcyNywxMy40MzMtMS4yNTVDMTc5LjA3MSwxMS45MzcsMTc4LjI2MSwxLjEyOSwxODEuNDgsMS4xMjl6Ii8+PC9nPjwvc3ZnPg==); 
	background-size: cover;
	background-repeat: no-repeat;
	text-indent: -9999em; 
}
#pretty-product-review-list .pretty-rating-code .options li .option.hover,
#pretty-product-review-list .pretty-rating-code .options li .option.selected {
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjIwMHB4IiBoZWlnaHQ9IjM4LjE2N3B4IiB2aWV3Qm94PSIwIDAgMjAwIDM4LjE2NyIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjAwIDM4LjE2NyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PHBhdGggZmlsbD0iIzI3Q0NDMCIgZD0iTTE4LjUyLDEuMTI5YzMuMjE5LDAsMi40MDksMTAuODA3LDUuMDEzLDEyLjc4OWMyLjYwNiwxLjk4MiwxMi40NC0xLjk1MywxMy40MzUsMS4yNTVjMC45OTUsMy4yMDgtOC45MTUsNS41MjMtOS45MSw4LjczNWMtMC45OTYsMy4yMDgsNS40NjksMTIuMDA0LDIuODYzLDEzLjk5Yy0yLjYwNiwxLjk4Mi04LjE4MS03LjY1My0xMS40LTcuNjUzYy0zLjIyMSwwLTguNzk4LDkuNjM1LTExLjQwMiw3LjY1M2MtMi42MDYtMS45ODYsMy44NTctMTAuNzgyLDIuODYzLTEzLjk5Yy0wLjk5NS0zLjIxMS0xMC45MDUtNS41MjYtOS45MS04LjczNWMwLjk5Ny0zLjIwOCwxMC44MjksMC43MjcsMTMuNDM1LTEuMjU1QzE2LjEwOSwxMS45MzcsMTUuMjk5LDEuMTI5LDE4LjUyLDEuMTI5eiIvPjxwYXRoIGZpbGw9IiMyN0NDQzAiIGQ9Ik01OS4yNiwxLjEyOWMzLjIxOSwwLDIuNDA5LDEwLjgwNyw1LjAxMywxMi43ODljMi42MDYsMS45ODIsMTIuNDQtMS45NTMsMTMuNDM1LDEuMjU1YzAuOTk1LDMuMjA4LTguOTE2LDUuNTIzLTkuOTEsOC43MzVjLTAuOTk3LDMuMjA4LDUuNDY5LDEyLjAwNCwyLjg2MywxMy45OWMtMi42MDYsMS45ODItOC4xODItNy42NTMtMTEuNC03LjY1M2MtMy4yMjEsMC04Ljc5OCw5LjYzNS0xMS40MDIsNy42NTNjLTIuNjA2LTEuOTg2LDMuODU3LTEwLjc4MiwyLjg2My0xMy45OWMtMC45OTUtMy4yMTEtMTAuOTA1LTUuNTI2LTkuOTExLTguNzM1YzAuOTk3LTMuMjA4LDEwLjgyOSwwLjcyNywxMy40MzUtMS4yNTVDNTYuODUsMTEuOTM3LDU2LjAzOSwxLjEyOSw1OS4yNiwxLjEyOXoiLz48cGF0aCBmaWxsPSIjMjdDQ0MwIiBkPSJNMTAwLDEuMTI5YzMuMjE5LDAsMi40MDksMTAuODA3LDUuMDExLDEyLjc4OWMyLjYwOCwxLjk4MiwxMi40NDItMS45NTMsMTMuNDM3LDEuMjU1YzAuOTk1LDMuMjA4LTguOTE2LDUuNTIzLTkuOTEsOC43MzVjLTAuOTk1LDMuMjA4LDUuNDY5LDEyLjAwNCwyLjg2MSwxMy45OWMtMi42MDQsMS45ODItOC4xOC03LjY1My0xMS4zOTktNy42NTNjLTMuMjIxLDAtOC43OTgsOS42MzUtMTEuNDAyLDcuNjUzYy0yLjYwNS0xLjk4NiwzLjg1OC0xMC43ODIsMi44NjMtMTMuOTljLTAuOTk1LTMuMjExLTEwLjkwNS01LjUyNi05LjkxMS04LjczNWMwLjk5Ny0zLjIwOCwxMC44MjksMC43MjcsMTMuNDM1LTEuMjU1Qzk3LjU5LDExLjkzNyw5Ni43OCwxLjEyOSwxMDAsMS4xMjl6Ii8+PHBhdGggZmlsbD0iIzI3Q0NDMCIgZD0iTTE0MC43NCwxLjEyOWMzLjIxOSwwLDIuNDA5LDEwLjgwNyw1LjAxMywxMi43ODljMi42MDgsMS45ODIsMTIuNDQyLTEuOTUzLDEzLjQzNywxLjI1NWMwLjk5NCwzLjIwOC04LjkxNiw1LjUyMy05LjkxLDguNzM1Yy0wLjk5NSwzLjIwOCw1LjQ2OSwxMi4wMDQsMi44NiwxMy45OWMtMi42MDQsMS45ODItOC4xODEtNy42NTMtMTEuNC03LjY1M2MtMy4yMTksMC04Ljc5Nyw5LjYzNS0xMS40MDEsNy42NTNjLTIuNjA0LTEuOTg2LDMuODU1LTEwLjc4MiwyLjg2NS0xMy45OWMtMC45OTgtMy4yMTEtMTAuOTA4LTUuNTI2LTkuOTEtOC43MzVjMC45OTUtMy4yMDgsMTAuODI5LDAuNzI3LDEzLjQzMy0xLjI1NVMxMzcuNTIxLDEuMTI5LDE0MC43NCwxLjEyOXoiLz48cGF0aCBmaWxsPSIjMjdDQ0MwIiBkPSJNMTgxLjQ4LDEuMTI5YzMuMjE5LDAsMi40MDksMTAuODA3LDUuMDEyLDEyLjc4OWMyLjYwOCwxLjk4MiwxMi40NDItMS45NTMsMTMuNDM4LDEuMjU1YzAuOTk0LDMuMjA4LTguOTE2LDUuNTIzLTkuOTEsOC43MzVjLTAuOTk1LDMuMjA4LDUuNDY5LDEyLjAwNCwyLjg2LDEzLjk5Yy0yLjYwNCwxLjk4Mi04LjE4MS03LjY1My0xMS40LTcuNjUzYy0zLjIyLDAtOC43OTcsOS42MzUtMTEuNDAxLDcuNjUzYy0yLjYwNC0xLjk4NiwzLjg1NS0xMC43ODIsMi44NjUtMTMuOTljLTAuOTk5LTMuMjExLTEwLjkwOS01LjUyNi05LjkxLTguNzM1YzAuOTk0LTMuMjA4LDEwLjgyOSwwLjcyNywxMy40MzMtMS4yNTVDMTc5LjA3MSwxMS45MzcsMTc4LjI2MSwxLjEyOSwxODEuNDgsMS4xMjl6Ii8+PC9nPjwvc3ZnPg==); 
	background-size: cover;
	background-repeat: no-repeat;
}


/* Medium and Small screens */
@media only screen and (max-width: 64em) {
	.review-list-actions {
		text-align: left;
		margin-top: 0;
	}
	.review-list-header .product-review-image {
		width: 40px;
		height: 40px;
		margin: 0 10px 10px 0;
	}
	.review-product-list .ratings-detail {
		margin-top: 22px;
	}	
	.review-product-list .reviews {
		padding: 13px 18px;
	}
}

/*******************************************************************************************************/
/***   14)	 SEARCH - AUTO SUGGEST																	 ***/
/*******************************************************************************************************/
.search-autocomplete {
  left: 0 !important;
  overflow: visible !important;
  position: absolute;
  top: 100% !important;
  width: 100% !important;
  z-index: 200; margin-top: -1px;
    padding: 20px;
}
.search-autocomplete ul {
	list-style: none;
	background-color: #FFF;
	left: 0;
	padding-left: 0;
	margin: 0;
	width: 100%;
  max-height: 350px;
    overflow: auto;
}
.search-autocomplete ul li {
	color: #1D548C;
	cursor: pointer;
	font-size: 16px;
	padding: 0; margin: 0 0 17px;
	text-align: left; border-bottom: none;
}
.search-autocomplete ul li a {
    font-family: 'OpenSans-Bold', Arial, sans-serif;
}
.search-autocomplete ul li.selected {
	background-color: #eeeeee;
}
.search-autocomplete ul li .amount {
	float: right;
	color: #777777;
}
.search-autocomplete ul li:last-child {
	border-bottom: none;
}
/*******************************************************************************************************/
/***   15)	 AJAX LOADING BAR																		 ***/
/*******************************************************************************************************/
.loading-bar {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    z-index: 10000;
    background: #27ccc0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}
.app-loading .loading-bar {
    display: block !important;
    -webkit-animation: shift-rightwards 1s ease-in-out infinite;
    -moz-animation: shift-rightwards 1s ease-in-out infinite;
    -ms-animation: shift-rightwards 1s ease-in-out infinite;
    -o-animation: shift-rightwards 1s ease-in-out infinite;
    animation: shift-rightwards 1s ease-in-out infinite;
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    -o-animation-delay: .4s;
    animation-delay: .4s;
}
@-webkit-keyframes shift-rightwards
{
    0%
    {
        -webkit-transform:translateX(-100%);
        -moz-transform:translateX(-100%);
        -o-transform:translateX(-100%);
        transform:translateX(-100%);
    }

    40%
    {
        -webkit-transform:translateX(0%);
        -moz-transform:translateX(0%);
        -o-transform:translateX(0%);
        transform:translateX(0%);
    }

    60%
    {
        -webkit-transform:translateX(0%);
        -moz-transform:translateX(0%);
        -o-transform:translateX(0%);
        transform:translateX(0%);
    }

    100%
    {
        -webkit-transform:translateX(100%);
        -moz-transform:translateX(100%);
        -o-transform:translateX(100%);
        transform:translateX(100%);
    }

}
@-moz-keyframes shift-rightwards
{
    0%
    {
        -webkit-transform:translateX(-100%);
        -moz-transform:translateX(-100%);
        -o-transform:translateX(-100%);
        transform:translateX(-100%);
    }

    40%
    {
        -webkit-transform:translateX(0%);
        -moz-transform:translateX(0%);
        -o-transform:translateX(0%);
        transform:translateX(0%);
    }

    60%
    {
        -webkit-transform:translateX(0%);
        -moz-transform:translateX(0%);
        -o-transform:translateX(0%);
        transform:translateX(0%);
    }

    100%
    {
        -webkit-transform:translateX(100%);
        -moz-transform:translateX(100%);
        -o-transform:translateX(100%);
        transform:translateX(100%);
    }

}
@-o-keyframes shift-rightwards
{
    0%
    {
        -webkit-transform:translateX(-100%);
        -moz-transform:translateX(-100%);
        -o-transform:translateX(-100%);
        transform:translateX(-100%);
    }

    40%
    {
        -webkit-transform:translateX(0%);
        -moz-transform:translateX(0%);
        -o-transform:translateX(0%);
        transform:translateX(0%);
    }

    60%
    {
        -webkit-transform:translateX(0%);
        -moz-transform:translateX(0%);
        -o-transform:translateX(0%);
        transform:translateX(0%);
    }

    100%
    {
        -webkit-transform:translateX(100%);
        -moz-transform:translateX(100%);
        -o-transform:translateX(100%);
        transform:translateX(100%);
    }

}
@keyframes shift-rightwards {
    0%
    {
        -webkit-transform:translateX(-100%);
        -moz-transform:translateX(-100%);
        -o-transform:translateX(-100%);
        transform:translateX(-100%);
    }

    40%
    {
        -webkit-transform:translateX(0%);
        -moz-transform:translateX(0%);
        -o-transform:translateX(0%);
        transform:translateX(0%);
    }

    60%
    {
        -webkit-transform:translateX(0%);
        -moz-transform:translateX(0%);
        -o-transform:translateX(0%);
        transform:translateX(0%);
    }

    100%
    {
        -webkit-transform:translateX(100%);
        -moz-transform:translateX(100%);
        -o-transform:translateX(100%);
        transform:translateX(100%);
    }
}

/*******************************************************************************************************/
/***   16)	 LOGIN, REGISTER, FORGOT PASSWORD, CMS & 404 PAGES										 ***/
/*******************************************************************************************************/

.customer-account-login .inner-wrap,
.customer-account-forgotpassword .inner-wrap,
.customer-account-create .inner-wrap,
.customer-account-logoutsuccess .inner-wrap,
.checkout-multishipping-login .inner-wrap,
.customer-account-resetpassword .inner-wrap,
.cms-no-route .inner-wrap {
	height: 100%;
}
.customer-account-login .off-canvas-wrap,
.customer-account-forgotpassword .off-canvas-wrap,
.customer-account-create .off-canvas-wrap,
.customer-account-logoutsuccess .off-canvas-wrap,
.checkout-multishipping-login .off-canvas-wrap,
.customer-account-resetpassword .off-canvas-wrap,
.cms-no-route .off-canvas-wrap,
.customer-account-login,
.customer-account-forgotpassword,
.customer-account-create,
.customer-account-logoutsuccess,
.checkout-multishipping-login,
.customer-account-resetpassword,
.cms-no-route {
	min-height: 100%;
}
.customer-account-login .account-login,
.checkout-multishipping-login .account-login,
.customer-account-forgotpassword .account-forgotpassword,
.customer-account-resetpassword .account-forgotpassword,
.customer-account-create .account-create,
.customer-account-logoutsuccess .account-logout,
.cms-no-route .no-route {
	min-height: 100%;
}
.customer-account-login .off-canvas-wrap,
.customer-account-forgotpassword .off-canvas-wrap,
.customer-account-create .off-canvas-wrap,
.customer-account-logoutsuccess .off-canvas-wrap,
.customer-account-resetpassword .off-canvas-wrap {
/*	background-color: #ccd6d5;
	background: -moz-linear-gradient(-45deg, #b4bdbf 0%, #d7dddc 33%, #ccd6d5 67%, #b7c9c7 100%); 
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#b4bdbf), color-stop(33%,#d7dddc), color-stop(67%,#ccd6d5), color-stop(100%,#b7c9c7)); 
	background: -webkit-linear-gradient(-45deg, #b4bdbf 0%,#d7dddc 33%,#ccd6d5 67%,#b7c9c7 100%); 
	background: -o-linear-gradient(-45deg, #b4bdbf 0%,#d7dddc 33%,#ccd6d5 67%,#b7c9c7 100%); 
	background: -ms-linear-gradient(-45deg, #b4bdbf 0%,#d7dddc 33%,#ccd6d5 67%,#b7c9c7 100%); 
	background: linear-gradient(135deg, #b4bdbf 0%,#d7dddc 33%,#ccd6d5 67%,#b7c9c7 100%); */
	
	/*background-color: #c2dded;*/

	
}


.form-box label[for="email"],
.form-box label[for="login-email"],
.form-box label[for="email_address"],
.form-box label[for="pass"],
.form-box label[for="login-password"],
.form-box label[for="password"],
.form-box label[for="confirmation"],
.form-box label[for="billing:customer_password"],
.form-box label[for="billing:confirm_password"] {
	top: 9px;
}
.form-box label[for="email"]:before,
.form-box label[for="login-email"]:before,
.form-box label[for="email_address"]:before,
.form-box label[for="pass"]:before,
.form-box label[for="login-password"]:before,
.form-box label[for="password"]:before,
.form-box label[for="confirmation"]:before,
.form-box label[for="billing:customer_password"]:before,
.form-box label[for="billing:confirm_password"]:before {
/*	content: '\e607';*/ content:none;
	font-family: 'intenso';
	font-style: normal;
	font-size: 1.063rem;
	color: #999999;
	padding: 0 5px 0 0;
}
.form-box label[for=pass]:before,
.form-box label[for=password]:before,
.form-box label[for="login-password"]:before,
.form-box label[for=confirmation]:before,
.form-box label[for="billing:customer_password"]:before,
.form-box label[for="billing:confirm_password"]:before {
/*	content: '\e6fb';*/ content:none;
	font-size: 1.125rem;
	padding: 0 3px 0 0;
}
.form-box label[for=pass],
.form-box label[for=password],
.form-box label[for="login-password"],
.form-box label[for=confirmation],
.form-box label[for="billing:customer_password"],
.form-box label[for="billing:confirm_password"] {
	left: 8px;
}
.link-tip {
	display: inline-block;
	margin: 0.063rem 0 0 0.25rem;
	font-size: 0.750rem;
	vertical-align: top;
}
.input-box.customer-dob {
	position: relative;
	height: auto;
	border: none;
}
.dob-month {
	display: inline-block;
	width: 120px;
}
.checkout-onepage-index .dob-month {
	width: 90px;
}
#billing_month_chosen {
	width: 80px !important;
}
.dob-day {
	display: inline-block;
	width: 70px;
}
.dob-year {
	display: inline-block;
	width: 80px;
}
#month_chosen {
	width: 109px !important;
}
#day_chosen {
	width: 60px !important;
}
#year_chosen {
	width: 70px !important;
}
.customer-dob .validation-advice {
	top: 2rem;
}
#advice-validate-custom-year,
#advice-validate-custom-month,
#advice-validate-custom-day {
	display: none;
}
/* no-route */
.cms-no-route .no-route,
.catalogsearch-result-index .no-route {
	padding-top: 40px;
	padding-bottom: 40px;
}
.cms-no-route .form-search .action,
.catalogsearch-result-index .no-results .form-search .action {
	width: 40px;
}
.cms-no-route .form-search .search-box,
.catalogsearch-result-index .no-results .form-search .search-box {
	margin-right: 40px;
}
.cms-no-route .form-box {
	text-align: center;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.cms-no-route .form-box h3,
.no-results h3 {
	font-size: 1rem;
	font-weight: bold;
	color: #000000;
	margin: 40px 0 12px;
}
.cms-no-route p,
.no-results p {
	margin-top: 15px;
	margin-bottom: 30px;
}
.top-destinations {
	list-style: none;
	margin: 0;
	text-align: center;
}
.top-destinations li {
	font-size: 0.938rem;
	line-height: 1.5rem;
}
.cms-no-route .form-box .button.home,
.no-results .button.home {
	margin: 20px 0 10px 0;
}
.customer-name-prefix-middlename-suffix,
.field.name-prefix.select-list {
	width: 100% !important;
	clear: both;
}
.page-title {
	position: relative;
	margin: 20px 0px 50px;
}
.row > .columns > .page-title {
	margin-left: 0;
	margin-right: 0;
}
.cms-page-view .main-container h2,
h2
{
    font-size: 18px;
    color: #00588d;
    font-weight: 400;
    margin: 0px 0px 5px;
}

.cms-page-view .main-container h4,
.cms-page-view .cms-wrapper h4,
 h4
 {
	font-size: 14px;
	color: #00b9df;
	font-weight: 400;
	margin:0px 0px 5px;
}

.cms-wrapper ul li  { margin:0px 0px 10px; list-style:none; position: relative;}
.row.contrast {
	background: #f4f4f4;
}
.row.contrast div h2 {
	margin-top: 60px;
}
.sitemap {
	list-style: none;
	margin-left: 0;
}
.sitemap .level-0 {
	font-weight: bold;
}
.page-sitemap .links-list a {
	padding-left: 0 !important;
}
.page-sitemap .links-list a:hover,
.page-sitemap .links-list a:hover:before {
	background: transparent !important; 
}
.contact-page-static-block,
.rss-page-static-block {
	margin-top: 0px;
	margin-bottom:20px;
}
.feed-link a {
	white-space: nowrap;
}
.feed-link a span {
	padding-right: 0.375rem;
}
.rss-table .feed-link {
	text-align: right;
}

/* Compare */
.block-compare {
	position: fixed;
	bottom: 0;
	right: 1.5%;
	text-align: center;
	width: 100%;
	max-width: 300px;
	-webkit-box-shadow: 0 1px 4px rgba(50, 50, 50, 0.3);
	-moz-box-shadow: 0 1px 4px rgba(50, 50, 50, 0.3);
	box-shadow: 0 1px 4px rgba(50, 50, 50, 0.3);
	z-index: 900;
}
.block-compare .block-title {
	background: #27ccc0;
	color: #ffffff;
	font-size: 0.875rem;
	line-height: 0.875rem;
	padding: 9px 15px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	cursor: pointer;
}
.block-compare .block-title small {
	font-size: 0.875rem !important;
}
.block-compare .block-content {
	max-height: 0;
	background: #ffffff;
	text-align: left;
	padding: 0;
	overflow: hidden;
	-webkit-transition: max-height 1s;
	-moz-transition: max-height 1s;
	transition: max-height 1s;
}
.block-compare:hover .block-content {
	max-height: 600px;
}
.block-compare:hover .block-title {
	background: #afafaf;
}
.block-compare #compare-items {
	margin: 0;
	list-style: none;
	padding: 15px 18px;
}
.block-compare #compare-items li {
	position: relative;
	padding: 0 20px 0 0;
}
.block-compare .icon-close {
	position: absolute;
	top: 0.563rem;
	right: 0;
	font-size: 0.688rem;
	font-weight: normal;
	line-height: 0.688rem;
	color: #afafaf;
}
.block-compare .icon-close:hover {
	color: #ea1818;
}
.block-compare .product-name {
	display: inline-block;
	line-height: 1rem;
	color: #777777;
	font-weight: normal;
	margin: 0;
}
.block-compare .product-name a {
	color: #333333;
	font-size: 0.875rem;
}
.block-compare .product-name a:hover,
.block-compare .actions a:hover,
.catalog-product-compare-index .link-wishlist:hover {
	color: #27ccc0;
}
.block-compare .actions {
	text-align: center;
	padding: 0 18px 15px;
}
.block-compare .actions .button {
	display: block;
	margin: 0 auto 10px auto;
}
.block-compare .actions a {
	color: #999999;
	display: inline-block;
}
/* Compare popup */
.catalog-product-compare-index {
	background: #ffffff;
}
.catalog-product-compare-index .page-title {
	background: #f4f4f4;
	margin: 0 0 20px;
	padding: 20px 3.5%;
}
.catalog-product-compare-index .link-print {
	margin: 44px 3% 0;
}
.catalog-product-compare-index .add-to-links li {
	position: relative;
}
.catalog-product-compare-index .button.btn-cart {
	margin-bottom: 5px;
}
.product-shop-row td p,
.catalog-product-compare-index .add-to-row td p {
	margin-bottom: 0;
}
.catalog-product-compare-index .add-to-links {
	list-style: none;
	margin: 4px 0 0;
}
.product-shop-row .product-name {
	margin: 5px 0 0;
}
.product-shop-row .product-info {
	min-height: 4.750rem;
	margin: 0 0 10px;
	padding: 0;
}
.catalog-product-compare-index .price {
	font-weight: bold;
	color: #000000;
}
.catalog-product-compare-index .add-to-row .price-box {
	margin: 0 0 10px 0;
}
.catalog-product-compare-index .link-wishlist {
	padding: 0 0 0 24px;
	color: #555555;
	font-size: 0.813rem;
	font-weight: bold;
}
.catalog-product-compare-index .link-wishlist:hover:before {
	color: #bebebe;
}
.catalog-product-compare-index .link-wishlist:before {
	top: -1px;
	padding: 0;
	left: 0;
}
.catalog-product-compare-index .compare-table td {
	vertical-align: top;
}
.catalog-product-compare-index .compare-table th span {
	font-weight: bold;
}
.catalog-product-compare-index .please-wait {
	padding: 0 0 10px;
}
.catalog-product-compare-index .buttons-set {
	background: #f4f4f4;
	text-align: center;
	padding: 24px 0 0;
}
.col2-right-layout .page-title,
.col2-left-layout .page-title {
	margin-left: 0;
}
.col-right.sidebar,
.col-left.sidebar {
	margin-top: 32px;
	margin-bottom: 30px;
}
.block-poll ul {
	list-style: none;
	margin-left: 0;
}

/* JavaScript disabled notice */
.global-site-notice.noscript {
	padding: 4px;
	text-align: center;
	background: #F64747;
}
.global-site-notice.noscript p {
	color: #ffffff;
	margin-bottom: 0;
	font-size: 0.875rem;
	line-height: 1.188rem;
	font-weight: normal;
}

/* Cookie restriction mode */
.global-site-notice.notice-cookie {
	position: fixed;
	left: 0;
	bottom: 0;
	background: #fcefbb;
	padding: 4px 4px 5px;
	z-index: 1001;
}
.global-site-notice.notice-cookie p {
	margin-bottom: 0;
	font-weight: normal;
	font-size: 0.813rem;
	line-height: 1.188rem;
	color: #000000;
}
.global-site-notice.notice-cookie .notice-inner {
	position: relative;
	margin: 0 3.3%;
	padding-right: 12%;
}
.global-site-notice.notice-cookie .actions {
	position: absolute;
	right: 0;
	top: 2px;
}

/* Small screens */
@media only screen and (max-width: 40em) {
}

/*******************************************************************************************************/
/***   17)	 SHOPPING CART																			 ***/
/*******************************************************************************************************/

.cart {
	margin-top: 17px;
}
.cart-title {padding-bottom: 13px;}
.cart-title .btn-proceed-checkout {
    float: right;
    margin: 0!important;
}
.cart .cart-title h1 {
    float: left;
    text-align: left!important;
    margin: 23px 0 0!important;
}
.shopping-cart-block-1 {
	width: 100%;
	margin: 0 0 15px;
}
.cart .paypal-or {
	display: none;
}
.cart .multishipping-link {
}
/* cart table */
.cart .data-table.cart-table {
	border: none !important;
	border-collapse: collapse;
	width: 100%;
}
.cart .data-table.cart-table thead,
.cart .data-table.cart-table thead tr, 
.cart .data-table.cart-table tfoot,
.cart .cart-collaterals table tfoot {
	background: transparent !important;
}
.cart .data-table.cart-table tbody tr,
.cart .data-table.cart-table tfoot tr {
/*	border-top: 2px solid #e5e5e5;*/
}
.cart .data-table.cart-table tbody tr td {
	vertical-align: top;
}
.cart .data-table.cart-table .btn-edit,
.cart .data-table.cart-table .btn-remove,
.btn-remove.btn-remove2 {
    color: #7A9ABB;
	font-size: 16px;
	line-height: 32px;
	display: inline-block;
    text-decoration: underline;
}
.cart .data-table.cart-table tbody .btn-edit {
	padding-left: 8px;
	margin-left: 5px;
}
.cart .data-table.cart-table h2,
.cart .data-table.cart-table h2 a {
    font-family: 'OpenSans-Bold', Arial, sans-serif;
    font-size: 22px; color: #1D548C;
    line-height: 26px; letter-spacing: -0.02em;
    text-transform: none;
}
.cart .data-table.cart-table h2 {margin-bottom: 7px;}
.cart .data-table.cart-table thead tr th {}
.cart .item-options {
	/*margin: 0 0 6px 0;*/
}
.cart .item-options dt,
.cart .item-options dd {margin-bottom: 0;}
.cart .item-options dt {
	clear: both;
	padding: 0 6px 0 0;
    display: none;
}
.cart .item-options dt:after {
	content: ': ';
}
.cart .data-table.cart-table .chosen-container {
	width: 60px !important;
	margin-right: 30px; border:1px solid #ddd; height:38px;
}
.cart .chosen-container-single .chosen-single span { /*margin-top:6px;*/}
#co-shipping-method-form dt {
	margin-bottom: 0;
}
#co-shipping-method-form dd ul {
	margin-bottom: 0.25rem;
}
.cart .product-image.for-small {
	display: none;
}
.cart .cart-empty {
    text-align: center;
	margin-bottom: 100px;
}
.cart .cart-msrp-totals {
	margin: 10px 0 20px;
}

.cart .data-table.cart-table .item-image {position: relative;}


/* Only small screens */
@media only screen and (max-width: 40em) {
	.cart h1 {
	}
	.cart .data-table.cart-table h2,
	.cart .data-table.cart-table h2 a,
	.cart .data-table.cart-table .price {
	}
	.product-image > img {
		width: 48px;
	}
	.cart .data-table.cart-table .price {
		min-width: 40px;
	}
	.cart .qty-wrapper {
		width: auto;
	}
	.cart-table colgroup col:first-child,
	.cart-table thead tr > th:first-child,
	.cart-table tbody tr > td:first-child {
		/*display: none;*/
	}
	.cart .product-image.for-small {
		display: block;
		margin: 0 0 5px 0;
	}
	.cart .cart-empty {
		margin-bottom: 40px;
	}
}

/* Only Medium screens */
@media only screen and (max-width: 48em) {
	.cart-items,
	.cart-collaterals {
		width: 100% !important;
	}
	.btn-continue-shopping {
		display: none;
	}
	.cart-collaterals .shipping h2,
	.cart-collaterals .discount h2 {
/*		padding-left: 0;*/
	}
}

/*******************************************************************************************************/
/***   18)	 CHECKOUT																				 ***/
/*******************************************************************************************************/

.checkout-onepage-index,
.checkout-multishipping-register,
.checkout-multishipping-addresses,
.checkout-multishipping-address-newshipping,
.checkout-multishipping-shipping,
.checkout-multishipping-address-editshipping,
.checkout-multishipping-billing,
.checkout-multishipping-overview,
.checkout-onepage-failure,
.checkout-multishipping-success,
.checkout-onepage-success {
	min-height: 100%;
}
.checkout-onepage-index .row.flush,
.checkout-multishipping-register .row.flush,
.checkout-multishipping-addresses .row.flush,
.checkout-multishipping-address-newshipping .row.flush,
.checkout-multishipping-shipping .row.flush,
.checkout-multishipping-address-editshipping .row.flush,
.checkout-multishipping-billing .row.flush,
.checkout-multishipping-overview .row.flush,
.checkout-onepage-failure .row.flush,
.checkout-multishipping-success .row.flush,
.checkout-onepage-success .row.flush {
	padding: 0;
	height: 100%;
}

.checkout-onepage-index .inner-wrap,
.checkout-multishipping-register .inner-wrap,
.checkout-multishipping-addresses .inner-wrap
.checkout-multishipping-address-newshipping .inner-wrap,
.checkout-multishipping-shipping .inner-wrap,
.checkout-multishipping-address-editshipping .inner-wrap,
.checkout-multishipping-billing .inner-wrap,
.checkout-multishipping-overview .inner-wrap,
.checkout-onepage-failure .inner-wrap,
.checkout-multishipping-success .inner-wrap,
.checkout-onepage-success .inner-wrap {
	height: 100%;
}
.checkout-onepage-index .page-title {
	display: none;
}
.main-header .extra {
	display: inline-block;
	float: right;
}
.opc,
.checkout-multishipping-register .account-create,
.checkout-multishipping,
.checkout-onestep  {
	list-style: none;
	margin: 0;
	padding: 25px 3%;
	min-height: 100%;
}
.checkout-multishipping {
	padding-bottom: 100px;
}
.opc h1,
.checkout-multishipping-register h1 {
	color: #ffffff;
}
.opc p.center,
.checkout-multishipping-register p.center {
	color: #777777;
	font-size: 1.125rem;
}
.opc .new-users .form-list {
	display: none;
}
.opc .new-users .buttons-set {
	max-width: 420px;
	margin: 15px auto;
	text-align: center;
}
.opc .new-users .buttons-set .button {
	display: inline-block;
	margin: 0 15px;
}
.opc .new-users .buttons-set .button-or {
	display: inline-block;
	color: #777777;
	font-size: 0.813rem;
}
.opc .new-users .buttons-set .secondary {
	background: #a7afae;
	color: #ffffff;
}
.opc .new-users .buttons-set .secondary:hover {
	background: #9ca09f;
}
.opc .step-title {
	display: none;
}
.opc dd ul {
	margin-left: 0;
	list-style: none;
}
.opc-block-progress {
	margin: 45px 0 0;
}
.opc-block-progress .block-title,
.opc-block-progress .block-content dd {
	display: none;
}
.opc-block-progress .block-content {
	text-align: right;
}
.opc-block-progress .block-content dl {
	margin: 0;
}
.opc-block-progress .block-content dl div {
	position: relative;
	display: inline-block;
	margin: 0 15px;
}
.opc-block-progress .block-content dt,
.checkout-progress li span {
	font-size: 0.813rem;
	font-weight: lighter;
	color: #777777;
}
.opc-block-progress .block-content dt:before,
.checkout-progress li span:before {
	content: '';
	position: absolute;
	display: block;
	width: 6px;
	height: 6px;
	-webkit-border-radius: 1000px;
	-moz-border-radius: 1000px;
	border-radius: 1000px;
	background: #e5e5e5;
	top: -13px;
	left: 45%;
}
.opc-block-progress .block-content dt.complete:before,
.checkout-progress li.active span:before {
	background: #27ccc0;
}
.checkout-progress li.active span {
	color: #27ccc0;
}
.opc-block-progress .block-content dt:after,
.checkout-progress li span:after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	margin-left: 6px;
	background: #f4f4f4;
	top: -11px;
	left: 45%;
}
.opc-block-progress .icon-edit {
	position: absolute;
	left: 42%;
	line-height: 16px;
	top: -34px;
	font-size: 16px;
}
#shipping-progress-opcheckout:before,
#shipping_method-progress-opcheckout:before,
#payment-progress-opcheckout:before,
.checkout-progress li:before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	background: #f4f4f4;
	top: -11px;
	right: 50%;
	margin-right: 4px;
}
.checkout-progress li:first-child:before {
	content: none;
}
#checkout-progress-wrapper {
	display: inline-block;
}
#payment-progress-opcheckout dt:after,
.checkout-progress li.last span:after {
	content: none;
}
.opc .section.allow.active .step-title {
	display: block;
	text-align: center;
}
.opc .section.allow.active .step-title span,
.opc .section.allow.active .step-title a,
#opc-login .step-title {
	display: none;
}
.opc .section.allow.active .step-title h2,
.checkout-multishipping h2,
.checkout-multishipping-address-newshipping h2,
.checkout-onestep h2 {
		line-height: 2rem;
}
#billing-new-address-form {
	width: 100%;
}
#billing_region_id_chosen,
#billing_country_id_chosen,
#shipping_region_id_chosen,
#shipping_country_id_chosen {
	width: 250px !important;
}
#region_id_chosen,
#country_chosen,
#advanced-search-list .chosen-container,
.checkout-onepage-index #billing_address_select_chosen,
.checkout-onepage-index #shipping_address_select_chosen {
	width: 100% !important;
}
.checkout-multishipping-shipping h2.legend,
.checkout-multishipping-overview h2.legend {
	background: #f4f4f4;
	line-height: 1.75rem;
	margin-bottom: 8px;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.checkout-multishipping-shipping h3,
.checkout-multishipping-billing h3,
.checkout-multishipping-overview h3,
.checkout-multishipping-overview h4 {
	font-size: 0.875rem;
	color: #222222;
	border-bottom: 1px dotted #e5e5e5;
	padding-bottom: 6px;
	margin-right: 30px;
}
.please-wait {
	display: block;
	margin-bottom: 5px;
}
.please-wait .spinner:after {
	margin: -10px 0 0;
	width: 20px;
	height: 20px;
}
.please-wait > span {
	padding: 0 0 0 18px;
	font-size: 0.688rem;
	color: #777777;
}
.form-alt {
	width: 100% !important;
	font-size: 0.813rem;
	margin-bottom: 8px;
	font-weight: bold;
	color: #a1ba16;
}
/* Tooltip */
.tool-tip { 
	border: 2px solid #e5e5e5;  
	background: #ffffff; 
	padding: 45px 20px 20px; 
	position: absolute; 
	z-index: 9999; 
}
.tool-tip .btn-close { 
	margin: -9px -14px 0; 
	text-align: right; 
}
.tool-tip .btn-close a {
	border: 2px solid transparent;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
	position: absolute;
	display: block;
	overflow: hidden;
	top: 6px;
	right: 6px;
	width: 26px;
	height: 26px;
	padding-left: 22px;
	cursor: pointer;
}
.tool-tip .btn-close a:hover {
	border: 2px solid #e5e5e5;
}
.tool-tip .btn-close a:before,
.tool-tip .btn-close a:after {
	border-right: 2px solid;
	border-color: #e5e5e5;
	content: '';
	display: block;
	height: 18px;
	position: absolute;
	-ms-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 10px;
	top: 2px;
	width: 0;
}
.tool-tip .btn-close a:after  {
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.tool-tip .btn-close a:hover:before,
.tool-tip .btn-close a:hover:after {
	border-color: #e5e5e5;
}
.tool-tip .tool-tip-content { 
	padding: 5px; 
}
/* ----------------- */

.payment-methods dt {
	background: #f4f4f4;
	height: 40px;
	line-height: 40px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-right: 30px;
	margin-bottom: 5px;
}
.payment-methods dd {
	margin-bottom: 0;
}
.payment-methods .input-box .v-fix {
	display: inline-block;
	width: 49%;
}
.payment-methods .v-fix .month,
.payment-methods .v-fix .year {
	width: 100%;
}
.payment-methods .form-list {
	max-width: 300px;
	margin: 10px auto 10px auto !important;
	padding: 14px 14px 18px;
	background: #e5e5e5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.payment-methods .form-list li {
	width: 100% !important;
	height: 37px;
	margin: 0 0 11px;
	background: #ffffff;
}
.payment-methods .form-list li.select-list {
	background: transparent;
	height: 60px;
}
.payment-methods .form-list .input-box {
	border: none;
	height: inherit;
	margin: 0;
}
.payment-methods .form-list .input-text,
.payment-methods .form-list select {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	-moz-user-select: text;
	background: #ffffff;
	border-color: #b5b5b6 #cececf #dededf;
	border-style: solid;
	border-width: 1px;
	color: #777777;
	-webkit-box-shadow: 0 1px 1px rgba(124, 124, 127, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.7), 0 0 4px rgba(86, 149, 219, 0);
	-moz-box-shadow: 0 1px 1px rgba(124, 124, 127, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.7), 0 0 4px rgba(86, 149, 219, 0);
	box-shadow: 0 1px 1px rgba(124, 124, 127, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.7), 0 0 4px rgba(86, 149, 219, 0);
	transition: border-color 0.15s linear 0s, box-shadow 0.15s linear 0s;
	font-family: "Helvetica Neue","Helvetica",Arial,sans-serif;
	font-size: 0.938rem;
	height: 2.313rem;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	top: 0;
}
.payment-methods .form-list .input-text:focus,
.payment-methods .form-list select:focus {
	border-color: #7caadd;
	-webkit-box-shadow: 0 1px 1px rgba(76, 107, 153, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0), 0 0 6px #326cc0 !important;
	-moz-box-shadow: 0 1px 1px rgba(76, 107, 153, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0), 0 0 6px #326cc0 !important;
	box-shadow: 0 1px 1px rgba(76, 107, 153, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0), 0 0 6px #326cc0 !important;
	outline: 0 none;
}
.payment-methods .form-list label {
	top: 7px;
	font-size: 0.938rem;
	font-family: "Helvetica Neue","Helvetica",Arial,sans-serif;
}
.payment-methods .form-list label em {
	display: none;
}
.payment-methods .form-list .select-list label,
.payment-methods .form-list .select-list .input-box {
	top: -5px;
}
.payment-methods .form-list .select-list label {
	font-size: 90%;
	color: #a9a9a9;
}
.cvv-what-is-this {
	display: block;
	font-size: 0.750rem;
	margin:10px 0 0 0px; line-height:35px;
}
.payment-methods .validation-advice {
	top: 2.313rem;
}
#payment_form_paypal_express.form-list {
	background: transparent;
	padding: 0;
}
#payment_form_paypal_express.form-list li {
	background: transparent;
	height: auto; margin-bottom:0px;
}
#checkout-review-table-wrapper {
	margin-right: 0px;
}
#checkout-review-table-wrapper table {
	width: 100%;
}
#checkout-review-table-wrapper td,
#checkout-review-table-wrapper th {
/*	font-size: 0.813rem;*/
}
#checkout-review-table-wrapper .item-options {
	margin-bottom: 0;
}

.cyan-txt, td.cyan-txt,
#checkout-review-table .cyan-txt,
#checkout-review-table .cyan-txt.price,
#checkout-review-table .cyan-txt .price,
#shopping-cart-totals-table .cyan-txt,
#shopping-cart-totals-table .cyan-txt.price,
#shopping-cart-totals-table .cyan-txt .price {
    color: #00B8DE!important;
}
#checkout-review-table td .price,
#shopping-cart-totals-table td .price {white-space: nowrap;}

#checkout-review-submit #review-buttons-container p.f-left {
	display: none;
}
.checkout-progress {
	display: none;
	list-style: none;
	margin: 45px 0 0 0;
}
.main-header .checkout-progress {
	display: inline-block;
}
.checkout-progress li {
	position: relative;
	display: inline-block;
	margin: 0 12px;
}
.checkout-multishipping form {
	margin: 0;
}
.multiple-checkout {
	margin-right: 30px;
}
.multiple-checkout .buttons-set,
.checkout-multishipping-shipping .buttons-set,
.checkout-multishipping-overview .buttons-set,
.checkout-multishipping-success .buttons-set,
.checkout-onepage-success .buttons-set {
	margin-right: -30px !important;
}
#multiship-addresses-table,
#checkout-review-table,
#my-orders-table,
#my-downloadable-products-table,
#my-reviews-table,
#my-tags-table,
#wishlist-table,
.checkout-multishipping-shipping table,
.checkout-multishipping-overview table,
.sales-order-invoice .data-table,
.data-table {
/*	border: none !important;
	border-collapse: collapse; */
	width: 100%;
}
#multiship-addresses-table thead,
#multiship-addresses-table tfoot,
#checkout-review-table thead,
#checkout-review-table tfoot,
#my-orders-table thead,
#my-orders-table tfoot,
#my-downloadable-products-table thead,
#my-downloadable-products-table tfoot,
#my-reviews-table thead,
#my-reviews-table tfoot,
#wishlist-table thead,
.checkout-multishipping-shipping table thead,
.checkout-multishipping-shipping table tfoot,
.checkout-multishipping-overview table thead,
.checkout-multishipping-overview table tfoot,
.data-table thead,
.data-table tfoot {
	background: transparent;
}

#multiship-addresses-table tfoot tr,
#checkout-review-table tfoot tr.first,
#checkout-review-table tfoot tr.last,
#my-orders-table tfoot tr.first,
#my-orders-table tfoot tr.last,
#my-downloadable-products-table tfoot tr.first,
#my-downloadable-products-table tfoot tr.last,
.checkout-multishipping-shipping table tfoot tr.first,
.checkout-multishipping-shipping table tfoot tr.last,
.checkout-multishipping-overview table tfoot tr.first,
.checkout-multishipping-overview table tfoot tr.last,
.data-table tfoot tr.first,
.data-table tfoot tr.last {
/*	border-top: 2px solid #e5e5e5;*/
}
#checkout-review-table tfoot td,
#my-orders-table tfoot td,
#my-downloadable-products-table tfoot td,
.checkout-multishipping-overview table tfoot td,
.data-table tfoot td {
	line-height: 1.5rem;
/*	padding-top: 0;
	padding-bottom: 0; */
}
#multiship-addresses-table thead tr,
#checkout-review-table thead tr,
#my-orders-table thead tr,
#my-downloadable-products-table thead tr,
#my-reviews-table thead tr,
#wishlist-table thead tr,
.checkout-multishipping-shipping table thead tr,
.checkout-multishipping-overview table thead tr,
.data-table thead tr {
/*	border-bottom: 2px solid #e5e5e5;*/
	background: #fafafa;
}
#checkout-review-table tbody tr,
#my-orders-table tbody tr,
#my-downloadable-products-table tbody tr,
#my-reviews-table tbody tr,
#my-tags-table tbody tr,
#wishlist-table tbody tr,
.checkout-multishipping-shipping table tbody tr,
.checkout-multishipping-overview table tbody tr,
.data-table tbody tr {
	/*border-top: 1px solid #e5e5e5;*/
}
#checkout-review-table tbody tr.first,
#my-orders-table tbody tr.first,
#my-downloadable-products-table tbody tr.first,
#my-reviews-table tbody tr.first,
#wishlist-table tbody tr.first,
.checkout-multishipping-shipping table tbody tr.first,
.checkout-multishipping-overview table tbody tr.first,
.data-table tbody tr.first {
	border-top: none;
}
#multiship-addresses-table .product-name,
#multiship-addresses-table .product-name a,
#checkout-review-table .product-name,
#checkout-review-table .product-name a,
#my-orders-table .product-name,
#my-orders-table .product-name a,
#my-reviews-table .product-name,
#my-reviews-table .product-name a,
#my-tags-table .product-name,
#my-tags-table .product-name a,
#wishlist-table .product-name,
#wishlist-table .product-name a,
.checkout-multishipping-shipping .product-name,
.checkout-multishipping-shipping .product-name a,
.checkout-multishipping-overview .product-name,
.checkout-multishipping-overview.product-name a,
.data-table .product-name,
.data-table .product-name a {}
#multiship-addresses-table td.last .chosen-container {
}
#multiship-addresses-table td:nth-child(2) .chosen-container {
}
.data-table .item-options {
	margin-bottom: 0;
}
#multiship-addresses-table tfoot .button {
	margin: 10px 0 0;
}
#multiship-addresses-table .btn-remove2 {
}
#my-reviews-table .product-name {
	margin: 0;
}
table.payment-info tr th,
table.payment-info tr td {
	text-align: left;
}
.checkout-multishipping-shipping address,
.checkout-multishipping-billing address,
.checkout-multishipping-overview address {
	font-size: 0.875rem;
	font-style: normal;
	color: #777777;
	line-height: 1rem;
	margin-bottom: 20px;
}
.sp-methods ul,
.checkout-multishipping-shipping .radio {
	list-style: none;
	margin-left: 0 !important;
}
.checkout-multishipping-shipping dt {
	font-size: 0.875rem;
	margin-bottom: 0;
}
.separator {
	color: #c0c0c0;
}
.checkout-multishipping-shipping .form-box.wide,
.checkout-multishipping-overview .form-box.wide,
.checkout-multishipping-success .form-box.wide {
	padding-right: 30px;
}
.checkout-multishipping-shipping h3,
.checkout-multishipping-overview h3 {
	margin-right: 0;
}
.checkout-multishipping-overview .box-content p {
	margin-bottom: 0;
}
.checkout-multishipping-overview .grand-total {
	text-align: center;
}
.cards-list .info-table,
.cards-list .info-table tr,
.payment-method-table table,
.payment-method-table table tr {
	border: none !important;
	border-collapse: collapse;
}
.cards-list .info-table tbody th,
.cards-list .info-table tbody td,
.payment-method-table table tbody th,
.payment-method-table table tbody td {
	padding-left: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.cards-list .info-table tbody th,
.cards-list .info-table tbody td,
.payment-method-table table tbody th,
.payment-method-table table tbody td {
	text-align: left;
	line-height: 1.25rem;
}
.payment-method-table table tbody th {
	font-size: 0.813rem;
}
.checkout-multishipping .sub-title,
.checkout-onestep .sub-title {
	color: #222222;
	margin-bottom: 30px;
}
.checkout-onestep .page-title {
	margin: 0;
}

label[for='shipping:region'],
label[for='billing:region_id'],
label[for='region_id'] {
	top: -6px !important;
}

/* Checkout Agreements */
.checkout-agreements {
	list-style: none;
	margin: 0 30px 0 0;
}
.checkout-agreements .agreement-content { 
	overflow-y: scroll; 
	height: 12em; 
	padding: 8px 10px; 
	background-color: #fbfaf6; 
	border: 1px solid #bbb6a5;
	font-size: 0.6875rem;
}
.checkout-agreements .agree { 
	margin: 12px 0 0; 
}
.checkout-agreements .agree label { 
	color: #000;
}

@media only screen and (max-width: 40em) {
	#billing_region_id_chosen, 
	#billing_country_id_chosen, 
	#shipping_region_id_chosen, 
	#shipping_country_id_chosen {
		width: 100% !important;
	}
	.payment-methods dt,
	#checkout-review-table-wrapper {
		margin-right: 0;
	}
	#onepage-guest-register-button {
		margin-bottom: 10px;
	}
	#checkout-review-table-wrapper h3 {
		font-size: 0.875rem;
	}
	#multiship-addresses-table td.last .chosen-container {
		width: 100px !important;
	}
	#multiship-addresses-table .product-name, 
	#multiship-addresses-table .product-name a {
		font-size: 0.813rem;
	}
	.checkout-multishipping-shipping .form-box.wide,
	.checkout-multishipping-overview .form-box.wide,
	.checkout-multishipping-success .form-box.wide,
	.checkout-onepage-success .form-box.wide {
		padding-right: 20px;
	}
	.multiple-checkout .buttons-set {
		margin-right: -50px !important;
	}
	.checkout-multishipping-shipping .buttons-set,
	.checkout-multishipping-overview .buttons-set,
	.checkout-multishipping-success .buttons-set,
	.checkout-onepage-success .buttons-set {
		margin-right: -20px !important;
	}
}

/*******************************************************************************************************/
/***   19)	 CUSTOMER ACCOUNT																	     ***/
/*******************************************************************************************************/
.account-wrapper:before,
.account-wrapper:after {
	content: ' ';
	display: table;
}
.account-wrapper:after {
	clear: both;
}
.account-wrapper .leftside-myaccount {
    float: left;
    width: 25.1773%;
}
.account-nav-container.left-off-canvas-menu {
	position: relative;
    left: 0; width: 100%;
	display: block;
	/*margin: 0 5.32% 0 0;*/	padding: 42px 0 50px; margin: 0;
	z-index: initial !important;
	-ms-transform: none;
	-moz-transform: none;
	-o-transform: none;
	-webkit-transform: none;
	transform: none;
	background: #EAEFF4!important;
}
.account-nav-container .block-content {
	margin: 0; padding: 0;
}
.account-nav-container .block-content .links-list {
    display: block!important;
    height: auto!important; overflow-y: hidden!important; background: transparent!important;}
.account-nav-container .block-content .links-list li:hover > a:before {
	left: -13px;
}
.account-nav-container .block-content .links-list li:not(.has-form) a:not(.button) {
    background: transparent!important;
    color: #0B2A49;
}
.account-nav-container .block-content .links-list a {
	font-size: 18px; text-align: left;
	padding: 13px 0 16px 0!important;
    margin-left: 13.5211%; margin-right: 4.2253%;
    line-height: 18px !important; width: auto!important;
}
.account-nav-container .block-content .links-list li.current a {
    font-family: 'OpenSans-Bold', Arial, sans-serif;
}
.block-account .block-content li:hover a { color:#01b9df !important;}
.block-account .block-content li {display: block!important; width:100%;}


.my-account .form-list:after,
.my-account .form-list .control {
	clear: none !important;
}
.account-wrapper .page-title {
    margin: 19px 0 23px;
}
.account-wrapper .page-title h3 {
    font-family: 'OpenSans-Bold', Arial, sans-serif;
    color: #1D548C; /*font-size: 30px;*/ font-size: 28px;
    margin: 0; font-weight: normal;
}
.account-wrapper .page-title.clearfix {display: none;}
.account-wrapper .actions,
.sales-guest-view .actions,
.sales-guest-invoice .actions {
	height: 2rem;
	line-height: 2rem;
	text-align: right;
}
.account-wrapper .actions .button,
.sales-guest-view .actions .button,
.sales-guest-invoice .actions .button {
	font-size: 1rem;
	padding: 0.313rem 1.4rem;
	background: #dee2e2;
	color: #222222;
	font-weight: normal !important;
	margin-bottom: 0;
}
.account-wrapper .page-title h3 {
	line-height: 2rem;
	margin: 0;
}
.my-account .page-title .button,
.my-account .page-title > a,
.sales-guest-view .page-title .button,
.sales-guest-invoice .page-title .button,
.catalog-product-compare-index .page-title a {
	position: absolute;
	right: 0;
	top: -3px;
	/*font-size: 13px;
	padding: 4px 10px;*/
}
.my-account .page-title .actions,
.sales-guest-view .page-title .actions,
.sales-guest-invoice .page-title .actions {
	position: absolute;
	top: 4px;
	right: 4px;
}
.link-rss:before,
.link-print:before {
	font-family: 'intenso';
	font-weight: normal;
	margin-right: 5px;
}
.link-print:before {
	font-size: 0.875rem;
	font-weight: normal;
	vertical-align: middle;
}
.my-account .page-title a.link-rss {
	top: 12px;
	font-weight: normal !important; text-decoration:none;
}
.my-account .page-title .icon-feed,
.my-account .page-title .icon-loop,
.sales-guest-view .page-title .icon-feed,
.sales-guest-view .page-title .icon-loop,
.sales-guest-invoice .page-title .icon-feed,
.sales-guest-invoice .page-title .icon-loop {
	font-size: 0.875rem;
}
.my-account .row {
	padding: 0;
}
.my-account p {
	margin-bottom: 6px;
}
.my-account .row .columns,
.my-account .row .column {
	padding-left: 0;
}
.my-account ol {
	list-style: none;
	margin-left: 0;
}
.my-account .box,
.billing-agreements .info-box,
.sales-guest-view .box,
.sales-guest-invoice .box {
/*	border-left: 3px solid #c6cecd;*/
	margin: 0; padding: 0;
}
.my-account .box-title .separator,
.sales-guest-view .box-title .separator,
.sales-guest-invoice .box-title .separator {
	display: none;
}
.my-account .box-title,
.sales-guest-view .box-title,
.sales-guest-invoice .box-title {
    margin: 0; padding: 0;
}
.my-account .box h2,
.my-account .box-title h3,
.billing-agreements h2.box-title,
.sales-guest-view .box-title h2,
.sales-guest-invoice .box-title h2 {
    font-family: 'OpenSans-Bold', Arial, sans-serif;
    color: #1D548C; line-height: 28px;
    /*font-size: 18px;*/ font-size: 16px;
    margin: 0 0 17px; padding: 0;
}
.my-account .box-account ol li {
	border-left: 3px solid #c6cecd;
	padding-left: 20px;
	line-height: 2rem;
	background: #fafafa;
	margin-bottom: 8px;
}
.my-account .box-account ol li li {
	border: none;
	padding-left: 0;
	line-height: 1rem;
	margin-bottom: 0;
}
h2.table-caption,
.box-head h2,
.order-items.order-details .table-caption,
.my-account h2.legend {
    font-family: 'OpenSans-Bold', Arial, sans-serif;
	color: #1D548C;
	/*font-size: 22px;*/ font-size: 20px;
	text-transform: uppercase; letter-spacing: -0.03em;
	margin: 0;
}
.my-account h2.legend {margin-bottom: 24px;}
.my-account .box-content,
.sales-guest-view .box-content,
.sales-guest-invoice .box-content {
    line-height: 28px;
}
.my-account address,
.sales-guest-view address,
.sales-guest-invoice address {
	font-style: normal;
	line-height: 28px;
	margin-bottom: 10px;
}
.my-account .icon-print,
.my-account .icon-eye,
.sales-guest-view .icon-print,
.sales-guest-invoice .icon-print,
.catalog-product-compare-index .icon-print,
.catalog-product-compare-index .link-print {
	color: #6c7a89;
}
.buttons-set .back-link small {
	display: none;
}
.buttons-set .back-link a {
	display: inline-block;
	position: relative;
	padding: 0 0 0 11px;
}
.buttons-set .back-link a:before,
.buttons-set .back-link a:after {
	border-right: 1px solid;
	content: '';
	display: block;
	height: 6px;
	margin-top: -3px;
	position: absolute;
	-ms-transform: rotate(50deg);
	-moz-transform: rotate(50deg);
	-o-transform: rotate(50deg);
	-webkit-transform: rotate(50deg);
	transform: rotate(50deg);
	left: 3px;
	top: 50%;
	width: 0;
}
.buttons-set .back-link a:after  {
	margin-top: 0;
	-ms-transform: rotate(130deg);
	-moz-transform: rotate(130deg);
	-o-transform: rotate(130deg);
	-webkit-transform: rotate(130deg);
	transform: rotate(130deg);
}
.my-account .welcome-msg {
	margin: 20px 0 0;
}
.my-account .welcome-msg p + p,
.my-account .box-content p {
	line-height: 28px;
}
.my-account .welcome-msg p + p { margin:0px;}
.my-account .buttons-set,
.sales-guest-view .buttons-set,
.sales-guest-form .buttons-set,
.sales-guest-invoice .buttons-set,
.catalogsearch-advanced-index .buttons-set,
.contacts-index-index .buttons-set 
 {
	padding-top: 10px;
	margin-top: 30px; 
	border-top: 1px solid #EAEFF4;
}
.contacts-index-index .buttons-set  { margin-top:0px;}
.my-account p.required,
.sales-guest-form p.required,
.contacts-index-index p.required, label.required em {
	font-size: 0.688rem;
	color: #E74C3C;
	font-style: normal;
}
.my-account p.required,
.sales-guest-form p.required,
.contacts-index-index p.required {
    float: right;
}
.contacts-index-index li.wide {
	padding:0px 5px;
}
.my-account .box-head, h2.table-caption {
    margin-top: 30px!important; margin-bottom: 24px!important;
}
.my-account .box-head > a {
	position: absolute;
	right: 20px;
	top: 15px;
	font-size: 0.875rem;
}
.my-account .box-reviews .box-head > a {
	position: static; margin-top: 5px; display: block;
}
.my-account .box-content h4 {
	font-size: 0.875rem;
	font-weight: normal;
	color: #555555;
	font-style: italic;
	margin-top: 6px;
}
.my-account .box-content a {text-decoration: underline;}
.my-account .form-box.wide {
	border: none;
	margin: 0;
	padding: 0;
	width: 100%; max-width: none;
}
.my-account .form-box .input-box .input-text { border:1px solid #ddd;}
.my-account .checkout-multishipping {
	padding: 0;
}
.my-account .checkout-multishipping .page-title h2 {
    text-align: left;
}
.my-account .checkout-multishipping .buttons-set {
	margin: 15px 0 0;
	padding: 10px 0 0;
	background: transparent;
	text-align: left;
}
.my-account .checkout-multishipping .buttons-set .button {
	margin: 0 0 15px;
}
.my-account .checkout-multishipping p.required {
	margin: 0;
}
.my-account .checkout-multishipping .buttons-set a {
	color: #27ccc0;
	font-size: inherit;
}
.my-account .checkout-multishipping .form-list li.wide {
	max-width: 548px;
}
.customer-account-edit .my-account .fieldset {
	margin: 20px 0;
	max-width: 300px;
	overflow: visible;
}
.customer-account-edit .my-account .control {
	margin-bottom: 0;
}
.row.order-info-box {
	overflow: hidden;
}
#my_recent_reviews .number,
#my_recent_tags .number {
	display: none;
}
#my_recent_reviews .details,
#my_recent_reviews .product-name,
#my_recent_reviews .ratings,
#my_recent_tags .details,
#my_recent_tags .product-name,
#my_recent_tags .tags {
	display: inline-block;
}
#my_recent_reviews .product-name,
#my_recent_tags .product-name {
	margin: 0;
	border: none;
	font-size: 0.875rem;
}
#my_recent_reviews .ratings,
#my_recent_tags .tags {
	margin-left: 7px;
	padding-left: 10px;
	border-left: 1px solid #e5e5e5;
	line-height: 1rem;
}
#my_recent_reviews .ratings strong,
#my_recent_tags .tags strong {
	font-weight: normal !important;
	font-size: 0.875rem;
	color: #777777;
	padding-right: 4px;
}
#my_recent_tags .tags ul {
	list-style: none;
	display: inline-block;
	margin-left: 0;
	line-height: 1rem;
}
#my_recent_tags .tags li {
	display: inline-block;
	font-size: 0.875rem;
}
/* account toolbar */
.my-account .pager {
	position: relative;
	margin: 6px 0 20px;
	height: auto; float:left; width:100%; clear:none; border-bottom:1px solid #ddd;  
}
.my-account .amount {
	margin: 8px 0 10px;
	font-size: 0.813rem;
	color: #999999;
	text-align: right;
}
.my-account .pages {
	background: transparent;
	display: inline-block;
	margin: 0 0 0 -8px;
}
.my-account .pages ol {
	margin-left: 0;
}
.my-account .limiter {
	display: inline-block;
	float: right;
	margin: 0 0 0 10px;
}
.my-account .limiter > label {
	float: left;
	padding-right: 6px;
	padding-top: 1px;
}
/* ------------------*/

.my-account .order-info {
	margin: 20px 0 0;
}
.my-account .order-info dt,
.sales-guest-view .order-info dt,
.sales-guest-invoice .order-info dt {
	display: none;
}
.my-account .order-info ul,
.sales-guest-view .order-info ul,
.sales-guest-invoice .order-info ul {
	list-style: none;
	margin-left: 0;
}
.my-account .order-info ul li,
.sales-guest-view .order-info ul li,
.sales-guest-invoice .order-info ul li {
	display: inline-block;
	font-size: 0.875rem;
	padding: 0 8px 0 12px;
	line-height: 1rem;
	border-left: 1px solid #e5e5e5;
}
.my-account .order-info ul li.first,
.sales-guest-view .order-info ul li.first,
.sales-guest-invoice .order-info ul li.first {
	padding-left: 0;
	border: none;
}
.my-account .order-date,
.sales-guest-view .order-date,
.sales-guest-invoice .order-date {
	font-style: italic;
}
.billing-agreements,
.recurring-profiles,
.my-account .product-review,
.tag-customer-index .box,
.my-tag-edit,
.wishlist-index-share .fieldset,
#wishlist-table,
.oauth-customer-token-index .my-account > p,
.review-customer-index .my-account > p,
.newsletter-manage-index .my-account > form,
.downloadable-customer-products .my-account > p,
.sales-order-history .my-account > p {
	margin-top: 20px;
}
.billing-agreements h2.box-title {
	padding: 5px 10px 5px 20px;
	margin: 0 0 10px;
}
.billing-agreements > p {
	margin-bottom: 20px;
}
.my-account .product-img-box img {
	width: 200px;
	margin-bottom: 20px;
}
.review-customer-view .ratings-detail {
	width: 95%;
	margin: 0 auto;
	border-top: 2px solid #e5e5e5;
	padding-top: 6px;
}
.review-customer-view .product-name {
	font-size: 1.5rem;
	line-height: 1.5rem;
	color: #222222;
	margin: 0 0 20px;
}
.review-customer-view .product-details h3 {
	font-size: 0.875rem;
	color: #222222;
}
.review-customer-view .ratings-table tbody th,
.review-customer-view .ratings-table tbody td {
 	padding: 0.125rem 0.625rem;
 	text-align: left;
}
.review-customer-view dl dt {
	font-size: 0.875rem;
	color: #222222;
	font-weight: normal;
}
.review-customer-view dl dd {
	font-size: 0.875rem;
	color: #555555;
}
.review-customer-view .product-img-box .label {
	color: #222222;
	font-size: 0.813rem;
	margin: 0 0 3px;
	padding: 0;
}
.review-customer-view .rating-links {
	display: none;
}
.review-customer-view .rating-links.icon-user {
	display: block;
}
.my-account .tags-list {
	list-style: none;
	margin-left: 0;
	font-size: 0.875rem;
}
.my-tag-edit {
	margin-bottom: 0 !important;
}
.my-tag-edit .button {
	border: none !important;
	font-size: 0.75rem;
	font-weight: 400 !important;
	padding: 0.063rem 0.5rem 0.125rem;
	margin-bottom: 0;
	background: #dee2e2;
	color: #222222;
}
.my-tag-edit .button:hover,
.my-tag-edit .button:focus {
	color: #333333;
	background: #b9b9b9;
}
#my-tags-table .button.btn-cart {
	width: 10rem;
	margin: 10px 0 5px;
}
#my-tags-table .add-to-links {
	width: 10rem;
	list-style: none;
	margin-left: 0;
	text-align: center;
	font-size: 0.875rem;
}
#my-tags-table .add-to-links a:before {
	content: none;
}
.my-account .fieldset:before,
.my-account .fieldset:after {
	content: ' ';
	display: table;
}
.my-account .fieldset:after {
	clear: both;
}
.box-account.box-info .row {
	overflow: hidden;
}
.my-account form {
	display: inline-block;
	width: 100%;
}
.my-account .my-wishlist fieldset {
	margin: 20px 0;
	padding: 0;
	border: none;
}
#wishlist-table .cart-cell {
	min-width: 10rem;
	text-align: center;
}
#wishlist-table .price-box,
#wishlist-table .qty-wrapper {
	margin-bottom: 10px;
}
#wishlist-table tbody tr td:nth-child(2) .product-image {
	display: none;
}
#wishlist-table .cart-cell > p {
	margin: 0;
}
#shared-wishlist-table .link-wishlist:before {
	content: none;
}
#shared-wishlist-table .btn-cart {
	min-width: 10rem;
	margin-bottom: 8px;
}

.sales-guest-view .page-title,
.sales-guest-view .order-info,
.sales-guest-invoice .order-info {
	margin: 20px 3.5% 0 3.5%;
}
.sales-guest-view .order-date,
.sales-guest-view .order-items.order-details,
.sales-guest-invoice .order-date,
.sales-guest-invoice .order-items.order-details {
	margin-left: 3.5%;
	margin-right: 3.5%;
}
.sales-guest-form .page-title {
	margin-top: 20px;
}
.sales-guest-form .fieldset,
.catalogsearch-advanced-index .fieldset {
	margin: 20px 0 0;
	max-width: 300px;
}
.sales-guest-form .form-list .wide {
	padding: 0;
}
.sales-guest-form .form-list .legend {
	font-size:14px;
	margin: 0px 0px 10px;
}
.sales-guest-form #quick_search_type_id_chosen {
	width: 100% !important; height:32px;
}
.sales-guest-form .chosen-container-single .chosen-single span { margin-top:3px;}
.sales-guest-form .chosen-container-single .chosen-single div { top:4px;}

/* Small screens */
@media only screen and (max-width: 40em) {
	.account-nav-container.left-off-canvas-menu {
		/*position: absolute;
		z-index: 1001 !important;
		left: 0 !important;
		margin: 0;
		padding-left: 0;
		width: 250px !important;
		-ms-transform: translate3d(-100%, 0px, 0px);
		-moz-transform: translate3d(-100%, 0px, 0px);
		-o-transform: translate3d(-100%, 0px, 0px);
		-webkit-transform: translate3d(-100%, 0px, 0px);
		transform: translate3d(-100%, 0px, 0px);
		background: #333333 !important;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;*/
	}
	.my-account {
	}
	.account-wrapper {
	}
	.account-wrapper .page-title {
	}
	.account-nav-container .block-content .links-list a {
	}
	.top-bar-section li.group-title {
		padding:10px 0px 10px 15px !important; height:auto;
	}
	.my-account .page-title h1 {
	}
	.my-account .page-title .button {
	}
	.customer-account-edit .my-account .fieldset {
		max-width: 100%;
	}
	#my-orders-table thead tr th,
	#my-orders-table tr td {
		font-size: 0.750rem !important;
	}
	.my-account .limiter {
		display: none;
	}
}
@media only screen and (max-width: 52em) {
	#wishlist-table tbody tr td:nth-child(2) .product-image {
		display: block;
	}
	#wishlist-table thead tr th:first-child,
	#wishlist-table tbody tr td:first-child {
		display: none;
	}
}

/* Only Medium screens */
@media only screen and (min-width: 40.063em) and (max-width: 64em) {
	.my-account .page-title h1 {
		/*font-size: 1.5rem !important;
		line-height: 1.5rem !important;
		margin: 0 0 10px 0;*/
	}
}

@media only screen and (max-width: 46em) {
	#my-orders-table .ship-to-name {
		display: none;
	}
}


/*******************************************************************************************************/
/***   20)	 EXTENDED REVIEWS																	     ***/
/*******************************************************************************************************/

.summary-popover .rating-box {
	cursor: pointer;
}
.summary-popover-icon {
	position: absolute;
	width: 12px;
	height: 11px;
	top: 0;
	left: 60px;
	border: 1px solid #c9c9c9;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
}
.summary-popover-icon:before,
.summary-popover-icon:after {
	content: '';
	position: absolute;
	width: 0;
	height: 5px;
	border-right: 1px solid #ef9f20;
	-ms-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 2px;
    right: 6px;
}
.summary-popover-icon:after {
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 3px;
}
.summary-popover-icon.spinner {
	border-color: transparent;
	transform: none;
	transition: none;
}
.summary-popover-icon.spinner:before,
.summary-popover-icon.spinner:after {
	height: 12px;
	width: 12px;
	top: 14px;
	left: 15px;
	border-right: none;
	transform: none;
	transition: none;
}
.summary-popover-icon.spinner:after {
	border-width: 2px;
	border-right: 2px solid #777777;
}
.summary-popover-content {
	position: absolute;
	width: 460px;
	top: 22px;
	left: -30px;
	cursor: default;
	z-index: 101;
}
.review-popover {
	position: relative;
	background: #ffffff;
	padding: 28px 12px 20px;
	width: 460px;
	border: 3px solid #e5e5e5;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.summary-popover .arrow-box:after {
	border-style: none !important;
}
.summary-popover .rating-box.active:after {
	top: 4px; 
	left: 64px;
	border: solid transparent;
	content: " "; 
	height: 0; 
	width: 0; 
	position: absolute;
    /*pointer-events: none; */
	border-color: rgba(229, 229, 229, 0); 
	border-bottom-color: #e5e5e5; 
	border-width: 8px; 
	margin-left: -6px;
}
.move-popover {
	left: auto;
}
.review-popover #histogram {
	margin: 8px 0;
}
.review-popover #histogram .progress {
	height: 12px;
}
.review-popover #histogram td {
	line-height: 0.5rem ;
}
.review-popover #histogram .stars a {
	color: #777777;
	text-decoration: none;
	-webkit-transition: color 150ms ease-out 0s;
  	-moz-transition: color 150ms ease-out 0s;
	transition: color 150ms ease-out 0s;
}
.review-popover #histogram .stars a:hover {
	color: #27ccc0;
}
.review-close {
	border: 2px solid transparent;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
	position: absolute;
	display: block;
	overflow: hidden;
	top: 6px;
	right: 6px;
	width: 26px;
	height: 26px;
	padding-left: 22px;
	cursor: pointer;
}
.review-close:hover {
	border: 2px solid #e5e5e5;
}
.review-close:before,
.review-close:after {
	border-right: 2px solid;
	border-color: #e5e5e5;
	content: '';
	display: block;
	height: 18px;
	position: absolute;
	-ms-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 10px;
	top: 2px;
	width: 0;
}
.review-close:after  {
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.review-close:hover:before,
.review-close:hover:after {
	border-color: #e5e5e5;
}
.category-products.list .review-popover .ratings,
.review-popover .ratings {
	position: relative;
	display: block;
	float: left;
	top: inherit;
	left: inherit;
	margin: 0 0 0 6px;
}
.review-popover .rating-avg {
	line-height: 0.938;
}
.review-popover .review:nth-child(n+2) {
	margin: 10px 0 0;
}
.review-popover .review-detail {
	font-size: 0.813rem;
	color: #333333;
	line-height: 1rem;
}
.review-popover .review-author,
.review-popover .review-date {
	font-size: 0.688rem;
	color: #777777;
}
.review-popover .review-author {
	padding: 0 3px 0 11px;
}
.review-popover .review-date {
	padding: 0 0 0 7px;
	border-left: 1px solid #c0c0c0;
}
.see-all-reviews {
	font-size: 0.833rem;
	text-decoration: underline;
}
blockquote {
	background: transparent;
	margin: 0;
	color: #333333;
	padding: 0.5em 10px 0;
	line-height: 1rem !important;
	border-left: none !important;
	quotes: "\201C""\201D""\201C""\201D";
}
blockquote:before {
	color: #e5e5e5;
	content: open-quote;
	font-family: Georgia, serif;
	font-size: 4em;
	line-height: 0.1em;
	margin-right: 0;
	vertical-align: -0.4em;
}
blockquote p {
	display: inline;
	line-height: 1rem !important;
	color: #555555 !important;
}
.list-narrow .rating-box,
.list-narrow .summary-popover:before {
	cursor: default !important;
	content: none !important;
}
.list-narrow .summary-popover > .rating-box:before,
.list-narrow .summary-popover > .rating-box:after {
	content: none !important;
}
.list-narrow .summary-popover-content {
	display: none !important;
}
.review-list .vote {
	margin-bottom: 10px;
	display: inline-block;
	margin-left: 4px;
}
.review-list .vote span {
	font-size: 0.750rem;
	color: #555555;
	border-left: 1px solid #d3d3d3;
	padding: 0 3px 0 8px;
}
.review-list .vote button {
	margin: 0; padding:4px 10px;
}
.review-list .comments {
	font-size: 0.750rem;
	margin-bottom: 20px;
	display: inline-block;
}
.review-list .comment-bubble {
	margin: 0 0 12px;
}
.review-list .comment-bubble.arrow-box,
.form-add.arrow-box {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 8px 12px 10px;
	background: #f4f4f4;
}
.form-add.arrow-box {
	margin-bottom: 5px;
}
.review-list .comment-bubble.arrow-box:after,
.form-add.arrow-box:after {
	left: 36px;
	border-color: rgba(244, 244, 244, 0);
	border-bottom-color: #f4f4f4;
	border-style: solid;
}
.review-list .comment-text {
	font-size: 0.813rem;
	color: #222222;
	margin: 4px 0 0;
}
.review-list .comments-hide {
	display: inline-block;
	font-size: 0.750rem;
	margin: 0 0 20px 10px;
	padding-left: 10px;
	border-left: 1px solid #d3d3d3 ;
}
#post-review .messages,
#post-review .messages .success-msg ul {
	list-style: none;
	margin: 0;
}
#post-review .messages .success-msg li,
#post-review .messages .error-msg li {
	font-size: 0.875rem;
	color: #a1ba16;
}
#post-review .messages .error-msg li {
	color: #ea1818;
}
#post-review .review-form {
	position: relative;
}
#post-review #advice-validate-rating-validate_rating {
	top: 152px;
}
.comment-success {
	font-size: 0.875rem;
	color: #a1ba16;
	margin-bottom: 10px;
}
.star-filter-header {
	font-size: 0.813rem;
	color: #222222;
	font-weight: bold;
	margin-top: 4px;
}
.star-filter-header span {
	color: #a0a0a0;
}
.star-filter-header a {
	text-decoration: underline;	
}

/* Small screens */
@media only screen and (max-width: 40em) {
	.rating-box,
	.summary-popover:before {
		cursor: default !important;
		content: none !important;
	}
	.summary-popover > .rating-box:before,
	.summary-popover > .rating-box:after {
		content: none !important;
	}
	.summary-popover-content,
	.summary-popover-icon {
		display: none !important;
	}
}

/*******************************************************************************************************/
/***   21)	 PRINT PAGES																			 ***/
/*******************************************************************************************************/
.page-print {
	font-size: 14px;
}
.page-print .print-head { 
	margin: 0 0 15px; 
}
.page-print .print-head .logo { 
	float:left;
	margin-bottom: 20px;
}
.page-print .print-head address { 
	float:right; 
	margin-left: 15px; 
}
.page-print h1 {
	clear: both;
	font-size: 18px !important; 
	font-weight: bold; 
}
.page-print h2,
.page-print h3,
.page-print h4 { 
	font-size: 15px; 
	font-weight: bold; 
}
.page-print h2.h2 { 
	font-size: 15px; 
	font-weight: bold; 
	text-align: right; 
}
.page-print .order-date { 
	border-bottom: 1px solid #ccc; 
	padding: 0 0 10px; 
	margin: 0 0 10px; 
}
.page-print .col2-set { 
	margin: 0 0 10px; 
}
.page-print .col2-set:before,
.page-print .col2-set:after {
	content: ' ';
	display: table;
}
.page-print .col2-set:after {
	clear: both;
}
.page-print .col2-set .col-1,
.page-print .col2-set .col-2 { 
	width: 50%; 
	float: left;
}
.page-print table,
.page-print #my-orders-table tr,
.page-print #my-orders-table th,
.page-print #my-orders-table td {
	border-collapse: collapse !important;
    border: solid #000 !important;
    border-width: 1px 0 0 1px !important;
    background: transparent !important;
    color: #000000 !important;
}
.page-print #my-orders-table {
	border: 1px solid #000000 !important
}
.page-print th, 
.page-print td {
    border:solid #000 !important;
    border-width:0 1px 1px 0 !important;
}
.page-print .data-table {
	width: 100%;
}
.page-print .buttons-set {
	margin-top: 20px;
	text-align: center;
}
.header-ribbon { text-align: right;}
.making-life-easier { display: inline-block; padding-bottom: 15px; float:left; padding-top:15px; }
.main-header .main-logo { margin-top: 20px;}
.any-questions {display: inline-block; padding:23px 0px 0px 20px; float:left;
    font-size: 16px; text-transform: uppercase;
    color: #888;}
.cms-index-index .category-images ul { margin: 0px -10px;}    
.cms-index-index .category-images li { width: 33.3%; float: left; padding:10px; margin: 0px; list-style:none; }
.cms-index-index .category-images li img { width: 100%;}    
.cms-index-index .category-images li img:hover { opacity:0.4;}    

.category-images.category-images-container  { display:inline-block; width:100%; padding-bottom:10px;}
.category-images.category-images-container ul { margin: 0px -10px; padding:0px;}  
.category-images.category-images-container li { width: 33.3%; float: left; padding:10px !important; margin: 0px; list-style:none; background:none !important; }
.category-images.category-images-container li img { width: 100%;}    
.category-images.category-images-container li img:hover { opacity:0.4;}       
.container .container { padding:0px;}




.top-right-header .search-box { position: relative; background:#e9ebec; padding:10px; border-radius:5px;}
.top-right-header .search-box label { /*position: absolute; top: 9px; left: 10px; */cursor:text;}	
.cms-static-blocks {padding: 0 0 50px;}
.cms-static-blocks .columns {padding-left: 15px; padding-right: 15px;}
.homeleftbanner ,
.homerightbanner  { background:red; color:#fff; min-height: 150px; margin-top: 19px; text-align: center; font-size: 20px; font-weight: 400; padding-top: 50px;  }
.vice-man-text > h2 {font-weight: 100; font-size: 30px; }
.footer-address {
    line-height: 24px;
    color: #484848;
    padding: 7px 0px;
}
.footer-address span { color: #00b9df; padding-right: 5px;}
.footer-address .email a { color:#484848;}
.footer-address span label { color: #00b9df; }
.free-catalog-form .chosen-container { width: 100% !important; margin-bottom:0px; height:32px; border-radius:0px; padding:0px; background:#fff; border:1px solid #ccc; }
.free-catalog-form .chosen-container-single .chosen-single { border:0px;}
/*3-8-2015*/

.main-header .links-list li a { border-left:1px solid #a5a6a6; padding:0px 5px; }
.main-header .links-list li:first-child a { border-left:0px;} 
.main-header .links-list li:last-child a { padding-right:0px;} 
.top-right-header .search-box input { margin:0px; background:#fff; border:0px; }
.any-questions .call-number a { font-family: 'HouseSlant',Arial, sans-serif; font-size:45px; color:#01b9df; line-height:48px; text-decoration:none; }
.any-questions .call-number a:hover { color:#01588d;}
.top-bar-section .has-dropdown > a { padding-right:16px !important; text-decoration:none;}
.main-header .top-bar .sup.truncate { display:none;}
.top-bar-section li:not(.has-form) a:not(.button) { padding: 0;}
.main-nav .top-bar-section ul.right { background:#01588d; padding-top:0px; padding-bottom:0px;}
.main-nav .top-bar-section ul.left { padding-top:0px; padding-bottom:0px;}
.main-nav .top-bar-section li:not(.has-form) a:not(.button), 
.main-nav .top-bar-section ul {}
.main-nav .top-bar-section ul.right .has-dropdown > a,
.main-nav .top-bar-section ul.right li > a  { background:none !important; }
.main-nav .top-bar-section ul.right .dropdown a { color:#333; font-size:13px; line-height:18px; padding:5px !important; text-decoration:none; border:0px;} 
.main-nav .top-bar-section ul.right .dropdown a.button { border-radius:0px; padding:5px 12px !important; line-height:22px; /*width:90px; */ color:#fff; margin:0px 2px;}
.main-nav .top-bar-section .has-dropdown:hover > a:after, 
.main-nav .top-bar-section .has-dropdown-for-large:hover > a:after { /*border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff !important;*/	}
.footer-address span em { min-width: 22px;  padding-right:0px; display:inline-block; color:#ff4a43}
.footer-address span label { display:inline; cursor:default; font-size:0.813rem;}
.bottom-footer .footer-logo { border-right:1px solid #f1f1f1; margin-right:10px; padding-bottom:10px;}
.main-footer .by-ngt { color:#cf2257; font-size:18px; padding-bottom:15px; }
.callus-footer .footer-digit { font-family: 'HouseSlant',Arial, sans-serif; font-size:52px; color:#00588d; }
.main-footer .newsletter-ribbon ul { margin:0px -10px;}
.main-footer .newsletter-ribbon ul li { float:left; width:33.3%; padding:18px 0px 18px 10px; list-style:none; border-left:1px solid #c9cacb; margin:0px;}
.main-footer .newsletter-ribbon ul li:first-child { border-left:0px;} 
.main-footer .newsletter-ribbon ul li span { font-family: 'HouseSlant',Arial, sans-serif; font-size:18px; color:#4c4d4e; padding-right:5px; }
.main-footer .newsletter-ribbon ul li.footer-free-shipping { background:url(https://shopsolutions.co.nz/skin/frontend/intenso/default/images/shipping-icon.png) 0px 0px no-repeat; padding-left:70px;}
.main-footer .newsletter-ribbon ul li.footer-service { background:url(https://shopsolutions.co.nz/skin/frontend/intenso/default/images/services-icon.png) 10px 0px no-repeat; padding-left:70px;}
.main-footer .newsletter-ribbon ul li.footer-order-online { background:url(https://shopsolutions.co.nz/skin/frontend/intenso/default/images/phone-icon.png) 10px 0px no-repeat; padding-left:70px;}
.any-questions p { margin-bottom:0px;}
.newsletter-ribbon .social { margin-top:15px; }
.testimonials-slider ul { margin:0px; text-align:center;}
.testimonials-slider .happy-customers-title ,
.testimonials-slider .happy-customers-title p
{ background:#00b9df; padding:0px;font-family: 'HouseSlant',Arial, sans-serif; color:#fff; font-size:32px; font-weight:normal; margin:0px; line-height:32px;}
.testimonials-slider .happy-customers-title p span { font-size:48px;}
.testimonials-slider .block-testimonial-sidebar { text-align:center; padding:20px 15px 20px; /*background:url(https://shopsolutions.co.nz/skin/frontend/intenso/default/images/testimonials-bg1.jpg) center 0px no-repeat; background-size:cover; background-attachment:fixed;*/ background:#00b9df;  }

/* chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
.testimonials-slider .block-testimonial-sidebar {background-attachment:inherit;}
::i-block-chrome,.footer_content .menu li a {}
.onestepcheckout-index-index iframe { height:auto !important; }
}

.testimonials-slider .block-title p
 { font-family: 'HouseSlant',Arial, sans-serif; font-size:24px; color:#fff; text-transform:uppercase; font-weight:normal; margin:0px;}
 .testimonial-sidebar-content .customer-name h6  { font-family: 'HouseSlant',Arial, sans-serif; font-size:36px; color:#fff; text-transform:uppercase; font-weight:normal; margin:0px 0px 10px;}
.testimonials-slider .customer-name h6 { color:#fff; line-height:24px; font-size:22px; font-weight:normal;}
.testimonials-slider .content { color:#fff; font-size:18px; margin-bottom:10px; display:block; line-height:24px; padding-top:0px;}
.testimonials-slider .testimonial-sidebar-content > img { border-radius:100%; display:inline; width:80px;}
.testimonials-slider .customer-name p { font-size:16px; color:#0e71ac; margin-bottom:5px;}

.request-free-catalog { padding:0px 10px 12px; background:#fff; border-radius:0px; float:left; width:100%; margin-bottom:20px; border:1px solid #ddd;}
.request-your-free-catalog .text { /*background:url(https://shopsolutions.co.nz/skin/frontend/intenso/default/images/form-icon.png) 0px 0px no-repeat; padding:0px 0px 10px 80px; color:#8dd5e4;*/ padding:12px 15px; background:#19578d; margin:-1px -11px 10px; }
.free-catalog-form .two-fields {  width:100%; float:left;}
.free-catalog-form .two-fields .one,
.free-catalog-form .two-fields .two { float:left; padding:7px 5px; width:50%; position:relative;}
.free-catalog-form .validation-advice { top:40px;}
.request-free-catalog h3,
.cms-page-view .main-container .request-free-catalog h3 
 {font-size:15px; color:#fff;  text-transform:uppercase; margin:0px; line-height:18px; }
.request-free-catalog .request-your-free-catalog p { color:#8dd5e4; font-size:16px; font-weight:normal;}
.request-free-catalog input { background:#fff; border-radius:0px; width:100%; margin:0px; box-shadow:none; text-shadow:none;}
.request-free-catalog #submit {
    font-size: 18px;
    font-weight:normal; padding: 0 15px;
    height: 32px; line-height: normal;
}
.request-free-catalog .chosen-container-single .chosen-single:before, 
.request-free-catalog .chosen-container-single .chosen-single:after { content:none;}
.request-free-catalog .chosen-container-single .chosen-single {
    border:0px !important; border-radius:5px; padding:7px; height:auto;
}
.container,
.home-slider,
.home-newarrival,
.home-top-viewed,
.home-products-we-love {margin: 0 auto; padding: 0 15px;}
.nav-container {z-index:9;}

.nav-container .top-bar-section > ul > li {border: none;}
.nav-container .top-bar-section li > a {
    font-family: 'OpenSans-Bold', Arial, sans-serif;
    color: #1D548C!important; /*font-size: 22px!important;*/ font-size: 20px!important;
    border-right: #BBCBDC solid 1px;
}

.nav-container .top-bar-section .header-submenu li > a {
      border-right: none!important;
}
.nav-container .top-bar-section li.not-click:last-child > a {border-right: none;}
.nav-container .top-bar-section li > a,
.nav-container .top-bar-section .has-dropdown > a {
    padding: 0 13px!important;
}
.nav-container .top-bar-section li > a:after {display: none;}

.orbit-container .orbit-slides-container img { width:100%;}

.top-bar-section > ul > li { padding-top:8px; padding-bottom:8px; border-left:1px solid #70d0e9;}
.top-bar-section > ul.right > li  { border-left:1px solid #fff; }
.top-bar-section > ul > li.nav-1 { border-left:0px;}

.freeship-notice {
    font-family: 'DroidSerif-Bold', serif;
    background: #1D548C;
    color: #FFF; text-align: center;
    /*padding: 20px 15px; font-size: 20px;*/
    padding: 16px 13px; font-size: 18px; height: 50px!important; overflow: hidden;
}
.freeship-notice > ul {
    left: 5%; right: 5%; top: 0;
}
.freeship-notice > ul > li {
    text-align: center; height: 50px!important; line-height: 50px;
    width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
textarea { color: #0B2A49;}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus, textarea:focus {border-color: #BBCBDC;}

.checkbox, .radio {
    position: relative;
    padding-left: 45px;
    display: inline-block;
}
.checkbox input[type="checkbox"],
.checkbox label:before,
.checkbox label:after,
.radio input[type="radio"],
.radio label:before,
.radio label:after {
    position: absolute!important;
    top: 0; left: 0;
    width: 22px!important; height: 22px!important;
    z-index: 3;
}
.checkbox input[type="checkbox"],
.radio input[type="radio"] {
    cursor: pointer;
    opacity: 0;
}
.checkbox label, .radio label {margin: 0!important;}
.checkbox label:before,
.radio label:before {
    font-family: 'intenso'!important;
    content: "\e902";
    top: -1px; left: 3px;
    color: #1D548C; font-size: 16px;
    z-index: 2; display: none;

}
.checkbox label:after,
.radio label:after {
    display: block;
    content: "";
    z-index: 1;
    background: #FFF; border: #BBCBDC solid 1px
}
.checkbox input[type="checkbox"]:checked + label:before,
.radio input[type="radio"]:checked + label:before {
    display: block;
}

.style-select {
    position: relative;
    display: inline-block;
    width: 100%; height: 40px;
    background: #FFF;
    border: #BBCBDC solid 1px;
    padding: 0 29px 0 0; margin: 0;
    overflow: hidden;
    vertical-align: middle;
}
.style-select:before,
.style-select:after {
    position: absolute;
    content: "";
    display: block;
}
.style-select:before {
    width: 29px; height: 100%;
    background: #BBCBDC;
    right: 0; top: 0;
}
.style-select:after {
    font-family: 'intenso'!important;
    content: "\e90e";
    color: #FFF; font-size: 28px;
    top: -3px; right: 5px;
}
.style-select select {
    border: none;
    box-shadow: none;
    background: transparent;
    background-image: none;
    -webkit-appearance: none;
    padding: 0 50px 0 6px;
    position: absolute;
    top: 0;
    width: calc(100% + 17px)!important; height: 100%;
    color: #0B2A49; font-size: 16px;
    z-index: 3;
}
.style-select select:focus {outline: none;}

.vice-man-text-and-form .vice-man-text p { line-height:28px;}
.vice-man-text-and-form { clear: both; padding-top: 10px; }
.form-search-box .chosen-container { float:left;}
.form-search-box .chosen-container-single .chosen-single div b { border-right:1px solid #cececd; height:26px;} 
.form-search-box .chosen-container .chosen-drop { min-width:150px;}
#Offers,
#Sale,
#Offers a,
#Sale a  { color: #00B8DE!important;}
.cms-index-index .inner-wrap > .container,
.cms-shop-solutions .inner-wrap > .container { width:100%; padding:0px; max-width:100%;}
.searchautocomlete-image { float:left; width: 95px; margin: 0 30px 0 0;}
.form-search-box .price-box .price {
    font-size: 16px; color: #0B2A49;  font-family: 'OpenSans-Semibold', Arial, sans-serif; font-weight:normal;
}

.form-search-box .price-box .special-price,
.form-search-box .price-box .old-price {display: inline-block;}

.catalog-category-view .left-off-canvas-menu { position:absolute; background:none; padding:0px; width:260px; margin-top:95px;}
.catalog-category-view .left-off-canvas-menu .layered-nav  { background:#01588d; padding:15px; float:left; width:100%; display:none;  }
.catalog-category-view .left-off-canvas-menu.open .layered-nav  {  display:block; }

.product-view .row { margin:0px;}
.product-view .chosen-container-single .chosen-single span {}
.product-view .chosen-container {}
.ratings-reviews .ratings-detail a { color:#768888;}
.product-img-box .bx-viewport { /*height:365px !important;*/}
.top-bar-section ul li.active > a { color:#01588d !important;}
.product-img-box .bx-next { float:right;}
.main-header .top-bar .sup { color:#00b9df; margin:0px 2px;}

/*5-8-2015*/
.product-view .product-more-views-box { width:100%; float:left; position:relative; padding:20px 30px;}
.product-view .product-img-view-box { width:100%; float:left;}

.product-more-views-box .bx-prev { background:#fff url(https://shopsolutions.co.nz/skin/frontend/intenso/default/images/arrow-left.png) center 0px no-repeat; font-size:0px; text-indent:-9999px; position:absolute; top:50%; left:0px; width:15px; height:25px; margin-top:-12px; outline:none; }
.product-more-views-box .bx-prev:hover { background:#fff url(https://shopsolutions.co.nz/skin/frontend/intenso/default/images/arrow-left1.png) 0px 0px no-repeat; }
.product-more-views-box .bx-next { background:#fff url(https://shopsolutions.co.nz/skin/frontend/intenso/default/images/arrow-right.png) 0px 0px no-repeat; font-size:0px; text-indent:-9999px; position:absolute; top:50%; right:0px; margin:0px; width:15px; height:25px; margin-top:-12px; outline:none; }
.product-more-views-box .bx-next:hover { background:#fff url(https://shopsolutions.co.nz/skin/frontend/intenso/default/images/arrow-right1.png) center 0px no-repeat; }
.checkout-types li { margin:0px;}
.form-list .chosen-container { /*border:1px solid #ddd;*/}
.account-create .form-list label { display:inline-block;}

.hero .offer-box { color:#fff;  }
.hero .offer-box .offer-left {  font-family: 'HouseSlant',Arial, sans-serif; font-weight:normal; font-size:75px; float:left; line-height:70px; padding-right:10px; padding-bottom:5px;  } 
.hero .offer-box .offer-text { text-transform:uppercase; font-size:18px; font-weight:bold; padding-top:15px;}
.hero .offer-box p { color:#fff; font-size:14px; font-weight:bold; clear:both;}
.catalog-category-view .off-canvas-wrap {}
.catalog-category-view .products-grid {}
.product-view .data-table th { background:#f9f9f9 !important; position:inherit; }
.accordion table { margin-bottom:0px;}

.my-account .welcome-msg {padding-top: 7px;}
.my-account .welcome-msg p.hello {
    font-style: italic; color: #1D548C;
    /*font-size: 30px;*/ line-height: 40px; letter-spacing: -0.03em;
    font-size: 28px; margin-bottom: 16px;
}
.my-account .welcome-msg .hello strong { font-weight:normal;}
a.icon-loop:hover,
a.icon-eye:hover
 { text-decoration:none;}
.my-account .form-list .field { margin-right:15px;}
.my-account .form-list label { display:inline-block;}
.my-account .input-box-select { margin-top:-2px;}
.my-account .input-box .input-text + .input-text { margin-top:10px;}
.my-account .form-list label {}
.form-list .custom-label { display:inline-block;}
.form-list .custom-label em { float:right; color:red; margin-left:3px;}
.my-account .validation-advice { top:100%;}

/*sub menu*/
.header-submenu .menu-left-col ul li { width:25%; float:left; border-right:1px solid #ddd; padding:0px 10px;}
.header-submenu .menu-left-col ul,
.header-submenu .menu-right-col ul 
 { width:100% !important; background:none !important;}
 .header-submenu .menu-right-col .submenu-box { float:left; width:100%; padding: 0 10px;}
  .header-submenu .menu-right-col .submenu-box:first-child { /* border-right:1px solid #ddd; padding-left:0px; */ }   
.nav-container .header-submenu .medium-4 { width:100%;}
.header-submenu .menu-left-col .light-text { font-size:13px; line-height:18px; color:#5d6164;}
.header-submenu .menu-left-col h3,
.header-submenu .menu-right-col h3 { font-size:15px; color:#020202; margin:10px 0px 15px; font-weight:400; }
.header-submenu .menu-right-col { padding-left:0px;}
.header-submenu .menu-right-col .submenu-box ul li { text-decoration:none; padding: 9px 0px; }
.top-bar-section .left .mega-menu .header-submenu .menu-right-col .submenu-box ul li a { color:#929292; text-decoration:none; padding:0px !important; }
.top-bar-section .left .mega-menu .header-submenu .menu-left-col ul li a { padding:0px !important;}
.header-submenu .menu-right-col .submenu-box ul li a:hover {color: #8EB633!important; text-decoration: none;}

.columns-1-for-medium .header-submenu .menu-right-col .submenu-box { width:100%; border:0px;}
.columns-1-for-medium .menu-right-col { width:20%;}
.columns-1-for-medium .menu-left-col { width:80%;}

.cms-top-banner, 
.cms-index-index .cms-top-banner { display:none;}
.cms-page-view .cms-top-banner,
.contacts-index-index .cms-top-banner { display:block;}

.cms-top-banner img { width:100%;}
.cms-page-view .request-free-catalog { margin-bottom:20px; margin-top:-120px; }
.contacts-index-index .request-free-catalog,
.sales-guest-form .request-free-catalog,
.blog-index-list .request-free-catalog,
.blog-post-view .request-free-catalog
 { margin-bottom:20px;}

.right-side-promo-banner { float:left; width:100%; background:#fff; text-align:center; padding:0px; font-size:14px; color:#4c4d4e; text-transform:uppercase; margin-bottom:20px; }
.cms-page-view .off-canvas-wrap,
.contacts-index-index .off-canvas-wrap,
.sales-guest-form .off-canvas-wrap,
.blog-index-list .off-canvas-wrap,
.blog-post-view .off-canvas-wrap
 { background:#f4f4f4;}
.right-featured-block { float:left; width:100%;}
.block.block-reorder { clear:both;}
.cms-page-view .cms-pages-categories-container .cms-pages-categories-bottom li, 
.cms-pages-categories-container .cms-pages-categories-bottom li  { list-style:none; float:left; width:33.3%; margin:0px; padding:10px; background:none;}
.cms-pages-categories-container .cms-pages-categories-bottom li img:hover { opacity:0.4;}
.cms-pages-categories-bottom li img { width:100%;}
.cms-page-view .cms-wrapper ul.cms-pages-categories-bottom, 
.cms-pages-categories-bottom { margin:0px -10px; padding:0px;}
.cms-wrapper p { margin:0px 0px 20px;}
.cms-wrapper p a { color:#00588d;}
.cms-wrapper p a:hover { color:#00b9df; text-decoration:none;}
.right-featured-block .featured-right-title { font-family: 'HouseSlant',Arial, sans-serif; font-size:22px; color:#fff; background:#16558c; padding:10px 15px; line-height:24px; position:relative; margin-bottom:17px;}
.right-featured-block .featured-right-title:before {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-bottom-colors: none;
	top: 100%; 
	left: 20px; 
	border-color: transparent;
	border-style: solid;
	content: " "; 
	height: 0; 
	width: 0; 
	position: absolute;
    /*pointer-events: none; */
	border-color: rgba(255, 255, 255, 0); 
	border-top-color: #16558c; 
	border-width: 14px; 
}
.right-featured-block ul { margin:0px -5px;}
.right-featured-block ul li { margin:0px; list-style:none; padding:5px; width:50%; float:left; text-align:center; font-family: 'Roboto Condensed',Arial, sans-serif; font-size:16px; text-transform:uppercase; }
.right-featured-block ul li a { display:block; background:#fff; border-bottom:1px solid #b4e5ef; text-decoration:none; padding:10px; color:#3a3a3a; }
.right-featured-block ul li a:hover,
.right-featured-block ul li:hover a  { background:#00b9df; border-bottom:1px solid #00b9df; color:#fff;  } 
.cms-page-view .breadcrumbs,
.blog-index-list .breadcrumbs,
.blog-post-view .breadcrumbs
 { background:#f4f4f4;}
.cms-page-view .cms-wrapper li { list-style:none; background:url(https://shopsolutions.co.nz/skin/frontend/intenso/default/images/blue-arrow.png) 0px 5px no-repeat; padding:0px 0px 0px 15px; margin-left:0px; }
.cms-page-view .cms-wrapper ul { margin:0px; padding:0px 0px 10px;}
.sales-guest-form .form-list label, 
.contact-us .form-list label { display:inline-block;}
.row .row.contact-us { margin-left:0px; margin-right:0px;}
.sales-guest-form .row .row { margin-left:0px; margin-right:0px;}
.contact-us .input-box .input-text,
.contact-us .input-box textarea,
.sales-guest-form .input-box .input-text,
.sales-guest-form .input-box textarea,
.input-box-select
 { background:#fff !important;}
.contact-us .form-list .narrow { max-width:33.3%; margin:0px; padding:0px 5px;}
.contact-us .form-list .narrow.last { margin-right:0px;}
.subcategory-image ul { margin:0px -10px;}
.subcategory-image ul li { list-style:none; margin:0px; padding:10px; float:left; width:20%;}
.subcategory-image .category-img-details { background:#FFF; padding:8px 10px;}
.subcategory-image .category-img-details a { font-size:15px; color:#333; text-decoration:none; display:block; overflow: hidden;  text-overflow: ellipsis;    white-space: nowrap;}
.subcategory-image .category-img-details a:hover { color:#01b9df; }
.category-images { clear:both;} 
.mobile-cart-account { display:none;}
#contactForm  { margin:0px;}
.contact-text P { margin:0px 0px 10px;}
.contact-text span { font-weight:500; padding-right:5px; min-width:55px; display:inline-block; color: #333333;}
.contact-text ul { margin:0px; padding:5px 0px 0px;}
.contact-text ul li { list-style:none; margin:0px 0px; font-size:14px;}
.cms-contact-us .contact-text ul li { line-height:23px; }
.contact-text h3 { font-size: 15px;	color: #00b9df;	font-weight: 400;	margin:0px 0px 15px; line-height:22px;}
.contact-text ul li a { color:#01588d;}
.contact-text ul li a:hover { color:#01b9df;}
.postContent .aw-blog-read-more { background:#00b9df; padding:5px 10px; color:#fff; text-decoration:none; text-transform:uppercase; font-size:13px; }
.postContent .aw-blog-read-more:hover { background:#01588d}
.layered-nav .button.tiny:hover { background:#2cdbff !important; }
.nav-container .mega-menu .arrow-box:after { content:none;}
.nav-container li.has-dropdown > a { position:relative;}
.product-view .featured-slider.related { overflow:hidden;}
.category-products .item-info { min-height:inherit !important;}
.cms-page-view .cms-wrapper .products-grid li { background:none; padding-left:0px;}

.form-box .input-box .input-text { border:1px solid #c4deed; }
.crosssell {
    margin: 0 0 54px; width: 100%;
}
.crosssell ul {margin: 0;}
.crosssell li {
    list-style: none;
    margin: 0;
}
.crosssell li.item  {
    position: relative;
    float: left; width: 20%;
}
.crosssell h2 {
    text-transform: none!important;
    text-align: center;
}

.create-form-box { width:49%; display:inline-block; vertical-align:top; padding:5px;}
.form-box.create-form-main { padding:10px 10px 0px; max-width:600px;}
.form-box.create-form-main .buttons-set { margin:2px -10px 0px;}
.create-form-box input[type="checkbox"] { margin-left:1px !important;}
.checkout-onepage-success .form-box .buttons-set .button { padding:8px 50px; margin-bottom:0px; line-height: normal;}
.page-title h2 { font-size:32px;}
.top-bar-section .dropdown li.title h5 { margin:0px;}
.main-nav .icon-user  { display:none;}
.my-account .table-responsive { width:100%; overflow:auto; display:inline-block;}
.my-account .table-responsive .data-table { float:left; width:100%;}
.footer-digit a { text-decoration:none;}
.main-footer .footer-links ul li a:hover { color:#01b9df;}
.cms-index-noroute .cms-wrapper { padding:100px 0px;}
.cms-index-noroute .cms-wrapper h1 { font-family:"HouseSlant",Arial,sans-serif;}
.cms-index-noroute .cms-wrapper h2 { font-family:"HouseSlant",Arial,sans-serif; text-align:center; font-size:150px; line-height:150px; margin:10px 0px 30px; color:#01588d;}



/*18-9-2015*/
/* newslatter css */
.mr-nl-popup-container {
  position:fixed; 
  left:0; 
  top:0; 
  right:0; 
  bottom:0; 
  z-index:99999; 
  max-width:100%; width:100%; height:100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color:rgba(0,0,0,0.8); overflow:hidden;
}
.mr-nl-popup-container,
.mr-nl-popup-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mr-nl-popup-frame {
    margin-left: auto; margin-right: auto;
}
.mr-nl-popup-frame,
.reveal-modal.medium.mr-nl-popup-frame
 {
 background: #FFF;
}
.mr-nl-popup-frame .block-subscribe
 {
  position:relative;
  width:45%;
/*  background-color:#f5f5f5;*/
  padding:20px 18px 5px 20px; float:left;
}
/*.exitintent-popup .block-content {
  width:45% !important;
	}*/
.mr-nl-popup-frame .block-content {
  background:transparent;
}
.mr-nl-popup-frame .block-subscribe .input-box {
  width:auto;
  position:relative;
}
.mr-nl-popup-frame .block-subscribe .close {
  float:right;
  width:18px;
  height:18px;
  line-height:17px;
  padding: 0;
}
.mr-nl-popup-frame .news-latter-main button {margin-bottom: 15px;}
.calendar {
  z-index:999;
}
#mr_nl_popup_dob_trig {
  position: absolute;
  padding:4px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  right: -1px;
  top: 50%;
  margin-top: -12px;
  cursor:pointer;
}
#mr_nl_messagesBlock .messages {
    margin-top:10px !important;
}

#exitintent-popup, .mr-nl-popup-frame {
    width: 97.9166%; max-width: 1410px;
    padding: 0; margin-top: 50px;
}
.news-latter-main-box {width: 55%; float:left; display:none;}
.news-latter-main .news-latter-name {width: 50%; float:left; padding-right: 15px;}
.news-latter-main .news-latter-name.lastname-box {float: right; padding-left: 15px; padding-right: 0;}
.news-latter-logo { margin-bottom:20px;}
.news-latter-main .button {
    width: 100%;
}
.news-latter-main {
    position: relative;
    width: 100%; padding: 80px;
    overflow: hidden;
}
.news-latter-main .block-title {
    font-family: 'DroidSerif-Bold', serif;
    font-size: 36px; color: #1D548C;
    line-height: 46px; letter-spacing: -0.03em;
    text-align: center; margin: -9px 0 18px;
}
.news-latter-main .block-subscribe {
    float: left; width: 44.8%;
    padding: 0;
}
.news-latter-main .popup-image {
    float: right; width: 48.8%;
    /*background: #EAEFF4;
    position: absolute;
    bottom: 80px; right: 80px; top: 80px;
    width: calc(48.8% - 80px);*/
}
.news-latter-main .popup-image p {
    margin: 0;
}
.news-latter-main .popup-image img {
    max-width: 100%; height: auto;
    /*position: absolute;
    top: 50%; left: 50%; transform: translate(-50%,-50%);*/

}
.news-latter-main .news-latter-text {
    margin: 0 0 22px;
}
.news-latter-main button {margin: 30px 0 0;}
.news-latter-main.exit-intent-popup-main button {margin-bottom: 0;}
.news-latter-main .close.close-reveal-modal {
    position:absolute;
    top: 29px; right: 26px;
    width: 40px;
    height: 40px;
    text-align:center;
    padding: 0;
    font-size: 26px;
    background: transparent;
    border: none;
    color: #7A9ABB;
}

.main-footer .newsletter-ribbon { display:none !important;}

.news-latter-main.exit-intent-popup-main label {display: block!important;}

.cms-static-blocks .container { padding:0px;}
.testimonials-slider { text-align:center; clear:both;}
.products-grid .category-products  { margin:0px;}
/* newslatter css end*/
.category-products .item-info .price-box { float:left; padding-top:5px;}
.category-products .item-info .ratings { float:right; padding-top:5px;}
.category-products .item-info { float:left; width:100%;}

.cart .cart-table .chosen-container a { display:block; text-align:center; line-height:36px; color:#333; text-decoration:none; }
.cart .cart-table .chosen-container.disable-gray { background:#f9f9f9; cursor:default;}
.cart .cart-table .chosen-container.disable-gray a { cursor:default;}
.category-products.list .minimal-price .price,
.category-products.list .price-box .price { font-size:28px;}
.product-sticker .new { background:#00b9e0; color:#fff; text-transform:uppercase; padding:0px 8px; position:absolute; left:8px;  top:8px;  z-index:99; font-size:10px;}
.product-sticker .special { background:#8db727; color:#fff; text-transform:uppercase; padding:0px 8px; position:absolute; right:8px;  top:8px; z-index:99; font-size:10px;  }
.category-products.list .product-sticker .special { left:8px; right:auto; top:35px;}
.main-header.smaller .top-bar-section > ul > li > a { font-size: 20px !important; line-height: 34px;}

.accordion-section-content123 { border:1px solid #ddd; padding:0px 15px 10px; border-top:0px;}
.accordion .accordion-section p { margin:0px;}
.epty-cart-page img { width:100%;} 
.category-image img { width:100%;}
.loading-product-message { text-align:center; color: #8EB633; font-size: 14px; margin-bottom: 22px;}
.loading-product-message span { }
.loading-product-message span {
    display:inline-block;
    border: #8EB633 solid 1px;
    width: 20px; height: 20px;
    margin: 5px;
    border-radius: 100%; background: #FFF;
}
.loading-product-message span.b2 {
    background: #BBD384;
}
.loading-product-message span.b3 {
    background: #8EB633;
}
.loading-product-message .img {
    display: inline-block; width: 88px; height: 20px;
    margin: 5px;
    background: url(https://shopsolutions.co.nz/skin/frontend/intenso/default/images/loading.gif) center center no-repeat;
}
.loading-product-message.loading { display:block !important;}
.loading-product-message.loading .mtext {}

.product-view .add-to-cart #qty-wrapper { display:inline-block; position:relative; margin-right:18px;  }
.product-view .add-to-cart #qty-wrapper label[for="qty"] { display:inline-block; vertical-align:top;}
.toolbar-bottom { display:none;}
.create-form-main .customer-name-prefix-middlename .select-list .chosen-container {
    width:100% !important;
    height: 40px; border: none;}
.create-form-main .customer-name-prefix-middlename .select-list .chosen-container span { line-height: 38px;}
.product-sticker .half-price {
    background: none repeat scroll 0 0 #01588D;
    color: #fff;
    font-size: 10px;
    padding: 0 8px;
    position: absolute;
    right: 8px;
    text-transform: uppercase;
    top: 8px;
    z-index: 99;
}


.main-footer .socials li a { width:100%; height:100%; display:block; font-size:0px; text-indent:-9999px; padding:0px !important; vertical-align:top;}
.main-footer .socials li { height:34px; width:34px; float:left; margin-right:7px; padding:0px;}
.main-footer .socials li.f-facebook { background:url(https://shopsolutions.co.nz/skin/frontend/intenso/default/images/f-facebook-icon.png) 0px 0px no-repeat; }
.main-footer .socials li.f-instagram { background:url(https://shopsolutions.co.nz/skin/frontend/intenso/default/images/f-instagram-icon.png) 0px 0px no-repeat; }
.main-footer .socials li.f-google { background:url(https://shopsolutions.co.nz/skin/frontend/intenso/default/images/f-google-icon.png) 0px 0px no-repeat; }
.main-footer .socials li.f-youtube { background:url(https://shopsolutions.co.nz/skin/frontend/intenso/default/images/f-youtube-icon.png) 0px 0px no-repeat; }

.main-footer .socials li.f-facebook:hover { background:url(https://shopsolutions.co.nz/skin/frontend/intenso/default/images/f-facebook-icon-hover.png) 0px 0px no-repeat; }
.main-footer .socials li.f-instagram:hover { background:url(https://shopsolutions.co.nz/skin/frontend/intenso/default/images/f-instagram-icon-hover.png) 0px 0px no-repeat; }
.main-footer .socials li.f-google:hover { background:url(https://shopsolutions.co.nz/skin/frontend/intenso/default/images/f-google-icon-hover.png) 0px 0px no-repeat; }
.main-footer .socials li.f-youtube:hover { background:url(https://shopsolutions.co.nz/skin/frontend/intenso/default/images/f-youtube-icon-hover.png) 0px 0px no-repeat; }
.footer-links ul.socials  { margin:10px 0px 0px;}

.cms-faqs .page-title { margin-bottom:5px;}
.cms-page-view .cms-wrapper ul.expmenu { margin-bottom:20px;}

.cms-faqs .faq-container { max-width:1440px; margin:0px auto; padding:0px 10px;}

.cms-faqs .testimonials-slider .container { max-width:1440px; margin:0px auto; padding:0px 10px;}
.cms-faqs .breadcrumbs-wrapper .breadcrumbs
.cms-delivery-information .breadcrumbs 
  { text-align:center; padding-left:0px; padding-right:0px;}
.cms-faqs .breadcrumbs-wrapper .breadcrumbs ul { text-align:left; max-width:1440px; margin:0px auto; padding-left:10px; padding-right:10px; float:none;}
.cms-delivery-information .breadcrumbs { padding-left:0px; }
 
.block-testimonial-sidebar .bx-pager{margin:10px auto 0}
.block-testimonial-sidebar .bx-pager .bx-pager-item{display:inline-block; }
.block-testimonial-sidebar .bx-pager a{	width:14px; 	height:12px; background:#fff; 	display: block;	margin: 0 2px;    outline: 0 none;    text-indent: -9999px;}
.block-testimonial-sidebar .bx-pager a.active{ background:#16558c; }
.cms-faqs .faq-container .faq {   float: left; padding-right: 20px; width: 100%;}
.cms-faqs .faq-container .right-side-banner { float: left;  width: 30%; margin:8px 0px; }
.cms-page-view .cms-wrapper .block-testimonial-sidebar li { background:none; padding:0px;}
.cms-faqs .main-footer .container { padding:0px 10px;}
.contact-text { background:#fff; padding:10px; margin:0px 0px 10px; border:1px solid #ddd; float:left; width:37%;}

.cms-faqs .container,
.contacts-index-index .container 
  { max-width:100%; padding:0px;}

.cms-faqs .page-title { max-width:1440px; margin:0px auto 10px !important; padding:0px 10px;}

.cms-faqs .main-header .container,
.cms-faqs .main-footer .container,
.cms-pages-categories-container .container,
.contacts-index-index .main-footer .container,
.contacts-index-index .main-header .container,
.contacts-index-index .contact-us-top .container,
.contact-page-static-block .container,
.cms-delivery-information .main-header .container,
.cms-delivery-information .main-footer .container,
.delivery-info-page .container 
 { max-width:1440px; margin:0px auto; padding:0px 10px;}
 
.cms-faqs .main-header .container,
.cms-delivery-information .main-header .container { padding:0px 10px 0px 0px;}

 .contact-us .columns { padding-left:0px; padding-right:0px; margin-bottom:0px;}
.contact-left { float:left; width:73%; padding-right:15px; margin-bottom:10px;}   
.contact-us .right-side-banner { float:left; width:27%;}

.contact-left-inner  { padding-right:15px; width:63%; float:left;}
#contactForm { background:#fff; border:1px solid #ddd; padding:10px;}
.contact-left .required { margin:0px;}
.contact-left .button  { margin:0px;}
.contact-left h2.legend { padding-left:5px; font-size:18px; font-weight:normal; margin:0px;}
.contact-us .input-box textarea { margin:0px; height:92px;}
.contact-us .input-box.textarea { margin:0px;}
.contact-us .buttons-set { margin:0px; border:0px; padding:0px 0px 0px 5px;}
.contact-us .field label, .contact-us .form-list label { margin-bottom:0px;}
.delivery-info-page { padding-top:10px;}
.delivery-info-page .delivery-info-left { width:70%; padding-right:20px; float:left;}
.delivery-info-page .right-side-banner { width:30%; float:left;} 
.cms-faqs .testimonials-slider,
.cms-delivery-information .testimonials-slider { padding-top:10px;}
.catalog-list-empty { min-height:400px;}
.product-view .reviews .field label em,
.product-view .reviews .form-list label em { float:none; padding-left:3px;}
.product-view .reviews .input-box.textarea { margin-top:0px;}
.product-view .reviews .input-box textarea { margin-bottom:10px;}
.product-view .reviews h4 { font-size:18px; } 

.contact-left-inner .second-line { font-size:14px; padding-left:5px; margin:0px 0px 15px;}
.account-create .form-list label.checkbox { font-size:12px; vertical-align:middle;}
.create-form-box .input-box .input-text[type="text"] { text-transform:capitalize;}
.create-form-box .form-list .control.control-register { margin:0px; }
.create-form-box .fields-register { margin:0px; }

.select-mr-mrs { width:22%; float:left; padding-right:7px; }
.select-mr-mrs .chosen-container { width:100% !important;}
.select-mr-mrs .chosen-container-single .chosen-single span { margin-top:6px;}
.select-mr-mrs .input-box-select { margin-top:0px;}
.select-mr-mrs .chosen-container-single .chosen-single { height:38px; }
.form-list .select-mr-mrs .chosen-container { border:1px solid #cccccc; }
.main-header .welcome-msg { display:inline-block; font-size:13px; padding:10px 0px 0px;}
.main-header .welcome-msg span { color:#5dcce8;}
.catalog-product-view .imagelightbox-wrap { 
	-ms-transform:none !important;
    -webkit-transform: none !important;
    transform:none !important;
 }
.catalog-product-view .disable-slide { 
	-ms-transform:none !important;
    -webkit-transform: none !important;
    transform:none !important; 

}
.view-latest-cat li { /*float:left; width:25%; margin:0px; padding:10px 10px;*/}
ul.view-latest-cat  { height:auto !important;}
.products-grid .toolbar.latest-pro-toolbar .amount { text-align:left;}
.label-address { padding-left:5px;}
.three-fields .title-box { width:18%; padding:7px 5px; float:left;} 
.three-fields .f-name { width:32%; padding:7px 5px; float:left; position:relative; }
.request-free-catalog .chosen-container-single .chosen-single span { margin-right:15px; font-size: 14px;}
.three-fields .s-name { width:50%; padding:7px 5px; float:left; position:relative;}
.request-free-catalog input.input-text {
    height: 32px; padding: 6px 8px; margin-bottom:5px; font-size: 14px;
    line-height: normal!important;
}
.request-free-catalog .chosen-container-single .chosen-single div {width: 26px;}
.request-free-catalog .chosen-container-single .chosen-single div::before {
    font-size: 23px;
    right: 6px; top: 7px;
}
.request-free-catalog .chosen-container-single .chosen-single { line-height:16px !important;}
.request-free-catalog .required { color:red; padding-left:3px;}
.request-free-catalog-container { float:left; width:100%; }
.request-img-left { float: left; padding-right: 15px; width: 48%; }
.request-img-right { float: left; padding-left: 0px;  width: 100%; }
.request-img-right img:first-child { margin-bottom:22px;}
.news-latter-main .select-mr-mrs { display:none; } 
.request-img-left > img { max-height:402px; width:100%;}
.request-img-right img:first-child { /*max-height:108px; */ }
.request-img-right > img { /*max-height:272px;  */ width:100%; }
.onestepcheckout-popup-contents .forgotten-btn > a { /*font-size:14px;*/}

.cms-page-view .cms-wrapper .order-list li { background:none; list-style:inherit; padding:0px 0px 0px 5px; }
.terms-and-conditions-table td { }
.terms-and-conditions-table th { font-weight:600; }
.terms-and-conditions-table { margin:20px 0px; }
body .footer-bottom { background:none;}

.f-name input.input-text { text-transform:capitalize; } 
.s-name input.input-text { text-transform:capitalize; } 
.form-list #name { text-transform:capitalize;}
.one-step-checkout input.input-text[title="Surname"] { text-transform:capitalize; }
.one-step-checkout .first-name-box input.input-text { text-transform:capitalize; }
.sku-product-code { padding: 12px 0px 0px;  }
.sku-product-code span { color:#01b9df;}
.cms-page-view ol { margin:0px 0px 15px; }
.searchautocomplete .search-autocomplete .index-title { padding:10px; }
.searchindex-results { margin:20px 0px 0px; } 	
.searchindex-results li { list-style:none; }
.category-products.list .item { margin-right:0px; }
#lastname, 
#firstname { text-transform:capitalize; }
#email-error-message p { color:red;}

.request-img1 { float: left;  width: 53.4%; }
.request-img2 { float: left; width: 46.6%; }
.news-latter-main .validation-advice { position:relative;}

.product-pricing li { list-style:none; margin:0px; }
.product-view .product-pricing:after { display:none;}
.product-pricing span.msrp-price-hide-message { background:none; color:#333; } 
.product-view .product-pricing span { padding:0px 8px;}
.catalogsearch-result-index div.action-for-medium-up { display:none !important; }
.page-print .buttons-set .button { border:0px; }
#onestepcheckout-place-order-loading p,
#review-please-wait p { font-size:10px; }
@media print {
.page-print .buttons-set .button  { display:none; }	
	}
	
@media only screen and (max-width: 640px) {
.catalog-product-view .columns .medium-5 {
	width: 100%;
}
.catalog-product-view .columns .medium-7 { 
  width: 100%;
}
}

.cms-contact-us .contact-left .buttons-set p.required {
    color: #e74c3c;
    float: right;
    font-size: 0.688rem;
}
.category-products .actions .add-to-links li { margin:0px; }
.products-grid .category-products .actions .button span { /*vertical-align:middle; */}

.account-login .new-users {}
.registered-users .form-box .buttons-set .button { display:inline-block; }

.half-price-offers ul { margin:0px; display:inline-block; background:#fff; border:1px solid #ddd; border-right:0px; border-top:0px; width:100%;  }
.half-price-offers ul li { width:25%; float:left; border-top:1px solid #ddd; list-style:none; border-right:1px solid #ddd; margin:0px; padding:15px; text-align:center; }

.product-shop-left.full-width-out-of-stock { width:100%; padding-right:0px; }
.products-grid .category-products .out-of-stock { background:#000; color:#fff; font-size:10px; font-weight:normal; text-transform:uppercase; position:absolute; bottom:13px; right:13px; visibility:visible; line-height:18px; padding:2px 10px; }
.products-grid .category-products .availability.out-of-stock span { left:0px; color:#fff; top:auto; } 

.shopping-cart-block-1 .category-products .out-of-stock { background:#000; color:#fff; font-size:10px; font-weight:normal; text-transform:uppercase; position:absolute; bottom:13px; right:13px; visibility:visible; line-height:18px; padding:2px 10px; }
.shopping-cart-block-1 .category-products .availability.out-of-stock span { left:0px; color:#fff; top:auto; } 


.grouped-items-table-wrapper .availability span { position:static; }
.data-table.grouped-items-table .qty-wrapper h5 { margin:5px 0px 0px; }
.data-table.grouped-items-table .qty-wrapper .stock-notification h5 { margin:5px 0px 10px; line-height:18px; font-weight:normal;  }
.grouped-items-table-wrapper .stock-notification { padding:10px 15px 2px; }

.news-latter-main .popup-image > p { margin:0px; }
.products-grid .category-products.list .actions .out-of-stock { position:static; left:auto; top:auto; display:inline-block; margin:0px 0px 4px; padding:5px 24px; }
.products-grid .category-products.list .special-price .price,
.products-grid .category-products.list .minimal-price .price,
.products-grid .category-products.list .price-box .price { line-height:18px; font-size:24px; }
.products-grid .category-products.list .price-box .old-price, 
.products-grid .category-products.list .price-box .special-price { padding-bottom:5px; line-height:21px;  }

.cms-wrapper { min-height:400px;}
.half-price-offers { padding-bottom:15px; }

.nav-container {padding-bottom: 16px;}
.top-bar-section {text-align: center;}
.top-bar-section .left li .dropdown {
    left: 50%;
    transform: translateX(-50%);
}
.top-bar-section .left li.first .dropdown {
    left: 0;
    transform: translateX(0);
}
.top-bar-section .left li.last .dropdown {
     left: auto;
     transform: translateX(0);
     right: 0;
}
.top-bar-section .left li .dropdown h3 {
    margin: 10px 0 0;
    font-size: 18px; font-family: 'OpenSans-Bold', Arial, sans-serif;
    color: #8EB633;
}

button, .button,
input[type="submit"] {
    font-family: 'OpenSans-Bold', Arial, sans-serif;
    font-size: 22px; color: #FFF;
    text-transform: uppercase; text-align: center;
    white-space: nowrap; overflow: hidden;
    /*height: 60px; line-height: 60px;*/ padding: 0 15px;
    background: #F0A901;
    border: #F0A901 solid 1px;
    transition: all 0.25s ease-in-out 0s;
    height: 50px; /*line-height: 45px;*/ line-height: normal;
    user-select: none;
}
input[type="submit"] {line-height: normal; cursor: pointer;}
a.button {line-height: 48px;}
button:hover, .button:hover,
input[type="submit"]:hover {
    background: #8EB633;
    border-color: #8EB633;
    color: #FFF;
}
input[type="submit"] {background: #F0A901!important;}
input[type="submit"]:hover {background: #8EB633!important;}
button:focus, .button:focus,
button:active, .button:active {
    /*border-color: inherit;*/
    outline: none!important;
    box-shadow: none!important;
}

button.secondary, .button.secondary {
    color: #1D548C;
    background: #FFF;
    border-color: #BBCBDC;
}
button.secondary:hover, .button.secondary:hover {
    background: #EAEFF4;
    border-color: #BBCBDC;
}
input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"], textarea {
    font-family: 'OpenSans', Arial, sans-serif;
    font-size: 16px; color: #0B2A49;
    border-color: #BBCBDC; background: #FFF;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
    display: block;
    margin: 0 0 0px 0;
    padding: 0 10px;
    height: 40px;
    width: 100%;
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    border-radius: 0!important;
}
textarea {padding-top: 10px; padding-bottom: 10px;}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: #BBCBDC!important;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
    background: #FFF;
    border-color: #BBCBDC!important;
    outline: none;
}
input[type="text"][disabled],
input[type="password"][disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="month"][disabled],
input[type="week"][disabled],
input[type="email"][disabled],
input[type="number"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
textarea[disabled] {
    background-color: #DDD;
}

::-webkit-input-placeholder {color: inherit; opacity: 1;}
:-moz-placeholder {/*Firefox 18-*/ color: inherit; opacity: 1;}
::-moz-placeholder {/*Firefox 19+*/ color: inherit; opacity: 1;}
:-ms-input-placeholder {color: inherit; opacity: 1;}

.home-newsletter {
    background: url(https://shopsolutions.co.nz/skin/frontend/intenso/default/images/halftone-pat.jpg) 0 0 repeat;
    text-align: center;
    padding: 44px 0 60px;
}
.home-newsletter .fields-wrapper {
    width: 47.9166%; margin: 0 auto;
}
.home-newsletter .success-mess,
.footer-newsletter .success-mess,
.home-newsletter .subscribe-txt,
.footer-newsletter .subscribe-txt,
.home-newsletter span,
.footer-newsletter span {
    font-family: 'OpenSans-Bold', Arial, sans-serif;
    color: #1D548C; font-size: 16px;
    line-height: 28px;
}
.home-newsletter .messages-wrapper,
.footer-newsletter .messages-wrapper {
    width: 316px; margin: 0 auto;
    text-align: center;
}
.home-newsletter .messages-wrapper + div.newsletter-content,
.footer-newsletter .messages-wrapper + div.newsletter-content,
.home-newsletter .messages-wrapper[style="display: block;"] + div.newsletter-content,
.footer-newsletter .messages-wrapper[style="display: block;"] + div.newsletter-content {
    display: none;
}
.home-newsletter .messages-wrapper[style="display: none;"] + div.newsletter-content,
.footer-newsletter .messages-wrapper[style="display: none;"] + div.newsletter-content {
    display: block;
}
.footer-top {
    position: relative;
    background: #DBE5CD;
    padding: 30px 0;
}
.footer-top:before {
    content: "";
    display: block;
    position: absolute;
    top: 30px; bottom: 30px;
    left: 50%; transform: translateX(-50%);
    width: 1px; background: #FFF;
}
.footer-top .container,
.footer-main .container,
.footer-bottom .container {
    /*overflow: hidden;*/
}
.footer-top button, .home-newsletter button {margin: 0;}
.footer-top .input-text, .home-newsletter .input-text {
    font-family: 'DroidSerif', serif;
    /*font-size: 20px; height: 60px;*/
    color: #7A9ABB; padding-left: 22px;
    font-size: 18px; height: 50px;
}
.footer-newsletter, .footer-search {
    float: left; width: 45.7446%;
    padding: 15px 0 12px;
}
.footer-search {float: right; padding-bottom: 27px;}
.footer-newsletter-subscribe,
.footer-search label,
.homepage-newsletter-subscribe {
    font-family: 'DroidSerif-Bold', serif;
    font-weight: normal;
    /*font-size: 30px;*/ color: #1D548C;
    text-align: center!important;
    margin: 0; line-height: normal;
    height: 73px; overflow: hidden;
    font-size: 26px!important;
}
.homepage-newsletter-subscribe {
    height: auto;
    margin-bottom: 30px!important;
}
.footer-newsletter .fields-wrapper,
.home-newsletter .fields-wrapper {
    position: relative;
}
.footer-newsletter .newsletter-loading,
.home-newsletter .newsletter-loading {
    position: absolute;
    top: 22px; right: -20px;
    width: 16px; height: 16px;
}
.footer-newsletter button, .home-newsletter button {float: right;}
.footer-newsletter .field, .home-newsletter .field {overflow: hidden;}
.form-search-footer .inner {
    position: relative;
}
.form-search-footer .inner button {
    position: absolute;
    top: 0; right: 0;
    /*font-size: 29px;*/ font-size: 26px;
    color: #1D548C;
}
.form-search-footer .inner button,
.form-search-footer .inner button:hover {
    background: transparent; border: none;
}
.form-search-footer .inner .input-text {padding-right: 70px;}

.footer-main .container {
    position: relative;
}
.footer-main .container {min-height: 180px;}
.footer-main-left {
    float: left;
    width: 31.9148%;
    /*font-size: 16px;*/ font-size: 14px;
    margin: 37px 0 21px;
}
.footer-main-left .title {
    font-family: 'OpenSans-Bold', Arial, sans-serif;
    text-transform: uppercase;
    color: #1D548C; margin-bottom: 5px!important;
}
.footer-main-left a {
    color: #0B2A49;
}
.footer-main-left a:hover {color: #1D548C;}
.footer-main-left .column {
    float: left; width: 46.6666%;
    padding: 0;
}
.footer-main-left .column:nth-of-type(even) {
    float: right;
}
.footer-main-left .column li {margin: 0;}
.footer-main-center {
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    width: 149px; margin-top: 10px;
}
.footer-main-center img {width: 100%; height: auto; max-width: none;}
.footer-main-right {
    position: absolute;
    top: 50%; right: 15px;
    transform: translateY(-50%);
    text-align: right;
}
.footer-main-right .callus-text-footer {
    font-family: 'OpenSans-Bold', Arial, sans-serif;
    /*font-size: 25px;*/ color: #1D548C;
    text-transform: uppercase;
    display: block; margin-bottom: 16px;
    font-size: 22px;
}
.footer-main-right .footer-digit, .footer-main-right .footer-digit a {
    font-family: 'DroidSerif-Bold', serif;
    /*font-size: 55px;*/
    color: #00B8DE;
    font-size: 48px;
}

.footer-bottom {
    border-top: #BBCBDC solid 1px;
    font-size: 16px; padding: 10px 0;
}

.footer-bottom .secure-text {
    font-family: 'OpenSans-Bold', Arial, sans-serif;
    text-transform: uppercase;
}
.footer-bottom .copy-right,
.footer-bottom .footer-payment-text,
.footer-bottom .footer-payment-logo {
    float: left; text-align: left;
    width: 33.33333%;
    margin: 26px 0 15px;
}
.footer-bottom .footer-payment-text {
    text-align: center;
}
.footer-bottom .footer-payment-logo {
    text-align: right;
    margin: 13px 0 23px;
}

.cms-static-blocks.two-columns .small-12.medium-6.columns {
    position: relative;
    overflow: hidden;
}
/*.cms-static-blocks.two-columns .small-12.medium-6.columns:before {
    content: "";
    position: absolute;
    top: 0; right: 15px; bottom: 0; left: 15px;
    border: #BBD384 solid 1px;
}
.cms-static-blocks.two-columns .small-12.medium-6.columns img {
    float: left;
    width: 56.1702%; height: auto;
}
.cms-static-blocks.two-columns .small-12.medium-6.columns p {
    position: absolute;
    top: 50%; right: 15px;
    transform: translateY(-50%);
    width: 41.7021%;
    margin: 0; text-align: center;
}
.cms-static-blocks.two-columns .small-12.medium-6.columns span {
    font-family: 'DroidSerif-Bold', serif;
    font-size: 36px; color: #8EB633;
    line-height: 46px; letter-spacing: -0.03em;
    display: block; margin-bottom: 36px;
}
.cms-static-blocks.two-columns .small-12.medium-6.columns a {
    font-family: 'OpenSans-Bold', Arial, sans-serif;
    font-size: 22px; color: #1D548C;
    text-transform: uppercase;
    border-bottom: #BBCBDC solid 1px;
    padding-bottom: 12px;
}*/

.cms-wrapper {padding-top: 40px;}

.price-box .price, .price {
    font-family: 'OpenSans-Semibold', Arial, sans-serif!important;
}
.regular-price .price {
    color: #0B2A49!important;
}
.special-price .price {
    color: #00B8DE!important;
}
.old-price .price {
    color: #7A9ABB!important;
    text-decoration: line-through;
}
.minimal-price .price {}

.home-newarrival,
.home-top-viewed {
    padding-top: 0; padding-bottom: 14px;
}
.home-top-viewed {padding-bottom: 13px;}
.home-newarrival .new-arrival-title,
.home-top-viewed .top-viewd-title,
.home-products-we-love .top-viewd-title,
.crosssell h2,
.cart h1,
.half-price h2,
.featured-slider h3, .featured-slider-mobile h3,
.featured-slider-product h3,
.one-step-checkout h1.checkout_header,
.page-title h1, .page-title h2, .login-title h1,
.account-forgotpassword h1, .account-create h1,
.account-logout h1 {
    font-family: 'DroidSerif-Bold', serif;
    /*font-size: 36px;*/ margin: 40px 0 30px; color: #1D548C;
    text-align: center;
    line-height: 46px; letter-spacing: -0.03em;
    text-transform: none;
    font-size: 34px;
}
.cart h1 {font-size: 36px;}
.home-newarrival p,
.home-top-viewed p,
.home-products-we-love p {margin: 0!important;}

.bx-wrapper {
    position: relative;
    padding: 0 25px;
}
.bx-controls .bx-prev, .bx-controls .bx-next,
.orbit-container .orbit-prev, .orbit-container .orbit-next,
.brand-prev, .brand-next,
.prev-arrow, .next-arrow,
.featured-prev, .featured-next {
    position: absolute;
    top: 35%; transform: translateY(-35%);
    display: block!important;
    visibility: visible!important;
    width: 25px; height: 55px;
    text-align: left; text-indent: -9999em;
}
.orbit-container .orbit-prev, .orbit-container .orbit-next,
.featured-prev, .featured-next {
    display: block!important;
    top: 46%;  transform: translateY(-46%);
}
.featured-prev, .featured-next {
    top: 50%;  transform: translateY(-50%);
}
.bx-controls .bx-prev:before, .bx-controls .bx-next:before,
.orbit-container .orbit-prev:before, .orbit-container .orbit-next:before,
.featured-prev:before, .featured-next:before,
.brand-prev:before, .brand-next:before,
.prev-arrow:before, .next-arrow:before {
    font-family: 'intenso';
    font-size: 55px; color: #BBCBDC;
    position: absolute; top: 0;
    text-indent: 0;
}
.bx-controls .bx-prev,
.featured-prev,
.brand-prev,
.prev-arrow {
    left: 0;
}
.bx-controls .bx-next,
.featured-next,
.brand-next,
.next-arrow {
    right: 0;
}
.orbit-container .orbit-prev {
    left: 10px;
}
.orbit-container .orbit-next {
    right: 10px;
}
.bx-controls .bx-prev:before,
.orbit-container .orbit-prev:before,
.featured-prev:before,
.brand-prev:before,
.prev-arrow:before {
    content: "\e900";
    left: -13px;
}
.bx-controls .bx-next:before,
.orbit-container .orbit-next:before,
.featured-next:before,
.brand-next:before,
.next-arrow:before {
    content: "\e901";
    right: -13px;
}
.bx-viewport > ul > li {
    position: relative;
}
.tag-label {
    position: absolute;
    top: 10px; right: 10px;
    font-family: 'OpenSans-Bold', Arial, sans-serif;
    font-size: 16px; color: #8EB633;
    letter-spacing: -0.03em;
    white-space: nowrap;
    text-transform: uppercase;
    background: #FFF;
    border: #8EB633 solid 1px;
    padding: 0 10px;
    height: 35px; line-height: 33px;
    border-radius: 15px;
}
.tag-label.new .tag-label .new {
    color: #8EB633;
    border: #8EB633 solid 1px;
}
.tag-label.onsale, .tag-label .onsale {
    color: #00B8DE;
    border: #00B8DE solid 1px;
}
.tag-label.soldout, .tag-label .soldout,
.tag-label.sold-out, .tag-label .sold-out {
    color: #FF1356;
    border: #FF1356 solid 1px;
}

.item-info .item-title, .item-info .product-name {
    /*margin: 12px 0 7px;*/ margin: 12px 0 0;
    text-align: left;
}
ul li p.availability.out-of-stock {display: none;}
.item-info .item-title a,
.item-info .product-name a {
    font-family: 'OpenSans-Bold', Arial, sans-serif;
    /*font-size: 18px; line-height: 26px;*/ color: #1D548C;
    letter-spacing: -0.02em;
    font-size: 16px; line-height: 30px;
}
.item-info .product-name {text-transform: none!important;}
.item-info .item-title a.truncate,
.item-info .product-name a.truncate {
	white-space: normal;
}
.item-images .price-box .price,
.item-info .price-box .price,
.item-content .price-box .price {
    /*font-size: 22px;*/ font-size: 16px;
}
.item-images .price-box .old-price .price,
.item-info .price-box .old-price .price,
.item-content .price-box .old-price .price {
    font-size: 16px;
}
.item-images .price-box .old-price,
.item-images .price-box .special-price,
.item-images .price-box .regular-price,
.item-info .price-box .old-price,
.item-info .price-box .special-price,
.item-info .price-box .regular-price,
.item-content .price-box .old-price,
.item-content .price-box .special-price,
.item-content .price-box .regular-price {
    display: inline; margin-right: 3px!important;
}

.home-products-we-love .top-viewd-title,
section.featured-slider h3, .featured-slider-mobile h3,
.featured-slider-product h3 {
    border-top: #BBD384 solid 1px;
    padding-top: 41px;
}

/*.we-love-products,
.category-products {
    margin: 0 -15px;
}
.we-love-products > li,
.category-products .item {
    position: relative!important;
    float: left; width: calc(20% - 30px);
    margin: 0 15px 54px!important;
}
.category-products .item {top: 0!important; left: 0!important; margin-bottom: 29px!important;}*/
.category-products {height: auto!important;}
.category-products .item {top: 0!important;}

.checkout-types .btn-proceed-checkout {
    width: 100%;
}
.checkout-types .btn-proceed-checkout:before {
    font-family: 'intenso'!important;
    content: "\e903";
   /* font-size: 36px; top: -5px;*/
    font-size: 30px; top: -3px;
    padding-right: 15px;
    vertical-align: middle;
    position: relative;
}

.cart-table tr td {
    position: relative;
}
.cart-table tr td .btn-remove {
    position: absolute;
    /*left: 10px;*/ left: 34px; bottom: 7px;
}
.cart-table tr:last-child td .btn-remove {
    bottom: 24px;
}
.cart-table p, .cart-table tr td .item-options {
    line-height: 28px;
}
.cart-table tr td .item-options {
    font-size: 16px;
    margin-bottom: 20px;
}
.cart-table .cart-price .price {font-size: 18px;}
.cart-table .c-inner {padding-left: 24px;}
.qty-input, #qty-wrapper {
    position: relative;
    display: inline-block;
    border: #BBCBDC solid 1px;
    width: 80px; height: 50px;
}
.cart-table .qty-wrapper .qty-input {margin-bottom: 10px;}
.cart-table .qty-wrapper button {
    width: 80px;
    font-size: 16px;
    height: 50px; line-height: 50px;
    padding: 0;
}
.qty-input:before,
.qty-input:after,
#qty-wrapper:before,
#qty-wrapper:after {
    position: absolute;
}
.qty-input:before,
#qty-wrapper:before {
    content: "";
    top: 0; right: 0;
    width: 28px; height: 100%;
    background: #BBCBDC;
}
.qty-input:after,
#qty-wrapper:after {
    font-family: 'intenso'!important;
    content: "\e90e"; color: #FFF;
    top: 50%; right: 5px; font-size: 27px;
    transform: translateY(-50%);
}
.qty-input input[type="text"],
#qty-wrapper input[type="text"] {
    position: absolute;
    top: 0; left: 0;
    width: calc(100% - 28px); height: 100%;
    padding: 0; border: none;
    background: transparent;
    z-index: 2; text-align: center;
    appearance: none;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
}
.qty-input a.down,
.qty-input a.up,
#qty-wrapper .qty-plus,
#qty-wrapper .qty-minus {
    position: absolute; top: 0; right: 0;
    display: block; width: 28px; height: 50%;
    z-index: 2; cursor: pointer;
    text-align: left; text-indent: -9999em;
}
.qty-input a.down,
#qty-wrapper .qty-minus {
    top: auto; bottom: 0;
}

.cart-actions-left,
.cart-actions-center,
.cart-actions-right {
    width: calc(33.33333% - 20px)!important;
}
.cart-actions-left {
    float: left;
}
.cart-actions-center {
    float: left; margin-left: 30px;
    padding-right: 30px;
}
.cart-actions-right {
    float: right;
}

.cart-collaterals {
    padding: 36px 0 80px; margin-bottom: 51px;
    border-top: #BBCBDC solid 1px;
    border-bottom: #BBD384 solid 1px;
}
.cart-collaterals .discount-form .form-list li {margin-bottom: 13px!important;}
.cart-collaterals .discount-form .coupon-inner {
    position: relative;
}
.cart-collaterals .discount-form label {
    font-family: 'OpenSans-Semibold', Arial, sans-serif;
    color: #1D548C; margin-bottom: 13px;
}
.cart-collaterals .discount-form input[type="text"] {
    height: 50px; padding-right: 120px;
}
.cart-collaterals .discount-form button {
    width: 116px; height: 50px; line-height: 50px;
    margin: 0;
}
.cart-collaterals .discount-form button.button {
    color: #FFF; background: #BBCBDC; border: #BBCBDC;
    position: absolute; top: 0; right: 0;
}
.cart-collaterals .discount-form button.secondary {
    float: right; margin-left: 65px;
    color: #7A9ABB;
}
.cart-collaterals .cart-newsletter-popup {
    overflow: hidden;
    color: #1D548C;
    font-size: 16px; line-height: 28px;
}
.cart-collaterals .cart-newsletter-popup a {
    font-family: 'OpenSans-Semibold', Arial, sans-serif;
    text-decoration: underline;
}
.cart .payment-logo {margin-top: 5px; margin-bottom: 78px;}
.cart .link-continue {
    font-family: 'OpenSans-Bold', Arial, sans-serif;
    color: #1D548C; font-size: 22px;
    font-weight: normal;
    line-height: 24px; letter-spacing: -0.02em;
    text-transform: uppercase;
}
.cart .link-continue:before {
    font-family: 'intenso'!important;
    content: "\e90c"; font-size: 16px;
    margin-right: 6px;
    position: relative; top: -1px;
}
.cart .btn-proceed-checkout {
    min-width: 296px;
    line-height: 45px;
}

.cart #shopping-cart-totals-table {
    background: transparent;
    text-align: left;
    border-collapse: collapse;
    width: 100%;
}
.cart #shopping-cart-totals-table tr td:nth-child(2) {
    text-align: right;
}
.cart #shopping-cart-totals-table tfoot tr td {
    border-top: #BBCBDC solid 1px;
    padding-top: 13px; padding-bottom: 24px;
}
.cart #shopping-cart-totals-table tfoot tr td,
.cart #shopping-cart-totals-table tfoot .price {
    font-family: 'OpenSans-Bold', Arial, sans-serif!important;
    color: #1D548C; font-size: 26px;
    letter-spacing: -0.02em; line-height: normal;
}
.cart #shopping-cart-totals-table tfoot tr td .c-small {font-size: 21px;}

.cart #shopping-cart-totals-table tbody tr td {
    font-family: 'OpenSans-Semibold', Arial, sans-serif;
    font-size: 18px;
    padding-top: 1px; padding-bottom: 12px;
}
.cart #shopping-cart-totals-table tbody tr:last-child td {
    padding-bottom: 21px;
}
.cart #shopping-cart-totals-table tbody tr td .discount,
.cart #shopping-cart-totals-table tbody tr td .discount .price {
    color: #00B8DE!important;
}
.cart-collaterals .checkout-types button {margin: 0;}
.cart-collaterals .shipping .shipping-form ul {
    list-style: none;
    margin-left: 0;
}
.cart-collaterals .shipping .shipping-form p {
    display: none;
}
.cart-collaterals .shipping .shipping-form .form-list {
    padding-top: 0;
    margin: 0;
}
.cart-collaterals .shipping .shipping-form .form-list li:last-child {
    margin-bottom: 20px;
}
.cart-collaterals .shipping .shipping-form .button {
    margin-bottom: 0;
}
.cart-collaterals .discount .discount-form .form-list {
    margin: 0;
    padding-top: 0;
}
.cart-collaterals .discount .discount-form .form-list li:last-child {
    margin-bottom: 10px;
}
.cart-collaterals .shipping .shipping-form dt {
    font-weight: normal;
    font-size: 0.875rem;
}

.cart #shopping-cart-totals-table{ margin-bottom: 40px;}
.cart #shopping-cart-totals-table tfoot tr:last-child td,
.cart #shopping-cart-totals-table tfoot tr td, 
.cart #shopping-cart-totals-table tfoot .price{
	border: none!important;
    font-family: 'OpenSans-Semibold', Arial, sans-serif !important;
    padding: 3px 0;
    font-size: 18px;
    color: #1d548c;
    
}
.cart #shopping-cart-totals-table tfoot tr:last-child{
	background: transparent;
}

.cart #shopping-cart-totals-table tfoot tr.grand-total-tr + tr td{
	color: #1D548C;
}
.cart #shopping-cart-totals-table tfoot tr.grand-total-tr + tr td.a-right,
.cart #shopping-cart-totals-table tfoot tr:last-child td.a-right{
	text-align: left !important;
	padding-bottom: 6px;
}
.cart #shopping-cart-totals-table tfoot tr:last-child td:last-child.a-right,
.cart #shopping-cart-totals-table tfoot tr.grand-total-tr + tr td:last-child.a-right{
	text-align: right !important;
}
.cart #shopping-cart-totals-table tfoot tr td strong,
.cart #shopping-cart-totals-table tfoot tr:last-child td .price{
	font-family: 'OpenSans-Semibold', Arial, sans-serif !important;
    font-size: 18px;
    border: none !important;
}
.cart #shopping-cart-totals-table tfoot tr.grand-total-tr td,
.cart #shopping-cart-totals-table tfoot tr.grand-total-tr td strong,
.cart #shopping-cart-totals-table tfoot tr.grand-total-tr .price{
	font-family: 'OpenSans-Bold', Arial, sans-serif!important;
    font-size: 26px;
    color: #1D548C;
    letter-spacing: -0.02em;
    line-height: normal;
    border-top: #BBCBDC solid 1px!important;
    padding-top: 12px;
    padding-bottom: 4px;
    border: none;
}
.cart #shopping-cart-totals-table tfoot tr.grand-total-tr td strong{ border: none;}


.messages .error-msg {
    /*color: #FF1356;*/
    color: #1D548C;
}
.messages .success-msg {
    color: #1D548C;
}
.messages a {color: #00A8FF; text-decoration: underline;}
.reveal-modal .messages li,
#reveal-messages .modal-action {
    text-align: center;
}
.reveal-modal.add-to-cart-success .messages li {text-align: left;}
dialog, .reveal-modal {
    padding: 51px 20px;
}
#reveal-messages .modal-action a.button {
    min-width: 64px;
}
section.featured-slider .actions,
section.featured-slider .simple-nav,
.top-bar .toggle-topbar {display: none;}

section.featured-slider {margin-bottom: 50px; padding: 0 25px;}
section.featured-slider ol {/*margin: 0!important;*/ padding: 0!important;}
section.featured-slider .item {float: left; padding: 0 15px;}

.news-latter-main input[type="checkbox"] + label,
.news-latter-main input[type="radio"] + label {color: #1D548C;}

.product-detail-left {float: left; width: 37.5177%;}
.product-detail-right {float: right; width: 57.4468%;}
.product-detail-right .product-shop {width: 100%!important;}
.product-detail-left .product-image {}
.product-detail-left .product-image img {width: 100%; height: auto;}
.product-shop h1 {
    font-family: 'OpenSans-Bold', Arial, sans-serif;
    color: #1D548C; font-size: 30px;
    line-height: 40px; letter-spacing: -0.03em;
    margin: -11px 0 12px;
}
.product-price-blk .price-box,
.product-price-blk .special-price,
.product-price-blk .old-price,
.product-price-blk .regular-price,
.product-price-blk .offer-price {display: inline;}

.product-price-blk .offer-price {
    font-family: 'OpenSans-Bold', Arial, sans-serif;
    color: #00B8DE; font-size: 18px;
    line-height: 38px; letter-spacing: -0.02em;
    text-transform: uppercase; margin-left: 12px;
}
.product-price-blk .special-price .price,
.product-price-blk .regular-price .price {
    color: #0B2A49!important; font-size: 30px;
    line-height: 40px; letter-spacing: -0.02em;
}
.product-price-blk .old-price {margin-left: 9px;}
.product-price-blk .old-price .price {font-size: 22px;}

.available-blk {margin-top: 13px; padding-top: 16px; border-top: #BBD384 solid 1px;}
.available-blk, .availability {font-size: 18px;}
.available-blk .sku-product-code span {color: #0B2A49;}
.sku-product-code,
.availability {display: inline}
.availability.in-stock span {color: #8EB633;}
.availability.out-of-stock span {color: #FF1356;}

.short-description {
    padding-top: 13px;
    font-size: 16px; line-height: 28px;
    letter-spacing: 0;
}
.short-description p:last-child {margin-bottom: 0;}

.product-options {margin-top: 28px;}
.product-options dt, .product-options dt .validation-advice,
.buybox .add-to-cart label, .product-options label {
    font-family: 'OpenSans-Bold', Arial, sans-serif;
    font-size: 20px!important; line-height: 30px;
    text-transform: uppercase; margin-bottom: 12px!important;
}
.product-options label {margin-bottom: 0!important;}
.product-options dt label span {margin-left: 0!important;}
.product-options dd {margin-bottom: 12px!important;}
.product-options dt label span {color: #1D548C; margin-left: 16px;}
.product-options dt label,
.product-options dt .validation-advice {display: inline;}
.product-options dt .validation-advice {
    position: static;
    background: transparent; border: none;
    border-radius: 0; box-shadow: none;
    color: #FF1356; font-weight: normal;
    padding: 0; margin-left: 20px;
}

.amconf-image-container {position: relative; margin-bottom: 10px!important; margin-right: 15px!important;}
.amconf-color-container {
    width: 54px!important; height: 54px!important;
    line-height: 52px!important; text-align: center;
    font-family: 'OpenSans-Bold', Arial, sans-serif;
    font-size: 20px; color: #7A9ABB;
    background: #FFF; border: transparent  solid 1px;
    outline: #BBCBDC solid 1px;
    cursor: pointer; overflow: hidden;
    -moz-border-radius: 0!important;
    -webkit-border-radius: 0!important;
    border-radius: 0!important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.amconf-color-container:hover,
.amconf-image-selected {
    margin: 0;
    color: #1D548C;
    border-color: #1D548C;
    outline: #1D548C solid 1px!important;
}
.amconf-image-outofstock {opacity: 1!important;}
hr.amconf-hr {
    background-color: #BBCBDC!important;
    border-color: #BBCBDC!important;
    color: #BBCBDC!important;
    left: -11px!important;
    top: 27px!important;
    width: 76px!important;
}
.amconf-image-outofstock:before {
    position: absolute;
    content: "";
    left: 26px;
    top: -11px;
    display: block;
    width: 1px; height: 76px;
    background: #BBCBDC;
    transform: rotate(135deg);
}
.amconf-image-outofstock:after {
    position: absolute;
    content: "Out of stock";
    display: block;
    width: 100%; z-index: 5;
    left: 0; top: 50%; transform: translateY(-50%);
    font-family: 'OpenSans-Bold', Arial, sans-serif;
    font-size: 11px; color: #FFF; line-height: 12px;
    text-transform: uppercase; text-align: center;
}
.product-shop {}
.add-cart-inner {padding: 0 0 32px; margin-top: 24px;}
.buybox .add-to-cart label {display: inline-block; line-height: 54px; white-space: nowrap; margin: 0 20px 0 0!important;}
.buybox .add-to-cart label, .buybox .add-to-cart #qty-wrapper {float: left;}
#qty-wrapper {width: 70px; height: 54px;}
#qty-wrapper input[type="text"] {
    font-family: 'OpenSans-Bold', Arial, sans-serif;
    color: #1D548C; font-size: 20px;
    width: calc(100% - 25px);
}
#qty-wrapper::before {width: 25px;}
#qty-wrapper::after {font-size: 24px; right: 4px;}

.product-shop-right {position: relative; padding-bottom: 60px; margin-bottom: 35px;margin-top: 50px;}
.product-shop-right .add-to-cart .btn-cart,
.product-shop-right .add-to-links .link-wishlist {
    position: absolute; bottom: 0; left: 0;
    width: calc(50% - 15px); margin: 0;
}
.product-shop-right .add-to-links .link-wishlist {left: auto; right: 0;}

.product-view .youtube-link {margin-top: 38px;}
.product-view .youtube-link,
.product-view .youtube-link-mobile {position: relative;}
.product-view .youtube-link:before,
.product-view .youtube-link-mobile:before,
.product-view .youtube-link:after,
.product-view .youtube-link-mobile:after {
    content: "";
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
    display: block; cursor: pointer;
}
.product-view .youtube-link:before,
.product-view .youtube-link-mobile:before {
    background: rgba(0,0,0,.7);
    width: 68px; height: 51px;
    border-radius: 13px;
}
.product-view .youtube-link:after,
.product-view .youtube-link-mobile:after {
    width: 0; height: 0;
    border-top: transparent solid 10px;
    border-left: #FFF solid 20px;
    border-bottom: transparent solid 10px;
}
.product-mobile-main-images,
.product-view .youtube-link-mobile {display: none;}

.product-view .product-image {
    position: relative;
}
.product-view .product-image:before {
    /*position: absolute; left: 94px; bottom: 77px;
    font-family: 'intenso'!important;
    content: "\e907"; font-size: 54px;
    color: #1D548C; z-index: 5;*/
}
.product-view #amasty_zoom {cursor: url(https://shopsolutions.co.nz/skin/frontend/intenso/default/images/zoom.png), auto;}
.product-view .more-views {margin: 21px 0 0;}
.product-view .more-views #amasty_gallery a {margin: 0 4px 0 3px;}

.add-to-cart-success {width: 65%!important; max-width: 65%; padding: 35px;}
.add-to-cart-success .title {
    font-family: 'OpenSans-Bold', Arial, sans-serif;
    color: #1D548C; font-size: 22px;
    text-transform: uppercase; line-height: normal;
    border-bottom: #BBD384 solid 1px; padding-bottom: 16px;
    margin-bottom: 25px;
}
.add-to-cart-success .messages li, .add-to-cart-success .messages li:first-child {margin: 0 0 13px!important;}
.add-to-cart-success .messages li > span {display: block;}
.add-to-cart-success .messages li {font-size: 16px; color: #7A9ABB;}
.add-to-cart-success .messages li .product-add-item {font-family: 'OpenSans-Bold', Arial, sans-serif; color: #1D548C;}
.add-to-cart-success .messages li img {float: left; width: 72px; height: auto; margin-right: 20px;}
.add-to-cart-success .modal-action {margin-top: 27px;}
.add-to-cart-success .continue-shopping {
    float: left; width: 38.9349%;
}
.add-to-cart-success .view-shopping-cart {
    float: right; width: 56.3313%;
}
.add-to-cart-success .messages li.notice-msg .free-gift-item,
.add-to-cart-success .messages li.notice-msg .free-gift-name {
    font-family: 'OpenSans-Bold', Arial, sans-serif;
}
.add-to-cart-success .messages li.notice-msg .free-gift-item {
    color: #00B8DE;
    text-transform: uppercase; margin-right: 5px;
}
.add-to-cart-success .messages li.notice-msg .free-gift-name {color: #1D548C;}

.bx-controls .bx-pager {text-align: center; margin-top: 9px;}
.bx-controls .bx-pager .bx-pager-item,
.bx-controls .bx-pager .bx-pager-item .bx-pager-link {display: inline-block; vertical-align: middle;}
.bx-controls .bx-pager .bx-pager-item .bx-pager-link {
    width: 7px; height: 7px; border-radius: 100%;
    background: #FFF; border: #BBCBDC solid 1px;
    margin: 0 8px;
}
.bx-controls .bx-pager .bx-pager-item .bx-pager-link.active {background: #8EB633; border-color: #8EB633;}
.bx-controls .bx-pager .bx-pager-item a {text-align: left; text-indent: -9999em;}

.product-listing-left {float: left; width: 17.0212%;}
.product-listing-right {float: right; width: 79.5744%; margin-bottom: 35px;}
.category-products .actions,
.category-products .price-box .price-label {display: none;}
.price-box .partialpayment-price .price{ font-size: 16px;}
.category-products .item-info .price-box{ float: none}
.price-box .or-label{
	font-family: 'OpenSans-Semibold', Arial, sans-serif!important;
	color: #7a9abb;
	font-size: 14px; 
}
@media screen and (min-width: 948px) and (max-width: 1024px){
	.category-products .item-info.info-partial{
		position: relative;
	}
	.category-products .item-info.info-partial .price-box .regular-price{
		position: absolute;
		bottom: 4px;
	    left: 21px;
	}
	.category-products .item-info.info-partial .price-box .regular-price.partialpayment-price{
		position: static;
	}
}
@media screen and (min-width: 372px) and (max-width: 413px){
	.category-products .item-info.info-partial{
		position: relative;
	}
	.category-products .item-info.info-partial .price-box .regular-price{
		position: absolute;
		bottom: 5px;
	    left: 21px;
	}
	.category-products .item-info.info-partial .price-box .regular-price.partialpayment-price{
		position: static;
	}
}
.product-list-sorter {margin-bottom: 31px; font-size: 14px; text-align: right;}
.product-list-sorter label, .product-list-sorter .layered-nav-select {display: inline-block; margin-left: 4px;}
.product-list-sorter label, .showing-products p.amount {font-size: 14px!important; color: #0B2A49!important;}
.product-list-sorter label {position: relative; top: 1px;}
.product-list-sorter .chosen-container-single .chosen-single {
    font-size: 14px;
    height: 30px;
    line-height: 28px !important;
    padding: 0 0 0 8px;
}
.product-list-sorter .chosen-container-single .chosen-single span {
    margin-right: 20px;
}
.product-list-sorter .chosen-container .chosen-results li {
    font-size: 14px;
    padding: 6px 8px;
    text-align: left;
}
.product-list-sorter .chosen-container-single .chosen-single div {width: 20px;}
.product-list-sorter .chosen-container-single .chosen-single div:before {
    font-size: 17px;
    right: 4px; top: 1px;
}

.category-information {/*margin: -9px 0 40px;*/ margin: -9px 0 0;}
.category-information h3#category-name {
    font-family: 'DroidSerif-Bold', serif;
    font-size: 36px; color: #1D548C;
    line-height: 46px; letter-spacing: -0.03em;
    margin: 0 0 21px;
}
.category-information .category-description {
    font-size: 16px; line-height: 28px; margin-bottom: 40px;
}
.catalogsearch-result-index .category-information .category-description {display: none;}
.searchindex-results,
#layered-filter-mobile {display: none;}
.showing-products {float: left; margin-top: 5px;}
.product-list-sorter {float: right;}
.showing-products strong {font-family: 'OpenSans', Arial, sans-serif;}

.layered-nav-container {position: relative; /*margin-top: 51px;*/ margin-top: 0;}
.layered-nav-container .layered-nav {
    text-align: left!important;
    background: #DBE5CD;
    padding: 22px 30px 50px;
}
.layered-nav-container .layered-nav .left-refine-by,
.layered-nav-container .layered-nav dt,
.layered-nav-container #filter-reset a,
.layered-nav-container .block-subtitle {
    font-family: 'OpenSans-Bold', Arial, sans-serif;
    font-size: 20px; color: #1D548C;
    text-transform: uppercase; line-height: 30px;
    margin-bottom: 8px;
}
.layered-nav-container .layered-nav dt,
.layered-nav-container .block-subtitle {
    font-size: 16px;
    text-transform: none; line-height: 28px;
    font-weight: normal; margin: 0 0 4px;
}
.layered-nav-container .layered-nav ol,
.layered-nav-container .layered-nav dd {
    margin: 0; font-size: 16px;
}
.layered-nav-container .layered-nav ol,
.layered-nav-container .layered-nav ol a {
    color: #0B2A49;
}
.layered-nav-container .layered-nav ol a:hover {color: #1D548C}
.layered-nav-container .layered-nav ol li {
    margin: 1px 0;
}
.layered-nav-container .box-button.desktop .filter-reset{
	width: 100px;
    text-align: center;
    height: 25px;
    line-height: 24px !important;
    background: #1D548C;
    color: #fff !important;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px !important;
}
.layered-nav-container .box-button.desktop .filter-reset:after{
	content: "" !important;
}
.layered-nav-container button, .layered-nav-container .box-button,
.layered-nav-container button, .layered-nav-container .box-button.desktop #mobile-update-button,
.layered-nav-container .icon-new-close {display: none;}

.layered-nav-container .box-button.desktop {display: block;}
.layered-nav-container #filter-reset {
    position: absolute;
    z-index: 2;
    bottom: 15px; left: 30px;
}
.layered-nav-container #filter-reset a {display: block; font-size: 16px;}
.layered-nav-container #filter-reset a:after {
    font-family: 'intenso'!important;
    content: "\e906"; margin-left: 5px;
    font-size: 13px;
}
.layered-nav-container .layered-nav dd li.checked {
    font-family: 'OpenSans-Bold', Arial, sans-serif;
}


#layered-navigation .currently {
    border: #BBCBDC solid 1px;
    border-width: 1px 0;
    padding: 7px 0 10px; margin-bottom: 7px;
 }
#layered-navigation .currently li .label {
    display: block;
    font-family: 'OpenSans-Semibold', Arial, sans-serif;
    color: #1D548C; font-size: 16px;
    padding-left: 0; padding-right: 0;
}
.layered-nav .currently .btn-remove {color: #1D548C!important;}

.mr-nl-popup-frame .news-latter-main .checkbox label,
.mr-nl-popup-frame .news-latter-main .radio label {margin-top: 3px!important;}

.checkout-onestep .page-title h1,
.checkout-onestep .page-title h2 {margin-top: 35px; margin-bottom: 20px;}

.login-title h1, .account-forgotpassword h1, .account-create h1 {
    letter-spacing: -0.01em;
    margin: 38px 0 28px;
}
.login-title h1 {
    font-family: 'DroidSerif', serif;
    font-size: 34px;
    text-align: center;
    /*text-transform: capitalize;*/
}
.login-title h1 strong {
    font-family: 'DroidSerif-Bold', serif;
}

.registered-users,
.new-users, .account-forgotpassword .form-box,
.account-create .form-box.create-form-main .create-form-box,
.account-create .form-box button {
    float: left; width: 39.7163%;
}
.account-forgotpassword .form-box {float: none; margin-left: auto!important; margin-right: auto!important;}
.account-login, .account-forgotpassword, .account-create {padding-bottom: 107px;}
.new-users,
.account-create .form-box.create-form-main .create-form-box + .create-form-box {float: right;}
.registered-users, .registered-users p,
.new-users, .new-users p {
    line-height: 28px;
}
.registered-users p,
.new-users p {margin: 0 0 12px!important;}
.registered-users h3,
.new-users h3,
.account-create h6 {
    color: #1D548C; font-size: 28px;
    margin: 0 0 18px; line-height: normal;
    letter-spacing: -0.03em; text-align: left;
}
.registered-users button,
.new-users button,
.account-forgotpassword .form-box button {
    width: 100%;
}
.new-users button {
    margin: 18px auto;
}
.account-create .form-box .buttons-set {
    clear: both; text-align: right;
}
.registered-users .form-box,
.registered-users .form-box .buttons-set,
.account-forgotpassword .form-box,
.account-forgotpassword .form-box .buttons-set,
.account-create .form-box.create-form-main,
.account-create .form-box.create-form-main .buttons-set {
    margin: 27px 0 0; padding: 0;
    max-width: none;
    background: transparent;
}
.registered-users .form-box li, .account-create .form-list .field {margin-bottom: 21px;}
.registered-users .form-box .buttons-set {
    margin: 19px 0 8px; text-align: left;
}
.registered-users .form-box .buttons-set p {margin: 8px 0 0!important;}

.account-login .login-title + div.row,
.create-account .form-box.create-form-main {
    position: relative;
}
.account-login .login-title + div.row:before,
.create-account .form-box.create-form-main:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px; height: 89.5791%;
    background: #A8C1D4;
    top: 50%; left: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.create-account .form-box.create-form-main:before {
    height: 70%;
    margin-top: -60px;
}
.account-create .form-box.create-form-main {width: 100%;}
.account-create h6 {font-family: 'OpenSans-Bold', Arial, sans-serif;}
.account-create .form-box .buttons-set {clear: both; text-align: center;}
.account-create .form-box.create-form-main .create-form-box {padding: 0;}
.account-create .form-box button {float: none; display: inline-block; margin-top: 40px!important;}

.account-wrapper {padding-bottom: 30px;}
.my-account, .left-off-canvas-menu {margin-bottom: 30px;}
.my-account .page-title {margin: 0;}
.my-account .page-title h1 {text-align: left; margin: 0;}

#wishlist-table .add-to-cart-alt button.button.btn-cart {
    background: #BBCBDC; border-color: #BBCBDC;
    font-size: 18px; height: 40px;
}
#wishlist-table h3.product-name {
    font-family: 'OpenSans-Semibold', Arial, sans-serif;
    font-size: 18px;
}
#wishlist-table .product-image {margin-left: 10px;}
#wishlist-table .description {line-height: 28px;}
#wishlist-table .truncated .details,
#wishlist-table .item-options p,
#wishlist-table .item-options dt,
#wishlist-table .item-options dd:last-child:after {display: none;}
#wishlist-table .item-options dd {display: inline;}
#wishlist-table .item-options dd:after {
    content: ",";
    margin-left: -3px;
}
table#wishlist-table tr th,
table#my-orders-table tr th {
    border-bottom: none;
    color: #FFF; letter-spacing: -0.03em;
    font-size: 20px;
    line-height: normal;
    padding: 14px 10px 15px;
    background: #03C1E3;
}
table#my-orders-table tr th {text-align: center;}
table#wishlist-table tr td,
table#my-orders-table tr td {
    background: #F6F6F6;
    border-top: #FFF solid 3px;
}
table#my-orders-table tr td {
    padding: 18px 10px 22px!important;
    text-align: center;
}
table#my-orders-table tr td,
table#my-orders-table tr td a,
table#my-orders-table tr td em,
table#my-orders-table tr td h3 {color: #0B2A49; font-style: normal;}
table#my-orders-table tr td h3 {
    font-family: 'OpenSans', Arial, sans-serif;
    font-size: 16px; margin: 0;
}
table#my-orders-table .price-box .price,
table#my-orders-table .price {font-family: 'OpenSans', Arial, sans-serif!important;}
table#wishlist-table tr th:nth-of-type(3) {
    text-align: center;
}

.my-wishlist .buttons-set button {
    margin: 20px 2px 0 0!important;
}
.my-account .buttons-set {margin-top: 0;}

.my-account .separator {display: none;}

.account-logout {min-height: 300px;}
.copy-right p {font-size: 14px;}

.featured-slider-product {margin-bottom: 40px;}
.featured-slider-product li.item .actions {
    display: none;
}
.back-to-top-container {
    position: absolute;
    bottom: 109px; right: 30px;
}
.back-to-top-container,
.back-to-top-container .back-to-top {
    display: block;
    width: 36px; line-height: 36px;
    background: #F0A901;
    color: #FFF;
    text-align: left;
    text-indent: -9999em;
    margin: 0; padding: 0;
}
.back-to-top-container .back-to-top {
    background: url(https://shopsolutions.co.nz/skin/frontend/intenso/default/images/backtotop.png) 50% 50% no-repeat;
    background-size: 15px auto;
}
.back-to-top-container .back-to-top:after,
.back-to-top-container .back-to-top:before {display: none;}

.cms-index-index .cms-static-blocks.three-columns img,
.cms-index-index .cms-static-blocks.two-columns img {width: 100%; height: auto;}

.product-view .row {/*overflow: hidden;*/}

.cms-index-index .reveal-modal-bg {bottom: 0;}

.cms-static-blocks .container:after,
.cart-title:after,
.cart-actions:after,
.buttons-set:after,
.footer-main-left:after,
.container:after,
.product-essential:after,
.add-cart-inner:after,
.accordion-section-title:after,
.accordion-section-data:after,
.add-to-cart-success .messages li:after,
.add-to-cart-success .messages li > span:after,
.add-to-cart-success .modal-action:after,
.bx-controls .bx-pager:after,
.product-listing-right:after,
.toolbar:after,
.category-information:after,
.layered-nav-container div.box-button:after,
.one-step-checkout .address-order:after,
.bottom-btn:after,
.account-login .login-title + div.row:after,
.account-create .form-box.create-form-main:after,
.my-account:after,
.order-information ol li:after,
.product-view .row:after {
    content: '.';
    display: block;
    clear: both;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
}

.cms-page-view .breadcrumbs-wrapper {
	background: #f4f4f4;
}

.cms-page-view .cms-wrapper {
	padding-top: 0;
}

.cms-page-view .page-title, .cms-page-view .page-title h1 {
	margin: 0;
	text-align: left;
}

.cms-page-view .page-title h1 {
	margin-top: 5px;
	margin-bottom: 27px;
}

.cms-page-view.cms-contact-us .page-title h1 {
	margin-top: 5px;
}

.cms-page-view footer.main-footer {
	background: #FFFFFF;
}

.cms-page-view .contact-us-top .container {
	margin-top: -30px;
}

.onestepcheckout-payment-methods {
	background: #f9fafc !important;
}

.bx-wrapper {
	max-width: 1410px !important;
}

.validation-advice {
	position: relative;
	background: none;
	font-size: 16px !important;
	color: #ea1818;
	line-height: 16px;
	border: none;
	top: 100%;
	padding: 4px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	z-index: 100;
	font-family: 'OpenSans', Arial, sans-serif!important;
}

.validation-advice::after {
	content: '';
	border: none;
}

.free-catalog-form .validation-advice {
	top: 0;
}

.freeship-notice a,
.freeship-notice a:hover {color: #FFF;}

.cms-faqs .container {
	max-width: 1440px;
}


.product-view .product-options .option .chosen-container {
   /* min-width: 193px;*/
    width: calc(33% - 10px) !important;
    margin: 0 4px;
    display: inline-block;
}
@media(max-width:767px) {
	.product-view .product-options .option .style-select {
	   /* min-width: 193px;*/
	    width: calc(33% - 10px) !important;
	    margin: 0 4px;
	    display: inline-block;
	}
	.product-view .product-options .option .style-select select{
		width: 100% !important;
	}
}
.product-view .product-options .option dl.last dd.last{ margin: 0 -5px;}

/*@media(min-width:1024px){
	.product-view .option .chosen-container {
	    min-width: inherit;
	    width: 32% !important;
	}
}*/
.grouped-items-table-wrapper .grouped-items-table tr th:first-child,
.grouped-items-table-wrapper .grouped-items-table tr td:first-child {padding-left: 10px;}
.grouped-items-table-wrapper .grouped-items-table tr th:last-child,
.grouped-items-table-wrapper .grouped-items-table tr td:last-child {padding-right: 10px; width: 25%;}
.grouped-items-table-wrapper .grouped-items-table .name-wrapper {margin-bottom: 0;}
.grouped-items-table-wrapper .grouped-items-table .qty-wrapper {padding: 0; width: 50px; margin: 0 auto;}

.grouped-items-table-wrapper .grouped-items-table .name-wrapper {
    margin-top: 8px;
}
.grouped-items-table-wrapper .grouped-items-table .price-box {
    margin-top: 12px;
}

.customer-logout-mobile {
	margin-top: 15px;
}

.main-header .top-head .top-left-header p {
	margin-bottom: 0 !important;
	font-size: 14px;
}

body.catalog-product-view img.small-image-preview {
	width: 54px !important;
	max-width: 54px !important;
	height: 54px !important;
	margin-right: 5px;
	margin-top: -1px;
	outline: #BBCBDC solid 1px;
	border: transparent solid 1px;
}

body.catalog-product-view span.swatch {
	display: inline-block;
	margin-right: 5px;
	padding: 0 3px !important;
	min-width: 54px;
	height: 54px;
	line-height: 52px;
	font-family: 'OpenSans-Bold', Arial, sans-serif;
	font-size: 20px;
	color: #7A9ABB;
	background: #FFF;
	outline: #BBCBDC solid 1px;
	border: transparent solid 1px;
	transition: all 0.3s ease-in-out;
}

body.catalog-product-view span.swatch-selected {
	display: inline-block;
	margin-right: 5px;
	padding: 0 3px !important;
	min-width: 54px;
	height: 54px;
	line-height: 52px;
	font-family: 'OpenSans-Bold', Arial, sans-serif;
	font-size: 20px;
	background: #FFF;
	color: #1D548C;
	border: #1D548C solid 1px;
	outline: #1D548C solid 1px!important;
}

body.catalog-product-view img.swatch-selected {
	width: 55px !important;
	max-width: 55px !important;
	height: 55px !important;
	margin-top: -2px;
	border: #1D548C solid 1px;
	outline: #1D548C solid 1px!important;
}


/* Changes
---------------------------------------------
CSS styling changes only - disregard any aspects that would affect functionality required for the bar to scroll etc.
*/

.freeship-notice {
	font-family: 'OpenSans-SemiBold', Arial, sans-serif;
	text-transform: uppercase;
	background: #1D548C;
	color: #FFF;
	text-align: center;
	padding: 0px 13px;
	font-size: 16px;
	height: 35px!important;
	overflow: hidden;
	letter-spacing: 1px;
}

.freeship-notice > ul > li {
	text-align: center;
	height: 35px!important;
	line-height: 35px;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.account-create .form-box.create-form-main .create-form-box,
.account-create .form-box.create-form-main .buttons-set{
	margin: 0 30px;
}

.price-box .minimal-price .price-label {
	color: #1D548C !important;
    display: inline-block;
    font-size: 16px;
    font-family: 'OpenSans-Semibold', Arial, sans-serif!important;
}

.product-view .product-options .chosen-container .chosen-search {
	display: none;
}

.category-information h1#category-name {
	font-family: 'DroidSerif-Bold', serif;
	font-size: 36px;
	color: #1D548C;
	line-height: 46px;
	letter-spacing: -0.03em;
	margin: 0 0 21px;
}

@media screen and (max-width: 767px) {
	.category-information h1#category-name {
		font-size: 18px;
		text-align: center;
		line-height: normal;
	}
}



@media(min-width:1280px) {
    .request-img-left > img {  min-height:402px; }
    .request-img-right img:first-child { min-height:108px; height:400px; width:100%; }
    .request-img-right > img { min-height:272px;}

    /*.smaller .top-bar-section .has-dropdown > a { padding-right:12px !important; }
    .smaller .top-bar-section .has-dropdown > a:after,
    .smaller .top-bar-section .has-dropdown-for-large > a:after { display:none;}*/

}
@media(min-width:1280px) and (max-width:1365px) {
    .request-free-catalog h3, .cms-page-view .main-container .request-free-catalog h3 { font-size:14px;}
    .any-questions { font-size:13px;}
    .any-questions .call-number a { font-size:36px; }
    .top-bar-section .has-dropdown > a { padding-right:10px !important; }
    /*.smaller .top-bar-section li:not(.has-form) a:not(.button) { padding:0px 3px;}*/
}

@media(min-width:1024px) {
    /*.category-products .item { margin-right:9px;}
    .category-products .item:nth-child(6n+6) { margin-right:0px;} 	*/

    .request-free-row { margin:0px -0.9%;}
    .contact-us .right-side-promo-banner > img { height:307px;}
}

@media(min-width:1024px) and (max-width:1199px) {
    .main-footer .by-ngt { font-size:16px;}
    .callus-footer .footer-digit { font-size:42px;}
    .callus-footer .callus-text-footer { font-size:16px;}
    .testimonials-slider .happy-customers-title,
    .testimonials-slider .happy-customers-title p { font-size:25px;}
    .testimonials-slider .happy-customers-title p span { font-size:40px;}

    .top-header .logo-columns { width:20%;}
    .top-header .header-contact { width:30%;}
    .any-questions { padding:38px 0px 0px 10px; font-size:14px;}
    .any-questions .call-number a { font-size:36px;}
    .header-ribbon .links-list { display:block;}

    .product-description { width:100%; padding:10px 0px;}
    .product-description-static-block { width:100%;}
    .product-view .product-shop { width:58%;}
    .crosssell li.item { width:25%;}

    /*.main-header.smaller .top-bar-section > ul > li > a { font-size:11px !important; padding:0px 3px;}
    .main-header.smaller .top-bar-section ul.right {  }
    .main-header.smaller .top-left-header { max-width:120px !important;}*/
    .top-bar-section ul.right { display:inline !important; padding-right:5px;}
    .nav-container .top-bar-section > ul > li > a,
    .nav-container .top-bar-section ul.right li > a { font-size:11px !important;}
    .top-bar-section li:not(.has-form) a:not(.button) { padding:0px 3px;}
    .contact-text h3 { font-size:14px;}
    .contact-text P { font-size:14px;}
    .contact-text ul li { font-size:12px;}
    .contact-text span { min-width:42px;}
    .contact-text ul li a { font-size:11px;}
    .contact-us .input-box textarea { height:101px;}

    .making-life-easier { width:68px;}
    .any-questions { padding:26px 0 0 5px; font-size:11px;}
    .any-questions .call-number a { font-size:28px; line-height:30px;}

    .request-free-catalog-container .medium-4 { width:45%;}
    .request-free-catalog-container .medium-8 { width:55%;}

    /*.smaller .top-bar-section .has-dropdown > a { padding-right:5px !important; }
    .smaller .top-bar-section .has-dropdown > a:after,
    .smaller .top-bar-section .has-dropdown-for-large > a:after { display:none;}*/
    body .main-header.smaller .main-nav .top-bar-section ul.left { float:right !important; padding-right:3px;}

}
/*@media(min-width:1024px) and (max-width:1115px) {
.accordion.display-mobile {
    display: block;
	margin-bottom:20px;
}
.accordion{
  display: none;
}

}*/
@media(max-width:979px) {
    .popup-image { display:none;}
    .accordion.display-mobile {
        display: block;
        margin-bottom:20px;
    }
    .accordion{
        display: none;
    }
    .footer-middle-links .medium-4:last-child { display:none;}

}
@media(min-width:980px) and (max-width:1023px) {
    .product-view .product-img-box .bx-viewport { height:62px !important;}
    .main-header .nav-container .top-bar-section > ul > li.level0 > a {
        font-size:13px !important; padding:0px 12px !important;
    }
}

@media(width: 768px) {
    .product-shop-right .add-to-cart .btn-cart, .product-shop-right .add-to-links .link-wishlist {
        width: calc(50% - 10px);
    }
}

@media(min-width:768px) and (max-width:979px) {
    .top-header .header-contact { width:75%; text-align:right;}
    .top-header .header-search-col { width:75%; padding-left:0.9%; padding-right:0.9%;}
    .making-life-easier { float:none; vertical-align:top; text-align:left;}
    .any-questions  { float:none; vertical-align:top; text-align:left;}

    .main-footer .newsletter-ribbon ul li span { display:block;}

    .main-footer .newsletter-ribbon ul li { padding-top:0px;}

    .newsletter-ribbon .social a, .exitintent-popup .social a { width:26px; height:26px; line-height:26px; font-size:25px; margin-left:5px;}
    .footer-middle-links .medium-2 { width:25%;}
    .footer-middle-links .medium-4 { width:48%; /*border-top:1px solid #ddd; */ padding-top:20px; margin-top:10px;}
    .footer-logo img { max-width: 90%; }
    .main-footer div, .main-footer p { font-size:12px;}
    .footer-address span label { font-size:12px;}
    .main-footer .making-your-life-easier { padding:5px 0px 10px;}
    .callus-footer .callus-text-footer { padding:10px 0px 0px;}
    .testimonials-slider .block-testimonial-sidebar { }
    .request-free-catalog { margin-bottom:10px;}
    .request-free-catalog h3, .cms-page-view .main-container .request-free-catalog h3 { font-size:14px;}
    .product-img-box .bx-viewport { height:62px !important;}
    .product-shop-left { width:100%; padding:0px 0px 10px;}
    .product-shop-side.product-shop-right { width:100%;}
    .product-view .bg-box { padding:15px; text-align:center;}
    .product-description { width:100%; padding:10px 0px;}
    .product-description-static-block { width:100%;}
    .product-view .product-shop { width:56%;}
    .subcategory-image ul li { width:25%;}

    .postWrapper .postContent .image { width:30%;}
    .postWrapper .postContent .description { width:70%; }
    .free-catalog-form .two-fields .one, .free-catalog-form .two-fields .two { padding:5px;}
    .crosssell li.item { width:33.3%;}
    .vice-man-text > h2 { font-size:24px;}
    .cms-page-view h1 { font-size:24px;}

    .cms-wrapper p { text-align:justify;}

    .main-nav .top-bar-section ul.right .has-dropdown > a { font-size:0px !important; padding:0px !important;}
    .main-nav .top-bar-section ul.right { display:block !important;}
    .main-header .main-nav .icon-user { display:block; font-size:20px; border:0px; padding:0px 5px 0px 7px; margin:0px; color:#fff;}
    .main-header .top-bar .icon-cart { margin-left:6px;}
    .top-bar-section ul.right { padding-right:3px;}
    .nav-container .container { padding:0px 5px;}
    .nav-container .top-bar-section .right li .dropdown  { right:0px !important;}
    .account-dropdown .arrow-box:after { right:0px !important; left:auto;}
    .cart-dropdown .arrow-box:after { right:0px !important; left:auto;}
    table tr th, table tr td { padding:6px;}
    #multiship-addresses-table thead tr th,
    #checkout-review-table thead tr th,
    #my-orders-table thead tr th,
    #my-downloadable-products-table thead tr th,
    #my-reviews-table thead tr th,
    #wishlist-table thead tr th,
    .checkout-multishipping-shipping table thead tr th,
    .checkout-multishipping-overview table thead tr th,
    .data-table thead tr th {}

    .my-account .form-box.wide .form-list .field,
    .my-account .form-box.wide .form-list li { width:380px !important; padding-right:0px;}
    button.tiny, .button.tiny,
    .wishlist-index-index .buttons-set2 .button { font-size:13px; font-weight:400 !important;  }

    /*.main-header.smaller .top-left-header { padding:11px 15px 0px 15px; max-width:105px; }
    .main-header.smaller .nav-container .top-bar-section > ul > li.level0 > a { font-size:10px !important;}
    .main-header.smaller .main-nav .top-bar-section ul.left { padding-right:8px;}*/

    .mr-nl-popup-frame .block-subscribe, .exitintent-popup .block-content {
        width: 100%;
    }
    .news-latter-main.exit-intent-popup-main { background:none;}
    .mr-nl-popup-frame, .reveal-modal.medium.mr-nl-popup-frame { max-width:80%;}
    .news-latter-main { background:#f5f5f5;}
    .mr-nl-popup-frame .block-subscribe, .exitintent-popup .block-content { width:100%;}
    .contact-left-inner { width:100%; margin-bottom:10px; padding-right:0px;}
    .contact-text { width:100%;}
    .right-side-promo-banner { font-size:12px;}


    .three-fields .s-name { width:100%;}
    .three-fields .f-name { width:100%;}
    .three-fields .title-box { width:100%;}
    .free-catalog-form .two-fields .one,
    .free-catalog-form .two-fields .two { width:100%;}

    .request-img-right { width:100%; padding:0px 0px 0px; margin-bottom:0px;}
    .request-img-left { width:100%; padding-right:0px;}

    .request-free-catalog-container .medium-4 { width:50%;}
    .request-free-catalog-container .medium-8 { width:50%;}

    .user-credit-link { background:url(https://shopsolutions.co.nz/skin/frontend/intenso/default/images/user-credit.png) center 12px no-repeat; font-size:0px; width:50px; display:block;  }
    .user-credit-link a { font-size:0px; text-indent:-9999px; }
    .smaller .user-credit-link { width:45px; }

    .footer-links { text-align:center; }
    .footer-middle-links .medium-3,
    .footer-middle-links .medium-2 { float:none; display:inline-block; vertical-align:top; }
    .footer-middle-links ul { text-align:left; }
    .request-img1 { width: 100%; }
    .request-img2 { width: 100%; }
    .request-img1 img,
    .request-img2 img { width: 100%; height:auto; }

    .category-products.list .headline.hide-for-small-only { font-size:13px;}

    .half-price-offers ul li { width:25%;}
}
@media(max-width:767px) {
    .cms-index-index .category-images li { width:50%;}
    .category-images.category-images-container li { width:50%;}

    .cms-page-view .cms-pages-categories-container .cms-pages-categories-bottom li,
    .cms-pages-categories-container .cms-pages-categories-bottom li { width:50%;}

    .vice-man-text > h2 { font-size:24px;}
    .vice-man-text-and-form { padding-top:20px;}
    .free-catalog-form .two-fields .one, .free-catalog-form .two-fields .two { padding:5px;}
    .request-free-catalog  { /*margin-bottom:-30px;*/ }
    .testimonials-slider .happy-customers-title, .testimonials-slider .happy-customers-title p { /*font-size:24px; line-height:28px; padding:20px 0px 7px;*/}
    .testimonials-slider .happy-customers-title p span { font-size:38px;}
    .vice-man-text-and-form .vice-man-text p { text-align:justify;}
    .hero h5 { font-size:21px !important;}
    .testimonials-slider .block-testimonial-sidebar { /*padding:80px 0px 70px;*/}
    .homeleftbanner, .homerightbanner { margin-top:20px;}
    .category-images  { padding-top:10px;}
    .cms-index-index .category-images  { padding-top:0px;}

    .hide-for-small-only { display:block !important; }
    .mobile-footer-links.show-for-small-only { display:none !important; }
    .main-footer .by-ngt { font-size:16px; padding-bottom:0px;}
    .footer-links ul { margin:8px 0px;}
    .main-footer .mobile-footer-switch { display:none !important;}
    .bottom-footer .footer-logo { border:0px;}
    .header-contact { text-align:right;}
    .making-life-easier { float:none; vertical-align:top;}
    .any-questions  { float:none; vertical-align:top; text-align:left;}

    .mobile-cart-account { float:left; width:100%; padding:8px 10px; display:block;}
    .mobile-cart-account-inner { background:#01588d; color:#fff; float:left; width:100%; padding:5px 10px;}
    .main-header .mobile-cart-account .icon-cart { margin-top:0px; color:#fff; text-decoration:none;}
    .main-header .mobile-cart-account .icon-user { display:block !important; color:#fff; margin:0px 16px 0px 0px; border-right:1px solid #01b9df; text-decoration:none;}
    .products-grid .layered-nav-container { margin-left:-10px !important;}
    .products-grid .layered-nav-container .price-display { background:none !important;}
    .category-products .item { margin:10px 0px;}
    .products-grid .category-products .item { width:100% !important; }
    .products-grid .category-products { margin-left:0px !important;}
    /*product page*/
    .product-img-box { position:inherit; z-index:99;}
    .product-shop-left { width:100%; padding:15px 0px 0;}
    .product-shop-side.product-shop-right  { width:100%;}
    section.featured-slider { padding:10px;}
    section.featured-slider ol li.item, .category-products .item { }
    .product-description { font-size:13px; line-height:20px;}
    .product-img-box .bx-viewport { height:62px !important;}

    .cart-collaterals .buybox { padding-bottom:10px;}
    .page-title { clear: both; display: inline-block;  margin: 20px 0; position: relative; width: 100%; }
    .postWrapper .postContent .image { width:30%;}
    .postWrapper .postContent .description { width:70%; }

    .crosssell li.item { width:33.3%;}
    .crosssell li.item .product-image img { width:100%;}

    .page-title h2 { font-size:24px;}
    .cms-wrapper p { text-align:left;}
    .cms-page-view .request-free-catalog { margin-top:0px;}
    .cms-page-view h1 { font-size:24px;}
    .products-grid .toolbar .actions { text-align:left; margin-bottom:8px;}
    .catalog-category-view .left-off-canvas-menu { margin-top:0px;}
    .layered-nav #button-price-slider { margin-top:10px;}

    /*menu css*/
    .columns-1-for-medium .menu-left-col { width:100%;}
    .columns-1-for-medium .menu-right-col { width:100%;}
    .top-bar .toggle-topbar.menu-icon { }
    .right-off-canvas-menu { }
    .nav-container .main-nav.expanded .top-bar-section { }
    .nav-container .main-nav .top-bar-section {  }

    .main-nav .title-area .name { display:none !important;}
    .top-bar ul { margin:0px;}
    .nav-container { margin-top:10px;}
    .nav-container .top-bar-section ul li:hover > a,
    .nav-container .top-bar-section ul li ul li:hover a { background:transparent  !important;}
    .header-submenu .menu-left-col ul li { width:100%; padding:10px 15px; border-right:0px;}
    .header-submenu .menu-right-col .submenu-box { width:100%; padding:10px 15px;}
    .header-submenu .menu-right-col .submenu-box:first-child { padding-left:15px;}
    .top-bar-section .left .mega-menu .header-submenu .menu-right-col .submenu-box ul li a { padding:2px 8px !important;}
    .header-submenu .menu-right-col .submenu-box ul li { padding:0px;}
    .main-header .mobile-main-menu { width:100%; background:#01b9df; color:#fff !important; padding:4px 7px 4px 10px; height:auto; border:0px; text-align:left; font-family: 'Roboto Condensed',Arial, sans-serif;font-size:15px; text-transform:uppercase; text-decoration:none; margin-bottom:2px;}
    .main-header .mobile-main-menu:before { color:#fff; font-family:"intenso"; float:right; }
    .mobile-cart-account { display:none;}
    .cms-faqs .page-title { margin-bottom:0px;}

    .billing-agreements, .recurring-profiles,
    .my-account .product-review,
    .tag-customer-index .box,
    .my-tag-edit, .wishlist-index-share .fieldset,
    #wishlist-table, .oauth-customer-token-index .my-account > p,
    .review-customer-index .my-account > p,
    .newsletter-manage-index .my-account > form,
    .downloadable-customer-products .my-account > p,
    .sales-order-history .my-account > p { margin-top:10px;}
    .form-box .buttons-set .button { padding:5px 30px;}
    .my-account #payment_method_chosen + .button { padding:7px;}
    .my-account .buttons-set { clear:both;}
    .mr-nl-popup-frame .block-subscribe, .exitintent-popup .block-content { padding:20px 15px 10px;}
    .news-latter-main.exit-intent-popup-main { background:none;}
    .mr-nl-popup-frame .block-subscribe, .exitintent-popup .block-content { width:100%;}
    .block-testimonial-sidebar .block-content { padding:0px;}
    form#search_mini_form.searchautocomplete div.form-search button.button.header-serach-btn { margin-left:0px;}
    .testimonials-slider .content { font-size:16px;}
    .testimonials-slider .block-testimonial-sidebar { padding:15px 5px;}
    .form-search { width:100%;}
    .cart { margin-top:10px;}

    .cms-faqs .faq-container .faq {  padding-right: 0px; width: 100%;}
    .cms-faqs .faq-container .right-side-banner { width: 100%; margin:20px 0px; }
    .delivery-info-page .delivery-info-left { width:100%; padding-right:0px;}
    .delivery-info-page .right-side-banner { width:100%; }

    .contact-left { width:100%; padding-right:0px;}
    .contact-us .right-side-banner { width:100%;}
    .contact-left-inner { width:100%; padding-right:0px; margin-bottom:15px;}
    .contact-text { width:100%;}
    .cms-faqs .main-header .container, .contacts-index-index .main-header .container,
    .cms-delivery-information .main-header .container { padding-left:10px;}
    .page-title h1 { font-size:18px;}
    .request-img-right { margin-bottom:20px;}
    table tr th,
    table tr td { padding:5px;}
    .cms-page-view table { width:100%;}

    .request-img1 { width: 100%; }
    .request-img2 { width: 100%; }
    .request-img1 img,
    .request-img2 img { width: 100%; height:auto; }
    .top-header form#search_mini_form.searchautocomplete div.form-search button.button.header-serach-btn { display:none;}



    .nav-container .cart-dropdown .arrow-box { width:100% !important; }
    .nav-container .cart-dropdown .arrow-box .mini-products-container { width:100% !important; }
    .cart-dropdown .mini-products-list { width:100%; }
    .top-bar-section li span.hide { display:none !important; }
    .main-nav .top-bar-section .cart-dropdown li:not(.has-form) a:not(.button),
    .main-nav .top-bar-section ul.cart-dropdown  { background:none !important; }

    .main-nav .top-bar-section ul.cart-dropdown  li:hover a.btn-remove { color:inherit !important;}
    .main-nav .top-bar-section ul.cart-dropdown  li a.btn-remove:hover { color:#ea1818 !important;}
    .top-bar-section ul.cart-dropdown li:hover > a,
    .top-bar-section ul li ul.cart-dropdown li:hover a { background:#01b9df !important; }

    .product-sticker .special { top:0px; right:8px; }
    .footer-address .phone { clear:both; }
    .accordion.display-mobile {
        display: block;
        margin-bottom:20px;
    }
    .accordion{
        display: none;
    }

    .catalog-category-view .left-off-canvas-menu .layered-nav { display:block !important; }
    .product-sticker .new { top:0px; }
    .products-grid .category-products .actions .out-of-stock  { top:0px; }

    .layered-nav .layered-nav-select select { color:#01b9df; height:auto; background:none;  border:0px; outline:none;  }
    .layered-nav .layered-nav-select { height:auto; margin-left:0px; }


    /*mobile grid */
    .products-grid .category-products .item { width:48% !important; position:static !important; }
    /*.products-grid .category-products .item:nth-child(2n+2)  { float:right; }
    .products-grid .category-products .item:nth-child(2n+1)  { clear:both;}*/
    .category-products .item-images { width:100%;}
    .products-grid .category-products .actions { width:100%; left:auto; margin:0px 0px 0px !important; }
    .category-products .item-title { left:auto; width:100%;  padding-left:0px; position:static; top:auto; }
    .products-grid .category-products .actions { padding:0px 8px 5px; }
    .category-products .price-box { position:static; padding-left:0px; left:auto; top:auto; }
    /*mobile grid end */

    .cms-page-view .contact-us-top .container { margin-top: 0; }
}
@media(max-width:799px) {
    .top-header .top-right-header .header-ribbon { display:block !important; text-align:left;  }
    .top-header .top-right-header { clear:both; }
    .main-nav .top-bar-section ul.right { display:block !important; }
    .main-nav .top-bar-section .dropdown { margin-left:0px !important; }
    .main-nav .account-dropdown .links-list { padding:0px; }
    .main-nav .account-dropdown .arrow-box { width:100% !important; }
    .main-nav .top-bar-section li.last { margin-bottom:0px; }
    .main-nav .top-bar-section ul.right .dropdown a { padding:5px 10px !important; }
    .nav-container .top-bar-section ul.account-dropdown li:hover > a,
    .nav-container .top-bar-section ul.account-dropdown li:hover a { background:#00b9e0 !important; }    
}
@media(min-width:768px) and (max-width:800px) {
    .product-options dt, .product-options dt .validation-advice,
    .buybox .add-to-cart label, .product-options label {
        font-size: 18px !important;
    }
}
@media(min-width:640px) and (max-width:767px) {
    .main-footer .newsletter-ribbon ul li span { display:block;}
    .main-footer .newsletter-ribbon ul li { font-size:12px;}
    .main-footer .newsletter-ribbon ul li.footer-service { padding-left:65px;}
    .top-header .logo-columns { width:35%;}
    .top-header .header-contact { width:65%;}
    .form-search-box { width:100%;}
    .subcategory-image ul li { width:33.3%;}

    .products-grid .category-products .actions { /*margin-top:-60px; top:-90px; float:left; border:0px;*/ }
    .products-grid .category-products .actions .button  { padding:0px !important; }

    .making-life-easier { width:68px;}
    .any-questions { padding:26px 0 0 5px; font-size:11px;}
    .any-questions .call-number a { font-size:28px; line-height:30px;}
    .newsletter-popup { width:68px; height:68px; margin:15px 0px 0px 8px; float:right;   }
    .top-header .newsletter-popup a { font-size:13px; padding:19px 0px 22px; }
    .request-img-right img:first-child { margin-bottom:12px;}

    .half-price-offers ul li { width:50%;}




}
@media(min-width:641px) and (max-width:799px) {
    .top-bar-section .has-dropdown.moved > .dropdown,
    .top-bar-section .has-dropdown.hover > .dropdown { display: block; }
    .top-bar-section .has-dropdown.moved,
    .top-bar-section .has-dropdown.hover { position: static; }
}
@media(min-width:641px) and (max-width:799px) {
    .top-header .header-search-col { width:100%; }
    .top-header .mobile-main-menu { display:block !important; }
    .inner-wrap { overflow: visible; 	}
    .top-bar-section ul li { width:100%; border-left:0px; }
    .top-bar-section .left li .dropdown { left:100%; top:0px; }
    .nav-container .top-bar-section .has-dropdown:hover > a:after,
    .nav-container .top-bar-section .has-dropdown-for-large:hover > a:after { /*border-color:#fff !important;*/ }
}
@media(min-width:641px) and (max-width:767px) {

    .products-grid .category-products .item .item-content { max-width:300px; margin:0px auto; position:relative; }
    .products-grid .category-products .actions { margin:0px 0px 10px; top:auto; }
    section.featured-slider .actions .add-to-links,
    .category-products .actions .add-to-links,
    .crosssell .actions .add-to-links  { float:left; margin-left:10px; }
    .product-sticker .special { top:8px; right:8px;  }


    .medium-1 { width: 100%; }
    .medium-2 {  width: 100%; }
    .medium-3 { width: 100%;}
    .medium-4 { width: 100%; }
    .medium-5 { width: 100%;}
    .medium-6 { width: 100%; }
    .medium-7 {width: 100%;  }
    .medium-8 { width: 100%; }
    .medium-9 { width: 100%; }
    .medium-10 {   width: 100%; }
    .medium-11 { width: 100%; }
    .medium-12 {  width: 100%; }
    .column,
    .columns {  padding-left: 0.9%;  padding-right: 0.9%;	 }
    .request-img2 { width:46.6%;}
    .request-img1 { width:53.3%; }
    .payment-logo { text-align:center; }
    .footer-middle-links .medium-2,
    .footer-middle-links .medium-3   { width:33.3%; }

    .action-for-medium-up { display:none !important;	}
    .action-for-small-only { display:inline-block !important;}
    .products-grid .toolbar .amount { text-align:left; }



}


@media(max-width:479px) {
    .making-life-easier { width:40%;}
    .any-questions { padding:30px 0px 0px 10px; font-size:12px;}
    .any-questions .call-number a { font-size:32px;}
    .request-free-catalog h3, .cms-page-view .main-container .request-free-catalog h3 { font-size:12px;}
    .cms-index-index .category-images li { width:50%;}
    .category-images.category-images-container li { width:50%; padding:5px !important; }
    .cms-page-view .cms-pages-categories-container .cms-pages-categories-bottom li,
    .cms-pages-categories-container .cms-pages-categories-bottom li { width:100%;}
    .main-footer div, .main-footer p { font-size:11px;}
    .footer-address span label { font-size:11px;}
    .footer-address span em { min-width:16px;}
    section.featured-slider .actions .add-to-links, .category-products .actions .add-to-links { /*width:40px; */ margin-top:0px;}

    .product-img-box .more-views li { width:100% !important; height:60px;}
    .product-img-box .bx-viewport { height:62px !important;}

    .product-more-views-box .bx-wrapper .more-views li.item a {
        display: block;
        width: 60px;
    }
    .product-more-views-box .bx-wrapper .more-views li.item {
        height: 60px;
        width: 73px!important;
    }
    .product-options .input-box-select .chosen-container { min-width:100%;}
    .subcategory-image ul li { width:100%;}
    .subcategory-image ul li img { width:100%;}
    .cart .data-table.cart-table tbody .btn-remove { border:0px; padding:0px; margin:0px;}
    .cart .data-table.cart-table tbody .btn-remove2 {margin-left: 50%}

    .postWrapper .postContent .image { width:100%;}
    .postWrapper .postContent .image img { width:100%;}
    .postWrapper .postContent .image p { margin:0px 0px 5px;}
    .postWrapper .postContent .description { width:100%; padding:15px 0px;}

    .crosssell li.item { width:100%;}
    .create-form-box  { width:100%;}
    .products-grid .category-products .actions { margin-top:-46px; float:left; }
    .products-grid .category-products .actions .button { padding:0px !important; }
    .page-title h2 { font-size:21px;}
    .cms-page-view h1 { font-size:21px;}

    .account-wrapper .left-off-canvas-toggle  { font-size:13px !important;}
    .my-account .form-list label { font-size:13px; margin-right:0px;}
    .my-account .page-title .button { position:inherit; left:auto; right:auto; top:auto; margin-bottom:15px;}
    .my-account #payment_method_chosen { margin-bottom:5px;}
    .my-account #payment_method_chosen + .button { padding:7px;}
    .cms-index-noroute .cms-wrapper h2 { font-size:120px;}
    dialog, .reveal-modal { width:95%; padding:15px;}

    .footer-address .address span { float: left;  margin-right: 3px;  margin-bottom: 8px;}
    .cms-page-view .main-container .faq-container h3,
    .cms-page-view .cms-wrapper .faq-container h3 { font-size:12px;}
    ul.expmenu .header_accon { padding:8px 5px;}

    .making-life-easier { width:68px;}
    .any-questions { padding:26px 0 0 5px; font-size:11px;}
    .any-questions .call-number a { font-size:28px; line-height:30px;}
    .newsletter-popup { width:68px; height:68px; margin:15px 0px 0px 8px; float:right;   }
    .top-header .newsletter-popup a { font-size:13px; padding:20px 0px 22px; }

    .three-fields .s-name { width:100%;}
    .three-fields .f-name { width:100%;}
    .three-fields .title-box { width:100%;}
    .free-catalog-form .two-fields .one,
    .free-catalog-form .two-fields .two { width:100%;}
    .request-your-free-catalog .text { padding:10px 10px; }
    table tr th, table tr td { padding:5px 3px;}
    .product-sticker .special { right:8px; top:0px; padding:0px 3px; }
    .half-price-offers ul li { width:100%;}


    /*mobile grid */
    section.featured-slider .actions .btn-cart:before,
    .category-products .actions .btn-cart:before,
    .crosssell ul .btn-cart:before { font-size:15px;}
    .category-products .link-wishlist:before,
    .category-products .link-compare:before { font-size:13px; }
    .category-products .item-title { font-size:13px; }
    .products-grid .category-products .actions { padding:0 1px 0 8px; }
    section.featured-slider .actions .btn-cart,
    .category-products .actions .btn-cart,
    .crosssell ul .btn-cart { font-size:11px; }

    .product-view .grouped-items-table .modal-notify input { width:165px;}
    .product-view .stock-notification .request-notice span { font-size:16px;}


}
@media(min-width:360px) and (max-width:479px) {
    .product-sticker .special { right:8px; padding:0px 5px; }
    .top-header .logo-columns { width:30%;}
    .top-header .header-contact { width:70%;}
    .making-life-easier { margin-left:0px; max-width:50px; }
    .any-questions { padding:23px 0px 0px 0px; font-size:9px;  }
    .any-questions .call-number a { font-size:24px; }
    .newsletter-popup { margin:15px 0px 0px 3px; height:50px; width:50px; padding:0px;   }
    .top-header .newsletter-popup a { font-size:11px; padding:11px 0px 21px; }

}
@media(max-width:350px) {
    .header-contact { text-align:center; padding-top:15px; }
    .newsletter-popup  { float:none; display:inline-block; vertical-align:top; 	}
    .product-sticker .special { right:0px; }
    .products-grid .category-products .actions .out-of-stock { padding:2px 8px; }
}
@media(max-width:320px) {

    .any-questions .call-number a { font-size:24px;}
    .newsletter-popup { margin-left:0px; }
    .any-questions { font-size:10px; text-align:left; }
    .footer-address span em { display:none; }

}

@media screen and (min-width: 768px) and (max-width: 1279px) {
    .request-free-row .medium-4.columns,
    .request-free-row .medium-8.columns {
        float: none!important; width: 100%!important;
    }
}
@media screen and (min-width: 980px) and (max-width: 1279px) {
    .request-free-row .request-img1 {padding-right: 15px; text-align: left;}
    .request-free-row .request-img2 {padding-left: 15px; text-align: right;}
}
@media screen and (min-width: 768px) and (max-width: 979px) {
    .request-free-row .request-img1,
    .request-free-row .request-img2 {padding: 10px 0 0; text-align: center;}
}

.hidden-desktop {display: none!important;}
@media screen and (min-width: 768px) {
    .main-header .main-logo {width: 217px; height: auto; max-width: none;}

    .we-love-products,
    .category-products {margin: 0 -15px;}
    .we-love-products > li,
    .category-products .item {
        position: relative!important;
        float: left; width: calc(20% - 30px);
        margin: 0 15px 54px!important;
    }
    .category-products .item {
        width: calc(25% - 30px);
    }
    .category-products .item {top: 0!important; left: 0!important; margin-bottom: 29px!important;}
    #ampagination {display: none!important;}

    .my-account {/*padding: 0 0 0 30.4973%;*/ float: right; width: 69.5027%;}
    .my-account .page-title {margin-top: 39px;}
    .block-account .block-content li.show-for-small-only {display: none!important;}
    .request-free-catalog label {font-size: 14px!important;}
    .my-account .box-content a {display: block; margin-top: 15px;}
    .my-account .dashboard .box-head {margin-bottom: 10px!important;}
    .product-view {padding-bottom: 78px;}
    .messages li {font-size: 16px;}
    #reveal-messages {padding-left: 35px; padding-right: 35px;}
}
@media screen and (min-width: 768px) {
    .we-love-products > li:nth-of-type(5n+1) {clear: left;}
    .category-products .item:nth-of-type(4n+1) {clear: left;}
    .products-grid { /*overflow:hidden;*/ }
    #youtube-play {padding: 60px;}
    #shopping-cart-table span.old-price {display: block; margin-top: 12px;}

}
@media screen and (min-width: 800px) {
    .nav-container { position:relative;}
    .main-header.smaller .nav-container {
        position: fixed; top: 0; left: 0; width: 100%; z-index: 999;
        border-bottom: #8EB633 solid 1px; padding: 0;
        height: 50px; background: #FFF;
    }
    .main-header.smaller .top-bar-section > ul > li > a { /*font-size:13px !important;*/}
    .main-header.smaller .main-nav .top-bar-section ul.left {
        float: right!important; width: auto;
    }
    .main-header.smaller .main-logo {margin: 0; max-width: 100%;}
    .main-header.smaller .left-bot-header {
        position: fixed; top: 0;
        background: transparent;
        padding: 4px 0;
        max-width: 111px;
        overflow: hidden;
        height: 49px;
    }
    .main-header.smaller .main-nav .top-bar-section li:not(.has-form) a:not(.button),
    .main-header.smaller .main-nav .top-bar-section ul {
        background: transparent;
    }
    .main-header.smaller .top-bar-section li:not(.has-form) a:not(.button) {
        line-height: 33px;
    }
    .main-header.smaller .top-bar-section .left ul,
    .main-header.smaller .top-bar-section .left .arrow-box {
        padding-top: 0; margin-top: -4px!important;
    }
    .main-header.smaller .top-bar-section .left ul li a {font-size: 20px!important; line-height: normal!important;}
    .main-header.smaller .header-submenu .menu-right-col .submenu-box ul li {padding: 4px 0;}
    .main-header.smaller .top-bar-section .left li .dropdown h3 {font-size: 20px;}
    .main-header.smaller .top-bar-section .left ul,
    .main-header.smaller .top-bar-section .left .arrow-box {min-width: auto;}
    .main-header.smaller .top-bar-section {margin-left: 111px;}
    .main-header.smaller .nav-container .top-bar-section li > a,
    .main-header.smaller .nav-container .top-bar-section .has-dropdown > a {
        padding: 0 12px !important
    }
}
@media screen and (min-width: 1141px) {
    .main-header .account-header {min-width: 141px; text-align: right;}
    #shopping-cart-table th.thunit-price {}
    #shopping-cart-table th.thquantity {width: 250px;}
}
@media screen and (min-width: 1441px) {
    #exitintent-popup, .mr-nl-popup-frame {width: 100%;}
    .cart-table tr td.uni-price {padding-right: 100px;}
    #shopping-cart-table th.thunit-price {padding-right: 65px;}
}
@media screen and (max-width: 1279px) {
    .add-to-cart-success {width: calc(100% - 30px)!important; max-width: calc(100% - 30px);}
    .add-to-cart-success .messages li {font-size: 18px;}
}

@media screen and (min-width: 980px) and (max-width: 1057px) {
    .my-wishlist .buttons-set button {font-size: 19px;}
}

@media screen and (min-width: 768px) and (max-width: 979px) {
    .account-nav-container .block-content .links-list a {font-size: 16px;}
    #wishlist-table .add-to-cart-alt button.button.btn-cart {font-size: 13px; line-height: normal;}
    #wishlist-table thead tr th,
    .my-wishlist table tr th,
    .my-wishlist table tr td {padding: 15px;}
    #wishlist-table textarea,
    #wishlist-table .chosen-container-single .chosen-single {font-size: 13px;}
}

@media screen and (min-width: 768px) and (max-width: 1410px) {
    .container, .home-slider, .home-newarrival, .home-top-viewed, .home-products-we-love {
        padding-left: 30px; padding-right: 30px;
    }
    .cms-static-blocks {padding-left: 15px; padding-right: 15px;}
}
/*small screen of desktop*/
@media screen and (min-width: 1141px) and (max-width: 1410px) {
    .top-bar-section .left ul li a,
    .top-bar-section .left li .dropdown h3,
    .nav-container .top-bar-section > ul > li > a,
    .nav-container .top-bar-section ul.right li > a {
        font-size: 17px!important;
    }
    .main-header.smaller .top-bar-section > ul > li > a,
    .main-header.smaller .top-bar-section .left ul li a,
    .main-header.smaller .top-bar-section .left li .dropdown h3 {
        font-size: 15px!important;
    }
}
@media screen and (min-width: 1141px) and (max-width: 1440px) {
    .cart-table tr td.uni-price {padding-right: 45px;}
}

/*tablet*/
@media screen and (min-width: 768px) and (max-width: 1140px) {
    .top-bar-section .left ul li a,
    .top-bar-section .left li .dropdown h3,
    .nav-container .top-bar-section > ul > li > a,
    .nav-container .top-bar-section ul.right li > a {
        font-size: 13px!important;
    }
    .main-header.smaller .top-bar-section > ul > li > a,
    .main-header.smaller .top-bar-section .left ul li a,
    .main-header.smaller .top-bar-section .left li .dropdown h3 {
        font-size: 13px!important;
    }
    .main-header.smaller .nav-container .top-bar-section li > a,
    .main-header.smaller .nav-container .top-bar-section .has-dropdown > a {
        padding: 0 6px!important;
    }
    .main-header .newsletter-popup a::before {top: 2px;}
    .main-header .top-head, .search-autocomplete ul li,
    .form-search-box .price-box .price,
    .main-footer div, .main-footer p,
    .item-images .price-box .old-price .price,
    table tr td, table#my-orders-table tr td h3 {font-size: 14px;}
    .grouped-items-table-wrapper .grouped-items-table .price-box .price {
        font-size: 16px;
    }
    .header-minicart .cart-dropdown .cart-empty,
    .cart-dropdown .mini-products-list .item-details .item-name a,
    .cart-dropdown .mini-products-list .item-price .price,
    .cart-dropdown .mini-products-list .item-price .quantity {font-size: 15px;}
    .form-search .input-text,
    #search_autocomplete .all a,
    .footer-top .input-text,
    .home-newsletter .input-text,
    .item-info .item-title a,
    .header-minicart .cart-dropdown .dropdown-title,
    .header-minicart .cart-dropdown .subtotal,
    .header-minicart .cart-dropdown .subtotal .price {font-size: 16px;}
    .freeship-notice,
    .footer-main-right .callus-text-footer,
    .item-images .price-box .price,
    .cms-static-blocks.two-columns .small-12.medium-6.columns a,
    table tr th,
    table#wishlist-table tr th,
    table#my-orders-table tr th {font-size: 18px;}
    table tr th {line-height: normal;}

    .searchautocomlete-image {width: 85px;}

    .home-newarrival .new-arrival-title,
    .home-top-viewed .top-viewd-title,
    .home-products-we-love .top-viewd-title,
    .crosssell h2,
    .cart h1,
    .half-price h2,
    .news-latter-main .block-title, .featured-slider h3, .featured-slider-mobile h3,
    .featured-slider-product h3,
    .page-title h1, .page-title h2,
    .login-title h1, .account-forgotpassword h1, .account-create h1,
    .account-logout h1 {font-size: 30px;}
    .news-latter-main .block-title {line-height: 40px;}

    .featured-slider-product {padding-bottom: 30px;}

    .footer-newsletter-subscribe,
    .footer-search label,
    .homepage-newsletter-subscribe {font-size: 26px;}
    .footer-newsletter-subscribe,
    .footer-search label {height: 68px; margin-bottom: 5px;}
    .footer-main-right .footer-digit,
    .footer-main-right .footer-digit a {font-size: 35px}

    .cms-static-blocks.two-columns .small-12.medium-6.columns span {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 26px;
    }

    .tag-label {
        font-size: 14px;
        height: 33px;
        line-height: 31px;
        padding: 0 8px;
    }

    .cart-table tr td.uni-price {padding-right: 30px;}

    .cms-static-blocks.two-columns .small-12.medium-6.columns span {
        font-size: 30px; line-height: 40px;
    }
}


@media screen and (min-width: 800px) and (max-width: 979px) {

    .nav-container .top-bar-section > ul > li.level0 > a {
        padding: 0 8px !important;
    }
    .main-header.smaller .top-bar-section > ul > li > a,
    .main-header.smaller .top-bar-section .left ul li a,
    .main-header.smaller .top-bar-section .left li .dropdown h3 {
        font-size: 10px !important;
    }

    .nav-container .top-bar-section > ul > li.level0 > a { font-size:12px !important; padding:0px 3px !important;}
    .nav-container .top-bar-section ul.left { padding-left:0px;}
    .nav-container .top-bar-section .has-dropdown > a:after { display:none;}

}
@media screen and (min-width: 768px) and (max-width: 979px) {
    button, .button,
    .product-shop-side .add-to-links .link-wishlist,
    .product-shop-side .add-to-links .link-compare {
        font-size: 18px;
        height: 50px; line-height: 50px;
    }
    button {line-height: normal;}
    .main-header .top-head {font-size: 13px; /*width: 120px;*/}
    .main-header .newsletter-popup a {padding-left: 30px;}
    .main-header .newsletter-popup a::before,
    .form-search .input-text,
    #search_autocomplete .all a,
    .footer-top .input-text,
    .home-newsletter .input-text,
    .header-minicart .cart-dropdown .dropdown-title,
    .header-minicart .cart-dropdown .subtotal,
    .header-minicart .cart-dropdown .subtotal .price {font-size: 14px;}
    .form-search .input-text {
        height: 48px; padding-right: 53px; padding-left: 18px!important;
    }
    form#search_mini_form.searchautocomplete div.form-search button.search-icon {
        width: 53px; height: 50px;
    }
    form#search_mini_form.searchautocomplete div.form-search button.search-icon::before {
        font-size: 24px;
        top: 5px; right: 12px;
    }
    .searchautocomplete .searchautocomplete-loader {top: 10px;}

    .header-minicart {
        width: 100%;
        height: 50px;
        line-height: 50px;
    }
    .header-minicart #minicart-control {font-size: 18px;}
    .header-minicart #minicart-control .icon-new-cart {
        font-size: 24px; margin-right: 15px;
    }
    .main-header .right-bot-header {padding-left: 15px;}

    .cart .btn-proceed-checkout {min-width: 0;}
    .footer-top .input-text, .home-newsletter .input-text {height: 50px; line-height: 50px;}
    .main-footer div, .main-footer p {font-size: 12px;}
    .footer-bottom .copy-right {margin-top: 23px;}

    .item-info .item-title a,
    .item-info .item-title a,
    .item-info .product-name a {font-size: 15px; line-height: normal;}
    .item-images .price-box .price,
    .item-info .price-box .price,
    .item-content .price-box .price {font-size: 16px;}
    .item-images .price-box .old-price .price,
    .item-info .price-box .old-price .price,
    .item-content .price-box .old-price .price {font-size: 14px;}
    .bx-controls .bx-prev, .bx-controls .bx-next,
    .orbit-container .orbit-prev, .orbit-container .orbit-next,
    .featured-prev, .featured-next {
        height: 35px;
        top: 20%;
        transform: translateY(-20%);
    }
    .bx-controls .bx-prev::before,
    .bx-controls .bx-next::before,
    .orbit-container .orbit-prev::before,
    .orbit-container .orbit-next::before,
    .featured-prev:before, .featured-next:before {font-size: 35px;}
    .bx-controls .bx-prev::before,
    .orbit-container .orbit-prev::before,
    .featured-prev:before {left: -8px;}
    .bx-controls .bx-next::before,
    .orbit-container .orbit-next::before,
    .featured-next:before {right: -8px;}

    .tag-label {
        font-size: 10px;
        height: 23px;
        line-height: 21px;
        padding: 0 5px;
        border-radius: 10px;
    }

    .cart .data-table.cart-table h2,
    .cart .data-table.cart-table h2 a {font-size: 18px;}
    .cart-table tr td .item-options,
    .cart .data-table.cart-table .btn-edit,
    .cart .data-table.cart-table .btn-remove {font-size: 14px;}
    .cart-table .product-image img {width: 120px;}
    .cart-table tr td .btn-remove {bottom: 4px}
    table tr th, table tr td {padding-top: 10px; padding-bottom: 10px;}

    .cart-actions-right {
        float: right; clear: right;
        margin-top: 30px;
    }
    .cart-actions-left, .cart-actions-center, .cart-actions-right {
        width: calc(50% - 15px) !important;
    }
    .cart-actions-center {float: right; margin: 0; padding-right: 0;}
    .cart .link-continue {font-size: 18px;}
    .cart .link-continue::before {font-size: 12px;}
    .cart-collaterals .cart-newsletter-popup {font-size: 14px;}
    .cart #shopping-cart-totals-table tfoot tr td,
    .cart #shopping-cart-totals-table tfoot .price {font-size: 20px;}
    .cart #shopping-cart-totals-table tfoot tr td .c-small {font-size: 17px;}

    .cms-static-blocks.two-columns .small-12.medium-6.columns span {
        font-size: 20px;
        line-height: 30px;
    }

    .cms-static-blocks.two-columns .small-12.medium-6.columns a {font-size: 14px; padding-bottom: 8px;}
}

/*header for mobile*/
.nav-container .account-header-mobile,
.nav-container .phone-number,
.main-header .right-bot-header #open-menu-mobile {display: none;}

.right-off-canvas-menu {
    -webkit-backface-visibility: hidden;
    position: absolute;
    top: 0; bottom: 0; right: 0;
    width: 79.375%; z-index: 1001;
    overflow-y: auto; background: #FFF;
    /*box-sizing: border-box; padding: 0 20px!important;*/
    -webkit-transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}
.move-left > .inner-wrap {
    -webkit-transform: translate3d(-79.375%, 0, 0);
    -moz-transform: translate3d(-79.375%, 0, 0);
    -ms-transform: translate3d(-79.375%, 0, 0);
    -o-transform: translate3d(-79.375%, 0, 0);
    transform: translate3d(-79.375%, 0, 0);
}
.move-left a.exit-off-canvas {
    -webkit-backface-visibility: hidden;
    transition: background 300ms ease;
    cursor: pointer;
    box-shadow: -2px 0 4px rgba(0, 0, 0, 0.2), 2px 0 4px rgba(0, 0, 0, 0.2);
    display: block;
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1002;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.csstransforms.no-csstransforms3d .right-off-canvas-menu {
    -webkit-transform: translate(100%, 0);
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    transform: translate(100%, 0); }
.csstransforms.no-csstransforms3d .move-left > .inner-wrap {
    -webkit-transform: translate(-79.375%, 0);
    -moz-transform: translate(-79.375%, 0);
    -ms-transform: translate(-79.375%, 0);
    -o-transform: translate(-79.375%, 0);
    transform: translate(-79.375%, 0);
}
.no-csstransforms .right-off-canvas-menu {right: -79.375%; }
.no-csstransforms .move-left > .inner-wrap {right: 79.375%;}

.catalogsearch-result-index .category-information {/*margin-bottom: 25px;*/ margin-bottom: 0;}
.catalogsearch-result-index .products-grid .toolbar {border: none;}
.catalogsearch-result-index .category-products .item:nth-of-type(4n+1) {clear: none;}
.catalogsearch-result-index .category-products {margin-left: -15px; margin-right: -15px;}

@media screen and (min-width: 1024px) {
    .catalogsearch-result-index .category-products .item:nth-of-type(5n+1) {clear: left;}
    .catalogsearch-result-index .category-products .item {width: calc(20% - 30px)!important;}
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
    .catalogsearch-result-index .category-products .item {width: calc(25% - 30px)!important;}
    .catalogsearch-result-index .category-products .item:nth-of-type(4n+1) {clear: left;}
}
@media screen and (max-width: 767px){
    table tr th {font-size: 13px;}
    .catalogsearch-result-index .category-products {margin-left: -10px; margin-right: -10px;}
    .catalogsearch-result-index .category-products .item-images img {
        width: 100%;
        height: auto;
    }
}
    @media screen and (max-width: 799px) {
    .main-header .bot-header {height: auto;}

    .nav-container {margin: 0; padding: 0;}

    .main-logo-small {margin: 10px 0 0; width: 104px; height: auto;}

    .main-header .center-bot-header {
        float: none; width: 100%; margin: 0;
        clear: both; padding: 13px 0;
    }

    .top-bar-section .dropdown {width: 100%; margin-top: 0;}
    .top-bar-section .has-dropdown.hover {position: static;}

    .welcome-customer span {display: block; color: #F0A901; margin-top: 7px;}
    .form-search .input-text {
        font-size: 13px;
        height: 32px;
        padding-left: 10px !important;
        padding-right: 37px;
    }
    form#search_mini_form.searchautocomplete div.form-search button.search-icon {
        width: 37px; height: 32px;
    }
    form#search_mini_form.searchautocomplete div.form-search button.search-icon::before {
        font-size: 16px;
        top: -3px; right: 10px;
    }

    .main-header .right-bot-header {margin: 18px 0 0 0;}

    .top-bar .toggle-topbar {display: none!important;}

    .nav-container .account-header-mobile,
    .nav-container .phone-number,
    .main-header .right-bot-header #open-menu-mobile {display: block;}
    .main-header .top-head {display: none;}
    .main-header .left-bot-header, .main-header .right-bot-header {width: auto;}
    #open-menu-mobile {
        position: relative; top: 5px;
        float: right; width: 26px; height: 16px;
        margin-left: 20px;
    }
    #open-menu-mobile:after {
        /*box-shadow: 0 10px 0 1px #0B2A49, 0 16px 0 1px #0B2A49, 0 22px 0 1px #0B2A49;*/
        box-shadow: 0 10px 0 1px #1D548C, 0 17px 0 1px #1D548C, 0 24px 0 1px #1D548C;
        content: "";
        position: absolute;
        top: -9px; right: 1px;
        display: block;
        width: 24px; height: 0;
    }
    .off-canvas-wrap.move-left #open-menu-mobile {display: none;}
    .top-bar.opened-second .account-header-mobile,
    .top-bar.opened-second section.phone-number{
        display: none;
    }
    .top-bar-section .has-dropdown .level0.dropdown {
        position: absolute;
        top: 0; bottom: 0;
        left: 200% !important;
        width: 100%;
        transition: all 500ms ease-in-out 0ms;
    }
    .top-bar-section .has-dropdown.moved .level0.dropdown,
    .top-bar-section .has-dropdown.hover .level0.dropdown {
        left: 100% !important; transform: translateX(0);
        display: block;
    }
    .top-bar-section .has-dropdown.moved .dropdown .back h5 > a::before,
    .top-bar-section .has-dropdown.moved .dropdown .back h5 > a::after,
    .top-bar-section .has-dropdown.hover .dropdown .back h5 > a::before,
    .top-bar-section .has-dropdown.hover .dropdown .back h5 > a::after {
        left: 23px!important;
    }
    .top-bar-section, .top-bar .account-header-mobile {padding: 0 20px;}
    .top-bar-section ul {
        padding-right: 0 !important;
        margin-left: 0;
    }
    .top-bar-section .has-dropdown-for-large > a:after {
        content: none;
    }
    .top-bar-section > ul > li {
        float: none; display: block; width: 100%;
        border: none;
        padding: 0;
    }
    .top-bar-section ul li {text-align: left;}
    .top-bar-section li.active:not(.has-form) a:not(.button) {color: #1D548C;}
    .nav-container .top-bar-section li a,
    .top-bar-section .left li .dropdown h3 {
        font-family: 'OpenSans-Bold', Arial, sans-serif;
        font-size: 13px!important; text-transform: uppercase; letter-spacing: -0.03em;
        line-height: normal; text-align: left;
    }
    .nav-container .top-bar-section li > a,
    .top-bar .account-header-mobile .inner,
    .top-bar-section .back h5 a {
        border-bottom: #EAEFF4 solid 1px;
        border-right: none;
    }
    .nav-container .top-bar-section li:last-child > a,
    .nav-container .top-bar-section li.last > a {border: none;}
    .nav-container .top-bar-section li > a::after {display: block;}
    .top-bar-section .has-dropdown > a::before,
    .top-bar-section .has-dropdown > a::after {
        right: 0;
        color: #BBCBDC!important;
        border-right-width: 1px!important;
    }
    .nav-container .top-bar-section li > a,
    .nav-container .top-bar-section .has-dropdown > a,
    .top-bar-section .back h5 a {
        padding: 8px 13px 9px 0!important;
    }
    .top-bar-section .arrow-box {background: #FFF;}
    .header-submenu .menu-right-col .submenu-box:first-child,
    .header-submenu .menu-right-col .submenu-box {padding: 0;}
    .main-nav .top-bar-section ul li#Sale .back h5 a,
    .top-bar-section .back h5 a {
        color: #BBCBDC !important;
    }
    .top-bar-section .back h5 a {
        margin: 0!important;
        padding: 19px 17px 12px!important;
    }
    .top-bar-section .dropdown li.title,
    .top-bar-section .dropdown div.header-submenu {
        margin-bottom: 8px;
        padding: 0 20px;
    }
    .top-bar-section .dropdown div.header-submenu {margin-bottom: 0;}
    .top-bar-section .back h5 > a::before,
    .top-bar-section .back h5 > a::after {
        top: 32px; left: 3px;
        display: block; height: 10px;
        border-right-width: 1px!important;
        color: #BBCBDC!important; margin-top: -8px;
    }
    .top-bar-section .back h5 > a {line-height: 29px!important;}

    .top-bar-section .back h5 > a::after {margin-top: -1px;}

    .top-bar-section .left li .dropdown h3 {margin-bottom: 5px;}

    .top-bar .btn-close {
        position: absolute; z-index: 100;
        top: 18px; right: 23px;
        margin: 0; color: #1D548C;
        font-size: 22px; cursor: pointer;
    }
    .top-bar .account-header-mobile {
        padding-top: 12px;
        font-family: 'OpenSans-Bold', Arial, sans-serif;
        font-size: 13px; color: #1D548C;
        letter-spacing: -0.03em; margin-bottom: 8px;
    }
    .top-bar .account-header-mobile .inner {
        /*padding: 16px 30px 18px 0;*/
        padding: 1px 30px 12px 0; min-height: 49px;
    }
    .top-bar .account-header-mobile .customer-action:before {
        font-family: 'intenso' !important;
        content: "\e90f"; font-size: 26px;
        color: #F0A901; margin-right: 10px;
        position: relative;
        display: inline-block;
    }

    .top-bar .account-header-mobile .customer-action a.link-login-mobile {
        display: inline-block;
        line-height: 16px;
    }

    .top-bar .phone-number {
        /*background: #EAEFF4;*/
        background: #F3F8EA;
        text-align: center; padding: 17px 0;
        margin-top: 33px;
    }
    .top-bar .phone-number p {
        display: inline-block;  margin: 0 auto; min-width: 150px;
        font-family: 'OpenSans-Bold', Arial, sans-serif;
        font-size: 13px; color: #1D548C;
        line-height: 40px; letter-spacing: -0.03em;
        white-space: nowrap; padding: 0 10px;
        background: #FFF; border: #BBCBDC solid 1px;
    }

    .header-minicart {
        background: transparent;
        float: right;
        width: auto; height: auto;
        line-height: normal;
        padding: 0 6px 0 4px;
    }
    .header-minicart #minicart-control {
        position: relative;
        color: #3E73A0; font-size: 12px;
    }
    .header-minicart .mb-hidden {display: none;}
    .header-minicart #minicart-control .icon-new-cart {
        font-size: 25px; color: #F0A901;
        top: 0; margin-right: 0;
    }
    .header-minicart #minicart-control .sup {
        position: absolute; top: -5px; right: -6px;
        display: block;
        min-width: 16px; height: 16px; line-height: 14px;
        background: #FFF; text-align: center;
        border: #F0A901 solid 1px; border-radius: 8px;
        padding: 0 3px; margin: 0;
    }

    .freeship-notice {font-size: 13px; padding: 14px 20px; height: 41px!important;}
    .freeship-notice > ul > li {height: 41px!important; line-height: 41px;}

    .header-minicart .cart-dropdown {
        top: 100%; width: 320px;
        right: -46px!important;
        margin: 0!important;
        padding: 15px 0 0;
        z-index: 5; max-width: 320px;
    }
    .header-minicart .cart-dropdown .cart-empty {font-size: 13px!important;}
    .header-minicart .cart-dropdown .arrow-box {padding: 20px; width: auto!important;}
    .header-minicart .cart-dropdown .dropdown-title {font-size: 14px; padding: 0 0 3px; width: auto!important;}
    .cart-dropdown .mini-products-list .item-details {width: 120px;}
    .cart-dropdown .mini-products-container {width: auto!important;}
    .cart-dropdown .mini-products-list .item-details .item-name,
    .cart-dropdown .mini-products-list .item-details .item-name a {line-height: 18px;}
    .cart-dropdown .mini-products-list .item-details .item-name a {font-size: 13px; letter-spacing: -0.02em;}
    .cart-dropdown .mini-products-list .item-price .price {font-size: 14px;}
    .cart-dropdown .mini-products-list .item-price .quantity {font-size: 13px;}
    .cart-dropdown .mini-products-list .product-attr.x-small span {display: none;}
    .header-minicart .cart-dropdown .bg-box {padding: 8px 6px;}
    .header-minicart .cart-dropdown .subtotal,
    .header-minicart .cart-dropdown .subtotal .price {font-size: 16px; line-height: 30px;}
    .cart-dropdown li a.button.viewcart.sign-in {
        font-size: 13px; height: auto!important; line-height: normal;
        padding: 14px 6px!important;
    }
    .main-nav .top-bar-section ul li#Sale a {color: #1D548C!important;}

    .searchautocomplete .searchautocomplete-loader {width: 25px; height: 25px; top: 3px; right: -20px;}
    .search-autocomplete {padding: 15px;}
    .searchautocomlete-image {width: 75px; margin: 0 15px 0 0;}
    .search-autocomplete ul li {font-size: 13px; line-height: normal;}
    #search_autocomplete .all a,
    .form-search-box .price-box .price {font-size: 14px;}
    .search-autocomplete ul li {margin: 0 0 15px;}

    .icon-new-cart::before {
        content: "\e910";
    }

    .header-submenu .menu-right-col .submenu-box ul li {padding: 0;}

}/*end header mobile*/

@media screen and (max-width: 320px) {
    .header-minicart .cart-dropdown {right: -66px!important;}
}
.mobile {display: none;}
/*mobile*/
@media screen and (max-width: 767px) {
    body, p {font-size: 13px;}
    .hidden-mobile, .desktop {display: none!important;}
    .hidden-desktop, .mobile {display: block!important;}

    button, .button,
    .product-shop-side .add-to-links .link-wishlist,
    .product-shop-side .add-to-links .link-compare {
        font-size: 13px;
        height: 48px; line-height: normal;
    }
    a.button {line-height: 46px;}

    .container {padding: 0 10px;}

    .cms-wrapper {padding-top: 10px;}

    .home-slider {padding: 0;}
    .container,
    .home-newarrival,
    .home-top-viewed,
    .home-products-we-love {padding: 0 20px;}

    .cart .btn-proceed-checkout {min-width: 0;}

    .home-newsletter,
    .footer-top::before,
    .footer-search {display: none;}
    .footer-top {
        background: url(https://shopsolutions.co.nz/skin/frontend/intenso/default/images/halftone-pat.jpg) 0 0 repeat;
        padding: 33px 0 37px;
    }
    .footer-newsletter-subscribe,
    .footer-search label,
    .homepage-newsletter-subscribe {
        font-size: 14px!important; height: auto;
        margin-bottom: 16px!important;
    }
    .footer-newsletter {
        float: none; width: 100%; padding: 0;
    }
    .footer-top .input-text,
    .home-newsletter .input-text {
        font-size: 12px;
        height: 40px;
        padding-left: 14px;
    }
    .footer-top button,
    .home-newsletter button {
        height: 40px;
        font-size: 10px; min-width: 70px;
    }
    .footer-main-left {
        float: none; width: 100%;
        font-size: 13px;
        margin: 0;
        border-bottom: #BBCBDC solid 1px;
    }
    .footer-main-center,
    .footer-main-right {
        position: static;
        left: 0; top: 0;
        transform: translate(0, 0);
    }
    .footer-main-center {
        float: left; width: 77px; height: auto;
        margin: 12px 0 20px 6px;
    }
    .footer-main-right {
        float: right; text-align: center;
        padding: 35px 23px 0 0;
    }
    .footer-main-right .callus-text-footer {
        font-size: 11px; letter-spacing: 0.03em;
        margin-bottom: 5px;
    }
    .footer-main-right .footer-digit, .footer-main-right .footer-digit a {
        font-size: 24px; letter-spacing: 0.03em;
    }
    .footer-bottom {
        border-top: none;
        font-size: 12px;
        padding: 0;
    }
    .footer-bottom .f-inner {
        border-top: 1px solid #bbcbdc;
        padding: 33px 0 16px;
    }
    .footer-bottom .copy-right,
    .footer-bottom .footer-payment-text,
    .footer-bottom .footer-payment-logo,
    .footer-main-left .column {
        float: none; width: 100%;
        text-align: center; margin: 0;
    }
    .footer-bottom .copy-right p {
        font-size: 13px!important;
    }
    .footer-bottom .footer-payment-logo {
        margin: 14px 0 33px;
    }
    .footer-payment-logo img {
        max-width: 260px;
    }
    .footer-main-left {
        padding: 14px 0 10px;
    }
    .footer-main-left .column {text-align: left; margin: 8px 0;}
    .footer-main-left .column li {
        padding-left: 12px; padding-right: 20px;
    }
    .footer-main-left .title {
        position: relative;
    }
    .footer-main-left .title,
    .footer-main-left .title a {color: #1D548C;}
    .footer-main-left .title > a {font-size: 13px!important;}
    .footer-main-left .title:before {
        font-family: 'intenso'!important;
        content: "\e90d";
        font-size: 20px; color: #BBCBDC;
        position: absolute; top: -5px; right: -3px;
        transition: all 300ms ease;
    }
    .footer-main-left .title.expand:before {
        -ms-transform: rotate(90deg); /* IE 9 */
        -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
        transform: rotate(90deg);
    }
    .footer-main-left .sub-col {margin: 0;}
    .footer-main-left .title .sub-col li {padding: 3px 20px 3px 0;}
    .footer-main-left .title .sub-col li,
    .footer-main-left .title .sub-col li a {
        font-family: 'OpenSans', Arial, sans-serif;
        color: #0B2A49;
        text-transform: none;
    }
    .back-to-top-container {
        /*display: none!important;*/
    }
    .home-newarrival .new-arrival-title,
    .home-top-viewed .top-viewd-title,
    .home-products-we-love .top-viewd-title,
    .crosssell h2,
    .cart h1,
    .half-price h2,
    .featured-slider h3,
    .featured-slider-mobile h3,
    .featured-slider-product h3,
    .one-step-checkout h1.checkout_header,
    .page-title h1, .page-title h2,
    .login-title h1, .account-forgotpassword h1, .account-create h1,
    .account-logout h1 {
        font-size: 18px;
        line-height: normal;
        margin: 0 0 16px;
    }

    .cms-static-blocks.two-columns,
    .cms-static-blocks.three-columns {padding: 0;}
    .cms-static-blocks.two-columns .small-12.medium-6.columns {
        padding: 0 20px;
        margin-bottom: 15px;
    }
    .cms-static-blocks.two-columns .small-12.medium-6.columns::before {
        left: 20px; right: 20px;
    }
    .cms-static-blocks.two-columns .small-12.medium-6.columns span {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 8px;
    }
    .cms-static-blocks.two-columns .small-12.medium-6.columns a {
        font-size: 12px;
        padding-bottom: 2px;
    }

    .cms-static-blocks.three-columns {margin-bottom: 31px;}
    .cms-static-blocks.three-columns > .container {padding-left: 10px; padding-right: 10px; overflow: hidden;}
    .cms-static-blocks.three-columns .small-12.medium-4.columns {
        float: left; width: 50%;
        padding: 0 10px;
    }
    .cms-static-blocks.three-columns .small-12.medium-4.columns.column-right {display: none;}

    .bx-controls .bx-prev,
    .bx-controls .bx-next,
    .orbit-container .orbit-prev,
    .orbit-container .orbit-next,
    .featured-prev, .featured-next {
        top: 30%; transform: translateY(-30%);
    }
    .bx-controls .bx-prev {left: -18px;}
    .bx-controls .bx-next {right: -18px;}
    .bx-controls .bx-prev::before,
    .bx-controls .bx-next::before,
    .orbit-container .orbit-prev::before,
    .orbit-container .orbit-next::before,
    .featured-prev:before, .featured-next:before {
        top: 13px;
        font-size: 28px;
    }
    .bx-controls .bx-prev::before,
    .orbit-container .orbit-prev::before,
    .featured-prev:before {
        left: 2px;
    }
    .bx-controls .bx-next::before,
    .orbit-container .orbit-next::before,
    .featured-next:before {
        right: 2px;
    }
    .bx-wrapper {padding: 0;}

    .home-products-we-love .top-viewd-title,
    section.featured-slider h3, .featured-slider-mobile h3, .featured-slider-product h3 {
        border-top: none; padding-top: 20px;
    }
    .home-slider {padding-bottom: 0px;}
    .home-slider .orbit-prev,
    .home-slider .orbit-next {display: none!important;}

    .home-slider .hero-text {height: 47px!important;}

    .orbit-bullets-container {
        position: absolute!important;
        bottom: 15px!important;
    }

    .home-products-we-love {padding-bottom: 27px;}

    .item-info .item-title,
    .item-info .item-title a,
    .item-info .item-title a span,
    .item-info .product-name a,
    .item-info .product-name a span {
        font-size: 13px!important; line-height: 18px!important;
    }
    .item-images .price-box .price,
    .item-info .price-box .price,
    .item-content .price-box .price {
        font-size: 14px!important;
    }
    .item-images .price-box .old-price .price,
    .item-info .price-box .old-price .price,
    .item-content .price-box .old-price .price {
        font-size: 11px!important;
    }
    .item-info .item-title,
    .item-info .product-name {
        margin: 7px 0 -3px;
        text-align: left;
        line-height: 18px;
    }

    .tag-label {
        top: 7px; right: 7px;
        font-family: 'OpenSans-Semibold', Arial, sans-serif;
        font-size: 10px;
        padding: 0 5px;
        height: 20px; line-height: 18px;
        border-radius: 9px;
    }

    #exitintent-popup, .mr-nl-popup-frame {width: 100%; border: none;}
    .news-latter-main {padding: 51px 20px;}
    .mr-nl-popup-frame .block-subscribe,
    .exitintent-popup .block-content {padding: 0;}
    .news-latter-main .news-latter-name {float: none; width: 100%;}
    .news-latter-main .block-title {
        font-size: 14px;
        letter-spacing: -0.01em;
        line-height: 18px;
        margin: 0 0 22px;
    }
    .news-latter-main .news-latter-name.lastname-box,
    .news-latter-main .news-latter-name.firstname-box {
        padding: 0;
    }
    .news-latter-main .close.close-reveal-modal,
    dialog .close-reveal-modal,
    .reveal-modal .close-reveal-modal{
        font-size: 10px;
        top: 16px; right: 11px;
        width: 30px; height: 30px; line-height: 30px;
    }

    #reveal-messages .modal-action a.button {
        line-height: normal!important; height: auto!important;
        padding-top: 14px!important; padding-bottom: 14px!important;
    }
    .messages li {font-size: 13px;}
    #reveal-messages  .messages li:first-child {
        margin: 30px 0 0 !important;
    }
    .news-latter-main .news-latter-text {display: none; font-size: 13px;}
    .news-latter-main .news-latter-name.firstname-box {margin-bottom: 10px;}
    .exitintent-popup .newsletter-subscribe-form button {margin-top: 24px;}
    .mr-nl-popup-frame .news-latter-main button {margin-bottom: 29px;}

    .mr-nl-popup-frame {margin: 0;}
    .news-latter-main input[type="checkbox"] + label,
    .news-latter-main input[type="radio"] + label {font-size: 13px;}

    .cart-title .btn-proceed-checkout,
    .cart .data-table.cart-table thead {display: none;}
    .cart .cart-title h1 {float: none; width: 100%; text-align: center!important;  margin: 23px 0 0!important;}
    .cart .data-table.cart-table h2,
    .cart .data-table.cart-table h2 a,
    .cart .data-table.cart-table .btn-edit,
    .cart .data-table.cart-table .btn-remove{
        font-size: 13px; line-height: 18px;
    }
    .cart .data-table.cart-table .btn-edit, .cart .data-table.cart-table .btn-remove {
        color: #0B2A49; letter-spacing: -0.02em;
    }
    .cart-table tr td, .cart-table p {font-size: 13px;}
    .cart-table tr td .btn-remove {bottom: auto; top: 24px; right: 10px; text-align: right;}
    .cart-table .cart-price .price {font-size: 14px;}
    .cart-table .item-actions {position: relative; margin-top: 14px;}
    .cart-table p, .cart-table tr td .item-options {line-height: normal;}
    .cart-table .item-msg.notice {margin-bottom: 12px;}
    .cart-table h2.product-name {margin-bottom: 4px; margin-top: -3px;}
    .cart-table tr th, .cart-table tr td {padding: 10px 0;}
    .cart-table .c-inner {padding-left: 10px;}
    .cart-table .product-image img {width: 120px; height: auto;}
    .cart-table .qty-wrapper button {
        width: 68px; height: 43px; font-size: 13px; line-height: normal; margin: 3px 0 0;
    }
    .qty-input input[type="text"],
    #qty-wrapper input[type="text"] {
        font-family: 'OpenSans-Bold', Arial, sans-serif;
        color: #1D548C; /*font-size: 13px;*/ font-size: 16px;
        /*width: calc(100% - 26px);*/ background: #FFF; width: 100%;
    }
    .qty-input::before,
    #qty-wrapper:before {width: 25px;}
    .qty-input::after,
    #qty-wrapper:after {font-size: 21px; right: 5px;}
    .qty-input,
    #qty-wrapper {width: 68px; height: 43px;}
    .cart-table .qty-wrapper .qty-input {margin: 0;}
    .qty-input a.down, .qty-input a.up,
    #qty-wrapper .qty-plus, #qty-wrapper .qty-minus {width: 25px;}

    .qty-input::before,
    #qty-wrapper:before,
    .qty-input::after,
    #qty-wrapper:after,
    .qty-input a.down, .qty-input a.up,
    #qty-wrapper .qty-plus, #qty-wrapper .qty-minus {display: none;}

    .cart-title {padding-bottom: 0;}
    .cart .cart-title h1 {margin-top: 8px!important;}
    .cart-actions-left, .cart-actions-center, .cart-actions-right {float: none; width: 100%!important;}
    .cart-collaterals {border: none; margin-bottom: 0; padding: 0;}
    .cart-actions-left {text-align: center; margin-bottom: 38px;}
    .cart .link-continue {font-size: 13px; letter-spacing: 0; line-height: 30px;}
    .cart .link-continue::before {top: 4px; font-size: 20px; margin-right: 10px;}
    .cart .payment-logo {margin: 22px 0 38px;}
    .cart-actions-left .discount {
        margin: 2px 0 24px;
    }
    .cart-actions-left .discount h2 {
        font-family: 'OpenSans-Bold', Arial, sans-serif;
        font-size: 13px; color: #1D548C;
        text-transform: uppercase; line-height: 30px;
        border: #BBCBDC solid 1px; background: #FFF;
        text-align: center; padding: 8px 5px; margin: 0 0 13px;
    }
    .cart-collaterals .discount-form button {width: 90px; height: 48px; line-height: normal;}
    .cart-collaterals .discount-form input[type="text"] {height: 48px; padding-right: 100px;}
    .cart-collaterals .cart-newsletter-popup {font-size: 13px; line-height: normal;}
    .cart-collaterals .discount-form button.secondary {margin-left: 20px;}
    .cart-collaterals .discount-form {display: none;}

    .checkout-types .btn-proceed-checkout::before {display: none;}
    .cart #shopping-cart-totals-table tbody tr td {font-family: 'OpenSans', Arial, sans-serif;}
    .cart #shopping-cart-totals-table tbody tr td,
    .cart #shopping-cart-totals-table tfoot tr td,
    .cart #shopping-cart-totals-table tfoot tr td .c-small {font-size: 13px;}
    .cart #shopping-cart-totals-table tfoot .price {font-size: 14px;}
    .cart #shopping-cart-totals-table tfoot tr td {border: none; padding-top: 9px; padding-bottom: 20px;}
    .cart #shopping-cart-totals-table tbody tr:last-child td {padding-bottom: 9px;}
    .cart-table tr td .item-options {font-size: 13px; margin-bottom: 12px;}

    #ampromo-items-add {margin-top: 15px;}

    section.featured-slider, .featured-slider-mobile  {margin-bottom: 30px!important; padding: 0 10px;}
    section.featured-slider .item {padding: 0 10px;}

    .product-detail-left,
    .product-detail-right {float: none; width: 100%;}

    .product-view #amasty_zoom,
    .product-view .product-image:before,
    .product-view .youtube-link, .product-view .more-views {display: none;}
    .product-view #amasty_zoom {cursor: none;}
    .product-mobile-main-images,
    .product-view .youtube-link-mobile {display: block;}
    .product-shop-side .add-to-links .link-wishlist,
    .product-shop-side .add-to-links .link-compare {line-height: 48px;}
    .product-shop-right .add-to-cart .btn-cart,
    .product-shop-right .add-to-links .link-wishlist {
        position: static;
        float: none; width: 100%; margin-bottom: 12px;
    }
    .add-to-cart-success {width: 100%!important; max-width: 100%; padding: 20px;}
    .add-to-cart-success .title {
        font-family: 'DroidSerif-Bold', serif;
        font-size: 14px; letter-spacing: -0.01em;
        text-transform: none; line-height: 18px;
        border-bottom: 0; margin-bottom: 28px; padding-bottom: 0;
    }
    .add-to-cart-success .messages li,
    .add-to-cart-success .messages li:first-child {margin: 0 0 10px!important;}
    .add-to-cart-success .messages li {font-size: 13px; color: #0B2A49;}
    .add-to-cart-success .messages li .product-add-item {color: #1D548C;}
    .add-to-cart-success .messages li img {width: 90px;}
    .add-to-cart-success .modal-action {margin-top: 31px;}
    .add-to-cart-success .view-shopping-cart,
    .add-to-cart-success .continue-shopping {float: none; width: 100%; line-height: 38px; vertical-align: middle;}
    .add-to-cart-success .continue-shopping {margin-top: 12px;}
    .add-to-cart-success .close-reveal-modal {top: 8px; right: 14px; font-size: 11px;}
    .add-to-cart-success .close-reveal-modal .icon-new-close::before {position: relative; top: 6px;}

    .product-shop-right {position: relative; margin-bottom: 12px; padding-bottom: 0;}
    .product-shop h1 {font-size: 18px; line-height: normal; letter-spacing: -0.02em; margin: 0;}
    .product-price-blk .offer-price {font-size: 14px; line-height: 14px;}
    .product-price-blk .special-price .price, .product-price-blk .regular-price .price {font-size: 22px;}
    .product-price-blk .old-price .price {font-size: 18px;}
    .short-description {padding-top: 6px; font-size: 13px; line-height: 18px; letter-spacing: -0.02em;}
    .short-description span {font-size: 13px!important;}
    .available-blk {margin-top: 8px; padding-top: 0; border-top: none;}
    .available-blk, .availability {font-size: 13px!important;}
    .product-options dt, .product-options dt .validation-advice,
    .buybox .add-to-cart label, .product-options label {font-size: 13px!important; margin-bottom: 6px!important;}
    .product-options label {margin-bottom: 0!important;}
    .amconf-color-container {
        font-size: 13px!important;
        width: 41px!important; height: 41px!important; line-height: 39px!important;
    }
    .amconf-image-outofstock:after {font-size: 8px;}
    .amconf-image-outofstock:before {left: 20px; top: -9px; height: 59px;}
    hr.amconf-hr {left: -9px!important; top: 20px!important; width: 59px!important;}
    .am-swatch-arrow.disabled, .am-swatch-arrow {display: none!important;}
    .caroufredsel_wrapper, .amconf-images-container {
        position: static!important;
        width: 100%!important; height: auto!important;
    }
    .add-cart-inner {padding: 0; margin: 0;}

    .product-accordion-section .menu-item-button {top: 26px; left: 1px;}
    .product-accordion-section .menu-item-button .fa::before {width: 2px; height: 8px; top: 0; left: 3px;}
    .product-accordion-section .menu-item-button .fa::after {width: 8px; height: 2px; top: 3px; left: 0;}
    .accordion-section-title {font-size: 13px!important; line-height: normal; padding: 21px 0 21px 19px;}
    .accordion-section-data,
    .accordion-section-data p,
    .accordion-section-data span,
    .accordion-section-data strong,
    .accordion-section-data em {font-size: 13px!important; line-height: 21px;}
    .accordion-section-data {border-top: 1px solid #bbcbdc; padding: 24px 0 0;}

    .product-options {margin-top: 8px;}
    .add-cart-inner {margin-bottom: 26px;}
    .product-options dd {margin-bottom: 9px!important;}
    .buybox .add-to-cart label, .buybox .add-to-cart #qty-wrapper {float: none; margin-bottom: 30px;}
    .buybox .add-to-cart label {display: block; line-height: normal; margin: 0 0 11px!important; white-space: normal;}
    .youtube-link-mobile {margin-bottom: 3px;}
    .product-price-blk .available-blk {margin-top: 0;}

    #amasty_zoom_fix, .product-mobile-main-images .bx-controls-direction {display: none!important;}

    .featured-slider-mobile .actions {display: none;}

    .category-information h3#category-name {
        font-size: 18px; text-align: center;
        line-height: normal;
    }
    .category-information .category-description,
    .showing-products {display: none;}
    #layered-filter-mobile, .layered-nav-container .box-button {display: block;}

    .product-listing-left,
    .product-listing-right {float: none; width: 100%;}
    .category-products {margin: 0 -10px!important;}
    .category-products .item {
        position: relative!important;
        float: left; top: 0!important; left: 0!important;
        width: calc(50% - 20px)!important;
        margin: 0 10px 15px!important;
    }
    .category-products .item:nth-of-type(2n+1) {clear: left;}

    .category-information {margin: 18px 0 0;}

    #layered-filter-mobile,
    .product-list-sorter {float: left; width: calc(50% - 10px); height: 30px; margin-bottom: 23px;}
    .product-list-sorter {position: relative; float: right;}
    #layered-filter-mobile .button.filter-toggle,
    .product-list-sorter label {
        font-family: 'OpenSans-Bold', Arial, sans-serif;
        color: #1D548C!important; font-size: 10px!important;
        text-transform: uppercase; letter-spacing: -0.03em;
        height: auto; line-height: normal; padding: 7px!important;
        background: #FFF; border: #BBCBDC solid 1px;
        width: 100%; text-align: center; margin: 0;
    }
    .product-list-sorter label:after {
        font-family: 'intenso'!important;
        content: "\e90d";
        position: absolute;
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        top: 10px; right: auto;
        font-size: 11px; margin-left: 7px;
        transform: rotate(90deg);
    }
    .product-list-sorter .chosen-container,
    .layered-nav-select select {
        position: absolute;
        top: 0; left: 0;
        width: 100%!important; height: 100%;
        margin: 0;
    }
    .product-list-sorter .chosen-container-single .chosen-single,
    .product-list-sorter .chosen-container-single .chosen-single div,
    .layered-nav-select select {opacity: 0;}

    .products-grid-listing, .layered-nav-container,
    .layered-nav-container .layered-nav {
        margin: 0; width: 100%; background: #FFF;
    }
    .layered-nav-container {
        position: relative;
        padding-bottom: 80px;
    }
    .layered-nav-container .layered-nav {
        padding: 0;
    }
    .layered-nav-container div.box-button {
        position: absolute;
        bottom: 20px; left: 0; width: 100%;
    }
    .layered-nav-container div.box-button #mobile-clear-button,
    .layered-nav-container div.box-button #mobile-update-button {
        font-family: 'OpenSans-Bold', Arial, sans-serif;
        font-size: 13px; cursor: pointer;
        color: #FFF; background: #F0A901; border: #F0A901 solid 1px;
        float: right; width: calc(50% - 10px);
        height: 48px; line-height: 46px;
        text-align: center; text-transform: uppercase;
    }
    .layered-nav-container div.box-button #mobile-clear-button {
        float: left;
        color: #1D548C; background: #FFF;
        border-color: #1D548C; text-align: center;
    }
    .layered-nav-container div.box-button #mobile-clear-button a {
        color: #1D548C;
        font-size: 13px; margin: 0;
        display: inline-block;
    }
    .layered-nav-container #filter-reset {position: static;}
    .layered-nav-container #filter-reset a:after {display: none;}
    .layered-nav-container .layered-nav .left-refine-by,
    .layered-nav-container .block-subtitle,
    .layered-nav-container .layered-nav dt,
    .layered-nav-container .layered-nav ol,
    .layered-nav-container .layered-nav ul,
    .layered-nav-container .layered-nav dd,
    #layered-navigation .currently li .label {font-size: 13px;}
    .layered-nav-container .layered-nav .left-refine-by {
        padding: 0 30px 6px 0; margin-bottom: 4px;
        border-bottom: #EAEFF4 solid 1px;
    }
    .layered-nav-container .layered-nav ol,
    .layered-nav-container .layered-nav ol a {color: #1D548C;}
    .layered-nav-container .icon-new-close {
        position: absolute;
        top: 3px; right: -10px;
        display: block;
        width: 30px; height: 30px;
        font-size: 8px; cursor: pointer;
    }
    .layered-nav-container .icon-new-close:before {
        position: relative;
        top: 10px; left: 10px;
    }
    .layered-nav-container .layered-nav dd li a {
        position: relative;
        display: block;
        padding: 0 0 2px 30px!important;
    }
    .layered-nav-container .layered-nav dd li a:before,
    .layered-nav-container .layered-nav dd li a:after {
        position: absolute; display: block;
        content: "";
    }
    .layered-nav-container .layered-nav dd li a:before {
        top: 3px; left: 0;
        width: 16px; height: 16px;
        border-radius: 3px; background: #EAEFF4;
    }
    .layered-nav-container .layered-nav dd li a:after {
        font-family: 'intenso'!important;
        content: "\e902"; color: #8EB633;
        font-size: 10px; top: 3px; left: 3px;
        z-index: 2; display: none;
    }
    .layered-nav-container .layered-nav dd li.checked a:after {display: block;}
    .layered-nav-container .layered-nav dd li.checked {
        font-family: 'OpenSans', Arial, sans-serif;
    }
    .product-listing-left {display: none;}

    .catalog-category-view .fancybox-wrap {
        width: auto!important;
        left: 0!important; right: 0!important;
        top: 0!important;
        background: #FFF;
        z-index: 9999;
    }
    .catalog-category-view .fancybox-skin {padding: 15px 20px!important;}
    .catalog-category-view .fancybox-inner {width: 100%!important; height: auto!important; overflow: hidden!important;}
    .layered-nav-container .layered-nav li span {color: #1D548C; font-size: 13px; float: none!important;}

    .cart .btn-proceed-checkout {line-height: normal;}

    label, .field label, .form-list label, .custom-label,
    .error-message,
    .style-select select {font-size: 13px!important;}

    input[type="text"],
    input[type="password"],
    input[type="date"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="month"],
    input[type="week"],
    input[type="email"],
    input[type="number"],
    input[type="search"],
    input[type="tel"],
    input[type="time"],
    input[type="url"], textarea {font-size: 16px;}

    input[type="text"],
    input[type="password"],
    input[type="date"],
    input[type="datetime"],
    input[type="datetime-local"],
    input[type="month"],
    input[type="week"],
    input[type="email"],
    input[type="number"],
    input[type="search"],
    input[type="tel"],
    input[type="time"],
    input[type="url"],
    input[type="submit"], textarea, button {
        -webkit-box-shadow: none!important;
        -moz-box-shadow: none!important;
        box-shadow: none!important;
        -webkit-border-radius: 0!important;
        -moz-border-radius: 0!important;
        border-radius: 0!important;
    }

    .home-newsletter .success-mess,
    .footer-newsletter .success-mess,
    .home-newsletter .subscribe-txt,
    .footer-newsletter .subscribe-txt,
    .home-newsletter span,
    .footer-newsletter span {
        font-size: 13px;
        line-height: 25px;
    }
    .home-newsletter .messages-wrapper,
    .footer-newsletter .messages-wrapper {
        width: auto;
    }

    .checkout-onepage-success .form-box.wide {
        padding: 0 0 25px; font-size: 13px;
    }
    .checkout-onepage-success .form-box.wide .sub-title {
        font-size: 14px; letter-spacing: 0;
        margin: 0 0 9px; padding: 0 0 6px;
    }
    .checkout-onepage-success .form-box.wide p {margin: 5px 0;}
    .checkout-onepage-success .form-box.wide p a,
    .checkout-onepage-success .form-box.wide p span {
        margin: 7px 0 0;
    }

    .login-title h1, .account-forgotpassword h1, .account-create h1, .account-logout h1{
        margin: 30px 0 18px;
    }

    .registered-users,
    .new-users, .account-forgotpassword .form-box,
    .account-create .form-box.create-form-main,
    .account-create .form-box.create-form-main .create-form-box {
        float: none; width: 100%;
    }
    .account-login {padding-bottom: 25px;}
    .account-forgotpassword, .account-create {padding-bottom: 35px;}

    .registered-users, .registered-users p,
    .new-users, .new-users p {
        font-size: 13px; line-height: 24px;
    }

    .registered-users h3,
    .new-users h3,
    .account-create h6 {
        font-size: 16px;
        margin-bottom: 11px;
    }
    .new-users button {
        margin: 12px auto;
    }
    .registered-users .form-box {margin-top: 17px;}
    .registered-users .form-box li, .account-create .form-list .field {margin-bottom: 11px;}
    .registered-users .form-box .buttons-set, .account-create .form-box.create-form-main .buttons-set {margin: 11px 0 13px;}
    .registered-users .form-box .buttons-set .button {margin: 0 auto 2px;}
    .registered-users .form-box .buttons-set p {width: 180px;}
    .account-login .login-title + div.row:before,
    .create-account .form-box.create-form-main:before,
    .breadcrumbs-wrapper {display: none;}
    .breadcrumbs ul li {font-size: 13px!important;}

    .form-box .buttons-set a {font-size: 13px;}
    .account-create .form-box.create-form-main .buttons-set button {width: 100%;}
    .account-create .form-box.create-form-main .create-form-box {margin-bottom: 15px;}

    .checkbox, .radio {padding-left: 35px;}
    .account-create .form-box button {margin-top: 0!important;}

    .account-wrapper .leftside-myaccount {float: none; width: auto; margin-left: -20px; margin-right: -20px;}
    .account-wrapper .page-title h3 {font-size: 16px; margin: 14px 0 12px;}
    .my-account {margin-bottom: 35px;}
    .my-account .welcome-msg p.hello {font-size: 18px; line-height: normal;}
    .my-account .welcome-msg {padding-top: 1px;}
    .my-account .welcome-msg p.hello {margin-bottom: 5px;}
    .my-account .welcome-msg p + p, .my-account .box-content p {line-height: 24px;}
    h2.table-caption, .box-head h2, .order-items.order-details .table-caption,
    .my-account .box h2, .my-account .box-title h3, .billing-agreements h2.box-title,
    .sales-guest-view .box-title h2, .sales-guest-invoice .box-title h2,
    .my-account h2.legend {font-size: 15px;}
    .my-account .box-head, h2.table-caption {margin-top: 26px!important; margin-bottom: 9px!important;}
    .account-nav-container .block-content .links-list a {
        font-size: 16px; padding: 14px 20px 15px 27px!important;
        margin: 0;
    }
    .my-account .box h2, .my-account .box-title h3, .billing-agreements h2.box-title,
    .sales-guest-view .box-title h2, .sales-guest-invoice .box-title h2 {margin-bottom: 1px;}
    .account-nav-container.left-off-canvas-menu {padding: 41px 0 49px;}
    .my-account .row .small-12.columns + .small-12.columns {margin-top: 30px;}
    .my-account h2.legend {margin-bottom: 14px;}

    .my-account .buttons-set button {width: 100%;}
    .chosen-container-single .chosen-single,
    .chosen-container .chosen-results li {font-size: 13px;}

    .my-account .page-title a.link-rss {top: 2px;}
    .my-wishlist .buttons-set button {margin: 10px 0 0!important;}
    table#wishlist-table tr th,
    table#wishlist-table tr td.last {display: none;}
    table#wishlist-table tr td,
    .btn-remove.btn-remove2,
    #wishlist-table .add-to-cart-alt button.button.btn-cart,
    #wishlist-table h3.product-name,
    table#my-orders-table tr td h3 {font-size: 13px;}
    table#wishlist-table tr td:nth-of-type(2),
    table#wishlist-table tr td:nth-of-type(3) {display: block;}
    #wishlist-table thead tr th,
    .my-wishlist table tr th,
    .my-wishlist table tr td {padding: 15px;}

    table#my-orders-table tr td em,
    table#my-orders-table tr td:nth-of-type(2) {color: #B3B6BB;}
    .account-logout {min-height: 200px;}

    .request-free-catalog #submit {
        font-size: 13px;
    }

    .home-newarrival {margin-bottom: 25px;}
    .home-top-viewed, .home-products-we-love {margin-bottom: 15px;}

    .product-list-sorter label {top: 0;}
    #layered-navigation .currently {border-top-width: 0; border-bottom: #EAEFF4 solid 1px;}
    #catalog-listing .item .item-images img {width: 100%; height: auto;}

    .catalogsearch-result-index .products-grid .category-products {margin-left: -10px!important; margin-right: -10px;}
    .catalogsearch-result-index .category-products .item:nth-of-type(2n+1) {clear: left;}
    .catalogsearch-result-index .category-products .item {width: calc(50% - 20px)!important;}
    .catalogsearch-result-index .product-list-sorter {display: none;}

    /*.product-mobile-main-images .bx-wrapper {max-width: 100%!important;}
    .product-mobile-main-images #product-mobile-images li {
        width: auto!important; margin-right: 0!important;
    }
    .product-mobile-main-images #product-mobile-images li img,*/
    .youtube-link-mobile img {width: 100%; height: auto; max-width: 100%;}
    .add-to-cart-success .messages li.notice-msg .free-gift-name,
    .add-to-cart-success .messages li.success-msg .product-add-item {
        display: block;
    }
    .cart .item-options dd {display: inline;}
    .cart .item-options dd:after {
        content: ",";
        margin-right: 2px; margin-left: -2px;
    }
    .cart .item-options dd:last-child:after {display: none;}
    .cart .cart-table td {position: relative;}
    .cart .cart-table .c-inner {
        padding-bottom: 50px;
    }
    /*.cart .cart-table .c-inner .item-actions {position: static; margin: 0; width: 100%;}
    .cart .cart-table .c-inner .item-actions .qty-input {position: absolute; bottom: 10px;}
    .cart .cart-table .c-inner .item-actions .qty-input {position: static;}
    .cart table.cart-table tr:last-child td .item-actions {bottom: 30px;}*/

    .sales-order-history .my-account .buttons-set {border: none;}
    .newsletter-manage-index .fieldset h2.legend {display: none;}
    .account-wrapper {padding-bottom: 0;}
    .featured-slider-product {margin-bottom: 100%;}
    .catalog-product-view .featured-slider-product {margin-bottom: 40px;}
    .orbit-container {min-height: 303px!important;}

    .my-account .page-title .button,
    .my-account .page-title > a,
    .sales-guest-view .page-title .button,
    .sales-guest-invoice .page-title .button,
    .catalog-product-compare-index .page-title a {
        position: static; margin: 10px 0 0;
    }

    .misspell.suggest {text-align: center; margin: 20px 0 0!important;}

    .grouped-items-table-wrapper .grouped-items-table .price-box {font-size: 13px;}
    .grouped-items-table-wrapper .grouped-items-table tr th,
    .grouped-items-table-wrapper .grouped-items-table tr td {padding-left: 10px; padding-right: 10px;}

    .grouped-items-table-wrapper .grouped-items-table .name-wrapper {
        margin-top: 12px;
    }
    .grouped-items-table-wrapper .grouped-items-table .price-box {
        margin-top: 15px;
    }

    body.checkout-cart-index .btn-remove2 {
        max-width: 80px;
        margin-left: 50%;
    }


}/*max-width: 767px*/
@media screen and (max-width: 799px) {
    .btn-close.hidden-desktop {display: block!important;}
}

@media only screen and (max-device-width: 767px) {
    body {-webkit-text-size-adjust: 100%;}
    .item-info .item-title,
    .item-info .item-title a,
    .item-info .item-title a span,
    .item-info .product-name a,
    .item-info .product-name a span,
    .accordion-section-data, .accordion-section-data p,
    .accordion-section-title {
        font-size: 13px!important; -webkit-text-size-adjust: 100%;
    }
    .item-images .price-box .price,
    .item-info .price-box .price,
    .item-content .price-box .price {
        font-size: 14px!important; -webkit-text-size-adjust: 100%;
    }
    .item-images .price-box .old-price .price,
    .item-info .price-box .old-price .price,
    .item-content .price-box .old-price .price {
        font-size: 11px!important; -webkit-text-size-adjust: 100%;
    }
}


/**
 * Intenso Premium Theme
 *
 * @category    Itactica
 * @package     Itactica_Intenso
 * @copyright   Copyright (c) 2014 Itactica (http://www.itactica.com)
 * @license     http://getintenso.com/license
 *
 * WARNING
 *
 * Do not edit or add to this file since it was generated programmatically
 * according to configuration settings from the theme. Any change to this file
 * will be overwritten and lost.
 *
 * If you wish to add your own CSS styles please use the following file:
 * skin/frontend/intenso/default/css/custom.css
 *
 * To activate your custom CSS file, log in to your Admin panel and navigate to:
 * System > Configuration > Theme Setup > Custom CSS
 */
/**
 * Created: 7/20/16, 4:37 PM
 */



.main-color {
    color: #0B2A49!important;
}

html {
    font-size: 16px;
}

body {
    background: #FFF; /* Background when boxed, must be setted from Admin */
    font-family: 'OpenSans', Arial, sans-serif;
    font-size: 0.875rem;
    color: #0B2A49; font-weight: normal;
}

h1, h2, h3, h4, h5, h6, p {
    line-height: 1.45;
    text-rendering: auto;
    font-weight: normal;
}

h1 {font-family: 'DroidSerif-Bold', serif;}

h2 {font-family: 'DroidSerif', serif;}

strong, b {
    font-family: 'OpenSans-Bold', Arial, sans-serif;
    font-weight: normal;
}

a,
.link {
    color: #1D548C;
    -webkit-transition: color 300ms ease-out;
    -moz-transition: color 300ms ease-out;
    transition: color 300ms ease-out;
}

a:hover, .link:hover {color: #1D548C; text-decoration: none;}

a:focus, .link:focus {outline: none;}

img {
    border: none;
    vertical-align: middle;
    max-width: 100%; height: auto;
}

ul, li {
    list-style: none;
    margin: 0; padding: 0;
}

.off-canvas-wrap {
    background: #FFF;
}

/* default text color */
p,
table tr th, table tr td,
.product-collateral li,
.review-list .review-text,
.cms-wrapper .column,
.cms-wrapper .columns,
.cms-wrapper p,
.cms-wrapper ul li {
    /*color: #0B2A49;*/
}

/* font family */
body,
h1,h2,h3,h4,h5,h6,p,
.top-bar-section,
.top-bar-section ul li > a,
.side-nav,
.side-nav li.active > a:first-child:not(.button),
button,
.button,
.label,
.sub-nav dt,
.sub-nav dd,
.sub-nav li,
.chosen-container,
.rating-links.icon-user > span,
.newsletter-ribbon .icon-email,
.footer-links li[class^='icon-'],
.footer-links li[class*=' icon-'],
.layered-nav-container ol li,
a.previous,
a.next {}

.links-list {}

/* max width of the page */
.container,
.home-slider,
.home-newarrival,
.home-top-viewed,
.home-products-we-love {
    max-width: 1440px;
}

/* main color */
a,
span.view-more,
.form-box .buttons-set a:hover,
.icon-highlighted,
.text-box-with-icon section.box-1 .icon-highlighted,
.top-bar-section li.active:not(.has-form) a:not(.button),
.has-tip:hover, .has-tip:focus,
.sub-nav dt a:hover, .sub-nav dd a:hover, .sub-nav li a:hover,
.form-search .button:hover span,
.form-search .sec-menu:hover,
.main-header .icon-main-menu,
.main-header .icon-main-menu:hover,
.main-header .icon-cart:hover,
.main-header .icon-user:hover,
.main-header .top-bar li:hover .icon-cart,
.cart-dropdown .mini-products-list .view-more-attr,
section.featured-slider .item-title a:hover,
section.featured-slider .category-title a:hover,
.category-products .item-title a:hover,
.ratings.no-rating a:hover,
.rating-links a:hover,
.footer-links ul li a:hover,
.products-grid .link-rss:hover,
.filter-reset,
.layered-nav-container ol li.checked a:before,
.layered-nav .currently li .value,
.product-options dt label,
#add-tag,
.cms-no-route h1,
.no-results h1,
.block-compare .product-name a:hover,
.block-compare .actions a:hover,
.catalog-product-compare-index .link-wishlist:hover,
.cart #shopping-cart-totals-table tfoot tr td:nth-child(2),
.cart .data-table.cart-table .price,
.checkout-progress li.active span,
.my-account .checkout-multishipping .buttons-set a,
.review-popover #histogram .stars a:hover,
#search_mini_form .form-search .button:hover span,
#search_mini_form .form-search .sec-menu:hover,
.catalog-list-empty h1,
.side-nav li a:not(.button),
.select-list > label {
    /*color: #01b9df;*/
}

.main-color,
.links-list li:active > a,
.account-dropdown .bg-box p.small a,
.cart-dropdown .dropdown-title .icon-edit:hover,
.cart-dropdown .mini-products-list .item-details .item-name a:hover,
.special-price .price,
.link-compare.compared:before,
.link-compare.compared:hover:before,
.product-shop-side .add-to-links .link-wishlist:hover,
.product-shop-side .add-to-links .link-compare:hover,
.email-friend a:hover,
.review-toolbar a.next:before,
.review-toolbar a.next:after,
.review-toolbar a.previous:before,
.review-toolbar a.previous:after,
.review-toolbar a.previous,
.review-toolbar a.next,
.my-account a.next:before,
.my-account a.next:after,
.my-account a.previous:before,
.my-account a.previous:after,
.my-account a.previous,
.my-account a.next,
.top-bar-section .left .mega-menu > ul > li.mega-menu-top-block a:hover,
.top-bar-section .left ul li.mega-menu-bottom-block a:hover,
.top-bar-section .left ul li a.link:hover,
.link:hover {
    /*color: #01b9df !important;*/
}

.links-list li:hover > a:before,
a.previous, a.next,
.product-collateral li:after,
.loading-bar,
.block-compare .block-title,
.opc-block-progress .block-content dt.complete:before,
.checkout-progress li.active span:before {
    background: #01b9df;
}

.chosen-container-active .chosen-single:before,
.chosen-container-active .chosen-single:after {
    background: #01b9df !important;
}

.icon-highlighted,
.text-box-with-icon section.box-1 .icon-highlighted,
.chosen-container .chosen-results li.highlighted,
.product-collateral li:before,
.cart-collaterals .shipping h2:hover:before,
.cart-collaterals .discount h2:hover:before,
.cart-collaterals .shipping h2:hover:after,
.cart-collaterals .discount h2:hover:after,
.cart .qty-wrapper .input-text:focus,
.chosen-container-active .chosen-choices,
.buybox .qty-input-text:focus {
    border-color: #01b9df;
}
.input-box.focus,
.input-box textarea:focus,
.product-img-box .more-views li.selected,
.color-swatches input[type="radio"]:checked + label,
.product-options .configurable-swatch-list li.selected {

}

button.disabled:hover, button.disabled:focus,
button[disabled]:hover, button[disabled]:focus,
.button.disabled:hover, .button.disabled:focus,
.button[disabled]:hover, .button[disabled]:focus,
.chosen-container .chosen-results li.highlighted {}

.form-search .input-text:focus ~ div {}

.chosen-container-active .chosen-single {}

/* main hover color */
a:hover,
a:focus,
.side-nav li a:hover:not(.button),
.side-nav li a:focus:not(.button) {}

a.previous:hover, a.previous:focus, a.next:hover, a.next:focus {}

/* all buttons border radius */
button, .button {
    border-radius: 0px;
}
/* featured products category nav border radius */
.category-nav li:first-child {
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}
.category-nav li:last-child {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}

/* primary buttons */
button, .button,
button.disabled, button[disabled], .button.disabled, .button[disabled],
.account-dropdown li a.button.sign-in,
.cart-dropdown li a.button.sign-in,
.category-nav li.active,
.products-grid .toolbar .button.active,
.products-grid .toolbar .button.active:hover {

}
.category-nav li.active:after {
}

/* primary buttons hover */
button:hover, button:focus, .button:hover, .button:focus {
}
.main-nav .button:hover {
}

/* secondary buttons */
button.secondary, .button.secondary,
.wishlist-index-index .buttons-set2 .btn-share,
.wishlist-index-index .buttons-set2 .btn-add {
}

/* secondary buttons hover */
button.secondary:hover, button.secondary:focus,
.button.secondary:hover, .button.secondary:focus,
.wishlist-index-index .buttons-set2 .btn-share:hover,
.wishlist-index-index .buttons-set2 .btn-share:focus,
.wishlist-index-index .buttons-set2 .btn-add:hover,
.wishlist-index-index .buttons-set2 .btn-add:focus {
}

/* ghost button */
button.ghost, .button.ghost {
    border-color: #00b9df !important;
    color: #000000 !important;
}
button.ghost:hover, .button.ghost:hover, button.ghost:focus, .button.ghost:focus {
    border-color: #01588d !important;
    color: #00b9df !important;
}

/* ghost button (for dark backgrounds) */
button.ghost.light, .button.ghost.light {
    border-color: #f4f4f4 !important;
    color: #f4f4f4 !important;
}
button.ghost.light:hover, .button.ghost.light:hover, button.ghost.light:focus, .button.ghost.light:focus {
    border-color: #ffffff !important;
    color: #ffffff !important;
}

/* main menu text color */
.main-nav .top-bar-section ul li a:not(.button) {
    color: #1D548C;
}
.top-bar-section > ul > li > a {
    font-size: 0.9rem !important;
    font-weight: normal !important;
}
/* main menu dropdown arrow color */
.top-bar-section .has-dropdown > a:after, .top-bar-section .has-dropdown-for-large > a:after {
    border-color: transparent transparent #cecece;
}

/* main menu secondary text color */
.top-bar .sup,
.welcome-message {
    color: #999999;
}


/* footer's top background */
.newsletter-ribbon {
    background: #e4e5e7;
}
/* footer's top text and icons color */
.newsletter-ribbon .icon-email,
.newsletter-ribbon .social a {
    color: #01b9df;
}
/* footer's top text and icons hover color */
.newsletter-ribbon a:hover,
.exitintent-popup a:hover,
.newsletter-ribbon .social a:hover,
.exitintent-popup .social a:hover,
.newsletter-ribbon .icon-email:hover:before {
    color: #333333;
}
/* footer newsletter box placeholder's text color */
.newsletter-subscribe-form .field label {

}
/* footer newsletter box input text color */
.newsletter-subscribe-form .input-text {

}
/* footer newsletter box input border color */
.newsletter-subscribe-form .input-box {

}
/* footer newsletter box input border color on hover */
.newsletter-subscribe-form .input-box:hover {

}
/* footer newsletter box input border color on focus */
.newsletter-subscribe-form .input-box.focus {

}
/* footer newsletter submit button colors */
.newsletter-ribbon button {
    color: #ffffff;
    background-color: #27ccc0;
}
/* footer newsletter submit button background color on hover */
.newsletter-ribbon button:hover,
.newsletter-ribbon button:focus {
    color: #ffffff;
    background-color: #1ba39c;
}

/* footer's middle background */
.footer-links {
    background: #ffffff;
}
/* footer label color */
.footer-links ul li.title {
    color: #000000;
}
/* footer vertical links color */
.footer-links ul li a {
    color: #8f989f;
}
/* footer vertical links hover color */
.footer-links ul li a:hover {
    color: #27ccc0;
}
/* footer horizontal links color */
.h-links-list li a {
    color: #888888 !important;
}
/* footer horizontal links hover color */
.h-links-list li a:hover {
    color: #444444 !important;
}
/* footer horizontal links separator color */
.h-links-list li {
    border-color: #a5a5a5;
}
/* footer plain text color */
.footer-links ul li {
    color: #222222;
}
/* footer "Back to Top" text color */
.back-to-top {
    color: #ffffff;
}
/* footer "Back to Top" text hover color */
.back-to-top:hover {
    color: #ececec;
}

/* mobile footer background color */
.mobile-footer-links {
    background-color:  #e5e5e5;
}
/* mobile footer background color on hover */
.mobile-footer-links li:hover {
    background-color:  #c6c6c6;
}
/* mobile footer text color */
.mobile-footer-links li a {
    color: #000000 !important;
}

/* catalog item-info min height */
.category-products .item-info {
    min-height: 5.625rem;
}

/* product view - background color */
.product-view {
    background-color: #ffffff;
}
/* product view - background color */
.breadcrumbs-wrapper {
    background-color: #ffffff;
}
/* product name text color */
/* product's sticky nav background color */
.catalog-product-view .magellan-nav {
    background-color: #ffffff;
}
/* product's sticky nav links color */
.catalog-product-view .magellan-nav .sub-nav dd a {
    color: #333333;
}
/* product's sticky nav links color on hover */
.catalog-product-view .magellan-nav .sub-nav dd:hover a {
    color: #27ccc0;
}
/* product's sticky nav links background on active */
.catalog-product-view .magellan-nav .sub-nav dd.active a {
    background-color: #bbbbbb;
}
/* product's sticky nav background color when fixed */
.catalog-product-view .magellan-nav.magellan-fixed {
    background-color: #ffffff;
}
/* product's sticky nav links color when fixed */
.catalog-product-view .magellan-nav.magellan-fixed .sub-nav dd a {
    color: #333333;
}
/* product's sticky nav links color on hover when fixed */
.catalog-product-view .magellan-nav.magellan-fixed .sub-nav dd:hover a {
    color: #27ccc0;
}
/* product info - color of the subtitles */
.product-collateral-wrapper .product-description h3,
.product-collateral-wrapper .additional h3,
.product-collateral-wrapper .custom-info h3,
.product-collateral-wrapper .ratings-reviews h3,
.product-collateral-wrapper .tags h3 {
    color: #222222;
}
/* additional info table - background color */
.product-collateral-wrapper .product-collateral.additional {
    background-color: #f4f4f4;
}
/* product info sections - separator line color */
.product-collateral-wrapper .product-collateral {
    border-color: #f4f4f4;
}

/* featured products background color */
.featured-slider.featured-slider-section {
    background-color: #f4f4f4;
}
/* featured products label color */
.featured-slider.featured-slider-section h3 {
    color: #222222;
}

/* featured categories background color */
.featured-slider.featured-categories-section {
    background-color: #f4f4f4;
}
/* featured categories label color */
.featured-slider.featured-categories-section h3 {
    color: #222222;
}

/* logo slider label color */
.brand-slider h3 {
    color: #222222;
}

/* star rating color */
.rating, .product-collateral .review-list .rating, .product-collateral .rating,
.review-product-list .ratings-detail .rating,
#pretty-product-review-list .pretty-rating-code .options li .option.hover,
#pretty-product-review-list .pretty-rating-code .options li .option.selected {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjIwMHB4IiBoZWlnaHQ9IjM4LjE2N3B4IiB2aWV3Qm94PSIwIDAgMjAwIDM4LjE2NyIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMjAwIDM4LjE2NyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PHBhdGggZmlsbD0iI0Y5QkYzQiIgZD0iTTE4LjUyLDEuMTI5YzMuMjE5LDAsMi40MDksMTAuODA3LDUuMDEzLDEyLjc4OWMyLjYwNiwxLjk4MiwxMi40NC0xLjk1MywxMy40MzUsMS4yNTVjMC45OTUsMy4yMDgtOC45MTUsNS41MjMtOS45MSw4LjczNWMtMC45OTYsMy4yMDgsNS40NjksMTIuMDA0LDIuODYzLDEzLjk5Yy0yLjYwNiwxLjk4Mi04LjE4MS03LjY1My0xMS40LTcuNjUzYy0zLjIyMSwwLTguNzk4LDkuNjM1LTExLjQwMiw3LjY1M2MtMi42MDYtMS45ODYsMy44NTctMTAuNzgyLDIuODYzLTEzLjk5Yy0wLjk5NS0zLjIxMS0xMC45MDUtNS41MjYtOS45MS04LjczNWMwLjk5Ny0zLjIwOCwxMC44MjksMC43MjcsMTMuNDM1LTEuMjU1QzE2LjEwOSwxMS45MzcsMTUuMjk5LDEuMTI5LDE4LjUyLDEuMTI5eiIvPjxwYXRoIGZpbGw9IiNGOUJGM0IiIGQ9Ik01OS4yNiwxLjEyOWMzLjIxOSwwLDIuNDA5LDEwLjgwNyw1LjAxMywxMi43ODljMi42MDYsMS45ODIsMTIuNDQtMS45NTMsMTMuNDM1LDEuMjU1YzAuOTk1LDMuMjA4LTguOTE2LDUuNTIzLTkuOTEsOC43MzVjLTAuOTk3LDMuMjA4LDUuNDY5LDEyLjAwNCwyLjg2MywxMy45OWMtMi42MDYsMS45ODItOC4xODItNy42NTMtMTEuNC03LjY1M2MtMy4yMjEsMC04Ljc5OCw5LjYzNS0xMS40MDIsNy42NTNjLTIuNjA2LTEuOTg2LDMuODU3LTEwLjc4MiwyLjg2My0xMy45OWMtMC45OTUtMy4yMTEtMTAuOTA1LTUuNTI2LTkuOTExLTguNzM1YzAuOTk3LTMuMjA4LDEwLjgyOSwwLjcyNywxMy40MzUtMS4yNTVDNTYuODUsMTEuOTM3LDU2LjAzOSwxLjEyOSw1OS4yNiwxLjEyOXoiLz48cGF0aCBmaWxsPSIjRjlCRjNCIiBkPSJNMTAwLDEuMTI5YzMuMjE5LDAsMi40MDksMTAuODA3LDUuMDExLDEyLjc4OWMyLjYwOCwxLjk4MiwxMi40NDItMS45NTMsMTMuNDM3LDEuMjU1YzAuOTk1LDMuMjA4LTguOTE2LDUuNTIzLTkuOTEsOC43MzVjLTAuOTk1LDMuMjA4LDUuNDY5LDEyLjAwNCwyLjg2MSwxMy45OWMtMi42MDQsMS45ODItOC4xOC03LjY1My0xMS4zOTktNy42NTNjLTMuMjIxLDAtOC43OTgsOS42MzUtMTEuNDAyLDcuNjUzYy0yLjYwNS0xLjk4NiwzLjg1OC0xMC43ODIsMi44NjMtMTMuOTljLTAuOTk1LTMuMjExLTEwLjkwNS01LjUyNi05LjkxMS04LjczNWMwLjk5Ny0zLjIwOCwxMC44MjksMC43MjcsMTMuNDM1LTEuMjU1Qzk3LjU5LDExLjkzNyw5Ni43OCwxLjEyOSwxMDAsMS4xMjl6Ii8+PHBhdGggZmlsbD0iI0Y5QkYzQiIgZD0iTTE0MC43NCwxLjEyOWMzLjIxOSwwLDIuNDA5LDEwLjgwNyw1LjAxMywxMi43ODljMi42MDgsMS45ODIsMTIuNDQyLTEuOTUzLDEzLjQzNywxLjI1NWMwLjk5NCwzLjIwOC04LjkxNiw1LjUyMy05LjkxLDguNzM1Yy0wLjk5NSwzLjIwOCw1LjQ2OSwxMi4wMDQsMi44NiwxMy45OWMtMi42MDQsMS45ODItOC4xODEtNy42NTMtMTEuNC03LjY1M2MtMy4yMTksMC04Ljc5Nyw5LjYzNS0xMS40MDEsNy42NTNjLTIuNjA0LTEuOTg2LDMuODU1LTEwLjc4MiwyLjg2NS0xMy45OWMtMC45OTgtMy4yMTEtMTAuOTA4LTUuNTI2LTkuOTEtOC43MzVjMC45OTUtMy4yMDgsMTAuODI5LDAuNzI3LDEzLjQzMy0xLjI1NVMxMzcuNTIxLDEuMTI5LDE0MC43NCwxLjEyOXoiLz48cGF0aCBmaWxsPSIjRjlCRjNCIiBkPSJNMTgxLjQ4LDEuMTI5YzMuMjE5LDAsMi40MDksMTAuODA3LDUuMDEyLDEyLjc4OWMyLjYwOCwxLjk4MiwxMi40NDItMS45NTMsMTMuNDM4LDEuMjU1YzAuOTk0LDMuMjA4LTguOTE2LDUuNTIzLTkuOTEsOC43MzVjLTAuOTk1LDMuMjA4LDUuNDY5LDEyLjAwNCwyLjg2LDEzLjk5Yy0yLjYwNCwxLjk4Mi04LjE4MS03LjY1My0xMS40LTcuNjUzYy0zLjIyLDAtOC43OTcsOS42MzUtMTEuNDAxLDcuNjUzYy0yLjYwNC0xLjk4NiwzLjg1NS0xMC43ODIsMi44NjUtMTMuOTljLTAuOTk5LTMuMjExLTEwLjkwOS01LjUyNi05LjkxLTguNzM1YzAuOTk0LTMuMjA4LDEwLjgyOSwwLjcyNywxMy40MzMtMS4yNTVDMTc5LjA3MSwxMS45MzcsMTc4LjI2MSwxLjEyOSwxODEuNDgsMS4xMjl6Ii8+PC9nPjwvc3ZnPg==);
}

/* Small screens */
@media only screen and (min-width: 800px) {
    .top-bar-section .has-dropdown:hover > a:after,
    .top-bar-section .has-dropdown-for-large:hover > a:after {
        border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #01b9df !important;
    }
    .main-nav .top-bar-section > ul > li:hover > a:not(.button) {
        color: #8EB633 !important;
        border-right-color: #8EB633;
        position: relative;
    }
    .main-nav .top-bar-section > ul > li:hover > a:not(.button):before {
        content: "";
        position: absolute; top: 0; left: -1px;
        display: block;
        width: 1px; height: 100%;
        background: #8EB633;
    }
    .main-nav .top-bar-section > ul > li.first:hover > a:not(.button):before {
        display: none;
    }
    .top-bar-section > ul > li > a {
        text-transform: uppercase !important;
    }
    .main-logo {
        margin-top: 33px;
    }
    #search_mini_form {
        margin-bottom: 0;
    }
    .form-search {
        margin-top: 24px;
        margin-bottom: 16px;
    }
    /* dropdown menu hover color */
    .main-nav .top-bar-section ul.left li ul li:hover:not(.mega-menu-top-block):not(.mega-menu-bottom-block) > a:not(.button),
    .main-nav .top-bar-section ul.right .links-list li:hover > a {
        color: #8EB633!important;
    }
    .top-bar-section .left ul,
    .top-bar-section .left .arrow-box {
    }

    .top-bar-section .left ul li:active > a {
        color: #01b9df !important;
    }
    .top-bar-section .left ul li:hover > a:before,
    .category-products.list .actions .btn-cart {
        background: #01b9df;
    }
    .top-bar-section .has-dropdown .dropdown li.has-dropdown:hover > a:after {
        border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #01b9df !important;
    }

    .category-products.list .actions .btn-cart:hover {
        background: #01588d;
    }

    .main-nav .top-bar-section ul.left li.mega-menu > ul > li:not(.mega-menu-top-block):not(.mega-menu-bottom-block):hover > a:not(.button) {
        color: #01b9df !important;
    }

}
/* Medium and Big screens */
@media only screen and (min-width: 40.063em) {
    /* main menu icon's color */
    .main-header .top-bar .icon-cart,
    .welcome-message span,
    .main-header .icon-user,
    .main-header .icon-cart {color: #cecece;}
}

@media only screen and (max-width: 31.25em) {
    .mega-menu > ul > li.mega-menu-right-block {
        display: none !important;
    }
    .top-bar-section .has-dropdown.mega-menu > .dropdown {
        padding-right: 0 !important;
    }
}

/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */

.amtooltip-label{
    text-align: center;
    font-weight: bold;
}

.amtooltip-img{
    margin-bottom: 3px;
}

.tooltipster-default {
	border-radius: 5px; 
	border: 2px solid #000;
	background: #4c4c4c;
	color: #fff;
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
	overflow: hidden;
}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
	/* border-color: ... !important; */
}


/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
	cursor: help;
	margin-left: 4px;
}








/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
	padding: 0;
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999999;
	pointer-events: none;
	width: auto;
	overflow: visible;
}
.tooltipster-base .tooltipster-content {
	overflow: hidden;
}


/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.tooltipster-arrow span, .tooltipster-arrow-border {
	display: block;
	width: 0; 
	height: 0;
	position: absolute;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-top: 8px solid;
	bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-top: 9px solid;
	bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-bottom: 8px solid;
	top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-bottom: 9px solid;
	top: -7px;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
	left: 0;
	right: 0;
	margin: 0 auto;
}
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
	left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	left: 5px;
}
.tooltipster-arrow-top-right span,  .tooltipster-arrow-bottom-right span {
	right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
	right: 5px;
}
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-left: 8px solid;
	top: 50%;
	margin-top: -7px;
	right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-left: 9px solid;
	margin-top: -8px;
}
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-right: 8px solid;
	top: 50%;
	margin-top: -7px;
	left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-right: 9px solid;
	margin-top: -8px;
}


/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
.tooltipster-fade-show {
	opacity: 1;
}

.tooltipster-grow {
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}
.tooltipster-swing-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
	top: 0;
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
}
.tooltipster-fall-show {
}
.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0px !important;
	opacity: 0;
}

.tooltipster-slide {
	left: -40px;
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-slide-show {
}
.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0px !important;
	opacity: 0;
}


/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
	opacity: 0.5;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

.tooltipster-shadow {
    border-radius: 5px;
    background: #fff;
    box-shadow: 0px 0px 14px rgba(0,0,0,0.3);
    color: #2c2c2c;
}
.tooltipster-shadow .tooltipster-content {
    font-family: 'Arial', sans-serif;
    font-size: 14px;
    line-height: 16px;
    padding: 3px 4px;
}

.tooltipster-light {
    border-radius: 5px; 
    border: 1px solid #cccccc;
    background: #ededed;
    color: #666666;
}
.tooltipster-light .tooltipster-content {
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 16px;
    padding: 3px 4px;
}
.tooltipster-noir {
    border-radius: 0px; 
    border: 3px solid #2c2c2c;
    background: #fff;
    color: #2c2c2c;
}
.tooltipster-noir .tooltipster-content {
    font-family: 'Georgia', serif;
    font-size: 14px;
    line-height: 16px;
    padding: 3px 4px;
}

.tooltipster-punk {
    border-radius: 5px; 
    border-bottom: 3px solid #f71169;
    background: #2a2a2a;
    color: #fff;
}
.tooltipster-punk .tooltipster-content {
    font-family: 'Courier', monospace;
    font-size: 14px;
    line-height: 16px;
    padding: 3px 4px;
}

.block-testimonial-sidebar{}
.block-testimonial-sidebar .block-content {
    padding: 5px 9px;
}
.block-testimonial-sidebar .testimonial-sidebar-content a{text-decoration:none; color:#222222;}
.block-testimonial-sidebar .testimonial-sidebar-content .testimonial-author {
	font-size: 12px;
	font-style: normal;
	color: #0A233C;
	text-align: right;
	display: block;
	font-weight: bold;
}
.testimonial-date {
	font-size: 10px;
	text-align: right;
	display: block;
	font-weight: bold;
}
.block-testimonial-sidebar .bx-pager{margin:10px auto 0}
.block-testimonial-sidebar .bx-pager .bx-pager-item{display:inline-block; }
.block-testimonial-sidebar .bx-pager a{	width:14px; 	height:12px; background:#fff; 	display: block;	margin: 0 2px;    outline: 0 none;    text-indent: -9999px;}
.block-testimonial-sidebar .bx-pager a.active{ background:#16558c; }
