@charset "UTF-8";
/*=========================================
  ARTICLE
=========================================*/
/* line 4, _article.scss */
.article {
  padding: 0; }
  /* line 7, _article.scss */
  .article .article-image {
    margin-bottom: 10px; }
    /* line 10, _article.scss */
    .article .article-image img {
      vertical-align: top; }
  /* line 15, _article.scss */
  .article .article-header {
    margin-bottom: 10px; }
    /* line 18, _article.scss */
    .article .article-header .date, .article .article-header .author, .article .article-header .comments-count {
      color: #3a3a3a;
      font-size: .9em;
      border-right: 1px solid lightgray;
      margin-right: 10px;
      padding-right: 10px; }
    /* line 26, _article.scss */
    .article .article-header .date {
      border-right: none;
      margin-right: 0;
      padding-right: 0; }
  /* line 33, _article.scss */
  .article .article-body {
    overflow: hidden; }

/* line 38, _article.scss */
.article-related {
  margin-bottom: 20px; }

/*=========================================
  ARTICLE COMMENTS
=========================================*/
/*  Comments list
-----------------------------------------*/
/* line 48, _article.scss */
.comments-list {
  margin-bottom: 20px; }

/*  Comments header
-----------------------------------------*/
/* line 54, _article.scss */
.comments-count a {
  color: #9e1318; }

/* line 58, _article.scss */
.comments-header {
  border-bottom: 2px solid #ffffff;
  margin-bottom: 20px;
  padding-bottom: 20px; }

/*  Comments item
-----------------------------------------*/
/* line 66, _article.scss */
.comments-item {
  border-bottom: 2px solid lightgray;
  margin-bottom: 15px;
  padding-bottom: 15px; }
  /* line 71, _article.scss */
  .comments-item .comment-header {
    color: #3a3a3a;
    font-family: "Cuprum", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: .9em;
    margin-bottom: 10px; }
    /* line 77, _article.scss */
    .comments-item .comment-header .author,
    .comments-item .comment-header .date {
      display: inline-block; }
    /* line 85, _article.scss */
    .comments-item .comment-header .date {
      border-left: 2px solid #d8d8d8;
      margin-left: 10px;
      padding-left: 10px; }
  /* line 373, mixins.scss */
  .comments-item .comment-footer:after {
    content: "";
    display: table;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; }

/* line 106, _article.scss */
.comment-form-toggle {
  margin-bottom: 20px; }

@media screen and (min-width: 1201px) {
  /* line 114, _article.scss */
  #comment-form .form-label {
    text-align: right; } }
/*  Tags
-----------------------------------------*/
/* line 122, _article.scss */
.article-tags {
  margin-bottom: 20px; }

/* line 128, _article.scss */
.tags-list .tag-item {
  display: inline-block;
  margin: 0 10px 10px; }

/* line 134, _article.scss */
.tag {
  background: #9e1318;
  color: #ffffff;
  display: inline-block;
  font-size: .9em;
  height: 25px;
  padding: 4px 10px;
  position: relative;
  color: #ffffff;
  text-decoration: none; }
  /* line 327, mixins.scss */
  .tag:hover {
    color: #ffffff;
    text-decoration: none; }
  /* line 144, _article.scss */
  .tag:before {
    background: transparent;
    border: 12.5px solid transparent;
    border-right: 12.5px solid #9e1318;
    content: '';
    display: block;
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0; }
  /* line 153, _article.scss */
  .tag:after {
    background: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    content: '';
    margin-top: -2.5px;
    position: absolute;
    top: 50%;
    left: -3px;
    height: 6px;
    width: 6px; }

@media screen and (max-width: 490px) {
  /* line 172, _article.scss */
  body.article .breadcrumb-item:before {
    display: none; }
  /* line 176, _article.scss */
  body.article .breadcrumb-link {
    width: -webkit-calc(100% - 32px);
    width: -moz-calc(100% - 32px);
    width: calc(100% - 32px); }
  /* line 182, _article.scss */
  body.article .promo-slider-wrapper {
    display: none; }
  /* line 190, _article.scss */
  body.article .articles-list > .row > div + div {
    margin-top: 20px; }
  /* line 196, _article.scss */
  body.article .breadcrumb-wrapper {
    background-color: #fff;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 10px;
    padding-top: 10px; }
    /* line 202, _article.scss */
    body.article .breadcrumb-wrapper .breadcrumb {
      line-height: 1.7em; }
    /* line 208, _article.scss */
    body.article .breadcrumb-wrapper .breadcrumb-item .breadcrumb-link {
      color: #3a3a3a; }
  /* line 214, _article.scss */
  body.article .breadcrumb,
  body.article .news-feed-wrapper {
    padding: 0; } }
/*=========================================
  ARTICLES LIST
=========================================*/
/*  Article preview
-----------------------------------------*/
/* line 7, _blog.scss */
div.blog {
  background: #ffffff;
  padding: 40px 20px; }

/* line 12, _blog.scss */
.article-preview {
  margin-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px; }
  /* line 17, _blog.scss */
  .article-preview .article-image-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 100%; }
  /* line 24, _blog.scss */
  .article-preview .article-image-inner {
    font-size: 0;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    text-decoration: none;
    text-align: center; }
    /* line 31, _blog.scss */
    .article-preview .article-image-inner:after {
      content: '';
      display: inline-block;
      width: 0;
      height: 100%;
      vertical-align: middle; }
  /* line 40, _blog.scss */
  .article-preview .article-image {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    vertical-align: middle; }
  /* line 48, _blog.scss */
  .article-preview .article-caption {
    display: inline-block;
    width: 100%; }
  /* line 55, _blog.scss */
  .article-preview .article-header .date, .article-preview .article-header .author, .article-preview .article-header .comments-count {
    color: #3a3a3a;
    font-size: .9em;
    border-right: 1px solid #3a3a3a;
    margin-right: 10px;
    padding-right: 10px; }
  /* line 63, _blog.scss */
  .article-preview .article-header .date {
    border-right: none;
    margin-right: 0;
    padding-right: 0; }
  /* line 74, _blog.scss */
  .article-preview .article-title {
    margin-bottom: 10px; }
    /* line 77, _blog.scss */
    .article-preview .article-title a {
      color: #9e1318; }
  /* line 82, _blog.scss */
  .article-preview .article-introtext {
    display: inline-block;
    width: 100%; }
  @media screen and (max-width: 768px) {
    /* line 88, _blog.scss */
    .article-preview .article-image {
      margin-bottom: 15px; } }

/*  Last articles
-----------------------------------------*/
/* line 96, _blog.scss */
.articles-list {
  margin-bottom: 20px; }
  /* line 99, _blog.scss */
  .articles-list > .row {
    margin-bottom: 20px; }
  /* line 103, _blog.scss */
  .articles-list .list-item {
    list-style: none;
    margin-bottom: 10px; }
    /* line 107, _blog.scss */
    .articles-list .list-item:before {
      background: #d8d8d8;
      content: '';
      display: inline-block;
      height: 1px;
      width: 15px;
      position: relative;
      top: -4px; }
  /* line 118, _blog.scss */
  .articles-list .list-link {
    color: #9e1318; }
  /* line 122, _blog.scss */
  .articles-list .article-item {
    margin-bottom: 20px; }

/* line 127, _blog.scss */
.news-photo-wrapper {
  height: 260px;
  overflow: hidden;
  position: relative; }

@media screen and (max-width: 490px) {
  /* line 137, _blog.scss */
  body.blog .promo-slider-wrapper {
    display: none; }
  /* line 145, _blog.scss */
  body.blog .articles-list > .row > div + div {
    margin-top: 20px; }
  /* line 151, _blog.scss */
  body.blog .breadcrumb-wrapper {
    background-color: #fff;
    border-bottom: 1px solid #d8d8d8; }
    /* line 155, _blog.scss */
    body.blog .breadcrumb-wrapper .breadcrumb {
      line-height: 50px; }
    /* line 161, _blog.scss */
    body.blog .breadcrumb-wrapper .breadcrumb-item .breadcrumb-link {
      color: #3a3a3a; } }
/* line 171, _blog.scss */
body.article .page_content {
  border-width: 0;
  padding: 0 20px; }

/*=========================================
  CHECKOUT 1
=========================================*/
/* line 4, _checkout.scss */
.checkout-v1-wrapper {
  color: #3a3a3a; }
  /* line 9, _checkout.scss */
  .checkout-v1-wrapper #orders_history td {
    padding: 10px 15px;
    white-space: nowrap; }
  /* line 15, _checkout.scss */
  .checkout-v1-wrapper .tt-dropdown-menu {
    color: #3a3a3a;
    background-color: #ffffff;
    border-color: #d8d8d8; }
  /* line 27, _checkout.scss */
  .checkout-v1-wrapper .set-title + .set-block #contacts {
    float: left;
    width: 48%; }
    /* line 31, _checkout.scss */
    .checkout-v1-wrapper .set-title + .set-block #contacts #contacts {
      width: 100%; }
  @media screen and (max-width: 768px) {
    /* line 47, _checkout.scss */
    .checkout-v1-wrapper .set-title + .set-block #contacts {
      float: left;
      width: 100%; }
      /* line 51, _checkout.scss */
      .checkout-v1-wrapper .set-title + .set-block #contacts #contacts {
        width: 100%; } }
  /* line 60, _checkout.scss */
  .checkout-v1-wrapper p {
    margin: 5px 0; }
  /* line 64, _checkout.scss */
  .checkout-v1-wrapper a {
    color: #9e1318; }
    /* line 67, _checkout.scss */
    .checkout-v1-wrapper a:hover {
      text-decoration: none; }
  /* line 72, _checkout.scss */
  .checkout-v1-wrapper .fc {
    overflow: hidden;
    zoom: 1; }
  /* line 77, _checkout.scss */
  .checkout-v1-wrapper .fl {
    float: left; }
  /* line 81, _checkout.scss */
  .checkout-v1-wrapper .fr {
    float: right; }
  /* line 85, _checkout.scss */
  .checkout-v1-wrapper .b {
    font-weight: bold; }
  /* line 89, _checkout.scss */
  .checkout-v1-wrapper .wrapper {
    padding: 0 10px;
    margin: 0 auto; }
  /* line 94, _checkout.scss */
  .checkout-v1-wrapper #logo {
    max-height: 65px;
    vertical-align: middle;
    border: 0;
    margin-right: 10px; }
  /* line 101, _checkout.scss */
  .checkout-v1-wrapper .button {
    font-size: 13px;
    background: #9e1318;
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #ffffff;
    font-family: "Roboto";
    padding: 10px 12px; }
    /* line 109, _checkout.scss */
    .checkout-v1-wrapper .button:hover, .checkout-v1-wrapper .button.active {
      background: #ffffff !important;
      color: #9e1318; }
    /* line 115, _checkout.scss */
    .checkout-v1-wrapper .button .button-text,
    .checkout-v1-wrapper .button .button-icon {
      font-size: 13px;
      display: inline-block;
      vertical-align: middle; }
    /* line 122, _checkout.scss */
    .checkout-v1-wrapper .button:after {
      content: ' ';
      display: inline-block;
      height: 100%;
      vertical-align: middle;
      width: 0; }
  /* line 131, _checkout.scss */
  .checkout-v1-wrapper #create_order {
    margin: 0 !important; }
  /* line 135, _checkout.scss */
  .checkout-v1-wrapper .big {
    font: 14px Tahoma, sans-serif !important; }
  /* line 140, _checkout.scss */
  .checkout-v1-wrapper .button:hover {
    background-image: url(/served_assets/checkout/button.png);
    _background-image: none; }
  /* line 144, _checkout.scss */
  .checkout-v1-wrapper .button:active {
    top: 1px; }
  /* line 147, _checkout.scss */
  .checkout-v1-wrapper .button::-moz-focus-inner {
    border: 0;
    padding: 0; }
  /* line 153, _checkout.scss */
  .checkout-v1-wrapper .page-title {
    font-size: 18px;
    font-weight: bold;
    margin: 5px 0; }
  /* line 159, _checkout.scss */
  .checkout-v1-wrapper .page-subtitle {
    font-size: 16px;
    font-weight: bold;
    margin: 5px 0; }
  /* line 165, _checkout.scss */
  .checkout-v1-wrapper input.textfield, .checkout-v1-wrapper textarea, .checkout-v1-wrapper select {
    background: #fff;
    border: 1px solid #eeeeee;
    padding: 7px 10px;
    margin-bottom: 5px;
    max-width: 100%; }
  /* line 173, _checkout.scss */
  .checkout-v1-wrapper input[type="checkbox"].textfield {
    width: auto !important; }
  /* line 177, _checkout.scss */
  .checkout-v1-wrapper .set-sidetext {
    width: 235px;
    float: right;
    clear: right;
    margin: 10px 0; }
  /* line 184, _checkout.scss */
  .checkout-v1-wrapper .userbar, .checkout-v1-wrapper .set-title {
    background: #fbfbfb;
    border-bottom: 1px solid #eeeeee;
    padding: 8px 11px 7px;
    font-weight: bold;
    vertical-align: middle; }
  /* line 192, _checkout.scss */
  .checkout-v1-wrapper .userbar {
    font-weight: normal;
    margin-bottom: 30px;
    border: 1px solid #eeeeee; }
    /* line 197, _checkout.scss */
    .checkout-v1-wrapper .userbar .links {
      word-spacing: 4px; }
      /* line 200, _checkout.scss */
      .checkout-v1-wrapper .userbar .links a {
        display: inline-block;
        margin: 0 10px;
        word-spacing: normal; }
  /* line 208, _checkout.scss */
  .checkout-v1-wrapper a.set-title {
    background: #9e1318;
    color: #ffffff;
    display: block;
    text-decoration: none;
    font-weight: normal; }
    /* line 214, _checkout.scss */
    .checkout-v1-wrapper a.set-title img {
      border: 0; }
  /* line 219, _checkout.scss */
  .checkout-v1-wrapper div.set-meta {
    background: #9e1318;
    color: #ffffff; }
  /* line 224, _checkout.scss */
  .checkout-v1-wrapper div.set-title {
    background: #9e1318;
    color: #ffffff;
    border-bottom: 1px solid #d8d8d8;
    float: left;
    width: 100%; }
  /* line 232, _checkout.scss */
  .checkout-v1-wrapper .set-meta {
    background: #f3f3f4;
    border-bottom: 1px solid #dee0e1;
    padding: 7px 15px 0; }
  /* line 238, _checkout.scss */
  .checkout-v1-wrapper .set {
    border: none;
    width: 70%;
    float: left;
    clear: left;
    margin: 10px 0 30px; }
  /* line 246, _checkout.scss */
  .checkout-v1-wrapper .set-block {
    background: #ffffff;
    border: 1px solid #d8d8d8;
    padding: 15px;
    width: 100%;
    float: left; }
    /* line 253, _checkout.scss */
    .checkout-v1-wrapper .set-block h4,
    .checkout-v1-wrapper .set-block h3 {
      clear: both;
      display: block;
      padding: 20px 0 10px;
      width: 100%; }
      /* line 260, _checkout.scss */
      .checkout-v1-wrapper .set-block h4:before, .checkout-v1-wrapper .set-block h4:after,
      .checkout-v1-wrapper .set-block h3:before,
      .checkout-v1-wrapper .set-block h3:after {
        content: '';
        clear: both;
        display: block;
        height: 0;
        line-height: 0;
        font-size: 0;
        width: 100%; }
  /* line 273, _checkout.scss */
  .checkout-v1-wrapper .set-list {
    background: #ffffff;
    border-bottom: none;
    max-height: 350px;
    overflow-y: auto;
    padding: 2px 5px;
    margin: 0; }
  /* line 282, _checkout.scss */
  .checkout-v1-wrapper .set-sidebar {
    border: 1px solid #d8d8d8;
    border-bottom: 0;
    width: 28%;
    float: right;
    clear: right;
    margin: 10px 0 30px; }
  /* line 291, _checkout.scss */
  .checkout-v1-wrapper .set-list-item {
    display: block;
    border-radius: 3px;
    padding: 5px;
    position: relative;
    padding-left: 70px;
    margin: 3px 0; }
    /* line 299, _checkout.scss */
    .checkout-v1-wrapper .set-list-item .img {
      background-position: center center;
      background-repeat: no-repeat;
      width: 48px;
      height: 48px;
      border: 1px solid #dee0e1;
      position: absolute;
      left: 10px;
      top: 10px; }
    /* line 310, _checkout.scss */
    .checkout-v1-wrapper .set-list-item .description {
      width: auto; }
  /* line 315, _checkout.scss */
  .checkout-v1-wrapper .set-status {
    padding: 15px;
    font-weight: bold;
    border-bottom: 1px solid #dee0e1;
    vertical-align: middle; }
  /* line 322, _checkout.scss */
  .checkout-v1-wrapper .field {
    padding: 5px 0;
    margin-bottom: 10px;
    width: 100%; }
  /* line 328, _checkout.scss */
  .checkout-v1-wrapper .field-label {
    float: left;
    width: 40% !important;
    overflow: hidden;
    font-weight: bold;
    padding-right: 10px;
    box-sizing: border-box; }
  /* line 337, _checkout.scss */
  .checkout-v1-wrapper .field-content {
    float: right;
    width: 60% !important; }
    /* line 340, _checkout.scss */
    .checkout-v1-wrapper .field-content textarea {
      border: 1px solid #eeeeee;
      padding: 7px 10px;
      margin-bottom: 5px;
      width: 100%; }
    /* line 346, _checkout.scss */
    .checkout-v1-wrapper .field-content .textfield {
      border: 1px solid #eeeeee;
      padding: 7px 10px;
      margin-bottom: 5px;
      width: 100%; }
    /* line 352, _checkout.scss */
    .checkout-v1-wrapper .field-content input {
      border: 1px solid #eeeeee;
      padding: 7px 10px;
      margin-bottom: 5px;
      max-width: 100%; }
  /* line 360, _checkout.scss */
  .checkout-v1-wrapper button, .checkout-v1-wrapper textarea {
    font: 12px Arial, sans-serif; }
  /* line 364, _checkout.scss */
  .checkout-v1-wrapper .table {
    width: 625px;
    border-collapse: collapse; }
    /* line 367, _checkout.scss */
    .checkout-v1-wrapper .table th, .checkout-v1-wrapper .table td {
      padding: 4px 7px 4px 0; }
    /* line 370, _checkout.scss */
    .checkout-v1-wrapper .table th {
      text-align: left; }
    /* line 374, _checkout.scss */
    .checkout-v1-wrapper .table tfoot th, .checkout-v1-wrapper .table tfoot td {
      border-top: 1px solid #dee0e1; }
  /* line 380, _checkout.scss */
  .checkout-v1-wrapper .price-field {
    text-align: right !important;
    white-space: nowrap; }
  /* line 385, _checkout.scss */
  .checkout-v1-wrapper .count {
    text-align: center;
    width: 5em; }
  /* line 390, _checkout.scss */
  .checkout-v1-wrapper .warning {
    color: red; }
  /* line 394, _checkout.scss */
  .checkout-v1-wrapper .error, .checkout-v1-wrapper .status-warning, .checkout-v1-wrapper .notice {
    padding: 6px 7px 6px 26px;
    border-radius: 3px;
    margin: 10px 0 20px 0;
    vertical-align: middle;
    background-position: 5px 5px;
    background-repeat: no-repeat;
    font-size: 13px; }
  /* line 404, _checkout.scss */
  .checkout-v1-wrapper .error {
    background-color: #f3c7c7;
    background-image: url(/served_assets/checkout/icon-error.png);
    color: #c7271f; }
  /* line 410, _checkout.scss */
  .checkout-v1-wrapper .notice {
    background-color: #8fff87;
    background-image: url(/served_assets/checkout/icon-succeed.png);
    color: #37763a; }
  /* line 416, _checkout.scss */
  .checkout-v1-wrapper .status-warning {
    background-color: #e8e97d;
    background-image: url(/served_assets/checkout/icon-warning.png);
    color: #5b512c; }
  /* line 422, _checkout.scss */
  .checkout-v1-wrapper .icon {
    vertical-align: middle; }
  /* line 426, _checkout.scss */
  .checkout-v1-wrapper .small {
    font-size: 87%; }
  /* line 430, _checkout.scss */
  .checkout-v1-wrapper .gray {
    color: gray; }
  /* line 434, _checkout.scss */
  .checkout-v1-wrapper .green, .checkout-v1-wrapper .red {
    padding: 3px;
    margin-right: 10px; }
  /* line 439, _checkout.scss */
  .checkout-v1-wrapper .green {
    background: #8FFF87;
    color: #37763A; }
  /* line 444, _checkout.scss */
  .checkout-v1-wrapper .red {
    background: #F3C7C7;
    color: #C7271F; }
  /* line 449, _checkout.scss */
  .checkout-v1-wrapper #top_info {
    margin: 12px 0; }
  /* line 454, _checkout.scss */
  .checkout-v1-wrapper table.variants {
    width: 100%;
    margin: 0 0 20px;
    border-collapse: collapse; }
    /* line 458, _checkout.scss */
    .checkout-v1-wrapper table.variants .price {
      text-align: right;
      white-space: nowrap;
      vertical-align: top; }
    /* line 463, _checkout.scss */
    .checkout-v1-wrapper table.variants .name {
      padding-bottom: 18px;
      max-width: 490px; }
    /* line 467, _checkout.scss */
    .checkout-v1-wrapper table.variants .radio {
      width: 25px;
      text-align: left;
      padding: 0;
      vertical-align: top; }
      /* line 472, _checkout.scss */
      .checkout-v1-wrapper table.variants .radio input {
        margin: 0; }
  /* line 477, _checkout.scss */
  .checkout-v1-wrapper table.payment_variants {
    border-bottom: 1px solid #DEE0E1; }
  /* line 482, _checkout.scss */
  .checkout-v1-wrapper #registered_client {
    float: right;
    border-left: 1px solid #eeeeee;
    padding-left: 10px;
    margin-bottom: 20px;
    width: 50%; }
    /* line 489, _checkout.scss */
    .checkout-v1-wrapper #registered_client + div {
      float: left;
      width: 50%;
      box-sizing: border-box;
      margin-bottom: 20px;
      padding-right: 10px; }
      /* line 496, _checkout.scss */
      .checkout-v1-wrapper #registered_client + div #regular_client {
        width: auto; }
      /* line 500, _checkout.scss */
      .checkout-v1-wrapper #registered_client + div + div {
        border-top: 1px solid #eeeeee; }
    /* line 505, _checkout.scss */
    .checkout-v1-wrapper #registered_client h3 {
      margin-top: 0; }
  /* line 512, _checkout.scss */
  .checkout-v1-wrapper #regular_client small {
    display: block;
    margin-left: 5px;
    font-size: 85%; }
  /* line 517, _checkout.scss */
  .checkout-v1-wrapper #regular_client h3 {
    margin-top: 0; }
  /* line 522, _checkout.scss */
  .checkout-v1-wrapper .register .field-content {
    float: right; }
  /* line 526, _checkout.scss */
  .checkout-v1-wrapper .past_step {
    float: right;
    font-weight: normal;
    width: 390px; }
    /* line 530, _checkout.scss */
    .checkout-v1-wrapper .past_step span {
      color: #ffffff; }
    /* line 533, _checkout.scss */
    .checkout-v1-wrapper .past_step a {
      color: #ffffff;
      float: right; }
  @media screen and (max-width: 768px) {
    /* line 540, _checkout.scss */
    .checkout-v1-wrapper .past_step {
      width: 100%; } }
  @media screen and (min-width: 769px) {
    /* line 548, _checkout.scss */
    .checkout-v1-wrapper .small_label .field-content {
      width: 60%; }
    /* line 551, _checkout.scss */
    .checkout-v1-wrapper .small_label .field-label {
      width: 40%;
      padding: 10px;
      text-align: right; } }
  /* line 559, _checkout.scss */
  .checkout-v1-wrapper .old-theme-fix {
    overflow: visible !important; }
  /* line 563, _checkout.scss */
  .checkout-v1-wrapper .fieldWithErrors {
    display: inline; }
    /* line 565, _checkout.scss */
    .checkout-v1-wrapper .fieldWithErrors input, .checkout-v1-wrapper .fieldWithErrors textarea {
      border: 1px solid #dc7878 !important;
      padding: 3px 2px;
      background: #f8e7e7 !important; }
  /* line 572, _checkout.scss */
  .checkout-v1-wrapper .delivery_checkbox {
    margin-bottom: 10px; }
    /* line 574, _checkout.scss */
    .checkout-v1-wrapper .delivery_checkbox input {
      vertical-align: middle; }
    /* line 577, _checkout.scss */
    .checkout-v1-wrapper .delivery_checkbox label {
      font-size: 90%;
      margin-left: 3px; }
  /* line 583, _checkout.scss */
  .checkout-v1-wrapper #flash_messages .message {
    margin: 0; }
  /* line 587, _checkout.scss */
  .checkout-v1-wrapper .wide_set {
    width: 100% !important; }
    /* line 590, _checkout.scss */
    .checkout-v1-wrapper .wide_set .table {
      width: 100% !important; }
  /* line 595, _checkout.scss */
  .checkout-v1-wrapper .table .highlited_row {
    background: rgba(255, 255, 255, 0.1); }
  /* line 599, _checkout.scss */
  .checkout-v1-wrapper .green_status {
    background: #E0FCE0 !important; }
  /* line 603, _checkout.scss */
  .checkout-v1-wrapper .grey_status {
    background: #E8E8E8 !important; }
  /* line 607, _checkout.scss */
  .checkout-v1-wrapper #logo_bg {
    height: 60px;
    margin: 5px 10px 5px 0;
    float: left;
    display: none;
    background-repeat: no-repeat;
    background-position: center left; }
  /* line 616, _checkout.scss */
  .checkout-v1-wrapper .bank_invoice_fio {
    width: 310px; }
  /* line 620, _checkout.scss */
  .checkout-v1-wrapper .mail_ru_login, .checkout-v1-wrapper .vkontakte_login, .checkout-v1-wrapper .facebook_login {
    padding-bottom: 2px;
    vertical-align: middle;
    position: relative;
    width: 66px;
    height: 18px;
    line-height: 18px;
    text-decoration: none;
    display: inline-block; }
  /* line 632, _checkout.scss */
  .checkout-v1-wrapper #captcha_challenge img {
    border: 0; }
  /* line 635, _checkout.scss */
  .checkout-v1-wrapper #captcha_challenge a img {
    margin-top: 10px;
    vertical-align: top; }
  /* line 641, _checkout.scss */
  .checkout-v1-wrapper #kladr_house, .checkout-v1-wrapper #kladr_flat, .checkout-v1-wrapper #kladr_number, .checkout-v1-wrapper #kladr_manual_index, .checkout-v1-wrapper div.kladr {
    padding: 3px; }
  /* line 645, _checkout.scss */
  .checkout-v1-wrapper .not_available label {
    opacity: 0.5; }
  /* line 649, _checkout.scss */
  .checkout-v1-wrapper #facebox {
    font-size: 75%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    text-align: left;
    width: 350px !important; }
    /* line 651, _checkout.scss */
    .checkout-v1-wrapper #facebox p {
      display: block !important; }
    /* line 659, _checkout.scss */
    .checkout-v1-wrapper #facebox .popup {
      position: relative; }
    /* line 662, _checkout.scss */
    .checkout-v1-wrapper #facebox td {
      border-bottom: 0;
      padding: 0; }
    /* line 666, _checkout.scss */
    .checkout-v1-wrapper #facebox table.form tr td {
      padding: 3px; }
    /* line 669, _checkout.scss */
    .checkout-v1-wrapper #facebox .body {
      border: 1px solid #DDDDDD;
      padding: 10px;
      background: #fff; }
    /* line 674, _checkout.scss */
    .checkout-v1-wrapper #facebox .loading, .checkout-v1-wrapper #facebox .image {
      text-align: center; }
    /* line 677, _checkout.scss */
    .checkout-v1-wrapper #facebox form {
      border: 0; }
    /* line 680, _checkout.scss */
    .checkout-v1-wrapper #facebox img {
      display: none;
      border: 0;
      margin: 0; }
    /* line 686, _checkout.scss */
    .checkout-v1-wrapper #facebox .fb_footer {
      display: none;
      padding: 0;
      margin: 0;
      position: relative !important;
      height: auto !important; }
    /* line 693, _checkout.scss */
    .checkout-v1-wrapper #facebox .tl, .checkout-v1-wrapper #facebox .tr, .checkout-v1-wrapper #facebox .bl, .checkout-v1-wrapper #facebox .br {
      height: 2px;
      width: 2px;
      overflow: hidden;
      padding: 0; }
  /* line 701, _checkout.scss */
  .checkout-v1-wrapper #facebox_overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
  /* line 709, _checkout.scss */
  .checkout-v1-wrapper .facebox_hide {
    z-index: -100; }
  /* line 713, _checkout.scss */
  .checkout-v1-wrapper .facebox_overlayBG {
    background-color: #000;
    z-index: 99; }
  @media screen and (max-width: 800px) {
    /* line 720, _checkout.scss */
    .checkout-v1-wrapper .set,
    .checkout-v1-wrapper .set-sidebar {
      width: 100%; }
    /* line 727, _checkout.scss */
    .checkout-v1-wrapper .userbar .links {
      margin-bottom: 10px;
      text-align: center;
      width: 100%; }
      /* line 732, _checkout.scss */
      .checkout-v1-wrapper .userbar .links a {
        margin-bottom: 5px; }
    /* line 737, _checkout.scss */
    .checkout-v1-wrapper .userbar .profile {
      text-align: center;
      width: 100%; }
    /* line 743, _checkout.scss */
    .checkout-v1-wrapper #registered_client {
      border: none;
      padding: 0;
      width: 100%; }
      /* line 748, _checkout.scss */
      .checkout-v1-wrapper #registered_client + div {
        padding: 0;
        width: 100%; } }
  @media screen and (max-width: 600px) {
    /* line 757, _checkout.scss */
    .checkout-v1-wrapper .field-label {
      margin-bottom: 5px; }
    /* line 761, _checkout.scss */
    .checkout-v1-wrapper .field-label,
    .checkout-v1-wrapper .field-content {
      width: 100% !important; }
    /* line 766, _checkout.scss */
    .checkout-v1-wrapper .set-block {
      overflow-x: scroll; } }

