@charset "UTF-8";
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

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

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

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

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/*
// ----------------------------------------------
// Usage example:
// For IE set $mq-support to false.
// Set the fixed value.
// Then use mixins to test whether styles should be applied.
// ----------------------------------------------

$mq-support: false;
$mq-fixed-value: 1024;

// Renders at fixed value
@include bp (min-width, 300px) { 
    div { color:#000; }
}

// Doesn't render without MQ support
@include bp (min-width, 1200px) { 
    div { color:#FFF; }
}

// Doesn't render without MQ support
@include bp (max-width, 300px) { 
    div { color:#444; }
}

// Renders at fixed value
@include bp (max-width, 1200px) { 
    div { color:#888; }
}

// ----------------------------------------------
*/
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
*,
*:before,
*:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

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

@viewport {
  width: device-width; }

a, button {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

html,
body {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased; }

html {
  line-height: 1.6; }

body,
input,
select,
table,
textarea {
  color: #000000; }

p {
  margin: 1em 0;
  font-size: 15px; }

a {
  color: #636363;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

a:focus {
  outline-color: #5d5d5d;
  color: #000000; }

/*
.f-left {
  float: left;
}
.f-right {
  float: right;
}
.f-none {
  float: none;
}
*/
/*
.a-center {
  text-align: center;
}
.a-left {
  text-align: left;
}
.a-right {
  text-align: right;
}
*/
.no-display,
.hidden,
.hide {
  display: none !important; }

/*
.nowrap,
.nobr {
  white-space: nowrap;
}
*/
/*
.v-middle {
  vertical-align: middle;
}
.v-top {
  vertical-align: top;
}
.v-bottom {
  vertical-align: bottom;
}
*/
/*
.f-stack-serif {
  font-family: $f-stack-serif !important;
}
.f-stack-sans {
  font-family: $f-stack-sans !important;
}
.f-stack-special {
  font-family: $f-stack-special !important;
}
*/
@media only screen and (max-width: 770px) {
  .block-collapse {
    margin-bottom: 0; }
    .block-collapse .block-title {
      padding: 5px 10px 5px;
      margin-top: 0;
      border-bottom: none;
      border-top: none;
      margin-bottom: 0;
      background: #000000; }
      .block-collapse .block-title > strong {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        position: relative;
        display: block;
        width: 100%;
        cursor: pointer;
        color: #ffffff;
        font-size: 18px;
        font-weight: 400; }
        .block-collapse .block-title > strong:after {
          content: '';
          position: absolute;
          width: 9px;
          height: 9px;
          display: block;
          top: 50%;
          left: 4px;
          margin-top: -5px;
          background: url(https://www.bigclothing4u.co.uk/skin/frontend/bigclothing4u/default/images/icons/right-arrow.svg) 0 0 no-repeat;
          background-size: 9px 9px; }
        .block-collapse .block-title > strong span {
          padding: 0 20px 0 20px; }
      .block-collapse .block-title.active > strong:after {
        background: url(https://www.bigclothing4u.co.uk/skin/frontend/bigclothing4u/default/images/icons/down-arrow.svg) 0 0 no-repeat;
        background-size: 9px 9px;
        width: 10px; }
    .block-collapse .block-content {
      margin-top: 0; } }

@media only screen and (max-width: 770px) and (min-width: 770px) {
  .block:last-of-type {
    background: #ffffff; } }

@media only screen and (max-width: 770px) {
  .block-account .block-title > strong span:after,
  .block-cms-menu .block-title > strong span:after {
    content: ' Menu'; } }

/* -------------------------------------------- *
 * Secondary Navigation
 */
@media only screen and (max-width: 770px) {
  .block-account .block-title,
  .block-cms-menu .block-title {
    border: 2px solid #000000;
    display: inline-block;
    background: #ffffff; } }

.block-account .block-title strong,
.block-cms-menu .block-title strong {
  font-weight: 700;
  color: #000000; }

@media only screen and (min-width: 770px) {
  .block-account .block-title,
  .block-cms-menu .block-title {
    margin: 10px 0 10px; } }

.block-account ul,
.block-cms-menu ul {
  margin: 0;
  padding: 10px 0 15px 20px;
  border-bottom: 1px solid #eaeaea; }
  @media only screen and (min-width: 770px) {
    .block-account ul,
    .block-cms-menu ul {
      padding: 0 0 15px 0; } }
  .block-account ul li,
  .block-cms-menu ul li {
    font-weight: 300;
    margin: 7px 0;
    line-height: 2; }
    .block-account ul li.current,
    .block-cms-menu ul li.current {
      text-decoration: underline; }
      .block-account ul li.current strong,
      .block-cms-menu ul li.current strong {
        font-weight: 700; }
    .block-account ul li strong,
    .block-cms-menu ul li strong {
      font-weight: 400;
      color: #000000; }
    .block-account ul li a,
    .block-cms-menu ul li a {
      color: #000000; }
      .block-account ul li a:hover,
      .block-cms-menu ul li a:hover {
        color: #000000; }

/* -------------------------------------------- *
 * Icons
 */
.icon-sprite, .btn-remove2, .ratings .rating-box, .ratings .rating-box .rating, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating, .sorter > .view-mode .grid,
.sorter > .view-mode .list {
  background-image: url(https://www.bigclothing4u.co.uk/skin/frontend/bigclothing4u/default/images/icon_sprite.png);
  background-image: url(https://www.bigclothing4u.co.uk/skin/frontend/bigclothing4u/default/images/icon_sprite@2x.svg);
  background-repeat: no-repeat;
  text-indent: -9999px;
  background-size: 100px 1000px; }

@media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (min-device-pixel-ratio: 2), (min-resolution: 192dpi), (min-resolution: 2dppx) {
  .icon-sprite, .btn-remove2, .ratings .rating-box, .ratings .rating-box .rating, .review-summary-table .rating-box .rating-number:after, .ratings-table .rating-box, .ratings-table .rating-box .rating, .sorter > .view-mode .grid,
  .sorter > .view-mode .list {
    background-image: url(https://www.bigclothing4u.co.uk/skin/frontend/bigclothing4u/default/images/icon_sprite@2x.svg);
    background-size: 100px 1000px; } }

.icon-instagram:before {
  content: '\e800'; }

/* '' */
.icon-facebook:before {
  content: '\e804'; }

/* '' */
.icon-pinterest:before {
  content: '\e805'; }

/* '' */
.icon-twitter:before {
  content: '\e806'; }

/* '' */
.icon-youtube:before {
  content: '\e807'; }

/* '' */
.icon-user:before {
  content: '\e803'; }

/* '' */
/* ============================================ *
 * FORMS - COMMON
 * ============================================ */
/* -------------------------------------------- *
 * Fieldsets
 */
.fieldset p {
  margin-bottom: 6px; }

.fieldset p.required {
  display: none; }

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

form .legend {
  margin-bottom: 15px;
  padding-bottom: 7px;
  border-bottom: 1px solid white; }

/* -------------------------------------------- *
 * Input Box
 */
.input-box {
  padding-top: 2px;
  clear: left; }

/* For adjacent select inputs. */
/* Example: credit card expiration month and year. */
.input-box .v-fix {
  float: left;
  margin-right: 5px; }

/* -------------------------------------------- *
 * Labels
 */
label {
  display: inline-block;
  font-size: 15px;
  font-weight: 300;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

label.required:after,
span.required:after {
  content: ' *';
  color: #f52542;
  font-weight: normal;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px; }

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

/* -------------------------------------------- *
 * Hints
 */
.input-hint {
  color: #000000;
  font-size: 13px; }

/* -------------------------------------------- *
 * Select
 */
select {
  font-size: 16px;
  background: #ffffff;
  border: 1px solid #000000; }
  @media only screen and (min-width: 771px) {
    select {
      font-size: 15px; } }

select + select {
  margin-left: 5px; }

select[multiple] {
  width: 270px;
  border: 1px solid #000000;
  font-size: 16px;
  padding: 5px; }

/* -------------------------------------------- *
 * Textarea
 */
textarea {
  box-sizing: border-box;
  max-width: 365px;
  width: 100%;
  padding: 5px; }

/* -------------------------------------------- *
 * Inputs
 */
input[type=text],
input[type=email],
input[type=tel],
.input-text,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 1px solid #000000;
  background: #ffffff;
  font-size: 16px; }
  input[type=text]:focus,
  input[type=email]:focus,
  input[type=tel]:focus,
  .input-text:focus,
  textarea:focus {
    border: 1px solid #000000; }
  @media only screen and (min-width: 771px) {
    input[type=text],
    input[type=email],
    input[type=tel],
    .input-text,
    textarea {
      font-size: 12.1px; } }

.input-text.validation-failed {
  border-color: #fee8eb; }

.input-text.validation-failed:focus {
  outline-color: #fee8eb; }

input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  height: 40px;
  padding: 0 8px; }

input[type=search] {
  height: 32px;
  padding: 0 8px; }
  @media only screen and (min-width: 770px) {
    input[type=search] {
      height: 22px; } }

input[type=radio],
input[type=checkbox] {
  height: 13px; }

input[type=email],
input[type=search],
input[type=number],
input[type=password],
input[type=tel],
input[type=text] {
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0; }
  @media only screen and (min-width: 770px) {
    input[type=email],
    input[type=search],
    input[type=number],
    input[type=password],
    input[type=tel],
    input[type=text] {
      max-width: 365px; } }

/* Only show on iPhones (not iPads or any other device) */
@media only screen and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 0) {
  input[type=email],
  input[type=search],
  input[type=number],
  input[type=password],
  input[type=tel],
  input[type=text],
  select {
    font-size: 12px;
    /* Prevent from zooming on focus */ } }

.ie8 .input-text {
  max-width: none; }

/* -------------------------------------------- *
 * Inputs - Quantity
 */
input[type=number].qty,
input[type=text].qty {
  width: 40px;
  text-align: center;
  vertical-align: middle;
  line-height: 32px\9; }

/* -------------------------------------------- *
 * Placeholder
 */
::-webkit-input-placeholder {
  color: #b2b2b2; }

input:-moz-placeholder {
  color: #b2b2b2; }

/* -------------------------------------------- *
 * Checkbox And Radio
 */
.checkbox,
.radio {
  position: relative;
  top: -1px;
  display: inline-block; }

.checkbox + label,
.radio + label {
  width: auto;
  max-width: 85%;
  padding: 0 0 0 5px;
  font-weight: normal; }

/* -------------------------------------------- *
 * Validation
 */
p.required,
.validation-advice {
  margin: 5px 0 0;
  color: #f52542;
  font-size: 14px;
  font-weight: 700; }

/* ============================================ *
 * Form List
 * ============================================ */
.form-list > li {
  margin-bottom: 10px; }

.form-list select {
  margin-top: 4px;
  width: 365px;
  max-width: 100%; }

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

.form-list .field,
.form-list .wide,
.form-list .control {
  margin-bottom: 10px; }

/* Turn the label of controls (radio/checkbox) into a button style that wraps the input */
.form-list .control,
.sp-methods dt,
#checkout-shipping-method-load .sp-methods dd,
#co-shipping-method-form .sp-methods dd,
.product-options ul.options-list {
  position: relative;
  /* When a label is next to an input that is set to not display, we should style the label in a non-clickable state */ }
  .form-list .control div.input-box,
  .sp-methods dt div.input-box,
  #checkout-shipping-method-load .sp-methods dd div.input-box,
  #co-shipping-method-form .sp-methods dd div.input-box,
  .product-options ul.options-list div.input-box {
    display: inline;
    float: left; }
    .form-list .control div.input-box:after,
    .sp-methods dt div.input-box:after,
    #checkout-shipping-method-load .sp-methods dd div.input-box:after,
    #co-shipping-method-form .sp-methods dd div.input-box:after,
    .product-options ul.options-list div.input-box:after {
      display: none; }
  .form-list .control input.radio,
  .form-list .control input.checkbox,
  .sp-methods dt input.radio,
  .sp-methods dt input.checkbox,
  #checkout-shipping-method-load .sp-methods dd input.radio,
  #checkout-shipping-method-load .sp-methods dd input.checkbox,
  #co-shipping-method-form .sp-methods dd input.radio,
  #co-shipping-method-form .sp-methods dd input.checkbox,
  .product-options ul.options-list input.radio,
  .product-options ul.options-list input.checkbox {
    float: left;
    margin-right: 6px;
    top: 50%;
    margin: -10px 0 0 !important;
    position: absolute; }
  .form-list .control label,
  .sp-methods dt label,
  #checkout-shipping-method-load .sp-methods dd label,
  #co-shipping-method-form .sp-methods dd label,
  .product-options ul.options-list label {
    display: inline-block;
    width: auto;
    max-width: none;
    float: none;
    padding: 0px 10px 6px 20px; }
  .form-list .control .no-display + label,
  .sp-methods dt .no-display + label,
  #checkout-shipping-method-load .sp-methods dd .no-display + label,
  #co-shipping-method-form .sp-methods dd .no-display + label,
  .product-options ul.options-list .no-display + label {
    padding-left: 10px;
    background-color: transparent; }
    .form-list .control .no-display + label:hover,
    .sp-methods dt .no-display + label:hover,
    #checkout-shipping-method-load .sp-methods dd .no-display + label:hover,
    #co-shipping-method-form .sp-methods dd .no-display + label:hover,
    .product-options ul.options-list .no-display + label:hover {
      background-color: transparent; }

.product-options ul.options-list label,
.col2-set .form-list .control label {
  min-width: inherit;
  max-width: 100%; }

.form-list .control.remember-me-box label {
  width: auto;
  max-width: none;
  min-width: inherit; }

.form-list .control {
  margin: 0;
  position: relative; }
  .form-list .control label {
    float: none;
    padding-bottom: 0; }
  .form-list .control .input-box {
    clear: none;
    display: inline-block;
    width: auto;
    padding: 2px 0 0; }

form .form-instructions {
  font-size: 13px;
  margin: 0 0 10px; }

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

/* ============================================ *
 * Data Table
 * ============================================ */
.data-table, .tab-content table {
  width: 100%;
  border-bottom: 2px solid #7f7f7f; }

.data-table td, .tab-content table td,
.data-table th, .tab-content table th {
  padding: 10px;
  vertical-align: top;
  font-size: 15px; }

.data-table th, .tab-content table th {
  white-space: nowrap;
  border-bottom: 2px solid #7f7f7f;
  color: #333333;
  font-weight: 400; }

.data-table tbody td, .tab-content table tbody td {
  border-bottom: 1px solid #b7b7b7; }

.data-table tfoot tr, .tab-content table tfoot tr {
  border-bottom: 1px solid #b7b7b7; }

.data-table tbody td .item-options dt:after, .tab-content table tbody td .item-options dt:after {
  content: ':'; }

/* ============================================ *
 * Zebra-Stripe Table
 * ============================================ */
.zebra-table tr:first-child,
.zebra-table th:first-child {
  border-top: 1px solid #b7b7b7; }

.zebra-table td,
.zebra-table th {
  border-bottom: 1px solid #b7b7b7;
  padding: 6px;
  background-color: transparent; }

.zebra-table tr {
  background-color: #EEEDED; }

.zebra-table tr:nth-child(odd) {
  background-color: #F8F7F5; }

/* ============================================ *
 * Linearize Table
 * ============================================ */
@media only screen and (max-width: 479px) {
  .linearize-table {
    /* Helpers */ }
    .linearize-table tr,
    .linearize-table th,
    .linearize-table td {
      display: block; }
    .linearize-table thead th {
      border-right: 0;
      border-left: 0; }
    .linearize-table thead th.lin-hide {
      display: none; }
    .linearize-table thead th:nth-child(1n+2) {
      display: none; }
    .linearize-table tbody tr {
      position: relative;
      border-bottom: 1px solid #eaeaea; }
    .linearize-table tbody td {
      padding: 0 10px 4px;
      border-right: 0;
      border-bottom: 0; }
    .linearize-table tbody td.lin-hide {
      display: none; }
    .linearize-table tbody td:first-child {
      padding-top: 10px; }
    .linearize-table tbody td[data-rwd-label] {
      text-align: left; }
    .linearize-table tbody td[data-rwd-label]:before {
      content: attr(data-rwd-label) ":";
      font-size: 13px;
      padding-right: 5px; }
    .linearize-table tfoot tr {
      display: block;
      text-align: right; }
      .linearize-table tfoot tr:after {
        content: "";
        display: table;
        clear: both; }
    .linearize-table tfoot td {
      display: block;
      float: left; }
    .linearize-table tfoot td.lin-hide {
      display: none; }
    .linearize-table tfoot td:nth-child(odd) {
      clear: left;
      width: 60%; }
    .linearize-table tfoot td:nth-child(even) {
      width: 40%; }
    .linearize-table .linearize-hide {
      display: none; }
    .linearize-table .linearize-unpad {
      padding: 0; }
    .linearize-table .linearize-show {
      display: block; } }

@media only screen and (max-width: 599px) {
  .linearize-table-large {
    /* Helpers */ }
    .linearize-table-large tr,
    .linearize-table-large th,
    .linearize-table-large td {
      display: block; }
    .linearize-table-large thead th {
      border-right: 0;
      border-left: 0; }
    .linearize-table-large thead th.lin-hide {
      display: none; }
    .linearize-table-large thead th:nth-child(1n+2) {
      display: none; }
    .linearize-table-large tbody tr {
      position: relative;
      border-bottom: 1px solid #eaeaea; }
    .linearize-table-large tbody td {
      padding: 0 10px 4px;
      border-right: 0;
      border-bottom: 0; }
    .linearize-table-large tbody td.lin-hide {
      display: none; }
    .linearize-table-large tbody td:first-child {
      padding-top: 10px; }
    .linearize-table-large tbody td[data-rwd-label] {
      text-align: left; }
    .linearize-table-large tbody td[data-rwd-label]:before {
      content: attr(data-rwd-label) ":";
      font-size: 13px;
      padding-right: 5px; }
    .linearize-table-large tfoot tr {
      display: block;
      text-align: right; }
      .linearize-table-large tfoot tr:after {
        content: "";
        display: table;
        clear: both; }
    .linearize-table-large tfoot td {
      display: block;
      float: left; }
    .linearize-table-large tfoot td.lin-hide {
      display: none; }
    .linearize-table-large tfoot td:nth-child(odd) {
      clear: left;
      width: 60%; }
    .linearize-table-large tfoot td:nth-child(even) {
      width: 40%; }
    .linearize-table-large .linearize-hide {
      display: none; }
    .linearize-table-large .linearize-unpad {
      padding: 0; }
    .linearize-table-large .linearize-show {
      display: block; } }

@media only screen and (min-width: 600px) {
  .linearize-table .linearize-collapse {
    display: none; } }

h1, h2, h3, form .legend, h4, .block-progress dt, h5, h6,
.h1,
.post__title a, .h2, .h3, .h4, .h5, .post__excerpt p, .h6 {
  color: #000000;
  line-height: 1em; }

h1, .h1, .post__title a {
  font-size: 46.62px; }

h2, .h2 {
  font-size: 42px; }

h3, form .legend, .h3 {
  font-size: 25.9px; }

h4, .block-progress dt, .h4 {
  font-size: 21px; }

h5, .h5, .post__excerpt p {
  font-size: 18.9px; }

.page-title {
  padding: 10px 0; }
  .page-title h1 {
    line-height: 1;
    margin: 0; }

.block-title {
  font-size: 18px; }

.product-name h1, .product-name .h1, .product-name .post__title a, .post__title .product-name a {
  margin-top: 0; }

.title-box {
  margin: 0 0 10px;
  position: relative;
  z-index: 2; }
  .title-box__inner {
    font-size: 24px;
    text-align: center;
    line-height: 1;
    display: block; }
    .title-box__inner:after {
      content: '';
      width: 100%;
      height: 2px;
      display: block;
      position: absolute;
      background: #000000;
      top: 50%;
      left: 0;
      z-index: 1;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .title-box__box {
    padding: 10px 60px;
    background: #ffffff;
    box-shadow: 0 0 0 5px #ffffff;
    display: inline-block;
    position: relative;
    z-index: 2; }
  .title-box--red .title-box__box {
    border: 4px solid #e21f3c; }
  .title-box--black .title-box__box {
    border: 4px solid #000000; }
  .title-box--no-line .title-box__inner:after {
    display: none; }
  .title-box--left .title-box__inner {
    text-align: left; }
  .title-box--small .title-box__inner {
    font-size: 18px; }
    .title-box--small .title-box__inner .title-box__box {
      padding: 10px 12px; }

.quick-access ul, .breadcrumbs ul {
  padding-left: 0;
  margin-left: 0;
  list-style: none; }
  .quick-access ul > li, .breadcrumbs ul > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px; }

.std ol {
  list-style: decimal inside; }

.list-unordered,
.std ul {
  list-style: square inside; }

.list-unstyled,
.block-account ul li,
.block-cms-menu ul li,
.form-list,
.form-list ul,
.messages,
.messages li ul li,
.quick-access ul,
#header-account ul,
.nav-primary,
.nav-primary ul,
.nav-primary ol,
.footer ul,
.cms-index-index .banner-home-bottom-banners ul,
.products-grid,
.block-layered-nav .block-content dl dd ol,
.block-layered-nav .currently ol,
.product-view .sharing-links,
.product-options ul.options-list,
.block-related .related-wrapper .block-content .mini-products-list,
.checkout-types,
.cart-table .product-cart-actions .cart-links,
.checkout-onepage-index .main .col-main .opc,
.paypal-express-review .main .col-main .opc,
.paypal-review-order .main .col-main .opc,
#header-cart .mini-products-list,
.pages li,
.breadcrumbs ul,
.box-up-sell .mini-products-list,
.block-viewed .mini-products-list,
.stores-pages-view .find-table-result-list {
  margin: 0;
  padding: 0;
  list-style: none; }

.button, .aw-blog-read-more,
button,
.minicart-actions .cart-link,
.button2,
.cart-table .product-cart-actions .button,
.cart-table .product-cart-actions .aw-blog-read-more,
.footer .button,
.footer .aw-blog-read-more,
.cart .buttons-set .button,
.cart .buttons-set .aw-blog-read-more {
  line-height: 1;
  -webkit-filter: none;
  filter: none;
  text-align: center;
  font-weight: 700;
  background: #000000;
  border: 2px solid #000000;
  padding: 10px 20px;
  font-size: 15px;
  color: #ffffff; }
  .button:active, .aw-blog-read-more:active, .button:hover, .aw-blog-read-more:hover,
  button:active,
  button:hover,
  .minicart-actions .cart-link:active,
  .button2:active,
  .cart-table .product-cart-actions .button:active,
  .cart-table .product-cart-actions .aw-blog-read-more:active,
  .footer .button:active,
  .footer .aw-blog-read-more:active,
  .cart .buttons-set .button:active,
  .cart .buttons-set .aw-blog-read-more:active,
  .minicart-actions .cart-link:hover,
  .button2:hover,
  .cart-table .product-cart-actions .button:hover,
  .cart-table .product-cart-actions .aw-blog-read-more:hover,
  .footer .button:hover,
  .footer .aw-blog-read-more:hover,
  .cart .buttons-set .button:hover,
  .cart .buttons-set .aw-blog-read-more:hover {
    background: #e21f3c;
    border-color: #e21f3c;
    color: #ffffff; }

.btn-green,
#header-cart .minicart-actions a.button,
#header-cart .minicart-actions a.aw-blog-read-more {
  background: #e21f3c;
  border-color: #e21f3c;
  color: #ffffff; }

.btn-primary:active, .btn-primary:hover,
.btn-proceed-checkout:active,
.cart-table .button:active,
.cart-table .aw-blog-read-more:active,
.sidebar .actions .button:active,
.sidebar .actions .aw-blog-read-more:active,
.button.button-secondary:active,
.button-secondary.aw-blog-read-more:active,
.checkout-link:active,
.btn-cart:active,
#co-shipping-method-form .buttons-set .button:active,
#co-shipping-method-form .buttons-set .aw-blog-read-more:active,
.btn-proceed-checkout:hover,
.cart-table .button:hover,
.cart-table .aw-blog-read-more:hover,
.sidebar .actions .button:hover,
.sidebar .actions .aw-blog-read-more:hover,
.button.button-secondary:hover,
.button-secondary.aw-blog-read-more:hover,
.checkout-link:hover,
.btn-cart:hover,
#co-shipping-method-form .buttons-set .button:hover,
#co-shipping-method-form .buttons-set .aw-blog-read-more:hover {
  background: #e21f3c;
  border-color: #e21f3c;
  color: #ffffff; }

.btn-large,
.btn-proceed-checkout,
.cart-table .button,
.cart-table .aw-blog-read-more,
.sidebar .actions .button,
.sidebar .actions .aw-blog-read-more,
.button.button-secondary,
.button-secondary.aw-blog-read-more,
.checkout-link,
.btn-cart {
  font-size: 20px;
  padding: 10px 40px; }

.btn-small {
  font-size: 12px; }

.btn-text,
.btn-text {
  border: none;
  color: #e21f3c;
  background: #ffffff; }
  .btn-text:hover,
  .btn-text:hover {
    text-decoration: underline;
    color: #e21f3c;
    background: #ffffff; }
  .btn-text:focus,
  .btn-text:focus {
    outline: none; }

a {
  cursor: pointer; }
  a.button:focus, a.aw-blog-read-more:focus {
    color: #ffffff; }
  a.button:hover, a.aw-blog-read-more:hover {
    text-decoration: none; }

.minicart-actions .cart-link:focus,
.button2:focus,
.cart-table .product-cart-actions .button:focus,
.cart-table .product-cart-actions .aw-blog-read-more:focus,
.footer .button:focus,
.footer .aw-blog-read-more:focus,
.cart .buttons-set .button:focus,
.cart .buttons-set .aw-blog-read-more:focus {
  color: #ffffff; }

.minicart-actions .cart-link:hover,
.button2:hover,
.cart-table .product-cart-actions .button:hover,
.cart-table .product-cart-actions .aw-blog-read-more:hover,
.footer .button:hover,
.footer .aw-blog-read-more:hover,
.cart .buttons-set .button:hover,
.cart .buttons-set .aw-blog-read-more:hover {
  text-decoration: none; }

.button.disabled, .disabled.aw-blog-read-more,
.button:disabled,
.aw-blog-read-more:disabled {
  background: #e5e5e5;
  opacity: 0.6;
  cursor: not-allowed; }

.button + .button, .aw-blog-read-more + .button, .button + .aw-blog-read-more, .aw-blog-read-more + .aw-blog-read-more {
  margin-left: 5px; }

.btn-text {
  text-transform: none; }

@media only screen and (max-width: 770px) {
  .col2-set .buttons-set .button, .col2-set .buttons-set .aw-blog-read-more,
  .col2-set .buttons-set .button2 {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .col2-set .buttons-set .back-link {
    display: none; }
  .col2-set .buttons-set .required {
    display: none; } }

@media only screen and (max-width: 479px) {
  .buttons-set .button, .buttons-set .aw-blog-read-more {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 6px; }
  .buttons-set .back-link {
    display: none; }
  .buttons-set .required {
    display: none; } }

.paypal-logo.paypal-after {
  float: left; }

.paypal-after .paypal-or {
  float: left; }

.paypal-or {
  margin: 0px 10px 5px;
  line-height: 43px; }

.paypal-after .paypal-button {
  float: left; }

.paypal-button {
  line-height: 0px; }

.paypal-button img {
  display: inline; }

@media only screen and (max-width: 670px) {
  .paypal-or {
    line-height: 20px; }
  .paypal-logo,
  .paypal-or,
  .paypal-button {
    text-align: center;
    width: 100%;
    display: block;
    margin-right: 0;
    margin-left: 0;
    float: none; } }

.buttons-set {
  clear: both;
  margin: 10px 0 0;
  padding-top: 10px;
  text-align: right; }
  .buttons-set:after {
    content: "";
    display: table;
    clear: both; }
  .buttons-set p.required {
    margin: 0;
    margin-left: 10px;
    line-height: 33px;
    float: right; }
  .buttons-set .back-link {
    float: left;
    margin: 0 10px 0 0;
    line-height: 33px; }
  .buttons-set button.button, .buttons-set button.aw-blog-read-more {
    min-width: 140px;
    float: left; }

.btn-remove,
.btn-previous {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #e5e5e5;
  text-align: center;
  /* Hide text */
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  position: relative; }
  .btn-remove:hover,
  .btn-previous:hover {
    background-color: #000000;
    border-color: #000000; }

.btn-remove:after {
  content: 'X';
  color: #000000;
  height: 20px;
  line-height: 20px;
  width: 100%;
  font-size: 11px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold; }

.btn-remove:hover:after {
  color: #ffffff;
  text-decoration: none; }

.btn-remove2 {
  background-position: 4px -648px;
  border: none;
  vertical-align: top; }
  .btn-remove2:after {
    display: none; }
  .btn-remove2:hover {
    background-color: transparent;
    opacity: 0.8; }

.btn-previous:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #000000;
  border-left: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  margin-top: -4px; }

.btn-previous:hover:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 4px solid #ffffff;
  border-left: none; }

.block-layered-nav .currently .btn-remove,
.block-layered-nav .currently .btn-previous,
.mini-products-list .btn-remove,
.mini-products-list .btn-previous,
#compare-items .btn-remove,
#compare-items .btn-previous {
  float: right;
  margin-left: 6px; }

/* -------------------------------------------- *
 * Messages
 */
.messages {
  margin-bottom: 10px;
  font-size: 15px; }
  .messages .success-msg {
    color: #ffffff;
    background-color: #3db15e;
    border: 1px solid #3db15e; }
  .messages .error-msg {
    color: #ffffff;
    background-color: #f52542;
    border: 1px solid #f52542; }
  .messages .notice-msg {
    color: #333333;
    background-color: #e5e5e5;
    border: 1px solid #e5e5e5; }
  .messages li ul {
    padding: 0;
    margin: 0; }
    .messages li ul li {
      position: relative;
      padding: 12px 20px; }

.note-msg {
  color: #333333;
  background-color: #e5e5e5;
  border: 1px solid #e5e5e5;
  padding: 12px 20px;
  margin-bottom: 10px; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }

.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }

.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: 90%;
  max-width: 1260px;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000; }

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0); }

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px; }

.modal-header .close {
  float: right;
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media only screen and (min-width: 770px) {
  .modal-dialog {
    margin: 30px auto; }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media only screen and (min-width: 979px) {
  .modal-lg {
    width: 900px; } }

/* ============================================ *
 * Item Options
 * ============================================ */
.item-options:after {
  content: "";
  display: table;
  clear: both; }

.item-options dt {
  float: left;
  clear: left;
  font-weight: 600;
  padding-right: 5px; }
  .item-options dt:after {
    content: ': '; }

.item-options dd {
  float: left;
  padding-left: 10px;
  margin: 0 0 6px; }

.truncated,
.truncated a.dots {
  cursor: help;
  display: inline; }

.truncated a.details {
  cursor: help;
  height: 16px;
  line-height: 16px;
  border-left: 1px solid #000000;
  padding-left: 5px; }
  .truncated a.details:hover {
    text-decoration: none; }

.truncated .truncated_full_value {
  position: relative;
  z-index: 300;
  display: inline; }

.truncated .truncated_full_value .item-options {
  display: none;
  position: absolute;
  z-index: 300;
  width: 200px;
  padding: 8px;
  background: #ffffff;
  border: 1px solid #000000;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.4);
  top: 0px;
  left: -100px; }
  .truncated .truncated_full_value .item-options:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #e21f3c;
    border-top: none;
    left: 97px;
    top: -7px; }

.truncated .truncated_full_value .item-options > p {
  margin-bottom: 8px; }

.truncated .show .item-options {
  display: block; }

@media only screen and (max-width: 770px) {
  .truncated {
    cursor: inherit; }
    .truncated a.details {
      display: none; }
    .truncated .truncated_full_value .item-options {
      display: inline-block;
      position: static;
      z-index: 1;
      width: 100%;
      border: none;
      background-color: transparent;
      margin: 0;
      padding: 10px 0 0;
      box-shadow: none; }
      .truncated .truncated_full_value .item-options:after {
        content: "";
        display: table;
        clear: both; }
      .truncated .truncated_full_value .item-options p {
        float: none; }
      .truncated .truncated_full_value .item-options:after {
        display: none; } }

/* -------------------------------------------- *
 * Please Wait (Loading Indicator)
 */
.please-wait {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  line-height: 24px;
  height: 24px;
  white-space: nowrap;
  /* Prevent the linebreak in the HTML from causing layout issues */ }
  .please-wait img {
    float: left;
    margin-right: 5px;
    width: 24px; }

/* ============================================ *
 * Tax - Full Tax Summary
 * ============================================ */
#checkout-review-table .summary-collapse,
#shopping-cart-totals-table .summary-collapse,
body.customer-account .data-table .summary-collapse,
body.customer-account .tab-content table .summary-collapse, .tab-content
body.customer-account table .summary-collapse {
  position: relative;
  cursor: pointer; }
  #checkout-review-table .summary-collapse:after, #checkout-review-table .summary-collapse:before,
  #shopping-cart-totals-table .summary-collapse:after,
  #shopping-cart-totals-table .summary-collapse:before,
  body.customer-account .data-table .summary-collapse:after,
  body.customer-account .tab-content table .summary-collapse:after, .tab-content
  body.customer-account table .summary-collapse:after,
  body.customer-account .data-table .summary-collapse:before,
  body.customer-account .tab-content table .summary-collapse:before, .tab-content
  body.customer-account table .summary-collapse:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #000000;
    border-bottom: none;
    border-top-width: 7px;
    position: static;
    display: inline-block;
    margin-right: 5px; }
  #checkout-review-table .summary-collapse:after,
  #shopping-cart-totals-table .summary-collapse:after,
  body.customer-account .data-table .summary-collapse:after,
  body.customer-account .tab-content table .summary-collapse:after, .tab-content
  body.customer-account table .summary-collapse:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid #e5e5e5;
    border-bottom: none;
    border-top-width: 7px;
    position: absolute;
    right: 21px;
    top: 4px; }

#checkout-review-table .show-details .summary-collapse:after, #checkout-review-table .show-details .summary-collapse:before,
#shopping-cart-totals-table .show-details .summary-collapse:after,
#shopping-cart-totals-table .show-details .summary-collapse:before,
body.customer-account .data-table .show-details .summary-collapse:after,
body.customer-account .tab-content table .show-details .summary-collapse:after, .tab-content
body.customer-account table .show-details .summary-collapse:after,
body.customer-account .data-table .show-details .summary-collapse:before,
body.customer-account .tab-content table .show-details .summary-collapse:before, .tab-content
body.customer-account table .show-details .summary-collapse:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid #000000;
  border-top: none;
  border-bottom-width: 7px;
  position: static;
  display: inline-block;
  margin-right: 5px; }

#checkout-review-table .show-details .summary-collapse:after,
#shopping-cart-totals-table .show-details .summary-collapse:after,
body.customer-account .data-table .show-details .summary-collapse:after,
body.customer-account .tab-content table .show-details .summary-collapse:after, .tab-content
body.customer-account table .show-details .summary-collapse:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-bottom: 5px solid #e5e5e5;
  border-top: none;
  border-bottom-width: 7px;
  position: absolute;
  right: 21px;
  top: 8px; }

#shopping-cart-totals-table tfoot td .summary-collapse:before, #shopping-cart-totals-table tfoot td .summary-collapse:hover:before {
  margin-bottom: 5px; }

#checkout-review-table tbody h3.product-name, #checkout-review-table tbody form .product-name.legend, form #checkout-review-table tbody .product-name.legend {
  font-size: 15px;
  line-height: 1.6em; }

/* ============================================ *
 * SOCIAL LINKS
 * ============================================ */
/*
 * EXAMPLE MARKUP
 * 
<div class="social-links">
<a href="#" class="bg-twitter"><span class="icon-twitter"></span></a>
<a href="#" class="bg-facebook"><span class="icon-facebook"></span></a>
<a href="#" class="bg-pinterest"><span class="icon-pinterest"></span></a>
<a href="#" class="bg-gplus"><span class="icon-gplus"></span></a>
</div>
 * 
 */
.social-links:after {
  content: "";
  display: table;
  clear: both; }

.social-links a {
  display: inline-block;
  height: 30px;
  width: 30px;
  color: #ffffff;
  font-size: 18px;
  border-radius: 35px;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  margin: 0 2.5% 10px 0;
  text-align: center;
  line-height: 30px; }
  .social-links a:hover {
    text-decoration: none;
    opacity: 0.8; }

/* ============================================ *
 * SOCIAL LINKS BACKGROUND COLOURS
 * ============================================ */
.bg-twitter {
  background-color: #948d87; }

.bg-facebook {
  background-color: #948d87; }

.bg-gplus {
  background-color: #948d87; }

.bg-pinterest {
  background-color: #948d87; }

.bg-instagram {
  background-color: #948d87; }

.bg-linkedin {
  background-color: #948d87; }

.bg-youtube {
  background-color: #948d87; }

.bg-vimeo {
  background-color: #948d87; }

.widget .pager {
  float: none;
  width: 100%; }

/* -------------------------------------------- *
 * Price Box - Standard
 */
.price-box {
  margin: 6px 0;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }

.price-box p {
  margin-bottom: 0; }

.price-notice {
  color: #b7b7b7; }

.price-box .price,
.price {
  white-space: nowrap;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #e21f3c;
  font-weight: 700; }

.price-box .price-label {
  color: #7f7f7f;
  white-space: nowrap;
  font-weight: 400; }

.price-box .minimal-price {
  color: #000000;
  display: block;
  /* We want this to show on its own line, otherwise the layout looks funky */ }
  .price-box .minimal-price .price-label {
    color: #7f7f7f;
    font-size: 12px;
    font-weight: 400; }

/* -------------------------------------------- *
 * Price Box - Special
 */
.price-box .old-price,
.price-box .special-price {
  display: inline-block;
  line-height: 1; }
  .price-box .old-price .price-label,
  .price-box .special-price .price-label {
    display: none; }
  .price-box .old-price .price,
  .price-box .special-price .price {
    display: inline-block; }

.price-box .old-price .price-label,
.price-box .old-price .price {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  color: #7f7f7f;
  font-size: 12px; }

.price-box .special-price {
  color: #7f7f7f;
  display: block; }
  .price-box .special-price .price-label {
    color: #f52542; }

/* -------------------------------------------- *
 * Price Box - Taxes
 */
.price-box .price-excluding-tax,
.price-box .price-including-tax {
  display: block;
  line-height: 26px; }
  .price-box .price-excluding-tax .label,
  .price-box .price-including-tax .label {
    font-size: 12px;
    font-weight: 400; }

.price-box .price-including-tax {
  clear: left;
  line-height: 12px;
  font-size: 12px; }

/* -------------------------------------------- *
 * Tier Prices
 */
.product-pricing,
.tier-prices,
.tier-prices-grouped {
  display: inline-block;
  padding: 4px 8px;
  margin-top: 6px; }
  .product-pricing li,
  .tier-prices li,
  .tier-prices-grouped li {
    font-size: 13px; }
  .product-pricing .price,
  .tier-prices .price,
  .tier-prices-grouped .price {
    font-weight: 300; }

.touch .bx-next,
.touch .bx-prev {
  display: none; }

.no-touch .slider-next .bx-next.disabled,
.no-touch .slider-prev .bx-prev.disabled {
  display: none; }

.no-touch .bx-next,
.no-touch .bx-prev {
  text-indent: -9999px;
  display: block;
  height: 36px;
  width: 20px;
  background: #000000;
  position: relative;
  position: absolute;
  z-index: 52;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer; }
  .no-touch .bx-next:before,
  .no-touch .bx-prev:before {
    content: '';
    display: block;
    position: absolute;
    height: 13px;
    width: 8px;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    background: url(https://www.bigclothing4u.co.uk/skin/frontend/bigclothing4u/default/images/icons/arrows-white.svg) -66px -18px no-repeat;
    background-size: 140px 62px; }

.no-touch .bx-next {
  right: 5px; }
  .no-touch .bx-next:before {
    background-position: -66px 0px;
    margin-right: -1px; }

.no-touch .bx-prev {
  left: 5px; }
  .no-touch .bx-prev:before {
    background-position: -66px -19px;
    margin-left: -1px; }

.no-touch .banner-home-slider .slider-next,
.no-touch .banner-home-slider-mobile .slider-next {
  right: 30px; }

.no-touch .banner-home-slider .slider-prev,
.no-touch .banner-home-slider-mobile .slider-prev {
  left: 30px; }

.bx-pager {
  position: absolute;
  z-index: 52;
  bottom: 20px;
  width: 100%;
  text-align: center; }
  .bx-pager .bx-pager-item {
    display: inline-block;
    height: 12px;
    width: 12px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    margin: 0 3px; }
    .bx-pager .bx-pager-item a {
      height: 10px;
      width: 10px;
      overflow: hidden;
      text-indent: -9999px;
      display: block;
      border-radius: 5px;
      background: #ffffff; }
      .bx-pager .bx-pager-item a.active {
        background: #e21f3c; }

/* -------------------------------------------- *
 * Grid
 */
.grid:after {
  content: "";
  display: table;
  clear: both; }

.wrapper {
  min-width: 320px;
  min-height: 100%;
  margin: 0 auto; }
  .wrapper:after {
    content: "";
    display: table;
    clear: both; }

/* -------------------------------------------- *
 * Container
 */
.nav-primary {
  max-width: 1260px;
  margin: 0 auto;
  padding: 15px; }

.main,
.footer,
.home-top-content {
  position: relative;
  max-width: 1260px;
  margin: 0 auto;
  padding: 15px 0; }
  .main:after,
  .footer:after,
  .home-top-content:after {
    content: "";
    display: table;
    clear: both; }

.footer,
.home-top-content {
  background: #ffffff; }

.main-container {
  padding: 0 15px;
  background: #ffffff; }

@media only screen and (min-width: 480px) {
  .home-top-content,
  .nav-primary,
  .main-container,
  .footer-container,
  .home-top-wrapper {
    padding: 0 4%; } }

@media only screen and (min-width: 979px) {
  .home-top-content,
  .nav-primary,
  .main-container,
  .footer-container,
  .home-top-wrapper {
    padding: 0 2%; } }

.footer-container {
  padding-top: 0px; }

/* -------------------------------------------- *
 * Column Layouts
 */
.main:after,
.col-wrapper:after {
  content: "";
  display: table;
  clear: both; }

.col-left,
.col-right,
.col-main {
  padding: 0; }

.col-left {
  float: left;
  width: 20.48193%;
  padding-left: 0;
  /* Remove the 15px padding */
  clear: left; }
  .col-left img {
    max-width: 100%; }

.col-right {
  float: right;
  width: 20.48193%;
  padding-right: 0;
  /* Remove the 15px padding */ }
  .col-right img {
    max-width: 100%; }

.col-main {
  float: left;
  width: 76.90763%; }

.col1-layout .col-main {
  float: none;
  width: auto;
  padding: 0;
  /* Remove the 15px padding */ }

.col2-left-layout .col-main {
  float: right;
  padding-right: 0;
  /* Remove the 15px padding */ }

.col2-right-layout .col-main {
  padding-left: 0;
  /* Remove the 15px padding */ }

.col3-layout .col-right {
  width: 20.83333%; }

.col3-layout .col-wrapper {
  float: left;
  width: 79.16667%; }
  .col3-layout .col-wrapper .col-main {
    float: right;
    width: 73.68421%; }
  .col3-layout .col-wrapper .col-left {
    width: 26.31579%; }

@media only screen and (max-width: 1000px) {
  .col3-layout .col-right {
    float: left;
    clear: left;
    padding-left: 0;
    padding-right: 10px;
    width: 25%; }
  .col3-layout .col-wrapper {
    float: right;
    width: 100%; }
    .col3-layout .col-wrapper .col-main {
      float: right;
      width: 75%; }
    .col3-layout .col-wrapper .col-left {
      width: 25%; } }

@media only screen and (max-width: 770px) {
  .col-left,
  .col-right,
  .col-main,
  .col1-layout .col-left,
  .col1-layout .col-right,
  .col1-layout .col-main,
  .col2-left-layout .col-left,
  .col2-left-layout .col-right,
  .col2-left-layout .col-main,
  .col2-right-layout .col-left,
  .col2-right-layout .col-right,
  .col2-right-layout .col-main,
  .col3-layout .col-wrapper .col-left,
  .col3-layout .col-right,
  .col3-layout .col-wrapper .col-main {
    padding: 0;
    margin-bottom: 10px;
    float: none;
    width: auto; }
  .col3-layout .col-wrapper {
    float: none;
    width: auto; }
  .col-main {
    float: none;
    width: auto; }
  .col-main .col-left {
    padding: 0;
    /* On product listing pages, the left column gets moved inside col-main on small viewports */ } }

/* Content Columns */
.col2-set {
  width: 100%; }
  .col2-set .col-1,
  .col2-set .col-2 {
    width: 50%;
    padding: 0 20px 40px;
    margin: 20px 0; }
    @media only screen and (max-width: 770px) {
      .col2-set .col-1,
      .col2-set .col-2 {
        padding: 10px; } }
  .col2-set .col-1 {
    float: left;
    padding-left: 0; }
  .col2-set .col-2 {
    float: right;
    padding-right: 0; }
  @media only screen and (max-width: 599px) {
    .col2-set .col-1,
    .col2-set .col-2 {
      float: none;
      width: auto;
      border: 0;
      padding-right: 0;
      padding-left: 0; } }
  .col2-set .narrow {
    width: 33%; }
  .col2-set .wide {
    width: 65%; }
  .col2-set:after {
    content: "";
    display: table;
    clear: both; }

/* -------------------------------------------- *
 * Top Container
 */
@media only screen and (min-width: 771px) {
  .top-container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px; } }

.page-header {
  background: #ffffff;
  position: relative;
  z-index: 101; }
  @media only screen and (min-width: 771px) {
    .page-header {
      padding: 0 2%; } }

.page-header-container {
  padding: 15px 15px 0; }
  @media only screen and (min-width: 480px) {
    .page-header-container {
      padding: 25px 4% 0; } }

@media only screen and (min-width: 770px) and (max-width: 979px) {
  .page-header-container {
    padding: 35px 4% 0; } }

@media only screen and (min-width: 771px) {
  .nav-primary,
  .page-header-container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0; }
  .page-header-container {
    position: relative; } }

.header-wrapper {
  position: relative; }

@media only screen and (min-width: 480px) and (max-width: 770px) {
  .header-wrapper {
    margin: 0; } }

@media only screen and (min-width: 771px) {
  .header-wrapper {
    height: 116px;
    margin: 20px 0 0;
    display: inline-block;
    width: 100%; }
    .header-wrapper:after {
      content: "";
      display: table;
      clear: both; } }

@media only screen and (max-width: 770px) {
  .quick-access .links {
    display: none; } }

.header-language-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  .header-language-container:after {
    content: "";
    display: table;
    clear: both; }

.form-language,
.currency-switcher {
  float: right;
  margin: -3px 5px 0 0;
  line-height: 1; }
  .form-language label,
  .currency-switcher label {
    display: none; }

.quick-access .currency-switcher {
  font-size: 15px;
  position: relative; }
  .quick-access .currency-switcher > li {
    padding: 0 0 10px 10px; }
    .quick-access .currency-switcher > li:hover .select-currency {
      display: block; }
    .quick-access .currency-switcher > li span {
      position: relative;
      padding: 0 15px 0 0;
      display: block; }
      .quick-access .currency-switcher > li span:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-right: 5px solid transparent;
        border-left: 5px solid transparent;
        border-top: 5px solid #000000;
        border-bottom: none;
        top: 50%;
        right: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%); }
  .quick-access .currency-switcher .select-currency {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 100%;
    padding: 0 5px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #ffffff;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.5); }
    .quick-access .currency-switcher .select-currency li {
      padding: 5px 0;
      width: 100%; }
      .quick-access .currency-switcher .select-currency li a {
        border: none;
        padding: 0; }

.page-header-container .store-language-container {
  float: right;
  clear: right;
  max-width: 35%; }
  .page-header-container .store-language-container label {
    display: none; }
  .page-header-container .store-language-container select {
    max-width: 100%; }

@media only screen and (max-width: 479px) {
  .page-header-container .store-language-container {
    padding-top: 8px; }
    .page-header-container .store-language-container select {
      font-size: 13px; } }

.header-language-background,
.header-language-background a {
  color: #e5e5e5; }

.logo {
  margin: 0 auto 10px;
  min-width: 180px;
  max-width: 300px;
  width: 50%;
  position: relative; }
  .logo:after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (min-width: 771px) {
    .logo {
      margin-top: 1.2%; } }
  @media only screen and (min-width: 480px) {
    .logo {
      width: 50%; } }
  .logo a {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative; }
    .logo a img {
      width: 100%;
      display: block; }
  @media only screen and (min-width: 771px) {
    .logo {
      width: 34.16667%;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      margin: 0;
      min-width: 200px;
      max-width: none; }
      .logo a {
        display: block;
        height: auto;
        position: static;
        top: auto;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); } }

.skip-links {
  position: relative;
  clear: both;
  background-color: #000000;
  margin: 0 -15px;
  padding: 8px 15px 1px;
  text-align: center;
  font-size: 0; }
  .skip-links:after {
    content: "";
    display: table;
    clear: both; }
  .skip-links span,
  .skip-links a {
    font-size: 13px; }
  @media only screen and (min-width: 480px) {
    .skip-links {
      margin: 0 -4%; } }

@media only screen and (min-width: 771px) {
  .skip-links {
    border: 0;
    background: transparent;
    position: absolute;
    right: 2%;
    width: 15%;
    top: 25px;
    text-align: right; } }

.skip-link {
  position: relative;
  display: inline-block;
  width: 20%;
  max-width: 100px;
  color: #333333;
  text-align: center;
  padding: 0 5px; }
  .skip-link .skip-link:last-child {
    border-right: 0; }

a.skip-link {
  text-decoration: none; }

@media only screen and (min-width: 600px) {
  .skip-link {
    line-height: inherit;
    height: auto;
    border-right: none;
    float: none; } }

@media only screen and (min-width: 500px) {
  .skip-link {
    width: 20%; } }

.skip-link.skip-active {
  border-bottom-color: #ffffff; }

.skip-link .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle; }

.skip-link.skip-nav .icon,
.skip-link.skip-cart:not(.no-count) .icon {
  margin-right: 3px; }

@media only screen and (min-width: 500px) {
  .skip-link .icon {
    margin-right: 3px; } }

.skip-link .label {
  color: #fbfbfb;
  font-weight: 400;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  top: 0;
  float: none;
  display: none; }
  .skip-link .label:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #ffffff;
    border-right: none;
    position: static;
    display: inline-block;
    padding: 0 3px 0 0; }

@media only screen and (min-width: 771px) {
  .skip-link .label {
    display: none; } }

.skip-content {
  display: none; }

.skip-content.skip-active {
  display: block;
  box-shadow: 0 0 2px 3px rgba(0, 0, 0, 0.1); }

.quick-access {
  position: relative;
  top: -4px;
  right: 4px;
  z-index: 99;
  margin: 0 0 5px; }
  .quick-access:after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (min-width: 771px) {
    .quick-access {
      position: absolute;
      padding-top: 8px; } }
  .quick-access a {
    color: #000000;
    font-size: 14px;
    padding: 0 8px;
    border-left: 1px solid rgba(0, 0, 0, 0.3); }
  .quick-access li:first-child a {
    border-right: 1px solid rgba(0, 0, 0, 0.3); }
  .quick-access .last a {
    border-left: none; }
  .quick-access .links,
  .quick-access .skip-link,
  .quick-access .minicart-checkout {
    font-size: 10px;
    line-height: 1;
    float: right; }
  .quick-access ul {
    float: right; }
    .quick-access ul li {
      padding: 0;
      float: right; }
      .quick-access ul li.first {
        padding: 0; }

.header-contact {
  color: #fbfbfb;
  text-align: left;
  width: 225px;
  float: left;
  line-height: 1.1;
  position: absolute;
  display: none;
  top: -5px; }
  .header-contact a {
    color: #000000; }
  @media only screen and (min-width: 980px) {
    .header-contact {
      display: block; } }
  @media only screen and (min-width: 771px) {
    .header-contact {
      right: 9%;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); } }
  .header-contact p {
    margin: 0;
    color: #000000; }
    .header-contact p small {
      font-size: 14px;
      letter-spacing: -0.02em;
      padding: 6px 0 0 0;
      display: inline-block; }
    .header-contact p strong {
      font-size: 26px;
      display: inline-block;
      font-weight: 700;
      position: relative;
      padding: 0 0 0 46px; }
      .header-contact p strong:before {
        content: '';
        background: url(https://www.bigclothing4u.co.uk/skin/frontend/bigclothing4u/default/images/icons/phone-white.svg) 50% 50% no-repeat #000000;
        background-size: 60%;
        display: inline-block;
        height: 36px;
        width: 36px;
        border-radius: 50%;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: absolute; }

#header-account li a {
  padding: 0 15px 0 25px;
  text-align: left;
  color: #fbfbfb;
  text-transform: uppercase;
  line-height: 30px; }
  @media only screen and (min-width: 480px) {
    #header-account li a {
      padding: 0 15px 0 40px; } }

#header-account li:last-child a,
.nav-primary li.level0:last-child a.level0 {
  border-bottom: 0; }

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

.home-top-wrapper {
  border-bottom: 1px solid #b7b7b7; }
  .home-top-wrapper .home-top-content {
    padding: 0; }
    .home-top-wrapper .home-top-content ul {
      margin: 0;
      padding: 0;
      text-align: center;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }
      .home-top-wrapper .home-top-content ul li {
        font-size: 13px;
        color: #000000;
        display: inline-block;
        -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
        flex-grow: 2;
        padding: 10px;
        line-height: 1.2;
        background: #e5e5e5; }
        .home-top-wrapper .home-top-content ul li:first-child, .home-top-wrapper .home-top-content ul li:last-child {
          background: transparent;
          -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
          flex-grow: 1;
          display: none; }
          @media only screen and (min-width: 650px) {
            .home-top-wrapper .home-top-content ul li:first-child, .home-top-wrapper .home-top-content ul li:last-child {
              display: inline-block; } }

/* ============================================ *
 * Header - Account
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Account
 */
.skip-account .icon {
  height: 46px;
  width: 100%;
  max-width: 64px;
  position: relative;
  display: block;
  background-color: #333333;
  border-radius: 3px;
  margin: auto; }
  .skip-account .icon:before {
    content: '';
    background: url(https://www.bigclothing4u.co.uk/skin/frontend/bigclothing4u/default/images/icons/accounts.svg) 0 0 no-repeat;
    display: block;
    width: 27px;
    margin: auto;
    height: 26px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative; }

.skip-account.skip-active:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: none;
  bottom: -7px;
  left: 50%;
  margin-left: -6px;
  z-index: 1; }

.skip-account.skip-active:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid #000000;
  border-top: none;
  bottom: -9px;
  left: 50%;
  margin-left: -6px;
  z-index: 2; }

/* -------------------------------------------- *
 * Account Links
 */
#header-account {
  padding: 5px 0;
  margin: 0 -15px;
  background: #000000; }
  @media only screen and (min-width: 479px) {
    #header-account {
      margin: 0; } }
  @media only screen and (max-width: 770px) {
    #header-account {
      position: relative;
      padding: 5px 5%;
      margin: 0 -5%; } }
  #header-account .links {
    float: none; }
  #header-account ul li {
    padding: 0; }
    #header-account ul li a {
      position: relative;
      display: block;
      padding: 0 10px 0 15px;
      line-height: 33px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.9);
      color: #ffffff;
      font-weight: 700; }
      #header-account ul li a:before, #header-account ul li a:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 6px solid #ffffff;
        border-right: none;
        top: 50%;
        left: 0px;
        right: auto;
        margin-top: -6px;
        z-index: 1; }
      #header-account ul li a:before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 6px solid #000000;
        border-right: none;
        left: -2px;
        z-index: 2; }

@media only screen and (min-width: 771px) {
  .skip-account {
    position: absolute;
    top: 0;
    right: 115px;
    width: auto;
    padding: 0 10px;
    display: none; }
  #header-account.skip-active {
    display: block;
    position: absolute;
    z-index: 200;
    top: 40px;
    right: 115px;
    width: 200px; }
  #header-account li {
    padding: 0; }
    #header-account li a {
      display: block;
      padding: 5px 10px;
      color: #000000;
      line-height: 2;
      font-size: 10px; } }

/* ============================================ *
 * Header - Cart
 * ============================================ */
/* -------------------------------------------- *
 * Skip Link - Cart
 */
.header-minicart {
  display: inline-block;
  text-align: center;
  width: 20%;
  max-width: 100px;
  position: relative; }
  @media only screen and (min-width: 600px) {
    .header-minicart {
      float: none; } }
  @media only screen and (min-width: 771px) {
    .header-minicart {
      width: 80px;
      margin: 0 12px 0 0; } }
  .header-minicart .skip-cart {
    width: 100%;
    text-align: center;
    max-width: 74px; }
    .header-minicart .skip-cart .icon-bag {
      height: 46px;
      width: 100%;
      position: relative;
      display: block;
      background-color: #333333;
      border-radius: 3px;
      margin: auto; }
      @media only screen and (min-width: 771px) {
        .header-minicart .skip-cart .icon-bag {
          background-color: transparent;
          height: 37px; } }
      @media only screen and (min-width: 771px) {
        .header-minicart .skip-cart .icon-bag {
          width: 64px; } }
      .header-minicart .skip-cart .icon-bag:before {
        content: '';
        background: url(https://www.bigclothing4u.co.uk/skin/frontend/bigclothing4u/default/images/icons/basket-white.svg) 0 0 no-repeat;
        display: block;
        width: 32px;
        margin: auto;
        height: 32px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        position: relative; }
        @media only screen and (min-width: 771px) {
          .header-minicart .skip-cart .icon-bag:before {
            background: url(https://www.bigclothing4u.co.uk/skin/frontend/bigclothing4u/default/images/icons/basket.svg) 0 0 no-repeat;
            width: 34px;
            height: 37px; } }
    .header-minicart .skip-cart .label {
      display: none; }
      @media only screen and (min-width: 771px) {
        .header-minicart .skip-cart .label {
          display: block; }
          .header-minicart .skip-cart .label:before {
            display: none; }
          .header-minicart .skip-cart .label .price {
            color: #000000;
            font-size: 12px; } }

.minicart-checkout {
  display: none; }

.block-cart {
  clear: both;
  left: -999999px; }
  .block-cart.skip-active {
    right: -35px;
    left: auto; }
    @media only screen and (min-width: 771px) {
      .block-cart.skip-active {
        right: 12px; } }

/* -------------------------------------------- *
 * Skip Cart Notifier
 */
.skip-cart .count {
  border-radius: 50%;
  top: -2px;
  right: 8px;
  z-index: 5;
  height: 20px;
  background: #e21f3c;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  position: absolute;
  border: 2px solid #ffffff;
  line-height: 1.2;
  padding: 0 4px; }
  @media only screen and (min-width: 771px) {
    .skip-cart .count {
      height: 29px;
      width: 29px;
      font-size: 15px;
      line-height: 1.7;
      top: -10px;
      right: -2px; } }

.skip-cart.no-count .count {
  display: none; }

.skip-cart .count.empty {
  display: none; }

/* -------------------------------------------- *
 * Mini Cart - Empty
 */
.cart-menu .empty {
  padding: 20px;
  text-align: center; }

/* -------------------------------------------- *
 * Mini Cart - Full
 */
/* Actions */
.cart-menu .actions {
  overflow: hidden;
  padding: 15px; }

.cart-menu .actions .button, .cart-menu .actions .aw-blog-read-more {
  float: left;
  width: 48%; }

.cart-menu .actions .button + .button, .cart-menu .actions .aw-blog-read-more + .button, .cart-menu .actions .button + .aw-blog-read-more, .cart-menu .actions .aw-blog-read-more + .aw-blog-read-more {
  margin-left: 4%; }

/* Subtotal */
.cart-menu .subtotal {
  padding: 0 15px 15px;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.2; }

/* List */
.mini-cart-list {
  margin-bottom: 5px; }

.mini-cart-list li {
  position: relative;
  min-height: 90px;
  padding: 15px 15px 15px 90px;
  border-top: 1px solid #eaeaea;
  font-size: 14px;
  line-height: 1.35; }

.mini-cart-list .product-name {
  display: inline-block; }

.mini-cart-list .product-image {
  position: absolute;
  left: 15px;
  top: 15px; }

.mini-cart-list .product-image img {
  width: 60px;
  height: 60px; }

.mini-cart-list .has-options {
  margin-bottom: 0;
  color: #b7b7b7;
  font-size: 13px; }

/* Too full - additional items will be shown in cart */
.cart-menu .last-added {
  padding: 10px 15px 15px;
  border-top: 1px solid #eaeaea;
  font-size: 14px; }

/* ============================================ *
 * Nav - Skip Link
 * ============================================ */
.cms-index-index .nav-primary .home {
  display: none; }

.skip-nav:not(.skip-active):hover {
  text-decoration: none; }
  .skip-nav:not(.skip-active):hover .icon {
    background-position: -46px 4; }

.skip-nav .label {
  display: none; }

.skip-nav .icon-menu {
  height: 46px;
  width: 100%;
  max-width: 64px;
  position: relative;
  display: block;
  background-color: #333333;
  border-radius: 3px;
  margin: auto; }
  .skip-nav .icon-menu:before {
    content: '';
    font-size: 27px;
    color: #b7b7b7;
    background: url(https://www.bigclothing4u.co.uk/skin/frontend/bigclothing4u/default/images/icons/burger-white.svg) 0 0 no-repeat;
    display: block;
    width: 22px;
    margin: auto;
    height: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative; }

.skip-nav.skip-active:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: none;
  bottom: -7px;
  left: 50%;
  margin-left: -6px;
  z-index: 1; }

.skip-nav.skip-active:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid #000000;
  border-top: none;
  bottom: -9px;
  left: 50%;
  margin-left: -6px;
  z-index: 2; }

@media only screen and (min-width: 500px) {
  .skip-nav {
    width: 20%; } }

@media only screen and (min-width: 771px) {
  .skip-nav {
    display: none; }
  #header-nav {
    clear: both;
    background: #ffffff; } }

@media only screen and (max-width: 770px) {
  #header-nav {
    padding: 5px 0;
    background: #000000;
    position: relative; } }

@media only screen and (min-width: 771px) {
  #header-nav {
    display: block;
    /* Force visibility */ }
  .checkout-onepage-index #header-nav {
    display: block;
    /* Force visibility */
    border-bottom: none; } }

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

@media only screen and (min-width: 771px) {
  #nav {
    max-width: 1260px;
    margin: auto;
    display: table;
    width: 100%; }
  .nav-primary {
    display: block;
    text-align: center;
    padding: 5px 0;
    width: auto;
    margin: 0 auto; }
    .nav-primary.static-links {
      float: right; }
      .nav-primary.static-links a {
        font-weight: 300; } }

.nav-primary {
  font-size: 14px;
  padding: 0 4%; }
  .nav-primary ul, .nav-primary ol {
    border-bottom: 1px solid white;
    padding: 0 0 10px; }
  .nav-primary a {
    text-decoration: none;
    position: relative;
    display: block;
    line-height: 30px;
    font-weight: 500; }
  .nav-primary .sale a.level0 {
    color: #e21f3c; }

.nav-primary .menu-active > ul.level0,
.nav-primary li.level0 li.sub-menu-active > ul {
  display: block; }

/* ============================================ *
 * Small Viewports - Accordion Style Menu
 * ============================================ */
@media only screen and (max-width: 770px) {
  .nav-primary li.level0 a.level0 {
    line-height: 35px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.9);
    color: #ffffff;
    font-weight: 700;
    padding: 0 0 0 16px;
    text-transform: uppercase; }
  .nav-primary li.level0 ul {
    display: none; }
  .nav-primary ul.level0 {
    padding: 0;
    background: #ffffff; }
    .nav-primary ul.level0:after {
      content: "";
      display: table;
      clear: both; }
    .nav-primary ul.level0 li a {
      padding: 0 30px 0 0;
      color: #000000; }
  .nav-primary li.parent > a:before, .nav-primary li.parent > a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #ffffff;
    border-right: none;
    top: 50%;
    left: 0px;
    right: auto;
    margin-top: -6px;
    z-index: 1; }
  .nav-primary li.parent > a:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #000000;
    border-right: none;
    left: -2px;
    z-index: 2; }
  .nav-primary li.parent.sub-menu-active > a:after,
  .nav-primary li.parent.menu-active > a:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid #ffffff;
    border-bottom: none;
    top: 50%;
    left: 0;
    right: auto;
    margin-top: -4px;
    z-index: 1; }
  .nav-primary li.parent.sub-menu-active > a:before,
  .nav-primary li.parent.menu-active > a:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid #000000;
    border-bottom: none;
    top: 50%;
    left: 0;
    right: auto;
    margin-top: -6px;
    z-index: 2; }
  .nav-primary li.level0.menu-active > a.level0 {
    border-bottom: none; }
  .nav-primary .has-mega-nav ul.level0 {
    background: #ffffff;
    padding: 10px; }
  .nav-primary .has-mega-nav .nav-list {
    width: 100%;
    float: left; }
    .nav-primary .has-mega-nav .nav-list__group {
      float: left;
      width: 100%; }
      .nav-primary .has-mega-nav .nav-list__group .title-box__inner:after {
        display: none; }
      .nav-primary .has-mega-nav .nav-list__group .title-box__box {
        padding: 8px 12px;
        border-width: 3px;
        font-size: 17px;
        color: #000000; }
      .nav-primary .has-mega-nav .nav-list__group ul {
        position: static;
        display: block;
        box-shadow: none;
        padding: 0 0 20px; }
  .nav-primary .has-mega-nav .feature-image {
    display: none; } }

@media only screen and (min-width: 600px) {
  .nav-primary .has-mega-nav .nav-list__group {
    width: 33.33%; } }

/* ============================================ *
 * Large Viewports - Dropdown Menu
 * ============================================ */
@media only screen and (min-width: 771px) {
  #header-nav {
    border-radius: 0;
    background-color: #000000;
    margin: 0 -2%;
    position: relative; }
  .nav-primary {
    padding: 0;
    /* Default styles for 1+ drop-down menus */
    /* Level 2+ */
    /* Class for js to add briefly to evaluate element positioning. */
    /* Correct menus that will hang off the page (class added by js) */
    /* Level 1+ */ }
    .nav-primary > li a {
      font-size: 17px;
      line-height: 18px;
      letter-spacing: -0.03em; }
    .nav-primary > li ul li a {
      font-size: 15px;
      line-height: 18px;
      color: #000000; }
    .nav-primary > li.parent:hover a:before {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      display: block;
      border-right: 5px solid transparent;
      border-left: 5px solid transparent;
      border-bottom: 5px solid #ffffff;
      border-top: none;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
    .nav-primary a.level0 {
      padding: 14px 60px;
      color: #ffffff;
      font-weight: 700;
      font-size: 15px; }
    .nav-primary li.level0 {
      display: inline-block;
      margin: 0; }
    .nav-primary li:last-child > a {
      border-bottom: none; }
    .nav-primary a:hover,
    .nav-primary li:hover > a {
      color: #e21f3c; }
    .nav-primary .menu-active,
    .nav-primary li.level0:hover {
      z-index: 200; }
    .nav-primary li.level0 ul {
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      top: 100%;
      /* Height of ".nav-primary a.level0" */
      z-index: 10;
      padding: 10px;
      display: none;
      /* Hide until displayed. */
      background-color: #ffffff;
      box-shadow: 0px 5px 11px 2px rgba(0, 0, 0, 0.1);
      width: 100%; }
      .nav-primary li.level0 ul li.level1 {
        max-width: 1260px;
        margin: 0 auto;
        padding: 0;
        width: 100%; }
        .nav-primary li.level0 ul li.level1:hover {
          color: #b7b7b7; }
        .nav-primary li.level0 ul li.level1 a {
          text-align: left;
          padding: 2px 0 4px; }
          .nav-primary li.level0 ul li.level1 a:hover {
            color: #b7b7b7; }
    .nav-primary li.level0.last ul {
      left: auto;
      right: 0;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
    .nav-primary li.level1 ul {
      left: 100%;
      top: -10px;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
    .nav-primary li.level0 ul.level0.position-test {
      display: block; }
    .nav-primary li.level0 ul.level0.spill {
      /*
            right: 0;
            left: auto;
*/
      /* Level 2+ */ }
      .nav-primary li.level0 ul.level0.spill li.level1 ul {
        left: auto;
        right: 100%;
        top: -10px;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0); }
    .nav-primary li.level0 li.parent > a {
      position: relative; }
      .nav-primary li.level0 li.parent > a:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-top: 4px solid transparent;
        border-bottom: 4px solid transparent;
        border-left: 4px solid #ccc;
        border-right: none;
        right: 5px;
        top: 50%;
        margin-top: -3px; }
  .no-touch li:hover > ul {
    display: block;
    /* Force display */ }
  .nav-primary .has-mega-nav .nav-list {
    width: 68%;
    float: left; }
    .nav-primary .has-mega-nav .nav-list__group {
      width: 33.33%;
      float: left; }
      .nav-primary .has-mega-nav .nav-list__group .title-box__inner:after {
        display: none; }
      .nav-primary .has-mega-nav .nav-list__group .title-box__box {
        padding: 8px 12px;
        border-width: 3px;
        font-size: 17px;
        color: #000000; }
      .nav-primary .has-mega-nav .nav-list__group ul {
        position: static;
        display: block;
        box-shadow: none;
        padding: 0 0 20px; }
  .nav-primary .has-mega-nav .feature-image {
    float: right;
    width: 31.74603%; }
    .nav-primary .has-mega-nav .feature-image img {
      width: 100%;
      height: auto;
      display: block; } }

/* ============================================ *
 * Search - Skip Link
 * ============================================ */
.skip-search .icon-search {
  height: 46px;
  width: 100%;
  max-width: 64px;
  position: relative;
  display: block;
  background-color: #333333;
  border-radius: 3px;
  margin: auto; }
  .skip-search .icon-search:before {
    content: '';
    font-size: 27px;
    color: #b7b7b7;
    background: url(https://www.bigclothing4u.co.uk/skin/frontend/bigclothing4u/default/images/icons/search-white.svg) 0 0 no-repeat;
    display: block;
    width: 25px;
    margin: auto;
    height: 25px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative; }

.skip-search.skip-active:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-top: none;
  bottom: -7px;
  left: 50%;
  margin-left: -6px;
  z-index: 1; }

.skip-search.skip-active:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 6px solid #000000;
  border-top: none;
  bottom: -9px;
  left: 50%;
  margin-left: -6px;
  z-index: 2; }

@media only screen and (min-width: 771px) {
  .skip-search {
    display: none; } }

/* ============================================ *
 * Search - Skip Content
 * ============================================ */
#header-search {
  padding: 20px; }
  @media only screen and (max-width: 770px) {
    #header-search {
      background: #000000;
      position: relative;
      padding: 5%;
      margin: 0 -5%; } }
  #header-search #search_mini_form .input-box {
    border: 3px solid #000000; }
  @media only screen and (max-width: 479px) {
    #header-search {
      margin: 0 -15px; } }

@media only screen and (min-width: 771px) {
  #header-search {
    display: block;
    width: 28.16667%;
    left: 44.16667%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0;
    min-width: 250px;
    max-width: 285px; } }

@media only screen and (min-width: 980px) {
  #header-search {
    right: 35.83333%;
    left: auto; } }

/* ============================================ *
 * Search Input
 * ============================================ */
#search_mini_form .input-box {
  position: relative;
  padding-top: 0;
  height: 41px;
  background: #f7f7f7;
  border: 0;
  border-radius: 3px; }

#search_mini_form label {
  display: none; }

#search {
  width: 100%;
  height: 100%;
  display: block;
  border: none;
  font-size: 20px;
  font-weight: 300;
  max-width: 100%;
  background-color: #f7f7f7;
  padding-right: 50px;
  font-weight: 700; }
  @media only screen and (min-width: 771px) {
    #search {
      position: absolute;
      top: 0;
      left: 0; } }
  #search::-webkit-input-placeholder {
    color: #b2b2b2; }
  #search input:-moz-placeholder {
    color: #b2b2b2; }

#search_mini_form .search-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1px;
  width: 40px;
  height: 26px;
  border: 0;
  background: transparent;
  border-left: 1px dotted #000000;
  border-bottom: 1px dotted transparent;
  padding: 0;
  text-indent: -9999px;
  border-radius: 0;
  box-shadow: none; }
  #search_mini_form .search-button.icon-search:before {
    content: '';
    background: url(https://www.bigclothing4u.co.uk/skin/frontend/bigclothing4u/default/images/icons/search.svg) 0 0px no-repeat;
    position: absolute;
    right: 5px;
    text-indent: 0;
    text-align: center;
    width: 25px;
    height: 100%;
    margin: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

/* ============================================ *
 * Footer
 * ============================================ */
.footer-container {
  background-color: #ffffff; }

.footer {
  clear: both;
  width: 100%;
  border-top: 7px solid #000000;
  padding: 15px 0 30px; }
  .footer .block-title {
    font-size: 17px;
    padding: 5px 10px 5px;
    text-align: left;
    background: #ffffff; }
    @media only screen and (min-width: 980px) {
      .footer .block-title {
        font-size: 20px; } }
    .footer .block-title strong {
      color: #000000;
      font-weight: 700; }
  @media only screen and (max-width: 770px) {
    .footer .block-collapse {
      border-bottom: 1px solid #b7b7b7; } }
  .footer .block-content {
    padding: 0 10px; }
  .footer .footer-links {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%; }
    .footer .footer-links:after {
      content: "";
      display: table;
      clear: both; }
    .footer .footer-links h4, .footer .footer-links .block-progress dt, .block-progress .footer .footer-links dt {
      margin-bottom: 0px; }
    .footer .footer-links ul {
      text-align: center; }
      .footer .footer-links ul li {
        font-size: 15px; }
    .footer .footer-links .links {
      padding: 0 0 0 0;
      width: 100%;
      display: block;
      float: none;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2; }
      .footer .footer-links .links ul {
        text-align: left;
        padding: 10px 10px 20px; }
        .footer .footer-links .links ul li {
          word-break: break-all;
          line-height: 1.2;
          padding: 0 2% 10px;
          display: inline-block; }
        .footer .footer-links .links ul a {
          color: #000000;
          font-size: 15px; }
          .footer .footer-links .links ul a:hover {
            color: #000000; }
    .footer .footer-links .newsletter-main {
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2; }
      @media only screen and (max-width: 770px) {
        .footer .footer-links .newsletter-main h4, .footer .footer-links .newsletter-main .block-progress dt, .block-progress .footer .footer-links .newsletter-main dt {
          display: none; }
        .footer .footer-links .newsletter-main input {
          margin-bottom: 10px; } }
    .footer .footer-links .contacts {
      display: block;
      float: none;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%; }
      .footer .footer-links .contacts .footer-address {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2; }
        .footer .footer-links .contacts .footer-address .block-title {
          display: none; }
        .footer .footer-links .contacts .footer-address ul {
          padding: 0 0 15px; }
          .footer .footer-links .contacts .footer-address ul li {
            line-height: 1.2;
            color: #000000; }
            .footer .footer-links .contacts .footer-address ul li .distributors {
              position: relative;
              padding: 10px;
              display: inline-block; }
              .footer .footer-links .contacts .footer-address ul li .distributors:before {
                content: '';
                position: absolute;
                width: 0;
                height: 0;
                display: block;
                border-top: 5px solid transparent;
                border-bottom: 5px solid transparent;
                border-left: 5px solid #e21f3c;
                border-right: none;
                top: 50%;
                left: 0;
                margin-top: -5px; }
      .footer .footer-links .contacts .block-subscribe {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
        width: 100%; }
        .footer .footer-links .contacts .block-subscribe h4, .footer .footer-links .contacts .block-subscribe .block-progress dt, .block-progress .footer .footer-links .contacts .block-subscribe dt {
          display: none; }
        .footer .footer-links .contacts .block-subscribe input,
        .footer .footer-links .contacts .block-subscribe button {
          margin-bottom: 10px; }
      .footer .footer-links .contacts .footer-contacts {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1; }
        .footer .footer-links .contacts .footer-contacts .block-title {
          text-align: center;
          border: none; }
        .footer .footer-links .contacts .footer-contacts ul li {
          line-height: 1.2;
          color: #000000; }
          .footer .footer-links .contacts .footer-contacts ul li small {
            font-size: 12px; }
          .footer .footer-links .contacts .footer-contacts ul li .phone {
            font-size: 28px; }
          .footer .footer-links .contacts .footer-contacts ul li a {
            font-size: 17px;
            color: #000000; }
          .footer .footer-links .contacts .footer-contacts ul li:last-child {
            padding: 0 0 10px; }
          .footer .footer-links .contacts .footer-contacts ul li:nth-last-child(2) {
            padding: 10px 0 0; }
  .footer .cards {
    text-align: center;
    padding: 15px 0 20px; }
    @media only screen and (min-width: 980px) {
      .footer .cards {
        text-align: left;
        padding: 15px 0 0;
        display: inline-block;
        vertical-align: top; } }
    .footer .cards h4, .footer .cards .block-progress dt, .block-progress .footer .cards dt {
      margin: 10px 0 8px;
      color: #ffffff;
      font-size: 12px; }
  @media only screen and (min-width: 600px) {
    .footer .footer-links .contacts {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .footer .footer-links .contacts .footer-address,
      .footer .footer-links .contacts .footer-contacts {
        width: 50%;
        display: inline-block;
        float: left; }
        .footer .footer-links .contacts .footer-address .block-title,
        .footer .footer-links .contacts .footer-contacts .block-title {
          padding-left: 0;
          display: block;
          text-align: left; }
        .footer .footer-links .contacts .footer-address ul,
        .footer .footer-links .contacts .footer-contacts ul {
          text-align: left; }
          .footer .footer-links .contacts .footer-address ul li,
          .footer .footer-links .contacts .footer-contacts ul li {
            padding-left: 0; }
      .footer .footer-links .contacts .footer-address {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1; }
      .footer .footer-links .contacts .footer-contacts {
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2; } }
  @media only screen and (min-width: 771px) {
    .footer {
      padding-top: 18px; }
      .footer .footer-links {
        width: 100%;
        float: left;
        margin-bottom: 0;
        display: block;
        width: 100%; }
        .footer .footer-links:after {
          content: "";
          display: table;
          clear: both; }
        .footer .footer-links h4, .footer .footer-links .block-progress dt, .block-progress .footer .footer-links dt {
          margin-bottom: 0px; }
        .footer .footer-links ul {
          text-align: center; }
          .footer .footer-links ul li {
            font-size: 15px; }
        .footer .footer-links .block-title {
          padding-left: 0; }
        .footer .footer-links .block-content {
          padding: 10px 0 20px; }
          .footer .footer-links .block-content li {
            padding: 0 0 10px; }
        .footer .footer-links .links {
          border: none;
          width: 24%;
          float: left; }
          .footer .footer-links .links:first-child {
            border: none; }
          .footer .footer-links .links ul {
            padding: 0; }
            .footer .footer-links .links ul li {
              display: block;
              padding: 0;
              line-height: 1.8; }
        .footer .footer-links .contacts {
          display: block;
          float: left;
          width: 52%; }
          .footer .footer-links .contacts .footer-contacts {
            padding: 0 0 0 5%; }
          .footer .footer-links .contacts .block-subscribe {
            display: block;
            clear: left;
            padding: 1px 0 0;
            -webkit-order: 4;
            -ms-flex-order: 4;
            order: 4; }
            .footer .footer-links .contacts .block-subscribe h4, .footer .footer-links .contacts .block-subscribe .block-progress dt, .block-progress .footer .footer-links .contacts .block-subscribe dt {
              text-transform: uppercase;
              font-size: 17px; }
            .footer .footer-links .contacts .block-subscribe .block-title {
              font-size: 13px;
              padding: 0;
              margin: 0;
              color: #b7b7b7; }
              .footer .footer-links .contacts .block-subscribe .block-title strong {
                text-transform: none;
                font-weight: 400; }
            .footer .footer-links .contacts .block-subscribe .block-content {
              max-width: 480px; }
              .footer .footer-links .contacts .block-subscribe .block-content:after {
                content: "";
                display: table;
                clear: both; }
              .footer .footer-links .contacts .block-subscribe .block-content .input-box {
                width: 75%;
                float: left;
                padding: 0; }
              .footer .footer-links .contacts .block-subscribe .block-content .actions {
                width: 25%;
                float: left;
                padding: 0 0 0 3%; }
                .footer .footer-links .contacts .block-subscribe .block-content .actions button {
                  width: 100%;
                  padding: 9px 0 10px; } }

.bottom-footer {
  background: #000000; }
  @media only screen and (min-width: 479px) {
    .bottom-footer {
      margin: 0 -4%;
      padding: 0 4%; } }
  @media only screen and (min-width: 979px) {
    .bottom-footer {
      margin: 0 -2%;
      padding: 0 2%; } }
  .bottom-footer .footer {
    border: none;
    background: none; }
    @media only screen and (max-width: 770px) {
      .bottom-footer .footer {
        text-align: center; } }
    .bottom-footer .footer ul {
      padding: 0;
      margin: 0; }
    .bottom-footer .footer .social {
      display: block;
      width: 100%;
      margin: 0 auto; }
      @media only screen and (min-width: 600px) {
        .bottom-footer .footer .social {
          display: inline-block;
          width: auto;
          margin: 0 0 0 10px;
          vertical-align: top; } }
      .bottom-footer .footer .social ul {
        display: inline-block;
        text-align: center;
        width: 100%;
        padding: 15px 0; }
        .bottom-footer .footer .social ul li {
          display: inline-block;
          padding: 7px 7px; }
          .bottom-footer .footer .social ul li a {
            text-indent: -9999px;
            height: 47px;
            width: 47px;
            display: block;
            background: url(https://www.bigclothing4u.co.uk/skin/frontend/bigclothing4u/default/images/social.png) 0 0 no-repeat; }
          .bottom-footer .footer .social ul li.twitter a {
            background-position: 0 -47px; }
          .bottom-footer .footer .social ul li.youtube a {
            background-position: 0 -94px; }
          .bottom-footer .footer .social ul li.pinterest a {
            background-position: 0 -141px; }
    @media only screen and (max-width: 979px) {
      .bottom-footer .footer .cards {
        display: inline-block;
        width: 100%; } }
    .bottom-footer .footer .iweb,
    .bottom-footer .footer address {
      padding: 0 20px;
      clear: both;
      text-align: center;
      font-size: 15px;
      color: rgba(255, 255, 255, 0.5);
      font-style: normal; }
    .bottom-footer .footer .iweb {
      margin: 0; }
    @media only screen and (min-width: 771px) {
      .bottom-footer .footer {
        text-align: center; }
        .bottom-footer .footer .logos ul {
          padding: 0; }
          .bottom-footer .footer .logos ul li img {
            display: block; }
        .bottom-footer .footer .logos,
        .bottom-footer .footer .social {
          display: inline-block;
          margin: 0; }
        .bottom-footer .footer .social ul {
          padding: 15px 0px 0;
          width: auto; }
          .bottom-footer .footer .social ul li {
            float: left;
            padding: 0 14px 0 0; }
            .bottom-footer .footer .social ul li:last-child {
              padding: 0; }
        .bottom-footer .footer .iweb,
        .bottom-footer .footer address {
          padding-top: 15px; } }
    @media only screen and (min-width: 980px) {
      .bottom-footer .footer .logos,
      .bottom-footer .footer .social {
        display: inline-block;
        margin: 0;
        float: left; }
      .bottom-footer .footer .social {
        margin: 0 20px 0 0; }
        .bottom-footer .footer .social ul {
          padding-top: 15px; }
      .bottom-footer .footer .iweb,
      .bottom-footer .footer address {
        padding: 30px 0 0;
        float: left;
        clear: left;
        width: 36%;
        text-align: left; }
      .bottom-footer .footer .iweb {
        padding: 0; } }

/* ============================================ *
 * Print Styles
 * ============================================ */
.page-print .print-head {
  margin: 0 0 15px; }

.page-print .print-head .logo {
  float: none;
  max-height: 50px;
  width: auto; }

/* -------------------------------------------- *
 * Printer Friendly Page
 */
.page-print {
  width: 6.5in;
  margin: 20px;
  background: #FFFFFF; }

.cms-index-index .deals {
  position: relative; }
  .cms-index-index .deals .slider-next a,
  .cms-index-index .deals .slider-prev a {
    margin-top: 34px; }
  .cms-index-index .deals .deals-wrapper {
    position: relative;
    z-index: 2; }

.cms-index-index .products-grid li {
  clear: none !important; }

.cms-index-index .banner-home-slider {
  width: 100%;
  overflow: hidden;
  position: relative; }
  .cms-index-index .banner-home-slider .bx-viewport {
    max-width: 100%; }
  .cms-index-index .banner-home-slider .img-holder {
    position: relative; }
    .cms-index-index .banner-home-slider .img-holder img {
      width: 100%;
      height: auto;
      display: block; }

@media only screen and (min-width: 771px) {
  .cms-index-index .banner-home-slider {
    display: block; }
    .cms-index-index .banner-home-slider .img-holder img {
      width: 100%;
      height: auto; } }

.cms-index-index .banner-home-bottom-banners {
  margin: 0 -12px; }
  .cms-index-index .banner-home-bottom-banners ul li {
    float: left;
    position: relative;
    width: 50%; }
    @media only screen and (min-width: 600px) {
      .cms-index-index .banner-home-bottom-banners ul li {
        width: 33.33333%; } }
    @media only screen and (min-width: 771px) {
      .cms-index-index .banner-home-bottom-banners ul li {
        width: 25%; } }
    .cms-index-index .banner-home-bottom-banners ul li:before {
      content: "";
      display: block;
      padding-top: 104.60993%; }
    .cms-index-index .banner-home-bottom-banners ul li .aspect {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      padding: 6px; }
      @media only screen and (min-width: 600px) {
        .cms-index-index .banner-home-bottom-banners ul li .aspect {
          padding: 9px; } }
      @media only screen and (min-width: 771px) {
        .cms-index-index .banner-home-bottom-banners ul li .aspect {
          padding: 12px; } }
      .cms-index-index .banner-home-bottom-banners ul li .aspect .aspect-inner {
        position: relative; }
    .cms-index-index .banner-home-bottom-banners ul li .item-link {
      display: block; }
      .cms-index-index .banner-home-bottom-banners ul li .item-link:hover .item-content {
        background: #e21f3c; }
        .cms-index-index .banner-home-bottom-banners ul li .item-link:hover .item-content h2 {
          color: #ffffff; }
    .cms-index-index .banner-home-bottom-banners ul li .item-content {
      position: absolute;
      background: #e5e5e5;
      width: 100%;
      bottom: 0;
      left: 0; }
      .cms-index-index .banner-home-bottom-banners ul li .item-content h2 {
        font-size: 17px;
        padding: 5px 10px 0 10px;
        text-transform: uppercase;
        color: #333333;
        font-weight: 300; }
    .cms-index-index .banner-home-bottom-banners ul li img {
      width: 100%;
      height: auto;
      display: block; }
    .cms-index-index .banner-home-bottom-banners ul li.feature {
      width: 100%;
      margin-right: 0; }
      @media only screen and (min-width: 600px) {
        .cms-index-index .banner-home-bottom-banners ul li.feature {
          width: 66.66667%; } }
      @media only screen and (min-width: 771px) {
        .cms-index-index .banner-home-bottom-banners ul li.feature {
          width: 50%; } }
      .cms-index-index .banner-home-bottom-banners ul li.feature:before {
        content: "";
        display: block;
        padding-top: 104.08163%; }
      .cms-index-index .banner-home-bottom-banners ul li.feature .aspect {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0; }
      .cms-index-index .banner-home-bottom-banners ul li.feature .item-content {
        display: none; }

.cms-index-index .home-intro {
  display: inline-block;
  width: 100%;
  padding: 60px 0; }
  .cms-index-index .home-intro-inner {
    display: block;
    margin: auto;
    max-width: 740px;
    width: 90%;
    text-align: center; }
    .cms-index-index .home-intro-inner .button, .cms-index-index .home-intro-inner .aw-blog-read-more {
      display: inline-block;
      margin: 10px 0 0; }

.cms-index-index .home-intro-inner {
  width: 100%;
  max-width: none; }
  .cms-index-index .home-intro-inner .page-title {
    font-size: 30px;
    color: #fea842;
    border-bottom: #ccc solid 2px;
    padding-bottom: 25px;
    margin-bottom: 15px; }
  @media only screen and (min-width: 980px) {
    .cms-index-index .home-intro-inner .left {
      float: left;
      width: calc(50% - 10px);
      margin-right: 10px;
      text-align: left; }
    .cms-index-index .home-intro-inner .right {
      float: right;
      width: calc(50% - 10px);
      margin-left: 10px;
      text-align: left; } }

/* ================================================= *
 * General Product List Styles (not module-specific)
 * ================================================= */
/* -------------------------------------------- *
 * Product List General
 */
.category-title h1,
body.catalogsearch-result-index .page-title h1 {
  border-bottom: none;
  margin: 0; }

.category-image {
  margin-bottom: 10px; }

/* -------------------------------------------- *
 * Product Name
 */
.product-name a:hover {
  text-decoration: none; }

.products-grid .product-name,
.products-list .product-name {
  margin-bottom: 1px;
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 10px;
  text-transform: none;
  color: #000000; }

/* ============================================ *
 * Product Grid
 * ============================================ */
.products-grid {
  position: relative; }
  .products-grid:after {
    content: "";
    display: table;
    clear: both; }
  .products-grid > li {
    position: relative;
    background: #ffffff; }
    .products-grid > li:after {
      content: "";
      display: table;
      clear: both; }
    .products-grid > li .grid-inner {
      padding: 4.85437%; }
      .products-grid > li .grid-inner .product-image {
        width: 100%;
        display: block; }
        .products-grid > li .grid-inner .product-image:before, .products-grid > li .grid-inner .product-image:after {
          content: '';
          position: absolute;
          top: 0px;
          left: 0px;
          width: 100%;
          height: 100%;
          display: none; }
        .products-grid > li .grid-inner .product-image:before {
          background-color: white;
          opacity: 0.8;
          z-index: 2; }
        .products-grid > li .grid-inner .product-image:after {
          background-image: url("https://www.bigclothing4u.co.uk/skin/frontend/bigclothing4u/default/images/opc-ajax-loader.gif");
          background-repeat: no-repeat;
          background-position: center;
          z-index: 3; }
        .products-grid > li .grid-inner .product-image.loading {
          position: relative; }
          .products-grid > li .grid-inner .product-image.loading:before, .products-grid > li .grid-inner .product-image.loading:after {
            display: block; }
        .products-grid > li .grid-inner .product-image img {
          width: 100%;
          height: auto;
          display: block; }
          .products-grid > li .grid-inner .product-image img:hidden {
            display: none; }

.no-touch .products-grid > li {
  border: 2px solid #ffffff; }
  .no-touch .products-grid > li:hover {
    text-decoration: none;
    border-color: #e21f3c;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1); }
  .no-touch .products-grid > li a {
    text-decoration: none; }

.products-grid li .product-info {
  width: 100%; }
  .products-grid li .product-info .price-box {
    margin: 0 0 5px;
    font-weight: 700;
    font-size: 18px; }
    .products-grid li .product-info .price-box p {
      margin: 0; }
  .products-grid li .product-info .product-name {
    margin-top: 10px; }

/* Config: Two columns + flexible gutter */
.products-grid > li {
  float: left;
  width: 48.4375%;
  margin-right: 1.73611%;
  margin-bottom: 1.73611%; }

.products-grid > li:nth-child(odd) {
  clear: left; }

.products-grid > li:nth-child(even) {
  margin-right: 0; }

@media only screen and (min-width: 480px) {
  /* Config: Three columns + flexible gutter */
  .products-grid {
    /* Undo two-column config */
    /* Set three-column config */ }
    .products-grid > li:nth-child(odd) {
      clear: none; }
    .products-grid > li:nth-child(even) {
      margin-right: 1.14548%; }
    .products-grid > li {
      width: 32.56968%;
      margin-right: 1.14548%;
      margin-bottom: 1.14548%; }
    .products-grid > li:nth-child(3n+1) {
      clear: left; }
    .products-grid > li:nth-child(3n) {
      margin-right: 0; } }

@media only screen and (min-width: 960px) {
  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-4-col > li:nth-child(odd) {
    clear: none; }
  .products-grid--max-4-col > li:nth-child(3n+1) {
    clear: none; }
  .products-grid--max-4-col > li:nth-child(even),
  .products-grid--max-4-col > li:nth-child(3n) {
    margin-right: 1.11111%; }
  /* Set column config */
  .products-grid--max-4-col > li {
    margin-right: 1.11111%; }
  .products-grid--max-4-col > li {
    width: 24.16667%;
    margin-right: 1.11111%; }
  .products-grid--max-4-col > li:nth-child(4n+1) {
    clear: left; }
  .products-grid--max-4-col > li:nth-child(4n) {
    margin-right: 0; }
  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-5-col > li:nth-child(odd) {
    clear: none; }
  .products-grid--max-5-col > li:nth-child(3n+1) {
    clear: none; }
  .products-grid--max-5-col > li:nth-child(even),
  .products-grid--max-5-col > li:nth-child(3n) {
    margin-right: 1.11111%; }
  /* Set column config */
  .products-grid--max-5-col > li {
    margin-right: 1.11111%; }
  .products-grid--max-5-col > li {
    width: 19.11111%;
    margin-right: 1.11111%; }
  .products-grid--max-5-col > li:nth-child(5n+1) {
    clear: left; }
  .products-grid--max-5-col > li:nth-child(5n) {
    margin-right: 0; }
  /* Config: Columns + flexible gutter */
  /* Undo three-column config */
  .products-grid--max-6-col > li:nth-child(odd) {
    clear: none; }
  .products-grid--max-6-col > li:nth-child(3n+1) {
    clear: none; }
  .products-grid--max-6-col > li:nth-child(even),
  .products-grid--max-6-col > li:nth-child(3n) {
    margin-right: 1.11111%; }
  /* Set column config */
  .products-grid--max-6-col > li {
    margin-right: 1.11111%; }
  .products-grid--max-6-col > li {
    width: 15.74074%;
    margin-right: 1.11111%; }
  .products-grid--max-6-col > li:nth-child(6n+1) {
    clear: left; }
  .products-grid--max-6-col > li:nth-child(6n) {
    margin-right: 0; } }

/* ============================================ *
 * Product List
 * ============================================ */
.products-list {
  margin-top: 20px;
  margin-bottom: 20px; }
  .products-list > li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid white; }
    .products-list > li:after {
      content: "";
      display: table;
      clear: both; }
    .products-list > li .product-image {
      float: left;
      width: 33.33333%; }
      .products-list > li .product-image img {
        width: 100%;
        max-width: 100%; }
  .products-list > li:last-child {
    padding-bottom: 0;
    border-bottom: none; }

.products-list .product-shop {
  float: right;
  width: 66.66667%;
  padding-left: 20px; }
  .products-list .product-shop .product-name {
    margin-bottom: 0; }
  .products-list .product-shop .ratings {
    margin: 0; }
    .products-list .product-shop .ratings .rating-box,
    .products-list .product-shop .ratings .rating-links {
      float: left;
      margin-right: 6px; }
    .products-list .product-shop .ratings .rating-links {
      margin-top: 4px; }
  .products-list .product-shop .price-box {
    margin-top: 0; }
  .products-list .product-shop .price-box .price {
    font-size: 18px; }
  .products-list .product-shop .action {
    margin: 6px 0; }
  .products-list .product-shop .desc {
    margin-top: 6px; }
  .products-list .product-shop .product-primary,
  .products-list .product-shop .desc {
    float: left;
    width: 75%;
    overflow: hidden; }
  .products-list .product-shop .product-secondary {
    float: right;
    width: 25%;
    text-align: right;
    clear: right; }

@media only screen and (max-width: 1279px) {
  .products-list .product-shop .product-primary,
  .products-list .product-shop .desc {
    float: left;
    width: 60%;
    padding-right: 20px; }
  .products-list .product-shop .product-secondary {
    float: right;
    width: 40%; } }

@media only screen and (max-width: 600px) {
  .products-list .product-shop .price-box .special-price {
    padding-left: 0; }
  .products-list .product-shop .product-primary,
  .products-list .product-shop .product-secondary,
  .products-list .product-shop .desc {
    float: none;
    width: 100%;
    padding-right: 0;
    text-align: left; } }

/* ============================================ *
 * Mini Product List
 * ============================================ */
.mini-products-list .product-image {
  float: left;
  min-width: 50px; }

.mini-products-list .product-details {
  margin-left: 60px; }

.mini-products-list .product-details .product-name {
  padding-top: 10px; }

.mini-products-list li {
  margin-bottom: 10px;
  clear: both; }
  .mini-products-list li:after {
    content: "";
    display: table;
    clear: both; }

@media only screen and (min-width: 771px) {
  .mini-products-list .product-image {
    float: none; } }

.mini-products-images-list:after {
  content: "";
  display: table;
  clear: both; }

.mini-products-images-list li.item {
  float: left;
  width: 50%;
  margin: 0;
  padding: 0 5px 10px 0; }
  .mini-products-images-list li.item:nth-child(even) {
    padding-right: 0;
    padding-left: 5px; }
  .mini-products-images-list li.item .product-image {
    display: block; }
    .mini-products-images-list li.item .product-image img {
      width: 100%;
      max-width: 100%; }

/* ============================================ *
 * Catalog - List
 * ============================================ */
.category-image {
  margin: 0; }
  .category-image img {
    width: 100%;
    max-width: 100%; }
    .category-image img:hidden {
      display: none; }

.category-description {
  margin-bottom: 50px; }
  .category-description .description {
    overflow: hidden; }
  .category-description .toggle-text {
    color: #e21f3c; }

/* ============================================ *
 * Catalog Event
 * ============================================ */
.event-container {
  clear: both;
  border: 1px solid #000000;
  position: relative;
  z-index: 2;
  border-width: 1px 1px;
  margin-top: 7px;
  height: 59px; }
  .event-container:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 10px solid #000000;
    border-bottom: none;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px; }
  .event-container .event {
    padding-bottom: 18px;
    margin-bottom: -18px;
    padding-top: 5px;
    height: 52px;
    line-height: 50px;
    text-align: center;
    width: auto;
    position: relative;
    z-index: 2;
    border-bottom: 0 !important; }
    .event-container .event .event-ticker {
      display: inline;
      font-size: 28px;
      height: auto; }
      .event-container .event .event-ticker span {
        line-height: 50px;
        height: 50px;
        padding: 0; }
  .event-container .container {
    display: inline;
    margin: 0;
    padding: 0;
    background: none; }
  .event-container .status {
    display: inline;
    margin: 0 10px 0 0;
    background: none;
    font-size: 22px; }
  .event-container .event-dates {
    display: inline;
    font-size: 22px;
    height: auto; }
    .event-container .event-dates div,
    .event-container .event-dates p {
      display: inline; }
    .event-container .event-dates .time-part {
      font-size: 14px; }

/* ============================================ *
 * Layered Navigation
 * ============================================ */
.block-layered-nav {
  margin: 0 0 20px; }
  .block-layered-nav .block-title {
    padding: 5px 10px 5px;
    background: #ffffff;
    font-size: 17px;
    width: auto;
    display: inline-block !important;
    border: 2px solid #000000; }
    @media only screen and (min-width: 771px) {
      .block-layered-nav .block-title {
        display: none !important; } }
    .block-layered-nav .block-title strong {
      font-weight: 700; }
      .block-layered-nav .block-title strong span {
        color: #000000; }
        @media only screen and (min-width: 771px) {
          .block-layered-nav .block-title strong span {
            font-size: 11px;
            color: #000000; } }
    .block-layered-nav .block-title.active {
      margin: 0; }
      @media only screen and (min-width: 771px) {
        .block-layered-nav .block-title.active {
          margin: 0; } }
  .block-layered-nav .block-subtitle {
    font-size: 16px; }
  .block-layered-nav .block-content {
    padding: 0; }
    .block-layered-nav .block-content .toggle-tabs {
      display: none; }
    .block-layered-nav .block-content > dl {
      border-top: 1px solid #b7b7b7; }
      @media only screen and (min-width: 771px) {
        .block-layered-nav .block-content > dl {
          border-top: none; } }
      .block-layered-nav .block-content > dl > dt {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        position: relative;
        display: block;
        font-weight: 700; }
        .block-layered-nav .block-content > dl > dt:after {
          content: '';
          position: absolute;
          width: 9px;
          height: 9px;
          display: block;
          top: 50%;
          left: 4px;
          margin-top: -5px;
          background: url(https://www.bigclothing4u.co.uk/skin/frontend/bigclothing4u/default/images/icons/right-arrow.svg) 0 0 no-repeat;
          background-size: 9px 9px; }
      .block-layered-nav .block-content > dl > dd {
        margin: 0; }
    @media only screen and (min-width: 771px) {
      .block-layered-nav .block-content {
        background: transparent; } }

.block-layered-nav .block-content div.amshopby-slider-ui {
  background: none; }
  .block-layered-nav .block-content div.amshopby-slider-ui:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #b7b7b7;
    position: absolute;
    top: 7px; }
  .block-layered-nav .block-content div.amshopby-slider-ui .ui-slider-range {
    top: 4px;
    height: 4px;
    background: #e21f3c; }
  .block-layered-nav .block-content div.amshopby-slider-ui .ui-slider-handle {
    height: 12px;
    width: 6px;
    background: #e21f3c;
    border: 1px solid #e21f3c;
    top: 0px;
    box-shadow: 0 0 0 1px #ffffff; }
    .block-layered-nav .block-content div.amshopby-slider-ui .ui-slider-handle:after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      display: block;
      border-right: 3px solid transparent;
      border-left: 3px solid transparent;
      border-top: 8px solid #e21f3c;
      border-bottom: none;
      top: 100%;
      left: -1px; }
    .block-layered-nav .block-content div.amshopby-slider-ui .ui-slider-handle:last-child {
      margin-left: -6px; }
  .block-layered-nav .block-content div.amshopby-slider-ui .amshopby-slider-bar {
    height: 3px;
    top: 7px; }

.block-layered-nav .block-content .amshopby-slider-price {
  color: #000000; }

.block-layered-nav .block-content dl dd {
  margin: 0;
  margin-bottom: 30px;
  margin-top: 5px; }
  .block-layered-nav .block-content dl dd ol {
    margin: 5px 0 0;
    max-height: 230px;
    overflow: auto; }
    .block-layered-nav .block-content dl dd ol::-webkit-scrollbar {
      width: 8px; }
    .block-layered-nav .block-content dl dd ol::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
      border-radius: 10px; }
    .block-layered-nav .block-content dl dd ol::-webkit-scrollbar-thumb {
      border-radius: 10px;
      background-color: #333333; }
    .block-layered-nav .block-content dl dd ol > li {
      line-height: 2;
      font-size: 15px; }
      .block-layered-nav .block-content dl dd ol > li > span,
      .block-layered-nav .block-content dl dd ol > li > a {
        display: block;
        color: #000000;
        background: none;
        position: relative;
        padding: 0 0 0 20px; }
        .block-layered-nav .block-content dl dd ol > li > span.amshopby-attr,
        .block-layered-nav .block-content dl dd ol > li > a.amshopby-attr {
          background-image: none !important; }
          .block-layered-nav .block-content dl dd ol > li > span.amshopby-attr:before,
          .block-layered-nav .block-content dl dd ol > li > a.amshopby-attr:before {
            content: '';
            height: 10px;
            width: 10px;
            border: 1px solid #b7b7b7 !important;
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
          .block-layered-nav .block-content dl dd ol > li > span.amshopby-attr-selected:before,
          .block-layered-nav .block-content dl dd ol > li > a.amshopby-attr-selected:before {
            content: '';
            height: 10px;
            width: 10px;
            position: absolute;
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
          .block-layered-nav .block-content dl dd ol > li > span.amshopby-attr:hover,
          .block-layered-nav .block-content dl dd ol > li > a.amshopby-attr:hover {
            padding: 0 0 0 20px; }
          .block-layered-nav .block-content dl dd ol > li > span.amshopby-attr:hover:before, .block-layered-nav .block-content dl dd ol > li > span.amshopby-attr-selected:before,
          .block-layered-nav .block-content dl dd ol > li > a.amshopby-attr:hover:before,
          .block-layered-nav .block-content dl dd ol > li > a.amshopby-attr-selected:before {
            background: #e21f3c;
            border: 1px solid #e21f3c !important;
            box-shadow: inset 0 0 0 1px #ffffff; }
        .block-layered-nav .block-content dl dd ol > li > span .count,
        .block-layered-nav .block-content dl dd ol > li > a .count {
          color: #b7b7b7; }
  .block-layered-nav .block-content dl dd.size:after {
    content: "";
    display: table;
    clear: both; }
  .block-layered-nav .block-content dl dd.size ol li {
    width: 50%;
    float: left; }

#narrow-by-list-selected,
#narrow-by-list {
  margin-top: 0;
  margin-bottom: 0; }

@media only screen and (min-width: 771px) {
  .block-layered-nav .block-content > dl > dt {
    font-size: 18px;
    color: #333333; }
    .block-layered-nav .block-content > dl > dt:before, .block-layered-nav .block-content > dl > dt:after {
      display: none !important; } }

@media only screen and (max-width: 770px) {
  .block-layered-nav .block-content > dl > dt {
    cursor: pointer;
    padding: 0 0 0 15px;
    margin: 0 0 0px;
    line-height: 47px;
    border-bottom: 1px solid #b7b7b7;
    font-size: 18px; }
    .block-layered-nav .block-content > dl > dt:hover {
      color: #000000; }
  .block-layered-nav .block-content > dl > dd {
    display: none; }
  .block-layered-nav .block-content.accordion-open > dl > dt.current {
    border-bottom: none; }
  .block-layered-nav .block-content.accordion-open > dl > dt.current:after {
    background: url(https://www.bigclothing4u.co.uk/skin/frontend/bigclothing4u/default/images/icons/down-arrow.svg) 0 0 no-repeat;
    background-size: 9px 9px; }
  .block-layered-nav .block-content.accordion-open > dl > dd.current {
    display: block;
    border-bottom: 1px solid #d8d8d8;
    margin: 0;
    padding: 0 0 15px 15px; }
    .block-layered-nav .block-content.accordion-open > dl > dd.current p {
      margin: 0 0 1em; }
  .block-layered-nav .block-content dl dt {
    padding: 0 0 0 20px;
    margin: 0;
    line-height: 30px; }
    .block-layered-nav .block-content dl dt .title-box__inner:after {
      display: none; }
    .block-layered-nav .block-content dl dt .title-box__box {
      background: transparent;
      box-shadow: none;
      border: none; }
  .block-layered-nav .block-content dl ol > li > a,
  .block-layered-nav .block-content dl ol > li > span {
    font-size: 13px; }
  .block-layered-nav .block-content dl ol > li > a:hover {
    text-decoration: none; } }

.block-layered-nav .currently .block-subtitle {
  display: block;
  font-size: 16px;
  margin: 0; }

.block-layered-nav .currently ol {
  padding-left: 10px;
  margin: 10px 0; }

.block-layered-nav .currently ol li {
  margin-bottom: 5px; }
  .block-layered-nav .currently ol li:after {
    content: "";
    display: table;
    clear: both; }

.block-layered-nav .actions {
  text-align: left;
  font-size: 12px;
  text-decoration: underline;
  border: none;
  padding: 0;
  margin: 15px 0 10px;
  width: 100%; }
  @media only screen and (min-width: 771px) {
    .block-layered-nav .actions {
      margin-bottom: 30px; } }

#narrow-by-list-selected {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eaeaea; }
  #narrow-by-list-selected dt {
    margin: 0 0 10px;
    padding: 0; }
  #narrow-by-list-selected dd {
    margin: 0 10px 2px 0;
    display: inline-block; }
    @media only screen and (min-width: 771px) {
      #narrow-by-list-selected dd {
        display: block; } }

/* ============================================ *
 * AW Blog
 * ============================================ */
.post__title {
  margin-top: 20px; }

.post__date {
  color: #b7b7b7; }

.img-responsive {
  max-width: 100%;
  height: auto; }

.blog-widget {
  margin-bottom: 30px; }
  .blog-widget ul {
    list-style: none; }
  .blog-widget li a {
    padding: 0 0 0 20px;
    color: #000000;
    line-height: 2;
    font-size: 15px; }

.aw-blog-read-more {
  margin-top: 30px;
  display: inline-block; }

.post__tags {
  padding: 20px;
  margin: 30px 0 20px;
  background: #e5e5e5;
  border-bottom: 1px solid #000000; }
  .post__tags span {
    display: inline; }

.post-tags__list {
  display: inline; }
  .post-tags__list li {
    display: inline-block;
    padding: 0 5px; }

.post__excerpt p {
  font-weight: bold; }

.post__excerpt h1, .post__excerpt h2, .post__excerpt h3, .post__excerpt form .legend, form .post__excerpt .legend, .post__excerpt h4, .post__excerpt .block-progress dt, .block-progress .post__excerpt dt, .post__excerpt h5, .post__excerpt h6,
.post__content h1,
.post__content h2,
.post__content h3,
.post__content form .legend, form
.post__content .legend,
.post__content h4,
.post__content .block-progress dt, .block-progress
.post__content dt,
.post__content h5,
.post__content h6 {
  padding: 10px 0; }

/* ============================================ *
 * Catalog - Product
 * ============================================ */
.product-view h2 {
  margin: 0 0 2%;
  font-size: 18px; }

.product-view > h2 {
  display: none;
  margin-top: 20px; }
  @media only screen and (min-width: 771px) {
    .product-view > h2 {
      display: block; } }

.product-view .product-essential:after {
  content: "";
  display: table;
  clear: both; }

.product-view .product-essential .extra-info .ratings:after {
  content: "";
  display: table;
  clear: both; }

.product-view .product-essential .extra-info .ratings .rating-box,
.product-view .product-essential .extra-info .ratings .amount {
  float: left; }

.product-view .product-essential .extra-info .ratings .rating-box {
  margin-top: 8px;
  margin-right: 10px; }

.product-view .product-shop .product-name .h1, .product-view .product-shop .product-name .post__title a, .post__title .product-view .product-shop .product-name a,
.product-view .product-img-box .product-name h1 {
  margin-bottom: 5px;
  border: 0;
  font-size: 17px;
  font-weight: 700; }
  @media only screen and (min-width: 599px) {
    .product-view .product-shop .product-name .h1, .product-view .product-shop .product-name .post__title a, .post__title .product-view .product-shop .product-name a,
    .product-view .product-img-box .product-name h1 {
      font-size: 18px; } }

.product-view .product-shop {
  width: 100%;
  float: right; }
  .product-view .product-shop:after {
    content: "";
    display: table;
    clear: both; }
  .product-view .product-shop .shop-wrapper {
    padding: 8%; }
  @media only screen and (min-width: 771px) {
    .product-view .product-shop {
      width: 43.6747%; } }
  .product-view .product-shop .product-name,
  .product-view .product-shop .short-description,
  .product-view .product-shop .sku {
    display: none; }
    @media only screen and (min-width: 771px) {
      .product-view .product-shop .product-name,
      .product-view .product-shop .short-description,
      .product-view .product-shop .sku {
        display: block;
        clear: left;
        font-size: 16px; } }
  .product-view .product-shop .product-name {
    float: left; }
  .product-view .product-shop .product-name .h1, .product-view .product-shop .product-name .post__title a, .post__title .product-view .product-shop .product-name a {
    float: left;
    font-size: 18px; }
    @media only screen and (min-width: 771px) {
      .product-view .product-shop .product-name .h1, .product-view .product-shop .product-name .post__title a, .post__title .product-view .product-shop .product-name a {
        font-size: 18px;
        padding: 10px 0 0; } }
  .product-view .product-shop .extra-info {
    float: left;
    padding-right: 15px;
    clear: left; }
  .product-view .product-shop .short-description {
    margin-bottom: 3.5%;
    clear: both;
    font-size: 14px; }
  .product-view .product-shop .ratings {
    margin-bottom: 8px;
    float: left; }
  .product-view .product-shop .availability {
    margin-bottom: 0; }
    .product-view .product-shop .availability .label {
      display: none; }
    .product-view .product-shop .availability.in-stock {
      color: #e21f3c;
      font-size: 15px;
      padding: 0 0 10px; }
    .product-view .product-shop .availability.available-soon, .product-view .product-shop .availability.out-of-stock {
      color: #f52542; }
  .product-view .product-shop .availability-only {
    color: #f52542;
    margin-bottom: 10px; }
  .product-view .product-shop .price-box {
    margin-top: 0;
    padding-bottom: 20px; }
    @media only screen and (min-width: 771px) {
      .product-view .product-shop .price-box {
        padding: 10px 0 20px;
        margin-bottom: 10px;
        border-bottom: 1px solid #b7b7b7; } }
    .product-view .product-shop .price-box .old-price {
      font-size: 14px;
      padding-right: 0;
      margin: 0; }
    .product-view .product-shop .price-box .special-price,
    .product-view .product-shop .price-box .regular-price {
      padding-right: 0;
      margin: 0;
      line-height: 1; }
      .product-view .product-shop .price-box .special-price .price,
      .product-view .product-shop .price-box .regular-price .price {
        font-size: 26px; }
    .product-view .product-shop .price-box .special-price .price-label {
      font-size: 17px; }
    .product-view .product-shop .price-box .price-excluding-tax,
    .product-view .product-shop .price-box .price-including-tax {
      display: block;
      line-height: 1.2; }
      .product-view .product-shop .price-box .price-excluding-tax .label,
      .product-view .product-shop .price-box .price-including-tax .label {
        font-size: 17px; }
      .product-view .product-shop .price-box .price-excluding-tax .price,
      .product-view .product-shop .price-box .price-including-tax .price {
        font-size: 26px; }
    .product-view .product-shop .price-box .price-including-tax .label {
      font-size: 15px; }
    .product-view .product-shop .price-box .price-including-tax .price {
      font-size: 15px; }

.product-view .pdf-downloads li {
  display: inline-block;
  clear: both;
  float: left; }
  .product-view .pdf-downloads li a,
  .product-view .pdf-downloads li .pdf {
    float: left; }

.product-view .add-to-cart-wrapper {
  margin: 0; }

.product-view .add-to-cart-wrapper,
.product-view .product-collateral {
  width: 100%;
  clear: left;
  margin: 0 0 30px; }

.product-view .product-collateral .tab-container {
  border-bottom: 2px solid #000000; }

.product-view .product-collateral .tab-content {
  color: #333333;
  margin-top: 15px;
  padding: 10px 10px 30px;
  overflow-y: auto;
  max-height: 300px; }

.product-view .social {
  margin: 0 0 2%; }
  .product-view .social:after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (max-width: 479px) {
    .product-view .social {
      text-align: center; } }
  .product-view .social .sharing-links {
    width: auto; }
    .product-view .social .sharing-links a {
      color: #ffffff;
      float: left;
      margin-right: 2%;
      border-radius: 35px;
      background: #c2beb9; }
      @media only screen and (max-width: 479px) {
        .product-view .social .sharing-links a {
          float: none;
          display: inline-block; } }
      .product-view .social .sharing-links a span {
        height: 35px;
        width: 35px;
        line-height: 36px;
        display: inline-block;
        text-align: center; }
        .product-view .social .sharing-links a span:before {
          font-size: 18px;
          line-height: 36px; }
      @media only screen and (min-width: 771px) {
        .product-view .social .sharing-links a {
          border-radius: 25px; }
          .product-view .social .sharing-links a span {
            height: 25px;
            width: 25px;
            line-height: 26px; }
            .product-view .social .sharing-links a span:before {
              font-size: 13px;
              line-height: 25px; } }

.product-img-box {
  float: left;
  width: 56.3253%;
  position: relative; }
  .product-img-box:after {
    content: "";
    display: table;
    clear: both; }
  .product-img-box .product-image {
    width: 100%;
    float: left; }
  .product-img-box .product-image img {
    max-width: 100%;
    display: block;
    border: 1px solid #b7b7b7;
    width: 100%;
    max-height: 750px;
    margin: 0px auto; }
  .product-img-box .sku {
    margin: 0 0 10px; }
  @media only screen and (min-width: 771px) {
    .product-img-box .product-name,
    .product-img-box .short-description,
    .product-img-box .sku {
      display: none; } }

.bx-viewport {
  max-width: calc(100% - 25px);
  margin: auto; }

.iweb-media-container .bx-controls .bx-prev,
.iweb-media-container .bx-controls .bx-next {
  right: 0;
  left: auto;
  top: auto;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  bottom: 20px;
  height: calc(50% - 20px); }

.iweb-media-container .bx-controls .bx-next {
  bottom: calc(50% + 2px); }

.more-views {
  width: 100%;
  position: relative;
  padding: 0 0 20px;
  margin: 0;
  display: inline-block;
  float: left;
  height: auto; }
  .more-views .product-image-thumbs {
    padding: 0;
    margin: 0; }
    .more-views .product-image-thumbs .item {
      padding-top: 15px; }
      .more-views .product-image-thumbs .item div {
        border: 1px solid #b7b7b7; }
      .more-views .product-image-thumbs .item:nth-child(3n + 3) {
        margin-right: 0; }
    .more-views .product-image-thumbs a {
      display: block;
      border: 2px solid #fff; }
      .more-views .product-image-thumbs a img {
        width: 100%;
        height: auto;
        display: block; }

@media only screen and (min-width: 771px) {
  .more-views .product-image-thumbs {
    padding: 0;
    margin: 0; }
  .product-view .product-shop {
    width: 46.38554%; }
  .product-view .product-img-box {
    width: 48.39357%;
    margin-right: 5.22088%; }
    .product-view .product-img-box .product-image {
      width: 100%;
      margin-bottom: 8px; } }

@media only screen and (min-width: 980px) {
  .product-view .product-img-box .product-image {
    width: 74.68806%;
    float: right; }
  .product-view .more-views {
    width: 24.59893%;
    padding: 0 0 29px; }
    .product-view .more-views .product-image-thumbs .item {
      padding-top: 0;
      padding-right: 15px; }
    .product-view .more-views .product-image-thumbs a {
      position: static; }
    .product-view .more-views .product-image-thumbs a.active:before,
    .product-view .more-views .product-image-thumbs a:hover:before {
      content: '';
      display: block;
      position: absolute;
      height: 7px;
      width: 9px;
      top: 50%;
      right: 0;
      left: auto;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background: url(https://www.bigclothing4u.co.uk/skin/frontend/bigclothing4u/default/images/icons/right-arrow.svg) 0 0 no-repeat; }
  .product-view .bx-viewport {
    max-width: 100%;
    max-height: calc(100% - 25px); }
  .product-view .iweb-media-container .bx-controls .bx-prev,
  .product-view .iweb-media-container .bx-controls .bx-next {
    right: auto;
    left: 0;
    top: auto;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    bottom: 0;
    width: calc(50% - 10px);
    height: 20px; }
    .product-view .iweb-media-container .bx-controls .bx-prev:before,
    .product-view .iweb-media-container .bx-controls .bx-next:before {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      -webkit-transform-origin: 5px 2px;
      -ms-transform-origin: 5px 2px;
      transform-origin: 5px 2px; }
  .product-view .iweb-media-container .bx-controls .bx-next {
    left: calc(50% - 6px); } }

.product-image-gallery {
  position: relative; }
  .product-image-gallery:before, .product-image-gallery:after {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: none; }
  .product-image-gallery:before {
    background-color: white;
    opacity: 0.8;
    z-index: 2; }
  .product-image-gallery:after {
    background-image: url("https://www.bigclothing4u.co.uk/skin/frontend/bigclothing4u/default/images/opc-ajax-loader.gif");
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3; }
  .product-image-gallery.loading {
    position: relative; }
    .product-image-gallery.loading:before, .product-image-gallery.loading:after {
      display: block; }

.product-media-main {
  position: relative; }

.product-media-main:before {
  content: '';
  background: url(https://www.bigclothing4u.co.uk/skin/frontend/bigclothing4u/default/images/icons/search.svg) 3px 3px no-repeat #ffffff;
  background-size: 70%;
  position: absolute;
  right: 5px;
  text-indent: 0;
  text-align: center;
  width: 20px;
  height: 20px;
  padding: 5px;
  margin: 0;
  top: 5px;
  z-index: 2; }

.product-image-thumbs a.active,
.product-image-thumbs a:hover {
  border-color: #e21f3c !important;
  border-width: 2px;
  position: relative; }
  .product-image-thumbs a.active:before,
  .product-image-thumbs a:hover:before {
    content: '';
    display: block;
    position: absolute;
    height: 7px;
    width: 9px;
    top: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(https://www.bigclothing4u.co.uk/skin/frontend/bigclothing4u/default/images/icons/up-arrow.svg) 0 0 no-repeat; }

.product-view .product-shop,
.product-img-box,
.product-view .block-related,
.box-collateral {
  margin-bottom: 10px; }

.product-view .add-to-box:after,
.product-view .add-to-cart:after {
  content: "";
  display: table;
  clear: both; }

.product-view .add-to-cart .qty-wrapper {
  margin: 0 20px 10px 0;
  line-height: 42px;
  display: inline-block;
  vertical-align: top; }

.product-view .add-to-cart .qty-wrapper label {
  margin-right: 7px;
  vertical-align: middle; }

.product-view .add-to-cart {
  width: 100%; }
  @media only screen and (min-width: 480px) {
    .product-view .add-to-cart {
      float: left;
      margin: 0 20px 0 0; } }
  .product-view .add-to-cart .add-to-cart-buttons {
    display: inline-block; }
    .product-view .add-to-cart .add-to-cart-buttons .button, .product-view .add-to-cart .add-to-cart-buttons .aw-blog-read-more {
      display: inline-block;
      margin: 0 0 15px; }

.product-view .add-to-links {
  float: left;
  display: inline-block; }
  .product-view .add-to-links p {
    float: left;
    line-height: 29px;
    margin: 0 4% 0 0; }
  .product-view .add-to-links a {
    line-height: 1.2;
    text-decoration: underline;
    color: #000000; }

.product-view .sharing-links {
  float: left;
  display: block;
  margin: 0;
  padding: 0 0 0 4%; }
  .product-view .sharing-links li a {
    color: #000000;
    line-height: 1.2;
    text-decoration: underline; }

@media only screen and (max-width: 389px) {
  .product-view .add-to-cart-buttons {
    margin-right: 0;
    width: 100%; }
  .product-view .add-to-links {
    text-align: center; }
    .product-view .add-to-links p,
    .product-view .add-to-links a {
      margin: 0;
      display: inline-block; } }

.product-collateral {
  clear: both; }

.collateral-tabs dd h2 {
  display: none; }

.box-collateral {
  clear: both; }

.product-collateral .toggle-tabs {
  display: none; }

.product-collateral > dl {
  border-top: 1px solid #b7b7b7; }
  @media only screen and (min-width: 771px) {
    .product-collateral > dl {
      border-top: none; } }
  .product-collateral > dl > dt {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    display: block;
    font-weight: 700; }
    .product-collateral > dl > dt:after {
      content: '';
      position: absolute;
      width: 9px;
      height: 9px;
      display: block;
      top: 50%;
      left: 4px;
      margin-top: -5px;
      background: url(https://www.bigclothing4u.co.uk/skin/frontend/bigclothing4u/default/images/icons/right-arrow.svg) 0 0 no-repeat;
      background-size: 9px 9px; }
  .product-collateral > dl > dd {
    margin: 0; }

.product-collateral > dl > dt {
  cursor: pointer;
  padding: 0 0 0 15px;
  margin: 0 0 0px;
  line-height: 47px;
  border-bottom: 1px solid #b7b7b7;
  font-size: 18px; }
  .product-collateral > dl > dt:hover {
    color: #000000; }

.product-collateral > dl > dd {
  display: none; }

.product-collateral.accordion-open > dl > dt.current {
  border-bottom: none; }

.product-collateral.accordion-open > dl > dt.current:after {
  background: url(https://www.bigclothing4u.co.uk/skin/frontend/bigclothing4u/default/images/icons/down-arrow.svg) 0 0 no-repeat;
  background-size: 9px 9px; }

.product-collateral.accordion-open > dl > dd.current {
  display: block;
  border-bottom: 1px solid #d8d8d8;
  margin: 0;
  padding: 0 0 15px 15px; }
  .product-collateral.accordion-open > dl > dd.current p {
    margin: 0 0 1em; }

@media only screen and (min-width: 1200px) {
  .product-collateral .toggle-tabs {
    margin: 0;
    padding: 0 10px;
    list-style: none;
    display: block;
    width: 100%;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-bottom: 1px solid #000000; }
    .product-collateral .toggle-tabs:after {
      content: "";
      display: table;
      clear: both; }
    .product-collateral .toggle-tabs li {
      float: left;
      margin-right: 4%; }
      .product-collateral .toggle-tabs li > span {
        display: inline-block;
        padding: 0 0 5px 0;
        cursor: pointer;
        position: relative;
        font-weight: 400;
        font-size: 16px;
        color: #000000; }
    .product-collateral .toggle-tabs li.last {
      margin: 0; }
    .product-collateral .toggle-tabs li.current > span:after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      display: block;
      border-right: 6px solid transparent;
      border-left: 6px solid transparent;
      border-top: 6px solid #000000;
      border-bottom: none;
      left: 50%;
      margin-left: -12px;
      bottom: -6px; }
    .product-collateral .toggle-tabs li:first-child {
      border-left: none; }
  .product-collateral > dl {
    width: 100%;
    margin: 0; }
    .product-collateral > dl > dt {
      display: none; }
    .product-collateral > dl > dd {
      width: 100%;
      display: none;
      border-top: 0;
      margin-left: 0; }
      .product-collateral > dl > dd.tab-container {
        padding: 10px 10px 0; }
      .product-collateral > dl > dd p {
        margin: 0 0 1em; }
    .product-collateral > dl > dd.current {
      display: block; } }

@media only screen and (max-width: 770px) {
  .product-view .add-to-cart-wrapper,
  .product-view .block-related,
  .product-img-box,
  .product-view .product-collateral {
    width: 100%;
    float: left;
    padding-right: 0;
    padding-left: 0; }
  .product-view .add-to-cart {
    margin-bottom: 10px; } }

@media only screen and (max-width: 479px) {
  .product-view .product-shop,
  .product-img-box,
  .product-view .block-related,
  .box-collateral {
    margin-bottom: 8px; } }

#product-attribute-specs-table {
  border: 1px solid #b7b7b7; }
  #product-attribute-specs-table th {
    border-right: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7; }

/* -------------------------------------------- *
 * Catalog - Grouped Product List
 */
.product-view .product-shop .grouped-items-wrapper {
  width: 100%;
  margin-bottom: 15px; }
  .product-view .product-shop .grouped-items-wrapper tbody tr:last-child td {
    border-bottom: none; }
  @media only screen and (max-width: 479px) {
    .product-view .product-shop .grouped-items-wrapper {
      margin-bottom: 15px; } }

.product-view .product-shop .grouped-items > div {
  border-bottom: 1px solid white;
  margin-bottom: 10px; }

.product-view .product-shop .grouped-items .name {
  border-bottom: none;
  padding: 0; }

.product-view .product-shop .grouped-items .name-wrapper {
  margin: 10px 0 0;
  line-height: 1.4;
  margin-bottom: 5px; }

.product-view .product-shop .grouped-items .qty-wrapper {
  padding-top: 6px;
  display: inline-block;
  vertical-align: top;
  width: 29%; }

.product-view .product-shop .grouped-items .qty-label {
  margin-left: 6px; }

.product-view .product-shop .grouped-items .price-box-wrapper {
  display: inline-block;
  width: 70%; }

.product-view .product-shop .grouped-items .price-box {
  padding-bottom: 0;
  border-bottom: none; }
  .product-view .product-shop .grouped-items .price-box .price-excluding-tax .price {
    font-size: 20px; }

.product-view .product-shop .grouped-items td {
  padding: 4px; }

/* -------------------------------------------- *
 * Catalog - Product Options
 */
.product-options {
  width: 100%;
  margin: 0;
  clear: both;
  position: relative; }
  .product-options:after {
    content: "";
    display: table;
    clear: both; }
  .product-options p.required {
    display: none; }
  .product-options dl {
    margin: 0; }
    .product-options dl dt {
      font-weight: 400;
      clear: left;
      padding: 0 0 5px; }
      .product-options dl dt:first-child {
        margin-top: 0; }
    .product-options dl dd {
      float: left;
      margin: 0 0 3.6%;
      width: 60%; }
      .product-options dl dd .input-text {
        width: 98%; }
      .product-options dl dd .input-box {
        padding-top: 0; }
      .product-options dl dd input.datetime-picker {
        width: 150px; }
      .product-options dl dd select {
        width: 330px;
        max-width: 100%; }
      .product-options dl dd textarea {
        width: 98%;
        height: 8em; }
      .product-options dl dd .time-picker {
        display: inline-block;
        padding: 2px 0;
        vertical-align: middle; }
      .product-options dl dd .qty-holder {
        display: block;
        padding: 10px 0 0 0; }
        .product-options dl dd .qty-holder .qty {
          width: 3em; }
        .product-options dl dd .qty-holder label {
          vertical-align: middle; }
        .product-options dl dd .qty-holder .qty-disabled {
          background: none;
          border: 0;
          padding: 0 2px; }
  .product-options ul.options-list {
    margin: 0 5px 0 0;
    padding: 0; }
    .product-options ul.options-list li {
      line-height: 1.5;
      margin-bottom: 7px; }
      .product-options ul.options-list li:last-child {
        margin-bottom: 0; }
    .product-options ul.options-list .radio,
    .product-options ul.options-list .checkbox {
      float: left;
      margin-top: 5px; }
    .product-options ul.options-list label {
      display: block;
      font-weight: normal; }
  .product-options p.note {
    margin: 0;
    font-size: 11px; }

.product-options-bottom:after {
  content: "";
  display: table;
  clear: both; }

.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices {
  float: right;
  margin: 0;
  padding: 0 0 10px;
  border: 0;
  background: 0; }
  @media only screen and (max-width: 479px) {
    .product-options-bottom .product-pricing,
    .product-options-bottom .tier-prices {
      float: none;
      width: 100%;
      text-align: right;
      padding-bottom: 5px;
      margin-bottom: 10px;
      border-bottom: 1px solid #f7f7f7; } }

.product-options-bottom .tier-prices li {
  background: 0;
  padding: 2px 0; }

/* "display: none" should be removed if products on site have a long list of product options and those product options */
/*  affect the price so that the customer can see the updated price close to the "Add to Cart" button */
.product-options-bottom .price-box {
  display: none;
  float: right;
  margin: 0 0 10px;
  padding: 0; }

@media only screen and (max-width: 479px) {
  .product-options-bottom .price-box .price-as-configured {
    text-align: right; }
    .product-options-bottom .price-box .price-as-configured .price-label {
      display: block; } }

.product-options-bottom .price-tax {
  float: left; }

/* -------------------------------------------- *
 * Related Products
 */
/* Block: Related */
.block-related {
  margin: auto;
  width: 100%;
  padding: 8% 0;
  clear: both; }
  @media only screen and (min-width: 771px) {
    .block-related {
      padding: 3% 0 1%; } }
  .block-related .block-title {
    text-align: left;
    font-size: 23px;
    display: inline-block;
    margin-bottom: 20px; }
  .block-related .related-wrapper {
    position: relative; }
    .block-related .related-wrapper .block-content {
      width: 100%; }
      .block-related .related-wrapper .block-content .mini-products-list {
        margin: 0;
        padding: 0; }
        .block-related .related-wrapper .block-content .mini-products-list li {
          margin-bottom: 6px;
          float: left;
          clear: none;
          border: 1px solid white; }
          .block-related .related-wrapper .block-content .mini-products-list li .product {
            position: relative; }
            .block-related .related-wrapper .block-content .mini-products-list li .product:after {
              content: "";
              display: table;
              clear: both; }
            .block-related .related-wrapper .block-content .mini-products-list li .product .product-image {
              float: left; }
              .block-related .related-wrapper .block-content .mini-products-list li .product .product-image img {
                display: block;
                width: 100%;
                height: auto; }
            .block-related .related-wrapper .block-content .mini-products-list li .product .checkbox {
              float: left;
              margin-top: 36px; }
            .block-related .related-wrapper .block-content .mini-products-list li .product .product-details {
              display: none; }
            @media only screen and (min-width: 771px) {
              .block-related .related-wrapper .block-content .mini-products-list li .product:hover .product-details {
                background: rgba(255, 255, 255, 0.8);
                transition-duration: 0.5s;
                transition-delay: 0.2; }
                .block-related .related-wrapper .block-content .mini-products-list li .product:hover .product-details .product-name,
                .block-related .related-wrapper .block-content .mini-products-list li .product:hover .product-details .price-box {
                  opacity: 1;
                  transition-duration: 0.5s; } }
            .block-related .related-wrapper .block-content .mini-products-list li .product .product-details .price-box {
              margin: 2px 0 3px; }
              .block-related .related-wrapper .block-content .mini-products-list li .product .product-details .price-box:after {
                content: "";
                display: table;
                clear: both; }
              .block-related .related-wrapper .block-content .mini-products-list li .product .product-details .price-box a,
              .block-related .related-wrapper .block-content .mini-products-list li .product .product-details .price-box p,
              .block-related .related-wrapper .block-content .mini-products-list li .product .product-details .price-box span {
                float: left;
                margin-left: 3px; }
                .block-related .related-wrapper .block-content .mini-products-list li .product .product-details .price-box a:first-child,
                .block-related .related-wrapper .block-content .mini-products-list li .product .product-details .price-box p:first-child,
                .block-related .related-wrapper .block-content .mini-products-list li .product .product-details .price-box span:first-child {
                  margin-left: 0; }
            .block-related .related-wrapper .block-content .mini-products-list li .product .link-wishlist {
              display: none; }

/* -------------------------------------------- *
 * Upsell Products - Only
 */
.box-up-sell h2 {
  font-size: 18px;
  text-align: center; }

.box-up-sell {
  margin-top: 20px; }
  .box-up-sell .ratings {
    display: none; }

@media only screen and (min-width: 599px) and (max-width: 770px) {
  .product-view .product-shop .price-info {
    margin-bottom: 2%; }
  .product-view .add-to-cart .qty-wrapper {
    margin-bottom: 3%; }
  .product-options dl dd {
    margin: 0 0 2.6%; } }

.product-view p.alert-stock.link-stock-alert {
  clear: both; }

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Catalog - MSRP MAP Popup
 * ============================================ */
.cart-msrp-totals {
  color: red;
  font-size: 12px !important;
  font-weight: bold;
  margin: 10px 10px 0;
  padding: 10px;
  text-align: right; }

.map-cart-sidebar-total {
  color: red;
  display: block;
  font-size: 10px;
  font-weight: bold;
  text-align: left;
  padding: 2px 5px; }

.map-popup {
  background: #FFFFFF;
  border: 1px solid #eaeaea;
  margin: 12px 0 0;
  position: absolute;
  text-align: left;
  width: 450px;
  z-index: 100;
  padding: 10px;
  box-shadow: 0px 5px 11px 2px rgba(0, 0, 0, 0.1); }
  @media only screen and (min-width: 771px) {
    .map-popup.map-popup-right {
      left: 10px !important; }
    .map-popup.map-popup-left {
      left: auto !important;
      right: 10px !important; } }
  @media only screen and (max-width: 770px) {
    .map-popup {
      width: 100%;
      left: 0px !important; } }
  .map-popup .map-popup-heading {
    padding: 8px 10px;
    margin-right: 40px;
    width: auto; }
    .map-popup .map-popup-heading h3, .map-popup .map-popup-heading form .legend, form .map-popup .map-popup-heading .legend {
      margin: 10px 0 5px;
      overflow: hidden;
      white-space: nowrap;
      word-wrap: break-word;
      text-align: left;
      text-overflow: ellipsis; }
      @media only screen and (max-width: 479px) {
        .map-popup .map-popup-heading h3, .map-popup .map-popup-heading form .legend, form .map-popup .map-popup-heading .legend {
          text-align: center; } }
  .map-popup .map-popup-close {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 36px;
    width: 36px;
    font-size: 20px;
    line-height: 32px;
    text-align: center; }
  .map-popup .map-popup-content {
    padding: 0;
    margin: 0 10px;
    overflow: hidden;
    text-align: left; }
    @media only screen and (max-width: 479px) {
      .map-popup .map-popup-content {
        text-align: center; } }
  .map-popup .map-popup-checkout {
    padding: 10px 0; }
    .map-popup .map-popup-checkout:after {
      content: "";
      display: table;
      clear: both; }
    .map-popup .map-popup-checkout span {
      display: block; }
    .map-popup .map-popup-checkout .button, .map-popup .map-popup-checkout .aw-blog-read-more {
      float: left;
      margin: 0 2px;
      clear: left; }
    .map-popup .map-popup-checkout .additional-addtocart-box {
      float: left;
      min-width: 210px; }
      .map-popup .map-popup-checkout .additional-addtocart-box li {
        list-style-type: none; }
    .map-popup .map-popup-checkout .paypal-logo {
      width: auto; }
      .map-popup .map-popup-checkout .paypal-logo:after {
        content: "";
        display: table;
        clear: both; }
      .map-popup .map-popup-checkout .paypal-logo a {
        display: inline-block;
        float: left;
        clear: left; }
      .map-popup .map-popup-checkout .paypal-logo .paypal-or {
        float: left;
        text-align: center;
        padding: 5px 15px;
        clear: left; }
      .map-popup .map-popup-checkout .paypal-logo .bml_button a {
        clear: left; }
    @media only screen and (max-width: 479px) {
      .map-popup .map-popup-checkout {
        text-align: center; }
        .map-popup .map-popup-checkout .button, .map-popup .map-popup-checkout .aw-blog-read-more,
        .map-popup .map-popup-checkout .additional-addtocart-box,
        .map-popup .map-popup-checkout .paypal-logo a,
        .map-popup .map-popup-checkout .paypal-logo .paypal-or {
          float: none; }
        .map-popup .map-popup-checkout .additional-addtocart-box {
          min-width: 0px; }
        .map-popup .map-popup-checkout .paypal-logo .paypal-or {
          margin: 0px;
          margin-bottom: 10px; } }
  .map-popup .map-popup-price {
    padding: 0; }
    .map-popup .map-popup-price .price-box,
    .map-popup .map-popup-price .price-box .special-price {
      display: inline-block;
      margin: 0;
      padding: 0; }
    @media only screen and (max-width: 479px) {
      .map-popup .map-popup-price {
        text-align: center;
        padding-top: 0px; } }
  .map-popup .map-popup-text {
    padding: 10px 0;
    margin: 0 10px;
    word-wrap: break-word; }
  .map-popup .map-popup-text,
  .map-popup .map-popup-only-text {
    border-top: none; }

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* -------------------------------------------- *
 * Page Popup
 * THIS IS GLOBAL BUT PUT IN HERE AS WE NEVER REALLY USE IT
 */
.page-popup {
  padding: 10px;
  background: #ffffff;
  height: auto; }

/* ============================================ *
 * Catalog - Compare
 * ============================================ */
.block-compare .product-name:after {
  content: "";
  display: table;
  clear: both; }

.compare-table .product-image {
  display: inline-block; }

.compare-table .product-shop-row.top td {
  padding-bottom: 0;
  border-bottom: 0; }

.compare-table .product-shop-row.bottom td {
  padding-top: 0; }

/* ============================================ *
 * Checkout - Layout
 * ============================================ */
/* -------------------------------------------- *
 * Checkout Agreements -- NEEDS MOVING
 */
.checkout-agreements li {
  margin-bottom: 20px; }

.checkout-agreements .agreement-content {
  overflow-y: auto;
  max-width: 670px;
  max-height: 125px;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #eaeaea;
  background: #e5e5e5; }

/* -------------------------------------------- *
 * CVV Security Code
 */
.cvv-what-is-this {
  margin-left: 10px;
  font-size: 14px;
  line-height: 24px; }

/* -------------------------------------------- *
 * Payment Methods
 */
.payment-methods {
  margin-bottom: 20px; }

.payment-methods dt {
  padding: 5px 0; }

.payment-methods dd {
  padding-top: 10px; }

.payment-methods .form-list {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin: 5px 15px 15px;
  padding: 15px;
  border: 1px solid #eaeaea;
  background: #e5e5e5; }

.payment-methods .form-list:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #eaeaea;
  border-top: none;
  top: -11px;
  left: 30px; }

.payment-methods .form-list:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  display: block;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #e5e5e5;
  border-top: none;
  top: -10px;
  left: 30px; }

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

.cart-empty p {
  margin: 0; }

.cart-table {
  float: left; }

.cart-forms,
.cart-totals-wrapper,
.crosssell {
  float: left;
  clear: right;
  width: 50%; }

.cart-totals-wrapper {
  padding-left: 10px; }

.cart-forms:first-child {
  padding-left: 0; }

.cart-totals-wrapper .cart-forms {
  width: 100%;
  padding-left: 0;
  float: none; }

.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  padding: 20px;
  background-color: #e5e5e5; }

.cart-table,
.cart-totals,
.cart-forms .discount,
.cart-forms .giftcard,
.cart-forms .shipping {
  margin-bottom: 10px; }

.display-both-prices .cart-table {
  float: none;
  width: 100%; }

.display-both-prices > .cart-forms {
  float: left;
  padding-right: 10px;
  padding-left: 0; }

.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
  padding-left: 10px; }

.display-both-prices > .cart-forms,
.display-both-prices .cart-totals-wrapper,
.display-both-prices .crosssell {
  width: 50%; }

.display-both-prices .crosssell {
  clear: right;
  float: right; }

@media only screen and (max-width: 979px) {
  .display-single-price .cart-table {
    float: none;
    width: 100%; }
  .display-single-price > .cart-forms {
    float: left;
    padding-right: 10px;
    padding-left: 0; }
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    padding-left: 10px; }
  .display-single-price > .cart-forms,
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    width: 50%; }
  .display-single-price .crosssell {
    clear: right;
    float: right; } }

@media only screen and (max-width: 599px) {
  .product-cart-sku {
    display: none; }
  .display-both-prices .cart-forms,
  .display-both-prices .cart-totals-wrapper,
  .display-both-prices .crosssell,
  .display-single-price .cart-forms,
  .display-single-price .cart-totals-wrapper,
  .display-single-price .crosssell {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    float: none;
    width: 100%; } }

/* ============================================ *
 * Checkout - Cart
 * ============================================ */
.cart .page-title {
  margin-bottom: 15px; }
  .cart .page-title:after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (min-width: 600px) {
    .cart .page-title {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; } }
  .cart .page-title h1 {
    float: left;
    border-bottom: none;
    margin-bottom: 6px;
    margin-right: 10px;
    padding: 10px 0 0; }

.checkout-types {
  margin: 0 0 0 auto;
  /* We always want this shipping method to display on its own line */ }
  @media only screen and (min-width: 600px) {
    .checkout-types {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }
  .checkout-types li {
    vertical-align: top;
    margin: 0 0 0 5px; }
    .checkout-types li:after {
      content: "";
      display: table;
      clear: both; }
    .checkout-types li img {
      display: inline;
      vertical-align: top; }
  .checkout-types li:first-child {
    margin-left: 0; }
  .checkout-types .method-checkout-cart-methods-multishipping {
    display: block; }
  .checkout-types.top li {
    display: inline-block; }
  .checkout-types.top .bml_button {
    display: inline-block;
    vertical-align: top; }
    .checkout-types.top .bml_button img {
      display: block; }
  .checkout-types.bottom .paypal-logo, .checkout-types.minicart .paypal-logo {
    margin: 0; }
    .checkout-types.bottom .paypal-logo a, .checkout-types.minicart .paypal-logo a {
      display: block; }
  .checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
    margin: 0px;
    width: 100%;
    display: block;
    text-align: center;
    float: right;
    line-height: 20px; }
  .checkout-types .paypal-logo {
    margin: 0; }
    .checkout-types .paypal-logo a {
      display: inline-block;
      width: 100%;
      height: 43px;
      border: 1px solid #dd9121;
      border-radius: 3px;
      background-image: linear-gradient(#ffe6b3, #ffaa00);
      box-shadow: inset 0px 1px 0px 0px #ffffff;
      line-height: 43px;
      text-align: center;
      float: right;
      padding: 0 20px; }
      .checkout-types .paypal-logo a:hover {
        text-decoration: none; }
      .checkout-types .paypal-logo a:focus {
        background-image: none;
        background-color: #dd9121;
        box-shadow: none; }
        .checkout-types .paypal-logo a:focus:before, .checkout-types .paypal-logo a:focus:after {
          opacity: 0.7; }
      .checkout-types .paypal-logo a:before {
        content: 'Checkout with';
        display: inline;
        color: #444446;
        font-weight: 700;
        text-shadow: 1px 1px #ffffff;
        vertical-align: middle; }
      .checkout-types .paypal-logo a:after {
        content: 'PayPal';
        display: inline;
        color: #444446;
        text-shadow: 1px 1px #ffffff;
        content: 'PayPal';
        font-style: italic;
        font-weight: 700;
        font-size: 20px;
        margin: 0px 0 0 2px;
        vertical-align: middle; }
      .checkout-types .paypal-logo a img {
        display: none; }

.checkout-types .btn-checkout {
  margin: 0 0 0 auto;
  padding: 0.7em 1.2em;
  font-size: 18px; }

@media only screen and (max-width: 920px) {
  .checkout-types {
    float: none;
    text-align: center; }
    .checkout-types.bottom .paypal-or, .checkout-types.minicart .paypal-or {
      width: auto;
      float: none; }
  .checkout-types li {
    float: none;
    width: 100%;
    max-width: 500px;
    margin-left: 0; }
  .btn-checkout {
    width: 100%; } }

@media only screen and (max-width: 1110px) {
  .checkout-types.bottom li {
    float: none;
    width: 100%;
    max-width: 500px;
    margin-left: 0; }
    .checkout-types.bottom li .btn-checkout {
      width: 100%; } }

.cart-table th,
.cart-table td,
.cart-table tbody td {
  border-bottom: none;
  vertical-align: top; }

.cart-table h2 {
  font-size: 15px;
  margin-bottom: 0; }

.cart-table thead th {
  font-weight: 400; }

.cart-table tbody td {
  font-weight: 300; }

.cart-table thead th,
.cart-table tbody td {
  background-color: transparent;
  padding: 10px 5px; }

.cart-table .product-cart-info,
.cart-table .product-cart-actions {
  padding-left: 15px; }
  .cart-table .product-cart-info .item-options,
  .cart-table .product-cart-actions .item-options {
    margin: 10px 0 0; }

.cart-table tr {
  border-bottom: 1px solid #b7b7b7; }

.cart-table tfoot tr {
  background: none; }

.cart-table tfoot tr > td {
  text-align: right; }
  .cart-table tfoot tr > td:after {
    content: "";
    display: table;
    clear: both; }

.cart-table span.or {
  font-size: 9px;
  padding: 0 5px; }

.cart-table .product-cart-image .cart-links,
.cart-table .product-cart-info .btn-remove,
.cart-table .product-cart-actions .cart-links .button,
.cart-table .product-cart-actions .cart-links .aw-blog-read-more {
  display: none; }

.cart-table .product-cart-image {
  padding-left: 0;
  padding-right: 0; }
  .cart-table .product-cart-image .product-image img {
    max-width: 100%;
    width: 100%; }
  .cart-table .product-cart-image a.cart-edit {
    display: none; }

.cart-table .product-cart-sku {
  margin: 5px 0 12px; }
  .cart-table .product-cart-sku .label {
    font-weight: 600; }

.cart-table .btn-empty {
  float: left; }

.cart-table .product-cart-total,
.cart-table .product-cart-price {
  text-align: center; }

.cart-table .cart-tax-total {
  position: relative;
  cursor: pointer; }
  .cart-table .cart-tax-total:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #000000;
    border-left: none;
    position: absolute;
    top: 3px;
    right: -11px; }
  .cart-table .cart-tax-total.cart-tax-total-expanded:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid #000000;
    border-bottom: none;
    right: -15px;
    top: 6px; }

.cart-table .cart-links > li {
  white-space: nowrap;
  line-height: 1.3;
  margin-bottom: 5px;
  min-width: 65px;
  font-size: 14px; }
  .cart-table .cart-links > li > a {
    display: block; }
  .cart-table .cart-links > li:last-child {
    margin-bottom: 0; }

.cart-table .product-cart-actions {
  min-width: 60px;
  text-align: center; }
  .cart-table .product-cart-actions .qty {
    height: 30px;
    border-color: #000000;
    border-radius: 0;
    margin-bottom: 10px;
    text-align: center;
    width: 3em; }
  .cart-table .product-cart-actions .button, .cart-table .product-cart-actions .aw-blog-read-more {
    margin-bottom: 5px; }

@media only screen and (max-width: 770px) {
  .cart-table th {
    font-size: 13px; }
  .cart-table th,
  .cart-table td {
    padding: 7px 6px; }
  .cart-table .product-cart-actions > li {
    white-space: inherit; } }

@media only screen and (max-width: 699px) {
  .display-both-prices .cart-table thead th.cart-total-head,
  .display-both-prices .cart-table td.product-cart-total {
    display: none; } }

@media only screen and (max-width: 599px) {
  .cart-table colgroup, .cart-table thead {
    display: none; }
  .cart-table tr {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    position: relative;
    width: 100%; }
    .cart-table tr:after {
      content: "";
      display: table;
      clear: both; }
    .cart-table tr:last-child {
      margin-bottom: 0; }
  .cart-table tfoot tr {
    padding-bottom: 0; }
  .cart-table td {
    border: none;
    display: block; }
    .cart-table td[data-rwd-label] {
      padding-left: 15px;
      margin-bottom: 6px; }
      .cart-table td[data-rwd-label]:before {
        content: attr(data-rwd-label) ":";
        font-size: 13px;
        font-weight: 300;
        padding-right: 5px;
        text-transform: uppercase; }
    .cart-table td.product-cart-price {
      text-align: left; }
  .cart-table h2 {
    font-size: 13px; }
  .cart-table .cart-links {
    padding-top: 5px;
    padding-right: 5px; }
    .cart-table .cart-links > li {
      white-space: normal;
      text-align: center; }
      .cart-table .cart-links > li > a {
        padding: 2px 0px; }
  .cart-table .cart-tax-info {
    padding-left: 15px;
    font-size: 14px; }
    .cart-table .cart-tax-info .price {
      font-size: 14px; }
  .cart-table .product-cart-image {
    width: 25%;
    float: left;
    padding-bottom: 0; }
    .cart-table .product-cart-image a.cart-edit {
      display: block;
      font-size: 17px;
      text-align: center;
      text-transform: uppercase; }
    .cart-table .product-cart-image .cart-links {
      padding-left: 0;
      margin-left: -5px;
      list-style: none; }
      .cart-table .product-cart-image .cart-links > li {
        display: inline-block;
        padding-right: 5px;
        padding-left: 5px; }
  .cart-table .product-cart-info,
  .cart-table td[data-rwd-label] {
    float: right;
    width: 75%; }
  .cart-table .product-cart-actions,
  .cart-table .product-cart-price {
    padding-bottom: 0;
    padding-top: 0;
    float: right; }
  .cart-table .product-cart-remove,
  .cart-table .product-cart-total,
  .cart-table .product-cart-actions .cart-links {
    display: none; }
  .cart-table .product-cart-image .cart-links,
  .cart-table .product-cart-info .btn-remove {
    display: block; }
  .cart-table .product-cart-actions .button, .cart-table .product-cart-actions .aw-blog-read-more {
    display: none; }
  .cart-table .product-cart-info .btn-remove {
    float: right;
    margin: -4px 0px 2px 7px; }
  .cart-table .product-cart-info .product-cart-sku {
    margin-bottom: 5px; }
  .cart-table .product-cart-actions {
    text-align: left; }
    .cart-table .product-cart-actions .qty {
      margin-right: 7px;
      margin-bottom: 7px; }
  .cart-table .price,
  .cart-table .product-cart-price:before {
    font-size: 16px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }
  .cart-table .cart-footer-actions {
    text-align: center;
    width: 100%; }
    .cart-table .cart-footer-actions #empty_cart_button {
      float: right; }
    .cart-table .cart-footer-actions .btn-continue {
      float: left; }
    .cart-table .cart-footer-actions .btn-update,
    .cart-table .cart-footer-actions span.or {
      display: none; }
  .display-both-prices .cart-table td[data-rwd-tax-label]:before {
    content: attr(data-rwd-tax-label) ":"; } }

/* ============================================ *
 * Checkout - Estimate Shipping and Tax
 * ============================================ */
.shipping h2 {
  font-size: 13px;
  margin-top: 0; }

.shipping select.validation-failed {
  border-color: #f52542; }

.shipping .shipping-desc {
  display: none; }

.shipping .buttons-set {
  border: none;
  margin: 0 0 25px;
  padding: 0;
  text-align: left; }
  @media only screen and (min-width: 770px) {
    .shipping .buttons-set {
      margin-bottom: 18px; } }

.shipping .form-list:after {
  content: "";
  display: table;
  clear: both; }

.shipping .form-list li {
  margin: 5px 0 10px 0; }

.shipping .form-list input {
  margin-top: 4px; }

.shipping .sp-methods {
  padding: 10px 0 0;
  text-align: left; }
  .shipping .sp-methods dd {
    margin: 0 0 10px; }
    .shipping .sp-methods dd ul {
      margin: 0;
      padding: 0; }
  .shipping .sp-methods label {
    font-size: 13px; }
    .shipping .sp-methods label span {
      font-weight: 400;
      font-style: normal; }

.shipping #co-shipping-method-form .buttons-set .button, .shipping #co-shipping-method-form .buttons-set .aw-blog-read-more {
  float: left;
  margin-left: 0; }

@media only screen and (max-width: 770px) {
  .shipping .shipping-form .form-list > li {
    width: 100%;
    float: none; }
    .shipping .shipping-form .form-list > li label {
      display: block; }
    .shipping .shipping-form .form-list > li input,
    .shipping .shipping-form .form-list > li select {
      width: 100%; } }

.cart .cart-totals {
  text-align: right; }
  .cart .cart-totals:after {
    content: "";
    display: table;
    clear: both; }
  .cart .cart-totals table {
    margin-bottom: 20px;
    width: 100%; }
    .cart .cart-totals table td {
      padding: 2px 0px; }
    .cart .cart-totals table td:first-child {
      padding-right: 10px;
      min-width: 120px; }
    .cart .cart-totals table tbody tr:last-child td,
    .cart .cart-totals table tbody tr:last-child th {
      padding-bottom: 10px; }
    .cart .cart-totals table tfoot {
      border-top: 1px solid #E6E6E6;
      border-bottom: 1px solid #E6E6E6; }
      .cart .cart-totals table tfoot td {
        font-size: 16px;
        padding: 5px 0;
        vertical-align: top; }

@media only screen and (max-width: 600px) {
  .cart-totals {
    text-align: right; } }

@media only screen and (max-width: 770px) {
  .cart .cart-totals table tfoot td {
    font-size: 18px; } }

.discount-form:after,
#giftcard-form:after {
  content: "";
  display: table;
  clear: both; }

#discount-coupon-form,
.cart .giftcard {
  width: 100%; }
  #discount-coupon-form h2,
  .cart .giftcard h2 {
    display: none; }
  #discount-coupon-form label,
  .cart .giftcard label {
    text-align: left;
    min-width: 105px;
    display: inline-block;
    float: left; }
  #discount-coupon-form .field-wrapper,
  .cart .giftcard .field-wrapper {
    display: inline-block;
    width: 100%;
    text-align: left; }
  #discount-coupon-form .validation-advice,
  .cart .giftcard .validation-advice {
    display: inline; }
  #discount-coupon-form .button-wrapper,
  .cart .giftcard .button-wrapper {
    display: block;
    vertical-align: bottom;
    margin: 4px 0 0; }
    @media only screen and (min-width: 480px) {
      #discount-coupon-form .button-wrapper,
      .cart .giftcard .button-wrapper {
        width: 28%;
        float: right;
        display: inline-block; } }
    @media only screen and (min-width: 600px) {
      #discount-coupon-form .button-wrapper,
      .cart .giftcard .button-wrapper {
        width: 100%; } }
    @media only screen and (min-width: 771px) {
      #discount-coupon-form .button-wrapper,
      .cart .giftcard .button-wrapper {
        width: 28%; } }
    #discount-coupon-form .button-wrapper > button,
    .cart .giftcard .button-wrapper > button {
      float: left;
      width: 100%; }
  #discount-coupon-form .input-text,
  .cart .giftcard .input-text {
    margin: 4px 0px 0 0;
    width: 100%; }
    @media only screen and (min-width: 480px) {
      #discount-coupon-form .input-text,
      .cart .giftcard .input-text {
        width: 70%; } }
    @media only screen and (min-width: 600px) {
      #discount-coupon-form .input-text,
      .cart .giftcard .input-text {
        width: 100%; } }
    @media only screen and (min-width: 771px) {
      #discount-coupon-form .input-text,
      .cart .giftcard .input-text {
        width: 70%; } }

.cart .giftcard p {
  margin-bottom: 6px; }

.cart .giftcard .check-gc-status {
  float: left;
  padding: 0px; }
  .cart .giftcard .check-gc-status > span > span {
    font-size: 15px;
    text-transform: none; }

/* ============================================ *
 * Checkout - Cart Cross sell
 * ============================================ */
.crosssell h2 {
  color: #000000; }

.crosssell #crosssell-products-list .button, .crosssell #crosssell-products-list .aw-blog-read-more,
.crosssell #crosssell-products-list .add-to-links {
  display: none; }

/* Change the layout to 2 columns at a breakpoint that is higher than a 3 columns layout would normally break */
@media only screen and (max-width: 979px) {
  .crosssell {
    /* Undo three-column config */ }
    .crosssell .products-grid > li:nth-child(even),
    .crosssell .products-grid > li:nth-child(3n),
    .crosssell .products-grid > li {
      width: 47.72727%;
      margin-right: 4.54545%; }
    .crosssell .products-grid > li:nth-child(odd) {
      clear: left; }
    .crosssell .products-grid > li:nth-child(even) {
      margin-right: 0; }
    .crosssell .products-grid > li:nth-child(3n+1) {
      clear: none; } }

@media only screen and (max-width: 320px) {
  .crosssell ul .item {
    padding: 0 0px 40px; }
  .crosssell ul .product-details .crosssell-actions {
    padding: 0 5px; } }

/* ============================================ *
 * Checkout - One Page
 * ============================================ */
.checkout-onepage-index .col-right,
.checkout-onepage-index .col-left {
  display: none; }

.checkout-onepage-index .page-header-container {
  max-width: 860px;
  padding: 0; }
  .checkout-onepage-index .page-header-container .header-wrapper {
    padding: 30px 0; }
    .checkout-onepage-index .page-header-container .header-wrapper .logo {
      float: none;
      width: 50%;
      margin: 0 auto; }

.checkout-onepage-index .home-top-wrapper .home-top-content ul.confidence {
  max-width: 860px;
  margin: 1px auto 10px; }
  .checkout-onepage-index .home-top-wrapper .home-top-content ul.confidence li a br {
    display: block; }

.checkout-onepage-index .col-right .secured-by {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px;
  margin: 0 0 15px; }
  .checkout-onepage-index .col-right .secured-by h4, .checkout-onepage-index .col-right .secured-by .block-progress dt, .block-progress .checkout-onepage-index .col-right .secured-by dt {
    margin: 0 0 10px; }

.checkout-onepage-index .footer {
  display: none; }
  .checkout-onepage-index .footer.last {
    display: block; }

.checkout-onepage-index .bottom-footer .footer {
  display: block;
  text-align: center; }
  .checkout-onepage-index .bottom-footer .footer .logos,
  .checkout-onepage-index .bottom-footer .footer .social {
    display: none; }
  .checkout-onepage-index .bottom-footer .footer .iweb,
  .checkout-onepage-index .bottom-footer .footer .cards,
  .checkout-onepage-index .bottom-footer .footer address {
    float: none;
    text-align: center;
    margin: auto; }

.checkout-onepage-index .page-title {
  text-align: center; }

.checkout-onepage-index .main {
  padding: 10px;
  max-width: 860px; }
  @media only screen and (min-width: 479px) {
    .checkout-onepage-index .main {
      padding: 30px; } }
  .checkout-onepage-index .main ul,
  .checkout-onepage-index .main dd {
    padding-left: 0;
    margin-left: 0; }
  .checkout-onepage-index .main .col-main {
    width: auto;
    float: none; }

@media only screen and (min-width: 771px) {
  .checkout-onepage-index .main .col-main {
    float: left;
    width: 68.75%;
    padding-right: 50px; }
  .checkout-onepage-index .main .col-right,
  .checkout-onepage-index .main .col-left {
    width: 31.25%;
    display: block; }
  .checkout-onepage-index .main .col-right {
    padding-left: 0; } }

.opc select {
  width: 365px; }

/* -------------------------------------------- *
 * Section Styling - Default
 */
.opc .section .step-title {
  width: 100%;
  border-top: 1px solid white;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .opc .section .step-title:after {
    content: "";
    display: table;
    clear: both; }

.opc .section.allow:not(.active) .step-title {
  cursor: pointer; }

/* Using .no-touch since touch devices emulate hover, thereby making steps look active that are not */
.no-touch .opc .section.allow:not(.active) .step-title:hover {
  background-color: #e5e5e5; }

.opc .section.active .step-title {
  border-bottom: 1px solid white; }

.opc .section .step-title a {
  display: none; }

.opc .section.allow:not(.active) .step-title a {
  display: block;
  float: right;
  line-height: 40px;
  height: 40px;
  padding: 0px 10px; }

.no-touch .opc .section .step-title a:hover {
  text-decoration: none; }

.opc .section .step-title .number,
.opc .section.allow.active .step-title .number,
.no-touch .opc .section.allow:hover .step-title .number {
  width: 40px;
  height: 40px;
  text-align: center;
  color: #FFFFFF;
  line-height: 40px;
  background-color: #000000;
  display: block;
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -20px;
  font-size: 20px;
  font-weight: 500; }

.opc .section.allow .step-title .number {
  background-color: tint(#000000, 50%); }

.opc .section.allow .step-title h2 {
  color: #333333; }

.opc .section.allow .step-title:hover h2,
.opc .section.active .step-title h2 {
  color: #333333; }

.opc .section .step-title h2 {
  font-size: 15px;
  font-weight: 400;
  line-height: 50px;
  height: 50px;
  float: left;
  margin: 0px 4px 0px 60px;
  font-weight: 500; }
  @media only screen and (min-width: 599px) {
    .opc .section .step-title h2 {
      font-size: 17px; } }

.opc .section .step {
  padding: 20px; }
  .opc .section .step:after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (max-width: 979px) {
    .opc .section .step {
      padding: 10px; } }

.opc h3, .opc form .legend, form .opc .legend {
  font-weight: 400; }

.opc .buttons-set {
  text-align: left;
  max-width: 365px; }
  .opc .buttons-set button.button, .opc .buttons-set button.aw-blog-read-more {
    float: left;
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 0; }
  .opc .buttons-set p.required {
    float: right;
    margin-left: 5px;
    margin-bottom: 0; }
  .opc .buttons-set .back-link {
    float: right;
    margin: 0; }
  .opc .buttons-set a {
    line-height: 20px;
    display: inline-block;
    padding: 5px 5px 5px 0; }

@media only screen and (max-width: 479px) {
  .opc .buttons-set .button + .buttons-set .button, .opc .buttons-set .aw-blog-read-more + .buttons-set .button, .opc .buttons-set .button + .buttons-set .aw-blog-read-more, .opc .buttons-set .aw-blog-read-more + .buttons-set .aw-blog-read-more,
  .paypal-express-review .buttons-set .button + .buttons-set .button,
  .paypal-express-review .buttons-set .aw-blog-read-more + .buttons-set .button,
  .paypal-express-review .buttons-set .button + .buttons-set .aw-blog-read-more,
  .paypal-express-review .buttons-set .aw-blog-read-more + .buttons-set .aw-blog-read-more {
    margin-left: 0; } }

.opc #opc-login .step {
  padding: 0px; }

.opc #opc-login .buttons-set {
  border-top: 0;
  padding-top: 5px;
  margin: auto; }

.opc #opc-login.active .step-title {
  display: none; }

@media only screen and (max-width: 770px) {
  .opc #opc-login p.required {
    display: none; } }

#opc-payment .note {
  padding: 10px; }

/* Login */
#opc-login .col2-set .col-1 h3, #opc-login .col2-set .col-1 form .legend, form #opc-login .col2-set .col-1 .legend,
#opc-login .col2-set .col-2 h3,
#opc-login .col2-set .col-2 form .legend, form
#opc-login .col2-set .col-2 .legend {
  margin-bottom: 0;
  max-width: 365px;
  margin: auto; }

#opc-login .col2-set .col-1 p,
#opc-login .col2-set .col-2 p {
  max-width: 365px;
  margin: 0 auto 10px; }

#opc-login .col2-set .col-1 .form-list,
#opc-login .col2-set .col-2 .form-list {
  max-width: 365px;
  text-align: left;
  margin: auto; }

#opc-login .col2-set .col-2 {
  border-top: 1px solid white; }
  @media only screen and (min-width: 599px) {
    #opc-login .col2-set .col-2 {
      border-left: 1px solid white;
      border-top: none; } }

/* -------------------------------------------- *
 * This section hides everything but the "Checkout Method" step of the checkout process and fades in the content
 * once the customer progresses to the next step. The purpose of this is to simplify what the customer has to focus on.
 * It is limited to larger viewports since smaller devices are inherently going to be focused solely on the
 * "Checkout Method" step.
 */
.opc.opc-firststep-login .section:not(#opc-login) .step-title,
.opc-block-progress-step-login {
  display: block;
  transition: opacity, 300ms; }

.opc.opc-firststep-login .section#opc-login .step-title .number {
  transition: width, 80ms; }

.opc.opc-firststep-login .section#opc-login .step-title h2 {
  transition: margin-left, 80ms; }

/* When a user progresses from the "Checkout Method" to "Billing Information" for the first time, the              */
/* "opc-has-progressed-from-login" class gets added to the body. Also, the .opc element will only have the         */
/* "opc-firststep-login" class if the first step of the checkout is the "Checkout Method" (eg, not when logged in) */
body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section:not(#opc-login) .step-title,
body:not(.opc-has-progressed-from-login) .opc-block-progress-step-login {
  display: none;
  opacity: 0; }

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title .number {
  width: 0px;
  overflow: hidden; }

body:not(.opc-has-progressed-from-login) .opc.opc-firststep-login .section#opc-login .step-title h2 {
  margin-left: 0px; }

/* -------------------------------------------- *
 * Shipping and Payment methods
 */
.sp-methods {
  margin: 0 0 8px; }
  .sp-methods dt {
    margin: 13px 0 5px;
    font-weight: 500; }
    .sp-methods dt:first-child {
      margin: 0 0 5px; }
  .sp-methods dd ul {
    margin: 0; }
  .sp-methods dd li {
    margin: 5px 0;
    list-style: none;
    position: relative; }
  .sp-methods label img {
    float: left; }
  .sp-methods label a {
    margin-top: 6px;
    float: right;
    margin-left: 10px; }
  .sp-methods .price {
    font-weight: 500; }
  .sp-methods .form-list {
    padding-left: 20px; }
    .sp-methods .form-list li {
      margin: 0 0 8px;
      list-style: none; }
  .sp-methods select.month {
    width: 120px;
    margin-right: 10px; }
  .sp-methods select.year {
    width: 96px; }
  .sp-methods input.cvv {
    width: 4em !important; }
  .sp-methods .checkmo-list li {
    margin: 0 0 5px; }
    .sp-methods .checkmo-list li:after {
      content: "";
      display: table;
      clear: both; }
  .sp-methods .checkmo-list label {
    width: 165px;
    padding-right: 15px;
    text-align: right;
    float: left; }
  .sp-methods .checkmo-list address {
    float: left; }
  @media only screen and (max-width: 479px) {
    .sp-methods .checkmo-list {
      padding-left: 0; }
      .sp-methods .checkmo-list label {
        width: 135px; } }
  .sp-methods .release-amounts {
    margin: 0.5em 0; }
  .sp-methods .release-amounts button {
    float: left;
    margin: 5px 10px 0 0; }

#checkout-shipping-method-load h4, #checkout-shipping-method-load .block-progress dt, .block-progress #checkout-shipping-method-load dt {
  margin: 0; }

#checkout-shipping-method-load fieldset {
  border: none;
  background: #e5e5e5;
  padding: 20px 20px 10px; }

/* One Page Checkout */
.block-progress {
  border: 0;
  margin: 0;
  border-left: 1px solid #eaeaea;
  padding-left: 20px; }
  .block-progress .block-title {
    font-size: 11px;
    color: #000000; }
  .block-progress .block-content {
    font-size: 14px; }
  .block-progress dl {
    margin: 0; }
  .block-progress dt {
    padding-top: 6px;
    margin: 0 0 6px;
    font-weight: normal;
    font-size: 13px; }
  .block-progress dt.complete {
    color: #000000; }
  .block-progress dd {
    padding-left: 15px;
    font-size: 11px;
    line-height: 1.4;
    margin-bottom: 20px; }
    .block-progress dd address {
      font-style: normal; }
  .block-progress #payment-progress-opcheckout .subtitle {
    margin-bottom: 3px; }
  .block-progress .payment-info:after {
    content: "";
    display: table;
    clear: both; }
  .block-progress .payment-info dt {
    padding: 0;
    margin: 0 0 3px 0;
    color: #b7b7b7;
    font-weight: 400;
    text-transform: none;
    float: left;
    clear: both;
    font-size: 14px; }
    .block-progress .payment-info dt:after {
      content: ': '; }
  .block-progress .payment-info dd {
    float: left;
    margin-bottom: 3px;
    font-size: 14px; }

/* review step */
#checkout-review-table td h3, #checkout-review-table td form .legend, form #checkout-review-table td .legend {
  margin-bottom: 10px; }

#checkout-review-table td dl {
  margin: 0; }

#checkout-review-table .btn-remove img {
  display: none; }

#checkout-review-submit p {
  margin: 0; }

/* show/hide "change" link for progress step depend on complete status
 * should be placed in .css file */
.opc-block-progress dt.complete a,
.opc-block-progress dt.complete .separator {
  display: inline;
  text-transform: none; }

.opc-block-progress dt a,
.opc-block-progress dt .separator {
  display: none; }

/* On small screens, the progress review content will be moved to the review step via JS. Styled via this CSS: */
#checkout-step-review .opc-block-progress {
  border-left: none;
  padding-left: 0; }
  #checkout-step-review .opc-block-progress .block-title {
    display: none; }
  #checkout-step-review .opc-block-progress .block-content {
    display: block !important;
    padding: 0; }
    #checkout-step-review .opc-block-progress .block-content > dl > div {
      float: left;
      width: 50%; }
    @media only screen and (max-width: 479px) {
      #checkout-step-review .opc-block-progress .block-content > dl > div {
        float: none;
        width: auto; } }
    #checkout-step-review .opc-block-progress .block-content .changelink {
      display: none; }

@media only screen and (max-width: 479px) {
  #checkout-review-table thead > tr > th {
    display: none; }
    #checkout-review-table thead > tr > th:first-child {
      display: block; }
  #checkout-review-table thead > tr > th:first-child {
    display: block; } }

#checkout-step-review .centinel > p {
  margin-bottom: 10px; }

#checkout-step-review .centinel iframe {
  width: 100%;
  min-height: 400px; }

/* Gift options */
.gift-messages h3, .gift-messages form .legend, form .gift-messages .legend {
  margin-bottom: 10px; }

.gift-messages p.control {
  margin: 0; }

.gift-messages-form .item {
  margin-top: 30px; }
  .gift-messages-form .item:after {
    content: "";
    display: table;
    clear: both; }
  .gift-messages-form .item h5 {
    font-weight: 500; }
  .gift-messages-form .item .product-img-box {
    width: auto;
    float: left;
    padding-right: 15px; }
  .gift-messages-form .item .details {
    float: left; }

.gift-message-form .inner-box > div {
  width: 100%;
  margin-top: 15px; }
  .gift-message-form .inner-box > div:after {
    content: "";
    display: table;
    clear: both; }
  .gift-message-form .inner-box > div.extra-options-container p {
    margin-bottom: 15px; }

.gift-message-form .gift-wrapping-form label {
  margin-right: 10px; }

.gift-message-form .gift-wrapping-form img {
  float: left; }

.gift-message-form .gift-wrapping-form .gift-wrapping-design {
  height: 75px; }
  .gift-message-form .gift-wrapping-form .gift-wrapping-design:after {
    content: "";
    display: table;
    clear: both; }
  .gift-message-form .gift-wrapping-form .gift-wrapping-design .image-box {
    margin-right: 5px; }

.gift-message-form .gift-item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px white; }
  .gift-message-form .gift-item:after {
    content: "";
    display: table;
    clear: both; }
  .gift-message-form .gift-item .product-img-box {
    width: 200px; }
    .gift-message-form .gift-item .product-img-box .product-image {
      width: 75px;
      margin-left: auto;
      margin-right: auto; }
    .gift-message-form .gift-item .product-img-box .product-name {
      display: block; }
  .gift-message-form .gift-item .fieldset {
    margin-left: 200px; }

@media only screen and (max-width: 770px) {
  .gift-message-form .gift-item .product-img-box {
    width: 100%;
    float: none; }
  .gift-message-form .gift-item .fieldset {
    margin-left: 0px; }
    .gift-message-form .gift-item .fieldset textarea {
      width: 100%; } }

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Checkout - Success
 * ============================================ */
.checkout-onepage-success .col-main {
  padding: 0;
  text-align: center; }

.checkout-onepage-success .buttons-set {
  margin: 10px 0;
  text-align: center; }
  .checkout-onepage-success .buttons-set button {
    float: none; }

.checkout-onepage-success #my-orders-table .product-name {
  font-size: 14px; }

.checkout-onepage-success #my-orders-table tbody tr td {
  text-align: left; }

.checkout-onepage-success #my-orders-table thead tr th {
  text-align: left; }

.checkout-onepage-success #my-orders-table tfoot {
  text-align: right; }

/* ============================================ *
 * Customer
 * ============================================ */
@incldue bp(min-width, $bp-small) {
  .customer-account-login .account-login {
    padding: 45px 0; } }

.customer-account-login .scaffold-form label:first-child {
  width: 115px; }

.customer-account-login .col2-set h2 {
  text-align: left; }

@media only screen and (min-width: 979px) {
  .customer-account-login .col2-set .benefits {
    width: 70%; } }

.customer-account-login .col2-set .registered-users {
  background: #e5e5e5;
  padding: 5%; }
  .customer-account-login .col2-set .registered-users .buttons-set,
  .customer-account-login .col2-set .registered-users .content {
    max-width: 365px;
    margin: auto; }
  .customer-account-login .col2-set .registered-users .form-list {
    max-width: 365px; }
  .customer-account-login .col2-set .registered-users .buttons-set {
    text-align: right; }
    .customer-account-login .col2-set .registered-users .buttons-set button,
    .customer-account-login .col2-set .registered-users .buttons-set .button,
    .customer-account-login .col2-set .registered-users .buttons-set .aw-blog-read-more {
      float: left;
      margin-bottom: 10px; }

.customer-account-login .col2-set .buttons-set {
  text-align: left;
  border-top: 0;
  max-width: 365px;
  /*
            @include bp(min-width, $bp-medium + 1){
	            text-align: left;
            }
*/ }
  .customer-account-login .col2-set .buttons-set button,
  .customer-account-login .col2-set .buttons-set .button,
  .customer-account-login .col2-set .buttons-set .aw-blog-read-more {
    float: none;
    margin: 0; }

.customer-account-login .col2-set .col-1 ul {
  list-style: disc;
  padding-left: 20px;
  margin: 10px 0 20px 0; }

@media only screen and (min-width: 600px) {
  .customer-account-login .col2-set .col-1,
  .customer-account-login .col2-set .col-2 {
    padding: 3% 3%;
    margin-top: 20px; }
  .customer-account-login .col2-set .col-1 {
    padding-right: 20px;
    float: right; }
  .customer-account-login .col2-set .col-2 {
    float: left; } }

@media only screen and (min-width: 770px) {
  .customer-account-login .col2-set .col-1 {
    padding-left: 60px; } }

@media only screen and (max-width: 599px) {
  .customer-account-login .col2-set {
    max-width: 365px;
    margin: auto; }
    .customer-account-login .col2-set .col-2 {
      padding: 5%; }
    .customer-account-login .col2-set .col-1 {
      padding: 5%; }
    .customer-account-login .col2-set h2 {
      margin-top: 0; } }

@media only screen and (max-width: 770px) {
  .customer-account-login .col2-set p.required {
    display: none; } }

.customer-account-create .account-create {
  text-align: left;
  max-width: 460px;
  margin: auto;
  padding: 2% 5% 4%;
  margin-bottom: 50px;
  background: #e5e5e5; }
  .customer-account-create .account-create h1 {
    font-size: 25px; }
    @media only screen and (min-width: 479px) {
      .customer-account-create .account-create h1 {
        font-size: 30px; } }
  .customer-account-create .account-create .scaffold-form .form-list {
    text-align: left; }
    .customer-account-create .account-create .scaffold-form .form-list label:first-child {
      width: 140px; }
  .customer-account-create .account-create .buttons-set .back-link {
    float: right; }
  .customer-account-create .account-create .buttons-set button.button, .customer-account-create .account-create .buttons-set button.aw-blog-read-more {
    margin-left: 0;
    float: left; }

.opc #opc-login p:not(.required) {
  font-size: 14px;
  color: #e21f3c; }

.remember-me-box a.hide {
  display: none; }

.remember-me-box .link-tip {
  font-size: 14px;
  padding-left: 10px; }

.remember-me-popup {
  display: none;
  border: 1px solid #eaeaea;
  padding: 10px;
  position: relative; }
  .remember-me-popup.show {
    display: block; }
  .remember-me-popup p {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }
  .remember-me-popup .remember-me-popup-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    font-size: 13px; }
  .remember-me-popup .remember-me-popup-close-button {
    display: none; }

.customer-account-create .buttons-set {
  max-width: 455px; }

.customer-account-create .fieldset .hidden {
  display: none; }

.customer-account-create #remember-me-popup {
  max-width: 455px; }

.customer-account-forgotpassword .forgotten-password-form {
  text-align: left;
  max-width: 460px;
  margin: auto;
  padding: 2% 5% 4%;
  margin-bottom: 50px;
  background: #e5e5e5; }

.customer-account-forgotpassword h2 {
  margin: 0 0 5px; }

.customer-account-forgotpassword .fieldset,
.customer-account-forgotpassword .buttons-set {
  max-width: 400px;
  margin: auto; }

.customer-account-forgotpassword .back-link {
  float: right; }

.customer-account-forgotpassword .fieldset {
  padding: 30px 0 0;
  text-align: left; }
  .customer-account-forgotpassword .fieldset .form-list {
    text-align: left; }

.customer-account-forgotpassword .fieldset .input-box input.input-text {
  width: 100%; }

/* ============================================ *
 * My Account Global Styles
 * ============================================ */
body.customer-account .my-account .page-title h1 {
  border: 0;
  text-align: left; }

body.customer-account .my-account .title-buttons {
  position: relative;
  text-align: right; }
  body.customer-account .my-account .title-buttons h1 {
    text-align: left; }
  body.customer-account .my-account .title-buttons .button, body.customer-account .my-account .title-buttons .aw-blog-read-more {
    position: absolute;
    right: 0;
    top: 0; }
  body.customer-account .my-account .title-buttons a,
  body.customer-account .my-account .title-buttons span.separator {
    position: relative;
    top: -42px; }

body.customer-account .my-account .fieldset h2,
body.customer-account .my-account .addresses-list h2,
body.customer-account .my-account .order-details h2 {
  width: 100%;
  display: inline-block;
  margin-top: 10px; }

body.customer-account .my-account .addresses-list h3, body.customer-account .my-account .addresses-list form .legend, form body.customer-account .my-account .addresses-list .legend {
  font-size: 15px;
  font-weight: 600; }

body.customer-account .my-account .fieldset {
  margin-bottom: 30px; }

body.customer-account .data-table, body.customer-account .tab-content table, .tab-content body.customer-account table {
  margin-top: 5px; }

body.customer-account .sidebar .block ol#compare-items li {
  margin: 10px 0; }

body.customer-account .sidebar .block .block-content p.block-subtitle {
  margin-bottom: 15px; }

body.customer-account .sidebar .block .block-content .actions {
  margin-top: 30px; }

body.customer-account .sidebar ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0; }

body.customer-account .sidebar ol#cart-sidebar-reorder p.product-name {
  display: inline-block;
  margin-bottom: 0; }

body.customer-account .sidebar .block-cart .summary {
  margin-bottom: 15px; }

body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0; }
  body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder li input {
    margin-right: 10px; }

body.customer-account .sidebar .block-reorder ol#cart-sidebar-reorder p.product-name {
  display: inline;
  margin-bottom: 0; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day {
  width: 40px;
  float: left;
  margin-right: 10px; }

.form-list .customer-dob .dob-year {
  width: 80px;
  float: left; }

/* ============================================ *
 * Dashboard
 * ============================================ */
.dashboard .box-head {
  margin-top: 30px;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 7px; }
  .dashboard .box-head h2 {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0; }
  .dashboard .box-head a {
    padding: 10px; }

.dashboard .box-title a,
.dashboard .box-head a {
  font-size: 13px; }

.dashboard .box-account {
  padding-bottom: 40px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 45px; }
  .dashboard .box-account p,
  .dashboard .box-account address {
    margin: 0; }

.dashboard .col2-set .col-1,
.dashboard .col2-set .col-2 {
  padding-right: 12.09677%;
  padding-bottom: 0; }
  .dashboard .col2-set .col-1 .box-title,
  .dashboard .col2-set .col-2 .box-title {
    position: relative;
    padding-bottom: 10px; }
    .dashboard .col2-set .col-1 .box-title h2,
    .dashboard .col2-set .col-1 .box-title h3,
    .dashboard .col2-set .col-1 .box-title form .legend, form
    .dashboard .col2-set .col-1 .box-title .legend,
    .dashboard .col2-set .col-2 .box-title h2,
    .dashboard .col2-set .col-2 .box-title h3,
    .dashboard .col2-set .col-2 .box-title form .legend, form
    .dashboard .col2-set .col-2 .box-title .legend {
      font-weight: 600;
      font-size: 15px;
      margin-bottom: 0; }
    .dashboard .col2-set .col-1 .box-title a,
    .dashboard .col2-set .col-2 .box-title a {
      position: absolute;
      top: -10px;
      right: -10px;
      padding: 10px;
      line-height: 21px; }

.dashboard .box-reviews.box-account {
  padding-bottom: 0; }

.dashboard .box-reviews li {
  padding: 10px 0;
  border-top: 1px solid white; }
  .dashboard .box-reviews li:first-child {
    border-top: 0; }
  .dashboard .box-reviews li .number {
    margin-right: -20px;
    float: left;
    line-height: 1.4;
    font-size: 14px; }
  .dashboard .box-reviews li .details {
    margin-left: 20px; }
    .dashboard .box-reviews li .details .ratings {
      margin-bottom: 0; }
      .dashboard .box-reviews li .details .ratings:after {
        content: "";
        display: table;
        clear: both; }
      .dashboard .box-reviews li .details .ratings strong {
        float: left;
        font-weight: 400;
        font-size: 14px;
        margin-right: 5px; }
      .dashboard .box-reviews li .details .ratings .rating-box {
        float: left;
        margin: 3px 0 0 0; }

/* ============================================ *
 * Address Book
 * ============================================ */
.my-account .addresses-list {
  font-weight: 400; }
  .my-account .addresses-list .col-1,
  .my-account .addresses-list .col-2 {
    padding-bottom: 0; }
  .my-account .addresses-list .item {
    margin: 0 0 30px 0; }
    .my-account .addresses-list .item p {
      margin-top: 10px; }
  @media only screen and (max-width: 770px) {
    .my-account .addresses-list .col-1,
    .my-account .addresses-list .col-2 {
      width: 100%;
      padding-left: 0;
      padding-right: 0; }
      .my-account .addresses-list .col-1 li.empty,
      .my-account .addresses-list .col-2 li.empty {
        width: 100%; } }
  @media only screen and (max-width: 599px) {
    .my-account .addresses-list .addresses-additional p a {
      white-space: nowrap; } }

/* ============================================ *
 * Order View
 * ============================================ */
.order-info {
  padding-bottom: 10px;
  border-bottom: 1px solid white;
  width: 100%;
  margin-bottom: 30px; }
  .order-info dt,
  .order-info dd,
  .order-info ul,
  .order-info li {
    display: inline; }
  .order-info dt {
    margin-right: 20px; }
  .order-info li {
    margin: 0 0 0 20px; }
    .order-info li.current {
      font-weight: 600; }
    .order-info li:first-child {
      margin-left: 0; }

.order-date {
  text-transform: uppercase; }

.order-info-box {
  margin-bottom: 40px;
  margin-top: 20px; }
  .order-info-box + .order-info-box {
    padding-bottom: 40px;
    border-bottom: 1px solid white; }
  .order-info-box .col-1 {
    padding-right: 0;
    width: 48%; }
  .order-info-box .col-2 {
    width: 52%; }
  .order-info-box .col-1,
  .order-info-box .col-2 {
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0; }
  .order-info-box .box-title {
    width: 150px;
    padding-right: 10px;
    float: left; }
    .order-info-box .box-title h2 {
      font-size: 15px;
      font-weight: 300;
      line-height: 1.5; }
      .order-info-box .box-title h2:after {
        content: ':'; }
  .order-info-box .box-content {
    float: left; }
    .order-info-box .box-content td,
    .order-info-box .box-content th {
      line-height: 1.3; }
    .order-info-box .box-content th {
      padding-top: 10px; }
    .order-info-box .box-content td {
      padding-left: 15px; }
    .order-info-box .box-content strong {
      font-weight: 400;
      text-transform: uppercase; }

#my-orders-table .option-label {
  margin-left: 10px;
  font-weight: 700; }

#my-orders-table .option-value {
  margin-left: 20px; }

#my-orders-table tr.bundle:not(:last-child) td {
  border-bottom: none;
  border-top: none; }

ol#cart-sidebar-reorder li {
  margin-top: 10px;
  margin-bottom: 0; }
  ol#cart-sidebar-reorder li input {
    margin-right: 10px; }

ol#cart-sidebar-reorder p.product-name {
  display: inline; }

@media only screen and (max-width: 599px) {
  #my-orders-table .option-label {
    margin-left: 20px; }
  #my-orders-table .option-value {
    margin-left: 35px; }
  #my-orders-table td[data-rwd-label=Qty] .nobr br {
    display: none; }
  #my-orders-table td[data-rwd-label=Qty] .nobr strong {
    margin-right: 10px; }
  #my-orders-table tr.bundle {
    border-color: white; }
  #my-orders-table tr.bundle.child td[data-rwd-label] {
    padding-left: 60px; }
  #my-orders-table tbody:last-child tr:last-child td {
    padding-bottom: 10px;
    border-bottom: 0; }
    #my-orders-table tbody:last-child tr:last-child td:last-child {
      padding-bottom: 15px; }
  #my-orders-table tfoot tr.shipping {
    margin-top: 0; } }

.order-additional {
  margin: 40px 0; }

.order-gift-message dd {
  margin-top: 10px; }

@media only screen and (max-width: 1199px) {
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    padding-right: 30px;
    padding-bottom: 0; } }

@media only screen and (max-width: 979px) {
  body.customer-account .my-account .title-buttons {
    text-align: left; }
    body.customer-account .my-account .title-buttons span.separator,
    body.customer-account .my-account .title-buttons a {
      top: -12px; }
  .data-table span.nobr, .tab-content table span.nobr {
    white-space: normal; }
    .data-table span.nobr a, .tab-content table span.nobr a {
      white-space: nowrap; }
  .data-table .separator, .tab-content table .separator {
    display: none; }
  .dashboard .col2-set .col-1 .box-title a,
  .dashboard .col2-set .col-2 .box-title a {
    position: static;
    padding: 0; } }

@media only screen and (max-width: 770px) {
  body.customer-account .data-table.orders th.ship, body.customer-account .tab-content table.orders th.ship, .tab-content body.customer-account table.orders th.ship,
  body.customer-account .data-table.orders td.ship,
  body.customer-account .tab-content table.orders td.ship, .tab-content
  body.customer-account table.orders td.ship {
    display: none; }
  .order-info-box .box-content {
    clear: left; }
  .addresses-list .item {
    float: left;
    width: 50%;
    padding-right: 30px; }
  .order-info dt {
    display: none; }
  .dashboard .page-title {
    margin-top: 20px; }
    .dashboard .page-title h1 {
      margin-top: 0; }
  .dashboard .box-account {
    padding-bottom: 15px;
    margin-bottom: 30px; }
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 48%;
    padding-right: 0;
    padding-left: 0; }
  .dashboard .col2-set .col-1 {
    float: left;
    margin-right: 4%; }
  .dashboard .col2-set .col-2 {
    float: right; } }

@media only screen and (max-width: 599px) {
  body.customer-account .my-account .form-list .control {
    padding-left: 0; } }

@media only screen and (max-width: 530px) {
  .data-table.orders td.status, .tab-content table.orders td.status,
  .data-table.orders th.status, .tab-content table.orders th.status {
    display: none; } }

@media only screen and (max-width: 479px) {
  body.customer-account .my-account .title-buttons {
    text-align: center; }
    body.customer-account .my-account .title-buttons .button, body.customer-account .my-account .title-buttons .aw-blog-read-more {
      width: 100%;
      position: static;
      margin-bottom: 15px; }
  body.customer-account .my-account .fieldset h2 {
    margin-bottom: 15px; }
  body.customer-account .my-account .order-details h2 {
    margin-bottom: 15px; }
  body.customer-account .my-account .buttons-set {
    border-top: 0; }
  body.customer-account .my-account .addresses-list .item {
    margin-bottom: 15px;
    padding-right: 0;
    float: none;
    width: auto; }
  body.customer-account .my-account .addresses-list h2 {
    margin-bottom: 15px; }
  .order-info {
    margin-top: 15px; }
  .data-table.orders .link-reorder, .tab-content table.orders .link-reorder,
  .data-table.orders .date, .tab-content table.orders .date {
    display: none; }
  .data-table.orders td.view, .tab-content table.orders td.view {
    text-align: right; }
  .dashboard .col2-set .col-1,
  .dashboard .col2-set .col-2 {
    width: 100%;
    margin-top: 15px; }
    .dashboard .col2-set .col-1 .box-title a,
    .dashboard .col2-set .col-2 .box-title a {
      position: absolute;
      padding: 10px; }
  .order-info-box {
    margin: 0; }
    .order-info-box .col-1,
    .order-info-box .col-2 {
      width: 100%;
      border-bottom: 1px solid white;
      padding: 15px 0; }
    .order-info-box + .order-info-box {
      padding-bottom: 0;
      border-bottom: 0;
      margin-bottom: 30px; }
  #my-reviews-table .nobr {
    white-space: normal; } }

/* ============================================ *
 * Newsletter Subscriptions
 * ============================================ */
body.newsletter-manage-index .my-account .fieldset {
  margin-bottom: 20px; }

body.newsletter-manage-index .my-account .fieldset h2 {
  display: none; }

body.newsletter-manage-index .my-account .form-list {
  border-top: 1px solid white;
  padding-top: 10px; }

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

.contacts-index-index .buttons-set {
  margin-left: 30px;
  max-width: 435px; }
  .contacts-index-index .buttons-set p.required {
    float: left; }
  @media only screen and (max-width: 599px) {
    .contacts-index-index .buttons-set {
      max-width: 330px;
      margin-left: 0; }
      .contacts-index-index .buttons-set button {
        float: left;
        margin-left: 0px; }
      .contacts-index-index .buttons-set p.required {
        float: right; } }

#contactForm:after {
  content: "";
  display: table;
  clear: both; }

#contactForm h2 {
  display: none; }

#contactForm .fieldset .legend + .required {
  margin: 0; }

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * PayPal
 * ============================================ */
@media only screen and (max-width: 870px) and (min-width: 771px) {
  .paypal-express-review .col2-set .col-1,
  .paypal-express-review .col2-set .col-2,
  .paypal-review-order .col2-set .col-1,
  .paypal-review-order .col2-set .col-2 {
    padding: 0px; } }

.paypal-express-review .info-set,
.paypal-review-order .info-set {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid white; }
  .paypal-express-review .info-set h2,
  .paypal-review-order .info-set h2 {
    margin-bottom: 0;
    border-bottom: 1px solid #eaeaea;
    padding: 0 0 20px; }
    .paypal-express-review .info-set h2 a,
    .paypal-review-order .info-set h2 a {
      font-size: 12px; }
  .paypal-express-review .info-set .box-title h3, .paypal-express-review .info-set .box-title form .legend, form .paypal-express-review .info-set .box-title .legend,
  .paypal-review-order .info-set .box-title h3,
  .paypal-review-order .info-set .box-title form .legend, form
  .paypal-review-order .info-set .box-title .legend {
    margin-top: 0; }
  .paypal-express-review .info-set .box-title a,
  .paypal-review-order .info-set .box-title a {
    font-size: 12px; }
  .paypal-express-review .info-set table,
  .paypal-review-order .info-set table {
    margin: 20px 0 0; }
    .paypal-express-review .info-set table th,
    .paypal-review-order .info-set table th {
      background: transparent;
      border-bottom: 2px solid #eaeaea; }
    .paypal-express-review .info-set table .product-name,
    .paypal-review-order .info-set table .product-name {
      font-size: 13px; }

.paypal-express-review fieldset,
.paypal-review-order fieldset {
  border: none;
  padding: 0; }

.paypal-express-review .buttons-set,
.paypal-review-order .buttons-set {
  margin-top: 0px;
  padding-top: 0px;
  border: 0; }
  .paypal-express-review .buttons-set button,
  .paypal-review-order .buttons-set button {
    margin-bottom: 10px; }

@media only screen and (max-width: 770px) {
  .paypal-express-review .col-1,
  .paypal-review-order .col-1 {
    padding-bottom: 0; }
  .paypal-express-review .field.inactive,
  .paypal-review-order .field.inactive {
    display: none; } }

.paypal-express-review .page-header-container,
.paypal-review-order .page-header-container {
  max-width: 860px;
  padding: 0; }
  .paypal-express-review .page-header-container .header-wrapper,
  .paypal-review-order .page-header-container .header-wrapper {
    padding: 30px 0; }
    .paypal-express-review .page-header-container .header-wrapper .logo,
    .paypal-review-order .page-header-container .header-wrapper .logo {
      float: none;
      width: 50%;
      margin: 0 auto; }

.paypal-express-review .home-top-wrapper .home-top-content ul.confidence,
.paypal-review-order .home-top-wrapper .home-top-content ul.confidence {
  max-width: 860px;
  margin: 1px auto 10px; }
  .paypal-express-review .home-top-wrapper .home-top-content ul.confidence li a br,
  .paypal-review-order .home-top-wrapper .home-top-content ul.confidence li a br {
    display: block; }

.paypal-express-review .footer,
.paypal-review-order .footer {
  display: none; }
  .paypal-express-review .footer.last,
  .paypal-review-order .footer.last {
    display: block; }

.paypal-express-review .bottom-footer .footer,
.paypal-review-order .bottom-footer .footer {
  display: block; }

.paypal-express-review .page-title,
.paypal-review-order .page-title {
  text-align: center; }

.paypal-express-review .main,
.paypal-review-order .main {
  padding: 10px;
  max-width: 860px; }
  @media only screen and (min-width: 479px) {
    .paypal-express-review .main,
    .paypal-review-order .main {
      padding: 30px; } }
  .paypal-express-review .main ul,
  .paypal-express-review .main dd,
  .paypal-review-order .main ul,
  .paypal-review-order .main dd {
    padding-left: 0;
    margin-left: 0; }
  .paypal-express-review .main .col-main,
  .paypal-review-order .main .col-main {
    width: auto;
    float: none; }

.bml-ad {
  display: none; }
  .bml-ad.small img {
    margin: auto;
    max-width: 100%; }

@media only screen and (max-width: 799px) {
  .bml-ad.small {
    display: block; } }

@media only screen and (min-width: 800px) {
  .bml-ad.large {
    display: block; } }

div.paypal-logo {
  text-align: center;
  margin: 15px 0;
  max-width: 100%; }
  div.paypal-logo span {
    display: block;
    width: 100%; }
    div.paypal-logo span a {
      display: inline-block;
      max-width: 100%; }
      div.paypal-logo span a img {
        max-width: 100%; }
  div.paypal-logo span > img {
    display: none; }

.checkout-types div.paypal-logo {
  text-align: right; }

.bml-checkout-type {
  list-style-type: none; }

/* ============================================ *
 * Review - Customer
 * ============================================ */
/* -------------------------------------------- *
 * Ratings
 */
.no-rating {
  margin: 5px 0 15px;
  float: left; }
  .no-rating a {
    padding: 0;
    text-decoration: underline; }
  @media only screen and (max-width: 479px) {
    .no-rating {
      clear: left;
      float: none; }
      .no-rating a {
        padding: 0;
        border-left: none; } }
  @media only screen and (max-width: 770px) {
    .no-rating {
      margin: 10px 0 10px; } }

.rating-links {
  float: left;
  white-space: nowrap; }
  .rating-links .separator {
    display: none; }
  .rating-links #link-review-form,
  .rating-links #link-customer-reviews {
    padding: 0 0 0 10px;
    border-left: 1px solid #e21f3c;
    text-decoration: underline; }
  .rating-links #link-customer-reviews {
    padding: 0 8px 0 10px; }
  @media only screen and (max-width: 479px) {
    .rating-links {
      float: none; }
      .rating-links #link-customer-reviews {
        padding: 0;
        border-left: none; } }

.catalog-product-view .product-shop .ratings .rating-box {
  float: left;
  margin: 7px 10px 0 0; }

.ratings {
  margin: 7px 0; }
  .ratings .rating-box,
  .ratings .rating-links {
    margin: 5px 0; }
  .ratings .rating-box {
    width: 65px;
    height: 13px;
    background-repeat: repeat-x;
    background-position: 0 -616px;
    overflow: hidden; }
  .ratings .rating-box .rating {
    float: left;
    height: 13px;
    background-repeat: repeat-x;
    background-position: 0 -600px; }
  .ratings .amount {
    display: block;
    margin: 5px auto; }
  .ratings .rating-links .separator {
    margin: 0 3px; }

#customer-reviews {
  width: 100%;
  margin: auto; }
  #customer-reviews .review-heading {
    border-top: 1px solid #eaeaea;
    padding: 10px 0 5px; }
    #customer-reviews .review-heading:after {
      content: "";
      display: table;
      clear: both; }
    #customer-reviews .review-heading .pager {
      clear: none;
      float: right;
      width: auto; }
      #customer-reviews .review-heading .pager .count-container .limiter {
        margin-bottom: 0; }
        #customer-reviews .review-heading .pager .count-container .limiter label {
          font-size: 10px; }
      #customer-reviews .review-heading .pager .amount {
        display: none; }
  #customer-reviews h2 {
    padding: 30px 0 0;
    margin: 10px 0 0; }
    #customer-reviews h2 span {
      display: none; }
  #customer-reviews .fieldset {
    padding-top: 20px;
    width: 470px; }
    #customer-reviews .fieldset h4, #customer-reviews .fieldset .block-progress dt, .block-progress #customer-reviews .fieldset dt {
      font-weight: 300;
      padding-bottom: 5px;
      margin: 0; }
      #customer-reviews .fieldset h4 em, #customer-reviews .fieldset .block-progress dt em, .block-progress #customer-reviews .fieldset dt em {
        display: none; }
    #customer-reviews .fieldset .form-list {
      font-size: 13px;
      font-weight: 400;
      margin: 10px 0;
      width: 470px; }
      #customer-reviews .fieldset .form-list .inline-label:after {
        content: "";
        display: table;
        clear: both; }
      #customer-reviews .fieldset .form-list label {
        font-size: 13px;
        font-weight: normal; }
      #customer-reviews .fieldset .form-list textarea {
        border: 1px solid #eaeaea;
        border-radius: 0;
        min-width: 100%;
        -webkit-appearance: none; }
      #customer-reviews .fieldset .form-list input {
        border: 1px solid #eaeaea;
        border-radius: 0; }
        #customer-reviews .fieldset .form-list input[type="text"] {
          width: 100%;
          max-width: 100%; }
  #customer-reviews .buttons-set {
    border: none;
    margin: 0;
    width: 470px; }
  #customer-reviews dl {
    font-weight: 400;
    margin-bottom: 10px; }
    #customer-reviews dl dt {
      margin: 10px 0;
      font-size: 16px; }
    #customer-reviews dl dd {
      margin: 10px 0 20px; }
      #customer-reviews dl dd .ratings-table {
        font-size: 13px;
        width: 100%; }
        #customer-reviews dl dd .ratings-table tr {
          float: left;
          margin-right: 15px; }
      #customer-reviews dl dd table {
        margin: 25px 0 10px; }
      #customer-reviews dl dd .review-meta {
        font-size: 10px;
        font-weight: normal; }
  #customer-reviews .form-add {
    margin-bottom: 30px; }

