/* bootstrap mixins, variables and custom mixins, variables */
/* 12 base color for product grid refinement */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.modal-backdrop.in {
  opacity: 0.4 !important;
  position: fixed;
  height: 100%;
}
.clearBorderColor {
  -moz-border-image: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
}
/* Normalize */
.legacy {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 18px;
  background-color: #fff;
  clear: both;
  margin: 0 auto;
  color: #000;
  min-width: 320px;
  max-width: 960px;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
button,
input,
select,
textarea {
  font-family: sans-serif;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: .83em;
  margin: 1.67em 0;
}
h6 {
  font-size: .75em;
  margin: 2.33em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
p,
pre {
  margin: 1em 0;
}
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
small {
  font-size: 75%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
img {
  max-width: 100%;
  width: auto\9;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: #08c;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #707070;
  text-decoration: underline;
}
.img-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}
.img-circle {
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
}
.row {
  margin-left: -12px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 12px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 960px;
}
.span12 {
  width: 960px;
}
.span11 {
  width: 879px;
}
.span10 {
  width: 798px;
}
.span9 {
  width: 717px;
}
.span8 {
  width: 636px;
}
.span7 {
  width: 555px;
}
.span6 {
  width: 474px;
}
.span5 {
  width: 393px;
}
.span4 {
  width: 312px;
}
.span3 {
  width: 231px;
}
.span2 {
  width: 150px;
}
.span1 {
  width: 69px;
}
.offset12 {
  margin-left: 984px;
}
.offset11 {
  margin-left: 903px;
}
.offset10 {
  margin-left: 822px;
}
.offset9 {
  margin-left: 741px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 579px;
}
.offset6 {
  margin-left: 498px;
}
.offset5 {
  margin-left: 417px;
}
.offset4 {
  margin-left: 336px;
}
.offset3 {
  margin-left: 255px;
}
.offset2 {
  margin-left: 174px;
}
.offset1 {
  margin-left: 93px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 1.25%;
  *margin-left: 1.19791667%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 1.25%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94791667%;
}
.row-fluid .span11 {
  width: 91.5625%;
  *width: 91.51041667%;
}
.row-fluid .span10 {
  width: 83.125%;
  *width: 83.07291667%;
}
.row-fluid .span9 {
  width: 74.6875%;
  *width: 74.63541667%;
}
.row-fluid .span8 {
  width: 66.25%;
  *width: 66.19791667%;
}
.row-fluid .span7 {
  width: 57.8125%;
  *width: 57.76041667%;
}
.row-fluid .span6 {
  width: 49.375%;
  *width: 49.32291667%;
}
.row-fluid .span5 {
  width: 40.9375%;
  *width: 40.88541667%;
}
.row-fluid .span4 {
  width: 32.5%;
  *width: 32.44791667%;
}
.row-fluid .span3 {
  width: 24.0625%;
  *width: 24.01041667%;
}
.row-fluid .span2 {
  width: 15.625%;
  *width: 15.57291667%;
}
.row-fluid .span1 {
  width: 7.1875%;
  *width: 7.13541667%;
}
.row-fluid .offset12 {
  margin-left: 102.5%;
  *margin-left: 102.39583333%;
}
.row-fluid .offset12:first-child {
  margin-left: 101.25%;
  *margin-left: 101.14583333%;
}
.row-fluid .offset11 {
  margin-left: 94.0625%;
  *margin-left: 93.95833333%;
}
.row-fluid .offset11:first-child {
  margin-left: 92.8125%;
  *margin-left: 92.70833333%;
}
.row-fluid .offset10 {
  margin-left: 85.625%;
  *margin-left: 85.52083333%;
}
.row-fluid .offset10:first-child {
  margin-left: 84.375%;
  *margin-left: 84.27083333%;
}
.row-fluid .offset9 {
  margin-left: 77.1875%;
  *margin-left: 77.08333333%;
}
.row-fluid .offset9:first-child {
  margin-left: 75.9375%;
  *margin-left: 75.83333333%;
}
.row-fluid .offset8 {
  margin-left: 68.75%;
  *margin-left: 68.64583333%;
}
.row-fluid .offset8:first-child {
  margin-left: 67.5%;
  *margin-left: 67.39583333%;
}
.row-fluid .offset7 {
  margin-left: 60.3125%;
  *margin-left: 60.20833333%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.0625%;
  *margin-left: 58.95833333%;
}
.row-fluid .offset6 {
  margin-left: 51.875%;
  *margin-left: 51.77083333%;
}
.row-fluid .offset6:first-child {
  margin-left: 50.625%;
  *margin-left: 50.52083333%;
}
.row-fluid .offset5 {
  margin-left: 43.4375%;
  *margin-left: 43.33333333%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.1875%;
  *margin-left: 42.08333333%;
}
.row-fluid .offset4 {
  margin-left: 35%;
  *margin-left: 34.89583333%;
}
.row-fluid .offset4:first-child {
  margin-left: 33.75%;
  *margin-left: 33.64583333%;
}
.row-fluid .offset3 {
  margin-left: 26.5625%;
  *margin-left: 26.45833333%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.3125%;
  *margin-left: 25.20833333%;
}
.row-fluid .offset2 {
  margin-left: 18.125%;
  *margin-left: 18.02083333%;
}
.row-fluid .offset2:first-child {
  margin-left: 16.875%;
  *margin-left: 16.77083333%;
}
.row-fluid .offset1 {
  margin-left: 9.6875%;
  *margin-left: 9.58333333%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.4375%;
  *margin-left: 8.33333333%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container-fluid {
  padding-right: 12px;
  padding-left: 12px;
  *zoom: 1;
}
.container-fluid:before,
.container-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.container-fluid:after {
  clear: both;
}
p {
  margin: 0 0 9px;
}
.lead {
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 200;
  line-height: 27px;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
cite {
  font-style: normal;
}
.muted {
  color: #999;
}
a.muted:hover,
a.muted:focus {
  color: #808080;
}
.text-warning {
  color: #c09853;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}
.text-error {
  color: #b94a48;
}
a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}
.text-info {
  color: #3a87ad;
}
a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}
.text-success {
  color: #468847;
}
a.text-success:hover,
a.text-success:focus {
  color: #356635;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 9px 0;
  font-family: inherit;
  font-weight: normal;
  line-height: 18px;
  color: inherit;
  text-rendering: optimizelegibility;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}
h1,
h2,
h3 {
  line-height: 36px;
}
h1 {
  font-size: 33px;
}
h2 {
  font-size: 27px;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 15px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10.2px;
}
h1 small {
  font-size: 21px;
}
h2 small {
  font-size: 15px;
}
h3 small {
  font-size: 12px;
}
h4 small {
  font-size: 12px;
}
.page-header {
  padding-bottom: 8px;
  margin: 18px 0 27px;
  border-bottom: 1px solid #eee;
}
ul,
ol {
  padding: 0;
  margin: 0 0 9px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 18px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-bottom: 18px;
}
dt,
dd {
  line-height: 18px;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 9px;
}
.dl-horizontal {
  *zoom: 1;
}
.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
  line-height: 0;
}
.dl-horizontal:after {
  clear: both;
}
.dl-horizontal dt {
  float: left;
  width: 160px;
  clear: left;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dl-horizontal dd {
  margin-left: 180px;
}
hr {
  margin: 18px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}
abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 18px;
  border-left: 5px solid #eee;
}
blockquote p {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.25;
}
blockquote small {
  display: block;
  line-height: 18px;
  color: #999;
}
blockquote small:before {
  content: '\2014 \00A0';
}
blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
}
blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}
blockquote.pull-right small:before {
  content: '';
}
blockquote.pull-right small:after {
  content: '\00A0 \2014';
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
address {
  display: block;
  margin-bottom: 18px;
  font-style: normal;
  line-height: 18px;
}
code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 10px;
  color: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
}
pre {
  display: block;
  padding: 8.5px;
  margin: 0 0 9px;
  font-size: 11px;
  line-height: 18px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
pre.prettyprint {
  margin-bottom: 18px;
}
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
form {
  margin: 0 0 18px;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 36px;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
legend small {
  font-size: 13.5px;
  color: #999;
}
label,
input,
button,
select,
textarea {
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
}
input,
button,
select,
textarea {
  font-family: Arial, sans-serif;
}
label {
  display: block;
  margin-bottom: 5px;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 18px;
  padding: 4px 6px;
  margin-bottom: 9px;
  font-size: 12px;
  line-height: 18px;
  color: #555;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  vertical-align: middle;
}
input,
textarea,
.uneditable-input {
  width: 206px;
}
textarea {
  height: auto;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear .2s, box-shadow linear .2s;
  -moz-transition: border linear .2s, box-shadow linear .2s;
  -o-transition: border linear .2s, box-shadow linear .2s;
  transition: border linear .2s, box-shadow linear .2s;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  *margin-top: 0;
  /* IE7 */
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}
select,
input[type="file"] {
  height: 28px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 28px;
}
select {
  width: 220px;
  border: 1px solid #ccc;
  background-color: #fff;
}
select[multiple],
select[size] {
  height: auto;
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.uneditable-input,
.uneditable-textarea {
  color: #999;
  background-color: #fcfcfc;
  border-color: #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
  cursor: not-allowed;
}
.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}
.uneditable-textarea {
  width: auto;
  height: auto;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
.radio,
.checkbox {
  min-height: 18px;
  padding-left: 20px;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}
.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
.input-medium {
  width: 150px;
}
.input-large {
  width: 210px;
}
.input-xlarge {
  width: 270px;
}
.input-xxlarge {
  width: 530px;
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}
input,
textarea,
.uneditable-input {
  margin-left: 0;
}
.controls-row [class*="span"] + [class*="span"] {
  margin-left: 12px;
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 946px;
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 865px;
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 784px;
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 703px;
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 622px;
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 541px;
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 460px;
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 379px;
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 298px;
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 217px;
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 136px;
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 55px;
}
.controls-row {
  *zoom: 1;
}
.controls-row:before,
.controls-row:after {
  display: table;
  content: "";
  line-height: 0;
}
.controls-row:after {
  clear: both;
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
  -moz-box-shadow: 0 0 6px #f8b9b7;
  box-shadow: 0 0 6px #f8b9b7;
}
.form-actions {
  padding: 17px 20px 18px;
  margin-top: 18px;
  margin-bottom: 18px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}
.form-actions:before,
.form-actions:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-actions:after {
  clear: both;
}
.help-block,
.help-inline {
  color: #595959;
}
.help-block {
  display: block;
  margin-bottom: 9px;
}
.help-inline {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: middle;
  padding-left: 5px;
}
.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 9px;
  vertical-align: middle;
  font-size: 0;
  white-space: nowrap;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 12px;
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}
.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 18px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #eee;
  border: 1px solid #ccc;
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}
.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}
input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
/* Allow for input prepend/append in search forms */
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
  -moz-border-radius: 0 14px 14px 0;
  border-radius: 0 14px 14px 0;
}
.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
  -moz-border-radius: 14px 0 0 14px;
  border-radius: 14px 0 0 14px;
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}
.control-group {
  margin-bottom: 9px;
}
legend + .control-group {
  margin-top: 18px;
  -webkit-margin-top-collapse: separate;
}
.form-horizontal .control-group {
  margin-bottom: 18px;
  *zoom: 1;
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.form-horizontal .control-group:after {
  clear: both;
}
.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}
.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}
.form-horizontal .controls:first-child {
  *padding-left: 180px;
}
.form-horizontal .help-block {
  margin-bottom: 0;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 9px;
}
.form-horizontal .form-actions {
  padding-left: 180px;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.table {
  width: 100%;
  margin-bottom: 18px;
}
.table th,
.table td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table th {
  font-weight: bold;
}
.table thead th {
  vertical-align: bottom;
}
.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}
.table tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
}
.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
}
.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}
.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
.table td.span1,
.table th.span1 {
  float: none;
  width: 53px;
  margin-left: 0;
}
.table td.span2,
.table th.span2 {
  float: none;
  width: 134px;
  margin-left: 0;
}
.table td.span3,
.table th.span3 {
  float: none;
  width: 215px;
  margin-left: 0;
}
.table td.span4,
.table th.span4 {
  float: none;
  width: 296px;
  margin-left: 0;
}
.table td.span5,
.table th.span5 {
  float: none;
  width: 377px;
  margin-left: 0;
}
.table td.span6,
.table th.span6 {
  float: none;
  width: 458px;
  margin-left: 0;
}
.table td.span7,
.table th.span7 {
  float: none;
  width: 539px;
  margin-left: 0;
}
.table td.span8,
.table th.span8 {
  float: none;
  width: 620px;
  margin-left: 0;
}
.table td.span9,
.table th.span9 {
  float: none;
  width: 701px;
  margin-left: 0;
}
.table td.span10,
.table th.span10 {
  float: none;
  width: 782px;
  margin-left: 0;
}
.table td.span11,
.table th.span11 {
  float: none;
  width: 863px;
  margin-left: 0;
}
.table td.span12,
.table th.span12 {
  float: none;
  width: 944px;
  margin-left: 0;
}
.table tbody tr.success > td {
  background-color: #dff0d8;
}
.table tbody tr.error > td {
  background-color: #f2dede;
}
.table tbody tr.warning > td {
  background-color: #fcf8e3;
}
.table tbody tr.info > td {
  background-color: #d9edf7;
}
.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}
.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}
.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}
.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}
[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("https://s1.mecca.com.au/image/mecca/asset/legacy/images/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
  margin-top: 1px;
}
/* White icons with optional class, or on hover/focus/active states of certain elements */
.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:focus > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
  background-image: url("https://s1.mecca.com.au/image/mecca/asset/legacy/images/glyphicons-halflings-white.png");
}
.icon-glass {
  background-position: 0      0;
}
.icon-music {
  background-position: -24px 0;
}
.icon-search {
  background-position: -48px 0;
}
.icon-envelope {
  background-position: -72px 0;
}
.icon-heart {
  background-position: -96px 0;
}
.icon-star {
  background-position: -120px 0;
}
.icon-star-empty {
  background-position: -144px 0;
}
.icon-user {
  background-position: -168px 0;
}
.icon-film {
  background-position: -192px 0;
}
.icon-th-large {
  background-position: -216px 0;
}
.icon-th {
  background-position: -240px 0;
}
.icon-th-list {
  background-position: -264px 0;
}
.icon-ok {
  background-position: -288px 0;
}
.icon-remove {
  background-position: -312px 0;
}
.icon-zoom-in {
  background-position: -336px 0;
}
.icon-zoom-out {
  background-position: -360px 0;
}
.icon-off {
  background-position: -384px 0;
}
.icon-signal {
  background-position: -408px 0;
}
.icon-cog {
  background-position: -432px 0;
}
.icon-trash {
  background-position: -456px 0;
}
.icon-home {
  background-position: 0 -24px;
}
.icon-file {
  background-position: -24px -24px;
}
.icon-time {
  background-position: -48px -24px;
}
.icon-road {
  background-position: -72px -24px;
}
.icon-download-alt {
  background-position: -96px -24px;
}
.icon-download {
  background-position: -120px -24px;
}
.icon-upload {
  background-position: -144px -24px;
}
.icon-inbox {
  background-position: -168px -24px;
}
.icon-play-circle {
  background-position: -192px -24px;
}
.icon-repeat {
  background-position: -216px -24px;
}
.icon-refresh {
  background-position: -240px -24px;
}
.icon-list-alt {
  background-position: -264px -24px;
}
.icon-lock {
  background-position: -287px -24px;
}
.icon-flag {
  background-position: -312px -24px;
}
.icon-headphones {
  background-position: -336px -24px;
}
.icon-volume-off {
  background-position: -360px -24px;
}
.icon-volume-down {
  background-position: -384px -24px;
}
.icon-volume-up {
  background-position: -408px -24px;
}
.icon-qrcode {
  background-position: -432px -24px;
}
.icon-barcode {
  background-position: -456px -24px;
}
.icon-tag {
  background-position: 0 -48px;
}
.icon-tags {
  background-position: -25px -48px;
}
.icon-book {
  background-position: -48px -48px;
}
.icon-bookmark {
  background-position: -72px -48px;
}
.icon-print {
  background-position: -96px -48px;
}
.icon-camera {
  background-position: -120px -48px;
}
.icon-font {
  background-position: -144px -48px;
}
.icon-bold {
  background-position: -167px -48px;
}
.icon-italic {
  background-position: -192px -48px;
}
.icon-text-height {
  background-position: -216px -48px;
}
.icon-text-width {
  background-position: -240px -48px;
}
.icon-align-left {
  background-position: -264px -48px;
}
.icon-align-center {
  background-position: -288px -48px;
}
.icon-align-right {
  background-position: -312px -48px;
}
.icon-align-justify {
  background-position: -336px -48px;
}
.icon-list {
  background-position: -360px -48px;
}
.icon-indent-left {
  background-position: -384px -48px;
}
.icon-indent-right {
  background-position: -408px -48px;
}
.icon-facetime-video {
  background-position: -432px -48px;
}
.icon-picture {
  background-position: -456px -48px;
}
.icon-pencil {
  background-position: 0 -72px;
}
.icon-map-marker {
  background-position: -24px -72px;
}
.icon-adjust {
  background-position: -48px -72px;
}
.icon-tint {
  background-position: -72px -72px;
}
.icon-edit {
  background-position: -96px -72px;
}
.icon-share {
  background-position: -120px -72px;
}
.icon-check {
  background-position: -144px -72px;
}
.icon-move {
  background-position: -168px -72px;
}
.icon-step-backward {
  background-position: -192px -72px;
}
.icon-fast-backward {
  background-position: -216px -72px;
}
.icon-backward {
  background-position: -240px -72px;
}
.icon-play {
  background-position: -264px -72px;
}
.icon-pause {
  background-position: -288px -72px;
}
.icon-stop {
  background-position: -312px -72px;
}
.icon-forward {
  background-position: -336px -72px;
}
.icon-fast-forward {
  background-position: -360px -72px;
}
.icon-step-forward {
  background-position: -384px -72px;
}
.icon-eject {
  background-position: -408px -72px;
}
.icon-chevron-left {
  background-position: -432px -72px;
}
.icon-chevron-right {
  background-position: -456px -72px;
}
.icon-plus-sign {
  background-position: 0 -96px;
}
.icon-minus-sign {
  background-position: -24px -96px;
}
.icon-remove-sign {
  background-position: -48px -96px;
}
.icon-ok-sign {
  background-position: -72px -96px;
}
.icon-question-sign {
  background-position: -96px -96px;
}
.icon-info-sign {
  background-position: -120px -96px;
}
.icon-screenshot {
  background-position: -144px -96px;
}
.icon-remove-circle {
  background-position: -168px -96px;
}
.icon-ok-circle {
  background-position: -192px -96px;
}
.icon-ban-circle {
  background-position: -216px -96px;
}
.icon-arrow-left {
  background-position: -240px -96px;
}
.icon-arrow-right {
  background-position: -264px -96px;
}
.icon-arrow-up {
  background-position: -289px -96px;
}
.icon-arrow-down {
  background-position: -312px -96px;
}
.icon-share-alt {
  background-position: -336px -96px;
}
.icon-resize-full {
  background-position: -360px -96px;
}
.icon-resize-small {
  background-position: -384px -96px;
}
.icon-plus {
  background-position: -408px -96px;
}
.icon-minus {
  background-position: -433px -96px;
}
.icon-asterisk {
  background-position: -456px -96px;
}
.icon-exclamation-sign {
  background-position: 0 -120px;
}
.icon-gift {
  background-position: -24px -120px;
}
.icon-leaf {
  background-position: -48px -120px;
}
.icon-fire {
  background-position: -72px -120px;
}
.icon-eye-open {
  background-position: -96px -120px;
}
.icon-eye-close {
  background-position: -120px -120px;
}
.icon-warning-sign {
  background-position: -144px -120px;
}
.icon-plane {
  background-position: -168px -120px;
}
.icon-calendar {
  background-position: -192px -120px;
}
.icon-random {
  background-position: -216px -120px;
  width: 16px;
}
.icon-comment {
  background-position: -240px -120px;
}
.icon-magnet {
  background-position: -264px -120px;
}
.icon-chevron-up {
  background-position: -288px -120px;
}
.icon-chevron-down {
  background-position: -313px -119px;
}
.icon-retweet {
  background-position: -336px -120px;
}
.icon-shopping-cart {
  background-position: -360px -120px;
}
.icon-folder-close {
  background-position: -384px -120px;
  width: 16px;
}
.icon-folder-open {
  background-position: -408px -120px;
  width: 16px;
}
.icon-resize-vertical {
  background-position: -432px -119px;
}
.icon-resize-horizontal {
  background-position: -456px -118px;
}
.icon-hdd {
  background-position: 0 -144px;
}
.icon-bullhorn {
  background-position: -24px -144px;
}
.icon-bell {
  background-position: -48px -144px;
}
.icon-certificate {
  background-position: -72px -144px;
}
.icon-thumbs-up {
  background-position: -96px -144px;
}
.icon-thumbs-down {
  background-position: -120px -144px;
}
.icon-hand-right {
  background-position: -144px -144px;
}
.icon-hand-left {
  background-position: -168px -144px;
}
.icon-hand-up {
  background-position: -192px -144px;
}
.icon-hand-down {
  background-position: -216px -144px;
}
.icon-circle-arrow-right {
  background-position: -240px -144px;
}
.icon-circle-arrow-left {
  background-position: -264px -144px;
}
.icon-circle-arrow-up {
  background-position: -288px -144px;
}
.icon-circle-arrow-down {
  background-position: -312px -144px;
}
.icon-globe {
  background-position: -336px -144px;
}
.icon-wrench {
  background-position: -360px -144px;
}
.icon-tasks {
  background-position: -384px -144px;
}
.icon-filter {
  background-position: -408px -144px;
}
.icon-briefcase {
  background-position: -432px -144px;
}
.icon-fullscreen {
  background-position: -456px -144px;
}
.dropup,
.dropdown {
  position: relative;
}
.dropdown-toggle {
  *margin-bottom: -3px;
}
.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 8px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  text-decoration: none;
  color: #fff;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #08c, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #08c, #0077b3);
  background-image: -o-linear-gradient(top, #08c, #0077b3);
  background-image: linear-gradient(to bottom, #08c, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #08c, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #08c, #0077b3);
  background-image: -o-linear-gradient(top, #08c, #0077b3);
  background-image: linear-gradient(to bottom, #08c, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: default;
}
.open {
  *z-index: 1000;
}
.open > .dropdown-menu {
  display: block;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
  -moz-border-radius: 5px 5px 5px 0;
  border-radius: 5px 5px 5px 0;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -moz-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
}
.collapse.in {
  height: auto;
}
.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 18px;
  color: #000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #ccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-large {
  padding: 11px 19px;
  font-size: 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 10.2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 0 6px;
  font-size: 9px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #08c, #0044cc);
  background-image: -o-linear-gradient(top, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}
.btn-warning {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #f89406;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}
.btn-danger {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #bd362f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #51a351;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
  *background-color: #499249;
}
.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}
.btn-info {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2f96b4;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}
.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}
.btn-inverse {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: -moz-linear-gradient(top, #444, #222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#222));
  background-image: -webkit-linear-gradient(top, #444, #222);
  background-image: -o-linear-gradient(top, #444, #222);
  background-image: linear-gradient(to bottom, #444, #222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222 #222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #222;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #08c;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #707070;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333;
  text-decoration: none;
}
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 9px;
  margin-bottom: 9px;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 12px;
}
.btn-group > .btn-mini {
  font-size: 9px;
}
.btn-group > .btn-small {
  font-size: 10.2px;
}
.btn-group > .btn-large {
  font-size: 15px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 18px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.alert,
.alert h4 {
  color: #c09853;
}
.alert h4 {
  margin: 0;
}
.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 18px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.alert-success h4 {
  color: #468847;
}
.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.alert-info h4 {
  color: #3a87ad;
}
.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}
.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}
.alert-block p + p {
  margin-top: 5px;
}
.nav {
  margin-left: 0;
  margin-bottom: 18px;
  list-style: none;
}
.nav > li > a {
  display: block;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li > a > img {
  max-width: none;
}
.nav > .pull-right {
  float: right;
}
.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 18px;
  color: #999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 0;
}
.nav-list > li > a,
.nav-list .nav-header {
  margin-left: -15px;
  margin-right: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
  padding: 3px 15px;
}
.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #08c;
}
.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}
.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 8px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.nav-tabs,
.nav-pills {
  *zoom: 1;
}
.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  content: "";
  line-height: 0;
}
.nav-tabs:after,
.nav-pills:after {
  clear: both;
}
.nav-tabs > li,
.nav-pills > li {
  float: left;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}
.nav-tabs {
  border-bottom: 1px solid #ddd;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 18px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #eee #eee #ddd;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #fff;
  background-color: #08c;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li > a {
  margin-right: 0;
}
.nav-tabs.nav-stacked {
  border-bottom: 0;
}
.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  border-color: #ddd;
  z-index: 2;
}
.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.nav .dropdown-toggle .caret {
  border-top-color: #08c;
  border-bottom-color: #08c;
  margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #707070;
  border-bottom-color: #707070;
}
/* move down carets for tabs */
.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}
.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #fff;
  background-color: #999;
  border-color: #999;
}
.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
  opacity: 1;
  filter: alpha(opacity=100);
}
.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999;
}
.tabbable {
  *zoom: 1;
}
.tabbable:before,
.tabbable:after {
  display: table;
  content: "";
  line-height: 0;
}
.tabbable:after {
  clear: both;
}
.tab-content {
  overflow: auto;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-bottom-color: transparent;
  border-top-color: #ddd;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eee #ddd #eee #eee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #fff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eee #eee #eee #ddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #fff;
}
.nav > .disabled > a {
  color: #999;
}
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 18px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.breadcrumb > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  text-shadow: 0 1px 0 #fff;
}
.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999;
}
.pagination {
  margin: 18px 0;
}
.pagination ul {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 18px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 15px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-left-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  border-bottom-right-radius: 3px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 10.2px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 9px;
}
.pager {
  margin: 18px 0;
  list-style: none;
  text-align: center;
  *zoom: 1;
}
.pager:before,
.pager:after {
  display: table;
  content: "";
  line-height: 0;
}
.pager:after {
  clear: both;
}
.pager li {
  display: inline;
}
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}
.pager .next > a,
.pager .next > span {
  float: right;
}
.pager .previous > a,
.pager .previous > span {
  float: left;
}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999;
  background-color: #fff;
  cursor: default;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  /* IE6-7 */
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}
.modal.fade {
  -webkit-transition: opacity .3s linear, top .3s ease-out;
  -moz-transition: opacity .3s linear, top .3s ease-out;
  -o-transition: opacity .3s linear, top .3s ease-out;
  transition: opacity .3s linear, top .3s ease-out;
  top: -25%;
}
.modal.fade.in {
  top: 10%;
}
.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}
.modal-header .close {
  margin-top: 2px;
}
.modal-header h3 {
  margin: 0;
  line-height: 30px;
}
.modal-body {
  position: relative;
  overflow-y: auto;
  max-height: 400px;
  padding: 15px;
}
.modal-form {
  margin-bottom: 0;
}
.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: inset 0 1px 0 #fff;
  -moz-box-shadow: inset 0 1px 0 #fff;
  box-shadow: inset 0 1px 0 #fff;
  *zoom: 1;
}
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  visibility: visible;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.popover-title:empty {
  display: none;
}
.popover-content {
  padding: 9px 14px;
}
.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover .arrow {
  border-width: 11px;
}
.popover .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right .arrow:after {
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left .arrow:after {
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}
.thumbnails {
  margin-left: -12px;
  list-style: none;
  *zoom: 1;
}
.thumbnails:before,
.thumbnails:after {
  display: table;
  content: "";
  line-height: 0;
}
.thumbnails:after {
  clear: both;
}
.row-fluid .thumbnails {
  margin-left: 0;
}
.thumbnails > li {
  float: left;
  margin-bottom: 18px;
  margin-left: 12px;
}
.thumbnail {
  display: block;
  padding: 4px;
  line-height: 18px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #08c;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}
.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #555;
}
.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}
.media,
.media .media {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}
.media-object {
  display: block;
}
.media-heading {
  margin: 0 0 5px;
}
.media > .pull-left {
  margin-right: 10px;
}
.media > .pull-right {
  margin-left: 10px;
}
.media-list {
  margin-left: 0;
  list-style: none;
}
.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 10.152px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999;
}
.label {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.label:empty,
.badge:empty {
  display: none;
}
a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.label-important,
.badge-important {
  background-color: #b94a48;
}
.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}
.label-warning,
.badge-warning {
  background-color: #f89406;
}
.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}
.label-success,
.badge-success {
  background-color: #468847;
}
.label-success[href],
.badge-success[href] {
  background-color: #356635;
}
.label-info,
.badge-info {
  background-color: #3a87ad;
}
.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}
.label-inverse,
.badge-inverse {
  background-color: #333;
}
.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}
.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-mini .label,
.btn-mini .badge {
  top: 0;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 18px;
  margin-bottom: 18px;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.progress .bar {
  width: 0%;
  height: 100%;
  color: #fff;
  float: left;
  font-size: 12px;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
  -moz-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  -moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
  box-shadow: inset 1px 0 0 rgba(0,0,0,.15), inset 0 -1px 0 rgba(0,0,0,.15);
}
.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}
.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}
.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}
.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}
.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.accordion {
  margin-bottom: 18px;
}
.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.accordion-heading {
  border-bottom: 0;
}
.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}
.accordion-toggle {
  cursor: pointer;
}
.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}
.carousel {
  position: relative;
  margin-bottom: 18px;
  line-height: 1;
}
.carousel-inner {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -moz-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background: #222;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  left: auto;
  right: 15px;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}
.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 15px;
  background: #333;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  color: #fff;
  line-height: 18px;
}
.carousel-caption h4 {
  margin: 0 0 5px;
}
.carousel-caption p {
  margin-bottom: 0;
}
.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 27px;
  color: inherit;
  background-color: #eee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  color: inherit;
  letter-spacing: -1px;
}
.hero-unit li {
  line-height: 27px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
/* third party components */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  zoom: 1;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*
 * jQuery UI Resizable 1.8.17
 */
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  z-index: 99999;
  display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
/*
 * jQuery UI Selectable 1.8.17
 */
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
/*
 * jQuery UI Accordion 1.8.17
 */
/* IE/Win - Fix animation bug - #4615 */
.ui-accordion {
  width: 100%;
}
.ui-accordion .ui-accordion-header {
  cursor: pointer;
  position: relative;
  margin-top: 1px;
  zoom: 1;
}
.ui-accordion .ui-accordion-li-fix {
  display: inline;
}
.ui-accordion .ui-accordion-header-active {
  border-bottom: 0 !important;
}
.ui-accordion .ui-accordion-header a {
  display: block;
  font-size: 1em;
  padding: .5em .5em .5em .7em;
}
.ui-accordion-icons .ui-accordion-header a {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  margin-top: -2px;
  position: relative;
  top: 1px;
  margin-bottom: 2px;
  overflow: auto;
  display: none;
  zoom: 1;
}
.ui-accordion .ui-accordion-content-active {
  display: block;
}
/*
 * jQuery UI Autocomplete 1.8.17
 */
.ui-autocomplete {
  position: absolute;
  cursor: default;
}
/* workarounds */
* html .ui-autocomplete {
  width: 1px;
}
/* without this, the menu expands to 100% in IE6 */
/*
 * jQuery UI Menu 1.8.17
 */
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  float: left;
}
.ui-menu .ui-menu {
  margin-top: -3px;
}
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: .2em .4em;
  line-height: 1.5;
  zoom: 1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}
/*
 * jQuery UI Button 1.8.17
 */
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-right: .1em;
  text-decoration: none !important;
  cursor: pointer;
  text-align: center;
  zoom: 1;
  overflow: visible;
}
/* the overflow property removes extra width in IE */
.ui-button-icon-only {
  width: 2.2em;
}
/* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only {
  width: 2.4em;
}
/* button elements seem to need a little more width */
.ui-button-icons-only {
  width: 3.4em;
}
button.ui-button-icons-only {
  width: 3.7em;
}
/*button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: 1.4;
}
.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em;
}
/*button icon element(s) */
.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;
}
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}
.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;
}
.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;
}
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}
/*button sets*/
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}
/* workarounds */
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* reset extra padding in Firefox */
/*
 * jQuery UI Dialog 1.8.17
 */
.ui-dialog {
  position: absolute;
  padding: .2em;
  width: 300px;
  overflow: hidden;
}
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 16px .1em 0;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 18px;
}
.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px;
}
.ui-dialog .ui-dialog-titlebar-close:hover,
.ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
  zoom: 1;
}
.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;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
/*
 * jQuery UI Slider 1.8.17
 */
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider-horizontal {
  height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
/*
 * jQuery UI Tabs 1.8.17
 */
.ui-tabs {
  position: relative;
  padding: .2em;
  zoom: 1;
}
/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 1px;
  margin: 0 .2em 1px 0;
  border-bottom: 0 !important;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  margin-bottom: 0;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text;
}
.ui-tabs .ui-tabs-nav li a,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer;
}
/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tabs .ui-tabs-hide {
  display: none !important;
}
/*
 * jQuery UI Datepicker 1.8.17
 */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.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;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.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;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0em;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  display: block;
  /*sorry for IE5*/
  position: absolute;
  /*must have*/
  z-index: -1;
  /*must have*/
  filter: mask();
  /*must have*/
  top: -4px;
  /*must have*/
  left: -4px;
  /*must have*/
  width: 200px;
  /*must have*/
  height: 200px;
  /*must have*/
}
/*
 * jQuery UI Progressbar 1.8.17
 */
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ls-container {
  visibility: hidden;
  position: relative;
}
.ls-lt-container {
  position: absolute;
}
.ls-lt-container,
.ls-lt-container * {
  text-align: left !important;
  direction: ltr !important;
}
.ls-container-fullscreen {
  margin: 0 auto !important;
  padding: 2% !important;
  background: black !important;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  border: none !important;
}
.ls-container-fullscreen .ls-thumbnail-wrapper,
.ls-container-fullscreen .ls-fullscreen,
.ls-container-fullscreen .ls-shadow {
  display: none !important;
}
.ls-overflow-hidden {
  overflow: hidden;
}
.ls-inner {
  position: relative;
  background-position: center center;
  z-index: 2;
  overflow: hidden;
}
.ls-loading-container {
  position: absolute !important;
  display: none;
  z-index: 3 !important;
  left: 50% !important;
  top: 50% !important;
}
.ls-loading-indicator {
  margin: 0 auto;
}
.ls-inner,
.ls-slide {
  width: 100%;
  height: 100%;
}
.ls-slide,
.ls-layer {
  position: absolute;
  display: none;
  background-position: center center;
  overflow: hidden;
}
.ls-active,
.ls-animating {
  display: block !important;
}
.ls-slide > * {
  position: absolute;
  line-height: normal;
  margin: 0;
  left: 0;
  top: 0;
}
.ls-slide .ls-bg {
  left: 0px;
  top: 0px;
  transform: none !important;
  -o-transform: none !important;
}
.ls-yourlogo {
  position: absolute;
  z-index: 99;
}
.ls-bar-timer {
  position: absolute;
  width: 0;
  height: 2px;
  background: white;
  border-bottom: 2px solid #555;
  opacity: .55;
  filter: alpha(opacity=55);
  z-index: 4;
  top: 0;
}
.ls-circle-timer {
  width: 16px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 4;
  opacity: .65;
  filter: alpha(opacity=65);
  display: none;
}
.ls-ct-half {
  background: white;
}
.ls-ct-center {
  background: #444;
}
.ls-ct-left,
.ls-ct-right {
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.ls-ct-left,
.ls-ct-right {
  float: left;
  position: relative;
}
.ls-ct-rotate {
  width: 200%;
  height: 100%;
  position: absolute;
  top: 0;
}
.ls-ct-left .ls-ct-rotate,
.ls-ct-right .ls-ct-hider,
.ls-ct-right .ls-ct-half {
  left: 0;
}
.ls-ct-right .ls-ct-rotate,
.ls-ct-left .ls-ct-hider,
.ls-ct-left .ls-ct-half {
  right: 0;
}
.ls-ct-hider,
.ls-ct-half {
  position: absolute;
  top: 0;
}
.ls-ct-hider {
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.ls-ct-half {
  width: 200%;
  height: 100%;
}
.ls-ct-center {
  width: 50%;
  height: 50%;
  left: 25%;
  top: 25%;
  position: absolute;
}
.ls-ct-half,
.ls-ct-center {
  border-radius: 100px;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
}
/* Navigation */
.ls-bottom-nav-wrapper {
  height: 0;
}
.ls-bottom-slidebuttons {
  text-align: left;
}
.ls-bottom-nav-wrapper,
.ls-below-thumbnails {
  z-index: 2;
  height: 0;
  position: relative;
  text-align: center;
  margin: 0 auto;
}
.ls-below-thumbnails {
  display: none;
  z-index: 6;
}
.ls-bottom-nav-wrapper a,
.ls-nav-prev,
.ls-nav-next {
  outline: none;
}
* .ls-bottom-nav-wrapper *,
* .ls-bottom-nav-wrapper span * {
  direction: ltr !important;
}
.ls-bottom-slidebuttons {
  position: relative;
  z-index: 1000;
}
.ls-bottom-slidebuttons,
.ls-nav-start,
.ls-nav-stop,
.ls-nav-sides {
  position: relative;
}
.ls-nothumb {
  text-align: center !important;
}
.ls-link {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  top: 0 !important;
  background-image: url("https://s1.mecca.com.au/image/mecca/asset/legacy/blank.gif");
}
.ls-slide > a > * {
  background-image: url("https://s1.mecca.com.au/image/mecca/asset/legacy/blank.gif");
}
/* Embedded videos */
.ls-vpcontainer {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.ls-videopreview {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.ls-playvideo {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
}
/* Thumbnails */
.ls-tn {
  display: none !important;
}
.ls-thumbnail-hover {
  display: none;
  position: absolute;
  left: 0;
}
.ls-thumbnail-hover-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
.ls-thumbnail-hover-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.ls-thumbnail-hover-img {
  position: absolute;
  overflow: hidden;
}
.ls-thumbnail-hover img {
  max-width: none !important;
  position: absolute;
  display: inline-block;
  visibility: visible !important;
  left: 50%;
  top: 0;
}
.ls-thumbnail-hover span {
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
}
.ls-thumbnail-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 4;
}
.ls-thumbnail {
  position: relative;
  margin: 0 auto;
}
.ls-thumbnail-inner,
.ls-thumbnail-slide-container {
  width: 100%;
}
.ls-thumbnail-slide-container {
  overflow: hidden !important;
  position: relative;
}
.ls-touchscroll {
  overflow-x: auto !important;
}
.ls-thumbnail-slide {
  text-align: center;
  white-space: nowrap;
  float: left;
  position: relative;
}
.ls-thumbnail-slide a {
  overflow: hidden;
  display: inline-block;
  width: 0;
  height: 0;
  position: relative;
}
.ls-thumbnail-slide img {
  max-width: none !important;
  max-height: 100% !important;
  height: 100%;
  visibility: visible !important;
}
.ls-shadow {
  display: none;
  position: absolute;
  z-index: 1;
  top: 100%;
  width: 100%;
  left: 0;
  overflow: hidden !important;
  visibility: hidden;
}
.ls-shadow img {
  width: 100% !important;
  height: auto !important;
  position: absolute !important;
  left: 0 !important;
  bottom: 0 !important;
}
.ls-bottom-nav-wrapper,
.ls-thumbnail-wrapper,
.ls-nav-prev,
.ls-nav-next {
  visibility: hidden;
}
/* WP plugin fullwidth */
.ls-wp-fullwidth-container {
  width: 100%;
  position: relative;
}
.ls-wp-fullwidth-helper {
  position: absolute;
}
/* 2D & 3D Layer Transitions */
.ls-overflow-hidden {
  overflow: hidden;
}
.ls-lt-tile {
  position: relative;
  float: left;
  perspective: 1000px;
  -o-perspective: 1000px;
}
.ls-lt-tile img {
  visibility: visible;
  display: inline-block;
}
.ls-curtiles {
  overflow: hidden;
}
.ls-curtiles,
.ls-nexttiles {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.ls-curtile,
.ls-nexttile {
  overflow: hidden;
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  backface-visibility: hidden;
  -o-backface-visibility: hidden;
}
.ls-curtile {
  left: 0;
  top: 0;
}
.ls-curtile img,
.ls-nexttile img {
  position: absolute;
  filter: inherit;
}
.ls-3d-container {
  position: relative;
  overflow: visible !important;
}
.ls-3d-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
}
.ls-3d-box div {
  overflow: hidden;
  background: #777;
  margin: 0;
  padding: 0;
  position: absolute;
}
/* Full screen */
.ls-fullscreen {
  position: absolute;
  z-index: 10;
  cursor: pointer;
  display: block;
}
/* Removing all default global styles of WordPress themes */
html * .ls-nav-prev,
html * .ls-nav-next,
html * .ls-container img,
html * .ls-bottom-nav-wrapper a,
html * .ls-container .ls-fullscreen,
body * .ls-nav-prev,
body * .ls-nav-next,
body * .ls-container img,
body * .ls-bottom-nav-wrapper a,
body * .ls-container .ls-fullscreen,
#ls-global * .ls-nav-prev,
#ls-global * .ls-nav-next,
#ls-global * .ls-container img,
#ls-global * .ls-bottom-nav-wrapper a,
#ls-global * .ls-container .ls-fullscreen,
html * .ls-thumbnail a,
body * .ls-thumbnail a,
#ls-global * .ls-thumbnail a {
  transition: none;
  -o-transition: none;
  line-height: normal;
  outline: none;
  padding: 0;
  border: 0;
}
html * .ls-slide > a,
body * .ls-slide > a,
#ls-global * .ls-slide > a,
html * .ls-slide > h1,
body * .ls-slide > h1,
#ls-global * .ls-slide > h1,
html * .ls-slide > h2,
body * .ls-slide > h2,
#ls-global * .ls-slide > h2,
html * .ls-slide > h3,
body * .ls-slide > h3,
#ls-global * .ls-slide > h3,
html * .ls-slide > h4,
body * .ls-slide > h4,
#ls-global * .ls-slide > h4,
html * .ls-slide > h5,
body * .ls-slide > h5,
#ls-global * .ls-slide > h5,
html * .ls-slide > p,
body * .ls-slide > p,
#ls-global * .ls-slide > p,
html * .ls-slide > div,
body * .ls-slide > div,
#ls-global * .ls-slide > div,
html * .ls-slide > span,
body * .ls-slide > span,
#ls-global * .ls-slide > span,
html * .ls-slide > *,
body * .ls-slide > *,
#ls-global * .ls-slide > * {
  transition: none;
  -o-transition: none;
}
html * .ls-slide > *,
body * .ls-slide > *,
#ls-global * .ls-slide > * {
  margin: 0;
}
html * .ls-container img,
body * .ls-container img,
#ls-global * .ls-container img {
  background: none !important;
  min-width: 0 !important;
  max-width: none !important;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  padding: 0;
}
/*html * .ls-thumbnail a img,
body * .ls-thumbnail a img,
#ls-global * .ls-thumbnail a img {
	min-width: 100% !important;
}
*/
html * .ls-wp-container .ls-slide > *,
body * .ls-wp-container .ls-slide > *,
#ls-global * .ls-wp-container .ls-slide > * {
  line-height: normal;
  outline: none;
  padding: 0;
  margin: 0;
  border: 0;
}
html * .ls-wp-container .ls-slide > a > *,
body * .ls-wp-container .ls-slide > a > *,
#ls-global * .ls-wp-container .ls-slide > a > * {
  margin: 0;
}
html * .ls-wp-container .ls-slide > a,
body * .ls-wp-container .ls-slide > a,
#ls-global * .ls-wp-container .ls-slide > a {
  text-decoration: none;
}
.ls-wp-fullwidth-container,
.ls-wp-fullwidth-helper,
.ls-container,
.ls-container * {
  box-sizing: content-box !important;
}
html * .ls-yourlogo,
body * .ls-yourlogo,
#ls-global * .ls-yourlogo {
  margin: 0;
}
html * .ls-tn,
body * .ls-tn,
#ls-global * .ls-tn {
  display: none;
}
.site {
  overflow: visible !important;
}
/* Style of LayerSlider Debug Console */
.ls-debug-console * {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  color: white !important;
  text-shadow: none !important;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, sans-serif !important;
  line-height: normal !important;
  -webkit-font-smoothing: antialiased !important;
  text-align: left !important;
  font-style: normal !important;
}
.ls-debug-console h1 {
  padding-top: 10px !important;
  font-size: 17px !important;
  font-weight: bold !important;
}
.ls-debug-console h1:first-child {
  padding-top: 0 !important;
}
.ls-debug-console ul {
  padding-top: 10px !important;
  list-style: none !important;
}
.ls-debug-console li {
  margin-left: 10px !important;
  font-size: 13px !important;
  position: relative !important;
  font-weight: normal !important;
}
html * .ls-debug-console li ul,
body * .ls-debug-console li ul,
#ls-global * .ls-debug-console li ul {
  display: none;
  width: 260px;
  left: -10px;
}
.ls-debug-console li ul {
  position: absolute !important;
  bottom: 100% !important;
  padding: 10px 10px 10px 0 !important;
  background: white !important;
  border-radius: 10px !important;
  box-shadow: 0 0 20px black !important;
}
html * .ls-debug-console li:hover ul,
body * .ls-debug-console li:hover ul,
#ls-global * .ls-debug-console li:hover ul {
  display: block;
}
.ls-debug-console li ul * {
  color: black !important;
}
.ls-debug-console a {
  text-decoration: none !important;
  border-bottom: 1px dotted white !important;
}
.ls-error {
  border-radius: 5px !important;
  background: white !important;
  height: auto !important;
  width: auto !important;
  color: white !important;
  padding: 20px 40px 30px 80px !important;
  position: relative !important;
  box-shadow: 0 2px 20px -5px black;
}
.ls-error p {
  line-height: normal !important;
  text-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  text-align: justify !important;
  font-family: Arial, sans-serif !important;
}
.ls-error .ls-error-title {
  line-height: 40px !important;
  color: red !important;
  font-weight: bold !important;
  font-size: 16px !important;
}
.ls-error .ls-error-text {
  color: #555 !important;
  font-weight: normal !important;
  font-size: 13px !important;
}
.ls-error .ls-exclam {
  width: 40px !important;
  height: 40px !important;
  position: absolute !important;
  left: 20px !important;
  top: 20px !important;
  border-radius: 50px !important;
  font-size: 30px !important;
  font-weight: bold !important;
  color: white !important;
  line-height: 40px !important;
  background: red !important;
  text-align: center !important;
}
/* GPU Hardware Acceleration */
html * .ls-container .ls-shadow,
html * .ls-container .ls-slide > *,
html * .ls-container .ls-fullscreen,
html * .ls-container .ls-3d-container,
html * .ls-container .ls-lt-container,
html * .ls-container .ls-lt-container *,
html * .ls-container .ls-thumbnail-wrapper,
html * .ls-container .ls-bottom-nav-wrapper,
body * .ls-container .ls-shadow,
body * .ls-container .ls-slide > *,
body * .ls-container .ls-fullscreen,
body * .ls-container .ls-3d-container,
body * .ls-container .ls-lt-container,
body * .ls-container .ls-lt-container *,
body * .ls-container .ls-thumbnail-wrapper,
body * .ls-container .ls-bottom-nav-wrapper,
#ls-global * .ls-container .ls-shadow,
#ls-global * .ls-container .ls-slide > *,
#ls-global * .ls-container .ls-fullscreen,
#ls-global * .ls-container .ls-3d-container,
#ls-global * .ls-container .ls-lt-container,
#ls-global * .ls-container .ls-lt-container *,
#ls-global * .ls-container .ls-thumbnail-wrapper,
#ls-global * .ls-container .ls-bottom-nav-wrapper,
.ls-gpuhack {
  transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.ls-videohack {
  transform: none !important;
  -o-transform: none !important;
  -ms-transform: none !important;
  -moz-transform: none !important;
  -webkit-transform: none !important;
  transform-origin: none !important;
  -o-transform-origin: none !important;
}
.ls-oldiepnghack {
  filter: none !important;
}
.ls-gpuhack {
  width: 100% !important;
  height: 100% !important;
  left: 0px !important;
  top: 0px !important;
}
html * .ls-container .ls-webkit-hack,
body * .ls-container .ls-webkit-hack,
#ls-global * .ls-container .ls-webkit-hack {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
/* GPU */
@media (transform-3d), (-o-transform-3d), (-ms-transform-3d), (-moz-transform-3d), (-webkit-transform-3d) {
  #ls-test3d {
    position: absolute;
    left: 9px;
    height: 3px;
  }
}
/* Mobile features */
.ls-forcehide {
  display: none !important;
}
/* Skins */
.ls-playvideo,
.ls-nav-sides,
.ls-bottom-slidebuttons a,
.ls-nav-prev,
.ls-nav-next,
.ls-nav-start,
.ls-nav-stop,
.ls-fullscreen,
.ls-loading-container {
  background-image: url("https://s1.mecca.com.au/image/mecca/asset/legacy/thirdparty/layerslider/skins/mecca/skin.png");
}
.ls-playvideo:hover,
.ls-vpcontainer:hover .ls-playvideo {
  background-position: -375px -150px;
}
.ls-nav-prev {
  background-position: 0px 0px;
}
.ls-nav-prev:hover {
  background-position: 0px -75px;
}
.ls-nav-next {
  background-position: -150px 0px;
}
.ls-nav-next:hover {
  background-position: -150px -75px;
}
.ls-nav-start {
  background-position: -300px 0px;
}
.ls-nav-start:hover,
.ls-nav-start-active {
  background-position: -300px -75px;
}
.ls-nav-stop {
  background-position: -450px 0px;
}
.ls-nav-stop:hover,
.ls-nav-stop-active {
  background-position: -450px -75px;
}
.ls-bottom-slidebuttons a {
  background-position: 0px -150px;
}
.ls-bottom-slidebuttons a.ls-nav-active,
.ls-bottom-slidebuttons a:hover {
  background-position: -75px -150px;
}
.ls-nav-sideleft {
  background-position: -150px -150px;
}
.ls-nav-sideright {
  background-position: -225px -150px;
}
.ls-nav-prev,
.ls-nav-next {
  width: 40px;
  height: 50px;
  z-index: 10000;
  top: 50%;
  margin-top: -25px;
  position: absolute;
}
.ls-nav-prev {
  left: 10px;
}
.ls-nav-next {
  right: 10px;
}
.ls-bottom-slidebuttons,
.ls-bottom-slidebuttons a,
.ls-nav-start,
.ls-nav-stop,
.ls-nav-sides {
  height: 20px;
}
.ls-bottom-slidebuttons,
.ls-bottom-slidebuttons a,
.ls-nav-start,
.ls-nav-stop,
.ls-nav-sides {
  display: inline-block;
}
.ls-bottom-slidebuttons,
.ls-nav-start,
.ls-nav-stop,
.ls-nav-sides {
  top: -30px;
}
.ls-nav-start,
.ls-nav-stop {
  width: 25px;
}
.ls-playvideo:hover,
.ls-vpcontainer:hover .ls-playvideo {
  background-position: -375px -150px;
}
.ls-nav-prev {
  background-position: 0px 0px;
}
.ls-nav-prev:hover {
  background-position: 0px -75px;
}
.ls-nav-next {
  background-position: -150px 0px;
}
.ls-nav-next:hover {
  background-position: -150px -75px;
}
.ls-nav-start {
  background-position: -300px 0px;
}
.ls-nav-start:hover,
.ls-nav-start-active {
  background-position: -300px -75px;
}
.ls-nav-stop {
  background-position: -450px 0px;
}
.ls-nav-stop:hover,
.ls-nav-stop-active {
  background-position: -450px -75px;
}
.ls-bottom-slidebuttons a {
  background-position: 0px -150px;
}
.ls-bottom-slidebuttons a.ls-nav-active,
.ls-bottom-slidebuttons a:hover {
  background-position: -75px -150px;
}
.ls-nav-sideleft {
  background-position: -150px -150px;
}
.ls-nav-sideright {
  background-position: -225px -150px;
}
.ls-nav-prev,
.ls-nav-next {
  width: 40px;
  height: 50px;
  z-index: 10000;
  top: 50%;
  margin-top: -25px;
  position: absolute;
}
.ls-nav-prev {
  left: 10px;
}
.ls-nav-next {
  right: 10px;
}
.ls-bottom-slidebuttons,
.ls-bottom-slidebuttons a,
.ls-nav-start,
.ls-nav-stop,
.ls-nav-sides {
  height: 20px;
}
.ls-bottom-slidebuttons,
.ls-bottom-slidebuttons a,
.ls-nav-start,
.ls-nav-stop,
.ls-nav-sides {
  display: inline-block;
}
.ls-bottom-slidebuttons,
.ls-nav-start,
.ls-nav-stop,
.ls-nav-sides {
  top: -30px;
}
.ls-nav-start,
.ls-nav-stop {
  width: 25px;
}
.ls-bottom-slidebuttons a {
  width: 20px;
}
.ls-nav-sides {
  width: 0px;
}
.ls-thumbnail-hover {
  bottom: 30px;
  padding: 2px;
  margin-left: 1px;
}
.ls-thumbnail-hover-bg {
  background: #eee;
}
.ls-thumbnail-hover span {
  border: 5px solid #eee;
  margin-left: -5px;
}
.ls-thumbnail {
  top: 10px;
}
.ls-thumbnail-inner {
  padding: 2px;
  margin-left: -2px;
  background: #fff;
}
.ls-thumbnail-slide a {
  margin-right: 2px;
}
.ls-nothumb {
  background: #eee;
}
.ls-loading-container {
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  background-position: -450px -150px;
}
.ls-loading-indicator {
  width: 22px;
  height: 22px;
  margin-top: 9px;
  /*background-image: url(@loading);*/
}
.ls-fullscreen {
  width: 30px;
  height: 30px;
  right: 10px;
  top: 10px;
  background-position: -525px -150px;
}
.ls-fullscreen:hover {
  background-position: -525px -190px;
}
.ls-bottom-slidebuttons a {
  width: 20px;
}
.ls-nav-sides {
  width: 0px;
}
.ls-thumbnail-hover {
  bottom: 30px;
  padding: 2px;
  margin-left: 1px;
}
.ls-thumbnail-hover-bg {
  background: #eee;
}
.ls-thumbnail-hover span {
  border: 5px solid #eee;
  margin-left: -5px;
}
.ls-thumbnail {
  top: 10px;
}
.ls-thumbnail-inner {
  padding: 2px;
  margin-left: -2px;
  background: #fff;
}
.ls-thumbnail-slide a {
  margin-right: 2px;
}
.ls-nothumb {
  background: #eee;
}
.ls-loading-container {
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  background-position: -450px -150px;
}
.ls-fullscreen {
  width: 30px;
  height: 30px;
  right: 10px;
  top: 10px;
  background-position: -525px -150px;
}
.ls-fullscreen:hover {
  background-position: -525px -190px;
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-nav-disabled,
.swiper-button-next.swiper-nav-disabled {
  display: none;
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal > .swiper-pagination {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
  margin: 0 5px;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
/* Cube */
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}
.swiper-container-cube.swiper-container-vertical .swiper-cube-shadow {
  z-index: 0;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 32px;
  height: 32px;
  background: url("https://s1.mecca.com.au/image/mecca/asset/legacy/loading.gif") no-repeat center;
  position: relative;
  left: 45%;
  top: 64px;
}
/* IMAGE LIGHTBOX SELECTOR */
#imagelightbox {
  cursor: pointer;
  position: fixed;
  z-index: 10000;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75);
  /* 50 */
  box-shadow: 0 0 3.125em rgba(0, 0, 0, 0.75);
  /* 50 */
}
/* ACTIVITY INDICATION */
#imagelightbox-loading,
#imagelightbox-loading div {
  border-radius: 50%;
}
#imagelightbox-loading {
  width: 2.5em;
  /* 40 */
  height: 2.5em;
  /* 40 */
  position: fixed;
  z-index: 10003;
  top: 50%;
  left: 50%;
  padding: 0.625em;
  /* 10 */
  background: url("https://s1.mecca.com.au/image/mecca/asset/legacy/loading.gif") no-repeat;
}
/* OVERLAY */
#imagelightbox-overlay {
  position: fixed;
  z-index: 9998;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
/* Zoom Hint */
#imagelightbox-hint {
  position: relative;
  top: -50px;
  left: 335px;
  background: url("https://s1.mecca.com.au/image/mecca/asset/legacy/icon-zoom.png") no-repeat;
  height: 48px;
  width: 48px;
}
#imagelightbox-hint:hover {
  cursor: pointer;
}
/* "CLOSE" BUTTON */
#imagelightbox-close {
  padding: 0;
  margin: 0;
  border: 0;
  position: fixed;
  z-index: 10002;
  background: url("https://s1.mecca.com.au/image/mecca/asset/legacy/icon-close-32.png") no-repeat;
  height: 32px;
  width: 32px;
}
/* CAPTION */
#imagelightbox-caption {
  text-align: center;
  color: #fff;
  background-color: #666;
  position: fixed;
  z-index: 10001;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.625em;
  /* 10 */
}
/* NAVIGATION */
#imagelightbox-nav {
  background-color: #444;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 20px;
  position: fixed;
  z-index: 10001;
  left: 50%;
  bottom: 3.75em;
  /* 60 */
  padding: 0.313em;
  /* 5 */
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#imagelightbox-nav button {
  width: 1em;
  /* 20 */
  height: 1em;
  /* 20 */
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 0 0.313em;
  /* 5 */
}
#imagelightbox-nav button.active {
  background-color: #fff;
}
/* ARROWS */
.imagelightbox-arrow {
  width: 3.75em;
  /* 60 */
  height: 7.5em;
  /* 120 */
  background-color: #444;
  background-color: rgba(0, 0, 0, 0.5);
  vertical-align: middle;
  display: none;
  position: fixed;
  z-index: 10001;
  top: 50%;
  margin-top: -3.75em;
  /* 60 */
}
.imagelightbox-arrow:hover,
.imagelightbox-arrow:focus {
  background-color: #666;
  background-color: rgba(0, 0, 0, 0.75);
}
.imagelightbox-arrow:active {
  background-color: #111;
}
.imagelightbox-arrow-left {
  left: 2.5em;
  /* 40 */
}
.imagelightbox-arrow-right {
  right: 2.5em;
  /* 40 */
}
.imagelightbox-arrow:before {
  width: 0;
  height: 0;
  border: 1em solid transparent;
  content: '';
  display: inline-block;
  margin-bottom: -0.125em;
  /* 2 */
}
.imagelightbox-arrow-left:before {
  border-left: none;
  border-right-color: #fff;
  margin-left: -0.313em;
  /* 5 */
}
.imagelightbox-arrow-right:before {
  border-right: none;
  border-left-color: #fff;
  margin-right: -0.313em;
  /* 5 */
}
#imagelightbox-loading,
#imagelightbox-close,
#imagelightbox-caption,
#imagelightbox-nav,
.imagelightbox-arrow {
  -webkit-animation: fade-in 0.25s linear;
  animation: fade-in 0.25s linear;
}
@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media only screen and (max-width: 660px) {
  #container {
    width: 100%;
  }
  #imagelightbox-close {
    top: 1.25em;
    /* 20 */
    right: 1.25em;
    /* 20 */
  }
  #imagelightbox-nav {
    bottom: 1.25em;
    /* 20 */
  }
  .imagelightbox-arrow {
    width: 2.5em;
    /* 40 */
    height: 3.75em;
    /* 60 */
    margin-top: -2.75em;
    /* 30 */
  }
  .imagelightbox-arrow-left {
    left: 1.25em;
    /* 20 */
  }
  .imagelightbox-arrow-right {
    right: 1.25em;
    /* 20 */
  }
}
@media only screen and (max-width: 320) {
  .imagelightbox-arrow-left {
    left: 0;
  }
  .imagelightbox-arrow-right {
    right: 0;
  }
}
.braintree-select-wrap {
  display: inline-block;
  margin: 0 0 0 2%;
  padding: 0;
  text-indent: 0;
  width: 362px;
}
.payment-method-braintree {
  position: relative;
}
.payment-method-braintree .error {
  color: #ff0000;
  line-height: 24px;
  margin-left: 27%;
  margin-top: -8px;
  min-height: 24px;
}
.payment-method-braintree .braintree-field-wrap {
  display: inline-block;
  height: 36px;
  margin: 0 0 0 2%;
  position: relative;
  width: 362px;
}
.payment-method-braintree .braintree-field-wrap select {
  width: 360px;
}
.payment-method-braintree .braintree-hosted-fields-iframe-container {
  border: 1px solid #aaaaaa;
  height: 34px;
  left: 0;
  padding: 0 5px;
  position: absolute;
  top: 0;
  width: 348px;
}
.payment-method-braintree .braintree-hosted-fields-ph {
  border: 1px solid #aaaaaa;
  color: #aaaaaa;
  cursor: default;
  height: 34px;
  left: 0;
  line-height: 34px;
  padding: 0 5px;
  position: absolute;
  top: 0;
  width: 348px;
}
.payment-method-braintree .braintree-text-input {
  border: 1px solid #aaaaaa;
  height: 34px;
  left: 0;
  position: absolute;
  top: 0;
  width: 358px;
}
.payment-method-braintree .braintree-text-input input {
  border: none;
  box-sizing: inherit;
  height: 34px;
  line-height: 34px;
  margin: 0;
  outline: none;
  padding: 0;
  padding: 0 5px;
  width: 348px;
}
.payment-method-braintree .braintree-hosted-fields-focused {
  box-shadow: 0px 0px 2px #ffdb4d;
}
.payment-method-braintree .braintree-hosted-fields-invalid {
  border-color: #ff0000;
}
.payment-method-braintree .braintree-hosted-fields-valid {
  border-color: #84bd00;
}
.payment-method-braintree #braintreePaymentMethodLoader {
  background: #ffffff 50% 40% url("https://s1.mecca.com.au/image/mecca/asset/legacy/thirdparty/braintree/braintree_paypal_checkout_btn.png") no-repeat;
  height: 100%;
  left: 0;
  opacity: 0.7;
  padding-bottom: 140px;
  position: absolute;
  top: -70px;
  width: 100%;
  z-index: 990;
}
.payment-method-braintree.braintree-allowed-save-card #braintreePaymentMethodLoader {
  padding-bottom: 210px;
  padding-bottom: 90px;
  top: 0;
}
.account-add-credit-card .braintree-hosted-fields-ph {
  display: none;
}
.account-add-credit-card #braintreeFormErrorContainer {
  color: #ff0000;
  line-height: 24px;
  margin-left: 27%;
  margin-top: -24px;
  min-height: 24px;
}
.braintree-cart-paypal-button {
  background: #ffffff url("https://s1.mecca.com.au/image/mecca/asset/legacy/thirdparty/braintree/braintree_paypal_checkout_btn.png") 0 0 no-repeat;
  cursor: pointer;
  float: left;
  height: 40px;
  overflow: hidden;
  text-indent: -5000px;
  width: 170px;
}
.braintree-cart-paypal-containter {
  cursor: pointer;
  float: left;
}
#braintreePaypalEditDefaultShippingAddress label.error {
  background: none;
  display: block;
  float: none;
  font-weight: normal;
  padding-left: 0;
  text-align: left;
  width: 100%;
}
#braintreePaypalEditDefaultShippingAddress select {
  height: 40px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}
h1,
h2 {
  font-family: 'ECB', sans-serif;
  overflow: hidden;
  font-weight: 800;
}
h1 {
  font-size: 1.75em;
  /* ~21px */
}
h2 {
  font-size: 1.417em;
  /* ~17px */
}
h3,
.h3 {
  font: normal 1.5em 'ECB', sans-serif;
  /* ~18px */
  font-weight: 600;
}
h4,
.h4 {
  font: normal 1.5em 'ECB', sans-serif;
  /* ~18px */
  letter-spacing: 0;
  font-weight: 600;
}
h5,
.h5 {
  font: normal 1.333em 'ECB', sans-serif;
  /* ~16px */
  font-weight: 600;
}
h6,
.h6 {
  font: normal 1.083em 'ECB', sans-serif;
  /* ~13px */
  font-weight: 600;
}
hr {
  clear: both;
}
.heading-line:before,
.heading-line:after {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 2px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.heading-line:before {
  margin-left: -50%;
  right: 20px;
}
.heading-line:after {
  left: 20px;
  margin-right: -50%;
}
h1.heading-line,
h2.heading-line,
h3.heading-line {
  text-align: center;
  font-size: 1.75em;
}
a {
  color: #000;
  overflow: hidden;
  outline: medium none;
  text-decoration: none;
  text-transform: uppercase;
}
a:hover {
  color: #000;
  text-decoration: underline;
}
a:active {
  outline: none;
}
a:focus {
  -moz-outline-style: none;
}
p a {
  color: #000;
  text-decoration: underline;
  text-transform: none;
}
p a:hover {
  color: #707070;
}
.caption {
  font-style: italic;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
.label {
  text-shadow: none;
}
menu,
ol,
ul {
  padding: 0;
}
ol,
ul,
li {
  list-style: none;
}
.product-name .name-link {
  font: normal 1em 'ECB', sans-serif;
  /* ~12px */
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 600;
}
form .caption {
  color: #707070;
  font-size: 0.917em;
  font-style: normal;
  text-align: right;
}
.product-sales-price,
.price-sales,
.price-total,
.standardprice,
.summary-price {
  color: #000;
  display: inline-block;
  font: bold 1.333em Arial, sans-serif;
  /* ~16px */
}
.price-standard,
.product-standard-price,
.price-unadjusted {
  color: #707070;
  display: inline-block;
  font-size: 0.917em;
  text-decoration: line-through;
}
.rrpprice-standard {
  display: inline-block;
  font: bold 1em Arial, sans-serif;
  color: #000000;
  text-decoration: line-through;
}
.rrpprice-sales {
  display: inline-block;
  font: bold 1em Arial, sans-serif;
  color: #f58e88;
}
.save-value {
  color: #707070;
  font: normal 11px Arial, sans-serif;
}
.promotion-label {
  color: #f58e88;
  font: normal 11px Arial, sans-serif;
  text-transform: uppercase;
}
.azo-bold {
  font-family: 'ECB', sans-serif;
  text-transform: uppercase;
  font-weight: 800;
}
.azo-medium {
  font-family: 'ECB', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
.azo-light {
  font-family: 'ECB', sans-serif;
  text-transform: uppercase;
  font-weight: 300;
}
.btn,
button.btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  font: normal 1.333em "ECB";
  font-weight: 600;
  height: 40px;
  letter-spacing: 1px;
  line-height: normal;
  vertical-align: top;
  text-shadow: none;
  text-transform: uppercase;
}
button.btn [class^="icon-"] {
  margin-top: 0;
}
.btn {
  line-height: 32px;
}
.btn [class^="icon-"] {
  margin-top: 5px;
}
.btn:focus {
  outline: none;
}
.btn.btn-secondary {
  background: #f58e88;
  border-color: #f58e88;
}
.btn.btn-secondary:hover {
  background: #df828a;
  border-color: #df828a;
}
.btn.btn-info {
  background: #fff;
  color: #000;
}
.button[disabled],
.btn.disabled,
.btn[disabled],
input[disabled],
.button[disabled]:hover,
.btn.disabled:hover,
.btn[disabled]:hover,
input[disabled]:hover {
  background: #cacaca;
  border-color: #cacaca;
  color: #fff;
  cursor: default;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#cart-table-sample button.btn[disabled],
.mini-cart-products button.btn[disabled],
.slide-store-results button.btn[disabled],
.mini-cart-paging button.btn[disabled],
.storelocator-search-result button.btn[disabled],
#cart-table-sample button.btn[disabled]:hover,
.mini-cart-products button.btn[disabled]:hover,
.slide-store-results button.btn[disabled]:hover,
.mini-cart-paging button.btn[disabled]:hover,
.storelocator-search-result button.btn[disabled]:hover {
  opacity: 0.2;
  filter: alpha(opacity=20);
  background: #fff;
  border-color: #000;
  color: #000;
}
.btn.btn-large {
  padding: 0;
  width: 270px;
}
.btn.btn-medium {
  padding: 0;
  width: 210px;
}
.btn,
button {
  width: 172px;
}
.btn.btn-small {
  width: 145px;
}
.btn.btn-mini {
  width: 50px;
}
.btn.btn-block {
  width: 100%;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn [class^="icon-"],
[class^="icon-"] {
  width: 15px;
  height: 18px;
  display: inline-block;
  vertical-align: top;
}
.btn:hover,
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
button.btn:hover {
  background: #707070;
  border-color: #707070;
  color: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
}
/* Targeting Firefox */
@-moz-document url-prefix() {
  .btn [class^="icon-"] {
    margin-top: 6px;
  }
  button.btn [class^="icon-"] {
    margin-top: 1px;
  }
}
@media (min--moz-device-pixel-ratio: 1.5) {
  .btn [class^="icon-"] {
    margin-top: 6px;
  }
  button.btn [class^="icon-"] {
    margin-top: 1px;
  }
}
/* Targeting IE */
.ext-ie button.btn [class^="icon-"] {
  margin-top: 1px;
}
/* Icon  */
.icon-top-arrow-dark {
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll 1px -488px;
}
.icon-right-arrow-dark {
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll 4px -508px;
  margin-left: 2px;
}
.icon-right-arrow-white {
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll 3px -550px;
}
.icon-left-arrow-dark {
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll -14px -508px;
}
.icon-cross {
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll 0 -149px;
}
.icon-heart-white {
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll -22px -53px;
}
.icon-heart-dark {
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll 0px -53px;
}
.icon-store-locator {
  width: 12px;
  height: 15px;
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll 0px 0px;
}
.icon-global-instore {
  width: 25px;
  height: 30px;
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/global-instore.svg") no-repeat scroll 0 0px;
}
.icon-info {
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll -21px 1px;
}
.icon-print {
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll -44px 1px;
  width: 19px;
}
.icon-minibag {
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll 0 -75px;
  margin: -1px 2px 0 0;
  width: 16px;
}
.icon-envelope {
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll 0 -127px;
  width: 18px;
}
.icon-beauty-loop {
  width: 32px;
  height: 23px;
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll 0 -24px;
  margin: -3px 0 0 5px;
  vertical-align: middle;
}
.icon-down-arrow-black-small {
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll 0 -433px;
}
.icon-right-arrow-black {
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll 0 -448px;
}
.icon-down-arrow-black {
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll -18px -430px;
}
.icon-personal-details {
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll -371px -11px;
}
.icon-addresses {
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll -368px -78px;
}
.icon-payment-settings {
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll -365px -137px;
}
.icon-beauty-loop-large {
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll -362px -193px;
}
.icon-wish-list {
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll -368px -254px;
}
.icon-orders {
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll -370px -312px;
}
.icon-down-arrow-black-large {
  width: 15px;
  height: 10px;
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll -18px -435px;
}
.icon-star {
  width: 13px;
  height: 12px;
  background: url("https://s1.mecca.com.au/image/mecca/asset/legacy/star-rate.png") no-repeat left top;
}
.icon-send {
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll -1px -129px;
}
.icon-bottom-arrow-dark {
  background: url("https://s1.mecca.com.au/image/mecca/asset/legacy/icon-arrow-down-black.png") no-repeat;
}
.icon-top-arrow-dark {
  background: url("https://s1.mecca.com.au/image/mecca/asset/legacy/icon-arrow-up-black.png") no-repeat;
}
.icon-top-small-arrow-dark {
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll 1px -488px;
}
.icon-facebook {
  width: 28px;
  height: 28px;
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll -1px -228px;
}
.icon-twitter {
  width: 28px;
  height: 28px;
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll -1px -265px;
}
.icon-instagram {
  width: 28px;
  height: 28px;
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll -1px -303px;
}
.icon-toggle-filter {
  width: 8px;
  height: 5px;
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll -1px -436px;
}
.icon-mobile-arrow-up {
  width: 30px;
  height: 30px;
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-responsive.png") no-repeat scroll -1px -190px;
}
.icon-mobile-arrow-down {
  width: 30px;
  height: 30px;
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-responsive.png") no-repeat scroll -33px -192px;
}
.icon-mobile-plus {
  width: 27px;
  height: 27px;
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-responsive.png") no-repeat scroll -4px -219px;
  background-color: #cacaca;
}
.icon-mobile-minus {
  width: 27px;
  height: 27px;
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-responsive.png") no-repeat scroll -36px -219px;
  background-color: #cacaca;
}
.icon-mobile-toggle-filter {
  width: 14px;
  height: 7px;
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll -19px -436px;
}
.icon-btn-play {
  width: 60px;
  height: 60px;
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/play-btn.png") no-repeat center center;
  position: absolute;
}
.slidercontainer {
  margin: 0 auto;
  width: 100%;
}
.new-home-product-cycler-container {
  width: 1250px;
  margin: 0 auto;
}
.contentHubContainer {
  width: 1280px;
  margin: 0 auto;
}
#secondary {
  margin-left: 0;
  /* because we using row-fluid, so we don't need it for the first span after row */
}
.visually-hidden {
  background-color: transparent;
  border: 0 none;
  font: 0/0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-shadow: none;
  width: 1px;
}
/* Override default bootstrap min-height to fix problem with content slot inside bootstrap span */
.row-fluid [class*="span"] {
  min-height: 1px;
}
.table thead th {
  background-color: #f1f1f1;
  font: normal 1.083em 'ECB', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.table th {
  padding: 7px;
}
.table tbody td {
  padding: 15px 7px;
}
.table tbody:before {
  content: "";
  display: block;
  height: 2px;
}
.table tbody td {
  border-top: 0 none;
  border-bottom: 1px solid #cacaca;
}
.table .name a {
  font: 1em 'ECB', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
.table .name .product-number {
  color: #9a9a9a;
  font: normal 0.917em Arial, sans-serif;
  text-transform: uppercase;
}
.table .item-price {
  font: bold 1.083em Arial, sans-serif;
  padding-bottom: 3px;
}
.table .pre-order {
  color: #ff0000;
  font: bold 0.917em Arial, sans-serif;
  text-transform: uppercase;
}
.table .instock-label,
.table .promotion-label {
  color: #f58e88;
  font: bold 0.917em Arial, sans-serif;
  text-transform: uppercase;
}
.table .back-instock {
  color: #9a9a9a;
  font: normal 0.917em Arial, sans-serif;
  text-transfrom: uppercase;
}
.table .edit-item {
  padding: 10px 0;
}
.table .add-to-wishlist,
.table .remove-item,
.table .edit-bag {
  padding: 5px 0;
}
.table .total-price {
  margin-right: 10px;
  text-align: right;
}
.table .total-price div {
  display: block;
}
.table .item-image {
  width: 83px;
}
.table .item-name {
  width: 160px;
}
.table .item-details {
  width: 230px;
}
/*
 * Styling for Form components
 * ------------------------------------------------------------------------------------------
 */
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #cacaca;
  height: 40px;
}
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: #000;
  outline: none;
}
select.error,
textarea.error,
input[type="text"].error,
input[type="password"].error,
input[type="datetime"].error,
input[type="datetime-local"].error,
input[type="date"].error,
input[type="month"].error,
input[type="time"].error,
input[type="week"].error,
input[type="number"].error,
input[type="email"].error,
input[type="url"].error,
input[type="search"].error,
input[type="tel"].error,
input[type="color"].error,
.uneditable-input.error {
  border-color: #ff0000;
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #000;
}
select {
  padding: 10px;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type="checkbox"],
input[type="radio"] {
  height: auto;
  margin: 0;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  margin: 0 10px 0 0;
}
textarea {
  height: 169px;
}
form span.error {
  color: #ff0000;
  display: block;
  font-size: 0.917em;
  text-align: right;
}
form span.error:before {
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll -18px -152px;
  width: 10px;
  height: 10px;
  content: "";
  display: inline-block;
  margin: 0 3px -1px 0;
}
.input-mini {
  width: 50px;
}
.input-small {
  width: 71px;
}
.input-medium {
  width: 155px;
}
.input-large {
  width: 312px;
}
.input-xlarge {
  width: 394px;
}
.input-xxlarge {
  width: 550px;
}
.form-horizontal [class*="input-"],
.form-inline [class*="input-"] {
  margin: 5px 0 5px 10px;
}
.form-horizontal [class*="input-"]:first-child,
.form-inline [class*="input-"]:first-child {
  margin-left: 0;
}
.form-horizontal .controls {
  margin-left: 160px;
}
.form-horizontal .controlsfullwidth {
  margin-left: 0px;
}
label,
.form-label-text,
.form-horizontal .control-label,
.form-inline .control-label {
  display: block;
  font: 12px Arial, sans-serif;
  float: left;
  margin: 5px 0;
  padding: 12px 0;
  text-align: left;
  width: 160px;
}
label em,
.form-label-text em,
.form-horizontal .control-label em,
.form-inline .control-label em,
label .required-indicator,
.form-label-text .required-indicator,
.form-horizontal .control-label .required-indicator,
.form-inline .control-label .required-indicator {
  color: #ff0000;
  font-size: 1.167em;
}
.label {
  display: inline;
}
label.checkbox {
  width: inherit;
}
.label-inline {
  position: relative;
}
.label-inline label {
  display: inline-block;
  float: none;
  font-size: 1em;
  font-weight: normal;
  text-align: left;
  width: 90%;
}
.label-inline label.checkbox {
  margin-left: 17px;
}
.label-inline div.checkbox {
  left: 0;
  margin: 5px 0;
  padding: 12px 0;
  position: absolute;
}
input.input-checkbox {
  margin: 3px 10px 0 0;
}
input[class^="input-checkbox"] {
  left: 0;
  position: absolute;
  top: 0;
}
.input-append {
  font-size: inherit;
  margin-bottom: inherit;
}
.input-append label {
  float: left;
}
.input-append [class*="input-"] {
  border-right-color: #000;
  float: left;
  margin: 5px 0;
}
.input-append .btn {
  float: left;
  margin: 5px 0 5px -1px;
}
.month select,
.year select,
.day select {
  margin: 0;
  width: auto;
}
.form-row {
  position: relative;
  clear: both;
  margin: 0 0 11px;
}
.form-row .edit-login-link {
  float: left;
  padding: 2px 0 0 10px;
}
.form-field-tooltip {
  float: right;
  margin: -36px 0 0;
  width: 163px;
}
.form-caption {
  display: block;
  margin: 5px 0 5px;
  width: auto;
}
.image-logo {
  position: absolute;
  right: 10px;
  top: 15px;
}
.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  color: #9a9a9a;
  font-size: 0.917em;
  margin: 0 0 5px;
  text-align: right;
}
.form-horizontal .control-group {
  margin: 0;
}
.form-horizontal .checkbox {
  padding-left: 0;
}
/* Custom checkbox style */
.custom-checkbox input {
  opacity: 0;
  filter: alpha(opacity=0);
  height: 0;
  left: -999999px;
  position: fixed;
}
.custom-checkbox label {
  display: block;
  font: normal 1em/1.5em Arial, sans-serif;
  min-height: 20px;
  padding-left: 30px;
  padding-top: 2px;
  position: relative;
}
.custom-checkbox label:hover {
  cusror: pointer;
}
.custom-checkbox label.checked:before {
  background-position: -386px -481px;
}
.custom-checkbox label:before {
  width: 20px;
  height: 20px;
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll -386px -441px;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
}
.custom-checkbox label.control-label {
  padding-left: 30px;
  padding-top: 2px;
}
.custom-checkbox label input[disabled] {
  opacity: 0;
  filter: alpha(opacity=0);
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}
/* pagination */
/* ------------------------------------- */
.pagination {
  float: right;
}
.pagination ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  float: right;
}
.pagination ul > li {
  display: inline;
  float: left;
  list-style: none;
}
.pagination ul > li > a,
.pagination ul > li > span {
  border: 0 none;
  float: left;
}
.pagination ul > li > a,
.pagination .current-page {
  font: normal 1.063em 'ECB', sans-serif;
  font-weight: 600;
  margin: 0 3px;
  padding: 2px 7px;
}
.pagination ul > li > a:hover,
.pagination ul > .active > a,
.pagination ul > .active > span,
.pagination .current-page {
  background-color: #9a9a9a;
  color: #fff;
}
.ext-mac .pagination ul > li > a:hover {
  background-color: #fff;
  color: #000;
}
.pagination ul > li > a:focus {
  outline: 0 none;
}
.pagination .page-first {
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll 2px -468px;
  text-indent: -9999em;
}
.pagination .page-previous {
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll -18px -468px;
  text-indent: -9999em;
}
.pagination .page-next {
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll 6px -447px;
  text-indent: -9999em;
}
.pagination .page-last {
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll -13px -447px;
  text-indent: -9999em;
}
.pagination .page-first,
.pagination .page-previous,
.pagination .page-next,
.pagination .page-last {
  margin: 0 2px;
  padding: 2px 9px;
}
.pagination .page-first:hover,
.pagination .page-previous:hover,
.pagination .page-next:hover,
.pagination .page-last:hover {
  background-color: initial;
  color: #000;
}
.pagination .results-hits {
  float: right;
  margin-right: 15px;
  padding: 2px 0 1px;
}
.pagination .results-hits .toggle-grid {
  display: none;
}
.pagination ul > li:first-child > span,
.pagination ul > li:first-child > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.pagination ul > li:last-child > span,
.pagination ul > li:last-child > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
/* breadcrumb
/* ------------------------------------- */
.breadcrumb {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: none;
  font: normal 0.938em Arial, sans-serif;
  margin: 0;
  padding: 12px 0 20px;
}
.breadcrumb > li {
  line-height: normal;
}
.breadcrumb .breadcrumb-no-result a {
  color: #000;
}
.breadcrumb a {
  color: #9a9a9a;
  text-transform: none;
  text-decoration: none!important;
}
.breadcrumb a:hover {
  color: #000;
  text-decoration: underline!important;
}
.breadcrumb a.breadcrumb-last {
  color: #000;
}
.breadcrumb span {
  text-transform: none;
}
.breadcrumb span a {
  color: #000;
  text-transform: none;
}
.breadcrumb-result-text.last,
.breadcrumb-result-text.last + .breadcrumb-last {
  color: #9a9a9a;
}
.breadcrumb-result-text.last:hover,
.breadcrumb-result-text.last + .breadcrumb-last:hover {
  color: #000;
  text-decoration: underline;
}
.breadcrumb .breadcrumb-relax {
  width: 10px;
  height: 10px;
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll -37px -152px;
  display: inline-block;
}
.breadcrumb .breadcrumb-relax:hover {
  text-decoration: none;
}
.breadcrumb .breadcrumb-relax img {
  display: none;
}
.breadcrumb .divider {
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll 4px -573px;
  display: inline-block;
  padding: 0 8px;
  text-indent: -999em;
}
.breadcrumb > li > .divider {
  background-position-y: -573px;
  line-height: normal;
  padding: 0 8px;
}
.breadcrumb .paging-current-page {
  font-size: 0.917em;
}
.breadcrumb > li:first-child a {
  padding-left: 0;
}
.breadcrumb > li a {
  padding-left: 7px;
}
.breadcrumb > li a.searchphraselink {
  padding-left: 0;
}
/* 
 * Styling for common components that can be re-used on any page of the website
 * -----------------------------------------------------------------------------
 */
ul.menu {
  float: left;
  margin: 0;
  padding: 0;
}
ul.menu li {
  float: left;
  list-style: none outside none !important;
}
.visually-hidden {
  border: 0 none;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.content-asset p {
  margin: 15px 0;
}
.content-asset ul {
  line-height: 1.6em;
  margin: 15px 0;
  padding: 0 20px;
}
.content-asset ol {
  line-height: 1.6em;
  margin: 15px 0;
  padding: 0 20px;
}
.content-asset address {
  margin: 15px 0;
}
.content-asset ul li {
  list-style: square outside none;
}
.content-asset ol li {
  list-style: decimal outside none;
}
.content-slot img {
  height: auto;
  max-width: 100%;
}
/* Images */
.primary-image {
  max-width: 100%;
}
.panel01 {
  background-color: #f1f1f1;
  padding: 30px 40px;
}
.panel02 {
  background-color: #eed8d3;
  padding: 30px 40px;
}
/* Geo detection dialog */
.ui-dialog[aria-labelledby="ui-dialog-title-geodetection-dialog"] {
  margin-left: -237px;
  padding: 39px 45px 35px 37px;
}
.ui-dialog[aria-labelledby="ui-dialog-title-geodetection-dialog"] #geodetection-dialog {
  padding: 0;
  text-align: center;
}
.ui-dialog[aria-labelledby="ui-dialog-title-geodetection-dialog"] .ui-dialog-titlebar {
  padding: 0;
}
.ui-dialog[aria-labelledby="ui-dialog-title-geodetection-dialog"] .ui-dialog-titlebar .ui-dialog-title {
  display: none;
}
.ui-dialog[aria-labelledby="ui-dialog-title-geodetection-dialog"] .message {
  padding-top: 7px;
}
.ui-dialog[aria-labelledby="ui-dialog-title-geodetection-dialog"] .message p {
  font-size: 1.063em;
  margin-bottom: 0;
  margin-top: 13px;
}
.ui-dialog[aria-labelledby="ui-dialog-title-geodetection-dialog"] .message .warning {
  font-family: 'ECB', sans-serif;
  letter-spacing: 1px;
  line-height: 1.45em;
  text-transform: uppercase;
  font-weight: 800;
}
.ui-dialog[aria-labelledby="ui-dialog-title-geodetection-dialog"] .message .soften {
  display: none;
}
.ui-dialog[aria-labelledby="ui-dialog-title-geodetection-dialog"] .message .restriction {
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}
.ui-dialog[aria-labelledby="ui-dialog-title-geodetection-dialog"] .control-group {
  margin-bottom: 0;
}
.ui-dialog[aria-labelledby="ui-dialog-title-geodetection-dialog"] .control-group .form-row {
  margin-bottom: 0;
}
.ui-dialog[aria-labelledby="ui-dialog-title-geodetection-dialog"] .control-group #btnRedirect {
  height: auto;
  margin-top: 24px;
}
.ui-dialog[aria-labelledby="ui-dialog-title-geodetection-dialog"] .control-group #btnStayOnSite {
  display: block;
  margin-top: 31px;
}
/* jquery ui lightbox */
/* ------------------------------------- */
.ui-widget-content {
  background: #fff;
  max-width: 100%;
  padding: 40px 30px;
}
.ui-dialog {
  left: 50% !important;
}
.ui-dialog[aria-labelledby="ui-dialog-title-send-to-friend-dialog"] {
  margin-left: -276px !important;
}
.ui-dialog[aria-labelledby="ui-dialog-title-dialog-container"].ForgotPasswordDialog {
  margin-left: -186px !important;
}
.ui-dialog[aria-labelledby="ui-dialog-title-dialog-container"].ForgotPasswordDialog .ui-dialog-titlebar-close {
  right: -20px;
}
.ui-dialog[aria-labelledby="ui-dialog-title-dialog-container"],
.ui-dialog[aria-labelledby="ui-dialog-title-add-address-dialog"],
.ui-dialog[aria-labelledby*="ui-dialog-title-edit-address-dialog"] {
  height: auto !important;
  /* overwrite plugin iframe height size */
  margin-left: -273px !important;
}
.ui-dialog[aria-labelledby="ui-dialog-title-add-address-dialog"] .ui-dialog-content {
  height: 630px !important;
}
.ui-dialog[aria-labelledby*="ui-dialog-title-edit-address-dialog"] .ui-dialog-content {
  height: 655px !important;
}
.ui-dialog[aria-labelledby="ui-dialog-title-add-credit-card-dialog"] {
  margin-left: -276px !important;
}
.ui-dialog .ui-dialog-titlebar-close {
  margin: 0;
  padding: 0;
  right: -7px;
  top: -20px;
  width: 65px;
}
.ui-icon {
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll 47px -149px;
  font: normal 12px Arial, sans-serif;
  text-indent: 0;
}
.ui-widget-overlay {
  opacity: 0.4;
  filter: alpha(opacity=40);
  background: #000;
}
.slider-range {
  background: none repeat #cacaca;
  height: 1px;
  margin: 0 auto 14px auto;
  padding: 0;
  width: 95%;
}
.slider-range .ui-slider-range {
  background: #f58e88;
}
.slider-range .ui-slider-handle {
  background: none repeat #f58e88;
  border-radius: 100%;
  cursor: default;
  height: 11px;
  margin-left: -0.4em;
  outline: none;
  position: absolute;
  top: -5px;
  width: 11px;
  z-index: 2;
}
#currentMax {
  float: right;
}
/* Swiper */
.swiper-wrapper {
  margin: 0 auto;
}
/* Loader */
.js .loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.js .loader-indicator {
  z-index: 100;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  height: 64px;
  background: url("https://s1.mecca.com.au/image/mecca/asset/legacy/loading.gif") no-repeat;
}
.js .loader-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.7;
}
/* tabs label */
/* ------------------------------------- */
.tab-content {
  overflow: inherit;
}
.ui-tabs-nav {
  border: 0 none;
  height: 40px;
  margin-bottom: 0;
}
.ui-tabs-nav > li {
  background-color: #f1f1f1;
  border: 1px solid #9a9a9a;
  border-bottom-color: #000;
  margin-left: -1px;
  position: relative;
  z-index: 0;
}
.ui-tabs-nav > li:first-child {
  margin-left: 0;
}
.ui-tabs-nav > li.active {
  z-index: 1;
}
.ui-tabs-nav > li.active:after {
  width: 16px;
  height: 10px;
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll 0 -341px;
  content: "";
  left: 50%;
  margin-left: -8px;
  position: absolute;
}
.ui-tabs-nav > li .nav-tab {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 none;
  font: normal 1.313em 'ECB', sans-serif;
  letter-spacing: 0.8px;
  text-align: center;
  font-weight: 600;
}
.ui-tabs-nav > li .nav-tab:hover {
  background-color: #fff;
}
.nav-tabs > li > a,
.nav-pills > li > a {
  margin-right: 0;
}
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  background-color: #fff;
  border: 0 none;
  color: #000;
}
.ui-tabs-nav li.active {
  background-color: #fff;
  border: 1px solid #000;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
  margin: 0;
}
.product-tabs > .tab-content {
  padding: 20px 5px;
}
.product-tabs > .tab-content .ui-widget-content {
  padding: 0;
}
.product-tabs .tab-content ul li {
  list-style: initial;
}
.product-tabs > .tab-content.learn-pane {
  padding: 0;
}
.template-placeholder {
  background-color: #fff;
  min-height: 30px;
}
.template-placeholder .placeholder-text {
  margin-bottom: 0;
  padding: 10px;
  text-align: center;
}
/* For displayliproduct.isml template */
.info-item .product-brand,
.order-items .product-brand,
.product-list-item .product-brand {
  display: block;
  font: 1em/1.2em 'ECB', sans-serif;
  text-transform: uppercase;
  padding-bottom: 1px;
  font-weight: 800;
}
.info-item .product-name,
.order-items .product-name,
.product-list-item .product-name {
  display: block;
  font: 1em/1.2em 'ECB', sans-serif;
  text-transform: none;
  font-weight: 600;
}
/* Video modal dialog */
.modal-video {
  top: 15%;
  position: absolute!important;
  background: none !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-background-clip: none !important;
  margin: 0 !important;
  width: 75% !important;
  left: 15%!important;
}
.modal-video .modal-header {
  padding: 0 !important;
  border: none !important;
}
.modal-video .modal-body {
  max-height: none !important;
  padding: 10px !important;
  overflow: hidden !important;
}
.modal-video button.close {
  width: initial !important;
  width: auto !important;
  opacity: 1 !important;
  position: relative;
  left: -30px;
  top: -8px;
  z-index: 9999;
}
/* Add product confirmation dialog */
.modal-add-product-confirmation {
  border: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-background-clip: none !important;
  margin: 0 !important;
  width: 30% !important;
  left: 35% !important;
}
.modal-add-product-confirmation .modal-header {
  padding: 0 15px !important;
}
.modal-add-product-confirmation .modal-body {
  max-height: none !important;
  overflow: initial !important;
  width: 100% !important;
  padding: 0 15px 15px 15px !important;
}
.modal-add-product-confirmation .modal-body .image-col {
  text-align: center;
  width: 45% !important;
  padding-top: 20px;
}
.modal-add-product-confirmation .modal-body .variation-col {
  width: 45% !important;
  padding-top: 20px;
}
.modal-add-product-confirmation .modal-body .variation-col span {
  display: block;
  clear: both;
  text-transform: uppercase;
  font-size: 1.4em;
  padding: 5px 0;
}
.modal-add-product-confirmation .modal-body .variation-col .panel01 {
  padding: 5px !important;
}
.modal-add-product-confirmation .modal-body .variation-col .cart-promo-approaching {
  background-color: #f1f1f1;
  padding: 5px;
  text-align: center;
  font-size: larger;
}
.modal-add-product-confirmation .modal-body .variation-col .variation-label {
  color: #9a9a9a;
  padding-bottom: 0;
}
.modal-add-product-confirmation .modal-body .variation-col .brand-name {
  font-weight: bold;
  padding: 0;
}
.modal-add-product-confirmation .modal-body .variation-col .product-name {
  padding-bottom: 10px;
  text-transform: none;
}
.modal-add-product-confirmation .modal-footer {
  background: none !important;
}
.modal-add-product-confirmation .modal-footer .buttons {
  border-top: 1px solid #cacaca;
}
.modal-add-product-confirmation .modal-footer .btn {
  text-align: center;
  width: 45% !important;
  margin: 0 10px;
  width: inherit;
}
.modal-add-product-confirmation button.close {
  width: initial !important;
  width: auto !important;
  opacity: 1 !important;
  position: relative;
  left: 27px;
  top: -60px;
  z-index: 9999;
}
/* Icons */
.icon-close-64 {
  background: url("https://s1.mecca.com.au/image/mecca/asset/legacy/icon-close-64.png") no-repeat;
  height: 64px;
  width: 64px;
}
.icon-close-48 {
  background: url("https://s1.mecca.com.au/image/mecca/asset/legacy/icon-close-48.png") no-repeat;
  height: 48px;
  width: 48px;
}
.icon-close-32 {
  background: url("https://s1.mecca.com.au/image/mecca/asset/legacy/icon-close-32.png") no-repeat;
  height: 32px;
  width: 32px;
}
.icon-close-16 {
  background: url("https://s1.mecca.com.au/image/mecca/asset/legacy/icon-close-16.png") no-repeat;
  height: 16px;
  width: 16px;
}
.recaptcha-container {
  padding: 0 0 20px 30px;
  float: right;
}
/* base tool tip */
/* ------------------------------------- */
.tooltip {
  cursor: help;
  position: relative;
}
.tooltip .tooltip-content {
  background: #000;
  color: #fff;
  display: none;
  font-size: 12px;
  font-style: normal;
  left: 100%;
  max-width: 300px;
  min-width: 200px;
  opacity: 0;
  padding: 1em;
  position: absolute;
  text-decoration: none;
  top: 100%;
  visibility: hidden;
  z-index: 10;
}
.tooltip:hover .tooltip-content {
  display: block;
  opacity: 1;
  overflow: visible;
  visibility: visible;
}
.js .tooltip-content {
  display: none !important;
}
#tooltip {
  background: #000;
  border: none !important;
  opacity: 0.95;
  padding: 0 !important;
  position: absolute;
  z-index: 3000;
}
#tooltip .small {
  width: 300px;
}
#tooltip .medium {
  width: 500px;
}
#tooltip .recommendation-tooltip-header {
  background: none repeat scroll 0 0 #ccc;
  font-size: 1.2em;
  font-weight: bold;
  padding: 10px;
}
#tooltip .recommendation-tooltip-description {
  padding: 10px;
}
#tooltip .recommendation-tooltip-attributes {
  padding: 10px;
}
/* custom components */
/* Override Addthis style */
.addthis_button_google_plusone,
.addthis_button_pinterest_pinit {
  height: 20px;
}
.google_plusone_iframe_widget {
  width: 32px!important;
}
@media (max-width: 680px) {
  #at3win {
    width: 100% !important;
  }
  #at3win #at3winheader h3 {
    padding-right: 70px !important;
  }
}
@media (max-width: 370px) {
  #at3win #at3winheader h3 {
    font-size: 12px !important;
  }
}
/* product listing / Category Landing page */
/* ------------------------------------- */
/* Refinement by category */
.refinements {
  border-bottom: 1px solid #000;
  margin-bottom: 30px;
}
.refinements .down-arrow-black-small {
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll 0 -430px;
  width: 20px;
  height: 12px;
  left: 0;
  position: absolute;
  top: 17px;
}
.refinements .expanded .down-arrow-black-small {
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll 0px -415px;
  top: 19px;
}
.refinements .refinement-header {
  border-bottom: 1px solid #000;
  border-top: 2px solid #000;
  display: block;
  font: normal 1.313em/1.313em 'ECB', sans-serif;
  letter-spacing: 1.5px;
  margin: 0;
  padding: 16px 0;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
}
.refinements .refinement-header .down-arrow-black-large {
  width: 15px;
  height: 10px;
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll -18px -435px;
  display: none;
  margin: 20px 15px 0 0;
}
.refinements .refinement-header.no-category-refinement {
  border-bottom: none;
}
.refinements .refineby {
  border-bottom: none;
  margin-top: 9px;
  padding-bottom: 8px;
}
.refinements .refinement {
  border-bottom: 1px solid #000;
  padding: 17px 0 8px 0;
  position: relative;
}
.refinements .refinement h3 {
  clear: none;
  cursor: pointer;
  font: normal 1.167em/1.125em 'ECB', sans-serif;
  letter-spacing: 0.9px;
  margin: 0;
  padding: 2px 0 10px 20px;
  width: auto;
  word-wrap: break-word;
  font-weight: 600;
}
.refinements .refinement h3.show-clear-filter {
  clear: both;
}
.refinements .refinement h3.show-clear-filter .down-arrow-black-small {
  top: 37px;
}
.refinements .refinement h3.show-clear-filter.expanded .down-arrow-black-small {
  top: 39px;
}
.refinements .refinement.no-category-refinement {
  padding-top: 0;
}
.refinements .refinement .refineby.no-category-refinement {
  margin-top: 0;
}
.refinements .refinement .refinement-items {
  overflow: hidden;
}
.refinements .refinement ul {
  margin: 0;
}
.refinements .refinement ul.scrollable {
  overflow-y: auto;
  overflow-x: hidden;
}
.refinements .refinement ul.collapsible {
  overflow: hidden;
}
.refinements .refinement ul > li .refinement-link {
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll -386px -434px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #000;
  display: block;
  font: normal 1em/32px Arial, sans-serif;
  line-height: 20px;
  padding: 9px 0 7px 30px;
  text-transform: none;
}
.refinements .refinement ul > li .refinement-link .hit {
  color: #9a9a9a;
  font-size: 0.938em;
  margin-left: 8px;
}
.refinements .refinement ul > li .refinement-link:hover {
  text-decoration: none;
}
.refinements .refinement ul > li .refinement-link:active,
.refinements .refinement ul > li.selected .refinement-link {
  background-position: -386px -474px;
}
.refinements .refinement ul > li.unselectable .refinement-link,
.refinements .refinement ul > li.unselectable .refinement-link:hover {
  background: url("https://s1.mecca.com.au/image/mecca/asset/legacy/refinement-unselectable.png") no-repeat 0 7px;
  color: #9a9a9a;
  text-decoration: none;
}
.refinements .refinement ul.COLOUR {
  padding-top: 5px;
}
.refinements .refinement ul.COLOUR li,
.refinements .refinement ul.COLOUR .unselectable {
  float: left;
  padding: 0;
}
.refinements .refinement ul.COLOUR li a,
.refinements .refinement ul.COLOUR .unselectable a {
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 15px 15px 0;
  padding: 0;
  text-indent: -999em;
}
.refinements .refinement ul.COLOUR li a span,
.refinements .refinement ul.COLOUR .unselectable a span {
  display: none;
}
.refinements .refinement ul.COLOUR li a.refinement-link,
.refinements .refinement ul.COLOUR .unselectable a.refinement-link {
  background-image: none;
}
.refinements .refinement ul.COLOUR li.swatch-black a,
.refinements .refinement ul.COLOUR .unselectable.swatch-black a {
  background: #000000;
}
.refinements .refinement ul.COLOUR li.swatch-blue a,
.refinements .refinement ul.COLOUR .unselectable.swatch-blue a {
  background: #0441A4;
}
.refinements .refinement ul.COLOUR li.swatch-brown a,
.refinements .refinement ul.COLOUR .unselectable.swatch-brown a {
  background: #996633;
}
.refinements .refinement ul.COLOUR li.swatch-green a,
.refinements .refinement ul.COLOUR .unselectable.swatch-green a {
  background: #039348;
}
.refinements .refinement ul.COLOUR li.swatch-grey a,
.refinements .refinement ul.COLOUR .unselectable.swatch-grey a {
  background: #A6A6A6;
}
.refinements .refinement ul.COLOUR li.swatch-neutral a,
.refinements .refinement ul.COLOUR .unselectable.swatch-neutral a {
  background: #F3E0BF;
}
.refinements .refinement ul.COLOUR li.swatch-pink a,
.refinements .refinement ul.COLOUR .unselectable.swatch-pink a {
  background: #FF3FBF;
}
.refinements .refinement ul.COLOUR li.swatch-plum a,
.refinements .refinement ul.COLOUR .unselectable.swatch-plum a {
  background: #9E004F;
}
.refinements .refinement ul.COLOUR li.swatch-purple a,
.refinements .refinement ul.COLOUR .unselectable.swatch-purple a {
  background: #8F57FF;
}
.refinements .refinement ul.COLOUR li.swatch-red a,
.refinements .refinement ul.COLOUR .unselectable.swatch-red a {
  background: #FF0000;
}
.refinements .refinement ul.COLOUR li.swatch-yellow a,
.refinements .refinement ul.COLOUR .unselectable.swatch-yellow a {
  background-color: #FFFF00;
}
.refinements .refinement ul.COLOUR li.swatch-multicolor a,
.refinements .refinement ul.COLOUR .unselectable.swatch-multicolor a,
.refinements .refinement ul.COLOUR li.swatch-miscellaneous a,
.refinements .refinement ul.COLOUR .unselectable.swatch-miscellaneous a {
  background: url("https://s1.mecca.com.au/image/mecca/asset/legacy/icon-color-swatch-misc.png") no-repeat scroll left top transparent;
}
.refinements .refinement ul.COLOUR li.selected a,
.refinements .refinement ul.COLOUR .unselectable.selected a {
  border: 2px solid #000;
}
.refinements .refinement ul.COLOUR li.unselectable .refinement-link,
.refinements .refinement ul.COLOUR .unselectable.unselectable .refinement-link,
.refinements .refinement ul.COLOUR li.unselectable .refinement-link:hover,
.refinements .refinement ul.COLOUR .unselectable.unselectable .refinement-link:hover {
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.refinements .refinement .clear-refinement {
  font-size: 1em;
  line-height: 1em;
  float: right;
  margin: 3px 0 0 0;
}
.refinements .refinement .clear-refinement a {
  text-transform: none;
}
.refinements .refinement .clear-refinement a [class^="icon-"] {
  margin-top: -1px;
  width: 10px;
}
.refinements .refinement .show-more-button {
  cursor: pointer;
  display: block;
  font: normal 1em/1em Arial, sans-serif;
  margin-left: -2px;
  padding: 12px 0 10px 0;
}
.refinements .refinement .show-more-button:hover {
  text-decoration: underline;
}
.refinements .refinement .show-more-button.hide {
  display: none;
}
.refinements .PRICE .price-slider-wrapper,
.refinements .Price .price-slider-wrapper {
  margin-top: 13px;
  margin-bottom: 12px;
}
.refinements .PRICE #currentMin,
.refinements .Price #currentMin,
.refinements .PRICE #currentMax,
.refinements .Price #currentMax {
  border: 1px solid #bcbcbc;
  display: inline-block;
  padding: 5px 10px;
  position: relative;
}
.refinements .PRICE #currentMin:before,
.refinements .Price #currentMin:before,
.refinements .PRICE #currentMax:before,
.refinements .Price #currentMax:before {
  width: 12px;
  height: 7px;
  background: url("https://s1.mecca.com.au/image/mecca/asset/legacy/price-slider-arrow.png") no-repeat;
  content: "";
  left: 50%;
  margin-left: -6px;
  position: absolute;
  top: -7px;
}
.refinements .BRAND {
  padding-bottom: 8px;
}
.refinements .BRAND .toggle {
  margin-bottom: 8px;
}
.refinements .BRAND .scrollable {
  border: 1px solid #ccc;
  margin-bottom: 11px;
  max-height: 250px;
  padding: 6px 0 6px 10px;
}
.refinements .BRAND .scrollable .refinement-link {
  padding-bottom: 5px;
}
.refinements #category-level-1 {
  margin-left: 0;
}
.refinements #category-level-1 li.expandable {
  background: none;
}
.refinements #category-level-1 a.refinement-link {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: none;
  border: none;
  color: #000;
  font: normal 1.1em 'ECB', sans-serif;
  height: auto;
  letter-spacing: 1.4px;
  padding: 0 0 7px;
  text-transform: uppercase;
  font-weight: 800;
}
.refinements #category-level-1 a.refinement-link:hover {
  background: none;
  color: #f58e88;
  text-decoration: none;
}
.refinements #category-level-1 a.refinement-link.active {
  color: #f58e88;
  cursor: pointer;
  font-weight: normal;
}
.refinements #category-level-1 li:last-child a.refinement-link {
  border-bottom: none;
}
.refinements #category-level-2 {
  margin-left: 0;
  padding-left: 10px;
}
.refinements #category-level-2 a.refinement-link {
  font: normal 1em Arial, sans-serif;
  letter-spacing: 0;
  padding-bottom: 12px;
  text-transform: none;
}
.refinements #category-level-2 a.refinement-link:hover,
.refinements #category-level-2 a.refinement-link.active {
  color: #000;
  font-weight: bold;
}
.refinements #category-level-3,
.refinements #category-level-4,
.refinements #category-level-5 {
  padding-left: 10px;
}
.grid-tile {
  float: left;
  position: relative;
  width: 150px;
}
.search-result-items ul {
  margin: 0;
}
.folder-content-list {
  margin-left: 0;
}
.folder-content-list table {
  width: 100%;
}
.folder-content-list td {
  vertical-align: top;
}
.folder-content-list td.learn-image {
  width: 140px;
}
.folder-content-list td.learn-content {
  padding-left: 10px;
}
.folder-content-list td.learn-content h2 {
  border-bottom: 1px solid #000;
}
.folder-content-list .readMore-link {
  margin: 30px 0;
}
.search-result-content ul {
  margin: 0px 0 41px 0;
}
.search-result-content ul li.grid-tile {
  margin-left: 5.3%;
}
.search-result-content ul li.grid-tile.last-row .product-tile .product-review {
  margin-bottom: 0;
}
.search-result-article-wrapper {
  display: none;
}
.search-result-mecca-memo-wrapper {
  display: none;
}
.brand-concept h5 {
  font: normal 1em/1em 'ECB', sans-serif;
  font-weight: 300;
  letter-spacing: -0.1px;
  margin: 21px 0 28px 0;
  text-shadow: 0 0 0 #000;
  text-transform: uppercase;
}
.brand-concept .brand-concept-asset {
  overflow: hidden;
}
.cat-landing-b .title {
  margin-top: -19px;
}
.cat-landing-b .cat-landing-b-content-slot {
  margin-bottom: 20px;
}
.cat-landing-b .cat-landing-b-content-slot.two {
  margin-bottom: 0;
}
.cat-landing-b .cat-landing-b-content-slot.five .heading-line {
  margin-top: 7px;
}
.cat-landing-b .product-cycler-heading .heading-line {
  margin-bottom: 5px;
  letter-spacing: 2px;
}
.cat-landing-b .fullwidth-product-cycler,
.cat-landing-b .halfwidth-product-cycler,
.cat-landing-b .product-cycler {
  margin-bottom: 12px;
  margin-top: 21px;
}
.cat-landing-b .fullwidth-product-cycler .swiper-container,
.cat-landing-b .halfwidth-product-cycler .swiper-container,
.cat-landing-b .product-cycler .swiper-container {
  width: 84.6%;
}
.cat-landing-b .fullwidth-product-cycler .swiper-prev,
.cat-landing-b .halfwidth-product-cycler .swiper-prev,
.cat-landing-b .product-cycler .swiper-prev,
.cat-landing-b .fullwidth-product-cycler .swiper-next,
.cat-landing-b .halfwidth-product-cycler .swiper-next,
.cat-landing-b .product-cycler .swiper-next {
  bottom: 196px;
  margin-top: 0;
  top: auto;
}
.cat-landing-c .heading-line {
  margin: 0;
}
.cat-landing-c .cat-landing-c-content-slot {
  margin-bottom: 15px;
}
.cat-landing-c .featured-products {
  margin: 40px 0 17px 0;
}
.cat-landing-c .featured-products ul {
  margin: 0;
}
.cat-landing-c .featured-products ul li.grid-tile {
  margin-left: 1.25%;
}
.cat-landing-c .featured-products ul li.grid-tile.last-row .product-tile .product-review {
  margin-bottom: 0;
}
.product-tile .product-title .brand-name-content-hub {
  display: block;
  font: normal 12px "ECB";
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 800;
}
.product-tile .product-title .product-name-content-hub {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-tile .product-title .brand-name-content-hub:hover {
  text-decoration: underline;
}
.product-tile .product-title .name-link--content-hub {
  display: block;
  float: none;
  width: auto;
  margin: 0;
  font: 12px Arial, sans-serif !important;
  text-transform: capitalize;
  text-decoration: none;
  letter-spacing: 0px;
  text-shadow: 0 0 0 #000;
}
.product-tile .product-title .name-link--content-hub:hover {
  text-decoration: underline;
}
.product-tile .product-colors-content-hub a {
  height: 17px;
  margin-top: -3px;
  display: block;
  width: 100%;
  font: 11px Arial, sans-serif;
  color: #6f6f6f;
  text-transform: lowercase!important;
  text-decoration: none!important;
  letter-spacing: 0px;
}
.product-tile .product-colors-content-hub a:hover {
  text-decoration: underline!important;
}
.fullwidth-product-cycler .swiper-container .swiper-slide .product-tile .product-total-reviews,
.halfwidth-product-cycler .swiper-container .swiper-slide .product-tile .product-total-reviews,
.product-cycler .swiper-container .swiper-slide .product-tile .product-total-reviews {
  display: inline-block;
  font: 12px Arial, sans-serif;
  letter-spacing: 0px;
}
.fullwidth-product-cycler .swiper-container .swiper-slide .product-tile .product-pricing-content-hub,
.halfwidth-product-cycler .swiper-container .swiper-slide .product-tile .product-pricing-content-hub,
.product-cycler .swiper-container .swiper-slide .product-tile .product-pricing-content-hub {
  font-weight: bold;
  font-size: 9px!important;
  letter-spacing: 0px;
}
.fullwidth-product-cycler .swiper-container .swiper-slide .product-tile .product-pricing .product-standard-price-content-hub,
.halfwidth-product-cycler .swiper-container .swiper-slide .product-tile .product-pricing .product-standard-price-content-hub,
.product-cycler .swiper-container .swiper-slide .product-tile .product-pricing .product-standard-price-content-hub {
  font-weight: normal;
  font-size: 9px!important;
  letter-spacing: 0px;
}
.fullwidth-product-cycler .product-cycler-navigation-info p,
.halfwidth-product-cycler .product-cycler-navigation-info p,
.product-cycler .product-cycler-navigation-info p {
  display: inline;
  height: 18px;
  margin: 0;
  font: 12px Arial, sans-serif !important;
  letter-spacing: 0!important;
}
.fullwidth-product-cycler .product-cycler-navigation-info .show-all,
.halfwidth-product-cycler .product-cycler-navigation-info .show-all,
.product-cycler .product-cycler-navigation-info .show-all {
  display: inline;
  height: 18px;
  margin: 0;
  font: 12px Arial, sans-serif !important;
  letter-spacing: 0!important;
}
.brand-landing .heading-line {
  margin: 0;
}
.brand-landing .brand-landing-content-slot {
  margin-bottom: 15px;
}
.cat-landing-e .heading-line {
  margin: 0;
}
.cat-landing-e .cat-landing-e-content-slot {
  margin-bottom: 15px;
}
.cat-landing-e .featured-products {
  margin: 40px 0 17px 0;
}
.cat-landing-e .featured-products ul {
  margin: 0;
}
.cat-landing-e .featured-products ul li.grid-tile {
  margin-left: 1.25%;
}
.cat-landing-e .featured-products ul li.grid-tile.last-row .product-tile .product-review {
  margin-bottom: 0;
}
.ie .featured-products ul li.grid-tile,
.ext-ie .featured-products ul li.grid-tile {
  margin-left: 1.24%;
}
ul li.grid-tile:first-child {
  margin-left: 0 !important;
}
ul li.grid-tile.new-row {
  clear: both;
  margin-left: 0 !important;
  padding-left: 0;
}
/* Product tile */
.product-tile {
  margin: 0 auto;
  max-width: 150px;
  text-align: center;
}
.product-tile .promotion-message {
  text-align: center;
}
.product-tile .promotion-message .promotion-label p {
  font-size: 1em;
  margin-bottom: 0;
}
.product-tile .product-image {
  display: block;
  height: 150px;
  margin: 0 auto;
  max-width: 150px;
  overflow: hidden;
  position: relative;
}
.product-tile .product-image .thumb-link {
  display: block;
  height: 150px;
  max-width: 150px;
  position: relative;
}
.product-tile .product-image .thumb-link .new-badge {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #000;
  color: #fff;
  display: block;
  font: normal 0.813em 'ECB', sans-serif;
  height: 35px;
  line-height: 35px;
  position: absolute;
  right: 1px;
  text-align: center;
  text-transform: uppercase;
  top: 1px;
  width: 35px;
  font-weight: 600;
}
.product-tile .product-image .thumb-link .sale-badge {
  position: absolute;
  top: 1px;
  right: 1px;
  display: block;
  width: 35px;
  height: 35px;
  font: normal 0.813em "ECB";
  line-height: 35px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  background: #f58e88;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  font-weight: 600;
}
.product-tile .product-image .thumb-link .new-badge-content-hub {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background: #000;
  color: #fff;
  display: block;
  font: normal 10px 'ECB', sans-serif;
  height: 35px;
  line-height: 35px;
  position: absolute;
  right: 1px;
  text-align: center;
  text-transform: uppercase;
  top: 1px;
  width: 35px;
  font-weight: 600;
}
.product-tile .product-image .thumb-link .sale-badge-content-hub {
  position: absolute;
  top: 1px;
  right: 1px;
  display: block;
  width: 35px;
  height: 35px;
  font: normal 10px "ECB";
  line-height: 35px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  background: #f58e88;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  font-weight: 600;
}
.product-tile .product-image .thumb-link img {
  max-height: 100%;
  max-width: 100%;
}
.product-tile .product-image #quickviewbutton {
  background: #f5a0a7;
  background: rgba(245, 160, 167, 0.7);
  bottom: 20px;
  color: #fff;
  display: block;
  font: normal 1em 'ECB', sans-serif;
  font-weight: 300;
  height: 25px;
  letter-spacing: 1px;
  line-height: 25px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  width: 100%;
  visibility: hidden;
  z-index: 9;
}
.product-tile .product-image:hover #quickviewbutton {
  visibility: visible;
}
.product-tile .product-badge-wrapper {
  height: 21px;
  margin-top: 1px;
  width: 100%;
}
.product-tile .product-badge-wrapper .product-badge {
  font-family: 'ECB', sans-serif;
  font-size: 0.938em;
  height: 22px;
  letter-spacing: 1px;
  line-height: 21px;
  margin: 0 auto;
  max-width: 150px;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  font-weight: 600;
}
.product-tile .product-badge-wrapper .product-badge img {
  max-height: 22px;
}
.product-tile .product-badge-wrapper .product-badge span {
  padding: 2px 14px;
  font-size: 12px;
  font-family: "ECB";
  color: #666666 ;
  border: 1px solid #666666;
  font-weight: 400;
}
.product-tile .product-title {
  height: 60px;
  margin-top: 2px;
  overflow: hidden;
  width: 100%;
}
.product-tile .product-title .brand-name {
  display: block;
  font: normal 1em/15px 'ECB', sans-serif;
  font-weight: 800;
}
.product-tile .product-title .name-link {
  display: block;
  float: none;
  font: normal 1em/14px Arial, sans-serif;
  margin: 0;
  text-transform: capitalize;
  text-shadow: 0 0 0 #000;
  width: auto;
}
.product-tile .product-colors {
  height: 17px;
  margin-top: -3px;
}
.product-tile .product-colors a {
  color: #6f6f6f;
  display: block;
  font-size: 0.875em;
  line-height: 1.1em;
  text-transform: lowercase;
  width: 100%;
}
.product-tile .product-price {
  font-size: 1.063em;
  font-weight: bold;
  height: 19px;
  margin: 0;
  text-align: center;
  width: 100%;
}
.product-tile .price-standard {
  color: #6f6f6f;
  font-size: 0.875em;
  font-weight: normal;
}
.product-tile .price-sales {
  font-size: 1.063em;
}
.product-tile .product-review {
  height: 32px;
  margin-bottom: 50px;
  width: 100%;
}
.product-tile .product-review .number-of-review {
  color: #000;
  font: 0.875em Arial, sans-serif;
  text-shadow: 0 0 0 #000;
}
.product-tile .product-review div[id^="BVRRInlineRating"] {
  display: inline-block;
}
.product-tile .img-responsive {
  width: 100%;
}
/* Product Details page */
/* ------------------------------------- */
.pdp-main h2.heading-line {
  letter-spacing: 2.4px;
}
.pdp-main .tooltip {
  cursor: default;
  position: absolute;
}
.product-detail-container form {
  margin-bottom: 0;
}
.product-detail-container .product-detail,
.product-detail-container .product-set-detail {
  border-top: 1px solid #000;
  margin-top: -1px;
  padding-top: 17px;
  position: relative;
}
.product-detail-container .product-primary-image {
  clear: both;
  position: relative;
  text-align: center;
  width: 100%;
}
.product-detail-container .product-primary-image a {
  outline: none;
}
.product-detail-container .collection-badge {
  position: relative;
  top: -28px;
  left: -162px;
  z-index: 5;
}
.product-detail-container .new-badge {
  position: relative;
  top: -28px;
  left: 162px;
  z-index: 5;
}
.product-detail-container .sale-badge {
  position: relative;
  top: -28px;
  left: 162px;
  z-index: 5;
}
.product-detail-container .new-tag {
  font-weight: bold;
  color: #F58E88;
}
.product-detail-container .product-image-wrapper {
  clear: both;
  display: inline-block;
  width: 378px;
  height: 378px;
  position: relative;
}
.product-detail-container .product-image {
  display: inline-block;
  width: 100% !important;
  /* override magic zoom inline style */
}
.product-detail-container .product-image img {
  width: 100%;
}
.product-detail-container .product-badge-container {
  height: 22px;
}
.product-detail-container .product-badge {
  position: relative;
  top: 400px;
  display: block;
  margin: 0 auto;
  text-align: center;
  height: 27px;
  padding-top: 5px;
}
.product-detail-container .product-badge span {
  font-size: 16px;
  font-family: "ECB";
  color: #666666;
  border: 1px solid #666666;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 0 22px;
  line-height: 22px;
  font-weight: 400;
}
.product-detail-container .product-thumbnails {
  margin: 25px 0 0 0;
}
.product-detail-container .product-thumbnails.no-min-height {
  min-height: 0;
}
.product-detail-container .product-thumbnails a {
  outline: none;
}
.product-detail-container .product-thumbnails ul {
  margin: 0;
}
.product-detail-container .product-thumbnails img {
  max-width: 150px;
  width: 100%;
}
.product-detail-container .product-thumbnails .video {
  position: relative;
}
.product-detail-container .product-thumbnails .video .icon-btn-play {
  left: 0;
  margin-top: -30px;
  top: 50%;
  width: 100%;
}
.product-detail-container .store-concept {
  margin-bottom: 10px;
}
.product-detail-container .store-concept h5 {
  font: normal 1em/1em 'ECB', sans-serif;
  letter-spacing: -0.3px;
  margin: 0;
  padding: 18px 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}
.product-detail-container .store-concept .store-concept-asset {
  text-align: center;
}
.product-detail-container .store-concept .store-concept-asset p {
  margin: 0;
}
.product-detail-container .brand-logo {
  position: absolute;
  right: 2px;
  top: 13px;
}
.product-detail-container .brand-logo p {
  margin: 0;
}
.product-detail-container .brand-logo img {
  max-height: 60px;
  max-width: 127px;
}
.product-detail-container .product-brand {
  font: normal 1.5em/1.1em 'ECB', sans-serif;
  letter-spacing: 0;
  margin: 0;
  padding-right: 130px;
  text-transform: uppercase;
  font-weight: 600;
}
.product-detail-container .product-name {
  font: normal 1.313em/1.25em Arial, sans-serif;
  letter-spacing: 0;
  margin: 0;
  padding-right: 132px;
  text-transform: none;
}
.product-detail-container .product-price {
  font-size: 1.313em;
  line-height: 1.313em;
  padding-bottom: 5px;
  font-weight: bold;
}
.product-detail-container .product-price p {
  font-size: 1em;
  margin: 0;
}
.product-detail-container .product-price .price-sales,
.product-detail-container .product-price .standardprice,
.product-detail-container .product-price .salesprice,
.product-detail-container .product-price .price-sales,
.product-detail-container .product-price .price-bundle-value,
.product-detail-container .product-price .price-tiered {
  font-size: 1em;
}
.product-detail-container .product-price .price-tiered .price-sales {
  font-size: 1em;
  font-weight: normal;
}
.product-detail-container .product-price .price-tiered .save-value {
  font-size: 0.952em;
  font-weight: normal;
}
.product-detail-container .product-price .price-standard {
  font-size: 0.952em;
  font-weight: normal;
}
.product-detail-container .product-number {
  color: #9a9a9a;
  font-size: 0.938em;
  line-height: 0.938em;
  margin-bottom: 3px;
  text-transform: uppercase;
}
.product-detail-container .product-review-links {
  margin-bottom: 16px;
  max-height: 22px;
  overflow: hidden;
  position: relative;
}
.product-detail-container .product-review-links .review-links-mask {
  background: url("https://s1.mecca.com.au/image/mecca/asset/legacy/transparent-bg.png");
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.product-detail-container .description p:last-child {
  margin: 0;
}
.product-detail-container .product-primary-actions {
  margin: 30px 0 15px 0;
}
.product-detail-container .product-variations {
  float: left;
  margin-right: 20px;
  max-width: 170px;
}
.product-detail-container .product-variations .attribute {
  padding-top: 15px;
}
.product-detail-container .product-variations .attribute:first-child {
  padding-top: 0;
}
.product-detail-container .product-variations ul {
  margin: 0;
}
.product-detail-container .product-variations .label {
  background: none;
  color: #000;
  display: block;
  font-size: 1em;
  font-weight: normal;
  line-height: 1em;
  margin-bottom: 5px;
  padding: 0;
}
.product-detail-container .product-variations .label.inline {
  display: inline;
  text-transform: uppercase;
}
.product-detail-container .product-variations .variation-select {
  display: block;
  margin: 0;
  max-width: 100%;
  width: auto;
}
.product-detail-container .product-variations-size {
  padding-bottom: 15px;
}
.product-detail-container .product-variations-size .label {
  background: none;
  color: #000;
  display: block;
  font-size: 1em;
  font-weight: normal;
  line-height: 1em;
  margin-bottom: 5px;
  padding: 0;
  display: inline;
  text-transform: uppercase;
}
.product-detail-container .inventory {
  float: left;
  margin-right: 20px;
  width: 80px;
}
.product-detail-container .inventory label {
  display: block;
  float: none;
  line-height: 1em;
  margin: 0 0 5px 0;
  padding: 0;
  text-transform: uppercase;
}
.product-detail-container .inventory select {
  display: block;
  margin: 0;
  width: 100%;
}
.product-detail-container .block-add-to-cart {
  float: right;
  width: 172px;
}
.product-detail-container .promotion {
  margin-bottom: 15px;
}
.product-detail-container .promotion .promotion-callout {
  background: #f1f1f1;
  color: #000;
  font: 1em/1.4em 'ECB', sans-serif;
  padding: 12px 0;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}
.product-detail-container .promotion .promotion-callout > p {
  display: inline-block;
  margin: 0;
}
.product-detail-container .promotion .promotion-callout .tooltip {
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: help;
  display: inline-block;
  height: 17px;
  margin: -2px 0 0 10px;
  position: static !important;
  /* override bootstrap tooltip */
}
.product-detail-container .free-shipping {
  color: #9a9a9a;
  font-size: 0.938em;
  letter-spacing: 1px;
  line-height: 0.938em;
  margin-bottom: 5px;
  text-align: right;
  text-transform: uppercase;
}
.product-detail-container .insufficient-stock {
  clear: both;
  padding-top: 5px;
}
.product-detail-container .availability-and-extra-actions {
  clear: both;
  margin-bottom: 21px;
}
.product-detail-container .availability {
  float: left;
  text-transform: uppercase;
  width: 42%;
}
.product-detail-container .availability .availability-msg,
.product-detail-container .availability p {
  display: inline;
}
.product-detail-container .availability p {
  font-size: 1em;
}
.product-detail-container .product-extra-actions {
  float: right;
  text-transform: uppercase;
}
.product-detail-container .product-extra-actions a,
.product-detail-container .product-extra-actions span {
  display: block;
  float: left;
  margin-left: 23px;
}
.product-detail-container .product-extra-actions a:first-child,
.product-detail-container .product-extra-actions span:first-child {
  margin-left: 0;
}
.product-detail-container .product-tabs {
  clear: both;
  margin-top: 18px;
}
.product-detail-container .nav-tabs {
  border-bottom: 1px solid #000;
  height: 39px;
}
.product-detail-container .nav-tabs .nav-tab {
  height: 37px;
}
.product-detail-container .nav-tabs li.product-tab {
  border-bottom: none;
  margin-left: 0;
}
.product-detail-container .nav-tabs li.product-tab:before {
  background: #f1f1f1;
  content: " ";
  height: 100%;
  left: -2px;
  position: absolute;
  width: 1px;
}
.product-detail-container .nav-tabs li.product-tab.active + li {
  border-left-color: #f1f1f1;
}
.product-detail-container .nav-tabs li.product-tab.product-tab-details {
  width: 30.8%;
}
.product-detail-container .nav-tabs li.product-tab.product-tab-usage {
  width: 28.2%;
}
.product-detail-container .nav-tabs li.product-tab.product-tab-ingradients {
  width: 41%;
}
.product-detail-container .tab-content {
  padding: 20px 5px 0 5px;
}
.product-detail-container .tab-content p {
  margin-bottom: 18px;
}
.product-detail-container .tab-content p:last-child {
  margin-bottom: 0;
}
.product-detail-container .product-information {
  border-top: 1px solid #000;
  float: left;
  font: 1em 'ECB', sans-serif;
  margin-left: 0;
  margin-top: 18px;
  padding: 17px 0 16px 0;
  text-transform: uppercase;
  width: 100%;
  font-weight: 600;
}
.product-detail-container .product-information [class*="span"] {
  min-height: inherit;
}
.product-detail-container .product-information .shipping-information {
  float: left;
}
.product-detail-container .product-information .returns-information {
  float: left;
  margin-left: 29px;
}
.product-detail-container .product-actions {
  border-top: 1px solid #000;
  clear: both;
  padding: 17px 0 10px 0;
}
.product-detail-container .product-actions [class*="span"] {
  min-height: inherit;
}
.product-detail-container .send-to-friend-wrapper {
  text-align: right;
}
.product-detail-container .send-to-friend {
  font-size: 1em;
  line-height: 1em;
  text-transform: uppercase;
}
.product-detail-container .send-to-friend [class^="icon-"] {
  margin-right: 4px;
}
.product-detail-container .swatch-wrapper {
  clear: both;
  overflow: hidden;
}
.product-detail-container .shade-swatch-container .shade-swatch {
  position: relative;
}
.product-detail-container .shade-swatch-container .shade-swatch .swatchanchor {
  opacity: 1;
  filter: alpha(opacity=100);
  cursor: pointer !important;
  /* override bootstrap tooltip style. */
  float: left;
  padding: 5px;
}
.product-detail-container .shade-swatch-container .shade-swatch .swatchanchor .swatch-img {
  display: block;
  height: 30px;
  overflow: hidden;
  position: relative;
  width: 30px;
}
.product-detail-container .shade-swatch-container .shade-swatch .swatchanchor.tooltip {
  position: static !important;
}
.product-detail-container .shade-swatch-container .shade-swatch .swatchanchor.unselectable .swatch-img:after {
  background: url("https://s1.mecca.com.au/image/mecca/asset/legacy/shadebox.png") no-repeat 0 0;
  content: " ";
  display: block;
  height: 30px;
  position: absolute;
  width: 30px;
  z-index: 100;
}
.product-detail-container .shade-swatch-container .shade-swatch .swatchanchor.selected .swatch-img {
  border: 2px solid #000;
}
.product-detail-container .shade-swatch-container .shade-swatch .swatchanchor.selected .swatch-img:after {
  background-position: -4px 0;
}
.product-detail-container .shade-swatch-container .shade-swatch .shade-swiper-container {
  width: 240px;
}
.product-detail-container .shade-swatch-container .shade-swatch .swiper-prev {
  left: 4px;
}
.product-detail-container .shade-swatch-container .shade-swatch .swiper-next {
  right: 4px;
}
.product-detail-container .shade-swatch-container .shade-texture {
  height: 120px;
  line-height: 120px;
  overflow: hidden;
  text-align: center;
}
.product-detail-container .shade-swatch-container .shade-description {
  clear: both;
  color: #000;
  font: italic 1em/1.45em Arial;
  min-height: 33px;
  padding: 8px 21px 8px 21px;
}
.product-detail-container .shade-swatch-container .shade-description p:last-child {
  margin-bottom: 0;
}
.product-detail-container .size-swatch-container {
  padding: 36px 0 46px 0;
  position: relative;
}
.product-detail-container .size-swatch-container .size-swatch {
  position: relative;
}
.product-detail-container .size-swatch-container .swiper-container {
  width: 415px;
}
.product-detail-container .size-swatch-container .swatchanchor {
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
  height: 70px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 70px;
}
.product-detail-container .size-swatch-container .swatchanchor.selected {
  border: 2px solid #000;
}
.product-detail-container .size-swatch-container .swatchanchor img {
  height: 100%;
  width: 100%;
}
.product-detail-container .size-swatch-container .swatchanchor.tooltip {
  cursor: pointer !important;
  /* override bootstrap tooltip style. */
  position: static !important;
  /* override bootstrap tooltip style. */
}
.product-detail-container .size-swatch-container .swatchanchor.unselectable:after {
  background: url("https://s1.mecca.com.au/image/mecca/asset/legacy/sizebox.png") no-repeat -4px 0;
  content: " ";
  display: block;
  height: 66px;
  position: absolute;
  width: 66px;
  z-index: 100;
}
.product-detail-container .size-swatch-container .swiper-prev {
  left: 0;
}
.product-detail-container .size-swatch-container .swiper-next {
  right: 0;
}
.product-detail-container .social-share {
  text-align: right;
}
.product-detail-container .social-share > a {
  display: inline-block;
  float: none;
  padding: 0 1px;
}
.product-detail-container .social-share > a.addthis_counter {
  padding: 0 2px;
}
.MagicZoomPlus,
.MagicZoomPlus:before,
.MagicZoomPlus:after,
.MagicZoomPlus *,
.MagicZoomPlus *:before,
.MagicZoomPlus *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.MagicZoomPlus:hover {
  outline: 1px solid #cacaca !important;
  /* override magic zoom inline style */
}
.MagicZoomPlusHint {
  opacity: 0.75;
  filter: alpha(opacity=75);
  bottom: auto;
  display: none;
  left: 2px;
  max-width: 196px;
  position: absolute;
  right: auto;
  text-transform: none;
  top: 2px;
  visibility: visible;
  z-index: 1;
}
.MagicZoomPlus + .MagicZoomPlusHint {
  display: block;
}
.MagicZoomBigImageCont *,
.MagicZoomBigImageCont *:before,
.MagicZoomBigImageCont *:after,
.MagicZoomBigImageCont,
.MagicZoomBigImageCont:before,
.MagicZoomBigImageCont:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.shipping-information-dialog,
.returns-policy-dialog,
.send-to-friend-privacy-policy-dialog {
  margin-left: -360px !important;
}
/* Product set */
.product-set h1.product-name {
  font-family: "ECB";
  font-size: 1.5em;
  font-weight: normal;
  font-weight: 600;
}
.product-set h3.product-brand {
  font-size: 1.313em;
}
.product-set h2.product-name {
  font-size: 1.125em;
}
.product-set h2.product-name a {
  text-transform: none;
}
.product-set .product-set-info {
  padding-bottom: 15px;
}
.product-set .product-set-info .product-price {
  padding-bottom: 6px;
}
.product-set .product-set-info .description {
  padding-top: 15px;
}
.product-set .product-set-item {
  border-bottom: 1px solid #cacaca;
  padding: 18px 0;
}
.product-set .product-set-item:first-child {
  border-top: 1px solid #cacaca;
}
.product-set .product-set-item .product-set-image {
  text-align: center;
}
.product-set .product-set-item .product-set-image img {
  max-width: 150px;
}
.product-set .product-set-item .product-price {
  padding-bottom: 3px;
}
.product-set .product-set-item .product-number {
  line-height: 1.1em;
  margin-bottom: 4px;
}
.product-set .product-set-item .product-review {
  margin-bottom: 8px;
}
.product-set .product-set-item .product-primary-actions {
  margin-top: 14px;
  margin-bottom: 0;
}
.product-set .product-set-item .product-variations {
  margin-bottom: 4px;
  margin-right: 19px;
}
.product-set .product-set-item .product-variations .label {
  margin-bottom: 3px;
}
.product-set .product-set-item .inventory {
  margin-bottom: 4px;
}
.product-set .product-set-item .inventory label {
  margin-bottom: 3px;
}
.product-set .product-set-item .availability {
  clear: both;
  float: none;
  margin-bottom: 3px;
  width: 100%;
}
.product-set .product-set-item .shade-swatch-container {
  margin-top: 15px;
}
.product-set .product-set-item .shade-swatch-container .shade-description {
  padding-left: 30px;
  padding-right: 30px;
}
.product-set .product-set-item .size-swatch-container {
  margin-top: 27px;
}
.product-set .product-add-to-cart {
  padding: 26px 0 13px 0;
}
.product-set .product-add-to-cart .product-price {
  float: left;
  font-size: 1.5em;
  padding: 15px 22px 0 0;
  text-align: right;
  width: 50%;
}
.product-set .product-add-to-cart .btn-large {
  float: right;
  width: 215px;
}
/* Quick view */
.ui-dialog.product-quickview-dialog {
  margin-left: -480px;
  padding: 40px 8px 5px 8px;
}
.ui-dialog.product-quickview-dialog .quickview-action .send-to-friend-wrapper {
  text-align: left;
}
.ui-dialog.product-quickview-dialog .quickview-action .view-details-wrapper {
  text-align: right;
}
.ui-dialog.product-quickview-dialog .quickview-action .view-details {
  font-size: 1.250em;
  width: 212px;
}
.ui-dialog.product-quickview-dialog .quickview-action .send-to-friend-wrapper {
  margin: 13px 0 0;
}
.ui-dialog.product-quickview-dialog .ui-dialog-titlebar-close {
  right: 5px;
  top: -25px;
}
.ui-dialog.product-quickview-dialog .ui-dialog-titlebar {
  padding-top: 0;
}
.ui-dialog.product-quickview-dialog .ui-dialog-titlebar .ui-dialog-title {
  display: none;
}
.ui-dialog.product-quickview-dialog .product-actions {
  padding-top: 19px;
}
.ui-dialog.product-quickview-dialog .product-variations {
  max-width: 150px;
}
/* Recommendations */
#product-recommendations {
  min-height: 12px;
}
.recommendations {
  clear: both;
  padding: 35px 0 39px 0;
  position: relative;
}
.recommendations .recommendations-body {
  position: relative;
}
.recommendations .swiper-container {
  width: 810px;
}
.recommendations .swiper-container .swiper-slide {
  height: auto !important;
  /* prevent injected new height value on window resize */
}
.recommendations .swiper-container .swiper-slide .product-tile .product-review {
  margin-bottom: 0;
}
.recommendations .swiper-container .swiper-slide .product-tile .product-pricing {
  font-weight: bold;
}
.recommendations .swiper-container .swiper-slide .product-tile .product-pricing .product-standard-price {
  font-weight: normal;
}
.recommendations .swiper-container .swiper-slide .product-tile .product-pricing .product-sales-price {
  font-size: 1em;
}
.recommendations.others-bought,
.recommendations.recently-viewed {
  padding-bottom: 59px;
  padding-top: 36px;
}
.recommendations.others-bought .swiper-container,
.recommendations.recently-viewed .swiper-container {
  width: 324px;
}
.fullwidth-product-cycler-body {
  position: relative;
  padding: 35px 0 39px 0;
  clear: both;
}
.halfwidth-product-cycler-body {
  position: relative;
  padding: 35px 0 39px 0;
  clear: both;
}
/* hero product cycler */
.product-cycler-product-tile {
  width: 256px !important;
  height: 250px !important;
  margin-bottom: 50px;
}
.product-cycler-product-image {
  width: 256px !important;
  height: 206px !important;
  margin-bottom: 50px;
}
/* In store availability */
.in-store-availability-wrapper {
  border-top: 2px solid #000;
  padding-top: 39px;
}
.in-store-availability-wrapper .in-store-ava-search-box {
  padding-bottom: 24px;
}
.in-store-availability-wrapper .find-near-you {
  font-size: 1.313em;
  letter-spacing: 1.7px;
  line-height: 43px;
  margin: 0;
  width: 101%;
}
.in-store-availability-wrapper .use-current-location {
  width: 25.3%;
}
.in-store-availability-wrapper .use-current-location .btn-block {
  font-size: 1.063em;
  letter-spacing: 0.1em;
}
.in-store-availability-wrapper .use-current-location .btn-block .store-locator-icon {
  width: 18px;
  height: 18px;
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll -1px -198px;
  display: inline-block;
  margin: -3px 12px 0 0;
  vertical-align: middle;
}
.in-store-availability-wrapper .store-search {
  position: relative;
  width: 38.9%;
}
.in-store-availability-wrapper .store-search .input-block {
  margin-bottom: 0;
  padding-right: 104px;
}
.in-store-availability-wrapper .store-search .input-block:-moz-placeholder {
  color: #9a9a9a;
}
.in-store-availability-wrapper .store-search .input-block:-ms-input-placeholder {
  color: #9a9a9a;
}
.in-store-availability-wrapper .store-search .input-block::-webkit-input-placeholder {
  color: #9a9a9a;
}
.in-store-availability-wrapper .store-search .input-block ::-webkit-input-placeholder {
  color: #9a9a9a;
}
.in-store-availability-wrapper .store-search .input-block :-moz-placeholder {
  /* Firefox 18- */
  color: #9a9a9a;
}
.in-store-availability-wrapper .store-search .input-block ::-moz-placeholder {
  /* Firefox 19+ */
  color: #9a9a9a;
}
.in-store-availability-wrapper .store-search .input-block :-ms-input-placeholder {
  color: #9a9a9a;
}
.in-store-availability-wrapper .store-search .search {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
}
.in-store-availability-wrapper .store-search #errorStoreLocationInput {
  color: #ff0000;
  display: block;
  font-size: 0.917em;
  text-align: right;
}
.in-store-availability-wrapper .store-search #errorStoreLocationInput:before {
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll -18px -152px;
  width: 10px;
  height: 10px;
  content: "";
  display: inline-block;
  margin: 0 3px -1px 0;
}
.in-store-availability-wrapper .store-search #errorGeoLocationLabel {
  color: #ff0000;
  display: block;
  font-size: 0.917em;
  text-align: right;
}
.in-store-availability-wrapper .store-search #errorGeoLocationLabel:before {
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll -18px -152px;
  width: 10px;
  height: 10px;
  content: "";
  display: inline-block;
  margin: 0 3px -1px 0;
}
.in-store-availability-wrapper .scroll-to-top-wrapper {
  text-align: right;
}
.in-store-availability-wrapper .scroll-to-top-wrapper .scroll-to-top {
  display: block;
  font-size: 1em;
  line-height: 44px;
  text-transform: uppercase;
}
.in-store-availability-wrapper .scroll-to-top-wrapper .scroll-to-top [class^="icon-"] {
  margin: 12px 6px 0 0;
}
.in-store-availability-wrapper .storelocator-search-result {
  min-height: 14px;
}
.in-store-availability-wrapper .storelocator-search-result .btn-directions {
  clear: both;
}
.in-store-availability-wrapper .storelocator-search-result .btn-directions .btn {
  height: 36px;
  margin-bottom: 49px;
  width: 49.3%;
}
.in-store-availability-wrapper .storelocator-search-result .btn-directions .btn.btn-direction-previous {
  float: left;
}
.in-store-availability-wrapper .storelocator-search-result .btn-directions .btn.btn-direction-next {
  float: right;
}
.in-store-availability-wrapper .storelocator-search-result .btn-directions .btn i {
  height: 13px;
  margin: 5px auto;
  width: 21px;
}
.in-store-availability-wrapper .store-availability {
  border-top: 1px solid #9a9a9a;
  padding-bottom: 9px;
}
.in-store-availability-wrapper .store-availability.no-result {
  border-top: none;
}
.in-store-availability-wrapper .store-availability .store-availability-item {
  border-top: 1px solid #e2e2e2;
  font: 1em/1.2em Arial, sans-serif;
  padding: 40px 0;
  position: relative;
}
.in-store-availability-wrapper .store-availability .store-availability-item:first-child {
  border-top: none;
}
.in-store-availability-wrapper .store-availability .store-availability-item .store-item-logo {
  text-align: center;
}
.in-store-availability-wrapper .store-availability .store-availability-item .store-item-logo p {
  margin: 0;
}
.in-store-availability-wrapper .store-availability .store-availability-item .store-item-logo img {
  max-height: 70px;
}
.in-store-availability-wrapper .store-availability .store-availability-item .store-name-and-adress {
  float: left;
  margin-right: 20.7%;
  width: 42%;
}
.in-store-availability-wrapper .store-availability .store-availability-item .store-name-and-adress .store-name {
  font: 1em/1.2em Arial, sans-serif;
  letter-spacing: 0;
  margin: 0;
}
.in-store-availability-wrapper .store-availability .store-availability-item .store-name-and-adress .store-name a {
  text-transform: none;
}
.in-store-availability-wrapper .store-availability .store-availability-item .store-name-and-adress .store-street-address {
  display: block;
  margin-top: 15px;
}
.in-store-availability-wrapper .store-availability .store-availability-item .product-availability {
  color: #9a9a9a;
  float: left;
  text-transform: uppercase;
}
.in-store-availability-wrapper .store-availability .store-availability-item .product-availability[data-value="IN STOCK"] {
  color: #f58e88;
  font-weight: bold;
}
.in-store-availability-wrapper .store-availability .store-availability-item .product-availability[data-value="LOW STOCK"] {
  color: #9a9a9a;
  /* There is no design color for this value, so we set the default color */
}
.in-store-availability-wrapper .store-availability .store-availability-item .store-hours-and-phone {
  width: 33.75%;
}
.in-store-availability-wrapper .store-availability .store-availability-item .store-hours-and-phone .store-information {
  float: left;
  width: 62%;
}
.in-store-availability-wrapper .store-availability .store-availability-item .store-hours-and-phone .store-information .store-hours * {
  /* Prevent unwanted inline style from user */
  background: none !important;
  color: #000 !important;
  font-family: Arial, sans-serif !important;
  font-size: 1em !important;
  line-height: 1.2em !important;
  margin-bottom: 0;
}
.in-store-availability-wrapper .store-availability .store-availability-item .store-hours-and-phone .street-phone {
  float: right;
}
.in-store-availability-wrapper .store-availability .store-availability-item .store-direction {
  float: right;
  margin-left: 0;
  width: 15.3%;
}
.in-store-availability-wrapper .store-availability .store-availability-item .store-direction .btn-direction {
  font-family: 'ECB', sans-serif;
  letter-spacing: -0.5px;
  text-align: right;
  font-weight: 600;
}
.in-store-availability-wrapper .store-availability .store-availability-item .store-direction .btn-direction .icon-right-arrow-dark {
  margin: -1px -4px 0 -1px;
}
.in-store-availability-wrapper .store-availability .store-availability-item .store-direction .store-distance {
  bottom: 27px;
  font-weight: bold;
  position: absolute;
  right: 0;
  text-align: right;
  text-transform: lowercase;
}
.in-store-availability-wrapper .store-availability .store-availability-item .store-direction .store-distance h3 {
  display: none;
}
/* Product reviews */
#product-reviews {
  border-top: 2px solid #000;
}
/*******************************************************************************************************************************************************************************************************
 * DEVELOPMENT STYLING ONLY Clean this section upon UI work
 ******************************************************************************************************************************************************************************************************/
.swatches .unselectable .swatchanchor {
  color: grey;
}
/* END DEVELOPEMENT STYLING */
.hidden-badge {
  visibility: hidden;
}
.content-asset .account-options ul {
  margin: 0;
  padding: 0;
}
.content-asset .account-options ul li {
  float: left;
  height: 80px;
  list-style: none outside none;
  margin: 0 0 0 0px;
  padding: 20px 0 0;
  position: relative;
}
.content-asset .account-options ul li a {
  display: block;
  font-size: 13px;
  line-height: 20px;
  line-spacing: 1px;
  padding: 0 0 0 72px;
  padding-left: 80px\9;
}
.content-asset .account-options ul li img {
  left: 0;
  position: absolute;
  top: 10px;
}
.content-asset .account-options ul li p {
  margin: 0;
  padding-left: 72px;
  padding-left: 80px\9;
}
.content-asset .account-options ul li i {
  height: 40px;
  left: 0;
  position: absolute;
  top: 23px;
  width: 48px;
}
.content-asset .account-options ul li.account-option-personal-details i {
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll -371px -11px;
  height: 33px;
}
.content-asset .account-options ul li.account-option-addresses i {
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll -368px -78px;
  height: 27px;
}
.content-asset .account-options ul li.account-option-payment-settings i {
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll -365px -137px;
  height: 32px;
}
.content-asset .account-options ul li.account-option-beauty-loop i {
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll -362px -193px;
  height: 32px;
}
.content-asset .account-options ul li.account-option-wish-list i {
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll -368px -254px;
  height: 35px;
}
.content-asset .account-options ul li.account-option-orders i {
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll -370px -312px;
}
.content-asset .account-options ul li.account-option-bookings i {
  background: url("https://s1.mecca.com.au/image/mecca/asset/legacy/booking.svg") -5px 0 no-repeat;
  background-size: 48px 40px;
}
.pt_account .bl-link {
  text-transform: none;
}
.pt_account .section-header {
  margin-top: 5px;
}
.pt_account .header-account {
  float: left;
  font: 18px 'ECB', sans-serif;
  letter-spacing: 1.9px;
  margin: 0;
  font-weight: 600;
}
.pt_account a.dialogify {
  float: right;
  font-family: 'ECB', sans-serif;
  margin-top: 3px;
  font-weight: 600;
}
.pt_account .intro-payment {
  margin-top: 11px;
}
.pt_account .payment-list {
  margin: 25px 0 90px -93px;
  overflow: hidden;
  position: relative;
}
.pt_account .payment-list li {
  float: left;
  padding-left: 93px;
  width: 404px;
}
.pt_account .payment-list li .creditcard-type b {
  display: block;
}
.pt_account .payment-list li .exp {
  padding-right: 5px;
}
.pt_account .payment-list li form {
  border-top: solid 1px #ccc;
  margin-top: 15px;
}
.pt_account .payment-list li form fieldset {
  text-align: right;
}
.pt_account .payment-list li form .delete {
  background: none;
  border: 0;
  font-size: 0.875em;
  padding: 5px 0 0;
  text-transform: uppercase;
  width: auto;
}
#addresses {
  margin-bottom: 26px;
}
#addresses .intro-addresslist {
  margin: 11px 0 25px;
}
#addresses .address-list {
  padding: 45px 0 0;
  position: relative;
}
#addresses .address-list li {
  float: left;
  margin-bottom: 34px;
  padding: 0;
  text-transform: capitalize;
  width: 43.6667%;
}
#addresses .address-list li h3 {
  font-size: 1.125em;
  left: 0;
  position: absolute;
  top: 0;
}
#addresses .address-list li .mini-address-title {
  font-weight: bold;
}
#addresses .address-list li + li {
  color: #9a9a9a;
  clear: right;
  float: right;
}
#addresses .address-list .mini-address-location {
  border-bottom: 1px solid #ccc;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
#addresses .address-list .mini-address-location address {
  margin-bottom: 0;
}
#addresses .address-list .mini-address-location .address-phone {
  font-size: inherit;
  margin: 18px 0 0;
}
#addresses .address-list .address-edit {
  float: left;
}
#addresses .address-list .address-make-default {
  float: left;
}
#addresses .address-list .address-make-default + .delete + .address-edit {
  display: block;
  float: none;
  overflow: hidden;
  text-align: center;
}
#addresses .address-list .address-delete {
  float: right;
}
.my-account-login {
  margin-bottom: 170px;
}
.panel-half {
  display: table-cell;
  overflow: hidden;
  padding: 37px 47px 12px 40px;
  vertical-align: top;
  width: 50%;
}
.login-box {
  float: left;
  margin: 0;
  width: 100%;
}
.login-box .section-header {
  letter-spacing: 2.3px;
  margin: -7px 0 14px;
  font: 1.375em 'ECB', sans-serif;
  font-weight: 600;
}
.login-box .cart-logininclude-member {
  display: none;
}
.guest-checkout .section-header {
  margin-bottom: 6px;
}
.guest-checkout p {
  margin-bottom: 15px;
}
.login-box.login-account {
  border-bottom: 1px solid #000;
  margin-bottom: 36px;
}
.login-box.login-create-account {
  background-color: #eed8d3;
}
.login-box.login-create-account form {
  border-bottom: 1px solid #000;
  margin-bottom: 22px;
}
.login-box.login-create-account form .form-row {
  margin: 13px 0 22px;
}
.login-box.login-create-account .content-asset h2,
.login-box.login-create-account .content-asset h3 {
  font-size: 1.375em;
  line-height: 1;
  letter-spacing: 2.5px;
  margin: 0 0 5px;
}
.login-box.login-create-account .content-asset h2 {
  letter-spacing: 2.2px;
  margin-left: 1px;
}
.login-box.login-create-account .content-asset h2 + p {
  margin: 8px 0 16px 0;
}
.login-box.login-create-account .content-asset h3 {
  margin-bottom: 0;
  padding-top: 2px;
}
.login-box.login-create-account .content-asset ul {
  margin: -12px 0 0;
  padding: 0 0 0 15px;
}
.login-box.login-create-account .content-asset li {
  list-style: disc;
  margin-bottom: 18px;
}
.login-box.login-create-account .content-asset a {
  text-decoration: underline;
  text-transform: none;
}
.login-box.login-order-track .section-header {
  letter-spacing: 2.5px;
  margin-bottom: 6px;
}
.login-box.login-order-track p {
  margin-bottom: 7px;
}
.login-box.login-order-track .vd-postcode {
  margin-bottom: 12px;
}
.login-box-content {
  padding: 0;
}
.login-box-content .control-label {
  padding: 0;
}
.login-box-content .account-login-action #password-reset {
  font-size: 0.938em;
  float: right;
  left: 2px;
  margin: 6px 0 7px 0;
  position: relative;
  text-transform: none;
}
.login-box-content form {
  margin-bottom: 16px;
}
.login-box-content .form-row {
  margin-bottom: 8px;
}
.login-box-content .form-row .control-label {
  margin-bottom: 2px;
}
.login-box-content .form-row.label-inline .control-label {
  padding-left: 30px;
  padding-top: 2px;
  margin-top: -7px;
  margin-bottom: 10px;
}
.pt_account .login-box label {
  width: auto;
}
/*
.pt_account .login-box input.input-text , .pt_account .login-box input.input-text-pw {
    width: 55%;
}
*/
.registration-form .registration-panel-left {
  float: left;
  width: 122px;
}
.registration-form.span10 {
  width: 760px;
}
.registration-form .control-group {
  position: relative;
}
.registration-form .control-group .required-field {
  position: absolute;
  right: 10px;
  top: -67px;
}
.registration-form .control-group .form-row.signup-msg span {
  display: block;
  padding-left: 190px;
}
.registration-form .control-group .form-row .form-caption {
  clear: both;
  display: block;
  margin: 5px 0 0 170px;
}
.registration-form .control-group .form-row .error-message {
  width: 200px;
}
.registration-selection input,
.registration-selection label {
  display: inline;
  float: none;
}
.registration-form .control-group .input-large.input-select {
  width: 223px;
}
.registration-form .agree-to-terms .terms-and-conditions,
.registration-form .agree-to-terms .privacy-policy-dialog,
.registration-form .agree-to-terms .term-error-msg {
  float: left;
  margin: 2px 1px;
}
.registration-form .agree-to-terms .form-row-button {
  width: auto;
}
.registration-form .terms-links {
  float: left;
  margin-left: 190px;
}
.registration-form select,
.registration-form input,
.registration-form .uneditable-input {
  margin-left: 0;
}
.registration-form legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  text-indent: 0;
}
.registration-form legend span {
  float: none;
  font-weight: normal;
  line-height: normal;
  position: absolute;
  right: 1em;
  top: 1em;
}
.registration-form .form-horizontal .control-group {
  margin-bottom: 15px;
}
.registration-form span.error {
  margin: 5px 0 0;
}
.registration-form label.checkbox {
  font-weight: normal;
  text-align: left;
  width: inherit;
}
.registration-side {
  background-color: #eed8d3;
  padding: 20px 15px;
}
.registration-side h3 {
  font-size: 1.188em;
  line-height: 1.2em;
  letter-spacing: 0.5px;
  margin: 0 0 5px;
}
.registration-side h3 + p {
  margin: 8px 0 16px;
}
.registration-side ul {
  margin: -12px 0 0;
  padding: 0 0 0 15px;
}
.registration-side li {
  list-style: disc;
  margin-bottom: 18px;
}
.registration-side a {
  text-decoration: underline;
  text-transform: none;
}
.account-navigation .account-nav-asset .account-help {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  color: #000;
  line-height: 100px;
  padding-bottom: 25px;
  position: relative;
  text-align: center;
  top: 4px;
}
.account-navigation .content-asset ul {
  margin: 0 0 20px;
  padding: 0 0 0 20px;
}
.account-navigation h3 {
  margin-top: 0;
}
.account-navigation .myaccount {
  border-top: 2px solid #000;
  font-size: 1.313em;
  letter-spacing: 1.4px;
  margin-bottom: 0;
  padding: 16px 0 15px 3px;
}
.account-navigation .secondary-navigation .toggle {
  border-top: 1px solid #000;
  color: #000;
  cursor: pointer;
  display: block;
  font: normal 1.24em 'ECB', sans-serif;
  letter-spacing: 0;
  padding: 16px 0 11px 20px;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
}
.account-navigation .secondary-navigation .toggle i {
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll 0px -436px;
  display: block;
  height: 10px;
  left: 0;
  margin-right: 5px;
  position: absolute;
  top: 23px;
  width: 15px;
}
.account-navigation .secondary-navigation .toggle i.up {
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll 0px -417px;
  top: 20px;
}
.account-navigation .secondary-navigation ul li {
  list-style: none;
  margin-bottom: 7px;
}
.account-navigation .secondary-navigation ul li a {
  font-size: 12px;
  text-transform: none;
}
.pt_account .account-header {
  margin: 0 0 10px;
}
.pt_account .account-header h3 {
  display: inline;
  padding: 0 5px 0 0;
}
.pt_account .account-header p {
  display: inline;
}
.pt_account .account-header .account-logout {
  text-transform: none;
}
.pt_account .account-header .account-logout a {
  text-decoration: none;
  text-transform: none;
}
.pt_account .row-fluid .template-placeholder {
  margin-left: 0;
}
.pt_account .row-fluid .span12 {
  margin-left: 0;
}
.pt_account .bl-accountinfo {
  margin-bottom: 160px;
}
.pt_account .bl-accountinfo .row-info {
  margin: 10px 0;
  border: #cacaca solid 1px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f1f1f1;
}
.pt_account .bl-accountinfo .row-info .title,
.pt_account .bl-accountinfo .row-info .value,
.pt_account .bl-accountinfo .row-info .next-level {
  float: left;
}
.pt_account .bl-accountinfo .row-info .title {
  width: 45%;
  text-transform: uppercase;
  padding-left: 15px;
  background-color: #f1f1f1;
  line-height: 20px;
}
.pt_account .bl-accountinfo .row-info .value {
  width: 55%;
  background-color: #f1f1f1;
  line-height: 20px;
}
.pt_account .bl-accountinfo .row-info .definition {
  width: 100%;
  font-size: small;
  font-style: italic;
}
.pt_account .level-info-details {
  padding-top: 40px;
}
.pt_account .bl-header-banner-desktop {
  padding-bottom: 10px;
}
.pt_account .bl-header-banner-mobile {
  padding-bottom: 10px;
}
.pt_account .maintain-level-benifits-details {
  text-align: center;
  padding: 10px;
}
.pt_account .benifts-notification {
  font-weight: bold;
  padding: 0px 10px 10px 10px;
  text-align: center;
}
.pt_account .benifts-notification-level3 {
  padding: 0 10px 10px 10px;
  font-weight: bold;
  text-align: center;
  height: 70px;
}
.pt_account .benifts-notification-level1 {
  position: relative;
  width: 100%;
  top: 155px;
  height: 50px;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  border: #cacaca solid 1px;
}
.pt_account .pt_account .bl-accountinfo .row-info .value {
  width: 63%;
  background-color: #f1f1f1;
  border: #cacaca solid 1px;
  line-height: 20px;
}
.pt_account .level-info-level1 {
  width: 100%;
  height: 450px;
}
.pt_account .level-info-level2 {
  width: 100%;
  height: 500px;
}
.pt_account .level-info-level3 {
  width: 100%;
  height: 630px;
}
.pt_account .level-info-member {
  width: 100%;
  height: 330px;
}
.pt_account .maintain-level {
  border: #cacaca solid 1px;
  width: 50%;
  float: left;
  height: 220px;
  border-bottom: #cacaca solid 0px;
  border-right: #cacaca solid 0px;
  display: inline-block;
  position: relative;
  background: #ffffff;
}
.pt_account .maintain-level:after {
  content: '';
  display: block;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -10px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #cacaca;
  border-right: 1px solid #cacaca;
  background: white;
  margin-left: -4px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.pt_account .maintain-level-title {
  text-align: center;
  line-height: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
  font: normal 1.24em "ECB";
  font-weight: 600;
}
.pt_account .maintain-what-you-get {
  text-align: center;
  line-height: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
  font: normal 1.24em "ECB";
  font-weight: 600;
}
.pt_account .maintain-level-benifits {
  margin-left: -1px;
  text-align: center;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 15px;
  border: #cacaca solid 1px;
  border-right: #cacaca solid 0px;
  border-top: #cacaca solid 0px;
  height: 440px;
}
.pt_account .maintain-level3 {
  border: #cacaca solid 1px;
  width: 50%;
  float: left;
  height: 250px;
  border-bottom: #cacaca solid 0px;
}
.pt_account .maintain-level3-benifits {
  height: 530px;
  margin-top: 10px;
  margin-right: -1px;
  margin-bottom: 15px;
  margin-left: -1px;
  line-height: 20px;
  text-align: center;
  border: #cacaca solid 1px;
  border-top: #cacaca solid 0px;
}
.pt_account .next-level-benifits {
  margin-left: -1px;
  margin-right: -1px;
  text-align: center;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 15px;
  border: #cacaca solid 1px;
  height: 440px;
  border-top: #cacaca solid 0px;
}
.pt_account .next-level-benifits-member {
  margin-left: -1px;
  margin-right: -1px;
  text-align: center;
  line-height: 20px;
  margin-top: 10px;
  margin-bottom: 15px;
  border: #cacaca solid 1px;
  height: 280px;
  border-top: #cacaca solid 0px;
}
.pt_account .maintain-level-details {
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 10px;
  padding-bottom: 50px;
  padding-top: 10px;
  border-bottom: #cacaca solid 1px;
  height: 150px;
}
.pt_account .maintain-level-details-level3 {
  height: 180px;
  padding-top: 10px;
  padding-bottom: 50px;
  padding-left: 10px;
  margin-right: 15px;
  margin-left: 15px;
  text-align: center;
  border-bottom: #cacaca solid 1px;
}
.pt_account .next-level-details {
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 10px;
  padding-bottom: 50px;
  padding-top: 10px;
  border-bottom: #cacaca solid 1px;
  height: 150px;
}
.pt_account .next-level {
  width: 50%;
  float: right;
  height: 220px;
  border: #cacaca solid 1px;
  border-bottom: #cacaca solid 0px;
}
.pt_account .next-level-member {
  float: left;
  width: 50%;
  height: 400px;
  border: #cacaca solid 1px;
  border-bottom: #cacaca solid 0px;
}
.pt_account .show-next-level {
  position: absolute;
  border: #000000 solid 1px;
  left: 54.8%;
  top: 72%;
  background: #ffffff;
  width: 60px;
  height: 30px;
  text-align: center;
  padding-top: 5px;
}
.pt_account .next-level-title {
  line-height: 20px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px;
  font: normal 1.24em "ECB";
  font-weight: 600;
}
.pt_account .bl-tooltip {
  position: relative;
  display: inline-block;
  cursor: help;
}
.pt_account .bl-tooltip .tooltiptext {
  visibility: hidden;
  width: 220px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 10px;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 45%;
  word-wrap: break-word;
  font: normal 12px sans-serif;
}
.pt_account .bl-tooltip:hover .tooltiptext {
  visibility: visible;
}
.pt_account .bl-tooltip .label-tooltiptext {
  visibility: hidden;
  width: 220px;
  background-color: black;
  color: #fff;
  text-align: center;
  text-transform: none;
  padding: 10px;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 180%;
  word-wrap: break-word;
  font: normal 12px sans-serif;
}
.pt_account .bl-tooltip:hover .label-tooltiptext {
  visibility: visible;
}
.pt_account .gift-certificate-landing .row-content {
  margin-bottom: 17px;
}
.pt_account .gift-certificate-landing .row-content:last-child {
  margin-bottom: 50px;
}
.pt_account .gift-certificate-landing .row-content .content-slot {
  margin-left: 1.952%;
  width: 49.023%;
}
.pt_account .gift-certificate-landing .row-content .content-slot:first-child {
  margin-left: 0;
}
.pt_account .gift-certificate-landing .row-content .gift-certificate-panel {
  padding: 13px 39px 25px;
}
.pt_account .gift-certificate-landing .row-content .gift-certificate-panel h3 {
  letter-spacing: 2px;
  margin-bottom: 16px;
}
.pt_account .gift-certificate-landing .row-content .gift-certificate-panel p {
  margin-bottom: 22px;
}
.pt_account .gift-certificate-landing .row-content .gift-certificate-panel .form-row,
.pt_account .gift-certificate-landing .row-content .gift-certificate-panel input {
  margin-bottom: 0;
}
.pt_account .gift-certificate-landing .row-content .gift-certificate-panel .balance-result {
  margin-top: 10px;
}
.pt_account .gift-certificate-landing .row-content .gift-certificate-panel .error {
  color: #ff0000;
  font-size: 0.917em;
  text-align: right;
}
.pt_account .gift-certificate-landing .row-content .gift-certificate-panel .error:before {
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll -18px -151px;
  width: 10px;
  height: 10px;
  content: "";
  display: inline-block;
  margin-right: 5px;
}
.pt_account .gift-certificate-landing .template-placeholder {
  border: none;
}
.pt_account .gift-certificate-purchase {
  margin-bottom: 55px;
  background: #f1f1f1;
  padding: 5px 15px;
}
.pt_account .gift-certificate-purchase h1 {
  font: 1.5em 'ECB', sans-serif;
  line-height: 0.8em;
  margin: 0 0 14px;
  font-weight: 600;
}
.pt_account .gift-certificate-purchase .form-row.type-giftcard {
  margin-bottom: 4px;
  overflow: hidden;
}
.pt_account .gift-certificate-purchase .form-row.type-giftcard .delivery-panel-left {
  float: left;
  padding: 14px 0 0 5px;
  width: 164px;
}
.pt_account .gift-certificate-purchase .form-row.type-giftcard .delivery-panel-left input[type="radio"] {
  float: left;
}
.pt_account .gift-certificate-purchase .form-row.type-giftcard .delivery-panel-left .email-recipient {
  margin: 0 0 0 8px;
  padding: 0;
  width: auto;
}
.pt_account .gift-certificate-purchase .form-row.type-giftcard .registration-panel {
  float: left;
  padding-top: 14px;
  width: auto;
}
.pt_account .gift-certificate-purchase .form-row.type-giftcard .registration-panel input[type="radio"] {
  float: left;
}
.pt_account .gift-certificate-purchase .form-row.type-giftcard .registration-panel label {
  margin: 0 0 0 8px;
  padding: 0;
  width: auto;
}
.pt_account .gift-certificate-purchase .cert-amount {
  float: left;
  position: relative;
  width: 100%;
}
.pt_account .gift-certificate-purchase .cert-amount .error {
  text-align: left;
}
.pt_account .gift-certificate-purchase .form-row-button {
  clear: right;
  float: right;
}
.pt_account .gift-certificate-purchase .form-row-button .btn-giftpurchase {
  width: 184px;
}
.pt_account .gift-certificate-purchase .form-row {
  margin-bottom: 0;
}
.pt_account .gift-certificate-purchase .form-row .gift-cert-amount {
  width: 100%;
}
.pt_account .gift-certificate-purchase .form-row [class*="input-"] {
  margin-top: 0;
}
.pt_account .gift-certificate-purchase .form-row .control-label {
  margin-top: 1px;
}
.pt_account .gift-certificate-purchase .form-row .input-textarea {
  height: 110px;
}
.pt_account .gift-certificate-purchase .form-row .char-count {
  text-align: right;
}
.pt_account .gift-certificate-purchase .form-row.electronic-field {
  margin-bottom: 16px;
}
.pt_account .gift-certificate-purchase .additional-message {
  display: none;
  margin-top: 10px;
}
.pt_account .gift-card-content {
  margin-bottom: 55px;
}
.ui-dialog .ui-dialog-titlebar-close {
  top: -14px;
}
.ui-dialog .ui-dialog-title {
  font: 1.313em 'ECB', sans-serif;
  letter-spacing: 1.5px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
}
#dialog-container h3 {
  display: none;
}
label,
input[type="text"],
input[type="email"],
button,
select,
textarea {
  color: #000;
}
#CreditCardForm {
  margin: 0 0 0 9px;
  width: 435px;
}
#CreditCardForm label,
#CreditCardForm .form-label-text {
  clear: both;
  line-height: 40px;
  margin: 0;
  padding: 0;
  width: 123px;
}
#CreditCardForm .form-label-text + .form-row {
  float: left;
  margin-right: 16px;
}
#CreditCardForm input[type="text"],
#CreditCardForm select {
  margin: 0;
}
#CreditCardForm select.input-medium {
  width: 123px;
}
#CreditCardForm .controls {
  float: right;
  margin-bottom: 10px;
}
#CreditCardForm .mandatory-field {
  text-align: right;
}
#CreditCardForm .expires .form-row {
  clear: none;
  float: left;
}
#CreditCardForm .expires .controls {
  width: 123px;
}
#CreditCardForm .form-row-button {
  margin: 0 0 0 123px;
}
#CreditCardForm .form-row-button button.btn-primary {
  width: 140px;
}
#CreditCardForm .form-row-button a.btn-info {
  float: right;
  line-height: 32px;
  width: 143px;
}
#CreditCardForm .required-indicator {
  color: #ff0000;
}
/* Forgot password */
.ForgotPasswordDialog {
  padding: 40px;
}
.ForgotPasswordDialog .ui-dialog-titlebar {
  padding: 0;
}
.ForgotPasswordDialog .ui-dialog-title {
  display: none;
}
.ForgotPasswordDialog .ui-dialog-content {
  padding: 0;
}
.ForgotPasswordDialog .ui-dialog-content h4 {
  font-size: 1.333em;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.ForgotPasswordDialog .control-label {
  margin: 5px 0;
  padding: 0;
  width: auto;
}
.ForgotPasswordDialog form {
  margin-bottom: 0;
}
.ForgotPasswordDialog form .form-row {
  margin-bottom: 0;
}
.ForgotPasswordDialog .panel02 {
  padding: 20px 15px;
}
.ForgotPasswordDialog .panel02 p {
  margin-bottom: 0;
}
.ForgotPasswordDialog .btn {
  margin-top: 10px;
}
/* General Error Message */
.error-form {
  color: #ff0000;
  font-size: 0.917em;
  line-height: normal;
  padding-left: 15px;
  position: relative;
  text-align: left;
}
.error-form:before {
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll -18px -151px;
  width: 10px;
  height: 10px;
  content: "";
  display: inline-block;
  left: 0;
  position: absolute;
  top: 2px;
}
/* Reset Password */
.change-my-password {
  width: 554px;
}
.change-my-password h2 {
  font-family: 'ECB', sans-serif;
  line-height: 1em;
  margin: 0 0 20px;
  font-weight: 600;
}
.change-my-password .form-row {
  margin: 0;
}
.change-my-password .help-block.Connected {
  text-align: right;
}
.change-my-password .form-row-button {
  margin-top: 10px;
}
/* Add Addresses popup */
#dialog-container h1 {
  font: 1.313em "ECB";
  letter-spacing: 1.5px;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.ui-dialog[aria-labelledby="ui-dialog-title-dialog-container"] .ui-dialog-titlebar,
.ui-dialog[aria-labelledby="ui-dialog-title-add-address-dialog"] .ui-dialog-titlebar,
.ui-dialog[aria-labelledby*="ui-dialog-title-edit-address-dialog"] .ui-dialog-titlebar {
  padding: .4em 1.7em;
}
.ui-dialog[aria-labelledby="ui-dialog-title-dialog-container"] .ui-dialog-titlebar-close,
.ui-dialog[aria-labelledby="ui-dialog-title-add-address-dialog"] .ui-dialog-titlebar-close,
.ui-dialog[aria-labelledby*="ui-dialog-title-edit-address-dialog"] .ui-dialog-titlebar-close {
  right: 35px;
}
.ui-dialog[aria-labelledby="ui-dialog-title-dialog-container"] .ui-dialog-title,
.ui-dialog[aria-labelledby="ui-dialog-title-add-address-dialog"] .ui-dialog-title,
.ui-dialog[aria-labelledby*="ui-dialog-title-edit-address-dialog"] .ui-dialog-title {
  margin: 10px 0 0;
}
.ui-dialog[aria-labelledby="ui-dialog-title-send-to-friend-dialog"] .ui-dialog-titlebar-close {
  right: -2px;
}
.ui-dialog[aria-labelledby="ui-dialog-title-add-credit-card-dialog"] .ui-dialog-titlebar-close {
  right: 24px;
}
.ui-dialog[aria-labelledby="ui-dialog-title-add-credit-card-dialog"] h3 {
  display: none;
}
#edit-address-form {
  margin: -15px 0 0 0;
  padding: 0 10px;
}
#edit-address-form legend {
  border: 0;
  line-height: 15px;
  margin: 0;
}
#edit-address-form .mandatory-field {
  color: #000;
  font-size: 0.62em;
  padding: 18px 20px 3px 0;
  text-align: right;
}
#edit-address-form .mandatory-field .required-indicator {
  color: #ff0000;
}
#edit-address-form label {
  float: left;
  line-height: 38px;
  margin: 0;
  padding: 0;
  width: 122px;
}
#edit-address-form input,
#edit-address-form select {
  margin-bottom: 0;
}
#edit-address-form .controls {
  float: left;
  margin-bottom: 10px;
}
#edit-address-form .help-block {
  color: #9a9a9a;
  font-size: 0.94em;
  margin-bottom: 3px;
}
#edit-address-form .state-zip {
  clear: both;
  margin-bottom: 11px;
}
#edit-address-form .state-zip select {
  width: 104px;
}
#edit-address-form .state-zip input {
  width: 102px;
}
#edit-address-form .state-zip .controls {
  margin-bottom: 0;
}
#edit-address-form .state-zip span.error {
  text-align: left;
  width: 104px;
}
#edit-address-form .state-zip .state {
  float: left;
  width: 227px;
}
#edit-address-form .state-zip .zip {
  float: left;
  margin-left: 28px;
  width: 182px;
}
#edit-address-form .state-zip .zip label {
  width: 77px;
}
#edit-address-form .input-phone {
  width: 204px;
}
#edit-address-form .form-field-tooltip {
  display: none;
}
#edit-address-form .form-row-button {
  margin: 0 0 0 122px;
  padding-top: 17px;
}
#edit-address-form .apply-button {
  margin-right: 25px;
  width: 140px;
}
#edit-address-form .delete {
  background: none;
  border: 0;
  display: block;
  font-size: 1em;
  padding: 20px 0 0;
  text-transform: uppercase;
  width: auto;
}
/* Personal Data */
.pt_account .edit-account {
  font: normal 1.5em 'ECB', sans-serif;
  letter-spacing: 2px;
  margin-top: -5px;
  font-weight: 600;
}
.changeprofile {
  padding: 1px 0 0 1px;
}
.changeprofile > p {
  margin-bottom: 0;
}
.changeprofile .form-horizontal .help-group .controls-help {
  margin-bottom: 5px;
  margin-top: 19px;
}
.changeprofile .form-horizontal .help-group .help-inline {
  float: none;
  font-size: 0.875em;
  margin: 0;
  padding: 0;
  text-align: right;
  width: 100%;
}
.changeprofile .form-horizontal .date-dropdown {
  margin-bottom: -1px;
}
.changeprofile .form-horizontal .date-dropdown .control-label {
  padding-top: 12px;
}
.changeprofile .form-horizontal .date-dropdown .input-small {
  float: none;
  width: 80px;
}
.changeprofile .form-horizontal .date-dropdown .month {
  margin-left: 17px;
  width: 110px;
}
.changeprofile .form-horizontal .date-dropdown .year {
  margin-left: 16px;
}
.changeprofile .form-horizontal .control-label {
  margin-bottom: 5px;
  padding-bottom: 12px;
  padding-top: 11px;
  width: 160px;
}
.changeprofile .form-horizontal .controls {
  margin-left: 162px;
  width: 394px;
}
.changeprofile .form-horizontal .controls .input-xlarge {
  width: 394px;
}
.changeprofile .controls-confirmpassword .control-label {
  padding-top: 13px;
}
.changeprofile .controls-email .control-label {
  padding-botom: 2px;
  padding-top: 11px;
}
.changeprofile .form-horizontal .validatepassword {
  margin-bottom: -1px;
  margin-top: 0;
}
.changeprofile .form-horizontal .controls .validatephone {
  width: 166px;
}
.changeprofile .form-horizontal .controls .validatephone + .error {
  max-width: 166px;
}
.changeprofile .form-horizontal .vd-confirmpassword {
  margin-top: 5px;
}
.changeprofile .form-horizontal .help-block {
  color: #9a9a9a;
  font-size: 0.917em;
  max-width: 394px;
  margin: 0 0 8px;
  text-align: right;
}
.changeprofile .form-horizontal .LargeMobileButton {
  margin-top: 4px;
  padding-left: 17px;
  width: 130px;
}
.pt_order .primary-content {
  border-left: none;
}
.order-history-header button {
  float: right;
}
.option-add-to-cart input {
  width: 50px;
}
.order-history-table tr th {
  font-weight: bold;
}
.order-history-table tr td {
  padding: 0;
  vertical-align: top;
}
.order-history-table tr td ul {
  margin: 0;
}
.order-history-items {
  margin: 10px;
}
.pt_order .search-result-items .value {
  margin: 0 30px 0 10px;
}
.pt_order .search-result-items .order-history-table .value {
  margin: 0;
}
.pt_order .search-result-options {
  margin: 0 0 21px;
}
.pt-order .page-content .primary-content .content-header {
  font-size: 1.75em;
}
.pt_order .item-list td .value,
.pt_order .order-shipment-table td .value {
  float: right;
  margin: 0 10px 0 10px;
}
.pt_order .order-shipment-table td .product-list-item {
  width: 70%;
}
.order-totals-table th {
  display: none;
}
.order-totals-table td {
  padding: 2px 0;
}
.order-totals-table .order-total {
  font-size: 1.2em;
  font-weight: 700;
}
.order-totals-item {
  width: 60%;
}
.order-totals-value {
  width: 40%;
}
.order-subtotal {
  font-weight: 700;
}
.pt_order #secondary {
  margin-left: 0;
}
.pt_order .row-fluid .span12 {
  margin-left: 0;
}
/* Order Summary */
.pt_order .history-header {
  letter-spacing: 1.8px;
  line-height: 0.8em;
  margin: 0;
}
.pt_order .no-order {
  margin-top: 20px;
}
.pt_order .summary-header {
  letter-spacing: 1.8px;
  line-height: 0.8em;
  margin: 0 0 41px;
}
.pt_order .item-list .section-header,
.pt_order .order-shipment-table .section-header {
  background: #f1f1f1;
  font: 1.2em/1.2em 'ECB', sans-serif;
  margin-bottom: 15px;
  min-height: 50px;
  padding: 10px 0;
  text-transform: uppercase;
  font-weight: 600;
}
.pt_order .item-list {
  border-top: #000 solid 1px;
}
.pt_order .item-list .section-header > div {
  letter-spacing: 0.6px;
}
.pt_order .item-list .details > div {
  float: left;
  font-size: 1em;
  padding-right: 30px;
  width: 21.3%;
}
.pt_order .item-list .details > div.order-payment-instruments b {
  font-weight: normal;
}
.pt_order .item-list .details > div.order-payment-instruments b.exp {
  font-weight: bold;
}
.pt_order .item-list .details > div.order-payment-instruments .creditcard-type b {
  display: block;
}
.pt_order .item-list .details > div.order-payment-summary {
  padding-right: 0;
  width: 32.2%;
}
.pt_order .item-list .details > div.order-information {
  padding-left: 1.4%;
  width: 21.4%;
}
.pt_order .item-list .details > div.order-information > div {
  padding-top: 17px;
}
.pt_order .item-list .details > div.order-information > div:first-child {
  padding-top: 0;
}
.pt_order .item-list .label {
  background: none;
  color: #000;
  display: block;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5em;
  padding: 0;
  white-space: normal;
}
.pt_order .item-list .address-phone {
  margin-top: 17px;
}
.pt_order .item-list .orderpaymentinstrumentsgc {
  margin-bottom: 17px;
}
.pt_order .item-list .payment-type {
  font-weight: bold;
}
.pt_order .item-list .payment-amount .label {
  float: left;
  padding-right: 4px;
}
.pt_order .item-list .order-totals-table .order-subtotal {
  font-size: 1.13em;
}
.pt_order .item-list .order-totals-table .order-subtotal > div:first-child {
  font-size: 0.9em;
}
.pt_order .item-list .order-totals-table .order-total {
  margin-top: 14px;
  font-size: 1.1em;
}
.pt_order .item-list .order-totals-table .order-total > div {
  font-size: 1.4em;
}
.pt_order .item-list .order-totals-table .order-total > div:first-child {
  font-size: 0.9em;
  margin-top: 2px;
}
.pt_order .item-list .order-totals-table .payment-total > div {
  clear: both;
  line-height: 1.13em;
  overflow: hidden;
}
.pt_order .item-list .order-totals-table .payment-total > div > div {
  float: right;
  text-align: right;
  width: 34%;
}
.pt_order .item-list .order-totals-table .payment-total > div > div:first-child {
  float: left;
  line-height: 1.5em;
  text-align: left;
  width: 64%;
}
.pt_order .order-shipment-table {
  margin-top: 40px;
}
.pt_order .order-shipment-table .section-header {
  min-height: 35px;
}
.pt_order .order-shipment-table .order-shipment-item,
.pt_order .order-shipment-table .order-shipment-to,
.pt_order .order-shipment-table .order-shipment-quantity,
.pt_order .order-shipment-table .order-shipment-price {
  float: left;
}
.pt_order .order-shipment-table .order-shipment-item {
  padding-left: 1.5%;
  width: 32.6%;
}
.pt_order .order-shipment-table .order-shipment-to {
  width: 30.6%;
}
.pt_order .order-shipment-table .order-shipment-quantity {
  width: 10%;
}
.pt_order .order-shipment-table .order-shipment-price {
  width: 22%;
}
.pt_order .order-shipment-table .details {
  margin-bottom: 20px;
}
.pt_order .order-shipment-table .details .order-shipment-price {
  font-weight: bold;
}
.pt_order .order-shipment-table .details .product-list-item .image {
  float: left;
  height: 70px;
  margin: -8px 10px 20px -10px;
  width: 70px;
}
.pt_order .order-shipment-table .details .product-list-item .info-item {
  float: right;
  width: 150px;
}
.pt_order .order-shipment-table .details .product-list-item .sku .label,
.pt_order .order-shipment-table .details .product-list-item .sku .value {
  font-size: 0.94em;
}
.pt_order .order-shipment-table .details .product-list-item .label,
.pt_order .order-shipment-table .details .product-list-item .value {
  background: none;
  color: #9a9a9a;
  font-size: 1em;
  font-weight: normal;
  padding: 0;
}
.pt_order .order-shipment-table .details .order-shipment-to .label {
  background: none;
  color: #000;
  font-size: 1em;
  padding: 0;
}
.pt_order .order-shipment-table .details .order-shipment-to .order-shipment-address {
  margin-bottom: 18px;
}
.pt_order .order-shipment-table .details .order-shipment-to .order-shipment-address .name {
  line-height: 18px;
  margin-top: -3px;
}
.pt_order .order-shipment-table.gift-cert .order-shipment-item {
  width: 43.6%;
}
.pt_order .order-shipment-table.gift-cert .label,
.pt_order .order-shipment-table.gift-cert .value {
  background: none;
  color: #000;
  font-size: 1em;
  padding: 0;
}
.pt_order .order-shipment-table.gift-cert .order-gift-cert-attributes .name {
  font: 1em/1.2em 'ECB', sans-serif;
  text-decoration: none;
  font-weight: 800;
}
.pt_order .order-shipment-table.gift-cert .order-gift-cert-from {
  margin-top: 5px;
}
.pt_order .order-shipment-table.gift-cert .order-shipment-address .value {
  display: block;
}
.pt_order .order-shipment-instruction,
.pt_order .order-shipment-gift-message {
  margin-bottom: 20px;
}
.pt_order .order-shipment-instruction span,
.pt_order .order-shipment-gift-message span {
  display: block;
}
.pt_order .order-shipment-instruction .label,
.pt_order .order-shipment-gift-message .label {
  background: none;
  color: #000;
  font: 1.2em/1.2em 'ECB', sans-serif;
  padding: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.pt_order .order-detail-options {
  margin: 30px 0;
}
.pt_order .order-detail-options .return-order-history {
  display: inline-block;
  font: 1em 'ECB', sans-serif;
  margin-top: 14px;
  font-weight: 600;
}
.pt_order .order-detail-options .return-shopping {
  float: right;
  width: 270px;
}
.pt_order .search-result-items {
  border-bottom: 1px solid #cacaca;
  margin: 0;
}
.pt_order .search-result-items .order-history-header {
  background: #f1f1f1;
  border-top: 1px solid #000;
  margin-bottom: 20px;
  min-height: 50px;
  padding: 12px 20px 13px 10px;
  text-transform: initial;
}
.pt_order .search-result-items .order-history-header .order-history-info {
  float: left;
}
.pt_order .search-result-items .order-history-header .btn-order-detail {
  letter-spacing: 1.4px;
  margin-top: 9px;
}
.pt_order .search-result-items .order-history-header .label {
  background: none;
  color: #000;
  font-size: 1em;
  padding: 0;
}
.pt_order .search-result-items .order-history-header .value {
  margin: 0;
}
.pt_order .search-result-items .order-history-items {
  margin: 0;
}
.pt_order .search-result-items .order-history-items .order-history-table {
  width: 100%;
}
.pt_order .search-result-items .order-history-items .order-history-table .order-history-title {
  display: block;
  font: 1.167em 'ECB', sans-serif;
  letter-spacing: 0.6px;
  margin-bottom: 3px;
  text-transform: uppercase;
  font-weight: 600;
}
.pt_order .search-result-items .order-history-items .order-history-table .order-history-title .gift-cert {
  text-transform: none;
}
.pt_order .search-result-items .order-history-items .order-history-table .order-shipped-to {
  width: 33.75%;
}
.pt_order .search-result-items .order-history-items .order-history-table .order-items {
  width: 51.6%;
}
.pt_order .search-result-items .order-history-items .order-history-table .order-items .product-name {
  text-align: left;
}
.pt_order .search-result-items .order-history-items .order-history-table .order-items ul {
  padding: 5px 0 7px;
  width: 77.29%;
}
.pt_order .search-result-items .order-history-items .order-history-table .order-items ul li {
  font: 1em Arial, sans-serif;
  margin-bottom: 20px;
  text-transform: capitalize;
}
.pt_order .search-result-items .order-history-items .order-history-table .order-items ul li a.toggle {
  cursor: pointer;
  display: block;
  font: 1em Arial, sans-serif;
}
.pt_order .search-result-items .order-history-items .order-history-table .order-items ul li.gift-cert {
  text-transform: none;
}
.pt_order .search-result-options {
  margin: 0;
}
.pt_order .search-result-options .pagination {
  margin: 14px 0 6px;
  overflow: hidden;
}
.pt_order .order-history-bottom {
  margin-bottom: 100px;
}
.pt_order #order-shipment-to-phone-container .order-shipment-to .label {
  background: none;
  color: #000;
  font-size: 1em;
  padding: 0;
}
.pt_order #order-shipment-to-phone-container .order-shipment-to .order-shipment-address {
  margin-bottom: 18px;
}
.pt_order #order-shipment-to-phone-container .order-shipment-to .order-shipment-address .name {
  line-height: 18px;
  margin-top: -3px;
}
/* Order complete */
#onePageCheckoutConfirmationContent {
  width: 100%;
  max-width: 1280px;
  margin: auto;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
#onePageCheckoutConfirmationContent .row-fluid .span4 {
  width: 100%;
  margin: 0;
  padding: 0 30px;
  box-sizing: border-box;
}
div.order-confirmation {
  max-width: 1280px;
  margin-bottom: 60px;
}
div.order-confirmation header {
  padding: 0 0 22px;
  margin: 0;
  text-align: center;
  border-bottom: 1px solid #cacaca;
}
div.order-confirmation header h1,
div.order-confirmation h2 {
  font-family: "Acta Display", Georgia, Serif;
  font-weight: 600;
  text-transform: capitalize;
}
div.order-confirmation header h1 {
  margin: 60px 0 30px 0;
  padding: 0 18px;
  font-size: 40px;
  line-height: 52px;
  letter-spacing: 1px;
  box-sizing: border-box;
}
div.order-confirmation h2 {
  margin: 60px 0 10px;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 1px;
  text-align: center;
}
div.order-confirmation header strong {
  font-family: "ECB", "Azo Sans", arial, sans-serif;
  display: inline-block;
  margin-bottom: 28px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
div.order-confirmation header p {
  padding: 0 18px;
}
div.order-confirmation .card {
  padding: 0;
  margin-bottom: 30px;
  text-align: center;
  border: 0;
}
div.order-confirmation .card p {
  min-height: 50px;
  letter-spacing: 0;
}
div.order-confirmation p {
  font-family: "ECB", "Azo Sans", arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #666;
  margin: 0 0 20px;
  font-weight: 300;
}
div.order-confirmation a.button-default {
  font-family: "ECB", "Azo Sans", arial, sans-serif;
  display: inline-block;
  width: 100%;
  height: 50px;
  font-size: 14px;
  line-height: 50px;
  font-weight: 400;
  color: #fff;
  background: #181818;
  text-decoration: none;
  text-transform: uppercase;
  box-sizing: border-box;
  letter-spacing: 0.1875rem;
  transition: all 150ms ease-in-out;
}
div.order-confirmation a.button-default:hover {
  background: #FFA39E;
}
div.order-confirmation header a,
div.order-confirmation header a:hover {
  color: #000;
  text-decoration: none;
  pointer-events: none;
  background: transparent;
}
div.order-confirmation .iconChevronRight {
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: 5px 0 0 5px;
  border-style: solid;
  border-width: 0 1px 1px 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
div.order-confirmation .estimatedDelivery {
  font-weight: normal;
}
.pt_order-confirmation .complete-header {
  letter-spacing: 1.8px;
  line-height: 0.8em;
  margin: 32px 0 6px;
}
.pt_order-confirmation .row-fluid .span12 {
  margin-left: 0;
}
.pt_order-confirmation .order-confirmation-details .summary-header {
  margin-bottom: 18px;
}
.pt_order-confirmation .confirmation-message {
  margin-bottom: 13px;
}
.pt_order-confirmation .confirmation-message p {
  margin: 0;
  width: 62%;
}
.pt_order-confirmation .item-list {
  border-top: none;
}
.pt_order-confirmation .item-list .details > div.order-information {
  line-height: 1.125em;
  padding-left: 11px;
  padding-right: 30px;
  width: 17.6%;
}
.pt_order-confirmation .item-list .details > div.order-payment-instruments,
.pt_order-confirmation .item-list .details > div.order-billing {
  width: 22%;
}
.pt_order-confirmation .order-shipment-table .order-shipment-item {
  padding-left: 11px;
  width: 17.6%;
}
.pt_order-confirmation .order-shipment-table .order-shipment-price,
.pt_order-confirmation .order-shipment-table .order-shipment-quantity {
  margin-right: 0;
  padding-left: 11px;
  padding-right: 30px;
  width: 22%;
}
.pt_order-confirmation .order-shipment-table .details:last-child {
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
  padding-bottom: 18px;
}
.pt_order-confirmation .order-shipment-table .details .product-list-item .info-item {
  float: none;
  width: 100%;
}
.pt_order-confirmation .order-shipment-table .details .product-list-item .image {
  display: none;
}
.pt_order-confirmation .print-page {
  bottom: -28px;
  font: 12px Arial, sans-serif;
  position: relative;
  right: 2px;
  text-transform: capitalize;
}
.pt_order-confirmation .print-page .icon-print {
  margin: 0 5px 0 0;
}
.pt_order-confirmation .actions {
  padding-bottom: 297px;
}
.pt_order-confirmation .actions .btn-continue-shopping {
  float: right;
  letter-spacing: 1.8px;
  margin-top: 20px;
  width: 271px;
}
.pt_order-confirmation .login-box.login-create-account {
  background: #f1f1f1;
  margin-top: 5px;
  padding: 25px 10px 0;
  text-align: center;
}
.pt_order-confirmation .login-box.login-create-account .section-header {
  letter-spacing: 1.7px;
  margin-bottom: 19px;
}
.pt_order-confirmation .login-box.login-create-account .login-box-content p {
  margin-bottom: 6px;
}
.pt_order-confirmation .login-box.login-create-account form {
  border: none;
  margin-bottom: 0;
}
.pt_order-confirmation .login-box.login-create-account form input + .error {
  margin-top: -6px;
}
.pt_order-confirmation .login-box.login-create-account form .form-row {
  margin-bottom: 9px;
  margin-top: 8px;
}
.pt_order-confirmation .login-box.login-create-account form .form-row.agreement {
  margin: 0;
  clear: both;
  overflow: hidden;
}
.pt_order-confirmation .login-box.login-create-account form .form-row.agreement label.checkbox {
  margin-bottom: 0;
  padding-bottom: 0;
}
.pt_order-confirmation .login-box.login-create-account form .form-row.agreement .required-indicator {
  display: none;
}
.pt_order-confirmation .login-box.login-create-account form .privacy-policy {
  padding-left: 30px;
  text-align: left;
}
.pt_order-confirmation .login-box.login-create-account form .privacy-policy a {
  text-transform: none;
}
.pt_order-confirmation .login-box.login-create-account form .privacy-policy .required-indicator {
  color: #ff0000;
  font-size: 1.167em;
}
.pt_order-confirmation .login-box.login-create-account form .agreement-error .error {
  margin-top: -5px;
  padding-left: 30px;
  text-align: left;
}
.pt_order-confirmation .login-box.login-create-account form .btn-create-account {
  font-size: 1.333em;
  width: 100%;
}
.pt_order-confirmation .login-box.login-create-account .help-block {
  display: none;
}
.pt_wish-list .login-general.panel01 {
  margin-left: 0;
  padding-top: 0;
}
.pt_wish-list .login-general.panel01 h2 {
  border-top: 1px solid #000;
  padding-top: 30px;
}
.pt_wish-list .login-general.panel01 form {
  margin: 0;
}
.pt_wish-list .login-general.panel01 .btn-primary {
  /* overwrite to make it look like info button only for this page */
  background: #fff;
  color: #000;
}
.pt_wish-list .login-general.panel01 .btn-primary:hover {
  background: #707070;
  border-color: #707070;
  color: #fff;
}
.pt_wish-list .whislist-find label {
  padding: 0;
  widht: 100%;
}
.wishlist-login .panel-half {
  float: left;
  padding: 37px 45px 12px 42px;
}
.wishlist-login .return-customer {
  margin-bottom: 81px;
  padding-bottom: 32px;
}
.wishlist-login .create-wishlist .section-header {
  margin-left: -3px;
}
.wishlist-login .create-wishlist form {
  border-bottom: none;
  margin-bottom: 0;
}
.wishlist-login form {
  margin-bottom: 13px;
}
.wishlist-login .login-general {
  padding: 0;
}
.wishlist-login .login-general h2.section-header {
  border-top: none;
  padding-top: 4px;
  width: 105%;
}
.wishlist-login .login-general .last-name {
  padding-bottom: 1px;
}
.wishlist-login .login-general .last-name label {
  padding-top: 1px;
}
.wishlist-login .login-general .first-name {
  padding-bottom: 2px;
}
.pt_wish-list .primary-content {
  border-left: none;
}
.pt_wish-list .item-dashboard .value {
  float: right;
}
.pt_wish-list .item-dashboard label {
  padding: 5px 0 0;
}
.pt_wish-list .item-dashboard select {
  float: right;
  width: 100px;
}
.pt_wish-list .item-dashboard .input-text {
  float: right;
  width: 100px;
}
.pt_wish-list .option-add-to-cart .input-text {
  float: right;
  width: 100px;
}
.pt_wish-list .option-add-to-cart .add-to-cart {
  float: right;
  margin: 20px 0 0 50px;
}
.pt_wish-list .option-add-to-cart .button-fancy-small {
  float: right;
}
.pt_wish-list #secondary {
  margin-left: 0;
}
.pt_wish-list .row-fluid .span12 {
  margin-left: 0;
}
.wishlist-search-desktop-container {
  border-bottom: 1px solid #000;
  margin-bottom: 5px;
}
.wishlist-search .wishlist-search-form {
  margin-bottom: 4px;
}
.wishlist-search .wishlist-search-heading {
  border-top: 1px solid #000;
  font-size: 1.333em;
  letter-spacing: 1.8px;
  padding: 16px 0 2px;
}
.wishlist-search .whislist-find > div {
  float: left;
  margin-left: 1.8%;
  width: 20.8%;
}
.wishlist-search .whislist-find > div.last-name {
  margin-left: 0;
}
.wishlist-search .whislist-find > div.email {
  width: 32%;
}
.wishlist-search .whislist-find > div label {
  margin: 0;
  padding: 3px 0 0;
}
.wishlist-search .whislist-find > div .input-text {
  margin-top: 3px;
}
.wishlist-search .whislist-find > div.button-find button {
  float: left;
  margin-top: 20px;
}
.wishlist-result-list {
  border-bottom: 1px solid #000;
  margin-left: 0;
  padding-bottom: 1px;
  padding-top: 5px;
}
.wishlist-result-list .table {
  margin-bottom: 0;
}
.wishlist-result-list tbody tr:first-child td {
  border: 0 none;
}
.wishlist-result-list tbody td {
  border-bottom: 0;
  border-top: 1px solid #cacaca;
  padding: 14px 10px 15px;
}
.wishlist-result-list tbody td.view {
  padding-left: 12px;
}
.wishlist-no-result {
  border-bottom: 1px solid #000;
  padding: 15px 0 20px;
}
.wishlist-no-result .result-label {
  font: italic bold 1em Arial, sans-serif;
}
.wishlist-no-result p {
  margin-bottom: 0;
}
/* Wishlist result */
.wish-list-results-table thead th {
  font-size: 1.25em;
  padding: 6px 9px;
}
.wish-list-results-table .last-name,
.wish-list-results-table .first-name {
  text-transform: capitalize;
}
.wish-list-results-table .wishlist-search-last-name {
  width: 32.4%;
}
.wish-list-results-table .wishlist-search-first-name {
  width: 34%;
}
/* Wishlist details */
.wishlist-result {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  margin: 13px 0 15px;
  padding: 7px 0 0;
}
.list-table-header {
  margin-bottom: 27px;
}
.list-table-header .print-page {
  cursor: pointer;
  font: normal 0.7em Arial, sans-serif;
  float: right;
  letter-spacing: 0;
  margin-top: 7px;
  position: absolute;
  right: 0;
  top: 0;
  text-transform: capitalize;
}
.list-table-header .print-page i {
  margin-right: 5px;
  margin-top: -1px;
}
.list-table-header > h2 {
  font: normal 1.4em/2.1em 'ECB', sans-serif;
  letter-spacing: 1.1px;
  margin: 0 0 -28px -2px;
  padding: 0 60px 0 0;
  position: relative;
  font-weight: 600;
}
.list-table-header .btn-large {
  letter-spacing: 1.8px;
  margin-left: 3px;
}
.list-table-header .my-wishlist {
  border-bottom: 1px solid #ccc;
  letter-spacing: 0.4px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.list-table-header .wishlist-header {
  letter-spacing: 2px;
  margin-left: 2px;
}
.list-table-header .wishlist-header-step1 {
  margin-bottom: 4px;
  margin-top: 15px;
}
.list-table-header .wishlist-header-step1 + p {
  margin-bottom: 12px;
  padding-left: 2px;
}
.list-table-header .wishlist-header-step2 {
  margin-bottom: 4px;
  margin-top: 25px;
}
.list-table-header .send-your-wishlist {
  float: left;
  margin-right: 50px;
}
.list-table-header .send-your-wishlist p {
  font: 1.25em 'ECB', sans-serif;
  margin-bottom: 9px;
  padding-left: 2px;
  text-transform: uppercase;
  font-weight: 600;
}
.list-table-header .share-your-wishlist {
  overflow: hidden;
}
.list-table-header .share-your-wishlist p {
  font: 1.167em 'ECB', sans-serif;
  letter-spacing: 0.7px;
  margin-bottom: 4px;
  padding-left: 1px;
  padding-top: 1px;
  text-transform: uppercase;
  font-weight: 600;
}
.list-table-header .share-your-wishlist .copy-paste {
  margin-bottom: 33px;
  padding-left: 2px;
  padding-top: 1px;
}
.list-table-header .share-your-wishlist a {
  text-decoration: underline;
  text-transform: none;
}
.list-table-header .share-your-wishlist a:hover {
  text-decoration: none;
}
.list-table-header .share-your-wishlist .addthis_button_pinterest_pinit {
  display: inline-block;
}
.list-table-header .send-to-friend {
  line-height: 40px;
  letter-spacing: 2.2px;
}
.wishlist-search-result-empty-items {
  margin-bottom: 20px;
}
.wishlist-search-result-empty-items h2 {
  margin-bottom: 0;
}
.wishlist-search-result-empty-items a {
  text-transform: none;
}
.wishlist-search-result-items {
  border-top: 1px solid #ccc;
  margin-bottom: 82px;
  padding-top: 19px;
}
.wishlist-search-result-items .wishlist-result-item {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
}
.wishlist-search-result-items .wishlist-result-item > div {
  display: table-cell;
  float: none;
  vertical-align: top;
}
.wishlist-search-result-items .wishlist-result-item > div.item-image {
  width: 10%;
}
.wishlist-search-result-items .wishlist-result-item > div.item-image img {
  width: 90px;
}
.wishlist-search-result-items .wishlist-result-item > div.item-details,
.wishlist-search-result-items .wishlist-result-item > div.item-availability {
  padding-left: 1.25%;
  width: 21.5%;
}
.wishlist-search-result-items .wishlist-result-item > div.item-dashboard {
  padding-left: 1.25%;
  width: 43.5%;
}
.wishlist-search-result-items .wishlist-result-item > div.item-dashboard .insufficient-stock {
  margin-top: 50px;
}
.wishlist-search-result-items .item-details .product-list-item .name {
  margin-left: -1px;
}
.wishlist-search-result-items .item-details .product-list-item .name a {
  display: block;
  font: 1em 'ECB', sans-serif;
  padding-top: 2px;
  font-weight: 800;
}
.wishlist-search-result-items .item-details .product-list-item .sku {
  margin-bottom: 10px;
}
.wishlist-search-result-items .item-details .product-list-item .sku span {
  background: none;
  color: #9a9a9a;
  font: normal 1em Arial;
  padding: 0;
  text-transform: uppercase;
}
.wishlist-search-result-items .item-details .product-list-item .sku span.value {
  font-size: 0.9em;
}
.wishlist-search-result-items .item-details .product-list-item .price span,
.wishlist-search-result-items .item-details .product-list-item .attribute span {
  background: none;
  color: #000;
  font: bold 1em Arial;
  padding: 0;
}
.wishlist-search-result-items .item-details .product-list-item .price span.value,
.wishlist-search-result-items .item-details .product-list-item .attribute span.value,
.wishlist-search-result-items .item-details .product-list-item .price span .price-sales,
.wishlist-search-result-items .item-details .product-list-item .attribute span .price-sales {
  font-weight: normal;
}
.wishlist-search-result-items .item-details > a {
  display: block;
  margin-top: 20px;
}
.wishlist-search-result-items .item-availability {
  color: #f58e88;
  font: bold 0.875em Arial;
  text-transform: uppercase;
}
.wishlist-search-result-items .item-availability ul {
  letter-spacing: 0.2px;
  margin: 0;
  padding-left: 2px;
}
.wishlist-search-result-items .item-dashboard .option-date-added {
  margin-left: -1px;
  padding-top: 1px;
}
.wishlist-search-result-items .item-dashboard .option-date-added span {
  background: none;
  color: #000;
  font: bold 1em Arial;
}
.wishlist-search-result-items .item-dashboard .option-date-added span.value {
  float: none;
  font-weight: normal;
}
.wishlist-search-result-items .item-dashboard .option-quantity-desired {
  padding-left: 4px;
}
.wishlist-search-result-items .item-dashboard .option-quantity-desired label {
  float: none;
  padding-top: 12px;
  width: 100%;
}
.wishlist-search-result-items .item-dashboard .option-quantity-desired input,
.wishlist-search-result-items .item-dashboard .option-quantity-desired select {
  float: none;
}
.wishlist-search-result-items .item-dashboard .option-quantity-desired select {
  width: 80px;
}
.wishlist-search-result-items .item-dashboard .option-quantity-desired .required-indicator {
  display: none;
}
.wishlist-search-result-items .item-dashboard .option-quantity-desired .label {
  background: none;
  color: #000;
  display: inline-block;
  font-size: 1em;
  font-weight: normal;
  margin: 0 11px 14px -1px;
  padding: 8px 0 0;
}
.wishlist-search-result-items .item-dashboard .option-quantity-desired .value {
  float: none;
}
.wishlist-search-result-items .item-dashboard .option-toggle-public {
  float: left;
  padding: 9px 0 10px 3px;
  width: 100%;
}
.wishlist-search-result-items .item-dashboard .option-toggle-public .control-label {
  padding-left: 30px;
  padding-top: 1px;
}
.wishlist-search-result-items .item-dashboard .option-update {
  border-top: 1px solid #000;
  clear: both;
  padding-left: 3px;
  padding-top: 7px;
}
.wishlist-search-result-items .item-dashboard .option-update button {
  background: none;
  border: none;
  padding: 0;
  text-transform: uppercase;
  width: auto;
}
.wishlist-search-result-items .item-dashboard .option-update button.delete-item {
  padding-right: 6px;
}
.wishlist-search-result-items .item-dashboard .option-add-to-cart {
  padding-left: 3px;
}
.wishlist-search-result-items .item-dashboard .option-add-to-cart form {
  margin-bottom: 14px;
}
.wishlist-search-result-items .item-dashboard .option-add-to-cart label {
  display: block;
  float: none;
  padding-left: 1px;
  padding-top: 6px;
  text-transform: uppercase;
}
.wishlist-search-result-items .item-dashboard .option-add-to-cart .input-text {
  float: left;
  width: 80px;
}
.wishlist-search-result-items .item-dashboard .option-add-to-cart .add-to-cart {
  margin: 1px 0 0;
  letter-spacing: 0.5px;
  width: 176px;
}
.wishlist-search-result-items .item-dashboard .option-add-to-cart .insufficient-stock {
  display: none;
}
.pt_customer-service .primary-content {
  border-left: none;
}
.pt_customer-service table tr th {
  padding: 10px;
}
.pt_customer-service .content-page {
  padding: 10px 0 100px;
}
.pt_customer-service .row-fluid .span12 {
  margin-left: 0;
}
/* Added this class into BM so that can style opposite to styling */
.pt_customer-service .CustomerServiceFaq {
  padding: 0;
}
.pt_customer-service .CustomerServiceFaq li {
  list-style: none;
}
/* site map */
.pt_customer-service .sitemapPage {
  padding: 10px 20px 10px 20px;
}
.menu-wrapper-brands {
  margin-bottom: 10px;
}
.menu-wrapper-brands-landing {
  margin-bottom: 10px;
  padding-left: 40px;
  padding-right: 40px;
}
.menu-column-subcategory-link {
  font-family: "ECB";
  font-size: 14px;
  text-transform: none;
  line-height: 17px;
  font-weight: 300;
}
.map-subcategories {
  border-top: 1px solid#000000;
}
.h1 .seriffont-reg {
  font-size: 8px;
  line-height: 44px;
  text-transform: inherit;
}
.sitemap-heading {
  text-align: center;
}
/* Contact Us */
.pt_error .primary-content .heading-line,
.pt_customer-service .primary-content .heading-line,
.pt_error .primary-content h1,
.pt_customer-service .primary-content h1 {
  margin-top: -19px;
}
.pt_customer-service .primary-content h1 {
  margin-bottom: 13px;
}
.pt_customer-service .confirmation-message {
  background: #eed8d3;
  font: 1.1em/1.75em Arial, sans-serif;
  letter-spacing: 0;
  padding: 15px 18px;
  text-transform: none;
}
.pt_customer-service .contact-us {
  margin-bottom: 145px;
}
.pt_customer-service .contact-us .form-horizontal {
  width: 77.5%;
}
.pt_customer-service .contact-us .form-horizontal .mandatory-field {
  line-height: 1.250em;
  padding: 22px 2px 0 0;
}
.pt_customer-service .contact-us .form-horizontal .mandatory-field span {
  font: 0.917em Arial, sans-serif;
}
.pt_customer-service .contact-us .form-horizontal .required-indicator {
  color: #ff0000;
}
.pt_customer-service .contact-us .form-horizontal .form-row {
  margin: 0;
}
.pt_customer-service .contact-us .form-horizontal .form-row .control-label {
  margin: 0;
  padding: 16px 0 0 0;
}
.pt_customer-service .contact-us .form-horizontal .form-row .input-phone {
  width: 203px;
}
.pt_customer-service .contact-us .form-horizontal .form-row .input-state {
  width: 134px;
}
.pt_customer-service .contact-us .form-horizontal .form-row .input-comment {
  margin-top: 15px;
}
.pt_customer-service .contact-us .form-horizontal .form-row .btn-small {
  width: 135px;
}
.pt_customer-service .contact-us .form-horizontal .form-row.contact-us-ordernumber {
  display: none;
}
.pt_customer-service .contact-us .form-horizontal .text-note {
  margin: -2px 3px 19px 0;
}
.pt_customer-service .contact-us .form-horizontal .text-note span {
  color: #9a9a9a;
  font: 0.917em Arial, sans-serif;
}
.pt_customer-service .contact-us .form-horizontal .form-row.contact-us-question label {
  float: none;
  padding: 12px 0;
  width: 100%;
}
.pt_customer-service .contact-us .form-horizontal .contact-us-state .error {
  width: 134px;
}
.pt_store-locator .Fnt01.S02,
.pt_storedetails .Fnt01.S02 {
  padding: 0 0 7px;
}
.pt_store-locator .storelocator-search-box {
  margin-top: 18px;
}
.pt_store-locator .storelocator-search-box .span4 a.pull-right {
  cursor: pointer;
}
.pt_store-locator .storelocator-search-box .span2 {
  width: inherit;
}
.pt_store-locator .storelocator-search-box .input-large {
  width: 100%;
}
.pt_store-locator .storelocator-search-box .search {
  padding-left: 30px;
  padding-right: 30px;
}
.pt_store-locator .storelocator-search-box .span1 {
  padding: 10px;
}
.pt_store-locator .store-locator-details-map {
  float: right;
  width: 50%;
}
.pt_store-locator.store-locator-details-map img {
  max-width: 100%;
}
.pt_store-locator .storelocator-search-result {
  margin-left: 0;
  margin-top: 0;
}
.pt_store-locator .storelocator-search-result .store-info {
  border: 1px solid #cacaca;
  border-width: 0 0 1px;
  margin-bottom: 5px;
  padding-bottom: 14px;
}
.pt_store-locator .storelocator-search-result h3 {
  margin-bottom: 14px;
  padding-bottom: 0;
}
.pt_store-locator .storelocator-search-result h3 a {
  color: #000;
  letter-spacing: 0.2px;
  text-transform: none;
}
.pt_store-locator .storelocator-search-result .store-address {
  line-height: 1.833em;
  vertical-align: top;
  width: 41%;
}
.pt_store-locator .storelocator-search-result .store-address h3,
.pt_store-locator .storelocator-search-result .store-information h3,
.pt_store-locator .storelocator-search-result .store-distance h3 {
  color: #f1f1f1;
  font: bold 1em Arial, sans-serif;
  text-transform: capitalize;
}
.pt_store-locator .storelocator-search-result .store-address ul {
  margin: 0 20px 0 0;
  width: 100%;
}
.pt_store-locator .storelocator-search-result .storelist {
  margin: 10px 0 105px;
}
.pt_store-locator .storelocator-search-result .storelist .store-address,
.pt_store-locator .storelocator-search-result .storelist .store-information,
.pt_store-locator .storelocator-search-result .storelist .store-distance {
  vertical-align: top;
}
.store-item .store-information {
  padding-left: 20px;
}
.store-item .store-hours {
  line-height: 1.833em;
}
.pt_store-locator .storelocator-search-result .store-information h3 {
  margin: 0 0 6px;
}
.pt_storedetails .store-locator-details {
  width: 100%;
}
.pt_store-locator .storelocator-search-result .store-information ul,
.pt_storedetails .store-locator-details .opening-hours ul {
  margin-left: 0;
}
.pt_store-locator .storelocator-search-result .store-information ul li,
.pt_storedetails .store-locator-details .opening-hours ul li {
  padding-bottom: 4px;
}
.pt_store-locator .storelocator-search-result .store-information ul li span,
.pt_storedetails .store-locator-details .opening-hours ul li span {
  display: inline-block;
  width: 60px;
}
.pt_store-locator .storelocator-search-result .store-distance .distance {
  font-weight: bold;
  margin-top: 8px;
  padding-right: 7px;
  text-align: right;
  text-transform: lowercase;
}
.pt_store-locator .storelocator-search-result .store-distance .distance h3 {
  display: none;
}
.pt_store-locator .store-results {
  overflow-y: hidden;
}
.pt_store-locator h1.heading-line {
  margin-top: -5px;
}
.pt_storedetails .store-locator-details .store-services h3 {
  display: none;
}
.pt_storedetails .store-locator-details .store-services ul {
  margin-left: 0;
}
.pt_storedetails .store-locator-details .store-info .opening-hours h3 {
  display: none;
}
.pt_storedetails .store-locator-details .store-details,
.pt_storedetails .store-locator-details .opening-hours {
  margin-top: 2px;
}
.pt_storedetails .store-locator-details .utilities {
  border: 1px solid #707070;
  border-width: 1px 0 0;
  margin-top: 10px;
  padding-top: 20px;
}
.pt_storedetails .store-locator-details .utilities .sociallinks .at_PinItButton {
  display: inline-block;
}
.pt_storedetails #map_canvas {
  height: 320px;
  margin-bottom: 10px;
  margin-left: 0;
}
.pt_storedetails .Directions {
  margin-bottom: 10px;
}
.pt_store-locator .html-slot-container {
  clear: both;
  margin-left: 0;
}
.pt_store-locator .StoreLocator-NoResults-Help .html-slot-container,
.pt_store-locator .StoreLocator-NoResults-Bottom .html-slot-container {
  margin: 0;
}
.pt_store-locator #StoreSearchField {
  position: relative;
}
.pt_store-locator .store-locator-list-map {
  height: 360px;
}
.pt_store-locator .search-location a#viewall {
  cursor: pointer;
  display: none;
}
.pt_store-locator .search-location form,
.pt_store-locator .search-location #StoreLocationInput {
  margin-bottom: 0;
}
.pt_store-locator .row-fluid .span12 {
  margin-left: 0;
}
.pt_store-locator .breadcrumb {
  padding-top: 15px;
}
.pt_store-locator .storelocator-search-box {
  float: left;
  margin-top: 24px;
  padding-bottom: 13px;
  width: 100%;
}
.pt_store-locator .storelocator-search-box .search {
  letter-spacing: 1.9px;
  font-size: 1.313em;
  padding-left: 27px;
}
.pt_store-locator .storelocator-search-box .btn-current-location {
  margin-left: 10px;
  margin-top: 0;
}
.pt_store-locator .storelocator-search-box .find-near-you {
  font-size: 1.313em;
  letter-spacing: 1.6px;
}
.pt_store-locator .storelocator-search-box hr {
  border-top-color: #707070;
}
.pt_store-locator .storelocator-search-box #StoreLocationInput {
  padding: 1px 100px 0 11px;
  width: 100%;
}
.pt_store-locator .storelocator-search-box #StoreLocationInput:-moz-placeholder {
  color: #9a9a9a;
}
.pt_store-locator .storelocator-search-box #StoreLocationInput:-ms-input-placeholder {
  color: #9a9a9a;
}
.pt_store-locator .storelocator-search-box #StoreLocationInput::-webkit-input-placeholder {
  color: #9a9a9a;
}
.pt_store-locator .storelocator-search-box #StoreLocationInput ::-webkit-input-placeholder {
  color: #9a9a9a;
}
.pt_store-locator .storelocator-search-box #StoreLocationInput :-moz-placeholder {
  /* Firefox 18- */
  color: #9a9a9a;
}
.pt_store-locator .storelocator-search-box #StoreLocationInput ::-moz-placeholder {
  /* Firefox 19+ */
  color: #9a9a9a;
}
.pt_store-locator .storelocator-search-box #StoreLocationInput :-ms-input-placeholder {
  color: #9a9a9a;
}
.pt_store-locator .storelocator-search-box .store-locator-icon {
  width: 18px;
  height: 18px;
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll -1px -198px;
  display: inline-block;
  margin: -2px -10px 0 16px;
}
.pt_store-locator .storelocator-search-box .btn-block {
  font-size: 1.111em;
  letter-spacing: 1.25px;
}
.pt_store-locator .storelocator-search-box .btn-small {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
}
.pt_store-locator .storelocator-search-box button:active,
.pt_store-locator .storelocator-search-box button:focus {
  background: #000;
  color: #fff;
}
.pt_store-locator .storelocator-search-box button[disabled]:active,
.pt_store-locator .storelocator-search-box button[disabled]:focus {
  background: #cacaca;
}
.pt_store-locator .result-message {
  border-bottom: 1px solid #9a9a9a;
  margin-bottom: 14px;
  padding-bottom: 7px;
}
.pt_store-locator #results-wrapper {
  position: relative;
}
.pt_store-locator .storelocator-search-result .store-item {
  width: 100%;
}
.pt_store-locator .storelocator-search-result .store-number,
.pt_store-locator .storelocator-search-result .store-logo {
  width: 14.73%;
}
.pt_store-locator .storelocator-search-result .store-logo {
  padding-top: 11px;
}
.pt_store-locator .storelocator-search-result .store-logo p {
  margin: 0;
  padding: 0;
}
.pt_store-locator .storelocator-search-result .store-logo img {
  height: auto !important;
  width: 100% !important;
}
.pt_store-locator .storelocator-search-result .store-address {
  width: 45.14%;
}
.pt_store-locator .storelocator-search-result .store-distance {
  width: 18%;
}
.pt_store-locator .storelocator-search-result .store-logo,
.pt_store-locator .storelocator-search-result .store-address,
.pt_store-locator .storelocator-search-result .store-distance {
  padding-left: 10px;
}
.pt_store-locator .storelocator-search-result .store-number,
.pt_store-locator .storelocator-search-result .store-logo,
.pt_store-locator .storelocator-search-result .store-address,
.pt_store-locator .storelocator-search-result .store-distance {
  vertical-align: top;
}
.pt_store-locator .storelocator-search-result .store-number {
  width: 13px;
  height: 12px;
  background: url("../../images/mecca-shopspot.png") no-repeat left top !important;
}
.pt_store-locator .storelocator-search-result .store-address span {
  display: inline-block;
  line-height: 1.1em;
}
.pt_store-locator .storelocator-search-result .store-address .street-address-phone {
  display: block;
  padding-top: 17px;
}
.pt_store-locator .storelocator-search-result .store-distance .distance {
  font-weight: bold;
  margin-top: 8px;
  text-transform: lowercase;
}
.pt_store-locator .storelocator-search-result .store-btns {
  padding: 22px 0 0;
}
.pt_store-locator .storelocator-search-result .store-btns .btn-detail,
.pt_store-locator .storelocator-search-result .store-btns .btn-map {
  display: inline-block;
  font-family: 'ECB', sans-serif;
  font-weight: 600;
}
.pt_store-locator .storelocator-search-result .store-btns .btn-detail {
  margin-left: 160px;
}
.pt_store-locator .storelocator-search-result .store-btns .btn-map {
  margin-left: 83px;
}
.pt_store-locator .storelocator-search-result .store-btns i {
  margin-left: 0;
}
.pt_store-locator .storelocator-search-result .btn-directions {
  clear: both;
}
.pt_store-locator .storelocator-search-result .btn-directions .btn {
  height: 36px;
  width: 48.8%;
}
.pt_store-locator .storelocator-search-result .btn-directions .btn:first-child {
  margin-right: 1.25%;
}
.pt_store-locator .storelocator-search-result .btn-directions .btn i {
  height: 13px;
  margin: 5px auto;
  width: 21px;
}
.pt_store-locator #viewall {
  cursor: pointer;
  margin: 15px 7px 15px 0;
}
.pt_store-locator #map_canvas {
  height: 616px;
}
.template-holder {
  background: #f1f1f1;
  clear: both;
  font-weight: bold;
  line-height: 300px;
  text-transform: uppercase;
}
.pt_storedetails .concept-store-details {
  min-height: 0;
}
.pt_storedetails .row-fluid .span12 {
  margin-left: 0;
}
.pt_storedetails .Fnt01.S02 {
  padding: 0 0 5px;
}
.pt_storedetails .store-locator-details .store-image {
  margin-top: 17px;
}
.pt_storedetails .store-locator-details .store-image img {
  margin-bottom: 13px;
}
.pt_storedetails .store-locator-details .store-image .social-share {
  float: right;
}
.pt_storedetails .store-locator-details h2 {
  letter-spacing: 0.4px;
  line-height: 1.4em;
  margin-top: 13px;
  width: 80%;
}
.pt_storedetails .store-locator-details .store-details h6,
.pt_storedetails .store-locator-details .opening-hours h6 {
  font-family: 'ECB', sans-serif;
  font-size: 1.13em;
  letter-spacing: 0.8px;
  margin-bottom: 7px;
  font-weight: 600;
}
.pt_storedetails .store-locator-details .opening-hours {
  padding-left: 5px;
}
.pt_storedetails .store-locator-details .opening-hours h6 {
  margin-bottom: 4px;
}
.pt_storedetails .store-locator-details .contact a {
  display: inline-block;
  margin-top: 18px;
  text-transform: capitalize;
}
.pt_storedetails .store-locator-details .store-logo {
  margin-top: -60px;
}
.pt_storedetails .store-detail-map {
  position: relative;
}
.pt_storedetails .store-detail-map .Directions {
  bottom: 11px;
  letter-spacing: 2px;
  position: absolute;
  right: 22px;
  width: 212px;
  z-index: 10000;
}
.pt_storedetails .store-locator-details-map {
  margin-top: 9px;
}
.google-marker-label {
  width: 29px;
  height: 20px;
  color: #000;
  font-size: 1em;
  height: 22px;
  line-height: 18px;
  padding-top: 3px;
  overflow: hidden;
  text-align: center;
}
.infoBox > img {
  padding: 8px 7px 4px 4px;
  position: absolute !important;
  /* override infobox close image inline style */
  right: 0;
  top: 0;
}
.google-map-info-box {
  background: #fff;
  border: 1px solid #000;
  min-height: 153px;
}
.google-map-info-box .info-box-arrow {
  width: 21px;
  height: 11px;
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-responsive.png") no-repeat scroll -341px -1px;
  background: url("https://s1.mecca.com.au/image/mecca/asset/legacy/google-infobox-arrow.png") no-repeat;
  bottom: -10px;
  left: 50%;
  margin-left: -11px;
  position: absolute;
}
.google-map-info-box .logo {
  float: left;
  line-height: 150px;
  margin: 0 13px;
  min-height: 50px;
  width: 70px;
}
.google-map-info-box .info {
  float: left;
  padding: 19px 0 12px;
  width: 245px;
}
.google-map-info-box h2 {
  font: bold 1.1em/1.1em Arial, sans-serif;
  letter-spacing: 0;
  margin: 0;
  padding-bottom: 13px;
  text-transform: none;
}
.google-map-info-box p {
  font: 1.1em Arial, sans-serif;
  margin: 0;
  padding-bottom: 14px;
}
.google-map-info-box .link {
  margin: 0;
  padding: 0;
}
.google-map-info-box .link a {
  color: #000;
  font: 1em/1em 'ECB', sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
}
.google-map-info-box .link a:hover {
  text-decoration: underline;
}
.google-map-info-box .link a i {
  margin: 0;
}
.google-map-info-box .link .first {
  margin-right: 22px;
}
#map_canvas .google-map-info-box img {
  margin: 10px 0 0;
  max-height: 130px;
  max-width: 70px;
}
.pt_error .page-content .primary-content {
  border-left: none;
}
/* right content */
.pt_error .page-content .primary-content .errorPage {
  padding: 10px 20px;
}
.pt_error .page-content .primary-content .errorPage .error-page-search label {
  display: block;
}
.pt_error .page-content .primary-content .errorPage .error-page-search input {
  margin-left: 0;
}
.pt_error .row-fluid .span12 {
  margin-left: 0;
}
/* left content */
.pt_error .page-content #secondary {
  margin-top: 0;
}
.error-page-search {
  padding: 20px 0;
}
.error-page-search form {
  margin-bottom: 0;
}
.error-page-search .input-append {
  position: relative;
}
.error-page-search .try-new-search {
  font: normal 1.5em 'ECB', sans-serif;
  margin-left: 0;
  padding: 8px 0;
  text-transform: uppercase;
  width: 231px;
  font-weight: 600;
}
.error-page-search .input-text {
  border-right: none;
  padding-left: 15px;
  padding-right: 55px;
  width: 379px;
}
.error-page-search .btn-mini {
  background: #000 url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll 13px -90px;
  bottom: 0;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  width: 50px;
  z-index: 9;
}
.error-page-search .btn-mini:hover {
  background: #000 url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll 13px -90px;
}
.pt_error .secondary-navigation,
.pt_customer-service .secondary-navigation {
  border-bottom: 1px solid #000;
  border-top: 2px solid #000;
  margin: 0 0 110px;
  padding: 3px 0 0;
}
.pt_error .secondary-navigation .toggle,
.pt_customer-service .secondary-navigation .toggle {
  border-top: 1px solid #000;
  cursor: pointer;
  font: normal 1.13em 'ECB', sans-serif;
  letter-spacing: 0.6px;
  margin: 0;
  padding: 17px 0 12px;
  text-transform: uppercase;
  font-weight: 600;
}
.pt_error .secondary-navigation .toggle:first-child,
.pt_customer-service .secondary-navigation .toggle:first-child {
  border-top: 0;
}
.pt_error .secondary-navigation .toggle.expanded i,
.pt_customer-service .secondary-navigation .toggle.expanded i {
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll 0px -415px;
  top: 2px;
}
.pt_error .secondary-navigation .toggle .down-arrow-black-small,
.pt_customer-service .secondary-navigation .toggle .down-arrow-black-small {
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll 0 -430px;
  width: 20px;
  height: 12px;
  display: block;
  float: left;
  margin-bottom: 10px;
}
.pt_error .secondary-navigation .toggle .down-arrow-black-small.up,
.pt_customer-service .secondary-navigation .toggle .down-arrow-black-small.up {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: 12px;
}
.pt_error .secondary-navigation ul,
.pt_customer-service .secondary-navigation ul {
  display: block;
  margin: 0;
  padding: 0 0 9px 20px;
}
.pt_error .secondary-navigation ul li,
.pt_customer-service .secondary-navigation ul li {
  padding-bottom: 6px;
}
.pt_error .secondary-navigation ul a,
.pt_customer-service .secondary-navigation ul a {
  text-transform: none;
}
.pt_content-search-result .secondary-navigation {
  border-bottom: none;
  border-top: 2px solid #000;
  margin: 0;
  padding: 0;
}
.pt_content-search-result .row-fluid .span12 {
  margin-left: 0;
}
.pt_checkout #main {
  padding: 0 14px;
}
.pt_checkout #secondary {
  margin-left: 0;
  width: auto;
}
.pt_checkout #secondary .section-header {
  border-bottom: 1px solid #000;
  border-top: 2px solid #000;
  font-size: 1.4em;
  font-weight: normal;
  letter-spacing: 1px;
  margin: 22px 0 19px;
  padding: 16px 0 14px 3px;
  text-transform: uppercase;
}
.pt_checkout #secondary .section-header a {
  float: right;
  font-family: Arial, sans-serif;
  font-size: 12px;
}
.pt_checkout #secondary .checkout-mini-cart .mini-cart-paging .btn {
  height: 36px;
  margin: 0;
  width: 100%;
}
.pt_checkout #secondary .checkout-mini-cart .mini-cart-paging .btn i {
  height: 13px;
  margin: 5px auto;
  width: 21px;
}
.pt_checkout #secondary .checkout-mini-cart .mini-cart-paging #btnPrevious {
  margin-bottom: 10px;
}
.pt_checkout #secondary .checkout-mini-cart .unique-mini-cart-edit {
  margin-bottom: 7px;
  text-align: right;
}
.pt_checkout #secondary .checkout-mini-cart .mini-cart-product {
  margin-bottom: 10px;
  overflow: hidden;
  padding-bottom: 13px;
}
.pt_checkout #secondary .checkout-mini-cart .mini-cart-product + .mini-cart-product {
  border-top: 1px solid #cacaca;
  padding-top: 10px;
}
.pt_checkout #secondary .checkout-mini-cart .mini-cart-product .mini-cart-image {
  float: left;
  text-align: center;
  width: 70px;
}
.pt_checkout #secondary .checkout-mini-cart .mini-cart-product .mini-cart-edit {
  line-height: 1;
  text-align: right;
  margin-bottom: 7px;
}
.pt_checkout #secondary .checkout-mini-cart .mini-cart-product .mini-cart-brand-name,
.pt_checkout #secondary .checkout-mini-cart .mini-cart-product .mini-cart-name,
.pt_checkout #secondary .checkout-mini-cart .mini-cart-product .mini-cart-attributes,
.pt_checkout #secondary .checkout-mini-cart .mini-cart-product .mini-cart-pricing {
  float: right;
  margin-left: 10px;
  position: relative;
  width: 150px;
}
.pt_checkout #secondary .checkout-mini-cart .mini-cart-product .mini-cart-brand-name .label,
.pt_checkout #secondary .checkout-mini-cart .mini-cart-product .mini-cart-name .label,
.pt_checkout #secondary .checkout-mini-cart .mini-cart-product .mini-cart-attributes .label,
.pt_checkout #secondary .checkout-mini-cart .mini-cart-product .mini-cart-pricing .label {
  background-color: transparent;
  color: #707070;
  font-size: 12px;
  font-weight: normal;
  padding: 0;
}
.pt_checkout #secondary .checkout-mini-cart .mini-cart-product .mini-cart-brand-name .mini-cart-price,
.pt_checkout #secondary .checkout-mini-cart .mini-cart-product .mini-cart-name .mini-cart-price,
.pt_checkout #secondary .checkout-mini-cart .mini-cart-product .mini-cart-attributes .mini-cart-price,
.pt_checkout #secondary .checkout-mini-cart .mini-cart-product .mini-cart-pricing .mini-cart-price {
  font-size: 1.063em;
  font-weight: bold;
  float: right;
}
.pt_checkout #secondary .checkout-mini-cart .mini-cart-product .product-availability-list {
  float: right;
  margin: 0 0 0 10px;
  position: relative;
  width: 150px;
}
.pt_checkout #secondary .checkout-mini-cart .mini-cart-product .mini-cart-brand-name {
  font-family: 'ECB', sans-serif;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 800;
}
.pt_checkout #secondary .checkout-mini-cart .mini-cart-product .mini-cart-name {
  font-family: 'ECB', sans-serif;
  line-height: 1.3em;
  font-weight: 600;
}
.pt_checkout #secondary .checkout-mini-cart .mini-cart-product .mini-cart-name a {
  text-transform: none;
}
.pt_checkout #secondary .checkout-mini-cart .mini-cart-product .mini-cart-attributes,
.pt_checkout #secondary .checkout-mini-cart .mini-cart-product .mini-cart-pricing {
  color: #707070;
  line-height: 1.3em;
}
.pt_checkout #secondary .checkout-mini-cart .mini-cart-product .mini-cart-pricing {
  margin-top: 4px;
}
.pt_checkout #secondary .checkout-mini-cart .mini-cart-product .mini-cart-pricing .label {
  text-transform: uppercase;
}
.pt_checkout #secondary .checkout-gts-logo {
  margin-top: 10px;
}
.pt_checkout #secondary .checkout-order-totals {
  border-top: 1px solid #000;
  margin-top: 10px;
  padding-top: 10px;
}
.pt_checkout #secondary .checkout-order-totals .order-subtotal,
.pt_checkout #secondary .checkout-order-totals .order-discount,
.pt_checkout #secondary .checkout-order-totals .order-shipping,
.pt_checkout #secondary .checkout-order-totals .order-sales-tax {
  margin-bottom: 6px;
}
.pt_checkout #secondary .checkout-order-totals .order-subtotal div,
.pt_checkout #secondary .checkout-order-totals .order-discount div,
.pt_checkout #secondary .checkout-order-totals .order-shipping div,
.pt_checkout #secondary .checkout-order-totals .order-sales-tax div {
  display: inline-block;
}
.pt_checkout #secondary .checkout-order-totals .order-subtotal div:first-child,
.pt_checkout #secondary .checkout-order-totals .order-discount div:first-child,
.pt_checkout #secondary .checkout-order-totals .order-shipping div:first-child,
.pt_checkout #secondary .checkout-order-totals .order-sales-tax div:first-child {
  width: 58%;
}
.pt_checkout #secondary .checkout-order-totals .order-subtotal div:last-child,
.pt_checkout #secondary .checkout-order-totals .order-discount div:last-child,
.pt_checkout #secondary .checkout-order-totals .order-shipping div:last-child,
.pt_checkout #secondary .checkout-order-totals .order-sales-tax div:last-child {
  margin-left: -4px;
  text-align: right;
  width: 42%;
}
.pt_checkout #secondary .checkout-order-totals .order-total {
  background-color: #f1f1f1;
  border-bottom: 2px solid #000;
  border-top: 1px solid #000;
  font-size: 1.5em;
  margin: 16px 0 0;
  padding: 15px 8px 16px;
}
.pt_checkout #secondary .checkout-order-totals .order-total div {
  display: inline-block;
  vertical-align: top;
}
.pt_checkout #secondary .checkout-order-totals .order-total div:first-child {
  width: 42%;
}
.pt_checkout #secondary .checkout-order-totals .order-total div:last-child {
  margin-left: -5px;
  text-align: right;
  width: 58%;
  word-break: break-all;
}
.pt_checkout #secondary .mini-shipment,
.pt_checkout #secondary .mini-billing-address,
.pt_checkout #secondary .mini-payment-instrument {
  background-color: #f1f1f1;
  margin-top: 9px;
  padding: 6px 7px 7px;
}
.pt_checkout #secondary .mini-shipment .section-header,
.pt_checkout #secondary .mini-billing-address .section-header,
.pt_checkout #secondary .mini-payment-instrument .section-header {
  border: none;
  font-size: 1.125em;
  letter-spacing: 0.4px;
  margin: 0 0 3px;
  padding: 0;
}
.pt_checkout #secondary .mini-shipment .section-header a,
.pt_checkout #secondary .mini-billing-address .section-header a,
.pt_checkout #secondary .mini-payment-instrument .section-header a {
  margin: 2px 3px 0 0;
}
.pt_checkout #secondary .mini-shipment .title,
.pt_checkout #secondary .mini-billing-address .title,
.pt_checkout #secondary .mini-payment-instrument .title {
  font-weight: bold;
}
.pt_checkout #secondary .mini-shipment .gift-address,
.pt_checkout #secondary .mini-billing-address .gift-address,
.pt_checkout #secondary .mini-payment-instrument .gift-address {
  margin-top: 20px;
}
.pt_checkout #secondary .mini-payment-instrument b {
  display: inline-block;
  min-width: 95px;
  max-width: 140px;
  padding-right: 10px;
}
.pt_checkout .primary-focus .primary-content .checkout-shipping .form-row.label-inline,
.pt_checkout .primary-focus .primary-content .checkout-billing .form-row.label-inline,
.pt_checkout .primary-focus .primary-content .checkout-shipping .form-row .form-caption,
.pt_checkout .primary-focus .primary-content .checkout-billing .form-row .form-caption,
.pt_checkout .primary-focus .primary-content .checkout-billing .form-caption a {
  margin: 5px 0 5px 146px;
}
.pt_checkout .primary-focus .primary-content .checkout-shipping .form-row.label-inline .form-caption {
  margin: 5px 0 5px 26px;
}
.pt_checkout .primary-focus .primary-content .checkout-shipping .form-row .input-radio {
  margin: 0 10px;
}
.pt_checkout .primary-focus .primary-content .checkout-shipping #shipping-method-list label {
  line-height: 0.833em;
}
.pt_checkout .primary-focus .primary-content .checkout-shipping .btn.btn-primary,
.pt_checkout .primary-focus .primary-content .checkout-billing .btn.btn-primary {
  margin: 20px 0 0 150px;
}
.pt_checkout .primary-focus .primary-content .checkout-billing .form-indent .form-row .input-text {
  margin: 0;
}
.pt_checkout .primary-focus .primary-content .checkout-billing #PaymentMethod_CREDIT_CARD .month,
.pt_checkout .primary-focus .primary-content .checkout-billing #PaymentMethod_BML .year {
  clear: none;
  margin: 0 20px 21px 10px;
}
.pt_checkout .primary-focus .primary-content .checkout-billing #PaymentMethod_CREDIT_CARD .year,
.pt_checkout .primary-focus .primary-content .checkout-billing #PaymentMethod_BML .day {
  clear: right;
  margin: 0 20px 21px 0;
}
.pt_checkout .primary-focus .primary-content .checkout-billing #PaymentMethod_BML .month {
  clear: none;
  margin: 0 20px 21px 10px;
}
.pt_checkout .primary-focus .primary-content .checkout-billing #PaymentMethod_CREDIT_CARD .month.error {
  padding-bottom: 35px;
}
.pt_checkout .primary-focus .primary-content .checkout-billing #PaymentMethod_CREDIT_CARD .month.error select {
  margin-bottom: 10px;
}
.pt_checkout .primary-focus .primary-content .checkout-billing #PaymentMethod_CREDIT_CARD .month.error .error-message {
  margin-left: 0;
  position: absolute;
  width: 185px;
}
.pt_checkout .primary-focus .primary-content .item-list .item-image {
  width: 90px;
}
.pt_checkout .primary-focus .primary-content .item-list .attribute .product-price {
  display: inline-block;
}
.pt_checkout .primary-content .order-summary-footer .place-order-totals .order-totals-table td {
  text-align: right;
}
.place-order-totals {
  clear: both;
}
.place-order-totals .order-totals-table {
  float: right;
  width: 100%;
}
/* Place Order */
.pt_checkout h3 {
  letter-spacing: 1.9px;
}
.pt_checkout .primary-focus .primary-content .item-list.place-order .item-image {
  float: left;
  height: 70px;
  margin: 0 11px 0 0px;
  width: 70px;
}
.pt_checkout .primary-focus .primary-content .item-list.place-order .item-image img {
  max-width: 100%;
}
.pt_checkout .place-order {
  margin-top: 21px;
}
.pt_checkout .place-order p {
  line-height: 1.9em;
  margin-bottom: 0;
}
.pt_checkout .place-order .details > div {
  float: left;
}
.pt_checkout .place-order .section-header {
  background: #f1f1f1;
  font: 1.2em/1.2em 'ECB', sans-serif;
  letter-spacing: 0.6px;
  min-height: 30px;
  padding: 7px 0;
  text-transform: uppercase;
  font-weight: 600;
}
.pt_checkout .place-order .section-header > div {
  min-height: 1px;
}
.pt_checkout .place-order .section-header .product {
  padding-left: 20px;
}
.pt_checkout .place-order .product {
  width: 42.7%;
}
.pt_checkout .place-order .qty {
  width: 38.7%;
}
.pt_checkout .place-order .price {
  padding-right: 0.6%;
  text-align: right;
  width: 14%;
}
.pt_checkout .place-order .item-details {
  float: left;
  margin-left: 0;
  width: 219px;
}
.pt_checkout .place-order .product-list-item {
  clear: both;
  overflow: hidden;
}
.pt_checkout .place-order .product-list-item .info-item {
  width: 100%;
}
.pt_checkout .place-order .product-list-item .sku .label {
  text-transform: uppercase;
}
.pt_checkout .place-order .product-list-item .image {
  display: none;
}
.pt_checkout .place-order .label,
.pt_checkout .place-order .value {
  background: none;
  color: #9a9a9a;
  font-size: 1em;
  font-weight: normal;
  padding: 0;
}
.pt_checkout .place-order .qty .item-quantity {
  float: left;
  width: 10%;
}
.pt_checkout .place-order .qty .item-quantity-details {
  float: right;
  width: 88.7%;
}
.pt_checkout .place-order .cart-row {
  border-bottom: 1px solid #000;
  padding: 32px 0 15px;
}
.pt_checkout .place-order .cart-row.cart-promos {
  padding: 15px 0;
}
.pt_checkout .place-order .coupon .product-list-item .name {
  font: 1em/1.2em 'ECB', sans-serif;
  margin: 1px 0;
  text-transform: uppercase;
  font-weight: 800;
}
.pt_checkout .place-order .gift-certificate-to span,
.pt_checkout .place-order .gift-certificate-from span {
  color: #000;
}
.pt_checkout .place-order .gift-certificate-to .label,
.pt_checkout .place-order .gift-certificate-from .label {
  font-weight: bold;
}
.pt_checkout .place-order .cart-coupon {
  padding-top: 2px;
}
.pt_checkout .place-order .cart-coupon span {
  font-size: 0.94em;
  text-transform: uppercase;
}
.pt_checkout .place-order .discount span {
  color: #f58e88;
  font-size: 0.94em;
  font-weight: bold;
  text-transform: uppercase;
  white-space: normal;
}
.pt_checkout .place-order .cart-promo {
  padding: 5px 0;
}
.pt_checkout .place-order .cart-promo .label,
.pt_checkout .place-order .cart-promo .value {
  font-size: 0.94em;
  text-transform: uppercase;
}
.pt_checkout .place-order .cart-promo .value {
  color: #f58e88;
  font-weight: bold;
}
.pt_checkout .place-order .item-quantity-details a {
  text-decoration: none;
}
.pt_checkout .place-order .item-stock {
  font-size: 0.94em;
  font-weight: bold;
}
.pt_checkout .place-order .item-stock .is-in-stock {
  color: #f58e88;
  text-transform: uppercase;
}
.pt_checkout .place-order .item-stock .on-order {
  color: #9a9a9a;
  font-weight: normal;
}
.pt_checkout .place-order .item-stock .on-order:first-child {
  color: #ff0000;
  letter-spacing: 0.7px;
  font-weight: bold;
  text-transform: uppercase;
}
.pt_checkout .place-order .item-stock ul {
  margin: 0;
}
.pt_checkout .place-order .item-edit-details {
  margin-top: 20px;
}
.pt_checkout .place-order .editdetails {
  margin-top: 6px;
}
.pt_checkout .place-order .item-edit-details a:hover,
.pt_checkout .place-order .editdetails a:hover {
  text-decoration: underline;
}
.pt_checkout .place-order .item-total {
  font-size: 1.31em;
  font-weight: bold;
  text-align: right;
}
.pt_checkout .place-order .product-availability-list {
  margin: 0 0 6px;
}
.pt_checkout .place-order .product-availability-list li {
  color: #f58e88;
  font-size: 0.938em;
  font-weight: bold;
  line-height: 1.250em;
  text-transform: uppercase;
}
.pt_checkout .place-order .product-availability-list .notavailable {
  color: #ff0000;
}
.pt_checkout .order-summary-footer .order-totals-table {
  padding: 21px 0 0 0;
}
.pt_checkout .order-summary-footer .order-subtotal {
  font-size: 1.31em;
}
.pt_checkout .order-summary-footer .payment-total > div {
  clear: both;
  float: none;
  margin-top: 7px;
  overflow: hidden;
  text-align: right;
  width: 100%;
}
.pt_checkout .order-summary-footer .payment-total > div > div {
  display: inline-block;
  min-width: 113px;
  padding-right: 10px;
  text-align: right;
  width: auto;
}
.pt_checkout .order-summary-footer .payment-total > div > div:first-child {
  margin-right: 10px;
  padding: 0;
  text-align: left;
  width: 100px;
}
.pt_checkout .order-summary-footer .payment-total .order-total {
  background: #f1f1f1;
  border-bottom: 2px solid #000;
  border-top: 1px solid #000;
  font-size: 1.5em;
  margin-top: 24px;
  padding: 15px 0 16px 0;
  text-align: right;
}
.pt_checkout .submit-order {
  margin-top: 20px;
}
.pt_checkout .submit-order button {
  width: 240px;
}
.pt_checkout .submit-order .edit-card {
  line-height: 44px;
  padding-right: 20px;
}
.pt_checkout .submit-order .controls {
  margin-top: 5px !important;
  padding-left: 0 !important;
  font-size: 11px;
}
.pt_checkout .submit-order .controls .error {
  margin-left: 30px;
  text-align: left !important;
}
.pt_order-confirmation .primary-focus .row {
  margin-left: 0;
}
.pt_checkout #main.primary-focus {
  padding: 0;
}
.progress-indicator {
  margin-bottom: 20px;
}
.checkout-progress-indicator {
  margin: 0 auto;
  width: 415px;
}
.checkout-progress-indicator [class*="step-"] {
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll 0 0;
  float: left;
  height: 38px;
  text-indent: -999em;
}
.checkout-progress-indicator [class*="step-"] a {
  display: block;
}
.checkout-progress-indicator .step-1 {
  width: 125px;
}
.checkout-progress-indicator .step-1 a {
  width: 125px;
  height: 38px;
}
.checkout-progress-indicator .step-1.active {
  background-position: 0 -635px;
}
.checkout-progress-indicator .step-1.inactive {
  background-position: 0 -635px;
}
.checkout-progress-indicator .step-2 {
  width: 140px;
}
.checkout-progress-indicator .step-2 a {
  width: 140px;
  height: 38px;
}
.checkout-progress-indicator .step-2.active {
  background-position: -126px -673px;
}
.checkout-progress-indicator .step-2.inactive {
  background-position: -127px -635px;
}
.checkout-progress-indicator .step-3 {
  width: 150px;
}
.checkout-progress-indicator .step-3 a {
  width: 150px;
  height: 38px;
}
.checkout-progress-indicator .step-3.active {
  background-position: -265px -711px;
}
.checkout-progress-indicator .step-3.inactive {
  background-position: -266px -635px;
}
.pt_checkout .primary-focus .primary-content .checkout-shipping .form-row.label-inline {
  margin-left: 0;
  margin-top: 0;
}
.pt_checkout .primary-focus .primary-content .checkout-shipping .form-row.label-inline.add-to-address {
  margin-right: 20px;
}
.checkout-billing.form-horizontal .controls,
.checkout-shipping.form-horizontal .controls {
  margin-bottom: 0;
  margin-top: 0;
}
.checkout-billing .billing-address .help-block,
.checkout-shipping .billing-address .help-block,
.checkout-billing .shipping-address .help-block,
.checkout-shipping .shipping-address .help-block {
  display: none;
}
.checkout-billing .billing-address h3,
.checkout-shipping .billing-address h3,
.checkout-billing .shipping-address h3,
.checkout-shipping .shipping-address h3,
.checkout-billing .billing-address .h3,
.checkout-shipping .billing-address .h3,
.checkout-billing .shipping-address .h3,
.checkout-shipping .shipping-address .h3 {
  font-size: 1.6em;
  letter-spacing: 1.3px;
  text-transform: uppercase;
}
.checkout-billing .billing-address h3,
.checkout-shipping .billing-address h3,
.checkout-billing .shipping-address h3,
.checkout-shipping .shipping-address h3 {
  margin-left: -3px;
  margin-top: 17px;
}
.checkout-billing .billing-address .h3,
.checkout-shipping .billing-address .h3,
.checkout-billing .shipping-address .h3,
.checkout-shipping .shipping-address .h3 {
  margin-bottom: 13px;
  margin-left: -1px;
  padding-top: 5px;
}
.checkout-billing .billing-address .form-row,
.checkout-shipping .billing-address .form-row,
.checkout-billing .shipping-address .form-row,
.checkout-shipping .shipping-address .form-row {
  margin: 0;
}
.checkout-billing .billing-address .controls,
.checkout-shipping .billing-address .controls,
.checkout-billing .shipping-address .controls,
.checkout-shipping .shipping-address .controls {
  margin-left: 162px;
  width: 393px;
}
.checkout-billing .billing-address .controls select,
.checkout-shipping .billing-address .controls select,
.checkout-billing .shipping-address .controls select,
.checkout-shipping .shipping-address .controls select {
  width: 100%;
}
.checkout-billing .billing-address .control-label,
.checkout-shipping .billing-address .control-label,
.checkout-billing .shipping-address .control-label,
.checkout-shipping .shipping-address .control-label {
  padding-top: 11px;
}
.checkout-billing .billing-address .select-address .controls,
.checkout-shipping .billing-address .select-address .controls,
.checkout-billing .shipping-address .select-address .controls,
.checkout-shipping .shipping-address .select-address .controls {
  float: left;
  margin-left: 2px;
}
.checkout-billing .billing-address .select-address .clearAddressFormLink,
.checkout-shipping .billing-address .select-address .clearAddressFormLink,
.checkout-billing .shipping-address .select-address .clearAddressFormLink,
.checkout-shipping .shipping-address .select-address .clearAddressFormLink {
  float: left;
  margin-left: 10px;
  margin-top: 16px;
  text-transform: lowercase;
}
.checkout-billing .billing-address .select-address .clearAddressFormLink i,
.checkout-shipping .billing-address .select-address .clearAddressFormLink i,
.checkout-billing .shipping-address .select-address .clearAddressFormLink i,
.checkout-shipping .shipping-address .select-address .clearAddressFormLink i {
  width: 12px;
}
.checkout-billing .billing-address .state-select,
.checkout-shipping .billing-address .state-select,
.checkout-billing .shipping-address .state-select,
.checkout-shipping .shipping-address .state-select,
.checkout-billing .billing-address .state-input,
.checkout-shipping .billing-address .state-input,
.checkout-billing .shipping-address .state-input,
.checkout-shipping .shipping-address .state-input {
  float: left;
}
.checkout-billing .billing-address .state-select .controls,
.checkout-shipping .billing-address .state-select .controls,
.checkout-billing .shipping-address .state-select .controls,
.checkout-shipping .shipping-address .state-select .controls,
.checkout-billing .billing-address .state-input .controls,
.checkout-shipping .billing-address .state-input .controls,
.checkout-billing .shipping-address .state-input .controls,
.checkout-shipping .shipping-address .state-input .controls {
  float: left;
  margin-left: 2px;
  width: 123px;
}
.checkout-billing .billing-address .state-postcode .billing-postcode,
.checkout-shipping .billing-address .state-postcode .billing-postcode,
.checkout-billing .shipping-address .state-postcode .billing-postcode,
.checkout-shipping .shipping-address .state-postcode .billing-postcode {
  clear: none;
  float: left;
  margin-left: 59px;
}
.checkout-billing .billing-address .state-postcode .billing-postcode .control-label,
.checkout-shipping .billing-address .state-postcode .billing-postcode .control-label,
.checkout-billing .shipping-address .state-postcode .billing-postcode .control-label,
.checkout-shipping .shipping-address .state-postcode .billing-postcode .control-label {
  width: 77px;
}
.checkout-billing .billing-address .state-postcode .billing-postcode .controls,
.checkout-shipping .billing-address .state-postcode .billing-postcode .controls,
.checkout-billing .shipping-address .state-postcode .billing-postcode .controls,
.checkout-shipping .shipping-address .state-postcode .billing-postcode .controls {
  float: left;
  margin-left: 0;
  width: 134px;
}
.checkout-billing .billing-address .billing-phone .controls,
.checkout-shipping .billing-address .billing-phone .controls,
.checkout-billing .shipping-address .billing-phone .controls,
.checkout-shipping .shipping-address .billing-phone .controls {
  width: 199px;
}
.checkout-billing .billing-address .label-inline .controls,
.checkout-shipping .billing-address .label-inline .controls,
.checkout-billing .shipping-address .label-inline .controls,
.checkout-shipping .shipping-address .label-inline .controls {
  margin-left: 16px;
  margin-top: 11px;
}
.checkout-billing .billing-address .label-inline .control-label,
.checkout-shipping .billing-address .label-inline .control-label,
.checkout-billing .shipping-address .label-inline .control-label,
.checkout-shipping .shipping-address .label-inline .control-label {
  padding-left: 28px;
  padding-top: 3px;
  width: auto;
}
.checkout-billing .billing-address .giftcard-offer,
.checkout-shipping .billing-address .giftcard-offer,
.checkout-billing .shipping-address .giftcard-offer,
.checkout-shipping .shipping-address .giftcard-offer {
  letter-spacing: 1.1px;
  margin: 24px 0 -9px -2px;
}
.checkout-billing .billing-address .label-above,
.checkout-shipping .billing-address .label-above,
.checkout-billing .shipping-address .label-above,
.checkout-shipping .shipping-address .label-above {
  float: left;
  margin-top: -5px;
  width: 354px;
}
.checkout-billing .billing-address .label-above .control-label,
.checkout-shipping .billing-address .label-above .control-label,
.checkout-billing .shipping-address .label-above .control-label,
.checkout-shipping .shipping-address .label-above .control-label {
  padding-top: 6px;
  text-transform: uppercase;
}
.checkout-billing .billing-address .label-above .controls,
.checkout-shipping .billing-address .label-above .controls,
.checkout-billing .shipping-address .label-above .controls,
.checkout-shipping .shipping-address .label-above .controls {
  width: auto;
}
.checkout-billing .billing-address .form-row-apply,
.checkout-shipping .billing-address .form-row-apply,
.checkout-billing .shipping-address .form-row-apply,
.checkout-shipping .shipping-address .form-row-apply {
  clear: none;
  float: left;
  margin-top: -5px;
}
.checkout-billing .billing-address .form-row-apply button,
.checkout-shipping .billing-address .form-row-apply button,
.checkout-billing .shipping-address .form-row-apply button,
.checkout-shipping .shipping-address .form-row-apply button {
  float: left;
  width: 120px;
}
.checkout-billing .billing-address .form-row-checkbalance,
.checkout-shipping .billing-address .form-row-checkbalance,
.checkout-billing .shipping-address .form-row-checkbalance,
.checkout-shipping .shipping-address .form-row-checkbalance {
  clear: none;
  float: left;
}
.checkout-billing .billing-address .form-row-checkbalance button,
.checkout-shipping .billing-address .form-row-checkbalance button,
.checkout-billing .shipping-address .form-row-checkbalance button,
.checkout-shipping .shipping-address .form-row-checkbalance button {
  background: none;
  border: none;
  margin-left: 11px;
  margin-top: 6px;
  padding: 0;
  text-decoration: underline;
  width: auto;
}
.checkout-billing .billing-address .form-row-offercode,
.checkout-shipping .billing-address .form-row-offercode,
.checkout-billing .shipping-address .form-row-offercode,
.checkout-shipping .shipping-address .form-row-offercode {
  margin-bottom: -2px;
  margin-top: 28px;
}
.checkout-billing .billing-address .form-row-offercode + .form-row-apply,
.checkout-shipping .billing-address .form-row-offercode + .form-row-apply,
.checkout-billing .shipping-address .form-row-offercode + .form-row-apply,
.checkout-shipping .shipping-address .form-row-offercode + .form-row-apply {
  margin-bottom: -2px;
  margin-top: 28px;
}
.checkout-billing .billing-address .form-row-giftcard,
.checkout-shipping .billing-address .form-row-giftcard,
.checkout-billing .shipping-address .form-row-giftcard,
.checkout-shipping .shipping-address .form-row-giftcard {
  margin-top: 6px;
}
.checkout-billing .billing-address .form-row-giftcard + .form-row-apply,
.checkout-shipping .billing-address .form-row-giftcard + .form-row-apply,
.checkout-billing .shipping-address .form-row-giftcard + .form-row-apply,
.checkout-shipping .shipping-address .form-row-giftcard + .form-row-apply {
  margin-top: 6px;
}
.checkout-billing .billing-address .form-row-giftcard + .form-row-apply + .form-row-checkbalance,
.checkout-shipping .billing-address .form-row-giftcard + .form-row-apply + .form-row-checkbalance,
.checkout-billing .shipping-address .form-row-giftcard + .form-row-apply + .form-row-checkbalance,
.checkout-shipping .shipping-address .form-row-giftcard + .form-row-apply + .form-row-checkbalance {
  margin-top: 11px;
}
.checkout-billing .billing-address .redemption,
.checkout-shipping .billing-address .redemption,
.checkout-billing .shipping-address .redemption,
.checkout-shipping .shipping-address .redemption {
  clear: both;
  margin-bottom: 20px;
  max-width: 620px;
  padding-left: 162px;
  /* Add class "no-error" to redemption element to hide empty error message
             * because of calling $cache.addCoupon.on("click") on app.checkout.js file
             */
}
.checkout-billing .billing-address .redemption .error,
.checkout-shipping .billing-address .redemption .error,
.checkout-billing .shipping-address .redemption .error,
.checkout-shipping .shipping-address .redemption .error {
  text-align: left;
}
.checkout-billing .billing-address .redemption.no-error .error,
.checkout-shipping .billing-address .redemption.no-error .error,
.checkout-billing .shipping-address .redemption.no-error .error,
.checkout-shipping .shipping-address .redemption.no-error .error {
  display: none;
}
.checkout-billing .billing-address .redemption .balance,
.checkout-shipping .billing-address .redemption .balance,
.checkout-billing .shipping-address .redemption .balance,
.checkout-shipping .shipping-address .redemption .balance,
.checkout-billing .billing-address .redemption .giftcert-pi,
.checkout-shipping .billing-address .redemption .giftcert-pi,
.checkout-billing .shipping-address .redemption .giftcert-pi,
.checkout-shipping .shipping-address .redemption .giftcert-pi {
  font-weight: bold;
  padding-top: 5px;
}
.checkout-billing .billing-address .redemption .balance .error,
.checkout-shipping .billing-address .redemption .balance .error,
.checkout-billing .shipping-address .redemption .balance .error,
.checkout-shipping .shipping-address .redemption .balance .error {
  font-weight: normal;
}
.checkout-billing .billing-address .redemption .success.giftcert-pi,
.checkout-shipping .billing-address .redemption .success.giftcert-pi,
.checkout-billing .shipping-address .redemption .success.giftcert-pi,
.checkout-shipping .shipping-address .redemption .success.giftcert-pi {
  text-transform: uppercase;
}
.checkout-billing .gift-cert-used,
.checkout-shipping .gift-cert-used {
  margin-top: -20px;
  padding-left: 162px;
}
.checkout-billing .shipping-address .h3,
.checkout-shipping .shipping-address .h3 {
  margin-bottom: 2px;
}
.checkout-billing .shipping-address .notice-msg,
.checkout-shipping .shipping-address .notice-msg {
  display: inline-block;
  margin-bottom: 8px;
  width: 550px;
}
.checkout-billing .shipping-address #mandatory-field,
.checkout-shipping .shipping-address #mandatory-field {
  font-size: 0.875em;
  text-align: right;
}
.checkout-billing .shipping-address #mandatory-field label,
.checkout-shipping .shipping-address #mandatory-field label {
  padding: 0 0 8px;
}
.checkout-billing .shipping-address #mandatory-field .required-indicator,
.checkout-shipping .shipping-address #mandatory-field .required-indicator {
  color: #ff0000;
  font-size: 1.167em;
}
.checkout-billing .shipping-address .address1 label,
.checkout-shipping .shipping-address .address1 label,
.checkout-billing .shipping-address .address1 input,
.checkout-shipping .shipping-address .address1 input {
  margin-bottom: 0;
}
.checkout-billing .shipping-address #address-caption,
.checkout-shipping .shipping-address #address-caption {
  margin-bottom: 8px;
  text-align: right;
}
.checkout-billing .shipping-address #address-caption label,
.checkout-shipping .shipping-address #address-caption label {
  padding: 0 0 8px;
}
.checkout-billing .shipping-address .shipping-phone .controls,
.checkout-shipping .shipping-address .shipping-phone .controls {
  width: 203px;
}
.checkout-billing .shipping-address .phone-extra,
.checkout-shipping .shipping-address .phone-extra {
  margin-bottom: 4px;
  overflow: hidden;
}
.checkout-billing .shipping-address .phone-extra .label-inline,
.checkout-shipping .shipping-address .phone-extra .label-inline {
  clear: none;
  float: left;
  width: 192px;
}
.checkout-billing .shipping-address .phone-extra .label-inline .controls,
.checkout-shipping .shipping-address .phone-extra .label-inline .controls {
  margin-left: 2px;
  margin-top: 0;
}
.checkout-billing .shipping-address .special-intruction textarea,
.checkout-shipping .shipping-address .special-intruction textarea {
  height: 72px;
  margin-bottom: 0;
}
.checkout-billing .shipping-address #gift-options,
.checkout-shipping .shipping-address #gift-options {
  overflow: hidden;
  margin-bottom: 7px;
}
.checkout-billing .shipping-address #gift-options .options,
.checkout-shipping .shipping-address #gift-options .options {
  float: left;
  margin: 17px 0 0 0;
}
.checkout-billing .shipping-address #gift-options .options .custom-radio,
.checkout-shipping .shipping-address #gift-options .options .custom-radio {
  display: inline-block;
}
.checkout-billing .shipping-address #gift-options .options .custom-radio .input-radio,
.checkout-shipping .shipping-address #gift-options .options .custom-radio .input-radio {
  margin: 0;
}
.checkout-billing .shipping-address #gift-options .options label,
.checkout-shipping .shipping-address #gift-options .options label {
  display: inline;
  float: none;
  padding: 0 35px 0 10px;
}
.checkout-billing .shipping-address .gift-message-text textarea,
.checkout-shipping .shipping-address .gift-message-text textarea {
  height: 70px;
}
.checkout-billing .shipping-address .gift-message-text .controls span,
.checkout-shipping .shipping-address .gift-message-text .controls span {
  color: #707070;
  display: inline-block;
  float: right;
  font-size: 0.875em;
  line-height: 1.125em;
  text-align: right;
  width: 305px;
}
.checkout-billing .shipping-address .gift-message-text .controls .char-count,
.checkout-shipping .shipping-address .gift-message-text .controls .char-count {
  text-align: right;
  clear: both;
}
.checkout-billing .shipping-address .gift-message-text .controls .char-count span,
.checkout-shipping .shipping-address .gift-message-text .controls .char-count span {
  color: #000;
  display: inline;
  float: none;
  font-size: 1.067em;
  line-height: 1.067em;
  width: auto;
}
.checkout-billing #shipping-method-list,
.checkout-shipping #shipping-method-list {
  width: 555px;
}
.checkout-billing #shipping-method-list legend,
.checkout-shipping #shipping-method-list legend {
  border: none;
  font: 1.6em 'ECB', sans-serif;
  letter-spacing: 1.3px;
  line-height: 1;
  margin-bottom: 15px;
  padding-top: 25px;
  text-transform: uppercase;
  font-weight: 600;
}
.checkout-billing #shipping-method-list legend span,
.checkout-shipping #shipping-method-list legend span {
  display: none;
}
.checkout-billing #shipping-method-list .form-row,
.checkout-shipping #shipping-method-list .form-row {
  background: #f1f1f1;
  border: 1px solid #cacaca;
  border-bottom: none;
  margin: 0;
  padding: 4px 0;
}
.checkout-billing #shipping-method-list .form-row:last-child,
.checkout-shipping #shipping-method-list .form-row:last-child {
  border-bottom: 1px solid #cacaca;
}
.checkout-billing #shipping-method-list .form-row .input-radio,
.checkout-shipping #shipping-method-list .form-row .input-radio {
  float: left;
  margin-top: 15px;
}
.checkout-billing #shipping-method-list .form-row .tooltip,
.checkout-shipping #shipping-method-list .form-row .tooltip {
  position: absolute;
}
.checkout-billing #shipping-method-list .form-row .tooltip.shipping-cost-detail,
.checkout-shipping #shipping-method-list .form-row .tooltip.shipping-cost-detail {
  opacity: 1;
  filter: alpha(opacity=100);
  display: inline;
  font-size: 1em;
  line-height: 1em;
  position: static;
  text-transform: lowercase;
}
.checkout-billing #shipping-method-list .form-row .tooltip .tooltip-inner,
.checkout-shipping #shipping-method-list .form-row .tooltip .tooltip-inner {
  font-size: 1.125em;
  max-width: 400px;
  text-align: left;
}
.checkout-billing #shipping-method-list .form-row .tooltip .tooltip-inner .label,
.checkout-shipping #shipping-method-list .form-row .tooltip .tooltip-inner .label {
  background: none;
  font: normal 1em/1.65em Arial, sans-serif;
  padding: 0;
}
.checkout-billing #shipping-method-list .form-row label,
.checkout-shipping #shipping-method-list .form-row label,
.checkout-billing #shipping-method-list .form-row .form-caption,
.checkout-shipping #shipping-method-list .form-row .form-caption,
.checkout-billing #shipping-method-list .form-row .shipping-promos,
.checkout-shipping #shipping-method-list .form-row .shipping-promos {
  display: inline-block;
  width: auto;
}
.checkout-billing #shipping-method-list .form-row label,
.checkout-shipping #shipping-method-list .form-row label {
  padding-bottom: 0;
}
.checkout-billing #shipping-method-list .form-row .form-caption,
.checkout-shipping #shipping-method-list .form-row .form-caption {
  font-style: italic;
  margin: 0 0 12px 34px;
}
.checkout-billing #shipping-method-list .form-row .shipping-promos li,
.checkout-shipping #shipping-method-list .form-row .shipping-promos li {
  display: inline-block;
  list-style-type: none;
  width: auto;
}
.checkout-billing .shipping-address-next-button,
.checkout-shipping .shipping-address-next-button {
  width: 555px;
}
.checkout-billing .shipping-address-next-button .form-row-button,
.checkout-shipping .shipping-address-next-button .form-row-button {
  margin: 20px 0 0;
}
.checkout-billing .payment-method-header,
.checkout-shipping .payment-method-header {
  font-family: 'ECB', sans-serif;
  font-size: 1.5em;
  letter-spacing: 1.5px;
  margin-bottom: 12px;
  padding-left: 2px;
  text-transform: uppercase;
  width: 100%;
  font-weight: 600;
}
.checkout-billing .payment-error-message,
.checkout-shipping .payment-error-message {
  margin-bottom: 20px;
}
.checkout-billing .payment-method-content,
.checkout-shipping .payment-method-content {
  padding-left: 4px;
}
.checkout-billing .payment-method-options,
.checkout-shipping .payment-method-options {
  float: left;
  padding-bottom: 13px;
  padding-top: 8px;
  width: 100%;
}
.checkout-billing .payment-method-options .input-radio,
.checkout-shipping .payment-method-options .input-radio {
  background-color: #f1f1f1;
  border: 1px solid #cacaca;
  margin-left: 0;
  padding: 15px 14px;
  width: 156px;
}
.checkout-billing .payment-method-options .input-radio span,
.checkout-shipping .payment-method-options .input-radio span {
  margin-left: 2px;
}
.checkout-billing .payment-method-options .last,
.checkout-shipping .payment-method-options .last {
  border-left: none;
  padding-left: 19px;
}
.checkout-billing .payment-method-options .last span,
.checkout-shipping .payment-method-options .last span {
  margin-left: 6px;
}
.checkout-billing #PaymentMethod_Paypal,
.checkout-shipping #PaymentMethod_Paypal {
  display: none;
}
.checkout-billing #PaymentMethod_Paypal .paypal-button,
.checkout-shipping #PaymentMethod_Paypal .paypal-button {
  cursor: pointer;
}
.checkout-billing .panel01,
.checkout-shipping .panel01 {
  height: 48px;
  padding: 18px 45px 0 28px;
}
.checkout-billing .expiration-month,
.checkout-shipping .expiration-month {
  float: left;
  width: 123px;
}
.checkout-billing .expiration-month select,
.checkout-shipping .expiration-month select {
  width: 100%;
}
.checkout-billing .expiration-year,
.checkout-shipping .expiration-year {
  float: left;
  margin-left: 38px;
  width: 123px;
}
.checkout-billing .expiration-year select,
.checkout-shipping .expiration-year select {
  width: 100%;
}
.checkout-billing .card-cvn,
.checkout-shipping .card-cvn {
  float: left;
  width: 123px;
}
.checkout-billing .card-cvn input,
.checkout-shipping .card-cvn input {
  width: 100%;
}
.checkout-billing .cvn-tip,
.checkout-shipping .cvn-tip {
  color: #707070;
  float: left;
  font-size: 1.167em;
  height: 16px;
  line-height: 10px;
  margin: 20px 0 0 40px;
}
.checkout-billing .cvn-tip .tooltip.cvn-tip-trigger,
.checkout-shipping .cvn-tip .tooltip.cvn-tip-trigger {
  color: #707070;
  display: inline-block;
  margin-bottom: -3px;
  opacity: 1;
  position: relative;
  text-transform: none;
}
.checkout-billing .cvn-tip .tooltip,
.checkout-shipping .cvn-tip .tooltip {
  position: absolute;
}
.checkout-billing .cvn-tip .tooltip .tooltip-inner,
.checkout-shipping .cvn-tip .tooltip .tooltip-inner {
  max-width: 152px;
}
.checkout-billing .save-card .custom-checkbox,
.checkout-shipping .save-card .custom-checkbox {
  float: left;
  margin-bottom: -3px;
  padding-top: 11px;
}
.checkout-billing .btn-continue,
.checkout-shipping .btn-continue {
  float: right;
  margin-bottom: 20px;
}
.checkout-billing .form-row-button,
.checkout-shipping .form-row-button {
  float: right;
  margin-bottom: 20px;
  margin-right: 159px;
  margin-top: 9px;
}
#tooltip .tooltip-cvn {
  background: #000;
  border: none;
  color: #fff;
  margin: 0;
  padding: 0;
}
#tooltip .tooltip-cvn:before {
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll -19px -436px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  content: " ";
  height: 10px;
  left: 50%;
  margin-left: -15px;
  position: absolute;
  top: -10px;
  width: 15px;
}
.pt_cart #secondary {
  width: auto;
}
.pt_cart #secondary .login-box-content h3 {
  font-size: 1em;
  line-height: 1.167em;
}
.pt_cart #secondary .returning-customers .form-row label {
  float: none;
  text-align: left;
  width: auto;
}
.pt_cart #secondary .login-box-content .cartcontinue button {
  padding: 7px 10px 6px;
}
.pt_cart .primary-focus .primary-content .cart-footer .horizontal-carousel {
  width: 480px;
}
.pt_cart .primary-focus .primary-content .cart-footer .horizontal-carousel .jcarousel-item {
  margin: 0 20px 0 0;
  width: 200px;
}
.item-list .cart-row td.item-details .product-list-item .label {
  padding-left: 0;
}
.item-list .cart-row td {
  border-bottom: 1px solid #ddd;
}
.pt_cart .login-box .input-checkbox {
  width: 20px;
}
.pt_cart [class*=span].template-placeholder {
  margin: 0 0 2px;
}
.pt_cart .cart-empty {
  text-align: center;
  text-transform: uppercase;
  font: normal 1.25em 'ECB', sans-serif;
  margin: 50px 0 120px 0;
  font-weight: 800;
}
.pt_cart .row-fluid [class*=span].my-bag {
  margin-left: 0;
}
.pt_cart .cart-right-column #secondary {
  margin-bottom: 0;
  margin-top: 27px;
}
.pt_cart .cart-right-column .row-fluid .span12 {
  margin-left: 0;
}
.pt_cart #rhs-login-state {
  background: #f1f1f1;
  margin-bottom: 30px;
}
.pt_cart #rhs-login-state .primary-header {
  background: #f58e88;
  color: #fff;
  letter-spacing: 1.5px;
  margin: 0 0 15px;
  padding: 9px 0;
  position: relative;
  text-align: center;
}
.pt_cart #rhs-login-state .primary-header:after {
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll -94px -341px;
  width: 14px;
  height: 8px;
  bottom: -8px;
  content: " ";
  left: 50%;
  margin-left: -7px;
  position: absolute;
}
.pt_cart #rhs-login-state .login-box {
  float: none;
  padding: 0 10px;
}
.pt_cart #rhs-login-state .login-box .section-header {
  font-size: 1.313em;
  letter-spacing: 1.5px;
  margin: 0;
}
.pt_cart #rhs-login-state .login-box p {
  margin: 0 auto;
  text-align: center;
}
.pt_cart #rhs-login-state .center {
  text-align: center;
}
.pt_cart #rhs-login-state .small-headline {
  background: transparent url("../../images/line-1x.gif") repeat-x left center;
}
.pt_cart #rhs-login-state .small-headline span {
  background: #f1f1f1;
  font-family: 'ECB', sans-serif;
  font-size: 1.250em;
  padding: 0 13px;
  text-transform: uppercase;
  font-weight: 600;
}
.pt_cart #rhs-login-state .btn-link {
  background: none;
  border: none;
  color: #000;
  text-transform: uppercase;
  width: auto;
}
.pt_cart #rhs-login-state .btn-link[disabled] {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.pt_cart #rhs-login-state #login-state-no-fields .section-header {
  margin: 7px 0 6px;
}
.pt_cart #rhs-login-state #login-state-no-fields p {
  margin-bottom: 12px;
  width: 95%;
}
.pt_cart #rhs-login-state #login-state-no-fields .btn {
  margin-bottom: 45px;
}
.pt_cart #rhs-login-state #login-state-fields .login-box {
  border: none;
  margin-bottom: 5px;
}
.pt_cart #rhs-login-state #login-state-fields .login-box .section-header {
  margin: 7px 0 6px;
}
.pt_cart #rhs-login-state #login-state-fields .login-box p {
  display: none;
}
.pt_cart #rhs-login-state #login-state-fields .login-box .cart-logininclude-member {
  display: block;
  margin: 0 0 10px;
}
.pt_cart #rhs-login-state #login-state-fields .login-box label {
  font-size: 12px;
  margin-top: 9px;
}
.pt_cart #rhs-login-state #login-state-fields .login-box .label-inline {
  margin-top: -7px;
}
.pt_cart #rhs-login-state #login-state-fields .login-box #password-reset {
  margin-top: 0;
}
.pt_cart #rhs-login-state #login-state-sticky {
  padding-bottom: 14px;
}
.pt_cart #rhs-login-state #login-state-sticky p {
  margin: 2px 0 16px;
}
.pt_cart #rhs-login-state #login-state-sticky .cartcontinue {
  margin-bottom: 12px;
}
.pt_cart #rhs-login-state #login-state-sticky .cartcontinue:last-child {
  margin-bottom: 0;
}
.pt_cart #rhs-login-state #login-state-sticky .cartcontinue:last-child .form-row {
  margin-bottom: 0;
}
.pt_cart #rhs-login-state .account-welcome,
.pt_cart #rhs-login-state .cart-actions {
  padding: 18px 0 0;
}
.pt_cart #rhs-login-state .account-welcome .not-user,
.pt_cart #rhs-login-state .cart-actions .not-user {
  color: #9a9a9a;
}
.pt_cart #rhs-login-state .account-welcome .btn-link,
.pt_cart #rhs-login-state .cart-actions .btn-link {
  color: #9a9a9a;
  padding: 0;
  text-transform: lowercase;
}
.pt_cart #rhs-login-state .cart-actions {
  padding-bottom: 7px;
}
.pt_cart #rhs-login-state .checkout-option-divider {
  margin-bottom: 10px;
}
.pt_cart .primary-content .heading-line {
  margin-bottom: 21px;
}
.pt_cart .primary-content .button-text,
.pt_cart .primary-content .textbutton {
  background: transparent;
  border: none;
  display: block;
  padding: 0;
  text-transform: uppercase;
  width: auto;
}
.pt_cart .primary-content .button-text:hover,
.pt_cart .primary-content .textbutton:hover {
  text-decoration: underline;
}
.pt_cart .primary-content #cart-table .section-header {
  background: #f1f1f1;
  font-family: 'ECB', sans-serif;
  font-size: 1.125em;
  font-weight: normal;
  letter-spacing: 0.5px;
  padding: 9px 0 4px;
  text-align: left;
  text-transform: uppercase;
  font-weight: 600;
}
.pt_cart .primary-content #cart-table .section-header:first-child {
  padding-left: 10px;
}
.pt_cart .primary-content #cart-table .section-header:last-child {
  padding-right: 10px;
  text-align: right;
}
.pt_cart .primary-content #cart-table .header-product {
  width: 34.5%;
}
.pt_cart .primary-content #cart-table .header-price {
  width: 32%;
}
.pt_cart .primary-content #cart-table .header-quantity {
  width: 17.5%;
}
.pt_cart .primary-content #cart-table .header-total-price {
  width: 16.5%;
}
.pt_cart .primary-content #cart-table tfoot .cart-promo {
  border-bottom: 1px solid #ddd;
  padding: 15px 7px;
}
.pt_cart .primary-content #cart-table tfoot .cart-promo .label {
  background: transparent;
  color: #000;
  font: 1.063em/1.2em "ECB";
  font-weight: 800;
  padding: 0;
  text-transform: uppercase;
}
.pt_cart .primary-content #cart-table tfoot .cart-promo .value {
  color: #707070;
}
.pt_cart .primary-content #cart-table .item-remove {
  bottom: 15px;
  position: absolute;
}
.pt_cart .primary-content .standard-product .bonus-item,
.pt_cart .primary-content .bonus-product .bonus-item {
  text-transform: uppercase;
}
.pt_cart .primary-content .table {
  margin-bottom: 0;
}
.pt_cart .primary-content .table tbody:before {
  display: none;
}
.pt_cart .primary-content .table .item-image,
.pt_cart .primary-content .table .item-name,
.pt_cart .primary-content .table .item-details,
.pt_cart .primary-content .table .item-quantity,
.pt_cart .primary-content .table .item-total {
  position: relative;
  vertical-align: top;
}
.pt_cart .primary-content .table .item-image img {
  max-width: 68px;
}
.pt_cart .primary-content .table .item-image .bonus-item {
  display: none;
}
.pt_cart .primary-content .table .item-name .image {
  display: none;
}
.pt_cart .primary-content .table .item-name .info-item {
  margin-bottom: 13px;
}
.pt_cart .primary-content .table .item-name .info-item .product-brand {
  padding-bottom: 0;
}
.pt_cart .primary-content .table .item-name .info-item .product-name {
  text-transform: none;
}
.pt_cart .primary-content .table .item-name .info-item .promo {
  display: none;
}
.pt_cart .primary-content .table .item-name .info-item .label {
  background: none;
  color: #000;
  font-size: 12px;
  padding: 0;
}
.pt_cart .primary-content .table .item-name .info-item .sku {
  color: #707070;
  line-height: 1em;
  margin: 3px 0 11px;
}
.pt_cart .primary-content .table .item-name .info-item .sku .label {
  color: #707070;
  font-weight: normal;
  text-transform: uppercase;
}
.pt_cart .primary-content .table .item-name .info-item .attribute {
  line-height: 1em;
}
.pt_cart .primary-content .table .item-details .item-price {
  padding-bottom: 3px;
}
.pt_cart .primary-content .table .item-details .item-price .price-sales {
  font-size: 1.063em;
}
.pt_cart .primary-content .table .item-details .product-availability-list {
  margin: 0 0 6px;
}
.pt_cart .primary-content .table .item-details .product-availability-list li {
  color: #f58e88;
  font-size: 0.938em;
  font-weight: bold;
  line-height: 1.250em;
  text-transform: uppercase;
}
.pt_cart .primary-content .table .item-details .product-availability-list .not-available {
  color: #ff0000;
}
.pt_cart .primary-content .table .item-details .product-availability-list .on-order {
  color: #ff0000;
}
.pt_cart .primary-content .table .item-details .product-availability-list .on-order:last-child {
  color: #707070;
  font-size: 0.938em;
  font-weight: normal;
  line-height: 1.188em;
  text-transform: none;
}
.pt_cart .primary-content .table .item-details .item-user-actions {
  margin-bottom: 30px;
}
.pt_cart .primary-content .table .item-details .item-user-actions .add-to-wishlist {
  font-size: 1em;
}
.pt_cart .primary-content .table .item-quantity {
  width: 118px;
}
.pt_cart .primary-content .table .item-total {
  padding-right: 5px;
  text-align: right;
}
.pt_cart .primary-content .table .item-total .price-adjusted-total {
  display: block;
}
.pt_cart .primary-content .rowgiftcert .item-name {
  width: 243px;
}
.pt_cart .primary-content .rowgiftcert .item-name .name {
  font: 1.063em/1.2em 'ECB', sans-serif;
  font-weight: 800;
}
.pt_cart .primary-content .rowgiftcert .item-name .label {
  background: none;
  color: #000;
  font-size: 12px;
  padding: 0;
}
.pt_cart .primary-content .rowgiftcert .item-name .giftcertamount,
.pt_cart .primary-content .rowgiftcert .item-name .attribute {
  line-height: 1em;
  margin: 4px 0;
}
.pt_cart .primary-content .rowgiftcert .item-name .gift-edit-details {
  margin-top: 13px;
}
.pt_cart .primary-content .rowgiftcert .item-price {
  padding-bottom: 15px;
  vertical-align: bottom;
  width: 230px;
}
.pt_cart .primary-content .rowcoupons .item-image {
  display: none;
}
.pt_cart .primary-content .rowcoupons .item-name {
  width: 243px;
}
.pt_cart .primary-content .rowcoupons .item-name .name {
  font: 1.063em/1.2em 'ECB', sans-serif;
  text-transform: uppercase;
  font-weight: 800;
}
.pt_cart .primary-content .rowcoupons .item-name .label {
  background: none;
  color: #f58e88;
  font-size: 12px;
  padding: 0;
  white-space: normal;
}
.pt_cart .primary-content .rowcoupons .item-name .cartcoupon,
.pt_cart .primary-content .rowcoupons .item-name .discount {
  font-size: 0.938em;
  line-height: 1em;
}
.pt_cart .primary-content .rowcoupons .item-name .cartcoupon .label,
.pt_cart .primary-content .rowcoupons .item-name .discount .label {
  font-size: 0.938em;
}
.pt_cart .primary-content .rowcoupons .item-name .cartcoupon {
  color: #707070;
  margin: 3px 0 1px;
}
.pt_cart .primary-content .rowcoupons .item-name .cartcoupon .label {
  color: #707070;
  font-weight: normal;
  text-transform: uppercase;
}
.pt_cart .primary-content .rowcoupons .item-name .discount {
  color: #f58e88;
  font-weight: bold;
  text-transform: uppercase;
}
.pt_cart .primary-content .rowcoupons .item-price {
  padding-bottom: 12px;
  vertical-align: bottom;
  width: 230px;
}
.pt_cart .primary-content .cart-promo .bonus-callout-message {
  border-top: 1px solid #000;
  padding-top: 2px;
}
.pt_cart .primary-content .cart-promo .bonus-callout-message table {
  width: 100%;
}
.pt_cart .primary-content .cart-promo .bonus-callout-message td {
  background: #eed8d3;
  letter-spacing: 0.8px;
  padding: 6px 12px;
}
.pt_cart .primary-content .cart-promo .bonus-callout-message .bonus-item-details {
  padding-right: 0;
  width: 67%;
}
.pt_cart .primary-content .cart-promo .bonus-callout-message .bonus-item-details span {
  margin-right: 5px;
  text-transform: uppercase;
}
.pt_cart .primary-content .cart-promo .bonus-callout-message .bonus-item-details a.tooltip {
  opacity: 1;
  filter: alpha(opacity=100);
  display: inline-block;
  height: 17px;
  margin-top: 0;
  z-index: 0;
}
.pt_cart .primary-content .cart-promo .bonus-callout-message .bonus-item-details div.tooltip {
  position: absolute;
}
.pt_cart .primary-content .cart-promo .bonus-callout-message .bonus-item-selection {
  text-align: right;
}
.pt_cart .primary-content .cart-promo .bonus-callout-message .bonus-item-selection i {
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll 4px -416px;
  width: 10px;
  height: 10px;
  display: inline-block;
}
.pt_cart .primary-content .cart-summary {
  margin-top: 15px;
  overflow: hidden;
}
.pt_cart .primary-content .cart-summary .cart-coupon-code {
  float: left;
  width: 50%;
}
.pt_cart .primary-content .cart-summary .cart-coupon-code label {
  float: none;
  font-family: 'ECB', sans-serif;
  font-size: 1.313em;
  margin: 0 0 11px;
  padding: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.pt_cart .primary-content .cart-summary .cart-coupon-code input {
  width: 194px;
}
.pt_cart .primary-content .cart-summary .cart-coupon-code input:-ms-input-placeholder {
  color: #cacaca;
}
.pt_cart .primary-content .cart-summary .cart-coupon-code button {
  width: 120px;
}
.pt_cart .primary-content .cart-summary .cart-coupon-code .error {
  clear: left;
  color: #ff0000;
  font-size: 0.917em;
  float: left;
}
.pt_cart .primary-content .cart-summary .cart-coupon-code .error:before {
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll -18px -151px;
  width: 10px;
  height: 10px;
  content: "";
  display: inline-block;
  margin-right: 5px;
}
.pt_cart .primary-content .cart-summary .cart-order-totals {
  float: right;
  padding-right: 7px;
  text-align: right;
}
.pt_cart .primary-content .cart-summary .cart-order-totals .order-totals-table {
  margin-top: 0;
  width: 328px;
}
.pt_cart .primary-content .cart-summary .cart-order-totals .order-subtotal,
.pt_cart .primary-content .cart-summary .cart-order-totals .order-discount,
.pt_cart .primary-content .cart-summary .cart-order-totals .order-shipping,
.pt_cart .primary-content .cart-summary .cart-order-totals .order-sales-tax {
  margin-bottom: 6px;
}
.pt_cart .primary-content .cart-summary .cart-order-totals .order-subtotal div,
.pt_cart .primary-content .cart-summary .cart-order-totals .order-discount div,
.pt_cart .primary-content .cart-summary .cart-order-totals .order-shipping div,
.pt_cart .primary-content .cart-summary .cart-order-totals .order-sales-tax div {
  display: inline-block;
  text-align: right;
  vertical-align: top;
  width: 49%;
  word-break: break-all;
}
.pt_cart .primary-content .cart-summary .cart-order-totals .order-subtotal div:last-child,
.pt_cart .primary-content .cart-summary .cart-order-totals .order-discount div:last-child,
.pt_cart .primary-content .cart-summary .cart-order-totals .order-shipping div:last-child,
.pt_cart .primary-content .cart-summary .cart-order-totals .order-sales-tax div:last-child {
  text-align: right;
}
.pt_cart .primary-content .cart-summary .cart-order-totals .order-sales-tax {
  margin-bottom: 14px;
}
.pt_cart .primary-content .cart-summary .cart-order-totals .order-subtotal div {
  font-size: 1.438em;
}
.pt_cart .primary-content .cart-summary .cart-order-totals .order-subtotal div span.order-tax-text {
  font-size: 0.875em;
}
.pt_cart .primary-content .cart-summary .cart-order-totals .order-shipping,
.pt_cart .primary-content .cart-summary .cart-order-totals .order-sales-tax,
.pt_cart .primary-content .cart-summary .cart-order-totals .order-discount,
.pt_cart .primary-content .cart-summary .cart-order-totals .order-total {
  display: none;
}
.pt_cart .primary-content .cart-summary .cart-order-totals .margin-desktop {
  margin-top: 34px;
}
.pt_cart .primary-content .cart-summary .order-total {
  background: #f1f1f1;
  border-bottom: 2px solid #000;
  border-top: 1px solid #000;
  clear: both;
  display: none;
  font-size: 1.5em;
  font-weight: bold;
  padding: 15px 4px 15px 68%;
}
.pt_cart .primary-content .cart-summary .order-total div {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  word-break: break-all;
}
.pt_cart .primary-content .cart-summary .order-total div:last-child {
  text-align: right;
}
.pt_cart .primary-content .error-message {
  color: #ff0000;
  font-weight: bold;
  margin: 10px 0;
}
.pt_cart .primary-content .error-message a {
  color: #ff0000;
  text-decoration: underline;
  text-transform: lowercase;
}
.pt_cart .primary-content .cart-actions {
  overflow: hidden;
}
.pt_cart .primary-content .cart-actions .button-text.disabled {
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.pt_cart .primary-content .cart-actions .button-text.disabled:hover {
  text-decoration: none;
}
.pt_cart .primary-content .cart-actions .cart-action-checkout {
  float: right;
}
.pt_cart .primary-content .cart-actions .cart-action-checkout .btn-checkout {
  width: 250px;
}
.pt_cart .primary-content .cart-actions .cart-action-continue-shopping {
  float: left;
}
.pt_cart .primary-content .cart-promo-approaching {
  padding-left: 50%;
  text-align: justify;
}
.beautyToGo {
  position: relative;
}
.beautyToGo .beautyToGo-container {
  position: static;
  text-align: center;
  width: 80%;
}
.beautyToGo .swiper-slide {
  padding: 0 10px;
}
#cart-table {
  width: 100%;
}
#cart-table .cart-sample-selection {
  border-bottom: 1px solid #ddd;
  display: none;
}
#cart-table .cart-sample-selection .sample-item-list {
  border-top: 1px solid #fff;
  position: relative;
  top: -1px;
}
#sample-cart-render {
  padding-bottom: 2px;
  padding-top: 4px;
}
#cart-table-sample {
  width: 100%;
}
#cart-table-sample .sample-header td {
  background-color: #fff;
  padding: 0;
}
#cart-table-sample .sample-header .sample-header-wrapper {
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  padding: 2px 0;
}
#cart-table-sample .add-sample-to-bag {
  letter-spacing: 1.5px;
  padding-right: 6px;
  width: 174px;
}
#cart-table-sample .sample-item-action {
  border-top: none;
  margin-bottom: 29px;
  margin-left: 0;
}
#cart-table-sample .sample-foot-note {
  color: #9a9a9a;
  float: left;
  font-size: 0.9em;
  line-height: 1.28em;
  margin-top: 10px;
  text-align: left;
}
#cart-table-sample .sample-item-button {
  float: right;
  width: initial;
}
#cart-table-sample .sample-header-content {
  background-color: #eed8d3;
  float: none;
  padding: 20px 6px 25px 6px;
  position: relative;
}
#cart-table-sample .sample-header-content .open-sample-selection {
  letter-spacing: 0.1px;
  position: absolute;
  right: 12px;
  top: 16px;
}
#cart-table-sample .sample-header-content .cart-select-sample {
  font-family: 'ECB', sans-serif;
  letter-spacing: 1.4px;
  margin-left: 70px;
  margin-top: 1px;
  text-transform: uppercase;
  font-weight: 800;
}
#cart-table-sample .sample-header-content .cart-with-purchase {
  letter-spacing: 1.2px;
  margin-left: 70px;
  text-transform: uppercase;
}
#cart-table-sample .sample-header-content .sample-header-image {
  float: left;
  width: 70px;
}
#cart-table-sample .sample-header-content .sample-header-image img {
  margin-left: 11px;
  margin-top: -9px;
}
#cart-table-sample .sample-close {
  height: 55px;
  padding: 14px 0;
}
#cart-table-sample .sample-close .btn-close {
  float: right;
  margin-right: -2px;
  width: 60px;
}
#cart-table-sample .sample-close .btn-close span.ui-icon {
  display: block;
  padding-left: 2px;
}
#cart-table-sample .product-components td {
  padding-bottom: 15px;
}
#cart-table-sample .product-components .item-details {
  padding-top: 20px;
  width: 160px;
}
#cart-table-sample .product-components .item-details .brand-name {
  display: block;
  font-family: "ECB";
  font-weight: normal;
  margin-bottom: -3px;
  text-transform: uppercase;
  font-weight: 800;
}
#cart-table-sample .product-components .item-details .product-name {
  display: block;
  font-family: 'ECB', sans-serif;
  font-size: 1em;
  letter-spacing: 0.3px;
  margin-bottom: 14px;
  font-weight: 600;
}
#cart-table-sample .product-components .item-details .product-description {
  display: block;
  height: 55px;
  line-height: 1.3em;
  overflow: hidden;
}
#cart-table-sample .product-components .item-details .custom-checkbox {
  margin-top: 2px;
}
#cart-table-sample .product-components .sample-remove-link {
  letter-spacing: 0.5px;
}
#cart-table-sample .product-components .item-price {
  font-size: 1em;
  font-weight: normal;
  width: 230px;
  vertical-align: bottom;
}
#cart-table-sample .product-components .item-quantity {
  padding-top: 22px;
}
#cart-table-sample .product-components .item-total {
  font-size: 1.4em;
  font-weight: bold;
  padding-top: 22px;
}
#cart-table-sample .product-components .product-availability-list {
  margin: 0 0 6px;
}
#cart-table-sample .product-components .product-availability-list li {
  color: #f58e88;
  font-size: 0.938em;
  font-weight: bold;
  line-height: 1.250em;
  text-transform: uppercase;
}
#cart-table-sample .product-components .product-availability-list .not-available {
  color: #ff0000;
}
#cart-table-reward {
  width: 100%;
}
#cart-table-reward .cart-table-header {
  width: 100%;
}
#cart-table-reward .cart-reward-selection .reward-selection-wrapper {
  background-color: #eed8d3;
}
#cart-table-reward .cart-reward-selection .cart-col-image {
  padding: 15px 0 20px 12px;
  width: 11.15%;
}
#cart-table-reward .cart-reward-selection .cart-col-message {
  padding-top: 25px;
  vertical-align: top;
  width: 62.45%;
}
#cart-table-reward .cart-reward-selection .cart-col-message .cart-reward-beautyloop {
  display: block;
  font: 1.083em/1.083em 'ECB', sans-serif;
  letter-spacing: 1.4px;
  margin-bottom: 3px;
  font-weight: 800;
}
#cart-table-reward .cart-reward-selection .cart-col-message .cart-reward-message {
  letter-spacing: 1.2px;
  font: 1.083em 'ECB', sans-serif;
  text-transform: uppercase;
  font-weight: 600;
}
#cart-table-reward .cart-reward-selection .cart-col-btn {
  padding: 19px 10px 0 0;
  vertical-align: top;
  width: 25.4%;
}
#cart-table-reward .cart-reward-selection .cart-col-btn .add-reward-to-bag {
  letter-spacing: 0;
}
#cart-table-reward .cart-reward-selection .cart-beauty-item {
  float: left;
  padding-top: 5px;
  width: 70%;
}
#cart-table-reward .cart-reward-selection .icon-beauty-loop-cart {
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/https://s1.mecca.com.au/image/mecca/asset/legacy/icon-beauty-loop-cart.png") no-repeat scroll 0 0;
  width: 60px;
  height: 42px;
  float: left;
  margin-right: 12px;
}
#cart-table-reward .cart-row .name {
  font: 1em 'ECB', sans-serif;
  text-transform: uppercase;
  font-weight: 800;
}
#cart-table-reward .cart-row .item-details {
  vertical-align: bottom;
}
#sample-product-overlay {
  margin: 16px 0 0;
}
#sample-product-overlay li {
  margin-bottom: 31px;
}
#sample-product-overlay .sample-product-image {
  display: block;
  float: left;
  height: 69px;
  text-align: center;
  width: 69px;
}
#sample-product-overlay .sample-product-image img {
  max-height: 69px;
}
#sample-product-overlay .sample-product-detail {
  float: left;
  margin-left: 10px;
  width: 147px;
}
#sample-product-overlay .sample-product-detail .sample-product-brand-name {
  height: 38px;
  overflow: hidden;
}
#sample-product-overlay .sample-product-detail .brand-name {
  display: block;
  font-family: "ECB";
  font-weight: normal;
  margin-bottom: -4px;
  text-transform: uppercase;
  font-weight: 800;
}
#sample-product-overlay .sample-product-detail .product-name {
  display: block;
  margin-bottom: 5px;
}
#sample-product-overlay .sample-product-detail .product-description {
  display: block;
  height: 47px;
  line-height: 1.3em;
}
#sample-product-overlay .sample-product-detail .product-description p {
  margin-bottom: 0;
}
#sample-product-overlay .sample-product-item .custom-checkbox label {
  padding-left: 0;
}
#sample-paging {
  margin-bottom: 56px;
  margin-top: -9px;
}
#sample-paging .btn-direction-previous {
  float: left;
  height: 37px;
  width: 49%;
}
#sample-paging .btn-direction-previous i {
  margin-top: 4px;
  width: 22px;
}
#sample-paging .btn-direction-next {
  float: right;
  height: 37px;
  width: 49%;
}
#sample-paging .btn-direction-next i {
  margin-left: -10px;
  margin-top: 4px;
  width: 22px;
}
.pt_product-search-noresult .refinement-header h2 {
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/https://s1.mecca.com.au/image/mecca/asset/legacy/interface/icon-double-line-header.png") repeat-x scroll left top;
  display: block;
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  padding: 14px 9px 9px;
  text-transform: uppercase;
}
.pt_product-search-noresult #category-level-1 li a {
  padding: 0;
}
.pt_product-search-result #secondary {
  margin-left: 0;
}
.pt_product-search-result #secondary .brand-concept {
  margin-left: 0;
}
.search-result-items {
  clear: both;
}
.search-result-items .product-image {
  position: relative;
}
.search-result-items .product-image:hover .quickview-link {
  display: block;
}
.search-result-items .product-image .new-badge {
  position: absolute;
  right: 0;
  top: 0;
}
.search-result-items .product-image .quickview-link {
  background-color: #eed8d3;
  bottom: 10px;
  color: #fff;
  display: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
  filter: alpha(opacity=95);
  opacity: .95;
  position: absolute;
  text-align: center;
  width: 100%;
}
.search-result-items .product-name {
  text-align: center;
}
.search-result-items .product-name h2 {
  font-size: 1em;
  line-height: 1;
  margin: 5px 0;
}
.search-result-items .product-name .name-link {
  text-transform: capitalize;
}
.search-result-items .product-pricing {
  text-align: center;
}
.search-result-items .product-pricing .product-sales-price {
  font-size: 1em;
}
.pt_product-search-result .search-result-banner .heading-line,
.pt_content-search-result .search-result-banner .heading-line {
  margin-top: -19px;
}
.pt_product-search-result .ui-tabs-nav,
.pt_content-search-result .ui-tabs-nav {
  border-bottom: 1px solid #000;
  height: auto;
}
.pt_product-search-result .ui-tabs-nav li,
.pt_content-search-result .ui-tabs-nav li {
  background-color: #fff;
  border: 1px solid #000;
}
.pt_product-search-result .ui-tabs-nav li a,
.pt_content-search-result .ui-tabs-nav li a {
  padding-left: 35px;
  padding-right: 35px;
}
.pt_product-search-result .ui-tabs-nav li.active:after,
.pt_content-search-result .ui-tabs-nav li.active:after {
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll -17px -436px;
}
.pt_product-search-result .ui-tabs-nav li.active a,
.pt_content-search-result .ui-tabs-nav li.active a {
  background-color: #000;
  color: #fff;
}
.pt_product-search-result .content-header,
.pt_content-search-result .content-header,
.pt_product-search-result .search-results-content,
.pt_content-search-result .search-results-content {
  margin: 17px 0;
}
.pt_product-search-result .viewall,
.pt_content-search-result .viewall {
  border: none;
  background-color: #fff;
  float: right;
  margin: 0;
  text-transform: uppercase;
  width: auto;
}
.pt_product-search-result .viewall:hover,
.pt_content-search-result .viewall:hover {
  text-decoration: underline;
}
.pt_product-search-result .search-result-bookmarks,
.pt_content-search-result .search-result-bookmarks {
  border-bottom: solid 2px #000;
  margin-bottom: 14px;
  padding-bottom: 44px;
}
.pt_product-search-result .folder-content-list,
.pt_content-search-result .folder-content-list {
  margin-bottom: 30px;
}
.pt_product-search-result .article,
.pt_content-search-result .article {
  margin-bottom: 20px;
}
.pt_product-search-result .article .article-thumb,
.pt_content-search-result .article .article-thumb {
  display: inline-block;
  height: 180px;
  min-width: 140px;
  width: 140px;
}
.pt_product-search-result .article .article-thumb a,
.pt_content-search-result .article .article-thumb a {
  display: block;
  height: 100%;
  width: 100%;
}
.pt_product-search-result .article .article-thumb img,
.pt_content-search-result .article .article-thumb img {
  height: auto;
  width: 100%;
}
.pt_product-search-result .article .article-title,
.pt_content-search-result .article .article-title {
  border-bottom: solid 1px #000;
  font-size: 1.375em;
  margin: -2px 0 15px;
  padding-bottom: 4px;
  width: 100%;
}
.pt_product-search-result .article .article-title a,
.pt_content-search-result .article .article-title a {
  display: block;
  text-decoration: none;
}
.pt_product-search-result .article .article-content,
.pt_content-search-result .article .article-content {
  display: inline-block;
  min-height: 180px;
  padding-bottom: 20px;
  padding-left: 10px;
  position: relative;
  vertical-align: top;
  width: 100%;
}
.pt_product-search-result .article .article-content p,
.pt_content-search-result .article .article-content p {
  height: 75px;
  line-height: 1.4em;
  overflow: hidden;
}
.pt_product-search-result .article .article-content .readmore,
.pt_content-search-result .article .article-content .readmore {
  font-family: 'ECB', sans-serif;
  position: absolute;
  bottom: -3px;
  font-weight: 600;
}
.pt_content-search-result .refinement-wrapper .section-header,
.pt_customer-service .refinement-wrapper .section-header {
  font-size: 1.313em;
  letter-spacing: 1.4px;
  margin: 0;
  padding: 16px 0 15px 3px;
}
.pt_content-search-result .refinement-wrapper .refinement.article,
.pt_customer-service .refinement-wrapper .refinement.article {
  border-bottom: none;
  margin: 0;
  padding: 0;
}
.pt_content-search-result .refinement-wrapper .refinement.article ul,
.pt_customer-service .refinement-wrapper .refinement.article ul {
  padding-bottom: 0;
  padding-left: 0;
}
.pt_content-search-result .refinement-wrapper .refinement.article ul li,
.pt_customer-service .refinement-wrapper .refinement.article ul li {
  margin-bottom: 7px;
  padding-bottom: 0;
}
.pt_content-search-result .refinement-wrapper .refinement.article ul li a,
.pt_customer-service .refinement-wrapper .refinement.article ul li a {
  text-transform: capitalize;
}
.pt_content-search-result .refinement-wrapper .refinement.article ul li.toggle,
.pt_customer-service .refinement-wrapper .refinement.article ul li.toggle {
  border-top: 1px solid #000;
  cursor: pointer;
  font: normal 1.188em 'ECB', sans-serif;
  margin: 0;
  padding: 16px 0 12px 15px;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
}
.pt_content-search-result .refinement-wrapper .refinement.article ul li.toggle i,
.pt_customer-service .refinement-wrapper .refinement.article ul li.toggle i {
  width: 16px;
  height: 10px;
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll -1px -434px;
  display: inline-block;
  left: 0;
  margin-right: 5px;
  position: absolute;
  top: 20px;
}
.pt_content-search-result .refinement-wrapper .refinement.article ul li.expanded,
.pt_customer-service .refinement-wrapper .refinement.article ul li.expanded {
  padding-bottom: 16px;
}
.pt_content-search-result .refinement-wrapper .refinement.article ul li.expanded i,
.pt_customer-service .refinement-wrapper .refinement.article ul li.expanded i {
  background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll 1px -418px;
  top: 20px;
}
.pt_content-search-result .refinement-wrapper .refinement.article ul ul,
.pt_customer-service .refinement-wrapper .refinement.article ul ul {
  margin: 0 0 12px 20px;
}
.pt_product-details .row-fluid .span12 {
  margin-left: 0;
}
.pt_article .row-fluid .span12 {
  margin-left: 0;
}
.aphabetEnabled {
  font-family: 'ECB' !important;
  margin: 0px !important;
  font-size: 21px !important;
  line-height: 22px !important;
  padding-right: 16px !important;
  font-weight: 600;
}
.aphabetEnabled:hover,
.aphabetEnabled:focus {
  color: #000000;
  text-decoration: underline!important;
}
.aphabetEnabledLetterA:focus {
  outline: none!important;
  text-decoration: underline!important;
}
.aphabetDisabled {
  font-family: 'ECB' !important;
  margin: 0px !important;
  font-size: 21px !important;
  line-height: 22px !important;
  color: #9a9a9a !important;
  padding-right: 16px !important;
  font-weight: 600;
}
.pt-ingredients-glossary .aphabet-word-warp {
  word-wrap: break-word !important;
}
.pt-ingredients-glossary .row-fluid .span6 .tile-img .tile-text-container-two-lines h2 {
  max-width: 180px;
  overflow: visible;
}
.pt_product-search-result .row-fluid .span12 {
  margin-left: 0;
}
.pt_product-search-result .search-result-options,
.pt_product-search-result .search-result-options-footer {
  height: 76px;
}
.pt_product-search-result .search-result-options .sort-by,
.pt_product-search-result .search-result-options-footer .sort-by {
  float: left;
  margin-top: 10px;
  width: 31.1%;
}
.pt_product-search-result .search-result-options .sort-by form,
.pt_product-search-result .search-result-options-footer .sort-by form {
  margin: 0;
}
.pt_product-search-result .search-result-options .sort-by form label,
.pt_product-search-result .search-result-options-footer .sort-by form label {
  margin: 0 10px 0 0;
  width: auto;
}
.pt_product-search-result .search-result-options .sort-by form #grid-sort-header,
.pt_product-search-result .search-result-options-footer .sort-by form #grid-sort-header,
.pt_product-search-result .search-result-options .sort-by form #grid-sort-footer,
.pt_product-search-result .search-result-options-footer .sort-by form #grid-sort-footer {
  margin: 0;
  width: 160px;
}
.pt_product-search-result .search-result-options .sort-by form button,
.pt_product-search-result .search-result-options-footer .sort-by form button {
  display: none;
}
.pt_product-search-result .search-result-options .items-per-page,
.pt_product-search-result .search-result-options-footer .items-per-page {
  float: left;
  margin-top: 10px;
}
.pt_product-search-result .search-result-options .items-per-page form,
.pt_product-search-result .search-result-options-footer .items-per-page form {
  margin: 0;
}
.pt_product-search-result .search-result-options .items-per-page form label,
.pt_product-search-result .search-result-options-footer .items-per-page form label {
  margin: 0 10px 0 0;
  width: auto;
}
.pt_product-search-result .search-result-options .items-per-page form #grid-paging-header,
.pt_product-search-result .search-result-options-footer .items-per-page form #grid-paging-header,
.pt_product-search-result .search-result-options .items-per-page form #grid-paging-footer,
.pt_product-search-result .search-result-options-footer .items-per-page form #grid-paging-footer {
  margin-bottom: 0;
  width: auto;
}
.pt_product-search-result .search-result-options .items-per-page form button,
.pt_product-search-result .search-result-options-footer .items-per-page form button {
  display: none;
}
.pt_product-search-result .search-result-options .pagination,
.pt_product-search-result .search-result-options-footer .pagination {
  margin: 0;
  padding: 20px 0 35px;
}
/* Send to friend popup */
#send-to-friend-main .form-row.label-inline,
#send-to-friend-main .form-caption {
  padding: 0 0 0 180px;
}
#send-to-friend-main h2 {
  font-size: 1.063em;
  line-height: 1.063em;
  margin: 15px 0 9px;
}
#send-to-friend-form {
  margin: 0 0 0 2px;
  width: 475px;
}
#send-to-friend-form .dialog-required {
  font-size: 0.875em;
  margin-bottom: 4px;
  text-align: right;
}
#send-to-friend-form .required-indicator {
  color: #ff0000;
}
#send-to-friend-form .controls {
  float: right;
  margin-bottom: 10px;
}
#send-to-friend-form label {
  margin: 0;
  padding: 0;
  line-height: 40px;
}
#send-to-friend-form input {
  margin-bottom: 0;
}
#send-to-friend-form textarea {
  height: 110px;
  margin: 0;
}
#send-to-friend-form .send-button {
  margin: 0 17px 0 16px;
}
#send-to-friend-form .form-caption {
  clear: both;
  padding: 20px 0 0;
}
#send-to-friend-form .form-caption a {
  text-decoration: underline;
  text-transform: none;
}
#send-to-friend-form button {
  width: 145px;
}
#send-to-friend-form .form-row-button {
  margin-bottom: 0;
  padding-top: 5px;
}
#send-to-friend-form .char-count {
  font-size: 1em;
  margin-top: 6px;
  text-align: right;
}
#send-to-friend-form .send-to-friend-product {
  clear: both;
  margin: 25px 0 20px;
  overflow: hidden;
}
#send-to-friend-form .send-to-friend-product h2 {
  margin-top: 0;
}
#send-to-friend-form .send-to-friend-product .product-image {
  float: left;
}
#send-to-friend-form .send-to-friend-product .product-image img {
  max-width: 150px;
}
#send-to-friend-form .send-to-friend-product .product-description .floatright {
  float: right;
  width: 317px;
}
#send-to-friend-form .send-to-friend-product .product-description h2 {
  font: 1em/1em 'ECB', sans-serif;
  margin: 4px 0 0;
  font-weight: 600;
}
#send-to-friend-form .send-to-friend-product .product-description .productname {
  font-family: 'ECB', sans-serif;
  margin: 4px 0 0;
  font-weight: 300;
}
#send-to-friend-form .send-to-friend-product .product-description .product-number {
  color: #999;
  font-size: 0.938em;
  margin-bottom: 7px;
  text-transform: uppercase;
}
#send-to-friend-form .send-to-friend-product .product-description .product-number .label {
  background: none;
  color: #999;
  font-weight: normal;
  padding: 0;
}
#send-to-friend-form .send-to-friend-product.edit-step {
  margin: 10px 0 45px;
}
#send-to-friend-form .send-to-friend-product.edit-step .product-description {
  width: 100%;
}
#send-to-friend-form .send-to-friend-product.edit-step .label,
#send-to-friend-form .send-to-friend-product.edit-step .item-id {
  background: none;
  color: #999;
  float: left;
  font-size: 0.938em;
  font-weight: normal;
  line-height: 0.875em;
  padding: 0;
  text-transform: uppercase;
}
#send-to-friend-form .send-to-friend-product.edit-step .desc {
  clear: none;
  float: right;
  width: 317px;
}
#send-to-friend-form .send-to-friend-product.edit-step .info {
  clear: both;
  padding-top: 20px;
}
#send-to-friend-form .send-to-friend-product.edit-step .info {
  margin: 10px 0 0;
}
#send-to-friend-form .send-to-friend-product.edit-step .info dt {
  float: left;
  font-weight: bold;
  margin-top: 32px;
  width: 84px;
}
#send-to-friend-form .send-to-friend-product.edit-step .info dt:first-child {
  margin-top: 0;
}
#send-to-friend-form .send-to-friend-product.edit-step .info dt:first-child + dd {
  margin-top: 0;
}
#send-to-friend-form .send-to-friend-product.edit-step .info dd {
  float: left;
  margin: 32px 0 0;
  width: 390px;
}
#send-to-friend-form .send-to-friend-product.edit-step h2 {
  margin-top: 5px;
}
#send-to-friend-form .send-to-friend-product.edit-step h3 {
  font: 1em/1em 'ECB', sans-serif;
}
#send-to-friend-form .send-to-friend-product.form-indent .product-description {
  float: right;
  width: 310px;
}
.sendtofriendsuccess {
  width: 477px;
}
.sendtofriendsuccess h2 {
  background: #eed8d3;
  font: 1em Arial, sans-serif;
  letter-spacing: 0;
  margin: 5px 0;
  padding: 15px 18px;
  text-transform: none;
}
.sendtofriendsuccess button {
  float: right;
  margin-top: 26px;
}
/* Product Details page */
/* ------------------------------------- */
.bonusproduct {
  margin-left: -298px;
  padding-bottom: 54px;
}
.bonusproduct .select-bonus-btn {
  margin-right: 16px;
  width: 310px;
}
.bonusproduct .ui-dialog-titlebar-close {
  right: 10px;
  top: -25px;
}
.bonusproduct .ui-dialog-content,
.bonusproduct .ui-dialog-titlebar {
  padding: 6px 0 6px 20px;
}
.bonusproduct .bonus-product-alert {
  padding-bottom: 18px;
}
.bonusproduct .buttonbar {
  padding-top: 5px;
}
.bonusproduct .buttonbar button {
  letter-spacing: 1.2px;
}
.bonusselection {
  margin-left: -370px;
  padding: 40px;
}
.bonusselection .ui-dialog-titlebar-close {
  right: 5px;
  top: -26px;
}
.bonusselection .bonus-product-select {
  font: 1.333em 'ECB', sans-serif;
  letter-spacing: 1.8px;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
.bonusselection .promotion {
  padding-bottom: 13px;
}
.bonusselection .bonus-product-item {
  border-top: 1px solid #cacaca;
  padding-top: 20px;
}
.bonusselection .bonus-product-item .product-col-1 {
  float: left;
  margin-right: 12px;
  width: 10.4%;
}
.bonusselection .bonus-product-item .product-col-2 {
  float: left;
  padding-bottom: 3px;
  position: relative;
  width: 87.7%;
}
.bonusselection .bonus-product-item .product-col-2 .product-name {
  font: 1em 'ECB', sans-serif;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
}
.bonusselection .bonus-product-item .product-col-2 .product-number {
  color: #9a9a9a;
  font: normal 0.917em Arial, sans-serif;
  text-transform: uppercase;
}
.bonusselection .bonus-product-item .product-col-2 .product-variations {
  float: left;
}
.bonusselection .bonus-product-item .product-col-2 .product-variations ul {
  margin: 0;
}
.bonusselection .bonus-product-item .product-col-2 .product-variations ul li {
  float: left;
  margin-right: 20px;
  width: 90px;
}
.bonusselection .bonus-product-item .product-col-2 .product-variations ul li label {
  float: none;
  margin: 8px 0 0;
  padding: 12px 0 2px;
  width: 90px;
}
.bonusselection .bonus-product-item .product-col-2 .product-variations ul li .variation-select {
  width: 90px;
}
.bonusselection .bonus-product-item .product-col-2 .product-options {
  float: left;
  width: 110px;
}
.bonusselection .bonus-product-item .product-col-2 .product-options ul {
  margin: 0;
}
.bonusselection .bonus-product-item .product-col-2 .product-options ul li {
  float: left;
  margin-right: 20px;
  width: 90px;
}
.bonusselection .bonus-product-item .product-col-2 .product-options ul li .label {
  background: none;
  color: #000;
  display: block;
  float: none;
  font: 1em Arial, sans-serif;
  margin: 8px 0 0;
  padding: 12px 0 2px;
  width: 90px;
}
.bonusselection .bonus-product-item .product-col-2 .product-options ul li .product-option {
  width: 90px;
}
.bonusselection .bonus-product-item .product-col-2 .product-add-to-cart {
  float: left;
  width: 338px;
}
.bonusselection .bonus-product-item .product-col-2 .product-add-to-cart .quantity {
  width: 80px;
  float: left;
}
.bonusselection .bonus-product-item .product-col-2 .product-add-to-cart .quantity label {
  float: none;
  margin: 8px 0 0;
  padding: 12px 0 2px;
  text-transform: uppercase;
  width: 90px;
}
.bonusselection .bonus-product-item .product-col-2 .product-add-to-cart .quantity select {
  width: 80px;
}
.bonusselection .bonus-product-item .product-col-2 .product-add-to-cart .button-select-bonus {
  bottom: 30px;
  position: absolute;
  right: 0;
  width: 118px;
}
.bonusselection .bonus-product-list-footer {
  border-top: 1px solid #cacaca;
  padding-top: 24px;
}
.bonusselection .bonus-product-list-footer .bonus-product-list-item {
  float: left;
  width: 73%;
}
.bonusselection .bonus-product-list-footer .bonus-product-list-item .bonus-product-summary {
  margin-bottom: 20px;
}
.bonusselection .bonus-product-list-footer .bonus-product-list-item .selected-bonus-items {
  margin: 0;
}
.bonusselection .bonus-product-list-footer .bonus-product-list-item .selected-bonus-items .remove-link {
  float: left;
  margin-right: 10px;
  width: auto;
}
.bonusselection .bonus-product-list-footer .bonus-product-list-item .selected-bonus-items .remove-select-item {
  color: #9a9a9a;
  float: left;
  width: 370px;
}
.bonusselection .bonus-product-list-footer .bonus-product-list-item .selected-bonus-items .remove-select-item .item-attributes {
  margin: 0;
}
.bonusselection .bonus-product-list-footer .bonus-product-list-item .selected-bonus-items .remove-select-item .item-name {
  color: #000;
  display: block;
  font: 1em 'ECB', sans-serif;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
.bonusselection .bonus-product-list-footer .bonus-product-select {
  font-size: 1.083em;
  margin: -6px 0 14px;
}
/* END DEVELOPEMENT STYLING */
.pt_account #primary {
  margin-left: 1.25%;
}
.pt_account #secondary {
  margin-left: 0;
}
.row-fluid .registration-side {
  margin-top: 10px;
}
.ui-dialog[aria-labelledby="ui-dialog-title-registration-dialog"] {
  margin-left: -360px !important;
}
.registration-wrapper {
  margin-bottom: 177px;
}
.thankyoupage-registration-wrapper {
  margin-bottom: 37px;
}
.registration-form .form-horizontal .control-group {
  margin-bottom: 0;
}
.registration-form .form-horizontal .form-horizontal .privacy-policy-agreement .checkbox {
  font-size: 15px;
}
.registration-form .form-horizontal .privacy-policy .controls .controls-bl-terms {
  display: block;
  padding-left: 34px;
}
.registration-form .form-horizontal .controls {
  margin-left: 162px;
}
.registration-form .form-horizontal span.error {
  margin-top: 0;
}
.registration-form .form-horizontal .mandatory-message .control-label {
  font-size: 0.938em;
  padding: 0 3px 0 0;
  text-align: right;
  width: 100%;
}
.registration-form .form-horizontal .help-block {
  color: #9a9a9a;
  font-size: 0.917em;
  margin: 0 0 8px;
  text-align: right;
}
.registration-form .form-horizontal .checkbox {
  padding-bottom: 0;
  padding-left: 30px;
  position: relative;
}
.registration-form .form-horizontal .date-dropdown .input-small {
  float: left;
  width: 80px;
}
.registration-form .form-horizontal .date-dropdown .month {
  margin-left: 17px;
  width: 110px;
}
.registration-form .form-horizontal .date-dropdown .year {
  margin-left: 16px;
}
.registration-form .form-horizontal .password .input-large {
  margin-bottom: 0;
}
.registration-form .form-horizontal .password span.error {
  margin-top: 5px;
}
.registration-form .form-horizontal .phone .input-text {
  width: 163px;
}
.registration-form .form-horizontal .phone span.error {
  text-align: left;
}
.registration-form .form-horizontal .phone .help-block {
  margin-bottom: 6px;
}
.registration-form .form-horizontal .agreement .checkbox {
  margin-bottom: 0;
  padding-top: 0;
}
.registration-form .form-horizontal .agreement .required-indicator {
  display: none;
}
.registration-form .form-horizontal .privacy-policy .controls {
  display: block;
  padding-left: 30px;
}
.registration-form .form-horizontal .privacy-policy .required-indicator {
  color: #ff0000;
  font-size: 1.167em;
}
.registration-form .form-horizontal .privacy-policy a.dialogify {
  float: none;
  font-family: Arial, sans-serif;
  margin-top: 0;
  text-decoration: underline;
  text-transform: none;
}
.registration-form .form-horizontal .agreement-error {
  margin-top: 5px;
}
.registration-form .form-horizontal .agreement-error span.error {
  text-align: left;
  padding-left: 30px;
}
.registration-form .form-horizontal .agreement-error span.error:before {
  margin: 0 3px 0 -13px;
}
.registration-form .form-horizontal .btn-sign-up {
  margin-top: 7px;
}
.privacy-policy-agreement {
  padding-left: 30px;
}
.thankyoupage-registration-form span.error {
  width: 170px;
  height: 5px;
}
.form-horizontal .privacy-policy-agreement {
  padding-left: 30px;
}
.privacy-policy .controls {
  display: block;
  padding-left: 30px;
}
.privacy-policy .required-indicator {
  color: #ff0000;
  font-size: 1.167em;
}
.privacy-policy .view-privacy-policy,
.privacy-policy .view-terms-conditions {
  float: none;
  font-family: Arial, sans-serif;
  margin-top: 0;
  text-decoration: underline;
  text-transform: none;
}
/* Gift certification page */
/* ------------------------------------- */
input,
textarea,
.uneditable-input {
  width: 100%;
}
.row-fluid .center {
  margin: 0 auto !important;
  float: none !important;
}
.row-fluid .gift-card-content-physical {
  display: none;
}
.no-hits-search {
  padding: 12px 0;
}
.no-hits-search form {
  margin-bottom: 0;
}
.no-hits-search .input-append {
  position: relative;
}
.no-hits-search .try-new-search {
  font: normal 1.4em 'ECB', sans-serif;
  letter-spacing: 1px;
  margin-left: 0;
  padding: 10px 0;
  text-transform: uppercase;
  width: 243px;
  font-weight: 600;
}
.no-hits-search .input-text {
  border-right: none;
  padding: 2px 55px 0 18px;
  width: 393px;
}
.no-hits-search .input-text:-moz-placeholder {
  color: #9a9a9a;
}
.no-hits-search .input-text:-ms-input-placeholder {
  color: #9a9a9a;
}
.no-hits-search .input-text::-webkit-input-placeholder {
  color: #9a9a9a;
}
.no-hits-search .input-text ::-webkit-input-placeholder {
  color: #9a9a9a;
}
.no-hits-search .input-text :-moz-placeholder {
  /* Firefox 18- */
  color: #9a9a9a;
}
.no-hits-search .input-text ::-moz-placeholder {
  /* Firefox 19+ */
  color: #9a9a9a;
}
.no-hits-search .input-text :-ms-input-placeholder {
  color: #9a9a9a;
}
.no-hits-search .btn-mini {
  background: #000 url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll 14px -91px;
  position: absolute;
  right: 0;
  text-indent: -9999px;
  width: 50px;
  z-index: 9;
}
.no-hits-search .btn-mini:hover {
  background: #000 url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll 14px -91px;
  background-color: #707070;
  border-color: #707070;
}
.pt_product-search-noresult .primary-content .heading-line {
  margin-top: -19px;
}
.pt_product-search-noresult .row-fluid .span12 {
  margin-left: 0;
}
.pt_product-search-noresult .refinement-header {
  border-bottom: 1px solid #000;
  margin-top: 0;
}
.pt_product-search-noresult .no-hits-help {
  margin: 9px 0 0 0;
}
.pt_product-search-noresult .no-hits-search-term {
  font-style: italic;
}
.pt_product-search-noresult .no-hits-search-term-suggest {
  font-style: italic;
  text-decoration: none;
}
.pt_product-search-noresult .searchresult-nohits {
  padding-top: 7px;
}
.pt_product-search-noresult .section-header p {
  margin: 0;
}
.pt_product-search-noresult .section-header p:first-child {
  margin-bottom: 18px;
}
.product-cycler-product-rating_bar {
  width: 75px;
  height: 15px;
  text-align: left;
  background: url("https://s1.mecca.com.au/image/mecca/asset/legacy/rating-stars-large.png");
  background-position: 0 -15px;
  background-repeat: repeat-5;
}
.product-cycler-product-rating {
  z-index: 100;
  height: 15px;
  color: #f58e88;
  background: url("https://s1.mecca.com.au/image/mecca/asset/legacy/rating-stars-large.png");
  background-position: 0 0;
  background-repeat: repeat-5;
}
@media (max-width: 767px) {
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    clear: none;
    width: auto;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 20px;
    left: 20px;
    right: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
}
@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 18px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-left: 10px;
    padding-right: 10px;
  }
  .media .pull-left,
  .media .pull-right {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  .modal {
    top: 10px;
    left: 10px;
    right: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}
@media (max-width: 767px) {
  .pt_store-locator #primary {
    margin-left: 0;
  }
  .pt_store-locator .storelocator-search-result .store-info {
    margin-bottom: 13px;
    padding-bottom: 19px;
  }
  .pt_store-locator .storelocator-search-result h3 {
    margin-bottom: 19px;
  }
  .pt_store-locator .storelocator-search-result h3 a {
    font-size: 1.25em;
  }
  .pt_store-locator .storelocator-search-result .store-distance .distance {
    font-size: 1.25em;
    margin-top: 10px;
  }
  .pt_store-locator .storelocator-search-result .btn-directions .btn:hover {
    background: #fff;
    border: 1px solid #000;
  }
  .pt_store-locator .storelocator-search-box {
    margin-top: -6px;
    padding-bottom: 32px;
  }
  .pt_store-locator .storelocator-search-box .find-near-you {
    margin-bottom: -3px;
  }
  .pt_store-locator .storelocator-search-box .search-location {
    margin-top: 20px;
  }
  .pt_store-locator .storelocator-search-box .store-locator-icon {
    margin: -2px -1px 0 8px;
  }
  .pt_store-locator .storelocator-search-box .btn-block {
    letter-spacing: 2px;
  }
  .pt_store-locator .storelocator-search-box .btn-current-location {
    margin-left: 0;
    margin-top: 7px;
  }
  .pt_store-locator .storelocator-search-box .btn-small {
    right: 0;
    width: 89px;
  }
  .pt_store-locator .storelocator-search-box .search {
    padding-left: 21px;
  }
  .pt_store-locator .storelocator-search-box #StoreLocationInput {
    font-size: 1.1em;
    padding: 0px 90px 0 8px;
  }
  .pt_store-locator .result-message {
    margin-bottom: 9px;
    padding-bottom: 15px;
  }
  .pt_store-locator .storelocator-search-result #viewall {
    font-size: 1.25em;
    margin-right: 11px;
    margin-top: 12px;
  }
  .pt_store-locator .storelocator-search-result .store-logo {
    padding-left: 0;
    width: 21.875%;
  }
  .pt_store-locator .storelocator-search-result .store-address {
    width: 50%;
  }
  .pt_store-locator .storelocator-search-result .store-address .store-street-address {
    font-size: 1.25em;
  }
  .pt_store-locator .storelocator-search-result .store-address span {
    line-height: 1.2em;
  }
  .pt_store-locator .storelocator-search-result .store-distance {
    width: 25%;
  }
  .pt_store-locator .storelocator-search-result .store-btns {
    overflow: hidden;
    padding-top: 29px;
  }
  .pt_store-locator .storelocator-search-result .store-btns .btn-detail,
  .pt_store-locator .storelocator-search-result .store-btns .btn-map {
    display: block;
    float: right;
    margin-left: 0;
    text-align: right;
    width: 100%;
  }
  .pt_store-locator .storelocator-search-result .store-btns .btn-map {
    margin-top: 14px;
  }
  .pt_store-locator .storelocator-search-result .store-btns .btn-detail,
  .pt_store-locator .storelocator-search-result .store-btns .btn-map {
    font-family: 'ECB', sans-serif;
    font-size: 1.25em;
    font-weight: 300;
  }
  .pt_storedetails #primary {
    padding-bottom: 17px;
  }
  .pt_storedetails h1 {
    margin: 2px 0 0;
  }
  .pt_storedetails h2 {
    letter-spacing: 1.0px;
    line-height: 1.4em;
    margin-top: 3px;
    width: 75%;
  }
  .pt_storedetails .Fnt01.S02 {
    padding: 0 0 14px;
  }
  .pt_storedetails .store-locator-details h2 {
    float: left;
    font: 1.5em/1.3em 'ECB', sans-serif;
    letter-spacing: 0px;
    margin: 10px 5% 0 0;
    width: 70%;
    font-weight: 600;
  }
  .pt_storedetails .store-locator-details .social-share {
    text-align: center;
  }
  .pt_storedetails .store-locator-details .social-share > a {
    display: inline-block;
    float: none;
  }
  .pt_storedetails .store-locator-details .social-share > a.addthis_counter {
    width: 58px !important;
    /* Override the addthis style */
  }
  .pt_storedetails .store-locator-details .store-logo {
    float: right;
    margin-top: 15px;
    width: 25%;
  }
  .pt_storedetails .store-locator-details .store-logo img {
    float: right;
  }
  .pt_storedetails .store-locator-details .opening-hours {
    margin: 0;
    padding: 34px 0 0;
  }
  .pt_storedetails .store-locator-details .opening-hours h6 {
    margin-left: 0;
  }
  .pt_storedetails .store-locator-details .store-hours {
    font-size: 1.25em;
    letter-spacing: 0.3px;
    line-height: 1.35em;
    margin-top: 3px;
  }
  .pt_storedetails .store-locator-details .store-image img {
    margin-top: 5px;
  }
  .pt_storedetails .store-locator-details .store-details {
    padding-top: 16px;
  }
  .pt_storedetails .store-locator-details .store-details h6,
  .pt_storedetails .store-locator-details .opening-hours h6 {
    font: 1.3em/1.3em 'ECB', sans-serif;
    letter-spacing: 1px;
    margin: 0;
    font-weight: 600;
  }
  .pt_storedetails .store-locator-details .store-details > span,
  .pt_storedetails .store-locator-details .opening-hours > span {
    font-size: 1.25em;
    letter-spacing: 0.6px;
  }
  .pt_storedetails .store-locator-details .contact a {
    letter-spacing: 0.2px;
    margin-top: 16px;
  }
  .pt_storedetails .store-detail-map .Directions {
    bottom: inherit;
    letter-spacing: 2px;
    margin: 18px 0 23px;
    position: static;
    right: inherit;
    width: 100%;
    z-index: 10000;
  }
  .account-navigation .myaccount {
    padding: 16px 4px 15px 10px;
  }
  .account-navigation .secondary-navigation .toggle {
    font-size: 1.25em;
    letter-spacing: 1.4px;
    padding-left: 7px;
    padding-top: 15px;
  }
  .account-navigation .secondary-navigation .toggle i {
    left: auto;
    margin-right: 0;
    right: 2px;
    top: 20px;
  }
  .account-navigation .secondary-navigation .toggle i.up {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 9px;
    top: 19px;
  }
  .account-navigation .secondary-navigation ul {
    padding-left: 7px;
  }
  .account-navigation .secondary-navigation ul li {
    margin-bottom: 16px;
  }
  .account-navigation .secondary-navigation ul li a {
    font-size: 1.25em;
  }
  .pt_article #primary {
    margin-left: 0;
  }
  .pt_error .page-content #secondary {
    clear: both;
    margin-left: 0;
    padding: 10px 0 0;
  }
  .error-page-search {
    padding: 0 0 10px 0;
  }
  .error-page-search form {
    margin-bottom: 0;
  }
  .error-page-search .input-append .input-text {
    display: block;
    padding: 10px;
    width: 100%;
  }
  .error-page-search .btn-mini {
    width: 50px;
  }
  .search-result-content {
    margin: 15px 0 67px 0;
  }
  .search-result-content ul li.grid-tile {
    margin-left: 1.58730159%;
    width: 49.20634921%;
  }
  /* Product cycler common style */
  .fullwidth-product-cycler .product-cycler-navigation-info p,
  .halfwidth-product-cycler .product-cycler-navigation-info p,
  .product-cycler .product-cycler-navigation-info p {
    font-size: inherit;
  }
  .cat-landing-b .title {
    margin-bottom: 13px;
  }
  .cat-landing-b .cat-landing-b-content-slot h2.heading-line {
    font-size: 1.5em;
  }
  .cat-landing-b .cat-landing-b-content-slot.two {
    margin-bottom: 20px;
  }
  .cat-landing-b .cat-landing-b-content-slot.two [class*="span"] {
    margin-top: 12px;
  }
  .cat-landing-b .cat-landing-b-content-slot.two [class*="span"]:first-child {
    margin-top: 0;
  }
  .cat-landing-b .fullwidth-product-cycler,
  .cat-landing-b .halfwidth-product-cycler,
  .cat-landing-b .product-cycler {
    margin-bottom: 6px;
    margin-top: 19px;
  }
  .cat-landing-b .fullwidth-product-cycler .swiper-container,
  .cat-landing-b .halfwidth-product-cycler .swiper-container,
  .cat-landing-b .product-cycler .swiper-container {
    padding-bottom: 50px;
    width: 100%;
  }
  .cat-landing-b .fullwidth-product-cycler .swiper-prev,
  .cat-landing-b .halfwidth-product-cycler .swiper-prev,
  .cat-landing-b .product-cycler .swiper-prev,
  .cat-landing-b .fullwidth-product-cycler .swiper-next,
  .cat-landing-b .halfwidth-product-cycler .swiper-next,
  .cat-landing-b .product-cycler .swiper-next {
    display: none;
  }
  .cat-landing-c .heading-line {
    margin: 0 0 15px 0;
  }
  .cat-landing-c .cat-landing-c-content-slot {
    margin-bottom: 6px;
  }
  .cat-landing-c .featured-products {
    margin: 20px 0 67px 0;
  }
  .cat-landing-c .featured-products ul {
    margin: 0;
  }
  .cat-landing-c .featured-products ul li.grid-tile {
    margin-left: 1.58730159%;
    width: 49.20634921%;
  }
  .cat-landing-e .heading-line {
    margin: 0 0 15px 0;
  }
  .cat-landing-e .cat-landing-e-content-slot {
    margin-bottom: 6px;
  }
  .cat-landing-e .featured-products {
    margin: 20px 0 67px 0;
  }
  .cat-landing-e .featured-products ul {
    margin: 0;
  }
  .cat-landing-e .featured-products ul li.grid-tile {
    margin-left: 1.58730159%;
    width: 49.20634921%;
  }
  .content-asset .account-options {
    margin-bottom: 25px;
    margin-top: 25px;
  }
  .content-asset .account-options ul li {
    border-bottom: 1px solid #cacaca;
    border-top: 0 none;
    height: auto;
    padding: 20px 0;
  }
  .content-asset .account-options ul li.first-item {
    border-top: 1px solid #cacaca;
  }
  .content-asset .account-options ul li i {
    left: 15px;
    top: 50%;
  }
  .content-asset .account-options ul li.account-option-personal-details i {
    margin-top: -16px;
  }
  .content-asset .account-options ul li.account-option-addresses i {
    margin-top: -12px;
  }
  .content-asset .account-options ul li.account-option-payment-settings i {
    margin-top: -14px;
  }
  .content-asset .account-options ul li.account-option-beauty-loop i {
    margin-top: -16px;
  }
  .content-asset .account-options ul li.account-option-wish-list i {
    margin-top: -16px;
  }
  .content-asset .account-options ul li.account-option-orders i {
    margin-top: -17px;
  }
  .content-asset .account-options ul li a {
    padding-left: 80px;
    padding-right: 20px;
  }
  .content-asset .account-options ul li p {
    padding-left: 80px;
    padding-right: 20px;
  }
  .change-my-password {
    width: 100%;
  }
  .change-my-password h2 {
    margin-top: 10px;
  }
  .change-my-password .btn-primary {
    float: none;
  }
  .bonusproduct .ui-dialog-content,
  .bonusproduct .ui-dialog-titlebar {
    overflow: visible;
  }
  .bonusproduct .select-bonus-btn {
    margin: 14px 0 20px;
  }
  .pt_product-search-noresult #secondary {
    margin-left: 0;
  }
  .pt_product-search-noresult .primary-content {
    margin-top: 20px;
  }
  .pt_product-search-noresult .refinement-header {
    padding: 5px 0;
  }
  .pt_product-search-noresult .refinement-header .down-arrow-black-large {
    width: 100%;
  }
  .pt_product-search-noresult .searchresult-nohits {
    padding: 15px 0 0 0;
  }
  .pt_product-search-noresult .searchresult-nohits .no-hits-help {
    margin: 38px 0 0 0;
  }
  .pt_product-search-noresult .searchresult-nohits .section-header p {
    font: 1.25em/1.25em Arial, sans-serif;
  }
  .pt_product-search-noresult .no-hits-search {
    padding: 20px 0 28px;
  }
  .pt_product-search-noresult .no-hits-search .try-new-search {
    padding-bottom: 18px;
  }
  .pt_product-search-noresult .input-append .input-text {
    color: #9a9a9a;
    display: block;
    font: 1em Arial, sans-serif;
    padding: 0 0 0 12px;
    width: 100%;
  }
  .pt_product-search-noresult .btn-mini {
    bottom: 0;
    width: 50px;
  }
  .menu-column-subcategory-link {
    font-size: 18px;
    line-height: 38px;
  }
  /* Contact Us */
  .pt_customer-service .confirmation-message {
    font-size: 1.25em;
  }
  .pt_customer-service #secondary {
    clear: both;
    margin-left: 0;
  }
  .pt_customer-service .primary-content .heading-line,
  .pt_customer-service .primary-content h1 {
    margin-top: 12px;
  }
  .pt_customer-service .primary-content .contact-us {
    margin-bottom: 50px;
  }
  .pt_customer-service .primary-content .contact-us .form-horizontal {
    width: 100%;
  }
  .pt_customer-service .primary-content .contact-us .form-horizontal .mandatory-field {
    padding: 19px 2px 10px 0;
  }
  .pt_customer-service .primary-content .contact-us .form-horizontal .mandatory-field span {
    font-size: 1.083em;
  }
  .pt_customer-service .primary-content .contact-us .form-horizontal .form-row {
    margin-bottom: 5px;
  }
  .pt_customer-service .primary-content .contact-us .form-horizontal .form-row .control-label {
    font-size: 1.250em;
    padding-top: 7px;
  }
  .pt_customer-service .primary-content .contact-us .form-horizontal .form-row .input-phone,
  .pt_customer-service .primary-content .contact-us .form-horizontal .form-row .input-state {
    width: 100%;
  }
  .pt_customer-service .primary-content .contact-us .form-horizontal .form-row .btn-small {
    width: 100%;
  }
  .pt_customer-service .primary-content .contact-us .form-horizontal .form-row .input-comment {
    height: 150px;
    margin-top: 1px;
  }
  .pt_customer-service .primary-content .contact-us .form-horizontal [class*="input-"] {
    margin: 3px 0;
  }
  .pt_customer-service .primary-content .contact-us .form-horizontal .text-note {
    margin: 2px 0 19px 10px;
  }
  .pt_customer-service .primary-content .contact-us .form-horizontal .form-row.contact-us-question label {
    line-height: 1.250em;
    padding: 15px 0 7px;
  }
  .pt_error .secondary-navigation,
  .pt_customer-service .secondary-navigation {
    margin-bottom: 20px;
    padding-top: 1px;
  }
  .pt_error .secondary-navigation .toggle,
  .pt_customer-service .secondary-navigation .toggle {
    font-size: 1.25em;
    font-weight: normal;
    letter-spacing: 1.4px;
    padding: 16px 6px 11px;
  }
  .pt_error .secondary-navigation .toggle.expanded i,
  .pt_customer-service .secondary-navigation .toggle.expanded i {
    background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll 0px -415px;
    top: 2px;
  }
  .pt_error .secondary-navigation .toggle .down-arrow-black-small,
  .pt_customer-service .secondary-navigation .toggle .down-arrow-black-small {
    float: right;
    margin-top: 2px;
    width: 13px;
  }
  .pt_error .secondary-navigation ul,
  .pt_customer-service .secondary-navigation ul {
    padding: 0;
  }
  .pt_error .secondary-navigation ul li,
  .pt_customer-service .secondary-navigation ul li {
    padding: 0 6px 16px;
  }
  .pt_error .secondary-navigation ul li a,
  .pt_customer-service .secondary-navigation ul li a {
    font-size: 1.25em;
  }
  .shop-tab-mobile {
    height: 39px;
    text-align: center;
    padding-right: 0px!important;
    padding-left: 0px!important;
  }
  .mecca-memo-tab-mobile {
    height: 39px;
    text-align: center;
    padding-right: 0px!important;
    padding-left: 0px!important;
  }
  .pt_content-search-result #secondary {
    margin-left: 0;
  }
  #secondary {
    clear: both;
    /* remove inherit float left from other when responsive; */
  }
  /* Swiper */
  .swiper-container-banner.swiper-responsive .swiper-pagination {
    bottom: 44px;
  }
  /* Recommendations */
  .recommendations {
    padding: 0 0 9px 0;
  }
  .recommendations .swiper-container {
    padding-bottom: 32px;
    width: 100%;
  }
  .recommendations .swiper-container .swiper-pagination {
    bottom: 6px;
  }
  .recommendations .swiper-prev,
  .recommendations .swiper-next {
    display: none;
  }
  .recommendations .product-tile .product-colors {
    height: 36px;
  }
  .fullwidth-product-cycler-body {
    padding: 0 0 9px 0;
  }
  .halfwidth-product-cycler-body {
    padding: 0 0 9px 0;
  }
  /* newsletter subscription */
  /* ------------------------------------- */
  .newsletter-subscribe .span5 {
    clear: both;
  }
  .newsletter-subscribe .span7 label {
    line-height: 18px;
    margin-bottom: 10px;
    padding-left: 40px;
  }
  .newsletter-subscribe .icon-beauty-loop-large {
    width: 30px;
    height: 21px;
    background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-responsive.png") no-repeat scroll -9px -125px;
    margin-top: -5px;
  }
  .pt_account .payment-list li {
    width: 100%;
  }
  .pt_account .gift-certificate-landing .row-content {
    margin-bottom: 3.4375%;
  }
  .pt_account .gift-certificate-landing .row-content:last-child {
    margin-bottom: 46px;
  }
  .pt_account .gift-certificate-landing .row-content .content-slot {
    float: left;
    margin-left: 3.4375%;
    padding: 0;
    width: 48.281%;
  }
  .pt_account .gift-certificate-landing .row-content .full-width {
    margin-left: 0;
    width: 100%;
  }
  .pt_account .gift-certificate-landing .row-content .gift-certificate-panel {
    margin-bottom: 3.4375%;
  }
  .pt_account .gift-certificate-landing .row-content .gift-certificate-panel h3 {
    font-size: 1.375em;
    letter-spacing: 2.5px;
  }
  .pt_account .gift-certificate-landing .row-content .gift-certificate-panel p {
    font-size: 1.025em;
  }
  .pt_account .gift-certificate-landing .row-content .gift-certificate-panel .error {
    font-size: 1.063em;
  }
  .pt_account .gift-certificate-purchase h1 {
    margin: 5px 0 0px;
  }
  .pt_account .gift-certificate-purchase .form-row.type-giftcard {
    margin-bottom: 21px;
  }
  .pt_account .gift-certificate-purchase .form-row.type-giftcard .delivery-panel-left {
    padding: 20px 0 0 0px;
    width: 158px;
  }
  .pt_account .gift-certificate-purchase .form-row.type-giftcard .registration-panel {
    padding-top: 20px;
  }
  .pt_account .gift-certificate-purchase .form-row-button {
    margin-top: 0;
    width: 100%;
  }
  .pt_account .gift-certificate-purchase .form-row-button .btn-giftpurchase {
    width: 100%;
  }
  .pt_account .gift-certificate-purchase .form-row {
    margin-bottom: 12px;
  }
  .pt_account .gift-certificate-purchase .form-row .control-label {
    font-size: 1.250em;
  }
  .pt_account .gift-certificate-purchase .form-row .input-textarea {
    height: 230px;
  }
  .pt_account .gift-certificate-purchase .form-row .char-count {
    font-size: 1.250em;
    margin-top: 3px;
    text-align: right;
  }
  .pt_account .gift-certificate-purchase .form-row .gift-cert-amount {
    width: 100%;
  }
  .pt_account .gift-certificate-purchase .form-row.cert-amount {
    margin-top: 0;
  }
  .pt_account .gift-certificate-purchase .cert-amount {
    width: 100%;
  }
  #CreditCardForm {
    width: 435px;
  }
  #CreditCardForm h3 {
    margin-bottom: 12px;
  }
  #CreditCardForm label,
  #CreditCardForm .form-label-text {
    clear: both;
    line-height: 40px;
    margin: 0;
    padding: 0;
    width: 120px;
  }
  #CreditCardForm .form-label-text + .form-row {
    float: left;
    margin-right: 20px;
  }
  #CreditCardForm input[type="text"],
  #CreditCardForm select {
    margin: 0;
  }
  #CreditCardForm select.input-medium {
    width: 123px;
  }
  #CreditCardForm .controls {
    float: right;
    margin-bottom: 10px;
    width: 315px;
  }
  #CreditCardForm .mandatory-field {
    text-align: right;
  }
  #CreditCardForm .expires .form-row {
    clear: none;
    float: left;
  }
  #CreditCardForm .expires .controls {
    width: auto;
  }
  #CreditCardForm .form-row-button {
    margin-left: 120px;
  }
  #CreditCardForm .form-row-button button.btn-primary {
    width: 140px;
  }
  #CreditCardForm .form-row-button a.btn-info {
    float: right;
    line-height: 32px;
    margin-left: 27px;
    width: 140px;
  }
  #CreditCardForm .required-indicator {
    color: #ff0000;
  }
  .ui-tabs-nav li a {
    text-align: left;
  }
  /* Gift certificate page */
  .row-fluid .gift-physical-electronic.pull-left {
    padding-left: 6px;
  }
  .row-fluid .gift-physical-electronic.pull-right {
    padding-right: 6px;
  }
  .pt_product-search-result .search-result-banner .heading-line,
  .pt_content-search-result .search-result-banner .heading-line {
    margin-top: 9px;
  }
  .pt_product-search-result .ui-tabs-nav li,
  .pt_content-search-result .ui-tabs-nav li {
    float: left;
    padding-top: 0;
    padding-bottom: 0;
  }
  .pt_product-search-result .ui-tabs-nav li:after,
  .pt_content-search-result .ui-tabs-nav li:after {
    display: none;
  }
  .pt_product-search-result .ui-tabs-nav li.active:after,
  .pt_content-search-result .ui-tabs-nav li.active:after {
    content: "";
    display: block;
    height: 10px;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    top: 38px;
    width: 16px;
  }
  .pt_product-search-result .viewall,
  .pt_content-search-result .viewall {
    width: 100%;
  }
  .cat-landing-b .product-cycler .swiper-pagination .swiper-pagination-switch:nth-child(even),
  .recommendations .swiper-pagination .swiper-pagination-switch:nth-child(even) {
    display: none;
  }
  .cat-landing-b .product-cycler .swiper-pagination .swiper-pagination-switch.swiper-visible-switch,
  .recommendations .swiper-pagination .swiper-pagination-switch.swiper-visible-switch {
    display: none;
  }
  .cat-landing-b .product-cycler .swiper-pagination .swiper-pagination-switch.swiper-visible-switch.swiper-active-switch,
  .recommendations .swiper-pagination .swiper-pagination-switch.swiper-visible-switch.swiper-active-switch {
    display: inline-block;
  }
  .pt_content-search-result .refinement-wrapper .section-header,
  .pt_customer-service .refinement-wrapper .section-header {
    cursor: pointer;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 16px;
  }
  .pt_content-search-result .refinement-wrapper .section-header i,
  .pt_customer-service .refinement-wrapper .section-header i {
    background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll 4px -418px;
    width: 15px;
    height: 10px;
    float: right;
    margin: 3px 0 0 0;
    position: relative;
    top: 3px;
  }
  .pt_content-search-result .refinement-wrapper .section-header.expanded i,
  .pt_customer-service .refinement-wrapper .section-header.expanded i {
    background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll 2px -434px;
  }
  .pt_content-search-result .refinement-wrapper .refinement.article ul li,
  .pt_customer-service .refinement-wrapper .refinement.article ul li {
    margin-bottom: 16px;
    padding: 0;
  }
  .pt_content-search-result .refinement-wrapper .refinement.article ul li a,
  .pt_customer-service .refinement-wrapper .refinement.article ul li a {
    font-size: 1.250em;
  }
  .pt_content-search-result .refinement-wrapper .refinement.article ul li.toggle,
  .pt_customer-service .refinement-wrapper .refinement.article ul li.toggle {
    font-size: 1.250em;
    letter-spacing: 1.4px;
    margin: 0;
    padding: 15px 0 12px;
  }
  .pt_content-search-result .refinement-wrapper .refinement.article ul li.toggle i,
  .pt_customer-service .refinement-wrapper .refinement.article ul li.toggle i {
    float: right;
    margin: 3px 0 0 0;
    position: relative;
    top: 3px;
  }
  .pt_content-search-result .refinement-wrapper .refinement.article ul ul,
  .pt_customer-service .refinement-wrapper .refinement.article ul ul {
    margin: 0 0 20px 6px;
  }
  .pt_product-search-result .search-result-options,
  .pt_product-search-result .search-result-options-footer {
    float: left;
    height: auto;
    margin-bottom: 25px;
  }
  .pt_product-search-result .search-result-options .sort-by,
  .pt_product-search-result .search-result-options-footer .sort-by {
    margin-right: 68px;
    width: auto;
  }
  .pt_product-search-result .search-result-options .sort-by form label,
  .pt_product-search-result .search-result-options-footer .sort-by form label {
    float: none;
    padding-bottom: 3px;
  }
  .pt_product-search-result .search-result-options .items-per-page form label,
  .pt_product-search-result .search-result-options-footer .items-per-page form label {
    float: none;
    padding-bottom: 3px;
  }
  .pt_product-search-result .search-result-options .pagination,
  .pt_product-search-result .search-result-options-footer .pagination {
    padding-bottom: 20px;
    float: left;
  }
  .pt_product-search-result .search-result-options-footer {
    margin-bottom: 0;
    width: 100%;
  }
  .pt_product-search-result .search-result-options-footer .pagination {
    border-top: 2px solid #000;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .pt_product-search-result .search-result-content {
    margin-bottom: 0;
  }
  .pt_product-search-result .article p,
  .pt_product-search-result .article .article-title,
  .pt_product-search-result .article .readmore {
    font-size: 1.250em;
  }
  .pagination {
    float: none;
    text-align: center;
  }
  .pagination .hidden-smart-phone {
    display: none;
  }
  .pagination ul {
    float: none;
  }
  .pagination ul > li > a,
  .pagination .current-page {
    font-size: 1.313em;
    min-width: 32px;
    padding: 5px 6px;
    text-align: center;
  }
  .pagination .page-previous,
  .pagination .page-next {
    background: none;
    letter-spacing: 1px;
    padding: 5px 7px;
    text-indent: 0;
  }
  .pagination .page-previous {
    margin-left: 0;
    padding-left: 0;
  }
  .pagination .page-next {
    margin-right: 0;
    padding-right: 0;
  }
  /* Refinement */
  .product-search-refinment-details {
    display: none;
  }
  .refinements {
    border-bottom: 1px solid #000000;
  }
  .refinements .down-arrow-black-small {
    background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll -19px -436px;
    width: 15px;
    height: 9px;
    left: initial;
    position: absolute;
    right: 6px;
    top: 19px;
  }
  .refinements .expanded .down-arrow-black-small {
    background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll 0 -450px;
    width: 9px;
    height: 15px;
    right: 8px;
    top: 15px;
  }
  .refinements .refinement-toggle {
    border-top: 1px solid #000;
    padding-bottom: 8px;
    padding-top: 11px;
    position: relative;
    cursor: pointer;
  }
  .refinements .refinement-toggle .refinement-toggle-header {
    float: left;
    font: 1.313em/1.313em 'ECB', sans-serif;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    font-weight: 800;
  }
  .refinements .refinement-toggle .refinement-toggle-button {
    float: right;
    font: 1.25em/1.313em 'ECB', sans-serif;
    padding-right: 22px;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
  }
  .refinements .refinement-toggle .down-arrow-black-small {
    right: 0;
    top: 6px;
  }
  .refinements .refinement-toggle.expanded .down-arrow-black-small {
    right: 3px;
    top: 2px;
  }
  .refinements .refineby {
    cursor: pointer;
  }
  .refinements .refinement-header {
    padding-top: 11px;
    padding-bottom: 8px;
    border-top: 1px solid #000000;
  }
  .refinements .refinement-header.refine-search {
    border-top: 1px solid #000;
    height: 1px;
    overflow: hidden;
    padding: 0;
  }
  .refinements .refineby {
    margin-top: 0;
  }
  .refinements .category-refinement .refinement-heading {
    padding-top: 17px;
    padding-left: 6px;
    border-top: 1px solid #000;
  }
  .refinements .category-refinement .refinement-heading.expanded {
    padding-bottom: 16px;
  }
  .refinements .category-refinement .refinement-heading.border-bottom + #category-level-1 {
    border-top: none;
  }
  .refinements .refinement {
    padding: 17px 6px 8px 6px;
  }
  .refinements .refinement h3 {
    font-size: 1.25em;
    font-weight: normal;
    letter-spacing: 2px;
    padding: 0 20px 8px 0;
  }
  .refinements .refinement h3.show-clear-filter .down-arrow-black-small {
    top: 19px;
  }
  .refinements .refinement h3.show-clear-filter.expanded .down-arrow-black-small {
    top: 15px;
  }
  .refinements .refinement .accordion-toggle {
    position: relative;
  }
  .refinements .refinement .accordion-toggle:after {
    width: 15px;
    height: 9px;
    background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll -19px -436px;
    content: "";
    position: absolute;
    right: 4px;
    top: 14px;
  }
  .refinements .refinement .accordion-toggle.collapsed:after {
    width: 9px;
    height: 15px;
    background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll 0 -450px;
    right: 6px;
    top: 10px;
  }
  .refinements .refinement ul > li .refinement-link {
    font-size: 1.25em;
    padding: 7px 0 7px 32px;
  }
  .refinements .refinement .btn {
    margin-top: 11px;
  }
  .refinements .refinement .clear-refinement-mobile {
    position: static;
  }
  .refinements .refinement .clear-refinement-mobile a {
    background: #fff;
    border: 1px solid #000;
    color: #000;
    display: block;
    font: normal 1.333em 'ECB', sans-serif;
    height: 40px;
    line-height: 32px;
    letter-spacing: 1px;
    margin-bottom: 11px;
    margin-top: 5px;
    padding: 4px 12px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
  }
  .refinements .refinement .clear-refinement-mobile a:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #707070;
    border-color: #707070;
    color: #fff;
    text-decoration: none;
  }
  .refinements .refinement .clear-refinement-mobile a [class^="icon-"] {
    margin-top: 7px;
  }
  .refinements .refinement .clear-refinement-mobile + .show-more-button {
    margin-bottom: 11px;
    margin-top: -1px;
  }
  .refinements .refinement .show-more-button {
    background: #000;
    border: 1px solid #000;
    color: #fff;
    display: block;
    font: normal 1.333em 'ECB', sans-serif;
    height: 40px;
    line-height: 32px;
    letter-spacing: 1px;
    margin-bottom: 1px;
    margin-top: 17px;
    padding: 4px 12px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
  }
  .refinements .refinement .show-more-button:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #707070;
    border-color: #707070;
    color: #fff;
    text-decoration: none;
  }
  .refinements .PRICE .refinement-heading,
  .refinements .Price .refinement-heading {
    margin-bottom: 1px;
  }
  .refinements .category-refinement {
    padding: 0;
  }
  .refinements .category-refinement #category-level-1 a.refinement-link {
    font-size: 1.25em;
    padding: 10px 6px;
  }
  .refinements .category-refinement #category-level-1 > a {
    font-family: 'ECB', sans-serif;
    font-weight: 600;
  }
  .refinements .category-refinement #category-level-2 {
    padding-left: 0;
  }
  .refinements .category-refinement #category-level-2 > li {
    padding-left: 22px;
  }
  .refinements .category-refinement #category-level-2 > li .refinement-link {
    padding-bottom: 12px;
  }
  .refinements .category-refinement #category-level-3 {
    margin-left: -22px;
    padding-left: 0;
  }
  .refinements .category-refinement #category-level-3 > li {
    padding-left: 32px;
  }
  .refinements .category-refinement #category-level-4 {
    margin-left: -32px;
    padding-left: 0;
  }
  .refinements .category-refinement #category-level-4 > li {
    padding-left: 42px;
  }
  .refinements .category-refinement #category-level-5 {
    margin-left: -42px;
    padding-left: 0;
  }
  .refinements .category-refinement #category-level-5 > li {
    padding-left: 52px;
  }
  #send-to-friend-form .controls {
    width: 312px;
  }
  #send-to-friend-form .char-count {
    font-size: 1em;
  }
  #send-to-friend-form .send-to-friend-product.form-indent .product-description {
    width: 312px;
  }
  #send-to-friend-form .send-to-friend-product.form-indent .product-description .floatright {
    width: 230px;
  }
  #send-to-friend-form .send-to-friend-product.form-indent .product-description p {
    font-size: 1em;
  }
  #send-to-friend-form .send-to-friend-product.edit-step h2 {
    margin-top: 0;
  }
  #send-to-friend-form .send-to-friend-product.edit-step h2.preview-header + p {
    font-size: 1em;
  }
  #send-to-friend-form .send-to-friend-product.edit-step .floatright {
    margin-left: 10px;
    width: 312px;
  }
  #send-to-friend-form .send-to-friend-product.edit-step .info dd {
    width: 390px;
  }
  #addresses .intro-addresslist {
    font-size: 1.250em;
    margin-bottom: 21px;
    margin-top: 20px;
  }
  #addresses .dialogify {
    clear: both;
    display: block;
    float: left;
    font: normal 1.25em 'ECB', sans-serif;
    font-weight: 300;
  }
  #addresses .address-list {
    padding-top: 0;
  }
  #addresses .address-list li {
    font-size: 1.250em;
    margin-bottom: 29px;
    width: 100%;
  }
  #addresses .address-list li h3 {
    font-size: 1em;
    letter-spacing: 1.5px;
    margin-bottom: 18px;
    margin-top: 0;
    position: static;
  }
  #addresses .address-list li > a {
    font-size: 0.85em;
  }
  #addresses .address-list .mini-address-location {
    padding-bottom: 12px;
  }
  /* My Account Login */
  .my-account-login {
    margin-bottom: 40px;
  }
  .panel-half {
    display: block;
    float: left;
    padding: 26px 0px 12px;
    width: 100%;
  }
  .login-box .section-header {
    margin-bottom: 5px;
  }
  .login-box.login-account {
    margin-bottom: 32px;
  }
  .login-box.login-order-track .section-header {
    letter-spacing: 2.4px;
    margin-bottom: 0px;
  }
  .login-box.login-order-track p {
    margin-bottom: 11px;
  }
  .login-box.login-order-track .vd-postcode {
    margin-bottom: 12px;
  }
  .login-box.login-order-track .form-row {
    margin-bottom: 0;
  }
  .login-box.login-order-track .form-row .control-label {
    letter-spacing: 0.3px;
  }
  .login-box.login-order-track form button {
    margin-bottom: 16px;
    margin-top: 12px;
  }
  .login-box.login-create-account .section-header {
    margin-bottom: 15px;
  }
  .login-box.login-create-account form {
    margin-bottom: 30px;
  }
  .login-box.login-create-account form .form-row {
    margin-bottom: 25px;
  }
  .login-box.login-create-account .content-asset h2,
  .login-box.login-create-account .content-asset h3 {
    margin-bottom: 0;
  }
  .login-box.login-create-account .content-asset h2 img {
    margin-left: 5px;
  }
  .login-box.login-create-account .content-asset h2 + p {
    margin: 12px 0 10px -1px;
  }
  .login-box.login-create-account .content-asset h3 {
    padding-top: 0;
  }
  .login-box.login-create-account .content-asset p {
    margin: 11px 0;
  }
  .login-box.login-create-account .content-asset ul {
    margin-top: 0;
  }
  .login-box.login-create-account .content-asset li {
    font-size: 1.250em;
  }
  .login-box-content p {
    font-size: 1.313em;
  }
  .login-box-content .form-row {
    margin-bottom: 5px;
  }
  .login-box-content .form-row .control-label {
    margin: 2px 0 0 -1px;
  }
  .login-box-content .form-row .input-text {
    margin-bottom: 11px;
  }
  .login-box-content .form-row.label-inline .control-label {
    font-size: 1.250em;
    padding-top: 0;
  }
  .login-box-content .account-login-action #password-reset {
    font-size: 1.063em;
    left: 0;
    margin: 12px 0 0;
  }
  .wishlist-search-desktop-container {
    border-bottom: none;
    margin-bottom: 0;
  }
  .wishlist-search-result-items {
    margin-bottom: 0px;
  }
  #primary .wishlist-result-list {
    border-bottom: 1px solid #000;
    margin-bottom: 18px;
    padding: 0;
  }
  .wishlist-result-list {
    border: none;
  }
  .wishlist-result-list .table tr {
    border: none;
  }
  .wishlist-result-list .wish-list-results-table {
    margin-bottom: -8px;
  }
  .wishlist-result-list .wish-list-results-table thead th {
    padding: 11px 7px;
  }
  .wishlist-result-list .wish-list-results-table tbody td {
    padding: 11px 7px 25px 7px;
  }
  .wishlist-result-list .wish-list-results-table tbody td.view {
    padding-left: 1px;
    padding-top: 13px;
  }
  .wishlist-result-list .wish-list-results-table .last-name,
  .wishlist-result-list .wish-list-results-table .first-name,
  .wishlist-result-list .wish-list-results-table .view a {
    font-size: 1.25em;
  }
  .wishlist-result-list .wish-list-results-table .view a {
    margin-left: 3px;
  }
  .wishlist-result-list .wish-list-results-table .view a i {
    margin-left: 0;
  }
  .wishlist-result-list .wishlist-search-last-name {
    width: 40%;
  }
  .wishlist-result-list .wishlist-search-first-name {
    width: 36.7%;
  }
  .wishlist-search .wishlist-search-heading {
    border: none;
    font-size: 1.375em;
    margin-bottom: 0;
    padding: 0 0 7px 0px;
  }
  .wishlist-search .wishlist-search-heading + p {
    margin-bottom: 20px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 2px;
  }
  .wishlist-search .control-label span {
    font-size: 1.25em;
  }
  .wishlist-search .whislist-find > div,
  .wishlist-search .whislist-find > div.email {
    margin-left: 0;
    width: 100%;
  }
  .wishlist-search .whislist-find > div.email lable {
    padding-top: 1px;
  }
  .wishlist-search .whislist-find > div.email .form-row {
    margin-bottom: 5px;
  }
  .wishlist-search .whislist-find > div label {
    padding-bottom: 2px;
  }
  .wishlist-search .whislist-find > div.button-find button {
    margin-bottom: 0px;
    margin-top: 0;
  }
  .login-box-content .form-row.label-inline .control-label {
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 36px;
  }
  /* Checkout billing / Checkout shipping section */
  .pt_checkout .primary-focus .primary-content .checkout-billing .form-row.label-inline {
    margin-left: 0;
    margin-top: 0;
  }
  .pt_checkout .primary-focus .primary-content .checkout-billing .btn-continue {
    margin-bottom: -2px;
  }
  .pt_checkout .primary-focus .primary-content .checkout-shipping .form-row.label-inline.add-to-address,
  .pt_checkout .primary-focus .primary-content .checkout-shipping .form-row.label-inline.use-for-billing {
    margin: 0;
    width: 100%;
  }
  .pt_checkout .primary-focus .primary-content .checkout-shipping .form-row.label-inline.add-to-address {
    margin-bottom: 20px;
    margin-top: 3px;
  }
  .pt_checkout .primary-focus .primary-content .checkout-shipping #shipping-method-list label {
    line-height: 1.250em;
  }
  .checkout-billing .billing-address .control-label,
  .checkout-shipping .billing-address .control-label,
  .checkout-billing .shipping-address .control-label,
  .checkout-shipping .shipping-address .control-label {
    margin-bottom: 0;
    padding: 0;
    font-size: 1.25em;
  }
  .checkout-billing .billing-address h3,
  .checkout-shipping .billing-address h3,
  .checkout-billing .shipping-address h3,
  .checkout-shipping .shipping-address h3,
  .checkout-billing .billing-address .h3,
  .checkout-shipping .billing-address .h3,
  .checkout-billing .shipping-address .h3,
  .checkout-shipping .shipping-address .h3 {
    font-size: 1.4em;
    letter-spacing: 1px;
  }
  .checkout-billing .billing-address h3,
  .checkout-shipping .billing-address h3,
  .checkout-billing .shipping-address h3,
  .checkout-shipping .shipping-address h3 {
    margin-left: 2px;
  }
  .checkout-billing .billing-address .h3,
  .checkout-shipping .billing-address .h3,
  .checkout-billing .shipping-address .h3,
  .checkout-shipping .shipping-address .h3 {
    letter-spacing: 0.3px;
    margin-bottom: 18px;
    margin-left: 1px;
    padding-top: 0;
  }
  .checkout-billing .billing-address .controls,
  .checkout-shipping .billing-address .controls,
  .checkout-billing .shipping-address .controls,
  .checkout-shipping .shipping-address .controls {
    margin-left: 0;
    width: 100%;
  }
  .checkout-billing .billing-address .controls select,
  .checkout-shipping .billing-address .controls select,
  .checkout-billing .shipping-address .controls select,
  .checkout-shipping .shipping-address .controls select {
    margin-bottom: 15px;
    width: 100%;
  }
  .checkout-billing .billing-address .controls select#dwfrm_billing_addressList,
  .checkout-shipping .billing-address .controls select#dwfrm_billing_addressList,
  .checkout-billing .shipping-address .controls select#dwfrm_billing_addressList,
  .checkout-shipping .shipping-address .controls select#dwfrm_billing_addressList {
    margin-bottom: 5px;
  }
  .checkout-billing .billing-address .controls input,
  .checkout-shipping .billing-address .controls input,
  .checkout-billing .shipping-address .controls input,
  .checkout-shipping .shipping-address .controls input {
    margin-bottom: 15px;
    margin-top: 3px;
  }
  .checkout-billing .billing-address .control-label,
  .checkout-shipping .billing-address .control-label,
  .checkout-billing .shipping-address .control-label,
  .checkout-shipping .shipping-address .control-label {
    letter-spacing: 0.3px;
    padding-left: 4px;
    padding-top: 0;
  }
  .checkout-billing .billing-address .address-line,
  .checkout-shipping .billing-address .address-line,
  .checkout-billing .shipping-address .address-line,
  .checkout-shipping .shipping-address .address-line {
    color: #cacaca;
    font-size: 1.1em;
    margin-bottom: 0;
    position: relative;
    text-align: right;
    top: -10px;
  }
  .checkout-billing .billing-address .select-address .mandatory-field,
  .checkout-shipping .billing-address .select-address .mandatory-field,
  .checkout-billing .shipping-address .select-address .mandatory-field,
  .checkout-shipping .shipping-address .select-address .mandatory-field {
    font-size: 1.1em;
    letter-spacing: 0;
    padding-right: 7px;
    position: relative;
    text-align: right;
    top: 2px;
    width: 100%;
  }
  .checkout-billing .billing-address .select-address .control-label,
  .checkout-shipping .billing-address .select-address .control-label,
  .checkout-billing .shipping-address .select-address .control-label,
  .checkout-shipping .shipping-address .select-address .control-label {
    padding-left: 0;
  }
  .checkout-billing .billing-address .select-address .clearAddressFormLink,
  .checkout-shipping .billing-address .select-address .clearAddressFormLink,
  .checkout-billing .shipping-address .select-address .clearAddressFormLink,
  .checkout-shipping .shipping-address .select-address .clearAddressFormLink {
    float: right;
    margin: 10px 9px 1px 0;
  }
  .checkout-billing .billing-address .select-address .clearAddressFormLink i,
  .checkout-shipping .billing-address .select-address .clearAddressFormLink i,
  .checkout-billing .shipping-address .select-address .clearAddressFormLink i,
  .checkout-shipping .shipping-address .select-address .clearAddressFormLink i {
    width: 12px;
  }
  .checkout-billing .billing-address .state-select,
  .checkout-shipping .billing-address .state-select,
  .checkout-billing .shipping-address .state-select,
  .checkout-shipping .shipping-address .state-select {
    float: none;
  }
  .checkout-billing .billing-address .state-select .controls,
  .checkout-shipping .billing-address .state-select .controls,
  .checkout-billing .shipping-address .state-select .controls,
  .checkout-shipping .shipping-address .state-select .controls {
    margin-left: 0;
    width: 100%;
  }
  .checkout-billing .billing-address .state-input .controls,
  .checkout-shipping .billing-address .state-input .controls,
  .checkout-billing .shipping-address .state-input .controls,
  .checkout-shipping .shipping-address .state-input .controls {
    clear: both;
  }
  .checkout-billing .billing-address .state-postcode .billing-postcode,
  .checkout-shipping .billing-address .state-postcode .billing-postcode,
  .checkout-billing .shipping-address .state-postcode .billing-postcode,
  .checkout-shipping .shipping-address .state-postcode .billing-postcode {
    clear: both;
    float: none;
    margin-left: 0;
  }
  .checkout-billing .billing-address .state-postcode .billing-postcode .control-label,
  .checkout-shipping .billing-address .state-postcode .billing-postcode .control-label,
  .checkout-billing .shipping-address .state-postcode .billing-postcode .control-label,
  .checkout-shipping .shipping-address .state-postcode .billing-postcode .control-label {
    width: 100%;
  }
  .checkout-billing .billing-address .state-postcode .billing-postcode .controls,
  .checkout-shipping .billing-address .state-postcode .billing-postcode .controls,
  .checkout-billing .shipping-address .state-postcode .billing-postcode .controls,
  .checkout-shipping .shipping-address .state-postcode .billing-postcode .controls {
    float: none;
    margin-left: 0;
    width: 100%;
  }
  .checkout-billing .billing-address .label-inline .controls,
  .checkout-shipping .billing-address .label-inline .controls,
  .checkout-billing .shipping-address .label-inline .controls,
  .checkout-shipping .shipping-address .label-inline .controls {
    margin-left: 0;
    margin-top: 0;
  }
  .checkout-billing .billing-address .label-inline .control-label,
  .checkout-shipping .billing-address .label-inline .control-label,
  .checkout-billing .shipping-address .label-inline .control-label,
  .checkout-shipping .shipping-address .label-inline .control-label {
    padding-left: 33px;
    padding-top: 4px;
  }
  .checkout-billing .billing-address .giftcard-offer,
  .checkout-shipping .billing-address .giftcard-offer,
  .checkout-billing .shipping-address .giftcard-offer,
  .checkout-shipping .shipping-address .giftcard-offer {
    letter-spacing: 1px;
    margin: 25px 0 -5px -2px;
  }
  .checkout-billing .billing-address .label-above,
  .checkout-shipping .billing-address .label-above,
  .checkout-billing .shipping-address .label-above,
  .checkout-shipping .shipping-address .label-above {
    width: 100%;
  }
  .checkout-billing .billing-address .label-above .control-label,
  .checkout-shipping .billing-address .label-above .control-label,
  .checkout-billing .shipping-address .label-above .control-label,
  .checkout-shipping .shipping-address .label-above .control-label {
    padding-left: 0;
    padding-bottom: 6px;
  }
  .checkout-billing .billing-address .label-above .input-text,
  .checkout-shipping .billing-address .label-above .input-text,
  .checkout-billing .shipping-address .label-above .input-text,
  .checkout-shipping .shipping-address .label-above .input-text {
    padding-right: 115px;
  }
  .checkout-billing .billing-address .form-row-apply,
  .checkout-shipping .billing-address .form-row-apply,
  .checkout-billing .shipping-address .form-row-apply,
  .checkout-shipping .shipping-address .form-row-apply {
    float: right;
    margin-top: -40px;
  }
  .checkout-billing .billing-address .form-row-offercode,
  .checkout-shipping .billing-address .form-row-offercode,
  .checkout-billing .shipping-address .form-row-offercode,
  .checkout-shipping .shipping-address .form-row-offercode {
    margin-bottom: -10px;
    margin-top: 9px;
  }
  .checkout-billing .billing-address .form-row-offercode .control-label,
  .checkout-shipping .billing-address .form-row-offercode .control-label,
  .checkout-billing .shipping-address .form-row-offercode .control-label,
  .checkout-shipping .shipping-address .form-row-offercode .control-label {
    letter-spacing: 0;
  }
  .checkout-billing .billing-address .form-row-offercode + .form-row-apply,
  .checkout-shipping .billing-address .form-row-offercode + .form-row-apply,
  .checkout-billing .shipping-address .form-row-offercode + .form-row-apply,
  .checkout-shipping .shipping-address .form-row-offercode + .form-row-apply {
    margin-bottom: -10px;
    margin-top: -30px;
  }
  .checkout-billing .billing-address .form-row-giftcard,
  .checkout-shipping .billing-address .form-row-giftcard,
  .checkout-billing .shipping-address .form-row-giftcard,
  .checkout-shipping .shipping-address .form-row-giftcard {
    margin-top: 12px;
  }
  .checkout-billing .billing-address .form-row-giftcard + .form-row-apply,
  .checkout-shipping .billing-address .form-row-giftcard + .form-row-apply,
  .checkout-billing .shipping-address .form-row-giftcard + .form-row-apply,
  .checkout-shipping .shipping-address .form-row-giftcard + .form-row-apply {
    margin-top: -40px;
  }
  .checkout-billing .billing-address .form-row-giftcard + .form-row-apply + .form-row-checkbalance,
  .checkout-shipping .billing-address .form-row-giftcard + .form-row-apply + .form-row-checkbalance,
  .checkout-billing .shipping-address .form-row-giftcard + .form-row-apply + .form-row-checkbalance,
  .checkout-shipping .shipping-address .form-row-giftcard + .form-row-apply + .form-row-checkbalance {
    margin-left: -11px;
  }
  .checkout-billing .billing-address .form-row-giftcard + .form-row-apply + .form-row-checkbalance span,
  .checkout-shipping .billing-address .form-row-giftcard + .form-row-apply + .form-row-checkbalance span,
  .checkout-billing .shipping-address .form-row-giftcard + .form-row-apply + .form-row-checkbalance span,
  .checkout-shipping .shipping-address .form-row-giftcard + .form-row-apply + .form-row-checkbalance span {
    letter-spacing: -0.3px;
  }
  .checkout-billing .billing-address .redemption,
  .checkout-shipping .billing-address .redemption,
  .checkout-billing .shipping-address .redemption,
  .checkout-shipping .shipping-address .redemption {
    max-width: 100%;
    padding-left: 0;
    position: relative;
    top: 0;
  }
  .checkout-billing .billing-address .redemption.coupon,
  .checkout-shipping .billing-address .redemption.coupon,
  .checkout-billing .shipping-address .redemption.coupon,
  .checkout-shipping .shipping-address .redemption.coupon {
    top: 15px;
  }
  .checkout-billing .payment-method-header,
  .checkout-shipping .payment-method-header {
    letter-spacing: 0;
    padding-left: 0;
  }
  .checkout-billing .payment-method-content,
  .checkout-shipping .payment-method-content {
    margin-top: 8px;
    padding-left: 1px;
  }
  .checkout-billing .payment-method-options,
  .checkout-shipping .payment-method-options {
    padding-bottom: 14px;
    padding-top: 5px;
  }
  .checkout-billing .payment-method-options .control-label,
  .checkout-shipping .payment-method-options .control-label {
    display: none;
  }
  .checkout-billing .payment-method-options .controls,
  .checkout-shipping .payment-method-options .controls {
    margin-left: 0;
  }
  .checkout-billing .payment-method-options .input-radio,
  .checkout-shipping .payment-method-options .input-radio {
    padding-bottom: 14px;
    padding-left: 14px;
    padding-top: 13px;
    width: 50%;
  }
  .checkout-billing .payment-method-options .input-radio span,
  .checkout-shipping .payment-method-options .input-radio span {
    margin-left: 4px;
  }
  .checkout-billing .payment-method-options .input-radio input[type="radio"],
  .checkout-shipping .payment-method-options .input-radio input[type="radio"] {
    width: 13px;
  }
  .checkout-billing .payment-method-options .last,
  .checkout-shipping .payment-method-options .last {
    padding-left: 14px;
  }
  .checkout-billing .payment-method + .form-row .panel01,
  .checkout-shipping .payment-method + .form-row .panel01 {
    padding-left: 8px;
    padding-top: 10px;
  }
  .checkout-billing .payment-method-expanded,
  .checkout-shipping .payment-method-expanded {
    clear: both;
  }
  .checkout-billing .payment-method-expanded .form-row,
  .checkout-shipping .payment-method-expanded .form-row {
    margin-bottom: 10px;
  }
  .checkout-billing .payment-method-expanded .form-row select,
  .checkout-shipping .payment-method-expanded .form-row select {
    margin-top: 3px;
  }
  .checkout-billing .payment-method-expanded .control-label,
  .checkout-shipping .payment-method-expanded .control-label {
    font-size: 1.25em;
  }
  .checkout-billing .payment-method-expanded .custom-checkbox,
  .checkout-shipping .payment-method-expanded .custom-checkbox {
    margin-bottom: 23px;
    margin-top: -2px;
    padding-top: 0;
  }
  .checkout-billing .panel01,
  .checkout-shipping .panel01 {
    padding-bottom: 20px;
    padding-top: 13px;
    padding-left: 21px;
  }
  .checkout-billing .save-card,
  .checkout-shipping .save-card {
    margin-bottom: 38px;
  }
  .checkout-billing .cvn-tip,
  .checkout-shipping .cvn-tip {
    margin-left: 17px;
    margin-top: 0;
    width: inherit;
  }
  .checkout-billing .cvn-tip .cvn-tip-trigger,
  .checkout-shipping .cvn-tip .cvn-tip-trigger {
    font-size: 0.938em;
    line-height: 50px;
  }
  .checkout-billing .form-row-button,
  .checkout-shipping .form-row-button {
    margin-right: 0;
    width: 100%;
  }
  .checkout-shipping .shipping-address .h3 {
    font-size: 1.36em;
    letter-spacing: 0.8px;
    margin-bottom: 5px;
  }
  .checkout-shipping .shipping-address .notice-msg {
    font-size: 1.25em;
    padding-right: 40px;
    width: 100%;
  }
  .checkout-shipping .shipping-address #mandatory-field {
    font-size: 1.1em;
    margin: 14px 4px 0 0;
  }
  .checkout-shipping .shipping-address .control-label {
    padding-left: 0;
  }
  .checkout-shipping .shipping-address .select-address {
    margin-top: -8px;
  }
  .checkout-shipping .shipping-address .select-address label {
    font-size: 1.25em;
    margin-bottom: 0;
    padding: 0;
  }
  .checkout-shipping .shipping-address .select-address .controls {
    margin-left: 0;
  }
  .checkout-shipping .shipping-address .select-address select {
    margin-bottom: 4px;
  }
  .checkout-shipping .shipping-address .select-address .clearAddressFormLink {
    margin-right: 0;
  }
  .checkout-shipping .shipping-address .address1 label,
  .checkout-shipping .shipping-address .address1 input {
    margin-bottom: 0;
  }
  .checkout-shipping .shipping-address #address-caption .caption {
    display: inline-block;
    font-size: 1.1em;
  }
  .checkout-shipping .shipping-address .shipping-phone .controls {
    width: 100%;
  }
  .checkout-shipping .shipping-address .phone-extra {
    margin-bottom: 25px;
  }
  .checkout-shipping .shipping-address .phone-extra .label-inline .controls {
    margin-left: 0;
  }
  .checkout-shipping .shipping-address .special-intruction textarea {
    height: 140px;
  }
  .checkout-shipping .shipping-address .special-intruction .char-count {
    font-size: 1.25em;
  }
  .checkout-shipping .shipping-address #gift-options label {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
    width: 100%;
  }
  .checkout-shipping .shipping-address #gift-options .options {
    font-size: 1.25em;
    margin-right: 110px;
  }
  .checkout-shipping .shipping-address #gift-options .options .custom-radio .input-radio {
    margin-right: 5px;
  }
  .checkout-shipping .shipping-address .gift-message-text {
    margin-top: 28px;
  }
  .checkout-shipping .shipping-address .gift-message-text textarea {
    height: 140px;
  }
  .checkout-shipping .shipping-address .gift-message-text .controls span {
    font-size: 1.188em;
  }
  .checkout-shipping .shipping-address .gift-message-text .controls .char-count {
    font-size: 1.188em;
  }
  .checkout-shipping #shipping-method-list {
    width: 100%;
  }
  .checkout-shipping #shipping-method-list legend {
    font-size: 1.36em;
    letter-spacing: 1.8px;
    margin-bottom: 10px;
  }
  .checkout-shipping #shipping-method-list .form-row {
    font-size: 1.25em;
    float: left;
    padding: 13px 0;
    width: 100%;
  }
  .checkout-shipping #shipping-method-list .form-row label {
    margin-top: 2px;
    padding: 0;
    width: 87%;
  }
  .checkout-shipping #shipping-method-list .form-row .input-radio {
    margin-bottom: 10px;
    margin-top: 4px;
  }
  .checkout-shipping #shipping-method-list .form-row .form-caption {
    clear: both;
    float: left;
    margin: -4px 0 0 34px;
    width: 87%;
  }
  .checkout-shipping #shipping-method-list .form-row .shipping-promos {
    display: none;
  }
  .checkout-shipping .shipping-address-next-button {
    width: 100%;
  }
  .pt_checkout #secondary .section-header {
    font-size: 1.3em;
    margin-top: 2px;
  }
  .pt_checkout #secondary .checkout-mini-cart .mini-cart-paging {
    padding: 0 6px;
  }
  .pt_checkout #secondary .checkout-mini-cart .unique-mini-cart-edit {
    font-size: 1.125em;
  }
  .pt_checkout #secondary .checkout-mini-cart .unique-mini-cart-edit a {
    padding-right: 5px;
  }
  .pt_checkout #secondary .checkout-mini-cart .mini-cart-product {
    padding-bottom: 13px;
  }
  .pt_checkout #secondary .checkout-mini-cart .mini-cart-product .mini-cart-edit {
    font-size: 1.125em;
    margin-bottom: 4px;
    padding-right: 5px;
  }
  .pt_checkout #secondary .checkout-mini-cart .mini-cart-product .mini-cart-name,
  .pt_checkout #secondary .checkout-mini-cart .mini-cart-product .mini-cart-attributes,
  .pt_checkout #secondary .checkout-mini-cart .mini-cart-product .mini-cart-pricing {
    font-family: Arial, sans-serif;
    font-size: 1.250em;
    float: none;
    line-height: 1.3em;
    padding-left: 77px;
    width: auto;
  }
  .pt_checkout #secondary .checkout-mini-cart .mini-cart-product .mini-cart-name .label,
  .pt_checkout #secondary .checkout-mini-cart .mini-cart-product .mini-cart-attributes .label,
  .pt_checkout #secondary .checkout-mini-cart .mini-cart-product .mini-cart-pricing .label {
    font-family: Arial, sans-serif;
    font-size: 1em;
  }
  .pt_checkout #secondary .checkout-mini-cart .mini-cart-product .mini-cart-name .mini-cart-price,
  .pt_checkout #secondary .checkout-mini-cart .mini-cart-product .mini-cart-attributes .mini-cart-price,
  .pt_checkout #secondary .checkout-mini-cart .mini-cart-product .mini-cart-pricing .mini-cart-price {
    font-size: 1em;
    margin: -3px 4px 0 0;
  }
  .pt_checkout #secondary .checkout-mini-cart .mini-cart-product .product-availability-list {
    font-family: Arial, sans-serif;
    font-size: 1.250em;
    float: none;
    line-height: 1.3em;
    padding-left: 77px;
    width: auto;
  }
  .pt_checkout #secondary .checkout-mini-cart .mini-cart-product .mini-cart-brand-name {
    font-size: 1.250em;
    float: none;
    padding-left: 77px;
    width: auto;
  }
  .pt_checkout #secondary .checkout-mini-cart .mini-cart-product .mini-cart-pricing {
    margin-top: 11px;
  }
  .pt_checkout #secondary .checkout-order-totals .order-subtotal div,
  .pt_checkout #secondary .checkout-order-totals .order-discount div,
  .pt_checkout #secondary .checkout-order-totals .order-shipping div,
  .pt_checkout #secondary .checkout-order-totals .order-sales-tax div {
    font-size: 1.250em;
  }
  .pt_checkout #secondary .checkout-order-totals .order-subtotal div:first-child,
  .pt_checkout #secondary .checkout-order-totals .order-discount div:first-child,
  .pt_checkout #secondary .checkout-order-totals .order-shipping div:first-child,
  .pt_checkout #secondary .checkout-order-totals .order-sales-tax div:first-child {
    padding-left: 6px;
  }
  .pt_checkout #secondary .checkout-order-totals .order-subtotal div:last-child,
  .pt_checkout #secondary .checkout-order-totals .order-discount div:last-child,
  .pt_checkout #secondary .checkout-order-totals .order-shipping div:last-child,
  .pt_checkout #secondary .checkout-order-totals .order-sales-tax div:last-child {
    padding-right: 6px;
  }
  .pt_checkout #secondary .checkout-order-totals .order-total {
    margin: 11px 0 14px;
  }
  .pt_checkout #secondary .mini-shipment,
  .pt_checkout #secondary .mini-billing-address,
  .pt_checkout #secondary .mini-payment-instrument {
    margin-top: 10px;
    padding: 12px 7px 17px;
  }
  .pt_checkout #secondary .mini-shipment .details div,
  .pt_checkout #secondary .mini-billing-address .details div,
  .pt_checkout #secondary .mini-payment-instrument .details div,
  .pt_checkout #secondary .mini-shipment .gift-address div,
  .pt_checkout #secondary .mini-billing-address .gift-address div,
  .pt_checkout #secondary .mini-payment-instrument .gift-address div {
    font-size: 1.250em;
  }
  .pt_checkout #secondary .mini-shipment .section-header,
  .pt_checkout #secondary .mini-billing-address .section-header,
  .pt_checkout #secondary .mini-payment-instrument .section-header {
    font-size: 1.250em;
    letter-spacing: 1.3px;
    margin-bottom: 10px;
  }
  .pt_checkout #secondary .mini-shipment .section-header a,
  .pt_checkout #secondary .mini-billing-address .section-header a,
  .pt_checkout #secondary .mini-payment-instrument .section-header a {
    margin: -6px 0 0;
  }
  .pt_checkout #secondary .mini-shipment .creditcard-owner,
  .pt_checkout #secondary .mini-billing-address .creditcard-owner,
  .pt_checkout #secondary .mini-payment-instrument .creditcard-owner {
    margin-bottom: 18px;
  }
  /* Add Addresses popup */
  #edit-address-form .controls {
    width: 314px;
  }
  #edit-address-form .btn.btn-info {
    width: 145px;
  }
  #edit-address-form .state-zip .state .controls.state-select {
    width: 230px;
  }
  #edit-address-form .state-zip .state .controls.state-select .controls {
    width: 104px;
  }
  #edit-address-form .state-zip .zip .controls {
    width: 105px;
  }
  #edit-address-form .help-block {
    font-size: 1.13em;
    text-align: right;
  }
  /* Wishlist Login */
  .wishlist-login .panel-half {
    padding: 27px 0 12px;
  }
  .wishlist-login .return-customer {
    margin-bottom: 0;
    padding-bottom: 20px;
  }
  .wishlist-login .create-wishlist {
    margin-bottom: 20px;
    padding-top: 31px;
  }
  .wishlist-login .create-wishlist .section-header {
    margin-left: 0;
  }
  .wishlist-login .create-wishlist .login-box.login-create-account form {
    border-bottom: none;
    margin-bottom: 0;
  }
  .wishlist-login .login-box.login-account {
    border-bottom: none;
    margin-bottom: 25px;
  }
  .wishlist-login .login-general.panel01 .section-header {
    letter-spacing: 2.3px;
    margin-bottom: 0;
    padding-top: 0px;
  }
  .wishlist-login .login-general.panel01 .login-box-content > p {
    margin-bottom: 15px;
  }
  .wishlist-login .returning-customers {
    border-bottom: 1px solid #000;
  }
  .wishlist-login .returning-customers input {
    margin-top: 0;
  }
  .wishlist-login .returning-customers .label-inline .control-label {
    margin-bottom: 18px;
    padding-left: 36px;
  }
  .wishlist-login .login-box-content .account-login-action #password-reset {
    letter-spacing: 0.2px;
    margin-bottom: 4px;
    margin-top: 12px;
  }
  .wishlist-login .form-row-button button {
    margin-top: 19px;
  }
  .wishlist-login .login-box.login-create-account .content-asset li {
    font-size: 1em;
  }
  .wishlist-login .whislist-find .control-label {
    margin-bottom: 3px;
  }
  .wishlist-login .whislist-find .input-text {
    margin-bottom: 6px;
  }
  .wishlist-login .whislist-find button {
    margin-top: 22px;
  }
  /* Geo detection dialog */
  .ui-dialog[aria-labelledby="ui-dialog-title-geodetection-dialog"] {
    left: 0 !important;
    margin-left: 0;
    padding: 29px 9px 23px 9px;
    width: 100% !important;
  }
  .ui-dialog[aria-labelledby="ui-dialog-title-geodetection-dialog"] .message p {
    margin-top: 25px;
  }
  .ui-dialog[aria-labelledby="ui-dialog-title-geodetection-dialog"] .message .warning {
    font-size: 1.313em;
    line-height: 1.3em;
  }
  .ui-dialog[aria-labelledby="ui-dialog-title-geodetection-dialog"] .message .restriction {
    font-size: 1.250em;
    width: 95%;
  }
  .ui-dialog[aria-labelledby="ui-dialog-title-geodetection-dialog"] .control-group #btnRedirect {
    line-height: 1.15em;
    margin-top: 23px;
    padding: 6px 30px 3px;
  }
  .ui-dialog[aria-labelledby="ui-dialog-title-geodetection-dialog"] .control-group #btnRedirect [class^="icon-"] {
    margin-top: -2px;
  }
  .ui-dialog[aria-labelledby="ui-dialog-title-geodetection-dialog"] .control-group #btnStayOnSite {
    font-size: 1.250em;
    margin-top: 27px;
  }
  /* Wishlist details */
  .list-table-header {
    margin-bottom: 0;
  }
  .list-table-header > h2 {
    margin-bottom: 0;
  }
  .list-table-header .btn-large {
    margin-left: 0;
  }
  .list-table-header form {
    margin-bottom: 21px;
  }
  .list-table-header .my-wishlist {
    font: normal 1.3em 'ECB', sans-serif;
    letter-spacing: 1.7px;
    padding-bottom: 8px;
    padding-left: 2px;
    font-weight: 600;
  }
  .list-table-header .wishlist-header {
    font-size: 1.3em;
  }
  .list-table-header .wishlist-header-step1 {
    margin-bottom: 7px;
    margin-top: 20px;
  }
  .list-table-header .wishlist-header-step1 + p {
    margin-bottom: 12px;
    padding-left: 2px;
  }
  .list-table-header .wishlist-header-step2 {
    margin-bottom: 8px;
    margin-left: 0;
    margin-top: 25px;
  }
  .list-table-header .send-your-wishlist {
    float: none;
    margin-right: 0;
  }
  .list-table-header .send-your-wishlist p {
    font-size: 1.25em;
    letter-spacing: 0.8px;
    margin-bottom: 15px;
    padding-left: 1px;
  }
  .list-table-header .send-your-wishlist .addthis_links {
    text-align: center;
  }
  .list-table-header .send-your-wishlist .addthis_links a {
    display: inline-block;
    float: none;
  }
  .list-table-header .share-your-wishlist {
    overflow: hidden;
  }
  .list-table-header .share-your-wishlist p {
    font: 1.25em 'ECB', sans-serif;
    margin-bottom: 4px;
    padding-left: 1px;
    text-transform: uppercase;
    font-weight: 600;
  }
  .list-table-header .send-to-friend {
    letter-spacing: 2.6px;
    margin-bottom: 20px;
  }
  .wishlist-search-result-items .wishlist-result-item {
    margin-bottom: 19px;
  }
  .wishlist-search-result-items .wishlist-result-item > div {
    display: block;
    float: left;
  }
  .wishlist-search-result-items .wishlist-result-item > div.item-image {
    width: 46%;
  }
  .wishlist-search-result-items .wishlist-result-item > div.item-image img {
    width: 100%;
  }
  .wishlist-search-result-items .wishlist-result-item > div.item-details {
    margin-left: 4%;
    width: 46%;
  }
  .wishlist-search-result-items .wishlist-result-item > div.item-availability {
    clear: both;
    margin: 32px 0 18px;
    padding-left: 0;
    width: 100%;
  }
  .wishlist-search-result-items .wishlist-result-item > div.item-dashboard {
    clear: both;
    padding-left: 0;
    width: 100%;
  }
  .wishlist-search-result-items .item-details .product-list-item .name {
    margin-left: -2px;
  }
  .wishlist-search-result-items .item-details .product-list-item .name a {
    font-size: 1.2em;
    letter-spacing: 0.5px;
  }
  .wishlist-search-result-items .item-details .product-list-item .sku {
    margin-bottom: 10px;
  }
  .wishlist-search-result-items .item-details .product-list-item .sku span {
    font-size: 1em;
  }
  .wishlist-search-result-items .item-details .product-list-item .sku span.value {
    font-size: inherit;
  }
  .wishlist-search-result-items .item-details .product-list-item .price > span,
  .wishlist-search-result-items .item-details .product-list-item .attribute > span {
    font-size: 1.4em;
  }
  .wishlist-search-result-items .item-details .product-list-item .price > span.price-sales,
  .wishlist-search-result-items .item-details .product-list-item .attribute > span.price-sales {
    font-size: inherit;
  }
  .wishlist-search-result-items .item-details > a {
    font-size: 1.25em;
  }
  .wishlist-search-result-items .item-availability ul {
    font-size: 1.4em;
    letter-spacing: 0;
    padding-left: 0;
  }
  .wishlist-search-result-items .item-dashboard .option-date-added {
    font-size: 1.25em;
    margin-left: -5px;
  }
  .wishlist-search-result-items .item-dashboard .option-toggle-public {
    padding: 0 0 14px 0;
  }
  .wishlist-search-result-items .item-dashboard .option-toggle-public .control-label {
    font-size: 1.2em;
    letter-spacing: 0.4px;
    margin-top: 0;
    padding-left: 31px;
    padding-top: 0;
    width: 100%;
  }
  .wishlist-search-result-items .item-dashboard .option-quantity-desired {
    padding-left: 0;
    padding-top: 4px;
    position: relative;
    top: -1px;
  }
  .wishlist-search-result-items .item-dashboard .option-quantity-desired .control-label {
    float: left;
    font-size: 1.250em;
    line-height: 1.2em;
    width: 77px;
  }
  .wishlist-search-result-items .item-dashboard .option-quantity-desired select {
    margin-top: 12px;
  }
  .wishlist-search-result-items .item-dashboard .option-quantity-desired .label {
    font-size: 1.25em;
    line-height: 1.2em;
    margin-bottom: 10px;
    padding-top: 14px;
    width: 77px;
    white-space: normal;
  }
  .wishlist-search-result-items .item-dashboard .option-quantity-desired .value {
    font-size: 1.25em;
    position: relative;
    top: -10px;
  }
  .wishlist-search-result-items .item-dashboard .option-update {
    padding-left: 0;
    padding-top: 8px;
  }
  .wishlist-search-result-items .item-dashboard .option-update button.delete-item {
    padding-right: 1px;
  }
  .wishlist-search-result-items .item-dashboard .option-add-to-cart {
    padding-left: 0;
  }
  .wishlist-search-result-items .item-dashboard .option-add-to-cart label {
    float: left;
    margin-left: -1px;
    padding-left: 0;
    width: 78px;
  }
  .wishlist-search-result-items .item-dashboard .option-add-to-cart .input-text {
    margin-top: -1px;
  }
  .wishlist-search-result-items .item-dashboard .option-add-to-cart .add-to-cart {
    clear: both;
    margin-bottom: 6px;
    margin-top: 15px;
    width: 100%;
  }
  /* Place Order */
  .pt_checkout h3 {
    letter-spacing: 1.4px;
  }
  .pt_checkout #cart-table .coupon .item-image {
    display: none;
  }
  .pt_checkout #cart-table .coupon .product {
    margin: 0;
  }
  .pt_checkout #cart-table .coupon .item-details {
    font-size: 1.25em;
    width: 100%;
  }
  .pt_checkout #cart-table .coupon .item-quantity-details {
    margin-left: 0;
    padding-top: 10px;
  }
  .pt_checkout #cart-table .coupon .item-quantity {
    display: none;
  }
  .pt_checkout #cart-table .coupon .item-total {
    margin-left: 0;
    padding-left: 0;
  }
  .pt_checkout #cart-table .coupon .item-edit-details {
    margin-top: 0;
  }
  .pt_checkout #cart-table .coupon .price {
    margin-top: 15px;
  }
  .pt_checkout #cart-table .gift_cert .item-image {
    display: none;
  }
  .pt_checkout #cart-table .gift_cert .product {
    margin: 0;
  }
  .pt_checkout #cart-table .gift_cert .item-details {
    padding-bottom: 20px;
    width: 100%;
  }
  .pt_checkout #cart-table .gift_cert .label-qty {
    font-size: 1.25em;
  }
  .pt_checkout #cart-table .gift_cert .item-quantity {
    padding: 0;
  }
  .pt_checkout #cart-table .gift_cert .gift-certificate-to span,
  .pt_checkout #cart-table .gift_cert .gift-certificate-from span {
    font-size: 1.25em;
  }
  .pt_checkout .place-order {
    margin-top: 0;
  }
  .pt_checkout .place-order .section-header {
    display: none;
  }
  .pt_checkout .place-order .section-header + .cart-row {
    padding-top: 8px;
  }
  .pt_checkout .place-order .cart-row {
    padding-top: 24px;
  }
  .pt_checkout .place-order .cart-row > div {
    width: 100%;
  }
  .pt_checkout .place-order .qty .item-quantity-details {
    float: left;
    padding-top: 21px;
  }
  .pt_checkout .place-order .qty .item-quantity {
    width: auto;
  }
  .pt_checkout .place-order .product-list-item .name {
    margin-bottom: 2px;
  }
  .pt_checkout .place-order .label,
  .pt_checkout .place-order .value {
    font-size: 1.063em;
  }
  .pt_checkout .place-order .promo {
    font-size: 1.25em;
  }
  .pt_checkout .place-order .promo p {
    font-size: 1em;
  }
  .pt_checkout .place-order .attribute span {
    font-size: 1.063em;
  }
  .pt_checkout .place-order .item-edit-details a,
  .pt_checkout .place-order .editdetails a {
    font-size: 1.25em;
  }
  .pt_checkout .place-order .editdetails {
    margin-top: 13px;
  }
  .pt_checkout .place-order .item-edit-details,
  .pt_checkout .place-order .item-details .item-quantity-details {
    margin-top: 40px;
  }
  .pt_checkout .place-order .item-quantity {
    font-size: 1.25em;
    padding-top: 20px;
  }
  .pt_checkout .place-order .label-qty {
    float: left;
    padding-right: 30px;
  }
  .pt_checkout .place-order .price {
    float: right;
    margin-top: 23px;
    width: 50% !important;
  }
  .pt_checkout .place-order .item-total {
    text-align: left;
  }
  .pt_checkout .place-order .item-stock {
    font-size: 1.125em;
  }
  .pt_checkout .place-order .item-stock .on-order:first-child {
    color: #f58e88;
  }
  .pt_checkout .place-order .cart-promo .label,
  .pt_checkout .place-order .cart-promo .value {
    font-size: 1.125em;
  }
  .pt_checkout .order-summary-footer .payment-total > div {
    margin-top: 6px;
    padding-left: 0;
  }
  .pt_checkout .order-summary-footer .payment-total > div > div:first-child {
    float: left;
    width: 40%;
  }
  .pt_checkout .order-summary-footer .payment-total > div.order-total {
    margin-top: 14px;
    padding-left: 0;
  }
  .pt_checkout .order-summary-footer .order-totals-table {
    padding-top: 12px;
  }
  .pt_checkout .order-summary-footer .order-totals-table .order-discount,
  .pt_checkout .order-summary-footer .order-totals-table .order-shipping,
  .pt_checkout .order-summary-footer .order-totals-table .order-sales-tax {
    font-size: 1.25em;
  }
  .pt_checkout .submit-order {
    margin-bottom: 7px;
    margin-top: 6px;
    width: 100%;
  }
  .pt_checkout .submit-order .edit-card {
    display: block;
    font-size: 1.25em;
    padding: 0;
    text-align: center;
    width: 100%;
  }
  .pt_checkout .submit-order button {
    margin-top: 4px;
    width: 100%;
  }
  .pt_order .summary-header {
    font-size: 1.5em;
    letter-spacing: 1.8px;
    line-height: 1.2em;
    margin: 6px 0 14px;
  }
  .pt_order .item-list {
    border-top: none;
  }
  .pt_order .item-list .section-header {
    display: none;
  }
  .pt_order .item-list .label,
  .pt_order .item-list .value {
    font-size: 1.25em;
  }
  .pt_order .item-list .label {
    line-height: 1.2em;
  }
  .pt_order .item-list address {
    margin-bottom: 0;
  }
  .pt_order .item-list .address-phone {
    font-size: 1.1em;
    margin: 18px 0 0;
  }
  .pt_order .item-list .payment-amount {
    margin-top: 0;
  }
  .pt_order .item-list .payment-amount .label,
  .pt_order .item-list .payment-amount .value {
    font-size: 1.25em;
  }
  .pt_order .item-list .details > div {
    border-top: #cacaca solid 1px;
    float: none;
    padding: 10px 0;
    width: 100%;
  }
  .pt_order .item-list .details > div.order-information,
  .pt_order .item-list .details > div.order-payment-summary {
    width: 100%;
  }
  .pt_order .item-list .details > div .order-discount {
    margin: 2px 0 5px;
  }
  .pt_order .item-list .details > div .order-shipping {
    margin-bottom: 1px;
  }
  .pt_order .item-list .details > div .order-status {
    display: none;
  }
  .pt_order .item-list .details .order-information {
    padding: 14px 0;
  }
  .pt_order .item-list .details .order-billing {
    font-size: 1.25em;
    padding: 16px 0 15px;
  }
  .pt_order .item-list .details .order-payment-instruments {
    font-size: 1.188em;
    padding: 18px 0 23px;
  }
  .pt_order .item-list .details .order-payment-instruments .creditcard-expire b {
    font-size: 1.025em;
    text-transform: uppercase;
  }
  .pt_order .item-list .details .order-payment-instruments .payment-amount .label,
  .pt_order .item-list .details .order-payment-instruments .payment-amount .value {
    font-size: 1.025em;
  }
  .pt_order .item-list .details .order-payment-instruments .payment-amount .label {
    text-transform: uppercase;
  }
  .pt_order .item-list .details .order-payment-summary {
    font-size: 1.25em;
    padding: 17px 0 14px;
  }
  .pt_order .item-list .details .order-payment-summary .order-subtotal > div,
  .pt_order .item-list .details .order-payment-summary .order-shipping > div,
  .pt_order .item-list .details .order-payment-summary .order-sales-tax > div,
  .pt_order .item-list .details .order-payment-summary .order-total > div,
  .pt_order .item-list .details .order-payment-summary .order-subtotal > div:first-child,
  .pt_order .item-list .details .order-payment-summary .order-shipping > div:first-child,
  .pt_order .item-list .details .order-payment-summary .order-sales-tax > div:first-child,
  .pt_order .item-list .details .order-payment-summary .order-total > div:first-child {
    line-height: 1.5em;
  }
  .pt_order .item-list .details .order-payment-summary .order-total {
    margin-top: 25px;
  }
  .pt_order .item-list .details .order-payment-summary .order-total > div {
    font-size: 1em;
  }
  .pt_order .item-list .details .order-payment-summary .order-total > div:first-child {
    font-size: 0.9em;
  }
  .pt_order .order-shipment-table {
    border-top: #000 solid 1px;
    margin-top: 0;
  }
  .pt_order .order-shipment-table .section-header {
    display: none;
  }
  .pt_order .order-shipment-table .details .order-shipment-to {
    padding: 20px 0 19px;
  }
  .pt_order .order-shipment-table .details .order-shipment-to .order-shipment-address .name {
    line-height: 1.2em;
  }
  .pt_order .order-shipment-table .details .order-shipment-to .shipping-method,
  .pt_order .order-shipment-table .details .order-shipment-to .shipping-status {
    margin-top: 20px;
  }
  .pt_order .order-shipment-table .details .order-shipment-to .shipping-method .value,
  .pt_order .order-shipment-table .details .order-shipment-to .shipping-status .value {
    margin-top: 2px;
  }
  .pt_order .order-shipment-table .details .order-shipment-to .label,
  .pt_order .order-shipment-table .details .order-shipment-to .value {
    display: block;
  }
  .pt_order .order-shipment-table .details .order-shipment-item .info-item {
    float: none;
    width: 100%;
  }
  .pt_order .order-shipment-table .order-shipment-item,
  .pt_order .order-shipment-table .order-shipment-quantity,
  .pt_order .order-shipment-table .order-shipment-price,
  .pt_order .order-shipment-table .order-shipment-to {
    float: none;
    width: 100%;
  }
  .pt_order .order-shipment-table .order-shipment-item {
    padding: 25px 0 15px;
  }
  .pt_order .order-shipment-table .order-shipment-quantity,
  .pt_order .order-shipment-table .promo,
  .pt_order .order-shipment-table .attribute,
  .pt_order .order-shipment-table .order-shipment-price,
  .pt_order .order-shipment-table .order-shipment-to {
    font-size: 1.25em;
  }
  .pt_order .order-shipment-table .sku {
    font-size: 1.25em;
    text-transform: uppercase;
  }
  .pt_order .order-shipment-table .order-shipment-price {
    margin: 5px 0 6px;
  }
  .pt_order .order-shipment-table .order-shipment-quantity span {
    float: left;
    padding-right: 24px;
    text-transform: uppercase;
  }
  .pt_order .order-shipment-table .order-shipment-to {
    border-top: #cacaca solid 1px;
    padding: 10px 0;
  }
  .pt_order .order-shipment-table.gift-cert .order-shipment-item {
    width: 100%;
  }
  .pt_order .order-shipment-table.gift-cert .order-gift-cert-attributes .name {
    font-size: 1.25em;
    line-height: 1.25em;
  }
  .pt_order .order-shipment-table.gift-cert .label,
  .pt_order .order-shipment-table.gift-cert .value {
    font-size: 1.25em;
  }
  .pt_order .order-shipment-table.gift-cert .order-shipment-address {
    display: none;
  }
  .pt_order .order-shipment-table.gift-cert .order-shipment-to {
    border: 0;
    padding: 0;
  }
  .pt_order .order-shipment-table.gift-cert .order-shipment-to .shipping-method {
    margin-top: 0;
  }
  .pt_order .order-shipment-table.gift-cert .order-shipment-to .shipping-method .value {
    font-size: 1em;
  }
  .pt_order .order-shipment-instruction,
  .pt_order .order-shipment-gift-message {
    font-size: 1.25em;
  }
  .pt_order .order-shipment-instruction .label,
  .pt_order .order-shipment-gift-message .label {
    font-size: 1em;
  }
  .pt_order .order-detail-options {
    border-top: #cacaca solid 1px;
    margin-top: 10px;
    padding: 27px 0 31px;
  }
  .pt_order .order-detail-options a {
    display: block;
  }
  .pt_order .order-detail-options a.return-shopping {
    float: none;
    width: 100%;
  }
  .pt_order .order-detail-options a.return-order-history {
    display: block;
    font-family: 'ECB', sans-serif;
    font-size: 1.25em;
    text-align: center;
    font-weight: 300;
  }
  .pt_order .history-header {
    font-size: 1.5em;
    padding: 10px 0 36px 0;
  }
  .pt_order .search-result-items > li {
    padding-bottom: 27px;
  }
  .pt_order .search-result-items .order-history-header {
    margin-bottom: 16px;
    padding-bottom: 17px;
    padding-top: 16px;
  }
  .pt_order .search-result-items .order-history-header .order-history-info {
    width: 100%;
  }
  .pt_order .search-result-items .order-history-header .order-history-info .label,
  .pt_order .search-result-items .order-history-header .order-history-info .value {
    font-size: 1.250em;
  }
  .pt_order .search-result-items .order-history-header .btn-order-detail {
    float: left;
    margin-top: 10px;
    width: 183px;
  }
  .pt_order .search-result-items .order-history-items .order-history-table td {
    float: left;
    width: 100%;
  }
  .pt_order .search-result-items .order-history-items .order-history-table td .value {
    font-size: 1.250em;
  }
  .pt_order .search-result-items .order-history-items .order-history-table .order-shipped-to {
    margin-bottom: 27px;
    width: 100%;
  }
  .pt_order .search-result-items .order-history-items .order-history-table .order-items {
    width: 100%;
  }
  .pt_order .search-result-items .order-history-items .order-history-table .order-items ul {
    padding-top: 2px;
    width: 100%;
  }
  .pt_order .search-result-items .order-history-items .order-history-table .order-items ul li a.toggle {
    padding-top: 23px;
  }
  .pt_order .search-result-items .order-history-items .order-history-table .order-history-title {
    font-size: 1.333em;
  }
  .pt_order .search-result-options .pagination {
    margin: 5px 0 10px;
  }
  .pt_order #order-shipment-to-phone-container .order-shipment-to {
    border: none;
    float: none;
    font-size: 1.25em;
    padding: 10px 0;
    width: 100%;
  }
  .pt_order #order-shipment-to-phone-container .order-shipment-to .order-shipment-address .name {
    line-height: 1.2em;
  }
  .pt_order #order-shipment-to-phone-container .order-shipment-to .shipping-method,
  .pt_order #order-shipment-to-phone-container .order-shipment-to .shipping-status {
    margin-top: 20px;
  }
  .pt_order #order-shipment-to-phone-container .order-shipment-to .shipping-method .value,
  .pt_order #order-shipment-to-phone-container .order-shipment-to .shipping-status .value {
    margin-top: 2px;
  }
  .pt_order #order-shipment-to-phone-container .order-shipment-to .label,
  .pt_order #order-shipment-to-phone-container .order-shipment-to .value {
    display: block;
  }
  .pt_order .order-shipment-item .info-item {
    float: none;
    width: 100%;
  }
  #sample-cart-render {
    margin-right: 0;
    padding-bottom: 1px;
  }
  #cart-table-sample .sample-item-action {
    border-top: 1px solid #000;
    clear: both;
  }
  #cart-table-sample .sample-foot-note {
    font-size: 1.1em;
    margin: 8px 0 18px 0;
  }
  #cart-table-sample .sample-header-image img {
    margin-left: 3px;
  }
  #cart-table-sample .sample-item-button {
    margin-bottom: 20px;
    width: 100%;
  }
  #cart-table-sample .add-sample-to-bag {
    width: 100%;
  }
  #cart-table-sample .sample-header-content {
    padding-left: 54px;
    padding-bottom: 12px;
    padding-right: 10px;
  }
  #cart-table-sample .sample-header-content .open-sample-selection {
    float: none;
    margin: 8px 0 0;
    max-width: 95%;
    position: static;
  }
  #cart-table-sample .sample-header-content .cart-select-sample {
    font-size: 1.25em;
    letter-spacing: 0.8px;
    margin: -8px 0 0 0;
  }
  #cart-table-sample .sample-header-content .cart-with-purchase {
    letter-spacing: 1.8px;
    margin-left: 0;
  }
  #cart-table-sample .sample-header-content .sample-header-image {
    margin-left: -54px;
    margin-top: -6px;
    width: 60px;
  }
  #cart-table-sample .sample-header-content .sample-header-image img {
    margin-left: 9px;
    margin-top: -2px;
  }
  .pt_order-confirmation .complete-header {
    line-height: 1.250em;
    margin: 20px 0 7px;
    width: 80%;
  }
  .pt_order-confirmation .confirmation-message p {
    width: 100%;
  }
  .pt_order-confirmation .order-confirmation-details .summary-header {
    margin-bottom: 14px;
  }
  .pt_order-confirmation .item-list .details > div.order-information,
  .pt_order-confirmation .item-list .details > div.order-payment-instruments,
  .pt_order-confirmation .item-list .details > div.order-billing {
    width: 100%;
  }
  .pt_order-confirmation .item-list .details .order-payment-instruments {
    font-size: 1.25em;
  }
  .pt_order-confirmation .item-list .details .order-payment-instruments .payment-amount .value,
  .pt_order-confirmation .item-list .details .order-payment-instruments .payment-amount .label {
    font-size: 1em;
  }
  .pt_order-confirmation .item-list .details .order-payment-instruments .value,
  .pt_order-confirmation .item-list .details .order-payment-instruments .label {
    font-size: 1em;
  }
  .pt_order-confirmation .actions {
    padding-bottom: 80px;
    padding-top: 30px;
  }
  .pt_order-confirmation .actions .btn-continue-shopping {
    width: 100%;
  }
  .pt_order-confirmation .login-box.login-create-account {
    margin-top: 10px;
  }
  .pt_order-confirmation .login-box.login-create-account .section-header {
    font-size: 1.333em;
    margin-bottom: 10px;
  }
  .pt_order-confirmation .login-box.login-create-account .login-box-content p {
    font-size: 1.250em;
    margin-bottom: 17px;
  }
  .pt_order-confirmation .login-box.login-create-account form .form-row {
    margin-bottom: 0px;
    margin-top: 6px;
  }
  .pt_order-confirmation .login-box.login-create-account form .btn-create-account {
    margin-top: 10px;
  }
  /*
     * PRODUCT DETAIL SECTION
     */
  .product-detail-container {
    /* Shade swatches */
  }
  .product-detail-container .product-detail,
  .product-detail-container .product-set-detail {
    margin-top: 0;
    padding-top: 22px;
  }
  .product-detail-container .nav-tabs {
    height: auto;
  }
  .product-detail-container .product-primary-image {
    margin-bottom: 16px;
  }
  .product-detail-container .collection-badge {
    float: left;
    top: -295px;
    left: 0;
  }
  .product-detail-container .new-badge {
    float: right;
    top: -295px;
    left: 0;
  }
  .product-detail-container .product-badge {
    margin: 3px 0 16px 0;
    top: initial;
  }
  .product-detail-container .product-badge img {
    top: -50px;
  }
  .product-detail-container .product-images-cycler {
    clear: both;
  }
  .product-detail-container .product-images-cycler .swiper-slide {
    height: 330px !important;
    text-align: center;
  }
  .product-detail-container .product-images-cycler .swiper-slide img {
    max-width: 82.22%;
    margin: 25% 0;
  }
  .product-detail-container .product-images-cycler .swiper-prev {
    left: 0px;
  }
  .product-detail-container .product-images-cycler .swiper-next {
    right: 0px;
  }
  .product-detail-container .store-concept h5 {
    font: 1.25em/1.125em 'ECB', sans-serif;
    padding: 33px 0 15px 0;
    font-weight: 300;
  }
  .product-detail-container .brand-logo {
    right: 8px;
    top: 22px;
  }
  .product-detail-container .brand-logo img {
    max-height: 50px;
  }
  .product-detail-container .product-brand {
    font-size: 1.313em;
  }
  .product-detail-container .product-name {
    font-size: 1.313em;
    line-height: 1.2em;
  }
  .product-detail-container .product-price {
    font-size: 1.25em;
    padding-bottom: 7px;
  }
  .product-detail-container .product-price-wrapper {
    border-bottom: 1px solid #000;
    padding-bottom: 4px;
    padding-top: 17px;
  }
  .product-detail-container .product-price-wrapper .product-price {
    text-align: center;
  }
  .product-detail-container .product-number {
    font-size: 1.063em;
  }
  .product-detail-container .description {
    font-size: 1.25em;
    padding: 25px 0 7px 0;
  }
  .product-detail-container .description p {
    font-size: 1em;
  }
  .product-detail-container .product-primary-actions {
    margin: 30px 0 5px 0;
  }
  .product-detail-container .product-variations {
    font-size: 1.25em;
  }
  .product-detail-container .product-variations .label {
    margin-bottom: 3px;
  }
  .product-detail-container .product-variations .variation-select {
    font-size: 1em;
  }
  .product-detail-container .inventory {
    font-size: 1.25em;
  }
  .product-detail-container .inventory label {
    font-size: 1em;
    margin-bottom: 3px;
  }
  .product-detail-container .inventory select {
    font-size: 1em;
  }
  .product-detail-container .add-to-cart-wrapper {
    margin-top: 34px;
  }
  .product-detail-container .add-to-cart-wrapper.fixed {
    margin-bottom: 25px;
  }
  .product-detail-container .add-to-cart-wrapper.fixed .free-shipping {
    border-top: 1px solid #707070;
    padding-top: 10px;
  }
  .product-detail-container .block-add-to-cart {
    float: none;
    width: 100%;
  }
  .product-detail-container .free-shipping {
    font-size: 1.125em;
    letter-spcing: 0.5px;
    text-align: center;
  }
  .product-detail-container .insufficient-stock {
    clear: both;
  }
  .product-detail-container .insufficient-stock .error {
    font-size: 1.063em;
    text-align: center;
  }
  .product-detail-container .availability-and-extra-actions {
    font-size: 1.25em;
    margin-bottom: 11px;
  }
  .product-detail-container .availability {
    float: none;
    margin-bottom: 18px;
    width: 100%;
  }
  .product-detail-container .product-extra-actions {
    float: none;
  }
  .product-detail-container .product-extra-actions a,
  .product-detail-container .product-extra-actions span {
    margin-left: 38px;
  }
  .product-detail-container .nav-tabs {
    border-bottom: none;
  }
  .product-detail-container .nav-tabs .nav-tab {
    font-size: 1.313em;
    letter-spacing: 1.4px;
  }
  .product-detail-container .tab-content {
    font-size: 1.25em;
  }
  .product-detail-container .tab-content p {
    font-size: 1em;
  }
  .product-detail-container .product-actions {
    padding: 26px 0 3px 0;
  }
  .product-detail-container .send-to-friend-wrapper {
    text-align: center;
  }
  .product-detail-container .send-to-friend {
    font-size: 1.25em;
  }
  .product-detail-container .send-to-friend [class^="icon-"] {
    margin-top: 0;
  }
  .product-detail-container .shade-swatch-container .shade-swatch {
    margin: 0 auto;
    width: 314px;
  }
  .product-detail-container .shade-swatch-container .shade-swatch .swiper-prev {
    left: 6px;
  }
  .product-detail-container .shade-swatch-container .shade-swatch .swiper-next {
    right: 6px;
  }
  .product-detail-container .shade-swatch-container .shade-description {
    font-size: 1.188em;
    min-height: 36px;
    text-align: center;
  }
  .product-detail-container .size-swatch-container {
    padding: 5px 0 12px 0;
    position: relative;
  }
  .product-detail-container .size-swatch-container .swiper-container {
    width: 87.5%;
  }
  .product-detail-container .size-swatch-container .swiper-prev {
    left: 6px;
  }
  .product-detail-container .size-swatch-container .swiper-next {
    right: 6px;
  }
  .shipping-information-dialog,
  .returns-policy-dialog,
  .send-to-friend-privacy-policy-dialog {
    margin-left: 0 !important;
    left: 0 !important;
  }
  /* Product set */
  .product-set h1.product-name {
    font-size: 1.313em;
  }
  .product-set h2.product-name {
    font-size: 1.25em;
  }
  .product-set .product-primary-image {
    margin-bottom: 0;
  }
  .product-set .collection-badge,
  .product-set .new-badge {
    margin-top: 0;
  }
  .product-set .product-badge {
    margin: 3px 0 0px 0;
  }
  .product-set .product-set-info {
    padding-bottom: 32px;
  }
  .product-set .product-set-info .product-price {
    padding-bottom: 22px;
  }
  .product-set .product-set-info .description {
    padding-bottom: 0;
    padding-top: 34px;
  }
  .product-set .product-set-item {
    padding: 20px 0 29px 0;
  }
  .product-set .product-set-item .product-set-image {
    margin-bottom: 25px;
  }
  .product-set .product-set-item .product-price {
    font-size: 1.313em;
    margin-left: -6px;
  }
  .product-set .product-set-item .product-number {
    font-size: 0.875em;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .product-set .product-set-item .description {
    padding: 0 0 20px 0;
  }
  .product-set .product-set-item .product-primary-actions {
    margin-top: 0;
  }
  .product-set .product-set-item .availability {
    font-size: 1.25em;
    margin-bottom: 0;
    padding-bottom: 9px;
  }
  .product-set .product-set-item .block-add-to-cart {
    margin-top: 20px;
  }
  .product-set .product-set-item .swiper-prev {
    left: 0px;
  }
  .product-set .product-set-item .swiper-next {
    right: 0px;
  }
  .product-set .product-add-to-cart {
    padding-top: 0;
  }
  .product-set .product-add-to-cart .product-price-wrapper {
    padding-bottom: 10px;
    padding-top: 17px;
  }
  .product-set .product-add-to-cart .product-price-wrapper .product-price {
    float: none;
    font-size: 1.25em;
    padding: 0;
    width: 100%;
  }
  .product-set .product-add-to-cart .btn-large {
    margin-top: 8px;
    width: 100%;
  }
  .product-set .product-actions {
    border-top: none;
    padding: 7px 0 18px 0;
  }
  .product-set .social-share {
    margin-bottom: 29px;
    text-align: center;
  }
  .product-set .social-share > a {
    display: inline-block;
    float: none;
  }
  .product-set .social-share > a.addthis_counter {
    width: 58px !important;
    /* Override the addthis style */
  }
  /* end PRODUCT DETAIL SECTION */
  #sample-product-overlay {
    margin-top: 24px;
  }
  #sample-product-overlay li {
    position: relative;
    min-height: 69px;
  }
  #sample-product-overlay .sample-product-image {
    left: 0;
    position: absolute;
    top: 0;
  }
  #sample-product-overlay .sample-product-detail {
    margin-left: 79px;
    width: auto;
  }
  #sample-product-overlay .sample-product-detail .brand-name {
    font-family: 'ECB', sans-serif;
    font-size: 1.25em;
    margin-bottom: 0;
    font-weight: 600;
  }
  #sample-product-overlay .sample-product-detail .product-name {
    font-size: 1.25em;
    letter-spacing: 1.3px;
    margin-bottom: 6px;
  }
  #sample-product-overlay .sample-product-detail .product-description {
    font-size: 1.25em;
    height: 62px;
    letter-spacing: 0.2px;
    line-height: 1.2em;
    margin: 5px 0 0;
  }
  #sample-product-overlay .sample-product-detail .product-description p {
    font-size: 1em;
  }
  #sample-paging {
    margin-bottom: 60px;
    margin-top: 0;
  }
  #sample-paging .btn-direction-previous {
    height: 36px;
    width: 48%;
  }
  #sample-paging .btn-direction-next {
    float: right;
    height: 36px;
    width: 48%;
  }
  #sample-paging .btn-direction-next i {
    margin-left: -10px;
    margin-top: 4px;
    width: 22px;
  }
  #sample-paging .btn-direction-previous:hover .btn-direction-next:hover {
    background: #fff;
    border: 1px solid #000;
  }
  /* Registration */
  .ui-dialog[aria-labelledby="ui-dialog-title-registration-dialog"] {
    margin-left: 0 !important;
    /* Override the upper view mode style */
    left: 0 !important;
    width: 100% !important;
  }
  .registration-wrapper {
    margin-bottom: 0;
  }
  .registration-form .form-horizontal {
    padding-bottom: 9px;
  }
  .registration-form .form-horizontal .btn-sign-up {
    width: 145px;
  }
  .item-list .cart-row td {
    border-bottom: none;
  }
  .pt_cart #rhs-login-state .primary-header {
    font-size: 1.375em;
    letter-spacing: 2px;
    margin-bottom: 12px;
  }
  .pt_cart #rhs-login-state #login-state-no-fields .btn {
    margin-bottom: 24px;
  }
  .pt_cart #rhs-login-state #login-state-fields .login-box {
    margin-bottom: 2px;
    padding-left: 6px;
    padding-right: 6px;
  }
  .pt_cart #rhs-login-state #login-state-fields .login-box .section-header {
    display: block;
    text-align: center;
  }
  .pt_cart #rhs-login-state #login-state-fields .login-box .cart-logininclude-member {
    font-size: 1.275em;
    margin: 0 auto 4px;
    width: 95%;
  }
  .pt_cart #rhs-login-state #login-state-fields .login-box label {
    font-size: 1.275em;
  }
  .pt_cart #rhs-login-state #login-state-fields .login-box .label-inline {
    margin-top: 8px;
  }
  .pt_cart #rhs-login-state #login-state-fields .login-box .label-inline label {
    font-size: 1.275em;
    margin-left: 5px;
  }
  .pt_cart #rhs-login-state #login-state-sticky .section-header {
    margin-bottom: 5px;
  }
  .pt_cart #rhs-login-state #login-state-sticky p {
    font-size: 1.275em;
  }
  .pt_cart #rhs-login-state .account-welcome {
    font-size: 1.275em;
  }
  .pt_cart #rhs-login-state .account-welcome fieldset {
    font-size: 1em;
  }
  .pt_cart #rhs-login-state .cart-actions {
    margin: 0;
    padding: 12px 0 16px;
  }
  .pt_cart #rhs-login-state .cart-actions .cart-action-checkout {
    margin: 0;
  }
  .pt_cart .primary-content .button-text {
    font-size: 1.25em;
    letter-spacing: 1px;
  }
  .pt_cart .primary-content #cart-table .item-remove {
    bottom: 0;
    padding: 17px 0 0;
    position: relative;
  }
  .pt_cart .primary-content #cart-table tfoot .cart-promo {
    font-size: 1.25em;
  }
  .pt_cart .primary-content #cart-table tfoot .cart-promo .label {
    font-size: 1em;
  }
  .pt_cart .primary-content #cart-table .table .item-image img {
    max-width: 150px;
  }
  .pt_cart .primary-content #cart-table .table .item-image .item-price {
    font-size: 0.938em;
  }
  .pt_cart .primary-content #cart-table .table .item-image .item-price .price-standard {
    font-size: 1.333em;
    font-weight: normal;
  }
  .pt_cart .primary-content #cart-table .table .item-name .info-item {
    margin-bottom: 45px;
  }
  .pt_cart .primary-content #cart-table .table .item-name .info-item .product-name {
    font-family: Arial, sans-serif;
    font-size: 1.25em;
  }
  .pt_cart .primary-content #cart-table .table .item-name .info-item .sku {
    font-size: 1.188em;
    line-height: normal;
    margin-bottom: 0;
  }
  .pt_cart .primary-content #cart-table .table .item-name .info-item .sku .label {
    font-size: 1em;
  }
  .pt_cart .primary-content #cart-table .table .item-name .info-item .attribute {
    display: none;
  }
  .pt_cart .primary-content #cart-table .table .item-name .item-edit-details,
  .pt_cart .primary-content #cart-table .table .item-name .gift-edit-details {
    display: none;
    font-size: 1.25em;
    padding: 0;
  }
  .pt_cart .primary-content #cart-table .table .item-details {
    float: right;
  }
  .pt_cart .primary-content #cart-table .table .item-details .product-availability-list {
    margin: 35px 0 10px;
  }
  .pt_cart .primary-content #cart-table .table .item-details .product-availability-list li {
    font-size: 1.188em;
  }
  .pt_cart .primary-content #cart-table .table .item-details .item-user-actions {
    margin-bottom: 0;
  }
  .pt_cart .primary-content #cart-table .table .item-details .item-user-actions .add-to-wishlist {
    font-size: 1.25em;
  }
  .pt_cart .primary-content #cart-table .table .item-quantity {
    clear: both;
    font-size: 1.25em;
  }
  .pt_cart .primary-content #cart-table .table .item-quantity select {
    display: block;
  }
  .pt_cart .primary-content #cart-table .table .item-total {
    clear: right;
    float: right;
    padding-top: 26px;
    text-align: left;
  }
  .pt_cart .primary-content #cart-table .table .item-total .price-label,
  .pt_cart .primary-content #cart-table .table .item-total .price-unadjusted,
  .pt_cart .primary-content #cart-table .table .item-total .price-sales,
  .pt_cart .primary-content #cart-table .table .item-total .promotion-label {
    font-size: 1.25em;
    font-weight: bold;
    line-height: 1.375em;
  }
  .pt_cart .primary-content #cart-table .table .item-total .promotion-label {
    font-size: 1.188em;
    padding-bottom: 0;
  }
  .pt_cart .primary-content #cart-table .rowgiftcert .item-name {
    width: 80%;
  }
  .pt_cart .primary-content #cart-table .rowgiftcert .item-name .name {
    font-size: 1.25em;
    margin-bottom: 10px;
  }
  .pt_cart .primary-content #cart-table .rowgiftcert .item-name .giftcertamount,
  .pt_cart .primary-content #cart-table .rowgiftcert .item-name .attribute {
    margin: 0;
  }
  .pt_cart .primary-content #cart-table .rowgiftcert .item-name .giftcertamount .label,
  .pt_cart .primary-content #cart-table .rowgiftcert .item-name .attribute .label,
  .pt_cart .primary-content #cart-table .rowgiftcert .item-name .giftcertamount .value,
  .pt_cart .primary-content #cart-table .rowgiftcert .item-name .attribute .value {
    font-size: 1.25em;
    line-height: normal;
    word-break: break-all;
  }
  .pt_cart .primary-content #cart-table .rowgiftcert .item-name .gift-edit-details {
    margin-top: 16px;
  }
  .pt_cart .primary-content #cart-table .rowgiftcert .item-price {
    float: right;
    width: 50%;
  }
  .pt_cart .primary-content #cart-table .rowgiftcert .item-price .button-text {
    font-size: 1.125em;
    margin-top: 10px;
  }
  .pt_cart .primary-content #cart-table .rowgiftcert .item-quantity {
    clear: both;
    padding-top: 12px;
  }
  .pt_cart .primary-content #cart-table .rowgiftcert .item-total {
    clear: none;
    padding-top: 7px;
  }
  .pt_cart .primary-content #cart-table .rowcoupons .item-name {
    width: 100%;
  }
  .pt_cart .primary-content #cart-table .rowcoupons .item-name .name {
    font-size: 1.25em;
  }
  .pt_cart .primary-content #cart-table .rowcoupons .item-name .cartcoupon,
  .pt_cart .primary-content #cart-table .rowcoupons .item-name .discount {
    font-size: 1.188em;
    line-height: normal;
  }
  .pt_cart .primary-content #cart-table .rowcoupons .item-price {
    float: right;
    width: 50%;
  }
  .pt_cart .primary-content #cart-table .rowcoupons .item-total {
    padding-top: 7px;
  }
  .pt_cart .primary-content #cart-table .bonus-product .item-name .bonusproducts a {
    font-size: 1.25em;
  }
  .pt_cart .primary-content #cart-table .bonus-product .item-total {
    padding-bottom: 20px;
    padding-top: 7px;
    width: 50%;
  }
  .pt_cart .primary-content #cart-table .cart-promo .bonus-callout-message {
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
  }
  .pt_cart .primary-content #cart-table .cart-promo .bonus-callout-message .bonus-item-details,
  .pt_cart .primary-content #cart-table .cart-promo .bonus-callout-message .bonus-item-selection {
    float: left;
    font-size: 1.25em;
    padding: 12px;
    text-align: left;
    width: 100%;
  }
  .pt_cart .primary-content #cart-table .cart-promo .bonus-callout-message .bonus-item-selection {
    padding-top: 5px;
  }
  .pt_cart .primary-content .cart-summary {
    margin-top: 20px;
  }
  .pt_cart .primary-content .cart-summary .cart-coupon-code {
    margin-bottom: 23px;
    width: 100%;
  }
  .pt_cart .primary-content .cart-summary .cart-coupon-code label {
    font-size: 1.25em;
    margin-top: 20px;
  }
  .pt_cart .primary-content .cart-summary .cart-coupon-code input {
    width: 188px;
  }
  .pt_cart .primary-content .cart-summary .cart-coupon-code .error {
    font-size: 1.063em;
  }
  .pt_cart .primary-content .cart-summary .cart-order-totals {
    padding: 0;
    width: 100%;
  }
  .pt_cart .primary-content .cart-summary .cart-order-totals .order-totals-table {
    border-top: 1px solid #000;
    margin-top: 0;
    padding-top: 17px;
    width: 100%;
  }
  .pt_cart .primary-content .cart-summary .cart-order-totals .order-subtotal div,
  .pt_cart .primary-content .cart-summary .cart-order-totals .order-discount div,
  .pt_cart .primary-content .cart-summary .cart-order-totals .order-shipping div,
  .pt_cart .primary-content .cart-summary .cart-order-totals .order-sales-tax div {
    font-size: 1.25em;
  }
  .pt_cart .primary-content .cart-summary .cart-order-totals .order-subtotal div:first-child,
  .pt_cart .primary-content .cart-summary .cart-order-totals .order-discount div:first-child,
  .pt_cart .primary-content .cart-summary .cart-order-totals .order-shipping div:first-child,
  .pt_cart .primary-content .cart-summary .cart-order-totals .order-sales-tax div:first-child {
    padding-left: 10px;
  }
  .pt_cart .primary-content .cart-summary .cart-order-totals .order-subtotal div:last-child,
  .pt_cart .primary-content .cart-summary .cart-order-totals .order-discount div:last-child,
  .pt_cart .primary-content .cart-summary .cart-order-totals .order-shipping div:last-child,
  .pt_cart .primary-content .cart-summary .cart-order-totals .order-sales-tax div:last-child {
    padding-right: 17px;
  }
  .pt_cart .primary-content .cart-summary .cart-order-totals .order-sales-tax {
    margin-bottom: 16px;
  }
  .pt_cart .primary-content .cart-summary .cart-order-totals .order-subtotal div.text {
    text-align: left;
  }
  .pt_cart .primary-content .cart-summary .order-total {
    padding: 15px 15px 16px;
  }
  .pt_cart .primary-content .cart-summary .order-total div {
    width: 49%;
  }
  .pt_cart .primary-content .error-message {
    font-size: 1.25em;
  }
  .pt_cart .primary-content .cart-actions {
    margin-top: 20px;
  }
  .pt_cart .primary-content .cart-actions .cart-action-checkout {
    float: left;
    width: 100%;
  }
  .pt_cart .primary-content .cart-actions .cart-action-checkout .button-text {
    background: #f58e88;
    border-color: #f58e88;
    color: #fff;
    font-family: 'ECB', sans-serif;
    font-size: 1.313em;
    height: 40px;
    padding: 4px 12px;
    width: 100%;
    font-weight: 600;
  }
  .pt_cart .primary-content .cart-actions .cart-action-checkout .button-text i.visible-phone {
    display: inline-block !important;
    margin-top: -1px;
  }
  .pt_cart .primary-content .cart-actions .cart-action-checkout .button-text:hover {
    background: #df828a;
    text-decoration: none;
  }
  .pt_cart .primary-content .cart-actions .cart-action-checkout .button-text.disabled {
    opacity: 0.7;
    filter: alpha(opacity=70);
    background: #cacaca;
    border: 1px solid #cacaca;
    font-family: 'ECB', sans-serif;
    font-size: 1.313em;
    font-weight: 600;
  }
  .pt_cart .primary-content .cart-actions .cart-action-continue-shopping {
    clear: both;
    margin-top: 5px;
    width: 100%;
  }
  .pt_cart .primary-content .cart-actions .cart-action-continue-shopping .button-text {
    margin: 0 auto;
  }
  .pt_cart .primary-content .cart-promo-approaching {
    font-size: 1.25em;
    margin-bottom: 20px;
    padding: 0 6px;
  }
  .pt_cart .primary-content #cart-table-sample .sample-header {
    border-bottom: none;
  }
  .pt_cart .primary-content #cart-table-sample .cart-row .item-image,
  .pt_cart .primary-content #cart-table-sample .cart-row .item-details,
  .pt_cart .primary-content #cart-table-sample .cart-row .item-price,
  .pt_cart .primary-content #cart-table-sample .cart-row .item-quantity,
  .pt_cart .primary-content #cart-table-sample .cart-row .item-total {
    width: 50%;
  }
  .pt_cart .primary-content #cart-table-sample .cart-row .item-details {
    padding-bottom: 7px;
  }
  .pt_cart .primary-content #cart-table-sample .cart-row .item-details .brand-name {
    font-size: 1.25em;
    line-height: 1.2em;
  }
  .pt_cart .primary-content #cart-table-sample .cart-row .item-details .product-name {
    line-height: 1.125em;
    margin-bottom: 5px;
    margin-top: 5px;
  }
  .pt_cart .primary-content #cart-table-sample .cart-row .item-details .product-description {
    height: 72px;
    line-height: 1.2em;
    margin-bottom: 45px;
  }
  .pt_cart .primary-content #cart-table-sample .cart-row .item-details .product-description p {
    font-size: 1em;
  }
  .pt_cart .primary-content #cart-table-sample .cart-row .item-details .product-name,
  .pt_cart .primary-content #cart-table-sample .cart-row .item-details .product-description {
    font-family: Arial, sans-serif;
    font-size: 1.25em;
  }
  .pt_cart .primary-content #cart-table-sample .cart-row .item-details .sample-update-link {
    font-size: 1.25em;
  }
  .pt_cart .primary-content #cart-table-sample .cart-row .item-price {
    clear: right;
    float: right;
    padding-bottom: 7px;
  }
  .pt_cart .primary-content #cart-table-sample .cart-row .item-price .sample-remove-link {
    font-size: 1.25em;
  }
  .pt_cart .primary-content #cart-table-sample .cart-row .item-quantity {
    clear: both;
    float: left;
    padding-top: 7px;
  }
  .pt_cart .primary-content #cart-table-sample .cart-row .item-total {
    font-size: 1.25em;
    padding: 7px 7px 25px;
  }
  .pt_cart .primary-content #cart-table-reward .cart-reward-selection td {
    padding: 0;
  }
  .pt_cart .primary-content #cart-table-reward .cart-reward-selection .reward-selection-wrapper {
    border-left: 6px solid #fff;
    border-right: 6px solid #fff;
  }
  .pt_cart .primary-content #cart-table-reward .cart-reward-selection .cart-col-image {
    padding-left: 10px;
    padding-top: 20px;
    float: left;
    width: 60px;
  }
  .pt_cart .primary-content #cart-table-reward .cart-reward-selection .cart-col-message {
    float: left;
    width: 80%;
    padding: 15px 10px 0 0;
  }
  .pt_cart .primary-content #cart-table-reward .cart-reward-selection .cart-col-message .cart-reward-beautyloop {
    font-size: 1.25em;
    margin: 0;
  }
  .pt_cart .primary-content #cart-table-reward .cart-reward-selection .cart-col-message .cart-reward-message {
    font-size: 1.083em;
  }
  .pt_cart .primary-content #cart-table-reward .cart-reward-selection .cart-col-btn {
    float: left;
    margin-top: 8px;
    padding: 0 18px 13px 60px;
    width: 100%;
  }
  .pt_cart .primary-content #cart-table-reward .cart-reward-selection .icon-beauty-loop-cart {
    background-size: 100%;
    width: 38px;
    height: 26px;
  }
  .pt_cart .primary-content #cart-table-reward .cart-row td {
    border-bottom: none;
  }
  .pt_cart .primary-content #cart-table-reward .cart-row .item-name {
    min-height: 174px;
  }
  .pt_cart .primary-content #cart-table-reward .cart-row .item-quantity {
    clear: left;
    float: left;
    padding-bottom: 20px;
  }
  .pt_cart .primary-content #cart-table-reward .cart-row .item-details {
    float: right;
  }
  .pt_cart .primary-content #cart-table-reward .cart-row .item-details .remove-item {
    padding: 0;
  }
  .pt_cart .primary-content #cart-table-reward .cart-row .total-price {
    padding-bottom: 25px;
  }
  .pt_cart .primary-content #cart-table-reward .cart-row .total-price .price-sales {
    padding: 0;
  }
  .pt_cart .primary-content #cart-table-reward .cart-row .item-quantity,
  .pt_cart .primary-content #cart-table-reward .cart-row .price-sales,
  .pt_cart .primary-content #cart-table-reward .cart-row .remove-item,
  .pt_cart .primary-content #cart-table-reward .cart-row .edit-item,
  .pt_cart .primary-content #cart-table-reward .cart-row .name {
    font-size: 1.250em;
  }
  /* In store availability */
  .row-fluid .in-store-availability-wrapper {
    padding-top: 16px;
  }
  .row-fluid .in-store-availability-wrapper .in-store-ava-search-box {
    padding-bottom: 20px;
  }
  .row-fluid .in-store-availability-wrapper .find-near-you {
    margin-bottom: 4px;
  }
  .row-fluid .in-store-availability-wrapper .store-search {
    margin-bottom: 20px;
    float: left;
    width: 85%;
  }
  .row-fluid .in-store-availability-wrapper .store-search .input-block {
    font-size: 1.063em;
  }
  .row-fluid .in-store-availability-wrapper .scroll-to-top-wrapper {
    width: 15%;
  }
  .row-fluid .in-store-availability-wrapper .search-term {
    margin-bottom: 7px;
  }
  .row-fluid .in-store-availability-wrapper .storelocator-search-result {
    min-height: 10px;
  }
  .row-fluid .in-store-availability-wrapper .storelocator-search-result .btn-directions .btn {
    margin: 19px 0 33px 0;
  }
  .row-fluid .in-store-availability-wrapper .storelocator-search-result .btn-directions .btn:hover {
    background: #fff;
    border: 1px solid #000;
  }
  .row-fluid .in-store-availability-wrapper .store-availability {
    padding-bottom: 30px;
  }
  .row-fluid .in-store-availability-wrapper .store-availability .store-availability-item {
    border-bottom: 1px solid #e2e2e2;
    border-top: none;
    font: 1.25em/1.25em Arial, sans-serif;
    padding-bottom: 13px;
    padding-top: 25px;
  }
  .row-fluid .in-store-availability-wrapper .store-availability .store-availability-item .store-name-and-adress {
    margin-right: 0;
    width: 53%;
  }
  .row-fluid .in-store-availability-wrapper .store-availability .store-availability-item .store-name-and-adress .store-street-address {
    margin-top: 18px;
  }
  .row-fluid .in-store-availability-wrapper .store-availability .store-availability-item .product-availability {
    float: right;
  }
  .row-fluid .in-store-availability-wrapper .store-availability .store-availability-item .store-hours-and-phone {
    margin-top: 28px;
    width: 100%;
  }
  .row-fluid .in-store-availability-wrapper .store-availability .store-availability-item .store-direction {
    margin-top: 14px;
    width: 100%;
  }
  .row-fluid .in-store-availability-wrapper .store-availability .store-availability-item .store-direction .btn-direction {
    float: right;
    font-family: 'ECB', sans-serif;
    font-size: 1em;
    font-weight: 300;
  }
  .row-fluid .in-store-availability-wrapper .store-availability .store-availability-item .store-direction .btn-direction .icon-right-arrow-dark {
    margin-top: 0;
  }
  .row-fluid .in-store-availability-wrapper .store-availability .store-availability-item .store-direction .store-distance {
    float: left;
    font-size: 1em;
    position: static;
  }
  /* Targeting Safari */
  .safari .pt_storedetails .store-locator-details .social-share > a.addthis_counter,
  .safari .product-set .social-share > a.addthis_counter,
  .safari .list-table-header .send-your-wishlist .addthis_links > a.addthis_counter {
    position: relative;
    top: -10px;
  }
  #homepage-swiper .swiper-lazy-preloader {
    top: 0;
    left: 0%;
  }
  .swiper-lazy-preloader {
    top: 30px;
    left: 40%;
  }
  .modal-add-product-confirmation {
    left: 10% !important;
    width: 80% !important;
  }
  .modal-add-product-confirmation .modal-body {
    padding: 0 15px 5px 15px !important;
  }
  .modal-add-product-confirmation .modal-body .image-col {
    text-align: center !important;
    padding-top: 5px !important;
    width: 45% !important;
    float: left !important;
  }
  .modal-add-product-confirmation .modal-body .image-col img {
    width: 150px !important;
  }
  .modal-add-product-confirmation .modal-body .variation-col {
    padding-top: 5px !important;
    width: 45% !important;
    float: left !important;
  }
  .modal-add-product-confirmation .modal-body .variation-col span {
    font-size: 1.2em !important;
  }
  .modal-add-product-confirmation .modal-body .product-name {
    padding-bottom: 5px !important;
  }
  .modal-add-product-confirmation .modal-footer .btn {
    width: 100% !important;
    margin: 5px auto !important;
    font-size: small !important;
  }
  .modal-add-product-confirmation button.close {
    top: -54px !important;
  }
}
@media (max-width: 480px) {
  .ui-dialog[aria-labelledby="ui-dialog-title-dialog-container"].ForgotPasswordDialog {
    margin-left: 0 !important;
    width: 100% !important;
  }
  .ui-dialog[aria-labelledby="ui-dialog-title-dialog-container"].ForgotPasswordDialog .ui-dialog-titlebar {
    height: 22px;
  }
  .ui-dialog[aria-labelledby="ui-dialog-title-dialog-container"].ForgotPasswordDialog .ui-dialog-titlebar-close {
    right: 0;
    top: 0;
  }
  .ui-dialog[aria-labelledby="ui-dialog-title-dialog-container"],
  .ui-dialog[aria-labelledby="ui-dialog-title-add-address-dialog"],
  .ui-dialog[aria-labelledby*="ui-dialog-title-edit-address-dialog"] {
    margin-left: 0 !important;
  }
  .ui-dialog[aria-labelledby="ui-dialog-title-dialog-container"] .ui-dialog-titlebar-close,
  .ui-dialog[aria-labelledby="ui-dialog-title-add-address-dialog"] .ui-dialog-titlebar-close,
  .ui-dialog[aria-labelledby*="ui-dialog-title-edit-address-dialog"] .ui-dialog-titlebar-close {
    right: 4px;
  }
  .ui-dialog[aria-labelledby="ui-dialog-title-add-address-dialog"] .ui-dialog-content {
    height: 1060px !important;
  }
  .ui-dialog[aria-labelledby*="ui-dialog-title-edit-address-dialog"] .ui-dialog-content {
    height: 1070px !important;
  }
  .ui-dialog[aria-labelledby="ui-dialog-title-add-credit-card-dialog"] {
    margin-left: 0 !important;
  }
  .breadcrumb {
    font-size: 1em;
    padding: 10px 7px 11px;
    line-height: 24px;
  }
  .breadcrumb .divider {
    background-position: 4px -573px;
    padding: 0 8px;
  }
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .form-horizontal select.input-small.month,
  .form-horizontal select.input-small.day {
    margin-right: 0;
  }
  .form-horizontal .control-label {
    margin: 0;
    padding-bottom: 0;
    width: 100%;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .controls input {
    width: 100%;
  }
  .grid-tile {
    width: 50%;
  }
  .pt_account .account-header h3 {
    display: block;
  }
  #customer-site-notification {
    height: 50px;
  }
  #customer-site-notification-details {
    padding-left: 5px;
    padding-right: 5px;
    height: 50px;
    width: 91%;
  }
  #customer-site-notification-close {
    height: 50px;
    left: 91%;
    width: 9%;
  }
  .pt_account .gift-certificate-purchase .form-row .gift-cert-amount {
    width: 150px;
  }
  .pt_account .gift-certificate-purchase .form-row .error {
    text-align: left;
  }
  .pt_account .gift-certificate-purchase .form-row.type-giftcard .registration-panel,
  .pt_account .gift-certificate-purchase .form-row.type-giftcard .delivery-panel-left {
    padding-top: 14px;
    width: 150px;
  }
  .pt_account .gift-certificate-purchase .form-row.type-giftcard .registration-panel input,
  .pt_account .gift-certificate-purchase .form-row.type-giftcard .delivery-panel-left input {
    margin-top: 3px;
  }
  .pt_account .row-info .title,
  .pt_account .row-info .value {
    font-size: 1.250em;
    width: 50%;
  }
  .pt_account .row-info .value {
    text-align: right;
  }
  /* Account payment */
  .pt_account .header-account {
    float: none;
    margin-bottom: 1px;
  }
  .pt_account a.dialogify {
    float: left;
    font: 15px 'ECB', sans-serif;
    margin-top: 10px;
    font-weight: 300;
  }
  .pt_account .intro-payment,
  .pt_account .payment-list li {
    font-size: 15px;
  }
  .pt_account .intro-payment .exp,
  .pt_account .payment-list li .exp {
    padding-right: 15px;
  }
  .pt_account .intro-payment {
    padding: 10px 0;
  }
  /* Reset Password */
  .change-my-password .form-row {
    margin-bottom: 10px;
  }
  /* Storefront */
  .pt_storefront .swiper-responsive .swiper-slide .slide-content .intro-text {
    font-size: 12px;
    line-height: 12px;
  }
  .pt_storefront .swiper-responsive .swiper-slide .slide-content .header-text {
    font-size: 24px;
    line-height: 24px;
  }
  .pt_storefront .swiper-responsive .swiper-slide .slide-content .secondary-text {
    font-size: 12px;
    line-height: 12px;
  }
  .ui-dialog[aria-labelledby="ui-dialog-title-dialog-container"].ForgotPasswordDialog.ui-widget-content {
    padding: 15px 0 34px;
  }
  .ui-dialog[aria-labelledby="ui-dialog-title-send-to-friend-dialog"].ui-widget-content {
    padding: 0 0 30px;
  }
  .ui-dialog[aria-labelledby="ui-dialog-title-dialog-container"].ui-widget-content {
    padding: 0 0 20px;
  }
  .ui-dialog[aria-labelledby="ui-dialog-title-send-to-friend-dialog"] .ui-dialog-title {
    margin: 50px 0 0;
  }
  .ui-dialog[aria-labelledby="ui-dialog-title-dialog-container"] .ui-dialog-title {
    margin: 40px 0 0;
  }
  .ui-dialog[aria-labelledby="ui-dialog-title-send-to-friend-dialog"] .ui-dialog-titlebar,
  .ui-dialog[aria-labelledby="ui-dialog-title-dialog-container"] .ui-dialog-titlebar {
    padding: 0.4em 0.7em;
  }
  .ui-dialog[aria-labelledby="ui-dialog-title-send-to-friend-dialog"] .ui-dialog-content,
  .ui-dialog[aria-labelledby="ui-dialog-title-dialog-container"] .ui-dialog-content {
    margin-top: 0;
    padding: 0 6px;
  }
  .ui-dialog[aria-labelledby="ui-dialog-title-send-to-friend-dialog"] .ui-dialog-titlebar-close,
  .ui-dialog[aria-labelledby="ui-dialog-title-dialog-container"] .ui-dialog-titlebar-close {
    right: 0;
    top: 25px;
  }
  .ui-dialog {
    left: 0 !important;
  }
  .ui-dialog[aria-labelledby="ui-dialog-title-send-to-friend-dialog"],
  .ui-dialog[aria-labelledby="ui-dialog-title-dialog-container"] {
    margin-left: 0 !important;
  }
  #dialog-container h3 {
    margin: 15px 0 6px;
  }
  label,
  input[type="text"],
  input[type="email"],
  button,
  select,
  textarea {
    color: #000;
    font-size: 15px;
  }
  #CreditCardForm {
    margin: 0;
    position: relative;
    width: 100%;
  }
  #CreditCardForm .form-row {
    margin: 0 0 13px;
  }
  #CreditCardForm .mandatory-field {
    position: absolute;
    right: 7px;
    top: 5px;
  }
  #CreditCardForm label,
  #CreditCardForm .form-label-text {
    display: block;
    float: none;
    line-height: 24px;
    width: auto;
  }
  #CreditCardForm .controls {
    float: none;
    width: 100%;
  }
  #CreditCardForm .expires .form-row {
    width: 48%;
  }
  #CreditCardForm .form-label-text + .form-row {
    margin-right: 4%;
  }
  #CreditCardForm select.input-medium {
    width: 100%;
  }
  #CreditCardForm .form-row-button {
    margin-left: 0;
  }
  #CreditCardForm .form-row-button button.btn-primary {
    width: 100%;
  }
  #CreditCardForm .form-row-button a.btn-info {
    margin: 10px 0 0 0;
    width: 100%;
  }
  .paging-hidden-smart-phone {
    display: none;
  }
  .checkout-progress-indicator {
    width: 308px;
  }
  .checkout-progress-indicator [class*="step-"] {
    background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-responsive.png") no-repeat scroll 0 0;
    height: 45px;
  }
  .checkout-progress-indicator .step-1 {
    width: 93px;
  }
  .checkout-progress-indicator .step-1 a {
    width: 100px;
    height: 45px;
  }
  .checkout-progress-indicator .step-1.active {
    background-position: -3px -312px;
  }
  .checkout-progress-indicator .step-1.inactive {
    background-position: -3px -312px;
  }
  .checkout-progress-indicator .step-2 {
    width: 111px;
  }
  .checkout-progress-indicator .step-2 a {
    width: 115px;
    height: 45px;
  }
  .checkout-progress-indicator .step-2.active {
    background-position: -100px -370px;
  }
  .checkout-progress-indicator .step-2.inactive {
    background-position: -100px -312px;
  }
  .checkout-progress-indicator .step-3 {
    width: 101px;
  }
  .checkout-progress-indicator .step-3 a {
    width: 105px;
    height: 45px;
  }
  .checkout-progress-indicator .step-3.active {
    background-position: -209px -428px;
  }
  .checkout-progress-indicator .step-3.inactive {
    background-position: -210px -312px;
  }
  /* Checkout billing section */
  /* -------------------- */
  .checkout-billing .payment-method-options .input-radio,
  .checkout-shipping .payment-method-options .input-radio {
    width: 50%;
  }
  .checkout-billing .payment-method-options .input-radio input[type="radio"],
  .checkout-shipping .payment-method-options .input-radio input[type="radio"] {
    width: 13px;
  }
  .checkout-billing .select-card .control-label,
  .checkout-shipping .select-card .control-label {
    margin-bottom: 6px;
  }
  .checkout-billing .cvn-tip,
  .checkout-shipping .cvn-tip {
    left: 17px;
    top: 4px;
  }
  .checkout-billing .cvn-tip a,
  .checkout-shipping .cvn-tip a {
    font-size: 0.9em;
  }
  .checkout-billing .label-after .controls,
  .checkout-shipping .label-after .controls {
    margin-bottom: 15px;
    margin-left: 0;
    padding-left: 0;
    width: 120px;
  }
  .checkout-billing .expiration-month select,
  .checkout-shipping .expiration-month select {
    padding-top: 8px;
  }
  .checkout-billing .expiration-date select,
  .checkout-shipping .expiration-date select {
    padding-top: 8px;
  }
  /* wishlist login */
  /* -------------------- */
  .pt_wish-list .login-general.panel01 h2 {
    margin-top: 0;
    padding-top: 10px;
  }
  /* wishlist search */
  /* -------------------- */
  .wishlist-search .whislist-find > div {
    margin-left: 0;
    width: 100%;
  }
  .wishlist-search .whislist-find > div.email {
    width: 100%;
  }
  .wishlist-search .whislist-find > div.email label {
    padding-top: 1px;
  }
  .wishlist-search .whislist-find > div.button-find {
    margin-bottom: 20px;
  }
  .row-fluid .wishlist-result-list {
    margin-bottom: 20px;
    padding: 0;
  }
  .row-fluid .wishlist-result-list .table tr {
    border: 0 none;
  }
  .pt_product-search-result .ui-tabs-nav,
  .pt_content-search-result .ui-tabs-nav {
    border-bottom: none;
  }
  .pt_product-search-result .ui-tabs-nav li,
  .pt_content-search-result .ui-tabs-nav li {
    border: 1px solid #000;
    width: 33.3%;
    height: 40px!important;
  }
  .pt_product-search-result .ui-tabs-nav li a,
  .pt_content-search-result .ui-tabs-nav li a {
    text-align: center;
  }
  .pt_product-search-result .content-header,
  .pt_content-search-result .content-header,
  .pt_product-search-result .search-results-content,
  .pt_content-search-result .search-results-content {
    margin: 21px 0;
  }
  .pt_product-search-result .article .article-title,
  .pt_content-search-result .article .article-title {
    max-height: 77px;
    padding-bottom: 10px;
  }
  .pt_product-search-result .article .article-title a,
  .pt_content-search-result .article .article-title a,
  .pt_product-search-result .article .article-title p,
  .pt_content-search-result .article .article-title p {
    word-wrap: break-word;
    word-break: break-word;
  }
  .pt_product-search-result .article .article-content,
  .pt_content-search-result .article .article-content {
    width: 100%;
  }
  .pt_product-search-result .article .article-content .readmore,
  .pt_content-search-result .article .article-content .readmore {
    bottom: 0;
    font-size: 1.250em;
  }
  .pt_product-search-result .article .article-content p,
  .pt_content-search-result .article .article-content p {
    font-size: 1.250em;
  }
  .pt_product-search-noresult .refinement-header {
    margin-top: 0;
  }
  .pt_product-search-noresult .primary-content .heading-line {
    margin-top: inherit;
  }
  /* Send to friend popup */
  #send-to-friend-form {
    margin: 6px 0 0;
    width: 100%;
  }
  #send-to-friend-form h1 {
    margin-bottom: 0;
  }
  #send-to-friend-form fieldset {
    position: relative;
  }
  #send-to-friend-form .dialog-required {
    font-size: 1em;
    position: absolute;
    right: 0;
  }
  #send-to-friend-form .form-row {
    margin-bottom: 18px;
  }
  #send-to-friend-form .form-row-button button:first-child {
    margin-top: 10px;
  }
  #send-to-friend-form label,
  #send-to-friend-form .controls {
    float: none;
    width: 100%;
  }
  #send-to-friend-form label {
    line-height: 15px;
    margin-bottom: 6px;
  }
  #send-to-friend-form label[for="dwfrm_sendtofriend_message"] {
    margin-top: 21px;
  }
  #send-to-friend-form textarea {
    height: 200px;
  }
  #send-to-friend-form .form-caption {
    font-size: 1.25em;
    padding-top: 0px;
  }
  #send-to-friend-form .send-to-friend-product {
    margin: 40px 0 20px;
    position: relative;
  }
  #send-to-friend-form .send-to-friend-product h2 {
    margin-top: 0;
  }
  #send-to-friend-form .send-to-friend-product .product-image {
    margin: 0 2% 30px 0;
    max-width: 48%;
  }
  #send-to-friend-form .send-to-friend-product .product-image img {
    max-width: 100%;
  }
  #send-to-friend-form .send-to-friend-product .product-description {
    float: none;
    width: 100%;
  }
  #send-to-friend-form .send-to-friend-product .product-description h2 {
    font-size: 1.25em;
  }
  #send-to-friend-form .send-to-friend-product .product-description .product-name {
    left: 50%;
    position: absolute;
    top: 0;
    width: 55%;
  }
  #send-to-friend-form .send-to-friend-product .product-description .product-number {
    font-size: 1.125em;
    margin-top: 5px;
  }
  #send-to-friend-form .send-to-friend-product .product-description .product-number .label {
    font-size: 1.125em;
  }
  #send-to-friend-form .send-to-friend-product .product-description .floatright {
    width: 50%;
  }
  #send-to-friend-form .send-to-friend-product .product-description p {
    clear: both;
    font-size: 1.25em;
  }
  #send-to-friend-form .char-count {
    font-size: 1.25em;
    margin-top: 11px;
  }
  #send-to-friend-form .product-description h2 {
    margin-top: 0;
  }
  #send-to-friend-form button {
    margin-top: 0;
    width: 100%;
  }
  #send-to-friend-form button:last-child {
    margin-top: 10px;
  }
  #send-to-friend-form .send-button {
    margin: 20px 0 10px;
  }
  #send-to-friend-form .send-to-friend-product.form-indent {
    margin: 27px 0 0;
  }
  #send-to-friend-form .send-to-friend-product.form-indent .product-image {
    margin-bottom: 10px;
  }
  #send-to-friend-form .send-to-friend-product.form-indent .product-description {
    width: 100%;
  }
  #send-to-friend-form .send-to-friend-product.form-indent .product-description p {
    font-size: 1.25em;
  }
  #send-to-friend-form .send-to-friend-product.edit-step {
    margin: 25px 0 20px;
  }
  #send-to-friend-form .send-to-friend-product.edit-step .product-image {
    margin: 0;
    max-width: 45%;
  }
  #send-to-friend-form .send-to-friend-product.edit-step .desc {
    font-size: 1.167em;
    margin-top: 20px;
    width: 100%;
  }
  #send-to-friend-form .send-to-friend-product.edit-step .desc dd {
    margin-left: 0;
  }
  #send-to-friend-form .send-to-friend-product.edit-step .label,
  #send-to-friend-form .send-to-friend-product.edit-step .item-id {
    font-size: 1.167em;
  }
  #send-to-friend-form .send-to-friend-product.edit-step .info {
    padding: 0;
  }
  #send-to-friend-form .send-to-friend-product.edit-step .info dt,
  #send-to-friend-form .send-to-friend-product.edit-step .info dd {
    font-size: 1.167em;
    width: 100%;
  }
  #send-to-friend-form .send-to-friend-product.edit-step .info dt {
    margin-top: 28px;
  }
  #send-to-friend-form .send-to-friend-product.edit-step .info dt:first-child + dd {
    margin-top: 5px;
  }
  #send-to-friend-form .send-to-friend-product.edit-step .info dd {
    margin-top: 5px;
  }
  #send-to-friend-main h2 {
    margin-top: 10px;
  }
  .sendtofriendsuccess {
    padding: 12px 0 0;
    width: 100%;
  }
  .sendtofriendsuccess h2 {
    font-size: 1.25em;
  }
  .sendtofriendsuccess button {
    margin-bottom: 20px;
  }
  /* Custom checkbox style */
  .custom-checkbox label {
    padding-top: 0;
  }
  /* General Error Message */
  .error-form,
  form span.error {
    font-size: 1.063em;
  }
  /* Add Addresses popup */
  #edit-address-form {
    margin-top: 16px;
    padding: 0;
  }
  #edit-address-form .mandatory-field {
    font-size: 0.7em;
    padding-right: 8px;
    position: absolute;
    right: 3px;
    top: 6px;
  }
  #edit-address-form label {
    line-height: 15px;
    margin-bottom: 6px;
    width: 100%;
  }
  #edit-address-form .controls {
    margin-bottom: 18px;
    width: 100%;
  }
  #edit-address-form .btn.btn-info {
    width: 145px;
  }
  #edit-address-form .state-zip .state {
    width: 100%;
  }
  #edit-address-form .state-zip .state .controls.state-select {
    width: 100%;
  }
  #edit-address-form .state-zip .state .controls.state-select .controls,
  #edit-address-form .state-zip .state .controls.state-select select {
    width: 100%;
  }
  #edit-address-form .state-zip .zip {
    margin: 0 0 7px;
    width: 100%;
  }
  #edit-address-form .state-zip .zip label {
    margin-top: 18px;
    width: 100%;
  }
  #edit-address-form .state-zip .zip .controls {
    width: 147px;
  }
  #edit-address-form .state-zip .zip input {
    width: 147px;
  }
  #edit-address-form .state-zip span.error {
    text-align: right;
    width: 100%;
  }
  #edit-address-form .input-phone {
    width: 100%;
  }
  #edit-address-form .help-block {
    font-size: 1.13em;
    margin-bottom: 4px;
    text-align: right;
  }
  #edit-address-form label[for="dwfrm_profile_address_phone"] + .controls {
    margin-bottom: 13px;
  }
  #edit-address-form .form-row-button {
    margin-left: 0;
    padding-top: 0;
  }
  #edit-address-form .apply-button,
  #edit-address-form .btn.btn-info {
    margin-right: 0;
    width: 100%;
  }
  #edit-address-form .btn.btn-info {
    margin-top: 16px;
  }
  #edit-address-form .delete {
    padding: 25px 0 0;
  }
  /* Personal Data */
  .changeprofile {
    padding: 1px 0 0 0;
  }
  .changeprofile > p {
    margin-bottom: 0;
  }
  .changeprofile .form-horizontal .help-group .controls-help {
    height: 31px;
    margin: 0;
    padding: 0;
    position: relative;
  }
  .changeprofile .form-horizontal .help-group .help-inline {
    font-size: 1.1em;
    position: absolute;
    top: 46px;
    right: 0;
  }
  .changeprofile .form-horizontal .date-dropdown .input-small {
    margin-left: 1.25%;
    width: 32%;
  }
  .changeprofile .form-horizontal .date-dropdown .day {
    margin-left: 0;
  }
  .changeprofile .form-horizontal .control-label {
    font-size: 1.25em;
    margin: 0;
    padding: 13px 0 0;
    width: 100%;
  }
  .changeprofile .form-horizontal .controls {
    margin-left: -1px;
    width: 100%;
  }
  .changeprofile .form-horizontal .controls .input-xlarge {
    margin-top: 0;
    width: 100%;
  }
  .changeprofile .form-horizontal .controls .validatephone {
    margin-top: 2px;
    width: 100%;
  }
  .changeprofile .form-horizontal .help-block {
    color: #9a9a9a;
    font-size: 1.125em;
    margin: 0 0 5px;
    text-align: right;
  }
  .changeprofile .LargeMobileButtonGroup {
    margin-bottom: 25px;
    margin-top: 12px;
  }
  .changeprofile .LargeMobileButtonGroup label {
    display: none;
  }
  .changeprofile .form-horizontal .LargeMobileButton {
    margin-top: 0;
    padding-left: 0;
    width: 100%;
  }
  .pt_product-search-result .search-result-options {
    float: none;
  }
  .pt_product-search-result .search-result-options .sort-by,
  .pt_product-search-result .search-result-options-footer .sort-by {
    margin-bottom: 27px;
    margin-right: 0;
  }
  .pt_product-search-result .search-result-options .sort-by form #grid-sort-header,
  .pt_product-search-result .search-result-options-footer .sort-by form #grid-sort-header {
    width: 170px;
  }
  .pt_product-search-result .search-result-options .items-per-page,
  .pt_product-search-result .search-result-options-footer .items-per-page {
    float: right;
    margin-bottom: 27px;
    width: auto;
  }
  .bonusproduct {
    margin-left: 0;
    padding: 0 6px 36px;
  }
  .bonusproduct .ui-dialog-content,
  .bonusproduct .ui-dialog-titlebar {
    overflow: visible;
    padding: 6px 0 6px 0;
  }
  .bonusproduct .select-bonus-btn {
    margin: 14px 0 20px;
  }
  .bonusproduct .bonus-product-alert {
    padding-top: 4px;
  }
  .bonusproduct .bonus-product-promo,
  .bonusproduct .bonus-product-alert {
    font: 1.25em Arial, sans-serif;
  }
  .bonusproduct .ui-dialog-title {
    margin: 40px 0 0 0;
  }
  .bonusproduct .ui-dialog-titlebar-close {
    right: -5px;
    top: 15px;
  }
  /* Registration */
  .registration-form .form-horizontal {
    padding-top: 16px;
  }
  .registration-form .form-horizontal .control-label {
    padding: 13px 0 0;
    font-size: 1.25em;
  }
  .registration-form .form-horizontal .privacy-policy-agreement .checkbox {
    font-size: 15px;
  }
  .registration-form .form-horizontal .controls {
    margin-left: 0;
  }
  .registration-form .form-horizontal [class*="input-"] {
    margin-top: 1px;
  }
  .registration-form .form-horizontal .checkbox {
    margin-bottom: 0;
    padding-top: 0;
  }
  .registration-form .form-horizontal .help-block {
    font-size: 1.063em;
    margin-top: 4px;
  }
  .registration-form .form-horizontal .mandatory-message .control-label {
    font-size: 1.1em;
    padding: 0;
    position: absolute;
    right: 0;
    top: 15px;
  }
  .registration-form .form-horizontal .date-dropdown .input-small {
    margin-left: 6.5%;
    width: 27%;
  }
  .registration-form .form-horizontal .date-dropdown .day {
    margin-left: 0;
  }
  .registration-form .form-horizontal .date-dropdown .year {
    width: 33%;
  }
  .registration-form .form-horizontal .phone .input-text {
    width: 100%;
  }
  .registration-form .form-horizontal .phone span.error {
    text-align: right;
  }
  .registration-form .form-horizontal .agreement {
    margin-top: 12px;
  }
  .registration-form .form-horizontal .agreement .checkbox {
    font-size: 1.25em;
    line-height: 1.2em;
  }
  .registration-form .form-horizontal .agreement .input-checkbox {
    width: inherit;
  }
  .registration-form .form-horizontal .privacy-policy {
    font-size: 1.25em;
  }
  .registration-form .form-horizontal .privacy-policy .controls .controls-bl-terms {
    display: block;
    padding-left: 34px;
  }
  .registration-form .form-horizontal .agreement-error span.error {
    padding-left: 13px;
  }
  .registration-form .form-horizontal .btn-sign-up {
    margin-top: 24px;
    width: 100%;
  }
  .registration-side {
    margin-bottom: 37px;
  }
  /* In store availability */
  .row-fluid .in-store-availability-wrapper .store-search {
    width: 83%;
  }
  /* Product detail */
  .product-detail-container .product-extra-actions a,
  .product-detail-container .product-extra-actions span {
    margin-left: 30px;
  }
  .pt_order-confirmation .login-box.login-create-account form .form-row.agreement {
    font-size: 1.25em;
    line-height: 1.2em;
  }
  .pt_order-confirmation .login-box.login-create-account form .form-row.agreement + .control-group {
    font-size: 1.25em;
    line-height: 1.2em;
  }
  .modal-add-product-confirmation {
    left: 10% !important;
    width: 80% !important;
  }
  .modal-add-product-confirmation .modal-body {
    padding: 0 15px 5px 15px !important;
  }
  .modal-add-product-confirmation .modal-body .image-col {
    text-align: center !important;
    padding-top: 5px !important;
    width: 100% !important;
    float: none !important;
  }
  .modal-add-product-confirmation .modal-body .image-col img {
    width: 75px !important;
  }
  .modal-add-product-confirmation .modal-body .variation-col {
    padding-top: 5px !important;
    width: 100% !important;
  }
  .modal-add-product-confirmation .modal-body .variation-col span {
    font-size: 1.2em !important;
  }
  .modal-add-product-confirmation .modal-body .product-name {
    padding-bottom: 5px !important;
  }
  .modal-add-product-confirmation .modal-footer .btn {
    width: 100% !important;
    margin: 5px auto !important;
    font-size: small !important;
  }
  .modal-add-product-confirmation button.close {
    top: -54px !important;
  }
}
@media (max-width: 320px) {
  .pt_product-search-result .article .article-content,
  .pt_content-search-result .article .article-content {
    padding-left: 24px;
  }
  .pt_storefront .product-cycler .swiper-container .swiper-slide {
    width: 145px;
  }
  .pt_storefront .product-cycler .swiper-container {
    width: 290px;
  }
  .product-tile {
    width: 145px;
  }
  .fullwidth-product-cycler,
  .halfwidth-product-cycler,
  .product-cycler {
    width: 290px;
  }
  .ForgotPasswordDialog {
    padding: 40px 6px;
  }
  .product-tile .product-badge-wrapper .product-badge span {
    font-size: 10px;
  }
}
@media (max-width: 320px) {
  .pt_account .bl-tooltip .tooltiptext {
    top: 10px;
    left: -10% !important;
    width: 150px!important;
  }
  .pt_account .next-level-benifits {
    height: 610px!important;
  }
  .pt_account .maintain-level-benifits {
    height: 610px!important;
  }
  .pt_account .maintain-level3-benifits {
    height: 810px!important;
  }
  .pt_account .level-info-level1 {
    width: 100%;
    height: 780px!important;
  }
  .pt_account .level-info-level2 {
    width: 100%;
    height: 780px!important;
  }
  .pt_account .level-info-member {
    width: 100%;
    height: 570px!important;
  }
  .pt_account .maintain-level {
    height: 173px;
  }
  .pt_account .next-level {
    height: 173px;
  }
  .pt_account .level-info-level3 {
    width: 100%;
    height: 1000px!important;
  }
  .maintain-level3-benifits {
    height: 800px!important;
  }
  .pt_account .benifts-notification {
    font-size: 10px;
  }
  .benifts-notification-level3 {
    font-size: 10px;
  }
  .pt_account .benifts-notification-level1 {
    position: relative!important;
    top: 96px!important;
    width: 100%!important;
    height: 85px!important;
    padding: 10px!important;
    font-size: 10px!important;
    font-weight: bold!important;
    text-align: center!important;
    border: #cacaca solid 1px!important;
    border-top: #cacaca solid 0px!important;
  }
  .pt_account .next-level-benifits-member {
    height: 460px!important;
  }
  .pt_account .maintain-level3 {
    height: 330px!important;
  }
  .pt_account .maintain-level-details {
    height: 200px!important;
  }
  .pt_account .maintain-level-details-level3 {
    height: 260px!important;
  }
}
@media (max-width: 767px) {
  .pt_account .bl-accountinfo .row-info {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pt_account .bl-accountinfo .row-info .value,
  .pt_account .bl-accountinfo .row-info .title {
    line-height: 10px;
    font-size: 10px;
  }
  .pt_account .level-info-level1 {
    width: 100%;
    height: 690px;
  }
  .pt_account .level-info-level2 {
    width: 100%;
    height: 690px;
  }
  .pt_account .level-info-member {
    width: 100%;
    height: 510px;
  }
  .pt_account .benifts-notification-level1 {
    font-size: 10px;
    position: relative;
    width: 100%;
    top: 126px;
    height: 70px;
    padding: 10px;
    font-weight: bold;
    text-align: center;
    border: #cacaca solid 1px;
    border-top: #cacaca solid 0px;
  }
  .pt_account .level-info-level3 {
    width: 100%;
    height: 925px;
  }
  .pt_account .maintain-level3-benifits {
    height: 750px;
  }
  .pt_account .next-level-benifits-member {
    height: 400px;
  }
  .pt_account .maintain-level {
    height: 270px;
  }
  .pt_account .next-level {
    height: 270px;
  }
  .pt_account .next-level-details {
    height: 200px;
  }
  .pt_account .maintain-level-details {
    height: 200px;
  }
  .pt_account .maintain-level-details-level3 {
    height: 260px!important;
  }
  .pt_account .maintain-level-benifits {
    height: 550px;
  }
  .pt_account .next-level-benifits {
    height: 550px;
  }
  .pt_account .maintain-level3 {
    height: 325px;
  }
  .pt_account .bl-tooltip .tooltiptext {
    width: 150px;
    top: 10px;
    left: 40%;
  }
  .pt_account .bl-tooltip .label-tooltiptext {
    width: 150px;
    left: 100%;
  }
  .benifts-notification {
    font-size: 10px;
  }
  .benifts-notification-level3 {
    font-size: 10px;
  }
}
@media (max-width: 959px) {
  #onePageCheckoutConfirmationContent .row-fluid .span4 {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 18px !important;
  }
}
@media (max-width: 767px) {
  #onePageCheckoutConfirmationContent .row-fluid .span4 {
    padding: 0 30px !important;
  }
}
@media (min-width: 960px) and (max-width: 1080px) {
  div.order-confirmation h2 {
    padding: 0 30px;
  }
}
@media (min-width: 960px) {
  div.order-confirmation header h1 {
    font-size: 45px;
    line-height: 56px;
  }
  #onePageCheckoutConfirmationContent .row-fluid .span4 {
    width: 32.3333%;
    padding: 0;
  }
  #onePageCheckoutConfirmationContent .row-fluid [class*="span"] {
    margin-left: 0;
    margin-right: 1.5%;
  }
  #onePageCheckoutConfirmationContent .row-fluid [class*="span"].last-child {
    margin-right: 0;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -12px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 12px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 756px;
  }
  .span12 {
    width: 756px;
  }
  .span11 {
    width: 692px;
  }
  .span10 {
    width: 628px;
  }
  .span9 {
    width: 564px;
  }
  .span8 {
    width: 500px;
  }
  .span7 {
    width: 436px;
  }
  .span6 {
    width: 372px;
  }
  .span5 {
    width: 308px;
  }
  .span4 {
    width: 244px;
  }
  .span3 {
    width: 180px;
  }
  .span2 {
    width: 116px;
  }
  .span1 {
    width: 52px;
  }
  .offset12 {
    margin-left: 780px;
  }
  .offset11 {
    margin-left: 716px;
  }
  .offset10 {
    margin-left: 652px;
  }
  .offset9 {
    margin-left: 588px;
  }
  .offset8 {
    margin-left: 524px;
  }
  .offset7 {
    margin-left: 460px;
  }
  .offset6 {
    margin-left: 396px;
  }
  .offset5 {
    margin-left: 332px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 204px;
  }
  .offset2 {
    margin-left: 140px;
  }
  .offset1 {
    margin-left: 76px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 1.58730159%;
    *margin-left: 1.53521825%;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 1.58730159%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94791667%;
  }
  .row-fluid .span11 {
    width: 91.53439153%;
    *width: 91.4823082%;
  }
  .row-fluid .span10 {
    width: 83.06878307%;
    *width: 83.01669974%;
  }
  .row-fluid .span9 {
    width: 74.6031746%;
    *width: 74.55109127%;
  }
  .row-fluid .span8 {
    width: 66.13756614%;
    *width: 66.0854828%;
  }
  .row-fluid .span7 {
    width: 57.67195767%;
    *width: 57.61987434%;
  }
  .row-fluid .span6 {
    width: 49.20634921%;
    *width: 49.15426587%;
  }
  .row-fluid .span5 {
    width: 40.74074074%;
    *width: 40.68865741%;
  }
  .row-fluid .span4 {
    width: 32.27513228%;
    *width: 32.22304894%;
  }
  .row-fluid .span3 {
    width: 23.80952381%;
    *width: 23.75744048%;
  }
  .row-fluid .span2 {
    width: 15.34391534%;
    *width: 15.29183201%;
  }
  .row-fluid .span1 {
    width: 6.87830688%;
    *width: 6.82622354%;
  }
  .row-fluid .offset12 {
    margin-left: 103.17460317%;
    *margin-left: 103.07043651%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 101.58730159%;
    *margin-left: 101.48313492%;
  }
  .row-fluid .offset11 {
    margin-left: 94.70899471%;
    *margin-left: 94.60482804%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 93.12169312%;
    *margin-left: 93.01752646%;
  }
  .row-fluid .offset10 {
    margin-left: 86.24338624%;
    *margin-left: 86.13921958%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 84.65608466%;
    *margin-left: 84.55191799%;
  }
  .row-fluid .offset9 {
    margin-left: 77.77777778%;
    *margin-left: 77.67361111%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.19047619%;
    *margin-left: 76.08630952%;
  }
  .row-fluid .offset8 {
    margin-left: 69.31216931%;
    *margin-left: 69.20800265%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 67.72486772%;
    *margin-left: 67.62070106%;
  }
  .row-fluid .offset7 {
    margin-left: 60.84656085%;
    *margin-left: 60.74239418%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.25925926%;
    *margin-left: 59.15509259%;
  }
  .row-fluid .offset6 {
    margin-left: 52.38095238%;
    *margin-left: 52.27678571%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 50.79365079%;
    *margin-left: 50.68948413%;
  }
  .row-fluid .offset5 {
    margin-left: 43.91534392%;
    *margin-left: 43.81117725%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.32804233%;
    *margin-left: 42.22387566%;
  }
  .row-fluid .offset4 {
    margin-left: 35.44973545%;
    *margin-left: 35.34556878%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 33.86243386%;
    *margin-left: 33.7582672%;
  }
  .row-fluid .offset3 {
    margin-left: 26.98412698%;
    *margin-left: 26.87996032%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.3968254%;
    *margin-left: 25.29265873%;
  }
  .row-fluid .offset2 {
    margin-left: 18.51851852%;
    *margin-left: 18.41435185%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 16.93121693%;
    *margin-left: 16.82705026%;
  }
  .row-fluid .offset1 {
    margin-left: 10.05291005%;
    *margin-left: 9.94874339%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.46560847%;
    *margin-left: 8.3614418%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 12px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 742px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 678px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 614px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 550px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 486px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 422px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 358px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 294px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 230px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 166px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 102px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 38px;
  }
}
@-ms-viewport {
  width: device-width;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  .row-fluid [class*="span"] {
    min-height: 1px;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .controls input,
  .form-horizontal .controls .help-block,
  .form-horizontal .controls [class*="input-"] {
    width: 100%;
  }
  .form-horizontal .controls .day,
  .form-horizontal .controls .month,
  .form-horizontal .controls .year {
    float: left;
    margin-left: 5%;
    width: 30%;
  }
  .form-horizontal .controls .day {
    margin-left: 0;
  }
  .form-horizontal .control-label {
    margin-bottom: 0;
    padding-bottom: 0;
    width: 100%;
  }
  #cart-table {
    font-size: 1em;
  }
  #cart-table-reward .cart-reward-selection td {
    padding: 0;
  }
  .grid-tile {
    width: 150px;
  }
  .search-result-content ul li.grid-tile {
    margin-left: 10%;
  }
  .new-home-product-cycler-container {
    width: 100%;
    margin: 0 auto;
  }
  .aphabetEnabled {
    font-family: 'ECB' !important;
    margin: 0px !important;
    font-size: 21px !important;
    line-height: 35px !important;
    padding-right: 20px !important;
    font-weight: 600;
  }
  .aphabetDisabled {
    font-family: 'ECB' !important;
    margin: 0px !important;
    font-size: 21px !important;
    line-height: 35px !important;
    color: #9a9a9a !important;
    padding-right: 20px !important;
    font-weight: 600;
  }
  .cat-landing-b .product-cycler .swiper-prev {
    left: 14px;
  }
  .cat-landing-b .product-cycler .swiper-next {
    right: 14px;
  }
  .cat-landing-c .featured-products ul li.grid-tile {
    margin-left: 6.85%;
  }
  .cat-landing-e .featured-products ul li.grid-tile {
    margin-left: 6.85%;
  }
  .pt_storefront .beauty-block .span4 article > img {
    width: 100px;
  }
  .error-page-search .try-new-search,
  .no-hits-search .try-new-search {
    margin-right: 20px;
  }
  .error-page-search .input-text,
  .no-hits-search .input-text {
    width: 294px;
  }
  /* newsletter subscription */
  /* ------------------------------------- */
  .newsletter-subscribe .span7,
  .newsletter-subscribe .span5 {
    width: 100%;
  }
  .newsletter-subscribe .span5 {
    margin-left: 0;
  }
  .newsletter-subscribe .span7 {
    margin-bottom: 10px;
  }
  .newsletter-subscribe .icon-beauty-loop-large {
    top: 3px;
  }
  .pt_account .payment-list li {
    width: 100%;
  }
  .pt_product-search-result .ui-tabs-nav li,
  .pt_content-search-result .ui-tabs-nav li {
    float: left;
    padding-bottom: 0;
    padding-top: 0;
  }
  .pt_product-search-result .ui-tabs-nav li.active:after,
  .pt_content-search-result .ui-tabs-nav li.active:after {
    content: "";
    height: 10px;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    width: 16px;
  }
  .pt_product-search-result .search-result-options .sort-by,
  .pt_product-search-result .search-result-options-footer .sort-by {
    width: 39%;
  }
  .pt_product-search-result .search-result-options .items-per-page form #grid-paging-header,
  .pt_product-search-result .search-result-options-footer .items-per-page form #grid-paging-header,
  .pt_product-search-result .search-result-options .items-per-page form #grid-paging-footer,
  .pt_product-search-result .search-result-options-footer .items-per-page form #grid-paging-footer {
    width: 80px;
  }
  .pt_product-search-result .search-result-options .pagination,
  .pt_product-search-result .search-result-options-footer .pagination {
    clear: both;
  }
  /* Sample product */
  #sample-product-overlay .sample-product-detail {
    width: 97px;
  }
  /* Contact Us */
  .pt_customer-service .primary-content .form-horizontal {
    width: 100%;
  }
  .change-my-password .form-horizontal .control-label {
    width: 160px;
  }
  .change-my-password .form-horizontal .controls input {
    margin: 5px 0;
    width: 394px;
  }
  .brand-concept h5 {
    font-size: 0.87em;
  }
  /* Checkout billing / Checkout shipping section */
  /* -------------------- */
  .checkout-billing .billing-address h3,
  .checkout-shipping .billing-address h3,
  .checkout-billing .shipping-address h3,
  .checkout-shipping .shipping-address h3 {
    margin-left: 0;
  }
  .checkout-billing .billing-address .select-address .clearAddressFormLink,
  .checkout-shipping .billing-address .select-address .clearAddressFormLink,
  .checkout-billing .shipping-address .select-address .clearAddressFormLink,
  .checkout-shipping .shipping-address .select-address .clearAddressFormLink {
    float: right;
    margin: 5px 9px 10px 0;
  }
  .checkout-billing .control-label,
  .checkout-shipping .control-label {
    margin: 5px 0;
    padding: 12px 0;
    width: 160px;
  }
  .checkout-billing .controls,
  .checkout-shipping .controls {
    margin-left: 166px;
  }
  .checkout-billing .payment-method-options .input-radio,
  .checkout-shipping .payment-method-options .input-radio {
    width: 156px;
  }
  .checkout-billing .payment-method-options .input-radio input[type="radio"],
  .checkout-shipping .payment-method-options .input-radio input[type="radio"] {
    width: 13px;
  }
  .checkout-billing .select-card .control-label,
  .checkout-shipping .select-card .control-label {
    margin-bottom: 6px;
  }
  .checkout-billing .save-card .custom-checkbox,
  .checkout-shipping .save-card .custom-checkbox {
    margin-bottom: 12px;
  }
  .checkout-billing .label-after .controls,
  .checkout-shipping .label-after .controls {
    margin-bottom: 15px;
    margin-left: 0;
    padding-left: 0;
    width: 120px;
  }
  .checkout-billing .expiration-month select,
  .checkout-shipping .expiration-month select {
    padding-top: 8px;
  }
  .checkout-billing .expiration-date select,
  .checkout-shipping .expiration-date select {
    padding-top: 8px;
  }
  .checkout-billing .form-row-button,
  .checkout-shipping .form-row-button {
    margin-right: 0;
  }
  /* Recommendations */
  .recommendations .swiper-container {
    width: 648px;
  }
  .recommendations.others-bought .swiper-container,
  .recommendations.recently-viewed .swiper-container {
    width: 324px;
  }
  .recommendations.others-bought .swiper-prev,
  .recommendations.recently-viewed .swiper-prev {
    left: 4px;
  }
  .recommendations.others-bought .swiper-next,
  .recommendations.recently-viewed .swiper-next {
    right: 4px;
  }
  .wishlist-login .panel-half,
  .panel-half {
    padding-left: 30px;
    padding-right: 30px;
  }
  .login-box .section-header {
    letter-spacing: 1.3px;
  }
  /* Wishlist details */
  .wishlist-search-result-items .item-dashboard .option-add-to-cart .add-to-cart {
    width: 160px;
  }
  /*
     * PRODUCT DETAIL SECTION
     */
  .product-detail-container .product-image-wrapper {
    min-height: 0;
    width: 100%;
  }
  .product-detail-container .product-thumbnails {
    min-height: 110px;
  }
  .product-detail-container .collection-badge {
    top: -498px;
    left: 0;
  }
  .product-detail-container .new-badge {
    top: -498px;
    left: 0;
  }
  .product-detail-container .availability {
    width: 32%;
  }
  .product-detail-container .product-variations {
    margin-right: 3.5%;
    max-width: 108px;
  }
  .product-detail-container .inventory {
    margin-right: 3.5%;
    width: 60px;
  }
  .product-detail-container .product-information {
    font-size: 0.9em;
  }
  .product-detail-container .product-information .returns-information {
    margin-left: 13px;
  }
  .product-detail-container .shade-swatch-container .shade-swatch .swatchanchor {
    padding: 5px 1px;
  }
  .product-detail-container .shade-swatch-container .shade-swatch .shade-swiper-container {
    width: 200px;
  }
  .product-detail-container .size-swatch-container .swiper-container {
    width: 332px;
  }
  .product-detail-container .product-extra-actions a,
  .product-detail-container .product-extra-actions span {
    margin-left: 6px;
  }
  /* Product quick view */
  .ui-dialog.product-quickview-dialog .product-variations {
    max-width: 90px;
  }
  /* Product set */
  .product-set .product-add-to-cart {
    padding: 26px 0 13px 0;
  }
  .product-set .product-add-to-cart .product-price {
    width: 38%;
  }
  /* end PRODUCT DETAIL SECTION */
  /* Place Order */
  .pt_checkout .place-order .item-details {
    width: 159px;
  }
  .pt_checkout .place-order .section-header .product {
    padding-left: 8px;
  }
  .pt_checkout .place-order .qty {
    width: 36.7%;
  }
  .pt_checkout .place-order .price {
    width: 17%;
  }
  /* Order Summary */
  .pt_order .item-list .details div.order-payment-summary {
    width: 31.2%;
  }
  .pt_order .item-list .order-totals-table .payment-total > div > div {
    width: 44%;
  }
  .pt_order .item-list .order-totals-table .payment-total > div > div:first-child {
    width: 54%;
  }
  .pt_order .order-shipment-table .details .product-list-item .info-item {
    width: 100px;
  }
  .pt_order .search-result-items .order-history-items .order-history-table .order-items {
    width: 47%;
  }
  /* Order complete */
  .pt_order-confirmation .item-list {
    border-top: none;
  }
  .pt_order-confirmation .item-list .details > div.order-billing,
  .pt_order-confirmation .item-list .details > div.order-payment-instruments,
  .pt_order-confirmation .item-list .details > div.order-information {
    width: 21%;
  }
  .pt_order-confirmation .login-box.login-create-account .section-header {
    font-size: 1.250em;
  }
  .pt_order-confirmation .login-box.login-create-account form .btn-create-account {
    font-size: 1.083em;
  }
  /* Store Locator */
  .pt_store-locator .storelocator-search-result .store-btns {
    overflow: hidden;
    padding-top: 5px;
  }
  .pt_store-locator .storelocator-search-result .store-btns .btn-detail,
  .pt_store-locator .storelocator-search-result .store-btns .btn-map {
    display: block;
    float: right;
    margin-left: 0;
    text-align: right;
    width: 100%;
  }
  /* Homepage Product Cycler */
  .pt_storefront .fullwidth-product-cycler .swiper-container,
  .pt_storefront .halfwidth-product-cycler .swiper-container,
  .pt_storefront .product-cycler .swiper-container {
    width: 100%;
  }
  .pt_checkout #secondary .checkout-mini-cart .mini-cart-product .mini-cart-brand-name,
  .pt_checkout #secondary .checkout-mini-cart .mini-cart-product .mini-cart-name,
  .pt_checkout #secondary .checkout-mini-cart .mini-cart-product .mini-cart-attributes,
  .pt_checkout #secondary .checkout-mini-cart .mini-cart-product .mini-cart-pricing,
  .pt_checkout #secondary .checkout-mini-cart .mini-cart-product .product-availability-list {
    width: 100px;
  }
  .pt_checkout #secondary .mini-payment-instrument b {
    width: 65px;
  }
  /* Registration */
  .registration-form .form-horizontal .control-label {
    width: 128px;
  }
  .registration-form .form-horizontal .controls {
    margin-left: 128px;
  }
  .registration-form .form-horizontal .input-large {
    width: 245px;
  }
  .registration-form .form-horizontal .date-dropdown .month {
    margin-left: 8px;
  }
  .registration-form .form-horizontal .date-dropdown .year {
    margin-left: 0px;
  }
  .registration-form .form-horizontal .phone .input-text {
    width: 154px;
  }
  .registration-form .form-horizontal .agreement .input-checkbox {
    width: inherit;
  }
  .pt_account .gift-certificate-purchase .cert-amount {
    width: 100%;
  }
  /* In store availability */
  .in-store-availability-wrapper .find-near-you {
    font-size: 0.938em;
  }
  .in-store-availability-wrapper .use-current-location {
    width: 25.3%;
  }
  .in-store-availability-wrapper .use-current-location .btn-block {
    font-size: 0.813em;
  }
  .in-store-availability-wrapper .store-search {
    width: 38.9%;
  }
  .pt_store-locator .storelocator-search-box .find-near-you {
    font-size: 1.1em;
    letter-spacing: normal;
  }
  .pt_store-locator .storelocator-search-box .store-locator-icon {
    margin-top: 5px;
  }
  /* Quick view */
  .ui-dialog.product-quickview-dialog {
    left: 0!important;
    /* overwrite plugin positioning */
    margin-left: 0;
  }
  .pt_cart #secondary .login-box-content .cartcontinue button {
    padding: 7px 0 6px;
  }
  .pt_cart #rhs-login-state .cart-actions .btn {
    font-size: 1.125em;
  }
  .pt_cart #rhs-login-state .btn.checkout-as-guest {
    height: auto;
  }
  .pt_cart .primary-content #cart-table .header-product {
    width: 37%;
  }
  .pt_cart .primary-content #cart-table .header-price {
    width: 28%;
  }
  .pt_cart .primary-content #cart-table .header-quantity {
    width: 13%;
  }
  .pt_cart .primary-content #cart-table .header-total-price {
    width: 22%;
  }
  .pt_cart .primary-content .table .item-name {
    width: 21.5%;
  }
  .pt_cart .primary-content .table .item-details {
    width: 28%;
  }
  .pt_cart .primary-content .rowgiftcert .item-name {
    width: 36%;
  }
  .pt_cart .primary-content .rowgiftcert .item-price {
    width: 28%;
  }
  .pt_cart .primary-content .rowcoupons .item-name {
    width: 36%;
  }
  .pt_cart .primary-content .cart-promo .bonus-callout-message .bonus-item-details {
    width: 61%;
  }
  .pt_cart .primary-content .cart-summary .cart-coupon-code {
    padding-right: 0;
    width: 55.5%;
  }
  .pt_cart .primary-content .cart-summary .cart-coupon-code input {
    width: 170px;
  }
  .pt_cart .primary-content .cart-summary .order-total {
    padding-left: 59%;
  }
  .pt_cart .primary-content .cart-summary .order-subtotal div.text {
    width: 40%;
  }
  .pt_cart .primary-content .cart-summary .order-subtotal div.text span {
    display: block;
  }
  .pt_cart .primary-content .cart-summary .order-subtotal div.value {
    width: 57%;
  }
  .pt_cart .primary-content .cart-summary .cart-order-totals {
    width: 44.5%;
  }
  .pt_cart .primary-content .cart-summary .cart-order-totals .order-totals-table {
    margin-top: 65px;
    width: 100%;
  }
  .livepersonbutton .liveperson {
    margin-left: 525px;
  }
  .modal-add-product-confirmation {
    left: 10% !important;
    width: 80% !important;
  }
  .modal-add-product-confirmation .modal-body {
    padding: 0 15px 5px 15px !important;
  }
  .modal-add-product-confirmation .modal-body .image-col {
    text-align: center !important;
    padding-top: 5px !important;
    width: 45% !important;
  }
  .modal-add-product-confirmation .modal-body .variation-col {
    width: 45% !important;
    padding-top: 5px !important;
  }
  .modal-add-product-confirmation .modal-body .variation-col span {
    font-size: 1.2em !important;
  }
  .modal-add-product-confirmation .modal-body .product-name {
    padding-bottom: 5px !important;
  }
  .modal-add-product-confirmation .modal-footer {
    text-align: center;
  }
  .modal-add-product-confirmation .modal-footer .btn {
    width: 45% !important;
    margin: 0 10px;
    font-size: small !important;
  }
  .modal-add-product-confirmation button.close {
    top: -54px !important;
  }
}
@media screen and (min-width: 980px) and (max-width: 1280px) {
  .modal-add-product-confirmation {
    left: 20% !important;
    width: 60% !important;
  }
  .new-home-product-cycler-container {
    width: 100%;
    margin: 0 auto;
  }
  .pt_storefront .product-cycler .swiper-container {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1500px) {
  .modal-add-product-confirmation {
    left: 25% !important;
    width: 50% !important;
  }
}
@media screen and (min-width: 1501px) {
  .modal-add-product-confirmation {
    left: 30% !important;
    width: 40% !important;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 1.5em;
  }
  h2,
  h3 {
    font-size: 1.333em;
  }
  h4 {
    font-size: 1.250em;
  }
  p {
    font-size: 1.167em;
  }
  .breadcrumb {
    padding: 11px 7px;
  }
  .dl-horizontal dt {
    clear: none;
    float: none;
    text-align: left;
    width: auto;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row {
    padding: 0;
  }
  .row-fluid [class*="span"] {
    padding: 0;
    width: 100%;
  }
  .padding-phone {
    padding-left: 6px !important;
    /* overwrite all other paddings to have a consistence for the whole site */
    padding-right: 6px !important;
    /* overwrite all other paddings to have a consistence for the whole site */
  }
  .span12 [class*="span"] {
    margin-left: 0;
  }
  .input-mini,
  .input-small,
  .input-medium,
  .input-large,
  .input-xlarge,
  .input-xxlarge {
    width: 100%;
  }
  .form-horizontal [class*="input-"],
  .form-inline [class*="input-"] {
    margin: 5px 0;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .input-append {
    width: 100%;
  }
  .input-append label {
    margin-bottom: 0;
    padding-bottom: 0;
    width: 100%;
  }
  .input-append input,
  .input-append .btn {
    width: 50%;
  }
  .row-fluid .span6.panel01,
  .row-fluid .span6.panel02 {
    margin: 0;
    padding: 30px 40px;
    width: 100%;
  }
  .jw-preview,
  .jwplayer .jw-preview {
    background-size: 100% !important;
  }
  .btn {
    width: 100%;
  }
  .btn.btn-mini,
  .btn.btn-small,
  .btn.btn-medium,
  .btn.btn-large,
  .btn.btn-xlarge,
  .btn.btn-xxlarge {
    width: 100%;
  }
  .new-home-product-cycler-container {
    width: 368px!important;
    margin: 0 auto;
  }
  .aphabet-mobile-side-padding {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .aphabetEnabled {
    font-family: 'ECB' !important;
    margin: 0px !important;
    font-size: 21px !important;
    line-height: 25px !important;
    padding-right: 15px !important;
    font-weight: 600;
  }
  .aphabetDisabled {
    font-family: 'ECB' !important;
    margin: 0px !important;
    font-size: 21px !important;
    line-height: 25px !important;
    color: #9a9a9a !important;
    padding-right: 15px !important;
    font-weight: 600;
  }
  ul.nav-pills {
    display: none;
  }
  ul.nav-pills li {
    float: none;
    border-width: 0 0 1px;
  }
  ul.nav-pills li.last {
    border-width: 0;
  }
  ul.nav-pills li a span {
    float: right;
  }
  ul.level-1 {
    padding: 5px 0;
  }
  ul.level-1 .last a.level-1 {
    border: 0;
  }
  ul.level-1 li {
    float: none;
  }
  .js ul.level-1 li:hover div.level-2 {
    display: none;
  }
  div.level-2 {
    position: relative;
  }
  div.level-2.menu-horizontal li {
    border: 0;
    float: none;
  }
  div.level-2 .custom {
    display: none;
  }
  div.level-2 ul.level-2 li {
    border: none;
  }
  .table .promotion-label {
    font-weight: bold;
  }
  .table tr {
    border-bottom: 1px solid #cacaca;
  }
  .table tbody td {
    border-bottom: 0 none;
  }
  .table tbody td {
    padding: 7px;
  }
  .table td.item-image {
    float: left;
    padding-top: 20px;
    text-align: center;
    width: 50%;
  }
  .table td.item-name {
    clear: right;
    float: right;
    padding-top: 20px;
    width: 50%;
  }
  .table td.item-details {
    clear: right;
    float: right;
    width: 50%;
  }
  .table td.item-quantity {
    float: left;
    padding-bottom: 20px;
    width: 50%;
  }
  .table td.item-quantity .phone-label {
    margin-bottom: 5px;
    text-transform: uppercase;
  }
  .table td.total-price {
    clear: none;
    float: left;
    margin: 0;
    padding-bottom: 20px;
    text-align: left;
    width: 50%;
  }
  .table td.total-price div {
    padding-bottom: 4px;
  }
  .table .item-price.visible-phone {
    margin-top: 30px;
  }
  .table .total-price .phone-label {
    font-weight: bold;
    margin-bottom: 5px;
  }
  #cart-table .item-image,
  #cart-table .item-name,
  #cart-table .qty,
  #cart-table .item-details,
  #cart-table .total-price {
    width: 50%;
  }
  #cart-table .item-image,
  #cart-table .item-name {
    padding-top: 20px;
  }
  #cart-table .item-image {
    margin-right: 0;
  }
  #cart-table .item-image img {
    display: block;
    margin: 0 auto;
    max-width: 150px;
  }
  #cart-table .item-details {
    float: right;
  }
  .table .qty .visible-phone {
    display: inline-block !important;
    /* overwrite base !important */
    padding-right: 20px;
  }
  .table .qty select.input-small {
    width: 91px;
  }
  #cart-table .total-price {
    float: right;
    padding-bottom: 20px;
  }
  #cart-table .sample-row td {
    width: 100%;
  }
  #cart-table .cart-row td {
    float: left;
  }
  .form-horizontal .controls .day,
  .form-horizontal .controls .month,
  .form-horizontal .controls .year {
    float: left;
    margin-left: 5%;
    width: 30%;
  }
  .form-horizontal .controls .day {
    margin-left: 0;
  }
  /* For displayliproduct.isml template */
  .info-item .product-brand,
  .order-items .product-brand,
  .product-list-item .product-brand {
    font-size: 1.25em;
  }
  .info-item .product-name,
  .order-items .product-name,
  .product-list-item .product-name {
    font: 1.25em Arial, sans-serif;
  }
  .info-item p {
    font-size: 1em;
  }
  .ui-dialog.bonusselection {
    left: 0 !important;
    margin-left: 0;
    padding: 0;
  }
  .ui-dialog.bonusselection .ui-dialog-titlebar {
    padding: 25px 6px 0;
  }
  .ui-dialog.bonusselection .ui-dialog-titlebar-close {
    right: 6px;
    top: 15px;
  }
  .ui-dialog.bonusselection .promotion {
    font-size: 1.250em;
    padding: 17px 6px 24px;
  }
  .ui-dialog.bonusselection .bonus-product-select {
    margin-bottom: 24px;
    padding: 0 6px;
  }
  .ui-dialog.bonusselection .product-col-1 {
    float: none;
    margin: 0 auto;
    width: 51%;
  }
  .ui-dialog.bonusselection .product-col-2 {
    width: 100%;
  }
  .ui-dialog.bonusselection .product-col-2 .product-name {
    font-size: 1.250em;
    margin-top: 25px;
  }
  .ui-dialog.bonusselection .product-col-2 .product-number {
    font-size: 1.083em;
  }
  .ui-dialog.bonusselection .product-col-2 .product-variations ul li {
    width: 140px;
  }
  .ui-dialog.bonusselection .product-col-2 .product-variations ul li label {
    margin: 3px 0 0;
  }
  .ui-dialog.bonusselection .product-col-2 .product-variations ul li .variation-select {
    width: 100px;
  }
  .ui-dialog.bonusselection .product-col-2 .product-options ul li .label {
    margin: 3px 0 0;
  }
  .ui-dialog.bonusselection .product-col-2 .product-add-to-cart {
    padding-bottom: 52px;
    width: 28%;
  }
  .ui-dialog.bonusselection .product-col-2 .product-add-to-cart .button-select-bonus {
    bottom: 22px;
    width: 100%;
  }
  .ui-dialog.bonusselection .product-col-2 .product-add-to-cart .quantity label {
    margin: 3px 0 0;
  }
  .ui-dialog.bonusselection .ui-dialog-content {
    padding: 0;
  }
  .ui-dialog.bonusselection .bonus-product-list-footer .bonus-product-list-item {
    width: 100%;
  }
  .ui-dialog.bonusselection .bonus-product-list-footer .bonus-product-list-item .selected-bonus-items .remove-link {
    font-size: 0.8em;
    padding-bottom: 10px;
    width: 100%;
  }
  .ui-dialog.bonusselection .bonus-product-list-footer .bonus-product-list-item .selected-bonus-items .remove-select-item {
    width: 300px;
  }
  .ui-dialog.bonusselection .bonus-product-list-footer .bonus-product-select {
    font-size: 0.85em;
    padding: 8px 6px 15px;
  }
  /* tabs on product detail */
  /* ------------------------------------- */
  .nav-tabs > li,
  .nav-pills > li {
    float: none;
  }
  .tab-content {
    overflow: inherit;
  }
  .ui-tabs-nav {
    border: 0 none;
    height: inherit;
    margin-bottom: 0;
  }
  .ui-tabs-nav > li {
    background-color: #fff;
    border: 1px solid #000;
    border-left: none;
    border-right: none;
    margin-left: -1px;
    padding: 5px 0;
    position: relative;
    z-index: 0;
  }
  .ui-tabs-nav > li:first-child {
    margin-left: 0;
  }
  .ui-tabs-nav > li.active {
    border: 1px solid #000;
    border-left: none;
    border-right: none;
    z-index: 1;
    /* Use the "collapsed" class to collapse the active tab when clicking on it in the second time */
  }
  .ui-tabs-nav > li.active:after {
    width: 15px;
    height: 12px;
    background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll -19px -434px;
    content: "";
    left: inherit;
    position: absolute;
    right: 7px;
    top: 17px;
  }
  .ui-tabs-nav > li.active .tab-content {
    display: block;
  }
  .ui-tabs-nav > li.active.collapsed:after {
    width: 12px;
    height: 12px;
    background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll 0 -452px;
  }
  .ui-tabs-nav > li.active.collapsed .tab-content {
    display: none;
  }
  .ui-tabs-nav > li:after {
    width: 12px;
    height: 12px;
    background: transparent url("https://s1.mecca.com.au/image/mecca/asset/legacy/sprite-desktop.png") no-repeat scroll 0 -452px;
    content: "";
    left: inherit;
    position: absolute;
    right: 7px;
    top: 17px;
  }
  .ui-tabs-nav > li .nav-tab {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    font: normal 1.417em 'ECB', sans-serif;
    padding: 8px 7px;
    text-align: left;
    font-weight: 600;
  }
  .ui-tabs-nav > li .nav-tab:hover {
    background-color: #fff;
  }
  .ui-tabs-nav > li .tab-content {
    border-top: 1px solid #000;
    display: none;
    margin-top: 5px;
    padding: 15px 10px;
  }
  .ui-dialog .ui-dialog-title {
    margin: 20px 0 0;
  }
}
.legacy *,
.legacy *:before,
.legacy *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  #wrapper {
    border: 0;
    margin: 0 auto;
    max-width: 100%;
    overflow: hidden;
  }
  .legacy {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 979px) {
  #wrapper {
    margin: 0 auto;
  }
  .legacy,
  .container {
    width: 756px;
  }
}

/*# sourceMappingURL=legacy.css.map */