.shopwired-info-message {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  padding: 25px;
  background: #000;
  background-color: rgba(0,0,0,0.8);
  text-align: center;
  z-index: 9999;
  opacity: 0;
}
.shopwired-info-message a {
  color: inherit;
}
.shopwired-image-container {
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  padding-bottom: 100%;
}
.shopwired-image-container img {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
}
.shopwired-previous-orders-table {
  font-size: 13px;
  margin: 30px 0 0;
  width: 100%;
}
.shopwired-previous-orders-table th {
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  padding: 0 20px 10px;
}
.shopwired-previous-orders-table td {
  padding: 5px 20px;
}
.shopwired-previous-orders-table th:first-child,
.shopwired-previous-orders-table td:first-child {
  padding-left: 0;
}
.shopwired-previous-orders-table th:last-child,
.shopwired-previous-orders-table td:last-child {
  padding-left: 0;
}
.shopwired-previous-orders-table .empty {
  text-align: center;
}
.shopwired-order-details {
  font-size: 13px;
}
.shopwired-order-details .section {
  margin-top: 30px;
}
.shopwired-order-details .label {
  display: inline-block;
  vertical-align: top;
  width: 225px;
  text-transform: uppercase;
}
.shopwired-order-details .value {
  display: inline-block;
  vertical-align: top;
  max-width: 770px;
  font-weight: 700;
}
.shopwired-order-products {
  font-size: 13px;
  margin: 30px 0 0;
  width: 100%;
}
.shopwired-order-products th {
  font-weight: 700;
  text-transform: uppercase;
  text-align: left;
  padding: 0 20px 2px;
}
.shopwired-order-products td {
  padding: 8px 20px;
}
.shopwired-order-products th:first-child,
.shopwired-order-products td:first-child {
  padding-left: 0;
}
.shopwired-order-products th:last-child,
.shopwired-order-products td:last-child {
  padding-left: 0;
}
.shopwired-order-products .empty {
  text-align: center;
}
.shopwired-order-products .separator:last-child {
  display: none;
}
.shopwired-share-buttons a {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  width: 32px;
  height: 32px;
  text-decoration: none;
  background-repeat: no-repeat;
  -webkit-background-size: 32px;
  background-size: 32px;
}
.shopwired-share-buttons .facebook {
  background-image: url('//static.kodajo.com/sharing/facebook.jpg');
}
.shopwired-share-buttons .twitter {
  background-image: url('//static.kodajo.com/sharing/twitter.jpg');
}
.shopwired-share-buttons .pinterest {
  background-image: url('//static.kodajo.com/sharing/pinterest.jpg');
}
.shopwired-share-buttons .google {
  background-image: url('//static.kodajo.com/sharing/google.jpg');
}
.shopwired-share-buttons .tumblr {
  background-image: url('//static.kodajo.com/sharing/tumblr.jpg');
}
.shopwired-form-field {
  display: none !important;
}
.shopwired-basket-modal {
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  display: none;
  color: #000;
  line-height: 1.2;
  font-size: 13px;
  font-weight: normal;
}
.shopwired-basket-modal .inner {
  width: 700px;
  border: 5px solid #f2f2f2;
  margin: 0 auto;
  background-color: #fff;
  padding: 22px;
  position: relative;
  box-sizing: border-box;
}
.shopwired-basket-modal h2 {
  margin: 0;
  font-size: 18px;
  font-weight: normal;
}
.shopwired-basket-modal .items {
  margin-top: 30px;
}
.shopwired-basket-modal .item {
  overflow: hidden;
}
.shopwired-basket-modal .item .shopwired-image-container {
  width: 150px;
  height: 150px;
  padding: 0;
  float: left;
  box-sizing: border-box;
}
.shopwired-basket-modal .item .info {
  margin-top: 15px;
  background-color: #f8f8f8;
  margin-left: 150px;
  display: table;
  width: 496px;
}
.shopwired-basket-modal .item .info .title {
  font-size: 16px;
}
.shopwired-basket-modal .item .info .options {
  font-size: 0;
  margin-top: 5px;
}
.shopwired-basket-modal .item .info .options span {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
}
.shopwired-basket-modal .item .info .options span::after {
  display: inline-block;
  vertical-align: top;
  content: ',';
  margin: 0 4px 0 -3px;
}
.shopwired-basket-modal .item .info .options span:last-child::after {
  display: none;
}
.shopwired-basket-modal .item .info .basket-remove-button {
  color: #ca0134;
  font-size: 13px;
}
.shopwired-basket-modal .item .info .column {
  display: table-cell;
  vertical-align: middle;
  height: 120px;
  box-sizing: border-box;
}
.shopwired-basket-modal .item .info .column:first-child .content {
  padding: 20px 0 20px 25px;
  width: 333px;
  box-sizing: border-box;
}
.shopwired-basket-modal .item .info .column:last-child .content {
  width: 140px;
  text-align: center;
  box-sizing: border-box;
}
.shopwired-basket-modal .item .info .price {
  font-size: 20px;
  display: block;
  margin-bottom: 5px;
}
.shopwired-basket-modal .item + .item {
  margin-top: 15px;
}
.shopwired-basket-modal .buttons {
  text-align: right;
  margin-top: 35px;
}
.shopwired-basket-modal .shopwired-basket-modal-button {
  display: inline-block;
  vertical-align: top;
  height: 40px;
  line-height: 38px;
  padding: 0 40px 2px;
  text-align: center;
  border: none;
  background: #000;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  margin-left: 10px;
}
.shopwired-basket-modal .main-color {
  color: #2272a4;
}
.shopwired-basket-modal .main-background-color {
  background-color: #2272a4;
}
.shopwired-basket-modal .alternative-color {
  color: #ca0134;
}
.shopwired-basket-modal .alternative-background-color {
  background-color: #ca0134;
}
.shopwired-basket-modal .close {
  position: absolute;
  right: -20px;
  top: -20px;
  width: 36px;
  height: 36px;
  background: #000 url('../images/default/basket-modal-close-button.png') center no-repeat;
  -webkit-background-size: 16px;
  background-size: 16px;
  border-radius: 50%;
  font-size: 0;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .shopwired-basket-modal .inner {
    width: auto;
    margin-left: 24px;
    margin-right: 24px;
    padding: 15px;
  }
  .shopwired-basket-modal h2 {
    text-align: center;
  }
  .shopwired-basket-modal .item .shopwired-image-container {
    margin: 0 auto;
    float: none;
  }
  .shopwired-basket-modal .item .info {
    margin: 15px 0 0;
    display: block;
    width: auto;
    padding: 15px;
  }
  .shopwired-basket-modal .item .info .column {
    display: block;
    height: auto;
    vertical-align: top;
  }
  .shopwired-basket-modal .item .info .column .content {
    min-height: 1px !important;
    padding: 0 !important;
    width: auto !important;
    text-align: left !important;
  }
  .shopwired-basket-modal .item .info .price {
    margin: 5px 0;
  }
  .shopwired-basket-modal .item + .item {
    margin-top: 20px;
  }
  .shopwired-basket-modal .shopwired-basket-modal-button {
    display: block;
    width: 100%;
    margin: 15px 0 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.collection-container .page-link.hidden {
  display: none;
}
html,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
img,
small,
strong,
ol,
ul,
li,
form,
label,
table,
caption,
tr,
td,
footer,
header {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  line-height: 1.0;
  vertical-align: baseline;
}
br.clear {
  clear: both;
}
body {
  min-height: 100px;
  font-size: 10px;
  font-family: 'freight-sans';
}
input,
textarea,
button {
  -webkit-appearance: none !important;
}
input:focus {
  background-color: transparent;
  border: none;
  outline: 0 none;
}
textarea:focus {
  background-color: transparent;
  border: none;
  outline: 0 none;
}
.clearfix:after {
  content: " ";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.wrapper-main {
  max-width: 1000px;
  margin: 0 auto;
  display: block;
  position: relative;
  clear: both;
  background: transparent;
}
.placeholder {
  color: #aaa;
}
header {
  width: 100%;
  min-height: 50px;
  margin-top: 0px;
  position: relative;
}
#header-left,
#header-right {
  width: 50%;
  background-color: #f12938;
  min-height: 50px;
  position: absolute;
  top: 0;
  left: 0;
}
#header-right {
  background-color: #1a1b1c;
  right: 0;
  width: 50%;
  left: auto;
}
header .wrapper-main {
  position: relative;
}
header #header-main {
  background-color: #f12938;
  min-height: 50px;
  width: auto;
  position: relative;
}
nav#top-nav {
  width: 100%;
}
nav#top-nav.full > h2 {
  display: none;
}
nav#top-nav.full > ul {
  list-style: none;
  width: auto;
  height: auto;
}
nav#top-nav.full > ul > li {
  float: left;
  display: inline-block;
  width: auto;
  height: 50px;
}
nav#top-nav.full > ul > li > a {
  width: 100%;
  height: 50px;
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 50px;
  padding: 0 12px;
}
nav#top-nav.full > ul > li > a:hover {
  text-decoration: none;
  color: #333;
}
nav#top-nav.full > ul > li > a.active {
  color: #1a1b1c;
}
nav#top-nav.full > ul > li:first-of-type > a {
  padding-left: 0;
}
nav#top-nav.full > ul > li:last-of-type > a {
  padding-right: 0;
}
nav#top-nav.responsive > h2 {
  cursor: pointer;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 50px;
}
nav#top-nav.responsive > h2 > i {
  margin-right: 5px;
  font-size: 28px;
  position: relative;
  top: 5px;
  opacity: 0.5;
}
nav#top-nav.responsive > h2:hover {
  color: #1a1b1c;
}
nav#top-nav.responsive > ul {
  list-style: none;
  display: none;
  width: 100%;
}
nav#top-nav.responsive > ul > li {
  width: 100%;
  height: 38px;
}
nav#top-nav.responsive > ul > li > a {
  display: block;
  width: 100%;
  height: 38px;
  color: #fff;
  background-color: #1a1b1c;
  line-height: 38px;
  padding: 0 5px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
  border-top: 1px solid #fff;
}
nav#top-nav.responsive > ul > li > a:hover {
  background-color: #555;
  color: #fff;
  text-decoration: none;
}
nav#top-nav.responsive > ul > li > a.active {
  background-color: #555;
  color: #fff;
}
#header-main #header-basket-area {
  height: 50px;
  width: auto;
  background-color: #1a1b1c;
  position: absolute;
  right: 0;
  top: 0;
}
#header-main #hidden-search-form-wrapper {
  width: 182px;
  height: 50px;
  background: white;
  display: none;
  border: 1px solid #1a1b1c;
  position: absolute;
  right: 0;
  z-index: 1000;
}
#header-main #hidden-search-form-wrapper #hidden-search-form {
  border: none;
  border-radius: 0;
  padding: 0px 12px;
  position: relative;
}
#header-main #hidden-search-form-wrapper input.hidden-search-form-text {
  height: 16px;
  padding: 0;
  width: 70%;
  height: 48px;
  border: 0;
  font-size: 13px;
  font-weight: 400;
}
#header-main #hidden-search-form-wrapper button.hidden-search-form-submit {
  border: 0;
  border-radius: 0;
  background: transparent;
  text-transform: uppercase;
  color: #f12938;
  font-size: 14px;
  font-weight: bold;
  position: absolute;
  line-height: 48px;
  right: 6px;
}
#header-main #header-basket-area > ul {
  list-style: none;
  display: inline-block;
  height: 50px;
}
#header-main #header-basket-area > ul > li {
  float: left;
  display: inline-block;
  width: auto;
  height: 50px;
}
#header-main #header-basket-area > ul > li > a {
  width: 100%;
  height: 50px;
  display: block;
  background-color: #1a1b1c;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 50px;
  padding: 0 14px;
}
#header-main #header-basket-area > ul > li > a:hover {
  text-decoration: none;
  color: #f12938;
}
#header-main #header-basket-area > ul > li#basket-button > a {
  padding-right: 0;
}
#header-main #header-basket-area > ul > li#search-button {
  display: none;
}
#header-main #header-basket-area > ul > li#search-button {
  padding: 0;
  width: 50px;
  background-color: #f12938;
  cursor: pointer;
}
#header-main #header-basket-area > ul > li#search-button > i {
  color: #ffffff;
  font-size: 30px;
  width: 100%;
  text-align: center;
  display: inline-block;
  position: relative;
  top: 7px;
}
#header-main #header-basket-area > ul > li > a > i {
  font-size: 22px;
  position: relative;
  top: 5px;
  margin-right: 5px;
}
#header-main #header-basket-area > ul > li#search-button > a > i {
  margin-right: 0;
}
#header-main #header-basket-area > ul > li:first-of-type > a {
  padding-left: 20px;
}
#header-main #header-basket-area > ul > li:last-of-type > a {
  padding-right: 0;
}
header #header-lower {
  margin-top: 19px;
}
header #header-lower #header-logo-wrapper {
  display: inline-block;
  float: none;
}
header #header-lower #header-logo {
  display: inline-block;
}
header #header-lower #header-logo img {
  width: auto;
  height: 72px;
}
header #header-lower #header-search-area {
  min-width: 350px;
  height: 67px;
  background-color: transparent;
  float: right;
}
header #header-lower #header-search-area #header-currencies {
  width: auto;
  float: right;
  float: none;
  right: 0px;
  top: 0px;
  position: absolute;
}
#header-currencies > ul {
  list-style: none;
}
#header-currencies > ul > li {
  float: left;
  margin-left: 16px;
}
#header-currencies > ul > li a {
  color: #1a1b1c;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
#header-currencies > ul > li a.active {
  color: #f12938;
}
#header-currencies > ul > li a:hover {
  color: #f12938;
  text-decoration: none;
}
header #header-lower #header-search-area #search-form-wrapper {
  width: 100%;
  height: 40px;
  position: relative;
  background: transparent;
  border: 1px solid #ddd;
  margin-top: 16px;
  -moz-box-shadow: 1px 0px 5px #f7f7f7 inset;
  -webkit-box-shadow: 1px 0px 5px #f7f7f7 inset;
  box-shadow: 1px 0px 5px #f7f7f7 inset;
}
#search-form-wrapper input.search-form-text {
  border: none;
  height: 40px;
  padding: 0 10px;
  background-color: transparent;
  width: 90%;
}
#search-form-wrapper input.search-form-text::-webkit-input-placeholder {
  color: #777;
}
#search-form-wrapper input.search-form-text:-moz-placeholder {
  color: #777;
}
#search-form-wrapper input.search-form-text::-moz-placeholder {
  color: #777;
}
#search-form-wrapper input.search-form-text:-ms-input-placeholder {
  color: #777;
}
#search-form-wrapper input.search-form-text {
  font-size: 16px;
  color: #1d1d1d;
}
#search-form-wrapper button.search-form-submit {
  display: block;
  border: none;
  background-color: #f12938;
  background-size: 20px auto;
  cursor: pointer;
  border-radius: 0;
  color: #ffffff;
  width: 40px;
  height: 40px;
  padding: 0;
  position: absolute;
  right: 0px;
  top: -1px;
  font-size: 32px;
  -webkit-transition: background-size .2s;
  transition: background-size .2s;
}
#search-form-wrapper button.search-form-submit i {
  position: relative;
  top: 2px;
  width: 100%;
  text-align: center;
}
#search-form-wrapper button.search-form-submit:hover {
  color: #000;
}
header div#category-nav {
  margin-top: 25px;
  width: 100%;
  min-height: 41px;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
