@font-face {
    font-family: 'montserratregular';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
         url('../fonts/Montserrat-Regular.woff') format('woff'),
         url(../fonts/Montserrat-Regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;

}

.shopwired-info-message {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 18px;
  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: normal;
  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: normal;
}
.shopwired-order-products {
  font-size: 13px;
  margin: 30px 0 0;
  width: 100%;
}
.shopwired-order-products th {
  font-weight: normal;
  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;
  width: 30px;
  height: 30px;
  background-color: #fff;
  text-align: center;
  line-height: 34px;
  border-radius: 30px;
  color: #232834;
  font-size: 0;
}
.shopwired-share-buttons a + a {
  margin-left: 8px;
}
.shopwired-share-buttons a:before {
  font-family: 'icomoon';
  font-size: 18px;
  line-height: 30px;
}
.shopwired-share-buttons .facebook:before {
  content: "\ea90";
}
.shopwired-share-buttons .twitter:before {
  content: "\ea96";
}
.shopwired-share-buttons .pinterest:before {
  content: "\ead2";
}
.shopwired-share-buttons .google:before {
  content: "\ea8b";
}
.shopwired-share-buttons .tumblr:before {
  content: "\eab9";
}
.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: 14px;
  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: 13px;
}
.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: 14px;
  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: #000;
}
.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;
}
/* PRODUCT */
/* BUTTONS */
@font-face {
  font-family: 'agency-fb';
  src: url('https://fonts.shopwired.co.uk/agency_fb/agency_fb_700_normal.eot');
  src: url('https://fonts.shopwired.co.uk/agency_fb/agency_fb_700_normal.eot?#iefi700') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/agency_fb/agency_fb_700_normal.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/agency_fb/agency_fb_700_normal.woff') format('woff'), url('https://fonts.shopwired.co.uk/agency_fb/agency_fb_700_normal.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/agency_fb/agency_fb_700_normal.svg#agencyfb700') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'refrigerator-deluxe';
  src: url('https://fonts.shopwired.co.uk/refrigerator_deluxe/refrigerator_deluxe_300.eot');
  src: url('https://fonts.shopwired.co.uk/refrigerator_deluxe/refrigerator_deluxe_300.eot?#iefi300') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/refrigerator_deluxe/refrigerator_deluxe_300.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/refrigerator_deluxe/refrigerator_deluxe_300.woff') format('woff'), url('https://fonts.shopwired.co.uk/refrigerator_deluxe/refrigerator_deluxe_300.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/refrigerator_deluxe/refrigerator_deluxe_300.svg#refrigeratordeluxe300') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'refrigerator-deluxe';
  src: url('https://fonts.shopwired.co.uk/refrigerator_deluxe/refrigerator_deluxe_400.eot');
  src: url('https://fonts.shopwired.co.uk/refrigerator_deluxe/refrigerator_deluxe_400.eot?#iefi400') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/refrigerator_deluxe/refrigerator_deluxe_400.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/refrigerator_deluxe/refrigerator_deluxe_400.woff') format('woff'), url('https://fonts.shopwired.co.uk/refrigerator_deluxe/refrigerator_deluxe_400.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/refrigerator_deluxe/refrigerator_deluxe_400.svg#refrigeratordeluxe400') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'refrigerator-deluxe';
  src: url('https://fonts.shopwired.co.uk/refrigerator_deluxe/refrigerator_deluxe_700.eot');
  src: url('https://fonts.shopwired.co.uk/refrigerator_deluxe/refrigerator_deluxe_700.eot?#iefi700') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/refrigerator_deluxe/refrigerator_deluxe_700.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/refrigerator_deluxe/refrigerator_deluxe_700.woff') format('woff'), url('https://fonts.shopwired.co.uk/refrigerator_deluxe/refrigerator_deluxe_700.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/refrigerator_deluxe/refrigerator_deluxe_700.svg#refrigeratordeluxe700') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'refrigerator-deluxe';
  src: url('https://fonts.shopwired.co.uk/refrigerator_deluxe/refrigerator_deluxe_900.eot');
  src: url('https://fonts.shopwired.co.uk/refrigerator_deluxe/refrigerator_deluxe_900.eot?#iefi900') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/refrigerator_deluxe/refrigerator_deluxe_900.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/refrigerator_deluxe/refrigerator_deluxe_900.woff') format('woff'), url('https://fonts.shopwired.co.uk/refrigerator_deluxe/refrigerator_deluxe_900.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/refrigerator_deluxe/refrigerator_deluxe_900.svg#refrigeratordeluxe900') format('svg');
  font-weight: 900;
  font-style: normal;
}
/* ICOMOON */
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon_mod.eot?-if42xr');
  src: url('../fonts/icomoon_mod.eot?#iefix-if42xr') format('embedded-opentype'), url('../fonts/icomoon_mod.ttf?-if42xr') format('truetype'), url('../fonts/icomoon_mod.woff?-if42xr') format('woff'), url('../fonts/icomoon_mod.svg?-if42xr#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  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-arrow487:before {
  content: "\e600";
}
.icon-delete81:before {
  content: "\e601";
}
.icon-film7:before {
  content: "\e602";
}
.icon-next15:before {
  content: "\e603";
}
.icon-shopping152:before {
  content: "\e604";
}
.icon-video:before {
  content: "\e605";
}
.icon-zoom45:before {
  content: "\e606";
}
.icon-next152:before {
  content: "\e607";
}
.icon-arrow4872:before {
  content: "\e608";
}
.icon-menu-icon:before {
  content: "\e609";
}
.icon-arrow4873:before {
  content: "\e60a";
}
.icon-arrow4874:before {
  content: "\e60b";
}
.icon-open-icon:before {
  content: "\e610";
}
.icon-close-icon:before {
  content: "\e611";
}
.icon-google-plus:before {
  content: "\ea8b";
}
.icon-facebook:before {
  content: "\ea90";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-tumblr:before {
  content: "\eab9";
}
.icon-pinterest2:before {
  content: "\ead2";
}
body {
  font-family: 'montserratregular';
  font-weight: normal;
  font-size: 13.75px;
  color: #FFFFFF;
  line-height: normal;
  background-color: #2F3844;
}
.p {
  margin-bottom: 10px;
}
img {
  max-width: 100%;
}
.inline {
  display: inline-block;
}
.row-table {
  display: table;
}
a {
  word-wrap: break-word;
  color: #8A9599;
}
a:focus,
a:hover {
  text-decoration: none;
  outline: none;
}
.text-theme {
  color: #8A9599;
}
.content-container {
  padding-bottom: 50px;
}
/* HEADLINES */
.headline-page {
  color: #474747;
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'montserratregular';
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 15px;
  letter-spacing: 1px;
  word-spacing: 1px;
}
.headline-sm {
  color: #474747;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'montserratregular';
  font-weight: normal;
  margin: 20px 0;
  margin-bottom: 10px;
  letter-spacing: 1px;
  word-spacing: 1px;
}
.headline-md {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'montserratregular';
  font-weight: normal;
  letter-spacing: 1px;
  word-spacing: 1px;
}
.headline-lg {
  color: #FFFFFF;
  font-size: 25px;
  font-family: 'montserratregular';
  font-weight: normal;
  letter-spacing: 1px;
  word-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 30px;
}
.headline-line {
  font-family: 'montserratregular';
  margin: 20px 0;
  margin-top: 30px;
  text-align: center;
  background-image: -webkit-linear-gradient(#474a51 0, #474a51 1px, transparent 1px, transparent 4px, #474a51 4px, #474a51 5px, transparent 5px);
  background-image: -moz-linear-gradient(#474a51 0, #474a51 1px, transparent 1px, transparent 4px, #474a51 4px, #474a51 5px, transparent 5px);
  background-image: -ms-linear-gradient(#474a51 0, #474a51 1px, transparent 1px, transparent 4px, #474a51 4px, #474a51 5px, transparent 5px);
  background-image: -o-linear-gradient(#474a51 0, #474a51 1px, transparent 1px, transparent 4px, #474a51 4px, #474a51 5px, transparent 5px);
  background-position: 0 .4em;
}
.headline-line span {
  display: inline-block;
  padding: 0 10px;
  background: #2F3844;
}
.theme-bg {
  background: #FFFFFF;
  padding: 10px 0;
}
.grey-bg {
  background: #474a51;
  padding: 10px 0;
}
.grey-bg .headline-line {
  background-image: -webkit-linear-gradient(#a0a4a9 0, #a0a4a9 1px, transparent 1px, transparent 4px, #a0a4a9 4px, #a0a4a9 5px, transparent 5px);
  background-image: -moz-linear-gradient(#a0a4a9 0, #a0a4a9 1px, transparent 1px, transparent 4px, #a0a4a9 4px, #a0a4a9 5px, transparent 5px);
  background-image: -ms-linear-gradient(#a0a4a9 0, #a0a4a9 1px, transparent 1px, transparent 4px, #a0a4a9 4px, #a0a4a9 5px, transparent 5px);
  background-image: -o-linear-gradient(#a0a4a9 0, #a0a4a9 1px, transparent 1px, transparent 4px, #a0a4a9 4px, #a0a4a9 5px, transparent 5px);
}
.grey-bg .headline-line span {
  background: #2F3844;
}
.content-header {
  background: #FFFFFF;
  padding: 20px 0;
}
.content-header .headline-line {
  margin: 0;
  background-image: -webkit-linear-gradient(#a0a4a9 0, #a0a4a9 1px, transparent 1px, transparent 4px, #a0a4a9 4px, #a0a4a9 5px, transparent 5px);
  background-image: -moz-linear-gradient(#a0a4a9 0, #a0a4a9 1px, transparent 1px, transparent 4px, #a0a4a9 4px, #a0a4a9 5px, transparent 5px);
  background-image: -ms-linear-gradient(#a0a4a9 0, #a0a4a9 1px, transparent 1px, transparent 4px, #a0a4a9 4px, #a0a4a9 5px, transparent 5px);
  background-image: -o-linear-gradient(#a0a4a9 0, #a0a4a9 1px, transparent 1px, transparent 4px, #a0a4a9 4px, #a0a4a9 5px, transparent 5px);
}
.content-header .headline-line span {
  background: #FFFFFF;
}
/* MARGINS */
.no-margin {
  margin: 0;
}
.margin-t-sm {
  margin-top: 10px;
}
.margin-t-md {
  margin-top: 20px;
}
.margin-b-sm {
  margin-bottom: 10px;
}
.margin-b-md {
  margin-bottom: 20px;
}
.margin-l-sm {
  margin-left: 10px;
}
.margin-r-sm {
  margin-right: 10px;
}
/* PADDINGS */
.no-padding {
  padding: 0;
}
.padding-tb-sm {
  padding-top: 10px;
  padding-bottom: 10px;
}
.padding-l-lg {
  padding-left: 30px;
}
.padding-r-lg {
  padding-right: 30px;
}
.padding-lr-lg {
  padding-right: 30px;
  padding-left: 30px;
}
.padding-t-xs {
  padding-top: 5px;
}
.padding-t-sm {
  padding-top: 10px;
}
.padding-t-md {
  padding-top: 20px;
}
.padding-b-sm {
  padding-bottom: 10px;
}
.padding-b-lg {
  padding-bottom: 30px;
}
.padding-l-sm {
  padding-left: 10px;
}
.padding-r-sm {
  padding-right: 10px;
}
/* WIDTH */
.medium {
  width: 80%;
}
.small {
  width: 40%;
}
.full-width {
  width: 100%;
}
/* VIDEOS PAGE */
.video-title {
  height: 60px;
}
.video-title h3 {
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'montserratregular';
  font-weight: normal;
}
/* CONTACT US PAGE */
.contact-info .contact-label {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: normal;
}
.contact-info .contact-address {
  margin-bottom: 15px;
}
.contact-info .contact-address span {
  display: block;
}
.contact-info > .row {
  margin-bottom: 5px;
}
.contact-info a {
  color: #fff;
}
/* STOCKISTS PAGE */
.stockist-box {
  font-size: 13px;
  color: #000;
  padding: 15px 0;
  border-top: 1px dotted #D2D2D2;
}
.stockist-box ul {
  margin-bottom: 0;
}
.stockist-town {
  text-align: left;
}
.stockist-town h5 {
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
}
.stockist-town a {
  font-size: 13px;
  color: #FFFFFF;
  text-transform: lowercase;
}
.headline-stockist {
  margin-bottom: 5px;
}
/* VISIBILITY */
.show-under-md,
.show-under-lg {
  display: none;
}
/* MEDIA QUERIES */
@media (min-width: 670px) {
  .padding-sm-l {
    padding-left: 25px;
  }
  .padding-sm-r {
    padding-right: 25px;
  }
}
@media (min-width: 790px) {
  .padding-md-l {
    padding-left: 30px;
  }
  .padding-md-r {
    padding-right: 30px;
  }
}
@media (min-width: 1040px) {
  .padding-lg-l {
    padding-left: 40px;
  }
  .padding-lg-r {
    padding-right: 25px;
  }
  .billing-form {
    padding-left: 25px;
  }
  .no-padding-lg-r {
    padding-right: 0;
  }
  .margin-lg-t {
    margin-top: 35px;
  }
}
@media (max-width: 1040px) {
  .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .hide-under-lg {
    display: none;
  }
  .show-under-lg {
    display: block;
  }
}
@media (max-width: 790px) {
  .show-under-md {
    display: block;
  }
  .hide-under-md {
    display: none;
  }
  .full-md {
    width: 100%;
  }
}
@media (max-width: 670px) {
  .small,
  .medium,
  .full-sm {
    width: 100%;
  }
  .stockist-town h5 {
    margin: 0;
  }
}
@media (max-width: 490px) {
  .full-xxs {
    width: 100%;
  }
}
[class*="button-"] {
  font-size: 14px;
  border: 0;
  border-radius: 0;
  font-weight: normal;
  text-transform: uppercase;
  padding: 3px 15px;
}
[class*="button-"]:focus,
[class*="button-"]:hover {
  opacity: .9;
  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: #FFFFFF;
  background-color: #2B4B68;
}
.button-theme:focus,
.button-theme:hover {
  color: #fff;
}
.button-highlight {
  color: #FFFFFF;
  background-color: #C90000;
}
.button-highlight.sm {
  font-size: 16px;
}
.button-highlight:focus,
.button-highlight:hover {
  color: #fff;
}
.button-t-theme {
  background: transparent;
  color: #8A9599;
  font-size: 16px;
  padding: 0;
  font-weight: normal;
}
.button-t-theme:focus,
.button-t-theme:hover {
  color: #8A9599;
}
.button-transparent {
  color: #474747;
  background: #FFFFFF;
  font-size: 14px;
  border: 1px solid #D2D2D2;
  padding: 6px 15px;
}
.button-transparent:focus,
.button-transparent:hover {
  color: #474747;
}
.button-transparent.lg {
  font-size: 16px;
  color: #FFFFFF;
}
/* CHECKOUT ADDRESS PAGE BUTTONS */
.button-secure-payment {
  color: #FFFFFF;
  background-color: #2B4B68;
}
.button-secure-payment:focus,
.button-secure-payment:hover {
  color: #FFFFFF;
}
.button-payment-offline {
  color: #FFFFFF;
  background-color: #C90000;
}
.button-payment-offline:focus,
.button-payment-offline:hover {
  color: #FFFFFF;
}
.checkout-form .paypal-button {
  margin: 0;
  width: 205px;
  vertical-align: top;
  background: rgba(0, 0, 0, 0);
  border: none;
}
.checkout-form .paypal-button img {
  width: 100%;
}
.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;
}
.basket-buttons {
  text-align: center;
}
/* PRODUCT SINGLE PAGE BUTTONS */
.button-add-to-basket {
  color: #FFFFFF;
  background-color: #C90000;
  text-transform: uppercase;
  font-size: 16px;
	    padding: 10px;
}
.button-add-to-basket:focus,
.button-add-to-basket:hover {
  color: #FFFFFF;
	    padding: 10px;
}
.button-out-of-stock {
  color: #FFFFFF;
  background-color: #C90000;
  text-transform: uppercase;
  font-size: 16px;
   padding: 10px;
}
.button-out-of-stock:focus,
.button-out-of-stock:hover {
  color: #FFFFFF;
}
.button-add-to-wishlist {
  color: #FFFFFF;
  background-color: transparent;
  text-transform: uppercase;
  padding: 6px 20px;
  font-size: 13px;
  font-weight: normal;
}
.button-add-to-wishlist:before {
  content: "\e602";
  font-size: 20px;
  font-family: "icomoon";
  color: #FFFFFF;
  padding-right: 5px;
  vertical-align: middle;
}
.button-add-to-wishlist span {
  vertical-align: middle;
}
.button-add-to-wishlist:focus,
.button-add-to-wishlist:hover {
  color: #FFFFFF;
}
label {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: normal;
}
.form-control {
  font-size: 14px;
  border-radius: 0;
  border: 1px solid #D2D2D2;
  box-shadow: none;
  background: #ebebeb;
  height: auto;
  padding: 7px 12px;
}
.form-control:focus,
.form-control:hover {
  box-shadow: none;
  outline: none;
}
.form-control:focus {
  border-color: #a0a4a9;
}
input:focus,
input:hover {
  box-shadow: none;
  outline: none;
}
textarea {
  min-height: 100px;
}
.forgotten-password {
  display: block;
  padding-top: 15px;
  color: #fff;
  font-style: italic;
  font-size: 13px;
}
.forgotten-password2 {
  display: block;
  padding-top: 15px;
  color: #FFFFFF;
  font-style: italic;
  font-size: 13px;
}
/* CUSTOM SELECT  */
span.customSelect {
  font-size: 13px;
  color: #868a8e;
  background: #ebebeb url(../images/custom-select.png) no-repeat right;
  background-size: 40px;
  border: 1px solid #D2D2D2;
  border-radius: 0;
  font-weight: normal;
}
.custom-select {
  cursor: pointer;
  box-shadow: none;
}
.customSelectInner {
  width: calc(100% - 30px) !important;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  height: 100%;
}
/* PRICE SORT SELECT ON CATEGORIES PAGES */
.sort-options > span {
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  text-transform: capitalize;
  display: inline-block;
  padding-right: 20px;
}
.sort-options form {
  width: 190px;
}
.sort-options .form-control {
  padding: 4px 12px;
  height: 30px;
}
.sort-options span.customSelect {
  font-size: 13px;
  color: #fff;
  background: #FFFFFF url(../images/custom-select2.png) no-repeat right;
  background-size: 30px;
  border: 0;
}
/* CUSTOM CHECKBOX AND RADIO */
.custom-checkbox {
  cursor: pointer;
}
.custom-checkbox .inline {
  margin-bottom: -2px;
  margin-left: -22px;
  margin-right: 4px;
}
.custom-checkbox input {
  display: none;
}
.custom-checkbox {
  color: #474747;
  font-size: 13px;
  text-transform: uppercase;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 22px;
}
.check-wrapper {
  display: table;
  text-align: center;
  width: 15px;
  height: 15px;
  line-height: normal;
  border-radius: 4px;
  background: #a2a2a2;
  cursor: pointer;
}
.check-wrapper .icon-open-icon {
  font-size: 8px;
  color: #fff;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
/* INPUT GROUP WITH BUTTON */
.input-button {
  background: #FFFFFF;
}
.input-button input.form-control,
.input-button .btn {
  box-shadow: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #dde0e4;
  font-size: 14px;
  font-weight: normal;
  height: auto;
}
.input-button input.form-control:focus,
.input-button .btn:focus,
.input-button input.form-control:hover,
.input-button .btn:hover {
  box-shadow: none;
}
.input-button input.form-control {
  padding: 7px 15px;
}
.input-button .btn {
  font-size: 18px;
  font-family: 'montserratregular';
  text-transform: uppercase;
  color: #ffffff;
  margin-left: 0;
  z-index: 2;
  padding: 2px 12px;
}
.input-button ::-webkit-input-placeholder {
  color: #fff;
}
.input-button :-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.input-button ::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.input-button :-ms-input-placeholder {
  color: #fff;
}
.input-button2 {
  background: #171C24;
}
.input-button2 .btn,
.input-button2 input {
  color: #a0a4a9;
  font-size: 14px;
  font-family: 'montserratregular';
}
.input-button2 ::-webkit-input-placeholder {
  color: #a0a4a9;
}
.input-button2 :-moz-placeholder {
  /* Firefox 18- */
  color: #a0a4a9;
}
.input-button2 ::-moz-placeholder {
  /* Firefox 19+ */
  color: #a0a4a9;
}
.input-button2 :-ms-input-placeholder {
  color: #a0a4a9;
}
/* INPUT GROUP BUTTON */
.input-button_bg input {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #D2D2D2;
  font-size: 14px;
  text-transform: uppercase;
}
.input-button_bg .input-group-btn {
  background: #FFFFFF;
}
.input-button_bg .input-group-btn .btn {
  color: #fff;
  border: 0;
  background: transparent;
  text-transform: uppercase;
  font-size: 16px;
  z-index: 2;
  border: 1px solid #FFFFFF;
  border-radius: 0;
  padding: 3px 12px;
  height: 38px;
  margin-left: 0;
}
/* CHECKOUT ADDRESS PAGE */
.checkout-form h5 {
  font-size: 13px;
  font-family: 'montserratregular';
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #D2D2D2;
  padding-bottom: 5px;
}
.checkout-form h5 .custom-checkbox {
  display: inline-block;
  font-size: 13px;
  font-family: 'montserratregular';
  margin-left: 15px;
  font-weight: normal;
  margin-top: -9px;
  margin-bottom: -9px;
}
.payments-buttons {
  margin-top: 20px;
}
.payments-buttons button {
  margin-right: 10px;
  margin-bottom: 20px;
}
/* MEDIA QUERIES */
@media (min-width: 790px) {
  label {
    padding-top: 10px;
  }
  .checkout-login label {
    padding-top: 0;
  }
}
@media (max-width: 1040px) {
  .checkout-form h5 .custom-checkbox {
    display: none;
  }
}
@media (max-width: 490px) {
  .payments-buttons button {
    margin-right: 0;
  }
}
@media (max-width: 490px) {
  .sort-options > span {
    display: none;
  }
  .sort-options form {
    width: 100%;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}
.box-shadow-container {
  margin-bottom: 25px;
}
.box-shadow-container.box-shadow {
  position: relative;
  z-index: 1;
}
.box-shadow-container.box-shadow:before,
.box-shadow-container.box-shadow:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 4px;
  left: 10px;
  width: 50%;
  top: 70%;
  max-width: 300px;
  background: none repeat scroll 0% 0% #b2b2b2;
  box-shadow: 0px 12px 1px #b2b2b2;
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.box-shadow-container.box-shadow:after {
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.border-container {
  border: 1px solid #fff;
  box-shadow: 0 0 0 6px #ebebeb;
  margin: 6px;
  background: #fff;
}
.header {
  background: url(../images/header-bg.png);
	position: relative;
}
.header-trust_pilot {
  display: none;
  width: 250px;
  height: 70px;
  background-image: url(../images/trustpilot-header.svg);
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: -60px;
  top: 45px;
}

@media only screen and (min-width: 925px){
  .header-trust_pilot {
    display: block;
  }
}

.header-trust_pilot-mobile {
  display: none;
  width: auto;
  height: 30px;
  margin-top: .6rem;
  margin-bottom: 1rem;
  background-image: url(../images/trustpilot-header.svg);
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 924px){
  .header-trust_pilot-mobile {
    display: block;
  }
}

@media only screen and (max-width: 506px){
  .header-trust_pilot-mobile {
    height: 25px;
  }
}

.logo {
  max-width: 500px;
}
.logo-text {
    font-size: 30px;
    font-family: 'montserratregular';
    text-align: left;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    max-width: 500px;
    width: 500px;
    text-overflow: ellipsis;
    display: inline-block;
    max-height: 75px;
    white-space: nowrap;
    overflow: hidden;
    line-height: 75px;
}
.currencies-menu {
  text-align: center;
  margin-top: 10px;
}
.currencies-menu a {
  font-family: 'montserratregular';
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
}
.currencies-menu a.active,
.currencies-menu a:hover {
  color: #a0a4a9;
}
.currencies-menu li {
  margin-left: 5px;
}
.currencies-menu li:last-child {
  padding-right: 0;
}
.currencies-menu li:last-child a {
  padding-right: 0;
}
.shopping-bag {
  float: right;
  font-family: 'montserratregular';
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
}
.shopping-bag-icon {
  font-size: 18px;
  padding: 5px 10px;
  color: #fff;
  background: #2B4B68;
  display: block;
}
.shopping-bag-icon span:before {
  content: "\e604";
  color: #fff;
  font-family: "icomoon";
  padding-right: 10px;
}
.shopping-bag-icon:hover {
  color: #fff;
}
.shopping-bag-items,
.shopping-bag-price {
  display: inline-block;
  width: 50%;
  float: left;
  padding: 5px 8px;
  color: #fff;
}
.shopping-bag-items {
  background: #2F3844;
}
.shopping-bag-price {
  background: #171C24;
}
/* MAIN CATEGORY NAVIGATION */
.main-nav-container {
  background: #2F3844;
  /* SEARCH INPUT */
}

@media only screen and (max-width: 924px){
  .main-nav-container {
    border-bottom: 1px #474a51 solid;
  }
}

.main-nav-container .navbar-default {
  background: #2F3844;
  border: 0;
  box-shadow: none;
  min-height: 1px;
  margin-bottom: 0;
}
.main-nav-container .navbar-nav li a {
  font-family: 'montserratregular';
  font-size: 12px;
  color: #FFFFFF;
  font-weight: normal;
  text-transform: uppercase;
}
.main-nav-container .navbar-nav li a:focus {
  background: transparent;
  color: #FFFFFF;
}
.main-nav-container .navbar-nav li a:hover {
  color: #a0a4a9;
  background: transparent;
}
.main-nav-container .navbar-nav > li > a {
  padding-top: 13px;
  padding-bottom: 13px;
}
.main-nav-container .navbar-nav li.open .dropdown-toggle,
.main-nav-container .navbar-nav li.dropdown:hover .dropdown-toggle {
  color: #a0a4a9;
}
.main-nav-container .navbar-collapse {
  background: #2F3844;
  border: 0;
  box-shadow: none;
}
.main-nav-container .header-icons-container {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
}
.main-nav-container .header-icons {
  padding-top: 7px;
  height: 47px;
}
.main-nav-container .header-icons a {
  color: #FFFFFF;
  font-size: 30px;
  display: inline-block;
  margin-left: 10px;
}
.main-nav-container #search-input {
  position: absolute;
  top: 100%;
  right: 0;
  width: 285px;
  z-index: 1000;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
}
.main-nav-container #search-input:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 7px solid #FFFFFF;
  position: absolute;
  top: -7px;
  right: 10px;
}
#search-input .form-control {
  color: #474747;
}
#search-input .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #474747;
}
#search-input .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #474747;
}
#search-input .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #474747;
}
#search-input .form-control:-moz-placeholder { /* Firefox 18- */
  color: #474747;
}
.main-nav-container #search-input .btn {
  color: #a0a4a9;
}
.main-nav-container .navbar-default .navbar-nav > .open > a,
.main-nav-container .navbar-default .navbar-nav > .open > a:hover,
.main-nav-container .navbar-default .navbar-nav > .open > a:focus {
  background: transparent;
}
.main-nav-container .nav .open > a,
.main-nav-container .nav .open > a:hover,
.main-nav-container .nav .open > a:focus {
  border-color: #474a51;
}
.main-nav-container .navbar-nav .dropdown-menu {
  background: #2F3844;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 5px 0;
}
.main-nav-container .navbar-nav .dropdown-menu li a {
  color: #FFFFFF !important;
}
.main-nav-container .navbar-nav .dropdown-menu li a:focus {
  background: transparent;
  color: #FFFFFF !important;
}
.main-nav-container .navbar-nav .dropdown-menu li a:hover {
  color: #a0a4a9 !important;
  background: transparent;
}
.navbar-toggle {
  float: none;
  background: transparent;
  border: 0;
  padding: 0;
}
.navbar-toggle span {
  color: #FFFFFF;
  font-size: 20px;
  vertical-align: middle;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background: transparent;
  color: #FFFFFF;
}
/* MEDIA QUERIES */
@media (min-width: 790px) {
  .logo {
    margin: 30px 0;
  }
  .currencies-menu {
    text-align: right;
  }
  .header-icons .icon-shopping {
    display: none;
  }
  .main-nav-container .navbar-collapse {
    padding: 0;
    padding-right: 80px;
  }
  .main-nav-container li.dropdown:hover .dropdown-menu {
    display: block;
  }
  .main-nav-container .navbar-nav > li > a {
    padding-right: 15px;
    padding-left: 0;
    margin-right: 15px;
    margin-bottom: 1px;
  }
  .main-nav-container .navbar-nav > li .dropdown-menu {
    left: -20px;
  }
  .main-nav-container .navbar-nav > li > a {
    border-right: 1px solid #474a51;
  }
  .main-nav-container .navbar-nav > li:last-child > a {
    border-right: 0;
  }
  .main-nav-container .navbar-nav .dropdown-menu {
    border-top: 1px  solid #fff;
  }
  .main-nav-container .navbar-nav .dropdown-menu li a {
    padding: 5px 15px;
  }
  .main-nav-container .navbar-nav .dropdown-menu li + li a {
    border-top: 1px solid #474a51;
  }
}
@media (max-width: 790px) {
  .header {
    padding: 20px 0;
  }
  .logo {
    text-align: center;
    margin: 0 auto;
  }
  header .shopping-bag {
    display: none;
  }
  .main-nav-container .navbar-header {
    height: 47px;
  }
  .main-nav-container .navbar-nav > li > a {
    padding-left: 0;
  }
  .main-nav-container .navbar-collapse {
    border-top: 1px solid transparent;
    border-color: #101010;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1) inset;
  }
  .main-nav-container li.dropdown .dropdown-toggle:after {
    content: "▾";
    float: right;
  }
  .main-nav-container .navbar-nav .dropdown-menu {
    padding: 0;
  }
  .main-nav-container .navbar-nav .dropdown-menu li a {
    padding-left: 30px;
    white-space: pre-wrap;
  }
}
@media (max-width: 330px) {
  .main-nav-container #search-input {
    width: 250px;
  }
}
.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: bottom;
}
.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: 100;
  font-size: 13px;
}
.account-home-table .table-condensed > thead > tr > td,
.account-home-table .table-condensed > thead > tr > th {
  padding: 10px;
  font-size: 14px;
}
.table-order {
  margin-top: 20px;
}
.table-order h4 {
  font-size: 14px;
  font-weight: normal;
  text-transform: capitalize;
}
.table-order li {
  font-weight: normal;
  font-size: 13px;
}
.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: 14px;
  font-weight: normal;
  text-transform: capitalize;
}
table.table-order-info tbody tr td {
  border-top: 0;
  padding: 0;
  font-weight: normal;
  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 {
  margin-bottom: 0;
}
.banner-slider .slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  background: #646770;
  padding: 10px 0;
  cursor: pointer;
}
.banner-slider .slide-arrow span {
  font-size: 40px;
  color: #fff;
}
.banner-slider .slide-arrow-left {
  left: 80px;
}
.banner-slider .slide-arrow-right {
  right: 80px;
}
.featured-products-slider,
.related-products-slider,
.featured-categories {
  margin-bottom: 0;
}

.featured-products-slider .slick-list,
.related-products-slider .slick-list,
.featured-categories .slide-list {
  margin: 0 -10px;
}
.featured-products-slider .slick-slide,
.related-products-slider .slick-slide,
.featured-categories .slide-slide {
  margin: 0 10px;
}
.featured-products-slider .slide-arrow,
.related-products-slider .slide-arrow,
.featured-categories .slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -65px;
  cursor: pointer;
}
.featured-products-slider .slide-arrow span,
.related-products-slider .slide-arrow span,
.featured-categories .slide-arrow span {
  font-size: 40px;
  color: #fff;
}
.featured-products-slider .slide-arrow-left,
.related-products-slider .slide-arrow-left,
.featured-categories .slide-arrow-left {
  left: -50px;
}
.featured-products-slider .slide-arrow-right,
.related-products-slider .slide-arrow-right,
.featured-categories .slide-arrow-right {
  right: -50px;
}
/* PRODUCT PAGE VERTICAL SLIDER */
.product-single-slider .slick-slide {
  padding: 5px 0;
}
.product-single-slider .slick-slide img {
  width: 100%;
}
.product-single-slider .slick-list {
  margin: 30px 0;
}
.product-single-slider .slide-arrow {
  cursor: pointer;
  position: absolute;
  color: #fff;
  font-size: 34px;
  font-weight: 100;
  left: 50%;
  margin-left: -17px;
}
.product-single-slider .slide-arrow-up {
  top: -30px;
}
.product-single-slider .slide-arrow-down {
  bottom: -30px;
}
.product-single-slider-mobile {
  margin-top: 10px;
}
.product-single-slider-mobile .slick-slide {
  padding: 0 5px;
}
.product-single-slider-mobile .slick-list {
  margin: 0 20px;
}
.product-single-slider-mobile .slide-arrow {
  cursor: pointer;
  position: absolute;
  color: #000;
  font-size: 34px;
  font-weight: 100;
  top: 50%;
  margin-top: -17px;
}
.product-single-slider-mobile .slide-arrow-left {
  left: -20px;
}
.product-single-slider-mobile .slide-arrow-right {
  right: -20px;
}
/* MEDIA QUERIES */
@media (max-width: 1040px) {
  .banner-slider .slide-arrow-left {
    left: 0;
  }
  .banner-slider .slide-arrow-right {
    right: 0;
  }
  .featured-products-slider .slick-list {
    margin: 0 20px;
  }
  .featured-products-slider .slide-arrow-left {
    left: -10px;
  }
  .featured-products-slider .slide-arrow-right {
    right: -10px;
  }
}
.breadcrumb {
  background: transparent;
  padding: 10px 0;
  margin: 0;
}
.breadcrumb a,
.breadcrumb span {
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  color: #FFFFFF;
}
.breadcrumb a:hover,
.breadcrumb span:hover {
  text-decoration: none;
  color: #868a8e;
}
.breadcrumb a.active,
.breadcrumb span.active {
  color: #868a8e;
  cursor: default;
}
.breadcrumb > li + li:before {
  content: "// ";
  padding: 0 5px;
  color: #868a8e;
  font-size: 14px;
}
.pagination {
  margin: 0;
  padding: 0;
}
.pagination > li > a {
  color: #fff;
  font-size: 13px;
  border: 0;
  display: inline-block;
  background: #292C34;
  border-radius: 0;
  padding: 0 9px;
  width: 35px;
  height: 25px;
  line-height: 25px;
	text-align: center;
}
.pagination > li > a.current,
.pagination > li > a:hover {
  color: #fff;
  background: #A0A4A9;
}
.pagination li + li a {
  margin-left: 5px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #fff;
  background: #A0A4A9;
  border: 0;
}
.pagination > li:first-child > a,
.pagination > li:last-child > a {
  border-radius: 0;
  padding: 0 4px;
  text-align: center;
}
.pagination > li:first-child > a span,
.pagination > li:last-child > a span {
  font-size: 14px;
}
.pagination-container {
  display: inline-block;
  padding-top: 3px;
}
/* MEDIA QUERIES */
@media (max-width: 670px) {
  .pagination > li > a {
    display: none;
  }
  .pagination > li > a.current,
  .pagination > li:first-child > a,
  .pagination > li:last-child > a {
    display: inline-block;
  }
}
@media (max-width: 490px) {
  .pagination-container {
    display: block;
  }
}
.sidebar {
  padding-top: 15px;
}
.sidebar .sidebar-box + .sidebar-box {
  margin-top: 30px;
}
.sidebar .sidebar-box h3 {
  font-size: 16px;
  font-family: 'montserratregular';
  font-weight: normal;
  color: #FFFFFF;
  text-transform: uppercase;
  padding-bottom: 3px;
  border-bottom: 1px solid #dde0e4;
  margin-top: 20px;
  letter-spacing: 1px;
  word-spacing: 1px;
}
.sidebar ul {
  list-style: none;
  padding-left: 0;
}
.sidebar ul li {
  margin: 5px 0;
}
.sidebar ul a {
  color: #FFFFFF;
  text-transform: capitalize;
  font-size: 13px;
}
.sidebar ul a:hover {
  color: #A0A4A9;
}
/* MEDIA QUERIES */
@media (min-width: 790px) {
  .content-page {
    padding-left: 25px;
  }
}
@media (min-width: 1040px) {
  .content-page {
    padding-left: 50px;
  }
}
@media (max-width: 790px) {
  .sidebar {
    display: none;
  }
}
.items-categories .image {
  background-color: #fff;
  border: 10px solid #40505D;
}
.items-categories a {
  color: inherit;
}
.category-title {
  height: 86px;
}
.category-title h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'montserratregular';
  font-weight: normal;
  text-align: center;
  margin: 0;
  margin-top: 8px;
}
.featured-categories {
  text-align: center;
}
.categories-bg {
  background: #2F3844;
}
.categories-bg .breadcrumb a {
  color: #fff;
}
.categories-bg .breadcrumb > li + li:before {
  color: #fff;
}
.categories-bg .category-description {
  color: #fff;
  margin-left: 10px;
}
.sidebar-categories {
  padding: 20px;
}
.sidebar-categories ul {
  list-style: none;
  padding: 0;
}
.sidebar-categories ul a {
  color: #fff;
  font-size: 14px;
  font-family: 'montserratregular';
  font-weight: normal;
  text-transform: uppercase;
}
.sidebar-categories .category-list {
  margin-bottom: 0;
  margin-left: -35px;
}
.sidebar-categories .category-list > li > a {
  font-size: 12px;
  padding: 8px 15px;
  background: #2F3844;
  display: block;
}
.sidebar-categories .category-list > li + li {
  margin-top: 20px;
}
.sidebar-categories .category-list li.dropdown .dropdown-toggle {
  position: relative;
  padding-left: 40px;
}
.sidebar-categories .category-list li.dropdown .dropdown-toggle:before {
  content: "\e610";
  font-family: "icomoon";
  color: #a0a4a9;
  font-size: 12px;
  position: absolute;
  left: 15px;
  top: 13px;
}
.sidebar-categories .category-list li.open .dropdown-toggle:before {
  content: "\e611";
}
.sidebar-categories .dropdown-menu {
  min-width: 100%;
  position: relative;
  background: #2F3844;
  float: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-top: 0;
  padding: 0;
  padding-bottom: 8px;
}
.sidebar-categories .dropdown-menu li {
  border: 0;
  padding: 0;
  margin: 0;
}
.sidebar-categories .dropdown-menu li a {
  white-space: pre-wrap;
  color: #fff;
  font-size: 13px;
  font-family: 'montserratregular';
  font-weight: normal;
  text-transform: uppercase;
  padding: 5px 15px;
  padding-left: 60px;
}
.sidebar-categories .dropdown-menu li a:focus {
  background: transparent;
}
.sidebar-categories .dropdown-menu li a:focus,
.sidebar-categories .dropdown-menu li a:hover {
  color: #fff !important;
  background: transparent;
}
/* MEDIA QUERIES */
@media (min-width: 790px) {
  .sidebar-categories {
    margin-right: 10px;
  }
}
@media (max-width: 790px) {
  .sidebar-categories {
    display: none;
  }
}
@media (max-width: 490px) {
  .items-categories .col-xs-6 {
    width: 100%;
  }
}
.product-title {
  height: 90px;
  text-align: center;
  color: #dde0e4;
  font-size: 14px;
  font-weight: normal;
}
.product-title h3 {
  color: #dde0e4;
  font-size: 13px;
  font-weight: 400;
  margin: 0;
  margin-top: 8px;
}
.product-title .product-price-value {
  color: #A0A4A9;
}
.product-title .product-sale-price-value {
  color: #FFFFFF;
  display: inline-block;
  padding-right: 5px;
}
.product-title .product-sale-price-value + .product-price-value {
  text-decoration: line-through;
}
.item-product {
  position: relative;
}
.product-label {
  color: #fff;
  font-size: 13px;
  font-family: 'montserratregular';
  font-weight: normal;
  text-transform: uppercase;
  position: absolute;
  display: inline-block;
  top: 0;
  padding: 5px 10px;
}
.label-new {
  left: 10px;
  background: #2B4B68;
  color: #FFFFFF;
}
.label-two-for-one {
  right: 10px;
  background: #C90000;
  color: #FFFFFF;
}
.item-product .label-two-for-one {
    left: 0;
    right: auto;
}
.item-product .label-two-for-one + .label-two-for-one {
    left: auto;
    right: 0;
}
.new-indicator {
    text-transform: uppercase;
    margin-left: 5px;
}

@media (max-width: 490px) {
  .items-products .col-xs-6 {
    width: 100%;
  }
}
.gallery-title {
  height: 50px;
}
.gallery-title h3 {
  font-size: 13px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
}
.galleries-info {
  height: 85px;
}
.galleries-info h3 {
  font-size: 13px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 5px;
}
.galleries-info .button-t-theme {
  font-weight: normal;
  font-size: 14px;
}
@media (max-width: 400px) {
  .items-galleries .col-xs-6 {
    width: 100%;
  }
}
.blog-container {
  padding-bottom: 30px;
}
.blog-header .headline-page {
  margin-top: 20px;
  margin-bottom: 0;
}
.blog-header:after {
  content: "";
  display: block;
  height: 5px;
  border-top: 1px solid #D2D2D2;
  border-bottom: 1px solid #D2D2D2;
  margin: 10px 0;
  margin-bottom: 15px;
}
.date {
  font-size: 16px;
  font-family: 'montserratregular';
  font-weight: normal;
  text-transform: uppercase;
  color: #a8b1bd;
  display: block;
}
.blog-image {
  float: left;
}
.blog-image img {
  width: 200px;
  max-width: 200px;
  margin-right: 15px;
  display: inline-block;
}
.blog-content {
  display: table-cell;
  width: auto;
  vertical-align: top;
  font-size: 13px;
}
.sidebar-blog {
  margin-top: 20px;
}
.sidebar-blog .sidebar-box + .sidebar-box {
  margin-top: 30px;
}
.sidebar-blog .sidebar-box h3 {
  font-size: 16px;
  font-family: 'montserratregular';
  font-weight: normal;
  color: #474747;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  letter-spacing: 1px;
  word-spacing: 1px;
}
.sidebar-blog ul {
  list-style: none;
  padding-left: 0;
}
.sidebar-blog ul li {
  margin: 5px 0;
}
.sidebar-blog ul a {
  color: #8A9599;
  text-transform: capitalize;
  font-size: 13px;
}
/* MEDIA QUERIES */
@media (min-width: 790px) {
  .items-blog {
    border-right: 1px solid #D2D2D2;
    box-shadow: 3px 0 0 #fff, 4px 0 0 #D2D2D2;
    padding-right: 20px;
  }
}
@media (max-width: 490px) {
  .blog-image {
    float: none;
    display: block;
    text-align: center;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .blog-content {
    display: block;
  }
}
.basket-container {
  padding-bottom: 20px;
}
.basket-container:after {
  content: "";
  display: block;
  border-bottom: 1px dashed #D2D2D2;
  margin: 0 10px;
  padding: 10px 0;
}
.basket-product-img img {
  max-width: 115px;
}
.basket-product-info {
  text-transform: uppercase;
  font-size: 13px;
}
.basket-product-info .headline-sm {
  font-size: 16px;
  font-family: 'montserratregular';
  font-weight: normal;
  letter-spacing: 1px;
  word-spacing: 1px;
  margin-top: 0;
}
.basket-product-info .selected-name {
  padding-right: 20px;
  font-weight: 600;
}
.basket-product-info .extra-selected {
  margin-top: 20px;
}
.basket-product-info .extra-selected p {
  margin-bottom: 5px;
}
.qty {
  text-align: center;
  position: relative;
}
.qty .product-remove {
  font-size: 18px;
}
.qty .product-remove span {
  vertical-align: middle;
  color: #fff;
}
.qty .qty-box {
  background: #ebebeb;
  display: inline-block;
  border: 1px solid #D2D2D2;
  padding: 5px 0;
  padding-left: 10px;
  text-align: left;
  margin: 0 auto;
}
.qty .qty-box span {
  color: #474747;
  text-transform: uppercase;
  display: inline-block;
  font-size: 16px;
  width: 30px;
}
.qty .qty-box input {
  font-size: 16px;
  border: 0;
  width: 40px;
  padding-right: 0px;
  display: inline-block;
  color: #474747;
  text-align: center;
  background: transparent;
}
.qty .qty-box ::-webkit-input-placeholder {
  color: #474747;
}
.qty .qty-box :-moz-placeholder {
  /* Firefox 18- */
  color: #474747;
}
.qty .qty-box ::-moz-placeholder {
  /* Firefox 19+ */
  color: #474747;
}
.qty .qty-box :-ms-input-placeholder {
  color: #474747;
}
.qty button {
  font-size: 13px;
}
.product-price {
  padding-top: 7px;
  font-family: 'montserratregular';
  font-weight: normal;
  color: #474747;
  font-size: 16px;
  text-align: right;
}
.voucher-code {
  margin-bottom: 20px;
}
.voucher-code .input-button_bg input.form-control {
  background: transparent;
  text-transform: none;
}
.voucher-code .input-button_bg .input-group-btn {
  background: #FFFFFF;
}
.voucher-code .input-button_bg .input-group-btn .btn {
  font-size: 14px;
  border: 1px solid #FFFFFF;
}
.voucher-code p {
  font-size: 14px;
  font-family: 'montserratregular';
  font-weight: normal;
  letter-spacing: 1px;
  word-spacing: 1px;
  padding-top: 12px;
  padding-right: 10px;
  text-transform: uppercase;
}
.voucher-code:before {
  content: "";
  display: block;
  border-bottom: 1px dashed #D2D2D2;
  padding: 10px 0;
  margin-bottom: 20px;
}
.sidebar-basket {
  padding: 10px;
  background: #FFFFFF;
  color: #000;
}
.sidebar-basket .headline-sm {
  font-size: 14px;
  color: #fff;
  font-family: 'montserratregular';
  font-weight: normal;
  margin-top: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
}
.payments-icons {
  text-align: right;
}
.payments-icons img {
  width: 41px;
}
.payments-icons .paypal-logo {
  width: 93px;
}
.sidebar-basket {
  margin-top: 20px;
}
.sidebar-basket .form-control {
  padding: 4px 12px;
  height: 30px;
}
.sidebar-basket span.customSelect {
  font-size: 15px;
  color: #FFFFFF;
  background: #fff url(../images/custom-select3.png) no-repeat right;
  background-size: 30px;
  border: 0;
}
.basket-box {
  padding-bottom: 20px;
}
.summary {
  text-transform: uppercase;
}
.summary p {
  margin-bottom: 5px;
}
.summary .bold .bold p {
  font-weight: bold;
}
.summary .summary-total {
  margin-top: 15px;
}
.summary .summary-total p {
  margin-bottom: 0;
}
.summary .summary-total:before {
  content: "";
  display: block;
  border-top: 1px solid #7b8b99;
  padding-top: 10px;
  margin: 0 10px;
}
.summary .summary-total:after {
  content: "";
  display: block;
  border-bottom: 1px solid #7b8b99;
  margin: 0 10px;
  padding-top: 10px;
}
/* MEDIA QUERIES */
@media (min-width: 790px) {
  .basket-product-info {
    width: 66%;
  }
  .basket-container .qty {
    width: 110px;
  }
  .voucher-code {
    text-align: right;
  }
  .voucher-code p {
    display: inline-block;
    margin-bottom: 0;
  }
  .voucher-code .input-group {
    float: right;
    width: 400px;
  }
  .qty {
    padding-right: 0;
  }
  .qty a {
    display: block;
  }
  .qty .product-remove {
    color: #474a51;
    font-size: 18px;
    position: absolute;
    right: -15px;
    top: 50%;
    margin-top: -24px;
    z-index: 100;
  }
}
@media (max-width: 1040px) {
  .payments-icons {
    text-align: center;
  }
}
@media (max-width: 790px) {
  .basket-product-img {
    margin-bottom: 15px;
    text-align: center;
  }
  .basket-container {
    text-align: center;
  }
  .qty button {
    padding-left: 10px;
    padding-right: 5px;
  }
  .product-price {
    text-align: center;
    margin-bottom: 10px;
  }
}
#product-container {
  padding-top: 5px;
}
#product-container .label-two-for-one {
  right: auto;
  left: 0;
  background: #C90000;
  color: #FFFFFF;
}
#product-container .label-two-for-one + .label-two-for-one {
  right: 0;
  left: auto;
}
#product-container .qty {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
#product-container .qty .qty-box {
  padding-top: 7px;
  padding-bottom: 7px;
}
#product-container .qty span {
  width: 70px;
}
#product-container .reward-points {
  font-size: 16px;
  font-family: 'montserratregular';
  font-weight: normal;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}
