@charset "UTF-8";
/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 *
 * ==|== normalize ==========================================================
 */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

[hidden] {
  display: none;
}

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 * 2. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
 */
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

a, button, input, select, textarea, label, summary {
  touch-action: manipulation;
}

@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@-o-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/*  http://mattstow.com/responsive-design-in-ie10-on-windows-phone-8.html  */
@media (max-width: 25em) {
  @-ms-viewport {
    width: 320px;
  }
}

/* Improve readability when focused and hovered in all browsers: h5bp.com/h */
a:hover, a:active {
  outline: 0;
}

/* =============================================================================
   Typography
   ========================================================================== */
abbr[title] {
  border: 0;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/* Redeclare monospace font family: h5bp.com/j */
pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/* Improve readability of pre-formatted text in all browsers */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 85%;
}

/* Position subscript and superscript content without affecting line-height: h5bp.com/k */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* =============================================================================
   Lists
   ========================================================================== */
ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Improve image quality when scaled in IE7: h5bp.com/d
 * 2. Remove the gap between images and borders on image containers: h5bp.com/i/440
 */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  width: 100%;
  height: auto;
}

picture {
  display: block;
}

iframe {
  border: none;
}

/*
 * Correct overflow not hidden in IE9
 */
svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
   Forms
   ========================================================================== */
form {
  margin: 0;
}

/* Indicate that 'label' will shift focus to the associated form element */
label {
  cursor: pointer;
}

/*
 * 1. Correct color not inheriting in IE6/7/8/9
 * 2. Correct alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
  white-space: normal;
}

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */
button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 */
button, input {
  line-height: normal;
}

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 * 3. Correct inner spacing displayed oddly in IE7 (doesn't effect IE6)
 */
button, input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}

/*
 * Re-set default cursor for disabled elements
 */
button[disabled], input[disabled] {
  cursor: default;
}

/*
 * Consistent box sizing and appearance
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/*
 * Remove inner padding and border in FF3/4: h5bp.com/l
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Remove default vertical scrollbar in IE6/7/8/9
 * 2. Allow only vertical resizing
 */
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/* Colors for form validity */
input:invalid, textarea:invalid {
  background-color: #f0dddd;
}

/* hide placeholder text on focus, instead of starting to type: */
[placeholder]:focus::-webkit-input-placeholder {
  color: transparent;
}

::-webkit-input-placeholder {
  /* Safari, Chrome and Opera */
  color: #667a83;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #667a83;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #667a83;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #667a83;
}

::-ms-input-placeholder {
  /* Edge */
  color: #667a83;
}

:placeholder-shown {
  /* Standard one last! */
  color: #667a83;
}

fieldset {
  border: 0;
}

textarea {
  resize: none;
  overflow: auto;
}

/* =============================================================================
   Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

* {
  touch-action: manipulation;
}

/* Contain floats: h5bp.com/q */
.clearfix:before, .row:before, .trustpilot-review:before, .col2-set:before, .col2-left-layout:before, #newsletter-popup:before, .product-grid:before, #product-single .add-frame:before, #product-single .product-addtocart:before, #product-single .add-frame .edit-frame-box .buttons-set:before, #product-single .product-social:before, .select-frame:before, .onestepcheckout-box:before, .news-gird:before, .news-single .comment-box .head:before, .world-of #GBLatest .latestWrapper .list-items:before, .clearfix:after, .row:after, .trustpilot-review:after, .col2-set:after, .col2-left-layout:after, #newsletter-popup:after, .product-grid:after, #product-single .add-frame:after, #product-single .product-addtocart:after, #product-single .add-frame .edit-frame-box .buttons-set:after, #product-single .product-social:after, .select-frame:after, .onestepcheckout-box:after, .news-gird:after, .news-single .comment-box .head:after, .world-of #GBLatest .latestWrapper .list-items:after {
  content: "";
  display: block;
}

.clearfix:after, .row:after, .trustpilot-review:after, .col2-set:after, .col2-left-layout:after, #newsletter-popup:after, .product-grid:after, #product-single .add-frame:after, #product-single .product-addtocart:after, #product-single .add-frame .edit-frame-box .buttons-set:after, #product-single .product-social:after, .select-frame:after, .onestepcheckout-box:after, .news-gird:after, .news-single .comment-box .head:after, .world-of #GBLatest .latestWrapper .list-items:after {
  clear: both;
}

.clearfix, .row, .trustpilot-review, .col2-set, .col2-left-layout, #newsletter-popup, .product-grid, #product-single .add-frame, #product-single .product-addtocart, #product-single .add-frame .edit-frame-box .buttons-set, #product-single .product-social, .select-frame, .onestepcheckout-box, .news-gird, .news-single .comment-box .head, .world-of #GBLatest .latestWrapper .list-items {
  *zoom: 1;
}

.ir {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visibleHide, .skip-links {
  /* http://css-tricks.com/places-its-tempting-to-use-display-none-but-dont/ */
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.selectWrapper {
  position: relative;
  display: block;
  overflow: hidden;
}

.selectWrapper .select-border {
  border: 1px solid #b4b4b4;
}

.pager .selectWrapper .select-border {
  border: 1px solid #dedede;
}

.selectWrapper select {
  width: 110%;
  max-width: 110%;
  min-width: 110%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: window;
  text-indent: 0.01px;
  text-overflow: "";
  padding: 9px 10px;
  font-size: 13px;
  letter-spacing: -0.025em;
  background: none;
  border: none;
  color: #111111;
  outline: none;
  /* Padding works surpringly well */
}

@media only all {
  .selectWrapper select {
    padding: 0.5625rem 0.625rem;
  }
}

@media only all {
  .selectWrapper select {
    font-size: 0.8125rem;
  }
}

/* This hides native dropdown button arrow in IE */
.selectWrapper select::-ms-expand {
  display: none;
}

/* Custom arrow - could be an image, SVG, icon font, etc. */
.selectWrapper:before {
  content: '';
  right: 1px;
  top: 2px;
  height: 34px;
  width: 30px;
  background: #fff;
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.selectWrapper:after {
  background: url("../images/arrow-black-down-select-2.png") no-repeat center center;
  content: "";
  padding: 0;
  position: absolute;
  right: 10px;
  top: 1px;
  bottom: 0;
  height: 36px;
  width: 13px;
  z-index: 2;
  /* This hack makes the select behind the arrow clickable in some browsers */
  pointer-events: none;
}

.selectWrapper-2:after {
  background: url("../images/arrow-black-down-select-2.png") no-repeat center center;
  height: 5px;
  width: 8px;
  right: 14px;
  top: 18px;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}

/* Hover style - tricky because we're clipping the overflow */
/* Focus style */
.selectWrapper select:focus {
  outline: none;
}

/* This hides focus around selected option in FF */
.selectWrapper select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

.js .fileInput {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.js .fileInputLabel {
  color: #fff;
  cursor: pointer;
  background: #000;
  display: inline-block;
}

.js .fileInput:focus + label,
.js .fileInputLabel:hover {
  background-color: #fff;
}

.js .fileInput:focus + label {
  outline: 1px dotted #fff;
  outline: -webkit-focus-ring-color auto 5px;
}

.js .inputfile + label span {
  pointer-events: none;
}

textarea,
input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  padding: 9px 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  font-size: 13px;
  border: 1px solid #b4b4b4;
  color: #111111;
  letter-spacing: -0.025em;
}

@media only all {
  textarea,
  input[type=email],
  input[type=search],
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=text] {
    padding: 0.5625rem 0.625rem;
  }
}

@media only all {
  textarea,
  input[type=email],
  input[type=search],
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=text] {
    font-size: 0.8125rem;
  }
}

label {
  display: block;
  font-size: 13px;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

@media only all {
  label {
    font-size: 0.8125rem;
  }
}

label.required:after,
span.required:after {
  content: ' *';
  color: #00a7e6;
  font-weight: normal;
  font-size: 13px;
}

@media only all {
  label.required:after,
  span.required:after {
    font-size: 0.8125rem;
  }
}

label.required em,
span.required em {
  display: none;
}

.fieldset + .fieldset {
  margin-top: 20px;
}

@media only all {
  .fieldset + .fieldset {
    margin-top: 1.25rem;
  }
}

.form-list {
  text-align: left;
}

.form-list > li {
  margin-bottom: 10px;
}

@media only all {
  .form-list > li {
    margin-bottom: 0.625rem;
  }
}

.form-list > li:last-child {
  margin-bottom: 0;
}

.form-list label {
  margin-bottom: 6px;
}

@media only all {
  .form-list label {
    margin-bottom: 0.375rem;
  }
}

.form-list select {
  width: 100%;
  max-width: 100%;
}

.form-list .input-text {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form-list textarea {
  height: 144px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form-list .input-range .input-text {
  width: 74px;
}

.form-list .input-address .input-text + .input-text {
  margin-top: 5px;
}

@media only all {
  .form-list .input-address .input-text + .input-text {
    margin-top: 0.3125rem;
  }
}

.form-list .fields {
  overflow: hidden;
}

.form-list .fields .field {
  float: left;
  width: 100%;
}

.form-list .fields .field:first-child {
  margin-bottom: 10px;
}

@media only all {
  .form-list .fields .field:first-child {
    margin-bottom: 0.625rem;
  }
}

.form-list .fields .field:last-child {
  margin-bottom: 0;
}

.form-list .fields .field.name-prefix {
  margin-bottom: 10px !important;
}

@media only all {
  .form-list .fields .field.name-prefix {
    margin-bottom: 0.625rem !important;
  }
}

.form-list .v-fix {
  float: left;
  width: 62%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form-list .v-fix + .v-fix {
  width: 38%;
  padding-left: 5px;
}

@media only all {
  .form-list .v-fix + .v-fix {
    padding-left: 0.3125rem;
  }
}

.form-list .customer-name-prefix {
  width: 100%;
  float: left;
}

.form-list .customer-dob {
  overflow: hidden;
}

.form-list .customer-dob > div {
  float: left;
  width: 50px;
  margin-right: 5px;
}

.form-list .customer-dob > div.dob-year {
  margin-right: 0;
  width: 65px;
}

.form-list .customer-dob > div.validation-advice {
  clear: both;
  width: 100%;
  margin-right: 0;
}

.form-list .customer-dob > div input {
  text-align: center;
}

.form-list .customer-dob > div .validation-advice {
  display: none;
}

.form-list .postcode {
  position: relative;
}

.form-list .postcode .field {
  position: relative;
}

.form-list .postcode .button {
  position: absolute;
  right: 1px;
  bottom: 1px;
  font-size: 12px;
  padding: 0px 13px;
  line-height: 36px;
  width: auto;
  min-width: 0;
  color: #111111;
  background: #f0f0f0;
}

@media only all {
  .form-list .postcode .button {
    right: 0.0625rem;
  }
}

@media only all {
  .form-list .postcode .button {
    bottom: 0.0625rem;
  }
}

@media only all {
  .form-list .postcode .button {
    font-size: 0.75rem;
  }
}

@media only all {
  .form-list .postcode .button {
    padding: 0rem 0.8125rem;
  }
}

@media only all {
  .form-list .postcode .button {
    line-height: 2.25rem;
  }
}

.form-list .postcode .button:hover {
  background: #00a7e6;
  color: #fff;
}

.buttons-set a {
  font-size: 13px;
  color: #00a7e6;
  display: block;
  margin-bottom: 14px;
}

@media only all {
  .buttons-set a {
    font-size: 0.8125rem;
  }
}

@media only all {
  .buttons-set a {
    margin-bottom: 0.875rem;
  }
}

.buttons-set a:hover {
  text-decoration: underline;
}

ul.radio-lists {
  overflow: hidden;
}

ul.radio-lists li {
  float: left;
  margin-right: 20px;
}

@media only all {
  ul.radio-lists li {
    margin-right: 1.25rem;
  }
}

ul.radio-lists li:last-child {
  margin-right: 0;
}

.radio-lists input[type='radio'] {
  display: none;
}

.radio-lists label {
  overflow: hidden;
  cursor: pointer;
  display: block;
  line-height: 19px;
}

@media only all {
  .radio-lists label {
    line-height: 1.1875rem;
  }
}

.radio-lists input[type='radio'] + label > span:first-child {
  width: 18px;
  height: 18px;
  background: url("../images/icon-radio.png") 0 0 no-repeat transparent;
  float: left;
  margin-right: 10px;
}

@media only all {
  .radio-lists input[type='radio'] + label > span:first-child {
    width: 1.125rem;
  }
}

@media only all {
  .radio-lists input[type='radio'] + label > span:first-child {
    height: 1.125rem;
  }
}

@media only all {
  .radio-lists input[type='radio'] + label > span:first-child {
    margin-right: 0.625rem;
  }
}

.radio-lists input[type='radio']:checked + label > span:first-child {
  background: url("../images/icon-radio.png") 0 -18px no-repeat transparent;
}

.checkbox-lists input[type='checkbox'] {
  display: none;
}

.checkbox-lists label {
  overflow: hidden;
  cursor: pointer;
  display: block;
}

.checkbox-lists input[type='checkbox'] + label > span:first-child {
  width: 18px;
  height: 18px;
  background: url("../images/icon-checkbox.png") 0 0 no-repeat transparent;
  float: left;
  margin-right: 10px;
}

@media only all {
  .checkbox-lists input[type='checkbox'] + label > span:first-child {
    width: 1.125rem;
  }
}

@media only all {
  .checkbox-lists input[type='checkbox'] + label > span:first-child {
    height: 1.125rem;
  }
}

@media only all {
  .checkbox-lists input[type='checkbox'] + label > span:first-child {
    margin-right: 0.625rem;
  }
}

.checkbox-lists input[type='checkbox']:checked + label > span:first-child {
  background: url("../images/icon-checkbox.png") 0 -18px no-repeat transparent;
}

@media (min-width: 36em) {
  .selectWrapper:before {
    top: 2px;
  }
  .selectWrapper:after {
    width: 17px;
    top: 2px;
  }
  .selectWrapper-2:after {
    height: 5px;
    width: 8px;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
  }
  .selectWrapper select,
  input[type=email],
  input[type=search],
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=text] {
    font-size: 15px;
  }
}

@media only all and (min-width: 36em) {
  .selectWrapper select,
  input[type=email],
  input[type=search],
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=text] {
    font-size: 0.9375rem;
  }
}

@media (min-width: 36em) {
  label {
    font-size: 15px;
  }
}

@media only all and (min-width: 36em) {
  label {
    font-size: 0.9375rem;
  }
}

@media (min-width: 36em) {
  label.required:after,
  span.required:after {
    font-size: 15px;
  }
}

@media only all and (min-width: 36em) {
  label.required:after,
  span.required:after {
    font-size: 0.9375rem;
  }
}

@media (min-width: 36em) {
  .buttons-set a {
    font-size: 15px;
    margin-bottom: 22px;
  }
}

@media only all and (min-width: 36em) {
  .buttons-set a {
    font-size: 0.9375rem;
  }
}

@media only all and (min-width: 36em) {
  .buttons-set a {
    margin-bottom: 1.375rem;
  }
}

@media (min-width: 36em) {
  .fieldset + .fieldset {
    margin-top: 3.8%;
  }
  .form-list > li {
    margin-bottom: 14px;
  }
}

@media only all and (min-width: 36em) {
  .form-list > li {
    margin-bottom: 0.875rem;
  }
}

@media (min-width: 36em) {
  .form-list .fields .field {
    width: 48.33%;
  }
  .form-list .fields .field:last-child {
    float: right;
  }
  .form-list .fields .field:first-child {
    margin-bottom: 0;
    float: left;
  }
  .form-list .postcode .field {
    max-width: 272px;
  }
}

@media only all and (min-width: 36em) {
  .form-list .postcode .field {
    max-width: 17rem;
  }
}

@media (min-width: 36em) {
  .form-list .postcode .button {
    padding: 0px 14px;
    line-height: 39px;
  }
}

@media only all and (min-width: 36em) {
  .form-list .postcode .button {
    padding: 0rem 0.875rem;
  }
}

@media only all and (min-width: 36em) {
  .form-list .postcode .button {
    line-height: 2.4375rem;
  }
}

#_cp_result_display img, #billing_cp_result_display img {
  width: auto;
  height: auto;
  margin: 8px auto;
  display: block;
}

.row {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  max-width: 102em;
  margin: 0 auto;
  padding-left: 1em;
  padding-right: 1em;
}

.row .row {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.row .row .column, .row .row .columns {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
}

.column, .columns {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  float: left;
  min-height: 1px;
}

.centred {
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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%;
}

@media (min-width: 36em) {
  .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%;
  }
}

@media (min-width: 60em) {
  .wide-1 {
    width: 8.33333%;
  }
  .wide-2 {
    width: 16.66667%;
  }
  .wide-3 {
    width: 25%;
  }
  .wide-4 {
    width: 33.33333%;
  }
  .wide-5 {
    width: 41.66667%;
  }
  .wide-6 {
    width: 50%;
  }
  .wide-7 {
    width: 58.33333%;
  }
  .wide-8 {
    width: 66.66667%;
  }
  .wide-9 {
    width: 75%;
  }
  .wide-10 {
    width: 83.33333%;
  }
  .wide-11 {
    width: 91.66667%;
  }
  .wide-12 {
    width: 100%;
  }
}

@media (min-width: 80em) {
  .widest-1 {
    width: 8.33333%;
  }
  .widest-2 {
    width: 16.66667%;
  }
  .widest-3 {
    width: 25%;
  }
  .widest-4 {
    width: 33.33333%;
  }
  .widest-5 {
    width: 41.66667%;
  }
  .widest-6 {
    width: 50%;
  }
  .widest-7 {
    width: 58.33333%;
  }
  .widest-8 {
    width: 66.66667%;
  }
  .widest-9 {
    width: 75%;
  }
  .widest-10 {
    width: 83.33333%;
  }
  .widest-11 {
    width: 91.66667%;
  }
  .widest-12 {
    width: 100%;
  }
}

.small-1up > .column {
  width: 100%;
}

.small-2up > .column {
  width: 50%;
}

.small-3up > .column {
  width: 33.33333%;
}

.small-4up > .column {
  width: 25%;
}

.small-5up > .column {
  width: 20%;
}

.small-6up > .column {
  width: 16.66667%;
}

.small-7up > .column {
  width: 14.28571%;
}

.small-8up > .column {
  width: 12.5%;
}

.small-9up > .column {
  width: 11.11111%;
}

.small-10up > .column {
  width: 10%;
}

.small-11up > .column {
  width: 9.09091%;
}

.small-12up > .column {
  width: 8.33333%;
}

@media (max-width: 35.99em) {
  .small-2up > .column:nth-child(2n+1) {
    clear: left;
  }
  .small-3up > .column:nth-child(3n+1) {
    clear: left;
  }
  .small-4up > .column:nth-child(4n+1) {
    clear: left;
  }
  .small-5up > .column:nth-child(5n+1) {
    clear: left;
  }
  .small-6up > .column:nth-child(6n+1) {
    clear: left;
  }
  .small-7up > .column:nth-child(7n+1) {
    clear: left;
  }
  .small-8up > .column:nth-child(8n+1) {
    clear: left;
  }
  .small-9up > .column:nth-child(9n+1) {
    clear: left;
  }
  .small-10up > .column:nth-child(10n+1) {
    clear: left;
  }
  .small-11up > .column:nth-child(11n+1) {
    clear: left;
  }
  .small-12up > .column:nth-child(12n+1) {
    clear: left;
  }
}

@media (min-width: 36em) {
  .medium-1up > .column {
    width: 100%;
  }
  .medium-2up > .column {
    width: 50%;
  }
  .medium-3up > .column {
    width: 33.33333%;
  }
  .medium-4up > .column {
    width: 25%;
  }
  .medium-5up > .column {
    width: 20%;
  }
  .medium-6up > .column {
    width: 16.66667%;
  }
  .medium-7up > .column {
    width: 14.28571%;
  }
  .medium-8up > .column {
    width: 12.5%;
  }
  .medium-9up > .column {
    width: 11.11111%;
  }
  .medium-10up > .column {
    width: 10%;
  }
  .medium-11up > .column {
    width: 9.09091%;
  }
  .medium-12up > .column {
    width: 8.33333%;
  }
}

@media (min-width: 36em) and (max-width: 59.99em) {
  .medium-2up > .column:nth-child(2n+1) {
    clear: left;
  }
  .medium-3up > .column:nth-child(3n+1) {
    clear: left;
  }
  .medium-4up > .column:nth-child(4n+1) {
    clear: left;
  }
  .medium-5up > .column:nth-child(5n+1) {
    clear: left;
  }
  .medium-6up > .column:nth-child(6n+1) {
    clear: left;
  }
  .medium-7up > .column:nth-child(7n+1) {
    clear: left;
  }
  .medium-8up > .column:nth-child(8n+1) {
    clear: left;
  }
  .medium-9up > .column:nth-child(9n+1) {
    clear: left;
  }
  .medium-10up > .column:nth-child(10n+1) {
    clear: left;
  }
  .medium-11up > .column:nth-child(11n+1) {
    clear: left;
  }
  .medium-12up > .column:nth-child(12n+1) {
    clear: left;
  }
}

@media (min-width: 60em) {
  .wide-1up > .column {
    width: 100%;
  }
  .wide-2up > .column {
    width: 50%;
  }
  .wide-3up > .column {
    width: 33.33333%;
  }
  .wide-4up > .column {
    width: 25%;
  }
  .wide-5up > .column {
    width: 20%;
  }
  .wide-6up > .column {
    width: 16.66667%;
  }
  .wide-7up > .column {
    width: 14.28571%;
  }
  .wide-8up > .column {
    width: 12.5%;
  }
  .wide-9up > .column {
    width: 11.11111%;
  }
  .wide-10up > .column {
    width: 10%;
  }
  .wide-11up > .column {
    width: 9.09091%;
  }
  .wide-12up > .column {
    width: 8.33333%;
  }
}

@media (min-width: 60em) and (max-width: 79.99em) {
  .wide-2up > .column:nth-child(2n+1) {
    clear: left;
  }
  .wide-3up > .column:nth-child(3n+1) {
    clear: left;
  }
  .wide-4up > .column:nth-child(4n+1) {
    clear: left;
  }
  .wide-5up > .column:nth-child(5n+1) {
    clear: left;
  }
  .wide-6up > .column:nth-child(6n+1) {
    clear: left;
  }
  .wide-7up > .column:nth-child(7n+1) {
    clear: left;
  }
  .wide-8up > .column:nth-child(8n+1) {
    clear: left;
  }
  .wide-9up > .column:nth-child(9n+1) {
    clear: left;
  }
  .wide-10up > .column:nth-child(10n+1) {
    clear: left;
  }
  .wide-11up > .column:nth-child(11n+1) {
    clear: left;
  }
  .wide-12up > .column:nth-child(12n+1) {
    clear: left;
  }
}

@media (min-width: 80em) {
  .widest-1up > .column {
    width: 100%;
  }
  .widest-1up > .column:nth-child(1n+1) {
    clear: left;
  }
  .widest-2up > .column {
    width: 50%;
  }
  .widest-2up > .column:nth-child(2n+1) {
    clear: left;
  }
  .widest-3up > .column {
    width: 33.33333%;
  }
  .widest-3up > .column:nth-child(3n+1) {
    clear: left;
  }
  .widest-4up > .column {
    width: 25%;
  }
  .widest-4up > .column:nth-child(4n+1) {
    clear: left;
  }
  .widest-5up > .column {
    width: 20%;
  }
  .widest-5up > .column:nth-child(5n+1) {
    clear: left;
  }
  .widest-6up > .column {
    width: 16.66667%;
  }
  .widest-6up > .column:nth-child(6n+1) {
    clear: left;
  }
  .widest-7up > .column {
    width: 14.28571%;
  }
  .widest-7up > .column:nth-child(7n+1) {
    clear: left;
  }
  .widest-8up > .column {
    width: 12.5%;
  }
  .widest-8up > .column:nth-child(8n+1) {
    clear: left;
  }
  .widest-9up > .column {
    width: 11.11111%;
  }
  .widest-9up > .column:nth-child(9n+1) {
    clear: left;
  }
  .widest-10up > .column {
    width: 10%;
  }
  .widest-10up > .column:nth-child(10n+1) {
    clear: left;
  }
  .widest-11up > .column {
    width: 9.09091%;
  }
  .widest-11up > .column:nth-child(11n+1) {
    clear: left;
  }
  .widest-12up > .column {
    width: 8.33333%;
  }
  .widest-12up > .column:nth-child(12n+1) {
    clear: left;
  }
}

@media (max-width: 35.99em) {
  .hide-for-small {
    display: none;
  }
}

@media (min-width: 36em) and (max-width: 59.99em) {
  .hide-for-medium {
    display: none;
  }
}

@media (min-width: 36em) {
  .hide-for-medium-up {
    display: none;
  }
}

@media (min-width: 60em) and (max-width: 79.99em) {
  .hide-for-wide {
    display: none;
  }
}

@media (min-width: 60em) {
  .hide-for-wide-up {
    display: none;
  }
}

@media (min-width: 80em) {
  .hide-for-widest-up {
    display: none;
  }
}

.equalHeights {
  display: table;
  display: flex;
  flex-wrap: wrap;
}

.equalHeights > .column, .equalHeights > .columns {
  display: table-cell;
  display: flex;
}

.equalHeights > .column > div {
  width: 100%;
}

.verticallyCentre {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
}

/* #Typography
================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
  word-wrap: break-word;
  /*
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
*/
}

/* ============================================ *
 * Table Helpers
 * ============================================ */
.hide-th {
  text-indent: -9999px;
}

.a-center {
  text-align: center;
}

.a-right {
  text-align: right;
}

.a-left {
  text-align: left;
}

/* ============================================ *
 * Data Table
 * ============================================ */
.data-table {
  width: 100%;
  font-size: 14px;
}

@media only all {
  .data-table {
    font-size: 0.875rem;
  }
}

.data-table th {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 12px;
  font-family: "Gotham A", "Gotham B", arial, helvetica, sans-serif;
  padding: 12px 10px;
  white-space: nowrap;
  background: #f7f7f7;
  border: 1px solid #dedede;
  border-bottom: none;
  letter-spacing: -0.05em;
}

@media only all {
  .data-table th {
    font-size: 0.75rem;
  }
}

@media only all {
  .data-table th {
    padding: 0.75rem 0.625rem;
  }
}

.data-table td {
  border: 1px solid #dedede;
  padding: 9px 10px;
  font-size: 13px;
  line-height: 1.5em;
}

@media only all {
  .data-table td {
    padding: 0.5625rem 0.625rem;
  }
}

@media only all {
  .data-table td {
    font-size: 0.8125rem;
  }
}

.data-table td a {
  color: #00a7e6;
}

.data-table td a:hover {
  text-decoration: underline;
}

.data-table tr.first td, .data-table tr:first-child td {
  border-top: none;
}

.data-table td.no-border, .data-table th.first, .data-table th:first-child, .data-table td.first, .data-table td:first-child {
  border-left: none;
}

.data-table td.no-border:first-child, .data-table th.last, .data-table th:last-child, .data-table td.last, .data-table td:last-child {
  border-right: none;
}

.data-table tr.even td {
  background: #fbfbfb;
  background-clip: padding-box;
}

.data-table tfoot td {
  border-left: none;
  border-right: none;
}

/* ============================================ *
 * Generic Info Table
 * ============================================ */
.info-box {
  border: 1px dotted #111111;
  padding: 12px 15px;
  margin: 0 0 15px;
}

.info-box h2 {
  font-size: 15px;
}

@media only all {
  .info-box h2 {
    font-size: 0.9375rem;
  }
}

.info-table th,
.info-table td {
  vertical-align: top;
}

.info-table th {
  font-weight: normal;
  padding: 4px 20px 4px 0;
}

.info-table td {
  padding: 4px 0;
}

/* ============================================ *
 * Linearize Table
 * ============================================ */
@media (min-width: 36em) {
  .data-table th {
    padding: 16px;
  }
}

@media only all and (min-width: 36em) {
  .data-table th {
    padding: 1rem;
  }
}

@media (min-width: 36em) {
  .data-table td {
    padding: 13px 16px;
    font-size: 15px;
  }
}

@media only all and (min-width: 36em) {
  .data-table td {
    padding: 0.8125rem 1rem;
  }
}

@media only all and (min-width: 36em) {
  .data-table td {
    font-size: 0.9375rem;
  }
}

#menuToggle {
  float: left;
  margin: 22px 0px 0px 6px;
  height: 26px;
  width: 26px;
  background: url(../svg/icon-nav.svg) no-repeat center;
}

@media only all {
  #menuToggle {
    margin: 1.375rem 0rem 0rem 0.375rem;
  }
}

@media only all {
  #menuToggle {
    height: 1.625rem;
  }
}

@media only all {
  #menuToggle {
    width: 1.625rem;
  }
}

#basketToggle {
  float: right;
  margin: 21px 6px 0px 0px;
  height: 26px;
  width: 24px;
  background: url(../svg/icon-bag.svg) no-repeat center;
  -webkit-background-size: 23px auto;
  -moz-background-size: 23px auto;
  -o-background-size: 23px auto;
  background-size: 23px auto;
}

@media only all {
  #basketToggle {
    margin: 1.3125rem 0.375rem 0rem 0rem;
  }
}

@media only all {
  #basketToggle {
    height: 1.625rem;
  }
}

@media only all {
  #basketToggle {
    width: 1.5rem;
  }
}

.offCanvas #menuToggle, .offCanvasBasket #basketToggle {
  background: url(../svg/icon-close.svg) no-repeat center;
  z-index: 9999;
  position: relative;
}

/*@supports (transform: rotate(0)) {
    #menuToggle {
        .top,
        .bottom {
            @include transition(transform 0.6s);
            -ms-transform: rotate(0);
            -webkit-transform: rotate(0);
            transform: rotate(0);
            -webkit-transform-origin: -3% 66%;
            -moz-transform-origin: -3% 66%;
            -ms-transform-origin: -3% 66%;
            -o-transform-origin: -3% 66%;
            transform-origin: -3% 66%;
        }
        .middle {
            @include transition(opacity 0.4s);
            opacity: 1;
        }
    }
    .offCanvas #menuToggle {
        .top {
            -ms-transform: rotate(45deg);
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
        }
        .middle {
            opacity: 0;
        }
        .bottom {
            -ms-transform: rotate(-45deg);
            -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
        }
    }
}*/
#wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.js #offCanvasWrapper {
  position: relative;
  width: 100%;
  left: 0;
  -webkit-transition: left 0.4s ease-out, right 0.4s ease-out;
  -moz-transition: left 0.4s ease-out, right 0.4s ease-out;
  -o-transition: left 0.4s ease-out, right 0.4s ease-out;
  transition: left 0.4s ease-out, right 0.4s ease-out;
}

.js #navigation,
.js #basket {
  position: fixed;
  top: 0;
}

@media (min-width: 60em) {
  #wrapper {
    overflow: visible;
  }
  #wrapper #menuToggle, #basketToggle {
    display: none;
  }
  .js #basket {
    position: absolute;
    top: 100%;
    right: 0;
  }
}

@media (max-width: 59.99em) {
  .js #navigation {
    left: -70%;
    background: #fff;
    height: 100%;
    width: 70%;
  }
  .js #basket {
    right: -70%;
    background: #fff;
    height: 100%;
    width: 70%;
  }
  .offCanvas #offCanvasWrapper {
    right: -70%;
    left: auto;
  }
  .offCanvasBasket #offCanvasWrapper {
    left: -70%;
  }
  @supports (transform: translate3d(0, 0, 0)) {
    .js #navigation {
      left: 0;
      transform: translate3d(-100%, 0, 0);
      backface-visibility: hidden;
    }
    .js #basket {
      right: 0;
      transform: translate3d(100%, 0, 0);
      backface-visibility: hidden;
    }
    .js #offCanvasWrapper {
      left: 0;
      transform: translate3d(0, 0, 0);
      transition: transform 0.4s ease-out;
      backface-visibility: hidden;
    }
    .offCanvas #offCanvasWrapper {
      transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    }
    .offCanvas #offCanvasWrapper:after {
      content: '';
      background: rgb( 17, 17, 17 );
      background: rgba(17, 17, 17, 0.75);
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 9998;
    }
    .offCanvasBasket #offCanvasWrapper {
      transform: translate3d(-70%, 0, 0) scale3d(1, 1, 1);
    }
    .offCanvasBasket #offCanvasWrapper:after {
      content: '';
      background: rgb( 17, 17, 17 );
      background: rgba(17, 17, 17, 0.75);
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 9998;
    }
    .js #offCanvasWrapper #navigationInner {
      transition: transform 0.5s ease-out;
      transform: translate3d(-5%, 0, 0) scale3d(0.9, 0.9, 0.9);
      transform-origin: 100% 0%;
    }
    .js #offCanvasWrapper #basketInner {
      transition: transform 0.5s ease-out;
      transform: translate3d(5%, 0, 0) scale3d(0.9, 0.9, 0.9);
      transform-origin: 100% 0%;
    }
    .offCanvas #offCanvasWrapper #navigationInner {
      transform: translate3d(0, 0, 0);
    }
    .offCanvasBasket #offCanvasWrapper #basketInner {
      transform: translate3d(0, 0, 0);
    }
  }
}

@media (max-width: 59.99em) and (-webkit-transform-3d), (max-width: 59.99em) and (transform-3d) {
  .js #navigation {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .js #basket {
    right: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .js #offCanvasWrapper {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .offCanvas #offCanvasWrapper {
    -webkit-transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(70%, 0, 0) scale3d(1, 1, 1);
  }
  .offCanvasBasket #offCanvasWrapper {
    -webkit-transform: translate3d(-70%, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(-70%, 0, 0) scale3d(1, 1, 1);
  }
  .js #offCanvasWrapper #navigationInner {
    -webkit-transition: -webkit-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    -webkit-transform: translate3d(-5%, 0, 0) scale3d(0.9, 0.9, 0.9);
    transform: translate3d(-5%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
  }
  .js #offCanvasWrapper #basketInner {
    -webkit-transition: -webkit-transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
    -webkit-transform: translate3d(5%, 0, 0) scale3d(0.9, 0.9, 0.9);
    transform: translate3d(5%, 0, 0) scale3d(0.9, 0.9, 0.9);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
  }
  .offCanvas #offCanvasWrapper #navigationInner {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .offCanvasBasket #offCanvasWrapper #navigationInner {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.is_stuck {
  backface-visibility: hidden;
}

#header-nav .is_stuck {
  background: #666;
}

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.2.0 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2015, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
  .featherlight, .featherlight-popup-zoom {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background: #333;
    background: rgba(0, 0, 0, 0);
    z-index: 10000;
  }
  .featherlight:last-of-type, .featherlight-popup-zoom:last-of-type {
    background: rgba(0, 0, 0, 0.75);
  }
  .featherlight:before, .featherlight-popup-zoom:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
  }
  .featherlight .featherlight-content, .featherlight-popup-zoom .featherlight-popup-zoom-content {
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    overflow: auto;
    margin-left: 15px;
    margin-right: 15px;
    max-height: 98%;
    padding: 25px 20px;
    background: #fff;
    cursor: auto;
    white-space: normal;
  }
  .featherlight.newsletter .featherlight-content {
    background: #00b6eb;
  }
  .featherlight .featherlight-inner, .featherlight-popup-zoom .featherlight-inner {
    display: block;
  }
  .featherlight .featherlight-close-icon {
    position: absolute;
    z-index: 9999;
    top: 5px;
    right: 6px;
    height: 25px;
    width: 25px;
    background: url(../svg/icon-close-black.svg) no-repeat center center;
    text-indent: -9999px;
    cursor: pointer;
  }
}

@media only all {
  .featherlight .featherlight-close-icon {
    height: 1.5625rem;
  }
}

@media only all {
  .featherlight .featherlight-close-icon {
    width: 1.5625rem;
  }
}

@media all {
  .featherlight.newsletter .featherlight-close-icon {
    background: url(../svg/icon-close.svg) no-repeat center center;
  }
  .featherlight .featherlight-image, .featherlight-popup-zoom .featherlight-popup-zoom-image {
    width: 100%;
  }
  .featherlight-iframe .featherlight-content, .featherlight-iframe .featherlight-popup-zoom-content {
    border-bottom: 0;
    padding: 0;
  }
  .featherlight iframe, .featherlight-popup-zoom iframe {
    border: none;
  }
  .featherlight-popup-zoom .featherlight-popup-zoom-content {
    padding: 0;
    border: none;
    overflow: inherit;
  }
  .featherlight-popup-zoom .featherlight-popup-zoom-content .featherlight-popup-zoom-previous, .featherlight-popup-zoom .featherlight-popup-zoom-content .featherlight-popup-zoom-next, .featherlight-popup-zoom .featherlight-popup-zoom-content .featherlight-popup-zoom-close {
    height: 35px;
    width: 35px;
    position: absolute;
    top: 0;
    z-index: 9999;
    cursor: pointer;
    text-indent: -9999px;
  }
}

@media only all {
  .featherlight-popup-zoom .featherlight-popup-zoom-content .featherlight-popup-zoom-previous, .featherlight-popup-zoom .featherlight-popup-zoom-content .featherlight-popup-zoom-next, .featherlight-popup-zoom .featherlight-popup-zoom-content .featherlight-popup-zoom-close {
    height: 2.1875rem;
  }
}

@media only all {
  .featherlight-popup-zoom .featherlight-popup-zoom-content .featherlight-popup-zoom-previous, .featherlight-popup-zoom .featherlight-popup-zoom-content .featherlight-popup-zoom-next, .featherlight-popup-zoom .featherlight-popup-zoom-content .featherlight-popup-zoom-close {
    width: 2.1875rem;
  }
}

@media all {
  .featherlight-popup-zoom .featherlight-popup-zoom-content .featherlight-popup-zoom-previous {
    background: #fff url(../svg/chevron-left.svg) no-repeat center center;
    right: 70px;
  }
  .featherlight-popup-zoom .featherlight-popup-zoom-content .featherlight-popup-zoom-next {
    background: #fff url(../svg/chevron-right.svg) no-repeat center center;
    right: 35px;
  }
  .featherlight-popup-zoom .featherlight-popup-zoom-content .featherlight-popup-zoom-close {
    background: #00a7e6 url(../svg/icon-close-w.svg) no-repeat center center;
    right: 0;
  }
}

@media (min-width: 60em) {
  .featherlight .featherlight-content, .featherlight-popup-zoom .featherlight-popup-zoom-content {
    min-width: 25.4%;
    margin-left: 5%;
    margin-right: 5%;
    padding: 25px 25px;
    max-height: 95%;
  }
  .featherlight-popup-zoom .featherlight-popup-zoom-content {
    padding: 0;
    border: none;
  }
  .featherlight-popup-zoom .featherlight-popup-zoom-content .featherlight-popup-zoom-previous, .featherlight-popup-zoom .featherlight-popup-zoom-content .featherlight-popup-zoom-next, .featherlight-popup-zoom .featherlight-popup-zoom-content .featherlight-popup-zoom-close {
    height: 49px;
    width: 49px;
  }
}

@media only all and (min-width: 60em) {
  .featherlight-popup-zoom .featherlight-popup-zoom-content .featherlight-popup-zoom-previous, .featherlight-popup-zoom .featherlight-popup-zoom-content .featherlight-popup-zoom-next, .featherlight-popup-zoom .featherlight-popup-zoom-content .featherlight-popup-zoom-close {
    height: 3.0625rem;
  }
}

@media only all and (min-width: 60em) {
  .featherlight-popup-zoom .featherlight-popup-zoom-content .featherlight-popup-zoom-previous, .featherlight-popup-zoom .featherlight-popup-zoom-content .featherlight-popup-zoom-next, .featherlight-popup-zoom .featherlight-popup-zoom-content .featherlight-popup-zoom-close {
    width: 3.0625rem;
  }
}

@media (min-width: 60em) {
  .featherlight-popup-zoom .featherlight-popup-zoom-content .featherlight-popup-zoom-previous {
    right: 98px;
  }
  .featherlight-popup-zoom .featherlight-popup-zoom-content .featherlight-popup-zoom-next {
    right: 49px;
  }
  .featherlight.newsletter .featherlight-content {
    padding: 20px 20px 0;
    border-bottom: 10px solid transparent;
  }
}

#wrapper #navigation {
  z-index: 9997;
}

#navigationBar {
  margin-bottom: 10%;
}

#navigationBar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.js .nav-primary .navWrapper {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.8s ease-out;
  -moz-transition: max-height 0.8s ease-out;
  -o-transition: max-height 0.8s ease-out;
  transition: max-height 0.8s ease-out;
  text-align: left;
  z-index: 9999;
}

.js .nav-primary .navWrapper.isOpenMobile {
  max-height: 100em;
}

.nav-primary li a {
  border-top: 1px solid #dedede;
}

.nav-primary a {
  width: 100%;
  display: block;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
  font-size: 13px;
  line-height: 20px;
  font-family: "Proxima N W01 Bold", arial, helvetica, sans-serif;
  letter-spacing: -0.025em;
}

@media only all {
  .nav-primary a {
    font-size: 0.8125rem;
  }
}

@media only all {
  .nav-primary a {
    line-height: 1.25rem;
  }
}

.nav-primary a:hover, .nav-primary a:active, .nav-primary a:focus {
  outline: none;
  background-color: white;
}

p#mobileLogin a {
  width: 100%;
  display: block;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
  font-size: 13px;
  line-height: 20px;
  font-family: "Proxima N W01 Bold", arial, helvetica, sans-serif;
  letter-spacing: -0.025em;
}

@media only all {
  p#mobileLogin a {
    font-size: 0.8125rem;
  }
}

@media only all {
  p#mobileLogin a {
    line-height: 1.25rem;
  }
}

.nav-primary ul a {
  padding-left: 20px;
}

.nav-primary ul ul a {
  padding-left: 30px;
}

.nav-primary ul ul ul a {
  padding-left: 40px;
}

#navigationBar ul.level1 {
  padding: 12px 0px;
  border-top: 1px solid #dedede;
}

@media only all {
  #navigationBar ul.level1 {
    padding: 0.75rem 0rem;
  }
}

#navigationBar li.level1 .navWrapper ul.level1 {
  border-top: none;
}

#navigationBar li.level0 > .navWrapper.isOpenMobile li.level1:first-child a.level1.has-children {
  border-top: none;
}

#navigationBar .level0.nav-1 li.level1.level1:last-child ul.level1 {
  padding: 0;
}

#navigationBar .level0.nav-1 li.level1.level1:last-child ul.level1:first-child {
  padding-top: 12px;
}

@media only all {
  #navigationBar .level0.nav-1 li.level1.level1:last-child ul.level1:first-child {
    padding-top: 0.75rem;
  }
}

#navigationBar .level0.nav-1 li.level1.level1:last-child ul.level1:last-child {
  padding-bottom: 12px;
}

@media only all {
  #navigationBar .level0.nav-1 li.level1.level1:last-child ul.level1:last-child {
    padding-bottom: 0.75rem;
  }
}

.js .nav-primary .has-children:after {
  content: "";
  background: url(../svg/icon-down.svg) no-repeat center;
  display: inline;
  float: right;
  height: 20px;
  width: 12px;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
}

@media only all {
  .js .nav-primary .has-children:after {
    height: 1.25rem;
  }
}

@media only all {
  .js .nav-primary .has-children:after {
    width: 0.75rem;
  }
}

.js .nav-primary .has-children:hover:after {
  background: url(../svg/icon-down-active.svg) no-repeat center;
}

.js .nav-primary .activeMobile:after {
  background: url(../svg/icon-down-active.svg) no-repeat center;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.nav-primary li.nav-myaccount a.level0 {
  border: none;
  padding: 25px 20px 25px 42px;
  background: #00a7e6 url(../svg/icon-user.svg) no-repeat 20px center;
  -webkit-background-size: 13px auto;
  -moz-background-size: 13px auto;
  -o-background-size: 13px auto;
  background-size: 13px auto;
  color: #fff;
}

@media only all {
  .nav-primary li.nav-myaccount a.level0 {
    padding: 1.5625rem 1.25rem 1.5625rem 2.625rem;
  }
}

.nav-primary li.level0:first-child a.level0 {
  border: none;
}

.nav-primary li.level0.last a.level0 {
  color: #d90073;
  border-bottom: 1px solid #dedede;
}

.nav-primary > li:hover a.level0 {
  background-color: #0091da;
}

.nav-primary a.level0 {
  padding: 17px 22px;
  font-size: 14px;
  color: #111111;
}

@media only all {
  .nav-primary a.level0 {
    padding: 1.0625rem 1.375rem;
  }
}

@media only all {
  .nav-primary a.level0 {
    font-size: 0.875rem;
  }
}

.nav-primary a.level0.activeMobile, .nav-primary a.level0:hover {
  background-color: #0091da;
  color: #fff;
}

p#mobileLogin a {
  padding: 17px 22px 17px 50px;
  font-size: 14px;
}

@media only all {
  p#mobileLogin a {
    padding: 1.0625rem 1.375rem 1.0625rem 3.125rem;
  }
}

@media only all {
  p#mobileLogin a {
    font-size: 0.875rem;
  }
}

.nav-primary h4 {
  padding: 9px 22px 9px 32px;
  color: #111111;
  width: 100%;
  display: block;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
  font-size: 13px;
  line-height: 20px;
  font-family: "Proxima N W01 Bold", arial, helvetica, sans-serif;
  letter-spacing: -0.025em;
  font-weight: normal;
  border-top: 1px solid #dedede;
  cursor: pointer;
}

@media only all {
  .nav-primary h4 {
    padding: 0.5625rem 1.375rem 0.5625rem 2rem;
  }
}

@media only all {
  .nav-primary h4 {
    font-size: 0.8125rem;
  }
}

@media only all {
  .nav-primary h4 {
    line-height: 1.25rem;
  }
}

.nav-primary h4:hover, .nav-primary h4:active, .nav-primary h4:focus {
  outline: none;
  background: white;
}

.nav-primary h4.activeMobile, .nav-primary h4:hover {
  color: #fff;
  background: #00a7e6;
}

.nav-primary ul.level0.cols-5 .col5 {
  display: none;
}

.nav-primary ul.level0 li.col1 h4 {
  border-top: none;
}

.nav-primary li.level0:last-child a.level0.activeMobile {
  border-bottom: none;
}

.nav-primary ul.level0 a {
  border: none;
  padding: 1px 22px 1px 42px;
}

@media only all {
  .nav-primary ul.level0 a {
    padding: 0.0625rem 1.375rem 0.0625rem 2.625rem;
  }
}

.nav-primary .view-all a {
  padding: 9px 22px 9px 32px;
  font-size: 14px;
  color: #0091da;
}

@media only all {
  .nav-primary .view-all a {
    padding: 0.5625rem 1.375rem 0.5625rem 2rem;
  }
}

@media only all {
  .nav-primary .view-all a {
    font-size: 0.875rem;
  }
}

.nav-primary .view-all a:hover {
  color: #00a7e6;
}

@media (min-width: 60em) {
  .nav-content, .js #navigationBar .nav-primary ul.level0 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 97em;
    margin: 0 auto;
    width: 100%;
    padding-left: 1em;
    padding-right: 1em;
  }
  .js #navigation {
    position: relative;
  }
  .nav-primary a,
  .nav-primary ul a,
  .nav-primary ul ul a,
  .nav-primary ul ul ul a {
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
  #navigationBar .nav-primary {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .nav-primary li {
    display: inline-block;
  }
  .nav-primary li a {
    border: none;
    font-family: "Proxima Nova W08 Reg", arial, helvetica, sans-serif;
  }
  .js .nav-primary .navWrapper {
    -webkit-transition: max-height 0s ease-out;
    -moz-transition: max-height 0s ease-out;
    -o-transition: max-height 0s ease-out;
    transition: max-height 0s ease-out;
  }
  .js .nav-primary .navWrapper0 {
    position: absolute;
    left: 0;
    top: auto;
    border: 0;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: inset 0 15px 7px -10px rgba(230, 230, 230, 0.75);
    -moz-box-shadow: inset 0 15px 7px -10px rgba(230, 230, 230, 0.75);
    box-shadow: inset 0 15px 7px -10px rgba(230, 230, 230, 0.75);
  }
  .navWrapper {
    display: none;
  }
  .js .navWrapper {
    display: block;
  }
  .nav-primary li {
    border: 0;
    font-size: 16px;
  }
}

@media only all and (min-width: 60em) {
  .nav-primary li {
    font-size: 1rem;
  }
}

@media (min-width: 60em) {
  .js .nav-primary .has-children:after {
    content: "";
    display: none;
  }
  #navigation {
    text-align: center;
  }
  #navigationBar {
    max-width: 102em;
    margin: 0 auto;
    width: 100%;
  }
  .js .nav-primary .navWrapper.isOpenMobile {
    max-height: 0;
  }
  .js .nav-primary .navWrapper.isOpen {
    max-height: 50em;
  }
  .js .nav-primary .navWrapper .navWrapper {
    max-height: none;
    overflow: visible;
  }
  .level0 li {
    display: block;
  }
  .nav-primary {
    display: inline-block;
    font-size: 0;
  }
  #navigationBar ul.level0 {
    margin-top: 2.4% !important;
    overflow: hidden;
  }
  .nav-primary li.level0.nav-myaccount {
    display: none;
  }
  .nav-primary li.level0.last a.level0 {
    color: #d90073 !important;
    border: none;
  }
  .nav-primary li.level0.last a.level0:hover {
    color: #fff !important;
  }
  .nav-primary a.level0 {
    padding: 18px 20px;
    font-size: 15px;
    font-family: "Gotham A", "Gotham B", arial, helvetica, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    position: relative;
  }
}

@media only all and (min-width: 60em) {
  .nav-primary a.level0 {
    padding: 1.125rem 1.25rem;
  }
}

@media only all and (min-width: 60em) {
  .nav-primary a.level0 {
    font-size: 0.9375rem;
  }
}

@media (min-width: 60em) {
  .nav-primary a.level0 .underline {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 4;
    width: 0;
    height: 4px;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
}

@media only all and (min-width: 60em) {
  .nav-primary a.level0 .underline {
    height: 0.25rem;
  }
}

@media (min-width: 60em) {
  .nav-primary a.level0.active, .nav-primary a.level0:hover {
    background: #0091da;
    color: #fff;
  }
  .nav-primary a.level0.active .underline, .nav-primary a.level0:hover .underline {
    left: 0;
    background: #00a6e4;
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    width: 100%;
  }
  .nav-primary a.level0.activeMobile {
    background: #fff;
    color: #111111;
  }
  .nav-primary a.level0.activeMobile:hover {
    background: #0091da;
    color: #fff;
  }
  .nav-primary h4 {
    font-family: "Proxima N W01 Bold", arial, helvetica, sans-serif;
    font-size: 16px;
    padding: 0px;
    border-top: none;
    background: none !important;
    cursor: default;
    color: #111111 !important;
  }
}

@media only all and (min-width: 60em) {
  .nav-primary h4 {
    font-size: 1rem;
  }
}

@media only all and (min-width: 60em) {
  .nav-primary h4 {
    padding: 0rem;
  }
}

@media (min-width: 60em) {
  .nav-primary h4:hover {
    background: none !important;
    color: #111111;
  }
  .nav-primary ul.level0 a {
    padding: 2px 0px;
    font-size: 15px;
  }
}

@media only all and (min-width: 60em) {
  .nav-primary ul.level0 a {
    padding: 0.125rem 0rem;
  }
}

@media only all and (min-width: 60em) {
  .nav-primary ul.level0 a {
    font-size: 0.9375rem;
  }
}

@media (min-width: 60em) {
  .nav-primary ul.level0 li.col {
    padding-left: 0;
    padding-right: 0;
    float: left;
    width: 15.35%;
    margin-right: 1.85%;
    padding-right: 1.85%;
    margin-bottom: 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #dedede;
  }
  .nav-primary ul.level0 li.col:last-child {
    margin-right: 0;
    border-right: none;
  }
  .nav-primary ul.level0.cols-3 .col3 {
    width: 65.5%;
    padding-right: 0;
  }
  .nav-primary ul.level0.cols-3 .col3 ul {
    width: 23.44%;
    float: left;
    margin-right: 3.06% !important;
    padding-right: 3.06% !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 1px solid #dedede;
  }
  .nav-primary ul.level0.cols-3 .col3 ul:last-child {
    width: 20.5%;
    margin-right: 0 !important;
    padding-right: 0 !important;
    border-right: none;
  }
  .nav-primary ul.level0.cols-5 .col5 {
    display: block;
    width: 31.2%;
    border-right: none;
    padding: 0;
    margin-bottom: 0;
  }
  .nav-primary ul.level0.cols-5 .col5 img {
    width: auto;
    max-width: 100%;
  }
  #navigation .brandLogos {
    border-top: 1px solid #dedede;
    padding: 2.35% 0;
  }
  .nav-primary a:hover, .nav-primary a:active, .nav-primary a:focus {
    background: #fff;
  }
  #navigationBar li.level1 .navWrapper ul.level1 {
    padding: 14px 0px 0px;
  }
}

@media only all and (min-width: 60em) {
  #navigationBar li.level1 .navWrapper ul.level1 {
    padding: 0.875rem 0rem 0rem;
  }
}

@media (min-width: 60em) {
  .nav-primary .view-all {
    background: #00a7e6;
    padding: 21px 0px;
  }
}

@media only all and (min-width: 60em) {
  .nav-primary .view-all {
    padding: 1.3125rem 0rem;
  }
}

@media (min-width: 60em) {
  .nav-primary .view-all h4 {
    display: none;
  }
  .nav-primary .view-all a {
    font-size: 15px;
    line-height: 22px;
    font-family: "Gotham A", "Gotham B", arial, helvetica, sans-serif;
    font-weight: 800;
    letter-spacing: -0.05em;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    background: url(../svg/icon-circle-right.svg) no-repeat right 3px;
    padding: 0px 24px 0px 0px;
  }
}

@media only all and (min-width: 60em) {
  .nav-primary .view-all a {
    font-size: 0.9375rem;
  }
}

@media only all and (min-width: 60em) {
  .nav-primary .view-all a {
    line-height: 1.375rem;
  }
}

@media only all and (min-width: 60em) {
  .nav-primary .view-all a {
    padding: 0rem 1.5rem 0rem 0rem;
  }
}

@media (min-width: 60em) {
  .nav-primary .view-all a:hover {
    background-color: transparent;
    opacity: 0.7;
    color: #fff;
  }
  .nav-primary li.level0 > a.has-children {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .nav-primary li.level0 > a.has-children:hover, .nav-primary li.level0 > a.has-children:active, .nav-primary li.level0 > a.has-children:focus {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
  .nav-primary .level1 {
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
    -webkit-transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    transform: translateY(-20%);
  }
  .nav-primary .isOpen .level1 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  #wrapper .nav-primary .isOpen .child-1 {
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
  }
  #wrapper .nav-primary .isOpen .child-2 {
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  #wrapper .nav-primary .isOpen .child-3 {
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  #wrapper .nav-primary .isOpen .child-4 {
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  #wrapper .nav-primary .isOpen .child-5 {
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .isOpen {
    z-index: 1;
  }
}

@media (max-width: 59.999em) {
  .parent a.level0 {
    background-image: url(../svg/icon-down.svg);
    background-repeat: no-repeat;
    background-position: 96% 50%;
    background-position: calc(100% - 22px) 50%;
  }
  .parent a.level0:hover, .parent a.level0:active, .parent a.level0:focus {
    background-image: url(../svg/icon-down-active.svg);
  }
  .parent a.level0.activeMobile {
    background-image: url(../svg/icon-up-active.svg);
  }
}

#navigationBar ul.level0 > ul {
  padding: 8px 0px;
}

@media only all {
  #navigationBar ul.level0 > ul {
    padding: 0.5rem 0rem;
  }
}

#navigationBar ul.level0 > ul a {
  padding: 4px 22px 4px 42px;
}

@media only all {
  #navigationBar ul.level0 > ul a {
    padding: 0.25rem 1.375rem 0.25rem 2.625rem;
  }
}

.noBanner {
  padding-top: 4%;
}

.ajaxsearch-products .owl-carousel {
  padding: 0 2%;
}

.product-tabs .ajaxsearch-products.gb-carousel .owl-controls .owl-nav .owl-prev {
  margin-left: 0;
}

.product-tabs .ajaxsearch-products.gb-carousel .owl-controls .owl-nav .owl-next {
  margin-right: 0;
}

/* Hide 'view all' on mobile menu */
.nav-primary .navWrapper .view-all h4 {
  display: none;
}

#heroCarousel .custom-dots-box {
    position: static;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.owl-dots {
  text-align: center;
}

.owl-dot {
  display: inline-block;
}

.owl-dot span {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #111111;
}

.owl-dots .active span {
  background: #fff;
}

.inner.homepage-carousel {
  background-color: rgba(255, 255, 255, 0);
}

.masonry {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
  max-width: none;
}

@media (min-width: 36em) {
  .masonry {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media (min-width: 60em) {
  .masonry {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
}

@media (min-width: 80em) {
  .masonry {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
}

.masonry-cell {
  margin: 0;
  padding: 5px;
}

@media (min-width: 36em) {
  .masonry-cell {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
  }
}

.masonry-panel {
  overflow: hidden;
  width: 100%;
  background: #666;
}

.masonry-cluster, .masonry-vertical-cluster {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.masonry-cluster-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  flex-basis: 50%;
}

@media (min-width: 36em) {
  .masonry-cluster-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.masonry-cluster-cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media (min-width: 36em) {
  .masonry-vertical-cluster {
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.masonry-vertical-cluster .masonry-cluster-group {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

body {
  margin: 0;
  background: #fff;
  text-align: left;
  letter-spacing: -0.025em;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #beb19e;
  margin: 1em;
  padding: 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

html,
button,
input,
select,
textarea {
  font-family: "Proxima Nova W08 Reg", arial, helvetica, sans-serif;
  color: #111111;
}

::-moz-selection {
  background: #00a7e6;
  color: #fff;
  -moz-text-shadow: none;
}

::selection {
  background: #00a7e6;
  color: #fff;
  -webkit-text-shadow: none;
  text-shadow: none;
}

/* =============================================================================
   Links
   ========================================================================== */
a {
  color: #111111;
  outline: none;
  text-decoration: none;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  transition: color 0.4s ease;
}

a:hover, a:active, a:focus {
  color: #00a7e6;
  outline: none;
}

/* #Typography
================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gotham A", "Gotham B", arial, helvetica, sans-serif;
  color: #323232;
  padding: 0;
}

h1 em,
h2 em,
h3 em,
h4 em,
h5 em,
h6 em {
  font-style: italic;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
}

h6 {
  font-size: 19px;
  line-height: 1.5em;
  font-weight: 800;
}

@media only all {
  h6 {
    font-size: 1.1875rem;
  }
}

h5 {
  font-size: 23px;
  line-height: 1.5em;
  font-weight: 800;
}

@media only all {
  h5 {
    font-size: 1.4375rem;
  }
}

h4 {
  font-size: 28px;
  line-height: 1.5em;
  font-weight: 800;
}

@media only all {
  h4 {
    font-size: 1.75rem;
  }
}

h3 {
  font-size: 33px;
  line-height: 1.5em;
  font-weight: 800;
}

@media only all {
  h3 {
    font-size: 2.0625rem;
  }
}

h2 {
  font-size: 40px;
  line-height: 1.5em;
  font-weight: 800;
}

@media only all {
  h2 {
    font-size: 2.5rem;
  }
}

h1 {
  font-size: 48px;
  line-height: 1.5em;
  font-weight: 800;
}

@media only all {
  h1 {
    font-size: 3rem;
  }
}

p {
  font-family: "Proxima Nova W08 Reg", arial, helvetica, sans-serif;
  line-height: 1.5em;
  padding: 0;
  letter-spacing: -0.025em;
  color: #111111;
  font-size: 13px;
}

@media only all {
  p {
    font-size: 0.8125rem;
  }
}

strong {
  font-family: 'Proxima N W01 Bold', arial, helvetica, sans-serif;
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px 0px 0px 0px;
}

@media only all {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0rem 0rem 0rem 0rem;
  }
}

p, ol, ul, dl {
  margin: 0px 0px 0px 0px;
}

@media only all {
  p, ol, ul, dl {
    margin: 0rem 0rem 0rem 0rem;
  }
}

/* #Helpers
================================================== */
.text-centred {
  text-align: center;
}

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

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

.noWidows {
  white-space: nowrap;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.popup {
  display: none;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  width: 100%;
}

.videoWrapper object,
.videoWrapper embed,
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.equalSpacing {
  text-align: justify;
}

.equalSpacing span {
  display: inline-block;
}

.equalSpacing .stretcher {
  width: 100%;
}

.socialShare {
  list-style: none;
  margin: 0;
  padding: 0;
}

.socialShare li {
  display: inline-block;
}

#socialShareLinks {
  margin: 0;
  padding: 0;
}

#socialShareLinks li {
  margin-right: 1px;
}

@media only all {
  #socialShareLinks li {
    margin-right: 0.0625rem;
  }
}

#socialShareLinks li:last-child {
  margin-right: 0;
}

#socialShareLinks li, #socialShareLinks a {
  display: inline-block;
}

#socialShareLinks a {
  text-align: center;
  width: 24px;
  height: 24px;
  line-height: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  text-indent: -9999px;
}

@media only all {
  #socialShareLinks a {
    width: 1.5rem;
  }
}

@media only all {
  #socialShareLinks a {
    height: 1.5rem;
  }
}

@media only all {
  #socialShareLinks a {
    line-height: 1.5rem;
  }
}

@media only all {
  #socialShareLinks a {
    -webkit-border-radius: 1.5rem;
    -moz-border-radius: 1.5rem;
    border-radius: 1.5rem;
  }
}

.socialTwitter a {
  background: #55acee url(../svg/share-twitter.svg) no-repeat center center;
}

.socialFacebook a {
  background: #3a5795 url(../svg/share-fb.svg) no-repeat center center;
}

.socialGoogle a {
  background: #dd4b39 url(../svg/share-google.svg) no-repeat center center;
}

.socialPinterest a {
  background: #d01d15 url(../svg/share-pinterest.svg) no-repeat center center;
}

.socialEmail a {
  background: url(../svg/share-mail.svg) no-repeat center center;
}

.socialIcons {
  display: inline-block;
}

.socialIcons li {
  float: left;
  margin-left: 10px;
}

@media only all {
  .socialIcons li {
    margin-left: 0.625rem;
  }
}

.socialIcons li:first-child {
  margin: 0;
}

.socialIcons li strong {
  color: #001825;
  display: block;
  letter-spacing: -0.025em;
  line-height: 22px;
  font-size: 14px;
}

@media only all {
  .socialIcons li strong {
    line-height: 1.375rem;
  }
}

@media only all {
  .socialIcons li strong {
    font-size: 0.875rem;
  }
}

.socialIcons li a.icon-cm {
  background: url("../svg/icon-comment-m.svg") no-repeat center;
  margin-right: 8px;
}

@media only all {
  .socialIcons li a.icon-cm {
    margin-right: 0.5rem;
  }
}

.socialIcons li a.icon-fb {
  background: url("../svg/icon-facebook-m.svg") no-repeat center;
}

.socialIcons li a.icon-tw {
  background: url("../svg/icon-twitter-m.svg") no-repeat center;
}

.socialIcons li a.icon-y {
  background: url("../svg/icon-youtube-m.svg") no-repeat center;
}

.socialIcons li a.hidden-text, .socialIcons li .gb-carousel .owl-controls .owl-nav a.owl-prev, .gb-carousel .owl-controls .owl-nav .socialIcons li a.owl-prev, .socialIcons li .gb-carousel .owl-controls .owl-nav a.owl-next, .gb-carousel .owl-controls .owl-nav .socialIcons li a.owl-next {
  display: block;
  height: 22px;
  width: 22px;
}

@media only all {
  .socialIcons li a.hidden-text, .socialIcons li .gb-carousel .owl-controls .owl-nav a.owl-prev, .gb-carousel .owl-controls .owl-nav .socialIcons li a.owl-prev, .socialIcons li .gb-carousel .owl-controls .owl-nav a.owl-next, .gb-carousel .owl-controls .owl-nav .socialIcons li a.owl-next {
    height: 1.375rem;
  }
}

@media only all {
  .socialIcons li a.hidden-text, .socialIcons li .gb-carousel .owl-controls .owl-nav a.owl-prev, .gb-carousel .owl-controls .owl-nav .socialIcons li a.owl-prev, .socialIcons li .gb-carousel .owl-controls .owl-nav a.owl-next, .gb-carousel .owl-controls .owl-nav .socialIcons li a.owl-next {
    width: 1.375rem;
  }
}

.socialIcons li a.hidden-text:hover, .socialIcons li .gb-carousel .owl-controls .owl-nav a.owl-prev:hover, .gb-carousel .owl-controls .owl-nav .socialIcons li a.owl-prev:hover, .socialIcons li .gb-carousel .owl-controls .owl-nav a.owl-next:hover, .gb-carousel .owl-controls .owl-nav .socialIcons li a.owl-next:hover {
  opacity: 0.7;
}

/*
================================================== */
/* #mast head and  header
================================================== */
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.noscript {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
}

.noscript .notice-inner p {
  padding: 10px 20px;
  margin: 0;
  text-align: center;
}

@media only all {
  .noscript .notice-inner p {
    padding: 0.625rem 1.25rem;
  }
}

.hidden-text, .gb-carousel .owl-controls .owl-nav .owl-prev, .gb-carousel .owl-controls .owl-nav .owl-next {
  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: -9999px !important;
}

.fadedrop {
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  position: relative;
  top: -20px;
  -webkit-transition: all 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
  -moz-transition: all 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
  -o-transition: all 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
  transition: all 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
}

.animate .fadedrop, .animate.fadedrop {
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  top: 0;
}

.hidefade {
  max-height: 0;
  z-index: 1;
  overflow: hidden;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
  -moz-transition: all 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
  -o-transition: all 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
  transition: all 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
}

.hidefade a {
  pointer-events: none;
}

.showfade {
  max-height: 130em;
  z-index: 2;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  overflow: inherit;
}

.showfade a {
  pointer-events: auto;
}

a.button {
  color: #fff;
}

button, .button {
  font-family: "Gotham A", "Gotham B", arial, helvetica, sans-serif;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: -0.050em;
  cursor: pointer;
  color: #fff;
  background: #00a7e6;
  border: none;
  text-align: center;
  width: 100%;
  outline: none;
  font-size: 14px;
  min-width: 128px;
  padding: 16px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}

@media only all {
  button, .button {
    font-size: 0.875rem;
  }
}

@media only all {
  button, .button {
    min-width: 8rem;
  }
}

@media only all {
  button, .button {
    padding: 1rem 1.25rem;
  }
}

button span, .button span {
  font-size: 16px;
  line-height: 1;
}

@media only all {
  button span, .button span {
    font-size: 1rem;
  }
}

button:hover, .button:hover {
  background: #0084c7;
}

.button.highlight {
  background: #001825;
}

.button.highlight:hover {
  background: #0084c7;
}

.button.gray {
  background: #f3f3f3;
  color: #111111;
}

.button.gray:hover {
  background: #00a7e6;
  color: #fff;
}

.btn-checkout {
  padding: 19px 30px 17px;
  font-size: 16px;
}

@media only all {
  .btn-checkout {
    padding: 1.1875rem 1.875rem 1.0625rem;
  }
}

@media only all {
  .btn-checkout {
    font-size: 1rem;
  }
}

span.label-text, div.label-text span, .onsale-product-label span {
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  top: 7px;
  right: 6px;
  width: 33px;
  padding: 12px 0px;
  font-size: 9px;
  line-height: 1;
  display: block;
  color: #fff;
  z-index: 1;
  letter-spacing: -0.05em;
  font-family: "Gotham A", "Gotham B", arial, helvetica, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}

@media only all {
  span.label-text, div.label-text span, .onsale-product-label span {
    top: 0.4375rem;
  }
}

@media only all {
  span.label-text, div.label-text span, .onsale-product-label span {
    right: 0.375rem;
  }
}

@media only all {
  span.label-text, div.label-text span, .onsale-product-label span {
    width: 2.0625rem;
  }
}

@media only all {
  span.label-text, div.label-text span, .onsale-product-label span {
    padding: 0.75rem 0rem;
  }
}

@media only all {
  span.label-text, div.label-text span, .onsale-product-label span {
    font-size: 0.5625rem;
  }
}

span.label-text.label-sale, div.label-text span.label-sale, .onsale-product-label span.label-sale {
  background: #d90073;
}

span.label-text.label-new, div.label-text span.label-new, .onsale-product-label span.label-new {
  background: #00a7e6;
}

span.label-text.label-best, div.label-text span.label-best, .onsale-product-label span.label-best {
  background: #001825;
  padding: 8.5px 0px;
}

@media only all {
  span.label-text.label-best, div.label-text span.label-best, .onsale-product-label span.label-best {
    padding: 0.53125rem 0rem;
  }
}

span.label-text .onsale-category-label span span, div.label-text span .onsale-category-label span span, .onsale-product-label span .onsale-category-label span span {
  display: block;
  font-size: 7px;
  background: none;
  position: static;
  display: inline;
  top: 0;
  right: 0;
  padding: 0;
}

.onsale-category-label span {
  background: #d90073;
}

.new-onsale-category-label-text span {
  background: #00a7e6;
}

.custom-onsale-category-label-text span {
  background: #001825;
}

.messages {
  margin-bottom: 10px;
}

@media only all {
  .messages {
    margin-bottom: 0.625rem;
  }
}

.messages li li {
  position: relative;
  padding: 14px;
  font-size: 13px;
  line-height: 16px;
}

@media only all {
  .messages li li {
    padding: 0.875rem;
  }
}

@media only all {
  .messages li li {
    font-size: 0.8125rem;
  }
}

@media only all {
  .messages li li {
    line-height: 1rem;
  }
}

.messages li li span {
  display: block;
  overflow: hidden;
}

.messages li li:before {
  content: '';
  float: left;
  width: 15px;
  height: 16px;
  margin-right: 6px;
  vertical-align: top;
}

@media only all {
  .messages li li:before {
    width: 0.9375rem;
  }
}

@media only all {
  .messages li li:before {
    height: 1rem;
  }
}

@media only all {
  .messages li li:before {
    margin-right: 0.375rem;
  }
}

.messages .error-msg li {
  border: 1px solid #ff2c00;
  background: #fff4f2;
  color: #ff2c00;
}

.messages .error-msg li:before {
  background: url("../svg/icon-error.svg") no-repeat left top;
}

.messages .notice-msg li {
  border: 1px solid #ffb600;
  background: #fffbf2;
  color: #ffb600;
}

.messages .notice-msg li:before {
  background: url("../svg/icon-notice.svg") no-repeat left top;
}

.messages .success-msg li {
  border: 1px solid #00a7e6;
  background: #f2fbfe;
  color: #00a7e6;
}

.messages .success-msg li:before {
  background: url("../svg/icon-success.svg") no-repeat left top;
}

.notice-cookie .notice-text {
  position: relative;
  padding: 18px 18px 15px 0px;
}

@media only all {
  .notice-cookie .notice-text {
    padding: 1.125rem 1.125rem 0.9375rem 0rem;
  }
}

.notice-cookie .notice-text p {
  margin: 0;
}

.notice-cookie .notice-text .button {
  background: url("../svg/icon-close-b.svg") no-repeat right center;
  position: absolute;
  right: 0;
  top: 50%;
  min-width: auto;
  padding: 0;
  width: 18px;
  height: 20px;
  margin-top: -10px;
}

@media only all {
  .notice-cookie .notice-text .button {
    width: 1.125rem;
  }
}

@media only all {
  .notice-cookie .notice-text .button {
    height: 1.25rem;
  }
}

@media only all {
  .notice-cookie .notice-text .button {
    margin-top: -0.625rem;
  }
}

.trustpilot-review .rating-box {
  float: left;
  width: 64px;
  height: 20px;
  background: url(../images/icon-review-star.png) no-repeat center left;
}

@media only all {
  .trustpilot-review .rating-box {
    width: 4rem;
  }
}

@media only all {
  .trustpilot-review .rating-box {
    height: 1.25rem;
  }
}

.trustpilot-review .rating-box .rating-value {
  background: url(../images/icon-review-star.png) no-repeat center left;
  display: block;
  height: 20px;
}

@media only all {
  .trustpilot-review .rating-box .rating-value {
    height: 1.25rem;
  }
}

.trustpilot-review .rating-box .hidden-text, .trustpilot-review .rating-box .gb-carousel .owl-controls .owl-nav .owl-prev, .gb-carousel .owl-controls .owl-nav .trustpilot-review .rating-box .owl-prev, .trustpilot-review .rating-box .gb-carousel .owl-controls .owl-nav .owl-next, .gb-carousel .owl-controls .owl-nav .trustpilot-review .rating-box .owl-next {
  display: none;
}

.trustpilot-review img {
  float: left;
  width: auto;
  margin: 5.5px 0px 0px 8px;
}

@media only all {
  .trustpilot-review img {
    margin: 0.34375rem 0rem 0rem 0.5rem;
  }
}

.trustpilot-review img.trustpilot-ratingbox {
  width: 64px;
  margin: 4px 0px 0px 0px;
}

@media only all {
  .trustpilot-review img.trustpilot-ratingbox {
    width: 4rem;
  }
}

@media only all {
  .trustpilot-review img.trustpilot-ratingbox {
    margin: 0.25rem 0rem 0rem 0rem;
  }
}

.tabs-toggle .tab-toggle-content {
  display: none;
}

.col2-set .col-1, .col2-set .col-2 {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.col2-left-layout {
  position: relative;
}

.content-onebox {
  max-width: 347px;
  margin: 0 auto;
  padding-bottom: 50px;
}

@media only all {
  .content-onebox {
    max-width: 21.6875rem;
  }
}

@media only all {
  .content-onebox {
    padding-bottom: 3.125rem;
  }
}

.breadcrumbs {
  padding: 22px 0px;
}

@media only all {
  .breadcrumbs {
    padding: 1.375rem 0rem;
  }
}

.breadcrumbs ul {
  overflow: hidden;
}

.breadcrumbs ul li {
  font-size: 13px;
  float: left;
  margin-right: 8px;
}

@media only all {
  .breadcrumbs ul li {
    font-size: 0.8125rem;
  }
}

@media only all {
  .breadcrumbs ul li {
    margin-right: 0.5rem;
  }
}

.breadcrumbs ul li span {
  display: block;
}

.breadcrumbs ul li.step span,
.breadcrumbs ul li a {
  display: block;
  color: #a5a5a5;
}

.breadcrumbs ul li.last {
  margin: 0;
}

.breadcrumbs ul li.last span {
  color: #00a7e6;
}

.page-title {
  text-align: center;
  padding: 24px 0px 21px;
}

@media only all {
  .page-title {
    padding: 1.5rem 0rem 1.3125rem;
  }
}

.page-title h1, .page-title h2 {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  line-height: 1.3em;
}

@media only all {
  .page-title h1, .page-title h2 {
    font-size: 1.25rem;
  }
}

.gb-carousel {
  clear: both;
  position: relative;
}

.gb-carousel .owl-item img {
  width: auto;
}

.gb-carousel .owl-controls .owl-nav .owl-prev {
  left: 0;
  background: url(../svg/icon-prev.svg) no-repeat center center;
}

.gb-carousel .owl-controls .owl-nav .owl-next {
  right: 0;
  background: url(../svg/icon-next.svg) no-repeat center center;
}

.gb-carousel .owl-controls .owl-nav .owl-prev, .gb-carousel .owl-controls .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -18px;
  height: 36px;
  width: 12px;
  -webkit-background-size: 12px 21px;
  -moz-background-size: 12px 21px;
  -o-background-size: 12px 21px;
  background-size: 12px 21px;
}

@media only all {
  .gb-carousel .owl-controls .owl-nav .owl-prev, .gb-carousel .owl-controls .owl-nav .owl-next {
    margin-top: -1.125rem;
  }
}

@media only all {
  .gb-carousel .owl-controls .owl-nav .owl-prev, .gb-carousel .owl-controls .owl-nav .owl-next {
    height: 2.25rem;
  }
}

@media only all {
  .gb-carousel .owl-controls .owl-nav .owl-prev, .gb-carousel .owl-controls .owl-nav .owl-next {
    width: 0.75rem;
  }
}

.gb-tabs .tab-content {
  max-height: 130em;
}

.gb-tabs .tab-content a {
  z-index: 1;
}

.gb-tabs .hidefade {
  max-height: 0;
}

.gb-tabs .hidefade a {
  z-index: 0;
}

.gb-tabs .showfade {
  max-height: 130em;
}

.product-tabs {
  position: relative;
}

.product-tabs .gb-tabs .tab-link-wrap {
  position: relative;
  margin-bottom: 2%;
}

.product-tabs .gb-tabs .tab-link-wrap .tab-links {
  background: #f0f0f0;
  width: 100%;
  font-size: 0;
  text-align: left;
}

.product-tabs .gb-tabs .tab-link-wrap .tab-links li {
  display: inline-block;
  width: 50%;
  text-align: center;
}

.product-tabs .gb-tabs .tab-link-wrap .tab-links li:nth-child(3) {
  display: none;
}

.product-tabs .gb-tabs .tab-link-wrap .tab-links li a {
  display: block;
  padding: 20px 0px 18px;
  font-family: "Gotham A", "Gotham B", arial, helvetica, sans-serif;
  color: #a2a2a2;
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  line-height: 1;
  position: relative;
  z-index: 1;
}

@media only all {
  .product-tabs .gb-tabs .tab-link-wrap .tab-links li a {
    padding: 1.25rem 0rem 1.125rem;
  }
}

@media only all {
  .product-tabs .gb-tabs .tab-link-wrap .tab-links li a {
    font-size: 0.75rem;
  }
}

.product-tabs .gb-tabs .tab-link-wrap .tab-links li a .underline {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 4;
  background: #f0f0f0;
  width: 0;
  height: 4px;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media only all {
  .product-tabs .gb-tabs .tab-link-wrap .tab-links li a .underline {
    height: 0.25rem;
  }
}

.product-tabs .gb-tabs .tab-link-wrap .tab-links li a.select {
  color: #001825;
  background: #fff;
  z-index: 3;
}

.product-tabs .gb-tabs .tab-link-wrap .tab-links li a.select .underline {
  left: 0;
  background: #001825;
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  width: 100%;
}

.product-tabs .gb-tabs .tab-link-wrap .tab-links li a:hover {
  color: #001825;
}

.product-tabs .gb-tabs .tab-link-wrap .border {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: rgb( 222, 222, 222 );
  background: rgba(222, 222, 222, 0.5);
}

@media only all {
  .product-tabs .gb-tabs .tab-link-wrap .border {
    height: 0.25rem;
  }
}

.product-tabs .tab-content .view-all {
  position: absolute;
  top: 22px;
  right: 22px;
  padding: 5px 16px 5px 0px;
  font-size: 15px;
  text-transform: uppercase;
  background: url(../svg/icon-caret-right.svg) no-repeat center right;
  display: inline-block;
  font-family: "Gotham A", "Gotham B", arial, helvetica, sans-serif;
  letter-spacing: -0.05em;
  color: #001825;
  font-weight: 800;
  display: none;
}

@media only all {
  .product-tabs .tab-content .view-all {
    top: 1.375rem;
  }
}

@media only all {
  .product-tabs .tab-content .view-all {
    right: 1.375rem;
  }
}

@media only all {
  .product-tabs .tab-content .view-all {
    padding: 0.3125rem 1rem 0.3125rem 0rem;
  }
}

@media only all {
  .product-tabs .tab-content .view-all {
    font-size: 0.9375rem;
  }
}

.product-tabs .gb-carousel .item {
  width: 100%;
  margin: 0;
}

.product-tabs .gb-carousel .item img {
  width: 100%;
}

.product-tabs .gb-carousel .owl-controls .owl-nav .owl-prev, .product-tabs .gb-carousel .owl-controls .owl-nav .owl-next {
  height: 26px;
  width: 26px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-top: -13px;
  -webkit-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.3);
}

@media only all {
  .product-tabs .gb-carousel .owl-controls .owl-nav .owl-prev, .product-tabs .gb-carousel .owl-controls .owl-nav .owl-next {
    height: 1.625rem;
  }
}

@media only all {
  .product-tabs .gb-carousel .owl-controls .owl-nav .owl-prev, .product-tabs .gb-carousel .owl-controls .owl-nav .owl-next {
    width: 1.625rem;
  }
}

@media only all {
  .product-tabs .gb-carousel .owl-controls .owl-nav .owl-prev, .product-tabs .gb-carousel .owl-controls .owl-nav .owl-next {
    margin-top: -0.8125rem;
  }
}

.product-tabs .gb-carousel .owl-controls .owl-nav .owl-prev {
  left: -13px;
  background: #fff url(../svg/icon-prev-m.svg) no-repeat 8px 8px;
}

@media only all {
  .product-tabs .gb-carousel .owl-controls .owl-nav .owl-prev {
    left: -0.8125rem;
  }
}

.product-tabs .gb-carousel .owl-controls .owl-nav .owl-next {
  right: -13px;
  background: #fff url(../svg/icon-next-m.svg) no-repeat 10px 8px;
}

@media only all {
  .product-tabs .gb-carousel .owl-controls .owl-nav .owl-next {
    right: -0.8125rem;
  }
}

.sub-dropdown-wrapper {
  position: absolute;
  top: 100%;
  left: -50%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -moz-transition: all 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -o-transition: all 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: all 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
}

.sub-dropdown-wrapper .box-padding {
  padding: 15px;
}

@media only all {
  .sub-dropdown-wrapper .box-padding {
    padding: 0.9375rem;
  }
}

.sub-dropdown-wrapper .dropdown-container {
  -webkit-box-shadow: 1px -1px 7px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px -1px 7px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 1px -1px 7px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  text-align: left;
  padding: 14px 20px 19px;
  width: 228px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
}

@media only all {
  .sub-dropdown-wrapper .dropdown-container {
    padding: 0.875rem 1.25rem 1.1875rem;
  }
}

@media only all {
  .sub-dropdown-wrapper .dropdown-container {
    width: 14.25rem;
  }
}

.sub-dropdown-wrapper .dropdown-container:before {
  content: '';
  width: 0;
  height: 0;
  border: 8px solid #fff;
  border-color: #fff #fff transparent transparent;
  -webkit-box-shadow: 1px -1px 7px 0 rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px -1px 7px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 1px -1px 7px 0 rgba(0, 0, 0, 0.25);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  moz-transform-origin: 1px 0;
  -o-transform-origin: 1px 0;
  -ms-transform-origin: 1px 0;
  -webkit-transform-origin: 1px 0;
  transform-origin: 1px 0;
  position: absolute;
  top: 0px;
  margin-left: -12.5px;
  left: 89%;
  z-index: 1;
}

@media only all {
  .sub-dropdown-wrapper .dropdown-container:before {
    top: 0rem;
  }
}

@media only all {
  .sub-dropdown-wrapper .dropdown-container:before {
    margin-left: -0.78125rem;
  }
}

.sub-dropdown-wrapper .dropdown-container:after {
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 2;
}

.sub-dropdown-wrapper .dropdown-container ul {
  position: relative;
  z-index: 3;
}

.sub-dropdown-wrapper .dropdown-container ul li {
  float: none !important;
  width: 100%;
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  position: relative;
  top: -20px;
  -webkit-transition: all 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
  -moz-transition: all 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
  -o-transition: all 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
  transition: all 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
}

.sub-dropdown-wrapper .dropdown-container ul li a {
  width: auto !important;
  height: auto !important;
  font-size: 13px;
  line-height: 20px;
}

@media only all {
  .sub-dropdown-wrapper .dropdown-container ul li a {
    font-size: 0.8125rem;
  }
}

@media only all {
  .sub-dropdown-wrapper .dropdown-container ul li a {
    line-height: 1.25rem;
  }
}

.sub-dropdown-wrapper.active {
  max-height: 130em;
  overflow: inherit;
}

.sub-dropdown-wrapper.active .dropdown-container ul > li {
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  top: 0;
}

#bannerBottom {
  border-top: 1px solid #dedede;
  padding: 15px 0px;
}

@media only all {
  #bannerBottom {
    padding: 0.9375rem 0rem;
  }
}

#bannerBottom .item {
  position: relative;
  margin-bottom: 15px;
}

@media only all {
  #bannerBottom .item {
    margin-bottom: 0.9375rem;
  }
}

#bannerBottom .item:last-child {
  margin-bottom: 0;
}

#bannerBottom .item .banner-text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media only all {
  #bannerBottom .item .banner-text {
    padding: 0.625rem;
  }
}

#bannerBottom .item h4 {
  color: #111;
  background: #fff;
  padding: 3.5px 8px;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: -0.05em;
}

@media only all {
  #bannerBottom .item h4 {
    padding: 0.21875rem 0.5rem;
  }
}

@media only all {
  #bannerBottom .item h4 {
    font-size: 0.75rem;
  }
}

#bannerBottom .item .button {
  padding: 6.5px 8px;
  font-size: 12px;
  min-width: 0;
  width: auto;
  display: block;
}

@media only all {
  #bannerBottom .item .button {
    padding: 0.40625rem 0.5rem;
  }
}

@media only all {
  #bannerBottom .item .button {
    font-size: 0.75rem;
  }
}

#bottomProduct-tabs {
  padding-bottom: 30px;
  z-index: 1;
}

@media only all {
  #bottomProduct-tabs {
    padding-bottom: 1.875rem;
  }
}

#bottomProduct-tabs .gb-tabs .tab-link-wrap {
  margin-left: 1em;
  margin-right: 1em;
}

@media (min-width: 36em) {
  p {
    font-size: 15px;
  }
}

@media only all and (min-width: 36em) {
  p {
    font-size: 0.9375rem;
  }
}

@media (min-width: 36em) {
  .col2-set .col-1, .col2-set .col-2 {
    width: 48.2%;
  }
  .col2-set .col-2 {
    float: right;
  }
  .messages li li {
    font-size: 15px;
  }
}

@media only all and (min-width: 36em) {
  .messages li li {
    font-size: 0.9375rem;
  }
}

@media (min-width: 36em) {
  button, .button {
    font-size: 16px;
    padding: 19px 30px 17px;
  }
}

@media only all and (min-width: 36em) {
  button, .button {
    font-size: 1rem;
  }
}

@media only all and (min-width: 36em) {
  button, .button {
    padding: 1.1875rem 1.875rem 1.0625rem;
  }
}

@media (min-width: 36em) {
  span.label-text, div.label-text span {
    top: 10px;
    right: 10px;
    width: 47px;
    padding: 17.5px 0px;
    font-size: 12px;
  }
}

@media only all and (min-width: 36em) {
  span.label-text, div.label-text span {
    top: 0.625rem;
  }
}

@media only all and (min-width: 36em) {
  span.label-text, div.label-text span {
    right: 0.625rem;
  }
}

@media only all and (min-width: 36em) {
  span.label-text, div.label-text span {
    width: 2.9375rem;
  }
}

@media only all and (min-width: 36em) {
  span.label-text, div.label-text span {
    padding: 1.09375rem 0rem;
  }
}

@media only all and (min-width: 36em) {
  span.label-text, div.label-text span {
    font-size: 0.75rem;
  }
}

@media (min-width: 36em) {
  span.label-text.label-best, div.label-text span.label-best {
    padding: 13px 0px;
  }
}

@media only all and (min-width: 36em) {
  span.label-text.label-best, div.label-text span.label-best {
    padding: 0.8125rem 0rem;
  }
}

@media (min-width: 36em) {
  span.label-text.label-best span, div.label-text span.label-best span {
    font-size: 8px;
    display: block;
  }
}

@media only all and (min-width: 36em) {
  span.label-text.label-best span, div.label-text span.label-best span {
    font-size: 0.5rem;
  }
}

@media (min-width: 36em) {
  .socialIcons li strong {
    color: #001825;
    font-size: 16px;
  }
}

@media only all and (min-width: 36em) {
  .socialIcons li strong {
    font-size: 1rem;
  }
}

@media (min-width: 36em) {
  .page-title {
    padding: 32px 0px 29px;
  }
}

@media only all and (min-width: 36em) {
  .page-title {
    padding: 2rem 0rem 1.8125rem;
  }
}

@media (min-width: 36em) {
  .page-title h1, .page-title h2 {
    font-size: 26px;
  }
}

@media only all and (min-width: 36em) {
  .page-title h1, .page-title h2 {
    font-size: 1.625rem;
  }
}

@media (min-width: 36em) {
  .sub-dropdown-wrapper .dropdown-container {
    width: 268px;
    padding: 22px 28px 27px;
  }
}

@media only all and (min-width: 36em) {
  .sub-dropdown-wrapper .dropdown-container {
    width: 16.75rem;
  }
}

@media only all and (min-width: 36em) {
  .sub-dropdown-wrapper .dropdown-container {
    padding: 1.375rem 1.75rem 1.6875rem;
  }
}

@media (min-width: 36em) {
  .sub-dropdown-wrapper .dropdown-container ul li a {
    font-size: 15px;
    line-height: 24px;
  }
}

@media only all and (min-width: 36em) {
  .sub-dropdown-wrapper .dropdown-container ul li a {
    font-size: 0.9375rem;
  }
}

@media only all and (min-width: 36em) {
  .sub-dropdown-wrapper .dropdown-container ul li a {
    line-height: 1.5rem;
  }
}

@media (min-width: 36em) {
  .product-tabs .gb-tabs .tab-link-wrap .tab-links li {
    width: auto;
    text-align: left;
  }
  .product-tabs .gb-tabs .tab-link-wrap .tab-links li:nth-child(3) {
    display: inline-block;
  }
  .product-tabs .gb-tabs .tab-link-wrap .tab-links li a {
    padding: 25px 28px 21px;
    font-size: 15px;
  }
}

@media only all and (min-width: 36em) {
  .product-tabs .gb-tabs .tab-link-wrap .tab-links li a {
    padding: 1.5625rem 1.75rem 1.3125rem;
  }
}

@media only all and (min-width: 36em) {
  .product-tabs .gb-tabs .tab-link-wrap .tab-links li a {
    font-size: 0.9375rem;
  }
}

@media (min-width: 36em) {
  .product-tabs .gb-tabs .tab-link-wrap .tab-links li a.select {
    padding: 25px 35px 21px;
  }
}

@media only all and (min-width: 36em) {
  .product-tabs .gb-tabs .tab-link-wrap .tab-links li a.select {
    padding: 1.5625rem 2.1875rem 1.3125rem;
  }
}

@media (min-width: 36em) {
  #bannerBottom {
    padding: 0;
  }
  #bannerBottom .banner-gird {
    padding: 3.8% 0;
    *zoom: 1;
  }
  #bannerBottom .banner-gird:before, #bannerBottom .banner-gird:after {
    content: "";
    display: block;
  }
  #bannerBottom .banner-gird:after {
    clear: both;
  }
  #bannerBottom .item {
    width: 32.5%;
    margin-right: 1.25%;
    margin-bottom: 0;
  }
  #bannerBottom .item:last-child {
    margin-right: 0;
  }
  #bottomProduct-tabs {
    padding-bottom: 34px;
  }
}

@media only all and (min-width: 36em) {
  #bottomProduct-tabs {
    padding-bottom: 2.125rem;
  }
}

@media (min-width: 36em) {
  #bottomProduct-tabs .gb-tabs .tab-link-wrap {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  #bottomProduct-tabs .gb-tabs .tab-link-wrap .tab-links {
    text-align: center;
  }
}

@media (min-width: 60em) {
  #wrapper:after {
    content: '';
    background: rgb( 17, 17, 17 );
    background: rgba(17, 17, 17, 0.75);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    z-index: 9997;
    opacity: 0;
    -webkit-transition: opacity 0.8s ease-out;
    -moz-transition: opacity 0.8s ease-out;
    -o-transition: opacity 0.8s ease-out;
    transition: opacity 0.8s ease-out;
  }
  .offDropdownNav #wrapper:after {
    top: 132px;
    opacity: 1;
  }
}

@media only all and (min-width: 60em) {
  .offDropdownNav #wrapper:after {
    top: 8.25rem;
  }
}

@media (min-width: 60em) {
  .offDropdownBasket #wrapper:after {
    top: 76px;
    opacity: 1;
    z-index: 9998;
  }
}

@media only all and (min-width: 60em) {
  .offDropdownBasket #wrapper:after {
    top: 4.75rem;
  }
}

@media (min-width: 60em) {
  .col2-left-layout .col-main {
    float: right;
    width: 80.75%;
  }
  .col2-left-layout .col-left {
    float: left;
    width: 17%;
  }
}

@media (min-width: 60em) and (min-width: 60em) {
  .catalog-category-view .col2-left-layout .col-left {
    padding-bottom: 60px;
  }
}

@media (min-width: 60em) {
  .content-onebox {
    padding-bottom: 85px;
  }
}

@media only all and (min-width: 60em) {
  .content-onebox {
    padding-bottom: 5.3125rem;
  }
}

@media (min-width: 60em) {
  .socialIcons li strong {
    color: #fff;
  }
  .socialIcons li a.icon-cm {
    background: url("../svg/icon-comment.svg") no-repeat center;
    margin-right: 18px;
  }
}

@media only all and (min-width: 60em) {
  .socialIcons li a.icon-cm {
    margin-right: 1.125rem;
  }
}

@media (min-width: 60em) {
  .socialIcons li a.icon-fb {
    background: url("../svg/icon-facebook.svg") no-repeat center;
  }
  .socialIcons li a.icon-tw {
    background: url("../svg/icon-twitter.svg") no-repeat center;
  }
  .socialIcons li a.icon-y {
    background: url("../svg/icon-youtube.svg") no-repeat center;
  }
  .page-title {
    padding: 12px 0px 66px;
  }
}

@media only all and (min-width: 60em) {
  .page-title {
    padding: 0.75rem 0rem 4.125rem;
  }
}

@media (min-width: 60em) {
  .page-title h1, .page-title h2 {
    font-size: 32px;
  }
}

@media only all and (min-width: 60em) {
  .page-title h1, .page-title h2 {
    font-size: 2rem;
  }
}

@media (min-width: 60em) {
  .gb-carousel .owl-controls .owl-nav .owl-prev, .gb-carousel .owl-controls .owl-nav .owl-next {
    width: 19px;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
  }
}

@media only all and (min-width: 60em) {
  .gb-carousel .owl-controls .owl-nav .owl-prev, .gb-carousel .owl-controls .owl-nav .owl-next {
    width: 1.1875rem;
  }
}

@media (min-width: 60em) {
  .gb-carousel .owl-controls .owl-nav .owl-prev {
    left: -3px;
  }
}

@media only all and (min-width: 60em) {
  .gb-carousel .owl-controls .owl-nav .owl-prev {
    left: -0.1875rem;
  }
}

@media (min-width: 60em) {
  .gb-carousel .owl-controls .owl-nav .owl-next {
    right: -3px;
  }
}

@media only all and (min-width: 60em) {
  .gb-carousel .owl-controls .owl-nav .owl-next {
    right: -0.1875rem;
  }
}

@media (min-width: 60em) {
  .product-tabs .gb-tabs .tab-link-wrap .tab-links li a {
    padding: 28.5px 50px 24.5px;
  }
}

@media only all and (min-width: 60em) {
  .product-tabs .gb-tabs .tab-link-wrap .tab-links li a {
    padding: 1.78125rem 3.125rem 1.53125rem;
  }
}

@media (min-width: 60em) {
  .product-tabs .gb-tabs .tab-link-wrap .tab-links li a .underline {
    height: 5px;
  }
}

@media only all and (min-width: 60em) {
  .product-tabs .gb-tabs .tab-link-wrap .tab-links li a .underline {
    height: 0.3125rem;
  }
}

@media (min-width: 60em) {
  .product-tabs .gb-tabs .tab-link-wrap .tab-links li a.select {
    padding: 28.5px 60px 24.5px;
  }
}

@media only all and (min-width: 60em) {
  .product-tabs .gb-tabs .tab-link-wrap .tab-links li a.select {
    padding: 1.78125rem 3.75rem 1.53125rem;
  }
}

@media (min-width: 60em) {
  .product-tabs .gb-tabs .tab-link-wrap .border {
    height: 5px;
  }
}

@media only all and (min-width: 60em) {
  .product-tabs .gb-tabs .tab-link-wrap .border {
    height: 0.3125rem;
  }
}

@media (min-width: 60em) {
  .product-tabs .gb-tabs .tab-content-wrap {
    padding: 0 2%;
  }
  .product-tabs .gb-tabs .tab-content .view-all {
    display: block;
  }
  .product-tabs .gb-tabs .tab-content.hidefade .view-all {
    display: none;
  }
  .product-tabs .gb-tabs .tab-content.hidefade.showfade .view-all {
    display: block;
  }
  .product-tabs .gb-carousel .item {
    padding: 0 6.2%;
  }
  .product-tabs .gb-carousel .item .image.expand.hover .expand {
    padding: 8px 8px 71px;
  }
}

@media only all and (min-width: 60em) {
  .product-tabs .gb-carousel .item .image.expand.hover .expand {
    padding: 0.5rem 0.5rem 4.4375rem;
  }
}

@media (min-width: 60em) {
  .product-tabs .gb-carousel .owl-controls .owl-nav .owl-prev, .product-tabs .gb-carousel .owl-controls .owl-nav .owl-next {
    margin-top: -18px;
    height: 36px;
    width: 19px;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}

@media only all and (min-width: 60em) {
  .product-tabs .gb-carousel .owl-controls .owl-nav .owl-prev, .product-tabs .gb-carousel .owl-controls .owl-nav .owl-next {
    margin-top: -1.125rem;
  }
}

@media only all and (min-width: 60em) {
  .product-tabs .gb-carousel .owl-controls .owl-nav .owl-prev, .product-tabs .gb-carousel .owl-controls .owl-nav .owl-next {
    height: 2.25rem;
  }
}

@media only all and (min-width: 60em) {
  .product-tabs .gb-carousel .owl-controls .owl-nav .owl-prev, .product-tabs .gb-carousel .owl-controls .owl-nav .owl-next {
    width: 1.1875rem;
  }
}

@media (min-width: 60em) {
  .product-tabs .gb-carousel .owl-controls .owl-nav .owl-prev {
    left: 0;
    margin-left: -2%;
    background: url(../svg/icon-prev.svg) no-repeat center;
  }
  .product-tabs .gb-carousel .owl-controls .owl-nav .owl-next {
    right: 0;
    margin-right: -2%;
    background: url(../svg/icon-next.svg) no-repeat center;
  }
  #bannerBottom .item h4 {
    padding: 5px 12px;
    font-size: 16px;
  }
}

@media only all and (min-width: 60em) {
  #bannerBottom .item h4 {
    padding: 0.3125rem 0.75rem;
  }
}

@media only all and (min-width: 60em) {
  #bannerBottom .item h4 {
    font-size: 1rem;
  }
}

@media (min-width: 60em) {
  #bannerBottom .item .label-sale {
    top: 10px;
    right: 9px;
    width: 64px;
    padding: 16px 0px;
    font-size: 16px;
  }
}

@media only all and (min-width: 60em) {
  #bannerBottom .item .label-sale {
    top: 0.625rem;
  }
}

@media only all and (min-width: 60em) {
  #bannerBottom .item .label-sale {
    right: 0.5625rem;
  }
}

@media only all and (min-width: 60em) {
  #bannerBottom .item .label-sale {
    width: 4rem;
  }
}

@media only all and (min-width: 60em) {
  #bannerBottom .item .label-sale {
    padding: 1rem 0rem;
  }
}

@media only all and (min-width: 60em) {
  #bannerBottom .item .label-sale {
    font-size: 1rem;
  }
}

@media (min-width: 60em) {
  #bannerBottom .item .button {
    padding: 9px 12px;
    font-size: 16px;
  }
}

@media only all and (min-width: 60em) {
  #bannerBottom .item .button {
    padding: 0.5625rem 0.75rem;
  }
}

@media only all and (min-width: 60em) {
  #bannerBottom .item .button {
    font-size: 1rem;
  }
}

.resizebanner {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#sln-indicator {
  font-family: "Proxima Nova W08 Reg", arial, helvetica, sans-serif;
  font-size: 12px;
  background: #00a7e6;
  border: 1px solid #00a7e6;
  color: #fff;
}

.catalog-product-view #productpage-nosto-1 {
  clear: both;
}

.homeContent .promo-messageInner {
  background: #d90073;
  color: #fff;
  width: 100%;
  padding: 12px 0;
  text-align: center;
}

.homeContent .promo-messageInner h2, .homeContent .promo-messageInner h3, .homeContent .promo-messageInner h4, .homeContent .promo-messageInner h5, .homeContent .promo-messageInner h6, .homeContent .promo-messageInner p, .homeContent .promo-messageInner a {
  color: #fff;
  line-height: 1;
  padding: 0;
  margin: 0;
}

div#direct3d-logos img {
  width: auto !important;
  height: auto !important;
  max-width: none;
}

#sage-pay-direct-ddada h5.tdnote {
  font-size: 13px;
}

table.onestepcheckout-summary, table.onestepcheckout-totals {
  border-collapse: collapse;
  width: 100%;
}

table.onestepcheckout-summary td.name {
  width: 80%;
}

table.onestepcheckout-totals td, table.onestepcheckout-summary td, table.onestepcheckout-summary th {
  border-bottom: 1px solid #bebcb7;
}

table.onestepcheckout-totals tr:last-child td {
  border-bottom: medium none;
}

.editcart a {
  background: #fafafa none repeat scroll 0 0;
  border: 1px solid #ccc;
  border-radius: 2px;
  color: #666;
  display: block;
  float: left;
  height: 15px;
  line-height: 11px;
  margin-left: 1px;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  width: 15px;
}

div.loading-ajax, div.loading-ajax-login {
  background: rgba(0, 0, 0, 0) url("/skin/frontend/base/default/onestepcheckout/images/ajax-loader.gif") no-repeat scroll center center;
  height: 50px;
  text-align: center;
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
    font-family: "Proxima Nova W08 Reg", arial, helvetica, sans-serif;
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
    font-family: "Proxima Nova W08 Reg", arial, helvetica, sans-serif;
  }
  a[href^="/"]:after {
    content: " (http://www.junowebdesign.com" attr(href) ")";
    font-family: "Proxima Nova W08 Reg", arial, helvetica, sans-serif;
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  #mastHead .icon, .popupWindow, #navigation, #basket, noscript {
    display: none !important;
  }
  #wrapper .row .column, #wrapper .row .columns {
    float: none;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .logo img {
    width: auto;
  }
  .logo:after {
    display: block;
  }
}

#mastHead {
  position: relative;
  border-bottom: 1px solid #dedede;
}

#header-top {
  height: 70px;
  background: #00a7e6;
}

@media only all {
  #header-top {
    height: 4.375rem;
  }
}

#header-top .logo-box {
  position: absolute;
  z-index: 9999;
  top: 25px;
  left: 50%;
  margin-left: -75.5px;
}

@media only all {
  #header-top .logo-box {
    margin-left: -4.71875rem;
  }
}

#header-top .logo-box .logo {
  background: url(../svg/logo.svg) no-repeat center;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
  height: 20px;
  width: 131px;
  display: block;
}

@media only all {
  #header-top .logo-box .logo {
    height: 1.25rem;
  }
}

@media only all {
  #header-top .logo-box .logo {
    width: 8.1875rem;
  }
}

#header-top .user-basket {
  position: relative;
  z-index: 9999;
  float: right;
}

#header-top .user-basket li {
  float: left;
}

#header-top .user-basket .item-user a {
  height: 70px;
  width: 57px;
  background: url(../svg/icon-user.svg) no-repeat center;
  display: block;
}

@media only all {
  #header-top .user-basket .item-user a {
    height: 4.375rem;
  }
}

@media only all {
  #header-top .user-basket .item-user a {
    width: 3.5625rem;
  }
}

#header-top .user-basket .item-user .sub-dropdown-wrapper {
  margin: -23px 0px 0px -29.25px;
}

@media only all {
  #header-top .user-basket .item-user .sub-dropdown-wrapper {
    margin: -1.4375rem 0rem 0rem -1.82813rem;
  }
}

#header-top .user-basket .item-basket .bag-link {
  padding: 22px 25px 28px 55px;
  height: 26px;
  background: #0091da url(../svg/icon-bag.svg) no-repeat 25px 0;
  -webkit-background-size: 23px 100%;
  -moz-background-size: 23px 100%;
  -o-background-size: 23px 100%;
  background-size: 23px 100%;
  position: relative;
  text-decoration: none;
}

@media only all {
  #header-top .user-basket .item-basket .bag-link {
    padding: 1.375rem 1.5625rem 1.75rem 3.4375rem;
  }
}

@media only all {
  #header-top .user-basket .item-basket .bag-link {
    height: 1.625rem;
  }
}

#header-top .user-basket .item-basket .bag-link span {
  color: #fff;
  line-height: 32px;
}

@media only all {
  #header-top .user-basket .item-basket .bag-link span {
    line-height: 2rem;
  }
}

#header-search {
  width: 100%;
}

#header-search .search-box {
  position: relative;
}

#header-search .search-box .UI-NAV-INPUT {
  padding-left: 0 !important;
}

#header-search .search-box .input-text {
  background: #fff;
  border: none;
  padding: 9px 29px 9px 8px;
  height: 52px;
  font-size: 14px;
}

@media only all {
  #header-search .search-box .input-text {
    padding: 0.5625rem 1.8125rem 0.5625rem 0.5rem;
  }
}

@media only all {
  #header-search .search-box .input-text {
    height: 3.25rem;
  }
}

@media only all {
  #header-search .search-box .input-text {
    font-size: 0.875rem;
  }
}

#header-search .search-box #searchbutton {
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  min-width: 0;
  height: 52px;
  width: 29px;
  background: url(../svg/icon-search-m.svg) no-repeat center center;
  border-radius: 0;
}

@media only all {
  #header-search .search-box #searchbutton {
    height: 3.25rem;
  }
}

@media only all {
  #header-search .search-box #searchbutton {
    width: 1.8125rem;
  }
}

#header-search .searchautocomplete .searchautocomplete-loader {
  width: 24px;
  height: 24px;
  background: url(../images/working.gif) no-repeat center center;
  display: none;
  position: absolute;
  right: 48px;
  height: 46px;
  width: 48px;
  top: 0;
}

@media only all {
  #header-search .searchautocomplete .searchautocomplete-loader {
    right: 3rem;
  }
}

@media only all {
  #header-search .searchautocomplete .searchautocomplete-loader {
    height: 2.875rem;
  }
}

@media only all {
  #header-search .searchautocomplete .searchautocomplete-loader {
    width: 3rem;
  }
}

#header-search .product-grid .item .price-box span {
  font-weight: normal;
}

.ajaxsearch-container {
  display: none;
  position: absolute;
  top: 61px;
  left: 0;
  background: #fff;
  z-index: 9998;
  width: 100%;
  max-height: 0;
  overflow: hidden;
  -webkit-box-shadow: inset -1px 3px 7px 0px rgba(230, 230, 230, 0.35);
  -moz-box-shadow: inset -1px 3px 7px 0px rgba(230, 230, 230, 0.35);
  box-shadow: inset -1px 3px 7px 0px rgba(230, 230, 230, 0.35);
}

@media only all {
  .ajaxsearch-container {
    top: 3.8125rem;
  }
}

@media (min-width: 0) and (max-width: 60em) {
  .ajaxsearch-container {
    display: none !important;
  }
}

.ajaxsearch-container.active {
  max-height: 130em;
  top: 61px;
}

@media only all {
  .ajaxsearch-container.active {
    top: 3.8125rem;
  }
}

.ajaxsearch-container .ajaxsearch-inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 97em;
  margin: 0 auto;
  width: 100%;
  padding: 2.44% 1em 2.5%;
  position: relative;
}

.ajaxsearch-container .ajaxsearch-inner h3 {
  font-size: 30px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  padding-bottom: 2px;
}

@media only all {
  .ajaxsearch-container .ajaxsearch-inner h3 {
    font-size: 1.875rem;
  }
}

@media only all {
  .ajaxsearch-container .ajaxsearch-inner h3 {
    padding-bottom: 0.125rem;
  }
}

.ajaxsearch-container .ajaxsearch-inner .close-search {
  float: right;
  height: 25px;
  width: 25px;
  margin-top: 9px;
  background: url(../svg/icon-close-black.svg) no-repeat center;
}

@media only all {
  .ajaxsearch-container .ajaxsearch-inner .close-search {
    height: 1.5625rem;
  }
}

@media only all {
  .ajaxsearch-container .ajaxsearch-inner .close-search {
    width: 1.5625rem;
  }
}

@media only all {
  .ajaxsearch-container .ajaxsearch-inner .close-search {
    margin-top: 0.5625rem;
  }
}

.ajaxsearch-container .tab-link-wrap .tab-links {
  overflow: hidden;
  padding-bottom: 35px;
}

@media only all {
  .ajaxsearch-container .tab-link-wrap .tab-links {
    padding-bottom: 2.1875rem;
  }
}

.ajaxsearch-container .tab-link-wrap .tab-links li {
  float: left;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #dedede;
}

@media only all {
  .ajaxsearch-container .tab-link-wrap .tab-links li {
    padding-right: 1.25rem;
  }
}

@media only all {
  .ajaxsearch-container .tab-link-wrap .tab-links li {
    margin-right: 1.25rem;
  }
}

.ajaxsearch-container .tab-link-wrap .tab-links li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: 0;
}

.ajaxsearch-container .tab-link-wrap .tab-links li a {
  font-size: 16px;
  line-height: 16px;
  display: block;
  font-family: "Proxima N W01 Bold", arial, helvetica, sans-serif;
  letter-spacing: -0.025em;
  color: #a7a7a7;
}

@media only all {
  .ajaxsearch-container .tab-link-wrap .tab-links li a {
    font-size: 1rem;
  }
}

@media only all {
  .ajaxsearch-container .tab-link-wrap .tab-links li a {
    line-height: 1rem;
  }
}

.ajaxsearch-container .tab-link-wrap .tab-links li a.select, .ajaxsearch-container .tab-link-wrap .tab-links li a:hover {
  color: #00a7e6;
}

.ajaxsearch-container .tab-content-wrap {
  clear: both;
}

.ajaxsearch-container .tab-content-wrap .tab-content {
  overflow: hidden;
}

.ajaxsearch-container .tab-content-wrap .search-all {
  clear: both;
}

.ajaxsearch-container .tab-content-wrap .search-all .button {
  font-size: 15px;
  width: auto;
  padding: 18px 38px 16px;
}

@media only all {
  .ajaxsearch-container .tab-content-wrap .search-all .button {
    font-size: 0.9375rem;
  }
}

@media only all {
  .ajaxsearch-container .tab-content-wrap .search-all .button {
    padding: 1.125rem 2.375rem 1rem;
  }
}

.ajaxsearch-container .ajaxsearch-products {
  float: left;
  width: 78.3%;
}

.ajaxsearch-container .ajaxsearch-products .search-all {
  margin-top: 35px;
  padding-top: 23px;
  border-top: 1px solid #dedede;
}

@media only all {
  .ajaxsearch-container .ajaxsearch-products .search-all {
    margin-top: 2.1875rem;
  }
}

@media only all {
  .ajaxsearch-container .ajaxsearch-products .search-all {
    padding-top: 1.4375rem;
  }
}

.ajaxsearch-container .ajaxsearch-categories {
  float: right;
  width: 17.8%;
}

.ajaxsearch-container .ajaxsearch-categories h6 {
  font-size: 16px;
  color: #00a7e6;
  font-family: "Proxima N W01 Bold", arial, helvetica, sans-serif;
  line-height: 1;
  font-weight: normal;
  padding-bottom: 13px;
}

@media only all {
  .ajaxsearch-container .ajaxsearch-categories h6 {
    font-size: 1rem;
  }
}

@media only all {
  .ajaxsearch-container .ajaxsearch-categories h6 {
    padding-bottom: 0.8125rem;
  }
}

.ajaxsearch-container .ajaxsearch-categories li {
  border-top: 1px solid #dedede;
}

.ajaxsearch-container .ajaxsearch-categories li a {
  font-size: 16px;
  padding: 11px 0px;
  display: block;
}

@media only all {
  .ajaxsearch-container .ajaxsearch-categories li a {
    font-size: 1rem;
  }
}

@media only all {
  .ajaxsearch-container .ajaxsearch-categories li a {
    padding: 0.6875rem 0rem;
  }
}

.ajaxsearch-container .ajaxsearch-categories .search-all {
  margin-top: 7px;
}

@media only all {
  .ajaxsearch-container .ajaxsearch-categories .search-all {
    margin-top: 0.4375rem;
  }
}

.ajaxsearch-container .ajaxsearch-categories .search-all .button {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.ajaxsearch-container .ajaxsearch-news li {
  border-top: 1px solid #dedede;
}

.ajaxsearch-container .ajaxsearch-news li a {
  font-size: 15px;
  padding: 21px 0px;
  display: block;
}

@media only all {
  .ajaxsearch-container .ajaxsearch-news li a {
    font-size: 0.9375rem;
  }
}

@media only all {
  .ajaxsearch-container .ajaxsearch-news li a {
    padding: 1.3125rem 0rem;
  }
}

.ajaxsearch-container .ajaxsearch-news .search-all {
  margin-top: 15px;
}

@media only all {
  .ajaxsearch-container .ajaxsearch-news .search-all {
    margin-top: 0.9375rem;
  }
}

.offCanvasBasket .bag-dropdown p {
  padding: 22px;
}

@media only all {
  .offCanvasBasket .bag-dropdown p {
    padding: 1.375rem;
  }
}

#basket {
  z-index: 9;
}

#basket .bag-dropdown {
  background: #fff;
}

#basket .bag-dropdown h4 {
  font-size: 14px;
  line-height: 22px;
  font-family: "Proxima Nova W08 Reg", arial, helvetica, sans-serif;
  letter-spacing: -0.025em;
  font-weight: 400;
  color: #fff;
  background: #00a7e6 url(../svg/icon-bag.svg) no-repeat 24px 21px;
  -webkit-background-size: 23px auto;
  -moz-background-size: 23px auto;
  -o-background-size: 23px auto;
  background-size: 23px auto;
  padding: 24px 0px 24px 53px;
}

@media only all {
  #basket .bag-dropdown h4 {
    font-size: 0.875rem;
  }
}

@media only all {
  #basket .bag-dropdown h4 {
    line-height: 1.375rem;
  }
}

@media only all {
  #basket .bag-dropdown h4 {
    padding: 1.5rem 0rem 1.5rem 3.3125rem;
  }
}

#basket .bag-dropdown ul li {
  padding: 21px 22px;
  border-bottom: 1px solid #dedede;
  overflow: hidden;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
}

@media only all {
  #basket .bag-dropdown ul li {
    padding: 1.3125rem 1.375rem;
  }
}

@media only all {
  #basket .bag-dropdown ul li {
    font-size: 0.8125rem;
  }
}

#basket .bag-dropdown ul li:last-child {
  border-bottom: none;
}

#basket .bag-dropdown ul li .image {
  float: left;
  width: 54px;
}

@media only all {
  #basket .bag-dropdown ul li .image {
    width: 3.375rem;
  }
}

#basket .bag-dropdown ul li .image img {
  width: 100%;
}

#basket .bag-dropdown ul li .product-details {
  overflow: hidden;
  padding-left: 12px;
}

@media only all {
  #basket .bag-dropdown ul li .product-details {
    padding-left: 0.75rem;
  }
}

#basket .bag-dropdown ul li .product-details a {
  display: block;
  font-family: "Proxima N W01 Bold", arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 8px;
}

@media only all {
  #basket .bag-dropdown ul li .product-details a {
    font-size: 0.8125rem;
  }
}

@media only all {
  #basket .bag-dropdown ul li .product-details a {
    line-height: 0.9375rem;
  }
}

@media only all {
  #basket .bag-dropdown ul li .product-details a {
    margin-bottom: 0.5rem;
  }
}

#basket .bag-dropdown ul li .product-details p {
  float: left;
}

#basket .bag-dropdown ul li p {
  font-size: 13px;
  line-height: 1;
}

@media only all {
  #basket .bag-dropdown ul li p {
    font-size: 0.8125rem;
  }
}

#basket .bag-dropdown ul li .price {
  float: right;
}

#basket .bag-dropdown p {
  margin-bottom: 12px;
}

@media only all {
  #basket .bag-dropdown p {
    margin-bottom: 0.75rem;
  }
}

#basket .bag-dropdown .total p {
  font-size: 14px;
}

@media only all {
  #basket .bag-dropdown .total p {
    font-size: 0.875rem;
  }
}

#basket .bag-dropdown .buttons {
  padding: 0px 22px;
}

@media only all {
  #basket .bag-dropdown .buttons {
    padding: 0rem 1.375rem;
  }
}

#basket .bag-dropdown .buttons .button {
  margin-bottom: 5px;
  padding-top: 17.5px;
  padding-bottom: 17.5px;
  font-size: 14px;
}

@media only all {
  #basket .bag-dropdown .buttons .button {
    margin-bottom: 0.3125rem;
  }
}

@media only all {
  #basket .bag-dropdown .buttons .button {
    padding-top: 1.09375rem;
  }
}

@media only all {
  #basket .bag-dropdown .buttons .button {
    padding-bottom: 1.09375rem;
  }
}

@media only all {
  #basket .bag-dropdown .buttons .button {
    font-size: 0.875rem;
  }
}

#basket .bag-dropdown .buttons .continue-shopping {
  font-size: 13px;
  font-family: "Proxima N W01 Bold", arial, helvetica, sans-serif;
  line-height: 38px;
}

@media only all {
  #basket .bag-dropdown .buttons .continue-shopping {
    font-size: 0.8125rem;
  }
}

@media only all {
  #basket .bag-dropdown .buttons .continue-shopping {
    line-height: 2.375rem;
  }
}

#bottomHead {
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
}

#bottomHead ul {
  font-size: 0;
}

#bottomHead ul li {
  width: 50%;
  text-align: center;
  display: inline-block;
  position: relative;
  padding: 17px 0px;
}

@media only all {
  #bottomHead ul li {
    padding: 1.0625rem 0rem;
  }
}

#bottomHead ul li:after {
  content: '';
  border-left: 1px solid #dedede;
  position: absolute;
  top: 18.5px;
  right: 0;
  height: 18px;
}

@media only all {
  #bottomHead ul li:after {
    height: 1.125rem;
  }
}

#bottomHead ul li.right:after {
  display: none;
}

#bottomHead ul li.middle {
  display: none;
}

#bottomHead ul li p {
  padding-left: 24px;
  line-height: 21px;
  display: inline-block;
  color: #7a7a7a;
  letter-spacing: -0.025em;
  white-space: nowrap;
}

@media only all {
  #bottomHead ul li p {
    padding-left: 1.5rem;
  }
}

@media only all {
  #bottomHead ul li p {
    line-height: 1.3125rem;
  }
}

#bottomHead ul li .star {
  padding-left: 0;
  font-family: "Proxima N W01 Bold", arial, helvetica, sans-serif;
  font-size: 15px;
  color: #111111;
}

@media only all {
  #bottomHead ul li .star {
    font-size: 0.9375rem;
  }
}

#bottomHead ul li .star strong {
  margin-right: 8px;
}

#bottomHead ul li .star img {
  width: auto;
}

#bottomHead ul li .heart {
  background: url(../svg/icon-heart.svg) no-repeat center left;
}

#bottomHead ul li .truck {
  background: url(../svg/icon-truck.svg) no-repeat center left;
}

.website-switcher {
  background: url(../svg/worlwide.svg) no-repeat 0 50%;
  -webkit-background-size: 18px auto;
  background-size: 18px auto;
  padding-left: 24px;
}

.website-switcher select {
  background: 0;
  border: 0;
  color: #FFF;
  outline: none;
}

.website-switcher select option {
  color: #111;
}

#website-switcher {
  height: 70px;
  line-height: 70px;
  display: none;
}

#mobile-website-switcher {
  display: block;
  padding: 17px 22px 17px 50px;
  background: url(../svg/worlwide-black.svg) no-repeat 21px 50%;
  -webkit-background-size: 18px auto;
  background-size: 18px auto;
  border-bottom: 1px solid #dedede;
}

#mobile-website-switcher select {
  font-size: 14px;
  color: #111;
  font-family: "Proxima N W01 Bold", arial, helvetica, sans-serif;
}

#mobile-website-switcher select option {
  color: #111;
}

@media (min-width: 59.99em) {
  #website-switcher {
    height: 76px;
    line-height: 76px;
    display: block;
  }
  #mobile-website-switcher {
    display: none;
  }
}

@media (min-width: 36em) {
  #basket .bag-dropdown ul li {
    font-size: 14px;
  }
}

@media only all and (min-width: 36em) {
  #basket .bag-dropdown ul li {
    font-size: 0.875rem;
  }
}

@media (min-width: 36em) {
  #basket .bag-dropdown ul li .product-details a {
    font-size: 14px;
  }
}

@media only all and (min-width: 36em) {
  #basket .bag-dropdown ul li .product-details a {
    font-size: 0.875rem;
  }
}

@media (min-width: 36em) {
  #basket .bag-dropdown ul li p {
    font-size: 14px;
  }
}

@media only all and (min-width: 36em) {
  #basket .bag-dropdown ul li p {
    font-size: 0.875rem;
  }
}

@media (min-width: 36em) {
  #basket .bag-dropdown .total p {
    font-size: 15px;
  }
}

@media only all and (min-width: 36em) {
  #basket .bag-dropdown .total p {
    font-size: 0.9375rem;
  }
}

@media (min-width: 60em) {
  #mastHead {
    z-index: 9999;
    background: #fff;
    border-bottom: none;
  }
  #header-top {
    height: 76px;
  }
}

@media only all and (min-width: 60em) {
  #header-top {
    height: 4.75rem;
  }
}

@media (min-width: 60em) {
  #header-top .logo-box {
    position: relative;
    left: 0;
    margin: 0;
    float: left;
  }
  #header-top .logo-box .logo {
    height: 26px;
    width: 176px;
  }
}

@media only all and (min-width: 60em) {
  #header-top .logo-box .logo {
    height: 1.625rem;
  }
}

@media only all and (min-width: 60em) {
  #header-top .logo-box .logo {
    width: 11rem;
  }
}

@media (min-width: 60em) {
  #header-top .user-basket .item-user a {
    height: 76px;
  }
}

@media only all and (min-width: 60em) {
  #header-top .user-basket .item-user a {
    height: 4.75rem;
  }
}

@media (min-width: 60em) {
  #header-top .user-basket .bag-link {
    display: block;
  }
  #basket {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    -moz-transition: max-height 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    -o-transition: max-height 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    transition: max-height 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  }
  #basket.active {
    max-height: 130em;
  }
  #basket.active .bag-dropdown > * {
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    top: 0;
  }
  #basket .bag-dropdown {
    padding: 30px;
    width: 248px;
  }
}

@media only all and (min-width: 60em) {
  #basket .bag-dropdown {
    padding: 1.875rem;
  }
}

@media only all and (min-width: 60em) {
  #basket .bag-dropdown {
    width: 15.5rem;
  }
}

@media (min-width: 60em) {
  #basket .bag-dropdown > * {
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    position: relative;
    top: -20px;
    -webkit-transition: all 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
    -moz-transition: all 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
    -o-transition: all 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
    transition: all 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
  }
  #basket .bag-dropdown h4 {
    display: none;
  }
  #basket .bag-dropdown ul {
    -moz-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
    display: none;
  }
  #basket .bag-dropdown ul li {
    padding: 21px 0px;
  }
}

@media only all and (min-width: 60em) {
  #basket .bag-dropdown ul li {
    padding: 1.3125rem 0rem;
  }
}

@media (min-width: 60em) {
  #basket .bag-dropdown ul li:first-child {
    padding-top: 0;
  }
  #basket .bag-dropdown ul li .product-details a {
    display: block;
    font-family: "Proxima N W01 Bold", arial, helvetica, sans-serif;
    margin-bottom: 8px;
  }
}

@media only all and (min-width: 60em) {
  #basket .bag-dropdown ul li .product-details a {
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 60em) {
  #basket .bag-dropdown .buttons {
    -moz-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
    -ms-transition-delay: 0.4s;
    transition-delay: 0.4s;
    padding: 0;
  }
  #basket .bag-dropdown .buttons .continue-shopping {
    display: none;
  }
  #header-search {
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 9998;
  }
}

@media only all and (min-width: 60em) {
  #header-search {
    top: 0.9375rem;
  }
}

@media (min-width: 60em) {
  #header-search .search-box {
    width: 35%;
    margin: 0 auto;
  }
  #header-search .search-box .input-text {
    padding: 9px 63px 9px 15px;
    height: 46px;
    font-size: 14px;
  }
}

@media only all and (min-width: 60em) {
  #header-search .search-box .input-text {
    padding: 0.5625rem 3.9375rem 0.5625rem 0.9375rem;
  }
}

@media only all and (min-width: 60em) {
  #header-search .search-box .input-text {
    height: 2.875rem;
  }
}

@media only all and (min-width: 60em) {
  #header-search .search-box .input-text {
    font-size: 0.875rem;
  }
}

@media (min-width: 60em) {
  #header-search .search-box #searchbutton {
    height: 46px;
    width: 48px;
    background: #0084c7 url(../svg/icon-search.svg) no-repeat center;
  }
}

@media only all and (min-width: 60em) {
  #header-search .search-box #searchbutton {
    height: 2.875rem;
  }
}

@media only all and (min-width: 60em) {
  #header-search .search-box #searchbutton {
    width: 3rem;
  }
}

@media (min-width: 60em) {
  .ajaxsearch-container {
    display: block;
  }
}

@media (min-width: 1500px) {
  #header-search .search-box {
    width: 55%;
  }
}

@media (min-width: 80em) {
  #bottomHead ul li {
    width: 28%;
  }
  #bottomHead ul li.middle {
    width: 44%;
    display: inline-block;
  }
}

@media (min-width: 90em) {
  #bottomHead ul li {
    width: 31.5%;
  }
  #bottomHead ul li.middle {
    width: 37%;
  }
}

p#mobileLogin {
  display: block;
  background: #00a7e6;
}

@media (min-width: 60em) {
  p#mobileLogin {
    display: none;
  }
}

p#mobileLogin a {
  background: url(../svg/icon-user.svg) no-repeat 22px 50%;
  display: block;
  color: #fff;
  -webkit-background-size: 14px auto;
  background-size: 14px auto;
}

#signup-bar .row {
  max-width: 100%;
  padding: 0;
}

#signup-bar .c-form {
  background: #001825;
  padding: 26px 30px 30px;
}

@media only all {
  #signup-bar .c-form {
    padding: 1.625rem 1.875rem 1.875rem;
  }
}

#signup-bar .newsletter-form label {
  text-align: center;
  display: block;
  color: #fff;
  font-family: "Proxima N W01 Bold", arial, helvetica, sans-serif;
  margin: 0 auto;
  letter-spacing: -0.025em;
  font-size: 14px;
  line-height: 1.6;
  padding: 0px 27px 16px;
}

@media only all {
  #signup-bar .newsletter-form label {
    font-size: 0.875rem;
  }
}

@media only all {
  #signup-bar .newsletter-form label {
    padding: 0rem 1.6875rem 1rem;
  }
}

#signup-bar .newsletter-form label span {
  font-size: 0.8em;
  display: block;
  font-weight: normal;
  font-family: "Proxima Nova W08 Reg", arial, helvetica, sans-serif;
  line-height: 1;
}

#signup-bar .newsletter-form label span a {
  color: #fff;
  text-decoration: underline;
}

#signup-bar .newsletter-form .input-box-wrap {
  width: 100%;
  position: relative;
}

#signup-bar .newsletter-form .input-box .input-text {
  border-color: #fff;
  padding: 10px 59px 10px 15px;
}

@media only all {
  #signup-bar .newsletter-form .input-box .input-text {
    padding: 0.625rem 3.6875rem 0.625rem 0.9375rem;
  }
}

#signup-bar .newsletter-form .button {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 0;
  width: 42px;
  padding: 14px 0px 12px;
}

@media only all {
  #signup-bar .newsletter-form .button {
    width: 2.625rem;
  }
}

@media only all {
  #signup-bar .newsletter-form .button {
    padding: 0.875rem 0rem 0.75rem;
  }
}

#signup-bar .socialIcons {
  margin: 20px auto 8px;
}

@media only all {
  #signup-bar .socialIcons {
    margin: 1.25rem auto 0.5rem;
  }
}

#footer {
  position: relative;
}

#footer img {
  width: auto;
  max-width: 100%;
}

.footer-links .row {
  max-width: 100%;
  padding: 0;
}

.footer-links .column {
  border-top: 1px solid #dedede;
}

.footer-links .c-links h6 {
  font-size: 14px;
  padding: 16px 0px;
  color: #001825;
  letter-spacing: -0.025em;
  cursor: pointer;
  font-family: "Proxima N W01 Bold", arial, helvetica, sans-serif;
  font-weight: normal;
}

@media only all {
  .footer-links .c-links h6 {
    font-size: 0.875rem;
  }
}

@media only all {
  .footer-links .c-links h6 {
    padding: 1rem 0rem;
  }
}

.footer-links .c-links ul {
  margin: -8px 0px 14px;
}

@media only all {
  .footer-links .c-links ul {
    margin: -0.5rem 0rem 0.875rem;
  }
}

.footer-links .c-links ul li {
  line-height: 1;
}

.footer-links .c-links ul li a {
  display: block;
  font-size: 14px;
  line-height: 22px;
}

@media only all {
  .footer-links .c-links ul li a {
    font-size: 0.875rem;
  }
}

@media only all {
  .footer-links .c-links ul li a {
    line-height: 1.375rem;
  }
}

.footer-links .c-logos {
  padding: 23px 0px 21px;
  border-bottom: 1px solid #dedede;
}

@media only all {
  .footer-links .c-logos {
    padding: 1.4375rem 0rem 1.3125rem;
  }
}

.footer-links .c-logos p {
  margin-bottom: 8px;
}

@media only all {
  .footer-links .c-logos p {
    margin-bottom: 0.5rem;
  }
}

.footer-links .trustpilot-widget {
  margin-top: 13px;
}

.footer-links .trustpilot-widget + p {
  margin-top: -12px;
}

.footerBottom {
  padding: 24px 0px 22px;
}

@media only all {
  .footerBottom {
    padding: 1.5rem 0rem 1.375rem;
  }
}

.footerBottom .copyright {
  margin-bottom: 13px;
}

@media only all {
  .footerBottom .copyright {
    margin-bottom: 0.8125rem;
  }
}

.footerBottom .copyright p {
  font-size: 14px;
  line-height: 20px;
}

@media only all {
  .footerBottom .copyright p {
    font-size: 0.875rem;
  }
}

@media only all {
  .footerBottom .copyright p {
    line-height: 1.25rem;
  }
}

.footerBottom .logo-trust p {
  margin: 4px 0px;
}

@media only all {
  .footerBottom .logo-trust p {
    margin: 0.25rem 0rem;
  }
}

@media (min-width: 36em) {
  #signup-bar .newsletter-form label {
    font-size: 16px;
  }
}

@media only all and (min-width: 36em) {
  #signup-bar .newsletter-form label {
    font-size: 1rem;
  }
}

@media (min-width: 36em) {
  #signup-bar .newsletter-form .button {
    width: 44px;
    padding: 15px 0px 12px;
  }
}

@media only all and (min-width: 36em) {
  #signup-bar .newsletter-form .button {
    width: 2.75rem;
  }
}

@media only all and (min-width: 36em) {
  #signup-bar .newsletter-form .button {
    padding: 0.9375rem 0rem 0.75rem;
  }
}

@media (min-width: 36em) {
  .footer-links .c-links h6 {
    font-size: 16px;
  }
}

@media only all and (min-width: 36em) {
  .footer-links .c-links h6 {
    font-size: 1rem;
  }
}

@media (min-width: 36em) {
  .footer-links .c-links ul li a {
    font-size: 15px;
    line-height: 22px;
  }
}

@media only all and (min-width: 36em) {
  .footer-links .c-links ul li a {
    font-size: 0.9375rem;
  }
}

@media only all and (min-width: 36em) {
  .footer-links .c-links ul li a {
    line-height: 1.375rem;
  }
}

@media (min-width: 36em) {
  .footerBottom .copyright p {
    font-size: 15px;
    line-height: 22px;
  }
}

@media only all and (min-width: 36em) {
  .footerBottom .copyright p {
    font-size: 0.9375rem;
  }
}

@media only all and (min-width: 36em) {
  .footerBottom .copyright p {
    line-height: 1.375rem;
  }
}

@media (min-width: 60em) {
  #signup-bar {
    background: #001825;
  }
  #signup-bar .row {
    max-width: 102em;
    padding-left: 1em;
    padding-right: 1em;
  }
  #signup-bar .c-form {
    width: 65%;
    padding: 0;
  }
  #signup-bar .c-social {
    width: 35%;
    text-align: right;
  }
  #signup-bar .newsletter-form {
    padding: 14px 0px;
    overflow: hidden;
  }
}

@media only all and (min-width: 60em) {
  #signup-bar .newsletter-form {
    padding: 0.875rem 0rem;
  }
}

@media (min-width: 60em) {
  #signup-bar .newsletter-form label {
    float: left;
    text-align: left;
    font-size: 16px;
    padding: 0.5px 25px 0.5px 0px;
    max-width: 248px;
  }
}

@media only all and (min-width: 60em) {
  #signup-bar .newsletter-form label {
    font-size: 1rem;
  }
}

@media only all and (min-width: 60em) {
  #signup-bar .newsletter-form label {
    padding: 0.03125rem 1.5625rem 0.03125rem 0rem;
  }
}

@media only all and (min-width: 60em) {
  #signup-bar .newsletter-form label {
    max-width: 15.5rem;
  }
}

@media (min-width: 60em) {
  #signup-bar .newsletter-form .input-box-wrap {
    float: left;
    width: 45%;
    max-width: 430px;
  }
}

@media only all and (min-width: 60em) {
  #signup-bar .newsletter-form .input-box-wrap {
    max-width: 26.875rem;
  }
}

@media (min-width: 60em) {
  #signup-bar .newsletter-form .input-box .input-text {
    padding-right: 64px;
  }
}

@media only all and (min-width: 60em) {
  #signup-bar .newsletter-form .input-box .input-text {
    padding-right: 4rem;
  }
}

@media (min-width: 60em) {
  #signup-bar .newsletter-form .button {
    width: 49px;
  }
}

@media only all and (min-width: 60em) {
  #signup-bar .newsletter-form .button {
    width: 3.0625rem;
  }
}

@media (min-width: 60em) {
  #signup-bar .socialIcons {
    margin: 23px auto 0px;
  }
}

@media only all and (min-width: 60em) {
  #signup-bar .socialIcons {
    margin: 1.4375rem auto 0rem;
  }
}

@media (min-width: 60em) {
  .footer-links {
    text-align: left;
    padding: 20px 0px 0px;
    border-bottom: 1px solid #dedede;
  }
}

@media only all and (min-width: 60em) {
  .footer-links {
    padding: 1.25rem 0rem 0rem;
  }
}

@media (min-width: 60em) {
  .footer-links .column {
    border: none;
    padding-left: 1em;
    padding-right: 1em;
  }
  .footer-links .c-links {
    width: 20%;
  }
  .footer-links .c-links h6 {
    padding: 8px 0px 13px;
  }
}

@media only all and (min-width: 60em) {
  .footer-links .c-links h6 {
    padding: 0.5rem 0rem 0.8125rem;
  }
}

@media (min-width: 60em) {
  .footer-links .c-links ul {
    margin: -45px 0px 20px;
    padding-top: 45px;
    position: relative;
    z-index: 1;
    display: block !important;
  }
}

@media only all and (min-width: 60em) {
  .footer-links .c-links ul {
    margin: -2.8125rem 0rem 1.25rem;
  }
}

@media only all and (min-width: 60em) {
  .footer-links .c-links ul {
    padding-top: 2.8125rem;
  }
}

@media (min-width: 60em) {
  .footer-links .c-logos {
    border-top: 1px solid #dedede;
  }
}

@media (min-width: 80em) {
  #signup-bar .c-form {
    width: 72%;
  }
  #signup-bar .c-social {
    width: 28%;
  }
  #signup-bar .newsletter-form label {
    padding: 0px 25px 0px 0px;
    max-width: 100%;
  }
}

@media only all and (min-width: 80em) {
  #signup-bar .newsletter-form label {
    padding: 0rem 1.5625rem 0rem 0rem;
  }
}

@media (min-width: 80em) {
  .footer-links {
    padding: 31px 0px 25px;
  }
}

@media only all and (min-width: 80em) {
  .footer-links {
    padding: 1.9375rem 0rem 1.5625rem;
  }
}

@media (min-width: 80em) {
  .footer-links .row {
    max-width: 102em;
    padding-left: 1em;
    padding-right: 1em;
  }
  .footer-links .column {
    padding: 0;
  }
  .footer-links .c-links {
    width: 17%;
  }
  .footer-links .c-links ul {
    margin-bottom: 0;
  }
  .footer-links .c-logos {
    width: 15%;
    border-top: none;
    padding: 0;
  }
  .footer-links .c-logos .f-logo {
    margin: 9px 3.5px 0px 0px;
  }
}

@media only all and (min-width: 80em) {
  .footer-links .c-logos .f-logo {
    margin: 0.5625rem 0.21875rem 0rem 0rem;
  }
}

@media (min-width: 80em) {
  .footerBottom {
    text-align: left;
    padding: 24px 0px 17px;
  }
}

@media only all and (min-width: 80em) {
  .footerBottom {
    padding: 1.5rem 0rem 1.0625rem;
  }
}

@media (min-width: 80em) {
  .footerBottom .column {
    width: auto;
  }
  .footerBottom .copyright {
    float: left;
    margin: 8px 0px 0px;
  }
}

@media only all and (min-width: 80em) {
  .footerBottom .copyright {
    margin: 0.5rem 0rem 0rem;
  }
}

@media (min-width: 80em) {
  .footerBottom .logo-trust {
    float: right;
    text-align: right;
  }
}

.trustpilot-wrapper {
  position: relative;
}

.trustpilot-wrapper > a {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  text-indent: -9999px;
}

.homeContent #highlightProduct-tabs {
  margin: 15px 0px;
}

@media only all {
  .homeContent #highlightProduct-tabs {
    margin: 0.9375rem 0rem;
  }
}

#heroCarousel {
  position: relative;
}

#heroCarousel .item .item-text {
  padding: 30% 30px;
}

@media only all {
  #heroCarousel .item .item-text {
    padding: 30% 1.875rem;
  }
}

#heroCarousel .item .item-text .inner {
  background: rgb( 255, 255, 255 );
  background: rgba(255, 255, 255, 0.7);
  max-width: 260px;
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  padding: 27px 15px;
}

@media only all {
  #heroCarousel .item .item-text .inner {
    max-width: 16.25rem;
  }
}

@media only all {
  #heroCarousel .item .item-text .inner {
    padding: 1.6875rem 0.9375rem;
  }
}

#heroCarousel .item .item-text .inner h2 {
  color: #000f1b;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

@media only all {
  #heroCarousel .item .item-text .inner h2 {
    font-size: 1.5rem;
  }
}

@media only all {
  #heroCarousel .item .item-text .inner h2 {
    margin-bottom: 0.3125rem;
  }
}

#heroCarousel .item .item-text .inner .button {
  display: inline-block;
  width: auto;
  font-size: 12px;
  padding: 12px 0px;
  width: 112px;
}

@media only all {
  #heroCarousel .item .item-text .inner .button {
    font-size: 0.75rem;
  }
}

@media only all {
  #heroCarousel .item .item-text .inner .button {
    padding: 0.75rem 0rem;
  }
}

@media only all {
  #heroCarousel .item .item-text .inner .button {
    width: 7rem;
  }
}

@media (max-width: 390px) {
  #heroCarousel .item .item-text .inner {
    width: 80%;
  }
}

#heroCarousel .custom-dots-box {
  position: static;
  bottom: 11px;
  left: 0;
  z-index: 2;
  width: 100%;
}

@media only all {
  #heroCarousel .custom-dots-box {
    bottom: 0.6875rem;
  }
}

#heroCarousel .custom-dots-box .owl-dots {
  font-size: 0;
}

#heroCarousel .custom-dots-box .owl-dots .owl-dot {
  padding: 0px 3px;
}

@media only all {
  #heroCarousel .custom-dots-box .owl-dots .owl-dot {
    padding: 0rem 0.1875rem;
  }
}

#heroCarousel .custom-dots-box .owl-dots .owl-dot span {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  height: 10px;
  width: 10px;
  background: #b4b3b4;
  cursor: pointer;
}

@media only all {
  #heroCarousel .custom-dots-box .owl-dots .owl-dot span {
    height: 0.625rem;
  }
}

@media only all {
  #heroCarousel .custom-dots-box .owl-dots .owl-dot span {
    width: 0.625rem;
  }
}

#heroCarousel .custom-dots-box .owl-dots .owl-dot.active span {
  background: #001825;
}

#homeItems .item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}

#homeItems .item > a {
  position: relative;
  display: block;
}

#homeItems .item .banner-text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media only all {
  #homeItems .item .banner-text {
    padding: 0.625rem;
  }
}

#homeItems .item h4 {
  color: #111;
  background: #fff;
  padding: 3.5px 8px;
  font-size: 12px;
  text-transform: uppercase;
  display: inline-block;
  letter-spacing: -0.05em;
}

@media only all {
  #homeItems .item h4 {
    padding: 0.21875rem 0.5rem;
  }
}

@media only all {
  #homeItems .item h4 {
    font-size: 0.75rem;
  }
}

#homeItems .item .label-sale {
  top: 8px;
  right: 7px;
  width: 39px;
  padding: 10.5px 0px;
  font-size: 9px;
}

@media only all {
  #homeItems .item .label-sale {
    top: 0.5rem;
  }
}

@media only all {
  #homeItems .item .label-sale {
    right: 0.4375rem;
  }
}

@media only all {
  #homeItems .item .label-sale {
    width: 2.4375rem;
  }
}

@media only all {
  #homeItems .item .label-sale {
    padding: 0.65625rem 0rem;
  }
}

@media only all {
  #homeItems .item .label-sale {
    font-size: 0.5625rem;
  }
}

#homeItems .item .label-sale span {
  display: block;
}

#homeItems .item .button {
  padding: 6.5px 8px;
  font-size: 12px;
  min-width: 0;
  width: auto;
  display: block;
}

@media only all {
  #homeItems .item .button {
    padding: 0.40625rem 0.5rem;
  }
}

@media only all {
  #homeItems .item .button {
    font-size: 0.75rem;
  }
}

#homeItems .item.medium {
  width: 50%;
  padding: 2.7% 1.4% 2.7% 0;
}

#homeItems .item.medium .button {
  display: none;
}

#homeItems .item.small {
  width: 50%;
  padding: 2.7% 0 0 1.4%;
}

#homeItems .item.small .button {
  display: none;
}

#homeItems .item.large .banner-text p {
  display: none;
}

#homeItems .box-left {
  width: 100%;
}

#homeItems .box-left .item.large {
  width: 100%;
}

#homeItems .box-right {
  width: 100%;
}

#homeItems .box-right .item.medium {
  float: left;
}

#homeItems .box-right .item.small {
  float: right;
}

.brandLogos {
  padding: 18px 0px 27px;
}

@media only all {
  .brandLogos {
    padding: 1.125rem 0rem 1.6875rem;
  }
}

.brandLogos .item {
  text-align: center;
}

.brandLogos .item img {
  display: inline-block;
  height: 37px;
}

@media only all {
  .brandLogos .item img {
    height: 2.3125rem;
  }
}

#GBLatest {
  margin-bottom: 15px;
}

@media only all {
  #GBLatest {
    margin-bottom: 0.9375rem;
  }
}

#GBLatest .box-title {
  background: #00a7e6;
  height: 325px;
}

@media only all {
  #GBLatest .box-title {
    height: 20.3125rem;
  }
}

#GBLatest .box-title h4 {
  font-size: 18px;
  font-family: "Gotham A", "Gotham B", arial, helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #fff;
  padding: 64px 0px 10px;
}

@media only all {
  #GBLatest .box-title h4 {
    font-size: 1.125rem;
  }
}

@media only all {
  #GBLatest .box-title h4 {
    padding: 4rem 0rem 0.625rem;
  }
}

#GBLatest .box-title img {
  width: auto;
}

#GBLatest .latestWrapper .list-items .item {
  float: left;
  width: 50%;
  position: relative;
  opacity: 1;
  -webkit-transition: opacity 0.8s;
  -moz-transition: opacity 0.8s;
  transition: opacity 0.8s;
}

#GBLatest .latestWrapper .list-items .item.video {
  background: #000;
}

#GBLatest .latestWrapper .list-items .item.video .play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb( 0, 0, 0 );
  background: rgba(0, 0, 0, 0.7);
}

#GBLatest .latestWrapper .list-items .item.video .play:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 50%;
  width: 32.4%;
  height: 32.4%;
  margin: -16.2% -16.2% 0 0;
  background: url(../svg/icon-play.svg) no-repeat center;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}

#GBLatest .latestWrapper .list-items .item.tw .inner {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#GBLatest .latestWrapper .list-items .item.tw .inner p {
  color: #fff;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0px 20px;
  max-width: 278px;
  font-size: 12px;
  line-height: 15px;
}

@media only all {
  #GBLatest .latestWrapper .list-items .item.tw .inner p {
    padding: 0rem 1.25rem;
  }
}

@media only all {
  #GBLatest .latestWrapper .list-items .item.tw .inner p {
    max-width: 17.375rem;
  }
}

@media only all {
  #GBLatest .latestWrapper .list-items .item.tw .inner p {
    font-size: 0.75rem;
  }
}

@media only all {
  #GBLatest .latestWrapper .list-items .item.tw .inner p {
    line-height: 0.9375rem;
  }
}

#GBLatest .latestWrapper .list-items .item.tw .inner:before {
  content: '';
  position: absolute;
  background: url("../svg/icon-twitter.svg") no-repeat center;
  bottom: 6px;
  right: 4px;
  height: 10px;
  width: 10px;
  -webkit-background-size: cover;
  -khtml-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media only all {
  #GBLatest .latestWrapper .list-items .item.tw .inner:before {
    bottom: 0.375rem;
  }
}

@media only all {
  #GBLatest .latestWrapper .list-items .item.tw .inner:before {
    right: 0.25rem;
  }
}

@media only all {
  #GBLatest .latestWrapper .list-items .item.tw .inner:before {
    height: 0.625rem;
  }
}

@media only all {
  #GBLatest .latestWrapper .list-items .item.tw .inner:before {
    width: 0.625rem;
  }
}

#GBLatest .latestWrapper .list-items .item.home-post .inner:before {
  background-image: url(../svg/icon-comment.svg);
}

#GBLatest .latestWrapper .list-items .item.show {
  opacity: 1;
}

#homeAbout {
  border-top: 1px solid #dedede;
  padding: 3.1% 0 2.7%;
}

#homeAbout .about-description {
  max-width: 830px;
  margin: 0px auto;
  font-size: 15px;
  line-height: 22px;
}

@media only all {
  #homeAbout .about-description {
    max-width: 51.875rem;
  }
}

@media only all {
  #homeAbout .about-description {
    margin: 0rem auto;
  }
}

@media only all {
  #homeAbout .about-description {
    font-size: 0.9375rem;
  }
}

@media only all {
  #homeAbout .about-description {
    line-height: 1.375rem;
  }
}

#homeAbout .about-description .more, #homeAbout .about-description .less {
  color: #00a7e6;
  font-family: "Proxima N W01 Bold", arial, helvetica, sans-serif;
}

#newsletter-popup .col-img {
  text-align: center;
}

#newsletter-popup .col-img img {
  max-width: 60%;
}

#newsletter-popup .col-form {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px 12px;
  text-align: center;
}

@media only all {
  #newsletter-popup .col-form {
    padding: 0rem 0.75rem;
  }
}

#newsletter-popup .col-form h2 {
  text-transform: uppercase;
  letter-spacing: -0.05em;
  color: #fff;
  line-height: 1.1em;
  font-size: 40px;
}

@media only all {
  #newsletter-popup .col-form h2 {
    font-size: 2.5rem;
  }
}

#newsletter-popup .col-form label {
  font-family: "Gotham A", "Gotham B", arial, helvetica, sans-serif;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: -0.05em;
  font-weight: 800;
  font-size: 16px;
  margin-bottom: 12px;
}

@media only all {
  #newsletter-popup .col-form label {
    font-size: 1rem;
  }
}

@media only all {
  #newsletter-popup .col-form label {
    margin-bottom: 0.75rem;
  }
}

#newsletter-popup .col-form input[type=text] {
  border-color: #fff;
}

#newsletter-popup .col-form .button {
  margin-top: 10px;
  background: #0084c7;
}

@media only all {
  #newsletter-popup .col-form .button {
    margin-top: 0.625rem;
  }
}

#newsletter-popup .col-form .button:hover {
  background: #001825;
}

@media (min-width: 36em) {
  .homeContent #highlightProduct-tabs {
    margin: 3.1% 0 2.8%;
  }
  #heroCarousel .item .item-text .inner {
    max-width: 360px;
  }
}

@media only all and (min-width: 36em) {
  #heroCarousel .item .item-text .inner {
    max-width: 22.5rem;
  }
}

@media (min-width: 36em) {
  #homeItems .item h4 {
    padding: 5px 12px;
    font-size: 16px;
  }
}

@media only all and (min-width: 36em) {
  #homeItems .item h4 {
    padding: 0.3125rem 0.75rem;
  }
}

@media only all and (min-width: 36em) {
  #homeItems .item h4 {
    font-size: 1rem;
  }
}

@media (min-width: 36em) {
  #homeItems .item .label-sale {
    top: 10px;
    right: 9px;
    width: 64px;
    padding: 16px 0px;
    font-size: 16px;
  }
}

@media only all and (min-width: 36em) {
  #homeItems .item .label-sale {
    top: 0.625rem;
  }
}

@media only all and (min-width: 36em) {
  #homeItems .item .label-sale {
    right: 0.5625rem;
  }
}

@media only all and (min-width: 36em) {
  #homeItems .item .label-sale {
    width: 4rem;
  }
}

@media only all and (min-width: 36em) {
  #homeItems .item .label-sale {
    padding: 1rem 0rem;
  }
}

@media only all and (min-width: 36em) {
  #homeItems .item .label-sale {
    font-size: 1rem;
  }
}

@media (min-width: 36em) {
  #homeItems .item .button {
    padding: 9px 12px;
    font-size: 16px;
  }
}

@media only all and (min-width: 36em) {
  #homeItems .item .button {
    padding: 0.5625rem 0.75rem;
  }
}

@media only all and (min-width: 36em) {
  #homeItems .item .button {
    font-size: 1rem;
  }
}

@media (min-width: 36em) {
  #homeItems .item.medium .button {
    display: block;
  }
  #homeItems .item.small .button {
    display: block;
  }
  #homeItems .item.large .banner-text {
    padding: 33px 12px 39px;
    background: rgb( 255, 255, 255 );
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    text-align: center;
  }
}

@media only all and (min-width: 36em) {
  #homeItems .item.large .banner-text {
    padding: 2.0625rem 0.75rem 2.4375rem;
  }
}

@media (min-width: 36em) {
  #homeItems .item.large .banner-text h4 {
    background: none;
    font-size: 30px;
    padding: 0;
  }
}

@media only all and (min-width: 36em) {
  #homeItems .item.large .banner-text h4 {
    font-size: 1.875rem;
  }
}

@media (min-width: 36em) {
  #homeItems .item.large .banner-text p {
    display: block;
    max-width: 422px;
    margin: 0 auto;
  }
}

@media only all and (min-width: 36em) {
  #homeItems .item.large .banner-text p {
    max-width: 26.375rem;
  }
}

@media (min-width: 36em) {
  #homeItems .item.large .banner-text .button {
    display: none;
  }
  .brandLogos {
    padding: 1.4% 0 3.6%;
  }
  .brandLogos .item img {
    display: inline-block;
    height: 100%;
  }
  #GBLatest {
    margin-bottom: 3%;
  }
  #GBLatest .latestWrapper .list-items .item.tw .inner p {
    font-size: 20px;
    line-height: 26px;
  }
}

@media only all and (min-width: 36em) {
  #GBLatest .latestWrapper .list-items .item.tw .inner p {
    font-size: 1.25rem;
  }
}

@media only all and (min-width: 36em) {
  #GBLatest .latestWrapper .list-items .item.tw .inner p {
    line-height: 1.625rem;
  }
}

@media (min-width: 36em) {
  #GBLatest .latestWrapper .list-items .item.tw .inner:before {
    bottom: 15px;
    right: 10px;
    height: 22px;
    width: 22px;
  }
}

@media only all and (min-width: 36em) {
  #GBLatest .latestWrapper .list-items .item.tw .inner:before {
    bottom: 0.9375rem;
  }
}

@media only all and (min-width: 36em) {
  #GBLatest .latestWrapper .list-items .item.tw .inner:before {
    right: 0.625rem;
  }
}

@media only all and (min-width: 36em) {
  #GBLatest .latestWrapper .list-items .item.tw .inner:before {
    height: 1.375rem;
  }
}

@media only all and (min-width: 36em) {
  #GBLatest .latestWrapper .list-items .item.tw .inner:before {
    width: 1.375rem;
  }
}

@media (min-width: 60em) {
  #heroCarousel .item {
    height: 0;
    padding-bottom: 36.8%; /*Changed from 39.6%;*/
    background-position: top;
  }
  #heroCarousel .item .item-text {
    margin-top: -31px;
    position: absolute;
    right: 147px;
    padding: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    margin-top: -62px;
    text-align: right;
  }
  #heroCarousel .item .item-text .inner {
    text-align: left;
    max-width: 700px;
    padding: 50px 58px 56px;
  }
}

@media only all and (min-width: 60em) {
  #heroCarousel .item .item-text .inner {
    max-width: 43.75rem;
  }
}

@media only all and (min-width: 60em) {
  #heroCarousel .item .item-text .inner {
    padding: 3.125rem 3.625rem 3.5rem;
  }
}

@media (min-width: 60em) {
  #heroCarousel .item .item-text .inner h2 {
    font-size: 48px;
    margin-bottom: 2px;
  }
}

@media only all and (min-width: 60em) {
  #heroCarousel .item .item-text .inner h2 {
    font-size: 3rem;
  }
}

@media only all and (min-width: 60em) {
  #heroCarousel .item .item-text .inner h2 {
    margin-bottom: 0.125rem;
  }
}

@media (min-width: 60em) {
  #heroCarousel .item .item-text .inner p {
    margin-bottom: 21px;
  }
}

@media only all and (min-width: 60em) {
  #heroCarousel .item .item-text .inner p {
    margin-bottom: 1.3125rem;
  }
}

@media (min-width: 60em) {
  #heroCarousel .item .item-text .inner .button {
    font-size: 15px;
    padding: 17px 0px;
    width: 188px;
  }
}

@media only all and (min-width: 60em) {
  #heroCarousel .item .item-text .inner .button {
    font-size: 0.9375rem;
  }
}

@media only all and (min-width: 60em) {
  #heroCarousel .item .item-text .inner .button {
    padding: 1.0625rem 0rem;
  }
}

@media only all and (min-width: 60em) {
  #heroCarousel .item .item-text .inner .button {
    width: 11.75rem;
  }
}

@media (min-width: 60em) {
  #heroCarousel #progressBar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: #e7e7e7;
    z-index: 2;
  }
}

@media only all and (min-width: 60em) {
  #heroCarousel #progressBar {
    height: 0.3125rem;
  }
}

@media (min-width: 60em) {
  #heroCarousel #progressBar #bar {
    height: 5px;
    background: #001825;
    width: 0;
    max-width: 100%;
  }
}

@media only all and (min-width: 60em) {
  #heroCarousel #progressBar #bar {
    height: 0.3125rem;
  }
}

@media (min-width: 60em) {
  #heroCarousel .custom-dots-box {
    background: rgb( 240, 240, 240 );
    background: rgba(240, 240, 240, 0.9);
    bottom: 5px;
  }
}

@media only all and (min-width: 60em) {
  #heroCarousel .custom-dots-box {
    bottom: 0.3125rem;
  }
}

@media (min-width: 60em) {
  #heroCarousel .custom-dots-box .owl-dots {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    font-size: 0;
  }
  #heroCarousel .custom-dots-box .owl-dots .owl-dot {
    position: relative;
    padding: 21px 65px 10px;
  }
}

@media only all and (min-width: 60em) {
  #heroCarousel .custom-dots-box .owl-dots .owl-dot {
    padding: 1.3125rem 4.0625rem 0.625rem;
  }
}

@media (min-width: 60em) {
  #heroCarousel .custom-dots-box .owl-dots .owl-dot .dot-text h5 {
    font-size: 15px;
    color: #a2a2a2;
    text-transform: uppercase;
    letter-spacing: -0.05em;
    line-height: 1;
  }
}

@media only all and (min-width: 60em) {
  #heroCarousel .custom-dots-box .owl-dots .owl-dot .dot-text h5 {
    font-size: 0.9375rem;
  }
}

@media (min-width: 60em) {
  #heroCarousel .custom-dots-box .owl-dots .owl-dot .dot-text p {
    font-size: 13px;
    color: #a2a2a2;
    line-height: 1.3em;
  }
}

@media only all and (min-width: 60em) {
  #heroCarousel .custom-dots-box .owl-dots .owl-dot .dot-text p {
    font-size: 0.8125rem;
  }
}

@media (min-width: 60em) {
  #heroCarousel .custom-dots-box .owl-dots .owl-dot span {
    background: none !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #heroCarousel .custom-dots-box .owl-dots .owl-dot.active {
    background: #fff;
  }
  #heroCarousel .custom-dots-box .owl-dots .owl-dot.active .dot-text h5, #heroCarousel .custom-dots-box .owl-dots .owl-dot.active .dot-text p {
    color: #001825;
  }
  #heroCarousel .custom-dots-box .owl-dots .owl-dot:hover .dot-text h5, #heroCarousel .custom-dots-box .owl-dots .owl-dot:hover .dot-text p {
    color: #001825;
  }
  #homeItems .box-left {
    float: left;
    width: 75.38%;
    position: relative;
  }
  #homeItems .box-left .item.large.first {
    width: 66.3%;
    padding-right: 0.9%;
  }
  #homeItems .box-left .item.large.last {
    width: 67.28%;
    padding: 0 0.9%;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #homeItems .box-left .item.medium {
    width: 33.7%;
    padding: 0 0.9%;
  }
  #homeItems .box-left .item.small {
    clear: left;
    width: 32.82%;
    padding: 1.8% 0.9% 0 0;
  }
  #homeItems .box-right {
    float: right;
    width: 24.62%;
  }
  #homeItems .box-right .item {
    padding: 0 0 6% 2.8%;
    width: 100%;
  }
  .brandLogos {
    padding: 1.6% 0 2.9%;
  }
  #GBLatest {
    margin-bottom: 0;
  }
  #GBLatest .latestWrapper {
    margin-top: -116px;
  }
}

@media only all and (min-width: 60em) {
  #GBLatest .latestWrapper {
    margin-top: -7.25rem;
  }
}

@media (min-width: 60em) {
  #GBLatest .latestWrapper .list-items .item {
    width: 23.14%;
    margin: 0 2.48% 2.48% 0;
  }
  #GBLatest .latestWrapper .list-items .item.video .play:after {
    width: 40.6%;
    height: 40.6%;
    margin: -20.3% -20.3% 0 0;
  }
  #GBLatest .latestWrapper .list-items .item.tw .inner p {
    font-size: 16px;
    line-height: 20px;
  }
}

@media only all and (min-width: 60em) {
  #GBLatest .latestWrapper .list-items .item.tw .inner p {
    font-size: 1rem;
  }
}

@media only all and (min-width: 60em) {
  #GBLatest .latestWrapper .list-items .item.tw .inner p {
    line-height: 1.25rem;
  }
}

@media (min-width: 60em) {
  #GBLatest .latestWrapper .list-items .item:last-child {
    margin-right: 0;
  }
  #GBLatest .latestWrapper .list-items:nth-child(2) {
    clear: left;
  }
  #newsletter-popup {
    width: 670px;
    position: relative;
  }
}

@media only all and (min-width: 60em) {
  #newsletter-popup {
    width: 41.875rem;
  }
}

@media (min-width: 60em) {
  #newsletter-popup .col-img {
    width: 44%;
    text-align: left;
  }
  #newsletter-popup .col-img img {
    max-width: 100%;
    width: auto;
  }
  #newsletter-popup .col-form {
    width: 56%;
    left: 44%;
    max-width: 370px;
    padding-top: 15%;
    text-align: left;
  }
}

@media only all and (min-width: 60em) {
  #newsletter-popup .col-form {
    max-width: 23.125rem;
  }
}

@media (min-width: 60em) {
  @supports (transform: translateY(-50%)) {
    #newsletter-popup .col-form {
      padding-top: 0;
      transform: translateY(-50%);
      position: absolute;
      top: 50%;
    }
  }
}

@media (min-width: 60em) and (-webkit-transform-3d), (min-width: 60em) and (transform-3d) {
  #newsletter-popup .col-form {
    padding-top: 0;
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
  }
}

@media (min-width: 60em) {
  #newsletter-popup .col-form h2 {
    font-size: 83.5px;
  }
}

@media only all and (min-width: 60em) {
  #newsletter-popup .col-form h2 {
    font-size: 5.21875rem;
  }
}

@media (min-width: 60em) {
  #newsletter-popup .col-form label {
    font-size: 19px;
    margin-bottom: 18px;
  }
}

@media only all and (min-width: 60em) {
  #newsletter-popup .col-form label {
    font-size: 1.1875rem;
  }
}

@media only all and (min-width: 60em) {
  #newsletter-popup .col-form label {
    margin-bottom: 1.125rem;
  }
}

@media (min-width: 60em) {
  #newsletter-popup .col-form .button {
    margin-top: 14px;
  }
}

@media only all and (min-width: 60em) {
  #newsletter-popup .col-form .button {
    margin-top: 0.875rem;
  }
}

@media (min-width: 80em) {
  #homeItems .item .label-sale {
    top: 15px;
    right: 10px;
    width: 110px;
    padding: 29px 0px;
    font-size: 26px;
  }
}

@media only all and (min-width: 80em) {
  #homeItems .item .label-sale {
    top: 0.9375rem;
  }
}

@media only all and (min-width: 80em) {
  #homeItems .item .label-sale {
    right: 0.625rem;
  }
}

@media only all and (min-width: 80em) {
  #homeItems .item .label-sale {
    width: 6.875rem;
  }
}

@media only all and (min-width: 80em) {
  #homeItems .item .label-sale {
    padding: 1.8125rem 0rem;
  }
}

@media only all and (min-width: 80em) {
  #homeItems .item .label-sale {
    font-size: 1.625rem;
  }
}

@media (min-width: 80em) {
  #GBLatest .latestWrapper .list-items .item.tw .inner p {
    font-size: 20px;
    line-height: 26px;
  }
}

@media only all and (min-width: 80em) {
  #GBLatest .latestWrapper .list-items .item.tw .inner p {
    font-size: 1.25rem;
  }
}

@media only all and (min-width: 80em) {
  #GBLatest .latestWrapper .list-items .item.tw .inner p {
    line-height: 1.625rem;
  }
}

@media only screen and (max-width: 959px) {
  #GBLatest .item:nth-child(2n+1) {
    clear: left;
  }
}

.category-banner {
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -khtml-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 320px;
  margin-bottom: 15px;
  position: relative;
}

@media only all {
  .category-banner {
    height: 20rem;
  }
}

@media only all {
  .category-banner {
    margin-bottom: 0.9375rem;
  }
}

.category-banner .page-title {
  background: rgb( 0, 0, 0 );
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px 0px;
}

@media only all {
  .category-banner .page-title {
    padding: 0.75rem 0rem;
  }
}

.category-banner .page-title h1 {
  color: #fff;
  font-size: 24px;
  padding: 0px 16px;
}

@media only all {
  .category-banner .page-title h1 {
    font-size: 1.5rem;
  }
}

@media only all {
  .category-banner .page-title h1 {
    padding: 0rem 1rem;
  }
}

.single-post .category-banner {
  background-position: center center;
}

.single-post .news-single-banner > .smallBannerRow {
  padding: 0;
  height: auto;
}

.category-title {
  padding: 30px 0px 25px;
}

@media only all {
  .category-title {
    padding: 1.875rem 0rem 1.5625rem;
  }
}

.category-title h1 {
  font-size: 24px;
}

@media only all {
  .category-title h1 {
    font-size: 1.5rem;
  }
}

.category-search-title h1 {
  margin-bottom: 6px;
}

@media only all {
  .category-search-title h1 {
    margin-bottom: 0.375rem;
  }
}

.category-search-title .nav-search {
  font-size: 0;
}

.category-search-title .nav-search li {
  display: inline-block;
  font-family: "Proxima N W01 Bold", arial, helvetica, sans-serif;
  position: relative;
  font-size: 14px;
  margin-right: 1px;
  padding: 0px 14px;
}

@media only all {
  .category-search-title .nav-search li {
    font-size: 0.875rem;
  }
}

@media only all {
  .category-search-title .nav-search li {
    margin-right: 0.0625rem;
  }
}

@media only all {
  .category-search-title .nav-search li {
    padding: 0rem 0.875rem;
  }
}

.category-search-title .nav-search li:after {
  content: '';
  border-right: 1px solid #dedede;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  right: -1px;
  height: 16px;
}

@media only all {
  .category-search-title .nav-search li:after {
    margin-top: -0.5rem;
  }
}

@media only all {
  .category-search-title .nav-search li:after {
    right: -0.0625rem;
  }
}

@media only all {
  .category-search-title .nav-search li:after {
    height: 1rem;
  }
}

.category-search-title .nav-search li a {
  color: #a7a7a7;
}

.category-search-title .nav-search li a:hover, .category-search-title .nav-search li a.active {
  color: #00a7e6;
}

.category-search-title .nav-search li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.category-search-title .nav-search li:last-child:after {
  display: none;
}

.category-search-title .nav-search li:first-child {
  padding-left: 0;
}

.product-grid .owl-carousel .item .image.expand span.label-text {
  margin-right: 0;
  right: 12px;
}

@media only all {
  .product-grid .owl-carousel .item .image.expand span.label-text {
    right: 0.75rem;
  }
}

@media (min-width: 60em) {
  .product-grid .owl-carousel .item .image.expand.hover span.label-text {
    right: 20px;
  }
}

@media only all and (min-width: 60em) {
  .product-grid .owl-carousel .item .image.expand.hover span.label-text {
    right: 1.25rem;
  }
}

.product-grid .owl-carousel .item .image.expand.hover .expand {
  width: 100%;
  padding-bottom: 47px;
}

@media only all {
  .product-grid .owl-carousel .item .image.expand.hover .expand {
    padding-bottom: 2.9375rem;
  }
}

.product-grid .owl-carousel .item .image .expand {
  width: 100%;
}

.product-grid .owl-carousel .item .image .expand img {
  width: 100%;
  height: auto;
}

.product-grid .owl-carousel .item .image .expand.hover {
  width: 100%;
}

.product-grid .item {
  float: left;
  text-align: left;
  width: 48%;
  margin-right: 4%;
  margin-bottom: 3.2%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.product-grid .item.hover-expand {
  z-index: 2;
}

.product-grid .item .image {
  position: relative;
  margin-bottom: 9px;
}

@media only all {
  .product-grid .item .image {
    margin-bottom: 0.5625rem;
  }
}

@media (min-width: 60em) and (max-width: 103em) {
  .product-grid .item .image.hover.vertically .expand img {
    width: auto;
  }
}

@media (min-width: 60em) and (max-width: 103em) {
  .product-grid .item .image.vertically .expand img {
    width: 100%;
  }
}

.product-grid .item .image .expand {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  left: 50%;
  top: 0px;
  position: absolute;
  z-index: 5;
  height: 100%;
  width: auto;
  overflow: hidden;
}

@media only all {
  .product-grid .item .image .expand {
    top: 0rem;
  }
}

.product-grid .item .image .expand img {
  height: 100%;
  width: auto;
  padding: 0;
  margin: 0 auto;
  display: block;
}

.product-grid .item .image.expand.hover {
  overflow: hidden;
}

.product-grid .item .image.expand.hover .expand {
  width: auto;
}

.product-grid .item .image.expand {
  padding-bottom: 100%;
  overflow: hidden;
}

.product-grid .item .image.expand.vertically .expand {
  width: 100%;
  height: auto;
}

.product-grid .item .name {
  font-size: 13px;
  line-height: 1.2em;
  display: block;
}

@media only all {
  .product-grid .item .name {
    font-size: 0.8125rem;
  }
}

.product-grid .item .expand .price-box .price {
  color: #fff;
}

.product-grid .item .price-box span {
  font-size: 13px;
  font-family: "Proxima N W01 Bold", arial, helvetica, sans-serif;
  font-weight: 800;
}

@media only all {
  .product-grid .item .price-box span {
    font-size: 0.8125rem;
  }
}

.product-grid .item .price-box .price {
  color: #111111;
  font-weight: normal;
}

.product-grid .item .price-box .old-price {
  color: #a5a5a5;
  text-decoration: line-through;
  font-weight: normal;
}

.product-grid .item .price-box .sale-price {
  color: #d90073;
  margin-right: 4px;
  font-weight: normal;
}

@media only all {
  .product-grid .item .price-box .sale-price {
    margin-right: 0.25rem;
  }
}

.product-grid .item:last-child {
  margin-right: 0;
}

.category-search-list li {
  border-top: 1px solid #dedede;
  padding: 15px 0px;
}

@media only all {
  .category-search-list li {
    padding: 0.9375rem 0rem;
  }
}

.category-search-list li h5 {
  font-size: 16px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  color: #00a7e6;
  margin-bottom: 8px;
}

@media only all {
  .category-search-list li h5 {
    font-size: 1rem;
  }
}

@media only all {
  .category-search-list li h5 {
    margin-bottom: 0.5rem;
  }
}

.category-search-list li p {
  margin-bottom: 14px;
}

@media only all {
  .category-search-list li p {
    margin-bottom: 0.875rem;
  }
}

.category-search-list li p:last-child {
  margin-bottom: 0;
}

.toolbar .pages {
  text-align: center;
}

.toolbar .pages ul {
  font-size: 0;
}

.toolbar .pages ul li {
  display: inline-block;
}

.toolbar .pages ul li a, .toolbar .pages ul li span {
  width: 35px;
  height: 35px;
  display: block;
  border: 1px solid #dedede;
  border-right: none;
  font-size: 13px;
  line-height: 37px;
}

@media only all {
  .toolbar .pages ul li a, .toolbar .pages ul li span {
    width: 2.1875rem;
  }
}

@media only all {
  .toolbar .pages ul li a, .toolbar .pages ul li span {
    height: 2.1875rem;
  }
}

@media only all {
  .toolbar .pages ul li a, .toolbar .pages ul li span {
    font-size: 0.8125rem;
  }
}

@media only all {
  .toolbar .pages ul li a, .toolbar .pages ul li span {
    line-height: 2.3125rem;
  }
}

.toolbar .pages ul li span {
  background: #00a7e6;
  border: 1px solid #00a7e6;
  color: #fff;
}

.toolbar .pages ul li .next {
  background: #f0f0f0 url(../svg/icon-caret-right-black.svg) no-repeat center center;
  text-indent: -9999px;
}

.toolbar .pages ul li .previous {
  background: #f0f0f0 url(../svg/icon-caret-left-black.svg) no-repeat center center;
  text-indent: -9999px;
}

.toolbar .pages ul li:last-child a, .toolbar .pages ul li:last-child span {
  border-right: 1px solid #dedede;
}

.toolbar .sorter {
  padding-bottom: 15px;
}

@media only all {
  .toolbar .sorter {
    padding-bottom: 0.9375rem;
  }
}

.toolbar .sorter .selectWrapper:after {
  top: 3px;
}

.toolbar .sorter .selectWrapper select {
  padding: 10.5px 10px;
}

@media only all {
  .toolbar .sorter .selectWrapper select {
    padding: 0.65625rem 0.625rem;
  }
}

.category-box .toolbar .pages {
  padding: 20px 0px;
  margin-bottom: 15px;
  border-top: 1px solid #dedede;
}

@media only all {
  .category-box .toolbar .pages {
    padding: 1.25rem 0rem;
  }
}

@media only all {
  .category-box .toolbar .pages {
    margin-bottom: 0.9375rem;
  }
}

.category-landing-box .product-tabs {
  padding-bottom: 30px;
}

@media only all {
  .category-landing-box .product-tabs {
    padding-bottom: 1.875rem;
  }
}

.category-description {
  max-width: 810px;
  padding: 36px 16px 34px;
  margin: 0 auto;
  border-top: 1px solid #dedede;
}

@media only all {
  .category-description {
    max-width: 50.625rem;
  }
}

@media only all {
  .category-description {
    padding: 2.25rem 1rem 2.125rem;
  }
}

@media (min-width: 60em) {
  .category-description {
    padding: 2px 16px 0px;
  }
}

@media only all and (min-width: 60em) {
  .category-description {
    padding: 0.125rem 1rem 0rem;
  }
}

.category-description p {
  margin-bottom: 14px;
}

@media only all {
  .category-description p {
    margin-bottom: 0.875rem;
  }
}

.category-description p:last-child {
  margin-bottom: 0;
}

.filter-title {
  overflow: hidden;
  border-top: 5px solid #001825;
  border-bottom: 1px solid #dedede;
  position: relative;
}

.filter-title h3 {
  position: relative;
  z-index: 1;
  font-size: 13px;
  letter-spacing: -0.05em;
  margin: 0;
  color: #001825;
  text-transform: uppercase;
  line-height: 18px;
  padding: 18px 0px 14px;
  margin: 0px 10px;
  cursor: pointer;
}

@media only all {
  .filter-title h3 {
    font-size: 0.8125rem;
  }
}

@media only all {
  .filter-title h3 {
    line-height: 1.125rem;
  }
}

@media only all {
  .filter-title h3 {
    padding: 1.125rem 0rem 0.875rem;
  }
}

@media only all {
  .filter-title h3 {
    margin: 0rem 0.625rem;
  }
}

.filter-title h3:after {
  content: '';
  float: right;
  height: 18px;
  width: 12px;
  display: inline;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  background: url(../svg/icon-down-black.svg) no-repeat center right;
}

@media only all {
  .filter-title h3:after {
    height: 1.125rem;
  }
}

@media only all {
  .filter-title h3:after {
    width: 0.75rem;
  }
}

.filter-title h3.active:after {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
}

.filter-title .clear-all {
  position: absolute;
  z-index: 2;
  top: 18px;
  right: 0;
  width: auto;
}

@media only all {
  .filter-title .clear-all {
    top: 1.125rem;
  }
}

.filter-title .clear-all a {
  font-size: 13px;
  line-height: 18px;
  color: #001825;
  float: right;
}

@media only all {
  .filter-title .clear-all a {
    font-size: 0.8125rem;
  }
}

@media only all {
  .filter-title .clear-all a {
    line-height: 1.125rem;
  }
}

.filter-title .clear-all a:hover {
  text-decoration: underline;
}

.filter-content .filter-subtitle {
  overflow: hidden;
  border-top: 1px solid #dedede;
  padding: 15px 0px 2px;
  margin-top: 15px;
}

@media only all {
  .filter-content .filter-subtitle {
    padding: 0.9375rem 0rem 0.125rem;
  }
}

@media only all {
  .filter-content .filter-subtitle {
    margin-top: 0.9375rem;
  }
}

.filter-content .filter-subtitle h4 {
  float: left;
  font-size: 14px;
  font-family: "Proxima N W01 Bold", arial, helvetica, sans-serif;
  font-weight: normal;
  color: #001825;
}

@media only all {
  .filter-content .filter-subtitle h4 {
    font-size: 0.875rem;
  }
}

.filter-content .filter-subtitle:first-child {
  margin-top: 0px;
  border: none;
}

@media only all {
  .filter-content .filter-subtitle:first-child {
    margin-top: 0rem;
  }
}

.filter-content .filter-list-checkbox {
  padding-bottom: 3px;
  overflow: hidden;
}

@media only all {
  .filter-content .filter-list-checkbox {
    padding-bottom: 0.1875rem;
  }
}

.filter-content .filter-list-checkbox li {
  margin-top: 11px;
}

@media only all {
  .filter-content .filter-list-checkbox li {
    margin-top: 0.6875rem;
  }
}

.filter-content .filter-list-checkbox li a {
  background: url("../images/filter-uncheck.png") no-repeat 0 0;
  font-size: 13px;
  line-height: 16px;
  padding: 0px 0px 0px 24px;
  display: block;
  color: #111111;
}

@media only all {
  .filter-content .filter-list-checkbox li a {
    font-size: 0.8125rem;
  }
}

@media only all {
  .filter-content .filter-list-checkbox li a {
    line-height: 1rem;
  }
}

@media only all {
  .filter-content .filter-list-checkbox li a {
    padding: 0rem 0rem 0rem 1.5rem;
  }
}

.filter-content .filter-list-checkbox li a:hover {
  background-image: url("../images/filter-check.png");
  font-family: "Proxima N W01 Bold", arial, helvetica, sans-serif;
}

.filter-content .filter-list-checkbox li.active a {
  background-image: url("../images/filter-check.png");
  font-family: "Proxima N W01 Bold", arial, helvetica, sans-serif;
}

.filter-content .filter-list-checkbox li.hidefade {
  margin: 0;
}

.filter-content .filter-list-checkbox li.showfade {
  margin-top: 11px;
}

@media only all {
  .filter-content .filter-list-checkbox li.showfade {
    margin-top: 0.6875rem;
  }
}

.filter-content .btn-more, .filter-content .btn-less {
  font-size: 13px;
  color: #001825;
  margin-top: 7px;
  display: inline-block;
}

@media only all {
  .filter-content .btn-more, .filter-content .btn-less {
    font-size: 0.8125rem;
  }
}

@media only all {
  .filter-content .btn-more, .filter-content .btn-less {
    margin-top: 0.4375rem;
  }
}

.filter-content .btn-more:hover, .filter-content .btn-less:hover {
  text-decoration: underline;
}

.filter-content .btn-less {
  display: none;
}

@media (min-width: 36em) {
  .category-banner {
    height: auto;
    margin-bottom: 0;
  }
  .category-banner > .row {
    padding: 18% 0;
  }
  .category-banner .page-title {
    padding: 24px 0px;
    position: relative;
  }
}

@media only all and (min-width: 36em) {
  .category-banner .page-title {
    padding: 1.5rem 0rem;
  }
}

@media (min-width: 36em) {
  .category-banner .page-title h1 {
    font-size: 36px;
  }
}

@media only all and (min-width: 36em) {
  .category-banner .page-title h1 {
    font-size: 2.25rem;
  }
}

@media (min-width: 36em) {
  .category-title {
    padding: 38px 0px 34px;
  }
}

@media only all and (min-width: 36em) {
  .category-title {
    padding: 2.375rem 0rem 2.125rem;
  }
}

@media (min-width: 36em) {
  .category-title h1 {
    font-size: 30px;
  }
}

@media only all and (min-width: 36em) {
  .category-title h1 {
    font-size: 1.875rem;
  }
}

@media (min-width: 36em) {
  .category-search-title h1 {
    margin-bottom: 9px;
  }
}

@media only all and (min-width: 36em) {
  .category-search-title h1 {
    margin-bottom: 0.5625rem;
  }
}

@media (min-width: 36em) {
  .category-search-title .nav-search li {
    font-size: 16px;
    padding: 0px 20px;
  }
}

@media only all and (min-width: 36em) {
  .category-search-title .nav-search li {
    font-size: 1rem;
  }
}

@media only all and (min-width: 36em) {
  .category-search-title .nav-search li {
    padding: 0rem 1.25rem;
  }
}

@media (min-width: 36em) {
  .product-grid .item {
    width: 22.69%;
    margin-right: 3.08%;
    margin-bottom: 2.25%;
  }
  .product-grid .item:nth-child(4n) {
    margin-right: 0;
  }
  .product-grid .item:nth-child(2n+1) {
    clear: left;
  }
}

@media (min-width: 36em) and (min-width: 36em) {
  .product-grid .item:nth-child(2n+1) {
    clear: none;
  }
  .product-grid .item:nth-child(4n+1) {
    clear: left;
  }
}

@media (min-width: 36em) {
  .product-grid .item .image {
    position: relative;
    margin-bottom: 12px;
  }
}

@media only all and (min-width: 36em) {
  .product-grid .item .image {
    margin-bottom: 0.75rem;
  }
}

@media (min-width: 36em) {
  .product-grid .item .image.expand {
    margin-bottom: 11px;
  }
}

@media only all and (min-width: 36em) {
  .product-grid .item .image.expand {
    margin-bottom: 0.6875rem;
  }
}

@media (min-width: 36em) and (min-width: 60em) {
  .product-grid .item .image.expand span.label-text {
    right: 18px;
    margin-right: 15%;
  }
}

@media only all and (min-width: 36em) and (min-width: 60em) {
  .product-grid .item .image.expand span.label-text {
    right: 1.125rem;
  }
}

@media (min-width: 36em) {
  .product-grid .item .image.expand.hover span.label-text {
    margin-right: 0;
  }
}

@media (min-width: 36em) and (min-width: 60em) {
  .product-grid .item .image.expand.hover span.label-text {
    top: 18px;
  }
}

@media only all and (min-width: 36em) and (min-width: 60em) {
  .product-grid .item .image.expand.hover span.label-text {
    top: 1.125rem;
  }
}

@media (min-width: 36em) {
  .product-grid .item .image.expand.vertically span.label-text {
    right: 10px;
    margin-right: 0;
  }
}

@media only all and (min-width: 36em) {
  .product-grid .item .image.expand.vertically span.label-text {
    right: 0.625rem;
  }
}

@media (min-width: 36em) and (min-width: 60em) {
  .product-grid .item .image.expand.vertically.hover span.label-text {
    right: 18px;
  }
}

@media only all and (min-width: 36em) and (min-width: 60em) {
  .product-grid .item .image.expand.vertically.hover span.label-text {
    right: 1.125rem;
  }
}

@media (min-width: 36em) {
  .product-grid .item .name {
    font-size: 15px;
    margin-bottom: 4px;
  }
}

@media only all and (min-width: 36em) {
  .product-grid .item .name {
    font-size: 0.9375rem;
  }
}

@media only all and (min-width: 36em) {
  .product-grid .item .name {
    margin-bottom: 0.25rem;
  }
}

@media (min-width: 36em) {
  .product-grid .item .price-box span {
    font-size: 15px;
  }
}

@media only all and (min-width: 36em) {
  .product-grid .item .price-box span {
    font-size: 0.9375rem;
  }
}

@media (min-width: 36em) {
  .product-grid .item:last-child {
    margin-right: 0;
  }
  .category-search-list li {
    padding: 25px 0px;
  }
}

@media only all and (min-width: 36em) {
  .category-search-list li {
    padding: 1.5625rem 0rem;
  }
}

@media (min-width: 36em) {
  .category-search-list li h5 {
    font-size: 18px;
    margin-bottom: 8px;
  }
}

@media only all and (min-width: 36em) {
  .category-search-list li h5 {
    font-size: 1.125rem;
  }
}

@media only all and (min-width: 36em) {
  .category-search-list li h5 {
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 36em) {
  .category-search-list li p {
    margin-bottom: 22px;
  }
}

@media only all and (min-width: 36em) {
  .category-search-list li p {
    margin-bottom: 1.375rem;
  }
}

@media (min-width: 36em) {
  .toolbar {
    position: relative;
  }
  .toolbar .pages ul li a, .toolbar .pages ul li span {
    width: 41px;
    height: 41px;
    font-size: 15px;
    line-height: 41px;
  }
}

@media only all and (min-width: 36em) {
  .toolbar .pages ul li a, .toolbar .pages ul li span {
    width: 2.5625rem;
  }
}

@media only all and (min-width: 36em) {
  .toolbar .pages ul li a, .toolbar .pages ul li span {
    height: 2.5625rem;
  }
}

@media only all and (min-width: 36em) {
  .toolbar .pages ul li a, .toolbar .pages ul li span {
    font-size: 0.9375rem;
  }
}

@media only all and (min-width: 36em) {
  .toolbar .pages ul li a, .toolbar .pages ul li span {
    line-height: 2.5625rem;
  }
}

@media (min-width: 36em) {
  .toolbar .sorter .selectWrapper:after {
    top: 4px;
  }
  .toolbar .sorter .selectWrapper select {
    padding: 10px 14px;
  }
}

@media only all and (min-width: 36em) {
  .toolbar .sorter .selectWrapper select {
    padding: 0.625rem 0.875rem;
  }
}

@media (min-width: 36em) {
  .category-landing-box .product-tabs {
    padding-bottom: 4%;
  }
  .category-description p {
    margin-bottom: 22px;
  }
}

@media only all and (min-width: 36em) {
  .category-description p {
    margin-bottom: 1.375rem;
  }
}

@media (min-width: 36em) {
  .category-description p a.more, .category-description p a.less {
    color: #00a7e6;
    font-weight: bold;
  }
  .filter-title h3 {
    padding: 24px 0px 23px;
    font-size: 15px;
  }
}

@media only all and (min-width: 36em) {
  .filter-title h3 {
    padding: 1.5rem 0rem 1.4375rem;
  }
}

@media only all and (min-width: 36em) {
  .filter-title h3 {
    font-size: 0.9375rem;
  }
}

@media (min-width: 36em) {
  .filter-title .clear-all {
    position: absolute;
    z-index: 2;
    top: 24px;
  }
}

@media only all and (min-width: 36em) {
  .filter-title .clear-all {
    top: 1.5rem;
  }
}

@media (min-width: 36em) {
  .filter-title .clear-all a {
    font-size: 15px;
  }
}

@media only all and (min-width: 36em) {
  .filter-title .clear-all a {
    font-size: 0.9375rem;
  }
}

@media (min-width: 36em) {
  .filter-content .filter-subtitle {
    padding: 23px 0px 5px;
    margin-top: 24px;
  }
}

@media only all and (min-width: 36em) {
  .filter-content .filter-subtitle {
    padding: 1.4375rem 0rem 0.3125rem;
  }
}

@media only all and (min-width: 36em) {
  .filter-content .filter-subtitle {
    margin-top: 1.5rem;
  }
}

@media (min-width: 36em) {
  .filter-content .filter-subtitle h4 {
    font-size: 16px;
  }
}

@media only all and (min-width: 36em) {
  .filter-content .filter-subtitle h4 {
    font-size: 1rem;
  }
}

@media (min-width: 36em) {
  .filter-content .filter-list-checkbox li a, .filter-content .filter-list-checkbox li span {
    font-size: 15px;
  }
}

@media only all and (min-width: 36em) {
  .filter-content .filter-list-checkbox li a, .filter-content .filter-list-checkbox li span {
    font-size: 0.9375rem;
  }
}

@media (min-width: 36em) {
  .filter-content .btn-more, .filter-content .btn-less {
    font-size: 15px;
    margin-top: 11px;
  }
}

@media only all and (min-width: 36em) {
  .filter-content .btn-more, .filter-content .btn-less {
    font-size: 0.9375rem;
  }
}

@media only all and (min-width: 36em) {
  .filter-content .btn-more, .filter-content .btn-less {
    margin-top: 0.6875rem;
  }
}

@media (min-width: 60em) {
  .category-banner > .row {
    padding: 14.2% 0;
  }
  .category-banner .page-title {
    padding: 38px 0px;
  }
}

@media only all and (min-width: 60em) {
  .category-banner .page-title {
    padding: 2.375rem 0rem;
  }
}

@media (min-width: 60em) {
  .category-banner .page-title h1 {
    font-size: 48px;
  }
}

@media only all and (min-width: 60em) {
  .category-banner .page-title h1 {
    font-size: 3rem;
  }
}

@media (min-width: 60em) {
  .category-title {
    padding: 0px 0px 60px;
  }
}

@media only all and (min-width: 60em) {
  .category-title {
    padding: 0rem 0rem 3.75rem;
  }
}

@media (min-width: 60em) {
  .category-title h1 {
    font-size: 36px;
  }
}

@media only all and (min-width: 60em) {
  .category-title h1 {
    font-size: 2.25rem;
  }
}

@media (min-width: 60em) {
  .category-search-title {
    padding: 59px 0px 65px;
  }
}

@media only all and (min-width: 60em) {
  .category-search-title {
    padding: 3.6875rem 0rem 4.0625rem;
  }
}

@media (min-width: 60em) {
  .category-search-title h1 {
    margin-bottom: 13px;
  }
}

@media only all and (min-width: 60em) {
  .category-search-title h1 {
    margin-bottom: 0.8125rem;
  }
}

@media (min-width: 60em) {
  .category-landing-box #bannerBottom {
    border: none;
    padding-top: 0;
  }
  .category-description {
    border-top: none;
  }
  .category-box .toolbar {
    min-height: 43px;
    padding: 20px 0px;
    border-top: 1px solid #dedede;
  }
}

@media only all and (min-width: 60em) {
  .category-box .toolbar {
    min-height: 2.6875rem;
  }
}

@media only all and (min-width: 60em) {
  .category-box .toolbar {
    padding: 1.25rem 0rem;
  }
}

@media (min-width: 60em) {
  .category-box .toolbar .pages {
    margin-bottom: 0;
    padding: 0;
    border: none;
  }
  .category-search-box {
    padding-bottom: 55px;
  }
  .category-search-box .toolbar .pages {
    border-bottom: none;
  }
}

@media only all and (min-width: 60em) {
  .category-search-box {
    padding-bottom: 3.4375rem;
  }
}

@media (min-width: 60em) {
  .product-grid .item:nth-child(4n) .image.expand.hover .expand {
    -webkit-transform: translateX(7px);
    -moz-transform: translateX(7px);
    -ms-transform: translateX(7px);
    -o-transform: translateX(7px);
    transform: translateX(7px);
    left: auto;
    right: 0;
  }
  .product-grid .item .info-hover {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 47px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 8px solid #fff;
    border-right: 8px solid #fff;
    background: rgb( 0, 0, 0 );
    background: rgba(0, 0, 0, 0.8);
    padding: 11px 0px;
  }
}

@media only all and (min-width: 60em) {
  .product-grid .item .info-hover {
    bottom: 2.9375rem;
  }
}

@media only all and (min-width: 60em) {
  .product-grid .item .info-hover {
    padding: 0.6875rem 0rem;
  }
}

@media (min-width: 60em) {
  .product-grid .item .info-hover .name, .product-grid .item .info-hover .old-price, .product-grid .item .info-hover .sale-price {
    color: #fff !important;
    margin: 0;
  }
  .product-grid .item .info-hover .price-box .price {
    color: #fff;
  }
  .product-grid .item .btn-add {
    font-size: 14px;
    padding: 13px 0px 12px;
  }
}

@media only all and (min-width: 60em) {
  .product-grid .item .btn-add {
    font-size: 0.875rem;
  }
}

@media only all and (min-width: 60em) {
  .product-grid .item .btn-add {
    padding: 0.8125rem 0rem 0.75rem;
  }
}

@media (min-width: 60em) {
  .product-grid .item .image.expand {
    position: relative;
    padding-bottom: 100%;
    margin-bottom: 11px;
  }
}

@media only all and (min-width: 60em) {
  .product-grid .item .image.expand {
    margin-bottom: 0.6875rem;
  }
}

@media (min-width: 60em) {
  .product-grid .item .image.expand .info-hover {
    opacity: 0;
  }
  .product-grid .item .image.expand.hover {
    overflow: visible;
  }
  .product-grid .item .image.expand.hover .expand {
    width: auto;
    top: -8px;
    padding: 8px 8px 47px;
    background: #fff;
    -webkit-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.3);
  }
}

@media only all and (min-width: 60em) {
  .product-grid .item .image.expand.hover .expand {
    top: -0.5rem;
  }
}

@media only all and (min-width: 60em) {
  .product-grid .item .image.expand.hover .expand {
    padding: 0.5rem 0.5rem 2.9375rem;
  }
}

@media (min-width: 60em) {
  .product-grid .item .image.expand.hover .info-hover {
    opacity: 1;
  }
  .product-grid .item .image.expand.vertically .expand {
    padding-bottom: 8px;
  }
}

@media only all and (min-width: 60em) {
  .product-grid .item .image.expand.vertically .expand {
    padding-bottom: 0.5rem;
  }
}

@media (min-width: 60em) {
  .toolbar .sorter {
    position: absolute;
    width: auto;
    top: 21px;
  }
}

@media only all and (min-width: 60em) {
  .toolbar .sorter {
    top: 1.3125rem;
  }
}

@media (min-width: 60em) {
  .toolbar .sort-view {
    left: 0;
    width: 190px;
  }
}

@media only all and (min-width: 60em) {
  .toolbar .sort-view {
    width: 11.875rem;
  }
}

@media (min-width: 60em) {
  .toolbar .sort-by {
    right: 0;
    width: 176px;
  }
}

@media only all and (min-width: 60em) {
  .toolbar .sort-by {
    width: 11rem;
  }
}

@media (min-width: 60em) {
  .filter-title {
    padding: 24px 0px 23px;
  }
}

@media only all and (min-width: 60em) {
  .filter-title {
    padding: 1.5rem 0rem 1.4375rem;
  }
}

@media (min-width: 60em) {
  .filter-title h3 {
    float: left;
    cursor: default;
    padding: 0;
    margin: 0;
  }
  .filter-title h3:after {
    display: none;
  }
  .filter-title .clear-all {
    width: 100%;
  }
  .filter-content {
    display: block !important;
  }
}

@media (min-width: 0) and (max-width: 36em) {
  .category-landing-box #bannerBottom {
    border: none;
    padding-top: 0;
  }
  .product-grid .item:nth-child(2n) {
    margin-right: 0;
  }
  .category-landing-box .sidebar {
    margin-bottom: 15px;
  }
}

@media only all and (min-width: 0) and (max-width: 36em) {
  .category-landing-box .sidebar {
    margin-bottom: 0.9375rem;
  }
}

@media (min-width: 0) and (max-width: 60em) {
  .category-box .col2-left-layout .row {
    padding: 0;
  }
  .category-box .col2-left-layout .col-left, .category-box .col2-left-layout .product-grid, .category-box .col2-left-layout .toolbar, .category-box .col2-left-layout .category-search-list {
    padding-left: 1em;
    padding-right: 1em;
  }
  .category-search-list li:first-child {
    border: none;
    padding-top: 0;
  }
  .filter-content {
    border-bottom: 1px solid #dedede;
    padding-bottom: 14px;
  }
}

@media only all and (min-width: 0) and (max-width: 60em) {
  .filter-content {
    padding-bottom: 0.875rem;
  }
}

@media (min-width: 36em) and (max-width: 60em) {
  .category-landing-box .sidebar {
    margin-bottom: 3.6%;
  }
  .filter-content {
    border-bottom: 1px solid #dedede;
    padding-bottom: 18px;
  }
}

@media only all and (min-width: 36em) and (max-width: 60em) {
  .filter-content {
    padding-bottom: 1.125rem;
  }
}

@media (max-width: 59.999em) {
  .filter-subcontent {
    margin: 0px 10px;
  }
}

@media only all and (max-width: 59.999em) {
  .filter-subcontent {
    margin: 0rem 0.625rem;
  }
}

@media (max-width: 59.999em) {
  .filter-subtitle {
    margin: 0px 10px;
    cursor: pointer;
  }
}

@media only all and (max-width: 59.999em) {
  .filter-subtitle {
    margin: 0rem 0.625rem;
  }
}

@media (max-width: 59.999em) {
  .filter-subtitle:after {
    background: rgba(0, 0, 0, 0) url("../svg/icon-down-black.svg") no-repeat scroll right center;
    content: "";
    display: inline;
    float: right;
    height: 18px;
    transition: transform 0.3s ease 0s;
    width: 12px;
  }
  .filter-subtitle.active:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

.alsoViewedHeader {
  border-top: 1px solid #dedede;
  padding: 4% 0;
}

.alsoViewedHeader h2 {
  text-transform: uppercase;
  text-align: center;
  font-size: 23px;
}

@media only all {
  .alsoViewedHeader h2 {
    font-size: 1.4375rem;
  }
}

@media (min-width: 60em) {
  #pageContent .category-title {
    padding: 0;
  }
  #pageContent .category-description {
    padding-bottom: 45px;
  }
}

@media only all and (min-width: 60em) {
  #pageContent .category-description {
    padding-bottom: 2.8125rem;
  }
}

@media (max-width: 60em) {
  .row .product-grid .item .image.vertically img, .product-grid .item .image.vertically .expand {
    height: auto;
    width: 100%;
  }
  .onsale-category-container-grid, .row .product-grid .item .expand form {
    height: 100%;
  }
}

.catalog-category-view #bannerBottom .banner-gird {
  padding-top: 0;
}

.catalogsearch-result-index .category-box p.misspell {
  margin-top: 0;
  padding-top: 24px;
}

@media only all {
  .catalogsearch-result-index .category-box p.misspell {
    padding-top: 1.5rem;
  }
}

.catalogsearch-result-index #pageContent .category-search-title {
  padding: 2.5% 0;
}

.category-description a {
  color: #00a7e6;
  font-weight: bold;
}

.if-scroll-loader {
  background: url(../images/infinite-loading.gif) no-repeat 50% 50%;
  width: 104px;
  height: 104px;
  margin: 0 auto;
  clear: both;
  padding: 16px 0;
}

#product-single > .row, #product-single .breadcrumbs > .row {
  max-width: 89em;
}

#product-single .product-images {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dedede;
}

@media only all {
  #product-single .product-images {
    padding-bottom: 0.625rem;
  }
}

@media only all {
  #product-single .product-images {
    margin-bottom: 1.25rem;
  }
}

#product-single .product-images .main-image {
  display: block;
  position: relative;
}

#product-single .product-images .main-image:after {
  content: '';
  width: 15px;
  height: 15px;
  background: url(../svg/icon-search.svg) no-repeat center;
  -webkit-background-size: 15px;
  -khtml-background-size: 15px;
  -moz-background-size: 15px;
  -ms-background-size: 15px;
  -o-background-size: 15px;
  background-size: 15px;
  position: absolute;
  right: 7px;
  bottom: 10px;
}

@media only all {
  #product-single .product-images .main-image:after {
    width: 0.9375rem;
  }
}

@media only all {
  #product-single .product-images .main-image:after {
    height: 0.9375rem;
  }
}

@media only all {
  #product-single .product-images .main-image:after {
    right: 0.4375rem;
  }
}

@media only all {
  #product-single .product-images .main-image:after {
    bottom: 0.625rem;
  }
}

#product-single .product-images .thumbnails {
  text-align: center;
}

#product-single .product-images .thumbnails ul {
  font-size: 0;
}

#product-single .product-images .thumbnails ul li {
  display: inline-block;
  padding: 10px 5px 0px;
}

@media only all {
  #product-single .product-images .thumbnails ul li {
    padding: 0.625rem 0.3125rem 0rem;
  }
}

#product-single .product-images .thumbnails img {
  width: 53px;
}

@media only all {
  #product-single .product-images .thumbnails img {
    width: 3.3125rem;
  }
}

#product-single div.MagicToolboxSelectorsContainer {
  padding-top: 10px;
}

@media only all {
  #product-single div.MagicToolboxSelectorsContainer {
    padding-top: 0.625rem;
  }
}

#product-single div.MagicToolboxSelectorsContainer > div {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}

#product-single div.MagicToolboxSelectorsContainer a {
  margin: 0px 5px;
  -webkit-box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 3px 4px 10px 0px rgba(0, 0, 0, 0.35);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}

@media only all {
  #product-single div.MagicToolboxSelectorsContainer a {
    margin: 0rem 0.3125rem;
  }
}

#product-single div.MagicToolboxSelectorsContainer img {
  width: 53px;
}

@media only all {
  #product-single div.MagicToolboxSelectorsContainer img {
    width: 3.3125rem;
  }
}

#product-single .MagicZoom {
  display: block;
}

#product-single .label-box {
  font-size: 0;
  padding-bottom: 16px;
}

@media only all {
  #product-single .label-box {
    padding-bottom: 1rem;
  }
}

#product-single .label-box .label-text, #product-single .label-box .onsale-product-label span {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  display: inline-block;
  position: static;
  width: auto;
  padding: 6px 7px;
  margin-right: 3px;
  /*
&.label-sale {

	}
	&.label-new {
		background: $bgbaseColour;
	}
	&.label-best {

	}
	*/
}

@media only all {
  #product-single .label-box .label-text, #product-single .label-box .onsale-product-label span {
    -webkit-border-radius: 0rem;
    -moz-border-radius: 0rem;
    border-radius: 0rem;
  }
}

@media only all {
  #product-single .label-box .label-text, #product-single .label-box .onsale-product-label span {
    padding: 0.375rem 0.4375rem;
  }
}

@media only all {
  #product-single .label-box .label-text, #product-single .label-box .onsale-product-label span {
    margin-right: 0.1875rem;
  }
}

#product-single .custom-onsale-product-label-text span {
  background: #001825;
}

#product-single .onsale-onsale-product-label-text span {
  background: #d90073;
}

#product-single .new-onsale-product-label-text span {
  background: #00a7e6;
}

#product-single .product-name {
  font-size: 20px;
  padding-bottom: 13px;
  line-height: 1.125em;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

@media only all {
  #product-single .product-name {
    font-size: 1.25rem;
  }
}

@media only all {
  #product-single .product-name {
    padding-bottom: 0.8125rem;
  }
}

#product-single .attribute {
  font-size: 0;
  padding-bottom: 13px;
}

@media only all {
  #product-single .attribute {
    padding-bottom: 0.8125rem;
  }
}

#product-single .attribute p {
  display: inline-block;
  margin-right: 14px;
}

@media only all {
  #product-single .attribute p {
    margin-right: 0.875rem;
  }
}

#product-single .attribute p strong {
  line-height: 1.5em;
  display: inline-block;
  margin-right: 3px;
}

@media only all {
  #product-single .attribute p strong {
    margin-right: 0.1875rem;
  }
}

#product-single .attribute p:last-child {
  margin-right: 0;
}

#product-single .short-description {
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
}

@media only all {
  #product-single .short-description {
    padding-bottom: 1.25rem;
  }
}

#product-single .short-description a.more, #product-single .short-description a.less {
  font-family: "Proxima N W01 Bold", arial, helvetica, sans-serif;
}

#product-single .add-frame, #product-single .product-addtocart {
  border-bottom: 1px solid #dedede;
}

#product-single .add-frame .buttons-set, #product-single .product-addtocart .buttons-set {
  text-align: center;
}

#product-single .add-frame .buttons-set a#bulkdiscount, #product-single .product-addtocart .buttons-set a#bulkdiscount {
  font-size: 0.85rem;
}

#product-single .add-frame .button, #product-single .product-addtocart .button {
  padding: 17.5px 15px 15.5px;
  font-size: 15px;
}

@media only all {
  #product-single .add-frame .button, #product-single .product-addtocart .button {
    padding: 1.09375rem 0.9375rem 0.96875rem;
  }
}

@media only all {
  #product-single .add-frame .button, #product-single .product-addtocart .button {
    font-size: 0.9375rem;
  }
}

#product-single .add-frame .add-to-wishlist, #product-single .product-addtocart .add-to-wishlist {
  margin: 15px 0px 0px;
  color: #121212;
  font-family: "Proxima N W01 Bold", arial, helvetica, sans-serif;
}

@media only all {
  #product-single .add-frame .add-to-wishlist, #product-single .product-addtocart .add-to-wishlist {
    margin: 0.9375rem 0rem 0rem;
  }
}

#product-single .add-frame .add-to-wishlist:before, #product-single .product-addtocart .add-to-wishlist:before {
  content: "";
  -webkit-transition: transform 0.3s ease 0s;
  -moz-transition: transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  display: inline-block;
  width: 14px;
  height: 14px;
  top: 1px;
  margin-right: 5px;
  position: relative;
  background: url(../svg/icon-star-black.svg) no-repeat 0 50%;
}

@media only all {
  #product-single .add-frame .add-to-wishlist:before, #product-single .product-addtocart .add-to-wishlist:before {
    width: 0.875rem;
  }
}

@media only all {
  #product-single .add-frame .add-to-wishlist:before, #product-single .product-addtocart .add-to-wishlist:before {
    height: 0.875rem;
  }
}

@media only all {
  #product-single .add-frame .add-to-wishlist:before, #product-single .product-addtocart .add-to-wishlist:before {
    top: 0.0625rem;
  }
}

@media only all {
  #product-single .add-frame .add-to-wishlist:before, #product-single .product-addtocart .add-to-wishlist:before {
    margin-right: 0.3125rem;
  }
}

#product-single .add-frame .add-to-wishlist:hover, #product-single .add-frame .add-to-wishlist:active, #product-single .add-frame .add-to-wishlist:focus, #product-single .product-addtocart .add-to-wishlist:hover, #product-single .product-addtocart .add-to-wishlist:active, #product-single .product-addtocart .add-to-wishlist:focus {
  text-decoration: none;
}

#product-single .add-frame .add-to-wishlist:hover:before, #product-single .add-frame .add-to-wishlist:active:before, #product-single .add-frame .add-to-wishlist:focus:before, #product-single .product-addtocart .add-to-wishlist:hover:before, #product-single .product-addtocart .add-to-wishlist:active:before, #product-single .product-addtocart .add-to-wishlist:focus:before {
  -webkit-transform: rotate(144deg);
  -moz-transform: rotate(144deg);
  -ms-transform: rotate(144deg);
  -o-transform: rotate(144deg);
  transform: rotate(144deg);
}

#product-single .product-addtocart .buttons-set {
  padding-top: 10px;
}

#product-single .product-addtocart .qty-wrapper label {
  font-size: 1rem;
  font-weight: 800;
  line-height: 41px;
  width: 25%;
  float: left;
}

#product-single .product-addtocart .qty-wrapper .qty {
  float: right;
  width: 40%;
}

#product-single .product-addtocart .qty-wrapper:after {
  clear: both;
  content: "";
  display: block;
}

#product-single .add-frame {
  padding: 13px 0px 18px;
  position: relative;
  z-index: 10;
}

@media only all {
  #product-single .add-frame {
    padding: 0.8125rem 0rem 1.125rem;
  }
}

#product-single .add-frame h5 {
  font-size: 14px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

@media only all {
  #product-single .add-frame h5 {
    font-size: 0.875rem;
  }
}

#product-single .add-frame .info {
  padding-bottom: 12px;
}

@media only all {
  #product-single .add-frame .info {
    padding-bottom: 0.75rem;
  }
}

#product-single .add-frame .added {
  padding-top: 4px;
}

@media only all {
  #product-single .add-frame .added {
    padding-top: 0.25rem;
  }
}

#product-single .add-frame .added p {
  position: relative;
}

#product-single .add-frame .added strong {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

#product-single .add-frame .added span {
  padding-left: 96px;
  display: block;
}

@media only all {
  #product-single .add-frame .added span {
    padding-left: 6rem;
  }
}

#product-single .add-frame .remove-frame {
  display: inline-block;
  background: url(../svg/icon-close-b.svg) no-repeat 0 0;
  -webkit-background-size: 12px auto;
  -moz-background-size: 12px auto;
  -o-background-size: 12px auto;
  background-size: 12px auto;
  font-size: 13px;
  padding-left: 16px;
  margin: 8px 0px 0px;
  color: #111111;
}

@media only all {
  #product-single .add-frame .remove-frame {
    font-size: 0.8125rem;
  }
}

@media only all {
  #product-single .add-frame .remove-frame {
    padding-left: 1rem;
  }
}

@media only all {
  #product-single .add-frame .remove-frame {
    margin: 0.5rem 0rem 0rem;
  }
}

#product-single .add-frame .remove-frame:hover {
  text-decoration: underline;
}

#product-single .add-frame .edit-frame-box {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -moz-transition: max-height 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  -o-transition: max-height 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  transition: max-height 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
  position: absolute;
  top: 13px;
  left: 0;
  width: 100%;
  background: #fff;
}

@media only all {
  #product-single .add-frame .edit-frame-box {
    top: 0.8125rem;
  }
}

#product-single .add-frame .edit-frame-box.active {
  max-height: 130em;
}

#product-single .add-frame .edit-frame-box.active > * {
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  top: 0;
}

#product-single .add-frame .edit-frame-box > * {
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  opacity: 0;
  position: relative;
  top: -20px;
  -webkit-transition: all 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
  -moz-transition: all 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
  -o-transition: all 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
  transition: all 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.3s;
}

#product-single .add-frame .edit-frame-box h5 {
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

#product-single .add-frame .edit-frame-box .form-list {
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
  padding-top: 11px;
}

@media only all {
  #product-single .add-frame .edit-frame-box .form-list {
    padding-top: 0.6875rem;
  }
}

#product-single .add-frame .edit-frame-box .price-box {
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  transition-delay: 0.4s;
  padding: 15px 0px 10px;
}

@media only all {
  #product-single .add-frame .edit-frame-box .price-box {
    padding: 0.9375rem 0rem 0.625rem;
  }
}

#product-single .add-frame .edit-frame-box .price-box .price {
  font-size: 28px;
  line-height: 49px;
  color: #00a7e6;
  font-family: "Gotham A", "Gotham B", arial, helvetica, sans-serif;
  font-weight: 400;
  display: inline-block;
}

@media only all {
  #product-single .add-frame .edit-frame-box .price-box .price {
    font-size: 1.75rem;
  }
}

@media only all {
  #product-single .add-frame .edit-frame-box .price-box .price {
    line-height: 3.0625rem;
  }
}

#product-single .add-frame .edit-frame-box .buttons-set {
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
  padding: 15px 0px;
  border-top: 1px solid #dedede;
  width: 100%;
}

@media only all {
  #product-single .add-frame .edit-frame-box .buttons-set {
    padding: 0.9375rem 0rem;
  }
}

#product-single .add-frame .edit-frame-box .buttons-set .button {
  max-width: 155px;
}

@media only all {
  #product-single .add-frame .edit-frame-box .buttons-set .button {
    max-width: 9.6875rem;
  }
}

#product-single .add-frame .edit-frame-box .buttons-set .btn-cancelFrame {
  float: left;
}

#product-single .add-frame .edit-frame-box .buttons-set .btn-saveFrame {
  float: right;
}

#product-single .product-addtocart {
  padding: 0.9375rem 0rem;
}

#product-single .product-addtocart .info {
  padding: 7px 0px 6px;
}

@media only all {
  #product-single .product-addtocart .info {
    padding: 0.4375rem 0rem 0.375rem;
  }
}

#product-single .product-addtocart .in-stock {
  font-size: 16px;
  line-height: 49px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  font-family: "Gotham A", "Gotham B", arial, helvetica, sans-serif;
  font-weight: 800;
  color: #00b900;
  display: inline-block;
  padding-left: 20px;
  background: url(../svg/icon-instock.svg) no-repeat center left;
}

@media only all {
  #product-single .product-addtocart .in-stock {
    font-size: 1rem;
  }
}

@media only all {
  #product-single .product-addtocart .in-stock {
    line-height: 3.0625rem;
  }
}

@media only all {
  #product-single .product-addtocart .in-stock {
    padding-left: 1.25rem;
  }
}

#product-single .product-addtocart .price-box {
  float: right;
}

#product-single .product-addtocart .price-box .price {
  font-size: 28px;
  line-height: 49px;
  color: #00a7e6;
  font-family: "Gotham A", "Gotham B", arial, helvetica, sans-serif;
  font-weight: 400;
  display: inline-block;
}

@media only all {
  #product-single .product-addtocart .price-box .price {
    font-size: 1.75rem;
  }
}

@media only all {
  #product-single .product-addtocart .price-box .price {
    line-height: 3.0625rem;
  }
}

#product-single .product-addtocart .price-box .price.sale-price {
  color: #d90073;
}

#product-single .product-addtocart .price-box .price.old-price {
  color: #a5a5a5;
  text-decoration: line-through;
}

#product-single .product-addtocart.out-of-stock .out-stock {
  color: #d90073;
  background: none;
  padding-left: 0;
}

#product-single .product-social {
  border-bottom: 1px solid #dedede;
  padding: 15px 0px 20px;
}

@media only all {
  #product-single .product-social {
    padding: 0.9375rem 0rem 1.25rem;
  }
}

#product-single .product-social img {
  width: auto;
}

#product-single .product-social .review {
  display: block;
  text-align: center;
  margin-bottom: 7px;
}

@media only all {
  #product-single .product-social .review {
    margin-bottom: 0.4375rem;
  }
}

#product-single .product-social .review .button-review {
  display: inline-block;
}

#product-single .product-social .review .button-review .rating-box {
  margin: 2px 0px;
}

@media only all {
  #product-single .product-social .review .button-review .rating-box {
    margin: 0.125rem 0rem;
  }
}

#product-single .product-social .review .button-review img {
  margin-top: 7.5px;
}

@media only all {
  #product-single .product-social .review .button-review img {
    margin-top: 0.46875rem;
  }
}

#product-single .product-social .share {
  display: block;
  text-align: center;
}

#product-single .tags {
  padding: 7px 0px;
}

@media only all {
  #product-single .tags {
    padding: 0.4375rem 0rem;
  }
}

#product-single .tags ul {
  font-size: 0;
}

#product-single .tags ul li {
  display: inline-block;
  margin: 4px 9px 4px 0px;
}

@media only all {
  #product-single .tags ul li {
    margin: 0.25rem 0.5625rem 0.25rem 0rem;
  }
}

#product-single .tags ul li a {
  font-size: 15px;
  padding: 8.5px 19px 8.5px 33px;
  color: #00a7e6;
  display: block;
  background: #e5f6fc url(../svg/icon-tag.svg) no-repeat 13px center;
}

@media only all {
  #product-single .tags ul li a {
    font-size: 0.9375rem;
  }
}

@media only all {
  #product-single .tags ul li a {
    padding: 0.53125rem 1.1875rem 0.53125rem 2.0625rem;
  }
}

#product-single .tags ul li:last-child {
  margin-right: 0;
}

#product-single .product-benefit h4.title-box {
  font-size: 12px;
  font-family: "Gotham A", "Gotham B", arial, helvetica, sans-serif;
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 48px;
  background: #f7f7f7;
  border-top: 1px solid #dedede;
  padding: 0px 17px;
  cursor: pointer;
}

@media only all {
  #product-single .product-benefit h4.title-box {
    font-size: 0.75rem;
  }
}

@media only all {
  #product-single .product-benefit h4.title-box {
    line-height: 3rem;
  }
}

@media only all {
  #product-single .product-benefit h4.title-box {
    padding: 0rem 1.0625rem;
  }
}

#product-single .product-benefit h4.title-box span {
  display: inline-block;
}

#product-single .product-benefit h4.title-box:after {
  content: '';
  width: 9px;
  height: 9px;
  background: url(../images/plus-minus.png) no-repeat 0 0;
  float: right;
  margin-top: 19.5px;
}

@media only all {
  #product-single .product-benefit h4.title-box:after {
    width: 0.5625rem;
  }
}

@media only all {
  #product-single .product-benefit h4.title-box:after {
    height: 0.5625rem;
  }
}

@media only all {
  #product-single .product-benefit h4.title-box:after {
    margin-top: 1.21875rem;
  }
}

#product-single .product-benefit h4.title-box.active:after {
  background-position: 0 -9px;
}

#product-single .product-benefit ul {
  list-style: disc;
  margin: 10px 0px 10px 35px;
}

@media only all {
  #product-single .product-benefit ul {
    margin: 0.625rem 0rem 0.625rem 2.1875rem;
  }
}

#product-single .product-benefit ul li {
  font-size: 13px;
  margin-bottom: 2px;
}

@media only all {
  #product-single .product-benefit ul li {
    font-size: 0.8125rem;
  }
}

@media only all {
  #product-single .product-benefit ul li {
    margin-bottom: 0.125rem;
  }
}

#product-single .product-benefit ul li:last-child {
  margin-bottom: 0;
}

.products-alsolike {
  padding-bottom: 25px;
}

@media only all {
  .products-alsolike {
    padding-bottom: 1.5625rem;
  }
}

.products-alsolike h3.title-box {
  font-size: 20px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  padding: 26px 0px 22px;
}

@media only all {
  .products-alsolike h3.title-box {
    font-size: 1.25rem;
  }
}

@media only all {
  .products-alsolike h3.title-box {
    padding: 1.625rem 0rem 1.375rem;
  }
}

.products-alsolike .gb-carousel .item {
  width: 100%;
  margin: 0;
}

.products-alsolike .gb-carousel .item img {
  width: 100%;
}

.products-alsolike .gb-carousel .owl-controls .owl-nav .owl-prev, .products-alsolike .gb-carousel .owl-controls .owl-nav .owl-next {
  height: 26px;
  width: 26px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  margin-top: -13px;
  -webkit-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.3);
}

@media only all {
  .products-alsolike .gb-carousel .owl-controls .owl-nav .owl-prev, .products-alsolike .gb-carousel .owl-controls .owl-nav .owl-next {
    height: 1.625rem;
  }
}

@media only all {
  .products-alsolike .gb-carousel .owl-controls .owl-nav .owl-prev, .products-alsolike .gb-carousel .owl-controls .owl-nav .owl-next {
    width: 1.625rem;
  }
}

@media only all {
  .products-alsolike .gb-carousel .owl-controls .owl-nav .owl-prev, .products-alsolike .gb-carousel .owl-controls .owl-nav .owl-next {
    margin-top: -0.8125rem;
  }
}

.products-alsolike .gb-carousel .owl-controls .owl-nav .owl-prev {
  left: -13px;
  background: #fff url(../svg/icon-prev-m.svg) no-repeat 8px 8px;
}

@media only all {
  .products-alsolike .gb-carousel .owl-controls .owl-nav .owl-prev {
    left: -0.8125rem;
  }
}

.products-alsolike .gb-carousel .owl-controls .owl-nav .owl-next {
  right: -13px;
  background: #fff url(../svg/icon-next-m.svg) no-repeat 10px 8px;
}

@media only all {
  .products-alsolike .gb-carousel .owl-controls .owl-nav .owl-next {
    right: -0.8125rem;
  }
}

.select-frame {
  padding: 0px 39px;
  border: 1px solid #b4b4b4;
}

@media only all {
  .select-frame {
    padding: 0rem 2.4375rem;
  }
}

.select-frame input[type='radio'] {
  display: none;
}

.select-frame input[type='radio'] + label {
  margin: 0;
}

.select-frame input[type='radio']:checked + label > .info-frame {
  background: #eeeeee;
}

.select-frame input[type='radio']:checked + label > .info-frame:after {
  display: block;
}

.select-frame .item {
  border-right: 1px solid #dedede;
}

.select-frame .info-frame {
  padding: 13px 8px;
  text-align: center;
  position: relative;
  display: block;
}

@media only all {
  .select-frame .info-frame {
    padding: 0.8125rem 0.5rem;
  }
}

.select-frame .info-frame img {
  width: auto;
  display: inline-block;
  max-width: 100%;
}

.select-frame .info-frame .name {
  max-width: 100px;
  margin: 8px auto 0px;
  font-size: 13px;
  line-height: 1.3em;
  display: block;
}

@media only all {
  .select-frame .info-frame .name {
    max-width: 6.25rem;
  }
}

@media only all {
  .select-frame .info-frame .name {
    margin: 0.5rem auto 0rem;
  }
}

@media only all {
  .select-frame .info-frame .name {
    font-size: 0.8125rem;
  }
}

.select-frame .info-frame .price {
  font-size: 13px;
}

@media only all {
  .select-frame .info-frame .price {
    font-size: 0.8125rem;
  }
}

.select-frame .info-frame:after {
  content: '';
  border-bottom: 5px solid #00a7e6;
  position: absolute;
  left: -1px;
  bottom: -1px;
  width: 100%;
  display: none;
  padding: 0px 1px;
}

@media only all {
  .select-frame .info-frame:after {
    padding: 0rem 0.0625rem;
  }
}

.select-frame .owl-carousel .owl-stage-outer {
  border-right: 1px solid #dedede;
  border-left: 1px solid #dedede;
}

.select-frame .owl-carousel .owl-item.active:first-child .item, .select-frame .owl-carousel .owl-item + .owl-item.active .item {
  border-left: none;
}

.select-frame .owl-carousel .owl-controls .owl-nav .owl-prev, .select-frame .owl-carousel .owl-controls .owl-nav .owl-next {
  -webkit-background-size: 11px 18px;
  -moz-background-size: 11px 18px;
  -o-background-size: 11px 18px;
  background-size: 11px 18px;
  height: 100%;
  margin-top: 0;
  top: 0;
}

.select-frame .owl-carousel .owl-controls .owl-nav .owl-prev {
  left: -30px;
}

@media only all {
  .select-frame .owl-carousel .owl-controls .owl-nav .owl-prev {
    left: -1.875rem;
  }
}

.select-frame .owl-carousel .owl-controls .owl-nav .owl-next {
  right: -30px;
}

@media only all {
  .select-frame .owl-carousel .owl-controls .owl-nav .owl-next {
    right: -1.875rem;
  }
}

#addTobagSuccess-popup {
  position: relative;
}

#addTobagSuccess-popup:before {
  position: absolute;
  top: -25px;
  left: 0px;
  width: 100%;
  height: 25px;
  background: #f0f0f0;
}

@media only all {
  #addTobagSuccess-popup:before {
    top: -1.5625rem;
  }
}

@media only all {
  #addTobagSuccess-popup:before {
    left: 0rem;
  }
}

@media only all {
  #addTobagSuccess-popup:before {
    height: 1.5625rem;
  }
}

#addTobagSuccess-popup > div {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#addTobagSuccess-popup h3 {
  text-transform: uppercase;
  letter-spacing: -0.05em;
  font-size: 18px;
  padding: 18px 0px 18px;
}

@media only all {
  #addTobagSuccess-popup h3 {
    font-size: 1.125rem;
  }
}

@media only all {
  #addTobagSuccess-popup h3 {
    padding: 1.125rem 0rem 1.125rem;
  }
}

#addTobagSuccess-popup .add-frame-grid {
  background: #f0f0f0;
  border: none;
  padding-bottom: 30px;
  position: relative;
}

@media only all {
  #addTobagSuccess-popup .add-frame-grid {
    padding-bottom: 1.875rem;
  }
}

#addTobagSuccess-popup .add-frame-grid:before, #addTobagSuccess-popup .add-frame-grid:after {
  position: absolute;
  top: -25px;
  left: -20px;
  padding-top: 25px;
  width: 20px;
  height: 100%;
  background: #f0f0f0;
}

@media only all {
  #addTobagSuccess-popup .add-frame-grid:before, #addTobagSuccess-popup .add-frame-grid:after {
    top: -1.5625rem;
  }
}

@media only all {
  #addTobagSuccess-popup .add-frame-grid:before, #addTobagSuccess-popup .add-frame-grid:after {
    left: -1.25rem;
  }
}

@media only all {
  #addTobagSuccess-popup .add-frame-grid:before, #addTobagSuccess-popup .add-frame-grid:after {
    padding-top: 1.5625rem;
  }
}

@media only all {
  #addTobagSuccess-popup .add-frame-grid:before, #addTobagSuccess-popup .add-frame-grid:after {
    width: 1.25rem;
  }
}

#addTobagSuccess-popup .add-frame-grid:after {
  left: auto;
  right: -20px;
}

@media only all {
  #addTobagSuccess-popup .add-frame-grid:after {
    right: -1.25rem;
  }
}

#addTobagSuccess-popup .add-frame-grid .item {
  width: 47.5%;
  margin-right: 5% !important;
  max-width: 100%;
}

#addTobagSuccess-popup .add-frame-grid .item:last-child {
  margin-right: 0 !important;
}

#addTobagSuccess-popup .button.added {
  background: #fff;
  color: #00a7e6;
}

#addTobagSuccess-popup .bag-success {
  background: #fff;
}

#addTobagSuccess-popup .bag-success li {
  margin-bottom: 10px;
}

@media only all {
  #addTobagSuccess-popup .bag-success li {
    margin-bottom: 0.625rem;
  }
}

#addTobagSuccess-popup .bag-success li .td {
  display: table-cell;
  vertical-align: top;
  width: 89px;
}

@media only all {
  #addTobagSuccess-popup .bag-success li .td {
    width: 5.5625rem;
  }
}

#addTobagSuccess-popup .bag-success li .td:last-child {
  width: auto;
  vertical-align: middle;
  padding-left: 20px;
}

@media only all {
  #addTobagSuccess-popup .bag-success li .td:last-child {
    padding-left: 1.25rem;
  }
}

#addTobagSuccess-popup .bag-success li.tf {
  font-size: 13px;
  text-transform: uppercase;
  padding: 15px 10px;
  font-family: "Gotham A", "Gotham B", arial, helvetica, sans-serif;
  font-weight: 800;
  margin-bottom: 0;
}

@media only all {
  #addTobagSuccess-popup .bag-success li.tf {
    font-size: 0.8125rem;
  }
}

@media only all {
  #addTobagSuccess-popup .bag-success li.tf {
    padding: 0.9375rem 0.625rem;
  }
}

#addTobagSuccess-popup .bag-success li.tf span {
  float: right;
}

#addTobagSuccess-popup .bag-success li.tf.qty {
  color: #001825;
  border-top: 5px solid #001825;
  border-bottom: 1px solid #dedede;
  margin-top: 20px;
}

@media only all {
  #addTobagSuccess-popup .bag-success li.tf.qty {
    margin-top: 1.25rem;
  }
}

#addTobagSuccess-popup .bag-success .product-image img {
  max-width: 89px;
}

@media only all {
  #addTobagSuccess-popup .bag-success .product-image img {
    max-width: 5.5625rem;
  }
}

#addTobagSuccess-popup .bag-success .product-name {
  text-transform: uppercase;
  letter-spacing: -0.05em;
  font-size: 14px;
  font-family: "Gotham A", "Gotham B", arial, helvetica, sans-serif;
  font-weight: 800;
  display: block;
  margin-bottom: 4px;
}

@media only all {
  #addTobagSuccess-popup .bag-success .product-name {
    font-size: 0.875rem;
  }
}

@media only all {
  #addTobagSuccess-popup .bag-success .product-name {
    margin-bottom: 0.25rem;
  }
}

#addTobagSuccess-popup .bag-success .price-box {
  margin-top: 4px;
}

@media only all {
  #addTobagSuccess-popup .bag-success .price-box {
    margin-top: 0.25rem;
  }
}

#addTobagSuccess-popup .bag-success .price-box span {
  font-size: 13px;
  font-family: "Gotham A", "Gotham B", arial, helvetica, sans-serif;
  font-weight: 800;
}

@media only all {
  #addTobagSuccess-popup .bag-success .price-box span {
    font-size: 0.8125rem;
  }
}

#addTobagSuccess-popup .bag-success .price-box .price {
  color: #111111;
}

#addTobagSuccess-popup .bag-success .price-box .old-price {
  color: #a5a5a5;
  text-decoration: line-through;
}

#addTobagSuccess-popup .bag-success .price-box .sale-price {
  color: #d90073;
  margin-right: 4px;
}

@media only all {
  #addTobagSuccess-popup .bag-success .price-box .sale-price {
    margin-right: 0.25rem;
  }
}

#addTobagSuccess-popup .bag-success .buttons-set p {
  font-family: "Gotham A", "Gotham B", arial, helvetica, sans-serif;
  font-weight: 800;
  text-align: center;
  line-height: 40px;
  text-transform: uppercase;
}

@media only all {
  #addTobagSuccess-popup .bag-success .buttons-set p {
    line-height: 2.5rem;
  }
}

#product-outofstock-popup {
  margin: 0 auto;
}

#product-outofstock-popup h3 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  margin-bottom: 5px;
  white-space: nowrap;
}

@media only all {
  #product-outofstock-popup h3 {
    font-size: 1.125rem;
  }
}

@media only all {
  #product-outofstock-popup h3 {
    margin-bottom: 0.3125rem;
  }
}

#product-outofstock-popup .button {
  margin-top: 10px;
  padding: 17.5px 15px 15.5px;
  font-size: 15px;
}

@media only all {
  #product-outofstock-popup .button {
    margin-top: 0.625rem;
  }
}

@media only all {
  #product-outofstock-popup .button {
    padding: 1.09375rem 0.9375rem 0.96875rem;
  }
}

@media only all {
  #product-outofstock-popup .button {
    font-size: 0.9375rem;
  }
}

#product-reivewspopup .product-reivews .title-box {
  overflow: hidden;
  padding-bottom: 15px;
}

@media only all {
  #product-reivewspopup .product-reivews .title-box {
    padding-bottom: 0.9375rem;
  }
}

#product-reivewspopup .product-reivews .title-box h2 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: -0.05em;
}

@media only all {
  #product-reivewspopup .product-reivews .title-box h2 {
    font-size: 1.125rem;
  }
}

#product-reivewspopup .product-reivews .reviews-table {
  overflow-y: auto;
  max-height: 400px;
}

@media only all {
  #product-reivewspopup .product-reivews .reviews-table {
    max-height: 25rem;
  }
}

#product-reivewspopup .product-reivews .reviews-table li {
  background: #f9f9f9;
  border-top: 1px solid #ebebeb;
  padding: 12px 15px 10px;
}

@media only all {
  #product-reivewspopup .product-reivews .reviews-table li {
    padding: 0.75rem 0.9375rem 0.625rem;
  }
}

#product-reivewspopup .product-reivews .reviews-table li p {
  margin-bottom: 6px;
}

@media only all {
  #product-reivewspopup .product-reivews .reviews-table li p {
    margin-bottom: 0.375rem;
  }
}

#product-reivewspopup .product-reivews .reviews-table li p:last-child {
  margin-bottom: 0;
}

#product-reivewspopup .product-reivews .reviews-table li:nth-child(2n) {
  background: #fff;
}

#product-reivewspopup .product-reivews .reviews-table h5 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  margin-bottom: 5px;
  overflow: hidden;
}

@media only all {
  #product-reivewspopup .product-reivews .reviews-table h5 {
    font-size: 0.875rem;
  }
}

@media only all {
  #product-reivewspopup .product-reivews .reviews-table h5 {
    margin-bottom: 0.3125rem;
  }
}

#product-reivewspopup .product-reivews .reviews-table h5 span {
  float: left;
  margin-right: 10px;
}

@media only all {
  #product-reivewspopup .product-reivews .reviews-table h5 span {
    margin-right: 0.625rem;
  }
}

#product-reivewspopup .product-reivews .reviews-table .date {
  float: right;
  line-height: 21px;
  color: #8a8a8a;
  text-transform: none;
}

@media only all {
  #product-reivewspopup .product-reivews .reviews-table .date {
    line-height: 1.3125rem;
  }
}

#product-reivewspopup .product-reivews .reviews-table .trustpilot-review {
  float: left;
  margin-bottom: 0;
  margin-right: 10px;
}

@media only all {
  #product-reivewspopup .product-reivews .reviews-table .trustpilot-review {
    margin-right: 0.625rem;
  }
}

#product-reivewspopup .product-reivews .reviews-table .read-review {
  color: #00a7e6;
}

#product-reivewspopup .product-reivews .reviews-table .read-review:hover {
  text-decoration: underline;
}

#product-reivewspopup .product-reivews .buttons-set {
  padding: 20px 0px 0px;
}

@media only all {
  #product-reivewspopup .product-reivews .buttons-set {
    padding: 1.25rem 0rem 0rem;
  }
}

#product-reivewspopup .product-reivews .buttons-set a.button {
  max-width: 220px;
}

@media only all {
  #product-reivewspopup .product-reivews .buttons-set a.button {
    max-width: 13.75rem;
  }
}

.tags {
  padding: 7px 0px;
}

@media only all {
  .tags {
    padding: 0.4375rem 0rem;
  }
}

.tags ul {
  font-size: 0;
}

.tags ul li {
  display: inline-block;
  margin: 4px 9px 4px 0px;
}

@media only all {
  .tags ul li {
    margin: 0.25rem 0.5625rem 0.25rem 0rem;
  }
}

.tags ul li a {
  font-size: 15px;
  padding: 8.5px 19px 8.5px 33px;
  color: #00a7e6;
  display: block;
  background: #e5f6fc url(../svg/icon-tag.svg) no-repeat 13px center;
}

@media only all {
  .tags ul li a {
    font-size: 0.9375rem;
  }
}

@media only all {
  .tags ul li a {
    padding: 0.53125rem 1.1875rem 0.53125rem 2.0625rem;
  }
}

.tags ul li:last-child {
  margin-right: 0;
}

#product-emailtofriend h2 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  padding-bottom: 8px;
}

@media only all {
  #product-emailtofriend h2 {
    font-size: 1.125rem;
  }
}

@media only all {
  #product-emailtofriend h2 {
    padding-bottom: 0.5rem;
  }
}

#product-emailtofriend h5 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  padding-bottom: 6px;
}

@media only all {
  #product-emailtofriend h5 {
    font-size: 1rem;
  }
}

@media only all {
  #product-emailtofriend h5 {
    padding-bottom: 0.375rem;
  }
}

#product-emailtofriend .col2-set .col-1, #product-emailtofriend .col2-set .col-2 {
  max-width: 346px;
}

@media only all {
  #product-emailtofriend .col2-set .col-1, #product-emailtofriend .col2-set .col-2 {
    max-width: 21.625rem;
  }
}

#product-emailtofriend .col2-set .col-1 {
  padding-bottom: 16px;
}

@media only all {
  #product-emailtofriend .col2-set .col-1 {
    padding-bottom: 1rem;
  }
}

#product-emailtofriend .col2-set .col-2 .button {
  background: none;
  font-size: 14px;
  color: #00a7e6;
  padding: 5px 0px;
  width: auto;
  float: right;
}

@media only all {
  #product-emailtofriend .col2-set .col-2 .button {
    font-size: 0.875rem;
  }
}

@media only all {
  #product-emailtofriend .col2-set .col-2 .button {
    padding: 0.3125rem 0rem;
  }
}

#product-emailtofriend .form-list textarea {
  height: 132px;
}

@media only all {
  #product-emailtofriend .form-list textarea {
    height: 8.25rem;
  }
}

#product-emailtofriend .form-list .button {
  max-width: 128px;
}

@media only all {
  #product-emailtofriend .form-list .button {
    max-width: 8rem;
  }
}

.catalog-product-view button.mz-button.mz-button-prev,
.catalog-product-view button.mz-button.mz-button-next,
.catalog-product-view button.mz-button.mz-button-close {
  height: 35px !important;
  width: 35px !important;
  position: absolute !important;
  top: 0 !important;
  z-index: 9999 !important;
  cursor: pointer !important;
  text-indent: -9999px !important;
  border-radius: 0 !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  margin: 0 !important;
  border: none !important;
  left: auto !important;
}

@media only all {
  .catalog-product-view button.mz-button.mz-button-prev,
  .catalog-product-view button.mz-button.mz-button-next,
  .catalog-product-view button.mz-button.mz-button-close {
    height: 2.1875rem !important;
  }
}

@media only all {
  .catalog-product-view button.mz-button.mz-button-prev,
  .catalog-product-view button.mz-button.mz-button-next,
  .catalog-product-view button.mz-button.mz-button-close {
    width: 2.1875rem !important;
  }
}

.catalog-product-view button.mz-button.mz-button-prev {
  background: #fff url(../svg/chevron-left.svg) no-repeat center center !important;
  right: 70px !important;
}

.catalog-product-view button.mz-button.mz-button-next {
  background: #fff url(../svg/chevron-right.svg) no-repeat center center !important;
  right: 35px !important;
}

.catalog-product-view button.mz-button.mz-button-close {
  background: #00a7e6 url(../svg/icon-close-w.svg) no-repeat center center !important;
  right: 0 !important;
}

@media (min-width: 36em) {
  #product-single .label-box {
    padding-bottom: 20px;
  }
}

@media only all and (min-width: 36em) {
  #product-single .label-box {
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 36em) {
  #product-single .label-box .label-text, #product-single .label-box .onsale-product-label span {
    font-size: 13px;
    padding: 8.5px 10px;
    margin-right: 5px;
  }
}

@media only all and (min-width: 36em) {
  #product-single .label-box .label-text, #product-single .label-box .onsale-product-label span {
    font-size: 0.8125rem;
  }
}

@media only all and (min-width: 36em) {
  #product-single .label-box .label-text, #product-single .label-box .onsale-product-label span {
    padding: 0.53125rem 0.625rem;
  }
}

@media only all and (min-width: 36em) {
  #product-single .label-box .label-text, #product-single .label-box .onsale-product-label span {
    margin-right: 0.3125rem;
  }
}

@media (min-width: 36em) {
  #product-single .product-name {
    padding-bottom: 12px;
    font-size: 26px;
  }
}

@media only all and (min-width: 36em) {
  #product-single .product-name {
    padding-bottom: 0.75rem;
  }
}

@media only all and (min-width: 36em) {
  #product-single .product-name {
    font-size: 1.625rem;
  }
}

@media (min-width: 36em) {
  #product-single .attribute {
    padding-bottom: 12px;
  }
}

@media only all and (min-width: 36em) {
  #product-single .attribute {
    padding-bottom: 0.75rem;
  }
}

@media (min-width: 36em) {
  #product-single .short-description {
    padding-bottom: 20px;
  }
}

@media only all and (min-width: 36em) {
  #product-single .short-description {
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 36em) {
  #product-single .add-frame {
    padding: 15px 0px;
  }
}

@media only all and (min-width: 36em) {
  #product-single .add-frame {
    padding: 0.9375rem 0rem;
  }
}

@media (min-width: 36em) {
  #product-single .add-frame .info {
    float: left;
    width: 60%;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
  }
}

@media only all and (min-width: 36em) {
  #product-single .add-frame .info {
    padding-right: 0.9375rem;
  }
}

@media (min-width: 36em) {
  #product-single .add-frame .buttons-set {
    float: left;
    width: 40%;
  }
  #product-single .product-addtocart {
    padding: 15px 0px;
  }
}

@media only all and (min-width: 36em) {
  #product-single .product-addtocart {
    padding: 0.9375rem 0rem;
  }
}

@media (min-width: 36em) {
  #product-single .product-addtocart .info {
    float: left;
    width: 60%;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
  }
}

@media only all and (min-width: 36em) {
  #product-single .product-addtocart .info {
    padding-right: 0.9375rem;
  }
}

@media (min-width: 36em) {
  #product-single .product-addtocart .buttons-set {
    float: right;
    width: 40%;
  }
  #product-single .product-addtocart .qty-wrapper {
    padding: 0 0 0.9375rem;
    border-bottom: 1px solid #dedede;
  }
  #product-single .add-frame h5 {
    margin-top: 3px;
    font-size: 16px;
  }
}

@media only all and (min-width: 36em) {
  #product-single .add-frame h5 {
    margin-top: 0.1875rem;
  }
}

@media only all and (min-width: 36em) {
  #product-single .add-frame h5 {
    font-size: 1rem;
  }
}

@media (min-width: 36em) {
  #product-single .add-frame .added span {
    padding-left: 108px;
  }
}

@media only all and (min-width: 36em) {
  #product-single .add-frame .added span {
    padding-left: 6.75rem;
  }
}

@media (min-width: 36em) {
  #product-single .add-frame .edit-frame-box {
    top: 15px;
  }
}

@media only all and (min-width: 36em) {
  #product-single .add-frame .edit-frame-box {
    top: 0.9375rem;
  }
}

@media (min-width: 36em) {
  #product-single .add-frame .edit-frame-box .buttons-set .button {
    max-width: 198px;
    width: 47%;
  }
}

@media only all and (min-width: 36em) {
  #product-single .add-frame .edit-frame-box .buttons-set .button {
    max-width: 12.375rem;
  }
}

@media (min-width: 36em) {
  #product-single .product-benefit ul li {
    font-size: 14px;
  }
}

@media only all and (min-width: 36em) {
  #product-single .product-benefit ul li {
    font-size: 0.875rem;
  }
}

@media (min-width: 36em) {
  #product-single .product-addtocart.out-of-stock .info {
    width: 32%;
  }
  #product-single .product-addtocart.out-of-stock .buttons-set {
    width: 68%;
    text-align: right;
  }
  #product-single .product-addtocart.out-of-stock .buttons-set .btn-notify {
    max-width: 300px;
  }
}

@media only all and (min-width: 36em) {
  #product-single .product-addtocart.out-of-stock .buttons-set .btn-notify {
    max-width: 18.75rem;
  }
}

@media (min-width: 36em) {
  #product-single .product-addtocart.out-of-stock .out-stock {
    line-height: 1.2em;
    display: block;
  }
  #product-single .product-addtocart.out-of-stock .price-box {
    float: none;
  }
  #product-single .product-addtocart.out-of-stock .price-box .price {
    line-height: 1;
  }
  #product-single .product-social {
    padding: 14px 0px;
  }
}

@media only all and (min-width: 36em) {
  #product-single .product-social {
    padding: 0.875rem 0rem;
  }
}

@media (min-width: 36em) {
  #product-single .product-social .review {
    float: left;
    margin-bottom: 0;
  }
  #product-single .product-social .review .button-review {
    display: block;
  }
  #product-single .product-social .share {
    float: right;
  }
  #product-single .tags {
    padding: 6px 0px 16px;
  }
}

@media only all and (min-width: 36em) {
  #product-single .tags {
    padding: 0.375rem 0rem 1rem;
  }
}

@media (min-width: 36em) {
  .products-alsolike h3.title-box {
    font-size: 26px;
    padding: 35px 0px 30px;
  }
}

@media only all and (min-width: 36em) {
  .products-alsolike h3.title-box {
    font-size: 1.625rem;
  }
}

@media only all and (min-width: 36em) {
  .products-alsolike h3.title-box {
    padding: 2.1875rem 0rem 1.875rem;
  }
}

@media (min-width: 36em) {
  #product-outofstock-popup {
    padding: 15px 20px;
    width: 422px;
  }
}

@media only all and (min-width: 36em) {
  #product-outofstock-popup {
    padding: 0.9375rem 1.25rem;
  }
}

@media only all and (min-width: 36em) {
  #product-outofstock-popup {
    width: 26.375rem;
  }
}

@media (min-width: 36em) {
  #product-outofstock-popup h3 {
    font-size: 24px;
  }
}

@media only all and (min-width: 36em) {
  #product-outofstock-popup h3 {
    font-size: 1.5rem;
  }
}

@media (min-width: 36em) {
  #product-outofstock-popup .button {
    margin-top: 15px;
  }
}

@media only all and (min-width: 36em) {
  #product-outofstock-popup .button {
    margin-top: 0.9375rem;
  }
}

@media (min-width: 36em) {
  #addTobagSuccess-popup {
    background: #f0f0f0;
    *zoom: 1;
  }
  #addTobagSuccess-popup:before {
    position: absolute;
    top: 0;
    left: -25px;
    height: 100%;
    width: 25px;
    background: #f0f0f0;
  }
}

@media only all and (min-width: 36em) {
  #addTobagSuccess-popup:before {
    left: -1.5625rem;
  }
}

@media only all and (min-width: 36em) {
  #addTobagSuccess-popup:before {
    width: 1.5625rem;
  }
}

@media (min-width: 36em) {
  #addTobagSuccess-popup:before, #addTobagSuccess-popup:after {
    content: "";
    display: block;
  }
  #addTobagSuccess-popup:after {
    clear: both;
  }
  #addTobagSuccess-popup > div {
    float: left;
    width: 50%;
    padding: 0;
  }
  #addTobagSuccess-popup h3 {
    font-size: 24px;
    padding: 12px 0px 28px;
  }
}

@media only all and (min-width: 36em) {
  #addTobagSuccess-popup h3 {
    font-size: 1.5rem;
  }
}

@media only all and (min-width: 36em) {
  #addTobagSuccess-popup h3 {
    padding: 0.75rem 0rem 1.75rem;
  }
}

@media (min-width: 36em) {
  #addTobagSuccess-popup .add-frame-grid {
    padding-right: 20px;
    padding-bottom: 0;
    position: static;
  }
}

@media only all and (min-width: 36em) {
  #addTobagSuccess-popup .add-frame-grid {
    padding-right: 1.25rem;
  }
}

@media (min-width: 36em) {
  #addTobagSuccess-popup .add-frame-grid:before, #addTobagSuccess-popup .add-frame-grid:after {
    position: absolute;
    top: -25px;
    left: -20px;
    padding-left: 20px;
    height: 25px;
    padding: 0;
    width: 50%;
  }
}

@media only all and (min-width: 36em) {
  #addTobagSuccess-popup .add-frame-grid:before, #addTobagSuccess-popup .add-frame-grid:after {
    top: -1.5625rem;
  }
}

@media only all and (min-width: 36em) {
  #addTobagSuccess-popup .add-frame-grid:before, #addTobagSuccess-popup .add-frame-grid:after {
    left: -1.25rem;
  }
}

@media only all and (min-width: 36em) {
  #addTobagSuccess-popup .add-frame-grid:before, #addTobagSuccess-popup .add-frame-grid:after {
    padding-left: 1.25rem;
  }
}

@media only all and (min-width: 36em) {
  #addTobagSuccess-popup .add-frame-grid:before, #addTobagSuccess-popup .add-frame-grid:after {
    height: 1.5625rem;
  }
}

@media (min-width: 36em) {
  #addTobagSuccess-popup .add-frame-grid:after {
    top: auto;
    bottom: -25px;
  }
}

@media only all and (min-width: 36em) {
  #addTobagSuccess-popup .add-frame-grid:after {
    bottom: -1.5625rem;
  }
}

@media (min-width: 36em) {
  #addTobagSuccess-popup .bag-success {
    padding-left: 20px;
    padding-bottom: 20px;
    position: relative;
  }
}

@media only all and (min-width: 36em) {
  #addTobagSuccess-popup .bag-success {
    padding-left: 1.25rem;
  }
}

@media only all and (min-width: 36em) {
  #addTobagSuccess-popup .bag-success {
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 36em) {
  #addTobagSuccess-popup .bag-success:before {
    content: '';
    position: absolute;
    top: 0;
    right: -20px;
    height: 100%;
    width: 20px;
    background: #fff;
  }
}

@media only all and (min-width: 36em) {
  #addTobagSuccess-popup .bag-success:before {
    right: -1.25rem;
  }
}

@media only all and (min-width: 36em) {
  #addTobagSuccess-popup .bag-success:before {
    width: 1.25rem;
  }
}

@media (min-width: 36em) {
  #addTobagSuccess-popup .bag-success li.tf {
    font-size: 15px;
    padding: 20px 10px;
  }
}

@media only all and (min-width: 36em) {
  #addTobagSuccess-popup .bag-success li.tf {
    font-size: 0.9375rem;
  }
}

@media only all and (min-width: 36em) {
  #addTobagSuccess-popup .bag-success li.tf {
    padding: 1.25rem 0.625rem;
  }
}

@media (min-width: 36em) {
  #addTobagSuccess-popup .bag-success li.tf.qty {
    margin-top: 30px;
  }
}

@media only all and (min-width: 36em) {
  #addTobagSuccess-popup .bag-success li.tf.qty {
    margin-top: 1.875rem;
  }
}

@media (min-width: 36em) {
  #addTobagSuccess-popup .bag-success .product-name {
    font-size: 16px;
  }
}

@media only all and (min-width: 36em) {
  #addTobagSuccess-popup .bag-success .product-name {
    font-size: 1rem;
  }
}

@media (min-width: 36em) {
  #addTobagSuccess-popup .bag-success .price-box span {
    font-size: 15px;
  }
}

@media only all and (min-width: 36em) {
  #addTobagSuccess-popup .bag-success .price-box span {
    font-size: 0.9375rem;
  }
}

@media (min-width: 36em) {
  #addTobagSuccess-popup .bag-success .buttons-set p {
    line-height: 47px;
  }
}

@media only all and (min-width: 36em) {
  #addTobagSuccess-popup .bag-success .buttons-set p {
    line-height: 2.9375rem;
  }
}

@media (min-width: 36em) {
  #product-reivewspopup .product-reivews {
    padding: 0px 20px;
    max-width: 872px;
  }
}

@media only all and (min-width: 36em) {
  #product-reivewspopup .product-reivews {
    padding: 0rem 1.25rem;
  }
}

@media only all and (min-width: 36em) {
  #product-reivewspopup .product-reivews {
    max-width: 54.5rem;
  }
}

@media (min-width: 36em) {
  #product-reivewspopup .product-reivews .title-box {
    padding: 14px 0px 24px;
  }
}

@media only all and (min-width: 36em) {
  #product-reivewspopup .product-reivews .title-box {
    padding: 0.875rem 0rem 1.5rem;
  }
}

@media (min-width: 36em) {
  #product-reivewspopup .product-reivews .title-box h2 {
    font-size: 24px;
    float: left;
  }
}

@media only all and (min-width: 36em) {
  #product-reivewspopup .product-reivews .title-box h2 {
    font-size: 1.5rem;
  }
}

@media (min-width: 36em) {
  #product-reivewspopup .product-reivews .title-box .trustpilot-review {
    float: right;
    margin: 8px 0px;
  }
}

@media only all and (min-width: 36em) {
  #product-reivewspopup .product-reivews .title-box .trustpilot-review {
    margin: 0.5rem 0rem;
  }
}

@media (min-width: 36em) {
  #product-reivewspopup .product-reivews .reviews-table li {
    padding: 22px 25px 20px;
  }
}

@media only all and (min-width: 36em) {
  #product-reivewspopup .product-reivews .reviews-table li {
    padding: 1.375rem 1.5625rem 1.25rem;
  }
}

@media (min-width: 36em) {
  #product-reivewspopup .product-reivews .reviews-table li p {
    margin-bottom: 10px;
  }
}

@media only all and (min-width: 36em) {
  #product-reivewspopup .product-reivews .reviews-table li p {
    margin-bottom: 0.625rem;
  }
}

@media (min-width: 36em) {
  #product-reivewspopup .product-reivews .buttons-set {
    padding: 35px 0px 20px;
  }
}

@media only all and (min-width: 36em) {
  #product-reivewspopup .product-reivews .buttons-set {
    padding: 2.1875rem 0rem 1.25rem;
  }
}

@media (min-width: 36em) {
  #product-emailtofriend {
    width: 510px;
  }
}

@media only all and (min-width: 36em) {
  #product-emailtofriend {
    width: 31.875rem;
  }
}

@media (min-width: 36em) {
  #product-emailtofriend h2 {
    font-size: 24px;
    padding: 8px 0px 18px;
  }
}

@media only all and (min-width: 36em) {
  #product-emailtofriend h2 {
    font-size: 1.5rem;
  }
}

@media only all and (min-width: 36em) {
  #product-emailtofriend h2 {
    padding: 0.5rem 0rem 1.125rem;
  }
}

@media (min-width: 36em) {
  #product-emailtofriend h5 {
    font-size: 14px;
    padding-bottom: 10px;
  }
}

@media only all and (min-width: 36em) {
  #product-emailtofriend h5 {
    font-size: 0.875rem;
  }
}

@media only all and (min-width: 36em) {
  #product-emailtofriend h5 {
    padding-bottom: 0.625rem;
  }
}

@media (min-width: 36em) {
  #product-emailtofriend .col2-set {
    background: url(../images/border-bg.png) repeat-y center;
  }
  .tags {
    text-align: left;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  #addTobagSuccess-popup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0 auto;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
  }
  #addTobagSuccess-popup:before {
    content: '';
    display: block;
    position: absolute;
    top: auto;
    bottom: -25px;
    left: -20px;
    height: 25px;
    width: 100%;
    padding: 0px 20px;
  }
}

@media only all and (min-width: 0) and (max-width: 767px) {
  #addTobagSuccess-popup:before {
    bottom: -1.5625rem;
  }
}

@media only all and (min-width: 0) and (max-width: 767px) {
  #addTobagSuccess-popup:before {
    left: -1.25rem;
  }
}

@media only all and (min-width: 0) and (max-width: 767px) {
  #addTobagSuccess-popup:before {
    height: 1.5625rem;
  }
}

@media only all and (min-width: 0) and (max-width: 767px) {
  #addTobagSuccess-popup:before {
    padding: 0rem 1.25rem;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  #addTobagSuccess-popup .bag-success {
    padding-bottom: 65px;
    width: 100%;
  }
}

@media only all and (min-width: 0) and (max-width: 767px) {
  #addTobagSuccess-popup .bag-success {
    padding-bottom: 4.0625rem;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  #addTobagSuccess-popup .add-frame-grid {
    width: 100%;
    padding: 0;
    padding-bottom: 70px;
    display: block;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-order: 1;
    order: 1;
    position: relative;
  }
}

@media only all and (min-width: 0) and (max-width: 767px) {
  #addTobagSuccess-popup .add-frame-grid {
    padding-bottom: 4.375rem;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  #addTobagSuccess-popup .add-frame-grid:before {
    position: absolute;
    top: 0;
    left: -20px;
    height: 100%;
    width: 20px;
    background: #f0f0f0;
  }
}

@media only all and (min-width: 0) and (max-width: 767px) {
  #addTobagSuccess-popup .add-frame-grid:before {
    left: -1.25rem;
  }
}

@media only all and (min-width: 0) and (max-width: 767px) {
  #addTobagSuccess-popup .add-frame-grid:before {
    width: 1.25rem;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  #addTobagSuccess-popup .add-frame-grid:after {
    position: absolute;
    top: 0;
    left: auto;
    right: -20px;
    height: 100%;
    width: 20px;
    background: #f0f0f0;
  }
}

@media only all and (min-width: 0) and (max-width: 767px) {
  #addTobagSuccess-popup .add-frame-grid:after {
    right: -1.25rem;
  }
}

@media only all and (min-width: 0) and (max-width: 767px) {
  #addTobagSuccess-popup .add-frame-grid:after {
    width: 1.25rem;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  #addTobagSuccess-popup h3 {
    text-align: center;
  }
}

#product-single .col-image #frameThumbs {
  text-align: center;
  padding-top: 8px;
}

#product-single .col-image #frameThumbs li {
  display: inline-block;
  width: 53px;
  margin-left: 0.5em;
}

#product-single .col-image #frameThumbs li a {
  opacity: 0.5;
}

#product-single .col-image #frameThumbs li a.active {
  opacity: 1;
}

#product-single .product-addtocart .qty-wrapper {
  padding: 0 0 0.9375rem;
  border-bottom: 1px solid #dedede;
}

@media (min-width: 60em) {
  #product-single .col-image {
    width: 63.22%;
    padding-right: 2.5%;
    padding-bottom: 57px;
  }
}

@media only all and (min-width: 60em) {
  #product-single .col-image {
    padding-bottom: 3.5625rem;
  }
}

@media (min-width: 60em) {
  #product-single .col-image > .default {
    max-width: 737px;
  }
}

@media only all and (min-width: 60em) {
  #product-single .col-image > .default {
    max-width: 46.0625rem;
  }
}

@media (min-width: 60em) {
  #product-single .col-detail {
    width: 36.78%;
    max-width: 494px;
    padding-top: 4.25%;
    padding-bottom: 57px;
  }
}

@media only all and (min-width: 60em) {
  #product-single .col-detail {
    max-width: 30.875rem;
  }
}

@media only all and (min-width: 60em) {
  #product-single .col-detail {
    padding-bottom: 3.5625rem;
  }
}

@media (min-width: 60em) {
  #product-single .product-images {
    max-width: 737px;
    border: none;
    margin-bottom: 0;
  }
}

@media only all and (min-width: 60em) {
  #product-single .product-images {
    max-width: 46.0625rem;
  }
}

@media (min-width: 60em) {
  #product-single .product-name {
    font-size: 32px;
  }
}

@media only all and (min-width: 60em) {
  #product-single .product-name {
    font-size: 2rem;
  }
}

@media (min-width: 60em) {
  #product-single .about-box {
    clear: both;
  }
  #product-single .about-box .about-content {
    border-top: 1px solid #dedede;
  }
  #product-single .about-box .about-content:first-child .col2-set {
    margin-bottom: 4.45%;
  }
  #product-single .about-box .about-content:nth-child(2) .col2-set .col-text {
    left: auto;
    right: 0;
  }
  #product-single .about-box .about-content:nth-child(2) .col2-set .col-text .inner {
    float: right;
  }
  #product-single .about-box .about-content:nth-child(2) .col2-set .col-img {
    float: left;
  }
  #product-single .about-box .about-content-bg {
    border: none;
  }
  #product-single .about-box .huge-range .col2-set .col-text {
    width: 43%;
  }
  #product-single .about-box .huge-range .col2-set .col-img {
    width: 57%;
    padding: 0;
  }
  .products-alsolike {
    border-top: 1px solid #dedede;
    padding-bottom: 0;
  }
  .products-alsolike h3.title-box {
    font-size: 32px;
    padding: 4.9% 0 3.73%;
  }
}

@media only all and (min-width: 60em) {
  .products-alsolike h3.title-box {
    font-size: 2rem;
  }
}

@media (min-width: 60em) {
  .products-alsolike .gb-carousel {
    padding-bottom: 5.2%;
  }
  .products-alsolike .gb-carousel .item {
    padding: 0 6.2%;
  }
  .products-alsolike .gb-carousel .owl-controls .owl-nav .owl-prev, .products-alsolike .gb-carousel .owl-controls .owl-nav .owl-next {
    margin-top: -18px;
    height: 36px;
    width: 19px;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}

@media only all and (min-width: 60em) {
  .products-alsolike .gb-carousel .owl-controls .owl-nav .owl-prev, .products-alsolike .gb-carousel .owl-controls .owl-nav .owl-next {
    margin-top: -1.125rem;
  }
}

@media only all and (min-width: 60em) {
  .products-alsolike .gb-carousel .owl-controls .owl-nav .owl-prev, .products-alsolike .gb-carousel .owl-controls .owl-nav .owl-next {
    height: 2.25rem;
  }
}

@media only all and (min-width: 60em) {
  .products-alsolike .gb-carousel .owl-controls .owl-nav .owl-prev, .products-alsolike .gb-carousel .owl-controls .owl-nav .owl-next {
    width: 1.1875rem;
  }
}

@media (min-width: 60em) {
  .products-alsolike .gb-carousel .owl-controls .owl-nav .owl-prev {
    left: 0;
    margin-left: -2%;
    background: url(../svg/icon-prev.svg) no-repeat center;
  }
  .products-alsolike .gb-carousel .owl-controls .owl-nav .owl-next {
    right: 0;
    margin-right: -2%;
    background: url(../svg/icon-next.svg) no-repeat center;
  }
  #addTobagSuccess-popup {
    width: 858px;
    padding: 0px 20px;
  }
}

@media only all and (min-width: 60em) {
  #addTobagSuccess-popup {
    width: 53.625rem;
  }
}

@media only all and (min-width: 60em) {
  #addTobagSuccess-popup {
    padding: 0rem 1.25rem;
  }
}

@media (min-width: 60em) {
  #addTobagSuccess-popup .add-frame-grid {
    padding-right: 45px;
  }
}

@media only all and (min-width: 60em) {
  #addTobagSuccess-popup .add-frame-grid {
    padding-right: 2.8125rem;
  }
}

@media (min-width: 60em) {
  #addTobagSuccess-popup .add-frame-grid:before, #addTobagSuccess-popup .add-frame-grid:after {
    left: -25px;
    padding-left: 25px;
  }
}

@media only all and (min-width: 60em) {
  #addTobagSuccess-popup .add-frame-grid:before, #addTobagSuccess-popup .add-frame-grid:after {
    left: -1.5625rem;
  }
}

@media only all and (min-width: 60em) {
  #addTobagSuccess-popup .add-frame-grid:before, #addTobagSuccess-popup .add-frame-grid:after {
    padding-left: 1.5625rem;
  }
}

@media (min-width: 60em) {
  #addTobagSuccess-popup .bag-success {
    padding-left: 45px;
  }
}

@media only all and (min-width: 60em) {
  #addTobagSuccess-popup .bag-success {
    padding-left: 2.8125rem;
  }
}

@media (min-width: 60em) {
  #product-emailtofriend {
    width: 784px;
    padding: 0px 20px;
  }
}

@media only all and (min-width: 60em) {
  #product-emailtofriend {
    width: 49rem;
  }
}

@media only all and (min-width: 60em) {
  #product-emailtofriend {
    padding: 0rem 1.25rem;
  }
}

@media (min-width: 60em) {
  #product-emailtofriend .form-list .button {
    max-width: 220px;
  }
}

@media only all and (min-width: 60em) {
  #product-emailtofriend .form-list .button {
    max-width: 13.75rem;
  }
}

@media (min-width: 60em) {
  .catalog-product-view button.mz-button.mz-button-prev,
  .catalog-product-view button.mz-button.mz-button-next,
  .catalog-product-view button.mz-button.mz-button-close {
    height: 49px !important;
    width: 49px !important;
  }
}

@media only all and (min-width: 60em) {
  .catalog-product-view button.mz-button.mz-button-prev,
  .catalog-product-view button.mz-button.mz-button-next,
  .catalog-product-view button.mz-button.mz-button-close {
    height: 3.0625rem !important;
  }
}

@media only all and (min-width: 60em) {
  .catalog-product-view button.mz-button.mz-button-prev,
  .catalog-product-view button.mz-button.mz-button-next,
  .catalog-product-view button.mz-button.mz-button-close {
    width: 3.0625rem !important;
  }
}

@media (min-width: 60em) {
  .catalog-product-view button.mz-button.mz-button-prev {
    right: 98px !important;
  }
  .catalog-product-view button.mz-button.mz-button-next {
    right: 49px !important;
  }
}

@media (min-width: 90em) {
  #product-single .about-box .huge-range .col2-set {
    margin-top: 0.8%;
  }
}

@media (min-width: 0) and (max-width: 60em) {
  #product-single {
    border-top: 1px solid #fff;
    background: #fff;
    margin-top: -1px;
    position: relative;
  }
}

@media only all and (min-width: 0) and (max-width: 60em) {
  #product-single {
    margin-top: -0.0625rem;
  }
}

@media (min-width: 0) and (max-width: 60em) {
  #product-single .about-box .about-content .col2-set {
    border-top: 1px solid #dedede;
  }
  #product-single .about-box .about-content .col2-set .col-text {
    margin: 30px 0px 25px;
  }
}

@media only all and (min-width: 0) and (max-width: 60em) {
  #product-single .about-box .about-content .col2-set .col-text {
    margin: 1.875rem 0rem 1.5625rem;
  }
}

@media (min-width: 60em) and (max-width: 75em) {
  .products-alsolike .gb-carousel {
    padding-left: 2%;
    padding-right: 2%;
  }
}

@media (min-width: 60em) and (max-width: 90em) {
  #product-single .about-box .huge-range .col2-set .col-img {
    width: 57%;
  }
  #product-single .about-box .huge-range .col2-set .col-img img {
    max-height: 483px;
  }
}

@media only all and (min-width: 60em) and (max-width: 90em) {
  #product-single .about-box .huge-range .col2-set .col-img img {
    max-height: 30.1875rem;
  }
}

#stickyAddToCart {
  display: none;
  background: #fff;
  text-align: center;
  -webkit-box-shadow: 0 -2px 4px 0 rgba(166, 166, 166, 0.51);
  -moz-box-shadow: 0 -2px 4px 0 rgba(166, 166, 166, 0.51);
  box-shadow: 0 -2px 4px 0 rgba(166, 166, 166, 0.51);
  width: 200px;
  position: absolute;
  right: 12px;
  top: -105px;
  z-index: 999;
}

#stickyAddToCart p {
  font-size: 13px;
  padding: 6%;
  line-height: 1.2;
}

@media only all {
  #stickyAddToCart p {
    font-size: 0.8125rem;
  }
}

#stickyAddToCart button {
  font-size: 13px;
}

@media only all {
  #stickyAddToCart button {
    font-size: 0.8125rem;
  }
}

.catalog-product-view #stickyAddToCart {
  display: block;
}

.zopim {
  -webkit-transition: right 0.4s ease;
  -moz-transition: right 0.4s ease;
  -o-transition: right 0.4s ease;
  transition: right 0.4s ease;
  z-index: 9998 !important;
}

.zopim.nudgeOver {
  right: 224px !important;
}

@media (max-width: 70em) {
  .zopim {
    display: none !important;
  }
}

#product-options-wrapper label {
  line-height: 45px;
}

@media only all {
  #product-options-wrapper label {
    line-height: 2.8125rem;
  }
}

.edit-frame-box .buttons-set {
  border-bottom: 0;
  float: none;
}

.catalog-product-view .tab-toggle-content p {
  font-size: 14px;
  padding: 12px 17px;
}

@media only all {
  .catalog-product-view .tab-toggle-content p {
    font-size: 0.875rem;
  }
}

@media only all {
  .catalog-product-view .tab-toggle-content p {
    padding: 0.75rem 1.0625rem;
  }
}

.currentlyInactive {
  opacity: 0.2;
  pointer-events: none;
  pointer: default;
}

#product-options-wrapper #edit-frame .form-list > li {
  display: block !important;
}

.login-banner {
  background: url(../images/login-banner.jpg) no-repeat top center;
  -webkit-background-size: cover;
  -khtml-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.login-banner h4 {
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: -0.05em;
  font-size: 18px;
  margin-bottom: 2px;
  padding-top: 8.4%;
}

@media only all {
  .login-banner h4 {
    font-size: 1.125rem;
  }
}

@media only all {
  .login-banner h4 {
    margin-bottom: 0.125rem;
  }
}

.login-banner h2 {
  padding-bottom: 8.4%;
}

.login-banner h2 img {
  width: 375px;
}

@media only all {
  .login-banner h2 img {
    width: 23.4375rem;
  }
}

@media (max-width: 34em) {
  .login-banner h2 img {
    width: 80%;
  }
}

.login-register-box {
  padding-bottom: 50px;
}

@media only all {
  .login-register-box {
    padding-bottom: 3.125rem;
  }
}

.login-register-box h4 {
  font-size: 14px;
  line-height: 23px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

@media only all {
  .login-register-box h4 {
    font-size: 0.875rem;
  }
}

@media only all {
  .login-register-box h4 {
    line-height: 1.4375rem;
  }
}

@media only all {
  .login-register-box h4 {
    margin-bottom: 0.375rem;
  }
}

.login-register-box p.plr {
  margin-bottom: 10px;
}

@media only all {
  .login-register-box p.plr {
    margin-bottom: 0.625rem;
  }
}

.login-register-box .col2-set .col-1 {
  margin-bottom: 30px;
}

@media only all {
  .login-register-box .col2-set .col-1 {
    margin-bottom: 1.875rem;
  }
}

.login-register-box .col2-set .col-1 .buttons-set {
  margin-top: 10px;
}

@media only all {
  .login-register-box .col2-set .col-1 .buttons-set {
    margin-top: 0.625rem;
  }
}

.login-register-box .col2-set .col-2 .buttons-set {
  margin-top: 20px;
}

@media only all {
  .login-register-box .col2-set .col-2 .buttons-set {
    margin-top: 1.25rem;
  }
}

.forgot-password-box p.plr {
  margin-bottom: 22px;
}

@media only all {
  .forgot-password-box p.plr {
    margin-bottom: 1.375rem;
  }
}

.forgot-password-box p.plr a {
  color: #00a7e6;
}

.forgot-password-box p.plr a:hover {
  text-decoration: underline;
}

.forgot-password-box .button {
  display: block;
  margin-top: 10px;
}

@media only all {
  .forgot-password-box .button {
    margin-top: 0.625rem;
  }
}

.logged-out-box .content-inner {
  padding-bottom: 50px;
}

@media only all {
  .logged-out-box .content-inner {
    padding-bottom: 3.125rem;
  }
}

.logged-out-box .content-inner img {
  width: auto;
  max-width: 100%;
}

.logged-out-box .content-inner h2 {
  margin-top: 5.8%;
  margin-bottom: 18px;
}

@media only all {
  .logged-out-box .content-inner h2 {
    margin-bottom: 1.125rem;
  }
}

.logged-out-box .content-inner h4 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  margin-bottom: 8px;
}

@media only all {
  .logged-out-box .content-inner h4 {
    font-size: 1.125rem;
  }
}

@media only all {
  .logged-out-box .content-inner h4 {
    margin-bottom: 0.5rem;
  }
}

.logged-out-box .content-inner p {
  max-width: 680px;
  margin: 0px auto 16px;
}

@media only all {
  .logged-out-box .content-inner p {
    max-width: 42.5rem;
  }
}

@media only all {
  .logged-out-box .content-inner p {
    margin: 0rem auto 1rem;
  }
}

.logged-out-box .content-inner a.button {
  display: block;
  font-size: 13px;
  max-width: 382px;
  margin: 0 auto;
}

@media only all {
  .logged-out-box .content-inner a.button {
    font-size: 0.8125rem;
  }
}

@media only all {
  .logged-out-box .content-inner a.button {
    max-width: 23.875rem;
  }
}

.logged-out-box .content-inner .button.btn-account {
  background: #f0f0f0;
  color: #111111;
  margin-top: 10px;
}

@media only all {
  .logged-out-box .content-inner .button.btn-account {
    margin-top: 0.625rem;
  }
}

.logged-out-box .content-inner .button.btn-account:hover {
  color: #fff;
  background: #00a7e6;
}

.logged-out-box .content-inner .content-onebox {
  padding-bottom: 0;
}

.logged-out-box .product-tabs {
  margin-bottom: 3.2%;
}

.account-navigation {
  text-align: center;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding: 8px 0px;
  margin-bottom: 20px;
}

@media only all {
  .account-navigation {
    padding: 0.5rem 0rem;
  }
}

@media only all {
  .account-navigation {
    margin-bottom: 1.25rem;
  }
}

.account-navigation ul {
  font-size: 0;
}

.account-navigation ul li {
  display: inline-block;
  margin: 0px 15px;
  padding: 3px 0px;
}

@media only all {
  .account-navigation ul li {
    margin: 0rem 0.9375rem;
  }
}

@media only all {
  .account-navigation ul li {
    padding: 0.1875rem 0rem;
  }
}

.account-navigation ul li a {
  display: block;
  color: #b2b2b2;
  font-size: 13px;
  line-height: 23px;
  font-family: "Gotham A", "Gotham B", arial, helvetica, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
}

@media only all {
  .account-navigation ul li a {
    font-size: 0.8125rem;
  }
}

@media only all {
  .account-navigation ul li a {
    line-height: 1.4375rem;
  }
}

.account-navigation ul li a:hover, .account-navigation ul li a.current {
  color: #00a7e6;
}

#acctNavigation {
  display: none;
}

@media (max-width: 59.99em) {
  #acctNavigation {
    display: block;
    border-bottom: 1px solid #dedede;
    border-top: 5px solid #001825;
    overflow: hidden;
    position: relative;
    color: #001825;
    cursor: pointer;
    font-size: 13px;
    letter-spacing: -0.05em;
    line-height: 18px;
    margin: 0px 0px 12px 0px;
    padding: 18px 10px 14px;
    text-transform: uppercase;
    z-index: 1;
  }
}

@media only all and (max-width: 59.99em) {
  #acctNavigation {
    font-size: 0.8125rem;
  }
}

@media only all and (max-width: 59.99em) {
  #acctNavigation {
    line-height: 1.125rem;
  }
}

@media only all and (max-width: 59.99em) {
  #acctNavigation {
    margin: 0rem 0rem 0.75rem 0rem;
  }
}

@media only all and (max-width: 59.99em) {
  #acctNavigation {
    padding: 1.125rem 0.625rem 0.875rem;
  }
}

@media (max-width: 59.99em) {
  #acctNavigation:after {
    background: rgba(0, 0, 0, 0) url("../svg/icon-down-black.svg") no-repeat scroll right center;
    content: "";
    display: inline;
    float: right;
    height: 18px;
    -webkit-transition: transform 0.3s ease 0s;
    -moz-transition: transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    width: 12px;
  }
}

@media only all and (max-width: 59.99em) {
  #acctNavigation:after {
    height: 1.125rem;
  }
}

@media only all and (max-width: 59.99em) {
  #acctNavigation:after {
    width: 0.75rem;
  }
}

@media (max-width: 59.99em) {
  #acctNavigation.active:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .account-navigation {
    border-top: 0;
    margin-top: 0;
  }
  .account-navigation ul li {
    display: block;
    width: 100%;
    text-align: left;
  }
  .account-navigation ul li a {
    font-family: "Proxima Nova W08 Reg",arial,helvetica,sans-serif;
    color: #111;
    text-transform: none;
    font-weight: normal;
    font-size: 15px;
  }
}

@media only all and (max-width: 59.99em) {
  .account-navigation ul li a {
    font-size: 0.9375rem;
  }
}

.my-account {
  max-width: 956px;
  padding-bottom: 50px;
  margin: 0 auto;
}

@media only all {
  .my-account {
    max-width: 59.75rem;
  }
}

@media only all {
  .my-account {
    padding-bottom: 3.125rem;
  }
}

.my-account .col2-set .col-1 .box, .my-account .col2-set .col-2 .box {
  margin-bottom: 20px;
}

@media only all {
  .my-account .col2-set .col-1 .box, .my-account .col2-set .col-2 .box {
    margin-bottom: 1.25rem;
  }
}

.my-account .col2-set.addresses-list {
  border-bottom: 1px solid #dedede;
}

.my-account .col2-set.addresses-additional .col-1 .box, .my-account .col2-set.addresses-additional .col-2 .box {
  margin-top: 20px;
}

@media only all {
  .my-account .col2-set.addresses-additional .col-1 .box, .my-account .col2-set.addresses-additional .col-2 .box {
    margin-top: 1.25rem;
  }
}

.my-account .page-title-dashboard {
  padding-bottom: 20px;
}

@media only all {
  .my-account .page-title-dashboard {
    padding-bottom: 1.25rem;
  }
}

.my-account .page-title-dashboard p {
  max-width: 740px;
  margin: 0 auto;
}

@media only all {
  .my-account .page-title-dashboard p {
    max-width: 46.25rem;
  }
}

.my-account .box-title h3 {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 7px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

@media only all {
  .my-account .box-title h3 {
    font-size: 0.875rem;
  }
}

@media only all {
  .my-account .box-title h3 {
    line-height: 1.25rem;
  }
}

@media only all {
  .my-account .box-title h3 {
    margin-bottom: 0.4375rem;
  }
}

.my-account .box-content p, .my-account .box-content address {
  font-size: 13px;
  line-height: 18px;
  font-style: normal;
}

@media only all {
  .my-account .box-content p, .my-account .box-content address {
    font-size: 0.8125rem;
  }
}

@media only all {
  .my-account .box-content p, .my-account .box-content address {
    line-height: 1.125rem;
  }
}

.my-account .box-content a {
  color: #00a7e6;
}

.my-account .box-content a:hover {
  text-decoration: underline;
}

.my-account .fieldset h2.legend {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 12px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

@media only all {
  .my-account .fieldset h2.legend {
    font-size: 0.875rem;
  }
}

@media only all {
  .my-account .fieldset h2.legend {
    line-height: 1.25rem;
  }
}

@media only all {
  .my-account .fieldset h2.legend {
    margin-bottom: 0.75rem;
  }
}

.my-account .buttons-set {
  margin-top: 15px;
}

@media only all {
  .my-account .buttons-set {
    margin-top: 0.9375rem;
  }
}

.my-account .buttons-set .button {
  width: auto;
}

.my-account .box-dashboard {
  border-bottom: 1px solid #dedede;
}

.my-account .box-recent .box-head h3 {
  text-align: center;
  font-size: 18px;
  line-height: 36px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  padding: 5.2% 0 4.8%;
}

@media only all {
  .my-account .box-recent .box-head h3 {
    font-size: 1.125rem;
  }
}

@media only all {
  .my-account .box-recent .box-head h3 {
    line-height: 2.25rem;
  }
}

.my-account .box-recent .view-all {
  display: block;
  max-width: 273px;
  margin: 5.4% auto 0;
}

@media only all {
  .my-account .box-recent .view-all {
    max-width: 17.0625rem;
  }
}

.my-account .box-recent .toolbar {
  margin-top: 15px;
}

@media only all {
  .my-account .box-recent .toolbar {
    margin-top: 0.9375rem;
  }
}

.my-account .box-recent .buttons-set .button-reoder {
  width: 100%;
}

.my-wishlist {
  padding-bottom: 50px;
}

@media only all {
  .my-wishlist {
    padding-bottom: 3.125rem;
  }
}

.my-wishlist .buttons-set {
  text-align: center;
  padding: 15px 0px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  margin-bottom: 25px;
}

@media only all {
  .my-wishlist .buttons-set {
    padding: 0.9375rem 0rem;
  }
}

@media only all {
  .my-wishlist .buttons-set {
    margin-bottom: 1.5625rem;
  }
}

.my-wishlist .buttons-set ul li {
  margin-bottom: 10px;
}

@media only all {
  .my-wishlist .buttons-set ul li {
    margin-bottom: 0.625rem;
  }
}

.my-wishlist .buttons-set ul li .button {
  margin: 0;
}

.my-wishlist .buttons-set ul li .button:hover {
  text-decoration: none;
}

.my-wishlist .buttons-set ul li:last-child {
  margin: 0;
}

.my-wishlist .buttons-set.bottom {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.my-wishlist .toolbar {
  padding: 20px 0px;
  border-top: 1px solid #dedede;
}

@media only all {
  .my-wishlist .toolbar {
    padding: 1.25rem 0rem;
  }
}

.share-wishlist {
  padding-bottom: 50px;
}

@media only all {
  .share-wishlist {
    padding-bottom: 3.125rem;
  }
}

.share-wishlist .page-title {
  border-bottom: 1px solid #dedede;
  margin-bottom: 20px;
}

@media only all {
  .share-wishlist .page-title {
    margin-bottom: 1.25rem;
  }
}

.share-wishlist .fieldset {
  max-width: 566px;
  margin: 0 auto;
}

@media only all {
  .share-wishlist .fieldset {
    max-width: 35.375rem;
  }
}

.share-wishlist .buttons-set {
  margin-top: 15px;
}

@media only all {
  .share-wishlist .buttons-set {
    margin-top: 0.9375rem;
  }
}

.share-wishlist .buttons-set .button {
  width: auto;
}

.cart.box-recent {
  border-top: 1px solid #dedede;
}

.cart.box-recent .buttons-set {
  overflow: hidden;
  margin-top: 10px;
}

@media only all {
  .cart.box-recent .buttons-set {
    margin-top: 0.625rem;
  }
}

#shopping-cart-table .product-image {
  display: block;
  text-align: center;
}

#shopping-cart-table .product-image img {
  width: auto;
  max-width: 130px;
  height: 164px;
}

@media only all {
  #shopping-cart-table .product-image img {
    max-width: 8.125rem;
  }
}

@media only all {
  #shopping-cart-table .product-image img {
    height: 10.25rem;
  }
}

#shopping-cart-table .product-name {
  font-family: "Gotham A", "Gotham B", arial, helvetica, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #111111;
  font-weight: 800;
  cursor: pointer;
  display: inline-block;
}

@media only all {
  #shopping-cart-table .product-name {
    font-size: 1rem;
  }
}

@media only all {
  #shopping-cart-table .product-name {
    margin-bottom: 0.625rem;
  }
}

#shopping-cart-table .product-name:hover {
  text-decoration: none;
  color: #00a7e6;
}

#shopping-cart-table .attribute strong {
  width: 104px;
  display: inline-block;
}

@media only all {
  #shopping-cart-table .attribute strong {
    width: 6.5rem;
  }
}

#shopping-cart-table .remove {
  color: #939393;
  font-size: 15px;
  background: url(../svg/icon-close-gray.svg) no-repeat 0 1px;
  padding-left: 19px;
  margin-top: 5px;
  display: inline-block;
}

@media only all {
  #shopping-cart-table .remove {
    font-size: 0.9375rem;
  }
}

@media only all {
  #shopping-cart-table .remove {
    padding-left: 1.1875rem;
  }
}

@media only all {
  #shopping-cart-table .remove {
    margin-top: 0.3125rem;
  }
}

#shopping-cart-table .price {
  font-size: 15px;
  font-family: "Gotham A", "Gotham B", arial, helvetica, sans-serif;
  font-weight: 800;
  letter-spacing: -0.05em;
}

@media only all {
  #shopping-cart-table .price {
    font-size: 0.9375rem;
  }
}

#shopping-cart-table .a-subtotal .price {
  color: #00a7e6;
}

#shopping-cart-table .qty-update input.input-text {
  text-align: center;
  width: 62px;
}

@media only all {
  #shopping-cart-table .qty-update input.input-text {
    width: 3.875rem;
  }
}

#shopping-cart-table .qty-update .update {
  padding: 0;
  border: none;
  background: none;
  min-width: 0;
  width: auto;
  color: #00a7e6;
  font-family: "Proxima Nova W08 Reg", arial, helvetica, sans-serif;
  font-weight: normal;
  text-transform: none;
  font-size: 13px;
}

@media only all {
  #shopping-cart-table .qty-update .update {
    font-size: 0.8125rem;
  }
}

#shopping-cart-table .qty-update .update:hover {
  text-decoration: underline;
}

#shopping-cart-table tbody td {
  position: relative;
}

#shopping-cart-table tfoot td {
  padding: 20px 16px;
  border-bottom: 1px solid #dedede;
}

@media only all {
  #shopping-cart-table tfoot td {
    padding: 1.25rem 1rem;
  }
}

#shopping-cart-table tfoot td:first-child {
  border: none;
}

#shopping-cart-table tfoot .a-left {
  position: relative;
  text-indent: -28px;
}

@media only all {
  #shopping-cart-table tfoot .a-left {
    text-indent: -1.75rem;
  }
}

#shopping-cart-table tfoot .a-left:before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: -28px;
  width: 28px;
  border-bottom: 1px solid #dedede;
}

@media only all {
  #shopping-cart-table tfoot .a-left:before {
    bottom: -0.0625rem;
  }
}

@media only all {
  #shopping-cart-table tfoot .a-left:before {
    left: -1.75rem;
  }
}

@media only all {
  #shopping-cart-table tfoot .a-left:before {
    width: 1.75rem;
  }
}

#shopping-cart-table tfoot strong, #shopping-cart-table tfoot .price {
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Gotham A", "Gotham B", arial, helvetica, sans-serif;
  font-weight: 800;
}

@media only all {
  #shopping-cart-table tfoot strong, #shopping-cart-table tfoot .price {
    font-size: 0.8125rem;
  }
}

#shopping-cart-table tfoot .grand_total td {
  border: none;
}

#shopping-cart-table tfoot .grand_total strong {
  color: #00a7e6;
}

#shopping-cart-table tfoot .grand_total .a-left:before {
  display: none;
}

#trackinginfo-popup {
  max-width: 380px;
  padding: 0px 15px;
}

@media only all {
  #trackinginfo-popup {
    max-width: 23.75rem;
  }
}

@media only all {
  #trackinginfo-popup {
    padding: 0rem 0.9375rem;
  }
}

#trackinginfo-popup h4 {
  font-family: "Gotham A", "Gotham B", arial, helvetica, sans-serif;
  font-size: 18px;
  padding: 5px 0px 15px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

@media only all {
  #trackinginfo-popup h4 {
    font-size: 1.125rem;
  }
}

@media only all {
  #trackinginfo-popup h4 {
    padding: 0.3125rem 0rem 0.9375rem;
  }
}

#trackinginfo-popup ul li {
  margin-bottom: 10px;
}

@media only all {
  #trackinginfo-popup ul li {
    margin-bottom: 0.625rem;
  }
}

#trackinginfo-popup p {
  line-height: 22px;
}

@media only all {
  #trackinginfo-popup p {
    line-height: 1.375rem;
  }
}

#trackinginfo-popup strong {
  text-transform: uppercase;
  display: block;
  letter-spacing: -0.05em;
  font-size: 14px;
  line-height: 23px;
}

@media only all {
  #trackinginfo-popup strong {
    font-size: 0.875rem;
  }
}

@media only all {
  #trackinginfo-popup strong {
    line-height: 1.4375rem;
  }
}

#trackinginfo-popup a {
  color: #00a7e6;
}

#trackinginfo-popup a:hover {
  text-decoration: underline;
}

@media (min-width: 36em) {
  .login-register-box {
    padding-bottom: 70px;
  }
}

@media only all and (min-width: 36em) {
  .login-register-box {
    padding-bottom: 4.375rem;
  }
}

@media (min-width: 36em) {
  .login-register-box .page-title {
    padding: 25px 0px;
  }
}

@media only all and (min-width: 36em) {
  .login-register-box .page-title {
    padding: 1.5625rem 0rem;
  }
}

@media (min-width: 36em) {
  .login-register-box .col2-set {
    max-width: 784px;
    margin: 0 auto;
    background: url(../images/border-bg.png) repeat-y center;
  }
}

@media only all and (min-width: 36em) {
  .login-register-box .col2-set {
    max-width: 49rem;
  }
}

@media (min-width: 36em) {
  .login-register-box .col2-set .col-1, .login-register-box .col2-set .col-2 {
    max-width: 347px;
  }
}

@media only all and (min-width: 36em) {
  .login-register-box .col2-set .col-1, .login-register-box .col2-set .col-2 {
    max-width: 21.6875rem;
  }
}

@media (min-width: 36em) {
  .login-register-box .col2-set .col-1 .buttons-set {
    margin-top: 10px;
  }
}

@media only all and (min-width: 36em) {
  .login-register-box .col2-set .col-1 .buttons-set {
    margin-top: 0.625rem;
  }
}

@media (min-width: 36em) {
  .login-register-box .col2-set .col-2 .buttons-set {
    margin-top: 27px;
  }
}

@media only all and (min-width: 36em) {
  .login-register-box .col2-set .col-2 .buttons-set {
    margin-top: 1.6875rem;
  }
}

@media (min-width: 36em) {
  .login-register-box h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

@media only all and (min-width: 36em) {
  .login-register-box h4 {
    font-size: 1rem;
  }
}

@media only all and (min-width: 36em) {
  .login-register-box h4 {
    margin-bottom: 0.625rem;
  }
}

@media (min-width: 36em) {
  .login-register-box p.plr {
    margin-bottom: 16px;
  }
}

@media only all and (min-width: 36em) {
  .login-register-box p.plr {
    margin-bottom: 1rem;
  }
}

@media (min-width: 36em) {
  .forgot-password-box p.plr {
    margin-bottom: 32px;
  }
}

@media only all and (min-width: 36em) {
  .forgot-password-box p.plr {
    margin-bottom: 2rem;
  }
}

@media (min-width: 36em) {
  .logged-out-box .content-inner {
    padding-bottom: 70px;
  }
}

@media only all and (min-width: 36em) {
  .logged-out-box .content-inner {
    padding-bottom: 4.375rem;
  }
}

@media (min-width: 36em) {
  .logged-out-box .content-inner h2 {
    margin-bottom: 22px;
  }
}

@media only all and (min-width: 36em) {
  .logged-out-box .content-inner h2 {
    margin-bottom: 1.375rem;
  }
}

@media (min-width: 36em) {
  .logged-out-box .content-inner h4 {
    font-size: 24px;
    margin-bottom: 12px;
  }
}

@media only all and (min-width: 36em) {
  .logged-out-box .content-inner h4 {
    font-size: 1.5rem;
  }
}

@media only all and (min-width: 36em) {
  .logged-out-box .content-inner h4 {
    margin-bottom: 0.75rem;
  }
}

@media (min-width: 36em) {
  .logged-out-box .content-inner p {
    margin-bottom: 25px;
  }
}

@media only all and (min-width: 36em) {
  .logged-out-box .content-inner p {
    margin-bottom: 1.5625rem;
  }
}

@media (min-width: 36em) {
  .logged-out-box .content-inner a.button {
    font-size: 15px;
  }
}

@media only all and (min-width: 36em) {
  .logged-out-box .content-inner a.button {
    font-size: 0.9375rem;
  }
}

@media (min-width: 36em) {
  .account-navigation {
    padding: 10px 0px;
    margin-bottom: 40px;
  }
}

@media only all and (min-width: 36em) {
  .account-navigation {
    padding: 0.625rem 0rem;
  }
}

@media only all and (min-width: 36em) {
  .account-navigation {
    margin-bottom: 2.5rem;
  }
}

@media (min-width: 36em) {
  .my-account {
    padding-bottom: 70px;
  }
}

@media only all and (min-width: 36em) {
  .my-account {
    padding-bottom: 4.375rem;
  }
}

@media (min-width: 36em) {
  .my-account .col2-set .col-1, .my-account .col2-set .col-2 {
    width: 50%;
    padding-right: 2%;
  }
  .my-account .col2-set .col-1 .box, .my-account .col2-set .col-2 .box {
    margin-bottom: 8.5%;
  }
  .my-account .col2-set:last-child .col-1 .box, .my-account .col2-set:last-child .col-2 .box {
    margin-bottom: 7%;
  }
  .my-account .col2-set.addresses-additional .col-1 .box, .my-account .col2-set.addresses-additional .col-2 .box {
    margin: 8.7% 0 0;
  }
  .my-account .page-title-dashboard {
    padding-bottom: 50px;
  }
}

@media only all and (min-width: 36em) {
  .my-account .page-title-dashboard {
    padding-bottom: 3.125rem;
  }
}

@media (min-width: 36em) {
  .my-account .box-title h3 {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 11px;
  }
}

@media only all and (min-width: 36em) {
  .my-account .box-title h3 {
    font-size: 1rem;
  }
}

@media only all and (min-width: 36em) {
  .my-account .box-title h3 {
    line-height: 1.4375rem;
  }
}

@media only all and (min-width: 36em) {
  .my-account .box-title h3 {
    margin-bottom: 0.6875rem;
  }
}

@media (min-width: 36em) {
  .my-account .box-content p, .my-account .box-content address {
    font-size: 15px;
    line-height: 22px;
  }
}

@media only all and (min-width: 36em) {
  .my-account .box-content p, .my-account .box-content address {
    font-size: 0.9375rem;
  }
}

@media only all and (min-width: 36em) {
  .my-account .box-content p, .my-account .box-content address {
    line-height: 1.375rem;
  }
}

@media (min-width: 36em) {
  .my-account .fieldset h2.legend {
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 16px;
  }
}

@media only all and (min-width: 36em) {
  .my-account .fieldset h2.legend {
    font-size: 1rem;
  }
}

@media only all and (min-width: 36em) {
  .my-account .fieldset h2.legend {
    line-height: 1.4375rem;
  }
}

@media only all and (min-width: 36em) {
  .my-account .fieldset h2.legend {
    margin-bottom: 1rem;
  }
}

@media (min-width: 36em) {
  .my-account .buttons-set {
    margin-top: 25px;
  }
}

@media only all and (min-width: 36em) {
  .my-account .buttons-set {
    margin-top: 1.5625rem;
  }
}

@media (min-width: 36em) {
  .my-account .box-recent .box-head h3 {
    font-size: 22px;
  }
}

@media only all and (min-width: 36em) {
  .my-account .box-recent .box-head h3 {
    font-size: 1.375rem;
  }
}

@media (min-width: 36em) {
  .my-account .box-recent .toolbar {
    margin-top: 26px;
  }
}

@media only all and (min-width: 36em) {
  .my-account .box-recent .toolbar {
    margin-top: 1.625rem;
  }
}

@media (min-width: 36em) {
  .my-account .box-recent .buttons-set .button-print {
    float: left;
    width: 196px;
    color: #111111;
    background: #f0f0f0;
  }
}

@media only all and (min-width: 36em) {
  .my-account .box-recent .buttons-set .button-print {
    width: 12.25rem;
  }
}

@media (min-width: 36em) {
  .my-account .box-recent .buttons-set .button-print:hover {
    background: #111111;
    color: #fff;
  }
  .my-account .box-recent .buttons-set .button-reoder {
    float: right;
    width: 166px;
  }
}

@media only all and (min-width: 36em) {
  .my-account .box-recent .buttons-set .button-reoder {
    width: 10.375rem;
  }
}

@media (min-width: 36em) {
  .my-wishlist {
    padding-bottom: 70px;
  }
}

@media only all and (min-width: 36em) {
  .my-wishlist {
    padding-bottom: 4.375rem;
  }
}

@media (min-width: 36em) {
  .my-wishlist .buttons-set {
    margin-bottom: 3.5%;
  }
  .my-wishlist .buttons-set ul {
    font-size: 0;
  }
  .my-wishlist .buttons-set ul li {
    display: inline-block;
    margin: 0px 5px;
  }
}

@media only all and (min-width: 36em) {
  .my-wishlist .buttons-set ul li {
    margin: 0rem 0.3125rem;
  }
}

@media (min-width: 36em) {
  .my-wishlist .buttons-set ul li .button {
    margin: 0;
    width: 226px;
  }
}

@media only all and (min-width: 36em) {
  .my-wishlist .buttons-set ul li .button {
    width: 14.125rem;
  }
}

@media (min-width: 36em) {
  .share-wishlist {
    padding-bottom: 70px;
  }
}

@media only all and (min-width: 36em) {
  .share-wishlist {
    padding-bottom: 4.375rem;
  }
}

@media (min-width: 36em) {
  .share-wishlist .buttons-set {
    margin-top: 25px;
  }
}

@media only all and (min-width: 36em) {
  .share-wishlist .buttons-set {
    margin-top: 1.5625rem;
  }
}

@media (min-width: 36em) {
  #shopping-cart-table .product-image img {
    max-width: 84px;
    height: 108px;
  }
}

@media only all and (min-width: 36em) {
  #shopping-cart-table .product-image img {
    max-width: 5.25rem;
  }
}

@media only all and (min-width: 36em) {
  #shopping-cart-table .product-image img {
    height: 6.75rem;
  }
}

@media (min-width: 36em) {
  #shopping-cart-table .product-name {
    font-size: 18px;
  }
}

@media only all and (min-width: 36em) {
  #shopping-cart-table .product-name {
    font-size: 1.125rem;
  }
}

@media (min-width: 36em) {
  #shopping-cart-table .attribute strong {
    float: left;
    width: 155px;
  }
}

@media only all and (min-width: 36em) {
  #shopping-cart-table .attribute strong {
    width: 9.6875rem;
  }
}

@media (min-width: 36em) {
  #shopping-cart-table .qty-update .update {
    margin-top: 12px;
    font-size: 15px;
  }
}

@media only all and (min-width: 36em) {
  #shopping-cart-table .qty-update .update {
    margin-top: 0.75rem;
  }
}

@media only all and (min-width: 36em) {
  #shopping-cart-table .qty-update .update {
    font-size: 0.9375rem;
  }
}

@media (min-width: 36em) {
  #shopping-cart-table tbody .price {
    font-size: 18px;
  }
}

@media only all and (min-width: 36em) {
  #shopping-cart-table tbody .price {
    font-size: 1.125rem;
  }
}

@media (min-width: 36em) {
  #shopping-cart-table tfoot td {
    padding: 24px 18px;
  }
}

@media only all and (min-width: 36em) {
  #shopping-cart-table tfoot td {
    padding: 1.5rem 1.125rem;
  }
}

@media (min-width: 36em) {
  #shopping-cart-table tfoot strong, #shopping-cart-table tfoot .price {
    font-size: 15px;
  }
}

@media only all and (min-width: 36em) {
  #shopping-cart-table tfoot strong, #shopping-cart-table tfoot .price {
    font-size: 0.9375rem;
  }
}

@media (min-width: 36em) {
  #trackinginfo-popup {
    padding: 0px 20px;
  }
}

@media only all and (min-width: 36em) {
  #trackinginfo-popup {
    padding: 0rem 1.25rem;
  }
}

@media (min-width: 36em) {
  #trackinginfo-popup h4 {
    font-family: "Gotham A", "Gotham B", arial, helvetica, sans-serif;
    font-size: 24px;
    padding: 15px 0px 24px;
  }
}

@media only all and (min-width: 36em) {
  #trackinginfo-popup h4 {
    font-size: 1.5rem;
  }
}

@media only all and (min-width: 36em) {
  #trackinginfo-popup h4 {
    padding: 0.9375rem 0rem 1.5rem;
  }
}

@media (min-width: 36em) {
  #trackinginfo-popup ul li {
    margin-bottom: 18px;
  }
}

@media only all and (min-width: 36em) {
  #trackinginfo-popup ul li {
    margin-bottom: 1.125rem;
  }
}

@media (min-width: 36em) {
  #trackinginfo-popup strong {
    font-size: 16px;
  }
}

@media only all and (min-width: 36em) {
  #trackinginfo-popup strong {
    font-size: 1rem;
  }
}

@media (min-width: 60em) {
  .login-register-box .page-title {
    padding: 76px 0px 62px;
  }
}

@media only all and (min-width: 60em) {
  .login-register-box .page-title {
    padding: 4.75rem 0rem 3.875rem;
  }
}

@media (min-width: 60em) {
  .forgot-password-box .page-title {
    padding: 16px 0px 12px;
  }
}

@media only all and (min-width: 60em) {
  .forgot-password-box .page-title {
    padding: 1rem 0rem 0.75rem;
  }
}

@media (min-width: 60em) {
  .logged-out-box .content-inner {
    padding-bottom: 95px;
  }
}

@media only all and (min-width: 60em) {
  .logged-out-box .content-inner {
    padding-bottom: 5.9375rem;
  }
}

@media (min-width: 60em) {
  .logged-out-box .content-inner h2 {
    margin-bottom: 28px;
  }
}

@media only all and (min-width: 60em) {
  .logged-out-box .content-inner h2 {
    margin-bottom: 1.75rem;
  }
}

@media (min-width: 60em) {
  .logged-out-box .content-inner h4 {
    font-size: 30px;
    margin-bottom: 16px;
  }
}

@media only all and (min-width: 60em) {
  .logged-out-box .content-inner h4 {
    font-size: 1.875rem;
  }
}

@media only all and (min-width: 60em) {
  .logged-out-box .content-inner h4 {
    margin-bottom: 1rem;
  }
}

@media (min-width: 60em) {
  .logged-out-box .content-inner p {
    margin-bottom: 32px;
  }
}

@media only all and (min-width: 60em) {
  .logged-out-box .content-inner p {
    margin-bottom: 2rem;
  }
}

@media (min-width: 60em) {
  .account-navigation {
    padding: 15px 0px;
  }
}

@media only all and (min-width: 60em) {
  .account-navigation {
    padding: 0.9375rem 0rem;
  }
}

@media (min-width: 60em) {
  .my-account {
    padding-bottom: 85px;
  }
}

@media only all and (min-width: 60em) {
  .my-account {
    padding-bottom: 5.3125rem;
  }
}

@media (min-width: 60em) {
  .my-account .page-title {
    padding-bottom: 40px;
  }
}

@media only all and (min-width: 60em) {
  .my-account .page-title {
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 60em) {
  .my-account .page-title h1 {
    padding: 12px 0px 9px;
  }
}

@media only all and (min-width: 60em) {
  .my-account .page-title h1 {
    padding: 0.75rem 0rem 0.5625rem;
  }
}

@media (min-width: 60em) {
  .my-account .box-recent .box-head h3 {
    font-size: 28px;
  }
}

@media only all and (min-width: 60em) {
  .my-account .box-recent .box-head h3 {
    font-size: 1.75rem;
  }
}

@media (min-width: 60em) {
  .my-wishlist {
    padding-bottom: 85px;
  }
}

@media only all and (min-width: 60em) {
  .my-wishlist {
    padding-bottom: 5.3125rem;
  }
}

@media (min-width: 60em) {
  .my-wishlist .buttons-set {
    margin-bottom: 2.5%;
  }
  .share-wishlist {
    padding-bottom: 85px;
  }
}

@media only all and (min-width: 60em) {
  .share-wishlist {
    padding-bottom: 5.3125rem;
  }
}

@media (min-width: 60em) {
  .share-wishlist .page-title {
    margin-bottom: 2.2%;
  }
  #shopping-cart-table .remove {
    left: 18px;
    margin: 0;
  }
}

@media only all and (min-width: 60em) {
  #shopping-cart-table .remove {
    left: 1.125rem;
  }
}

@media (min-width: 60em) {
  #shopping-cart-table th {
    padding: 16px 18px;
  }
}

@media only all and (min-width: 60em) {
  #shopping-cart-table th {
    padding: 1rem 1.125rem;
  }
}

@media (min-width: 60em) {
  #shopping-cart-table td {
    padding: 18px;
  }
}

@media only all and (min-width: 60em) {
  #shopping-cart-table td {
    padding: 1.125rem;
  }
}

@media (min-width: 60em) {
  #shopping-cart-table td.no-border:first-child {
    padding: 18px 7px 18px 18px;
  }
}

@media only all and (min-width: 60em) {
  #shopping-cart-table td.no-border:first-child {
    padding: 1.125rem 0.4375rem 1.125rem 1.125rem;
  }
}

@media (min-width: 60em) {
  #shopping-cart-table tbody .product-name, #shopping-cart-table tbody .price {
    padding-top: 14px;
    display: block;
  }
}

@media only all and (min-width: 60em) {
  #shopping-cart-table tbody .product-name, #shopping-cart-table tbody .price {
    padding-top: 0.875rem;
  }
}

@media (min-width: 90em) {
  #shopping-cart-table .remove {
    bottom: 32px;
  }
}

@media only all and (min-width: 90em) {
  #shopping-cart-table .remove {
    bottom: 2rem;
  }
}

@media (min-width: 0) and (max-width: 36em) {
  #shopping-cart-table {
    display: block;
  }
  #shopping-cart-table thead th {
    display: none;
  }
  #shopping-cart-table tbody {
    display: block;
  }
  #shopping-cart-table tbody tr {
    display: block;
    border-bottom: 5px solid #001825;
    padding: 10px 0px;
  }
}

@media only all and (min-width: 0) and (max-width: 36em) {
  #shopping-cart-table tbody tr {
    padding: 0.625rem 0rem;
  }
}

@media (min-width: 0) and (max-width: 36em) {
  #shopping-cart-table tbody tr:first-child {
    border-top: 1px solid #dedede;
  }
  #shopping-cart-table tbody td {
    display: block;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 12px;
    font-family: "Gotham A", "Gotham B", arial, helvetica, sans-serif;
    letter-spacing: -0.05em;
    width: 100%;
    text-align: left !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border-top: 1px solid #dedede;
    padding: 10px 0px;
  }
}

@media only all and (min-width: 0) and (max-width: 36em) {
  #shopping-cart-table tbody td {
    font-size: 0.75rem;
  }
}

@media only all and (min-width: 0) and (max-width: 36em) {
  #shopping-cart-table tbody td {
    padding: 0.625rem 0rem;
  }
}

@media (min-width: 0) and (max-width: 36em) {
  #shopping-cart-table tbody td:before {
    content: attr(data-th) ": ";
    display: inline-block;
    width: 126px;
  }
}

@media only all and (min-width: 0) and (max-width: 36em) {
  #shopping-cart-table tbody td:before {
    width: 7.875rem;
  }
}

@media (min-width: 0) and (max-width: 36em) {
  #shopping-cart-table tbody td.no-border {
    border: none;
  }
  #shopping-cart-table tbody td.no-border:before {
    display: none;
  }
  #shopping-cart-table tfoot {
    display: block;
  }
  #shopping-cart-table tfoot tr {
    display: block;
    border-top: 1px solid #dedede;
    overflow: hidden;
  }
  #shopping-cart-table tfoot tr:first-child {
    border-top: none;
  }
  #shopping-cart-table tfoot td {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    display: inline-block;
    padding: 14px 0px 12px;
    border: none;
  }
}

@media only all and (min-width: 0) and (max-width: 36em) {
  #shopping-cart-table tfoot td {
    padding: 0.875rem 0rem 0.75rem;
  }
}

@media (min-width: 0) and (max-width: 36em) {
  #shopping-cart-table tfoot td.a-left {
    text-indent: 0;
  }
  #shopping-cart-table tfoot td.a-left:before {
    display: none;
  }
  #shopping-cart-table tfoot td:first-child {
    display: none;
  }
  #shopping-cart-table .attribute {
    overflow: hidden;
  }
  #shopping-cart-table .attribute strong {
    float: left;
    width: 155px;
  }
}

@media only all and (min-width: 0) and (max-width: 36em) {
  #shopping-cart-table .attribute strong {
    width: 9.6875rem;
  }
}

@media (min-width: 0) and (max-width: 36em) {
  #shopping-cart-table .remove {
    font-size: 13px;
    text-transform: none;
    font-weight: normal;
    background-position: 0 -1px;
  }
}

@media only all and (min-width: 0) and (max-width: 36em) {
  #shopping-cart-table .remove {
    font-size: 0.8125rem;
  }
}

@media (min-width: 0) and (max-width: 36em) {
  #shopping-cart-table .qty-update {
    display: inline-block;
  }
  #shopping-cart-table .qty-update input.input-text {
    float: left;
    width: 50px;
  }
}

@media only all and (min-width: 0) and (max-width: 36em) {
  #shopping-cart-table .qty-update input.input-text {
    width: 3.125rem;
  }
}

@media (min-width: 0) and (max-width: 36em) {
  #shopping-cart-table .qty-update .update {
    line-height: 36px;
    margin-left: 12px;
  }
}

@media only all and (min-width: 0) and (max-width: 36em) {
  #shopping-cart-table .qty-update .update {
    line-height: 2.25rem;
  }
}

@media only all and (min-width: 0) and (max-width: 36em) {
  #shopping-cart-table .qty-update .update {
    margin-left: 0.75rem;
  }
}

@media (min-width: 36em) and (max-width: 60em) {
  #shopping-cart-table tbody td:nth-child(2) {
    padding-left: 0px;
  }
}

@media only all and (min-width: 36em) and (max-width: 60em) {
  #shopping-cart-table tbody td:nth-child(2) {
    padding-left: 0rem;
  }
}

@media (min-width: 36em) and (max-width: 60em) {
  .my-wishlist .product-grid .item {
    width: 31%;
    margin-right: 3.5%;
  }
  .my-wishlist .product-grid .item:nth-child(3n) {
    margin-right: 0;
  }
}

@media (min-width: 60em) and (max-width: 75em) {
  .my-wishlist .product-grid .item {
    width: 22.69%;
    margin-right: 3.08%;
  }
  .my-wishlist .product-grid .item:nth-child(4n) {
    margin-right: 0;
  }
}

@media (min-width: 75em) {
  .my-wishlist .product-grid .item {
    width: 18.7%;
    margin-right: 1.625%;
  }
  .my-wishlist .product-grid .item:nth-child(5n) {
    margin-right: 0;
  }
}

p.wishlist-empty {
  text-align: center;
  margin-bottom: 20px;
}

@media only all {
  p.wishlist-empty {
    margin-bottom: 1.25rem;
  }
}

.name-prefix input, .name-prefix .selectWrapper, .name-firstname input, .name-firstname .selectWrapper, .name-lastname input, .name-lastname .selectWrapper {
  margin-bottom: 14px;
}

@media only all {
  .name-prefix input, .name-prefix .selectWrapper, .name-firstname input, .name-firstname .selectWrapper, .name-lastname input, .name-lastname .selectWrapper {
    margin-bottom: 0.875rem;
  }
}

#wrapper .misspell.fallback strong, #wrapper .misspell.suggest strong {
  color: #00a7e6;
}

#wrapper .misspell.fallback strong strike, #wrapper .misspell.suggest strong strike {
  color: #111111;
}

.category-box p.note-msg {
  padding-bottom: 54px;
  text-align: center;
}

@media (min-width: 36em) {
  .category-box p.note-msg {
    margin-top: -54px;
  }
}

@media only all and (min-width: 36em) {
  .category-box p.note-msg {
    margin-top: -3.375rem;
  }
}

@media only all {
  .category-box p.note-msg {
    padding-bottom: 3.375rem;
  }
}

.customer-account-changeforgotten #form-validate {
  margin: 0 auto;
  width: 347px;
  padding-bottom: 50px;
}

@media only all {
  .customer-account-changeforgotten #form-validate {
    width: 21.6875rem;
  }
}

.customer-account-changeforgotten #form-validate div.fieldset {
  margin-top: 0 !important;
}

.customer-account-changeforgotten #form-validate .form-list .fields .field {
  width: 100%;
  float: none;
  padding-bottom: 12px;
}

@media only all {
  .customer-account-changeforgotten #form-validate .form-list .fields .field {
    padding-bottom: 0.75rem;
  }
}

.cms-content {
  max-width: 956px;
  padding-bottom: 50px;
  margin: 0 auto;
}

@media only all {
  .cms-content {
    max-width: 59.75rem;
  }
}

@media only all {
  .cms-content {
    padding-bottom: 3.125rem;
  }
}

.cms-content .page-title {
  border-bottom: 1px solid #dedede;
  margin-bottom: 10px;
}

@media only all {
  .cms-content .page-title {
    margin-bottom: 0.625rem;
  }
}

.cms-content .page-title p {
  max-width: 780px;
  margin: 5px auto 0px;
}

@media only all {
  .cms-content .page-title p {
    max-width: 48.75rem;
  }
}

@media only all {
  .cms-content .page-title p {
    margin: 0.3125rem auto 0rem;
  }
}

.cms-content .cms-text h3 {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: -0.05em;
  padding: 2px 0px 7px;
}

@media only all {
  .cms-content .cms-text h3 {
    font-size: 0.875rem;
  }
}

@media only all {
  .cms-content .cms-text h3 {
    padding: 0.125rem 0rem 0.4375rem;
  }
}

.cms-content .cms-text p {
  margin-bottom: 14px;
}

@media only all {
  .cms-content .cms-text p {
    margin-bottom: 0.875rem;
  }
}

.cms-content .cms-text ul {
  margin: -14px 0px 0px 21px;
}

@media only all {
  .cms-content .cms-text ul {
    margin: -0.875rem 0rem 0rem 1.3125rem;
  }
}

.cms-content .cms-text ul li {
  font-size: 13px;
  line-height: 1.5em;
}

@media only all {
  .cms-content .cms-text ul li {
    font-size: 0.8125rem;
  }
}

.faq-tabs h4.faq-titlebox {
  font-size: 14px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  border-top: 1px solid #dedede;
  padding: 17px 0px 15px;
  cursor: pointer;
  position: relative;
}

@media only all {
  .faq-tabs h4.faq-titlebox {
    font-size: 0.875rem;
  }
}

@media only all {
  .faq-tabs h4.faq-titlebox {
    padding: 1.0625rem 0rem 0.9375rem;
  }
}

.faq-tabs h4.faq-titlebox:first-child {
  border: none;
  margin-top: -10px;
}

@media only all {
  .faq-tabs h4.faq-titlebox:first-child {
    margin-top: -0.625rem;
  }
}

.faq-tabs h4.faq-titlebox:first-child:after {
  top: 7px;
}

@media only all {
  .faq-tabs h4.faq-titlebox:first-child:after {
    top: 0.4375rem;
  }
}

@media (max-width: 35.99em) {
  .faq-tabs h4.faq-titlebox:first-child:after {
    top: 18px;
  }
}

@media only all and (max-width: 35.99em) {
  .faq-tabs h4.faq-titlebox:first-child:after {
    top: 1.125rem;
  }
}

.faq-tabs h4.faq-titlebox.active:after {
  content: "-";
}

.faq-tabs h4.faq-titlebox:after {
  content: "+";
  display: block;
  color: #b7b7b7;
  position: absolute;
  right: 0;
  font-size: 1.2em;
  line-height: 1;
  top: 25px;
}

@media only all {
  .faq-tabs h4.faq-titlebox:after {
    top: 1.5625rem;
  }
}

@media (max-width: 35.99em) {
  .faq-tabs h4.faq-titlebox:after {
    top: 18px;
  }
}

@media only all and (max-width: 35.99em) {
  .faq-tabs h4.faq-titlebox:after {
    top: 1.125rem;
  }
}

.faq-tabs .tab-toggle-content {
  margin: -6px 0px 17px;
  position: relative;
}

@media only all {
  .faq-tabs .tab-toggle-content {
    margin: -0.375rem 0rem 1.0625rem;
  }
}

.faq-tabs .tab-toggle-content .faq-a {
  font-family: "Gotham A", "Gotham B", arial, helvetica, sans-serif;
  font-weight: 800;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  font-size: 13px;
}

@media only all {
  .faq-tabs .tab-toggle-content .faq-a {
    font-size: 0.8125rem;
  }
}

.faq-tabs .tab-toggle-content > p {
  padding-left: 18px;
  margin-bottom: 10px;
}

@media only all {
  .faq-tabs .tab-toggle-content > p {
    padding-left: 1.125rem;
  }
}

@media only all {
  .faq-tabs .tab-toggle-content > p {
    margin-bottom: 0.625rem;
  }
}

.contacts-index-index iframe {
  width: 100%;
}

.contact-banner {
  background: url(../images/contact-banner.jpg) no-repeat top center;
  -webkit-background-size: cover;
  -khtml-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.contact-banner h2 {
  text-transform: uppercase;
  color: #fff;
  letter-spacing: -0.05em;
  font-size: 48px;
  padding: 9% 0;
}

@media only all {
  .contact-banner h2 {
    font-size: 3rem;
  }
}

.contact-box .col2-set {
  padding-top: 5px;
  border-bottom: 1px solid #dedede;
}

@media only all {
  .contact-box .col2-set {
    padding-top: 0.3125rem;
  }
}

.contact-box .col2-set .col-1, .contact-box .col2-set .col-2 {
  margin-bottom: 20px;
}

@media only all {
  .contact-box .col2-set .col-1, .contact-box .col2-set .col-2 {
    margin-bottom: 1.25rem;
  }
}

.contact-box .col2-set h4 {
  font-size: 14px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  margin-bottom: 6px;
}

@media only all {
  .contact-box .col2-set h4 {
    font-size: 0.875rem;
  }
}

@media only all {
  .contact-box .col2-set h4 {
    margin-bottom: 0.375rem;
  }
}

.contact-box .col2-set ul li {
  font-size: 13px;
  line-height: 1.5em;
}

@media only all {
  .contact-box .col2-set ul li {
    font-size: 0.8125rem;
  }
}

.contact-box .col2-set ul li strong {
  width: 100px;
  display: inline-block;
}

@media only all {
  .contact-box .col2-set ul li strong {
    width: 6.25rem;
  }
}

.contact-box .fieldset h3 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  padding: 10% 0 5.5%;
}

@media only all {
  .contact-box .fieldset h3 {
    font-size: 1.125rem;
  }
}

.contact-box .fieldset .buttons-set {
  margin-top: 10px;
}

@media only all {
  .contact-box .fieldset .buttons-set {
    margin-top: 0.625rem;
  }
}

.about-box img {
  width: auto;
  max-width: 100%;
}

.about-box .page-title h1 {
  font-size: 22px;
  padding: 10px 0px 20px;
}

@media only all {
  .about-box .page-title h1 {
    font-size: 1.375rem;
  }
}

@media only all {
  .about-box .page-title h1 {
    padding: 0.625rem 0rem 1.25rem;
  }
}

.about-box .page-title .inner {
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
}

@media only all {
  .about-box .page-title .inner {
    max-width: 59.375rem;
  }
}

.about-box .page-title .inner h4 {
  font-size: 16px;
  line-height: 1.3em;
  font-family: "Proxima Nova W08 Reg", arial, helvetica, sans-serif;
  font-weight: normal;
  margin-bottom: 15px;
}

@media only all {
  .about-box .page-title .inner h4 {
    font-size: 1rem;
  }
}

@media only all {
  .about-box .page-title .inner h4 {
    margin-bottom: 0.9375rem;
  }
}

.about-box .page-title .inner p {
  margin-bottom: 14px;
}

@media only all {
  .about-box .page-title .inner p {
    margin-bottom: 0.875rem;
  }
}

.about-box .page-title .inner a {
  color: #00a7e6;
}

.about-box .page-title .inner a:hover {
  text-decoration: underline;
}

.about-box .about-content .row {
  max-width: 1474px;
}

@media only all {
  .about-box .about-content .row {
    max-width: 92.125rem;
  }
}

.about-box .about-content .col2-set > div {
  float: left;
  width: 100%;
}

.about-box .about-content .col2-set .col-text {
  margin: 25px 0px;
}

@media only all {
  .about-box .about-content .col2-set .col-text {
    margin: 1.5625rem 0rem;
  }
}

.about-box .about-content .col2-set .col-text .inner {
  text-align: center;
}

.about-box .about-content .col2-set .col-text h3 {
  text-transform: uppercase;
  letter-spacing: -0.05em;
  font-size: 20px;
  line-height: 1.15em;
  text-align: center;
  margin-bottom: 10px;
}

@media only all {
  .about-box .about-content .col2-set .col-text h3 {
    font-size: 1.25rem;
  }
}

@media only all {
  .about-box .about-content .col2-set .col-text h3 {
    margin-bottom: 0.625rem;
  }
}

.about-box .about-content .col2-set .col-img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.about-box .biggest-brands {
  background: url(../images/biggest-brands-bg.jpg) no-repeat bottom center;
  margin-bottom: 30px;
}

@media only all {
  .about-box .biggest-brands {
    margin-bottom: 1.875rem;
  }
}

.about-box .huge-range {
  background: url(../images/huge-range-bg.jpg) no-repeat bottom center;
}

.about-box .huge-range .col2-set .col-text h3, .about-box .huge-range .col2-set .col-text p {
  color: #323232;
}

@media (min-width: 60em) {
  .about-box .huge-range .col2-set .col-text h3, .about-box .huge-range .col2-set .col-text p {
    color: #fff;
  }
}

.about-banner {
  background: url(../images/about-banner.jpg) no-repeat top center;
  -webkit-background-size: cover;
  -khtml-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  max-height: 703px;
}

@media only all {
  .about-banner {
    max-height: 43.9375rem;
  }
}

.about-banner h4 {
  padding-top: 5.9%;
}

.sitemap-box .sitemap-content {
  border-top: 1px solid #dedede;
  padding-top: 16px;
}

@media only all {
  .sitemap-box .sitemap-content {
    padding-top: 1rem;
  }
}

.sitemap-box .sitemap-content a, .sitemap-box .sitemap-content strong {
  font-size: 13px;
  line-height: 1.5em;
  display: inline-block;
}

@media only all {
  .sitemap-box .sitemap-content a, .sitemap-box .sitemap-content strong {
    font-size: 0.8125rem;
  }
}

.sitemap-box .sitemap-content ul {
  padding: 0px 0px 12px 16px;
}

@media only all {
  .sitemap-box .sitemap-content ul {
    padding: 0rem 0rem 0.75rem 1rem;
  }
}

.sitemap-box .sitemap-content .pager {
  border-top: 1px solid #dedede;
  margin-top: 10px;
  padding-top: 15px;
}

@media only all {
  .sitemap-box .sitemap-content .pager {
    margin-top: 0.625rem;
  }
}

@media only all {
  .sitemap-box .sitemap-content .pager {
    padding-top: 0.9375rem;
  }
}

@media (min-width: 36em) {
  .cms-content {
    padding-bottom: 70px;
  }
}

@media only all and (min-width: 36em) {
  .cms-content {
    padding-bottom: 4.375rem;
  }
}

@media (min-width: 36em) {
  .cms-content .page-title {
    margin-bottom: 14px;
  }
}

@media only all and (min-width: 36em) {
  .cms-content .page-title {
    margin-bottom: 0.875rem;
  }
}

@media (min-width: 36em) {
  .cms-content .page-title p {
    margin-top: 10px;
  }
}

@media only all and (min-width: 36em) {
  .cms-content .page-title p {
    margin-top: 0.625rem;
  }
}

@media (min-width: 36em) {
  .cms-content .cms-text h3 {
    font-size: 16px;
    padding: 5px 0px 12px;
  }
}

@media only all and (min-width: 36em) {
  .cms-content .cms-text h3 {
    font-size: 1rem;
  }
}

@media only all and (min-width: 36em) {
  .cms-content .cms-text h3 {
    padding: 0.3125rem 0rem 0.75rem;
  }
}

@media (min-width: 36em) {
  .cms-content .cms-text p {
    margin-bottom: 22px;
  }
}

@media only all and (min-width: 36em) {
  .cms-content .cms-text p {
    margin-bottom: 1.375rem;
  }
}

@media (min-width: 36em) {
  .cms-content .cms-text ul {
    margin: -22px 0px 0px 25px;
  }
}

@media only all and (min-width: 36em) {
  .cms-content .cms-text ul {
    margin: -1.375rem 0rem 0rem 1.5625rem;
  }
}

@media (min-width: 36em) {
  .cms-content .cms-text ul li {
    font-size: 15px;
  }
}

@media only all and (min-width: 36em) {
  .cms-content .cms-text ul li {
    font-size: 0.9375rem;
  }
}

@media (min-width: 36em) {
  .faq-tabs h4.faq-titlebox {
    font-size: 16px;
    padding: 25px 0px 21px;
  }
}

@media only all and (min-width: 36em) {
  .faq-tabs h4.faq-titlebox {
    font-size: 1rem;
  }
}

@media only all and (min-width: 36em) {
  .faq-tabs h4.faq-titlebox {
    padding: 1.5625rem 0rem 1.3125rem;
  }
}

@media (min-width: 36em) {
  .faq-tabs h4.faq-titlebox:first-child {
    padding-top: 6px;
    margin-top: 0;
  }
}

@media only all and (min-width: 36em) {
  .faq-tabs h4.faq-titlebox:first-child {
    padding-top: 0.375rem;
  }
}

@media (min-width: 36em) {
  .faq-tabs .tab-toggle-content {
    margin: -10px 0px 23px;
  }
}

@media only all and (min-width: 36em) {
  .faq-tabs .tab-toggle-content {
    margin: -0.625rem 0rem 1.4375rem;
  }
}

@media (min-width: 36em) {
  .faq-tabs .tab-toggle-content .faq-a {
    font-size: 15px;
  }
}

@media only all and (min-width: 36em) {
  .faq-tabs .tab-toggle-content .faq-a {
    font-size: 0.9375rem;
  }
}

@media (min-width: 36em) {
  .faq-tabs .tab-toggle-content > p {
    padding-left: 24px;
  }
}

@media only all and (min-width: 36em) {
  .faq-tabs .tab-toggle-content > p {
    padding-left: 1.5rem;
  }
}

@media (min-width: 36em) {
  .contact-box .col2-set h4 {
    font-size: 16px;
    margin-bottom: 12px;
  }
}

@media only all and (min-width: 36em) {
  .contact-box .col2-set h4 {
    font-size: 1rem;
  }
}

@media only all and (min-width: 36em) {
  .contact-box .col2-set h4 {
    margin-bottom: 0.75rem;
  }
}

@media (min-width: 36em) {
  .contact-box .col2-set p {
    margin-bottom: 22px;
  }
}

@media only all and (min-width: 36em) {
  .contact-box .col2-set p {
    margin-bottom: 1.375rem;
  }
}

@media (min-width: 36em) {
  .contact-box .col2-set ul li {
    font-size: 15px;
  }
}

@media only all and (min-width: 36em) {
  .contact-box .col2-set ul li {
    font-size: 0.9375rem;
  }
}

@media (min-width: 36em) {
  .contact-box .col2-set ul li strong {
    width: 120px;
  }
}

@media only all and (min-width: 36em) {
  .contact-box .col2-set ul li strong {
    width: 7.5rem;
  }
}

@media (min-width: 36em) {
  .contact-box .fieldset h3 {
    font-size: 22px;
  }
}

@media only all and (min-width: 36em) {
  .contact-box .fieldset h3 {
    font-size: 1.375rem;
  }
}

@media (min-width: 36em) {
  .contact-box .fieldset .buttons-set {
    margin-top: 20px;
  }
}

@media only all and (min-width: 36em) {
  .contact-box .fieldset .buttons-set {
    margin-top: 1.25rem;
  }
}

@media (min-width: 36em) {
  .about-box .page-title h1 {
    font-size: 32px;
    padding: 4.5% 0 3%;
  }
}

@media only all and (min-width: 36em) {
  .about-box .page-title h1 {
    font-size: 2rem;
  }
}

@media (min-width: 36em) {
  .about-box .page-title .inner h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

@media only all and (min-width: 36em) {
  .about-box .page-title .inner h4 {
    font-size: 1.25rem;
  }
}

@media only all and (min-width: 36em) {
  .about-box .page-title .inner h4 {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 36em) {
  .about-box .page-title .inner p {
    margin-bottom: 21px;
  }
}

@media only all and (min-width: 36em) {
  .about-box .page-title .inner p {
    margin-bottom: 1.3125rem;
  }
}

@media (min-width: 36em) {
  .about-box .page-title .inner p:last-child {
    margin: 0;
  }
  .about-box .about-content .col2-set .col-text h3 {
    font-size: 26px;
  }
}

@media only all and (min-width: 36em) {
  .about-box .about-content .col2-set .col-text h3 {
    font-size: 1.625rem;
  }
}

@media (min-width: 36em) {
  .sitemap-box .sitemap-content {
    padding-top: 27px;
  }
}

@media only all and (min-width: 36em) {
  .sitemap-box .sitemap-content {
    padding-top: 1.6875rem;
  }
}

@media (min-width: 36em) {
  .sitemap-box .sitemap-content a, .sitemap-box .sitemap-content strong {
    font-size: 15px;
  }
}

@media only all and (min-width: 36em) {
  .sitemap-box .sitemap-content a, .sitemap-box .sitemap-content strong {
    font-size: 0.9375rem;
  }
}

@media (min-width: 36em) {
  .sitemap-box .sitemap-content ul {
    padding: 0px 0px 22px 24px;
  }
}

@media only all and (min-width: 36em) {
  .sitemap-box .sitemap-content ul {
    padding: 0rem 0rem 1.375rem 1.5rem;
  }
}

@media (min-width: 36em) {
  .sitemap-box .sitemap-content .pager {
    padding-top: 25px;
  }
}

@media only all and (min-width: 36em) {
  .sitemap-box .sitemap-content .pager {
    padding-top: 1.5625rem;
  }
}

@media (min-width: 60em) {
  .cms-content {
    padding-bottom: 85px;
  }
}

@media only all and (min-width: 60em) {
  .cms-content {
    padding-bottom: 5.3125rem;
  }
}

@media (min-width: 60em) {
  .cms-content .page-title {
    margin-bottom: 18px;
  }
}

@media only all and (min-width: 60em) {
  .cms-content .page-title {
    margin-bottom: 1.125rem;
  }
}

@media (min-width: 60em) {
  .contact-box .fieldset h3 {
    font-size: 28px;
    padding: 15% 0 8.5%;
  }
}

@media only all and (min-width: 60em) {
  .contact-box .fieldset h3 {
    font-size: 1.75rem;
  }
}

@media (min-width: 60em) {
  .about-box .page-title h1 {
    font-size: 52px;
    padding: 7.1% 0 3.5%;
  }
}

@media only all and (min-width: 60em) {
  .about-box .page-title h1 {
    font-size: 3.25rem;
  }
}

@media (min-width: 60em) {
  .about-box .page-title .inner {
    text-align: left;
  }
  .about-box .page-title .inner h4 {
    font-size: 20px;
    margin-bottom: 20px;
  }
}

@media only all and (min-width: 60em) {
  .about-box .page-title .inner h4 {
    font-size: 1.25rem;
  }
}

@media only all and (min-width: 60em) {
  .about-box .page-title .inner h4 {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 60em) {
  .about-box .page-title .inner p {
    margin-bottom: 21px;
  }
}

@media only all and (min-width: 60em) {
  .about-box .page-title .inner p {
    margin-bottom: 1.3125rem;
  }
}

@media (min-width: 60em) {
  .about-box .about-content .col2-set {
    position: relative;
    margin-top: 4.45%;
  }
  .about-box .about-content .col2-set .col-img {
    width: 54.72%;
    float: right;
    text-align: left;
  }
  .about-box .about-content .col2-set .col-text {
    width: 45.28%;
    padding-top: 15%;
    left: 0;
    margin: 0;
  }
  @supports (transform: translateY(-50%)) {
    .about-box .about-content .col2-set .col-text {
      padding-top: 0;
      transform: translateY(-50%);
      position: absolute;
      top: 50%;
    }
  }
}

@media (min-width: 60em) and (-webkit-transform-3d), (min-width: 60em) and (transform-3d) {
  .about-box .about-content .col2-set .col-text {
    padding-top: 0;
    -webkit-transform: translateY(-50%);
    position: absolute;
    top: 50%;
  }
}

@media (min-width: 60em) {
  .about-box .about-content .col2-set .col-text .inner {
    padding: 25px 35px;
    max-width: 500px;
    text-align: left;
  }
}

@media only all and (min-width: 60em) {
  .about-box .about-content .col2-set .col-text .inner {
    padding: 1.5625rem 2.1875rem;
  }
}

@media only all and (min-width: 60em) {
  .about-box .about-content .col2-set .col-text .inner {
    max-width: 31.25rem;
  }
}

@media (min-width: 60em) {
  .about-box .about-content .col2-set .col-text h3 {
    text-align: left;
  }
  .about-box .about-content .col2-set + .col2-set .col-text {
    left: auto;
    right: 0;
  }
  .about-box .about-content .col2-set + .col2-set .col-text .inner {
    float: right;
  }
  .about-box .about-content .col2-set + .col2-set .col-img {
    float: left;
  }
  .about-box .about-content-bg .col2-set > div {
    width: 50%;
  }
  .about-box .about-content-bg .col2-set .col-text .inner {
    margin-top: 15%;
  }
  .about-box .about-content-bg .col2-set .col-img {
    padding: 0px 35px;
  }
}

@media only all and (min-width: 60em) {
  .about-box .about-content-bg .col2-set .col-img {
    padding: 0rem 2.1875rem;
  }
}

@media (min-width: 60em) {
  .about-box .biggest-brands {
    margin-bottom: 0;
  }
  .about-box .biggest-brands .col2-set {
    margin-top: 3.9%;
  }
  .about-box .biggest-brands .col2-set .col-text {
    left: auto;
    right: 0;
  }
  .about-box .biggest-brands .col2-set .col-text .inner {
    padding-left: 0;
  }
  .about-box .biggest-brands .col2-set .col-img {
    float: left;
  }
  .about-box .huge-range .col2-set .col-img {
    text-align: right;
  }
  .sitemap-box .page-title {
    padding: 0.8% 0 4%;
  }
}

@media (min-width: 80em) {
  .about-box .about-content .col2-set .col-text h3 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

@media only all and (min-width: 80em) {
  .about-box .about-content .col2-set .col-text h3 {
    font-size: 2rem;
  }
}

@media only all and (min-width: 80em) {
  .about-box .about-content .col2-set .col-text h3 {
    margin-bottom: 1.25rem;
  }
}

.cms-about-us h1, .cms-about-us h2, .cms-about-us h3, .cms-about-us h4, .cms-about-us h5, .cms-about-us h6 {
  color: #000;
}

@media (max-width: 59.999em) {
  .about-box .about-content .row {
    padding: 0;
  }
  .about-box .about-content .col2-set .col-text {
    background: #fff;
    margin: 0;
    width: 90%;
    padding: 25px 5%;
  }
}

@media only all and (max-width: 59.999em) {
  .about-box .about-content .col2-set .col-text {
    padding: 1.5625rem 5%;
  }
}

.contacts-index-index .cms-content {
  padding-bottom: 20px;
}

@media only all {
  .contacts-index-index .cms-content {
    padding-bottom: 1.25rem;
  }
}

.contacts-index-index #bannerBottom {
  border-top: 0;
}

#brandsaz {
  padding-bottom: 75px;
  float: left;
  width: 100%;
}

#brandsaz #brandsaz-index {
  border-top: 5px solid #05131c;
  text-align: center;
}

#brandsaz #brandsaz-index a {
  padding: 1.4%;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
}

#brandsaz #brandsaz-index a.disabled {
  color: #dfdfdf;
  cursor: default;
}

#brandsaz #brandsaz-listing {
  float: left;
  width: 100%;
}

#brandsaz #brandsaz-listing > div {
  border-top: 1px solid #dddddd;
  float: left;
  width: 100%;
  padding-top: 21px;
  padding-bottom: 21px;
}

#brandsaz #brandsaz-listing h3 {
  width: 12%;
  float: left;
}

#brandsaz #brandsaz-listing .term-links {
  width: 88%;
  float: left;
}

#brandsaz #brandsaz-listing .term-links a {
  width: 33.3333%;
  float: left;
  line-height: 25px;
}

@media (max-width: 60em) {
  #brandsaz #brandsaz-listing .term-links a {
    width: 50%;
  }
}

@media (max-width: 36em) {
  #brandsaz #brandsaz-listing h3 {
    width: 20%;
  }
  #brandsaz #brandsaz-listing .term-links {
    width: 80%;
  }
  #brandsaz #brandsaz-listing .term-links a {
    width: 100%;
  }
}

.onestepcheckout-index-index #menuToggle {
  display: none;
}

.onestepcheckout-box {
  padding-bottom: 15px;
  border-bottom: 1px solid #dedede;
}

@media only all {
  .onestepcheckout-box {
    padding-bottom: 0.9375rem;
  }
}

.onestepcheckout-box .page-title h1 {
  margin-bottom: 8px;
}

@media only all {
  .onestepcheckout-box .page-title h1 {
    margin-bottom: 0.5rem;
  }
}

.onestepcheckout-box .page-title .icon-title img {
  width: auto;
}

.onestepcheckout-box h4.title-box {
  font-size: 14px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

@media only all {
  .onestepcheckout-box h4.title-box {
    font-size: 0.875rem;
  }
}

@media only all {
  .onestepcheckout-box h4.title-box {
    margin-bottom: 0.5rem;
  }
}

.onestepcheckout-box .step-login-register {
  background: #f7f7f7;
  border: 1px solid #e5e5e5;
  padding: 16px 20px;
  margin-bottom: 20px;
}

@media only all {
  .onestepcheckout-box .step-login-register {
    padding: 1rem 1.25rem;
  }
}

@media only all {
  .onestepcheckout-box .step-login-register {
    margin-bottom: 1.25rem;
  }
}

.onestepcheckout-box .step-login-register .col-1 {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  margin-bottom: 16px;
}

@media only all {
  .onestepcheckout-box .step-login-register .col-1 {
    padding-bottom: 1.25rem;
  }
}

@media only all {
  .onestepcheckout-box .step-login-register .col-1 {
    margin-bottom: 1rem;
  }
}

.onestepcheckout-box .step-login-register h4.title-box {
  margin-bottom: 8px;
}

@media only all {
  .onestepcheckout-box .step-login-register h4.title-box {
    margin-bottom: 0.5rem;
  }
}

.onestepcheckout-box .step-login-register p {
  margin-bottom: 12px;
}

@media only all {
  .onestepcheckout-box .step-login-register p {
    margin-bottom: 0.75rem;
  }
}

.onestepcheckout-box .step-login-register .button.loginpopup-btn {
  background: #d9d9d9;
  color: #111111;
  font-size: 14px;
  padding-right: 26px;
  padding-left: 26px;
}

@media only all {
  .onestepcheckout-box .step-login-register .button.loginpopup-btn {
    font-size: 0.875rem;
  }
}

@media only all {
  .onestepcheckout-box .step-login-register .button.loginpopup-btn {
    padding-right: 1.625rem;
  }
}

@media only all {
  .onestepcheckout-box .step-login-register .button.loginpopup-btn {
    padding-left: 1.625rem;
  }
}

.onestepcheckout-box .step-login-register .button.loginpopup-btn:hover {
  background: #00a7e6;
  color: #fff;
}

.onestepcheckout-box .step-login-register #new-account {
  margin-top: 10px;
}

@media only all {
  .onestepcheckout-box .step-login-register #new-account {
    margin-top: 0.625rem;
  }
}

.onestepcheckout-box .step {
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
  margin-bottom: 16px;
}

@media only all {
  .onestepcheckout-box .step {
    padding-bottom: 1.25rem;
  }
}

@media only all {
  .onestepcheckout-box .step {
    margin-bottom: 1rem;
  }
}

.onestepcheckout-box .step-shipping-info #shipping_address {
  margin-top: 10px;
}

@media only all {
  .onestepcheckout-box .step-shipping-info #shipping_address {
    margin-top: 0.625rem;
  }
}

.onestepcheckout-box .step-shipping-method {
  padding-bottom: 10px;
}

@media only all {
  .onestepcheckout-box .step-shipping-method {
    padding-bottom: 0.625rem;
  }
}

.onestepcheckout-box .step-shipping-method .shipment-methods dd {
  margin: 0px 0px 5px 28px;
  font-size: 13px;
}

@media only all {
  .onestepcheckout-box .step-shipping-method .shipment-methods dd {
    margin: 0rem 0rem 0.3125rem 1.75rem;
  }
}

@media only all {
  .onestepcheckout-box .step-shipping-method .shipment-methods dd {
    font-size: 0.8125rem;
  }
}

.onestepcheckout-box .step-payment-method {
  border: none;
  margin: 0;
  padding-bottom: 21px;
}

@media only all {
  .onestepcheckout-box .step-payment-method {
    padding-bottom: 1.3125rem;
  }
}

.onestepcheckout-box .step-payment-method #checkout-payment-method-load dt {
  clear: both;
  padding: 10px 0px 0px;
}

@media only all {
  .onestepcheckout-box .step-payment-method #checkout-payment-method-load dt {
    padding: 0.625rem 0rem 0rem;
  }
}

.onestepcheckout-box .step-payment-method #checkout-payment-method-load dt span.logo {
  display: block;
  margin: 5px 0px 0px 28px;
}

@media only all {
  .onestepcheckout-box .step-payment-method #checkout-payment-method-load dt span.logo {
    margin: 0.3125rem 0rem 0rem 1.75rem;
  }
}

.onestepcheckout-box .step-payment-method #checkout-payment-method-load dt span.logo img {
  width: auto;
}

.onestepcheckout-box .step-payment-method #checkout-payment-method-load dd {
  margin: 12px 0px 19px 28px;
}

@media only all {
  .onestepcheckout-box .step-payment-method #checkout-payment-method-load dd {
    margin: 0.75rem 0rem 1.1875rem 1.75rem;
  }
}

.onestepcheckout-box .step-payment-method #checkout-payment-method-load .cvv-what-is-this {
  float: left;
  color: #00a7e6;
  text-decoration: underline;
  padding: 10px 0px 0px 14px;
  font-size: 13px;
}

@media only all {
  .onestepcheckout-box .step-payment-method #checkout-payment-method-load .cvv-what-is-this {
    padding: 0.625rem 0rem 0rem 0.875rem;
  }
}

@media only all {
  .onestepcheckout-box .step-payment-method #checkout-payment-method-load .cvv-what-is-this {
    font-size: 0.8125rem;
  }
}

.onestepcheckout-box .step-payment-method #checkout-payment-method-load .cvv-what-is-this:hover {
  text-decoration: none;
}

.onestepcheckout-box .step-review-order {
  border: none;
  margin: 0;
  padding: 0;
}

.onestepcheckout-box .step-review-order h4.title-box {
  border-top: 5px solid #001825;
  padding: 14px 0px 7px;
}

@media only all {
  .onestepcheckout-box .step-review-order h4.title-box {
    padding: 0.875rem 0rem 0.4375rem;
  }
}

.onestepcheckout-box .step-review-order .accept-terms {
  padding: 20px 0px 19px;
}

@media only all {
  .onestepcheckout-box .step-review-order .accept-terms {
    padding: 1.25rem 0rem 1.1875rem;
  }
}

.onestepcheckout-box .step-review-order #onestepcheckout-toc-link {
  text-decoration: underline;
}

.onestepcheckout-box .step-review-order #onestepcheckout-toc-link:hover {
  color: #00a7e6;
}

.onestepcheckout-box #onestepcheckout-summary .qty {
  text-align: center;
}

.onestepcheckout-box #onestepcheckout-summary .total, .onestepcheckout-box #onestepcheckout-summary .value {
  text-align: right;
}

.onestepcheckout-box #onestepcheckout-summary td {
  font-family: "Gotham A", "Gotham B", arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-weight: 800;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  padding-top: 12px;
  padding-bottom: 12px;
}

@media only all {
  .onestepcheckout-box #onestepcheckout-summary td {
    font-size: 0.8125rem;
  }
}

@media only all {
  .onestepcheckout-box #onestepcheckout-summary td {
    line-height: 1.25rem;
  }
}

@media only all {
  .onestepcheckout-box #onestepcheckout-summary td {
    padding-top: 0.75rem;
  }
}

@media only all {
  .onestepcheckout-box #onestepcheckout-summary td {
    padding-bottom: 0.75rem;
  }
}

.onestepcheckout-box #onestepcheckout-summary tfoot td {
  font-size: 13px;
  padding-top: 14px;
  padding-bottom: 14px;
}

@media only all {
  .onestepcheckout-box #onestepcheckout-summary tfoot td {
    font-size: 0.8125rem;
  }
}

@media only all {
  .onestepcheckout-box #onestepcheckout-summary tfoot td {
    padding-top: 0.875rem;
  }
}

@media only all {
  .onestepcheckout-box #onestepcheckout-summary tfoot td {
    padding-bottom: 0.875rem;
  }
}

.onestepcheckout-box #onestepcheckout-summary .grand-total td {
  color: #00a7e6;
}

.checkout-popup {
  max-width: 382px;
  margin: 0 auto;
}

@media only all {
  .checkout-popup {
    max-width: 23.875rem;
  }
}

.checkout-popup h4 {
  font-size: 18px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  padding: 0px 0px 8px;
}

@media only all {
  .checkout-popup h4 {
    font-size: 1.125rem;
  }
}

@media only all {
  .checkout-popup h4 {
    padding: 0rem 0rem 0.5rem;
  }
}

.checkout-popup .plr {
  margin-bottom: 10px;
}

@media only all {
  .checkout-popup .plr {
    margin-bottom: 0.625rem;
  }
}

.checkout-popup .plr a {
  color: #00a7e6;
}

.checkout-popup .plr a:hover {
  text-decoration: underline;
}

.checkout-popup .buttons-set {
  margin-top: 15px;
}

@media only all {
  .checkout-popup .buttons-set {
    margin-top: 0.9375rem;
  }
}

.checkout-popup .buttons-set a {
  display: inline-block;
  margin: 10px 0px 0px;
}

@media only all {
  .checkout-popup .buttons-set a {
    margin: 0.625rem 0rem 0rem;
  }
}

.checkout-popup .cms-content {
  padding: 0;
}

.checkout-popup .cms-content .cms-text {
  max-height: 400px;
  overflow: auto;
}

@media only all {
  .checkout-popup .cms-content .cms-text {
    max-height: 25rem;
  }
}

.checkout-popup img {
  width: auto;
}

#termspopup {
  max-width: 752px;
}

@media only all {
  #termspopup {
    max-width: 47rem;
  }
}

#payment-tool-tip .cms-text {
  margin: 20px 0px 5px;
}

@media only all {
  #payment-tool-tip .cms-text {
    margin: 1.25rem 0rem 0.3125rem;
  }
}

.checkout-success-box .cart.box-recent {
  border-top: none;
}

.checkout-success-box .cart.box-recent .box-head {
  text-align: center;
}

.checkout-success-box .cart.box-recent .box-head h3 {
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  margin: 6% 0 5.5%;
}

@media only all {
  .checkout-success-box .cart.box-recent .box-head h3 {
    font-size: 1.125rem;
  }
}

.checkout-success-box .cart.box-recent .row {
  max-width: 1194px;
}

@media only all {
  .checkout-success-box .cart.box-recent .row {
    max-width: 74.625rem;
  }
}

.checkout-success-box .cart.box-recent #shopping-cart-table {
  margin-bottom: 5.3%;
}

.paypalreview-box .step-shipping-method {
  border: none;
  margin-bottom: 0;
}

@media (min-width: 36em) {
  .onestepcheckout-box {
    padding-bottom: 40px;
  }
}

@media only all and (min-width: 36em) {
  .onestepcheckout-box {
    padding-bottom: 2.5rem;
  }
}

@media (min-width: 36em) {
  .onestepcheckout-box .page-title {
    position: relative;
  }
  .onestepcheckout-box .page-title h1 {
    margin-bottom: 0;
  }
  .onestepcheckout-box .page-title .icon-title {
    position: absolute;
    top: 32px;
    right: 0;
  }
}

@media only all and (min-width: 36em) {
  .onestepcheckout-box .page-title .icon-title {
    top: 2rem;
  }
}

@media (min-width: 36em) {
  .onestepcheckout-box h4.title-box {
    font-size: 16px;
    margin-bottom: 11px;
  }
}

@media only all and (min-width: 36em) {
  .onestepcheckout-box h4.title-box {
    font-size: 1rem;
  }
}

@media only all and (min-width: 36em) {
  .onestepcheckout-box h4.title-box {
    margin-bottom: 0.6875rem;
  }
}

@media (min-width: 36em) {
  .onestepcheckout-box .step-login-register .col-1 {
    border: none;
    margin: 0;
    padding: 0;
  }
  .onestepcheckout-box .step-login-register #new-account {
    margin-top: 15px;
  }
}

@media only all and (min-width: 36em) {
  .onestepcheckout-box .step-login-register #new-account {
    margin-top: 0.9375rem;
  }
}

@media (min-width: 36em) {
  .onestepcheckout-box .step-billing-info {
    padding-bottom: 35px;
    margin-bottom: 28px;
  }
}

@media only all and (min-width: 36em) {
  .onestepcheckout-box .step-billing-info {
    padding-bottom: 2.1875rem;
  }
}

@media only all and (min-width: 36em) {
  .onestepcheckout-box .step-billing-info {
    margin-bottom: 1.75rem;
  }
}

@media (min-width: 36em) {
  .onestepcheckout-box .step-shipping-info {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .onestepcheckout-box .step-shipping-info #shipping_address {
    margin-top: 20px;
  }
}

@media only all and (min-width: 36em) {
  .onestepcheckout-box .step-shipping-info #shipping_address {
    margin-top: 1.25rem;
  }
}

@media (min-width: 36em) {
  .onestepcheckout-box .step-shipping-method {
    padding-bottom: 20px;
    margin-bottom: 28px;
  }
}

@media only all and (min-width: 36em) {
  .onestepcheckout-box .step-shipping-method {
    padding-bottom: 1.25rem;
  }
}

@media only all and (min-width: 36em) {
  .onestepcheckout-box .step-shipping-method {
    margin-bottom: 1.75rem;
  }
}

@media (min-width: 36em) {
  .onestepcheckout-box .step-shipping-method .shipment-methods dd {
    margin: 0px 0px 8px 28px;
    font-size: 15px;
  }
}

@media only all and (min-width: 36em) {
  .onestepcheckout-box .step-shipping-method .shipment-methods dd {
    margin: 0rem 0rem 0.5rem 1.75rem;
  }
}

@media only all and (min-width: 36em) {
  .onestepcheckout-box .step-shipping-method .shipment-methods dd {
    font-size: 0.9375rem;
  }
}

@media (min-width: 36em) {
  .onestepcheckout-box .step-payment-method #checkout-payment-method-load dt {
    margin: 10px 0px 0px;
  }
}

@media only all and (min-width: 36em) {
  .onestepcheckout-box .step-payment-method #checkout-payment-method-load dt {
    margin: 0.625rem 0rem 0rem;
  }
}

@media (min-width: 36em) {
  .onestepcheckout-box .step-payment-method #checkout-payment-method-load dt span.logo {
    display: inline-block;
    margin: 0px 0px 0px 16px;
  }
}

@media only all and (min-width: 36em) {
  .onestepcheckout-box .step-payment-method #checkout-payment-method-load dt span.logo {
    margin: 0rem 0rem 0rem 1rem;
  }
}

@media (min-width: 36em) {
  .onestepcheckout-box .step-payment-method #checkout-payment-method-load dd {
    margin: 10px 0px 23px 28px;
  }
}

@media only all and (min-width: 36em) {
  .onestepcheckout-box .step-payment-method #checkout-payment-method-load dd {
    margin: 0.625rem 0rem 1.4375rem 1.75rem;
  }
}

@media (min-width: 36em) {
  .onestepcheckout-box .step-payment-method #checkout-payment-method-load .cvv-what-is-this {
    font-size: 15px;
  }
}

@media only all and (min-width: 36em) {
  .onestepcheckout-box .step-payment-method #checkout-payment-method-load .cvv-what-is-this {
    font-size: 0.9375rem;
  }
}

@media (min-width: 36em) {
  .onestepcheckout-box .step-review-order {
    margin-top: 35px;
  }
}

@media only all and (min-width: 36em) {
  .onestepcheckout-box .step-review-order {
    margin-top: 2.1875rem;
  }
}

@media (min-width: 36em) {
  .onestepcheckout-box .step-review-order h4.title-box {
    padding: 25px 16px 10px;
  }
}

@media only all and (min-width: 36em) {
  .onestepcheckout-box .step-review-order h4.title-box {
    padding: 1.5625rem 1rem 0.625rem;
  }
}

@media (min-width: 36em) {
  .onestepcheckout-box .step-review-order .accept-terms {
    padding: 26px 0px 25px;
  }
}

@media only all and (min-width: 36em) {
  .onestepcheckout-box .step-review-order .accept-terms {
    padding: 1.625rem 0rem 1.5625rem;
  }
}

@media (min-width: 36em) {
  .onestepcheckout-box #onestepcheckout-summary td {
    padding-top: 16px;
    padding-bottom: 16px;
  }
}

@media only all and (min-width: 36em) {
  .onestepcheckout-box #onestepcheckout-summary td {
    padding-top: 1rem;
  }
}

@media only all and (min-width: 36em) {
  .onestepcheckout-box #onestepcheckout-summary td {
    padding-bottom: 1rem;
  }
}

@media (min-width: 36em) {
  .onestepcheckout-box #onestepcheckout-summary tfoot td {
    font-size: 15px;
    padding-top: 22px;
    padding-bottom: 22px;
  }
}

@media only all and (min-width: 36em) {
  .onestepcheckout-box #onestepcheckout-summary tfoot td {
    font-size: 0.9375rem;
  }
}

@media only all and (min-width: 36em) {
  .onestepcheckout-box #onestepcheckout-summary tfoot td {
    padding-top: 1.375rem;
  }
}

@media only all and (min-width: 36em) {
  .onestepcheckout-box #onestepcheckout-summary tfoot td {
    padding-bottom: 1.375rem;
  }
}

@media (min-width: 36em) {
  .checkout-popup {
    padding-bottom: 20px;
  }
}

@media only all and (min-width: 36em) {
  .checkout-popup {
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 36em) {
  .checkout-popup h4 {
    font-size: 24px;
    padding: 8px 0px 10px;
  }
}

@media only all and (min-width: 36em) {
  .checkout-popup h4 {
    font-size: 1.5rem;
  }
}

@media only all and (min-width: 36em) {
  .checkout-popup h4 {
    padding: 0.5rem 0rem 0.625rem;
  }
}

@media (min-width: 36em) {
  .checkout-popup .plr {
    margin-bottom: 13px;
  }
}

@media only all and (min-width: 36em) {
  .checkout-popup .plr {
    margin-bottom: 0.8125rem;
  }
}

@media (min-width: 36em) {
  .checkout-popup .buttons-set {
    margin-top: 15px;
  }
}

@media only all and (min-width: 36em) {
  .checkout-popup .buttons-set {
    margin-top: 0.9375rem;
  }
}

@media (min-width: 36em) {
  .checkout-popup .buttons-set a {
    margin-top: 14px;
  }
}

@media only all and (min-width: 36em) {
  .checkout-popup .buttons-set a {
    margin-top: 0.875rem;
  }
}

@media (min-width: 36em) {
  #termspopup {
    padding: 0px 25px 20px;
  }
}

@media only all and (min-width: 36em) {
  #termspopup {
    padding: 0rem 1.5625rem 1.25rem;
  }
}

@media (min-width: 36em) {
  .checkout-success-box .cart.box-recent {
    border-top: 1px solid #dedede;
  }
  .checkout-success-box .cart.box-recent .box-head h3 {
    font-size: 24px;
  }
}

@media only all and (min-width: 36em) {
  .checkout-success-box .cart.box-recent .box-head h3 {
    font-size: 1.5rem;
  }
}

@media (min-width: 36em) {
  .checkout-success-box .content-inner {
    border-bottom: none;
  }
  .paypalreview-box .step-billing-info {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .paypalreview-box .step-shipping-info #shipping_address {
    margin-top: 0;
  }
  .paypalreview-box .step-shipping-method {
    margin-bottom: 0;
    padding-top: 20px;
    margin-top: 28px;
    border-top: 1px solid #dedede;
  }
}

@media only all and (min-width: 36em) {
  .paypalreview-box .step-shipping-method {
    padding-top: 1.25rem;
  }
}

@media only all and (min-width: 36em) {
  .paypalreview-box .step-shipping-method {
    margin-top: 1.75rem;
  }
}

@media (min-width: 36em) {
  .paypalreview-box .step-review-order {
    margin-top: 0;
  }
}

@media (min-width: 0) and (max-width: 36em) {
  .checkout-success-box .content-inner {
    padding-bottom: 15px;
    border-bottom: 1px solid #dedede;
  }
}

@media only all and (min-width: 0) and (max-width: 36em) {
  .checkout-success-box .content-inner {
    padding-bottom: 0.9375rem;
  }
}

@media (min-width: 0) and (max-width: 60em) {
  .onestepcheckout-box .form-list .fields .field {
    float: left;
    width: 100%;
  }
  .onestepcheckout-box .form-list .fields .field:first-child {
    margin-bottom: 10px;
  }
}

@media only all and (min-width: 0) and (max-width: 60em) {
  .onestepcheckout-box .form-list .fields .field:first-child {
    margin-bottom: 0.625rem;
  }
}

@media (min-width: 0) and (max-width: 60em) {
  .onestepcheckout-box .form-list .fields .field:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 60em) {
  .onestepcheckout-box {
    padding-bottom: 60px;
  }
}

@media only all and (min-width: 60em) {
  .onestepcheckout-box {
    padding-bottom: 3.75rem;
  }
}

@media (min-width: 60em) {
  .onestepcheckout-box .page-title {
    padding: 65px 0px 67px;
  }
}

@media only all and (min-width: 60em) {
  .onestepcheckout-box .page-title {
    padding: 4.0625rem 0rem 4.1875rem;
  }
}

@media (min-width: 60em) {
  .onestepcheckout-box .page-title .icon-title {
    position: absolute;
    top: 73px;
  }
}

@media only all and (min-width: 60em) {
  .onestepcheckout-box .page-title .icon-title {
    top: 4.5625rem;
  }
}

@media (min-width: 60em) {
  .onestepcheckout-box .step-login-register {
    padding: 26px 29px;
    margin-bottom: 34px;
  }
}

@media only all and (min-width: 60em) {
  .onestepcheckout-box .step-login-register {
    padding: 1.625rem 1.8125rem;
  }
}

@media only all and (min-width: 60em) {
  .onestepcheckout-box .step-login-register {
    margin-bottom: 2.125rem;
  }
}

@media (min-width: 60em) {
  .onestepcheckout-box .step-login-register h4.title-box {
    margin-bottom: 14px;
  }
}

@media only all and (min-width: 60em) {
  .onestepcheckout-box .step-login-register h4.title-box {
    margin-bottom: 0.875rem;
  }
}

@media (min-width: 60em) {
  .onestepcheckout-box .step-login-register p {
    margin-bottom: 19px;
  }
}

@media only all and (min-width: 60em) {
  .onestepcheckout-box .step-login-register p {
    margin-bottom: 1.1875rem;
  }
}

@media (min-width: 60em) {
  .onestepcheckout-box .step-login-register .button.loginpopup-btn {
    max-width: 366px;
  }
}

@media only all and (min-width: 60em) {
  .onestepcheckout-box .step-login-register .button.loginpopup-btn {
    max-width: 22.875rem;
  }
}

@media (min-width: 60em) {
  .checkout-success-box .cart.box-recent .box-head h3 {
    font-size: 30px;
  }
}

@media only all and (min-width: 60em) {
  .checkout-success-box .cart.box-recent .box-head h3 {
    font-size: 1.875rem;
  }
}

@media (min-width: 80em) {
  .onestepcheckout-box {
    padding-bottom: 80px;
  }
}

@media only all and (min-width: 80em) {
  .onestepcheckout-box {
    padding-bottom: 5rem;
  }
}

@media (min-width: 80em) {
  .onestepcheckout-box .col-form {
    float: left;
    width: 73.32%;
  }
  .onestepcheckout-box .col-table {
    float: right;
    width: 24.13%;
  }
  .onestepcheckout-box .step-review-order {
    margin: 0;
  }
  .paypalreview-box .step-shipping-method {
    margin: 0;
    padding-top: 0;
    border-top: none;
  }
}

p.onestepcheckout-description {
  display: none;
}

.onestepcheckout-index-index label[for="p_method_sagepaydirectpro"], .onestepcheckout-index-index label[for="p_method_sagepayserver"], .onestepcheckout-index-index label[for="p_method_sagepayform"], .onestepcheckout-index-index label[for="p_method_sagepaynit"] {
  padding-left: 0 !important;
  background-position: 100% 2px;
  padding-right: 135px;
}

#onestepcheckout-forgot-password-link {
  color: #00a7e6;
}

.input-postcode .input-box {
  position: relative;
}

.input-postcode #billing_cp_button_id {
  bottom: auto;
  top: 1px;
}

.validation-advice {
  color: #d93737;
}

#advice-required-entry-sagepaydirectpro_cc_type, #advice-required-entry-sagepaydirectpro_expiration, #advice-required-entry-sagepaydirectpro_expiration_yr {
  background: #fff;
  border-top: 1px solid #b4b4b4;
  padding-bottom: 15px;
  margin: -1px;
}

#sagepaydirectpro_cc_type_exp_div .selectWrapper:after, #payment_form_sagepaydirectpro .selectWrapper:after {
  background-position: 50% 18px;
}

body.checkout-onepage-success > img {
  width: 1px !important;
}

.cart-wrap .delivery-text {
  text-align: left;
  padding: 13px 0px 12px;
}

@media only all {
  .cart-wrap .delivery-text {
    padding: 0.8125rem 0rem 0.75rem;
    display:none;
  }
}

.cart-wrap .delivery-text span {
  color: #00a7e6;
  text-transform: uppercase;
}

.cart-wrap .cart-treats .discount {
  margin: 17px 0px 15px;
}

@media only all {
  .cart-wrap .cart-treats .discount {
    margin: 1.0625rem 0rem 0.9375rem;
  }
}

.cart-wrap .cart-treats .discount label {
  margin-bottom: 6px;
}

@media only all {
  .cart-wrap .cart-treats .discount label {
    margin-bottom: 0.375rem;
  }
}

.cart-wrap .cart-treats .checkout-types {
  padding-bottom: 14px;
}

@media only all {
  .cart-wrap .cart-treats .checkout-types {
    padding-bottom: 0.875rem;
  }
}

.cart-wrap .cart-treats .checkout-types li.step {
  padding: 10px 0px 5px;
}

@media only all {
  .cart-wrap .cart-treats .checkout-types li.step {
    padding: 0.625rem 0rem 0.3125rem;
  }
}

.cart-wrap .cart-treats .icon-payment {
  padding: 20px 0px;
  border-top: 1px solid #dedede;
}

@media only all {
  .cart-wrap .cart-treats .icon-payment {
    padding: 1.25rem 0rem;
  }
}

.cart-wrap .cart-treats .icon-payment img {
  width: auto;
}

.cart-wrap .cart-treats .icon-payment p {
  margin: 5px 0px;
}

@media only all {
  .cart-wrap .cart-treats .icon-payment p {
    margin: 0.3125rem 0rem;
  }
}

.add-frame-grid {
  border-top: 1px solid #dedede;
  padding-bottom: 15px;
}

@media only all {
  .add-frame-grid {
    padding-bottom: 0.9375rem;
  }
}

.add-frame-grid h4 {
  font-size: 13px;
  text-transform: uppercase;
  color: #001825;
  padding: 20px 0px 17px;
  text-align: center;
}

@media only all {
  .add-frame-grid h4 {
    font-size: 0.8125rem;
  }
}

@media only all {
  .add-frame-grid h4 {
    padding: 1.25rem 0rem 1.0625rem;
  }
}

.add-frame-grid .item {
  width: 48.5%;
  margin: 0 3% 0 0 !important;
}

.add-frame-grid .item:last-child {
  margin-right: 0 !important;
}

.add-frame-grid .item .button {
  min-width: 0;
  margin-top: 9px;
  padding-left: 10px;
  padding-right: 10px;
}

@media only all {
  .add-frame-grid .item .button {
    margin-top: 0.5625rem;
  }
}

@media only all {
  .add-frame-grid .item .button {
    padding-left: 0.625rem;
  }
}

@media only all {
  .add-frame-grid .item .button {
    padding-right: 0.625rem;
  }
}

#shopping-cart-totals-table {
  border-top: 1px solid #dedede;
  width: 100%;
}

#shopping-cart-totals-table td {
  padding: 15px 0px;
  border-bottom: 1px solid #dedede;
}

@media only all {
  #shopping-cart-totals-table td {
    padding: 0.9375rem 0rem;
  }
}

#shopping-cart-totals-table td, #shopping-cart-totals-table .price {
  font-size: 13px;
  text-transform: uppercase;
  font-family: "Gotham A", "Gotham B", arial, helvetica, sans-serif;
  font-weight: 800;
  color: #001825;
}

@media only all {
  #shopping-cart-totals-table td, #shopping-cart-totals-table .price {
    font-size: 0.8125rem;
  }
}

#shopping-cart-totals-table .grand_total td, #shopping-cart-totals-table .grand_total .price {
  color: #111111;
}

.discount-form {
  position: relative;
}

.discount-form input[type=text] {
  font-size: 13px;
  height: 38px;
}

@media only all {
  .discount-form input[type=text] {
    font-size: 0.8125rem;
  }
}

@media only all {
  .discount-form input[type=text] {
    height: 2.375rem;
  }
}

.discount-form .button {
  position: absolute;
  right: 1px;
  top: 1px;
  font-size: 12px;
  padding: 0px 13px;
  line-height: 36px;
  width: auto;
  min-width: 0;
  color: #111111;
  background: #f0f0f0;
}

@media only all {
  .discount-form .button {
    right: 0.0625rem;
  }
}

@media only all {
  .discount-form .button {
    top: 0.0625rem;
  }
}

@media only all {
  .discount-form .button {
    font-size: 0.75rem;
  }
}

@media only all {
  .discount-form .button {
    padding: 0rem 0.8125rem;
  }
}

@media only all {
  .discount-form .button {
    line-height: 2.25rem;
  }
}

.discount-form .button span {
  font-size: 12px;
}

@media only all {
  .discount-form .button span {
    font-size: 0.75rem;
  }
}

.discount-form .button:hover {
  background: #00a7e6;
  color: #fff;
}

.discount-form .cancel-coupon {
  margin-top: 12px;
  padding: 0px 13px;
  line-height: 36px;
  width: auto;
}

@media only all {
  .discount-form .cancel-coupon {
    margin-top: 0.75rem;
  }
}

@media only all {
  .discount-form .cancel-coupon {
    padding: 0rem 0.8125rem;
  }
}

@media only all {
  .discount-form .cancel-coupon {
    line-height: 2.25rem;
  }
}

.discount-form .cancel-coupon span {
  font-size: 12px;
}

@media only all {
  .discount-form .cancel-coupon span {
    font-size: 0.75rem;
  }
}

.btn-paypal-checkout {
  padding: 0;
  width: 201px;
  height: 49px;
  background: url(../images/checkout-paypal.png) no-repeat center;
}

@media only all {
  .btn-paypal-checkout {
    width: 12.5625rem;
  }
}

@media only all {
  .btn-paypal-checkout {
    height: 3.0625rem;
  }
}

.btn-paypal-checkout:hover {
  background: url(../images/checkout-paypal.png) no-repeat center;
}

@media (min-width: 36em) {
  .cart-wrap .cart-details .delivery-text {
    text-align: right;
    padding: 22px 24px;
  }
}

@media only all and (min-width: 36em) {
  .cart-wrap .cart-details .delivery-text {
    padding: 1.375rem 1.5rem;
  }
}

@media (min-width: 36em) {
  .cart-wrap .cart-treats .discount {
    margin: 23px 16px 26px;
  }
}

@media only all and (min-width: 36em) {
  .cart-wrap .cart-treats .discount {
    margin: 1.4375rem 1rem 1.625rem;
  }
}

@media (min-width: 36em) {
  #shopping-cart-totals-table {
    border-top: 5px solid #001825;
  }
  #shopping-cart-totals-table td, #shopping-cart-totals-table .price {
    font-size: 15px;
  }
}

@media only all and (min-width: 36em) {
  #shopping-cart-totals-table td, #shopping-cart-totals-table .price {
    font-size: 0.9375rem;
  }
}

@media (min-width: 36em) {
  .discount-form .button {
    padding: 0px 14px;
  }
}

@media only all and (min-width: 36em) {
  .discount-form .button {
    padding: 0rem 0.875rem;
  }
}

@media (min-width: 36em) {
  .add-frame-grid {
    padding: 0 4.4%;
  }
  .add-frame-grid h4 {
    font-size: 15px;
    padding: 26px 0px 21px;
    text-align: left;
  }
}

@media only all and (min-width: 36em) {
  .add-frame-grid h4 {
    font-size: 0.9375rem;
  }
}

@media only all and (min-width: 36em) {
  .add-frame-grid h4 {
    padding: 1.625rem 0rem 1.3125rem;
  }
}

@media (min-width: 36em) {
  .add-frame-grid .item {
    max-width: 160px;
  }
}

@media only all and (min-width: 36em) {
  .add-frame-grid .item {
    max-width: 10rem;
  }
}

@media (min-width: 36em) {
  .add-frame-grid .item .button {
    min-width: 0;
    margin-top: 12px;
  }
}

@media only all and (min-width: 36em) {
  .add-frame-grid .item .button {
    margin-top: 0.75rem;
  }
}

@media (min-width: 36em) {
  #shopping-cart-totals-table {
    border: none;
  }
  #shopping-cart-totals-table td {
    padding: 22px 16px;
    border-bottom: 1px solid #dedede;
  }
}

@media only all and (min-width: 36em) {
  #shopping-cart-totals-table td {
    padding: 1.375rem 1rem;
  }
}

@media (min-width: 36em) {
  #shopping-cart-totals-table td, #shopping-cart-totals-table .price {
    font-size: 15px;
  }
}

@media only all and (min-width: 36em) {
  #shopping-cart-totals-table td, #shopping-cart-totals-table .price {
    font-size: 0.9375rem;
  }
}

@media (min-width: 60em) {
  .cart-wrap {
    padding-bottom: 95px;
    *zoom: 1;
  }
}

@media only all and (min-width: 60em) {
  .cart-wrap {
    padding-bottom: 5.9375rem;
  }
}

@media (min-width: 60em) {
  .cart-wrap:before, .cart-wrap:after {
    content: "";
    display: block;
  }
  .cart-wrap:after {
    clear: both;
  }
  .cart-wrap .cart-details {
    float: left;
    width: 74.5%;
  }
  .cart-wrap .cart-details #shopping-cart-table .product-image {
    display: block;
    text-align: center;
  }
  .cart-wrap .cart-details #shopping-cart-table .product-image img {
    width: auto;
    max-width: 130px;
  }
}

@media only all and (min-width: 60em) {
  .cart-wrap .cart-details #shopping-cart-table .product-image img {
    max-width: 8.125rem;
  }
}

@media (min-width: 60em) {
  .cart-wrap .cart-treats {
    float: right;
    width: 24%;
  }
}

@media (min-width: 36em) and (max-width: 60em) {
  .cart-wrap .cart-treats .col-1 {
    float: right;
    width: 48.5%;
  }
  .cart-wrap .cart-treats .col-2 {
    float: left;
    width: 48.5%;
  }
}

.cart-wrap .cart-treats {
  border-top: 4px solid #323232;
}

.checkout-types a img {
  width: auto;
  height: auto;
}

@media (max-width: 35.999em) {
  .cart-treats .discount-form .button {
    padding: 0px 13px;
  }
}

@media only all and (max-width: 35.999em) {
  .cart-treats .discount-form .button {
    padding: 0rem 0.8125rem;
  }
}

@media (max-width: 35.999em) {
  .cart-treats .discount-form .button span {
    font-size: 13px;
  }
}

@media only all and (max-width: 35.999em) {
  .cart-treats .discount-form .button span {
    font-size: 0.8125rem;
  }
}

.cart-empty {
  text-align: center;
  padding: 0px 5% 55px 5%;
}

@media only all {
  .cart-empty {
    padding: 0rem 5% 3.4375rem 5%;
  }
}

.news-list {
  padding-bottom: 50px;
}

@media only all {
  .news-list {
    padding-bottom: 3.125rem;
  }
}

.news-list .page-title h1 {
  font-size: 24px;
}

@media only all {
  .news-list .page-title h1 {
    font-size: 1.5rem;
  }
}

.news-list .toolbar {
  margin-top: 7px;
  padding-top: 15px;
  border-top: 1px solid #dedede;
}

@media only all {
  .news-list .toolbar {
    margin-top: 0.4375rem;
  }
}

@media only all {
  .news-list .toolbar {
    padding-top: 0.9375rem;
  }
}

.news-gird .item-news {
  width: 100%;
  margin-bottom: 26px;
}

@media only all {
  .news-gird .item-news {
    margin-bottom: 1.625rem;
  }
}

.item-news .image {
  display: block;
  margin-bottom: 24px;
}

@media only all {
  .item-news .image {
    margin-bottom: 1.5rem;
  }
}

.item-news .info {
  position: relative;
  padding-left: 60px;
}

@media only all {
  .item-news .info {
    padding-left: 3.75rem;
  }
}

.item-news .info .date {
  position: absolute;
  top: 0;
  left: 0;
  color: #bdbdbd;
  text-transform: uppercase;
  font-family: "Gotham A", "Gotham B", arial, helvetica, sans-serif;
  font-weight: 800;
  letter-spacing: -0.05em;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  font-size: 36px;
}

@media only all {
  .item-news .info .date {
    font-size: 2.25rem;
  }
}

.item-news .info .date span {
  display: block;
  letter-spacing: -0.025em;
  font-size: 20px;
}

@media only all {
  .item-news .info .date span {
    font-size: 1.25rem;
  }
}

.item-news .info .name {
  font-size: 18px;
  font-family: "Gotham A", "Gotham B", arial, helvetica, sans-serif;
  font-weight: 800;
  letter-spacing: -0.05em;
  color: #001825;
  display: inline-block;
  margin-bottom: 5px;
}

@media only all {
  .item-news .info .name {
    font-size: 1.125rem;
  }
}

@media only all {
  .item-news .info .name {
    margin-bottom: 0.3125rem;
  }
}

.item-news .info .entry a.more {
  font-family: "Proxima N W01 Bold", arial, helvetica, sans-serif;
  color: #00a7e6;
}

.item-news .info .entry a.more:hover {
  text-decoration: underline;
}

.news-search-box .news-gird:first-child {
  margin-top: 15px;
}

@media only all {
  .news-search-box .news-gird:first-child {
    margin-top: 0.9375rem;
  }
}

.news-search-box .item-news .image {
  margin-bottom: 14px;
}

@media only all {
  .news-search-box .item-news .image {
    margin-bottom: 0.875rem;
  }
}

.news-search-box .item-news .info .date {
  font-size: 32px;
}

@media only all {
  .news-search-box .item-news .info .date {
    font-size: 2rem;
  }
}

.news-search-box .item-news .info .date span {
  font-size: 18px;
}

@media only all {
  .news-search-box .item-news .info .date span {
    font-size: 1.125rem;
  }
}

.news-search-box .item-news .info .name {
  font-size: 16px;
  margin-bottom: 4px;
}

@media only all {
  .news-search-box .item-news .info .name {
    font-size: 1rem;
  }
}

@media only all {
  .news-search-box .item-news .info .name {
    margin-bottom: 0.25rem;
  }
}

.news-single-banner {
  margin-bottom: 0;
}

.news-single-banner > .row {
  background-position: top center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -khtml-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  max-width: 956px;
  height: 320px;
}

@media only all {
  .news-single-banner > .row {
    max-width: 59.75rem;
  }
}

@media only all {
  .news-single-banner > .row {
    height: 20rem;
  }
}

.news-single-banner.banner-video {
  position: relative;
}

.news-single-banner.banner-video .play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb( 0, 0, 0 );
  background: rgba(0, 0, 0, 0.7);
}

.news-single-banner.banner-video .play:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 50%;
  width: 12%;
  height: 15.15%;
  margin: -6% -6% 0 0;
  background: url(../svg/icon-play.svg) no-repeat center;
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
}

.news-single {
  max-width: 986px;
  margin: 0 auto;
}

@media only all {
  .news-single {
    max-width: 61.625rem;
  }
}

.news-single .date {
  color: #7f7f7f;
}

.news-single .entry-content {
  padding-bottom: 15px;
  border-bottom: 1px solid #dedede;
}

@media only all {
  .news-single .entry-content {
    padding-bottom: 0.9375rem;
  }
}

.news-single .entry-content p {
  margin-bottom: 14px;
}

@media only all {
  .news-single .entry-content p {
    margin-bottom: 0.875rem;
  }
}

.news-single .tags {
  border-bottom: 1px solid #dedede;
}

.news-single .comment-box {
  padding-bottom: 25px;
}

@media only all {
  .news-single .comment-box {
    padding-bottom: 1.5625rem;
  }
}

.news-single .comment-box .head {
  padding: 18px 0px;
  border-bottom: 1px solid #dedede;
}

@media only all {
  .news-single .comment-box .head {
    padding: 1.125rem 0rem;
  }
}

.news-single .comment-box .head h6 {
  float: left;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 24px;
  color: #7f7f7f;
}

@media only all {
  .news-single .comment-box .head h6 {
    font-size: 0.875rem;
  }
}

@media only all {
  .news-single .comment-box .head h6 {
    line-height: 1.5rem;
  }
}

.news-single .comment-box .head #socialShareLinks {
  float: right;
}

.news-bottom h3.title-box {
  font-size: 18px;
  font-family: "Gotham A", "Gotham B", arial, helvetica, sans-serif;
  font-weight: 800;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  border-top: 1px solid #dedede;
  padding: 26px 0px 22px;
}

@media only all {
  .news-bottom h3.title-box {
    font-size: 1.125rem;
  }
}

@media only all {
  .news-bottom h3.title-box {
    padding: 1.625rem 0rem 1.375rem;
  }
}

.world-of #filters {
  padding: 15px 0px;
}

@media only all {
  .world-of #filters {
    padding: 0.9375rem 0rem;
  }
}

.world-of #filters ul {
  font-size: 0;
}

.world-of #filters ul li {
  display: inline-block;
}

.world-of #filters .has-sub-dropdown {
  position: relative;
}

.world-of #filters .has-sub-dropdown .sub-dropdown-wrapper {
  left: 0;
  margin: 0px 0px 0px -20px;
}

@media only all {
  .world-of #filters .has-sub-dropdown .sub-dropdown-wrapper {
    margin: 0rem 0rem 0rem -1.25rem;
  }
}

.world-of #filters .filter {
  background: none;
  width: auto;
  color: #bebebe;
  font-size: 13px;
  min-width: 0;
  padding: 10px 12px 8px;
}

@media only all {
  .world-of #filters .filter {
    font-size: 0.8125rem;
  }
}

@media only all {
  .world-of #filters .filter {
    padding: 0.625rem 0.75rem 0.5rem;
  }
}

.world-of #filters .filter.active, .world-of #filters .filter:hover {
  color: #00a7e6;
}

.world-of #GBLatest .row {
  overflow: hidden;
}

.world-of #GBLatest .box-title {
  height: auto;
  padding: 48px 20px 42px;
}

.world-of #GBLatest .box-title h4 {
  padding-top: 0;
}

@media only all {
  .world-of #GBLatest .box-title {
    padding: 3rem 1.25rem 2.625rem;
  }
}

.world-of #GBLatest .box-title h4 {
  font-size: 16px;
}

@media only all {
  .world-of #GBLatest .box-title h4 {
    font-size: 1rem;
  }
}

.world-of #GBLatest .box-title .icon-logo {
  max-width: 70%;
}

.world-of #GBLatest .latestWrapper {
  width: 104%;
  margin-left: -2%;
  margin-right: -2%;
  margin-top: 0;
}

.world-of #GBLatest .latestWrapper .list-items .item {
  width: 46%;
  margin: 0 2% 4%;
}

.world-of #GBLatest .latestWrapper .list-items .grid-sizer {
  min-height: 0;
  margin-bottom: 0 !important;
}

@media (max-width: 22em) {
  .world-of #GBLatest .latestWrapper .list-items .grid-sizer, .world-of #GBLatest .latestWrapper .list-items .item {
    width: 100%;
    margin: 0 0 4%;
  }
}

.world-of #GBLatest .latestWrapper .list-items .item.item-news {
  width: 96%;
  padding-bottom: 3.2%;
  border-bottom: 1px solid #dedede;
}

.world-of #GBLatest .latestWrapper .list-items .item.tw {
  color: #00a7e6;
}

.world-of #GBLatest .latestWrapper .list-items .item.tw .box:before {
  content: '';
  border-top: 4px solid #00a7e6;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.world-of #GBLatest .latestWrapper .list-items .item.tw p {
  color: #00a7e6;
}

.world-of #GBLatest .latestWrapper .list-items .item.tw .inner:before {
  background-image: url(../svg/icon-twitter-blue.svg);
}

.world-of #GBLatest .btn-loadmore {
  max-width: 280px;
  margin: 5px 0px 10px;
}

@media only all {
  .world-of #GBLatest .btn-loadmore {
    max-width: 17.5rem;
  }
}

@media only all {
  .world-of #GBLatest .btn-loadmore {
    margin: 0.3125rem 0rem 0.625rem;
  }
}

@media (min-width: 36em) {
  .news-list {
    padding-bottom: 65px;
  }
}

@media only all and (min-width: 36em) {
  .news-list {
    padding-bottom: 4.0625rem;
  }
}

@media (min-width: 36em) {
  .news-list .page-title h1 {
    font-size: 30px;
  }
}

@media only all and (min-width: 36em) {
  .news-list .page-title h1 {
    font-size: 1.875rem;
  }
}

@media (min-width: 36em) {
  .news-list .toolbar {
    padding-top: 20px;
  }
}

@media only all and (min-width: 36em) {
  .news-list .toolbar {
    padding-top: 1.25rem;
  }
}

@media (min-width: 36em) {
  .news-gird {
    *zoom: 1;
  }
  .news-gird:before, .news-gird:after {
    content: "";
    display: block;
  }
  .news-gird:after {
    clear: both;
  }
  .news-gird .item-news {
    width: 48.75%;
    float: left;
    margin-right: 2.5%;
  }
  .news-gird .item-news:nth-child(2n) {
    margin-right: 0;
  }
  .news-search-box .news-gird {
    background: url(../images/border-bg.png) repeat-y center;
    border-top: 1px solid #dedede;
    padding-top: 25px;
    margin-bottom: 25px;
    position: relative;
  }
}

@media only all and (min-width: 36em) {
  .news-search-box .news-gird {
    padding-top: 1.5625rem;
  }
}

@media only all and (min-width: 36em) {
  .news-search-box .news-gird {
    margin-bottom: 1.5625rem;
  }
}

@media (min-width: 36em) {
  .news-search-box .news-gird:first-child {
    margin-top: 0;
  }
  .news-search-box .news-gird:before {
    width: 100%;
    height: 25px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
  }
}

@media only all and (min-width: 36em) {
  .news-search-box .news-gird:before {
    height: 1.5625rem;
  }
}

@media (min-width: 36em) {
  .news-search-box .news-gird .item-news {
    width: 47.5%;
    margin-right: 5%;
    margin-bottom: 0;
  }
  .news-search-box .news-gird .item-news:last-child {
    margin-right: 0;
  }
  .news-single .entry-content {
    padding-bottom: 25px;
  }
}

@media only all and (min-width: 36em) {
  .news-single .entry-content {
    padding-bottom: 1.5625rem;
  }
}

@media (min-width: 36em) {
  .news-single .entry-content p {
    margin-bottom: 22px;
  }
}

@media only all and (min-width: 36em) {
  .news-single .entry-content p {
    margin-bottom: 1.375rem;
  }
}

@media (min-width: 36em) {
  .news-single .comment-box {
    padding-bottom: 8%;
  }
  .news-single .comment-box .head h6 {
    font-size: 16px;
  }
}

@media only all and (min-width: 36em) {
  .news-single .comment-box .head h6 {
    font-size: 1rem;
  }
}

@media (min-width: 36em) {
  .posts-alsolike.news-search-box .news-gird {
    margin-bottom: 4.2%;
    padding-top: 0;
    border-top: none;
    background: none;
  }
  .posts-alsolike.news-search-box .news-gird:before {
    height: 0;
  }
  .posts-alsolike.news-search-box .news-gird .item-news {
    width: 31.63%;
    margin-right: 2.555%;
  }
  .posts-alsolike.news-search-box .news-gird .item-news:last-child {
    margin-right: 0;
  }
  .news-bottom h3.title-box {
    font-size: 22px;
    font-family: "Gotham A", "Gotham B", arial, helvetica, sans-serif;
    font-weight: 800;
    letter-spacing: -0.05em;
    text-transform: uppercase;
  }
}

@media only all and (min-width: 36em) {
  .news-bottom h3.title-box {
    font-size: 1.375rem;
  }
}

@media (min-width: 36em) {
  .news-single-banner > .row {
    height: 0;
  }
  .news-single-banner.banner-video .play:after {
    height: 33.34%;
  }
  .world-of #filters {
    padding: 0;
  }
  .world-of #filters .filter {
    font-size: 15px;
    padding: 29px 12px 27px;
  }
}

@media only all and (min-width: 36em) {
  .world-of #filters .filter {
    font-size: 0.9375rem;
  }
}

@media only all and (min-width: 36em) {
  .world-of #filters .filter {
    padding: 1.8125rem 0.75rem 1.6875rem;
  }
}

@media (min-width: 36em) {
  .world-of #filters .has-sub-dropdown .sub-dropdown-wrapper {
    margin-top: -23px;
  }
}

@media only all and (min-width: 36em) {
  .world-of #filters .has-sub-dropdown .sub-dropdown-wrapper {
    margin-top: -1.4375rem;
  }
}

@media (min-width: 36em) {
  .world-of #GBLatest .box-title {
    padding: 68px 20px 62px;
  }
}

@media only all and (min-width: 36em) {
  .world-of #GBLatest .box-title {
    padding: 4.25rem 1.25rem 3.875rem;
  }
}

@media (min-width: 36em) {
  .world-of #GBLatest .box-title .icon-logo {
    max-width: 100%;
  }
  .world-of #GBLatest .box-title 4 {
    font-size: 18px;
  }
}

@media only all and (min-width: 36em) {
  .world-of #GBLatest .box-title 4 {
    font-size: 1.125rem;
  }
}

@media (min-width: 36em) {
  .world-of #GBLatest .latestWrapper {
    width: 102.4%;
    margin-left: -1.2%;
    margin-right: -1.2%;
  }
  .world-of #GBLatest .latestWrapper .list-items .item {
    width: 47.6%;
    margin: 0 1.2% 2.4%;
  }
  .world-of #GBLatest .latestWrapper .list-items .item.item-news {
    width: 97.6%;
    padding-bottom: 2%;
  }
}

@media (min-width: 60em) {
  .news-list .page-title {
    padding-top: 0;
  }
  .news-list .page-title h1 {
    font-size: 36px;
  }
}

@media only all and (min-width: 60em) {
  .news-list .page-title h1 {
    font-size: 2.25rem;
  }
}

@media (min-width: 60em) {
  .item-news {
    margin-bottom: 44px;
  }
}

@media only all and (min-width: 60em) {
  .item-news {
    margin-bottom: 2.75rem;
  }
}

@media (min-width: 60em) {
  .item-news .image {
    margin-bottom: 30px;
  }
}

@media only all and (min-width: 60em) {
  .item-news .image {
    margin-bottom: 1.875rem;
  }
}

@media (min-width: 60em) {
  .item-news .info {
    padding-left: 72px;
  }
}

@media only all and (min-width: 60em) {
  .item-news .info {
    padding-left: 4.5rem;
  }
}

@media (min-width: 60em) {
  .item-news .info .date {
    font-size: 44px;
  }
}

@media only all and (min-width: 60em) {
  .item-news .info .date {
    font-size: 2.75rem;
  }
}

@media (min-width: 60em) {
  .item-news .info .date span {
    font-size: 25px;
  }
}

@media only all and (min-width: 60em) {
  .item-news .info .date span {
    font-size: 1.5625rem;
  }
}

@media (min-width: 60em) {
  .item-news .info .name {
    font-size: 24px;
    margin-bottom: 8px;
  }
}

@media only all and (min-width: 60em) {
  .item-news .info .name {
    font-size: 1.5rem;
  }
}

@media only all and (min-width: 60em) {
  .item-news .info .name {
    margin-bottom: 0.5rem;
  }
}

@media (min-width: 60em) {
  .news-gird .item-news {
    margin-bottom: 43px;
  }
}

@media only all and (min-width: 60em) {
  .news-gird .item-news {
    margin-bottom: 2.6875rem;
  }
}

@media (min-width: 60em) {
  .news-search-box .news-gird {
    padding-top: 35px;
    margin-bottom: 35px;
  }
}

@media only all and (min-width: 60em) {
  .news-search-box .news-gird {
    padding-top: 2.1875rem;
  }
}

@media only all and (min-width: 60em) {
  .news-search-box .news-gird {
    margin-bottom: 2.1875rem;
  }
}

@media (min-width: 60em) {
  .news-search-box .news-gird:before {
    height: 35px;
  }
}

@media only all and (min-width: 60em) {
  .news-search-box .news-gird:before {
    height: 2.1875rem;
  }
}

@media (min-width: 60em) {
  .news-search-box .item-news {
    margin-bottom: 0;
  }
  .news-search-box .item-news .image {
    margin-bottom: 20px;
  }
}

@media only all and (min-width: 60em) {
  .news-search-box .item-news .image {
    margin-bottom: 1.25rem;
  }
}

@media (min-width: 60em) {
  .news-search-box .item-news .info .date {
    font-size: 40px;
  }
}

@media only all and (min-width: 60em) {
  .news-search-box .item-news .info .date {
    font-size: 2.5rem;
  }
}

@media (min-width: 60em) {
  .news-search-box .item-news .info .date span {
    font-size: 23px;
  }
}

@media only all and (min-width: 60em) {
  .news-search-box .item-news .info .date span {
    font-size: 1.4375rem;
  }
}

@media (min-width: 60em) {
  .news-search-box .item-news .info .name {
    font-size: 20px;
    margin-bottom: 6px;
  }
}

@media only all and (min-width: 60em) {
  .news-search-box .item-news .info .name {
    font-size: 1.25rem;
  }
}

@media only all and (min-width: 60em) {
  .news-search-box .item-news .info .name {
    margin-bottom: 0.375rem;
  }
}

@media (min-width: 60em) {
  .news-single .page-title {
    padding: 71px 0px 38px;
  }
}

@media only all and (min-width: 60em) {
  .news-single .page-title {
    padding: 4.4375rem 0rem 2.375rem;
  }
}

@media (min-width: 60em) {
  .news-bottom h3.title-box {
    font-size: 28px;
    font-family: "Gotham A", "Gotham B", arial, helvetica, sans-serif;
    font-weight: 800;
    letter-spacing: -0.05em;
    text-transform: uppercase;
    padding: 64px 0px 54px;
  }
}

@media only all and (min-width: 60em) {
  .news-bottom h3.title-box {
    font-size: 1.75rem;
  }
}

@media only all and (min-width: 60em) {
  .news-bottom h3.title-box {
    padding: 4rem 0rem 3.375rem;
  }
}

@media (min-width: 60em) {
  .news-bottom .products-alsolike {
    border-top: none;
  }
  .news-single-banner.banner-video .play:after {
    height: 42.26%;
  }
  .world-of #filters .filter {
    padding: 29px 20px 27px;
  }
}

@media only all and (min-width: 60em) {
  .world-of #filters .filter {
    padding: 1.8125rem 1.25rem 1.6875rem;
  }
}

@media (min-width: 60em) {
  .world-of #filters .has-sub-dropdown .sub-dropdown-wrapper {
    margin: -23px 0px 0px -106px;
  }
}

@media only all and (min-width: 60em) {
  .world-of #filters .has-sub-dropdown .sub-dropdown-wrapper {
    margin: -1.4375rem 0rem 0rem -6.625rem;
  }
}

@media (min-width: 60em) {
  .world-of #GBLatest .latestWrapper .list-items .item {
    width: 22.6%;
  }
  .world-of #GBLatest .latestWrapper .list-items .item.item-news {
    width: 47.6%;
  }
  .world-of #GBLatest .latestWrapper .list-items .item.tw p {
    font-size: 16px;
    line-height: 20px;
  }
}

@media only all and (min-width: 60em) {
  .world-of #GBLatest .latestWrapper .list-items .item.tw p {
    font-size: 1rem;
  }
}

@media only all and (min-width: 60em) {
  .world-of #GBLatest .latestWrapper .list-items .item.tw p {
    line-height: 1.25rem;
  }
}

@media (min-width: 60em) {
  .world-of #GBLatest .btn-loadmore {
    margin: 15px 0px 60px;
  }
}

@media only all and (min-width: 60em) {
  .world-of #GBLatest .btn-loadmore {
    margin: 0.9375rem 0rem 3.75rem;
  }
}

@media (min-width: 0) and (max-width: 60em) {
  .news-search-box .col2-left-layout .row {
    padding: 0;
  }
  .news-search-box .col2-left-layout .news-gird {
    margin-left: 1em;
    margin-right: 1em;
  }
  .news-search-box .col2-left-layout .news-gird:first-child {
    border-top: none;
  }
  .world-of #filters .has-sub-dropdown .sub-dropdown-wrapper .dropdown-container:before {
    margin-left: 25px;
    left: 0;
  }
}

@media only all and (min-width: 0) and (max-width: 60em) {
  .world-of #filters .has-sub-dropdown .sub-dropdown-wrapper .dropdown-container:before {
    margin-left: 1.5625rem;
  }
}

@media (max-width: 22em) {
  #GBLatest .latestWrapper .list-items .item.tw .inner p {
    font-size: 16px;
    line-height: 24px;
  }
}

@media only all and (max-width: 22em) {
  #GBLatest .latestWrapper .list-items .item.tw .inner p {
    font-size: 1rem;
  }
}

@media only all and (max-width: 22em) {
  #GBLatest .latestWrapper .list-items .item.tw .inner p {
    line-height: 1.5rem;
  }
}


