/* #-FONTS */
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:400,600,700|Raleway:100,300,400,500,600,700");
@font-face {
  font-family: 'Didot';
  src: url("Didot.eot");
  src: url("../fonts/Didot.eot?#iefix") format("embedded-opentype"), url("../fonts/Didot.woff2") format("woff2"), url("../fonts/Didot.woff") format("woff"), url("../fonts/Didot.svg#Didot") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'JosefinSansRegular';
  src: url("../fonts/JosefinSansRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'museo_sans';
  src: url("https://fonts.shopwired.co.uk/museo_sans/museo_sans_700_normal.eot");
  src: url("https://fonts.shopwired.co.uk/museo_sans/museo_sans_700_normal.eot?#iefi700") format("embedded-opentype"), url("https://fonts.shopwired.co.uk/museo_sans/museo_sans_700_normal.woff2") format("woff2"), url("https://fonts.shopwired.co.uk/museo_sans/museo_sans_700_normal.woff") format("woff"), url("https://fonts.shopwired.co.uk/museo_sans/museo_sans_700_normal.ttf") format("truetype"), url("https://fonts.shopwired.co.uk/museo_sans/museo_sans_700_normal.svg#700") format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'museo_sans';
  src: url("https://fonts.shopwired.co.uk/museo_sans/museo_sans_900_normal.eot");
  src: url("https://fonts.shopwired.co.uk/museo_sans/museo_sans_900_normal.eot?#iefi900") format("embedded-opentype"), url("https://fonts.shopwired.co.uk/museo_sans/museo_sans_900_normal.woff2") format("woff2"), url("https://fonts.shopwired.co.uk/museo_sans/museo_sans_900_normal.woff") format("woff"), url("https://fonts.shopwired.co.uk/museo_sans/museo_sans_900_normal.ttf") format("truetype"), url("https://fonts.shopwired.co.uk/museo_sans/museo_sans_900_normal.svg#900") format("svg");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot");
  src: url("../fonts/fontawesome-webfont.eot?#iefi700") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2") format("woff2"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.ttf") format("truetype"), url("../fonts/fontawesome-webfont.svg") format("svg");
  font-weight: 700;
  font-style: normal; }
/* #-SHOPWIRED */
.shopwired-info-message {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  padding: 25px;
  background: #000;
  background-color: rgba(0, 0, 0, 0.8);
  text-align: center;
  z-index: 9999;
  opacity: 0; }

.shopwired-info-message a {
  color: inherit; }

.shopwired-share-buttons a {
  display: inline-block;
  vertical-align: top;
  font-size: 0;
  width: 32px;
  height: 32px;
  text-decoration: none;
  background-repeat: no-repeat;
  -webkit-background-size: 32px;
  background-size: 32px; }

.shopwired-share-buttons a:hover {
  opacity: .8; }

.shopwired-share-buttons .facebook {
  background-image: url("//static.kodajo.com/sharing/facebook.jpg"); }

.shopwired-share-buttons .twitter {
  background-image: url("//static.kodajo.com/sharing/twitter.jpg"); }

.shopwired-share-buttons .pinterest {
  background-image: url("//static.kodajo.com/sharing/pinterest.jpg"); }

.shopwired-share-buttons .google {
  background-image: url("//static.kodajo.com/sharing/google.jpg"); }

.shopwired-share-buttons .tumblr {
  background-image: url("//static.kodajo.com/sharing/tumblr.jpg"); }

.shopwired-basket-modal {
  height: auto !important; }

.shopwired-basket-modal h2 {
  margin-bottom: 2rem;
  text-transform: uppercase; }

.shopwired-basket-modal .item {
  padding: 1rem 0; }

.shopwired-basket-modal .buttons {
  margin-top: 1rem; }

.image-container {
  position: relative;
  display: block;
  overflow: hidden;
  height: 0;
  padding-top: 100%; }

.image-container img {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: auto; }

.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 .items {
  margin-top: 30px; }

.shopwired-basket-modal .item {
  overflow: hidden; }

.shopwired-basket-modal .item .shopwired-image-container {
  width: 150px;
  height: 150px;
  padding: 0;
  float: left;
  box-sizing: border-box; }

.shopwired-basket-modal .item .info {
  margin-top: 15px;
  background-color: #f8f8f8;
  margin-left: 150px;
  display: table;
  width: 496px; }

.shopwired-basket-modal .item .info .title {
  font-size: 16px; }

.shopwired-basket-modal .item .info .options {
  font-size: 0;
  margin-top: 5px; }

.shopwired-basket-modal .item .info .options span {
  display: inline-block;
  vertical-align: top;
  font-size: 12px; }

.shopwired-basket-modal .item .info .options span::after {
  display: inline-block;
  vertical-align: top;
  content: ',';
  margin: 0 4px 0 -3px; }

.shopwired-basket-modal .item .info .options span:last-child::after {
  display: none; }

.shopwired-basket-modal .item .info .basket-remove-button {
  color: #ca0134;
  font-size: 13px; }

.shopwired-basket-modal .item .info .column {
  display: table-cell;
  vertical-align: middle;
  height: 120px;
  box-sizing: border-box; }

.shopwired-basket-modal .item .info .column:first-child .content {
  padding: 20px 0 20px 25px;
  width: 333px;
  box-sizing: border-box; }

.shopwired-basket-modal .item .info .column:last-child .content {
  width: 140px;
  text-align: center;
  box-sizing: border-box; }

.shopwired-basket-modal .item .info .price {
  font-size: 20px;
  display: block;
  margin-bottom: 5px; }

.shopwired-basket-modal .item + .item {
  margin-top: 15px; }

.shopwired-basket-modal .buttons {
  text-align: right;
  margin-top: 35px; }

.shopwired-basket-modal .buttons .close-button {
  position: static; }

.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;
  position: static; }