.review-summary-table {
  margin: 0 0 30px; }
  .review-summary-table thead {
    background: transparent; }
    .review-summary-table thead th {
      background: transparent;
      border: none;
      padding: 15px 7px 10px 8px;
      font-weight: 400; }
  .review-summary-table tbody th {
    background: #FFFFFF;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    padding-left: 0; }
  .review-summary-table tbody td {
    border: none;
    padding: 0; }
    .review-summary-table tbody td label {
      width: 100%;
      display: block;
      padding: 11px 0;
      text-align: center; }
  .review-summary-table .rating-box .rating-number {
    display: none; }
    .review-summary-table .rating-box .rating-number:after {
      content: "";
      display: inline-block;
      background-position: 0px -599px;
      width: 13px;
      height: 15px;
      margin-left: 5px;
      position: relative;
      top: 2px; }

/* ============================================ *
 * Ratings - Global
 * ============================================ */
.ratings-table {
  font-size: 13px; }
  .ratings-table th {
    padding-right: 10px;
    font-weight: 400;
    text-align: left; }
  .ratings-table .rating-box {
    background-position: 0 -616px;
    background-repeat: repeat-x;
    height: 13px;
    overflow: hidden;
    text-indent: -9999px;
    width: 65px; }
    .ratings-table .rating-box .rating {
      background-position: 0 -600px;
      background-repeat: repeat-x;
      float: left;
      height: 13px;
      text-indent: -9999px; }

@media only screen and (max-width: 770px) {
  body.review-product-list .product-view .product-shop .price-info {
    padding-left: 0; }
  body.review-product-list .product-view .product-shop .extra-info {
    padding: 0;
    min-width: 84%; }
    body.review-product-list .product-view .product-shop .extra-info .ratings-table {
      margin: 10px 0;
      width: 100%; }
      body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
        float: left;
        margin-right: 15px; } }

