/* Edit this file for CSS changes - 2nd Oct 2017 */

.hidden {
  display: none !important;
}
@media screen and (max-width: 479px) {
  .visible-xs {
    display: block !important;
  }
  .visible-xs-inline-block {
    display: inline-block !important;
  }
  .visible-xs-inline {
    display: inline !important;
  }
  .hidden-xs {
    display: none !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .visible-sm {
    display: block !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .hidden-sm {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .visible-md {
    display: block !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .hidden-md {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .visible-lg {
    display: block !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .hidden-lg {
    display: none !important;
  }
}
.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;
}
@font-face {
  font-family: 'icons';
  src: url('../fonts/icons.eot?-pmddrd');
  src: url('../fonts/icons.eot?#iefix-pmddrd') format('embedded-opentype'), url('../fonts/icons.woff?-pmddrd') format('woff'), url('../fonts/icons.ttf?-pmddrd') format('truetype'), url('../fonts/icons.svg?-pmddrd#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"],
.icon {
  font-family: 'icons', sans-serif;
  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-2for1:before {
  content: "\e600";
}
.icon-remove:before {
  content: "\e601";
}
.icon-checkmark:before {
  content: "\e602";
}
.icon-heart:before {
  content: "\e603";
}
.icon-less:before {
  content: "\e604";
}
.icon-more:before {
  content: "\e605";
}
.icon-newsletter-arrow:before {
  content: "\e606";
}
.icon-arrow-down:before {
  content: "\e607";
}
.icon-arrow-up:before {
  content: "\e608";
}
.icon-menu:before {
  content: "\e609";
}
.icon-basket:before {
  content: "\e60a";
}
.icon-star:before {
  content: "\e60b";
}
.icon-search:before {
  content: "\e60c";
}
.icon-slider-arrow-left:before {
  content: "\e60d";
}
.icon-slider-arrow-right:before {
  content: "\e60e";
}
.icon-triangle-down:before {
  content: "\e60f";
}
.icon-triangle-left:before {
  content: "\e610";
}
.icon-triangle-right:before {
  content: "\e611";
}
.icon-triangle-up:before {
  content: "\e612";
}
.icon-play:before {
  content: "\e613";
}
@font-face {
  font-family: 'alternate-gothic';
  src: url('https://fonts.ecommercedns.uk/alternate_gothic/alternate_gothic_400.eot');
  src: url('https://fonts.ecommercedns.uk/alternate_gothic/alternate_gothic_400.eot?#iefix') format('embedded-opentype'), url('https://fonts.ecommercedns.uk/alternate_gothic/alternate_gothic_400.woff2') format('woff2'), url('https://fonts.ecommercedns.uk/alternate_gothic/alternate_gothic_400.woff') format('woff'), url('https://fonts.ecommercedns.uk/alternate_gothic/alternate_gothic_400.ttf') format('truetype'), url('https://fonts.ecommercedns.uk/alternate_gothic/alternate_gothic_400.svg#alternategothic400') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'museo-sans';
  src: url('https://fonts.ecommercedns.uk/museo_sans/museo_sans_300_normal.eot');
  src: url('https://fonts.ecommercedns.uk/museo_sans/museo_sans_300_normal.eot?#iefi300') format('embedded-opentype'), url('https://fonts.ecommercedns.uk/museo_sans/museo_sans_300_normal.woff2') format('woff2'), url('https://fonts.ecommercedns.uk/museo_sans/museo_sans_300_normal.woff') format('woff'), url('https://fonts.ecommercedns.uk/museo_sans/museo_sans_300_normal.ttf') format('truetype'), url('https://fonts.ecommercedns.uk/museo_sans/museo_sans_300_normal.svg#museosans_300') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'museo-sans';
  src: url('https://fonts.ecommercedns.uk/museo_sans/museo_sans_500_normal.eot');
  src: url('https://fonts.ecommercedns.uk/museo_sans/museo_sans_500_normal.eot?#iefi500') format('embedded-opentype'), url('https://fonts.ecommercedns.uk/museo_sans/museo_sans_500_normal.woff2') format('woff2'), url('https://fonts.ecommercedns.uk/museo_sans/museo_sans_500_normal.woff') format('woff'), url('https://fonts.ecommercedns.uk/museo_sans/museo_sans_500_normal.ttf') format('truetype'), url('https://fonts.ecommercedns.uk/museo_sans/museo_sans_500_normal.svg#museosans500') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'museo-sans';
  src: url('https://fonts.ecommercedns.uk/museo_sans/museo_sans_700_normal.eot');
  src: url('https://fonts.ecommercedns.uk/museo_sans/museo_sans_700_normal.eot?#iefi700') format('embedded-opentype'), url('https://fonts.ecommercedns.uk/museo_sans/museo_sans_700_normal.woff2') format('woff2'), url('https://fonts.ecommercedns.uk/museo_sans/museo_sans_700_normal.woff') format('woff'), url('https://fonts.ecommercedns.uk/museo_sans/museo_sans_700_normal.ttf') format('truetype'), url('https://fonts.ecommercedns.uk/museo_sans/museo_sans_700_normal.svg#museosans_700') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'museo-sans';
  src: url('https://fonts.ecommercedns.uk/museo_sans/museo_sans_300_italic.eot');
  src: url('https://fonts.ecommercedns.uk/museo_sans/museo_sans_300_italic.eot?#iefi300') format('embedded-opentype'), url('https://fonts.ecommercedns.uk/museo_sans/museo_sans_300_italic.woff2') format('woff2'), url('https://fonts.ecommercedns.uk/museo_sans/museo_sans_300_italic.woff') format('woff'), url('https://fonts.ecommercedns.uk/museo_sans/museo_sans_300_italic.ttf') format('truetype'), url('https://fonts.ecommercedns.uk/museo_sans/museo_sans_300_italic.svg#museosans_300') format('svg');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'museo-sans';
  src: url('https://fonts.ecommercedns.uk/museo_sans/museo_sans_500_italic.eot');
  src: url('https://fonts.ecommercedns.uk/museo_sans/museo_sans_500_italic.eot?#iefi500') format('embedded-opentype'), url('https://fonts.ecommercedns.uk/museo_sans/museo_sans_500_italic.woff2') format('woff2'), url('https://fonts.ecommercedns.uk/museo_sans/museo_sans_500_italic.woff') format('woff'), url('https://fonts.ecommercedns.uk/museo_sans/museo_sans_500_italic.ttf') format('truetype'), url('https://fonts.ecommercedns.uk/museo_sans/museo_sans_500_italic.svg#museosans500') format('svg');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'museo-sans';
  src: url('https://fonts.ecommercedns.uk/museo_sans/museo_sans_700_italic.eot');
  src: url('https://fonts.ecommercedns.uk/museo_sans/museo_sans_700_italic.eot?#iefi700') format('embedded-opentype'), url('https://fonts.ecommercedns.uk/museo_sans/museo_sans_700_italic.woff2') format('woff2'), url('https://fonts.ecommercedns.uk/museo_sans/museo_sans_700_italic.woff') format('woff'), url('https://fonts.ecommercedns.uk/museo_sans/museo_sans_700_italic.ttf') format('truetype'), url('https://fonts.ecommercedns.uk/museo_sans/museo_sans_700_italic.svg#museosans_700') format('svg');
  font-weight: 700;
  font-style: italic;
}
*,
::before,
::after {
  box-sizing: border-box;
}
body {
  font-family: 'museo-sans', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.2;
  color: #32323c;
}
a {
  text-decoration: none;
  color: #932525;
}
a:hover {
  text-decoration: underline;
}
input[type='text'],
input[type='password'],
textarea,
select {
  vertical-align: top;
  display: inline-block;
}
.container {
  width: 1000px;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .container {
    width: auto;
    margin-left: 12px;
    margin-right: 12px;
  }
}
.form-errors {
  margin: 22px 0;
  padding: 0;
  list-style: none;
  color: #f00;
}
.button {
  display: inline-block;
  vertical-align: top;
  background: #932525;
  padding: 0 16px 2px;
  border: none;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  height: 34px;
  line-height: 32px;
}
.button:hover {
  text-decoration: none;
}
.custom-check-box {
  display: inline-block;
  vertical-align: top;
  min-height: 16px;
  position: relative;
  padding-left: 22px;
  cursor: pointer;
}
.custom-check-box::before {
  font-family: 'icons', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  color: #932525;
  content: '';
  width: 16px;
  height: 16px;
  border: 1px solid #cacaca;
  background: #fff;
  line-height: 14px;
  font-size: 10px;
}
.custom-check-box.checked::before {
  content: "\e602";
}
.custom-check-box input {
  display: none;
}
.customSelect {
  display: inline-block;
  vertical-align: top;
  background: #fff url('../images/drop-down-arrow.png') right center no-repeat;
  -webkit-background-size: 36px;
  background-size: 36px;
  color: #565656;
  font-size: 14px;
  border: 1px solid #e0dfdf;
  font-style: italic;
}
.customSelect .customSelectInner {
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 45px 0 10px;
  line-height: 36px;
  height: 38px;
  width: 100% !important;
}
.pagination {
  font-size: 0;
  text-align: right;
}
.pagination .page-link {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  width: 28px;
  height: 28px;
  text-align: center;
  line-height: 26px;
  border: 1px solid #ddd;
  color: #a0a0a0;
  text-decoration: none;
  margin: 0 0 7px 7px;
  cursor: pointer;
}
.pagination .page-link.prev,
.pagination .page-link.next {
  font-size: 0;
}
.pagination .page-link.prev::before,
.pagination .page-link.next::before {
  font-size: 9px;
  line-height: 26px;
}
.pagination .page-link.current,
.pagination .page-link:hover {
  color: #000;
  border-color: #000;
}
.quantity-box {
  display: inline-block;
  vertical-align: top;
  width: 90px;
  border: 1px solid #cacaca;
  background: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  padding: 0 10px;
  height: 32px;
  line-height: 30px;
  overflow: hidden;
}
.quantity-box input {
  width: 27px;
  height: 30px;
  text-align: right;
  font-weight: 500;
  font-size: 16px;
  background: none;
  border: none;
  padding: 0;
  float: right;
}
#top {
  background-color: #32323c;
  color: #ffffff;
  text-transform: uppercase;
  min-height: 50px;
  line-height: 50px;
  position: relative;
}
#top::after {
  visibility: hidden;
  display: block;
  content: '';
  clear: both;
  height: 0;
}
#top a {
  color: inherit;
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
}
#top ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}
#top li {
  display: inline-block;
  vertical-align: top;
}
#top li + li::before {
  content: '//';
  width: 25px;
  font-size: 12px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
#top .left-menu {
  float: left;
}
#top .information {
  float: right;
}
#top .information .right-menu {
  display: inline-block;
  vertical-align: top;
}
#top .information .basket-total {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  margin-left: 20px;
}
#top .information .basket {
  padding: 0 20px;
  color: #ffffff;
  background-color: #932525;
  border-radius: 3px;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  font-weight: 500;
  height: 34px;
  line-height: 32px;
  margin-top: 8px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}