header #category-nav #header-currencies {
  position: absolute;
  right: 10px;
  top: 16px;
}
nav#main-nav.full {
  position: relative;
}
nav#main-nav.full > a {
  float: left;
  display: inline-block;
  width: auto;
  height: 39px;
  cursor: pointer;
  color: #555555;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 41px;
  padding: 0 38px 0 0;
}
nav#main-nav.full > a.active {
  color: #f12938;
}
nav#main-nav.full > a:hover {
  text-decoration: none;
  color: #f12938;
}
nav#main-nav.full > a:first-of-type {
  padding-left: 0;
}
nav#main-nav.full > a:last-of-type {
  padding-right: 0;
}
nav#main-nav.full ul {
  list-style: none;
  display: none;
}
nav#main-nav.full > ul {
  display: none;
  position: absolute;
  top: 39px;
  background-color: #fff;
  z-index: 10000001;
  padding: 0 12px;
}
nav#main-nav.full > ul > li {
  width: 100%;
  height: auto;
  display: block;
}
nav#main-nav.full > ul > li > a {
  display: block;
  width: 100%;
  text-transform: uppercase;
  color: black;
  font-weight: 400;
  font-size: 14px;
  padding: 10px 0px;
  border-bottom: 1px solid #e4e4e4;
}
nav#main-nav.full > ul > li:last-of-type > a {
  border-bottom: none;
}
nav#main-nav.full > ul > li > a.active {
  color: #f12938;
  text-decoration: none;
}
nav#main-nav.full > ul > li > a:hover {
  color: #f12938;
  text-decoration: none;
}
nav#main-nav.full > h2 {
  display: none;
}
nav#main-nav.responsive > h2 {
  cursor: pointer;
  padding-left: 5px;
  color: #555555;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 39px;
}
nav#main-nav.responsive > h2 > i {
  margin-right: 5px;
  font-size: 28px;
  position: relative;
  top: 5px;
  opacity: 0.5;
}
nav#main-nav.responsive > ul {
  list-style: none;
  height: auto;
  width: 100%;
}
nav#main-nav.responsive a {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  padding-left: 5px;
  padding-right: 5px;
  float: left;
  line-height: 38px;
  line-height: 1.3;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: bold;
  color: #555555;
  font-size: 14px;
  text-transform: uppercase;
}
nav#main-nav.responsive a.active {
  color: #f12938;
  text-decoration: none;
}
nav#main-nav.responsive > a {
  border-bottom: 1px solid #e4e4e4;
}
nav#main-nav.responsive > a.parent.closed::after {
  content: '\e606';
  font-family: 'icomoon';
  display: inline-block;
  font-size: 19px;
  position: absolute;
  float: right;
  right: 4px;
}
nav#main-nav.responsive > a.parent.open::after {
  content: '\e602';
  font-family: 'icomoon';
  font-size: 15px;
  float: right;
  display: inline-block;
  position: absolute;
  right: 6px;
}
nav#main-nav.responsive > ul a {
  padding-left: 20px;
  font-weight: 400;
  font-size: 12px;
  height: 24px;
}
nav#main-nav.responsive > ul > li:last-of-type > a {
  border-bottom: 1px solid #e4e4e4;
  height: 38px;
}
nav#main-nav.responsive > a {
  display: none;
}
nav#main-nav.responsive > ul {
  display: none;
}
section#main-page {
  width: 100%;
  min-height: 100px;
}
#breadcrumbs {
  width: 100%;
  padding-top: 1px;
}
#breadcrumbs ul.crumbs {
  list-style: none;
  margin: 15px 0;
}
#breadcrumbs ul.crumbs > li {
  float: left;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  color: #4b4b4b;
}
#breadcrumbs ul.crumbs > li::after {
  content: "//";
  color: #4b4b4b;
  margin: 0 7px;
}
#breadcrumbs ul.crumbs > li:last-of-type::after {
  content: "";
  display: none;
}
#breadcrumbs ul.crumbs > li > a {
  color: #f12938;
  text-decoration: none;
}
#breadcrumbs ul.crumbs > li > a:hover {
  color: #4b4b4b;
}
section#main-page article.main-page-article .inner-page {
  width: 100%;
  min-height: 100px;
  margin-top: 24px;
  background-color: transparent;
  margin-bottom: 50px;
}
section#main-page article.main-page-article.blog-page > h1 {
  width: calc(100% - 218px);
  min-width: 200px;
}
section#main-page article.main-page-article.auto-page .inner-page-content img,
section#main-page article.main-page-article.blog-page .inner-page-content .blog-entry > img {
  max-width: 100%;
  height: auto;
}
aside.side-category-nav {
  width: 188px;
  height: auto;
  float: left;
  list-style: none;
  padding-bottom: 9px;
  background: url(../images/sidebar-shadow.png) no-repeat 50% 100%;
  background-size: 100% auto;
}
aside.side-category-nav .aside-wrapper {
  height: auto;
  width: 100%;
  padding: 10px;
  border: 1px solid #e4e4e4;
}
aside.side-category-nav > .aside-wrapper > ul {
  list-style: none;
  width: 100%;
}
aside.side-category-nav > .aside-wrapper > ul > li > a {
  color: #4b4b4b;
  text-decoration: none;
  width: 100%;
  display: block;
  padding: 5px 10px;
  font-size: 13px;
  padding-right: 17px;
  position: relative;
  margin-top: 5px;
  margin-bottom: 5px;
}
aside.side-category-nav > .aside-wrapper > ul > li > a.closed::after,
aside.side-category-nav > .aside-wrapper > ul > li > a.open::after {
  content: "\e602";
  position: absolute;
  right: 6px;
  color: #f12938;
  text-decoration: none;
  font-family: 'icomoon';
  top: 6px;
  font-size: 10px;
}
aside.side-category-nav > .aside-wrapper > ul > li > a.open::after {
  content: "\e606";
  font-size: 17px;
  right: 3px;
  top: 4px;
}
aside.side-category-nav > .aside-wrapper > ul > li > ul {
  display: block;
  list-style: none;
  padding: 5px 0;
}
aside.side-category-nav > .aside-wrapper > ul > li > ul > li > a {
  color: #4b4b4b;
  text-decoration: none;
  width: 100%;
  display: block;
  padding: 5px 10px;
  padding-left: 23px;
  font-size: 12px;
  position: relative;
}
aside.side-category-nav a:hover {
  background-color: #edf4f4;
}
aside.side-category-nav a.active {
  background-color: #edf4f4;
}
section#main-page article.main-page-article .inner-page aside.sidebar-nav.full {
  width: 188px;
  height: auto;
  float: left;
  padding-bottom: 9px;
  background: url(../images/sidebar-shadow.png) no-repeat 50% 100%;
  background-size: 100% auto;
}
section#main-page article.main-page-article .inner-page aside.sidebar-nav.full.right {
  float: none;
}
section#main-page article.main-page-article .blog-sidebar {
  float: right;
  margin-top: -70px;
}
section#main-page article.main-page-article .inner-page aside.sidebar-nav.full.blog-nav {
  margin-bottom: 25px;
}
section#main-page article.main-page-article .inner-page aside.sidebar-nav.full h2 {
  display: none;
}
section#main-page article.main-page-article .inner-page aside.sidebar-nav.full.blog-nav h2 {
  display: block;
  margin-bottom: 11px;
  font-size: 18px;
  font-weight: bold;
  color: #f12938;
}
section#main-page article.main-page-article .inner-page aside.sidebar-nav.full ul {
  list-style: none;
  padding: 10px;
  border: 1px solid #e4e4e4;
}
section#main-page article.main-page-article .inner-page aside.sidebar-nav.full ul li a {
  color: #4b4b4b;
  text-decoration: none;
  width: 100%;
  display: block;
  padding: 5px 10px;
  font-size: 13px;
  position: relative;
}
section#main-page article.main-page-article .inner-page aside.sidebar-nav.full.blog-nav ul li a {
  padding-left: 20px;
}
section#main-page article.main-page-article .inner-page aside.sidebar-nav.full ul li a::after {
  content: "\e600";
  position: absolute;
  right: 3px;
  color: #4b4b4b;
  text-decoration: none;
  font-family: 'icomoon';
  font-size: 9px;
  top: 7px;
}
section#main-page article.main-page-article .inner-page aside.sidebar-nav.full.blog-nav ul li a::after {
  right: auto;
  left: 9px;
  content: "\e60d";
}
section#main-page article.main-page-article .inner-page aside.sidebar-nav.full ul li a:hover {
  background-color: #edf4f4;
}
section#main-page article.main-page-article .inner-page aside.sidebar-nav.full ul li a.active {
  background-color: #edf4f4;
}
aside.sidebar-nav.responsive {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  float: none;
  margin-bottom: 10px;
  display: block;
  height: auto;
  position: relative;
}
aside.sidebar-nav.responsive > h2 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  height: 42px;
  line-height: 42px;
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  margin-top: 0;
  padding: 5px;
  padding-top: 0;
  color: #555;
  cursor: pointer;
  display: block;
  position: relative;
}
aside.sidebar-nav.responsive.blog-nav {
  margin-bottom: 0;
}
aside.sidebar-nav.responsive.blog-nav:last-of-type > h2 {
  border-top: none;
}
aside.sidebar-nav.responsive.blog-nav:last-of-type {
  margin-bottom: 10px;
}
aside.sidebar-nav.responsive > h2.open::after,
aside.sidebar-nav.responsive > h2.closed::after {
  content: "\e60f";
  font-family: 'icomoon';
  position: absolute;
  right: 10px;
  top: 0;
  font-size: 10px;
}
aside.sidebar-nav.responsive > h2.open::after {
  content: "\e610";
}
aside.sidebar-nav.responsive > h2:hover {
  color: #f12938;
}
aside.sidebar-nav.responsive ul {
  width: 100%;
  display: block;
  height: auto;
}
aside.sidebar-nav.responsive ul > li > a {
  font-size: 14px;
  text-transform: none;
  font-weight: bold;
  height: 42px;
  line-height: 32px;
  padding: 5px;
  border-bottom: 1px solid #e4e4e4;
  display: block;
  background-color: white;
  z-index: 1003301;
  position: relative;
  width: 100%;
  color: #555;
  text-decoration: none;
}
aside.sidebar-nav.responsive ul > li > a:hover {
  color: #f12938;
}
section#main-page .customer-info-ghost-div {
  width: 100%;
}
.gallery-wrapper {
  width: 100%;
  box-sizing: border-box !important;
  font-size: 0;
}
article.main-page-article h2.not-found {
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.gallery,
.gallery-entry {
  display: block;
  margin-bottom: 20px;
  text-decoration: none !important;
  box-sizing: border-box !important;
  padding-bottom: 10px;
  border: 1px solid #e2e2e2;
  display: inline-block;
  vertical-align: top;
}
.gallery .shopwired-image-container,
.gallery-entry .shopwired-image-container {
  height: 0 !important;
}
.gallery > img,
.gallery-entry > img {
  width: 100%;
  height: auto;
  box-sizing: border-box !important;
}
.gallery > h2,
.gallery-entry > h2 {
  max-width: 80%;
  text-transform: none;
  text-align: center;
  margin-top: 8px;
  margin-right: auto;
  margin-left: auto;
  color: #1a1b1c;
  font-size: 14px;
  font-weight: 400;
  box-sizing: border-box !important;
}
.gallery-page .gallery-wrapper .gallery {
  width: 32.00%;
  margin-right: 2%;
}
.gallery-page .gallery-wrapper .gallery:nth-child(3n+0) {
  margin-right: 0;
}
.gallery-page .gallery-wrapper .gallery-entry {
  width: 23.00%;
  margin-right: 2.666665%;
}
.gallery-page .gallery-wrapper .gallery-entry:nth-child(4n+0) {
  margin-right: 0;
}
.category {
  display: inline-block;
  max-width: 320px;
  margin-bottom: 20px;
  text-decoration: none !important;
}
.category > img {
  width: 100%;
  height: auto;
}
.category > h2 {
  max-width: 80%;
  text-transform: uppercase;
  text-align: center;
  margin-top: 5px;
  margin-right: auto;
  margin-left: auto;
  color: #1a1b1c;
  font-size: 13px;
  font-weight: bold;
}
.category-page .categories-wrapper .category {
  max-width: 29.3%;
  margin-right: 5.01%;
}
.category-page .categories-wrapper .category:nth-child(3n+0) {
  margin-right: 0;
}
section#main-page article.main-page-article .inner-page .inner-page-content {
  width: calc(100% - 218px);
  margin-left: 218px;
}
section#main-page article.main-page-article .inner-page .inner-page-content.category-page {
  margin-left: 0;
  width: 100%;
}
section#main-page article.main-page-article.force-responsive .inner-page .inner-page-content {
  width: 100%;
  margin-left: 0;
}
.product {
  display: block;
  float: left;
  max-width: 320px;
  margin-bottom: 20px;
  text-decoration: none !important;
  position: relative;
}
.product > span.left-box,
.product > span.right-box {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #f12938;
  display: block;
  padding: 12px 10px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  z-index: 2;
}
.product > span.right-box {
  left: auto;
  right: 0;
  background-color: #c32900;
  color: #ffffff;
}
.shopwired-image-container {
  width: 100%;
  height: 230px;
  display: block;
}
.shopwired-image-container > img {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: inline-block;
}
.product > h2 {
  border: 1px solid #dbdbdb;
  max-width: 100%;
  text-transform: none;
  text-align: left;
  margin-top: -2px;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
  color: #1a1b1c;
  font-size: 13px;
  font-weight: 400;
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  background: white;
}
.product {
  padding-bottom: 48px;
}
.product.category > h2 {
  border: none;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  font-weight: bold;
}
.product > h2 > span {
  color: #f12938;
  font-weight: bold;
}
.category-page .products-wrapper .product {
  max-width: 29.41%;
  margin-right: 5.885%;
  padding-bottom: 30px;
  width: 230px;
}
.category-page .products-wrapper .product:nth-child(4n+0) {
  margin-right: 0;
}
.products-browser {
  width: 100%;
  height: 35px;
  margin-top: 22px;
  margin-bottom: 22px;
}
.products-browser .order-select {
  position: relative;
  width: auto;
  width: 200px;
  display: inline;
  float: left;
}
.products-browser .order-select .select-default {
  width: 100%;
  height: 37px;
  padding: 0px 15px;
  border: 1px solid #ddd;
  color: #4b4b4b;
  font-size: 12px;
  font-weight: 400;
  -webkit-appearance: none;
  line-height: 37px;
  cursor: pointer;
  font-style: normal !important;
  z-index: 101;
}
.products-browser .order-select .select-default::after {
  position: absolute;
  right: 15px;
  top: 0px;
  font-size: 9px;
  color: #333;
  content: "\e60f";
  font-family: 'icomoon';
  font-style: normal;
  z-index: 100;
}
.pagination {
  float: right;
  margin-top: 0;
}
.pagination > a.arrow {
  float: left;
  display: inline-block;
  height: 35px;
  vertical-align: middle;
  line-height: 35px;
  color: #4b4b4b;
  font-size: 12px;
}
.pagination > a.arrow:hover {
  color: #b2b2b2;
  text-decoration: none;
}
.pagination > .page-link {
  float: left;
  display: inline-block;
  vertical-align: middle;
  height: auto;
}
.pagination > .page-link {
  vertical-align: middle;
  display: inline-block;
  height: auto;
  line-height: 35px;
  border-left: 1px solid #d3d3d3;
  padding-left: 10px;
  padding-right: 10px;
  color: #4b4b4b;
  font-size: 12px;
  text-decoration: none;
}
.pagination > .page-link:first-of-type {
  border: none;
  cursor: pointer;
}
.pagination > .page-link:last-of-type {
  padding-right: 0;
}
.pagination > .page-link:hover {
  color: #b2b2b2;
  cursor: pointer;
}
.pagination > ul > li:first-of-type > a {
  margin-left: 10px;
}
.pagination > ul > li:last-of-type > a {
  border-right: 1px solid #d3d3d3;
  margin-right: 10px;
}
section#main-page article.main-page-article.wishlist-page .inner-page .inner-page-content {
  width: 100%;
  margin-left: 0;
}
section#main-page article.main-page-article.wishlist-page .inner-page .inner-page-content.category-page .products-wrapper .product {
  max-width: none;
  width: 230px;
  margin-right: calc((100% - (4 * 231px)) / 3);
}
section#main-page article.main-page-article.wishlist-page .inner-page .inner-page-content.category-page .products-wrapper {
  width: 100%;
}
section#main-page article.main-page-article.wishlist-page .inner-page .inner-page-content.category-page .products-wrapper .product:nth-child(1n+0) {
  margin-right: calc((100% - (4 * 231px)) / 3);
}
section#main-page article.main-page-article.wishlist-page .inner-page .inner-page-content.category-page .products-wrapper .product:nth-child(4n+0) {
  margin-right: 0;
}
section#main-page article.main-page-article.wishlist-page .inner-page .inner-page-content.category-page .products-wrapper .shopwired-image-container {
  height: 230px;
}
.blog-pagination {
  max-width: 541px;
  margin: 0 auto;
  display: block;
  margin-top: 22px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.blog-pagination a.arrow {
  font-size: 31px;
  color: #f12938;
  line-height: 30px;
  height: 40px;
  width: 32px;
  display: inline-block;
}
.blog-pagination a.arrow:hover {
  color: #4b4b4b;
  text-decoration: none;
}
.blog-pagination a.arrow:first-of-type {
  margin-right: 0px;
}
.blog-pagination a.arrow:last-of-type {
  margin-left: 0px;
}
.blog-pagination > ul {
  margin: 0;
  list-style: none;
  display: inline-block;
  vertical-align: top;
}
.blog-pagination > ul > li {
  float: left;
  width: 10%;
  min-width: 40px;
  text-align: center;
}
.blog-pagination > ul > li > a {
  font-size: 16px;
  background-color: #e3edee;
  border-radius: 500px;
  display: inline-block;
  margin-left: 7px;
  margin-right: 7px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #4b4b4b;
}
.blog-pagination > ul > li > a:hover,
.blog-pagination > ul > li > a.active {
  background-color: transparent;
  text-decoration: none;
  color: #8f8f8f;
}
section#main-page article.main-page-article .inner-page .inner-page-content.left {
  margin-left: 0;
}
section#main-page article.main-page-article .inner-page .inner-page-content h1 {
  color: #4b4b4b;
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: none;
}
section#main-page article.main-page-article .inner-page .inner-page-content p {
  color: #4b4b4b;
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: 400;
  text-transform: none;
}
section#main-page article.main-page-article .inner-page .inner-page-content .stockist-inner-wrapper {
  width: 100%;
}
section#main-page article.main-page-article .inner-page .inner-page-content .blog-entry {
  width: 100%;
  padding-bottom: 22px;
  border-bottom: 1px solid #ddd;
  margin-top: 22px;
  overflow: hidden;
}
section#main-page article.main-page-article .inner-page .inner-page-content .blog-entry:first-of-type {
  margin-top: 0;
}
section#main-page article.main-page-article .inner-page .inner-page-content .blog-entry .shopwired-image-container {
  float: left;
  width: 190px;
  height: 190px;
  margin-right: 10px;
  margin-bottom: 2px;
  padding: 0;
}
section#main-page article.main-page-article .inner-page .inner-page-content .blog-entry .shopwired-image-container img {
  width: 100%;
  height: 100%;
}
section#main-page article.main-page-article .inner-page .inner-page-content .blog-entry > h3 {
  font-size: 18px;
  font-weight: bold;
}
section#main-page article.main-page-article .inner-page .inner-page-content .blog-entry > p {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.1;
}
section#main-page article.main-page-article .inner-page .inner-page-content .blog-entry > a {
  color: #f12938;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  position: relative;
}
section#main-page article.main-page-article .inner-page .inner-page-content .blog-entry > a:hover {
  color: #4b4b4b;
}
section#main-page article.main-page-article .inner-page .inner-page-content .blog-entry > a i {
  font-size: 30px;
  margin-left: 2px;
  position: absolute;
  top: -8px;
}
section#main-page article.main-page-article .inner-page .inner-page-content .blog-entry > p.date {
  font-size: 14px;
  font-weight: 300;
  color: #8f8f8f;
}
section#main-page article.main-page-article .inner-page .inner-page-content .blog-entry > .content {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 20px;
}
.stockist-inner-wrapper .searchs-stockist {
  width: 410px;
  float: left;
  padding-right: 80px;
}
.stockist-inner-wrapper .searchs-stockist-results {
  width: 335px;
  float: right;
}
.stockist-inner-wrapper .searchs-stockist > h2 {
  color: #4b4b4b;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
}
.stockist-inner-wrapper .searchs-stockist > p {
  margin-top: 10px;
  font-size: 13px;
  margin-bottom: 10px;
  color: #4b4b4b;
}
.stockist-inner-wrapper .searchs-stockist > form#stockist-search-form {
  width: 100%;
  position: relative;
}
.stockist-inner-wrapper .searchs-stockist > form#stockist-search-form ul.form-errors {
  margin-left: 0 !important;
}
.stockist-inner-wrapper .searchs-stockist > form#stockist-search-form .stockist-search-inner {
  position: relative;
  width: 100%;
  border: 1px solid #ddd;
}
.stockist-inner-wrapper .searchs-stockist > form#stockist-search-form input.search-form-text {
  width: 90%;
  border: none;
  background-color: white;
  padding: 10px;
  box-shadow: none;
  font-size: 14px;
  padding-left: 15px;
  -moz-box-shadow: 1px 0px 5px #f7f7f7 inset;
  -webkit-box-shadow: 1px 0px 5px #f7f7f7 inset;
  box-shadow: 1px 0px 5px #f7f7f7 inset;
  border-radius: 0px;
}
.stockist-inner-wrapper .searchs-stockist > form#stockist-search-form button {
  position: absolute;
  right: 1px;
  top: 0px;
  border: none;
  color: #f12938;
  background-color: white;
  padding: 10px 15px;
  box-shadow: none;
  font-size: 14px;
  text-transform: uppercase;
}
.stockist-inner-wrapper .searchs-stockist-results > h2 {
  color: #4b4b4b;
  font-size: 18px;
  font-weight: 400;
  padding-left: 0px;
  margin-bottom: 15px;
}
.stockist-inner-wrapper .searchs-stockist-results > h3 {
  color: #4b4b4b;
  font-size: 18px;
  font-weight: 400;
  border-top: 1px solid #ddd;
  padding-top: 15px;
  padding-bottom: 15px;
}
.stockist-inner-wrapper .searchs-stockist-results > ul.search-results {
  list-style: none;
  width: 100%;
}
.stockist-inner-wrapper .searchs-stockist-results > ul.search-results > li {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #ddd;
}
.stockist-inner-wrapper .searchs-stockist-results > ul.search-results > li .company-address {
  width: 100%;
  position: relative;
}
.stockist-inner-wrapper .searchs-stockist-results > ul.search-results > li .company-address > p {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.2;
  max-width: 230px;
}
.stockist-inner-wrapper .searchs-stockist-results > ul.search-results > li .company-address > .map-link {
  width: auto;
  position: absolute;
  right: 5px;
  top: 0;
}
.stockist-inner-wrapper .searchs-stockist-results > ul.search-results > li .company-address > .map-link > p {
  font-weight: bold !important;
  font-size: 13px !important;
  color: #4b4b4b !important;
}
.stockist-inner-wrapper .searchs-stockist-results > ul.search-results > li .company-address > .map-link a {
  width: 100%;
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  color: #f12938;
}
section#main-page article.main-page-article > h1 {
  text-transform: uppercase;
  color: #ffffff;
  padding: 10px 12px 14px 12px;
  width: 100%;
  font-weight: 400;
  font-size: 26px;
  background-color: #f12938;
  margin-bottom: 20px;
}
section#main-page article.main-page-article.wishlist-page .inner-page {
  margin-top: 0;
}
section#main-page article.main-page-article.wishlist-page > h1 {
  margin-bottom: 0;
}
.inner-page-content #contact-email-area,
.inner-page-content #contact-callus-area,
.inner-page-content #contact-writetous-area {
  float: left;
  width: 220px;
  margin-right: 59px;
}
.inner-page-content #contact-email-area > a {
  word-wrap: break-word;
  width: 100%;
  display: block;
}
.inner-page-content #contact-writetous-area {
  margin-right: 0;
}
.inner-page-content #contact-email-area > h2,
.inner-page-content #contact-callus-area > h2,
.inner-page-content #contact-writetous-area > h2 {
  font-weight: 400;
  font-size: 18px;
  color: #4b4b4b;
  display: block;
  width: 100%;
  padding-bottom: 5px;
  border-bottom: 2px solid #000;
  margin-bottom: 12px;
}
.inner-page-content #contact-email-area > p,
.inner-page-content #contact-callus-area > p,
.inner-page-content #contact-writetous-area > p {
  width: 100%;
  font-size: 14px;
}
.inner-page-content #contact-email-area > a,
.inner-page-content #contact-callus-area > a,
.inner-page-content #contact-writetous-area > a {
  font-size: 14px;
  color: #f12938;
}
.inner-page-content #contact-form-area {
  width: 495px;
  height: auto;
}
.inner-page-content #contact-email-area {
  float: none;
  padding-bottom: 15px;
}
.inner-page-content #contact-form-area > h2 {
  font-weight: 400;
  font-size: 18px;
  color: #4b4b4b;
  display: block;
  width: 100%;
  padding-bottom: 5px;
  border-bottom: 2px solid #000;
  margin-bottom: 21px;
}
.inner-page-content #contact-form-area .form-line {
  width: 100%;
  float: none;
  margin-bottom: 10px;
  position: relative;
}
.inner-page-content #contact-form-area .form-line label {
  width: 142px;
  color: #4b4b4b;
  font-size: 14px;
  font-weight: 400;
  vertical-align: top;
  padding-top: 12px;
}
.inner-page-content #contact-form-area .form-line input {
  width: calc(100% - 146px);
  height: 40px;
  padding: 10px;
  border: 1px solid #ddd;
  color: #4b4b4b;
  font-size: 14px;
  font-weight: 400;
  -moz-box-shadow: 1px 0px 5px #f7f7f7 inset none !important;
  -webkit-box-shadow: 1px 0px 5px #f7f7f7 inset none !important;
  box-shadow: 1px 0px 5px #f7f7f7 inset none !important;
  border-radius: 0px;
  box-shadow: none !important;
  -webkit-appearance: none;
  border-radius: 0;
}
.inner-page-content #contact-form-area .form-line textarea {
  width: calc(100% - 146px);
  height: 112px;
  resize: none;
  padding: 10px;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #ddd;
  color: #4b4b4b;
  font-size: 14px;
  font-weight: 400;
  -moz-box-shadow: 1px 0px 5px #f7f7f7 inset;
  -webkit-box-shadow: 1px 0px 5px #f7f7f7 inset;
  box-shadow: 1px 0px 5px #f7f7f7 inset;
  border-radius: 0px;
  -webkit-appearance: none;
}
.inner-page-content #contact-form-area button.form-submit {
  width: 130px;
  height: 38px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
  border: 0;
  background-color: #f12938;
  font-size: 15px;
  font-weight: bold;
  margin-left: 144px;
}
.inner-page-content #contact-form-area button.form-submit:hover {
  background-color: #4b4b4b;
}
.gift-card-page {
  color: #4b4b4b;
}
section#main-page article.main-page-article .inner-page .inner-page-content.gift-card-page > h1 {
  font-weight: 400;
}
section#main-page article.main-page-article .inner-page .inner-page-content.gift-card-page > p {
  font-size: 13px;
}
#giftcard-form-area {
  max-width: 475px;
}
.inner-page-content #giftcard-form-area > h2 {
  font-weight: 400;
  font-size: 18px;
  color: #4b4b4b;
  display: block;
  width: 100%;
  padding-bottom: 5px;
  border-bottom: 2px solid #000;
  margin-bottom: 21px;
}
.inner-page-content #giftcard-form-area .form-line {
  width: 100%;
  float: none;
  margin-bottom: 10px;
  position: relative;
}
.inner-page-content #giftcard-form-area .form-line > label {
  width: 142px;
  color: #4b4b4b;
  font-size: 14px;
  font-weight: 400;
  vertical-align: top;
  padding-top: 12px;
}
.inner-page-content #giftcard-form-area .form-line > input {
  width: calc(100% - 146px);
  height: 40px;
  padding: 10px;
  border: 1px solid #ddd;
  color: #4b4b4b;
  font-size: 14px;
  font-weight: 400;
  -webkit-appearance: none;
  border-radius: 0;
  -moz-box-shadow: 1px 0px 5px #f7f7f7 inset;
  -webkit-box-shadow: 1px 0px 5px #f7f7f7 inset;
  box-shadow: 1px 0px 5px #f7f7f7 inset;
  border-radius: 0px;
}
.inner-page-content #giftcard-form-area .form-line .select-wrap,
.login-form-line .select-wrap {
  width: calc(100% - 146px);
  display: inline;
  position: relative;
}
.inner-page-content #giftcard-form-area .form-line .select-default,
.login-form-line .select-default {
  width: calc(100% - 146px);
  height: 40px;
  padding: 0px 10px;
  border: 1px solid #ddd;
  color: #4b4b4b;
  font-size: 12px;
  font-weight: 400;
  -webkit-appearance: none;
  line-height: 40px;
  cursor: pointer;
  font-style: italic !important;
  -moz-box-shadow: 1px 0px 5px #f7f7f7 inset;
  -webkit-box-shadow: 1px 0px 5px #f7f7f7 inset;
  box-shadow: 1px 0px 5px #f7f7f7 inset;
  border-radius: 0px;
  z-index: 101;
}
.login-form-line .select-default {
  position: relative;
  z-index: 102;
}
.login-form-line select.select-default {
  z-index: 103;
}
.inner-page-content #giftcard-form-area .form-line .select-default::after,
.login-form-line .select-default::after {
  position: absolute;
  right: 15px;
  top: 2px;
  font-size: 9px;
  z-index: 100;
  color: #333;
  content: "\e60f";
  font-family: 'icomoon';
  font-style: normal;
}
.inner-page-content #giftcard-form-area .form-line textarea {
  width: calc(100% - 146px);
  height: 112px;
  resize: none;
  padding: 10px;
  -webkit-appearance: none;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #ddd;
  color: #4b4b4b;
  font-size: 14px;
  font-weight: 400;
  -moz-box-shadow: 1px 0px 5px #f7f7f7 inset;
  -webkit-box-shadow: 1px 0px 5px #f7f7f7 inset;
  box-shadow: 1px 0px 5px #f7f7f7 inset;
  border-radius: 0px;
}
.inner-page-content #giftcard-form-area button.form-submit {
  width: auto;
  height: 38px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
  border: 0;
  background-color: #f12938;
  font-size: 14px;
  font-weight: 400;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: 144px;
}
.inner-page-content #giftcard-form-area button.form-submit:hover {
  background-color: #4b4b4b;
}
.inner-page-content #giftcard-form-area .form-line > div {
  display: inline-block;
  width: calc(100% - 146px);
  height: auto;
  padding: 0px;
  color: #4b4b4b;
  font-size: 14px;
  font-weight: 400;
  float: right;
}
.inner-page-content #giftcard-form-area .form-line > div {
  margin-top: 10px;
}
.inner-page-content #giftcard-form-area .form-line > div:last-of-type {
  margin-bottom: 10px;
}
.inner-page-content #giftcard-form-area .form-line > div > input[type="radio"],
.inner-page-content #giftcard-form-area .form-line > div > input[type="checkbox"] {
  display: none;
}
.inner-page-content #giftcard-form-area .form-line > div > input[type="radio"] + label {
  font-weight: 400;
  font-size: 11px;
}
.inner-page-content #giftcard-form-area .form-line > div > input[type="radio"] + label span {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 8px;
  vertical-align: middle;
  cursor: pointer;
}
.inner-page-content #giftcard-form-area .form-line > div > input[type="radio"] + label span {
  background-color: #f12938;
}
.inner-page-content #giftcard-form-area .form-line > div > input[type="radio"]:checked + label span {
  background: url(../images/check-icon.png) no-repeat 50% 50%;
  background-size: 9px auto;
  background-color: #f12938;
}
.basket-summary-wrapper {
  width: 100%;
  margin-top: 35px;
  margin-bottom: 20px;
}
.basket-summary-wrapper .voucher-wrapper,
.basket-summary-wrapper .delivery-wrapper,
.basket-summary-wrapper .checkout-wrapper {
  float: left;
  width: 35.0%;
  padding-right: 50px;
}
.basket-summary-wrapper .checkout-wrapper {
  width: 30%;
  padding-right: 0px;
}
.basket-summary-wrapper .voucher-wrapper > h2,
.basket-summary-wrapper .delivery-wrapper > h2,
.basket-summary-wrapper .checkout-wrapper > h2 {
  color: #f12938;
  font-weight: bold;
  font-size: 20px;
}
.basket-summary-wrapper .voucher-wrapper > button,
.basket-summary-wrapper .delivery-wrapper > button,
.basket-summary-wrapper .checkout-wrapper > button,
.basket-summary-wrapper .voucher-wrapper > a {
  color: white;
  background-color: #f12938;
  padding: 10px 25px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  border: none;
  -webkit-appearance: none;
  box-shadow: none;
  border-radius: 0;
  margin-top: 20px;
  text-decoration: none;
  text-align: center;
}
.basket-summary-wrapper .voucher-wrapper > a {
  display: inline-block;
  vertical-align: top;
}
.basket-summary-wrapper .checkout-wrapper > button {
  float: right;
}
.basket-summary-wrapper .voucher-wrapper > button:hover,
.basket-summary-wrapper .delivery-wrapper > button:hover,
.basket-summary-wrapper .checkout-wrapper > button:hover {
  background-color: #4b4b4b;
}
.basket-summary-wrapper .voucher-wrapper .voucher-form {
  width: 100%;
  position: relative;
  margin-top: 10px;
}
.basket-summary-wrapper .voucher-wrapper .voucher-form ul.form-errors {
  margin-left: 0;
  margin-top: 5px;
}
.basket-summary-wrapper .checkout-wrapper > p {
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 13px;
  width: 100%;
}
.basket-summary-wrapper .checkout-wrapper > p > span {
  float: right;
  font-weight: bold;
}
.basket-summary-wrapper .checkout-wrapper > p:first-of-type {
  margin-top: 10px;
}
.basket-summary-wrapper .checkout-wrapper > p.total {
  padding-top: 5px;
  padding-bottom: 8px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  font-size: 16px;
}
.basket-summary-wrapper .voucher-wrapper .voucher-form input[type=text] {
  height: 40px;
  border: 1px solid #ddd;
  -webkit-appearance: none;
  box-shadow: none;
  border-radius: 0;
  width: 100%;
  padding: 0 10px;
  font-size: 13px;
  font-weight: 300;
  -moz-box-shadow: 1px 0px 5px #f7f7f7 inset;
  -webkit-box-shadow: 1px 0px 5px #f7f7f7 inset;
  box-shadow: 1px 0px 5px #f7f7f7 inset;
  border-radius: 0px;
}
.basket-summary-wrapper .voucher-wrapper .voucher-form button {
  height: 40px;
  border: 1px solid #ddd;
  -webkit-appearance: none;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
  color: #f12938;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  border: none;
  position: absolute;
  right: 10px;
  top: 0;
}
.basket-summary-wrapper .delivery-wrapper .select-default {
  margin-top: 10px;
  width: 100%;
  height: 40px;
  padding: 0px 10px;
  border: 1px solid #ddd;
  color: #4b4b4b;
  font-size: 12px;
  font-weight: 400;
  -webkit-appearance: none;
  line-height: 40px;
  cursor: pointer;
  font-style: italic !important;
  -moz-box-shadow: 1px 0px 5px #f7f7f7 inset;
  -webkit-box-shadow: 1px 0px 5px #f7f7f7 inset;
  box-shadow: 1px 0px 5px #f7f7f7 inset;
  border-radius: 0px;
  z-index: 101;
}
.basket-summary-wrapper .delivery-wrapper .select-wrapper {
  width: 100%;
  position: relative;
}
.basket-summary-wrapper .delivery-wrapper .select-default::after {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 9px;
  z-index: 100;
  color: #333;
  content: "\e60f";
  font-family: 'icomoon';
  font-style: normal;
}
.basket-product-wrapper {
  width: 100%;
  padding-bottom: 22px;
  border-bottom: 1px solid #e2e2e2;
  margin-top: 22px;
}
.basket-product-wrapper .product-details-wrapper {
  float: left;
  max-width: 300px;
}
.basket-product-wrapper .product-details-wrapper > h3 {
  font-size: 16px;
  font-weight: 400;
  margin-top: 12px;
}
.basket-product-wrapper .product-details-wrapper table.variations {
  padding: 0;
  margin: 0;
  margin-top: 22px;
  width: 320px;
  font-size: 13px;
  line-height: 1.5;
}
.basket-product-wrapper .product-details-wrapper table.variations td,
.basket-product-wrapper .product-details-wrapper table.variations th {
  padding: 0;
  margin: 0;
  line-height: 1.5;
}
.basket-product-wrapper .product-details-wrapper table.variations td:nth-child(even) {
  font-weight: bold;
  width: 50%;
}
.basket-product-wrapper .product-details-wrapper table.variations td:nth-child(odd) {
  width: 50%;
}
.basket-product-wrapper .product-details-wrapper table.extra-details {
  width: auto;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 1.5;
  margin-top: 22px;
}
.basket-product-wrapper .product-details-wrapper table.extra-details td,
.basket-product-wrapper .product-details-wrapper table.extra-details th {
  margin: 0;
  padding: 0;
  line-height: 1.5;
}
.basket-product-wrapper .product-details-wrapper table.extra-details td:nth-child(odd) {
  padding-right: 5px;
}
.basket-product-wrapper .product-details-wrapper ul.product-details {
  list-style: none;
  margin-top: 20px;
  margin-bottom: 0px;
  width: 320px;
}
.basket-product-wrapper .product-details-wrapper ul.product-details > li {
  position: relative;
  clear: both;
}
.basket-product-wrapper .product-details-wrapper ul.product-details > li > p {
  margin-bottom: 0;
  margin-top: 0;
  line-height: 1.5;
  max-width: 120px;
}
.basket-product-wrapper .product-details-wrapper ul.product-details > li > span.bold {
  font-weight: bold;
  font-size: 13px;
}
.basket-product-wrapper .product-details-wrapper ul.product-details > li > span.moved {
  margin-left: 50px;
  font-size: 13px;
  position: absolute;
  right: 0;
  top: 4px;
  max-width: 120px;
}
.basket-product-wrapper .product-quantity-wrapper {
  min-width: 400px;
  float: right;
}
.basket-product-wrapper .product-quantity-wrapper .product-quantity-field form {
  width: 100%;
  margin-top: 7px;
}
.basket-product-wrapper .product-quantity-wrapper .product-quantity-field button {
  float: none;
  width: 100%;
  display: block;
  border: none;
  -webkit-appearance: none;
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
  color: #f12938;
  font-size: 12px;
  text-transform: lowercase;
  padding-top: 5px;
  font-weight: 300;
}
.basket-product-wrapper .product-quantity-wrapper .product-quantity-field {
  position: relative;
}
.basket-product-wrapper .product-quantity-wrapper .product-quantity-field .quantity-field-wrapper {
  width: 90px;
  height: 40px;
  padding: 0 10px;
  border: 1px solid #ddd;
  position: relative;
  -moz-box-shadow: 1px 0px 5px #f7f7f7 inset;
  -webkit-box-shadow: 1px 0px 5px #f7f7f7 inset;
  box-shadow: 1px 0px 5px #f7f7f7 inset;
  border-radius: 0px;
}
.basket-product-wrapper .product-quantity-wrapper .product-quantity-field .quantity-field-wrapper > input.quantity-field {
  text-align: right;
  width: 50%;
  float: right;
  height: 40px;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
  font-size: 15px;
  font-weight: bold;
  z-index: 101;
}
.basket-page-errors ul.form-errors {
  margin-left: 0;
}
.basket-product-wrapper .product-quantity-wrapper .product-quantity-field span.quantity-prompt {
  position: absolute;
  left: 10px;
  top: 13px;
  z-index: 100;
  font-weight: 300;
  color: #4b4b4b;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.basket-product-wrapper .product-quantity-wrapper .product-quantity-field > form button:hover {
  color: #4b4b4b;
}
.basket-product-wrapper .product-quantity-wrapper {
  margin-top: -7px;
  position: relative;
}
.basket-product-wrapper .product-quantity-wrapper .product-delete {
  border: none;
  -webkit-appearance: none;
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
  color: #f00;
  font-size: 0px;
  position: relative;
  top: 20px;
}
.basket-product-wrapper .product-quantity-wrapper .product-delete::after {
  border: none;
  -webkit-appearance: none;
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
  color: #f00;
  font-size: 15px;
  margin-top: 10px;
  content: "\e603";
  font-family: 'icomoon';
}
.basket-product-wrapper .shopwired-image-container {
  float: left;
  margin-right: 17px;
  width: 180px;
  display: block;
  height: 180px;
  padding: 0;
}
.basket-product-wrapper .shopwired-image-container img {
  width: 100%;
  height: 100%;
}
.basket-product-wrapper .product-quantity-wrapper p.price-first-label,
.basket-product-wrapper .product-quantity-wrapper p.price-second-label {
  font-weight: bold;
  color: #f12938;
  font-size: 16px;
  float: left;
}
.basket-product-wrapper .product-quantity-wrapper p.price-first-label {
  margin-right: 75px;
}
.basket-product-wrapper .product-quantity-wrapper p.price-second-label {
  margin-right: 50px;
}
.basket-product-wrapper .product-quantity-wrapper .product-quantity-field {
  float: left;
  margin-right: 75px;
  margin-top: 6px;
}
section#main-page article.main-page-article.product-page h1 {
  text-transform: none;
  color: #ffffff;
  width: 100%;
  color: white;
  display: inline-block;
  padding: 10px 12px 14px 12px;
  width: auto;
  font-weight: 300;
  font-size: 26px;
  background-color: #f12938;
  margin-bottom: 17px;
  max-width: none;
  width: calc(100% - 475px);
}
.product-info ul.form-errors {
  margin-left: 0;
}
#product-container .product-gallery .video-container {
  display: none;
  width: 100%;
  height: 450px;
  background-color: #000;
}
#product-container.playing-video .product-gallery .video-container {
  display: block;
}
.product-gallery {
  width: 450px;
  margin-right: 25px;
  min-height: 100px;
  background-color: transparent;
  float: left;
  margin-bottom: 25px;
}
.product-gallery .shopwired-image-container {
  width: 100%;
  height: 450px;
  display: block;
  background-color: transparent;
  border: 1px solid #ddd;
  position: relative;
}
#product-container.playing-video .product-gallery > .shopwired-image-container {
  display: none;
}
.product-gallery .shopwired-image-container > img {
  width: 100%;
  height: 100%;
}
.product-gallery .shopwired-image-container > span.left-box,
.product-gallery .shopwired-image-container > span.right-box {
  position: absolute;
  left: 0;
  top: 0;
  background-color: #f12938;
  display: block;
  padding: 12px 10px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}