@media only screen and (max-width: 535px) {
  body.review-product-list .product-view .product-shop .extra-info {
    min-width: 0; }
    body.review-product-list .product-view .product-shop .extra-info .ratings-table tr {
      float: none;
      margin-right: 0; } }

@media only screen and (max-width: 520px) {
  #customer-reviews .fieldset {
    width: 100%; }
    #customer-reviews .fieldset .form-list {
      width: 100%; }
      #customer-reviews .fieldset .form-list .inline-label label,
      #customer-reviews .fieldset .form-list .inline-label .input-box {
        float: none; }
  #customer-reviews .buttons-set {
    width: 100%; }
  #customer-reviews .review-summary-table thead th {
    padding-left: 0px;
    padding-right: 0px; }
  #customer-reviews .review-summary-table tbody th {
    padding-left: 0px;
    padding-right: 0px; }
  #customer-reviews .review-summary-table tbody td {
    width: 20%;
    padding: 0px; }
  #customer-reviews .review-summary-table .rating-box {
    text-indent: 0px;
    background: none;
    height: 21px;
    width: 100%; }
    #customer-reviews .review-summary-table .rating-box .rating {
      display: none; }
    #customer-reviews .review-summary-table .rating-box .rating-number {
      display: inline-block; } }

@media only screen and (max-width: 450px) {
  #customer-reviews dl dd .ratings-table tr {
    float: none; } }