#product-container .product-reward-points-value {
  background: #2B4B68;
  color: #fff;
  padding: 1px 7px;
  font-size: 24px;
  font-family: 'montserratregular';
  font-weight: normal;
  margin: 0 5px;
}
.product-single {
  padding-bottom: 50px;
}
.product-single .product-price-value {
  color: #FFFFFF;
  font-size: 30px;
  font-family: 'montserratregular';
  font-weight: normal;
  margin-right: 20px;
  vertical-align: middle;
}
.product-single .product-sale-price-value {
  color: #FFFFFF;
  margin-right: 20px;
  font-size: 36px;
  font-family: 'montserratregular';
  font-weight: normal;
  vertical-align: middle;
}
.ratings .icon-film7 {
  color: #C90000;
  cursor: pointer;
}
.ratings .icon-film7.rate {
  opacity: .4;
}
.show-hide-reviews {
  margin: 15px 0;
  padding: 10px 5px;
  text-transform: uppercase;
  font-family: 'montserratregular';
  font-size: 16px;
  border-top: 1px dashed #D2D2D2;
  border-bottom: 1px dashed #D2D2D2;
  cursor: pointer;
}
#show-reviews:after {
  content: "\e610";
  font-family: "icomoon";
  float: right;
}
#hide-reviews {
  margin-top: 0;
  border-top: 0;
}
#hide-reviews:after {
  content: "\e611";
  font-family: "icomoon";
  float: right;
}
.watch-product-video {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  color: #FFFFFF;
  font-family: 'montserratregular';
  font-weight: normal;
  padding-bottom: 15px;
}
.watch-product-video:before {
  content: "\e605";
  font-family: "icomoon";
  color: #ff0000;
  font-weight: normal;
  font-size: 25px;
  padding-right: 10px;
  vertical-align: -5px;
}
.main-image {
  position: relative;
}
.product-single-images {
  padding-top: 10px;
  width: 525px;
}
.product-single-header {
  border-bottom: 1px dashed #D2D2D2;
  padding-bottom: 10px;
}
#product-info {
  padding-top: 10px;
}
.product-single-info {
  width: 49%;
}
.product-single-info .code,
.product-single-info .rrp {
  text-transform: uppercase;
  display: inline-block;
  color: #aeaeae;
  font-size: 16px;
  font-family: 'montserratregular';
  font-weight: normal;
}
.product-single-info .rrp:before {
  content: "/ / ";
  color: #aeaeae;
  font-size: 16px;
  padding: 0 5px;
}
.product-single-info hr {
  border-color: #D2D2D2;
  border-style: dashed;
  margin: 10px 0;
}
.leave-review {
  padding-bottom: 10px;
}
.leave-review h4 {
  color: #474747;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: bold;
}
.leave-review label {
  text-transform: capitalize;
}
.customer-review {
  margin-bottom: 20px;
}
.customer-review .customer-name {
  font-weight: bold;
  font-size: 17px;
  text-transform: capitalize;
  padding-right: 10px;
}
.customer-review p {
  margin-bottom: 0;
}
/* VISIBILITY */
.product-single .product-sale-price-value,
.product-single .add-button,
.product-single .product-form .in-stock {
  display: none;
}
.video-container {
  display: none;
}
#product-container.has-sale-price .product-single .product-sale-price-value {
  display: inline-block;
}
#product-container.has-sale-price .product-single .product-price-value {
  text-decoration: line-through;
}
#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;
}
#product-container.playing-video .video-container {
  display: block;
}
#product-container.playing-video .main-image {
  display: none;
}
/* MEDIA QUERIES */
@media (min-width: 670px) {
  #product-container label {
    padding-top: 10px;
  }
}
@media (min-width: 790px) {
  .product-add-buttons button {
    margin-left: 20px;
  }
}
@media (max-width: 1040px) {
  .product-single-images {
    margin: 0 auto;
  }
  .product-single-info {
    width: 100%;
  }
}
@media (max-width: 790px) {
  .product-add-buttons button {
    margin-top: 20px;
  }
}
@media (max-width: 565px) {
  .product-single-images {
    width: 100%;
  }
}
footer {
  color: #a0a4a9;
  font-size: 13px;
}
footer a {
  color: #a0a4a9;
}
footer a:hover {
  color: #fff;
}
footer h2,
footer h3 {
  color: #fff;
  font-size: 16px;
  font-family: 'montserratregular';
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 15px;
}
footer h3 {
  margin-top: 5px;
  margin-bottom: 20px;
}
footer ul {
  list-style: none;
  padding-left: 0;
}
footer ul a {
  color: #a0a4a9;
  text-transform: capitalize;
  font-size: 13px;
}
footer .contact-info span {
  display: block;
}


