/************************************ BBC Shop ************************************/
/******************* Reset *******************/
/* line 4, ../sass/share/_general.scss */
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, em, img, small, strong, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 13, ../sass/share/_general.scss */
body {
  line-height: 1;
}

/* line 16, ../sass/share/_general.scss */
article, aside, details, figcaption, figure, footer, header, menu, nav, section {
  display: block;
}

/* line 19, ../sass/share/_general.scss */
ul, ol {
  list-style: none;
}

/* line 22, ../sass/share/_general.scss */
blockquote, q {
  quotes: none;
}

/* line 25, ../sass/share/_general.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

/* line 28, ../sass/share/_general.scss */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* line 35, ../sass/share/_general.scss */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* line 40, ../sass/share/_general.scss */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* line 46, ../sass/share/_general.scss */
del {
  text-decoration: line-through;
}

/* line 49, ../sass/share/_general.scss */
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/* line 53, ../sass/share/_general.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 57, ../sass/share/_general.scss */
hr {
  display: none;
}

/* line 60, ../sass/share/_general.scss */
input, select {
  vertical-align: middle;
}

/* line 64, ../sass/share/_general.scss */
a:focus, input:focus {
  outline: none;
}

/* line 68, ../sass/share/_general.scss */
.hiddenFields {
  display: inline;
}

/* line 72, ../sass/share/_general.scss */
b, strong {
  font-weight: bold;
}

/****************** Box Sizing ******************/
/* line 78, ../sass/share/_general.scss */
div, input, textarea {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 84, ../sass/share/_general.scss */
input[type=text], input[type=password], input[type=email], input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/****************** Global ******************/
/* line 95, ../sass/share/_general.scss */
.hidescreenreadersafe, .hide {
  position: absolute;
  left: -9999em;
}

/* line 100, ../sass/share/_general.scss */
.show-for-large-up, .show-for-tablet-portrait, .hide-for-tablet-portrait-up, .hide-for-desktop-up, .hide-for-desktop, .hide-for-tablet-portrait, .show-for-small, .show-for-large, .show-for-large-up, .show-for-xlarge, .hide-for-medium-down, .hide-for-medium, .hide-for-medium-up, .hide-for-large-down, .hide-for-large, .hide-for-large-up, .hide-for-xlarge, .hide-for-landscape, .hide-for-portrait, .show-for-touch, .mm_ul .icon-caret-right {
  display: none;
}

/* line 104, ../sass/share/_general.scss */
a {
  color: #0E6AC8;
  text-decoration: none;
}

/* line 109, ../sass/share/_general.scss */
a:hover, a:focus {
  color: #555;
}

/****************** Buttons and Forms ******************/
/* line 115, ../sass/share/_general.scss */
input[type=submit]::-moz-focus-inner, input[type=button]::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 120, ../sass/share/_general.scss */
input[type=submit], input[type=button] {
  border-radius: 0;
  -webkit-appearance: none;
}

/* line 125, ../sass/share/_general.scss */
button, a.button, .button {
  margin: 0;
  padding: 13px 24px 12px;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #187CC2;
  color: #FFF;
  font-size: 14px;
  background: #2897E5;
  font-weight: bold;
  background: -moz-linear-gradient(top, #2897e5 0%, #0e6ac8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2897e5), color-stop(100%, #0e6ac8));
  background: -webkit-linear-gradient(top, #2897e5 0%, #0e6ac8 100%);
  background: -o-linear-gradient(top, #2897e5 0%, #0e6ac8 100%);
  background: -ms-linear-gradient(top, #2897e5 0%, #0e6ac8 100%);
  background: linear-gradient(to bottom, #2897e5 0%, #0e6ac8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2897e5', endColorstr='#0e6ac8',GradientType=0);
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}

/* line 147, ../sass/share/_general.scss */
.button.secondary {
  margin: 0;
  padding: 13px 24px 12px;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #a8a8a8;
  color: #333;
  font-size: 14px;
  background: #fff;
  background: -moz-linear-gradient(top, white 0%, #ededed 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #ededed));
  background: -webkit-linear-gradient(top, white 0%, #ededed 100%);
  background: -o-linear-gradient(top, white 0%, #ededed 100%);
  background: -ms-linear-gradient(top, white 0%, #ededed 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ededed 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed',GradientType=0);
}

/* line 165, ../sass/share/_general.scss */
a.button, a.button.secondary {
  padding: 14px 24px 14px;
}

/* line 169, ../sass/share/_general.scss */
button.success, button.success:hover, button.success:focus, .button.success, .button.success:hover, .button.success:focus {
  border: 1px solid #b2206f;
  background: #d92c8a;
  background: -moz-linear-gradient(top, #d92c8a 0%, #bd2577 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d92c8a), color-stop(100%, #bd2577));
  background: -webkit-linear-gradient(top, #d92c8a 0%, #bd2577 100%);
  background: -o-linear-gradient(top, #d92c8a 0%, #bd2577 100%);
  background: -ms-linear-gradient(top, #d92c8a 0%, #bd2577 100%);
  background: linear-gradient(to bottom, #d92c8a 0%, #bd2577 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d92c8a', endColorstr='#bd2577',GradientType=0 );
}

/* line 181, ../sass/share/_general.scss */
button.quaternary, button.quaternary:hover, button.quaternary:focus, .button.quaternary, .button.quaternary:hover, .button.quaternary:focus {
  background: #333333;
  border-color: #333333;
  filter: 0;
}

/* line 187, ../sass/share/_general.scss */
button.quaternary, button.quaternary:hover, button.quaternary:focus, .button.quaternary, .button.quaternary:hover, .button.quaternary:focus {
  background: #333333;
  border-color: #333333;
  filter: 0;
}

/* line 193, ../sass/share/_general.scss */
button.small, .button.small {
  padding: 7px 14px;
  font-size: 12px;
}

/* line 198, ../sass/share/_general.scss */
button.tiny, .button.tiny {
  padding-top: 6px;
  padding-right: 12px;
  padding-bottom: 6px;
  padding-left: 12px;
  font-size: 10px;
}

/* line 206, ../sass/share/_general.scss */
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 {
  background-color: #fff;
  font-family: inherit;
  border: 1px solid #ccc;
  -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: #444;
  display: block;
  font-size: 14px;
  margin: 0 0 4px 0;
  padding: 6px;
  height: 31px;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: box-shadow,0.45s,-moz-box-shadow,0.45s,-webkit-box-shadow,0.45s,border-color,0.45s,ease-in-out;
  -moz-transition: box-shadow,0.45s,-moz-box-shadow,0.45s,-webkit-box-shadow,0.45s,border-color,0.45s,ease-in-out;
  transition: box-shadow,0.45s,-moz-box-shadow,0.45s,-webkit-box-shadow,0.45s,border-color,0.45s,ease-in-out;
  border-radius: 0;
  -webkit-appearance: none;
}

/* line 229, ../sass/share/_general.scss */
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 #999;
  -moz-box-shadow: 0 0 5px #999;
  box-shadow: 0 0 5px #999;
  border-color: #999999;
}

/* line 235, ../sass/share/_general.scss */
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: #999;
  outline: none;
}

/* line 240, ../sass/share/_general.scss */
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;
}

/* line 244, ../sass/share/_general.scss */
label {
  font-weight: bold;
  color: #4d4d4d;
  cursor: pointer;
  display: block;
  margin-bottom: 3px;
  line-height: 1.6;
}

/****************** Typography ******************/
/* line 255, ../sass/share/_general.scss */
p {
  line-height: 1.6;
  font-size: 14px;
  margin: 0 0 10px 0;
}

/* line 261, ../sass/share/_general.scss */
h1, h2, h3, h4, h5, h6 {
  color: #323232;
  font-weight: bold;
  line-height: 1.4;
}

/* line 267, ../sass/share/_general.scss */
h1 {
  font-size: 20px;
  margin: 0;
}

/****************** Off-canvas default styles ******************/
/* line 274, ../sass/share/_general.scss */
body.off-canvas-menu.menu-open {
  overflow: visible;
}

/* line 277, ../sass/share/_general.scss */
.outer-wrapper {
  overflow-x: hidden;
}

/*
Note: when off-canvas-left/right hidden, crunch it"s height so long left/right nav does not force content of off-canvas-main to longer than it should be
*/
/* line 286, ../sass/share/_general.scss */
.off-canvas-content.off-canvas-left,
.off-canvas-content.off-canvas-right {
  height: 1px !important;
}

/* line 289, ../sass/share/_general.scss */
.canvas-loading {
  margin-top: 100px;
  text-align: center;
}

/* line 293, ../sass/share/_general.scss */
.canvas-loading span {
  padding-left: 5px;
}

/* line 296, ../sass/share/_general.scss */
.off-canvas-content {
  -moz-box-shadow: inset 0 0 6px #999999;
  -webkit-box-shadow: inset 0 0 6px #999999;
  box-shadow: inset 0 0 6px #999999;
}

/****************** Site ******************/
/* line 303, ../sass/share/_general.scss */
body {
  background: #fff;
  color: #555;
  font-family: "Helvetica Neue", Helvetica, Arial, Helvetica, sans-serif;
  font-size: 13px;
  position: relative;
}

/* line 311, ../sass/share/_general.scss */
.wrapper {
  width: 100%;
  margin: 0 auto;
}

/* line 316, ../sass/share/_general.scss */
.skiptocontent {
  position: absolute;
  left: -9999em;
}

/* line 321, ../sass/share/_general.scss */
.row, .fixed-wrapper {
  max-width: 976px;
  margin: 0 auto;
}

/* line 326, ../sass/share/_general.scss */
.ie .row, .ie .fixed-wrapper {
  *zoom: 1;
}

/* line 331, ../sass/share/_general.scss */
.row:before, .row:after,
.fixed-wrapper:before, .fixed-wrapper:after {
  content: " ";
  display: table;
}

/* line 336, ../sass/share/_general.scss */
.row:after, .fixed-wrapper:after {
  clear: both;
}

/****************** Cookie Banner ******************/
/* line 341, ../sass/share/_general.scss */
.bbc-cookie-widget {
  background: #323232;
  color: #bebebe;
  padding: 24px 0;
  font-weight: normal;
  font-size: 13px;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}

/* line 354, ../sass/share/_general.scss */
.bbc-cookie-widget .title {
  width: 20.83333%;
  float: left;
  padding: 0 15px;
  position: relative;
  text-align: center;
}

/* line 362, ../sass/share/_general.scss */
.bbc-cookie-widget .title span {
  font-size: 22px;
  color: #0e6ac8;
}

/* line 367, ../sass/share/_general.scss */
.bbc-cookie-widget .body {
  width: 58.33333%;
  float: left;
  padding: 0 15px;
  position: relative;
}

/* line 374, ../sass/share/_general.scss */
.bbc-cookie-widget .body span {
  font-size: 13px;
  color: #bebebe;
  line-height: 1.3;
}

/* line 380, ../sass/share/_general.scss */
.bbc-cookie-widget .body span a {
  color: #0e6ac8;
}

/* line 384, ../sass/share/_general.scss */
.bbc-cookie-widget .accept {
  width: 20.83333%;
  float: right;
  padding: 0 15px;
  position: relative;
  text-align: center;
}

/* line 392, ../sass/share/_general.scss */
.bbc-cookie-widget .icon-remove {
  background-color: #0e6ac8;
  width: 21px;
  height: 21px;
  display: inline-block;
  line-height: 21px;
  text-align: center;
  color: #323232;
  margin-right: 7px;
}

/* line 403, ../sass/share/_general.scss */
.bbc-cookie-widget .accept a {
  color: #0e6ac8;
}

/* line 407, ../sass/share/_general.scss */
.bbc-cookie-widget .accept span {
  font-size: 17px;
  padding: 9px 0 0;
  line-height: 1;
}

/****************** Crumbtrail ******************/
/* line 414, ../sass/share/_general.scss */
.crumbtrail {
  margin: 0;
  clear: both;
  padding: 4px 0;
}

/* line 420, ../sass/share/_general.scss */
.crumbtrail-bottom span {
  font-weight: bold;
}

/* line 424, ../sass/share/_general.scss */
.crumbtrail i {
  color: #bd2577;
}

/* line 428, ../sass/share/_general.scss */
.crumbtrail-home {
  padding-right: 10px;
  color: #555555;
}

/* line 433, ../sass/share/_general.scss */
.crumbtrail-anchor {
  padding: 0 10px;
  color: #555555;
}

/* line 438, ../sass/share/_general.scss */
.crumbtrail-anchor:hover {
  color: #555555;
}

/* line 442, ../sass/share/_general.scss */
.crumbtrail .prod-name {
  display: none;
}

/* line 446, ../sass/share/_general.scss */
.crumbtrail-bottom a {
  color: #249efe;
}

/****************** Bottom Promo ******************/
/* line 451, ../sass/share/_general.scss */
.row.bottom-promo {
  padding: 20px 0;
}

/* line 455, ../sass/share/_general.scss */
.bottom-promo > div {
  width: 33.33333%;
  float: left;
}

/* line 460, ../sass/share/_general.scss */
.bottom-promo > div img {
  width: 100%;
}

/****************** Tabs ******************/
/* line 465, ../sass/share/_general.scss */
.rvi-bottom {
  padding: 10px 0 0 0;
}

/* line 469, ../sass/share/_general.scss */
.tabs {
  clear: both;
}

/* line 473, ../sass/share/_general.scss */
.tabs .header, .tabs .icatname {
  display: none;
}

/* line 477, ../sass/share/_general.scss */
.tabs .tab-header {
  position: relative;
  z-index: 2;
  float: left;
}

/* line 483, ../sass/share/_general.scss */
.tabs .tab-header li {
  float: left;
  padding: 7px 20px;
  background: #444444;
  background: -moz-linear-gradient(top, #444444 0%, #333333 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(100%, #333333));
  background: -webkit-linear-gradient(top, #444444 0%, #333333 100%);
  background: -o-linear-gradient(top, #444444 0%, #333333 100%);
  background: -ms-linear-gradient(top, #444444 0%, #333333 100%);
  background: linear-gradient(to bottom, #444444 0%, #333333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#333333',GradientType=0 );
  position: relative;
}

/* line 497, ../sass/share/_general.scss */
.tabs .tab-header li a {
  display: block;
  text-align: center;
  color: white;
  font-size: 17px;
  line-height: 27px;
  font-weight: bold;
}

/* line 506, ../sass/share/_general.scss */
.tabs .tab-header .last {
  margin-right: 0;
}

/* line 510, ../sass/share/_general.scss */
.tabs .tab-header .js-tab-active {
  background: #2897e5;
  background: -moz-linear-gradient(top, #2897e5 0%, #0e6ac8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2897e5), color-stop(100%, #0e6ac8));
  background: -webkit-linear-gradient(top, #2897e5 0%, #0e6ac8 100%);
  background: -o-linear-gradient(top, #2897e5 0%, #0e6ac8 100%);
  background: -ms-linear-gradient(top, #2897e5 0%, #0e6ac8 100%);
  background: linear-gradient(to bottom, #2897e5 0%, #0e6ac8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2897e5', endColorstr='#0e6ac8',GradientType=0 );
}

/* line 521, ../sass/share/_general.scss */
.tabs .tab-content {
  clear: both;
  position: relative;
  z-index: 1;
  top: -4px;
}

/* line 528, ../sass/share/_general.scss */
.tabs .tab-content .tab {
  border-top: 4px solid #cecece;
  padding: 20px 0 40px;
}

/****************** Box ******************/
/* line 534, ../sass/share/_general.scss */
.box-outer {
  width: 50%;
  float: left;
}

/* line 539, ../sass/share/_general.scss */
[class*="box-outer"] + [class*="box-outer"]:last-child {
  float: right;
}

/* line 543, ../sass/share/_general.scss */
.box.box-feature {
  background: #f7f7f7;
  padding: 0.71429em;
  min-height: 218px;
  position: relative;
  border: none;
}

/* line 551, ../sass/share/_general.scss */
.box.box-feature.right {
  float: right;
}

/* line 555, ../sass/share/_general.scss */
.box.box-feature .box-header {
  background: none;
  border: none;
  font-size: 2em;
  padding: 0 0 .15em;
  color: #000;
  position: relative;
  z-index: 1;
  font-weight: 600;
}

/* line 566, ../sass/share/_general.scss */
.box.box-feature .box-subheader {
  line-height: 22px;
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 .75em 0;
  width: 60%;
  position: relative;
  z-index: 1;
}

/* line 576, ../sass/share/_general.scss */
.box.box-feature .box-body {
  padding: 0;
  font-size: 12px;
  line-height: 1.3em;
  width: 50%;
  position: relative;
  z-index: 1;
}

/* line 585, ../sass/share/_general.scss */
.box.box-feature .box-img {
  position: absolute;
  bottom: 0;
  right: 0;
}

/* line 591, ../sass/share/_general.scss */
.box.box-feature .box-img img {
  width: 100%;
}

/* line 595, ../sass/share/_general.scss */
.box.box-feature .box-price {
  font-size: 16px;
  font-weight: bold;
  color: #d92c8a;
}

/* line 601, ../sass/share/_general.scss */
.box.box-feature .box-readmore {
  position: absolute;
  bottom: 15px;
  color: #000;
  font-weight: bold;
}

/* line 608, ../sass/share/_general.scss */
.box.box-feature-small {
  min-height: 145px;
  width: 98%;
}

/****************** Ribbon ******************/
/* line 614, ../sass/share/_general.scss */
a.ribbon-wrapper {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 10px;
  text-align: center;
  color: #fff;
  z-index: 99;
}

/* line 629, ../sass/share/_general.scss */
.product-detail-page a.ribbon-wrapper {
  z-index: 98;
}

/* line 633, ../sass/share/_general.scss */
.ribbon {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  position: relative;
  padding: 8px 0;
  left: -31px;
  top: 14px;
  width: 120px !important;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
  font-size: 11px !important;
  line-height: 1.6;
  display: block;
  -webkit-backface-visibility: hidden;
}

/* line 649, ../sass/share/_general.scss */
.category-list .lhn-heading, .category-list .ribbon, .body-search .lhn-heading, .body-search .ribbon, #hometabnavigation .lhn-heading, #hometabnavigation .ribbon, .product-detail-page .lhn-heading, .page .lhn-heading {
  color: #fff;
}

/* line 650, ../sass/share/_general.scss */
.catbannerbottom img, #searchResults .marg-bottom {
  width: 100%;
}

/* line 651, ../sass/share/_general.scss */
.ribbon.blue {
  background: #2897e5;
  background: -moz-linear-gradient(top, #2897e5 0%, #0e6ac8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2897e5), color-stop(100%, #0e6ac8));
  background: -webkit-linear-gradient(top, #2897e5 0%, #0e6ac8 100%);
  background: -o-linear-gradient(top, #2897e5 0%, #0e6ac8 100%);
  background: -ms-linear-gradient(top, #2897e5 0%, #0e6ac8 100%);
  background: linear-gradient(to bottom, #2897e5 0%, #0e6ac8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2897e5', endColorstr='#0e6ac8',GradientType=0 );
}

/* line 662, ../sass/share/_general.scss */
.ribbon.pink {
  background: #d92c8a;
  background: -moz-linear-gradient(top, #d92c8a 0%, #bd2577 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d92c8a), color-stop(100%, #bd2577));
  background: -webkit-linear-gradient(top, #d92c8a 0%, #bd2577 100%);
  background: -o-linear-gradient(top, #d92c8a 0%, #bd2577 100%);
  background: -ms-linear-gradient(top, #d92c8a 0%, #bd2577 100%);
  background: linear-gradient(to bottom, #d92c8a 0%, #bd2577 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d92c8a', endColorstr='#bd2577',GradientType=0 );
  font-size: 20px;
  padding: 0;
}

/* line 675, ../sass/share/_general.scss */
.ribbon.orange {
  background: #ffaa05;
  background: -moz-linear-gradient(top, #ffaa05 0%, #e4561e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffaa05), color-stop(100%, #e4561e));
  background: -webkit-linear-gradient(top, #ffaa05 0%, #e4561e 100%);
  background: -o-linear-gradient(top, #ffaa05 0%, #e4561e 100%);
  background: -ms-linear-gradient(top, #ffaa05 0%, #e4561e 100%);
  background: linear-gradient(to bottom, #ffaa05 0%, #e4561e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaa05', endColorstr='#e4561e',GradientType=0 );
}

/* line 685, ../sass/share/_general.scss */
.ribbon.blue {
  color: #fff;
}

/* line 686, ../sass/share/_general.scss */
.sash-label {
  font-weight: bold;
  text-indent: -99999em;
  font-size: 0;
  float: left;
}

/* line 693, ../sass/share/_general.scss */
.sash-label.exclusive {
  color: #0e6ac8;
}

/* line 697, ../sass/share/_general.scss */
.sash-label.sale {
  color: #d92c8a;
}

/* line 701, ../sass/share/_general.scss */
.sash-label.preorder {
  color: #e4561e;
}

/* line 704, ../sass/share/_general.scss */
.ribbon.pink {
  font-size: 15px;
  padding: 0;
}

/* line 708, ../sass/share/_general.scss */
.ribbon {
  font-size: 9px;
  padding: 5px 0 !important;
}

/* line 712, ../sass/share/_general.scss */
.fsm-prod .prod-details .sash-label.preorder {
  font-size: 0;
}

/*/////////////////////////////////////////////*/
/*               Custom Forms                  */
/*/////////////////////////////////////////////*/
/* line 718, ../sass/share/_general.scss */
.js-custom select {
  height: 2.14286em;
  margin: 0 0 1.42857em;
  position: relative;
  width: 100%;
}

/* line 724, ../sass/share/_general.scss */
.prod-wrap-item .large-21 .wrapitem {
  float: left;
  clear: both;
  width: 100%;
  height: 40px;
}

/* line 725, ../sass/share/_general.scss */
.js-custom .js-selectedArrow {
  border: none;
}

/* line 728, ../sass/share/_general.scss */
.js-custom .js-selectedArrow-shadow {
  border: none;
}

/* line 731, ../sass/share/_general.scss */
span.js-select {
  background-color: #fff;
  border: 1px solid #cccccc;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  cursor: default;
  display: block;
  height: 2.21429em;
  line-height: 20px;
  margin-top: -2.6em;
  overflow: hidden;
  padding: 0.3em 1.3em 0.3em 0.28571em;
  position: relative;
  text-align: left;
  text-indent: 10px;
  top: -12px;
}

/* line 747, ../sass/share/_general.scss */
#attributeInputs span.js-select {
  top: -8px;
}

/* line 750, ../sass/share/_general.scss */
#contactForm span.js-select {
  background-color: #fff;
  border: 1px solid #cccccc;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  cursor: default;
  display: block;
  height: 2.21429em;
  line-height: 20px;
  margin-top: -2.6em;
  overflow: hidden;
  padding: 0.3em 1.3em 0.3em 0.28571em;
  position: relative;
  text-align: left;
  text-indent: 10px;
  top: 7px;
}

/* line 766, ../sass/share/_general.scss */
span.js-select .icon-angle-down {
  line-height: 1.5em;
  position: absolute;
  right: 10px;
  top: 1px;
  font-size: 1.333em;
}

/* line 773, ../sass/share/_general.scss */
.cntry_signup #cntrylist {
  width: 100%;
  -moz-appearance: none;
  background: url("../images/select-down-arrow.png") no-repeat scroll 97% 7px white;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.098) inset;
  font-size: 14px;
  margin: 2px 0;
  padding: 6px;
}

/****************** Header ******************/
/* line 2, ../sass/share/_header.scss */
.js-orb-nav-more .icon-caret-down {
  display: none;
}

/* line 3, ../sass/share/_header.scss */
.header {
  position: relative;
  height: auto;
}

/* line 8, ../sass/share/_header.scss */
.logo-box {
  max-width: 180px;
  float: left;
  margin: 10px 0 0 0px;
}

/* line 14, ../sass/share/_header.scss */
.logo-box .logo {
  display: block;
  width: 100%;
}

/* line 18, ../sass/share/_header.scss */
.header-top-row {
  float: right;
}

/* line 21, ../sass/share/_header.scss */
.header-top {
  float: right;
  height: 37px;
  line-height: 37px;
}

/****************** Main Nav ******************/
/* line 3, ../sass/share/_megamenu.scss */
.nav-header.show-for-mobile, .nav-header.show-for-tablet {
  display: none;
}

/* line 7, ../sass/share/_megamenu.scss */
nav.nav.row {
  margin: 0;
  float: left;
  width: 100%;
  position: static;
  background: #444444;
  background: -moz-linear-gradient(top, #444444 0%, #333333 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(100%, #333333));
  background: -webkit-linear-gradient(top, #444444 0%, #333333 100%);
  background: -o-linear-gradient(top, #444444 0%, #333333 100%);
  background: -ms-linear-gradient(top, #444444 0%, #333333 100%);
  background: linear-gradient(to bottom, #444444 0%, #333333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#333333',GradientType=0 );
}

/* line 22, ../sass/share/_megamenu.scss */
nav.nav > ul, nav.nav > ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

/* line 29, ../sass/share/_megamenu.scss */
.nav-social li {
  padding: 8% 5%;
}

/* line 33, ../sass/share/_megamenu.scss */
.nav-message {
  background-color: #bd2577;
  float: right;
  padding: 0 0 16px 0.923%;
  position: relative;
  width: 20.513%;
  height: 45px;
}

/* line 42, ../sass/share/_megamenu.scss */
.nav-message .message-title {
  font-size: 13px;
}

/* line 46, ../sass/share/_megamenu.scss */
a.nav-message-link {
  line-height: 45px;
  font-weight: bold;
  color: #fff;
}

/* line 52, ../sass/share/_megamenu.scss */
.nav-message-icon {
  border-radius: 2px;
  bottom: 7px;
  margin-left: 9px;
  padding: 2px 7px;
  position: relative;
  background: #bd2577;
  background: -moz-linear-gradient(top, #bd2577 0%, #d88dba 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bd2577), color-stop(100%, #d88dba));
  background: -webkit-linear-gradient(top, #bd2577 0%, #d88dba 100%);
  background: -o-linear-gradient(top, #bd2577 0%, #d88dba 100%);
  background: -ms-linear-gradient(top, #bd2577 0%, #d88dba 100%);
  background: linear-gradient(to bottom, #bd2577 0%, #d88dba 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$dark-pink', endColorstr='#D88DBA',GradientType=0 );
}

/* line 68, ../sass/share/_megamenu.scss */
.nav-message-content {
  padding: 1px 0 0 10px;
  display: block;
  line-height: 17px;
  text-align: center;
}

/* line 75, ../sass/share/_megamenu.scss */
#nav-message {
  padding: 8px;
  background: #d92c8a;
  background: -moz-linear-gradient(top, #d92c8a 0%, #bd2577 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d92c8a), color-stop(100%, #bd2577));
  background: -webkit-linear-gradient(top, #d92c8a 0%, #bd2577 100%);
  background: -o-linear-gradient(top, #d92c8a 0%, #bd2577 100%);
  background: -ms-linear-gradient(top, #d92c8a 0%, #bd2577 100%);
  background: linear-gradient(to bottom, #d92c8a 0%, #bd2577 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d92c8a', endColorstr='#bd2577',GradientType=0 );
  color: #fff;
  font-size: 0.85714em;
  border-radius: 6px;
  position: absolute;
  top: 52px;
  left: -187px;
  z-index: 10;
  width: 416px;
  display: none;
  height: 57px;
}

/* line 97, ../sass/share/_megamenu.scss */
#nav-message img {
  padding-left: 6px;
  float: left;
}

/* Blue triangle at top */
/* line 104, ../sass/share/_megamenu.scss */
#nav-message:before {
  content: '';
  position: absolute;
  top: -6px;
  right: 78px;
  width: 0;
  height: 0;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid #d92c8a;
  border-top: none;
}

/* line 117, ../sass/share/_megamenu.scss */
.nav-bar {
  width: 79.333%;
  float: left;
  position: relative;
}

/****************** Mega Menu ******************/
/* line 125, ../sass/share/_megamenu.scss */
.mm_ul {
  float: left;
  width: 100%;
  line-height: 45px;
  text-align: center;
}

/* line 131, ../sass/share/_megamenu.scss */
.mm_ul li a {
  padding: 0 23px 0 23px;
  font-size: 16px;
}

/* line 132, ../sass/share/_megamenu.scss */
.mm_ul li a {
  padding: 0 23px 0 23px;
  font-size: 16px;
}

/* line 133, ../sass/share/_megamenu.scss */
.mm_ul li ul li a {
  font-size: 13px;
}

/* line 134, ../sass/share/_megamenu.scss */
.mm_ul > li {
  float: left;
  position: relative;
  font-size: 13px;
}

/* line 141, ../sass/share/_megamenu.scss */
.mm_ul > li.has-dropdown.js-mm-liselected:before,
.tab-nav .js-tab-active:before {
  content: '';
  position: absolute;
  left: 50%;
  z-index: 9999;
  bottom: 0;
  margin-left: -7px;
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-bottom: 8px solid #fff;
}

/* line 155, ../sass/share/_megamenu.scss */
.mm_ul > li.has-dropdown.nav-music.js-mm-liselected:before {
  left: 78%;
}

/* line 159, ../sass/share/_megamenu.scss */
.mm_ul li a {
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 0 16px;
  background: url("../images/nav-sep.png") no-repeat right center;
  font-weight: bold;
}

/* line 167, ../sass/share/_megamenu.scss */
.mm_ul li.last a {
  background: none;
}

/* line 171, ../sass/share/_megamenu.scss */
.mm_ul li a.nosep {
  background: none;
  text-align: center;
  width: 100%;
}

/* line 177, ../sass/share/_megamenu.scss */
.mm_ul.checkout li a {
  background: url("../images/nav-sep.png") no-repeat left center;
  padding-left: 9px;
}

/* line 182, ../sass/share/_megamenu.scss */
.mm_topCategoriesUlSimple .mm_subheader {
  display: none;
}

/* line 186, ../sass/share/_megamenu.scss */
.js-mm-sub {
  background: #fff;
  color: #eee;
  display: none;
  text-align: left;
  left: 0;
  padding: 23px 0;
  position: absolute;
  top: 45px;
  z-index: 4001;
  box-shadow: 1px 1px 10px #adadad;
  min-width: 690px;
  zoom: 1;
}

/* line 201, ../sass/share/_megamenu.scss */
.js-mm-sub ul {
  line-height: 18px;
  list-style: none;
  list-style-image: none;
  float: left;
  margin-left: 0;
}

/* line 209, ../sass/share/_megamenu.scss */
.js-mm-sub ul:last-child li {
  border-right: 0;
}

/* line 213, ../sass/share/_megamenu.scss */
.js-mm-sub li {
  padding: 0 26px;
  float: none !important;
  border-right: 1px solid #cecece;
}

/* line 219, ../sass/share/_megamenu.scss */
.js-mm-sub li.mm_subheader {
  color: #0e6ac8;
  text-transform: uppercase;
  padding-bottom: 10px;
}

/* line 225, ../sass/share/_megamenu.scss */
.js-mm-sub li a {
  background: #fff;
  color: #555555;
  display: block;
  padding: 1px 0;
  font-weight: normal;
}

/* line 233, ../sass/share/_megamenu.scss */
.js-mm-sub li a:hover {
  text-decoration: underline;
}

/* line 237, ../sass/share/_megamenu.scss */
.js-mm-sub li a.more-link {
  color: #0e6ac8;
  font-weight: bold;
}

/* line 242, ../sass/share/_megamenu.scss */
.js-mm-sub li a.feature-link {
  color: #d92c8a;
  font-weight: bold;
}

/* line 247, ../sass/share/_megamenu.scss */
.js-mm-sub .js-mm-subheader {
  color: #323232;
  font-weight: bold;
  padding-left: 15px;
}

/* line 253, ../sass/share/_megamenu.scss */
.js-mm-row {
  margin-bottom: 10px;
  padding-bottom: 5px;
  width: 100%;
}

/* line 259, ../sass/share/_megamenu.scss */
.mm_topCategoriesUlSimple .js-mm-subheader {
  display: none;
}

/* line 263, ../sass/share/_megamenu.scss */
nav.nav > li {
  clear: both;
  position: relative;
}

/* line 268, ../sass/share/_megamenu.scss */
nav.nav > ul {
  float: left;
}

/* line 272, ../sass/share/_megamenu.scss */
nav.nav li {
  float: left;
}

/* line 276, ../sass/share/_megamenu.scss */
nav.nav li:hover > a + ul, nav.nav li > a:focus + ul {
  display: block;
}

/* line 282, ../sass/share/_megamenu.scss */
.nav-topgear .js-mm-sub,
.nav-drwho .js-mm-sub {
  min-width: 600px;
}

/* line 286, ../sass/share/_megamenu.scss */
.nav-childrens .js-mm-sub {
  left: -25px;
}

/* line 290, ../sass/share/_megamenu.scss */
.nav-topgear .js-mm-sub {
  left: -38px;
}

/* line 294, ../sass/share/_megamenu.scss */
.nav-drwho .js-mm-sub {
  left: -135px;
}

/* line 298, ../sass/share/_megamenu.scss */
.nav-gifts .js-mm-sub {
  left: 0;
}

/* line 302, ../sass/share/_megamenu.scss */
.nav-music .js-mm-sub {
  left: -409px;
}

/****************** Mega Menu Highlight ******************/
/* line 308, ../sass/share/_megamenu.scss */
.mm_ul li.js-mm-liselected a.js-mm-active2 {
  color: #555555;
}

/* line 312, ../sass/share/_megamenu.scss */
.mm_ul li.js-mm-liselected > a, .mm_ul li a.js-mm-active1 {
  background: #2897e5;
  background: -moz-linear-gradient(top, #2897e5 0%, #0e6ac8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2897e5), color-stop(100%, #0e6ac8));
  background: -webkit-linear-gradient(top, #2897e5 0%, #0e6ac8 100%);
  background: -o-linear-gradient(top, #2897e5 0%, #0e6ac8 100%);
  background: -ms-linear-gradient(top, #2897e5 0%, #0e6ac8 100%);
  background: linear-gradient(to bottom, #2897e5 0%, #0e6ac8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2897e5', endColorstr='#0e6ac8',GradientType=0 );
  color: white;
}

/* line 1, ../sass/share/_component.scss */
.orb-header {
  font-family: Arial,Helvetica,freesans,sans-serif;
  font-size: 13px;
  font-weight: bold;
}

/* line 6, ../sass/share/_component.scss */
.orb-h {
  display: none !important;
}

/* line 7, ../sass/share/_component.scss */
.orb-outer {
  border-bottom: 1px solid #ccc;
}

/* line 10, ../sass/share/_component.scss */
.orb-container, .orb-panel {
  max-width: 976px;
  margin: 0 auto;
  overflow: hidden;
}

/* line 11, ../sass/share/_component.scss */
.left {
  float: left !important;
}

/* line 14, ../sass/share/_component.scss */
.orb-logo a {
  border-right: 1px solid #ccc;
  padding-left: 0 !important;
}

/* line 18, ../sass/share/_component.scss */
.orb-header a {
  color: #333;
  display: block;
  line-height: 29px;
  min-height: 29px;
  padding: 0.462em 11px 0.308em;
  text-decoration: none;
}

/* line 26, ../sass/share/_component.scss */
.orb-logo img {
  padding-top: 2px;
  vertical-align: top;
}

/* line 30, ../sass/share/_component.scss */
.right {
  float: right !important;
}

/* line 33, ../sass/share/_component.scss */
.orb-nav-search form {
  border-left: 1px solid #ccc;
  margin: 0;
  padding: 0.615em 0 0.539em 11px;
}

/* line 39, ../sass/share/_component.scss */
*, *:before, *:after {
  box-sizing: border-box;
}

/* line 42, ../sass/share/_component.scss */
*, *:before, *:after {
  box-sizing: border-box;
}

/* line 45, ../sass/share/_component.scss */
.orb-nav-search form div {
  background-color: #e4e4e4;
  height: 26px;
  width: 100%;
}

/* line 50, ../sass/share/_component.scss */
.orb-nav-search #orb-search-q {
  background-color: #e4e4e4;
  border: 0 none;
  box-shadow: none;
  box-sizing: content-box;
  color: #333;
  float: left;
  font-weight: bold;
  height: 1.846em;
  margin: 0;
  min-height: 24px;
  padding: 0 0 0 6px;
  width: 80%;
}

/* line 64, ../sass/share/_component.scss */
.orb-nav-search #orb-search-button {
  box-sizing: content-box;
  margin: 0;
  padding: 4px 8px 3px 7px;
}

/* line 70, ../sass/share/_component.scss */
*, *:before, *:after {
  box-sizing: border-box;
}

/* line 73, ../sass/share/_component.scss */
*, *:before, *:after {
  box-sizing: border-box;
}

/* line 76, ../sass/share/_component.scss */
.right {
  float: right !important;
}

/* line 79, ../sass/share/_component.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
  display: block;
}

/* line 83, ../sass/share/_component.scss */
.orb-header li {
  float: left;
}

/* line 86, ../sass/share/_component.scss */
.orb-nav-section a {
  padding: 4px 11px 6px;
}

/* line 89, ../sass/share/_component.scss */
.orb-header a {
  color: #333;
  display: block;
  line-height: 29px;
  min-height: 29px;
  padding: 0.462em 11px 0.308em;
  text-decoration: none;
}

/* line 97, ../sass/share/_component.scss */
.orb-nav-focus a:focus, .orb-nav-focus a:hover, .orb-nav-focus a:active {
  border-bottom: .308em solid #262626;
  padding-bottom: 2px;
}

/* line 98, ../sass/share/_component.scss */
.orb-nav-focus .orb-nav-news a:focus, .orb-nav-focus .orb-nav-news a:hover, .orb-nav-focus .orb-nav-news a:active {
  border-bottom-color: #921;
}

/* line 99, ../sass/share/_component.scss */
.orb-nav-focus .orb-nav-sport a:focus, .orb-nav-focus .orb-nav-sport a:hover, .orb-nav-focus .orb-nav-sport a:active {
  border-bottom-color: #fe1;
}

/* line 100, ../sass/share/_component.scss */
.orb-nav-focus .orb-nav-weather a:focus, .orb-nav-focus .orb-nav-weather a:hover, .orb-nav-focus .orb-nav-weather a:active {
  border-bottom-color: #8ce;
}

/* line 101, ../sass/share/_component.scss */
.orb-nav-focus .orb-nav-iplayer a:focus, .orb-nav-focus .orb-nav-iplayer a:hover, .orb-nav-focus .orb-nav-iplayer a:active {
  border-bottom-color: #ed3d7d;
}

/* line 102, ../sass/share/_component.scss */
.orb-nav-focus .orb-nav-tv a:focus, .orb-nav-focus .orb-nav-tv a:hover, .orb-nav-focus .orb-nav-tv a:active {
  border-bottom-color: #262626;
}

/* line 103, ../sass/share/_component.scss */
.orb-nav-focus .orb-nav-shop a:focus, .orb-nav-focus .orb-nav-shop a:hover, .orb-nav-focus .orb-nav-shop a:active {
  border-bottom-color: #2897e5;
}

/* line 106, ../sass/share/_component.scss */
.orb-nav-focus #orb-nav-more a:focus, .orb-nav-focus #orb-nav-more a:hover, .orb-nav-focus #orb-nav-more a:active,
.orb-nav-focus .orb-nav-capital a:focus, .orb-nav-focus .orb-nav-capital a:hover, .orb-nav-focus .orb-nav-capital a:active,
.orb-nav-focus-on {
  border-bottom: .308em solid #757575;
  padding-bottom: 2px !important;
}

/* line 107, ../sass/share/_component.scss */
.orb-nav-focus .orb-nav-radio a:focus, .orb-nav-focus .orb-nav-radio a:hover, .orb-nav-focus .orb-nav-radio a:active {
  border-bottom-color: #333;
}

/* line 108, ../sass/share/_component.scss */
.show-for-print {
  display: none;
}

/* line 109, ../sass/share/_component.scss */
.orb-nav-search {
  float: right;
  width: 25%;
}

/* line 112, ../sass/share/_component.scss */
.orb-nav-links li.js-orb-nav-menu {
  display: none;
}

/* line 115, ../sass/share/_component.scss */
#orb-panel-more {
  width: 75%;
}

/* line 118, ../sass/share/_component.scss */
#orb-panel-more .panel-header {
  float: left;
  max-width: 20%;
  min-height: 63px;
}

/* line 123, ../sass/share/_component.scss */
#orb-panel-more-title {
  color: black;
  font-family: "Gill Sans","Gill Sans MT",Arial,sans-serif;
  font-size: 2.154em;
  font-weight: normal;
  line-height: 1.2;
  margin: 0;
  text-transform: uppercase;
}

/* line 132, ../sass/share/_component.scss */
.orb-nav-links li {
  border-left: 1px solid #ccc;
  height: 40px;
}

/* line 136, ../sass/share/_component.scss */
#orb-panel-more .panel-header-links {
  color: #333;
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.8;
  margin-top: 21px;
  padding-left: 7px;
  min-height: 29px;
}

/* line 146, ../sass/share/_component.scss */
#orb-panel-more .panel-links {
  float: right;
}

/* line 149, ../sass/share/_component.scss */
.panel-component {
  width: 80%;
}

/* line 152, ../sass/share/_component.scss */
#orb-panel-more ul {
  float: left;
  width: 100%;
}

/* line 157, ../sass/share/_component.scss */
.panel-component ul li {
  float: left;
  width: 25%;
}

/* line 161, ../sass/share/_component.scss */
#orb-panel-more li a {
  box-sizing: content-box;
  color: #333;
  display: block;
  font-size: 14px;
  font-weight: normal;
  line-height: 25px;
  min-height: inherit;
  padding: 0 80px 0 7px;
  text-decoration: none;
}

/* line 172, ../sass/share/_component.scss */
#orb-panel-more li a:focus, #orb-panel-more li a:hover {
  background: #333;
  color: #fff;
}

/****************** Minicart ******************/
/* line 176, ../sass/share/_component.scss */
.minicart-detail {
  background: #fff;
}

/* line 180, ../sass/share/_component.scss */
#js-canvas-content-right .minicart-detail {
  background: transparent;
}

/* line 184, ../sass/share/_component.scss */
.minicart {
  float: right;
  display: block;
  line-height: 37px;
}

/* line 190, ../sass/share/_component.scss */
.minicart li {
  float: left;
  margin: 0 0 0 14px;
}

/* line 195, ../sass/share/_component.scss */
.minicart li:first-child {
  margin-left: 9px;
}

/* line 199, ../sass/share/_component.scss */
.minicart li:last-child {
  padding-right: 9px;
}

/* line 203, ../sass/share/_component.scss */
#box-basket {
  font-weight: bold !important;
}

/* line 207, ../sass/share/_component.scss */
#box-basket li.minicart-total a, .checkout-total {
  color: #249efe;
  font-size: 14px;
  line-height: 30px;
  text-align: right;
}

/* line 214, ../sass/share/_component.scss */
#box-basket li.minicart-total-text, .checkout-total-text {
  font-size: 16px;
}

/* line 218, ../sass/share/_component.scss */
#box-basket li.minicart-total a:hover {
  text-decoration: underline;
}

/* line 222, ../sass/share/_component.scss */
#box-basket #minicart_products .prod-name, #box-basket #minicart_products .prod-quantity {
  font-weight: bold;
}

/* line 226, ../sass/share/_component.scss */
tr.prod .prod-total, .checkout-totals {
  text-align: right;
  color: #249efe;
  font-weight: bold;
}

/* line 232, ../sass/share/_component.scss */
#box-basket #minicart_products .prod-price {
  text-align: left;
  color: #249efe;
  font-weight: bold;
}

/* line 238, ../sass/share/_component.scss */
.basket-icon {
  display: block;
  margin: 10px 0 0 0;
  width: 32px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  background: url("../images/icon_basket.png");
  background-repeat: no-repeat;
  background-position: center;
  color: #fff;
  font-weight: bold;
  position: relative;
}

/* line 253, ../sass/share/_component.scss */
.minicart-body a {
  color: #000;
}

/* line 257, ../sass/share/_component.scss */
.columns.minicart-button {
  width: 25%;
  text-align: center;
}

/* line 262, ../sass/share/_component.scss */
.minicart-total {
  font-size: 14px;
  padding: 0 0 0 10px;
}

/* line 267, ../sass/share/_component.scss */
.minicart-discount {
  font-size: 13px;
  padding: 5px 0 10px 10px;
}

/* line 272, ../sass/share/_component.scss */
.minicart-checkout-button-row {
  background: #cecece;
}

/* line 276, ../sass/share/_component.scss */
.minicart-checkout-button-row div {
  float: right;
}

/* line 280, ../sass/share/_component.scss */
#minicartDetailWrapper {
  padding: 0;
}

/* line 284, ../sass/share/_component.scss */
.minicart-product {
  border-bottom: 1px solid #cecece;
  padding-bottom: 7px;
  margin-bottom: 7px;
}

/* line 290, ../sass/share/_component.scss */
.minicart-product:last-child {
  margin-bottom: 0;
}

/* line 294, ../sass/share/_component.scss */
#minicartDetailWrapper .row {
  width: auto;
  min-width: 0;
}

/* line 299, ../sass/share/_component.scss */
.minicart-detail a.button {
  float: right;
  margin: 10px;
  color: #fff;
}

/* line 305, ../sass/share/_component.scss */
.minicart-detail .row {
  margin: 0 0 10px 0;
}

/* line 309, ../sass/share/_component.scss */
.minicart-view-basket {
  font-size: 14px;
  margin: 10px;
  float: left;
  text-decoration: underline;
  position: relative;
  top: 10px;
}

/* line 318, ../sass/share/_component.scss */
#minicart_empty {
  font-size: 12px;
  padding: 0 0 0 10px;
}

/* line 326, ../sass/share/_component.scss */
#goToCheckoutmd {
  font-size: 14px;
}

/* line 330, ../sass/share/_component.scss */
.js-scrollUp, .js-scrollDown {
  cursor: pointer;
  text-align: center;
}

/* line 335, ../sass/share/_component.scss */
.minicart-off-canvas.off-canvas-toggle {
  display: none;
}

/* line 339, ../sass/share/_component.scss */
.minicart-detail .small-6 {
  width: 25%;
  float: left;
}

/* line 344, ../sass/share/_component.scss */
.minicart-detail .small-6 img {
  width: 100%;
}

/* line 348, ../sass/share/_component.scss */
.minicart-detail .prod-details {
  width: 70%;
  float: right;
}

/* line 353, ../sass/share/_component.scss */
.minicart-detail .prod-details .prod-name {
  display: block;
}

/* line 357, ../sass/share/_component.scss */
.minicart-detail .prod-details .prod-name a {
  color: #555;
  text-align: left;
  clip: both;
}

/* line 364, ../sass/share/_component.scss */
.minicart-detail .prod-details .prod-quantity,
.minicart-detail .prod-details .prod-price {
  width: 100%;
  float: none;
  padding: 10px 0 0;
  display: block;
}

/* line 371, ../sass/share/_component.scss */
.minicart-detail .prod-details .prod-quantity br {
  display: none;
}

/* line 375, ../sass/share/_component.scss */
.ui-dialog-content h1 {
  display: none;
}

/* line 379, ../sass/share/_component.scss */
.ui-dialog-content #basketHolder {
  padding: 2%;
}

/* line 383, ../sass/share/_component.scss */
#checkoutMinicart_totals .text-right {
  text-align: right;
}

/* line 386, ../sass/share/_component.scss */
#minicart_total span {
  color: #484848;
}

/****************** Loading Image ******************/
/* line 389, ../sass/share/_component.scss */
.js-loadingimg {
  background: url("../images/loading.gif") no-repeat center center;
  display: block;
}

/* line 394, ../sass/share/_component.scss */
#minicartDetailWrapper .js-loadingimg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/****************** Panel ******************/
/* line 403, ../sass/share/_component.scss */
.panel.panel-dark {
  background: #444444;
  background: -moz-linear-gradient(top, #444444 0%, #333333 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #444444), color-stop(100%, #333333));
  background: -webkit-linear-gradient(top, #444444 0%, #333333 100%);
  background: -o-linear-gradient(top, #444444 0%, #333333 100%);
  background: -ms-linear-gradient(top, #444444 0%, #333333 100%);
  background: linear-gradient(to bottom, #444444 0%, #333333 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#333333',GradientType=0 );
  padding: 1.42857em;
}

/* line 415, ../sass/share/_component.scss */
.panel.panel-dark label, .panel.panel-dark h4, .panel.panel-dark {
  color: white;
}

/* line 419, ../sass/share/_component.scss */
.panel.panel-dark li {
  list-style-type: disc;
  list-style-position: inside;
}

/* line 424, ../sass/share/_component.scss */
.blue-text {
  color: #249efe;
}

/****************** Brightove Video Box******************/
/* line 429, ../sass/share/_component.scss */
.category-video {
  width: 70.83333%;
  float: left;
}

/* line 433, ../sass/share/_component.scss */
.fwidthbanner {
  padding-bottom: 20px;
}

/* line 434, ../sass/share/_component.scss */
.home-video {
  width: 52.873%;
  float: left;
}

/* line 438, ../sass/share/_component.scss */
.home-video .brightcove-video {
  height: 305px;
}

/* line 439, ../sass/share/_component.scss */
.brightcove-video {
  position: relative;
}

/* line 441, ../sass/share/_component.scss */
.BrightcoveExperience {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

/* line 448, ../sass/share/_component.scss */
.video-promo {
  width: 28.3088235%;
  float: right;
}

/* line 453, ../sass/share/_component.scss */
.video-promo a {
  float: right;
  padding: 0 0 7% 0;
}

/* line 458, ../sass/share/_component.scss */
.video-promo a img {
  width: 100%;
  display: block;
}

/* line 463, ../sass/share/_component.scss */
.video-promo a:last-child {
  padding: 0;
}

/* line 467, ../sass/share/_component.scss */
.home-video-promo {
  width: 46.107%;
  float: right;
}

/* line 472, ../sass/share/_component.scss */
.home-video-promo a {
  display: inline-block;
  padding: 0 0 1% 0;
}

/* line 477, ../sass/share/_component.scss */
.home-video-promo a img {
  width: 100%;
  display: block;
}

/* line 482, ../sass/share/_component.scss */
.home-video-promo a:last-child {
  padding: 0;
}

/****************** Email Sign Up ******************/
/* line 487, ../sass/share/_component.scss */
.emailsignup #cntrylist_chosen {
  margin: 0 0 12px 0;
}

/****************** Revel Model ******************/
/* line 492, ../sass/share/_component.scss */

/* BBBCCR-1 */
#regionPopupNotify {
  background: url("../images/regionpop-bg.png") no-repeat #000;
  min-height: 300px;
  border: 10px solid #fff;
  color: #fff;
  text-align: center;
  z-index: 9999;
}

@media screen and (max-width: 640px) {
  #regionPopupNotify {
    background: #000;
  }
}

#regionPopupNotify h2 {
  color: #249fff;
  font-size: 24px;
  margin: 0 20px;
}

@media screen and (max-width: 640px) {
  #regionPopupNotify h2 {
    font-size: 20px;
  }
}

#regionPopupNotify p {
  display: block;
  width: 400px;
  margin: 20px auto;
  font-size: 16px;
}

@media screen and (max-width: 640px) {
  #regionPopupNotify p {
    width: 98%;
  }
}

#regionPopupNotify .close-reveal-modal {
  font-size: 32px;
  line-height: 1;
  color: #fff;
  font-weight: 400;
  border: 1px solid #fff;
  padding: 0 4px 5px 3px;
  margin: 0;
  display: block;
  width: 30px;
}

@media screen and (max-width: 640px) {
  #regionPopupNotify .close-reveal-modal {
    top: 10px;
    right: 10px;
  }
}

#regionPopupNotify .nothanks {
  position: static;
  display: inline-block;
  color: #000;
  padding: 14px 24px 14px;
  width: auto;
  margin-right: 10px;
}

@media screen and (max-width: 640px) {
  #regionPopupNotify .nothanks {
    margin: 0 0 10px 0;
  }
}

#regionPopupNotify .switch {
  position: static;
}

#regionPopupNotify a.button {
  font-weight: 400;
  font-size: 20px;
  line-height: 1em;
  width: 32%;
}

@media screen and (max-width: 640px) {
  #regionPopupNotify a.button {
    width: 50%;
    font-size: 16px;
  }
}








.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: url("../images/transparent-black.png") repeat scroll 0 0 rgba(0, 0, 0, 0.77);
  z-index: 110;
  top: 0;
  left: 0;
  opacity: 0.3;
  display: none;
}

/* BBBCCR-1 */
.reveal-modal-bg-white {
  position: fixed;
  height: 100%;
  width: 100%;
  background: url("../images/transparent-white.png") repeat scroll 0 0 rgba(255, 255, 255, 0.77);
  z-index: 110;
  display: none;
  top: 0;
  left: 0;
  opacity:0.7;
}

/* BBBCCR-1 */
.reveal-modal-bg-white-switch {
  position: fixed;
  height: 100%;
  width: 100%;
  background: url("../images/transparent-white.png") repeat scroll 0 0 rgba(255, 255, 255, 0.77);
  z-index: 109;
  display: none;
  top: 0;
  left: 0;
  opacity:0.7;
}




/* line 504, ../sass/share/_component.scss */
.reveal-modal {
  visibility: hidden;
  display: none;
  position: absolute;
  left: 50%;
  z-index: 111;
  height: auto;
  background-color: #fff;
  margin-left: -40%;
  width: 80%;
  background-color: #fff;
  padding: 1.42857em;
  border: solid 1px #666;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  top: 50px;
}

/* line 521, ../sass/share/_component.scss */
.reveal-modal .column, .reveal-modal .columns {
  min-width: 0;
}

/* line 525, ../sass/share/_component.scss */
.productdetailreveal-modal.open {
  left: 50%;
  display: block;
  z-index: 10000;
}

/* line 526, ../sass/share/_component.scss */
.productdetailreveal-modal {
  display: block;
  left: -5500px;
  padding: 0;
}

/* line 529, ../sass/share/_component.scss */
.reveal-modal > :first-child {
  margin-top: 0;
}

/* line 533, ../sass/share/_component.scss */
.reveal-modal > :last-child {
  margin-bottom: 0;
}

/* line 537, ../sass/share/_component.scss */
.reveal-modal .close-reveal-modal {
  font-size: 1.57143em;
  line-height: 1;
  position: absolute;
  top: 0.57143em;
  right: 0.78571em;
  color: #aaa;
  font-weight: bold;
  cursor: pointer;
}

/* line 548, ../sass/share/_component.scss */
.reveal-modal.medium {
  margin-left: -30%;
  width: 60%;
}

/* line 552, ../sass/share/_component.scss */
.checkout-basket .reveal-modal.medium.open {
  top: 25% !important;
}

/* line 553, ../sass/share/_component.scss */
.checkout-template .reveal-modal.medium.open {
  top: 22% !important;
}

/* line 554, ../sass/share/_component.scss */
.reveal-modal.small {
  width: 40%;
  margin-left: -20%;
}

/* line 559, ../sass/share/_component.scss */
.js-modalContent {
  padding-top: 10px;
}

/* line 563, ../sass/share/_component.scss */
.js-modalContent .help-popup-sidebar {
  width: 20%;
  float: left;
}

/* line 568, ../sass/share/_component.scss */
.js-modalContent .help-popup-content {
  width: 78%;
  float: right;
}

/****************** Flexslider ******************/
/* FlexSlider Necessary Styles */
/* line 577, ../sass/share/_component.scss */
.flexslider {
  margin: 0;
  padding: 0;
}

/* line 581, ../sass/share/_component.scss */
.flexslider .slides img {
  display: block;
}

/* line 584, ../sass/share/_component.scss */
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

/* Hide the slides before the JS is loaded. Avoids image jumping */
/* line 593, ../sass/share/_component.scss */
.flex-pauseplay span {
  text-transform: capitalize;
}

/* Clearfix for the .slides element */
/* line 599, ../sass/share/_component.scss */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

/* line 608, ../sass/share/_component.scss */
html[xmlns] .slides {
  display: block;
}

/* line 612, ../sass/share/_component.scss */
* html .slides {
  height: 1%;
}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you include js that eliminates this class on page load */
/* line 620, ../sass/share/_component.scss */
.no-js .slides > li:first-child {
  display: block;
}

/****************** jQuery UI - v1.9.2 - 2013-07-30  ******************/
/* line 625, ../sass/share/_component.scss */
.ui-helper-hidden {
  display: none;
}

/* line 626, ../sass/share/_component.scss */
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 627, ../sass/share/_component.scss */
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

/* line 628, ../sass/share/_component.scss */
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
}

/* line 629, ../sass/share/_component.scss */
.ui-helper-clearfix:after {
  clear: both;
}

/* line 630, ../sass/share/_component.scss */
.ui-helper-clearfix {
  zoom: 1;
}

/* line 631, ../sass/share/_component.scss */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

/* line 632, ../sass/share/_component.scss */
.ui-state-disabled {
  cursor: default !important;
}

/* line 633, ../sass/share/_component.scss */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* line 634, ../sass/share/_component.scss */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 635, ../sass/share/_component.scss */
.ui-resizable {
  position: relative;
}

/* line 636, ../sass/share/_component.scss */
.ui-resizable-handle {
  position: absolute;
  font-size: .1px;
  display: block;
}

/* line 637, ../sass/share/_component.scss */
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

/* line 638, ../sass/share/_component.scss */
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

/* line 639, ../sass/share/_component.scss */
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

/* line 640, ../sass/share/_component.scss */
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

/* line 641, ../sass/share/_component.scss */
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

/* line 642, ../sass/share/_component.scss */
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

/* line 643, ../sass/share/_component.scss */
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

/* line 644, ../sass/share/_component.scss */
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

/* line 645, ../sass/share/_component.scss */
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

/* line 646, ../sass/share/_component.scss */
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

/* line 647, ../sass/share/_component.scss */
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: .5em .5em .5em .7em;
  zoom: 1;
}

/* line 648, ../sass/share/_component.scss */
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}

/* line 649, ../sass/share/_component.scss */
.ui-accordion .ui-accordion-noicons {
  padding-left: .7em;
}

/* line 650, ../sass/share/_component.scss */
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

/* line 651, ../sass/share/_component.scss */
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}

/* line 652, ../sass/share/_component.scss */
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
  zoom: 1;
}

/* line 653, ../sass/share/_component.scss */
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

/* line 654, ../sass/share/_component.scss */
* html .ui-autocomplete {
  width: 1px;
}

/* line 655, ../sass/share/_component.scss */
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-right: .1em;
  cursor: pointer;
  text-align: center;
  zoom: 1;
  overflow: visible;
}

/* line 656, ../sass/share/_component.scss */
.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none;
}

/* line 657, ../sass/share/_component.scss */
.ui-button-icon-only {
  width: 2.2em;
}

/* line 658, ../sass/share/_component.scss */
button.ui-button-icon-only {
  width: 2.4em;
}

/* line 659, ../sass/share/_component.scss */
.ui-button-icons-only {
  width: 3.4em;
}

/* line 660, ../sass/share/_component.scss */
button.ui-button-icons-only {
  width: 3.7em;
}

/* line 661, ../sass/share/_component.scss */
.ui-button .ui-button-text {
  display: block;
  line-height: 1.4;
}

/* line 662, ../sass/share/_component.scss */
.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}

/* line 663, ../sass/share/_component.scss */
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}

/* line 664, ../sass/share/_component.scss */
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}

/* line 665, ../sass/share/_component.scss */
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}

/* line 666, ../sass/share/_component.scss */
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

/* line 667, ../sass/share/_component.scss */
input.ui-button {
  padding: .4em 1em;
}

/* line 668, ../sass/share/_component.scss */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

/* line 669, ../sass/share/_component.scss */
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

/* line 670, ../sass/share/_component.scss */
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}

/* line 671, ../sass/share/_component.scss */
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}

/* line 672, ../sass/share/_component.scss */
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}

/* line 673, ../sass/share/_component.scss */
.ui-buttonset {
  margin-right: 7px;
}

/* line 674, ../sass/share/_component.scss */
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em;
}

/* line 675, ../sass/share/_component.scss */
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 676, ../sass/share/_component.scss */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

/* line 677, ../sass/share/_component.scss */
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

/* line 678, ../sass/share/_component.scss */
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

/* line 679, ../sass/share/_component.scss */
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

/* line 680, ../sass/share/_component.scss */
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

/* line 681, ../sass/share/_component.scss */
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

/* line 682, ../sass/share/_component.scss */
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

/* line 683, ../sass/share/_component.scss */
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

/* line 684, ../sass/share/_component.scss */
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

/* line 685, ../sass/share/_component.scss */
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

/* line 686, ../sass/share/_component.scss */
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

/* line 687, ../sass/share/_component.scss */
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}

/* line 688, ../sass/share/_component.scss */
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

/* line 689, ../sass/share/_component.scss */
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

/* line 690, ../sass/share/_component.scss */
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

/* line 691, ../sass/share/_component.scss */
.ui-datepicker td {
  border: 0;
  padding: 1px;
}

/* line 692, ../sass/share/_component.scss */
.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

/* line 693, ../sass/share/_component.scss */
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

/* line 694, ../sass/share/_component.scss */
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

/* line 695, ../sass/share/_component.scss */
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* line 696, ../sass/share/_component.scss */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

/* line 697, ../sass/share/_component.scss */
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

/* line 698, ../sass/share/_component.scss */
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

/* line 699, ../sass/share/_component.scss */
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

/* line 700, ../sass/share/_component.scss */
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

/* line 701, ../sass/share/_component.scss */
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

/* line 702, ../sass/share/_component.scss */
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}

/* line 703, ../sass/share/_component.scss */
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

/* line 704, ../sass/share/_component.scss */
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

/* line 705, ../sass/share/_component.scss */
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* line 706, ../sass/share/_component.scss */
.ui-datepicker-rtl {
  direction: rtl;
}

/* line 707, ../sass/share/_component.scss */
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

/* line 708, ../sass/share/_component.scss */
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

/* line 709, ../sass/share/_component.scss */
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

/* line 710, ../sass/share/_component.scss */
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

/* line 711, ../sass/share/_component.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

/* line 712, ../sass/share/_component.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

/* line 713, ../sass/share/_component.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}

/* line 714, ../sass/share/_component.scss */
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

/* line 715, ../sass/share/_component.scss */
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* line 716, ../sass/share/_component.scss */
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* line 717, ../sass/share/_component.scss */
.ui-datepicker-cover {
  position: absolute;
  z-index: -1;
  filter: mask();
  top: -4px;
  left: -4px;
  width: 200px;
  height: 200px;
}

/* line 718, ../sass/share/_component.scss */
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  width: 300px;
  overflow: hidden;
}

/* line 719, ../sass/share/_component.scss */
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

/* line 720, ../sass/share/_component.scss */
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 16px .1em 0;
}

/* line 721, ../sass/share/_component.scss */
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 18px;
}

/* line 722, ../sass/share/_component.scss */
.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px;
}

/* line 723, ../sass/share/_component.scss */
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0;
}

/* line 724, ../sass/share/_component.scss */
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: 0;
  overflow: auto;
  zoom: 1;
}

/* line 725, ../sass/share/_component.scss */
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: .5em 0 0 0;
  padding: .3em 1em .5em .4em;
}

/* line 726, ../sass/share/_component.scss */
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

/* line 727, ../sass/share/_component.scss */
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

/* line 728, ../sass/share/_component.scss */
.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px;
}

/* line 729, ../sass/share/_component.scss */
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

/* line 730, ../sass/share/_component.scss */
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: 0;
}

/* line 731, ../sass/share/_component.scss */
.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}

/* line 732, ../sass/share/_component.scss */
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  width: 100%;
}

/* line 733, ../sass/share/_component.scss */
.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

/* line 734, ../sass/share/_component.scss */
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  zoom: 1;
  font-weight: normal;
}

/* line 735, ../sass/share/_component.scss */
.ui-menu .ui-menu-item a.ui-state-focus, .ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}

/* line 736, ../sass/share/_component.scss */
.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: .4em 0 .2em;
  line-height: 1.5;
}

/* line 737, ../sass/share/_component.scss */
.ui-menu .ui-state-disabled a {
  cursor: default;
}

/* line 738, ../sass/share/_component.scss */
.ui-menu-icons {
  position: relative;
}

/* line 739, ../sass/share/_component.scss */
.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}

/* line 740, ../sass/share/_component.scss */
.ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em;
}

/* line 741, ../sass/share/_component.scss */
.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}

/* line 742, ../sass/share/_component.scss */
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

/* line 743, ../sass/share/_component.scss */
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

/* line 744, ../sass/share/_component.scss */
.ui-slider {
  position: relative;
  text-align: left;
}

/* line 745, ../sass/share/_component.scss */
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}

/* line 746, ../sass/share/_component.scss */
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* line 747, ../sass/share/_component.scss */
.ui-slider-horizontal {
  height: .8em;
}

/* line 748, ../sass/share/_component.scss */
.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

/* line 749, ../sass/share/_component.scss */
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

/* line 750, ../sass/share/_component.scss */
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

/* line 751, ../sass/share/_component.scss */
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

/* line 752, ../sass/share/_component.scss */
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

/* line 753, ../sass/share/_component.scss */
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

/* line 754, ../sass/share/_component.scss */
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

/* line 755, ../sass/share/_component.scss */
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

/* line 756, ../sass/share/_component.scss */
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

/* line 757, ../sass/share/_component.scss */
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

/* line 758, ../sass/share/_component.scss */
.ui-spinner-input {
  border: 0;
  background: 0;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}

/* line 759, ../sass/share/_component.scss */
.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* line 760, ../sass/share/_component.scss */
.ui-spinner a.ui-spinner-button {
  border-top: 0;
  border-bottom: 0;
  border-right: 0;
}

/* line 761, ../sass/share/_component.scss */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

/* line 762, ../sass/share/_component.scss */
.ui-spinner-up {
  top: 0;
}

/* line 763, ../sass/share/_component.scss */
.ui-spinner-down {
  bottom: 0;
}

/* line 764, ../sass/share/_component.scss */
.ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

/* line 765, ../sass/share/_component.scss */
.ui-tabs {
  position: relative;
  padding: .2em;
  zoom: 1;
}

/* line 766, ../sass/share/_component.scss */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

/* line 767, ../sass/share/_component.scss */
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 768, ../sass/share/_component.scss */
.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

/* line 769, ../sass/share/_component.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

/* line 770, ../sass/share/_component.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-active a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: text;
}

/* line 771, ../sass/share/_component.scss */
.ui-tabs .ui-tabs-nav li a, .ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer;
}

/* line 772, ../sass/share/_component.scss */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: 0;
}

/* line 773, ../sass/share/_component.scss */
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}

/* line 774, ../sass/share/_component.scss */
* html .ui-tooltip {
  background-image: none;
}

/* line 775, ../sass/share/_component.scss */
body .ui-tooltip {
  border-width: 2px;
}

/* line 776, ../sass/share/_component.scss */
.ui-widget {
  font-size: 1.1em;
}

/* line 777, ../sass/share/_component.scss */
.ui-widget .ui-widget {
  font-size: 1em;
}

/* line 778, ../sass/share/_component.scss */
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1em;
}

/* line 779, ../sass/share/_component.scss */
.ui-widget-content {
  border: 1px solid #aaa;
  background: white url("images/ui-bg_flat_75_ffffff_40x100.png") 50% 50% repeat-x;
  color: #222;
}

/* line 780, ../sass/share/_component.scss */
.ui-widget-content a {
  color: #222;
}

/* line 781, ../sass/share/_component.scss */
.ui-widget-header {
  border: 1px solid #aaa;
  background: #cccccc url("images/ui-bg_highlight-soft_75_cccccc_1x100.png") 50% 50% repeat-x;
  color: #222;
  font-weight: bold;
}

/* line 782, ../sass/share/_component.scss */
.ui-widget-header a {
  color: #222;
}

/* line 783, ../sass/share/_component.scss */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url("images/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #555;
}

/* line 784, ../sass/share/_component.scss */
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #555;
  text-decoration: none;
}

/* line 785, ../sass/share/_component.scss */
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #999;
  background: #dadada url("images/ui-bg_glass_75_dadada_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

/* line 786, ../sass/share/_component.scss */
.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited {
  color: #212121;
  text-decoration: none;
}

/* line 787, ../sass/share/_component.scss */
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #aaa;
  background: white url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

/* line 788, ../sass/share/_component.scss */
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

/* line 789, ../sass/share/_component.scss */
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url("images/ui-bg_glass_55_fbf9ee_1x400.png") 50% 50% repeat-x;
  color: #363636;
}

/* line 790, ../sass/share/_component.scss */
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #363636;
}

/* line 791, ../sass/share/_component.scss */
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url("images/ui-bg_glass_95_fef1ec_1x400.png") 50% 50% repeat-x;
  color: #cd0a0a;
}

/* line 792, ../sass/share/_component.scss */
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

/* line 793, ../sass/share/_component.scss */
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

/* line 794, ../sass/share/_component.scss */
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

/* line 795, ../sass/share/_component.scss */
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

/* line 796, ../sass/share/_component.scss */
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

/* line 797, ../sass/share/_component.scss */
.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

/* line 798, ../sass/share/_component.scss */
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url("images/ui-icons_222222_256x240.png");
}

/* line 799, ../sass/share/_component.scss */
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png");
}

/* line 800, ../sass/share/_component.scss */
.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png");
}

/* line 801, ../sass/share/_component.scss */
.ui-state-default .ui-icon {
  background-image: url("images/ui-icons_888888_256x240.png");
}

/* line 802, ../sass/share/_component.scss */
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url("images/ui-icons_454545_256x240.png");
}

/* line 803, ../sass/share/_component.scss */
.ui-state-active .ui-icon {
  background-image: url("images/ui-icons_454545_256x240.png");
}

/* line 804, ../sass/share/_component.scss */
.ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_2e83ff_256x240.png");
}

/* line 805, ../sass/share/_component.scss */
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cd0a0a_256x240.png");
}

/* line 806, ../sass/share/_component.scss */
.ui-icon-carat-1-n {
  background-position: 0 0;
}

/* line 807, ../sass/share/_component.scss */
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

/* line 808, ../sass/share/_component.scss */
.ui-icon-carat-1-e {
  background-position: -32px 0;
}

/* line 809, ../sass/share/_component.scss */
.ui-icon-carat-1-se {
  background-position: -48px 0;
}

/* line 810, ../sass/share/_component.scss */
.ui-icon-carat-1-s {
  background-position: -64px 0;
}

/* line 811, ../sass/share/_component.scss */
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

/* line 812, ../sass/share/_component.scss */
.ui-icon-carat-1-w {
  background-position: -96px 0;
}

/* line 813, ../sass/share/_component.scss */
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

/* line 814, ../sass/share/_component.scss */
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

/* line 815, ../sass/share/_component.scss */
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

/* line 816, ../sass/share/_component.scss */
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

/* line 817, ../sass/share/_component.scss */
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

/* line 818, ../sass/share/_component.scss */
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

/* line 819, ../sass/share/_component.scss */
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

/* line 820, ../sass/share/_component.scss */
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

/* line 821, ../sass/share/_component.scss */
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

/* line 822, ../sass/share/_component.scss */
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

/* line 823, ../sass/share/_component.scss */
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

/* line 824, ../sass/share/_component.scss */
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

/* line 825, ../sass/share/_component.scss */
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

/* line 826, ../sass/share/_component.scss */
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

/* line 827, ../sass/share/_component.scss */
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

/* line 828, ../sass/share/_component.scss */
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

/* line 829, ../sass/share/_component.scss */
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

/* line 830, ../sass/share/_component.scss */
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

/* line 831, ../sass/share/_component.scss */
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

/* line 832, ../sass/share/_component.scss */
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

/* line 833, ../sass/share/_component.scss */
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

/* line 834, ../sass/share/_component.scss */
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

/* line 835, ../sass/share/_component.scss */
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

/* line 836, ../sass/share/_component.scss */
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

/* line 837, ../sass/share/_component.scss */
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

/* line 838, ../sass/share/_component.scss */
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

/* line 839, ../sass/share/_component.scss */
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

/* line 840, ../sass/share/_component.scss */
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

/* line 841, ../sass/share/_component.scss */
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

/* line 842, ../sass/share/_component.scss */
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

/* line 843, ../sass/share/_component.scss */
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

/* line 844, ../sass/share/_component.scss */
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

/* line 845, ../sass/share/_component.scss */
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

/* line 846, ../sass/share/_component.scss */
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

/* line 847, ../sass/share/_component.scss */
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

/* line 848, ../sass/share/_component.scss */
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

/* line 849, ../sass/share/_component.scss */
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

/* line 850, ../sass/share/_component.scss */
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

/* line 851, ../sass/share/_component.scss */
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

/* line 852, ../sass/share/_component.scss */
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

/* line 853, ../sass/share/_component.scss */
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

/* line 854, ../sass/share/_component.scss */
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

/* line 855, ../sass/share/_component.scss */
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

/* line 856, ../sass/share/_component.scss */
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

/* line 857, ../sass/share/_component.scss */
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

/* line 858, ../sass/share/_component.scss */
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

/* line 859, ../sass/share/_component.scss */
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

/* line 860, ../sass/share/_component.scss */
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

/* line 861, ../sass/share/_component.scss */
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

/* line 862, ../sass/share/_component.scss */
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

/* line 863, ../sass/share/_component.scss */
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

/* line 864, ../sass/share/_component.scss */
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

/* line 865, ../sass/share/_component.scss */
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

/* line 866, ../sass/share/_component.scss */
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

/* line 867, ../sass/share/_component.scss */
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

/* line 868, ../sass/share/_component.scss */
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

/* line 869, ../sass/share/_component.scss */
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

/* line 870, ../sass/share/_component.scss */
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

/* line 871, ../sass/share/_component.scss */
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

/* line 872, ../sass/share/_component.scss */
.ui-icon-extlink {
  background-position: -32px -80px;
}

/* line 873, ../sass/share/_component.scss */
.ui-icon-newwin {
  background-position: -48px -80px;
}

/* line 874, ../sass/share/_component.scss */
.ui-icon-refresh {
  background-position: -64px -80px;
}

/* line 875, ../sass/share/_component.scss */
.ui-icon-shuffle {
  background-position: -80px -80px;
}

/* line 876, ../sass/share/_component.scss */
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

/* line 877, ../sass/share/_component.scss */
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

/* line 878, ../sass/share/_component.scss */
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

/* line 879, ../sass/share/_component.scss */
.ui-icon-folder-open {
  background-position: -16px -96px;
}

/* line 880, ../sass/share/_component.scss */
.ui-icon-document {
  background-position: -32px -96px;
}

/* line 881, ../sass/share/_component.scss */
.ui-icon-document-b {
  background-position: -48px -96px;
}

/* line 882, ../sass/share/_component.scss */
.ui-icon-note {
  background-position: -64px -96px;
}

/* line 883, ../sass/share/_component.scss */
.ui-icon-mail-closed {
  background-position: -80px -96px;
}

/* line 884, ../sass/share/_component.scss */
.ui-icon-mail-open {
  background-position: -96px -96px;
}

/* line 885, ../sass/share/_component.scss */
.ui-icon-suitcase {
  background-position: -112px -96px;
}

/* line 886, ../sass/share/_component.scss */
.ui-icon-comment {
  background-position: -128px -96px;
}

/* line 887, ../sass/share/_component.scss */
.ui-icon-person {
  background-position: -144px -96px;
}

/* line 888, ../sass/share/_component.scss */
.ui-icon-print {
  background-position: -160px -96px;
}

/* line 889, ../sass/share/_component.scss */
.ui-icon-trash {
  background-position: -176px -96px;
}

/* line 890, ../sass/share/_component.scss */
.ui-icon-locked {
  background-position: -192px -96px;
}

/* line 891, ../sass/share/_component.scss */
.ui-icon-unlocked {
  background-position: -208px -96px;
}

/* line 892, ../sass/share/_component.scss */
.ui-icon-bookmark {
  background-position: -224px -96px;
}

/* line 893, ../sass/share/_component.scss */
.ui-icon-tag {
  background-position: -240px -96px;
}

/* line 894, ../sass/share/_component.scss */
.ui-icon-home {
  background-position: 0 -112px;
}

/* line 895, ../sass/share/_component.scss */
.ui-icon-flag {
  background-position: -16px -112px;
}

/* line 896, ../sass/share/_component.scss */
.ui-icon-calendar {
  background-position: -32px -112px;
}

/* line 897, ../sass/share/_component.scss */
.ui-icon-cart {
  background-position: -48px -112px;
}

/* line 898, ../sass/share/_component.scss */
.ui-icon-pencil {
  background-position: -64px -112px;
}

/* line 899, ../sass/share/_component.scss */
.ui-icon-clock {
  background-position: -80px -112px;
}

/* line 900, ../sass/share/_component.scss */
.ui-icon-disk {
  background-position: -96px -112px;
}

/* line 901, ../sass/share/_component.scss */
.ui-icon-calculator {
  background-position: -112px -112px;
}

/* line 902, ../sass/share/_component.scss */
.ui-icon-zoomin {
  background-position: -128px -112px;
}

/* line 903, ../sass/share/_component.scss */
.ui-icon-zoomout {
  background-position: -144px -112px;
}

/* line 904, ../sass/share/_component.scss */
.ui-icon-search {
  background-position: -160px -112px;
}

/* line 905, ../sass/share/_component.scss */
.ui-icon-wrench {
  background-position: -176px -112px;
}

/* line 906, ../sass/share/_component.scss */
.ui-icon-gear {
  background-position: -192px -112px;
}

/* line 907, ../sass/share/_component.scss */
.ui-icon-heart {
  background-position: -208px -112px;
}

/* line 908, ../sass/share/_component.scss */
.ui-icon-star {
  background-position: -224px -112px;
}

/* line 909, ../sass/share/_component.scss */
.ui-icon-link {
  background-position: -240px -112px;
}

/* line 910, ../sass/share/_component.scss */
.ui-icon-cancel {
  background-position: 0 -128px;
}

/* line 911, ../sass/share/_component.scss */
.ui-icon-plus {
  background-position: -16px -128px;
}

/* line 912, ../sass/share/_component.scss */
.ui-icon-plusthick {
  background-position: -32px -128px;
}

/* line 913, ../sass/share/_component.scss */
.ui-icon-minus {
  background-position: -48px -128px;
}

/* line 914, ../sass/share/_component.scss */
.ui-icon-minusthick {
  background-position: -64px -128px;
}

/* line 915, ../sass/share/_component.scss */
.ui-icon-close {
  background-position: -80px -128px;
}

/* line 916, ../sass/share/_component.scss */
.ui-icon-closethick {
  background-position: -96px -128px;
}

/* line 917, ../sass/share/_component.scss */
.ui-icon-key {
  background-position: -112px -128px;
}

/* line 918, ../sass/share/_component.scss */
.ui-icon-lightbulb {
  background-position: -128px -128px;
}

/* line 919, ../sass/share/_component.scss */
.ui-icon-scissors {
  background-position: -144px -128px;
}

/* line 920, ../sass/share/_component.scss */
.ui-icon-clipboard {
  background-position: -160px -128px;
}

/* line 921, ../sass/share/_component.scss */
.ui-icon-copy {
  background-position: -176px -128px;
}

/* line 922, ../sass/share/_component.scss */
.ui-icon-contact {
  background-position: -192px -128px;
}

/* line 923, ../sass/share/_component.scss */
.ui-icon-image {
  background-position: -208px -128px;
}

/* line 924, ../sass/share/_component.scss */
.ui-icon-video {
  background-position: -224px -128px;
}

/* line 925, ../sass/share/_component.scss */
.ui-icon-script {
  background-position: -240px -128px;
}

/* line 926, ../sass/share/_component.scss */
.ui-icon-alert {
  background-position: 0 -144px;
}

/* line 927, ../sass/share/_component.scss */
.ui-icon-info {
  background-position: -16px -144px;
}

/* line 928, ../sass/share/_component.scss */
.ui-icon-notice {
  background-position: -32px -144px;
}

/* line 929, ../sass/share/_component.scss */
.ui-icon-help {
  background-position: -48px -144px;
}

/* line 930, ../sass/share/_component.scss */
.ui-icon-check {
  background-position: -64px -144px;
}

/* line 931, ../sass/share/_component.scss */
.ui-icon-bullet {
  background-position: -80px -144px;
}

/* line 932, ../sass/share/_component.scss */
.ui-icon-radio-on {
  background-position: -96px -144px;
}

/* line 933, ../sass/share/_component.scss */
.ui-icon-radio-off {
  background-position: -112px -144px;
}

/* line 934, ../sass/share/_component.scss */
.ui-icon-pin-w {
  background-position: -128px -144px;
}

/* line 935, ../sass/share/_component.scss */
.ui-icon-pin-s {
  background-position: -144px -144px;
}

/* line 936, ../sass/share/_component.scss */
.ui-icon-play {
  background-position: 0 -160px;
}

/* line 937, ../sass/share/_component.scss */
.ui-icon-pause {
  background-position: -16px -160px;
}

/* line 938, ../sass/share/_component.scss */
.ui-icon-seek-next {
  background-position: -32px -160px;
}

/* line 939, ../sass/share/_component.scss */
.ui-icon-seek-prev {
  background-position: -48px -160px;
}

/* line 940, ../sass/share/_component.scss */
.ui-icon-seek-end {
  background-position: -64px -160px;
}

/* line 941, ../sass/share/_component.scss */
.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* line 942, ../sass/share/_component.scss */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

/* line 943, ../sass/share/_component.scss */
.ui-icon-stop {
  background-position: -96px -160px;
}

/* line 944, ../sass/share/_component.scss */
.ui-icon-eject {
  background-position: -112px -160px;
}

/* line 945, ../sass/share/_component.scss */
.ui-icon-volume-off {
  background-position: -128px -160px;
}

/* line 946, ../sass/share/_component.scss */
.ui-icon-volume-on {
  background-position: -144px -160px;
}

/* line 947, ../sass/share/_component.scss */
.ui-icon-power {
  background-position: 0 -176px;
}

/* line 948, ../sass/share/_component.scss */
.ui-icon-signal-diag {
  background-position: -16px -176px;
}

/* line 949, ../sass/share/_component.scss */
.ui-icon-signal {
  background-position: -32px -176px;
}

/* line 950, ../sass/share/_component.scss */
.ui-icon-battery-0 {
  background-position: -48px -176px;
}

/* line 951, ../sass/share/_component.scss */
.ui-icon-battery-1 {
  background-position: -64px -176px;
}

/* line 952, ../sass/share/_component.scss */
.ui-icon-battery-2 {
  background-position: -80px -176px;
}

/* line 953, ../sass/share/_component.scss */
.ui-icon-battery-3 {
  background-position: -96px -176px;
}

/* line 954, ../sass/share/_component.scss */
.ui-icon-circle-plus {
  background-position: 0 -192px;
}

/* line 955, ../sass/share/_component.scss */
.ui-icon-circle-minus {
  background-position: -16px -192px;
}

/* line 956, ../sass/share/_component.scss */
.ui-icon-circle-close {
  background-position: -32px -192px;
}

/* line 957, ../sass/share/_component.scss */
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

/* line 958, ../sass/share/_component.scss */
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

/* line 959, ../sass/share/_component.scss */
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

/* line 960, ../sass/share/_component.scss */
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

/* line 961, ../sass/share/_component.scss */
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

/* line 962, ../sass/share/_component.scss */
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

/* line 963, ../sass/share/_component.scss */
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

/* line 964, ../sass/share/_component.scss */
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

/* line 965, ../sass/share/_component.scss */
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

/* line 966, ../sass/share/_component.scss */
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

/* line 967, ../sass/share/_component.scss */
.ui-icon-circle-check {
  background-position: -208px -192px;
}

/* line 968, ../sass/share/_component.scss */
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

/* line 969, ../sass/share/_component.scss */
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

/* line 970, ../sass/share/_component.scss */
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

/* line 971, ../sass/share/_component.scss */
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

/* line 972, ../sass/share/_component.scss */
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

/* line 973, ../sass/share/_component.scss */
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

/* line 974, ../sass/share/_component.scss */
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

/* line 975, ../sass/share/_component.scss */
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

/* line 976, ../sass/share/_component.scss */
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

/* line 977, ../sass/share/_component.scss */
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

/* line 978, ../sass/share/_component.scss */
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

/* line 979, ../sass/share/_component.scss */
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* line 980, ../sass/share/_component.scss */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  -khtml-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 981, ../sass/share/_component.scss */
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  -khtml-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 982, ../sass/share/_component.scss */
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -khtml-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 983, ../sass/share/_component.scss */
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -khtml-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 984, ../sass/share/_component.scss */
.ui-widget-overlay {
  background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
}

/* line 985, ../sass/share/_component.scss */
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url("images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

/* ui- classes - go through to see if they are absolutely required nasty */
/* line 987, ../sass/share/_component.scss */
.ui-widget-overlay {
  background: #000;
  height: 100%;
  left: 0;
  opacity: .3;
  position: absolute;
  top: 0;
  width: 100%;
  filter: Alpha(Opacity=30);
}

/* line 988, ../sass/share/_component.scss */
.ui-dialog {
  background: #fff;
  border: 1px solid #cecece;
  font-size: .857em;
  overflow: visible !important;
  position: absolute;
  text-align: left;
  width: auto;
  padding: 0;
}

/* line 989, ../sass/share/_component.scss */
.ui-dialog-titlebar {
  background: #444444;
  padding: 5px;
  color: white;
  border: 0;
  font-weight: normal;
  font-size: 1.333em;
  margin-bottom: 0.71429em;
}

/* line 990, ../sass/share/_component.scss */
.ui-dialog-titlebar-close {
  background: url("../images/sprite-1.png") no-repeat 5px -672px;
  display: block;
  height: 19px;
  overflow: hidden;
  position: absolute;
  right: 3px;
  text-indent: -9999px;
  top: 3px;
  width: 19px;
}

/* line 991, ../sass/share/_component.scss */
.ui-dialog-content {
  overflow: auto;
  padding: 10px;
  zoom: 1;
}

/* line 992, ../sass/share/_component.scss */
.ui-dialog h1 {
  font-size: 1.2em;
  position: absolute;
  top: 6px;
}

/* line 993, ../sass/share/_component.scss */
.ui-autocomplete {
  background: #fff;
  background: white;
  border: 1px solid #cfcfcf;
  color: #4c4c4c;
  list-style-type: none;
  padding-left: 0px;
  text-align: left;
  width: 309px;
}

/* line 994, ../sass/share/_component.scss */
.ui-autocomplete li {
  cursor: pointer;
  font-size: 0.8em;
}

/* line 995, ../sass/share/_component.scss */
.ui-autocomplete li a {
  color: #4c4c4c;
  display: block;
  padding: 5px;
}

/* line 997, ../sass/share/_component.scss */
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  background: white;
  text-decoration: none;
}

/* resets */
/* line 999, ../sass/share/_component.scss */
.ui-accordion-animate {
  margin: 0;
  padding: 0;
  border: 0;
}

/* line 1000, ../sass/share/_component.scss */
.ui-accordion-header a {
  text-decoration: none;
}

/* line 1001, ../sass/share/_component.scss */
.ui-state-active a {
  color: #2ca9e3;
}

/* line 1002, ../sass/share/_component.scss */
.ui-state-active.storeItem {
  border: 1px solid #2ca9e3;
}

/* line 1003, ../sass/share/_component.scss */
.ui-corner-all {
  border-radius: 0;
}

/* line 1004, ../sass/share/_component.scss */
.ui-slider-horizontal {
  height: 0.6em;
}

/* line 1005, ../sass/share/_component.scss */
.ui-slider {
  position: relative;
  text-align: left;
  margin-left: 0.71429em;
  width: 90%;
}

/* line 1006, ../sass/share/_component.scss */
.ui-slider-horizontal .ui-slider-range {
  background-color: #249efe;
  background-image: none;
  height: 100%;
  top: 0;
}

/* line 1007, ../sass/share/_component.scss */
.ui-slider .ui-slider-range {
  background-position: 0 0;
  border: 0 none;
  display: block;
  font-size: 0.7em;
  position: absolute;
  z-index: 1;
}

/* line 1008, ../sass/share/_component.scss */
.ui-slider-horizontal .ui-slider-handle {
  background-color: #2897e5;
  margin-left: -0.6em;
  top: -0.725em;
}

/* line 1009, ../sass/share/_component.scss */
.ui-slider .ui-slider-handle {
  cursor: default;
  height: 2em;
  position: absolute;
  width: 1em;
  z-index: 2;
  background-image: none;
  border: none;
  background: #9f9f9f;
  background: -moz-linear-gradient(top, #9f9f9f 0%, #787878 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9f9f9f), color-stop(100%, #787878));
  background: -webkit-linear-gradient(top, #9f9f9f 0%, #787878 100%);
  background: -o-linear-gradient(top, #9f9f9f 0%, #787878 100%);
  background: -ms-linear-gradient(top, #9f9f9f 0%, #787878 100%);
  background: linear-gradient(to bottom, #9f9f9f 0%, #787878 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9f9f9f',endColorstr='#787878',GradientType=0 );
  border-radius: 12px;
}

/* line 1010, ../sass/share/_component.scss */
.ui-slider .ui-slider-handle:after {
  top: 69%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 4px;
  left: 23%;
}

/****************** FontAwesome ******************/
@font-face {
  font-family: 'FontAwesome';
  src: url("../font/fontawesome-webfont.eot?v=3.2.1");
  src: url("../font/fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("../font/fontawesome-webfont.woff?v=3.2.1") format("woff"), url("../font/fontawesome-webfont.ttf?v=3.2.1") format("truetype"), url("../font/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 1015, ../sass/share/_component.scss */
[class^="icon-"], [class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}

/* line 1016, ../sass/share/_component.scss */
[class^="icon-"]:before, [class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}

/* line 1017, ../sass/share/_component.scss */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}

/* line 1018, ../sass/share/_component.scss */
a [class^="icon-"], a [class*=" icon-"] {
  display: inline;
}

/* line 1019, ../sass/share/_component.scss */
[class^="icon-"].icon-fixed-width, [class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571428571428em;
  text-align: right;
  padding-right: .2857142857142857em;
}

/* line 1020, ../sass/share/_component.scss */
[class^="icon-"].icon-fixed-width.icon-large, [class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714285714286em;
}

/* line 1021, ../sass/share/_component.scss */
.icons-ul {
  margin-left: 2.142857142857143em;
  list-style-type: none;
}

/* line 1022, ../sass/share/_component.scss */
.icons-ul > li {
  position: relative;
}

/* line 1023, ../sass/share/_component.scss */
.icons-ul .icon-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  text-align: center;
  line-height: inherit;
}

/* line 1024, ../sass/share/_component.scss */
[class^="icon-"].hide, [class*=" icon-"].hide {
  display: none;
}

/* line 1025, ../sass/share/_component.scss */
.icon-muted {
  color: #eee;
}

/* line 1026, ../sass/share/_component.scss */
.icon-light {
  color: #fff;
}

/* line 1027, ../sass/share/_component.scss */
.icon-dark {
  color: #333;
}

/* line 1028, ../sass/share/_component.scss */
.icon-border {
  border: solid 1px #eee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 1029, ../sass/share/_component.scss */
.icon-2x {
  font-size: 2em;
}

/* line 1030, ../sass/share/_component.scss */
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 1031, ../sass/share/_component.scss */
.icon-3x {
  font-size: 3em;
}

/* line 1032, ../sass/share/_component.scss */
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 1033, ../sass/share/_component.scss */
.icon-4x {
  font-size: 4em;
}

/* line 1034, ../sass/share/_component.scss */
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

/* line 1035, ../sass/share/_component.scss */
.icon-5x {
  font-size: 5em;
}

/* line 1036, ../sass/share/_component.scss */
.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}

/* line 1037, ../sass/share/_component.scss */
.pull-right {
  float: right;
}

/* line 1038, ../sass/share/_component.scss */
.pull-left {
  float: left;
}

/* line 1039, ../sass/share/_component.scss */
[class^="icon-"].pull-left, [class*=" icon-"].pull-left {
  margin-right: .3em;
}

/* line 1040, ../sass/share/_component.scss */
[class^="icon-"].pull-right, [class*=" icon-"].pull-right {
  margin-left: .3em;
}

/* line 1041, ../sass/share/_component.scss */
[class^="icon-"], [class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  margin-top: 0;
}

/* line 1042, ../sass/share/_component.scss */
.icon-white, .nav-pills > .active > a > [class^="icon-"], .nav-pills > .active > a > [class*=" icon-"], .nav-list > .active > a > [class^="icon-"], .nav-list > .active > a > [class*=" icon-"], .navbar-inverse .nav > .active > a > [class^="icon-"], .navbar-inverse .nav > .active > a > [class*=" icon-"], .dropdown-menu > li > a:hover > [class^="icon-"], .dropdown-menu > li > a:hover > [class*=" icon-"], .dropdown-menu > .active > a > [class^="icon-"], .dropdown-menu > .active > a > [class*=" icon-"], .dropdown-submenu:hover > a > [class^="icon-"], .dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}

/* line 1043, ../sass/share/_component.scss */
.btn [class^="icon-"].icon-large, .nav [class^="icon-"].icon-large, .btn [class*=" icon-"].icon-large, .nav [class*=" icon-"].icon-large {
  line-height: .9em;
}

/* line 1044, ../sass/share/_component.scss */
.btn [class^="icon-"].icon-spin, .nav [class^="icon-"].icon-spin, .btn [class*=" icon-"].icon-spin, .nav [class*=" icon-"].icon-spin {
  display: inline-block;
}

/* line 1045, ../sass/share/_component.scss */
.nav-tabs [class^="icon-"], .nav-pills [class^="icon-"], .nav-tabs [class*=" icon-"], .nav-pills [class*=" icon-"], .nav-tabs [class^="icon-"].icon-large, .nav-pills [class^="icon-"].icon-large, .nav-tabs [class*=" icon-"].icon-large, .nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}

/* line 1046, ../sass/share/_component.scss */
.btn [class^="icon-"].pull-left.icon-2x, .btn [class*=" icon-"].pull-left.icon-2x, .btn [class^="icon-"].pull-right.icon-2x, .btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}

/* line 1047, ../sass/share/_component.scss */
.btn [class^="icon-"].icon-spin.icon-large, .btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}

/* line 1048, ../sass/share/_component.scss */
.btn.btn-small [class^="icon-"].pull-left.icon-2x, .btn.btn-small [class*=" icon-"].pull-left.icon-2x, .btn.btn-small [class^="icon-"].pull-right.icon-2x, .btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}

/* line 1049, ../sass/share/_component.scss */
.btn.btn-large [class^="icon-"], .btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}

/* line 1050, ../sass/share/_component.scss */
.btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class*=" icon-"].pull-left.icon-2x, .btn.btn-large [class^="icon-"].pull-right.icon-2x, .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}

/* line 1051, ../sass/share/_component.scss */
.btn.btn-large [class^="icon-"].pull-left.icon-2x, .btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}

/* line 1052, ../sass/share/_component.scss */
.btn.btn-large [class^="icon-"].pull-right.icon-2x, .btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}

/* line 1053, ../sass/share/_component.scss */
.nav-list [class^="icon-"], .nav-list [class*=" icon-"] {
  line-height: inherit;
}

/* line 1054, ../sass/share/_component.scss */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%;
}

/* line 1055, ../sass/share/_component.scss */
.icon-stack [class^="icon-"], .icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em;
}

/* line 1056, ../sass/share/_component.scss */
.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em;
}

/* line 1057, ../sass/share/_component.scss */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

/* line 1058, ../sass/share/_component.scss */
a .icon-stack, a .icon-spin {
  display: inline-block;
  text-decoration: none;
}

@-moz-keyframes spin {
  /* line 1059, ../sass/share/_component.scss */
  0 {
    -moz-transform: rotate(0);
  }

  /* line 1060, ../sass/share/_component.scss */
  100% {
    -moz-transform: rotate(359deg);
  }
}

@-webkit-keyframes spin {
  /* line 1062, ../sass/share/_component.scss */
  0 {
    -webkit-transform: rotate(0);
  }

  /* line 1063, ../sass/share/_component.scss */
  100% {
    -webkit-transform: rotate(359deg);
  }
}

@-o-keyframes spin {
  /* line 1065, ../sass/share/_component.scss */
  0 {
    -o-transform: rotate(0);
  }

  /* line 1066, ../sass/share/_component.scss */
  100% {
    -o-transform: rotate(359deg);
  }
}

@-ms-keyframes spin {
  /* line 1068, ../sass/share/_component.scss */
  0 {
    -ms-transform: rotate(0);
  }

  /* line 1069, ../sass/share/_component.scss */
  100% {
    -ms-transform: rotate(359deg);
  }
}

@keyframes spin {
  /* line 1071, ../sass/share/_component.scss */
  0 {
    transform: rotate(0);
  }

  /* line 1072, ../sass/share/_component.scss */
  100% {
    transform: rotate(359deg);
  }
}

/* line 1074, ../sass/share/_component.scss */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}

/* line 1075, ../sass/share/_component.scss */
.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

/* line 1076, ../sass/share/_component.scss */
.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

/* line 1077, ../sass/share/_component.scss */
.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 1078, ../sass/share/_component.scss */
.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 1079, ../sass/share/_component.scss */
a .icon-rotate-90:before, a .icon-rotate-180:before, a .icon-rotate-270:before, a .icon-flip-horizontal:before, a .icon-flip-vertical:before {
  display: inline-block;
}

/* line 1080, ../sass/share/_component.scss */
.icon-glass:before {
  content: "\f000";
}

/* line 1081, ../sass/share/_component.scss */
.icon-music:before {
  content: "\f001";
}

/* line 1082, ../sass/share/_component.scss */
.icon-search:before {
  content: "\f002";
}

/* line 1083, ../sass/share/_component.scss */
.icon-envelope-alt:before {
  content: "\f003";
}

/* line 1084, ../sass/share/_component.scss */
.icon-heart:before {
  content: "\f004";
}

/* line 1085, ../sass/share/_component.scss */
.icon-star:before {
  content: "\f005";
}

/* line 1086, ../sass/share/_component.scss */
.icon-star-empty:before {
  content: "\f006";
}

/* line 1087, ../sass/share/_component.scss */
.icon-user:before {
  content: "\f007";
  text-indent: -5000px;
  width: 11px;
}

/* line 1088, ../sass/share/_component.scss */
.icon-film:before {
  content: "\f008";
}

/* line 1089, ../sass/share/_component.scss */
.icon-th-large:before {
  content: "\f009";
}

/* line 1090, ../sass/share/_component.scss */
.icon-th:before {
  content: "\f00a";
}

/* line 1091, ../sass/share/_component.scss */
.icon-th-list:before {
  content: "\f00b";
}

/* line 1092, ../sass/share/_component.scss */
.icon-ok:before {
  content: "\f00c";
}

/* line 1093, ../sass/share/_component.scss */
.icon-remove:before {
  content: "\f00d";
}

/* line 1094, ../sass/share/_component.scss */
.icon-zoom-in:before {
  content: "\f00e";
}

/* line 1095, ../sass/share/_component.scss */
.icon-zoom-out:before {
  content: "\f010";
}

/* line 1096, ../sass/share/_component.scss */
.icon-power-off:before, .icon-off:before {
  content: "\f011";
}

/* line 1097, ../sass/share/_component.scss */
.icon-signal:before {
  content: "\f012";
}

/* line 1098, ../sass/share/_component.scss */
.icon-gear:before, .icon-cog:before {
  content: "\f013";
}

/* line 1099, ../sass/share/_component.scss */
.icon-trash:before {
  content: "\f014";
}

/* line 1100, ../sass/share/_component.scss */
.icon-home:before {
  content: "\f015";
}

/* line 1101, ../sass/share/_component.scss */
.icon-file-alt:before {
  content: "\f016";
}

/* line 1102, ../sass/share/_component.scss */
.icon-time:before {
  content: "\f017";
}

/* line 1103, ../sass/share/_component.scss */
.icon-road:before {
  content: "\f018";
}

/* line 1104, ../sass/share/_component.scss */
.icon-download-alt:before {
  content: "\f019";
}

/* line 1105, ../sass/share/_component.scss */
.icon-download:before {
  content: "\f01a";
}

/* line 1106, ../sass/share/_component.scss */
.icon-upload:before {
  content: "\f01b";
}

/* line 1107, ../sass/share/_component.scss */
.icon-inbox:before {
  content: "\f01c";
}

/* line 1108, ../sass/share/_component.scss */
.icon-play-circle:before {
  content: "\f01d";
}

/* line 1109, ../sass/share/_component.scss */
.icon-rotate-right:before, .icon-repeat:before {
  content: "\f01e";
}

/* line 1110, ../sass/share/_component.scss */
.icon-refresh:before {
  content: "\f021";
}

/* line 1111, ../sass/share/_component.scss */
.icon-list-alt:before {
  content: "\f022";
}

/* line 1112, ../sass/share/_component.scss */
.icon-lock:before {
  content: "\f023";
}

/* line 1113, ../sass/share/_component.scss */
.icon-flag:before {
  content: "\f024";
}

/* line 1114, ../sass/share/_component.scss */
.icon-headphones:before {
  content: "\f025";
}

/* line 1115, ../sass/share/_component.scss */
.icon-volume-off:before {
  content: "\f026";
}

/* line 1116, ../sass/share/_component.scss */
.icon-volume-down:before {
  content: "\f027";
}

/* line 1117, ../sass/share/_component.scss */
.icon-volume-up:before {
  content: "\f028";
}

/* line 1118, ../sass/share/_component.scss */
.icon-qrcode:before {
  content: "\f029";
}

/* line 1119, ../sass/share/_component.scss */
.icon-barcode:before {
  content: "\f02a";
}

/* line 1120, ../sass/share/_component.scss */
.icon-tag:before {
  content: "\f02b";
}

/* line 1121, ../sass/share/_component.scss */
.icon-tags:before {
  content: "\f02c";
}

/* line 1122, ../sass/share/_component.scss */
.icon-book:before {
  content: "\f02d";
}

/* line 1123, ../sass/share/_component.scss */
.icon-bookmark:before {
  content: "\f02e";
}

/* line 1124, ../sass/share/_component.scss */
.icon-print:before {
  content: "\f02f";
}

/* line 1125, ../sass/share/_component.scss */
.icon-camera:before {
  content: "\f030";
}

/* line 1126, ../sass/share/_component.scss */
.icon-font:before {
  content: "\f031";
}

/* line 1127, ../sass/share/_component.scss */
.icon-bold:before {
  content: "\f032";
}

/* line 1128, ../sass/share/_component.scss */
.icon-italic:before {
  content: "\f033";
}

/* line 1129, ../sass/share/_component.scss */
.icon-text-height:before {
  content: "\f034";
}

/* line 1130, ../sass/share/_component.scss */
.icon-text-width:before {
  content: "\f035";
}

/* line 1131, ../sass/share/_component.scss */
.icon-align-left:before {
  content: "\f036";
}

/* line 1132, ../sass/share/_component.scss */
.icon-align-center:before {
  content: "\f037";
}

/* line 1133, ../sass/share/_component.scss */
.icon-align-right:before {
  content: "\f038";
}

/* line 1134, ../sass/share/_component.scss */
.icon-align-justify:before {
  content: "\f039";
}

/* line 1135, ../sass/share/_component.scss */
.icon-list:before {
  content: "\f03a";
}

/* line 1136, ../sass/share/_component.scss */
.icon-indent-left:before {
  content: "\f03b";
}

/* line 1137, ../sass/share/_component.scss */
.icon-indent-right:before {
  content: "\f03c";
}

/* line 1138, ../sass/share/_component.scss */
.icon-facetime-video:before {
  content: "\f03d";
}

/* line 1139, ../sass/share/_component.scss */
.icon-picture:before {
  content: "\f03e";
}

/* line 1140, ../sass/share/_component.scss */
.icon-pencil:before {
  content: "\f040";
}

/* line 1141, ../sass/share/_component.scss */
.icon-map-marker:before {
  content: "\f041";
}

/* line 1142, ../sass/share/_component.scss */
.icon-adjust:before {
  content: "\f042";
}

/* line 1143, ../sass/share/_component.scss */
.icon-tint:before {
  content: "\f043";
}

/* line 1144, ../sass/share/_component.scss */
.icon-edit:before {
  content: "\f044";
}

/* line 1145, ../sass/share/_component.scss */
.icon-share:before {
  content: "\f045";
}

/* line 1146, ../sass/share/_component.scss */
.icon-check:before {
  content: "\f046";
}

/* line 1147, ../sass/share/_component.scss */
.icon-move:before {
  content: "\f047";
}

/* line 1148, ../sass/share/_component.scss */
.icon-step-backward:before {
  content: "\f048";
}

/* line 1149, ../sass/share/_component.scss */
.icon-fast-backward:before {
  content: "\f049";
}

/* line 1150, ../sass/share/_component.scss */
.icon-backward:before {
  content: "\f04a";
}

/* line 1151, ../sass/share/_component.scss */
.icon-play:before {
  content: "\f04b";
}

/* line 1152, ../sass/share/_component.scss */
.icon-pause:before {
  content: "\f04c";
}

/* line 1153, ../sass/share/_component.scss */
.icon-stop:before {
  content: "\f04d";
}

/* line 1154, ../sass/share/_component.scss */
.icon-forward:before {
  content: "\f04e";
}

/* line 1155, ../sass/share/_component.scss */
.icon-fast-forward:before {
  content: "\f050";
}

/* line 1156, ../sass/share/_component.scss */
.icon-step-forward:before {
  content: "\f051";
}

/* line 1157, ../sass/share/_component.scss */
.icon-eject:before {
  content: "\f052";
}

/* line 1158, ../sass/share/_component.scss */
.icon-chevron-left:before {
  content: "\f053";
}

/* line 1159, ../sass/share/_component.scss */
.icon-chevron-right:before {
  content: "\f054";
}

/* line 1160, ../sass/share/_component.scss */
.icon-plus-sign:before {
  content: "\f055";
}

/* line 1161, ../sass/share/_component.scss */
.icon-minus-sign:before {
  content: "\f056";
}

/* line 1162, ../sass/share/_component.scss */
.icon-remove-sign:before {
  content: "\f057";
}

/* line 1163, ../sass/share/_component.scss */
.icon-ok-sign:before {
  content: "\f058";
}

/* line 1164, ../sass/share/_component.scss */
.icon-question-sign:before {
  content: "\f059";
}

/* line 1165, ../sass/share/_component.scss */
.icon-info-sign:before {
  content: "\f05a";
}

/* line 1166, ../sass/share/_component.scss */
.icon-screenshot:before {
  content: "\f05b";
}

/* line 1167, ../sass/share/_component.scss */
.icon-remove-circle:before {
  content: "\f05c";
}

/* line 1168, ../sass/share/_component.scss */
.icon-ok-circle:before {
  content: "\f05d";
}

/* line 1169, ../sass/share/_component.scss */
.icon-ban-circle:before {
  content: "\f05e";
}

/* line 1170, ../sass/share/_component.scss */
.icon-arrow-left:before {
  content: "\f060";
}

/* line 1171, ../sass/share/_component.scss */
.icon-arrow-right:before {
  content: "\f061";
}

/* line 1172, ../sass/share/_component.scss */
.icon-arrow-up:before {
  content: "\f062";
}

/* line 1173, ../sass/share/_component.scss */
.icon-arrow-down:before {
  content: "\f063";
}

/* line 1174, ../sass/share/_component.scss */
.icon-mail-forward:before, .icon-share-alt:before {
  content: "\f064";
}

/* line 1175, ../sass/share/_component.scss */
.icon-resize-full:before {
  content: "\f065";
}

/* line 1176, ../sass/share/_component.scss */
.icon-resize-small:before {
  content: "\f066";
}

/* line 1177, ../sass/share/_component.scss */
.icon-plus:before {
  content: "\f067";
}

/* line 1178, ../sass/share/_component.scss */
.icon-minus:before {
  content: "\f068";
}

/* line 1179, ../sass/share/_component.scss */
.icon-asterisk:before {
  content: "\f069";
}

/* line 1180, ../sass/share/_component.scss */
.icon-exclamation-sign:before {
  content: "\f06a";
}

/* line 1181, ../sass/share/_component.scss */
.icon-gift:before {
  content: "\f06b";
}

/* line 1182, ../sass/share/_component.scss */
.icon-leaf:before {
  content: "\f06c";
}

/* line 1183, ../sass/share/_component.scss */
.icon-fire:before {
  content: "\f06d";
}

/* line 1184, ../sass/share/_component.scss */
.icon-eye-open:before {
  content: "\f06e";
}

/* line 1185, ../sass/share/_component.scss */
.icon-eye-close:before {
  content: "\f070";
}

/* line 1186, ../sass/share/_component.scss */
.icon-warning-sign:before {
  content: "\f071";
}

/* line 1187, ../sass/share/_component.scss */
.icon-plane:before {
  content: "\f072";
}

/* line 1188, ../sass/share/_component.scss */
.icon-calendar:before {
  content: "\f073";
}

/* line 1189, ../sass/share/_component.scss */
.icon-random:before {
  content: "\f074";
}

/* line 1190, ../sass/share/_component.scss */
.icon-comment:before {
  content: "\f075";
}

/* line 1191, ../sass/share/_component.scss */
.icon-magnet:before {
  content: "\f076";
}

/* line 1192, ../sass/share/_component.scss */
.icon-chevron-up:before {
  content: "\f077";
}

/* line 1193, ../sass/share/_component.scss */
.icon-chevron-down:before {
  content: "\f078";
}

/* line 1194, ../sass/share/_component.scss */
.icon-retweet:before {
  content: "\f079";
}

/* line 1195, ../sass/share/_component.scss */
.icon-shopping-cart:before {
  content: "\f07a";
}

/* line 1196, ../sass/share/_component.scss */
.icon-folder-close:before {
  content: "\f07b";
}

/* line 1197, ../sass/share/_component.scss */
.icon-folder-open:before {
  content: "\f07c";
}

/* line 1198, ../sass/share/_component.scss */
.icon-resize-vertical:before {
  content: "\f07d";
}

/* line 1199, ../sass/share/_component.scss */
.icon-resize-horizontal:before {
  content: "\f07e";
}

/* line 1200, ../sass/share/_component.scss */
.icon-bar-chart:before {
  content: "\f080";
}

/* line 1201, ../sass/share/_component.scss */
.icon-twitter-sign:before {
  content: "\f081";
}

/* line 1202, ../sass/share/_component.scss */
.icon-facebook-sign:before {
  content: "\f082";
}

/* line 1203, ../sass/share/_component.scss */
.icon-camera-retro:before {
  content: "\f083";
}

/* line 1204, ../sass/share/_component.scss */
.icon-key:before {
  content: "\f084";
}

/* line 1205, ../sass/share/_component.scss */
.icon-gears:before, .icon-cogs:before {
  content: "\f085";
}

/* line 1206, ../sass/share/_component.scss */
.icon-comments:before {
  content: "\f086";
}

/* line 1207, ../sass/share/_component.scss */
.icon-thumbs-up-alt:before {
  content: "\f087";
}

/* line 1208, ../sass/share/_component.scss */
.icon-thumbs-down-alt:before {
  content: "\f088";
}

/* line 1209, ../sass/share/_component.scss */
.icon-star-half:before {
  content: "\f089";
}

/* line 1210, ../sass/share/_component.scss */
.icon-heart-empty:before {
  content: "\f08a";
}

/* line 1211, ../sass/share/_component.scss */
.icon-signout:before {
  content: "\f08b";
}

/* line 1212, ../sass/share/_component.scss */
.icon-linkedin-sign:before {
  content: "\f08c";
}

/* line 1213, ../sass/share/_component.scss */
.icon-pushpin:before {
  content: "\f08d";
}

/* line 1214, ../sass/share/_component.scss */
.icon-external-link:before {
  content: "\f08e";
}

/* line 1215, ../sass/share/_component.scss */
.icon-signin:before {
  content: "\f090";
}

/* line 1216, ../sass/share/_component.scss */
.icon-trophy:before {
  content: "\f091";
}

/* line 1217, ../sass/share/_component.scss */
.icon-github-sign:before {
  content: "\f092";
}

/* line 1218, ../sass/share/_component.scss */
.icon-upload-alt:before {
  content: "\f093";
}

/* line 1219, ../sass/share/_component.scss */
.icon-lemon:before {
  content: "\f094";
}

/* line 1220, ../sass/share/_component.scss */
.icon-phone:before {
  content: "\f095";
}

/* line 1221, ../sass/share/_component.scss */
.icon-unchecked:before, .icon-check-empty:before {
  content: "\f096";
}

/* line 1222, ../sass/share/_component.scss */
.icon-bookmark-empty:before {
  content: "\f097";
}

/* line 1223, ../sass/share/_component.scss */
.icon-phone-sign:before {
  content: "\f098";
}

/* line 1224, ../sass/share/_component.scss */
.icon-twitter:before {
  content: "\f099";
}

/* line 1225, ../sass/share/_component.scss */
.icon-facebook:before {
  content: "\f09a";
}

/* line 1226, ../sass/share/_component.scss */
.icon-github:before {
  content: "\f09b";
}

/* line 1227, ../sass/share/_component.scss */
.icon-unlock:before {
  content: "\f09c";
}

/* line 1228, ../sass/share/_component.scss */
.icon-credit-card:before {
  content: "\f09d";
}

/* line 1229, ../sass/share/_component.scss */
.icon-rss:before {
  content: "\f09e";
}

/* line 1230, ../sass/share/_component.scss */
.icon-hdd:before {
  content: "\f0a0";
}

/* line 1231, ../sass/share/_component.scss */
.icon-bullhorn:before {
  content: "\f0a1";
}

/* line 1232, ../sass/share/_component.scss */
.icon-bell:before {
  content: "\f0a2";
}

/* line 1233, ../sass/share/_component.scss */
.icon-certificate:before {
  content: "\f0a3";
}

/* line 1234, ../sass/share/_component.scss */
.icon-hand-right:before {
  content: "\f0a4";
}

/* line 1235, ../sass/share/_component.scss */
.icon-hand-left:before {
  content: "\f0a5";
}

/* line 1236, ../sass/share/_component.scss */
.icon-hand-up:before {
  content: "\f0a6";
}

/* line 1237, ../sass/share/_component.scss */
.icon-hand-down:before {
  content: "\f0a7";
}

/* line 1238, ../sass/share/_component.scss */
.icon-circle-arrow-left:before {
  content: "\f0a8";
}

/* line 1239, ../sass/share/_component.scss */
.icon-circle-arrow-right:before {
  content: "\f0a9";
}

/* line 1240, ../sass/share/_component.scss */
.icon-circle-arrow-up:before {
  content: "\f0aa";
}

/* line 1241, ../sass/share/_component.scss */
.icon-circle-arrow-down:before {
  content: "\f0ab";
}

/* line 1242, ../sass/share/_component.scss */
.icon-globe:before {
  content: "\f0ac";
}

/* line 1243, ../sass/share/_component.scss */
.icon-wrench:before {
  content: "\f0ad";
}

/* line 1244, ../sass/share/_component.scss */
.icon-tasks:before {
  content: "\f0ae";
}

/* line 1245, ../sass/share/_component.scss */
.icon-filter:before {
  content: "\f0b0";
}

/* line 1246, ../sass/share/_component.scss */
.icon-briefcase:before {
  content: "\f0b1";
}

/* line 1247, ../sass/share/_component.scss */
.icon-fullscreen:before {
  content: "\f0b2";
}

/* line 1248, ../sass/share/_component.scss */
.icon-group:before {
  content: "\f0c0";
}

/* line 1249, ../sass/share/_component.scss */
.icon-link:before {
  content: "\f0c1";
}

/* line 1250, ../sass/share/_component.scss */
.icon-cloud:before {
  content: "\f0c2";
}

/* line 1251, ../sass/share/_component.scss */
.icon-beaker:before {
  content: "\f0c3";
}

/* line 1252, ../sass/share/_component.scss */
.icon-cut:before {
  content: "\f0c4";
}

/* line 1253, ../sass/share/_component.scss */
.icon-copy:before {
  content: "\f0c5";
}

/* line 1254, ../sass/share/_component.scss */
.icon-paperclip:before, .icon-paper-clip:before {
  content: "\f0c6";
}

/* line 1255, ../sass/share/_component.scss */
.icon-save:before {
  content: "\f0c7";
}

/* line 1256, ../sass/share/_component.scss */
.icon-sign-blank:before {
  content: "\f0c8";
}

/* line 1257, ../sass/share/_component.scss */
.icon-reorder:before {
  content: "\f0c9";
}

/* line 1258, ../sass/share/_component.scss */
.icon-list-ul:before {
  content: "\f0ca";
}

/* line 1259, ../sass/share/_component.scss */
.icon-list-ol:before {
  content: "\f0cb";
}

/* line 1260, ../sass/share/_component.scss */
.icon-strikethrough:before {
  content: "\f0cc";
}

/* line 1261, ../sass/share/_component.scss */
.icon-underline:before {
  content: "\f0cd";
}

/* line 1262, ../sass/share/_component.scss */
.icon-table:before {
  content: "\f0ce";
}

/* line 1263, ../sass/share/_component.scss */
.icon-magic:before {
  content: "\f0d0";
}

/* line 1264, ../sass/share/_component.scss */
.icon-truck:before {
  content: "\f0d1";
}

/* line 1265, ../sass/share/_component.scss */
.icon-pinterest:before {
  content: "\f0d2";
}

/* line 1266, ../sass/share/_component.scss */
.icon-pinterest-sign:before {
  content: "\f0d3";
}

/* line 1267, ../sass/share/_component.scss */
.icon-google-plus-sign:before {
  content: "\f0d4";
}

/* line 1268, ../sass/share/_component.scss */
.icon-google-plus:before {
  content: "\f0d5";
}

/* line 1269, ../sass/share/_component.scss */
.icon-money:before {
  content: "\f0d6";
}

/* line 1270, ../sass/share/_component.scss */
.icon-caret-down:before {
  content: "\f0d7";
}

/* line 1271, ../sass/share/_component.scss */
.icon-caret-up:before {
  content: "\f0d8";
}

/* line 1272, ../sass/share/_component.scss */
.icon-caret-left:before {
  content: "\f0d9";
}

/* line 1273, ../sass/share/_component.scss */
.icon-caret-right:before {
  content: "\f0da";
}

/* line 1274, ../sass/share/_component.scss */
.icon-columns:before {
  content: "\f0db";
}

/* line 1275, ../sass/share/_component.scss */
.icon-sort:before {
  content: "\f0dc";
}

/* line 1276, ../sass/share/_component.scss */
.icon-sort-down:before {
  content: "\f0dd";
}

/* line 1277, ../sass/share/_component.scss */
.icon-sort-up:before {
  content: "\f0de";
}

/* line 1278, ../sass/share/_component.scss */
.icon-envelope:before {
  content: "\f0e0";
}

/* line 1279, ../sass/share/_component.scss */
.icon-linkedin:before {
  content: "\f0e1";
}

/* line 1280, ../sass/share/_component.scss */
.icon-rotate-left:before, .icon-undo:before {
  content: "\f0e2";
}

/* line 1281, ../sass/share/_component.scss */
.icon-legal:before {
  content: "\f0e3";
}

/* line 1282, ../sass/share/_component.scss */
.icon-dashboard:before {
  content: "\f0e4";
}

/* line 1283, ../sass/share/_component.scss */
.icon-comment-alt:before {
  content: "\f0e5";
}

/* line 1284, ../sass/share/_component.scss */
.icon-comments-alt:before {
  content: "\f0e6";
}

/* line 1285, ../sass/share/_component.scss */
.icon-bolt:before {
  content: "\f0e7";
}

/* line 1286, ../sass/share/_component.scss */
.icon-sitemap:before {
  content: "\f0e8";
}

/* line 1287, ../sass/share/_component.scss */
.icon-umbrella:before {
  content: "\f0e9";
}

/* line 1288, ../sass/share/_component.scss */
.icon-paste:before {
  content: "\f0ea";
}

/* line 1289, ../sass/share/_component.scss */
.icon-lightbulb:before {
  content: "\f0eb";
}

/* line 1290, ../sass/share/_component.scss */
.icon-exchange:before {
  content: "\f0ec";
}

/* line 1291, ../sass/share/_component.scss */
.icon-cloud-download:before {
  content: "\f0ed";
}

/* line 1292, ../sass/share/_component.scss */
.icon-cloud-upload:before {
  content: "\f0ee";
}

/* line 1293, ../sass/share/_component.scss */
.icon-user-md:before {
  content: "\f0f0";
}

/* line 1294, ../sass/share/_component.scss */
.icon-stethoscope:before {
  content: "\f0f1";
}

/* line 1295, ../sass/share/_component.scss */
.icon-suitcase:before {
  content: "\f0f2";
}

/* line 1296, ../sass/share/_component.scss */
.icon-bell-alt:before {
  content: "\f0f3";
}

/* line 1297, ../sass/share/_component.scss */
.icon-coffee:before {
  content: "\f0f4";
}

/* line 1298, ../sass/share/_component.scss */
.icon-food:before {
  content: "\f0f5";
}

/* line 1299, ../sass/share/_component.scss */
.icon-file-text-alt:before {
  content: "\f0f6";
}

/* line 1300, ../sass/share/_component.scss */
.icon-building:before {
  content: "\f0f7";
}

/* line 1301, ../sass/share/_component.scss */
.icon-hospital:before {
  content: "\f0f8";
}

/* line 1302, ../sass/share/_component.scss */
.icon-ambulance:before {
  content: "\f0f9";
}

/* line 1303, ../sass/share/_component.scss */
.icon-medkit:before {
  content: "\f0fa";
}

/* line 1304, ../sass/share/_component.scss */
.icon-fighter-jet:before {
  content: "\f0fb";
}

/* line 1305, ../sass/share/_component.scss */
.icon-beer:before {
  content: "\f0fc";
}

/* line 1306, ../sass/share/_component.scss */
.icon-h-sign:before {
  content: "\f0fd";
}

/* line 1307, ../sass/share/_component.scss */
.icon-plus-sign-alt:before {
  content: "\f0fe";
}

/* line 1308, ../sass/share/_component.scss */
.icon-double-angle-left:before {
  content: "\f100";
}

/* line 1309, ../sass/share/_component.scss */
.icon-double-angle-right:before {
  content: "\f101";
}

/* line 1310, ../sass/share/_component.scss */
.icon-double-angle-up:before {
  content: "\f102";
}

/* line 1311, ../sass/share/_component.scss */
.icon-double-angle-down:before {
  content: "\f103";
}

/* line 1312, ../sass/share/_component.scss */
.icon-angle-left:before {
  content: "\f104";
}

/* line 1313, ../sass/share/_component.scss */
.icon-angle-right:before {
  content: "\f105";
}

/* line 1314, ../sass/share/_component.scss */
.icon-angle-up:before {
  content: "\f106";
}

/* line 1315, ../sass/share/_component.scss */
.icon-angle-down:before {
  content: "\f107";
}

/* line 1316, ../sass/share/_component.scss */
.icon-desktop:before {
  content: "\f108";
}

/* line 1317, ../sass/share/_component.scss */
.icon-laptop:before {
  content: "\f109";
}

/* line 1318, ../sass/share/_component.scss */
.icon-tablet:before {
  content: "\f10a";
}

/* line 1319, ../sass/share/_component.scss */
.icon-mobile-phone:before {
  content: "\f10b";
}

/* line 1320, ../sass/share/_component.scss */
.icon-circle-blank:before {
  content: "\f10c";
}

/* line 1321, ../sass/share/_component.scss */
.icon-quote-left:before {
  content: "\f10d";
}

/* line 1322, ../sass/share/_component.scss */
.icon-quote-right:before {
  content: "\f10e";
}

/* line 1323, ../sass/share/_component.scss */
.icon-spinner:before {
  content: "\f110";
}

/* line 1324, ../sass/share/_component.scss */
.icon-circle:before {
  content: "\f111";
}

/* line 1325, ../sass/share/_component.scss */
.icon-mail-reply:before, .icon-reply:before {
  content: "\f112";
}

/* line 1326, ../sass/share/_component.scss */
.icon-github-alt:before {
  content: "\f113";
}

/* line 1327, ../sass/share/_component.scss */
.icon-folder-close-alt:before {
  content: "\f114";
}

/* line 1328, ../sass/share/_component.scss */
.icon-folder-open-alt:before {
  content: "\f115";
}

/* line 1329, ../sass/share/_component.scss */
.icon-expand-alt:before {
  content: "\f116";
}

/* line 1330, ../sass/share/_component.scss */
.icon-collapse-alt:before {
  content: "\f117";
}

/* line 1331, ../sass/share/_component.scss */
.icon-smile:before {
  content: "\f118";
}

/* line 1332, ../sass/share/_component.scss */
.icon-frown:before {
  content: "\f119";
}

/* line 1333, ../sass/share/_component.scss */
.icon-meh:before {
  content: "\f11a";
}

/* line 1334, ../sass/share/_component.scss */
.icon-gamepad:before {
  content: "\f11b";
}

/* line 1335, ../sass/share/_component.scss */
.icon-keyboard:before {
  content: "\f11c";
}

/* line 1336, ../sass/share/_component.scss */
.icon-flag-alt:before {
  content: "\f11d";
}

/* line 1337, ../sass/share/_component.scss */
.icon-flag-checkered:before {
  content: "\f11e";
}

/* line 1338, ../sass/share/_component.scss */
.icon-terminal:before {
  content: "\f120";
}

/* line 1339, ../sass/share/_component.scss */
.icon-code:before {
  content: "\f121";
}

/* line 1340, ../sass/share/_component.scss */
.icon-reply-all:before {
  content: "\f122";
}

/* line 1341, ../sass/share/_component.scss */
.icon-mail-reply-all:before {
  content: "\f122";
}

/* line 1342, ../sass/share/_component.scss */
.icon-star-half-full:before, .icon-star-half-empty:before {
  content: "\f123";
}

/* line 1343, ../sass/share/_component.scss */
.icon-location-arrow:before {
  content: "\f124";
}

/* line 1344, ../sass/share/_component.scss */
.icon-crop:before {
  content: "\f125";
}

/* line 1345, ../sass/share/_component.scss */
.icon-code-fork:before {
  content: "\f126";
}

/* line 1346, ../sass/share/_component.scss */
.icon-unlink:before {
  content: "\f127";
}

/* line 1347, ../sass/share/_component.scss */
.icon-question:before {
  content: "\f128";
}

/* line 1348, ../sass/share/_component.scss */
.icon-info:before {
  content: "\f129";
}

/* line 1349, ../sass/share/_component.scss */
.icon-exclamation:before {
  content: "\f12a";
}

/* line 1350, ../sass/share/_component.scss */
.icon-superscript:before {
  content: "\f12b";
}

/* line 1351, ../sass/share/_component.scss */
.icon-subscript:before {
  content: "\f12c";
}

/* line 1352, ../sass/share/_component.scss */
.icon-eraser:before {
  content: "\f12d";
}

/* line 1353, ../sass/share/_component.scss */
.icon-puzzle-piece:before {
  content: "\f12e";
}

/* line 1354, ../sass/share/_component.scss */
.icon-microphone:before {
  content: "\f130";
}

/* line 1355, ../sass/share/_component.scss */
.icon-microphone-off:before {
  content: "\f131";
}

/* line 1356, ../sass/share/_component.scss */
.icon-shield:before {
  content: "\f132";
}

/* line 1357, ../sass/share/_component.scss */
.icon-calendar-empty:before {
  content: "\f133";
}

/* line 1358, ../sass/share/_component.scss */
.icon-fire-extinguisher:before {
  content: "\f134";
}

/* line 1359, ../sass/share/_component.scss */
.icon-rocket:before {
  content: "\f135";
}

/* line 1360, ../sass/share/_component.scss */
.icon-maxcdn:before {
  content: "\f136";
}

/* line 1361, ../sass/share/_component.scss */
.icon-chevron-sign-left:before {
  content: "\f137";
}

/* line 1362, ../sass/share/_component.scss */
.icon-chevron-sign-right:before {
  content: "\f138";
}

/* line 1363, ../sass/share/_component.scss */
.icon-chevron-sign-up:before {
  content: "\f139";
}

/* line 1364, ../sass/share/_component.scss */
.icon-chevron-sign-down:before {
  content: "\f13a";
}

/* line 1365, ../sass/share/_component.scss */
.icon-html5:before {
  content: "\f13b";
}

/* line 1366, ../sass/share/_component.scss */
.icon-css3:before {
  content: "\f13c";
}

/* line 1367, ../sass/share/_component.scss */
.icon-anchor:before {
  content: "\f13d";
}

/* line 1368, ../sass/share/_component.scss */
.icon-unlock-alt:before {
  content: "\f13e";
}

/* line 1369, ../sass/share/_component.scss */
.icon-bullseye:before {
  content: "\f140";
}

/* line 1370, ../sass/share/_component.scss */
.icon-ellipsis-horizontal:before {
  content: "\f141";
}

/* line 1371, ../sass/share/_component.scss */
.icon-ellipsis-vertical:before {
  content: "\f142";
}

/* line 1372, ../sass/share/_component.scss */
.icon-rss-sign:before {
  content: "\f143";
}

/* line 1373, ../sass/share/_component.scss */
.icon-play-sign:before {
  content: "\f144";
}

/* line 1374, ../sass/share/_component.scss */
.icon-ticket:before {
  content: "\f145";
}

/* line 1375, ../sass/share/_component.scss */
.icon-minus-sign-alt:before {
  content: "\f146";
}

/* line 1376, ../sass/share/_component.scss */
.icon-check-minus:before {
  content: "\f147";
}

/* line 1377, ../sass/share/_component.scss */
.icon-level-up:before {
  content: "\f148";
}

/* line 1378, ../sass/share/_component.scss */
.icon-level-down:before {
  content: "\f149";
}

/* line 1379, ../sass/share/_component.scss */
.icon-check-sign:before {
  content: "\f14a";
}

/* line 1380, ../sass/share/_component.scss */
.icon-edit-sign:before {
  content: "\f14b";
}

/* line 1381, ../sass/share/_component.scss */
.icon-external-link-sign:before {
  content: "\f14c";
}

/* line 1382, ../sass/share/_component.scss */
.icon-share-sign:before {
  content: "\f14d";
}

/* line 1383, ../sass/share/_component.scss */
.icon-compass:before {
  content: "\f14e";
}

/* line 1384, ../sass/share/_component.scss */
.icon-collapse:before {
  content: "\f150";
}

/* line 1385, ../sass/share/_component.scss */
.icon-collapse-top:before {
  content: "\f151";
}

/* line 1386, ../sass/share/_component.scss */
.icon-expand:before {
  content: "\f152";
}

/* line 1387, ../sass/share/_component.scss */
.icon-euro:before, .icon-eur:before {
  content: "\f153";
}

/* line 1388, ../sass/share/_component.scss */
.icon-gbp:before {
  content: "\f154";
}

/* line 1389, ../sass/share/_component.scss */
.icon-dollar:before, .icon-usd:before {
  content: "\f155";
}

/* line 1390, ../sass/share/_component.scss */
.icon-rupee:before, .icon-inr:before {
  content: "\f156";
}

/* line 1391, ../sass/share/_component.scss */
.icon-yen:before, .icon-jpy:before {
  content: "\f157";
}

/* line 1392, ../sass/share/_component.scss */
.icon-renminbi:before, .icon-cny:before {
  content: "\f158";
}

/* line 1393, ../sass/share/_component.scss */
.icon-won:before, .icon-krw:before {
  content: "\f159";
}

/* line 1394, ../sass/share/_component.scss */
.icon-bitcoin:before, .icon-btc:before {
  content: "\f15a";
}

/* line 1395, ../sass/share/_component.scss */
.icon-file:before {
  content: "\f15b";
}

/* line 1396, ../sass/share/_component.scss */
.icon-file-text:before {
  content: "\f15c";
}

/* line 1397, ../sass/share/_component.scss */
.icon-sort-by-alphabet:before {
  content: "\f15d";
}

/* line 1398, ../sass/share/_component.scss */
.icon-sort-by-alphabet-alt:before {
  content: "\f15e";
}

/* line 1399, ../sass/share/_component.scss */
.icon-sort-by-attributes:before {
  content: "\f160";
}

/* line 1400, ../sass/share/_component.scss */
.icon-sort-by-attributes-alt:before {
  content: "\f161";
}

/* line 1401, ../sass/share/_component.scss */
.icon-sort-by-order:before {
  content: "\f162";
}

/* line 1402, ../sass/share/_component.scss */
.icon-sort-by-order-alt:before {
  content: "\f163";
}

/* line 1403, ../sass/share/_component.scss */
.icon-thumbs-up:before {
  content: "\f164";
}

/* line 1404, ../sass/share/_component.scss */
.icon-thumbs-down:before {
  content: "\f165";
}

/* line 1405, ../sass/share/_component.scss */
.icon-youtube-sign:before {
  content: "\f166";
}

/* line 1406, ../sass/share/_component.scss */
.icon-youtube:before {
  content: "\f167";
}

/* line 1407, ../sass/share/_component.scss */
.icon-xing:before {
  content: "\f168";
}

/* line 1408, ../sass/share/_component.scss */
.icon-xing-sign:before {
  content: "\f169";
}

/* line 1409, ../sass/share/_component.scss */
.icon-youtube-play:before {
  content: "\f16a";
}

/* line 1410, ../sass/share/_component.scss */
.icon-dropbox:before {
  content: "\f16b";
}

/* line 1411, ../sass/share/_component.scss */
.icon-stackexchange:before {
  content: "\f16c";
}

/* line 1412, ../sass/share/_component.scss */
.icon-instagram:before {
  content: "\f16d";
}

/* line 1413, ../sass/share/_component.scss */
.icon-flickr:before {
  content: "\f16e";
}

/* line 1414, ../sass/share/_component.scss */
.icon-adn:before {
  content: "\f170";
}

/* line 1415, ../sass/share/_component.scss */
.icon-bitbucket:before {
  content: "\f171";
}

/* line 1416, ../sass/share/_component.scss */
.icon-bitbucket-sign:before {
  content: "\f172";
}

/* line 1417, ../sass/share/_component.scss */
.icon-tumblr:before {
  content: "\f173";
}

/* line 1418, ../sass/share/_component.scss */
.icon-tumblr-sign:before {
  content: "\f174";
}

/* line 1419, ../sass/share/_component.scss */
.icon-long-arrow-down:before {
  content: "\f175";
}

/* line 1420, ../sass/share/_component.scss */
.icon-long-arrow-up:before {
  content: "\f176";
}

/* line 1421, ../sass/share/_component.scss */
.icon-long-arrow-left:before {
  content: "\f177";
}

/* line 1422, ../sass/share/_component.scss */
.icon-long-arrow-right:before {
  content: "\f178";
}

/* line 1423, ../sass/share/_component.scss */
.icon-apple:before {
  content: "\f179";
}

/* line 1424, ../sass/share/_component.scss */
.icon-windows:before {
  content: "\f17a";
}

/* line 1425, ../sass/share/_component.scss */
.icon-android:before {
  content: "\f17b";
}

/* line 1426, ../sass/share/_component.scss */
.icon-linux:before {
  content: "\f17c";
}

/* line 1427, ../sass/share/_component.scss */
.icon-dribbble:before {
  content: "\f17d";
}

/* line 1428, ../sass/share/_component.scss */
.icon-skype:before {
  content: "\f17e";
}

/* line 1429, ../sass/share/_component.scss */
.icon-foursquare:before {
  content: "\f180";
}

/* line 1430, ../sass/share/_component.scss */
.icon-trello:before {
  content: "\f181";
}

/* line 1431, ../sass/share/_component.scss */
.icon-female:before {
  content: "\f182";
}

/* line 1432, ../sass/share/_component.scss */
.icon-male:before {
  content: "\f183";
}

/* line 1433, ../sass/share/_component.scss */
.icon-gittip:before {
  content: "\f184";
}

/* line 1434, ../sass/share/_component.scss */
.icon-sun:before {
  content: "\f185";
}

/* line 1435, ../sass/share/_component.scss */
.icon-moon:before {
  content: "\f186";
}

/* line 1436, ../sass/share/_component.scss */
.icon-archive:before {
  content: "\f187";
}

/* line 1437, ../sass/share/_component.scss */
.icon-bug:before {
  content: "\f188";
}

/* line 1438, ../sass/share/_component.scss */
.icon-vk:before {
  content: "\f189";
}

/* line 1439, ../sass/share/_component.scss */
.icon-weibo:before {
  content: "\f18a";
}

/* line 1440, ../sass/share/_component.scss */
.icon-renren:before {
  content: "\f18b";
}

/****************** Chosen ******************/
/* line 1443, ../sass/share/_component.scss */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 1455, ../sass/share/_component.scss */
.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: 1px solid #ccc;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

/* line 1470, ../sass/share/_component.scss */
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

/* line 1474, ../sass/share/_component.scss */
.chosen-container a {
  cursor: pointer;
}

/* Single Chosen */
/* line 1480, ../sass/share/_component.scss */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 3px 0 3px 8px;
  height: 23px;
  border: 1px solid #ccc;
  background-color: #fff;
  background-clip: padding-box;
  box-shadow: 0 1 2px rgba(0, 0, 0, 0.1) inset;
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
  margin: 0 0 4px 0;
}

/* line 1496, ../sass/share/_component.scss */
.chosen-container-single .chosen-default {
  color: #999;
}

/* line 1499, ../sass/share/_component.scss */
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 1506, ../sass/share/_component.scss */
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

/* line 1509, ../sass/share/_component.scss */
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../images/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

/* line 1519, ../sass/share/_component.scss */
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

/* line 1522, ../sass/share/_component.scss */
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

/* line 1525, ../sass/share/_component.scss */
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

/* line 1533, ../sass/share/_component.scss */
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/chosen-sprite.png") no-repeat 0 5px;
}

/* line 1539, ../sass/share/_component.scss */
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

/* line 1546, ../sass/share/_component.scss */
.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("../images/chosen-sprite.png") no-repeat 100% -20px;
  background: url("../images/chosen-sprite.png") no-repeat 100% -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, white));
  background: url("../images/chosen-sprite.png") no-repeat 100% -20px, -webkit-linear-gradient(#eeeeee 1%, white 15%);
  background: url("../images/chosen-sprite.png") no-repeat 100% -20px, -moz-linear-gradient(#eeeeee 1%, white 15%);
  background: url("../images/chosen-sprite.png") no-repeat 100% -20px, -o-linear-gradient(#eeeeee 1%, white 15%);
  background: url("../images/chosen-sprite.png") no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

/* line 1567, ../sass/share/_component.scss */
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

/* line 1572, ../sass/share/_component.scss */
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* Results */
/* line 1578, ../sass/share/_component.scss */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
  color: #444;
}

/* line 1588, ../sass/share/_component.scss */
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
}

/* line 1595, ../sass/share/_component.scss */
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

/* line 1599, ../sass/share/_component.scss */
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* line 1604, ../sass/share/_component.scss */
.chosen-container .chosen-results li.highlighted {
  background-color: #2897e5;
  background: -moz-linear-gradient(top, #2897e5 0%, #0e6ac8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2897e5), color-stop(100%, #0e6ac8));
  background: -webkit-linear-gradient(top, #2897e5 0%, #0e6ac8 100%);
  background: -o-linear-gradient(top, #2897e5 0%, #0e6ac8 100%);
  background: -ms-linear-gradient(top, #2897e5 0%, #0e6ac8 100%);
  background: linear-gradient(to bottom, #2897e5 0%, #0e6ac8 100%);
  color: #fff;
}

/* line 1614, ../sass/share/_component.scss */
.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}

/* line 1618, ../sass/share/_component.scss */
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

/* line 1623, ../sass/share/_component.scss */
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

/* line 1626, ../sass/share/_component.scss */
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* Multi Chosen */
/* line 1632, ../sass/share/_component.scss */
.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;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, white));
  background-image: -webkit-linear-gradient(#eeeeee 1%, white 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, white 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, white 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}

/* line 1652, ../sass/share/_component.scss */
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

/* line 1656, ../sass/share/_component.scss */
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 1661, ../sass/share/_component.scss */
.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;
}

/* line 1675, ../sass/share/_component.scss */
.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}

/* line 1678, ../sass/share/_component.scss */
.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: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

/* line 1696, ../sass/share/_component.scss */
.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("../images/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

/* line 1706, ../sass/share/_component.scss */
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

/* line 1709, ../sass/share/_component.scss */
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}

/* line 1720, ../sass/share/_component.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

/* line 1723, ../sass/share/_component.scss */
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

/* line 1726, ../sass/share/_component.scss */
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

/* line 1730, ../sass/share/_component.scss */
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* Active */
/* line 1737, ../sass/share/_component.scss */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 1741, ../sass/share/_component.scss */
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, white));
  background-image: -webkit-linear-gradient(#eeeeee 20%, white 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, white 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, white 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}

/* line 1754, ../sass/share/_component.scss */
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

/* line 1758, ../sass/share/_component.scss */
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 5px;
}

/* line 1761, ../sass/share/_component.scss */
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 1765, ../sass/share/_component.scss */
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}

/* Disabled Support */
/* line 1770, ../sass/share/_component.scss */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

/* line 1774, ../sass/share/_component.scss */
.chosen-disabled .chosen-single {
  cursor: default;
}

/* line 1777, ../sass/share/_component.scss */
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* Right to Left */
/* line 1782, ../sass/share/_component.scss */
.chosen-rtl {
  text-align: right;
}

/* line 1785, ../sass/share/_component.scss */
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

/* line 1789, ../sass/share/_component.scss */
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

/* line 1794, ../sass/share/_component.scss */
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

/* line 1797, ../sass/share/_component.scss */
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

/* line 1801, ../sass/share/_component.scss */
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

/* line 1805, ../sass/share/_component.scss */
.chosen-rtl .chosen-choices li {
  float: right;
}

/* line 1808, ../sass/share/_component.scss */
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

/* line 1811, ../sass/share/_component.scss */
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

/* line 1815, ../sass/share/_component.scss */
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

/* line 1820, ../sass/share/_component.scss */
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}

/* line 1823, ../sass/share/_component.scss */
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

/* line 1827, ../sass/share/_component.scss */
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

/* line 1831, ../sass/share/_component.scss */
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

/* line 1834, ../sass/share/_component.scss */
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url("../images/chosen-sprite.png") no-repeat -30px -20px;
  background: url("../images/chosen-sprite.png") no-repeat -30px -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, white));
  background: url("../images/chosen-sprite.png") no-repeat -30px -20px, -webkit-linear-gradient(#eeeeee 1%, white 15%);
  background: url("../images/chosen-sprite.png") no-repeat -30px -20px, -moz-linear-gradient(#eeeeee 1%, white 15%);
  background: url("../images/chosen-sprite.png") no-repeat -30px -20px, -o-linear-gradient(#eeeeee 1%, white 15%);
  background: url("../images/chosen-sprite.png") no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  direction: rtl;
}

/* line 1844, ../sass/share/_component.scss */
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

/* line 1847, ../sass/share/_component.scss */
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  /* line 1861, ../sass/share/_component.scss */
  .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("../images/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* Override for BV */
/* line 1870, ../sass/share/_component.scss */
.bv-dropdown .chosen-container {
  display: none;
}

/* line 1873, ../sass/share/_component.scss */
.dialogLoadingImg .ui-dialog-titlebar {
  display: none !important;
}

/* line 1874, ../sass/share/_component.scss */
.dialogLoadingImg .ui-dialog-content {
  text-align: center !important;
}

/* Orbit - Section - Custom Forms - Box - Prod - Grid Icons - Helpers - Buttons */
/****************** Category Promo Navs ******************/
/* line 3, ../sass/page/_categorylist.scss */
#catpromonavcontainer {
  max-width: 637px;
  border: 0;
  margin-bottom: 50px;
}

/* line 9, ../sass/page/_categorylist.scss */
.catpromonav {
  width: 100%;
  height: 40px;
  background: linear-gradient(to bottom, #444444 0%, #333333 100%) repeat scroll 0 0 transparent;
}

/* line 15, ../sass/page/_categorylist.scss */
.catpromonav ul {
  list-style-type: none;
  font-family: 'Helvetica', Arial, Helvetica, sans-serif;
  font-size: 14px;
  text-align: left;
  margin: 0;
  padding: 0;
  border: 0;
  text-align: center;
}

/* line 26, ../sass/page/_categorylist.scss */
.catpromonav ul li.subcatlink {
  background: url(http://media.venda.com/bbcshop/ebiz/bbc/resources/images/catpromo_banners/catnav_bgd_1px_border_im.png) right no-repeat;
  width: 25%;
  margin: 0;
  color: #FFF;
  height: 40px;
  text-align: center;
  display: inline-block;
  border: 0;
  float: left;
}

/* line 38, ../sass/page/_categorylist.scss */
.catpromonav ul li.subcatlinklast {
  width: 25%;
  margin: 0;
  color: #FFF;
  height: 40px;
  text-align: center;
  display: inline-block;
  border: 0;
  float: left;
}

/* line 49, ../sass/page/_categorylist.scss */
.catpromonav ul li.subcatlink a, .catpromonav ul li.subcatlinklast a {
  text-decoration: none;
  color: #FFF;
  line-height: 38px;
  display: block;
  padding: 2px 0 0 0;
}

/* line 57, ../sass/page/_categorylist.scss */
.catpromonav ul li.subcatlink a:hover, .catpromonav ul li.subcatlinklast a:hover {
  background: linear-gradient(to bottom, #2897e5 0%, #0e6ac8 100%) repeat scroll 0 0 transparent;
}

/* line 61, ../sass/page/_categorylist.scss */
.catpromoban {
  width: 100%;
  border: 0;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 360px) {
  /* line 69, ../sass/page/_categorylist.scss */
  #catpromonavcontainer {
    width: 100%;
    margin-bottom: 100px !important;
  }

  /* line 74, ../sass/page/_categorylist.scss */
  .catpromonav {
    height: auto;
  }

  /* line 79, ../sass/page/_categorylist.scss */
  .catpromonav ul li.subcatlink {
    width: 100%;
    margin: 0;
    color: #FFF;
    height: 40px;
    text-align: center;
    border-bottom: solid 1px #666666;
    background: linear-gradient(to bottom, #444444 0%, #333333 100%) repeat scroll 0 0 transparent;
  }

  /* line 89, ../sass/page/_categorylist.scss */
  .catpromonav ul li.subcatlinklast {
    width: 100%;
    margin: 0;
    color: #FFF;
    height: 40px;
    text-align: center;
    border: 0;
    background: linear-gradient(to bottom, #444444 0%, #333333 100%) repeat scroll 0 0 transparent;
  }
}
/****************** Category ******************/
/* line 104, ../sass/page/_categorylist.scss */
body.icat .main {
  width: 83.607%;
  float: right;
}

/* line 109, ../sass/page/_categorylist.scss */
body.icat .sidebar {
  width: 16.393%;
  float: right;
}

/* line 114, ../sass/page/_categorylist.scss */
.flexslider-category.flexslider {
  position: relative;
  margin: 0 0 20px 0;
}

/* line 119, ../sass/page/_categorylist.scss */
.flexslider-category li {
  position: relative;
}

/* line 123, ../sass/page/_categorylist.scss */
.flexslider-caption {
  height: 51px;
  line-height: 51px;
  color: #fff;
  font-size: 22px;
  background-color: black;
}

/* line 131, ../sass/page/_categorylist.scss */
.flexslider-category .flex-control-nav {
  position: absolute;
  bottom: 18px;
  right: 2.5614754%;
}

/* line 137, ../sass/page/_categorylist.scss */
.flex-control-paging li a {
  width: 12px;
  height: 12px;
  display: block;
  background: #D3D3D3;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

/****************** Category Bottom Promo ******************/
/* line 151, ../sass/page/_categorylist.scss */
.category-bottom-promo {
  margin: 20px 0;
}

/****************** Category Brandlogo ******************/
/* line 157, ../sass/page/_categorylist.scss */
.brand-logos-row {
  padding: 20px 0 20px;
}

/****************** Search ******************/
/* line 3, ../sass/page/_search-result.scss */
.searchpromo {
  margin-bottom: 20px;
}

/* line 7, ../sass/page/_search-result.scss */
#header-row-two.search-box {
  width: 58.33333%;
  float: right;
  padding: 12px 0 0 0;
  position: relative;
}

/* line 14, ../sass/page/_search-result.scss */
.search-box input.search-input {
  height: 37px;
  line-height: 37px;
  color: #404040;
  width: 92.8433269%;
  margin: 0;
  padding: 0 0 0 10px;
  border: 1px solid #666;
  border-right: none;
  display: block;
  float: left;
  font-size: 14px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.09804) 0px 1px 2px 0px inset;
}

/* line 29, ../sass/page/_search-result.scss */
.search-box button {
  height: 37px;
  width: 7.1566731%;
  float: left;
  display: block;
  margin: 0;
  padding: 0;
}

/****************** quicklink ******************/
/* line 39, ../sass/page/_search-result.scss */
.search-quicklink {
  display: block;
  opacity: 0;
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  width: 96px;
  right: 32px;
  top: 124px;
  background: #333;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 3px;
  font-size: 11px;
}

/* line 58, ../sass/page/_search-result.scss */
.search-quicklink:after {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(153, 153, 153, 0);
  border-top-color: rgba(0, 0, 0, 0.6);
  border-width: 9px;
  left: 50%;
  margin-left: -9px;
  z-index: 100;
  zoom: 1;
}

/****************** View All ******************/
/* line 77, ../sass/page/_search-result.scss */
.pagn-view-all,
.view-all-cats {
  display: none;
}

/****************** Pagination - RWD ******************/
/* line 83, ../sass/page/_search-result.scss */
.search-pagination-top {
  border-top: 1px solid #c1c1c1;
  border-bottom: 4px solid #c1c1c1;
  padding: 5px 0;
  font-size: 11px;
  position: relative;
}

/* line 91, ../sass/page/_search-result.scss */
.search-pagination-bottom {
  border-top: 4px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
  font-size: 11px;
  padding: 5px 0;
  position: relative;
  clear: both;
}

/* line 100, ../sass/page/_search-result.scss */
.pagn-item-info {
  width: auto;
  float: left;
  margin: 0;
  font-size: 11px;
  padding: 0 10px 0;
  border-right: 1px solid #333;
  margin: 7px 10px 0 0;
}

/* line 110, ../sass/page/_search-result.scss */
.js-pagnPerpage {
  width: 100px;
  float: left;
}

/* line 115, ../sass/page/_search-result.scss */
.js-pagnPerpage label {
  float: left;
  padding: 7px 4px 0 0;
  font-weight: normal;
  font-size: 11px;
}

/* line 122, ../sass/page/_search-result.scss */
.js-sort {
  float: right;
  margin: 0 70px 0 0;
  padding: 0 0 0 10px;
}

/* line 128, ../sass/page/_search-result.scss */
.js-sort select {
  width: 100px;
}

/* line 132, ../sass/page/_search-result.scss */
#sortbyBT_chosen, #sortby_chosen {
  width: inherit !important;
}

/* line 136, ../sass/page/_search-result.scss */
.js-pagnPerpage.sort-by {
  width: auto;
  float: right;
}

/* line 141, ../sass/page/_search-result.scss */
.grid-list-view {
  position: absolute;
  right: 0;
  padding: 8px 0 0;
}

/* line 147, ../sass/page/_search-result.scss */
.grid-list-view li {
  display: inline;
}

/* line 151, ../sass/page/_search-result.scss */
.js-iconView li.grid-border {
  border-right: 1px solid #282828;
  padding: 3px 10px 2px 0;
}

/* line 156, ../sass/page/_search-result.scss */
.js-iconListActive, .js-iconImageActive, .js-iconGridActive {
  color: #282828 !important;
}

/* line 160, ../sass/page/_search-result.scss */
ul.pagn-view-style li a {
  color: #cccccc;
}

/* line 164, ../sass/page/_search-result.scss */
ul.pagn-view-style li {
  margin: 10px 5px;
}

/* line 168, ../sass/page/_search-result.scss */
.box-pagn {
  clear: both;
}

/* line 172, ../sass/page/_search-result.scss */
.pagn-pages-box {
  text-align: center;
  width: 80%;
  float: left;
}

/* line 178, ../sass/page/_search-result.scss */
.pagn-pages {
  float: none;
}

/* line 182, ../sass/page/_search-result.scss */
.pagn-pages li span {
  color: #c1c1c1;
}

/* line 186, ../sass/page/_search-result.scss */
.current .page-button, .page-button:hover {
  background: transparent;
}

/* line 190, ../sass/page/_search-result.scss */
.box-pagn p {
  margin: 0;
  font-size: 11px;
}

/* line 195, ../sass/page/_search-result.scss */
.box-pagn p.prev-button {
  float: left;
  width: 10%;
}

/* line 200, ../sass/page/_search-result.scss */
.box-pagn p.next-button {
  float: right;
  width: 10%;
  text-align: right;
}

/* line 206, ../sass/page/_search-result.scss */
.pagn-pages li {
  display: inline;
}

/* line 210, ../sass/page/_search-result.scss */
.pagn-prev.unavailable, .pagn-prev.unavailable a, .pagn-next.unavailable, .pagn-next.unavailable a {
  color: #cccccc !important;
  font-weight: normal !important;
}

/* line 215, ../sass/page/_search-result.scss */
.current .page-button, .page-button:hover {
  text-decoration: none;
  background-color: #cccccc;
  color: #000;
}

/* line 221, ../sass/page/_search-result.scss */
.page-button {
  background-color: #fff;
  color: #cccccc;
  display: inline-block;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  line-height: 20px;
  width: 20px;
  height: 20px;
  font-weight: bold;
}

/* line 234, ../sass/page/_search-result.scss */
.pagn-prev a:hover, .pagn-next a:hover {
  color: #2897e5;
}

/* line 238, ../sass/page/_search-result.scss */
.pagn-prev, .pagn-prev a, .pagn-next, .pagn-next a {
  color: #282828;
  text-decoration: none;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
}

/****************** Product list  ******************/
/* line 247, ../sass/page/_search-result.scss */
.search-header {
  font-size: 20px;
  margin: -5px 0 6px 0;
}

/* line 252, ../sass/page/_search-result.scss */
.main-header img {
  margin: 20px 0;
  width: 100%;
}

/* line 257, ../sass/page/_search-result.scss */
.search-keyword-search-text {
  color: #249efe;
}

/* line 261, ../sass/page/_search-result.scss */
.content-search {
  width: 83.33333%;
  float: left;
}

/* line 266, ../sass/page/_search-result.scss */
.content-search-body {
  width: 100%;
}

/* line 270, ../sass/page/_search-result.scss */
.search-results {
  width: 77.4907749%;
  float: right;
  margin: 0 1.96802% 0 0;
}

/* line 276, ../sass/page/_search-result.scss */
.search-refine {
  width: 18.8191882%;
  float: left;
}

/* line 281, ../sass/page/_search-result.scss */
.search-right-column {
  width: 16.66667%;
  float: right;
}

/* line 286, ../sass/page/_search-result.scss */
.search-right-column img {
  width: 100%;
}

/* line 290, ../sass/page/_search-result.scss */
.js-viewstyle {
  padding: 20px 0;
}

/* line 294, ../sass/page/_search-result.scss */
.js-viewGrid .prod-search-results {
  width: 25.3968254%;
  float: left;
  margin: 0 11.9047619% 20px 0;
  position: relative;
}

/* line 301, ../sass/page/_search-result.scss */
.js-viewGrid .prod-search-results:nth-of-type(3n) {
  margin-right: 0;
}

/* line 305, ../sass/page/_search-result.scss */
.js-viewGrid .prod-image {
  height: 190px;
  position: relative;
}

/* line 310, ../sass/page/_search-result.scss */
.js-viewList .prod-search-results {
  display: block;
  width: 100%;
  border-bottom: 1px solid #cecece;
  margin: 0 0 20px 0;
  padding: 0 0 10px 0;
  position: relative;
  min-height: 100px !important;
  position: relative;
}

/* line 321, ../sass/page/_search-result.scss */
.js-viewList .js-plp-buttons-equal-height, .js-viewList .email-back-in-stock {
  position: absolute;
  bottom: 0;
  width: 100%;
}

/* line 327, ../sass/page/_search-result.scss */
.js-viewList .prod-search-results .js-prod-details-contain {
  min-height: 40px !important;
}

/* line 331, ../sass/page/_search-result.scss */
.ie .js-viewList .prod-search-results {
  *zoom: 1;
}

/* line 335, ../sass/page/_search-result.scss */
.js-viewList .prod-search-results:before, .js-viewList .prod-search-results:after {
  content: " ";
  display: table;
}

/* line 340, ../sass/page/_search-result.scss */
.js-viewList .prod-search-results:after {
  clear: both;
}

/* line 344, ../sass/page/_search-result.scss */
.js-viewList .prod-image {
  float: left;
  width: 25%;
  min-height: 190px;
  text-align: left;
  position: relative;
}

/* line 352, ../sass/page/_search-result.scss */
.js-viewList .prod-image img {
  max-width: 125px;
}

/* line 356, ../sass/page/_search-result.scss */
.prod-image img[src*="no_image_medium.gif"] {
  width: 100%;
}

/* line 360, ../sass/page/_search-result.scss */
.js-viewList .prod-details {
  float: right;
  width: 75%;
}

/* line 365, ../sass/page/_search-result.scss */
.prod button.small, .prod .button.small {
  padding: 7px 0;
  width: 100%;
  font-size: 12px;
  text-align: center;
  margin: 4px 0 10px 0;
  line-height: 1;
  height: 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 378, ../sass/page/_search-result.scss */
.js-viewList .prod button.small, .js-viewList .prod .button.small {
  width: 40%;
}

/* line 382, ../sass/page/_search-result.scss */
.prod h4 a {
  color: #333;
  font-size: 13px;
}

/* line 387, ../sass/page/_search-result.scss */
.prod .price-label {
  display: none;
}

/* line 391, ../sass/page/_search-result.scss */
.prod-search-results .prod p {
  margin: 0;
  line-height: 1;
}

/* line 396, ../sass/page/_search-result.scss */
.prod p.email-back-in-stock a.button.small {
  padding: 9px 0 8px;
  font-weight: bold;
}

/* line 401, ../sass/page/_search-result.scss */
.js-viewList .prod .price-label {
  display: inline-block;
  padding: 0 4px 0 0;
}

/* line 407, ../sass/page/_search-result.scss */
.js-viewList .prod-pricedetails,
.js-viewGrid .prod-pricedetails {
  padding: 10px 0 0;
}

/* line 411, ../sass/page/_search-result.scss */
.prod .prod-staring {
  display: none;
}

/* line 415, ../sass/page/_search-result.scss */
.prod .prod-pricefield {
  font-size: 16px;
  font-weight: bold;
}

/* line 420, ../sass/page/_search-result.scss */
.search-loading {
  background: #fff;
  height: 100%;
  left: 0;
  -moz-opacity: .70;
  filter: alpha(opacity=70);
  opacity: .70;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

/* line 433, ../sass/page/_search-result.scss */
.search-loading img {
  display: block;
  margin: 200px auto;
}

/* line 438, ../sass/page/_search-result.scss */
.prod-details .preorder {
  font-size: 14px;
}

/* line 442, ../sass/page/_search-result.scss */
.prod .prod-release-date {
  display: none;
}

/* No results */
/* line 448, ../sass/page/_search-result.scss */
.search-no-results ul li {
  font-size: 14px;
  line-height: 1.6;
}

/* line 453, ../sass/page/_search-result.scss */
.search-no-results ul li a {
  font-weight: bold;
}

/****************** Prod ******************/
/* line 458, ../sass/page/_search-result.scss */
.prod-price {
  color: #249efe;
}

/* line 461, ../sass/page/_search-result.scss */
.product-detail-page .prod-price {
  color: #d92c8a;
}

/* line 464, ../sass/page/_search-result.scss */
.flexslider-rvi .prod-image {
  height: 200px;
}

/* line 465, ../sass/page/_search-result.scss */
.flexslider-rvi .prod-name {
  width: 130px;
}

/* line 466, ../sass/page/_search-result.scss */
.product-detail-page .flex-control-nav {
  margin-top: 20px;
  text-align: center;
}

/* line 467, ../sass/page/_search-result.scss */
.prod-pricenow .prod-price, .prod-pricenow #price {
  color: #249efe;
}

/* line 468, ../sass/page/_search-result.scss */
.prod-price-was {
  color: #249efe;
  padding: 0 12px 0 0;
  text-decoration: line-through;
}

/* line 473, ../sass/page/_search-result.scss */
#tag-navbestsellers .slides .prod-image img {
  width: 100%;
}

/* line 474, ../sass/page/_search-result.scss */
.prod-price-sale {
  color: #d92c8a;
}

/****************** Producxt list sidebar ******************/
/* line 480, ../sass/page/_search-result.scss */
.search-collate-header, .searched-by, .sidebar .nav-home {
  display: none;
}

/* line 484, ../sass/page/_search-result.scss */
.term .box-header {
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 5px;
}

/* line 490, ../sass/page/_search-result.scss */
.search-collate-facet {
  border-top: 1px solid #cecece;
  padding: 5px 0;
  margin: 0 0 20px 0;
}

/* line 496, ../sass/page/_search-result.scss */
.search-facet, .search-refine-list {
  line-height: 20px;
}

/* line 500, ../sass/page/_search-result.scss */
.term-clear-all {
  text-transform: capitalize;
  cursor: pointer;
  display: none;
  color: #249EFE;
  text-decoration: underline;
}

/* line 508, ../sass/page/_search-result.scss */
.term-clear-all:hover, .term-clear-all:active {
  color: #249EFE;
  text-decoration: underline;
}

/* line 513, ../sass/page/_search-result.scss */
.term-clear-all.active {
  display: block;
  margin: 5px 0 15px 0;
}

/* line 518, ../sass/page/_search-result.scss */
.search-facet label {
  font-weight: normal;
  font-size: 12px;
}

/* line 523, ../sass/page/_search-result.scss */
.search-facet label span {
  padding: 0 0 0 7px;
}

/* line 527, ../sass/page/_search-result.scss */
.search-price-box {
  padding: 20px 0 0;
}

/* line 531, ../sass/page/_search-result.scss */
.search-facet input[type=checkbox] {
  margin: 0 0 4px 4px;
}

/* line 535, ../sass/page/_search-result.scss */
.search-price-collateresult p {
  padding: 10px 0 0;
  text-align: center;
}

/* line 540, ../sass/page/_search-result.scss */
.js-toggleviewall {
  position: absolute;
  top: -2.4em;
  right: 0;
}

/* line 546, ../sass/page/_search-result.scss */
.js-showviewall {
  position: relative;
}

/* line 550, ../sass/page/_search-result.scss */
.facet-group-heading-icon {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  border: 1px solid #cecece;
  line-height: 18px;
  position: relative;
  top: 17px;
  font-weight: bold;
  color: #555;
  background: #ffffff;
  background: -moz-linear-gradient(top, white 0%, #ececec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #ececec));
  background: -webkit-linear-gradient(top, white 0%, #ececec 100%);
  background: -o-linear-gradient(top, white 0%, #ececec 100%);
  background: -ms-linear-gradient(top, white 0%, #ececec 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ececec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ececec',GradientType=0 );
  float: right;
  text-align: center;
  box-sizing: border-box;
}

/* line 573, ../sass/page/_search-result.scss */
.bv-stars-container {
  width: 100px !important;
  margin: -14px 0 0 20px !important;
}

/* line 578, ../sass/page/_search-result.scss */
.bv-stars-container dd .search-count {
  color: #555555 !important;
  font-family: "Helvetica Neue", Helvetica, Arial, Helvetica, sans-serif !important;
  font-size: 12px !important;
}

/* line 584, ../sass/page/_search-result.scss */
.bv-inline-rating-container dl {
  display: inline;
}

/****************** Quickview ******************/
/* line 590, ../sass/page/_search-result.scss */
.qv-prod-image {
  width: 41.66667%;
  float: left;
}

/* line 595, ../sass/page/_search-result.scss */
.quickView .prod-details {
  width: 58.33333%;
  float: right;
}

/* line 600, ../sass/page/_search-result.scss */
.quickView .sash-label.preorder {
  display: none;
}

/* line 604, ../sass/page/_search-result.scss */
.quickView h2 {
  font-size: 23px;
  line-height: 32px;
}

/* line 609, ../sass/page/_search-result.scss */
.quickView h2 a {
  color: #555555;
}

/* line 613, ../sass/page/_search-result.scss */
.quickView .text-right {
  text-align: right;
}

/* line 616, ../sass/page/_search-result.scss */
.quickView .prod-quantity {
  width: 25%;
  float: left;
  padding: 7px 0 0 0;
}

/* line 622, ../sass/page/_search-result.scss */
.quickView .prod-quantity .small-8 {
  width: 60%;
  float: left;
}

/* line 627, ../sass/page/_search-result.scss */
.quickView .prod-quantity .small-16 {
  width: 30%;
  float: left;
}

/* line 635, ../sass/page/_search-result.scss */
.quickView .attribute-inputs-box .small-4,
.quickView .attribute-inputs-box .small-20,
.quickView .prod-detail-buttons .large-8,
.quickView .prod-detail-buttons .large-16 {
  width: 50%;
  float: left;
}

/* line 640, ../sass/page/_search-result.scss */
.quickView .sash-label {
  display: none;
}

/* line 644, ../sass/page/_search-result.scss */
.qvicon {
  display: block;
  padding: 0 0 5px 0;
}

/* line 649, ../sass/page/_search-result.scss */
.search-quicklink.label a {
  font-weight: normal;
  text-decoration: none;
  display: block;
  color: #fff;
  padding: 10px;
}

/* line 657, ../sass/page/_search-result.scss */
.prod-image:hover .search-quicklink {
  opacity: 1;
}

/****************** Product Detail ******************/
/* line 3, ../sass/page/_product-detail.scss */
p.pdp-formats-title {
  line-height: 1;
  font-size: 16px;
  margin: 0 0 10px 0;
  color: #249EFE;
  font-weight: bold;
}

/* line 11, ../sass/page/_product-detail.scss */
#js-addedmsg {
  display: none !important;
}

/* line 15, ../sass/page/_product-detail.scss */
.pdp h2 {
  font-size: 30px;
  line-height: 36px;
}

/* line 20, ../sass/page/_product-detail.scss */
.product-image {
  width: 30.7377049%;
  float: left;
  position: relative;
}

/* line 26, ../sass/page/_product-detail.scss */
.product-details {
  width: 65.213115%;
  float: right;
}

/* line 31, ../sass/page/_product-detail.scss */
.pdp #infotab {
  padding-top: 12px;
}

/* line 35, ../sass/page/_product-detail.scss */
.prod-detail-image {
  position: relative;
  max-width: 300px;
}

/* line 40, ../sass/page/_product-detail.scss */
.prod-detail-image img {
  width: 100%;
}

/* line 44, ../sass/page/_product-detail.scss */
#addproductform {
  margin: 0;
}

/* line 48, ../sass/page/_product-detail.scss */
.formats a {
  background: #444;
  color: white;
  text-transform: uppercase;
  padding: 0.28571em 0.78571em;
}

/* line 55, ../sass/page/_product-detail.scss */
.formats a.active-format {
  background: #249efe;
}

/* line 59, ../sass/page/_product-detail.scss */
.prod-detail-content .box-body {
  border: 1px solid #999;
  background: #ffffff;
  background: -moz-linear-gradient(top, white 0%, #ececec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #ececec));
  background: -webkit-linear-gradient(top, white 0%, #ececec 100%);
  background: -o-linear-gradient(top, white 0%, #ececec 100%);
  background: -ms-linear-gradient(top, white 0%, #ececec 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ececec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ececec',GradientType=0 );
  padding: 13px;
  margin: 0 0 10px 0;
}

/* line 73, ../sass/page/_product-detail.scss */
.prod-detail-content .box-header {
  height: 30px;
  border-color: #999999;
}

/* line 78, ../sass/page/_product-detail.scss */
.prod-detail-content label {
  line-height: 30px;
}

/* line 81, ../sass/page/_product-detail.scss */
.pre-order {
  position: relative;
}

/* line 85, ../sass/page/_product-detail.scss */
.arrow-box {
  position: absolute;
  background: #ffffff;
  border: 1px solid #999999;
  padding: 1.42857em;
  font-size: 0.78571em;
  width: 300px;
  top: 0;
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.12);
  display: none;
}

/* line 96, ../sass/page/_product-detail.scss */
.arrow-box:after, .arrow-box:before {
  top: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

/* line 105, ../sass/page/_product-detail.scss */
.arrow-box:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 8px;
  left: 50%;
  margin-left: -8px;
}

/* line 112, ../sass/page/_product-detail.scss */
.arrow-box:before {
  border-color: rgba(153, 153, 153, 0);
  border-top-color: #999999;
  border-width: 9px;
  left: 50%;
  margin-left: -9px;
}

/* line 119, ../sass/page/_product-detail.scss */
.arrow-box h4 {
  color: #e4561e;
  font-size: 18px;
  margin: 0;
}

/* line 124, ../sass/page/_product-detail.scss */
.arrow-box h5 {
  color: #249efe;
  font-size: 16px;
  margin: 0;
}

/* line 129, ../sass/page/_product-detail.scss */
.arrow-box p {
  margin-bottom: 0.92857em;
}

/* line 132, ../sass/page/_product-detail.scss */
.arrow-box a {
  color: #249efe;
}

/* line 135, ../sass/page/_product-detail.scss */
#pre-order-tooltip.arrow-box {
  top: -280px;
  left: -20px;
}

/* line 140, ../sass/page/_product-detail.scss */
#pre-order-tooltip.arrow-box:after,
#pre-order-tooltip.arrow-box:before {
  left: 10%;
}

/* line 143, ../sass/page/_product-detail.scss */
.pre-order-message {
  color: #e4561e;
  cursor: pointer;
  display: inline;
}

/* line 149, ../sass/page/_product-detail.scss */
.pre-order-tooltip-icon {
  color: white;
  display: inline-block;
  width: 21px;
  height: 21px;
  border-radius: 100%;
  text-align: center;
  background: #ffaa05;
  background: -moz-linear-gradient(top, #ffaa05 0%, #e4561e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffaa05), color-stop(100%, #e4561e));
  background: -webkit-linear-gradient(top, #ffaa05 0%, #e4561e 100%);
  background: -o-linear-gradient(top, #ffaa05 0%, #e4561e 100%);
  background: -ms-linear-gradient(top, #ffaa05 0%, #e4561e 100%);
  background: linear-gradient(to bottom, #ffaa05 0%, #e4561e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaa05', endColorstr='#e4561e',GradientType=0 );
  margin-right: 3px;
}

/* line 167, ../sass/page/_product-detail.scss */
.pdp-section {
  border-top: 1px solid #cecece;
  position: relative;
  padding: 10px 0;
}

/* line 172, ../sass/page/_product-detail.scss */
.quickView .prod-desc {
  border-top: 1px solid #cecece;
  padding: 16px 0;
  position: relative;
}

/* line 173, ../sass/page/_product-detail.scss */
.box-header.out-of-stock {
  color: #fff;
  text-transform: uppercase;
  background: #999999;
  padding: 12px;
  font-size: 18px;
}

/* line 181, ../sass/page/_product-detail.scss */
.stock-message {
  padding: 16px 0;
}

/* line 185, ../sass/page/_product-detail.scss */
.pdp-section.prod-pricedetails {
  font-size: 18px;
  font-weight: bold;
}

/* line 190, ../sass/page/_product-detail.scss */
.prod-staring a {
  padding: 10px 0;
  text-decoration: underline;
  display: inline-block;
}

/* line 196, ../sass/page/_product-detail.scss */
.pdp-section {
  padding: 10px 0;
}

/* line 200, ../sass/page/_product-detail.scss */
.pdp-section.formats strong {
  font-weight: bold;
}

/* line 204, ../sass/page/_product-detail.scss */
.pdp .prod-quantity {
  width: 33.33%;
  float: left;
  padding: 4px 15px;
}

/* line 209, ../sass/page/_product-detail.scss */
.pdp .prod-quantity .small-8 {
  width: 58.33333%;
  float: left;
}

/* line 214, ../sass/page/_product-detail.scss */
.pdp .prod-quantity .small-16 {
  width: 41.66667%;
  float: right;
}

/* line 219, ../sass/page/_product-detail.scss */
.pdp .prod-quantity label {
  float: left;
}

/* line 223, ../sass/page/_product-detail.scss */
.pdp .prod-quantity label strong {
  font-weight: bold;
}

/* line 227, ../sass/page/_product-detail.scss */
.pdp .prod-quantity input {
  width: 90%;
  float: right;
}

/* line 234, ../sass/page/_product-detail.scss */
.prod-detail-buttons .prod-add,
.prod-detail-buttons .prod-preorder,
.prod-detail-buttons .prod-backorder {
  width: 66.66%;
  float: right;
  padding: 0 0 0 15px;
}

/* line 240, ../sass/page/_product-detail.scss */
.js-addproduct {
  width: 100%;
  padding: 12px 0;
  font-size: 14px;
  color: #fff;
  background: #d92c8a;
  border: 1px solid #b2206f;
  background: -moz-linear-gradient(top, #d92c8a 0%, #bd2577 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d92c8a), color-stop(100%, #bd2577));
  background: -webkit-linear-gradient(top, #d92c8a 0%, #bd2577 100%);
  background: -o-linear-gradient(top, #d92c8a 0%, #bd2577 100%);
  background: -ms-linear-gradient(top, #d92c8a 0%, #bd2577 100%);
  background: linear-gradient(to bottom, #d92c8a 0%, #bd2577 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d92c8a', endColorstr='#bd2577',GradientType=0 );
  font-weight: bold;
}

/* line 257, ../sass/page/_product-detail.scss */
.js-preorder.js-addproduct {
  background: #ffaa05;
  background: -moz-linear-gradient(top, #ffaa05 0%, #e4561e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffaa05), color-stop(100%, #e4561e));
  background: -webkit-linear-gradient(top, #ffaa05 0%, #e4561e 100%);
  background: -o-linear-gradient(top, #ffaa05 0%, #e4561e 100%);
  background: -ms-linear-gradient(top, #ffaa05 0%, #e4561e 100%);
  background: linear-gradient(to bottom, #ffaa05 0%, #e4561e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaa05', endColorstr='#e4561e',GradientType=0 );
}

/* line 268, ../sass/page/_product-detail.scss */
.attribute-inputs .chosen-container {
  width: 100% !important;
}

/* line 272, ../sass/page/_product-detail.scss */
.attribute-inputs .small-4 {
  width: 16.6667%;
  float: left;
  padding: 0 15px;
}

/* line 278, ../sass/page/_product-detail.scss */
.attribute-inputs .small-20 {
  width: 83.3333%;
  float: left;
  padding: 0 0 0 15px;
}

/* line 284, ../sass/page/_product-detail.scss */
.attribute-inputs label {
  line-height: 24px;
  margin: 0;
}

/* line 289, ../sass/page/_product-detail.scss */
.box-body.out-of-stock {
  text-align: center;
}

/* line 295, ../sass/page/_product-detail.scss */
.infotab .tab-header li.hide {
  display: none;
}
/* line 299, ../sass/page/_product-detail.scss */
.infotab .tab-content {
  line-height: 1.6;
  font-size: 14px;
}
/* line 302, ../sass/page/_product-detail.scss */
.infotab .tab-content li.hide {
  display: none;
}

/* line 308, ../sass/page/_product-detail.scss */
.prod-detail-social {
  clear: both;
}

/* line 312, ../sass/page/_product-detail.scss */
.tellafriend {
  margin-right: 12px;
  float: left;
}

/* line 317, ../sass/page/_product-detail.scss */
.tellafriend a, .tellafriend a:hover, .tellafriend a:active {
  color: #424242;
  text-decoration: none;
  font-size: 41px;
}

/* line 323, ../sass/page/_product-detail.scss */
.add-this-box {
  padding: 6px 0 0;
}

/* line 327, ../sass/page/_product-detail.scss */
.add-this-box a {
  float: left;
  margin: 0 4% 0 0;
}

/* line 332, ../sass/page/_product-detail.scss */
.show-video {
  width: 81px;
  color: black;
}

/* line 337, ../sass/page/_product-detail.scss */
.show-video span {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 50px;
  border-radius: 7px;
  text-align: center;
  padding-left: 3px;
  margin: 11px auto 18px;
  background: #ffffff;
  background: -moz-linear-gradient(top, white 0%, #ececec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #ececec));
  background: -webkit-linear-gradient(top, white 0%, #ececec 100%);
  background: -o-linear-gradient(top, white 0%, #ececec 100%);
  background: -ms-linear-gradient(top, white 0%, #ececec 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ececec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ececec',GradientType=0 );
}

/* line 356, ../sass/page/_product-detail.scss */
.prod-detail-slider {
  float: left;
  padding: 10px 0 0;
  position: static;
  width: 100%;
}

/* line 363, ../sass/page/_product-detail.scss */
.prod-detail-slider a {
  display: block;
  float: left;
  background: #fff;
  border: 1px solid #cecece;
  padding: 9px 9px 0 9px;
  margin: 0 10px 10px 0;
}

/* line 372, ../sass/page/_product-detail.scss */
.quickView .prod-detail-slider a {
  margin-right: 1.42857em;
}

/* line 376, ../sass/page/_product-detail.scss */
.prod-cycling-previous, .prod-cycling-next {
  font-size: 0.9em;
  text-align: center;
  text-decoration: underline;
  text-transform: uppercase;
}

/* line 383, ../sass/page/_product-detail.scss */
.prod-detail-content .attribute-inputs table {
  width: 100%;
}

/* line 387, ../sass/page/_product-detail.scss */
.attribute-inputs table thead th, .attribute-inputs table {
  text-align: center;
}

/* line 391, ../sass/page/_product-detail.scss */
.body-search .reveal-modal.large {
  margin-left: -488px;
  width: 70%;
  min-width: 976px;
  max-width: 976px;
}

/* line 398, ../sass/page/_product-detail.scss */
.cloudzoom-lens {
  border: 5px solid #888888;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  cursor: crosshair;
  height: 100px;
  width: 100px;
  z-index: 10;
}

/* line 407, ../sass/page/_product-detail.scss */
.cloudzoom-zoom {
  border: 1px solid #888888;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  height: 200px;
  width: 500px;
}

/* line 414, ../sass/page/_product-detail.scss */
.cloudzoom-zoom-inside {
  border: none;
  box-shadow: none;
  cursor: pointer;
  z-index: 100;
}

/* line 421, ../sass/page/_product-detail.scss */
.cloudzoom-caption {
  background-color: #000000;
  color: #FFFFFF;
  display: block;
  font-family: sans-serif;
  font-size: 11px;
  font-weight: bold;
  padding: 10px;
  text-align: left;
}

/* line 432, ../sass/page/_product-detail.scss */
.cloudzoom-blank {
  background-image: url("../images/blank.png");
}

/* line 436, ../sass/page/_product-detail.scss */
.cloudzoom-ajax-loader {
  background-image: url("../images/zoomloader.gif");
  height: 32px;
  width: 32px;
}

/* line 442, ../sass/page/_product-detail.scss */
#loadingImg img {
  margin-top: 25px;
}

/****************** Bundles ******************/
/* line 445, ../sass/page/_product-detail.scss */
.bundle-pdp #infotab {
  padding-right: 20px;
}

/* line 449, ../sass/page/_product-detail.scss */
.bundle-image {
  float: left;
  margin: 0 15px 12px 0;
}

/* line 454, ../sass/page/_product-detail.scss */
.bundle-details {
  margin-left: 105px;
}

/* line 458, ../sass/page/_product-detail.scss */
.prod-set-content {
  position: relative;
}

/* line 464, ../sass/page/_product-detail.scss */
.prod-set-content .price-label,
.bundle-pdp .js-buyControlsMulti,
.bundle-pdp .js-addToCheckBoxLabel {
  display: none;
}

/* line 468, ../sass/page/_product-detail.scss */
.prod-set-content .prod-pricedetails {
  margin-bottom: 15px;
}

/* line 472, ../sass/page/_product-detail.scss */
.prod-set-content .prod-staring a {
  padding: 0 0 10px 0;
}

/* line 476, ../sass/page/_product-detail.scss */
.prod-set-content .prod-price {
  color: #555;
  font-weight: bold;
}

/* line 481, ../sass/page/_product-detail.scss */
.bundle-pdp .product-details {
  padding-bottom: 30px;
}

/* line 485, ../sass/page/_product-detail.scss */
.js-prodMulti {
  padding-top: 10px;
}

/****************** Bundles ******************/
/* line 491, ../sass/page/_product-detail.scss */
.bundle-pdp #infotab {
  padding-right: 20px;
}

/* line 495, ../sass/page/_product-detail.scss */
.bundle-image {
  float: left;
  margin: 0 15px 12px 0;
}

/* line 500, ../sass/page/_product-detail.scss */
.bundle-details {
  margin-left: 105px;
}

/* line 504, ../sass/page/_product-detail.scss */
.prod-set-content {
  position: relative;
}

/* line 510, ../sass/page/_product-detail.scss */
.prod-set-content .price-label,
.bundle-pdp .js-buyControlsMulti,
.bundle-pdp .js-addToCheckBoxLabel {
  display: none;
}

/* line 514, ../sass/page/_product-detail.scss */
.prod-set-content .prod-pricedetails {
  margin-bottom: 15px;
}

/* line 518, ../sass/page/_product-detail.scss */
.prod-set-content .prod-staring a {
  padding: 0 0 10px 0;
}

/* line 522, ../sass/page/_product-detail.scss */
.prod-set-content .prod-price {
  color: #555;
  font-weight: bold;
}

/* line 527, ../sass/page/_product-detail.scss */
.bundle-pdp .product-details {
  padding-bottom: 30px;
}

/* line 531, ../sass/page/_product-detail.scss */
.js-prodMulti {
  padding-top: 10px;
}

/****************** Attribute Feedback ******************/
/* line 537, ../sass/page/_product-detail.scss */
.js-stockFeedbackBox {
  left: 0;
  position: static;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
  margin: -10px 0 0 0;
  clear: both;
}

/* line 547, ../sass/page/_product-detail.scss */
.js-stockFeedbackBox #stockstatus, .js-stockFeedbackBox #productstatus {
  background: none repeat scroll 0 0 #999999;
  display: inline;
  float: left;
  margin: 0 0 10px;
  padding: 0 10px;
  width: 100%;
}

/****************** Tell a Friend ******************/
/* line 557, ../sass/page/_product-detail.scss */
#tellafriend fieldset .row {
  padding: 0;
}

/* line 561, ../sass/page/_product-detail.scss */
#tellafriend .large-6 {
  width: 25%;
  float: left;
}

/* line 566, ../sass/page/_product-detail.scss */
#tellafriend .large-18 {
  width: 75%;
  float: right;
}

/* line 571, ../sass/page/_product-detail.scss */
#tellafriend textarea {
  height: auto;
}

/* line 575, ../sass/page/_product-detail.scss */
#tellafriend #buttons .large-10 {
  width: 40%;
  float: left;
}

/* line 580, ../sass/page/_product-detail.scss */
#tellafriend #buttons .large-8 {
  width: 40%;
  float: right;
  text-align: right;
}

/****************** Email in stock ******************/
/* line 588, ../sass/page/_product-detail.scss */
.form-group {
  width: 45.83333%;
}

/* line 592, ../sass/page/_product-detail.scss */
.buttons {
  margin: 20px 0;
}

/* line 596, ../sass/page/_product-detail.scss */
#emailmeback .row {
  padding: 0;
}

/* line 600, ../sass/page/_product-detail.scss */
#emailmeback .buttons input[type=submit] {
  position: relative;
  top: -2px;
}

/****************** alert box ******************/
/* line 607, ../sass/page/_product-detail.scss */
.alert-box {
  display: block;
  position: relative;
  margin: 12px 0;
  padding: 1em;
  border: solid 1px #eed3d7;
  font-weight: 500;
  color: #b94a48;
  background: #ffe6e5;
  border-color: #eed3d7;
  border-radius: 6px;
}

/* line 620, ../sass/page/_product-detail.scss */
.alert-box a {
  color: #b94a48;
}

/* line 624, ../sass/page/_product-detail.scss */
.alert-box a:hover {
  text-decoration: none;
}

/* line 627, ../sass/page/_product-detail.scss */
.alert-box .close {
  font-size: 1.57143em;
  padding: 5px 4px 4px;
  line-height: 0;
  position: absolute;
  top: 0.5em;
  right: 0.35714em;
  color: #333333;
  opacity: 0.3;
}

/* line 637, ../sass/page/_product-detail.scss */
#invt_giftcert .large-11 {
  float: left;
  position: relative;
  width: 45.8333%;
  padding-left: 1.07143em;
  padding-right: 1.07143em;
}

/* line 638, ../sass/page/_product-detail.scss */
#invt_giftcert .large-12 {
  float: right;
  position: relative;
  width: 50%;
}

/* line 639, ../sass/page/_product-detail.scss */
#invt_giftcert .panel {
  background: none repeat scroll 0 0 #f2f2f2;
  border-color: #d9d9d9;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 1.42857em;
  padding: 1.42857em;
}

/* line 647, ../sass/page/_product-detail.scss */
#invt_giftcert .large-11 {
  float: left;
  position: relative;
  width: 45.8333%;
  padding-left: 1.07143em;
  padding-right: 1.07143em;
}

/* line 648, ../sass/page/_product-detail.scss */
#invt_giftcert .large-12 {
  float: right;
  position: relative;
  width: 50%;
}

/* Static Page */
/* line 652, ../sass/page/_product-detail.scss */
.baking_lp_head {
  margin: 10px 0;
}

/* line 653, ../sass/page/_product-detail.scss */
.static_baking_lp li {
  float: left;
  width: 22%;
  min-height: 260px;
  margin: 10px;
  list-style-type: none;
}
/* line 660, ../sass/page/_product-detail.scss */
.static_baking_lp li div.prod-image, .static_baking_lp li div.prod-details {
  text-align: center;
}
/* line 661, ../sass/page/_product-detail.scss */
.static_baking_lp li div.prod-image {
  min-height: 140px;
}
/* line 662, ../sass/page/_product-detail.scss */
.static_baking_lp li div.prod-details {
  margin-top: 10px;
}

/* line 664, ../sass/page/_product-detail.scss */
.fea_product {
  float: left;
  width: 55%;
}
/* line 665, ../sass/page/_product-detail.scss */
.fea_product li {
  width: 45%;
  float: left;
  list-style-type: none;
}
/* line 666, ../sass/page/_product-detail.scss */
.fea_product li .prod {
  min-height: 280px;
}
/* line 667, ../sass/page/_product-detail.scss */
.fea_product li .prod .prod-image {
  min-height: 150px;
}

/*end fea_product*/
/* line 671, ../sass/page/_product-detail.scss */
.about_vdo_static {
  float: left;
  width: 40%;
}
/* line 673, ../sass/page/_product-detail.scss */
.about_vdo_static #txt_david {
  margin-top: 200px;
}

/* line 675, ../sass/page/_product-detail.scss */
.show-for-large {
  display: block;
}

/* End Static Page */
/****************** Static Pages ******************/
/* line 3, ../sass/page/_static.scss */
.help-nav {
  width: 16.393%;
  float: left;
}

/* line 8, ../sass/page/_static.scss */
.help {
  width: 83.607%;
  float: right;
}

/* line 13, ../sass/page/_static.scss */
.help .main-header, .help .help-body {
  padding-left: 2.4509804%;
}

/* line 17, ../sass/page/_static.scss */
.lhn-heading {
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
}

/* line 23, ../sass/page/_static.scss */
.lhn-sub-items a {
  display: block;
  color: #555;
  font-size: 14px;
  line-height: 22px;
  padding: 2px 0;
}

/* line 31, ../sass/page/_static.scss */
.lhn-sub-items a:hover {
  color: #0e6ac8;
  text-decoration: underline;
}

/* line 37, ../sass/page/_static.scss */
.tag-helpSlide {
  cursor: pointer;
}

/* line 41, ../sass/page/_static.scss */
li.helpSlide {
  padding: 0 0 12px 0;
  margin: 0 0 12px 0;
}

/****************** Contact Us ******************/
/* line 48, ../sass/page/_static.scss */
#contactForm .large-6 {
  width: 25%;
  float: left;
}

/* line 52, ../sass/page/_static.scss */
#contactForm select {
  width: 100%;
  margin: 0;
  padding: 0.42857em;
}

/* line 53, ../sass/page/_static.scss */
#contactForm .large-6 label {
  margin: 0 0 0.85714em;
  padding: 0.57143em 0;
}

/* line 54, ../sass/page/_static.scss */
#contactForm .large-18 {
  width: 72%;
  float: right;
}

/* line 58, ../sass/page/_static.scss */
#contactForm .large-18 input {
  margin: 0 0 0.85714em;
  padding: 0.42857em;
}

/* line 59, ../sass/page/_static.scss */
#contactForm .large-18 small {
  display: block;
  margin: 0 0 5px 0;
}

/* line 64, ../sass/page/_static.scss */
#contactForm #email_subject_chosen {
  margin: 0 0 12px 0;
}

/* line 68, ../sass/page/_static.scss */
#contactForm textarea {
  height: auto;
}

/* line 72, ../sass/page/_static.scss */
#contactForm #buttons {
  text-align: right;
  margin: 10px 0;
}

/****************** Gift Certificate ******************/
/* line 79, ../sass/page/_static.scss */
.giftcertificates h4 {
  font-size: 22px;
  margin: 0 0 12px 0;
}

/* line 84, ../sass/page/_static.scss */
.giftcertificates textarea {
  height: auto;
}

/*************Page Invt Icat************/
/* line 91, ../sass/page/_static.scss */
.pageInvt-feat {
  width: 60%;
  float: left;
}

/* line 95, ../sass/page/_static.scss */
.pageInvt-content {
  width: 40%;
  float: left;
}

/* line 99, ../sass/page/_static.scss */
#staticpage .js-featprods li {
  float: left;
  list-style-type: none;
  padding: 0 5px 5px;
  width: 31%;
  height: 300px;
}

/* line 106, ../sass/page/_static.scss */
#staticpage .js-featprods li .prod-image {
  height: 192px;
}

/* line 109, ../sass/page/_static.scss */
#staticpage .js-featprods li .prod-details {
  padding-bottom: 12px;
}

/* line 112, ../sass/page/_static.scss */
.alternativeamp img {
  width: 100%;
}

/* line 113, ../sass/page/_static.scss */
#staticpage .flexslider {
  margin-bottom: 20px;
}

/* line 114, ../sass/page/_static.scss */
#staticpage .home-video .brightcove-video {
  width: 335px;
}

/* line 115, ../sass/page/_static.scss */
#staticpage .tabs .tab-content .tab {
  border-top: 4px solid #cecece;
  padding: 12px 0 10px;
}

/* line 116, ../sass/page/_static.scss */
.crosswordpage .resulttable {
  border: 1px solid #ccc;
  width: 100%;
}

/* line 117, ../sass/page/_static.scss */
.category-list #holder_VIMHEADER {
  margin-bottom: 6px;
}

/* line 118, ../sass/page/_static.scss */
.crosswordpage .resulttable td.black {
  background: #000;
  border: 1px solid #fff;
}

/* line 119, ../sass/page/_static.scss */
.crosswordpage .resulttable td {
  border: 1px solid #ccc;
}

/* line 120, ../sass/page/_static.scss */
.pageInvt-feat .js-featprods li {
  float: left;
  height: 300px;
  list-style-type: none;
  padding: 0 5px 5px;
  width: 31%;
}

/* line 121, ../sass/page/_static.scss */
.pageInvt-feat .js-featprods li .prod-image {
  height: 200px;
}

/* line 122, ../sass/page/_static.scss */
.pageInvt-content .home-video {
  width: 100%;
}

/* line 123, ../sass/page/_static.scss */
.thickpad {
  padding: 1.42857em;
}

/* line 126, ../sass/page/_static.scss */
.thickpad .large-24, .thickpad .row .large-24 {
  width: 100%;
}

/* line 129, ../sass/page/_static.scss */
.thickpad .small-block-grid-3 li {
  float: left;
  padding: 0 10px 10px;
  width: 33.3333%;
  display: inline;
}

/* line 134, ../sass/page/_static.scss */
.thickpad img {
  height: auto;
  max-width: 100%;
}

/****************** Checkout / Register / My Account ******************/
/* Checkout Navigation */
/* line 5, ../sass/page/_checkout.scss */
.nav-checkout .nav-message {
  float: left;
  padding: 0;
  text-align: center;
}

/* line 11, ../sass/page/_checkout.scss */
.nav-checkout .nav-message .nav-message-icon {
  display: none;
}

/* line 15, ../sass/page/_checkout.scss */
.nav-checkout .nav-message #nav-message {
  display: none !important;
}

/* line 19, ../sass/page/_checkout.scss */
nav.nav .checkout-nav li {
  float: right;
}

/* line 23, ../sass/page/_checkout.scss */
nav.nav ul.checkout-nav {
  float: right;
  width: auto;
  line-height: 45px;
  text-align: center;
}

/* line 30, ../sass/page/_checkout.scss */
.checkout-nav li {
  display: inline;
}

/* line 34, ../sass/page/_checkout.scss */
.checkout-nav li a {
  float: left;
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 0 20px;
  background: url("../images/nav-sep.png") no-repeat left center;
  font-weight: bold;
}

/* line 44, ../sass/page/_checkout.scss */
.checkout-nav li.nav-yourbasket a {
  background-image: none;
}

/* line 48, ../sass/page/_checkout.scss */
.checkout-nav li a:hover {
  background: #2897e5;
  background: -moz-linear-gradient(top, #2897e5 0%, #0e6ac8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2897e5), color-stop(100%, #0e6ac8));
  background: -webkit-linear-gradient(top, #2897e5 0%, #0e6ac8 100%);
  background: -o-linear-gradient(top, #2897e5 0%, #0e6ac8 100%);
  background: -ms-linear-gradient(top, #2897e5 0%, #0e6ac8 100%);
  background: linear-gradient(to bottom, #2897e5 0%, #0e6ac8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2897e5', endColorstr='#0e6ac8',GradientType=0 );
  color: white;
}

/* Checkout Steps */
/* line 61, ../sass/page/_checkout.scss */
.checkout-step-indicators {
  padding: 10px 0 5px;
  font-size: 14px;
  display: block;
  text-align: center;
}

/* line 68, ../sass/page/_checkout.scss */
.checkout-step-indicators li {
  display: inline-block;
  width: 17%;
  white-space: nowrap;
}

/* line 74, ../sass/page/_checkout.scss */
.checkout-step-indicators li .icon-angle-right {
  color: #bd2577;
  padding: 0 0 0 5%;
}

/* line 79, ../sass/page/_checkout.scss */
.checkout-step-indicators li.checkout-step-active {
  color: #0e6ac8;
  font-weight: bold;
}

/* Basket */
/* line 85, ../sass/page/_checkout.scss */
.shopcart-header {
  background: url("../images/basket-icon.png") no-repeat left center;
  line-height: 40px;
  padding-left: 40px;
  margin: 5px 0;
}

/* line 92, ../sass/page/_checkout.scss */
.yourbasket {
  position: relative;
}

/* line 96, ../sass/page/_checkout.scss */
.yourbasket .large-15 {
  width: 62.5%;
  float: left;
}

/* line 101, ../sass/page/_checkout.scss */
.yourbasket .large-9 {
  width: 35.5%;
  float: right;
}

/* line 106, ../sass/page/_checkout.scss */
.box-basket-item {
  border: 1px solid #a8a8a8;
  margin: 0 0 20px 0;
}

/* line 111, ../sass/page/_checkout.scss */
.box-basket-item .box-header {
  background: #666666;
  color: #fff;
  padding: 9px;
  font-size: 16px;
}

/* line 118, ../sass/page/_checkout.scss */
.box-basket-item .prod-remove {
  float: right;
}

/* line 122, ../sass/page/_checkout.scss */
.box-basket-item .box-content .prod-gift-certificate .prod-image {
  width: 25%;
  padding: 0 10px 10px 0;
}

/* line 127, ../sass/page/_checkout.scss */
.box-basket-item .box-content .prod-gift-certificate .prod-details {
  width: 74%;
  float: right;
  font-size: 14px;
}

/* line 133, ../sass/page/_checkout.scss */
.box-basket-item .box-content .prod-gift-certificate .large-12 {
  width: 100%;
  padding: 0;
  float: left;
}

/* line 140, ../sass/page/_checkout.scss */
.prod-gift-certificate .prod-options label,
.prod-gift-certificate .prod-options div {
  display: inline;
  float: left;
  line-height: 1;
  margin: 0 10px 0 0;
}

/*#additionalservices-basket { position:absolute;right:15px;margin-top:207px; width: 32%;}

.prod-options{
	background: red;
}*/
/* line 154, ../sass/page/_checkout.scss */
.prod-gift-certificate .prod-options .prod-price {
  font-weight: bold;
}

/* line 158, ../sass/page/_checkout.scss */
a.js-removeItem {
  color: #fff;
  font-size: 13px;
}

/* line 163, ../sass/page/_checkout.scss */
a.js-removeItem i {
  background: #fff;
  color: #555555;
  width: 20px;
  height: 20px;
  text-align: center;
  margin-left: 8px;
  font-weight: lighter;
  line-height: 20px;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
}

/* line 177, ../sass/page/_checkout.scss */
.box-basket-item .box-content {
  padding: 10px;
}

/* line 181, ../sass/page/_checkout.scss */
.box-basket-item .box-content .large-12 {
  width: 50%;
  padding: 0 5px 0 0;
  float: left;
}

/* line 187, ../sass/page/_checkout.scss */
.box-basket-item .box-content .prod-image {
  float: left;
  padding: 0 10px 0 0;
  height: 190px;
  position: relative;
}

/* line 194, ../sass/page/_checkout.scss */
.box-basket-item .box-content .prod-details {
  padding: 6px 0 12px 0;
}

/* line 198, ../sass/page/_checkout.scss */
.box-basket-item .prod-image img {
  width: 100%;
}

/* line 202, ../sass/page/_checkout.scss */
.box-basket-item .prod-name a {
  color: #000;
}

/* Box basket */
/* line 208, ../sass/page/_checkout.scss */
.basket-table tr th, .basket-table tr td {
  border-bottom: 1px solid #999;
  padding: 9px 0;
}

/* line 213, ../sass/page/_checkout.scss */
.basket-table tr td {
  color: #249efe;
}

/* line 217, ../sass/page/_checkout.scss */
.basket-table .text-left {
  text-align: left;
}

/* line 221, ../sass/page/_checkout.scss */
.basket-table .text-right {
  text-align: right;
}

/* line 225, ../sass/page/_checkout.scss */
.basket-table .small-8 {
  width: 33.33333%;
  float: left;
}

/* line 230, ../sass/page/_checkout.scss */
.basket-table .small-8 input {
  text-align: center;
}

/* line 234, ../sass/page/_checkout.scss */
.basket-table .small-16 {
  width: 66.66666%;
  float: right;
  padding: 8px 0 0 0;
  margin: 0 0 0 -1px;
}

/* line 241, ../sass/page/_checkout.scss */
.basket-table .small-16 a.button {
  background: #333333;
  color: #fff;
  padding: 8px 14px 7px;
  border-color: #333;
  display: inline;
}

/* line 249, ../sass/page/_checkout.scss */
.basket-table .prod-price {
  font-size: 14px;
  position: relative;
  top: -5px;
}

/* line 255, ../sass/page/_checkout.scss */
.basket-table .extrathickpad-top .prod-price {
  position: static;
  top: 0;
}

/* line 260, ../sass/page/_checkout.scss */
#box-basket {
  border: 1px solid #a8a8a8;
  margin: 0 0 30px 0;
  background: #ffffff;
  background: -moz-linear-gradient(top, white 0%, #ececec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #ececec));
  background: -webkit-linear-gradient(top, white 0%, #ececec 100%);
  background: -o-linear-gradient(top, white 0%, #ececec 100%);
  background: -ms-linear-gradient(top, white 0%, #ececec 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ececec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ececec',GradientType=0 );
}

/* line 273, ../sass/page/_checkout.scss */
#box-basket .box-header {
  text-align: center;
  padding: 9px;
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  background: #2897e5;
  background: -moz-linear-gradient(top, #2897e5 0%, #0e6ac8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2897e5), color-stop(100%, #0e6ac8));
  background: -webkit-linear-gradient(top, #2897e5 0%, #0e6ac8 100%);
  background: -o-linear-gradient(top, #2897e5 0%, #0e6ac8 100%);
  background: -ms-linear-gradient(top, #2897e5 0%, #0e6ac8 100%);
  background: linear-gradient(to bottom, #2897e5 0%, #0e6ac8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2897e5', endColorstr='#0e6ac8',GradientType=0 );
}

/* line 289, ../sass/page/_checkout.scss */
.checkout-workflow #box-basket .box-header {
  text-align: left;
  font-weight: bold;
}

/* line 294, ../sass/page/_checkout.scss */
#box-basket .box-content {
  padding: 10px;
  font-size: 13px;
}

/* line 299, ../sass/page/_checkout.scss */
#box-basket .buttons a.button.secondary.continue-shopping {
  width: 100%;
  padding: 14px 0;
}

/* line 304, ../sass/page/_checkout.scss */
#box-basket .small-8 {
  float: left;
  width: 33.33333%;
  padding: 0 15px;
}

/* line 310, ../sass/page/_checkout.scss */
#box-basket .small-8 img {
  width: 100%;
}

/* line 314, ../sass/page/_checkout.scss */
#box-basket .prod-details {
  width: 66.66667%;
  float: left;
}

/* line 320, ../sass/page/_checkout.scss */
#box-basket .basket-table th.extrathickpad-top,
#box-basket .basket-table td.extrathickpad-top {
  padding: 30px 0 9px 0;
}

/* line 324, ../sass/page/_checkout.scss */
#box-basket .basket-submit {
  width: 100%;
  margin: 20px 0 0;
}

/* line 329, ../sass/page/_checkout.scss */
#box-basket .prod.row {
  border-bottom: 1px solid #ccc;
  margin: 0 0 20px 0;
}

/* line 334, ../sass/page/_checkout.scss */
#box-basket .small-block-grid-2 li {
  width: 50%;
  display: block;
  float: left;
  padding: 0 0 10px 0;
}

/* line 341, ../sass/page/_checkout.scss */
#box-basket .small-block-grid-2 li.prod-price {
  text-align: right;
}

/* line 345, ../sass/page/_checkout.scss */
.order-total-messages {
  clear: both;
  font-weight: normal;
  font-size: 13px;
}

/* line 351, ../sass/page/_checkout.scss */
.continue-shopping-button {
  text-align: center;
}

/* line 355, ../sass/page/_checkout.scss */
.button.secondary.continue-shopping {
  text-align: center;
  padding: 10px 0;
  width: 75%;
}

/* line 361, ../sass/page/_checkout.scss */
.customer-service-links {
  padding: 20px 0;
}

/* line 365, ../sass/page/_checkout.scss */
.customer-service-links strong {
  display: block;
  text-align: center;
}

/* line 370, ../sass/page/_checkout.scss */
.customer-service-links a {
  padding: 0 5px;
}

/* line 374, ../sass/page/_checkout.scss */
.basket-promo {
  padding: 0 0 15px 0;
}

/* line 378, ../sass/page/_checkout.scss */
.basket-promo .large-19 {
  width: 79.2763158%;
  float: left;
}

/* line 383, ../sass/page/_checkout.scss */
.basket-promo .large-5 {
  width: 20.0657895%;
  float: right;
}

/* line 388, ../sass/page/_checkout.scss */
.basket-promo input[type=submit] {
  background: #333;
  border: 1px solid #333;
  padding: 7px 0;
  width: 100%;
}

/* line 395, ../sass/page/_checkout.scss */
#minicart_products p.prod-name {
  margin: 0;
  font-size: 13px;
}

/* line 400, ../sass/page/_checkout.scss */
#box-basket .buttons {
  margin: 20px 0 0;
}

/* Login / Register */
/* line 406, ../sass/page/_checkout.scss */
.checkout.login.row {
  margin: 0 0 20px 0;
}

/* line 410, ../sass/page/_checkout.scss */
.register-box {
  width: 33.33%;
  float: left;
  padding: 0 10px;
  margin: 0 0 20px 0;
}

/* line 416, ../sass/page/_checkout.scss */
.register-box-nochkout {
  width: 50%;
  float: left;
  padding: 0 10px;
  margin: 0 0 20px 0;
}

/* line 423, ../sass/page/_checkout.scss */
.login-box {
  width: 33.33%;
  float: left;
  padding: 0 15px;
  margin: 0 0 20px 0;
}

/* line 430, ../sass/page/_checkout.scss */
.login-box-nochkout {
  width: 50%;
  float: left;
  padding: 0 15px;
  margin: 0 0 20px 0;
}

/* line 438, ../sass/page/_checkout.scss */
.guest-login {
  width: 33.33%;
  float: left;
  border: 0;
  /*border-top: 1px solid #ccc;
  margin: 30px 0 0;
  padding: 30px 0;*/
}

/* line 447, ../sass/page/_checkout.scss */
.guest-login .js-login-EqHeight {
  min-height: 1px !important;
}

/* line 451, ../sass/page/_checkout.scss */
.js-login-EqHeight-chkout {
  height: 184px;
}

/* line 455, ../sass/page/_checkout.scss */
.signup-border-left {
  border: none;
  padding: 0;
  min-height: 1px;
}

/* line 461, ../sass/page/_checkout.scss */
.checkout .guest-login .buttons {
  text-align: left;
}

/* line 465, ../sass/page/_checkout.scss */
.guest-login input[type=submit] {
  float: left;
}

/* line 469, ../sass/page/_checkout.scss */
.signup-border-right {
  border-right: 1px solid #ccc;
  min-height: 300px;
  padding: 0 15px 0 0;
}

/* line 476, ../sass/page/_checkout.scss */
.password-reminder {
  padding: 10px 0;
}

/* line 480, ../sass/page/_checkout.scss */
.password-reminder a {
  text-decoration: underline;
  font-weight: bold;
}

/* line 485, ../sass/page/_checkout.scss */
.password-reminder a:hover {
  text-decoration: none;
}

/* line 489, ../sass/page/_checkout.scss */
.login-continue-shopping {
  display: none;
}

/****************** Password Reminder ******************/
/* line 494, ../sass/page/_checkout.scss */
.password-reminder-template {
  margin: 0 0 40px 0;
}

/* line 498, ../sass/page/_checkout.scss */
.password-reminder-template input[type=submit].right {
  float: right;
}

/****************** Validation ******************/
/* line 504, ../sass/page/_checkout.scss */
input.js-validateError, textarea.js-validateError, select.js-validateError, input.js-validateError-ghost {
  border-color: #FF0101;
  background: #ffe6e5 url("../images/validate-error.gif") 99% center no-repeat !important;
  background-color: #FFE6E5;
}

/* line 510, ../sass/page/_checkout.scss */
span.js-validateError {
  clear: both;
  display: block;
  margin-top: -5px;
  font-size: 14px;
  font-weight: bold;
  color: #FF0101;
  padding: 6px 4px;
}

/* line 519, ../sass/page/_checkout.scss */
span.js-select.js-validateError {
  background-color: #FFE6E5;
  border-color: #FF0101;
  margin-top: -2.6em;
}

/* line 525, ../sass/page/_checkout.scss */
#uklist .js-custom span.js-validateError {
  margin: 0;
}

/****************** Checkout Workflow ******************/
/* line 531, ../sass/page/_checkout.scss */
.checkout-workflow .large-16 {
  width: 62.5%;
  float: left;
}

/* line 536, ../sass/page/_checkout.scss */
.checkout-workflow .large-7 {
  width: 29.16667%;
  float: right;
}

/* line 541, ../sass/page/_checkout.scss */
.checkout-workflow form hr {
  display: none;
}

/* line 546, ../sass/page/_checkout.scss */
input[type=radio],
input[type=checkbox] {
  margin: 0 3px 3px 0;
}

/****************** Add address ******************/
/* line 558, ../sass/page/_checkout.scss */
.billingaddressedit form .large-16,
.billingaddressadd form .large-16,
.addressbookadd form .large-16,
.addressbookedit form .large-16,
.deliveryaddressadd form .large-16,
.deliveryaddressedit form .large-16,
.myaccount-billingaddressedit .large-16 {
  width: 100%;
}

/* line 562, ../sass/page/_checkout.scss */
.inform {
  width: 60%;
}

/* line 565, ../sass/page/_checkout.scss */
.js-addresslookup .js-custom span.js-select {
  background: #fff;
  border: 1px solid #ccc;
  line-height: 20px;
  text-indent: 10px;
  cursor: default;
  display: block;
  height: 20px;
  -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);
  margin-top: -36px;
  padding: 4px;
  position: relative;
  top: -12px;
  overflow: hidden;
  padding-right: 18px;
  text-align: left;
  color: #404040;
}

/* line 585, ../sass/page/_checkout.scss */
.js-addresslookup .js-custom span.js-select .icon-angle-down {
  position: absolute;
  right: 4px;
  top: 4px;
}

/* line 593, ../sass/page/_checkout.scss */
.country_list .js-select,
.statelist .js-select,
.blkemail .js-select {
  top: -8px;
}

/* line 596, ../sass/page/_checkout.scss */
#paymentdetails span.js-select {
  top: -5px;
}

/* line 601, ../sass/page/_checkout.scss */
#stateDiv {
  display: block !important;
}

/* line 605, ../sass/page/_checkout.scss */
.country_list, #blkemail_chosen {
  margin: 0 0 1px 0;
}

/* line 609, ../sass/page/_checkout.scss */
#uklist select {
  margin: 2px 0;
  opacity: 1 !important;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: white url("../images/select-down-arrow.png") 97% 7px no-repeat;
  border: 1px solid #ccc;
  padding: 6px;
  font-size: 14px;
  color: #444;
  border-radius: 0;
  box-shadow: rgba(0, 0, 0, 0.09804) 0px 1px 2px 0px inset;
}

/* line 623, ../sass/page/_checkout.scss */
#addresslookup .js-custom {
  background: #0d6ac7;
  position: relative;
  padding: 25px 10px 15px;
  margin: 0 0 20px 0;
}

/* line 630, ../sass/page/_checkout.scss */
#addresslookup .js-custom select {
  margin: 0;
}

/* line 634, ../sass/page/_checkout.scss */
#addresslookup .js-custom:before {
  content: "We have found the following addresses:";
  position: absolute;
  top: 5px;
  color: #fff;
  font-weight: bold;
}

/* line 649, ../sass/page/_checkout.scss */
.billingaddressedit form .large-8,
.billingaddressadd form .large-8,
.addressbookadd form .large-8,
.addressbookedit form .large-8,
.deliveryaddressadd form .large-8,
.deliveryaddressedit form .large-8,
#addressform .large-8,
.myaccount-billingaddressedit .large-8 {
  width: 33.33333%;
  float: left;
}

/* line 661, ../sass/page/_checkout.scss */
.billingaddressedit form .large-8.end,
.billingaddressadd form .large-8.end,
.addressbookadd form .large-8.end,
.addressbookedit form .large-8.end,
.deliveryaddressadd form .large-8.end,
.deliveryaddressedit form .large-8.end,
#addressform .large-8.end,
.myaccount-billingaddressedit .large-8.end {
  float: left;
  padding: 0 0 0 30px;
  width: 50%;
}

/* line 667, ../sass/page/_checkout.scss */
.js-addresslookup .button.secondary {
  padding: 6px 25px;
}

/* line 671, ../sass/page/_checkout.scss */
a#enterManually {
  margin: 20px 0;
  display: block;
  text-decoration: underline;
  color: #0E6AC8;
}

/* line 678, ../sass/page/_checkout.scss */
a#enterManually:hover, a#enterManually:focus {
  text-decoration: underline;
  color: #0E6AC8;
}

/* line 683, ../sass/page/_checkout.scss */
a#enterManually:visited {
  color: #0E6AC8;
  text-decoration: underline;
}

/* line 688, ../sass/page/_checkout.scss */
.note {
  font-style: italic;
  font-size: 12px;
}

/* line 693, ../sass/page/_checkout.scss */
.password-note i {
  color: #0e6ac8;
  font-size: 35px;
  float: right;
}

/* line 702, ../sass/page/_checkout.scss */
.addressbookadd .buttons .large-6,
.addressbookedit .buttons .large-6,
.deliveryaddressedit .buttons .large-12,
#addressform .buttons .large-12 {
  float: left;
}

/* line 709, ../sass/page/_checkout.scss */
.addressbookadd .buttons .large-10,
.addressbookedit .buttons .large-10,
.deliveryaddressedit .buttons .large-12.right,
#addressform .buttons .large-12.right {
  float: right;
}

/* line 713, ../sass/page/_checkout.scss */
#addresslookup #loading {
  background: url("../images/loading.gif") no-repeat 50% 50%;
  display: block;
  height: 56px;
  margin: 0 auto;
  width: 36px;
}

/* line 721, ../sass/page/_checkout.scss */
#addresslookup .js-custom select {
  opacity: 1 !important;
  width: 100%;
  color: #444;
}

/* line 727, ../sass/page/_checkout.scss */
#addresslookup .js-custom .js-select {
  display: none;
  top: -8px;
}

/****************** Order Summary ******************/
/* line 733, ../sass/page/_checkout.scss */
#orderconfirmation .panel {
  margin-left: 20px;
}

/* line 734, ../sass/page/_checkout.scss */
.order-noship .order-action-row {
  display: none;
}

/* line 735, ../sass/page/_checkout.scss */
.ordersummary .main-header {
  margin: 0 0 10px 0;
}

/* line 739, ../sass/page/_checkout.scss */
.ordersummary .large-6 {
  width: 49%;
  float: left;
}

/* line 744, ../sass/page/_checkout.scss */
.ordersummary .large-18 {
  width: 49%;
  float: right;
}

/* line 750, ../sass/page/_checkout.scss */
.ordersummary .button.secondary,
.order-help .button.secondary {
  padding: 5px 0;
  width: 100%;
  text-align: center;
  font-size: 12px;
  line-height: 1.6;
}

/* line 758, ../sass/page/_checkout.scss */
table.box .box-header {
  color: #fff;
  padding: 13px;
  font-size: 18px;
  margin: 0;
  background: #2897e5;
  background: -moz-linear-gradient(top, #2897e5 0%, #0e6ac8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2897e5), color-stop(100%, #0e6ac8));
  background: -webkit-linear-gradient(top, #2897e5 0%, #0e6ac8 100%);
  background: -o-linear-gradient(top, #2897e5 0%, #0e6ac8 100%);
  background: -ms-linear-gradient(top, #2897e5 0%, #0e6ac8 100%);
  background: linear-gradient(to bottom, #2897e5 0%, #0e6ac8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2897e5', endColorstr='#0e6ac8',GradientType=0 );
}

/* line 773, ../sass/page/_checkout.scss */
.ordersummary .box, .billingaddressadd .box, .order-help .box {
  border: 1px solid #a8a8a8;
  margin: 0 0 20px 0;
}

/* line 778, ../sass/page/_checkout.scss */
.ordersummary .box-header, .billingaddressadd .box-header, .order-help .box-header {
  background: #666666;
  color: #fff;
  padding: 13px;
  font-size: 18px;
  font-weight: bold;
}

/* line 786, ../sass/page/_checkout.scss */
.ordersummary .box-body, .billingaddressadd .box-body, .order-help .box-body {
  padding: 10px;
  font-size: 14px;
}

/* line 793, ../sass/page/_checkout.scss */
#billingaddressaddform .js-select,
.billingaddressedit .js-select,
#addressForm .js-select,
.deliveryaddressadd .js-select {
  display: block !important;
  top: -5px;
}

/* line 796, ../sass/page/_checkout.scss */
.box-header.black {
  background: #000;
}

/* line 800, ../sass/page/_checkout.scss */
.ordersummary .additionalservices .large-20 {
  width: 80%;
  float: left;
}

/* line 805, ../sass/page/_checkout.scss */
.ordersummary .additionalservices .large-4 {
  width: 20%;
  float: left;
}

/* line 810, ../sass/page/_checkout.scss */
.ordersummary .prod-price, .ordersummary td.prod-total {
  font-weight: bold;
}

/* line 815, ../sass/page/_checkout.scss */
.ordersummary .pre-order strong,
.pre-order-label {
  color: #e4561e;
}

/* line 819, ../sass/page/_checkout.scss */
#paymentdetailSection h2 {
  font-size: 20px;
  margin: 5px 0 5px;
  line-height: 32px;
}

/* line 825, ../sass/page/_checkout.scss */
.giftcode .large-15 {
  width: 80%;
  float: left;
}

/* line 830, ../sass/page/_checkout.scss */
.giftcode .large-15 .large-6 {
  width: 25%;
  float: left;
}

/* line 835, ../sass/page/_checkout.scss */
.giftcode .large-15 .large-18 {
  width: 100%;
  float: left;
}

/* line 840, ../sass/page/_checkout.scss */
.giftcode .large-3 {
  width: 12.5%;
  float: left;
}

/* line 845, ../sass/page/_checkout.scss */
.giftcode label {
  display: none;
}

/* line 849, ../sass/page/_checkout.scss */
#promotions {
  font-size: 14px;
  padding: 0 0 10px 0;
}

/* line 854, ../sass/page/_checkout.scss */
#paymentdetails {
  width: 49%;
  float: left;
}

/* line 859, ../sass/page/_checkout.scss */
.f-paypal {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

/* line 865, ../sass/page/_checkout.scss */
.ordersummary #paymentdetailSection .large-6 {
  float: right;
}

/*#cardtype_chosen, #month_chosen, #year_chosen {
margin: 0 0 12px 0;
}*/
/* line 875, ../sass/page/_checkout.scss */
#paymentdetails .js-select {
  /*display: none;*/
  top: -8px;
}

/* line 880, ../sass/page/_checkout.scss */
.f-paypal .row img, .f-credit .row img {
  position: relative;
  top: 6px;
}

/* line 885, ../sass/page/_checkout.scss */
.f-paypal legend, .f-credit legend {
  display: none;
}

/* line 889, ../sass/page/_checkout.scss */
.ordersummary .f-credit .large-18 {
  width: 94%;
  float: left;
}

/* line 894, ../sass/page/_checkout.scss */
.f-credit .large-18 label {
  padding: 5px 0 0;
}

/* line 898, ../sass/page/_checkout.scss */
.f-credit .small-11 {
  width: 45%;
  float: left;
}

/* line 903, ../sass/page/_checkout.scss */
.f-credit .small-11.large-offset-2 {
  float: right;
}

/* line 907, ../sass/page/_checkout.scss */
.f-credit .large-17 {
  width: 50%;
  float: left;
}

/* line 912, ../sass/page/_checkout.scss */
.f-credit .large-7 {
  width: 29%;
  float: left;
}

/* line 917, ../sass/page/_checkout.scss */
.f-credit .large-7 .right {
  float: right;
}

/* line 921, ../sass/page/_checkout.scss */
.blkemail span.js-validateError {
  margin: 0;
}

/* line 925, ../sass/page/_checkout.scss */
.payment-details-row {
  border-bottom: 0px solid #ccc;
  padding: 0 0 10px 0;
  margin: 20px 0 0;
}

/* line 931, ../sass/page/_checkout.scss */
.ustandc-sep {
  float: left;
  padding: 10px 0;
  margin: 20px 0 0;
}

/* line 938, ../sass/page/_checkout.scss */
.ustandc span.js-validateError,
.giftcerttandc span.js-validateError {
  display: inline;
}

/* line 942, ../sass/page/_checkout.scss */
.note a, .ustandc a, .ustandc-sep a, .tc a {
  text-decoration: underline;
}

/* line 946, ../sass/page/_checkout.scss */
.ustandc br, .ustandc-sep br {
  display: none;
}

/* line 950, ../sass/page/_checkout.scss */
.tc {
  line-height: 1.6;
}

/* line 954, ../sass/page/_checkout.scss */
.box-body .contact-email {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

/* line 959, ../sass/page/_checkout.scss */
.ordersummary .f-credit .large-18.save-card-details {
  width: 100%;
}

/* line 963, ../sass/page/_checkout.scss */
.edit-order {
  display: block;
  margin: 10px 0 0;
}

/* line 968, ../sass/page/_checkout.scss */
.edit-order.show-for-small {
  display: none;
}

/* line 972, ../sass/page/_checkout.scss */
.order-help .phone-text {
  color: #555;
}

/* line 976, ../sass/page/_checkout.scss */
.help-phone {
  text-align: center;
}

/* line 980, ../sass/page/_checkout.scss */
.order-help-links {
  text-align: center;
}

/* line 984, ../sass/page/_checkout.scss */
.order-help-links ul {
  width: 100%;
  float: left;
}

/* line 989, ../sass/page/_checkout.scss */
.order-help-links li {
  width: 32%;
  float: left;
  margin: 0 0 0 2%;
  padding: 12px 0 0;
}

/* line 996, ../sass/page/_checkout.scss */
.order-help-links li:first-child {
  margin: 0;
}

/****************** Gift Wrap ******************/
/* line 1002, ../sass/page/_checkout.scss */
.giftwrapping table.box .box-header {
  background: #666;
  background: -moz-linear-gradient(top, #666666 0%, #666666 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(100%, #666666));
  background: -webkit-linear-gradient(top, #666666 0%, #666666 100%);
  background: -o-linear-gradient(top, #666666 0%, #666666 100%);
  background: -ms-linear-gradient(top, #666666 0%, #666666 100%);
  background: linear-gradient(to bottom, #666666 0%, #666666 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#666666',GradientType=0 );
}

/* line 1013, ../sass/page/_checkout.scss */
.giftwrapping table.box {
  border: 1px solid #666;
}

/* line 1017, ../sass/page/_checkout.scss */
.giftwrapping .prod-details {
  width: 40%;
  font-size: 14px;
  vertical-align: text-top;
}

/* line 1023, ../sass/page/_checkout.scss */
.giftwrapping table.box tr {
  border-top: 1px solid #666666;
}

/* line 1027, ../sass/page/_checkout.scss */
.giftwrapping .prod-wrap-item textarea {
  height: auto;
  margin: 20px 0 0 0;
}

/* line 1032, ../sass/page/_checkout.scss */
.giftwrapping .prod-wrap-item .large-18 {
  width: 75%;
  font-size: 14px;
  float: left;
}

/* line 1038, ../sass/page/_checkout.scss */
.giftwrapping .js-select {
  /*display: none;*/
}

/* line 1042, ../sass/page/_checkout.scss */
.giftwrapping .large-12 {
  width: 50%;
  float: left;
  text-align: left;
}

/* line 1048, ../sass/page/_checkout.scss */
.giftwrapping .large-12.right {
  text-align: right;
  float: right;
}

/* line 1053, ../sass/page/_checkout.scss */
.giftwrapping .prod-wrap-item .large-6 {
  width: 20%;
  float: right;
}

/* line 1058, ../sass/page/_checkout.scss */
.giftwrapping .prod-wrap-item .js-gwimg img {
  width: 100%;
}

/* line 1062, ../sass/page/_checkout.scss */
.gift-wrap-info {
  border-top: 1px solid #A8A8A8;
  padding: 10px 0 0;
}

/* line 1067, ../sass/page/_checkout.scss */
.gift-wrap-info a {
  color: #222;
}

/****************** Address Book ******************/
/* line 1073, ../sass/page/_checkout.scss */
.addressbook h4 {
  font-size: 16px;
  font-weight: bold;
  margin: 3px 0 8px 0;
}

/* line 1079, ../sass/page/_checkout.scss */
table.addresses tr strong {
  font-size: 14px;
  font-weight: bold;
  margin: 3px 0 8px 0;
}

/* line 1085, ../sass/page/_checkout.scss */
table.addresses tr.default-delivery {
  border: 1px solid #9A9A9A;
  background: #E4E4E4;
}

/* line 1091, ../sass/page/_checkout.scss */
table.addresses span {
  font-size: 14px;
}

/* line 1095, ../sass/page/_checkout.scss */
table.addresses .button {
  margin: 10px 0 0 0;
}

/* line 1099, ../sass/page/_checkout.scss */
.addressbookedit .large-12 {
  width: 50%;
  float: left;
  text-align: left;
}

/* line 1105, ../sass/page/_checkout.scss */
.addressbookedit .large-12.right {
  float: right;
  text-align: right;
}

/****************** Order Receipt ******************/
/* line 1112, ../sass/page/_checkout.scss */
.orderreceipt .large-6 {
  width: 22%;
  float: left;
}

/* line 1117, ../sass/page/_checkout.scss */
.orderreceipt .large-18 {
  width: 74%;
  float: right;
}

/* line 1122, ../sass/page/_checkout.scss */
.orderreceipt .box {
  border: 1px solid #a8a8a8;
  margin: 0 0 20px 0;
}

/* line 1127, ../sass/page/_checkout.scss */
.orderreceipt .box-header {
  background: #666666;
  color: #fff;
  padding: 13px;
  font-size: 18px;
  font-weight: bold;
}

/* line 1135, ../sass/page/_checkout.scss */
.orderreceipt .box-body {
  padding: 10px;
  font-size: 14px;
}

/* line 1140, ../sass/page/_checkout.scss */
#ordersummary h2 {
  font-size: 23px;
  margin: 5px 0 12px;
  line-height: 32px;
}

/* line 1146, ../sass/page/_checkout.scss */
.orderreceipt .large-15 {
  width: 62.5%;
  float: left;
}

/* line 1151, ../sass/page/_checkout.scss */
.orderreceipt table {
  border: 1px solid #ddd;
}

/* line 1155, ../sass/page/_checkout.scss */
.orderreceipt table tr:nth-of-type(even) {
  background: #F9F9F9;
}

/* line 1159, ../sass/page/_checkout.scss */
.orderreceipt table th {
  text-align: left;
}

/* line 1163, ../sass/page/_checkout.scss */
.orderreceipt hr {
  border-top: none;
  margin: 10px 0;
}

/* line 1168, ../sass/page/_checkout.scss */
#contactdetails {
  float: right;
}

/* line 1172, ../sass/page/_checkout.scss */
#ordersummary table.large-20 {
  width: 100%;
}

/* line 1176, ../sass/page/_checkout.scss */
.orderreceipt .checkout-total-text {
  font-size: 16px;
}

/* line 1180, ../sass/page/_checkout.scss */
.orderreceipt .checkout-total {
  font-size: 20px;
}

/* line 1184, ../sass/page/_checkout.scss */
.orderreceipt #paymentdetails {
  width: 100%;
}
/* line 1186, ../sass/page/_checkout.scss */
.orderreceipt #paymentdetails .box.large-18 {
  float: none;
}

/* line 1189, ../sass/page/_checkout.scss */
#paymentdetails p.thickpad {
  padding: 10px 10px 0 10px;
}

/****************** Checkout Buttons ******************/
/* line 1195, ../sass/page/_checkout.scss */
.checkout .buttons {
  margin: 20px 0;
}

/* line 1199, ../sass/page/_checkout.scss */
.buttons .right {
  float: right;
}

/* line 1203, ../sass/page/_checkout.scss */
.buttons .large-12 {
  width: 50%;
  float: left;
  text-align: left;
}

/* line 1210, ../sass/page/_checkout.scss */
.buttons .text-left,
.checkout .buttons.text-left {
  text-align: left;
}

/* line 1216, ../sass/page/_checkout.scss */
.buttons .large-12.right,
.buttons .text-right,
.buttons.text-right {
  float: right;
  text-align: right;
}

/* line 1222, ../sass/page/_checkout.scss */
.checkout-template .buttons .button,
.checkout-workflow .buttons .button {
  width: 220px;
  padding: 13px 0 12px;
  text-align: center;
}

/* line 1229, ../sass/page/_checkout.scss */
.checkout-template .buttons a.button,
.checkout-workflow .buttons a.button {
  width: 220px;
  padding: 14px 0 14px;
  text-align: center;
}

/* line 1235, ../sass/page/_checkout.scss */
.orderreceipt .button.secondary {
  margin: 0;
  padding: 13px 24px 12px;
  display: inline-block;
  cursor: pointer;
  border: 1px solid #187CC2;
  color: #FFF;
  font-size: 14px;
  background: #2897E5;
  font-weight: bold;
  background: -moz-linear-gradient(top, #2897e5 0%, #0e6ac8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2897e5), color-stop(100%, #0e6ac8));
  background: -webkit-linear-gradient(top, #2897e5 0%, #0e6ac8 100%);
  background: -o-linear-gradient(top, #2897e5 0%, #0e6ac8 100%);
  background: -ms-linear-gradient(top, #2897e5 0%, #0e6ac8 100%);
  background: linear-gradient(to bottom, #2897e5 0%, #0e6ac8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2897e5', endColorstr='#0e6ac8',GradientType=0);
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}

/****************** Tables ******************/
/* line 1259, ../sass/page/_checkout.scss */
table {
  background: transparent;
  margin-bottom: 20px;
  width: 100%;
}

/* line 1265, ../sass/page/_checkout.scss */
table thead, table tfoot {
  background: #f5f5f5;
}

/* line 1269, ../sass/page/_checkout.scss */
table thead tr th, table thead tr td, table tfoot tr th, table tfoot tr td {
  padding: 8px 9px 8px;
  font-size: 14px;
  color: #222;
  text-align: left;
  vertical-align: middle;
}

/* line 1277, ../sass/page/_checkout.scss */
table tr th, table tr td {
  padding: 8px 9px 8px;
  font-size: 13px;
  color: #222;
  vertical-align: middle;
}

/* line 1284, ../sass/page/_checkout.scss */
table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td {
  display: table-cell;
  line-height: 15px;
  vertical-align: middle;
}

/* line 1290, ../sass/page/_checkout.scss */
.generic-table th, .product-features-table {
  text-align: left;
}

/* line 1294, ../sass/page/_checkout.scss */
.product-features-table {
  text-align: left;
  border: 1px solid #d7d7d7;
}

/* line 1299, ../sass/page/_checkout.scss */
.generic-table td, .generic-table th {
  border: 1px solid #d7d7d7;
}

/* line 1305, ../sass/page/_checkout.scss */
.generic-table tr:nth-child(odd),
.product-features-table tr:nth-child(odd),
.ordersummary table tr:nth-child(even) {
  background: #F9F9F9;
}

/* line 1310, ../sass/page/_checkout.scss */
th.text-left,
td.text-left {
  text-align: left;
}

/* line 1315, ../sass/page/_checkout.scss */
th.text-right,
td.text-right {
  text-align: right;
}

/* line 1319, ../sass/page/_checkout.scss */
table.text-left th {
  text-align: left;
}

/* line 1323, ../sass/page/_checkout.scss */
table.text-left th.text-right {
  text-align: right;
}

/****************** Login / Account / Etc ******************/
/* line 3, ../sass/page/_myaccount.scss */
.user-login {
  float: right;
}

/* line 6, ../sass/page/_myaccount.scss */
.user-login li.icon {
  display: none;
}

/* line 10, ../sass/page/_myaccount.scss */
.user-login li {
  position: relative;
  float: left;
  border-right: 1px solid #cecece;
  height: 37px;
  padding: 0 9px 0 9px;
  line-height: 37px;
}

/* My Account */
/* line 20, ../sass/page/_myaccount.scss */
.myaccount-nav {
  width: 16.393%;
  float: left;
  margin: 20px 0 0 0;
}

/* line 26, ../sass/page/_myaccount.scss */
.myaccount-nav .lhn-heading {
  border-bottom: 1px solid #ccc;
  line-height: 48px;
  margin: 0 0 5px 0;
}

/* line 32, ../sass/page/_myaccount.scss */
.lhn-sub-items a {
  padding: 3px 0;
}

/* line 36, ../sass/page/_myaccount.scss */
th.items-col {
  width: 40%;
}

/* line 40, ../sass/page/_myaccount.scss */
th.buttons-col {
  min-width: 100px;
}

/* line 44, ../sass/page/_myaccount.scss */
.orderhistory th.items-col {
  width: 55%;
}

/* line 48, ../sass/page/_myaccount.scss */
.orderhistory .actions a {
  margin: 5px 0;
}

/* line 52, ../sass/page/_myaccount.scss */
.orderhistory .actions input {
  position: relative;
  top: -1px;
  margin: 5px 0;
}

/* line 58, ../sass/page/_myaccount.scss */
.my-account-nav-block {
  margin-right: 0 0 28px 0;
}

/* line 62, ../sass/page/_myaccount.scss */
.myaccount-template section {
  width: 79.5081967%;
  float: right;
  margin: 20px 0 0 0;
}

/* line 68, ../sass/page/_myaccount.scss */
.myaccount-template .content .box {
  border: 1px solid #a8a8a8;
  margin: 0 0 20px 0;
}

/* line 73, ../sass/page/_myaccount.scss */
.myaccount-template .content .box-header {
  background: #666666;
  color: #fff;
  padding: 9px;
  font-size: 16px;
}

/* line 80, ../sass/page/_myaccount.scss */
.myaccount-template .content .box-body {
  padding: 13px;
}

/* line 84, ../sass/page/_myaccount.scss */
table.myaccount-recent-orders {
  margin: 0;
}

/* Communications Options */
/* line 90, ../sass/page/_myaccount.scss */
#tlusermyform .large-6 {
  width: 25%;
  float: left;
}

/* line 95, ../sass/page/_myaccount.scss */
#tlusermyform .large-18 {
  width: 75%;
  float: right;
}

/* line 100, ../sass/page/_myaccount.scss */
#tlusermyform .js-select, #addressForm .js-select {
  top: -5px;
}

/* line 104, ../sass/page/_myaccount.scss */
#tlusermyform .buttons {
  margin: 20px 0;
}

/* line 108, ../sass/page/_myaccount.scss */
#tlusermyform .buttons .right {
  float: right;
}

/* line 112, ../sass/page/_myaccount.scss */
#tlusermyform table {
  border: solid 1px #DDD;
  margin: 0 0 20px 0;
  vertical-align: top;
}

/* line 118, ../sass/page/_myaccount.scss */
#tlusermyform table tr td {
  vertical-align: top;
}

/* line 122, ../sass/page/_myaccount.scss */
#tlusermyform span.js-validateError {
  margin-top: 0;
}

/* line 125, ../sass/page/_myaccount.scss */
.myaccountfeature .ribbon-wrapper.sale {
  color: #fff;
}

/* Edit Commnication */
/* line 127, ../sass/page/_myaccount.scss */
.editCommunication {
  margin-bottom: 20px;
}

/* line 134, ../sass/page/_myaccount.scss */
.help-body ol li {
  line-height: 1.8em;
}

/* line 135, ../sass/page/_myaccount.scss */
.text_placing {
  line-height: 1.8em;
}

/****************** Homepage ******************/
/* line 3, ../sass/page/_homepage.scss */
.brand-logos > div {
  width: 12.5%;
  float: left;
  border: 1px solid #ccc;
  border-width: 1px 1px 1px 0;
  text-align: center;
}

/* line 11, ../sass/page/_homepage.scss */
.brand-logos > div:first-child {
  border-left: 1px solid #ccc;
}

/* line 15, ../sass/page/_homepage.scss */
.brand-logos img {
  max-width: 100%;
}

/* line 19, ../sass/page/_homepage.scss */
.page-home .brand-logos > div {
  width: 16.666%;
}

/****************** Homepage Product Reviews ******************/
/* line 24, ../sass/page/_homepage.scss */
.productreviews {
  position: relative;
  padding: 20px 0 60px 0;
}

/* line 29, ../sass/page/_homepage.scss */
.productreviews-review {
  border-top: 4px solid #cecece;
  margin-bottom: 20px;
  padding-top: 20px;
}

/* line 35, ../sass/page/_homepage.scss */
.icon-star {
  color: #d92c8a;
}

/* line 39, ../sass/page/_homepage.scss */
.icon-star.non-active {
  color: #cecece;
}

/* line 43, ../sass/page/_homepage.scss */
.js-review-stars-overall {
  font-size: 1.42857em;
}

/* line 47, ../sass/page/_homepage.scss */
.review-star-total {
  font-size: 1.14286em;
}

/* line 51, ../sass/page/_homepage.scss */
.review-date {
  padding-left: 0.71429em;
}

/* line 55, ../sass/page/_homepage.scss */
.js-total-reviews {
  cursor: pointer;
}

/* line 59, ../sass/page/_homepage.scss */
.reviews-of-the-month {
  background: #f7f7f7;
  box-shadow: inset 0px -5px 20px 5px #e6e6e6;
  padding: 20px 0;
  position: relative;
}

/* line 66, ../sass/page/_homepage.scss */
.reviews-of-the-month .extrathickpad-side {
  padding: 0 30px;
}

/* line 70, ../sass/page/_homepage.scss */
.reviews-of-the-month .tag-slideshow {
  max-width: 975px !important;
}

/* line 74, ../sass/page/_homepage.scss */
.reviews-of-the-month:after {
  content: '';
  position: absolute;
  bottom: -25px;
  left: 568px;
  width: 0;
  height: 0;
  border-right: none;
  border-left: 25px solid #e6e6e6;
  border-bottom: 25px solid transparent;
  border-top: none;
}

/* line 87, ../sass/page/_homepage.scss */
.reviews-of-the-month:before {
  content: '';
  position: absolute;
  bottom: -25px;
  left: 80px;
  width: 0;
  height: 0;
  border-right: none;
  border-left: 25px solid #e6e6e6;
  border-bottom: 25px solid transparent;
  border-top: none;
}

/* line 100, ../sass/page/_homepage.scss */
.reviews-of-the-month .product-review {
  max-width: 488px;
  white-space: normal;
  border-right: 1px solid #cecece;
}

/* line 106, ../sass/page/_homepage.scss */
.reviews-of-the-month .productreviews-heading {
  margin: 0 0 20px 0;
}

/* line 110, ../sass/page/_homepage.scss */
.reviews-of-the-month .review-title {
  font-weight: bold;
  font-style: italic;
  padding: 0 10px 0 0;
}

/* line 116, ../sass/page/_homepage.scss */
.reviews-of-the-month .js-review-stars-small .icon-star {
  font-size: 21px;
}

/* line 120, ../sass/page/_homepage.scss */
.reviews-of-the-month .productreviews-heading .pad-top {
  padding: 10px 0 0 0;
}

/* line 124, ../sass/page/_homepage.scss */
.reviews-of-the-month .productreviews-heading .small-text {
  font-size: 12px;
}

/* line 128, ../sass/page/_homepage.scss */
.reviews-of-the-month p {
  font-size: 14px;
  margin: 0 0 10px 0;
}

/* line 133, ../sass/page/_homepage.scss */
a.readmore:hover {
  background: #4C4C4C;
}

/* line 137, ../sass/page/_homepage.scss */
a.readmore {
  background: #333;
  color: #FFF;
  display: inline-block;
  font-size: 13px;
  padding: 5px 7px;
}

/* line 145, ../sass/page/_homepage.scss */
.flexslider-carousel-reviews .flex-control-nav {
  position: relative;
  bottom: -70px;
  text-align: center;
}

/* line 152, ../sass/page/_homepage.scss */
.flexslider-carousel-reviews .flex-control-paging li a {
  width: 10px;
  height: 10px;
  display: block;
  background: #D3D3D3;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

/* line 165, ../sass/page/_homepage.scss */
.flexslider-carousel-reviews .flex-control-paging li a.flex-active {
  background: #249EFE;
}

/****************** Footer ******************/
/* line 3, ../sass/share/_footer.scss */
.footer {
  margin-top: 20px;
  clear: both;
}

/* line 8, ../sass/share/_footer.scss */
.newsletter-share-body {
  background: #e4e4e4;
  padding: 10px 0;
}

/* line 13, ../sass/share/_footer.scss */
.checkout-social {
  background: #e4e4e4;
}

/* line 17, ../sass/share/_footer.scss */
.checkout-social {
  display: none;
}

/* line 21, ../sass/share/_footer.scss */
.email-sign-up {
  width: 50%;
  float: left;
  border-right: 1px solid #CCC;
}

/* line 27, ../sass/share/_footer.scss */
.follow-us {
  width: 50%;
  float: right;
}

/* line 32, ../sass/share/_footer.scss */
.newsletter-copy {
  width: 75%;
  float: left;
}

/* line 37, ../sass/share/_footer.scss */
.follow-us-copy {
  width: 40%;
  float: left;
}

/* line 42, ../sass/share/_footer.scss */
.newsletter-copy h3, .follow-us-copy h3 {
  font-size: 30px;
  padding: 0;
  padding: 0;
  font-weight: bold;
}

/* line 49, ../sass/share/_footer.scss */
.button-box {
  width: 25%;
  float: right;
  margin: 13px 0 0 0;
}

/* line 55, ../sass/share/_footer.scss */
.follow-sep {
  padding-left: 4.0983607%;
}

/* line 59, ../sass/share/_footer.scss */
.share-icons {
  width: 60%;
  float: right;
  margin: 13px 0 0 0;
  text-align: right;
}

/* line 65, ../sass/share/_footer.scss */
.share-icons li {
  width: 19.949%;
  margin: 0 0 0 2.1282051%;
  display: inline-block;
}

/* line 72, ../sass/share/_footer.scss */
.footer-links {
  background: #cecece;
  font-size: 14px;
}

/* line 77, ../sass/share/_footer.scss */
.footer-row-one {
  padding: 4px 0;
}

/* line 81, ../sass/share/_footer.scss */
.footer-row-one li {
  line-height: 30px;
}

/* line 84, ../sass/share/_footer.scss */
.footer-row-one a {
  color: #333;
}

/* line 88, ../sass/share/_footer.scss */
.footer-links .col-one {
  width: 32.3770492%;
  float: left;
}

/* line 93, ../sass/share/_footer.scss */
.footer-links .col-two, .footer-links .col-three {
  width: 24.897541%;
  float: left;
}

/* line 98, ../sass/share/_footer.scss */
.footer-links .col-four {
  width: 16.66667%;
  float: left;
}

/* line 103, ../sass/share/_footer.scss */
.footer-row-two {
  background: #414141;
  padding: 10px 0;
}

/* line 108, ../sass/share/_footer.scss */
.phone-logos-ckheader {
  float: left;
  font-weight: bold;
  padding: 10px 0 0 55px;
  width: 40%;
}

/* line 115, ../sass/share/_footer.scss */
.phone-logos {
  width: 50%;
  float: left;
  font-weight: bold;
}

/* line 121, ../sass/share/_footer.scss */
.phone-text {
  color: #fff;
  font-size: 17px;
  position: relative;
  top: -3px;
}

/* line 128, ../sass/share/_footer.scss */
.phone-number {
  color: #249EFE;
  font-size: 24px;
  white-space: nowrap;
}

/* line 134, ../sass/share/_footer.scss */
.accepted-cards {
  width: 230px;
  float: right;
}

/* line 139, ../sass/share/_footer.scss */
.accepted-cards img {
  width: 100%;
}

/* line 143, ../sass/share/_footer.scss */
.footer-row-three {
  background-color: #4C4C4C;
}

/* line 147, ../sass/share/_footer.scss */
.bbcw-info {
  width: 66.66667%;
  padding: 10px 0;
  float: left;
  color: #A6A6A6;
  font-size: 12px;
}

/* line 155, ../sass/share/_footer.scss */
.bbcw-logo {
  margin: 0 0 20px;
}

/* line 159, ../sass/share/_footer.scss */
.bbcw-logo img {
  margin: 0 10px 0 0;
  float: left;
}

/* line 164, ../sass/share/_footer.scss */
.bbcw-info-more {
  width: 33.33333%;
  float: right;
  color: #fff;
  font-size: 12px;
  text-align: right;
  padding: 10px 0 0;
}

/* line 173, ../sass/share/_footer.scss */
p.bbcw-info-copy {
  margin: 0 0 0 153px;
}

/* line 177, ../sass/share/_footer.scss */
.vendalogo {
  padding: 17px 0 0;
}

/* line 181, ../sass/share/_footer.scss */
.vendalogo a {
  color: #fff;
  text-decoration: none;
}

/****************** Flexslider Home ******************/
/* line 2, ../sass/share/_slider.scss */
.fsm-product .slides li {
  float: left;
  min-height: 356px;
  min-width: 160px;
  width: 195px;
}

/* line 3, ../sass/share/_slider.scss */
.flexslider-home {
  position: relative;
}

/* line 7, ../sass/share/_slider.scss */
.flexslider-home .slides li {
  position: relative;
  min-height: 100px !important;
}

/* line 11, ../sass/share/_slider.scss */
.myaccount-template .flexslider .prod-price, .myaccount-template .flexslider .prod-name {
  padding: 0 !important;
}

/* line 12, ../sass/share/_slider.scss */
.flexslider-caption {
  position: absolute;
  display: block;
  bottom: 0;
  height: 71px;
  width: 100%;
  left: 0px;
  z-index: 105;
  padding: 0 0 0 2.5614754%;
  line-height: 71px;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
}

/****************** Control Nav ******************/
/* line 31, ../sass/share/_slider.scss */
.flexslider-home .flex-control-nav {
  position: absolute;
  bottom: 18px;
  right: 2.5614754%;
}

/* line 37, ../sass/share/_slider.scss */
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 43, ../sass/share/_slider.scss */
.flex-control-paging li a {
  width: 12px;
  height: 12px;
  display: block;
  background: #D3D3D3;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
}

/* line 56, ../sass/share/_slider.scss */
.flex-control-paging li a:hover {
  background: #D3D3D3;
}

/* line 60, ../sass/share/_slider.scss */
.flex-control-paging li a.flex-active {
  background: #249EFE;
  cursor: default;
}

/****************** Direction Nav ******************/
/* line 66, ../sass/share/_slider.scss */
.flex-direction-nav {
  *height: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}

/* line 73, ../sass/share/_slider.scss */
.flex-direction-nav a {
  text-indent: -9999px;
  cursor: pointer;
  font-size: 48px;
  display: block;
  position: absolute;
  width: 48px;
  height: 48px;
  line-height: 48px;
  margin: -50px 0 0;
  background: #444444;
}

/* line 86, ../sass/share/_slider.scss */
.flex-direction-nav .flex-prev {
  background: url("../images/flexslider-hero-arrows.png") no-repeat 0 0;
  left: -24px;
}

/* line 91, ../sass/share/_slider.scss */
.flex-direction-nav .flex-next {
  background: url("../images/flexslider-hero-arrows.png") no-repeat 100% 0;
  right: -24px;
}

/****************** Product Carousel ******************/
/* line 97, ../sass/share/_slider.scss */
.flexslider-carousel .slides li {
  padding: 0 30px 0 0;
  position: relative;
  margin: 0 1px 0 0;
}
/* line 102, ../sass/share/_slider.scss */
.flexslider-carousel .slides li .prod-name {
  padding: 0 0 5px 10px;
}
/* line 104, ../sass/share/_slider.scss */
.flexslider-carousel .slides li .prod-name a {
  line-height: normal;
}
/* line 108, ../sass/share/_slider.scss */
.flexslider-carousel .slides li .prod-pricedetails {
  padding-bottom: 10px;
}
/* line 111, ../sass/share/_slider.scss */
.flexslider-carousel .slides li .prod-pricedetails span {
  padding: 0;
}
/* line 114, ../sass/share/_slider.scss */
.flexslider-carousel .slides li .prod-pricedetails .prod-price {
  padding-left: 10px;
}
/* line 117, ../sass/share/_slider.scss */
.flexslider-carousel .slides li .prod-pricedetails .prod-price .prod-price-was {
  padding-bottom: 3px;
}

/* line 123, ../sass/share/_slider.scss */
#page_home .flexslider-carousel .slides {
  width: 4000px;
}

/* line 124, ../sass/share/_slider.scss */
#page_home .flexslider-carousel .slides li, .product-detail-page .flexslider-carousel .slides li, .checkout-basket .flexslider-carousel .slides li {
  display: block;
  min-width: 160px;
  width: 195px !important;
  float: left;
}

/* line 125, ../sass/share/_slider.scss */
#page_home .flexslider-carousel .slides li .prod-name, .product-detail-page .flexslider-carousel .slides li .prod-name, .body-search .flexslider-carousel .slides li .prod-name, .checkout-basket .flexslider-carousel .slides li .prod-name {
  width: 140px !important;
}

/* line 126, ../sass/share/_slider.scss */
.flexslider-carousel .fsm-prod {
  display: block;
  float: left;
}

/* line 127, ../sass/share/_slider.scss */
.js-viewGrid .prod-image img {
  width: auto;
  height: auto;
}

/* line 128, ../sass/share/_slider.scss */
.flexslider-carousel .flex-control-nav {
  position: absolute;
  bottom: 10px;
  right: auto;
  text-align: center;
  width: 100%;
}

/* line 135, ../sass/share/_slider.scss */
.flexslider-carousel .prod-details {
  margin-top: 20px;
}

/* line 136, ../sass/share/_slider.scss */
.flexslider-carousel .flex-control-paging li a {
  width: 10px;
  height: 10px;
  display: block;
  background: #D3D3D3;
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

/* line 149, ../sass/share/_slider.scss */
.flexslider-carousel .flex-control-paging li a.flex-active {
  background: #249EFE;
}

/* line 153, ../sass/share/_slider.scss */
.flexslider-carousel h4 a {
  font-size: 13px;
  color: #323232;
}

/* line 158, ../sass/share/_slider.scss */
.flexslider-carousel .prod-image {
  height: 190px;
}

/* line 162, ../sass/share/_slider.scss */
.flexslider-carousel .prod-pricedetails {
  padding: 2px 0;
}

/* line 166, ../sass/share/_slider.scss */
.flexslider-carousel .prod-price {
  font-size: 16px;
  color: #249EFE;
  font-weight: bold;
}

/* line 172, ../sass/share/_slider.scss */
.flexslider-carousel .price-label {
  display: none;
}

/* line 175, ../sass/share/_slider.scss */
.promo-thumbnails {
  padding: 0;
}

/* line 179, ../sass/share/_slider.scss */
.promo-thumbnails li {
  width: 23.4631148%;
  margin: 0 2.0491803% 0 0;
  padding-bottom: 20px;
  float: left;
}

/* line 186, ../sass/share/_slider.scss */
.promo-thumbnails li a img {
  display: block;
  width: 100%;
}

/* line 191, ../sass/share/_slider.scss */
.promo-thumbnails li:nth-of-type(4n) {
  margin: 0;
}

/* line 194, ../sass/share/_slider.scss */
.promo-thumbnails_col5 li {
  width: 19.76%;
  margin: 0 0.3% 0 0;
  float: left;
}

/* line 199, ../sass/share/_slider.scss */
.category-list .brand-logos div {
  width: 20%;
}

/* line 200, ../sass/share/_slider.scss */
.page-home .brand-logos div:nth-of-type(1) {
  border-width: 1px 0 1px 1px;
}

/* line 201, ../sass/share/_slider.scss */
.page-home .brand-logos div:nth-of-type(2) {
  border-width: 1px 0 1px 1px;
}

/* line 202, ../sass/share/_slider.scss */
.page-home .brand-logos div:nth-of-type(3) {
  border-width: 1px;
}

/* line 203, ../sass/share/_slider.scss */
.page-home .brand-logos div:nth-of-type(4) {
  border-width: 1px 0 1px 1px;
}

/* line 204, ../sass/share/_slider.scss */
.page-home .brand-logos div:nth-of-type(5) {
  border-width: 1px 0 1px 1px;
}

/* line 206, ../sass/share/_slider.scss */
.brand-logos div {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #ccc;
  border-image: none;
  border-style: solid;
  text-align: center;
  width: 16.63%;
}

/* line 217, ../sass/share/_slider.scss */
.brand-logos div:first-child {
  border-left: 1px solid #ccc;
}

/* line 220, ../sass/share/_slider.scss */
.brand-logos img {
  max-width: 100%;
}

/* line 223, ../sass/share/_slider.scss */
.promo-thumbnails_col5 li a img {
  display: block;
  margin-left: 15px;
  width: 85%;
}

/* line 226, ../sass/share/_slider.scss */
.promo-thumbnails_col5 ul li {
  border: 1px solid #ccc;
  margin-top: 10px;
}

/* line 227, ../sass/share/_slider.scss */
.promo-thumbnails_col5 ul li.last {
  margin: 10px 0;
}

/* line 229, ../sass/share/_slider.scss */
.promo-thumbnails_col5home li {
  width: 19.755%;
  margin: 0 0.3% 0 0;
  float: left;
}

/* line 235, ../sass/share/_slider.scss */
.promo-thumbnails_col5home li a img {
  display: block;
  margin-left: 15px;
}

/* line 238, ../sass/share/_slider.scss */
.promo-thumbnails_col5home ul li {
  border: 1px solid #ccc;
  margin-top: 10px;
}

/* line 239, ../sass/share/_slider.scss */
.promo-thumbnails_col5home ul li.last {
  margin: 10px 0;
}

/* line 241, ../sass/share/_slider.scss */
.full-banner {
  clear: both;
  padding: 20px 0 0;
}

/* line 246, ../sass/share/_slider.scss */
.full-banner img {
  width: 100%;
}

/****************** Region and Language Switch ******************/
/* line 2, ../sass/share/_widgets.scss */
.header-top-row .row {
  float: right;
  width: 550px;
}

/* line 3, ../sass/share/_widgets.scss */
.regionlang-switch {
  float: right;
  position: relative;
  display: block;
  height: 37px;
  padding: 10px 9px;
  border-right: 1px solid #cecece;
}

/* line 13, ../sass/share/_widgets.scss */
.regionlang-switch a,
.regionlang-switch a:hover {
  text-decoration: none;
  color: #555555;
}

/* line 18, ../sass/share/_widgets.scss */
.selectedlang {
  background: url("../images/sprite_icon.png") no-repeat;
}

/* line 22, ../sass/share/_widgets.scss */
/*
.regionlang-icon {
  background: url("../images/sprite_icon.png") no-repeat;
  width: 25px;
  height: 21px;
  display: inline-block;
  vertical-align: middle;
  color: #555555;
}
*/

/* line 30, ../sass/share/_widgets.scss */
/*
.regionlang-icon.us {
  background: url("../images/sprite_icon.png") no-repeat scroll 0 -155px;
}
*/

/* line 33, ../sass/share/_widgets.scss */
/*
.regionlang-icon.ca {
  background: url("../images/sprite_icon.png") no-repeat scroll 0 -174px;
}
*/

/* line 36, ../sass/share/_widgets.scss */
/*
.regionlang-flag .uk {
  background-position: 0 -192px;
}
*/

/* line 40, ../sass/share/_widgets.scss */
/*
.regionlang-flag .eu {
  background-position: 0 -211px;
}
*/

/* line 44, ../sass/share/_widgets.scss */
/*
.regionlang-flag .all, .regionlang-flag .restofworld {
  background-position: 0 0;
}
*/


/* BLUELEAF BBCCR-1 */

.regionlang-icon {
background: url('../images/flags/row.jpg') no-repeat;
background-size: 24px 15px;
width: 24px;
height: 15px;
display: inline-block;
vertical-align: middle;
color: #555555;
margin-right: 5px;
}

.regionlang-icon.au {
background: url('../images/flags/au.jpg') no-repeat;
background-size: 24px 15px;
}

.regionlang-icon.ca {
background: url('../images/flags/ca.jpg') no-repeat;
background-size: 24px 15px;
}

.regionlang-icon.eu {
background: url('../images/flags/eur.jpg') no-repeat;
background-size: 24px 15px;
}

.regionlang-icon.us {
background: url('../images/flags/us.jpg') no-repeat;
background-size: 24px 15px;
}

.regionlang-icon.uk {
background: url('../images/flags/gb.jpg') no-repeat;
background-size: 24px 15px;
}

.region-list .regionlang-icon {
  width: 56px;
  height: 28px;
  background-size: 56px 28px;
}

.region-list a.button.secondary {
  padding: 5px 5px 10px 5px;
  text-align: center;
  background: #fff;
  border: none;
  border-bottom: 1px solid #ccc;
}

.region-list li:last-child a.button.secondary {
  border-bottom: none;
  padding: 5px;
}




/* line 48, ../sass/share/_widgets.scss */
.flag-content {
  background: #FFF;
  border: 1px solid #ccc;
  display: none;
  position: absolute;
  right: -27px;
  top: 37px;
  z-index: 110;

}

/* line 58, ../sass/share/_widgets.scss */
.flag-content p {
  margin: 0;
}

/* line 62, ../sass/share/_widgets.scss */
.flag-content .region, .flag-content .lang {
  margin: 13px 0 0 0;
  width: 150px;
  border-bottom: 10px solid #249fff;
}

/* line 68, ../sass/share/_widgets.scss */
.flag-content .region li,
.flag-content .lang li {
  margin: 5px 0;
}

/* line 72, ../sass/share/_widgets.scss */
.flag-content .button {
  background: #ffffff;
  background: -moz-linear-gradient(top, white 0%, #ececec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #ececec));
  background: -webkit-linear-gradient(top, white 0%, #ececec 100%);
  background: -o-linear-gradient(top, white 0%, #ececec 100%);
  background: -ms-linear-gradient(top, white 0%, #ececec 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #ececec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ececec',GradientType=0 );
  color: #333333;
  border-color: #a8a8a8;
  font-weight: normal;
  text-transform: capitalize;
  padding: 7px;
  text-align: left;
  line-height: 16px;
  display: block;
}

/* line 91, ../sass/share/_widgets.scss */
.separator {
  border-top: 1px solid #ccc;
}

/****************** landingswitcher page ******************/
/* line 96, ../sass/share/_widgets.scss */
.regionlang-switch-content {
  overflow: visible;
}

/* line 100, ../sass/share/_widgets.scss */
.regionlang-switch-content ul {
  margin: 15px;
}

/* line 104, ../sass/share/_widgets.scss */
.regionlang-switch-content li {
  float: left;
  margin: 0 0 20px;
  overflow: hidden;
  width: 223px;
}

/* line 111, ../sass/share/_widgets.scss */
.regionlang-switch-content h2 {
  padding: 1px 30px 5px;
}

/* line 115, ../sass/share/_widgets.scss */
.regionlang-switch-content li ul {
  margin: 5px 0 0 30px;
}

/* line 119, ../sass/share/_widgets.scss */
.regionlang-switch-content li li {
  float: none;
  margin: 0 0 6px 0px;
}

/* widgets */
/************************************ Medium ************************************/
@media screen and (max-width: 960px) {
  /* line 5, ../sass/media_query/_tablet_only.scss */
  .show-for-desktop {
    display: none;
  }

  /* line 11, ../sass/media_query/_tablet_only.scss */
  .off-canvas-toggle, .off-canvas-mainnav,
  .search-collate-facet.hide-for-small,
  .term .hide-for-small,
  .js-toggle-basket.hide-for-small,
  .js-lookuplabel .hide-for-small,
  .ordersummary table .prod-price.hide-for-small {
    display: block;
  }

  /* line 14, ../sass/media_query/_tablet_only.scss */
  .js-orb-nav-more .icon-caret-down {
    display: inline;
  }

  /* line 15, ../sass/media_query/_tablet_only.scss */
  .checkout-step-indicators .hide-for-small {
    display: inline;
  }

  /* Off canvas stuff */
  /* line 20, ../sass/media_query/_tablet_only.scss */
  .offCanvasLeftMenu, .offCanvasRightMenu {
    position: static;
    left: 0;
  }

  /* line 26, ../sass/media_query/_tablet_only.scss */
  .off-canvas-menu.menu-open .offCanvasLeftMenu,
  .off-canvas-menu.menu-open .offCanvasRightMenu {
    display: block;
  }

  /* line 31, ../sass/media_query/_tablet_only.scss */
  .off-canvas-menu.menu-open .off-canvas-left,
  .off-canvas-menu.menu-open .off-canvas-right {
    /* when off-canvas shown restore the height of the left/right nav */
    height: 100% !important;
  }

  /* line 36, ../sass/media_query/_tablet_only.scss */
  .off-canvas-content {
    background: #fff;
  }

  /* line 40, ../sass/media_query/_tablet_only.scss */
  .off-canvas-content #minicartClose {
    cursor: pointer;
  }

  /* line 44, ../sass/media_query/_tablet_only.scss */
  .off-canvas-left li {
    border-bottom: solid 1px #ccc;
    line-height: 40px;
    font-weight: bold;
  }

  /* line 50, ../sass/media_query/_tablet_only.scss */
  .off-canvas-left li.first {
    padding: 5px 0 0 10px;
    font-weight: bold;
    background: #414141;
    color: #fff;
    border-bottom: none;
  }

  /* line 58, ../sass/media_query/_tablet_only.scss */
  .off-canvas-left li.first i {
    padding: 0 10px 0 0;
  }

  /* line 62, ../sass/media_query/_tablet_only.scss */
  .off-canvas-left li:hover, .off-canvas-left li a:hover {
    background: #414141;
    color: #fff;
    cursor: pointer;
    background: #2897e5;
    background: -moz-linear-gradient(top, #2897e5 0%, #0e6ac8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2897e5), color-stop(100%, #0e6ac8));
    background: -webkit-linear-gradient(top, #2897e5 0%, #0e6ac8 100%);
    background: -o-linear-gradient(top, #2897e5 0%, #0e6ac8 100%);
    background: -ms-linear-gradient(top, #2897e5 0%, #0e6ac8 100%);
    background: linear-gradient(to bottom, #2897e5 0%, #0e6ac8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2897e5', endColorstr='#0e6ac8',GradientType=0 );
  }

  /* line 76, ../sass/media_query/_tablet_only.scss */
  .off-canvas-left li:hover.first {
    background: #414141;
    color: #fff;
  }

  /* line 81, ../sass/media_query/_tablet_only.scss */
  .off-canvas-left li a {
    color: #525252;
    display: block;
    padding-left: 30px;
    text-decoration: none;
  }

  /* line 88, ../sass/media_query/_tablet_only.scss */
  .off-canvas-left li a .icon-caret-right {
    float: right;
    padding: 15px 25px 0 0;
  }

  /* line 93, ../sass/media_query/_tablet_only.scss */
  .off-canvas-right #minicart_empty {
    line-height: 6em;
  }

  /* line 97, ../sass/media_query/_tablet_only.scss */
  .off-canvas-right .minicart_totals-inner {
    border-bottom: 1px dotted #111;
    border-top: 1px dotted #111;
    font-weight: bold;
    line-height: 3em;
    margin: 10px 0;
  }

  /* line 105, ../sass/media_query/_tablet_only.scss */
  .off-canvas-right #basketWrapper {
    margin: 15px 0 0 0;
  }

  /* line 109, ../sass/media_query/_tablet_only.scss */
  .off-canvas-right .minicartHeader {
    border-radius: 0;
    line-height: 3.9em;
    overflow: hidden;
  }

  /* line 115, ../sass/media_query/_tablet_only.scss */
  .off-canvas-right li {
    border-bottom: 1px dotted #999;
    padding: 10px 0;
  }

  /* line 120, ../sass/media_query/_tablet_only.scss */
  .off-canvas-right li:last-child {
    border-bottom: none;
  }

  /* line 124, ../sass/media_query/_tablet_only.scss */
  .js-canvas-right .js-updatemdTotal {
    background: #fff;
    border: 1px solid #aebfb9;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 0 1px inset;
    color: #019972;
    font-size: 0.85em;
    font-weight: bold;
    padding: 4px;
    position: absolute;
    right: -8px;
    text-align: center;
    top: 4px;
    width: 22px;
  }

  /* Row */
  /* line 144, ../sass/media_query/_tablet_only.scss */
  .row {
    padding: 0 11px;
  }

  /* line 148, ../sass/media_query/_tablet_only.scss */
  .row .row {
    padding: 0;
  }

  /* line 152, ../sass/media_query/_tablet_only.scss */
  .row .row.productreviews {
    padding: 20px 0 60px 0;
  }

  /* Header */
  /* line 159, ../sass/media_query/_tablet_only.scss */
  .phone-logos-ckheader .phone-text {
    display: none;
  }

  /* line 161, ../sass/media_query/_tablet_only.scss */
  .search-box {
    padding: 10px 0 0;
    width: 48.6%;
  }

  /* line 166, ../sass/media_query/_tablet_only.scss */
  .header-top-row {
    border: none;
    float: right;
    padding: 0;
  }

  /* line 172, ../sass/media_query/_tablet_only.scss */
  .header-top-actions {
    float: left;
    padding: 0;
  }

  /* line 176, ../sass/media_query/_tablet_only.scss */
  .header-top {
    width: auto;
  }

  /* line 177, ../sass/media_query/_tablet_only.scss */
  .logo-box {
    margin: 10px 0 0;
  }

  /* line 181, ../sass/media_query/_tablet_only.scss */
  .minicart li:last-child {
    padding-right: 0;
  }

  /* line 184, ../sass/media_query/_tablet_only.scss */
  nav.row {
    padding: 0;
  }

  /* line 188, ../sass/media_query/_tablet_only.scss */
  .nav-message {
    width: 200px;
    text-align: center;
    background: #bd2577 url("../images/nav-message-arrow.png") top left no-repeat;
  }

  /* line 194, ../sass/media_query/_tablet_only.scss */
  .nav-checkout .nav-message {
    width: 20%;
    background: #BD2577;
  }

  /* line 199, ../sass/media_query/_tablet_only.scss */
  .nav-bar, .mm_ul {
    width: auto;
  }

  /* line 203, ../sass/media_query/_tablet_only.scss */
  .mm_ul > li {
    display: none;
  }

  /* line 206, ../sass/media_query/_tablet_only.scss */
  .mm_ul > li:nth-child(-n+4) {
    display: block;
  }

  /* line 211, ../sass/media_query/_tablet_only.scss */
  .mm_ul li.nav-dvd, .mm_ul li.nav-bluray, .mm_ul li.nav-audio, .mm_ul li.nav-books {
    display: inherit;
  }

  /* line 215, ../sass/media_query/_tablet_only.scss */
  .nav-header.show-for-tablet {
    float: left;
    display: block;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    height: 45px;
    line-height: 45px;
    padding: 0 0 0 11px;
  }

  /* line 226, ../sass/media_query/_tablet_only.scss */
  .nav-header.show-for-tablet a {
    color: #fff;
  }

  /* line 230, ../sass/media_query/_tablet_only.scss */
  .nav-header .icon-reorder {
    padding: 0 5px 0 0;
  }

  /* line 234, ../sass/media_query/_tablet_only.scss */
  .row.bottom-promo {
    padding: 20px 11px;
  }

  /* line 238, ../sass/media_query/_tablet_only.scss */
  .box-feature .box-body {
    display: none;
  }

  /* line 242, ../sass/media_query/_tablet_only.scss */
  .category-list .box-feature .box-body {
    display: inherit;
  }

  /* line 246, ../sass/media_query/_tablet_only.scss */
  .box.box-feature-small {
    width: 100%;
  }

  /* line 250, ../sass/media_query/_tablet_only.scss */
  .box.box-feature.right {
    float: none;
    margin: 20px 0 0;
  }

  /* line 255, ../sass/media_query/_tablet_only.scss */
  .box-outer {
    width: 100%;
    float: none;
  }

  /* line 260, ../sass/media_query/_tablet_only.scss */
  [class*="box-outer"] + [class*="box-outer"]:last-child {
    float: none;
  }

  /* line 264, ../sass/media_query/_tablet_only.scss */
  .flex-direction-nav .flex-prev {
    left: 12px;
  }

  /* line 269, ../sass/media_query/_tablet_only.scss */
  .flex-direction-nav .flex-next {
    right: 12px;
  }

  /* Footer */
  /* line 276, ../sass/media_query/_tablet_only.scss */
  .newsletter-copy p,
  .follow-us-copy p {
    display: none;
  }

  /* line 280, ../sass/media_query/_tablet_only.scss */
  .newsletter-copy {
    width: 62%;
  }

  /* line 284, ../sass/media_query/_tablet_only.scss */
  .button-box {
    margin: 0 2% 0 0;
    width: 31%;
  }

  /* line 289, ../sass/media_query/_tablet_only.scss */
  .newsletter-copy h3, .follow-us-copy h3 {
    font-size: 22px;
  }

  /* line 293, ../sass/media_query/_tablet_only.scss */
  .share-icons {
    margin: 0;
  }

  /* Category */
  /* line 299, ../sass/media_query/_tablet_only.scss */
  .brand-logos-row {
    margin: 10px 0 20px 0;
  }

  /* line 303, ../sass/media_query/_tablet_only.scss */
  .brand-logos > div {
    width: 25%;
    border: 1px solid #ccc;
  }

  /* line 308, ../sass/media_query/_tablet_only.scss */
  .brand-logos > div:nth-of-type(1) {
    border-width: 1px 0 1px 1px;
  }

  /* line 312, ../sass/media_query/_tablet_only.scss */
  .brand-logos > div:nth-of-type(2) {
    border-width: 1px 0 1px 1px;
  }

  /* line 316, ../sass/media_query/_tablet_only.scss */
  .brand-logos > div:nth-of-type(3) {
    border-width: 1px 0 1px 1px;
  }

  /* line 320, ../sass/media_query/_tablet_only.scss */
  .brand-logos > div:nth-of-type(4) {
    border-width: 1px 1px 1px 1px;
  }

  /* line 324, ../sass/media_query/_tablet_only.scss */
  .brand-logos > div:nth-of-type(5) {
    border-width: 0 0 1px 1px;
  }

  /* line 328, ../sass/media_query/_tablet_only.scss */
  .brand-logos > div:nth-of-type(6) {
    border-width: 0 0 1px 1px;
  }

  /* line 332, ../sass/media_query/_tablet_only.scss */
  .brand-logos > div:nth-of-type(7) {
    border-width: 0 0 1px 1px;
  }

  /* line 336, ../sass/media_query/_tablet_only.scss */
  .brand-logos > div:nth-of-type(8) {
    border-width: 0 1px 1px 1px;
  }

  /* line 340, ../sass/media_query/_tablet_only.scss */
  .page-home .brand-logos > div {
    width: 33.333%;
    float: left;
    border: 1px solid #CCC;
    text-align: center;
  }

  /* line 347, ../sass/media_query/_tablet_only.scss */
  .page-home .brand-logos > div:nth-of-type(1) {
    border-width: 1px 0 1px 1px;
  }

  /* line 351, ../sass/media_query/_tablet_only.scss */
  .page-home .brand-logos > div:nth-of-type(2) {
    border-width: 1px 0 1px 1px;
  }

  /* line 355, ../sass/media_query/_tablet_only.scss */
  .page-home .brand-logos > div:nth-of-type(3) {
    border-width: 1px 1px 1px 1px;
  }

  /* line 359, ../sass/media_query/_tablet_only.scss */
  .page-home .brand-logos > div:nth-of-type(4) {
    border-width: 0 0 1px 1px;
  }

  /* line 363, ../sass/media_query/_tablet_only.scss */
  .page-home .brand-logos > div:nth-of-type(5) {
    border-width: 0 0 1px 1px;
  }

  /* line 367, ../sass/media_query/_tablet_only.scss */
  .page-home .brand-logos > div:nth-of-type(6) {
    border-width: 0 1px 1px 1px;
  }

  /* Product list */
  /* line 374, ../sass/media_query/_tablet_only.scss */
  .search-pagination-top, .search-pagination-bottom {
    height: 75px;
  }

  /* line 378, ../sass/media_query/_tablet_only.scss */
  .content-search {
    width: 100%;
    float: none;
  }

  /* line 383, ../sass/media_query/_tablet_only.scss */
  .search-right-column {
    display: none;
  }

  /* line 387, ../sass/media_query/_tablet_only.scss */
  .search-results {
    margin: 0;
  }

  /* line 391, ../sass/media_query/_tablet_only.scss */
  .js-sort {
    position: absolute;
    right: 75px;
  }

  /* line 396, ../sass/media_query/_tablet_only.scss */
  .js-viewGrid .prod-search-results {
    width: 30%;
    margin: 0 5% 20px 0;
  }

  /* Product Detail */
  /* line 403, ../sass/media_query/_tablet_only.scss */
  .pdp .prod-quantity {
    width: 33.33%;
    float: left;
    padding: 9px 0;
  }

  /* Sign Up Terms */
  /* line 411, ../sass/media_query/_tablet_only.scss */
  .ustandc label {
    display: block;
  }

  /* Basket */
  /* line 417, ../sass/media_query/_tablet_only.scss */
  #box-basket .box-content {
    padding: 10px;
  }

  /* line 421, ../sass/media_query/_tablet_only.scss */
  #box-basket .buttons {
    margin: 0;
  }

  /* line 425, ../sass/media_query/_tablet_only.scss */
  #box-basket .basket-submit {
    margin: 0;
  }

  /* Checkout */
  /* line 431, ../sass/media_query/_tablet_only.scss */
  .customer-service-links a {
    width: 50%;
    display: block;
    padding: 0 0 10px 0;
    float: left;
    text-align: left;
  }

  /* Register */
  /* line 439, ../sass/media_query/_tablet_only.scss */
  .register-box {
    width: 50%;
  }

  /* line 444, ../sass/media_query/_tablet_only.scss */
  .login-box {
    width: 50%;
  }

  /* line 448, ../sass/media_query/_tablet_only.scss */
  .guest-login {
    width: 100%;
    clear: both;
    float: none;
    border-top: 1px solid #ccc;
    margin: 30px 0 0;
    padding: 30px 0;
  }

  /* line 456, ../sass/media_query/_tablet_only.scss */
  #guest-login {
    width: 100%;
  }
  /* line 458, ../sass/media_query/_tablet_only.scss */
  #guest-login #email {
    width: 50%;
  }

  /* line 463, ../sass/media_query/_tablet_only.scss */
  .login-box .signup-border-right {
    border: none;
  }

  /*** For new register no checkout **/
  /* line 468, ../sass/media_query/_tablet_only.scss */
  .inform {
    width: 100%;
  }

  /* line 471, ../sass/media_query/_tablet_only.scss */
  .border-tab {
    border-top: 1px solid #ccc;
    padding-top: 15px;
  }

  /* line 476, ../sass/media_query/_tablet_only.scss */
  .js-login-EqHeight-chkout {
    height: auto;
  }

  /* line 480, ../sass/media_query/_tablet_only.scss */
  .button.secondary.continue-shopping {
    width: 100%;
  }

  /* line 484, ../sass/media_query/_tablet_only.scss */
  .checkout-step-indicators li {
    display: inline-block;
    width: 19%;
  }

  /* line 489, ../sass/media_query/_tablet_only.scss */
  table tr th, table tr td {
    padding: 5px;
    font-size: 13px;
    color: #222;
    vertical-align: middle;
  }

  /* line 496, ../sass/media_query/_tablet_only.scss */
  .order-total-messages {
    padding: 0 0 10px 0;
  }

  /* line 500, ../sass/media_query/_tablet_only.scss */
  .order-help.marg-top .order-help-links li {
    width: 100%;
    margin: 0;
    padding: 7px 0 0;
  }

  /* line 505, ../sass/media_query/_tablet_only.scss */
  .orb-nav {
    float: left !important;
  }

  /* line 506, ../sass/media_query/_tablet_only.scss */
  .orb-logo a {
    border-right: none;
    padding-left: 11px !important;
  }

  /* line 508, ../sass/media_query/_tablet_only.scss */
  .orb-nav-newsdotcom, .orb-nav-sport, .orb-nav-weather, .orb-nav-capital, .orb-nav-future, .orb-nav-shop, .orb-nav-tv, .orb-nav-radio {
    display: none;
  }

  /* line 509, ../sass/media_query/_tablet_only.scss */
  .panel-header-links {
    display: none !important;
  }

  /* line 510, ../sass/media_query/_tablet_only.scss */
  .panel-component ul li {
    width: 33.3333%;
  }

  /* line 511, ../sass/media_query/_tablet_only.scss */
  #orb-panel-more {
    width: 100%;
  }

  /* line 512, ../sass/media_query/_tablet_only.scss */
  #page_home .brand-logos div, .category-list .brand-logos div {
    width: 33.3%;
  }

  /* line 515, ../sass/media_query/_tablet_only.scss */
  .brand-logos > div:nth-of-type(3) {
    border-width: 1px;
  }

  /* line 518, ../sass/media_query/_tablet_only.scss */
  .brand-logos > div:nth-of-type(4) {
    border-width: 0 0 1px 1px;
  }

  /* line 521, ../sass/media_query/_tablet_only.scss */
  .brand-logos > div:nth-of-type(5) {
    border-width: 0 1px 1px 1px;
  }

  /*************Page Invt Icat************/
  /* line 525, ../sass/media_query/_tablet_only.scss */
  .pageInvt-feat {
    width: 100%;
    float: none;
  }

  /* line 529, ../sass/media_query/_tablet_only.scss */
  .pageInvt-content {
    width: 100%;
    float: none;
  }

  /* line 533, ../sass/media_query/_tablet_only.scss */
  #orb-nav-more {
    width: 70px;
  }

  /* line 534, ../sass/media_query/_tablet_only.scss */
  .search-box button {
    width: 10.157%;
  }

  /* line 535, ../sass/media_query/_tablet_only.scss */
  .search-box input.search-input {
    width: 89.843%;
  }

  /* line 536, ../sass/media_query/_tablet_only.scss */
  .show-for-print {
    display: none;
  }

  /* line 537, ../sass/media_query/_tablet_only.scss */
  .fwidthbanner img {
    width: 49%;
  }

  /* line 538, ../sass/media_query/_tablet_only.scss */
  .orb-nav-search {
    display: none;
  }

  /* line 539, ../sass/media_query/_tablet_only.scss */
  .qvicon.pad-bottom, .search-quicklink {
    display: none;
  }

  /* line 540, ../sass/media_query/_tablet_only.scss */
  .phone-logos-ckheader {
    width: auto;
  }

  /* line 541, ../sass/media_query/_tablet_only.scss */
  .category-list .BrightcoveExperience {
    height: 246px;
    width: 100%;
  }

  /* line 542, ../sass/media_query/_tablet_only.scss */
  .account-details a.button.last {
    margin: 4px 0 0 0;
  }

  /* line 545, ../sass/media_query/_tablet_only.scss */
  .brightcove-video.hide-for-desktop {
    width: 100%;
    height: 300px;
    margin-top: 10px;
  }

  /* line 546, ../sass/media_query/_tablet_only.scss */
  .hide-for-desktop {
    display: block;
  }

  /* line 547, ../sass/media_query/_tablet_only.scss */
  .show-for-large {
    display: none;
  }

  /* Tabinfo Static Page*/
  /* line 549, ../sass/media_query/_tablet_only.scss */
  .static_baking_lp li {
    width: 25%;
  }

  /* line 553, ../sass/media_query/_tablet_only.scss */
  .fea_product {
    float: none;
    width: 100%;
    border-bottom: 1px solid gray;
  }
  /* line 554, ../sass/media_query/_tablet_only.scss */
  .fea_product li {
    width: 33%;
  }

  /* line 557, ../sass/media_query/_tablet_only.scss */
  .about_vdo_static {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
}
/* line 560, ../sass/media_query/_tablet_only.scss */
.flexslider .slides img {
  width: 100%;
  height: auto;
}

/* line 561, ../sass/media_query/_tablet_only.scss */
.flexslider .slides .prod-image img {
  width: auto;
}

/************************************ Small ************************************/
@media screen and (max-width: 670px) {
  /* line 5, ../sass/media_query/_mobile_only.scss */
  .show-for-desktop {
    display: none;
  }

  /* line 21, ../sass/media_query/_mobile_only.scss */
  .off-canvas-content.off-canvas-left,
  .off-canvas-content.off-canvas-right,
  .off-canvas-mainnav,
  .search-collate-facet.hide-for-small,
  .crumbtrail-top,
  .term .hide-for-small,
  .grid-list-view,
  .prod-detail-social,
  .js-toggle-basket.hide-for-small,
  .home-recommended-products .show-for-desktop,
  .hide-for-mobile,
  #minicart_totals,
  .ordersummary table .prod-price.hide-for-small,
  .myaccount-template .home-recommended-products,
  .nav-checkout .nav-message, .hide-for-small {
    display: none;
  }

  /* line 27, ../sass/media_query/_mobile_only.scss */
  .show-for-touch, .show-for-small, .off-canvas-account,
  .search-collate-header, .searched-by,
  .home-recommended-products .show-for-small {
    display: block;
  }

  /* line 30, ../sass/media_query/_mobile_only.scss */
  #orb-panel-more-title {
    font-size: 1.8em;
  }

  /* line 31, ../sass/media_query/_mobile_only.scss */
  .ui-dialog {
    display: none !important;
  }

  /* Headings */
  /* line 37, ../sass/media_query/_mobile_only.scss */
  h1 {
    font-size: 22px;
    margin: 6px 0;
  }

  /* cookie banner */
  /* line 44, ../sass/media_query/_mobile_only.scss */
  .bbc-cookie-widget .title, .bbc-cookie-widget .body, .bbc-cookie-widget .accept {
    width: 100%;
    float: none;
  }

  /* line 49, ../sass/media_query/_mobile_only.scss */
  .bbc-cookie-widget .title, .bbc-cookie-widget .body {
    margin-bottom: 11px;
  }

  /* Header */
  /* line 55, ../sass/media_query/_mobile_only.scss */
  .phone-logos-ckheader {
    float: left;
    padding: 10px 0 0;
    text-align: center;
    width: 100%;
  }

  /* line 62, ../sass/media_query/_mobile_only.scss */
  .phone-logos-ckheader .phone-text {
    display: inline;
  }

  /* line 66, ../sass/media_query/_mobile_only.scss */
  .minicart li {
    margin: 0 0 0 5px;
  }

  /* line 70, ../sass/media_query/_mobile_only.scss */
  .minicart li.checkout-link:last-child {
    display: block;
  }

  /* line 74, ../sass/media_query/_mobile_only.scss */
  .logo-box {
    max-width: 108px;
    float: left;
    margin: 10px 0px;
  }

  /* line 79, ../sass/media_query/_mobile_only.scss */
  .logo-box h1 {
    display: none;
  }

  /* line 80, ../sass/media_query/_mobile_only.scss */
  .header-top-row {
    border: medium none;
    float: right;
    padding: 5px 0 0;
    position: absolute;
    right: 0;
  }

  /* line 88, ../sass/media_query/_mobile_only.scss */
  .header-top-row .row {
    padding: 0 11px 0 0;
  }

  /* line 91, ../sass/media_query/_mobile_only.scss */
  .header-top-actions {
    float: left;
    padding: 0;
    width: 100%;
  }

  /* line 96, ../sass/media_query/_mobile_only.scss */
  .js-orb-nav-more .icon-caret-down {
    display: inline;
  }

  /* line 97, ../sass/media_query/_mobile_only.scss */
  .user-login li {
    display: none;
  }

  /* line 101, ../sass/media_query/_mobile_only.scss */
  .user-login li.icon {
    display: block;
    background: url("../images/icon_user.gif") no-repeat scroll 0 6px;
  }

  /* line 106, ../sass/media_query/_mobile_only.scss */
  .show-for-desktop-up, .icon-caret-down.icon-large, .nav-header.show-for-tablet {
    display: none;
  }

  /* line 110, ../sass/media_query/_mobile_only.scss */
  .user-login li.icon a {
    color: #555;
  }

  /* line 114, ../sass/media_query/_mobile_only.scss */
  .regionlang-switch {
    float: left;
    padding: 10px 2px;
  }

  /* line 119, ../sass/media_query/_mobile_only.scss */
  #showcart, .minicart li:nth-of-type(2), .minicart li:last-child {
    display: none;
  }

  /* line 123, ../sass/media_query/_mobile_only.scss */
  .minicart-off-canvas.off-canvas-toggle {
    display: block;
  }

  /* line 126, ../sass/media_query/_mobile_only.scss */
  .header-top-row .row {
    width: 185px !important;
  }

  /* line 127, ../sass/media_query/_mobile_only.scss */
  .off-canvas-right .minicart-detail h1 {
    background: #414141;
    padding: 0 0 0 15px;
    font-weight: bold;
    background: #414141;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    margin: 0;
  }

  /* line 139, ../sass/media_query/_mobile_only.scss */
  .minicart-detail h1 .icon-remove {
    float: right;
    padding: 12px 15px;
  }

  /* line 144, ../sass/media_query/_mobile_only.scss */
  .off-canvas-right .minicart-empty {
    padding: 0 0 10px 15px;
    font-size: 12px;
  }

  /* line 149, ../sass/media_query/_mobile_only.scss */
  .off-canvas-right .minicart-checkout-button-row {
    text-align: center;
  }

  /* line 153, ../sass/media_query/_mobile_only.scss */
  .off-canvas-right .minicart-view-basket {
    line-height: 40px;
    float: none;
    top: 0;
    color: #525252;
    margin: 5px 0;
  }

  /* line 161, ../sass/media_query/_mobile_only.scss */
  .off-canvas-right .minicart-checkout-button-row div {
    float: none;
  }

  /* line 165, ../sass/media_query/_mobile_only.scss */
  .off-canvas-right .minicart-total {
    padding: 0 0 0 4px;
    font-weight: bold;
  }

  /* line 170, ../sass/media_query/_mobile_only.scss */
  .off-canvas-right .minicart-detail a.button {
    border: 1px solid #b2206f;
    background: #b2206f;
    background: -moz-linear-gradient(top, #d82c89 0%, #b2206f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d82c89), color-stop(100%, #b2206f));
    background: -webkit-linear-gradient(top, #d82c89 0%, #b2206f 100%);
    background: -o-linear-gradient(top, #d82c89 0%, #b2206f 100%);
    background: -ms-linear-gradient(top, #d82c89 0%, #b2206f 100%);
    background: linear-gradient(to bottom, #d82c89 0%, #b2206f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2897e5', endColorstr='#b2206f',GradientType=0);
    margin: 0 0 10px;
    float: none;
    padding: 7px 0;
    width: 100%;
  }

  /* line 186, ../sass/media_query/_mobile_only.scss */
  .off-canvas-left li a {
    padding: 0 0 0 5px;
  }

  /* line 190, ../sass/media_query/_mobile_only.scss */
  .off-canvas-left li.first {
    padding: 5px 0 0 5px;
  }

  /* line 194, ../sass/media_query/_mobile_only.scss */
  .off-canvas-left li i {
    display: inline-block;
    width: 15px;
  }

  /* line 199, ../sass/media_query/_mobile_only.scss */
  .off-canvas-left li.first i {
    display: inline-block;
    width: 15px;
    padding: 0;
  }

  /* Search */
  /* line 208, ../sass/media_query/_mobile_only.scss */
  .search-box {
    width: 100%;
    clear: both;
    padding: 0 0 10px;
    overflow: hidden;
  }

  /* line 215, ../sass/media_query/_mobile_only.scss */
  .search-box input.search-input {
    width: 86%;
  }

  /* line 219, ../sass/media_query/_mobile_only.scss */
  .search-box button {
    width: 14%;
  }

  /* Nav */
  /* line 225, ../sass/media_query/_mobile_only.scss */
  .nav {
    min-height: 45px;
  }

  /* line 229, ../sass/media_query/_mobile_only.scss */
  .nav-bar {
    width: 100%;
  }

  /* line 233, ../sass/media_query/_mobile_only.scss */
  .nav-message {
    position: absolute;
    right: 0;
    width: 54%;
    text-align: center;
  }

  /* line 239, ../sass/media_query/_mobile_only.scss */
  #header-row-two.search-box {
    width: 100%;
    margin-bottom: 13px;
  }

  /* line 241, ../sass/media_query/_mobile_only.scss */
  #nav-message {
    left: -9999px;
  }

  /* line 245, ../sass/media_query/_mobile_only.scss */
  .nav-message-icon {
    display: none;
  }

  /* line 250, ../sass/media_query/_mobile_only.scss */
  .hide-for-desktop-up,
  .hide-for-desktop {
    display: inherit !important;
  }

  /* line 254, ../sass/media_query/_mobile_only.scss */
  .nav-header.show-for-mobile {
    display: block;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    height: 46px;
    line-height: 46px;
    padding: 0 0 0 11px;
    cursor: pointer;
  }

  /* line 265, ../sass/media_query/_mobile_only.scss */
  .nav-header .icon-reorder {
    padding: 0 5px 0 0;
  }

  /* line 269, ../sass/media_query/_mobile_only.scss */
  .nav {
    border-top: 0;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: block;
    width: 100%;
  }

  /* line 278, ../sass/media_query/_mobile_only.scss */
  .nav ul {
    margin-left: 0;
    position: relative;
    border-left: 4px solid #424242;
    border-right: 4px solid #424242;
    border-bottom: 4px solid #424242;
    box-sizing: border-box;
  }

  /* line 287, ../sass/media_query/_mobile_only.scss */
  nav.nav ul.checkout-nav {
    border: none;
    width: 100%;
  }

  /* line 291, ../sass/media_query/_mobile_only.scss */
  .checkout-nav #navhome, .checkout-nav #navhelp {
    float: left;
  }

  /* line 295, ../sass/media_query/_mobile_only.scss */
  .checkout-template nav.nav.row {
    margin: 0;
  }

  /* line 299, ../sass/media_query/_mobile_only.scss */
  .mm_bg {
    background-color: #02a7e7;
    padding: 10px;
  }

  /* line 304, ../sass/media_query/_mobile_only.scss */
  .mm_ul {
    background-color: #fff;
    line-height: 42px;
    text-align: left;
    margin-bottom: 0;
    display: none;
    width: 100%;
  }

  /* line 313, ../sass/media_query/_mobile_only.scss */
  .mm_ul .icon-caret-right {
    float: right;
    padding: 15px 25px 0 0;
    display: block;
  }

  /* line 319, ../sass/media_query/_mobile_only.scss */
  nav.nav li {
    float: none;
    width: 100%;
  }

  /* line 324, ../sass/media_query/_mobile_only.scss */
  .checkout-nav li a {
    background: transparent;
  }

  /* line 328, ../sass/media_query/_mobile_only.scss */
  nav.nav .checkout-nav li {
    width: auto;
  }

  /* line 332, ../sass/media_query/_mobile_only.scss */
  nav.nav .checkout-nav li.nav-customerservice {
    float: right;
  }

  /* line 336, ../sass/media_query/_mobile_only.scss */
  .mm_ul > li {
    border-bottom: 1px solid #8f8f8f;
    background-color: #fff;
    display: block;
  }

  /* line 342, ../sass/media_query/_mobile_only.scss */
  .mm_ul > li:last-child {
    border: none;
  }

  /* line 347, ../sass/media_query/_mobile_only.scss */
  .mm_ul li a,
  .mm_ul li.js-mm-liselected > a, .mm_ul li a.js-mm-active1 {
    background: #fff;
    color: #555;
    border: none;
    display: inline;
    cursor: pointer;
  }

  /* line 358, ../sass/media_query/_mobile_only.scss */
  .mm_ul li a:hover {
    text-decoration: none;
    background: #fff;
    color: #555;
  }

  /* line 364, ../sass/media_query/_mobile_only.scss */
  .mm_ul li:first-child a {
    border-left: none;
  }

  /* line 368, ../sass/media_query/_mobile_only.scss */
  .mm_ul li:last-child a {
    border-right: none;
  }

  /* line 372, ../sass/media_query/_mobile_only.scss */
  .js-mm-sub li.mm_subheader {
    margin-bottom: 0;
  }

  /* line 376, ../sass/media_query/_mobile_only.scss */
  .mm_ul li.js-mm-liselected a {
    background-color: white;
    color: black;
  }

  /* line 381, ../sass/media_query/_mobile_only.scss */
  .mm_ul li a.js-mm-active1, .mm_ul li.js-mm-liselected .js-mm-sub a.js-mm-active1 {
    color: black;
    font-weight: bold;
  }

  /* line 386, ../sass/media_query/_mobile_only.scss */
  .mm_ul li a.js-mm-active2, .mm_ul li.js-mm-liselected .js-mm-sub a.js-mm-active2 {
    color: #02a7e7;
  }

  /* line 390, ../sass/media_query/_mobile_only.scss */
  .mm_ul li.js-mm-liselected .js-mm-sub a {
    background-color: #fff;
    color: #02a7e7;
  }

  /* line 395, ../sass/media_query/_mobile_only.scss */
  .mm_ul .nav-musicfilmandgames .js-mm-sub, .mm_ul .nav-healthandbeauty .js-mm-sub {
    min-width: 100%;
  }

  /* line 399, ../sass/media_query/_mobile_only.scss */
  .js-mobile_ul .js-mm-sub {
    position: absolute;
    left: -9999em;
  }

  /* line 404, ../sass/media_query/_mobile_only.scss */
  .js-mobile_ul .is-close {
    display: none;
  }

  /* line 408, ../sass/media_query/_mobile_only.scss */
  .js-mobile_ul .listContainer1 ul, .js-mobile_ul .listContainer2 ul {
    float: none;
    width: 100%;
  }

  /* line 413, ../sass/media_query/_mobile_only.scss */
  .js-mm-sub ul {
    float: none;
    width: 100%;
    margin-left: 0;
  }

  /* line 419, ../sass/media_query/_mobile_only.scss */
  .js-mm-sub li {
    padding: 0 5px 0 20px;
  }

  /* line 423, ../sass/media_query/_mobile_only.scss */
  .js-nav-active {
    display: block;
  }

  /* line 427, ../sass/media_query/_mobile_only.scss */
  .js-mm-row {
    float: none;
    border: none;
  }

  /* line 432, ../sass/media_query/_mobile_only.scss */
  .mm_ul li a.nosep {
    text-align: left;
  }

  /* line 436, ../sass/media_query/_mobile_only.scss */
  .flexslider-home .flex-control-nav {
    bottom: 13px;
  }

  /* line 440, ../sass/media_query/_mobile_only.scss */
  .flexslider-caption {
    position: static;
    font-size: 14px;
    height: 41px;
    line-height: 41px;
  }

  /* line 447, ../sass/media_query/_mobile_only.scss */
  .flex-direction-nav .flex-prev {
    left: 12px;
    width: 31px;
    height: 31px;
    background: url("../images/flexslider-hero-arrows-mobile.png") no-repeat 0 0;
  }

  /* line 455, ../sass/media_query/_mobile_only.scss */
  .flex-direction-nav .flex-next {
    background: url("../images/flexslider-hero-arrows-mobile.png") no-repeat 100% 0;
    right: 12px;
    width: 31px;
    height: 31px;
  }

  /* line 462, ../sass/media_query/_mobile_only.scss */
  .flex-direction-nav a {
    margin: -31px 0 0;
    line-height: 31px;
  }

  /* line 467, ../sass/media_query/_mobile_only.scss */
  .tabs .tab-content .tab {
    border-top: 0;
  }

  /* Promo Message */
  /* line 473, ../sass/media_query/_mobile_only.scss */
  .nav-message .message-title {
    font-size: 14px;
  }

  /* Footer */
  /* line 479, ../sass/media_query/_mobile_only.scss */
  .row.checkout-social {
    display: block;
    padding: 20px 0px;
  }

  /* line 484, ../sass/media_query/_mobile_only.scss */
  .share-icons {
    margin: 20px 0 0;
  }

  /* line 489, ../sass/media_query/_mobile_only.scss */
  .row.checkout-social .share-icons {
    margin: 0;
  }

  /* line 493, ../sass/media_query/_mobile_only.scss */
  .follow-us, .email-sign-up, .share-icons, .button-box, .newsletter-copy {
    float: none;
    width: 100%;
    text-align: center;
    border: 0;
  }

  /* line 500, ../sass/media_query/_mobile_only.scss */
  .follow-us {
    border-left: none;
  }

  /* line 504, ../sass/media_query/_mobile_only.scss */
  .email-sign-up a.button {
    width: 48%;
    font-weight: bold;
  }

  /* line 509, ../sass/media_query/_mobile_only.scss */
  .newsletter-copy h3 {
    text-align: center;
    margin: 0 0 10px 0;
  }

  /* line 514, ../sass/media_query/_mobile_only.scss */
  .follow-us-copy, .newsletter-copy p {
    display: none;
  }

  /* line 518, ../sass/media_query/_mobile_only.scss */
  .share-icons li:first-child {
    margin: 0;
  }

  /* line 522, ../sass/media_query/_mobile_only.scss */
  .follow-sep {
    padding: 0;
    margin: 20px 0 0;
    border: none;
    border-top: 1px solid #CECECE;
  }

  /* line 529, ../sass/media_query/_mobile_only.scss */
  .footer-links .col-one, .footer-links .col-three, .footer-links .col-two, .footer-links .col-four {
    width: 50%;
  }

  /* line 533, ../sass/media_query/_mobile_only.scss */
  .footer-links .row {
    padding: 0;
  }

  /* line 537, ../sass/media_query/_mobile_only.scss */
  .footer-row-one {
    padding: 0;
  }

  /* line 541, ../sass/media_query/_mobile_only.scss */
  .footer-links li a {
    display: block;
    border-color: #c1c1c1;
    border-style: solid;
    border-width: 0 0 1px 0;
  }

  /* line 548, ../sass/media_query/_mobile_only.scss */
  .footer-links .col-one li a, .footer-links .col-three li a {
    border-width: 0 1px 1px 0;
    padding: 0 0 0 10px;
  }

  /* line 552, ../sass/media_query/_mobile_only.scss */
  .accepted-cards img {
    margin: 0 auto;
    width: 75%;
  }

  /* line 556, ../sass/media_query/_mobile_only.scss */
  .footer-links .col-two li a, .footer-links .col-four li a {
    padding: 0 0 0 10px;
  }

  /* line 559, ../sass/media_query/_mobile_only.scss */
  .category-video .BrightcoveExperience {
    height: 328px;
    width: 100%;
  }

  /* line 563, ../sass/media_query/_mobile_only.scss */
  .phone-logos, .accepted-cards {
    width: 100%;
    float: none;
    padding: 0 0 20px 0;
    text-align: center;
  }

  /* line 570, ../sass/media_query/_mobile_only.scss */
  .share-icons .share {
    width: 100%;
    margin: auto;
  }

  /* line 575, ../sass/media_query/_mobile_only.scss */
  .bbcw-info {
    width: 100%;
    float: none;
    text-align: left;
  }

  /* line 581, ../sass/media_query/_mobile_only.scss */
  .bbcw-logo img {
    margin: 0;
    float: none;
  }

  /* line 586, ../sass/media_query/_mobile_only.scss */
  .bbcw-info-more {
    width: 100%;
    float: none;
    text-align: right;
    padding: 0;
  }

  /* line 593, ../sass/media_query/_mobile_only.scss */
  p.bbcw-info-copy {
    margin: 10px 0;
  }

  /* line 597, ../sass/media_query/_mobile_only.scss */
  #pcilogo {
    float: right;
    padding: 16px 0 11px 0;
  }

  /* line 602, ../sass/media_query/_mobile_only.scss */
  .vendalogo {
    clear: right;
    float: right;
    padding: 0;
  }

  /* Homepage */
  /* line 609, ../sass/media_query/_mobile_only.scss */
  .fwidthbanner img {
    width: 100%;
    margin-top: 10px !important;
  }

  /* line 610, ../sass/media_query/_mobile_only.scss */
  .fwidthbanner {
    margin-bottom: 10px;
  }

  /* line 611, ../sass/media_query/_mobile_only.scss */
  .home-video-promo.columns img {
    margin-top: 5px;
  }

  /* line 612, ../sass/media_query/_mobile_only.scss */
  .brand-logos-row {
    margin-top: 10px !important;
  }

  /* line 613, ../sass/media_query/_mobile_only.scss */
  .flexslider-home .flexslider-caption {
    position: static;
  }

  /* line 617, ../sass/media_query/_mobile_only.scss */
  .page-home .brand-logos > div {
    width: 50%;
    border-width: 0px 0 1px 0;
  }

  /* line 622, ../sass/media_query/_mobile_only.scss */
  .page-home .brand-logos > div:nth-of-type(1) {
    border-width: 0 1px 1px 0;
  }

  /* line 625, ../sass/media_query/_mobile_only.scss */
  .page-home .brand-logos > div:nth-of-type(2) {
    border-width: 0 0 1px 0;
  }

  /* line 628, ../sass/media_query/_mobile_only.scss */
  .page-home .brand-logos > div:nth-of-type(3) {
    border-width: 0 1px 1px 0;
  }

  /* line 631, ../sass/media_query/_mobile_only.scss */
  .page-home .brand-logos > div:nth-of-type(4) {
    border-width: 0 0 1px 0;
  }

  /* line 634, ../sass/media_query/_mobile_only.scss */
  .page-home .brand-logos > div:nth-of-type(5) {
    border-width: 0 1px 1px 0;
  }

  /* line 637, ../sass/media_query/_mobile_only.scss */
  .page-home .brand-logos > div:nth-of-type(6) {
    border-width: 0 0 1px 0;
  }

  /* line 641, ../sass/media_query/_mobile_only.scss */
  .promo-thumbnails li {
    width: 48.97540985%;
    margin: 0 2.0491803% 0 0;
    padding-bottom: 2.0491803%;
  }

  /* line 647, ../sass/media_query/_mobile_only.scss */
  .promo-thumbnails li:nth-of-type(even) {
    margin: 0 0 2.0491803% 0;
  }

  /* line 651, ../sass/media_query/_mobile_only.scss */
  .full-banner, .productreviews, .bottom-promo {
    display: none;
  }

  /* line 655, ../sass/media_query/_mobile_only.scss */
  .tabs .tab-content .tab {
    padding: 20px 0 0 0;
  }

  /* line 659, ../sass/media_query/_mobile_only.scss */
  .promo-thumbnails {
    border-top: 0;
    padding: 1px 0;
  }

  /* line 664, ../sass/media_query/_mobile_only.scss */
  .row.brand-logos-row {
    padding: 0;
    margin-top: 0;
  }

  /* Disabled Flexslider styles  */
  /* line 674, ../sass/media_query/_mobile_only.scss */
  .home-recommended-products .flexslider .slides > li:before,
  .home-recommended-products .flexslider .slides > li:after,
  .rvi-bottom .flexslider .slides > li:before,
  .rvi-bottom .flexslider .slides > li:after {
    content: " ";
    display: table;
  }

  /* line 680, ../sass/media_query/_mobile_only.scss */
  .home-recommended-products .flexslider .slides > li:after,
  .rvi-bottom .flexslider .slides > li:after {
    clear: both;
  }

  /* line 684, ../sass/media_query/_mobile_only.scss */
  .home-recommended-products .flexslider .slides {
    overflow: hidden;
  }

  /* line 689, ../sass/media_query/_mobile_only.scss */
  .home-recommended-products .flexslider .prod,
  .rvi-bottom .flexslider .prod {
    position: relative;
  }

  /* line 694, ../sass/media_query/_mobile_only.scss */
  .flexslider-carousel .prod-image,
  .rvi-bottom .prod-image {
    height: auto;
    position: relative;
  }

  /* line 700, ../sass/media_query/_mobile_only.scss */
  .home-recommended-products .flexslider .slides > li,
  .rvi-bottom .flexslider .slides > li {
    display: block;
    padding: 0 0 20px 0;
    margin: 20px 0 0 0;
    clear: both;
    border-bottom: 1px solid #cccccc;
  }

  /* line 709, ../sass/media_query/_mobile_only.scss */
  .home-recommended-products .flexslider .slides > li:first-child,
  .rvi-bottom .flexslider .slides > li:first-child {
    margin: 0;
  }

  /* line 714, ../sass/media_query/_mobile_only.scss */
  .home-recommended-products .flexslider .prod-image,
  .rvi-bottom .flexslider .prod-image {
    width: 29%;
    float: left;
    height: auto;
  }

  /* line 721, ../sass/media_query/_mobile_only.scss */
  .home-recommended-products .flexslider .prod-image img,
  .rvi-bottom .flexslider .prod-image img {
    width: 100%;
  }

  /* line 726, ../sass/media_query/_mobile_only.scss */
  .home-recommended-products .flexslider .prod-details,
  .rvi-bottom .flexslider .prod-details {
    width: 68%;
    float: right;
  }

  /* line 732, ../sass/media_query/_mobile_only.scss */
  .home-recommended-products .flexslider .prod-pricedetails,
  .rvi-bottom .flexslider .prod-pricedetails {
    padding: 10px 0;
    font-weight: bold;
  }

  /* line 736, ../sass/media_query/_mobile_only.scss */
  .flexslider .slides > li {
    display: block;
  }

  /* Category Pages */
  /* line 743, ../sass/media_query/_mobile_only.scss */
  body.icat .main {
    width: 100%;
    float: none;
  }

  /* line 753, ../sass/media_query/_mobile_only.scss */
  body.icat .sidebar,
  .category-list p,
  .mobile-category-navigation .nav-home,
  .mobile-category-navigation .lhn-heading,
  .category-list .tabs,
  .category-list .category-bottom-promo {
    display: none;
  }

  /* line 757, ../sass/media_query/_mobile_only.scss */
  .row.landing {
    padding: 0;
  }

  /* line 761, ../sass/media_query/_mobile_only.scss */
  .category-list .flexslider-category.flexslider {
    margin-bottom: 0;
  }

  /* line 765, ../sass/media_query/_mobile_only.scss */
  .category-list h1, .category-list p {
    padding: 0 11px;
  }

  /* line 769, ../sass/media_query/_mobile_only.scss */
  .flexslider-category .flex-control-nav {
    bottom: 13px;
  }

  /* line 773, ../sass/media_query/_mobile_only.scss */
  .mobile-category-navigation .lhn-sub-items li {
    display: block;
    float: left;
    width: 50%;
    border-bottom: 1px solid #ccc;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  /* line 784, ../sass/media_query/_mobile_only.scss */
  .mobile-category-navigation .lhn-sub-items li:nth-of-type(even) {
    border-left: 1px solid #ccc;
  }

  /* line 788, ../sass/media_query/_mobile_only.scss */
  .mobile-category-navigation .lhn-sub-items li a {
    padding: 5px 0 5px 5px;
  }

  /* See All */
  /* line 795, ../sass/media_query/_mobile_only.scss */
  .pagn-view-all {
    display: block;
  }

  /* line 799, ../sass/media_query/_mobile_only.scss */
  .pagn-view-all a {
    background: #414141;
    padding: 14px 7px;
    color: #fff;
    clear: both;
    text-transform: uppercase;
    display: block;
    font-size: 14px;
  }

  /* line 809, ../sass/media_query/_mobile_only.scss */
  .pagn-view-all a i {
    margin: 0 10px;
  }

  /* line 813, ../sass/media_query/_mobile_only.scss */
  .view-all-cats {
    background: #414141;
    padding: 4px;
  }

  /* line 818, ../sass/media_query/_mobile_only.scss */
  .view-all-cats ul {
    background: #fff;
    line-height: 42px;
    width: 100%;
  }

  /* line 824, ../sass/media_query/_mobile_only.scss */
  .view-all-cats li {
    border-bottom: 1px solid #8f8f8f;
  }

  /* line 827, ../sass/media_query/_mobile_only.scss */
  .view-all-cats li ul li {
    border-top: 1px solid #8f8f8f;
    border-bottom: none;
    padding-left: 10px;
  }

  /* line 830, ../sass/media_query/_mobile_only.scss */
  .view-all-cats li a {
    background: #fff;
    color: #555;
    padding: 0 0 0 10px;
    font-weight: bold;
  }

  /* line 837, ../sass/media_query/_mobile_only.scss */
  .view-all-cats li a:hover {
    color: #000;
  }

  /* line 841, ../sass/media_query/_mobile_only.scss */
  .view-all-cats li i {
    float: right;
    padding: 15px 25px 0 0;
  }

  /* Product List Pages */
  /* line 848, ../sass/media_query/_mobile_only.scss */
  .search-header {
    font-size: 16px;
  }

  /* line 854, ../sass/media_query/_mobile_only.scss */
  .body-search .row.collapse {
    padding: 0;
  }

  /* line 858, ../sass/media_query/_mobile_only.scss */
  .content-search-body {
    position: relative;
    padding: 15px 11px 0 11px;
  }

  /* line 863, ../sass/media_query/_mobile_only.scss */
  .search-pagination .chosen-container {
    width: 100% !important;
  }

  /* line 867, ../sass/media_query/_mobile_only.scss */
  .search-pagination-top {
    height: auto;
    border-top: none;
    border-bottom: 1px solid #ccc;
  }

  /* line 873, ../sass/media_query/_mobile_only.scss */
  .search-pagination-bottom {
    border-bottom: none;
    border-top: 1px solid #ccc;
    padding: 10px 0 0;
  }

  /* line 886, ../sass/media_query/_mobile_only.scss */
  .js-pagnPerpage label,
  .search-right-column,
  .pagn-item-info,
  .search-pagination-top .box-pagn,
  .search-pagination-bottom .js-pagnPerpage,
  .search-pagination-bottom .js-pagnPerpage.sort-by,
  .search-pagination-bottom .pagn-pages,
  .body-search .rvi-bottom {
    display: none;
  }

  /* line 891, ../sass/media_query/_mobile_only.scss */
  .js-pagnPerpage,
  .js-sort {
    width: 49%;
  }

  /* line 895, ../sass/media_query/_mobile_only.scss */
  .js-sort {
    float: right;
    position: static;
    right: auto;
    padding: 0;
    margin: 0;
  }

  /* line 903, ../sass/media_query/_mobile_only.scss */
  .js-sort select {
    float: right;
  }

  /* line 907, ../sass/media_query/_mobile_only.scss */
  .search-pagination-bottom {
    height: auto;
  }

  /* line 911, ../sass/media_query/_mobile_only.scss */
  .pagn-pages-box {
    display: none;
  }

  /* line 915, ../sass/media_query/_mobile_only.scss */
  .js-pagnPerpage.sort-by {
    width: 100%;
  }

  /* line 919, ../sass/media_query/_mobile_only.scss */
  #sortbyBT_chosen, #sortby_chosen {
    width: 100% !important;
  }

  /* line 923, ../sass/media_query/_mobile_only.scss */
  .box-pagn p.prev-button {
    float: left;
    width: 40%;
    text-align: center;
    display: inline-block;
  }

  /* line 930, ../sass/media_query/_mobile_only.scss */
  .box-pagn p.next-button {
    float: right;
    width: 40%;
    text-align: center;
    display: inline-block;
  }

  /* line 938, ../sass/media_query/_mobile_only.scss */
  .pagn-prev, .pagn-prev a, .pagn-next, .pagn-next a,
  .pagn-prev:hover, .pagn-prev a:hover, .pagn-next:hover, .pagn-next a:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
  }

  /* line 947, ../sass/media_query/_mobile_only.scss */
  .box-pagn p.prev-button .pagn-prev, .box-pagn p.next-button .pagn-next a
  .box-pagn p.prev-button .pagn-prev a, .box-pagn p.next-button .pagn-next {
    margin: 0 0 10px 0;
    padding: 10px 24px 10px;
    display: block;
    cursor: pointer;
    border: 1px solid #187CC2;
    color: #FFF;
    font-size: 16px;
    background: #2897E5;
    background: -moz-linear-gradient(top, #2897e5 0%, #0e6ac8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2897e5), color-stop(100%, #0e6ac8));
    background: -webkit-linear-gradient(top, #2897e5 0%, #0e6ac8 100%);
    background: -o-linear-gradient(top, #2897e5 0%, #0e6ac8 100%);
    background: -ms-linear-gradient(top, #2897e5 0%, #0e6ac8 100%);
    background: linear-gradient(to bottom, #2897e5 0%, #0e6ac8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2897e5', endColorstr='#0e6ac8',GradientType=0);
  }

  /* line 965, ../sass/media_query/_mobile_only.scss */
  .box-pagn p.prev-button .pagn-prev.unavailable, .box-pagn p.next-button .pagn-next.unavailable {
    cursor: default;
  }

  /* line 969, ../sass/media_query/_mobile_only.scss */
  .search-pagination-bottom .box-pagn {
    position: static;
  }

  /* line 973, ../sass/media_query/_mobile_only.scss */
  .content-search, .search-results, .search-refine {
    width: 100%;
    float: none;
    margin: 0;
  }

  /* line 979, ../sass/media_query/_mobile_only.scss */
  .js-toggleviewall {
    display: none;
  }

  /* line 983, ../sass/media_query/_mobile_only.scss */
  .term-clear-all {
    position: absolute;
    left: 145px;
    top: 15px;
  }

  /* line 989, ../sass/media_query/_mobile_only.scss */
  .refinelist {
    position: relative;
    padding: 10px;
    border: 1px solid #ccc;
    background: #fefefe;
    background: -moz-linear-gradient(top, #fefefe 0%, #ececec 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #ececec));
    background: -webkit-linear-gradient(top, #fefefe 0%, #ececec 100%);
    background: -o-linear-gradient(top, #fefefe 0%, #ececec 100%);
    background: -ms-linear-gradient(top, #fefefe 0%, #ececec 100%);
    background: linear-gradient(to bottom, #fefefe 0%, #ececec 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#ececec',GradientType=0);
  }

  /* line 1003, ../sass/media_query/_mobile_only.scss */
  .refinelist h5 {
    font-size: 15px;
    font-weight: normal;
    padding: 0 0 0 11px;
  }

  /* line 1009, ../sass/media_query/_mobile_only.scss */
  .refinelist h5.search-collate-header i {
    padding: 4px 15px 4px 0;
  }

  /* line 1013, ../sass/media_query/_mobile_only.scss */
  .refinelist h5 i {
    float: right;
    padding: 4px;
  }

  /* line 1018, ../sass/media_query/_mobile_only.scss */
  .term.box {
    width: 100%;
  }

  /* line 1022, ../sass/media_query/_mobile_only.scss */
  .refinelist .box-header h5 {
    border: 1px solid #ccc;
    background: #fff;
    padding: 10px;
    margin: 10px 0 0;
  }

  /* line 1029, ../sass/media_query/_mobile_only.scss */
  .refinelist .row.collapse.js-refine-list {
    background: #fff;
    border-top: none;
    padding: 10px;
  }

  /* line 1035, ../sass/media_query/_mobile_only.scss */
  .box-body.search-collate-facet {
    background: #fff;
    border-top: none;
  }

  /* line 1040, ../sass/media_query/_mobile_only.scss */
  .js-viewstyle {
    padding: 20px 0 0;
  }

  /* line 1045, ../sass/media_query/_mobile_only.scss */
  .js-viewGrid .prod-search-results,
  .js-viewList .prod-search-results {
    width: 100%;
    float: none;
    border-bottom: 1px solid #ececec;
    padding: 0 0 10px 0;
  }

  /* line 1053, ../sass/media_query/_mobile_only.scss */
  .js-viewGrid .prod-search-results:last-child,
  .js-viewList .prod-search-results:last-child {
    border-bottom: none;
  }

  /* line 1058, ../sass/media_query/_mobile_only.scss */
  .js-viewGrid .prod-search-results,
  .js-viewList .prod-search-results {
    *zoom: 1;
  }

  /* line 1063, ../sass/media_query/_mobile_only.scss */
  .js-viewGrid .prod-search-results:before, .js-viewGrid .prod-search-results:after,
  .js-viewList .prod-search-results:before, .js-viewList .prod-search-results:after {
    content: " ";
    display: table;
  }

  /* line 1067, ../sass/media_query/_mobile_only.scss */
  .js-viewGrid .prod-search-results, .js-viewList .prod-search-results {
    min-height: 143px !important;
  }

  /* line 1069, ../sass/media_query/_mobile_only.scss */
  .js-viewGrid .prod-search-results:after, .js-viewGrid .prod-search-results:after,
  .js-viewList .prod-search-results:after, .js-viewList .prod-search-results:after {
    clear: both;
  }

  /* line 1073, ../sass/media_query/_mobile_only.scss */
  .prod-image {
    text-align: left;
    width: 26%;
    float: left;
    height: auto;
  }

  /* line 1080, ../sass/media_query/_mobile_only.scss */
  .js-viewGrid .prod-image {
    text-align: left;
    height: auto;
  }

  /* line 1085, ../sass/media_query/_mobile_only.scss */
  .prod-pricenow {
    display: block;
  }

  /* line 1089, ../sass/media_query/_mobile_only.scss */
  .js-viewList .prod button.small, .js-viewList .prod .button.small {
    width: 90%;
  }

  /* line 1093, ../sass/media_query/_mobile_only.scss */
  .prod-image img {
    width: 100%;
  }

  /* line 1098, ../sass/media_query/_mobile_only.scss */
  .js-viewList .prod-details,
  .js-viewGrid .prod-details {
    float: right;
    width: 70%;
  }

  /* line 1103, ../sass/media_query/_mobile_only.scss */
  a.search-remove-field {
    float: right;
    display: inline-block;
    color: #323232;
  }

  /* Product Detail Pages */
  /****************** Attribute Feedback ******************/
  /* line 1114, ../sass/media_query/_mobile_only.scss */
  .js-stockFeedbackBox {
    margin: 0 0 0 0;
    clear: both;
  }

  /* line 1120, ../sass/media_query/_mobile_only.scss */
  #js-addedmsg {
    border-top: 1px solid #cecece;
    height: 38px;
    padding: 5px 0;
    width: 100%;
    display: inherit !important;
    clear: both;
  }

  /* line 1129, ../sass/media_query/_mobile_only.scss */
  .content-search-body #js-addedmsg {
    height: 40px;
    border-bottom: 1px solid #cecece;
    margin: 0 0 10px 0;
  }

  /* line 1135, ../sass/media_query/_mobile_only.scss */
  .addedmsg-message {
    text-transform: capitalize;
    font-size: 15px;
    font-weight: bold;
  }

  /* line 1141, ../sass/media_query/_mobile_only.scss */
  .addedmsg-message .icon-ok-sign {
    color: green;
    font-size: 1.4em;
    position: relative;
    top: 2px;
    margin-right: 3px;
  }

  /* line 1149, ../sass/media_query/_mobile_only.scss */
  .addedmsg-links {
    float: right;
  }

  /* line 1153, ../sass/media_query/_mobile_only.scss */
  .addedmsg-view {
    text-decoration: underline;
    color: #555;
    margin-right: 10px;
  }

  /* line 1159, ../sass/media_query/_mobile_only.scss */
  .pdp {
    position: relative;
    padding: 20px 0 0;
  }

  /* line 1164, ../sass/media_query/_mobile_only.scss */
  .product-image, .product-details {
    width: 100%;
    float: none;
  }

  /* line 1169, ../sass/media_query/_mobile_only.scss */
  .product-details {
    margin: 10px 0 0 0;
  }

  /* line 1173, ../sass/media_query/_mobile_only.scss */
  .pdp .pdd-title {
    position: absolute;
    top: 0;
  }

  /* line 1178, ../sass/media_query/_mobile_only.scss */
  .pdp-title {
    font-size: 22px;
    clear: both;
    position: absolute;
    top: 0;
  }

  /* line 1185, ../sass/media_query/_mobile_only.scss */
  .prod-detail-image {
    width: 70%;
  }

  /* line 1189, ../sass/media_query/_mobile_only.scss */
  .prod-detail-slider {
    position: absolute;
    top: 0;
    right: 6px;
    width: auto;
  }

  /* line 1195, ../sass/media_query/_mobile_only.scss */
  .BrightcoveExperience {
    position: relative;
    top: 0;
    left: 0;
  }

  /* line 1202, ../sass/media_query/_mobile_only.scss */
  .prod-detail-slider a {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #ccc;
    display: block;
    float: none;
    margin: 0 0 9px;
    padding: 4px 9px;
  }

  /* line 1211, ../sass/media_query/_mobile_only.scss */
  .show-video span {
    margin: 10px auto;
  }

  /* line 1215, ../sass/media_query/_mobile_only.scss */
  .pdp-section.formats {
    border-top: none;
  }

  /* line 1219, ../sass/media_query/_mobile_only.scss */
  .attribute-inputs .small-4 {
    width: 45%;
    float: left;
    padding: 0;
  }

  /* line 1225, ../sass/media_query/_mobile_only.scss */
  .attribute-inputs .small-20 {
    width: 55%;
    float: left;
    padding: 0;
  }

  /* line 1231, ../sass/media_query/_mobile_only.scss */
  .attribute-inputs .chosen-container {
    width: 100% !important;
  }

  /* line 1235, ../sass/media_query/_mobile_only.scss */
  .attribute-input-box .box-body {
    padding: 8px 0 20px 0;
    border-color: #cecece;
    border-left: none;
    border-right: none;
    border-bottom: none;
    background: #fff;
    margin-bottom: 0;
  }

  /* line 1245, ../sass/media_query/_mobile_only.scss */
  .prod-detail-buttons .box-body {
    padding: 8px 0;
    border-color: #cecece;
    border-left: none;
    border-right: none;
    border-bottom: none;
    background: #fff;
    margin-bottom: 0;
  }

  /* line 1254, ../sass/media_query/_mobile_only.scss */
  .producttitle {
    border-bottom: 1px solid #cecece;
    margin: 0;
  }

  /* line 1257, ../sass/media_query/_mobile_only.scss */
  .pdp .prod-quantity {
    width: 40%;
    padding: 0;
  }

  /* line 1262, ../sass/media_query/_mobile_only.scss */
  .pdp #infotab {
    padding-top: 20px;
  }

  /* line 1266, ../sass/media_query/_mobile_only.scss */
  .tabs .tab-header li {
    padding: 4px 10px;
  }

  /* line 1270, ../sass/media_query/_mobile_only.scss */
  .tabs .tab-header li a {
    font-size: 14px;
    font-weight: bold;
  }

  /* line 1275, ../sass/media_query/_mobile_only.scss */
  .tabs.basket-recommended-products .tab-header {
    float: none;
  }

  /* line 1279, ../sass/media_query/_mobile_only.scss */
  .tabs.basket-recommended-products .tab-header li {
    padding: 4px 0;
    width: 100%;
  }

  /* line 1286, ../sass/media_query/_mobile_only.scss */
  .prod-detail-buttons .box-body .prod-add,
  .prod-detail-buttons .box-body .prod-preorder {
    padding: 0;
    width: 55%;
  }

  /* line 1291, ../sass/media_query/_mobile_only.scss */
  .pdp-section.pre-order {
    display: none;
  }

  /* line 1295, ../sass/media_query/_mobile_only.scss */
  .pdp .prod-quantity label {
    padding: 8px 0 0 0;
  }

  /* line 1299, ../sass/media_query/_mobile_only.scss */
  .pdp .prod-quantity input {
    height: 43px;
    text-align: center;
  }

  /* line 1304, ../sass/media_query/_mobile_only.scss */
  .pdp .tab-header {
    width: 100%;
  }

  /* line 1308, ../sass/media_query/_mobile_only.scss */
  .pdp #infotab .tab-nav > li {
    width: 50%;
    padding-left: 0;
    padding-right: 0;
  }

  /* Bundles */
  /* line 1316, ../sass/media_query/_mobile_only.scss */
  .prod-set-content .prod-image {
    width: auto;
  }

  /* Static Pages */
  /* line 1321, ../sass/media_query/_mobile_only.scss */
  .js-togglebox-help {
    cursor: pointer;
    font-size: 14px;
    padding: 11px;
    margin: 0 0 20px;
    height: 38px;
    border: 1px solid #ccc;
    background: #fefefe;
    background: -moz-linear-gradient(top, #fefefe 0%, #ececec 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fefefe), color-stop(100%, #ececec));
    background: -webkit-linear-gradient(top, #fefefe 0%, #ececec 100%);
    background: -o-linear-gradient(top, #fefefe 0%, #ececec 100%);
    background: -ms-linear-gradient(top, #fefefe 0%, #ececec 100%);
    background: linear-gradient(to bottom, #ececec 0%, #ececec 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ececec', endColorstr='#ececec',GradientType=0 );
  }

  /* line 1338, ../sass/media_query/_mobile_only.scss */
  .js-togglebox-help .icon-plus {
    float: right;
  }

  /* line 1342, ../sass/media_query/_mobile_only.scss */
  .help-nav, .help {
    width: 100%;
    float: none;
  }

  /* line 1347, ../sass/media_query/_mobile_only.scss */
  .help-nav {
    padding: 20px 0 0;
  }

  /* line 1351, ../sass/media_query/_mobile_only.scss */
  .help .main-header, .help .help-body {
    padding-left: 0;
  }

  /* line 1355, ../sass/media_query/_mobile_only.scss */
  .rvi-bottom.tabs .tab-header li.js-tab-active {
    padding: 4px 0;
    text-align: center;
    width: 100%;
  }

  /****************** Checkout / Register / My Account ******************/
  /* line 1363, ../sass/media_query/_mobile_only.scss */
  .basket-recommended-products {
    margin: 20px 0 0;
  }

  /* line 1367, ../sass/media_query/_mobile_only.scss */
  .checkout-nav {
    width: 100%;
  }

  /* line 1371, ../sass/media_query/_mobile_only.scss */
  .checkout-nav li.nav-yourbasket a {
    display: none;
  }

  /* Checkout Steps */
  /* line 1377, ../sass/media_query/_mobile_only.scss */
  .checkout-step-indicators {
    padding: 10px 0;
  }

  /* Basket */
  /* line 1383, ../sass/media_query/_mobile_only.scss */
  .shopcart-header {
    background: none;
    line-height: 1;
    font-size: 16px;
    padding-left: 0;
    margin: 12px 0;
  }

  /* line 1391, ../sass/media_query/_mobile_only.scss */
  .yourbasket .large-15, .yourbasket .large-9 {
    width: 100%;
    float: none;
  }

  /* line 1396, ../sass/media_query/_mobile_only.scss */
  .box-basket-item {
    border: none;
    border-top: 1px solid #ccc;
    margin: 0;
  }

  /* line 1402, ../sass/media_query/_mobile_only.scss */
  .box-basket-item .box-content .prod-image {
    height: auto;
  }

  /* line 1406, ../sass/media_query/_mobile_only.scss */
  .box-basket-item .box-content .prod-details {
    width: 90%;
  }

  /* line 1410, ../sass/media_query/_mobile_only.scss */
  .box-basket-item .box-header {
    background: #fff;
    color: #fff;
    padding: 13px 1px 0;
  }

  /* line 1416, ../sass/media_query/_mobile_only.scss */
  a.js-removeItem i {
    text-indent: 0;
    background: #ccc;
    color: #fff;
    border-radius: 10px;
  }

  /* line 1423, ../sass/media_query/_mobile_only.scss */
  .box-basket-item .box-content .large-12 {
    float: none;
    width: auto;
    padding: 0;
    margin: -18px 0 20px;
  }

  /* line 1430, ../sass/media_query/_mobile_only.scss */
  .box-basket-item .box-content .prod-gift-certificate .large-12 {
    margin: 0;
  }

  /* line 1434, ../sass/media_query/_mobile_only.scss */
  .box-basket-item .box-content {
    padding: 0;
  }

  /* line 1438, ../sass/media_query/_mobile_only.scss */
  .basket-table tr th, .basket-table tr td {
    border-bottom: 1px solid #ccc;
  }

  /* line 1442, ../sass/media_query/_mobile_only.scss */
  .basket-table .small-16 a.button {
    cursor: pointer;
  }

  /* Password Reminder */
  /* line 1447, ../sass/media_query/_mobile_only.scss */
  .password-reminder-template input[type=submit].right {
    padding: 13px 0 12px;
    float: none;
    width: 100%;
  }

  /* line 1453, ../sass/media_query/_mobile_only.scss */
  .checkout-template .password-reminder-template .buttons a.button.left {
    padding: 13px 0 12px;
    width: 100%;
    float: none;
    margin: 10px 0 0;
  }

  /* Login / Register */
  /* line 1462, ../sass/media_query/_mobile_only.scss */
  .register.row {
    padding: 0;
  }

  /* line 1466, ../sass/media_query/_mobile_only.scss */
  .register h1, .login h1 {
    font-size: 18px;
    margin: 0 0 0 0;
  }

  /* line 1474, ../sass/media_query/_mobile_only.scss */
  .register-box,
  .register-box-nochkout {
    width: 100%;
    float: none;
    border-bottom: 1px solid #ccc;
    padding: 0;
    margin: 0 0 9px 0;
  }

  /* line 1482, ../sass/media_query/_mobile_only.scss */
  .register-box-nochkout {
    width: 100%;
  }

  /* line 1487, ../sass/media_query/_mobile_only.scss */
  .login-box,
  .login-box-nochkout {
    width: 100%;
    float: none;
    border-bottom: 1px solid #ccc;
    padding: 0;
  }

  /* line 1494, ../sass/media_query/_mobile_only.scss */
  .login-box-nochkout {
    width: 100%;
  }

  /* line 1502, ../sass/media_query/_mobile_only.scss */
  .login-box input[type=submit],
  .login-box-nochkout input[type=submit],
  .register-box input[type=submit],
  .register-box-nochkout input[type=submit],
  .guest-login input[type=submit] {
    width: 63%;
  }

  /* line 1506, ../sass/media_query/_mobile_only.scss */
  .guest-login {
    border-top: none;
    margin: 0;
    padding: 0;
    border-bottom: 3px solid #CCC;
   /* input[type=text]{
	width: 100%;
    }*/
  }

  /* line 1516, ../sass/media_query/_mobile_only.scss */
  #guest-login #email {
    width: 97% !important;
  }

  /* line 1522, ../sass/media_query/_mobile_only.scss */
  .signup-border-right {
    border: none;
    min-height: 1px;
  }

  /* line 1527, ../sass/media_query/_mobile_only.scss */
  .js-login-EqHeight {
    min-height: 1px !important;
  }

  /* line 1531, ../sass/media_query/_mobile_only.scss */
  .btn-chkout {
    margin-bottom: 70px;
  }

  /* line 1534, ../sass/media_query/_mobile_only.scss */
  .border-tab {
    border: none;
    padding-top: 0;
  }

  /* line 1546, ../sass/media_query/_mobile_only.scss */
  .register-box .buttons,
  .register-box-nochkout .buttons,
  .login-box .buttons,
  .login-box-nochkout .buttons,
  .guest-login .buttons,
  .checkout .guest-login .buttons,
  .login-continue-shopping .buttons {
    text-align: center;
    margin: 15px 0 15px 0;
  }

  /* line 1551, ../sass/media_query/_mobile_only.scss */
  #btn-chkout {
    margin-bottom: 80px;
  }

  /* line 1554, ../sass/media_query/_mobile_only.scss */
  .register-box .buttons input, #existingcustomer .buttons input {
    width: 192px !important;
  }

  /* line 1555, ../sass/media_query/_mobile_only.scss */
  #guest-login .box-body input {
    width: 271px !important;
  }

  /* line 1556, ../sass/media_query/_mobile_only.scss */
  .register-box .buttons, #existingcustomer .buttons, .register-box-nochkout .buttons {
    text-align: left;
  }

  /* line 1557, ../sass/media_query/_mobile_only.scss */
  .register-box-nochkout .buttons {
    width: 312px;
  }

  /* line 1558, ../sass/media_query/_mobile_only.scss */
  .login-continue-shopping {
    display: block;
    text-align: center;
  }

  /* Checkout Steps */
  /* line 1565, ../sass/media_query/_mobile_only.scss */
  .checkout-step-indicators {
    border-bottom: 1px solid #ccc;
    margin: 0 0 10px 0;
    min-width: 310px;
  }

  /* line 1570, ../sass/media_query/_mobile_only.scss */
  .checkout-step-indicators li {
    display: inline-block;
    width: auto;
    text-align: left;
  }

  /* line 1576, ../sass/media_query/_mobile_only.scss */
  .checkout-step-indicators li .icon-angle-right {
    padding: 0 6% 0;
  }

  /* line 1580, ../sass/media_query/_mobile_only.scss */
  .checkout-step-indicators .hide-for-small {
    display: none;
  }

  /* line 1584, ../sass/media_query/_mobile_only.scss */
  .checkout-step-indicators .show-for-small {
    display: inline;
  }

  /* My Account */
  /* line 1591, ../sass/media_query/_mobile_only.scss */
  .myaccount-nav,
  .myaccount-template section {
    width: 100%;
    float: none;
  }

  /* Checkout */
  /* line 1599, ../sass/media_query/_mobile_only.scss */
  .checkout-workflow .large-16,
  .checkout-workflow .large-7 {
    width: 100%;
    float: none;
  }

  /* line 1609, ../sass/media_query/_mobile_only.scss */
  .billingaddressadd form .large-16,
  .addressbookadd form .large-16,
  .addressbookedit form .large-16,
  .deliveryaddressadd form .large-16,
  .deliveryaddressedit form .large-16,
  .myaccount-billingaddressedit .large-16 {
    width: 100%;
    float: none;
  }

  /* line 1620, ../sass/media_query/_mobile_only.scss */
  .billingaddressadd form .large-8,
  .addressbookadd form .large-8,
  .addressbookedit form .large-8,
  .deliveryaddressadd form .large-8,
  .deliveryaddressedit form .large-8,
  .myaccount-billingaddressedit .large-8,
  #addressform .large-8 {
    width: 50%;
  }

  /* line 1624, ../sass/media_query/_mobile_only.scss */
  .js-addresslookup .button.secondary {
    padding: 6px 0;
    width: 100%;
  }

  /* line 1629, ../sass/media_query/_mobile_only.scss */
  .checkout form .large-8 {
    width: 50%;
  }

  /* line 1633, ../sass/media_query/_mobile_only.scss */
  .js-togglebox.basket-header {
    background: #414141;
    padding: 14px 7px;
    color: #fff;
    clear: both;
    text-transform: uppercase;
    display: block;
    font-size: 14px;
    cursor: pointer;
  }

  /* line 1644, ../sass/media_query/_mobile_only.scss */
  .order-help.marg-top {
    margin-top: 10px;
  }

  /* line 1648, ../sass/media_query/_mobile_only.scss */
  .order-help.marg-top .order-help-links li {
    width: 32%;
    margin: 0 0 0 2%;
    padding: 12px 0 0;
  }

  /* line 1654, ../sass/media_query/_mobile_only.scss */
  .order-help.marg-top .order-help-links li:first-child {
    margin: 0;
  }

  /* Order Summary */
  /* line 1661, ../sass/media_query/_mobile_only.scss */
  .edit-order.show-for-small {
    float: right;
    line-height: 1.4;
    display: block;
    font-weight: bold;
  }

  /* line 1671, ../sass/media_query/_mobile_only.scss */
  .ordersummary .large-6,
  .ordersummary .large-18,
  #paymentdetails,
  .ordersummary .f-credit .large-18 {
    width: 100%;
    float: none;
  }

  /* line 1677, ../sass/media_query/_mobile_only.scss */
  .giftcode .large-15,
  .giftcode .large-15 .large-6 {
    width: 76.33333%;
    float: left;
  }

  /* line 1682, ../sass/media_query/_mobile_only.scss */
  .giftcode .large-3 {
    width: 16.66667%;
    float: left;
  }

  /* line 1687, ../sass/media_query/_mobile_only.scss */
  .giftcode .large-15 .large-18 {
    width: 100%;
    float: right;
  }

  /* line 1692, ../sass/media_query/_mobile_only.scss */
  #addresslookup .js-custom {
    background: #0d6ac7;
    position: relative;
    padding: 25px 10px 15px;
    margin: 0 0 20px 0;
    overflow: auto;
  }

  /* line 1700, ../sass/media_query/_mobile_only.scss */
  #addresslookup .js-custom select {
    margin: 0;
  }

  /* line 1704, ../sass/media_query/_mobile_only.scss */
  #addresslookup .js-custom:before {
    content: "We have found the following addresses:";
    position: absolute;
    top: 5px;
    color: #fff;
    font-weight: bold;
  }

  /* line 1712, ../sass/media_query/_mobile_only.scss */
  .ordersummary h1 {
    font-size: 21px;
  }

  /* line 1716, ../sass/media_query/_mobile_only.scss */
  .ordersummary .additionalservices .large-4 {
    padding: 0;
    text-align: right;
  }

  /* line 1721, ../sass/media_query/_mobile_only.scss */
  .additionalservices .promotionform {
    width: 100%;
  }

  /* line 1729, ../sass/media_query/_mobile_only.scss */
  .ordersummary table tr:nth-child(even),
  .orderreceipt table tr:nth-child(even),
  .orderreceipt table tr:last-child,
  table tbody tr .checkout-total,
  table tbody tr .checkout-total-text {
    background: transparent;
    border-top: 1px solid #ccc;
  }

  /* line 1735, ../sass/media_query/_mobile_only.scss */
  .ordersummary table tr,
  .orderreceipt table tr {
    border-top: 1px solid #ccc;
  }

  /* line 1740, ../sass/media_query/_mobile_only.scss */
  .ordersummary table th.prod-total-th,
  .ordersummary table td.prod-total {
    display: none;
  }

  /* line 1744, ../sass/media_query/_mobile_only.scss */
  .ordersummary table .prod-details h6 {
    margin: 0 0 10px 0;
  }

  /* line 1748, ../sass/media_query/_mobile_only.scss */
  .ordersummary h2.hide {
    position: static;
    left: auto;
    display: block;
    color: #FFF;
    padding: 13px;
    font-size: 18px;
    margin: 0;
    background: #2897E5;
    background: -moz-linear-gradient(top, #2897e5 0%, #0e6ac8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2897e5), color-stop(100%, #0e6ac8));
    background: -webkit-linear-gradient(top, #2897e5 0%, #0e6ac8 100%);
    background: -o-linear-gradient(top, #2897e5 0%, #0e6ac8 100%);
    background: -ms-linear-gradient(top, #2897e5 0%, #0e6ac8 100%);
    background: linear-gradient(to bottom, #2897e5 0%, #0e6ac8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2897e5', endColorstr='#0e6ac8',GradientType=0 );
  }

  /* line 1766, ../sass/media_query/_mobile_only.scss */
  .f-credit .large-7 .right {
    float: left;
    padding: 0 0 0 20px;
  }

  /* line 1771, ../sass/media_query/_mobile_only.scss */
  .f-credit .large-17 {
    width: 70%;
  }

  /* line 1775, ../sass/media_query/_mobile_only.scss */
  .ustandc br, .ustandc-sep br {
    display: inline;
  }

  /* Gift Wrap */
  /* line 1782, ../sass/media_query/_mobile_only.scss */
  .giftwrapping .prod-wrap-item .large-18 {
    width: 100%;
    float: left;
  }

  /* line 1787, ../sass/media_query/_mobile_only.scss */
  .giftwrapping .prod-wrap-item {
    width: 50%;
  }

  /* line 1791, ../sass/media_query/_mobile_only.scss */
  .giftwrapping .prod-details {
    width: 100%;
    float: left;
  }

  /* line 1796, ../sass/media_query/_mobile_only.scss */
  .giftwrapping .prod-wrap-item .large-6 {
    float: left;
    width: 40%;
  }

  /* Communications Options */
  /* line 1804, ../sass/media_query/_mobile_only.scss */
  #tlusermyform .large-6, #tlusermyform .large-18 {
    width: 100%;
    float: none;
  }

  /* Order Receipt */
  /* line 1813, ../sass/media_query/_mobile_only.scss */
  .orderreceipt .large-6,
  .orderreceipt .large-18,
  .orderreceipt .large-15 {
    width: 100%;
    float: none;
  }

  /* line 1818, ../sass/media_query/_mobile_only.scss */
  .orderreceipt h2 {
    display: block;
    color: #FFF;
    padding: 13px;
    font-size: 18px;
    margin: 0;
    background: #2897E5;
    background: -moz-linear-gradient(top, #2897e5 0%, #0e6ac8 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2897e5), color-stop(100%, #0e6ac8));
    background: -webkit-linear-gradient(top, #2897e5 0%, #0e6ac8 100%);
    background: -o-linear-gradient(top, #2897e5 0%, #0e6ac8 100%);
    background: -ms-linear-gradient(top, #2897e5 0%, #0e6ac8 100%);
    background: linear-gradient(to bottom, #2897e5 0%, #0e6ac8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2897e5', endColorstr='#0e6ac8',GradientType=0 );
  }

  /* line 1835, ../sass/media_query/_mobile_only.scss */
  .orderreceipt #paymentdetailSection h2,
  #ordersummary h2 {
    margin: 0;
    font-size: 18px;
    line-height: 1;
  }

  /* line 1841, ../sass/media_query/_mobile_only.scss */
  .orderreceipt hr {
    border-top: none;
    margin: 0;
  }

  /* line 1846, ../sass/media_query/_mobile_only.scss */
  #orderreceipt #contactdetails {
    float: none;
  }

  /* My Account */
  /* line 1853, ../sass/media_query/_mobile_only.scss */
  .account-details a.button.first {
    margin: 0 0 10px 0;
  }

  /* line 1857, ../sass/media_query/_mobile_only.scss */
  #tlusermyform .email-format {
    display: none;
  }

  /* line 1862, ../sass/media_query/_mobile_only.scss */
  .myaccount-addressbook .buttons .large-12,
  .orderhistory-orderdetail .buttons .large-12 {
    width: 100%;
    float: none;
    text-align: left;
  }

  /* line 1869, ../sass/media_query/_mobile_only.scss */
  .orderhistory-orderdetail .buttons .large-12.right,
  .orderhistory-orderdetail .buttons .text-right {
    float: none;
    text-align: none;
    margin: 0 0 20px 0;
  }

  /* line 1875, ../sass/media_query/_mobile_only.scss */
  .orderhistory button.small, .orderhistory .button.small {
    padding: 3px 14px;
    font-size: 12px;
  }

  /* line 1881, ../sass/media_query/_mobile_only.scss */
  .myaccount-recent-orders td,
  .myaccount-recent-orders th {
    display: none;
  }

  /* line 1888, ../sass/media_query/_mobile_only.scss */
  .myaccount-recent-orders th.order-no-col,
  .myaccount-recent-orders th.buttons-col,
  .myaccount-recent-orders td.order-no-col,
  .myaccount-recent-orders td.buttons-col {
    display: table-cell;
  }

  /* line 1895, ../sass/media_query/_mobile_only.scss */
  .myaccount-orderdetail th.price-col,
  .myaccount-orderdetail th.status-col,
  .myaccount-orderdetail td.totalprice-col,
  .myaccount-orderdetail td.status-col {
    display: none;
  }

  /* Address Book */
  /* line 1901, ../sass/media_query/_mobile_only.scss */
  table.addresses tr td {
    display: block;
    text-align: left;
  }

  /* line 1906, ../sass/media_query/_mobile_only.scss */
  .addressbook form .buttons .large-12 {
    width: 100%;
    margin: 0 0 10px 0;
    text-align: left;
    float: none;
  }

  /* mini-cart disable */
  /* line 1915, ../sass/media_query/_mobile_only.scss */
  .ui-dialog.js-minicartDetailDialog #js-addedmsg, .minicart-open:after {
    display: none !important;
  }

  /* Select Overrides */
  /* line 1921, ../sass/media_query/_mobile_only.scss */
  #sortby, #perpagedpd {
    width: 100%;
  }

  /* line 1927, ../sass/media_query/_mobile_only.scss */
  .prod-detail-content .js-custom select,
  .prod-wrap-item select,
  #sortby, #perpagedpd, #cntrylist, #year, #month, #cardtype, #blkemail {
    margin: 2px 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: white url("../images/select-down-arrow.png") 97% 7px no-repeat;
    border: 1px solid #ccc;
    padding: 6px;
    font-size: 14px;
    color: #9d9d9d;
    border-radius: 0;
    box-shadow: rgba(0, 0, 0, 0.09804) 0px 1px 2px 0px inset;
  }

  /* line 1940, ../sass/media_query/_mobile_only.scss */
  .prod-wrap-item span.js-select {
    top: 1px;
  }

  /* line 1941, ../sass/media_query/_mobile_only.scss */
  .country_list .js-select {
    top: 1px !important;
  }

  /* line 1942, ../sass/media_query/_mobile_only.scss */
  .blkemail .js-select {
    top: 1px;
  }

  /* line 1943, ../sass/media_query/_mobile_only.scss */
  #paymentdetails .js-select {
    top: 1px;
  }

  /* line 1945, ../sass/media_query/_mobile_only.scss */
  .prod-detail-content span.js-select,
  #attributeInputs span.js-select {
    top: 5px;
  }

  /* line 1949, ../sass/media_query/_mobile_only.scss */
  .prod-detail-content .row {
    margin-bottom: 10px;
  }

  /* line 1953, ../sass/media_query/_mobile_only.scss */
  .prod-detail-content .js-custom select {
    width: 100% !important;
    /*width: 55%!important;*/
    margin: 0;
    opacity: 0 !important;
  }

  /* line 1963, ../sass/media_query/_mobile_only.scss */
  .prod-wrap-item select, #cntrylist, #year, #month, #cardtype, #blkemail {
    width: 100%;
  }

  /* line 1967, ../sass/media_query/_mobile_only.scss */
  .checkout.ordersummary .buttons {
    text-align: center;
  }

  /* line 1971, ../sass/media_query/_mobile_only.scss */
  .checkout.ordersummary .buttons .right {
    float: none;
  }

  /* Buttons */
  /* line 1977, ../sass/media_query/_mobile_only.scss */
  .buttons.text-right {
    float: none;
    text-align: center;
  }

  /* line 1984, ../sass/media_query/_mobile_only.scss */
  .checkout-template .buttons .button,
  .checkout-workflow .buttons .button {
    width: auto;
    padding: 13px 34px 12px;
  }

  /* line 1989, ../sass/media_query/_mobile_only.scss */
  .checkout-template .buttons a.button {
    width: auto;
    padding: 14px 34px;
  }

  /* line 1993, ../sass/media_query/_mobile_only.scss */
  .checkout-workflow .buttons a.button {
    width: auto;
    padding: 11px 15px;
  }

  /* Reveal */
  /* line 1997, ../sass/media_query/_mobile_only.scss */
  .reveal-modal.medium,
  .reveal-modal.small {
    margin-left: -45%;
    width: 90%;
  }

  /* line 2002, ../sass/media_query/_mobile_only.scss */
  .reveal-modal h1 {
    font-size: 18px;
  }

  /* line 2006, ../sass/media_query/_mobile_only.scss */
  .reveal-modal.medium .form-group {
    width: 90%;
  }

  /* line 2009, ../sass/media_query/_mobile_only.scss */
  .checkout-template .reveal-modal.medium.open {
    top: 40% !important;
  }

  /* line 2014, ../sass/media_query/_mobile_only.scss */
  .reveal-modal .large-6,
  .reveal-modal .large-18,
  #contactForm .large-6,
  #contactForm .large-18 {
    width: 100%;
    float: none;
  }

  /* line 2019, ../sass/media_query/_mobile_only.scss */
  .reveal-modal .row {
    padding: 0;
  }

  /* line 2023, ../sass/media_query/_mobile_only.scss */
  .orb-nav-search #orb-search-q {
    display: none;
  }

  /* line 2027, ../sass/media_query/_mobile_only.scss */
  .orb-nav-search form div {
    background: none repeat scroll 0 0 #fff;
    width: 40px;
  }

  /* line 2031, ../sass/media_query/_mobile_only.scss */
  .orb-nav-search #orb-search-button {
    box-sizing: content-box;
    margin: 0;
    padding: 4px 8px 3px 7px;
  }

  /* line 2037, ../sass/media_query/_mobile_only.scss */
  .orb-nav-search form {
    padding: 0.615em 5px 0.539em;
    border-left: 1px solid #ccc;
  }

  /* line 2042, ../sass/media_query/_mobile_only.scss */
  .orb-nav-search {
    float: right;
  }

  /* line 2045, ../sass/media_query/_mobile_only.scss */
  .orb-nav-capital, .orb-nav-shop, .orb-nav-radio {
    display: none !important;
  }

  /* line 2046, ../sass/media_query/_mobile_only.scss */
  .phone-logos span {
    float: left;
    padding: 10px 0 0;
    text-align: center;
    width: 100%;
  }

  /* line 2052, ../sass/media_query/_mobile_only.scss */
  .phone-logos span.phone-number {
    font-size: 35px;
    margin-bottom: 17px;
  }

  /* line 2056, ../sass/media_query/_mobile_only.scss */
  .category-video {
    width: 100%;
    margin: 10px 0;
  }

  /* line 2057, ../sass/media_query/_mobile_only.scss */
  .category-video-row .video-promo {
    clear: both;
    float: left;
    width: 100%;
  }

  /* line 2058, ../sass/media_query/_mobile_only.scss */
  .category-video-row .video-promo a {
    float: left;
    display: inline;
    width: 50%;
  }

  /****************** Category mobile tabs******************/
  /* line 2061, ../sass/media_query/_mobile_only.scss */
  .category-list li.helpSlide span, .body-search li.helpSlide span, #hometabnavigation li.helpSlide span, .product-detail-page li.helpSlide span, .page li.helpSlide span {
    display: block;
    padding: 10px 13px;
    width: 100%;
  }

  /* line 2066, ../sass/media_query/_mobile_only.scss */
  .myaccount-template .lhn-heading {
    float: left;
    width: 100%;
  }

  /* line 2068, ../sass/media_query/_mobile_only.scss */
  .myaccount-template .js-prod-price, .category-list .js-prod-price, .category-list .price-was, .category-list .pad-right {
    padding: 0 !important;
  }

  /* line 2070, ../sass/media_query/_mobile_only.scss */
  .flexslider-carousel .prod-price {
    color: #249efe !important;
    padding: 0 !important;
  }

  /* line 2072, ../sass/media_query/_mobile_only.scss */
  .myaccount-template .lhn-heading, .category-list .lhn-heading, .body-search .lhn-heading, #hometabnavigation .lhn-heading, .product-detail-page .lhn-heading, .page .lhn-heading {
    line-height: normal;
  }

  /* line 2074, ../sass/media_query/_mobile_only.scss */
  .myaccount-template li.helpSlide, .category-list li.helpSlide, .body-search li.helpSlide, #hometabnavigation li.helpSlide, .product-detail-page li.helpSlide, .page li.helpSlide {
    padding: 0;
    margin: 0;
  }

  /* line 2077, ../sass/media_query/_mobile_only.scss */
  .myaccount-template .helpSlide .closed, .category-list .helpSlide .closed, .body-search .helpSlide .closed, #hometabnavigation .helpSlide .closed, .product-detail-page .helpSlide .closed, .page .helpSlide .closed {
    background: url("../images/gradient_close.jpg") repeat-x scroll right top;
  }

  /* line 2080, ../sass/media_query/_mobile_only.scss */
  .myaccount-template .helpSlide .open, .category-list .helpSlide .open, .body-search .helpSlide .open, #hometabnavigation .helpSlide .open, .product-detail-page .helpSlide .open, .page .helpSlide .open {
    background: url("../images/gradient_open.jpg") repeat-x scroll right top;
  }

  /* line 2083, ../sass/media_query/_mobile_only.scss */
  .myaccount-template .tag-helpSlide, .category-list .tag-helpSlide, .body-search .tag-helpSlide, #hometabnavigation .tag-helpSlide, .product-detail-page .tag-helpSlide, .page .tag-helpSlide {
    padding: 10px;
  }

  /* line 2084, ../sass/media_query/_mobile_only.scss */
  #page_home .brand-logos div, .category-list .brand-logos div {
    width: 49.98%;
  }

  /* line 2087, ../sass/media_query/_mobile_only.scss */
  .brand-logos > div:nth-of-type(2) {
    border-width: 1px;
  }

  /* line 2090, ../sass/media_query/_mobile_only.scss */
  .brand-logos > div:nth-of-type(3) {
    border-width: 0 0 1px 1px;
  }

  /* line 2093, ../sass/media_query/_mobile_only.scss */
  .brand-logos > div:nth-of-type(4) {
    border-width: 0 1px 1px 1px;
  }

  /* line 2096, ../sass/media_query/_mobile_only.scss */
  .home-video {
    width: 100%;
  }

  /* line 2097, ../sass/media_query/_mobile_only.scss */
  .brightcove-video {
    padding-bottom: 0;
  }

  /* line 2098, ../sass/media_query/_mobile_only.scss */
  .home-video-promo {
    margin-top: 5px;
    width: 100%;
  }

  /* line 2099, ../sass/media_query/_mobile_only.scss */
  .home-video-promo a {
    float: left;
    padding: 0 0 1%;
    width: 100%;
  }

  /* line 2100, ../sass/media_query/_mobile_only.scss */
  .home-video-promo a img {
    float: left;
    width: 100%;
    height: auto;
  }

  /* line 2101, ../sass/media_query/_mobile_only.scss */
  .hide-for-small .show-video {
    display: none;
  }

  /* line 2102, ../sass/media_query/_mobile_only.scss */
  .footer-links li a {
    border-width: 0 1px 1px 0;
  }

  /* line 2103, ../sass/media_query/_mobile_only.scss */
  .footercolone, .footercoltwo {
    float: left;
    width: 50%;
  }

  /* line 2104, ../sass/media_query/_mobile_only.scss */
  .footercolone .col-one, .footercolone .col-two {
    width: 100%;
  }

  /* line 2105, ../sass/media_query/_mobile_only.scss */
  .footercoltwo .col-three, .footercoltwo .col-four {
    width: 100%;
  }

  /* line 2106, ../sass/media_query/_mobile_only.scss */
  .pageInvt-feat .js-featprods li {
    height: auto !important;
    width: 100% !important;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
  }

  /* line 2107, ../sass/media_query/_mobile_only.scss */
  .pageInvt-feat .js-featprods li h4 a {
    font-size: 22px;
  }

  /* line 2108, ../sass/media_query/_mobile_only.scss */
  .pageInvt-feat .js-featprods li .prod-details {
    float: left;
    padding-bottom: 12px;
    padding-left: 10px;
    width: 72%;
  }

  /* line 2109, ../sass/media_query/_mobile_only.scss */
  .pageInvt-feat .js-featprods li .prod-image {
    height: auto;
  }

  /* Edit Commnication */
  /* line 2112, ../sass/media_query/_mobile_only.scss */
  .editCommunication {
    margin-bottom: 20px;
  }

  /* line 2115, ../sass/media_query/_mobile_only.scss */
  .editCommunication-text {
    margin: 10px 0;
  }

  /* line 2118, ../sass/media_query/_mobile_only.scss */
  .tbCommunication {
    top: 15px;
    position: relative;
  }

  /* line 2122, ../sass/media_query/_mobile_only.scss */
  #contactForm .large-6 label {
    float: left !important;
  }

  /* line 2123, ../sass/media_query/_mobile_only.scss */
  .reveal-modal .large-6, .reveal-modal .large-18, #contactForm .large-6, #contactForm .large-18 {
    float: left;
    text-align: left;
    width: 100%;
  }

  /* line 2129, ../sass/media_query/_mobile_only.scss */
  .crosswordpage .resulttable {
    display: none;
  }

  /* line 2130, ../sass/media_query/_mobile_only.scss */
  .js-helpleftnav #categoryNavigation li {
    clear: both;
    overflow: hidden;
  }

  /* line 2131, ../sass/media_query/_mobile_only.scss */
  .js-helpleftnav li.helpSlide {
    padding: 0;
    margin-left: 10px;
  }

  /* line 2132, ../sass/media_query/_mobile_only.scss */
  #static_page .js-helpleftnav #categoryNavigation .tag-helpSlide.closed {
    width: 97.5%;
    float: left;
    background: url("../images/plus.gif") no-repeat scroll right center;
  }

  /* line 2133, ../sass/media_query/_mobile_only.scss */
  #static_page .js-helpleftnav #categoryNavigation .tag-helpSlide.open {
    width: 97.5%;
    float: left;
    float: left;
    background: url("../images/minus.gif") no-repeat scroll right center;
  }

  /* line 2134, ../sass/media_query/_mobile_only.scss */
  #static_page .js-helpleftnav #categoryNavigation li span {
    padding: 0 10px;
  }

  /* line 2135, ../sass/media_query/_mobile_only.scss */
  .js-helpleftnav #categoryNavigation li ul li {
    padding-left: 10px;
  }

  /* line 2136, ../sass/media_query/_mobile_only.scss */
  .js-statichelpleftnav #categoryNavigation li {
    clear: both;
    overflow: hidden;
  }

  /* line 2137, ../sass/media_query/_mobile_only.scss */
  .js-statichelpleftnav li.helpSlide {
    padding: 0;
  }

  /* line 2138, ../sass/media_query/_mobile_only.scss */
  .js-statichelpleftnav #categoryNavigation .tag-helpSlide.closed {
    width: 97.5%;
    float: left;
    background: url("../images/plus.gif") no-repeat scroll right center;
  }

  /* line 2139, ../sass/media_query/_mobile_only.scss */
  .js-statichelpleftnav #categoryNavigation .tag-helpSlide.open {
    width: 97.5%;
    float: left;
    background: url("../images/minus.gif") no-repeat scroll right center;
  }

  /* line 2140, ../sass/media_query/_mobile_only.scss */
  .js-statichelpleftnav #categoryNavigation li span {
    padding: 0 10px;
  }

  /* line 2141, ../sass/media_query/_mobile_only.scss */
  .js-statichelpleftnav #categoryNavigation li ul li {
    padding-left: 10px;
  }

  /* line 2142, ../sass/media_query/_mobile_only.scss */
  .clear {
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  /* line 2144, ../sass/media_query/_mobile_only.scss */
  .nav-showbestsellers .fsm-prod, .nav-topbargain .fsm-prod {
    width: 100% !important;
    margin-bottom: 20px !important;
  }

  /* line 2145, ../sass/media_query/_mobile_only.scss */
  .nav-showbestsellers .prod-details, .nav-topbargain .prod-details, #tag-navbestsellers2 .prod-details {
    color: #249efe;
    float: left;
    width: 73%;
    padding-left: 10px;
  }

  /* line 2146, ../sass/media_query/_mobile_only.scss */
  .nav-showbestsellers .price-label, .nav-topbargain .price-label {
    display: none !important;
  }

  /* line 2147, ../sass/media_query/_mobile_only.scss */
  .prod-pricefield, .prod-pricenow {
    padding: 0 !important;
  }

  /* line 2148, ../sass/media_query/_mobile_only.scss */
  .show-for-print {
    display: none;
  }

  /* line 2149, ../sass/media_query/_mobile_only.scss */
  #invt_giftcert .large-11 {
    width: 100%;
  }

  /* line 2150, ../sass/media_query/_mobile_only.scss */
  #invt_giftcert .large-12 {
    width: 100%;
  }

  /* line 2151, ../sass/media_query/_mobile_only.scss */
  .home-video .brightcove-video {
    height: auto;
  }

  /* line 2152, ../sass/media_query/_mobile_only.scss */
  .orb-nav-search {
    display: none;
  }

  /*Address book MyAccount*/
  /* line 2155, ../sass/media_query/_mobile_only.scss */
  .address-delivery, .address-billing {
    width: 40%;
    overflow: hidden;
    float: left;
  }

  /* line 2161, ../sass/media_query/_mobile_only.scss */
  .other-address td:last-child, .default-delivery td:last-child {
    float: right;
    /*width:60%; background: pink;*/
  }

  /* line 2166, ../sass/media_query/_mobile_only.scss */
  .other-address td:last-child a, .default-delivery td:last-child div {
    float: right;
  }

  /* line 2170, ../sass/media_query/_mobile_only.scss */
  .flexslider .slides img, #hometabnavigation .flexslider-carousel .slides img {
    width: 100%;
    height: auto;
  }

  /* line 2171, ../sass/media_query/_mobile_only.scss */
  .product-detail-page .flexslider .slides img {
    width: 90%;
  }

  /* line 2172, ../sass/media_query/_mobile_only.scss */
  #contactMsg {
    margin-top: 15px;
  }

  /* line 2173, ../sass/media_query/_mobile_only.scss */
  #vModal #contactMsg {
    margin-top: 13px;
  }

  /* line 2174, ../sass/media_query/_mobile_only.scss */
  #page_home .flexslider-carousel .slides li, .product-detail-page .flexslider-carousel .slides li {
    width: 100% !important;
    border-bottom: 1px solid #CCC;
  }

  /* line 2175, ../sass/media_query/_mobile_only.scss */
  #page_home .flexslider-carousel .slides li:nth-child(1n+4), .product-detail-page .flexslider-carousel .slides li:nth-child(1n+4), .js-helpleftnav #categoryNavigation li ul li:nth-child(1n+4) {
    display: none !important;
  }

  /* line 2178, ../sass/media_query/_mobile_only.scss */
  .product-detail-page rvi-bottom .flexslider .prod-image img {
    width: 125px;
  }

  /* line 2179, ../sass/media_query/_mobile_only.scss */
  .product-detail-page .flexslider .prod-image {
    width: 36% !important;
  }

  /* line 2180, ../sass/media_query/_mobile_only.scss */
  .product-detail-page .flexslider-carousel .prod-details {
    float: left;
    width: 50% !important;
    padding-left: 10px;
  }

  /* line 2181, ../sass/media_query/_mobile_only.scss */
  .product-detail-page .flexslider-carousel .slides li .prod-name, .flexslider-carousel .slides li .prod-name {
    padding-left: 0;
  }

  /* line 2182, ../sass/media_query/_mobile_only.scss */
  .flexslider-carousel .prod-price span {
    padding: 0 !important;
  }

  /* line 2183, ../sass/media_query/_mobile_only.scss */
  #searchResults .prod-image {
    width: 28%;
  }

  /* line 2184, ../sass/media_query/_mobile_only.scss */
  .header-top-row .row {
    padding: 0 9px;
  }

  /* line 2185, ../sass/media_query/_mobile_only.scss */
  .js-viewGrid .prod-image img {
    width: 100%;
  }

  /* line 2186, ../sass/media_query/_mobile_only.scss */
  .product-detail-page .attribute-inputs .small-4 {
    width: 15%;
  }

  /* line 2187, ../sass/media_query/_mobile_only.scss */
  .product-detail-page .attribute-inputs .small-20 {
    float: right;
    width: 80%;
  }

  /* line 2188, ../sass/media_query/_mobile_only.scss */
  .prod-detail-buttons .prod-backorder {
    width: 55%;
    float: right;
  }

  /* line 2189, ../sass/media_query/_mobile_only.scss */
  .orb-logo a {
    padding-left: 11px !important;
  }

  /* line 2190, ../sass/media_query/_mobile_only.scss */
  #content-search-body .search-header {
    margin-top: 15px;
  }

  /* line 2191, ../sass/media_query/_mobile_only.scss */
  #tag-navrviproduct li {
    width: 100%;
    float: left;
  }

  /* line 2192, ../sass/media_query/_mobile_only.scss */
  #tag-navrviproduct li .prod-details {
    float: left;
    padding-left: 10px;
  }

  /* line 2193, ../sass/media_query/_mobile_only.scss */
  #tag-navrviproduct .pad-right, #tag-navrviproduct .price-label, #tag-navrviproduct .js-prod-price {
    padding: 0;
  }

  /* line 2194, ../sass/media_query/_mobile_only.scss */
  #tag-navrviproduct .price-label {
    display: none;
  }

  /* line 2195, ../sass/media_query/_mobile_only.scss */
  #tag-navrviproduct .prod-name {
    height: auto;
  }

  /* line 2196, ../sass/media_query/_mobile_only.scss */
  #tag-navrviproduct #rvisitewidelist {
    overflow: hidden;
  }

  /* Tabinfo Static Page*/
  /* line 2200, ../sass/media_query/_mobile_only.scss */
  .static_baking_lp li {
    float: none;
    width: 100% !important;
    min-height: 200px;
    border-bottom: 1px solid gray;
  }
  /* line 2205, ../sass/media_query/_mobile_only.scss */
  .static_baking_lp li .prod {
    min-height: 150px;
  }
  /* line 2206, ../sass/media_query/_mobile_only.scss */
  .static_baking_lp li div.prod-image {
    min-height: 150px;
  }
  /* line 2207, ../sass/media_query/_mobile_only.scss */
  .static_baking_lp li div.prod-details {
    clear: both;
    text-align: left;
    margin-bottom: 5px;
  }

  /* line 2210, ../sass/media_query/_mobile_only.scss */
  .fea_product {
    border-bottom: 0px solid gray;
  }
  /* line 2211, ../sass/media_query/_mobile_only.scss */
  .fea_product li {
    width: 100%;
  }
  /* line 2212, ../sass/media_query/_mobile_only.scss */
  .fea_product li .prod-details {
    clear: both;
  }
  /* line 2213, ../sass/media_query/_mobile_only.scss */
  .fea_product li .prod-details .prod-pricedetails {
    border-bottom: 1px solid gray;
    padding-bottom: 5px;
  }

  /* line 2218, ../sass/media_query/_mobile_only.scss */
  .about_vdo_static #txt_david {
    margin-top: 0;
  }

  /* line 2223, ../sass/media_query/_mobile_only.scss */
  .myaccount-template .flexslider li, #page_search .flexslider li, .flexslider li, #page_home .flexslider li, .category-list .flexslider li, .basket-recommended-products .flexslider li, .basket-recommended-products .flexslider li, #tag-navbestsellers li {
    min-height: 100% !important;
  }

  /* line 2224, ../sass/media_query/_mobile_only.scss */
  .basket-recommended-products .flexslider li.fsm-prod, .flexslider li.fsm-prod {
    width: 100% !important;
  }

  /* line 2225, ../sass/media_query/_mobile_only.scss */
  #page_search .flexslider li, .checkout-basket .flexslider li, #tag-navbestsellers li {
    display: none !important;
    border-bottom: 1px solid #ececec;
  }

  /* line 2226, ../sass/media_query/_mobile_only.scss */
  .flexslider li:nth-child(1), .flexslider li:nth-child(2), .flexslider li:nth-child(3), #tag-navbestsellers li:nth-child(1), #tag-navbestsellers li:nth-child(2), #tag-navbestsellers li:nth-child(3) {
    display: block !important;
  }

  /* line 2227, ../sass/media_query/_mobile_only.scss */
  .myaccount-template #navbestsellers span.lhn-heading {
    font-size: 0.9em;
    margin-bottom: 10px;
  }

  /* line 2228, ../sass/media_query/_mobile_only.scss */
  .myaccount-template #navbestsellers .ribbon-wrapper span {
    color: #FFF;
  }

  /* line 2230, ../sass/media_query/_mobile_only.scss */
  .js-helpleftnav #categoryNavigation .fsm-product li {
    border-bottom: 1px solid #ececec;
  }

  /* line 2231, ../sass/media_query/_mobile_only.scss */
  .staticpage .flexslider li {
    border: 0;
  }

  /* line 2232, ../sass/media_query/_mobile_only.scss */
  .js-helpleftnav #tag-navrviproduct .fsm-product li {
    min-height: 100px !important;
  }

  /* line 2233, ../sass/media_query/_mobile_only.scss */
  .js-helpleftnav #tag-navbestsellers .fsm-product li {
    border-bottom: 1px solid #ececec;
  }

  /* line 2234, ../sass/media_query/_mobile_only.scss */
  .flexslider-carousel .prod-details {
    margin-top: 0;
  }

  /* line 2235, ../sass/media_query/_mobile_only.scss */
  #checkout #footer #vModal, .checkout-basket #footer #vModal {
    left: 41%;
    padding: 8% 3% 3%;
    width: 98%;
  }

  /* line 2236, ../sass/media_query/_mobile_only.scss */
  .thickpad .small-block-grid-3 li {
    width: 100%;
  }

  /* line 2237, ../sass/media_query/_mobile_only.scss */
  .brightcove-video.hide-for-desktop {
    width: 100%;
    height: 320px;
    margin-top: 10px;
  }

  /* line 2238, ../sass/media_query/_mobile_only.scss */
  .show-for-large {
    display: none;
  }

  /* line 2239, ../sass/media_query/_mobile_only.scss */
  .myaccountfeature #js-myaccount-tabs {
    display: block;
  }

  /* line 2240, ../sass/media_query/_mobile_only.scss */
  .home-recommended-products.myaccountfeature {
    display: block;
  }

  /* line 2241, ../sass/media_query/_mobile_only.scss */
  .myaccountfeature .tabs .tab-header {
    background: url("../images/gradient_open.jpg") repeat-x scroll right top;
    float: left;
    position: relative;
    width: 100%;
  }

  /* line 2242, ../sass/media_query/_mobile_only.scss */
  .myaccountfeature .tabs .tab-header .js-tab-active {
    background: none;
  }

  /* line 2243, ../sass/media_query/_mobile_only.scss */
  .myaccountfeature .mm_ul > li.has-dropdown.js-mm-liselected:before, .myaccountfeature .tab-nav .js-tab-active:before {
    border: none;
  }

  /* line 2244, ../sass/media_query/_mobile_only.scss */
  .myaccountfeature .flexslider .prod-image img {
    width: auto;
  }

  /* line 2245, ../sass/media_query/_mobile_only.scss */
  .myaccountfeature .ribbon-wrapper.sale {
    color: #fff;
  }

  /* line 2246, ../sass/media_query/_mobile_only.scss */
  .myaccountfeature .flex-direction-nav {
    display: none;
  }

  /* line 2247, ../sass/media_query/_mobile_only.scss */
  .myaccountfeature .prod-image {
    width: auto;
  }

  /* line 2248, ../sass/media_query/_mobile_only.scss */
  .myaccountfeature .prod-details {
    float: left;
    padding-left: 5px;
  }

  /* line 2249, ../sass/media_query/_mobile_only.scss */
  .myaccountfeature .flex-control-nav {
    display: none;
  }

  /* line 2250, ../sass/media_query/_mobile_only.scss */
  .myaccountfeature .flexslider .slides {
    width: 96%;
  }

  /* line 2251, ../sass/media_query/_mobile_only.scss */
  .content-search-body .show-for-small img {
    width: 100%;
  }
}
/* line 2257, ../sass/media_query/_mobile_only.scss */
#page_home .flexslider-carousel .slides {
  width: auto;
}

/* end  */
/*
 * 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)
*/
/* line 7, ../sass/page/print.scss */
.print-only {
  display: none !important;
}

@media print {
  /* line 12, ../sass/page/print.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 22, ../sass/page/print.scss */
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 27, ../sass/page/print.scss */
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  /* line 33, ../sass/page/print.scss */
  tr,
  img {
    page-break-inside: avoid;
  }

  /* line 37, ../sass/page/print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  /* line 47, ../sass/page/print.scss */
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 53, ../sass/page/print.scss */
  h2,
  h3 {
    page-break-after: avoid;
  }

  /* line 58, ../sass/page/print.scss */
  #content, .flexslider img, .product-details {
    width: 100% !important;
  }

  /* line 59, ../sass/page/print.scss */
  .fwidthbanner img {
    width: 50% !important;
  }

  /* line 60, ../sass/page/print.scss */
  .product-image {
    clear: left;
    float: none;
    margin: 0 auto;
  }

  /* line 61, ../sass/page/print.scss */
  .print-only {
    display: block !important;
  }

  /* line 64, ../sass/page/print.scss */
  .hide-on-print, .orb-header, #nav, #header-row-two, .header-top, #footer, #sidebar, .crumbtrail, .prod-detail-buttons, .review-link, .prod-detail-slider, .prod-detail-social, .tab-header, .crumbtrail-bottom, #BVRRContainer, .checkout-step-indicators {
    display: none !important;
  }

  /* line 68, ../sass/page/print.scss */
  .show-for-print {
    display: inherit !important;
  }

  /* line 71, ../sass/page/print.scss */
  .home-video-promo a img {
    height: 100px;
  }

  /**Order receipt**/
  /* line 73, ../sass/page/print.scss */
  .row {
    width: 95%;
  }

  /* line 76, ../sass/page/print.scss */
  #orderreceipt {
    border-top: 1px solid gray;
    padding-top: 10px;
  }

  /* line 80, ../sass/page/print.scss */
  table {
    width: 99%;
  }

  /* line 83, ../sass/page/print.scss */
  .box-header {
    background-color: gray !important;
    color: white !important;
  }

  /* line 87, ../sass/page/print.scss */
  span {
    color: white !important;
  }

  /* line 90, ../sass/page/print.scss */
  table .box-header, a.button {
    background-color: #0081E5 !important;
    color: white !important;
  }
}

/* Custom styles for password reset & promo code removal 15/12/2014 */
.promoRow {margin-bottom:7px;}
.promoRow .leftCol {float:left; min-width:10%;}
.promoRow .rightCol {float:left; margin-left:2%; width:75%;"}

/* A-Z Page style */
body#icat_productsaz .search-body.nopad {
width:130%;
margin-left: -200px;
}
