.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;
}
/* MAIN COLORS */
/* LABELS COLORS */
/* PRODUCT PRICE COLORS */
/* REWARD POINTS BACKGROUND */
/* REVIEWS COLOR */
/* SUBFOOTER COLORS */
/* BUTTONS COLORS */
/* CUSTOM COLORS */
/* FONT 1 */
@font-face {
  font-family: 'Forum', cursive;';
  src: url('https://fonts.shopwired.co.uk/jaf_facit/jaf_facit_200_normal.eot');
  src: url('https://fonts.shopwired.co.uk/jaf_facit/jaf_facit_200_normal.eot?#iefi200') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/jaf_facit/jaf_facit_200_normal.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/jaf_facit/jaf_facit_200_normal.woff') format('woff'), url('https://fonts.shopwired.co.uk/jaf_facit/jaf_facit_200_normal.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/jaf_facit/jaf_facit_200_normal.svg#jaffacit200') format('svg');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Forum', cursive;;
  src: url('https://fonts.shopwired.co.uk/jaf_facit/jaf_facit_300_normal.eot');
  src: url('https://fonts.shopwired.co.uk/jaf_facit/jaf_facit_300_normal.eot?#iefi300') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/jaf_facit/jaf_facit_300_normal.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/jaf_facit/jaf_facit_300_normal.woff') format('woff'), url('https://fonts.shopwired.co.uk/jaf_facit/jaf_facit_300_normal.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/jaf_facit/jaf_facit_300_normal.svg#jaffacit_300') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Forum', cursive;
  src: url('https://fonts.shopwired.co.uk/jaf_facit/jaf_facit_400_normal.eot');
  src: url('https://fonts.shopwired.co.uk/jaf_facit/jaf_facit_400_normal.eot?#iefi400') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/jaf_facit/jaf_facit_400_normal.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/jaf_facit/jaf_facit_400_normal.woff') format('woff'), url('https://fonts.shopwired.co.uk/jaf_facit/jaf_facit_400_normal.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/jaf_facit/jaf_facit_400_normal.svg#jaffacit400') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Forum', cursive;';
  src: url('https://fonts.shopwired.co.uk/jaf_facit/jaf_facit_600_normal.eot');
  src: url('https://fonts.shopwired.co.uk/jaf_facit/jaf_facit_600_normal.eot?#iefi600') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/jaf_facit/jaf_facit_600_normal.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/jaf_facit/jaf_facit_600_normal.woff') format('woff'), url('https://fonts.shopwired.co.uk/jaf_facit/jaf_facit_600_normal.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/jaf_facit/jaf_facit_600_normal.svg#jaffacit600') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Forum', cursive;;
  src: url('https://fonts.shopwired.co.uk/jaf_facit/jaf_facit_700_normal.eot');
  src: url('https://fonts.shopwired.co.uk/jaf_facit/jaf_facit_700_normal.eot?#iefi700') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/jaf_facit/jaf_facit_700_normal.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/jaf_facit/jaf_facit_700_normal.woff') format('woff'), url('https://fonts.shopwired.co.uk/jaf_facit/jaf_facit_700_normal.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/jaf_facit/jaf_facit_700_normal.svg#jaffacit_700') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Forum', cursive;';
  src: url('https://fonts.shopwired.co.uk/jaf_facit/jaf_facit_200_italic.eot');
  src: url('https://fonts.shopwired.co.uk/jaf_facit/jaf_facit_200_italic.eot?#iefi200') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/jaf_facit/jaf_facit_200_italic.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/jaf_facit/jaf_facit_200_italic.woff') format('woff'), url('https://fonts.shopwired.co.uk/jaf_facit/jaf_facit_200_italic.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/jaf_facit/jaf_facit_200_italic.svg#jaffacit200') format('svg');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Forum', cursive;';
  src: url('https://fonts.shopwired.co.uk/jaf_facit/jaf_facit_300_italic.eot');
  src: url('https://fonts.shopwired.co.uk/jaf_facit/jaf_facit_300_italic.eot?#iefi300') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/jaf_facit/jaf_facit_300_italic.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/jaf_facit/jaf_facit_300_italic.woff') format('woff'), url('https://fonts.shopwired.co.uk/jaf_facit/jaf_facit_300_italic.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/jaf_facit/jaf_facit_300_italic.svg#jaffacit_300') format('svg');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Forum', cursive;';
  src: url('https://fonts.shopwired.co.uk/jaf_facit/jaf_facit_400_italic.eot');
  src: url('https://fonts.shopwired.co.uk/jaf_facit/jaf_facit_400_italic.eot?#iefi400') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/jaf_facit/jaf_facit_400_italic.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/jaf_facit/jaf_facit_400_italic.woff') format('woff'), url('https://fonts.shopwired.co.uk/jaf_facit/jaf_facit_400_italic.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/jaf_facit/jaf_facit_400_italic.svg#jaffacit400') format('svg');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Forum', cursive;';
  src: url('https://fonts.shopwired.co.uk/jaf_facit/jaf_facit_600_italic.eot');
  src: url('https://fonts.shopwired.co.uk/jaf_facit/jaf_facit_600_italic.eot?#iefi600') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/jaf_facit/jaf_facit_600_italic.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/jaf_facit/jaf_facit_600_italic.woff') format('woff'), url('https://fonts.shopwired.co.uk/jaf_facit/jaf_facit_600_italic.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/jaf_facit/jaf_facit_600_italic.svg#jaffacit600') format('svg');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Forum', cursive;';
  src: url('https://fonts.shopwired.co.uk/jaf_facit/jaf_facit_700_italic.eot');
  src: url('https://fonts.shopwired.co.uk/jaf_facit/jaf_facit_700_italic.eot?#iefi700') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/jaf_facit/jaf_facit_700_italic.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/jaf_facit/jaf_facit_700_italic.woff') format('woff'), url('https://fonts.shopwired.co.uk/jaf_facit/jaf_facit_700_italic.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/jaf_facit/jaf_facit_700_italic.svg#jaffacit_700') format('svg');
  font-weight: 700;
  font-style: italic;
}
/* FONT 2 */
@font-face {
  font-family: 'Forum', cursive;';
  src: url('https://fonts.shopwired.co.uk/kepler_std/kepler_std_300_normal.eot');
  src: url('https://fonts.shopwired.co.uk/kepler_std/kepler_std_300_normal.eot?#iefi300') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/kepler_std/kepler_std_300_normal.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/kepler_std/kepler_std_300_normal.woff') format('woff'), url('https://fonts.shopwired.co.uk/kepler_std/kepler_std_300_normal.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/kepler_std/kepler_std_300_normal.svg#keplerstd_300') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Forum', cursive;';
  src: url('https://fonts.shopwired.co.uk/kepler_std/kepler_std_400_normal.eot');
  src: url('https://fonts.shopwired.co.uk/kepler_std/kepler_std_400_normal.eot?#iefi400') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/kepler_std/kepler_std_400_normal.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/kepler_std/kepler_std_400_normal.woff') format('woff'), url('https://fonts.shopwired.co.uk/kepler_std/kepler_std_400_normal.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/kepler_std/kepler_std_400_normal.svg#keplerstd400') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Forum', cursive;';
  src: url('https://fonts.shopwired.co.uk/kepler_std/kepler_std_500_normal.eot');
  src: url('https://fonts.shopwired.co.uk/kepler_std/kepler_std_500_normal.eot?#iefi500') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/kepler_std/kepler_std_500_normal.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/kepler_std/kepler_std_500_normal.woff') format('woff'), url('https://fonts.shopwired.co.uk/kepler_std/kepler_std_500_normal.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/kepler_std/kepler_std_500_normal.svg#keplerstd500') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Forum', cursive;';
  src: url('https://fonts.shopwired.co.uk/kepler_std/kepler_std_600_normal.eot');
  src: url('https://fonts.shopwired.co.uk/kepler_std/kepler_std_600_normal.eot?#iefi600') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/kepler_std/kepler_std_600_normal.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/kepler_std/kepler_std_600_normal.woff') format('woff'), url('https://fonts.shopwired.co.uk/kepler_std/kepler_std_600_normal.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/kepler_std/kepler_std_600_normal.svg#keplerstd600') format('svg');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Forum', cursive;';
  src: url('https://fonts.shopwired.co.uk/kepler_std/kepler_std_700_normal.eot');
  src: url('https://fonts.shopwired.co.uk/kepler_std/kepler_std_700_normal.eot?#iefi700') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/kepler_std/kepler_std_700_normal.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/kepler_std/kepler_std_700_normal.woff') format('woff'), url('https://fonts.shopwired.co.uk/kepler_std/kepler_std_700_normal.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/kepler_std/kepler_std_700_normal.svg#keplerstd_700') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Forum', cursive;';
  src: url('https://fonts.shopwired.co.uk/kepler_std/kepler_std_300_italic.eot');
  src: url('https://fonts.shopwired.co.uk/kepler_std/kepler_std_300_italic.eot?#iefi300') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/kepler_std/kepler_std_300_italic.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/kepler_std/kepler_std_300_italic.woff') format('woff'), url('https://fonts.shopwired.co.uk/kepler_std/kepler_std_300_italic.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/kepler_std/kepler_std_300_italic.svg#keplerstd_300') format('svg');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Forum', cursive;';
  src: url('https://fonts.shopwired.co.uk/kepler_std/kepler_std_400_italic.eot');
  src: url('https://fonts.shopwired.co.uk/kepler_std/kepler_std_400_italic.eot?#iefi400') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/kepler_std/kepler_std_400_italic.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/kepler_std/kepler_std_400_italic.woff') format('woff'), url('https://fonts.shopwired.co.uk/kepler_std/kepler_std_400_italic.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/kepler_std/kepler_std_400_italic.svg#keplerstd400') format('svg');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Forum', cursive;';
  src: url('https://fonts.shopwired.co.uk/kepler_std/kepler_std_500_italic.eot');
  src: url('https://fonts.shopwired.co.uk/kepler_std/kepler_std_500_italic.eot?#iefi500') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/kepler_std/kepler_std_500_italic.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/kepler_std/kepler_std_500_italic.woff') format('woff'), url('https://fonts.shopwired.co.uk/kepler_std/kepler_std_500_italic.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/kepler_std/kepler_std_500_italic.svg#keplerstd500') format('svg');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Forum', cursive;';
  src: url('https://fonts.shopwired.co.uk/kepler_std/kepler_std_600_italic.eot');
  src: url('https://fonts.shopwired.co.uk/kepler_std/kepler_std_600_italic.eot?#iefi600') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/kepler_std/kepler_std_600_italic.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/kepler_std/kepler_std_600_italic.woff') format('woff'), url('https://fonts.shopwired.co.uk/kepler_std/kepler_std_600_italic.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/kepler_std/kepler_std_600_italic.svg#keplerstd600') format('svg');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Forum', cursive;';
  src: url('https://fonts.shopwired.co.uk/kepler_std/kepler_std_700_italic.eot');
  src: url('https://fonts.shopwired.co.uk/kepler_std/kepler_std_700_italic.eot?#iefi700') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/kepler_std/kepler_std_700_italic.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/kepler_std/kepler_std_700_italic.woff') format('woff'), url('https://fonts.shopwired.co.uk/kepler_std/kepler_std_700_italic.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/kepler_std/kepler_std_700_italic.svg#keplerstd_700') format('svg');
  font-weight: 700;
  font-style: italic;
}
/* DO NOT CHANGE THE 'icomoon' FONT FAMILY */
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?-fs2ggz');
  src: url('../fonts/icomoon.eot?#iefix-fs2ggz') format('embedded-opentype'), url('../fonts/icomoon.woff?-fs2ggz') format('woff'), url('../fonts/icomoon.ttf?-fs2ggz') format('truetype'), url('../fonts/icomoon.svg?-fs2ggz#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* DO NOT CHANGE THE 'icomoon' FONT FAMILY */
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-checkbox:before {
  content: "\e600";
}
.icon-checkbox-unchecked:before {
  content: "\e601";
}
.icon-close-menu:before {
  content: "\e602";
}
.icon-delete:before {
  content: "\e603";
}
.icon-left-arrow:before {
  content: "\e604";
}
.icon-left-arrow2:before {
  content: "\e605";
}
.icon-menu:before {
  content: "\e606";
}
.icon-open-menu:before {
  content: "\e607";
}
.icon-radio-notselected:before {
  content: "\e608";
}
.icon-radio-selected:before {
  content: "\e609";
}
.icon-right-arrow:before {
  content: "\e60a";
}
.icon-right-arrow2:before {
  content: "\e60b";
}
.icon-search-icon:before {
  content: "\e60c";
}
.icon-shopping-bag:before {
  content: "\e60d";
}
.icon-video2:before {
  content: "\e60e";
}
.icon-heart:before {
  content: "\e60f";
}
body {
  font-family: 'Forum', cursive;';
  font-size: 13px;
  color: #2B2A2A;
}
*:focus {
  -webkit-focus-ring-color: auto 0 !important;
  outline: none;
}
.inline {
  display: inline-block;
}
p {
  font-size: 12px;
}
a {
  word-wrap: break-word;
  color: #B4B199;
}
a:focus,
a:hover {
  text-decoration: none;
  outline: none !important;
  color: initial;
}
img {
  max-width: 100%;
}
/* HEADLINES */
.headline-line {
  color: #504E4E;
  font-family: 'Forum', cursive;';
  font-size: 26px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  margin: 0;
  background: -moz-linear-gradient(#FFF 0px, #FFF 13px, #bdbdbd 13px, #bdbdbd 13px, #FFF 14px, #FFF 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(13px, #ffffff), color-stop(13px, #bdbdbd), color-stop(13px, #bdbdbd), color-stop(14px, #ffffff), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(#FFF 0px, #FFF 13px, #bdbdbd 13px, #bdbdbd 13px, #FFF 14px, #FFF 100%);
  background: -o-linear-gradient(#FFF 0px, #FFF 13px, #bdbdbd 13px, #bdbdbd 13px, #FFF 14px, #FFF 100%);
  background: linear-gradient(#FFF 0px, #FFF 13px, #bdbdbd 13px, #bdbdbd 13px, #FFF 14px, #FFF 100%);
  padding: 0 50px;
}
.headline-line span {
  background-color: #fff;
  padding: 0 20px;
  display: inline-block;
}
.headline-lg {
  color: #504E4E;
  font-family: 'Forum', cursive';
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 20px;
}
.headline-lg-c {
  color: #504E4E;
  font-family: 'Forum', cursive';
  font-size: 30px;
  text-transform: capitalize;
  font-weight: 500;
  margin: 20px 0;
}
.headline-md {
  color: #000;
  font-family: 'Forum', cursive';
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 500;
}
.headline-md-c {
  color: #504E4E;
  font-family: 'Forum', cursive';
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 400;
  margin: 20px 0;
}
.headline-sm {
  color: #504E4E;
  font-family: 'Forum', cursive';
  font-size: 20px;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.headline-xs {
  color: #494949;
  font-family: 'Forum', cursive';
  font-size: 16px;
  font-weight: normal;
  margin-top: 0;
  text-transform: capitalize;
}
/* MARGINS */
.margin-t-xs {
  margin-top: 5px;
}
.margin-t-md {
  margin-top: 20px;
}
/* TEXT */
.text-theme {
  color: #B4B199;
}
.text-bold {
  font-weight: bold;
}
/* LABELS */
.product-label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 7px 10px;
  color: #FFFFFF;
  font-size: 14px;
  background: #B4B199;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  z-index: 100;
}
.product-label.buy-label {
  background: #B4B199;
  color: #FFFFFF;
}
.product-label + .product-label {
  left: inherit;
  right: 0;
}
.new-indicator {
    float: right;
    background-color: #B4B199;
    padding: 5px;
    vertical-align: top;
    color: #FFFFFF;
    font-size: 10px;
}
/* BORDERS */
.hr-styled {
  margin: 0;
  border: 0;
  height: 3px;
  background-image: -webkit-linear-gradient(left, rgba(189, 189, 189, 0), rgba(189, 189, 189, 0.4), rgba(189, 189, 189, 0));
  background-image: -o-linear-gradient(left, rgba(189, 189, 189, 0), rgba(189, 189, 189, 0.4), rgba(189, 189, 189, 0));
  background-image: linear-gradient(to right, rgba(189, 189, 189, 0), rgba(189, 189, 189, 0.4), rgba(189, 189, 189, 0));
}
.border-tb {
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 5px 0;
}
/* PAYMENTS BUTTONS */
.payments-buttons button {
  margin-top: 15px;
  margin-right: 15px;
}
/* CONTACT INFO */
.contact-info {
  padding-bottom: 30px;
}
.contact-info h3 {
  color: #B4B199;
  font-size: 20px;
}
.contact-info h6 {
  font-weight: bold;
  margin-bottom: 0;
}
.contact-info a {
  color: #B4B199;
}
.contact-information p span,
.contact-information p a {
  font-weight: bold;
  font-size: 14px;
}
/* VIDEOS PAGE */
.videos {
  text-align: center;
}
.videos .headline-xs {
  margin-top: -5px;
}
/* STOCKISTS PAGE */
.stockist-box {
  margin-top: 20px;
  background: #ededed;
  padding: 20px 15px;
}
.stockist-box h5 {
  font-weight: bold;
}
.stockist-box a {
  font-weight: 500;
}
/* PAGE CONTENT */
.page-content h3 {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: bold;
  font-weight: 600;
}
/* WIDTH */
.medium {
  width: 60%;
}
.small {
  width: 40%;
}
.full-width {
  width: 100%;
}
/* VISIBILITY */
.show-under-sm,
.show-under-md {
  display: none;
}
/* MEDIA QUERIES */
@media (max-width: 1040px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
  .hide-under-lg {
    display: none;
  }
  .clear-lg {
    clear: both;
  }
}
@media (max-width: 790px) {
  .full-md,
  .medium,
  .small {
    width: 100%;
  }
  .payments-buttons button {
    margin-right: 0;
  }
  .payments-icons {
    text-align: center;
  }
  .hide-under-md {
    display: none;
  }
  .show-under-md {
    display: block;
  }
  hr.hr-styled {
    display: none;
  }
  .headline-lg {
    margin-top: 10px;
  }
}
@media (max-width: 670px) {
  .hide-under-sm {
    display: none;
  }
  .show-under-sm {
    display: block;
  }
}
@media (max-width: 490px) {
  .headline-line span {
    padding: 0;
  }
  .full-xxs {
    width: 100%;
  }
}
[class*=" button-"] {
  font-size: 12px;
  border: 0;
  border-radius: 0;
  font-weight: 500;
  padding: 6px 10px;
  text-transform: uppercase;
}
[class*=" button-"]:focus,
[class*=" button-"]:hover {
  opacity: .8;
  outline: none;
}
.btn:focus,
.btn:active {
  outline: none !important;
  outline: -webkit-focus-ring-color auto 0 !important;
  outline-offset: 0 !important;
  box-shadow: none;
}
.button-theme {
  color: #504E4E;
  background-color: #B4B199;
}
.button-theme:focus,
.button-theme:hover {
  color: #504E4E;
}
.button-proceed-to-secure-payment {
  color: #504E4E;
  background-color: #B4B199;
}
.button-proceed-to-secure-payment:focus,
.button-proceed-to-secure-payment:hover {
  color: #504E4E;
}
.button-add-to-basket {
  color: #504E4E;
  background-color: #B4B199;
}
.button-add-to-basket:focus,
.button-add-to-basket:hover {
  color: #504E4E;
}
.button-add-to-wishlist {
  color: #B4B199;
  background-color: transparent;
  padding: 5px 0;
  text-transform: uppercase;
  font-size: 12px;
}
.button-add-to-wishlist:focus,
.button-add-to-wishlist:hover {
  color: #B4B199;
}
.button-theme2 {
  color: #fff;
  background-color: #504E4E;
}
.button-theme2:focus,
.button-theme2:hover {
  color: #fff;
}
.button-proceed-to-checkout {
  color: #504E4E;
  background-color: #B4B199;
}
.button-proceed-to-checkout:focus,
.button-proceed-to-checkout:hover {
  color: #504E4E;
}
.button-pay-by-paypal {
  color: #504E4E;
  background-color: #B4B199;
}
.button-pay-by-paypal:focus,
.button-pay-by-paypal:hover {
  color: #504E4E;
}
.button-pay-offline {
  color: #504E4E;
  background-color: #B4B199;
}
.button-pay-offline:focus,
.button-pay-offline:hover {
  color: #504E4E;
}
.checkout-form .paypal-button {
  display: block;
  margin: 10px 0 0;
  width: 165px;
  vertical-align: bottom;
}
.checkout-form .paypal-button img {
  width: 100%;
}
.button-grey {
  color: #fff;
  background-color: #494949;
}
.button-grey:focus,
.button-grey:hover {
  color: #fff;
}
.button-grey-l {
  color: #494949;
  background-color: #ededed;
}
.button-grey-l:focus,
.button-grey-l:hover {
  color: #494949;
}
.button-t-theme {
  color: #B4B199;
  background-color: transparent;
  padding: 5px 0;
  text-transform: capitalize;
  font-size: 13px;
}
.button-t-theme:after {
  content: "\e60b";
  font-family: "icomoon";
  color: #B4B199;
  vertical-align: middle;
}
.button-t-theme:focus,
.button-t-theme:hover {
  color: #B4B199;
}
.button-t-theme2 {
  color: #504E4E;
  background-color: transparent;
  padding: 5px 0;
  text-transform: uppercase;
  font-size: 12px;
}
.button-t-theme2:focus,
.button-t-theme2:hover {
  color: #504E4E;
}
.image-button {
  padding: 0;
  border: 0;
  background-color: rgba(0, 0, 0, 0);
  margin: 5px 0;
}
.image-button:hover {
  opacity: .9;
}
.or-separator {
  margin: 10px 0 5px;
}
/* MAIN NAVIGATION */
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background: #fff;
  outline: none;
}
.dropdown-menu > li > a {
  white-space: pre-wrap;
}
.main-navigation.navbar-default {
  background: #fff;
  border: 0;
  min-height: 1px;
  margin: 10px 0;
  margin-top: 20px;
  /* Toggle button */
}
.main-navigation.navbar-default .navbar-toggle {
  float: none;
  text-align: left;
  width: 100%;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: #000;
  padding: 10px 0;
  margin: 0;
  line-height: 20px;
}
.main-navigation.navbar-default .navbar-toggle .icon-menu {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
.main-navigation.navbar-default .navbar-toggle .menu-title {
  text-transform: uppercase;
  vertical-align: middle;
  padding-top: 2px;
}
.main-navigation.navbar-default .navbar-nav > li {
  margin-right: 20px;
}
.main-navigation.navbar-default .navbar-nav > li:last-child {
  margin-right: 0;
}
/* CURRENCIES NAV */
.currencies-nav a {
  color: #bdbdbd;
}
.currencies-nav a.active,
.currencies-nav a:focus,
.currencies-nav a:hover {
  color: #000;
}
.currencies-nav.currencies-nav-mobile a {
  color: #eea1be;
}
.currencies-nav.currencies-nav-mobile a.active,
.currencies-nav.currencies-nav-mobile a:focus,
.currencies-nav.currencies-nav-mobile a:hover {
  color: #B4B199;
}
/* CUSTOMER NAV */
.customer-nav {
  text-align: right;
}
.customer-nav .icon-shopping-bag {
  color: #B4B199;
}
.customer-nav a {
  color: #000;
}
.customer-nav a.active,
.customer-nav a:focus,
.customer-nav a:hover {
  color: #B4B199;
}
.customer-nav .sign-checkout a {
  color: #B4B199;
  font-weight: bold;
}
.customer-nav.customer-nav-mobile {
  color: #fff;
}
.customer-nav.customer-nav-mobile a {
  color: #fff;
}
.customer-nav.customer-nav-mobile a.active,
.customer-nav.customer-nav-mobile a:focus,
.customer-nav.customer-nav-mobile a:hover {
  color: #fff;
}
.customer-nav.customer-nav-mobile .sign-checkout a {
  color: #fff;
}
.customer-nav.customer-nav-mobile .icon-shopping-bag {
  color: #fff;
}
/* PHONE NUMBER */
.phone-no {
  text-align: right;
  font-size: 24px;
}
/* MOBILE CUSTOMER/CURRENCIES NAV */
.currencies-customer-nav {
  background: #B4B199;
  margin-bottom: 10px;
}
.currencies-customer-nav ul {
  margin: 10px 0;
}
/* MEDIA QUERIES */
@media (min-width: 1040px) {
  header {
    padding-top: 20px;
  }
}
@media (min-width: 790px) {
  .main-navigation.navbar-default .navbar-collapse {
    padding-left: 0;
  }
  .main-navigation.navbar-default .navbar-nav > li > a {
    color: #494949;
    text-transform: uppercase;
    padding: 5px 0;
    border-bottom: 2px solid transparent;
  }
  .main-navigation.navbar-default .navbar-nav > li > a:hover {
    border-color: #B4B199;
  }
  .main-navigation.navbar-default .dropdown-menu {
    border-radius: 0;
    border: 0;
    background: #fff;
    box-shadow: none;
    padding: 0;
    left: -10px;
    padding-top: 5px;
  }
  .main-navigation.navbar-default .dropdown-menu a {
    color: #494949;
    font-size: 12px;
    text-transform: uppercase;
    padding: 5px 10px;
  }
  .main-navigation.navbar-default .dropdown-menu a:focus,
  .main-navigation.navbar-default .dropdown-menu a:hover {
    color: #B4B199;
    background: transparent;
  }
  .main-navigation.navbar-default .dropdown-menu li {
    border: 1px solid #dddddd;
    border-top: 0;
  }
  .main-navigation.navbar-default li.open .dropdown-toggle {
    border-color: #B4B199;
  }
  .main-navigation.navbar-default li.dropdown:hover .dropdown-toggle {
    border-color: #B4B199;
  }
  .main-navigation.navbar-default li.dropdown:hover .dropdown-menu {
    display: inline-block;
  }
}
@media (max-width: 790px) {
  /* Main navigation mobile */
  .main-navigation.navbar-default .navbar-collapse {
    background: #000;
    border: 0;
    box-shadow: 0;
  }
  .main-navigation.navbar-default .navbar-collapse .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }
  .main-navigation.navbar-default .navbar-collapse li {
    border-top: 1px solid #fff;
    margin-right: 0;
  }
  .main-navigation.navbar-default .navbar-collapse li a {
    padding: 8px 25px;
    color: #B4B199;
    text-transform: uppercase;
  }
  .main-navigation.navbar-default .navbar-collapse li.dropdown a {
    padding-left: 0;
    padding-left: 23px;
  }
  .main-navigation.navbar-default .navbar-collapse .dropdown-toggle {
    background: #000 !important;
    color: #B4B199 !important;
  }
  .main-navigation.navbar-default .navbar-collapse li.dropdown .dropdown-toggle:before {
    content: "\e607";
    font-family: "icomoon";
    color: #B4B199;
    margin-right: 10px;
    margin-left: -23px;
  }
  .main-navigation.navbar-default .navbar-collapse li.open .dropdown-toggle:before {
    content: "\e602";
    font-family: "icomoon";
    color: #B4B199;
    margin-right: 10px;
  }
  .main-navigation.navbar-default .navbar-collapse li.dropdown .dropdown-menu {
    padding: 0;
  }
  .main-navigation.navbar-default .navbar-collapse li.dropdown .dropdown-menu li {
    border: 0;
  }
  .main-navigation.navbar-default .navbar-collapse li.dropdown .dropdown-menu a {
    font-size: 12px;
    color: #B4B199;
    padding: 0 0 8px 40px;
  }
  .main-nav-container {
    padding: 0;
    background: #000;
    margin: 10px 0;
  }
  .navbar-default.main-navigation {
    margin: 0;
  }
  .sign-checkout {
    display: none !important;
  }
}
@media (max-width: 670px) {
  .phone-no {
    display: none;
  }
  .logo {
    text-align: center;
  }
  .logo img {
    height: 90px;
  }
  .logo-text {
    font-size: 30px;
    font-family: 'Forum';
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
    max-width: 350px;
    width: 350px;
    text-overflow: ellipsis;
    display: inline-block;
    max-height: 75px;
    white-space: nowrap;
    overflow: hidden;
}
  header .input-search {
    max-width: 90%;
    margin: 0 auto;
    margin-top: 10px;
  }
  li.wishlist {
    display: none !important;
  }
}
@media (max-width: 400px) {
  .currencies-customer-nav li a {
    font-size: 12px;
  }
  .currencies-customer-nav li {
    padding-left: 3px;
    padding-right: 3px;
  }
  .currencies-customer-nav li:first-child {
    padding-left: 0;
  }
  .currencies-customer-nav li:last-child {
    padding-right: 0;
  }
}
.form-control {
  border-radius: 0;
  border: 1px solid #dddddd;
  box-shadow: none;
}
.form-control:focus,
.form-control:hover {
  box-shadow: none;
  outline: none;
}
.form-control:focus {
  border-color: #bdbdbd;
}
label {
  font-size: 12px;
  font-weight: 300;
}
textarea {
  min-height: 100px;
}
.forgotten-password {
  float: right;
  color: #B4B199;
  font-style: italic;
  padding-top: 6px;
  font-size: 12px;
}
/* CHECKOUT-ADDRESS PAGE FORM */
.checkout-form h5 {
  font-weight: 600;
  font-size: 14px;
  margin: 0;
  margin-bottom: 30px;
}
.billing-form {
  margin-top: 20px;
}
/* CHECKOUT-LOGIN PAGE */
.guest-checkout {
  text-align: center;
  margin-top: 20px;
}
.guest-checkout .bg-box {
  padding: 20px 0;
}
.guest-checkout button {
  width: 100%;
}
/* GIFT-CARD PAGE */
.gift-card .custom-checkbox {
  padding-right: 10px;
}
/* CUSTOM SELECT  */
span.customSelect {
  font-style: italic;
  font-size: 12px;
  color: #929292;
  background: #fff url(../images/custom-select.png) 96% center no-repeat;
  background-position-x: 98%;
  background-position-y: center;
  border: 1px solid #ddd;
  padding: 7px 9px;
  border-radius: 0;
}
.custom-select {
  cursor: pointer;
  box-shadow: none;
}
.customSelectInner {
  width: calc(100% - 28px) !important;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 100%;
}
/* CUSTOM CHECKBOX/RADIO */
.custom-checkbox {
  padding-left: 28px;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  text-transform: none;
  font-size: 13px;
  color: black;
  font-weight: 500;
  cursor: pointer;
}
.custom-checkbox input {
  display: none;
}
.custom-checkbox span {
  font-size: 18px;
  color: #B4B199;
  vertical-align: -2px;
  display: inline-block;
}
.custom-checkbox .icon-toggle {
  margin-right: 5px;
  margin-left: -28px;
}
/* INPUT GROUP SEARCH */
.input-search {
  border: 1px solid #dddddd;
  margin-top: 15px;
}
.input-search input,
.input-search .btn {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.input-search input:focus,
.input-search .btn:focus,
.input-search input:hover,
.input-search .btn:hover {
  outline: none;
  box-shadow: none;
  background: #fff;
}
.input-search input {
  font-size: 12px;
}
.input-search .btn {
  padding: 1px;
  padding-top: 2px;
}
.input-search .btn .icon-search-icon {
  font-size: 25px;
  color: #bdbdbd;
}
.input-search .btn .icon-right-arrow {
  font-size: 20px;
  vertical-align: middle;
  color: #bdbdbd;
}
/* INPUT GROUP BUTTON */
.input-button input {
  font-size: 12px;
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #dddddd;
}
.input-button .input-group-btn button.btn {
  border: 1px solid #B4B199;
  border-radius: 0;
  color: #fff;
  background: #B4B199;
  text-transform: uppercase;
  font-weight: 500;
  z-index: 2;
}
/* MEDIA QUERIES */
@media (min-width: 790px) {
  label {
    padding-top: 6px;
  }
  label.no-padding {
    padding-top: 0;
  }
  .bg-box {
    background: #ededed;
    padding: 30px 15px;
  }
  .guest-checkout button {
    width: 350px;
  }
  .input-limit-width {
    max-width: 350px;
  }
}
@media (min-width: 670px) {
  .input-search {
    max-width: 250px;
    float: right;
  }
}
@media (max-width: 1040px) {
  .gift-card .custom-checkbox {
    display: block;
    padding-bottom: 10px;
    padding-left: 28px;
  }
  .gift-card .custom-checkbox .icon-toggle {
    margin-left: -28px;
  }
}
@media (max-width: 790px) {
  .forgotten-password {
    float: left;
  }
  .create-account {
    margin-top: 20px;
    clear: both;
  }
  .guest-checkout {
    margin-top: 0;
  }
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  vertical-align: middle;
}
.table-responsive {
  border: 1px solid #dfe4e5;
  border-top: 0;
}
.table-responsive thead {
  border-top: 1px solid #dfe4e5;
}
.table {
  margin-bottom: 0;
}
.account-home-table {
  margin-top: 20px;
}
.account-home-table .table > thead > tr > th {
  border-bottom: 0;
}
.account-home-table .table-condensed > tbody > tr > td,
.account-home-table .table-condensed > tbody > tr > th,
.account-home-table .table-condensed > tfoot > tr > td,
.account-home-table .table-condensed > tfoot > tr > th {
  padding: 7px 10px;
  font-weight: 300;
}
.account-home-table .table-condensed > thead > tr > td,
.account-home-table .table-condensed > thead > tr > th {
  padding: 10px;
}
.table-order {
  margin-top: 20px;
}
.table-order h4 {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
.table-order li {
  font-weight: 300;
}
.table-order li:empty {
  height: 20px;
}
table.table-order-info thead th {
  border-bottom: 0;
  font-weight: normal;
  padding: 0;
}
table.table-order-info thead th h4 {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
}
table.table-order-info tbody tr td {
  border-top: 0;
  padding: 0;
  font-weight: 300;
  font-size: 13px;
}
table.table-order-info tbody td.text-bold {
  font-weight: 600;
}
table.table-order-info tbody tr.empty td {
  padding: 10px;
}
/* MEDIA QUERIES */
@media (max-width: 400px) {
  table.table-order-info .text-bold {
    padding-left: 10px;
  }
}
/* BANNER SLIDER ON INDEX PAGE */
.banner-slider-container .slick-slide img {
  width: 100%;
}
.banner-slider-container .slider-arrow {
  font-size: 34px;
  color: #dddddd;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  cursor: pointer;
}
.banner-slider-container .slider-arrow-left {
  left: -30px;
}
.banner-slider-container .slider-arrow-right {
  right: -30px;
}
.banner-slider-container .slick-dots {
  bottom: -30px;
}
.banner-slider-container .slick-dots li {
  width: 42px;
  height: 5px;
}
.banner-slider-container .slick-dots li button {
  width: 42px;
  height: 5px;
  background-color: #504E4E;
}
.banner-slider-container .slick-dots li button:before {
  content: "";
}
.banner-slider-container .slick-dots li.slick-active button {
  background-color: #B4B199;
}
.banner-img {
  position: relative;
}
.banner-text {
  font-size: 34px;
  font-family: 'Forum';
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 2px 15px;
  position: absolute;
  bottom: 20px;
  right: 0;
}
/* FEATURED CATEGORY SLIDER ON INDEX PAGE */
.featured-category-container {
  text-align: center;
  margin: 30px 0;
}
.featured-category-container .slick-slider {
  margin-bottom: 60px;
}
.featured-category-container .headline-line {
  margin-bottom: 20px;
}
.featured-category-container .slick-slide img {
  width: 100%;
}
.featured-category-container p {
  margin-top: 20px;
}
.featured-category-container .slick-dots {
  bottom: -30px;
}
.featured-category-container .slick-dots li {
  width: 42px;
  height: 5px;
}
.featured-category-container .slick-dots li button {
  width: 42px;
  height: 5px;
  background-color: #dddddd;
}
.featured-category-container .slick-dots li button:before {
  content: "";
}
.featured-category-container .slick-dots li.slick-active button {
  background-color: #B4B199;
}
/* NEW ARRIVALS SLIDER ON INDEX PAGE */
.new-arrivals-container,
.related-container {
  padding-top: 20px;
}
.new-arrivals-container .slick-slide,
.related-container .slick-slide {
  margin: 0 10px;
  position: relative;
}
.new-arrivals-container .slick-slide img,
.related-container .slick-slide img {
  width: 100%;
  border: 1px solid #dddddd;
  border-bottom: 0;
}
.new-arrivals-container .slick-list,
.related-container .slick-list {
  margin: 0 15px;
}
.new-arrivals-container .slider-arrow,
.related-container .slider-arrow {
  font-size: 34px;
  color: #dddddd;
  position: absolute;
  top: 50%;
  margin-top: -40px;
  cursor: pointer;
}
.new-arrivals-container .slider-arrow-left,
.related-container .slider-arrow-left {
  left: -10px;
}
.new-arrivals-container .slider-arrow-right,
.related-container .slider-arrow-right {
  right: -10px;
}
.product-thumbnail-slider .slick-slide {
  margin: 0 10px;
  position: relative;
}
.product-thumbnail-slider .slick-slide img {
  width: 100%;
  border: 1px solid #dddddd;
}
.product-thumbnail-slider .slick-list {
  margin: 0 15px;
}
.product-thumbnail-slider .slider-arrow {
  font-size: 34px;
  color: #dddddd;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  cursor: pointer;
}
.product-thumbnail-slider .slider-arrow-left {
  left: -10px;
}
.product-thumbnail-slider .slider-arrow-right {
  right: -10px;
}
/* MEDIA QUERIES */
@media (max-width: 1040px) {
  .banner-slider-container .slider-arrow-left {
    left: 0;
  }
  .banner-slider-container .slider-arrow-right {
    right: 0;
  }
}
@media (max-width: 790px) {
  .banner-slider-container .slider-arrow {
    top: 200px;
  }
  .banner-text {
    background-color: #fff;
    color: #000;
    font-size: 30px;
    text-align: center;
    position: static;
    display: block;
    max-width: 90%;
    margin: 0 auto;
  }
  .banner-slider-container .slick-slide.slick-active img {
    max-width: 150%;
    max-height: 100%;
    margin-left: -25%;
    width: auto;
  }
}
@media (max-width: 670px) {
  .banner-slider .slider-arrow {
    display: none !important;
  }
}
.pagination {
  margin: 0;
  margin-top: 15px;
}
.pagination li a {
  color: #000;
  padding: 1px 8px;
  font-size: 13px;
  border: 1px solid transparent;
}
.pagination li a.current,
.pagination li a:hover {
  border-color: #dddddd;
  background: #ededed;
  color: #000;
}
.pagination li a:focus {
  border-color: transparent;
  background: transparent;
}
.pagination li:first-child > a,
.pagination li:last-child > a {
  border-radius: 0;
  color: #B4B199;
}
.pagination li:first-child > a:focus,
.pagination li:last-child > a:focus,
.pagination li:first-child > a:hover,
.pagination li:last-child > a:hover {
  border-color: transparent;
  background: transparent;
}
.pagination li + li a {
  margin-left: 5px;
}
/* MEDIA QUERIES */
@media (max-width: 490px) {
  .pagination-container {
    float: left !important;
  }
}
/* GALLERIES PAGE */
.items-gallery .gallery {
  text-align: center;
}
.items-gallery .gallery img {
  border: 1px solid #dddddd;
}
.items-gallery .headline-xs {
  margin-top: -5px;
}
/* SUBCATEGORY PAGE */
.items-subcategory .gallery {
  margin-top: 30px;
}
.items-subcategory .shopwired-image-container img {
  border: 1px solid #dddddd;
  border-bottom: 0;
}
.gallery img {
  width: 100%;
}
/* GALLERY IMAGES */
/*.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;
}*/
/* IMAGES TITLES */
.product-title {
  height: 85px;
  padding: 5px 10px;
  background: #ededed;
}
.product-title h5 {
  font-size: 13px;
  color: #929292;
}
.product-title .price {
  color: #504E4E;
}
.product-title .price.price-featured {
  color: #504E4E;
}
.product-title .price.price-ex {
  text-decoration: line-through;
  color: #000000;
}
.product-title span + span {
  padding-left: 10px;
}
.photo-title,
.video-title {
  height: 60px;
}
/* SHADOW EFFECT*/
.box-shadow-container {
  margin-bottom: 20px;
}
.box-shadow-container.box-shadow {
  position: relative;
}
.box-shadow-container.box-shadow:before,
.box-shadow-container.box-shadow:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 70%;
  max-width: 300px;
  background: none repeat scroll 0% 0% #929292;
  box-shadow: 0px 15px 10px #929292;
  -moz-transform: rotate(-5deg);
  -ms-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
}
.box-shadow-container.box-shadow:after {
  -moz-transform: rotate(5deg);
  -ms-transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  transform: rotate(5deg);
  right: 10px;
  left: auto;
}
/* MEDIA QUERIES */
@media (min-width: 1040px) {
  .gallery-content {
    width: 79%;
  }
}
@media (max-width: 1040px) {
  .gallery-content {
    width: 100%;
  }
}
@media (max-width: 340px) {
  .gallery {
    width: 100%;
  }
}
/* Blog content */
.blog-content {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 25px;
  margin-top: 25px;
}
.blog-content .headline-lg-c {
  margin-bottom: 0;
}
.blog-content time {
  display: block;
  color: #929292;
  font-size: 12px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.blog-img {
  width: 215px;
  display: inline-block;
  float: left;
}
.blog-img img {
  vertical-align: top;
}
.blog-content-box {
  display: table-cell;
  float: none;
  width: auto;
}
/* BLOG SIDEBAR */
.sidebar-blog {
  padding-top: 10px;
}
.blog-box .blog-box-title {
  color: #B4B199;
  font-family: 'Forum';
  border-bottom: 1px solid #dddddd;
  font-size: 16px;
  text-transform: uppercase;
  padding: 5px 0;
}
.blog-box ul {
  list-style: none;
  padding-left: 0;
}
.blog-box ul li {
  padding: 3px 0;
}
.blog-box ul a {
  color: #000;
}
.blog-box + .blog-box {
  margin-top: 30px;
}
/* BLOG MOBILE NAVIGATION */
.blog-navigation {
  display: none;
  margin-top: -10px;
}
.blog-navigation .navbar-default {
  border: 0;
}
.blog-navigation .navbar-toggle {
  float: left;
  text-align: left;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #fff;
  padding: 0;
  margin: 0 10px 0 0;
  padding: 10px 0;
  padding-right: 1px;
}
.blog-navigation .navbar-toggle .icon-menu {
  vertical-align: -0.2rem;
  font-size: 20px;
}
.blog-navigation .navbar-toggle .menu-title {
  text-transform: uppercase;
  padding-left: 5px;
  font-weight: normal;
}
.blog-navigation .navbar-toggle:focus,
.blog-navigation .navbar-toggle:hover {
  background: transparent;
}
.blog-navigation .navbar-header {
  margin: 0;
  float: none;
  text-align: left;
  width: 100%;
  cursor: pointer;
}
.blog-navigation .navbar-header .icon-blog-menu-icon {
  font-size: 15px;
  vertical-align: middle;
}
.blog-navigation .navbar-collapse {
  position: absolute;
  right: 0;
  left: 0;
  z-index: 100;
  margin: 0;
  border: 0;
}
.blog-navigation .navbar-collapse .navbar-nav {
  margin: 0 -10px;
  background: #B4B199;
}
.blog-navigation .navbar-collapse .navbar-nav li {
  padding-left: 20px;
}
.blog-navigation .navbar-collapse .navbar-nav li a {
  padding: 6px 0;
  color: #fff;
}
.blog-navigation .navbar-collapse .navbar-nav li a:focus,
.blog-navigation .navbar-collapse .navbar-nav li a:hover {
  color: #fff;
  background: transparent;
}
.blog-navigation .navbar-default {
  background: #B4B199;
  color: #fff;
  min-height: 1px;
  margin: 0;
}
/* MEDIA QUERIES */
@media (max-width: 790px) {
  .blog-navigation {
    display: block;
  }
  .sidebar-blog {
    display: none;
  }
}
@media (max-width: 670px) {
  .blog-img {
    display: none;
  }
}
.sidebar-nav {
  width: 210px;
  float: left;
}
.sidebar-nav ul {
  list-style: none;
  padding-left: 0;
}
.sidebar-nav ul li {
  padding: 0;
}
.sidebar-nav ul li a {
  color: #000;
  font-size: 12px;
  padding: 10px 0;
  border-bottom: 1px solid #dddddd;
  display: block;
  position: relative;
  text-transform: uppercase;
}
.sidebar-nav ul li a.active,
.sidebar-nav ul li a:hover {
  text-decoration: none;
}
.sidebar-nav ul li.dropdown a.dropdown-toggle:after {
  content: "\e60a";
  font-family: "icomoon";
  font-size: 14px;
  color: #929292;
  right: 0;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}
.sidebar-category .headline-md-c {
  margin-bottom: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #dddddd;
}
.sidebar-category .dropdown.open .dropdown-toggle {
  border-color: transparent;
  padding-bottom: 0;
}
.sidebar-category .dropdown.open .dropdown-toggle:after {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  margin-top: -7px;
}
.sidebar-category .dropdown.open .dropdown-toggle:focus,
.sidebar-category .dropdown.open .dropdown-toggle:hover {
  text-decoration: none;
}
.sidebar-category .dropdown-menu {
  margin-top: 0;
  padding-bottom: 0;
  border: 0;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  position: static;
  float: none;
}
.sidebar-category .dropdown-menu li a {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 20px;
  border-bottom: 0;
  white-space: pre-wrap;
  font-size: 11px;
}
.sidebar-category .dropdown-menu li a:focus,
.sidebar-category .dropdown-menu li a:hover {
  background: transparent;
}
/* MEDIA QUERIES */
@media (max-width: 1040px) {
  .sidebar-category {
    display: none;
  }
}
.sort-options {
  margin: 10px 0;
}
.sort-options .control-label {
  padding-right: 0;
  padding-top: 7px;
}
/* MEDIA QUERIES */
@media (min-width: 490px) {
  .sort-options .hasCustomSelect {
    min-width: 173px;
  }
  .sort-options .customSelectInner {
    min-width: 153px;
  }
}
@media (max-width: 490px) {
  .sort-options {
    display: block;
    width: 100%;
  }
  .sort-options .customSelect {
    display: block !important;
  }
  .sort-options .customSelectInner {
    width: 100% !important;
  }
  .sort-options .control-label {
    display: none;
  }
}
.basket-container {
  padding: 15px;
  border: 1px solid #dddddd;
}
.basket-container h4 {
  margin-top: 0;
}
.basket-container .extra-selected,
.basket-container .selected-option {
  font-weight: 600;
}
.basket-container .extra-selected {
  margin-top: 20px;
}
.basket-container .extra-selected p {
  margin-bottom: 0;
}
.basket-container .selected-name {
  padding-right: 20px;
}
.basket-container + .basket-container {
  margin-top: 20px;
}
.basket-box {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}
.basket-box label {
  text-align: right;
  padding-right: 20px;
}
.delete-bag {
  color: #504E4E;
  font-size: 20px;
}
.basket-product-update .product-price {
  color: #B4B199;
  font-size: 15px;
  padding-top: 5px;
}
.qty {
  text-align: center;
}
.qty .qty-box {
  display: inline-block;
  border: 1px solid #dddddd;
  padding: 5px 0;
  padding-left: 10px;
  text-align: left;
  width: 100px;
}
.qty .qty-box span {
  color: #494949;
  display: inline-block;
  font-size: 12px;
  width: 35px;
  font-weight: bold;
  text-align: center;
}
.qty .qty-box input {
  border: 0;
  width: 45px;
  display: inline-block;
  color: #494949;
  text-align: center;
  font-weight: bold;
}
.qty button {
  border: 0;
  box-shadow: none;
  background: transparent;
  display: block;
  color: #504E4E;
  margin: 0 auto;
  padding-top: 5px;
}
.basket-product-img {
  max-width: 200px;
}
.summary {
  text-align: right;
}
.summary-total p {
  margin-top: 10px;
  font-size: 15px;
  font-weight: 500;
}
.basket-buttons {
  text-align: right;
  margin-top: 20px;
}
/* MEDIA QUERIES */
@media (min-width: 490px) {
  .basket-buttons button,
  .basket-buttons img {
    display: inline-block;
    margin-left: 15px;
  }
}
@media (min-width: 670px) {
  .basket-product-update {
    text-align: center;
  }
  .qty-box {
    margin: 0 auto;
  }
}
@media (max-width: 1040px) {
  .product-remove {
    margin-top: 15px;
  }
}
@media (max-width: 790px) {
  .qty {
    margin-top: 10px;
  }
}
@media (max-width: 670px) {
  .basket-product-img {
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .qty {
    text-align: left;
  }
  .qty button {
    display: inline-block;
    margin-left: 10px;
    padding-top: 0;
  }
  .product-remove {
    text-align: right;
  }
}
@media (max-width: 490px) {
  .basket-box label {
    text-align: left;
  }
  .basket-buttons a {
    display: none;
  }
  .summary {
    text-align: left;
  }
  .summary .text-right {
    text-align: right;
  }
}
.ratings span.icon-heart {
  color: #B4B199;
  cursor: pointer;
  font-size: 12px;
}
.ratings span.icon-heart.rate {
  opacity: .5;
}
/* PRODUCT LEFT */
.product-left {
  width: 560px;
}
.product-left .main-image {
  position: relative;
  border: 1px solid #dddddd;
}
.product-left .video-container {
  display: none;
  border: 1px solid #dddddd;
}
.product-left .video-container img {
  /*visibility: hidden;*/
}
/* PRODUCT RIGHT */
.product-right {
  /* Reviews visible */
}
.product-right hr {
  border-color: #dddddd;
  margin: 15px 0;
}
.product-right .code span {
  font-weight: 600;
}
.product-right .brand-name span {
  font-weight: 600;
}
.product-right .brand-name:before {
  content: "// ";
  margin: 0 10px;
  color: #bdbdbd;
}
.product-right .brand-name:first-child::before {
  display: none;
}
.product-right .show-hide-reviews {
  margin: 10px 0;
}
.product-right .show-hide-reviews .icon-heart {
  margin-right: 2px;
  display: inline-block;
}
.product-right .show-hide-reviews a {
  padding-left: 5px;
  color: #B4B199;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}
.product-right .product-price-value {
  color: #504E4E;
  font-size: 20px;
  font-weight: 500;
}
.product-right .product-sale-price-value {
  color: #504E4E;
  font-size: 20px;
  font-weight: 500;
  padding-right: 20px;
}
.product-right .product-reward-points-value {
  background: #B4B199;
  color: #fff;
  padding: 2px 4px;
  font-size: 13px;
  margin: 0 5px;
}
.product-right .product-video-link {
  margin-top: 10px;
}
.product-right .product-video-link .icon-video2 {
  font-size: 20px;
  vertical-align: middle;
}
.product-right .product-extras .custom-checkbox {
  display: block;
  padding: 5px 0;
  padding-left: 27px;
}
.product-right .product-extras .custom-checkbox .icon-toggle {
  margin-left: -27px;
}
.product-right .product-add-buttons button {
  vertical-align: top;
}
.product-right .qty {
  display: inline-block;
  text-align: left;
  margin-right: 10px;
}
.product-right .qty .qty-box {
  padding: 4px 0px 4px 5px;
}
.product-right .customer-review {
  margin-top: 10px;
}
.product-right .customer-review p {
  margin-bottom: 0;
}
.product-right .customer-review + .customer-review {
  margin-top: 20px;
}
.product-right .customer-name {
  font-size: 14px;
  font-weight: 600;
  padding-right: 10px;
}
.product-right .leave-review h4 {
  margin-top: 0;
  margin-bottom: 20px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
/* VISIBILITY */
.product-sale-price-value,
.add-button,
.product-form .in-stock {
  display: none;
}
#product-container.has-sale-price .product-sale-price-value {
  display: inline-block;
}
#product-container.can-be-added .add-button {
  display: inline-block;
}
#product-container.can-be-added .out-of-stock-button {
  display: none;
}
#product-container.in-stock .product-form .in-stock {
  display: inline-block;
}
#product-container.in-stock .product-form .out-of-stock {
  display: none;
}
/* MEDIA QUERIES */
@media (min-width: 1040px) {
  .product-related-slider .slick-list {
    margin: 0 -10px;
  }
  .product-related-slider .slider-arrow-right {
    right: -25px;
  }
  .product-related-slider .slider-arrow-left {
    left: -25px;
  }
  .product-right {
    width: 46%;
  }
}
@media (min-width: 670px) {
  .product-add-buttons button {
    margin-right: 10px;
  }
}
@media (max-width: 1040px) {
  .product-left {
    margin: 0 auto;
  }
  .product-right {
    margin-top: 30px;
  }
}
@media (max-width: 790px) {
  .product-right .qty {
    margin-top: 0;
  }
  .product-right .product-add-buttons button {
    margin-top: 15px;
  }
}
@media (max-width: 580px) {
  .product-left {
    width: 100%;
  }
}
@media (max-width: 490px) {
  .product-right .product-price-value {
    font-size: 18px;
  }
  .product-right .product-sale-price-value {
    font-size: 14px;
  }
  .product-right .reward-points {
    float: none !important;
    display: block;
    margin-top: 15px;
  }
}
footer {
  font-size: 13px;
  margin-top: 20px;
}
footer .input-search {
  float: none;
}
footer ul {
  list-style: none;
  padding-left: 0;
}
footer ul li {
  list-style-type: none;
  margin-left: 0;
  padding: 3px 0;
  padding-left: 1em;
}
footer ul li a {
  font-size: 13px;
  color: #929292;
}
footer ul li:before {
  content: "\e60a";
  font-size: 12px;
  font-family: "icomoon";
  margin: 0 5px 0 -15px;
  color: #929292;
}
.socials img {
  display: inline-block;
  margin-right: 10px;
  margin-top: 10px;
}
.footer {
  border-top: 1px solid #dddddd;
  padding: 20px 0;
}
.footer h2 {
  font-family: 'Forum', cursive;
  font-size: 22px;
  font-weight: 500;
  text-transform: capitalize;
  margin: 0;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #dddddd;
  max-width: 260px;
}
.subfooter {
  background: #B4B199;
  color: #504E4E;
  padding: 20px 0;
}
.subfooter p {
  margin-bottom: 0;
}
.subfooter a:hover {
  color: #B4B199;
}
.payment-list {
  list-style: none;
  margin:  0;
  padding: 0;
}
.payment-list li {
  display: inline;
  padding: 0;
}
.payment-list li img {
  height: 30px;
  width: auto;
}
.subfooter .payment-list li img {
  height: 20px;
}
.subfooter .payment-list li:before {
  display: none;
}
/* MEDIA QUERIES */
@media (min-width: 1040px) {
  footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  body {
    min-height: 100%;
    position: relative;
    padding-bottom: 340px;
  }
  html {
    height: 100%;
  }
}
@media (max-width: 790px) {
  .subfooter .text-right {
    text-align: left;
  }
}
@media (max-width: 360px) {
  .socials img {
    width: 8%;
  }
}
.form-errors {
  color: red;
  list-style: none;
  margin: 15px 0;
  padding: 0;
}
.form-errors:first-child {
  margin-top: 0;
}
.form-with-validation div.error {
  display: block;
  margin-top: 5px;
  color: #f00;
}
.collection-container.loading .items {
  position: relative;
}
.collection-container.loading .items::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 100%;
  z-index: 100;
}
#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-reward-points .reward-points {
  display: inline-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 .video-container {
  padding-bottom: 100%;
  height: 0;
  background-color: #000;
  z-index: 20;
  position: relative;
}
#product-container .video-container iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  left: 0;
  top: 0;
}
.shopwired-basket-modal .close-button {
  opacity: 1;
}
.shopwired-basket-modal .buttons a {
  color: #504E4E;
  background-color: #B4B199;
}
.shopwired-basket-modal .buttons .close-button {
  color: #fff;
  background-color: #B4B199;
}
@media screen and (max-width: 1039px) {
  .pagination .page-link {
    display: none;
  }
  .pagination .page-link[data-page='prev'],
  .pagination .page-link[data-page='next'],
  .pagination .page-link.current {
    display: block;
  }
}
/* ==== */
.logo img {
  width: auto;
  height: 200px;
}
.logo-text {
  font-size: 32px;
  font-weight: bold;
}
.featured-category-container .shopwired-image-container {
  padding-bottom: 20%;
}
.category-description {
  margin-bottom: 10px;
}
.product-box .shopwired-image-container {
  padding-bottom: 78%;
}
.blog-content-box img {
  width: 100%;
}
.account-form .custom-checkbox {
  margin-top: 2px;
}
.embed-responsive-item {
  background-color: #000;
}
.items-gallery .shopwired-image-container {
  background-color: #fff;
}
@media screen and (max-width: 490px) {
  .basket-buttons .btn {
    margin-bottom: 10px;
  }
}
.billing-form {
  display: none;
}
#product-container .shopwired-image-container {
  background-color: #fff;
}
#product-container .video-container {
  margin-bottom: 0;
  background-color: #000;
  border: none;
}
#product-container.playing-video .main-image {
  background-color: #000;
}
#product-container.has-sale-price .product-price-value {
  color: #000000;
  text-decoration: line-through;
  font-size: 16px;
}
@media screen and (max-width: 1040px) {
  .currencies-nav-mobile .active,
  .currencies-nav-mobile a:hover {
    color: #fff !important;
  }
  #product-container .product-title-container {
    text-align: center;
  }
}
.shopwired-image-container img {
  border: none !important;
}
