@charset "UTF-8";
/* фон body */
/* основные фоны #eeeeee */
/* текст основной #333333 */
/* #f1f1f1 */
/* #555555 */
/* контрастные элементы #1496a7 */
/* контрастные элементы:навдение #23527c */
/* иконки #333 */
/* фон кнопок #777777 */
/* цвет кнопок #fff */
/* фон кнопок:наведение #1496a7 */
/* цвет кнопок:наведение #fff */
/* ярлык на товаре:фон #b91414 */
/* ярлык на товаре:текст #fff */
/* границы, элементы форм lightgrey */
/* просто сетло серый #eeeeee */
/* название магазина размер шрифта */
/* название магазина шрифт */
/* декоративный шрифт */
/* декоративный шрифт */
/* line 1, _custom-user.scss */
iframe[src*="youtube.com"] {
  max-width: 100%; }

/* line 5, _custom-user.scss */
.btn.app-btn[data-item-delete] {
  border: 1px solid #777777;
  height: 26px;
  width: 27px;
  padding: 0px 3px;
  line-height: 24px;
  background: #ffffff; }

/* line 13, _custom-user.scss */
.btn.app-btn[data-item-delete] .fa {
  color: #777777; }

/* line 16, _custom-user.scss */
.btn.app-btn[data-item-delete]:hover {
  border-color: #ed1651;
  background: #ed1651; }

/* line 21, _custom-user.scss */
.label-discount {
  font-size: 16px;
  color: red;
  padding-left: 10px; }

/* line 26, _custom-user.scss */
body, h1 {
  font-family: "Rubik", sans-serif !important; }

/* line 30, _custom-user.scss */
.review-header .author, .review-header .date {
  font-family: 'Rubik', sans-serif; }

/* line 34, _custom-user.scss */
.product-card .product-price .price, .product-card .product-price .price-old {
  font-size: 17px; }

/* line 39, _custom-user.scss */
.col-subcol img {
  height: unset; }

/* line 43, _custom-user.scss */
.collection-toolbar.row-float {
  margin-top: 15px; }

@media (max-width: 300px) {
  /* line 48, _custom-user.scss */
  .top-burger .fa-phone, .top-burger .fa-bars, .mobile-cart-link .fa-shopping-cart {
    font-size: 1.5em; } }
@media (max-width: 768px) {
  /* line 53, _custom-user.scss */
  .header .search {
    margin-top: 3px; } }
@media (max-width: 480px) {
  /* line 58, _custom-user.scss */
  .header .search {
    margin-top: 40px; } }
@media (max-width: 768px) {
  /* line 63, _custom-user.scss */
  .hidden-sm {
    display: none !important; } }
/* line 67, _custom-user.scss */
html {
  top: 0 !important; }

@media (min-width: 1230px) {
  /* line 71, _custom-user.scss */
  .user-toolbar.in-header {
    position: relative;
    bottom: 5px; }

  /* line 75, _custom-user.scss */
  .logotype-image {
    position: relative;
    bottom: 10px; } }
/* line 80, _custom-user.scss */
button[type="submit"] .fa.fa-check {
  font-family: 'Rubik', sans-serif !important; }

/* line 83, _custom-user.scss */
button[type="submit"] .fa.fa-check:before {
  display: none; }

/* line 87, _custom-user.scss */
.main-toolbar {
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc !important; }

/*=========================================
  SCAFFOLDING
=========================================*/
/* line 8, main.css.scss */
body {
  background-color: #ffffff;
  font-size: 14px;
  font-family: 'Rubik', sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: none;
  background-position: top left;
  background-repeat: repeat;
  -ms-overflow-x: hidden;
  overflow-x: hidden; }

/* line 31, main.css.scss */
.flex-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0;
  -moz-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0; }

/* line 39, main.css.scss */
h1, h2, h3, h4, h5, h6 {
  font-family: Roboto Slab, serif;
  margin: 0; }

/* line 44, main.css.scss */
h3 {
  margin-bottom: 15px; }

/* line 48, main.css.scss */
hr {
  border: none;
  float: left;
  clear: both;
  border-top: 2px solid lightgray;
  margin-bottom: 20px;
  width: 100%; }

/* line 56, main.css.scss */
a {
  color: #ed1651;
  text-decoration: none;
  outline: none; }

/* line 61, main.css.scss */
a:hover {
  color: #ba1140; }

/* line 64, main.css.scss */
button {
  outline: none; }

/* line 67, main.css.scss */
div p {
  line-height: 24px; }

/*  Preloaders
-----------------------------------------*/
/* line 72, main.css.scss */
.preloader {
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  right: -2px;
  bottom: -2px;
  top: -2px;
  z-index: 900; }

/* line 85, main.css.scss */
.preloader.is-white {
  background-color: rgba(255, 255, 255, 0.8); }

/* line 89, main.css.scss */
.preloader.is-white.is-16 {
  background-image: url(preloader-b-16.gif); }

/* line 93, main.css.scss */
.preloader.is-white.is-32 {
  background-image: url(preloader-b-32.gif); }

/* line 97, main.css.scss */
.preloader.is-white.is-64 {
  background-image: url(preloader-b-64.gif); }

/* line 101, main.css.scss */
.preloader.is-black {
  background-color: rgba(0, 0, 0, 0.8); }

/* line 105, main.css.scss */
.preloader.is-black.is-16 {
  background-image: url(preloader-w-16.gif); }

/* line 109, main.css.scss */
.preloader.is-black.is-32 {
  background-image: url(preloader-w-32.gif); }

/* line 113, main.css.scss */
.preloader.is-black.is-64 {
  background-image: url(preloader-w-64.gif); }

/*  Classes
-----------------------------------------*/
/* line 118, main.css.scss */
.btn.button, .button {
  outline: none;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 1em;
  background: #777777;
  color: #ffffff;
  border: 0;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari and Chrome */
  -o-transition: all 0.5s;
  /* Opera */ }

/* line 136, main.css.scss */
.btn.button:hover, .button:hover {
  background: #ed1651;
  color: #ffffff; }

/* line 141, main.css.scss */
.btn.button.inverted, .button.inverted {
  background: #ed1651;
  color: #ffffff; }

/* line 145, main.css.scss */
.btn.button.inverted:hover, .button.inverted:hover {
  background: #777777;
  color: #ffffff; }

/* line 149, main.css.scss */
.btn.app-btn {
  background: #777777;
  border: 0; }

/* line 153, main.css.scss */
.btn.app-btn:hover {
  background: #ed1651; }

/* line 156, main.css.scss */
.btn.app-btn:hover .fa, .btn.button:hover i {
  color: #ffffff; }

/* line 157, main.css.scss */
.btn.app-btn .fa, .btn.button i {
  color: #ffffff; }

/* line 158, main.css.scss */
.btn {
  background: transparent;
  border: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  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;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

/* line 176, main.css.scss */
.btn:active {
  outline: 0;
  background-image: none; }

/* line 181, main.css.scss */
.btn.disabled, .btn[disabled],
.button.disbaled, .button[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed; }

/* line 187, main.css.scss */
.input-field,
.discount-field,
.select-field,
.btn,
.textarea-field {
  background: #fff;
  border: 1px solid #d3d3d3;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0px 4px;
  vertical-align: top;
  width: auto;
  margin: 0; }

/* line 203, main.css.scss */
.textarea-field {
  height: auto; }

/* line 207, main.css.scss */
.select-field,
.btn,
button {
  cursor: pointer; }

/* line 214, main.css.scss */
.select-field {
  vertical-align: middle; }

/* line 218, main.css.scss */
.star-rating {
  float: left; }

/* line 222, main.css.scss */
.star-rating.on-catalog {
  margin-bottom: 4px;
  margin-top: 4px;
  display: block; }

/* line 229, main.css.scss */
.form-label {
  margin: 4px 0;
  vertical-align: middle; }

/* line 233, main.css.scss */
.main-text {
  margin-bottom: 30px;
  overflow: hidden; }

/*=========================================
  HEADER
=========================================*/
/* line 240, main.css.scss */
.header {
  margin-bottom: 20px;
  margin-top: 20px;
  width: 100%; }

/*  Topbar
-----------------------------------------*/
@media (max-width: 480px) {
  /* line 249, main.css.scss */
  body.adaptive {
    padding-top: 20px; }

  /* line 253, main.css.scss */
  .topbar {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 1100;
    -webkit-box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.3); }

  /* line 262, main.css.scss */
  .product-card {
    max-width: 49%; }

  /* line 265, main.css.scss */
  .no-margin {
    margin-left: 0;
    margin-right: 0; } }
/* line 271, main.css.scss */
.toolbar-item.list-item i {
  font-size: 18px;
  margin-top: -2px; }

/*  Logotype
-----------------------------------------*/
/* line 278, main.css.scss */
.logotype {
  line-height: 80px; }
  @media (max-width: 640px) {
    /* line 278, main.css.scss */
    .logotype {
      line-height: normal; } }

/* line 284, main.css.scss */
.logotype-link {
  display: inline-block;
  position: relative;
  text-decoration: none;
  width: 100%;
  font-family: Roboto Slab, serif;
  font-size: 2px; }

/* line 294, main.css.scss */
.all-news {
  margin-bottom: 20px;
  font-size: 2em; }
  @media (max-width: 640px) {
    /* line 294, main.css.scss */
    .all-news {
      font-size: 1.6em;
      text-align: center; } }
  /* line 302, main.css.scss */
  .all-news small a {
    text-decoration: underline;
    font-size: 0.7em;
    text-transform: uppercase;
    color: #ed1651; }
    @media (max-width: 640px) {
      /* line 302, main.css.scss */
      .all-news small a {
        display: block;
        font-size: 1em;
        margin-top: 10px; } }

/* line 316, main.css.scss */
.index-seo {
  margin-top: 40px; }

/*.logotype-link:after {
  content: ' ';
  display: inline-block;
  min-height: 80px;
  vertical-align: middle;
  width: 0;
}*/
/* line 328, main.css.scss */
.logotype-link:hover {
  text-decoration: none; }

/* line 332, main.css.scss */
.logotype-image {
  display: inline-block;
  max-width: 100%;
  vertical-align: middle; }

@media screen and (max-width: 640px) {
  /* line 339, main.css.scss */
  .logotype {
    margin-bottom: 20px;
    text-align: center; } }
@media (max-width: 640px) {
  /* line 345, main.css.scss */
  .logotype-image {
    max-width: 50%;
    margin-bottom: 0;
    display: block;
    margin: auto; } }
/* line 353, main.css.scss */
.reveal-news {
  width: 210px;
  margin: 10px auto;
  text-align: center;
  padding: 9px;
  font-size: 16px;
  border: 2px solid #ed1651;
  color: #ed1651;
  cursor: pointer; }
  /* line 362, main.css.scss */
  .reveal-news:hover {
    color: #FFF;
    background: #ed1651; }

@media (max-width: 640px) {
  /* line 368, main.css.scss */
  .news-block {
    margin-bottom: 30px; } }
/* line 372, main.css.scss */
.news-block .article-list {
  height: 144px;
  overflow: hidden; }

/*  Contacts
-----------------------------------------*/
/* line 380, main.css.scss */
.contacts .fa {
  color: #019934;
  display: inline-block;
  font-size: 1.1em;
  margin-right: 10px;
  text-align: center;
  vertical-align: middle;
  width: 18px; }

/* line 390, main.css.scss */
.contacts-list {
  margin-bottom: 12px;
  padding-bottom: 12px;
  position: relative;
  border-bottom: 1px solid #545454; }

/* line 396, main.css.scss */
.main-phone {
  margin-top: -3px; }

/* line 399, main.css.scss */
.main-phone a {
  font-size: 20px;
  display: block;
  margin-top: 10px;
  margin-bottom: 2px; }

/* line 405, main.css.scss */
.callback.contacts-list {
  margin-top: -3px; }

/* line 408, main.css.scss */
.callback.contacts-list a {
  font-size: 12px; }

/* line 411, main.css.scss */
.footer .callback.contacts-list {
  margin-top: -16px; }

/* line 414, main.css.scss */
.footer .phones .phone {
  font-size: 18px; }

/* line 418, main.css.scss */
body .header .toolbar-list-header {
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 8px; }

/* line 425, main.css.scss */
.footer .subhead {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 30px;
  color: #FFF; }
/* line 431, main.css.scss */
.footer .form {
  margin-bottom: 20px; }
  /* line 433, main.css.scss */
  .footer .form p {
    margin-bottom: 20px;
    font-size: 13px;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 0; }
    /* line 439, main.css.scss */
    .footer .form p a {
      color: inherit;
      text-decoration: underline; }
  /* line 444, main.css.scss */
  .footer .form .form-field {
    width: 100%;
    padding-left: 15px;
    background-color: #33332f;
    color: #cacaca;
    height: 48px;
    border: none;
    font-size: 13px; }
  /* line 453, main.css.scss */
  .footer .form button {
    background-color: #ED1651;
    border-color: #ED1651;
    color: #fff; }
    /* line 457, main.css.scss */
    .footer .form button:hover {
      background: #db2850; }

/* line 464, main.css.scss */
.toolbar-list-header a {
  color: #000; }

/* line 468, main.css.scss */
.contacts-list:last-child {
  margin-bottom: 0;
  border-bottom: none; }

/* line 473, main.css.scss */
.contacts-item {
  color: #000;
  vertical-align: middle; }

/* line 478, main.css.scss */
.contacts-item:hover {
  color: #ba1140;
  text-decoration: none; }

/* line 482, main.css.scss */
.callback .contacts-item {
  border-bottom: 1px dashed #ed1651; }

/* line 485, main.css.scss */
.callback .contacts-item:hover {
  border-bottom: 1px dashed transparent; }

/* line 488, main.css.scss */
.header .contacts {
  line-height: 80px;
  height: 80px; }

/* line 492, main.css.scss */
.header .contacts-inner {
  line-height: 1;
  vertical-align: middle;
  display: inline-block; }

@media screen and (max-width: 480px) {
  /* line 499, main.css.scss */
  .contacts {
    display: none; }

  /* line 502, main.css.scss */
  .contacts.in-footer {
    display: block; } }
/*  Shopping cart widget
-----------------------------------------*/
/* line 509, main.css.scss */
.shopcart-widget .fa-shopping-cart {
  color: #333333; }

/* line 513, main.css.scss */
.cart-header {
  font-size: 1em;
  white-space: nowrap; }

/* line 518, main.css.scss */
.cart-header .fa-shopping-basket {
  font-size: 38px;
  vertical-align: middle;
  color: #ed1651; }

/* line 525, main.css.scss */
.cart-header a {
  color: #000;
  line-height: 1.4;
  display: inline-block;
  text-align: left;
  vertical-align: middle; }

/* line 533, main.css.scss */
.cart-header a:hover {
  color: #ba1140;
  text-decoration: none; }

/* line 537, main.css.scss */
.cart-header .fa-shopping-cart {
  width: 50px;
  height: 50px;
  background: #777777;
  line-height: 50px;
  text-align: center;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  font-size: 18px;
  color: #ffffff; }

/* line 548, main.css.scss */
.cart-body {
  font-size: .9em; }

/* line 551, main.css.scss */
.cart-header .summ {
  font-size: 1.15em; }

/* line 553, main.css.scss */
.cart-body .amount,
.cart-body .summ {
  font-weight: 600; }

/* line 557, main.css.scss */
.header .toolbar-list {
  margin-bottom: 1em;
  font-size: 0.85em; }

@media screen and (max-width: 1024px) {
  /* line 562, main.css.scss */
  .shopcart-widget {
    margin-bottom: 0;
    text-align: right; }

  /* line 566, main.css.scss */
  .header .logotype + .contacts {
    text-align: right; }

  /* line 569, main.css.scss */
  .header .contacts + .contacts {
    clear: both; } }
@media (max-width: 768px) {
  /* line 574, main.css.scss */
  .shopcart-widget {
    margin-bottom: 0; } }
@media (max-width: 640px) {
  /* line 583, main.css.scss */
  .header .logotype + .contacts {
    float: right; }

  /* line 586, main.css.scss */
  .shopcart-widget {
    text-align: center; }

  /* line 589, main.css.scss */
  .header .contacts + .contacts {
    clear: none; } }
@media screen and (max-width: 480px) {
  /* line 595, main.css.scss */
  .header .logotype {
    margin-bottom: 0; }

  /* line 598, main.css.scss */
  .shopcart-widget {
    display: none; }

  /* line 601, main.css.scss */
  .contacts {
    margin-bottom: 0; }

  /* line 604, main.css.scss */
  .header {
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%; } }
/* line 611, main.css.scss */
h2 a {
  color: #000; }

/*  User toolbar
-----------------------------------------*/
/* line 617, main.css.scss */
.user-toolbar {
  text-align: right; }

/* line 621, main.css.scss */
.toolbar-item {
  padding: 0; }

/* line 625, main.css.scss */
.toolbar-item + .toolbar-item {
  margin-left: 8px;
  padding-left: 8px; }

/* line 630, main.css.scss */
.toolbar-link {
  color: #ed1651; }

/* line 634, main.css.scss */
.toolbar-link:hover {
  color: #ba1140;
  text-decoration: none; }

/* line 638, main.css.scss */
.topbar .toolbar-menu.toolbar-list {
  float: left;
  margin-left: 0; }

/* line 642, main.css.scss */
.collection-filters.flexshow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

/* line 649, main.css.scss */
.js-toggle-topbar {
  display: none;
  margin-left: 10px; }

/* line 653, main.css.scss */
.js-toggle-filter {
  display: none;
  cursor: pointer; }

@media screen and (max-width: 1024px) {
  /* line 658, main.css.scss */
  .user-toolbar {
    text-align: right; }

  /* line 661, main.css.scss */
  .js-toggle-filter {
    display: block;
    font-size: 17px;
    margin-bottom: 15px;
    color: #666666; }

  /* line 667, main.css.scss */
  .collection-filters {
    display: none; } }
@media (max-width: 480px) {
  /* line 675, main.css.scss */
  .topbar-desktop {
    display: none; }

  /* line 678, main.css.scss */
  .topbar-mobile {
    display: block; } }
@media (min-width: 481px) {
  /* line 685, main.css.scss */
  .topbar-desktop {
    display: block; }

  /* line 688, main.css.scss */
  .topbar-mobile {
    display: none; } }
@media screen and (max-width: 480px) {
  /* line 695, main.css.scss */
  .user-toolbar {
    text-align: center; } }
/*=========================================
  TOPBAR
=========================================*/
/* line 703, main.css.scss */
.topbar {
  padding: 6px 0;
  background: #eee; }
  @media (max-width: 480px) {
    /* line 703, main.css.scss */
    .topbar {
      background: #FFF;
      -webkit-box-shadow: 0 1px 0px 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 1px 0px 0 rgba(0, 0, 0, 0.1); } }

/* line 712, main.css.scss */
.topbar a {
  color: #000;
  display: block; }

/* line 716, main.css.scss */
.topbar a i {
  margin-right: 0.5em;
  vertical-align: middle; }

/* line 720, main.css.scss */
.topbar .toolbar-list {
  margin-left: 1em;
  float: right;
  font-size: 12px;
  width: 100%; }

@media (max-width: 768px) {
  /* line 727, main.css.scss */
  .topbar .toolbar-list {
    margin-left: 0;
    float: none !important;
    padding: 5px;
    text-align: center;
    font-size: 0.9em; }

  /* line 735, main.css.scss */
  .topbar .toolbar-account {
    float: right !important; }

  /* line 738, main.css.scss */
  .topbar .toolbar-compare {
    float: left !important; } }
@media (max-width: 480px) {
  /* line 744, main.css.scss */
  .topbar .toolbar-account, .topbar .toolbar-compare {
    float: none !important;
    text-align: center;
    padding: 5px 0; }

  /* line 749, main.css.scss */
  .logotype-link:after {
    display: none; } }
/*=========================================
  MAIN MENU
=========================================*/
/* line 758, main.css.scss */
.main-toolbar {
  border-bottom: 1px solid #FFBBCE; }

/* line 761, main.css.scss */
.main-toolbar .row-float {
  position: relative; }

/* line 764, main.css.scss */
.main-menu-toggler {
  display: none;
  color: #000000; }

/*  Main menu list
-----------------------------------------*/
/* line 771, main.css.scss */
.main-menu {
  width: 100%;
  float: left; }

/* line 776, main.css.scss */
.main-menu .menu-link {
  color: #000;
  font-family: 'Rubik', sans-serif;
  padding: 11px 15px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
  font-size: 16px;
  border-bottom: 3px solid transparent; }

/* line 788, main.css.scss */
.main-menu .menu-item.active .menu-link,
.main-menu .menu-item:hover .menu-link,
.main-menu .menu-item .menu-link:hover {
  background: #ffffff;
  color: #ed1651;
  border-color: #ed1651; }

/* line 796, main.css.scss */
.main-menu .menu-item:hover > .submenu {
  display: block; }

/* line 800, main.css.scss */
.submenu {
  background: #ffeaef;
  display: none;
  position: absolute;
  left: 0;
  top: auto;
  width: 260px;
  z-index: 1000; }

/* line 810, main.css.scss */
.submenu .menu-link {
  color: #ffffff;
  font-family: Roboto Slab, serif;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  border-bottom: 1px solid #ffdae3; }

/* line 820, main.css.scss */
.submenu .menu-item.active .menu-link,
.submenu .menu-item:hover > .menu-link,
.submenu .menu-item .menu-link:hover {
  background: #555555;
  color: #ffffff; }

/* line 826, main.css.scss */
.submenu.level-3 {
  left: 100%;
  top: -2px; }

/*  Mobile cart link
-----------------------------------------*/
/* line 836, main.css.scss */
.mobiles-phones-list {
  padding: 3px 0;
  text-align: center; }

/*  Mobile cart link
-----------------------------------------*/
/* line 843, main.css.scss */
.mobile-cart {
  text-align: right; }

/* line 847, main.css.scss */
.mobile-cart-link {
  text-align: right; }
  /* line 850, main.css.scss */
  .mobile-cart-link .fa-shopping-cart {
    font-size: 1.8em;
    margin-right: 3px; }
  /* line 855, main.css.scss */
  .mobile-cart-link .amount {
    font-size: .9em; }
  /* line 859, main.css.scss */
  .mobile-cart-link .fa-shopping-cart,
  .mobile-cart-link .amount {
    vertical-align: middle; }

/*  Mobile menu
-----------------------------------------*/
@media screen and (max-width: 900px) {
  /* line 869, main.css.scss */
  .main-menu {
    display: none; }

  /* line 871, main.css.scss */
  .mobile-menu-toggler {
    display: block; }

  /* line 875, main.css.scss */
  .mobile-menu {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    background: #fff;
    z-index: 100000;
    border-top: 1px solid #ffffff;
    overflow: scroll;
    height: 100vh; }

  /* line 887, main.css.scss */
  .mobile-menu .menu-link {
    color: #000000;
    font-family: Roboto Slab, serif;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
    font-size: 16px; }

  /* line 898, main.css.scss */
  .mobile-menu .menu-item.active > .menu-link,
  .mobile-menu .menu-item:hover > .menu-link,
  .mobile-menu .menu-item > .menu-link:hover {
    background-color: #f13e65;
    color: #ffffff; }

  /* line 905, main.css.scss */
  .mobile-menu .submenu {
    display: none; }

  /* line 909, main.css.scss */
  .mobile-menu .submenu.force-open {
    display: block; }

  /* line 913, main.css.scss */
  .mobile-menu {
    float: none; }

  /* line 917, main.css.scss */
  .mobile-menu > .menu-item {
    display: inline-block;
    width: 100%; }

  /* line 922, main.css.scss */
  .mobile-menu .submenu {
    display: none;
    position: static;
    width: 100%; } }
/* line 930, main.css.scss */
.mobile-menu.menu.level-1 > .menu-item {
  border-bottom: 1px solid #ffeaef; }
  /* line 932, main.css.scss */
  .mobile-menu.menu.level-1 > .menu-item:first-of-type {
    border-top: 1px solid #ffeaef; }

/*  Search form widget
-----------------------------------------*/
/* line 940, main.css.scss */
.search {
  text-align: center; }

/* line 943, main.css.scss */
.search-widget {
  border: 3px solid #ed1651;
  padding: 0;
  width: 95%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 12px auto; }

/* line 952, main.css.scss */
.search-widget input {
  vertical-align: middle;
  border: 0;
  width: 88%;
  height: 40px;
  line-height: 40px;
  padding: 0 20px; }

/* line 960, main.css.scss */
.search-widget button.btn.app-btn {
  background: #ed1651;
  color: #FFF;
  width: 12%;
  -webkit-border-radius: 0;
  border-radius: 0;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  padding-bottom: 4px;
  margin-right: -1px; }

@media (max-width: 1024px) {
  /* line 974, main.css.scss */
  .user-toolbar {
    text-align: center; }

  /* line 977, main.css.scss */
  .tabs-row {
    padding: 10px; } }
/*=========================================
  PRODUCT CARD
=========================================*/
/* line 985, main.css.scss */
.product-card {
  margin-bottom: 30px; }

/* line 989, main.css.scss */
.index-collections {
  margin-top: 30px;
  margin-bottom: 30px; }

/* line 994, main.css.scss */
.product-card .product-card-inner {
  overflow: hidden;
  padding: 10px;
  position: relative;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  /* Firefox 4 */
  -webkit-transition: all 0.5s;
  /* Safari and Chrome */
  -o-transition: all 0.5s;
  /* Opera */ }

/* line 1003, main.css.scss */
.product-card .product-card-inner:hover {
  -webkit-box-shadow: 0px 0px 5px #eaeaea;
  box-shadow: 0px 0px 5px #eaeaea; }

/* line 1007, main.css.scss */
.product-card .product-image {
  margin-bottom: 10px;
  text-align: center; }

/* line 1011, main.css.scss */
.product-card .product-image a {
  display: block;
  width: 100%;
  position: relative;
  height: 0;
  padding-bottom: 100%; }

/* line 1018, main.css.scss */
.product-card .product-image img {
  vertical-align: top;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

@media (max-width: 480px) {
  /* line 1031, main.css.scss */
  .top-contacts {
    text-align: center; } }
/* line 1037, main.css.scss */
.user-toolbar.in-header > div {
  display: inline-block;
  vertical-align: middle;
  margin: 23px 15px 0px 15px; }
  @media (max-width: 480px) {
    /* line 1037, main.css.scss */
    .user-toolbar.in-header > div {
      margin-top: 0; } }
/* line 1045, main.css.scss */
.user-toolbar.in-header .client-login {
  text-align: center; }
  /* line 1047, main.css.scss */
  .user-toolbar.in-header .client-login a {
    display: block;
    color: #000;
    font-size: 13px; }
    /* line 1051, main.css.scss */
    .user-toolbar.in-header .client-login a i {
      font-size: 28px;
      display: block;
      color: #ed1651; }
/* line 1058, main.css.scss */
.user-toolbar.in-header .wishlist {
  text-align: center; }
  /* line 1060, main.css.scss */
  .user-toolbar.in-header .wishlist a {
    display: block;
    position: relative;
    color: #000;
    font-size: 13px; }
    /* line 1065, main.css.scss */
    .user-toolbar.in-header .wishlist a span {
      display: inline-block;
      font-size: 20px;
      margin-left: 6px;
      vertical-align: middle; }
    /* line 1071, main.css.scss */
    .user-toolbar.in-header .wishlist a i {
      font-size: 28px;
      vertical-align: middle;
      display: inline-block;
      color: #ed1651; }
/* line 1079, main.css.scss */
.user-toolbar.in-header .cart-header {
  text-align: center; }
  /* line 1081, main.css.scss */
  .user-toolbar.in-header .cart-header a {
    display: block;
    position: relative;
    display: block;
    text-align: center;
    font-size: 13px; }
    /* line 1087, main.css.scss */
    .user-toolbar.in-header .cart-header a span {
      position: absolute;
      top: 0;
      left: 47px;
      font-size: 20px; }
    /* line 1093, main.css.scss */
    .user-toolbar.in-header .cart-header a i {
      font-size: 28px;
      display: block; }

/* line 1101, main.css.scss */
.product-card .product-caption,
.product-card .product-price {
  margin-bottom: 5px; }

/* line 1105, main.css.scss */
.product-card .product-labels .label {
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  z-index: 100;
  padding: 0.5em;
  background: #b91414;
  color: #ffffff;
  -webkit-border-radius: 2px;
  border-radius: 2px; }

/* line 1116, main.css.scss */
.product-card .product-caption {
  /*height: 100px;*/ }

/* line 1119, main.css.scss */
.product-caption .product-price {
  margin-bottom: 15px; }

/* line 1122, main.css.scss */
.product-card .product-title {
  height: 36px;
  margin-bottom: 5px;
  overflow: hidden;
  font-family: inherit;
  font-weight: normal; }

/* line 1130, main.css.scss */
.product-card .product-title a {
  color: #000; }

/* line 1134, main.css.scss */
.product-card .product-title a:hover {
  color: #23527c;
  text-decoration: none; }

/* line 1139, main.css.scss */
.product-card .product-introtext {
  color: #333333;
  font-size: .9em;
  height: 52px;
  overflow: hidden;
  display: block; }

/* line 1146, main.css.scss */
.product-short_description {
  font-size: 15px; }

/* line 1149, main.css.scss */
.product-card .product-price .price,
.product-card .product-price .price-old {
  display: inline-block;
  font-size: 19px; }

/* line 1154, main.css.scss */
.price-old {
  opacity: 0.7; }

/* line 1155, main.css.scss */
.product-card .product-price .price + .price-old {
  color: #555;
  padding-left: 5%;
  position: relative; }
  /* line 1159, main.css.scss */
  .product-card .product-price .price + .price-old .currency {
    color: #555; }

/* line 1164, main.css.scss */
.product-card .product-price .price-old {
  text-decoration: line-through; }

/* line 1168, main.css.scss */
.product-card .product-price .currency {
  color: #333333;
  font-size: .9em; }

/* line 1173, main.css.scss */
.product-card .product-labels .label {
  display: inline-block;
  font-style: italic;
  font-size: .9em; }

/* line 1179, main.css.scss */
.product-card .product-labels .label + .label:before {
  content: ', '; }

@media (min-width: 992px) {
  /* line 1185, main.css.scss */
  .product-card .product-toolbar {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
  /* line 1195, main.css.scss */
  .product-card:hover .product-toolbar {
    opacity: 1;
    visibility: visible; } }

/* line 1203, main.css.scss */
.product-card .product-toolbar .btn {
  float: left; }

/* line 1207, main.css.scss */
.product-card .product-toolbar .btn + .btn {
  float: right; }

/* line 1211, main.css.scss */
.product-card .product-toolbar .btn-more-info {
  vertical-align: middle;
  color: green;
  font-weight: bold;
  font-size: 15px;
  display: inline-block; }

/* line 1219, main.css.scss */
.product-card .product-toolbar .btn-favorite,
.product-card .product-toolbar .btn-compare {
  width: 24%; }

/*=========================================
  BLOCKS
=========================================*/
/* line 1227, main.css.scss */
.block {
  margin-bottom: 30px; }

/* line 1231, main.css.scss */
.block .block-header {
  margin-bottom: 25px;
  margin-top: 25px;
  text-align: center;
  text-transform: uppercase; }

/*=========================================
  FOOTER
=========================================*/
/* line 1241, main.css.scss */
.footer {
  background: #272723;
  padding-top: 30px;
  padding-bottom: 30px;
  color: #a8a8a8; }

/* line 1247, main.css.scss */
.footer-bottom {
  border-top: 1px solid #4B4B4B;
  padding-top: 15px; }

/* line 1251, main.css.scss */
.footer-social {
  margin-top: 5px;
  margin-bottom: 15px; }

/* line 1255, main.css.scss */
.footer-social a {
  display: inline-block;
  background: #777777;
  width: 40px;
  height: 40px;
  font-size: 18px;
  line-height: 40px;
  text-align: center;
  margin-left: 1px;
  color: #a8a8a8;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  /* Firefox 4 */
  -webkit-transition: all 0.3s;
  /* Safari and Chrome */
  -o-transition: all 0.3s;
  /* Opera */
  -webkit-border-radius: 100%;
  border-radius: 100%;
  vertical-align: bottom; }

/* line 1273, main.css.scss */
.footer-social a:hover {
  background: #ed1651;
  color: #ffffff; }

/*  Footer contacts
-----------------------------------------*/
/* line 1279, main.css.scss */
.contacts.in-footer {
  margin-bottom: 30px; }

/* line 1282, main.css.scss */
.contacts.in-footer a, .contacts.in-footer span {
  color: #a8a8a8;
  border-color: #a8a8a8;
  font-size: 13px; }

/*  Footer menu
-----------------------------------------*/
/* line 1289, main.css.scss */
.menu-list.in-footer {
  margin-bottom: 1em; }

/* line 1293, main.css.scss */
.menu-list.in-footer .menu-item {
  margin-bottom: 18px; }
  /* line 1295, main.css.scss */
  .menu-list.in-footer .menu-item i {
    color: #019934;
    margin-right: 5px; }

/* line 1301, main.css.scss */
.menu-wrapper.in-footer {
  padding-left: 20px; }

/* line 1305, main.css.scss */
.menu-list.in-footer .menu-link {
  color: #a8a8a8; }

/* line 1309, main.css.scss */
.menu-list.in-footer .menu-link:hover {
  color: #ed1651;
  text-decoration: none; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 1315, main.css.scss */
  .contacts.in-footer {
    min-height: 0;
    text-align: center; } }
/*=========================================
  PAGE HEADER
=========================================*/
/* line 1324, main.css.scss */
.page-header {
  margin-bottom: 15px; }

/*=========================================
  PAGINATION
=========================================*/
/* line 1331, main.css.scss */
.pagination {
  display: block;
  text-align: center;
  float: none;
  margin-bottom: 20px; }

/* line 1342, main.css.scss */
.pagination .pagination-item + .pagination-item {
  margin-left: -1px; }

/* line 1346, main.css.scss */
.pagination .pagination-item .pagination-link {
  color: #ed1651;
  display: block;
  border: 1px solid #d3d3d3;
  padding: 10px 16px 8px 16px;
  text-decoration: none;
  vertical-align: top;
  text-align: center;
  border-radius: 5px;
  margin: 2px; }

/* line 1358, main.css.scss */
.pagination .pagination-item .pagination-link:hover {
  text-decoration: none;
  background: #d3d3d3;
  color: #000000; }

/*=========================================
  BUTTONS
=========================================*/
/* line 1378, main.css.scss */
.btn {
  color: #ed1651;
  font-weight: bold; }

/* line 1383, main.css.scss */
.btn:hover {
  color: #23527c;
  text-decoration: none; }

/* line 1388, main.css.scss */
.btn.full-width {
  width: 100%; }

/* line 1392, main.css.scss */
.btn .icon, .btn .fa, .btn .typicon {
  color: #333333;
  margin: 0 4px; }

/* line 1397, main.css.scss */
.btn.active {
  border-color: #000000;
  color: #fff;
  background: #ed1651; }

/* line 1403, main.css.scss */
.btn.active:hover {
  color: #fff; }

/* line 1406, main.css.scss */
a.btn.button {
  line-height: 40px; }

/*=========================================
  EDITOR
=========================================*/
/* line 1411, main.css.scss */
.editor {
  margin-bottom: 20px; }

/* line 1415, main.css.scss */
.editor ul, .editor ol {
  list-style-position: inside;
  margin-bottom: 20px;
  padding-left: 0; }

/* line 1421, main.css.scss */
.editor ul li, .editor ol li {
  margin-bottom: 10px; }

/* line 1425, main.css.scss */
.editor table {
  background-color: transparent;
  border-collapse: collapse;
  max-width: 100%;
  margin-bottom: 20px;
  width: 100% !important;
  border: 1px solid #ddd; }

/* line 1433, main.css.scss */
.editor .table-wrap {
  width: 100%;
  overflow-y: auto; }

/* line 1437, main.css.scss */
.editor table > thead > tr > th,
.editor table > thead > tr > td,
.editor table > tbody > tr > th,
.editor table > tbody > tr > td,
.editor table > tfoot > tr > th,
.editor table > tfoot > tr > td {
  padding: 8px;
  line-height: 16px;
  vertical-align: top;
  border-top: 1px solid #ddd; }

/* line 1449, main.css.scss */
.editor table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd; }

/* line 1454, main.css.scss */
.editor table > caption + thead > tr:first-child > th,
.editor table > caption + thead > tr:first-child > td,
.editor table > colgroup + thead > tr:first-child > th,
.editor table > colgroup + thead > tr:first-child > td,
.editor table > thead:first-child > tr:first-child > th,
.editor table > thead:first-child > tr:first-child > td {
  border-top: 0; }

/* line 1463, main.css.scss */
.editor table > tbody + tbody {
  border-top: 2px solid #ddd; }

/* line 1467, main.css.scss */
.editor table table {
  background-color: #fff; }

/* line 1471, main.css.scss */
.editor table.table-condensed > thead > tr > th,
.editor table.table-condensed > thead > tr > td,
.editor table.table-condensed > tbody > tr > th,
.editor table.table-condensed > tbody > tr > td,
.editor table.table-condensed > tfoot > tr > th,
.editor table.table-condensed > tfoot > tr > td {
  padding: 5px; }

/* line 1480, main.css.scss */
.editor table.table-bordered {
  border: 1px solid #ddd; }

/* line 1484, main.css.scss */
.editor table.table-bordered > thead > tr > th,
.editor table.table-bordered > thead > tr > td,
.editor table.table-bordered > tbody > tr > th,
.editor table.table-bordered > tbody > tr > td,
.editor table.table-bordered > tfoot > tr > th,
.editor table.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd; }

/* line 1493, main.css.scss */
.editor table.table-bordered > thead > tr > th,
.editor table.table-bordered > thead > tr > td {
  border-bottom-width: 2px; }

/* line 1498, main.css.scss */
.editor table.table-striped tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

/* line 1502, main.css.scss */
.editor table.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

/* line 1506, main.css.scss */
.editor table > thead > tr > th,
.editor table > thead > tr > td,
.editor table > tbody > tr > th,
.editor table > tbody > tr > td,
.editor table > tfoot > tr > th,
.editor table > tfoot > tr > td {
  border: 1px solid #ddd; }

/* line 1515, main.css.scss */
.editor table > thead > tr > th,
.editor table > thead > tr > td {
  border-bottom-width: 2px; }

/* line 1520, main.css.scss */
.editor table > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

/*=========================================
  NOTICE
=========================================*/
/* line 1527, main.css.scss */
.notice {
  border-width: 2px; }

/*=========================================
  TABS
=========================================*/
/* line 1534, main.css.scss */
.tabs-menu {
  list-style: none; }

/* line 1538, main.css.scss */
.tabs-menu .tabs-item {
  display: inline; }

/* line 1542, main.css.scss */
.tabs-menu .tabs-item.active .tab-link {
  color: #ed1651; }

/* line 1546, main.css.scss */
.tabs-list .tab-block {
  display: none;
  line-height: 1.4; }

/* line 1551, main.css.scss */
.tabs-list .tab-block.active {
  display: block; }

@media (max-width: 480px) {
  /* line 1555, main.css.scss */
  .tabs-menu .tabs-item {
    font-size: 12px; } }
/*=========================================
  BREADCRUMB
=========================================*/
/* line 1561, main.css.scss */
.breadcrumb-wrap {
  /*margin-bottom: 38px;*/
  text-align: center;
  font-size: 13px; }

/* line 1566, main.css.scss */
.breadcrumb .breadcrumb-item {
  float: none; }

/* line 1570, main.css.scss */
.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  padding-right: .5rem;
  padding-left: .5rem;
  content: " → ";
  color: #666; }

/* line 1577, main.css.scss */
.breadcrumb .breadcrumb-link, .breadcrumb .breadcrumbs-link {
  color: #666666; }

/* line 1581, main.css.scss */
.breadcrumb .breadcrumb-link:hover {
  color: #23527c;
  text-decoration: none; }

/* line 1585, main.css.scss */
.breadcrumb {
  margin-top: 0;
  margin-bottom: 0;
  height: 41px;
  line-height: 41px; }

/*=========================================
  COLLAPSE
=========================================*/
/* line 1595, main.css.scss */
[data-toggle="collapse"]:after {
  content: ' \f0d7';
  display: inline;
  font-family: "FontAwesome"; }

/* line 1601, main.css.scss */
[data-toggle="collapse"].active:after {
  content: ' \f0d8'; }

/* line 1605, main.css.scss */
.collapse.in {
  max-height: 3000px; }

/* line 1609, main.css.scss */
.collapse {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.2s ease max-height;
  -o-transition: 0.2s ease max-height;
  transition: 0.2s ease max-height; }

/*=========================================
  PROMO BLOCK
=========================================*/
/* line 1620, main.css.scss */
.promo-block {
  margin-bottom: 0px;
  position: relative; }

/* line 1626, main.css.scss */
.promo-block .promo-image {
  max-width: 100%;
  vertical-align: top;
  width: 100%; }

@media (max-width: 1220px) {
  /* line 1632, main.css.scss */
  .promo-block {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0; }

  /* line 1637, main.css.scss */
  .promo-block .swiper-pagination-progress {
    left: 0;
    right: 0; } }
/*  Promo-slider
-----------------------------------------*/
/* line 1645, main.css.scss */
.promo-slider {
  position: relative; }

/* line 1648, main.css.scss */
.promo-slider .swiper-slide img + img {
  display: none; }

/* line 1651, main.css.scss */
.promo-slider .swiper-slide a {
  display: block; }

/* line 1654, main.css.scss */
.promo-slider .slide-name {
  position: absolute;
  font-size: 30px;
  display: block;
  left: 0;
  right: 0;
  top: 36%;
  margin: auto;
  min-width: 320px;
  max-width: 700px;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  padding: 17px;
  text-transform: uppercase;
  font-weight: bold; }
  @media (max-width: 768px) {
    /* line 1654, main.css.scss */
    .promo-slider .slide-name {
      font-size: 18px;
      top: 15%; } }

/* line 1674, main.css.scss */
.swiper-slide {
  background: #fff; }

@media (max-width: 768px) {
  /* line 1678, main.css.scss */
  .promo-slider .swiper-slide img.no-mobile-slider {
    display: none; }

  /* line 1681, main.css.scss */
  .promo-slider .swiper-slide img + img {
    display: block; } }
/* line 1686, main.css.scss */
.card-revs .star-rating {
  display: inline-block;
  margin-right: 10px;
  float: none; }
  /* line 1690, main.css.scss */
  .card-revs .star-rating .star-item {
    float: none; }

/* line 1696, main.css.scss */
.avail {
  margin-top: 20px;
  margin-bottom: 10px; }
  /* line 1699, main.css.scss */
  .avail .yes {
    color: #019934; }
  /* line 1702, main.css.scss */
  .avail .no {
    color: #F00; }

/* line 1707, main.css.scss */
.custom-block-card {
  margin: 20px 0; }
  /* line 1709, main.css.scss */
  .custom-block-card .item {
    display: inline-block;
    width: 33%;
    border-left: 1px solid #aaa;
    padding-left: 20px; }
    /* line 1714, main.css.scss */
    .custom-block-card .item:first-of-type {
      border-left: none;
      padding-left: 0; }
    /* line 1718, main.css.scss */
    .custom-block-card .item .fa {
      color: #019934;
      display: inline-block;
      vertical-align: middle;
      font-size: 35px; }
    /* line 1724, main.css.scss */
    .custom-block-card .item .text-area {
      display: inline-block;
      font-weight: normal;
      vertical-align: middle;
      margin-left: 5px;
      font-size: 12px; }
      /* line 1730, main.css.scss */
      .custom-block-card .item .text-area h3 {
        margin-bottom: 0;
        color: #aaa; }

/* line 1738, main.css.scss */
.tab-block-heading {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 20px;
  margin-top: 10px;
  text-transform: uppercase; }
  /* line 1744, main.css.scss */
  .tab-block-heading.padded-top {
    margin-top: 40px; }

/* line 1749, main.css.scss */
.btn.button.full-width {
  background: #13870A;
  line-height: 40px;
  font-weight: normal;
  text-transform: uppercase; }
  /* line 1754, main.css.scss */
  .btn.button.full-width.inverted {
    background: #ed1651; }

/* line 1759, main.css.scss */
.success-add {
  display: none; }
  /* line 1761, main.css.scss */
  .success-add.active {
    display: block; }
  /* line 1764, main.css.scss */
  .success-add .added {
    width: 75%;
    display: inline-block;
    color: #FFF;
    background: #ed1651;
    font-weight: bold;
    text-align: center;
    padding: 3px 0px; }
    /* line 1772, main.css.scss */
    .success-add .added span {
      display: block;
      font-weight: normal;
      font-size: 13px; }
  /* line 1778, main.css.scss */
  .success-add .plus-one {
    width: 25%;
    display: inline-block;
    background: #13870A;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    padding: 7px 0px;
    vertical-align: top;
    text-align: center; }

/* line 1791, main.css.scss */
.promo-slider-next,
.promo-slider-prev {
  color: #ed1651;
  font-size: 3em;
  height: 60px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 990; }

/* line 1802, main.css.scss */
.promo-slider-next i, .promo-slider-prev i {
  position: relative;
  top: -2px; }

/* line 1807, main.css.scss */
.promo-slider-next:hover,
.promo-slider-prev:hover {
  background: #ed1651;
  color: #fff; }

/* line 1813, main.css.scss */
.promo-slider-next {
  right: 0px; }

/* line 1817, main.css.scss */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  height: 10px;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
  z-index: 990; }

/* line 1829, main.css.scss */
#product-gallery-thumbs .swiper-wrapper {
  /*margin-left:calc(-40% + 15px);*/ }

@media (max-width: 768px) {
  /* line 1833, main.css.scss */
  .promo-block {
    display: block; }

  /* line 1836, main.css.scss */
  .promo-slider .promo-slider-next, .promo-slider .promo-slider-prev {
    display: none; }

  /* line 1839, main.css.scss */
  #product-gallery-thumbs {
    display: none; }

  /* line 1842, main.css.scss */
  .product-page .product-gallery {
    padding-bottom: 0;
    margin-bottom: 0; }

  /* line 1843, main.css.scss */
  .promo-block .promo-image {
    max-width: 100%; }

  /* line 1846, main.css.scss */
  .promo-block .promo-slider-next, .promo-block .promo-slider-prev {
    display: none; } }
/*=========================================
  BENEFITS
=========================================*/
/* line 1854, main.css.scss */
.benefits {
  margin-bottom: 30px;
  margin-top: 50px; }

/*  Benefit item
-----------------------------------------*/
/* line 1862, main.css.scss */
.benefit-item {
  text-align: center;
  padding: 2% 3%; }

/* line 1867, main.css.scss */
.benefit-item h3 {
  text-transform: uppercase; }

/* line 1871, main.css.scss */
.benefit-item img {
  vertical-align: top; }

/* line 1875, main.css.scss */
.benefit-item a {
  color: #ed1651;
  display: block;
  text-decoration: none; }

/* line 1881, main.css.scss */
.benefit-item a:hover {
  color: #23527c;
  text-decoration: none; }

/* line 1886, main.css.scss */
.benefit-image {
  margin-bottom: 15px; }

/* line 1889, main.css.scss */
.benefit-image a {
  height: 0;
  width: 100%;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  padding-bottom: 100%;
  overflow: hidden;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-border-radius: 5%;
  border-radius: 5%;
  position: relative;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s; }

/* line 1906, main.css.scss */
.benefit-image a:hover {
  -webkit-background-size: 120%;
  background-size: 120%; }

/*=========================================
  COLLECTION TOOLBAR
=========================================*/
/* line 1913, main.css.scss */
.collection-toolbar .toolbar-group {
  margin-bottom: 15px; }

/* line 1917, main.css.scss */
.collection-toolbar .pagination {
  margin-bottom: 0; }

/*=========================================
  COLLECTION PRODUCTS
=========================================*/
/* line 1924, main.css.scss */
.collection-products + .collection-toolbar {
  margin-bottom: 30px; }

/* line 1928, main.css.scss */
.collection-products + .pagination {
  margin-bottom: 30px; }

/* line 1931, main.css.scss */
.collection-products {
  min-height: 200px; }

/* line 1934, main.css.scss */
.collection-sidebar {
  padding-right: 20px; }

/* line 1937, main.css.scss */
.col-mobile-text {
  display: none; }

@media (max-width: 1024px) {
  /* line 1941, main.css.scss */
  .collection-sidebar {
    padding-right: 10px; }
    /* line 1943, main.css.scss */
    .collection-sidebar .related-product {
      display: none; } }
/* line 1949, main.css.scss */
.col-description img {
  width: 48%;
  height: auto; }

/* line 1954, main.css.scss */
.js-col-descr-toggle {
  display: none;
  margin-bottom: 15px; }

/* line 1960, main.css.scss */
.seo-description {
  clear: both;
  opacity: 0.8;
  font-size: 0.85em;
  margin-bottom: 10px; }

/* line 1966, main.css.scss */
.sidebar-menu {
  margin-bottom: 30px;
  background: #eeeeee;
  padding: 0; }

/* line 1971, main.css.scss */
.sidebar-menu .menu-link {
  color: #000000;
  font-family: Roboto Slab, serif;
  padding: 10px 25px;
  text-decoration: none;
  width: 100%;
  font-size: 16px;
  position: relative; }

/* line 1980, main.css.scss */
.sidebar-menu .menu-link:hover, .sidebar-menu .menu-link.active {
  background: #c8c8c8; }

/* line 1983, main.css.scss */
.sidebar-menu ul a {
  padding-left: 15px; }

/* line 1986, main.css.scss */
.sidebar-menu ul.closed {
  display: none; }

/* line 1990, main.css.scss */
.sidebar-menu ul.showed {
  display: block;
  background: #FFF; }

/* line 1994, main.css.scss */
.sidebar-menu.level-1 > .menu-item {
  border-bottom: 5px solid #fff; }

/* line 1997, main.css.scss */
.sidebar-menu .menu-list.level-3 {
  background: #f7f7f7; }
  /* line 2000, main.css.scss */
  .sidebar-menu .menu-list.level-3 .menu-item a {
    background: #fbfbfb; }

/* line 2005, main.css.scss */
.toggler {
  position: absolute;
  right: 10px;
  width: 32px;
  height: 32px;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  line-height: 33px;
  color: #000 !important; }

/* line 2017, main.css.scss */
.col-subcol {
  margin-bottom: 20px; }

/* line 2020, main.css.scss */
.col-subcol a {
  display: block;
  text-align: center; }

/* line 2024, main.css.scss */
.col-subcol img {
  max-width: 100%;
  height: 284px; }

/* line 2028, main.css.scss */
.col-subcol .col-title {
  margin-top: 4px;
  font-size: 15px;
  background: #efefec;
  text-transform: uppercase;
  padding: 10px 0px;
  color: #000; }

@media screen and (max-width: 480px) {
  /* line 2037, main.css.scss */
  .col-subcol {
    margin-bottom: 0px; }

  /* line 2040, main.css.scss */
  .col-subcol .col-title {
    background: none;
    text-transform: initial;
    margin-top: 0px;
    /*	  border-top: 1px solid #FFBBCE; */
    border-top: 1px solid #eeeeee;
    padding-left: 20px; } }
/* line 2050, main.css.scss */
.toggler:hover {
  color: #ed1651; }

/* line 2053, main.css.scss */
.sidebar-menu ul .menu-link {
  font-size: 14px; }

@media (max-width: 1024px) {
  /* line 2057, main.css.scss */
  .sidebar-menu {
    display: none; }

  /* line 2059, main.css.scss */
  .col-text {
    display: none; } }
@media (max-width: 768px) {
  /* line 2062, main.css.scss */
  .col-mobile-text {
    display: block; }

  /* line 2065, main.css.scss */
  .js-col-descr-toggle {
    display: inline-block; }

  /* line 2068, main.css.scss */
  .col-mobile-text .col-description {
    max-height: 66px;
    overflow: hidden;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    /* Firefox 4 */
    -webkit-transition: all 0.3s;
    /* Safari and Chrome */
    -o-transition: all 0.3s;
    /* Opera */ }

  /* line 2076, main.css.scss */
  .col-mobile-text .col-description.opened {
    max-height: 6000px; } }
/*=========================================
  COLLECTION FILTERS
=========================================*/
/* line 2085, main.css.scss */
.collection-filters {
  margin-bottom: 15px; }

/* line 2089, main.css.scss */
.collection-filters .filters-block {
  margin-bottom: 0px; }

/* line 2093, main.css.scss */
.collection-filters .filter-header {
  margin-bottom: 15px;
  padding-top: 2px;
  padding-bottom: 2px; }

/* line 2098, main.css.scss */
.collection-filters .filter-header h3 {
  margin-bottom: 0; }

/* line 2101, main.css.scss */
.collection-filters .filters-list {
  margin-top: 0px;
  margin-bottom: 20px; }

/* line 2105, main.css.scss */
.collection-filters .filters-list > li {
  margin-bottom: 15px; }

/* line 2109, main.css.scss */
.collection-filters .filter-body {
  margin-bottom: 0px; }

/* line 2112, main.css.scss */
.collection-filters .range-slider {
  margin-bottom: 15px; }

/* line 2115, main.css.scss */
.collection-filters .checkbox-label:before {
  left: 2px; }

@media (max-width: 1200px) {
  /* line 2120, main.css.scss */
  .collection-filters .range-slider {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 15px; }

  /* line 2125, main.css.scss */
  .cancel-filter {
    text-align: center;
    display: block;
    width: 100%;
    max-width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; } }
@media (max-width: 1024px) {
  /* line 2138, main.css.scss */
  .collection-filters .filter-header h3 {
    display: inline-block; }

  /* line 2141, main.css.scss */
  .breadcrumb-wrap {
    margin-bottom: 15px; }

  /* line 2145, main.css.scss */
  .is-collapse:after {
    position: static !important; } }
@media (max-width: 580px) {
  /* line 2150, main.css.scss */
  .collection-filters .price-filter .filter-body {
    width: 90%;
    margin: 0 auto; }

  /* line 2154, main.css.scss */
  .collection-filters .price-filter {
    padding-top: 15px;
    border-top: 1px solid #d3d3d3;
    margin-bottom: 15px; }

  /* line 2159, main.css.scss */
  .cancel-filter {
    text-align: center;
    display: block;
    width: 100%; } }
/*  Price slider
-----------------------------------------*/
/* line 2168, main.css.scss */
.range-slider {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 10px; }

/* line 2174, main.css.scss */
.range-slider > .irs {
  margin-bottom: 10px; }

/* line 2178, main.css.scss */
.range-slider .irs-from,
.range-slider .irs-to {
  cursor: pointer; }

/* line 2183, main.css.scss */
.input-range,
.input-range {
  position: relative;
  width: 49%; }

/* line 2189, main.css.scss */
.irs {
  height: 40px; }

/* line 2193, main.css.scss */
.irs-with-grid {
  height: 60px; }

/* line 2197, main.css.scss */
.irs-line {
  height: 12px;
  top: 25px; }

/* line 2202, main.css.scss */
.irs-line-left {
  background: #d3d3d3;
  height: 12px; }

/* line 2207, main.css.scss */
.irs-line-mid {
  background: #d3d3d3;
  height: 12px; }

/* line 2212, main.css.scss */
.irs-line-right {
  height: 12px;
  background: #d3d3d3; }

/* line 2217, main.css.scss */
.irs-bar {
  height: 12px;
  top: 25px;
  background: #ed1651; }

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

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

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

/* line 2241, main.css.scss */
.irs-slider {
  width: 2px;
  height: 18px;
  top: 22px;
  background: #ed1651; }

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

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

/* line 2264, main.css.scss */
.irs-from, .irs-to, .irs-single {
  color: #fff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: #ed1651;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

/* line 2275, main.css.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: #ed1651; }

/* line 2289, main.css.scss */
.irs-grid-pol {
  background: #ed1651; }

/* line 2293, main.css.scss */
.irs-grid-text {
  color: #999; }

/*=========================================
  PRODUCT GALLERY
=========================================*/
/* line 2300, main.css.scss */
.product-gallery {
  margin-bottom: 30px;
  text-align: center;
  overflow: hidden; }

/*  Product gallery - main slider
-----------------------------------------*/
/* line 2308, main.css.scss */
#product-gallery-slider {
  display: block;
  width: 100%; }

@media (max-width: 1024px) {
  /* line 2314, main.css.scss */
  body #product-gallery-thumbs {
    display: none; }

  /* line 2317, main.css.scss */
  #product-gallery-slider {
    width: 100%;
    margin-left: 0; }

  /* line 2321, main.css.scss */
  .breadcrumb {
    height: auto; } }
/* line 2326, main.css.scss */
#product-gallery-slider img {
  vertical-align: top; }

/* line 2329, main.css.scss */
#product-gallery-slider .swiper-slide {
  opacity: 0 !important;
  max-height: 0; }

/* line 2333, main.css.scss */
#product-gallery-slider .swiper-slide-active {
  max-height: 1000px;
  opacity: 1 !important; }

/*  Product gallery - control
-----------------------------------------*/
/* line 2343, main.css.scss */
.product-gallery-btn {
  border: none;
  display: block;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  width: 30px;
  z-index: 990;
  cursor: pointer;
  -webkit-border-radius: 4px;
  border-radius: 4px; }

/* line 2358, main.css.scss */
.product-gallery-btn .fa {
  font-size: 27px; }

/* line 2362, main.css.scss */
.product-gallery-btn:hover {
  background: #ed1651;
  color: #fff;
  opacity: 1; }

/* line 2368, main.css.scss */
.product-gallery-btn.product-gallery-next {
  right: 0; }

/* line 2372, main.css.scss */
.product-gallery-btn.product-gallery-prev {
  left: 0; }

/* line 2376, main.css.scss */
#product-gallery-thumbs {
  padding-bottom: 1px;
  margin-top: 10px; }

/* line 2381, main.css.scss */
#product-gallery-thumbs .swiper-slide {
  border: 3px solid transparent;
  cursor: pointer;
  height: 150px; }

/* line 2387, main.css.scss */
#product-gallery-thumbs .swiper-slide img {
  opacity: 1;
  margin-left: 0;
  vertical-align: top;
  height: 100%;
  object-fit: cover;
  width: 100%; }

/* line 2396, main.css.scss */
#product-gallery-thumbs .swiper-slide.swiper-slide-active {
  z-index: 100; }
  /* line 2398, main.css.scss */
  #product-gallery-thumbs .swiper-slide.swiper-slide-active img {
    -webkit-box-shadow: 0px 0px 5px #ed1651;
    box-shadow: 0px 0px 5px #ed1651; }

/* line 2403, main.css.scss */
#product-gallery-thumbs {
  overflow: hidden;
  display: block; }

/*=========================================
  PRODUCT CAPTION
=========================================*/
/* line 2411, main.css.scss */
.product-caption {
  margin-bottom: 30px; }

/* line 2414, main.css.scss */
.buyzone .button i {
  margin: 0 6px 0 -4px; }

@media (max-width: 480px) {
  /* line 2416, main.css.scss */
  .buyzone {
    margin-bottom: 10px; } }
/*  Review form
-----------------------------------------*/
/* line 2423, main.css.scss */
.review-form {
  position: relative; }

/* line 2426, main.css.scss */
.review-form .form-footer {
  padding-left: 40%; }

/* line 2429, main.css.scss */
#review-form {
  padding: 3px 3px 0 0; }

/* line 2432, main.css.scss */
.product-sku {
  color: #999; }

/* line 2436, main.css.scss */
.foot-img {
  display: inline-block;
  vertical-align: middle;
  width: 57px; }

/* line 2441, main.css.scss */
.foot-caption {
  display: inline-block;
  width: -webkit-calc(100% - 57px);
  width: calc(100% - 57px);
  vertical-align: middle; }
  /* line 2446, main.css.scss */
  .foot-caption strong {
    display: block;
    color: #FFF;
    font-weight: normal;
    text-transform: uppercase;
    margin-bottom: 6px; }

/*  Params list
-----------------------------------------*/
/* line 2456, main.css.scss */
.params-list dt {
  float: left;
  font-weight: bold;
  width: 130px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap; }

/* line 2466, main.css.scss */
.params-list dd {
  clear: right;
  margin-bottom: 15px;
  margin-left: 140px; }

/*  Product variants
-----------------------------------------*/
/* line 2474, main.css.scss */
.product-variants {
  margin-bottom: 30px; }

/* line 2477, main.css.scss */
.option-selector select {
  width: 100%; }

/* line 2480, main.css.scss */
.option-item {
  padding: 5px 0;
  margin-bottom: 10px; }

/* line 2484, main.css.scss */
.option-item label {
  margin-bottom: 5px;
  display: block;
  font-family: Roboto Slab, serif; }

/* line 2489, main.css.scss */
.option-item span {
  cursor: pointer; }

/* line 2492, main.css.scss */
.quantity-block {
  font-weight: bold;
  font-family: Roboto Slab, serif; }

/* line 2496, main.css.scss */
.quantity-block input {
  vertical-align: middle; }

/* line 2499, main.css.scss */
.form .form-row.quantity-block {
  margin-bottom: 20px; }

/* line 2502, main.css.scss */
.option-cvet span {
  display: inline-block;
  height: 48px;
  line-height: 48px;
  vertical-align: top; }

/* line 2508, main.css.scss */
.option-cvet img {
  vertical-align: middle; }

@media screen and (max-width: 480px) {
  /* line 2513, main.css.scss */
  .product-card-buy .btn {
    margin-bottom: 10px; } }
/*  Product price
-----------------------------------------*/
/* line 2520, main.css.scss */
.product-price {
  margin-bottom: 30px; }

/* line 2524, main.css.scss */
.product-price:after {
  content: '';
  clear: both;
  display: table;
  height: 0;
  font-size: 0;
  vertical-align: top;
  width: 100%; }

/* line 2534, main.css.scss */
.product-price .fa.fa-rub {
  font-size: .9em; }

/* line 2538, main.css.scss */
.product-price .price,
.product-price .old-price {
  display: inline-block;
  font-size: 2.5em;
  position: relative; }

/* line 2546, main.css.scss */
.product-price .price {
  font-weight: bold; }

/* line 2550, main.css.scss */
.old-price, .product-price .old-price {
  color: #999999;
  text-decoration: line-through; }

/* line 2554, main.css.scss */
.product-price .old-price {
  color: #999999;
  text-decoration: line-through;
  margin-left: 0.5em;
  font-size: 2em; }

/*  Product reviews
-----------------------------------------*/
/* line 2563, main.css.scss */
#review-form .captcha-image {
  margin-top: 5px; }

/* line 2567, main.css.scss */
.review-form-toggle {
  margin-bottom: 10px; }

/*  Product tabs
-----------------------------------------*/
/* line 2573, main.css.scss */
.product-tabs {
  margin-top: 20px; }

/* line 2576, main.css.scss */
.product-tabs .tabs-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: table;
  width: 100%; }

/* line 2584, main.css.scss */
.product-tabs .tabs-menu > .menu-item {
  display: inline-block;
  position: relative; }

/* line 2589, main.css.scss */
.product-tabs .tabs-menu > .menu-item .menu-link {
  display: inline-block;
  position: relative; }

/* line 2594, main.css.scss */
.product-tabs .tabs-menu > .menu-item {
  display: table-cell; }

/* line 2598, main.css.scss */
.product-tabs .tabs-item .tabs-link {
  background: #fff;
  border: 1px solid #d3d3d3;
  border-right: none;
  display: block;
  padding: 10px 4px;
  text-align: center;
  text-decoration: none;
  width: 100%;
  color: #999; }

/* line 2611, main.css.scss */
.product-tabs .tabs-item .tabs-link:hover {
  background: #f1f1f1; }

/* line 2615, main.css.scss */
.product-tabs .tabs-item:first-child .tabs-link {
  -webkit-border-radius: 4px 0 0;
  border-radius: 4px 0 0; }

/* line 2620, main.css.scss */
.product-tabs .tabs-item:last-child .tabs-link {
  -webkit-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
  border-right: 1px solid #d3d3d3; }

/* line 2626, main.css.scss */
.product-tabs .tabs-item.active .tabs-link {
  color: #ed1651;
  border-bottom-color: #fff; }

/* line 2631, main.css.scss */
.product-tabs .tabs-item.active .tabs-link:hover {
  background: #fff; }

/* line 2635, main.css.scss */
.product-tabs .tabs-list {
  margin-top: -1px;
  border: 1px solid #d3d3d3;
  overflow: hidden;
  padding: 15px; }

/*=========================================
  REVIEWS LIST
=========================================*/
/*  Reviews-item
-----------------------------------------*/
/* line 2647, main.css.scss */
.reviews-item {
  border-bottom: 2px solid #d3d3d3;
  margin-bottom: 15px;
  padding-bottom: 15px; }

/* line 2653, main.css.scss */
.reviews-item .review-header {
  color: #333333;
  font-family: Roboto Slab, serif;
  font-size: .9em;
  margin-bottom: 10px; }

/* line 2660, main.css.scss */
.reviews-item .review-header .author,
.reviews-item .review-header .date {
  display: inline-block; }

/* line 2665, main.css.scss */
.reviews-item .review-header .date {
  border-left: 2px solid #d3d3d3;
  margin-left: 10px;
  padding-left: 10px; }

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

/*=========================================
  SHOPPING CART
=========================================*/
/*  Cart items
-----------------------------------------*/
/* line 2686, main.css.scss */
.cart-item {
  border-bottom: 1px solid lightgray;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative; }

/* line 2693, main.css.scss */
.cart-item .item-image,
.cart-item .item-caption,
.cart-item .item-title,
.cart-item .item-price,
.cart-item .item-summ,
.cart-item .item-amount,
.cart-item .item-remove {
  vertical-align: middle; }

/* line 2703, main.css.scss */
.cart-item .item-image img {
  vertical-align: top; }

/* line 2706, main.css.scss */
.item-price .old-price {
  font-size: 0.85em; }

/* line 2709, main.css.scss */
.form .discount-code label {
  padding: 0; }

/* line 2712, main.css.scss */
.cart-item .item-price,
.cart-item .item-amount,
.cart-item .item-summ {
  text-align: center; }

/* line 2718, main.css.scss */
.cart-item .item-price,
.cart-item .item-summ {
  font-size: 2em;
  font-weight: bold; }

/* line 2724, main.css.scss */
.cart-item .item-price .currency,
.cart-item .item-summ .currency {
  font-size: .9em;
  margin-left: 4px; }

/* line 2730, main.css.scss */
.cart-item .item-remove {
  text-align: right; }

@media screen and (max-width: 1024px) {
  /* line 2735, main.css.scss */
  .cart-item .item-price {
    text-align: left; } }
@media screen and (max-width: 768px) {
  /* line 2741, main.css.scss */
  .cart-item .item-summ {
    text-align: left; }

  /* line 2744, main.css.scss */
  .cart-item .item-amount {
    text-align: right; }

  /* line 2747, main.css.scss */
  .cart-item .item-price:before {
    content: 'Цена';
    font-size: 10px;
    margin-bottom: -2px;
    display: block; }

  /* line 2754, main.css.scss */
  .cart-item .item-amount:before {
    content: 'Кол-во';
    font-size: 10px;
    display: block; }

  /* line 2759, main.css.scss */
  .cart-item .item-summ:before {
    content: 'Сумма';
    font-size: 10px;
    margin-bottom: -2px;
    display: block; } }
@media (max-width: 640px) {
  /* line 2768, main.css.scss */
  .form .discount-code label {
    width: auto; } }
@media screen and (max-width: 480px) {
  /* line 2774, main.css.scss */
  .cart-item {
    padding-bottom: 0; }

  /* line 2777, main.css.scss */
  .breadcrumb-wrap {
    margin-bottom: 10px; }

  /* line 2780, main.css.scss */
  .cart-item .item-price, .cart-item .item-summ {
    font-size: 1.3em; }

  /* line 2784, main.css.scss */
  .item-title h3 {
    font-size: 14px;
    margin-bottom: 0;
    word-wrap: break-word; }

  /* line 2789, main.css.scss */
  .shopcart-widget {
    line-height: 60px;
    margin-bottom: 0; }

  /* line 2793, main.css.scss */
  .header .contacts {
    line-height: inherit;
    height: 50px; }

  /* line 2797, main.css.scss */
  .form .discount-code label {
    width: 100%; }

  /* line 2798, main.css.scss */
  .cart-item .item-image,
  .cart-item .item-caption,
  .cart-item .item-title,
  .cart-item .item-price,
  .cart-item .item-summ,
  .cart-item .item-amount,
  .cart-item .item-remove {
    margin-bottom: 10px;
    text-align: center; } }
/*  Cart order form
-----------------------------------------*/
/* line 2812, main.css.scss */
.cart-order-form {
  margin: 10px 0; }

/* line 2815, main.css.scss */
.cart-order-form .cart-control {
  margin-bottom: 10px;
  float: right;
  text-align: right;
  width: auto; }

/* line 2822, main.css.scss */
.cart-summ {
  font-size: 2em;
  font-weight: bold;
  text-align: right; }

/* line 2828, main.css.scss */
.cart-summ .currency {
  font-size: .9em;
  margin-left: 4px; }

/* line 2832, main.css.scss */
.coupon-block {
  white-space: nowrap; }

@media screen and (max-width: 480px) {
  /* line 2836, main.css.scss */
  .discount-comment {
    padding-bottom: 10px;
    text-align: center; }

  /* line 2840, main.css.scss */
  .cart-order-form .cart-control {
    float: none;
    display: inline-block; }

  /* line 2844, main.css.scss */
  .cart-order-form {
    text-align: center; }

  /* line 2847, main.css.scss */
  .cart-order-form .cart-summ {
    text-align: center; }

  /* line 2850, main.css.scss */
  .cart-order-form .btn {
    margin-bottom: 10px; } }
/*=========================================
  ARTICLES LIST
=========================================*/
/*  Article preview
-----------------------------------------*/
/* line 2860, main.css.scss */
.article-preview {
  margin-bottom: 30px; }

/* line 2864, main.css.scss */
.article-preview .article-image img {
  vertical-align: top; }

/* line 2868, main.css.scss */
.article-preview .article-header {
  margin-bottom: 10px; }

/* line 2872, main.css.scss */
.article-preview .article-header .date, .article-preview .article-header .author, .article-preview .article-header .comments-count {
  color: #333333;
  font-size: .9em;
  margin-right: 10px;
  padding-right: 10px; }

/* line 2879, main.css.scss */
.article-preview .article-header .comments-count {
  border-right: none;
  margin-right: 0;
  padding-right: 0; }

@media screen and (max-width: 640px) {
  /* line 2886, main.css.scss */
  .article-preview .article-image {
    margin-bottom: 15px; } }
/* line 2892, main.css.scss */
.article-title a {
  color: #000; }

/*=========================================
  ARTICLE
=========================================*/
/* line 2900, main.css.scss */
.article {
  margin-bottom: 20px; }

/* line 2904, main.css.scss */
.article .article-image {
  margin-bottom: 10px; }

/* line 2908, main.css.scss */
.article .article-image img {
  vertical-align: top; }

/* line 2912, main.css.scss */
.article .article-header {
  border-bottom: 2px solid lightgray;
  padding-bottom: 10px;
  margin-bottom: 10px; }

/* line 2918, main.css.scss */
.article .article-header .date, .article .article-header .author, .article .article-header .comments-count {
  color: #333333;
  font-size: .9em;
  border-right: 1px solid lightgray;
  margin-right: 10px;
  padding-right: 10px; }

/* line 2926, main.css.scss */
.article .article-header .comments-count {
  border-right: none;
  margin-right: 0;
  padding-right: 0; }

/*=========================================
  ARTICLE COMMENTS
=========================================*/
/* line 2935, main.css.scss */
.comments-list {
  margin-bottom: 20px; }

/* line 2939, main.css.scss */
.comments-header {
  border-bottom: 2px solid lightgray;
  margin-bottom: 20px;
  padding-bottom: 20px; }

/* line 2945, main.css.scss */
.comments-item {
  border-bottom: 2px solid lightgray;
  margin-bottom: 15px;
  padding-bottom: 15px; }

/* line 2951, main.css.scss */
.comments-item .comment-header {
  border-bottom: 1px solid lightgray;
  color: #333333;
  font-family: Roboto Slab, serif;
  font-size: .9em;
  margin-bottom: 10px;
  padding-bottom: 10px; }

/* line 2960, main.css.scss */
.comments-item .comment-header .author,
.comments-item .comment-header .date {
  display: inline-block; }

/* line 2965, main.css.scss */
.comments-item .comment-header .date {
  border-left: 2px solid lightgray;
  margin-left: 10px;
  padding-left: 10px; }

/* line 2971, main.css.scss */
.comments-item .comment-footer:after {
  content: '';
  clear: both;
  display: table;
  height: 0;
  font-size: 0;
  vertical-align: top;
  width: 100%; }

/* line 2980, main.css.scss */
.comment-form {
  position: relative; }

/* line 2983, main.css.scss */
.comment-form-toggle {
  margin-bottom: 20px; }

/* line 2987, main.css.scss */
.comment-form .captcha-image {
  margin-top: 5px; }

/*=========================================
  COMPARE
=========================================*/
/* line 2994, main.css.scss */
.compare-btns a {
  white-space: nowrap; }

/* line 2997, main.css.scss */
.compare-add {
  display: inline-block; }
  /* line 2999, main.css.scss */
  .compare-add .fa.fa-heart {
    color: #f13e65; }

/* line 3004, main.css.scss */
.compare-add .fa {
  display: none; }

/* line 3009, main.css.scss */
.compare-add.is-added .fa.fa-heart-o {
  display: none; }
/* line 3012, main.css.scss */
.compare-add.is-added .fa.fa-heart {
  display: block; }

/* line 3017, main.css.scss */
.compare-add.not-added .fa.fa-heart-o {
  display: block; }
/* line 3020, main.css.scss */
.compare-add.not-added .fa.fa-heart {
  display: none; }

/* line 3025, main.css.scss */
.compare-delete {
  background: #ed1651;
  color: #ffffff;
  display: none; }

/* line 3031, main.css.scss */
.compare-add, .compare-delete {
  background: none;
  font-size: 28px;
  color: #aaa;
  margin-left: 10px; }
  /* line 3036, main.css.scss */
  .compare-add.on-card, .compare-delete.on-card {
    font-size: 18px;
    vertical-align: middle; }

/* line 3041, main.css.scss */
.compare-delete {
  color: #ed1651; }

/*  Compare table
-----------------------------------------*/
/* line 3047, main.css.scss */
.table.table-compare {
  position: relative; }

/* line 3051, main.css.scss */
.table.table-compare tr, .table.table-compare td {
  border: none; }

/* line 3055, main.css.scss */
.table.table-compare td {
  padding: 20px; }

/* line 3059, main.css.scss */
.table.table-compare .param-title {
  background: #ed1651;
  color: #ffffff;
  font-weight: bold;
  width: 15%; }

/* line 3066, main.css.scss */
.table.table-compare tr:nth-child(even) .param-title {
  background: #777777; }

/* line 3071, main.css.scss */
.table.table-compare .param-value {
  width: 20%; }

/* line 3074, main.css.scss */
.table.table-compare .product-title, .table.table-compare .param-value {
  word-wrap: break-word; }

@media screen and (max-width: 768px) {
  /* line 3078, main.css.scss */
  .table.table-compare .button span {
    display: none; }

  /* line 3081, main.css.scss */
  .table.table-compare .param-title, .table.table-compare tr:nth-child(even) .param-title {
    background: #ed1651;
    font-weight: bold; }

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

  /* line 3102, main.css.scss */
  .table.table-compare td, .table.table-compare th {
    display: block;
    width: 33%; }

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

  /* line 3111, main.css.scss */
  .table.table-compare th:first-child {
    display: none; } }
@media screen and (max-width: 480px) {
  /* line 3117, main.css.scss */
  .table.table-compare td, .table.table-compare td {
    padding: 5px; } }
/*  Compare same toggler
-----------------------------------------*/
/* line 3124, main.css.scss */
.button-same-toggle .text-hide,
.button-same-toggle .fa-eye-slash {
  display: inline; }

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

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

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

/*  Compare toolbar
-----------------------------------------*/
/* line 3146, main.css.scss */
.compare-toolbar {
  margin-bottom: 20px; }

/*=========================================
    TOOLTIPS
=========================================*/
/* line 3152, main.css.scss */
.tooltipster-light {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: none;
  background-color: #ddd;
  color: #000000; }

/* line 3161, main.css.scss */
.card-revs a {
  color: #000; }

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

/* line 3171, main.css.scss */
.required,
.is-error {
  color: #d9534f !important; }

/* line 3176, main.css.scss */
.required input[type=text], .required input[type=email], .required textarea,
.is-error input[type=text],
.is-error input[type=email],
.is-error textarea {
  color: #d9534f !important;
  border-color: #d9534f !important; }

/* line 3184, main.css.scss */
.marked {
  font-weight: bold; }

/* line 3188, main.css.scss */
input[type=text].is-error, input[type=email].is-error, textarea.is-error {
  color: #d9534f !important;
  border-color: #d9534f !important; }

/* line 3193, main.css.scss */
input[type=text].valid, input[type=email].valid, textarea.valid {
  border-color: #5cb85c; }

/*  Backdrop
-----------------------------------------*/
/* line 3199, main.css.scss */
#backdrop {
  background: rgba(0, 0, 0, 0.6);
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1400; }

@media screen and (max-width: 768px) {
  /* line 3211, main.css.scss */
  .backdrop-opened {
    overflow: hidden; } }
/*  Scroll button
-----------------------------------------*/
/* line 3217, main.css.scss */
button.button-to-top {
  color: #fff;
  display: block;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  bottom: 10px;
  font-size: 2em;
  cursor: pointer;
  padding: 0;
  right: 10px;
  width: 40px;
  height: 40px;
  opacity: 0;
  text-align: center;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: .25s ease right, .25s ease all;
  -o-transition: .25s ease right, .25s ease all;
  transition: .25s ease right, .25s ease all;
  text-decoration: none;
  z-index: 1000; }

/* line 3240, main.css.scss */
button.button-to-top:focus {
  text-decoration: none; }

/* line 3244, main.css.scss */
button.button-to-top.active {
  opacity: .7;
  right: 25px;
  text-decoration: none; }

/* line 3250, main.css.scss */
button.button-to-top.active:hover,
button.button-to-top.active:focus {
  text-decoration: none;
  background: #ed1651; }

/*  Collapse
-----------------------------------------*/
/* line 3257, main.css.scss */
.is-collapse {
  cursor: pointer;
  position: relative;
  padding-right: 20px !important; }

/* line 3263, main.css.scss */
.is-collapse:after {
  content: '\f107';
  display: inline-block;
  font-family: 'FontAwesome';
  margin-top: -6px;
  position: absolute;
  right: 0px;
  top: 50%; }

/* line 3273, main.css.scss */
.is-collapse.active:after {
  content: '\f106'; }

/* line 3277, main.css.scss */
.collapsible {
  max-height: 0;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: .5s ease opacity, .5s ease max-height;
  -o-transition: .5s ease opacity, .5s ease max-height;
  transition: .5s ease opacity, .5s ease max-height; }

/* line 3286, main.css.scss */
.collapsible.active {
  max-height: 1200px;
  opacity: 1; }

/*=========================================
  MODAL
=========================================*/
/*  Preview
-----------------------------------------*/
/* line 3297, main.css.scss */
#preview-modal .modal-inner {
  min-height: 440px; }

/* line 3301, main.css.scss */
.modal {
  max-width: 400px;
  margin: 0 auto;
  position: relative; }

/* line 3307, main.css.scss */
.modal.modal-md {
  max-width: 700px; }

/* line 3311, main.css.scss */
.modal.modal-lg {
  max-width: 1000px; }

/* line 3315, main.css.scss */
.modal.modal-preview {
  max-width: 930px; }

/* line 3319, main.css.scss */
.modal-header {
  margin-top: 0; }

/* line 3323, main.css.scss */
.modal-inner {
  background: #fff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 30px; }

/* line 3330, main.css.scss */
.modal-inner:after {
  content: '';
  clear: both;
  display: table;
  height: 0;
  font-size: 0;
  vertical-align: top;
  width: 100%; }

/* line 3340, main.css.scss */
.mfp-close-btn-in .mfp-close {
  color: #fff;
  cursor: pointer !important;
  background: #d9534f;
  -webkit-border-radius: 4px 4px 0 4px;
  border-radius: 4px 4px 0 4px;
  opacity: 1;
  padding: 0;
  text-align: center;
  top: -20px;
  width: 44px;
  z-index: 9001; }

/*  Magnific popup - modal
-----------------------------------------*/
/* line 3356, main.css.scss */
.mfp-figure .mfp-close {
  top: 15px;
  right: 0; }

/* line 3361, main.css.scss */
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */ }

/* line 3367, main.css.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;
  transition: all 0.15s ease-in-out;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9); }

/* line 3378, main.css.scss */
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* line 3385, main.css.scss */
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1); }

/* line 3393, main.css.scss */
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.7; }

/* line 3397, main.css.scss */
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0; }

/* line 3405, main.css.scss */
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0; }

/*  Alertify plugin - notifier
-----------------------------------------*/
/* line 3410, main.css.scss */
.alertify .ajs-body {
  min-height: 0; }

/* line 3413, main.css.scss */
.alertify .ajs-body .ajs-content {
  padding: 0; }

/* line 3416, main.css.scss */
.alertify .ajs-commands {
  margin: -14px 14px 0 0; }

/* line 3419, main.css.scss */
.alertify .ajs-dialog {
  max-width: 358px; }

/* line 3422, main.css.scss */
.alertify .ajs-header {
  text-align: center; }

/* line 3425, main.css.scss */
.alertify .ajs-footer {
  padding: 10px; }

/* line 3428, main.css.scss */
.alertify .ajs-header {
  background: #eeeeee; }

/* line 3431, main.css.scss */
.alertify .ajs-footer .ajs-buttons.ajs-auxiliary .ajs-button,
.alertify .ajs-footer .ajs-buttons.ajs-primary .ajs-button {
  margin: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: auto;
  max-width: inherit;
  color: #ffffff;
  padding: 0 10px;
  background: #777777; }

@media (max-width: 390px) {
  /* line 3443, main.css.scss */
  .alertify .ajs-footer .ajs-buttons.ajs-primary {
    text-align: center; }

  /* line 3446, main.css.scss */
  .alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
    float: none !important; } }
/* line 3450, main.css.scss */
.alertify .ajs-footer .ajs-buttons .ajs-button:hover {
  background: #ed1651;
  color: #ffffff; }

/* line 3455, main.css.scss */
.alertify .ajs-footer .ajs-buttons .ajs-button.ajs-ok {
  background: #ed1651;
  color: #ffffff;
  float: left; }

/* line 3460, main.css.scss */
.alertify .ajs-footer .ajs-buttons .ajs-ok:hover {
  background: #777777;
  color: #ffffff; }

/* line 3464, main.css.scss */
.alertify-notifier.ajs-right .ajs-message {
  background: url("lines-tile.png") 0 0 #232323;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  position: relative;
  width: 240px;
  max-height: 100%;
  padding: 15px 15px 15px 15px;
  -webkit-transition: .2s ease opacity;
  -o-transition: .2s ease opacity;
  transition: .2s ease opacity;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  opacity: 0;
  right: 240px;
  margin: 10px 0 0; }

/* line 3486, main.css.scss */
.alertify-notifier.ajs-right .ajs-message:before {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: '';
  display: block;
  height: 20px;
  margin-top: -10px;
  position: absolute;
  left: 15px;
  top: 50%;
  width: 20px;
  z-index: 890; }

/* line 3500, main.css.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: 50px;
  z-index: 880; }

/* line 3514, main.css.scss */
.related-product .titleHeader h3 {
  width: fit-content;
  background-image: url(revback.png);
  /*padding: 14px 25px;*/
  font-weight: normal; }

/* line 3519, main.css.scss */
.related-product ul#recently-view {
  list-style: none;
  padding: 0; }

/* line 3523, main.css.scss */
.related-product .thumbSetting {
  width: calc(100% - 130px);
  display: inline-block;
  vertical-align: top; }
  /* line 3527, main.css.scss */
  .related-product .thumbSetting .thumbTitle a {
    color: #000; }
    /* line 3529, main.css.scss */
    .related-product .thumbSetting .thumbTitle a:hover {
      color: #ED1651; }
  /* line 3533, main.css.scss */
  .related-product .thumbSetting .thumbPrice {
    margin-top: 10px; }

/* line 3537, main.css.scss */
.collection-sidebar .related-product .thumbSetting {
  font-size: 13px; }

/* line 3540, main.css.scss */
.related-product .thumbnail {
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  width: 120px; }

/* line 3546, main.css.scss */
.related-product .span3 {
  margin-bottom: 20px; }

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

/* line 3558, main.css.scss */
.alertify-notifier .ajs-message.ajs-success {
  background: url("lines-tile.png") 0 0 #232323; }

/* line 3562, main.css.scss */
.alertify-notifier .ajs-message.ajs-success:before {
  background: #5cb85c; }

/* line 3566, main.css.scss */
.alertify-notifier .ajs-message.ajs-error {
  background: url("lines-tile.png") 0 0 #232323; }

/* line 3570, main.css.scss */
.alertify-notifier .ajs-message.ajs-error:before {
  background: #d9534f; }

/* line 3574, main.css.scss */
.alertify-notifier .ajs-message.ajs-warning {
  background: url("lines-tile.png") 0 0 #232323; }

/* line 3578, main.css.scss */
.alertify-notifier .ajs-message.ajs-warning:before {
  background: #f0ad4e; }

/* line 3582, main.css.scss */
.alertify-notifier .ajs-message {
  background: url("lines-tile.png") 0 0 #232323; }

/* line 3586, main.css.scss */
.alertify-notifier .ajs-message:before {
  background: #5bc0de; }

/*=========================================
  CUSTOM CHECKOUT
=========================================*/
/* line 3593, main.css.scss */
#flash_messages .message {
  margin: 0 0 10px; }

/* line 3597, main.css.scss */
#flash_messages .message p {
  margin: 0; }

/* line 3601, main.css.scss */
.wrapper.fc {
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  width: 100%; }

/* line 3613, main.css.scss */
.wrapper.fc #registered_client {
  height: auto; }

/* line 3617, main.css.scss */
.wrapper.fc .field-label {
  margin-bottom: 5px;
  width: 30% !important; }

/* line 3622, main.css.scss */
.wrapper.fc .field-content {
  width: 69% !important; }

/* line 3626, main.css.scss */
.wrapper.fc h3, .wrapper.fc h4 {
  margin-bottom: 10px; }

/* line 3630, main.css.scss */
.wrapper.fc .set {
  width: 70%; }

/* line 3634, main.css.scss */
.wrapper.fc .set-sidebar {
  width: 28%; }

/* line 3638, main.css.scss */
.wrapper.fc .header-checkout {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 980px; }

/* line 3644, main.css.scss */
.wrapper.fc .header-checkout .logo,
.wrapper.fc .header-checkout .phone {
  height: 65px; }

/* line 3649, main.css.scss */
.wrapper.fc .header-checkout .logo {
  float: left;
  width: 40%; }

/* line 3654, main.css.scss */
.wrapper.fc .header-checkout .phone {
  color: #000000;
  font-size: 1.4em;
  float: right;
  text-align: right;
  width: 40%; }

/* line 3662, main.css.scss */
.wrapper.fc .button {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  display: inline-block;
  margin: 5px 0 !important;
  text-transform: none;
  font-weight: bold;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-weight: normal;
  font-family: inherit !important;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 0 1em;
  font-size: 14px !important;
  height: 40px;
  line-height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: none;
  outline: none;
  background: #777777;
  color: #ffffff; }

/* line 3695, main.css.scss */
.wrapper.fc .button:focus,
.wrapper.fc .button:active:focus,
.wrapper.fc .button.active:focus,
.wrapper.fc .button.focus,
.wrapper.fc .button:active.focus,
.wrapper.fc .button.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

/* цвет основных границ */
/* line 3707, main.css.scss */
.wrapper.fc .userbar, .wrapper.fc .set-list, .wrapper.fc .set-list-item .img, .wrapper.fc .set-sidebar, .wrapper.fc .set-meta, .wrapper.fc .set-title, .wrapper.fc .set-block, .wrapper.fc .set, .wrapper.fc .table tfoot th, .wrapper.fc .table tfoot td, .wrapper.fc input.textfield, .wrapper.fc textarea, .wrapper.fc select {
  border-color: #d3d3d3; }

/* line 3710, main.css.scss */
.wrapper.fc .button:hover,
.wrapper.fc .button:focus,
.wrapper.fc .button.focus {
  color: #000000;
  text-decoration: none; }

/* line 3716, main.css.scss */
.wrapper.fc .button:hover {
  color: #ffffff;
  background: #ed1651; }

/* line 3720, main.css.scss */
.wrapper.fc .button:active,
.wrapper.fc .button.active,
.wrapper.fc .open > .dropdown-toggle.button-primary {
  color: #fff;
  background-color: #2f528b;
  border-color: #264270; }

/* line 3727, main.css.scss */
.wrapper.fc .textfield, .field-content input[type="text"] {
  display: block;
  width: 100%;
  max-width: 100%;
  background-image: none;
  background: #fff;
  border: 1px solid #d3d3d3;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0px 4px;
  vertical-align: top;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

/* line 3742, main.css.scss */
.wrapper.fc textarea.textfield {
  height: 80px; }

/* line 3745, main.css.scss */
.wrapper.fc .userbar,
.wrapper.fc .set-title,
.wrapper.fc .set-meta {
  background: none; }

/* line 3750, main.css.scss */
#order_comment {
  width: 100% !important; }

/* line 3753, main.css.scss */
.wrapper.fc .textfield:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

/* line 3759, main.css.scss */
.wrapper.fc .textfield::-moz-placeholder {
  color: #999;
  opacity: 1; }

/* line 3763, main.css.scss */
.wrapper.fc .textfield:-ms-input-placeholder {
  color: #999; }

/* line 3766, main.css.scss */
.wrapper.fc .textfield::-webkit-input-placeholder {
  color: #999; }

/* line 3769, main.css.scss */
.wrapper.fc .textfield::-ms-expand {
  border: 0;
  background-color: transparent; }

/* line 3773, main.css.scss */
.wrapper.fc .set-list-item .img {
  width: 20%;
  margin-top: 5px; }

/* line 3777, main.css.scss */
.wrapper.fc .set-list-item .description {
  float: left;
  width: 75%;
  margin-left: 5%; }

/* line 3782, main.css.scss */
.wrapper.fc .page-title {
  font-size: 2em;
  font-weight: bold;
  margin: 5px 0;
  font-family: Roboto Slab, serif; }

/* line 3788, main.css.scss */
.shop-checkout .header {
  padding: 0 10px;
  height: auto;
  line-height: 1.2;
  overflow: hidden;
  font-size: inherit;
  color: inherit;
  width: 100%; }

/* line 3797, main.css.scss */
.shop-checkout .header a {
  color: #ed1651; }

/* line 3800, main.css.scss */
.wrapper.fc #login small {
  display: block;
  clear: both;
  padding-top: 10px; }

/* line 3806, main.css.scss */
.wrapper.fc #login small a {
  margin-left: 0 !important; }

/* line 3810, main.css.scss */
.wrapper.fc .wrapper {
  max-width: 920px;
  width: auto; }

/* line 3814, main.css.scss */
.shop-checkout {
  font-family: Roboto Slab, serif; }

/* line 3817, main.css.scss */
.wrapper.fc .field-label {
  font-weight: normal; }

/* line 3820, main.css.scss */
#registered_client {
  width: 45%; }

/* line 3823, main.css.scss */
#regular_client {
  width: 100%; }

/* line 3826, main.css.scss */
#registered_client + div {
  width: 53%; }

/* line 3829, main.css.scss */
#regular_client input.textfield,
#registered_client input.textfield {
  width: 100%; }

@media all and (max-width: 960px) {
  /* line 3835, main.css.scss */
  .wrapper.fc .set {
    width: 100%; }

  /* line 3838, main.css.scss */
  .wrapper.fc .set-sidebar {
    float: left;
    width: 100%; }

  /* line 3842, main.css.scss */
  .wrapper.fc .set-list-item .description {
    width: 50%; } }
@media all and (max-width: 700px) {
  /* line 3848, main.css.scss */
  .wrapper.fc .past_step span {
    display: none; }

  /* line 3851, main.css.scss */
  #registered_client + div {
    width: 100%; }

  /* line 3854, main.css.scss */
  .wrapper.fc .past_step {
    width: 50%; }

  /* line 3857, main.css.scss */
  .wrapper.fc #registered_client {
    float: none;
    border-left: 0;
    padding-left: 0;
    width: 100%;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 10px;
    overflow: hidden;
    height: auto;
    margin-bottom: 10px; } }
@media all and (max-width: 480px) {
  /* line 3875, main.css.scss */
  .wrapper.fc .field-content {
    width: 100% !important;
    clear: both; }

  /* line 3879, main.css.scss */
  .wrapper.fc .field-content textarea {
    width: 97% !important; }

  /* line 3882, main.css.scss */
  .wrapper.fc #create_order {
    margin: 0 !important; }

  /* line 3885, main.css.scss */
  .wrapper.fc #regular_client .field-content.small {
    width: 100% !important;
    clear: both; } }
/* line 3891, main.css.scss */
#login small {
  display: block;
  clear: both;
  padding-top: 10px; }

/* line 3897, main.css.scss */
#login small a {
  margin-left: 0 !important; }

@media (max-width: 480px) {
  /* line 3902, main.css.scss */
  body.adaptive {
    overflow-x: hidden; }

  /* line 3905, main.css.scss */
  textarea {
    width: 100%; }

  /* line 3908, main.css.scss */
  .logotype-image {
    max-width: 100%;
    max-height: 30px;
    margin: 0; }

  /* line 3913, main.css.scss */
  #scroll-to-top {
    display: none !important; }

  /* line 3916, main.css.scss */
  .float-fixed-mobile {
    position: fixed;
    bottom: 0;
    z-index: 3;
    background: #fff;
    margin: 0 !important;
    width: 100%;
    padding: 10px 0;
    left: 0;
    box-shadow: 0 -1px 0px 0 rgba(0, 0, 0, 0.1); }
    /* line 3926, main.css.scss */
    .float-fixed-mobile .oneclick {
      display: none; }
    /* line 3929, main.css.scss */
    .float-fixed-mobile .buyzone {
      margin-bottom: 0; } }
/* line 3935, main.css.scss */
.product-price .price {
  display: inline-flex !important;
  align-items: baseline; }

/* line 3940, main.css.scss */
.product-price .currency {
  margin-left: 5px !important; }

/* line 3945, main.css.scss */
.top-burger > a {
  display: inline-block; }

/* line 3950, main.css.scss */
body #wh-widget-send-button.wh-widget-right {
  margin-bottom: 42px !important;
  box-sizing: content-box; }

/* line 3955, main.css.scss */
.prod-q {
  display: inline-block;
  border: 1px solid #d164b7;
  overflow: hidden;
  vertical-align: middle;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
  /* line 3962, main.css.scss */
  .prod-q [data-quantity-change] {
    line-height: 35px;
    padding: 12px 9px;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s; }
    /* line 3971, main.css.scss */
    .prod-q [data-quantity-change]:hover {
      background-color: #ea6bcb85; }
  /* line 3975, main.css.scss */
  .prod-q input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 42px;
    text-align: center;
    border: none;
    height: 36px;
    font-size: 16px; }
  /* line 3985, main.css.scss */
  .prod-q span {
    color: #d164b7; }

/* line 3990, main.css.scss */
.option-item {
  align-items: baseline; }

/* line 3996, main.css.scss */
.product-buy-form .select-wrapper select.select-field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #d164b7;
  padding: 5px 28px 5px 14px;
  height: auto;
  background-image: url(br_down.png);
  background-repeat: no-repeat;
  background-position: 90% center;
  width: auto;
  background-size: 9px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-left: -1px; }

/* line 4015, main.css.scss */
select#sorting {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #0dbfc1;
  padding: 5px 28px 5px 14px;
  height: auto;
  background-image: url(br_down.png);
  background-repeat: no-repeat;
  background-position: 90% center;
  width: auto;
  background-size: 9px; }

/* line 4029, main.css.scss */
.products-list.swiper-container {
  padding: 10px 14px;
  margin: 0 6px; }
  /* line 4032, main.css.scss */
  .products-list.swiper-container .swiper-button-prev {
    left: 0;
    top: 0;
    height: 100%;
    background-size: 14px 44px;
    background-position: left;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23f13e65'%2F%3E%3C%2Fsvg%3E"); }
    @media (max-width: 768px) {
      /* line 4032, main.css.scss */
      .products-list.swiper-container .swiper-button-prev {
        left: 6px; } }
  /* line 4043, main.css.scss */
  .products-list.swiper-container .swiper-button-next {
    right: 0;
    top: 0;
    height: 100%;
    background-size: 14px 44px;
    background-position: right;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23f13e65'%2F%3E%3C%2Fsvg%3E"); }
    @media (max-width: 768px) {
      /* line 4043, main.css.scss */
      .products-list.swiper-container .swiper-button-next {
        right: 6px; } }

/* line 4056, main.css.scss */
.ms8 {
  margin-left: 8px;
  margin-right: 8px; }

/* line 4061, main.css.scss */
#recently-view {
  margin-bottom: 30px;
  padding: 0px 20px; }
  /* line 4064, main.css.scss */
  #recently-view .swiper-button-next {
    right: 0;
    top: 20px;
    height: 100%;
    background-size: 14px 44px;
    background-position: right;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23f13e65'%2F%3E%3C%2Fsvg%3E"); }
  /* line 4072, main.css.scss */
  #recently-view .swiper-button-prev {
    left: 0;
    top: 20px;
    height: 100%;
    background-size: 14px 44px;
    background-position: left;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23f13e65'%2F%3E%3C%2Fsvg%3E"); }

/* line 4082, main.css.scss */
.hassubs {
  background-image: url(br_down.png);
  background-repeat: no-repeat;
  background-position: 94% center;
  background-size: 9px; }

/* line 4089, main.css.scss */
.product-page {
  -ms-overflow-x: hidden;
  overflow-x: hidden; }

/* line 4094, main.css.scss */
.col-subcol img {
  height: 150px;
  object-fit: contain; }

/* line 4099, main.css.scss */
.on-card.btn-more-info.no-left-margin {
  margin-left: 0; }

/* line 4103, main.css.scss */
.product-card .product-toolbar .btn-more-info {
  margin-left: 0 !important; }

/* line 4107, main.css.scss */
.product-card {
  padding: 0;
  padding-left: 5px; }

/* line 4112, main.css.scss */
product-card .product-card-inner {
  padding: 0; }

/* line 4116, main.css.scss */
.label-discount {
  display: block;
  padding-left: 0; }

/* line 4122, main.css.scss */
.product-card .product-card-inner .product-price {
  min-height: 43px; }

/* line 4125, main.css.scss */
#btn-buy-color {
  background: #d164b7;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5); }
  /* line 4129, main.css.scss */
  #btn-buy-color:hover, #btn-buy-coloractive {
    background: #ad4995; }

/* line 4133, main.css.scss */
.nextpage {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  height: 30px;
  line-height: 30px;
  background: linear-gradient(to right, #e91e63, #bb184f);
  cursor: pointer;
  color: #ffffff;
  border-radius: 8px; }
  /* line 4143, main.css.scss */
  .nextpage:hover {
    background: #db2850; }

/* line 4147, main.css.scss */
.nextpage:hover {
  background: #db2850 !important; }

@media (max-width: 1024px) {
  height: 40px;
  line-height: 40px; }
/* line 4154, main.css.scss */
.menu-list.in-footer .menu-link {
  color: #a8a8a8; }

/* line 4158, main.css.scss */
#quick_checkout_form .m-modal-button {
  background: #fecb2f;
  color: black;
  text-transform: uppercase;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5); }

/* line 4165, main.css.scss */
#oneclick {
  border-radius: 8px; }