#top .information .basket::before {
  display: none;
}
#top .information .search-button {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 50px;
  color: #32323c;
  background-color: #ffffff;
  text-align: center;
}
#top .information .search-button::before {
  font-size: 22px;
  line-height: 48px;
}
#top .information .search-button.active {
  background-color: #932525;
  color: #fff;
}
#top .information .buttons {
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
  font-size: 0;
}
#top .menu {
  float: left;
  background-color: #000;
  z-index: 100;
  max-width: 63%;
}
#top .menu ul {
  display: inline-block;
  vertical-align: top;
}
#top .menu ul + ul::before {
  content: '//';
  width: 25px;
  font-size: 12px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
#top .menu-button {
  font-size: 0;
  color: #737373;
  display: inline-block;
  vertical-align: top;
  height: 50px;
}
#top .menu-button::before {
  font-size: 32px;
  line-height: 50px;
}
#top #top-search-form {
  position: absolute;
  top: 0;
  left: 18%;
  right: 62px;
  font-size: 16px;
}
#top #top-search-form input {
  width: 100%;
  height: 50px;
  background-color: #fff;
  border: none;
  color: #000;
  padding: 0 55px 0 10px;
  outline: none;
  border-radius: 0;
}
#top #top-search-form input::-moz-placeholder {
  opacity: 1;
  color: #bbb;
}
#top #top-search-form input::-webkit-input-placeholder {
  opacity: 1;
  color: #bbb;
}
#top #top-search-form input:-ms-input-placeholder {
  opacity: 1;
  color: #bbb;
}
#top #top-search-form input.placeholder {
  opacity: 1;
  color: #bbb;
}
#top #top-search-form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  border: none;
  background: none;
  color: #932525;
  line-height: 48px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 20px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  #top .container {
    position: static;
  }
  #top .menu {
    max-width: none;
    float: none;
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    border-top: 1px solid #737373;
    line-height: 1.2;
    padding: 12px 10px;
  }
  #top .menu ul {
    display: block;
  }
  #top .menu ul + ul::before {
    display: none;
  }
  #top .menu li {
    display: block;
  }
  #top .menu li::before {
    display: none;
  }
  #top .menu a {
    font-size: 14px;
    padding: 10px 12px;
  }
  #top .information .basket {
    font-size: 0;
    height: 50px;
    margin: 0;
    border-radius: 0;
    padding: 0;
    width: 50px;
    text-transform: none;
    color: #ffffff;
    background-color: #932525;
  }
  #top .information .basket::before {
    font-size: 22px;
    line-height: 48px;
    display: block;
  }
}
#header {
  margin-top: 15px;
  margin-bottom: 15px;
  min-height: 75px;
}
#header .logo,
#header .logo img {
  display: inline-block;
  vertical-align: top;
  width: auto;
  height: 75px;
  text-align: center;
}
#header .actions {
  position: absolute;
  right: 0;
  top: 0;
}
#header .currencies {
  font-size: 14px;
  color: #d6d6d6;
  text-align: right;
  font-weight: 500;
}
#header .currencies a {
  color: inherit;
  margin-left: 5px;
}
#header .currencies .current {
  color: #000;
}
#header form {
  margin: 12px 0 0;
  padding: 0;
  width: 200px;
  border: 1px solid #ddd;
  position: relative;
  margin-left: auto;
}
#header form input {
  width: 100%;
  height: 32px;
  font-size: 12px;
  color: #000;
  padding: 0 40px 0 10px;
  border: none;
  background: none;
}
#header form input::-moz-placeholder {
  opacity: 1;
  color: #bbb;
}
#header form input::-webkit-input-placeholder {
  opacity: 1;
  color: #bbb;
}
#header form input:-ms-input-placeholder {
  opacity: 1;
  color: #bbb;
}
#header form input.placeholder {
  opacity: 1;
  color: #bbb;
}
#header form button {
  position: absolute;
  right: 0;
  top: 0;
  width: 32px;
  height: 32px;
  border: none;
  background: none;
  text-align: center;
  padding: 0;
  color: #bebebe;
  line-height: 30px;
  font-size: 20px;
}
#header .newsletter-form {
  display: inline-block;
  margin-left: -140px;
}
#header .newsletter-form form {
  border: 0;
}
#header .newsletter-form h2 {
  margin: 0 0 13px;
  font-weight: 300;
  color: #000;
  font-size: 14px;
}
@media screen and (max-width: 1023px) {
  #header .logo {
    display: block;
  }
  #header .actions {
    position: static;
  }
  #header .currencies {
    text-align: center;
    margin-top: 25px;
  }
  #header form {
    width: auto;
  }
  #header form input {
    height: 40px;
  }
  #header form button {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 24px;
  }
  #header .newsletter-form {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  #header .currencies {
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  #header .logo {
    width: 100%;
    height: auto;
    text-align: center;
  }
  #header .logo img {
    max-width: 520px;
    height: auto;
    width: 100%;
  }
}
#categories {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  color: #32323c;
}
#categories ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}
#categories li {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#categories li:hover > .link {
  border-color: #ddd;
}
#categories li:hover .drop-down {
  display: block;
}
#categories li.last {
  position: static;
}
#categories li.last .drop-down {
  right: 0;
  left: auto;
  min-width: 1px;
}
#categories a {
  color: inherit;
  display: block;
  padding: 8px 7px;
  border: 1px solid transparent;
  border-bottom: none;
}
#categories .drop-down {
  display: none;
  position: absolute;
  left: 0;
  min-width: 100%;
  top: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  z-index: 100;
  text-align: left;
  padding: 1px 0;
  font-size: 13px;
}
#categories .drop-down li {
  display: block;
  border: none;
  white-space: nowrap;
  padding: 0 10px;
}
#categories .drop-down li a {
  border: none;
  padding: 10px 5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#categories .drop-down li + li a {
  border-top: 1px solid #ddd;
}
#categories .toggle-button {
  border: 1px solid #ddd;
  height: 40px;
  line-height: 38px;
  text-transform: uppercase;
  font-size: 14px;
  padding: 0 10px;
  position: relative;
}
#categories .toggle-button::before {
  position: absolute;
  right: 10px;
  top: 0;
  color: #000000;
}
#categories .toggle-button.active::before {
  content: "\e608";
}
@media screen and (max-width: 1023px) {
  #categories {
    margin-bottom: 15px;
  }
  #categories > ul {
    text-align: left;
    border: 1px solid #ddd;
    border-top: none;
  }
  #categories li {
    display: block;
  }
  #categories li:hover .drop-down {
    display: none;
  }
  #categories li + li {
    border-top: 1px solid #ddd;
  }
  #categories li a {
    border: none;
    padding: 10px;
  }
  #categories .with-drop-down > .link {
    padding-right: 40px;
    position: relative;
  }
  #categories .with-drop-down > .link::before {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 14px;
    font-family: 'icons', sans-serif;
    content: "\e605";
    line-height: 36px;
    color: #000000;
  }
  #categories .with-drop-down.active > .link::before {
    content: "\e604";
  }
  #categories .with-drop-down.active .drop-down {
    display: block;
  }
  #categories .drop-down {
    padding: 0;
    border: none;
    position: static;
  }
  #categories .drop-down li {
    border: none;
    padding: 0;
    border-top: 1px solid #ddd;
  }
  #categories .drop-down li + li {
    border: none;
  }
  #categories .drop-down li a {
    border: none;
    padding: 10px 30px;
  }
}
#footer {
  overflow: hidden;
  color: #b4b4b4;
  font-size: 12px;
  padding: 16px 0 30px;
  border-top: 1px solid #ddd;
  margin-top: 40px;
}
#footer .column {
  width: 25%;
  float: left;
  padding-right: 50px;
}
#footer h2 {
  margin: 0 0 13px;
  font-weight: 300;
  color: #000;
  font-size: 14px;
}
#footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#footer li + li {
  margin-top: 5px;
}
#footer a {
  color: inherit;
}
#footer p {
  margin: 6px 0 0;
}
#footer .contact h2 + p {
  margin: 0 0 22px;
}
#footer .contact a {
  color: #932525;
}
#footer .social {
  font-size: 0;
  max-width: 160px;
  margin-top: 2px;
  overflow: hidden;
}
#footer .social a,
#footer .social img {
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 32px;
}
#footer .social a {
  margin: 8px 8px 0 0;
}
@media screen and (max-width: 1023px) {
  #footer {
    margin-left: 0;
    margin-right: 0;
    padding-left: 15px;
    padding-right: 15px;
  }
  #footer .column {
    float: none;
    width: auto;
    padding: 0;
  }
  #footer .column + .column {
    margin-top: 25px;
  }
  #footer .newsletter {
    width: auto;
  }
  #footer .social {
    margin-top: 8px;
    max-width: 100%;
  }
}
.newsletter {
  width: 200px;
  height: 36px;
  border: 1px solid #ddd;
  position: relative;
}
.newsletter input {
  width: 100%;
  height: 34px;
  border: none;
  background: none;
  padding: 0 30px 0 10px;
  color: #000;
  font-size: 12px;
}
.newsletter input::-moz-placeholder {
  opacity: 1;
  color: #bbb;
}
.newsletter input::-webkit-input-placeholder {
  opacity: 1;
  color: #bbb;
}
.newsletter input:-ms-input-placeholder {
  opacity: 1;
  color: #bbb;
}
.newsletter input.placeholder {
  opacity: 1;
  color: #bbb;
}
.newsletter button {
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  font-size: 18px;
  color: #ddd;
  padding: 0;
  border: none;
  background: none;
}
iframe[name='payment_processor_frame'] {
    width: 100%;
    height: 650px;
}
#bottom {
  background-color: #f7f7f7;
  padding: 15px 0;
  font-size: 12px;
  color: #7c7c7c;
  overflow: hidden;
  line-height: 20px;
}
#bottom .copyright {
  float: left;
}
#bottom .cards {
  float: left;
  background: url('../images/footer-cards.png') 0 0 no-repeat;
  -webkit-background-size: 98px;
  background-size: 98px;
  width: 98px;
  height: 20px;
  font-size: 0;
  margin: 0 15px;
}
#bottom a {
  float: right;
}
@media screen and (max-width: 1023px) {
  #bottom {
    text-align: center;
    padding: 12px 0;
  }
  #bottom .copyright,
  #bottom .cards,
  #bottom a {
    float: none;
    margin: 0 auto;
  }
  #bottom .cards {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
