@charset "UTF-8";
/* =========================================================================

    Project: Twomark
    Author: Piotr Bajer
    Last updated: Sat Aug 11 2018 00:59:54


   ========================================================================= */

.navigation__list:after, .category__filter-bar:after, .category__pagination ul:after, .news-list:after, .product__instalment:after, .product__feature--size .form-control:after {
  content: "";
  display: table;
  clear: both;
}

.footer ul, .header__links ul, .navigation__list, .navigation__sub-list, .slideshow__slides, .slideshow__navigation-list, .slideshow__change-slide-list, .category__breadcrumbs, .category__pagination ul, .promo__tabs-list, .promo__navigation-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* =========================================================================
   Bootstrap
   ========================================================================= */

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.clearfix:before, .header:before, .clearfix:after, .header:after {
  content: " ";
  display: table;
}

.clearfix:after, .header:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }

}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }

}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }

}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }

}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }

}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }

}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }

}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }

}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }

}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }

}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }

}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }

}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }

}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }

}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }

}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }

}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }

}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }

}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }

}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }

}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }

}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }

}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }

}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }

}

@media print {
  .hidden-print {
    display: none !important;
  }

}

/* =========================================================================
   Bootstrap Overrides

   For things that cannot be adjusted just using variables.
   ========================================================================= */

/* =========================================================================
   Custom Styling
   ========================================================================= */

