@import url(https://fonts.googleapis.com/css?family=Roboto:100,300,400,700i&subset=latin-ext);@import url(https://fonts.googleapis.com/css?family=Montserrat:100,300,400,500,700i&subset=latin-ext);@charset "UTF-8";
/* ========================================================================== */
/* // Strona zaprojektowana przez - Leszek Cielma
// Strona wdrożona przez - Franciszek Stodulski */
/* ========================================================================== */
@font-face {
  font-family: 'Chronicle Display';
  src: url(ChronicleDisp-Semibold.otf) format("otf");
  src: local("Chronicle Display"), url(ChronicleDisp-Semibold.otf); }

.uiViewComponent {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: auto;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s; }

.state-active {
  color: #b19a63 !important; }

.category-paragraph {
  max-width: 100%;
  width: 100%; }
  .category-paragraph p {
    color: #cbcbcb;
    font-family: "Montserrat", sans-serif;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-align: left;
    padding: 20px 0; }

.name-paragraph {
  max-width: 100%;
  width: 100%; }
  .name-paragraph p {
    font-size: 40px;
    font-family: "Chronicle Display", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    text-align: left;
    line-height: 45px;
    padding: 20px 0; }

._no-border--top {
  border-top: none !important; }

._no-border--bottom {
  border-bottom: none !important; }

._active {
  opacity: 1 !important;
  transform: translate(0px, 0px) !important; }
  ._active * {
    opacity: 1 !important;
    transform: translate(0px, 0px) !important; }

.basket-svg {
  max-width: 35px;
  max-height: 30px;
  height: 100%;
  width: 100%; }

[disabled] {
  pointer-events: none; }

/* ========================================================================== */
/* Button styles */
/* ========================================================================== */
.hl-button {
  position: relative;
  padding: 25px;
  border: none;
  outline: none;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid transparent;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #fff;
  /* ========================================================================== */
  /* Gold Button */
  /* ========================================================================== */
  /* ========================================================================== */
  /* Wide button */
  /* ========================================================================== */
  /* ======================================================================== */
  /* Checked button */
  /* ======================================================================== */
  /* ======================================================================== */
  /* Disabled button */
  /* ======================================================================== */
  /* ======================================================================== */
  /* Sidebar summary button */
  /* ======================================================================== */ }
  .hl-button--gold {
    background-color: #fff;
    color: #b19a63;
    border: 1px solid #b19a63; }
    .hl-button--gold:hover {
      color: #fff;
      background-color: #b19a63; }
  .hl-button--wide {
    padding: 25px 100px; }
  .hl-button--checked {
    border: 1px solid #b19a63;
    color: #b19a63;
    background-color: #fff; }
    .hl-button--checked:hover {
      background-color: #b19a63;
      color: #fff; }
  .hl-button--disabled {
    opacity: 0.3;
    pointer-events: none; }
  .hl-button--sidebar-basket-summary {
    padding: 25px 75px;
    margin-bottom: 20px;
    font-size: 13px;
    font-weight: 700; }
    @media all and (max-width: 480px) {
      .hl-button--sidebar-basket-summary {
        padding: 15px;
        margin-bottom: 0;
        font-size: 9px; } }
  .hl-button--creator-version {
    margin-top: 20px;
    padding: 8px;
    text-align: center; }

/* ========================================================================== */
/* Submit caption ( under the button ) */
/* ========================================================================== */
.submit__caption {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 25px 0;
  height: 100%;
  max-width: 100%;
  display: block;
  width: 100%;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  background-color: #fff;
  transform: translate(0, 65px); }
  .submit__caption--newsletter {
    padding: 10px 0; }
  .submit__caption--gold-white {
    color: #b19a63; }
  .submit__caption--blue-white {
    color: #153552; }
  .submit__caption--active {
    transform: translate(0, 0); }

.manual-href {
  margin: 5px auto;
  max-width: 100%;
  width: 100%; }

.quantity__counter {
  max-width: 100%;
  width: 100%;
  align-items: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  position: relative; }
  .quantity__counter--sidebar-basket {
    max-width: 110px; }
    @media all and (max-width: 480px) {
      .quantity__counter--sidebar-basket {
        max-width: 95px; } }
    .quantity__counter--sidebar-basket .counter__button {
      max-width: 20px;
      height: 20px; }
    .quantity__counter--sidebar-basket .counter__text {
      font-family: "Chronicle Display", sans-serif;
      font-size: 14px;
      color: #b19a63;
      font-weight: 300; }
  @media all and (max-width: 768px) {
    .quantity__counter--finalisation {
      max-width: 30px;
      flex-wrap: wrap;
      flex-direction: column-reverse; } }

.counter__button {
  max-width: 25px;
  width: 100%;
  height: 25px;
  background-color: #b19a63;
  border: none;
  outline: none;
  border-radius: 50%;
  padding: 0;
  position: relative; }
  .counter__button-has-counter-limit-info:after {
    position: absolute;
    left: 30px;
    top: 0;
    padding: 6px;
    background-color: #b19a63;
    display: block;
    white-space: nowrap;
    width: auto;
    content: 'Osi\105gni\119to limit';
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 9px;
    font-weight: 400;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
  .counter__button-has-counter-limit-info--visible:after {
    opacity: 1; }
  .counter__button--negative:after, .counter__button--plus:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block; }
  .counter__button--plus:after {
    content: '\F067'; }
  .counter__button--negative:after {
    content: '\F068'; }
  @media all and (max-width: 480px) {
    .counter__button {
      margin: 0 5px;
      max-width: 20px;
      height: 20px; } }
  .counter__button .button__icon {
    max-width: 100%;
    width: 100%; }
    .counter__button .button__icon svg {
      max-width: 50%;
      width: 100%;
      height: 100%; }
      .counter__button .button__icon svg path {
        fill: #fff; }

.counter__text {
  font-family: "Chronicle Display", sans-serif;
  font-size: 28px;
  color: #b19a63;
  font-weight: 300;
  max-width: 60px;
  width: 100%;
  text-align: center; }
  @media all and (max-width: 480px) {
    .counter__text {
      font-size: 20px; } }

.cart-button {
  max-width: 50px;
  width: 100%;
  padding: 6px; }
  .cart-button svg {
    max-width: 100%;
    width: 100%;
    max-height: 35px;
    display: block; }
    .cart-button svg path {
      fill: #b19a63; }
  .cart-button circle {
    transform: translate(14px, 2px);
    fill: #b19a63; }

.x-mark-button {
  max-width: 25px;
  width: 100%;
  background-color: transparent;
  border: none;
  text-align: center; }
  .x-mark-button svg {
    width: 10px;
    height: 10px; }

body,
html {
  float: left;
  height: auto;
  width: 100%;
  margin: 0;
  overflow-x: hidden; }
  body::-webkit-scrollbar,
  html::-webkit-scrollbar {
    width: 5px; }
  body::-webkit-scrollbar-track,
  html::-webkit-scrollbar-track {
    background: rgba(255, 0, 0, 0); }
  body::-webkit-scrollbar-thumb,
  html::-webkit-scrollbar-thumb {
    background-color: #b19a63; }

* {
  box-sizing: border-box; }

p {
  margin-bottom: 0; }

a,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  color: inherit; }
  a.link--disabled,
  a:focus.link--disabled,
  a:hover.link--disabled,
  a:visited.link--disabled {
    pointer-events: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0;
  margin-top: 0; }

polecane-list-component,
offer-component,
portfolio,
pseudo-about {
  background-color: #fff;
  max-width: 100%;
  position: relative;
  width: 100%;
  float: left; }

.header__paragraph, .header__title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  width: 100%;
  justify-content: center; }

.header__paragraph {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #ccc;
  font-weight: 400;
  padding: 60px 0;
  text-transform: uppercase; }
  @media all and (max-width: 768px) {
    .header__paragraph {
      font-size: 9px;
      padding: 10px 0; } }
  @media all and (max-width: 480px) {
    .header__paragraph {
      font-size: 7px;
      padding: 10px 0; } }

.header__title {
  font-family: "Chronicle Display", sans-serif;
  font-size: 70px;
  color: #153552;
  font-weight: 400; }
  @media all and (max-width: 768px) {
    .header__title {
      font-size: 32px; } }
  @media all and (max-width: 480px) {
    .header__title {
      font-size: 28px; } }
  @media all and (max-width: 320px) {
    .header__title {
      font-size: 24px; } }
  .header__title--small {
    font-size: 46px; }
    @media all and (max-width: 768px) {
      .header__title--small {
        font-size: 22px; } }

.page-view {
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin-top: 120px;
  width: 100%;
  padding: 0 0 80px; }
  .page-view--product-list {
    margin-top: 0; }
    .page-view--product-list__header {
      position: fixed;
      max-width: 100%;
      width: 100%;
      height: 380px;
      left: 0;
      top: 0; }
      @media all and (max-width: 480px) {
        .page-view--product-list__header {
          height: 240px; } }
      .page-view--product-list__header .header__photo {
        max-width: 100%;
        width: 100%;
        position: relative;
        z-index: 1; }
        .page-view--product-list__header .header__photo:after {
          position: absolute;
          left: 0;
          top: 0;
          max-width: 100%;
          width: 100%;
          height: 100%;
          z-index: 2;
          background-color: rgba(0, 0, 0, 0.5);
          display: block;
          content: ''; }
      .page-view--product-list__header .header__text {
        position: absolute;
        top: 70%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        z-index: 2;
        align-items: center;
        justify-content: center; }
        @media all and (max-width: 1280px) {
          .page-view--product-list__header .header__text {
            max-width: 85%;
            width: 100%; } }
        .page-view--product-list__header .header__text .text__title {
          font-family: "Chronicle Display", sans-serif;
          font-size: 48px;
          color: #fff;
          font-weight: 400;
          text-align: center; }
          @media all and (max-width: 768px) {
            .page-view--product-list__header .header__text .text__title {
              font-size: 40px; } }
          @media all and (max-width: 480px) {
            .page-view--product-list__header .header__text .text__title {
              font-size: 36px; } }
        .page-view--product-list__header .header__text .text__category {
          font-family: "Montserrat", sans-serif;
          font-size: 10px;
          text-transform: uppercase;
          letter-spacing: 5px;
          color: #fff;
          left: 0;
          position: absolute;
          cursor: pointer; }
          @media all and (max-width: 768px) {
            .page-view--product-list__header .header__text .text__category {
              left: 0;
              right: 0;
              text-align: center;
              bottom: -30px; } }
    .page-view--product-list__content {
      position: relative;
      z-index: 1;
      margin-top: 380px;
      max-width: 100%;
      width: 100%;
      background-color: #fff; }
      @media all and (max-width: 480px) {
        .page-view--product-list__content {
          margin-top: 240px; } }

.page-view__ui-view-wrapper {
  position: relative;
  max-width: 100%;
  float: left;
  width: 100%;
  height: 100vh; }

.page-view__header {
  max-width: 100%;
  width: 100%;
  padding: 0 0 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(204, 204, 204, 0.35); }
  .page-view__header--small {
    padding: 40px 0; }
  @media all and (max-width: 768px) {
    .page-view__header {
      padding: 15px 0; } }

.page-view__container {
  max-width: 100%;
  width: 100%;
  padding: 30px 0; }
  @media all and (max-width: 480px) {
    .page-view__container {
      padding: 0; } }

.image-wrapper,
.text-wrapper {
  max-width: 100%;
  width: 100%; }

.text-wrapper {
  padding: 20px 40px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  @media all and (max-width: 480px) {
    .text-wrapper {
      padding: 20px 0; } }
  .text-wrapper--tkaniny-second {
    padding-top: 60px;
    padding-bottom: 0; }
  .text-wrapper__text {
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
    color: #0a2239;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 300; }
    .text-wrapper__text:last-of-type {
      margin-bottom: 0; }
    .text-wrapper__text--align-center {
      text-align: center; }

.image-wrapper {
  max-height: 460px;
  height: 100%;
  overflow: hidden;
  padding: 20px 0; }

@media all and (max-width: 1280px) {
  .portfolio-view {
    padding: 0 0 30px; } }

.form-wrapper {
  max-width: 100%;
  width: 100%;
  position: relative;
  margin-bottom: 80px; }

.contact-form {
  max-width: 100%;
  width: 100%;
  text-align: center; }
  .contact-form__group {
    position: relative;
    max-width: 33%;
    width: 100%;
    display: inline-block;
    margin-bottom: 30px; }
    @media all and (max-width: 1280px) {
      .contact-form__group {
        max-width: 100%; } }
    .contact-form__group--full {
      max-width: 100%;
      margin-bottom: 60px; }
  .contact-form__text {
    max-width: 100%;
    width: 100%; }
  .contact-form__text-area {
    max-width: 100%;
    width: 100%; }
  .contact-form input,
  .contact-form textarea {
    padding: 20px 0 0;
    outline: none;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ccc;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-family: "Chronicle Display", sans-serif;
    font-size: 13px;
    color: #b19a63;
    font-weight: 400; }
    .contact-form input:focus,
    .contact-form textarea:focus {
      border-bottom: 1px solid #b19a63; }
    .contact-form input::-moz-placeholder,
    .contact-form textarea::-moz-placeholder {
      font-family: "Montserrat", sans-serif;
      font-size: 9px;
      text-transform: uppercase;
      letter-spacing: 5px;
      color: #cbcbcb; }
    .contact-form input::-webkit-placeholder,
    .contact-form textarea::-webkit-placeholder {
      font-family: "Montserrat", sans-serif;
      font-size: 9px;
      text-transform: uppercase;
      letter-spacing: 5px;
      color: #cbcbcb; }
    .contact-form input::-webkit-input-placeholder,
    .contact-form textarea::-webkit-input-placeholder {
      font-family: "Montserrat", sans-serif;
      font-size: 9px;
      text-transform: uppercase;
      letter-spacing: 5px;
      color: #cbcbcb; }
  .contact-form textarea {
    max-height: 200px;
    height: 100%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
    .contact-form textarea:focus {
      max-height: 280px; }
  .contact-form button {
    background-color: transparent;
    border: 2px solid #b19a63;
    outline: none;
    text-align: center;
    position: relative;
    font-family: "Montserrat", sans-serif;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #b19a63;
    padding: 25px;
    font-weight: 300;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin: 0 auto;
    overflow: hidden; }
    .contact-form button:disabled {
      opacity: 0.3; }
    .contact-form button:hover {
      background-color: #b19a63;
      color: #fff; }
    @media all and (max-width: 1280px) {
      .contact-form button {
        padding: 15px;
        font-size: 7px; }
        .contact-form button .submit__caption {
          padding: 15px 0; } }

.help-block {
  display: block;
  color: #b19a63;
  margin: 0;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  font-size: 9px;
  position: absolute;
  left: 0; }
  .help-block:nth-of-type(1) {
    bottom: -15px; }
  .help-block:nth-of-type(2) {
    bottom: -25px; }
  .help-block:nth-of-type(3) {
    bottom: -35px; }

.page-view__container--onas {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start; }
  @media all and (max-width: 1280px) {
    .page-view__container--onas {
      flex-wrap: wrap; }
      .page-view__container--onas .image-wrapper {
        max-height: 250px; } }

.signature {
  max-width: 415px;
  width: 100%; }
  .signature img {
    height: 100; }

/* ========================================================================== */
/* Company details info */
/* ========================================================================== */
.text-wrapper--company-detials-info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: flex-start; }
  .text-wrapper--company-detials-info .company-details-info__header {
    font-family: "Chronicle Display", sans-serif;
    font-size: 20px;
    color: #b19a63;
    font-weight: 400;
    margin-bottom: 20px; }
  .text-wrapper--company-detials-info .company-details-info__paragraph {
    color: #153552;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 300; }

.tkaniny-view .cloths__list {
  -ms-padding-start: 0px;
  -webkit-padding-start: 0px;
  -moz-padding-start: 0px;
  max-width: 100%;
  width: 100%;
  padding: 20px;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
  @media all and (max-width: 768px) {
    .tkaniny-view .cloths__list {
      padding: 8px; } }
  .tkaniny-view .cloths__list:hover .list__item {
    opacity: 0.5; }
  .tkaniny-view .cloths__list .list__item {
    max-width: 220px;
    width: 100%;
    padding: 3px;
    height: 220px;
    display: inline-block;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    float: left; }
    @media all and (max-width: 768px) {
      .tkaniny-view .cloths__list .list__item {
        max-width: 48%;
        height: 170px; } }
    .tkaniny-view .cloths__list .list__item:hover {
      opacity: 1; }

.test {
  position: fixed;
  z-index: 9;
  transform: translate(100%, 0);
  max-width: 100%;
  width: 100%;
  height: calc(100vh - 80px);
  top: 80px;
  max-height: 400px;
  height: 100%;
  overflow: auto;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .test figure {
    max-width: 120px;
    width: 100%;
    height: 500px; }

.active {
  transform: translate(0, 0); }

.page-view__header--login-register {
  border-bottom: 0;
  padding: 0 0 60px; }

.header__title--login-register {
  font-size: 34px; }

.login-view {
  position: relative;
  float: left;
  max-width: 100%;
  margin-top: 120px;
  width: 100%;
  height: calc(100vh - 120px);
  padding: 0 0 80px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center; }
  .login-view__login-form {
    max-width: 390px;
    width: 100%;
    position: relative;
    margin: 0 auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 0 30px; }

.page-view__container--finalisaton {
  padding: 0; }

.finalisation__form-wrapper {
  max-width: 100%;
  width: 100%;
  height: 100%; }

.form-wrapper__row {
  max-width: 100%;
  width: 100%;
  border-bottom: 1px solid #cbcbcb;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 20px 0 120px 20px; }
  @media all and (max-width: 1600px) {
    .form-wrapper__row {
      padding: 20px 0 30px 20px; } }
  @media all and (max-width: 1280px) {
    .form-wrapper__row {
      flex-wrap: wrap; } }
  @media all and (max-width: 768px) {
    .form-wrapper__row {
      padding: 20px 0 120px; } }
  @media all and (max-width: 480px) {
    .form-wrapper__row {
      padding: 20px 0 30px; } }
  .form-wrapper__row:nth-last-of-type(-n+2) {
    border-bottom: none; }
  .form-wrapper__row:last-of-type {
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb; }
  .form-wrapper__row .row__form, .form-wrapper__row .row__title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%; }
  .form-wrapper__row .row__title {
    max-width: 220px;
    margin-top: 25px; }
    @media all and (max-width: 1280px) {
      .form-wrapper__row .row__title {
        margin-bottom: 25px; } }
    .form-wrapper__row .row__title .title__text {
      font-family: "Montserrat", sans-serif;
      font-size: 10px;
      text-transform: uppercase;
      letter-spacing: 5px;
      color: #cbcbcb;
      font-weight: 400; }
  .form-wrapper__row .row__form {
    max-width: 100%;
    justify-content: space-between; }
    .form-wrapper__row .row__form--payment {
      justify-content: flex-end;
      padding: 25px 0; }
    .form-wrapper__row .row__form--user-details {
      max-width: 800px; }

.payment-method {
  max-width: 790px;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start; }
  @media all and (max-width: 480px) {
    .payment-method {
      justify-content: space-around; } }
  .payment-method .method__item {
    max-width: 215px;
    width: 100%;
    height: 215px;
    margin-right: 50px;
    position: relative; }
    @media all and (max-width: 480px) {
      .payment-method .method__item {
        max-width: 120px;
        margin: 0 auto; } }
    .payment-method .method__item .item__icon {
      max-width: 100%;
      max-height: 160px;
      height: 100%;
      border: 1px solid #ccc;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative; }
      @media all and (max-width: 480px) {
        .payment-method .method__item .item__icon {
          max-height: 120px; } }
      .payment-method .method__item .item__icon--active {
        border: 1px solid #b19a63; }
      .payment-method .method__item .item__icon .radio-input {
        opacity: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 0; }
        .payment-method .method__item .item__icon .radio-input:after {
          position: absolute;
          z-index: 1;
          max-width: 40px;
          height: 40px;
          background-color: #b19a63; }
        .payment-method .method__item .item__icon .radio-input:checked {
          opacity: 1; }
      .payment-method .method__item .item__icon .icon {
        max-width: 110px;
        width: 100%;
        height: auto; }
        @media all and (max-width: 480px) {
          .payment-method .method__item .item__icon .icon {
            max-height: 70px; } }
    .payment-method .method__item .item__paragraph {
      max-width: 100%;
      width: 100%;
      padding: 20px 0 0;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      color: #0a2239;
      font-family: "Montserrat", sans-serif;
      font-size: 13px;
      font-weight: 300;
      align-items: center;
      justify-content: center; }

.user-details__input {
  max-width: 100%;
  width: 100%;
  font-family: "Chronicle Display", sans-serif;
  font-size: 21px;
  color: #b19a63;
  font-weight: 300;
  border: none;
  border-bottom: 1px solid #cbcbcb;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  padding: 20px 10px;
  outline: none; }
  @media all and (max-width: 1280px) {
    .user-details__input {
      max-width: 100%; } }
  .user-details__input::-webkit-input-placeholder {
    color: #ccc;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 300; }
  .user-details__input::-moz-placeholder {
    color: #ccc;
    font-family: "Montserrat", sans-serif;
    font-size: 21px;
    font-weight: 300; }
  .user-details__input:-ms-input-placeholder {
    color: #ccc;
    font-family: "Montserrat", sans-serif;
    font-size: 21px;
    font-weight: 300; }
  .user-details__input:-moz-placeholder {
    color: #ccc;
    font-family: "Montserrat", sans-serif;
    font-size: 21px;
    font-weight: 300; }
  .user-details__input:focus {
    border-bottom: 1px solid #b19a63; }
  .user-details__input--select {
    padding: 23.5px 10px;
    background-color: transparent; }
  .user-details__input--textarea {
    min-height: 200px; }
    @media all and (max-width: 480px) {
      .user-details__input--textarea {
        min-height: 100px; } }
  @media all and (max-width: 768px) {
    .user-details__input {
      padding: 20px 0 0;
      flex-basis: 100%; } }

.products__list {
  max-width: 100%;
  width: 100%;
  -ms-padding-start: 0px;
  -webkit-padding-start: 0px;
  -moz-padding-start: 0px; }
  .products__list .list__item {
    max-width: 100%;
    width: 100%;
    list-style: none;
    padding: 30px 0;
    position: relative;
    z-index: 1; }
    .products__list .list__item .gradient {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      background: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
      background: -o-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
      background: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
      background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.99));
      max-width: 100%;
      width: 100%;
      height: 100%;
      display: block;
      -webkit-transition: 0.8s;
      -moz-transition: 0.8s;
      -o-transition: 0.8s;
      transition: 0.8s;
      pointer-events: none; }
      .products__list .list__item .gradient__icon {
        max-width: 15px;
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        height: auto;
        margin: auto;
        bottom: 0; }
        .products__list .list__item .gradient__icon svg {
          -webkit-transition: 0.8s;
          -moz-transition: 0.8s;
          -o-transition: 0.8s;
          transition: 0.8s;
          max-width: 100%;
          width: 100%; }
      .products__list .list__item .gradient--hidden {
        -webkit-transition: 0.8s;
        -moz-transition: 0.8s;
        -o-transition: 0.8s;
        transition: 0.8s;
        background: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1));
        background: -o-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1));
        background: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1));
        background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.1)); }
        .products__list .list__item .gradient--hidden svg {
          transform: rotate(180deg); }
    .products__list .list__item .item__container {
      max-width: 100%;
      width: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap; }
      .products__list .list__item .item__container .container__bar {
        max-width: 100%;
        width: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        position: relative;
        justify-content: space-between;
        flex-wrap: nowrap; }
        .products__list .list__item .item__container .container__bar .item__product {
          max-width: 310px;
          width: 100%;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          align-items: center;
          justify-content: space-between;
          padding-right: 8px; }
          .products__list .list__item .item__container .container__bar .item__product--order-history {
            max-width: 520px;
            justify-content: flex-start; }
          .products__list .list__item .item__container .container__bar .item__product .product__delete {
            max-width: 25px;
            width: 100%;
            background-color: transparent;
            border: none;
            outline: none;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            align-items: center;
            justify-content: space-between; }
            .products__list .list__item .item__container .container__bar .item__product .product__delete svg {
              max-width: 100%;
              width: 100%; }
              .products__list .list__item .item__container .container__bar .item__product .product__delete svg path {
                fill: #cbcbcb; }
          .products__list .list__item .item__container .container__bar .item__product .product__photo {
            max-width: 80px;
            width: 100%; }
            @media all and (max-width: 480px) {
              .products__list .list__item .item__container .container__bar .item__product .product__photo {
                max-width: 55px; } }
          .products__list .list__item .item__container .container__bar .item__product .product__details {
            max-width: 180px; }
            .products__list .list__item .item__container .container__bar .item__product .product__details--order-history {
              max-width: 100%; }
            .products__list .list__item .item__container .container__bar .item__product .product__details .details__category {
              font-family: "Montserrat", sans-serif;
              font-size: 10px;
              text-transform: uppercase;
              letter-spacing: 5px;
              color: #cbcbcb;
              font-weight: 400;
              white-space: nowrap;
              text-overflow: ellipsis;
              overflow: hidden; }
              @media all and (max-width: 768px) {
                .products__list .list__item .item__container .container__bar .item__product .product__details .details__category {
                  font-size: 7px; } }
            .products__list .list__item .item__container .container__bar .item__product .product__details .details__name {
              font-family: "Chronicle Display", sans-serif;
              font-size: 21px;
              color: #153552;
              font-weight: 400; }
              @media all and (max-width: 768px) {
                .products__list .list__item .item__container .container__bar .item__product .product__details .details__name {
                  font-size: 16px; } }
        .products__list .list__item .item__container .container__bar .item__price {
          max-width: 220px;
          width: 100%;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          justify-content: flex-end;
          align-items: center; }
          @media all and (max-width: 480px) {
            .products__list .list__item .item__container .container__bar .item__price {
              max-width: 120px; } }
          @media all and (max-width: 320px) {
            .products__list .list__item .item__container .container__bar .item__price {
              max-width: 85px; } }
          .products__list .list__item .item__container .container__bar .item__price .price {
            font-family: "Chronicle Display", sans-serif;
            font-size: 21px;
            color: #b19a63;
            font-weight: 400; }
            @media all and (max-width: 768px) {
              .products__list .list__item .item__container .container__bar .item__price .price {
                font-size: 16px; } }

.container__content {
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  max-height: 20px;
  height: 100%;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s; }
  .container__content--rolled-up {
    max-height: 250px;
    overflow: auto; }
    .container__content--rolled-up::-webkit-scrollbar {
      width: 5px; }
    .container__content--rolled-up::-webkit-scrollbar-track {
      background: rgba(255, 0, 0, 0); }
    .container__content--rolled-up::-webkit-scrollbar-thumb {
      background-color: #b19a63; }
  .container__content .content__product-details {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end; }

.product-details__list {
  -ms-padding-start: 0px;
  -webkit-padding-start: 0px;
  -moz-padding-start: 0px;
  max-width: 790px;
  width: 100%; }
  .product-details__list .list__item {
    max-width: 100%;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
    border-bottom: 1px solid #ccc; }
    .product-details__list .list__item .item__paragraph,
    .product-details__list .list__item .item__title {
      max-width: 50%;
      width: 100%; }
    .product-details__list .list__item .item__title {
      color: #cbcbcb;
      font-family: "Montserrat", sans-serif;
      font-size: 13px;
      font-weight: 300; }
    .product-details__list .list__item .item__paragraph {
      color: #153552;
      font-family: "Montserrat", sans-serif;
      font-size: 13px;
      font-weight: 400; }

.form-summary {
  max-width: 100%;
  width: 100%;
  position: relative;
  background-color: #0a2239; }
  .form-summary__wrapper {
    padding: 55px 0; }
  .form-summary .wrapper__summary {
    max-width: 100%;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px; }
    .form-summary .wrapper__summary--price {
      border-bottom: 1px solid rgba(234, 234, 234, 0.1); }
    .form-summary .wrapper__summary--button {
      padding: 30px 0; }
      .form-summary .wrapper__summary--button button {
        padding: 35px 65px;
        background-color: #b19a63;
        font-family: "Montserrat", sans-serif;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 5px;
        color: #fff;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center;
        outline: none;
        border: none;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s; }
        @media all and (max-width: 320px) {
          .form-summary .wrapper__summary--button button {
            padding: 20px 10px; } }
        .form-summary .wrapper__summary--button button:hover {
          background-color: #fff;
          color: #b19a63; }
    @media all and (max-width: 768px) {
      .form-summary .wrapper__summary {
        padding-left: 20px;
        padding-right: 20px; } }
  .form-summary__summary-button {
    max-width: 100%;
    width: 100%; }
  .form-summary .summary-button__caption {
    position: absolute;
    bottom: 64px;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 400; }
    .form-summary .summary-button__caption a {
      color: #b19a63; }
  .form-summary .summary-price {
    max-width: 100%;
    width: 100%; }
    .form-summary .summary-price--title {
      font-family: "Montserrat", sans-serif;
      font-size: 10px;
      text-transform: uppercase;
      letter-spacing: 5px;
      color: #fff; }
    .form-summary .summary-price--price {
      font-family: "Chronicle Display", sans-serif;
      font-size: 52px;
      color: #b19a63;
      font-weight: 400;
      text-align: right; }
      @media all and (max-width: 1280px) {
        .form-summary .summary-price--price {
          font-size: 40px; } }
      @media all and (max-width: 768px) {
        .form-summary .summary-price--price {
          font-size: 30px; } }
      @media all and (max-width: 480px) {
        .form-summary .summary-price--price {
          font-size: 22px; } }
      @media all and (max-width: 320px) {
        .form-summary .summary-price--price {
          font-size: 18px; } }

/* ========================================================================== */
/* Delivery methods */
/* ========================================================================== */
.delivery-method {
  max-width: 100%;
  width: 100%; }
  .delivery-method__label {
    color: #ccc;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 300;
    transform: translate(0px, -3px); }
  .delivery-method__input {
    max-width: 15px;
    width: 100%;
    height: 15px;
    position: relative;
    z-index: 1; }
    .delivery-method__input:after, .delivery-method__input:before {
      top: 0;
      left: 0;
      position: absolute;
      content: '';
      display: block; }
    .delivery-method__input:before {
      z-index: 2;
      width: 100%;
      height: 100%;
      background-color: #fff;
      border: 1px solid #b19a63; }
    .delivery-method__input[type=radio]:before {
      border-radius: 50%; }
    .delivery-method__input[type=radio]:after {
      z-index: 3;
      max-width: 10px;
      width: 100%;
      height: 10px;
      background-color: #b19a63;
      opacity: 0;
      border-radius: 50%;
      top: 50%;
      left: 50%;
      transform: translate(-48%, -55%);
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s; }
    .delivery-method__input[type=radio]:checked:after {
      opacity: 1; }
    .delivery-method__input[type=checkbox]:after {
      z-index: 3;
      max-width: 10px;
      width: 100%;
      height: 10px;
      background-color: #b19a63;
      opacity: 0;
      top: 50%;
      left: 50%;
      transform: translate(-55%, -55%);
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s; }
    .delivery-method__input[type=checkbox]:checked:after {
      opacity: 1; }

/* ========================================================================== */
/* Payment method */
/* ========================================================================== */
.payment-method-button {
  max-width: 215px;
  width: 100%;
  height: 215px;
  position: relative;
  overflow: hidden;
  border: 1px solid #cbcbcb; }
  .payment-method-button:last-of-type {
    margin-left: 40px; }
    @media all and (max-width: 1280px) {
      .payment-method-button:last-of-type {
        margin: 0 auto; } }
  .payment-method-button .payment-button {
    max-width: 100%;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
    margin: 0 auto; }
    .payment-method-button .payment-button--disabled,
    .payment-method-button .payment-button--disabled + label {
      pointer-events: none;
      opacity: 0.1; }
    .payment-method-button .payment-button__label {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      max-width: 100%;
      width: 100%;
      z-index: 4;
      pointer-events: none; }
      .payment-method-button .payment-button__label .label-icon {
        max-width: 130px;
        width: 100%;
        margin: 0 auto; }
      .payment-method-button .payment-button__label .label-icon-caption {
        padding-top: 30px;
        max-width: 100%;
        width: 100%;
        text-align: center;
        color: #ccc;
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-weight: 300; }
    .payment-method-button .payment-button:after, .payment-method-button .payment-button:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: '';
      text-align: center;
      display: table-cell;
      vertical-align: middle;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s; }
    .payment-method-button .payment-button:before {
      background-color: #fff; }
    .payment-method-button .payment-button:checked:before {
      border: 1px solid #b19a63; }

.configurate-component-view {
  max-width: 100%;
  width: 100%;
  height: calc(100vh - 120px);
  top: 120px;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start; }

.configurate-component-view__toolbar {
  max-width: 640px;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center; }
  @media all and (max-width: 1600px) {
    .configurate-component-view__toolbar {
      max-width: 500px; } }
  .configurate-component-view__toolbar .toolbar__wrapper {
    max-width: 100%;
    width: 100%;
    max-height: calc(100% - 110px);
    height: 100%;
    overflow: hidden;
    padding-top: 60px;
    position: relative; }
    @media all and (max-width: 1600px) {
      .configurate-component-view__toolbar .toolbar__wrapper {
        max-height: calc(100% - 70px);
        padding-top: 0; } }
    .configurate-component-view__toolbar .toolbar__wrapper .wrapper__header, .configurate-component-view__toolbar .toolbar__wrapper .wrapper__paragraph {
      max-width: 100%;
      width: 100%;
      max-height: 100px;
      height: 100%;
      text-align: center;
      padding: 0 100px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-content: center;
      justify-content: center; }
      @media all and (max-width: 1600px) {
        .configurate-component-view__toolbar .toolbar__wrapper .wrapper__header, .configurate-component-view__toolbar .toolbar__wrapper .wrapper__paragraph {
          max-height: 75px;
          padding: 0 75px; } }
      .configurate-component-view__toolbar .toolbar__wrapper .wrapper__header p, .configurate-component-view__toolbar .toolbar__wrapper .wrapper__paragraph p {
        font-family: "Montserrat", sans-serif;
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: 5px;
        color: #cbcbcb;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center; }
      .configurate-component-view__toolbar .toolbar__wrapper .wrapper__header h3, .configurate-component-view__toolbar .toolbar__wrapper .wrapper__paragraph h3 {
        font-family: "Chronicle Display", sans-serif;
        font-size: 45px;
        color: #0a2239;
        font-weight: 400;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center; }
        @media all and (max-width: 1600px) {
          .configurate-component-view__toolbar .toolbar__wrapper .wrapper__header h3, .configurate-component-view__toolbar .toolbar__wrapper .wrapper__paragraph h3 {
            font-size: 32px; } }
    .configurate-component-view__toolbar .toolbar__wrapper .wrapper__options {
      max-width: 100%;
      width: 100%;
      max-height: calc(100% - 200px);
      height: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: baseline;
      position: relative;
      overflow: auto;
      flex-wrap: wrap;
      padding: 30px 100px 0; }
      @media all and (max-width: 1600px) {
        .configurate-component-view__toolbar .toolbar__wrapper .wrapper__options {
          max-height: calc(100% - 170px); } }
      .configurate-component-view__toolbar .toolbar__wrapper .wrapper__options::-webkit-scrollbar {
        width: 5px; }
      .configurate-component-view__toolbar .toolbar__wrapper .wrapper__options::-webkit-scrollbar-track {
        background-color: transparent; }
      .configurate-component-view__toolbar .toolbar__wrapper .wrapper__options::-webkit-scrollbar-thumb {
        background-color: #b19a63; }
  .configurate-component-view__toolbar .toolbar__button {
    max-width: 100%;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    justify-content: center; }

.option__list {
  -ms-padding-start: 0px;
  -webkit-padding-start: 0px;
  -moz-padding-start: 0px;
  max-width: 100%;
  width: 100%;
  text-align: center; }
  .option__list li {
    list-style: none; }
  .option__list--small-box {
    padding: 0; }

.list__title {
  max-width: 100%;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #153552; }
  .list__title--product-page {
    padding: 20px; }

.list-item {
  width: 100%;
  position: relative; }
  .list-item--button, .list-item--small-box {
    display: inline-block;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
    .list-item--button .radio, .list-item--small-box .radio {
      opacity: 0;
      z-index: 2;
      max-width: 100%;
      width: 100%; }
  .list-item--small-box {
    min-width: 120px;
    max-width: 120px;
    width: 100%;
    height: 180px; }
    .list-item--small-box:hover .label__product-image:after {
      background-color: #b19a63;
      opacity: 0.6; }
    .list-item--small-box .radio {
      height: 100%; }
    .list-item--small-box .label {
      position: absolute;
      max-width: 100%;
      width: 100%;
      height: 100%;
      margin: 0;
      left: 0;
      top: 0;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      white-space: normal; }
      .list-item--small-box .label__product-image {
        max-width: 100%;
        max-height: 120px;
        width: 100%;
        height: 100%;
        position: relative; }
        .list-item--small-box .label__product-image:after {
          position: absolute;
          top: 0;
          left: 0;
          max-width: 100%;
          width: 100%;
          height: 100%;
          content: '';
          display: block;
          opacity: 0;
          -webkit-transition: 0.4s;
          -moz-transition: 0.4s;
          -o-transition: 0.4s;
          transition: 0.4s; }
      .list-item--small-box .label__product-details {
        max-width: 100%;
        width: 100%;
        padding: 0 10px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        color: #153552;
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-weight: 300; }
  .list-item--button {
    max-width: 100%;
    max-height: 130px;
    height: 100%;
    margin: 10px 0;
    background-color: #fff;
    border: 1px solid #b19a63; }
    @media all and (max-width: 1600px) {
      .list-item--button {
        max-height: 85px;
        padding: 0; } }
    .list-item--button:hover {
      background-color: #b19a63; }
      .list-item--button:hover .label {
        color: #fff; }
    .list-item--button .radio {
      margin: 0;
      height: 130px;
      opacity: 0; }
    .list-item--button .label {
      position: absolute;
      max-width: 100%;
      width: 100%;
      margin: 0;
      top: 50%;
      left: 0;
      height: 100%;
      transform: translate(0%, -50%);
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s;
      color: #b19a63;
      font-family: "Montserrat", sans-serif;
      font-size: 13px;
      font-weight: 300; }
      .list-item--button .label p {
        position: absolute;
        top: 50%;
        width: 100%;
        left: 0;
        transform: translate(0%, -50%); }
  .list-item--active {
    background-color: #b19a63; }
    .list-item--active .label {
      color: #fff; }
      .list-item--active .label__product-details {
        color: #fff; }
  .list-item .radio:checked + .label {
    background-color: #b19a63; }
    .list-item .radio:checked + .label p {
      color: #fff; }

button[disabled] {
  pointer-events: none; }

.bottom-bar {
  height: 110px;
  max-width: 100%;
  width: 100%;
  overflow: hidden; }
  @media all and (max-width: 1600px) {
    .bottom-bar {
      height: 70px; } }
  .bottom-bar--navigate-button {
    background-color: #0a2239;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #fff;
    align-self: flex-end;
    outline: none;
    border: none;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
    .bottom-bar--navigate-button:hover:enabled {
      background-color: #10385d; }
    .bottom-bar--navigate-button--prev {
      max-width: 140px;
      background-color: #b19a63; }
  .bottom-bar--finalisation-button {
    position: relative;
    z-index: 1; }
  .bottom-bar--progress-bar {
    background-color: #153552;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: flex-end; }

.progress-list {
  max-width: 100%;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-around;
  -ms-padding-start: 0px;
  -webkit-padding-start: 0px;
  -moz-padding-start: 0px;
  margin-bottom: 0; }
  .progress-list__item {
    width: 10px;
    height: 10px;
    background-color: #c5b48a;
    border-radius: 50%; }
    .progress-list__item--active {
      background-color: #fff; }

.configurate-component-view__product-preview {
  max-width: calc(100% - 640px);
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap; }
  @media all and (max-width: 1600px) {
    .configurate-component-view__product-preview {
      max-width: calc(100% - 500px); } }

.configurate-component-view .product-preview__wrapper {
  max-width: 100%;
  position: relative;
  width: 100%;
  height: calc(100% - 110px);
  background-color: #fff; }
  @media all and (max-width: 1600px) {
    .configurate-component-view .product-preview__wrapper {
      height: calc(100% - 70px); } }
  .configurate-component-view .product-preview__wrapper .product-preview {
    max-width: 75%;
    width: 100%;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
    z-index: 1;
    padding: 100px;
    float: left;
    overflow: hidden;
    width: 100%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
    .configurate-component-view .product-preview__wrapper .product-preview.\--active {
      opacity: 1; }
    .configurate-component-view .product-preview__wrapper .product-preview.\--full {
      padding: 0; }
      .configurate-component-view .product-preview__wrapper .product-preview.\--full img {
        height: 100%; }
    .configurate-component-view .product-preview__wrapper .product-preview img {
      height: auto; }

.configurate-component-view .wrapper__aside-bar {
  max-width: 25%;
  position: relative;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 50px 25px;
  float: left; }
  @media all and (max-width: 1600px) {
    .configurate-component-view .wrapper__aside-bar {
      padding: 10px; } }
  .configurate-component-view .wrapper__aside-bar .aside-bar__text {
    max-width: 100%;
    width: 100%;
    max-height: 380px;
    overflow: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    flex-wrap: wrap; }
    .configurate-component-view .wrapper__aside-bar .aside-bar__text--price {
      align-items: center;
      overflow: hidden; }
    .configurate-component-view .wrapper__aside-bar .aside-bar__text--description {
      align-items: flex-start; }
    .configurate-component-view .wrapper__aside-bar .aside-bar__text::-webkit-scrollbar {
      width: 5px; }
    .configurate-component-view .wrapper__aside-bar .aside-bar__text::-webkit-scrollbar-track {
      background: rgba(255, 0, 0, 0); }
    .configurate-component-view .wrapper__aside-bar .aside-bar__text::-webkit-scrollbar-thumb {
      background-color: #b19a63; }
    .configurate-component-view .wrapper__aside-bar .aside-bar__text h3,
    .configurate-component-view .wrapper__aside-bar .aside-bar__text p {
      max-width: 100%;
      width: 100%;
      text-align: center; }
    .configurate-component-view .wrapper__aside-bar .aside-bar__text .price-text {
      font-family: "Montserrat", sans-serif;
      font-size: 11px;
      text-transform: uppercase;
      letter-spacing: 5px;
      color: #b19a63; }
      @media all and (max-width: 1600px) {
        .configurate-component-view .wrapper__aside-bar .aside-bar__text .price-text {
          font-size: 8px; } }
    .configurate-component-view .wrapper__aside-bar .aside-bar__text .price-transport {
      margin-bottom: 45px;
      font-family: "Montserrat", sans-serif;
      font-size: 9px;
      text-transform: uppercase;
      letter-spacing: 5px;
      color: #b19a63; }
      @media all and (max-width: 1600px) {
        .configurate-component-view .wrapper__aside-bar .aside-bar__text .price-transport {
          font-size: 8px; } }
    .configurate-component-view .wrapper__aside-bar .aside-bar__text .price-summary {
      font-family: "Chronicle Display", sans-serif;
      font-size: 45px;
      color: #b19a63;
      font-weight: 400; }
      @media all and (max-width: 1600px) {
        .configurate-component-view .wrapper__aside-bar .aside-bar__text .price-summary {
          font-size: 28px; } }
    .configurate-component-view .wrapper__aside-bar .aside-bar__text .product-detail {
      color: #cbcbcb;
      font-family: "Montserrat", sans-serif;
      font-size: 13px;
      font-weight: 300; }
      .configurate-component-view .wrapper__aside-bar .aside-bar__text .product-detail .gold {
        color: #b19a63; }
    .configurate-component-view .wrapper__aside-bar .aside-bar__text .product-description {
      color: #153552;
      font-family: "Montserrat", sans-serif;
      font-size: 15px;
      font-weight: 300;
      padding: 0 15px; }
      @media all and (max-width: 1600px) {
        .configurate-component-view .wrapper__aside-bar .aside-bar__text .product-description {
          font-size: 12px; } }
    .configurate-component-view .wrapper__aside-bar .aside-bar__text--product-detail {
      display: inline; }

.product-preview-svg {
  position: relative;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  height: 100%; }
  .product-preview-svg__body, .product-preview-svg__doors, .product-preview-svg__header, .product-preview-svg__matress, .product-preview-svg__size, .product-preview-svg__legs {
    position: absolute;
    max-width: 100%;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%; }
    .product-preview-svg__body--moved, .product-preview-svg__doors--moved, .product-preview-svg__header--moved, .product-preview-svg__matress--moved, .product-preview-svg__size--moved, .product-preview-svg__legs--moved {
      transform: translate(8px, 34px); }
      @media all and (max-width: 1600px) {
        .product-preview-svg__body--moved, .product-preview-svg__doors--moved, .product-preview-svg__header--moved, .product-preview-svg__matress--moved, .product-preview-svg__size--moved, .product-preview-svg__legs--moved {
          transform: translate(8px, 25px); } }
    .product-preview-svg__body svg, .product-preview-svg__doors svg, .product-preview-svg__header svg, .product-preview-svg__matress svg, .product-preview-svg__size svg, .product-preview-svg__legs svg {
      width: 100%;
      height: 100%;
      opacity: 0;
      -webkit-transition: 0.8s;
      -moz-transition: 0.8s;
      -o-transition: 0.8s;
      transition: 0.8s; }
      .product-preview-svg__body svg rect, .product-preview-svg__doors svg rect, .product-preview-svg__header svg rect, .product-preview-svg__matress svg rect, .product-preview-svg__size svg rect, .product-preview-svg__legs svg rect {
        fill: rgba(255, 255, 255, 0);
        stroke: rgba(255, 255, 255, 0); }
  .product-preview-svg__header {
    z-index: 1; }
  .product-preview-svg__body {
    z-index: 3; }
    .product-preview-svg__body--back {
      z-index: 2; }
    .product-preview-svg__body--front {
      z-index: 5; }
  .product-preview-svg__matress {
    z-index: 3;
    opacity: 0;
    -webkit-transition: 1.4s;
    -moz-transition: 1.4s;
    -o-transition: 1.4s;
    transition: 1.4s; }
    .product-preview-svg__matress--active {
      transform: translate(0px, 65px);
      opacity: 1; }
      @media all and (max-width: 1600px) {
        .product-preview-svg__matress--active {
          transform: translate(0px, 55px); } }
  .product-preview-svg__legs {
    z-index: 4; }

.svg-matress--moved {
  transform: translate(8px, 83px); }

.svg-body--tapicerowane .cls-1 {
  fill: none; }

.svg-body--tapicerowane .fill-white {
  fill: #fff; }

.svg-legs--moved {
  transform: translate(8px, 83px); }
  @media all and (max-width: 1600px) {
    .svg-legs--moved {
      transform: translate(8px, 83px); } }

.product-preview-main-photo {
  height: 100%;
  max-width: 100%;
  width: 100%;
  z-index: 3;
  -ms-padding-start: 0px;
  -webkit-padding-start: 0px;
  -moz-padding-start: 0px; }
  .product-preview-main-photo__list {
    -ms-padding-start: 0px;
    -webkit-padding-start: 0px;
    -moz-padding-start: 0px;
    height: 100%;
    margin-bottom: 0; }
  .product-preview-main-photo__image {
    max-width: 100%;
    width: 100%;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s; }

.product-preview-thumbnail-photos {
  max-width: 100%;
  width: 100%;
  height: 130px;
  position: absolute;
  z-index: 4;
  bottom: 0;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .product-preview-thumbnail-photos__list {
    max-width: 100%;
    width: 100%;
    height: 100%;
    -ms-padding-start: 0px;
    -webkit-padding-start: 0px;
    -moz-padding-start: 0px;
    margin-bottom: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    align-items: center; }
  .product-preview-thumbnail-photos__image {
    max-width: 130px;
    width: 100%;
    height: 130px;
    float: left;
    margin-right: 15px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    transform: translate(0px, 0px); }
    .product-preview-thumbnail-photos__image:hover {
      transform: translate(0px, -10px); }
    @media all and (max-width: 1600px) {
      .product-preview-thumbnail-photos__image {
        max-width: 100px;
        height: 100px; } }

.product-preview-thumbnail-photo {
  max-width: 120px;
  width: 100%;
  height: 100%;
  position: relative;
  float: left; }

/* ========================================================================== */
/* Finalization list */
/* ========================================================================== */
.finalisation-list {
  max-width: 100%;
  width: 100%;
  -ms-padding-start: 0px;
  -webkit-padding-start: 0px;
  -moz-padding-start: 0px; }
  .finalisation-list .list-item {
    max-width: 100%;
    width: 100%;
    margin-bottom: 15px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: baseline; }
    .finalisation-list .list-item__key {
      font-family: "Chronicle Display", sans-serif;
      font-size: 16px;
      color: #b19a63;
      font-weight: 400; }
    .finalisation-list .list-item__value {
      font-family: "Chronicle Display", sans-serif;
      font-size: 14px;
      color: #cbcbcb;
      font-weight: 300; }
    .finalisation-list .list-item:last-of-type {
      margin-bottom: 0; }
    .finalisation-list .list-item__values-list {
      max-width: 100%;
      width: 100%; }
      .finalisation-list .list-item__values-list .values-list__item {
        max-width: 100%;
        width: 100%;
        font-family: "Chronicle Display", sans-serif;
        font-size: 14px;
        color: #cbcbcb;
        font-weight: 399;
        text-align: right;
        list-style: none; }

/* ========================================================================== */
/* Slider styles */
/* ========================================================================== */
.product-preview__slider {
  position: absolute;
  max-width: 100%;
  width: 100%;
  height: 100%;
  z-index: 2; }

nav.user_panel__navigation {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center; }
  nav.user_panel__navigation .user-panel-link {
    margin: 0 10px;
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #ccc; }
    nav.user_panel__navigation .user-panel-link--active {
      color: #9d9d9d; }

.page-view--user-panel-view {
  height: 130vh; }
  .page-view--user-panel-view .form-wrapper__row {
    padding: 20px 0 54px 20px; }

.projects-list {
  -ms-padding-start: 0px;
  -webkit-padding-start: 0px;
  -moz-padding-start: 0px;
  max-width: 100%;
  width: 100%;
  position: relative;
  float: left;
  text-align: left; }
  .projects-list__item {
    max-width: 520px;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 10px; }
    .projects-list__item .item {
      display: inline-block; }
      .projects-list__item .item__delete-button {
        max-width: 20px;
        width: 100%;
        height: 100%;
        position: relative; }
      .projects-list__item .item__image {
        max-width: 120px;
        width: 100%;
        height: 120px;
        padding: 25px; }
      .projects-list__item .item__details {
        max-width: 100%;
        width: 100%;
        padding: 5px; }
        .projects-list__item .item__details .details {
          max-width: 100%;
          width: 100%;
          margin-bottom: 5px; }
          .projects-list__item .item__details .details__category {
            font-family: "Montserrat", sans-serif;
            font-size: 9px;
            text-transform: uppercase;
            letter-spacing: 5px;
            color: #cbcbcb; }
          .projects-list__item .item__details .details__title {
            font-family: "Chronicle Display", sans-serif;
            font-size: 22px;
            color: #153552;
            font-weight: 400; }

/* ========================================================================== */
/* Projects view */
/* ========================================================================== */
.projects-view {
  z-index: 2;
  max-height: calc(100vh - 120px);
  height: 100%;
  padding: 60px 130px 40px 210px; }

.projects-view__wrapper {
  max-width: 100%;
  width: 100%;
  height: 100%; }

.loader-wrapper {
  position: fixed;
  z-index: 99999;
  background-color: rgba(255, 255, 255, 0.9);
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  text-align: center; }
  .loader-wrapper--visible {
    opacity: 1;
    pointer-events: auto; }
  .loader-wrapper .information__text {
    font-size: 32px;
    font-family: "Chronicle Display", sans-serif;
    color: #b19a63;
    display: block; }
    @media all and (max-width: 768px) {
      .loader-wrapper .information__text {
        text-align: center;
        font-size: 21px; } }
  .loader-wrapper .information__button {
    margin-top: 20px;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    cursor: pointer;
    color: #b19a63;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center; }

figure {
  width: 100%;
  height: 100%; }
  figure img {
    overflow: hidden;
    object-fit: cover;
    width: 100%;
    height: 100%; }

.form {
  max-width: 100%;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  flex-wrap: wrap; }
  .form__paragraph {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #cbcbcb;
    font-weight: 300;
    text-align: center;
    position: relative;
    margin: 0 auto; }
    .form__paragraph--remind {
      font-size: 9px; }
  .form__row {
    max-width: 100%;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
    position: relative; }
    @media all and (max-width: 768px) {
      .form__row {
        margin-bottom: 15px;
        padding: 0 15px; } }
    .form__row .row__label,
    .form__row .row__text-input {
      max-width: 100%;
      width: 100%; }
    .form__row .row__label {
      font-family: "Montserrat", sans-serif;
      font-size: 9px;
      text-transform: uppercase;
      letter-spacing: 5px;
      color: #cbcbcb;
      font-weight: 700;
      text-align: center; }
    .form__row .row__text-input {
      max-width: 100%;
      width: 100%;
      background-color: transparent;
      border: none;
      border-bottom: 1px solid rgba(204, 204, 204, 0.35);
      padding: 20px;
      outline: none;
      font-family: "Chronicle Display", sans-serif;
      font-size: 21px;
      color: #b19a63;
      font-weight: 400;
      text-align: center; }
      @media all and (max-width: 1600px) {
        .form__row .row__text-input {
          padding: 15px;
          font-size: 16px; } }
      @media all and (max-width: 768px) {
        .form__row .row__text-input {
          padding: 10px; } }
      .form__row .row__text-input__warnings {
        position: absolute;
        left: 0;
        bottom: -15px;
        font-family: "Chronicle Display", sans-serif;
        font-size: 10px;
        color: #b19a63;
        font-weight: 400; }
      .form__row .row__text-input:focus {
        border-bottom: 1px solid #b19a63; }
  .form-group {
    max-width: 100%;
    width: 100%;
    flex-basis: 49%;
    position: relative; }
    @media all and (max-width: 768px) {
      .form-group {
        flex-basis: 100%; } }
    .form-group--delivery-methods {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: flex-start;
      align-items: center; }
    .form-group__action-buttons {
      position: absolute;
      top: 30%;
      right: 0;
      max-width: 80px;
      width: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: space-around;
      align-items: center; }
      .form-group__action-buttons .action-button {
        max-width: 30px;
        width: 100%;
        background: transparent;
        border: none;
        display: inline-block;
        text-align: center;
        padding: 5px;
        cursor: pointer;
        color: #b19a63;
        font-family: "Montserrat", sans-serif;
        font-size: 9px;
        font-weight: 300;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s; }
        .form-group__action-buttons .action-button--checked {
          background-color: #b19a63;
          color: #fff; }

.form__button {
  max-width: 100%;
  width: 100%;
  padding: 25px;
  justify-content: center;
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #fff;
  border: none;
  outline: none;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
  @media all and (max-width: 1600px) {
    .form__button {
      padding: 20px; } }
  @media all and (max-width: 768px) {
    .form__button {
      max-width: 90%;
      margin: 0 auto 20px;
      padding: 20px;
      font-size: 7px; } }
  .form__button:disabled {
    opacity: 0.3; }
  .form__button--gold {
    background-color: #b19a63; }
    .form__button--gold:hover {
      background-color: #c5b48a; }
  .form__button--dark-blue {
    background-color: #153552; }
    .form__button--dark-blue:hover {
      background-color: #0a2239; }

.svg-icon {
  max-width: 30px;
  width: 100%;
  height: 30px; }
  .svg-icon .circle--gold {
    fill: #b19a63 !important; }
  .svg-icon .circle--hover-on {
    fill: #b19a63;
    transform: translate(11px, -6px);
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s; }
    .svg-icon .circle--hover-on:hover {
      transform: translate(11px, 6px); }
  .svg-icon .circle--added-item {
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    animation-name: easingAnimation;
    animation-duration: 1s; }

@keyframes easingAnimation {
  0% {
    opacity: 0;
    transform: translate(11px, -6px); }
  100% {
    opacity: 1;
    transform: translate(11px, 6px); } }
  .svg-icon .circle--white {
    fill: #fff; }
  .svg-icon .path--gold {
    fill: #b19a63; }
  .svg-icon--cart .path {
    transform: translate(-3px, 0px); }
  .svg-icon--cart .circle {
    transform: translate(11px, 6px);
    fill: #b19a63; }
    .svg-icon--cart .circle--empty {
      transform: translate(11px, -6px);
      opacity: 0;
      -webkit-transition: 0.8s;
      -moz-transition: 0.8s;
      -o-transition: 0.8s;
      transition: 0.8s; }
  .svg-icon--hover-on .circle {
    fill: #b19a63;
    transform: translate(11px, -6px);
    opacity: 0;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s; }
    .svg-icon--hover-on .circle:hover {
      transform: translate(11px, -6px); }

.popup {
  position: fixed;
  max-width: 100%;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 7; }
  .popup__background-layout {
    position: absolute;
    max-width: 100%;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.85); }
  .popup__wrapper {
    position: relative;
    max-width: 1140px;
    width: 100%;
    background-color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
    @media all and (max-width: 768px) {
      .popup__wrapper {
        max-width: 80%; } }
    .popup__wrapper .wrapper__exit-icon {
      position: relative;
      max-width: 100%;
      width: 100%;
      text-align: right; }
      .popup__wrapper .wrapper__exit-icon .exit-icon__button {
        max-width: 74px;
        width: 100%;
        height: 74px;
        background-color: #b19a63;
        outline: none;
        border: none;
        padding: 15px; }
        @media all and (max-width: 768px) {
          .popup__wrapper .wrapper__exit-icon .exit-icon__button {
            max-width: 80%;
            max-width: 35px;
            height: 35px;
            padding: 10px; } }
        .popup__wrapper .wrapper__exit-icon .exit-icon__button--guest {
          max-width: 130px;
          color: #fff;
          font-family: "Montserrat", sans-serif;
          font-size: 14px;
          font-weight: 300; }
        .popup__wrapper .wrapper__exit-icon .exit-icon__button svg {
          max-width: 20px;
          width: 100%;
          height: 100%; }
          .popup__wrapper .wrapper__exit-icon .exit-icon__button svg path {
            fill: #fff; }
  .popup__content {
    max-width: 100%;
    width: 100%;
    padding: 40px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center; }
    .popup__content .content-text {
      max-width: 100%;
      width: 100%;
      margin-bottom: 10px; }
      .popup__content .content-text__paragraph {
        color: #153552;
        font-family: "Montserrat", sans-serif;
        font-size: 14px;
        font-weight: 400; }

a:hover, a:link, a:visited {
  text-decoration: none;
  color: inherit; }

.skin-black .main-sidebar {
  background-color: #0a2239;
  padding: 0; }

.skin-black .sidebar-menu .treeview a,
.skin-black .sidebar-menu .treeview-menu a {
  background-color: #0a2239; }

.skin-black .sidebar-menu .treeview i,
.skin-black .sidebar-menu .treeview-menu i {
  display: none; }

.skin-black .sidebar-menu .treeview span,
.skin-black .sidebar-menu .treeview-menu span {
  color: #b19a63;
  font-family: "Montserrat", sans-serif;
  font-size: 12px; }

.skin-black .sidebar-menu li .treeview-menu {
  background: transparent; }

.skin-black .sidebar-menu li:hover a {
  background-color: #0a2239; }

.skin-black .sidebar-menu li.active a {
  background: #0a2239;
  border: none; }

.sonata-actions {
  overflow: visible !important; }

.hl-image {
  max-width: 100%;
  width: 100%;
  margin: 0 auto; }
  .hl-image--logo {
    padding: 30px 20px;
    text-align: center; }
    .hl-image--logo img {
      max-width: 60%; }

.skin-black .sidebar-form {
  border: none; }
  .skin-black .sidebar-form__input,
  .skin-black .sidebar-form input[type="text"] {
    border-radius: 5px;
    background-color: #fff;
    color: #b19a63; }

.copyright-sign {
  padding-top: 20px;
  color: #fff; }

.skin-black .main-header {
  pointer-events: none; }

.skin-black .navbar {
  pointer-events: auto;
  min-height: 70px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center; }

table.sonata-ba-list img {
  max-width: 120px; }

td.sonata-ba-list-label {
  text-align: left; }
  td.sonata-ba-list-label + td {
    text-align: right; }

/* ========================================================================== */
/* Admin order  */
/* ========================================================================== */
/* ========================================================================== */
/* Wrapper */
/* ========================================================================== */
/* ========================================================================== */
/* Product list */
/* ========================================================================== */
.admin-product-list {
  -ms-padding-start: 0px;
  -webkit-padding-start: 0px;
  -moz-padding-start: 0px; }
  .admin-product-list__item {
    max-width: 500px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .admin-product-list__item .admin-product-image {
      max-width: 50px;
      margin-right: 20px; }

/* ========================================================================== */
/* Login wrapper */
/* ========================================================================== */
.admin-login-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  transform: translate(-50%, -50%); }

.admin-login-form-wrapper {
  position: relative;
  text-align: center; }

.admn-login-form-copyright {
  max-width: 100%;
  width: 100%;
  text-align: center;
  color: #153552;
  font-family: "Montserrat", sans-serif;
  font-size: 9px;
  font-weight: 300; }
  .admn-login-form-copyright__link {
    color: inherit;
    text-decoration: none; }

.admin-login-form__row {
  max-width: 100%;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 10px; }
  .admin-login-form__row--remind-me {
    justify-content: center;
    flex-wrap: nowrap; }
    .admin-login-form__row--remind-me .admin-login-form__label {
      font-size: 9px;
      width: auto; }
    .admin-login-form__row--remind-me .admin-login-form__input {
      margin: 0;
      margin-right: 10px; }

.admin-login-form__label {
  max-width: 100%;
  width: 100%;
  padding: 5px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #153552;
  text-align: center; }

.admin-login-form__input {
  padding: 15px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #b19a63;
  margin: 10px auto 10px;
  border: none;
  outline-color: transparent; }
  .admin-login-form__input:webkit-autofill {
    color: #b19a63; }

.admin-login-form__logo-icon {
  max-width: 220px;
  object-fit: contain;
  margin: 0 auto;
  margin-bottom: 50px; }
  .admin-login-form__logo-icon .letter--navy {
    fill: #153552; }
  .admin-login-form__logo-icon .logo-symbol {
    fill: #b19a63; }
    .admin-login-form__logo-icon .logo-symbol--line {
      stroke: #b19a63;
      stroke-miterlimit: 10;
      stroke-width: 1.46px;
      fill: none; }
    .admin-login-form__logo-icon .logo-symbol--wheel {
      fill: none;
      stroke: #b19a63;
      stroke-miterlimit: 10;
      stroke-width: 1.46px; }
    .admin-login-form__logo-icon .logo-symbol--dots {
      fill: #b19a63; }

.admin-login-form #_submit {
  margin: 0 auto; }

navigate {
  width: 100%; }

nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  position: relative; }
  nav .burger {
    max-width: 30px;
    width: 100%;
    max-height: 25px;
    height: 25px;
    position: relative;
    cursor: pointer;
    pointer-events: all;
    outline: none; }
    nav .burger--left {
      margin-right: 50px; }
    nav .burger ul {
      -ms-padding-start: 0px;
      -webkit-padding-start: 0px;
      -moz-padding-start: 0px;
      margin-bottom: 0; }
      nav .burger ul li {
        list-style: none;
        max-width: 30px;
        width: 100%;
        height: 4px;
        background-color: #b19a63;
        margin-bottom: 6px;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s; }
        nav .burger ul li:nth-of-type(2) {
          max-width: 20px; }
        nav .burger ul li:last-of-type {
          max-width: 25px;
          margin-bottom: 0; }
    nav .burger--open:hover ul li:first-of-type {
      max-width: 30px; }
    nav .burger--open:hover ul li:nth-of-type(2) {
      max-width: 30px; }
    nav .burger--open:hover ul li:last-of-type {
      max-width: 30px; }
    nav .burger--away {
      left: -100%; }
    nav .burger--exit li:first-of-type {
      transform: translate(0, 10px) rotate(45deg); }
    nav .burger--exit li:nth-of-type(2) {
      max-width: 30px !important;
      opacity: 0; }
    nav .burger--exit li:last-of-type {
      max-width: 30px !important;
      transform: translate(0, -10px) rotate(-45deg); }
    nav .burger--exit:hover li:first-of-type {
      transform: translate(0, 10px) rotate(0deg); }
    nav .burger--exit:hover li:nth-of-type(2) {
      max-width: 30px !important;
      opacity: 0; }
    nav .burger--exit:hover li:last-of-type {
      max-width: 30px !important;
      transform: translate(0, -10px) rotate(0deg); }

.sidebar--mobile .burger {
  position: absolute;
  left: 130px;
  top: 0;
  bottom: 0;
  margin: auto; }
  @media all and (max-width: 1024px) {
    .sidebar--mobile .burger {
      left: 45px; } }
  @media all and (max-width: 480px) {
    .sidebar--mobile .burger {
      left: 25px; } }

.sidebar--left .burger {
  position: absolute;
  left: -50%;
  top: 0;
  bottom: 0;
  margin: auto; }
  .sidebar--left .burger--on {
    left: 130px; }
    @media all and (max-width: 1024px) {
      .sidebar--left .burger--on {
        left: 45px; } }
    @media all and (max-width: 480px) {
      .sidebar--left .burger--on {
        left: 25px; } }

@media all and (max-width: 768px) {
  .sidebar--left .menu {
    max-width: 80%; } }

.sidebar--right .burger {
  position: absolute;
  right: 130px;
  top: 0;
  bottom: 0;
  margin: auto; }
  @media all and (max-width: 1024px) {
    .sidebar--right .burger {
      right: 45px; } }
  @media all and (max-width: 480px) {
    .sidebar--right .burger {
      right: 25px; } }

.menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  cursor: pointer; }
  @media all and (max-width: 1280px) {
    .menu {
      opacity: 0;
      pointer-events: none; } }
  .menu p {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #fff;
    margin-bottom: 0;
    position: relative;
    top: 2px;
    font-weight: 700; }
  .menu__icon {
    max-width: 35px;
    height: 30px; }
    .menu__icon svg {
      max-width: 100%;
      position: relative;
      top: -5px;
      width: 100%;
      height: 100%; }
  .menu--toggled p {
    color: #b19a63; }

.slick-dots {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  width: 90%;
  margin: auto;
  pointer-events: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around; }
  @media all and (max-width: 1200px) {
    .slick-dots {
      width: 80%; } }
  .slick-dots li {
    position: relative;
    display: inline-block;
    z-index: 2;
    width: 1px;
    height: 100%;
    padding: 0;
    list-style: none;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    cursor: pointer;
    background-color: rgba(177, 154, 99, 0.28);
    top: 0; }
    .slick-dots li button {
      line-height: 10px;
      display: block;
      position: absolute;
      width: 55px;
      height: 48px;
      bottom: 180px;
      cursor: pointer;
      font-family: "Chronicle Display", sans-serif;
      font-size: 22px;
      color: #b19a63;
      font-weight: 400;
      border: 0;
      outline: none;
      background: transparent;
      pointer-events: auto;
      -webkit-transition: 0.8s;
      -moz-transition: 0.8s;
      -o-transition: 0.8s;
      transition: 0.8s; }
      @media all and (max-width: 768px) {
        .slick-dots li button {
          bottom: 115px; } }
      @media all and (max-width: 480px) {
        .slick-dots li button {
          bottom: 90px; } }
      @media all and (max-width: 320px) {
        .slick-dots li button {
          bottom: 60px; } }
      .slick-dots li button:before {
        font-family: 'slick';
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 0;
        height: 0;
        content: '\2022';
        text-align: center;
        opacity: 0.25;
        color: black;
        -webkit-font-smoothing: antialiased; }
    .slick-dots li.slick-active button {
      bottom: 190px;
      color: #fff; }
      @media all and (max-width: 768px) {
        .slick-dots li.slick-active button {
          bottom: 140px; } }
      @media all and (max-width: 480px) {
        .slick-dots li.slick-active button {
          bottom: 115px; } }
      @media all and (max-width: 320px) {
        .slick-dots li.slick-active button {
          bottom: 85px; } }

.slick-slider {
  margin-bottom: 0 !important;
  height: 100%; }

.slick-slider-carousel {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }
  .slick-slider-carousel .slider-item--fill-screen {
    height: 100vh; }
  .slick-slider-carousel .slider-item figure.slider-item__image {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s; }
    .slick-slider-carousel .slider-item figure.slider-item__image:after {
      position: absolute;
      max-width: 100%;
      width: 100%;
      height: 100%;
      z-index: 2;
      top: 0;
      left: 0;
      content: '';
      display: block;
      background-color: rgba(0, 0, 0, 0.5); }
    .slick-slider-carousel .slider-item figure.slider-item__image img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      -webkit-transition: 0.8s;
      -moz-transition: 0.8s;
      -o-transition: 0.8s;
      transition: 0.8s; }
  .slick-slider-carousel .slider-item article.slider-item__description {
    position: absolute;
    top: 50%;
    left: 20%;
    right: 0;
    margin: auto;
    transform: translate(0%, -50%);
    z-index: 2;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s; }
    @media all and (max-width: 1280px) {
      .slick-slider-carousel .slider-item article.slider-item__description {
        left: 23.5%; } }
    @media all and (max-width: 768px) {
      .slick-slider-carousel .slider-item article.slider-item__description {
        left: 25px; } }
    .slick-slider-carousel .slider-item article.slider-item__description p {
      font-family: "Chronicle Display", sans-serif;
      font-size: 99px;
      color: #fff;
      font-weight: 400;
      width: 40%;
      line-height: 120px; }
      @media all and (max-width: 1600px) {
        .slick-slider-carousel .slider-item article.slider-item__description p {
          font-size: 69px;
          line-height: 69px; } }
      @media all and (max-width: 1280px) {
        .slick-slider-carousel .slider-item article.slider-item__description p {
          font-size: 75px;
          line-height: 85px; } }
      @media all and (max-width: 768px) {
        .slick-slider-carousel .slider-item article.slider-item__description p {
          font-size: 60px;
          line-height: 66px; } }
      @media all and (max-width: 480px) {
        .slick-slider-carousel .slider-item article.slider-item__description p {
          font-size: 40px;
          line-height: 44px; } }
  .slick-slider-carousel .slider__icon {
    position: absolute;
    left: 0;
    bottom: 40px;
    right: 0;
    margin: auto;
    max-width: 80px;
    width: 100%;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s; }
    .slick-slider-carousel .slider__icon figure {
      position: relative;
      width: 100%;
      height: 100%; }

@keyframes dot {
  0% {
    opacity: 0;
    bottom: 50%; }
  10% {
    opacity: 1; }
  100% {
    opacity: 0;
    bottom: -50%; } }
      .slick-slider-carousel .slider__icon figure:after {
        position: absolute;
        max-width: 6px;
        width: 100%;
        max-height: 6px;
        height: 100%;
        top: 0;
        left: 0;
        display: block;
        content: '';
        right: 0;
        margin: auto;
        border-radius: 50%;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        background-color: #b19a63;
        animation-name: dot;
        animation-duration: 2s;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite; }
    @media all and (max-width: 480px) {
      .slick-slider-carousel .slider__icon {
        bottom: 70px;
        max-width: 40px; } }
    @media all and (max-width: 768px) {
      .slick-slider-carousel .slider__icon {
        bottom: 20px; } }

.slick-track {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s; }

.slick-list {
  height: 100%;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s; }

header.toolbar-component {
  position: fixed;
  z-index: 3;
  max-width: 100%;
  width: 100%;
  max-height: 120px;
  height: 100%;
  padding: 0 130px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
  @media all and (max-width: 1280px) {
    header.toolbar-component {
      padding: 0 50px; } }
  @media all and (max-width: 768px) {
    header.toolbar-component {
      max-height: 80px;
      top: 0; } }
  @media all and (max-width: 480px) {
    header.toolbar-component {
      padding: 0 25px; } }
  header.toolbar-component--toggled {
    background-color: #fff; }
    header.toolbar-component--toggled .menu p {
      color: #b19a63; }
    header.toolbar-component--toggled .toolbar-component__user-interface input[type=text] {
      color: #b19a63; }
    header.toolbar-component--toggled .toolbar-component__logo {
      align-items: center; }
      header.toolbar-component--toggled .toolbar-component__logo svg {
        width: auto;
        height: 64%; }
        header.toolbar-component--toggled .toolbar-component__logo svg path.letter {
          fill: #153552; }
        @media all and (max-width: 480px) {
          header.toolbar-component--toggled .toolbar-component__logo svg {
            height: 55%; } }

.toolbar-component__logo {
  position: relative;
  height: 110px;
  margin: auto;
  max-width: 320px;
  width: 100%;
  z-index: 3;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
  @media all and (max-width: 768px) {
    .toolbar-component__logo {
      max-width: 180px;
      padding: 2px;
      height: 100%; } }
  .toolbar-component__logo--href {
    height: 100%;
    pointer-events: auto;
    text-align: center;
    margin: 0 auto; }
  .toolbar-component__logo svg {
    width: auto;
    height: 100%;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
    .toolbar-component__logo svg path.letter {
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s;
      fill: #fff; }
      .toolbar-component__logo svg path.letter--navy {
        fill: #153552; }
    .toolbar-component__logo svg .logo-symbol {
      fill: #b19a63; }
      .toolbar-component__logo svg .logo-symbol--line {
        stroke: #b19a63;
        stroke-miterlimit: 10;
        stroke-width: 1.46px;
        fill: none; }
      .toolbar-component__logo svg .logo-symbol--dots {
        fill: #b19a63; }
      .toolbar-component__logo svg .logo-symbol--wheel {
        fill: none;
        stroke: #b19a63;
        stroke-miterlimit: 10;
        stroke-width: 1.46px; }
    @media all and (max-width: 1280px) {
      .toolbar-component__logo svg {
        height: 50%; } }

.toolbar-component__navigate {
  max-width: 180px;
  width: 100%; }
  .toolbar-component__navigate .menu {
    padding-left: 20px; }
    @media all and (max-width: 768px) {
      .toolbar-component__navigate .menu {
        visibility: hidden; } }

.toolbar--blue .toolbar-component__logo svg path.letter {
  fill: #153552; }

.toolbar--blue .toolbar-component__navigate .menu p {
  color: #b19a63; }

/* ========================================================================== */
/* Information toolbar  */
/* ========================================================================== */
/* ========================================================================== */
/* Information toolbar */
/* ========================================================================== */
.information-component {
  position: fixed;
  top: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  padding: 25px;
  background-color: #b19a63;
  z-index: 14;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.38);
  transform: translate(0px, -300px);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s; }
  .information-component--active {
    transform: translate(0px, 0px); }
  .information-component__text-content {
    max-width: 100%;
    width: 100%;
    text-align: center;
    font-family: "Chronicle Display", sans-serif;
    font-size: 22px;
    color: #fff;
    font-weight: 300; }
    @media all and (max-width: 1280px) {
      .information-component__text-content {
        font-size: 18px; } }
    @media all and (max-width: 768px) {
      .information-component__text-content {
        font-size: 14px; } }

.toolbar-component__user-interface {
  position: absolute;
  max-width: 320px;
  width: 100%;
  height: 100%;
  right: 130px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  pointer-events: auto; }
  @media all and (max-width: 1280px) {
    .toolbar-component__user-interface {
      right: 55px; } }
  @media all and (max-width: 768px) {
    .toolbar-component__user-interface {
      visibility: hidden;
      pointer-events: none; } }

.user-interface__action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  max-width: 40px;
  width: 100%;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  justify-content: flex-start;
  pointer-events: all;
  -webkit-transition: 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: 0.8s cubic-bezier(0.645, 0.045, 0.355, 1);
  z-index: 1; }
  .user-interface__action__shopping-cart {
    position: absolute;
    right: 60px;
    -webkit-transition: 1.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: 1.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: 1.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: 1.2s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .user-interface__action__shopping-cart p {
      font-weight: 700;
      transform: translate(0px, 7px);
      font-family: "Montserrat", sans-serif;
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: 5px;
      color: #fff; }
  .user-interface__action--invisible {
    opacity: 0;
    pointer-events: none; }
  .user-interface__action:last-of-type {
    z-index: 3; }
  .user-interface__action input {
    position: absolute;
    border: none;
    left: 40px;
    width: 270px;
    max-height: 25px;
    height: 100%;
    outline: none;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: transparent;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    color: #fff;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
  .user-interface__action--toggled {
    max-width: 270px;
    transform: translate(-10px, 0px); }
    .user-interface__action--toggled input {
      border-bottom: 1px solid #b19a63;
      color: #b19a63; }

.user-interface--mobile {
  position: absolute;
  right: 20px;
  top: 30px;
  max-width: 120px;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-end; }
  @media all and (min-width: 768px) {
    .user-interface--mobile {
      display: none; } }
  .user-interface--mobile .user-interface__action {
    margin: 0 5px;
    max-width: 20px;
    float: left; }
    @media all and (max-width: 480px) {
      .user-interface--mobile .user-interface__action {
        max-width: 24px; } }

.hl-sidebar {
  max-width: 490px;
  width: 100%;
  position: fixed;
  z-index: 7;
  top: 0;
  min-height: 100vh;
  max-height: 100vh;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  pointer-events: none; }
  @media all and (max-width: 1280px) {
    .hl-sidebar {
      max-width: 100%; } }
  @media all and (max-width: 768px) {
    .hl-sidebar {
      padding-top: 0; } }
  .hl-sidebar--menu-list {
    left: 0; }
    .hl-sidebar--menu-list basket {
      opacity: 0;
      pointer-events: none;
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      left: 0;
      right: 0;
      margin: auto;
      -webkit-transition: 0.8s;
      -moz-transition: 0.8s;
      -o-transition: 0.8s;
      transition: 0.8s; }
  .hl-sidebar--basket {
    right: 0; }
    @media all and (max-width: 1280px) {
      .hl-sidebar--basket {
        display: none; } }
  .hl-sidebar__row {
    max-width: 100%;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
  .hl-sidebar__header {
    max-height: 120px;
    height: 100%;
    position: absolute;
    left: 0;
    z-index: 2;
    top: 0; }
    .hl-sidebar__header nav {
      width: 100%; }
    .hl-sidebar__header--left {
      justify-content: flex-start;
      padding-left: 130px; }
      @media all and (max-width: 1280px) {
        .hl-sidebar__header--left {
          padding-left: 25px; } }
      .hl-sidebar__header--left nav {
        justify-content: flex-start; }
    .hl-sidebar__header--right {
      justify-content: flex-end;
      padding-right: 130px; }
      @media all and (max-width: 1280px) {
        .hl-sidebar__header--right {
          padding-right: 0; } }
      .hl-sidebar__header--right nav {
        justify-content: flex-end; }
    @media all and (max-width: 768px) {
      .hl-sidebar__header {
        max-height: 80px; } }
  .hl-sidebar__content {
    max-height: 100vh;
    padding-top: 120px;
    height: 100%;
    max-width: 100%;
    width: 100%;
    left: 0;
    align-self: flex-start;
    position: relative;
    background-color: #0a2239;
    z-index: 1;
    pointer-events: all;
    -webkit-transition: 1.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: 1.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: 1.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: 1.5s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .hl-sidebar__content--left {
      left: -180%; }
      .hl-sidebar__content--left--on {
        left: 0; }
    .hl-sidebar__content--right {
      left: 180%; }
      @media all and (max-width: 480px) {
        .hl-sidebar__content--right {
          display: none; } }
      .hl-sidebar__content--right--on {
        right: 0; }
    @media all and (max-width: 1280px) {
      .hl-sidebar__content {
        padding-top: 80px; } }
    .hl-sidebar__content .content__footer {
      max-height: 210px;
      height: 100%;
      max-width: 100%;
      width: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
      align-self: flex-end; }
      @media all and (max-width: 1600px) and (max-height: 900px) {
        .hl-sidebar__content .content__footer {
          display: none; } }
      @media all and (max-width: 480px) {
        .hl-sidebar__content .content__footer {
          max-height: 130px; } }
      .hl-sidebar__content .content__footer--basket-summary {
        display: inherit; }

.hl-sidebar--basket basket {
  position: absolute;
  height: 100%;
  margin: auto;
  left: 0;
  right: 0; }

.hl-sidebar--basket .hl-sidebar__content {
  align-items: flex-start; }
  @media all and (max-width: 480px) {
    .hl-sidebar--basket .hl-sidebar__content {
      align-self: auto; } }

.hl-sidebar--basket .hl-sidebar__footer {
  display: inherit; }

.content__cart-items-list {
  max-height: calc(100% - 325px);
  overflow: auto;
  height: 100%; }
  .content__cart-items-list::-webkit-scrollbar {
    width: 5px; }
  .content__cart-items-list::-webkit-scrollbar-track {
    background: rgba(255, 0, 0, 0); }
  .content__cart-items-list::-webkit-scrollbar-thumb {
    background-color: #b19a63; }
  @media all and (max-width: 480px) {
    .content__cart-items-list {
      max-height: calc(100% - 130px); } }
  .content__cart-items-list .cart-items-list {
    -ms-padding-start: 0px;
    -webkit-padding-start: 0px;
    -moz-padding-start: 0px;
    margin-bottom: 0;
    overflow-x: hidden; }
    .content__cart-items-list .cart-items-list__item {
      list-style: none;
      display: inline-block;
      max-width: 85%;
      width: 100%;
      min-height: 80px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 25px 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      margin: 0 auto;
      cursor: pointer; }
      @media all and (max-width: 480px) {
        .content__cart-items-list .cart-items-list__item {
          max-width: 95%; } }
      .content__cart-items-list .cart-items-list__item--deleted {
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        transform: translate(400px, 0); }
      .content__cart-items-list .cart-items-list__item:last-of-type {
        margin-bottom: 0; }
        @media all and (max-width: 480px) {
          .content__cart-items-list .cart-items-list__item:last-of-type {
            margin-bottom: 20px; } }
      .content__cart-items-list .cart-items-list__item:hover .item__details .details__name p {
        color: #b19a63; }
      .content__cart-items-list .cart-items-list__item .item__delete {
        max-width: 40px;
        width: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: flex-start; }
        @media all and (max-width: 480px) {
          .content__cart-items-list .cart-items-list__item .item__delete {
            max-width: 22px; } }
        .content__cart-items-list .cart-items-list__item .item__delete svg {
          max-width: 12px;
          width: 100%;
          height: 12px;
          overflow: hidden;
          fill: #fff;
          opacity: 0.4;
          -webkit-transition: 0.4s;
          -moz-transition: 0.4s;
          -o-transition: 0.4s;
          transition: 0.4s; }
        .content__cart-items-list .cart-items-list__item .item__delete:hover svg {
          opacity: 1; }
      .content__cart-items-list .cart-items-list__item .item__image {
        max-width: 80px;
        width: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center;
        max-height: 80px;
        height: 100%;
        overflow: hidden; }
        @media all and (max-width: 480px) {
          .content__cart-items-list .cart-items-list__item .item__image {
            max-width: 60px;
            max-height: 60px; } }
        .content__cart-items-list .cart-items-list__item .item__image figure {
          max-width: 100%;
          width: 100%; }
          .content__cart-items-list .cart-items-list__item .item__image figure img {
            object-fit: contain;
            height: 80px; }
      .content__cart-items-list .cart-items-list__item .item__details {
        max-width: 320px;
        width: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap;
        padding-left: 30px;
        align-self: flex-start; }
        @media all and (max-width: 768px) {
          .content__cart-items-list .cart-items-list__item .item__details {
            padding-left: 15px; } }
        .content__cart-items-list .cart-items-list__item .item__details .details__category, .content__cart-items-list .cart-items-list__item .item__details .details__name, .content__cart-items-list .cart-items-list__item .item__details .details__price {
          flex-basis: 100%;
          margin-bottom: 5px; }
        .content__cart-items-list .cart-items-list__item .item__details .details__category p {
          color: #cbcbcb;
          font-family: "Montserrat", sans-serif;
          font-size: 10px;
          text-transform: uppercase;
          font-weight: 700;
          letter-spacing: 2px; }
        .content__cart-items-list .cart-items-list__item .item__details .details__name {
          margin-bottom: 10px; }
          .content__cart-items-list .cart-items-list__item .item__details .details__name p {
            -webkit-transition: 0.4s;
            -moz-transition: 0.4s;
            -o-transition: 0.4s;
            transition: 0.4s;
            font-family: "Chronicle Display", sans-serif;
            font-size: 21px;
            color: #fff; }
        .content__cart-items-list .cart-items-list__item .item__details .details__price {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          justify-content: space-between;
          align-items: center; }
          .content__cart-items-list .cart-items-list__item .item__details .details__price p {
            font-family: "Chronicle Display", sans-serif;
            font-size: 16px;
            color: #b19a63;
            font-weight: 700; }

@media all and (max-width: 480px) {
  .hl-sidebar--menu-list .hl-sidebar__content {
    align-self: auto; } }

@media all and (max-height: 800px) and (min-width: 1280px) {
  .hl-sidebar--menu-list .hl-sidebar__footer {
    max-height: 180px; } }

@media all and (max-width: 768px) {
  .hl-sidebar--menu-list .hl-sidebar__footer {
    max-height: 120px; } }

@media all and (max-width: 480px) {
  .hl-sidebar--menu-list .hl-sidebar__footer {
    display: none; } }

.content__navigation-menu-list .navigation-menu-list {
  -ms-padding-start: 0px;
  -webkit-padding-start: 0px;
  -moz-padding-start: 0px;
  margin-bottom: 0; }
  .content__navigation-menu-list .navigation-menu-list__item {
    list-style: none;
    display: inline-block;
    max-width: 100%;
    width: 100%;
    margin: 6px 0;
    text-align: center;
    color: #fff;
    font-size: 20px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    cursor: pointer;
    font-family: "Chronicle Display", sans-serif; }
    @media all and (max-width: 1320px) {
      .content__navigation-menu-list .navigation-menu-list__item {
        font-size: 16px;
        margin: 4px 0; } }
    @media all and (max-width: 480px) {
      .content__navigation-menu-list .navigation-menu-list__item {
        font-size: 15px; } }
    .content__navigation-menu-list .navigation-menu-list__item--active {
      color: #b19a63; }
    .content__navigation-menu-list .navigation-menu-list__item:hover {
      color: #b19a63; }
    .content__navigation-menu-list .navigation-menu-list__item a {
      color: inherit;
      text-decoration: none; }

.hl-sidebar--mobile {
  display: none; }
  @media all and (max-width: 768px) {
    .hl-sidebar--mobile {
      display: initial;
      left: -100%; } }
  .hl-sidebar--mobile--on {
    left: 0; }

.searchbox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center; }
  .searchbox .fa {
    font-size: 22px;
    margin: 0 10px; }
  .searchbox input {
    border: none;
    outline: none;
    background-color: transparent;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
    color: #fff;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
    .searchbox input:focus {
      border-color: #b19a63; }

.content__navigation-menu-list {
  position: relative;
  max-width: 100%;
  width: 100%; }
  @media all and (max-width: 1280px) {
    .content__navigation-menu-list {
      height: 100%; } }
  .content__navigation-menu-list .navigation-menu-list {
    top: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s; }
    @media all and (max-width: 1280px) {
      .content__navigation-menu-list .navigation-menu-list {
        position: absolute;
        pointer-events: none;
        opacity: 0;
        top: 50%;
        transform: translate(0, -50%);
        height: auto; } }

.mobile-menu-options {
  opacity: 0;
  pointer-events: none;
  display: none; }
  @media all and (max-width: 1280px) {
    .mobile-menu-options {
      display: inherit;
      position: absolute;
      right: 25px;
      top: 22px;
      pointer-events: auto;
      max-width: 200px;
      width: 100%;
      height: 40px;
      -ms-padding-start: 0px;
      -webkit-padding-start: 0px;
      -moz-padding-start: 0px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      -webkit-transition: 1.5s;
      -moz-transition: 1.5s;
      -o-transition: 1.5s;
      transition: 1.5s;
      flex-wrap: nowrap; }
      .mobile-menu-options .mobile-menu-option {
        font-family: "Montserrat", sans-serif;
        font-size: 9px;
        text-transform: uppercase;
        letter-spacing: 5px;
        color: #fff;
        list-style: none;
        margin-left: 15px; }
      .mobile-menu-options--visible {
        opacity: 1; } }

@media all and (max-width: 1280px) {
  ._active-mobile-sidemenu {
    opacity: 1 !important;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    pointer-events: all !important; } }

.summary__button, .summary__price, .summary__projects {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px; }
  @media all and (max-width: 480px) {
    .summary__button, .summary__price, .summary__projects {
      margin-bottom: 10px; } }
  .summary__button:last-of-type, .summary__price:last-of-type, .summary__projects:last-of-type {
    margin-bottom: 0; }

.summary__price p:first-of-type {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #fff;
  margin-right: 10px; }

.summary__price p:last-of-type {
  color: #b19a63;
  font-family: "Chronicle Display", sans-serif;
  font-size: 36px; }
  @media all and (max-width: 1280px) {
    .summary__price p:last-of-type {
      font-size: 24px; } }
  @media all and (max-width: 480px) {
    .summary__price p:last-of-type {
      font-size: 21px; } }

.summary__button a {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #fff;
  padding: 15px 35px;
  background-color: #b19a63;
  border: none;
  position: relative;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
  @media all and (max-height: 800px) and (min-width: 1024px) {
    .summary__button a {
      font-size: 10px;
      padding: 10px 20px; } }
  @media all and (max-width: 1280px) {
    .summary__button a {
      font-size: 12px; } }
  @media all and (max-width: 480px) {
    .summary__button a {
      font-size: 10px;
      padding: 10px 20px; } }
  .summary__button a:after {
    position: absolute;
    bottom: -15px;
    left: 0;
    display: block;
    content: '';
    max-width: 100%;
    width: 100%;
    height: 1px;
    background-color: #b19a63;
    opacity: 0.1; }
    @media all and (max-width: 480px) {
      .summary__button a:after {
        opacity: 0; } }
  .summary__button a:hover {
    background-color: #fff;
    color: #b19a63; }

.summary__projects p {
  font-family: "Montserrat", sans-serif;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: #fff; }

@media all and (max-width: 480px) {
  .summary__projects {
    display: none; } }

.view {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s; }
  .view--active {
    display: initial; }

.product__item--newsletter {
  padding: 0 !important;
  position: relative;
  z-index: 2 !important;
  max-height: 340px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center; }
  .product__item--newsletter .post-icons {
    max-width: 100%;
    background-color: #f5f5f5;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-height: 275px;
    height: 100%;
    align-items: center;
    flex-wrap: wrap; }
    @media all and (max-width: 768px) {
      .product__item--newsletter .post-icons {
        margin: 0 auto; } }
    .product__item--newsletter .post-icons:after {
      position: absolute;
      border: 1px solid #b19a63;
      top: 3%;
      left: 2.5%;
      width: 95%;
      height: 94%;
      display: block;
      content: '';
      padding: 20px;
      pointer-events: none; }
      @media all and (max-width: 1280px) {
        .product__item--newsletter .post-icons:after {
          width: 98%;
          left: 1%; } }
    .product__item--newsletter .post-icons figure {
      width: 85%;
      top: 20px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      position: relative;
      height: auto;
      margin: 0 auto; }
      .product__item--newsletter .post-icons figure svg {
        max-width: 26px;
        width: 100%;
        height: auto;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; }
      .product__item--newsletter .post-icons figure img {
        text-align: center; }
        .product__item--newsletter .post-icons figure img:last-of-type {
          max-width: 66px;
          width: 100%;
          margin-left: 30px; }
  .product__item--newsletter .newsletter__text {
    max-width: 100%;
    width: 100%;
    margin: 10px 0;
    position: relative;
    top: 15px; }
    .product__item--newsletter .newsletter__text p {
      font-family: "Chronicle Display", sans-serif;
      font-size: 24px;
      color: #0a2239;
      font-weight: 500;
      text-align: center; }
      @media all and (max-width: 768px) {
        .product__item--newsletter .newsletter__text p {
          font-size: 21px; } }
  .product__item--newsletter .newsletter__input {
    max-width: 100%;
    width: 100%; }
    .product__item--newsletter .newsletter__input form {
      display: inline-block; }
      .product__item--newsletter .newsletter__input form input[type='text'] {
        max-width: 190px;
        width: 100%;
        border: none;
        border-bottom: 1px solid #b19a63;
        text-align: center;
        color: #0a2239;
        font-size: 10px;
        line-height: 20px;
        background-color: transparent;
        outline: none;
        margin: 10px;
        font-weight: 400;
        font-family: "Montserrat", sans-serif; }
      .product__item--newsletter .newsletter__input form button {
        max-width: 130px;
        width: 100%;
        position: relative;
        overflow: hidden;
        padding: 10px;
        background-color: #0a2239;
        align-items: center;
        justify-content: center;
        color: #fff;
        border: none;
        outline: none;
        margin: 10px;
        text-align: center;
        font-weight: 600;
        letter-spacing: 5px;
        font-size: 9px;
        text-transform: uppercase;
        font-family: "Montserrat", sans-serif;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s; }
        .product__item--newsletter .newsletter__input form button:disabled {
          opacity: .5; }
        .product__item--newsletter .newsletter__input form button:hover {
          background-color: #fff;
          color: #0a2239; }
    .product__item--newsletter .newsletter__input .input__text {
      max-width: 210px;
      width: 100%;
      margin: 0 auto;
      padding: 0 0 15px; }
      .product__item--newsletter .newsletter__input .input__text p {
        color: #0a2239;
        font-family: "Montserrat", sans-serif;
        font-size: 9px;
        font-weight: 300;
        text-align: center; }

.sidebar__list--basket {
  max-height: calc(100vh - 400px);
  overflow: auto;
  position: relative;
  -ms-padding-start: 0px;
  -webkit-padding-start: 0px;
  -moz-padding-start: 0px; }

.mobile-basket {
  display: none; }
  @media all and (max-width: 1280px) {
    .mobile-basket {
      display: inherit; } }

.summary {
  max-width: 100%;
  width: 100%;
  height: 100%;
  text-align: center; }
  .summary__container {
    max-width: 100%;
    width: 100%; }
    .summary__container .container__row {
      max-width: 100%;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 25px 0; }
      @media all and (max-width: 1600px) {
        .summary__container .container__row {
          padding: 10px 0; } }
      @media all and (max-width: 1280px) {
        .summary__container .container__row {
          padding: 15px 0; } }
      @media all and (max-width: 768px) {
        .summary__container .container__row {
          padding: 10px 0; } }
      .summary__container .container__row p {
        margin: 0 20px;
        font-weight: 600; }
        .summary__container .container__row p:first-of-type {
          text-transform: uppercase;
          font-family: "Montserrat", sans-serif;
          font-size: 10px;
          color: #fff;
          letter-spacing: 5px; }
        .summary__container .container__row p:last-of-type {
          font-family: "Chronicle Display", sans-serif;
          font-size: 36px;
          color: #b19a63; }
          @media all and (max-width: 1600px) {
            .summary__container .container__row p:last-of-type {
              font-size: 18px; } }
          @media all and (max-width: 768px) {
            .summary__container .container__row p:last-of-type {
              font-size: 21px; } }
      .summary__container .container__row button {
        background-color: #b19a63;
        color: #fff;
        font-family: "Montserrat", sans-serif;
        padding: 20px 35px;
        font-weight: 600;
        text-align: center;
        border: none;
        outline: none;
        letter-spacing: 5px;
        text-transform: uppercase;
        position: relative;
        font-size: 13px;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s; }
        @media all and (max-width: 1600px) {
          .summary__container .container__row button {
            font-size: 11px;
            padding: 5px 25px; } }
        @media all and (max-width: 1280px) {
          .summary__container .container__row button {
            padding: 20px 25px; } }
        @media all and (max-width: 768px) {
          .summary__container .container__row button {
            font-size: 9px;
            padding: 15px 25px; } }
        .summary__container .container__row button:hover {
          color: #b19a63;
          background-color: #fff; }
        .summary__container .container__row button:after {
          position: absolute;
          bottom: -25px;
          left: 0;
          right: 0;
          max-width: 100%;
          display: block;
          content: '';
          width: 100%;
          border-bottom: 1px solid rgba(203, 203, 203, 0.2); }
          @media all and (max-width: 1600px) {
            .summary__container .container__row button:after {
              bottom: -5px; } }
      .summary__container .container__row:last-of-type p {
        text-transform: uppercase;
        font-family: "Montserrat", sans-serif;
        font-size: 10px;
        color: #fff;
        letter-spacing: 5px; }
      @media all and (max-width: 768px) {
        .summary__container .container__row:last-of-type {
          display: none; } }

.basket-header {
  position: relative;
  max-width: 100%;
  width: 100%;
  padding: 25px; }
  .basket-header .header__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center; }
    .basket-header .header__title p {
      color: #fff;
      font-family: "Montserrat", sans-serif;
      font-weight: 600;
      font-size: 14px;
      text-transform: uppercase;
      letter-spacing: 5px; }
    .basket-header .header__title .fa {
      font-size: 25px;
      color: #fff;
      margin: 0 10px; }

.content__list--right .basket {
  max-width: 100%;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media all and (max-width: 1280px) {
    .content__list--right .basket {
      max-width: 60%;
      margin: 0 auto; } }
  .content__list--right .basket__delete {
    max-width: 40px;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center; }
    .content__list--right .basket__delete .fa {
      opacity: 0.4; }
  .content__list--right .basket__image {
    max-width: 80px;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px; }
    @media all and (max-width: 768px) {
      .content__list--right .basket__image {
        max-width: 60px; } }
    .content__list--right .basket__image figure {
      background-color: #fff; }
  .content__list--right .basket__text {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-wrap: wrap; }
    .content__list--right .basket__text .text__addons, .content__list--right .basket__text .text__name, .content__list--right .basket__text .text__price {
      text-align: left; }
    .content__list--right .basket__text .text__addons {
      flex-basis: 100%; }
      .content__list--right .basket__text .text__addons p {
        color: #cbcbcb;
        font-family: "Montserrat", sans-serif;
        font-size: 10px;
        text-transform: uppercase;
        letter-spacing: 5px; }
        @media all and (max-width: 768px) {
          .content__list--right .basket__text .text__addons p {
            font-size: 9px; } }
    .content__list--right .basket__text .text__name {
      flex-basis: 100%;
      margin-bottom: 15px; }
      @media all and (max-width: 768px) {
        .content__list--right .basket__text .text__name {
          margin-bottom: 6px; } }
      .content__list--right .basket__text .text__name p {
        color: #b19a63;
        font-family: "Chronicle Display", sans-serif;
        font-size: 21px; }
        @media all and (max-width: 768px) {
          .content__list--right .basket__text .text__name p {
            font-size: 16px; } }
    .content__list--right .basket__text .text__price {
      flex-basis: 100%; }
      .content__list--right .basket__text .text__price p {
        color: #fff;
        font-size: 16px;
        font-family: "Chronicle Display", sans-serif; }
        @media all and (max-width: 768px) {
          .content__list--right .basket__text .text__price p {
            font-size: 12px; } }

.social {
  position: absolute;
  bottom: 44px;
  left: 145px;
  max-width: 320px;
  width: 100%;
  transform: rotate(-90deg);
  transform-origin: left; }
  @media all and (max-width: 1280px) {
    .social {
      bottom: 30px;
      left: 60px; } }
  @media all and (max-width: 480px) {
    .social {
      left: 30px;
      bottom: 5px; } }
  @media all and (max-width: 320px) {
    .social {
      bottom: -35px; } }
  .social__container {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center; }
    .social__container:hover .container__icons .icons__list .list__item {
      opacity: 1; }
    .social__container .container__text {
      max-width: 100px;
      width: 100%;
      cursor: pointer; }
      .social__container .container__text p {
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 5px;
        color: #fff;
        text-align: center;
        font-weight: 700;
        margin-bottom: 0; }
        @media all and (max-width: 320px) {
          .social__container .container__text p {
            font-size: 10px; } }
    .social__container .container__icons {
      max-width: 180px;
      width: 100%; }
      .social__container .container__icons .icons__list {
        -ms-padding-start: 0px;
        -webkit-padding-start: 0px;
        -moz-padding-start: 0px;
        margin-bottom: 0;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center; }
        .social__container .container__icons .icons__list .list__item {
          list-style: none;
          width: 20px;
          height: 20px;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          align-items: center;
          justify-content: center;
          background-color: #fff;
          border-radius: 50%;
          margin: 0 10px;
          cursor: pointer;
          opacity: 0;
          -webkit-transition: 0.4s;
          -moz-transition: 0.4s;
          -o-transition: 0.4s;
          transition: 0.4s; }
          @media all and (max-width: 480px) {
            .social__container .container__icons .icons__list .list__item {
              margin: 0 6px; } }
          .social__container .container__icons .icons__list .list__item:hover {
            background-color: #b19a63;
            transform: rotate(90deg); }
            .social__container .container__icons .icons__list .list__item:hover .fa {
              color: #fff; }
          .social__container .container__icons .icons__list .list__item a {
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            align-items: center;
            justify-content: center; }
          .social__container .container__icons .icons__list .list__item .fa {
            font-size: 10px; }

offer-component {
  margin-top: 100vh; }

.offer-section {
  position: relative;
  padding: 0;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -o-transition: 2s;
  transition: 2s; }
  .offer-section .offers__container {
    padding: 110px 0 0;
    text-align: center;
    -webkit-transition: 2s;
    -moz-transition: 2s;
    -o-transition: 2s;
    transition: 2s; }
    @media all and (max-width: 480px) {
      .offer-section .offers__container {
        padding: 110px 10px 0; } }
    .offer-section .offers__container .offer {
      max-width: 275px;
      margin: 0 6px 14px;
      display: inline-block;
      border: 1px solid #ccc;
      opacity: 0;
      transform: translate(0px, 180px);
      -webkit-transition: 1.2s;
      -moz-transition: 1.2s;
      -o-transition: 1.2s;
      transition: 1.2s;
      box-sizing: border-box;
      width: 100%;
      max-height: 335px;
      height: 100%;
      cursor: pointer; }
      @media all and (max-width: 1280px) {
        .offer-section .offers__container .offer {
          max-width: 250px; } }
      @media all and (max-width: 768px) {
        .offer-section .offers__container .offer {
          max-width: 380px;
          margin: 0 0 30px; } }
      .offer-section .offers__container .offer:hover {
        border: 1px solid #b19a63; }
        .offer-section .offers__container .offer:hover .category {
          color: #b19a63; }
        .offer-section .offers__container .offer:hover .name {
          color: #b19a63; }
      .offer-section .offers__container .offer__image {
        max-width: 100%;
        width: 100%;
        height: 275px;
        overflow: hidden; }
        @media all and (max-width: 1280px) {
          .offer-section .offers__container .offer__image {
            height: 190px; } }
        @media all and (max-width: 768px) {
          .offer-section .offers__container .offer__image {
            height: 110px; } }
      .offer-section .offers__container .offer__description {
        max-width: 100%;
        width: 100%;
        height: 60px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 10px; }
        .offer-section .offers__container .offer__description .category {
          font-family: "Montserrat", sans-serif;
          font-size: 8px;
          text-transform: uppercase;
          letter-spacing: 5px;
          color: #cbcbcb;
          margin-bottom: 0;
          -webkit-transition: 0.4s;
          -moz-transition: 0.4s;
          -o-transition: 0.4s;
          transition: 0.4s;
          max-width: initial;
          width: initial; }
        .offer-section .offers__container .offer__description .name {
          font-family: "Chronicle Display", sans-serif;
          font-size: 16px;
          color: #153552;
          font-weight: 400;
          -webkit-transition: 0.4s;
          -moz-transition: 0.4s;
          -o-transition: 0.4s;
          transition: 0.4s;
          max-width: initial;
          width: initial; }

section.products-section {
  position: relative;
  padding: 0;
  opacity: 1;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s; }
  section.products-section .products__contianer {
    padding: 110px 0;
    text-align: center;
    width: 100%; }
    section.products-section .products__contianer .section__title h2 {
      font-family: "Chronicle Display", sans-serif;
      font-size: 48px;
      color: #153552;
      font-weight: 400;
      text-transform: capitalize; }
      @media all and (max-width: 1280px) {
        section.products-section .products__contianer .section__title h2 {
          font-size: 40px; } }
    section.products-section .products__contianer .product__item {
      width: 33.33333%;
      z-index: 1;
      opacity: 1;
      float: left;
      border-right: 1px solid rgba(203, 203, 203, 0.2);
      border-bottom: 1px solid rgba(203, 203, 203, 0.2); }
      @media all and (max-width: 1280px) {
        section.products-section .products__contianer .product__item {
          width: 50%; } }
      @media all and (max-width: 768px) {
        section.products-section .products__contianer .product__item--small {
          width: 50%; }
        section.products-section .products__contianer .product__item--big {
          width: 50%; }
        section.products-section .products__contianer .product__item--newsletter {
          width: 50%; } }
      @media all and (max-width: 480px) {
        section.products-section .products__contianer .product__item--big, section.products-section .products__contianer .product__item--newsletter, section.products-section .products__contianer .product__item--small {
          width: 100%; } }

.product__item .item {
  height: 100%;
  position: relative;
  float: left;
  padding: 25px; }
  @media all and (max-width: 768px) {
    .product__item .item {
      padding: 0; } }
  .product__item .item:hover .name {
    transform: translate(0px, -10px); }
  .product__item .item__text {
    float: left;
    width: 100%; }
    .product__item .item__text .price {
      max-width: 100%;
      width: 100%;
      height: 40px; }
      .product__item .item__text .price p {
        text-align: left; }
    .product__item .item__text .base-price {
      height: 30px; }
      .product__item .item__text .base-price p {
        font-size: 16px !important;
        color: #cbcbcb !important;
        text-decoration: line-through; }
    .product__item .item__text:last-of-type {
      max-width: 50%;
      float: left; }
  .product__item .item__photo {
    float: left;
    width: 100%;
    height: 100%;
    overflow: hidden; }

.product__item--small {
  height: 340px;
  text-align: center; }
  .product__item--small .item__text {
    max-width: 50%; }
    .product__item--small .item__text .price p {
      font-family: "Chronicle Display", sans-serif;
      font-size: 26px;
      color: #b19a63;
      font-weight: 400;
      letter-spacing: 0.8px;
      padding: 7px; }
      @media all and (max-width: 1280px) {
        .product__item--small .item__text .price p {
          font-size: 20px; } }
    .product__item--small .item__text .name {
      max-width: 100%; }
    .product__item--small .item__text .add {
      margin: 10px 0; }
      @media all and (max-width: 1280px) {
        .product__item--small .item__text .add {
          padding: 0 7px; } }
  .product__item--small .item__photo {
    max-width: 50%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .product__item--small .item__photo figure {
      width: 100%;
      height: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 10px;
      align-items: center; }
      @media all and (max-width: 1280px) {
        .product__item--small .item__photo figure {
          height: 100%; } }
      .product__item--small .item__photo figure img {
        max-height: 70%;
        object-fit: contain; }
        @media all and (max-width: 1280px) {
          .product__item--small .item__photo figure img {
            height: initial; } }

.product__item--big {
  height: 680px; }
  .product__item--big .item__text {
    max-width: 100%; }
    .product__item--big .item__text .price p {
      font-family: "Chronicle Display", sans-serif;
      font-size: 36px;
      color: #b19a63;
      font-weight: 400;
      padding: 4px 0; }
    .product__item--big .item__text .name {
      max-width: 50%;
      float: left; }
    .product__item--big .item__text .add {
      padding: 0;
      margin-top: 25px; }
    .product__item--big .item__text .icon {
      max-width: 50%;
      width: 100%;
      float: left;
      padding: 0 0 20px;
      text-align: right; }
      .product__item--big .item__text .icon svg {
        position: relative;
        max-width: 82px;
        width: 100%;
        stroke: #b19a63; }
        .product__item--big .item__text .icon svg path {
          fill: #b19a63; }
        .product__item--big .item__text .icon svg line {
          stroke: #b19a63; }
        .product__item--big .item__text .icon svg use {
          stroke: #b19a63; }
        .product__item--big .item__text .icon svg:after {
          position: absolute;
          margin: auto;
          bottom: -18px;
          left: 0;
          right: 0;
          height: 1px;
          background-color: #b19a63;
          max-width: 30px;
          width: 100%;
          display: block;
          content: ''; }
  .product__item--big .item__photo {
    max-height: 315px;
    max-width: 100%; }
    .product__item--big .item__photo figure img {
      padding: 0 0 20px; }

.product__item .name {
  max-width: 100%;
  width: 100%;
  height: 120px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s; }
  .product__item .name p {
    font-family: "Chronicle Display", sans-serif;
    font-size: 21px;
    color: #153552;
    font-weight: 400;
    text-align: left;
    line-height: 28px;
    overflow: hidden;
    padding: 11px 6px;
    text-overflow: ellipsis;
    height: 120px; }
    @media all and (max-width: 1280px) {
      .product__item .name p {
        font-size: 26px; } }

.product__item .add {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 0 8px; }
  .product__item .add:hover .circle {
    transform: translate(11px, 6px);
    opacity: 1; }
  .product__item .add:hover p {
    opacity: 1; }
  .product__item .add figure {
    max-width: 40px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 2px; }
    .product__item .add figure .fa {
      color: #b19a63;
      font-size: 20px; }
  .product__item .add p {
    font-family: "Montserrat", sans-serif;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #b19a63;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    opacity: 0;
    text-align: left;
    font-weight: 600;
    padding: 20px 0 15px 12px; }
    @media all and (max-width: 480px) {
      .product__item .add p {
        font-size: 9px; } }

.more-button {
  max-width: 100%;
  width: 100%;
  float: left;
  text-align: center;
  margin-bottom: 40px; }
  .more-button button {
    font-family: "Montserrat", sans-serif;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #b19a63;
    border: 1px solid #b19a63;
    background-color: transparent;
    max-width: 310px;
    width: 100%;
    padding: 30px 15px;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s; }
    .more-button button:hover {
      background-color: #b19a63;
      color: #fff; }

.product__item .category {
  max-width: 100%;
  width: 100%;
  height: 30px; }
  .product__item .category p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: "Montserrat", sans-serif;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #cbcbcb;
    letter-spacing: 2px;
    text-align: left;
    padding: 10px 7px;
    font-weight: 700; }
    @media all and (max-width: 1280px) {
      .product__item .category p {
        font-size: 10px; } }

.isotope-list {
  width: 100%;
  -ms-padding-start: 0px;
  -webkit-padding-start: 0px;
  -moz-padding-start: 0px; }
  .isotope-list li {
    list-style: none; }

contact-us {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center; }
  contact-us .contact-us {
    max-width: 375px;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    contact-us .contact-us article {
      max-width: 100%;
      width: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: center;
      flex-wrap: wrap; }
      contact-us .contact-us article p {
        color: #fff; }
      contact-us .contact-us article .contact-us__text {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 5px;
        color: #fff;
        max-width: 100%;
        font-weight: 700;
        width: 100%;
        margin: 20px 0; }
        @media all and (max-width: 1600px) {
          contact-us .contact-us article .contact-us__text {
            font-size: 8px;
            margin: 16px 0; } }
      contact-us .contact-us article .contact-us__phone {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 100%;
        width: 100%;
        margin-bottom: 6px; }
        contact-us .contact-us article .contact-us__phone figure {
          max-width: 30px;
          max-height: 30px;
          height: 100%;
          width: 100%;
          display: inherit;
          justify-content: center;
          align-items: center; }
          @media all and (max-width: 1600px) {
            contact-us .contact-us article .contact-us__phone figure {
              max-height: 16px; } }
          contact-us .contact-us article .contact-us__phone figure img {
            width: auto;
            object-fit: contain; }
        contact-us .contact-us article .contact-us__phone p {
          font-family: "Chronicle Display", sans-serif;
          font-size: 33.02px;
          color: #fff;
          font-weight: 400; }
          @media all and (max-width: 1600px) {
            contact-us .contact-us article .contact-us__phone p {
              font-size: 16px; } }
      contact-us .contact-us article .contact-us__email {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center; }
        contact-us .contact-us article .contact-us__email p {
          font-family: "Chronicle Display", sans-serif;
          font-size: 29.96px;
          color: #fff;
          font-weight: 400; }
          @media all and (max-width: 1600px) {
            contact-us .contact-us article .contact-us__email p {
              font-size: 16px; } }

.portfolio {
  max-width: 100%;
  width: 100%;
  float: left;
  padding: 20px 0;
  background-color: #fff;
  position: relative;
  z-index: 0; }
  .portfolio .line {
    position: relative;
    max-width: 1505px;
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    border: 1px solid #cbcbcb;
    margin: 0 auto;
    opacity: 0.4; }
    @media all and (max-width: 480px) {
      .portfolio .line {
        display: none; } }
  .portfolio__container {
    position: relative;
    opacity: 0;
    -webkit-transition: 1.2s;
    -moz-transition: 1.2s;
    -o-transition: 1.2s;
    transition: 1.2s;
    transform: translate(0px, 300px); }
    @media all and (max-width: 480px) {
      .portfolio__container {
        height: 180px; } }
    .portfolio__container figure.container__background {
      position: relative; }
      .portfolio__container figure.container__background img {
        max-height: 480px; }
      .portfolio__container figure.container__background:after {
        position: absolute;
        left: 0;
        top: 0;
        max-width: 100%;
        width: 100%;
        height: 100%;
        z-index: 2;
        background-color: rgba(0, 0, 0, 0.3);
        display: block;
        content: ''; }
  .portfolio .portfolio__text {
    max-width: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center; }
    .portfolio .portfolio__text .text__container {
      position: relative;
      height: 100%;
      padding: 40px 20px;
      margin: 0 auto;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      @media all and (max-width: 768px) {
        .portfolio .portfolio__text .text__container {
          width: 100%; } }
      @media all and (max-width: 480px) {
        .portfolio .portfolio__text .text__container {
          padding: 10px; } }
      .portfolio .portfolio__text .text__container .text__field {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: space-around;
        max-width: 100%;
        width: 100%;
        height: 100%;
        padding: 30px;
        border: 1px solid rgba(203, 203, 203, 0.39); }
        @media all and (max-width: 480px) {
          .portfolio .portfolio__text .text__container .text__field {
            padding: 15px; } }
        .portfolio .portfolio__text .text__container .text__field .field {
          max-width: 100%;
          width: 100%; }
          .portfolio .portfolio__text .text__container .text__field .field h3,
          .portfolio .portfolio__text .text__container .text__field .field p {
            color: #fff; }
          .portfolio .portfolio__text .text__container .text__field .field--paragraph {
            height: 100%;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-transition: 0.8s;
            -moz-transition: 0.8s;
            -o-transition: 0.8s;
            transition: 0.8s;
            opacity: 0;
            -webkit-transition-delay: 1.2s;
            -moz-transition-delay: 1.2s;
            -o-transition-delay: 1.2s;
            transition-delay: 1.2s;
            align-items: center;
            justify-content: space-around; }
            @media all and (max-width: 1280px) {
              .portfolio .portfolio__text .text__container .text__field .field--paragraph {
                display: none; } }
            .portfolio .portfolio__text .text__container .text__field .field--paragraph p {
              max-width: 350px;
              width: 100%;
              font-family: "Montserrat", sans-serif;
              line-height: 21px; }
          .portfolio .portfolio__text .text__container .text__field .field--header {
            position: relative;
            height: 60%;
            -webkit-transition: 0.8s;
            -moz-transition: 0.8s;
            -o-transition: 0.8s;
            transition: 0.8s;
            opacity: 0;
            -webkit-transition-delay: 0.8s;
            -moz-transition-delay: 0.8s;
            -o-transition-delay: 0.8s;
            transition-delay: 0.8s;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            align-items: center;
            justify-content: space-around; }
            @media all and (max-width: 480px) {
              .portfolio .portfolio__text .text__container .text__field .field--header {
                height: 100%; } }
            .portfolio .portfolio__text .text__container .text__field .field--header h3 {
              text-align: center;
              font-family: "Chronicle Display", sans-serif;
              font-weight: 500;
              font-size: 48px; }
              @media all and (max-width: 480px) {
                .portfolio .portfolio__text .text__container .text__field .field--header h3 {
                  font-size: 40px; } }
            .portfolio .portfolio__text .text__container .text__field .field--header .header__date {
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              margin: auto;
              width: 100%;
              text-align: center; }
              .portfolio .portfolio__text .text__container .text__field .field--header .header__date .date__container {
                position: relative; }
                .portfolio .portfolio__text .text__container .text__field .field--header .header__date .date__container p {
                  transform: rotate(-90deg);
                  font-size: 14px;
                  font-family: "Montserrat", sans-serif;
                  text-transform: uppercase;
                  letter-spacing: 5px; }
                  @media all and (max-width: 768px) {
                    .portfolio .portfolio__text .text__container .text__field .field--header .header__date .date__container p {
                      font-size: 9px; } }
          .portfolio .portfolio__text .text__container .text__field .field--figure {
            -webkit-transition: 0.8s;
            -moz-transition: 0.8s;
            -o-transition: 0.8s;
            transition: 0.8s;
            opacity: 0;
            -webkit-transition-delay: 1s;
            -moz-transition-delay: 1s;
            -o-transition-delay: 1s;
            transition-delay: 1s; }
            @media all and (max-width: 768px) {
              .portfolio .portfolio__text .text__container .text__field .field--figure {
                display: none; } }
            .portfolio .portfolio__text .text__container .text__field .field--figure figure {
              max-width: 100px;
              width: 100%;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              align-items: center;
              margin: 0 auto; }
              .portfolio .portfolio__text .text__container .text__field .field--figure figure img {
                height: auto; }
  .portfolio__see-more {
    max-width: 100%;
    width: 100%;
    padding: 20px;
    opacity: 0;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
    -webkit-transition-delay: 2s;
    -moz-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s; }
    .portfolio__see-more .see-more__wrapper {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      z-index: 2; }
      .portfolio__see-more .see-more__wrapper p {
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 5px;
        color: #b19a63;
        font-weight: 600;
        margin: 0 10px;
        max-width: 150px;
        width: 100%; }
        @media all and (max-width: 480px) {
          .portfolio__see-more .see-more__wrapper p {
            font-size: 9px; } }
        .portfolio__see-more .see-more__wrapper p:first-of-type {
          text-align: right; }
      .portfolio__see-more .see-more__wrapper figure {
        background-color: #fff;
        max-width: 90px;
        width: 100%;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        transform: translate(0px, 0px); }
        .portfolio__see-more .see-more__wrapper figure:hover {
          transform: translate(0px, -5px) !important; }
        @media all and (max-width: 480px) {
          .portfolio__see-more .see-more__wrapper figure {
            max-width: 40px; } }
    .portfolio__see-more .see-more__line {
      max-height: 29vw;
      height: 100%;
      max-width: 50%;
      width: 100%;
      bottom: 0;
      right: 0;
      border-left: 1px solid #b19a63;
      position: absolute;
      z-index: 1;
      border-bottom: 1px solid #b19a63; }
      @media all and (max-width: 1280px) {
        .portfolio__see-more .see-more__line {
          border-bottom: none; } }
      .portfolio__see-more .see-more__line::after {
        position: absolute;
        top: 0;
        left: -4px;
        width: 7px;
        height: 7px;
        display: block;
        border-radius: 50%;
        content: '';
        z-index: 2;
        background: #b19a63; }

.instagram__list {
  max-width: 100%;
  -ms-padding-start: 0px;
  -webkit-padding-start: 0px;
  -moz-padding-start: 0px;
  width: 100%;
  min-height: 100vh;
  overflow: hidden; }
  .instagram__list .list__item {
    max-width: 33.3333%;
    width: 100%;
    padding: 3px;
    opacity: 0;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s; }
    .instagram__list .list__item--active {
      opacity: 1; }
    @media all and (max-width: 1280px) {
      .instagram__list .list__item {
        max-width: 50%; } }

.producers-component {
  position: relative;
  max-width: 100%;
  width: 100%; }
  @media all and (max-width: 1280px) {
    .producers-component {
      margin: 30px 0; } }
  .producers-component__list {
    max-width: 100%;
    width: 100%;
    -ms-padding-start: 0px;
    -webkit-padding-start: 0px;
    -moz-padding-start: 0px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap; }
    .producers-component__list .list-item {
      max-width: 100%;
      width: 100%;
      list-style: none;
      height: 140px;
      overflow: hidden;
      padding: 5px; }
      .producers-component__list .list-item figure {
        height: 100%; }
        .producers-component__list .list-item figure img {
          height: 100%;
          object-fit: contain;
          padding: 30px; }
      @media all and (max-width: 768px) {
        .producers-component__list .list-item {
          max-width: 100%; } }

.full-catalog-component {
  position: relative;
  max-width: 100%;
  width: 100%;
  height: 690px;
  float: left;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media all and (max-width: 1280px) {
    .full-catalog-component {
      height: 250px; } }
  .full-catalog-component:hover .full-catalog-component__background img {
    transform: scale(1.02); }
  .full-catalog-component__background {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    height: 100%; }
    .full-catalog-component__background img {
      -webkit-transition: 0.8s;
      -moz-transition: 0.8s;
      -o-transition: 0.8s;
      transition: 0.8s; }
  .full-catalog-component button.full-catalog-button {
    max-width: 290px;
    position: relative;
    width: 100%;
    height: 70px;
    background-color: #b19a63;
    outline: none;
    font-family: "Montserrat", sans-serif;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #fff;
    border: none;
    text-transform: uppercase; }

.page-view__container--regulamin {
  padding: 0; }
  .page-view__container--regulamin .text-wrapper--regulamin {
    padding-top: 30px; }
    @media all and (max-width: 768px) {
      .page-view__container--regulamin .text-wrapper--regulamin {
        padding: 15px; } }
    .page-view__container--regulamin .text-wrapper--regulamin ol {
      -ms-padding-start: 0px;
      -webkit-padding-start: 0px;
      -moz-padding-start: 0px; }
      .page-view__container--regulamin .text-wrapper--regulamin ol li {
        margin-bottom: 15px; }
        .page-view__container--regulamin .text-wrapper--regulamin ol li p {
          line-height: 20px; }
  .page-view__container--regulamin .text-wrapper__text {
    text-align: left; }

.pseudo-about {
  position: relative;
  max-width: 100%;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding: 300px 0;
  opacity: 0;
  transition: translate(0px, 300px); }
  @media all and (max-width: 1280px) {
    .pseudo-about {
      padding: 150px 0; } }
  .pseudo-about__text {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    transform: translate(0px, 300px); }
    @media all and (max-width: 1280px) {
      .pseudo-about__text {
        flex-wrap: wrap; } }
    .pseudo-about__text .text__field {
      max-width: 100%;
      width: 100%; }
      @media all and (max-width: 1280px) {
        .pseudo-about__text .text__field {
          margin-bottom: 40px; } }
      .pseudo-about__text .text__field h2,
      .pseudo-about__text .text__field h3,
      .pseudo-about__text .text__field p {
        opacity: 0;
        color: #153552; }
      .pseudo-about__text .text__field h2 {
        font-family: "Chronicle Display", sans-serif;
        font-size: 70px;
        color: #153552;
        font-weight: 400;
        margin: 0 0 30px;
        line-height: 100px;
        max-width: 75%;
        width: 100%;
        -webkit-transition: 0.8s;
        -moz-transition: 0.8s;
        -o-transition: 0.8s;
        transition: 0.8s;
        -webkit-transition-delay: 0.8s;
        -moz-transition-delay: 0.8s;
        -o-transition-delay: 0.8s;
        transition-delay: 0.8s; }
        @media all and (max-width: 768px) {
          .pseudo-about__text .text__field h2 {
            max-width: 100%; } }
        @media all and (max-width: 480px) {
          .pseudo-about__text .text__field h2 {
            font-size: 40px;
            line-height: 55px; } }
      .pseudo-about__text .text__field h3 {
        -webkit-transition: 0.8s;
        -moz-transition: 0.8s;
        -o-transition: 0.8s;
        transition: 0.8s;
        -webkit-transition-delay: 1.1s;
        -moz-transition-delay: 1.1s;
        -o-transition-delay: 1.1s;
        transition-delay: 1.1s;
        font-family: "Chronicle Display", sans-serif;
        font-size: 48px;
        color: #153552;
        font-weight: 400;
        margin: 0 0 30px; }
        @media all and (max-width: 480px) {
          .pseudo-about__text .text__field h3 {
            font-size: 30px; } }
      .pseudo-about__text .text__field p {
        -webkit-transition: 0.8s;
        -moz-transition: 0.8s;
        -o-transition: 0.8s;
        transition: 0.8s;
        -webkit-transition-delay: 1.2s;
        -moz-transition-delay: 1.2s;
        -o-transition-delay: 1.2s;
        transition-delay: 1.2s;
        color: #153552;
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-weight: 300;
        margin: 10px 0; }
      .pseudo-about__text .text__field figure {
        max-width: 80px; }
        .pseudo-about__text .text__field figure.icon--zigzag {
          transform: translate(-300px, 0px);
          -webkit-transition: 1.2s;
          -moz-transition: 1.2s;
          -o-transition: 1.2s;
          transition: 1.2s;
          -webkit-transition-delay: 0.8s;
          -moz-transition-delay: 0.8s;
          -o-transition-delay: 0.8s;
          transition-delay: 0.8s; }
        .pseudo-about__text .text__field figure.icon--arrow {
          -webkit-transition: 1.2s;
          -moz-transition: 1.2s;
          -o-transition: 1.2s;
          transition: 1.2s; }
      .pseudo-about__text .text__field .field__button {
        margin: 30px 0;
        position: relative;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        border: none;
        outline: none;
        background-color: transparent; }
        .pseudo-about__text .text__field .field__button figure {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          align-items: center;
          -webkit-transition: 0.8s;
          -moz-transition: 0.8s;
          -o-transition: 0.8s;
          transition: 0.8s; }
        .pseudo-about__text .text__field .field__button p {
          font-family: "Montserrat", sans-serif;
          font-size: 13px;
          text-transform: uppercase;
          letter-spacing: 5px;
          color: #b19a63;
          margin-left: 30px;
          font-weight: 600;
          -webkit-transition: 0.8s;
          -moz-transition: 0.8s;
          -o-transition: 0.8s;
          transition: 0.8s; }
          .pseudo-about__text .text__field .field__button p:hover {
            margin-left: 15px; }

.map-wrapper {
  position: relative;
  max-width: 100%;
  width: 100%;
  height: 490px;
  float: left; }
  @media all and (max-width: 1600px) {
    .map-wrapper {
      height: 390px; } }
  @media all and (max-width: 1280px) {
    .map-wrapper {
      max-height: 340px; } }
  @media all and (max-width: 480px) {
    .map-wrapper {
      max-height: 300px; } }
  .map-wrapper #map {
    max-width: 100%;
    width: 100%;
    height: 100%; }

.product-view {
  z-index: 2;
  max-height: calc(100vh - 120px);
  height: 100%;
  padding: 60px 130px 40px 210px; }
  @media all and (max-width: 1600px) {
    .product-view {
      padding: 0 130px 0 210px; } }
  @media all and (max-width: 1280px) {
    .product-view {
      max-height: 100%;
      padding: 5px 20px 40px; } }
  @media all and (max-width: 768px) {
    .product-view {
      padding: 5px 10px 40px; } }
  .product-view__wrapper {
    max-width: 100%;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto 30%;
    grid-template-areas: "text gallery" "price gallery"; }
    @media all and (max-width: 1280px) {
      .product-view__wrapper {
        grid-template-columns: 100%;
        grid-template-rows: auto auto 30%;
        grid-template-areas: "text" "gallery" "price"; } }
    .product-view__wrapper--has-configurations {
      grid-template-columns: 50% 25% 25%;
      grid-template-areas: "text gallery config" "price gallery config"; }
      @media all and (max-width: 1600px) {
        .product-view__wrapper--has-configurations {
          grid-template-columns: 40% 35% 25%; } }
      @media all and (max-width: 1280px) {
        .product-view__wrapper--has-configurations {
          grid-template-columns: 100%;
          grid-template-rows: auto auto auto auto;
          grid-template-areas: "text" "gallery" "config" "price"; } }
  .product-view .wrapper__container {
    width: 100%;
    height: 100%;
    position: relative; }
    @media all and (max-width: 1280px) {
      .product-view .wrapper__container {
        width: 100%; } }
    @media all and (max-width: 480px) {
      .product-view .wrapper__container {
        padding: 0; } }
    .product-view .wrapper__container--text {
      grid-area: text; }
    .product-view .wrapper__container--configurations {
      grid-area: config; }
    .product-view .wrapper__container--gallery {
      grid-area: gallery;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: flex-start;
      padding: 0 0 0 20px; }
      @media all and (max-width: 1280px) {
        .product-view .wrapper__container--gallery {
          width: 100%;
          flex-wrap: wrap; } }
      @media all and (max-width: 768px) {
        .product-view .wrapper__container--gallery {
          flex-wrap: wrap;
          padding: 0; } }
    .product-view .wrapper__container--cart {
      grid-area: price; }
      @media all and (max-width: 1280px) {
        .product-view .wrapper__container--cart {
          margin-top: 0; } }

.container__navigation {
  position: relative;
  max-width: 100%;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 60px; }
  .container__navigation .navigation__paragraph {
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #b19a63;
    max-width: 100px;
    width: 100%;
    font-weight: 600;
    white-space: pre; }
  .container__navigation .navigation__arrow-back {
    max-width: 20px;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    left: -80px;
    cursor: pointer; }
    .container__navigation .navigation__arrow-back svg {
      width: 100%; }
      .container__navigation .navigation__arrow-back svg path {
        fill: #b19a63;
        stroke-width: 2px; }
    @media all and (max-width: 768px) {
      .container__navigation .navigation__arrow-back {
        position: relative;
        left: 0;
        margin-right: 20px; } }
  .container__navigation .navigation__back {
    width: auto;
    margin-right: 20px; }
  .container__navigation .navigation__category {
    color: #cbcbcb;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
    @media all and (max-width: 768px) {
      .container__navigation .navigation__category {
        max-width: 180px; } }

.container__text {
  padding: 30px 0; }
  .container__text .text__title {
    font-family: "Chronicle Display", sans-serif;
    font-size: 45px;
    color: #153552;
    font-weight: 400;
    padding-bottom: 35px;
    max-width: 100%;
    width: 100%; }
    @media all and (max-width: 1280px) {
      .container__text .text__title {
        padding-bottom: 10px;
        font-size: 45px; } }
    @media all and (max-width: 480px) {
      .container__text .text__title {
        font-size: 36px;
        padding: 0; } }
  .container__text .text__paragraph {
    padding: 20px 0;
    max-width: 100%;
    width: 100%;
    min-height: 290px;
    max-height: 320px;
    padding-right: 20px;
    overflow: auto; }
    @media all and (max-width: 1600px) {
      .container__text .text__paragraph {
        min-height: 220px;
        max-height: 260px; } }
    @media all and (max-width: 768px) {
      .container__text .text__paragraph {
        min-height: 1px;
        max-height: 100%; } }
    .container__text .text__paragraph::-webkit-scrollbar {
      width: 5px; }
    .container__text .text__paragraph::-webkit-scrollbar-track {
      background: rgba(255, 0, 0, 0); }
    .container__text .text__paragraph::-webkit-scrollbar-thumb {
      background-color: #b19a63; }
    .container__text .text__paragraph p {
      line-height: 21px;
      color: #153552;
      font-family: "Montserrat", sans-serif;
      font-size: 14px;
      font-weight: 400; }
      @media all and (max-width: 1280px) {
        .container__text .text__paragraph p {
          font-size: 12px; } }

.container__product {
  max-width: 100%;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 10px;
  border-bottom: 1px solid rgba(203, 203, 203, 0.3); }
  @media all and (max-width: 1600px) {
    .container__product {
      padding: 10px; } }
  .container__product .product__quantity {
    max-width: 220px;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-start; }
    .container__product .product__quantity span.quantity__text {
      color: #153552;
      font-family: "Montserrat", sans-serif;
      font-size: 13px;
      font-weight: 300;
      font-weight: 300; }
  .container__product .product__price {
    max-width: 240px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    position: relative; }
    .container__product .product__price:after {
      position: absolute;
      width: auto;
      padding: 5px;
      display: block;
      top: 30px;
      right: 0;
      content: 'Transport na terenie Polski gratis!';
      color: #b19a63;
      font-family: "Montserrat", sans-serif;
      font-size: 9px;
      font-weight: 300; }
      @media all and (max-width: 768px) {
        .container__product .product__price:after {
          text-align: right;
          top: 40px;
          white-space: nowrap; } }
    .container__product .product__price span.price__text {
      font-family: "Chronicle Display", sans-serif;
      font-size: 32px;
      color: #b19a63;
      font-weight: 300;
      letter-spacing: 1px; }
      @media all and (max-width: 480px) {
        .container__product .product__price span.price__text {
          font-size: 20px; } }

.container__cart {
  max-width: 100%;
  width: 100%;
  padding: 20px 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center; }
  .container__cart .cart__text {
    max-width: 100%;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #b19a63;
    width: 100%;
    font-weight: 600;
    margin-left: 30px; }

.gallery__wrapper {
  max-width: 100%;
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media all and (max-width: 1280px) {
    .gallery__wrapper {
      max-width: 100%; } }
  @media all and (max-width: 480px) {
    .gallery__wrapper {
      min-height: 1px; } }
  .gallery__wrapper .wrapper__main-photo {
    max-width: 100%;
    width: 100%;
    padding: 4px;
    max-height: 530px;
    height: 100%;
    overflow: hidden; }
    @media all and (max-width: 768px) {
      .gallery__wrapper .wrapper__main-photo {
        max-height: 260px; } }
    .gallery__wrapper .wrapper__main-photo .main-photo__image {
      max-width: 100%;
      width: 100%;
      min-height: 530px;
      max-height: 530px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center;
      justify-content: center;
      text-align: center;
      outline: none; }
      @media all and (max-width: 768px) {
        .gallery__wrapper .wrapper__main-photo .main-photo__image {
          max-height: 320px;
          min-height: 320px; } }
      .gallery__wrapper .wrapper__main-photo .main-photo__image img {
        object-fit: contain;
        height: 530px;
        margin: 0 auto; }
  .gallery__wrapper .wrapper__thumbnail-photo {
    max-width: 100%;
    width: 100%;
    padding: 4px;
    -ms-padding-start: 0px;
    -webkit-padding-start: 0px;
    -moz-padding-start: 0px; }
    .gallery__wrapper .wrapper__thumbnail-photo .thumbnail-photo__list {
      max-width: 100%;
      width: 100%;
      -ms-padding-start: 0px;
      -webkit-padding-start: 0px;
      -moz-padding-start: 0px;
      height: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: space-around;
      flex-wrap: wrap; }
      .gallery__wrapper .wrapper__thumbnail-photo .thumbnail-photo__list .list__item {
        max-width: 130px;
        width: 100%;
        list-style: none;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        padding: 4px;
        max-height: 130px;
        position: relative;
        float: left;
        height: 100%;
        outline: none; }
  .gallery__wrapper--not-configurable {
    max-width: 100%; }
    .gallery__wrapper--not-configurable .wrapper__main-photo .main-photo__image img {
      width: auto; }

/*! angularjs-slider - v6.2.3 - 
 (c) Rafal Zajac <rzajac@gmail.com>, Valentin Hervieu <valentin@hervieu.me>, Jussi Saarivirta <jusasi@gmail.com>, Angelin Sirbu <angelin.sirbu@gmail.com> - 
 https://github.com/angular-slider/angularjs-slider - 
 2017-07-08 */
.rzslider {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 4px;
  margin: 35px 0 15px 0;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.rzslider.with-legend {
  margin-bottom: 40px; }

.rzslider[disabled] {
  cursor: not-allowed; }

.rzslider[disabled] .rz-pointer {
  cursor: not-allowed;
  background-color: #d8e0f3; }

.rzslider[disabled] .rz-draggable {
  cursor: not-allowed; }

.rzslider[disabled] .rz-selection {
  background: #8b91a2; }

.rzslider[disabled] .rz-tick {
  cursor: not-allowed; }

.rzslider[disabled] .rz-tick.rz-selected {
  background: #8b91a2; }

.rzslider span {
  position: absolute;
  display: inline-block;
  white-space: nowrap; }

.rzslider .rz-base {
  width: 100%;
  height: 100%;
  padding: 0; }

.rzslider .rz-bar-wrapper {
  left: 0;
  z-index: 1;
  width: 100%;
  height: 32px;
  padding-top: 16px;
  margin-top: -16px;
  box-sizing: border-box; }

.rzslider .rz-draggable {
  cursor: move; }

.rzslider .rz-bar {
  left: 0;
  z-index: 1;
  width: 100%;
  height: 4px;
  background: #d8e0f3;
  border-radius: 2px; }

.rzslider .rz-selection {
  z-index: 2;
  background: #0db9f0;
  border-radius: 2px; }

.rzslider .rz-pointer {
  top: -14px;
  z-index: 3;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background-color: #0db9f0;
  border-radius: 16px; }

.rzslider .rz-pointer:after {
  position: absolute;
  top: 12px;
  left: 12px;
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 4px;
  content: ''; }

.rzslider .rz-pointer:hover:after {
  background-color: #ffffff; }

.rzslider .rz-pointer.rz-active {
  z-index: 4; }

.rzslider .rz-pointer.rz-active:after {
  background-color: #451aff; }

.rzslider .rz-bubble {
  bottom: 16px;
  padding: 1px 3px;
  color: #55637d;
  cursor: default; }

.rzslider .rz-bubble.rz-limit {
  color: #55637d; }

.rzslider .rz-ticks {
  position: absolute;
  top: -3px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box; }

.rzslider .rz-ticks-values-under .rz-tick-value {
  top: auto;
  bottom: -32px; }

.rzslider .rz-tick {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  margin-left: 11px;
  text-align: center;
  cursor: pointer;
  background: #d8e0f3;
  border-radius: 50%; }

.rzslider .rz-tick.rz-selected {
  background: #0db9f0; }

.rzslider .rz-tick-value {
  position: absolute;
  top: -30px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

.rzslider .rz-tick-legend {
  position: absolute;
  top: 24px;
  max-width: 50px;
  white-space: normal;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

.rzslider.rz-vertical {
  position: relative;
  width: 4px;
  height: 100%;
  padding: 0;
  margin: 0 20px;
  vertical-align: baseline; }

.rzslider.rz-vertical .rz-base {
  width: 100%;
  height: 100%;
  padding: 0; }

.rzslider.rz-vertical .rz-bar-wrapper {
  top: auto;
  left: 0;
  width: 32px;
  height: 100%;
  padding: 0 0 0 16px;
  margin: 0 0 0 -16px; }

.rzslider.rz-vertical .rz-bar {
  bottom: 0;
  left: auto;
  width: 4px;
  height: 100%; }

.rzslider.rz-vertical .rz-pointer {
  top: auto;
  bottom: 0;
  left: -14px !important; }

.rzslider.rz-vertical .rz-bubble {
  bottom: 0;
  left: 16px !important;
  margin-left: 3px; }

.rzslider.rz-vertical .rz-ticks {
  top: 0;
  left: -3px;
  z-index: 1;
  width: 0;
  height: 100%; }

.rzslider.rz-vertical .rz-tick {
  margin-top: 11px;
  margin-left: auto;
  vertical-align: middle; }

.rzslider.rz-vertical .rz-tick-value {
  top: auto;
  left: 24px;
  -webkit-transform: translate(0, -28%);
  transform: translate(0, -28%); }

.rzslider.rz-vertical .rz-tick-legend {
  top: auto;
  right: 24px;
  max-width: none;
  white-space: nowrap;
  -webkit-transform: translate(0, -28%);
  transform: translate(0, -28%); }

.rzslider.rz-vertical .rz-ticks-values-under .rz-tick-value {
  right: 24px;
  bottom: auto;
  left: auto; }

/*# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInJ6c2xpZGVyLmNzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQTs7O2NBR2M7QUFDZDtFQUNFLG1CQUFtQjtFQUNuQixzQkFBc0I7RUFDdEIsWUFBWTtFQUNaLFlBQVk7RUFDWixzQkFBc0I7RUFDdEIsdUJBQXVCO0VBQ3ZCLDBCQUFrQjtLQUFsQix1QkFBa0I7TUFBbEIsc0JBQWtCO1VBQWxCLGtCQUFrQjtDQUNuQjs7QUFFRDtFQUNFLG9CQUFvQjtDQUNyQjs7QUFFRDtFQUNFLG9CQUFvQjtDQUNyQjs7QUFFRDtFQUNFLG9CQUFvQjtFQUNwQiwwQkFBMEI7Q0FDM0I7O0FBRUQ7RUFDRSxvQkFBb0I7Q0FDckI7O0FBRUQ7RUFDRSxvQkFBb0I7Q0FDckI7O0FBRUQ7RUFDRSxvQkFBb0I7Q0FDckI7O0FBRUQ7RUFDRSxvQkFBb0I7Q0FDckI7O0FBRUQ7RUFDRSxtQkFBbUI7RUFDbkIsc0JBQXNCO0VBQ3RCLG9CQUFvQjtDQUNyQjs7QUFFRDtFQUNFLFlBQVk7RUFDWixhQUFhO0VBQ2IsV0FBVztDQUNaOztBQUVEO0VBQ0UsUUFBUTtFQUNSLFdBQVc7RUFDWCxZQUFZO0VBQ1osYUFBYTtFQUNiLGtCQUFrQjtFQUNsQixrQkFBa0I7RUFDbEIsdUJBQXVCO0NBQ3hCOztBQUVEO0VBQ0UsYUFBYTtDQUNkOztBQUVEO0VBQ0UsUUFBUTtFQUNSLFdBQVc7RUFDWCxZQUFZO0VBQ1osWUFBWTtFQUNaLG9CQUFvQjtFQUdaLG1CQUFtQjtDQUM1Qjs7QUFFRDtFQUNFLFdBQVc7RUFDWCxvQkFBb0I7RUFHWixtQkFBbUI7Q0FDNUI7O0FBRUQ7RUFDRSxXQUFXO0VBQ1gsV0FBVztFQUNYLFlBQVk7RUFDWixhQUFhO0VBQ2IsZ0JBQWdCO0VBQ2hCLDBCQUEwQjtFQUdsQixvQkFBb0I7Q0FDN0I7O0FBRUQ7RUFDRSxtQkFBbUI7RUFDbkIsVUFBVTtFQUNWLFdBQVc7RUFDWCxXQUFXO0VBQ1gsWUFBWTtFQUNaLG9CQUFvQjtFQUdaLG1CQUFtQjtFQUMzQixZQUFZO0NBQ2I7O0FBRUQ7RUFDRSwwQkFBMEI7Q0FDM0I7O0FBRUQ7RUFDRSxXQUFXO0NBQ1o7O0FBRUQ7RUFDRSwwQkFBMEI7Q0FDM0I7O0FBRUQ7RUFDRSxhQUFhO0VBQ2IsaUJBQWlCO0VBQ2pCLGVBQWU7RUFDZixnQkFBZ0I7Q0FDakI7O0FBRUQ7RUFDRSxlQUFlO0NBQ2hCOztBQUVEO0VBQ0UsbUJBQW1CO0VBQ25CLFVBQVU7RUFDVixRQUFRO0VBQ1IsV0FBVztFQUNYLFlBQVk7RUFDWixVQUFVO0VBQ1YsVUFBVTtFQUNWLGlCQUFpQjtFQUNqQix1QkFBdUI7Q0FDeEI7O0FBRUQ7RUFDRSxVQUFVO0VBQ1YsY0FBYztDQUNmOztBQUVEO0VBQ0UsbUJBQW1CO0VBQ25CLE9BQU87RUFDUCxRQUFRO0VBQ1IsWUFBWTtFQUNaLGFBQWE7RUFDYixrQkFBa0I7RUFDbEIsbUJBQW1CO0VBQ25CLGdCQUFnQjtFQUNoQixvQkFBb0I7RUFDcEIsbUJBQW1CO0NBQ3BCOztBQUVEO0VBQ0Usb0JBQW9CO0NBQ3JCOztBQUVEO0VBQ0UsbUJBQW1CO0VBQ25CLFdBQVc7RUFDWCxzQ0FBOEI7VUFBOUIsOEJBQThCO0NBQy9COztBQUVEO0VBQ0UsbUJBQW1CO0VBQ25CLFVBQVU7RUFDVixnQkFBZ0I7RUFDaEIsb0JBQW9CO0VBQ3BCLHNDQUE4QjtVQUE5Qiw4QkFBOEI7Q0FDL0I7O0FBRUQ7RUFDRSxtQkFBbUI7RUFDbkIsV0FBVztFQUNYLGFBQWE7RUFDYixXQUFXO0VBQ1gsZUFBZTtFQUNmLHlCQUF5QjtDQUMxQjs7QUFFRDtFQUNFLFlBQVk7RUFDWixhQUFhO0VBQ2IsV0FBVztDQUNaOztBQUVEO0VBQ0UsVUFBVTtFQUNWLFFBQVE7RUFDUixZQUFZO0VBQ1osYUFBYTtFQUNiLG9CQUFvQjtFQUNwQixvQkFBb0I7Q0FDckI7O0FBRUQ7RUFDRSxVQUFVO0VBQ1YsV0FBVztFQUNYLFdBQVc7RUFDWCxhQUFhO0NBQ2Q7O0FBRUQ7RUFDRSxVQUFVO0VBQ1YsVUFBVTtFQUNWLHVCQUF1QjtDQUN4Qjs7QUFFRDtFQUNFLFVBQVU7RUFDVixzQkFBc0I7RUFDdEIsaUJBQWlCO0NBQ2xCOztBQUVEO0VBQ0UsT0FBTztFQUNQLFdBQVc7RUFDWCxXQUFXO0VBQ1gsU0FBUztFQUNULGFBQWE7Q0FDZDs7QUFFRDtFQUNFLGlCQUFpQjtFQUNqQixrQkFBa0I7RUFDbEIsdUJBQXVCO0NBQ3hCOztBQUVEO0VBQ0UsVUFBVTtFQUNWLFdBQVc7RUFDWCxzQ0FBOEI7VUFBOUIsOEJBQThCO0NBQy9COztBQUVEO0VBQ0UsVUFBVTtFQUNWLFlBQVk7RUFDWixnQkFBZ0I7RUFDaEIsb0JBQW9CO0VBQ3BCLHNDQUE4QjtVQUE5Qiw4QkFBOEI7Q0FDL0I7O0FBRUQ7RUFDRSxZQUFZO0VBQ1osYUFBYTtFQUNiLFdBQVc7Q0FDWiIsImZpbGUiOiJyenNsaWRlci5jc3MiLCJzb3VyY2VzQ29udGVudCI6WyIvKiEgYW5ndWxhcmpzLXNsaWRlciAtIHY2LjIuMyAtIFxuIChjKSBSYWZhbCBaYWphYyA8cnphamFjQGdtYWlsLmNvbT4sIFZhbGVudGluIEhlcnZpZXUgPHZhbGVudGluQGhlcnZpZXUubWU+LCBKdXNzaSBTYWFyaXZpcnRhIDxqdXNhc2lAZ21haWwuY29tPiwgQW5nZWxpbiBTaXJidSA8YW5nZWxpbi5zaXJidUBnbWFpbC5jb20+IC0gXG4gaHR0cHM6Ly9naXRodWIuY29tL2FuZ3VsYXItc2xpZGVyL2FuZ3VsYXJqcy1zbGlkZXIgLSBcbiAyMDE3LTA3LTA4ICovXG4ucnpzbGlkZXIge1xuICBwb3NpdGlvbjogcmVsYXRpdmU7XG4gIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogNHB4O1xuICBtYXJnaW46IDM1cHggMCAxNXB4IDA7XG4gIHZlcnRpY2FsLWFsaWduOiBtaWRkbGU7XG4gIHVzZXItc2VsZWN0OiBub25lO1xufVxuXG4ucnpzbGlkZXIud2l0aC1sZWdlbmQge1xuICBtYXJnaW4tYm90dG9tOiA0MHB4O1xufVxuXG4ucnpzbGlkZXJbZGlzYWJsZWRdIHtcbiAgY3Vyc29yOiBub3QtYWxsb3dlZDtcbn1cblxuLnJ6c2xpZGVyW2Rpc2FibGVkXSAucnotcG9pbnRlciB7XG4gIGN1cnNvcjogbm90LWFsbG93ZWQ7XG4gIGJhY2tncm91bmQtY29sb3I6ICNkOGUwZjM7XG59XG5cbi5yenNsaWRlcltkaXNhYmxlZF0gLnJ6LWRyYWdnYWJsZSB7XG4gIGN1cnNvcjogbm90LWFsbG93ZWQ7XG59XG5cbi5yenNsaWRlcltkaXNhYmxlZF0gLnJ6LXNlbGVjdGlvbiB7XG4gIGJhY2tncm91bmQ6ICM4YjkxYTI7XG59XG5cbi5yenNsaWRlcltkaXNhYmxlZF0gLnJ6LXRpY2sge1xuICBjdXJzb3I6IG5vdC1hbGxvd2VkO1xufVxuXG4ucnpzbGlkZXJbZGlzYWJsZWRdIC5yei10aWNrLnJ6LXNlbGVjdGVkIHtcbiAgYmFja2dyb3VuZDogIzhiOTFhMjtcbn1cblxuLnJ6c2xpZGVyIHNwYW4ge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIGRpc3BsYXk6IGlubGluZS1ibG9jaztcbiAgd2hpdGUtc3BhY2U6IG5vd3JhcDtcbn1cblxuLnJ6c2xpZGVyIC5yei1iYXNlIHtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogMTAwJTtcbiAgcGFkZGluZzogMDtcbn1cblxuLnJ6c2xpZGVyIC5yei1iYXItd3JhcHBlciB7XG4gIGxlZnQ6IDA7XG4gIHotaW5kZXg6IDE7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDMycHg7XG4gIHBhZGRpbmctdG9wOiAxNnB4O1xuICBtYXJnaW4tdG9wOiAtMTZweDtcbiAgYm94LXNpemluZzogYm9yZGVyLWJveDtcbn1cblxuLnJ6c2xpZGVyIC5yei1kcmFnZ2FibGUge1xuICBjdXJzb3I6IG1vdmU7XG59XG5cbi5yenNsaWRlciAucnotYmFyIHtcbiAgbGVmdDogMDtcbiAgei1pbmRleDogMTtcbiAgd2lkdGg6IDEwMCU7XG4gIGhlaWdodDogNHB4O1xuICBiYWNrZ3JvdW5kOiAjZDhlMGYzO1xuICAtd2Via2l0LWJvcmRlci1yYWRpdXM6IDJweDtcbiAgICAgLW1vei1ib3JkZXItcmFkaXVzOiAycHg7XG4gICAgICAgICAgYm9yZGVyLXJhZGl1czogMnB4O1xufVxuXG4ucnpzbGlkZXIgLnJ6LXNlbGVjdGlvbiB7XG4gIHotaW5kZXg6IDI7XG4gIGJhY2tncm91bmQ6ICMwZGI5ZjA7XG4gIC13ZWJraXQtYm9yZGVyLXJhZGl1czogMnB4O1xuICAgICAtbW96LWJvcmRlci1yYWRpdXM6IDJweDtcbiAgICAgICAgICBib3JkZXItcmFkaXVzOiAycHg7XG59XG5cbi5yenNsaWRlciAucnotcG9pbnRlciB7XG4gIHRvcDogLTE0cHg7XG4gIHotaW5kZXg6IDM7XG4gIHdpZHRoOiAzMnB4O1xuICBoZWlnaHQ6IDMycHg7XG4gIGN1cnNvcjogcG9pbnRlcjtcbiAgYmFja2dyb3VuZC1jb2xvcjogIzBkYjlmMDtcbiAgLXdlYmtpdC1ib3JkZXItcmFkaXVzOiAxNnB4O1xuICAgICAtbW96LWJvcmRlci1yYWRpdXM6IDE2cHg7XG4gICAgICAgICAgYm9yZGVyLXJhZGl1czogMTZweDtcbn1cblxuLnJ6c2xpZGVyIC5yei1wb2ludGVyOmFmdGVyIHtcbiAgcG9zaXRpb246IGFic29sdXRlO1xuICB0b3A6IDEycHg7XG4gIGxlZnQ6IDEycHg7XG4gIHdpZHRoOiA4cHg7XG4gIGhlaWdodDogOHB4O1xuICBiYWNrZ3JvdW5kOiAjZmZmZmZmO1xuICAtd2Via2l0LWJvcmRlci1yYWRpdXM6IDRweDtcbiAgICAgLW1vei1ib3JkZXItcmFkaXVzOiA0cHg7XG4gICAgICAgICAgYm9yZGVyLXJhZGl1czogNHB4O1xuICBjb250ZW50OiAnJztcbn1cblxuLnJ6c2xpZGVyIC5yei1wb2ludGVyOmhvdmVyOmFmdGVyIHtcbiAgYmFja2dyb3VuZC1jb2xvcjogI2ZmZmZmZjtcbn1cblxuLnJ6c2xpZGVyIC5yei1wb2ludGVyLnJ6LWFjdGl2ZSB7XG4gIHotaW5kZXg6IDQ7XG59XG5cbi5yenNsaWRlciAucnotcG9pbnRlci5yei1hY3RpdmU6YWZ0ZXIge1xuICBiYWNrZ3JvdW5kLWNvbG9yOiAjNDUxYWZmO1xufVxuXG4ucnpzbGlkZXIgLnJ6LWJ1YmJsZSB7XG4gIGJvdHRvbTogMTZweDtcbiAgcGFkZGluZzogMXB4IDNweDtcbiAgY29sb3I6ICM1NTYzN2Q7XG4gIGN1cnNvcjogZGVmYXVsdDtcbn1cblxuLnJ6c2xpZGVyIC5yei1idWJibGUucnotbGltaXQge1xuICBjb2xvcjogIzU1NjM3ZDtcbn1cblxuLnJ6c2xpZGVyIC5yei10aWNrcyB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiAtM3B4O1xuICBsZWZ0OiAwO1xuICB6LWluZGV4OiAxO1xuICB3aWR0aDogMTAwJTtcbiAgaGVpZ2h0OiAwO1xuICBtYXJnaW46IDA7XG4gIGxpc3Qtc3R5bGU6IG5vbmU7XG4gIGJveC1zaXppbmc6IGJvcmRlci1ib3g7XG59XG5cbi5yenNsaWRlciAucnotdGlja3MtdmFsdWVzLXVuZGVyIC5yei10aWNrLXZhbHVlIHtcbiAgdG9wOiBhdXRvO1xuICBib3R0b206IC0zMnB4O1xufVxuXG4ucnpzbGlkZXIgLnJ6LXRpY2sge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogMDtcbiAgbGVmdDogMDtcbiAgd2lkdGg6IDEwcHg7XG4gIGhlaWdodDogMTBweDtcbiAgbWFyZ2luLWxlZnQ6IDExcHg7XG4gIHRleHQtYWxpZ246IGNlbnRlcjtcbiAgY3Vyc29yOiBwb2ludGVyO1xuICBiYWNrZ3JvdW5kOiAjZDhlMGYzO1xuICBib3JkZXItcmFkaXVzOiA1MCU7XG59XG5cbi5yenNsaWRlciAucnotdGljay5yei1zZWxlY3RlZCB7XG4gIGJhY2tncm91bmQ6ICMwZGI5ZjA7XG59XG5cbi5yenNsaWRlciAucnotdGljay12YWx1ZSB7XG4gIHBvc2l0aW9uOiBhYnNvbHV0ZTtcbiAgdG9wOiAtMzBweDtcbiAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoLTUwJSwgMCk7XG59XG5cbi5yenNsaWRlciAucnotdGljay1sZWdlbmQge1xuICBwb3NpdGlvbjogYWJzb2x1dGU7XG4gIHRvcDogMjRweDtcbiAgbWF4LXdpZHRoOiA1MHB4O1xuICB3aGl0ZS1zcGFjZTogbm9ybWFsO1xuICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgtNTAlLCAwKTtcbn1cblxuLnJ6c2xpZGVyLnJ6LXZlcnRpY2FsIHtcbiAgcG9zaXRpb246IHJlbGF0aXZlO1xuICB3aWR0aDogNHB4O1xuICBoZWlnaHQ6IDEwMCU7XG4gIHBhZGRpbmc6IDA7XG4gIG1hcmdpbjogMCAyMHB4O1xuICB2ZXJ0aWNhbC1hbGlnbjogYmFzZWxpbmU7XG59XG5cbi5yenNsaWRlci5yei12ZXJ0aWNhbCAucnotYmFzZSB7XG4gIHdpZHRoOiAxMDAlO1xuICBoZWlnaHQ6IDEwMCU7XG4gIHBhZGRpbmc6IDA7XG59XG5cbi5yenNsaWRlci5yei12ZXJ0aWNhbCAucnotYmFyLXdyYXBwZXIge1xuICB0b3A6IGF1dG87XG4gIGxlZnQ6IDA7XG4gIHdpZHRoOiAzMnB4O1xuICBoZWlnaHQ6IDEwMCU7XG4gIHBhZGRpbmc6IDAgMCAwIDE2cHg7XG4gIG1hcmdpbjogMCAwIDAgLTE2cHg7XG59XG5cbi5yenNsaWRlci5yei12ZXJ0aWNhbCAucnotYmFyIHtcbiAgYm90dG9tOiAwO1xuICBsZWZ0OiBhdXRvO1xuICB3aWR0aDogNHB4O1xuICBoZWlnaHQ6IDEwMCU7XG59XG5cbi5yenNsaWRlci5yei12ZXJ0aWNhbCAucnotcG9pbnRlciB7XG4gIHRvcDogYXV0bztcbiAgYm90dG9tOiAwO1xuICBsZWZ0OiAtMTRweCAhaW1wb3J0YW50O1xufVxuXG4ucnpzbGlkZXIucnotdmVydGljYWwgLnJ6LWJ1YmJsZSB7XG4gIGJvdHRvbTogMDtcbiAgbGVmdDogMTZweCAhaW1wb3J0YW50O1xuICBtYXJnaW4tbGVmdDogM3B4O1xufVxuXG4ucnpzbGlkZXIucnotdmVydGljYWwgLnJ6LXRpY2tzIHtcbiAgdG9wOiAwO1xuICBsZWZ0OiAtM3B4O1xuICB6LWluZGV4OiAxO1xuICB3aWR0aDogMDtcbiAgaGVpZ2h0OiAxMDAlO1xufVxuXG4ucnpzbGlkZXIucnotdmVydGljYWwgLnJ6LXRpY2sge1xuICBtYXJnaW4tdG9wOiAxMXB4O1xuICBtYXJnaW4tbGVmdDogYXV0bztcbiAgdmVydGljYWwtYWxpZ246IG1pZGRsZTtcbn1cblxuLnJ6c2xpZGVyLnJ6LXZlcnRpY2FsIC5yei10aWNrLXZhbHVlIHtcbiAgdG9wOiBhdXRvO1xuICBsZWZ0OiAyNHB4O1xuICB0cmFuc2Zvcm06IHRyYW5zbGF0ZSgwLCAtMjglKTtcbn1cblxuLnJ6c2xpZGVyLnJ6LXZlcnRpY2FsIC5yei10aWNrLWxlZ2VuZCB7XG4gIHRvcDogYXV0bztcbiAgcmlnaHQ6IDI0cHg7XG4gIG1heC13aWR0aDogbm9uZTtcbiAgd2hpdGUtc3BhY2U6IG5vd3JhcDtcbiAgdHJhbnNmb3JtOiB0cmFuc2xhdGUoMCwgLTI4JSk7XG59XG5cbi5yenNsaWRlci5yei12ZXJ0aWNhbCAucnotdGlja3MtdmFsdWVzLXVuZGVyIC5yei10aWNrLXZhbHVlIHtcbiAgcmlnaHQ6IDI0cHg7XG4gIGJvdHRvbTogYXV0bztcbiAgbGVmdDogYXV0bztcbn0iXX0= */
.page-view--product-list {
  padding: 0; }

.products-component {
  position: relative;
  padding: 40px 0; }
  .products-component__filters {
    max-width: 100%;
    width: 100%;
    height: 100px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(203, 203, 203, 0.2); }
    @media all and (max-width: 1280px) {
      .products-component__filters {
        flex-wrap: wrap;
        height: auto; } }
  .products-component__products-list {
    max-width: 100%;
    width: 100%;
    padding: 30px 0; }

.filters__column {
  max-width: 100%;
  width: 100%; }
  @media all and (max-width: 1280px) {
    .filters__column {
      margin: 30px 0; } }
  .filters__column--name p {
    font-family: "Montserrat", sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #cbcbcb; }
  .filters__column--price {
    max-width: 100%;
    width: 100%;
    padding: 0 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media all and (max-width: 1280px) {
      .filters__column--price {
        padding: 0;
        max-width: 33%; } }
    @media all and (max-width: 768px) {
      .filters__column--price {
        max-width: 100%; } }
    .filters__column--price p {
      font-family: "Montserrat", sans-serif;
      font-size: 10px;
      text-transform: uppercase;
      letter-spacing: 5px;
      color: #cbcbcb;
      margin-right: 25px; }
  .filters__column--alphabet {
    max-width: 100%;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: flex-end; }
    @media all and (max-width: 1280px) {
      .filters__column--alphabet {
        max-width: 35%; } }
    @media all and (max-width: 768px) {
      .filters__column--alphabet {
        max-width: 100%; } }
    .filters__column--alphabet button.alphabet {
      background-color: transparent;
      border: none;
      height: 100%;
      outline: none;
      font-family: "Montserrat", sans-serif;
      font-size: 12px;
      text-transform: uppercase;
      letter-spacing: 5px;
      color: #b19a63;
      position: relative;
      margin: 0 15px;
      -webkit-transition: 0.8s;
      -moz-transition: 0.8s;
      -o-transition: 0.8s;
      transition: 0.8s; }
      .filters__column--alphabet button.alphabet--active {
        -webkit-transition: 0.8s;
        -moz-transition: 0.8s;
        -o-transition: 0.8s;
        transition: 0.8s;
        border-bottom: 1px solid #b19a63;
        top: 1px; }
    .filters__column--alphabet .free-delivery {
      max-width: 35px;
      width: 100%;
      height: 35px;
      border-radius: 50%;
      background-color: #b19a63;
      outline: none;
      border: none;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      align-items: center;
      justify-content: center; }
      .filters__column--alphabet .free-delivery__text {
        position: absolute;
        pointer-events: none;
        left: -190px;
        opacity: 0;
        width: 180px;
        background-color: #b19a63;
        color: #fff;
        z-index: 3;
        padding: 8px 5px;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        color: #fff;
        font-family: "Montserrat", sans-serif;
        font-size: 10px;
        font-weight: 400; }
        .filters__column--alphabet .free-delivery__text:after {
          position: absolute;
          width: 10px;
          height: 10px;
          content: '';
          display: block;
          right: -4px;
          z-index: -1;
          top: 11px;
          transform: rotate(45deg);
          background-color: #b19a63; }
      .filters__column--alphabet .free-delivery__images {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: center; }
      .filters__column--alphabet .free-delivery svg {
        max-width: 100%;
        width: 100%;
        padding: 5px; }
        .filters__column--alphabet .free-delivery svg path,
        .filters__column--alphabet .free-delivery svg polygon {
          fill: #fff; }
      .filters__column--alphabet .free-delivery:hover .free-delivery__text {
        opacity: 1; }

.products-component__products-categories {
  max-width: 100%;
  width: 100%;
  padding-bottom: 80px; }
  @media all and (max-width: 480px) {
    .products-component__products-categories {
      padding-bottom: 20px; } }
  .products-component__products-categories .products-categories__list {
    -ms-padding-start: 0px;
    -webkit-padding-start: 0px;
    -moz-padding-start: 0px;
    max-width: 100%;
    width: 100%;
    text-align: center;
    margin: 0 15px; }
    @media all and (max-width: 768px) {
      .products-component__products-categories .products-categories__list {
        margin: 0; } }
    .products-component__products-categories .products-categories__list .list__item {
      max-width: 275px;
      display: inline-block;
      width: 100%;
      list-style: none;
      border: 1px solid #ccc;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s;
      margin: 5px; }
      @media all and (max-width: 1280px) {
        .products-component__products-categories .products-categories__list .list__item {
          max-width: 48%; } }
      @media all and (max-width: 768px) {
        .products-component__products-categories .products-categories__list .list__item {
          max-width: 80%; } }
      .products-component__products-categories .products-categories__list .list__item:hover {
        border: 1px solid #b19a63; }
      .products-component__products-categories .products-categories__list .list__item .item__photo {
        height: 275px;
        max-width: 100%;
        width: 100%; }
        @media all and (max-width: 1280px) {
          .products-component__products-categories .products-categories__list .list__item .item__photo {
            height: 0; } }
      .products-component__products-categories .products-categories__list .list__item .item__photo-label {
        max-width: 100%;
        width: 100%;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px; }
        .products-component__products-categories .products-categories__list .list__item .item__photo-label .label__category {
          font-family: "Montserrat", sans-serif;
          font-size: 9px;
          text-transform: uppercase;
          letter-spacing: 5px;
          color: #ccc; }
          @media all and (max-width: 480px) {
            .products-component__products-categories .products-categories__list .list__item .item__photo-label .label__category {
              letter-spacing: 2px;
              font-size: 8px; } }
        .products-component__products-categories .products-categories__list .list__item .item__photo-label .label__name {
          font-family: "Chronicle Display", sans-serif;
          font-size: 16px;
          color: #153552;
          font-weight: 400; }
          @media all and (max-width: 480px) {
            .products-component__products-categories .products-categories__list .list__item .item__photo-label .label__name {
              font-size: 12px; } }

.price-slider .rz-selection {
  background-color: #b19a63 !important; }

.price-slider .rz-bar {
  height: 1px;
  background-color: #ccc; }

.price-slider .rz-pointer {
  background-color: #b19a63;
  width: 26px;
  height: 26px; }
  .price-slider .rz-pointer:after {
    top: 6px;
    left: 6px;
    width: 14px;
    height: 14px;
    border-radius: 50%; }

.price-slider .rz-active {
  background-color: #b19a63; }

.price-slider .rz-active.rz-bubble {
  opacity: 1; }

.price-slider .rz-pointer.rz-active:after {
  background-color: #fff; }

.rzslider {
  margin: 20px 0 15px; }
  .rzslider .rz-bubble {
    color: #b19a63;
    font-family: "Chronicle Display", sans-serif;
    font-size: 24px;
    color: #b19a63;
    font-weight: 400; }
    @media all and (max-width: 1280px) {
      .rzslider .rz-bubble {
        font-size: 18px; } }
    @media all and (max-width: 480px) {
      .rzslider .rz-bubble {
        font-size: 15px; } }
  .rzslider .rz-limit {
    display: none; }

.product-decoration-component {
  max-width: 100%;
  width: 100%; }

.product-decoration {
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  height: 100%;
  padding: 0 40px; }

.product-decoration__list {
  -ms-padding-start: 0px;
  -webkit-padding-start: 0px;
  -moz-padding-start: 0px;
  max-width: 100%;
  width: 100%; }
  .product-decoration__list .list__item {
    list-style: none;
    max-width: 100%;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    border: 1px solid rgba(152, 152, 152, 0.1);
    margin: 3px; }
    .product-decoration__list .list__item--first-level p {
      color: #153552;
      font-family: "Montserrat", sans-serif;
      font-size: 14px;
      font-weight: 400; }

.svg-template-component {
  position: absolute;
  max-width: calc(100% - 25%);
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%; }
  .svg-template-component__placeholder {
    position: relative;
    height: 70%;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center; }
    .svg-template-component__placeholder .placeholder {
      position: absolute;
      max-width: 800px;
      text-align: center;
      width: 100%;
      max-height: 310px;
      height: 100%;
      bottom: 30px; }
      .svg-template-component__placeholder .placeholder .box {
        position: relative; }
        .svg-template-component__placeholder .placeholder .box__bolster {
          position: absolute;
          top: -231px;
          right: 0;
          max-width: 471px; }
        .svg-template-component__placeholder .placeholder .box__bed-leg {
          max-width: 40px;
          width: 100%;
          position: absolute; }
          .svg-template-component__placeholder .placeholder .box__bed-leg--left {
            left: 13px;
            bottom: 26px; }
          .svg-template-component__placeholder .placeholder .box__bed-leg--right {
            bottom: -51px;
            right: 203px; }
          .svg-template-component__placeholder .placeholder .box__bed-leg--top {
            right: 12px;
            top: 126px;
            max-width: 20px; }
      .svg-template-component__placeholder .placeholder img {
        max-width: 100%;
        width: 100%; }

.all-options {
  max-width: 100%;
  width: 100%; }

.all-options-list {
  max-width: 100%;
  width: 100%;
  -ms-padding-start: 0px;
  -webkit-padding-start: 0px;
  -moz-padding-start: 0px;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  text-align: center;
  position: relative; }
  .all-options-list--group {
    flex-wrap: wrap; }
    .all-options-list--group__caption {
      position: absolute;
      right: 0;
      left: 0;
      margin: auto;
      bottom: -16px;
      max-width: 15px;
      z-index: 1;
      width: 100%;
      height: 15px;
      -webkit-transition: 0.8s;
      -moz-transition: 0.8s;
      -o-transition: 0.8s;
      transition: 0.8s; }
      .all-options-list--group__caption--active {
        transform: rotate(-180deg);
        -webkit-transition: 0.8s;
        -moz-transition: 0.8s;
        -o-transition: 0.8s;
        transition: 0.8s; }
  .all-options-list--item {
    flex-wrap: wrap;
    justify-content: space-between; }
  .all-options-list__item {
    max-width: 100%;
    width: 100%;
    display: blo ck;
    list-style: none;
    position: relative; }
    .all-options-list__item--group .group__name {
      font-family: "Montserrat", sans-serif;
      font-size: 10px;
      text-transform: uppercase;
      letter-spacing: 5px;
      color: #153552;
      padding: 20px;
      max-width: 100%;
      width: 100%;
      text-align: center;
      cursor: pointer; }
    .all-options-list__item--item {
      min-width: 120px;
      max-width: 120px;
      width: 100%;
      height: 180px; }
      .all-options-list__item--item:hover .item__caption {
        opacity: 1;
        pointer-events: auto;
        z-index: 3;
        transform: translate(320px, 0); }

.dropdown {
  position: relative;
  z-index: 2;
  background: white;
  max-height: 420px;
  overflow: hidden;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s; }
  .dropdown__background {
    position: relative;
    max-width: 100%;
    width: 100%;
    min-height: 54px;
    height: 100%;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s; }
  .dropdown__step1 {
    max-height: 54px;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    border: 1px solid #ccc; }
    .dropdown__step1:first-child {
      opacity: 1; }
    .dropdown__step1--active {
      max-height: 310px;
      height: 100%;
      opacity: 1; }
  .dropdown__step2 {
    height: 252px;
    overflow: auto;
    padding: 8px;
    align-items: baseline; }
    .dropdown__step2::-webkit-scrollbar {
      width: 5px; }
    .dropdown__step2::-webkit-scrollbar-track {
      background-color: transparent; }
    .dropdown__step2::-webkit-scrollbar-thumb {
      background-color: #b19a63; }
  .dropdown--active {
    max-height: 570px;
    z-index: 3;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s; }

.product-caption {
  position: fixed;
  z-index: 10;
  max-width: 500px;
  width: 100%;
  max-height: 500px;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  opacity: 0;
  box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.48);
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  pointer-events: none; }
  .product-caption--right {
    left: 590px;
    top: 25%; }
    @media all and (max-width: 1600px) {
      .product-caption--right {
        left: 500px;
        top: 25%; } }
  .product-caption--product-page {
    top: 20%;
    left: 210px; }
    @media all and (max-width: 768px) {
      .product-caption--product-page {
        display: none; } }
    .product-caption--product-page .product-caption__image {
      max-height: 500px; }
      .product-caption--product-page .product-caption__image img {
        object-fit: contain;
        background-color: #fff; }
  .product-caption--only-photo {
    height: 360px; }
  .product-caption--left {
    right: 580px;
    top: 15%; }
    @media all and (max-width: 768px) {
      .product-caption--left {
        left: 0;
        right: 0; } }
  .product-caption__text {
    position: relative;
    max-width: 100%;
    width: 100%;
    max-height: 140px;
    height: 100%;
    background-color: #fff; }
    .product-caption__text .text__description {
      max-width: 100%;
      width: 100%;
      padding: 15px;
      color: #153552;
      font-family: "Montserrat", sans-serif;
      font-size: 13px;
      font-weight: 300;
      max-height: 100%;
      height: 100%;
      overflow: hidden;
      text-overflow: ellipsis; }
      .product-caption__text .text__description--absolute {
        position: absolute;
        top: -50px;
        left: 0;
        z-index: 3;
        color: #fff;
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        font-weight: 300; }
      .product-caption__text .text__description .bold {
        font-weight: 600; }
    .product-caption__text--absolute {
      position: absolute;
      top: -40px; }
  .product-caption__image {
    max-height: 360px;
    height: 100%;
    overflow: hidden; }
    .product-caption__image img {
      -webkit-transition: 0.8s;
      -moz-transition: 0.8s;
      -o-transition: 0.8s;
      transition: 0.8s;
      opacity: 0; }
  .product-caption--active {
    opacity: 1;
    top: 28%;
    pointer-events: auto; }
    @media all and (max-width: 1280px) {
      .product-caption--active {
        left: 0;
        top: 50% !important;
        right: 0;
        margin: auto;
        transform: translate(0, -50%); } }
    @media all and (max-width: 768px) {
      .product-caption--active {
        top: 10%;
        margin: 0 auto; } }
    .product-caption--active img {
      opacity: 1; }
  .product-caption__text {
    max-width: 100%;
    width: 100%; }

.item__label, .item__radio {
  max-width: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%; }

.item__radio {
  opacity: 0;
  z-index: 2; }

.item__label--icon-box {
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  z-index: 1;
  flex-wrap: wrap;
  position: relative;
  justify-content: center; }
  .item__label--icon-box .icon-box__image {
    max-width: 100%;
    width: 100%;
    max-height: 120px;
    height: 100%;
    position: relative; }
    .item__label--icon-box .icon-box__image:after {
      position: absolute;
      top: 0;
      left: 0;
      max-width: 100%;
      width: 100%;
      height: 100%;
      content: '';
      display: block;
      background-color: #b19a63;
      opacity: 0;
      z-index: 2;
      -webkit-transition: 0.4s;
      -moz-transition: 0.4s;
      -o-transition: 0.4s;
      transition: 0.4s; }
    .item__label--icon-box .icon-box__image:hover:after {
      opacity: 0.8; }
  .item__label--icon-box .icon-box__signature {
    max-width: 100%;
    width: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #153552;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 300; }

.item__radio:checked + .item__label {
  background-color: #b19a63; }
  .item__radio:checked + .item__label p {
    color: #fff; }

.all-options-component--product-page {
  max-width: 330px;
  width: 100%;
  padding: 0 10px; }
  @media all and (max-width: 1600px) {
    .all-options-component--product-page {
      max-width: 100%;
      margin: 0 auto; } }
  @media all and (max-width: 768px) {
    .all-options-component--product-page {
      max-width: 100%; } }
  .all-options-component--product-page .all-options-list__item--item {
    max-width: 90px;
    min-width: 90px;
    width: 100%;
    height: 140px;
    display: inline-block;
    margin: 2px; }
    .all-options-component--product-page .all-options-list__item--item .item__label--icon-box .icon-box__image {
      max-height: 90px; }
    .all-options-component--product-page .all-options-list__item--item .item__label--icon-box .icon-box__signature {
      font-size: 10px; }

.products__contianer--static {
  padding: 0 !important; }

.products__contianer__no-products-info {
  font-family: "Chronicle Display", sans-serif;
  font-size: 42px;
  color: #cbcbcb;
  font-weight: 300; }

.footer__scroll-top {
  max-width: 100%;
  width: 100%;
  background-color: #153552;
  height: 60px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center; }
  .footer__scroll-top button.scroll-top {
    position: relative;
    max-width: 90px;
    margin: auto;
    height: 100%;
    width: 100%;
    background-color: transparent;
    border: none;
    outline: none;
    margin-top: -30px; }
    .footer__scroll-top button.scroll-top figure {
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center; }
      .footer__scroll-top button.scroll-top figure svg {
        height: auto;
        z-index: 2;
        -webkit-transition: 0.8s;
        -moz-transition: 0.8s;
        -o-transition: 0.8s;
        transition: 0.8s; }
        .footer__scroll-top button.scroll-top figure svg path,
        .footer__scroll-top button.scroll-top figure svg polyline,
        .footer__scroll-top button.scroll-top figure svg use {
          stroke: #b19a63; }
        .footer__scroll-top button.scroll-top figure svg polyline {
          stroke-width: 2px; }
    .footer__scroll-top button.scroll-top:after {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 40px;
      height: 40px;
      display: block;
      content: '';
      margin: auto;
      z-index: 1;
      background-color: #153552;
      border-radius: 50%; }
    .footer__scroll-top button.scroll-top:hover svg {
      transform: translate3d(0, -5px, 0); }

.footer__map {
  max-width: 100%;
  width: 100%;
  background-color: #153552;
  padding: 40px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .footer__map .map__logo {
    max-width: 230px;
    width: 100%;
    flex-basis: 100%; }
    .footer__map .map__logo figure img {
      height: auto; }
  .footer__map .map__list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-basis: 100%;
    margin: 50px 0; }
    @media all and (max-width: 480px) {
      .footer__map .map__list {
        margin: 15px 0; } }
    @media all and (max-width: 768px) {
      .footer__map .map__list {
        flex-wrap: wrap; } }
    .footer__map .map__list .list__item {
      max-width: 250px;
      width: 100%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: wrap; }
      @media all and (max-width: 1280px) {
        .footer__map .map__list .list__item {
          max-width: 100%;
          flex-basis: 100%; } }
      @media all and (max-width: 480px) {
        .footer__map .map__list .list__item {
          margin: 10px 0; } }
      .footer__map .map__list .list__item .item__header {
        font-family: "Montserrat", sans-serif;
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: 5px;
        color: #fff;
        position: relative;
        flex-basis: 100%;
        margin: 0 0 40px;
        text-align: center; }
        .footer__map .map__list .list__item .item__header:after {
          position: absolute;
          max-width: 36px;
          width: 100%;
          content: '';
          display: block;
          left: 0;
          margin: auto;
          right: 0;
          bottom: -25px;
          border: 1px solid #b19a63; }
      .footer__map .map__list .list__item .item__list {
        -ms-padding-start: 0px;
        -webkit-padding-start: 0px;
        -moz-padding-start: 0px;
        text-align: center;
        flex-basis: 100%; }
        .footer__map .map__list .list__item .item__list a {
          color: inherit;
          text-decoration: none;
          -webkit-transition: 0.8s;
          -moz-transition: 0.8s;
          -o-transition: 0.8s;
          transition: 0.8s; }
          .footer__map .map__list .list__item .item__list a:hover {
            color: #b19a63; }
          .footer__map .map__list .list__item .item__list a li {
            max-width: 100%;
            width: 100%;
            display: inline-block;
            margin: 6px 0;
            color: #fff;
            font-family: "Chronicle Display", sans-serif;
            font-size: 13px;
            -webkit-transition: 0.43s;
            -moz-transition: 0.43s;
            -o-transition: 0.43s;
            transition: 0.43s; }
            .footer__map .map__list .list__item .item__list a li:hover {
              color: #b19a63; }

.footer__payment {
  max-width: 100%;
  width: 100%;
  background-color: #0a2239; }
  .footer__payment .payment__container {
    padding: 50px 0; }
    @media all and (max-width: 768px) {
      .footer__payment .payment__container {
        padding: 25px 0; } }
    .footer__payment .payment__container .payment__list {
      -ms-padding-start: 0px;
      -webkit-padding-start: 0px;
      -moz-padding-start: 0px;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .footer__payment .payment__container .payment__list li {
        display: inline-block;
        list-style: none; }
        .footer__payment .payment__container .payment__list li figure {
          text-align: center; }
          .footer__payment .payment__container .payment__list li figure img {
            height: auto; }
            @media all and (max-width: 1280px) {
              .footer__payment .payment__container .payment__list li figure img {
                width: 60%; } }

.footer__copyright {
  max-width: 100%;
  width: 100%;
  background-color: #0a2239;
  border-top: 1px solid rgba(203, 203, 203, 0.1);
  padding: 60px 0; }
  @media all and (max-width: 768px) {
    .footer__copyright {
      padding: 30px 0; } }
  .footer__copyright .copyright {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0; }
    @media all and (max-width: 480px) {
      .footer__copyright .copyright {
        justify-content: flex-end; } }
    .footer__copyright .copyright__text {
      max-width: 100%;
      width: 100%;
      flex-basis: 50%;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      align-items: center; }
      @media all and (max-width: 768px) {
        .footer__copyright .copyright__text {
          flex-basis: 100%; } }
      @media all and (max-width: 480px) {
        .footer__copyright .copyright__text:first-of-type {
          display: none; } }
      .footer__copyright .copyright__text:last-of-type {
        justify-content: flex-end; }
        @media all and (max-width: 768px) {
          .footer__copyright .copyright__text:last-of-type {
            justify-content: center; } }
      .footer__copyright .copyright__text a {
        color: inherit;
        text-decoration: none; }
        .footer__copyright .copyright__text a:hover {
          color: rgba(255, 255, 255, 0.8); }
      .footer__copyright .copyright__text p {
        font-family: "Chronicle Display", sans-serif;
        font-size: 13px;
        color: rgba(203, 203, 203, 0.29);
        font-weight: 400;
        margin: 0 5px; }
        @media all and (max-width: 768px) {
          .footer__copyright .copyright__text p {
            font-size: 13px; } }

.footer {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  z-index: 1; }

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