@media only screen and (max-width: 789px){
  .footer-socials {
    display: inline-block;
  }
  .footer-trust_pilot {
    display: inline-block;
    width: 180px;
    height: 35px;
    vertical-align: top;
    margin-left: 20px;
    background-image: url(../images/trustpilot-header.svg);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
  }
}

@media only screen and (min-width: 790px){
  .footer-trust_pilot {
    display: none;
  }
}

.footer {
  background: #FFFFFF;
  padding: 30px 0;
}
.socials img {
  width: 34px;
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 5px;
}
.payments img {
  margin-top: 5px;
  display: inline-block;
}
.mastercard img {
  width: 36px;
}
.visa img,
.maestro img {
  width: 34px;
}
.american-express img {
  width: 22px;
}
.paypal img {
  width: 74px;
}
.v-divider {
  border-right: 1px solid #474a51;
  box-shadow: 3px 0 0 #2F3844, 4px 0 0 #474a51;
  padding-bottom: 20px;
}
.h-divider:before {
  content: "";
  display: block;
  border-top: 1px solid #474a51;
  border-bottom: 1px solid #474a51;
  height: 5px;
  margin: 10px;
  margin-bottom: 0;
}
.subfooter {
  background: #171C24;
  padding-top: 20px;
  padding-bottom: 10px;
}
/* MEDIA QUERIES */
@media (max-width: 790px) {
  footer h3 {
    margin-top: 0;
  }
  footer .text-right {
    text-align: left;
  }
  footer .v-divider {
    border-right: 0;
    box-shadow: none;
  }
  footer .v-divider:after {
    content: "";
    display: block;
    border-top: 1px solid #474a51;
    border-bottom: 1px solid #474a51;
    height: 5px;
    margin-top: 20px;
  }
  footer .h-divider:before {
    margin-top: 20px;
  }
  footer .padding-l-lg {
    padding-left: 10px;
  }
  footer .padding-r-lg {
    padding-right: 10px;
  }
  footer .padding-lr-lg {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.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;
  display: none;
}
#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: #FFFFFF;
  background-color: #C90000;
}
.shopwired-basket-modal .buttons .close-button {
  color: #fff;
}
@media screen and (max-width: 640px) {
  .pagination .page-link,
  .pagination a {
    display: none;
  }
  .pagination .page-link[data-page='prev'],
  .pagination a[data-page='prev'],
  .pagination .page-link[data-page='next'],
  .pagination a[data-page='next'],
  .pagination .page-link.current,
  .pagination a.current {
    display: block;
  }
}
/* ==== */
.account-home-table td {
  vertical-align: top !important;
}
.product-label {
  z-index: 90;
}
.content-page > p:first-child {
  margin-top: 25px;
}
.account-form .custom-checkbox {
  margin-top: 4px;
}
.blog-container .blog-image {
  float: none;
  width: 100%;
  display: block;
}
.blog-container .blog-image img {
  width: auto;
  height: auto;
  margin: 0;
}
.blog-container .blog-content {
  display: block;
}
.items .row > .text-left {
  color: #fff;
}
.items-products .shopwired-image-container {
  padding-bottom: 110%;
}
.items-categories .shopwired-image-container {
  padding-bottom: 67%;
}
.basket-container .shopwired-image-container,
#product-container .shopwired-image-container {
  padding-bottom: 134%;
}
.item-galleries > .shopwired-image-container {
  padding-bottom: 75%;
}
#product-container .description {
  margin-top: 15px;
}
#product-container.has-sale-price .product-price-value {
  text-decoration: line-through;
}

}
.shopwired-previous-orders-table th {
  font-weight: normal;
  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: normal;
}
.shopwired-order-products {
  font-size: 13px;
  margin: 30px 0 0;
  width: 100%;
}
.shopwired-order-products th {
  font-weight: normal;
  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-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: 14px;
  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: 13px;
}
.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: 14px;
  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: #000;
}
.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;
}
/* PRODUCT */
/* BUTTONS */
@font-face {
  font-family: 'agency-fb';
  src: url('https://fonts.shopwired.co.uk/agency_fb/agency_fb_700_normal.eot');
  src: url('https://fonts.shopwired.co.uk/agency_fb/agency_fb_700_normal.eot?#iefi700') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/agency_fb/agency_fb_700_normal.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/agency_fb/agency_fb_700_normal.woff') format('woff'), url('https://fonts.shopwired.co.uk/agency_fb/agency_fb_700_normal.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/agency_fb/agency_fb_700_normal.svg#agencyfb700') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'refrigerator-deluxe';
  src: url('https://fonts.shopwired.co.uk/refrigerator_deluxe/refrigerator_deluxe_300.eot');
  src: url('https://fonts.shopwired.co.uk/refrigerator_deluxe/refrigerator_deluxe_300.eot?#iefi300') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/refrigerator_deluxe/refrigerator_deluxe_300.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/refrigerator_deluxe/refrigerator_deluxe_300.woff') format('woff'), url('https://fonts.shopwired.co.uk/refrigerator_deluxe/refrigerator_deluxe_300.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/refrigerator_deluxe/refrigerator_deluxe_300.svg#refrigeratordeluxe300') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'refrigerator-deluxe';
  src: url('https://fonts.shopwired.co.uk/refrigerator_deluxe/refrigerator_deluxe_400.eot');
  src: url('https://fonts.shopwired.co.uk/refrigerator_deluxe/refrigerator_deluxe_400.eot?#iefi400') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/refrigerator_deluxe/refrigerator_deluxe_400.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/refrigerator_deluxe/refrigerator_deluxe_400.woff') format('woff'), url('https://fonts.shopwired.co.uk/refrigerator_deluxe/refrigerator_deluxe_400.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/refrigerator_deluxe/refrigerator_deluxe_400.svg#refrigeratordeluxe400') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'refrigerator-deluxe';
  src: url('https://fonts.shopwired.co.uk/refrigerator_deluxe/refrigerator_deluxe_700.eot');
  src: url('https://fonts.shopwired.co.uk/refrigerator_deluxe/refrigerator_deluxe_700.eot?#iefi700') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/refrigerator_deluxe/refrigerator_deluxe_700.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/refrigerator_deluxe/refrigerator_deluxe_700.woff') format('woff'), url('https://fonts.shopwired.co.uk/refrigerator_deluxe/refrigerator_deluxe_700.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/refrigerator_deluxe/refrigerator_deluxe_700.svg#refrigeratordeluxe700') format('svg');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'refrigerator-deluxe';
  src: url('https://fonts.shopwired.co.uk/refrigerator_deluxe/refrigerator_deluxe_900.eot');
  src: url('https://fonts.shopwired.co.uk/refrigerator_deluxe/refrigerator_deluxe_900.eot?#iefi900') format('embedded-opentype'), url('https://fonts.shopwired.co.uk/refrigerator_deluxe/refrigerator_deluxe_900.woff2') format('woff2'), url('https://fonts.shopwired.co.uk/refrigerator_deluxe/refrigerator_deluxe_900.woff') format('woff'), url('https://fonts.shopwired.co.uk/refrigerator_deluxe/refrigerator_deluxe_900.ttf') format('truetype'), url('https://fonts.shopwired.co.uk/refrigerator_deluxe/refrigerator_deluxe_900.svg#refrigeratordeluxe900') format('svg');
  font-weight: 900;
  font-style: normal;
}
/* ICOMOON */
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?-if42xr');
  src: url('../fonts/icomoon.eot?#iefix-if42xr') format('embedded-opentype'), url('../fonts/icomoon.ttf?-if42xr') format('truetype'), url('../fonts/icomoon.woff?-if42xr') format('woff'), url('../fonts/icomoon.svg?-if42xr#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  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-arrow4874:before {
  content: "\e60b";
}
.icon-arrow4873:before {
  content: "\e60a";
}
.icon-arrow4872:before {
  content: "\e608";
}
.icon-next152:before {
  content: "\e607";
}
.icon-arrow487:before {
  content: "\e600";
}
.icon-delete81:before {
  content: "\e601";
}
.icon-film7:before {
  content: "\e602";
}
.icon-next15:before {
  content: "\e603";
}
.icon-shopping152:before {
  content: "\e604";
}
.icon-video:before {
  content: "\e605";
}
.icon-zoom45:before {
  content: "\e606";
}
.icon-menu-icon:before {
  content: "\e609";
}
.icon-close-icon:before {
  content: "\e611";
}
.icon-open-icon:before {
  content: "\e610";
}
body {
  font-family: 'montserratregular';
  font-size: 13.75px;
  color: #FFFFFF;
  line-height: normal;
}
.p {
  margin-bottom: 10px;
}
img {
  max-width: 100%;
}
.inline {
  display: inline-block;
}
.row-table {
  display: table;
}
a {
  word-wrap: break-word;
  color: #8A9599;
}
a:focus,
a:hover {
  text-decoration: none;
  outline: none;
}
.text-theme {
  color: #8A9599;
}
.content-container {
  padding-bottom: 50px;
}
/* HEADLINES */
.headline-page {
  color: #FFFFFF;
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'montserratregular';
  font-weight: normal;
  margin-top: 10px;
  margin-bottom: 15px;
  letter-spacing: 1px;
  word-spacing: 1px;
}
.headline-sm {
  color: #474747;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'montserratregular';
  font-weight: normal;
  margin: 20px 0;
  margin-bottom: 10px;
  letter-spacing: 1px;
  word-spacing: 1px;
}
.headline-md {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-family: 'montserratregular';
  font-weight: normal;
  letter-spacing: 1px;
  word-spacing: 1px;
}
.headline-lg {
  color: #FFFFFF;
  font-size: 25px;
  font-family: 'montserratregular';
  font-weight: normal;
  letter-spacing: 1px;
  word-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 30px;
}