/* ============================================ *
 * Review View Page
 * ============================================ */
.review-product-view .product-review .product-details h2 {
  border-bottom: none; }

.review-product-view .product-review .product-img-box {
  width: auto;
  max-width: 50%; }
  .review-product-view .product-review .product-img-box > a {
    width: 100%; }
  .review-product-view .product-review .product-img-box .product-image {
    width: 100%; }

@media only screen and (max-width: 770px) {
  .review-product-view .product-review .product-img-box {
    max-width: 100%; } }

#review-form h5 {
  padding-bottom: 30px;
  border-bottom: 5px solid #e5e5e5;
  margin-top: 5px; }

/* ============================================ *
 * Wishlist
 * ============================================ */
#wishlist-table th {
  text-align: center; }

#wishlist-table.clean-table {
  font-size: 13px;
  width: 100%; }
  #wishlist-table.clean-table th {
    border-bottom: 1px solid #b7b7b7; }
  #wishlist-table.clean-table td {
    padding: 15px;
    vertical-align: top; }
  #wishlist-table.clean-table thead th {
    font-weight: 400;
    font-size: 13px; }

#wishlist-table .product-name {
  font-size: 17px;
  margin-bottom: 0; }
  #wishlist-table .product-name a {
    color: #636363; }

#wishlist-table .wishlist-sku {
  font-size: 11px;
  margin: 5px 0; }