#content:after {
  visibility: hidden;
  display: block;
  content: '';
  clear: both;
  height: 0;
}
#content h1 {
  font-family: 'alternate-gothic', Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -1px;
  line-height: 1;
  margin: 0;
  font-size: 44px;
}
#content h2 {
  font-family: 'alternate-gothic', Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -1px;
  line-height: 1;
  margin: 15px 0 0;
  font-size: 32px;
}
#content p {
  margin: 15px 0 0;
}
#content strong {
  font-weight: 500;
}
#content .table {
  border: 1px solid #e4e4e4;
  max-width: 100%;
  overflow: auto;
  margin-top: 25px;
}
#content .table table {
  width: 100%;
  border: none;
  color: #4b4b4b;
  font-size: 12px;
}
#content .table th,
#content .table td {
  padding: 10px 12px;
  white-space: nowrap;
}
#content .table th {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: left;
}
#content .table td {
  border-top: 1px solid #e4e4e4;
  vertical-align: top;
}
#content.content-page {
  border-top: 1px solid #ddd;
  padding: 44px 0 0;
}
@media screen and (max-width: 1023px) {
  #content.content-page {
    border-top: none;
    padding: 10px 0 0;
  }
}
#content.with-sidebar {
  border-top: 1px solid #ddd;
  padding: 30px 0 0;
}
#content.with-sidebar::before {
  position: absolute;
  left: 170px;
  top: 30px;
  width: 0;
  bottom: 0;
  border-left: 1px solid #ddd;
  content: '';
}
#content.with-sidebar + #footer {
  margin-top: 0;
}
#content.with-sidebar .sidebar {
  float: left;
  width: 170px;
  padding-right: 30px;
  text-align: right;
  font-size: 12px;
  text-transform: uppercase;
  color: #555;
}
#content.with-sidebar .sidebar ul {
  list-style: none;
  margin: 0;
  padding: 12px 0 0;
}
#content.with-sidebar .sidebar li + li {
  margin-top: 10px;
}
#content.with-sidebar .sidebar a {
  color: inherit;
}
#content.with-sidebar .sidebar .toggle-button {
  border: 1px solid #ddd;
  height: 40px;
  line-height: 38px;
  text-transform: uppercase;
  font-size: 14px;
  padding: 0 10px;
  position: relative;
  text-align: left;
  color: #000;
}
#content.with-sidebar .sidebar .toggle-button::before {
  position: absolute;
  right: 10px;
  top: 0;
}
#content.with-sidebar .sidebar .toggle-button.active::before {
  content: "\e608";
}
#content.with-sidebar .main {
  margin-left: 200px;
  padding: 10px 0 25px;
  min-height: 450px;
}
#content.with-sidebar .main h1 + p {
  margin-top: 16px;
}
#content.with-sidebar .main img {
  max-width: 100%;
}
@media screen and (max-width: 1023px) {
  #content.with-sidebar {
    border: none;
    padding: 0;
  }
  #content.with-sidebar::before {
    display: none;
  }
  #content.with-sidebar .sidebar {
    float: none;
    width: auto;
    padding: 0;
    text-align: left;
    font-size: 13px;
    color: #000;
  }
  #content.with-sidebar .sidebar ul {
    margin: 0;
    padding: 0;
  }
  #content.with-sidebar .sidebar li {
    border: 1px solid #ddd;
    border-top: none;
  }
  #content.with-sidebar .sidebar li a {
    display: block;
    padding: 10px;
  }
  #content.with-sidebar .sidebar li + li {
    margin-top: 0;
  }
  #content.with-sidebar .main {
    margin: 27px 0 0;
    padding: 0 0 23px;
    min-height: 1px;
  }
}
@media screen and (max-width: 767px) {
  #content.with-sidebar .main > h1 {
    text-align: center;
  }
}
.product-list {
  font-size: 0;
}
.product-list .empty {
  font-size: 14px;
  margin: 20px 0;
}
.product-box {
  display: inline-block;
  vertical-align: top;
  width: 22.3%;
  margin: 2% 0 1% 3.6%;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  color: #000000;
}
.product-box .link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.product-box .link span {
  display: block;
}
.product-box .shopwired-image-container {
  margin-bottom: 14px;
}
.product-box .info {
  overflow: hidden;
}
.product-box .title {
  max-width: 70%;
}
.product-box .price {
  float: right;
  max-width: 30%;
  text-align: right;
  color: #616161;
}
.product-box .price .old {
  text-decoration: line-through;
}
.product-box .price .old + .value {
  color: #932525;
  line-height: 1;
}
.product-box .overlays {
  position: absolute;
  left: -18px;
  top: -18px;
  width: 36px;
  text-align: center;
}
.product-box .overlays .new {
  background-color: #932525;
  color: #ffffff;
  font-size: 12px;
  text-transform: uppercase;
  border-radius: 50%;
  height: 36px;
  line-height: 36px;
  margin-bottom: 10px;
}
.product-box .overlays .two-for-one {
  background-color: #932525;
  color: #ffffff;
  font-size: 0;
}
.product-box .overlays .two-for-one::before {
  font-size: 14px;
  line-height: 24px;
}
.product-box:nth-child(4n + 1) {
  margin-left: 0;
}
@media screen and (max-width: 1050px) {
  .product-box .overlays {
    left: -10px;
    top: -10px;
  }
}
@media screen and (max-width: 1023px) {
  .product-box {
    width: 48.2%;
    margin: 2.5% 0 0 3.6%;
  }
  .product-box:nth-child(4n + 1) {
    margin-left: 3%;
  }
  .product-box:nth-child(odd) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .product-box {
    margin-top: 3.4%;
  }
}
@media screen and (max-width: 479px) {
  .product-box {
    width: auto;
    display: block;
    margin: 20px 0 0 0 !important;
  }
}
@media screen and (min-width: 1024px) {
  .sidebar + .main .product-box {
    width: 30.93%;
    margin: 4.2% 0 1% 3.6%;
  }
  .sidebar + .main .product-box:nth-child(4n + 1) {
    margin-left: 3.6%;
  }
  .sidebar + .main .product-box:nth-child(3n + 1) {
    margin-left: 0;
  }
}
#featured-products {
  margin: 50px 0 0;
}
#featured-products h2 {
  border-top: 1px solid #ddd;
  height: 0;
  text-transform: uppercase;
  font-size: 28px;
  text-align: center;
}
#featured-products h2 span {
  display: inline-block;
  vertical-align: top;
  background-color: #fff;
  padding: 0 10px;
  margin-top: -15px;
}
#featured-products .product-list {
  margin: 25px 0 0 -32px;
  min-height: 245px;
  width: 1032px;
}
#featured-products .product-box {
  margin: 0 !important;
  width: auto !important;
  display: block;
  padding: 25px 0 0 32px;
}
#featured-products .product-box .overlays {
  left: 5px;
  top: 0;
}
#featured-products .owl-prev,
#featured-products .owl-next {
  position: absolute;
  top: 25px;
  width: 30px;
  bottom: 45px;
  color: #ddd;
  text-align: center;
}
#featured-products .owl-prev::before,
#featured-products .owl-next::before {
  font-family: 'icons', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 43%;
  width: 100%;
  font-size: 32px;
}
#featured-products .owl-prev {
  left: -12px;
}
#featured-products .owl-prev::before {
  content: "\e60d";
}
#featured-products .owl-next {
  right: -40px;
  text-align: right;
}
#featured-products .owl-next::before {
  content: "\e60e";
}
@media screen and (max-width: 1080px) {
  #featured-products .product-list {
    margin: 36px 0 0;
    padding: 0 30px;
    width: auto;
  }
  #featured-products .product-box {
    padding: 14px 14px 0;
  }
  #featured-products .product-box .overlays {
    left: 0;
    top: 0;
  }
  #featured-products .owl-prev,
  #featured-products .owl-next {
    top: 14px;
  }
  #featured-products .owl-prev {
    left: 0;
  }
  #featured-products .owl-next {
    right: 0;
  }
}
.category-list {
  margin-top: 45px;
}
.category-box {
  margin-top: 0 !important;
  margin-bottom: 30px !important;
}
.category-box .title,
.category-box .view {
  font-family: 'alternate-gothic', Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -1px;
  line-height: 1;
  font-size: 18px;
}
.category-box .description {
  font-size: 13px;
  color: {{ settings.color_category_description }};
  text-transform: none;
  font-weight: 300;
  line-height: 14px;
  max-height: 28px;
  overflow: hidden;
  margin-top: 3px;
}
.category-box .title {
  max-width: 100%;
}
.category-box .view {
  color: {{ settings.color_categories_shop_now }};
  margin-top: 8px;
  font-size: 16px;
}
.category-box .view span {
  display: inline-block;
  vertical-align: top;
  font-size: 8px;
  margin-left: 3px;
  line-height: 12px;
}