.headline-line {
  font-family: 'montserratregular';
  margin: 20px 0;
  margin-top: 30px;
  text-align: center;
  background-image: -webkit-linear-gradient(#474a51 0, #474a51 1px, transparent 1px, transparent 4px, #474a51 4px, #474a51 5px, transparent 5px);
  background-image: -moz-linear-gradient(#474a51 0, #474a51 1px, transparent 1px, transparent 4px, #474a51 4px, #474a51 5px, transparent 5px);
  background-image: -ms-linear-gradient(#474a51 0, #474a51 1px, transparent 1px, transparent 4px, #474a51 4px, #474a51 5px, transparent 5px);
  background-image: -o-linear-gradient(#474a51 0, #474a51 1px, transparent 1px, transparent 4px, #474a51 4px, #474a51 5px, transparent 5px);
  background-position: 0 .4em;
}
.headline-line span {
  display: inline-block;
  padding: 0 10px;
  background: #2F3844;
}
.theme-bg {
  background: #2F3844;
  padding: 10px 0;
}
.grey-bg {
  background: #474a51;
  padding: 10px 0;
}
.grey-bg .headline-line {
  background-image: -webkit-linear-gradient(#a0a4a9 0, #a0a4a9 1px, transparent 1px, transparent 4px, #a0a4a9 4px, #a0a4a9 5px, transparent 5px);
  background-image: -moz-linear-gradient(#a0a4a9 0, #a0a4a9 1px, transparent 1px, transparent 4px, #a0a4a9 4px, #a0a4a9 5px, transparent 5px);
  background-image: -ms-linear-gradient(#a0a4a9 0, #a0a4a9 1px, transparent 1px, transparent 4px, #a0a4a9 4px, #a0a4a9 5px, transparent 5px);
  background-image: -o-linear-gradient(#a0a4a9 0, #a0a4a9 1px, transparent 1px, transparent 4px, #a0a4a9 4px, #a0a4a9 5px, transparent 5px);
}
.grey-bg .headline-line span {
  background: #474a51;
}
.content-header {
  background: #2b4b68;
  padding: 20px 0;
}
.content-header .headline-line {
  margin: 0;
  background-image: -webkit-linear-gradient(#a0a4a9 0, #a0a4a9 1px, transparent 1px, transparent 4px, #a0a4a9 4px, #a0a4a9 5px, transparent 5px);
  background-image: -moz-linear-gradient(#a0a4a9 0, #a0a4a9 1px, transparent 1px, transparent 4px, #a0a4a9 4px, #a0a4a9 5px, transparent 5px);
  background-image: -ms-linear-gradient(#a0a4a9 0, #a0a4a9 1px, transparent 1px, transparent 4px, #a0a4a9 4px, #a0a4a9 5px, transparent 5px);
  background-image: -o-linear-gradient(#a0a4a9 0, #a0a4a9 1px, transparent 1px, transparent 4px, #a0a4a9 4px, #a0a4a9 5px, transparent 5px);
}
.content-header .headline-line span {
  background: #2b4b68;
}
/* MARGINS */
.no-margin {
  margin: 0;
}
.margin-t-sm {
  margin-top: 10px;
}
.margin-b-sm {
  margin-bottom: 10px;
}
.margin-b-md {
  margin-bottom: 20px;
}
.margin-l-sm {
  margin-left: 10px;
}
.margin-r-sm {
  margin-right: 10px;
}
/* PADDINGS */
.no-padding {
  padding: 0;
}
.padding-tb-sm {
  padding-top: 10px;
  padding-bottom: 10px;
}
.padding-l-lg {
  padding-left: 30px;
}
.padding-r-lg {
  padding-right: 30px;
}
.padding-lr-lg {
  padding-right: 30px;
  padding-left: 30px;
}
.padding-t-xs {
  padding-top: 5px;
}
.padding-t-sm {
  padding-top: 10px;
}
.padding-t-md {
  padding-top: 20px;
}
.padding-b-sm {
  padding-bottom: 10px;
}
.padding-b-lg {
  padding-bottom: 30px;
}
.padding-l-sm {
  padding-left: 10px;
}
.padding-r-sm {
  padding-right: 10px;
}
/* WIDTH */
.medium {
  width: 80%;
}
.small {
  width: 40%;
}
.full-width {
  width: 100%;
}
/* VIDEOS PAGE */
.video-title {
  height: 60px;
}
.video-title h3 {
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'montserratregular';
  font-weight: normal;
}
/* CONTACT US PAGE */
.contact-info .contact-label {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
}
.contact-info .contact-address {
  margin-bottom: 15px;
}
.contact-info .contact-address span {
  display: block;
}
.contact-info > .row {
  margin-bottom: 5px;
}
.contact-info a {
  color: #fff;
}
/* STOCKISTS PAGE */
.stockist-box {
  font-size: 13px;
  color: #000;
  padding: 15px 0;
  border-top: 1px dotted #D2D2D2;
}
.stockist-box ul {
  margin-bottom: 0;
}
.stockist-town {
  text-align: left;
}
.stockist-town h5 {
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
}
.stockist-town a {
  font-size: 13px;
  color: #FFFFFF;
  text-transform: lowercase;
}
.headline-stockist {
  margin-bottom: 5px;
}
/* VISIBILITY */
.show-under-md,
.show-under-lg {
  display: none;
}
/* MEDIA QUERIES */
@media (min-width: 670px) {
  .padding-sm-l {
    padding-left: 25px;
  }
  .padding-sm-r {
    padding-right: 25px;
  }
}
@media (min-width: 790px) {
  .padding-md-l {
    padding-left: 30px;
  }
  .padding-md-r {
    padding-right: 30px;
  }
}
@media (min-width: 1040px) {
  .padding-lg-l {
    padding-left: 40px;
  }
  .padding-lg-r {
    padding-right: 25px;
  }
  .billing-form {
    padding-left: 25px;
  }
  .no-padding-lg-r {
    padding-right: 0;
  }
  .margin-lg-t {
    margin-top: 35px;
  }
}
@media (max-width: 1040px) {
  .container {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .hide-under-lg {
    display: none;
  }
  .show-under-lg {
    display: block;
  }
}
@media (max-width: 790px) {
  .show-under-md {
    display: block;
  }
  .hide-under-md {
    display: none;
  }
  .full-md {
    width: 100%;
  }
}
@media (max-width: 670px) {
  .small,
  .medium,
  .full-sm {
    width: 100%;
  }
  .stockist-town h5 {
    margin: 0;
  }
}
@media (max-width: 490px) {
  .full-xxs {
    width: 100%;
  }
}
[class*="button-"] {
  font-size: 14px;
  border: 0;
  border-radius: 0;
  font-weight: normal;
  text-transform: uppercase;
  padding: 3px 15px;
}
[class*="button-"]:focus,
[class*="button-"]:hover {
  opacity: .9;
  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: #FFFFFF;
  background-color: #2B4B68;
}
.button-theme:focus,
.button-theme:hover {
  color: #fff;
}
.button-highlight {
  color: #FFFFFF;
  background-color: #C90000;
}
.button-highlight.sm {
  font-size: 16px;
}
.button-highlight:focus,
.button-highlight:hover {
  color: #fff;
}
.button-t-theme {
  background: transparent;
  color: #8A9599;
  font-size: 16px;
  padding: 0;
  font-weight: bold;
}
.button-t-theme:focus,
.button-t-theme:hover {
  color: #8A9599;
}
.button-transparent {
  color: #474747;
  background: #000;
  font-size: 14px;
  border: 1px solid #D2D2D2;
  padding: 6px 15px;
}
.button-transparent:focus,
.button-transparent:hover {
  color: #474747;
}
.button-transparent.lg {
  font-size: 16px;
  color: #FFFFFF;
}
/* CHECKOUT ADDRESS PAGE BUTTONS */
.button-secure-payment {
  color: #FFFFFF;
  background-color: #2B4B68;
}
.button-secure-payment:focus,
.button-secure-payment:hover {
  color: #FFFFFF;
}
.button-payment-offline {
  color: #FFFFFF;
  background-color: #C90000;
}
.button-payment-offline:focus,
.button-payment-offline:hover {
  color: #FFFFFF;
}
/* PRODUCT SINGLE PAGE BUTTONS */
.button-add-to-basket {
  color: #FFFFFF;
  background-color: #C90000;
  text-transform: uppercase;
  font-size: 16px;
      padding: 10px;
}
.button-add-to-basket:focus,
.button-add-to-basket:hover {
  color: #FFFFFF;
	    padding: 10px;
}
.button-out-of-stock {
  color: #FFFFFF;
  background-color: #C90000;
  text-transform: uppercase;
  font-size: 16px;
	padding: 10px;
}
.button-out-of-stock:focus,
.button-out-of-stock:hover {
  color: #FFFFFF;
}
.button-add-to-wishlist {
  color: #FFFFFF;
  background-color: transparent;
  text-transform: uppercase;
  padding: 6px 20px;
  font-size: 13px;
  font-weight: bold;
}
.button-add-to-wishlist:before {
  content: "\e602";
  font-size: 20px;
  font-family: "icomoon";
  color: #FFFFFF;
  padding-right: 5px;
  vertical-align: middle;
}
.button-add-to-wishlist span {
  vertical-align: middle;
}
.button-add-to-wishlist:focus,
.button-add-to-wishlist:hover {
  color: #FFFFFF;
}
label {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
}
.form-control {
  font-size: 14px;
  border-radius: 0;
  border: 1px solid #D2D2D2;
  box-shadow: none;
  background: #ebebeb;
  height: auto;
  padding: 8px 12px;
}
.form-control:focus,
.form-control:hover {
  box-shadow: none;
  outline: none;
}
.form-control:focus {
  border-color: #a0a4a9;
}
input:focus,
input:hover {
  box-shadow: none;
  outline: none;
}
textarea {
  min-height: 100px;
}
.forgotten-password {
  display: block;
  padding-top: 15px;
  color: #fff;
  font-style: italic;
  font-size: 13px;
}
.forgotten-password2 {
  display: block;
  padding-top: 15px;
  color: #FFFFFF;
  font-style: italic;
  font-size: 13px;
}
/* CUSTOM SELECT  */
span.customSelect {
  font-size: 13px;
  color: #868a8e;
  background: #ebebeb url(../images/custom-select.png) no-repeat right;
  background-size: 40px;
  border: 1px solid #D2D2D2;
  border-radius: 0;
  font-weight: normal;
}
.custom-select {
  cursor: pointer;
  box-shadow: none;
}
.customSelectInner {
  width: calc(100% - 30px) !important;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  height: 100%;
}
/* PRICE SORT SELECT ON CATEGORIES PAGES */
.sort-options > span {
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  text-transform: capitalize;
  display: inline-block;
  padding-right: 20px;
}
.sort-options form {
  width: 190px;
}
.sort-options .form-control {
  padding: 4px 12px;
  height: 30px;
}
.sort-options span.customSelect {
  font-size: 13px;
  color: #fff;
  background: #2c4a67 url(../images/custom-select2.png) no-repeat right;
  background-size: 30px;
  border: 0;
}
/* CUSTOM CHECKBOX AND RADIO */
.custom-checkbox {
  cursor: pointer;
}
.custom-checkbox .inline {
  margin-bottom: -2px;
  margin-left: -22px;
  margin-right: 4px;
}
.custom-checkbox input {
  display: none;
}
.custom-checkbox {
  color: #fff;;
  font-size: 13px;
  text-transform: uppercase;
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 22px;
}
.check-wrapper {
  display: table;
  text-align: center;
  width: 15px;
  height: 15px;
  line-height: normal;
  border-radius: 4px;
  background: #a2a2a2;
  cursor: pointer;
}
.check-wrapper .icon-open-icon {
  font-size: 8px;
  color: #fff;
  padding: 0;
  display: table-cell;
  vertical-align: middle;
}
/* INPUT GROUP WITH BUTTON */
.input-button {
  background: #FFFFFF;
}
.input-button input.form-control,
.input-button .btn {
  box-shadow: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #dde0e4;
  font-size: 18px;
  font-weight: normal;
  height: auto;
}
.input-button input.form-control:focus,
.input-button .btn:focus,
.input-button input.form-control:hover,
.input-button .btn:hover {
  box-shadow: none;
}
.input-button input.form-control {
  padding: 7px 15px;
}
.input-button .btn {
  font-size: 18px;
  font-family: 'montserratregular';
  text-transform: uppercase;
  color: #dde0e4;
  margin-left: 0;
  z-index: 2;
  padding: 2px 12px;
}
.input-button ::-webkit-input-placeholder {
  color: #dde0e4;
}
.input-button :-moz-placeholder {
  /* Firefox 18- */
  color: #dde0e4;
}
.input-button ::-moz-placeholder {
  /* Firefox 19+ */
  color: #dde0e4;
}
.input-button :-ms-input-placeholder {
  color: #dde0e4;
}
.input-button2 {
  background: #171C24;
}
.input-button2 .btn,
.input-button2 input {
  color: #a0a4a9;
  font-size: 18px;
  font-family: 'montserratregular';
}
.input-button2 ::-webkit-input-placeholder {
  color: #a0a4a9;
}
.input-button2 :-moz-placeholder {
  /* Firefox 18- */
  color: #a0a4a9;
}
.input-button2 ::-moz-placeholder {
  /* Firefox 19+ */
  color: #a0a4a9;
}
.input-button2 :-ms-input-placeholder {
  color: #a0a4a9;
}
/* INPUT GROUP BUTTON */
.input-button_bg input {
  border-radius: 0;
  box-shadow: none;
  border: 1px solid #D2D2D2;
  font-size: 14px;
  text-transform: uppercase;
}
.input-button_bg .input-group-btn {
  background: #FFFFFF;
}
.input-button_bg .input-group-btn .btn {
  color: #fff;
  border: 0;
  background: transparent;
  text-transform: uppercase;
  font-size: 16px;
  z-index: 2;
  border: 1px solid #FFFFFF;
  border-radius: 0;
  padding: 3px 12px;
  height: 38px;
  margin-left: 0;
}
/* CHECKOUT ADDRESS PAGE */
.checkout-form h5 {
  font-size: 13px;
  font-family: 'montserratregular';
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 25px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #D2D2D2;
  padding-bottom: 5px;
}
.checkout-form h5 .custom-checkbox {
  display: inline-block;
  font-size: 13px;
  font-family: 'montserratregular';
  margin-left: 15px;
  font-weight: normal;
  margin-top: -9px;
  margin-bottom: -9px;
  color: #fff;
}
.payments-buttons {
  margin-top: 20px;
}
.payments-buttons button {
  margin-right: 10px;
  margin-bottom: 20px;
}
/* MEDIA QUERIES */
@media (min-width: 790px) {
  label {
    padding-top: 10px;
  }
  .checkout-login label {
    padding-top: 0;
  }
}
@media (max-width: 1040px) {
  .checkout-form h5 .custom-checkbox {
    display: none;
  }
}
@media (max-width: 490px) {
  .payments-buttons button {
    margin-right: 0;
  }
}
@media (max-width: 490px) {
  .sort-options > span {
    display: none;
  }
  .sort-options form {
    width: 100%;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
  }
}
.box-shadow-container {
  margin-bottom: 25px;
}
.box-shadow-container.box-shadow {
  position: relative;
  z-index: 1;
}
.box-shadow-container.box-shadow:before,
.box-shadow-container.box-shadow:after {
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 4px;
  left: 10px;
  width: 50%;
  top: 70%;
  max-width: 300px;
  background: none repeat scroll 0% 0% #b2b2b2;
  box-shadow: 0px 12px 1px #b2b2b2;
  -moz-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  -webkit-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.box-shadow-container.box-shadow:after {
  -moz-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  -webkit-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}
.border-container {
  border: 1px solid #fff;
  box-shadow: 0 0 0 6px #ebebeb;
  margin: 6px;
  background: #fff;
}
.header {
  background: url(../images/header-bg.png);
}
.logo {
  max-width: 500px;
}
.logo-text {
    font-size: 30px;
    font-family: 'montserratregular';
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    max-width: 500px;
    width: 500px;
    text-overflow: ellipsis;
    display: inline-block;
    max-height: 75px;
    white-space: nowrap;
    overflow: hidden;
    line-height: 75px;
}
.currencies-menu {
  text-align: center;
  margin-top: 10px;
}
.currencies-menu a {
  font-family: 'montserratregular';
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
}
.currencies-menu a.active,
.currencies-menu a:hover {
  color: #a0a4a9;
}
.currencies-menu li {
  margin-left: 5px;
}
.currencies-menu li:last-child {
  padding-right: 0;
}
.currencies-menu li:last-child a {
  padding-right: 0;
}
.shopping-bag {
  float: right;
  font-family: 'montserratregular';
  font-size: 13px;
  font-weight: normal;
  text-transform: uppercase;
}
.shopping-bag-icon {
  font-size: 18px;
  padding: 5px 10px;
  color: #fff;
  background: #2B4B68;
  display: block;
}
.shopping-bag-icon span:before {
  content: "\e604";
  color: #fff;
  font-family: "icomoon";
  padding-right: 10px;
}
.shopping-bag-icon:hover {
  color: #fff;
}
.shopping-bag-items,
.shopping-bag-price {
  display: inline-block;
  width: 50%;
  float: left;
  padding: 5px 8px;
  color: #fff;
}
.shopping-bag-items {
  background: #2F3844;
}
.shopping-bag-price {
  background: #171C24;
}
/* MAIN CATEGORY NAVIGATION */
.main-nav-container {
  background: #2F3844;
  /* SEARCH INPUT */
}
.main-nav-container .navbar-default {
  background: #2F3844;
  border: 0;
  box-shadow: none;
  min-height: 1px;
  margin-bottom: 0;
}
.main-nav-container .navbar-nav li a {
  font-family: 'montserratregular';
  font-size: 12px;
  color: #FFFFFF;
  font-weight: normal;
  text-transform: uppercase;
}
.main-nav-container .navbar-nav li a:focus {
  background: transparent;
  color: #FFFFFF;
}
.main-nav-container .navbar-nav li a:hover {
  color: #a0a4a9;
  background: transparent;
}
.main-nav-container .navbar-nav > li > a {
  padding-top: 13px;
  padding-bottom: 13px;
}
.main-nav-container .navbar-nav li.open .dropdown-toggle,
.main-nav-container .navbar-nav li.dropdown:hover .dropdown-toggle {
  color: #a0a4a9;
}
.main-nav-container .navbar-collapse {
  background: #2F3844;
  border: 0;
  box-shadow: none;
}
.main-nav-container .header-icons-container {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
}
.main-nav-container .header-icons {
  padding-top: 7px;
  height: 47px;
}
.main-nav-container .header-icons a {
  color: #FFFFFF;
  font-size: 30px;
  display: inline-block;
  margin-left: 10px;
}
.main-nav-container #search-input {
  position: absolute;
  top: 100%;
  right: 0;
  width: 285px;
  z-index: 1000;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
}
.main-nav-container #search-input:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 7px solid #FFFFFF;
  position: absolute;
  top: -7px;
  right: 10px;
}
.main-nav-container .navbar-default .navbar-nav > .open > a,
.main-nav-container .navbar-default .navbar-nav > .open > a:hover,
.main-nav-container .navbar-default .navbar-nav > .open > a:focus {
  background: transparent;
}
.main-nav-container .nav .open > a,
.main-nav-container .nav .open > a:hover,
.main-nav-container .nav .open > a:focus {
  border-color: #474a51;
}
.main-nav-container .navbar-nav .dropdown-menu {
  background: #2F3844;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 5px 0;
}
.main-nav-container .navbar-nav .dropdown-menu li a {
  color: #FFFFFF !important;
}
.main-nav-container .navbar-nav .dropdown-menu li a:focus {
  background: transparent;
  color: #FFFFFF !important;
}
.main-nav-container .navbar-nav .dropdown-menu li a:hover {
  color: #a0a4a9 !important;
  background: transparent;
}
.navbar-toggle {
  float: none;
  background: transparent;
  border: 0;
  padding: 0;
}
.navbar-toggle span {
  color: #FFFFFF;
  font-size: 20px;
  vertical-align: middle;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background: transparent;
  color: #FFFFFF;
}
/* MEDIA QUERIES */
@media (min-width: 790px) {
  .logo {
    margin: 30px 0;
  }
  .currencies-menu {
    text-align: right;
  }
  .header-icons .icon-shopping {
    display: none;
  }
  .main-nav-container .navbar-collapse {
    padding: 0;
    padding-right: 80px;
  }
  .main-nav-container li.dropdown:hover .dropdown-menu {
    display: block;
  }
  .main-nav-container .navbar-nav > li > a {
    padding-right: 15px;
    padding-left: 0;
    margin-right: 15px;
    margin-bottom: 1px;
  }
  .main-nav-container .navbar-nav > li .dropdown-menu {
    left: -20px;
  }
  .main-nav-container .navbar-nav > li > a {
    border-right: 1px solid #474a51;
  }
  .main-nav-container .navbar-nav > li:last-child > a {
    border-right: 0;
  }
  .main-nav-container .navbar-nav .dropdown-menu {
    border-top: 1px  solid #fff;
  }
  .main-nav-container .navbar-nav .dropdown-menu li a {
    padding: 5px 15px;
  }
  .main-nav-container .navbar-nav .dropdown-menu li + li a {
    border-top: 1px solid #474a51;
  }
}
@media (max-width: 790px) {
  .header {
    padding: 20px 0;
  }
  .logo {
    text-align: center;
    margin: 0 auto;
  }
  header .shopping-bag {
    display: none;
  }
  .main-nav-container .navbar-header {
    height: 47px;
  }
  .main-nav-container .navbar-nav > li > a {
    padding-left: 0;
  }
  .main-nav-container .navbar-collapse {
    border-top: 1px solid transparent;
    border-color: #101010;
    box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1) inset;
  }
  .main-nav-container li.dropdown .dropdown-toggle:after {
    content: "▾";
    float: right;
  }
  .main-nav-container .navbar-nav .dropdown-menu {
    padding: 0;
  }
  .main-nav-container .navbar-nav .dropdown-menu li a {
    padding-left: 30px;
    white-space: pre-wrap;
  }
}
@media (max-width: 330px) {
  .main-nav-container #search-input {
    width: 250px;
  }
}
.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: bottom;
}
.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: 100;
  font-size: 13px;
}
.account-home-table .table-condensed > thead > tr > td,
.account-home-table .table-condensed > thead > tr > th {
  padding: 10px;
  font-size: 14px;
}
.table-order {
  margin-top: 20px;
}
.table-order h4 {
  font-size: 14px;
  font-weight: normal;
  text-transform: capitalize;
}
.table-order li {
  font-weight: 300;
  font-size: 13px;
}
.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: 14px;
  font-weight: normal;
  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 {
  margin-bottom: 0;
}
.banner-slider .slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  background: #646770;
  padding: 10px 0;
  cursor: pointer;
}
.banner-slider .slide-arrow span {
  font-size: 40px;
  color: #fff;
}
.banner-slider .slide-arrow-left {
  left: 80px;
}
.banner-slider .slide-arrow-right {
  right: 80px;
}
.featured-products-slider,
.related-products-slider,
.featured-categories {
  margin-bottom: 0;
}

.featured-products-slider .slick-list,
.related-products-slider .slick-list,
.featured-categories .slide-list {
  margin: 0 -10px;
}
.featured-products-slider .slick-slide,
.related-products-slider .slick-slide,
.featured-categories .slide-slide {
  margin: 0 10px;
}
.featured-products-slider .slide-arrow,
.related-products-slider .slide-arrow,
.featured-categories .slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -65px;
  cursor: pointer;
}
.featured-products-slider .slide-arrow span,
.related-products-slider .slide-arrow span,
.featured-categories .slide-arrow span {
  font-size: 40px;
  color: #fff;
}
.featured-products-slider .slide-arrow-left,
.related-products-slider .slide-arrow-left,
.featured-categories .slide-arrow-left {
  left: -50px;
}
.featured-products-slider .slide-arrow-right,
.related-products-slider .slide-arrow-right,
.featured-categories .slide-arrow-right {
  right: -50px;
}
/* PRODUCT PAGE VERTICAL SLIDER */
.product-single-slider .slick-slide {
  padding: 5px 0;
}
.product-single-slider .slick-slide img {
  width: 100%;
}
.product-single-slider .slick-list {
  margin: 30px 0;
}
.product-single-slider .slide-arrow {
  cursor: pointer;
  position: absolute;
  color: #fff;
  font-size: 34px;
  font-weight: 100;
  left: 50%;
  margin-left: -17px;
}
.product-single-slider .slide-arrow-up {
  top: -30px;
}
.product-single-slider .slide-arrow-down {
  bottom: -30px;
}
.product-single-slider-mobile {
  margin-top: 10px;
}
.product-single-slider-mobile .slick-slide {
  padding: 0 5px;
}
.product-single-slider-mobile .slick-list {
  margin: 0 20px;
}
.product-single-slider-mobile .slide-arrow {
  cursor: pointer;
  position: absolute;
  color: #000;
  font-size: 34px;
  font-weight: 100;
  top: 50%;
  margin-top: -17px;
}
.product-single-slider-mobile .slide-arrow-left {
  left: -20px;
}
.product-single-slider-mobile .slide-arrow-right {
  right: -20px;
}
/* MEDIA QUERIES */
@media (max-width: 1040px) {
  .banner-slider .slide-arrow-left {
    left: 0;
  }
  .banner-slider .slide-arrow-right {
    right: 0;
  }
  .featured-products-slider .slick-list {
    margin: 0 20px;
  }
  .featured-products-slider .slide-arrow-left {
    left: -10px;
  }
  .featured-products-slider .slide-arrow-right {
    right: -10px;
  }
}
.breadcrumb {
  background: transparent;
  padding: 10px 0;
  margin: 0;
}
.breadcrumb a,
.breadcrumb span {
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  color: #fff;
}
.breadcrumb a:hover,
.breadcrumb span:hover {
  text-decoration: none;
  color: #868a8e;
}
.breadcrumb a.active,
.breadcrumb span.active {
  color: #868a8e;
  cursor: default;
}
.breadcrumb > li + li:before {
  content: "// ";
  padding: 0 5px;
  color: #868a8e;
  font-size: 14px;
}
.pagination {
  margin: 0;
  padding: 0;
}
.sort-options .inline {
	width: 195px;
}
.pagination > li > a {
  color: #fff;
  font-size: 13px;
  border: 0;
  display: inline-block;
  background: #292C34;
  border-radius: 0;
  padding: 0 9px;
  width: 35px;
  height: 25px;
  line-height: 25px;
	text-align: center;
}
.pagination > li > a.current,
.pagination > li > a:hover {
  color: #fff;
  background: #A0A4A9;
}
.pagination li + li a {
  margin-left: 5px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #fff;
  background: #A0A4A9;
  border: 0;
}
.pagination > li:first-child > a:focus,
.pagination > li:last-child > a:focus {
	background: #292C34;
}

.pagination > li:first-child > a,
.pagination > li:last-child > a {
  border-radius: 0;
  padding: 0 4px;
  text-align: center;
}
.pagination > li:first-child > a span,
.pagination > li:last-child > a span {
  font-size: 14px;
}
.pagination-container {
  display: inline-block;
  padding-top: 3px;
}
/* MEDIA QUERIES */
@media (max-width: 670px) {
  .pagination > li > a {
    display: none;
  }
  .pagination > li > a.current,
  .pagination > li:first-child > a,
  .pagination > li:last-child > a {
    display: inline-block;
  }
}
@media (max-width: 490px) {
  .pagination-container {
    display: block;
  }
}
.sidebar {
  padding-top: 15px;
}
.sidebar .sidebar-box + .sidebar-box {
  margin-top: 30px;
}
.sidebar .sidebar-box h3 {
  font-size: 16px;
  font-family: 'montserratregular';
  font-weight: normal;
  color: #FFFFFF;
  text-transform: uppercase;
  padding-bottom: 3px;
  border-bottom: 1px solid #dde0e4;
  margin-top: 20px;
  letter-spacing: 1px;
  word-spacing: 1px;
}
.sidebar ul {
  list-style: none;
  padding-left: 0;
}
.sidebar ul li {
  margin: 5px 0;
}
.sidebar ul a {
  color: #FFFFFF;
  text-transform: capitalize;
  font-size: 13px;
}
.sidebar ul a:hover {
  color: #A0A4A9;
}
/* MEDIA QUERIES */
@media (min-width: 790px) {
  .content-page {
    padding-left: 25px;
  }
}
@media (min-width: 1040px) {
  .content-page {
    padding-left: 50px;
  }
}
@media (max-width: 790px) {
  .sidebar {
    display: none;
  }
}
.items-categories .image {
  background-color: #fff;
  border: 10px solid #40505D;
}
.items-categories a {
  color: inherit;
}
.custom-latest-preoder {
	margin-top: 20px;
}
.category-title {
  height: 55px;
}
.category-title h3 {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'montserratregular';
  font-weight: normal;
  text-align: center;
  margin: 0;
  margin-top: 8px;
}
.featured-categories {
  text-align: center;
}
.categories-bg {
  background: #2F3844;
}
.categories-bg .breadcrumb a {
  color: #fff;
}
.categories-bg .breadcrumb > li + li:before {
  color: #fff;
}
.categories-bg .category-description {
  color: #fff;
  margin-left: 10px;
}
.sidebar-categories {
  padding: 20px;
  margin-bottom: 20px;
}
.sidebar-categories ul {
  list-style: none;
  padding: 0;
}
.sidebar-categories ul a {
  color: #fff;
  font-size: 14px;
  font-family: 'montserratregular';
  font-weight: normal;
  text-transform: uppercase;
}
.sidebar-categories .category-list {
  margin-bottom: 0;
  margin-left: -35px;
}
.sidebar-categories .category-list > li > a {
  font-size: 12px;
  padding: 8px 15px;
  background: #2F3844;
  display: block;
}
.sidebar-categories .category-list > li + li {
  margin-top: 20px;
}
.sidebar-categories .category-list li.dropdown .dropdown-toggle {
  position: relative;
  padding-left: 40px;
}
.sidebar-categories .category-list li.dropdown .dropdown-toggle:before {
  content: "\e610";
  font-family: "icomoon";
  color: #a0a4a9;
  font-size: 12px;
  position: absolute;
  left: 15px;
  top: 13px;
}
.sidebar-categories .category-list li.open .dropdown-toggle:before {
  content: "\e611";
}
.sidebar-categories .dropdown-menu {
  min-width: 100%;
  position: relative;
  background: #2F3844;
  float: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  margin-top: 0;
  padding: 0;
  padding-bottom: 8px;
}
.sidebar-categories .dropdown-menu li {
  border: 0;
  padding: 0;
  margin: 0;
}
.sidebar-categories .dropdown-menu li a {
  white-space: pre-wrap;
  color: #fff;
  font-size: 13px;
  font-family: 'montserratregular';
  font-weight: normal;
  text-transform: uppercase;
  padding: 5px 15px;
  padding-left: 60px;
}
.sidebar-categories .dropdown-menu li a:focus {
  background: transparent;
}
.sidebar-categories .dropdown-menu li a:focus,
.sidebar-categories .dropdown-menu li a:hover {
  color: #fff !important;
  background: transparent;
}
/* MEDIA QUERIES */
@media (min-width: 790px) {
  .sidebar-categories {
    margin-right: 10px;
  }
}
@media (max-width: 790px) {
  .sidebar-categories {
    display: none;
  }
}
@media (max-width: 490px) {
  .items-categories .col-xs-6 {
    width: 100%;
  }
}
/* FILTER SYSTEM */
.filter-group h3,
.filter-group .filter-container {
  margin-top: 0;
  color: #fff;
  font-size: 13px;
  padding: 8px 0px;
  background: #2f3844;
  display: block;
  text-transform: uppercase;
  text-indent: -20px;
}
.filter-group h3 {
	font-weight: bold;
}
.filter-group .filter-container {
  color: #fff;
}

.filter-group .filter-container input {
  vertical-align: top;
  margin-right: 5px;
}
.product-title {
  height: 90px;
  text-align: center;
  color: #dde0e4;
  font-size: 14px;
  font-weight: normal;
}
.product-title h3 {
  color: #dde0e4;
  font-size: 13px;
  font-weight: 400;
  margin: 0;
  margin-top: 8px;
}
.product-title .product-price-value {
  color: #A0A4A9;
}
.product-title .product-sale-price-value {
  color: #FFFFFF;
  display: inline-block;
  padding-right: 5px;
}
.product-title .product-sale-price-value + .product-price-value {
  text-decoration: line-through;
}
.item-product {
  position: relative;
}
.product-label {
  color: #fff;
  font-size: 13px;
  font-family: 'montserratregular';
  font-weight: normal;
  text-transform: uppercase;
  position: absolute;
  display: inline-block;
  top: 0;
  padding: 5px 10px;
}
.label-new {
  left: 10px;
  background: #2B4B68;
  color: #FFFFFF;
}
.label-two-for-one {
  right: 10px;
  background: #C90000;
  color: #FFFFFF;
}
.item-product .label-two-for-one {
    left: 0;
    right: auto;
}
.item-product .label-two-for-one + .label-two-for-one {
    left: auto;
    right: 0;
}
.new-indicator {
    text-transform: uppercase;
    margin-left: 5px;
}

@media (max-width: 490px) {
  .items-products .col-xs-6 {
    width: 100%;
  }
}
.gallery-title {
  height: 50px;
}
.gallery-title h3 {
  font-size: 13px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
}
.galleries-info {
  height: 85px;
}
.galleries-info h3 {
  font-size: 13px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 5px;
}
.galleries-info .button-t-theme {
  font-weight: normal;
  font-size: 14px;
}
@media (max-width: 400px) {
  .items-galleries .col-xs-6 {
    width: 100%;
  }
}
.blog-container {
  padding-bottom: 30px;
}
.blog-header .headline-page {
  margin-top: 20px;
  margin-bottom: 0;
}
.blog-header:after {
  content: "";
  display: block;
  height: 5px;
  border-top: 1px solid #D2D2D2;
  border-bottom: 1px solid #D2D2D2;
  margin: 10px 0;
  margin-bottom: 15px;
}
.date {
  font-size: 16px;
  font-family: 'montserratregular';
  font-weight: normal;
  text-transform: uppercase;
  color: #a8b1bd;
  display: block;
}
.blog-image {
  float: left;
}
.blog-image img {
  width: 200px;
  max-width: 200px;
  margin-right: 15px;
  display: inline-block;
}
.blog-content {
  display: table-cell;
  width: auto;
  vertical-align: top;
  font-size: 13px;
}
.sidebar-blog {
  margin-top: 20px;
}
.sidebar-blog .sidebar-box + .sidebar-box {
  margin-top: 30px;
}
.sidebar-blog .sidebar-box h3 {
  font-size: 16px;
  font-family: 'montserratregular';
  font-weight: normal;
  color: #474747;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 5px;
  letter-spacing: 1px;
  word-spacing: 1px;
}
.sidebar-blog ul {
  list-style: none;
  padding-left: 0;
}
.sidebar-blog ul li {
  margin: 5px 0;
}
.sidebar-blog ul a {
  color: #8A9599;
  text-transform: capitalize;
  font-size: 13px;
}
/* MEDIA QUERIES */
@media (min-width: 790px) {
  .items-blog {
    border-right: 1px solid #D2D2D2;
    box-shadow: 3px 0 0 #fff, 4px 0 0 #D2D2D2;
    padding-right: 20px;
  }
}
@media (max-width: 490px) {
  .blog-image {
    float: none;
    display: block;
    text-align: center;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .blog-content {
    display: block;
  }
}
.basket-container {
  padding-bottom: 20px;
}
.basket-container:after {
  content: "";
  display: block;
  border-bottom: 1px dashed #D2D2D2;
  margin: 0 10px;
  padding: 10px 0;
}
.basket-product-img img {
  max-width: 115px;
}
.basket-product-info {
  text-transform: uppercase;
  font-size: 13px;
}
.basket-product-info .headline-sm {
  font-size: 16px;
  font-family: 'montserratregular';
  font-weight: normal;
  letter-spacing: 1px;
  word-spacing: 1px;
  margin-top: 0;
  color: #fff;
}
.basket-container .product-price {
  color: #fff;
}
.basket-product-info .selected-name {
  padding-right: 20px;
  font-weight: 600;
}
.basket-product-info .extra-selected {
  margin-top: 20px;
}
.basket-product-info .extra-selected p {
  margin-bottom: 5px;
}
.qty {
  text-align: center;
  position: relative;
}
.qty .product-remove {
  font-size: 18px;
}
.qty .product-remove span {
  vertical-align: middle;
  color: #fff;
}
.qty .qty-box {
  background: rgba(0,0,0,0);
  display: inline-block;
  border: 1px solid #D2D2D2;
  padding: 5px 0;
  padding-left: 10px;
  text-align: left;
  margin: 0 auto;
}
.qty .qty-box span {
  color: #d2d2d2;
  text-transform: uppercase;
  display: inline-block;
  font-size: 16px;
  width: 30px;
}
.qty .qty-box input {
  font-size: 16px;
  border: 0;
  width: 40px;
  padding-right: 0px;
  display: inline-block;
  color: #d2d2d2;
  text-align: center;
  background: transparent;
}
.qty .qty-box ::-webkit-input-placeholder {
  color: #474747;
}
.qty .qty-box :-moz-placeholder {
  /* Firefox 18- */
  color: #474747;
}
.qty .qty-box ::-moz-placeholder {
  /* Firefox 19+ */
  color: #474747;
}
.qty .qty-box :-ms-input-placeholder {
  color: #474747;
}
.qty button {
  font-size: 13px;
  color: #fff;
}
.product-price {
  padding-top: 7px;
  font-family: 'montserratregular';
  font-weight: normal;
  color: #474747;
  font-size: 16px;
  text-align: right;
}
.voucher-code {
  margin-bottom: 20px;
}
.voucher-code .input-button_bg input.form-control {
  background: transparent;
  text-transform: none;
}
.voucher-code .input-button_bg .input-group-btn {
  background: #424d5c;
}
.voucher-code .input-button_bg .input-group-btn .btn {
  font-size: 14px;
  border: 1px solid #FFFFFF;
}
.voucher-code p {
  font-size: 14px;
  font-family: 'montserratregular';
  font-weight: normal;
  letter-spacing: 1px;
  word-spacing: 1px;
  padding-top: 12px;
  padding-right: 10px;
  text-transform: uppercase;
}
.voucher-code:before {
  content: "";
  display: block;
  border-bottom: 1px dashed #D2D2D2;
  padding: 10px 0;
  margin-bottom: 20px;
}
.sidebar-basket {
  padding: 10px;
  background: #FFFFFF;
  color: #000;
}
.sidebar-basket .headline-sm {
  font-size: 14px;
  color: #303843;
  font-family: 'montserratregular';
  font-weight: normal;
  margin-top: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
}
.payments-icons {
  text-align: right;
}
.payments-icons img {
  width: 41px;
}
.payments-icons .paypal-logo {
  width: 93px;
}
.sidebar-basket {
  margin-top: 20px;
}
.sidebar-basket .form-control {
  padding: 4px 12px;
  height: 30px;
}
.sidebar-basket span.customSelect {
  font-size: 15px;
  color: #FFFFFF;
  background: #424d5b url(../images/custom-select3.png) no-repeat right;
  background-size: 30px;
  border: 0;
}
.basket-box {
  padding-bottom: 20px;
}
.summary {
  text-transform: uppercase;
  color: #303843;
}
.summary p {
  margin-bottom: 5px;
}
.summary .bold .bold p {
  font-weight: bold;
}
.summary .summary-total {
  margin-top: 15px;
}
.summary .summary-total p {
  margin-bottom: 0;
}
.summary .summary-total:before {
  content: "";
  display: block;
  border-top: 1px solid #7b8b99;
  padding-top: 10px;
  margin: 0 10px;
}
.summary .summary-total:after {
  content: "";
  display: block;
  border-bottom: 1px solid #7b8b99;
  margin: 0 10px;
  padding-top: 10px;
}
/* MEDIA QUERIES */
@media (min-width: 790px) {
  .basket-product-info {
    width: 66%;
  }
  .basket-container .qty {
    width: 110px;
  }
  .voucher-code {
    text-align: right;
  }
  .voucher-code p {
    display: inline-block;
    margin-bottom: 0;
  }
  .voucher-code .input-group {
    float: right;
    width: 400px;
  }
  .qty {
    padding-right: 0;
  }
  .qty a {
    display: block;
  }
  .qty .product-remove {
    color: #474a51;
    font-size: 18px;
    position: absolute;
    right: -15px;
    top: 50%;
    margin-top: -24px;
    z-index: 100;
  }
}
@media (max-width: 1040px) {
  .payments-icons {
    text-align: center;
  }
}
@media (max-width: 790px) {
  .basket-product-img {
    margin-bottom: 15px;
    text-align: center;
  }
  .basket-container {
    text-align: center;
  }
  .qty button {
    padding-left: 10px;
    padding-right: 5px;
  }
  .product-price {
    text-align: center;
    margin-bottom: 10px;
  }
}
#product-container {
  padding-top: 5px;
}
#product-container .label-two-for-one {
  right: auto;
  left: 0;
  background: #C90000;
  color: #FFFFFF;
}
#product-container .label-two-for-one + .label-two-for-one {
  right: 0;
  left: auto;
}
#product-container .qty {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
#product-container .qty .qty-box {
  padding-top: 7px;
  padding-bottom: 7px;
}
#product-container .qty span {
  width: 70px;
}
#product-container .reward-points {
  font-size: 16px;
  font-family: 'montserratregular';
  font-weight: normal;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
}
#product-container .product-reward-points-value {
  background: #2B4B68;
  color: #fff;
  padding: 1px 7px;
  font-size: 24px;
  font-family: 'montserratregular';
  font-weight: normal;
  margin: 0 5px;
}
.product-single {
  padding-bottom: 50px;
}
.product-single .product-price-value {
  color: #FFFFFF;
  font-size: 30px;
  font-family: 'montserratregular';
  font-weight: normal;
  margin-right: 20px;
  vertical-align: middle;
}
.product-single .product-sale-price-value {
  color: #FFFFFF;
  margin-right: 20px;
  font-size: 36px;
  font-family: 'montserratregular';
  font-weight: normal;
  vertical-align: middle;
}
.product-consent {
  padding: 12px 0;
  color: #fff;
}
.product-consent p {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 0;
}
.product-consent label {
  position: relative;
}
.product-consent label input {
  position: absolute;
}
.product-consent label span {
  display: inline-block;
  padding-left: 25px;
  text-transform: none;
}
.product-consent .consent-terms {
  color: #fff;
}
.product-consent .consent-terms:hover {
  text-decoration: underline;
  cursor: pointer;
}
.partially-buttons {
  margin: 10px 0;
}
.partially-buttons .btn {
  border-radius: 0;
  background-color: #ff6302;
  border: none;
  text-transform: uppercase;
  font-size: 19px;
}
.partially-buttons .btn + .btn {
  margin-left: 15px;
}
.partially-text {
  line-height: 40px;
  margin: 10px 0;
  color: #fff;
}
.partially-text .partial-logo {
  width: 110px;
  height: 40px;
  display: inline-block;
  font-size: 0;
  background-color: #0000;
  background-image: url(../images/partially_button.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: top;
  margin: 0 5px;
}
.ratings .icon-film7 {
  color: #C90000;
  cursor: pointer;
}
.ratings .icon-film7.rate {
  opacity: .4;
}
.show-hide-reviews {
  margin: 15px 0;
  padding: 10px 5px;
  text-transform: uppercase;
  font-family: 'montserratregular';
  font-size: 16px;
  border-top: 1px dashed #D2D2D2;
  border-bottom: 1px dashed #D2D2D2;
  cursor: pointer;
}
#show-reviews:after {
  content: "\e610";
  font-family: "icomoon";
  float: right;
}
#hide-reviews {
  margin-top: 0;
  border-top: 0;
}
#hide-reviews:after {
  content: "\e611";
  font-family: "icomoon";
  float: right;
}
.watch-product-video {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  color: #FFFFFF;
  font-family: 'montserratregular';
  font-weight: normal;
  padding-bottom: 15px;
}
.watch-product-video:before {
  content: "\e605";
  font-family: "icomoon";
  color: #ff0000;
  font-weight: normal;
  font-size: 25px;
  padding-right: 10px;
  vertical-align: -5px;
}
.main-image {
  position: relative;
}
.product-single-images {
  padding-top: 10px;
  width: 525px;
}
.product-single-header {
  border-bottom: 1px dashed #D2D2D2;
  padding-bottom: 10px;
}
#product-info {
  padding-top: 10px;
}
.product-single-info {
  width: 49%;
}
.product-single-info .code,
.product-single-info .rrp {
  text-transform: uppercase;
  display: inline-block;
  color: #aeaeae;
  font-size: 16px;
  font-family: 'montserratregular';
  font-weight: normal;
}
.product-single-info .rrp:before {
  content: "/ / ";
  color: #aeaeae;
  font-size: 16px;
  padding: 0 5px;
}
.product-single-info hr {
  border-color: #D2D2D2;
  border-style: dashed;
  margin: 10px 0;
}
.leave-review {
  padding-bottom: 10px;
}
.leave-review h4 {
  color: #474747;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: bold;
}
.leave-review label {
  text-transform: capitalize;
}
.customer-review {
  margin-bottom: 20px;
}
.customer-review .customer-name {
  font-weight: bold;
  font-size: 17px;
  text-transform: capitalize;
  padding-right: 10px;
}
.customer-review p {
  margin-bottom: 0;
}
/* VISIBILITY */
.product-single .product-sale-price-value,
.product-single .add-button,
.product-single .product-form .in-stock {
  display: none;
}
.video-container {
  display: none;
}
#product-container.has-sale-price .product-single .product-sale-price-value {
  display: inline-block;
}
#product-container.has-sale-price .product-single .product-price-value {
  text-decoration: line-through;
}
#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;
}
#product-container.playing-video .video-container {
  display: block;
}
#product-container.playing-video .main-image {
  display: none;
}
/* MEDIA QUERIES */
@media (min-width: 670px) {
  #product-container label {
    padding-top: 10px;
  }
}
@media (min-width: 790px) {
  .product-add-buttons button {
    margin-left: 20px;
  }
}
@media (max-width: 1040px) {
  .product-single-images {
    margin: 0 auto;
  }
  .product-single-info {
    width: 100%;
  }
}
@media (max-width: 790px) {
  .product-add-buttons button {
    margin-top: 20px;
  }
}
@media (max-width: 565px) {
  .product-single-images {
    width: 100%;
  }
}
footer {
  color: #a0a4a9;
  font-size: 13px;
}
footer a {
  color: #a0a4a9;
}
footer a:hover {
  color: #fff;
}
footer h2,
footer h3 {
  color: #fff;
  font-size: 16px;
  font-family: 'montserratregular';
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 15px;
}
footer h3 {
  margin-top: 5px;
  margin-bottom: 20px;
}
footer ul {
  list-style: none;
  padding-left: 0;
}
footer ul a {
  color: #a0a4a9;
  text-transform: capitalize;
  font-size: 13px;
}
footer .contact-info span {
  display: block;
}
.footer {
  background: #292c34;
  padding: 30px 0;
}
.socials img {
  width: 34px;
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 5px;
}
.payments img {
  margin-top: 5px;
  display: inline-block;
}
.mastercard img {
  width: 36px;
}
.visa img,
.maestro img {
  width: 34px;
}
.american-express img {
  width: 22px;
}
.paypal img {
  width: 74px;
}
.v-divider {
  border-right: 1px solid #474a51;
  box-shadow: 3px 0 0 #2F3844, 4px 0 0 #474a51;
  padding-bottom: 20px;
}
.h-divider:before {
  content: "";
  display: block;
  border-top: 1px solid #474a51;
  border-bottom: 1px solid #474a51;
  height: 5px;
  margin: 10px;
  margin-bottom: 0;
}
.subfooter {
  background: #171C24;
  padding-top: 20px;
  padding-bottom: 10px;
}
/* MEDIA QUERIES */
@media (max-width: 790px) {
  footer h3 {
    margin-top: 0;
  }
  footer .text-right {
    text-align: left;
  }
  footer .v-divider {
    border-right: 0;
    box-shadow: none;
  }
  footer .v-divider:after {
    content: "";
    display: block;
    border-top: 1px solid #474a51;
    border-bottom: 1px solid #474a51;
    height: 5px;
    margin-top: 20px;
  }
  footer .h-divider:before {
    margin-top: 20px;
  }
  footer .padding-l-lg {
    padding-left: 10px;
  }
  footer .padding-r-lg {
    padding-right: 10px;
  }
  footer .padding-lr-lg {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.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: #FFFFFF;
  background-color: #C90000;
}
.shopwired-basket-modal .buttons .close-button {
  color: #fff;
}
@media screen and (max-width: 640px) {
  .pagination .page-link,
  .pagination a {
    display: none;
  }
  .pagination .page-link[data-page='prev'],
  .pagination a[data-page='prev'],
  .pagination .page-link[data-page='next'],
  .pagination a[data-page='next'],
  .pagination .page-link.current,
  .pagination a.current {
    display: block;
  }
}
/* ==== */
.account-home-table td {
  vertical-align: top !important;
}
.product-label {
  z-index: 1;
}
.label-pre-order {
  background-color: #fe6402;
  left: auto;
  right: 5px;
  top: 5px;
}
.label-stock {
  background-color: #8A9599;
  left: auto;
  right: 5px;
  top: 5px;
}
.label-pre-order + .label-stock {
  top: 40px;
}
.label-no-stock {
  background-color: #8A9599;
}
.content-page > p:first-child {
  margin-top: 25px;
}
.account-form .custom-checkbox {
  margin-top: 4px;
}
.blog-container .blog-image {
  float: none;
  width: 100%;
  display: block;
}
.blog-container .blog-image img {
  width: auto;
  height: auto;
  margin: 0;
}
.blog-container .blog-content {
  display: block;
}
.items .row > .text-left {
  color: #fff;
}
.items-products .shopwired-image-container {
  padding-bottom: 110%;
}
.items-categories .shopwired-image-container {
  padding-bottom: 67%;
}
.basket-container .shopwired-image-container,
#product-container .shopwired-image-container {
  padding-bottom: 134%;
}
.item-galleries > .shopwired-image-container {
  padding-bottom: 75%;
}
#product-container .description {
  margin-top: 15px;
}
#product-container.has-sale-price .product-price-value {
  text-decoration: line-through;
}
.payment-list {
  list-style: none;
  margin:  0;
  padding: 0;
}
.payment-list li {
  display: inline;
}
.payment-list li img {
  height: 30px;
  width: auto;
}
footer .payment-list li img {
  height: 20px;
}
/*Contact email in footer*/
footer .contact-email {
  color: #a0a4a9;
}

