* {
  box-sizing: border-box; }

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* 1 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.clear-list {
  list-style: none;
  margin: 0;
  padding: 0; }

.clearfix::after {
  content: '';
  display: block;
  clear: both; }

/* 0, 460px */
/* 461px,768px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1025px, 1280px */
/* 1280px, 1680px */
/* 1441px, 1920px */
/* 1921px */
.catalog-page .filters-sections .accordion:after {
  background-image: url(/images/sprite.png);
  background-position: -39px -97px;
  width: 11px;
  height: 6px; }

.account-section .history-box .top-box a:after {
  background-image: url(/images/sprite.png);
  background-position: -187px -74px;
  width: 12px;
  height: 8px; }

.cart-edit .edit-title:after, .popup.basket-holder .popup-title:after {
  background-image: url(/images/sprite.png);
  background-position: -110px -37px;
  width: 31px;
  height: 24px; }

.basket-drop .basket-wrap:after {
  background-image: url(/images/sprite.png);
  background-position: -92px -74px;
  width: 19px;
  height: 12px; }

.jcf-checkbox span {
  background-image: url(/images/sprite.png);
  background-position: -170px -74px;
  width: 12px;
  height: 10px; }

.product-section .top-box .product-model .product-model-stock.in-stock:after {
  background-image: url(/images/sprite.png);
  background-position: -46px -74px;
  width: 19px;
  height: 15px; }

.category-navigation .close-menu em, .filter-box .close-menu em, .information-menu .close-menu em {
  background-image: url(/images/sprite.png);
  background-position: -20px -97px;
  width: 14px;
  height: 14px; }

.cart-edit .btn-close, .popup .popup-holder .btn-close {
  background-image: url(/images/sprite.png);
  background-position: -146px -37px;
  width: 23px;
  height: 23px; }

.login-box .login-content form .password-row .see-password {
  background-image: url(/images/sprite.png);
  background-position: -174px -37px;
  width: 24px;
  height: 14px; }

.filter-btn span:after {
  background-image: url(/images/sprite.png);
  background-position: -154px -74px;
  width: 11px;
  height: 11px; }

.big-image .label, .catalog-block .item.action .label {
  background-image: url(/images/sprite.png);
  background-position: -110px 0px;
  width: 93px;
  height: 32px; }

.product-section.new .big-image .label, .catalog-block .item.new .label {
  background-image: url(/images/sprite.png);
  background-position: 0px -37px;
  width: 105px;
  height: 32px; }

.product-section.top .big-image .label, .catalog-block .item.top .label {
  background-image: url(/images/sprite.png);
  background-position: 0px 0px;
  width: 105px;
  height: 32px; }

.product-section .top-box .product-model .product-model-stock.order-stock:after {
  background-image: url(/images/sprite.png);
  background-position: -70px -74px;
  width: 17px;
  height: 15px; }

.product-section .top-box .product-model .product-model-stock.out-stock:after, .delete-product, .panel ul li .count-box .close, .mfilter-counter.mfilter-close {
  background-image: url(/images/sprite.png);
  background-position: 0px -97px;
  width: 15px;
  height: 15px; }

.popup.confirm-holder .success-confirm .note em, .success-order-block .success-title em:after {
  background-image: url(/images/sprite.png);
  background-position: -116px -74px;
  width: 16px;
  height: 12px; }

.catalog-page-top .top-holder .top-right .type-1 {
  background-image: url(/images/sprite.png);
  background-position: -23px -74px;
  width: 18px;
  height: 18px; }

.catalog-page-top .top-holder .top-right .type-2 {
  background-image: url(/images/sprite.png);
  background-position: 0px -74px;
  width: 18px;
  height: 18px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .catalog-page .filters-sections .accordion:after {
    background-image: url(/images/sprite@2x.png);
    background-size: 203px 132px; }
  .account-section .history-box .top-box a:after {
    background-image: url(/images/sprite@2x.png);
    background-size: 203px 132px; }
  .cart-edit .edit-title:after, .popup.basket-holder .popup-title:after {
    background-image: url(/images/sprite@2x.png);
    background-size: 203px 132px; }
  .basket-drop .basket-wrap:after {
    background-image: url(/images/sprite@2x.png);
    background-size: 203px 132px; }
  .jcf-checkbox span {
    background-image: url(/images/sprite@2x.png);
    background-size: 203px 132px; }
  .product-section .top-box .product-model .product-model-stock.in-stock:after {
    background-image: url(/images/sprite@2x.png);
    background-size: 203px 132px; }
  .category-navigation .close-menu em, .filter-box .close-menu em, .information-menu .close-menu em {
    background-image: url(/images/sprite@2x.png);
    background-size: 203px 132px; }
  .cart-edit .btn-close, .popup .popup-holder .btn-close {
    background-image: url(/images/sprite@2x.png);
    background-size: 203px 132px; }
  .login-box .login-content form .password-row .see-password {
    background-image: url(/images/sprite@2x.png);
    background-size: 203px 132px; }
  .filter-btn span:after {
    background-image: url(/images/sprite@2x.png);
    background-size: 203px 132px; }
  .big-image .label, .catalog-block .item.action .label {
    background-image: url(/images/sprite@2x.png);
    background-size: 203px 132px; }
  .product-section.new .big-image .label, .catalog-block .item.new .label {
    background-image: url(/images/sprite@2x.png);
    background-size: 203px 132px; }
  .product-section.top .big-image .label, .catalog-block .item.top .label {
    background-image: url(/images/sprite@2x.png);
    background-size: 203px 132px; }
  .product-section .top-box .product-model .product-model-stock.order-stock:after {
    background-image: url(/images/sprite@2x.png);
    background-size: 203px 132px; }
  .product-section .top-box .product-model .product-model-stock.out-stock:after, .delete-product, .panel ul li .count-box .close, .mfilter-counter.mfilter-close {
    background-image: url(/images/sprite@2x.png);
    background-size: 203px 132px; }
  .popup.confirm-holder .success-confirm .note em, .success-order-block .success-title em:after {
    background-image: url(/images/sprite@2x.png);
    background-size: 203px 132px; }
  .catalog-page-top .top-holder .top-right .type-1 {
    background-image: url(/images/sprite@2x.png);
    background-size: 203px 132px; }
  .catalog-page-top .top-holder .top-right .type-2 {
    background-image: url(/images/sprite@2x.png);
    background-size: 203px 132px; } }

.main-content {
  max-width: 780px;
  margin: 0 auto 120px;
  padding: 0; }
  @media only screen and (max-width: 1023px) {
    .main-content {
      padding: 0 15px; } }