#wishlist-table textarea {
  border: 1px solid #000000;
  width: 100%;
  height: 45px;
  font-size: 11px; }
  #wishlist-table textarea:focus {
    border: 1px solid #000000; }

#wishlist-table .item-manage {
  text-align: right;
  max-width: 450px;
  padding-top: 5px; }
  #wishlist-table .item-manage .button, #wishlist-table .item-manage .aw-blog-read-more {
    font-size: 11px;
    padding: 5px 15px; }

#wishlist-table .cart-cell {
  text-align: center; }

#wishlist-table td.customer-wishlist-item-image {
  width: 113px; }

#wishlist-table td.customer-wishlist-item-quantity {
  width: 3em; }

#wishlist-table td.customer-wishlist-item-price {
  width: 120px;
  text-align: center; }

#wishlist-table td.customer-wishlist-item-cart {
  width: 150px; }
  #wishlist-table td.customer-wishlist-item-cart .button, #wishlist-table td.customer-wishlist-item-cart .aw-blog-read-more {
    font-size: 13px;
    margin-bottom: 10px;
    padding: 3px 5px;
    width: 100%; }
  #wishlist-table td.customer-wishlist-item-cart .truncated {
    margin-bottom: 10px; }
  #wishlist-table td.customer-wishlist-item-cart > p {
    margin-bottom: 0; }
  #wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
    text-align: center; }
  #wishlist-table td.customer-wishlist-item-cart .btn-remove {
    vertical-align: top; }