@font-face {
  font-family: 'twomark';
  src: url("../fonts/twomark.eot?jjt7hf");
  src: url("../fonts/twomark.eot?jjt7hf#iefix") format("embedded-opentype"), url("../fonts/twomark.ttf?jjt7hf") format("truetype"), url("../fonts/twomark.woff?jjt7hf") format("woff"), url("../fonts/twomark.svg?jjt7hf#twomark") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'twomark' !important;
  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-arrow-bottom:before {
  content: "\e905";
}

.icon-arrow-top:before {
  content: "\e906";
}

.icon-cart:before {
  content: "\e900";
}

.icon-lock:before {
  content: "\e901";
}

.icon-search:before {
  content: "\e902";
}

.icon-arrow-left:before {
  content: "\e903";
}

.icon-arrow-right:before {
  content: "\e904";
}

.font-header, .h3, .title, .subtitle, input[type="submit"], .form-control label, .category__breadcrumbs, .category__no-results, .basket__table th, .basket__sum {
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.h3, .title, .subtitle {
  font-size: 24px;
  line-height: 38px;
  margin: 0;
  padding: 0;
}

.title, .subtitle {
  background-color: #f7f7f7;
  height: 38px;
  padding-left: 30px;
  margin: 15px 0;
}

.title--border-bottom {
  border-bottom: 1px solid #d9d9d9;
}

.title--border-top {
  border-top: 1px solid #d9d9d9;
}

.subtitle {
  background-color: transparent;
  font-size: 18px;
  border-bottom: 1px solid #d9d9d9;
  padding-left: 0;
}

* > .subtitle:first-child {
  margin-top: 0;
}

html {
  font-size: 62.5%;
  box-sizing: border-box;
}

html *,
html *:before,
html *:after {
  box-sizing: inherit;
}

html * {
  outline: none;
}

body {
  font-family: "Arial", "Helvetica Neue", Helvetica, serif;
  font-size: 1.4em;
  line-height: 1.4;
  color: #808080;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-out, border-color 0.2s ease-out, background-color 0.2s ease-out;
  transition: color 0.2s ease-out, border-color 0.2s ease-out, background-color 0.2s ease-out;
}

a:hover {
  color: #16c1f3;
  text-decoration: none;
}

input, textarea, button, select {
  box-sizing: inherit;
}

.label {
  padding-right: 15px;
}

.input, .label {
  padding-bottom: 15px;
}

tbody > tr:last-child > .label, tbody > tr:last-child > .input {
  padding-bottom: 0;
}

.content {
  margin: 15px 30px;
}

.msg {
  border: 1px solid #d9d9d9;
  background-color: #f7f7f7;
  margin: 15px 0;
}

.msg p {
  margin: 15px 30px;
}

.msg_error {
  border-color: #ea2230;
  background-color: #ea2230;
  color: white;
}

.msg_info {
  border-color: #16c1f3;
  background-color: #16c1f3;
  color: white;
}

/* Hide visually but not from screen readers */
.hide {
  position: absolute !important;
  left: -9999em !important;
}

/* Image Replacement */
.ir {
  display: block;
  position: relative;
  overflow: hidden;
}

.ir span {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

/* Acessibility navigation */
.accessibility-nav {
  position: absolute;
  top: 0;
  left: -9999em;
  z-index: 1000;
}

.accessibility-nav a {
  position: absolute;
  top: 0;
  white-space: nowrap;
}

.accessibility-nav a:active,
.accessibility-nav a:focus {
  left: 9999em;
}

/* Container */
.main-container {
  padding: 0;
  width: 1200px;
  margin: 0 auto;
}

.container {
  width: 1170px;
  margin: 0 auto;
}

/* Header */
/* Navigation */
/* Content */
/* Sidebar */
/* Footer */
.footer {
  margin-top: 15px;
  border-top: 1px solid #16c1f3;
  text-align: center;
  color: #808080;
  background-color: #f7f7f7;
  min-width: 1200px;
}

.footer__navigation {
  padding: 30px 30px;
  text-align: left;
}

.footer__copyright {
  background-color: #d9d9d9;
  padding: 30px 0;
  line-height: 1;
}

.footer__table {
  display: table;
}

.footer__column {
  display: table-cell;
  vertical-align: top;
  padding-right: 100px;
}

.footer ul {
  line-height: 1.7142857143;
}

.ca-footer-link {
  width: 225px;
  display: block;
}

.ca-footer-link img {
  max-width: 100%;
}

.btn, input[type="text"], input[type="password"], input[type="submit"] {
  border: 1px solid #d9d9d9;
  height: 38px;
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
  color: #808080;
  -webkit-transition: color 0.2s ease-out, border-color 0.2s ease-out, background-color 0.2s ease-out;
  transition: color 0.2s ease-out, border-color 0.2s ease-out, background-color 0.2s ease-out;
  background-color: transparent;
}

.btn:hover:not(.disabled), input:hover:not(.disabled)[type="text"], input:hover:not(.disabled)[type="password"], input:hover:not(.disabled)[type="submit"] {
  border-color: #16c1f3;
  color: #16c1f3;
}

.btn.disabled, input.disabled[type="text"], input.disabled[type="password"], input.disabled[type="submit"] {
  color: #bfbfbf;
  border-color: #e6e6e6;
}

.btn--blue {
  background-color: #16c1f3;
  border-color: #16c1f3;
  color: white;
}

.btn--blue:hover {
  background-color: transparent;
  color: #16c1f3;
}

.btn--blue.btn--icon i {
  color: white;
}

.btn--icon i {
  font-size: 128.6%;
  vertical-align: -15%;
  color: #bfbfbf;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  /*&:before {
        transition: color 0.2s;
      }
*/
}

.btn--icon:hover i {
  color: #16c1f3;
}

.btn--icon-right i {
  margin-left: 10px;
}

.btn--icon-left i {
  margin-right: 10px;
}

.select-wrapper {
  border: 1px solid #d9d9d9;
  height: 38px;
  display: inline-block;
  line-height: 38px;
  padding: 0;
  color: #808080;
  -webkit-transition: color 0.2s ease-out, border-color 0.2s ease-out, background-color 0.2s ease-out;
  transition: color 0.2s ease-out, border-color 0.2s ease-out, background-color 0.2s ease-out;
  overflow: hidden;
  background-color: #fff;
  position: relative;
}

.select-wrapper:hover, .select-wrapper.active {
  border-color: #16c1f3;
}

.select-wrapper:hover:after, .select-wrapper.active:after {
  color: #16c1f3;
}

.select-wrapper:after {
  font-family: 'twomark' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  /* Better Font Rendering =========== */

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  display: inline-block;
  font-size: 10px;
  color: #bfbfbf;
  position: absolute;
  top: 14px;
  right: 13px;
  z-index: 0;
}

.select-wrapper select {
  padding: 0 38px 0 8px;
  width: calc(100% + 2px);
  position: relative;
  left: -1px;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 36px;
  line-height: 36px;
  z-index: 1;
}

.select-wrapper select:focus {
  outline: none;
}

.select-wrapper select::-ms-expand {
  display: none;
}

.form-control {
  display: inline-block;
}

.form-control label {
  font-size: 16px;
  display: block;
}

.header {
  padding: 15px 0;
}

.header__logo {
  display: inline-block;
  vertical-align: top;
}

.header__logo img {
  height: 56px;
}

.header__search {
  display: inline-block;
  margin-left: 55px;
  margin-top: 10px;
  vertical-align: top;
  padding: 0;
}

.header__search__input {
  display: inline-block;
  box-sizing: border-box;
  width: 250px;
  height: 36px;
  border: none;
  outline: none;
  padding: 0 10px;
  line-height: 36px;
  vertical-align: top;
  color: #808080;
}

.header__search__submit {
  width: 36px;
  height: 36px;
  display: inline-block;
  border: none;
  background: transparent;
  padding: 0;
  font-size: 18px;
  color: #bfbfbf;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.header__search:hover .header__search__submit {
  color: #16c1f3;
}

.header__search:hover .header__search__input {
  color: #808080;
  -webkit-transition: none;
  transition: none;
}

.header__links {
  margin-top: 10px;
  /*& > * + * {
      margin-left: 15px;
    }
*/
}

.header__links .cart-quantity:before {
  content: '(';
}

.header__links .cart-quantity:after {
  content: ')';
}

.header__links ul > li + li {
  margin-left: 15px;
}

.header__links li {
  display: inline-block;
}

.home__blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  margin-left: -15px;
}

.home__blocks > * {
  margin-top: 15px;
  margin-left: 15px;
}

.home__sworks {
  width: 32.9113924051%;
  padding: 30px;
  background: black no-repeat center center;
  background-size: cover;
  color: white;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home__sworks-text {
  margin: 30px 0;
  max-width: 100%;
}

.home__sworks-more {
  background-color: #ea2230;
  color: white;
  border: none;
  min-width: 52%;
}

.home__sworks-more:hover {
  background-color: #a61922;
  color: white !important;
}

.home__sizes {
  width: 38.7341772152%;
  background: no-repeat center center;
  background-size: cover;
  position: relative;
}

.home__sizes img {
  position: absolute;
  width: 100%;
  min-height: 100%;
  display: block;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.home__body-geometry {
  width: 38.7341772152%;
  background: #36070b no-repeat center center;
  background-size: cover;
  text-align: center;
  color: white;
  padding: 30px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.home__body-geometry-title {
  margin: 0;
  font-size: 36px;
  font-family: "Rajdhani", sans-serif;
  text-transform: uppercase;
}

.home__body-geometry-logo {
  background-color: rgba(0, 0, 0, 0.75);
  padding: 15px 0;
  width: 100%;
  margin-top: 10px;
}

.home__body-geometry-logo img {
  display: block;
  margin: 0 auto;
}

.home__body-geometry-text {
  padding: 10px 30px;
  max-width: 100%;
}

.home__body-geometry-more {
  color: inherit;
  min-width: 52%;
}

.home__body-geometry-more:hover {
  background-color: white !important;
  color: black !important;
  border-color: white !important;
}

.navigation {
  border-top: 1px solid #16c1f3;
  background-color: #f7f7f7;
  position: relative;
  z-index: 5;
}

.navigation__list {
  color: #808080;
  padding: 0 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.navigation__item {
  line-height: 38px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.navigation__item:hover > a {
  background-color: #16c1f3;
  color: #fff;
}

.navigation__item:hover .navigation__sub-list {
  visibility: visible;
  opacity: 1;
}

.navigation__item > a {
  text-align: center;
  display: block;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: inherit;
}

.navigation__sub-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  max-height: 280px;
  padding: 25px 30px;
  border-top: 1px solid #d9d9d9;
  background-color: #f7f7f7;
  -webkit-columns: 4 200px;
  -moz-columns: 4 200px;
  columns: 4 200px;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  -webkit-column-rule: 1px solid #d9d9d9;
  -moz-column-rule: 1px solid #d9d9d9;
  column-rule: 1px solid #d9d9d9;
  visibility: hidden;
  opacity: 0;
  border-bottom: 1px solid #d9d9d9;
  -webkit-transition: none;
  transition: none;
}

.navigation__sub-item {
  display: block;
  line-height: 1;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.navigation__sub-item:hover a {
  border-color: #16c1f3;
  padding-right: 0;
}

.navigation__sub-item > a {
  display: block;
  padding: 0.3em 0 0.3em 0;
}

.slideshow {
  margin-top: 15px;
  position: relative;
  padding-bottom: 5px;
}

.slideshow__slides {
  position: relative;
  height: 360px;
}

.slideshow__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center center;
  background-size: cover;
  visibility: hidden;
  opacity: 0;
  text-indent: -99999px;
  -webkit-transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
  transition: opacity 0.5s ease-out, visibility 0.5s ease-out;
}

.slideshow__slide a {
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.slideshow__slide.active {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}

.slideshow__navigation {
  position: absolute;
  left: 0;
  bottom: -15px;
  right: 0;
  z-index: 2;
}

.slideshow__navigation-list {
  display: table;
  width: calc(100% + 10px);
  position: relative;
  left: -10px;
}

.slideshow__navigation-item {
  display: table-cell;
  height: 5px;
  padding-left: 10px;
  vertical-align: bottom;
}

.slideshow__navigation-item a {
  position: relative;
  display: block;
  line-height: 0.1px;
  text-indent: -99999px;
  height: 35px;
  padding: 17px 0 15px 0;
}

.slideshow__navigation-item a:after {
  display: block;
  content: "";
  background-color: #d9d9d9;
  height: 3px;
}

.slideshow__navigation-item a:hover, .slideshow__navigation-item.active a {
  padding-top: 15px;
}

.slideshow__navigation-item a:hover:after, .slideshow__navigation-item.active a:after {
  background-color: #16c1f3;
  height: 5px;
  padding-top: 0;
}

.slideshow__change-slide {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.slideshow__change-slide-item {
  float: left;
  margin-top: 15px;
  margin-right: 15px;
}

.slideshow__change-slide-item a {
  display: block;
  width: 38px;
  height: 38px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.75);
  color: #bfbfbf;
}

.slideshow__change-slide-item:hover a {
  color: white;
  background-color: #16c1f3;
}

.slideshow__change-slide-item i {
  font-size: 18px;
  line-height: 38px;
}

.category {
  /**
  Breadcrumbs
  **/
  /**
  Filter Bar
  **/
}

.category__items {
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.category__product, .promo__product {
  width: 222px;
  text-align: center;
  border-bottom: 1px solid #d9d9d9;
  margin-left: 15px;
  margin-top: 15px;
  color: #808080;
  -webkit-transition: box-shadow 0.2s ease-out;
  transition: box-shadow 0.2s ease-out;
}

.category__product:nth-child(5n-4), .promo__product:nth-child(5n-4) {
  margin-left: 0;
}

.category__product a, .promo__product a {
  display: block;
}

.category__product:hover, .promo__product:hover {
  border-color: #16c1f3;
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.2);
}

.category__title {
  font-size: 24px;
  font-weight: 700;
  margin: 10px 0 0 0;
  font-family: "Rajdhani", sans-serif;
  text-align: center;
}

.category__header--no-meta {
  padding-bottom: 2em;
}

.category__image {
  display: block;
  height: 180px;
  line-height: 180px;
  margin: 10px auto;
}

.category__image img {
  vertical-align: middle;
  max-width: 180px;
  max-height: 120px;
}

.category__image--category {
  margin-left: 0;
  margin-right: 0;
}

.category__image--category img {
  max-width: 100%;
  max-height: 140px;
}

.category__name {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  padding: 0 10px;
  overflow: hidden;
  height: 40.000000012px;
}

.category__meta {
  display: inline-block;
  border-top: 1px solid #d9d9d9;
  margin-top: 8px;
  padding: 8px 8px 15px 8px;
}

.category__price {
  font-weight: 700;
  color: #666666;
  display: block;
}

.category__price--promo {
  color: #16c1f3;
}

.category__price--old, .promo__featured-product .category__price--old {
  font-weight: 400;
  text-decoration: line-through;
  color: #bfbfbf;
}

.category__title-bar {
  margin-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.category__title-bar > *:first-child {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.category__title-bar > * + * {
  margin-left: 15px;
}

.category__breadcrumbs {
  font-size: 18px;
  border-bottom: 1px solid #d9d9d9;
  line-height: 38px;
  height: 38px;
  padding-left: 30px;
}

.category__breadcrumbs li {
  float: left;
  position: relative;
}

.category__breadcrumbs li:not(:last-child):after {
  content: '/';
  display: inline-block;
  font-family: "Arial", "Helvetica Neue", Helvetica, serif;
  font-weight: 400;
  color: #d9d9d9;
  padding: 0 15px;
}

.category__breadcrumbs li.active {
  font-size: 24px;
  color: #16c1f3;
  border-bottom: 2px solid #16c1f3;
  height: 38px;
  padding: 0 10px;
  position: relative;
  margin-left: -10px;
}

.category__breadcrumbs li a {
  display: inline-block;
}

.category__filter-bar {
  border-bottom: 1px solid #16c1f3;
  padding: 10px 22px 10px 23px;
  margin-top: 5px;
  background-color: #f7f7f7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.category__filter-bar .form-control {
  display: inline-block;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 7px 0 8px;
}

.category__filter-bar .select-wrapper {
  width: 100%;
}

.category__filter-bar label {
  margin-bottom: 3px;
}

.category__pagination {
  text-align: center;
  margin-top: 15px;
}

.category__pagination ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.category__pagination li {
  display: inline-block;
}

.category__pagination li + li {
  margin-left: 5px;
}

.category__pagination .active {
  border-color: #16c1f3;
  color: #16c1f3;
}

.category__no-results {
  font-size: 16px;
  text-align: center;
  margin: 100px 0;
}

.promo {
  margin-top: 15px;
}

.promo__tabs {
  background-color: #f7f7f7;
  border-bottom: 1px solid #d9d9d9;
  text-align: center;
}

.promo__tabs-item {
  display: inline-block;
  margin: 0 5px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #808080;
}

.promo__tabs-item a {
  position: relative;
  top: 1px;
  display: block;
  height: 38px;
  padding: 0 0.5em;
  line-height: 38px;
  border-bottom: 2px solid transparent;
}

.promo__tabs-item:hover a, .promo__tabs-item.active a {
  color: #16c1f3;
  border-color: #16c1f3;
}

.promo__products {
  display: none;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.promo__products.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.promo__product {
  margin-left: 15px;
}

.promo__navigation {
  text-align: center;
  margin-top: 15px;
}

.promo__navigation-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 0.4em;
}

.promo__featured-product {
  border: 1px solid #ea2230;
}

.promo__featured-product .category__title {
  color: #ea2230;
}

.promo__featured-product .category__price, .promo__featured-product .category__price--promo {
  color: #ea2230;
}

.promo__featured-product .category__price--old {
  color: #bfbfbf;
}

.promo__featured-product:hover {
  border: 1px solid #ea2230;
}

.promo__featured-product:hover a {
  color: #ea2230;
}

.news-list {
  width: 63.75%;
  color: #808080;
}

.news-list table {
  width: 100%;
}

.news-list td {
  border-bottom: 1px solid #e6e6e6;
}

.news-list__header {
  padding-left: 30px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #d9d9d9;
  height: 38px;
}

.news-list__title {
  margin: 0;
  line-height: 38px;
  font-family: "Rajdhani", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #808080;
  text-transform: uppercase;
}

.news-list__date {
  padding-bottom: 7px;
  padding-top: 7px;
  color: #d9d9d9;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  text-align: right;
  font-size: 30px;
  line-height: 48px;
  padding-left: 30px;
  width: 210px;
  vertical-align: top;
  white-space: nowrap;
}

.news-list__date:after {
  content: "/";
  font-size: 48px;
  font-weight: 400;
  font-family: "Arial", "Helvetica Neue", Helvetica, serif;
  vertical-align: middle;
  display: inline-block;
  padding: 0 0.4em;
}

.news-list__summary {
  padding-top: 18px;
  padding-bottom: 15px;
  padding-right: 25px;
  color: #808080;
  vertical-align: top;
}

.news-list__summary-title {
  font-size: 18px;
  color: #16c1f3;
  font-weight: 700;
  font-family: "Rajdhani", sans-serif;
  margin: 0;
}

.news-list__summary-text {
  max-height: 39.2px;
  overflow: hidden;
}

.news-list__link {
  padding-top: 10px;
  vertical-align: bottom;
  text-align: right;
}

.news-list__link a {
  position: relative;
  padding: 0 1.2em 0 0.5em;
  height: 38px;
  display: inline-block;
  font-weight: 700;
  font-family: "Rajdhani", sans-serif;
  text-transform: uppercase;
  background-color: #e6e6e6;
  line-height: 3.1;
}

.news-list__link a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 38px 20px;
  border-color: transparent transparent #e6e6e6 transparent;
  right: 100%;
  top: 0;
  -webkit-transition: border-color 0.2s ease-out;
  transition: border-color 0.2s ease-out;
}

.news-list__link a:hover {
  color: white;
  background-color: #16c1f3;
}

.news-list__link a:hover:before {
  border-bottom-color: #16c1f3;
}

.news-list__more {
  margin-top: 15px;
}

.news-list p {
  margin: 0;
}

.product__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}

.product__info > * {
  padding: 0 30px;
  margin-top: 15px;
}

.product__data {
  min-width: 35%;
  padding-top: 10px;
  padding-bottom: 15px;
}

.product__title {
  font-size: 18px;
  margin: 0;
  padding: 0;
  line-height: 1.2;
}

.product__instalment {
  display: block;
  margin-top: 23px;
}

.product__instalment a {
  float: left;
}

.product__instalment img {
  display: block;
}

.product__price {
  font-size: 1.3333333333em;
  margin: 21px 0 19px 0;
  line-height: 1;
}

.product__price--special {
  margin-bottom: 0;
  color: #16c1f3;
}

.product__price--old {
  margin-top: 0;
  font-size: 1em;
  text-decoration: line-through;
  color: #bfbfbf;
}

.product__image {
  padding-top: 15px;
  padding-bottom: 15px;
  border-left: 1px solid #d9d9d9;
}

.product__image img {
  max-width: 100%;
  max-height: 400px;
}

.product__feature {
  font-weight: 400;
}

.product__feature strong {
  font-weight: 700;
}

.product__feature--size {
  margin-top: 22px;
}

.product__feature--size .form-control .select-wrapper {
  float: left;
}

.product__add-to-basket {
  margin-top: 30px;
  font-size: 14px;
}

.product__description {
  margin-top: 15px;
}

.product__description-content {
  margin: 15px 30px 0 30px;
}

.product__description-content > * {
  margin-bottom: 0;
}

.basket__table {
  width: 100%;
  text-align: left;
}

.basket__table th {
  font-size: 16px;
  border-bottom: 1px solid #d9d9d9;
  height: 38px;
  line-height: 38px;
}

.basket__table td {
  padding-top: 15px;
}

.basket__table td.basket__sum {
  padding-top: 0;
}

.basket__table > tbody > tr:last-child td {
  padding-bottom: 15px;
}

.basket .produkt {
  font-weight: bold;
}

.basket .ilosc input {
  width: auto;
}

.basket__meta {
  font-weight: normal;
  margin: 0;
}

.basket__update {
  padding-bottom: 15px;
  text-align: right;
}

.basket tfoot td {
  border-top: 1px solid #d9d9d9;
}

.basket__instalment {
  padding-bottom: 15px;
}

.basket__instalment img {
  float: left;
}

.basket__sum {
  font-size: 24px;
  border-bottom: 1px solid #d9d9d9;
}

.basket__sum p {
  margin: 15px 0;
}

.basket__foot {
  margin-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

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