.product-gallery .shopwired-image-container > span.right-box {
  left: auto;
  right: 0;
  background-color: #c32900;
  color: #ffffff;
}
.product-gallery .product-gallery-thumbnails {
  width: 100%;
  min-height: 90px;
  background-color: transparent;
  margin-top: 15px;
  position: relative;
  padding-left: 5%;
  padding-right: 5%;
}
.product-gallery .product-gallery-thumbnails .arrow-left,
.product-gallery .product-gallery-thumbnails .arrow-right {
  position: absolute;
  left: 0;
  background-color: transparent;
  color: #f12938;
  height: 100%;
  font-size: 32px;
  cursor: pointer;
}
.product-gallery .product-gallery-thumbnails .arrow-left .inner-arrow,
.product-gallery .product-gallery-thumbnails .arrow-right .inner-arrow {
  display: table;
  height: 100%;
  width: 100%;
}
.product-gallery .product-gallery-thumbnails .arrow-left i,
.product-gallery .product-gallery-thumbnails .arrow-right i {
  vertical-align: middle;
  display: table-cell;
}
.product-gallery .product-gallery-thumbnails > .arrow-left:hover,
.product-gallery .product-gallery-thumbnails > .arrow-right:hover {
  color: #4b4b4b;
}
.product-gallery .product-gallery-thumbnails > .arrow-right {
  right: 0;
  left: auto;
}
.product-gallery .product-gallery-thumbnails > ul {
  list-style: none;
  width: 100%;
}
.product-gallery .product-gallery-thumbnails > .bx-wrapper {
  width: 375px !important;
  position: relative;
  left: 5px;
}
.product-gallery .product-gallery-thumbnails li {
  display: block;
  float: left;
  width: 23.5%;
  margin-right: 2%;
  height: 90px;
}
.product-gallery .product-gallery-thumbnails .li:last-of-type {
  margin-right: 0;
}
.product-gallery .product-gallery-thumbnails .shopwired-image-container > img {
  height: 90px;
}
.product-gallery .product-gallery-thumbnails .shopwired-image-container {
  width: 100%;
  margin: 0;
  height: 0;
}
.product-info {
  min-height: 100px;
  float: right;
  width: calc(100% - 475px);
}
.product-info p.title {
  font-size: 18px;
  margin-top: 0;
}
.product-info p.price {
  float: right;
  margin-top: 0;
  line-height: 21px;
  margin-bottom: 10px;
}
.product-info p.code {
  font-size: 16px;
  margin-top: 14px;
  font-weight: bold;
}
.product-info .star-full,
.product-info .star {
  float: left;
  width: 15px;
  height: 15px;
  display: inline-block;
  margin-right: 4px;
}
.product-info .star-full:before,
.product-info .star:before {
  content: "\e608";
  font-family: 'icomoon';
  color: #f12938;
  font-size: 15px;
}
.product-info .star:before {
  color: #d4d4d4;
}
.rating {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
}
.rating > .star:last-of-type {
  margin-right: 8px;
}
.rating > a {
  text-transform: uppercase;
  color: #f12938;
  font-size: 12px;
  font-weight: bold;
  position: relative;
  top: 2px;
}
.rating > a.right {
  float: right;
}
.product-info .product-description {
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}
.product-info #reviews-section {
  width: 100%;
  min-height: 100px;
  background-color: transparent;
  display: none;
}
.product-info #reviews-section ul.reviews-details {
  list-style: none;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.product-info #reviews-section ul.reviews-details > li {
  margin-bottom: 20px;
  margin-top: 20px;
}
.product-info #reviews-section ul.reviews-details > li h3 {
  font-size: 13px;
  font-weight: bold;
  margin-right: 10px;
  display: inline-block;
  width: auto;
}
.product-info #reviews-section ul.reviews-details > li p {
  font-size: 11px;
}
.product-info #reviews-section ul.reviews-details > li .review-stars {
  display: inline-block;
  position: relative;
  top: 2px;
}
.product-info .product-form {
  width: 100%;
}
.product-info .product-form .product-variations {
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}
.product-info .review-form {
  padding-top: 20px;
  padding-bottom: 20px;
}
.product-info .review-form .form-line > label {
  margin-right: 30px;
  font-size: 13px;
  color: #4b4b4b;
  font-weight: 400;
  width: 89px;
  vertical-align: top;
  padding-top: 12px;
}
.product-info .review-form .form-line > input[type=text] {
  width: calc(100% - 229px);
  height: 40px;
  padding: 10px;
  border: 1px solid #ddd;
  color: #4b4b4b;
  font-size: 14px;
  font-weight: 400;
  -moz-box-shadow: 1px 0px 5px #f7f7f7 inset;
  -webkit-box-shadow: 1px 0px 5px #f7f7f7 inset;
  box-shadow: 1px 0px 5px #f7f7f7 inset;
  border-radius: 0px;
  max-width: 500px;
}
.product-info .review-form .form-line textarea {
  width: calc(100% - 229px);
  height: 112px;
  resize: none;
  padding: 10px;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #ddd;
  color: #4b4b4b;
  font-size: 14px;
  font-weight: 400;
  -moz-box-shadow: 1px 0px 5px #f7f7f7 inset;
  -webkit-box-shadow: 1px 0px 5px #f7f7f7 inset;
  box-shadow: 1px 0px 5px #f7f7f7 inset;
  border-radius: 0px;
  -webkit-appearance: none;
  max-width: 500px;
}
.product-info .review-form button.review-form-submit {
  width: 140px;
  height: 38px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
  border: 0;
  background-color: #f12938;
  font-size: 14px;
  font-weight: bold;
  margin-left: 122px;
}
.product-info .review-form button.review-form-submit:hover {
  background-color: #4b4b4b;
}
.product-info .product-form .product-variations .form-line,
.product-info .review-form .form-line {
  width: 100%;
  margin-bottom: 15px;
}
.product-info .product-form .product-variations .form-line .select-default,
.product-info .review-form .form-line .select-default {
  height: 40px;
  padding: 0px 10px;
  border: 1px solid #ddd;
  color: #4b4b4b;
  font-size: 12px;
  font-weight: 400;
  -webkit-appearance: none;
  line-height: 40px;
  cursor: pointer;
  font-style: italic !important;
  width: 220px;
  -moz-box-shadow: 1px 0px 5px #f7f7f7 inset;
  -webkit-box-shadow: 1px 0px 5px #f7f7f7 inset;
  box-shadow: 1px 0px 5px #f7f7f7 inset;
  border-radius: 0px;
  z-index: 101;
}
.select-wrap {
  position: relative;
  display: inline-block;
}
.product-info .product-form .product-variations .form-line .select-default::after,
.product-info .review-form .form-line .select-default::after {
  position: absolute;
  float: right;
  top: 1px;
  right: 15px;
  font-size: 9px;
  z-index: 100;
  color: #333;
  content: "\e60f";
  font-family: 'icomoon';
  font-style: normal;
}
.product-info .product-form .product-variations .form-line > label {
  margin-right: 30px;
  font-size: 13px;
  color: #4b4b4b;
  font-weight: 400;
  min-width: 100px;
}
.product-info .product-form .price-and-points {
  width: 100%;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  padding-bottom: 15px;
  vertical-align: middle;
}
.product-info .product-form .price-and-points > .price {
  display: inline-block;
  width: auto;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 22px;
  color: #f12938;
}
.product-info .product-form .price-and-points > .price > .product-sale-price-value {
  display: none;
}
#product-container.has-sale-price .product-info .product-form .price-and-points > .price > .product-sale-price-value {
  margin-right: 10px;
  display: inline;
}
#product-container.has-sale-price .product-price-value {
  text-decoration: line-through;
  color: #4b4b4b;
}
.product-info .product-form .price-and-points .reward-points {
  display: none;
}
#product-container.has-reward-points .product-info .product-form .price-and-points .reward-points {
  display: inline;
}
.product-info .product-form .price-and-points .reward-points > p {
  float: right;
  margin-top: 0;
  line-height: 22px;
  text-transform: none;
  color: #f12938;
  font-weight: bold;
  font-size: 14px;
}
.product-info .product-form .price-and-points .reward-points > p > .product-reward-points-value {
  padding: 5px 10px;
  color: #fff;
  background-color: #f12938;
  margin-left: 2px;
  margin-right: 2px;
}
.product-info .product-form .extra-options {
  width: 100%;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  padding-bottom: 15px;
  vertical-align: middle;
}
.product-info .product-form .extra-options .half {
  float: left;
  width: auto;
  display: block;
  margin-right: 50px;
}
.product-info .product-form .extra-options .half:last-of-type {
  margin-right: 0;
}
.product-info .product-form .extra-options input[type="radio"],
.product-info .product-form .extra-options input[type="checkbox"] {
  display: none;
}
.product-info .product-form .extra-options input[type="radio"] + label,
.product-info .product-form .extra-options input[type="checkbox"] + label {
  font-weight: 400;
  font-size: 13px;
}
.product-info .product-form .extra-options input[type="radio"] + label span,
.product-info .product-form .extra-options input[type="checkbox"] + label span {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 8px;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f12938;
}
.product-info .product-form .extra-options input[type="radio"] + label span,
.product-info .product-form .extra-options input[type="checbkox"] + label span {
  background-color: #f12938;
}
.product-info .product-form .extra-options input[type="radio"]:checked + label span,
.product-info .product-form .extra-options input[type="checkbox"]:checked + label span {
  background: url(../images/check-icon.png) no-repeat 50% 50%;
  background-size: 9px auto;
  background-color: #f12938;
}
.product-info .product-form .buttons-and-quantity {
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 15px;
  vertical-align: middle;
}
.product-info .product-form .buttons-and-quantity .quantity-field-wrapper {
  border: 1px solid #ddd;
  width: auto;
  display: inline-block;
  position: relative;
  height: 38px;
  float: left;
  margin-right: 15px;
  width: 80px;
  -moz-box-shadow: 1px 0px 5px #f7f7f7 inset;
  -webkit-box-shadow: 1px 0px 5px #f7f7f7 inset;
  box-shadow: 1px 0px 5px #f7f7f7 inset;
  border-radius: 0px;
}
.product-info .product-form .buttons-and-quantity .quantity-field-wrapper > input {
  border: none;
  -webkit-appearance: none;
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
  color: #4b4b4b;
  font-size: 13px;
  font-weight: bold;
  text-align: left;
  height: 38px;
  width: 60%;
  float: right;
  padding-right: 10px;
  padding-left: 10px;
  border-radius: 0px;
}
.product-info .product-form .buttons-and-quantity .quantity-field-wrapper > span {
  position: absolute;
  left: 10px;
  top: 0;
  height: 38px;
  line-height: 38px;
  font-weight: 300;
  font-size: 13px;
}
.product-info .product-form .buttons-and-quantity > button,
.product-info .product-form .buttons-and-quantity > a,
.product-info .product-form .buttons-and-quantity > .out-of-stock-button {
  border: none;
  -webkit-appearance: none;
  box-shadow: none;
  border-radius: 0;
  background-color: transparent;
  height: 38px;
  padding: 0 20px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  background-color: #f12938;
  margin-top: 0;
  float: left;
  margin-right: 15px;
  line-height: 38px;
  text-decoration: none;
}
.product-info .product-form .buttons-and-quantity > .add-to-wishlist {
  background-color: #4b4b4b;
  color: #ffffff;
}
.product-info .product-form .buttons-and-quantity > button.add-button {
  display: none;
}
#product-container.can-be-added .product-info .product-form .buttons-and-quantity > button.add-button {
  display: inline-block;
}
section#main-page article.main-page-article.information-page > p.step-info {
  float: right;
  font-size: 26px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  top: -12px;
  color: #fff;
  margin-right: 10px;
}
#information-form {
  width: 100%;
  height: auto;
  overflow: hidden;
}
#information-form ul.form-errors {
  margin-left: 0;
}
#information-form button.form-submit,
#information-form button.form-offline,
#information-form button.form-paypal {
  display: inline-block;
  float: left;
  width: auto;
  height: 38px;
  color: #fff;
  text-transform: uppercase;
  padding: 0px 20px;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
  border: 0;
  background-color: #f12938;
  font-size: 14px;
  font-weight: bold;
  line-height: 38px;
  margin-top: 15px;
}
.ajax-loader {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 20px;
}
.ajax-loader > p > img {
  position: relative;
  top: 4px;
  margin-right: 10px;
}
#information-form button.form-paypal {
  background-color: #faf8f8;
  border: 1px solid #ddd;
  color: #767676;
  vertical-align: middle !important;
}
#information-form #final-details-area button.form-paypal > p {
  width: 100%;
  height: 38px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  color: #767676;
  margin-top: 0px;
  display: block;
  vertical-align: middle !important;
}
#information-form .terms-wrapper > label a {
  color: #f12938;
  text-decoration: none;
}
#information-form .terms-wrapper > label a:hover {
  text-decoration: underline;
}
#information-form button.form-paypal > p > span {
  width: 96px;
  height: 38px;
  display: inline-block;
  position: relative;
  top: -2px;
  margin-left: 7px;
  background: url(../images/paypal-icon.png) no-repeat 50% 50%;
  background-size: 96px auto;
  line-height: 38px;
  vertical-align: middle;
}
#information-form .cards > img {
  float: left;
  height: 27px;
  width: auto;
  margin-right: 3px;
  margin-bottom: 20px;
  margin-top: 15px;
}
#information-form button.form-offline {
  float: none;
  margin-top: 7px;
}
#information-form button.form-submit {
  margin-right: 12px;
}
#final-details-area {
  margin-bottom: 20px;
  clear: both;
}
#billing-details-area,
#delivery-details-area {
  width: 50%;
  float: left;
  margin-bottom: 20px;
}
#billing-details-area {
  padding-left: 20px;
}
#delivery-details-area {
  padding-right: 20px;
}
#billing-details-area h2 {
  display: inline-block;
  width: 153px;
  float: left;
  margin-right: 0px;
}
#billing-details-area .billing-tick {
  padding-top: 2px;
}
#billing-details-area h2,
#delivery-details-area > h2 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}
#information-form .form-line {
  width: 100%;
  margin-bottom: 9px;
  position: relative;
}
#information-form .form-line > label {
  width: 150px;
  color: #4b4b4b;
  font-size: 14px;
  font-weight: 400;
}
#information-form .form-line > input[type=text] {
  width: calc(100% - 154px);
  height: 40px;
  padding: 10px;
  border: 1px solid #ddd;
  color: #4b4b4b;
  font-size: 14px;
  font-weight: 400;
  -moz-box-shadow: 1px 0px 5px #f7f7f7 inset;
  -webkit-box-shadow: 1px 0px 5px #f7f7f7 inset;
  box-shadow: 1px 0px 5px #f7f7f7 inset;
  border-radius: 0px;
}
#information-form .form-line > input[type=text].medium {
  max-width: 200px;
}
#information-form .form-line > input[type=text].small {
  max-width: 100px;
}
#information-form .form-line > .select-default {
  width: calc(100% - 154px);
  height: 40px;
  padding: 0px 10px;
  border: 1px solid #ddd;
  color: #4b4b4b;
  font-size: 12px;
  font-weight: 400;
  -webkit-appearance: none;
  line-height: 40px;
  cursor: pointer;
  font-style: italic !important;
  -moz-box-shadow: 1px 0px 5px #f7f7f7 inset;
  -webkit-box-shadow: 1px 0px 5px #f7f7f7 inset;
  box-shadow: 1px 0px 5px #f7f7f7 inset;
  border-radius: 0px;
  z-index: 101;
}
#information-form .form-line > .select-default::after {
  position: absolute;
  right: 15px;
  top: 0px;
  font-size: 9px;
  color: #333;
  content: "\e60f";
  font-family: 'icomoon';
  font-style: normal;
  z-index: 100;
}
#information-form input[type="radio"],
#information-form input[type="checkbox"],
#login-form input[type="checkbox"] {
  display: none;
}
#information-form input[type="radio"] + label,
#information-form input[type="checkbox"] + label,
#login-form input[type="checkbox"] + label {
  font-weight: 400;
  font-size: 11px;
}
#information-form input[type="radio"] + label span,
#information-form input[type="checkbox"] + label span,
#login-form input[type="checkbox"] + label span {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 8px;
  vertical-align: middle;
  cursor: pointer;
  background-color: #f12938;
}
#information-form input[type="radio"] + label span,
#information-form input[type="checbkox"] + label span,
#login-form input[type="checbkox"] + label span {
  background-color: #f12938;
}
#information-form input[type="radio"]:checked + label span,
#information-form input[type="checkbox"]:checked + label span,
#login-form input[type="checkbox"]:checked + label span {
  background: url(../images/check-icon.png) no-repeat 50% 50%;
  background-size: 9px auto;
  background-color: #f12938;
}
section#main-page article.main-page-article #account-login-area {
  max-width: 462px;
  margin-bottom: 12px;
}
section#main-page article.main-page-article #account-create-area {
  width: 50%;
  float: left;
  padding-left: 20px;
  max-width: none;
  display: block;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