#wishlist-table td.customer-wishlist-item-remove {
  width: 20px; }

#wishlist-table .price-box {
  font-size: 13px; }
  #wishlist-table .price-box .price {
    color: #b7b7b7; }

#wishlist-table .giftregisty-add {
  margin-top: 5px; }
  #wishlist-table .giftregisty-add .change {
    display: none; }
  #wishlist-table .giftregisty-add li {
    cursor: pointer;
    color: #000000;
    margin-bottom: 3px; }

#wishlist-table .truncated .details {
  background: none;
  color: #000000; }

@media only screen and (max-width: 1199px) {
  #wishlist-table.clean-table td {
    padding-left: 10px;
    padding-right: 10px; } }

@media only screen and (max-width: 979px) {
  #wishlist-table.clean-table td {
    padding-left: 5px;
    padding-right: 5px; }
    #wishlist-table.clean-table td textarea {
      height: 100px; }
    #wishlist-table.clean-table td.customer-wishlist-item-cart {
      width: 110px; }
  #wishlist-table .product-name {
    font-size: 14px; } }

@media only screen and (max-width: 770px) {
  #wishlist-table:after {
    content: "";
    display: table;
    clear: both; }
  #wishlist-table .product-name {
    font-size: 17px; }
  #wishlist-table textarea {
    height: 68px;
    max-width: 100%; }
  #wishlist-table .item-manage {
    max-width: 100%; }
  #wishlist-table tr {
    position: relative; }
    #wishlist-table tr:after {
      content: "";
      display: table;
      clear: both; }
  #wishlist-table td.customer-wishlist-item-image {
    width: 70px; }
    #wishlist-table td.customer-wishlist-item-image img {
      width: 70px;
      height: 70px; }
  #wishlist-table td.customer-wishlist-item-cart p {
    margin-bottom: 0; }
  #wishlist-table td.customer-wishlist-item-cart .remove-whishlist-item {
    margin-right: 0;
    padding-top: 4px; }
  #wishlist-table td.customer-wishlist-item-cart {
    padding-right: 15px; } }

