/* line 5, layouts.scss */
.blog-item {
  margin-bottom: 1rem; }

/* line 9, layouts.scss */
.blog-articles {
  padding-left: 0; }

/* line 13, layouts.scss */
.article-title {
  font-size: 2.5rem; }

/* line 17, layouts.scss */
.article-image {
  margin-bottom: 1rem; }

/* line 21, layouts.scss */
.article-products {
  padding: 1rem 0; }

/* line 25, layouts.scss */
.cart-top {
  color: #b48e77;
  font-family: Circe, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 23px;
  padding-bottom: 40px; }

/* line 34, layouts.scss */
.cart-top {
  border-bottom: 1px solid #c0c0c0; }

/* line 38, layouts.scss */
.cart-submit {
  width: 306px;
  line-height: 42px; }

/* line 43, layouts.scss */
.cart-order {
  margin-top: 48px;
  margin-bottom: 170px; }

/* line 48, layouts.scss */
.cart-order {
  position: relative; }

/* line 52, layouts.scss */
.cart-order:before {
  content: '';
  position: absolute;
  width: -webkit-calc(50% - 200px);
  width: -moz-calc(50% - 200px);
  width: calc(50% - 200px);
  height: 1px;
  background: #b48e77;
  left: 0;
  top: 50%; }

/* line 64, layouts.scss */
.cart-order:after {
  content: '';
  position: absolute;
  width: -webkit-calc(50% - 200px);
  width: -moz-calc(50% - 200px);
  width: calc(50% - 200px);
  height: 1px;
  background: #b48e77;
  right: 0;
  top: 50%; }

/* line 76, layouts.scss */
.cart-total-capture {
  color: #141414;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 100;
  margin-right: 110px; }
  @media (max-width: 768px) {
    /* line 76, layouts.scss */
    .cart-total-capture {
      margin-right: 50px; } }
  @media (max-width: 640px) {
    /* line 76, layouts.scss */
    .cart-total-capture {
      margin-right: 0px; } }

/* line 92, layouts.scss */
.cart-total {
  color: #493325;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 400; }

/* line 99, layouts.scss */
.cart-total sup {
  text-transform: uppercase; }

/* line 103, layouts.scss */
.cart-panel {
  background-image: url(bg-ornament.png);
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50%;
  padding: 15px 45px;
  margin: 20px 0 45px; }

/* line 113, layouts.scss */
.cart-item {
  padding: 15px 0;
  border-top: 1px dashed #b2b2b2; }

/* line 118, layouts.scss */
.cart-back {
  width: 230px;
  text-align: center; }

/* line 123, layouts.scss */
.item-img {
  margin: 0 50px 0 30px;
  display: block; }

/* line 128, layouts.scss */
.cart_header-name {
  margin: 18px 50px 14px 30px; }

/* line 132, layouts.scss */
.cart_header {
  color: #000000;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 300; }

/* line 139, layouts.scss */
.cart-empty {
  background-image: url(bg-ornament.png);
  padding: 15px 45px;
  background-repeat: repeat;
  font-size: 16px;
  margin-bottom: 60px; }

@media (max-width: 480px) {
  /* line 148, layouts.scss */
  .item-info {
    margin: 1rem 0; } }
/* line 153, layouts.scss */
.discounts-wrap {
  width: 100%; }

/* line 157, layouts.scss */
.collection-image {
  height: 295px; }

/* line 161, layouts.scss */
.collection-image:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #493325;
  opacity: 0.8;
  display: block;
  z-index: 1; }

/* line 174, layouts.scss */
.collection-top-title {
  position: absolute;
  z-index: 2;
  color: #ffffff;
  font-family: Circe, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
  text-align: center;
  width: 64%;
  min-height: 154px;
  border: 4px solid #b48e77;
  overflow: hidden;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  @media (max-width: 768px) {
    /* line 174, layouts.scss */
    .collection-top-title {
      font-size: 22px; } }

/* line 201, layouts.scss */
.collection-top-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  -moz-box-flex: 1;
  flex: 1 1 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center; }

/* line 219, layouts.scss */
.collection-top-title-inner {
  width: 100%;
  line-height: 1.2; }

/* line 224, layouts.scss */
.collection-container {
  padding-bottom: 150px; }

/* line 228, layouts.scss */
.sticky-block {
  position: -webkit-sticky;
  position: sticky;
  top: 90px; }

/* line 234, layouts.scss */
.collection-title {
  color: #493325;
  font-family: Circe, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 3px solid #c7ae9a;
  margin-top: 16px; }

@media (min-width: 1200px) {
  /* line 248, layouts.scss */
  .cell-collection-left {
    -webkit-flex-basis: -webkit-calc(100% - 878px - 40px);
    -ms-flex-preferred-size: calc(100% - 878px - 40px);
    flex-basis: -moz-calc(100% - 878px - 40px);
    flex-basis: calc(100% - 878px - 40px);
    max-width: -webkit-calc(100% - 878px - 40px);
    max-width: -moz-calc(100% - 878px - 40px);
    max-width: calc(100% - 878px - 40px);
    margin-right: 40px; }

  /* line 259, layouts.scss */
  .cell-collection-right {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }

  /* line 266, layouts.scss */
  .cell-collection-left + .cell-collection-right {
    -webkit-flex-basis: 878px;
    -ms-flex-preferred-size: 878px;
    flex-basis: 878px;
    max-width: 878px; } }
/* line 274, layouts.scss */
.collection-filter {
  margin-bottom: 60px; }
  @media (max-width: 768px) {
    /* line 274, layouts.scss */
    .collection-filter {
      margin-bottom: 0px; } }

/* line 282, layouts.scss */
.mobile-catalog-button img {
  margin-left: 10px; }

/* line 287, layouts.scss */
.category_menu + .category_menu-wrap:before {
  content: '........................................................';
  display: block;
  color: #a98d77;
  font-family: Circe;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding-left: 26px;
  padding-bottom: 50px; }

/* line 299, layouts.scss */
.category_menu-wrap.is-service {
  overflow: hidden; }

/*=========================================
  COMPARE
=========================================*/
/*  Compare table
-----------------------------------------*/
/* line 308, layouts.scss */
.table.table-compare {
  position: relative; }

/* line 312, layouts.scss */
.table.table-compare tr,
.table.table-compare td {
  border: none; }

/* line 317, layouts.scss */
.table.table-compare td {
  padding: 20px; }

/* line 321, layouts.scss */
.table.table-compare .param-title {
  font-weight: bold;
  width: 15%; }

/* line 326, layouts.scss */
.table.table-compare tr:nth-child(even) .param-title {
  background: #b48e77; }

/* line 330, layouts.scss */
.table.table-compare .param-value {
  width: 20%; }

/* line 334, layouts.scss */
.table.table-compare .button-text {
  display: inline-block; }

@media screen and (max-width: 768px) {
  /* line 339, layouts.scss */
  .table.table-compare .param-title {
    font-weight: bold; }

  /* line 343, layouts.scss */
  .table.table-compare .button-text {
    display: none; }

  /* line 347, layouts.scss */
  .table.table-compare .param-value {
    font-size: 12px; }

  /* line 351, layouts.scss */
  .table.table-compare tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: space-between; }

  /* line 371, layouts.scss */
  .table.table-compare td,
  .table.table-compare th {
    padding: 5px;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -moz-box-flex: 1;
    flex-grow: 1;
    text-align: center;
    width: 25%; }

  /* line 384, layouts.scss */
  .table.table-compare th:first-child,
  .table.table-compare td:first-child {
    text-align: center;
    width: 100%; }

  /* line 390, layouts.scss */
  .table.table-compare th:first-child {
    display: none; } }
/*  Compare same toggler
-----------------------------------------*/
/* line 397, layouts.scss */
.button-same-toggle .text-hide,
.button-same-toggle .fa-eye-slash {
  display: inline; }

/* line 402, layouts.scss */
.button-same-toggle .text-show,
.button-same-toggle .fa-eye {
  display: none; }

/* line 407, layouts.scss */
.button-same-toggle.active .text-hide,
.button-same-toggle.active .fa-eye-slash {
  display: none; }

/* line 412, layouts.scss */
.button-same-toggle.active .text-show,
.button-same-toggle.active .fa-eye {
  display: inline; }

/*  Compare toolbar
-----------------------------------------*/
/* line 419, layouts.scss */
.compare-toolbar {
  margin-bottom: 20px; }

/* line 423, layouts.scss */
.index-page-hello span {
  display: block;
  color: #b48e77;
  font-family: Circe, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 30px; }
  @media (max-width: 768px) {
    /* line 423, layouts.scss */
    .index-page-hello span {
      line-height: 38px; } }

/* line 438, layouts.scss */
.index-page-hello img {
  margin-left: 180px; }
  @media (max-width: 768px) {
    /* line 438, layouts.scss */
    .index-page-hello img {
      margin-left: 0px; } }

/* line 446, layouts.scss */
.index-page-content {
  color: #252525;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  -webkit-columns: 120px 2;
  -moz-columns: 120px 2;
  columns: 120px 2;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px; }

/* line 460, layouts.scss */
.index-page-content p span {
  font-size: inherit !important; }

/* line 465, layouts.scss */
.contact-license {
  color: #493325;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 70px; }

/* line 476, layouts.scss */
.container-is-kontakty h1 {
  color: #b48e77;
  font-family: Circe;
  font-size: 36px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 65px;
  text-align: center; }

/* line 487, layouts.scss */
#map-contact {
  width: 100%;
  height: 403px;
  margin-bottom: 60px; }

/* line 493, layouts.scss */
.contact-travel-title {
  font-family: Circe;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 30px; }

/* line 501, layouts.scss */
.contact-travel-text {
  color: #493325;
  font-weight: 400;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400; }

/* line 509, layouts.scss */
.contact-travel {
  margin-bottom: 55px;
  margin-left: auto;
  margin-right: auto;
  max-width: 407px;
  text-align: center; }

/* line 517, layouts.scss */
.contact-50-title {
  border: 2px solid #b48e77;
  max-width: 675px;
  margin-bottom: 50px;
  color: #493325;
  font-family: Circe;
  font-size: 24px;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
  text-align: center;
  line-height: 80px;
  margin-left: auto;
  margin-right: auto; }

/* line 533, layouts.scss */
.contact_top {
  position: relative; }

/* line 537, layouts.scss */
.contact_top:after {
  content: '';
  height: 1px;
  background: #b48e77;
  width: 334px;
  margin-bottom: 55px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px; }

/* line 549, layouts.scss */
.page-content > .breadcrumbs {
  display: none; }

/* line 553, layouts.scss */
.table-wrp table {
  width: 100% !important;
  border: none !important;
  padding: 0 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important; }

/* line 561, layouts.scss */
.table-wrp > table > tbody > tr > th,
.table-wrp > table > tbody > tr > td {
  border: none !important; }

/* line 566, layouts.scss */
.table-wrp label {
  width: 100%;
  vertical-align: top;
  margin-bottom: 2px; }

/* line 572, layouts.scss */
.table-wrp select,
.table-wrp input,
.table-wrp textarea {
  width: 100%;
  margin-bottom: 20px; }

/* line 579, layouts.scss */
.table-wrp fieldset {
  padding: 30px 15px; }

/* line 583, layouts.scss */
.table-wrp #mod-fast-call_submit {
  color: #fff;
  background-color: #493325;
  border-color: #493325;
  line-height: 30px;
  padding: 2px 15px; }

@media (max-width: 480px) {
  /* line 592, layouts.scss */
  .mod-fast-call-parent {
    display: block;
    clear: both;
    float: none;
    height: auto !important; }

  /* line 599, layouts.scss */
  .mod-fast-call-parent
  td {
    width: 100%;
    display: block;
    clear: both; } }
/* line 607, layouts.scss */
.product-price {
  color: #493325;
  font-family: Roboto, sans-serif;
  font-size: 46px;
  font-weight: 300;
  line-height: 1; }

/* line 615, layouts.scss */
.product-price sup {
  color: #493325;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 400; }

/* line 623, layouts.scss */
.product-old_price {
  color: #979797;
  font-family: Roboto, sans-serif;
  font-size: 24px;
  font-weight: 300;
  text-decoration: line-through;
  margin-right: 28px; }

/* line 632, layouts.scss */
.product-prices {
  margin-bottom: 25px; }

/* line 636, layouts.scss */
.option {
  margin-bottom: 20px; }

/* line 640, layouts.scss */
.prods-paginate a {
  color: #493325;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  text-decoration: underline; }

/* line 649, layouts.scss */
.prods-paginate {
  margin-bottom: 45px; }

/* line 653, layouts.scss */
[data-is-bold] {
  font-weight: bold; }

/* line 656, layouts.scss */
.page-content table img {
  height: auto; }

/* line 659, layouts.scss */
.page-content td p {
  margin: 0 0 10px 0; }

@media (max-width: 1024px) {
  /* line 663, layouts.scss */
  .beauty-table {
    display: block;
    float: none !important;
    height: auto !important;
    overflow: auto; }

  /* line 670, layouts.scss */
  .beauty-table img {
    margin: auto;
    display: block; }

  /* line 675, layouts.scss */
  .page-content p br +
  br + br, .page-content p br +
  br + br ~ br {
    display: none; } }
@media (max-width: 768px) {
  /* line 684, layouts.scss */
  .beauty-table img[width="100"] {
    max-width: 70px; }

  /* line 687, layouts.scss */
  .beauty-table img[width="150"] {
    max-width: 100px; } }