/*=========================================
  CHECKOUT 2
=========================================*/
/* line 775, _checkout.scss */
.co-section--checkout_content {
  min-height: 0; }

/* line 779, _checkout.scss */
.co-checkout-order_form {
  margin-top: 0; }

/* line 783, _checkout.scss */
.co-checkout-block--padded {
  padding-left: 10px;
  padding-right: 10px; }

/* line 788, _checkout.scss */
.co-sidebar {
  box-shadow: none;
  border-left: 1px solid #e0e0e0; }

/* line 793, _checkout.scss */
.co-button {
  background: #9e1318;
  border: 1px solid #9e1318;
  border-radius: 0;
  color: #ffffff; }
  /* line 799, _checkout.scss */
  .co-button:focus, .co-button:hover {
    background: #000;
    border: 1px solid #000;
    color: #9e1318; }
  /* line 806, _checkout.scss */
  .co-button:focus {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3); }

/* line 813, _checkout.scss */
.co-toggable_field-input--radio input + span {
  box-shadow: inset 0 0 0 2px #9e1318; }
/* line 817, _checkout.scss */
.co-toggable_field-input--radio input:focus + span, .co-toggable_field-input--radio input:checked + span {
  box-shadow: inset 0 0 0 7px #9e1318; }

/* line 825, _checkout.scss */
.co-toggable_field-input--checkbox input + span {
  box-shadow: inset 0 0 0 2px #9e1318; }
/* line 829, _checkout.scss */
.co-toggable_field-input--checkbox input:focus + span, .co-toggable_field-input--checkbox input:checked + span {
  box-shadow: inset 0 0 0 10px #9e1318; }

/* line 835, _checkout.scss */
.co-input-field {
  border: 1px solid #eeeeee;
  color: #555555;
  border-radius: 0; }

/* line 841, _checkout.scss */
.co-basket {
  padding-top: 0; }

/* line 845, _checkout.scss */
.co-basket_item-image {
  background: transparent; }

/* line 849, _checkout.scss */
.co-tabs-node {
  background: transparent;
  border: 1px solid #9e1318;
  box-shadow: none;
  border-radius: 0;
  color: #9e1318; }

/* line 857, _checkout.scss */
.co-tabs-node:focus,
.co-tabs-node:hover,
.co-tabs-node--active {
  background: #9e1318;
  color: #ffffff; }

/*=========================================
  FAST CHECKOUT
=========================================*/
/* line 867, _checkout.scss */
.m-modal-button {
  font-size: 13px;
  background: #9e1318;
  color: #ffffff;
  border-radius: 0;
  line-height: 13px;
  font-family: "Roboto";
  padding: 10px 12px; }
  /* line 876, _checkout.scss */
  .m-modal-button:hover, .m-modal-button.active {
    background: #000;
    color: #fff; }
  /* line 882, _checkout.scss */
  .m-modal-button .button-text,
  .m-modal-button .button-icon {
    font-size: 13px;
    display: inline-block;
    vertical-align: middle; }
  /* line 889, _checkout.scss */
  .m-modal-button:after {
    content: ' ';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0; }

/* line 898, _checkout.scss */
.m-input-field {
  border-radius: 0;
  background: #fff;
  border: 1px solid #eeeeee;
  padding: 7px 10px;
  margin-bottom: 5px;
  max-width: 100%; }

/* line 907, _checkout.scss */
.m-modal,
.m-modal--checkout {
  background: #ffffff;
  border-radius: 0;
  color: #3a3a3a; }

/* line 3, _collection.scss */
.collection-toolbar > .collapse-toggle {
  margin-bottom: 10px; }

/*=========================================
  PRODUCT CARD
=========================================*/
/* line 12, _collection.scss */
.product-card {
  border-bottom: solid 1px #d8d8d8;
  border-right: solid 1px #d8d8d8;
  padding: 15px 30px 50px !important;
  position: relative; }
  /* line 18, _collection.scss */
  .product-card .card-inner {
    z-index: 1000; }
  /* line 22, _collection.scss */
  .product-card .product-labels {
    top: -10px;
    right: -10px; }
  /* line 27, _collection.scss */
  .product-card .product-photo {
    margin-bottom: 10px;
    width: 100%;
    padding-top: 100%;
    position: relative; }
    /* line 33, _collection.scss */
    .product-card .product-photo .product-link {
      position: absolute;
      left: 0;
      top: 0;
      font-size: 0;
      right: 0;
      bottom: 0;
      overflow: hidden;
      text-align: center; }
      /* line 43, _collection.scss */
      .product-card .product-photo .product-link:after {
        content: '';
        display: inline-block;
        width: 0;
        height: 100%;
        vertical-align: middle; }
  /* line 53, _collection.scss */
  .product-card .product-image {
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle; }
  /* line 77, _collection.scss */
  .product-card .product-link {
    color: #222 !important;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    word-break: break-all; }
  /* line 88, _collection.scss */
  .product-card .product-caption {
    margin-bottom: 10px; }
  /* line 92, _collection.scss */
  .product-card .product-title {
    font-size: 1.25rem;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    z-index: 17; }
  /* line 111, _collection.scss */
  .product-card .product-introtext {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  /* line 118, _collection.scss */
  .product-card .product-prices {
    font-size: 1em; }
    /* line 121, _collection.scss */
    .product-card .product-prices .price,
    .product-card .product-prices .old-price {
      font-size: 1.2em; }
    /* line 126, _collection.scss */
    .product-card .product-prices .price + .old-price {
      margin-left: 10px; }
    /* line 139, _collection.scss */
    .product-card .product-prices .weight {
      display: inline-block;
      width: 100%; }
  /* line 145, _collection.scss */
  .product-card .product-control {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    flex-direction: row; }
  /* line 171, _collection.scss */
  .product-card .button-buy {
    height: 40px;
    font-size: 1.2em;
    line-height: 1em; }
  /* line 177, _collection.scss */
  .product-card .more-info {
    width: 100%; }
    /* line 180, _collection.scss */
    .product-card .more-info .button-buy {
      font-size: 1em; }
      /* line 183, _collection.scss */
      .product-card .more-info .button-buy .link-text,
      .product-card .more-info .button-buy .button-icon {
        vertical-align: middle; }
      /* line 188, _collection.scss */
      .product-card .more-info .button-buy .button-icon {
        position: relative;
        top: 2px; }

/* line 196, _collection.scss */
.counter {
  position: relative;
  padding-left: 40px;
  padding-right: 40px; }

/* line 202, _collection.scss */
.button-number {
  background: #CCCCCC;
  color: #000000;
  height: 40px;
  font-size: 1.4em;
  text-align: center;
  vertical-align: top;
  position: absolute;
  top: 0;
  width: 40px; }
  /* line 213, _collection.scss */
  .button-number.count-up {
    right: 0; }
  /* line 216, _collection.scss */
  .button-number.count-down {
    left: 0; }

/* line 221, _collection.scss */
.input-number {
  background: #fafafa;
  height: 40px;
  font-size: 1.1em;
  vertical-align: top;
  text-align: center;
  width: 100%; }

/*  Bundle card
-----------------------------------------*/
/* line 234, _collection.scss */
.product-card-bundle .card-inner {
  border-bottom: 1px solid #d8d8d8;
  padding: 0 10px 10px;
  position: relative;
  overflow: hidden;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
/* line 269, _collection.scss */
.product-card-bundle .product-photo {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 10%;
  -moz-box-flex: 1;
  -ms-flex: 1 1 10%;
  flex: 1 1 10%;
  padding-right: 20px; }
  /* line 277, _collection.scss */
  .product-card-bundle .product-photo .product-image {
    vertical-align: top; }
/* line 282, _collection.scss */
.product-card-bundle .product-caption {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 60%;
  -moz-box-flex: 1;
  -ms-flex: 1 1 60%;
  flex: 1 1 60%;
  margin-bottom: 0;
  padding-right: 20px; }
/* line 292, _collection.scss */
.product-card-bundle .product-title {
  font-size: 1em;
  font-weight: 500;
  margin-right: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }
  /* line 300, _collection.scss */
  .product-card-bundle .product-title .product-link {
    color: #9e1318; }
    /* line 303, _collection.scss */
    .product-card-bundle .product-title .product-link:hover {
      color: #a8a8a8; }
/* line 309, _collection.scss */
.product-card-bundle .product-labels {
  top: 0;
  right: 0; }
/* line 314, _collection.scss */
.product-card-bundle .product-prices {
  font-size: 1em;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 15%;
  -moz-box-flex: 1;
  -ms-flex: 1 1 15%;
  flex: 1 1 15%; }
  /* line 322, _collection.scss */
  .product-card-bundle .product-prices .price,
  .product-card-bundle .product-prices .old-price {
    font-size: 1.2em;
    white-space: nowrap; }
  /* line 328, _collection.scss */
  .product-card-bundle .product-prices .price {
    color: #dd3f46;
    margin-right: 10px; }
    /* line 332, _collection.scss */
    .product-card-bundle .product-prices .price.in-bundle {
      color: #545454; }
    /* line 336, _collection.scss */
    .product-card-bundle .product-prices .price.is-free {
      color: #5cb85c; }
  /* line 341, _collection.scss */
  .product-card-bundle .product-prices .old-price {
    color: #777777;
    text-decoration: line-through; }
  /* line 346, _collection.scss */
  .product-card-bundle .product-prices .weight {
    display: inline-block;
    width: 100%; }
/* line 352, _collection.scss */
.product-card-bundle .product-amount {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 15%;
  -moz-box-flex: 1;
  -ms-flex: 1 1 15%;
  flex: 1 1 15%;
  text-align: right;
  white-space: nowrap; }

/* line 363, _collection.scss */
.bundle-discount {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  font-size: 1.4em;
  padding-right: 10px; }
  /* line 379, _collection.scss */
  .bundle-discount .product-price {
    color: #dd3f46;
    white-space: nowrap; }
  /* line 384, _collection.scss */
  .bundle-discount .bundle-caption {
    padding-right: 20px; }
  /* line 388, _collection.scss */
  .bundle-discount .bundle-price {
    white-space: nowrap;
    color: #545454;
    margin-left: 10px;
    text-decoration: line-through; }

/* line 396, _collection.scss */
.bundle-products {
  margin-bottom: 20px; }

@media screen and (min-width: 491px) {
  /* line 404, _collection.scss */
  .bundle-discount .bundle-caption {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    text-align: right;
    padding-right: 20px; }
  /* line 414, _collection.scss */
  .bundle-discount .bundle-prices {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 30%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%; } }
@media screen and (max-width: 490px) {
  /* line 428, _collection.scss */
  .product-card-bundle .card-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap; }
  /* line 438, _collection.scss */
  .product-card-bundle .product-caption {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 10px; }
  /* line 447, _collection.scss */
  .product-card-bundle .product-prices {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin-right: 0; }
  /* line 456, _collection.scss */
  .product-card-bundle .product-amount {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
  /* line 464, _collection.scss */
  .product-card-bundle .product-photo {
    display: none; } }
/*  Collection filters
-----------------------------------------*/
/* line 472, _collection.scss */
.collection-filters {
  background: #ffffff;
  border-right: solid 1px #d8d8d8;
  height: 100%;
  left: -33.33%;
  overflow: auto;
  position: absolute;
  -webkit-transition: left .3s ease;
  -o-transition: left .3s ease;
  -moz-transition: left .3s ease;
  transition: left .3s ease;
  width: 100%;
  z-index: 999; }
  /* line 486, _collection.scss */
  .collection-filters.show {
    left: 0; }
  /* line 490, _collection.scss */
  .collection-filters-block {
    border-bottom: solid 1px #d8d8d8;
    padding-bottom: 10px !important; }

/* line 496, _collection.scss */
.close_filter {
  background: #ffffff;
  color: #9e1318;
  cursor: pointer;
  font-size: 2rem;
  line-height: 1em;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: color .3s ease;
  -o-transition: color .3s ease;
  -moz-transition: color .3s ease;
  transition: color .3s ease;
  width: 1em;
  z-index: 10; }
  /* line 512, _collection.scss */
  .close_filter:hover {
    color: #a8a8a8; }

/* line 517, _collection.scss */
.collection-filter-show {
  background: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 100;
  vertical-align: middle; }
  /* line 526, _collection.scss */
  .collection-filter-show .filter_icon {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    width: 20px;
    height: 16px;
    position: relative; }
    /* line 534, _collection.scss */
    .collection-filter-show .filter_icon-item-1, .collection-filter-show .filter_icon-item-2, .collection-filter-show .filter_icon-item-3 {
      background: #fff;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      height: 2px;
      left: 0;
      position: absolute;
      width: 100%; }
      /* line 545, _collection.scss */
      .collection-filter-show .filter_icon-item-1:after, .collection-filter-show .filter_icon-item-2:after, .collection-filter-show .filter_icon-item-3:after {
        background: #9e1318;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        border: solid 1px #fff;
        content: '';
        display: block;
        height: 6px;
        position: absolute;
        top: -2px;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        width: 6px; }
    /* line 563, _collection.scss */
    .collection-filter-show .filter_icon-item-1 {
      top: 0; }
      /* line 566, _collection.scss */
      .collection-filter-show .filter_icon-item-1:after {
        left: 60%; }
    /* line 569, _collection.scss */
    .collection-filter-show .filter_icon-item-2 {
      top: -webkit-calc(50% - 1px);
      top: -moz-calc(50% - 1px);
      top: calc(50% - 1px); }
      /* line 574, _collection.scss */
      .collection-filter-show .filter_icon-item-2:after {
        left: 10%; }
    /* line 577, _collection.scss */
    .collection-filter-show .filter_icon-item-3 {
      bottom: 0; }
      /* line 580, _collection.scss */
      .collection-filter-show .filter_icon-item-3:after {
        left: 40%; }
  /* line 585, _collection.scss */
  .collection-filter-show span {
    display: inline-block;
    vertical-align: middle; }
  /* line 592, _collection.scss */
  .collection-filter-show.active .filter_icon-item-1:after {
    left: 40%; }
  /* line 594, _collection.scss */
  .collection-filter-show.active .filter_icon-item-2:after {
    left: 60%; }
  /* line 596, _collection.scss */
  .collection-filter-show.active .filter_icon-item-3:after {
    left: 10%; }

/* line 604, _collection.scss */
.filter.active .filter-control {
  padding-right: 40px; }
/* line 608, _collection.scss */
.filter.active .filter-clear {
  background: #700e11;
  border-left: 1px solid #d8d8d8;
  color: #3a3a3a;
  font-size: 1.6em;
  display: block;
  height: auto;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 40px; }

/* line 624, _collection.scss */
.filter-control {
  position: relative; }

/* line 628, _collection.scss */
.filter-total-count {
  display: inline-block;
  font-size: 12px;
  margin-left: 3px; }

/* line 634, _collection.scss */
.filter-clear {
  display: none; }

/* line 638, _collection.scss */
.filter-items {
  border-bottom: solid 1px #d8d8d8;
  color: #3a3a3a;
  left: 0;
  min-width: 210px;
  overflow: hidden;
  top: 100%; }

/* line 647, _collection.scss */
.on-edge .filter-items {
  left: auto !important;
  right: 0; }

/* line 651, _collection.scss */
.items-list {
  display: block;
  max-height: 200px;
  margin: 15px 15px 15px 0;
  padding: 0 15px;
  position: relative; }
  /* line 658, _collection.scss */
  .items-list .list-item {
    overflow: hidden;
    width: 100%; }
  /* line 663, _collection.scss */
  .items-list .list-item + .list-item {
    margin-top: 20px; }

/* line 668, _collection.scss */
.filter-body {
  padding: 15px;
  margin: 15px 0; }

/* line 673, _collection.scss */
.dropdown-block-control {
  padding: 0 15px;
  margin-bottom: 15px; }

/* line 678, _collection.scss */
.toggled .filters-list.dropdown-block {
  display: block; }

@media screen and (min-width: 769px) {
  /* line 684, _collection.scss */
  .collection-toolbar .collapse-block {
    overflow: visible; } }
@media screen and (max-width: 768px) {
  /* line 691, _collection.scss */
  .filters-block {
    padding-left: 10px;
    padding-right: 10px; }

  /* line 696, _collection.scss */
  .collection-filters {
    padding: 0; }

  /* line 700, _collection.scss */
  .filter.dropdown.is-absolute {
    width: 100%; }
    /* line 703, _collection.scss */
    .filter.dropdown.is-absolute .filter-control .dropdown-toggle {
      padding: 5px 10px;
      text-align: left;
      width: 100%; }
    /* line 709, _collection.scss */
    .filter.dropdown.is-absolute .dropdown-block {
      position: static;
      width: 100%; } }
/*  Price slider
-----------------------------------------*/
/* line 718, _collection.scss */
.range-slider {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 10px; }
  /* line 723, _collection.scss */
  .range-slider > .irs {
    margin: 30px 30px 10px; }
  /* line 727, _collection.scss */
  .range-slider .irs-from,
  .range-slider .irs-to {
    cursor: pointer; }

/* line 733, _collection.scss */
.input-range,
.input-range {
  position: relative;
  width: 49%; }

/* line 739, _collection.scss */
.irs {
  height: 40px; }

/* line 743, _collection.scss */
.irs-with-grid {
  height: 60px; }

/* line 747, _collection.scss */
.irs-line {
  height: 12px;
  top: 25px; }

/* line 752, _collection.scss */
.irs-line-left {
  background: lightgray;
  height: 12px; }

/* line 757, _collection.scss */
.irs-line-mid {
  background: lightgray;
  height: 12px; }

/* line 762, _collection.scss */
.irs-line-right {
  height: 12px;
  background: lightgray; }

/* line 767, _collection.scss */
.irs-bar {
  height: 12px;
  top: 25px;
  background: #9e1318;
  color: #ffffff; }

/* line 774, _collection.scss */
.irs-bar-edge {
  top: 25px;
  height: 12px;
  width: 9px;
  background-position: 0 -90px; }

/* line 781, _collection.scss */
.irs-shadow {
  height: 3px;
  top: 34px;
  background: #000;
  opacity: 0.25; }

/* line 788, _collection.scss */
.lt-ie9 .irs-shadow {
  filter: alpha(opacity=25); }

/* line 792, _collection.scss */
.irs-slider {
  cursor: pointer;
  width: 6px;
  height: 18px;
  top: 22px;
  background: #9e1318; }

/* line 800, _collection.scss */
.irs-slider.state_hover, .irs-slider:hover {
  background-position: 0 -150px; }

/* line 804, _collection.scss */
.irs-min, .irs-max {
  color: #fff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  background: lightgray;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

/* line 816, _collection.scss */
.irs-from, .irs-to, .irs-single {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.333;
  text-shadow: none;
  padding: 10px 15px;
  top: -24px;
  background: #9e1318;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

/* line 828, _collection.scss */
.irs-from:after, .irs-to:after, .irs-single:after {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #9e1318; }

/* line 842, _collection.scss */
.irs-grid-pol {
  background: #9e1318; }

/* line 846, _collection.scss */
.irs-grid-text {
  color: #999; }

/* line 853, _collection.scss */
.slider-label {
  cursor: default;
  display: inline-block;
  border-bottom: 1px solid #eeeeee;
  font-size: 13px;
  padding: 5px;
  width: 46%; }

/* line 862, _collection.scss */
.range-slider-input {
  font-size: 0;
  text-align: justify;
  -moz-text-align-last: justify;
  text-align-last: justify;
  position: relative; }
  /* line 869, _collection.scss */
  .range-slider-input:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 0; }

/*  Collection order
-----------------------------------------*/
/* line 879, _collection.scss */
.collection-order {
  padding: 10px 0 10px 30px;
  position: relative;
  display: none; }
  /* line 883, _collection.scss */
  .collection-order .label-field,
  .collection-order .select-wrapper {
    vertical-align: middle; }
  /* line 892, _collection.scss */
  .collection-order .select-field {
    padding: 0 20px 0 0; }

/* line 901, _collection.scss */
.filter-clear_all {
  /*position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0,-50%);
     -moz-transform: translate(0,-50%);
      -ms-transform: translate(0,-50%);
       -o-transform: translate(0,-50%);
          transform: translate(0,-50%);
  */
  display: inline-block;
  margin: 15px 0; }
  /* line 915, _collection.scss */
  .filter-clear_all svg {
    display: inline-block;
    fill: #9e1318;
    margin-left: 5px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    vertical-align: middle; }
  /* line 928, _collection.scss */
  .filter-clear_all:hover svg {
    fill: #a8a8a8; }

@media screen and (max-width: 768px) {
  /* line 936, _collection.scss */
  .collection-order {
    text-align: left; } }
/*=========================================
  COLLECTION MENU
=========================================*/
/* line 944, _collection.scss */
.collection-menu {
  display: block; }
  /* line 947, _collection.scss */
  .collection-menu > .menu-item {
    border-bottom: solid 1px #d8d8d8;
    display: block; }
    /* line 951, _collection.scss */
    .collection-menu > .menu-item > .menu-link {
      color: #3f3f3f;
      display: block;
      font-size: 1.1rem;
      font-weight: 100;
      line-height: 70px;
      padding: 0 0 0 30px;
      text-decoration: none; }
    /* line 961, _collection.scss */
    .collection-menu > .menu-item > .dropdown-icon {
      color: #949494;
      cursor: pointer;
      font-size: 1.7rem;
      line-height: 70px;
      position: absolute;
      right: 0;
      text-align: center;
      top: 0;
      width: 45px; }
    /* line 975, _collection.scss */
    .collection-menu > .menu-item.toggled > .menu-link {
      text-shadow: 1px 0; }
  /* line 989, _collection.scss */
  .collection-menu .toggled .dropdown-icon:before {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  /* line 998, _collection.scss */
  .collection-menu .link-text,
  .collection-menu .dropdown-icon {
    display: inline-block;
    vertical-align: middle; }
  /* line 1004, _collection.scss */
  .collection-menu .dropdown-icon {
    font-size: 12px;
    margin-left: .3em;
    position: relative;
    top: 0; }
    /* line 1010, _collection.scss */
    .collection-menu .dropdown-icon:before {
      -webkit-transition: 0.2s ease transform;
      -o-transition: 0.2s ease transform;
      -moz-transition: 0.2s ease transform;
      transition: 0.2s ease transform; }
  /* line 1018, _collection.scss */
  .collection-menu .submenu {
    font-size: 1em;
    width: 100%; }
    /* line 1024, _collection.scss */
    .collection-menu .submenu > .menu-item > .menu-link {
      color: #3f3f3f;
      display: inline-block;
      font-size: 1rem;
      font-weight: 100;
      padding: 5px 12px;
      margin: 0 0 0 20px; }
    /* line 1033, _collection.scss */
    .collection-menu .submenu > .menu-item + .menu-item {
      margin-top: 10px; }
    /* line 1038, _collection.scss */
    .collection-menu .submenu > .menu-item.active > .menu-link {
      background-color: #9e1318;
      color: #fff; }
    /* line 1042, _collection.scss */
    .collection-menu .submenu > .menu-item:hover > .menu-link,
    .collection-menu .submenu > .menu-item > .menu-link:hover {
      text-shadow: 1px 0; }

/*=========================================
  COLLECTION MENU HORIZONTAL
=========================================*/
/* line 1057, _collection.scss */
.collection-menu-horizontal-wrapper {
  margin-bottom: 20px;
  padding-bottom: 10px;
  position: relative; }

/* line 1075, _collection.scss */
.collection-menu-horizontal {
  display: block; }
  /* line 1078, _collection.scss */
  .collection-menu-horizontal > .menu-item {
    margin-right: 15px;
    padding-bottom: 10px; }
    /* line 1082, _collection.scss */
    .collection-menu-horizontal > .menu-item > .menu-link {
      display: inline-block;
      font-size: 1em;
      padding: 0;
      text-transform: uppercase;
      color: #9e1318;
      text-decoration: none; }
      /* line 327, mixins.scss */
      .collection-menu-horizontal > .menu-item > .menu-link:hover {
        color: #a8a8a8;
        text-decoration: none; }
    /* line 1092, _collection.scss */
    .collection-menu-horizontal > .menu-item.on-edge .submenu.level-2.dropdown-block {
      left: auto;
      right: 0; }
      /* line 1095, _collection.scss */
      .collection-menu-horizontal > .menu-item.on-edge .submenu.level-2.dropdown-block .menu-item:after {
        left: auto;
        right: 100%; }
      /* line 1099, _collection.scss */
      .collection-menu-horizontal > .menu-item.on-edge .submenu.level-2.dropdown-block .dropdown-icon {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
        float: left;
        margin: 5px 10px 5px 0; }
      /* line 1111, _collection.scss */
      .collection-menu-horizontal > .menu-item.on-edge .submenu.level-2.dropdown-block .menu-item:hover .dropdown-icon {
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg); }
    /* line 1121, _collection.scss */
    .collection-menu-horizontal > .menu-item.on-edge .submenu.level-3.dropdown-block {
      left: auto;
      right: 105%; }
  /* line 1127, _collection.scss */
  .collection-menu-horizontal > .menu-item.active > .menu-link,
  .collection-menu-horizontal > .menu-item:hover > .menu-link,
  .collection-menu-horizontal > .menu-item > .menu-link:hover {
    color: #9e1318; }
    /* line 1132, _collection.scss */
    .collection-menu-horizontal > .menu-item.active > .menu-link > .link-text,
    .collection-menu-horizontal > .menu-item:hover > .menu-link > .link-text,
    .collection-menu-horizontal > .menu-item > .menu-link:hover > .link-text {
      text-decoration: underline; }
  /* line 1140, _collection.scss */
  .collection-menu-horizontal .menu-item.is-opened > .dropdown-block,
  .collection-menu-horizontal .menu-item:hover > .dropdown-block {
    display: block; }
  /* line 1146, _collection.scss */
  .collection-menu-horizontal .menu-item.is-opened > .menu-link > .dropdown-icon,
  .collection-menu-horizontal .menu-item:hover > .menu-link > .dropdown-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  /* line 1158, _collection.scss */
  .collection-menu-horizontal .on-mobile:hover > .dropdown-block {
    display: none; }
  /* line 1162, _collection.scss */
  .collection-menu-horizontal .on-mobile:hover .menu-link > .dropdown-icon {
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none; }
  /* line 1172, _collection.scss */
  .collection-menu-horizontal .on-mobile:hover.is-opened > .dropdown-block {
    display: block; }
  /* line 1179, _collection.scss */
  .collection-menu-horizontal .on-mobile:hover.is-opened:hover > .menu-link > .dropdown-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  /* line 1189, _collection.scss */
  .collection-menu-horizontal .link-text,
  .collection-menu-horizontal .dropdown-icon {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none; }
  /* line 1196, _collection.scss */
  .collection-menu-horizontal .dropdown-icon {
    font-size: 12px;
    margin-left: .3em;
    position: relative;
    top: 0; }
  /* line 1203, _collection.scss */
  .collection-menu-horizontal .submenu.level-2.dropdown-block {
    background: #ffffff;
    border: 1px solid #d8d8d8;
    font-size: 1em;
    min-width: 220px;
    top: 28px;
    z-index: 1030; }
    /* line 1211, _collection.scss */
    .collection-menu-horizontal .submenu.level-2.dropdown-block > .menu-item {
      position: relative; }
      /* line 1216, _collection.scss */
      .collection-menu-horizontal .submenu.level-2.dropdown-block > .menu-item.on-mobile:hover > .dropdown-block {
        display: none; }
      /* line 1220, _collection.scss */
      .collection-menu-horizontal .submenu.level-2.dropdown-block > .menu-item.on-mobile:hover .menu-link > .dropdown-icon {
        -webkit-transform: none;
        -ms-transform: none;
        -moz-transform: none;
        -o-transform: none;
        transform: none; }
      /* line 1230, _collection.scss */
      .collection-menu-horizontal .submenu.level-2.dropdown-block > .menu-item.on-mobile:hover.is-opened > .dropdown-block {
        display: block; }
      /* line 1237, _collection.scss */
      .collection-menu-horizontal .submenu.level-2.dropdown-block > .menu-item.on-mobile:hover.is-opened:hover > .menu-link > .dropdown-icon {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      /* line 1250, _collection.scss */
      .collection-menu-horizontal .submenu.level-2.dropdown-block > .menu-item.is-opened:after, .collection-menu-horizontal .submenu.level-2.dropdown-block > .menu-item:hover:after {
        content: '';
        display: inline-block;
        position: absolute;
        left: 100%;
        top: 0;
        bottom: 0;
        width: 6%; }
      /* line 1260, _collection.scss */
      .collection-menu-horizontal .submenu.level-2.dropdown-block > .menu-item.is-opened .submenu, .collection-menu-horizontal .submenu.level-2.dropdown-block > .menu-item:hover .submenu {
        display: block; }
      /* line 1266, _collection.scss */
      .collection-menu-horizontal .submenu.level-2.dropdown-block > .menu-item.is-opened > .menu-link > .dropdown-icon, .collection-menu-horizontal .submenu.level-2.dropdown-block > .menu-item:hover > .menu-link > .dropdown-icon {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      /* line 1276, _collection.scss */
      .collection-menu-horizontal .submenu.level-2.dropdown-block > .menu-item > .menu-link {
        color: #9e1318;
        display: inline-block;
        padding: 10px;
        text-decoration: none;
        width: 100%; }
    /* line 1285, _collection.scss */
    .collection-menu-horizontal .submenu.level-2.dropdown-block > .menu-item.active > .menu-link,
    .collection-menu-horizontal .submenu.level-2.dropdown-block > .menu-item:hover > .menu-link,
    .collection-menu-horizontal .submenu.level-2.dropdown-block > .menu-item > .menu-link:hover {
      color: #a8a8a8; }
      /* line 1290, _collection.scss */
      .collection-menu-horizontal .submenu.level-2.dropdown-block > .menu-item.active > .menu-link .link-text,
      .collection-menu-horizontal .submenu.level-2.dropdown-block > .menu-item:hover > .menu-link .link-text,
      .collection-menu-horizontal .submenu.level-2.dropdown-block > .menu-item > .menu-link:hover .link-text {
        text-decoration: underline; }
  /* line 1296, _collection.scss */
  .collection-menu-horizontal .submenu.level-3.dropdown-block {
    background: #ffffff;
    border: 1px solid #d8d8d8;
    font-size: 1em;
    min-width: 220px;
    top: 0;
    display: none;
    left: 105%;
    -webkit-transition: 0.2s ease visibility, 0.2s ease opacity;
    -o-transition: 0.2s ease visibility, 0.2s ease opacity;
    -moz-transition: 0.2s ease visibility, 0.2s ease opacity;
    transition: 0.2s ease visibility, 0.2s ease opacity;
    z-index: 1030; }
    /* line 1309, _collection.scss */
    .collection-menu-horizontal .submenu.level-3.dropdown-block > .menu-item > .menu-link {
      color: #9e1318;
      display: inline-block;
      padding: 10px;
      text-decoration: none;
      width: 100%; }
    /* line 1318, _collection.scss */
    .collection-menu-horizontal .submenu.level-3.dropdown-block > .menu-item.active > .menu-link,
    .collection-menu-horizontal .submenu.level-3.dropdown-block > .menu-item:hover > .menu-link,
    .collection-menu-horizontal .submenu.level-3.dropdown-block > .menu-item > .menu-link:hover {
      color: #a8a8a8; }
      /* line 1323, _collection.scss */
      .collection-menu-horizontal .submenu.level-3.dropdown-block > .menu-item.active > .menu-link .link-text,
      .collection-menu-horizontal .submenu.level-3.dropdown-block > .menu-item:hover > .menu-link .link-text,
      .collection-menu-horizontal .submenu.level-3.dropdown-block > .menu-item > .menu-link:hover .link-text {
        text-decoration: underline; }

/* line 1335, _collection.scss */
.mobile .collection-menu-horizontal .menu-link,
.tablet .collection-menu-horizontal .menu-link {
  vertical-align: middle; }
/* line 1339, _collection.scss */
.mobile .collection-menu-horizontal .dropdown.on-mobile,
.tablet .collection-menu-horizontal .dropdown.on-mobile {
  padding-right: 33px; }
/* line 1343, _collection.scss */
.mobile .collection-menu-horizontal .dropdown-icon,
.tablet .collection-menu-horizontal .dropdown-icon {
  display: none; }
/* line 1345, _collection.scss */
.mobile .collection-menu-horizontal .dropdown-button,
.tablet .collection-menu-horizontal .dropdown-button {
  cursor: pointer;
  display: inline-block;
  background: #eeeeee;
  color: #3a3a3a;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  text-align: center;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  position: absolute;
  top: 0;
  right: 0; }
/* line 1367, _collection.scss */
.mobile .collection-menu-horizontal .submenu.level-2 .dropdown.on-mobile .dropdown-button,
.tablet .collection-menu-horizontal .submenu.level-2 .dropdown.on-mobile .dropdown-button {
  top: 10px;
  right: 10px;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  padding-bottom: 0; }

/* line 1381, _collection.scss */
.parent-collection {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: solid 1px #d8d8d8 !important;
  height: 22px;
  line-height: 1em;
  margin-right: 5px;
  padding: 2px 0 0;
  text-align: center;
  vertical-align: middle;
  width: 22px; }
  /* line 1393, _collection.scss */
  .parent-collection i {
    color: #d8d8d8;
    font-size: 1rem; }

@media screen and (max-width: 1024px) {
  /* line 1401, _collection.scss */
  .breadcrumb {
    font-size: .5rem; } }
@media screen and (max-width: 768px) {
  /* line 1407, _collection.scss */
  .collection-menu-horizontal-wrapper {
    display: none; }

  /* line 1411, _collection.scss */
  .collection-filters {
    left: -41.66667%; } }
@media screen and (max-width: 490px) {
  /* line 1418, _collection.scss */
  .collection {
    /*    .breadcrumb-wrapper {
          background-color: $color-background-primary;
          padding-bottom: 0;
          padding-top: 0;
    
          .breadcrumb {
            line-height: 50px;
            border-right: solid 1px $color-border-primary;
            width: -webkit-calc(100% - 50px);
            width: -moz-calc(100% - 50px);
            width: calc(100% - 50px);
    
            .breadcrumb-link {
              color: $color-text-primary;
              vertical-align: middle;
            }
          }
    
    
          [class*=filter_icon-item-] {
            background-color: $color-border-primary;
    
            &:after {
              background-color: $color-background-primary;
              border-color: $color-border-primary;
            }
          }
        } */ }
    /* line 1420, _collection.scss */
    .collection .promo-slider-wrapper,
    .collection .collection-filter-show span:not([class*=filter_icon-item-]),
    .collection .left_banner,
    .collection .breadcrumb-item:before {
      display: none; }
    /* line 1429, _collection.scss */
    .collection.page_content {
      border-bottom: solid 1px #d8d8d8; }
    /* line 1435, _collection.scss */
    .collection .collection-menu > .menu-item > .menu-link,
    .collection .collection-menu > .menu-item > .dropdown-icon {
      line-height: 50px; }

  /* line 1471, _collection.scss */
  .collection-filters {
    border-right-width: 0;
    border-top: solid 1px #d8d8d8;
    left: -100%; }

  /* line 1477, _collection.scss */
  .collection-filter-show {
    padding: 12px 5px 12px 16px; }

  /* line 1481, _collection.scss */
  .product-card:nth-of-type(even) {
    border-right-width: 0; } }
/*=========================================
  COLLECTION SUBCATEGORIES
=========================================*/
/* line 1489, _collection.scss */
.collection-subcategories-wrapper {
  position: relative;
  /*border-bottom: 1px solid $color-border-primary;*/
  padding-bottom: 18px; }

/* line 1497, _collection.scss */
.collection-subcategories .category-item {
  display: block;
  margin-bottom: -1px; }
/* line 1502, _collection.scss */
.collection-subcategories .category-inner {
  color: #FF6A59;
  text-decoration: none;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  display: block;
  color: #9e1318;
  text-decoration: none;
  position: relative; }
  /* line 327, mixins.scss */
  .collection-subcategories .category-inner:hover {
    color: #a8a8a8;
    text-decoration: none; }
  /* line 1512, _collection.scss */
  .collection-subcategories .category-inner:hover .category-title {
    text-decoration: none; }
/* line 1518, _collection.scss */
.collection-subcategories .category-image {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 110%; }
  /* line 1524, _collection.scss */
  .collection-subcategories .category-image .image-inner {
    font-size: 0; }
    /* line 1527, _collection.scss */
    .collection-subcategories .category-image .image-inner:after {
      content: '';
      display: inline-block;
      width: 0;
      height: 100%;
      vertical-align: middle; }
  /* line 1536, _collection.scss */
  .collection-subcategories .category-image .image-photo {
    vertical-align: middle;
    -o-object-fit: cover;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
/* line 1549, _collection.scss */
.collection-subcategories .category-data {
  color: #3a3a3a;
  position: absolute;
  color: #3a3a3a;
  padding: 0 30px 30px 30px;
  bottom: 0;
  left: 0; }
/* line 1558, _collection.scss */
.collection-subcategories .category-title {
  font-size: 1.5em;
  font-weight: 100; }
/* line 1563, _collection.scss */
.collection-subcategories .from_price {
  font-size: 2em;
  text-transform: capitalize;
  display: block;
  font-weight: 100;
  margin-top: 10px; }

/* line 1575, _collection.scss */
.new-catalog {
  background: #eaeaea; }
  /* line 1577, _collection.scss */
  .new-catalog .collection-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    white-space: nowrap; }
    /* line 1585, _collection.scss */
    .new-catalog .collection-menu .dropdown-icon {
      display: none; }
  /* line 1589, _collection.scss */
  .new-catalog .collection-menu > .menu-item {
    border-bottom: 0; }
    /* line 1591, _collection.scss */
    .new-catalog .collection-menu > .menu-item:hover {
      background: #f9f8f8; }
      /* line 1593, _collection.scss */
      .new-catalog .collection-menu > .menu-item:hover > a {
        color: #9e1318; }
      /* line 1594, _collection.scss */
      .new-catalog .collection-menu > .menu-item:hover .submenu {
        display: block; }
  /* line 1600, _collection.scss */
  .new-catalog .collection-menu > .menu-item > .menu-link {
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 5px;
    line-height: 56px; }
  /* line 1609, _collection.scss */
  .new-catalog .collection-menu .submenu {
    font-size: 1em;
    width: 100%;
    display: none;
    position: absolute;
    padding: 10px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    left: 0px;
    top: 100%;
    background: #f9f8f8;
    z-index: 50;
    width: 427px;
    column-count: 2; }
    /* line 1622, _collection.scss */
    .new-catalog .collection-menu .submenu.list-vertical > .list-item {
      display: block; }
  /* line 1626, _collection.scss */
  .new-catalog .collection-menu .right-submenu .submenu {
    left: auto;
    right: 0; }
  /* line 1630, _collection.scss */
  .new-catalog .collection-menu .submenu > .menu-item > .menu-link {
    color: #3f3f3f;
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    white-space: normal; }
  /* line 1640, _collection.scss */
  .new-catalog button.left-toolbar-trigger {
    display: none;
    height: auto;
    color: #333;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500; }
    /* line 1647, _collection.scss */
    .new-catalog button.left-toolbar-trigger .icon {
      font-size: 34px;
      line-height: 46px;
      vertical-align: middle;
      margin-right: 3px; }
  /* line 1655, _collection.scss */
  .new-catalog .list-item.active > a {
    color: #9e1318; }

@media (max-width: 1160px) {
  /* line 1659, _collection.scss */
  .new-catalog .collection-menu > .menu-item > .menu-link {
    font-size: 11px;
    padding: 0 3px; } }
@media (max-width: 1024px) {
  /* line 1668, _collection.scss */
  .left-collection-menu-wrapper {
    display: none; }

  /* line 1671, _collection.scss */
  .new-catalog button.left-toolbar-trigger {
    display: block; } }
@media (min-width: 769px) {
  /* line 1677, _collection.scss */
  body .left-toolbar {
    top: 0; } }
@media (max-width: 768px) {
  /* line 1683, _collection.scss */
  .new-catalog {
    max-height: 3px;
    overflow: hidden; } }
/* line 1690, _collection.scss */
.collection-description {
  margin-bottom: 1rem; }
  /* line 1692, _collection.scss */
  .collection-description .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    padding-bottom: 1rem;
    line-height: 1.8;
    margin-bottom: 2rem;
    border-bottom: 3px solid #ccc; }
  /* line 1702, _collection.scss */
  .collection-description .cell-xl-10 {
    padding-left: 10px; }
    @media (max-width: 768px) {
      /* line 1702, _collection.scss */
      .collection-description .cell-xl-10 {
        padding-left: 0;
        padding-top: 10px; } }

/* line 1711, _collection.scss */
.page_content .collection-subcategories.row {
  margin: 0 -12px; }

/* line 1714, _collection.scss */
.collection-subcategories .category-item {
  padding: 12px !important; }

/* line 1718, _collection.scss */
.collection-subcategories .category-inner {
  border: 2px solid #ccc;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  /* line 1731, _collection.scss */
  .collection-subcategories .category-inner:hover {
    border-color: #9e1318; }

/* line 1736, _collection.scss */
.collection-subcategories .category-image .image-photo {
  padding: 5px 12px;
  -o-object-fit: contain;
  object-fit: contain; }

/* line 1741, _collection.scss */
.collection-subcategories .category-data {
  position: static;
  padding: 20px;
  padding-bottom: 0;
  text-align: center; }

/* line 1747, _collection.scss */
.collection-subcategories .category-title {
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase; }

@media (min-width: 1025px) {
  /* line 1754, _collection.scss */
  .collection-subcategories .category-item {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    max-width: 20%; } }
@media (max-width: 490px) {
  /* line 1761, _collection.scss */
  .breadcrumb .breadcrumb-item .breadcrumb-link:before {
    content: '/';
    font-weight: 100;
    padding-left: 7px;
    padding-right: 14px;
    position: relative; }

  /* line 1771, _collection.scss */
  .breadcrumb .breadcrumb-item:first-child .breadcrumb-link:before {
    display: none; } }
/* line 1773, _collection.scss */
.bottom_banner {
  text-align: center; }

/* line 1774, _collection.scss */
.bottom_banner a {
  display: inline-block; }

/* line 1775, _collection.scss */
.bottom_banner .bottom_banner-image {
  display: block; }

/* line 1776, _collection.scss */
.bottom_banner .bottom_banner-image-mobile {
  display: none; }

@media (max-width: 768px) {
  /* line 1779, _collection.scss */
  .bottom_banner .bottom_banner-image {
    display: none; }

  /* line 1780, _collection.scss */
  .bottom_banner .bottom_banner-image-mobile {
    display: block; } }
/*=========================================
  COMPARE
=========================================*/
/*  Compare table
-----------------------------------------*/
/* line 7, _compare.scss */
.table.table-compare {
  border-collapse: collapse;
  position: relative;
  width: 100%; }
  /* line 12, _compare.scss */
  .table.table-compare tr, .table.table-compare td {
    border: none; }
  /* line 16, _compare.scss */
  .table.table-compare tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-left: auto;
    margin-right: auto;
    width: 100%; }
  /* line 30, _compare.scss */
  .table.table-compare td {
    display: block;
    -webkit-flex-basis: 20%;
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    min-width: 20%;
    -webkit-box-flex: 2;
    -webkit-flex: 2 2;
    -ms-flex: 2 2;
    flex: 2 2;
    border: 1px solid #eeeeee;
    padding: 10px; }
  /* line 44, _compare.scss */
  .table.table-compare .param-title {
    font-weight: bold;
    max-width: 20%; }
  /* line 49, _compare.scss */
  .table.table-compare .param-value {
    max-width: 25%; }
  /* line 53, _compare.scss */
  .table.table-compare .title-link {
    color: #9e1318; }
  /* line 57, _compare.scss */
  .table.table-compare tr:nth-of-type(odd) td {
    background-color: #ffffff;
    color: #3a3a3a; }
  /* line 62, _compare.scss */
  .table.table-compare tr:nth-of-type(even) td {
    background-color: rgba(0, 0, 0, 0.03);
    color: #3a3a3a; }

/* line 68, _compare.scss */
.compare-image-wrapper {
  padding-top: 100%;
  width: 100%;
  position: relative;
  max-width: 240px;
  max-height: 240px;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto; }

/* line 79, _compare.scss */
.compare-image-inner {
  font-size: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  overflow: hidden;
  text-align: center; }
  /* line 85, _compare.scss */
  .compare-image-inner:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle; }

/* line 94, _compare.scss */
.compare-image {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle; }

@media screen and (max-width: 768px) {
  /* line 104, _compare.scss */
  .table.table-compare .param-value {
    max-width: 35%; } }
/*  Compare same toggler
-----------------------------------------*/
/* line 114, _compare.scss */
.button-same-toggle .button-icon {
  margin-right: 5px; }
/* line 118, _compare.scss */
.button-same-toggle .text-hide,
.button-same-toggle .fa-eye-slash {
  display: inline-block !important; }
/* line 123, _compare.scss */
.button-same-toggle .text-show,
.button-same-toggle .fa-eye {
  display: none !important; }
/* line 130, _compare.scss */
.button-same-toggle.active .text-hide,
.button-same-toggle.active .fa-eye-slash {
  display: none !important; }
/* line 135, _compare.scss */
.button-same-toggle.active .text-show,
.button-same-toggle.active .fa-eye {
  display: inline-block !important; }

/*  Compare toolbar
-----------------------------------------*/
/* line 144, _compare.scss */
.compare-toolbar {
  margin-bottom: 10px; }

/*=========================================
  PROMO SLIDER
=========================================*/
/* line 4, _index.scss */
.promo-slider {
  position: relative;
  overflow: hidden; }

/* line 11, _index.scss */
.index-prod-slider-wrapper .index-prod-nav {
  background: none;
  color: #7f7f7f;
  font-size: 3rem;
  left: 0;
  padding: 10px 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 99; }
  /* line 26, _index.scss */
  .index-prod-slider-wrapper .index-prod-nav.index-prod-next {
    left: auto;
    right: 0; }
/* line 32, _index.scss */
.index-prod-slider-wrapper .card-inner {
  border-width: 0; }

/* line 37, _index.scss */
.main-header + .promo-slider {
  margin-top: -21px; }

/* line 42, _index.scss */
.promo-slider .slide-image-mobile {
  display: none; }

@media (max-width: 640px) {
  /* line 49, _index.scss */
  .promo-slider .slide-image-mobile {
    display: block; }
    /* line 51, _index.scss */
    .promo-slider .slide-image-mobile + .slide-image {
      display: none; } }
/* line 57, _index.scss */
.promo-slide.swiper-slide {
  border-bottom: 0;
  height: 100%; }
  /* line 60, _index.scss */
  .promo-slide.swiper-slide .slide-image {
    display: block;
    height: 100%; }
  /* line 61, _index.scss */
  .promo-slide.swiper-slide .slide-inner {
    text-decoration: none; }
  /* line 65, _index.scss */
  .promo-slide.swiper-slide .slide-caption {
    color: #c1c1c1;
    opacity: 0;
    position: absolute;
    right: -50px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all .3s ease .8s;
    -o-transition: all .3s ease .8s;
    -moz-transition: all .3s ease .8s;
    transition: all .3s ease .8s;
    width: 48%;
    z-index: 1010; }
  /* line 86, _index.scss */
  .promo-slide.swiper-slide-active .slide-caption {
    opacity: 1;
    right: 0; }
  /* line 92, _index.scss */
  .promo-slide.swiper-slide .slide-title {
    font-size: 3.1rem;
    font-weight: 100;
    margin: 0 0 15px;
    line-height: .8em; }
  /* line 99, _index.scss */
  .promo-slide.swiper-slide .slide-content {
    font-size: 1.86rem;
    font-weight: 100;
    line-height: 1em;
    margin: 0 0 25px; }
    /* line 105, _index.scss */
    .promo-slide.swiper-slide .slide-content p {
      margin: 0 0 15px; }
  /* line 110, _index.scss */
  .promo-slide.swiper-slide .slide-linck .button-text {
    font-size: 1.1rem;
    font-weight: 100; }
  /* line 115, _index.scss */
  .promo-slide.swiper-slide .slide-image {
    vertical-align: top;
    width: 100%; }

@media screen and (max-width: 1200px) {
  /* line 125, _index.scss */
  .promo-slide.swiper-slide .slide-title {
    font-size: 1.5rem; }
  /* line 129, _index.scss */
  .promo-slide.swiper-slide .slide-content {
    font-size: 1rem; }
  /* line 133, _index.scss */
  .promo-slide.swiper-slide .slide-linck .button-text {
    font-size: .8rem; } }
@media screen and (max-width: 768px) {
  /* line 141, _index.scss */
  .promo-slider {
    min-height: 0; }

  /* line 145, _index.scss */
  .promo-slide.swiper-slide {
    overflow: hidden; }
    /* line 148, _index.scss */
    .promo-slide.swiper-slide .slide-image {
      width: 100%; }
    /* line 156, _index.scss */
    .promo-slide.swiper-slide .slide-title {
      font-size: 1.2em; } }
@media screen and (max-width: 490px) {
  /*.promo-slide.swiper-slide .slide-content {
   font-size: 0.8rem;
  margin-bottom: 0.5rem;
  }
  .promo-slide.swiper-slide .slide-title {
   font-size: 1rem;
  }
  .promo-slide .button.button-primary {
   background: transparent;
   padding: 0;
  &:after {
   content:'>'
  }
  }
  .promo-slide.swiper-slide .slide-caption {
   width: 56%;
  }*/
  /* line 181, _index.scss */
  .promo-slide.swiper-slide {
    min-height: 200px; }
    /* line 184, _index.scss */
    .promo-slide.swiper-slide .slide-image {
      height: 100%;
      left: 50%;
      max-width: 1000%;
      position: absolute;
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      width: auto; } }
/*  Promo slider pagination
-----------------------------------------*/
/* line 205, _index.scss */
.promo-slider-pagination {
  position: absolute;
  bottom: 30px;
  text-align: center;
  z-index: 1020; }
  /* line 210, _index.scss */
  .promo-slider-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    height: 10px;
    width: 10px; }
  /* line 216, _index.scss */
  .promo-slider-pagination .swiper-pagination-bullet-active {
    background: #9e1318; }

@media screen and (max-width: 768px) {
  /* line 226, _index.scss */
  .promo-slider-pagination .swiper-pagination-bullet {
    border: 1px solid #9e1318; } }
/*  Promo slider nav
-----------------------------------------*/
/* line 237, _index.scss */
.promo-slider-nav {
  background: transparent;
  cursor: pointer;
  color: #ffffff;
  font-size: 1.5em;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 100; }

/* line 251, _index.scss */
.promo-slider-next {
  right: 20px; }

/* line 255, _index.scss */
.promo-slider-prev {
  left: 20px; }

@media screen and (max-width: 768px) {
  /* line 261, _index.scss */
  .promo-slider-nav {
    display: none; } }
/*=========================================
  BENEFITS
=========================================*/
/* line 270, _index.scss */
.benefits {
  margin-bottom: 20px;
  position: relative; }

/*  Benefit
-----------------------------------------*/
/* line 281, _index.scss */
.benefit-inner {
  color: #3a3a3a;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }

/* line 306, _index.scss */
.benefit-image {
  font-size: 0;
  margin-right: 20px;
  width: 80px;
  height: 80px;
  text-align: center;
  position: relative; }
  /* line 314, _index.scss */
  .benefit-image:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0; }
  /* line 322, _index.scss */
  .benefit-image img {
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle; }

/* line 329, _index.scss */
.benefit-title {
  display: inline-block; }

@media screen and (max-width: 490px) {
  /* line 339, _index.scss */
  .benefits {
    padding-bottom: 0; }

  /* line 343, _index.scss */
  .benefit {
    margin-bottom: 20px; } }
/*=========================================
  NEWS FEED
=========================================*/
/* line 351, _index.scss */
.news-feed-wrapper {
  background: #fff;
  padding-bottom: 20px; }

/* line 356, _index.scss */
.news-image {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  height: auto;
  max-height: 1000px;
  transform: translate(0, -50%); }

/* line 366, _index.scss */
.news-caption {
  font-size: 1.13rem;
  font-weight: 100;
  line-height: 1.2em;
  padding: 20px; }

/* line 373, _index.scss */
.news {
  position: relative;
  height: 100%; }
  /* line 377, _index.scss */
  .news-link {
    -webkit-box-shadow: inset 0 0 0 0px #d8d8d8;
    box-shadow: inset 0 0 0 0px #d8d8d8;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  /* line 389, _index.scss */
  .news:hover .news-link {
    -webkit-box-shadow: inset 0 0 0 3px #9e1318;
    box-shadow: inset 0 0 0 3px #9e1318; }

/* line 396, _index.scss */
.news-feed-inner {
  padding: 0; }

/*  Info blocks tabs
-----------------------------------------*/
/* line 402, _index.scss */
.news-feed-tabs {
  display: block; }
  /* line 405, _index.scss */
  .news-feed-tabs > .tabs-item {
    margin-right: 15px; }
    /* line 408, _index.scss */
    .news-feed-tabs > .tabs-item > .tabs-link {
      color: #3a3a3a;
      display: inline-block;
      font-size: 1em;
      padding: 15px 0;
      color: #3a3a3a;
      text-decoration: none; }
      /* line 327, mixins.scss */
      .news-feed-tabs > .tabs-item > .tabs-link:hover {
        color: #9e1318;
        text-decoration: none; }
  /* line 417, _index.scss */
  .news-feed-tabs > .tabs-item.active > .tabs-link,
  .news-feed-tabs > .tabs-item:hover > .tabs-link,
  .news-feed-tabs > .tabs-item > .tabs-link:hover {
    color: #9e1318;
    text-decoration: underline; }

/*  News feed
-----------------------------------------*/
/* line 427, _index.scss */
.news-feed-header {
  margin-bottom: 20px; }
  /* line 431, _index.scss */
  .news-feed-header:before {
    float: right;
    font-size: 1.6rem;
    margin-left: 10px; }
  /* line 437, _index.scss */
  .news-feed-header:after {
    clear: both;
    content: '';
    display: block; }
  /* line 443, _index.scss */
  .news-feed-header h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    border-bottom: 3px solid #d7d7d7;
    text-transform: uppercase; }
    /* line 449, _index.scss */
    .news-feed-header h2 a {
      color: #444 !important;
      border: 0 !important; }

/* line 458, _index.scss */
.news-feed .news-header {
  font-size: .9em;
  margin-bottom: 10px; }
/* line 463, _index.scss */
.news-feed .news-author {
  position: relative;
  padding-right: 10px;
  margin-right: 10px; }
  /* line 468, _index.scss */
  .news-feed .news-author:after {
    background: #888;
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    position: absolute;
    right: -2px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  /* line 484, _index.scss */
  .news-feed .news-author .fa {
    font-size: .9em;
    position: relative;
    top: -1px; }
/* line 491, _index.scss */
.news-feed .news-date .fa {
  font-size: .9em;
  position: relative;
  top: -1px; }
/* line 497, _index.scss */
.news-feed .news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 0; }
/* line 516, _index.scss */
.news-feed .news-photo {
  min-height: 200px;
  text-align: center;
  position: relative; }
  /* line 521, _index.scss */
  .news-feed .news-photo .news-photo-wrapper {
    padding-top: 100%;
    position: relative;
    width: 100%;
    display: block; }
  /* line 528, _index.scss */
  .news-feed .news-photo .news-link {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    overflow: hidden;
    text-decoration: none; }
    /* line 534, _index.scss */
    .news-feed .news-photo .news-link:after {
      content: '';
      display: inline-block;
      width: 0;
      height: 100%;
      vertical-align: middle; }
  /* line 543, _index.scss */
  .news-feed .news-photo .news-image {
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle; }
  @supports (-o-object-fit: cover) or (object-fit: cover) {
    /* line 550, _index.scss */
    .news-feed .news-photo .news-image {
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover; } }
/* line 559, _index.scss */
.news-feed .news-caption {
  display: none;
  position: relative;
  padding-bottom: 30px;
  padding-right: 20px; }
/* line 566, _index.scss */
.news-feed .news-title {
  display: inline-block;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 20px; }
/* line 573, _index.scss */
.news-feed .news-link {
  color: #9e1318; }
/* line 583, _index.scss */
.news-feed .news-introtext p {
  margin: 0; }

@media screen and (max-width: 490px) {
  /* line 593, _index.scss */
  .news-feed .news-photo {
    margin-bottom: 20px; } }
/*  News feed pagination
-----------------------------------------*/
/* line 601, _index.scss */
.news-feed-pagination {
  text-align: right;
  position: relative;
  z-index: 1020; }
  /* line 606, _index.scss */
  .news-feed-pagination .swiper-pagination-bullet {
    background: #ffffff;
    opacity: 1;
    margin: 0 5px;
    height: 10px;
    width: 10px; }
  /* line 613, _index.scss */
  .news-feed-pagination .swiper-pagination-bullet-active {
    background: #9e1318; }

/*=========================================
  COLLECTIONS TABS
=========================================*/
/* line 621, _index.scss */
.collections-tabs.tabs-menu {
  display: block;
  white-space: nowrap;
  margin-bottom: 15px; }
  /* line 626, _index.scss */
  .collections-tabs.tabs-menu > .tabs-item {
    margin-right: 15px; }
    /* line 629, _index.scss */
    .collections-tabs.tabs-menu > .tabs-item > .tabs-link {
      display: inline-block;
      font-size: 1em;
      padding: 0;
      color: #3a3a3a;
      text-decoration: none; }
      /* line 327, mixins.scss */
      .collections-tabs.tabs-menu > .tabs-item > .tabs-link:hover {
        color: #a8a8a8;
        text-decoration: none; }
  /* line 637, _index.scss */
  .collections-tabs.tabs-menu > .tabs-item.active > .tabs-link,
  .collections-tabs.tabs-menu > .tabs-item:hover > .tabs-link,
  .collections-tabs.tabs-menu > .tabs-item > .tabs-link:hover {
    color: #a8a8a8;
    text-decoration: underline; }

/*=========================================
  TITLE COLLECTIONS
=========================================*/
/*=========================================
  SPECIAL CATEGORIES
=========================================*/
/* line 663, _index.scss */
.special-category {
  margin-bottom: 20px;
  text-align: center; }
  /* line 667, _index.scss */
  .special-category .category-image-wrapper {
    margin-bottom: 10px;
    width: 100%;
    padding-top: 100%;
    position: relative; }
  /* line 674, _index.scss */
  .special-category .category-image-inner {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    text-decoration: none; }
    /* line 681, _index.scss */
    .special-category .category-image-inner:after {
      content: '';
      display: inline-block;
      width: 0;
      height: 100%;
      vertical-align: middle; }
  /* line 690, _index.scss */
  .special-category .category-image {
    vertical-align: middle;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%; }
  /* line 698, _index.scss */
  .special-category .category-title {
    font-size: 2em; }
  /* line 702, _index.scss */
  .special-category .category-title-inner {
    color: #3a3a3a;
    text-decoration: none; }
    /* line 327, mixins.scss */
    .special-category .category-title-inner:hover {
      color: #a8a8a8;
      text-decoration: none; }

/* line 711, _index.scss */
.page_content {
  border: 0 !important; }

/* line 714, _index.scss */
.page_content .main-brands-list {
  margin: 20px -10px; }
  /* line 717, _index.scss */
  .page_content .main-brands-list [class*=cell-] {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px; }
  /* line 724, _index.scss */
  .page_content .main-brands-list .brand-item {
    border-bottom: 0 !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-bottom: 140%;
    display: block; }
    /* line 732, _index.scss */
    .page_content .main-brands-list .brand-item .brand-logo {
      position: absolute;
      bottom: 10px;
      text-align: center;
      height: 20%;
      width: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      /*display: flex;*/
      left: 25%;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background: #fff;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      /* line 749, _index.scss */
      .page_content .main-brands-list .brand-item .brand-logo img {
        max-width: 100%;
        background: #fff;
        border: 10px solid #fff; }
    /* line 755, _index.scss */
    .page_content .main-brands-list .brand-item:hover {
      text-decoration: none;
      opacity: 0.8; }

/* line 763, _index.scss */
.index-blogs {
  margin-bottom: 30px; }
  /* line 765, _index.scss */
  .index-blogs .cell-xl-3 a {
    display: block;
    padding-bottom: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #444;
    text-transform: uppercase;
    font-weight: 500;
    border-bottom: 0 !important; }
    /* line 777, _index.scss */
    .index-blogs .cell-xl-3 a .title {
      text-align: center;
      position: absolute;
      left: 0;
      font-size: 16px;
      right: 0;
      padding: 20px 10px;
      top: 5%;
      background: rgba(255, 255, 255, 0.5); }
    /* line 787, _index.scss */
    .index-blogs .cell-xl-3 a:hover {
      color: #9e1318; }
      /* line 789, _index.scss */
      .index-blogs .cell-xl-3 a:hover .title {
        background: rgba(255, 255, 255, 0.7); }

/* line 796, _index.scss */
.instagram-block {
  background: #f9f9f9;
  padding: 30px 0; }
  /* line 799, _index.scss */
  .instagram-block .title {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 15px; }
    /* line 804, _index.scss */
    .instagram-block .title a {
      color: inherit;
      border: 0 !important; }
  /* line 809, _index.scss */
  .instagram-block #instafeed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 13px 8%; }
    /* line 817, _index.scss */
    .instagram-block #instafeed a {
      margin: 13px;
      display: block;
      height: 0;
      overflow: hidden;
      position: relative;
      padding-bottom: calc(5% - 26px);
      -ms-flex-preferred-size: calc(25% - 26px);
      flex-basis: calc(25% - 26px);
      max-width: calc(25% - 26px); }
      /* line 827, _index.scss */
      .instagram-block #instafeed a img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -o-object-fit: cover;
        object-fit: cover; }
      /* line 836, _index.scss */
      .instagram-block #instafeed a:hover img {
        opacity: 0.8; }
  /* line 839, _index.scss */
  .instagram-block .gallery_img {
    border: 0; }

/* line 842, _index.scss */
.promo-slider img {
  display: block; }

/* line 845, _index.scss */
.promo-slider a {
  display: block;
  border: 0 !important; }

@media (max-width: 768px) {
  /* line 851, _index.scss */
  .instagram-block #instafeed {
    margin: 13px 0; }

  /* line 854, _index.scss */
  .index-blogs .cell-xl-3 a .title {
    font-size: 12px; } }
@media (max-width: 600px) {
  /* line 861, _index.scss */
  .instagram-block #instafeed a {
    margin: 10px;
    display: block;
    height: 0;
    overflow: hidden;
    position: relative;
    padding-bottom: calc(5% - 20px);
    -ms-flex-preferred-size: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
    max-width: calc(50% - 20px); } }
/* line 875, _index.scss */
img.slide-image {
  max-height: 344px;
  margin: 0 auto; }

/* line 1, _layout.scss */
html {
  overflow-y: scroll !important; }

/* line 5, _layout.scss */
input:not([type=submit]),
textarea {
  background: transparent;
  border: solid 1px #d8d8d8;
  margin-bottom: 20px;
  padding: 10px 15px; }

/* line 13, _layout.scss */
a:not(.ya-share2__link) {
  color: #9e1318;
  text-decoration: none;
  border-bottom: solid 1px transparent;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }
  /* line 327, mixins.scss */
  a:not(.ya-share2__link):hover {
    color: #a8a8a8;
    text-decoration: none; }
  /* line 21, _layout.scss */
  a:not(.ya-share2__link).dashed {
    border-bottom-color: #a8a8a8;
    border-bottom-style: dashed;
    color: #a8a8a8; }
    /* line 26, _layout.scss */
    a:not(.ya-share2__link).dashed:hover {
      border-bottom-style: solid; }
  /* line 31, _layout.scss */
  a:not(.ya-share2__link).normal {
    color: #a8a8a8;
    border-bottom-width: 0; }
  /* line 36, _layout.scss */
  a:not(.ya-share2__link):hover {
    border-bottom-color: #a8a8a8; }

/* line 41, _layout.scss */
a.Look_btn {
  border: solid 1px #fff !important;
  -webkit-box-shadow: inset 0 0 0 30px #9e1318;
  box-shadow: inset 0 0 0 30px #9e1318;
  color: #fff;
  display: inline-block;
  font-size: .9rem;
  font-weight: 100;
  line-height: 35px;
  padding: 0 13px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }
  /* line 56, _layout.scss */
  a.Look_btn:hover {
    border-color: #a8a8a8 !important;
    -webkit-box-shadow: inset 0 0 0 1px #9e1318;
    box-shadow: inset 0 0 0 1px #9e1318;
    color: #a8a8a8 !important; }

/* line 64, _layout.scss */
.border_top {
  border-top: 1px solid #d8d8d8; }

/* line 65, _layout.scss */
.border_right {
  border-right: 1px solid #d8d8d8; }

/* line 66, _layout.scss */
.border_bottom {
  border-bottom: 1px solid #d8d8d8; }

/* line 67, _layout.scss */
.border_left {
  border-left: 1px solid #d8d8d8; }

/* line 68, _layout.scss */
.border_header {
  border-color: #c9c9c9; }

/* line 70, _layout.scss */
.m_b_20 {
  margin-bottom: 20px; }

/*=========================================
  SEARCH FORM
=========================================*/
/* line 77, _layout.scss */
.search-form {
  background: #f1f1f1 none repeat scroll 0% 0%;
  border: 1px solid #cccccc;
  display: table;
  margin: 20px auto;
  max-width: 400px;
  position: relative;
  width: 100%; }
  /* line 86, _layout.scss */
  .search-form .search-input {
    display: inline-block;
    font-size: 14px;
    height: 36px;
    margin-bottom: 0;
    padding: 5px;
    width: 100%; }
  /* line 95, _layout.scss */
  .search-form .search-button {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 20px;
    bottom: 0;
    width: 40px;
    background: #555555;
    color: #fff; }

/*=========================================
  HEADER
=========================================*/
/* line 114, _layout.scss */
.main-header {
  background: #181818;
  color: #c9c9c9;
  padding-bottom: 0;
  padding-top: 8px;
  position: relative;
  z-index: 10; }
  /* line 136, _layout.scss */
  .main-header .contacts {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .7rem;
    line-height: 25px;
    margin: 0;
    padding: 0; }
  /* line 149, _layout.scss */
  .main-header .phone {
    display: inline-block;
    vertical-align: middle;
    color: #c9c9c9;
    font-size: 1.1em;
    white-space: nowrap;
    font-weight: bold; }
    /* line 157, _layout.scss */
    .main-header .phone a {
      color: #9e1318;
      text-decoration: none; }
    /* line 162, _layout.scss */
    .main-header .phone p {
      margin: 0; }
  /* line 167, _layout.scss */
  .main-header .email {
    display: inline-block;
    vertical-align: middle;
    color: #c9c9c9;
    white-space: nowrap;
    margin-left: 20px; }
    /* line 174, _layout.scss */
    .main-header .email:not(:empty) {
      margin-top: 5px; }
    /* line 178, _layout.scss */
    .main-header .email a {
      color: #9e1318;
      text-decoration: none; }
    /* line 183, _layout.scss */
    .main-header .email p {
      margin: 0; }

/* line 189, _layout.scss */
.call_form {
  color: #c9c9c9;
  text-decoration: none; }
  /* line 193, _layout.scss */
  .call_form-block {
    background: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0 auto;
    max-width: 370px;
    min-width: 320px;
    padding: 40px 50px;
    position: relative;
    width: 100%; }

/* line 207, _layout.scss */
.geolokation {
  padding-left: 0; }
  /* line 210, _layout.scss */
  .geolokation-block {
    position: relative;
    display: inline-block; }
  /* line 215, _layout.scss */
  .geolokation-list {
    background: #ffffff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 3px #181818;
    box-shadow: 1px 1px 3px #181818;
    cursor: pointer;
    min-width: 100%;
    padding: 5px 15px;
    position: absolute;
    right: 0;
    top: -webkit-calc(100% + 10px);
    top: -moz-calc(100% + 10px);
    top: calc(100% + 10px); }
    /* line 230, _layout.scss */
    .geolokation-list:after {
      border-bottom: 10px solid #ffffff;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      content: '';
      position: absolute;
      right: 20px;
      top: -10px; }
  /* line 241, _layout.scss */
  .geolokation-item {
    white-space: nowrap; }
    /* line 244, _layout.scss */
    .geolokation-item + .geolokation-item {
      margin-top: 5px; }

/* line 252, _layout.scss */
.footer-call_back-form p {
  font-size: 1.2rem;
  margin: 0 0 20px; }
/* line 257, _layout.scss */
.footer-call_back-form .input-field {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #292929;
  width: 100%; }
/* line 264, _layout.scss */
.footer-call_back-form .button {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px; }
/* line 272, _layout.scss */
.footer-call_back-form .button-text {
  font-size: 1rem !important; }

/* line 277, _layout.scss */
.header-content {
  padding-right: 0;
  margin: 0; }

/*  Logotype
-----------------------------------------*/
/* line 284, _layout.scss */
.logotype-link {
  border-bottom-width: 0; }
  /* line 287, _layout.scss */
  .logotype-link:hover {
    border-bottom-width: 0; }

/* line 292, _layout.scss */
.logotype-image {
  max-height: 100%;
  max-width: 115px;
  font-size: 40px;
  font-family: "Lobster";
  text-align: center;
  color: #9e1318;
  font-weight: 700; }

/* line 302, _layout.scss */
.logotype-text {
  color: #9e1318;
  font-family: "Lobster";
  font-size: 40px;
  display: inline-block;
  width: 100%; }

/* line 310, _layout.scss */
.main-toolbar {
  padding: 0; }

/*  Main toolbar
-----------------------------------------*/
/* line 316, _layout.scss */
.main-menu {
  display: block; }
  /* line 319, _layout.scss */
  .main-menu > .menu-item {
    margin: 0 30px 0 0;
    line-height: 40px; }
    /* line 323, _layout.scss */
    .main-menu > .menu-item > .menu-link {
      font-size: 1em;
      white-space: nowrap;
      color: #c9c9c9;
      border-bottom: solid 1px transparent;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      text-decoration: none; }
      /* line 334, _layout.scss */
      .main-menu > .menu-item > .menu-link:hover, .main-menu > .menu-item > .menu-link.active {
        border-bottom-color: #9e1318; }
      /* line 339, _layout.scss */
      .main-menu > .menu-item > .menu-link.active {
        color: #9e1318; }

@media screen and (min-width: 491px) and (max-width: 768px) {
  /* line 348, _layout.scss */
  .main-menu {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    -moz-box-pack: justify;
    justify-content: space-between; }

  /* line 358, _layout.scss */
  .main-header .contacts {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    -moz-box-ordinal-group: 1;
    order: 0; }
  /* line 366, _layout.scss */
  .main-header .logotype {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1;
    margin-bottom: 0; }
  /* line 375, _layout.scss */
  .main-header .user-toolbar {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    -moz-box-ordinal-group: 3;
    order: 2; } }
/*  User toolbar
-----------------------------------------*/
/* line 387, _layout.scss */
.user-toolbar {
  position: relative;
  padding: 0; }
  /* line 391, _layout.scss */
  .user-toolbar > div + div {
    border-left: solid 1px #414141; }
  /* line 395, _layout.scss */
  .user-toolbar .compare-button {
    position: relative;
    margin-left: .5em; }
  /* line 400, _layout.scss */
  .user-toolbar .compare-counter {
    color: #000;
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    opacity: 0;
    min-width: 20px;
    height: 20px;
    font-size: 14px;
    background: #cccccc none repeat scroll 0% 0%;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    padding: 0 6px;
    line-height: 22px;
    text-align: center;
    -webkit-transition: 0.2s ease opacity;
    -o-transition: 0.2s ease opacity;
    -moz-transition: 0.2s ease opacity;
    transition: 0.2s ease opacity; }
    /* line 418, _layout.scss */
    .user-toolbar .compare-counter.active {
      opacity: 1; }

/* line 424, _layout.scss */
.user-linck,
.shopcart-widget .shopcart-link {
  text-align: left; }
  /* line 428, _layout.scss */
  .user-linck svg,
  .shopcart-widget .shopcart-link svg {
    display: inline-block;
    fill: #fff;
    margin-right: 10px;
    vertical-align: middle;
    -webkit-transition: fill .3s ease;
    -o-transition: fill .3s ease;
    -moz-transition: fill .3s ease;
    transition: fill .3s ease; }
  /* line 439, _layout.scss */
  .user-linck-text,
  .shopcart-widget .shopcart-link-text {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px); }
  /* line 448, _layout.scss */
  .user-linck-text-title,
  .shopcart-widget .shopcart-link-text-title {
    display: block; }
  /* line 454, _layout.scss */
  .user-linck:hover svg,
  .shopcart-widget .shopcart-link:hover svg {
    fill: #9e1318; }

/*  Search widget
-----------------------------------------*/
/* line 462, _layout.scss */
.search-widget {
  display: inline-block;
  padding: 20px 0; }

/* line 467, _layout.scss */
.callback-link {
  color: #3a3a3a;
  text-decoration: none; }
  /* line 327, mixins.scss */
  .callback-link:hover {
    color: #9e1318;
    text-decoration: none; }

/* line 471, _layout.scss */
.search-widget-form {
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.3);
  position: relative; }
  /* line 476, _layout.scss */
  .search-widget-form .search-input {
    border-color: #414141;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #909090;
    font-style: italic;
    margin: 0;
    padding: 8px 60px 8px 12px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%; }
    /* line 490, _layout.scss */
    .search-widget-form .search-input:focus {
      background: #fff; }
      /* line 493, _layout.scss */
      .search-widget-form .search-input:focus + .search-button {
        color: #a8a8a8; }
  /* line 499, _layout.scss */
  .search-widget-form .search-icon {
    position: relative; }
  /* line 503, _layout.scss */
  .search-widget-form .search-button {
    color: #c9c9c9;
    font-size: 17px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    -moz-transition: color .3s ease;
    transition: color .3s ease;
    width: 40px; }
  /* line 519, _layout.scss */
  .search-widget-form:hover .search-input {
    background: #fff; }
  /* line 523, _layout.scss */
  .search-widget-form:hover .search-button {
    color: #a8a8a8; }

/*  Shopcart widget
-----------------------------------------*/
/* line 531, _layout.scss */
.shopcart-widget {
  display: inline-block;
  vertical-align: middle;
  margin-left: .5em;
  position: relative; }
  /* line 537, _layout.scss */
  .shopcart-widget .shopcart-counter {
    -webkit-transition: 0.2s ease opacity;
    -o-transition: 0.2s ease opacity;
    -moz-transition: 0.2s ease opacity;
    transition: 0.2s ease opacity;
    background: #9e1318;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    color: #fff;
    display: block;
    font-size: 14px;
    height: 25px;
    line-height: 27px;
    min-width: 25px;
    opacity: 0;
    padding: 0 6px;
    position: absolute;
    right: -8px;
    text-align: center;
    top: 0px; }
    /* line 555, _layout.scss */
    .shopcart-widget .shopcart-counter.active {
      opacity: 1; }

/*=========================================
  FOOTER
=========================================*/
/* line 564, _layout.scss */
.footer {
  background: #181818;
  color: #dedede;
  padding: 70px 30px 0;
  position: relative;
  z-index: 1;
  width: 100%; }
  /* line 572, _layout.scss */
  .footer a {
    color: #dedede; }
    /* line 575, _layout.scss */
    .footer a:hover {
      color: #dedede; }
  /* line 580, _layout.scss */
  .footer .footer_block_title {
    font-size: 1.2rem;
    font-weight: 100;
    margin-bottom: 20px; }
  /* line 586, _layout.scss */
  .footer .copyright {
    margin-top: 40px; }

/* line 591, _layout.scss */
.footer-menu-wrapper {
  padding-top: 10px; }

/* line 597, _layout.scss */
.footer-menu > .menu-item {
  display: block;
  margin-bottom: 15px;
  margin-right: 20px; }
  /* line 602, _layout.scss */
  .footer-menu > .menu-item > .menu-link {
    color: #dedede;
    font-size: .8rem;
    font-weight: 100; }
    /* line 607, _layout.scss */
    .footer-menu > .menu-item > .menu-link:hover {
      color: #dedede; }

/* line 617, _layout.scss */
.footer-contacts .phone,
.footer-contacts .email,
.footer-contacts .address {
  display: block; }
  /* line 622, _layout.scss */
  .footer-contacts .phone p,
  .footer-contacts .email p,
  .footer-contacts .address p {
    margin: 0; }
/* line 627, _layout.scss */
.footer-contacts .phone {
  font-size: 1.4em;
  font-weight: 100;
  margin-bottom: 10px;
  margin-top: 10px; }

/*  Social menu
-----------------------------------------*/
/* line 637, _layout.scss */
.social-menu {
  margin-top: 25px; }
  /* line 642, _layout.scss */
  .social-menu > .menu-item + .menu-item {
    margin-left: 20px; }
  /* line 646, _layout.scss */
  .social-menu > .menu-item > .menu-link {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #dedede;
    -webkit-box-shadow: inset 0 0 0 0 #dedede;
    box-shadow: inset 0 0 0 0 #dedede;
    display: inline-block;
    font-size: 1.4rem;
    height: 40px;
    line-height: 37px;
    text-align: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    width: 40px; }
    /* line 663, _layout.scss */
    .social-menu > .menu-item > .menu-link:hover {
      -webkit-box-shadow: inset 0 0 0 40px #dedede;
      box-shadow: inset 0 0 0 40px #dedede;
      color: #9e1318; }

@media screen and (max-width: 1024px) {
  /* line 674, _layout.scss */
  .social-menu-wrapper {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    -moz-box-ordinal-group: 2;
    order: 1;
    margin-bottom: 20px; }

  /* line 683, _layout.scss */
  .footer-contacts {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    -moz-box-ordinal-group: 1;
    order: 0;
    margin-bottom: 20px; }

  /* line 692, _layout.scss */
  .footer-menu-wrapper {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    -moz-box-ordinal-group: 3;
    order: 2; } }
/* line 702, _layout.scss */
.created-by {
  font-size: .9em;
  margin-top: 20px; }

/*=========================================
  LEFT sitebar
=========================================*/
/* line 711, _layout.scss */
.left_sitebar {
  border-right: solid 1px #d8d8d8; }

/*=========================================
  LEFT TOOLBAR
=========================================*/
/* line 718, _layout.scss */
.left-toolbar {
  background: #181818;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.4);
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 20px 10px 20px;
  position: fixed;
  top: 48px;
  left: -3px;
  bottom: 0;
  -webkit-transition: .2s ease transform;
  -o-transition: .2s ease transform;
  -moz-transition: .2s ease transform;
  transition: .2s ease transform;
  -webkit-transform: translate(-280px, 0);
  -ms-transform: translate(-280px, 0);
  -moz-transform: translate(-280px, 0);
  -o-transform: translate(-280px, 0);
  transform: translate(-280px, 0);
  width: 280px;
  z-index: 1060; }
  /* line 741, _layout.scss */
  .left-toolbar .search-widget-wrapper {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 20px;
    width: 100%; }
  /* line 748, _layout.scss */
  .left-toolbar .search-widget {
    position: relative; }
  /* line 752, _layout.scss */
  .left-toolbar .search-input {
    border: none;
    width: 100%; }
  /* line 757, _layout.scss */
  .left-toolbar .search-button {
    background: #fff;
    color: #9e1318; }

/* line 763, _layout.scss */
.left-toolbar.active {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  z-index: 1020; }

/* line 772, _layout.scss */
.mobile-menu {
  margin-left: -10px;
  margin-right: -10px; }
  /* line 776, _layout.scss */
  .mobile-menu .separator {
    border-bottom: 1px solid #eeeeee;
    margin: 10px 0; }
  /* line 781, _layout.scss */
  .mobile-menu > .menu-item {
    position: relative; }
    /* line 784, _layout.scss */
    .mobile-menu > .menu-item > .menu-link {
      display: inline-block;
      padding: 10px 60px 10px 10px;
      width: 100%;
      color: #ffffff;
      text-decoration: none;
      -webkit-transition: 0.2s ease baclkground-color;
      -o-transition: 0.2s ease baclkground-color;
      -moz-transition: 0.2s ease baclkground-color;
      transition: 0.2s ease baclkground-color; }
      /* line 327, mixins.scss */
      .mobile-menu > .menu-item > .menu-link:hover {
        color: #ffffff;
        text-decoration: none; }
    /* line 792, _layout.scss */
    .mobile-menu > .menu-item > .dropdown-link {
      text-align: center;
      padding: 8px 15px 6px;
      font-size: 1.4em;
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      width: 50px;
      color: #ffffff;
      text-decoration: none; }
      /* line 327, mixins.scss */
      .mobile-menu > .menu-item > .dropdown-link:hover {
        color: #ffffff;
        text-decoration: none; }
  /* line 804, _layout.scss */
  .mobile-menu > .menu-item.toggled > .dropdown-link .dropdown-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  /* line 823, _layout.scss */
  .mobile-menu .submenu.level-2 {
    opacity: 1 !important; }
    /* line 827, _layout.scss */
    .mobile-menu .submenu.level-2 > .menu-item {
      position: relative; }
      /* line 830, _layout.scss */
      .mobile-menu .submenu.level-2 > .menu-item > .menu-link {
        display: inline-block;
        padding: 10px 60px 10px 20px;
        width: 100%; }
      /* line 837, _layout.scss */
      .mobile-menu .submenu.level-2 > .menu-item > .dropdown-link {
        text-align: center;
        padding: 8px 15px 6px;
        font-size: 1.4em;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0; }
      /* line 847, _layout.scss */
      .mobile-menu .submenu.level-2 > .menu-item.toggled .dropdown-icon {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg); }
    /* line 857, _layout.scss */
    .mobile-menu .submenu.level-2 > .menu-item.toggled > .menu-link,
    .mobile-menu .submenu.level-2 > .menu-item.active > .menu-link,
    .mobile-menu .submenu.level-2 > .menu-item:hover > .menu-link.menu-item,
    .mobile-menu .submenu.level-2 > .menu-item > .menu-link:hover {
      text-decoration: underline; }
  /* line 865, _layout.scss */
  .mobile-menu .submenu.level-3 {
    padding-left: 20px;
    opacity: 1 !important; }
    /* line 872, _layout.scss */
    .mobile-menu .submenu.level-3 > .menu-item > .menu-link {
      display: inline-block;
      padding: 10px 10px 10px 20px;
      width: 100%; }
    /* line 880, _layout.scss */
    .mobile-menu .submenu.level-3 > .menu-item.toggled > .menu-link,
    .mobile-menu .submenu.level-3 > .menu-item.active > .menu-link,
    .mobile-menu .submenu.level-3 > .menu-item:hover > .menu-link.menu-item,
    .mobile-menu .submenu.level-3 > .menu-item > .menu-link:hover {
      text-decoration: underline; }

/* line 889, _layout.scss */
.toolbar-opened {
  overflow: hidden; }

/* line 893, _layout.scss */
.toolbar-opened .left-toolbar-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010; }

/*=========================================
  left banner
=========================================*/
/* line 905, _layout.scss */
.left_banner {
  background: #9e1318; }
  /* line 908, _layout.scss */
  .left_banner-block {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 125px;
    padding: 0 30px; }
  /* line 918, _layout.scss */
  .left_banner-title {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 100;
    margin: 0 0 15px; }
  /* line 925, _layout.scss */
  .left_banner-img {
    -webkit-transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -ms-transform: rotate(-7deg);
    -o-transform: rotate(-7deg);
    transform: rotate(-7deg); }

/*=========================================
  TOP TOOLBAR
=========================================*/
/* line 937, _layout.scss */
.top-toolbar {
  background: #181818;
  color: #ffffff;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.3);
  display: none;
  padding-top: 5px;
  padding-bottom: 5px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1050; }
  /* line 951, _layout.scss */
  .top-toolbar .search-widget-wrapper.dropdown {
    display: inline-block;
    float: left;
    position: static; }
    /* line 956, _layout.scss */
    .top-toolbar .search-widget-wrapper.dropdown .dropdown-toggle {
      background: none; }
      /* line 959, _layout.scss */
      .top-toolbar .search-widget-wrapper.dropdown .dropdown-toggle .icon {
        color: #ffffff;
        font-size: 2rem;
        line-height: 40px;
        padding: 0 10px; }
    /* line 967, _layout.scss */
    .top-toolbar .search-widget-wrapper.dropdown .search-widget-form {
      left: auto;
      right: 0; }
    /* line 972, _layout.scss */
    .top-toolbar .search-widget-wrapper.dropdown .search-input {
      background: #181818;
      -webkit-border-radius: 0 0 0 3px;
      border-radius: 0 0 0 3px; }
  /* line 979, _layout.scss */
  .top-toolbar .search-widget-wrapper {
    display: inline-block;
    height: 40px;
    vertical-align: middle; }
  /* line 985, _layout.scss */
  .top-toolbar .search-widget {
    padding: 0;
    position: relative; }
    /* line 989, _layout.scss */
    .top-toolbar .search-widget .search-input {
      line-height: 38px;
      max-width: 150px;
      opacity: 0;
      padding: 0 10px 0 10px;
      position: absolute;
      right: 0;
      top: 0;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      width: 40px;
      z-index: 10; }
      /* line 1004, _layout.scss */
      .top-toolbar .search-widget .search-input:focus {
        opacity: 1;
        padding: 0 40px 0 10px;
        width: 150px; }
        /* line 1009, _layout.scss */
        .top-toolbar .search-widget .search-input:focus + .search-button {
          z-index: 20; }
          /* line 1012, _layout.scss */
          .top-toolbar .search-widget .search-input:focus + .search-button .icon {
            color: #a8a8a8; }
    /* line 1019, _layout.scss */
    .top-toolbar .search-widget .search-button {
      position: relative; }
    /* line 1023, _layout.scss */
    .top-toolbar .search-widget .icon {
      color: #fff;
      font-size: 33px;
      line-height: 40px; }
  /* line 1030, _layout.scss */
  .top-toolbar .shopcart-link {
    margin-right: 22%; }
  /* line 1034, _layout.scss */
  .top-toolbar .row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  /* line 1042, _layout.scss */
  .top-toolbar a {
    color: #ffffff; }
  /* line 1046, _layout.scss */
  .top-toolbar .phone {
    display: inline-block;
    white-space: nowrap;
    margin-bottom: 0; }
    /* line 1051, _layout.scss */
    .top-toolbar .phone p {
      margin: 0; }
  /* line 1056, _layout.scss */
  .top-toolbar .logotype-image {
    height: 50px; }

/* line 1061, _layout.scss */
.button.left-toolbar-trigger {
  height: 40px;
  overflow: hidden;
  color: #ffffff;
  font-size: 40px;
  line-height: 40px;
  padding: 0 10px; }
  /* line 1069, _layout.scss */
  .button.left-toolbar-trigger .icon {
    line-height: 30px; }

/* line 1076, _layout.scss */
.shopcart-toolbar .shopcart-link {
  color: #ffffff;
  font-size: 30px;
  height: 40px;
  padding: 3px 10px; }
/* line 1083, _layout.scss */
.shopcart-toolbar .icon {
  vertical-align: middle;
  line-height: 30px;
  height: 40px;
  display: inline-block; }
/* line 1090, _layout.scss */
.shopcart-toolbar .shopcart-count {
  font-size: .5em;
  vertical-align: middle;
  display: inline-block;
  position: relative;
  top: -4px; }

@media screen and (max-width: 1024px) {
  /* line 1101, _layout.scss */
  .product-card {
    padding-bottom: 80px !important;
    margin-bottom: -1px; } }
@media screen and (max-width: 768px) {
  /* line 1109, _layout.scss */
  .top-toolbar {
    display: block; }

  /* line 1115, _layout.scss */
  .card-inner div.prod_label {
    font-size: .7rem; }
  /* line 1121, _layout.scss */
  .card-inner .product-prices .price {
    font-size: .8em; } }
@media screen and (max-width: 490px) {
  /* line 1132, _layout.scss */
  .top-toolbar .shopcart-link {
    margin-right: 0; } }
/*=========================================
   PAGE
 =========================================*/
/* line 1141, _layout.scss */
.page-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  height: 100vh;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  -webkit-overflow-scrolling: touch;
  min-width: 320px; }

/* line 1160, _layout.scss */
.page-inner {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  -moz-box-flex: 1;
  flex: 1 0 auto;
  width: 100%; }
  /* line 1168, _layout.scss */
  .page-inner > .container {
    /*padding-right: 0;
    padding-left: 0;*/ }

/* line 1174, _layout.scss */
.page_content {
  background: #ffffff;
  border-bottom: solid 10px #9e1318;
  border-right: solid 10px #9e1318;
  overflow: hidden;
  padding: 0;
  position: relative; }
  /* line 1182, _layout.scss */
  .page_content .row {
    margin: 0; }
  /* line 1186, _layout.scss */
  .page_content [class*=cell-] {
    padding: 0; }

/* line 1191, _layout.scss */
.footer {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  -moz-box-flex: 0;
  flex: 0 0 auto; }

/*=========================================
   WIDGETS
 =========================================*/
/* line 1202, _layout.scss */
.editable-widget {
  position: relative;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) !important;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3) !important;
  margin: 20px 0;
  padding: 20px 0 10px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden; }
  /* line 1212, _layout.scss */
  .editable-widget:hover {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) !important;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3) !important; }

/*=========================================
   bottom_banner
 =========================================*/
/* line 1221, _layout.scss */
.bottom_banner {
  line-height: 0;
  overflow: hidden;
  position: relative; }
  /* line 1226, _layout.scss */
  .bottom_banner-caption {
    position: absolute;
    bottom: 35px;
    left: 25px;
    max-width: 500px; }
  /* line 1233, _layout.scss */
  .bottom_banner-text {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 100;
    line-height: 1em;
    margin-bottom: 0; }
  /* line 1241, _layout.scss */
  .bottom_banner .bottom_banner-linck {
    border-width: 0 !important;
    margin-top: 20px; }

/* line 1247, _layout.scss */
.select-field-label {
  vertical-align: middle; }

/* line 1250, _layout.scss */
.select-wrapper-block {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  right: 4px;
  top: 3px;
  width: auto !important;
  max-width: 50%; }

/* line 1259, _layout.scss */
.select_list {
  background: #ffffff;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: solid 1px transparent;
  -webkit-box-shadow: 0 0 0 0 #a6a6a6;
  box-shadow: 0 0 0 0 #a6a6a6;
  left: 0;
  overflow: hidden;
  padding: 10px;
  position: absolute;
  top: 0;
  -webkit-transition: border-color .3s ease, -webkit-box-shadow .3s ease;
  transition: border-color .3s ease, -webkit-box-shadow .3s ease;
  -o-transition: border-color .3s ease, box-shadow .3s ease;
  -moz-transition: border-color .3s ease, box-shadow .3s ease;
  transition: border-color .3s ease, box-shadow .3s ease;
  transition: border-color .3s ease, box-shadow .3s ease, -webkit-box-shadow .3s ease;
  white-space: nowrap; }
  /* line 1279, _layout.scss */
  .select_list.hover {
    border-color: #d8d8d8;
    -webkit-box-shadow: 1px 1px 0 0 #a6a6a6, 2px 2px 0 0 #a6a6a6, 3px 3px 0 0 #a6a6a6;
    box-shadow: 1px 1px 0 0 #a6a6a6, 2px 2px 0 0 #a6a6a6, 3px 3px 0 0 #a6a6a6;
    z-index: 20; }
  /* line 1286, _layout.scss */
  .select_list-label {
    display: inline-block;
    vertical-align: middle; }
  /* line 1295, _layout.scss */
  .select_list-item[data-selected=true] .select_list-text {
    color: #3a3a3a; }
  /* line 1300, _layout.scss */
  .select_list-item + .select_list-item {
    margin-top: 20px; }
  /* line 1305, _layout.scss */
  .select_list-text {
    border-bottom: dashed 1px #3a3a3a;
    color: #9e1318;
    cursor: pointer;
    text-transform: lowercase; }
    /* line 1311, _layout.scss */
    .select_list-text:hover {
      color: #3a3a3a; }

/* line 1317, _layout.scss */
.favorites-remove {
  font-size: 3em;
  line-height: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  color: #9e1318; }
  /* line 1330, _layout.scss */
  .favorites-remove:before {
    font-size: 3em; }
  /* line 1334, _layout.scss */
  .favorites-remove:hover {
    color: #a8a8a8; }

@media screen and (max-width: 768px) {
  /* line 1341, _layout.scss */
  .bottom_banner {
    min-height: 200px; }
    /* line 1344, _layout.scss */
    .bottom_banner img {
      height: auto;
      /*left: 50%;*/
      max-width: 100%;
      /*position: absolute;
      -webkit-transform: translate(-50%,0);
         -moz-transform: translate(-50%,0);
          -ms-transform: translate(-50%,0);
           -o-transform: translate(-50%,0);
              transform: translate(-50%,0);
      width: auto;*/ } }
@media screen and (max-width: 1200px) {
  /* line 1361, _layout.scss */
  div.product-caption {
    font-size: 1rem; } }
@media screen and (min-width: 769px) and (max-width: 1200px) {
  /* line 1370, _layout.scss */
  .main-header + .container {
    padding-left: 15px;
    padding-right: 15px; } }
@media screen and (max-width: 768px) {
  /* line 1379, _layout.scss */
  .page-wrapper {
    padding-top: 50px; }

  /* line 1383, _layout.scss */
  .left_banner-block {
    padding-bottom: 20px;
    padding-top: 20px; }
    /* line 1387, _layout.scss */
    .left_banner-block > div:nth-of-type(1) {
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -moz-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
    /* line 1395, _layout.scss */
    .left_banner-block .left_banner-img {
      margin-bottom: 20px; } }
@media screen and (max-width: 490px) {
  /* line 1403, _layout.scss */
  .left_sitebar,
  .page_content {
    border-right-width: 0; }

  /* line 1410, _layout.scss */
  .left_banner-block > div:nth-of-type(1) {
    -webkit-box-ordinal-group: inherit;
    -webkit-order: inherit;
    -moz-box-ordinal-group: inherit;
    -ms-flex-order: inherit;
    order: inherit; }

  /* line 1419, _layout.scss */
  .footer {
    background: #181818;
    padding-top: 40px; } }
/* line 1425, _layout.scss */
#own_preloader {
  z-index: 999; }
  /* line 1430, _layout.scss */
  #own_preloader g:nth-of-type(1) circle {
    stroke: #a8a8a8; }
  /* line 1433, _layout.scss */
  #own_preloader g:nth-of-type(2) circle {
    stroke: #9e1318; }

/* line 1439, _layout.scss */
.tt-suggestion.tt-cursor,
.tt-footer.tt-cursor {
  background-color: #9e1318 !important; }

/* line 1444, _layout.scss */
.right-logo {
  display: flex;
  align-items: center; }

@media (max-width: 900px) {
  /* line 1449, _layout.scss */
  .main-menu > .menu-item {
    margin: 0 10px 0 0; } }
@media screen and (max-width: 1024px) {
  /* line 1456, _layout.scss */
  .main-menu > .menu-item {
    margin: 0 10px 0 0; } }
@media screen and (max-width: 768px) {
  /* line 1461, _layout.scss */
  .top-toolbar .shopcart-link {
    margin-right: 2%; } }
/* line 1465, _layout.scss */
.contacts {
  white-space: nowrap; }

/* line 1468, _layout.scss */
.main-menu {
  white-space: nowrap; }

/* line 1471, _layout.scss */
.shopcart-toolbar {
  white-space: nowrap; }

/* line 1477, _layout.scss */
.created-by a {
  text-decoration: underline; }
  /* line 1479, _layout.scss */
  .created-by a:hover {
    text-decoration: none;
    border-bottom: none; }

/* line 1487, _layout.scss */
.goodlookin_logo {
  content: url("https://assets3.insales.ru/assets/1/1390/796014/v_1514705189/build/GOODLOOKIN_MARK.svg"); }
  /* line 1489, _layout.scss */
  .goodlookin_logo:hover {
    content: url("https://assets3.insales.ru/assets/1/1390/796014/v_1514705189/build/GOODLOOKIN_MARK_2.svg"); }

/* line 1494, _layout.scss */
.promo-slider-wrapper {
  margin: 0 auto 0;
  max-width: 2000px; }

/* line 1500, _layout.scss */
.slider_wrap {
  background: #f9f9f9; }

/* line 1507, _layout.scss */
a.button.button-preorder-small {
  padding: 0;
  border-radius: 9px;
  line-height: 30px;
  width: 40px; }
  /* line 1512, _layout.scss */
  a.button.button-preorder-small span {
    display: inline-block !important;
    white-space: normal;
    text-align: center;
    font-size: 12px !important;
    line-height: 1.1;
    padding-left: 1px;
    font-weight: 500;
    vertical-align: middle !important; }
  /* line 1520, _layout.scss */
  a.button.button-preorder-small i {
    display: none; }

/*=========================================
  PRODUCT
=========================================*/
/* line 6, _product.scss */
body.product .product-caption {
  border-left: solid 1px #d8d8d8;
  position: relative;
  z-index: 18; }
  /* line 11, _product.scss */
  body.product .product-caption > * {
    padding: 30px 10px 30px 30px; }
    /* line 14, _product.scss */
    body.product .product-caption > * + * {
      border-top: solid 1px #d8d8d8; }
    /* line 18, _product.scss */
    body.product .product-caption > *:last-of-type {
      border-bottom: solid 1px #d8d8d8;
      margin-bottom: -1px; }
  /* line 24, _product.scss */
  body.product .product-caption .product-link {
    color: #545353; }
/* line 31, _product.scss */
body.product .product-favorites-linck {
  font-size: 1rem; }
  /* line 34, _product.scss */
  body.product .product-favorites-linck svg,
  body.product .product-favorites-linck span {
    color: #222222;
    fill: #222222;
    margin-right: 10px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    vertical-align: middle; }
  /* line 49, _product.scss */
  body.product .product-favorites-linck:hover svg,
  body.product .product-favorites-linck:hover span, body.product .product-favorites-linck[data-favorite-status=true] svg,
  body.product .product-favorites-linck[data-favorite-status=true] span {
    color: #9e1318;
    fill: #9e1318; }
/* line 57, _product.scss */
body.product .product-favorites .go_to_favorites {
  margin-left: 40px; }
/* line 61, _product.scss */
body.product .product-favorites-block {
  display: inline-block; }
/* line 66, _product.scss */
body.product .product-content {
  font-size: .9rem;
  line-height: 1.4em;
  padding: 15px 30px 0 30px; }

/* line 77, _product.scss */
.product_delivery-item + .product_delivery-item {
  margin-top: 25px; }
/* line 82, _product.scss */
.product_delivery-title {
  font-size: 1rem;
  font-weight: 500; }
/* line 87, _product.scss */
.product_delivery-text {
  color: #777777;
  font-size: 1rem;
  line-height: 1.5em; }
  /* line 92, _product.scss */
  .product_delivery-text p {
    display: inline-block;
    margin: 0; }
/* line 98, _product.scss */
.product_delivery-price {
  display: inline-block; }

/*  Product caption
-----------------------------------------*/
/* line 105, _product.scss */
.card-inner {
  font-weight: 100;
  height: 100%; }
  /* line 109, _product.scss */
  .card-inner .prod_label {
    background: #9e1318;
    color: #fff;
    font-size: 1rem;
    left: 30px;
    line-height: 35px;
    padding: 0 15px;
    position: absolute;
    text-transform: uppercase;
    top: 30px;
    z-index: 18; }
    /* line 121, _product.scss */
    .card-inner .prod_label.empty {
      background: #fff;
      border: solid 1px #9e1318;
      color: #666666; }
  /* line 128, _product.scss */
  .card-inner .product-photo {
    height: 270px;
    text-align: center;
    position: relative;
    z-index: 5; }
    /* line 134, _product.scss */
    .card-inner .product-photo .product-image {
      left: 50%;
      opacity: 1;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
  /* line 151, _product.scss */
  .card-inner .second-image {
    -o-background-size: cover;
    background-size: cover;
    height: 110%;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    visibility: hidden;
    width: 110%;
    z-index: 17; }
    /* line 172, _product.scss */
    .card-inner .second-image a {
      display: block;
      height: 100%; }
  /* line 178, _product.scss */
  .card-inner .product-prices {
    bottom: 18px;
    display: inline-block;
    font-size: 1.2rem;
    left: 30px;
    position: absolute;
    text-transform: capitalize;
    vertical-align: middle;
    width: -webkit-calc(100% - 95px);
    width: -moz-calc(100% - 95px);
    width: calc(100% - 95px);
    z-index: 18; }
    /* line 191, _product.scss */
    .card-inner .product-prices .price {
      vertical-align: middle; }
    /* line 195, _product.scss */
    .card-inner .product-prices .old-price {
      font-size: .8rem;
      margin: 0 0 0 10px;
      text-decoration: line-through;
      vertical-align: middle; }
  /* line 203, _product.scss */
  .card-inner .product-control {
    bottom: 15px;
    display: inline-block;
    position: absolute;
    right: 30px;
    vertical-align: middle;
    z-index: 18; }
  /* line 214, _product.scss */
  .card-inner.hover:hover .product-image.hover {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    -moz-transform: translate(-50%, -50%) scale(0.5);
    -ms-transform: translate(-50%, -50%) scale(0.5);
    -o-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5); }
  /* line 223, _product.scss */
  .card-inner.hover:hover .second-image {
    height: 100%;
    opacity: 1;
    visibility: visible;
    width: 100%; }
  /* line 230, _product.scss */
  .card-inner.hover:hover .wine_color,
  .card-inner.hover:hover .product-link,
  .card-inner.hover:hover .product-prices {
    color: #fff; }

@media screen and (max-width: 1024px) {
  /* line 242, _product.scss */
  .card-inner .second-image {
    display: none; }
  /* line 246, _product.scss */
  .card-inner .wine_color,
  .card-inner .product-link,
  .card-inner .product-prices {
    color: #000 !important; } }
/* line 254, _product.scss */
.wine_color {
  font-size: .9rem;
  margin: 2px 0 3px;
  position: relative;
  z-index: 18; }
  /* line 260, _product.scss */
  .wine_color-block {
    display: inline-block;
    height: 10px;
    margin-right: 8px;
    width: 10px; }

/* line 268, _product.scss */
.product-title.on-page h1 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1em;
  margin-bottom: 13px;
  padding: 0; }

/* line 276, _product.scss */
.second_free {
  font-size: .98rem;
  line-height: 1em; }

/* line 281, _product.scss */
.product-introtext.on-page {
  margin-bottom: 30px; }

/* line 285, _product.scss */
.product-prices.on-page {
  margin-bottom: 30px;
  margin-top: 5px; }
  /* line 289, _product.scss */
  .product-prices.on-page .price {
    font-size: 3em;
    font-weight: 400;
    margin-bottom: 10px; }
  /* line 295, _product.scss */
  .product-prices.on-page .old-price {
    color: #565656;
    display: inline-block;
    font-size: 1.5em;
    margin-right: 5px;
    -webkit-text-decoration-color: #9e1318;
    -moz-text-decoration-color: #9e1318;
    text-decoration-color: #9e1318;
    -webkit-text-decoration-line: line-through;
    -moz-text-decoration-line: line-through;
    text-decoration-line: line-through;
    vertical-align: middle; }
  /* line 309, _product.scss */
  .product-prices.on-page .label-discount {
    color: #9e1318;
    display: inline-block;
    font-size: 1.5em;
    vertical-align: middle; }
  /* line 316, _product.scss */
  .product-prices.on-page .weight {
    color: #777777;
    font-size: 1em; }

/* line 322, _product.scss */
.option-selectors {
  margin-bottom: 20px; }
  /* line 325, _product.scss */
  .option-selectors .option-item {
    margin-bottom: 10px; }
  /* line 329, _product.scss */
  .option-selectors .select-wrapper {
    margin-bottom: 0; }

/* line 334, _product.scss */
.product-article {
  margin-bottom: 20px; }

/* line 340, _product.scss */
.product-control .button-buy {
  background: transparent;
  -webkit-box-shadow: inset 0 0 0 30px #9e1318;
  box-shadow: inset 0 0 0 30px #9e1318;
  height: 35px;
  padding: 0;
  position: relative;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  width: 35px; }
  /* line 353, _product.scss */
  .product-control .button-buy svg {
    fill: #fff;
    height: 21px !important;
    left: -webkit-calc(50% - 13px);
    left: -moz-calc(50% - 13px);
    left: calc(50% - 13px);
    position: absolute;
    top: -webkit-calc(50% - 10px);
    top: -moz-calc(50% - 10px);
    top: calc(50% - 10px);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
  /* line 369, _product.scss */
  .product-control .button-buy:hover {
    background: transparent !important;
    -webkit-box-shadow: inset 0 0 0 1px #9e1318;
    box-shadow: inset 0 0 0 1px #9e1318; }
    /* line 374, _product.scss */
    .product-control .button-buy:hover svg {
      fill: #9e1318; }
/* line 382, _product.scss */
.product-control.on-page .counter {
  display: inline-block;
  max-width: 180px;
  padding-left: 55px;
  padding-right: 55px;
  position: relative;
  width: auto; }
/* line 391, _product.scss */
.product-control.on-page .buy {
  width: auto; }
/* line 395, _product.scss */
.product-control.on-page .button-buy {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  height: 50px;
  padding: 0 25px;
  width: auto; }
  /* line 402, _product.scss */
  .product-control.on-page .button-buy:hover {
    color: #9e1318; }
  /* line 406, _product.scss */
  .product-control.on-page .button-buy .icon,
  .product-control.on-page .button-buy .button-text {
    vertical-align: middle; }
  /* line 411, _product.scss */
  .product-control.on-page .button-buy .icon {
    margin-right: 5px; }
  /* line 415, _product.scss */
  .product-control.on-page .button-buy .button-text {
    font-size: 1.2rem; }
/* line 420, _product.scss */
.product-control.on-page .button-number {
  background: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: solid 2px #d8d8d8;
  font-size: 2.6rem;
  height: 50px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition: border .3s ease;
  -o-transition: border .3s ease;
  -moz-transition: border .3s ease;
  transition: border .3s ease;
  vertical-align: top;
  width: 50px; }
  /* line 437, _product.scss */
  .product-control.on-page .button-number:hover {
    border-color: #9E1318; }
  /* line 441, _product.scss */
  .product-control.on-page .button-number.count-up {
    right: 0; }
  /* line 444, _product.scss */
  .product-control.on-page .button-number.count-down {
    left: 0; }
/* line 449, _product.scss */
.product-control.on-page .input-number {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: solid 1px #a8a8a8;
  font-size: 1.6rem;
  height: 50px;
  margin: 0;
  text-align: center;
  -webkit-transition: border .3s ease;
  -o-transition: border .3s ease;
  -moz-transition: border .3s ease;
  transition: border .3s ease;
  vertical-align: top;
  width: 100%; }
  /* line 464, _product.scss */
  .product-control.on-page .input-number:hover, .product-control.on-page .input-number:focus {
    border-color: #9E1318; }
/* line 470, _product.scss */
.product-control.on-page .counter-wrapper,
.product-control.on-page .compare-control,
.product-control.on-page .buy,
.product-control.on-page .share {
  padding-top: 10px;
  padding-bottom: 10px; }

/* line 482, _product.scss */
.share-title {
  color: #474747;
  display: inline-block;
  font-size: 1rem;
  margin-bottom: 30px; }
/* line 491, _product.scss */
.share .ya-share2__container_size_m .ya-share2__badge {
  -webkit-border-radius: 30px;
  border-radius: 30px; }
/* line 496, _product.scss */
.share .ya-share2__container_size_m .ya-share2__icon {
  background-position: center !important;
  background-repeat: no-repeat !important;
  -o-background-size: 32px !important;
  background-size: 32px !important;
  height: 40px;
  width: 40px; }
/* line 505, _product.scss */
.share .ya-share2__container_size_m .ya-share2__counter {
  font-size: 15px;
  line-height: 40px;
  padding: 0 15px 0 8px; }

/* line 514, _product.scss */
.product-order-variant .notice {
  margin: 0; }

/* line 519, _product.scss */
.properties-table {
  width: 100%; }
  /* line 522, _product.scss */
  .properties-table td {
    color: 474747;
    font-size: 1rem;
    padding-bottom: 25px; }
  /* line 530, _product.scss */
  .properties-table .property-value + .property-value:before {
    content: ', '; }

@media screen and (max-width: 768px) {
  /* line 538, _product.scss */
  div.product-gallery {
    padding: 15px 20px !important; }
    /* line 541, _product.scss */
    div.product-gallery .product-characteristics-block {
      padding-left: 0; }
    /* line 547, _product.scss */
    div.product-gallery-block > div:first-of-type {
      margin-bottom: 20px; } }
@media screen and (max-width: 380px) {
  /* line 560, _product.scss */
  .option-selectors .option-item label {
    margin-bottom: 5px; } }
@media screen and (max-width: 490px) {
  /* line 572, _product.scss */
  body.product .gallery-thumbs-wrapper {
    display: none; }
  /* line 578, _product.scss */
  body.product .gallery-main-wrapper .slide-image {
    max-height: 240px !important; }
  /* line 583, _product.scss */
  body.product .product-gallery {
    border-bottom: solid 1px #d8d8d8;
    margin: 0; }
  /* line 590, _product.scss */
  body.product .product-caption > * {
    padding: 10px 0 10px 20px; } }
/*  Product gallery
-----------------------------------------*/
/* line 599, _product.scss */
.product-gallery {
  margin-bottom: 20px;
  padding: 40px 0 0 30px !important; }
  /* line 604, _product.scss */
  .product-gallery:hover .gallery-thumbs-prev,
  .product-gallery:hover .gallery-thumbs-next {
    opacity: 1;
    visibility: visible; }
  /* line 611, _product.scss */
  .product-gallery .product-gallery-block {
    margin-top: 25px; }
  /* line 615, _product.scss */
  .product-gallery .product-characteristics-block {
    padding-left: 30px; }

@media screen and (max-width: 1024px) {
  /* line 623, _product.scss */
  .product-gallery .gallery-thumbs-prev,
  .product-gallery .gallery-thumbs-next {
    opacity: 1;
    visibility: visible; } }
/*  Gallery thumbs
-----------------------------------------*/
/* line 633, _product.scss */
.gallery-thumbs-wrapper {
  position: relative; }

/* line 637, _product.scss */
.gallery-thumbs {
  overflow: hidden; }
  /* line 640, _product.scss */
  .gallery-thumbs .swiper-slide {
    background: transparent;
    -webkit-box-shadow: inset 0 0 0 1px #d8d8d8;
    box-shadow: inset 0 0 0 1px #d8d8d8;
    cursor: pointer;
    max-height: 110px;
    padding: 2px;
    text-align: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%; }
  /* line 655, _product.scss */
  .gallery-thumbs .slide-inner {
    display: block;
    font-size: 0;
    height: 100%;
    overflow: hidden;
    text-align: center;
    width: 100%; }
    /* line 663, _product.scss */
    .gallery-thumbs .slide-inner:after {
      content: '';
      display: inline-block;
      height: 100%;
      width: 0;
      vertical-align: middle; }
  /* line 672, _product.scss */
  .gallery-thumbs .swiper-slide.active {
    -webkit-box-shadow: inset 0 0 0 2px #d5999b;
    box-shadow: inset 0 0 0 2px #d5999b; }
  /* line 677, _product.scss */
  .gallery-thumbs img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%; }

/* line 684, _product.scss */
.gallery-thumbs-prev,
.gallery-thumbs-next {
  -webkit-transition: 0.2s ease opacity, 0.2s ease visibility;
  -o-transition: 0.2s ease opacity, 0.2s ease visibility;
  -moz-transition: 0.2s ease opacity, 0.2s ease visibility;
  transition: 0.2s ease opacity, 0.2s ease visibility;
  background: none;
  color: #9e1318;
  cursor: pointer;
  display: block;
  font-size: 30px;
  height: 100%;
  opacity: 0;
  padding: 0 5px;
  position: absolute;
  text-align: center;
  top: 0;
  visibility: hidden;
  z-index: 100; }
  /* line 701, _product.scss */
  .gallery-thumbs-prev.swiper-button-disabled,
  .gallery-thumbs-next.swiper-button-disabled {
    visibility: hidden !important;
    opacity: 0 !important; }

/* line 707, _product.scss */
.gallery-thumbs-prev {
  left: 0; }

/* line 711, _product.scss */
.gallery-thumbs-next {
  right: 0; }

/*  Gallery main
-----------------------------------------*/
/* line 724, _product.scss */
.gallery-main-wrapper {
  position: relative;
  text-align: center; }
  /* line 728, _product.scss */
  .gallery-main-wrapper .gallery-main {
    border: solid 1px #d8d8d8 !important;
    margin: 0 0 10px;
    padding: 0; }
  /* line 734, _product.scss */
  .gallery-main-wrapper .product-image {
    -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3);
    text-align: center; }
  /* line 740, _product.scss */
  .gallery-main-wrapper .product-labels {
    right: 10px; }
  /* line 744, _product.scss */
  .gallery-main-wrapper button[class*=gallery-main-] {
    position: absolute;
    top: 0;
    height: 100%;
    padding: 0 5px;
    z-index: 10;
    background: none; }
    /* line 752, _product.scss */
    .gallery-main-wrapper button[class*=gallery-main-] i {
      font-size: 4em;
      color: #d8d8d8; }
  /* line 757, _product.scss */
  .gallery-main-wrapper .gallery-main-prev {
    left: 0; }
  /* line 760, _product.scss */
  .gallery-main-wrapper .gallery-main-next {
    right: 0; }

/* line 765, _product.scss */
.gallery-main {
  margin: -5px;
  padding: 5px; }
  /* line 769, _product.scss */
  .gallery-main .swiper-slide {
    background: #ffffff;
    position: relative; }
  /* line 774, _product.scss */
  .gallery-main .slide-inner {
    background: #ffffff;
    position: relative;
    height: 100%;
    width: 100%; }
  /* line 781, _product.scss */
  .gallery-main .image-wrapper {
    display: inline-block;
    height: 100%;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%; }
  /* line 790, _product.scss */
  .gallery-main img {
    max-width: 100%;
    max-height: 100%; }

/*  Compare control
-----------------------------------------*/
/* line 798, _product.scss */
.compare-link {
  height: 40px;
  padding: 12px 0;
  display: inline-block;
  color: #555555;
  font-size: 1em;
  border-color: black;
  text-decoration: none;
  white-space: nowrap; }
  /* line 808, _product.scss */
  .compare-link:hover {
    text-decoration: none; }
  /* line 812, _product.scss */
  .compare-link .link-text {
    border-bottom: 1px dashed #555555; }

/* line 817, _product.scss */
.compare-link.compare-add.active {
  display: none; }
  /* line 820, _product.scss */
  .compare-link.compare-add.active + .compare-link.compare-delete {
    display: inline-block; }

/* line 825, _product.scss */
.compare-link.compare-delete {
  color: #dd3f46;
  border: none;
  display: none;
  padding: 12px 0;
  text-decoration: none; }
  /* line 832, _product.scss */
  .compare-link.compare-delete .link-text {
    border: none; }

/*  Product content
-----------------------------------------*/
/* line 839, _product.scss */
.product-tabs-menu {
  display: block;
  border-bottom: 1px solid #d8d8d8; }
  /* line 843, _product.scss */
  .product-tabs-menu > .tabs-item {
    margin-right: 15px; }
    /* line 846, _product.scss */
    .product-tabs-menu > .tabs-item > .tabs-link {
      color: #252525;
      display: inline-block;
      font-size: 1em;
      padding: 15px 0;
      color: #3a3a3a;
      text-decoration: none; }
      /* line 327, mixins.scss */
      .product-tabs-menu > .tabs-item > .tabs-link:hover {
        color: #9e1318;
        text-decoration: none; }
  /* line 855, _product.scss */
  .product-tabs-menu > .tabs-item.active > .tabs-link,
  .product-tabs-menu > .tabs-item:hover > .tabs-link,
  .product-tabs-menu > .tabs-item > .tabs-link:hover {
    color: #a8a8a8;
    text-decoration: underline; }

/* line 865, _product.scss */
.product-tabs-list .tab-block {
  padding: 20px 0; }

/*  Product reviews
-----------------------------------------*/
/* line 874, _product.scss */
.reviews-form-wrapper .review-form-toggle {
  margin-bottom: 20px; }

/*  Reviews-item
-----------------------------------------*/
/* line 881, _product.scss */
.reviews-item {
  border-bottom: 2px solid lightgray;
  margin-bottom: 15px; }

/* line 886, _product.scss */
.review-header {
  color: #3a3a3a;
  font-family: "Cuprum";
  font-size: .9em;
  margin-bottom: 10px; }
  /* line 892, _product.scss */
  .review-header .author,
  .review-header .date {
    display: inline-block; }
  /* line 897, _product.scss */
  .review-header .date {
    border-left: 1px solid #d8d8d8;
    margin-left: 10px;
    padding-left: 10px; }
  /* line 903, _product.scss */
  .review-header .star-rating-wrapper {
    display: inline-block;
    float: none;
    vertical-align: middle;
    border-left: 1px solid #eeeeee;
    margin-left: 10px;
    padding-left: 10px; }

/* line 913, _product.scss */
.review-footer:after {
  content: '';
  clear: both;
  display: table;
  height: 0;
  font-size: 0;
  vertical-align: top;
  width: 100%; }

/* line 923, _product.scss */
.one-click {
  font-size: 1.1rem;
  font-weight: 100;
  margin-top: 15px; }

/* line 931, _product.scss */
.similar-products .block-header {
  margin-left: 30px; }

/*=========================================
  SCAFFOLDING
=========================================*/
@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
@media screen and (max-width: 768px) {
  /* line 22, _scaffolding.scss */
  body {
    padding-top: 63px; } }
/* line 27, _scaffolding.scss */
* {
  outline: none !important; }

/* line 31, _scaffolding.scss */
body {
  background: #ffffff;
  color: #3a3a3a;
  font-family: "Roboto";
  font-size: 13px; }

/* line 38, _scaffolding.scss */
select option:disabled {
  color: #ccc; }

/* Insales editor
-----------------------------------------*/
/* line 76, _scaffolding.scss */
.insales-editable, .insales-rich-editable, .insales-editable-content {
  display: inline-block;
  cursor: text;
  outline: 1px dotted #333 !important;
  padding: 5px 10px;
  width: 100%; }
  /* line 83, _scaffolding.scss */
  .insales-editable a, .insales-rich-editable a, .insales-editable-content a {
    border: none;
    text-decoration: none; }

/* line 89, _scaffolding.scss */
.title-content {
  margin-bottom: 20px; }

/* line 93, _scaffolding.scss */
hr.separator {
  border: none;
  border-top: 1px solid #d8d8d8; }

/*  Tricks
-----------------------------------------*/
/* line 100, _scaffolding.scss */
.with-object-fit.is-trick {
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center; }
  /* line 106, _scaffolding.scss */
  .with-object-fit.is-trick img {
    opacity: 0; }

/*  Status
-----------------------------------------*/
/* line 112, _scaffolding.scss */
.is-error,
.error {
  color: #dd3f46; }
  /* line 116, _scaffolding.scss */
  .is-error input[type="text"],
  .is-error input[type="email"],
  .is-error input[type="password"],
  .is-error textarea,
  .error input[type="text"],
  .error input[type="email"],
  .error input[type="password"],
  .error textarea {
    border-color: #dd3f46;
    color: #dd3f46; }

/*  Buttons
-----------------------------------------*/
/* line 127, _scaffolding.scss */
.button {
  font-family: inherit;
  font-size: 13px; }
  /* line 131, _scaffolding.scss */
  .button.is-simple {
    font-size: 13px; }
  /* line 135, _scaffolding.scss */
  .button.show_more {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: table;
    margin: 30px auto;
    min-width: 150px; }

/* line 144, _scaffolding.scss */
.button-circle {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  font-size: 24px;
  height: 50px;
  padding: 11px 8px;
  width: 50px; }
  /* line 152, _scaffolding.scss */
  .button-circle.is-gray {
    background: #eeeeee;
    color: #000; }
    /* line 156, _scaffolding.scss */
    .button-circle.is-gray:hover {
      background: #000;
      color: #fff; }
  /* line 162, _scaffolding.scss */
  .button-circle.is-primary {
    background: #9e1318;
    color: #ffffff; }
    /* line 166, _scaffolding.scss */
    .button-circle.is-primary:hover {
      background: #000;
      color: #fff; }

/* line 173, _scaffolding.scss */
.button-grey {
  background: #eeeeee;
  color: #000;
  padding: 9px 12px 10px; }
  /* line 178, _scaffolding.scss */
  .button-grey:hover, .button-grey.active {
    background: #9e1318;
    color: #fff; }

/* line 185, _scaffolding.scss */
.button-action {
  padding: 15px 0; }
  /* line 188, _scaffolding.scss */
  .button-action .button-text {
    color: #555555;
    border-bottom: 1px dashed; }
  /* line 193, _scaffolding.scss */
  .button-action.is-bigger {
    font-size: 1.2em; }

/* line 198, _scaffolding.scss */
.button.button-primary {
  background: #9e1318;
  color: #ffffff;
  font-family: "Roboto";
  font-size: 0;
  padding: 9px 12px;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }
  /* line 209, _scaffolding.scss */
  .button.button-primary:hover, .button.button-primary.active {
    background: #a8a8a8;
    color: #fff; }
  /* line 215, _scaffolding.scss */
  .button.button-primary.revers {
    background: #a8a8a8; }
    /* line 218, _scaffolding.scss */
    .button.button-primary.revers:hover, .button.button-primary.revers.active {
      background: #9e1318;
      color: #fff; }
  /* line 225, _scaffolding.scss */
  .button.button-primary .button-text,
  .button.button-primary .button-icon {
    font-size: 13px;
    display: inline-block;
    vertical-align: middle; }
  /* line 232, _scaffolding.scss */
  .button.button-primary:after {
    content: ' ';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0; }

/* line 241, _scaffolding.scss */
.button-default {
  background: #fff;
  border: 1px solid #777777;
  color: #555555;
  padding: 10px 12px; }
  /* line 247, _scaffolding.scss */
  .button-default:hover,
  .button-default .active {
    background: #252525;
    color: #fff; }

/* line 254, _scaffolding.scss */
.button-error {
  background: #dd3f46;
  color: #fff;
  padding: 10px 12px; }
  /* line 259, _scaffolding.scss */
  .button-error:hover,
  .button-error .active {
    background: #252525;
    color: #fff; }

/* line 269, _scaffolding.scss */
.toggled .button-grey,
.active .button-grey {
  background: #9e1318;
  color: #ffffff; }

/*  Checkbox
-----------------------------------------*/
/* line 277, _scaffolding.scss */
.checkbox-field {
  cursor: pointer;
  display: none; }
  /* line 281, _scaffolding.scss */
  .checkbox-field:checked + .checkbox-label {
    color: #9e1318; }
    /* line 284, _scaffolding.scss */
    .checkbox-field:checked + .checkbox-label:before {
      content: '\f3ff'; }

/* line 289, _scaffolding.scss */
.checkbox-field {
  cursor: pointer;
  display: none; }
  /* line 293, _scaffolding.scss */
  .checkbox-field:checked + .checkbox-label {
    color: #9e1318; }
    /* line 296, _scaffolding.scss */
    .checkbox-field:checked + .checkbox-label:before {
      content: '\f3ff'; }

/* line 302, _scaffolding.scss */
.checkbox-label {
  cursor: pointer;
  display: inline-block;
  padding-left: 23px;
  min-height: 23px;
  padding-top: 1px;
  position: relative; }
  /* line 310, _scaffolding.scss */
  .checkbox-label:before {
    font-family: "Ionicons";
    content: '\f401';
    display: block;
    font-size: 20px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 1px;
    height: 20px;
    width: 20px; }

/*  Radio
-----------------------------------------*/
/* line 326, _scaffolding.scss */
.radio-field {
  display: none; }
  /* line 329, _scaffolding.scss */
  .radio-field:checked + .radio-label {
    color: #9e1318; }
    /* line 332, _scaffolding.scss */
    .radio-field:checked + .radio-label:before {
      content: '\f192'; }

/* line 338, _scaffolding.scss */
.radio-label {
  cursor: pointer;
  padding-left: 20px;
  position: relative; }
  /* line 343, _scaffolding.scss */
  .radio-label:before {
    font-family: "Ionicons";
    content: '\f10c';
    display: block;
    position: absolute;
    top: 2px;
    left: 0; }

/*  Forms
-----------------------------------------*/
/* line 355, _scaffolding.scss */
.form-row {
  margin-bottom: 10px; }

/* line 359, _scaffolding.scss */
.form-field {
  border: 1px solid #eeeeee;
  padding: 7px 10px;
  margin-bottom: 5px;
  width: 100%; }

/* line 366, _scaffolding.scss */
.form-header {
  margin-bottom: 20px; }

/*  Dropdown
-----------------------------------------*/
/* line 374, _scaffolding.scss */
.dropdown.is-absolute {
  position: relative; }
  /* line 377, _scaffolding.scss */
  .dropdown.is-absolute .dropdown-block {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1100; }
/* line 387, _scaffolding.scss */
.dropdown.toggled > .dropdown-block {
  display: block; }

/* line 393, _scaffolding.scss */
.dropdown-block {
  display: none; }

/* line 397, _scaffolding.scss */
.dropdown-toggle {
  position: relative; }

/* line 401, _scaffolding.scss */
.dropdown-icon {
  -webkit-transition: 0.2s ease transform;
  -o-transition: 0.2s ease transform;
  -moz-transition: 0.2s ease transform;
  transition: 0.2s ease transform; }

/* line 405, _scaffolding.scss */
.dropdown-block-control {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-flex: row;
  -webkit-flex: row nowrap;
  -moz-box-flex: row;
  -ms-flex: row nowrap;
  flex: row nowrap;
  font-size: 0;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -moz-box-pack: justify;
  justify-content: space-between;
  width: 100%; }

/*  Magnific popup - modal
-----------------------------------------*/
/* line 432, _scaffolding.scss */
.modal {
  max-width: 400px;
  margin: 0 auto;
  position: relative; }
  /* line 437, _scaffolding.scss */
  .modal.modal-md {
    max-width: 700px; }
  /* line 441, _scaffolding.scss */
  .modal.modal-lg {
    max-width: 1000px; }
  /* line 445, _scaffolding.scss */
  .modal.modal-preview {
    max-width: 930px; }

/* line 450, _scaffolding.scss */
.modal-header {
  margin-top: 0; }

/* line 454, _scaffolding.scss */
.modal-inner {
  background: #ffffff;
  color: #3a3a3a;
  padding: 30px; }
  /* line 373, mixins.scss */
  .modal-inner:after {
    content: "";
    display: table;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; }

/* line 462, _scaffolding.scss */
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */ }
  /* line 465, _scaffolding.scss */
  .mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }
  /* line 478, _scaffolding.scss */
  .mfp-zoom-in.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out; }
  /* line 488, _scaffolding.scss */
  .mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  /* line 496, _scaffolding.scss */
  .mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: 0.7; }
  /* line 504, _scaffolding.scss */
  .mfp-zoom-in.mfp-removing .mfp-with-anim {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0; }
  /* line 512, _scaffolding.scss */
  .mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0; }

/* line 520, _scaffolding.scss */
.mfp-close-btn-in .mfp-close {
  color: #d8d8d8;
  cursor: pointer !important;
  font-size: 2.8rem;
  opacity: 1;
  padding: 0;
  right: 0;
  text-align: center;
  top: 0;
  width: 44px;
  z-index: 9001; }

/* line 537, _scaffolding.scss */
.mfp-close-btn-in .modal .mfp-close {
  top: 0; }

/*  Notices
-----------------------------------------*/
/* line 543, _scaffolding.scss */
.notice {
  border: 1px solid transparent;
  display: table;
  margin: 20px auto;
  padding: 9px; }
  /* line 340, mixins.scss */
  .notice h2, .notice h3, .notice h4 {
    margin-top: 0;
    color: inherit; }
  /* line 345, mixins.scss */
  .notice > p,
  .notice > ul {
    margin-bottom: 0; }
  /* line 350, mixins.scss */
  .notice > p + p {
    margin-top: 5px; }
  /* line 546, _scaffolding.scss */
  .notice p {
    margin: 5px 0; }

/* line 551, _scaffolding.scss */
.notice-success {
  background-color: #80c780;
  border-color: #5cb85c;
  color: #163216; }
  /* line 361, mixins.scss */
  .notice-success hr {
    border-top-color: #4cae4c; }
  /* line 365, mixins.scss */
  .notice-success a {
    color: #060f06; }

/* line 555, _scaffolding.scss */
.notice-info {
  background-color: #85d0e7;
  border-color: #5bc0de;
  color: #124a5b; }
  /* line 361, mixins.scss */
  .notice-info hr {
    border-top-color: #46b8da; }
  /* line 365, mixins.scss */
  .notice-info a {
    color: #0a2730; }

/* line 559, _scaffolding.scss */
.notice-warning {
  background-color: #f4c37d;
  border-color: #f0ad4e;
  color: #694109; }
  /* line 361, mixins.scss */
  .notice-warning hr {
    border-top-color: #eea236; }
  /* line 365, mixins.scss */
  .notice-warning a {
    color: #3a2405; }

/* line 563, _scaffolding.scss */
.notice-error {
  background-color: #e56a70;
  border-color: #dd3f46;
  color: #440c0f; }
  /* line 361, mixins.scss */
  .notice-error hr {
    border-top-color: #d92931; }
  /* line 365, mixins.scss */
  .notice-error a {
    color: #190405; }

/* line 567, _scaffolding.scss */
.notice-sm {
  padding: 5px 10px; }

/*  Alertify plugin - notifier
-----------------------------------------*/
/* line 573, _scaffolding.scss */
.ajs-dialog {
  border: 1px solid #d8d8d8; }

/* line 577, _scaffolding.scss */
.ajs-content {
  padding-right: 0 !important;
  padding-left: 0 !important; }

/* line 582, _scaffolding.scss */
.ajs-dialog,
.ajs-header,
.ajs-body,
.ajs-footer {
  background-color: #ffffff !important;
  color: #3a3a3a !important; }

/* line 590, _scaffolding.scss */
.alertify-notifier.ajs-right .ajs-message {
  background: url("lines-tile.png") 0 0 #232323;
  color: #fff;
  cursor: pointer;
  position: relative;
  width: 290px;
  max-height: 100%;
  padding: 5px 5px 5px 35px;
  -webkit-transition: .2s ease opacity;
  -o-transition: .2s ease opacity;
  -moz-transition: .2s ease opacity;
  transition: .2s ease opacity;
  -webkit-transform: none;
  -ms-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 0;
  right: 290px;
  margin: 10px 0 0; }
  /* line 611, _scaffolding.scss */
  .alertify-notifier.ajs-right .ajs-message a {
    color: #fff; }
  /* line 615, _scaffolding.scss */
  .alertify-notifier.ajs-right .ajs-message:before {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    content: '';
    display: block;
    height: 15px;
    margin-top: -7.5px;
    position: absolute;
    left: 7.5px;
    top: 50%;
    width: 15px;
    z-index: 890; }
  /* line 629, _scaffolding.scss */
  .alertify-notifier.ajs-right .ajs-message:after {
    background: #000;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    z-index: 880; }

/* line 644, _scaffolding.scss */
.alertify-notifier.ajs-right .ajs-message.ajs-visible {
  -webkit-transform: none;
  -ms-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 1; }

/* line 653, _scaffolding.scss */
.alertify-notifier .ajs-message.ajs-success {
  background: #232323; }
  /* line 656, _scaffolding.scss */
  .alertify-notifier .ajs-message.ajs-success:before {
    background: #5cb85c; }

/* line 661, _scaffolding.scss */
.alertify-notifier .ajs-message.ajs-error {
  background: #232323; }
  /* line 664, _scaffolding.scss */
  .alertify-notifier .ajs-message.ajs-error:before {
    background: #dd3f46; }

/* line 669, _scaffolding.scss */
.alertify-notifier .ajs-message.ajs-warning {
  background: #232323; }
  /* line 672, _scaffolding.scss */
  .alertify-notifier .ajs-message.ajs-warning:before {
    background: #f0ad4e; }

/* line 677, _scaffolding.scss */
.alertify-notifier .ajs-message {
  background: #232323; }
  /* line 680, _scaffolding.scss */
  .alertify-notifier .ajs-message:before {
    background: #5bc0de; }

/*  Tooltips
-----------------------------------------*/
/* line 687, _scaffolding.scss */
.tooltipster-light {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: none;
  background-color: rgba(0, 0, 0, 0.9);
  color: #fff; }

/* line 695, _scaffolding.scss */
.tooltipster-light .tooltipster-content {
  font-size: 14px;
  line-height: 14px;
  padding: 6px 12px 8px; }

/* line 701, _scaffolding.scss */
.action-link {
  border-bottom: 1px dashed #555555;
  color: #9e1318;
  text-decoration: none; }
  /* line 327, mixins.scss */
  .action-link:hover {
    color: #a8a8a8;
    text-decoration: none; }
  /* line 705, _scaffolding.scss */
  .action-link:hover {
    border-bottom: 1px solid #fff; }

/*  Editor
-----------------------------------------*/
/* line 714, _scaffolding.scss */
.editor hr {
  border: none;
  background: none;
  border-top: 1px solid #d8d8d8;
  clear: both;
  margin: 10px 0;
  width: auto; }
/* line 732, _scaffolding.scss */
.editor.with-styled-table table {
  border-collapse: collapse;
  border: 1px solid #eeeeee;
  width: 100% !important; }
  /* line 239, mixins.scss */
  .editor.with-styled-table table th {
    text-align: left; }
  /* line 243, mixins.scss */
  .editor.with-styled-table table table col[class*="cell-"] {
    position: static;
    float: none;
    display: table-column; }
  /* line 252, mixins.scss */
  .editor.with-styled-table table table td[class*="cell-"],
  .editor.with-styled-table table table th[class*="cell-"] {
    position: static;
    float: none;
    display: table-cell; }
  /* line 738, _scaffolding.scss */
  .editor.with-styled-table table > tbody > tr:nth-of-type(odd) td {
    background-color: #ffffff;
    color: #3a3a3a; }
  /* line 743, _scaffolding.scss */
  .editor.with-styled-table table > tbody > tr:nth-of-type(even) td {
    background-color: rgba(0, 0, 0, 0.03);
    color: #3a3a3a; }
  /* line 752, _scaffolding.scss */
  .editor.with-styled-table table > thead > tr > th,
  .editor.with-styled-table table > thead > tr > td,
  .editor.with-styled-table table > tbody > tr > th,
  .editor.with-styled-table table > tbody > tr > td,
  .editor.with-styled-table table > tfoot > tr > th,
  .editor.with-styled-table table > tfoot > tr > td {
    border: 1px solid #eeeeee;
    padding: 10px 20px; }
  /* line 760, _scaffolding.scss */
  .editor.with-styled-table table > thead > tr > th,
  .editor.with-styled-table table > thead > tr > td {
    border-bottom-width: 2px; }
/* line 768, _scaffolding.scss */
.editor img {
  height: auto !important;
  margin-bottom: 10px; }
/* line 773, _scaffolding.scss */
.editor a {
  color: #9e1318;
  text-decoration: underline; }
  /* line 327, mixins.scss */
  .editor a:hover {
    color: #a8a8a8;
    text-decoration: none; }
/* line 777, _scaffolding.scss */
.editor input[type="text"],
.editor input[type="email"],
.editor input[type="password"] {
  display: inline-block;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: none;
  vertical-align: top;
  max-width: 100%;
  border: 1px solid #d8d8d8;
  padding: 5px 7px;
  width: 100%; }
  /* line 453, mixins.scss */
  .editor input[type="text"]::-moz-placeholder,
  .editor input[type="email"]::-moz-placeholder,
  .editor input[type="password"]::-moz-placeholder {
    color: #ccc;
    opacity: 1; }
  /* line 457, mixins.scss */
  .editor input[type="text"]:-ms-input-placeholder,
  .editor input[type="email"]:-ms-input-placeholder,
  .editor input[type="password"]:-ms-input-placeholder {
    color: #ccc; }
  /* line 461, mixins.scss */
  .editor input[type="text"]::-webkit-input-placeholder,
  .editor input[type="email"]::-webkit-input-placeholder,
  .editor input[type="password"]::-webkit-input-placeholder {
    color: #ccc; }
  /* line 468, mixins.scss */
  .editor input[type="text"]:focus::-moz-placeholder,
  .editor input[type="email"]:focus::-moz-placeholder,
  .editor input[type="password"]:focus::-moz-placeholder {
    color: #ccc;
    opacity: 0; }
  /* line 472, mixins.scss */
  .editor input[type="text"]:focus:-ms-input-placeholder,
  .editor input[type="email"]:focus:-ms-input-placeholder,
  .editor input[type="password"]:focus:-ms-input-placeholder {
    color: #ccc;
    opacity: 0; }
  /* line 477, mixins.scss */
  .editor input[type="text"]:focus::-webkit-input-placeholder,
  .editor input[type="email"]:focus::-webkit-input-placeholder,
  .editor input[type="password"]:focus::-webkit-input-placeholder {
    color: #ccc;
    opacity: 0; }
  /* line 173, mixins.scss */
  .editor input[type="text"]::-ms-expand,
  .editor input[type="email"]::-ms-expand,
  .editor input[type="password"]::-ms-expand {
    border: 0;
    background-color: transparent; }
  /* line 178, mixins.scss */
  .editor input[type="text"][disabled], .editor input[type="text"][readonly], fieldset[disabled] .editor input[type="text"],
  .editor input[type="email"][disabled],
  .editor input[type="email"][readonly], fieldset[disabled]
  .editor input[type="email"],
  .editor input[type="password"][disabled],
  .editor input[type="password"][readonly], fieldset[disabled]
  .editor input[type="password"] {
    opacity: 1; }
  /* line 184, mixins.scss */
  .editor input[type="text"][disabled], fieldset[disabled] .editor input[type="text"],
  .editor input[type="email"][disabled], fieldset[disabled]
  .editor input[type="email"],
  .editor input[type="password"][disabled], fieldset[disabled]
  .editor input[type="password"] {
    cursor: not-allowed; }
/* line 786, _scaffolding.scss */
.editor textarea {
  display: inline-block;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-image: none;
  vertical-align: top;
  max-width: 100%;
  border: 1px solid #d8d8d8;
  max-width: 100%;
  padding: 5px 7px;
  width: 100%; }
  /* line 453, mixins.scss */
  .editor textarea::-moz-placeholder {
    color: #ccc;
    opacity: 1; }
  /* line 457, mixins.scss */
  .editor textarea:-ms-input-placeholder {
    color: #ccc; }
  /* line 461, mixins.scss */
  .editor textarea::-webkit-input-placeholder {
    color: #ccc; }
  /* line 468, mixins.scss */
  .editor textarea:focus::-moz-placeholder {
    color: #ccc;
    opacity: 0; }
  /* line 472, mixins.scss */
  .editor textarea:focus:-ms-input-placeholder {
    color: #ccc;
    opacity: 0; }
  /* line 477, mixins.scss */
  .editor textarea:focus::-webkit-input-placeholder {
    color: #ccc;
    opacity: 0; }
  /* line 173, mixins.scss */
  .editor textarea::-ms-expand {
    border: 0;
    background-color: transparent; }
  /* line 178, mixins.scss */
  .editor textarea[disabled], .editor textarea[readonly], fieldset[disabled] .editor textarea {
    opacity: 1; }
  /* line 184, mixins.scss */
  .editor textarea[disabled], fieldset[disabled] .editor textarea {
    cursor: not-allowed; }
/* line 794, _scaffolding.scss */
.editor input[type="submit"],
.editor button {
  -webkit-border-radius: 0;
  border-radius: 0;
  border: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  max-width: 100%;
  text-align: center;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  background: #9e1318;
  color: #ffffff;
  max-width: 100%;
  padding: 5px 7px; }
  /* line 215, mixins.scss */
  .editor input[type="submit"]:active,
  .editor button:active {
    outline: 0; }
  /* line 219, mixins.scss */
  .editor input[type="submit"]:hover,
  .editor button:hover {
    text-decoration: none; }
  /* line 223, mixins.scss */
  .editor input[type="submit"].disabled, .editor input[type="submit"][disabled], fieldset[disabled] .editor input[type="submit"],
  .editor button.disabled,
  .editor button[disabled], fieldset[disabled]
  .editor button {
    cursor: not-allowed; }

/*  Scrollbar
-----------------------------------------*/
/* line 806, _scaffolding.scss */
.ps-scrollbar-y-rail {
  background-color: #777777 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  opacity: .8 !important; }

/* line 813, _scaffolding.scss */
.ps-scrollbar-y {
  background-color: #9e1318 !important;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  cursor: pointer; }

/*  Select
-----------------------------------------*/
/* line 837, _scaffolding.scss */
.select-field option {
  color: #252525;
  font-family: "Roboto";
  font-size: 1em;
  padding: 3px 5px; }

/* line 845, _scaffolding.scss */
.select-wrapper {
  display: inline-block;
  height: 40px;
  position: relative;
  vertical-align: middle;
  width: 33%; }

/*  Label field
-----------------------------------------*/
/*  Page header
-----------------------------------------*/
/* line 863, _scaffolding.scss */
.page-header {
  margin-bottom: 20px;
  padding-top: 10px; }
  /* line 867, _scaffolding.scss */
  .page-header h1, .page-header h2, .page-header h3, .page-header h4 {
    font-size: 1.6em;
    margin: 0; }

/*  Pagination
-----------------------------------------*/
/* line 875, _scaffolding.scss */
.pagination {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 20px;
  margin-left: -5px;
  margin-right: -5px;
  width: 100%; }
  /* line 265, mixins.scss */
  .pagination > .list-item {
    display: inline-block;
    position: relative; }
  /* line 899, _scaffolding.scss */
  .pagination .pagination-item {
    display: inline-block;
    margin: 0 5px 10px; }
    /* line 903, _scaffolding.scss */
    .pagination .pagination-item .pagination-link {
      color: #ff5700;
      text-decoration: underline;
      border: 1px solid #d8d8d8;
      display: block;
      color: #9e1318;
      font-size: 1em;
      padding: 6px 4px;
      text-decoration: none;
      text-align: center;
      vertical-align: top;
      height: auto;
      width: 40px; }
      /* line 327, mixins.scss */
      .pagination .pagination-item .pagination-link:hover {
        color: #b33d00;
        text-decoration: none; }
      /* line 916, _scaffolding.scss */
      .pagination .pagination-item .pagination-link.is-static {
        border: 1px solid transparent; }
        /* line 919, _scaffolding.scss */
        .pagination .pagination-item .pagination-link.is-static:hover {
          border: 1px solid transparent; }
    /* line 925, _scaffolding.scss */
    .pagination .pagination-item.active .pagination-link, .pagination .pagination-item:hover .pagination-link,
    .pagination .pagination-item .pagination-link:hover {
      border: 1px solid #a8a8a8;
      color: #a8a8a8; }

/*  Block header
-----------------------------------------*/
/* line 936, _scaffolding.scss */
.block-header {
  margin-bottom: 15px;
  padding-top: 9px; }
  /* line 940, _scaffolding.scss */
  .block-header h2 {
    font-size: 1.7rem;
    font-weight: 100; }
  /* line 947, _scaffolding.scss */
  .block-header.is-small h2 {
    font-size: 1.4em; }
  /* line 952, _scaffolding.scss */
  .block-header a {
    color: #3a3a3a;
    text-decoration: none; }
    /* line 327, mixins.scss */
    .block-header a:hover {
      color: #a8a8a8;
      text-decoration: none; }

/*  Tabs
-----------------------------------------*/
/* line 959, _scaffolding.scss */
.tabs-menu {
  list-style: none;
  margin: 0;
  padding: 0; }
  /* line 963, _scaffolding.scss */
  .tabs-menu .tabs-item {
    display: inline; }
    /* line 966, _scaffolding.scss */
    .tabs-menu .tabs-item.active .tab-link {
      color: #9e1318; }

@media screen and (max-width: 490px) {
  /* line 974, _scaffolding.scss */
  .tabs-menu {
    margin: 0;
    white-space: normal; }
    /* line 978, _scaffolding.scss */
    .tabs-menu .tabs-item {
      display: block;
      margin: 0 0 10px 0;
      text-align: center;
      width: 100%; }
      /* line 984, _scaffolding.scss */
      .tabs-menu .tabs-item + .tabs-item {
        padding-top: 10px;
        border-top: 1px solid #eeeeee; } }
/* line 994, _scaffolding.scss */
.tabs-list .tab-block {
  display: none; }
  /* line 997, _scaffolding.scss */
  .tabs-list .tab-block.active {
    display: block; }

/*  Labels list
-----------------------------------------*/
/* line 1005, _scaffolding.scss */
.labels-list {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1000; }
  /* line 1010, _scaffolding.scss */
  .labels-list .label {
    background: #5cb85c;
    display: inline-block;
    color: #fff;
    font-size: 1em;
    margin-left: 5px;
    margin-bottom: 5px;
    padding: 3px;
    text-align: center;
    min-width: 40px;
    text-transform: lowercase; }
  /* line 1023, _scaffolding.scss */
  .labels-list .label-sale {
    background: #5bc0de; }
  /* line 1027, _scaffolding.scss */
  .labels-list .label-new {
    background: #5cb85c; }
  /* line 1031, _scaffolding.scss */
  .labels-list .label-discount {
    background: #dd3f46; }
  /* line 1035, _scaffolding.scss */
  .labels-list .label-hot {
    background: #f0ad4e; }
  /* line 1039, _scaffolding.scss */
  .labels-list .label-no-available {
    background: #dd3f46; }
  /* line 1043, _scaffolding.scss */
  .labels-list .label-info {
    background: #5bc0de; }

/*  Breadcrumb
-----------------------------------------*/
/* line 1055, _scaffolding.scss */
body.collection .breadcrumb,
body.blog .breadcrumb {
  /*    line-height: 70px;*/ }

/* line 1060, _scaffolding.scss */
.breadcrumb-wrapper {
  /*background: $color-line;*/
  padding-bottom: 5px;
  padding-top: 5px; }

/* line 1066, _scaffolding.scss */
.breadcrumb {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  height: auto;
  line-height: 40px;
  padding-left: 20px;
  vertical-align: middle;
  width: 100%; }
  /* line 265, mixins.scss */
  .breadcrumb > .breadcrumb-item {
    display: inline-block;
    position: relative; }
  /* line 1079, _scaffolding.scss */
  .breadcrumb .breadcrumb-item + .breadcrumb-item:before {
    bottom: -6px;
    /*color: #fff;*/
    content: '/';
    font-size: 2.2em;
    font-weight: 100;
    padding-left: 7px;
    padding-right: 14px;
    position: relative; }
  /* line 1092, _scaffolding.scss */
  .breadcrumb .breadcrumb-item.toggled .dropdown-icon:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  /* line 1103, _scaffolding.scss */
  .breadcrumb .breadcrumb-item .breadcrumb-link {
    /* color: #fff;*/
    display: inline-block;
    font-size: 1.7em;
    font-weight: 300;
    text-decoration: none;
    vertical-align: middle; }
  /* line 1117, _scaffolding.scss */
  .breadcrumb .dropdown-icon {
    cursor: pointer; }
    /* line 1120, _scaffolding.scss */
    .breadcrumb .dropdown-icon:before {
      -webkit-border-radius: 50%;
      border-radius: 50%;
      border: solid 1px #fff;
      color: #fff;
      display: inline-block;
      height: 15px;
      line-height: 15px;
      margin: 0 10px 0 6px;
      text-align: center;
      width: 15px;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    /* line 1137, _scaffolding.scss */
    .breadcrumb .dropdown-icon:hover:before {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
  /* line 1146, _scaffolding.scss */
  .breadcrumb-sub-list {
    background: #9e1318;
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.3);
    line-height: 1em;
    width: 100%; }
  /* line 1154, _scaffolding.scss */
  .breadcrumb-sub-item {
    padding: 5px 0 5px 10px; }
  /* line 1158, _scaffolding.scss */
  .breadcrumb .breadcrumb-sub-linck {
    color: #fff; }

/*.collection .breadcrumb {
  width: -webkit-calc(100% - 110px);
  width: -moz-calc(100% - 110px);
  width: calc(100% - 110px);
}
*/
/*  Star rating
-----------------------------------------*/
/* line 373, mixins.scss */
.star-rating-wrapper:after {
  content: "";
  display: table;
  clear: both;
  height: 0;
  font-size: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  width: 100%; }

/* line 1176, _scaffolding.scss */
.star-rating {
  float: left; }
  /* line 373, mixins.scss */
  .star-rating:after {
    content: "";
    display: table;
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    width: 100%; }
  /* line 1181, _scaffolding.scss */
  .star-rating .star-radio {
    display: none; }
    /* line 1187, _scaffolding.scss */
    .star-rating .star-radio:hover ~ .star-label:after, .star-rating .star-radio:checked ~ .star-label:after {
      content: ""; }
    /* line 1192, _scaffolding.scss */
    .star-rating .star-radio:hover ~ .star-label:after {
      color: gold !important; }
    /* line 1195, _scaffolding.scss */
    .star-rating .star-radio:checked ~ .star-label:after {
      color: darkred; }
  /* line 1200, _scaffolding.scss */
  .star-rating .star-label {
    cursor: pointer;
    float: right;
    font-size: 40px; }
    /* line 1205, _scaffolding.scss */
    .star-rating .star-label:after {
      color: goldenrod;
      content: "";
      display: inline-block;
      font-family: "Ionicons"; }
    /* line 1212, _scaffolding.scss */
    .star-rating .star-label:hover:after {
      color: gold; }
    /* line 1218, _scaffolding.scss */
    .star-rating .star-label.active ~ .star-label:after, .star-rating .star-label.active:after {
      content: ""; }
  /* line 1225, _scaffolding.scss */
  .star-rating .star-item {
    color: goldenrod;
    float: right;
    overflow: hidden; }
    /* line 1230, _scaffolding.scss */
    .star-rating .star-item:after {
      content: "";
      display: inline-block;
      font-family: "Ionicons"; }
    /* line 1238, _scaffolding.scss */
    .star-rating .star-item.active:after {
      color: darkred;
      content: ""; }
    /* line 1243, _scaffolding.scss */
    .star-rating .star-item.active ~ .star-item:after {
      color: darkred;
      content: ""; }

/*  Feedback page
-----------------------------------------*/
/* line 1253, _scaffolding.scss */
#feedback_form,
#feedback_form * {
  text-align: left !important; }

/* line 1260, _scaffolding.scss */
#feedback_form table {
  padding: 0 !important;
  max-width: 100% !important;
  width: 100% !important; }

/*============================================
  COLLAPSE
============================================*/
/* line 1274, _scaffolding.scss */
.collapse.is-opened > .collapse-block {
  opacity: 1;
  max-height: 1000px; }

/* Collapse block
--------------------------------------------*/
/* line 1283, _scaffolding.scss */
.collapse-block {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: 0.2s ease opacity, 0.2s ease max-height;
  -o-transition: 0.2s ease opacity, 0.2s ease max-height;
  -moz-transition: 0.2s ease opacity, 0.2s ease max-height;
  transition: 0.2s ease opacity, 0.2s ease max-height; }

@media screen and (min-width: 769px) {
  /* line 1292, _scaffolding.scss */
  .collapse-block.on-mobile {
    opacity: 1;
    max-height: 1000px; } }
/* Collapse toggle
--------------------------------------------*/
/* line 1300, _scaffolding.scss */
.collapse-toggle {
  position: relative; }
  /* line 1305, _scaffolding.scss */
  .collapse-toggle.is-active .link-text {
    border: none; }
  /* line 1309, _scaffolding.scss */
  .collapse-toggle.is-active .collapse-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  /* line 1318, _scaffolding.scss */
  .collapse-toggle .collapse-icon {
    -webkit-transition: 0.2s ease transform;
    -o-transition: 0.2s ease transform;
    -moz-transition: 0.2s ease transform;
    transition: 0.2s ease transform;
    margin-left: 5px; }

/*=========================================
  SHOPPING CART
=========================================*/
/* line 4, _cart.scss */
.shopping-cart {
  margin-bottom: 70px;
  overflow: hidden;
  padding: 0;
  /*  Cart control
  -----------------------------------------*/ }
  /* line 11, _cart.scss */
  .shopping-cart .cart-control {
    padding-left: 20px; }
    /* line 14, _cart.scss */
    .shopping-cart .cart-control .button.button-buy {
      height: 40px;
      font-size: 1em;
      line-height: 16px;
      letter-spacing: .1em;
      padding: 22px 25px;
      text-transform: uppercase; }
  /* line 26, _cart.scss */
  .shopping-cart .cart-control .button.button-buy,
  .shopping-cart .cart-control .button.button-fast-order {
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 1rem;
    height: auto;
    letter-spacing: 0;
    line-height: 45px;
    min-width: 160px;
    padding: 0 10px;
    text-transform: none;
    vertical-align: middle; }
    /* line 39, _cart.scss */
    .shopping-cart .cart-control .button.button-buy .button-text,
    .shopping-cart .cart-control .button.button-fast-order .button-text {
      font-size: 1rem; }
  /* line 45, _cart.scss */
  .shopping-cart [data-item-delete] {
    background: transparent;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #c9c9c9;
    color: #c9c9c9;
    margin-top: 10px;
    padding: 4px 13px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
    /* line 58, _cart.scss */
    .shopping-cart [data-item-delete]:hover {
      border-color: #9e1318;
      color: #9e1318; }
    /* line 63, _cart.scss */
    .shopping-cart [data-item-delete]:active {
      background: #9e1318;
      color: #fff; }

/*  Cart header
-----------------------------------------*/
/* line 72, _cart.scss */
.cart-header {
  color: #3a3a3a;
  font-size: .9em; }

/*  Cart item
-----------------------------------------*/
/* line 79, _cart.scss */
.cart-item {
  margin-bottom: 10px;
  overflow: hidden;
  padding: 25px 10px 25px 30px;
  position: relative; }
  /* line 89, _cart.scss */
  .cart-item .item-caption {
    padding: 0 30px; }
  /* line 93, _cart.scss */
  .cart-item .second_free {
    color: #a8a8a8;
    font-size: .8rem;
    margin: 5px 0 0; }
  /* line 99, _cart.scss */
  .cart-item .counter {
    max-width: 100px;
    padding-left: 25px;
    padding-right: 25px; }
  /* line 105, _cart.scss */
  .cart-item .button-number {
    background: none;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: solid 2px #c9c9c9;
    height: 25px;
    -webkit-transition: border .3s ease;
    -o-transition: border .3s ease;
    -moz-transition: border .3s ease;
    transition: border .3s ease;
    width: 25px; }
    /* line 117, _cart.scss */
    .cart-item .button-number:hover {
      border-color: #9e1318; }
  /* line 122, _cart.scss */
  .cart-item .input-number {
    border: 0;
    height: 25px; }

/* line 128, _cart.scss */
.item-image-wrapper {
  border: 1px solid #d8d8d8;
  position: relative; }

/* line 133, _cart.scss */
.item-image-inner {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 100%; }

/* line 140, _cart.scss */
.item-image-link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
  font-size: 0;
  text-align: center;
  text-decoration: none; }
  /* line 147, _cart.scss */
  .item-image-link:after {
    vertical-align: middle;
    content: '';
    display: inline-block;
    width: 0;
    height: 100%; }

/* line 156, _cart.scss */
.item-image {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle; }

@media screen and (max-width: 768px) {
  /* line 166, _cart.scss */
  body.cart .page_content {
    border-width: 0; }
  /* line 170, _cart.scss */
  body.cart .item-title a {
    font-size: 1rem; } }
/*  Item title
-----------------------------------------*/
/* line 184, _cart.scss */
.item-title {
  font-size: 1.2em;
  font-weight: bold; }
  /* line 188, _cart.scss */
  .item-title a {
    color: #3a3a3a;
    font-size: 1.3rem;
    font-weight: 400;
    text-decoration: none; }

@media screen and (max-width: 490px) {
  /* line 198, _cart.scss */
  .item-caption {
    padding-right: 40px; } }
/*  Item price
-----------------------------------------*/
/* line 205, _cart.scss */
.item-price.in-item {
  font-size: 1.1em;
  font-weight: bold;
  white-space: nowrap; }

/* line 211, _cart.scss */
.item-old-price {
  font-size: .8em;
  font-weight: normal;
  text-decoration: line-through;
  color: #777777; }

/*  Item counter
-----------------------------------------*/
/*  Item summ
-----------------------------------------*/
/* line 228, _cart.scss */
.item-total.in-item .js-item-total-price {
  font-size: 1.3em;
  font-weight: 700;
  white-space: nowrap; }

/*  Item delete
-----------------------------------------*/
/* line 237, _cart.scss */
.item-remove {
  text-align: right; }

/* line 241, _cart.scss */
.button-remove {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 7px 10px;
  height: 40px;
  width: 40px; }

@media screen and (max-width: 1200px) {
  /* line 251, _cart.scss */
  .cart-header {
    display: none; } }
@media screen and (max-width: 1024px) {
  /* line 258, _cart.scss */
  .item-image,
  .item-caption,
  .item-price,
  .item-summ,
  .item-delete {
    margin-bottom: 15px; }

  /* line 266, _cart.scss */
  .item-remove {
    position: absolute;
    top: 35px;
    right: 10px; }

  /* line 270, _cart.scss */
  .counter .input-number {
    margin: 0; }

  /* line 276, _cart.scss */
  div.discount-form .discount-input {
    width: 150px; }

  /* line 281, _cart.scss */
  .shopping-cart {
    margin-bottom: 0; } }
@media screen and (max-width: 490px) {
  /* line 288, _cart.scss */
  .cart-item {
    padding: 15px 10px; }
    /* line 291, _cart.scss */
    .cart-item .item-image-wrapper {
      margin-bottom: 20px; }
    /* line 295, _cart.scss */
    .cart-item .item-caption {
      padding: 0 0 0 30px; }

  /* line 300, _cart.scss */
  .item-remove {
    position: relative;
    top: 0;
    right: 0; }
    /* line 303, _cart.scss */
    .item-remove button.button {
      margin: 0; }

  /* line 310, _cart.scss */
  .cart-footer .border_right {
    border-width: 0;
    border-bottom: solid 1px #d8d8d8; }
  /* line 315, _cart.scss */
  .cart-footer .cart-control {
    margin-bottom: 0; }

  /* line 322, _cart.scss */
  div.discount-form .discount-input {
    margin-bottom: 0; }
  /* line 326, _cart.scss */
  div.discount-form [data-coupon-submit] {
    min-width: 115px; } }
/*  Cart list
-----------------------------------------*/
/* line 334, _cart.scss */
.cart-list {
  position: relative; }

/*  Cart info blocks
-----------------------------------------*/
/* line 340, _cart.scss */
.cart-results,
.cart-control {
  margin-bottom: 15px; }

/*  Cart header
-----------------------------------------*/
/* line 347, _cart.scss */
.cart-header {
  margin-bottom: -15px; }

/*  Cart footer
-----------------------------------------*/
/* line 353, _cart.scss */
.cart-footer {
  background-color: #f5f5f5;
  margin-top: 20px; }
  /* line 357, _cart.scss */
  .cart-footer > div[class*=cell-] {
    padding-bottom: 17px;
    padding-top: 17px; }

/*  Cart results
-----------------------------------------*/
/* line 368, _cart.scss */
.summ-caption {
  font-size: 1em;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 20px;
  display: inline-block;
  width: 100%; }

/* line 377, _cart.scss */
.total-weight {
  color: #3e3e3e;
  font-size: 1em;
  font-weight: 400;
  line-height: 27px; }

/* line 384, _cart.scss */
.total-summ {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 400;
  vertical-align: middle;
  margin-right: 20px; }

/*  Discount caption
-----------------------------------------*/
/* line 403, _cart.scss */
.discount-caption {
  color: #3a3a3a;
  font-size: 1.2em; }

/* line 408, _cart.scss */
.discount-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex; }

/* line 416, _cart.scss */
.discount-form {
  margin-left: 30px;
  /*  Discount input
  -----------------------------------------*/ }
  /* line 419, _cart.scss */
  .discount-form-text {
    font-size: 1rem;
    margin-bottom: 10px; }
  /* line 426, _cart.scss */
  .discount-form .discount-input {
    background: #fff;
    border: 1px solid #a6a6a6;
    height: 40px;
    padding-left: 10px;
    padding-right: 10px;
    width: 220px; }
  /* line 435, _cart.scss */
  .discount-form .discount-button {
    background: #eeeeee;
    border: 1px solid #999;
    color: #000;
    width: 40px;
    height: 40px;
    margin-left: -4px; }
  /* line 444, _cart.scss */
  .discount-form [data-coupon-submit] {
    background-color: #a6a6a6;
    -webkit-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    color: #fff;
    font-size: 1rem;
    line-height: 40px;
    margin-left: -.33em;
    min-width: 130px;
    padding: 0 10px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
    /* line 459, _cart.scss */
    .discount-form [data-coupon-submit]:hover {
      background-color: #9e1318; }

@media screen and (max-width: 490px) {
  /* line 468, _cart.scss */
  .discount-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    margin-bottom: 20px; } }