@media only screen and (max-width: 599px) {
  #wishlist-table td.customer-wishlist-item-quantity {
    padding-left: 0; }
  #wishlist-table td.customer-wishlist-item-image,
  #wishlist-table th.customer-wishlist-item-image {
    display: none; } }

@media only screen and (max-width: 479px) {
  #wishlist-table tr {
    position: relative; }
  #wishlist-table th.customer-wishlist-item-image {
    display: block; }
  #wishlist-table td.customer-wishlist-item-image, #wishlist-table td.customer-wishlist-item-info, #wishlist-table td.customer-wishlist-item-quantity, #wishlist-table td.customer-wishlist-item-price, #wishlist-table td.customer-wishlist-item-cart {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    empty-cells: hide; }
  #wishlist-table td.customer-wishlist-item-image {
    display: block;
    overflow: hidden; }
    #wishlist-table td.customer-wishlist-item-image a {
      float: left; }
      #wishlist-table td.customer-wishlist-item-image a img {
        width: 113px;
        height: 113px; }
  #wishlist-table td.customer-wishlist-item-quantity, #wishlist-table td.customer-wishlist-item-price {
    text-align: left; }
    #wishlist-table td.customer-wishlist-item-quantity:before, #wishlist-table td.customer-wishlist-item-price:before {
      float: left;
      margin-right: 15px; }
    #wishlist-table td.customer-wishlist-item-quantity .cart-cell, #wishlist-table td.customer-wishlist-item-price .cart-cell {
      text-align: left; }
    #wishlist-table td.customer-wishlist-item-quantity .price-box, #wishlist-table td.customer-wishlist-item-price .price-box {
      margin-top: 0; }
  #wishlist-table td.customer-wishlist-item-cart .cart-cell {
    float: left;
    width: 48%; }
  #wishlist-table td.customer-wishlist-item-cart > p {
    float: right;
    width: 48%; }
  #wishlist-table td.customer-wishlist-item-remove {
    position: absolute;
    top: 15px;
    right: 0px;
    display: block;
    padding: 0px;
    height: 20px; }
  #wishlist-table.clean-table td.customer-wishlist-item-cart {
    width: 100%; } }

/* ============================================ *
 * Wishlist Sidebar
 * ============================================ */
.block-wishlist .mini-products-list > li:not(:last-child) {
  padding-bottom: 5px; }

.block-wishlist .product-details .product-name {
  padding-top: 0;
  margin-bottom: 5px; }

.block-wishlist .price-box {
  float: left;
  margin: 0; }

.block-wishlist .price-box,
.block-wishlist .price-box .price,
.block-wishlist .link-cart {
  font-size: 13px; }

.block-wishlist .link-cart {
  float: left;
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid white; }

.my-wishlist .buttons-set .btn-add {
  float: right;
  margin-left: 5px; }

/* ============================================ *
 * Checkout - Mini cart
 * ============================================ */
/* ============================================ *
 * Checkout - Mini cart
 * ============================================ */
#header-cart {
  border: 1px solid #000000;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.35);
  display: block;
  z-index: 999; }
  @media only screen and (max-width: 770px) {
    #header-cart {
      top: calc(100% + 8px);
      position: absolute;
      max-width: 300px;
      width: 300px;
      z-index: 999; }
      #header-cart:before {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        border-bottom: 6px solid #ffffff;
        border-top: none;
        top: -6px;
        right: 75px;
        z-index: 2; }
      #header-cart:after {
        content: '';
        position: absolute;
        width: 0;
        height: 0;
        display: block;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        border-bottom: 6px solid #000000;
        border-top: none;
        top: -7px;
        right: 75px;
        z-index: 1; } }
  #header-cart .minicart-message {
    display: block;
    padding: 10px;
    background: #ffffff;
    position: relative;
    z-index: 9; }
  #header-cart .minicart-wrapper {
    clear: both;
    position: relative;
    background: #ffffff;
    padding: 4%; }
    #header-cart .minicart-wrapper:before, #header-cart .minicart-wrapper:after {
      content: '';
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      display: none; }
    #header-cart .minicart-wrapper:before {
      background-color: white;
      opacity: 0.8;
      z-index: 2; }
    #header-cart .minicart-wrapper:after {
      background-image: url("https://www.bigclothing4u.co.uk/skin/frontend/bigclothing4u/default/images/opc-ajax-loader.gif");
      background-repeat: no-repeat;
      background-position: center;
      z-index: 3; }
    #header-cart .minicart-wrapper.loading {
      position: relative; }
      #header-cart .minicart-wrapper.loading:before, #header-cart .minicart-wrapper.loading:after {
        display: block; }
  #header-cart .block-subtitle {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    text-align: left;
    margin: 0 0 10px;
    padding: 0; }
  #header-cart .skip-link-close {
    border-radius: 50%;
    top: -8px;
    right: -8px;
    z-index: 5;
    width: 20px;
    height: 20px;
    background: #e21f3c;
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    position: absolute;
    border: 2px solid #ffffff;
    line-height: 0.9;
    padding: 0 2px; }
  #header-cart p.empty {
    margin: -1px 0 15px;
    background: #ffffff; }
  #header-cart .mini-products-list {
    padding-top: 0px; }
    #header-cart .mini-products-list li {
      padding: 0 0 5px;
      border-bottom: 1px solid #DDDDDD; }
      #header-cart .mini-products-list li:last-child {
        border: none; }
      #header-cart .mini-products-list li .product-image {
        min-width: 70px;
        width: 20%;
        max-width: 110px; }
        @media only screen and (min-width: 770px) {
          #header-cart .mini-products-list li .product-image {
            float: left; } }
        #header-cart .mini-products-list li .product-image img {
          width: 100%;
          height: auto; }
      #header-cart .mini-products-list li .product-details {
        position: relative;
        float: left;
        margin: 0 0 0 10px;
        width: 63%; }
  #header-cart .product-details {
    margin-left: 120px;
    text-align: left; }
    #header-cart .product-details:after {
      content: "";
      display: table;
      clear: both; }
    #header-cart .product-details .product-name {
      padding-top: 0px;
      font-weight: 400;
      font-size: 13px;
      margin: 0 0 5px;
      text-align: left;
      line-height: 1.3;
      text-transform: uppercase; }
      #header-cart .product-details .product-name a {
        color: #000000; }
  #header-cart .info-wrapper {
    margin-bottom: 0.5em; }
    #header-cart .info-wrapper th {
      padding-right: 10px;
      font-weight: 400; }
    #header-cart .info-wrapper td {
      color: #000000;
      clear: right; }
      #header-cart .info-wrapper td .price {
        font-weight: 400; }
    #header-cart .info-wrapper .qty-wrapper td {
      height: 33px;
      line-height: 33px; }
    #header-cart .info-wrapper .qty {
      padding-left: 4px;
      padding-right: 4px;
      margin-right: 2px;
      width: 30px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border-radius: 0;
      border: 1px solid #000000; }
    #header-cart .info-wrapper .quantity-button {
      opacity: 0;
      transition-property: opacity;
      transition-duration: 100ms; }
      #header-cart .info-wrapper .quantity-button[disabled] {
        cursor: default; }
      #header-cart .info-wrapper .quantity-button.visible {
        opacity: 1; }
  #header-cart .block-content:after {
    content: "";
    display: table;
    clear: both; }
  #header-cart .subtotal {
    text-align: right;
    line-height: 2em; }
    #header-cart .subtotal .label {
      margin: 0 10px 0 0;
      font-weight: 300;
      font-size: 16px; }
    #header-cart .subtotal .price {
      font-weight: 400;
      font-size: 20px; }
  #header-cart .minicart-actions {
    margin-top: 0px;
    overflow: hidden;
    position: relative;
    text-align: right;
    text-transform: uppercase;
    text-align: center; }
    #header-cart .minicart-actions a {
      margin: 0 0 15px;
      display: inline-block; }
      #header-cart .minicart-actions a.button, #header-cart .minicart-actions a.aw-blog-read-more {
        font-size: 20px; }
    #header-cart .minicart-actions p {
      margin-bottom: 0; }
      #header-cart .minicart-actions p .skip-link {
        width: 100%;
        padding: 10px;
        text-decoration: underline; }
    #header-cart .minicart-actions .paypal-logo .paypal-or {
      line-height: 1.6; }
  #header-cart #minicart-error-message {
    text-align: left;
    color: red;
    display: none; }
  #header-cart #minicart-success-message {
    text-align: center;
    color: green;
    display: none; }
  #header-cart .jcarousel-control-prev,
  #header-cart .jcarousel-control-next {
    display: none; }
  #header-cart .slider-next,
  #header-cart .slider-prev {
    top: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    position: static;
    width: 100%;
    height: 20px; }
    #header-cart .slider-next .bx-next,
    #header-cart .slider-next .bx-prev,
    #header-cart .slider-prev .bx-next,
    #header-cart .slider-prev .bx-prev {
      position: static;
      border-radius: 0;
      border: none;
      height: 20px;
      width: 100%;
      background: #e5e5e5;
      font-size: 0;
      margin: 10px 0 10px; }
      #header-cart .slider-next .bx-next:before,
      #header-cart .slider-next .bx-prev:before,
      #header-cart .slider-prev .bx-next:before,
      #header-cart .slider-prev .bx-prev:before {
        position: absolute;
        height: 10px;
        width: 12px;
        background-size: 130px 52px;
        background-position: -59px -30px;
        margin: auto; }
      #header-cart .slider-next .bx-next:before,
      #header-cart .slider-next .bx-prev:before,
      #header-cart .slider-prev .bx-next:before,
      #header-cart .slider-prev .bx-prev:before {
        background-image: url(https://www.bigclothing4u.co.uk/skin/frontend/bigclothing4u/default/images/icons/arrows.svg); }
    #header-cart .slider-next .bx-prev:before,
    #header-cart .slider-prev .bx-prev:before {
      background-position: -59px -43px; }

.header-minicart.skip-active .block-cart,
.block-cart.skip-active {
  display: block; }

@media only screen and (min-width: 770px) {
  #header-cart {
    position: absolute;
    top: 55px;
    z-index: 999;
    width: 290px;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.35);
    padding: 0; }
    #header-cart:before {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      display: block;
      border-right: 6px solid transparent;
      border-left: 6px solid transparent;
      border-bottom: 6px solid #000000;
      border-top: none;
      top: -7px;
      right: 26px;
      z-index: 1; }
    #header-cart:after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      display: block;
      border-right: 6px solid transparent;
      border-left: 6px solid transparent;
      border-bottom: 6px solid #ffffff;
      border-top: none;
      top: -6px;
      right: 26px;
      z-index: 2; }
    #header-cart .minicart-wrapper {
      z-index: 2;
      background: white;
      padding: 20px;
      position: relative; } }

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Search - Auto Suggest
 * ============================================ */
.search-autocomplete {
  left: 0 !important;
  overflow: visible !important;
  position: relative !important;
  top: 15px !important;
  width: 100% !important;
  z-index: 200; }
  .search-autocomplete ul {
    border-radius: 2px;
    background-color: #FFFFFF;
    border: 1px solid #000000;
    left: 0;
    padding-left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
    .search-autocomplete ul li {
      border-bottom: 1px solid #e5e5e5;
      color: #636363;
      cursor: pointer;
      font-size: 13px;
      padding: 4px 6px;
      text-align: left; }
      .search-autocomplete ul li:hover {
        color: #565656; }
      .search-autocomplete ul li.selected {
        background-color: #000000;
        color: white; }
      .search-autocomplete ul li .amount {
        float: right;
        font-weight: bold; }
      .search-autocomplete ul li:last-child {
        border-bottom: none; }
  .search-autocomplete:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #000000;
    border-top: none;
    left: 50%;
    top: -7px; }

/* ============================================ *
 * Search - Advanced
 * ============================================ */
.advanced-search {
  background: #e5e5e5;
  border: 1px solid white;
  padding: 30px; }
  .advanced-search select.multiselect option {
    border-bottom: 1px solid white;
    padding: 2px 5px; }

@media only screen and (max-width: 479px) {
  .advanced-search {
    padding: 15px; } }

/* ============================================ *
 * Account - Reviews
 * ============================================ */
@media only screen and (min-width: 600px) {
  .review-customer-view .product-review .product-img-box {
    width: 50%;
    float: left; } }

.review-customer-view .product-review .product-img-box .product-image {
  width: 100%; }

.review-customer-view .product-review .product-img-box p.label {
  margin-top: 20px;
  padding-bottom: 10px;
  float: left;
  margin-bottom: 0; }

.review-customer-view .product-review .product-img-box .rating-box {
  margin: 15px 0;
  clear: left; }

@media only screen and (min-width: 600px) {
  .review-customer-view .product-review .product-details {
    width: 50%;
    float: left; } }

.review-customer-view .product-review .product-details h2 {
  font-size: 17px;
  font-weight: 300;
  padding-bottom: 10px; }

.review-customer-view .product-review .ratings-table th {
  padding-right: 10px; }

.review-customer-view .product-review .ratings-table tr {
  float: left;
  font-size: 13px;
  margin-right: 10px; }

.review-customer-view .product-review .ratings-description dt {
  border-bottom: 1px solid #eaeaea;
  font-size: 17px;
  font-weight: 400;
  margin-top: 20px;
  padding: 10px 0; }

.review-customer-view .product-review .ratings-description dd {
  color: #737373;
  font-size: 14px; }

@media only screen and (min-width: 771px) {
  .review-customer-view .product-review .ratings-table tr {
    float: none; } }

@media only screen and (min-width: 1126px) {
  .review-customer-view .product-review .ratings-table tr {
    float: left;
    margin-right: 15px; } }

@media only screen and (max-width: 320px) {
  .review-customer-view .product-review .ratings-table tr {
    float: none; } }

.review-customer-view #my-reviews-table h2 {
  margin: 0;
  font-size: 14px; }

.review-customer-index #my-reviews-table h2 {
  margin: 0;
  font-size: 14px; }

/* ============================================ *
 * CMS Pages
 * ============================================ */
/* -------------------------------------------- *
 * Standard Formatted Text Block
 */
.std .note {
  color: #b7b7b7;
  font-size: 14px; }

.std ol,
.std ul {
  list-style-position: outside;
  padding-left: 22px; }

blockquote,
.lead {
  font-size: 18px; }

blockquote {
  padding: 10px;
  margin: 0 0 20px;
  text-align: center; }
  @media only screen and (min-width: 479px) {
    blockquote {
      padding: 40px; } }
  blockquote h2 {
    font-size: 26.4px;
    margin: 0; }
  blockquote h3, blockquote form .legend, form blockquote .legend {
    font-size: 17px;
    margin-top: 0; }
  blockquote p {
    padding: 20px 0;
    margin: 0 0 15px;
    font-size: 15px;
    line-height: 1.3;
    position: relative; }
    blockquote p:before, blockquote p:after {
      content: "";
      display: block;
      position: absolute;
      height: 5px;
      width: 110px;
      background: #e5e5e5;
      left: 50%;
      margin-left: -50px; }
    blockquote p:before {
      top: 0; }
    blockquote p:after {
      bottom: 0; }
  blockquote footer {
    font-size: 13px;
    text-transform: uppercase; }