#featured-categories h2 {
    border-top: 1px solid #ddd;
    height: 0;
    text-transform: uppercase;
    font-size: 28px;
    text-align: center;
}

#featured-categories h2 span {
    display: inline-block;
    vertical-align: top;
    background-color: #fff;
    padding: 0 10px;
    margin-top: -15px;
}

#featured-categories .owl-prev,
#featured-categories .owl-next {
  position: absolute;
  top: 25px;
  width: 30px;
  bottom: 45px;
  color: #ddd;
  text-align: center;
}
#featured-categories .owl-prev::before,
#featured-categories .owl-next::before {
  font-family: 'icons', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 0;
  top: 43%;
  width: 100%;
  font-size: 32px;
}
#featured-categories .owl-prev {
  left: -52px;
}
#featured-categories .owl-prev::before {
  content: "\e60d";
}
#featured-categories .owl-next {
  right: -40px;
  text-align: right;
}
#featured-categories .owl-next::before {
  content: "\e60e";
}



@media screen and (max-width: 1080px) {
  #featured-categories .category-list {
    margin: 40px 0 0 0;
    padding: 0 30px;
    width: auto;
  }
  #featured-categories .product-box {
    padding: 14px 14px 0;
  }
  #featured-categories .product-box .overlays {
    left: 0;
    top: 0;
  }
  #featured-categories .owl-prev,
 #featured-categories .owl-next {
    top: 14px;
  }
  #featured-categories .owl-prev {
    left: 0;
  }
  #featured-categories .owl-next {
    right: 0;
  }
}
#featured-categories {
  margin: 30px 0;
}