/* social icons */
.circle-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #fff;
  text-align: center;
  line-height: 34px;
  border-radius: 30px;
  color: #232834;
}

.circle-icon:hover {
  color: #232834;
}

.inline-list {
  list-style: none;
  padding: 0;
}

.inline-list li {
  display: inline-block;
}

.inline-list li + li {
  margin-left: 7px;
}

.form-group .control-label {
  color: #FFFFFF;
}

.form-group .form-control {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
  color: #474747;
}

.modal-content {
  border-radius: 0;
  background: #7a888f;
}

.modal-header {
  color: #15161a;
  text-transform: uppercase;
}

.modal-body {
  color: #000;
}

.btn.btn-theme {
    background-color: #ff6302;
    border-radius: 0;
    color: #fff;
    text-transform: uppercase;
    padding: 7px;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
}

.send-to-friend,
.send-to-friend:hover {
  color: #fff;
  cursor: pointer;
  text-decoration: underline;
  margin-top: 20px;
  display: inline-block;
  padding-left: 40px;
  background-image: url(../images/letter_icon.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
}

.partiallyCheckoutBtn {
  position: relative;
}

.partiallyCheckoutBtn a {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
}

.terms-modal h3 {
    font-size: 16px;
    font-weight: 900;
}

a:focus, a:hover {
  color: #fff;
}
#shopwired-payment-processor-frame { background-color: #fff; }
.slick-slide img {
	width: 100%;
}
.continueshopping a {
	background-color: #2F3844 !important;
}

.item-category.item--5, 
.item-category.item--6 {
	position: relative;
}

/* .item-category.item--3:before {
	  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 111px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
}
.item-category.item--4:before {
  	  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 111px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
} */

.item-category.item--5:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 111px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
}