.cms-page-view .page-title h1,
.cms-page-view .page-title h3,
.cms-page-view .page-title form .legend, form
.cms-page-view .page-title .legend,
.cms-page-view .page-head h1,
.cms-page-view .page-head h3,
.cms-page-view .page-head form .legend, form
.cms-page-view .page-head .legend,
.cms-no-route .page-title h1,
.cms-no-route .page-title h3,
.cms-no-route .page-title form .legend, form
.cms-no-route .page-title .legend,
.cms-no-route .page-head h1,
.cms-no-route .page-head h3,
.cms-no-route .page-head form .legend, form
.cms-no-route .page-head .legend {
  border: none; }

.cms-page-view .std img,
.cms-no-route .std img {
  max-width: 100%;
  height: auto; }

.cms-page-view .std p,
.cms-no-route .std p {
  color: #000000;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }

.cms-page-view .std h1,
.cms-no-route .std h1 {
  color: #000000; }

.cms-page-view .std h2,
.cms-no-route .std h2 {
  color: #000000; }

.cms-page-view .col-left:after,
.cms-no-route .col-left:after {
  content: "";
  display: table;
  clear: both; }

.cms-no-route .std img {
  width: 100%; }

.cms-page-view .std .messages,
.cms-home .std .messages,
.cms-no-route .std .messages {
  margin-bottom: 10px; }
  .cms-page-view .std .messages ul,
  .cms-home .std .messages ul,
  .cms-no-route .std .messages ul {
    margin-bottom: 0; }
  .cms-page-view .std .messages li,
  .cms-home .std .messages li,
  .cms-no-route .std .messages li {
    list-style: none;
    margin-left: 0;
    font-style: normal;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }

#accordion .toggle-tabs {
  display: none; }

#accordion > dl {
  border-top: 1px solid #b7b7b7; }
  @media only screen and (min-width: 771px) {
    #accordion > dl {
      border-top: none; } }
  #accordion > dl > dt {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: relative;
    display: block;
    font-weight: 700; }
    #accordion > dl > dt:after {
      content: '';
      position: absolute;
      width: 9px;
      height: 9px;
      display: block;
      top: 50%;
      left: 4px;
      margin-top: -5px;
      background: url(https://www.bigclothing4u.co.uk/skin/frontend/bigclothing4u/default/images/icons/right-arrow.svg) 0 0 no-repeat;
      background-size: 9px 9px; }
  #accordion > dl > dd {
    margin: 0; }

#accordion li {
  position: relative;
  overflow: hidden; }
  #accordion li .plusimage h2 {
    margin-right: 10px; }

.page-sitemap .links {
  display: block;
  text-align: right;
  margin: 0 20px 0 0; }
  .page-sitemap .links a {
    position: relative; }

.page-sitemap .sitemap {
  padding: 0 20px;
  margin: 15px 0;
  font-size: 13px; }
  .page-sitemap .sitemap li {
    margin: 3px 0; }

/* ============================================ *
 * Pricing Conditions
 * ============================================ */
.price-box.map-info .old-price {
  display: none; }

.price-box .minimal-price-link .label {
  font-size: 13px; }

/* ============================================ *
 * Cookies
 * ============================================ */
.notice-cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 5px 10px 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99; }
  .notice-cookie .notice-inner {
    padding-bottom: 0;
    max-width: 1260px;
    margin: 0 auto;
    display: block; }
    .notice-cookie .notice-inner:after {
      content: "";
      display: table;
      clear: both; }
  .notice-cookie .notice-text {
    float: left;
    max-width: 90%;
    padding-top: 4px;
    text-align: left; }
    .notice-cookie .notice-text p {
      padding-bottom: 14.5px;
      line-height: 1.3;
      margin: 0;
      color: #ffffff; }
    .notice-cookie .notice-text a {
      color: #ffffff;
      text-decoration: underline; }
  .notice-cookie .actions {
    float: left;
    text-align: right;
    padding-bottom: 14.5px; }

/* -------------------------------------------- *
 * Toolbar
 */
.toolbar {
  margin: 0 0 6px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .toolbar:after {
    content: "";
    display: table;
    clear: both; }

.pager-no-toolbar {
  margin-bottom: 10px; }

.pager-no-toolbar ~ .pager-no-toolbar {
  margin-top: 10px; }

.toolbar,
.pager {
  color: #333333;
  line-height: 30px;
  font-size: 13px; }

.toolbar label,
.pager-no-toolbar label {
  font-weight: 300;
  font-size: 14px; }

.sorter {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 5px; }
  .sorter label {
    float: left;
    margin-right: 5px; }
    .sorter label:after {
      content: ':'; }

.sorter > .sort-by {
  float: left;
  margin-right: 5px;
  height: 20px;
  line-height: 20px; }
  .sorter > .sort-by .sort-by-switcher {
    width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    text-indent: -9999px; }
  .sorter > .sort-by .sort-by-switcher--asc {
    background: #e5e2df; }
    .sorter > .sort-by .sort-by-switcher--asc:before {
      content: '';
      display: block;
      position: absolute;
      height: 7px;
      width: 9px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background: url(https://www.bigclothing4u.co.uk/skin/frontend/bigclothing4u/default/images/icons/up-arrow.svg) 0 0 no-repeat; }
    .sorter > .sort-by .sort-by-switcher--asc:hover:before {
      background: url(https://www.bigclothing4u.co.uk/skin/frontend/bigclothing4u/default/images/icons/up-arrow-white.svg) 0 0 no-repeat; }
    .sorter > .sort-by .sort-by-switcher--asc:hover {
      background: #000000; }
  .sorter > .sort-by .sort-by-switcher--desc {
    background: #e5e2df; }
    .sorter > .sort-by .sort-by-switcher--desc:before {
      content: '';
      display: block;
      position: absolute;
      height: 7px;
      width: 9px;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      background: url(https://www.bigclothing4u.co.uk/skin/frontend/bigclothing4u/default/images/icons/down-arrow.svg) 0 0 no-repeat; }
    .sorter > .sort-by .sort-by-switcher--desc:hover:before {
      background: url(https://www.bigclothing4u.co.uk/skin/frontend/bigclothing4u/default/images/icons/down-arrow-white.svg) 0 0 no-repeat; }
    .sorter > .sort-by .sort-by-switcher--desc:hover {
      background: #000000; }

.sorter > .view-mode {
  float: right;
  display: none; }
  .sorter > .view-mode .grid,
  .sorter > .view-mode .list {
    float: left;
    width: 30px;
    height: 30px; }
  .sorter > .view-mode .grid {
    margin-right: 5px;
    background-position: 8px -492px; }
  .sorter > .view-mode strong.grid,
  .sorter > .view-mode a.grid:hover {
    background-position: -42px -492px; }
  .sorter > .view-mode .list {
    background-position: 11px -517px; }
  .sorter > .view-mode strong.list,
  .sorter > .view-mode a.list:hover {
    background-position: -39px -517px; }

.pager {
  overflow: hidden;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .pager > .count-container {
    float: right; }
  .pager .amount {
    float: left;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    white-space: nowrap;
    margin: 0 15px 0 0; }
    .pager .amount strong {
      font-weight: 300; }
  .pager .limiter {
    float: left;
    height: 20px; }
    .pager .limiter > label {
      padding-right: 5px;
      font-weight: 300;
      font-size: 14px; }
      .pager .limiter > label:after {
        content: ':'; }
  .pager .amount,
  .pager .limiter,
  .pager .pages {
    margin-bottom: 5px;
    line-height: 20px; }

.pages {
  overflow: hidden; }
  .pages strong {
    display: none; }
  .pages ol {
    margin: 0;
    padding: 0; }

.pages li {
  float: left;
  margin: 0 5px 0 0; }

.pages a,
.pages .current {
  display: block;
  border: 0;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 20px;
  width: 20px;
  height: 20px;
  padding: 0;
  color: #000000; }

.pages .current,
.pages .current:hover {
  width: 20px;
  cursor: default;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.4); }

.pages .next,
.pages .previous {
  text-shadow: none;
  background-color: transparent;
  border: 2px solid #e21f3c;
  position: relative;
  width: auto;
  line-height: 17px; }
  .pages .next:hover,
  .pages .previous:hover {
    border-color: #000000; }

.pages .next {
  padding: 0 15px 0 5px; }
  .pages .next:before {
    content: '';
    display: block;
    position: absolute;
    height: 10px;
    width: 7px;
    top: calc(50% + 1px);
    right: 5px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: url(https://www.bigclothing4u.co.uk/skin/frontend/bigclothing4u/default/images/icons/right-arrow.svg) 0 0 no-repeat; }

.pages .previous {
  padding: 0 5px 0 15px; }
  .pages .previous:before {
    content: '';
    display: block;
    position: absolute;
    height: 10px;
    width: 7px;
    top: calc(50% + 1px);
    left: 5px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background: url(https://www.bigclothing4u.co.uk/skin/frontend/bigclothing4u/default/images/icons/left-arrow.svg) 0 0 no-repeat; }

@media only screen and (max-width: 479px) {
  .pager .amount--has-pages {
    display: none; }
  .pages {
    float: left; }
  .limiter label {
    display: none; } }

@media only screen and (max-width: 770px) {
  .col1-layout .sorter,
  .col1-layout .pager {
    width: 100%; }
  .col1-layout .pager {
    float: left;
    clear: both; }
    .col1-layout .pager .pages {
      float: left;
      margin-left: 0; }
    .col1-layout .pager .count-container {
      float: right; } }

@media only screen and (max-width: 599px) {
  .col2-left-layout .sorter,
  .col2-left-layout .pager,
  .col2-right-layout .sorter,
  .col2-right-layout .pager,
  .col3-layout .sorter,
  .col3-layout .pager {
    width: 100%; }
  .col2-left-layout .pager,
  .col2-right-layout .pager,
  .col3-layout .pager {
    float: left;
    clear: both; }
    .col2-left-layout .pager .pages,
    .col2-right-layout .pager .pages,
    .col3-layout .pager .pages {
      float: left;
      margin-left: 0; }
    .col2-left-layout .pager .count-container,
    .col2-right-layout .pager .count-container,
    .col3-layout .pager .count-container {
      float: right; } }

@media only screen and (max-width: 1279px) {
  .toolbar .view-mode > label {
    display: none; } }

.breadcrumbs {
  overflow: hidden;
  margin: 0px 0 20px;
  padding: 0 0 7px;
  border-bottom: 1px solid #000000; }
  .breadcrumbs ul li {
    margin: 0 5px 0 0;
    padding: 0 10px 0 0;
    position: relative;
    font-size: 12px; }
    .breadcrumbs ul li a {
      padding: 0 10px 0 0;
      color: #000000; }
      .breadcrumbs ul li a:after {
        background: url(https://www.bigclothing4u.co.uk/skin/frontend/bigclothing4u/default/images/icons/right-arrow.svg) 0 0 no-repeat;
        position: absolute;
        height: 9px;
        width: 7px;
        display: block;
        content: '';
        right: 2px;
        top: 4px;
        z-index: 1;
        opacity: 0.6; }
  .breadcrumbs strong {
    font-weight: normal;
    color: #000000; }
  .breadcrumbs span {
    display: none;
    padding: 0 5px; }
  @media only screen and (max-width: 770px) {
    .breadcrumbs {
      display: none; } }

.box-up-sell,
.block-viewed {
  clear: both;
  width: 100%;
  margin: 30px 0 0;
  display: inline-block;
  padding: 20px 0 0; }
  .box-up-sell:after,
  .block-viewed:after {
    content: "";
    display: table;
    clear: both; }
  .box-up-sell .block-content,
  .block-viewed .block-content {
    position: relative; }
  .box-up-sell .mini-products-list:after,
  .block-viewed .mini-products-list:after {
    content: "";
    display: table;
    clear: both; }
  .box-up-sell .mini-products-list li,
  .block-viewed .mini-products-list li {
    padding: 0;
    width: 49%;
    display: inline-block;
    float: left;
    margin-left: 0;
    margin-right: 2%;
    text-align: center;
    clear: none;
    border: 1px solid #eaeaea; }
    .box-up-sell .mini-products-list li:nth-child(2n + 2),
    .block-viewed .mini-products-list li:nth-child(2n + 2) {
      margin-right: 0; }
    .box-up-sell .mini-products-list li .product-image,
    .block-viewed .mini-products-list li .product-image {
      float: none; }
      .box-up-sell .mini-products-list li .product-image img,
      .block-viewed .mini-products-list li .product-image img {
        margin: 0 auto;
        width: 100%;
        height: auto;
        display: block; }
    .box-up-sell .mini-products-list li .product-details,
    .block-viewed .mini-products-list li .product-details {
      display: none; }

@media only screen and (min-width: 479px) {
  .block-viewed {
    padding-bottom: 40px; }
    .block-viewed .mini-products-list li {
      width: 31.28834%;
      margin-right: 3.06748%; }
      .block-viewed .mini-products-list li:nth-child(2n + 2) {
        margin-right: 3.06748%; }
      .block-viewed .mini-products-list li:nth-child(3n + 3) {
        margin-right: 0; } }

@media only screen and (min-width: 599px) {
  .block-viewed {
    padding-bottom: 40px; }
    .block-viewed .mini-products-list li {
      width: 23.28767%;
      margin-right: 2.28311%; }
      .block-viewed .mini-products-list li:nth-child(2n + 2), .block-viewed .mini-products-list li:nth-child(3n + 3) {
        margin-right: 2.28311%; }
      .block-viewed .mini-products-list li:nth-child(4n + 4) {
        margin-right: 0; } }

@media only screen and (min-width: 770px) {
  .block-viewed {
    padding-bottom: 40px; }
    .block-viewed .mini-products-list li {
      width: 15.40785%;
      margin-right: 1.51057%; }
      .block-viewed .mini-products-list li:nth-child(2n + 2), .block-viewed .mini-products-list li:nth-child(3n + 3), .block-viewed .mini-products-list li:nth-child(4n + 4) {
        margin-right: 1.51057%; }
      .block-viewed .mini-products-list li:last-child {
        margin-right: 0; } }

/*------------------------------------*	$MEDIA/ZOOM
\*------------------------------------*/
.iweb-media-zoom-container .iweb-media-zoom-thumbs-container .iweb-media-zoom-thumbs {
  padding: 10px;
  margin: 0; }
  .iweb-media-zoom-container .iweb-media-zoom-thumbs-container .iweb-media-zoom-thumbs li {
    display: inline-block; }
    .iweb-media-zoom-container .iweb-media-zoom-thumbs-container .iweb-media-zoom-thumbs li a.active {
      border-color: #e21f3c; }

.calendar {
  position: relative;
  display: none;
  border: 2px solid #eaeaea;
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #ffffff;
  font-family: tahoma,verdana,sans-serif; }

.calendar table {
  font-size: 11px;
  color: #000;
  cursor: default;
  background: #ffffff;
  border: none;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }

/* Header part -- contains navigation buttons and day names. */
.calendar .button, .calendar .aw-blog-read-more {
  /* "<<", "<", ">", ">>" buttons have this class */
  text-align: center;
  padding: 3px;
  border: 1px solid #eaeaea;
  border-radius: 0;
  font-size: 12px; }

.calendar .nav {
  background: transparent url(https://www.bigclothing4u.co.uk/skin/frontend/bigclothing4u/default/css/menuarrow.gif) no-repeat 100% 100%; }

.calendar thead .title {
  /* This holds the current "month, year" */
  font-weight: bold;
  padding: 1px;
  border: 1px solid #eaeaea;
  background: #b7b7b7;
  color: #fff;
  text-align: center; }

.calendar thead .headrow {
  /* Row <TR> containing navigation buttons */ }

.calendar thead .daynames {
  /* Row <TR> containing the day names */ }

.calendar thead .name {
  /* Cells <TD> containing the day names */
  border-bottom: 1px solid #e5e5e5;
  padding: 2px;
  text-align: center;
  background: #e5e5e5; }

.calendar thead .weekend {
  /* How a weekend day name shows in header */
  color: #e21f3c; }

.calendar thead .hilite {
  /* How do the buttons in header appear when hover */
  border: none;
  padding: 0px;
  background-color: #e5e5e5; }

.calendar thead .active {
  /* Active (pressed) buttons in header */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000;
  background-color: #c4c0b8; }

/* The body part -- contains all the days in month. */
.calendar tbody .day {
  /* Cells <TD> containing month days dates */
  width: 2em;
  text-align: right;
  padding: 2px 4px 2px 2px; }

.calendar tbody .day.othermonth {
  font-size: 80%;
  color: #aaa; }

.calendar tbody .day.othermonth.oweekend {
  color: #faa; }

.calendar table .wn {
  padding: 2px 3px 2px 2px;
  border-right: 1px solid #e5e5e5;
  background: #e5e5e5; }

.calendar tbody .rowhilite td {
  background: #e5e5e5; }

.calendar tbody .rowhilite td.wn {
  background: #d4d0c8; }

.calendar tbody td.hilite {
  /* Hovered cells <TD> */
  padding: 1px 3px 1px 1px;
  border-top: 1px solid #fff;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff; }

.calendar tbody td.active {
  /* Active (pressed) cells <TD> */
  padding: 2px 2px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000; }

.calendar tbody td.selected {
  /* Cell showing selected date */
  font-weight: bold;
  border: none;
  padding: 2px 2px 0px 2px;
  color: #ffffff;
  background: #b7b7b7; }

.calendar tbody td.weekend {
  /* Cells showing weekend days */
  color: #e21f3c; }

.calendar tbody td.today {
  /* Cell showing today date */
  font-weight: bold;
  color: #ffffff; }

.calendar tbody .disabled {
  color: #999; }

.calendar tbody .emptycell {
  /* Empty cells (the best is to hide them) */
  visibility: hidden; }

.calendar tbody .emptyrow {
  /* Empty row (some months need less than 6 rows) */
  display: none; }

/* The footer part -- status bar and "Close" button */
.calendar tfoot .footrow {
  /* The <TR> in footer (only one right now) */ }

.calendar tfoot .ttip {
  /* Tooltip (status bar) cell <TD> */
  padding: 1px;
  border: 1px solid #e5e5e5;
  background: #b7b7b7;
  color: #fff;
  text-align: center; }

.calendar tfoot .hilite {
  /* Hover style for buttons in footer */
  border-top: 1px solid #fff;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #000;
  border-left: 1px solid #fff;
  padding: 1px;
  background: #e5e5e5; }

.calendar tfoot .active {
  /* Active (pressed) style for buttons in footer */
  padding: 2px 0px 0px 2px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000; }

/* Combo boxes (menus that display months/years for direct selection) */
.calendar .combo {
  position: absolute;
  display: none;
  width: 4em;
  top: 0px;
  left: 0px;
  cursor: default;
  border-top: none;
  background: #e5e5e5;
  font-size: 90%;
  padding: 1px;
  z-index: 100; }

.calendar .combo .label,
.calendar .combo .label-IEfix {
  text-align: center;
  padding: 1px; }

.calendar .combo .label-IEfix {
  width: 4em; }

.calendar .combo .active {
  background: #e5e5e5;
  padding: 0px;
  border-top: 1px solid #000;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #000; }

.calendar .combo .hilite {
  background: #048;
  color: #fea; }

.calendar td.time {
  border-top: 1px solid #000;
  padding: 1px 0px;
  text-align: center;
  background-color: #f4f0e8; }

.calendar td.time .hour,
.calendar td.time .minute,
.calendar td.time .ampm {
  padding: 0px 3px 0px 4px;
  border: 1px solid #889;
  font-weight: bold;
  background-color: #fff; }

.calendar td.time .ampm {
  text-align: center; }

.calendar td.time .colon {
  padding: 0px 2px 0px 3px;
  font-weight: bold; }

.calendar td.time span.hilite {
  border-color: #000;
  background-color: #766;
  color: #fff; }

.calendar td.time span.active {
  border-color: #f00;
  background-color: #000;
  color: #0f0; }

/*------------------------------------*	$STORE FINDER
\*------------------------------------*/
.stores-pages-view {
  margin-bottom: 0; }
  .stores-pages-view .form-find-store {
    position: relative;
    padding: 15px;
    background: #ffffff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }
    .stores-pages-view .form-find-store:after {
      content: "";
      display: table;
      clear: both; }
    .stores-pages-view .form-find-store .fieldset {
      width: 100%; }
    @media only screen and (min-width: 771px) {
      .stores-pages-view .form-find-store {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; }
        .stores-pages-view .form-find-store .fieldset {
          width: 85%; } }
    .stores-pages-view .form-find-store .buttons-set {
      margin: 0; }
      @media only screen and (min-width: 480px) {
        .stores-pages-view .form-find-store .buttons-set {
          padding: 10px 0 0 80px; } }
      @media only screen and (min-width: 771px) {
        .stores-pages-view .form-find-store .buttons-set {
          padding: 0 0 0 20px; } }
      .stores-pages-view .form-find-store .buttons-set .btn-find-store {
        white-space: nowrap; }
    .stores-pages-view .form-find-store .field-search-product {
      display: none; }
    .stores-pages-view .form-find-store .field-search-place {
      margin: 0; }
    .stores-pages-view .form-find-store .search_place {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column; }
      @media only screen and (min-width: 600px) {
        .stores-pages-view .form-find-store .search_place {
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center; } }
      .stores-pages-view .form-find-store .search_place .field {
        margin-bottom: 0; }
        @media only screen and (min-width: 480px) {
          .stores-pages-view .form-find-store .search_place .field {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex; } }
        @media only screen and (min-width: 600px) {
          .stores-pages-view .form-find-store .search_place .field {
            width: 50%; } }
        .stores-pages-view .form-find-store .search_place .field label,
        .stores-pages-view .form-find-store .search_place .field .input-box {
          -webkit-align-self: center;
          -ms-flex-item-align: center;
          align-self: center;
          -webkit-flex-basis: 80px;
          -ms-flex-preferred-size: 80px;
          flex-basis: 80px; }
        .stores-pages-view .form-find-store .search_place .field .input-box {
          -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
          flex-grow: 1; }
        .stores-pages-view .form-find-store .search_place .field.field-country {
          -webkit-align-self: flex-end;
          -ms-flex-item-align: end;
          align-self: flex-end;
          width: 100%; }
          @media only screen and (min-width: 480px) {
            .stores-pages-view .form-find-store .search_place .field.field-country {
              padding: 0 0 0 80px; } }
          @media only screen and (min-width: 600px) {
            .stores-pages-view .form-find-store .search_place .field.field-country {
              padding: 0;
              -webkit-align-self: center;
              -ms-flex-item-align: center;
              align-self: center;
              width: 50%; } }
          .stores-pages-view .form-find-store .search_place .field.field-country select {
            width: 100%; }
            @media only screen and (min-width: 600px) {
              .stores-pages-view .form-find-store .search_place .field.field-country select {
                margin: 0 0 0 20px; } }
  .stores-pages-view .find-table-result-content {
    width: 100%; }
    @media only screen and (min-width: 600px) {
      .stores-pages-view .find-table-result-content {
        width: 40%; } }
    .stores-pages-view .find-table-result-content .result-wrapper {
      border: 3px solid #e0e0e0; }
  .stores-pages-view .find-table-result-map {
    display: none; }
    .stores-pages-view .find-table-result-map .map-frame {
      border: none; }
    @media only screen and (min-width: 600px) {
      .stores-pages-view .find-table-result-map {
        display: table-cell;
        width: 60%; } }
  .stores-pages-view .find-table-result-list .block-title {
    margin: 0; }
  .stores-pages-view .find-table-result-list .title-row .block-title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }
    .stores-pages-view .find-table-result-list .title-row .block-title .city {
      padding: 0 0 0 10px; }
  .stores-pages-view .single-result .actions-row:after {
    content: "";
    display: table;
    clear: both; }
  .stores-pages-view .data-col.col-2 {
    display: none; }
  .stores-pages-view .balloon h4, .stores-pages-view .balloon .block-progress dt, .block-progress .stores-pages-view .balloon dt {
    margin: 0; }

.assetsBox {
  margin: 0 auto;
  margin-top: 5px;
  padding-top: 20px;
  position: relative;
  margin-bottom: 10px; }
  @media only screen and (min-width: 600px) {
    .assetsBox {
      width: 100%; } }

.assetsTxt h4, .assetsTxt .block-progress dt, .block-progress .assetsTxt dt {
  margin-bottom: 25px;
  margin-top: 15px;
  font-size: 15px;
  line-height: normal;
  font-weight: 600; }

.assetsTxt {
  width: 100%;
  padding-left: 2%;
  clear: both; }
  @media only screen and (min-width: 600px) {
    .assetsTxt {
      width: 60%;
      float: left;
      clear: none; } }

.assetsTitle {
  width: 100%;
  float: left;
  background-color: grey;
  margin-bottom: 10px; }
  @media only screen and (min-width: 600px) {
    .assetsTitle {
      width: 32%;
      margin-right: 8%; } }

.assetsTitle h2 {
  float: left;
  padding-left: 2%;
  color: #ffffff;
  font-size: 34px;
  font-weight: 300; }
  @media only screen and (min-width: 600px) {
    .assetsTitle h2 {
      margin-bottom: 10%;
      margin-top: 10%;
      padding-left: 10%; } }

@media only screen and (min-width: 600px) {
  .assetsTitle .arrow-right {
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    display: block;
    border-top: 60px solid transparent;
    border-bottom: 60px solid transparent;
    border-left: 60px solid grey;
    border-right: none;
    float: right;
    margin-right: -60px;
    position: relative; } }

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2014 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Calendar styles (restore styles from /js/calendar)
 * ============================================ */
div.calendar table {
  border-collapse: separate; }
  div.calendar table td.button, div.calendar table td.aw-blog-read-more {
    display: table-cell;
    background: inherit;
    color: inherit;
    text-transform: none; }

/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     rwd_default
 * @copyright   Copyright (c) 2006-2016 X.commerce, Inc. and affiliates (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* ============================================ *
 * Homepage
 * ============================================ */
/* -------------------------------------------- *
 * Primary Banner
 */
body.cms-home .main-container {
  padding-top: 20px;
}
body.cms-home .slideshow-container {
  margin-top: 0;
}

.slideshow .banner-msg {
  position: absolute;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  top: 30%;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.slideshow .banner-msg h2 {
  color: #FFFFFF;
  font-size: 24px;
  text-shadow: 1px 1px 3px #555555;
}

.slideshow .banner-msg h2 strong {
  font-weight: bold;
  display: block;
  font-size: 36px;
}

@media only screen and (max-width: 770px) {
  .slideshow .banner-msg h2 {
    font-size: 20px;
  }

  .slideshow .banner-msg h2 strong {
    font-size: 24px;
  }
}
@media only screen and (max-width: 479px) {
  .slideshow .banner-msg {
    top: 20%;
  }

  .slideshow .banner-msg h2 {
    font-size: 14px;
  }

  .slideshow .banner-msg h2 strong {
    font-size: 16px;
  }
}
/* -------------------------------------------- *
 * Promotion Banner Section
 */
.promos {
  margin: 0 0 10px 0;
  padding: 0;
  width: 100%;
}

.promos:after {
  content: '';
  display: table;
  clear: both;
}

/* Specifying the body only in order to override the .std ul li styling */
body .promos > li {
  margin: 0 0 10px 0;
  list-style: none;
  text-align: center;
  position: relative;
  border: 1px solid #cccccc;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
}

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

.promos img {
  max-width: 100%;
  width: 100%;
}

.promos a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: block;
}

.promos span {
  color: #FFFFFF;
  text-transform: uppercase;
  position: absolute;
  display: block;
  width: 100%;
  top: 10%;
  font-weight: 500;
  font-size: 20px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  text-shadow: 1px 1px 3px #555555;
}

.promos strong {
  font-weight: 600;
  font-size: 26px;
  display: block;
}

@media only screen and (min-width: 771px) {
  .promos span {
    font-size: 16px;
  }

  .promos strong {
    font-size: 17px;
  }

  /* Config: Three columns + flexible gutter */
  body .promos > li {
    float: left;
    width: 31.74603%;
    margin-right: 2.38095%;
  }

  .promos > li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 880px) {
  .promos span {
    font-size: 18px;
  }

  .promos strong {
    font-size: 24px;
  }
}
/* -------------------------------------------- *
 * New Products Section
 */
/* Hiding the reviews content via CSS because we can't modify the template, */
/* since it may be used in other places where those elements are needed */
.cms-index-index .products-grid .ratings,
.cms-index-index .products-grid .actions,
.cms-index-noroute .products-grid .ratings,
.cms-index-noroute .products-grid .actions {
  display: none;
}

.cms-index-index h2.subtitle {
  padding: 6px 0;
  text-align: center;
  color: #3399cc;
  font-weight: 600;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
}

.cms-index-noroute h2.subtitle {
  display: none;
}

/* ============================================ *
 * Category Landing Pages
 * ============================================ */
.category-image {
  position: relative;
}

.categorylandingMainblock {
  border: 1px solid #E2E2E2;
  padding: 7px;
}

.catblocks {
  float: left;
  padding: 0 0 20px 0;
  width: 100%;
}

.catblocks li {
  position: relative;
  float: left !important;
  width: 23% !important;
  margin-right: 2.66667% !important;
  margin-bottom: 10px;
  border: 1px solid #cccccc;
  padding: 10px;
}

.catblocks li:hover {
  border-color: #3399cc;
}

@media only screen and (max-width: 770px) {
  .catblocks li {
    width: 49% !important;
    margin-right: 2% !important;
  }

  .catblocks li:nth-child(even) {
    margin-right: 0 !important;
  }
}
@media only screen and (max-width: 479px) {
  .catblocks li {
    width: 100% !important;
    margin-right: 0 !important;
    float: none;
  }
}
.catblocks li:last-child {
  margin-right: 0 !important;
}

.catblocks li img {
  width: 100%;
  max-width: 100%;
}

.catblocks li a span {
  color: #FFFFFF;
  position: absolute;
  background-color: #7B7C7B;
  font-family: raleway;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 5px 10px;
  margin-right: 10px;
}

.catblocklinks a {
  color: #FFFFFF;
  text-decoration: none;
}

.catlandingbottomPromoblock {
  float: left;
  width: 100%;
  border: 1px solid #E2E2E2;
  margin-bottom: 100px;
}

.catalog-category-view div.categoryland-caption {
  display: block;
  margin: 0;
  position: absolute;
  color: #000000;
  font-size: 30px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
}

.catalog-category-view div.categoryland-caption span.blue-big-text {
  color: #3399CC;
  font-size: 50px;
  font-weight: 800;
  padding: 0 0 0 8px;
}

.catalog-category-view div.categoryland-caption span.blue-big-text {
  padding: 0 !important;
}

.catalog-category-view div.categoryland-caption span.three-dots {
  background: url(https://www.bigclothing4u.co.uk/skin/frontend/rwd/default/images/bg_threeDots.png) no-repeat center center;
  display: block;
  height: 20px;
}

.catalog-category-view div.categoryland-caption p.desc {
  font: italic 18px/28px Georgia, "Times New Roman", Times, serif;
  color: #656565;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption a.link:hover,
.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.link:hover {
  text-decoration: underline;
  color: #1189C5;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.blue-big-text,
.catalog-category-view div.categoryland-caption span.blue-big-text {
  color: #3399CC;
  font-size: 50px;
  font-weight: 800;
  padding: 0 0 0 8px;
}

.catalog-category-view div.categoryland-caption span.blue-big-text {
  padding: 0 !important;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption span.three-dots,
.catalog-category-view div.categoryland-caption span.three-dots {
  background: url(https://www.bigclothing4u.co.uk/skin/frontend/rwd/default/images/bg_threeDots.png) no-repeat center center;
  display: block;
  height: 20px;
}

.cms-home #homepage-main-slides div.slides_control div div.slideshow-caption p.desc,
.catalog-category-view div.categoryland-caption p.desc {
  font: italic 18px/28px Georgia, "Times New Roman", Times, serif;
  color: #656565;
}