#featured-categories .category-box {
  margin: 0 0 0 5% !important;
  width: 30%;
}
#featured-categories .category-box:first-child {
  margin-left: 0 !important;
}
#featured-categories .owl-carousel .category-box {
    width: 100%;
    padding-right: 10px;
}
#featured-categories .owl-carousel .category-box:nth-child(4n + 4) {
    padding-right: 0;
}
@media screen and (max-width: 767px) {
  #featured-categories .category-box {
    display: block;
    width: auto !important;
    margin: 25px 0 0 !important;
  }
}
#content.collection-container .category-description {
  margin: 5px 0 20px;
  color: #848484;
}
#content.collection-container .category-description p:first-child {
  margin-top: 0;
}
#content.collection-container .category-description + .sidebar {
  margin-top: 0;
}
#content.collection-container .sidebar {
  width: 215px;
  float: left;
  background-color: #f2f2f2;
  padding: 15px;
  margin-top: 15px;
}
#content.collection-container .sidebar a {
  display: block;
  font-size: 13px;
  color: #7c7c7c;
}
#content.collection-container .sidebar h2 {
  font-family: 'museo-sans', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 1.1;
}
#content.collection-container .sidebar ul {
  list-style: none;
  margin: 15px 0 0;
  padding: 0;
}
#content.collection-container .sidebar ul:first-child {
  margin-top: 0;
}
#content.collection-container .sidebar li + li {
  margin-top: 10px;
}
#content.collection-container .sidebar .toggle-button {
  border: 1px solid #ddd;
  height: 40px;
  line-height: 38px;
  text-transform: uppercase;
  font-size: 14px;
  padding: 0 10px;
  position: relative;
  text-align: left;
  color: #000;
}
#content.collection-container .sidebar .toggle-button::before {
  position: absolute;
  right: 10px;
  top: 0;
}
#content.collection-container .sidebar .toggle-button.active::before {
  content: "\e608";
}
#content.collection-container .sidebar .sidebar-category-menu > li + li {
  margin-top: 12px;
}
#content.collection-container .sidebar .sidebar-category-menu > li > .link {
  text-transform: uppercase;
  font-size: 14px;
  color: #000;
}
#content.collection-container .sidebar .sidebar-category-menu .with-drop-down > .link {
  position: relative;
  padding-right: 25px;
}
#content.collection-container .sidebar .sidebar-category-menu .with-drop-down > .link::after {
  font-family: 'icons', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e605";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 10px;
  line-height: 16px;
}
#content.collection-container .sidebar .sidebar-category-menu .active > .link::after {
  content: "\e604";
}
#content.collection-container .sidebar .drop-down {
  display: none;
  padding-left: 20px;
  margin-top: 12px;
}
#content.collection-container .sidebar .drop-down li + li {
  margin-top: 7px;
}
#content.collection-container .sidebar + .main {
  margin-left: 260px;
}
#content.collection-container .items {
  position: relative;
}
#content.collection-container .items + .product-filters {
  margin-top: 30px;
}
#content.collection-container .product-filters {
  position: relative;
  overflow: hidden;
  margin-top: 15px;
}
#content.collection-container .product-filters .sort {
  float: left;
  font-size: 13px;
  line-height: 28px;
  font-weight: 500;
  text-transform: uppercase;
}
#content.collection-container .product-filters .sort select {
  z-index: 10;
}
#content.collection-container .product-filters .sort .custom-select {
  margin-left: 8px;
  text-transform: none;
  font-size: 13px;
  font-style: normal;
}
#content.collection-container .product-filters .sort .customSelect {
  background: #f7f6f6;
  color: #000;
  border: 1px solid #ddd;
  position: relative;
  z-index: 1;
  height: 28px;
}
#content.collection-container .product-filters .sort .customSelect::before {
  font-family: 'icons', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e60f";
  position: absolute;
  right: 0;
  top: 0;
  font-size: 10px;
  line-height: 26px;
  padding-right: 7px;
}
#content.collection-container .product-filters .sort .customSelect .customSelectInner {
  padding: 0 28px 0 8px;
  line-height: 26px;
  height: 26px;
  min-width: 170px;
}
#content.collection-container .product-filters .pagination {
  float: right;
  max-width: 65%;
}
#content.collection-container.loading .items::after,
#content.collection-container.loading .product-filters::after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  z-index: 100;
  background-color: rgba(255,255,255,0.7);
  left: 0;
  top: 0;
}
@media screen and (max-width: 1023px) {
  #content.collection-container {
    border-top: none;
    padding-top: 10px;
  }
  #content.collection-container h1 {
    text-align: center;
  }
  #content.collection-container .sidebar + .main {
    margin-left: 0;
  }
  #content.collection-container .sidebar {
    float: none;
    width: auto;
    background: none;
    padding: 0;
    margin: 15px 0 20px;
  }
  #content.collection-container .product-filters {
    text-align: center;
  }
  #content.collection-container .product-filters .custom-select {
    text-align: left;
  }
  #content.collection-container .product-filters .sort,
  #content.collection-container .product-filters .pagination {
    float: none;
    width: auto;
    max-width: 100%;
  }
  #content.collection-container .product-filters .sort {
    margin-bottom: 15px;
  }
  #content.collection-container .product-filters .pagination {
    text-align: center;
  }
  #content.collection-container ul.sidebar-brand-menu {
    border: 1px solid #ddd;
    border-top: none;
    margin: 0;
  }
  #content.collection-container ul.sidebar-brand-menu li + li {
    border-top: 1px solid #ddd;
    margin: 0;
  }
  #content.collection-container ul.sidebar-brand-menu a {
    display: block;
    padding: 10px;
    color: #000;
    font-size: 13px;
  }
}
#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;
}
#product-container .gallery {
  width: 500px;
  float: left;
}
#product-container .gallery .main-photo,
#product-container .gallery .video-container {
  width: 500px;
  height: 500px;
  padding: 0;
  border: 1px solid #ddd;
}
#product-container .gallery .main-photo .two-for-one,
#product-container .gallery .video-container .two-for-one {
  background-color: #932525;
  color: #ffffff;
  font-size: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  width: 50px;
  text-align: center;
}
#product-container .gallery .main-photo .two-for-one::before,
#product-container .gallery .video-container .two-for-one::before {
  font-size: 20px;
  line-height: 34px;
}
#product-container .gallery .thumbnails {
  padding: 0 25px;
  overflow: hidden;
  position: relative;
  margin-top: 15px;
}
#product-container .gallery .thumbnails a {
  width: 95px;
  height: 95px;
  padding: 0;
  margin: 0 auto;
  border: 1px solid #ddd;
}
#product-container .gallery .owl-prev,
#product-container .gallery .owl-next {
  position: absolute;
  top: 0;
  height: 100%;
  font-size: 0;
  color: #ddd;
}
#product-container .gallery .owl-prev::before,
#product-container .gallery .owl-next::before {
  font-family: 'icons', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 36px;
  line-height: 94px;
}
#product-container .gallery .owl-prev {
  left: -8px;
}
#product-container .gallery .owl-prev::before {
  content: "\e60d";
}
#product-container .gallery .owl-next {
  right: -8px;
  text-align: right;
}
#product-container .gallery .owl-next::before {
  content: "\e60e";
}
#product-container .info {
  margin-left: 540px;
}
#product-container .info h1 {
  font-size: 38px;
  margin: 0;
}
#product-container .info .brand,
#product-container .info .sku {
  font-family: 'alternate-gothic', Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -1px;
  line-height: 1;
  color: #a6a6a6;
}
#product-container .info .brand {
  font-size: 18px;
}
#product-container .info .sku {
  font-size: 14px;
}
#product-container .info .description {
  border-top: 1px solid #f2f2f2;
  margin-top: 15px;
  padding-top: 14px;
  font-size: 13px;
}
#product-container .info .description p:first-child {
  margin-top: 0;
}
#product-container .info .product-video-button {
  font-size: 14px;
  text-transform: uppercase;
  line-height: 16px;
  text-decoration: none;
  color: #932525;
}
#product-container .info .product-video-button i {
  vertical-align: top;
  font-size: 16px;
  margin-right: 2px;
}
#product-container .info .reviews {
  border-top: 1px solid #f2f2f2;
  margin-top: 15px;
}
#product-container .info .reviews .toggle-button {
  position: relative;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  padding: 10px 3px;
  text-transform: uppercase;
}
#product-container .info .reviews .toggle-button::before {
  position: absolute;
  right: 5px;
  top: 11px;
  font-size: 14px;
}
#product-container .info .reviews .toggle-button.active::before {
  content: "\e604";
}
#product-container .info .reviews .toggle-button.active + .inner {
  display: block;
}
#product-container .info .reviews .inner {
  display: none;
  padding-bottom: 20px;
}
#product-container .info .reviews + .price {
  margin-top: 1px;
}
#product-container .info .reviews .review {
  margin-top: 20px;
}
#product-container .info .reviews .review:first-child {
  margin-top: 12px;
}
#product-container .info .reviews .review strong {
  font-family: 'alternate-gothic', Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -1px;
  line-height: 1;
  display: block;
  font-size: 24px;
  text-transform: none;
}
#product-container .info .reviews .review .content {
  margin: 5px 0 0;
}
#product-container .info .reviews .review .rating {
  font-size: 14px;
  margin-top: 7px;
}
#product-container .info .reviews .review .rating .icon-star {
  display: inline-block;
  vertical-align: top;
  color: #932525;
}
#product-container .info .reviews .review .rating .icon-star.empty {
  opacity: 0.2;
}
#product-container .info .reviews h2 {
  text-transform: none;
  font-size: 26px;
  margin: 0 0 20px;
}
#product-container .info .reviews .form {
  margin-top: 25px;
  overflow: hidden;
}
#product-container .info .reviews .form label {
  width: 125px;
}
#product-container .info .reviews .form select,
#product-container .info .reviews .form .customSelect {
  width: 150px;
}
#product-container .info .reviews .form input,
#product-container .info .reviews .form textarea {
  width: 300px;
}
#product-container .info .reviews .form div.error {
  margin-left: 125px;
}
#product-container .info .price {
  border-top: 1px solid #f2f2f2;
  margin-top: 15px;
  padding: 14px 0 10px;
  overflow: hidden;
}
#product-container .info .price .product-sale-price-value,
#product-container .info .price .product-price-value {
  font-family: 'alternate-gothic', Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -1px;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  font-size: 38px;
  color: #000000;
}
#product-container .info .price .product-sale-price-value {
  color: #932525;
  margin-right: 10px;
}
#product-container .info .reward-points {
  float: right;
  font-size: 16px;
  line-height: 24px;
  margin-top: 4px;
}
#product-container .info .reward-points span {
  display: inline-block;
  vertical-align: top;
  background-color: #932525;
  height: 24px;
  line-height: 24px;
  padding: 0 4px;
  margin: 0 1px;
  color: #fff;
}
#product-container .info .options {
  border-top: 1px solid #f2f2f2;
  padding: 15px 0;
}
#product-container .info .options .label {
  display: inline-block;
  width: 125px;
  padding: 11px 15px 0 0;
}
#product-container .info .options .custom-select {
  width: 250px;
}
#product-container .info .options div.error {
  margin-left: 125px;
  color: red;
  margin-top: 5px;
}
#product-container .info .options p {
  margin: 10px 0 0;
}
#product-container .info .options p:first-child {
  margin-top: 0;
}
#product-container .info .extras {
  border-top: 1px solid #f2f2f2;
  padding: 15px 0;
}
#product-container .info .extras .custom-check-box {
  display: block;
}
#product-container .info .extras .custom-check-box + .custom-check-box {
  margin-top: 10px;
}
#product-container .info .buttons {
  border-top: 1px solid #f2f2f2;
  padding: 20px 0 0;
}
#product-container .info .buttons .quantity-box {
  display: block;
  margin-bottom: 15px;
}
#product-container .info .buttons .button {
  margin-right: 10px;
}
#product-container .info .buttons .add-button {
  color: #ffffff;
  background-color: #932525;
}
#product-container .info .buttons .wishlist {
  color: #ffffff;
  background-color: #7f7f7f;
}
#product-container .info .buttons .wishlist i {
  display: inline-block;
  vertical-align: top;
  margin: 9px 2px 0 0;
}
#product-container .info .social {
  margin-top: 15px;
}
#product-container + #featured-products {
  margin-top: 70px;
}
@media screen and (max-width: 1023px) {
  #product-container .gallery {
    float: none;
    margin: 0 auto;
  }
  #product-container .info {
    margin: 25px 0 0;
  }
  #product-container .info h1,
  #product-container .info .brand,
  #product-container .info .sku {
    text-align: center;
  }
  #product-container .info .reviews .form label {
    float: none;
    display: block;
    width: auto;
    margin: 0 0 5px;
  }
  #product-container .info .reviews .form select,
  #product-container .info .reviews .form .customSelect,
  #product-container .info .reviews .form input,
  #product-container .info .reviews .form textarea {
    width: 100%;
  }
  #product-container .info .reviews .form div.error {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #product-container .gallery {
    width: auto;
  }
  #product-container .gallery .main-photo,
  #product-container .gallery .video-container {
    width: auto;
    height: 0;
    padding-bottom: 100%;
  }
  #product-container .gallery .video-container {
    height: 280px;
    padding: 0;
  }
  #product-container .gallery .video-container iframe {
    width: 100%;
    height: 100%;
  }
  #product-container .info .reward-points {
    float: none;
    margin: 0 0 15px;
  }
  #product-container .info .options .label {
    display: block;
    float: none;
    width: auto;
    padding: 0;
    margin: 0 0 5px;
  }
  #product-container .info .options .custom-select {
    width: 100%;
  }
  #product-container .info .buttons .button {
    display: block;
    width: 100%;
    margin: 2px 0 10px !important;
  }
  #product-container .info .social {
    text-align: center;
  }

