﻿/*#region Mixins  */
/*#region FONTS */
/*#endregion */
/*#region ITEMS */
/*#endregion */
/*#endregion*/
/*#region RESET */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: normal;
}
body {
  line-height: 1;
}
b {
  font-weight: bold;
}
ol,
ul {
  padding: 0 0 0 40px;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*#endregion*/
/*#region Mixins  */
meta.foundation-version {
  font-family: "/5.3.0/";
}
meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0em;
}
meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}
meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}
meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}
meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}
meta.foundation-data-attribute-namespace {
  font-family: false;
}
html,
body {
  height: 100%;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  font-size: 100%;
}
body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}
a:hover {
  cursor: pointer;
}
img {
  max-width: 100%;
  height: auto;
}
img {
  -ms-interpolation-mode: bicubic;
}
#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.hide {
  display: none;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {
  display: inline-block;
  vertical-align: middle;
}
textarea {
  height: auto;
  min-height: 50px;
}
select {
  width: 100%;
}
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 80em;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row.collapse > .column,
.row.collapse > .columns {
  padding-left: 0;
  padding-right: 0;
}
.row.collapse .row {
  margin-left: 0;
  margin-right: 0;
}
.row .row {
  width: auto;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
}
.row .row:before,
.row .row:after {
  content: " ";
  display: table;
}
.row .row:after {
  clear: both;
}
.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
}
.row .row.collapse:before,
.row .row.collapse:after {
  content: " ";
  display: table;
}
.row .row.collapse:after {
  clear: both;
}
.column,
.columns {
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left;
}
[class*="column"] + [class*="column"]:last-child {
  float: right;
}
[class*="column"] + [class*="column"].end {
  float: left;
}
@media only screen {
  .small-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .small-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .small-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .small-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .small-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .small-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .small-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .small-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .small-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .small-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .small-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .small-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .small-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .small-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .small-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .small-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .small-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .small-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .small-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .small-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .small-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .small-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .small-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .small-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
  .small-1 {
    width: 8.33333%;
  }
  .small-2 {
    width: 16.66667%;
  }
  .small-3 {
    width: 25%;
  }
  .small-4 {
    width: 33.33333%;
  }
  .small-5 {
    width: 41.66667%;
  }
  .small-6 {
    width: 50%;
  }
  .small-7 {
    width: 58.33333%;
  }
  .small-8 {
    width: 66.66667%;
  }
  .small-9 {
    width: 75%;
  }
  .small-10 {
    width: 83.33333%;
  }
  .small-11 {
    width: 91.66667%;
  }
  .small-12 {
    width: 100%;
  }
  .small-offset-0 {
    margin-left: 0% !important;
  }
  .small-offset-1 {
    margin-left: 8.33333% !important;
  }
  .small-offset-2 {
    margin-left: 16.66667% !important;
  }
  .small-offset-3 {
    margin-left: 25% !important;
  }
  .small-offset-4 {
    margin-left: 33.33333% !important;
  }
  .small-offset-5 {
    margin-left: 41.66667% !important;
  }
  .small-offset-6 {
    margin-left: 50% !important;
  }
  .small-offset-7 {
    margin-left: 58.33333% !important;
  }
  .small-offset-8 {
    margin-left: 66.66667% !important;
  }
  .small-offset-9 {
    margin-left: 75% !important;
  }
  .small-offset-10 {
    margin-left: 83.33333% !important;
  }
  .small-offset-11 {
    margin-left: 91.66667% !important;
  }
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.small-centered:last-child,
  .columns.small-centered:last-child {
    float: none;
  }
  .column.small-uncentered:last-child,
  .columns.small-uncentered:last-child {
    float: left;
  }
  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right;
  }
}
@media only screen and (min-width: 40.063em) {
  .medium-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .medium-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .medium-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .medium-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .medium-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .medium-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .medium-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .medium-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .medium-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .medium-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .medium-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .medium-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .medium-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .medium-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .medium-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .medium-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .medium-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .medium-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .medium-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .medium-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .medium-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .medium-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .medium-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .medium-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
  .medium-1 {
    width: 8.33333%;
  }
  .medium-2 {
    width: 16.66667%;
  }
  .medium-3 {
    width: 25%;
  }
  .medium-4 {
    width: 33.33333%;
  }
  .medium-5 {
    width: 41.66667%;
  }
  .medium-6 {
    width: 50%;
  }
  .medium-7 {
    width: 58.33333%;
  }
  .medium-8 {
    width: 66.66667%;
  }
  .medium-9 {
    width: 75%;
  }
  .medium-10 {
    width: 83.33333%;
  }
  .medium-11 {
    width: 91.66667%;
  }
  .medium-12 {
    width: 100%;
  }
  .medium-offset-0 {
    margin-left: 0% !important;
  }
  .medium-offset-1 {
    margin-left: 8.33333% !important;
  }
  .medium-offset-2 {
    margin-left: 16.66667% !important;
  }
  .medium-offset-3 {
    margin-left: 25% !important;
  }
  .medium-offset-4 {
    margin-left: 33.33333% !important;
  }
  .medium-offset-5 {
    margin-left: 41.66667% !important;
  }
  .medium-offset-6 {
    margin-left: 50% !important;
  }
  .medium-offset-7 {
    margin-left: 58.33333% !important;
  }
  .medium-offset-8 {
    margin-left: 66.66667% !important;
  }
  .medium-offset-9 {
    margin-left: 75% !important;
  }
  .medium-offset-10 {
    margin-left: 83.33333% !important;
  }
  .medium-offset-11 {
    margin-left: 91.66667% !important;
  }
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.medium-centered:last-child,
  .columns.medium-centered:last-child {
    float: none;
  }
  .column.medium-uncentered:last-child,
  .columns.medium-uncentered:last-child {
    float: left;
  }
  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right;
  }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen and (min-width: 64.063em) {
  .large-push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .large-pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .large-push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .large-pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .large-push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .large-pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .large-push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .large-pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .large-push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .large-pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .large-push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .large-pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .large-push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .large-pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .large-push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .large-pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .large-push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .large-pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .large-push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .large-pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .large-push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .large-pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .large-push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .large-pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left;
  }
  .large-1 {
    width: 8.33333%;
  }
  .large-2 {
    width: 16.66667%;
  }
  .large-3 {
    width: 25%;
  }
  .large-4 {
    width: 33.33333%;
  }
  .large-5 {
    width: 41.66667%;
  }
  .large-6 {
    width: 50%;
  }
  .large-7 {
    width: 58.33333%;
  }
  .large-8 {
    width: 66.66667%;
  }
  .large-9 {
    width: 75%;
  }
  .large-10 {
    width: 83.33333%;
  }
  .large-11 {
    width: 91.66667%;
  }
  .large-12 {
    width: 100%;
  }
  .large-offset-0 {
    margin-left: 0% !important;
  }
  .large-offset-1 {
    margin-left: 8.33333% !important;
  }
  .large-offset-2 {
    margin-left: 16.66667% !important;
  }
  .large-offset-3 {
    margin-left: 25% !important;
  }
  .large-offset-4 {
    margin-left: 33.33333% !important;
  }
  .large-offset-5 {
    margin-left: 41.66667% !important;
  }
  .large-offset-6 {
    margin-left: 50% !important;
  }
  .large-offset-7 {
    margin-left: 58.33333% !important;
  }
  .large-offset-8 {
    margin-left: 66.66667% !important;
  }
  .large-offset-9 {
    margin-left: 75% !important;
  }
  .large-offset-10 {
    margin-left: 83.33333% !important;
  }
  .large-offset-11 {
    margin-left: 91.66667% !important;
  }
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left;
  }
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left;
  }
  .column.large-centered:last-child,
  .columns.large-centered:last-child {
    float: none;
  }
  .column.large-uncentered:last-child,
  .columns.large-uncentered:last-child {
    float: left;
  }
  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right;
  }
  .push-0 {
    position: relative;
    left: 0%;
    right: auto;
  }
  .pull-0 {
    position: relative;
    right: 0%;
    left: auto;
  }
  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto;
  }
  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto;
  }
  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto;
  }
  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto;
  }
  .push-3 {
    position: relative;
    left: 25%;
    right: auto;
  }
  .pull-3 {
    position: relative;
    right: 25%;
    left: auto;
  }
  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto;
  }
  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto;
  }
  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto;
  }
  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto;
  }
  .push-6 {
    position: relative;
    left: 50%;
    right: auto;
  }
  .pull-6 {
    position: relative;
    right: 50%;
    left: auto;
  }
  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto;
  }
  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto;
  }
  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto;
  }
  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto;
  }
  .push-9 {
    position: relative;
    left: 75%;
    right: auto;
  }
  .pull-9 {
    position: relative;
    right: 75%;
    left: auto;
  }
  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto;
  }
  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto;
  }
  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto;
  }
  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto;
  }
}
@media only screen {
  .show-for-small-only,
  .show-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .hide-for-medium-only,
  .hide-for-medium-up,
  .hide-for-medium,
  .show-for-medium-down,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up {
    display: inherit !important;
  }
  .hide-for-small-only,
  .hide-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .show-for-medium-only,
  .show-for-medium-up,
  .show-for-medium,
  .hide-for-medium-down,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: none !important;
  }
  .visible-for-small-only,
  .visible-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .hidden-for-medium-only,
  .hidden-for-medium-up,
  .hidden-for-medium,
  .visible-for-medium-down,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-large,
  .visible-for-large-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .hidden-for-small-only,
  .hidden-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .visible-for-medium-only,
  .visible-for-medium-up,
  .visible-for-medium,
  .hidden-for-medium-down,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-large,
  .hidden-for-large-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.show-for-small-only,
  table.show-for-small-up,
  table.show-for-small,
  table.show-for-small-down,
  table.hide-for-medium-only,
  table.hide-for-medium-up,
  table.hide-for-medium,
  table.show-for-medium-down,
  table.hide-for-large-only,
  table.hide-for-large-up,
  table.hide-for-large,
  table.show-for-large-down,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up {
    display: table;
  }
  thead.show-for-small-only,
  thead.show-for-small-up,
  thead.show-for-small,
  thead.show-for-small-down,
  thead.hide-for-medium-only,
  thead.hide-for-medium-up,
  thead.hide-for-medium,
  thead.show-for-medium-down,
  thead.hide-for-large-only,
  thead.hide-for-large-up,
  thead.hide-for-large,
  thead.show-for-large-down,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up {
    display: table-header-group !important;
  }
  tbody.show-for-small-only,
  tbody.show-for-small-up,
  tbody.show-for-small,
  tbody.show-for-small-down,
  tbody.hide-for-medium-only,
  tbody.hide-for-medium-up,
  tbody.hide-for-medium,
  tbody.show-for-medium-down,
  tbody.hide-for-large-only,
  tbody.hide-for-large-up,
  tbody.hide-for-large,
  tbody.show-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up {
    display: table-row-group !important;
  }
  tr.show-for-small-only,
  tr.show-for-small-up,
  tr.show-for-small,
  tr.show-for-small-down,
  tr.hide-for-medium-only,
  tr.hide-for-medium-up,
  tr.hide-for-medium,
  tr.show-for-medium-down,
  tr.hide-for-large-only,
  tr.hide-for-large-up,
  tr.hide-for-large,
  tr.show-for-large-down,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up {
    display: table-row !important;
  }
  th.show-for-small-only,
  td.show-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.show-for-small,
  td.show-for-small,
  th.show-for-small-down,
  td.show-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.hide-for-medium-up,
  td.hide-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.show-for-medium-down,
  td.show-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.hide-for-large-up,
  td.hide-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.show-for-large-down,
  td.show-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  td.hide-for-xlarge-up,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 40.063em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .show-for-medium-only,
  .show-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up {
    display: inherit !important;
  }
  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .hide-for-medium-only,
  .hide-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: none !important;
  }
  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .visible-for-medium-only,
  .visible-for-medium-up,
  .visible-for-medium,
  .visible-for-medium-down,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-large,
  .visible-for-large-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .hidden-for-medium-only,
  .hidden-for-medium-up,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-large,
  .hidden-for-large-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.show-for-medium-only,
  table.show-for-medium-up,
  table.show-for-medium,
  table.show-for-medium-down,
  table.hide-for-large-only,
  table.hide-for-large-up,
  table.hide-for-large,
  table.show-for-large-down,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up {
    display: table;
  }
  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.show-for-medium-only,
  thead.show-for-medium-up,
  thead.show-for-medium,
  thead.show-for-medium-down,
  thead.hide-for-large-only,
  thead.hide-for-large-up,
  thead.hide-for-large,
  thead.show-for-large-down,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.show-for-medium-only,
  tbody.show-for-medium-up,
  tbody.show-for-medium,
  tbody.show-for-medium-down,
  tbody.hide-for-large-only,
  tbody.hide-for-large-up,
  tbody.hide-for-large,
  tbody.show-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up {
    display: table-row-group !important;
  }
  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.show-for-medium-only,
  tr.show-for-medium-up,
  tr.show-for-medium,
  tr.show-for-medium-down,
  tr.hide-for-large-only,
  tr.hide-for-large-up,
  tr.hide-for-large,
  tr.show-for-large-down,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up {
    display: table-row !important;
  }
  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.show-for-medium-only,
  td.show-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.show-for-medium,
  td.show-for-medium,
  th.show-for-medium-down,
  td.show-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.hide-for-large-up,
  td.hide-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.show-for-large-down,
  td.show-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  td.hide-for-xlarge-up,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 64.063em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .show-for-large-only,
  .show-for-large-up,
  .show-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up {
    display: inherit !important;
  }
  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .show-for-medium-only,
  .hide-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .hide-for-large-only,
  .hide-for-large-up,
  .hide-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: none !important;
  }
  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-medium-only,
  .visible-for-medium-up,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .visible-for-large-only,
  .visible-for-large-up,
  .visible-for-large,
  .visible-for-large-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-medium-only,
  .hidden-for-medium-up,
  .visible-for-medium,
  .visible-for-medium-down,
  .hidden-for-large-only,
  .hidden-for-large-up,
  .hidden-for-large,
  .hidden-for-large-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-medium-only,
  table.show-for-medium-up,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.show-for-large-only,
  table.show-for-large-up,
  table.show-for-large,
  table.show-for-large-down,
  table.hide-for-xlarge-only,
  table.hide-for-xlarge-up,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up {
    display: table;
  }
  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-medium-only,
  thead.show-for-medium-up,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.show-for-large-only,
  thead.show-for-large-up,
  thead.show-for-large,
  thead.show-for-large-down,
  thead.hide-for-xlarge-only,
  thead.hide-for-xlarge-up,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-medium-only,
  tbody.show-for-medium-up,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.show-for-large-only,
  tbody.show-for-large-up,
  tbody.show-for-large,
  tbody.show-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.hide-for-xlarge-up,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up {
    display: table-row-group !important;
  }
  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-medium-only,
  tr.show-for-medium-up,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.show-for-large-only,
  tr.show-for-large-up,
  tr.show-for-large,
  tr.show-for-large-down,
  tr.hide-for-xlarge-only,
  tr.hide-for-xlarge-up,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up {
    display: table-row !important;
  }
  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.hide-for-medium-down,
  td.hide-for-medium-down,
  th.show-for-large-only,
  td.show-for-large-only,
  th.show-for-large-up,
  td.show-for-large-up,
  th.show-for-large,
  td.show-for-large,
  th.show-for-large-down,
  td.show-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.hide-for-xlarge-up,
  td.hide-for-xlarge-up,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 90.063em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-large-only,
  .show-for-large-up,
  .hide-for-large,
  .hide-for-large-down,
  .show-for-xlarge-only,
  .show-for-xlarge-up,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up {
    display: inherit !important;
  }
  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .show-for-medium-only,
  .hide-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-large-only,
  .hide-for-large-up,
  .show-for-large,
  .show-for-large-down,
  .hide-for-xlarge-only,
  .hide-for-xlarge-up,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: none !important;
  }
  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-medium-only,
  .visible-for-medium-up,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .hidden-for-large-only,
  .visible-for-large-up,
  .hidden-for-large,
  .hidden-for-large-down,
  .visible-for-xlarge-only,
  .visible-for-xlarge-up,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-medium-only,
  .hidden-for-medium-up,
  .visible-for-medium,
  .visible-for-medium-down,
  .visible-for-large-only,
  .hidden-for-large-up,
  .visible-for-large,
  .visible-for-large-down,
  .hidden-for-xlarge-only,
  .hidden-for-xlarge-up,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-medium-only,
  table.show-for-medium-up,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.hide-for-large-only,
  table.show-for-large-up,
  table.hide-for-large,
  table.hide-for-large-down,
  table.show-for-xlarge-only,
  table.show-for-xlarge-up,
  table.hide-for-xxlarge-only,
  table.hide-for-xxlarge-up {
    display: table;
  }
  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-medium-only,
  thead.show-for-medium-up,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.hide-for-large-only,
  thead.show-for-large-up,
  thead.hide-for-large,
  thead.hide-for-large-down,
  thead.show-for-xlarge-only,
  thead.show-for-xlarge-up,
  thead.hide-for-xxlarge-only,
  thead.hide-for-xxlarge-up {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-medium-only,
  tbody.show-for-medium-up,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.hide-for-large-only,
  tbody.show-for-large-up,
  tbody.hide-for-large,
  tbody.hide-for-large-down,
  tbody.show-for-xlarge-only,
  tbody.show-for-xlarge-up,
  tbody.hide-for-xxlarge-only,
  tbody.hide-for-xxlarge-up {
    display: table-row-group !important;
  }
  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-medium-only,
  tr.show-for-medium-up,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.hide-for-large-only,
  tr.show-for-large-up,
  tr.hide-for-large,
  tr.hide-for-large-down,
  tr.show-for-xlarge-only,
  tr.show-for-xlarge-up,
  tr.hide-for-xxlarge-only,
  tr.hide-for-xxlarge-up {
    display: table-row !important;
  }
  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.hide-for-medium-down,
  td.hide-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.show-for-large-up,
  td.show-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.hide-for-large-down,
  td.hide-for-large-down,
  th.show-for-xlarge-only,
  td.show-for-xlarge-only,
  th.show-for-xlarge-up,
  td.show-for-xlarge-up,
  th.hide-for-xxlarge-only,
  td.hide-for-xxlarge-only,
  th.hide-for-xxlarge-up,
  td.hide-for-xxlarge-up {
    display: table-cell !important;
  }
}
@media only screen and (min-width: 120.063em) {
  .hide-for-small-only,
  .show-for-small-up,
  .hide-for-small,
  .hide-for-small-down,
  .hide-for-medium-only,
  .show-for-medium-up,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-large-only,
  .show-for-large-up,
  .hide-for-large,
  .hide-for-large-down,
  .hide-for-xlarge-only,
  .show-for-xlarge-up,
  .show-for-xxlarge-only,
  .show-for-xxlarge-up {
    display: inherit !important;
  }
  .show-for-small-only,
  .hide-for-small-up,
  .show-for-small,
  .show-for-small-down,
  .show-for-medium-only,
  .hide-for-medium-up,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-large-only,
  .hide-for-large-up,
  .show-for-large,
  .show-for-large-down,
  .show-for-xlarge-only,
  .hide-for-xlarge-up,
  .hide-for-xxlarge-only,
  .hide-for-xxlarge-up {
    display: none !important;
  }
  .hidden-for-small-only,
  .visible-for-small-up,
  .hidden-for-small,
  .hidden-for-small-down,
  .hidden-for-medium-only,
  .visible-for-medium-up,
  .hidden-for-medium,
  .hidden-for-medium-down,
  .hidden-for-large-only,
  .visible-for-large-up,
  .hidden-for-large,
  .hidden-for-large-down,
  .hidden-for-xlarge-only,
  .visible-for-xlarge-up,
  .visible-for-xxlarge-only,
  .visible-for-xxlarge-up {
    position: static !important;
    height: auto;
    width: auto;
    overflow: visible;
    clip: auto;
  }
  .visible-for-small-only,
  .hidden-for-small-up,
  .visible-for-small,
  .visible-for-small-down,
  .visible-for-medium-only,
  .hidden-for-medium-up,
  .visible-for-medium,
  .visible-for-medium-down,
  .visible-for-large-only,
  .hidden-for-large-up,
  .visible-for-large,
  .visible-for-large-down,
  .visible-for-xlarge-only,
  .hidden-for-xlarge-up,
  .hidden-for-xxlarge-only,
  .hidden-for-xxlarge-up {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }
  table.hide-for-small-only,
  table.show-for-small-up,
  table.hide-for-small,
  table.hide-for-small-down,
  table.hide-for-medium-only,
  table.show-for-medium-up,
  table.hide-for-medium,
  table.hide-for-medium-down,
  table.hide-for-large-only,
  table.show-for-large-up,
  table.hide-for-large,
  table.hide-for-large-down,
  table.hide-for-xlarge-only,
  table.show-for-xlarge-up,
  table.show-for-xxlarge-only,
  table.show-for-xxlarge-up {
    display: table;
  }
  thead.hide-for-small-only,
  thead.show-for-small-up,
  thead.hide-for-small,
  thead.hide-for-small-down,
  thead.hide-for-medium-only,
  thead.show-for-medium-up,
  thead.hide-for-medium,
  thead.hide-for-medium-down,
  thead.hide-for-large-only,
  thead.show-for-large-up,
  thead.hide-for-large,
  thead.hide-for-large-down,
  thead.hide-for-xlarge-only,
  thead.show-for-xlarge-up,
  thead.show-for-xxlarge-only,
  thead.show-for-xxlarge-up {
    display: table-header-group !important;
  }
  tbody.hide-for-small-only,
  tbody.show-for-small-up,
  tbody.hide-for-small,
  tbody.hide-for-small-down,
  tbody.hide-for-medium-only,
  tbody.show-for-medium-up,
  tbody.hide-for-medium,
  tbody.hide-for-medium-down,
  tbody.hide-for-large-only,
  tbody.show-for-large-up,
  tbody.hide-for-large,
  tbody.hide-for-large-down,
  tbody.hide-for-xlarge-only,
  tbody.show-for-xlarge-up,
  tbody.show-for-xxlarge-only,
  tbody.show-for-xxlarge-up {
    display: table-row-group !important;
  }
  tr.hide-for-small-only,
  tr.show-for-small-up,
  tr.hide-for-small,
  tr.hide-for-small-down,
  tr.hide-for-medium-only,
  tr.show-for-medium-up,
  tr.hide-for-medium,
  tr.hide-for-medium-down,
  tr.hide-for-large-only,
  tr.show-for-large-up,
  tr.hide-for-large,
  tr.hide-for-large-down,
  tr.hide-for-xlarge-only,
  tr.show-for-xlarge-up,
  tr.show-for-xxlarge-only,
  tr.show-for-xxlarge-up {
    display: table-row !important;
  }
  th.hide-for-small-only,
  td.hide-for-small-only,
  th.show-for-small-up,
  td.show-for-small-up,
  th.hide-for-small,
  td.hide-for-small,
  th.hide-for-small-down,
  td.hide-for-small-down,
  th.hide-for-medium-only,
  td.hide-for-medium-only,
  th.show-for-medium-up,
  td.show-for-medium-up,
  th.hide-for-medium,
  td.hide-for-medium,
  th.hide-for-medium-down,
  td.hide-for-medium-down,
  th.hide-for-large-only,
  td.hide-for-large-only,
  th.show-for-large-up,
  td.show-for-large-up,
  th.hide-for-large,
  td.hide-for-large,
  th.hide-for-large-down,
  td.hide-for-large-down,
  th.hide-for-xlarge-only,
  td.hide-for-xlarge-only,
  th.show-for-xlarge-up,
  td.show-for-xlarge-up,
  th.show-for-xxlarge-only,
  td.show-for-xxlarge-only,
  th.show-for-xxlarge-up,
  td.show-for-xxlarge-up {
    display: table-cell !important;
  }
}
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important;
}
.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
table.hide-for-landscape,
table.show-for-portrait {
  display: table;
}
thead.hide-for-landscape,
thead.show-for-portrait {
  display: table-header-group !important;
}
tbody.hide-for-landscape,
tbody.show-for-portrait {
  display: table-row-group !important;
}
tr.hide-for-landscape,
tr.show-for-portrait {
  display: table-row !important;
}
td.hide-for-landscape,
td.show-for-portrait,
th.hide-for-landscape,
th.show-for-portrait {
  display: table-cell !important;
}
@media only screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important;
  }
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
  table.show-for-landscape,
  table.hide-for-portrait {
    display: table;
  }
  thead.show-for-landscape,
  thead.hide-for-portrait {
    display: table-header-group !important;
  }
  tbody.show-for-landscape,
  tbody.hide-for-portrait {
    display: table-row-group !important;
  }
  tr.show-for-landscape,
  tr.hide-for-portrait {
    display: table-row !important;
  }
  td.show-for-landscape,
  td.hide-for-portrait,
  th.show-for-landscape,
  th.hide-for-portrait {
    display: table-cell !important;
  }
}
@media only screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important;
  }
  .hide-for-portrait,
  .show-for-landscape {
    display: none !important;
  }
  table.show-for-portrait,
  table.hide-for-landscape {
    display: table;
  }
  thead.show-for-portrait,
  thead.hide-for-landscape {
    display: table-header-group !important;
  }
  tbody.show-for-portrait,
  tbody.hide-for-landscape {
    display: table-row-group !important;
  }
  tr.show-for-portrait,
  tr.hide-for-landscape {
    display: table-row !important;
  }
  td.show-for-portrait,
  td.hide-for-landscape,
  th.show-for-portrait,
  th.hide-for-landscape {
    display: table-cell !important;
  }
}
.show-for-touch {
  display: none !important;
}
.hide-for-touch {
  display: inherit !important;
}
.touch .show-for-touch {
  display: inherit !important;
}
.touch .hide-for-touch {
  display: none !important;
}
table.hide-for-touch {
  display: table;
}
.touch table.show-for-touch {
  display: table;
}
thead.hide-for-touch {
  display: table-header-group !important;
}
.touch thead.show-for-touch {
  display: table-header-group !important;
}
tbody.hide-for-touch {
  display: table-row-group !important;
}
.touch tbody.show-for-touch {
  display: table-row-group !important;
}
tr.hide-for-touch {
  display: table-row !important;
}
.touch tr.show-for-touch {
  display: table-row !important;
}
td.hide-for-touch {
  display: table-cell !important;
}
.touch td.show-for-touch {
  display: table-cell !important;
}
th.hide-for-touch {
  display: table-cell !important;
}
.touch th.show-for-touch {
  display: table-cell !important;
}
@media print {
  .show-for-print {
    display: block;
  }
  .hide-for-print {
    display: none;
  }
  table.show-for-print {
    display: table;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
}
/*#endregion*/
/*#region LIBRARIES */
/*#region FOUNDATION EXTENSION */
.row {
  max-width: none;
}
.row.nopad > .column,
.row.nopad > .columns,
.column.nopad,
.columns.nopad {
  padding-left: 0;
  padding-right: 0;
}
.row.nopad {
  margin-left: 0;
  margin-right: 0;
}
input {
  max-width: 100%;
}
/*#endregion */
.m40 {
  margin: 40px;
}
.m35 {
  margin: 35px;
}
.m30 {
  margin: 30px;
}
.m25 {
  margin: 25px;
}
.m20 {
  margin: 20px;
}
.m15 {
  margin: 15px;
}
.m10 {
  margin: 10px;
}
.m5 {
  margin: 5px;
}
.m0 {
  margin: 0px;
}
.m-5 {
  margin: -5px;
}
.m-10 {
  margin: -10px;
}
.mt40 {
  margin-top: 40px;
}
.mt35 {
  margin-top: 35px;
}
.mt30 {
  margin-top: 30px;
}
.mt25 {
  margin-top: 25px;
}
.mt20 {
  margin-top: 20px;
}
.mt15 {
  margin-top: 15px;
}
.mt10 {
  margin-top: 10px;
}
.mt5 {
  margin-top: 5px;
}
.mt0 {
  margin-top: 0px;
}
.mt-5 {
  margin-top: -5px;
}
.mt-10 {
  margin-top: -10px;
}
.mr40 {
  margin-right: 40px;
}
.mr35 {
  margin-right: 35px;
}
.mr30 {
  margin-right: 30px;
}
.mr25 {
  margin-right: 25px;
}
.mr20 {
  margin-right: 20px;
}
.mr15 {
  margin-right: 15px;
}
.mr10 {
  margin-right: 10px;
}
.mr5 {
  margin-right: 5px;
}
.mr0 {
  margin-right: 0px;
}
.mr-5 {
  margin-right: -5px;
}
.mr-10 {
  margin-right: -10px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb5 {
  margin-bottom: 5px;
}
.mb0 {
  margin-bottom: 0px;
}
.mb-5 {
  margin-bottom: -5px;
}
.mb-10 {
  margin-bottom: -10px;
}
.ml40 {
  margin-left: 40px;
}
.ml35 {
  margin-left: 35px;
}
.ml30 {
  margin-left: 30px;
}
.ml25 {
  margin-left: 25px;
}
.ml20 {
  margin-left: 20px;
}
.ml15 {
  margin-left: 15px;
}
.ml10 {
  margin-left: 10px;
}
.ml5 {
  margin-left: 5px;
}
.ml0 {
  margin-left: 0px;
}
.ml-5 {
  margin-left: -5px;
}
.ml-10 {
  margin-left: -10px;
}
.p40 {
  padding: 40px;
}
.p35 {
  padding: 35px;
}
.p30 {
  padding: 30px;
}
.p25 {
  padding: 25px;
}
.p20 {
  padding: 20px;
}
.p15 {
  padding: 15px;
}
.p10 {
  padding: 10px;
}
.p5 {
  padding: 5px;
}
.p0 {
  padding: 0px;
}
.p-5 {
  padding: -5px;
}
.p-10 {
  padding: -10px;
}
.pt40 {
  padding-top: 40px;
}
.pt35 {
  padding-top: 35px;
}
.pt30 {
  padding-top: 30px;
}
.pt25 {
  padding-top: 25px;
}
.pt20 {
  padding-top: 20px;
}
.pt15 {
  padding-top: 15px;
}
.pt10 {
  padding-top: 10px;
}
.pt5 {
  padding-top: 5px;
}
.pt0 {
  padding-top: 0px;
}
.pt-5 {
  padding-top: -5px;
}
.pt-10 {
  padding-top: -10px;
}
.pr40 {
  padding-right: 40px;
}
.pr35 {
  padding-right: 35px;
}
.pr30 {
  padding-right: 30px;
}
.pr25 {
  padding-right: 25px;
}
.pr20 {
  padding-right: 20px;
}
.pr15 {
  padding-right: 15px;
}
.pr10 {
  padding-right: 10px;
}
.pr5 {
  padding-right: 5px;
}
.pr0 {
  padding-right: 0px;
}
.pr-5 {
  padding-right: -5px;
}
.pr-10 {
  padding-right: -10px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb35 {
  padding-bottom: 35px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb5 {
  padding-bottom: 5px;
}
.pb0 {
  padding-bottom: 0px;
}
.pb-5 {
  padding-bottom: -5px;
}
.pb-10 {
  padding-bottom: -10px;
}
.pl40 {
  padding-left: 40px;
}
.pl35 {
  padding-left: 35px;
}
.pl30 {
  padding-left: 30px;
}
.pl25 {
  padding-left: 25px;
}
.pl20 {
  padding-left: 20px;
}
.pl15 {
  padding-left: 15px;
}
.pl10 {
  padding-left: 10px;
}
.pl5 {
  padding-left: 5px;
}
.pl0 {
  padding-left: 0px;
}
.pl-5 {
  padding-left: -5px;
}
.pl-10 {
  padding-left: -10px;
}
.small-show-inline {
  display: inline;
}
.small-show {
  display: block;
}
.small-td-show,
td.small-show {
  display: table-cell;
}
.small-hide {
  display: none;
}
/*#region TABLES */
/*#region TABLE TYPES */
/*#region INPUT FORM */
TABLE.tbl_InputForm {
  border-collapse: collapse;
  width: 100%;
  line-height: 1.4em;
  margin: 0 0 10px 0;
}
TABLE.tbl_InputForm:empty {
  display: none;
}
TABLE.tbl_InputForm TR {
  vertical-align: top;
}
TABLE.tbl_InputForm TR TH {
  vertical-align: top;
  padding: 5px 0;
  text-align: left;
  width: 100%;
  display: block;
}
TABLE.tbl_InputForm TR TH DIV {
  font-size: 12px;
  line-height: 1.3em;
  color: #777;
  /*border-left: 1px solid #bbb;
	padding: 0 0 0 5px;
	margin: 0 0 0 5px;*/
}
TABLE.tbl_InputForm TR TH LABEL {
  text-decoration: none;
}
TABLE.tbl_InputForm TR TH LABEL:hover {
  text-decoration: underline;
}
TABLE.tbl_InputForm TR.tr_RequiredField TH LABEL,
TABLE.tbl_InputForm TR TH.th_RequiredField LABEL {
  font-weight: bold;
}
TABLE.tbl_InputForm TR TD {
  vertical-align: top;
  padding: 5px 0;
  text-align: left;
  width: 100%;
  display: block;
}
TABLE.tbl_InputForm TR TD INPUT[type=text],
TABLE.tbl_InputForm TR TD INPUT[type=email],
TABLE.tbl_InputForm TR TD INPUT[type=tel] {
  width: 100%;
}
TABLE.tbl_InputForm TR TD .img_FormItemStatus {
  vertical-align: middle;
}
TABLE.tbl_InputForm TR.tr_HiddenTableRow {
  display: none;
}
/*#endregion*/
/*#region DATA */
TABLE.tbl_Data {
  border-collapse: collapse;
  width: 100%;
  line-height: 1.4em;
  margin: 0 0 10px 0;
}
TABLE.tbl_Data TR {
  vertical-align: top;
  text-align: left;
}
TABLE.tbl_Data TR.AlignRight {
  vertical-align: top;
  text-align: right;
}
TABLE.tbl_Data THEAD TR TH {
  font-weight: normal;
  background: #eee;
  vertical-align: top;
  padding: 5px 10px;
  color: #0e4866;
  border-bottom: 1px solid #d5d5d5;
}
TABLE.tbl_Data THEAD TR TH:first-child {
  -webkit-border-radius: 3px 0 0 0;
  -moz-border-radius: 3px 0 0 0;
  border-radius: 3px 0 0 0;
}
TABLE.tbl_Data THEAD TR TH:last-child {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}
TABLE.tbl_Data THEAD TR TH A.a_OrderByASC {
  padding-right: 15px;
  background: url(../../../../WebthinkingAssets/public/styles/library/images/icons/arrows/darkdown.png) right center no-repeat;
}
TABLE.tbl_Data THEAD TR TH A.a_OrderByDESC {
  padding-right: 15px;
  background: url(../../../../WebthinkingAssets/public/styles/library/images/icons/arrows/darkup.png) right center no-repeat;
}
TABLE.tbl_Data TBODY TR TD {
  vertical-align: top;
  padding: 5px 10px;
  border-top: 1px dotted #e9e9e9;
  border-left: 1px dotted #e9e9e9;
  background: #ffffff;
}
TABLE.tbl_Data TBODY TR TD:first-child {
  border-left: 0;
}
TABLE.tbl_Data TBODY TR:last-child TD {
  border-bottom: 0;
}
TABLE.tbl_Data TBODY TR:hover TD {
  background: #eaf5fb;
}
TABLE.tbl_Data TBODY:last-child TR:last-child TD {
  border-bottom: 5px solid #eee;
}
TABLE.tbl_Data TFOOT TR TD {
  background: #eee;
  vertical-align: top;
  padding: 5px 10px;
}
TABLE.tbl_Data TFOOT TR TD {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
TABLE.tbl_Data TBODY TR.tr_Totals TD {
  font-weight: bold;
}
TABLE.tbl_Data TBODY TR.tr_Deleted TD {
  background: #eee;
}
TABLE.tbl_Data THEAD TR TH.tcol_OrderBy {
  background: #d5d5d5;
}
TABLE.tbl_Data TBODY TR TD.tcol_OrderBy {
  background: #eee;
}
TABLE.tbl_Data TBODY TR:hover TD.tcol_OrderBy {
  background: #e1e1e1;
}
td.align-right,
th.align-right {
  text-align: right;
}
/*#endregion*/
/*#region INFO */
TABLE.tbl_Info {
  border-collapse: collapse;
  width: 100%;
  line-height: 1.4em;
  margin: 0 0 10px 0;
}
TABLE.tbl_Info TR {
  vertical-align: top;
}
TABLE.tbl_Info TR TH {
  font-weight: bold;
  vertical-align: top;
  padding: 5px 0;
  text-align: left;
  width: 100%;
  display: block;
}
TABLE.tbl_Info TR TH H3 {
  margin: 0;
}
TABLE.tbl_Info TR TD {
  vertical-align: top;
  padding: 5px 0;
  text-align: left;
  width: 100%;
  display: block;
}
TABLE.tbl_Info TR:hover TH,
TABLE.tbl_Info TR:hover TD {
  background: #eee;
}
/*#endregion*/
/*#endregion*/
/*#region THUMBS */
TABLE.tbl_Data TR .tcol_Thumb {
  width: 130px;
}
TABLE.tbl_Data TR .tcol_Thumb .div_Thumb {
  overflow: hidden;
  border: 1px solid #ccc;
}
TABLE.tbl_Data TR .tcol_SmallThumb {
  width: 75px;
}
TABLE.tbl_Data TR .tcol_SmallThumb .div_Thumb {
  height: 75px;
  overflow: hidden;
  border: 1px solid #ccc;
  padding: 5px;
}
TABLE.tbl_Data TR .tcol_SmallThumb IMG {
  width: 75px;
}
/*#endregion*/
/*#region Column Styles */
.tcol_Thumb {
  width: 85px;
}
.tcol_SmallThumb {
  width: 50px;
}
.tcol_SmallThumb IMG {
  width: 50px;
}
.tcol_Date {
  width: 150px;
}
.tcol_Tools .a_Button {
  margin-right: 3px;
}
.tcol_25C {
  width: 25px;
  text-align: center;
}
.tcol_50 {
  width: 50px;
}
.tcol_50C {
  width: 50px;
  text-align: center;
}
.tcol_70 {
  width: 70px;
}
.tcol_70C {
  width: 70px;
  text-align: center;
}
.tcol_75 {
  width: 75px;
}
.tcol_100 {
  width: 100px;
}
.tcol_100C {
  width: 100px;
  text-align: center;
}
.tcol_120 {
  width: 120px;
}
.tcol_150 {
  width: 150px;
}
.tcol_150C {
  width: 150px;
  text-align: center;
}
.tcol_180 {
  width: 180px;
}
.tcol_200 {
  width: 200px;
}
.tcol_200C {
  width: 200px;
  text-align: center;
}
.tcol_250 {
  width: 250px;
}
.tcol_300 {
  width: 300px;
}
.tcol_400 {
  width: 400px;
}
/*#endregion*/
/*#endregion*/
/*#endregion */
/*#region TAGS */
body {
  background: #fff no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcf6fa', endColorstr='#fff');
  background-image: linear-gradient(center top, #fcf6fa 0%, #fff 200px);
  background-image: -o-linear-gradient(center top, #fcf6fa 0%, #fff 200px);
  background-image: -moz-linear-gradient(center top, #fcf6fa 0%, #fff 200px);
  background-image: -webkit-linear-gradient(center top, #fcf6fa 0%, #fff 200px);
  background-image: -ms-linear-gradient(center top, #fcf6fa 0%, #fff 200px);
  /*background-image: -webkit-gradient(
		linear,
		@h @v,
		@h2 @v2,
		color-stop(0, @colour1),
		color-stop(1, @colour2)
		);*/
  font-family: "Source Sans Pro", Arial, Helvetica;
  font-size: 90%;
  line-height: 1.375;
  height: auto;
}
body.full-width-content .div_MainContent {
  max-width: none;
}
body.full-width-content .site-width {
  max-width: 1300px;
  margin: 0 auto;
}
input {
  font-family: "Source Sans Pro", Arial, Helvetica;
  font-size: 1em;
  line-height: 1.375;
  vertical-align: middle;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
input[type=text],
input[type=email],
input[type=number],
input[type=password],
input[type=tel] {
  background: #fff;
  border: 1px solid #efd0e5;
  padding: 0.6em 0.8em;
  width: 100%;
}
select {
  font-family: "Source Sans Pro", Arial, Helvetica;
  font-size: 1em;
  line-height: 1.375;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #efd0e5;
  padding: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
textarea {
  font-family: "Source Sans Pro", Arial, Helvetica;
  font-size: 1em;
  line-height: 1.375;
  background: #fff;
  border: 1px solid #efd0e5;
  padding: 0.6em 0.8em;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #aaa;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #aaa;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #aaa;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #aaa;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}
a {
  color: #ec008c;
}
a:hover {
  color: #3fb6d4;
  text-decoration: underline;
}
h1 {
  font-size: 1.6em;
  line-height: 1.2em;
  margin: 0.5em 0 1em;
  font-weight: bold;
}
h2 {
  font-size: 1.75em;
  line-height: 1.2em;
  margin: 0 0 0.9em;
}
h3 {
  font-size: 1.5em;
  line-height: 1.2em;
  margin: 0 0 0.75em;
}
h4 {
  font-size: 1.25em;
  line-height: 1.2em;
  margin: 0 0 0.6em;
}
p {
  margin: 1em 0;
}
/*#endregion */
/*#region LAYOUT */
/*#region TOP BAR */
.top-bar {
  background: #333;
  color: #fff;
}
.top-bar:after {
  display: block;
  content: "";
  border-top: 1px dashed #999;
  height: 4px;
  clear: both;
}
.top-bar .inner {
  margin: 0 auto;
  max-width: 1300px;
  position: relative;
  z-index: 32;
}
.top-bar .counter {
  width: 1.5em;
  height: 1.5em;
  line-height: 1.1em;
  display: block;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-size: 0.7em;
  font-weight: bold;
  background: #fff;
  color: #ec008c;
  overflow: hidden;
  border: 2px solid #333;
  left: 23px;
  bottom: 3px;
}
.top-bar .social {
  display: none;
  float: left;
}
.top-bar .social a {
  height: 40px;
  margin-bottom: 0 !important;
}
.top-bar .social a img {
  height: 24px;
  margin-top: 8px;
}
.top-bar .social .social-icons {
  float: left;
}
.top-bar .social .spacer {
  height: 25px;
  width: 1px;
  vertical-align: middle;
  background: #4d4d4d;
  margin: 7px 15px;
  float: left;
}
.top-bar .social .free-delivery {
  float: left;
  line-height: 40px;
  padding: 0 0 0 30px;
  background: url(../images/icons/flags/gbp.png) 0 center no-repeat;
}
.top-bar .top-menu {
  text-align: center;
}
.top-bar .top-menu .menu-item {
  display: inline-block;
}
.top-bar .top-menu .menu-item.menu-item-home,
.top-bar .top-menu .menu-item.menu-item-blog {
  display: none;
}
.top-bar .top-menu .menu-item.menu-item-currency {
  position: absolute;
  right: 0;
}
.top-bar .top-menu .menu-item .menu-link {
  color: #fff;
  display: inline-block;
  line-height: 40px;
  height: 40px;
  text-decoration: none;
  padding: 0 7px;
  position: relative;
}
.top-bar .top-menu .menu-item .menu-link.has-icon:before {
  display: block;
  content: "";
  display: inline-block;
  width: 25px;
  height: 100%;
  background: url() center center no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-right: 3px;
}
.top-bar .top-menu .menu-item .menu-link.icon-favourites:before {
  background-image: url(../images/icons/heart-outline-pink.png);
}
.top-bar .top-menu .menu-item .menu-link.icon-sizes:before {
  background-image: url(../images/icons/ruler-grey.png);
}
.top-bar .top-menu .menu-item .menu-link.icon-basket:before {
  background-image: url(../images/icons/basket-outline-pink.png);
}
.top-bar .top-menu .menu-item .menu-link.icon-search:before {
  background-image: url(../images/icons/magnifyingglass-pink.png);
}
.top-bar .top-menu .menu-item .menu-link.icon-myaccount:before {
  background-image: url(../images/icons/myaccount-outline-pink.png);
}
.top-bar .top-menu .menu-item .menu-link.has-dropdown:after {
  display: block;
  content: "";
  display: none;
  width: 25px;
  height: 25px;
  background: url(../images/icons/arrows/grey-down.png) center center no-repeat;
  background-size: 12px;
  vertical-align: middle;
  margin-left: 3px;
}
.top-bar .top-menu .menu-item .menu-link + .menu-dropdown {
  display: none;
  position: absolute;
  left: 0;
  background: #404040;
  padding: 20px;
  width: 100%;
  text-align: left;
  /*a {
						display: block;
						color: @colour-white;
						padding: 0 10px;
					}*/
}
.top-bar .top-menu .menu-item .menu-link + .menu-dropdown .menu {
  margin: -20px;
  min-width: 150px;
}
.top-bar .top-menu .menu-item .menu-link + .menu-dropdown .menu a {
  display: block;
  color: #fff;
  padding: 10px 10px;
  text-decoration: none;
}
.top-bar .top-menu .menu-item .menu-link + .menu-dropdown .menu a:hover {
  background: #4d4d4d;
}
.top-bar .top-menu .menu-item .menu-link + .menu-dropdown .welcome {
  display: block;
  color: #ec008c;
  padding: 10px;
  border-bottom: 1px dashed #666666;
}
.top-bar .top-menu .menu-item .menu-link + .menu-dropdown.currency {
  min-width: 200px;
  right: 0;
  left: auto;
}
.top-bar .top-menu .menu-item .menu-link + .menu-dropdown.currency .current {
  margin: -20px -20px 20px;
  padding: 10px;
  border-bottom: 1px dashed #666666;
}
.top-bar .top-menu .menu-item .menu-link + .menu-dropdown.currency .current div {
  color: #ec008c;
}
.top-bar .top-menu .menu-item .menu-link + .menu-dropdown.basket .basket-items {
  margin: 0 0 20px;
}
.top-bar .top-menu .menu-item .menu-link + .menu-dropdown.basket .basket-item td {
  padding: 3px 0;
}
.top-bar .top-menu .menu-item .menu-link + .menu-dropdown.basket .basket-item .qty {
  width: 50px;
}
.top-bar .top-menu .menu-item .menu-link + .menu-dropdown.basket .basket-delivery td {
  padding: 10px 0;
  color: #999;
}
.top-bar .top-menu .menu-item .menu-link + .menu-dropdown.basket .basket-total td {
  font-size: 1.2em;
}
.top-bar .top-menu .menu-item .menu-link .basket-total {
  color: #ec008c;
  margin-left: 5px;
}
.top-bar .top-menu .menu-item .menu-link .text {
  display: none;
}
.top-bar .top-menu .menu-item:hover,
.top-bar .top-menu .menu-item .open {
  background-color: #404040;
}
.top-bar .top-menu .menu-item:hover .counter,
.top-bar .top-menu .menu-item .open .counter {
  border-color: #404040;
}
.top-bar .top-menu .menu-item:hover .menu-dropdown,
.top-bar .top-menu .menu-item .open .menu-dropdown {
  display: block;
}
.top-bar .top-menu .spacer {
  display: none;
  height: 25px;
  width: 1px;
  vertical-align: middle;
  background: #4d4d4d;
  margin: 0 3px;
}
/*#endregion */
/*#region HEADER */
.header {
  max-width: 1300px;
  padding: 10px 10px;
  margin: 0 auto;
}
.header .logo {
  display: block;
  margin: 5px 0 0;
  vertical-align: middle;
}
.header .logo > img {
  display: block;
  margin: 0 auto;
}
.header .search {
  width: 100%;
  vertical-align: middle;
  position: absolute;
  top: 40px;
  left: 0;
  padding: 10px;
  background: #333;
  display: none;
}
.header .search .search-box {
  background: url(../images/icons/magnifying-glass.png) 15px center no-repeat #fff;
  background-size: auto 50%;
  height: 50px;
  border: 1px solid #efd0e5;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.header .search .search-box input {
  background: none;
  border: 0;
  height: 48px;
  width: 100%;
  padding: 0 0 0 50px;
}
.header .search .search-box .a_Button {
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  line-height: 1.7em;
}
.header .search .search-link {
  display: none;
  position: absolute;
  top: 20px;
  right: 0;
  background: url(../images/icons/magnifyingglass-white.png) center center no-repeat #ff86ce;
  background-size: auto 70%;
  width: 40px;
  height: 30px;
  padding: 0 10px 0 0;
  -webkit-border-radius: 1em 0 0 1em;
  -moz-border-radius: 1em 0 0 1em;
  border-radius: 1em 0 0 1em;
}
.header .search .div_Loader {
  color: #888;
  display: inline;
  font-size: 11px;
  height: 35px;
  line-height: 35px;
  margin: 0 0 0 -170px;
  position: absolute;
  text-align: right;
  width: 100px;
}
.header .header-tools {
  vertical-align: middle;
  text-align: center;
}
.header .header-tools .tool {
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  margin: 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  border: 1px solid transparent;
}
.header .header-tools .tool.no-dropdown {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.header .header-tools .tool.no-dropdown::after {
  visibility: hidden;
}
.header .header-tools .tool .menu-link {
  display: block;
  padding: 5px 3px;
  position: relative;
}
.header .header-tools .tool .menu-link::after {
  content: "";
  overflow: hidden;
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.header .header-tools .tool .icon {
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: url() center center no-repeat black;
  background-size: 50%;
  text-align: center;
  color: #fff;
  line-height: 30px;
  font-weight: bold;
  vertical-align: middle;
  font-family: Arial, Helvetica;
}
.header .header-tools .tool .icon + .counter {
  width: 1.5em;
  height: 1.5em;
  line-height: 1.4em;
  display: block;
  position: absolute;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  font-size: 0.7em;
  background: #fff;
  color: #333;
  overflow: hidden;
  border: 1px solid #333;
  left: 23px;
  top: 0;
}
.header .header-tools .tool .icon.icon-light-grey {
  background-color: #cccccc;
}
.header .header-tools .tool .icon.icon-dark-grey {
  background-color: #999999;
}
.header .header-tools .tool .icon.icon-pink {
  background-color: #ec008c;
}
.header .header-tools .tool .icon.icon-pink + .counter {
  border-color: #ec008c;
}
.header .header-tools .tool .icon.icon-green {
  background-color: #6bab4c;
}
.header .header-tools .tool .icon.icon-green + .counter {
  border-color: #6bab4c;
}
.header .header-tools .tool.tool-livechat .icon {
  background-image: url(../images/icons/livechat.png);
}
.header .header-tools .tool.tool-basket .icon {
  background-image: url(../images/icons/basket.png);
}
.header .header-tools .tool.tool-myaccount .icon {
  background-image: url(../images/icons/myaccount.png);
}
.header .header-tools .tool.tool-favourites .icon {
  background-image: url(../images/icons/heartwhite.png);
}
.header .header-tools .tool.tool-help .icon {
  background-image: url(../images/icons/menuwhite.png);
}
.header .header-tools .tool.tool-share .icon {
  background-image: url(../images/icons/share.png);
}
.header .header-tools .tool:hover {
  background: #fff;
  border-color: #f6e3ef;
}
.header .header-tools .tool:hover .icon-light-grey {
  background-color: #b3b3b3;
}
.header .header-tools .tool:hover .icon-dark-grey {
  background-color: #808080;
}
.header .header-tools .tool:hover .icon-pink {
  background-color: #b9006e;
}
.header .header-tools .tool:hover .icon-green {
  background-color: #55883c;
}
.header .header-tools .tool:hover::after {
  display: block;
  content: "";
  background: #fff;
  height: 1px;
  width: 100%;
  z-index: 33;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.header .header-tools .tool .text {
  display: none;
  float: right;
  margin: 0 0 0 10px;
  color: #404040;
  text-align: left;
}
.header .header-tools .tool .text.one-line {
  font-size: 1.1em;
  line-height: 40px;
}
.header .header-tools .tool .text.two-lines {
  padding: 3px 0;
}
.header .header-tools .tool .text.two-lines span {
  display: block;
  line-height: 1em;
}
.header .header-tools .tool .text.two-lines span:nth-child(1) {
  font-size: 1.1em;
}
.header .header-tools .tool .text.two-lines span:nth-child(2) {
  font-size: 0.9em;
  color: #999;
}
.header .header-tools .tool .text.two-lines span:nth-child(2).online {
  color: #6bab4c;
}
.header .header-tools .tool .dropdown {
  display: none;
  background: #fff;
  padding: 10px;
  position: absolute;
  z-index: 32;
  left: 5%;
  min-width: 90%;
  max-width: 90%;
  border: 1px solid #f6e3ef;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  margin: 0 -1px;
  white-space: nowrap;
  text-align: left;
}
.header .header-tools .tool .dropdown .menu {
  margin: 0 -10px;
}
.header .header-tools .tool .dropdown .menu a {
  display: block;
  text-decoration: none;
  padding: 3px 10px;
  color: #333;
  cursor: pointer;
  background: none;
}
.header .header-tools .tool .dropdown .menu a:hover {
  background: #ec008c;
  color: #fff;
}
.header .header-tools .tool:hover .dropdown {
  display: block;
}
.header .header-tools .tool.tool-share {
  display: none;
}
.header .header-tools .tool.tool-currency .dropdown .current {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.header .header-tools .tool.tool-currency .dropdown .current div {
  font-weight: bold;
}
.header .header-tools .tool.tool-currency .dropdown .menu a {
  background-image: url(../images/icons/flag_gb.gif);
  background-position: 10px center;
  background-repeat: no-repeat;
  padding-left: 50px;
}
.header .header-tools .tool.tool-currency .dropdown .menu a.CAD {
  background-image: url(../images/icons/flag_Canada.gif);
}
.header .header-tools .tool.tool-currency .dropdown .menu a.USD {
  background-image: url(../images/icons/flag_usa.gif);
}
.header .header-tools .tool.tool-currency .dropdown .menu a.EUR {
  background-image: url(../images/icons/flag_eur.gif);
}
.header .header-tools .tool.tool-myaccount .text {
  display: none;
}
.header .header-tools .tool.tool-myaccount .dropdown .welcome {
  font-weight: bold;
  display: block;
  margin: 0 0 10px;
  padding: 0 10px;
}
.header .header-tools .tool.tool-basket .text {
  display: none;
}
.header .header-tools .tool.tool-basket .dropdown {
  width: 500px;
  white-space: normal;
}
.header .header-tools .tool.tool-basket .dropdown .basket-items {
  margin: 20px 0;
}
.header .header-tools .tool.tool-basket .dropdown .basket-items .basket-item {
  margin: 5px 0;
}
.header .header-tools .tool.tool-basket .dropdown .basket-items .basket-item .price {
  color: #999;
}
.header .header-tools .tool.tool-basket .dropdown .total-price {
  font-size: 1.1em;
  margin: 10px 0;
}
.header .header-tools .tool.tool-favourites .text {
  display: none;
}
.header .header-tools .tool.tool-favourites .dropdown {
  width: 500px;
  white-space: normal;
}
.header .header-tools .tool.tool-favourites .favourites .favourite-item {
  display: inline-block;
  width: 24%;
}
.header .header-tools .tool.tool-favourites .favourites .clear {
  display: none;
}
.header .header-tools .tool.tool-livechat .text {
  display: none;
}
.header .header-tools .tool.tool-livechat .dropdown {
  width: 300px;
  white-space: normal;
}
.header .header-tools .tool.tool-livechat .dropdown .a_Button {
  display: block;
  margin: 10px 0 0;
}
.MobileLayout .header .logo {
  display: inline-block;
  max-width: 50%;
  height: auto;
}
.MobileLayout .header .logo img {
  width: auto;
  height: 35px;
  max-width: none;
  max-height: none;
}
.MobileLayout .header .header-tools {
  display: none;
}
/*#endregion */
/*#region CONTENT */
.div_MainContent {
  padding: 0 10px;
  max-width: 1300px;
  margin: 0 auto;
}
.MobileLayout .div_MainContent {
  padding-top: 20px;
  border-top: 3px solid #ec008c;
}
/*#endregion */
/*#region MAIN MENU */
.div_CategoriesMenu {
  background: #eee;
  color: #333;
  line-height: 3em;
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 10px;
  position: relative;
}
.div_CategoriesMenu .a_MainMenuLink {
  display: block;
  color: #333;
  padding: 0 0 0 50px;
  background: url(../images/icons/menu-black.png) 15px center no-repeat;
  background-size: auto 50%;
  text-decoration: none;
}
.div_CategoriesMenu .div_CategoriesMenuInner {
  display: none;
  line-height: 2em;
  /*#ucMainMenu_ucSuperMenu1_dr_ctl06_panSupermenu {
			display: block;
		}*/
}
.div_CategoriesMenu .div_CategoriesMenuInner .div_MenuItem > a {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 0 15px;
}
.div_CategoriesMenu .div_CategoriesMenuInner .div_MenuItem:hover {
  background-color: #ec008c;
}
.div_CategoriesMenu .div_CategoriesMenuInner .div_MenuItem:hover > a {
  color: #fff;
}
.div_CategoriesMenu .div_CategoriesMenuInner .div_MenuItem:hover .div_SuperMenu {
  display: block;
}
.div_CategoriesMenu .div_CategoriesMenuInner .div_MenuItem.home {
  display: none;
  background-color: #c80077;
}
.div_CategoriesMenu .div_CategoriesMenuInner .div_MenuItem.home:hover {
  background-color: #a50062;
}
.div_CategoriesMenu .div_CategoriesMenuInner .div_MenuItem.home > a img {
  display: none;
}
.div_CategoriesMenu .div_CategoriesMenuInner .div_MenuItem.new > a:after {
  display: block;
  content: "";
  content: "New";
  font-size: 0.6em;
  color: #fff;
  display: inline-block;
  margin-left: 1ch;
  background: #333;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  padding: 0.2em 1ch;
  line-height: 1em;
  text-transform: uppercase;
}
.div_CategoriesMenu .div_CategoriesMenuInner::after {
  content: "";
  overflow: hidden;
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.div_CategoriesMenu .div_CategoriesMenuInner .div_SuperMenu {
  display: none;
  background: url() right top no-repeat #fff;
  background-size: 50% auto;
  z-index: 32;
  min-width: 100%;
  color: #333;
  text-align: left;
}
.div_CategoriesMenu .div_CategoriesMenuInner .div_SuperMenu .img_FloatRight {
  display: none;
  max-width: 50%;
}
.div_CategoriesMenu .div_CategoriesMenuInner .div_SuperMenu a {
  display: block;
  color: #333;
  text-decoration: none;
  padding: 0 15px;
  background: #fff;
  font-size: 0.9em;
}
.div_CategoriesMenu .div_CategoriesMenuInner .div_SuperMenu a:hover {
  background-color: #eee;
}
.div_CategoriesMenu .div_CategoriesMenuInner .div_SuperMenu .div_Brands a img {
  display: none;
}
.div_CategoriesMenu .div_CategoriesMenuInner .div_SuperMenu .div_Swatches::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.div_CategoriesMenu .div_CategoriesMenuInner .div_SuperMenu .div_Swatches a {
  float: left;
  width: 50%;
}
.div_CategoriesMenu .div_CategoriesMenuInner .div_SuperMenu h3 {
  background: #fff;
  padding: 0.5em 15px;
  color: #ec008c;
  font-size: 1.1em;
  margin: 0;
}
.div_CategoriesMenu .div_CategoriesMenuInner .div_SuperMenu h3 a {
  color: #ec008c;
}
.div_CategoriesMenu .div_CategoriesMenuInner .div_SuperMenu h4 {
  padding: 0;
  background: 0;
  margin: 0 0 10px 0;
  color: #ec008c;
}
.div_CategoriesMenu .div_CategoriesMenuInner .menu-sale > a {
  color: #e71c1c;
}
.div_CategoriesMenu .div_CategoriesMenuInner .menu-sale:hover {
  background-color: #e71c1c;
}
.div_CategoriesMenu.div_StickyMenu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  margin: 0;
  z-index: 34234;
  max-width: 100%;
  border-bottom: 3px solid #ec008c;
}
/*#endregion */
/*#region FOOTER */
.a_FooterToggle {
  display: block;
  color: #999;
  line-height: 2em;
  text-align: center;
  padding: 0.5em 1em;
  margin: 0;
}
.pre-footer {
  display: none;
}
.div_Footer {
  margin: 20px 0 0;
  background: #333;
}
.div_Footer:before {
  display: block;
  content: "";
  border-bottom: 1px dashed #999;
  height: 4px;
  clear: both;
}
.div_Footer .div_FooterMain {
  display: none;
  max-width: 1300px;
  margin: 0 auto;
  padding: 2em 10px;
  font-size: 0.9em;
  color: #fff;
}
.div_Footer h3 {
  color: #f86dbe;
  font-weight: normal;
  font-size: 1.2em;
  margin: 20px 0 5px;
}
.div_Footer a {
  color: #fee7f4;
  text-decoration: none;
}
.div_Footer .links a {
  display: block;
}
.div_Footer .div_Newsletter {
  padding: 10px;
}
.bottom-bar {
  text-align: center;
  color: #999;
  background: #262626;
  padding: 1em 0;
  font-size: 0.8em;
}
.bottom-bar a {
  color: #999;
}
.bottom-bar .a_Webthinking {
  display: block;
  margin: 0 0 3px;
}
/*#endregion */
/*#endregion */
/*#region BITS */
/*#region AJAX */
.ajax-loading-static:before {
  background: url(../images/icons/ajax/ajaxloader2.gif) center center no-repeat rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  z-index: 120;
  position: absolute;
}
/*#endregion */
/*#region BUTTONS */
.a_Button,
.a_SubmitButton {
  display: inline-block;
  text-align: center;
  background: #ec008c;
  color: #fff;
  text-decoration: none;
  vertical-align: middle;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.a_Button:hover,
.a_SubmitButton:hover {
  background: #d3007d;
  text-decoration: none;
}
.a_Button:active,
.a_SubmitButton:active {
  background: #b9006e;
  -moz-box-shadow: inset 0 0.2em 0.1em 0.1em rgba(51, 51, 51, 0.2);
  -webkit-box-shadow: inset 0 0.2em 0.1em 0.1em rgba(51, 51, 51, 0.2);
  box-shadow: inset 0 0.2em 0.1em 0.1em rgba(51, 51, 51, 0.2);
}
.a_Button:active > .img_ButtonIcon,
.a_SubmitButton:active > .img_ButtonIcon,
.a_Button:active > b,
.a_SubmitButton:active > b,
.a_Button:active > input,
.a_SubmitButton:active > input {
  padding-top: 0.75em;
  padding-bottom: 0.45em;
}
.a_Button > .img_ButtonIcon,
.a_SubmitButton > .img_ButtonIcon {
  display: inline-block;
  padding: 0.6em 0 0.6em 0.8em;
  vertical-align: top;
}
.a_Button > b,
.a_SubmitButton > b,
.a_Button > input,
.a_SubmitButton > input {
  background: none;
  border: 0;
  font-weight: normal;
  padding: 0.6em 0.8em;
  display: inline-block;
  cursor: pointer;
  color: #fff;
}
.a_Button.a_ButtonGreen,
.a_SubmitButton.a_ButtonGreen {
  background: #6bab4c;
  color: #fff;
}
.a_Button.a_ButtonGreen:hover,
.a_SubmitButton.a_ButtonGreen:hover {
  background: #609944;
}
.a_Button.a_ButtonGreen:active,
.a_SubmitButton.a_ButtonGreen:active {
  background: #55883c;
}
.a_Button.a_ButtonDisabled,
.a_SubmitButton.a_ButtonDisabled,
.a_Button.a_ButtonDisabled:hover,
.a_SubmitButton.a_ButtonDisabled:hover,
.a_Button.a_ButtonDisabled:active,
.a_SubmitButton.a_ButtonDisabled:active {
  background: #ccc;
  color: #999;
  cursor: default;
}
.a_Button.a_Large > input,
.a_SubmitButton.a_Large > input,
.a_Button.a_Large > b,
.a_SubmitButton.a_Large > b {
  padding: 1em 2em ;
  margin: 0;
  font-size: 1.2em;
}
.a_Button.a_Large:active > input,
.a_SubmitButton.a_Large:active > input,
.a_Button.a_Large:active > b,
.a_SubmitButton.a_Large:active > b {
  padding-top: 1.1em;
  padding-bottom: 0.9em;
}
/*#endregion */
/*#region COLOURS */
.pink,
.text-pink {
  color: #ec008c;
}
.text-white {
  color: #fff;
}
/*#endregion */
/*#region FORMS */
.div_FormItem {
  margin: 10px 0;
}
.div_FormItem label {
  display: block;
}
.div_FormItem .ipt_Checkbox + label {
  display: inline;
}
.password-strength {
  display: none;
  margin-left: 10px;
  vertical-align: middle;
}
.password-strength .password-strength-bar-outer {
  width: 100px;
  height: 25px;
  border: 1px solid #ccc;
  display: inline-block;
  padding: 0;
  border-radius: 3px;
  overflow: hidden;
  vertical-align: middle;
  background: #fff;
}
.password-strength .password-strength-bar-inner {
  width: 0%;
  height: 23px;
  background: #333;
  transition: all ease-in-out 200ms;
}
.password-strength .password-strength-label {
  line-height: 20px;
  vertical-align: middle;
  margin-left: 5px;
  font-size: 0.9em;
}
.password-strength.password-weak .password-strength-bar-inner {
  background: #e71c1c;
}
.password-strength.password-okay .password-strength-bar-inner {
  background: #ebe46b;
}
.password-strength.password-strong .password-strength-bar-inner {
  background: #6bab4c;
}
/*#endregion */
/*#region PAGING */
.div_Paging {
  font-size: 0.9em;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}
.div_Paging .div_PagingSummary {
  vertical-align: middle;
  display: inline-block;
  margin-right: 20px;
}
.div_Paging .div_PagingSummary .short {
  display: inline-block;
}
.div_Paging .div_PagingSummary .long {
  display: none;
}
.div_Paging .div_Nav {
  vertical-align: middle;
  margin: 10px 0 0;
}
.div_Paging .div_Nav A {
  display: inline-block;
  border: 1px solid transparent;
  min-width: 1.4em;
  height: 1.4em;
  line-height: 1.2em;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  padding: 0 3px;
  vertical-align: middle;
  float: left;
  margin: 0 1px;
  color: #ec008c;
  text-decoration: none;
  font-size: 0.9em;
}
.div_Paging .div_Nav A:hover {
  text-decoration: none;
  background-color: #fcf6fa;
  color: #333;
  border-color: #ccc;
}
.div_Paging .div_Nav A.show-all {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.div_Paging .div_Nav .div_Left {
  vertical-align: middle;
}
.div_Paging .div_Nav .div_Pages {
  display: inline-block;
  vertical-align: middle;
}
.div_Paging .div_Nav .div_Pages .lnk_Current_Page {
  background: #ec008c;
  border-color: #ec008c;
  color: #fff;
}
.div_Paging .div_Nav .div_Right {
  display: inline-block;
  vertical-align: middle;
}
.div_Paging .div_Nav .first-page,
.div_Paging .div_Nav .previous-page,
.div_Paging .div_Nav .next-page,
.div_Paging .div_Nav .last-page {
  line-height: 5em;
  width: 1.4em;
  background: url(../images/icons/arrows/pink-down.png) center center no-repeat;
  background-size: 50%;
}
.div_Paging .div_Nav .first-page:hover,
.div_Paging .div_Nav .previous-page:hover,
.div_Paging .div_Nav .next-page:hover,
.div_Paging .div_Nav .last-page:hover {
  background-image: url(../images/icons/arrows/black-down.png);
}
.div_Paging .div_Nav .first-page.lnk_Paging_Disabled,
.div_Paging .div_Nav .previous-page.lnk_Paging_Disabled,
.div_Paging .div_Nav .next-page.lnk_Paging_Disabled,
.div_Paging .div_Nav .last-page.lnk_Paging_Disabled {
  background-image: url(../images/icons/arrows/grey-down.png);
  display: none;
}
.div_Paging .div_Nav .first-page.lnk_Paging_Disabled:hover,
.div_Paging .div_Nav .previous-page.lnk_Paging_Disabled:hover,
.div_Paging .div_Nav .next-page.lnk_Paging_Disabled:hover,
.div_Paging .div_Nav .last-page.lnk_Paging_Disabled:hover {
  background-color: inherit;
  border-color: #eee;
  cursor: default;
}
.div_Paging .div_Nav .first-page,
.div_Paging .div_Nav .previous-page {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  writing-mode: lr-tb;
}
.div_Paging .div_Nav .next-page,
.div_Paging .div_Nav .last-page {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  writing-mode: lr-tb;
}
.div_Paging .div_Nav .first-page,
.div_Paging .div_Nav .last-page {
  background-image: url(../images/icons/arrows/pink-down-double.png);
}
.div_Paging .div_Nav .first-page:hover,
.div_Paging .div_Nav .last-page:hover {
  background-image: url(../images/icons/arrows/black-down-double.png);
}
.div_Paging .div_Nav .first-page.lnk_Paging_Disabled,
.div_Paging .div_Nav .last-page.lnk_Paging_Disabled {
  background-image: url(../images/icons/arrows/grey-down-double.png);
}
/*#endregion */
/*#region SWATCHES */
.swatch {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
  width: 1.2em;
  height: 1.2em;
  position: relative;
}
.swatch:after {
  display: block;
  content: "";
  border: 1px solid #333;
  border: 1px solid hsla(0, 0%, 20%, 0.5);
  height: 100%;
  width: 100%;
  position: absolute;
}
.swatch > span {
  display: block;
  height: 100%;
  width: 100%;
  float: left;
}
.swatch.swatch-2 > span {
  width: 50%;
}
.swatch.swatch-2 > span:nth-of-type(1) {
  border-bottom: 0;
}
.swatch.swatch-2 > span:nth-of-type(2) {
  border-top: 0;
}
.swatch.swatch-3 > span {
  width: 33.3%;
}
.swatch.swatch-3 > span:nth-of-type(1) {
  border-bottom: 0;
}
.swatch.swatch-3 > span:nth-of-type(2) {
  border-top: 0;
  border-bottom: 0;
}
.swatch.swatch-3 > span:nth-of-type(3) {
  border-top: 0;
}
/*#endregion */
/*#region SELECT BOXES */
.select-box-1 {
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  width: auto;
  vertical-align: middle;
  color: #ec008c;
  font-size: 0.9em;
  padding: 3px 3px;
}
.select-box-1 > option {
  font-size: 0.9em;
}
/*#endregion */
/*#region TABS */
/*#region JS TABS */
.div_JSTabs .div_TabsNav > A,
.div_JSTabs .div_Tabs > A,
.div_JSTabs .div_TabsNav > a:active,
.div_JSTabs .div_Tabs > a:active {
  display: block;
  background: #fcf6fa;
  text-align: left;
  text-decoration: none;
  color: #333;
  padding: 0 10px;
  height: 5px;
  overflow: hidden;
  margin: 0 0 1px;
  font-size: 110%;
}
.div_JSTabs .div_TabsNav > A.a_Current,
.div_JSTabs .div_Tabs > A.a_Current,
.div_JSTabs .div_TabsNav > A.a_Current:hover,
.div_JSTabs .div_Tabs > A.a_Current:hover {
  background: #fff;
  color: #ec008c;
  display: block;
  height: auto;
}
.div_JSTabs .div_TabsNav > A SPAN,
.div_JSTabs .div_Tabs > A SPAN {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
}
.div_JSTabs .div_TabsNav > A:hover,
.div_JSTabs .div_Tabs > A:hover {
  background: #ec008c;
}
.div_JSTabs .div_TabsNav:hover > A,
.div_JSTabs .div_Tabs:hover > A {
  display: block;
  height: auto;
  overflow: visible;
}
.div_JSTabs .div_TabsNav::after,
.div_JSTabs .div_Tabs::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.div_JSTabs .div_TabsContent {
  padding: 10px 0;
  background: none;
}
/*#endregion */
/*#region STYLE 2 */
.tabs2 .div_TabsNav,
.tabs2 .div_Tabs {
  border: 1px solid #eee;
}
.tabs2 .div_TabsNav > A,
.tabs2 .div_Tabs > A {
  background: #fff;
  display: none;
  padding: 0 2%;
  color: #999;
}
.tabs2 .div_TabsNav > A span,
.tabs2 .div_Tabs > A span {
  line-height: 1em;
}
.tabs2 .div_TabsNav > A.tab-image img,
.tabs2 .div_Tabs > A.tab-image img {
  height: 1em;
}
.tabs2 .div_TabsNav > A:active,
.tabs2 .div_Tabs > A:active {
  background-color: #fcf6fa;
  padding: 0 2%;
}
.tabs2 .div_TabsNav > A.a_Current,
.tabs2 .div_Tabs > A.a_Current,
.tabs2 .div_TabsNav > A.a_Current:hover,
.tabs2 .div_Tabs > A.a_Current:hover,
.tabs2 .div_TabsNav > A.a_Selected,
.tabs2 .div_Tabs > A.a_Selected,
.tabs2 .div_TabsNav > A.a_Selected:hover,
.tabs2 .div_Tabs > A.a_Selected:hover {
  background: url(../images/icons/arrows/blackdown.png) 95% center no-repeat #fff;
  background-size: 2.5%;
  color: #333;
}
.tabs2 .div_TabsNav > A.a_Current span,
.tabs2 .div_Tabs > A.a_Current span,
.tabs2 .div_TabsNav > A.a_Current:hover span,
.tabs2 .div_Tabs > A.a_Current:hover span,
.tabs2 .div_TabsNav > A.a_Selected span,
.tabs2 .div_Tabs > A.a_Selected span,
.tabs2 .div_TabsNav > A.a_Selected:hover span,
.tabs2 .div_Tabs > A.a_Selected:hover span {
  font-weight: bold;
}
.tabs2 .div_TabsNav > A:hover,
.tabs2 .div_Tabs > A:hover {
  background: #fff;
  color: #333;
}
.tabs2 .div_TabsContent {
  padding: 3% 0;
  border: 0;
  border-bottom: 1px solid #eee;
}
.tabs2.tabs2a .div_TabsNav > A.a_Current,
.tabs2.tabs2a .div_TabsNav > A.a_Current:hover {
  background: #fcf6fa;
  border-bottom-color: #fcf6fa;
}
/*#endregion */
/*#endregion*/
/*#region TABLES */
TABLE.tbl_Data thead tr TH {
  background: #f6e3ef;
  font-weight: bold;
  color: #6a2352;
  border-bottom: 0;
  padding: 0.7em;
}
TABLE.tbl_Data tbody TR td {
  background: #fdfafc;
  border: 0;
  border-bottom: 1px solid #f6e3ef;
  padding: 0.7em;
}
TABLE.tbl_Data tbody TR:hover td {
  background: #fcf6fa;
}
TABLE.tbl_Data tbody:last-child tr:last-child td {
  border-bottom: 0;
}
TABLE.tbl_Data tfoot TR td {
  background: #fdfafc;
  border: 0;
  border-bottom: 1px solid #f6e3ef;
  padding: 0.7em;
}
TABLE.tbl_Data tfoot TR:hover td {
  background: #fcf6fa;
}
TABLE.tbl_Data tfoot TR.tr_Total {
  font-size: 2em;
}
TABLE.tbl_Data tfoot TR.tr_Total td {
  padding-top: 1em;
  padding-bottom: 1em;
}
TABLE.tbl_Data .th_Value,
TABLE.tbl_Data .td_Value {
  text-align: right;
  min-width: 100px;
  width: 10%;
}
table.tbl_InputForm tr td .spn_FormMultiText INPUT,
table.tbl_InputForm tr td .spn_FormMultiText SELECT,
table.tbl_InputForm tr td .spn_FormMultiText textarea {
  width: auto;
  margin: 0 5px 0 0;
}
table.tbl_InputForm tr td input.ipt_AutoWidth {
  width: auto;
}
/*#region BRA SIZES */
.responsive-table {
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
}
TABLE.tbl_BraSizes thead tr th {
  text-align: center;
  padding: 0.3em 0;
}
TABLE.tbl_BraSizes tbody tr td {
  text-align: center;
  padding: 0.3em 0;
}
TABLE.tbl_BraSizes tbody tr td a {
  background: none !important;
  color: #ec008c !important;
}
/*#endregion */
/*#endregion */
/*#region SEARCH BOX */
.div_SearchBarResultsOuter {
  position: absolute;
  background: #fff;
  border: 1px solid #efd0e5;
  padding: 25px;
  margin-left: -2px;
  margin-top: 1px;
  min-width: 50%;
  z-index: 20;
  display: none;
}
.div_SearchBarResultsOuter::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.div_SearchBarResultsOuter .div_SearchBarResultsKeywords > a {
  display: block;
  color: #333;
}
.div_SearchBarResultsOuter .div_SearchBarResultsKeywords > a.a_Selected {
  background: #ec008c;
  color: #fff;
}
.div_SearchBarResultsOuter .div_SearchBarResultsProducts {
  float: right;
  width: 50%;
  display: none;
}
.div_SearchBarResultsOuter .div_SearchBarResultsProducts .product {
  display: block;
  text-decoration: none;
  color: #333;
  margin: 0 0 10px;
}
.div_SearchBarResultsOuter .div_SearchBarResultsProducts .product .div_Image {
  float: left;
  width: 25%;
}
.div_SearchBarResultsOuter .div_SearchBarResultsProducts .product .div_Details {
  margin: 0 0 0 30%;
}
.div_SearchBarResultsOuter .div_SearchBarResultsProducts .div_ShowMore {
  margin: 20px 0 0;
}
/*#endregion */
/*#region PRODUCT SEARCH RESULTS */
.product-search-results {
  margin-top: 20px;
}
.product-search-results .div_BrowsingLeft .div_FiltersMenu::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.product-search-results .div_BrowsingLeft .div_FiltersMenu .a_FiltersLink {
  color: #333;
  font-size: 1em;
  display: block;
  text-decoration: none;
}
.product-search-results .div_BrowsingLeft .div_FiltersMenu #div_Filters {
  display: none;
  margin-top: 10px;
}
.product-search-results .div_BrowsingLeft .div_FiltersMenu #div_Filters > h2 {
  display: none;
  color: #333;
  margin: 0 0 10px;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: bold;
}
.product-search-results .div_BrowsingLeft .div_FiltersMenu .div_Filter {
  margin: 0.5% 0;
}
.product-search-results .div_BrowsingLeft .div_FiltersMenu .div_Filter:empty {
  display: none;
}
.product-search-results .div_BrowsingLeft .div_FiltersMenu .div_Filter h2 {
  font-weight: bold;
  font-size: 1em;
  margin: 0;
}
.product-search-results .div_BrowsingLeft .div_FiltersMenu .div_Filter h2[onclick] {
  cursor: pointer;
}
.product-search-results .div_BrowsingLeft .div_FiltersMenu .div_Filter h2:after {
  display: block;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../images/icons/arrows/black-down.png) center center no-repeat;
  background-size: 10px;
  vertical-align: middle;
  margin-left: 10px;
}
.product-search-results .div_BrowsingLeft .div_FiltersMenu .div_Filter h2 > .current-selection {
  color: #999;
  margin-left: 10px;
}
.product-search-results .div_BrowsingLeft .div_FiltersMenu .div_Filter h2 > .current-selection:empty {
  display: none;
}
.product-search-results .div_BrowsingLeft .div_FiltersMenu .div_Filter h2 > a {
  font-size: 0.8em;
  color: #999;
  margin: 0 0 0 10px;
}
.product-search-results .div_BrowsingLeft .div_FiltersMenu .div_Filter h2 + .div_Scroll {
  display: none;
}
.product-search-results .div_BrowsingLeft .div_FiltersMenu .div_Filter .div_Scroll {
  margin-top: 5px;
  overflow: auto;
}
.product-search-results .div_BrowsingLeft .div_FiltersMenu .div_Filter ul {
  padding: 0;
}
.product-search-results .div_BrowsingLeft .div_FiltersMenu .div_Filter li {
  list-style: none;
}
.product-search-results .div_BrowsingLeft .div_FiltersMenu .div_Filter li a {
  text-decoration: none;
  color: #333;
}
.product-search-results .div_BrowsingLeft .div_FiltersMenu .div_Filter li a:hover {
  text-decoration: underline;
}
.product-search-results .div_BrowsingLeft .div_FiltersMenu .div_Filter .div_Selected {
  font-weight: bold;
  display: inline-block;
  margin: 0 0 10px;
  font-size: 1.2em;
}
.product-search-results .div_BrowsingLeft .div_FiltersMenu .div_Filter .div_Selected .remove {
  display: inline-block;
  color: #ccc;
  margin: 0 0 0 10px;
  font-size: 0.7em;
}
.product-search-results .div_BrowsingLeft .div_FiltersMenu .div_Filter .div_NoProducts {
  color: #ccc;
}
.product-search-results .div_BrowsingLeft .div_FiltersMenu .div_Filter .selected-values {
  display: none;
}
.product-search-results .div_BrowsingRight .div_Products .div_Product {
  position: relative;
  vertical-align: top;
  text-align: center;
  transition: all 300ms ease-in-out;
}
.product-search-results .div_BrowsingRight .div_Products .div_Product .a_ProductImage {
  display: block;
}
.product-search-results .div_BrowsingRight .div_Products .div_Product .a_ProductImage img {
  transition: opacity 0.4s ease-out;
}
.product-search-results .div_BrowsingRight .div_Products .div_Product .div_ProductDetails {
  margin: 10px 0 0;
  padding: 0;
}
.product-search-results .div_BrowsingRight .div_Products .div_Product H2 {
  font-size: 1em;
  margin: 0;
}
.product-search-results .div_BrowsingRight .div_Products .div_Product H2 A {
  text-decoration: none;
  color: #333;
  display: block;
}
.product-search-results .div_BrowsingRight .div_Products .div_Product .brand-name {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 3px 0;
  color: #ec008c;
}
.product-search-results .div_BrowsingRight .div_Products .div_Product .star-rating {
  margin: 10px 0 3px;
}
.product-search-results .div_BrowsingRight .div_Products .div_Product .div_Price {
  color: #ec008c;
  font-size: 1.5em;
  display: block;
  line-height: 1em;
  margin: 10px 0 0;
}
.product-search-results .div_BrowsingRight .div_Products .div_Product .div_Discount {
  color: #999;
  text-decoration: line-through;
  margin: 0 0 0 3px;
  font-size: 0.9em;
}
.product-search-results .div_BrowsingRight .div_Products .div_Product .div_SaleDetails {
  color: #e71c1c;
  padding: 3px 0;
  font-size: 0.8em;
  text-transform: uppercase;
}
.product-search-results .div_BrowsingRight .div_Products .div_Product .spn_SalePrice {
  /*position: absolute;
					top: 0;
					left: 0;
					//background: @colour-black;
					.alpha-colour-background(@colour-black, 0.5);*/
}
.product-search-results .div_BrowsingRight .div_Products .div_Product .tools {
  position: absolute;
  right: 10px;
  left: 10px;
  height: 3em;
  margin: -60px 0 0;
  vertical-align: middle;
  padding: 0 10px;
  text-align: center;
  display: none;
}
.product-search-results .div_BrowsingRight .div_Products .div_Product .div_QuickView {
  text-align: center;
  width: 100%;
  font-size: 0.8em;
}
.product-search-results .div_BrowsingRight .div_Products .div_Product .div_QuickView .a_QuickView {
  background: #fff;
  background: hsla(0, 0%, 100%, 0.3);
  background-image: url(../images/icons/magnifyingglass-white.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px;
  color: #fff;
  text-decoration: none;
  padding: 5px;
  height: 50px;
  width: 50px;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.product-search-results .div_BrowsingRight .div_Products .div_Product .div_QuickView .a_QuickView:hover {
  background-color: #ec008c;
}
.product-search-results .div_BrowsingRight .div_Products .div_Product .ribbon {
  position: absolute;
  width: 130px;
  height: 130px;
  left: -7px;
  top: -7px;
  overflow: hidden;
  color: #fff;
}
.product-search-results .div_BrowsingRight .div_Products .div_Product .ribbon > span {
  background: #ec008c;
  display: block;
  width: 200%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  writing-mode: lr-tb;
  position: absolute;
  left: -66%;
  top: 14%;
  font-weight: 300;
  font-size: 1.2em;
  z-index: 2;
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}
.product-search-results .div_BrowsingRight .div_Products .div_Product .ribbon::before,
.product-search-results .div_BrowsingRight .div_Products .div_Product .ribbon::after {
  content: ' ';
  position: absolute;
  width: 7px;
  height: 7px;
  border-width: 7px;
  border-style: solid;
  z-index: 1;
}
.product-search-results .div_BrowsingRight .div_Products .div_Product .ribbon::before {
  left: -7px;
  bottom: 0;
  border-right-color: #a0005f;
}
.product-search-results .div_BrowsingRight .div_Products .div_Product .ribbon::after {
  border-bottom-color: #a0005f;
  top: -7px;
  right: 0;
}
.product-search-results .div_BrowsingRight .options {
  float: right;
  /*.label-sorting {
				background: url(../images/icons/sorting.png) right center no-repeat;
				background-size: contain;
				width: 1.3em;
				height: 1.3em;
				line-height: 5em;
				overflow: hidden;
			}*/
}
.product-search-results .div_BrowsingRight .options .label {
  color: #999;
  font-size: 0.9em;
  display: none;
  vertical-align: middle;
  margin: 0 0 0 10px;
}
.product-search-results .div_BrowsingRight .options .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url() center center no-repeat;
  vertical-align: middle;
}
.product-search-results .div_BrowsingRight .options .icon.product-layout-small {
  background-image: url(../images/icons/product-layout-small.png);
}
.product-search-results .div_BrowsingRight .options .icon.product-layout-large {
  background-image: url(../images/icons/product-layout-large.png);
}
.product-search-results .div_BrowsingRight .options .icon.product-layout-large-off {
  background-image: url(../images/icons/product-layout-large-off.png);
}
.product-search-results .div_BrowsingRight .options .icon.product-layout-small-off {
  background-image: url(../images/icons/product-layout-small-off.png);
}
.product-search-results .div_BrowsingRight .div_Paging {
  margin-bottom: 20px;
}
.product-search-results .div_BrowsingRight .div_Paging .long {
  font-size: 1.2em;
}
.product-search-results .div_BrowsingRight .div_Paging .long .count {
  color: #ec008c;
  font-weight: bold;
}
.product-search-results .div_BrowsingRight .div_Paging #ucProductSearchResults_ucNavTop_panNav {
  display: none;
}
.favouritePicker {
  background: url(../images/icons/heartoff.png) right center no-repeat;
  background-size: contain;
  height: 24px;
  width: 25px;
  display: inline-block;
  vertical-align: middle;
  float: right;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  margin: 0 0 10px 20px;
}
.favouritePicker:hover {
  background-image: url(../images/icons/hearthover.png);
}
.favouritePicker.favourited {
  background-image: url(../images/icons/hearton.png);
  /*&:hover {
			background-image: url(../images/icons/hearthover.png);
		}*/
}
.favouritePicker.favourite-loading {
  background-image: url(../images/icons/ajax/ajaxloader2.gif);
}
.favouritePicker.favourite-loading:hover {
  background-image: url(../images/icons/ajax/ajaxloader2.gif);
}
/*#endregion */
/*#region BOXES */
.box1,
.div_Box1 {
  padding: 10px;
  background: #fcf6fa;
}
.box2,
.div_Box2 {
  padding: 10px;
  background: #fff;
}
.box3,
.div_Box3 {
  padding: 10px;
  background: #fbfae4;
}
/*#endregion */
/*#region LISTS */
.list-ticks > div {
  background: url(../images/icons/ticks/pink.png) 0 0.1em no-repeat;
  background-size: 18px;
  padding: 0 0 0 30px;
  margin: 0.3em 0;
}
/*#endregion */
/*#region POP-UPS */
.div_DarkScreen {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  background: hsla(0, 0%, 20%, 0.5);
  z-index: 40;
}
.div_DarkScreen:before {
  display: none;
  content: "Click anywhere or press [esc] to close";
  height: auto;
  width: 100px;
  line-height: 14px;
  position: fixed;
  top: 10px;
  right: 10px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 5px;
  font-size: 11px;
  cursor: pointer;
}
.div_PopUpBox {
  position: fixed;
  top: 5%;
  left: 50%;
  z-index: 50;
}
.div_PopUpBox > DIV {
  padding: 25px;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ccc;
  -moz-box-shadow: 0 0 15px 0 #333;
  -webkit-box-shadow: 0 0 15px 0 #333;
  box-shadow: 0 0 15px 0 #333;
  -moz-box-shadow: 0 0 15px 0 hsla(0, 0%, 20%, 0.15);
  -webkit-box-shadow: 0 0 15px 0 hsla(0, 0%, 20%, 0.15);
  box-shadow: 0 0 15px 0 hsla(0, 0%, 20%, 0.15);
}
.div_PopUpBox .div_PopUpTools {
  position: absolute;
  top: 10px;
  right: 10px;
}
.div_PopUpBox .div_PopUpTools .a_Icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  cursor: pointer;
  margin: 0 0 0 3px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ddd;
}
.div_PopUpBox .div_PopUpTools .a_Close {
  display: block;
  background: url("/public/images/icons/popups/close.png") center center transparent;
}
.div_PopUpBox .div_PopUpTools .a_Close:hover {
  background: url("/public/images/icons/popups/closehover.png") center center #ec008c;
}
.div_PopUpBox .div_PopUpTools .a_Close:active {
  background-color: #ff53b9;
  border-color: #ff53b9;
}
.div_PopUpBox .div_PopUpInner {
  background-color: #fff;
  /* needed for ie7 bug */
  position: relative;
}
.div_PopUpBox .div_PopUpInner H2:first-child {
  color: #ec008c;
}
.div_PopUpBox .div_PopUpInner_Centred {
  text-align: center;
  background-color: #fff;
}
.div_PopUpBox .div_PopUpInner .div_PopUpContent {
  position: relative;
}
.div_PopUpBox .div_ButtonsNav {
  margin: 25px -25px -25px;
  padding: 15px 25px;
  background: #fcf6fa;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  border-top: 1px solid #f6e3ef;
}
.div_PopUpBox .div_ButtonsNav::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.div_PopUpBox .div_ButtonsNav .a_Button {
  display: block;
  margin-bottom: 3px;
}
/*#region SIZES */
.div_PopUpBox {
  width: 95%;
  margin-left: -47.5%;
  top: 1.5%;
}
/*#endregion*/
/*#endregion*/
/*#region POP-UP VARIATIONS */
.div_PopUpBox .div_AddToBasket .div_StyleName {
  font-size: 1.1em;
  font-weight: bold;
  margin: 0 0 10px;
}
.div_PopUpBox .div_AddToBasket .related-items-link {
  clear: both;
}
.div_PopUpBox .div_AddToBasket .div_RelatedProducts {
  clear: both;
  padding: 20px 10px 0;
  display: none;
}
.div_PopUpBox .div_AddToBasket .div_RelatedProducts h2 {
  font-size: 1em;
  padding: 0;
  margin: 0 0 10px;
}
.div_PopUpBox .div_AddToBasket .div_RelatedProducts h2 + p {
  display: none;
}
.div_PopUpBox .div_AddToBasket .div_RelatedProducts .product-search-results .div_BrowsingRight {
  padding: 0;
}
.div_PopUpBox .div_AddToBasket .div_RelatedProducts .product-search-results .div_BrowsingRight .div_Product .ribbon {
  display: none;
}
.div_PopUpBox .div_AddToBasket .div_RelatedProducts .product-search-results .div_BrowsingRight .div_Product .div_ProductDetails {
  display: none;
}
.div_PopUpBox .div_AddToBasket .div_RelatedProducts .product-search-results .div_BrowsingRight .div_Product .div_SaleDetails {
  display: none;
}
.div_PopUpBox .div_AddToBasket .div_RelatedProducts .product-search-results .div_BrowsingRight .div_Product:hover .div_QuickView {
  display: none;
}
.div_PopUpBox .div_AddressList A {
  display: block;
}
.div_PopUpBox .product-details-page .div_TopDetails {
  margin-top: 0;
}
.div_PopUpBox .product-details-page .div_ProductDetails H2 {
  color: #333;
  margin: 0;
}
.div_PopUpBox .product-details-page .related-items-link {
  display: none;
}
/*#endregion */
/*#region ADDRESS LOOK-UP */
.div_AddressLookup .div_PostcodeLookup .div_FormItem {
  display: inline;
  margin: 0 0 10px;
}
.div_AddressLookup .div_PostcodeLookup .div_FormItem LABEL {
  margin-top: 0;
}
.div_AddressLookup .div_PostcodeLookup .div_FormItem input[type=text] {
  width: auto;
}
.div_AddressLookup .div_PostcodeLookup .a_Button {
  margin: 0 5px 0 0;
}
.div_AddressLookup .div_AddressManual {
  border-top: 1px solid #f6e3ef;
  padding: 10px 0 0;
  margin: 20px 0 0;
}
.div_AddressLookup .div_AddressDisplay SPAN {
  margin: 0 10px 0 0;
}
.div_AddressLookup .img_Flag {
  height: 30px;
  width: 30px;
  margin: 2px 0 0 -35px;
  position: absolute;
}
/*#endregion */
/*#region ADDRESS BOOK */
.div_AddressBook .div_Address {
  margin: 0 0 10px;
}
.div_AddressBook .div_Address > DIV {
  border: 1px solid #f6e3ef;
  padding: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.div_AddressBook .div_Address .div_Buttons {
  background: #fcf6fa;
  padding: 10px;
  margin: 10px -10px -10px -10px;
}
.div_AddressBook .div_Address .div_Buttons .HideByDefault {
  display: none;
}
.div_AddressBook .div_Address:hover .div_Buttons .HideByDefault {
  display: inline-block;
}
.div_AddressBook .div_Address:hover .div_Buttons {
  display: block;
}
.div_AddressBook .div_Address .div_Buttons .div_Defaults {
  margin: 5px 0 0 0;
  font-size: 11px;
  color: #555;
}
.div_AddressBook .div_Address .div_Buttons .div_Defaults LABEL {
  margin-right: 10px;
  vertical-align: middle;
}
.div_AddressBook .div_NewAddress a {
  display: block;
  text-align: center;
  height: 213px;
  border: 1px solid #fcf6fa;
  padding: 45px 10px 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #888;
  font-size: 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  line-height: 1.1em;
  text-decoration: none;
}
.div_AddressBook .div_NewAddress a span {
  font-size: 70px;
  display: block;
  line-height: 80px;
}
.div_AddressBook .div_NewAddress a:hover {
  color: #333;
  border-color: #efd0e5;
}
/*#endregion*/
/*#region HELP BUBBLE */
.div_HelpBubble {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9002;
  padding: 11px 0 0 0;
  color: #fff;
}
BODY .div_HelpBubble .div_PointerTop {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpDRDM4NjdGRTU1RjNERjExODc4NUQwNkNBNDExOTc4MSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowQkExQjhGOTc0NzgxMUUxQTc1QkM0MkE1NjlCRUEwMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowQkExQjhGODc0NzgxMUUxQTc1QkM0MkE1NjlCRUEwMSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IFdpbmRvd3MiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo4NEEyQ0JBRjBGRjRERjExOUJBMUQxNjM2NUQ2QTc3NyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDRDM4NjdGRTU1RjNERjExODc4NUQwNkNBNDExOTc4MSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PpjnB6QAAABtSURBVHjaYjQ2NmbAAqqBuAOI/yILMmFRqALEjUAciy7BhMNUZiCug9I4FasgmagIxAn4FFejmQbis2FTrI7FnYrIYkx4TIWBOpjpTEimRjFgB3IwtzMRMBXFdCYCpsKANBCnMWELTxygAiDAAJ+5DLEmA1PYAAAAAElFTkSuQmCC');
  width: 11px;
  height: 11px;
  position: absolute;
  margin: -9px 0 0 10px;
}
.div_HelpBubble .div_HelpBubbleInner {
  font-size: 12px;
  line-height: 1.3em;
  background: #333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px;
}
/*#endregion*/
/*#region BLOG */
.div_Blog .div_Article .blog-image {
  width: 20%;
}
.div_Blog .div_Article .blog-image img {
  width: 100%;
}
.div_Blog .div_Article .div_Details {
  margin-left: 20%;
  padding-left: 20px;
}
.div_Blog .div_Article .div_Details h2 {
  font-size: 1.4em;
}
.div_Blog .div_Article .div_Details h2 a {
  text-decoration: none;
}
/*#endregion */
/*#region AJAX */
.ajax-loading {
  background: rgba(255, 255, 255, 0.6);
}
.ajax-loading:before {
  display: block;
  content: "";
  background: url(../images/icons/ajax/ajaxloader2.gif) center center no-repeat #fff;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
}
/*#endregion */
/*#region IMAGE ZOOM */
.div_ImageZoomBox {
  display: none;
  position: absolute;
  background: #fff;
  overflow: hidden;
  z-index: 10000;
  border: 1px solid #888;
  -moz-box-shadow: 0 0 5px 2px #000;
  -webkit-box-shadow: 0 0 5px 2px #000;
  box-shadow: 0 0 5px 2px #000;
  -moz-box-shadow: 0 0 5px 2px hsla(0, 0%, 0%, 0.1);
  -webkit-box-shadow: 0 0 5px 2px hsla(0, 0%, 0%, 0.1);
  box-shadow: 0 0 5px 2px hsla(0, 0%, 0%, 0.1);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.div_ImageZoomArea {
  display: none;
  background: #fff;
  position: absolute;
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: move;
  border: 1px dotted #aaa;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  z-index: 31;
}
.div_ImageZoomLoader {
  position: absolute;
  background: #fff;
  background: hsla(0, 0%, 100%, 0.2);
  text-align: center;
  z-index: 31;
}
.div_ImageZoomLoader > IMG {
  background: #fff;
  margin-top: 60px;
  padding: 10px;
}
/*#endregion*/
/*#region ITEMS */
.items::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.items .item {
  display: block;
  float: left;
  text-decoration: none;
  position: relative;
}
.items > .clear {
  display: none;
}
.small-items-1-1 {
  margin-left: -0.5%;
  margin-right: -0.5%;
}
.small-items-1-1 .item {
  width: 99%;
  margin: 0.5%;
}
.small-items-1-1 > .clear:nth-of-type(1n+0),
.small-items-1-1 > .clear:nth-of-type(2n+0),
.small-items-1-1 > .clear:nth-of-type(3n+0) {
  display: none;
}
.small-items-1-1 > .clear:nth-of-type(1n + 0) {
  display: block;
}
.small-items-2-1 {
  margin-left: -0.5%;
  margin-right: -0.5%;
}
.small-items-2-1 .item {
  width: 49%;
  margin: 0.5%;
}
.small-items-2-1 > .clear:nth-of-type(1n+0),
.small-items-2-1 > .clear:nth-of-type(2n+0),
.small-items-2-1 > .clear:nth-of-type(3n+0) {
  display: none;
}
.small-items-2-1 > .clear:nth-of-type(2n + 0) {
  display: block;
}
.small-items-2-2 {
  margin-left: -1%;
  margin-right: -1%;
}
.small-items-2-2 .item {
  width: 48%;
  margin: 1%;
}
.small-items-2-2 > .clear:nth-of-type(1n+0),
.small-items-2-2 > .clear:nth-of-type(2n+0),
.small-items-2-2 > .clear:nth-of-type(3n+0) {
  display: none;
}
.small-items-2-2 > .clear:nth-of-type(2n + 0) {
  display: block;
}
.small-items-3-2 {
  margin-left: -1%;
  margin-right: -1%;
}
.small-items-3-2 .item {
  width: 31.33333333%;
  margin: 1%;
}
.small-items-3-2 > .clear:nth-of-type(1n+0),
.small-items-3-2 > .clear:nth-of-type(2n+0),
.small-items-3-2 > .clear:nth-of-type(3n+0) {
  display: none;
}
.small-items-3-2 > .clear:nth-of-type(3n + 0) {
  display: block;
}
/*#endregion */
/*#region BREADCRUMB */
.div_Breadcrumb {
  margin: 0 0 1em;
  font-size: 0.9em;
  color: #999;
}
.div_Breadcrumb a,
.div_Breadcrumb span {
  color: #999;
  padding: 0 1ch;
  text-decoration: none;
}
.div_Breadcrumb a:hover {
  text-decoration: underline;
  color: #333;
}
/*#endregion */
/*#region COOKIE LAW */
.div_CookieLaw {
  position: fixed;
  bottom: 0;
  margin: 0;
  width: 100%;
  background: #333;
  background: hsla(0, 0%, 20%, 0.8);
  -moz-box-shadow: 0 0 1px 3px #000;
  -webkit-box-shadow: 0 0 1px 3px #000;
  box-shadow: 0 0 1px 3px #000;
  -moz-box-shadow: 0 0 1px 3px hsla(0, 0%, 0%, 0.1);
  -webkit-box-shadow: 0 0 1px 3px hsla(0, 0%, 0%, 0.1);
  box-shadow: 0 0 1px 3px hsla(0, 0%, 0%, 0.1);
  color: #fff;
  transition: all 300ms ease 0s;
  z-index: 100;
}
.div_CookieLaw.div_Closed {
  bottom: -30px;
}
.div_CookieLaw > div {
  margin: 0 auto;
  padding: 10px;
}
.div_CookieLaw H4 {
  font-weight: bold;
  font-size: 120%;
}
.div_CookieLaw A {
  color: #fff;
}
/*#endregion */
/*#region TEXT */
.xxsmall-text {
  font-size: 70%;
}
.xsmall-text {
  font-size: 80%;
}
.small-text {
  font-size: 90%;
}
.large-text {
  font-size: 110%;
}
.xlarge-text {
  font-size: 120%;
}
.xxlarge-text {
  font-size: 130%;
}
.text-colour-mid-grey {
  color: #999;
}
.text-colour-dark-grey {
  color: #777;
}
.text-colour-red {
  color: #e71c1c;
}
.text-colour-white {
  color: #fff;
}
.text-colour-white:hover {
  color: #fff;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-lowercase {
  text-transform: lowercase;
}
/*#endregion */
/*#region STARS */
.star-rating {
  display: inline-block;
  vertical-align: middle;
  height: 1em;
  width: 5em;
  overflow: hidden;
}
.star-rating::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.star-rating:before,
.star-rating span:before,
.star-rating span:after {
  content: "";
  width: 1em;
  height: 1em;
  display: block;
  background: url(../images/icons/stars/off.png) center center no-repeat transparent;
  background-size: contain;
  float: left;
}
.star-rating.small {
  height: 0.7em;
  width: 4em;
}
.star-rating.small:before,
.star-rating.small span:before,
.star-rating.small span:after {
  width: 0.7em;
  height: 0.7em;
}
.star-rating.large {
  height: 1.3em;
  width: 7em;
}
.star-rating.large:before,
.star-rating.large span:before,
.star-rating.large span:after {
  width: 1.3em;
  height: 1.3em;
}
.star-rating.star-rating-1:before {
  background-image: url(../images/icons/stars/half.png);
}
.star-rating.star-rating-2:before,
.star-rating.star-rating-3:before,
.star-rating.star-rating-4:before,
.star-rating.star-rating-5:before,
.star-rating.star-rating-6:before,
.star-rating.star-rating-7:before,
.star-rating.star-rating-8:before,
.star-rating.star-rating-9:before,
.star-rating.star-rating-10:before {
  background-image: url(../images/icons/stars/on.png);
}
.star-rating.star-rating-3 span:nth-of-type(1):before {
  background-image: url(../images/icons/stars/half.png);
}
.star-rating.star-rating-4 span:nth-of-type(1):before,
.star-rating.star-rating-5 span:nth-of-type(1):before,
.star-rating.star-rating-6 span:nth-of-type(1):before,
.star-rating.star-rating-7 span:nth-of-type(1):before,
.star-rating.star-rating-8 span:nth-of-type(1):before,
.star-rating.star-rating-9 span:nth-of-type(1):before,
.star-rating.star-rating-10 span:nth-of-type(1):before {
  background-image: url(../images/icons/stars/on.png);
}
.star-rating.star-rating-5 span:nth-of-type(1):after {
  background-image: url(../images/icons/stars/half.png);
}
.star-rating.star-rating-6 span:nth-of-type(1):after,
.star-rating.star-rating-7 span:nth-of-type(1):after,
.star-rating.star-rating-8 span:nth-of-type(1):after,
.star-rating.star-rating-9 span:nth-of-type(1):after,
.star-rating.star-rating-10 span:nth-of-type(1):after {
  background-image: url(../images/icons/stars/on.png);
}
.star-rating.star-rating-7 span:nth-of-type(2):before {
  background-image: url(../images/icons/stars/half.png);
}
.star-rating.star-rating-8 span:nth-of-type(2):before,
.star-rating.star-rating-9 span:nth-of-type(2):before,
.star-rating.star-rating-10 span:nth-of-type(2):before {
  background-image: url(../images/icons/stars/on.png);
}
.star-rating.star-rating-9 span:nth-of-type(2):after {
  background-image: url(../images/icons/stars/half.png);
}
.star-rating.star-rating-10 span:nth-of-type(2):after {
  background-image: url(../images/icons/stars/on.png);
}
/*#endregion */
/*#region REVIEWS */
.div_Reviews .div_Review {
  padding: 1em 0;
  margin: 1em 0;
  border-bottom: 1px solid #eee;
}
.div_Reviews .div_Review:first-of-type {
  border-top: 1px solid #eee;
}
.div_Reviews .div_Review .div_Rating {
  float: right;
}
.div_Reviews .div_Review .div_Details .div_Author,
.div_Reviews .div_Review .div_Details .div_Date {
  color: #999;
  display: inline-block;
}
.div_Reviews .div_Review .div_Details .div_ProductName {
  font-weight: bold;
}
.div_Reviews .div_Review .div_Text {
  margin: 1em 0 0;
}
/*#endregion */
/*#region ERRORS */
.div_ErrorMsg {
  background: #e71c1c;
  color: #fff;
  display: inline-block;
  padding: 0.2em 0.8em;
  border: 1px solid #e71c1c;
  vertical-align: middle;
}
.div_ErrorMsg A {
  color: #fff;
}
textarea + .div_ErrorMsg {
  vertical-align: top;
}
input.ipt_FormItemError,
select.ipt_FormItemError,
textarea.ipt_FormItemError {
  border-color: #e71c1c;
  background-color: #fbd4d4;
}
.div_ErrorMsg2 {
  color: #e71c1c;
}
/*#endregion */
/*#region MISC */
.clear,
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.clear-left {
  clear: left;
}
.align-right {
  text-align: right;
}
.align-left {
  text-align: left;
}
.align-centre {
  text-align: center;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.old-price {
  color: #999;
  text-decoration: line-through;
}
.converted-price {
  color: #3fb6d4;
  font-style: italic;
}
.in-stock,
.availability {
  color: #6bab4c;
  padding: 0 0.4em 0 1.8em;
  background: url(../images/icons/ticks/green.png) 5px center no-repeat;
  background-size: auto 0.8em;
  display: inline-block;
  font-size: 0.9em;
}
.okay {
  color: #fff;
  padding: 0 0.4em 0 1.8em;
  background: url(../images/icons/ticks/white.png) 5px center no-repeat #6bab4c;
  background-size: auto 0.8em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  display: inline-block;
}
.separator-top:before {
  display: block;
  content: "";
  margin: 2% 0;
  height: 1px;
  overflow: hidden;
  background: #eee;
}
.position-relative {
  position: relative;
}
.position-absolute {
  position: absolute;
}
/*#endregion */
/*#endregion */
/*#region PAGES */
/*#region HOME */
.home-page .div_SlideshowBanners {
  height: 450px;
  margin: 0 -2% 0;
  overflow: hidden;
}
.home-page .div_SlideshowBanners .div_Slides {
  height: 450px;
  position: relative;
}
.home-page .div_SlideshowBanners .div_Slides .div_Slide {
  height: 450px;
  background: url(../images/icons/ajax/ajaxloader2.gif) center center no-repeat #f3f3f3;
}
.home-page .div_SlideshowBanners .div_Slides .div_Slide div {
  height: 450px;
  background: url() center top no-repeat;
  background-size: cover;
}
.home-page .div_SlideshowBanners .div_Nav {
  left: 10px;
  position: relative;
  top: -30px;
  width: 50%;
  z-index: 15;
}
.home-page .div_SlideshowBanners .div_Nav .div_NavSlides > A {
  background: #fff;
  float: left;
  height: 20px;
  line-height: 100px;
  margin: 0 1px 0 0;
  opacity: 0.7;
  text-align: center;
  text-decoration: none;
  width: 15px;
}
.home-page .div_SlideshowBanners .div_Nav .div_NavSlides > A:first-of-type {
  border-radius: 3px 0 0 3px;
}
.home-page .div_SlideshowBanners .div_Nav .div_NavSlides > A:last-of-type {
  border-radius: 0 3px 3px 0;
}
.home-page .div_SlideshowBanners .div_Nav .div_NavSlides > A:hover {
  opacity: 1;
}
.home-page .div_SlideshowBanners .div_Nav .div_NavSlides > A.a_Current {
  background: #ec008c;
  opacity: 1;
}
.home-page .banner-group {
  margin: 0 -0.35%;
}
.home-page .banner-group::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.home-page .banner {
  display: block;
  margin: 0 0 0.7%;
  padding: 0 0.35%;
}
.home-page .banner > a {
  display: block;
  background: #eee;
}
.home-page .main-banner {
  margin: 0;
  padding: 0;
}
.home-page .main-banner > a {
  height: auto;
}
.home-page .banner1 {
  width: 50%;
  float: left;
}
.home-page .banner2 {
  width: 50%;
  float: right;
}
.home-page .banner3 {
  width: 25%;
  float: left;
}
.home-page .banner3:last-child {
  float: right;
}
.home-page .benefit-text {
  margin: 10px auto 0;
  font-size: 1.1em;
  max-width: 200px;
}
.home-page .benefit-icon {
  max-width: 150px;
}
/*#endregion */
/*#region CATEGORY BROWSE */
.category-page .category-header {
  margin: 0 0 20px;
}
.category-page .category-header-simple,
.category-page .category-header-image {
  display: inline;
}
.category-page .category-header-simple H1,
.category-page .category-header-image H1 {
  /*background: @colour-black; //HARDCODED
			color: @colour-white;*/
  font-size: 2em;
  display: inline-block;
}
.category-page .category-header-simple .category-description,
.category-page .category-header-image .category-description {
  display: none;
  font-size: 0.9em;
  color: #333;
  max-height: 8em;
  overflow: auto;
}
.category-page .category-header-simple .product-link,
.category-page .category-header-image .product-link {
  display: none;
  position: absolute;
  background: #fff;
  background: hsla(0, 0%, 100%, 0.7);
  padding: 0.5em 25px;
  font-size: 0.8em;
  text-decoration: none;
  margin: 10px 0 0;
}
.category-page .category-header-simple .product-link:before,
.category-page .category-header-image .product-link:before {
  display: block;
  content: "";
  width: 1.2em;
  height: 1.2em;
  background: url(../images/icons/link.png) center center no-repeat;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  margin: 0 1.5ch 0 0;
}
.category-page .category-header-simple .product-link:hover,
.category-page .category-header-image .product-link:hover {
  text-decoration: underline;
}
.category-page .div_Products + .div_Paging {
  margin-top: 20px;
}
.category-page .div_Products + .div_Paging .div_PagingSummary {
  display: block;
  color: #777;
  margin: 0 0 10px;
  text-align: center;
}
.category-page .div_Products + .div_Paging .div_Nav {
  display: block;
}
.category-page .div_Products + .div_Paging .div_Left,
.category-page .div_Products + .div_Paging .div_Pages {
  display: none;
}
.category-page .div_Products + .div_Paging .div_Right {
  display: block;
  text-align: center;
}
.category-page .div_Products + .div_Paging .div_Right a {
  display: none;
}
.category-page .div_Products + .div_Paging .div_Right a.next-page {
  display: block;
  height: 3em;
  width: auto;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  writing-mode: lr-tb;
  float: none;
  background: #ec008c;
  font-size: 1.5em;
  line-height: 3em;
  color: #fff;
  border-color: #b9006e;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /*&:before {
							.pseudo-element();
							content: "View More Products";
						}*/
}
.category-page .div_Products + .div_Paging .div_Right a.next-page:hover {
  background-color: #b9006e;
  border-color: #86004f;
}
.category-page #tabs {
  display: none;
  font-size: 0.8em;
  margin: 25px 0;
}
/*#endregion */
/*#region PRODUCT DETAILS */
.product-details-page .div_TopDetails .div_Left .div_ImageText {
  color: #999;
  text-align: center;
  padding: 1em 0;
  display: none;
}
.product-details-page .div_TopDetails .div_Left .div_MainImage {
  text-align: center;
}
.product-details-page .div_TopDetails .div_Left .multiple-images .more-images-link {
  text-align: center;
  display: block;
  color: #777;
}
.product-details-page .div_TopDetails .div_Left .multiple-images .div_Thumbnails {
  width: auto;
  float: none;
  margin: 1em 0 0;
  display: none;
}
.product-details-page .div_TopDetails .div_Left .multiple-images .div_Thumbnails > span {
  float: left;
  max-width: 25%;
}
.product-details-page .div_TopDetails .div_Left .multiple-images .div_Thumbnails::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.product-details-page .div_TopDetails .div_Right {
  margin: 20px 0 0;
}
.product-details-page .div_TopDetails .div_Right h1 {
  margin: 0;
}
.product-details-page .div_TopDetails .div_Right h3 {
  font-size: 1em;
  font-weight: bold;
  margin: 1em 0 0.5em;
}
.product-details-page .div_TopDetails .div_Right .img_BrandLogo {
  display: block;
  margin: 0 0 30px;
  height: 30px;
}
.product-details-page .div_TopDetails .div_Right .brand-link {
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 5px 0;
  color: #ec008c;
  text-decoration: none;
  display: block;
}
.product-details-page .div_TopDetails .div_Right .favouritePicker {
  position: static;
  float: none;
  margin: 0 0 0 10px;
  display: inline-block;
  height: 1em;
}
.product-details-page .div_TopDetails .div_Right .favouritePicker:not(.favourited) {
  background-image: url(../images/icons/hearthover.png);
}
.product-details-page .div_TopDetails .div_Right .favouritePicker:not(.favourited):hover {
  background-image: url(../images/icons/hearton.png);
}
.product-details-page .div_TopDetails .div_Right .rating {
  display: block;
  margin: 1em 0;
  vertical-align: middle;
}
.product-details-page .div_TopDetails .div_Right .rating .reviews-count,
.product-details-page .div_TopDetails .div_Right .rating .write-review {
  vertical-align: middle;
  color: #333;
  text-decoration: none;
  font-size: 0.9em;
}
.product-details-page .div_TopDetails .div_Right .rating .reviews-count:hover,
.product-details-page .div_TopDetails .div_Right .rating .write-review:hover {
  text-decoration: underline;
}
.product-details-page .div_TopDetails .div_Right .rating .reviews-count {
  margin-left: 5px;
}
.product-details-page .div_TopDetails .div_Right .delivery-info {
  vertical-align: middle;
  color: #777;
  margin: 1em 0;
}
.product-details-page .div_TopDetails .div_Right .delivery-info span {
  display: block;
  vertical-align: middle;
  position: relative;
  padding-left: 30px;
}
.product-details-page .div_TopDetails .div_Right .div_PurchaseDetails {
  margin: 30px 0;
  border-top: 1px solid #eee;
  padding-top: 20px;
}
.product-details-page .div_TopDetails .div_Right .div_Price {
  font-size: 1.7em;
}
.product-details-page .div_TopDetails .div_Right .spn_PriceBeforeDiscount {
  color: #999;
  text-decoration: line-through;
}
.product-details-page .div_TopDetails .div_Right .spn_ProductSalePrice {
  display: inline-block;
  color: #fff;
  background: #e71c1c;
  padding: 0.3em 0.5em;
  font-size: 0.8em;
  text-transform: uppercase;
  vertical-align: text-bottom;
  margin: 0 2ch;
}
.product-details-page .div_TopDetails .div_Right .div_AddtoBasket {
  margin-top: 20px;
}
.product-details-page .div_TopDetails .div_Right .div_AddtoBasket select {
  margin-right: 2%;
  max-width: 60%;
  width: auto;
}
.product-details-page .div_TopDetails .div_Right .div_AddtoBasket > input {
  width: 65px;
  margin-right: 10px;
}
.product-details-page .div_TopDetails .div_Right .div_AddtoBasket .a_Button {
  display: inline-block;
}
.product-details-page .div_TopDetails .div_Right .div_AddtoBasket .a_Button > b {
  padding-left: 1em;
  padding-right: 1em;
}
.product-details-page .div_TopDetails .div_Right .div_Description {
  border-top: 1px solid #eee;
  padding-top: 20px;
  margin-top: 20px;
}
.product-details-page .div_TopDetails .div_Right .div_Swatches {
  margin: 5px 0 10px 0;
}
.product-details-page .div_TopDetails .div_Right .div_Swatches.div_OnlyOne {
  cursor: default;
  background-image: none;
  padding-right: 3px;
}
.product-details-page .div_TopDetails .div_Right .div_Swatches .div_CurrentSwatch {
  /*padding: 0 12px 0 0; //already 3px on swatch itself
					margin: 0 15px 0 0;
					border-right: 1px solid #ddd;
					float: left;*/
}
.product-details-page .div_TopDetails .div_Right .div_Swatches A {
  display: block;
  float: left;
  text-decoration: none;
  margin: 0 1% 1% 0;
  padding: 5px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  width: 49%;
  border: 1px solid #fff;
}
.product-details-page .div_TopDetails .div_Right .div_Swatches A::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.product-details-page .div_TopDetails .div_Right .div_Swatches A .details {
  display: block;
}
.product-details-page .div_TopDetails .div_Right .div_Swatches A .swatch {
  height: 40px;
  width: 40px;
  float: left;
}
.product-details-page .div_TopDetails .div_Right .div_Swatches A .swatch + .details {
  margin: 0 1ch 0 50px;
}
.product-details-page .div_TopDetails .div_Right .div_Swatches A .colour-name {
  display: block;
  vertical-align: top;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.product-details-page .div_TopDetails .div_Right .div_Swatches A .price {
  font-size: 0.9em;
  margin: 0 0.5ch 0 0;
  line-height: 1;
}
.product-details-page .div_TopDetails .div_Right .div_Swatches A.Selected {
  border-color: #c8c8c8;
  background: #fbfbfb;
}
.product-details-page .div_TopDetails .div_Right .div_Swatches A.Selected > .swatch {
  border-color: #333;
  /*> SPAN {
								@width: 50px;
								@height: @width;

								width: @width;
								height: @height;
		
								&.TwoColour {
									height: @height / 2;
								}
								&.ThreeColour {
									height: @height / 3;
								}
							}*/
}
.product-details-page .div_TopDetails .div_Right .div_Swatches A.Selected .colour-name {
  color: #333;
}
.product-details-page .div_TopDetails .div_Right .div_Swatches A:hover {
  border-color: #c8c8c8;
}
.product-details-page .div_TopDetails .div_Right .div_Swatches A:hover .colour-name {
  color: #333;
}
.product-details-page .div_TopDetails .div_Right .div_Swatches A:active {
  background: #eee;
}
.product-details-page .div_TopDetails .delivery .uk {
  display: inline-block;
  background: url(../images/icons/delivery-uk.png) 10px center no-repeat #fff;
  background-size: 20px;
  padding-left: 35px;
  margin-bottom: 10px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  color: #777;
}
.product-details-page .div_TopDetails .delivery .int {
  color: #777;
  background: url(../images/icons/delivery-int.png) 10px center no-repeat #fff;
  background-size: 20px;
  padding-left: 35px;
}
.product-details-page .range-items .product-search-results h2 {
  font-size: 1em;
  font-weight: bold;
}
.product-details-page .range-items .product-search-results .div_Product {
  margin-bottom: 20px;
}
.product-details-page .range-items .product-search-results .div_Product::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.product-details-page .range-items .product-search-results .div_Product .div_Discount,
.product-details-page .range-items .product-search-results .div_Product .div_Price {
  display: inline-block;
  font-size: 1em;
}
.product-details-page .range-items .product-search-results .div_Product .div_AddtoBasket {
  margin-top: 10px;
}
.product-details-page .range-items .product-search-results .div_Product .div_AddtoBasket input,
.product-details-page .range-items .product-search-results .div_Product .div_AddtoBasket select {
  padding: 3px;
  font-size: 0.8em;
  margin: 0 2% 5px 0;
}
.product-details-page .range-items .product-search-results .div_Product .div_AddtoBasket input {
  max-width: 30%;
}
.product-details-page .range-items .product-search-results .div_Product .div_AddtoBasket select {
  max-width: 68%;
}
.product-details-page .range-items .product-search-results .div_Product .div_AddtoBasket .a_Button {
  margin: 0 0 0;
  font-size: 0.9em;
  vertical-align: top;
}
.product-details-page .range-items .product-search-results .div_Product .div_AddtoBasket .a_Button > b {
  padding: 0.2em 0.8em;
}
.product-details-page .range-items .product-search-results .div_Product .tools {
  display: none;
}
.product-details-page .range-items .product-search-results .show-more-link {
  display: block;
  color: #999;
  text-align: center;
  padding: 0.5em 0;
}
.product-details-page .div_JSTabs {
  border-top: 1px solid #eee;
  margin: 3em 0 0;
  padding: 3em 0 0;
}
.product-details-page .div_RelatedProducts {
  border-top: 1px solid #eee;
  margin: 3em 0 0;
  padding: 3em 0 0;
}
.product-details-page .delivery-icon {
  background: url(../images/icons/delivery-uk.png) 0 center no-repeat;
  background-size: 20px;
  padding-left: 35px;
}
.product-details-page .delivery-icon.delivery-int {
  background-image: url(../images/icons/delivery-int.png);
}
/*#endregion */
/*#region BASKET */
.div_BasketPage TABLE .td_Remove {
  width: 20px;
}
.div_BasketPage TABLE .td_Remove INPUT {
  padding: 0;
  background: 0;
  border: 0;
  margin: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.div_BasketPage TABLE .div_Printing {
  margin: 5px 0 0 0;
}
.div_BasketPage TABLE TD.td_Delivery > DIV {
  margin: 0 0 5px 0;
}
.div_BasketPage .txtQuantity {
  width: 50px;
  padding: 5px;
}
.div_BasketPage .txtQuantity.changed {
  background: #3fb6d4;
}
.div_BasketPage .remove-item,
.div_BasketPage .help-icon {
  padding: 0;
  width: 15px;
  height: 15px;
  background: url() center center no-repeat #ec008c;
  background-size: contain;
  display: inline-block;
  line-height: 200px;
  cursor: pointer;
  overflow: hidden;
}
.div_BasketPage .remove-item:hover,
.div_BasketPage .help-icon:hover {
  background-color: #c80077;
}
.div_BasketPage .remove-item {
  background-image: url(../images/icons/remove.png);
}
.div_BasketPage .help-icon {
  background-image: url(../images/icons/help.png);
}
.div_BasketPage TABLE TFOOT TD {
  background: #fcf6fa;
}
.div_BasketPage TABLE TFOOT TD.alignLeft {
  text-align: left;
}
.div_BasketPage TABLE TFOOT TD.td_Total {
  padding: 5px 10px;
}
.div_BasketPage TABLE TFOOT TD.td_BigTotal {
  font-size: 20px;
}
.div_BasketPage TABLE TFOOT TD SPAN.Saving {
  background: #ec008c;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 3px 5px;
  font-weight: bold;
}
.div_BasketPage TABLE TFOOT TD.td_Total A.small {
  margin-top: 10px;
  display: block;
  font-size: 14px;
}
.div_BasketPage TABLE .tr_Discount TD,
.div_BasketPage TABLE .tr_Delivery TD {
  text-align: left;
}
.div_BasketPage TABLE .tr_Discount TD:first-of-type,
.div_BasketPage TABLE .tr_Delivery TD:first-of-type {
  display: none;
}
.div_BasketPage TABLE .tr_Discount TD:last-of-type,
.div_BasketPage TABLE .tr_Delivery TD:last-of-type {
  border-left: 0;
}
.div_BasketPage TABLE .tr_Discount TD SELECT,
.div_BasketPage TABLE .tr_Delivery TD SELECT {
  margin-bottom: 3px;
}
.div_BasketPage TABLE .tr_Discount TD .div_Heading,
.div_BasketPage TABLE .tr_Delivery TD .div_Heading {
  font-weight: bold;
}
.div_BasketPage .basket-total {
  font-size: 200%;
}
.div_BasketPage .spn_New {
  background: #ec008c;
  color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 3px 5px;
  font-size: 0.8em;
  font-weight: bold;
}
.div_BasketPage .product-image-link {
  max-width: 15%;
  float: left;
  display: block;
}
.div_BasketPage .product-image-link IMG {
  width: 100%;
}
.div_BasketPage .product-details {
  float: left;
  display: block;
  padding: 0 0 0 10px;
  width: 85%;
}
.div_BasketPage .div_ButtonsNav .div_ButtonsLeft,
.div_BasketPage .div_ButtonsNav .div_ButtonsRight {
  float: none;
  text-align: center;
}
.div_BasketPage .div_ButtonsNav .a_Button,
.div_BasketPage .div_ButtonsNav .a_SubmitButton {
  margin: 0 0 5px;
  width: 100%;
  text-align: center;
}
.div_BasketPage .div_ButtonsNav .a_Button > b,
.div_BasketPage .div_ButtonsNav .a_SubmitButton > b,
.div_BasketPage .div_ButtonsNav .a_Button > input,
.div_BasketPage .div_ButtonsNav .a_SubmitButton > input {
  width: 100%;
}
.div_BasketPage .div_ButtonsNav .div_ButtonsLeft .a_Button,
.div_BasketPage .div_ButtonsNav .div_ButtonsLeft .a_SubmitButton {
  width: 49.5%;
  float: left;
}
.div_BasketPage .div_ButtonsNav .div_ButtonsLeft .a_Button:nth-of-type(2),
.div_BasketPage .div_ButtonsNav .div_ButtonsLeft .a_SubmitButton:nth-of-type(2) {
  float: right;
}
.div_BasketPage .div_ButtonsNav .div_ButtonsLeft .a_Button b,
.div_BasketPage .div_ButtonsNav .div_ButtonsLeft .a_SubmitButton b,
.div_BasketPage .div_ButtonsNav .div_ButtonsLeft .a_Button input,
.div_BasketPage .div_ButtonsNav .div_ButtonsLeft .a_SubmitButton input {
  height: 3em;
  line-height: 3em;
  padding-top: 0;
  padding-bottom: 0;
}
.div_BasketPage .div_ButtonsNav .divider {
  color: #999;
  padding: 0.5em 0;
}
.div_BasketPage .div_ButtonsNav .paypal-button {
  width: auto;
}
/*#endregion*/
/*#region CHECKOUT */
.div_CheckoutPage .div_CheckoutProgress {
  margin: 0 0 10px;
}
.div_CheckoutPage .div_CheckoutProgress A {
  display: block;
  float: left;
  width: 25%;
  background: #f3f3f3;
  text-align: center;
  text-decoration: none;
  line-height: 2em;
  color: #ccc;
  border: 1px solid #ddd;
}
.div_CheckoutPage .div_CheckoutProgress A:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  border-left-width: 1px;
}
.div_CheckoutPage .div_CheckoutProgress A:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  border-right-width: 1px;
}
.div_CheckoutPage .div_CheckoutProgress A:not(:first-child) {
  border-left: 0;
}
.div_CheckoutPage .div_CheckoutProgress A:not(:last-child) {
  border-right: 0;
}
.div_CheckoutPage .div_CheckoutProgress A.current {
  background: #ec008c;
  color: #fff;
  border: 1px solid #b9006e;
}
.div_CheckoutPage .div_CheckoutProgress A.done {
  background: #6bab4c;
  color: #fff;
  border-color: #55883c;
}
.div_CheckoutPage .div_CheckoutProgress A.available {
  background: #fcf6fa;
  border-color: #efd0e5;
}
.div_CheckoutPage .div_CheckoutProgress A.off {
  cursor: not-allowed;
}
.div_CheckoutPage .div_CheckoutProgress:after {
  clear: both;
  display: block;
  content: "";
}
.div_CheckoutPage .div_Buttons {
  margin: 20px 0 0;
}
.div_CheckoutPage .div_Buttons .a_Button,
.div_CheckoutPage .div_Buttons .a_SubmitButton {
  display: block;
}
.div_CheckoutPage .div_Buttons .a_Button > b,
.div_CheckoutPage .div_Buttons .a_SubmitButton > b,
.div_CheckoutPage .div_Buttons .a_Button > input,
.div_CheckoutPage .div_Buttons .a_SubmitButton > input {
  width: 100%;
}
.div_CheckoutPage .a_BacktoBasket {
  position: absolute;
  top: 10px;
  right: 10px;
  background: url(../images/icons/basket.png) 5px center no-repeat #ec008c;
  background-size: 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  height: 35px;
  padding: 0 10px 0 35px;
  line-height: 35px;
  color: #fff;
  text-decoration: none;
  font-size: 0.9em;
}
.div_CheckoutPage .a_BacktoBasket SPAN {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #333;
  color: #fff;
  text-align: center;
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-size: 11px;
  overflow: hidden;
  display: block;
  margin: 0;
  position: absolute;
  left: -3px;
  top: 5px;
}
.div_CheckoutPage .div_Login {
  margin: 0 0 20px 0;
}
.div_CheckoutPage .div_PayByCard {
  margin: 20px 0 10px;
  padding: 20px 0 10px;
  border-top: 1px solid #f8ebf4;
}
.div_CheckoutPage .div_CardDetails H3 {
  margin-top: 0;
}
.div_CheckoutPage .div_CardDetails .div_ButtonsRight {
  text-align: center;
}
.div_CheckoutPage .div_CardDetails .div_ButtonsRight .a_SubmitButton {
  display: block;
  text-align: center;
  width: 100%;
}
.div_CheckoutPage .div_CardDetails .div_ButtonsRight .a_SubmitButton INPUT {
  padding: 1em 0;
  font-size: 18px;
  width: 100%;
}
.div_CheckoutPage .address {
  float: left;
  width: 49%;
}
.div_CheckoutPage .address:nth-of-type(1) {
  margin-right: 1%;
}
.div_CheckoutPage .address:nth-of-type(2) {
  margin-left: 1%;
}
.div_CheckoutPage .div_AddressBook {
  margin: 0 0 20px;
}
.div_CheckoutPage .div_AddressBook .div_Address {
  margin: 0 0 10px;
}
.div_CheckoutPage .div_AddressBook .div_Address > DIV {
  border: 0;
  border: 1px solid #eee;
  padding: 10px;
}
.div_CheckoutPage .div_AddressBook .div_Address .div_Buttons {
  background: none;
  margin: 0;
  padding: 0;
  float: right;
  text-align: center;
}
.div_CheckoutPage .div_AddressBook .div_Address.div_CurrentAddress {
  font-weight: bold !important;
}
.div_CheckoutPage .div_AddressBook .div_Address.div_CurrentAddress > DIV {
  background: #fcf6fa;
  border-color: #efd0e5;
}
/*#endregion */
/*#region BLOG */
.div_BlogArticle .div_Author,
.div_BlogArticle .div_Date {
  margin: 0 1ch 0 0;
  color: #999;
}
.div_BlogArticle .div_BlogContent,
.div_BlogArticle .div_AddComment {
  max-width: 960px;
  margin: 20px auto 0;
}
.div_BlogArticle textarea,
.div_BlogArticle input[type=text] {
  width: 100%;
}
/*#endregion */
/*#region ERROR */
.error-page {
  background-image: none;
}
.error-page .box2 {
  max-width: 600px;
  margin: 20px auto;
}
.error-page .box2 .img_Logo {
  width: 300px;
}
/*#endregion*/
/*#endregion */
@media only screen and (min-width: 40.063em) {
  /*#region Mixins  */
  /*#endregion*/
  /*#region LIBRARIES */
  /*#region TABLES */
  /*#region TABLE TYPES */
  /*#region INPUT FORM */
  TABLE.tbl_InputForm TR TH {
    width: 25%;
    display: table-cell;
  }
  TABLE.tbl_InputForm TR TD {
    width: auto;
    display: table-cell;
  }
  TABLE.tbl_InputForm TR TD INPUT[type=text],
  TABLE.tbl_InputForm TR TD INPUT[type=email],
  TABLE.tbl_InputForm TR TD INPUT[type=number],
  TABLE.tbl_InputForm TR TD INPUT[type=password],
  TABLE.tbl_InputForm TR TD INPUT[type=tel] {
    width: auto;
  }
  TABLE.tbl_InputForm TR TD select {
    width: auto;
  }
  /*#endregion*/
  /*#region INFO */
  TABLE.tbl_Info TR TH {
    width: 25%;
    display: table-cell;
  }
  TABLE.tbl_Info TR TD {
    width: auto;
    display: table-cell;
  }
  TABLE.tbl_Info TR TD INPUT[type=text],
  TABLE.tbl_Info TR TD INPUT[type=email],
  TABLE.tbl_Info TR TD INPUT[type=number],
  TABLE.tbl_Info TR TD INPUT[type=password],
  TABLE.tbl_Info TR TD INPUT[type=tel] {
    width: auto;
  }
  TABLE.tbl_Info TR TD select {
    width: auto;
  }
  /*#endregion */
  /*#endregion*/
  /*#endregion*/
  .medium-m40 {
    margin: 40px;
  }
  .medium-m35 {
    margin: 35px;
  }
  .medium-m30 {
    margin: 30px;
  }
  .medium-m25 {
    margin: 25px;
  }
  .medium-m20 {
    margin: 20px;
  }
  .medium-m15 {
    margin: 15px;
  }
  .medium-m10 {
    margin: 10px;
  }
  .medium-m5 {
    margin: 5px;
  }
  .medium-m0 {
    margin: 0px;
  }
  .medium-m-5 {
    margin: -5px;
  }
  .medium-m-10 {
    margin: -10px;
  }
  .medium-mt40 {
    margin-top: 40px;
  }
  .medium-mt35 {
    margin-top: 35px;
  }
  .medium-mt30 {
    margin-top: 30px;
  }
  .medium-mt25 {
    margin-top: 25px;
  }
  .medium-mt20 {
    margin-top: 20px;
  }
  .medium-mt15 {
    margin-top: 15px;
  }
  .medium-mt10 {
    margin-top: 10px;
  }
  .medium-mt5 {
    margin-top: 5px;
  }
  .medium-mt0 {
    margin-top: 0px;
  }
  .medium-mt-5 {
    margin-top: -5px;
  }
  .medium-mt-10 {
    margin-top: -10px;
  }
  .medium-mr40 {
    margin-right: 40px;
  }
  .medium-mr35 {
    margin-right: 35px;
  }
  .medium-mr30 {
    margin-right: 30px;
  }
  .medium-mr25 {
    margin-right: 25px;
  }
  .medium-mr20 {
    margin-right: 20px;
  }
  .medium-mr15 {
    margin-right: 15px;
  }
  .medium-mr10 {
    margin-right: 10px;
  }
  .medium-mr5 {
    margin-right: 5px;
  }
  .medium-mr0 {
    margin-right: 0px;
  }
  .medium-mr-5 {
    margin-right: -5px;
  }
  .medium-mr-10 {
    margin-right: -10px;
  }
  .medium-mb40 {
    margin-bottom: 40px;
  }
  .medium-mb35 {
    margin-bottom: 35px;
  }
  .medium-mb30 {
    margin-bottom: 30px;
  }
  .medium-mb25 {
    margin-bottom: 25px;
  }
  .medium-mb20 {
    margin-bottom: 20px;
  }
  .medium-mb15 {
    margin-bottom: 15px;
  }
  .medium-mb10 {
    margin-bottom: 10px;
  }
  .medium-mb5 {
    margin-bottom: 5px;
  }
  .medium-mb0 {
    margin-bottom: 0px;
  }
  .medium-mb-5 {
    margin-bottom: -5px;
  }
  .medium-mb-10 {
    margin-bottom: -10px;
  }
  .medium-ml40 {
    margin-left: 40px;
  }
  .medium-ml35 {
    margin-left: 35px;
  }
  .medium-ml30 {
    margin-left: 30px;
  }
  .medium-ml25 {
    margin-left: 25px;
  }
  .medium-ml20 {
    margin-left: 20px;
  }
  .medium-ml15 {
    margin-left: 15px;
  }
  .medium-ml10 {
    margin-left: 10px;
  }
  .medium-ml5 {
    margin-left: 5px;
  }
  .medium-ml0 {
    margin-left: 0px;
  }
  .medium-ml-5 {
    margin-left: -5px;
  }
  .medium-ml-10 {
    margin-left: -10px;
  }
  .medium-p40 {
    padding: 40px;
  }
  .medium-p35 {
    padding: 35px;
  }
  .medium-p30 {
    padding: 30px;
  }
  .medium-p25 {
    padding: 25px;
  }
  .medium-p20 {
    padding: 20px;
  }
  .medium-p15 {
    padding: 15px;
  }
  .medium-p10 {
    padding: 10px;
  }
  .medium-p5 {
    padding: 5px;
  }
  .medium-p0 {
    padding: 0px;
  }
  .medium-p-5 {
    padding: -5px;
  }
  .medium-p-10 {
    padding: -10px;
  }
  .medium-pt40 {
    padding-top: 40px;
  }
  .medium-pt35 {
    padding-top: 35px;
  }
  .medium-pt30 {
    padding-top: 30px;
  }
  .medium-pt25 {
    padding-top: 25px;
  }
  .medium-pt20 {
    padding-top: 20px;
  }
  .medium-pt15 {
    padding-top: 15px;
  }
  .medium-pt10 {
    padding-top: 10px;
  }
  .medium-pt5 {
    padding-top: 5px;
  }
  .medium-pt0 {
    padding-top: 0px;
  }
  .medium-pt-5 {
    padding-top: -5px;
  }
  .medium-pt-10 {
    padding-top: -10px;
  }
  .medium-pr40 {
    padding-right: 40px;
  }
  .medium-pr35 {
    padding-right: 35px;
  }
  .medium-pr30 {
    padding-right: 30px;
  }
  .medium-pr25 {
    padding-right: 25px;
  }
  .medium-pr20 {
    padding-right: 20px;
  }
  .medium-pr15 {
    padding-right: 15px;
  }
  .medium-pr10 {
    padding-right: 10px;
  }
  .medium-pr5 {
    padding-right: 5px;
  }
  .medium-pr0 {
    padding-right: 0px;
  }
  .medium-pr-5 {
    padding-right: -5px;
  }
  .medium-pr-10 {
    padding-right: -10px;
  }
  .medium-pb40 {
    padding-bottom: 40px;
  }
  .medium-pb35 {
    padding-bottom: 35px;
  }
  .medium-pb30 {
    padding-bottom: 30px;
  }
  .medium-pb25 {
    padding-bottom: 25px;
  }
  .medium-pb20 {
    padding-bottom: 20px;
  }
  .medium-pb15 {
    padding-bottom: 15px;
  }
  .medium-pb10 {
    padding-bottom: 10px;
  }
  .medium-pb5 {
    padding-bottom: 5px;
  }
  .medium-pb0 {
    padding-bottom: 0px;
  }
  .medium-pb-5 {
    padding-bottom: -5px;
  }
  .medium-pb-10 {
    padding-bottom: -10px;
  }
  .medium-pl40 {
    padding-left: 40px;
  }
  .medium-pl35 {
    padding-left: 35px;
  }
  .medium-pl30 {
    padding-left: 30px;
  }
  .medium-pl25 {
    padding-left: 25px;
  }
  .medium-pl20 {
    padding-left: 20px;
  }
  .medium-pl15 {
    padding-left: 15px;
  }
  .medium-pl10 {
    padding-left: 10px;
  }
  .medium-pl5 {
    padding-left: 5px;
  }
  .medium-pl0 {
    padding-left: 0px;
  }
  .medium-pl-5 {
    padding-left: -5px;
  }
  .medium-pl-10 {
    padding-left: -10px;
  }
  .medium-show-inline {
    display: inline;
  }
  .medium-show {
    display: block;
  }
  .medium-td-show,
  td.medium-show {
    display: table-cell;
  }
  .medium-hide {
    display: none;
  }
  /*#endregion */
  /*#region TAGS */
  input[type=text],
  input[type=email],
  input[type=number],
  input[type=password],
  input[type=tel] {
    width: auto;
  }
  textarea,
  select {
    width: auto;
  }
  /*#endregion */
  /*#region LAYOUT */
  /*#region CONTENT */
  /*#endregion */
  /*#region TOP BAR */
  .top-bar .top-menu {
    float: right;
  }
  .top-bar .top-menu .menu-item {
    position: relative;
  }
  .top-bar .top-menu .menu-item.menu-item-home,
  .top-bar .top-menu .menu-item.menu-item-blog {
    display: inline-block;
  }
  .top-bar .top-menu .menu-item.menu-item-currency {
    position: relative;
  }
  .top-bar .top-menu .menu-item .menu-link.has-dropdown:after {
    display: inline-block;
  }
  .top-bar .top-menu .menu-item .menu-link.icon-search {
    display: none;
  }
  .top-bar .top-menu .menu-item .menu-link + .menu-dropdown {
    width: auto;
  }
  .top-bar .top-menu .menu-item .menu-link + .menu-dropdown.menu-dropdown-right {
    left: auto;
    right: 0;
    width: 400px;
  }
  .top-bar .top-menu .menu-item .menu-link + .menu-dropdown.currency {
    left: 0;
    right: auto;
  }
  .top-bar .top-menu .menu-item .menu-link .text {
    display: inline-block;
  }
  .top-bar .top-menu .spacer {
    display: inline-block;
  }
  /*#endregion */
  /*#region HEADER */
  .header {
    position: relative;
    padding: 0 0 60px;
    border-bottom: 3px solid transparent;
    border-image: linear-gradient(to left, transparent 0%, #ec008c 30%, #ec008c 70%, transparent 100%) 1;
  }
  .header .logo {
    display: inline-block;
    max-width: 275px;
    width: 30%;
    text-align: left;
    padding-top: 10px;
    margin: 0;
  }
  .header .search {
    display: block;
    width: 25%;
    padding: 0;
    right: 10px;
    left: auto;
    top: 20px;
    background: none;
  }
  .header .search .search-box {
    display: block;
  }
  .header .search .search-link {
    display: none;
  }
  /*#endregion */
  /*#region MAIN MENU */
  .div_CategoriesMenu {
    margin: -60px auto 40px;
    background: none;
    transition: all ease 300ms;
  }
  .div_CategoriesMenu .a_MainMenuLink {
    display: none;
  }
  .div_CategoriesMenu .div_CategoriesMenuInner {
    display: block;
    line-height: inherit;
    text-align: center;
  }
  .div_CategoriesMenu .div_CategoriesMenuInner .div_MenuItem {
    display: inline-block;
    line-height: 1.3em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  .div_CategoriesMenu .div_CategoriesMenuInner .div_MenuItem:hover .div_SuperMenu {
    display: none;
  }
  .div_CategoriesMenu .div_CategoriesMenuInner .div_MenuItem.div_Parent {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
  }
  .div_CategoriesMenu .div_CategoriesMenuInner .div_MenuItem > a {
    text-align: center;
    font-size: 1em;
    padding: 1em 1em;
  }
  .div_CategoriesMenu .div_CategoriesMenuInner .div_MenuItem.home {
    width: 5%;
  }
  .div_CategoriesMenu .div_CategoriesMenuInner .div_MenuItem.home > a img {
    display: block;
    height: 1.2em;
    margin: 0 auto;
  }
  .div_CategoriesMenu .div_CategoriesMenuInner .div_MenuItem.home > a span {
    display: none;
  }
  .div_CategoriesMenu .div_CategoriesMenuInner .div_SuperMenu {
    padding: 20px;
    position: absolute;
    top: 100%;
    border: 1px solid #ec008c;
    border-top-width: 5px;
    line-height: 1.375;
    min-width: 350px;
    min-height: 450px;
    width: auto;
    background-color: #fff;
    margin-top: -1px;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    -moz-box-shadow: 0 10px 10px 0 #333;
    -webkit-box-shadow: 0 10px 10px 0 #333;
    box-shadow: 0 10px 10px 0 #333;
    -moz-box-shadow: 0 10px 10px 0 hsla(0, 0%, 20%, 0.1);
    -webkit-box-shadow: 0 10px 10px 0 hsla(0, 0%, 20%, 0.1);
    box-shadow: 0 10px 10px 0 hsla(0, 0%, 20%, 0.1);
  }
  .div_CategoriesMenu .div_CategoriesMenuInner .div_SuperMenu.small {
    width: 600px;
  }
  .div_CategoriesMenu .div_CategoriesMenuInner .div_SuperMenu.medium {
    width: 900px;
  }
  .div_CategoriesMenu .div_CategoriesMenuInner .div_SuperMenu.large {
    width: 80%;
    right: 0;
  }
  .div_CategoriesMenu .div_CategoriesMenuInner .div_SuperMenu.full {
    width: 100%;
    left: 0;
  }
  .div_CategoriesMenu .div_CategoriesMenuInner .div_SuperMenu .img_FloatRight {
    display: block;
    float: right;
  }
  .div_CategoriesMenu .div_CategoriesMenuInner .div_SuperMenu a {
    color: #333;
    padding: 0.1em 0;
    background: none;
    font-size: 1em;
  }
  .div_CategoriesMenu .div_CategoriesMenuInner .div_SuperMenu a:hover {
    background: none;
    text-decoration: underline;
  }
  .div_CategoriesMenu .div_CategoriesMenuInner .div_SuperMenu .menulinks a:before {
    display: block;
    content: "";
    background: url(../images/icons/arrows/pinkdown.png) center center no-repeat;
    background-size: 50%;
    width: 1em;
    height: 1em;
    display: inline-block;
    margin: 0 1ch 0 0;
    vertical-align: middle;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    writing-mode: lr-tb;
  }
  .div_CategoriesMenu .div_CategoriesMenuInner .div_SuperMenu .div_Brands a {
    display: block;
    float: left;
    width: 20%;
    text-align: center;
    padding: 1em 0;
  }
  .div_CategoriesMenu .div_CategoriesMenuInner .div_SuperMenu .div_Brands a > img {
    display: inline-block;
  }
  .div_CategoriesMenu .div_CategoriesMenuInner .div_SuperMenu .div_Brands a > span {
    display: none;
  }
  .div_CategoriesMenu .div_CategoriesMenuInner .div_SuperMenu .div_Brands a:before {
    display: none;
  }
  .div_CategoriesMenu .div_CategoriesMenuInner .div_SuperMenu .div_Column {
    float: left;
    width: 25%;
  }
  .div_CategoriesMenu .div_CategoriesMenuInner .div_SuperMenu .div_Swatches::after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  .div_CategoriesMenu .div_CategoriesMenuInner .div_SuperMenu .div_Swatches a {
    float: none;
    width: auto;
  }
  .div_CategoriesMenu .div_CategoriesMenuInner .div_SuperMenu .div_Swatches a .spn_Swatch {
    height: 3em;
    width: 3em;
    margin-right: 10px;
  }
  .div_CategoriesMenu .div_CategoriesMenuInner .div_SuperMenu h3 {
    margin: 20px 0 10px;
    padding: 0;
  }
  .div_CategoriesMenu .div_CategoriesMenuInner .div_SuperMenu h3:first-child {
    margin-top: 0;
  }
  .div_CategoriesMenu .div_CategoriesMenuInner .menu-lingerie .div_SuperMenu > div,
  .div_CategoriesMenu .div_CategoriesMenuInner .menu-swimwear .div_SuperMenu > div,
  .div_CategoriesMenu .div_CategoriesMenuInner .menu-sportswear .div_SuperMenu > div {
    width: 50%;
  }
  .div_CategoriesMenu .div_CategoriesMenuInner .menu-lingerie .div_SuperMenu {
    background-image: url(/61/en/menu/lingerie-menu.jpg);
  }
  .div_CategoriesMenu .div_CategoriesMenuInner .menu-swimwear .div_SuperMenu {
    background-image: url(/61/en/menu/swimwear-menu.jpg);
  }
  .div_CategoriesMenu .div_CategoriesMenuInner .menu-sportswear .div_SuperMenu {
    background-image: url(/61/en/menu/sportswear-menu.jpg);
  }
  .div_CategoriesMenu.div_StickyMenu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    margin: 0;
    z-index: 34234;
    max-width: 100%;
    border-bottom: 3px solid #ec008c;
  }
  .div_CategoriesMenu.div_StickyMenu .div_CategoriesMenuInner {
    margin: 0 auto;
    text-align: center;
    max-width: 1300px;
    position: relative;
  }
  .div_CategoriesMenu.div_StickyMenu .div_CategoriesMenuInner .div_MenuItem {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .div_CategoriesMenu .div_CategoriesMenuInner .div_MenuItem:hover .div_SuperMenu {
    display: block;
  }
  /*#endregion */
  /*#region FOOTER */
  .a_FooterToggle {
    display: none;
  }
  .pre-footer {
    margin-top: 50px;
    display: block;
    height: 155px;
    background: url(../images/backgrounds/footer-strip.png) center bottom repeat-x;
  }
  .pre-footer:before {
    display: block;
    content: "";
    height: 155px;
    background: url(../images/backgrounds/footer-models.png) center bottom no-repeat;
  }
  .div_Footer {
    margin-top: 0;
  }
  .div_Footer::after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  .div_Footer .div_FooterMain {
    display: block;
  }
  .div_Footer .div_Newsletter {
    padding: 0;
  }
  .div_Footer .links {
    text-align: left;
  }
  .div_Footer .menu a {
    display: inline-block;
  }
  /*#endregion */
  /*#endregion */
  /*#region BITS */
  /*#region PAGING */
  .div_Paging .div_Nav {
    display: inline-block;
    margin: 0;
  }
  .div_Paging .div_Nav .div_Left {
    display: inline-block;
  }
  /*#endregion */
  /*#region TABS */
  /*#region JS TABS */
  .div_JSTabs .div_TabsNav A,
  .div_JSTabs .div_Tabs A,
  .div_JSTabs .div_TabsNav A.a_Current,
  .div_JSTabs .div_Tabs A.a_Current {
    height: auto;
    margin: 0 1px 0 0;
    float: left;
    background-image: none;
  }
  .div_JSTabs .div_TabsContent {
    border: 3px solid #fcf6fa;
    padding: 25px;
  }
  .div_JSTabs .div_TabsContent > DIV {
    padding: 0;
  }
  /*#endregion */
  /*#region STYLE 2 */
  .tabs2 .div_TabsNav,
  .tabs2 .div_Tabs {
    border: 0;
    border-bottom: 1px solid #eee;
  }
  .tabs2 .div_TabsNav > A,
  .tabs2 .div_Tabs > A,
  .tabs2 .div_TabsNav > a:active,
  .tabs2 .div_Tabs > a:active {
    display: block;
    padding: 10px 5%;
    border: 1px solid #fff;
    border-bottom-color: #eee;
    margin: 0 0 -1px;
  }
  .tabs2 .div_TabsNav > A.a_Current,
  .tabs2 .div_Tabs > A.a_Current,
  .tabs2 .div_TabsNav > A.a_Current:hover,
  .tabs2 .div_Tabs > A.a_Current:hover,
  .tabs2 .div_TabsNav > A.a_Selected,
  .tabs2 .div_Tabs > A.a_Selected,
  .tabs2 .div_TabsNav > A.a_Selected:hover,
  .tabs2 .div_Tabs > A.a_Selected:hover {
    margin: 0 0 -1px;
    border-color: #eee;
    border-bottom-color: #fff;
    background: none;
  }
  .tabs2 .div_TabsContent {
    padding: 3% 0;
    border: 0;
    border-bottom: 1px solid #eee;
  }
  /*#endregion */
  /*#endregion */
  /*#region SEARCH BOX */
  .div_SearchBarResultsOuter {
    display: block;
  }
  .div_SearchBarResultsOuter .div_SearchBarResultsKeywords {
    float: left;
    width: 50%;
  }
  /*#endregion */
  /*#region PRODUCT SEARCH RESULTS */
  .product-search-results .div_BrowsingLeft .div_FiltersMenu {
    padding: 0;
    background: none;
  }
  .product-search-results .div_BrowsingLeft .div_FiltersMenu > div > h2 {
    display: none;
    font-size: 1em;
    background: #eee;
  }
  .product-search-results .div_BrowsingLeft .div_FiltersMenu > div > h2:after {
    display: block;
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/icons/arrows/black-down.png) center center no-repeat;
    background-size: 10px;
    vertical-align: middle;
  }
  .product-search-results .div_BrowsingLeft .div_FiltersMenu .a_FiltersLink {
    display: none;
  }
  .product-search-results .div_BrowsingLeft .div_FiltersMenu #div_Filters {
    display: block;
    margin: 0;
  }
  .product-search-results .div_BrowsingLeft .div_FiltersMenu .div_Filter h2 + .div_Scroll {
    display: block;
  }
  .product-search-results.search-filters-left .div_BrowsingLeft {
    width: 20%;
    float: left;
    display: block;
    padding: 0 2% 0 0;
  }
  .product-search-results.search-filters-left .div_BrowsingLeft .div_FiltersMenu #div_Filters > H2 {
    display: block;
    margin: 0.6em 0 20px;
  }
  .product-search-results.search-filters-left .div_BrowsingLeft .div_FiltersMenu .div_Filter {
    margin: 0 0 20px;
  }
  .product-search-results.search-filters-left .div_BrowsingLeft + .div_BrowsingRight {
    width: 80%;
    float: right;
  }
  .product-search-results.search-filters-top .div_BrowsingLeft {
    display: block;
    padding: 20px 0;
  }
  .product-search-results.search-filters-top .div_BrowsingLeft .div_FiltersMenu #div_Filters > H2 {
    display: block;
    margin: 0 10px 0 0;
    padding: 10px 10px 10px 0;
    float: left;
  }
  .product-search-results.search-filters-top .div_BrowsingLeft .div_FiltersMenu .div_Filter {
    margin: 0 10px 0 0;
    float: left;
    padding: 0;
  }
  .product-search-results.search-filters-top .div_BrowsingLeft .div_FiltersMenu .div_Filter h2 {
    padding: 10px;
    font-weight: normal;
  }
  .product-search-results.search-filters-top .div_BrowsingLeft .div_FiltersMenu .div_Filter h2:after {
    display: block;
    content: "";
    display: inline-block;
    vertical-align: baseline;
    background: url(../images/icons/arrows/blackdown.png) center center no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
    margin-left: 5px;
  }
  .product-search-results.search-filters-top .div_BrowsingLeft .div_FiltersMenu .div_Filter h2 > .current-selection {
    display: none;
  }
  .product-search-results.search-filters-top .div_BrowsingLeft .div_FiltersMenu .div_Filter .filter-inner:hover > h2 {
    background-color: #333;
    color: #fff;
  }
  .product-search-results.search-filters-top .div_BrowsingLeft .div_FiltersMenu .div_Filter .filter-inner:hover > h2:after {
    background-image: url(../images/icons/arrows/whitedown.png);
  }
  .product-search-results.search-filters-top .div_BrowsingLeft .div_FiltersMenu .div_Filter .filter-inner:hover > h2 + .div_Scroll {
    display: block;
  }
  .product-search-results.search-filters-top .div_BrowsingLeft .div_FiltersMenu .div_Filter .div_Scroll {
    display: none;
    padding: 10px;
    background: #fff;
    position: absolute;
    margin: 0;
    border: 1px solid #333;
    min-width: 250px;
    z-index: 5;
  }
  .product-search-results.search-filters-top .div_BrowsingLeft .div_FiltersMenu .div_Filter .selected-values {
    display: block;
  }
  .product-search-results.search-filters-top .div_BrowsingLeft .div_FiltersMenu .div_Filter .selected-values a {
    padding: 5px 10px;
    border: 1px solid #eee;
    display: block;
    font-size: 0.9em;
    text-decoration: none;
    color: #777;
  }
  .product-search-results.search-filters-top .div_BrowsingLeft .div_FiltersMenu .div_Filter .selected-values a:after {
    display: block;
    content: "";
    display: inline-block;
    content: "x";
    margin: 0 0 0 10px;
    color: #999;
    vertical-align: baseline;
  }
  .product-search-results.search-filters-top .div_BrowsingLeft .div_FiltersMenu .div_Filter .selected-values a:hover {
    color: #333;
  }
  .product-search-results.search-filters-top .div_BrowsingLeft .div_FiltersMenu .div_Filter .selected-values a:hover:after {
    color: #333;
  }
  .product-search-results .div_BrowsingRight {
    margin: 0;
  }
  .product-search-results .div_BrowsingRight .options .label {
    display: inline-block;
  }
  .product-search-results .div_BrowsingRight .div_Paging .div_PagingSummary a {
    text-decoration: none;
    cursor: default;
  }
  .product-search-results .div_BrowsingRight .div_Paging #ucProductSearchResults_ucNavTop_panNav {
    display: inline-block;
  }
  .product-search-results .div_BrowsingRight .div_Product .div_ProductDetails h2 a {
    min-height: 2.6em;
  }
  /*#endregion */
  /*#region POP-UPS */
  .div_PopUpBox {
    width: 500px;
    margin-left: -250px;
  }
  .div_PopUpBox .div_ButtonsNav .a_Button {
    width: auto;
    margin-bottom: 0;
    margin-right: 5px;
    display: inline-block;
  }
  .div_PopUpBox .div_ButtonsNav .a_Button .div_ButtonsRight .a_Button {
    margin-left: 5px;
  }
  .div_PopUpBox.div_PopUpSizeSmall {
    width: 500px;
    margin-left: -250px;
  }
  .div_PopUpBox.div_PopUpSizeMedium {
    width: 700px;
    margin-left: -350px;
  }
  .div_PopUpBox.div_PopUpSizeLarge {
    width: 90%;
    margin-left: -45%;
  }
  .div_PopUpBox.div_PopUpSizeFull {
    width: 100%;
    margin-left: 0;
    left: 0;
    top: 0;
  }
  /*#endregion */
  /*#region POP-UP VARIATIONS */
  /*#endregion */
  /*#region ADDRESS LOOK-UP */
  .div_AddressLookup .img_Flag {
    margin: 0 0 0 5px;
    position: static;
  }
  /*#endregion */
  /*#region ADDRESS BOOK */
  .div_AddressBook .div_Address {
    float: left;
    width: 30%;
    margin: 0 10px 10px 0;
  }
  .div_AddressBook .div_Address > DIV > DIV:first-child {
    height: 200px;
    overflow: auto;
  }
  /*#endregion */
  /*#region BOXES */
  .box1,
  .div_Box1 {
    padding: 25px;
  }
  /*#endregion */
  /*#region TABLES */
  /*#region BRA SIZES */
  TABLE.tbl_BraSizes thead tr th {
    text-align: center;
    padding: 0.3em 0;
  }
  TABLE.tbl_BraSizes tbody tr td {
    text-align: center;
    padding: 0.3em 0;
  }
  /*#endregion */
  /*#endregion */
  /*#region ITEMS */
  .medium-items-2-1 {
    margin-left: -0.5%;
    margin-right: -0.5%;
  }
  .medium-items-2-1 .item {
    width: 49%;
    margin: 0.5%;
  }
  .medium-items-2-1 > .clear:nth-of-type(1n+0),
  .medium-items-2-1 > .clear:nth-of-type(2n+0),
  .medium-items-2-1 > .clear:nth-of-type(3n+0) {
    display: none;
  }
  .medium-items-2-1 > .clear:nth-of-type(2n + 0) {
    display: block;
  }
  .medium-items-2-2 {
    margin-left: -1%;
    margin-right: -1%;
  }
  .medium-items-2-2 .item {
    width: 48%;
    margin: 1%;
  }
  .medium-items-2-2 > .clear:nth-of-type(1n+0),
  .medium-items-2-2 > .clear:nth-of-type(2n+0),
  .medium-items-2-2 > .clear:nth-of-type(3n+0) {
    display: none;
  }
  .medium-items-2-2 > .clear:nth-of-type(2n + 0) {
    display: block;
  }
  .medium-items-3-1 {
    margin-left: -0.5%;
    margin-right: -0.5%;
  }
  .medium-items-3-1 .item {
    width: 32.33333333%;
    margin: 0.5%;
  }
  .medium-items-3-1 > .clear:nth-of-type(1n+0),
  .medium-items-3-1 > .clear:nth-of-type(2n+0),
  .medium-items-3-1 > .clear:nth-of-type(3n+0) {
    display: none;
  }
  .medium-items-3-1 > .clear:nth-of-type(3n + 0) {
    display: block;
  }
  .medium-items-3-3 {
    margin-left: -1.5%;
    margin-right: -1.5%;
  }
  .medium-items-3-3 .item {
    width: 30.33333333%;
    margin: 1.5%;
  }
  .medium-items-3-3 > .clear:nth-of-type(1n+0),
  .medium-items-3-3 > .clear:nth-of-type(2n+0),
  .medium-items-3-3 > .clear:nth-of-type(3n+0) {
    display: none;
  }
  .medium-items-3-3 > .clear:nth-of-type(3n + 0) {
    display: block;
  }
  .medium-items-4-3 {
    margin-left: -1.5%;
    margin-right: -1.5%;
  }
  .medium-items-4-3 .item {
    width: 22%;
    margin: 1.5%;
  }
  .medium-items-4-3 > .clear:nth-of-type(1n+0),
  .medium-items-4-3 > .clear:nth-of-type(2n+0),
  .medium-items-4-3 > .clear:nth-of-type(3n+0) {
    display: none;
  }
  .medium-items-4-3 > .clear:nth-of-type(4n + 0) {
    display: block;
  }
  .medium-items-4-1 {
    margin-left: -0.5%;
    margin-right: -0.5%;
  }
  .medium-items-4-1 .item {
    width: 24%;
    margin: 0.5%;
  }
  .medium-items-4-1 > .clear:nth-of-type(1n+0),
  .medium-items-4-1 > .clear:nth-of-type(2n+0),
  .medium-items-4-1 > .clear:nth-of-type(3n+0) {
    display: none;
  }
  .medium-items-4-1 > .clear:nth-of-type(4n + 0) {
    display: block;
  }
  .medium-items-4-2 {
    margin-left: -1%;
    margin-right: -1%;
  }
  .medium-items-4-2 .item {
    width: 23%;
    margin: 1%;
  }
  .medium-items-4-2 > .clear:nth-of-type(1n+0),
  .medium-items-4-2 > .clear:nth-of-type(2n+0),
  .medium-items-4-2 > .clear:nth-of-type(3n+0) {
    display: none;
  }
  .medium-items-4-2 > .clear:nth-of-type(4n + 0) {
    display: block;
  }
  /*#endregion */
  /*#region ERRORS */
  input + .div_ErrorMsg,
  select + .div_ErrorMsg,
  textarea + .div_ErrorMsg {
    position: relative;
  }
  input + .div_ErrorMsg::before,
  select + .div_ErrorMsg::before,
  textarea + .div_ErrorMsg::before,
  input + .div_ErrorMsg::after,
  select + .div_ErrorMsg::after,
  textarea + .div_ErrorMsg::after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -0.7em;
    top: 50%;
    border-width: 0.25em 0.35em;
    border-style: solid;
  }
  input + .div_ErrorMsg::before,
  select + .div_ErrorMsg::before,
  textarea + .div_ErrorMsg::before {
    margin-top: -0.5em;
    border-color: transparent #e71c1c #e71c1c transparent;
  }
  input + .div_ErrorMsg::after,
  select + .div_ErrorMsg::after,
  textarea + .div_ErrorMsg::after {
    border-color: #e71c1c #e71c1c transparent transparent;
  }
  /*#endregion */
  /*#endregion */
  /*#region PAGES */
  /*#region HOME */
  .home-page .div_SlideshowBanners {
    margin: 0 -2% 0;
    height: 450px;
  }
  .home-page .div_SlideshowBanners .div_Slides {
    height: 450px;
  }
  .home-page .div_SlideshowBanners .div_Slides .div_Slide {
    height: 450px;
  }
  .home-page .div_SlideshowBanners .div_Slides .div_Slide div {
    height: 450px;
  }
  /*#endregion */
  /*#region BROWSING */
  .category-page .category-header {
    display: block;
  }
  .category-page .category-header .category-description {
    display: block;
  }
  .category-page .category-header-simple .category-description {
    padding: 1em 0;
  }
  .category-page .category-header-simple .category-description:empty {
    display: none;
  }
  .category-page .category-header-simple h1 {
    font-size: 1.6em;
    margin: 0;
  }
  .category-page .category-header-image {
    background: url() right top no-repeat #eee;
    background-size: contain;
    padding: 15px;
    height: 250px;
  }
  .category-page .category-header-image .category-details {
    width: 60%;
    padding: 15px;
    display: inline-block;
  }
  .category-page .category-header-image .category-description {
    max-height: 10em;
  }
  .category-page .category-header-image H1 {
    font-size: 1.6em;
    margin: 0 0 20px;
  }
  .category-page .category-header-image .product-link {
    display: block;
  }
  .category-page .div_Products + .div_Paging .div_Right a.next-page {
    display: inline-block;
    padding-left: 6%;
    padding-right: 6%;
  }
  /*#endregion */
  /*#region PRODUCT DETAILS */
  .product-details-page .div_TopDetails .div_Left {
    float: left;
    width: 25%;
  }
  .product-details-page .div_TopDetails .div_Left .div_ImageText {
    display: block;
  }
  .product-details-page .div_TopDetails .div_Left .multiple-images .more-images-link {
    display: none;
  }
  .product-details-page .div_TopDetails .div_Left .multiple-images .div_Thumbnails {
    width: auto;
    float: none;
    margin: 1em 0 0;
    display: block;
  }
  .product-details-page .div_TopDetails .div_Left .multiple-images .div_Thumbnails > span {
    float: left;
    max-width: 25%;
  }
  .product-details-page .div_TopDetails .div_Left .multiple-images .div_Thumbnails::after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }
  .product-details-page .div_TopDetails .div_Right {
    float: left;
    width: 50%;
    padding: 0 0 0 2%;
    margin: 0;
  }
  .product-details-page .div_TopDetails .div_Right .rating {
    display: inline-block;
    margin: 0 0 0 30px;
  }
  .product-details-page .div_TopDetails .div_Right .rating .reviews-count,
  .product-details-page .div_TopDetails .div_Right .rating .write-review {
    margin: 0 0 0 5px;
  }
  .product-details-page .div_TopDetails .delivery .uk {
    padding: 5px 15px 5px 40px;
    border: 1px solid #eee;
    margin: 0 10px 0 0;
  }
  .product-details-page .div_TopDetails .delivery .int {
    padding: 5px 15px 5px 40px;
    border: 1px solid #eee;
  }
  .product-details-page .div_TopDetails .range-items {
    float: right;
    width: 25%;
    padding: 20px;
    background: #fcf6fa;
  }
  .product-details-page .div_TopDetails .range-items .div_RelatedProducts {
    margin: 0;
    padding: 0;
    border: 0;
  }
  .product-details-page .div_TopDetails .range-items .div_RelatedProducts > h2 {
    font-size: 1.2em;
    text-align: center;
    font-weight: bold;
  }
  .product-details-page .div_TopDetails .range-items .product-search-results .div_BrowsingRight {
    float: none;
    width: auto;
  }
  .product-details-page .div_TopDetails .range-items .product-search-results .div_Product {
    float: none;
    width: auto;
    margin-bottom: 20px;
  }
  .product-details-page .div_TopDetails .range-items .product-search-results .div_Product .ribbon {
    display: none;
  }
  .product-details-page .div_TopDetails .range-items .product-search-results .div_Product .a_ProductImage {
    float: left;
    width: 25%;
  }
  .product-details-page .div_TopDetails .range-items .product-search-results .div_Product .div_ProductDetails {
    float: right;
    width: 75%;
    padding: 0 0 0 10px;
    margin: 0;
    text-align: left;
  }
  .product-details-page .div_TopDetails .range-items .product-search-results .div_Product .div_ProductDetails .favouritePicker {
    left: 5px;
    top: 5px;
    margin: 0;
  }
  .product-details-page .div_TopDetails .range-items .product-search-results .div_Product .brand-name {
    display: none;
  }
  .product-details-page .div_TopDetails .range-items .product-search-results .div_Product .div_SaleDetails {
    display: none;
  }
  .product-details-page .div_TopDetails .range-items .product-search-results .div_Product .star-rating {
    display: none;
  }
  .product-details-page .div_TopDetails .range-items .product-search-results .div_Product:nth-of-type(n+4) {
    display: none;
  }
  .product-details-page .div_TopDetails .range-items .product-search-results .div_Product.force-display {
    display: block !important;
  }
  .product-details-page .div_TopDetails .second-section {
    float: none;
    width: auto;
    clear: both;
    padding-top: 40px;
  }
  .product-details-page .div_JSTabs .div_TabsNav,
  .product-details-page .div_JSTabs .div_Tabs {
    padding-left: 20px;
  }
  .product-details-page .div_JSTabs .div_TabsNav A,
  .product-details-page .div_JSTabs .div_Tabs A,
  .product-details-page .div_JSTabs .div_TabsNav A.a_Current,
  .product-details-page .div_JSTabs .div_Tabs A.a_Current {
    height: auto;
    margin: 0 3px 0 0;
    float: left;
    background-image: none;
    padding: 10px 30px;
    color: #777;
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
  }
  .product-details-page .div_JSTabs .div_TabsNav a:hover,
  .product-details-page .div_JSTabs .div_Tabs a:hover {
    color: #fff;
  }
  .product-details-page .div_JSTabs .div_TabsNav A.a_Current,
  .product-details-page .div_JSTabs .div_Tabs A.a_Current {
    color: #ec008c;
    font-weight: bold;
    border: 1px solid #ffb9e3;
    border-bottom: 0;
    margin-bottom: -1px;
  }
  .product-details-page .div_JSTabs .div_TabsContent {
    border: 3px solid #fcf6fa;
    border-top: 1px solid #ffb9e3;
    padding: 25px;
  }
  .product-details-page .div_JSTabs .div_TabsContent > DIV {
    padding: 0;
  }
  .product-details-page .div_JSTabs .div_RelatedProducts {
    margin: 0;
    padding: 0;
    border: 0;
  }
  /*#endregion */
  /*#region BASKET */
  .div_BasketPage .div_ButtonsNav .div_ButtonsLeft {
    float: left;
  }
  .div_BasketPage .div_ButtonsNav .div_ButtonsRight {
    float: right;
    text-align: center;
  }
  .div_BasketPage .div_ButtonsNav .a_SubmitButton {
    width: auto !important;
    float: none !important;
  }
  .div_BasketPage .div_ButtonsNav .a_SubmitButton.a_ButtonGreen INPUT {
    font-size: 1.1em;
  }
  .div_BasketPage .div_ButtonsNav .a_Button {
    width: auto !important;
    float: none !important;
  }
  .div_BasketPage TABLE .tr_Discount TD,
  .div_BasketPage TABLE .tr_Delivery TD {
    text-align: left;
  }
  .div_BasketPage TABLE .tr_Discount TD:first-of-type,
  .div_BasketPage TABLE .tr_Delivery TD:first-of-type {
    display: table-cell;
  }
  .div_BasketPage TABLE .tr_Discount TD:last-of-type,
  .div_BasketPage TABLE .tr_Delivery TD:last-of-type {
    border-left: 0;
  }
  .div_BasketPage TABLE .tr_Discount TD SELECT,
  .div_BasketPage TABLE .tr_Delivery TD SELECT {
    margin-bottom: 3px;
    width: auto;
  }
  .div_BasketPage TABLE .tr_Discount TD .div_Heading,
  .div_BasketPage TABLE .tr_Delivery TD .div_Heading {
    display: none;
  }
  .div_BasketPage TABLE .td_BigTotal,
  .div_BasketPage TABLE .td_Total {
    text-align: right;
  }
  /*#endregion */
  /*#region CHECKOUT */
  .div_CheckoutPage .div_CardDetails .div_ButtonsRight {
    text-align: left;
  }
  .div_CheckoutPage .div_CardDetails .div_ButtonsRight .a_SubmitButton {
    width: auto;
    display: inline-block;
  }
  .div_CheckoutPage .div_CardDetails .div_ButtonsRight .a_SubmitButton INPUT {
    padding: 1em;
  }
  /*#endregion */
  /*#endregion */
}
@media only screen and (min-width: 64.063em) {
  /*#region MIXINS  */
  /*#endregion*/
  /*#region LIBRARIES */
  .large-m40 {
    margin: 40px;
  }
  .large-m35 {
    margin: 35px;
  }
  .large-m30 {
    margin: 30px;
  }
  .large-m25 {
    margin: 25px;
  }
  .large-m20 {
    margin: 20px;
  }
  .large-m15 {
    margin: 15px;
  }
  .large-m10 {
    margin: 10px;
  }
  .large-m5 {
    margin: 5px;
  }
  .large-m0 {
    margin: 0px;
  }
  .large-m-5 {
    margin: -5px;
  }
  .large-m-10 {
    margin: -10px;
  }
  .large-mt40 {
    margin-top: 40px;
  }
  .large-mt35 {
    margin-top: 35px;
  }
  .large-mt30 {
    margin-top: 30px;
  }
  .large-mt25 {
    margin-top: 25px;
  }
  .large-mt20 {
    margin-top: 20px;
  }
  .large-mt15 {
    margin-top: 15px;
  }
  .large-mt10 {
    margin-top: 10px;
  }
  .large-mt5 {
    margin-top: 5px;
  }
  .large-mt0 {
    margin-top: 0px;
  }
  .large-mt-5 {
    margin-top: -5px;
  }
  .large-mt-10 {
    margin-top: -10px;
  }
  .large-mr40 {
    margin-right: 40px;
  }
  .large-mr35 {
    margin-right: 35px;
  }
  .large-mr30 {
    margin-right: 30px;
  }
  .large-mr25 {
    margin-right: 25px;
  }
  .large-mr20 {
    margin-right: 20px;
  }
  .large-mr15 {
    margin-right: 15px;
  }
  .large-mr10 {
    margin-right: 10px;
  }
  .large-mr5 {
    margin-right: 5px;
  }
  .large-mr0 {
    margin-right: 0px;
  }
  .large-mr-5 {
    margin-right: -5px;
  }
  .large-mr-10 {
    margin-right: -10px;
  }
  .large-mb40 {
    margin-bottom: 40px;
  }
  .large-mb35 {
    margin-bottom: 35px;
  }
  .large-mb30 {
    margin-bottom: 30px;
  }
  .large-mb25 {
    margin-bottom: 25px;
  }
  .large-mb20 {
    margin-bottom: 20px;
  }
  .large-mb15 {
    margin-bottom: 15px;
  }
  .large-mb10 {
    margin-bottom: 10px;
  }
  .large-mb5 {
    margin-bottom: 5px;
  }
  .large-mb0 {
    margin-bottom: 0px;
  }
  .large-mb-5 {
    margin-bottom: -5px;
  }
  .large-mb-10 {
    margin-bottom: -10px;
  }
  .large-ml40 {
    margin-left: 40px;
  }
  .large-ml35 {
    margin-left: 35px;
  }
  .large-ml30 {
    margin-left: 30px;
  }
  .large-ml25 {
    margin-left: 25px;
  }
  .large-ml20 {
    margin-left: 20px;
  }
  .large-ml15 {
    margin-left: 15px;
  }
  .large-ml10 {
    margin-left: 10px;
  }
  .large-ml5 {
    margin-left: 5px;
  }
  .large-ml0 {
    margin-left: 0px;
  }
  .large-ml-5 {
    margin-left: -5px;
  }
  .large-ml-10 {
    margin-left: -10px;
  }
  .large-p40 {
    padding: 40px;
  }
  .large-p35 {
    padding: 35px;
  }
  .large-p30 {
    padding: 30px;
  }
  .large-p25 {
    padding: 25px;
  }
  .large-p20 {
    padding: 20px;
  }
  .large-p15 {
    padding: 15px;
  }
  .large-p10 {
    padding: 10px;
  }
  .large-p5 {
    padding: 5px;
  }
  .large-p0 {
    padding: 0px;
  }
  .large-p-5 {
    padding: -5px;
  }
  .large-p-10 {
    padding: -10px;
  }
  .large-pt40 {
    padding-top: 40px;
  }
  .large-pt35 {
    padding-top: 35px;
  }
  .large-pt30 {
    padding-top: 30px;
  }
  .large-pt25 {
    padding-top: 25px;
  }
  .large-pt20 {
    padding-top: 20px;
  }
  .large-pt15 {
    padding-top: 15px;
  }
  .large-pt10 {
    padding-top: 10px;
  }
  .large-pt5 {
    padding-top: 5px;
  }
  .large-pt0 {
    padding-top: 0px;
  }
  .large-pt-5 {
    padding-top: -5px;
  }
  .large-pt-10 {
    padding-top: -10px;
  }
  .large-pr40 {
    padding-right: 40px;
  }
  .large-pr35 {
    padding-right: 35px;
  }
  .large-pr30 {
    padding-right: 30px;
  }
  .large-pr25 {
    padding-right: 25px;
  }
  .large-pr20 {
    padding-right: 20px;
  }
  .large-pr15 {
    padding-right: 15px;
  }
  .large-pr10 {
    padding-right: 10px;
  }
  .large-pr5 {
    padding-right: 5px;
  }
  .large-pr0 {
    padding-right: 0px;
  }
  .large-pr-5 {
    padding-right: -5px;
  }
  .large-pr-10 {
    padding-right: -10px;
  }
  .large-pb40 {
    padding-bottom: 40px;
  }
  .large-pb35 {
    padding-bottom: 35px;
  }
  .large-pb30 {
    padding-bottom: 30px;
  }
  .large-pb25 {
    padding-bottom: 25px;
  }
  .large-pb20 {
    padding-bottom: 20px;
  }
  .large-pb15 {
    padding-bottom: 15px;
  }
  .large-pb10 {
    padding-bottom: 10px;
  }
  .large-pb5 {
    padding-bottom: 5px;
  }
  .large-pb0 {
    padding-bottom: 0px;
  }
  .large-pb-5 {
    padding-bottom: -5px;
  }
  .large-pb-10 {
    padding-bottom: -10px;
  }
  .large-pl40 {
    padding-left: 40px;
  }
  .large-pl35 {
    padding-left: 35px;
  }
  .large-pl30 {
    padding-left: 30px;
  }
  .large-pl25 {
    padding-left: 25px;
  }
  .large-pl20 {
    padding-left: 20px;
  }
  .large-pl15 {
    padding-left: 15px;
  }
  .large-pl10 {
    padding-left: 10px;
  }
  .large-pl5 {
    padding-left: 5px;
  }
  .large-pl0 {
    padding-left: 0px;
  }
  .large-pl-5 {
    padding-left: -5px;
  }
  .large-pl-10 {
    padding-left: -10px;
  }
  .large-show-inline {
    display: inline;
  }
  .large-show {
    display: block;
  }
  .large-td-show,
  td.large-show {
    display: table-cell;
  }
  .large-hide {
    display: none;
  }
  /*#endregion */
  /*#region TAGS */
  body {
    font-size: 100%;
  }
  h1 {
    margin-top: 1em;
  }
  /*#endregion */
  /*#region LAYOUT */
  .div_ColLeft {
    padding: 0;
  }
  /*#region TOP BAR */
  .top-bar .social {
    display: block;
  }
  .top-bar .top-menu .menu-item .menu-link {
    padding: 0 10px;
  }
  /*#endregion */
  /*#region HEADER */
  .header .search .search-box .a_Button {
    line-height: 1.5em;
  }
  /*#endregion */
  /*#region MAIN MENU */
  .div_CategoriesMenu .div_CategoriesMenuInner .div_MenuItem {
    /*&.div_Parent {
				> a {
					&::after {
						.pseudo-element();
						display: inline-block;
						background: url(../images/icons/arrows/whitedown.png) center top no-repeat;
						background-size: contain;
						width: 8px;
						height: 7px;
						margin: 0 0 0 1ch;
						.opacity(0.6);
					}
				}
				&:hover {
					> a {
						&::after {
							.opacity(1);
						}
					}
				}
			}*/
  }
  .div_CategoriesMenu .div_CategoriesMenuInner .div_MenuItem > a {
    font-size: 1.2em;
  }
  .div_CategoriesMenu .div_CategoriesMenuInner .div_MenuItem.home {
    width: 3%;
  }
  .div_CategoriesMenu .div_CategoriesMenuInner .div_SuperMenu {
    left: auto;
    max-width: none;
    width: auto;
    padding: 40px;
  }
  /*#endregion */
  /*#region CONTENT */
  /*#endregion */
  /*#region FOOTER */
  .div_Footer .footer-row-1 {
    padding: 10px 0;
  }
  .div_Footer .footer-row-2 {
    padding: 20px 0;
  }
  .div_Footer .footer-row-3 {
    padding: 10px 0;
  }
  /*#endregion */
  /*#endregion */
  /*#region BITS */
  /*#region PAGING */
  .div_Paging .div_PagingSummary .short {
    display: none;
  }
  .div_Paging .div_PagingSummary .long {
    display: inline-block;
  }
  /*#endregion */
  /*#region SEARCH BOX */
  .div_SearchBarResultsOuter .div_SearchBarResultsProducts {
    display: block;
  }
  /*#endregion */
  /*#region POP-UPS */
  .div_DarkScreen:before {
    display: block;
  }
  .div_PopUpBox.div_PopUpSizeSmall {
    width: 500px;
    margin-left: -250px;
  }
  .div_PopUpBox.div_PopUpSizeMedium {
    width: 700px;
    margin-left: -350px;
  }
  .div_PopUpBox.div_PopUpSizeLarge {
    width: 1200px;
    margin-left: -600px;
  }
  /*#endregion */
  /*#region POP-UP VARIATIONS */
  .div_PopUpBox .div_AddToBasket .related-items-link {
    display: none;
  }
  .div_PopUpBox .div_AddToBasket .div_RelatedProducts {
    display: block;
  }
  /*#endregion */
  /*#region BLOG */
  .div_Blog .div_TopArticles {
    margin: 20px -0.5%;
  }
  .div_Blog .div_TopArticles > h2 {
    margin: 0 0.5%;
  }
  .div_Blog .div_TopArticles .div_Article {
    float: left;
    width: 49%;
    margin: 0.5%;
  }
  .div_Blog .div_TopArticles .clear:nth-of-type(4n+2) {
    display: none;
  }
  /*#endregion */
  /*#region PRODUCT SEARCH RESULTS */
  .product-search-results .div_BrowsingRight .div_Products .div_Product:hover .tools {
    display: block;
  }
  /*#endregion */
  /*#region ITEMS */
  .large-items-3-2 {
    margin-left: -1%;
    margin-right: -1%;
  }
  .large-items-3-2 .item {
    width: 31.33333333%;
    margin: 1%;
  }
  .large-items-3-2 > .clear:nth-of-type(1n+0),
  .large-items-3-2 > .clear:nth-of-type(2n+0),
  .large-items-3-2 > .clear:nth-of-type(3n+0) {
    display: none;
  }
  .large-items-3-2 > .clear:nth-of-type(3n + 0) {
    display: block;
  }
  .large-items-3-3 {
    margin-left: -1.5%;
    margin-right: -1.5%;
  }
  .large-items-3-3 .item {
    width: 30.33333333%;
    margin: 1.5%;
  }
  .large-items-3-3 > .clear:nth-of-type(1n+0),
  .large-items-3-3 > .clear:nth-of-type(2n+0),
  .large-items-3-3 > .clear:nth-of-type(3n+0) {
    display: none;
  }
  .large-items-3-3 > .clear:nth-of-type(3n + 0) {
    display: block;
  }
  .large-items-4-2 {
    margin-left: -1%;
    margin-right: -1%;
  }
  .large-items-4-2 .item {
    width: 23%;
    margin: 1%;
  }
  .large-items-4-2 > .clear:nth-of-type(1n+0),
  .large-items-4-2 > .clear:nth-of-type(2n+0),
  .large-items-4-2 > .clear:nth-of-type(3n+0) {
    display: none;
  }
  .large-items-4-2 > .clear:nth-of-type(4n + 0) {
    display: block;
  }
  .large-items-4-3 {
    margin-left: -1.5%;
    margin-right: -1.5%;
  }
  .large-items-4-3 .item {
    width: 22%;
    margin: 1.5%;
  }
  .large-items-4-3 > .clear:nth-of-type(1n+0),
  .large-items-4-3 > .clear:nth-of-type(2n+0),
  .large-items-4-3 > .clear:nth-of-type(3n+0) {
    display: none;
  }
  .large-items-4-3 > .clear:nth-of-type(4n + 0) {
    display: block;
  }
  .large-items-6-2 {
    margin-left: -1%;
    margin-right: -1%;
  }
  .large-items-6-2 .item {
    width: 14.66666667%;
    margin: 1%;
  }
  .large-items-6-2 > .clear:nth-of-type(1n+0),
  .large-items-6-2 > .clear:nth-of-type(2n+0),
  .large-items-6-2 > .clear:nth-of-type(3n+0) {
    display: none;
  }
  .large-items-6-2 > .clear:nth-of-type(6n + 0) {
    display: block;
  }
  /*#endregion */
  /*#endregion */
  /*#region PAGES */
  /*#region HOME */
  .home-page .div_SlideshowBanners {
    margin: 0 0 0;
    height: 600px;
  }
  .home-page .div_SlideshowBanners .div_Slides {
    height: 600px;
  }
  .home-page .div_SlideshowBanners .div_Slides .div_Slide {
    height: 600px;
  }
  .home-page .div_SlideshowBanners .div_Slides .div_Slide div {
    height: 600px;
  }
  /*#endregion */
  /*#region BROWSING */
  .category-page .category-header-image {
    padding: 15px;
  }
  .category-page .category-header-image .category-details {
    width: 70%;
  }
  .category-page .category-header-image .category-description {
    max-height: 8em;
  }
  .category-page #tabs {
    display: block;
  }
  /*#endregion */
  /*#region PRODUCT DETAILS */
  .product-details-page .div_TopDetails .div_Right {
    padding-right: 20px;
  }
  .product-details-page .div_TopDetails .div_Right .div_AddtoBasket .a_Button {
    width: 250px;
  }
  .product-details-page .div_TopDetails .div_Right .div_Swatches A {
    width: 31%;
    margin: 0 2% 2% 0;
  }
  .product-details-page .div_TopDetails .range-items .product-search-results .div_Product:hover .tools {
    display: none;
  }
  /*#endregion */
  /*#endregion */
}
/*#region Mixins  */
/*#endregion*/
@media only screen and (min-width: 1300px) {
  .header {
    padding: 30px 0;
  }
  .header .search {
    right: 0;
  }
  .div_CategoriesMenu .div_CategoriesMenuInner {
    margin-left: 275px;
    text-align: right;
  }
  .div_MainContent {
    padding: 0;
  }
}