.info-section {
  font-size: 14px;
  line-height: 25px;
  font-weight: normal; }
  .info-section img {
    vertical-align: top;
    margin: 0 0 20px; }
    @media only screen and (max-width: 1023px) {
      .info-section img {
        width: 100%;
        height: auto; } }
  .info-section h2 {
    text-transform: uppercase;
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 20px;
    font-weight: bold; }
  .info-section p {
    margin: 0 0 20px; }
  .info-section ul {
    margin: 0 0 20px;
    padding: 0;
    list-style: none; }
    .info-section ul li {
      position: relative;
      padding: 0 0 0 20px; }
      .info-section ul li:after {
        position: absolute;
        content: '';
        left: 0;
        top: 10px;
        border-radius: 50%;
        width: 4px;
        height: 4px;
        background-color: #3a3a3a; }

.account-section {
  overflow: hidden;
  min-height: 640px; }
  @media only screen and (max-width: 1279px) {
    .account-section {
      padding: 0 15px; } }
  .account-section .account-aside {
    float: left;
    max-width: 263px;
    width: 100%;
    margin: 0 25px 0 0; }
    @media only screen and (max-width: 1023px) {
      .account-section .account-aside {
        max-width: 100%;
        margin: 0 0 25px; } }
    .account-section .account-aside ul {
      margin: 0;
      padding: 0;
      list-style: none;
      border: 1px solid #dee0e2; }
      @media only screen and (max-width: 1023px) {
        .account-section .account-aside ul {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          text-align: center; } }
      @media only screen and (max-width: 767px) {
        .account-section .account-aside ul {
          display: block; } }
      .account-section .account-aside ul li {
        font-size: 13px;
        line-height: 16px;
        border-top: 1px solid #dee0e2;
        font-weight: normal; }
        @media only screen and (max-width: 1023px) {
          .account-section .account-aside ul li {
            border: none; } }
        .account-section .account-aside ul li.first {
          text-transform: uppercase;
          font-weight: bold;
          border: none; }
        .account-section .account-aside ul li.active a {
          background-color: #36c727;
          color: #fff; }
        .account-section .account-aside ul li a {
          display: block;
          height: 100%;
          text-decoration: none;
          color: #3a3a3a;
          padding: 18px;
          background-color: transparent;
          -webkit-transition: 0.3s ease;
          transition: 0.3s ease; }
        .account-section .account-aside ul li:hover a {
          background-color: #36c727;
          color: #fff; }
          @media only screen and (max-width: 1279px) {
            .account-section .account-aside ul li:hover a {
              color: #3a3a3a;
              background-color: transparent; } }
  .account-section .info-block {
    float: right;
    max-width: 890px;
    width: 100%;
    padding: 0 10px 10px; }
    @media only screen and (max-width: 1279px) {
      .account-section .info-block {
        max-width: 700px; } }
    @media only screen and (max-width: 1023px) {
      .account-section .info-block {
        max-width: 100%; } }
    .account-section .info-block .account-title {
      display: block;
      font-weight: bold;
      font-size: 24px;
      line-height: 26px;
      text-transform: uppercase;
      color: #333;
      margin: 0 0 20px; }
  .account-section .address-section {
    width: 100%;
    font-weight: normal; }
    .account-section .address-section > span {
      color: #999;
      font-size: 13px;
      line-height: 16px;
      display: block;
      margin: 0 0 20px; }
    .account-section .address-section address {
      font-style: normal;
      color: #333;
      font-size: 14px;
      line-height: 16px;
      font-weight: bold; }
    .account-section .address-section .edit {
      display: inline-block;
      text-decoration: none;
      color: #36c727;
      font-weight: 600; }
      .account-section .address-section .edit:hover {
        text-decoration: underline; }
        @media only screen and (max-width: 1279px) {
          .account-section .address-section .edit:hover {
            text-decoration: none; } }
  .account-section .data-form {
    max-width: 410px;
    width: 100%;
    font-weight: normal; }
    .account-section .data-form .row {
      margin: 0 0 20px; }
    .account-section .data-form label {
      display: block;
      margin: 0 0 6px;
      color: #999;
      font-size: 13px;
      line-height: 16px; }
    .account-section .data-form input {
      width: 100%;
      border: 1px solid #ccc;
      height: 45px;
      line-height: 45px;
      padding: 0 15px;
      color: #333;
      font-weight: 600; }
      .account-section .data-form input:focus {
        border-color: #333; }
  .account-section .edit-address {
    background-color: #fff;
    max-width: 500px;
    width: 100%;
    padding: 20px 30px 50px;
    box-shadow: 0px 6px 17px rgba(0, 0, 0, 0.17);
    margin: 4px 0 0;
    font-weight: normal; }
    @media only screen and (max-width: 479px) {
      .account-section .edit-address {
        padding: 0;
        box-shadow: none;
        margin: 4px 0 20px; } }
    .account-section .edit-address .row {
      margin: 0 0 20px; }
      .account-section .edit-address .row.radio-box {
        max-width: 290px;
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; }
        .account-section .edit-address .row.radio-box label {
          margin: 0; }
        .account-section .edit-address .row.radio-box ul {
          margin: 0;
          padding: 0;
          list-style: none;
          line-height: 20px; }
          .account-section .edit-address .row.radio-box ul li {
            display: inline-block; }
            .account-section .edit-address .row.radio-box ul li + li {
              margin: 0 0 0 20px; }
            .account-section .edit-address .row.radio-box ul li label {
              display: inline-block;
              margin: 0;
              vertical-align: middle; }
            .account-section .edit-address .row.radio-box ul li .jcf-radio {
              display: inline-block;
              vertical-align: middle;
              margin: 0 5px 0 0; }
    .account-section .edit-address label {
      display: block;
      margin: 0 0 6px;
      color: #999;
      font-size: 13px;
      line-height: 16px; }
    .account-section .edit-address input {
      width: 100%;
      border: 1px solid #ccc;
      height: 45px;
      line-height: 45px;
      padding: 0 15px;
      color: #333;
      font-weight: 600; }
      .account-section .edit-address input:focus {
        border-color: #333; }
    .account-section .edit-address .jcf-select {
      max-width: 290px;
      width: 100%; }
    .account-section .edit-address .btn-box {
      margin: 30px 0 0; }
      @media only screen and (max-width: 479px) {
        .account-section .edit-address .btn-box {
          text-align: center; } }
      .account-section .edit-address .btn-box .see-more {
        margin: 0 25px 0 0; }
        @media only screen and (max-width: 479px) {
          .account-section .edit-address .btn-box .see-more {
            margin: 0 0 10px; } }
      .account-section .edit-address .btn-box a {
        text-decoration: none;
        color: #999; }
        @media only screen and (max-width: 479px) {
          .account-section .edit-address .btn-box a {
            display: block; } }
        .account-section .edit-address .btn-box a:hover {
          text-decoration: underline; }
          @media only screen and (max-width: 1279px) {
            .account-section .edit-address .btn-box a:hover {
              text-decoration: none; } }
  .account-section .change-password {
    max-width: 410px;
    width: 100%;
    font-weight: normal; }
    .account-section .change-password .row {
      margin: 0 0 20px; }
      .account-section .change-password .row label {
        display: block;
        margin: 0 0 6px;
        color: #999;
        font-size: 13px;
        line-height: 16px; }
      .account-section .change-password .row input {
        width: 100%;
        border: 1px solid #ccc;
        height: 45px;
        line-height: 45px;
        padding: 0 15px;
        color: #333;
        font-weight: 600;
        outline: none; }
        .account-section .change-password .row input:focus {
          border-color: #333; }
  .account-section .triggers {
    margin: 0 0 0 -13px;
    padding: 0;
    list-style: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media only screen and (max-width: 1023px) {
      .account-section .triggers {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .account-section .triggers li {
      border: 1px solid #dee0e2;
      text-align: center;
      margin: 0 0 13px 13px;
      max-width: 428px;
      width: 100%;
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease; }
      @media only screen and (max-width: 1279px) {
        .account-section .triggers li {
          max-width: 330px; } }
      .account-section .triggers li.item-2 svg {
        width: 29px; }
      .account-section .triggers li.item-3 svg {
        width: 28px; }
      .account-section .triggers li.item-4 svg {
        width: 65px; }
      .account-section .triggers li:hover {
        box-shadow: 0 8px 17px rgba(0, 0, 0, 0.17);
        border-color: transparent; }
        @media only screen and (max-width: 1279px) {
          .account-section .triggers li:hover {
            box-shadow: none;
            border-color: #dee0e2; } }
        .account-section .triggers li:hover a:after {
          border-color: #36c727; }
          @media only screen and (max-width: 1279px) {
            .account-section .triggers li:hover a:after {
              border-color: transparent; } }
        .account-section .triggers li:hover svg {
          fill: #36c727; }
          @media only screen and (max-width: 1279px) {
            .account-section .triggers li:hover svg {
              fill: #333; } }
      .account-section .triggers li a {
        display: block;
        height: 100%;
        color: #666;
        text-decoration: none;
        padding: 30px;
        position: relative; }
        .account-section .triggers li a:after {
          position: absolute;
          content: '';
          top: 0;
          left: 0;
          width: 100%;
          border-top: 3px solid transparent;
          -webkit-transition: 0.3s ease;
          transition: 0.3s ease; }
      .account-section .triggers li .title {
        display: block;
        text-transform: uppercase;
        font-weight: bold; }
      .account-section .triggers li svg {
        width: 40px;
        height: 40px;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease; }
  .account-section .history-box {
    font-weight: normal; }
    .account-section .history-box .top-box {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .account-section .history-box .top-box a {
        display: inline-block;
        color: #999;
        position: relative;
        font-size: 14px;
        line-height: 16px;
        text-decoration: none;
        padding: 0 0 0 20px; }
        .account-section .history-box .top-box a:after {
          position: absolute;
          content: '';
          left: 0;
          top: 4px; }
      .account-section .history-box .top-box .date-box {
        font-size: 14px;
        line-height: 16px;
        color: #b7b7b7; }
        .account-section .history-box .top-box .date-box time {
          color: #666;
          font-weight: 600; }
  .account-section .table-responsive {
    margin: 20px 0 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    font-size: 13px;
    line-height: 16px;
    font-weight: normal; }
    @media only screen and (max-width: 767px) {
      .account-section .table-responsive .table-wrap {
        overflow-x: auto; } }
    .account-section .table-responsive.all-history table tr th {
      text-align: center; }
    .account-section .table-responsive.all-history table tr td {
      padding: 21px; }
      .account-section .table-responsive.all-history table tr td:first-child {
        text-align: center; }
    .account-section .table-responsive .more {
      color: #36c727; }
      .account-section .table-responsive .more:hover {
        text-decoration: none; }
    .account-section .table-responsive table {
      width: 100%; }
      .account-section .table-responsive table tr {
        border-bottom: 1px solid #dee0e2; }
        .account-section .table-responsive table tr th {
          background-color: #ececec;
          padding: 12px 20px;
          text-align: left; }
          @media only screen and (max-width: 767px) {
            .account-section .table-responsive table tr th {
              padding: 10px;
              min-width: 110px; } }
        .account-section .table-responsive table tr td {
          padding: 10px 20px;
          border-left: 1px solid #ececec;
          text-align: center; }
          @media only screen and (max-width: 767px) {
            .account-section .table-responsive table tr td {
              padding: 10px;
              min-width: 110px; } }
          .account-section .table-responsive table tr td:first-child {
            text-align: left;
            border: none; }
    .account-section .table-responsive .prod {
      overflow: hidden; }
      @media only screen and (max-width: 767px) {
        .account-section .table-responsive .prod {
          min-width: 200px; } }
      .account-section .table-responsive .prod a {
        text-decoration: none;
        color: #3a3a3a; }
      .account-section .table-responsive .prod .image-box {
        float: left;
        margin: 0 15px 0 0; }
      .account-section .table-responsive .prod .info {
        overflow: hidden; }
        .account-section .table-responsive .prod .info .title {
          display: block;
          margin: 0 0 10px;
          text-transform: uppercase;
          max-width: 240px;
          height: 32px;
          overflow: hidden; }
          .account-section .table-responsive .prod .info .title:hover {
            text-decoration: underline; }
        .account-section .table-responsive .prod .info em {
          display: inline-block;
          font-style: normal;
          background-color: #e0f6fe;
          margin: 0 0 0 4px;
          padding: 0 4px; }
    .account-section .table-responsive .bottom-box {
      padding: 15px 35px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media only screen and (max-width: 767px) {
        .account-section .table-responsive .bottom-box {
          display: block;
          padding: 10px; } }
      .account-section .table-responsive .bottom-box p {
        color: #bcbcbc;
        margin: 10px 0; }
        .account-section .table-responsive .bottom-box p span {
          display: inline-block;
          margin: 0 0 0 4px;
          font-weight: 600;
          color: #333; }
          @media only screen and (max-width: 767px) {
            .account-section .table-responsive .bottom-box p span {
              display: block;
              margin: 10px 0 0; } }
          .account-section .table-responsive .bottom-box p span.total-price {
            display: block;
            font-weight: bold;
            font-size: 24px;
            margin: 10px 0 0; }

.admin-login {
  max-width: 520px;
  margin: 0 auto 30px;
  padding: 64px 0 0; }
  @media only screen and (max-width: 767px) {
    .admin-login {
      padding: 0 0 20px; } }
  .admin-login .form-holder {
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    padding: 28px 40px 50px;
    margin: 0 0 22px; }
    @media only screen and (max-width: 767px) {
      .admin-login .form-holder {
        padding: 28px 40px 40px; } }
    .admin-login .form-holder .title {
      display: block;
      text-transform: uppercase;
      color: #313131;
      margin: 0 0 10px;
      text-align: center;
      font-weight: bold;
      font-size: 19px;
      line-height: 21px; }
      @media only screen and (max-width: 767px) {
        .admin-login .form-holder .title {
          font-size: 15px;
          line-height: 20px; } }
    .admin-login .form-holder .notes {
      display: block;
      text-align: center;
      color: #999;
      font-size: 13px;
      line-height: 15px;
      margin: 0 0 32px; }
  .admin-login .top-frame {
    border-bottom: 1px solid #e0e0e0;
    padding: 0 0 30px;
    margin: 0 0 32px;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .admin-login .top-frame {
        padding: 0 0 20px;
        margin: 0 0 22px; } }
    .admin-login .top-frame .estart-logo {
      display: inline-block;
      vertical-align: top;
      font-size: 12px;
      line-height: 15px;
      font-weight: 600;
      color: #000;
      position: relative;
      padding: 4px 0 0 38px; }
      .admin-login .top-frame .estart-logo span {
        display: block;
        text-align: left; }
  .admin-login .estart-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 29px;
    height: 34px; }
    .admin-login .estart-icon svg {
      width: 29px;
      height: 34px;
      display: block; }
  .admin-login form {
    padding: 0 37px; }
    @media only screen and (max-width: 767px) {
      .admin-login form {
        padding: 0; } }
    .admin-login form .row {
      position: relative; }
      .admin-login form .row + .row {
        margin-top: 18px; }
    .admin-login form input[type="text"],
    .admin-login form input[type="password"],
    .admin-login form input[type="email"] {
      border: 1px solid #ddd;
      line-height: 60px;
      height: 60px;
      border-radius: 5px;
      width: 100%;
      padding: 0 10px 0 60px;
      font-size: 20px;
      color: #333;
      font-weight: normal; }
      @media only screen and (max-width: 767px) {
        .admin-login form input[type="text"],
        .admin-login form input[type="password"],
        .admin-login form input[type="email"] {
          font-size: 16px;
          height: 48px;
          line-height: 48px; } }
      .admin-login form input[type="text"]::-webkit-input-placeholder,
      .admin-login form input[type="password"]::-webkit-input-placeholder,
      .admin-login form input[type="email"]::-webkit-input-placeholder {
        color: #333;
        opacity: 1; }
      .admin-login form input[type="text"]::-moz-placeholder,
      .admin-login form input[type="password"]::-moz-placeholder,
      .admin-login form input[type="email"]::-moz-placeholder {
        color: #333;
        opacity: 1; }
      .admin-login form input[type="text"]:-moz-placeholder,
      .admin-login form input[type="password"]:-moz-placeholder,
      .admin-login form input[type="email"]:-moz-placeholder {
        color: #333;
        opacity: 1; }
      .admin-login form input[type="text"]:-ms-input-placeholder,
      .admin-login form input[type="password"]:-ms-input-placeholder,
      .admin-login form input[type="email"]:-ms-input-placeholder {
        color: #333;
        opacity: 1; }
      .admin-login form input[type="text"]:focus,
      .admin-login form input[type="password"]:focus,
      .admin-login form input[type="email"]:focus {
        background: #fff;
        border-color: #fff;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); }
    .admin-login form .forgot {
      padding: 7px 0 0;
      text-align: right; }
      .admin-login form .forgot a {
        color: #559bcd;
        text-decoration: none;
        font-size: 13px;
        line-height: 15px;
        font-weight: normal; }
        .admin-login form .forgot a:hover {
          text-decoration: underline; }
    .admin-login form .btn-box {
      text-align: center;
      padding: 33px 0 0; }
      @media only screen and (max-width: 767px) {
        .admin-login form .btn-box {
          padding: 22px 0 0; } }
      .admin-login form .btn-box .see-more {
        display: inline-block;
        vertical-align: top;
        line-height: 44px;
        padding: 0 80px; }
  .admin-login .human-ico {
    position: absolute;
    left: 25px;
    top: 50%;
    width: 14px;
    height: 14px;
    display: block;
    margin-top: -7px; }
    .admin-login .human-ico svg {
      width: 14px;
      height: 14px;
      display: block; }
  .admin-login .lock-ico {
    position: absolute;
    display: block;
    left: 26px;
    top: 50%;
    width: 11px;
    height: 14px;
    margin-top: -7px; }
    .admin-login .lock-ico svg {
      width: 11px;
      height: 14px;
      display: block; }
  .admin-login .mail-ico {
    position: absolute;
    display: block;
    left: 27px;
    top: 50%;
    width: 14px;
    height: 11px;
    margin-top: -5px; }
    .admin-login .mail-ico svg {
      width: 14px;
      height: 11px;
      display: block; }
  .admin-login .copy-box {
    text-align: center;
    color: #999;
    font-size: 13px;
    line-height: 15px;
    font-weight: normal; }
  .admin-login.forgot-pass .form-holder {
    padding: 28px 40px 30px; }
  .admin-login.forgot-pass form {
    padding: 0 20px 38px; }
    @media only screen and (max-width: 767px) {
      .admin-login.forgot-pass form {
        padding: 0 0 38px; } }
  .admin-login.forgot-pass .btn-box::after {
    content: '';
    display: block;
    clear: both; }
  .admin-login.forgot-pass .btn-box .see-more {
    float: left;
    padding: 0 55px; }
    @media only screen and (max-width: 767px) {
      .admin-login.forgot-pass .btn-box .see-more {
        padding: 0;
        width: 48%; } }
  .admin-login .cancel {
    float: right;
    line-height: 44px;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    color: #999;
    padding: 0 35px;
    width: 48%; }
    @media only screen and (max-width: 767px) {
      .admin-login .cancel {
        padding: 0 22px; } }
    .admin-login .cancel:hover {
      color: #559bcd; }
  .admin-login .information {
    padding: 30px 65px 0;
    border-top: 1px solid #e0e0e0;
    font-size: 13px;
    line-height: 18px;
    font-weight: normal;
    color: #999;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .admin-login .information {
        padding: 30px 0 0; } }

.forgot-section {
  min-height: 640px; }

.product-section {
  overflow: hidden; }
  @media only screen and (max-width: 1250px) {
    .product-section {
      padding: 0 15px; } }
  .product-section.super-price .top-box .price-box .new-price {
    display: inline-block; }
  .product-section.super-price .top-box .price-box .price {
    text-decoration: line-through;
    font-size: 20px;
    margin: 0 0 0 20px; }
  .product-section.new .big-image .label {
    display: block; }
  .product-section.top .big-image .label {
    display: block; }
  .product-section.action .big-image .label {
    display: block; }
  .product-section .col-left {
    float: left;
    max-width: 380px; }
    @media only screen and (max-width: 1023px) {
      .product-section .col-left {
        margin: 0 auto;
        float: none; } }
  .product-section .col-right {
    float: right;
    width: 100%;
    max-width: 735px; }
    @media only screen and (max-width: 1250px) {
      .product-section .col-right {
        max-width: 580px; } }
    @media only screen and (max-width: 1023px) {
      .product-section .col-right {
        max-width: 100%;
        float: none;
        margin: 20px 0 0; } }
  .product-section .top-box {
    overflow: hidden;
    padding: 0 0 30px; }
    .product-section .top-box .info-box {
      border: 1px solid #e8e8e8;
      padding: 25px 20px;
      float: right;
      max-width: 275px;
      margin: 0 0 0 15px;
      font-weight: normal; }
      @media only screen and (max-width: 1250px) {
        .product-section .top-box .info-box {
          display: none; } }
      @media only screen and (max-width: 1023px) {
        .product-section .top-box .info-box {
          display: block; } }
      @media only screen and (max-width: 767px) {
        .product-section .top-box .info-box {
          display: none; } }
      .product-section .top-box .info-box .title {
        font-size: 12px;
        line-height: 1;
        display: block;
        font-weight: bold;
        margin: 0 0 10px; }
      .product-section .top-box .info-box > ul {
        margin: 0 0 30px;
        padding: 0;
        list-style: none; }
        .product-section .top-box .info-box > ul li {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between; }
      .product-section .top-box .info-box p {
        font-size: 12px;
        line-height: 17px;
        margin: 0; }
      .product-section .top-box .info-box .bottom-holder {
        border-top: 1px solid #e8e8e8;
        margin: 25px 0 0;
        padding: 15px 0 0; }
        .product-section .top-box .info-box .bottom-holder a {
          color: inherit;
          font-weight: bold;
          text-decoration: none;
          margin: 0 0 6px;
          display: inline-block; }
        .product-section .top-box .info-box .bottom-holder .btn-callback {
          color: #36c727;
          display: inline-block;
          border-bottom: 1px dashed #36c727;
          margin: 0 0 0 8px;
          cursor: pointer;
          -webkit-transition: 0.3s ease;
          transition: 0.3s ease; }
          .product-section .top-box .info-box .bottom-holder .btn-callback:hover {
            border-color: transparent; }
            @media only screen and (max-width: 1250px) {
              .product-section .top-box .info-box .bottom-holder .btn-callback:hover {
                border-color: #36c727; } }
    .product-section .top-box .main-box {
      overflow: hidden; }
    .product-section .top-box .product-model {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin: 0 0 25px; }
      .product-section .top-box .product-model .product-model-stock {
        position: relative;
        padding: 0 0 0 33px;
        font-weight: bold;
        font-size: 12px;
        line-height: 20px; }
        .product-section .top-box .product-model .product-model-stock:after {
          position: absolute;
          content: '';
          left: 0;
          top: 1px; }
      .product-section .top-box .product-model .product-model-model {
        font-size: 14px;
        line-height: 20px; }
        .product-section .top-box .product-model .product-model-model em {
          display: inline-block;
          font-style: normal;
          background-color: #e0f6fe;
          margin: 0 0 0 4px;
          padding: 0 4px; }
    .product-section .top-box .product-title {
      display: block;
      font-size: 24px;
      line-height: 30px;
      font-weight: bold;
      color: #000;
      text-transform: uppercase;
      margin: 0 0 30px; }
    .product-section .top-box .size-title {
      display: block;
      font-size: 12px;
      line-height: 14px;
      margin: 0 0 5px; }
    .product-section .top-box .option-block {
      margin: 0 0 35px; }
      .product-section .top-box .option-block .size-box {
        margin: 0 0 25px; }
      .product-section .top-box .option-block ul {
        margin: 0 0 25px;
        padding: 0;
        list-style: none; }
        .product-section .top-box .option-block ul li {
          line-height: 20px;
          margin: 12px 0 0; }
          .product-section .top-box .option-block ul li:first-child {
            margin: 0; }
          .product-section .top-box .option-block ul li label {
            font-size: 12px;
            line-height: 20px;
            display: inline-block;
            vertical-align: middle; }
            .product-section .top-box .option-block ul li label.jcf-label-active {
              font-weight: bold; }
    .product-section .top-box .price-box {
      margin: 0 0 20px; }
      .product-section .top-box .price-box .new-price {
        display: none;
        color: #ff0101;
        font-weight: bold;
        font-size: 40px;
        line-height: 1;
        vertical-align: bottom; }
      .product-section .top-box .price-box .price {
        font-size: 40px;
        line-height: 1;
        display: inline-block;
        vertical-align: bottom;
        font-weight: bold; }
      .product-section .top-box .price-box em {
        font-size: 20px;
        font-style: normal; }
    .product-section .top-box .quantity-box {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 0 35px; }
      .product-section .top-box .quantity-box .quantity-holder {
        margin: 0 35px 0 0; }
      .product-section .top-box .quantity-box .see-more {
        font-size: 21px;
        line-height: 54px;
        padding: 0 40px;
        margin: 10px 0 0; }
    .product-section .top-box .one-click {
      max-width: 320px; }
      .product-section .top-box .one-click form {
        position: relative; }
      .product-section .top-box .one-click input {
        width: 100%;
        border: 1px solid #b8b8b8;
        height: 46px;
        line-height: 46px;
        font-size: 14px;
        font-weight: normal;
        border-radius: 5px;
        padding: 0 155px 0 8px; }
      .product-section .top-box .one-click button {
        float: right;
        line-height: 46px;
        height: 46px;
        font-size: 14px;
        position: absolute;
        right: 0;
        top: 0;
        padding: 0;
        border-radius: 5px;
        border: 1px solid #b8b8b8;
        outline: none;
        color: #000;
        font-weight: 600;
        background-color: #ececec;
        padding: 0 20px;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease; }
        .product-section .top-box .one-click button:hover {
          background-color: #36c727;
          color: #fff; }
          @media only screen and (max-width: 1250px) {
            .product-section .top-box .one-click button:hover {
              color: #000;
              background-color: #ececec; } }
  .product-section .tab-box {
    border-top: 1px solid #7b7e80;
    padding: 28px 0 0; }
  .product-section .tab-list {
    margin: 0;
    padding: 0;
    list-style: none; }
    .product-section .tab-list li {
      text-transform: uppercase;
      display: inline-block;
      vertical-align: top;
      font-size: 15px;
      font-weight: normal;
      margin: 0 0 0 55px;
      color: #9c9c9c;
      cursor: pointer;
      position: relative;
      padding: 0 0 8px; }
      .product-section .tab-list li:first-child {
        margin: 0; }
      .product-section .tab-list li.active {
        color: #000; }
        .product-section .tab-list li.active:after {
          position: absolute;
          content: '';
          bottom: 0;
          left: 50%;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 4px 4px 0 4px;
          border-color: #000000 transparent transparent transparent;
          margin: 0 0 0 -4px; }
  .product-section .tab-content {
    font-weight: normal;
    font-size: 13px;
    line-height: 30px;
    margin: 10px 0 50px; }
    .product-section .tab-content p {
      margin: 0 0 15px; }
    .product-section .tab-content .item-1 {
      height: 400px;
      overflow: hidden; }
    .product-section .tab-content table {
      width: 100%;
      font-size: 13px;
      line-height: 20px;
      border: 1px solid #d9dcde;
      color: #5b6366; }
      .product-section .tab-content table tr {
        border-top: 1px solid #d9dcde; }
        .product-section .tab-content table tr td {
          border-left: 1px solid #d9dcde;
          padding: 8px 20px;
          vertical-align: top;
          color: #000; }
          .product-section .tab-content table tr td:first-child {
            width: 35%;
            font-weight: 600; }

.big-image {
  position: relative; }
  .big-image img {
    height: auto; }
  .big-image .label {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff;
    font-weight: 800;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.56);
    text-align: center; }

.additional-images {
  margin: 30px 0 0 -5px;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .additional-images li {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin: 0 0 7px 5px;
    border: 1px solid rgba(226, 226, 226, 0.48); }
    .additional-images li img {
      vertical-align: top; }

.other-products .block-title {
  text-align: left;
  border-bottom: 1px solid #8b8e90;
  padding: 0 0 20px; }
  @media only screen and (max-width: 1250px) {
    .other-products .block-title {
      margin: 0 15px; } }

.catalog-page-top .top-holder {
  margin: 0 0 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media only screen and (max-width: 767px) {
    .catalog-page-top .top-holder {
      display: block; } }
  .catalog-page-top .top-holder .top-left {
    max-width: 450px; }
    .catalog-page-top .top-holder .top-left .title {
      display: block;
      font-weight: bold;
      color: #333;
      font-size: 24px;
      line-height: 1;
      text-transform: uppercase; }
      @media only screen and (max-width: 767px) {
        .catalog-page-top .top-holder .top-left .title {
          font-size: 20px;
          margin: 0 0 10px; } }
  .catalog-page-top .top-holder .top-right {
    max-width: 235px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .catalog-page-top .top-holder .top-right .type-1 {
      display: inline-block;
      vertical-align: middle;
      cursor: pointer;
      opacity: 0.4;
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease;
      margin: 0 0 0 15px; }
      .catalog-page-top .top-holder .top-right .type-1.active {
        opacity: 1; }
      .catalog-page-top .top-holder .top-right .type-1:hover {
        opacity: 1; }
    .catalog-page-top .top-holder .top-right .type-2 {
      display: inline-block;
      vertical-align: middle;
      cursor: pointer;
      opacity: 0.4;
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease;
      margin: 0 0 0 10px; }
      .catalog-page-top .top-holder .top-right .type-2.active {
        opacity: 1; }
      .catalog-page-top .top-holder .top-right .type-2:hover {
        opacity: 1; }
    .catalog-page-top .top-holder .top-right .filter-select {
      display: block;
      width: 165px; }
      .catalog-page-top .top-holder .top-right .filter-select > span {
        display: block;
        color: #999;
        font-weight: 300;
        font-size: 10px;
        line-height: 12px;
        margin: 0 0 4px; }
      .catalog-page-top .top-holder .top-right .filter-select .jcf-select {
        vertical-align: middle;
        height: 27px;
        line-height: 27px;
        border: 1px solid #999;
        color: #3a3a3a;
        border-radius: 3px;
        padding: 0 10px; }
        .catalog-page-top .top-holder .top-right .filter-select .jcf-select:after {
          border-color: #999 transparent transparent transparent;
          top: 10px;
          right: 5px; }
        .catalog-page-top .top-holder .top-right .filter-select .jcf-select .jcf-select-text {
          font-size: 11px;
          line-height: 25px;
          margin: 0;
          color: #333; }
        .catalog-page-top .top-holder .top-right .filter-select .jcf-select .jcf-select-opener {
          background-color: transparent;
          width: 16px; }
    .catalog-page-top .top-holder .top-right .btn-box {
      line-height: 17px;
      margin: 10px 0 0; }

.catalog-page-top .description-box {
  font-size: 13px;
  line-height: 22px;
  color: #333;
  margin: 0 0 20px; }

.catalog-page-top .menu-box {
  padding: 25px;
  background-color: #fafafa;
  margin: 0 0 20px; }
  @media only screen and (max-width: 479px) {
    .catalog-page-top .menu-box {
      padding: 15px; } }
  .catalog-page-top .menu-box > ul {
    margin: -10px 0 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media only screen and (max-width: 479px) {
      .catalog-page-top .menu-box > ul {
        margin: 0;
        display: block; } }
    .catalog-page-top .menu-box > ul > li {
      font-size: 14px;
      line-height: 16px;
      width: 25%;
      padding: 0 20px 0 0;
      margin: 10px 0 0; }
      @media only screen and (max-width: 1023px) {
        .catalog-page-top .menu-box > ul > li {
          width: 33.3%; } }
      @media only screen and (max-width: 767px) {
        .catalog-page-top .menu-box > ul > li {
          width: 50%; } }
      @media only screen and (max-width: 374px) {
        .catalog-page-top .menu-box > ul > li {
          width: 100%; } }
      .catalog-page-top .menu-box > ul > li > a {
        color: #559bcd;
        text-decoration: none;
        font-size: 14px;
        line-height: 16px; }
        .catalog-page-top .menu-box > ul > li > a:hover {
          text-decoration: underline; }
          @media only screen and (max-width: 1250px) {
            .catalog-page-top .menu-box > ul > li > a:hover {
              text-decoration: none; } }
      .catalog-page-top .menu-box > ul > li.active-page > a {
        text-decoration: underline; }

.products-list {
  padding: 0 0 0 20px;
  width: 900px; }
  @media only screen and (max-width: 1023px) {
    .products-list {
      padding: 0;
      width: 100%; } }
  .products-list .catalog-block {
    margin: 0 0 20px;
    position: relative;
    text-align: center;
    border-left: 1px solid #dee0e2;
    border-top: 1px solid #dee0e2; }
    .products-list .catalog-block .item {
      width: 33.33%;
      margin: 0;
      border-width: 0 1px 1px 0;
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease; }
      @media only screen and (max-width: 1250px) {
        .products-list .catalog-block .item {
          width: 50%; } }
      @media only screen and (max-width: 479px) {
        .products-list .catalog-block .item {
          width: 100%; } }
      .products-list .catalog-block .item:hover {
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.17); }
        @media only screen and (max-width: 1250px) {
          .products-list .catalog-block .item:hover {
            box-shadow: none; } }
      .products-list .catalog-block .item .title {
        font-size: 13px;
        line-height: 16px;
        color: #333;
        max-height: 32px;
        font-weight: bold; }
      .products-list .catalog-block .item .description {
        display: none;
        margin: 0 0 20px;
        text-align: left;
        font-size: 13px;
        line-height: 20px; }
      .products-list .catalog-block .item .image-box {
        margin: 0 0 20px; }
        .products-list .catalog-block .item .image-box img {
          z-index: -1; }
          @media only screen and (max-width: 1023px) {
            .products-list .catalog-block .item .image-box img {
              width: auto; } }
        .products-list .catalog-block .item .image-box .small-image {
          display: none; }
          .products-list .catalog-block .item .image-box .small-image img {
            width: 160px;
            height: 160px; }
      .products-list .catalog-block .item .bottom-box {
        width: 100%; }
    .products-list .catalog-block.view-3 .item {
      width: 50%; }
      @media only screen and (max-width: 479px) {
        .products-list .catalog-block.view-3 .item {
          width: 100%; } }
      @media only screen and (max-width: 1023px) {
        .products-list .catalog-block.view-3 .item .image-box img {
          width: 100%; } }
    .products-list .catalog-block.view-4 .item {
      width: 25%;
      padding: 9px 9px 120px; }
      @media only screen and (max-width: 1250px) {
        .products-list .catalog-block.view-4 .item {
          width: 33.33%; } }
      @media only screen and (max-width: 479px) {
        .products-list .catalog-block.view-4 .item {
          width: 100%; } }
      .products-list .catalog-block.view-4 .item .title {
        text-align: center; }
    .products-list .catalog-block.view-4 .bottom-holder {
      display: block; }
      .products-list .catalog-block.view-4 .bottom-holder .see-more {
        display: inline-block;
        line-height: 37px;
        margin: 10px 0 0; }
      .products-list .catalog-block.view-4 .bottom-holder .price-box {
        text-align: center; }
        .products-list .catalog-block.view-4 .bottom-holder .price-box span {
          display: inline-block;
          vertical-align: middle;
          margin: 0 2px; }
    .products-list .catalog-block.greed {
      display: block;
      margin: 0;
      border-right: 1px solid #dee0e2; }
      .products-list .catalog-block.greed .item {
        width: 100%;
        position: relative;
        border: none;
        border-bottom: 1px solid #dee0e2;
        padding: 20px;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        @media only screen and (max-width: 479px) {
          .products-list .catalog-block.greed .item {
            display: block; } }
        .products-list .catalog-block.greed .item:after {
          display: block;
          clear: both;
          content: ''; }
        .products-list .catalog-block.greed .item .description {
          display: block; }
        .products-list .catalog-block.greed .item .image-box {
          float: left;
          margin: 0 20px 0 0; }
          @media only screen and (max-width: 479px) {
            .products-list .catalog-block.greed .item .image-box {
              float: none;
              margin: 0 0 10px; } }
          .products-list .catalog-block.greed .item .image-box .small-image {
            display: block; }
            @media only screen and (max-width: 1250px) {
              .products-list .catalog-block.greed .item .image-box .small-image {
                width: 160px; } }
          .products-list .catalog-block.greed .item .image-box .big-image {
            display: none; }
        .products-list .catalog-block.greed .item .title {
          max-width: 280px;
          margin: 0 0 20px; }
        .products-list .catalog-block.greed .item .bottom-holder {
          position: relative;
          bottom: 0;
          max-width: 210px;
          padding: 0;
          width: 100%; }
          @media only screen and (max-width: 767px) {
            .products-list .catalog-block.greed .item .bottom-holder {
              max-width: 100%; } }
  .products-list .seo-section {
    margin: 40px 0 0; }

.catalog-holder {
  border: solid #000;
  border-width: 0 1px;
  float: left; }
  @media only screen and (max-width: 1023px) {
    .catalog-holder {
      position: relative;
      border: none;
      float: none;
      z-index: 1;
      top: 49px; } }
  .catalog-holder:hover .category-navigation {
    display: block; }
    @media only screen and (max-width: 1250px) {
      .catalog-holder:hover .category-navigation {
        display: none; } }
  .catalog-holder .catalog-btn {
    padding: 35px 28px 32px;
    display: block;
    font-size: 12px;
    line-height: 14px;
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    cursor: pointer; }
    @media only screen and (max-width: 1023px) {
      .catalog-holder .catalog-btn {
        padding: 0 13px;
        border: 1px solid #000;
        line-height: 30px;
        width: 100px;
        height: 32px;
        position: absolute;
        left: 50px; } }
    @media only screen and (max-width: 374px) {
      .catalog-holder .catalog-btn {
        padding: 0;
        width: 85px;
        text-align: center;
        font-weight: normal;
        left: 45px; } }
    .catalog-holder .catalog-btn::after {
      content: '';
      position: absolute;
      bottom: 20px;
      left: 50%;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid #000;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%); }
      @media only screen and (max-width: 1023px) {
        .catalog-holder .catalog-btn::after {
          display: none; } }

.category-navigation {
  display: none;
  box-shadow: 0 1510px 0 1510px rgba(0, 0, 0, 0.8);
  position: absolute;
  background: #fff;
  z-index: 2;
  left: 290px;
  top: 100%;
  border-top: 1px solid #000; }
  .category-navigation.full {
    left: 132px;
    width: 1048px;
    height: 585px;
    background: #fafafa; }
    @media only screen and (max-width: 1250px) {
      .category-navigation.full {
        width: 100%;
        left: 0;
        height: 100%;
        background-color: #fff; } }
  @media only screen and (max-width: 1250px) {
    .category-navigation {
      width: 100%;
      left: 0;
      position: fixed;
      z-index: 100;
      background-color: #fff;
      width: 100%;
      top: 0;
      border: none;
      height: 100%;
      box-shadow: none;
      padding: 75px 0 0; } }
  @media only screen and (max-width: 767px) {
    .category-navigation {
      text-align: left; } }
  .category-navigation .close-menu {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    display: none;
    z-index: 1;
    padding: 15px; }
    .category-navigation .close-menu em {
      display: block; }
    @media only screen and (max-width: 1250px) {
      .category-navigation .close-menu {
        display: block; } }
  .category-navigation .nav-section {
    position: relative;
    width: 100%;
    height: inherit; }
    @media only screen and (max-width: 1250px) {
      .category-navigation .nav-section {
        height: 100%; } }
    .category-navigation .nav-section .first-row {
      width: 288px;
      height: inherit; }
      @media only screen and (max-width: 1250px) {
        .category-navigation .nav-section .first-row {
          width: 100%;
          left: 0; } }
      .category-navigation .nav-section .first-row > ul {
        margin: 0;
        padding: 0 0 10px;
        list-style: none;
        position: relative;
        background: #fff;
        border-right: 2px solid #f4f5f5;
        height: 100%;
        min-height: inherit;
        position: relative; }
        @media only screen and (max-width: 1250px) {
          .category-navigation .nav-section .first-row > ul {
            border: none;
            padding: 0; } }
        .category-navigation .nav-section .first-row > ul > li {
          font-weight: normal;
          font-size: 14px;
          line-height: 16px;
          background: #fff; }
          @media only screen and (max-width: 1250px) {
            .category-navigation .nav-section .first-row > ul > li {
              border-bottom: 1px solid #ddd; } }
          .category-navigation .nav-section .first-row > ul > li > a {
            text-decoration: none;
            color: #3a3a3a;
            padding: 12px 28px;
            display: block; }
            @media only screen and (max-width: 1250px) {
              .category-navigation .nav-section .first-row > ul > li > a {
                padding: 16px 48px 16px 28px; } }
          @media only screen and (max-width: 1250px) {
            .category-navigation .nav-section .first-row > ul > li {
              padding: 0;
              font-size: 16px;
              line-height: 18px; } }
          .category-navigation .nav-section .first-row > ul > li:hover, .category-navigation .nav-section .first-row > ul > li.active {
            background-color: #f4f5f5; }
            @media only screen and (max-width: 1250px) {
              .category-navigation .nav-section .first-row > ul > li:hover, .category-navigation .nav-section .first-row > ul > li.active {
                background: none; } }
            @media only screen and (min-width: 1250px) {
              .category-navigation .nav-section .first-row > ul > li:hover .second-row, .category-navigation .nav-section .first-row > ul > li.active .second-row {
                display: block; } }
            .category-navigation .nav-section .first-row > ul > li:hover > a, .category-navigation .nav-section .first-row > ul > li.active > a {
              color: #559bcd; }
              @media only screen and (max-width: 1250px) {
                .category-navigation .nav-section .first-row > ul > li:hover > a, .category-navigation .nav-section .first-row > ul > li.active > a {
                  color: #3a3a3a; } }
          .category-navigation .nav-section .first-row > ul > li.active-page > a {
            color: #559bcd; }
          .category-navigation .nav-section .first-row > ul > li.active-mobile .second-row {
            display: block; }
          .category-navigation .nav-section .first-row > ul > li.parent.active:hover > a::after, .category-navigation .nav-section .first-row > ul > li.parent:hover > a::after {
            border-color: transparent transparent transparent #559bcd; }
          .category-navigation .nav-section .first-row > ul > li.parent.active > a, .category-navigation .nav-section .first-row > ul > li.parent > a {
            position: relative; }
            .category-navigation .nav-section .first-row > ul > li.parent.active > a:after, .category-navigation .nav-section .first-row > ul > li.parent > a:after {
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 4px 0 4px 4px;
              border-color: transparent transparent transparent #3a3a3a;
              position: absolute;
              content: '';
              right: 10px;
              top: 16px;
              display: block; }
              @media only screen and (max-width: 1250px) {
                .category-navigation .nav-section .first-row > ul > li.parent.active > a:after, .category-navigation .nav-section .first-row > ul > li.parent > a:after {
                  background: url("../../images/dropdown-arrow.png") no-repeat;
                  background-size: 20px 11px;
                  border: none;
                  width: 20px;
                  height: 11px;
                  right: 15px;
                  top: 20px; } }
          .category-navigation .nav-section .first-row > ul > li.parent.active.active-mobile > a::after, .category-navigation .nav-section .first-row > ul > li.parent.active-mobile > a::after {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }

.second-row {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 762px;
  padding: 30px 0 40px 35px;
  display: none;
  overflow: hidden; }
  @media only screen and (max-width: 1250px) {
    .second-row {
      position: relative;
      left: 0;
      padding: 0;
      width: 100%; } }
  .second-row > ul {
    margin: 0;
    padding: 0 25px 0 0;
    list-style: none;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    font-weight: bold;
    float: left;
    width: 242px;
    height: 100%;
    overflow: hidden; }
    @media only screen and (max-width: 1250px) {
      .second-row > ul {
        float: none;
        width: 100%;
        padding: 0;
        background: #fafafa; } }
    .second-row > ul > li {
      position: relative; }
      .second-row > ul > li:after {
        content: '';
        position: absolute;
        right: -25px;
        top: 0;
        height: 100%;
        width: 40px;
        z-index: 1;
        box-shadow: inset -55px 0 20px -10px #fafafa; }
      @media only screen and (max-width: 1250px) {
        .second-row > ul > li {
          border-bottom: 1px solid #ddd; } }
      .second-row > ul > li.parent > a {
        position: relative; }
        @media only screen and (max-width: 1250px) {
          .second-row > ul > li.parent > a::after {
            content: '';
            position: absolute;
            background: url("../../images/dropdown-arrow.png") no-repeat;
            background-size: 20px 11px;
            width: 20px;
            height: 11px;
            right: 15px;
            top: 20px; } }
      .second-row > ul > li.parent.second-row-mobile > a::after {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg); }
      .second-row > ul > li + li {
        margin: 20px 0 0; }
        @media only screen and (max-width: 1250px) {
          .second-row > ul > li + li {
            margin: 0; } }
      .second-row > ul > li.active-page > a {
        text-decoration: underline; }
      .second-row > ul > li a {
        color: #559bcd;
        text-decoration: none; }
        @media only screen and (max-width: 1250px) {
          .second-row > ul > li a {
            padding: 16px 20px 16px 60px;
            display: block; } }
        @media only screen and (max-width: 767px) {
          .second-row > ul > li a {
            padding: 16px 48px 16px 45px; } }
        .second-row > ul > li a:hover {
          text-decoration: underline; }
          @media only screen and (max-width: 1250px) {
            .second-row > ul > li a:hover {
              text-decoration: none; } }
      .second-row > ul > li.second-row-mobile ul {
        display: block; }
      .second-row > ul > li ul {
        margin: 0;
        padding: 5px 0 0;
        list-style: none;
        font-weight: normal;
        white-space: nowrap; }
        @media only screen and (max-width: 1250px) {
          .second-row > ul > li ul {
            display: none;
            padding: 0;
            background: #fefefe; } }
        @media only screen and (max-width: 1250px) {
          .second-row > ul > li ul li {
            border-bottom: 1px solid #ddd; } }
        .second-row > ul > li ul li + li {
          margin-top: 5px; }
          @media only screen and (max-width: 1250px) {
            .second-row > ul > li ul li + li {
              margin-top: 0; } }
        .second-row > ul > li ul li.active a {
          color: #559bcd; }
        .second-row > ul > li ul li.active-page > a {
          text-decoration: underline; }
        .second-row > ul > li ul li a {
          color: #666;
          text-transform: none; }
          @media only screen and (max-width: 1250px) {
            .second-row > ul > li ul li a {
              padding: 16px 20px 16px 100px; } }
          @media only screen and (max-width: 767px) {
            .second-row > ul > li ul li a {
              padding: 16px 20px 16px 55px; } }
          .second-row > ul > li ul li a:hover {
            text-decoration: underline; }
            @media only screen and (max-width: 1250px) {
              .second-row > ul > li ul li a:hover {
                text-decoration: none; } }

.mobile-link {
  display: none; }
  @media only screen and (max-width: 1250px) {
    .mobile-link {
      display: block; } }

.form-tab-nav {
  list-style: none;
  margin: 0;
  padding: 0; }

.cart-work-time__popup .secondary-time::after,
.cart-edit .info-row::after,
.cart-edit .edit-row::after,
.product-edit::after,
.total-holder.active .delivery-total::after,
.total-holder.active .cart-total::after {
  content: '';
  display: block;
  clear: both; }

.cart-page {
  max-width: 940px;
  padding: 0 0 100px;
  margin: 0 auto; }
  @media only screen and (max-width: 1023px) {
    .cart-page {
      padding: 0 15px 15px; } }
  .cart-page .logo-box {
    padding: 0; }
    @media only screen and (max-width: 479px) {
      .cart-page .logo-box {
        margin: 0 auto; } }
  .cart-page .edit {
    font-size: 14px;
    line-height: 16px;
    background-color: transparent;
    box-shadow: none;
    text-shadow: none;
    color: #36c727;
    border-bottom: 1px dashed #36c727;
    padding: 0;
    font-weight: normal;
    min-width: 0; }
    .cart-page .edit:hover {
      background-color: transparent;
      border-color: transparent; }

.cart-holder {
  padding: 15px 0 0; }

.cart-page .header {
  padding: 12px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: none;
  position: relative; }

.cart-page .cart-from .row {
  overflow: hidden;
  margin: 0 0 13px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 1023px) {
    .cart-page .cart-from .row {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .cart-page .cart-from .row > label {
    width: 135px;
    color: #999;
    font-size: 13px;
    line-height: 16px;
    margin: 9px 0 0; }
  .cart-page .cart-from .row .input-wrap {
    overflow: hidden;
    width: 100%;
    max-width: 320px; }
    @media only screen and (max-width: 479px) {
      .cart-page .cart-from .row .input-wrap {
        max-width: 100%; } }
    .cart-page .cart-from .row .input-wrap input[type="text"],
    .cart-page .cart-from .row .input-wrap input[type="email"],
    .cart-page .cart-from .row .input-wrap input[type="password"],
    .cart-page .cart-from .row .input-wrap input[type="tel"],
    .cart-page .cart-from .row .input-wrap textarea {
      width: 100%;
      height: 36px;
      line-height: 36px;
      border-radius: 3px;
      border: 1px solid #ccc;
      outline: none;
      padding: 0 15px; }
      .cart-page .cart-from .row .input-wrap input[type="text"].error,
      .cart-page .cart-from .row .input-wrap input[type="email"].error,
      .cart-page .cart-from .row .input-wrap input[type="password"].error,
      .cart-page .cart-from .row .input-wrap input[type="tel"].error,
      .cart-page .cart-from .row .input-wrap textarea.error {
        border-color: #f00; }
    .cart-page .cart-from .row .input-wrap p {
      margin: 5px 0 0;
      font-size: 11px;
      line-height: 13px;
      color: #999; }
    .cart-page .cart-from .row .input-wrap .bottom-box {
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      font-size: 12px;
      line-height: 14px;
      color: #999;
      margin: 5px 0 0; }
    .cart-page .cart-from .row .input-wrap .dropdown-menu {
      margin: 0;
      padding: 0;
      list-style: none;
      border: 1px solid #ccc;
      border-top: none; }
      .cart-page .cart-from .row .input-wrap .dropdown-menu li {
        padding: 0 15px;
        line-height: 36px; }
  .cart-page .cart-from .row.row-box {
    margin: 40px 0 0;
    overflow: visible;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .cart-page .cart-from .row.row-box a {
      text-decoration: none;
      color: #999; }
      .cart-page .cart-from .row.row-box a:hover {
        text-decoration: underline; }
    .cart-page .cart-from .row.row-box .see-more {
      min-width: 180px; }

.cart-page .cart-title {
  display: block;
  text-transform: uppercase;
  color: #333;
  font-size: 24px;
  line-height: 26px;
  margin: 0 0 25px; }

.cart-work-time {
  font-size: 12px;
  margin: 0 0 15px;
  position: relative; }

.cart-work-time .handler-work-time {
  text-decoration: none;
  border-bottom: 1px dashed;
  color: #333;
  cursor: pointer; }

.cart-work-time__popup {
  display: none;
  position: absolute;
  padding: 20px 30px;
  right: 0;
  background-color: white;
  border-radius: 5px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3); }

.cart-work-time__popup .title {
  font-size: 14px;
  display: block;
  margin: 0 0 15px; }

.cart-work-time__popup .main-time {
  font-size: 28px;
  color: #333;
  text-align: center;
  margin: 0 0 20px; }

.cart-work-time__popup .secondary-time {
  margin: 0 0 10px; }

.cart-work-time__popup .secondary-time strong {
  color: #000;
  float: right; }

.cart-work-time__popup.active {
  display: block; }

.cart-phone {
  font-size: 13px; }

.cart-phone a {
  color: #999;
  display: inline-block;
  text-decoration: none; }

.cart-phone a + a {
  margin: 0 10px 0 0; }

.cart-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 300; }
  @media only screen and (max-width: 767px) {
    .cart-row {
      display: block; } }

.cart-froms-tab .tab {
  display: none; }

.cart-froms-tab .tab.active {
  display: block; }

.cart-from,
.cart-product {
  width: 100%; }

.cart-from {
  max-width: 457px; }
  @media only screen and (max-width: 1023px) {
    .cart-from {
      margin: 0 20px 0 0; } }
  @media only screen and (max-width: 767px) {
    .cart-from {
      margin: 0 0 20px;
      max-width: 100%; } }

.cart-product {
  max-width: 360px; }
  @media only screen and (max-width: 479px) {
    .cart-product {
      max-width: 100%; } }

@media only screen and (max-width: 479px) {
  .form-tab-nav {
    text-align: center; } }

.form-tab-nav li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  line-height: 30px;
  cursor: pointer;
  border-radius: 6px;
  background-color: transparent; }
  .form-tab-nav li + li {
    margin: 0 0 0 8px; }
    @media only screen and (max-width: 479px) {
      .form-tab-nav li + li {
        margin: 0; } }
  .form-tab-nav li a {
    color: #36c727;
    text-decoration: none;
    display: block;
    height: 100%;
    padding: 0 13px;
    position: relative; }
    .form-tab-nav li a:after {
      position: absolute;
      content: '';
      border-bottom: 1px dashed #36c727;
      left: 13px;
      right: 13px;
      bottom: 4px; }
  .form-tab-nav li.active {
    background-color: #b9ebb4; }
    .form-tab-nav li.active a {
      color: #333; }
      .form-tab-nav li.active a:after {
        border-color: transparent; }

.cart-froms-tab {
  margin: 25px 0 0; }

.cart-holder .title {
  text-transform: uppercase;
  color: #000;
  display: block;
  margin: 0 0 20px; }

.step-heading {
  margin: 0 0 25px;
  padding: 0 0 10px;
  color: #999;
  overflow: hidden; }

.step-hidden {
  margin: 0 0 30px; }

.step-heading .label {
  display: block;
  font-size: 14px;
  line-height: 33px;
  text-align: left;
  border-bottom: 1px solid;
  overflow: hidden; }

.step-heading span.number {
  border: 1px solid;
  width: 34px;
  height: 34px;
  line-height: 33px;
  text-align: center;
  border-radius: 50%;
  float: left;
  margin: 0 10px 0 0; }

.step-heading span .edit {
  margin: 0 0 0 10px;
  border-bottom: 1px dashed;
  display: none;
  font-size: 12px;
  text-decoration: none; }

.step-heading span .edit.active {
  display: inline-block; }

.cart-froms-tab .dropdown-menu {
  margin: 0;
  padding: 0;
  list-style: none; }
  .cart-froms-tab .dropdown-menu a {
    text-decoration: none;
    color: inherit; }

.city-example a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px dashed;
  display: inline-block; }

.hidden-row {
  display: none; }

.hidden-row.active {
  display: block; }

.login-success {
  /*display: none;*/ }

.cart-product-holder {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  padding: 20px; }
  @media only screen and (max-width: 479px) {
    .cart-product-holder {
      padding: 10px; } }

.product-item {
  padding: 0 0 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #ddd; }
  @media only screen and (max-width: 479px) {
    .product-item {
      padding: 10px;
      display: block; } }

.product-item + .product-item {
  margin: 20px 0 0; }

.product-item::after {
  content: '';
  display: block;
  clear: both; }

.product-item .image {
  margin: 0 20px 0 0; }

.product-item .image img {
  width: 76px;
  height: 76px; }

.product-item .info-box {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .product-item .info-box:after {
    clear: both;
    display: block;
    content: ''; }

.delete-product {
  position: absolute;
  top: 8px;
  right: 0;
  cursor: pointer; }

.product-item .name {
  display: inline-block;
  vertical-align: middle;
  max-width: 200px;
  font-size: 14px;
  line-height: 16px;
  color: inherit;
  text-decoration: none;
  font-weight: bold;
  max-height: 48px;
  overflow: hidden; }
  .product-item .name:hover {
    text-decoration: underline; }

.product-item .code {
  font-size: 12px;
  line-height: 14px;
  margin: 0 0 10px; }

.product-item .info-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #999; }

.product-item .info-row .count {
  display: inline-block;
  vertical-align: middle;
  min-width: 45px;
  font-size: 13px;
  text-align: center;
  line-height: 20px;
  padding: 0 5px;
  background-color: #f5f5f5;
  border-radius: 5px;
  margin: 0 9px 0 0; }

.product-item .info-row .edit-product {
  display: inline-block;
  font-size: 11px;
  line-height: 13px;
  text-decoration: none;
  border-bottom: 1px dashed #999;
  cursor: pointer; }
  .product-item .info-row .edit-product:hover {
    border-color: transparent; }

.product-item .info-row .price {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  color: #000; }

.total-holder .cart-total {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 13px;
  line-height: 15px;
  color: #333; }
  .total-holder .cart-total .price {
    font-size: 14px;
    line-height: 16px; }

.total-holder .cart-totals {
  border-bottom: 1px solid #ddd;
  padding: 0 0 20px; }

.total-holder .totals {
  text-align: center;
  font-size: 13px;
  line-height: 15px;
  margin: 20px 0 0; }
  .total-holder .totals span {
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle; }
    .total-holder .totals span:first-child {
      font-size: 13px;
      line-height: 15px;
      font-weight: normal;
      margin: 0 4px 0 0; }

.order-holder {
  margin: 20px 0 0; }
  .order-holder .btn-primary {
    text-decoration: none;
    font-size: 15px;
    line-height: 41px;
    background-color: #36c727;
    color: #fff;
    border-radius: 5px;
    font-weight: 800;
    padding: 0 15px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.56);
    box-shadow: 0 10px 50px rgba(116, 188, 2, 0.71);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    outline: none;
    border: 1px solid transparent;
    min-width: 120px;
    cursor: pointer;
    width: 100%; }
    .order-holder .btn-primary:hover {
      background-color: #43e032; }
      @media only screen and (max-width: 1250px) {
        .order-holder .btn-primary:hover {
          background-color: #36c727; } }

.total-holder .agrees {
  color: #999;
  text-align: center;
  font-size: 11px;
  line-height: 13px;
  max-width: 210px;
  margin: 20px auto 0; }
  .total-holder .agrees p {
    margin: 0; }
    .total-holder .agrees p a {
      display: inline-block;
      color: #333;
      text-decoration: none;
      border-bottom: 1px dotted #333; }
      .total-holder .agrees p a:hover {
        border-color: transparent; }

.cart-total {
  color: #999;
  font-size: 15px;
  text-align: center; }
  .cart-total .price {
    display: inline-block;
    color: #000;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    margin: 0 0 0 10px; }

.cart-product-list {
  margin: 0 0 20px; }

.forgot-passwd {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 20px;
  font-size: 12px; }

.cart-popup-holder {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: none; }

.cart-popup-holder.active {
  display: block; }

.cart-popup-holder .overlay {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2; }

.cart-edit {
  background-color: #fff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  z-index: 3;
  max-width: 1000px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 25px; }
  .cart-edit .btn-close {
    position: absolute;
    right: -30px;
    top: 0;
    cursor: pointer; }

.cart-edit .image {
  float: left;
  background-color: #fff;
  margin: 20px 20px 0 0; }
  .cart-edit .image img {
    vertical-align: top; }

.cart-edit .info-box {
  float: left;
  max-width: 580px;
  width: 100%; }

.cart-edit .edit-title {
  display: block;
  text-transform: uppercase;
  padding: 0 0 17px 50px;
  font-size: 32px;
  line-height: 1;
  border-bottom: 1px solid #ccc;
  margin: 0 0 20px;
  font-weight: bold;
  color: #333;
  position: relative; }
  .cart-edit .edit-title:after {
    position: absolute;
    content: '';
    top: 5px;
    left: 0; }

.cart-edit .name {
  display: inline-block;
  font-weight: bold;
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 1;
  text-decoration: none;
  color: #000; }
  .cart-edit .name:hover {
    text-decoration: underline; }

.cart-edit .info-row .info-item {
  font-size: 14px;
  line-height: 20px; }
  .cart-edit .info-row .info-item em {
    display: inline-block;
    font-style: normal;
    background-color: #e0f6fe;
    margin: 0 0 0 4px;
    padding: 0 4px; }

.product-edit .edit-row {
  margin: 0 0 20px;
  padding: 20px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .product-edit .edit-row .label {
    display: block;
    font-size: 12px;
    line-height: 1;
    margin: 0 0 5px;
    text-align: left; }
  .product-edit .edit-row .price-for-item {
    display: block;
    font-weight: bold;
    font-size: 16px;
    line-height: 1; }
  .product-edit .edit-row .price-total {
    display: block;
    font-weight: bold;
    font-size: 36px;
    line-height: 1; }

.cart-edit .edit-row {
  margin: 25px 0;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc; }

.cart-edit .edit-row .edit-item .label {
  color: #999;
  display: block;
  margin: 0 0 10px; }

.product-edit em {
  font-style: normal; }

.popup-buttons {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .popup-buttons .back {
    display: inline-block;
    color: #999;
    border-bottom: 1px dashed #000;
    font-weight: normal;
    font-size: 14px;
    line-height: 1;
    padding: 0 0 2px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    cursor: pointer; }
    .popup-buttons .back:hover {
      border-color: transparent; }

.cart-count-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  max-width: 97px;
  width: 100%; }

.cart-count-holder input {
  padding: 10px;
  text-align: center;
  width: 100px; }

.cart-count-holder .handler-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.cart-count-holder .handler-holder span {
  height: 100%;
  width: 25px;
  display: inline-block;
  background-color: #ccc;
  border: 1px solid #999;
  cursor: pointer; }

.cart-count-holder .handler-holder span:hover {
  opacity: 0.75; }

.cart-count-holder .handler-holder .handler {
  position: relative; }

.cart-count-holder .handler-holder .handler::before {
  content: '';
  border: 5px solid transparent;
  display: inline-block;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.cart-count-holder .handler-holder .inc::before {
  border-bottom-color: #000; }

.cart-count-holder .handler-holder .dec::before {
  border-top-color: #000; }

.step-2 .step-hidden {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media only screen and (max-width: 479px) {
    .step-2 .step-hidden {
      display: block; } }
  .step-2 .step-hidden .col-1 {
    width: 125px;
    float: left;
    min-height: 1px; }
    @media only screen and (max-width: 479px) {
      .step-2 .step-hidden .col-1 {
        float: none; } }
    .step-2 .step-hidden .col-1 .label-text {
      font-size: 15px;
      line-height: 23px;
      display: inline-block;
      vertical-align: middle;
      margin: 0 5px 0 0; }
  .step-2 .step-hidden .col-2 {
    padding: 0 0 0 10px;
    max-width: 330px;
    width: 100%; }
    .step-2 .step-hidden .col-2 .jcf-select {
      width: 100%; }
    .step-2 .step-hidden .col-2 .row {
      margin: 0 0 16px;
      position: relative;
      display: block; }
      .step-2 .step-hidden .col-2 .row .row {
        margin: 15px 0 0;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .step-2 .step-hidden .col-2 .row .row label {
          font-size: 11px;
          line-height: 13px;
          color: #999;
          display: block;
          margin: 5px 0 0; }
        .step-2 .step-hidden .col-2 .row .row .input-row input {
          width: 200px; }
        .step-2 .step-hidden .col-2 .row .row .input-row.double {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .step-2 .step-hidden .col-2 .row .row .input-row.double .input-holder {
            margin: 0 0 0 10px; }
          .step-2 .step-hidden .col-2 .row .row .input-row.double input {
            width: 50px; }
        .step-2 .step-hidden .col-2 .row .row .input-row input {
          border: 1px solid #ccc;
          border-radius: 3px;
          height: 36px;
          line-height: 36px; }
    .step-2 .step-hidden .col-2 label {
      font-size: 15px;
      color: rgba(51, 51, 51, 0.8);
      cursor: pointer; }
      .step-2 .step-hidden .col-2 label.jcf-label-active {
        color: #333; }
  .step-2 .step-hidden .jcf-radio {
    width: 24px;
    height: 24px;
    border: 1px solid #ededed;
    border-radius: 50%;
    cursor: pointer; }

.step.disabled .step-hidden {
  display: none; }

.cart-page .info {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: #eee;
  text-align: center;
  line-height: 23px;
  font-size: 13px;
  font-weight: bold;
  color: #000;
  font-family: serif;
  cursor: pointer;
  position: relative; }

.cart-page .info .info-content {
  display: none;
  position: absolute;
  padding: 8px 10px;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 250px;
  font-weight: 300;
  font-size: 13px;
  color: #666;
  line-height: 17px;
  text-align: left;
  top: 0;
  left: 30px;
  z-index: 1; }

.cart-page .info.active .info-content {
  display: block; }

.row.address .input-row {
  margin: 0 0 15px; }

.step-hidden .select {
  display: none; }

.step-hidden .select.active {
  display: block; }

.step-hidden.comment {
  border-bottom: none; }

.step-hidden.comment textarea {
  display: none;
  margin: 15px 0 0;
  border: 1px solid #ccc;
  border-radius: 3px;
  height: 60px;
  font-size: 12px;
  line-height: 14px;
  resize: none; }

.step-hidden.comment textarea.active {
  display: block; }

.comment-handler {
  border-bottom: 1px dashed #36c727;
  color: #36c727;
  font-size: 12px;
  line-height: 14px;
  cursor: pointer; }

.comment-handler:hover {
  border-bottom-color: transparent; }

.order-holder {
  text-align: center; }

.order-holder button {
  background-color: #999;
  border-radius: 5px;
  padding: 8px 20px;
  color: #fff; }

.final-price {
  margin: 0 0 20px;
  text-align: center; }

.final-price .price {
  font-size: 20px;
  vertical-align: middle;
  color: #000; }

.promo {
  margin: 0 0 20px;
  text-align: center;
  padding: 15px 0 0;
  border-top: 1px solid #ddd; }

.promo .promo-handler {
  font-size: 13px;
  border-bottom: 1px dashed;
  cursor: pointer; }

.promo .promo-handler:hover {
  border-bottom-color: transparent; }

.total-holder.active .promo,
.total-holder.active .delivery-total,
.total-holder.active .order-holder,
.total-holder.active .final-price {
  display: block; }

.total-holder.active .delivery-total,
.total-holder.active .cart-total {
  margin: 0 0 5px;
  text-align: left; }

.total-holder.active .delivery-total .price,
.total-holder.active .cart-total .price {
  float: right;
  font-size: inherit;
  color: inherit; }

.total-holder.active .delivery-total {
  margin: 0 0 20px; }

.promo-code {
  padding: 10px 0 0;
  text-align: center;
  display: none; }

.promo-code.active {
  display: block; }

.promo-code input {
  width: 60%; }

.cart-contacts {
  text-align: right; }
  @media only screen and (max-width: 479px) {
    .cart-contacts {
      display: none; } }
  .cart-contacts .worktime-box {
    color: #999;
    font-size: 12px;
    line-height: 14px;
    position: relative; }
  .cart-contacts .see-worktime {
    display: inline-block;
    color: #333;
    border-bottom: 1px dashed #333;
    margin: 0 0 0 10px;
    cursor: pointer; }
  .cart-contacts .worktime-holder {
    right: 0; }
  .cart-contacts ul {
    margin: 10px 0 0;
    padding: 0;
    list-style: none; }
    .cart-contacts ul li {
      display: inline-block;
      vertical-align: top;
      font-weight: 600;
      font-size: 14px;
      line-height: 16px;
      margin: 0 0 0 10px; }
      .cart-contacts ul li a {
        text-decoration: none;
        color: #7f7f7f; }

.worktime-holder {
  position: absolute;
  background-color: #fff;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  color: #333;
  padding: 20px 25px;
  text-align: left;
  z-index: 1;
  display: none;
  max-width: 251px;
  width: 100%; }
  .worktime-holder .title {
    display: block;
    font-size: 14px;
    line-height: 16px;
    color: #999;
    margin: 0 0 10px; }
  .worktime-holder .worktime {
    display: block;
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
    margin: 0 0 20px; }
  .worktime-holder p {
    margin: 8px 0 0;
    font-size: 14px;
    line-height: 16px;
    color: #333;
    font-weight: 600; }
    .worktime-holder p span {
      display: inline-block;
      min-width: 85px;
      font-size: 12px;
      color: #999;
      font-weight: normal; }

body {
  margin: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  font: 400 13px/28px 'Open Sans', sans-serif;
  color: #3a3a3a;
  min-width: 320px;
  background: #fff; }

input[type="email"],
input[type="tel"],
input[type="text"],
input[type="password"] {
  border: 1px solid transparent;
  padding: 0 5px;
  line-height: 30px;
  height: 30px;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid transparent;
  padding: 0 5px;
  line-height: 30px; }

input.error,
textarea.error {
  border-color: #f00; }

.error::-webkit-input-placeholder {
  color: #f00; }

.error::-moz-placeholder {
  color: #f00; }

.error:-moz-placeholder {
  color: #f00; }

.error:-ms-input-placeholder {
  color: #f00; }

.text-danger {
  color: #f00; }

.wrapper {
  width: 100%;
  overflow: hidden;
  border-top: 3px solid #36c727; }
  @media only screen and (max-width: 1023px) {
    .wrapper {
      border: none; } }

.main {
  max-width: 1180px;
  margin: 0 auto; }
  @media only screen and (max-width: 1023px) {
    .main {
      margin-top: 90px;
      padding-top: 25px; } }

.block-title {
  text-transform: uppercase;
  display: block;
  font-weight: 300;
  color: #36c727;
  font-size: 24px;
  line-height: 30px; }
  @media only screen and (max-width: 1250px) {
    .block-title {
      padding: 0 15px; } }

.block-sub-title {
  display: block;
  font-size: 14px;
  line-height: 16px;
  font-weight: 300;
  margin: 25px 0 0; }
  @media only screen and (max-width: 479px) {
    .block-sub-title {
      margin: 25px 0; } }

.label {
  text-align: center; }

.breadcrumb {
  margin: 0;
  padding: 25px 0;
  list-style: none; }
  @media only screen and (max-width: 1250px) {
    .breadcrumb {
      padding: 25px 15px; } }
  @media only screen and (max-width: 1023px) {
    .breadcrumb {
      padding: 0 15px 25px; } }
  .breadcrumb li {
    display: inline-block;
    vertical-align: top;
    color: #b5b5b5;
    font-size: 13px;
    line-height: 16px;
    margin: 0 0 0 10px;
    padding: 0 0 0 12px;
    position: relative;
    border-left: 1px solid #000;
    font-size: 12px;
    line-height: 14px;
    font-weight: normal; }
    @media only screen and (max-width: 479px) {
      .breadcrumb li {
        display: block;
        margin: 5px 0 0; } }
    .breadcrumb li:first-child {
      margin: 0;
      padding: 0;
      border: none; }
    .breadcrumb li a {
      text-decoration: none;
      color: #000; }
      @media only screen and (max-width: 1250px) {
        .breadcrumb li a {
          text-decoration: underline; } }
      .breadcrumb li a:hover {
        text-decoration: underline; }

.paging {
  margin: 80px 0 0; }
  .paging ul {
    padding: 0;
    list-style: none;
    margin: 0;
    text-align: center; }
    .paging ul li {
      display: inline-block;
      vertical-align: middle;
      font-weight: bold;
      font-size: 15px;
      line-height: 38px;
      min-width: 40px;
      margin: 0 0 0 9px; }
      @media only screen and (max-width: 479px) {
        .paging ul li {
          margin: 0;
          font-size: 12px;
          line-height: 28px;
          min-width: 30px; } }
      .paging ul li:hover a {
        color: #fff;
        background-color: #36c727;
        border-color: #36c727; }
        @media only screen and (max-width: 1250px) {
          .paging ul li:hover a {
            color: #999;
            border: 1px solid #999;
            background: none; } }
      .paging ul li.prev {
        margin: 0 30px 0 0; }
        @media only screen and (max-width: 479px) {
          .paging ul li.prev {
            margin: 0 0 5px;
            display: block;
            text-align: left;
            line-height: 1; } }
        .paging ul li.prev a {
          border: none;
          background: none;
          font-weight: normal;
          color: #36c727;
          padding: 0 0 0 13px; }
          .paging ul li.prev a:after {
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 5.5px 5px 5.5px 0;
            border-color: transparent #36c727 transparent transparent;
            position: absolute;
            content: '';
            top: 14px;
            left: 0; }
            @media only screen and (max-width: 479px) {
              .paging ul li.prev a:after {
                top: 0; } }
      .paging ul li.next {
        margin: 0 0 0 30px; }
        @media only screen and (max-width: 479px) {
          .paging ul li.next {
            margin: 5px 0 0;
            display: block;
            text-align: right;
            line-height: 1; } }
        .paging ul li.next a {
          border: none;
          background: none;
          font-weight: normal;
          color: #36c727;
          padding: 0 13px 0 0; }
          .paging ul li.next a:after {
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 5.5px 0 5.5px 5px;
            border-color: transparent transparent transparent #36c727;
            position: absolute;
            content: '';
            top: 14px;
            right: 0; }
            @media only screen and (max-width: 479px) {
              .paging ul li.next a:after {
                top: 0; } }
      .paging ul li.elipsis:hover a {
        background-color: transparent;
        border-color: transparent;
        color: #999; }
      .paging ul li.elipsis a {
        border: none; }
      .paging ul li.active a {
        color: #fff;
        background-color: #36c727;
        border-color: #36c727; }
      .paging ul li a {
        text-decoration: none;
        color: #999;
        height: 100%;
        border: 1px solid #999;
        border-radius: 5px;
        position: relative;
        display: block;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease; }

.pagetitle {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  position: relative;
  padding: 0 0 10px;
  margin: 0 0 20px; }
  .pagetitle:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    border-bottom: 4px solid #36c727;
    width: 305px; }

.main-error {
  margin: 60px auto 110px;
  max-width: 880px;
  min-height: 600px; }
  @media only screen and (max-width: 767px) {
    .main-error {
      min-height: 0; } }
  .main-error .image-box {
    float: left;
    margin: 0 30px 0 0; }
    @media only screen and (max-width: 1250px) {
      .main-error .image-box {
        display: none; } }
  .main-error .info-block {
    overflow: hidden;
    padding: 100px 0 0;
    text-align: right; }
    @media only screen and (max-width: 1250px) {
      .main-error .info-block {
        padding: 15px; } }
    .main-error .info-block .top-box {
      color: #5680cd;
      font-weight: normal;
      font-size: 24px;
      line-height: 50px;
      margin: 0 0 25px; }
      .main-error .info-block .top-box span {
        display: inline-block;
        vertical-align: bottom;
        margin: 0 0 0 10px;
        font-size: 100px;
        line-height: 102px; }
    .main-error .info-block .title {
      display: block;
      text-transform: uppercase;
      font-weight: normal;
      margin: 0 0 15px;
      font-size: 42px;
      line-height: 46px; }
    .main-error .info-block p {
      font-size: 16px;
      line-height: 26px;
      margin: 0 0 25px; }
    .main-error .info-block a {
      background-color: #36c727;
      color: #fff;
      text-transform: uppercase;
      font-size: 14px;
      line-height: 50px;
      height: 50px;
      padding: 0 55px;
      border: 1px solid transparent;
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease;
      display: inline-block;
      text-decoration: none; }
      .main-error .info-block a:hover {
        border-color: #36c727;
        background-color: transparent;
        color: #36c727; }
        @media only screen and (max-width: 1250px) {
          .main-error .info-block a:hover {
            border-color: #36c727;
            background-color: #36c727;
            color: #fff; } }

.error-block {
  overflow: hidden; }

.search-result {
  padding: 0 0 100px;
  min-height: 640px; }
  .search-result > .title {
    display: block;
    font-size: 34px;
    line-height: 1;
    text-transform: uppercase;
    padding: 0 0 25px;
    margin: 0 0 25px;
    border-bottom: 1px solid #ccc; }
  .search-result .note {
    font-size: 14px;
    line-height: 1;
    font-weight: normal; }
  .search-result > p {
    font-size: 24px;
    line-height: 1;
    color: #000;
    margin: 30px 0; }
  .search-result form {
    position: relative;
    max-width: 630px;
    width: 100%;
    margin: 0 0 25px; }
    .search-result form input {
      background-color: #fff;
      width: 100%;
      height: 60px;
      line-height: 60px;
      font-size: 15px;
      padding: 0 60px 0 25px;
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); }
    .search-result form button {
      padding: 0;
      line-height: 20px;
      background-color: transparent;
      border: none;
      outline: none;
      position: absolute;
      right: 20px;
      top: 50%;
      margin: -10px 0 0; }
      .search-result form button svg {
        width: 20px;
        height: 20px; }

.ok {
  background-color: #4fccf9;
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 43px;
  height: 45px;
  outline: none;
  font-weight: bold;
  border: none;
  padding: 0 55px;
  border: 2px solid transparent;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease; }
  .ok:hover {
    border-color: #36c727;
    background-color: transparent;
    color: #36c727; }

.see-more {
  text-decoration: none;
  font-size: 15px;
  line-height: 41px;
  background-color: #36c727;
  color: #fff;
  border-radius: 5px;
  font-weight: 800;
  padding: 0 15px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.56);
  box-shadow: 0 10px 40px rgba(116, 188, 2, 0.71);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  outline: none;
  border: 1px solid transparent;
  min-width: 120px;
  cursor: pointer; }
  .see-more:hover {
    background-color: #43e032; }
    @media only screen and (max-width: 1250px) {
      .see-more:hover {
        background-color: #36c727; } }

#livesearch_search_results {
  position: absolute;
  left: 50px;
  right: 96px;
  top: 100%;
  background-color: #fff;
  z-index: 1;
  box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.03); }
  #livesearch_search_results ul {
    margin: 0;
    padding: 0;
    list-style: none;
    max-height: 285px;
    overflow: hidden; }
    #livesearch_search_results ul li {
      padding: 15px;
      border-bottom: 1px solid #ccc; }
      #livesearch_search_results ul li a {
        text-decoration: none;
        height: 100%;
        color: inherit;
        display: block; }
        #livesearch_search_results ul li a:hover {
          text-decoration: underline; }
        #livesearch_search_results ul li a img {
          margin: 0 10px 0 0;
          vertical-align: middle; }
        #livesearch_search_results ul li a span {
          font-size: 11px;
          line-height: 13px;
          display: inline-block;
          overflow: hidden;
          width: 200px;
          vertical-align: middle; }

.main-contacts {
  padding: 0 0 50px; }
  @media only screen and (max-width: 1250px) {
    .main-contacts {
      padding: 0 15px 30px; } }

.contacts-block {
  margin: 0 0 60px; }
  .contacts-block::after {
    content: '';
    display: block;
    clear: both; }

.contacts-holder {
  float: left;
  max-width: 700px;
  padding: 0 40px 0 0;
  width: 100%; }
  @media only screen and (max-width: 1250px) {
    .contacts-holder {
      max-width: 570px; } }
  @media only screen and (max-width: 1023px) {
    .contacts-holder {
      max-width: 335px;
      padding: 0 20px 0 0; } }
  @media only screen and (max-width: 767px) {
    .contacts-holder {
      max-width: 100%;
      padding: 0;
      text-align: center;
      margin: 0 0 40px;
      float: none; } }
  .contacts-holder .pagetitle {
    font-size: 24px;
    line-height: 26px;
    color: #333;
    text-transform: uppercase;
    margin: 0 0 50px;
    text-align: left; }
  .contacts-holder .holder {
    overflow: hidden;
    margin: 0 0 50px; }
  .contacts-holder .phone-list {
    float: left;
    position: relative;
    padding: 0 0 0 63px;
    margin: 0 100px 0 0; }
    @media only screen and (max-width: 1250px) {
      .contacts-holder .phone-list {
        margin: 0 50px 0 0; } }
    @media only screen and (max-width: 1023px) {
      .contacts-holder .phone-list {
        margin: 0 0 50px; } }
    @media only screen and (max-width: 767px) {
      .contacts-holder .phone-list {
        float: none;
        padding: 0; } }
    @media only screen and (max-width: 479px) {
      .contacts-holder .phone-list {
        padding: 0 0 0 63px;
        text-align: left; } }
    .contacts-holder .phone-list .phone-icon {
      position: absolute;
      top: 0;
      left: 0;
      width: 45px;
      height: 44px; }
      .contacts-holder .phone-list .phone-icon svg {
        width: 45px;
        height: 44px;
        display: block; }
    .contacts-holder .phone-list ul {
      margin: 0;
      padding: 0;
      list-style: none;
      font-size: 16px;
      line-height: 18px;
      font-weight: 600; }
      .contacts-holder .phone-list ul li + li {
        margin-top: 12px; }
      .contacts-holder .phone-list ul a {
        color: #333;
        text-decoration: none; }
  .contacts-holder .title {
    font-size: 16px;
    line-height: 20px;
    color: #36c727;
    display: block;
    margin: 0 0 14px;
    font-weight: bold;
    text-transform: uppercase; }
  .contacts-holder .worktime-frame {
    float: left;
    padding: 0 0 0 63px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .contacts-holder .worktime-frame {
        float: none;
        padding: 0; } }
    @media only screen and (max-width: 479px) {
      .contacts-holder .worktime-frame {
        padding: 0 0 0 63px; } }
    .contacts-holder .worktime-frame .worktime-holder {
      position: static;
      display: block;
      box-shadow: none;
      background: none;
      padding: 0; }
      @media only screen and (max-width: 767px) {
        .contacts-holder .worktime-frame .worktime-holder {
          text-align: center; } }
      @media only screen and (max-width: 479px) {
        .contacts-holder .worktime-frame .worktime-holder {
          text-align: left; } }
      .contacts-holder .worktime-frame .worktime-holder p span {
        font-weight: 600; }
  .contacts-holder .work-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 44px; }
    .contacts-holder .work-icon svg {
      width: 45px;
      height: 44px;
      display: block; }
  .contacts-holder .address-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 44px; }
    .contacts-holder .address-icon svg {
      width: 45px;
      height: 44px;
      display: block; }
  .contacts-holder .address-box {
    position: relative;
    padding: 0 0 0 63px;
    font-size: 14px;
    line-height: 16px;
    color: #333;
    font-weight: 600;
    margin: 0 0 65px; }
    @media only screen and (max-width: 1023px) {
      .contacts-holder .address-box {
        margin: 0 0 50px; } }
    @media only screen and (max-width: 767px) {
      .contacts-holder .address-box {
        padding: 0; } }
    @media only screen and (max-width: 479px) {
      .contacts-holder .address-box {
        padding: 0 0 0 63px;
        text-align: left; } }
    .contacts-holder .address-box address {
      font-style: normal;
      line-height: 28px; }
  .contacts-holder .email-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 45px;
    height: 44px; }
    .contacts-holder .email-icon svg {
      width: 45px;
      height: 44px;
      display: block; }
  .contacts-holder .email-box {
    position: relative;
    padding: 0 0 0 63px;
    font-size: 14px;
    line-height: 23px;
    color: #999;
    font-weight: 600;
    margin: 0 0 50px; }
    @media only screen and (max-width: 767px) {
      .contacts-holder .email-box {
        padding: 0; } }
    @media only screen and (max-width: 479px) {
      .contacts-holder .email-box {
        padding: 0 0 0 63px;
        text-align: left; } }
    .contacts-holder .email-box a {
      text-decoration: none;
      color: #333; }
    .contacts-holder .email-box p {
      margin: 0; }
      .contacts-holder .email-box p + p {
        margin-top: 5px; }
  .contacts-holder .socials-box {
    position: relative;
    padding: 0 0 0 63px;
    font-size: 14px;
    line-height: 23px;
    color: #999;
    font-weight: 600; }
    .contacts-holder .socials-box ul {
      margin: 0 0 0 -12px;
      padding: 0;
      list-style: none;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .contacts-holder .socials-box ul li {
        line-height: 1;
        margin: 0 0 10px 10px;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease; }
        .contacts-holder .socials-box ul li:hover {
          opacity: 0.8; }
        .contacts-holder .socials-box ul li a {
          display: block;
          height: 100%; }
          .contacts-holder .socials-box ul li a svg {
            width: 40px;
            height: 39px; }

.contacts-form {
  float: right;
  max-width: 480px; }
  @media only screen and (max-width: 1250px) {
    .contacts-form {
      max-width: 410px; } }
  @media only screen and (max-width: 1023px) {
    .contacts-form {
      max-width: 390px; } }
  @media only screen and (max-width: 767px) {
    .contacts-form {
      max-width: 100%;
      float: none;
      padding: 10px 0 0;
      border-top: 1px solid #ddd; } }
  .contacts-form .form-holder {
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    padding: 28px 40px 50px; }
    @media only screen and (max-width: 1250px) {
      .contacts-form .form-holder {
        padding: 28px 25px 50px; } }
    @media only screen and (max-width: 1023px) {
      .contacts-form .form-holder {
        padding: 28px 25px 50px; } }
    .contacts-form .form-holder .title {
      display: block;
      text-transform: uppercase;
      color: #313131;
      margin: 0 0 10px;
      text-align: center;
      font-weight: bold;
      font-size: 19px;
      line-height: 21px; }
      @media only screen and (max-width: 767px) {
        .contacts-form .form-holder .title {
          font-size: 15px;
          line-height: 20px; } }
    .contacts-form .form-holder .notes {
      display: block;
      text-align: center;
      color: #999;
      font-size: 13px;
      line-height: 15px;
      max-width: 240px;
      margin: 0 auto 32px; }
    .contacts-form .form-holder form {
      padding: 0 37px; }
      @media only screen and (max-width: 767px) {
        .contacts-form .form-holder form {
          padding: 0; } }
      .contacts-form .form-holder form .row {
        position: relative; }
        .contacts-form .form-holder form .row + .row {
          margin-top: 18px; }
      .contacts-form .form-holder form textarea {
        height: 150px;
        min-height: 150px;
        resize: vertical;
        border: 1px solid #ddd;
        width: 100%;
        font-size: 20px;
        color: #333;
        font-weight: normal;
        border-radius: 5px;
        padding: 10px 20px; }
        .contacts-form .form-holder form textarea::-webkit-input-placeholder {
          color: #333;
          opacity: 1; }
        .contacts-form .form-holder form textarea::-moz-placeholder {
          color: #333;
          opacity: 1; }
        .contacts-form .form-holder form textarea:-moz-placeholder {
          color: #333;
          opacity: 1; }
        .contacts-form .form-holder form textarea:-ms-input-placeholder {
          color: #333;
          opacity: 1; }
        .contacts-form .form-holder form textarea:focus {
          background: #fff;
          border-color: #fff;
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); }
      .contacts-form .form-holder form input[type="text"],
      .contacts-form .form-holder form input[type="password"],
      .contacts-form .form-holder form input[type="email"] {
        border: 1px solid #ddd;
        line-height: 60px;
        height: 60px;
        border-radius: 5px;
        width: 100%;
        padding: 0 20px;
        font-size: 20px;
        color: #333;
        font-weight: normal; }
        @media only screen and (max-width: 767px) {
          .contacts-form .form-holder form input[type="text"],
          .contacts-form .form-holder form input[type="password"],
          .contacts-form .form-holder form input[type="email"] {
            font-size: 16px;
            height: 48px;
            line-height: 48px; } }
        .contacts-form .form-holder form input[type="text"]::-webkit-input-placeholder,
        .contacts-form .form-holder form input[type="password"]::-webkit-input-placeholder,
        .contacts-form .form-holder form input[type="email"]::-webkit-input-placeholder {
          color: #333;
          opacity: 1; }
        .contacts-form .form-holder form input[type="text"]::-moz-placeholder,
        .contacts-form .form-holder form input[type="password"]::-moz-placeholder,
        .contacts-form .form-holder form input[type="email"]::-moz-placeholder {
          color: #333;
          opacity: 1; }
        .contacts-form .form-holder form input[type="text"]:-moz-placeholder,
        .contacts-form .form-holder form input[type="password"]:-moz-placeholder,
        .contacts-form .form-holder form input[type="email"]:-moz-placeholder {
          color: #333;
          opacity: 1; }
        .contacts-form .form-holder form input[type="text"]:-ms-input-placeholder,
        .contacts-form .form-holder form input[type="password"]:-ms-input-placeholder,
        .contacts-form .form-holder form input[type="email"]:-ms-input-placeholder {
          color: #333;
          opacity: 1; }
        .contacts-form .form-holder form input[type="text"]:focus,
        .contacts-form .form-holder form input[type="password"]:focus,
        .contacts-form .form-holder form input[type="email"]:focus {
          background: #fff;
          border-color: #fff;
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); }
      .contacts-form .form-holder form .btn-box {
        text-align: center;
        padding: 33px 0 0; }
        @media only screen and (max-width: 767px) {
          .contacts-form .form-holder form .btn-box {
            padding: 22px 0 0; } }
        .contacts-form .form-holder form .btn-box .see-more {
          display: inline-block;
          vertical-align: top;
          line-height: 44px;
          padding: 0 80px; }

.map-holder {
  position: relative; }
  @media only screen and (max-width: 1250px) {
    .map-holder iframe {
      width: 100%;
      height: 400px; } }

.catalog-page {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 120px; }
  @media only screen and (max-width: 1250px) {
    .catalog-page {
      padding: 0 15px 30px; } }
  @media only screen and (max-width: 1023px) {
    .catalog-page {
      display: block; } }
  .catalog-page .aside-title {
    display: block;
    text-transform: uppercase;
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    margin: 0 0 20px;
    padding: 0 20px 0 0; }
    @media only screen and (max-width: 1023px) {
      .catalog-page .aside-title {
        font-size: 14px;
        padding: 0 25px 0 0; } }
  .catalog-page .filters-sections .filters-block {
    border-top: 2px solid #f3f3f3;
    padding: 20px 0 0; }
  .catalog-page .filters-sections .accordion {
    position: relative;
    display: block; }
    .catalog-page .filters-sections .accordion.active:after {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
      @media only screen and (max-width: 1023px) {
        .catalog-page .filters-sections .accordion.active:after {
          -webkit-transform: rotate(0);
          transform: rotate(0); } }
    .catalog-page .filters-sections .accordion:after {
      position: absolute;
      right: 0;
      top: 5px;
      content: ''; }
      @media only screen and (max-width: 1023px) {
        .catalog-page .filters-sections .accordion:after {
          background: url("../../images/dropdown-arrow.png") no-repeat;
          background-size: 20px 11px;
          width: 20px;
          height: 11px;
          top: 2px;
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg); } }
  .catalog-page .filters-sections .panel {
    background-color: #fff;
    overflow: hidden;
    -webkit-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
    opacity: 1;
    max-height: 1000px; }
    .catalog-page .filters-sections .panel.show {
      opacity: 0;
      max-height: 0; }

.filter-box {
  float: left;
  max-width: 280px;
  background: #fff;
  z-index: 1;
  position: relative;
  width: 100%;
  left: 0; }
  @media only screen and (max-width: 1023px) {
    .filter-box {
      position: fixed;
      top: 0;
      max-width: 100%;
      z-index: 2;
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      display: none;
      padding: 75px 0 0 0; } }
  .filter-box .close-menu {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    display: none;
    z-index: 1;
    padding: 15px; }
    .filter-box .close-menu em {
      display: block; }
    @media only screen and (max-width: 1023px) {
      .filter-box .close-menu {
        display: block; } }
  .filter-box .wrap-box {
    border: 1px solid #e5e5e5;
    padding: 30px 20px; }
    @media only screen and (max-width: 1023px) {
      .filter-box .wrap-box {
        width: 100%;
        max-width: 100%;
        padding: 0;
        height: inherit;
        border: none; } }
  @media only screen and (max-width: 1023px) {
    .filter-box .filter-wrap {
      padding: 0 15px; } }
  .filter-box .price-box {
    margin: 0 0 30px; }
    .filter-box .price-box input {
      border-color: #e3e3e3;
      border-radius: 5px;
      height: 30px;
      width: 116px; }
      @media only screen and (max-width: 1023px) {
        .filter-box .price-box input {
          width: 130px;
          height: 40px;
          line-height: 40px;
          border-radius: 0;
          font-weight: bold;
          padding: 0 20px; } }
  .filter-box .price-holder {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 30px; }

.panel ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  overflow: hidden;
  height: auto; }
  .panel ul li {
    margin-top: 10px;
    overflow: hidden;
    line-height: 24px;
    font-size: 13px;
    font-weight: normal; }
    @media only screen and (max-width: 1023px) {
      .panel ul li {
        padding: 5px 0;
        margin: 0 0 0 20px;
        border-top: 1px solid #eee;
        color: #559bcd; } }
    .panel ul li.checked .count-box .mfilter-counter {
      display: none; }
    .panel ul li.checked .count-box .close {
      display: block; }
    .panel ul li:first-child {
      margin: 0; }
      @media only screen and (max-width: 1023px) {
        .panel ul li:first-child {
          margin: 0 0 0 20px;
          border: none; } }
    .panel ul li .title {
      display: inline-block;
      vertical-align: middle; }
    @media only screen and (max-width: 1023px) {
      .panel ul li .jcf-checkbox {
        float: right;
        margin: 0; } }
    .panel ul li .count-box {
      float: right;
      height: 24px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      min-width: 22px;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media only screen and (max-width: 1023px) {
        .panel ul li .count-box {
          display: none; } }
      .panel ul li .count-box .mfilter-counter {
        background-color: #36c727;
        color: #fff;
        font-size: 11px;
        font-weight: 600;
        min-width: 22px;
        text-align: center;
        padding: 0 3px;
        border-radius: 5px;
        position: relative;
        display: inline-block; }
        .panel ul li .count-box .mfilter-counter:after {
          position: absolute;
          content: '';
          left: -4px;
          top: 50%;
          margin: -4px 0 0;
          width: 0;
          height: 0;
          border-style: solid;
          border-width: 4px 4px 4px 0;
          border-color: transparent #36c727 transparent transparent; }
      .panel ul li .count-box .close {
        display: none; }

.panel .more {
  display: inline-block;
  color: #000;
  color: #568cce;
  position: relative;
  font-size: 13px;
  line-height: 1;
  font-weight: normal;
  padding: 0 15px 2px 0;
  cursor: pointer;
  margin: 0 0 20px; }
  .panel .more.active:before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .panel .more:hover:after {
    border-color: transparent; }
  .panel .more:before {
    content: '';
    position: absolute;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #568cce transparent transparent transparent;
    top: 6px; }
  .panel .more:after {
    content: '';
    position: absolute;
    bottom: 0;
    border-bottom: 1px dashed #568cce;
    left: 0;
    right: 15px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }

.footer {
  background-color: #f3f3f3;
  padding: 0 0 15px;
  border-top: 1px solid #b8b8b8; }
  .footer .logo-box {
    padding: 0; }
    @media only screen and (max-width: 767px) {
      .footer .logo-box {
        display: none; } }
  .footer .footer-holder {
    max-width: 1180px;
    margin: 0 auto;
    padding: 20px 0 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 1279px) {
      .footer .footer-holder {
        padding: 20px 15px 0; } }
    @media only screen and (max-width: 767px) {
      .footer .footer-holder {
        display: block;
        text-align: center; } }
  .footer .copy-box {
    font-size: 12px;
    line-height: 18px;
    max-width: 290px;
    width: 100%; }
    @media only screen and (max-width: 1023px) {
      .footer .copy-box {
        max-width: 145px; } }
    @media only screen and (max-width: 767px) {
      .footer .copy-box {
        display: block;
        float: none;
        margin: 0 0 15px;
        max-width: none; } }
    .footer .copy-box .copy {
      display: block; }
  .footer .info-box {
    text-align: center;
    font-weight: 300;
    font-size: 13px;
    line-height: 22px;
    max-width: 250px;
    width: 100%;
    position: relative;
    color: #999; }
    @media only screen and (max-width: 767px) {
      .footer .info-box {
        display: block;
        float: none;
        margin: 0 0 15px;
        text-align: center;
        max-width: 100%; } }
    .footer .info-box .see-worktime {
      cursor: pointer; }
      .footer .info-box .see-worktime:hover strong {
        border-color: transparent; }
      .footer .info-box .see-worktime em {
        display: inline-block;
        border-radius: 50%;
        border: 1px solid #999;
        margin: 0 10px 0 0;
        width: 23px;
        height: 23px;
        line-height: 23px;
        font-weight: bold;
        font-style: normal;
        vertical-align: middle;
        background: #eee;
        text-align: center;
        font-size: 13px;
        color: #000; }
      .footer .info-box .see-worktime strong {
        font-weight: normal;
        display: inline-block;
        vertical-align: middle;
        border-bottom: 1px dashed #999; }
    .footer .info-box .worktime-holder {
      top: -5px;
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%); }
      @media only screen and (max-width: 1023px) {
        .footer .info-box .worktime-holder {
          left: 50%;
          -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%); } }
  .footer .phone-list {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 17px 0 0;
    list-style: none;
    max-width: 250px;
    text-align: center;
    width: 100%; }
    .footer .phone-list li {
      font-size: 16px;
      line-height: 22px;
      font-weight: bold; }
      @media only screen and (max-width: 1279px) {
        .footer .phone-list li {
          font-size: 14px;
          line-height: 18px; } }
      .footer .phone-list li a {
        text-decoration: none;
        color: #000; }
  .footer .nav-box {
    padding: 17px 0 0;
    display: inline-block;
    vertical-align: top;
    max-width: 350px;
    width: 100%; }
    @media only screen and (max-width: 1279px) {
      .footer .nav-box {
        max-width: 300px; } }
    @media only screen and (max-width: 1023px) {
      .footer .nav-box {
        display: none; } }
    .footer .nav-box .nav {
      display: inline-block;
      vertical-align: top; }
      .footer .nav-box .nav ul {
        margin: 0;
        list-style: none;
        padding: 0; }
        .footer .nav-box .nav ul li {
          display: inline-block;
          vertical-align: top;
          font-size: 12px;
          line-height: 16px;
          text-transform: uppercase;
          font-weight: normal;
          margin: 0 0 0 15px; }
          .footer .nav-box .nav ul li.active-page a {
            text-decoration: underline; }
          .footer .nav-box .nav ul li a {
            text-decoration: none;
            color: #000; }
            @media only screen and (max-width: 1279px) {
              .footer .nav-box .nav ul li a {
                text-decoration: underline; } }
            .footer .nav-box .nav ul li a:hover {
              text-decoration: underline; }
  .footer .estart-motto {
    font-size: 12px;
    line-height: 14px;
    max-width: 230px;
    width: 100%;
    text-align: right; }
    @media only screen and (max-width: 1279px) {
      .footer .estart-motto {
        max-width: 160px; } }
    @media only screen and (max-width: 767px) {
      .footer .estart-motto {
        margin: 15px 0 0;
        max-width: 100%;
        text-align: center; } }
    .footer .estart-motto svg {
      width: 29px;
      height: 34px;
      display: inline-block;
      vertical-align: middle; }
    .footer .estart-motto span {
      display: inline-block;
      vertical-align: middle;
      font-weight: 700;
      margin: 0 0 0 10px;
      padding: 5px 0 0;
      text-align: left; }
  .footer .payment-list {
    margin: 0 0 0 -10px;
    padding: 0;
    list-style: none;
    max-width: 350px;
    width: 100%; }
    @media only screen and (max-width: 1023px) {
      .footer .payment-list {
        display: none; } }
    .footer .payment-list li {
      display: inline-block;
      vertical-align: middle;
      margin: 0 0 0 10px; }
  .footer .footer-descr {
    display: inline-block;
    vertical-align: middle;
    max-width: 230px;
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    text-align: right; }
    @media only screen and (max-width: 1250px) {
      .footer .footer-descr {
        max-width: 170px; } }
    @media only screen and (max-width: 767px) {
      .footer .footer-descr {
        text-align: center; } }
    .footer .footer-descr a {
      font-weight: bold;
      color: #36c727; }

.header {
  border-bottom: 1px solid #000;
  position: relative; }
  @media only screen and (max-width: 1023px) {
    .header {
      border: none;
      position: fixed;
      width: 100%;
      background-color: #fff;
      z-index: 1;
      left: 0;
      top: 0;
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease; } }

.header-holder {
  max-width: 1180px;
  margin: 0 auto;
  position: relative; }
  @media only screen and (max-width: 1250px) {
    .header-holder {
      padding: 0 15px; } }
  @media only screen and (max-width: 1023px) {
    .header-holder {
      height: 90px; } }
  .header-holder:after {
    content: '';
    display: block;
    clear: both; }

.logo-box {
  float: left;
  width: 290px;
  height: 81px;
  line-height: 81px;
  overflow: hidden; }
  @media only screen and (max-width: 1023px) {
    .logo-box {
      width: 145px;
      padding: 0;
      height: 40px;
      line-height: 40px; } }
  .logo-box a {
    text-decoration: none;
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      .logo-box a {
        display: inline-block;
        max-width: 260px; } }
  .logo-box img {
    vertical-align: middle;
    height: auto;
    max-height: 75px;
    max-width: 284px; }
    @media only screen and (max-width: 1023px) {
      .logo-box img {
        height: auto;
        max-height: 40px;
        max-width: 145px; } }
  .logo-box .logo-text {
    display: inline-block;
    vertical-align: middle;
    line-height: 69px;
    font-weight: 800;
    height: 69px;
    overflow: hidden;
    color: #000; }
    @media only screen and (max-width: 1023px) {
      .logo-box .logo-text {
        height: 35px;
        font-size: 13px !important;
        line-height: 35px; } }

.header-block {
  float: left;
  position: relative;
  padding: 0 170px 0 42px;
  border-right: 1px solid #000;
  max-width: 556px;
  width: 100%; }
  @media only screen and (max-width: 1023px) {
    .header-block {
      position: relative;
      padding: 0;
      border: none;
      max-width: 130px;
      top: 0;
      float: right;
      height: 40px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
      justify-content: flex-end; } }
  .header-block .phone-list {
    position: absolute;
    right: 10px;
    top: 20px;
    margin: 0;
    list-style: none;
    padding: 10px 33px 20px 10px;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold;
    color: #000;
    background-color: #fff; }
    @media only screen and (max-width: 1250px) {
      .header-block .phone-list {
        padding: 0; } }
    @media only screen and (max-width: 1023px) {
      .header-block .phone-list {
        top: 0;
        position: relative;
        font-size: 13px;
        right: 0; } }
    .header-block .phone-list li a {
      color: inherit;
      text-decoration: none; }
    .header-block .phone-list:hover li + li {
      display: block; }
      @media only screen and (max-width: 1023px) {
        .header-block .phone-list:hover li + li {
          display: none; } }
    .header-block .phone-list.drop::after {
      content: '';
      position: absolute;
      top: 17px;
      right: 15px;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 5px solid #000; }
      @media only screen and (max-width: 1250px) {
        .header-block .phone-list.drop::after {
          display: none; } }
    .header-block .phone-list li + li {
      margin-top: 4px;
      display: none; }
      @media only screen and (max-width: 1250px) {
        .header-block .phone-list li + li {
          margin: 0;
          display: block; } }
      @media only screen and (max-width: 1023px) {
        .header-block .phone-list li + li {
          display: none; } }
    .header-block .phone-list:hover {
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.17); }
      @media only screen and (max-width: 1250px) {
        .header-block .phone-list:hover {
          box-shadow: none; } }

.filter-btn {
  display: none;
  position: absolute;
  left: 200px;
  bottom: 18px;
  z-index: 1;
  line-height: 14px; }
  @media only screen and (max-width: 374px) {
    .filter-btn {
      left: 150px; } }
  .filter-btn span {
    display: inline-block;
    position: relative;
    color: #000;
    border-bottom: 1px dotted #000;
    font-size: 12px;
    line-height: 14px;
    cursor: pointer; }
    .filter-btn span:after {
      position: absolute;
      left: -15px;
      top: 2px;
      content: ''; }
      @media only screen and (max-width: 374px) {
        .filter-btn span:after {
          display: none; } }
  @media only screen and (max-width: 1023px) {
    .filter-btn {
      display: block; } }

.information-menu {
  padding: 33px 0 0; }
  @media only screen and (max-width: 1250px) {
    .information-menu {
      display: none; } }
  @media only screen and (max-width: 1023px) {
    .information-menu {
      margin: 0;
      background: #fff;
      padding: 0;
      position: fixed;
      right: 0;
      left: 0;
      top: 0;
      bottom: 0;
      z-index: 100;
      max-width: 100%;
      overflow: hidden;
      padding: 20px;
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease; } }
  .information-menu .close-menu {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    display: none;
    z-index: 1;
    padding: 15px; }
    .information-menu .close-menu em {
      display: block; }
    @media only screen and (max-width: 1023px) {
      .information-menu .close-menu {
        display: block; } }
  .information-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    text-transform: uppercase; }
    @media only screen and (max-width: 1023px) {
      .information-menu ul {
        padding: 0;
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        padding: 0 30px 0 0; } }
    .information-menu ul li {
      float: left; }
      @media only screen and (max-width: 1023px) {
        .information-menu ul li {
          float: none;
          margin: 0;
          position: relative;
          border: none;
          border-radius: 0;
          font-size: 15px;
          line-height: 44px;
          display: block;
          text-transform: uppercase;
          white-space: nowrap;
          width: 100%; } }
      .information-menu ul li.home-page {
        display: none; }
        @media only screen and (max-width: 1023px) {
          .information-menu ul li.home-page {
            display: block; } }
      .information-menu ul li.account-page {
        display: none; }
        @media only screen and (max-width: 1023px) {
          .information-menu ul li.account-page {
            display: block; } }
      .information-menu ul li.active-page a::after {
        background: #36c727; }
      .information-menu ul li + li {
        margin: 0 0 0 18px; }
        @media only screen and (max-width: 1023px) {
          .information-menu ul li + li {
            margin: 0; } }
      .information-menu ul li a {
        color: #000;
        text-decoration: none;
        display: block;
        padding: 0 0 32px;
        position: relative; }
        @media only screen and (max-width: 1250px) {
          .information-menu ul li a {
            padding: 0; } }
        @media only screen and (max-width: 1023px) {
          .information-menu ul li a {
            display: inline-block; } }
        .information-menu ul li a::after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          height: 4px;
          background: transparent;
          -webkit-transition: all 0.2s ease;
          transition: all 0.2s ease; }
          @media only screen and (max-width: 1250px) {
            .information-menu ul li a::after {
              display: none; } }
        .information-menu ul li a:hover::after {
          background: #36c727; }

.header-frame {
  float: right;
  padding: 27px 0 0;
  line-height: 1; }
  @media only screen and (max-width: 1250px) {
    .header-frame {
      float: left;
      margin: 0 0 0 30px; } }
  @media only screen and (max-width: 1023px) {
    .header-frame {
      float: none;
      margin: 0;
      padding: 13px 15px;
      width: 100%;
      bottom: 0;
      height: 50px;
      position: absolute;
      text-align: right;
      left: 0;
      background-color: #f4fafc; } }
  .header-frame .btn-login {
    vertical-align: middle;
    display: inline-block; }
    @media only screen and (max-width: 1023px) {
      .header-frame .btn-login {
        display: none; } }
    .header-frame .btn-login svg {
      width: 20px;
      height: 20px; }
  .header-frame .search-box {
    vertical-align: middle;
    display: inline-block;
    margin: 0 0 0 25px; }
    @media only screen and (max-width: 1023px) {
      .header-frame .search-box {
        margin: 0; } }
    .header-frame .search-box .btn-search {
      cursor: pointer;
      display: block; }
      .header-frame .search-box .btn-search svg {
        width: 19px;
        height: 20px; }
        @media only screen and (max-width: 1023px) {
          .header-frame .search-box .btn-search svg {
            width: 22px;
            height: 23px; } }
  .header-frame .btn-callback {
    vertical-align: middle;
    display: inline-block;
    margin: 0 0 0 25px;
    cursor: pointer; }
    @media only screen and (max-width: 1023px) {
      .header-frame .btn-callback {
        margin: 0 0 0 12px; } }
    @media only screen and (max-width: 374px) {
      .header-frame .btn-callback {
        margin: 0 0 0 6px; } }
    .header-frame .btn-callback svg {
      width: 27px;
      height: 26px; }
  .header-frame .basket {
    vertical-align: middle;
    display: inline-block;
    margin: 0 8px 0 30px; }
    @media only screen and (max-width: 1023px) {
      .header-frame .basket {
        margin: 0; }
        .header-frame .basket.no-products .basket-wrap ul li {
          display: block; } }
    @media only screen and (max-width: 374px) {
      .header-frame .basket {
        margin: 0 0 0 6px; } }
    .header-frame .basket .btn-basket {
      cursor: pointer;
      position: relative; }
      @media only screen and (max-width: 1023px) {
        .header-frame .basket .btn-basket {
          padding: 0 0 0 12px; } }
      @media only screen and (max-width: 374px) {
        .header-frame .basket .btn-basket {
          padding: 0 0 0 6px; } }
      .header-frame .basket .btn-basket:after {
        position: absolute;
        content: '';
        background-color: #36c727;
        width: 50px;
        height: 50px;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: -1;
        border-radius: 50%; }
        @media only screen and (max-width: 1023px) {
          .header-frame .basket .btn-basket:after {
            display: none; } }
      .header-frame .basket .btn-basket svg {
        width: 18px;
        height: 22px; }
        @media only screen and (max-width: 1023px) {
          .header-frame .basket .btn-basket svg {
            width: 22px;
            height: 24px; } }
      .header-frame .basket .btn-basket > .quantity {
        position: absolute;
        background-color: #fff;
        border-radius: 50%;
        line-height: 11px;
        right: -6px;
        font-size: 9px;
        top: -4px;
        font-weight: bold;
        padding: 0 3px; }
        @media only screen and (max-width: 1023px) {
          .header-frame .basket .btn-basket > .quantity {
            background-color: #36c727;
            color: #fff;
            width: 16px;
            text-align: center;
            padding: 0;
            line-height: 16px;
            right: -4px; } }

.basket-drop {
  position: absolute;
  border: 1px solid #d2d2d2;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  z-index: 1;
  background-color: #fff;
  max-width: 460px;
  width: 100%;
  right: 0;
  top: 100%;
  display: none; }
  @media only screen and (max-width: 1023px) {
    .basket-drop {
      right: 13px; } }
  @media only screen and (max-width: 479px) {
    .basket-drop {
      left: 10px;
      right: 10px;
      width: auto;
      text-align: center; } }
  .basket-drop .basket-wrap {
    position: relative; }
    .basket-drop .basket-wrap:after {
      content: '';
      position: absolute;
      right: 2px;
      bottom: 100%;
      z-index: 1; }
      @media only screen and (max-width: 1250px) {
        .basket-drop .basket-wrap:after {
          display: none; } }
  .basket-drop .price-box {
    font-weight: bold;
    padding: 20px;
    font-size: 14px;
    border-bottom: 1px solid #d2d2d2;
    color: #000; }
    @media only screen and (max-width: 374px) {
      .basket-drop .price-box {
        padding: 10px 5px;
        text-align: center; } }
  .basket-drop ul {
    margin: 0;
    padding: 0;
    list-style: none;
    max-height: 306px;
    overflow: hidden; }
    .basket-drop ul li {
      border-bottom: 1px solid #d2d2d2;
      position: relative;
      font-size: 12px;
      line-height: 22px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      padding: 12px 20px; }
      @media only screen and (max-width: 479px) {
        .basket-drop ul li {
          padding: 12px 7px;
          font-size: 12px;
          line-height: 14px; } }
      .basket-drop ul li .image-box {
        display: inline-block;
        vertical-align: middle; }
        @media only screen and (max-width: 374px) {
          .basket-drop ul li .image-box {
            display: none; } }
      .basket-drop ul li .title {
        display: inline-block;
        vertical-align: middle;
        max-width: 220px;
        font-size: 14px;
        line-height: 22px;
        color: inherit; }
        @media only screen and (max-width: 479px) {
          .basket-drop ul li .title {
            max-width: 200px;
            font-size: 12px;
            line-height: 14px; } }
        .basket-drop ul li .title:hover {
          text-decoration: none; }
      .basket-drop ul li .price {
        display: inline-block;
        vertical-align: middle;
        max-width: 70px;
        font-weight: bold;
        color: #000; }
      .basket-drop ul li .quantity {
        display: inline-block;
        vertical-align: middle;
        max-width: 30px; }
  .basket-drop .bottom-holder {
    text-align: center;
    padding: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 479px) {
      .basket-drop .bottom-holder {
        display: block; } }
    .basket-drop .bottom-holder .order {
      color: #000; }
    @media only screen and (max-width: 479px) {
      .basket-drop .bottom-holder .see-more {
        display: block;
        margin: 10px 0 0; } }

.menu-icon {
  width: 32px;
  height: 26px;
  cursor: pointer;
  top: 27px;
  right: 21px;
  z-index: 1;
  background: none;
  border: none;
  outline: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  position: fixed;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none; }
  @media only screen and (max-width: 1023px) {
    .menu-icon {
      position: absolute;
      left: 15px;
      bottom: 17px;
      top: auto;
      display: block; } }
  .menu-icon .menu-lines {
    display: inline-block;
    height: 3px;
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #000;
    position: relative; }
    .menu-icon .menu-lines:before, .menu-icon .menu-lines:after {
      -webkit-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      -webkit-transition: top 0.3s 0.6s ease, -webkit-transform 0.3s ease;
      transition: top 0.3s 0.6s ease, -webkit-transform 0.3s ease;
      transition: top 0.3s 0.6s ease, transform 0.3s ease;
      transition: top 0.3s 0.6s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
      display: inline-block;
      height: inherit;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      background: #000;
      content: '';
      position: absolute;
      left: 0;
      -webkit-transform-origin: 2px center;
      transform-origin: 2px center;
      width: 100%; }
    .menu-icon .menu-lines:before {
      top: 8px; }
    .menu-icon .menu-lines:after {
      top: -8px; }

.triggers-section {
  margin: 50px 0 0;
  padding: 0 0 35px; }
  @media only screen and (max-width: 479px) {
    .triggers-section {
      display: none; } }
  .triggers-section ul {
    margin: -40px 0 0 -60px;
    padding: 0;
    list-style: none;
    text-align: center; }
    @media only screen and (max-width: 479px) {
      .triggers-section ul {
        margin: 0 0 0 -20px; } }
    .triggers-section ul li {
      display: inline-block;
      vertical-align: top;
      width: 200px;
      margin: 40px 0 0  60px; }
      .triggers-section ul li .number {
        border-radius: 50%;
        border: 2px solid #36c727;
        color: #3a3a3a;
        font-size: 35px;
        line-height: 114px;
        width: 118px;
        display: inline-block;
        font-weight: bold; }
      .triggers-section ul li .title {
        display: block;
        text-transform: uppercase;
        font-size: 14px;
        line-height: 22px;
        margin: 35px 0 0; }
        @media only screen and (max-width: 1023px) {
          .triggers-section ul li .title {
            font-size: 12px;
            line-height: 16px;
            font-weight: normal; } }

.catalog-section {
  margin: 65px 0 40px;
  text-align: center; }
  @media only screen and (max-width: 1250px) {
    .catalog-section {
      padding: 0 15px; } }

.catalog-block {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 50px 0 20px;
  position: relative;
  text-align: center;
  border-left: 1px solid #dee0e2;
  border-top: 1px solid #dee0e2; }
  .catalog-block .item {
    width: 25%;
    border: 1px solid #dee0e2;
    position: relative;
    padding: 18px 18px 100px;
    border-width: 0 1px 1px 0;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
    .catalog-block .item:hover {
      box-shadow: 0 6px 20px rgba(0, 0, 0, 0.17); }
      @media only screen and (max-width: 1250px) {
        .catalog-block .item:hover {
          box-shadow: none; } }
    @media only screen and (max-width: 1023px) {
      .catalog-block .item {
        width: 33.33%; } }
    @media only screen and (max-width: 767px) {
      .catalog-block .item {
        width: 50%; } }
    @media only screen and (max-width: 479px) {
      .catalog-block .item {
        width: 100%; } }
    .catalog-block .item .price-box > span {
      display: block;
      font-size: 14px;
      line-height: 18px;
      font-weight: bold; }
    .catalog-block .item .image-box {
      display: block;
      margin: 32px 0; }
      .catalog-block .item .image-box img {
        vertical-align: top; }
        @media only screen and (max-width: 1250px) {
          .catalog-block .item .image-box img {
            width: 100%; } }
        @media only screen and (max-width: 479px) {
          .catalog-block .item .image-box img {
            width: auto; } }
    .catalog-block .item .title {
      display: block;
      text-decoration: none;
      font-size: 15px;
      line-height: 18px;
      font-weight: bold;
      text-align: left;
      color: #3a3a3a;
      height: 54px;
      overflow: hidden;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      @media only screen and (max-width: 1250px) {
        .catalog-block .item .title {
          color: #000;
          text-decoration: underline; } }
      .catalog-block .item .title:hover {
        color: #000;
        text-decoration: underline; }
    .catalog-block .item .bottom-holder {
      position: absolute;
      bottom: 25px;
      width: 100%;
      left: 0;
      padding: 0 18px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .catalog-block .item.action .label {
      position: absolute;
      left: 0;
      top: 0;
      color: #fff;
      font-weight: 800;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.56); }
    .catalog-block .item.new .label {
      position: absolute;
      left: 0;
      top: 0;
      color: #fff;
      font-weight: 800;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.56); }
    .catalog-block .item.top .label {
      position: absolute;
      left: 0;
      top: 0;
      color: #fff;
      font-weight: 800;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.56); }
    .catalog-block .item.super-price .price-box {
      text-align: left; }
      .catalog-block .item.super-price .price-box span.new-price {
        color: #f00; }
      .catalog-block .item.super-price .price-box span.price {
        text-decoration: line-through;
        font-size: 12px;
        color: #999; }

.seo-section {
  margin: 0 0 70px; }
  @media only screen and (max-width: 1250px) {
    .seo-section {
      padding: 0 15px; } }
  .seo-section .text-box {
    overflow: hidden;
    font-weight: normal; }
    .seo-section .text-box h2 {
      text-transform: uppercase;
      margin: 0 0 10px;
      font-size: 15px;
      line-height: 20px;
      font-weight: bold; }
    .seo-section .text-box p {
      margin: 0 0 10px; }
    .seo-section .text-box ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .seo-section .text-box ul li {
        position: relative;
        padding: 0 0 0 10px; }
        .seo-section .text-box ul li:after {
          position: absolute;
          content: '';
          left: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          border-radius: 50%;
          width: 3px;
          height: 3px;
          background-color: #3a3a3a; }
  .seo-section .more {
    display: inline-block;
    color: #36c727;
    font-size: 13px;
    line-height: 16px;
    position: relative;
    cursor: pointer;
    margin: 20px 0 0;
    padding: 0 13px 0 0; }
    .seo-section .more.active:after {
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
    .seo-section .more:before {
      position: absolute;
      content: '';
      left: 0;
      right: 13px;
      bottom: 0;
      border-bottom: 1px dashed #36c727; }
    .seo-section .more:after {
      position: absolute;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 4px 4px 0 4px;
      border-color: #36c727 transparent transparent transparent;
      right: 0;
      top: 8px; }

.btn-login svg use,
.btn-login svg {
  fill: transparent;
  stroke: #000; }

.btn-login.login svg use,
.btn-login.login svg {
  fill: #36c727;
  stroke: #36c727; }

.btn-search svg use,
.btn-search svg * {
  fill: #000; }

.btn-callback svg use,
.btn-callback svg {
  fill: #000; }

.filter-btn svg use,
.filter-btn svg {
  fill: #fff; }

.btn-basket svg use,
.btn-basket svg {
  fill: #fff; }
  @media only screen and (max-width: 1023px) {
    .btn-basket svg use,
    .btn-basket svg {
      fill: #000; } }

.admin-login svg use,
.admin-login svg {
  fill: #999; }

.phone-icon svg use,
.phone-icon svg {
  fill: #36c727; }

.work-icon svg use,
.work-icon svg {
  fill: #36c727; }

.address-icon svg use,
.address-icon svg {
  fill: #36c727; }

.email-icon svg use,
.email-icon svg {
  fill: #36c727; }

.social-1 svg use,
.social-1 svg {
  fill: #69bde1; }

.social-2 svg use,
.social-2 svg {
  fill: #5d99c3; }

.social-3 svg use,
.social-3 svg {
  fill: #4463a6; }

.social-4 svg use,
.social-4 svg {
  fill: #ffa748; }

.social-5 svg use,
.social-5 svg {
  fill: #69bde1; }

.social-6 svg use,
.social-6 svg {
  fill: #d63c9e; }

.social-7 svg use,
.social-7 svg {
  fill: #d6463c; }

/* radio */
.jcf-radio {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #fff;
  border: 2px solid #b8b8b8;
  border-radius: 9px;
  margin: 0 13px 0 0;
  height: 20px;
  width: 20px; }

.jcf-radio span {
  display: none;
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background: #9ecb13;
  border-radius: 100%; }

.jcf-radio input[type="radio"] {
  position: absolute;
  height: 100%;
  width: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0;
  cursor: pointer; }

.jcf-radio.jcf-checked span {
  display: block; }

/* checkbox */
.jcf-checkbox {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #fff;
  border: 2px solid #f2f2f2;
  margin: 0 10px 0 0;
  height: 24px;
  width: 24px;
  border-radius: 5px; }
  .jcf-checkbox.jcf-checked {
    background-color: #36c727;
    border-color: #36c727; }

.jcf-checkbox span {
  position: absolute;
  display: none;
  top: 50%;
  left: 50%; }

:root .jcf-checkbox span {
  margin: -4px 0 0 -6px; }

.jcf-checkbox input[type="checkbox"] {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0; }

.jcf-checkbox.jcf-checked span {
  display: block; }

/* button */
.jcf-button {
  display: inline-block;
  vertical-align: top;
  position: relative;
  overflow: hidden;
  border: 1px solid #777;
  background: #fff;
  margin: 0 10px 10px 0;
  padding: 5px 10px; }

.jcf-button .jcf-real-element {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  outline: none;
  opacity: 0;
  padding: 0;
  margin: 0;
  border: 0;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0; }

/* file */
.jcf-file {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
  background: #fff; }

.jcf-file .jcf-real-element {
  position: absolute;
  font-size: 200px;
  height: 200px;
  margin: 0;
  right: 0;
  top: 0; }

.jcf-file .jcf-fake-input {
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
  overflow: hidden;
  border: 1px solid #777;
  padding: 0 8px;
  font-size: 13px;
  line-height: 28px;
  height: 28px;
  width: 125px; }

.jcf-file .jcf-upload-button {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #777;
  margin: 0 0 0 -1px;
  padding: 0 10px;
  line-height: 28px;
  height: 28px; }

/* scrollbars */
.jcf-scrollable-wrapper {
  box-sizing: content-box;
  position: relative; }

.jcf-scrollbar-vertical {
  position: absolute;
  cursor: default;
  background: transparent;
  width: 6px;
  bottom: 0;
  right: 0;
  top: 0; }

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  background: #bbb;
  height: 0;
  width: 0;
  left: 0;
  top: 0; }

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  top: auto;
  bottom: 0; }

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
  background: #36c727;
  height: 1px;
  width: 6px;
  border-radius: 10px; }

.jcf-scrollbar-horizontal {
  position: absolute;
  background: #e3e3e3;
  right: auto;
  top: auto;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 14px; }

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  background: #bbb;
  height: 14px;
  width: 14px; }

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  left: auto;
  right: 0; }

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
  display: inline-block;
  position: relative;
  height: 14px; }

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
  position: absolute;
  background: #888;
  height: 14px; }

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
  visibility: hidden; }

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
  background: #e3e3e3; }

/* select */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid #36c727;
  background: #fff;
  margin: 0;
  min-width: 135px;
  height: 40px;
  line-height: 40px; }
  .jcf-select:after {
    position: absolute;
    content: '';
    top: 17px;
    right: 8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    border-color: #ffffff transparent transparent transparent; }

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0; }

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 16px;
  line-height: 40px;
  margin: 0 35px 0 11px; }

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  background: #36c727;
  width: 26px;
  bottom: 0;
  right: 0;
  top: 0; }

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999; }

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0; }

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px; }

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto; }

.jcf-select.jcf-compact-multiple {
  max-width: 220px; }

.jcf-select.jcf-compact-multiple .jcf-select-opener:before {
  display: inline-block;
  padding-top: 2px;
  content: '...'; }

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #36c727; }

.jcf-select-drop.jcf-compact-multiple .jcf-hover {
  background: none; }

.jcf-select-drop.jcf-compact-multiple .jcf-selected {
  background: #e6e6e6;
  color: #000; }

.jcf-select-drop.jcf-compact-multiple .jcf-selected:before {
  display: inline-block;
  content: '';
  height: 4px;
  width: 8px;
  margin: -7px 5px 0 -3px;
  border: 3px solid #777;
  border-width: 0 0 3px 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')"; }

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px; }

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 20px;
  font-size: 14px;
  width: 100%; }

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%; }

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.jcf-list ul li {
  overflow: hidden;
  display: block; }

.jcf-list .jcf-overflow {
  overflow: auto; }

.jcf-list .jcf-option {
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 5px 9px;
  color: #656565;
  min-height: 14px;
  height: 1%; }

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important; }

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #36c727;
  color: #fff; }

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000; }

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px; }

/* other styles */
.jcf-textarea {
  border: 1px solid #b8c3c9;
  box-sizing: content-box;
  display: inline-block;
  position: relative; }

.jcf-textarea .jcf-scrollbar-horizontal {
  display: none;
  height: 0; }

.jcf-textarea textarea {
  padding: 8px 10px;
  border: none;
  margin: 0; }

.jcf-textarea .jcf-resize {
  position: absolute;
  text-align: center;
  cursor: se-resize;
  background: #e3e3e3;
  font-weight: bold;
  line-height: 15px;
  text-indent: 1px;
  font-size: 12px;
  height: 15px;
  width: 14px;
  bottom: 0;
  right: 0; }

.jcf-textarea .jcf-resize:before {
  border: 1px solid #000;
  border-width: 0 1px 1px 0;
  display: block;
  margin: 4px 0 0 3px;
  width: 6px;
  height: 6px;
  content: ''; }

/* number input */
.jcf-number {
  display: inline-block;
  position: relative;
  height: 40px;
  width: 97px; }

.jcf-number input {
  -moz-appearance: textfield; }

.jcf-number input::-webkit-inner-spin-button,
.jcf-number input::-webkit-outer-spin-button {
  -webkit-appearance: none; }

.jcf-number input {
  box-sizing: border-box;
  border: 1px solid #36c727;
  padding: 3px 27px 3px 7px;
  margin: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
  height: 40px;
  font-weight: 600;
  outline: none; }

.jcf-number .jcf-btn-dec,
.jcf-number .jcf-btn-inc {
  position: absolute;
  background: #36c727;
  width: 26px;
  height: 19px;
  right: 1px;
  top: 1px; }

.jcf-number .jcf-btn-dec {
  top: 20px;
  bottom: 1px; }

.jcf-number .jcf-btn-dec:hover,
.jcf-number .jcf-btn-inc:hover {
  background: #7cbedc; }
  @media only screen and (max-width: 1279px) {
    .jcf-number .jcf-btn-dec:hover,
    .jcf-number .jcf-btn-inc:hover {
      background-color: #36c727; } }

.jcf-number.jcf-disabled .jcf-btn-dec:hover,
.jcf-number.jcf-disabled .jcf-btn-inc:hover {
  background: #aaa; }

.jcf-number .jcf-btn-dec:before,
.jcf-number .jcf-btn-inc:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -4px;
  border: 4px solid #fff;
  border-color: transparent transparent #fff transparent; }

.jcf-number .jcf-btn-dec:before {
  margin: -1px 0 0 -4px;
  border-color: #fff transparent transparent transparent; }

.jcf-number.jcf-disabled .jcf-btn-dec:before,
.jcf-number.jcf-disabled .jcf-btn-inc:before,
.jcf-number .jcf-btn-dec.jcf-disabled:before,
.jcf-number .jcf-btn-inc.jcf-disabled:before {
  opacity: 1; }

.jcf-number.jcf-disabled input {
  background: #ddd; }

/* range input */
.jcf-range {
  display: inline-block;
  min-width: 200px;
  margin: 0 10px;
  width: 130px; }

.jcf-range .jcf-range-track {
  margin: 0 20px 0 0;
  position: relative;
  display: block;
  height: 10px; }

.jcf-range .jcf-range-wrapper {
  position: relative;
  background: #e5e5e5;
  border-radius: 5px;
  display: block;
  margin: 5px 0; }

.jcf-range.jcf-vertical {
  min-width: 0;
  width: auto; }

.jcf-range.jcf-vertical .jcf-range-wrapper {
  margin: 0;
  width: 10px;
  height: auto;
  padding: 20px 0 0; }

.jcf-range.jcf-vertical .jcf-range-track {
  height: 180px;
  width: 10px; }

.jcf-range.jcf-vertical .jcf-range-handle {
  left: -5px;
  top: auto; }

.jcf-range .jcf-range-display-wrapper {
  position: absolute;
  min-height: 10px;
  min-width: 10px;
  left: 10px;
  right: 10px; }

.jcf-range .jcf-range-display {
  border-radius: 5px;
  position: absolute;
  background: #888;
  width: 10px;
  height: 10px; }

.jcf-range .jcf-range-display.jcf-range-min {
  margin: 0 0 0 -10px;
  padding: 0 0 0 10px; }

.jcf-range .jcf-range-display.jcf-range-max {
  margin: 0 -10px 0 0;
  padding: 0 10px 0 0; }

.jcf-range.jcf-vertical .jcf-range-display-wrapper {
  left: auto;
  right: auto;
  top: 10px;
  bottom: 10px; }

.jcf-range.jcf-vertical .jcf-range-display.jcf-range-min {
  margin: 0 0 -10px;
  padding: 0 0 10px; }

.jcf-range.jcf-vertical .jcf-range-display.jcf-range-max {
  margin: -10px 0 0;
  padding: 10px 0 0; }

.jcf-range .jcf-range-handle {
  position: absolute;
  background: #aaa;
  border-radius: 19px;
  width: 19px;
  height: 19px;
  margin: -4px 0 0;
  z-index: 1;
  top: 0;
  left: 0; }

.jcf-range .jcf-range-mark {
  position: absolute;
  overflow: hidden;
  background: #000;
  width: 1px;
  height: 3px;
  top: -7px;
  margin: 0 0 0 9px; }

.jcf-range.jcf-vertical .jcf-range-mark {
  margin: 0 0 9px;
  left: 14px;
  top: auto;
  width: 3px;
  height: 1px; }

.jcf-range .jcf-active-handle {
  z-index: 2; }

.jcf-range.jcf-focus .jcf-active-handle {
  border: 1px solid #f00;
  margin: -5px 0 0 -1px; }

.jcf-range.jcf-disabled {
  background: none !important;
  opacity: 0.3; }

.login-section {
  min-height: 740px;
  padding: 60px 0 140px; }
  @media only screen and (max-width: 1023px) {
    .login-section {
      padding: 0 15px; } }
  @media only screen and (max-width: 767px) {
    .login-section {
      min-height: auto; } }

.login-box {
  margin: 0 auto;
  max-width: 570px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  background-color: #fff; }
  .login-box .login-list {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden; }
    .login-box .login-list li {
      float: left;
      width: 50%;
      text-align: center;
      color: #3a3a3a;
      font-weight: bold;
      font-size: 15px;
      line-height: 1;
      padding: 24px 0 21px;
      cursor: pointer;
      position: relative;
      box-shadow: inset 0 0 50px 0 rgba(0, 0, 0, 0.03); }
      @media only screen and (max-width: 1023px) {
        .login-box .login-list li {
          font-size: 12px; } }
      @media only screen and (max-width: 479px) {
        .login-box .login-list li {
          font-size: 10px; } }
      .login-box .login-list li:after {
        position: absolute;
        content: '';
        top: 2px;
        left: 2px;
        right: 0;
        border-top: 3px solid #3a3a3a; }
      .login-box .login-list li.active {
        color: #36c727;
        box-shadow: none; }
        .login-box .login-list li.active:after {
          border-color: #36c727; }
  .login-box .login-content {
    padding: 40px 30px; }
    @media only screen and (max-width: 1023px) {
      .login-box .login-content {
        padding: 20px; } }
    .login-box .login-content p {
      margin: 0;
      font-size: 13px;
      line-height: 1;
      font-weight: normal;
      color: #999;
      text-align: center; }
      .login-box .login-content p.agrees {
        font-size: 11px;
        line-height: 13px; }
        .login-box .login-content p.agrees a {
          display: inline-block;
          color: #333;
          text-decoration: none;
          border-bottom: 1px dotted #333; }
          .login-box .login-content p.agrees a:hover {
            border-color: transparent; }
    .login-box .login-content form {
      margin: 50px auto 0;
      max-width: 330px;
      width: 100%; }
      .login-box .login-content form input {
        width: 100%;
        height: 50px;
        line-height: 50px;
        border: 1px solid #ccc;
        outline: none;
        padding: 0 15px; }
      .login-box .login-content form .row {
        margin: 27px 0 0; }
        .login-box .login-content form .row:first-child {
          margin: 0; }
        .login-box .login-content form .row.btn-box {
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flex;
          display: -o-flex;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          font-weight: normal; }
          .login-box .login-content form .row.btn-box a {
            color: #999; }
            .login-box .login-content form .row.btn-box a:hover {
              text-decoration: none; }
        .login-box .login-content form .row button {
          background-color: #36c727;
          color: #fff;
          font-size: 15px;
          line-height: 44px;
          height: 48px;
          padding: 0 25px;
          min-width: 180px;
          border: 1px solid transparent;
          -webkit-transition: 0.3s ease;
          transition: 0.3s ease;
          display: inline-block;
          outline: none;
          font-weight: 600; }
          @media only screen and (max-width: 479px) {
            .login-box .login-content form .row button {
              min-width: 100px; } }
          .login-box .login-content form .row button:hover {
            border-color: #36c727;
            background-color: transparent;
            color: #36c727; }
            @media only screen and (max-width: 1023px) {
              .login-box .login-content form .row button:hover {
                color: #fff;
                background-color: #36c727; } }
      .login-box .login-content form .password-row {
        position: relative; }
        .login-box .login-content form .password-row input {
          padding-right: 50px; }
        .login-box .login-content form .password-row .see-password {
          display: inline-block;
          position: absolute;
          right: 20px;
          top: 37px;
          cursor: pointer; }
      .login-box .login-content form label {
        display: block;
        font-weight: 600;
        margin: 0 0 5px;
        font-size: 13px;
        line-height: 1; }
        .login-box .login-content form label em {
          color: #edb470; }
    .login-box .login-content .registration-box .row button {
      margin: 0 auto;
      display: block; }
    .login-box .login-content .text-danger {
      text-align: center; }
  .login-box .registration-box .row .jcf-checkbox {
    float: left; }
  .login-box .registration-box .row .text {
    display: block;
    overflow: hidden;
    display: block;
    overflow: hidden;
    font-size: 12px;
    line-height: 24px; }

.main-slideshow {
  margin: 28px 0 0; }
  @media only screen and (max-width: 1023px) {
    .main-slideshow {
      margin: 0; } }
  .main-slideshow .item {
    overflow: hidden;
    height: 376px; }
    @media only screen and (max-width: 1023px) {
      .main-slideshow .item {
        height: 235px; } }
    @media only screen and (max-width: 767px) {
      .main-slideshow .item {
        position: relative;
        height: 245px; } }
    .main-slideshow .item .title-box {
      float: left;
      width: 35%;
      background-color: #36c727;
      color: #fff;
      padding: 20px 25px;
      height: 100%; }
      @media only screen and (max-width: 767px) {
        .main-slideshow .item .title-box {
          width: 100%;
          float: none;
          position: absolute;
          left: 0;
          top: 0;
          background-color: transparent;
          padding: 0;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: end;
          -webkit-align-items: flex-end;
          -ms-flex-align: end;
          align-items: flex-end; } }
      .main-slideshow .item .title-box .title-holder {
        border: 5px solid #fff;
        height: 100%;
        padding: 18px; }
        @media only screen and (max-width: 1024px) {
          .main-slideshow .item .title-box .title-holder {
            line-height: 1; } }
        @media only screen and (max-width: 767px) {
          .main-slideshow .item .title-box .title-holder {
            border: none;
            background-color: #36c727;
            height: auto;
            width: 100%;
            padding: 10px; } }
        .main-slideshow .item .title-box .title-holder .title {
          display: block;
          font-size: 24px;
          line-height: 28px;
          text-transform: uppercase;
          margin: 0 0 25px;
          text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.56);
          max-height: 84px;
          overflow: hidden; }
          @media only screen and (max-width: 1023px) {
            .main-slideshow .item .title-box .title-holder .title {
              font-size: 16px;
              line-height: 18px; } }
          @media only screen and (max-width: 767px) {
            .main-slideshow .item .title-box .title-holder .title {
              margin: 0 0 10px; } }
        .main-slideshow .item .title-box .title-holder .more {
          display: inline-block;
          font-weight: 800;
          border: 1px solid #fff;
          padding: 0 12px;
          font-size: 15px;
          line-height: 37px;
          border-radius: 5px;
          color: #fff;
          text-decoration: none;
          text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.56);
          background-color: rgba(255, 255, 255, 0.3);
          -webkit-transition: 0.3s;
          transition: 0.3s; }
          @media only screen and (max-width: 767px) {
            .main-slideshow .item .title-box .title-holder .more {
              border: none;
              background: none;
              padding: 0;
              line-height: 1;
              border-bottom: 1px solid #fff; } }
          .main-slideshow .item .title-box .title-holder .more:hover {
            background-color: #fff;
            color: #36c727;
            text-shadow: none; }
            @media only screen and (max-width: 1279px) {
              .main-slideshow .item .title-box .title-holder .more:hover {
                background-color: rgba(255, 255, 255, 0.3);
                color: #fff;
                text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.56); } }
            @media only screen and (max-width: 767px) {
              .main-slideshow .item .title-box .title-holder .more:hover {
                background: none; } }
    .main-slideshow .item .image-box {
      float: left;
      width: 65%; }
      @media only screen and (max-width: 767px) {
        .main-slideshow .item .image-box {
          width: 100%;
          float: none;
          height: auto; } }
      .main-slideshow .item .image-box img {
        width: 100%;
        vertical-align: top; }
        @media only screen and (max-width: 1023px) {
          .main-slideshow .item .image-box img {
            height: auto; } }

.mfilter-content > ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.mfilter-content > ul > li {
  list-style-type: none;
  margin: 0;
  padding: 0; }

.mfilter-content > ul > li:first-child .mfilter-heading {
  border-top: none; }

/* // CONTENT TOP /////////////////////////////////////////////////////////// */
.mfilter-content_top {
  overflow: hidden; }

.mfilter-content_top .mfilter-content > ul {
  display: table;
  width: 100%; }

.mfilter-content_top .mfilter-content > ul > li {
  border-top: 1px solid #ededed;
  clear: both;
  overflow: hidden;
  display: table-row; }

.mfilter-content_top .mfilter-content > ul > li.mfilter-hide {
  display: none; }

.mfilter-content_top .mfilter-content > ul > li:first-child .mfilter-heading,
.mfilter-content_top .mfilter-content > ul > li:first-child .mfilter-content-opts {
  border-top: none; }

.mfilter-content_top .mfilter-content > ul > li .mfilter-heading {
  border-top: none;
  display: table-cell;
  width: 180px;
  min-width: 180px;
  border-top: 1px solid #dbdee1;
  border-right: 1px solid #dbdee1;
  vertical-align: top; }

.mfilter-content_top .mfilter-content > ul > li .mfilter-content-opts {
  display: table-cell;
  border-top: 1px solid #dbdee1; }

.mfilter-content_top .mfilter-tb {
  display: block; }

.mfilter-content_top .mfilter-tb .mfilter-tb {
  display: table;
  background: #ebebeb;
  margin: 2px;
  width: auto;
  float: left;
  border-radius: 3px; }

.mfilter-content_top .mfilter-tb .mfilter-tb.mfilter-hide {
  display: none; }

.mfilter-content_top .mfilter-image_list_checkbox .mfilter-counter,
.mfilter-content_top .mfilter-image_list_radio .mfilter-counter {
  margin-top: 8px;
  margin-bottom: 8px; }

.mfilter-content_top .mfilter-image_list_checkbox .mfilter-counter.mfilter-close,
.mfilter-content_top .mfilter-image_list_radio .mfilter-counter.mfilter-close {
  margin-top: 10px;
  margin-bottom: 10px; }

.mfilter-content_top .mfilter-tb-as-td {
  border: none;
  margin: 1px 2px;
  padding: 5px; }

.mfilter-content_top .mfilter-counter:before,
.mfilter-content_top .mfilter-counter:after {
  border: none;
  display: inline;
  height: auto;
  width: auto;
  position: static;
  right: auto;
  top: auto; }

.mfilter-content_top .mfilter-counter:before {
  content: "("; }

.mfilter-content_top .mfilter-counter:after {
  content: ")"; }

.mfilter-content_top .mfilter-col-count {
  width: auto;
  margin: 1px 0 0 -5px;
  padding: 0 0 1px; }

.mfilter-content_top .mfilter-counter {
  margin: 3px 0;
  line-height: inherit;
  background: none;
  color: #000000; }

.mfilter-content_top label.mfilter-tb-as-td {
  white-space: nowrap; }

.mfilter-content_top .mfilter-disabled .mfilter-counter {
  display: inline-block; }

.mfilter-content_top .mfilter-counter.mfilter-close {
  margin: 5px 4px; }

.mfilter-content_top {
  line-height: 14px; }

.mfilter-content_top .mfilter-head-icon {
  display: none !important; }

.mfilter-content_top .mfilter-rating .mfilter-counter {
  margin-bottom: 1px; }

.mfilter-content_top .mfilter-rating .mfilter-counter.mfilter-close {
  margin-top: 3px; }

.mfilter-content_top .mfilter-disabled {
  opacity: 0.3; }

.mfilter-content_top .mfilter-heading {
  cursor: default; }

.mfilter-content_top .mfilter-price-inputs,
.mfilter-content_top .mfilter-price-slider {
  float: left; }

.mfilter-content_top .mfilter-price-slider {
  min-width: 150px;
  margin: 1px 0 0 10px; }

.mfilter-content_top .mfilter-content-wrapper {
  border: none; }

.mfilter-content_top .mfilter-opts-container {
  overflow: hidden;
  clear: both;
  border: none; }

.mfilter-content_top .mfilter-tb .mfilter-tb-as-tr:first-child label.mfilter-tb-as-td,
.mfilter-content_top .mfilter-tb .mfilter-tb-as-tr:last-child label.mfilter-tb-as-td,
.mfilter-content_top label.mfilter-tb-as-td {
  padding: 7px 5px 5px 0; }

.mfilter-content_top .mfilter-category-related ul li {
  float: left;
  padding: 3px;
  width: 189px; }

.mfilter-content_top .mfilter-category-tree ul li {
  border-top: none;
  padding: 0; }

.mfilter-content_top .mfilter-category-tree .mfilter-tb .mfilter-tb-as-tr > .mfilter-tb-as-td {
  padding: 5px 3px;
  color: #000; }

.mfilter-content_top .mfilter-category-tree .mfilter-tb .mfilter-tb-as-tr > .mfilter-tb-as-td.mfilter-col-count {
  padding: 0; }

.mfilter-content_top .mfilter-category-tree li div a {
  color: #000; }

.mfilter-content_top .mfilter-category-tree .mfilter-to-parent a {
  display: inline-block;
  padding: 4px 0 0; }

.mfilter-content_top .mfilter-slider .mfilter-slider-inputs {
  float: left; }

.mfilter-content_top .mfilter-slider .mfilter-slider-container {
  width: 200px;
  float: left;
  margin: -4px 0 0 15px; }

.mfilter-content_top .box-heading {
  margin-top: 0; }

/* // INLINE HORIZONTAL ///////////////////////////////////////////////////// */
.mfilter-inline-horizontal .mfilter-opts-container {
  display: table;
  width: 100%; }

.mfilter-inline-horizontal .mfilter-content-wrapper {
  display: table-row; }

.mfilter-inline-horizontal .mfilter-scroll-left,
.mfilter-inline-horizontal .mfilter-options,
.mfilter-inline-horizontal .mfilter-scroll-right {
  display: table-cell; }

.mfilter-inline-horizontal .mfilter-scroll-left,
.mfilter-inline-horizontal .mfilter-scroll-right {
  width: 9px;
  vertical-align: top; }

.mfilter-inline-horizontal .mfilter-scroll-right a,
.mfilter-inline-horizontal .mfilter-scroll-left a {
  display: block;
  width: 9px;
  height: 16px;
  opacity: 0.4;
  cursor: default;
  background: url("images/icons.png?v7") no-repeat 0 -120px; }

.mfilter-inline-horizontal .mfilter-scroll-right a.mf-active,
.mfilter-inline-horizontal .mfilter-scroll-left a.mf-active {
  cursor: pointer;
  opacity: 1; }

.mfilter-inline-horizontal .mfilter-scroll-left a {
  margin: 7px 0 5px 5px; }

.mfilter-inline-horizontal .mfilter-scroll-right a {
  background-position: 0 -22px;
  margin: 7px 5px 5px 0; }

.mfilter-inline-horizontal .mfilter-options-container {
  overflow: hidden;
  position: relative; }

.mfilter-inline-horizontal .mfilter-options-container > .mfilter-tb {
  position: relative; }

/* // HEADING /////////////////////////////////////////////////////////////// */
.mfilter-heading {
  cursor: pointer;
  background: #eaeaea;
  font-size: 13px;
  border-top: 1px solid #fff; }

.mfilter-heading-content {
  padding: 7px 8px; }

.mfilter-heading .mfilter-head-icon {
  display: block;
  float: right;
  background: url("images/icons.png?v7") no-repeat 0 -39px;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  width: 17px;
  height: 9px;
  margin-right: -3px;
  margin-top: 4px; }

.mfilter-heading.mfilter-collapsed .mfilter-head-icon {
  transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg); }

/* // ITEMS ///////////////////////////////////////////////////////////////// */
.mfilter-option input[type="checkbox"],
.mfilter-option input[type="radio"] {
  margin-top: 0;
  margin-bottom: 0;
  vertical-align: middle; }

.mfilter-disabled {
  color: #a4a4a4; }

.mfilter-disabled .mfilter-counter {
  display: none; }

.mfilter-hide-by-live-filter,
.mfilter-hide,
.mfilter-tb-as-tr.mfilter-hide,
.mfilter-tb-as-tr.mfilter-hide-by-live-filter {
  display: none; }

/* // TABLE ///////////////////////////////////////////////////////////////// */
.mfilter-tb {
  display: table;
  width: 100%; }

.mfilter-tb-as-tr {
  display: table-row; }
  @media only screen and (max-width: 1023px) {
    .mfilter-tb-as-tr:first-child {
      border: none; } }
  @media only screen and (max-width: 1023px) {
    .mfilter-tb-as-tr {
      padding: 5px 0;
      margin: 0 0 0 20px;
      border-top: 1px solid #eee;
      color: #559bcd;
      display: block; } }

.mfilter-tb-as-td {
  display: table-cell;
  padding: 5px;
  line-height: 20px;
  vertical-align: middle; }
  @media only screen and (max-width: 1023px) {
    .mfilter-tb-as-td {
      padding: 0;
      line-height: 30px; } }

label.mfilter-tb-as-td {
  word-break: break-all;
  font-weight: 400; }

.mfilter-tb .mfilter-tb-as-tr:first-child > .mfilter-tb-as-td,
.mfilter-tb .mfilter-tb-as-tr.mfilter-first-child > .mfilter-tb-as-td {
  border-top: none; }

.mfilter-col-input {
  padding-right: 4px;
  width: 14px; }
  @media only screen and (max-width: 1023px) {
    .mfilter-col-input {
      float: right;
      width: auto;
      padding: 0;
      margin: 0; } }
  .mfilter-col-input .jcf-checkbox {
    margin: 0; }

.mfilter-col-input input[type=checkbox],
.mfilter-col-input input[type=radio] {
  margin: 3px 0 2px; }

.mfilter-select select {
  width: 100%; }

.mfilter-col-count {
  width: 2px;
  text-align: right;
  padding: 3px 0; }
  @media only screen and (max-width: 1023px) {
    .mfilter-col-count {
      display: none; } }

.mfilter-tb .mfilter-tb-as-tr.mfilter-first-child .mfilter-tb-as-td,
.mfilter-tb .mfilter-tb-as-tr:first-child .mfilter-tb-as-td {
  padding-top: 1px; }

.mfilter-tb .mfilter-tb-as-tr.mfilter-last-child .mfilter-tb-as-td,
.mfilter-tb .mfilter-tb-as-tr:last-child .mfilter-tb-as-td {
  padding-bottom: 1px; }

/* // COUNTER /////////////////////////////////////////////////////////////// */
.mfilter-counter {
  background-color: #36c727;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  display: inline-block;
  min-width: 22px;
  text-align: center;
  padding: 0 3px;
  border-radius: 5px;
  position: relative; }

.mfilter-counter:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #36c727;
  border-width: 4px;
  margin-top: -4px; }

.mfilter-heading-text {
  display: inline-block;
  width: 100%;
  margin-left: -18px; }

.mfilter-heading-text > span {
  display: inline-block;
  padding-left: 18px; }

.mfilter-heading-content {
  position: relative;
  overflow: hidden; }

/*.mfilter-heading-content:after {
    border-color: transparent transparent #ccc;
    border-image: none;
    border-style: solid;
    border-width: 7px;
    content: "";
    display: inline-block;
    left: 50%;
    margin-top: -12px;
    position: absolute;
    top: 100%;
}
.mfilter-heading {
	position: relative;
}
.mfilter-heading:after {
    border-color: transparent transparent #eaeaea;
    border-image: none;
    border-style: solid;
    border-width: 7px;
    content: "";
    display: inline-block;
    left: 50%;
    margin-top: -15px;
    position: absolute;
    top: 0;
}*/
.mfilter-hide-counter .mfilter-counter {
  display: none; }

.mfilter-counter.mfilter-close {
  text-indent: 1000px;
  display: block;
  float: right;
  overflow: hidden;
  min-width: 0;
  cursor: pointer;
  background-color: #FFFFFF; }

.mfilter-options-container {
  margin: 0 0 20px; }

.mfilter-counter.mfilter-close:after {
  display: none; }

/* // BUTTONS /////////////////////////////////////////////////////////////// */
.mfilter-button-top {
  text-align: right;
  padding: 4px 4px 4px 0;
  clear: both;
  overflow: hidden; }

.mfilter-button-bottom {
  text-align: right;
  padding: 4px 4px 4px 0;
  border-top: 1px solid #EEEEEE;
  vertical-align: middle;
  overflow: hidden;
  clear: both; }

.mfilter-rating .mfilter-option img {
  vertical-align: middle; }

/* // BUTTON RESET ////////////////////////////////////////////////////////// */
.mfilter-button-reset {
  float: left;
  margin-left: 8px;
  text-decoration: none; }

.mfilter-reset-icon {
  background: url("images/icons.png?v7") no-repeat 0 3px;
  display: inline-block;
  width: 10px;
  height: 13px;
  margin-right: 3px;
  margin-top: 1px; }

/* // SCROLL //////////////////////////////////////////////////////////////// */
.mfilter-iscroll {
  position: relative;
  overflow: hidden; }

.mfilter-iscroll .mfilter-options {
  padding: 0 9px 0 8px; }

/* // BUTTON MORE /////////////////////////////////////////////////////////// */
#mfilter-opts-price-min,
#mfilter-opts-price-max {
  width: 104px;
  min-width: 104px;
  max-width: 104px;
  display: inline-block; }

/* // IMAGE ///////////////////////////////////////////////////////////////// */
.mfilter-image ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  clear: both;
  overflow: hidden; }

.mfilter-image ul li {
  margin: 2px;
  float: left;
  opacity: 0.5; }

.mfilter-image .mfilter-disabled ul li {
  opacity: 0.3; }

.mfilter-image ul li.mfilter-image-checked {
  opacity: 1; }

.mfilter-image_list_radio .mfilter-tb-as-td img,
.mfilter-image_list_checkbox .mfilter-tb-as-td img {
  vertical-align: middle; }

/* // PRICE SLIDER/SLIDER /////////////////////////////////////////////////// */
.mfilter-price-slider {
  padding: 0 0 5px 4px !important;
  margin-right: 6px !important;
  background: url("images/icons.png?v7") no-repeat right -89px !important; }

.mfilter-slider-container {
  margin: 0 6px 2px 5px; }

.mfilter-slider-slider .ui-slider-handle,
#mfilter-price-slider .ui-slider-handle {
  width: 28px !important;
  height: 20px !important;
  margin-left: -14px !important;
  outline-style: none !important;
  -webkit-transition: none !important;
  transition: none !important;
  border: 1px solid #D9D9D9 !important;
  border-radius: 3px;
  background: #FFF;
  cursor: default; }

#mfilter-price-slider .ui-slider-handle:before {
  border-width: 3px 4px 3px 0;
  border-color: transparent #000000 transparent transparent;
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  width: 0;
  height: 0;
  border-style: solid; }

#mfilter-price-slider .ui-slider-handle:after {
  left: 16px;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #000000;
  content: "";
  position: absolute;
  top: 6px;
  width: 0;
  height: 0;
  border-style: solid; }

.mfilter-slider-slider,
#mfilter-price-slider {
  height: 4px !important;
  margin: 10px 14px 0 !important;
  background: transparent;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms; }
  .mfilter-slider-slider .ui-slider-range,
  #mfilter-price-slider .ui-slider-range {
    background: #36c727;
    height: 100% !important; }

.mfilter-content-top .mfilter-slider-container,
.mfilter-content_top .mfilter-price-slider {
  background-position: right -79px !important; }

.catalog-page .filters-sections .filters-block:first-child {
  border-top: none;
  padding-top: 0; }

/* // SEARCH //////////////////////////////////////////////////////////////// */
.mfilter-search #mfilter-opts-search {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  box-sizing: border-box; }

.mfilter-search.mfilter-search-button {
  clear: both;
  overflow: hidden; }

.mfilter-search.mfilter-search-button #mfilter-opts-search {
  display: block;
  float: left;
  margin-top: 2px;
  padding-right: 37px; }

.mfilter-search #mfilter-opts-search_button {
  display: block;
  border: none;
  float: left;
  text-indent: 1000px;
  margin-top: 2px;
  width: 34px;
  height: 34px;
  margin-left: -34px;
  cursor: pointer;
  background: #428bca url("images/icons.png?v7") no-repeat -65px 6px; }

/* // CATEGORY RELATED ////////////////////////////////////////////////////// */
.mfilter-category-related ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.mfilter-category-related ul li {
  margin: 0;
  padding: 3px 0; }

.mfilter-category-related ul li select {
  width: 100%; }

.mfilter-category-related .mfilter-button {
  padding-top: 3px;
  text-align: right; }

/* // CATEGORY TREE ///////////////////////////////////////////////////////// */
.mfilter-category-tree ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.mfilter-category-tree ul li {
  margin: 0;
  padding: 3px 0;
  border-top: 1px dashed #dcdcdc; }

.mfilter-category-tree ul li.mfilter-to-parent {
  background: url("images/icons.png?v7") no-repeat -108px -2px;
  padding-left: 20px;
  font-weight: bold; }

.mfilter-category-tree ul li a {
  text-decoration: none;
  display: block; }

.mfilter-category-tree ul li:first-child {
  border-top: none; }

/* // SLIDER //////////////////////////////////////////////////////////////// */
.mfilter-slider-data {
  display: none; }

.mfilter-box .mfilter-opts-slider-min,
.mfilter-box .mfilter-opts-slider-max {
  width: 115px;
  min-width: 115px;
  max-width: 115px;
  text-align: center;
  display: inline-block; }

.mfilter-opts-slider-max {
  text-align: right; }

/* // FREE CONTAINER //////////////////////////////////////////////////////// */
.mfilter-free-container {
  position: fixed;
  top: 40px;
  width: 220px;
  margin-left: -238px;
  display: none;
  background: #fff;
  border: 1px solid #ccc;
  z-index: 99999;
  padding: 0 8px; }

.mfilter-free-button {
  display: block;
  position: absolute;
  margin: 10px 0 0 228px;
  cursor: pointer;
  width: 25px;
  height: 23px;
  border: 10px solid #428bca;
  background: #428bca url("images/icons.png?v7") no-repeat -69px 0; }

.mfilter-free-button,
.mfilter-free-container {
  box-sizing: content-box; }

/* // LIVE FILTER /////////////////////////////////////////////////////////// */
.mfilter-live-filter {
  padding: 3px; }

.mfilter-live-filter input[type="text"] {
  width: 100%;
  box-sizing: border-box;
  background-image: url("images/icons.png?v7");
  background-repeat: no-repeat;
  background-position: right -103px; }

.mfilter-category-tree a {
  cursor: pointer; }

.mfilter-box {
  margin-bottom: 20px; }

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 11;
  cursor: pointer;
  display: none; }
  .popup.agrees .popup-holder {
    max-width: 710px;
    width: 100%;
    padding: 32px; }
    @media only screen and (max-width: 479px) {
      .popup.agrees .popup-holder {
        padding: 10px;
        max-width: 300px;
        top: 40px; } }
    .popup.agrees .popup-holder .wrap-holder {
      height: 490px;
      overflow: hidden;
      padding: 0 10px 0 0;
      width: 100%; }
  .popup.callback-popup .popup-holder {
    top: 60px;
    padding: 50px 75px;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .popup.callback-popup .popup-holder {
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 15px 25px;
        max-width: 400px; } }
  .popup.confirm-holder .popup-holder {
    max-width: 435px; }
  .popup.confirm-holder .success-confirm {
    padding: 40px 75px 70px;
    text-align: center; }
    .popup.confirm-holder .success-confirm .note {
      display: block;
      font-size: 19px;
      line-height: 21px;
      margin: 0 0 10px;
      color: #333;
      font-weight: bold;
      text-transform: uppercase; }
      .popup.confirm-holder .success-confirm .note em {
        display: inline-block;
        vertical-align: top;
        margin: 3px 4px 0 -16px; }
    .popup.confirm-holder .success-confirm > p {
      color: #999;
      display: block;
      margin: 0;
      font-size: 13px;
      line-height: 15px; }
    .popup.confirm-holder .success-confirm .see-more {
      height: 42px;
      line-height: 42px;
      margin: 40px 0 0;
      display: inline-block;
      min-width: 205px; }
  .popup.search-holder .popup-holder {
    position: relative;
    background-color: transparent; }
    .popup.search-holder .popup-holder input {
      height: 65px;
      line-height: 65px;
      width: 100%;
      padding: 0 10px 0 50px;
      font-size: 15px;
      border-radius: 30px; }
      @media only screen and (max-width: 479px) {
        .popup.search-holder .popup-holder input {
          height: 45px;
          line-height: 45px;
          padding: 0 10px 0 25px;
          font-size: 13px; } }
    .popup.search-holder .popup-holder button {
      position: absolute;
      right: 0;
      top: 0;
      border-radius: 0 30px 30px 0;
      line-height: 65px;
      padding: 0;
      font-size: 15px;
      text-transform: uppercase;
      color: #fff;
      border: none;
      background-color: #43e032;
      outline: none;
      font-weight: bold;
      padding: 0 20px; }
      @media only screen and (max-width: 479px) {
        .popup.search-holder .popup-holder button {
          padding: 0 10px;
          line-height: 45px;
          font-size: 13px; } }
  .popup.basket-holder .popup-holder {
    max-width: 1000px;
    padding: 25px; }
    @media only screen and (max-width: 1023px) {
      .popup.basket-holder .popup-holder {
        max-width: 650px; } }
    @media only screen and (max-width: 374px) {
      .popup.basket-holder .popup-holder {
        padding: 10px; } }
    .popup.basket-holder .popup-holder:after {
      display: block;
      clear: both;
      content: ''; }
    .popup.basket-holder .popup-holder .image-box {
      float: left;
      background-color: #fff;
      margin: 20px 20px 0 0; }
      @media only screen and (max-width: 1023px) {
        .popup.basket-holder .popup-holder .image-box {
          float: none;
          text-align: center;
          margin: 0 0 20px; } }
      @media only screen and (max-width: 767px) {
        .popup.basket-holder .popup-holder .image-box {
          display: none; } }
      .popup.basket-holder .popup-holder .image-box img {
        vertical-align: top; }
        @media only screen and (max-width: 1023px) {
          .popup.basket-holder .popup-holder .image-box img {
            width: 115px;
            height: 93px; } }
    .popup.basket-holder .popup-holder .info-box {
      float: left;
      max-width: 580px;
      width: 100%; }
      @media only screen and (max-width: 1023px) {
        .popup.basket-holder .popup-holder .info-box {
          max-width: 100%; } }
    .popup.basket-holder .popup-holder .see-more {
      padding: 0 35px; }
      @media only screen and (max-width: 1023px) {
        .popup.basket-holder .popup-holder .see-more {
          padding: 0 10px;
          display: inline-block; } }
  .popup.basket-holder .popup-title {
    display: block;
    text-transform: uppercase;
    padding: 0 0 17px 50px;
    font-size: 32px;
    line-height: 1;
    border-bottom: 1px solid #ccc;
    margin: 0 0 20px;
    font-weight: bold;
    color: #333;
    position: relative; }
    @media only screen and (max-width: 1023px) {
      .popup.basket-holder .popup-title {
        border: none;
        padding: 0;
        font-size: 12px;
        margin: 0 0 10px; } }
    .popup.basket-holder .popup-title:after {
      position: absolute;
      content: '';
      top: 5px;
      left: 0; }
      @media only screen and (max-width: 1023px) {
        .popup.basket-holder .popup-title:after {
          display: none; } }
  .popup.basket-holder .product-name {
    display: block;
    font-weight: bold;
    margin: 0 0 10px;
    font-size: 24px;
    line-height: 1; }
    @media only screen and (max-width: 1023px) {
      .popup.basket-holder .product-name {
        font-size: 18px; } }
  .popup.basket-holder .product-model-model {
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 45px;
    display: block; }
    @media only screen and (max-width: 1023px) {
      .popup.basket-holder .product-model-model {
        margin: 0 0 10px; } }
    .popup.basket-holder .product-model-model em {
      display: inline-block;
      font-style: normal;
      background-color: #e0f6fe;
      margin: 0 0 0 4px;
      padding: 0 4px; }
  .popup.basket-holder .price-box {
    margin: 0 0 45px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media only screen and (max-width: 1023px) {
      .popup.basket-holder .price-box {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 0 0 10px; } }
    .popup.basket-holder .price-box .size-title {
      display: block;
      font-size: 12px;
      line-height: 1;
      margin: 0 0 5px;
      color: #999; }
    .popup.basket-holder .price-box .price {
      display: block;
      font-weight: bold;
      font-size: 16px;
      line-height: 1;
      margin: 20px 0 0; }
      @media only screen and (max-width: 1023px) {
        .popup.basket-holder .price-box .price {
          margin: 0;
          font-size: 14px; } }
    .popup.basket-holder .price-box .total-price {
      display: block;
      font-weight: bold;
      font-size: 36px;
      line-height: 1; }
      @media only screen and (max-width: 1023px) {
        .popup.basket-holder .price-box .total-price {
          font-size: 14px; } }
  .popup.basket-holder .bottom-holder {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 479px) {
      .popup.basket-holder .bottom-holder {
        display: block;
        text-align: center; } }
    .popup.basket-holder .bottom-holder a {
      text-decoration: none; }
    .popup.basket-holder .bottom-holder .order {
      display: inline-block;
      color: #999;
      border-bottom: 1px dashed #000;
      font-weight: normal;
      font-size: 14px;
      line-height: 1;
      padding: 0 0 2px;
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease;
      cursor: pointer; }
      @media only screen and (max-width: 1250px) {
        .popup.basket-holder .bottom-holder .order {
          border: none; } }
      @media only screen and (max-width: 479px) {
        .popup.basket-holder .bottom-holder .order {
          display: block;
          margin: 0 0 10px; } }
      .popup.basket-holder .bottom-holder .order:hover {
        border-color: transparent; }
  .popup .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 3; }
  .popup .popup-holder {
    max-width: 500px;
    margin: 0 auto;
    background: #fff;
    position: relative;
    top: 140px;
    z-index: 4;
    cursor: default; }
    @media only screen and (max-width: 479px) {
      .popup .popup-holder {
        margin: 0 15px; } }
    .popup .popup-holder .popup-wrap {
      overflow: hidden;
      padding: 70px 0 60px;
      position: relative; }
      @media only screen and (max-width: 479px) {
        .popup .popup-holder .popup-wrap {
          padding: 30px 0; } }
      .popup .popup-holder .popup-wrap .description {
        padding: 15px; }
    .popup .popup-holder .btn-close {
      position: absolute;
      right: -30px;
      top: 0;
      cursor: pointer; }
      @media only screen and (max-width: 479px) {
        .popup .popup-holder .btn-close {
          right: 0;
          top: -27px;
          cursor: pointer; } }
    .popup .popup-holder .title {
      display: block;
      text-transform: uppercase;
      font-weight: bold;
      margin: 0 0 10px;
      font-size: 19px;
      line-height: 1; }
    .popup .popup-holder .sub-title {
      display: block;
      font-size: 13px;
      line-height: 16px;
      max-width: 270px;
      margin: 0 auto; }
      @media only screen and (max-width: 767px) {
        .popup .popup-holder .sub-title {
          display: none; } }
    .popup .popup-holder form {
      margin: 40px 0 0; }
      @media only screen and (max-width: 767px) {
        .popup .popup-holder form {
          margin: 0; } }
    .popup .popup-holder .row {
      margin: 0 0 10px; }
      .popup .popup-holder .row input {
        height: 60px;
        line-height: 60px;
        padding: 0 25px;
        font-size: 20px; }
        .popup .popup-holder .row input:focus {
          border-color: transparent;
          box-shadow: 0 6px 17px rgba(0, 0, 0, 0.17); }
        @media only screen and (max-width: 767px) {
          .popup .popup-holder .row input {
            height: 45px;
            line-height: 45px; } }
      .popup .popup-holder .row textarea {
        height: 200px;
        resize: none;
        padding: 15px 25px;
        font-size: 20px; }
        .popup .popup-holder .row textarea:focus {
          border-color: transparent;
          box-shadow: 0 6px 17px rgba(0, 0, 0, 0.17); }
      .popup .popup-holder .row input,
      .popup .popup-holder .row textarea {
        width: 100%;
        border: 1px solid #c6c6cb;
        border-radius: 5px; }
        .popup .popup-holder .row input.error,
        .popup .popup-holder .row textarea.error {
          border-color: #f00; }
      .popup .popup-holder .row.for-message {
        display: none; }
  .popup .add-comment {
    display: inline-block;
    cursor: pointer;
    color: #36c727;
    border-bottom: 1px dotted #36c727;
    font-size: 13px;
    line-height: 16px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
    .popup .add-comment:hover {
      border-color: transparent; }
      @media only screen and (max-width: 1250px) {
        .popup .add-comment:hover {
          border-color: #36c727; } }
    @media only screen and (max-width: 767px) {
      .popup .add-comment {
        display: none; } }
  .popup .btn-box {
    margin: 35px 0 0; }
    .popup .btn-box .see-more {
      width: 205px; }

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */ }

.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0; }

.noUi-origin {
  position: absolute;
  height: 0;
  width: 0; }

.noUi-handle {
  position: relative;
  z-index: 1; }

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 6px; }

.noUi-horizontal .noUi-handle {
  width: 28px;
  height: 20px;
  left: -27px;
  top: -8px; }

.noUi-horizontal .noUi-origin:first-child .noUi-handle {
  left: -1px; }

.noUi-horizontal .noUi-handle + .noUi-handle {
  left: auto;
  right: -1px; }

.noUi-vertical {
  width: 18px; }

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px; }

/* Styling;
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB; }

.noUi-connect {
  background: #36c727;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms; }

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: w-resize; }

.noUi-vertical .noUi-draggable {
  cursor: n-resize; }

.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default; }

.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB; }

/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  width: 0;
  height: 0;
  border-style: solid; }

.noUi-handle:before {
  border-width: 3px 4px 3px 0;
  border-color: transparent #000000 transparent transparent; }

.noUi-handle:after {
  left: 16px;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #000000; }

.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px; }

.noUi-vertical .noUi-handle:after {
  top: 17px; }

/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8; }

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed; }

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS:
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited).
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar.
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars.
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars.
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/*
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */ }

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto; }

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr; }

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto; }

/*
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 10px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; }

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0; }

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 4px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0; }

.mCSB_outside + .mCSB_scrollTools {
  right: -26px; }

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0; }

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px; }

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px; }

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
  text-align: center; }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0; }

/*
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px; }

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0; }

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px; }

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0; }

/*
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS
yx-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px; }

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  box-sizing: border-box; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px; }

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0; }

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px; }

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0; }

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/*
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS
------------------------------------------------------------------------------------------------------------------------
*/
/*
	----------------------------------------
	6.1 THEMES
	----------------------------------------
	*/
/* default theme ("light") */
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)"; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #36c727; }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /*
		sprites locations
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/ }

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /*
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/ }

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /*
		sprites locations
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/ }

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /*
		sprites locations
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/ }

/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1px; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1px; }

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px; }

/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px; }

/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 2px; }

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px; }

/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px; }

/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1); }

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto; }

/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15); }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px; }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px; }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px; }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0; }

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
  /* auto-expanded scrollbar */ }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px; }

/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px; }

/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px; }

/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII="); }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px; }

/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }

/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px; }

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 16px; }

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2); }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2); }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  border-radius: 7px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 5px; }

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px; }

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4); }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0; }

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto; }

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px; }

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px; }

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  box-sizing: border-box; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2); }

/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

/* ---------------------------------------- */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block;
  width: 100%; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-arrow {
  position: absolute;
  text-indent: -9999px;
  border: none;
  top: 50%;
  padding: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  outline: none;
  background-color: transparent; }
  .slick-arrow.slick-prev {
    left: -20px; }
  .slick-arrow.slick-next {
    right: -20px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg); }

.slick-dots {
  margin: 20px 0 0 -29px;
  padding: 0;
  list-style: none;
  text-align: center;
  line-height: 15px; }
  .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 29px; }
    .slick-dots li button {
      padding: 0;
      width: 15px;
      height: 15px;
      outline: none;
      border: none;
      border-radius: 50%;
      text-indent: -9999px;
      background-color: transparent;
      border: 2px solid #333; }
    .slick-dots li.slick-active button {
      background-color: #36c727;
      border-color: #36c727; }

.success-order-block {
  max-width: 738px;
  min-height: 600px;
  width: 100%;
  margin: 0 auto 60px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  padding: 35px 40px; }
  .success-order-block .success-title {
    display: block;
    text-align: center;
    color: #36c727;
    font-weight: bold;
    margin: 0 0 20px;
    font-size: 22px;
    line-height: 24px;
    text-transform: uppercase; }
    .success-order-block .success-title em {
      display: inline-block;
      position: relative;
      font-style: normal;
      padding: 0 0 0 25px; }
      .success-order-block .success-title em:after {
        position: absolute;
        content: '';
        left: 0;
        top: 7px; }
  .success-order-block .order-box {
    font-size: 14px;
    line-height: 16px;
    color: #666;
    text-align: center; }
    .success-order-block .order-box span {
      display: inline-block;
      font-weight: bold;
      font-size: 20px;
      color: #333; }
  .success-order-block ul {
    margin: 25px 0 30px;
    padding: 0;
    list-style: none;
    border-top: 1px solid #d2d2d2; }
    .success-order-block ul li {
      overflow: hidden;
      padding: 22px 0;
      border-bottom: 1px solid #d2d2d2; }
      .success-order-block ul li .image-box {
        float: left;
        margin: 0 15px 0 0; }
      .success-order-block ul li .info-box {
        overflow: hidden; }
        .success-order-block ul li .info-box .title {
          text-decoration: none;
          color: #333;
          font-size: 18px;
          line-height: 20px; }
        .success-order-block ul li .info-box .product-model-model {
          font-size: 14px;
          line-height: 20px;
          margin: 0 0 13px;
          display: block; }
          .success-order-block ul li .info-box .product-model-model em {
            display: inline-block;
            font-style: normal;
            background-color: #e0f6fe;
            margin: 0 0 0 4px;
            padding: 0 4px; }
        .success-order-block ul li .info-box .price {
          display: block;
          font-size: 14px;
          line-height: 16px; }
          .success-order-block ul li .info-box .price em {
            font-style: normal;
            display: inline-block;
            margin: 0 0 0 5px;
            color: #333; }
  .success-order-block .price-box {
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 22px; }
    .success-order-block .price-box span {
      display: inline-block;
      margin: 0 0 0 5px;
      font-weight: bold; }
  .success-order-block .note {
    text-align: center;
    margin: 0 0 25px; }
  .success-order-block .btn-box {
    text-align: center; }
    .success-order-block .btn-box a {
      display: inline-block; }

/*# sourceMappingURL=index.css.map */