#featured-categories .category-list {
  margin-top: 20px;
}




}
.shopwired-basket-modal {
  font-weight: 300;
}
.shopwired-basket-modal .main-color {
  color: #932525;
}
.shopwired-basket-modal .main-background-color {
  background-color: #932525;
  color: #ffffff;
}
.shopwired-basket-modal h2,
.shopwired-basket-modal .title,
.shopwired-basket-modal .price,
.shopwired-basket-modal .remove {
  font-weight: 500;
}
.shopwired-basket-modal .buttons .close-button {
  background-color: #000000;
  color: #ffffff;
}
#content .basket-container {
  border: 1px solid #d9d8d8;
  background-color: #f2f2f2;
  padding: 30px;
}
#content .basket-container .basket-items .item {
  display: table;
  width: 100%;
  padding: 25px 0;
  border-bottom: 1px dotted #b6b6b6;
}
#content .basket-container .basket-items .column {
  display: table-cell;
  padding-left: 35px;
  vertical-align: top;
}
#content .basket-container .basket-items .column:first-child {
  padding-left: 0;
}
#content .basket-container .basket-items .column.image {
  width: 200px;
}
#content .basket-container .basket-items .column.price {
  width: 130px;
  text-align: center;
}
#content .basket-container .basket-items .column.quantity {
  width: 125px;
}
#content .basket-container .basket-items .column.quantity .quantity-box {
  display: block;
  margin: 0 auto;
}
#content .basket-container .basket-items .column.quantity button {
  display: block;
  width: 100%;
  color: #932525;
  font-size: 12px;
  margin: 5px 0 0;
  padding: 0;
  border: none;
  background: none;
  text-align: center;
  font-weight: 500;
}
#content .basket-container .basket-items .column.remove {
  width: 50px;
  font-size: 0;
  text-align: center;
}
#content .basket-container .basket-items .basket-remove-button {
  color: #932525;
}
#content .basket-container .basket-items .basket-remove-button::before {
  font-size: 14px;
  line-height: 30px;
}
#content .basket-container .basket-items .title {
  font-family: 'alternate-gothic', Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -1px;
  line-height: 1;
  font-size: 26px;
  margin-top: 5px;
  color: #000;
  margin-bottom: 30px;
}
#content .basket-container .basket-items .price {
  font-weight: 700;
  letter-spacing: -1px;
  font-size: 18px;
  line-height: 30px;
}
#content .basket-container .basket-items .info {
  font-size: 14px;
  font-weight: 500;
  color: #787878;
}
#content .basket-container .basket-items .info .options {
  margin-top: 15px;
}
#content .basket-container .basket-items .info .option {
  overflow: hidden;
}
#content .basket-container .basket-items .info .option .label {
  width: 160px;
  float: left;
  padding-right: 10px;
}
#content .basket-container .basket-items .info .option .value {
  display: block;
  margin-left: 160px;
  color: #000;
}
#content .basket-container .basket-items .info .extras {
  margin-top: 15px;
}
#content .basket-container .basket-items .separator {
  display: block;
  clear: both;
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  #content .basket-container .basket-items .column {
    padding-left: 20px;
  }
  #content .basket-container .basket-items .column.image {
    width: 150px;
  }
}
@media screen and (max-width: 767px) {
  #content .basket-container .basket-items .item,
  #content .basket-container .basket-items .column {
    display: block;
  }
  #content .basket-container .basket-items .column.image {
    width: 35%;
    float: left;
  }
  #content .basket-container .basket-items .column.info {
    margin-left: 37%;
  }
  #content .basket-container .basket-items .column.info .option .label {
    display: inline-block;
    vertical-align: top;
    width: auto;
    float: none;
  }
  #content .basket-container .basket-items .column.info .option .value {
    margin-left: 0;
    display: inline-block;
    vertical-align: top;
  }
  #content .basket-container .basket-items .column.quantity {
    display: inline-block;
    vertical-align: top;
    width: auto;
    padding: 0;
  }
  #content .basket-container .basket-items .column.price {
    display: inline-block;
    vertical-align: top;
    width: auto;
  }
  #content .basket-container .basket-items .column.remove {
    display: inline-block;
    vertical-align: top;
    width: auto;
  }
}
@media screen and (max-width: 479px) {
  #content .basket-container .basket-items .column {
    padding-left: 15px;
  }
  #content .basket-container .basket-items .column.image {
    width: auto;
    float: none;
  }
  #content .basket-container .basket-items .column.info {
    margin: 20px 0 0;
    padding-left: 0;
  }
  #content .basket-container .basket-items .column.info .title {
    margin-bottom: 0;
  }
}
#content .basket-container .basket-forms {
  overflow: hidden;
  margin-top: 25px;
}
#content .basket-container .basket-forms .box {
  border: 1px solid #d9d8d8;
  background-color: #fff;
  padding: 20px;
  float: left;
  margin-left: 20px;
  margin-bottom: 25px;
  color: #787878;
  font-weight: 500;
}
#content .basket-container .basket-forms .box > p:first-child {
  margin: 0;
}
#content .basket-container .basket-forms .box.voucher {
  margin-left: 0;
  width: 260px;
}
#content .basket-container .basket-forms .box.delivery {
  width: 500px;
}
#content .basket-container .basket-forms .box.summary {
  float: right;
  width: 363px;
}
#content .basket-container .basket-forms .voucher .form {
  margin: 15px 0 0;
}
#content .basket-container .basket-forms .voucher div.error {
  margin: 5px 0 0;
}
#content .basket-container .basket-forms .voucher .field {
  position: relative;
}
#content .basket-container .basket-forms .voucher .field input {
  width: 100%;
  padding-right: 75px;
}
#content .basket-container .basket-forms .voucher .field .button {
  position: absolute;
  right: 0;
  top: 0;
  width: auto !important;
  height: 38px;
  line-height: 38px;
}
#content .basket-container .basket-forms .voucher p .button {
  width: 100%;
}
#content .basket-container .basket-forms .delivery .delivery-line {
  margin-top: 15px;
}
#content .basket-container .basket-forms .delivery .custom-select {
  width: 100%;
  font-style: normal;
}
#content .basket-container .basket-forms .summary {
  font-size: 14px;
}
#content .basket-container .basket-forms .summary .label {
  float: left;
}
#content .basket-container .basket-forms .summary .line {
  overflow: hidden;
  text-align: right;
}
#content .basket-container .basket-forms .summary .line + .line {
  margin-top: 15px;
}
#content .basket-container .basket-forms .summary .total {
  border-top: 2px solid #ddd;
  padding-top: 15px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