.item-category.item--6:before {
  	  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 111px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top right;
}

/* .item-category.item--3:before {
  top: -30px;
  left: 0;
  background-image: url(../images/robo-logo.png);
}

.item-category.item--4:before {
  top: -30px;
  right: 0;
  background-image: url(../images/toyark-logo.png);
} */

.item-category.item--5:before {
  top: -30px;
  left: 0;
  background-image: url(../images/acba-Logo.png);
}
.item-category.item--6:before {
  top: -30px;
  right: 0;
  background-image: url(../images/toyark-logo.png);
}

@media(max-width: 670px){
	.category-icon-thumbnail .item-category{
		    margin-bottom: 6rem;
	}
}

/* REVIEWS SLIDER */
.reviews-slider .q-container {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  padding: 15px 20px;
  line-height: normal;
}

.reviews-slider q {
  font-weight: 500;
  font-style: italic;
}

.reviews-slider .col-lg-6 {
  overflow: auto;
}

.reviews-slider .client {
  font-size: 13px;
  display: block;
  margin-top: 15px;
  margin-bottom: 3px;
  font-weight: 500;
}
.reviews-slider .company {
  font-size: 11px;
  display: block;
}
.reviews-slider .review-stars {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.reviews-slider {
    position: relative;
    margin-bottom: 50px;
	font-family: 'montserratregular';
	font-weight: 200;
	color: #fff;
}

.reviews-slider q {
    min-height: 43px;
    display: block;
}

.reviews-slider .slick-slide .review-stars img {
    display: inline-block;
	width: 100px;
}

.reviews-slider .slide-arrow {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	cursor: pointer;
	display: inline-block;
	width: 40px;
	height: 40px;
}

.reviews-slider .slide-arrow {
	font-size: 40px;
	color: #fff;
}

.reviews-slider .slide-arrow.slide-arrow-left {
	left: -10px;
}

.reviews-slider .slide-arrow.slide-arrow-right {
	right: -10px;
}

.reviews-slider .slick-list {
	margin: 0 10px;
}

.reviews-slider .slick-slide {
	padding: 0 10px;
}

@media (max-width: 450px) {
	.reviews-slider .review-stars {
		text-align: center;
		display: block;
		position: static;
		margin-top: 15px;
	}
}
.download-button {
	color: #ffffff;
    background-color: #c90000;
    text-transform: uppercase;
    font-size: 24px;
	padding: 3px 15px;
}

@media(max-width: 669px) {
	.category-gallery-item .col-sm-4 + .col-sm-4 .item-category {
		margin-top: 15px;
	}
}
.gtin-mpn {
	font-size: 13px;
    font-family: 'montserratregular';
    font-weight: normal;
    color: #fff;
}

.items-categories.mod-two {
	margin-bottom: 50px;
}
.description.fr-view span {
    color: #fff!important;
	font-size: 13px!important;
	font-weight: 300!important;
}
.description.fr-view strong {
    color: #fff!important;
	font-size: 13px!important;
	font-weight: 300!important;
}
.description.fr-view p {
    color: #fff!important;
	font-size: 15px!important;
	font-weight: 300!important;
}

.partiallyWidget .partiallyHeader, .partiallyWidget p {
	color: #fff!important;
}
.partiallyWidget .partiallyWidgetOpener {
	color: #fff!important;
	margin-bottom: 20px;
	margin-top: 5px;
	text-transform: uppercase;
}

.reviews-slider:not(.slick-initialized) {
	position: absolute;
	opacity: 0;
	z-index: -9999;
}

#eapps-instagram-feed-1 {
	width: 100% !important;
	max-width: 500px;
	margin: 0 auto;
}