section#main-page article.main-page-article.checkout-page #account-login-area {
  width: 50%;
  margin-right: 0%;
  float: left;
  padding-right: 20px;
  display: block;
  max-width: none;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-right: 1px solid #ddd;
}
.guest-checkout-bottom,
.guest-checkout-top {
  display: block;
  width: 100%;
  text-transform: uppercase;
  color: white;
  background-color: #1a1b1c;
  font-size: 24px;
  font-weight: bold;
  height: 45px;
  line-height: 45px;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 10px;
}
.guest-checkout-top {
  font-size: 24px;
  margin-bottom: 15px;
  margin-top: 0;
  display: none;
}
.guest-checkout-bottom:hover,
.guest-checkout-top:hover {
  color: #fff;
  background-color: #4b4b4b;
  text-decoration: none;
}
section#main-page article.main-page-article.checkout-page #account-login-area > h1,
section#main-page article.main-page-article.checkout-page #account-create-area > h1 {
  text-transform: uppercase;
  color: #ffffff;
  padding: 10px 12px 14px 12px;
  max-width: 410px;
  width: 100%;
  font-weight: 400;
  font-size: 26px;
  background-color: #f12938;
  margin-bottom: 22px;
}
section#main-page article.main-page-article #account-login-area > p,
section#main-page article.main-page-article #account-create-area > p {
  color: #4b4b4b;
  font-size: 18px;
  font-weight: 400;
  text-transform: none;
  width: 100%;
  position: relative;
}
section#main-page article.main-page-article #account-login-area > p > a.account-login-forgot {
  font-weight: 300;
  font-size: 12px;
  color: #f12938;
  font-style: italic;
  line-height: 18px;
  position: absolute;
  top: 2px;
  right: 0;
}
section#main-page article.main-page-article #account-login-area #login-form,
section#main-page article.main-page-article #create-form {
  width: 100%;
  margin-bottom: 18px;
  margin-top: 30px;
}
section#main-page article.main-page-article #account-login-area #login-form .login-form-line,
section#main-page article.main-page-article #create-form .login-form-line {
  width: 100%;
  float: none;
  margin-bottom: 10px;
}
section#main-page article.main-page-article #account-login-area #login-form .login-form-line label,
section#main-page article.main-page-article #create-form .login-form-line label {
  width: 142px;
  color: #4b4b4b;
  font-size: 14px;
  font-weight: 400;
}
section#main-page article.main-page-article #account-login-area #login-form .login-form-line input,
section#main-page article.main-page-article #create-form .login-form-line input {
  width: calc(100% - 148px);
  height: 40px;
  padding: 10px;
  border: 1px solid #ddd;
  color: #4b4b4b;
  font-size: 14px;
  font-weight: 400;
  box-shadow: 1px 0px 5px #f7f7f7 inset;
  -webkit-appearance: none;
  border-radius: 0;
}
ul.form-errors {
  list-style: none;
  margin-left: 144px;
  margin-bottom: 10px;
  margin-top: 0;
}
ul.form-errors > li {
  color: #4b4b4b;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  color: #c32900;
}
section#main-page article.main-page-article #account-login-area #login-form button.login-form-submit,
section#main-page article.main-page-article #create-form button.login-form-submit {
  width: 130px;
  height: 38px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
  border: 0;
  background-color: #f12938;
  font-size: 15px;
  font-weight: bold;
  margin-left: 144px;
}
section#main-page article.main-page-article #account-login-area #login-form button.login-form-submit:hover,
section#main-page article.main-page-article #create-form button.login-form-submit:hover {
  background-color: #4b4b4b;
}
article.main-page-article p {
  font-weight: 400;
  color: #4b4b4b;
  line-height: 1.2;
  font-size: 16px;
  margin-top: 19px;
}
section#main-page article.main-page-article.account-page .order-details-wrapper {
  margin-top: 25px;
}
section#main-page article.main-page-article.account-page .order-details-wrapper > p {
  margin-top: 13px;
}
section#main-page article.main-page-article.account-page .order-details-wrapper .details-wrapper {
  margin-top: 30px;
  margin-bottom: 30px;
}
section#main-page article.main-page-article.account-page .order-details-wrapper .order-detail {
  width: 25%;
  float: left;
}
section#main-page article.main-page-article.account-page .order-details-wrapper .detail-totals {
  width: 50%;
}
section#main-page article.main-page-article.account-page .order-details-wrapper .order-detail h2 {
  font-weight: bold;
  color: #4b4b4b;
  margin-bottom: 20px;
  font-size: 15px;
  text-transform: none;
}
section#main-page article.main-page-article.account-page .order-details-wrapper .order-detail p {
  margin: 0;
  font-size: 13px;
  color: #4b4b4b;
  font-weight: 400;
  line-height: 1.2;
}
section#main-page article.main-page-article.account-page .order-details-wrapper .order-detail table.totals-table {
  width: 100%;
}
section#main-page article.main-page-article.account-page .order-details-wrapper .order-detail table.totals-table tr {
  padding: 0;
  margin: 0;
  height: 13px;
}
section#main-page article.main-page-article.account-page .order-details-wrapper .order-detail table.totals-table td {
  padding: 0;
  margin: 0;
  font-size: 13px;
  color: #4b4b4b;
  font-weight: 400;
  line-height: 1.2;
}
section#main-page article.main-page-article.account-page .order-details-wrapper .order-detail table.totals-table td:nth-child(even) {
  font-weight: bold;
}
section#main-page article.main-page-article.account-page h3.scroll-info {
  color: #f12938;
  font-size: 13px;
  font-weight: bold;
  text-transform: none;
  margin-top: 10px;
  display: none;
  margin-bottom: 7px;
}
section#main-page article.main-page-article.account-page h3.scroll-info > i {
  font-size: 27px;
  position: relative;
  top: 7px;
}
section#main-page article.main-page-article.account-page p a {
  color: #f12938;
  text-decoration: none;
  word-wrap: break-word;
}
section#main-page article.main-page-article.account-page p a:hover {
  text-decoration: underline;
}
section#main-page article.main-page-article.account-page table.order-table {
  width: 100%;
  margin-top: 21px;
  margin-bottom: 20px;
  border: 1px solid #e4e4e4;
  padding: 10px;
}
section#main-page article.main-page-article.account-page table.empty-order-table {
  width: 100%;
  margin-top: 21px;
  margin-bottom: 20px;
  border: 1px solid #e4e4e4;
  padding: 10px;
  font-weight: bold;
  color: #4b4b4b;
  font-size: 14px;
  text-transform: uppercase;
}
section#main-page article.main-page-article.account-page table.order-table tr {
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
}
section#main-page article.main-page-article.account-page table.order-table tr th {
  font-weight: bold;
  color: #4b4b4b;
  font-size: 14px;
  text-transform: uppercase;
  vertical-align: middle;
  padding: 15px;
}
section#main-page article.main-page-article.account-page table.order-table tr td {
  font-weight: 400;
  color: #4b4b4b;
  font-size: 12px;
  text-transform: none;
  vertical-align: middle;
  padding: 15px;
}
section#main-page article.main-page-article.account-page table.order-table tr td a {
  text-transform: uppercase;
  color: #f12938;
  font-weight: bold;
}
section#main-page article.main-page-article .outer-video-wrapper {
  margin-bottom: 22px;
  float: left;
  width: 48%;
  margin-right: 4%;
}
section#main-page article.main-page-article .outer-video-wrapper > h2 {
  width: 100%;
  text-align: center;
  margin-top: 15px;
  color: #252424;
  font-size: 14px;
  font-weight: 400;
  display: block;
}
section#main-page article.main-page-article .outer-video-wrapper .video.responsive {
  height: 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 56.25%;
}
section#main-page article.main-page-article .video.responsive > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}
section#main-page article.main-page-article .outer-video-wrapper:nth-child(odd) {
  margin-right: 0;
}
section#home-main section.main-slider {
  width: 100%;
  background-color: transparent;
  min-height: 1px;
  z-index: 100;
  position: relative;
}
a:focus {
  outline: none;
}
#slider-btn-left,
#slider-btn-right {
  width: 58px;
  height: 58px;
  display: none;
  z-index: 1002;
  background: url(../slide-arrow-left.png) no-repeat center center;
  background-size: 58px 58px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -29px;
}
#slider-btn-right {
  left: auto;
  right: 0;
  background: url(../slide-arrow-right.png) no-repeat 50% 50%;
  background-size: 58px 58px;
}
.home-slider:hover #slider-btn-left,
.home-slider:hover #slider-btn-right {
  display: block;
}
section#home-main section.main-slider .main-slider-wrapper .item img {
  margin: 0 auto;
}
section#home-main section.main-slider .main-slider-wrapper > h2 {
  position: absolute;
  bottom: 35px;
  color: #fff;
  font-size: 37px;
  font-weight: bold;
  max-width: 418px;
  right: 8px;
  line-height: 1.3;
}
section#home-main #slider-hidden {
  display: none;
}
section#home-main #slider-hidden > h2 {
  color: #000;
  font-size: 28px;
  text-align: center;
  width: 100%;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 10px;
  margin-bottom: 10px;
}
section#home-main #slider-hidden > a {
  width: 152px;
  display: block;
  background-color: white;
  border: 2px solid #f12938;
  text-transform: uppercase;
  color: #f12938;
  font-weight: bold;
  font-size: 19px;
  border-radius: 0;
  text-align: center;
  padding: 10px;
  margin: 0 auto;
}
section#home-main #slider-hidden > a:hover {
  text-decoration: none;
  background: #f12938;
  color: #fff;
}
section#home-main section.home-categories {
  width: 100%;
  min-height: 1px;
  margin-bottom: 24px;
  margin-top: 27px;
  background-color: transparent;
}
section#home-main section.home-categories > .grid-third {
  float: left;
  min-height: 1px;
  width: 32%;
  margin-right: 2%;
  background-color: transparent;
}
.category-entry {
  width: 100%;
  height: 100%;
  border: 1px solid #e2e2e2;
  display: block;
  text-decoration: none !important;
}
.category-entry .shopwired-image-container {
  height: auto;
}
.category-entry img {
  width: 100%;
  height: auto;
}
.category-entry .outer-wrapper {
  display: table;
  width: 100%;
}
.category-entry .outer-wrapper .inner-content {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.category-entry .outer-wrapper .inner-content h2 {
  font-weight: bold;
  text-transform: uppercase;
  color: #252424;
  font-size: 18px;
  max-width: 82%;
  text-align: center;
  display: block;
  margin: 0 auto;
  padding-bottom: 9px;
  padding-top: 9px;
  margin-bottom: 9px;
  border-bottom: 1px solid #e2e2e2;
}
.category-entry .outer-wrapper .inner-content p {
  max-width: 82%;
  text-align: center;
  display: block;
  margin: 0 auto;
  padding-bottom: 18px;
  font-weight: 300;
  font-size: 13px;
  color: #4b4b4b;
}
section#home-main section.home-categories > .grid-third:last-of-type {
  margin-right: 0;
}
section.home-carousel {
  width: 100%;
  min-height: 310px;
  margin-bottom: 25px;
  background-color: #fafafa;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  padding-top: 25px;
  position: relative;
  overflow: hidden;
}
section.home-carousel > .wrapper-main {
  position: relative;
}
section.home-carousel > .wrapper-main i#carousel-btn-left,
section.home-carousel > .wrapper-main i#carousel-btn-right {
  display: block;
  position: absolute;
  left: -20px;
  width: auto;
  height: auto;
  top: 106px;
  color: #f12938;
  cursor: pointer;
  font-size: 54px;
}
section.home-carousel > .wrapper-main i#carousel-btn-left:hover,
section.home-carousel > .wrapper-main i#carousel-btn-right:hover {
  color: #444;
}
section.home-carousel > .wrapper-main i#carousel-btn-right {
  left: auto;
  right: -12px;
}
ul.home-carousel-slider {
  width: 100%;
  list-style: none;
}
ul.home-carousel-slider li {
  height: auto;
  width: auto;
  display: block;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  text-decoration: none !important;
  min-height: 261px;
}
ul.home-carousel-slider li > span.left-box,
ul.home-carousel-slider li > span.right-box {
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #f12938;
  display: block;
  padding: 12px 10px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  z-index: 2;
}
ul.home-carousel-slider li > span.right-box {
  left: auto;
  right: 0px;
  top: 0px;
  background-color: #c32900;
  color: #ffffff;
}
ul.home-carousel-slider li > .inner-box {
  padding: 10px 12px;
}
ul.home-carousel-slider li h4 {
  font-size: 13px;
  font-weight: 300;
  color: #1a1b1c;
  line-height: 1.2;
  overflow: hidden;
  height: 3em;
  display: inline;
}
ul.home-carousel-slider li .inner-box span {
  font-weight: bold;
  color: #f12938;
  display: inline;
  font-size: 13px;
  line-height: 1.2;
}
ul.home-carousel-slider li > a.shopwired-image-container {
  width: 100%;
  height: auto;
  display: block;
}
footer {
  width: 100%;
  min-height: 75px;
  background-color: transparent;
}
footer #footer-mail-signup {
  background-color: #f12938;
  min-height: 75px;
  padding: 17px 0;
}
footer #footer-mail-signup #footer-mail-text {
  height: auto;
  width: auto;
  float: left;
}
footer #footer-mail-signup #footer-mail-text h2 {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 2px;
}
footer #footer-mail-signup #footer-mail-text h2.responsive-hide {
  display: none;
}
footer #footer-mail-signup #footer-mail-text p {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300;
  color: #ffffff;
}
footer #footer-mail-signup .wrapper-main {
  position: relative;
}
footer #footer-mail-signup #footer-mail-box {
  width: 351px;
  height: 40px;
  background: #fff;
  display: block;
  position: relative;
  float: right;
  border: 1px solid #ddd;
}
#footer-mail-box input.search-form-text {
  border: none;
  height: 40px;
  padding: 0 14px;
  background-color: transparent;
  width: 90%;
}
#footer-mail-box input.search-form-text::-webkit-input-placeholder {
  color: #777;
}
#footer-mail-box input.search-form-text:-moz-placeholder {
  color: #777;
}
#footer-mail-box input.search-form-text::-moz-placeholder {
  color: #777;
}
#footer-mail-box input.search-form-text:-ms-input-placeholder {
  color: #777;
}
#footer-mail-box input.search-form-text {
  font-size: 14px;
  font-weight: 300;
  color: #1d1d1d;
}
#footer-mail-box button.search-form-submit {
  display: block;
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-size: 14px;
  color: #f12938;
  text-transform: uppercase;
  width: auto;
  height: 38px;
  position: absolute;
  right: 10px;
  top: 0;
  -webkit-transition: background-size .2s;
  transition: background-size .2s;
}
#footer-mail-box button.search-form-submit:hover {
  color: #1a1b1c;
}
footer #footer-upper {
  min-height: 81px;
  width: 100%;
  padding-top: 23px;
  padding-bottom: 20px;
}
footer #footer-upper #footer-company-links,
footer #footer-upper #footer-customer-links {
  float: left;
  height: 100%;
  width: auto;
  background-color: transparent;
}
footer #footer-upper #footer-customer-links {
  float: right;
}
footer #footer-upper #footer-company-links h2,
footer #footer-upper #footer-customer-links h2 {
  font-size: 14px;
  text-transform: uppercase;
  color: #aaa;
  font-weight: bold;
  margin-bottom: 10px;
}
footer #footer-upper #footer-company-links ul,
footer #footer-upper #footer-customer-links ul {
  list-style: none;
}
footer #footer-upper #footer-company-links ul li,
footer #footer-upper #footer-customer-links ul li {
  float: left;
  font-size: 12px;
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
}
footer #footer-upper #footer-company-links ul li a,
footer #footer-upper #footer-customer-links ul li a {
  color: #000;
  font-size: 14px;
}
footer #footer-upper #footer-company-links ul li a.active,
footer #footer-upper #footer-customer-links ul li a.active {
  text-decoration: none;
  color: #f12938;
}
footer #footer-upper #footer-company-links ul li a:hover,
footer #footer-upper #footer-customer-links ul li a:hover {
  text-decoration: none;
  color: #f12938;
}
footer #footer-upper #footer-company-links ul li::after,
footer #footer-upper #footer-customer-links ul li::after {
  content: ".";
  margin: 0 7px;
}
footer #footer-upper #footer-company-links ul li:last-of-type::after,
footer #footer-upper #footer-customer-links ul li:last-of-type::after {
  content: "";
  display: none;
  margin: 0;
}
footer #footer-lower {
  border-top: 1px solid #e4e4e4;
  padding-top: 15px;
  min-height: 62px;
  width: 100%;
}
footer #footer-lower #footer-copyright-info {
  width: auto;
  float: left;
}
footer #footer-lower #footer-copyright-info p {
  font-size: 10px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  line-height: 1.7;
}
footer #footer-lower #footer-copyright-info p > a {
  color: #f12938;
}
footer #footer-lower #footer-copyright-info p > a:hover {
  text-decoration: underline;
}
footer #footer-upper #footer-social-icons {
  min-width: 205px;
  min-height: 27px;
  background-color: transparent;
}
footer #footer-upper #footer-social-icons h2 {
  font-size: 14px;
  text-transform: uppercase;
  color: #aaa;
  font-weight: bold;
  margin-bottom: 10px;
}
footer #footer-upper #footer-social-icons > a {
  display: block;
  float: left;
  margin-right: 9px;
}
footer #footer-upper #footer-social-icons > a:last-of-type {
  margin-right: 0;
}
footer #footer-upper #footer-social-icons > a {
  width: auto;
  height: 22px;
}
footer #footer-upper #footer-social-icons > a.facebook {
  width: 11px;
  height: 16px;
  background: url(../images/social-icons/facebook.png) no-repeat 50% 50%;
  background-size: 11px 16px;
}
footer #footer-upper #footer-social-icons > a.twitter {
  width: 25px;
  height: 22px;
  background: url(../images/social-icons/twitter.png) no-repeat 50% 50%;
  background-size: 25px 22px;
}
footer #footer-upper #footer-social-icons > a.youtube {
  width: 20px;
  height: 22px;
  background: url(../images/social-icons/youtube.png) no-repeat 50% 50%;
  background-size: 20px 22px;
}
footer #footer-upper #footer-social-icons > a.googleplus {
  width: 17px;
  height: 22px;
  background: url(../images/social-icons/googleplus.png) no-repeat 50% 50%;
  background-size: 17px 22px;
}
footer #footer-upper #footer-social-icons > a.linkedin {
  width: 24px;
  height: 22px;
  background: url(../images/social-icons/linkedin.png) no-repeat 50% 50%;
  background-size: 24px 22px;
}
footer #footer-upper #footer-social-icons > a.pinterest {
  width: 22px;
  height: 22px;
  background: url(../images/social-icons/pinterest.png) no-repeat 50% 50%;
  background-size: 22px 22px;
}
footer #footer-upper #footer-social-icons > a.custom {
  width: 22px;
  height: 22px;
  background: url(../images/social-icons/custom.png) no-repeat 50% 50%;
  background-size: 22px 22px;
}
footer #footer-upper .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}
.collection-container {
  position: relative;
}
.collection-container.loading::after {
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(255,255,255,0.5);
  position: absolute;
}
.form-with-validation div.error {
  color: #f00;
  display: block;
  margin: 5px 0 0;
}
#login-form select {
  width: calc(100% - 148px);
  font-size: 13px;
}
#login-form input[type='checkbox'] {
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.video-container {
  border: 1px solid #ddd;
}
.video-container iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}
.product-gallery-thumbnails .bx-controls {
  display: none;
}
#product-container {
  overflow: hidden;
}
#product-container .product-sale-price-value,
#product-container .reward-points,
#product-container .add-button,
#product-container .in-stock,
#product-container .video-container {
  display: none !important;
}
#product-container.in-stock .in-stock {
  display: inline !important;
}
#product-container.in-stock .out-of-stock {
  display: none !important;
}
#product-container.has-sale-price .product-sale-price-value {
  display: inline !important;
}
#product-container.has-sale-price .product-price-value {
  text-decoration: line-through;
}
#product-container.has-reward-points .reward-points {
  display: block !important;
}
#product-container.can-be-added .add-button {
  display: inline-block !important;
}
#product-container.can-be-added .out-of-stock-button {
  display: none !important;
}
#product-container.playing-video .main-photo {
  display: none !important;
}
#product-container.playing-video .video-container {
  display: block !important;
}
.shopwired-basket-modal .close {
  opacity: 1;
}
.shopwired-basket-modal .close-button {
  background-color: #4b4b4b;
  color: #ffffff;
}
.shopwired-basket-modal .buttons a {
  color: #ffffff;
  background-color: #f12938;
}
.subcategory-page .product .shopwired-image-container {
  border: 1px solid #dbdbdb;
  border-bottom: none;
}
#login-form .marketing-check-box {
  vertical-align: top;
}
.home-slider .item {
  text-decoration: none;
}
.home-slider .item .text {
  position: absolute;
  right: 15px;
  bottom: 35px;
  max-width: 418px;
  font-size: 37px;
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
  display: block;
}
.home-slider .item .shop-now {
  width: 152px;
  display: block;
  background-color: white;
  border: 2px solid #f12938;
  text-transform: uppercase;
  color: #f12938;
  font-weight: bold;
  font-size: 19px;
  border-radius: 0;
  text-align: center;
  padding: 10px;
  margin: 15px auto 0;
  display: none;
  cursor: pointer;
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  .home-slider .item .shop-now {
    display: block;
  }
  .home-slider .item .text {
    position: static;
    max-width: 100%;
    color: #000;
    text-align: center;
    margin-top: 10px;
    font-size: 28px;
    line-height: 1.2;
    text-decoration: none;
  }
}
#header-logo {
  height: 72px;
}
@media (min-width: 768px) {
  .category-page .products-wrapper .items {
    width: 100% !important;
  }
  .category-page .products-wrapper .product {
    max-width: 24% !important;
    margin-right: 1% !important;
    width: 24.25% !important;
  }
}
.po-number {
  width: 50% !important;
}
@media (max-width: 1011px) {
  .po-number {
    width: 100% !important;
  }
}
#main-nav2 h2 {
  display: none;
  cursor: pointer;
  padding-left: 5px;
  color: #555555;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 39px;
}
#main-nav2 h2 i {
  margin-right: 5px;
  font-size: 28px;
  position: relative;
  top: 5px;
  opacity: 0.5;
}
#main-nav2 .menu-item {
  display: inline-block;
  position: relative;
}
#main-nav2 .menu-item ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  z-index: 999;
  background-color: #fff;
  padding: 0 12px;
}
#main-nav2 .menu-item ul:hover {
  display: block;
}
#main-nav2 .menu-item ul a {
  display: block;
  text-transform: uppercase;
  color: black;
  font-weight: 400;
  font-size: 14px;
  padding: 10px 0px;
  border-bottom: 1px solid #e4e4e4;
  white-space: nowrap;
}
#main-nav2 .menu-item ul a:hover,
#main-nav2 .menu-item ul a:focus,
#main-nav2 .menu-item ul a:active {
  color: #f12938;
  text-decoration: none;
}
#main-nav2 .menu-item ul li:last-child a {
  border-bottom: 0px;
}
#main-nav2 .menu-item > a {
  font-size: 14px;
  color: #555555;
  font-weight: bold;
  text-transform: uppercase;
  height: 39px;
  margin-right: 36px;
  display: inline-block;
  line-height: 41px;
  position: relative;
}
#main-nav2 .menu-item > a:hover,
#main-nav2 .menu-item > a:active,
#main-nav2 .menu-item > a:focus {
  text-decoration: none;
  color: #f12938;
}
#main-nav2 .menu-item > a:hover + ul {
  display: block;
}
@media (max-width: 1010px) {
  #main-nav2 .menu-item > a {
    margin-right: 10px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  #main-nav2 h2 {
    display: block;
  }
  #main-nav2 .menu-item {
    display: none;
    border-bottom: 1px solid #e4e4e4;
    padding-left: 5px;
  }
  #main-nav2 .menu-item > a {
    font-size: 14px;
    display: block;
  }
  #main-nav2 .menu-item.icons > a:after {
    content: '\e606';
    font-family: 'icomoon';
    display: inline-block;
    font-size: 19px;
    position: absolute;
    float: right;
    right: 4px;
  }
  #main-nav2 .menu-item.icons > a.open:after {
    content: '\e602';
    font-family: 'icomoon';
    font-size: 15px;
    float: right;
    display: inline-block;
    position: absolute;
    right: 6px;
  }
  #main-nav2 .menu-item > a:hover + ul {
    display: none;
  }
  #main-nav2 .menu-item ul {
    display: none;
    position: initial;
    border-top: 1px solid #e4e4e4;
  }
  #main-nav2 .menu-item ul a {
    font-size: 12px;
    border-bottom: 0px;
    padding: 5px;
  }
}
div.currencies {
  text-align: right;
  font-size: 14px;
}
div.currencies a {
  color: black;
  text-decoration: none;
}
div.currencies a:hover {
  text-decoration: none;
  color: #f12938;
}
a.current {
  color: black;
}
a.current:hover {
  text-decoration: none;
  color: #f12938;
}
@media (max-width: 441px) {
  div.currencies {
    text-align: center;
    font-size: 14px;
    margin-top: 5px;
  }
}
@media (max-width: 1060px) {
  section.home-carousel {
    padding-left: 10px;
  }
  section.home-carousel .wrapper-main {
    width: 778px;
    margin: 0 auto 0 auto;
  }
}
@media (max-width: 1010px) {
  .wrapper-main {
    padding: 0 5px;
  }
  footer #footer-upper #footer-company-links,
  footer #footer-upper #footer-customer-links {
    float: none;
    width: 100%;
    height: auto;
    padding-bottom: 16px;
  }
  footer #footer-upper #footer-social-icons {
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 15px;
    padding-top: 15px;
  }
  footer #footer-upper #footer-company-links {
    border-bottom: 1px solid #e4e4e4;
  }
  footer #footer-upper #footer-customer-links {
    margin-top: 16px;
  }
  footer #footer-upper {
    padding-bottom: 0;
  }
  header #header-main {
    width: 100%;
  }
  header > .wrapper-main {
    width: 100%;
    min-width: 0;
    margin: 0;
    max-width: none;
    padding: 0;
  }
  header #header-main > #top-nav.responsive > h2 {
    padding-left: 5px;
  }
  header #header-main > #header-basket-area {
    padding-right: 0px;
  }
  #header-main #header-basket-area > ul > li#basket-button > a {
    padding-right: 14px;
  }
  nav#main-nav.full > a {
    font-size: 12px;
    padding: 0 12px 0 0;
  }
  header #header-lower #header-search-area #header-currencies {
    right: 10px;
  }
  .stockist-inner-wrapper .searchs-stockist {
    width: 100%;
    float: none;
    padding-right: 0px;
    margin-bottom: 20px;
  }
  .stockist-inner-wrapper .searchs-stockist-results {
    width: 100%;
    float: none;
  }
  .stockist-inner-wrapper .searchs-stockist-results > h2 {
    padding-left: 0;
  }
  .stockist-inner-wrapper .searchs-stockist-results > ul.search-results > li:last-of-type {
    padding-bottom: 0;
  }
  .inner-page-content #contact-email-area,
  .inner-page-content #contact-callus-area {
    float: left;
    width: 49%;
    margin-right: 2%;
  }
  .inner-page-content #contact-callus-area {
    margin-right: 0;
  }
  .inner-page-content #contact-writetous-area {
    margin-right: 0;
    width: 100%;
    float: none;
  }
  .inner-page-content #contact-form-area {
    width: 100%;
  }
  #billing-details-area,
  #delivery-details-area {
    width: 100%;
    float: none;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }
  .category-page .products-wrapper .product {
    max-width: none;
    width: 225px;
    margin-right: calc((100% - (3 * 225px)) / 2);
  }
  .category-page .products-wrapper .product:nth-child(3n+0) {
    margin-right: 0;
  }
  .products-wrapper .shopwired-image-container {
    height: 225px;
  }
  #billing-details-area .billing-menu {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px 0px 10px 0;
    margin-bottom: 10px;
    width: 101%;
    overflow: hidden;
    margin-left: -3px;
  }
  .billing-rest-of-form {
    display: none;
  }
  #billing-details-area .billing-menu h2 {
    margin-bottom: 0;
    padding-left: 5px;
  }
  .pagination {
    border: 1px solid #ddd;
    border-radius: 0px;
  }
  .pagination > .page-link {
    height: 35px;
  }
  .pagination > .page-link {
    border: none;
    text-align: center;
    border-radius: 0 !important;
    height: 35px;
    display: block;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  .pagination > .page-link:not(.current) {
    display: none;
  }
  .pagination > .page-link:first-of-type {
    padding-left: 10px;
    display: inline-block !important;
  }
  .pagination > .page-link:last-of-type {
    padding-left: 10px;
    padding-right: 10px;
    border-left: none;
    display: inline-block !important;
  }
  .pagination > .page-link.current {
    color: #4b4b4b;
  }
  .pagination > .page-link span {
    display: none;
  }
  .basket-product-wrapper .product-quantity-wrapper {
    width: auto;
    min-width: 0;
  }
  .basket-product-wrapper .product-quantity-wrapper .product-quantity-field {
    margin-right: 0;
  }
  .basket-product-wrapper .product-quantity-wrapper p.price-second-label {
    margin-right: 0;
    display: none;
  }
  .basket-product-wrapper .product-quantity-wrapper .product-delete {
    float: none;
    position: absolute;
    top: 90px;
    right: 37px;
  }
  .basket-summary-wrapper .voucher-wrapper,
  .basket-summary-wrapper .delivery-wrapper,
  .basket-summary-wrapper .checkout-wrapper {
    float: left;
    width: 50.0%;
    padding-right: 50px;
  }
  .basket-summary-wrapper .voucher-wrapper,
  .basket-summary-wrapper .delivery-wrapper {
    margin-bottom: 22px;
  }
  .basket-summary-wrapper .delivery-wrapper {
    padding-right: 0;
  }
  .basket-summary-wrapper .checkout-wrapper {
    width: 100%;
    padding-right: 0;
    border-top: 1px solid #ddd;
    padding-top: 15px;
  }
  .basket-summary-wrapper .checkout-wrapper > button {
    width: 100%;
    float: none;
    margin-top: 0;
  }
  .product-gallery {
    float: none;
    display: block;
    margin-left: 0;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  section#main-page article.main-page-article.product-page h1 {
    display: block;
    width: 450px;
    margin: 0 auto;
    float: none;
    margin-bottom: 20px;
  }
  .product-info {
    width: 100%;
    float: none;
  }
}
@media (max-width: 960px) {
  section#main-page article.main-page-article.wishlist-page .inner-page .inner-page-content.category-page .products-wrapper .product {
    max-width: none;
    width: 280px;
    margin-right: calc((100% - (3 * 280px)) / 2);
  }
  section#main-page article.main-page-article.wishlist-page .inner-page .inner-page-content.category-page .products-wrapper .product:nth-child(1n+0) {
    margin-right: calc((100% - (3 * 280px)) / 2);
  }
  section#main-page article.main-page-article.wishlist-page .inner-page .inner-page-content.category-page .products-wrapper .product:nth-child(3n+0) {
    margin-right: 0;
  }
  section#main-page article.main-page-article.wishlist-page .inner-page .inner-page-content.category-page .products-wrapper .shopwired-image-container {
    height: 280px;
  }
  .category-page .products-wrapper .product {
    max-width: none;
    width: 215px;
    margin-right: calc((100% - (3 * 215px)) / 2);
  }
  .category-page .products-wrapper .product:nth-child(3n+0) {
    margin-right: 0;
  }
  .products-wrapper .shopwired-image-container {
    height: 215px;
  }
}
@media (max-width: 890px) {
  .category-page .products-wrapper .product {
    max-width: none;
    width: 175px;
    margin-right: calc((100% - (3 * 175px)) / 2);
  }
  .category-page .products-wrapper .product:nth-child(3n+0) {
    margin-right: 0;
  }
  .products-wrapper .shopwired-image-container {
    height: 175px;
  }
  .category-page .products-wrapper .product {
    max-width: none;
    width: 205px;
    margin-right: calc((100% - (3 * 205px)) / 2);
  }
  .category-page .products-wrapper .product:nth-child(3n+0) {
    margin-right: 0;
  }
  .products-wrapper .shopwired-image-container {
    height: 205px;
  }
}
@media (max-width: 870px) {
  section#main-page article.main-page-article.wishlist-page .inner-page .inner-page-content.category-page .products-wrapper .product {
    max-width: none;
    width: 260px;
    margin-right: calc((100% - (3 * 260px)) / 2);
  }
  section#main-page article.main-page-article.wishlist-page .inner-page .inner-page-content.category-page .products-wrapper .product:nth-child(1n+0) {
    margin-right: calc((100% - (3 * 260px)) / 2);
  }
  section#main-page article.main-page-article.wishlist-page .inner-page .inner-page-content.category-page .products-wrapper .product:nth-child(3n+0) {
    margin-right: 0;
  }
  section#main-page article.main-page-article.wishlist-page .inner-page .inner-page-content.category-page .products-wrapper .shopwired-image-container {
    height: 260px;
  }
  .category-page .products-wrapper .product {
    max-width: none;
    width: 198px;
    margin-right: calc((100% - (3 * 198px)) / 2);
  }
  .category-page .products-wrapper .product:nth-child(3n+0) {
    margin-right: 0;
  }
  .products-wrapper .shopwired-image-container {
    height: 198px;
  }
}
@media (max-width: 840px) {
  .category-page .products-wrapper .product {
    max-width: none;
    width: 190px;
    margin-right: calc((100% - (3 * 190px)) / 2);
  }
  .category-page .products-wrapper .product:nth-child(3n+0) {
    margin-right: 0;
  }
  .products-wrapper .shopwired-image-container {
    height: 190px;
  }
}
@media (max-width: 818px) {
  section.home-carousel {
    padding-left: 10px;
  }
  section.home-carousel .wrapper-main {
    width: 650px;
    margin: 0 auto 0 auto;
  }
}
@media (max-width: 810px) {
  section#main-page article.main-page-article.wishlist-page .inner-page .inner-page-content.category-page .products-wrapper .product {
    max-width: none;
    width: 240px;
    margin-right: calc((100% - (3 * 240px)) / 2);
  }
  section#main-page article.main-page-article.wishlist-page .inner-page .inner-page-content.category-page .products-wrapper .product:nth-child(1n+0) {
    margin-right: calc((100% - (3 * 240px)) / 2);
  }
  section#main-page article.main-page-article.wishlist-page .inner-page .inner-page-content.category-page .products-wrapper .product:nth-child(3n+0) {
    margin-right: 0;
  }
  section#main-page article.main-page-article.wishlist-page .inner-page .inner-page-content.category-page .products-wrapper .shopwired-image-container {
    height: 240px;
  }
  footer #footer-mail-signup #footer-mail-text p {
    display: none;
  }
  footer #footer-mail-signup #footer-mail-text h2 {
    display: none;
  }
  footer #footer-mail-signup #footer-mail-text h2.responsive-hide {
    display: inline-block;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0px;
    line-height: 40px;
  }
  .category-page .products-wrapper .product {
    max-width: none;
    width: 180px;
    margin-right: calc((100% - (3 * 180px)) / 2);
  }
  .category-page .products-wrapper .product:nth-child(3n+0) {
    margin-right: 0;
  }
  .products-wrapper .shopwired-image-container {
    height: 180px;
  }
}
@media (max-width: 789px) {
  .category-page .products-wrapper .product {
    max-width: none;
    width: 175px;
    margin-right: calc((100% - (3 * 175px)) / 2);
  }
  .category-page .products-wrapper .product:nth-child(3n+0) {
    margin-right: 0;
  }
  .products-wrapper .shopwired-image-container {
    height: 175px;
  }
}
@media (max-width: 768px) {
  .wrapper-main {
    padding: 0 5px;
  }
  header #header-lower {
    margin-top: 9px;
  }
  header #header-lower #header-logo-wrapper {
    display: inline-block;
    float: none;
    width: 100%;
    text-align: center;
    height: 72px;
  }
  header #header-lower #header-logo {
    float: none;
    display: inline-block;
    height: 72px;
    width: auto;
  }
  header #header-lower #header-logo img {
    float: none;
    display: inline-block;
    height: 72px;
    width: auto;
  }
  header #header-lower #header-search-area {
    float: none;
    width: 350px;
    display: block;
    margin: 0 auto;
  }
  header #header-lower #header-search-area {
    height: auto;
  }
  header #header-lower #header-search-area #search-form-wrapper {
    margin-top: 13px;
  }
  #category-nav > .wrapper-main {
    width: 100%;
    padding: 0;
  }
  .category-entry .outer-wrapper .inner-content p {
    display: none;
  }
  .category-entry .outer-wrapper .inner-content h2 {
    border: none;
    margin-bottom: 0px;
    font-size: 16px;
  }
  section#main-page article.main-page-article > h1 {
    max-width: none;
    width: 100%;
  }
  section#main-page article.main-page-article .inner-page .inner-page-content {
    width: 100%;
    margin-left: 0;
  }
  section#main-page article.main-page-article .inner-page .inner-page-content.category-page {
    width: calc(100% - 218px);
    margin-left: 218px;
  }
  section#main-page article.main-page-article.wishlist-page .inner-page .inner-page-content.category-page {
    width: 100%;
    margin-left: 0;
  }
  section#main-page article.main-page-article #account-login-area {
    max-width: none;
    width: 100%;
  }
  ul.form-errors {
    margin-left: 0;
  }
  section#main-page article.main-page-article #account-login-area #login-form .login-form-line label {
    width: 142px;
    float: none;
    margin-bottom: 10px;
  }
  section#main-page article.main-page-article #account-login-area #login-form .login-form-line input {
    width: calc(100% - 148px);
    float: none;
  }
  section#main-page article.main-page-article #account-login-area #login-form button.login-form-submit {
    margin-left: 145px;
  }
  section#main-page article.main-page-article.account-page .order-details-wrapper .order-detail {
    width: 50%;
    float: left;
    margin-bottom: 30px;
  }
  section#main-page article.main-page-article.account-page .order-details-wrapper .detail-totals {
    float: none;
    width: 100%;
  }
  .category-page .categories-wrapper .category {
    max-width: 48%;
    margin-right: 3%;
  }
  .category-page .categories-wrapper .category:nth-child(1n+0) {
    margin-right: 3%;
  }
  .category-page .categories-wrapper .category:nth-child(2n+0) {
    margin-right: 0;
  }
  .inner-page-content #contact-email-area,
  .inner-page-content #contact-callus-area {
    float: none;
    width: 100%;
    margin-right: 0%;
  }
  .inner-page-content #contact-email-area {
    margin-bottom: 22px;
  }
  .inner-page-content #contact-callus-area {
    margin-right: 0;
  }
  .inner-page-content #contact-writetous-area {
    margin-right: 0;
    width: 100%;
    float: none;
  }
  .inner-page-content #contact-form-area {
    width: 100%;
  }
  .inner-page-content #contact-form-area .form-line label {
    width: 100%;
    padding-bottom: 5px;
  }
  .inner-page-content #contact-form-area .form-line input {
    width: 100%;
  }
  .inner-page-content #contact-form-area .form-line textarea {
    width: 100%;
  }
  .inner-page-content #contact-form-area > h2 {
    margin-bottom: 5px;
  }
  .inner-page-content #contact-form-area .form-line {
    margin-bottom: 0px;
  }
  .inner-page-content #contact-form-area button.form-submit {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .blog-sidebar {
    display: none;
  }
  .gallery-page .gallery-wrapper .gallery-entry {
    width: 32.00%;
    margin-right: 2%;
  }
  .gallery-page .gallery-wrapper .gallery-entry:nth-child(1n+0) {
    margin-right: 2%;
  }
  .gallery-page .gallery-wrapper .gallery-entry:nth-child(3n+0) {
    margin-right: 0;
  }
  #giftcard-form-area {
    max-width: none;
    width: 100%;
  }
  section#main-page article.main-page-article #account-create-area {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    border: none;
  }
  section#main-page article.main-page-article.checkout-page #account-login-area {
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    border: none;
  }
  section#main-page article.main-page-article.checkout-page #account-login-area > h1,
  section#main-page article.main-page-article.checkout-page #account-create-area > h1 {
    width: 100%;
    max-width: none;
    margin: 0;
  }
  section#main-page article.main-page-article #account-login-area #login-form .login-form-line label,
  section#main-page article.main-page-article #create-form .login-form-line label {
    width: 100%;
    margin-bottom: 10px;
  }
  section#main-page article.main-page-article #account-login-area #login-form .login-form-line input,
  section#main-page article.main-page-article #create-form .login-form-line input {
    width: 100%;
  }
  section#main-page article.main-page-article #account-login-area #login-form button.login-form-submit,
  section#main-page article.main-page-article #create-form button.login-form-submit {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
  }
  section#main-page article.main-page-article #account-login-area #login-form,
  section#main-page article.main-page-article #create-form {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  section#main-page article.main-page-article #account-login-area,
  section#main-page article.main-page-article #account-create-area {
    padding-bottom: 0;
  }
  section#main-page article.main-page-article.checkout-page #account-login-area {
    padding-bottom: 5px;
  }
  section#main-page article.main-page-article #account-login-area #login-form,
  section#main-page article.main-page-article #create-form {
    margin-top: 20px;
  }
  a.guest-checkout-bottom {
    display: none;
  }
  a.guest-checkout-top {
    display: block;
  }
  section#main-page article.main-page-article.information-page > p.step-info {
    display: none;
  }
  article.main-page-article.subcategory-page section.inner-page aside.side-category-nav {
    display: none;
  }
  section#main-page article.main-page-article.subcategory-page .inner-page .inner-page-content.category-page {
    width: 100%;
    margin-left: 0;
  }
  article.main-page-article.category-page section.inner-page aside.side-category-nav {
    display: none;
  }
  section#main-page article.main-page-article.category-page .inner-page .inner-page-content.category-page {
    width: 100%;
    margin-left: 0;
  }
  .products-browser .products-pagination > a.arrow > span {
    display: none;
  }
  .basket-product-wrapper .product-quantity-wrapper p.price-first-label {
    margin-right: 0;
    float: none;
    text-align: center;
    margin-bottom: 20px;
  }
  .basket-product-wrapper .product-quantity-wrapper .product-delete {
    float: none;
    position: absolute;
    top: 135px;
    right: 37px;
  }
  .basket-summary-wrapper .voucher-wrapper,
  .basket-summary-wrapper .delivery-wrapper,
  .basket-summary-wrapper .checkout-wrapper {
    float: left;
    width: 100%;
    padding-right: 0px;
  }
  .basket-summary-wrapper .voucher-wrapper .voucher-form {
    width: 48%;
    margin-right: 2%;
    float: left;
  }
  .basket-summary-wrapper .voucher-wrapper > h2 {
    float: none;
  }
  .basket-summary-wrapper .voucher-wrapper {
    position: relative;
  }
  .basket-summary-wrapper .voucher-wrapper > p {
    position: absolute;
    right: 0;
    top: -18px;
  }
  .basket-summary-wrapper .voucher-wrapper > button,
  .basket-summary-wrapper .voucher-wrapper > a {
    width: 49%;
    float: right;
    top: -9px;
    position: relative;
    height: 39px;
  }
  .category-page .products-wrapper .product {
    max-width: none;
    width: 240px;
    margin-right: calc((100% - (3 * 240px)) / 2);
  }
  .category-page .products-wrapper .product:nth-child(3n+0) {
    margin-right: 0;
  }
  .products-wrapper .shopwired-image-container {
    height: 240px;
  }
}
@media (max-width: 955px) {
  section#main-page article.main-page-article.account-page h3.scroll-info {
    display: block;
  }
}
@media (max-width: 740px) {
  section#main-page article.main-page-article.wishlist-page .inner-page .inner-page-content.category-page .products-wrapper .product {
    max-width: none;
    width: 220px;
    margin-right: calc((100% - (3 * 220px)) / 2);
  }
  section#main-page article.main-page-article.wishlist-page .inner-page .inner-page-content.category-page .products-wrapper .product:nth-child(1n+0) {
    margin-right: calc((100% - (3 * 220px)) / 2);
  }
  section#main-page article.main-page-article.wishlist-page .inner-page .inner-page-content.category-page .products-wrapper .product:nth-child(3n+0) {
    margin-right: 0;
  }
  section#main-page article.main-page-article.wishlist-page .inner-page .inner-page-content.category-page .products-wrapper .shopwired-image-container {
    height: 220px;
  }
  .category-page .products-wrapper .product {
    max-width: none;
    width: 230px;
    margin-right: calc((100% - (3 * 230px)) / 2);
  }
  .category-page .products-wrapper .product:nth-child(3n+0) {
    margin-right: 0;
  }
  .products-wrapper .shopwired-image-container {
    height: 230px;
  }
}
@media (max-width: 720px) {
  .category-page .products-wrapper .product {
    max-width: none;
    width: 225px;
    margin-right: calc((100% - (3 * 225px)) / 2);
  }
  .category-page .products-wrapper .product:nth-child(3n+0) {
    margin-right: 0;
  }
  .products-wrapper .shopwired-image-container {
    height: 225px;
  }
}
@media (max-width: 710px) {
  section.home-carousel {
    padding-left: 0px;
  }
  section.home-carousel .wrapper-main {
    width: 490px;
    margin: 0 auto 0 auto;
  }
}
@media (max-width: 697px) {
  .category-page .products-wrapper .product {
    max-width: none;
    width: 215px;
    margin-right: calc((100% - (3 * 215px)) / 2);
  }
  .category-page .products-wrapper .product:nth-child(3n+0) {
    margin-right: 0;
  }
  .products-wrapper .shopwired-image-container {
    height: 215px;
  }
}
@media (max-width: 685px) {
  section#main-page article.main-page-article.wishlist-page .inner-page .inner-page-content.category-page .products-wrapper .product {
    max-width: none;
    width: 190px;
    margin-right: calc((100% - (3 * 190px)) / 2);
  }
  section#main-page article.main-page-article.wishlist-page .inner-page .inner-page-content.category-page .products-wrapper .product:nth-child(1n+0) {
    margin-right: calc((100% - (3 * 190px)) / 2);
  }
  section#main-page article.main-page-article.wishlist-page .inner-page .inner-page-content.category-page .products-wrapper .product:nth-child(3n+0) {
    margin-right: 0;
  }
  section#main-page article.main-page-article.wishlist-page .inner-page .inner-page-content.category-page .products-wrapper .shopwired-image-container {
    height: 190px;
  }
  footer #footer-mail-signup {
    height: auto;
    padding-top: 7px;
  }
  footer #footer-mail-signup #footer-mail-text {
    float: none;
  }
  footer #footer-mail-signup #footer-mail-box {
    float: none;
  }
}
@media (max-width: 660px) {
  .category-page .products-wrapper .product {
    max-width: none;
    width: 203px;
    margin-right: calc((100% - (3 * 203px)) / 2);
  }
  .category-page .products-wrapper .product:nth-child(3n+0) {
    margin-right: 0;
  }
  .products-wrapper .shopwired-image-container {
    height: 203px;
  }
}
@media (max-width: 640px) {
  .wrapper-main {
    padding: 0 5px;
  }
  footer #footer-mail-signup #footer-mail-text h2.responsive-hide {
    font-size: 20px;
  }
  footer #footer-lower #footer-copyright-info {
    height: auto;
    float: none;
  }
  footer #footer-lower #footer-social-icons {
    height: auto;
    float: none;
    margin-top: 14px;
    margin-bottom: 14px;
  }
  #header-main #header-basket-area > ul > li#search-button {
    display: inline-block;
  }
  #header-main #header-basket-area > ul > li#wishlist-button {
    display: none;
  }
  #header-main #header-basket-area {
    background-color: #f12938;
  }
  header #header-lower #header-search-area #search-form-wrapper {
    display: none;
  }
  section#home-main #slider-hidden {
    display: block;
  }
  section#home-main section.home-categories {
    width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
  section#home-main section.home-categories > .grid-third {
    width: 227px;
  }
  section#home-main section.home-categories > .grid-third:first-of-type {
    margin-right: 15px;
  }
  section.home-categories > .grid-third:last-of-type {
    display: none;
  }
  section#main-page article.main-page-article #account-login-area #login-form .login-form-line label {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }
  section#main-page article.main-page-article #account-login-area #login-form .login-form-line input {
    width: 100%;
    float: none;
  }
  section#main-page article.main-page-article #account-login-area #login-form button.login-form-submit {
    width: 100%;
    float: none;
    margin-left: 0;
    margin-top: 8px;
  }
  section#main-page article.main-page-article #account-login-area > p > a.account-login-forgot {
    position: relative;
    top: 0;
    right: 0;
    display: block;
    margin-top: 10px;
  }
  section#main-page article.main-page-article #account-login-area #login-form {
    margin-top: 15px;
  }
  aside.side-category-nav {
    display: none;
  }
  section#main-page article.main-page-article .inner-page .inner-page-content.category-page {
    width: 100%;
    margin-left: 0;
  }
  .category-page .categories-wrapper .category {
    max-width: 29.3%;
    margin-right: 5.01%;
  }
  .category-page .categories-wrapper .category:nth-child(1n+0) {
    margin-right: 5.01%;
  }
  .category-page .categories-wrapper .category:nth-child(2n+0) {
    margin-right: 5.01%;
  }
  .category-page .categories-wrapper .category:nth-child(3n+0) {
    margin-right: 0;
  }
  section#main-page article.main-page-article .outer-video-wrapper {
    margin-bottom: 22px;
    float: none;
    width: 100%;
  }
  section#main-page article.main-page-article .inner-page .inner-page-content .blog-entry .shopwired-image-container {
    display: none;
  }
  .blog-pagination > ul > li > a {
    background-color: transparent;
  }
  .gallery-page .gallery-wrapper .gallery {
    width: 48.00%;
    margin-right: 2%;
  }
  .gallery-page .gallery-wrapper .gallery:nth-child(1n+0) {
    margin-right: 2%;
  }
  .gallery-page .gallery-wrapper .gallery:nth-child(2n+0) {
    margin-right: 0;
  }
  .gallery-page .gallery-wrapper .gallery-entry > h2 {
    font-size: 12px;
  }
  #giftcard-form-area {
    max-width: none;
    width: 100%;
  }
  .inner-page-content #giftcard-form-area .form-line > .select-default {
    width: 100%;
    display: block;
  }
  .inner-page-content #giftcard-form-area .form-line > .select-default::after {
    top: 26px;
  }
  .inner-page-content #giftcard-form-area .form-line > label {
    width: 100%;
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .inner-page-content #giftcard-form-area .form-line > input {
    width: 100%;
  }
  .inner-page-content #giftcard-form-area .form-line > .select-default {
    width: 100%;
  }
  #information-form .form-line > .select-default {
    width: 100%;
    display: block;
  }
  #information-form .form-line > .select-default::after {
    top: 32px;
  }
  .inner-page-content #giftcard-form-area .form-line textarea {
    width: 100%;
    margin-left: 0;
  }
  .inner-page-content #giftcard-form-area button.form-submit {
    width: 100%;
    margin-left: 0;
  }
  .inner-page-content #giftcard-form-area .form-line > div {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  #information-form .form-line > label {
    width: 100%;
    padding-bottom: 5px;
  }
  #information-form .form-line > input[type=text] {
    width: 100%;
  }
  #information-form .form-line > .select-default {
    width: 100%;
  }
  #information-form .form-line > .select-default::after {
    top: 20px;
  }
  #information-form button.form-submit,
  #information-form button.form-offline,
  #information-form button.form-paypal {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 10px;
  }
  #information-form button.form-submit {
    margin-top: 15px;
  }
  #information-form .cards {
    width: 224px;
    display: block;
    margin: 0 auto;
  }
  .basket-product-wrapper .product-quantity-wrapper {
    width: 100%;
    min-width: 0;
    float: none;
    clear: both;
  }
  .basket-product-wrapper .product-quantity-wrapper .product-quantity-field {
    width: auto;
    max-width: none;
    min-width: 0;
    display: block;
    padding-top: 1px;
  }
  .basket-product-wrapper .product-quantity-wrapper .product-quantity-field .quantity-field-wrapper {
    float: left;
  }
  .basket-product-wrapper .product-quantity-wrapper .product-quantity-field button {
    width: auto;
    float: left;
    line-height: 35px;
    margin-left: 5px;
    position: absolute;
    left: 92px;
  }
  .basket-product-wrapper .product-quantity-wrapper p.price-first-label {
    float: none;
    width: auto;
    text-align: left;
    position: absolute;
    left: 0;
  }
  .basket-product-wrapper .product-quantity-wrapper .product-delete {
    float: none;
    position: absolute;
    width: auto;
    display: inline-block;
    right: 0;
  }
  .basket-product-wrapper .product-quantity-wrapper .product-quantity-field {
    width: 92px;
    display: block;
    margin: 0 auto;
    float: none;
  }
  .basket-product-wrapper .shopwired-image-container {
    float: none;
    margin: 0 auto;
  }
  .basket-product-wrapper .product-details-wrapper {
    width: 100%;
    max-width: none;
  }
  .basket-product-wrapper .product-details-wrapper > h3 {
    width: 100%;
    text-align: center;
  }
  .basket-product-wrapper .product-details-wrapper ul.product-details > li > p {
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1.5;
    width: 100%;
  }
  .basket-product-wrapper .product-details-wrapper ul.product-details {
    margin-bottom: 0;
    margin-top: 0;
  }
  .basket-product-wrapper .product-details-wrapper ul.product-details:first-of-type {
    margin-top: 20px;
  }
  .basket-product-wrapper .product-details-wrapper ul.product-details > li > p > span {
    float: right;
  }
  .basket-summary-wrapper .voucher-wrapper .voucher-form {
    width: 100%;
    margin-right: 2%;
    float: none;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
  }
  .basket-summary-wrapper .voucher-wrapper {
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
  }
  .basket-summary-wrapper .voucher-wrapper > p {
    position: relative;
    right: auto;
    top: auto;
    margin-top: 15px;
    display: block;
  }
  .basket-summary-wrapper .voucher-wrapper > button,
  .basket-summary-wrapper .voucher-wrapper > a {
    width: 100%;
    float: right;
    top: 0;
    position: relative;
    height: 39px;
    margin-top: 15px;
  }
  .product-info .product-form .buttons-and-quantity > button,
  .product-info .product-form .buttons-and-quantity > .out-of-stock-button,
  .product-info .product-form .buttons-and-quantity > a {
    float: none;
    width: 100%;
    margin-top: 10px;
    margin-right: 0px;
    display: block;
    text-align: center;
  }
  .product-info .product-form .buttons-and-quantity .quantity-field-wrapper {
    float: none;
  }
  .product-info .product-form .product-variations .form-line {
    position: relative;
  }
  .basket-product-wrapper .product-quantity-wrapper .product-delete {
    top: 15px;
  }
  header #header-lower .wrapper-main #header-currencies {
    position: relative;
    right: auto;
    left: auto;
  }
  header #header-lower .wrapper-main #header-currencies > ul {
    height: auto;
    display: block;
    text-align: center;
    padding-bottom: 10px;
    width: 100%;
  }
  header #header-lower .wrapper-main #header-currencies > ul > li {
    float: none;
    display: inline;
  }
  header #header-lower .wrapper-main #header-currencies > ul > li:first-of-type {
    margin-left: 0;
  }
  .basket-product-wrapper .product-details-wrapper table.variations {
    width: 100%;
  }
  .basket-product-wrapper .product-details-wrapper table.variations td:nth-child(even) {
    text-align: right;
  }
  .basket-product-wrapper .product-details-wrapper {
    padding-bottom: 15px;
  }
  .basket-product-wrapper .product-quantity-wrapper .product-quantity-field .quantity-field-wrapper {
    margin-top: 5px;
  }
  .basket-product-wrapper .product-quantity-wrapper .product-quantity-field button {
    line-height: 40px;
  }
  .basket-product-wrapper .product-quantity-wrapper .product-delete {
    top: 17px;
  }
  .product-info .review-form .form-line label {
    width: 100%;
    padding-bottom: 10px;
    margin-right: 0;
    padding-right: 0;
    vertical-align: middle;
  }
  .product-info .review-form {
    padding-top: 0;
  }
  .product-info .review-form .form-line {
    margin-bottom: 0;
  }
  .product-info .review-form button.review-form-submit {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }
  .product-info .review-form .form-line .select-wrap {
    width: 100%;
  }
  .product-info .review-form .form-line .select-default {
    width: 100%;
  }
  .product-info .review-form .form-line > input[type=text],
  .product-info .review-form .form-line textarea {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 640px) {
  .category-page .products-wrapper .product {
    max-width: none;
    width: 198px;
    margin-right: calc((100% - (3 * 198px)) / 2);
  }
  .category-page .products-wrapper .product:nth-child(3n+0) {
    margin-right: 0;
  }
  .products-wrapper .shopwired-image-container {
    height: 198px;
  }
}
@media (max-width: 610px) {
  .category-page .products-wrapper .product {
    max-width: none;
    width: 185px;
    margin-right: calc((100% - (3 * 185px)) / 2);
  }
  .category-page .products-wrapper .product:nth-child(3n+0) {
    margin-right: 0;
  }
  .products-wrapper .shopwired-image-container {
    height: 185px;
  }
}
@media (max-width: 580px) {
  section#main-page article.main-page-article.wishlist-page .inner-page .inner-page-content.category-page .products-wrapper .product {
    max-width: none;
    width: 250px;
    margin-right: calc((100% - (2 * 250px)));
  }
  section#main-page article.main-page-article.wishlist-page .inner-page .inner-page-content.category-page .products-wrapper .product:nth-child(1n+0) {
    margin-right: calc((100% - (2 * 250px)));
  }
  section#main-page article.main-page-article.wishlist-page .inner-page .inner-page-content.category-page .products-wrapper .product:nth-child(2n+0) {
    margin-right: 0;
  }
  section#main-page article.main-page-article.wishlist-page .inner-page .inner-page-content.category-page .products-wrapper .shopwired-image-container {
    height: 250px;
  }
}
@media (max-width: 578px) {
  .category-page .products-wrapper .product {
    max-width: none;
    width: 275px;
    margin-right: calc((100% - (2 * 275px)));
  }
  .category-page .products-wrapper .product:nth-child(1n+0) {
    margin-right: calc((100% - (2 * 275px)));
  }
  .category-page .products-wrapper .product:nth-child(2n+0) {
    margin-right: 0;
  }
  .products-wrapper .shopwired-image-container {
    height: 275px;
  }
}
@media (max-width: 568px) {
  .category-page .products-wrapper .product {
    max-width: none;
    width: 265px;
    margin-right: calc((100% - (2 * 265px)));
  }
  .category-page .products-wrapper .product:nth-child(1n+0) {
    margin-right: calc((100% - (2 * 265px)));
  }
  .category-page .products-wrapper .product:nth-child(2n+0) {
    margin-right: 0;
  }
  .products-wrapper .shopwired-image-container {
    height: 265px;
  }
}
@media (max-width: 547px) {
  .category-page .products-wrapper .product {
    max-width: none;
    width: 251px;
    margin-right: calc((100% - (2 * 251px)));
  }
  .category-page .products-wrapper .product:nth-child(1n+0) {
    margin-right: calc((100% - (2 * 251px)));
  }
  .category-page .products-wrapper .product:nth-child(2n+0) {
    margin-right: 0;
  }
  .products-wrapper .shopwired-image-container {
    height: 251px;
  }
}
@media (max-width: 540px) {
  section.home-carousel {
    padding-left: 10px;
  }
  section.home-carousel .wrapper-main {
    width: 270px;
    margin: 0 auto 0 auto;
  }
  .product-gallery {
    width: 320px;
  }
  .product-gallery .shopwired-image-container {
    height: 320px;
  }
  #product-container .product-gallery .video-container {
    height: 320px;
  }
  .product-gallery .product-gallery-thumbnails .thumbnails-gallery {
    width: 210px;
  }
  .product-gallery .product-gallery-thumbnails > .bx-wrapper {
    width: 280px !important;
    position: relative;
    left: 6px;
  }
  .product-gallery .product-gallery-thumbnails .shopwired-image-container > img {
    max-width: 100%;
  }
  .product-info .product-form .product-variations .form-line .select-wrap {
    width: 100%;
    display: block;
    margin-top: 5px;
    position: relative;
  }
  .product-info .product-form .product-variations .form-line .select-default {
    width: 100%;
  }
  .product-info .product-form .product-variations .form-line .select-default::after {
    top: 0px;
    right: 10px;
  }
  .product-info .product-form .product-variations .form-line > label {
    max-width: none;
  }
  .product-info .product-form .extra-options .half {
    float: none;
    margin-right: 0;
    margin-bottom: 8px;
  }
  .product-info .product-form .extra-options {
    padding-bottom: 5px;
  }
}
@media (max-width: 520px) {
  .category-page .products-wrapper .product {
    width: 390px;
    float: none;
  }
  .products-wrapper .shopwired-image-container {
    height: 390px;
  }
  .category-page .products-wrapper .product:nth-child(1n+0) {
    margin-right: auto;
    margin-left: auto;
  }
  .category-page .products-wrapper {
    width: 100%;
  }
  section#main-page article.main-page-article.wishlist-page .inner-page .inner-page-content.category-page .products-wrapper .product {
    max-width: none;
    width: 310px;
    float: none;
  }
  section#main-page article.main-page-article.wishlist-page .inner-page .inner-page-content.category-page .products-wrapper .product:nth-child(1n+0) {
    margin-right: auto;
    margin-left: auto;
  }
  section#main-page article.main-page-article.wishlist-page .inner-page .inner-page-content.category-page .products-wrapper .shopwired-image-container {
    height: 310px;
  }
  section#main-page article.main-page-article.wishlist-page .inner-page .inner-page-content.category-page .products-wrapper {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .wrapper-main {
    padding: 0 5px;
  }
  footer #footer-mail-signup #footer-mail-box {
    width: 100%;
    max-width: 351px;
  }
  section#home-main #slider-hidden > h2 {
    font-size: 19px;
  }
  section#home-main #slider-hidden > a {
    width: 112px;
    font-size: 16px;
  }
  #slider-btn-left,
  #slider-btn-right {
    width: 60px;
    background-size: 24px auto;
  }
  section#home-main section.home-categories > .grid-third {
    float: none;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 20px;
  }
  section#home-main section.home-categories > .grid-third:first-of-type {
    margin-right: auto;
  }
  section#home-main section.home-categories > .grid-third:last-of-type {
    display: none;
  }
  section#home-main section.home-categories {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  section#main-page article.main-page-article.account-page .order-details-wrapper .order-detail {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }
  section#main-page article.main-page-article.account-page .order-details-wrapper .detail-totals {
    float: none;
    margin-bottom: 0;
    width: 100%;
  }
  section#main-page article.main-page-article.account-page .order-details-wrapper .details-wrapper {
    margin-bottom: 10px;
  }
  .category-page .categories-wrapper .category {
    max-width: 48%;
    margin-right: 3%;
  }
  .category-page .categories-wrapper .category:nth-child(1n+0) {
    margin-right: 3%;
  }
  .category-page .categories-wrapper .category:nth-child(2n+0) {
    margin-right: 0;
  }
  .stockist-inner-wrapper .searchs-stockist-results > ul.search-results > li .company-address > .map-link {
    width: auto;
    position: relative;
    right: auto;
    top: auto;
    padding-top: 0;
    margin-top: 0;
  }
  .stockist-inner-wrapper .searchs-stockist-results > ul.search-results > li .company-address > .map-link > p {
    padding: 0;
    margin: 0;
  }
  .stockist-inner-wrapper .searchs-stockist-results > ul.search-results > li .company-address > .map-link a {
    width: 100%;
    text-align: left;
    width: auto;
    display: inline-block;
  }
  .gallery-page .gallery-wrapper .gallery > h2 {
    font-size: 12px;
  }
  .gallery-page .gallery-wrapper .gallery-entry {
    width: 48.00%;
    margin-right: 2%;
  }
  .gallery-page .gallery-wrapper .gallery-entry:nth-child(1n+0) {
    margin-right: 2%;
  }
  .gallery-page .gallery-wrapper .gallery-entry:nth-child(2n+0) {
    margin-right: 0;
  }
  #information-form button.form-paypal > p > span {
    width: 50px;
    height: 38px;
    background-size: 50px auto;
  }
  .products-browser .order-select {
    width: 150px;
  }
  .products-browser .order-select .select-default {
    padding: 0 5px;
  }
  .products-browser .order-select .select-default::after {
    right: 9px !important;
  }
  .product-gallery {
    display: block;
    float: none;
    width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  section#main-page article.main-page-article.product-page h1 {
    min-width: 0;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    text-align: center;
  }
  .product-info .product-form .price-and-points .reward-points > p {
    float: none;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .rating > a.right {
    float: none;
    width: 100%;
    display: block;
    text-align: left;
    margin-left: 0;
    padding-left: 0;
    margin-top: 20px;
  }
}
@media (max-width: 407px) {
  .product-gallery .product-gallery-thumbnails .shopwired-image-container > img {
    max-width: 100%;
  }
  .product-gallery .product-gallery-thumbnails .thumbnails-gallery {
    width: 100%;
  }
  .product-gallery .product-gallery-thumbnails > .bx-wrapper {
    width: 280px !important;
    position: relative;
    left: 1px;
  }
  .product-gallery .product-gallery-thumbnails .arrow-left {
    left: -7px;
  }
  .product-gallery .product-gallery-thumbnails .arrow-right {
    right: -7px;
  }
}
@media (max-width: 420px) {
  .category-page .products-wrapper .product {
    width: 340px;
    float: none;
  }
  .products-wrapper .shopwired-image-container {
    height: 340px;
  }
  .category-page .products-wrapper .product:nth-child(1n+0) {
    margin-right: auto;
    margin-left: auto;
  }
  .category-page .products-wrapper {
    width: 100%;
  }
}
@media (max-width: 350px) {
  .category-page .products-wrapper .product {
    width: 310px;
    float: none;
  }
  .products-wrapper .shopwired-image-container {
    height: 310px;
  }
  .category-page .products-wrapper .product:nth-child(1n+0) {
    margin-right: auto;
    margin-left: auto;
  }
  .category-page .products-wrapper {
    width: 100%;
  }
}
@media (max-width: 370px) {
  section.home-carousel {
    padding-left: 10px;
  }
  section#home-main #slider-hidden > h2 {
    font-size: 18px;
  }
  section#home-main #slider-hidden > a {
    width: 112px;
    font-size: 16px;
  }
  section#home-main section.home-categories > .grid-third {
    float: none;
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 20px;
  }
  #slider-btn-left,
  #slider-btn-right {
    width: 40px;
    background-size: 17px auto;
  }
  .product-gallery {
    width: 300px;
  }
  .product-gallery .shopwired-image-container {
    height: 300px;
  }
  .product-gallery .shopwired-image-container {
    height: 300px;
  }
}
@media (max-width: 332px) {
  .category-page .categories-wrapper .category {
    max-width: 100%;
    margin-right: 0%;
  }
  .category-page .categories-wrapper .category:nth-child(1n+0) {
    margin-right: 0%;
  }
}
@font-face {
  font-family: 'freight-sans';
  src: url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_300_normal.eot');
  src: url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_300_normal.eot?#iefi300') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_300_normal.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_300_normal.woff') format('woff'), url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_300_normal.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_300_normal.svg#freightsans300') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'freight-sans';
  src: url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_400_normal.eot');
  src: url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_400_normal.eot?#iefi400') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_400_normal.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_400_normal.woff') format('woff'), url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_400_normal.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_400_normal.svg#freightsans_400') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'freight-sans';
  src: url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_500_normal.eot');
  src: url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_500_normal.eot?#iefi500') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_500_normal.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_500_normal.woff') format('woff'), url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_500_normal.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_500_normal.svg#freightsans500') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'freight-sans';
  src: url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_600_normal.eot');
  src: url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_600_normal.eot?#iefi600') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_600_normal.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_600_normal.woff') format('woff'), url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_600_normal.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_600_normal.svg#freightsans600') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'freight-sans';
  src: url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_700_normal.eot');
  src: url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_700_normal.eot?#iefi700') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_700_normal.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_700_normal.woff') format('woff'), url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_700_normal.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_700_normal.svg#freightsans_700') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'freight-sans';
  src: url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_900_normal.eot');
  src: url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_900_normal.eot?#iefi900') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_900_normal.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_900_normal.woff') format('woff'), url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_900_normal.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_900_normal.svg#freightsans900') format('svg');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'freight-sans';
  src: url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_300_italic.eot');
  src: url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_300_italic.eot?#iefi300') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_300_italic.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_300_italic.woff') format('woff'), url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_300_italic.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_300_italic.svg#freightsans300') format('svg');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'freight-sans';
  src: url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_400_italic.eot');
  src: url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_400_italic.eot?#iefi400') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_400_italic.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_400_italic.woff') format('woff'), url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_400_italic.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_400_italic.svg#freightsans_400') format('svg');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'freight-sans';
  src: url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_500_italic.eot');
  src: url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_500_italic.eot?#iefi500') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_500_italic.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_500_italic.woff') format('woff'), url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_500_italic.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_500_italic.svg#freightsans500') format('svg');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'freight-sans';
  src: url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_600_italic.eot');
  src: url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_600_italic.eot?#iefi600') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_600_italic.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_600_italic.woff') format('woff'), url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_600_italic.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_600_italic.svg#freightsans600') format('svg');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'freight-sans';
  src: url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_700_italic.eot');
  src: url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_700_italic.eot?#iefi700') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_700_italic.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_700_italic.woff') format('woff'), url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_700_italic.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_700_italic.svg#freightsans_700') format('svg');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'freight-sans';
  src: url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_900_italic.eot');
  src: url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_900_italic.eot?#iefi900') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_900_italic.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_900_italic.woff') format('woff'), url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_900_italic.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/freight_sans/freight_sans_900_italic.svg#freightsans900') format('svg');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?m8136t');
  src: url('../fonts/icomoon.eot?#iefixm8136t') format('embedded-opentype'), url('../fonts/icomoon.woff?m8136t') format('woff'), url('../fonts/icomoon.ttf?m8136t') format('truetype'), url('../fonts/icomoon.svg?m8136t#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-long-arrow-right:before {
  content: "\e612";
}
.icon-blog-arrow-left:before {
  content: "\e60e";
}
.icon-blog-arrow-right:before {
  content: "\e611";
}
.icon-arrow-right:before {
  content: "\e60d";
}
.icon-open-down2:before {
  content: "\e60f";
}
.icon-open-up2:before {
  content: "\e610";
}
.icon-carousel-arrow-left:before {
  content: "\e60b";
}
.icon-carousel-arrow-right:before {
  content: "\e60c";
}
.icon-arrow:before {
  content: "\e600";
}
.icon-basket:before {
  content: "\e601";
}
.icon-close:before {
  content: "\e602";
}
.icon-delete:before {
  content: "\e603";
}
.icon-longarrow:before {
  content: "\e604";
}
.icon-menu:before {
  content: "\e605";
}
.icon-open:before {
  content: "\e606";
}
.icon-search:before {
  content: "\e607";
}
.icon-star:before {
  content: "\e608";
}
.icon-swipe:before {
  content: "\e609";
}
.icon-up44:before {
  content: "\e60a";
}

#vat-number-container {
  display: none;
  position: relative;
  margin-top: 20px;
}
#vat-number-container.open {
  display: block;
}
#validate-vat {
	color: white;
    background-color: #f12938;
    padding: 10px 25px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    border: none;
    -webkit-appearance: none;
    box-shadow: none;
    border-radius: 0;
    margin-top: 20px;
    text-decoration: none;
    text-align: center;
}
#vat-number {
	margin-top: 15px;
	height: 40px;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    padding: 0 10px;
    font-size: 13px;
    font-weight: 300;
    -moz-box-shadow: 1px 0px 5px #f7f7f7 inset;
    -webkit-box-shadow: 1px 0px 5px #f7f7f7 inset;
    box-shadow: 1px 0px 5px #f7f7f7 inset;
    border-radius: 0px;
}

body {
	overflow-x: hidden;
	position: relative;
}

@media(min-width: 640px) {
	.home-categories {
		overflow: hidden;
		margin-left: -5px;
		margin-right: -5px;
	}
	
	section#home-main section.home-categories > .grid-third {
		margin: 0;
		padding-left: 5px;
		padding-right: 5px;
		width: 33.3333%;
	}
}