#content .basket-container .basket-forms .buttons {
  clear: both;
  border-top: 1px dotted #b6b6b6;
  padding-top: 20px;
  text-align: right;
}
#content .basket-container .basket-forms .buttons .button {
  margin-left: 10px;
  height: 40px;
  line-height: 38px;
  padding: 0 16px 2px;
  font-size: 18px;
  color: #ffffff;
  background-color: #932525;
}
#content .basket-container .basket-forms .buttons .continue {
  color: #ffffff;
  background-color: #bababa;
}
#content .basket-container .basket-forms .buttons .continue span {
  font-size: 12px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: top;
  line-height: 36px;
}
@media screen and (max-width: 1023px) {
  #content .basket-container .basket-forms .box.voucher {
    width: 48%;
    margin-right: 4%;
    min-height: 193px;
  }
  #content .basket-container .basket-forms .box.delivery {
    width: 48%;
    margin-left: 0;
    min-height: 193px;
  }
  #content .basket-container .basket-forms .box.summary {
    float: none;
    clear: both;
    margin: 0;
    width: auto;
  }
  #content .basket-container .basket-forms .buttons {
    margin-top: 20px;
  }
  #content .basket-container .basket-forms .buttons .button {
    display: block;
    margin: 0;
    width: 100%;
  }
  #content .basket-container .basket-forms .buttons .button + .button {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  #content .basket-container .basket-forms {
    margin-top: 0;
  }
  #content .basket-container .basket-forms .box.voucher,
  #content .basket-container .basket-forms .box.delivery,
  #content .basket-container .basket-forms .box.summary {
    float: none;
    width: auto;
    margin: 25px 0 0;
    min-height: 1px;
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  #content .basket-container {
    padding: 15px;
  }
}
#content .checkout-login {
  overflow: hidden;
}
#content .checkout-login .form-box {
  float: left;
  width: 49%;
}
#content .checkout-login .form-box label {
  width: 30%;
}
#content .checkout-login .form-box input[type='text'],
#content .checkout-login .form-box input[type='password'] {
  width: 70%;
}
#content .checkout-login .form-box div.error {
  margin-left: 30%;
}
#content .checkout-login .form-box + .form-box {
  margin-left: 2%;
}
#content .checkout-login + .checkout-as-guest-button {
  margin-top: 20px;
}
@media screen and (max-width: 1023px) {
  #content .checkout-login .form-box {
    width: auto;
    float: none;
    margin-bottom: 20px;
  }
  #content .checkout-login .form-box + .form-box {
    margin-left: 0;
  }
  #content .checkout-login .form-box label {
    width: auto;
    display: block;
    margin-bottom: 5px;
    float: none;
  }
  #content .checkout-login .form-box input[type='text'],
  #content .checkout-login .form-box input[type='password'] {
    width: 100%;
  }
  #content .checkout-login .form-box div.error {
    margin-left: 0;
  }
}
.checkout-as-guest-button {
  font-family: 'alternate-gothic', Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -1px;
  line-height: 1;
  display: block;
  font-size: 34px;
  text-align: center;
  border: 1px solid #d9d8d8;
  padding: 18px 15px 14px;
  background-color: #f2f2f2;
  color: inherit;
  margin-bottom: 20px;
}
.checkout-as-guest-button:hover {
  text-decoration: none;
}
#content .checkout-form {
  color: #787878;
}
#content .checkout-form h2 {
  font-size: 26px;
  margin: 0 0 20px;
  color: #000;
}
#content .checkout-form .columns {
  overflow: hidden;
  margin-top: 5px;
}
#content .checkout-form .column {
  float: left;
  width: 48%;
  font-size: 14px;
  color: #787878;
}
#content .checkout-form .column:first-child {
  margin-right: 4%;
}
#content .checkout-form .column label {
  width: 33%;
}
#content .checkout-form .column label.long {
  padding-top: 0;
}
#content .checkout-form .column p {
  overflow: hidden;
}
#content .checkout-form .column p .custom-check-box {
  margin-top: 15px;
}
#content .checkout-form .column input[type='text'],
#content .checkout-form .column textarea,
#content .checkout-form .column .custom-select {
  width: 67%;
}
#content .checkout-form .column input[type='text'].medium,
#content .checkout-form .column textarea.medium,
#content .checkout-form .column .custom-select.medium {
  width: 50%;
}
#content .checkout-form .column input[type='text'].small,
#content .checkout-form .column textarea.small,
#content .checkout-form .column .custom-select.small {
  width: 25%;
}
#content .checkout-form .column h2 .custom-check-box {
  font-family: 'museo-sans', Arial, Helvetica, sans-serif;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 16px;
  font-size: 12px;
  color: #787878;
  margin: 3px 0 0 10px;
}
#content .checkout-form .check-boxes {
  padding: 15px 5px;
  border-top: 1px dotted #b6b6b6;
  border-bottom: 1px dotted #b6b6b6;
  margin-top: 30px;
  line-height: 16px;
}
#content .checkout-form .buttons {
  -webkit-background-size: 218px;
  background-size: 218px;
}
#content .checkout-form .buttons .button {
  height: 40px;
  line-height: 38px;
  padding: 0 20px 2px;
  font-size: 18px;
  margin: 15px 10px 0 0;
}
#content .checkout-form .buttons .offline-button {
  background-color: #d30037;
}
#content .checkout-form .buttons .paypal-button {
  border: 2px solid #cacaca;
  padding: 0 20px 2px;
  line-height: 34px;
  font-weight: 700;
  font-style: italic;
  font-size: 13px;
  text-transform: none;
  color: #000;
  background-color: #fff;
}
#content .checkout-form .buttons .paypal-button span {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  background: url('../images/paypal-logo.png') 0 0 no-repeat;
  -webkit-background-size: 80px;
  background-size: 80px;
  width: 80px;
  height: 22px;
  margin: 9px 0 0 7px;
}
#content .checkout-form .buttons img {
  width: 218px;
  padding-top: 22px;
}
#content .checkout-form .buttons .paymentFormText {
  margin-top: 15px;
  color: black;
  display: block;
}
#content .checkout-form .buttons .paypalDisclaimer {
  color: black;
  display: inline-block;
  padding-top: 28px;
}
@media screen and (max-width: 1023px) {
  #content .checkout-form .column {
    float: none;
    width: auto;
  }
  #content .checkout-form .column:first-child {
    margin: 0 0 30px;
  }
  #content .checkout-form .column label {
    width: auto;
    float: none;
    display: block;
    margin: 0 0 5px;
  }
  #content .checkout-form .column input[type='text'],
  #content .checkout-form .column textarea,
  #content .checkout-form .column .custom-select {
    width: 100%;
  }
  #content .checkout-form .column p .custom-check-box {
    margin: 4px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #content .checkout-form .column h2 .custom-check-box {
    display: block;
    margin: 10px 0 0;
  }
  #content .checkout-form .column input[type='text'],
  #content .checkout-form .column textarea,
  #content .checkout-form .column .custom-select {
    width: 100% !important;
  }
  #content .checkout-form .buttons {
    background-position: center bottom;
  }
  #content .checkout-form .buttons .button {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
  }
  #content .checkout-form .buttons .paypal-button {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
  }
  #content .checkout-form .buttons .paypal-button span {
    margin-left: 2px;
  }
}
#content .blog-container {
  overflow: hidden;
  position: relative;
  margin-top: 15px;
}
#content .blog-container::after {
  position: absolute;
  right: 220px;
  top: 0;
  width: 0;
  height: 100%;
  border-left: 1px solid #ddd;
  content: '';
}
#content .blog-container .sidebar {
  float: right;
  width: 190px;
}
#content .blog-container .sidebar h2 {
  font-size: 34px;
  margin-top: 34px;
}
#content .blog-container .sidebar h2:first-child {
  margin-top: 0;
}
#content .blog-container .sidebar ul {
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}
#content .blog-container .sidebar li {
  font-size: 13px;
  text-transform: uppercase;
}
#content .blog-container .sidebar a {
  color: #555;
}
#content .blog-container .sidebar li + li {
  margin-top: 10px;
  text-transform: uppercase;
}
#content .blog-container .content {
  width: 750px;
  float: left;
}
#content .blog-container .blog-post {
  overflow: hidden;
}
#content .blog-container .blog-post.preview {
  border-top: 1px solid #ddd;
  margin-top: 30px;
  padding-top: 30px;
}
#content .blog-container .blog-post.preview:first-child {
  margin-top: 0;
}
#content .blog-container .blog-post.preview h1 {
  position: relative;
  top: -5px;
}
#content .blog-container .blog-post.preview .date {
  border: none;
  margin: 10px 0 0;
  padding: 0;
}
#content .blog-container .blog-post .post-content {
  margin-top: 15px;
}
#content .blog-container .blog-post .post-content h1:first-child,
#content .blog-container .blog-post .post-content h2:first-child,
#content .blog-container .blog-post .post-content h3:first-child,
#content .blog-container .blog-post .post-content h4:first-child,
#content .blog-container .blog-post .post-content h5:first-child,
#content .blog-container .blog-post .post-content p:first-child {
  margin-top: 0;
}
#content .blog-container .blog-post .shopwired-image-container {
  width: 230px;
  height: 230px;
  padding-bottom: 0;
  float: left;
  max-width: none;
}
#content .blog-container .blog-post .shopwired-image-container + .inner {
  margin-left: 255px;
}
#content .blog-container .blog-post h1 {
  font-family: 'museo-sans', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 30px;
  margin: 0;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: none;
}
#content .blog-container .blog-post .date {
  font-size: 13px;
  color: #d30037;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
  margin-bottom: 20px;
}
#content .blog-container .blog-post img {
  max-width: 100%;
}
#content .blog-container .pagination {
  border-top: 1px solid #ddd;
  padding-top: 8px;
  margin-top: 30px;
}
#content .blog-container .pagination .page-link {
  margin-bottom: 0;
  margin-top: 7px;
}
#content .blog-container #disqus_thread {
  margin-top: 20px;
}
@media screen and (max-width: 1023px) {
  #content .blog-container::after {
    display: none;
  }
  #content .blog-container .sidebar,
  #content .blog-container .content {
    float: none;
    width: auto;
  }
  #content .blog-container .sidebar {
    margin-top: 34px;
  }
  #content .blog-container .pagination {
    text-align: center;
  }
  #content .blog-container .pagination .page-link {
    margin-left: 3px;
    margin-right: 3px;
  }
}
@media screen and (max-width: 767px) {
  #content .blog-container .blog-post {
    border-top: none;
    padding: 0;
    margin: 30px 0 0;
  }
  #content .blog-container .blog-post .shopwired-image-container {
    width: auto;
    height: 0;
    padding-bottom: 100%;
    float: none;
  }
  #content .blog-container .blog-post .shopwired-image-container + .inner {
    margin-left: 0;
    margin-top: 20px;
  }
}
#content .blog-title {
  text-transform: none;
  max-width: 750px;
}
@media screen and (max-width: 1023px) {
  #content .blog-title {
    width: auto;
  }
}
.order-label {
  display: inline-block;
  width: 130px;
}
.home-slider {
  overflow: hidden;
  height: 0;
  padding-bottom: 40%;
}
.home-slider .slide {
  height: 0;
  padding-bottom: 40%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  display: block;
  text-decoration: none;
}
.home-slider .owl-pagination {
  margin-top: 15px;
  font-size: 0;
  text-align: center;
}
.home-slider .owl-page {
  display: inline-block;
  vertical-align: top;
  width: 12px;
  height: 12px;
  background-color: #932525;
  border-radius: 50%;
  margin: 0 2px;
}
.home-slider .owl-page.active {
  background-color: rgba(0,0,0,0.4);
}
.home-slider.owl-carousel {
  height: auto;
  padding-bottom: 0;
}
@media screen and (max-width: 767px) {
  .home-slider {
  /*  padding-bottom: 56%; */
    margin-top: 20px;
  }
  .home-slider .slide {
    /*padding-bottom: 56%;*/
  }
  .home-slider .owl-page {
    width: 14px;
    height: 14px;
  }
}
.contact-line .label {
  width: 160px;
  display: inline-block;
  vertical-align: top;
  font-weight: 500;
  text-transform: uppercase;
}
.contact-line .value {
  display: inline-block;
  vertical-align: top;
  max-width: 460px;
}
@media screen and (max-width: 767px) {
  .contact-line .label {
    display: block;
    width: auto;
  }
  .contact-line .value {
    display: block;
    width: auto;
    margin-top: 5px;
  }
}
#content .form.gift-voucher-form .custom-select {
  width: 250px;
}
#content .form.gift-voucher-form input[type='text'],
#content .form.gift-voucher-form textarea {
  width: 330px;
}
#content .form.gift-voucher-form .custom-check-box {
  margin: 10px 20px 0 0;
}
@media screen and (max-width: 1023px) {
  #content .form.gift-voucher-form input[type='text'],
  #content .form.gift-voucher-form textarea,
  #content .form.gift-voucher-form .custom-select {
    width: 100%;
  }
}
#content .stockist-form {
  width: 420px;
  float: left;
}
#content .stockist-form .form .field {
  position: relative;
}
#content .stockist-form .form .field input {
  width: 100%;
  padding-right: 100px;
}
#content .stockist-form .form .field button {
  position: absolute;
  right: 0;
  top: 0;
  height: 38px;
  line-height: 38px;
  width: auto;
}
@media screen and (max-width: 1023px) {
  #content .stockist-form {
    width: auto;
    float: none;
  }
}
#content .stockists {
  margin-left: 500px;
}
#content .stockists h2 {
  margin: 0 0 3px;
  font-size: 24px;
}
#content .stockists .stockist {
  overflow: hidden;
  border-top: 1px dotted #b6b6b6;
  padding: 10px 0;
  text-transform: uppercase;
}
#content .stockists .stockist strong {
  font-weight: 500;
}
#content .stockists .stockist .left {
  float: left;
  width: 50%;
  padding-right: 30px;
}
#content .stockists .stockist .right {
  float: right;
  width: 50%;
}
@media screen and (max-width: 1023px) {
  #content .stockists {
    margin: 25px 0 0;
  }
}
@media screen and (max-width: 479px) {
  #content .stockists .stockist .left,
  #content .stockists .stockist .right {
    width: auto;
    float: none;
  }
  #content .stockists .stockist .right {
    margin-top: 15px;
  }
}
#content .home-text {
  background-color: #f7f7f7;
  text-align: center;
  margin-top: 25px;
  padding: 24px 20px;
  color: #848484;
  font-size: 13px;
}
#content .home-text h1 {
  font-size: 28px;
  margin: 0;
  color: #000;
}
#content .home-text h1 + p {
  margin-top: 12px;
}
#content .home-text p {
  margin: 0;
}
.galleries {
  font-size: 0;
}
.galleries .gallery {
  font-family: 'alternate-gothic', Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -1px;
  line-height: 1;
  width: 48%;
  display: inline-block;
  vertical-align: top;
  margin: 15px 0 10px 4%;
  text-decoration: none;
  color: inherit;
  font-size: 18px;
}
.galleries .gallery:nth-child(odd) {
  margin-left: 0;
}
.galleries .gallery .shopwired-image-container {
  padding-bottom: 62%;
  margin-bottom: 12px;
}
.galleries .gallery .title {
  display: block;
}
.galleries .gallery .view {
  color: #932525;
  margin-top: 10px;
  font-size: 16px;
  display: block;
}
.galleries .gallery .view span {
  display: inline-block;
  vertical-align: top;
  margin-left: 4px;
  font-size: 10px;
  line-height: 12px;
}
.galleries .empty {
  margin: 15px 0;
  font-size: 14px;
}
@media screen and (max-width: 1023px) {
  .galleries .gallery {
    width: auto;
    display: block;
    margin: 15px 0 25px !important;
  }
}
.videos {
  font-size: 0;
}
.videos .video {
  font-family: 'alternate-gothic', Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -1px;
  line-height: 1;
  width: 48%;
  display: inline-block;
  vertical-align: top;
  margin: 15px 0 10px 4%;
  font-size: 18px;
}
.videos .video:nth-child(odd) {
  margin-left: 0;
}
.videos .video .player {
  position: relative;
  height: 0;
  padding-bottom: 62%;
  margin-bottom: 12px;
  background-color: #000;
}
.videos .video .player iframe {
  border: none;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}