.social-media-section {
	margin-top: 20px;
	margin-bottom: 50px;
}

.media-container {
	overflow: hidden;
}

.media-container > div {
	height: 480px;
}

.media-icon {
	display: block;
	margin: 30px auto;
	color: #2F3844;
	background: #cccccc;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	text-align: center;
	position: relative;
}

.media-icon span {
	position: absolute;
	top: 50%;
	font-size: 26px;
	margin-top: -13px;
	width: 100%;
	display: block;
}

.media-column {
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
}

.media-title {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #cccccc;
	text-transform: uppercase;
	transform: rotate(-90deg);
	font-size: 16px;
	white-space: nowrap;
	width: 0;
	height: 0;
}


/* Country select alert */
.country-select-alert{
	position: fixed;
}

.country-select-alert .inner{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
    width: 80%;
    margin: 0 auto;
}

@media(min-width: 740px){
	.country-select-alert .inner{
		width: auto;
	}
}

.country-select-alert h4{
  font-weight: bold;
  color: #2f3944;
  margin-bottom: 5px;
  margin-top: 0;
  font-size: 16px;
}

.country-select-alert h4.inline{
  display: inline-block;
}

.country-select-alert p{
  color: #7b8b99;
}

.country-select-alert p.inline{
  display: inline;
}

.country-select-alert p:last-child{
  margin-bottom: 0;
  padding-bottom: 0;
  display: inline;
}

.country-select-alert .btn-container{
  text-align: right;
}

.country-select-alert .close-icon{
  position: absolute; 
  top: -12px;
  right: -12px;
  background-color: #171d25;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: white; 
  cursor: pointer;
}

.google-review-absolute {
	position: absolute;
	top: 55.5938px;
	right: 0;
}