.shopwired-basket-modal .main-color {
  color: #2272a4; }

.shopwired-basket-modal .main-background-color {
  background-color: #2272a4; }

.shopwired-basket-modal .alternative-color {
  color: #ca0134; }

.shopwired-basket-modal .alternative-background-color {
  background-color: #ca0134; }

.shopwired-basket-modal .close {
  position: absolute;
  right: -20px;
  top: -20px;
  width: 36px;
  height: 36px;
  -webkit-background-size: 16px;
  background-color: #000000;
  color: #ffffff;
  background-size: 16px;
  border-radius: 50%;
  cursor: pointer; }

@media screen and (max-width: 64em) {
  .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; } }
/* #-GLOBAL */
html,
body {
  font-family: "Raleway", sans-serif;
  font-size: 13.75px; }

h1,
h2,
h3,
h4,
h5,
h6,
[class*="heading--"] {
  font-family: "Raleway", sans-serif;
  color: #272727; }

[class*="heading--"] {
  margin: .75em 0;
  margin-top: .5rem;
  line-height: normal;
  display: block;
  text-transform: uppercase;
  color: #333333;
  font-weight: bold; }

h1,
.heading--1 {
  font-size: 1.8rem; }

h2,
.heading--2 {
  font-size: 1.65rem; }

h3,
.heading--3 {
  font-size: 1.35rem; }

h4,
.heading--4 {
  font-size: 1.125rem; }

a {
  color: #6dc8f1; }

a:hover {
  color: #6dc8f1; }

*:focus {
  outline: 0;
  box-shadow: 0;
  -webkit-box-shadow: 0;
  -moz-box-shadow: 0; }

address {
  font-style: normal; }

.row {
  max-width: 85rem; }

.js .hide-for-js {
  display: none; }

.content {
  padding-top: 1rem; }

.content .subheading {
  color: #000000;
  font-weight: 700;
  font-size: 1.125rem; }

.main-content {
  margin-bottom: 1.25rem;
  margin-top: 2rem; }

.row.border--t:before {
  content: '';
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #dddddd;
  display: block;
  margin: 1rem .9375rem; }

.row.border--b:after {
  content: '';
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #dddddd;
  display: block;
  margin: 1rem .9375rem; }

.bg-shade {
  background-color: #f5f5f5; }

/* #-BUTTONS */
.button {
  background-color: #6dc8f1;
  padding: .9rem 1rem;
  border-radius: 3px;
  font-size: .95rem;
  letter-spacing: -.01em;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  font-weight: 700; }
  .button:focus, .button:hover {
    background-color: #6dc8f1; }
  .button.mod2 {
    background-color: #407b9a; }
    .button.mod2:focus, .button.mod2:hover {
      background-color: #407b9a; }

.button.secondary {
  background-color: #c8c8c8; }

.button.third {
  background-color: #000000; }

.button.forth {
  background-color: #6dc8f1;
  font-weight: 500;
  padding: 1.125rem 2rem; }

.button.large {
  font-size: .95rem;
  font-weight: 500;
  padding: 1.3rem 1.6rem; }

.button.wide {
  min-width: 15rem; }

.remove-button:before {
  content: 'X';
  font-family: "Raleway", sans-serif;
  font-weight: 300;
  color: #000000; }

.remove-button:focus:before {
  color: #6dc8f1;
  outline: none; }

.disabled-btn {
  opacity: .25;
  cursor: not-allowed; }

/* #-HEADER */
.banner-alert {
  background-color: #bc0000;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  padding: .5rem 0;
  font-size: .9rem; }

.banner-alert p {
  margin: 0; }

/* #-HEADER_1 */
.sw-header--1 .header__mobile-search {
  background-color: #dddddd;
  padding: .5rem; }

.sw-header--1 .header__mobile-search .input-group {
  margin-bottom: 0; }

.sw-header--1 .top-bar {
  background-color: #beddff;
  color: #6dc8f1;
  font-family: "Raleway", sans-serif;
  font-size: .9rem;
  font-weight: 700;
  text-transform: uppercase; }

.sw-header--1 .header__middle {
  position: relative; }

.sw-header--1 .header__logo {
  display: block;
  margin: 1.5rem 0; }

.sw-header--1 .header__logo img {
  width: 100%;
  max-width: 250px;
  margin: auto;
  display: block; }

.sw-header--1 .header__logo .logo-text {
  font-size: 2.5rem;
  font-weight: 600; }

.sw-header--1 .header__right {
  padding-top: 1rem; }

.sw-header--1 .header__menu {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  font-size: .9rem;
  font-weight: 500;
  margin-top: .25rem; }

.sw-header--1 .header__menu li {
  position: relative; }

.sw-header--1 .header__menu li + li:before {
  content: 'OR';
  color: #979797;
  position: absolute;
  left: -.75em;
  top: .55rem;
  font-size: .75rem; }

.sw-header--1 .header__menu li a {
  color: #333333;
  font-weight: 600; }

.sw-header--1 .header__currency {
  display: inline-block;
  vertical-align: top;
  font-size: .9rem;
  padding: .5rem 1rem;
  margin-top: .25rem;
  margin-right: 1rem; }

.sw-header--1 .header__currency .currency__button {
  font-weight: 700;
  color: #333333; }

.sw-header--1 .header__currency .currency__button i {
  vertical-align: top;
  line-height: 1.2; }

.sw-header--1 .header__currency .currency__drop {
  max-width: none;
  width: auto;
  padding: .25rem; }

.sw-header--1 .header__currency .currency__drop a {
  padding: .75rem .5rem; }

.sw-header--1 .header__currency .currency__drop a.active {
  font-weight: 600; }

.sw-header--1 .header__search {
  display: inline-block;
  max-width: 15rem; }

.sw-header--1 .header__search .input-group {
  border-bottom: 1px solid #e7e7e7; }

.sw-header--1 .header__search .input-group-field {
  background-color: #fafafa;
  background-color: #fafafa;
  box-shadow: none;
  border-width: 0; }

.sw-header--1 .header__search .input-group-field::-webkit-input-placeholder {
  color: #b7b7b7; }

.sw-header--1 .header__search .input-group-field:-moz-placeholder {
  color: #b7b7b7; }

.sw-header--1 .header__search .input-group-field::-moz-placeholder {
  color: #b7b7b7; }

.sw-header--1 .header__search .input-group-field:-ms-input-placeholder {
  color: #b7b7b7; }

.sw-header--1 .header__search .button {
  background-color: #fafafa;
  color: #333333; }

.sw-header--1 .snippet--header-right {
  text-transform: uppercase;
  font-size: .9rem;
  font-weight: 700;
  margin-bottom: 1.25rem; }

.sw-header--1 .header__basket,
.sw-header--1 .header__wishlist {
  text-transform: uppercase;
  color: #333333;
  font-size: .9rem;
  font-weight: 600;
  margin-bottom: 1rem;
  display: inline-block; }

.sw-header--1 .header__basket {
  padding-left: 1.5rem;
  position: relative;
  margin-right: .5rem; }

.sw-header--1 .header__basket .basket__count {
  background-color: #beddff;
  vertical-align: top;
  color: #000000;
  font-weight: 500;
  font-size: .85rem;
  position: relative;
  top: -.35em; }

.sw-header--1 .header__basket:before {
  background: #ffffff url(../images/shopping-bag.svg) left top/contain no-repeat;
  content: '';
  position: absolute;
  left: 0;
  width: 1.125rem;
  height: 100%; }

.sw-header--1 .header__wishlist {
  padding-left: .5rem; }

.sw-header--1 .header__wishlist i {
  font-size: 1.25rem;
  padding-right: .25rem;
  position: relative;
  top: .125rem; }

.header__nav-outer {
  background-color: #000000; }

.header__nav-outer .header__nav > .button {
  margin-bottom: 0;
  border-radius: 0;
  background-color: transparent;
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: uppercase; }

.header__nav-outer .header__nav > .button.mobile-search-button {
  float: right; }

.header__nav-outer .main-nav > li > a {
  font-size: .9rem;
  font-weight: 900;
  padding: 1.25rem .65rem;
  position: relative;
  text-transform: uppercase;
  text-align: center; }

.header__nav-outer .main-nav a {
  color: #ffffff; }

.header__nav-outer .main-nav .submenu {
  border: 0;
  background-color: #333333;
  font-size: .9rem;
  text-transform: capitalize;
  z-index: 999;
  margin-top: -1px; }

.header__nav-outer .main-nav .submenu a {
  border-bottom: 1px solid #000000; }

@media screen and (min-width: 64em) {
  .main-nav > li > a.active:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 0.2rem solid #ffffff; } }
@media screen and (max-width: 39.9375em) {
  .sw-header--1 .header__basket-wrapper {
    width: auto;
    display: inline-block;
    position: absolute;
    top: 1.25rem;
    right: 1rem; }

  .sw-header--1 .header__search {
    position: absolute;
    left: .9rem;
    right: .9rem;
    max-width: 100%;
    z-index: 4; }

  .sw-header--1 .main-nav {
    margin-left: -1rem;
    margin-right: -1rem; }

  .sw-header--1 .main-nav > li > a {
    border-bottom: 1px solid #444; } }
@media screen and (min-width: 40em) {
  .main-nav > li:first-child > a {
    padding-left: 0; } }
/* #-HOME */
.home-carousel {
  margin-top: -1rem;
  position: relative; }

.home-carousel .slide {
  position: relative; }

.home-carousel .overlay {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  width: 100%;
  font-size: 3rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  line-height: normal; }
  @media (max-width: 64em) {
    .home-carousel .overlay {
      font-size: 2rem; } }
  @media (max-width: 40em) {
    .home-carousel .overlay {
      font-size: 1.5rem;
      font-weight: normal; } }

.home-carousel .overlay .overlay-text {
  text-transform: uppercase;
  display: inline-block;
  padding: 5px 15px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff; }

.home-carousel .arrow {
  background-color: #ffffff; }

.home-carousel img {
  width: 100%; }

.home-carousel .prev {
  left: 0; }

.home-carousel .next {
  right: 0; }

@media screen and (min-width: 40em) {
  .services .column-block {
    margin-bottom: .5rem; }

  .services figure {
    text-align: center; }

  .services figure i {
    font-size: 2.5rem; } }
/* #-FORMS */
[type=color],
[type=date],
[type=datetime-local],
[type=datetime],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea,
select {
  background-color: #ffffff;
  border: 1px solid #ddd;
  box-shadow: none;
  border-radius: 3px;
  font-size: .9rem;
  padding: .85rem .75rem;
  height: auto; }

select {
  appearance: none;
  background-image: url(../images/select-arrow--main.svg);
  background-repeat: no-repeat;
  background-position: right -1.25rem center;
  background-size: 1rem;
  padding-right: 2.5em; }

select:focus,
select:hover {
  border-color: black; }

select:active {
  border-color: #900; }

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  select::-ms-expand {
    display: none; }

  select:focus::-ms-value {
    background: transparent;
    color: grey; } }
input[type="checkbox"],
input[type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

input[type="checkbox"]:focus + label:before,
input[type="checkbox"]:hover + label:before {
  border-color: black; }

input[type="radio"]:focus + label:before,
input[type="radio"]:hover + label:before {
  border-color: black; }

input[type="checkbox"]:active + label:before,
input[type="radio"]:active + label:before {
  transition-duration: 0;
  filter: brightness(0.2); }

input[type="checkbox"] + label,
input[type="radio"] + label {
  position: relative;
  padding: 3px 10px;
  padding-left: 22px;
  margin-left: 0;
  vertical-align: middle;
  user-select: none; }

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  box-sizing: content-box;
  content: '';
  color: #6dc8f1;
  position: absolute;
  top: 50%;
  left: -1px;
  width: 15px;
  height: 15px;
  margin-top: -8px;
  border: 1px solid #dddddd;
  text-align: center;
  border-radius: 3px; }

input[type="checkbox"] + label:after,
input[type="radio"] + label:after {
  box-sizing: content-box;
  content: '';
  background-color: #6dc8f1;
  position: absolute;
  top: 50%;
  left: 3px;
  transform: scale(0);
  transform-origin: 50%;
  transition: transform 200ms ease-out; }

input[type="radio"] + label:after {
  left: 2px; }

input[type="radio"] + label:after {
  width: 11px;
  height: 11px;
  margin-top: -5px; }

input[type="checkbox"] + label:after {
  background-color: transparent;
  left: 3px;
  width: 6px;
  height: 3px;
  margin-top: -3px;
  border-style: solid;
  border-color: #ffffff;
  border-width: 0 0 3px 3px;
  border-image: none;
  transform: rotate(-45deg) scale(0);
  transition: none; }

input[type="checkbox"]:checked + label:after {
  content: '';
  transform: rotate(-45deg) scale(1);
  transition: transform 200ms ease-out; }

input[type="radio"]:checked + label:before {
  animation: borderscale 300ms ease-in;
  background-color: white; }

input[type="radio"]:checked + label:after {
  transform: scale(1); }

input[type="radio"] + label:before,
input[type="radio"] + label:after {
  border-radius: 50%; }

input[type="checkbox"]:checked + label:before {
  animation: borderscale 200ms ease-in;
  background-color: #6dc8f1; }

input[type="checkbox"]:checked + label:after {
  transform: rotate(-45deg) scale(1); }

@keyframes borderscale {
  50% {
    box-shadow: 0 0 0 2px #ddd; } }
span.validation-error {
  color: #ef3d3d;
  font-style: italic;
  font-size: .8rem;
  white-space: nowrap; }

span.validation-error + * {
  background-color: #fff5f5; }

.field-label {
  text-transform: uppercase;
  font-weight: 600;
  padding-bottom: .3em;
  display: inline-block;
  padding-right: .5rem; }

.field--newsletter {
  border: 1px solid #dddddd;
  border-width: 1px 0;
  margin: 1rem 0;
  padding: .5rem 0; }

.account-login.panel {
  padding: 0; }

.account-login.panel {
  padding: 0; }

.account-login .inner {
  padding: 2rem; }

.account-login input {
  padding-left: 2.5rem; }

.account-login input[type="email"] {
  background: #ffffff url(../images/user.svg) left 1rem center/1rem no-repeat; }

.account-login input[type="password"] {
  background: #ffffff url(../images/padlock.svg) left 1rem center/1rem no-repeat; }

.account-login .account-login__newsletter {
  display: block;
  height: 3.5rem; }

/* #-COMPONENTS */
.slick-slider .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  padding: 1rem;
  color: #000000;
  font-size: 1.25rem;
  line-height: 1; }

.slick-slider .prev {
  left: 1rem; }

.slick-slider .next {
  right: 1rem; }

.slick-slider.slick-vertical .arrow {
  position: static;
  text-align: center;
  transform: none; }

.product-slider .arrow {
  padding: 0;
  font-size: 1.5rem;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #6dc8f1;
  cursor: pointer; }

.product-slider {
  margin-bottom: 1.25rem; }
  .product-slider .prev {
    left: .9375rem; }
  .product-slider .next {
    right: .9375rem; }
  .product-slider .prev .fa:before {
    content: "\f053"; }
  .product-slider .next .fa:before {
    content: "\f054"; }
  @media (min-width: 40em) {
    .product-slider {
      margin-bottom: 1.875rem; } }

.slick-slider .arrow {
  cursor: pointer; }

.product-slider2 .arrow, .product-carousel-service .arrow {
  font-size: 1.5rem; }
.product-slider2 .prev, .product-carousel-service .prev {
  padding-left: 0; }
.product-slider2 .next, .product-carousel-service .next {
  padding-right: 0; }
.product-slider2 .slick-list, .product-carousel-service .slick-list {
  margin-left: 20px;
  margin-right: 20px; }

#product-carousel.product-carousel-service {
  margin-top: 15px; }
  #product-carousel.product-carousel-service .prev {
    left: 0;
    padding-left: 0; }
  #product-carousel.product-carousel-service .next {
    right: 0;
    padding-right: 0; }
  #product-carousel.product-carousel-service .slick-slide {
    padding-left: 7px;
    padding-right: 7px; }

.side-nav {
  text-transform: uppercase;
  margin-bottom: 2rem; }

.side-nav > .menu {
  font-size: .9rem;
  font-weight: 500; }

.side-nav > .menu > li > a {
  border-bottom: 1px solid #f0f0f0; }

.side-nav > .menu > li[aria-expanded="true"] > a {
  color: #6dc8f1; }

.side-nav > .menu > li > a {
  padding: 1.25rem 0;
  color: #505056;
  font-size: 1rem; }

.side-nav > .menu > li > a.active {
  color: #6dc8f1; }

.side-nav > .menu > li ul {
  margin-left: 2rem;
  margin-bottom: 1rem; }

.side-nav > .menu > li ul a {
  padding: .7rem 0;
  position: relative;
  color: #979797; }

.side-nav > .menu > li ul a:before {
  font-family: "FontAwesome";
  content: '\f0da';
  position: absolute;
  left: -.75rem; }

.side-nav > .menu > li ul a.active {
  color: #6dc8f1; }

.filters {
  margin-bottom: 2rem; }

.filters h3 {
  margin: 0; }

.sidebar {
  padding-left: 2.5rem; }

.sidebar.mod-blog {
  font-family: 'Josefin Sans', sans-serif; }
  .sidebar.mod-blog .header--block-line {
    margin-bototm: 0; }

.sidebar .sidebar-section {
  margin-bottom: 2rem; }

.filter-container {
  height: 0;
  opacity: 0;
  visibility: hidden; }

.filter-group h3 {
  cursor: pointer;
  border-bottom: 1px solid #f0f0f0;
  padding: 1rem 0;
  margin: 0;
  position: relative; }
  .filter-group h3:after {
    content: "\f067";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 14px;
    font-size: inherit;
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 900;
    font-size: 1rem;
    margin: 0;
    top: 50%;
    margin-top: -.5rem;
    right: 0;
    position: absolute;
    color: #505056; }

.filter-group.open {
  padding-bottom: 1rem; }
  .filter-group.open h3 {
    margin-bottom: 1rem; }
  .filter-group.open h3:after {
    content: "\f068"; }
  .filter-group.open .filter-container {
    height: auto;
    opacity: 1;
    visibility: visible; }

.flash {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  padding: .4rem .5rem;
  font-size: .85rem;
  font-weight: 600;
  width: 5rem;
  color: #000000;
  border: 1px solid #000000; }

.flash.flash--offer {
  left: auto;
  right: 0;
  border-color: #6dc8f1;
  background-color: #6dc8f1;
  color: #ffffff; }

.flash.flash--offer + .flash--offer {
  top: 2.5rem;
  background-color: #ffffff;
  color: #6dc8f1; }

.header--block-line {
  border-bottom: 2px solid #dddddd;
  position: relative;
  font-size: 1.1rem; }

.header--block-line:after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 35px;
  border-top: 3px solid #6dc8f1; }

.header--section {
  border: 1px solid #dddddd;
  border-width: 1px 0;
  padding: .75rem 0;
  text-align: center;
  margin-bottom: .75rem;
  font-size: 1.3rem;
  text-transform: uppercase;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700; }

.panel {
  border: 1px solid #dddddd;
  padding: 1.5rem;
  margin-bottom: 1.5rem; }

.number-toggle {
  display: table;
  margin-bottom: .25rem; }

.number-toggle > * {
  display: inline-block;
  vertical-align: middle;
  width: auto; }

.number-toggle > input {
  width: 50%;
  margin-bottom: 0; }

.number-toggle > button {
  width: 25%; }

.pagination {
  margin: 2rem 0; }

.pagination li {
  font-size: 1.125rem;
  font-weight: 500; }

.pagination li a {
  border: 1px solid #dddddd;
  padding: .35rem .75rem; }

.pagination li a.current {
  padding: .35rem .75rem;
  background-color: #dddddd;
  color: #000000;
  font-weight: 700; }

.pagination .pagination-previous a:before {
  content: '';
  margin: 0; }

.pagination .pagination-next a:after {
  content: '';
  margin: 0; }

.pagination .page-link.hidden {
  display: none; }

.list--bullit {
  margin: 1.75rem 0; }

.list--bullit li > a {
  font-size: 1rem;
  position: relative;
  padding: .75rem .75rem .75rem 1rem;
  color: #333333; }

.list--bullit li > a.before {
  content: '';
  width: .5rem;
  height: .5rem;
  border: 1px solid #333333;
  display: inline-block;
  position: absolute;
  left: .75rem;
  top: 50%;
  margin-top: -.25rem; }

ul.menu.vertical.list--bullit li a:before {
  content: '';
  color: #f00;
  width: .5rem;
  height: .5rem;
  border: 1px solid #000;
  display: inline-block;
  vertical-align: top;
  margin-right: .75rem;
  margin-top: .25em; }

.payment-list {
  list-style: none;
  margin: 0;
  padding: 0; }

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

.payment-list li img {
  height: 23px;
  width: auto; }

.dropdown.menu > li.is-dropdown-submenu-parent > a:after {
  border: 0 !important;
  content: '\f0dd' !important;
  font-family: "FontAwesome";
  margin-top: -.75em !important;
  right: .75rem !important; }

.is-accordion-submenu-parent > a:after {
  border: 0;
  content: "\f067";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 900;
  font-size: 1rem;
  margin: 0;
  top: 50%;
  margin-top: -.5rem;
  right: 1rem; }

.is-accordion-submenu-parent[aria-expanded=true] > a:after {
  transform: none;
  content: "\f068"; }

.main-breadcrumbs {
  padding: 2rem 0;
  padding-top: 1rem;
  margin: 0;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: -1px; }

.breadcrumbs {
  margin: 0; }

.main-breadcrumbs li {
  text-transform: uppercase;
  font-size: .9rem;
  font-weight: 500;
  color: #979797; }

.main-breadcrumbs li a {
  color: #333; }

.main-breadcrumbs li:not(:last-child):after {
  content: '\f105';
  font-family: "FontAwesome";
  font-size: 1rem;
  line-height: 1rem;
  top: 0;
  color: #333; }

.off-canvas-basket {
  background: #ffffff;
  border-left: 1px solid #dddddd;
  padding: 1.5rem 1rem; }

.off-canvas-basket h3 {
  color: #b7b7b7;
  font-size: 1.125rem; }

.off-canvas-basket .items {
  margin: 1rem -1rem 2rem;
  border-bottom: 1px solid #dddddd; }

.off-canvas-basket .items .item {
  border-top: 1px solid #dddddd;
  padding: 1rem .5rem; }

.off-canvas-basket .items .item h4 {
  font-weight: 600;
  font-size: 1rem; }

.off-canvas-basket .items .item__image {
  border: 1px solid #dddddd;
  position: relative; }

.off-canvas-basket .items .item__image .badge {
  position: absolute;
  top: -11px;
  right: -11px;
  z-index: 2;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  font-size: 12px;
  padding: 0;
  min-width: auto;
  line-height: 19px; }

.off-canvas-basket .items .price {
  font-weight: 600;
  margin-bottom: .75rem;
  color: #6dc8f1;
  line-height: 1;
  font-size: 13px; }

.off-canvas-basket .summary {
  margin-bottom: 1.25rem; }

.off-canvas-basket .summary p {
  text-transform: uppercase;
  color: #979797;
  margin-bottom: 0;
  font-weight: 700; }

.off-canvas-basket .summary .total {
  font-size: 2rem;
  font-weight: 800; }

.off-canvas-basket:after {
  box-shadow: none !important; }

.lightbox {
  display: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  padding-top: 4rem;
  background-color: rgba(0, 0, 0, 0.72);
  position: fixed;
  z-index: 999;
  cursor: pointer; }

.lightbox .inner {
  display: none;
  background-color: #ffffff;
  padding: 1rem;
  cursor: default;
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%); }

.lightbox:after {
  content: 'X';
  color: #ffffff;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  font-size: 1.5rem;
  z-index: 1000; }

@media screen and (min-width: 40em) {
  .off-canvas-basket {
    width: 400px;
    transform: translateX(400px); }

  .off-canvas-basket.is-open ~ .off-canvas-content {
    transform: translateX(-400px); } }
@media screen and (max-width: 39.9375em) {
  .off-canvas-basket {
    width: 350px;
    transform: translateX(350px); }

  .off-canvas-basket.is-open ~ .off-canvas-content {
    transform: translateX(-350px); } }
/* #-ITEMS */
.items-container {
  padding-top: 1.5rem; }

.items-container .border-box {
  margin-bottom: 2rem; }

.item-box {
  text-align: center;
  margin: 0; }
  .item-box .box-data {
    font-family: Josefin Sans,sans-serif; }

.item-box h3 {
  font-size: 1rem;
  margin: 1rem 0; }

.item-box h3 a {
  color: #000000; }

.item-box.prod-box h3 {
  margin: .5rem 0;
  margin-top: 20px;
  text-transform: uppercase;
  color: #53544f;
  font-size: 12px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
  line-height: normal; }

.item-box.prod-box h3 a {
  display: block;
  color: #53544f; }

.item-box.prod-box {
  padding-bottom: 20px; }

.item-box.cat-box .cat-box__price {
  position: absolute;
  z-index: 2;
  bottom: 0;
  background-color: #FFF;
  padding: .125rem .75rem;
  left: 0;
  right: 0;
  margin-left: auto;
  width: 65%;
  margin-right: auto;
  text-transform: uppercase;
  font-size: .9rem;
  color: #979797; }

.item-box.cat-box .cat-box__price .cat-box__price__value {
  font-weight: 600;
  color: #333333; }

.item-box .item-raiting {
  display: block;
  margin-top: .5rem;
  color: #6dc8f1; }

.item-box .item-raiting .off {
  opacity: .4; }

.item-box .price {
  color: #353535;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1; }

.item-box .sale-price {
  color: #6dc8f1; }

.item-box .price + .price {
  font-weight: normal;
  color: #8b8b8b;
  text-decoration: line-through;
  margin-left: 5px; }

.item-box .button {
  display: inline-block;
  margin: 1rem auto; }

/* #-COLLECTION */
.collection-container {
  border-top: 1px solid #dddddd;
  margin-top: 1rem; }

.collection-container .sort-form {
  margin-top: 3rem;
  margin-bottom: 1rem; }

.collection-container .show-sidebar {
  padding-left: 2rem;
  padding-top: 1.5rem; }

.collection-container .show-sidebar .sort-form {
  margin-top: 0; }

.collection-container aside {
  position: relative; }

@media screen and (min-width: 64em) {
  .collection-container .side-menu {
    padding-right: 1rem; } }
.videos .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 1rem; }

.videos .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none; }

.videos .videos-container {
  margin-top: 1.75rem; }

.side-menu {
  height: 100%;
  position: relative;
  padding-top: 3rem;
  padding-right: 2.5rem; }

.side-menu h3, .filters h3 {
  font-family: "museo_sans", sans-serif;
  font-weight: 900;
  text-transform: uppercase; }

.side-menu:after {
  content: '';
  position: absolute;
  border-right: 1px solid #dddddd;
  right: 0;
  top: 0;
  bottom: 0;
  width: 1px; }

.side-menu:before {
  display: block;
  content: '';
  position: absolute;
  top: 2rem;
  width: 18px;
  height: 18px;
  right: -.6rem;
  z-index: 2;
  background: #ffffff;
  border: 1px solid #dddddd;
  border-width: 1px 1px 0 0;
  border-radius: 0 3px 0 0;
  transform: rotate(45deg); }

@media (min-width: 64em) {
  .show-sidebar {
    position: relative; }

  .show-sidebar:before {
    border-left: 1px solid #ddd;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -.9375rem;
    margin-left: -1px; } }
.page-container > :last-child {
  padding-right: 2rem; }

.page-container aside {
  padding-top: .5rem; }

.page-container .page-content {
  margin-bottom: 2rem;
  color: #505056; }

/* #-BLOG */
.blog-container {
  margin-top: 3rem; }

.blog-item .box-data {
  padding-top: .5rem; }

.blog-item__image {
  padding-top: 70%; }

.blog-item__image .label {
  position: absolute;
  bottom: 2rem;
  left: 0;
  z-index: 9;
  font-size: .85rem;
  padding: .8rem 1.25rem; }

.blog-post .blog-image-container {
  position: relative; }

.blog-post .blog-image-container .label {
  position: absolute;
  bottom: 2rem;
  left: 0;
  z-index: 9;
  font-size: .85rem;
  padding: .8rem 1.25rem; }

.blog-post .blog-content {
  margin-bottom: 2rem;
  padding-top: 1.5rem;
  color: #505056; }

.blog-post .heading--1 {
  font-family: 'Josefin Sans', sans-serif;
  margin-bottom: .5rem;
  margin-top: 1.5rem;
  font-weight: 600; }

.blog-post__meta {
  line-height: 1;
  font-family: 'Josefin Sans', sans-serif; }

.blog-post__meta time {
  display: inline-block;
  color: #505056; }

.blog-post__meta .author {
  display: inline-block;
  font-style: normal;
  color: #6dc8f1;
  padding-left: 1.25rem;
  margin-left: 1.25rem;
  border-left: 1px solid #979797; }

/* #-CHECKOUT_BASKET */
.basket__table {
  border-spacing: 0;
  margin-bottom: 2rem; }

.basket__table tr th {
  text-transform: uppercase;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700; }

.basket__table tr th:first-child {
  text-align: left;
  padding-left: 0; }

.basket__table .basket__item td {
  padding: 0.75rem;
  vertical-align: middle;
  border-top: 1px solid #eaeaea; }

.basket__table .basket__item:last-child td {
  border-bottom: 1px solid #eaeaea; }

.basket__table .basket__item .price {
  color: #000000;
  font-size: .9rem;
  font-weight: 600; }

.basket__table .basket__item input {
  background-color: #FFF;
  text-align: center;
  width: 3.5rem;
  margin: 0;
  border-radius: 3px; }

.basket__table .basket__item .basket__item__image {
  width: 100px;
  padding-left: 0; }

.basket__table .basket__item .flash {
  font-size: .75rem;
  padding: .25rem;
  width: 4rem; }

.basket__table .basket__item .basket__item__detail {
  width: auto; }

.basket__table .basket__item h4 {
  text-transform: uppercase;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  font-size: 12px; }

.basket__table .basket__item .basket__item__price {
  width: 10%;
  text-align: center; }

.basket__table .basket__item__info {
  color: #505056; }

.basket__table .basket__item .basket__item__qty {
  width: 10%;
  text-align: center; }

.basket__table .basket__item .basket__item__qty .input-group {
  margin: 0; }

.basket__table .basket__item .basket__item__cost {
  width: 10%;
  text-align: center; }

.basket__table .basket__item .basket__item__remove {
  width: 7rem;
  text-align: center; }

.basket__table .basket__item .basket__item__remove .remove a {
  font-size: 1rem; }

.basket-update {
  -webkit-transition: -webkit-transform .8s ease-in-out;
  transition: transform .8s ease-in-out; }

.basket-update:hover {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg); }

.basket__info .heading--4 {
  font-family: Josefin Sans,sans-serif;
  font-size: 1rem; }

.basket__info__rewards .heading--4,
.truck-icon {
  padding-top: 4rem;
  position: relative;
  margin-top: 0; }

.basket__info__rewards .heading--4:before,
.truck-icon:before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 2.5rem;
  height: 2.5rem; }

.basket__info__rewards .heading--4:before {
  background: rgba(255, 255, 255, 0) url(../images/circle-star.svg) center/contain no-repeat; }

.basket__info__rewards em {
  font-style: normal;
  color: #000000; }

.basket__info__shipping label {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: .5rem;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold; }

.truck-icon:before {
  background: rgba(255, 255, 255, 0) url(../images/truck.svg) center/contain no-repeat;
  width: 3.25rem; }

.basket__voucher h4 {
  font-size: 1.25rem;
  line-height: 2.125rem; }

.basket__voucher .input-group {
  margin-bottom: 0; }

.basket__voucher .input-group-button {
  padding: 0; }

.basket__voucher .input-group-field {
  background-color: #fff;
  border: 1px solid #ddd;
  border-width: 1px 0 1px 1px;
  height: 2.75rem; }

.basket__item .basket__item__options {
  font-size: .85rem;
  vertical-align: top;
  color: #979797; }

.basket__item .basket__item__options dt {
  float: left;
  clear: left;
  padding-right: 1rem;
  margin-bottom: 0; }

.basket__item .basket__item__options dd {
  float: left; }

.basket-totals {
  font-size: 1rem; }

.basket-totals tbody {
  border: 0; }

.basket-totals tbody tr {
  border-bottom: 0 !important; }

.basket-totals tfoot {
  border: 0; }

.basket-totals thead .basket-totals tr td {
  border: 0; }

.basket-totals tr td:last-child {
  text-align: right;
  font-weight: 600; }

.basket-totals td {
  padding: .5rem;
  border-bottom: 3px solid #eaeaea; }

.basket-voucher-toggle {
  color: #7d7d7d;
  font-size: .9rem;
  text-transform: uppercase;
  float: right;
  margin-bottom: 2rem;
  font-weight: 600;
  font-family: 'Josefin Sans', sans-serif;
  font-size: 14px; }

.basket__voucher {
  margin-bottom: 2rem; }

.basket__voucher .input-group {
  border: 1px solid #eaeaea;
  border-radius: 3px 0 0 3px; }

.basket__voucher .input-group .input-group-field {
  border: 0;
  border-radius: 3px; }

.basket__voucher .input-group .input-group-field::-webkit-input-placeholder {
  color: #000000; }

.basket__voucher .input-group .input-group-field:-moz-placeholder {
  color: #000000; }

.basket__voucher .input-group .input-group-field::-moz-placeholder {
  color: #000000; }

.basket__voucher .input-group .input-group-field:-ms-input-placeholder {
  color: #000000; }

.basket__voucher .input-group .input-group-button .button {
  text-transform: uppercase;
  height: 2.75rem; }

@media screen and (min-width: 40em) {
  .basket__info__totals .paypal-button {
    float: right; } }
@media screen and (max-width: 39.9375em) {
  .content .basket__table .basket__item {
    display: block;
    overflow: auto;
    position: relative;
    border-top: 1px solid #eaeaea; }

  .content .basket__table .basket__item td {
    display: block;
    width: 75%;
    vertical-align: top;
    float: right;
    border: 0;
    text-align: left;
    padding-bottom: 0; }

  .content .basket__table .basket__item td.basket__item__image {
    float: left;
    width: 25%; }

  .content .basket__table .basket__item td.basket__item__info {
    padding-right: 2.5rem; }

  .content .basket__table .basket__item td .remove {
    position: absolute;
    top: 1.8rem;
    right: 1rem; }

  .content .basket__table .basket__item td:before {
    content: attr(data-label);
    vertical-align: top;
    margin: .5rem 1rem 0 0;
    display: inline-block; }

  .content .basket__table .basket__item td .quantity {
    width: 6rem;
    height: 3rem;
    margin: auto;
    display: inline-block;
    position: relative; } }
@media (min-width: 64em) {
  .basket__info .panel {
    margin-bottom: 0; } }
@media (max-width: 40em) {
  .shopping-form {
    margin-top: -2rem; } }
/* #-CHECKOUT_ADDRESS */
@media screen and (min-width: 40em) {
  .checkout-address.split .content {
    background-color: #ffffff;
    position: relative; }

  .checkout-address.split .content:after {
    background-color: #fafafa;
    border-left: 1px solid #dddddd;
    content: '';
    position: absolute;
    display: block;
    width: 41.66667%;
    left: 58.33333%;
    top: 0;
    bottom: 0; }

  .checkout-address.split .content .inner-wrapper {
    position: relative;
    z-index: 2; }

  .checkout-address.split .content .checkout__form {
    padding-right: 2.5rem; } }
.email-subscribe-field input {
  margin: 0; }

.checkout-details {
  margin-bottom: 2rem; }

.checkout__form .form__section + .form__section {
  margin-top: .75rem; }

.checkout__form input[type="checkbox"] + label, .checkout__form input[type="radio"] + label {
  padding-top: 10px;
  padding-bottom: 10px; }

.checkout__form legend {
  font-size: 1.15rem;
  font-weight: 700;
  margin: 10px 0;
  margin-bottom: 0;
  text-transform: uppercase;
  font-family: 'Josefin Sans', sans-serif;
  line-height: 1.8; }

.checkout__form .buttons {
  line-height: 2px;
  margin-top: 1rem; }

.checkout__form .buttons .button-secure-payment {
  width: 322px;
  display: block;
  margin-bottom: .25rem; }

.checkout__form .buttons[data-count="3"] .paypal-button {
  vertical-align: top;
  width: 160px;
  background: #ffc43a;
  border-radius: 3px;
  padding: .4rem 0; }

.checkout__form .buttons[data-count="3"] .offline-button {
  width: 160px; }

.checkout__form .buttons[data-count="3"] br {
  display: none; }

.checkout__form .buttons .paypal-button,
.checkout__form .buttons .offline-button {
  width: 322px; }

.checkout__form > fieldset:last-of-type {
  border: 1px solid #dddddd;
  border-width: 1px 0;
  margin-bottom: 1.5rem; }

.basket__info__totals {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600; }

.basket__info__totals .paypal-button {
  margin: 0 auto 2rem;
  display: block; }

.checkout-address .inner-wrapper iframe {
  background-color: #FFF;
  border: 1px solid #ddd; }

.checkout__items {
  margin: 0 25px; }

.checkout__items .checkout__items__item {
  border-bottom: 1px solid #ddd;
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  color: #505056; }
  .checkout__items .checkout__items__item h4 {
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: bold; }
  .checkout__items .checkout__items__item .price {
    font-weight: bold;
    color: #353535; }
  .checkout__items .checkout__items__item .image-container, .checkout__items .checkout__items__item .image-container img {
    border-radius: 5px; }

.checkout__items .checkout__items__item .item__image {
  border: 1px solid #dddddd;
  border-radius: 3px;
  position: relative; }

.checkout__items .checkout__items__item .item__image .badge {
  position: absolute;
  top: -.3rem;
  right: -.3rem;
  z-index: 2;
  font-size: .75rem;
  font-weight: bold; }

.checkout__items .payment-list {
  margin-bottom: 2rem; }

.checkout__items .payment-list img {
  height: 2.25rem; }

.basket__totals {
  text-transform: uppercase;
  border-collapse: collapse;
  color: #505056; }

.checkout__totals {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600; }

.basket__totals td:last-child {
  color: #353535;
  font-weight: 700; }

.basket__totals tr:last-child td {
  color: #000000;
  font-weight: 700; }

.checkout__totals tr,
.checkout__totals tbody,
.basket__totals tr,
.basket__totals tbody {
  background-color: rgba(255, 255, 255, 0) !important; }

.checkout__totals td,
.basket__totals td {
  background-color: rgba(255, 255, 255, 0);
  padding-right: 0;
  padding-left: 0; }

.checkout__totals td:last-child,
.basket__totals td:last-child {
  text-align: right; }

.checkout__totals tr:last-child,
.basket__totals tr:last-child {
  font-weight: 700;
  font-size: 1.25rem;
  text-transform: uppercase; }

.checkout__totals tr:last-child td,
.basket__totals tr:last-child td {
  border-width: 1px 0;
  border-style: solid;
  border-color: #dddddd;
  padding: 1rem 0; }

/* #-SINGLE_PRODUT */
#product-container input[type="checkbox"] + label:before, #product-container input[type="radio"] + label:before {
  border-radius: 50%; }

.product-main-image {
  border: 1px solid #DDD;
  position: relative; }

.product-main-image .product-gallery-photo {
  display: block; }

.product-main-image .product-gallery-photo[data-lightbox='1'] {
  cursor: pointer; }

.product-main-image .video-container {
  padding-bottom: 100%;
  height: 0;
  background-color: #000;
  z-index: 20;
  position: relative;
  display: none; }

.product-main-image .video-container iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  left: 0;
  top: 0; }

.image-utils {
  margin: .5rem 0; }

.image-utils .util {
  display: inline-block;
  width: auto;
  text-transform: uppercase;
  font-size: .8rem;
  vertical-align: top; }

.image-utils .util + .util {
  float: right; }

.image-utils .util span {
  line-height: 1.125rem;
  display: inline-block;
  vertical-align: top; }

.image-utils .util i {
  font-size: 1.125rem; }

.product-thumbs .slide {
  margin-bottom: .75rem; }

.product-thumbs .slide a {
  display: block;
  border: 1px solid #dddddd; }

.product-thumbs .slide a.active {
  position: relative;
  border: 1px solid black;
  z-index: 0; }

.product-thumbs .slide a.active::before {
  content: "";
  position: absolute;
  height: calc(100% + 10px);
  width: 50%;
  background-color: white;
  top: -1px;
  left: 25%; }

.product-thumbs .slide a.active::after {
  content: "";
  position: absolute;
  height: 50%;
  width: calc(100% + 10px);
  background-color: white;
  top: 25%;
  left: -5px; }

.product-thumbs .slide a.active:focus {
  outline: none; }

.product-thumbs .slide a.active img {
  z-index: 1;
  /*position: relative;*/
  /*border: 1px solid #DDD;*/ }

.product-thumbs .arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  padding: 0 1rem 1rem; }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .product__image {
    max-width: 40rem;
    margin: auto; } }
@media screen and (max-width: 64em) {
  .product-tabs .accordion-item .accordion-title {
    background-color: #ffffff;
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: 600;
    color: #484848;
    text-align: center; }

  .product-tabs .accordion-item.is-active a {
    color: #000000; } }
.product__info {
  margin-bottom: 1rem; }

@media screen and (max-width: 39.9375em) {
  .product-thumbs {
    margin-top: 1rem; }

  .product__buy .quantity-input {
    max-width: 5rem; }

  .product__info {
    margin-top: 1rem; } }
.product__info .product__raiting {
  display: inline-block;
  margin-top: .75rem;
  color: #6dc8f1; }

.product__info .product__raiting .off {
  opacity: .4; }

.product__info .info__video {
  color: #000000; }

.product__info .info__code > span:first-child,
.product__info .info__brand > span:first-child {
  font-weight: 600; }

.product__info .info__code > span:first-child:after,
.product__info .info__brand > span:first-child:after {
  content: ':';
  padding-right: .2rem; }

.product__info .product__cost {
  margin-bottom: .5rem; }

.product__info .product__cost .price {
  display: inline-block;
  font-size: 26px;
  font-weight: 700;
  color: #000000; }

.product__info .product__cost.mod-service .price {
  font-size: 20px; }

.has-sale-price .product__info .product__cost .price {
  color: #6dc8f1; }

.has-sale-price .product__info .product__cost .price + .price {
  color: #505056;
  text-decoration: line-through;
  font-size: 15px;
  font-weight: 500;
  margin-left: .75rem; }

.product__info .product__cost .product__rrp {
  background-color: #6dc8f1;
  display: inline-block;
  text-align: center;
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 3.5rem;
  color: #ffffff;
  font-weight: 700;
  float: right; }

.product__info .product__cost .product__rrp span {
  padding-top: 5px;
  display: inline-block; }

.product__info .product__cost .product__rrp div {
  font-size: .85rem;
  position: relative;
  top: -3px; }

.product__info .field-label {
  text-transform: none;
  font-weight: 500; }

.product__info .quantity-input {
  max-width: 4rem;
  padding-top: .9rem;
  padding-bottom: .9rem;
  line-height: 1; }

.product__info .info__details {
  padding-bottom: 1rem;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 1rem;
  color: #2c3336; }

.product__info .info__details > * {
  display: inline-block;
  text-align: left;
  line-height: 2rem;
  font-size: .9rem;
  padding-right: .75rem; }

.product__info .info__details > *:not(.hide) + * {
  border-left: 1px solid #dddddd;
  padding-left: .75rem; }

.product__info .info__details > *:not(.hide) + .hide + * {
  border-left: 1px solid #dddddd;
  padding-left: .75rem; }

.product__info .info__details .info__video i {
  font-size: 1.5rem;
  vertical-align: top;
  line-height: 2rem; }

.product__info .info__details .info__reward .badge {
  background: #333333;
  min-width: 2rem;
  height: 2rem;
  font-size: .75rem;
  line-height: 2;
  margin-right: .25rem; }

.product__info .info__extra ul {
  margin-bottom: 0; }

.product__info hr {
  border-color: #dddddd;
  margin: 1rem 0; }

#product-sale-price {
  display: none; }

.has-sale-price #product-sale-price {
  display: inline-block; }

.product-tabs {
  margin: 1.5rem 0 3rem; }

.product-tabs .tabs {
  border-width: 1px 0;
  border-color: #dddddd;
  margin-bottom: 1.5rem;
  text-align: center; }

.product-tabs .tabs li {
  float: none;
  width: auto;
  display: inline-block; }

.product-tabs .tabs li a {
  color: #979797;
  background: rgba(255, 255, 255, 0);
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: uppercase; }

.product-tabs .tabs li a[aria-selected=true] {
  color: #000000;
  position: relative; }

.product-tabs .tabs li a[aria-selected=true]:after {
  content: '';
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7.5px 0 7.5px;
  border-color: #dddddd transparent transparent transparent; }

.product-tabs .tabs-content {
  border: 0; }

.product-tabs .tabs-content .tabs-panel {
  padding: 0; }

.product__reviews .customer-review {
  padding-bottom: 1rem; }

.product__reviews .customer-review + .customer-review {
  border-top: 1px solid #dddddd;
  margin-top: 1rem;
  padding-top: 1rem; }

.product__reviews .review__raiting {
  color: #6dc8f1;
  margin-bottom: .5rem; }

.product__reviews .review__raiting .off {
  opacity: .4; }

.product-quantity {
  max-width: 130px; }

.related-products {
  margin-top: 20px; }
  .related-products .border-box {
    border: 0;
    padding: 0; }
  .related-products .price {
    font-size: 1.5rem; }
  .related-products .price + .price {
    font-size: 1rem;
    color: #505056; }
  .related-products .item-box.prod-box {
    padding-bottom: 0; }
  .related-products .items-container {
    margin-top: 20px; }

/* #-FOOTER */
/* #-FOOTER_1 */
.sw-footer--1 {
  margin-bottom: 1rem; }

.sw-footer--1 .footer__newsletter {
  background-color: #404040;
  padding: .25rem 0;
  margin-bottom: 1.5rem; }

.sw-footer--1 .footer__newsletter .input-group {
  margin: .5rem 0; }

.sw-footer--1 .footer__newsletter .input-group .input-group-field {
  background-color: #545454;
  color: #ffffff;
  height: 2.5rem; }

.sw-footer--1 .footer__newsletter .input-group .input-group-field::-webkit-input-placeholder {
  text-transform: uppercase; }

.sw-footer--1 .footer__newsletter .input-group .input-group-field:-moz-placeholder {
  text-transform: uppercase; }

.sw-footer--1 .footer__newsletter .input-group .input-group-field::-moz-placeholder {
  text-transform: uppercase; }

.sw-footer--1 .footer__newsletter .input-group .input-group-field:-ms-input-placeholder {
  text-transform: uppercase; }

.sw-footer--1 .footer__newsletter .input-group .button {
  margin-left: .5rem;
  background-color: #fea547;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600; }

.sw-footer--1 .footer__newsletter p {
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 700;
  font-size: 1.125rem;
  margin: .95rem 0; }

.sw-footer--1 .footer__newsletter p em {
  color: #fea547;
  font-style: normal; }

.sw-footer--1 .footer__top .menu {
  display: inline-block;
  text-transform: uppercase;
  font-size: .8rem; }

.sw-footer--1 .footer__top .menu a {
  padding: 0;
  color: #000000; }

.sw-footer--1 .footer__top .menu li + li {
  padding-left: 1.5rem; }

.sw-footer--1 .payment-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.sw-footer--1 .payment-list li {
  display: inline-block; }

.sw-footer--1 .payment-list li img {
  height: 23px;
  width: auto; }

.sw-footer--1 .footer__copy {
  text-transform: uppercase;
  font-size: .8rem; }

.sw-footer--1 .footer__copy p {
  margin-bottom: .25rem; }

.sw-footer--1 .footer__social {
  display: inline-block; }

.sw-footer--1 .footer__social li + li a {
  padding-left: 1.75rem; }

.sw-footer--1 .footer__social li a {
  color: #000000;
  padding: 0;
  font-size: 1.125rem; }

@media screen and (max-width: 39.9375em) {
  .sw-footer--1 .footer__top {
    margin-bottom: -1rem; }

  .sw-footer--1 .footer__top .menu {
    display: block;
    width: 100%;
    font-size: 1.25rem; }

  .sw-footer--1 .footer__top .menu li a {
    padding: 1.5rem 0;
    border-top: 1px solid #dddddd; }

  .sw-footer--1 .payment-list {
    margin: 1rem 0; } }
/* #-EXTRA */
.contact__info,
.contact__form {
  margin-bottom: 2rem; }

.contact__info a {
  text-decoration: underline;
  color: #505056; }

.contact__info address,
.contact__form address {
  font-style: normal;
  font-size: .95rem;
  color: #484848; }

.contact__form__fields {
  border: 1px solid #dddddd;
  margin-bottom: 1.5rem; }

.contact__form__fields input,
.contact__form__fields textarea {
  border: 0;
  margin: 0;
  padding: 1.25rem;
  color: #505056; }

.contact__form__fields input:hover,
.contact__form__fields input:focus,
.contact__form__fields textarea:hover,
.contact__form__fields textarea:focus {
  border: 0;
  outline: 0;
  box-shadow: none; }

.contact__form__fields .field-label {
  color: #505056;
  padding: 1.25rem 0 0 1.25rem; }

.contact__form__fields textarea {
  height: 13rem; }

.contact__form__fields .form__fields--left label + label {
  border-top: 1px solid #dddddd; }

.contact__form__fields .form__fields--right {
  border-left: 1px solid #dddddd; }

.contact__info__tel,
.contact__info__address,
.contact__info__email {
  padding-left: 4rem;
  position: relative; }

.contact__info__tel:before,
.contact__info__address:before,
.contact__info__email:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 3rem;
  height: 3rem; }

.contact__info__tel:before {
  background: rgba(255, 255, 255, 0) url(../images/phone.svg) center/contain no-repeat; }

.contact__info__address:before {
  background: rgba(255, 255, 255, 0) url(../images/address-icon.jpg) center/contain no-repeat; }

.contact__info__email:before {
  background: rgba(255, 255, 255, 0) url(../images/mail.svg) center/contain no-repeat; }

.contact__show-map {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  color: #333333;
  padding: .75rem; }

.contact__show-map i {
  display: block;
  font-style: 1.75rem;
  padding-bottom: .5rem; }

.services {
  padding: 2rem 0; }

.services p {
  margin-bottom: 0; }

.order-details {
  margin-bottom: 2.5rem; }

.order-details address {
  margin-bottom: 1rem; }

.gift-voucher .subheading {
  margin: 2rem 0; }

.gift-voucher .field-label {
  text-transform: capitalize;
  font-size: 1rem; }

.no-page .message {
  margin: 5rem auto 1.5rem; }

.no-page .message .sub {
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
  margin: 2rem 0 3rem; }

.no-page .message .sub:after {
  content: '';
  position: absolute;
  bottom: -1.75rem;
  width: 4rem;
  height: .45rem;
  background-color: #000000;
  left: 50%;
  margin-left: -2rem; }

.no-page .new-search {
  background-color: #fafafa;
  padding: 2rem 0; }

.no-page .new-search + footer {
  margin-top: 0 !important; }

.no-page .new-search .input-group {
  border: 1px solid #dddddd;
  background-color: #ffffff; }

.no-page .new-search .input-group input {
  border: none;
  padding: 1rem; }

.no-page .new-search .input-group .button {
  background-color: rgba(255, 255, 255, 0);
  color: #000000; }

body {
  background: #f2f2f2; }

.container-inner {
  max-width: 85rem;
  background: #fff;
  margin: 0 auto; }

.button[data-nostock="product unavailable"] {
  background: red;
  opacity: .25;
  cursor: not-allowed; }
  .button[data-nostock="product unavailable"]:focus, .button[data-nostock="product unavailable"]:hover {
    background: red; }

.section-title {
  font-family: 'Didot';
  font-size: 36px;
  margin-bottom: 15px;
  margin-top: 15px;
  font-style: italic; }

.box-title, .item-box .box-title {
  font-family: 'Didot';
  font-size: 26px;
  margin: 0;
  font-style: italic; }

.item-box .box-title {
  margin-top: 5px; }

.section-shop {
  text-align: center; }
  .section-shop .box-title {
    padding-top: 5px;
    line-height: normal; }

.section-divider {
  display: block;
  margin: 25px 0;
  background: url("../images/divider.png") no-repeat center center;
  background-size: 348px auto;
  height: 82px; }

.section-row {
  display: table;
  width: 100%;
  height: 100%; }

.section-col {
  vertical-align: middle;
  display: table-cell; }

.row-table {
  display: table;
  width: 100%;
  height: 100%; }

.col-cell {
  vertical-align: middle;
  display: table-cell; }

.section__social li + li a {
  margin-left: .75rem; }

.section__social.menu > li > a {
  color: #6dc8f1;
  font-size: 1,5rem;
  line-height: 1;
  padding: .5rem 0;
  display: inline-block; }

.border-box {
  padding: 5px;
  border: 1px solid #dddddd; }

.box-hover {
  opacity: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.7);
  text-align: center;
  transition: opacity .4s ease; }
  .box-hover img {
    max-width: 100px;
    position: static; }

.border-box:hover .box-hover {
  opacity: 1; }

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  font-size: 20px;
  color: #505056; }

.section + .section-divider {
  margin-top: -60px; }

.text-diff {
  color: #505056; }

.text-lg {
  font-size: 20px; }

.margin-reset {
  margin-bottom: -1.25rem; }
  @media (min-width: 40em) {
    .margin-reset {
      margin-bottom: -1.875rem; } }

.blog-item {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 600; }

.blog-item h3, .header--block-line {
  text-transform: uppercase;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700; }

.label, .label.primary, .badge, .badge.primary {
  background: #6dc8f1; }

.pagination .hidden, .pagination .disabled {
  display: none !important; }

table.unstriped tbody, table.unstriped thead, table.unstriped tbody tr, table.unstriped tbody td {
  background: transparent;
  border: 0; }

.tabs, .tabs-content {
  background: transparent; }

#refermodal label {
  font-weight: bold;
  margin-bototm: 5px; }
#refermodal h4, #refermodal h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bototm: 10px; }
#refermodal h3 {
  font-size: 12px;
  margin: 0; }
#refermodal .button {
  margin-top: 15px; }
#refermodal a {
  color: #407b9a; }

.product-notification h3 {
  font-weight: bold; }
.product-notification p {
  margin: 0; }
.product-notification .button {
  margin-top: 15px; }

.stock-requests-container .mod-input {
  padding-right: 15px; }
.stock-requests-container .button {
  margin: 0; }
.stock-requests-container .row-table {
  margin-top: 15px; }

.highlight p {
  display: inline;
  background: #6dc8f1;
  padding: 5px 10px;
  color: #fff; }

.product__info {
  color: #505056; }
  .product__info hr {
    border-color: #e2e2e2; }
  .product__info h1, .product__info h2, .product__info h3, .product__info h4, .product__info h5, .product__info h6 {
    color: #646464;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700; }

.product-service-description {
  margin-top: 1.5rem; }
  .product-service-description > div {
    margin-bottom: 1.5rem; }
    .product-service-description > div p:last-of-type {
      margin: 0; }

.service-info {
  margin-bottom: 1rem;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 700;
  color: #9b9b9b; }

.checkout-field, .label-wrapper {
  position: relative; }
  .checkout-field span.validation-error, .label-wrapper span.validation-error {
    position: absolute;
    bottom: 0;
    margin-left: 22px; }

.checkout-field span.validation-error {
  margin-left: .75rem;
  margin-bottom: 10px; }

.slick-slider .headline-height {
  height: auto !important; }

.col-meters .box-inner {
  position: relative; }
  .col-meters .box-inner .label-meters {
    position: absolute;
    top: 100%;
    left: 0; }
  .col-meters .box-inner label.error {
    color: red;
    position: absolute;
    top: 100%;
    white-space: nowrap;
    margin-top: 10px; }

.col-meters input {
  max-width: 4rem;
  padding: .9rem 5px;
  line-height: 1;
  -moz-appearance: textfield;
  appearance: textfield;
  text-align: center; }

.col-meters input[type=number]::-webkit-inner-spin-button,
.col-meters input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.left-in-stock {
  text-transform: uppercase;
  color: #6dc8f1;
  margin-top: -1rem; }

@media (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    padding-right: 1.2rem; } }
@media (max-width: 64em) {
  .section-title {
    font-size: 25px; }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 14px; }

  .section + .section-divider {
    margin-top: -20px; }

  .section__social {
    margin-bottom: 20px; } }
@media (max-width: 40em) {
  .s-t-2 {
    margin-top: 2rem; }

  .split-columns > br {
    display: none; }

  .split-columns > .column {
    float: none !important;
    width: 100% !important; }

  .box-title, .item-box .box-title {
    font-size: 20px; } }
@media (max-width: 360px) {
  .section-divider {
    background-size: 100% auto;
    margin-right: .625rem;
    margin-left: .625rem;
    margin-bottom: 0; } }
.sw-header--2 .header__top .outer-wrapper {
  height: 100%;
  width: 100%;
  display: table; }

.sw-header--2 .header__top .inner-wrapper {
  display: table-cell;
  vertical-align: middle; }

.sw-header--2 .header__logo {
  max-width: 550px;
  display: block;
  margin: 0 auto; }

.sw-header--2 .header__logo .logo-text {
  font-size: 2.5rem;
  font-weight: 600; }

.sw-header--2 .header__currency,
.sw-header--2 .header__menu,
.sw-header--2 .header__basket-wrapper {
  display: inline-block;
  vertical-align: top; }

.sw-header--2 .header__menu a {
  padding: .2rem .75rem;
  text-transform: uppercase;
  font-size: .9rem;
  color: #000000; }

.sw-header--2 .header__currency {
  line-height: 1;
  padding-top: .15rem; }

.sw-header--2 .header__currency a {
  padding: .2rem .75rem;
  color: #000000;
  font-size: .9rem; }

.sw-header--2 .header__currency .currency__button {
  padding-left: 0; }

.sw-header--2 .header__currency .currency__button:after {
  content: '\f0d7';
  font-family: FontAwesome; }

.sw-header--2 .header__currency .currency__drop {
  width: auto;
  padding: 0;
  margin-top: .5rem; }

.sw-header--2 .header__currency .currency__drop a {
  padding: .5rem .75rem; }

.sw-header--2 .main-nav > li > a {
  font-size: .8rem;
  font-weight: 600;
  padding: 14px 10px;
  position: relative;
  text-transform: uppercase; }

@media (min-width: 64em) {
  .sw-header--2 .main-nav > li:first-child > a {
    padding-left: 0; }

  .sw-header--2 .dropdown.menu.large-horizontal > li:first-child.opens-right > .is-dropdown-submenu {
    left: -1rem; } }
.sw-header--2 .main-nav a {
  color: #000000; }

.sw-header--2 .main-nav .submenu {
  border: 1px solid #dddddd;
  background-color: #eaeaea;
  text-transform: capitalize;
  z-index: 999; }

.sw-header--2 .main-nav .submenu a {
  font-style: normal; }

.sw-header--2 .header__search {
  margin-top: .35rem; }

.sw-header--2 .header__search .input-group {
  margin-bottom: 0;
  border: 0;
  box-shadow: none;
  border-left: 1px solid #dddddd;
  padding-left: .5rem; }

.sw-header--2 .header__search .input-group .input-group-field {
  border: 0;
  box-shadow: none; }

.sw-header--2 .header__search .input-group .input-group-field::-webkit-input-placeholder {
  text-transform: uppercase;
  color: #979797; }

.sw-header--2 .header__search .input-group .input-group-field:-moz-placeholder {
  text-transform: uppercase;
  color: #979797; }

.sw-header--2 .header__search .input-group .input-group-field::-moz-placeholder {
  text-transform: uppercase;
  color: #979797; }

.sw-header--2 .header__search .input-group .input-group-field:-ms-input-placeholder {
  text-transform: uppercase;
  color: #979797; }

.sw-header--2 .header__search .button {
  background-color: #ffffff;
  color: #000000; }

@media screen and (min-width: 64em) {
  .sw-header--2 .main-nav > li > a.active:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 0.2rem solid #000000; }

  .sw-header--2 .menu.large-horizontal > li > a {
    text-align: center; }

  .sw-header--2 .header__top {
    position: relative;
    z-index: 0;
    overflow: hidden; }
    .sw-header--2 .header__top:after {
      content: "";
      background: #fafafa;
      position: absolute;
      right: 0;
      top: -100%;
      bottom: -100%;
      width: 30%;
      z-index: -1;
      -webkit-transform: rotate(25deg);
      -moz-transform: rotate(25deg);
      -o-transform: rotate(25deg);
      -ms-transform: rotate(25deg);
      transform: rotate(25deg); } }
@media screen and (max-width: 64em) {
  .sw-header--2 .header__bottom > .row {
    position: relative; }

  .sw-header--2 .menu-toggle {
    max-width: 3rem;
    font-size: 1.5rem;
    padding: .6rem;
    margin: 5px 0;
    border-radius: 0;
    border-color: #000000;
    color: #000000;
    text-transform: uppercase; }

  .sw-header--2 .main-nav {
    margin-top: 5px;
    padding: 10px 0;
    border-top: 1px solid #ddd; }

  .sw-header--2 .main-nav > li > a {
    padding: .8rem 0; } }
.sw-header--2 {
  font-family: 'JosefinSansRegular';
  color: #000;
  font-weight: 600; }
  .sw-header--2 .toggle-account-links {
    background: url("../images/account-icon.png") no-repeat center right; }
  .sw-header--2 .header-basket-link {
    background: url("../images/basket-icon.png") no-repeat center right; }
  .sw-header--2 .header-basket {
    display: inline-block;
    vertical-align: middle; }
  .sw-header--2 .header-basket-link, .sw-header--2 .toggle-account-links {
    background-size: 25px auto;
    padding: 15px 0;
    line-height: 1;
    padding-right: 40px;
    min-height: 30px;
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase; }
  .sw-header--2 a {
    color: #000; }
  .sw-header--2 .account-links {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    vertical-align: middle;
    font-size: 14px; }
  .sw-header--2 .account-menu > li > a {
    line-height: normal;
    padding: 5px 0; }
  .sw-header--2 .account-links-menu {
    display: none;
    position: absolute;
    top: 100%;
    z-index: 10;
    background: #fafafa;
    left: -10px;
    padding: 5px 10px;
    margin: 0;
    margin-top: -9px;
    right: -10px;
    text-align: left; }
    @media (min-width: 64em) {
      .sw-header--2 .account-links-menu {
        padding-top: 0; } }
  .sw-header--2 .account-links.open .account-links-menu {
    display: block; }
  .sw-header--2 .header__bottom {
    background: #eaeaea; }
  @media (min-width: 64em) {
    .sw-header--2 .header__bottom {
      text-align: center; }
    .sw-header--2 #main-nav-wrapper {
      display: inline-block;
      vertical-align: middle; }
    .sw-header--2 .main-nav {
      text-align: left; }
    .sw-header--2 .submenu.menu > li > a {
      padding-left: 10px;
      padding-right: 10px; } }

.header-search {
  max-width: 400px;
  margin: 15px auto;
  background: #fff;
  border: 1px solid #dadada;
  font-family: "Raleway", sans-serif; }
  .header-search ::-webkit-input-placeholder {
    color: #757575; }
  .header-search :-moz-placeholder {
    color: #757575;
    opacity: 1; }
  .header-search ::-moz-placeholder {
    color: #757575;
    opacity: 1; }
  .header-search :-ms-input-placeholder {
    color: #757575; }
  .header-search input, .header-search button {
    border: 0;
    background: transparent;
    box-shadow: none;
    margin: 0; }
    .header-search input:focus, .header-search button:focus {
      box-shadow: none;
      border: 0; }
  .header-search .input-group {
    margin: 0; }
  .header-search button {
    color: #000;
    font-size: 18px; }
  @media (min-width: 64em) {
    .header-search {
      margin: 0;
      margin-top: 15px; } }

@media (min-width: 64em) {
  .dropdown.menu.large-horizontal > li:last-child.opens-right > .is-dropdown-submenu {
    right: -1rem;
    left: auto; } }
.sw-footer--2 {
  background-color: #eaeaea;
  padding: 3rem 0 1.5rem;
  font-family: "Raleway", sans-serif;
  font-size: 13px; }

.sw-footer--2 .footer__top h4 {
  color: #222222;
  font-size: 1rem;
  margin-bottom: 1.5rem;
  font-family: 'Didot';
  font-size: 22px;
  font-style: italic; }

.sw-footer--2 .footer__top .menu {
  margin-bottom: 2rem; }

.sw-footer--2 a {
  color: #407b9a; }

.sw-footer--2 .footer__top .menu a {
  color: #222222;
  padding: .5rem 0;
  font-size: .9rem; }

.sw-footer--2 .footer__top .footer__social li + li a {
  margin-left: .75rem; }

.sw-footer--2 .footer__top .footer__social a {
  color: #222222;
  font-size: 1.5rem;
  line-height: 1;
  display: inline-block; }

.sw-footer--2 .newsletter-form {
  margin-bottom: 2rem;
  border: 1px solid #222; }

.sw-footer--2 .newsletter-form .input-group {
  margin: 0; }

.sw-footer--2 .newsletter-form .input-group .input-group-field {
  background-color: transparent;
  border-color: transparent;
  color: #222222; }

.sw-footer--2 .newsletter-form .input-group .input-group-field::-webkit-input-placeholder {
  color: #222222; }

.sw-footer--2 .newsletter-form .input-group .input-group-field:-moz-placeholder {
  color: #222222;
  opacity: 1; }

.sw-footer--2 .newsletter-form .input-group .input-group-field::-moz-placeholder {
  color: #222222;
  opacity: 1; }

.sw-footer--2 .newsletter-form .input-group .input-group-field:-ms-input-placeholder {
  color: #222222; }

.sw-footer--2 .newsletter-form .input-group button {
  margin-left: 0;
  background-color: transparent;
  color: #222222;
  font-size: .85rem;
  padding: 0 15px;
  height: 2.9rem;
  font-size: 0; }
  .sw-footer--2 .newsletter-form .input-group button:after {
    content: "\f003";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale; }

.sw-footer--2 .footer__bottom > .row:before {
  border-color: #c2c2c2; }

.sw-footer--2 .footer__copy {
  font-size: .85rem;
  color: #222; }

.sw-footer--2 .footer__copy a {
  color: #407b9a;
  font-weight: 500; }

.sw-footer--2 .footer__copy p {
  margin-bottom: 0; }

.sw-footer--2 .payment-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.sw-footer--2 .payment-list li {
  display: inline-block; }

.sw-footer--2 .payment-list li img {
  height: 23px;
  width: auto; }

.contact-line.phone {
  background: rgba(255, 255, 255, 0) url(../images/phone2.svg) center/15px no-repeat; }

.contact-line.address {
  background: rgba(255, 255, 255, 0) url(../images/map2.svg) center/15px no-repeat; }

.contact-line.mail {
  background: rgba(255, 255, 255, 0) url(../images/mail2.svg) center/15px no-repeat; }

.sw-footer--2 .contact-line {
  padding-left: 23px;
  background-position: 0 5px;
  min-height: 15px; }
  .sw-footer--2 .contact-line + .contact-line {
    margin-top: 20px; }

@media (min-width: 40em) {
  .sw-footer--2 .newsletter-form {
    margin-top: 2rem; } }
@media (max-width: 40em) {
  .sw-footer--2 .payment-list {
    margin-top: 1rem; } }
@media(max-width: 64em) {
	.product__info {
		margin-top: 1rem;
	}
}

textarea {
  resize: none; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #505056; }

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #505056;
  opacity: 1; }

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #505056;
  opacity: 1; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #505056; }

.product__cost {
  text-transform: uppercase;
  font-size: 20px; }
  .product__cost .total-price, .product__cost .unit-price {
    font-weight: normal;
    margin-right: 15px;
    font-size: 20px; }
  .product__cost b {
    font-weight: bold; }
  .product__cost .total-price {
    color: #6dc8f1; }

.product__cost .subscription-product-interval {
	font-size: 12px;
}

.subscription-basket-warning {
	padding: 10px;
	background: #e33e20;
	color: white;
	margin-bottom: 20px;
}
.product-service-date {
	display: block;
	color: #6dc8f1;
	line-height: normal;
	font-size: 1.35rem;
	margin-bottom: .5rem;
	margin-top: -.75em;
	font-weight: 500;
}

/*# sourceMappingURL=default.css.map */