.videos .video .title {
  display: block;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 18px;
}
.videos .empty {
  margin: 15px 0;
  font-size: 14px;
}
@media screen and (max-width: 1023px) {
  .videos .video {
    width: auto;
    display: block;
    margin: 15px 0 25px !important;
  }
}
.single-gallery {
  font-size: 0;
}
.single-gallery .empty {
  margin: 15px 0;
  font-size: 14px;
}
.single-gallery .gallery-photo {
  font-family: 'alternate-gothic', Arial, Helvetica, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: -1px;
  line-height: 1;
  width: 23.5%;
  display: inline-block;
  vertical-align: top;
  margin: 15px 0 5px 2%;
  text-decoration: none;
  color: inherit;
  font-size: 18px;
}
.single-gallery .gallery-photo:nth-child(4n + 1) {
  margin-left: 0;
}
.single-gallery .gallery-photo .shopwired-image-container {
  margin-bottom: 14px;
  border: 5px solid #ebebeb;
  background-color: #fff;
}
.single-gallery .gallery-photo .title {
  display: block;
}
.single-gallery .gallery-photo .image {
  position: relative;
  display: block;
}
.single-gallery .gallery-photo .image::before {
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  background: url('../images/shadow.png') center bottom no-repeat;
  -webkit-background-size: 90%;
  background-size: 90%;
  content: '';
  height: 12px;
}
@media screen and (max-width: 1023px) {
  .single-gallery .gallery-photo {
    width: 48%;
  }
  .single-gallery .gallery-photo:nth-child(odd) {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .single-gallery .gallery-photo {
    width: auto;
    display: block;
    margin: 20px 0 0 !important;
  }
}
#content .form {
  margin: 22px 0 0;
}
#content .form input[type='text'],
#content .form input[type='password'],
#content .form textarea {
  border: 1px solid #e0dfdf;
  background: #fff;
  height: 38px;
  padding: 0 10px;
  color: #565656;
  font-size: 14px;
  vertical-align: top;
  display: inline-block;
  width: 450px;
}
#content .form input[type='text'].medium,
#content .form input[type='password'].medium,
#content .form textarea.medium {
  width: 320px;
}
#content .form input[type='text'].small,
#content .form input[type='password'].small,
#content .form textarea.small {
  width: 160px;
}
#content .form textarea {
  line-height: 1.2;
  height: auto;
  padding: 10px;
}
#content .form .custom-select {
  display: inline-block;
  vertical-align: top;
  width: 450px;
}
#content .form p {
  margin: 12px 0 0;
  overflow: hidden;
}
#content .form label {
  width: 175px;
  float: left;
  line-height: 18px;
  margin-top: 10px;
  text-transform: uppercase;
  padding-right: 15px;
}
#content .form label.long {
  margin-top: 0;
}
#content .form div.error {
  margin-left: 175px;
  color: #f00;
  margin-top: 5px;
}
#content .form .note {
  display: block;
  margin-left: 175px;
  margin-top: 5px;
  font-size: 12px;
}
@media screen and (max-width: 1023px) {
  #content .form p {
    margin-top: 15px;
  }
  #content .form label {
    float: none;
    display: block;
    width: auto;
    margin: 0 0 5px;
    padding: 0;
  }
  #content .form input[type='text'],
  #content .form input[type='password'],
  #content .form textarea,
  #content .form .custom-select {
    width: 100%;
  }
  #content .form input[type='text'].medium,
  #content .form input[type='password'].medium,
  #content .form textarea.medium,
  #content .form .custom-select.medium {
    width: 60%;
  }
  #content .form input[type='text'].small,
  #content .form input[type='password'].small,
  #content .form textarea.small,
  #content .form .custom-select.small {
    width: 25%;
  }
  #content .form div.error {
    margin-left: 0;
  }
  #content .form .note {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  #content .form input[type='text'].medium,
  #content .form input[type='text'].small,
  #content .form input[type='password'].medium,
  #content .form input[type='password'].small,
  #content .form textarea.medium,
  #content .form textarea.small,
  #content .form .custom-select.medium,
  #content .form .custom-select.small {
    width: 100%;
  }
  #content .form .button {
    display: block;
    width: 100%;
  }
}
#content .form-box {
  border: 1px solid #d9d8d8;
  padding: 17px 20px 25px;
  background-color: #f2f2f2;
}
#content .checkout-form div.error {
  margin-left: 152px;
}
#content .account-form {
  margin-bottom: 80px;
}
#content .account-form .custom-select {
  width: 250px;
}
#content .account-form .custom-check-box {
  margin-top: 17px;
}
@media screen and (max-width: 1023px) {
  #content .account-form {
    margin-bottom: 0;
  }
  #content .account-form .custom-select {
    width: 100%;
  }
  #content .account-form .custom-check-box {
    margin-top: 5px;
  }
}
#content .account-product-table .options {
  font-size: 0;
}
#content .account-product-table .options span {
  font-size: 12px;
  display: inline-block;
  vertical-align: top;
}
#content .account-product-table .options span + span::before {
  content: ', ';
}
#content .account-order-tracking {
  margin-bottom: 25px;
}
#content .account-order-columns {
  overflow: hidden;
  margin-top: 25px;
}
#content .account-order-columns .column {
  float: left;
  width: 33.3%;
  padding-right: 30px;
}
#content .account-order-columns .column p:first-child {
  font-weight: 500;
  margin: 0 0 15px;
}
#content .account-order-columns .column:last-child {
  padding-right: 0;
}
#content .account-order-columns .column .line {
  overflow: hidden;
}
#content .account-order-columns .column .line.total {
  margin-top: 15px;
}
#content .account-order-columns .column .label {
  float: left;
  width: 50%;
  padding-right: 10px;
}
#content .account-order-columns .column .value {
  display: block;
  margin-left: 50%;
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  #content .account-order-columns .column {
    float: none;
    width: auto;
    padding: 0;
    margin-top: 25px;
  }
  #content .account-order-columns .column:first-child {
    margin-top: 0;
  }
}



/* checkout-selct  */

#content .form .checkout-select .custom-select{
	    display: block;
    font-weight: bold;
    font-style: normal;
    color: #000;
}

#content .form .checkout-select .custom-select{
	width:280px;
}

#content .form .checkout-select .customSelect{
	display:block !important;
}

.checkout-select h3{
	color:#000;
}
    
.checkout-select .select-container-box{
	border:1px solid #e0dfdf;
	padding:5px;
	width:640px;
	position:relative;
	margin-bottom:15px;
}

.checkout-select .icons{
	position:absolute;
	top:15px;
	right:15px;
}

.checkout-select .icons img{
	height:20px;
}

.checkout-select .icons img:last-child{
	margin-left:5px;
}

@media(max-width: 767px){
	.checkout-select .select-container-box{
		width:100%;
	}
}

@media(max-width: 660px){
	.checkout-select .icons{
		margin-top:10px;
		position:initial;
	}
	
	#content .form .checkout-select .custom-select{
		width:100%;
	}
}
.payment-list {
  list-style: none;
  margin:  10px 0 0 0;
  padding: 0;
}
.payment-list li {
  display: inline;
}
.payment-list li img {
  height: 30px;
  width: auto;
}
#bottom .payment-list {
  margin: 0 0 0 10px;
  display: inline-block;
}
#bottom .payment-list li img {
  height: 20px;
}
@media screen and (min-width: 1023px) {
  #bottom .payment-list {
    float: right;
  }    
}

.adblock-info {
	display: flex;
	gap: 10px;
	align-items: center;
	border: 1px solid #d9d8d8;
	padding: 10px;
	margin-bottom: 25px;
}

.adblock-info svg {
	width: 20px;
	min-width: 20px;
	fill: #32323C;
}

.adblock-info span {
	color: #32323C;
}