@charset "UTF-8";
@font-face {
  font-family: 'PTSans-Bold';
  src: url('../fonts//PTSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts//PTSans-Bold.woff') format('woff'), url('../fonts//PTSans-Bold.ttf') format('truetype'), url('../fonts//PTSans-Bold.svg#PTSans-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
  }
@font-face {
  font-family: 'PTSans-BoldItalic';
  src: url('../fonts//PTSans-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts//PTSans-BoldItalic.woff') format('woff'), url('../fonts//PTSans-BoldItalic.ttf') format('truetype'), url('../fonts//PTSans-BoldItalic.svg#PTSans-BoldItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PTSans-Italic';
  src: url('../fonts//PTSans-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts//PTSans-Italic.woff') format('woff'), url('../fonts//PTSans-Italic.ttf') format('truetype'), url('../fonts//PTSans-Italic.svg#PTSans-Italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PTSans-Regular';
  src: url('../fonts//PTSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts//PTSans-Regular.woff') format('woff'), url('../fonts//PTSans-Regular.ttf') format('truetype'), url('../fonts//PTSans-Regular.svg#PTSans-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* reset
------------------------------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  outline: none;
  box-sizing: border-box;
}
a {
  color: inherit;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a[href^="tel"] {
  cursor: default;
}
li {
  list-style: none;
}
b,
strong {
  font-family: 'PTSans-Bold';
}
img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}
svg:not(:root) {
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}
[class*="icon--"] {
  display: inline-block;
  fill: currentColor;
  width: 1em;
  height: 1em;
}
p {
  margin-bottom: 10px;
}
h1,
h2,
h3 {
  color: inherit;
  margin: 0 0 20px 0;
  font-weight: normal;
}
iframe {
  border: 0;
}
table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  }
textarea {
  resize: none;
  overflow: auto;
}
textarea,
[type="url"],
[type="text"],
[type="email"],
[type="search"],
[type="password"] {
  width: 250px;
  color: inherit;
  margin-bottom: 10px;
  line-height: inherit;
  box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
}
::-webkit-search-decoration,
::-webkit-search-cancel-button,
::-webkit-search-results-button,
::-webkit-search-results-decoration {
  display: none;
}
[type="radio"],
[type="submit"],
[type="checkbox"],
button:not(:disabled) {
  cursor: pointer;
  -webkit-appearance: none;
}
:-moz-placeholder {
  color: #818181;
}
::-moz-placeholder {
  color: #818181;
}
:-ms-input-placeholder {
  color: #818181;
}
::-webkit-input-placeholder {
  color: #818181;
}
button,
[type="submit"] {
  border: 0;
  color: inherit;
  background: none;
  font-size: inherit;
  display: inline-block;
}
select {
  color: inherit;
  font-size: inherit;
  margin-bottom: 10px;
}
/* body
------------------------------------------------------------------- */
* {
  font-family: 'PTSans-Regular', sans-serif;
}
body {
  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;
  min-width: 320px;
  min-height: 100vh;
  line-height: 1.4;
  color: #000000;
  font-size: 15px;
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
.j-container {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 25px;
}
@media (max-width: 800px) {
  .j-container {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .j-container {
    padding: 0 10px;
  }
}
.j-container.relative {
  position: relative;
}
@media (max-width: 1024px) {
  .admin-top-menu {
    display: none;
  }
  .admin-on-site {
    padding: 0 !important;
  }
}
/* header
------------------------------------------------------------------- */
.j-header__top {
  height: 40px;
  background: #f3f2ee;
}
.j-header__top .j-container {
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.j-header__bottom .j-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media (min-width: 1025px) and (max-width: 1190px) {
  .j-header__bottom .j-container {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
@media (max-width: 1024px) {
  .j-header__bottom .j-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 25px;
    padding-bottom: 25px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 767px) {
  .j-header__bottom .j-container {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.j-header .j-block__logo {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 212px;
  min-height: 45px;
  margin: 0 25px;
  text-align: center;
}
@media (min-width: 1025px) and (max-width: 1190px) {
  .j-header .j-block__logo {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    margin: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .j-header .j-block__logo {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    margin: 0;
    width: 100%;
  }
}
.j-header .j-block__contact {
  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;
}
@media (max-width: 1024px) {
  .j-header .j-block__contact {
    margin-top: 15px;
  }
}
.j-header .j-block__contact__item {
  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;
  color: #818181;
  margin-right: 25px;
}
@media (max-width: 767px) {
  .j-header .j-block__contact__item {
    margin-right: 0;
  }
  .j-header .j-block__contact__item:first-child {
    margin-right: 25px;
  }
}
.j-header .j-block__contact__item .icon {
  font-size: 18px;
  margin-right: 7px;
}
.j-header .j-block__search {
  width: 420px;
}
@media (max-width: 1024px) {
  .j-header .j-block__search {
    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: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .j-header .j-block__search {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.j-header .j-block__login {
	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;
}
/* main
------------------------------------------------------------------- */
.j-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 30px 0 60px 0;
}
/* footer
------------------------------------------------------------------- */
.j-footer {
  color: #818181;
}
.j-footer__top {
  background: #f3f2ee;
}
.j-footer__top .j-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 30px;
  padding-bottom: 30px;
}
.j-footer__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #D7D6D3;
}
.j-footer__bottom .j-container {
  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;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (max-width: 767px) {
  .j-footer__bottom .j-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 1025px) {
  .j-footer__column {
    margin-top: 15px;
    width: -webkit-calc(16.666666666666668% - 12.5px);
    width: calc(16.666666666666668% - 12.5px);
  }
  .j-footer__column:nth-child(6n + 1) {
    margin-right: 25px;
  }
  .j-footer__column:nth-child(6n + 2) {
    margin-right: 25px;
  }
  .j-footer__column:nth-child(6n + 3) {
    margin-right: 25px;
  }
  .j-footer__column:nth-child(6n + 4) {
    margin-right: 25px;
  }
  .j-footer__column:nth-child(6n + 5) {
    margin-right: 25px;
  }
  .j-footer__column:nth-child(-n + 6) {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .j-footer__column {
    margin-top: 30px;
    width: -webkit-calc(33.333333333333336% - 20px);
    width: calc(33.333333333333336% - 20px);
  }
  .j-footer__column:nth-child(3n + 1) {
    margin-right: 30px;
  }
  .j-footer__column:nth-child(3n + 2) {
    margin-right: 30px;
  }
  .j-footer__column:nth-child(-n + 3) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .j-footer__column {
    margin-top: 30px;
    width: -webkit-calc(100% - 0px);
    width: calc(100% - 0px);
    text-align: center;
  }
  .j-footer__column:nth-child(-n + 1) {
    margin-top: 0;
  }
}
.j-footer__title {
  font-size: 18px;
  text-transform: uppercase;
}
.j-footer__link {
  display: block;
  margin-top: 10px;
  text-decoration: underline;
}
.j-footer__link:hover {
  color: #000000;
  text-decoration: underline;
}
.j-footer__contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .j-footer__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.j-footer__contact__item {
  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;
  font-size: 22px;
  margin-left: 25px;
}
@media (max-width: 1024px) {
  .j-footer__contact__item {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .j-footer__contact__item {
    margin-left: 0;
    margin-top: 10px;
    font-size: 16px;
  }
}
.j-footer__contact__item:first-child {
  margin-left: 0;
}
@media (max-width: 767px) {
  .j-footer__contact__item:first-child {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .j-footer__contact {
    margin-top: 10px;
  }
}
.j-footer__contact .icon {
  font-size: 24px;
  margin-right: 10px;
}
@media (max-width: 1024px) {
  .j-footer__contact .icon {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .j-footer__contact .icon {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .j-footer__copyright {
    text-align: center;
  }
}
/* tab
------------------------------------------------------------------- */
.j-tab__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .j-tab__nav {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.j-tab__nav__a {
  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;
  font-size: 18px;
  position: relative;
  margin-right: 15px;
  margin-bottom: 10px;
  padding: 0 10px 5px 10px;
  border-bottom: 2px solid transparent;
}
.j-tab__nav__a:before,
.j-tab__nav__a:after {
  width: 0;
  height: 0;
  top: 100%;
  left: 50%;
  content: " ";
  position: absolute;
  border: solid transparent;
}
.j-tab__nav__a:after {
  border-width: 7px;
  margin-left: -7px;
  border-top-color: #ffffff;
}
.j-tab__nav__a:before {
  border-width: 10px;
  margin-left: -10px;
}
@media (max-width: 767px) {
  .j-tab__nav__a {
    font-size: 16px;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 10px;
  }
}
.j-tab__nav__a:last-child {
  margin-right: 0;
}
.j-tab__nav__a.active {
  border-bottom-color: #ca6d6b;
}
.j-tab__nav__a.active:before {
  border-top-color: #ca6d6b;
}
.j-tab__nav__a:not(.active):hover {
  border-bottom-color: #e1e1e1;
}
.j-tab__nav__a:not(.active):hover:before {
  border-top-color: #e1e1e1;
}
.j-tab__content {
  display: none;
  padding: 15px;
  margin-top: 10px;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 0;
}
.j-tab__content p {
  line-height: 20px;
}
.j-tab__content.active {
  display: block;
}
/* influence on tab
------------------------------------------------------------------- */
.j-product__tab .j-tab__nav__a:after {
  border-top-color: #ffffff;
}
.j-modal__content .j-tab__content {
  border: 0;
  padding: 0;
}
.j-personal__tab {
  margin-top: 30px;
}
.j-personal__tab .j-tab__nav__a:after {
  border-top-color: #ffffff;
}
.j-left-block .j-tab__content {
  border: 0;
  padding: 0;
}
/* modal
------------------------------------------------------------------- */
.j-modal {
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.j-modal__content {
  padding: 15px;
  margin: 0 15px;
  max-height: 90%;
  max-width: 600px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #ffffff;
  border-radius: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10%);
      -ms-transform: translateY(10%);
          transform: translateY(10%);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.j-modal--open {
  visibility: visible;
  opacity: 1;
}
.j-modal--open .j-modal__content {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.j-modal__cart__content {
  width: 600px;
}
/* carousel
------------------------------------------------------------------- */
.j-carousel {
  display: none;
  width: 100%;
  text-align: center;
  position: relative;
  -ms-touch-action: pan-y;
}
.j-carousel__title {
  width: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .j-carousel__title {
    text-align: center;
  }
}
.j-carousel__title span {
  font-size: 22px;
  text-transform: uppercase;
}
.j-carousel__title a {
  color: #ca6d6b;
  margin-left: 15px;
}
.j-carousel__title a:hover {
  text-decoration: underline;
}
.j-carousel__title--related {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .j-carousel__title--related {
    text-align: center;
  }
}
.j-carousel__title--related:before {
  content: 'Похожие товары';
  font-size: 22px;
  text-transform: uppercase;
}
.j-carousel__button {
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  width: 50px;
  height: 50px;
  font-size: 18px;
  cursor: pointer;
  border-radius: 100%;
  background: #f3f2ee;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.j-carousel__button:hover {
  background: #dedbd0;
}
@media (min-width: 1025px) {
  .j-carousel__button {
    opacity: 0;
    visibility: hidden;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }
  .j-carousel__button__left {
    left: 75px;
  }
  .j-carousel__button__right {
    right: 75px;
  }
}
@media (max-width: 1024px) {
  .j-carousel__button__left {
    left: 25px;
  }
  .j-carousel__button__right {
    right: 25px;
  }
}
@media (max-width: 800px) {
  .j-carousel__button {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 1025px) {
  .j-carousel:hover .j-carousel__button {
    opacity: 1;
    visibility: visible;
  }
  .j-carousel:hover .j-carousel__button__right {
    right: 25px;
  }
  .j-carousel:hover .j-carousel__button__left {
    left: 25px;
  }
}
.j-carousel .owl-next,
.j-carousel .owl-prev {
  top: 0;
  height: 100%;
  position: absolute;
}
.j-carousel .owl-next {
  right: 0;
}
.j-carousel .owl-prev {
  left: 0;
}
.j-carousel .owl-item {
  float: left;
}
.j-carousel .owl-item > div {
  width: 100%;
}
.j-carousel .owl-controls {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.j-carousel .owl-wrapper {
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.j-carousel .owl-wrapper:before,
.j-carousel .owl-wrapper:after {
  content: ' ';
  display: table;
  clear: both;
}
.j-carousel .owl-wrapper-outer {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.j-carousel .owl-pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  bottom: 10px;
  position: absolute;
}
.j-carousel .owl-pagination > div {
  padding: 7px;
  margin: 2px;
  cursor: pointer;
  background: transparent;
  border: 1px solid #ca6d6b;
  border-radius: 0;
}
.j-carousel .owl-pagination > div:active {
  -webkit-transform: translatey(3px);
      -ms-transform: translatey(3px);
          transform: translatey(3px);
}
.j-carousel .owl-pagination > div.active,
.j-carousel .owl-pagination > div:hover {
  background: #c35a58;
}
@media (max-width: 767px) {
  .j-carousel .owl-pagination {
    display: none;
  }
}
.j-carousel__slider {
  margin-top: 25px;
  border-top: 1px solid #e1e1e1;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1024px) {
  .j-carousel__slider {
    border-top: 0;
  }
}
@media (max-width: 767px) {
  .j-carousel__slider {
    display: none !important;
  }
}
.j-carousel__slider__item {
  width: 100%;
  display: block;
  
}
.j-carousel__news {
  margin: 60px 0;
}
.j-carousel__news__caption {
  font-size: 22px;
  text-align: center;
  position: relative;
}
@media (max-width: 767px) {
  .j-carousel__news__caption {
    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;
  }
}
.j-carousel__news__caption a {
  top: 5px;
  right: 0;
  color: #ca6d6b;
  font-size: 15px;
  position: absolute;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .j-carousel__news__caption a {
    position: relative;
  }
}
.j-carousel__news__caption a:hover {
  color: #000000;
}
.j-carousel__news__item {
  display: block;
  color: #818181;
  padding: 10px;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.j-carousel__news__item:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
}
.j-carousel__news__title {
  font-size: 16px;
  margin-top: 15px;
  text-transform: uppercase;
}
.j-carousel__news__text {
  font-size: 14px;
}
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  -webkit-perspective: 1200px;
          perspective: 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade .7s ease both;
  animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown .6s ease both;
  animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom .5s ease both;
  animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo .5s ease both;
  animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
            transform: translateZ(-500px);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
            transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
            transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%,
  25% {
    opacity: .5;
    -webkit-transform: translateZ(-500px) translateX(200%);
            transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: .5;
    -webkit-transform: translateZ(-500px);
            transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
            transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
/* influence on carousel
------------------------------------------------------------------- */
.j-carousel__slideset .owl-item {
  padding: 0 5px;
}
.j-carousel__slideset .owl-wrapper-outer {
  padding: 15px 0;
}
@media (min-width: 1025px) {
  .j-page__index .j-carousel__slideset .owl-wrapper-outer {
    padding: 10px 0 75px 0;
  }
  .j-page__index .j-carousel__slideset .j-carousel__button {
    bottom: 60px;
  }
}
@media (max-width: 1024px) {
  .j-page__index .j-carousel__slideset .owl-wrapper-outer {
    padding: 10px 0 40px 0;
  }
}
/* offcanvas
------------------------------------------------------------------- */
@media (max-width: 1024px) {
  .j-offcanvas {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }
  .j-offcanvas--open {
    opacity: 1;
    visibility: visible;
  }
  .j-offcanvas--open .j-offcanvas__content {
    left: 0;
  }
  .j-offcanvas__content {
    top: 0;
    left: -300px;
    width: 250px;
    height: 100%;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
    position: fixed;
    overflow-y: auto;
    overflow-x: hidden;
    background: #333333;
  }
  .j-offcanvas__ul:not(.j-topmenu__ul) {
    display: none;
  }
  .j-offcanvas__ul__1 {
    background: #222222;
  }
  .j-offcanvas__ul__2:not(.j-topmenu__ul__2) {
    background: #000000;
  }
  .j-offcanvas__li--open:not(.j-topmenu__li) > .j-offcanvas__a__1 .icon,
  .j-offcanvas__li--open:not(.j-topmenu__li) > .j-offcanvas__a__2 .icon {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .j-offcanvas .j-topmenu__li .icon {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .j-offcanvas__a {
    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;
    width: 100%;
    height: 40px;
    padding: 0 25px 0 15px;
    position: relative;
    color: #e1e1e1;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  }
  .j-offcanvas__a__2 {
    height: 35px;
    font-size: 13px;
    padding-left: 20px;
  }
  .j-offcanvas__a__3 {
    height: 30px;
    font-size: 12px;
    padding-left: 35px;
  }
  .j-offcanvas__a__inner {
    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;
    width: 100%;
  }
  .j-offcanvas__a .icon {
    top: 50%;
    right: 7px;
    font-size: 11px;
    margin-top: -5.5px;
    position: absolute;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }
  .j-offcanvas__a .icon--arrow-down {
    display: none;
  }
  .j-offcanvas__a:hover,
  .j-offcanvas__a.active {
    color: #ffffff;
    background: #ca6d6b;
  }
  .j-offcanvas__img {
    display: none;
  }
}
/* to top
------------------------------------------------------------------- */
.j-to-top {
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  height: 50px;
  right: 0;
  bottom: 10%;
  position: fixed;
  z-index: 9;
  cursor: pointer;
  color: #ffffff;
  background: #ca6d6b;
  box-shadow: 0 5px 10px rgba(218, 218, 218, 0.5);
  text-transform: uppercase;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  visibility: hidden;
}
.j-to-top--show {
  visibility: visible;
}
@media (max-width: 767px) {
  .j-to-top {
    width: 70px;
    height: 30px;
    font-size: 12px;
  }
}
.j-to-top:hover {
  background: #c35a58;
}
.j-to-top:active {
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
}
/* title
------------------------------------------------------------------- */
.j-title {
  width: 100%;
  font-size: 24px;
  line-height: 24px;
  font-weight: normal;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e1e1e1;
}
@media (max-width: 1024px) {
  .j-title {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .j-title {
    font-size: 20px;
    line-height: 25px;
    text-align: center;
  }
}
.j-title__static {
  font-size: 24px;
  line-height: 24px;
  font-weight: normal;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e1e1e1;
}
@media (max-width: 1024px) {
  .j-title__static {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .j-title__static {
    font-size: 20px;
    line-height: 20px;
  }
}
.j-title__static__sub {
  font-size: 16px;
  line-height: 16px;
  margin-top: 25px;
}
.j-title__static__sub span {
  color: #ca6d6b;
}
/* form
------------------------------------------------------------------- */
textarea,
[type="url"],
[type="text"],
[type="email"],
[type="search"],
[type="password"] {
  height: 40px;
  padding: 0 10px;
  background: #ffffff;
  font-size: 15px;
  border-radius: 0;
  border: 1px solid #e1e1e1;
}
textarea:focus,
[type="url"]:focus,
[type="text"]:focus,
[type="email"]:focus,
[type="search"]:focus,
[type="password"]:focus {
  border-color: #c0c0c0;
}
textarea {
  padding: 10px;
  height: 130px;
  max-height: 130px;
}
select {
  padding: 5px;
  border-radius: 0;
  border: 1px solid #e1e1e1;
}
select:focus {
  background: #fafafa;
}
/* radio & checkbox
------------------------------------------------------------------- */
.j-radio,
.j-checkbox,
.payment-details-list label {
  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;
  padding: 3px 0;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 5px;
  position: relative;
}
.j-radio [type="radio"],
.j-checkbox [type="radio"],
.payment-details-list label [type="radio"],
.j-radio [type="checkbox"],
.j-checkbox [type="checkbox"],
.payment-details-list label [type="checkbox"] {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.j-radio:before,
.j-checkbox:before,
.payment-details-list label:before {
  content: '';
  display: block;
  min-width: 15px;
  min-height: 15px;
  max-width: 15px;
  max-height: 15px;
  margin-right: 10px;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  box-shadow: inset 0 0 0 2px #ffffff;
}
.j-radio:hover:before,
.j-checkbox:hover:before,
.payment-details-list label:hover:before {
  background: #e1e1e1;
}
.j-radio.active:before,
.j-checkbox.active:before,
.payment-details-list label.active:before {
  background: #ca6d6b;
}
/* influence on radio & checkbox
------------------------------------------------------------------- */
.j-product p .j-radio:first-of-type,
.j-product p .j-checkbox:first-of-type {
  margin-top: 5px;
}
/* button
------------------------------------------------------------------- */
button:not(.j-search__button),
[type="submit"]:not(.j-search__button) {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -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;
  height: 40px;
  padding: 0 25px;
  white-space: nowrap;
  border-radius: 0;
  background: #ca6d6b;
  color: #ffffff;
}
button:not(.j-search__button):hover,
[type="submit"]:not(.j-search__button):hover {
  background: #c35a58;
}
button:not(.j-search__button):active,
[type="submit"]:not(.j-search__button):active {
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
}
.j-button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -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;
  height: 40px;
  padding: 0 25px;
  white-space: nowrap;
  border-radius: 0;
  background: #ca6d6b;
  color: #ffffff;
}
.j-button:hover {
  background: #c35a58;
}
.j-button:active {
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
}
.j-button__mobile {
  display: none;
  -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;
  width: 200px;
  height: 40px;
  font-size: 20px;
  padding: 0 15px;
  margin-right: 15px;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .j-button__mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .j-button__mobile {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.j-button__mobile .icon {
  font-size: 25px;
  margin-right: 10px;
}
.j-button__compare {
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-height: 40px;
  padding-left: 10px;
  padding-right: 10px;
  min-width: 35px;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
.j-button__compare .icon {
  font-size: 14px;
  margin-right: 5px;
  color: #ca6d6b;
}
@media (max-width: 767px) {
  .j-button__compare {
    display: none;
  }
}
/* influence on button
------------------------------------------------------------------- */
.j-goods .j-button {
  width: 100%;
}
.j-goods:not(.j-goods__list) .j-button__compare {
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 2;
  margin-top: -2px;
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  text-align: center;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px #ca6d6b;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition: none;
  transition: none;
}
.j-goods__list .j-button__compare {
  font-size: 0;
}
.j-goods__list .j-button__compare .icon {
  font-size: 21px;
  margin-right: 0;
}
.j-goods__item:hover .j-button__compare {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.j-product .buy-container .j-button {
  width: 180px;
  height: 40px;
  padding: 0 55px;
  text-transform: uppercase;
}
@media (max-width: 800px) {
  .j-product .buy-container .j-button {
    padding: 0;
    width: 120px;
  }
}
@media (max-width: 767px) {
  .j-product .buy-container .j-button {
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 120px);
  }
}
.j-product .buy-container .j-button__compare {
  margin-top: 10px;
}
.j-order__form [type="submit"] {
  height: 45px;
  margin: 0 auto;
  padding: 0 45px;
  text-transform: uppercase;
}
.j-order__form [type="submit"][disabled] {
  opacity: .2;
  cursor: default;
}
.payment-form-block [type="submit"] {
  margin-bottom: 15px;
  padding: 0 25px !important;
}
.j-personal__pay [type="submit"] {
  height: 40px;
  font-size: 17px;
}
.j-personal__bottom button {
  margin-top: 10px;
}
.owl-item .j-button {
  width: 100%;
}
.j-compare__item .j-button {
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
}
.addToCart {
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 40px;
  font-size: 20px;
  color: #ca6d6b;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px #ca6d6b;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.addToCart:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 7px;
  background: url(../images/cart.svg) 50% 50% no-repeat;
}
.addToCart:hover {
  box-shadow: inset 0 0 0 2px #ca6d6b;
}
/* goods
------------------------------------------------------------------- */
.j-goods {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.j-goods__item {
  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;
  padding: 15px;
  position: relative;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.j-goods__item:hover {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  border-color: transparent;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
}
.j-goods__item:hover .buy-container,
.j-goods__item:hover .j-goods__buttons {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 1200px) {
  .j-goods__grid .j-goods__item {
    margin-top: 10px;
    width: -webkit-calc(25% - 7.5px);
    width: calc(25% - 7.5px);
  }
  .j-goods__grid .j-goods__item:nth-child(4n + 1) {
    margin-right: 10px;
  }
  .j-goods__grid .j-goods__item:nth-child(4n + 2) {
    margin-right: 10px;
  }
  .j-goods__grid .j-goods__item:nth-child(4n + 3) {
    margin-right: 10px;
  }
  .j-goods__grid .j-goods__item:nth-child(-n + 4) {
    margin-top: 0;
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .j-goods__grid .j-goods__item {
    margin-top: 10px;
    width: -webkit-calc(33.333333333333336% - 6.666666666666667px);
    width: calc(33.333333333333336% - 6.666666666666667px);
  }
  .j-goods__grid .j-goods__item:nth-child(3n + 1) {
    margin-right: 10px;
  }
  .j-goods__grid .j-goods__item:nth-child(3n + 2) {
    margin-right: 10px;
  }
  .j-goods__grid .j-goods__item:nth-child(-n + 3) {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .j-goods__grid .j-goods__item {
    margin-top: 10px;
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px);
  }
  .j-goods__grid .j-goods__item:nth-child(2n + 1) {
    margin-right: 10px;
  }
  .j-goods__grid .j-goods__item:nth-child(-n + 2) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .j-goods__grid .j-goods__item {
    width: 100%;
    margin-top: 10px;
  }
  .j-goods__grid .j-goods__item:first-child {
    margin-top: 0;
  }
}
@media (min-width: 991px) {
  .j-goods__list .j-goods__item {
    margin-top: 10px;
    width: -webkit-calc(33.333333333333336% - 6.666666666666667px);
    width: calc(33.333333333333336% - 6.666666666666667px);
  }
  .j-goods__list .j-goods__item:nth-child(3n + 1) {
    margin-right: 10px;
  }
  .j-goods__list .j-goods__item:nth-child(3n + 2) {
    margin-right: 10px;
  }
  .j-goods__list .j-goods__item:nth-child(-n + 3) {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .j-goods__list .j-goods__item {
    margin-top: 10px;
    width: -webkit-calc(50% - 5px);
    width: calc(50% - 5px);
  }
  .j-goods__list .j-goods__item:nth-child(2n + 1) {
    margin-right: 10px;
  }
  .j-goods__list .j-goods__item:nth-child(-n + 2) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .j-goods__list .j-goods__item {
    width: 100%;
    margin-top: 10px;
  }
  .j-goods__list .j-goods__item:first-child {
    margin-top: 0;
  }
}
.j-goods__image {
  height: 200px;
  display: block;
  position: relative;
}
.j-goods__image img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.j-goods__name {
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 40px;
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.2;
  text-align: center;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.j-goods__name:hover {
  color: #ca6d6b;
}
.j-goods__price {
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
  font-weight: 500;
}
.j-goods__price__current {
  font-size: 26px;
  font-family: 'PTSans-Bold';
}
.j-goods__price__old {
  margin-right: 10px;
  color: #898989;
  font-size: 20px;
  font-family: 'PTSans-Bold';
  position: relative;
}
.j-goods__price__old:before {
  left: 0;
  top: 55%;
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  background: #ca6d6b;
  -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
          transform: rotate(10deg);
}
.j-goods__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 1025px) {
  .j-goods .buy-container,
  .j-goods__buttons {
    left: 0;
    top: 100%;
    z-index: 9;
    padding: 15px;
    padding-top: 0;
    margin-left: -1px;
    position: absolute;
    background: #ffffff;
    width: -webkit-calc(100% + 2px);
    width: calc(100% + 2px);
    border: 1px solid transparent;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.25);
    opacity: 0;
    visibility: hidden;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }
}
@media (max-width: 1024px) {
  .j-goods .buy-container,
  .j-goods__buttons {
    margin-top: 15px;
  }
}
/* ribbon
------------------------------------------------------------------- */
.j-ribbon {
  top: -5px;
  right: -5px;
  z-index: 1;
  position: absolute;
  display: none;
}
.j-ribbon__new,
.j-ribbon__hit,
.j-ribbon__sale {
  height: 25px;
  padding: 0 10px;
  color: #ffffff;
  padding-top: 1px;
  font-family: 'PTSans-Italic';
}
.j-ribbon__new {
  background: #ff3f2f;
}
.j-ribbon__hit {
  background: #00bdd6;
}
.j-ribbon__sale {
  background: #b321b5;
}
/* variant
------------------------------------------------------------------- */
.j-variant {
  display: none;
  width: 100%;
  margin-bottom: 15px;
  position: relative;
}
.j-variant tbody {
  display: inline;
}
.j-variant:hover .j-variant__selected {
  background: #f2f2f2;
}
.j-variant__selected {
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  cursor: pointer;
}
.j-variant__selected__text {
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-family: 'PTSans-Bold';
}
.j-variant__selected .icon {
  float: right;
  height: 100%;
  color: #b8b8b8;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.j-variant__dropdown {
  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;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 9;
  position: absolute;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  max-height: 165px;
  overflow-y: auto;
  box-shadow: 0 5px 10px rgba(218, 218, 218, 0.5);
}
.j-variant__row {
  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;
  width: 100%;
  padding: 5px;
  font-size: 14px;
  position: relative;
  margin-bottom: 1px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.j-variant__row:last-child {
  margin-bottom: 0;
}
.j-variant__row:hover,
.j-variant__row--active {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.15);
}
.j-variant input[type="radio"] {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.j-variant__img {
  display: none;
  -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;
  max-width: 30px;
  max-height: 30px;
  min-width: 30px;
  min-height: 30px;
  margin-right: 10px;
  position: relative;
}
.j-variant__img--show {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.j-variant__img img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.j-variant__text {
  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;
  width: 100%;
  margin-right: 10px;
}
.j-variant__price {
  white-space: nowrap;
}
.j-variant--toggle .j-variant__dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}
.j-variant--toggle .icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.j-variant__none {
  opacity: .5;
}
.j-variant__none:before {
  -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;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: none;
  color: #ffffff;
  background: #ca6d6b;
  content: 'Нет в наличии';
}
.j-variant__none:hover.j-variant__none:before {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* influence on variant
------------------------------------------------------------------- */
.j-product .j-variant {
  display: block;
  margin-top: 20px;
  max-width: 300px;
}
@media (max-width: 800px) {
  .j-product .j-variant {
    max-width: 240px;
  }
}
@media (max-width: 767px) {
  .j-product .j-variant {
    width: 100%;
    max-width: 100%;
  }
}
.j-product .j-variant__selected {
  height: 35px;
  line-height: 35px;
}
/* amount
------------------------------------------------------------------- */
.j-amount {
  display: none;
  min-width: 80px;
  max-width: 80px;
  padding-right: 10px;
}
.j-amount__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  position: relative;
}
.j-amount__arrow {
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  width: 20px;
  height: 100%;
  font-size: 12px;
  position: absolute;
  color: #ffffff;
  background: #ca6d6b;
}
.j-amount__arrow__plus {
  right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.j-amount__arrow__minus {
  left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.j-amount__arrow:hover {
  background: #c35a58;
}
.j-amount [type="text"] {
  width: 100%;
  height: 100%;
  font-size: 12px;
  padding: 0 25px;
  margin-bottom: 0;
  text-align: center;
}
/* influence on amount
------------------------------------------------------------------- */
.j-product .j-amount {
  display: block;
  min-width: 120px;
  max-width: 120px;
}
@media (max-width: 767px) {
  .j-product .j-amount {
    padding: 0;
    margin: 0 auto;
  }
}
.j-product .j-amount__inner {
  height: 40px;
}
.j-product .j-amount__arrow {
  width: 30px;
  font-size: 14px;
}
.j-product .j-amount [type="text"] {
  font-size: 14px;
}
.j-order__table__count .j-amount {
  margin: 0 auto;
}
/* pager
------------------------------------------------------------------- */
.mg-pager {
  width: 100%;
  margin: 30px 0 40px 0;
}
.mg-pager .allPages {
  margin: 10px 0;
  text-align: center;
}
.mg-pager ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mg-pager ul a {
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 5px;
  min-width: 40px;
  min-height: 40px;
  padding: 5px;
  font-size: 18px;
  color: #959595;
  background: #E6E6E6;
  border-radius: 3px;
}
.mg-pager ul a:hover,
.mg-pager ul a.active {
  color: #ffffff;
  background: #c35a58;
}
.mg-pager ul a:active {
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
}
/* view
------------------------------------------------------------------- */
.j-view {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 5px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .j-view {
    margin: 0;
  }
}
.j-view__apply {
  width: 100%;
}
/* switcher
------------------------------------------------------------------- */
.j-switcher {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1280px) {
  .j-switcher {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .j-switcher {
    display: none;
  }
}
.j-switcher__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 8px;
  cursor: pointer;
  margin-right: 8px;
  border: 1px solid #ffffff;
  box-shadow: 0 0 0 1px #C3C3C3;
}
@media (max-width: 1280px) {
  .j-switcher__item {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .j-switcher__item:last-child {
    margin-bottom: 0;
  }
}
.j-switcher__item:last-child {
  margin-right: 0;
}
.j-switcher__item--active {
  box-shadow: 0 0 0 1px #8A8A8A;
}
.j-switcher__item--active .j-switcher__column {
  background: #8A8A8A;
}
.j-switcher__item:hover {
  box-shadow: 0 0 0 1px #8A8A8A;
}
.j-switcher__column {
  width: 15px;
  height: 100%;
  margin-right: 1px;
  background: #C3C3C3;
}
.j-switcher__column:last-child {
  margin-right: 0;
}
/* filter
------------------------------------------------------------------- */
.filter-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-top: 10px;
  border-top: 1px solid #c0c0c0;
}
@media (max-width: 1199px) {
  .filter-form {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .filter-form {
    display: none;
    border-top: 0;
    padding: 10px 0;
    margin-bottom: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.filter-form--open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  margin-top: -25px;
  background: #ffffff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.filter-form .mg-filter-head {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  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;
}
@media (max-width: 767px) {
  .filter-form .mg-filter-head {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 767px) {
  .filter-form .mg-filter-head .wrapper-field {
    width: 100%;
  }
}
.filter-form .mg-filter-head .label-field {
  display: none;
}
.filter-form .mg-filter-head .last-items-dropdown {
  height: 35px;
  margin-bottom: 0;
  margin-left: 25px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .filter-form .mg-filter-head .last-items-dropdown {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
}
.filter-form .mg-filter-head .price-slider-list {
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.filter-form .mg-filter-head .filter-preview,
.filter-form .mg-filter-head #price-slider {
  display: none !important;
}
.filter-form .mg-filter-head [type="text"] {
  width: 80px;
  height: 35px;
  margin: 0 4px;
  padding: 0 5px;
  box-shadow: none;
  text-align: center;
  font-size: 15px;
  border-radius: 0;
}
@media (max-width: 1024px) {
  .filter-form .mg-filter-head .label-field {
    display: none;
  }
}
.filter-form .mg-filter-body {
  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;
  margin-right: 25px;
}
@media (max-width: 1199px) {
  .filter-form .mg-filter-body {
    width: 100%;
    margin: 0 0 10px 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.filter-form .mg-filter-body .mg-filter {
  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;
  position: relative;
}
@media (max-width: 1024px) {
  .filter-form .mg-filter-body .mg-filter {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.filter-form .mg-filter-body .mg-filter-item {
  position: relative;
}
@media (max-width: 767px) {
  .filter-form .mg-filter-body .mg-filter-item {
    position: static;
  }
}
.filter-form .mg-filter-body .mg-filter-item--hidden {
  display: none;
}
.filter-form .mg-filter-body .mg-filter-item--visible {
  display: block;
}
.filter-form .mg-filter-body .mg-filter-item h4 {
  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;
  cursor: pointer;
  white-space: nowrap;
  font-weight: normal;
  text-transform: uppercase;
  z-index: 10;
  padding: 5px;
  border: 1px solid transparent;
  border-bottom: 0;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .filter-form .mg-filter-body .mg-filter-item h4 {
    font-size: 12px;
    line-height: 11px;
    white-space: normal;
  }
}
.filter-form .mg-filter-body .mg-filter-item h4:after {
  content: '';
  display: block;
  min-width: 10px;
  min-height: 10px;
  max-width: 10px;
  max-height: 10px;
  margin-left: 5px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMiIgYmFzZVByb2ZpbGU9InRpbnkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTQ2Ny45LDEyMi42TDI1NiwzMzQuNmwtMjExLjktMjEyYy0xMC4xLTEwLjEtMjYuNC0xMC4xLTM2LjYsMCBjLTEwLjEsMTAuMS0xMC4xLDI2LjUsMCwzNi42bDIzMC4yLDIzMC4zbDAsMGwwLDBjMTAuMSwxMC4xLDI2LjQsMTAuMSwzNi41LDBsMjMwLjItMjMwLjNjMTAuMS0xMC4xLDEwLjEtMjYuNSwwLTM2LjYgQzQ5NC40LDExMi41LDQ3OCwxMTIuNSw0NjcuOSwxMjIuNnoiLz48L3N2Zz4=);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.filter-form .mg-filter-body .mg-filter-item h4:hover {
  color: #000000;
}
@media (max-width: 767px) {
  .filter-form .mg-filter-body .mg-filter-item h4:hover {
    color: #ca6d6b;
  }
}
.filter-form .mg-filter-body .mg-filter-item ul {
  left: 0;
  top: 100%;
  z-index: 9;
  display: none;
  position: absolute;
  width: 220px;
  max-height: 250px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 10px;
  margin-top: -1px;
  padding-bottom: 5px;
  background: #ffffff;
  border: 1px solid #c0c0c0;
  box-shadow: 0 5px 10px rgba(218, 218, 218, 0.5);
}
@media (max-width: 767px) {
  .filter-form .mg-filter-body .mg-filter-item ul {
    width: 100%;
  }
}
.filter-form .mg-filter-body .mg-filter-item .mg-filter-prop-select {
  width: 100%;
  font-size: 14px;
  margin-bottom: 5px;
}
.filter-form .mg-filter-body .mg-filter-item .disabled-prop {
  display: none;
}
.filter-form .mg-filter-body .mg-filter-item--active h4 {
  background: #ffffff;
  border-color: #c0c0c0;
}
@media (max-width: 767px) {
  .filter-form .mg-filter-body .mg-filter-item--active h4 {
    color: #ca6d6b;
    background: transparent;
    border-color: transparent;
  }
}
.filter-form .mg-filter-body .mg-filter-item--active h4:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.filter-form .mg-filter-body .mg-filter-item--active ul,
.filter-form .mg-filter-body .mg-filter-item--active:after,
.filter-form .mg-filter-body .mg-filter-item--active:before {
  display: block;
}
.filter-form .filter-buttons {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 1200px) {
  .filter-form .filter-buttons {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (max-width: 1199px) {
  .filter-form .filter-buttons {
    margin-left: 25px;
  }
}
@media (max-width: 850px) {
  .filter-form .filter-buttons {
    margin: 15px 0 0 0;
  }
}
@media (max-width: 767px) {
  .filter-form .filter-buttons {
    width: 100%;
  }
}
.filter-form .filter-buttons .j-button {
  width: 120px;
  height: 35px;
  font-size: 18px;
  padding: 0;
}
@media (max-width: 767px) {
  .filter-form .filter-buttons .j-button {
    width: 100%;
  }
}
.filter-form .filter-buttons .filter-btn {
  display: inline-block;
}
.filter-form .filter-buttons .refreshFilter {
  margin-left: 10px;
  color: #ffffff;
  background: #b8b8b8;
}
.filter-form .filter-buttons .refreshFilter:hover {
  background: #ababab;
}
/* apply filter
------------------------------------------------------------------- */
@media (max-width: 767px) {
  .apply-filter-form {
    margin-bottom: 5px;
  }
}
.apply-filter-form .refreshFilter {
  display: none;
}
.apply-filter-form .filter-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.apply-filter-form .apply-filter-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  line-height: 13px;
  padding: 5px;
  margin: 0 10px 10px 0;
  background: #ffffff;
  border-radius: 0;
}
.apply-filter-form .filter-values {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.apply-filter-form .filter-price-range {
  color: #ca6d6b;
  margin-left: 5px;
}
.apply-filter-form .apply-filter-item-value {
  color: #ca6d6b;
  margin-left: 15px;
}
.apply-filter-form .apply-filter-item-value:first-child {
  margin-left: 5px;
}
.apply-filter-form .removeFilter {
  margin-left: 5px;
  color: #000000;
}
.apply-filter-form .removeFilter:hover {
  color: #ca6d6b;
}
/* filter mobile
------------------------------------------------------------------- */
.j-filter-mobile {
  display: none;
}
@media (max-width: 767px) {
  .j-filter-mobile {
    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: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
    background: #ffffff;
    text-transform: uppercase;
    border-radius: 0;
  }
}
.j-filter-mobile__title {
  font-size: 18px;
  padding: 0 15px;
  font-family: 'PTSans-Bold';
}
.j-filter-mobile .icon--arrow-down {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.j-filter-mobile--open .icon--arrow-down {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
/* influence on filter
------------------------------------------------------------------- */
.j-page__index .filter-form {
  margin-top: 25px;
}
/* seo
------------------------------------------------------------------- */
.j-seo {
  color: #818181;
  font-size: 14px;
  margin-top: 25px;
}
.j-seo h1 {
  font-size: 24px;
  line-height: 24px;
  font-weight: normal;
  padding-bottom: 5px;
  margin-bottom: 15px;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #e1e1e1;
}
.j-seo__top {
  margin-top: 15px;
}
@media (max-width: 767px) {
  .j-seo__top {
    display: none;
  }
}
/* alert
------------------------------------------------------------------- */
.j-alert {
  width: 100%;
  padding: 10px;
  line-height: 19px;
  margin-bottom: 15px;
  border: 1px solid;
  border-radius: 0;
}
.j-alert__default {
  color: #2d7091;
  background: #ebf7fd;
  border-color: rgba(45, 112, 145, 0.3);
}
.j-alert__red {
  color: #d85030;
  background: #fff1f0;
  border-color: rgba(216, 80, 48, 0.3);
}
.j-alert__green {
  color: #659f13;
  background: #f2fae3;
  border-color: rgba(101, 159, 19, 0.3);
}
.user-login .msgError {
  display: inline-block;
  width: 100%;
  padding: 10px;
  line-height: 19px;
  margin-bottom: 15px;
  border: 1px solid;
  border-radius: 0;
  color: #d85030;
  background: #fff1f0;
  border-color: rgba(216, 80, 48, 0.3);
}
/* error
------------------------------------------------------------------- */
.error-box {
  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: 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;
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0 !important;
  left: 0 !important;
  position: fixed !important;
  background: rgba(0, 0, 0, 0.8);
}
@media (max-width: 767px) {
  .error-box {
    display: none !important;
  }
}
.error-box .sorry-error,
.error-box .text-error {
  width: 500px;
  padding: 10px;
  line-height: 20px;
  margin-bottom: 15px;
  background: #fff1f0;
  border: 5px solid rgba(216, 80, 48, 0.3);
  border-radius: 0;
}
.error-box .close-notification {
  top: 25px;
  right: 25px;
  font-size: 44px;
  color: #ffffff;
  position: absolute;
}
.error-box .close-notification:before {
  content: 'x';
}
.error-box .close-notification:hover {
  opacity: .8;
}
.error-box .send-report-btn {
  padding: 10px;
}
/* property-form
------------------------------------------------------------------- */
.property-form {
  font-size: 14px;
  background: #ffffff;
  border-radius: 0;
}
.property-form .property-title {
  min-width: 150px;
  max-width: 150px;
  display: inline-block;
  font-family: 'PTSans-Bold';
}
@media (max-width: 900px) {
	.property-form .property-title {
	  width: 100%;
      max-width: initial;
	}
}
.property-form .property-delimiter {
  display: none;
}
.property-form br {
  display: none;
}
.property-form p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #e1e1e1;
}
.property-form p:first-of-type:before {
  width: 100%;
  content: 'Характеристики:';
  display: block;
  font-size: 16px;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-family: 'PTSans-Bold';
}
.property-form p .label-black {
  color: #6b6b6b;
  width: calc(100% - 150px);
}
@media (max-width: 900px) {
	.property-form p .label-black {
	  width: 100%;
	}
}

.property-form .hidder-element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
	-webkit-box-align: center;
          -ms-flex-align: center;
                  -ms-grid-row-align: center;
              align-items: center;
}
/* influence on property-form
------------------------------------------------------------------- */
.j-page__product .property-form {
  padding: 10px;
}
.j-page__product .buy-container {
  margin-top: 15px;
}
.j-compare .property-form {
  left: 0;
  top: 100%;
  width: 100%;
  padding: 10px;
  margin-top: -5px;
  position: absolute;
  border: 1px solid #ca6d6b;
  border-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.j-compare__item:hover .property-form {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}
.j-compare .property-title {
  font-size: 11px;
}
.j-compare .property-delimiter {
  display: none;
}
.j-compare p {
  margin-bottom: 10px;
}
.j-compare select {
  width: 100%;
  margin-bottom: 0;
}
.j-goods__list .hidder-element {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
/* no-data
------------------------------------------------------------------- */
.j-no-data {
  width: 100%;
  padding: 100px 0;
  text-align: center;
}
@media (max-width: 767px) {
  .j-no-data {
    padding: 50px 0;
    margin-top: 25px;
  }
}
.j-no-data .icon {
  color: #e1e1e1;
  font-size: 180px;
}
@media (max-width: 767px) {
  .j-no-data .icon {
    font-size: 110px;
  }
}
.j-no-data__text {
  margin-top: 25px;
  font-size: 34px;
  line-height: 34px;
  text-align: center;
  color: #cfcfcf;
}
@media (max-width: 767px) {
  .j-no-data__text {
    font-size: 20px;
    line-height: 20px;
  }
}
/* payment
------------------------------------------------------------------- */
.j-payment {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.j-payment__item {
  height: 50px;
  padding: 10px;
  border-radius: 0;
  box-shadow: inset 0 0 0 1px #e1e1e1;
  position: relative;
  margin-top: 10px;
  width: -webkit-calc(33.333333333333336% - 6.666666666666667px);
  width: calc(33.333333333333336% - 6.666666666666667px);
}
.j-payment__item:nth-child(3n + 1) {
  margin-right: 10px;
}
.j-payment__item:nth-child(3n + 2) {
  margin-right: 10px;
}
.j-payment__item:nth-child(-n + 3) {
  margin-top: 0;
}
.j-payment__item .icon {
  font-size: 36px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.j-payment__item .icon--visa,
.j-payment__item .icon--master-card {
  font-size: 52px;
}
.j-payment__link {
  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;
  margin-top: 15px;
}
.j-payment__link .icon {
  font-size: 12px;
  margin-left: 2px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.j-payment__link:hover .icon {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}
/* typography
------------------------------------------------------------------- */
.j-pre {
  font-family: monospace !important;
  -moz-tab-size: 4;
  tab-size: 4;
  overflow-x: auto;
  padding: 15px 0;
  background: #f0f0f0;
  border-radius: 0;
  box-shadow: inset 0 1px 0 0 #ccc, inset 0 0 0 1px #dedede, inset 0 1px 2px 1px #e6e6e6;
}
.j-pre__title {
  font-weight: bold;
  margin: 25px 0 15px 0;
  text-transform: uppercase;
}
.j-typography__list {
  padding-left: 20px;
}
.j-typography__list li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
.j-typography__list li:before {
  content: "• ";
  color: #ca6d6b;
  font-size: 24px;
  margin-right: 5px;
}
.j-typography__table th {
  padding: 10px;
  font-size: 16px;
  font-weight: normal;
  background: #ffffff;
  border: 1px solid #e1e1e1;
}
.j-typography__table td {
  padding: 10px;
  border: 1px solid #e1e1e1;
}
.j-typography__table td:first-child,
.j-typography__table td:last-child {
  text-align: center;
}
.j-typography__table tr:hover {
  background: #ffffff;
}
.j-typography__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.j-typography__grid__item {
  height: 50px;
  padding: 5px;
  text-align: center;
  border: 1px solid #e1e1e1;
  border-radius: 0;
}
@media (min-width: 768px) {
  .j-typography__grid__item {
    margin-top: 10px;
    width: -webkit-calc(11.11111111111111% - 8.88888888888889px);
    width: calc(11.11111111111111% - 8.88888888888889px);
  }
  .j-typography__grid__item:nth-child(9n + 1) {
    margin-right: 10px;
  }
  .j-typography__grid__item:nth-child(9n + 2) {
    margin-right: 10px;
  }
  .j-typography__grid__item:nth-child(9n + 3) {
    margin-right: 10px;
  }
  .j-typography__grid__item:nth-child(9n + 4) {
    margin-right: 10px;
  }
  .j-typography__grid__item:nth-child(9n + 5) {
    margin-right: 10px;
  }
  .j-typography__grid__item:nth-child(9n + 6) {
    margin-right: 10px;
  }
  .j-typography__grid__item:nth-child(9n + 7) {
    margin-right: 10px;
  }
  .j-typography__grid__item:nth-child(9n + 8) {
    margin-right: 10px;
  }
  .j-typography__grid__item:nth-child(-n + 9) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .j-typography__grid__item {
    margin-top: 10px;
    width: -webkit-calc(25% - 7.5px);
    width: calc(25% - 7.5px);
  }
  .j-typography__grid__item:nth-child(4n + 1) {
    margin-right: 10px;
  }
  .j-typography__grid__item:nth-child(4n + 2) {
    margin-right: 10px;
  }
  .j-typography__grid__item:nth-child(4n + 3) {
    margin-right: 10px;
  }
  .j-typography__grid__item:nth-child(-n + 4) {
    margin-top: 0;
  }
}
.j-typography__grid__item .icon {
  width: 100%;
  height: 100%;
}
.j-typography__grid__item__count {
  padding: 5px 0;
}
@media (max-width: 767px) {
  .j-typography__grid__item__count {
    display: none;
  }
}
/* j-soc-group
------------------------------------------------------------------- */
.j-soc-group {
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  margin-top: 30px;
}
.j-soc-group__title {
  width: 100%;
  font-size: 18px;
  text-align: center;
  margin-bottom: 5px;
}
.j-soc-group__link {
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  margin: 0 5px;
  color: #828282;
  box-shadow: 0 0 0 1px #818181;
}
.j-soc-group__link .icon {
  font-size: 18px;
}
.j-soc-group__link .icon--vk {
  font-size: 20px;
}
.j-soc-group__link .icon-7d4de21c {
    display: inline-block;
    fill: currentColor;
    width: 1em;
    height: 1em;
    color: #828282;
    font-size: 20px;
}
.j-soc-group__link .icon-7d4de21c:hover {
    color: #000000;
}
.j-soc-group__link:hover {
  color: #000000;
  box-shadow: 0 0 0 1px #000000;
}
.j-soc-group__link:active {
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
}
/* grid
------------------------------------------------------------------- */
.j-grid {
  margin-top: 10px;
  margin-bottom: 80px;
}
.j-grid:before,
.j-grid:after {
  content: ' ';
  display: table;
  clear: both;
}
@media (max-width: 1024px) {
  .j-grid {
    margin: 25px 0;
  }
}
@media (max-width: 767px) {
  .j-grid {
    margin-top: 0;
  }
}
.j-grid__item {
  overflow: hidden;
  position: relative;
}
@media (min-width: 1025px) {
  .j-grid__item {
    margin-top: 30px;
    width: -webkit-calc(50% - 15px);
    width: calc(50% - 15px);
  }
  .j-grid__item:nth-child(2n + 1) {
    margin-right: 30px;
  }
  .j-grid__item:nth-child(-n + 2) {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .j-grid__item {
    margin-top: 15px;
    width: -webkit-calc(50% - 7.5px);
    width: calc(50% - 7.5px);
  }
  .j-grid__item:nth-child(2n + 1) {
    margin-right: 15px;
  }
  .j-grid__item:nth-child(-n + 2) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .j-grid__item {
    margin-top: 20px;
    width: -webkit-calc(100% - 0px);
    width: calc(100% - 0px);
  }
  .j-grid__item:nth-child(-n + 1) {
    margin-top: 0;
  }
}
.j-grid__item:nth-child(odd) {
  float: left;
}
.j-grid__item:nth-child(even) {
  float: right;
}
.j-grid__item:hover .j-grid__info {
  display: block;
}
.j-grid__content {
  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-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  position: absolute;
}
.j-grid__title {
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 15px 0;
  font-size: 18px;
  text-transform: uppercase;
  background: rgba(225, 251, 254, 0.95);
}
@media (max-width: 767px) {
  .j-grid__title {
    font-size: 16px;
    padding: 10px 0;
  }
}
.j-grid__info {
  display: none;
  padding: 15px;
  padding-top: 0;
  margin-top: -5px;
  background: rgba(225, 251, 254, 0.95);
}
.j-grid__button {
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 150px;
  height: 40px;
  margin: 0 auto;
  margin-top: 15px;
  color: #ffffff;
  background: #37897a;
  text-transform: uppercase;
  border-radius: 3px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
@media (max-width: 767px) {
  .j-grid__button {
    height: 30px;
  }
}
.j-grid__button:hover {
  background: #37897a;
}
/* banner
------------------------------------------------------------------- */
.j-banner {
  display: block;
  margin-bottom: 40px;
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.j-banner:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
@media (max-width: 767px) {
  .j-banner {
    display: none;
  }
}
/* j-favorites
------------------------------------------------------------------- */
.j-favorite__button {
  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;
  cursor: pointer;
  font-size: 16px;
  margin-left: 15px;
  text-decoration: underline;
}
@media (max-width: 990px) {
  .j-favorite__button {
	margin: 15px 0 0 0;
  }
}
@media (max-width: 767px) {
  .j-favorite__button {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.j-favorite__button .icon {
  margin-right: 7px;
}
.j-favorite__button:hover {
  color: #37897a;
}
.j-favorite__count {
	margin-left: 5px;
}
.j-favorite__title {
	font-size: 22px;
	text-align: center;
}



.j-favorite__product__item {
	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;
	margin-top: 15px;
	padding-bottom: 15px;
    border-bottom: 1px dashed #e1e1e1;
}

@media (max-width: 767px) {
	.j-favorite__product__item {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
        flex-wrap: wrap;
	}
	
	.j-favorite__product__item > * {
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
}

.j-favorite__product__item:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.j-favorite__product__item:first-child {
	margin-top: 0;
}

.j-favorite__product__item .addToCart {
	padding: 0 25px;
}

.j-favorite__img {
	min-width: 100px;
	max-width: 100px;
	min-height: 100px;
	max-height: 100px;
	position: relative;
	margin-right: 15px;
}

@media (max-width: 767px) {
	.j-favorite__img {
	    margin: 0 auto;
		margin-bottom: 10px;
	}
}

.j-favorite__img img {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	position: absolute;
}

.j-favorite__link {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	color: #37897a;
	padding: 0 20px;
}

.j-favorite__link:hover {
	color: #000000;
}

.j-favorite__remove {
	font-size: 14px;
	min-width: 80px;
    text-align: right;
}

@media (max-width: 767px) {
	.j-favorite__remove {
		text-align: center;
	}
}

.j-favorite__remove:hover {
	text-decoration: underline;
}


/* layout_auth
------------------------------------------------------------------- */
.j-login {
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.j-login__link {
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 10px;
  color: #818181;
  font-size: 14px;
}
@media (max-width: 767px) {
  .j-login__link {
    font-size: 13px;
  }
}
.j-login__link .icon {
  font-size: 17px;
  margin-right: 7px;
}
@media (max-width: 767px) {
  .j-login__link .icon {
    font-size: 14px;
	margin-right: 5px;
  }
}
.j-login__link:hover {
  color: #000000;
}
.j-login__forgot {
  margin-left: 25px;
}
.j-login__forgot:hover {
  text-decoration: underline;
}
/* layout_cart
------------------------------------------------------------------- */
.j-cart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: 200px;
  right: 0;
  width: 60px;
  height: 60px;
  padding: 5px;
  z-index: 80;
  position: fixed;
}
.j-cart__visible {
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  top: 200px;
  right: -100px;
  width: 60px;
  height: 60px;
  padding: 5px;
  z-index: 80;
  position: fixed;
  color: #ffffff;
  background: #ca6d6b;
  box-shadow: 0 5px 10px rgba(218, 218, 218, 0.5);
  border: 1px solid #ffffff;
  border-radius: 0;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.j-cart__visible--open {
  right: 0;
}
.j-cart__visible:active {
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
}
.j-cart__visible .icon {
  font-size: 38px;
}
.j-cart__visible__count {
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: -13px;
  left: -13px;
  position: absolute;
  height: 20px;
  min-width: 20px;
  line-height: 0;
  background: #ca6d6b;
  border: 1px solid #ffffff;
  border-radius: 0;
}
.j-cart__visible__amount,
.j-cart__visible__suffix {
  display: none;
}
.j-cart__visible:hover {
  background: #bd4845;
}
.j-cart__visible:hover .j-cart__visible__count {
  background: #bd4845;
}
.j-cart__dropdown {
  right: 0;
  top: 100%;
  z-index: 90;
  width: 600px;
  padding: 15px;
  position: absolute;
  background: #ffffff;
  box-shadow: 0 5px 10px rgba(218, 218, 218, 0.5), inset 0 0 0 2px #ca6d6b;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top left;
      -ms-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
@media (max-width: 1024px) {
  .j-cart__dropdown {
    display: none !important;
  }
}
.j-cart__title {
  font-size: 22px;
  padding-bottom: 10px;
}
.j-cart__table {
  overflow: auto;
  padding: 5px 0;
  max-height: 200px;
  margin-bottom: 15px;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.j-cart__table__tr {
  padding: 5px 0;
}
.j-cart__table__img {
  display: block;
  min-width: 70px;
  max-width: 70px;
  min-height: 70px;
  max-height: 70px;
  margin-top: 5px;
  position: relative;
}
.j-cart__table__img img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
@media (max-width: 480px) {
  .j-cart__table__img {
    display: none;
  }
}
.j-cart__table__name {
  width: 80%;
  padding: 10px;
  font-size: 12px;
}
@media (max-width: 480px) {
  .j-cart__table__name {
    width: 95%;
    padding: 10px 0;
  }
}
.j-cart__table__name__link {
  font-weight: 500;
}
.j-cart__table__name__link:hover {
  color: #ca6d6b;
}
.j-cart__table__name__qty {
  color: #ca6d6b;
}
.j-cart__table__remove {
  width: 5%;
  padding: 10px;
  font-size: 20px;
  text-align: right;
}
.j-cart__table__remove a:hover {
  color: #ca6d6b;
}
.j-cart__total {
  font-size: 16px;
  text-align: right;
}
.j-cart__footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.j-cart__close {
  cursor: pointer;
  margin-right: 15px;
}
.j-cart__close:hover {
  text-decoration: underline;
}
.j-cart:hover .j-cart__dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}
.transfer_class {
  display: none !important;
}
/* influence on cart
------------------------------------------------------------------- */
@media (min-width: 1025px) {
  .j-page__order .j-cart__dropdown {
    display: none;
  }
  .j-page__order .j-cart__visible:after,
  .j-page__order .j-cart__visible:before {
    display: none;
  }
}
@media (max-width: 1024px) {
  .j-page__order .j-cart {
    display: none;
  }
}
/* layout_search
------------------------------------------------------------------- */
.j-search {
  position: relative;
}
@media (max-width: 1024px) {
  .j-search {
    width: 420px;
  }
}
@media (max-width: 767px) {
  .j-search {
    width: 100%;
  }
}
.j-search [type="search"] {
  width: 100%;
  height: 40px;
  padding: 0 10px;
  padding-right: 110px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .j-search [type="search"] {
    width: 100%;
  }
}
.j-search [type="search"]:focus + * {
  color: #ffffff;
  background: #c0c0c0;
}
.j-search__button {
  top: 0;
  right: 0;
  height: 40px;
  width: 100px;
  font-size: 16px;
  position: absolute;
  color: #818181;
  background: #f3f2ee;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.j-search__button:hover {
  color: #ffffff;
  background: #c0c0c0;
}
.j-search__results {
  left: 0;
  width: 100%;
  position: absolute;
}
.j-search__results ul {
  padding: 10px;
  z-index: 999;
  overflow: auto;
  max-height: 300px;
  position: relative;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  box-shadow: 0 5px 10px rgba(218, 218, 218, 0.5);
  border-radius: 0;
}
.j-search__results li {
  padding: 5px 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.j-search__results li:hover {
  border-top-color: #e1e1e1;
  border-bottom-color: #e1e1e1;
}
.j-search__results li:last-child {
  margin-bottom: 0;
}
.j-search__results a {
  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;
}
.j-search__results span {
  display: block;
  color: #ca6d6b;
  font-size: 12px;
  margin-top: 5px;
  line-height: 15px;
}
.j-search__results .variant-text {
  margin-top: 0;
  color: #b8b8b8;
}
.j-search__results .fast-result-img {
  width: 50px;
  height: 50px;
  position: relative;
}
.j-search__results .fast-result-img img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.j-search__results .fast-result-info {
  padding-left: 15px;
  width: -webkit-calc(100% - 50px);
  width: calc(100% - 50px);
}
/* layout_topmenu
------------------------------------------------------------------- */
@media (min-width: 1025px) {
  .j-topmenu {
    height: 100%;
  }
  .j-topmenu__content {
    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;
    height: 100%;
  }
  .j-topmenu__ul {
    z-index: 99;
    width: 230px;
    position: absolute;
    background: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 0;
    box-shadow: 0 5px 10px rgba(218, 218, 218, 0.5);
  }
  .j-topmenu__ul__1 {
    left: 0;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }
  .j-topmenu__ul__2 {
    top: 0;
    left: 100%;
    margin-top: -1px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleX(0);
        -ms-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }
  .j-topmenu__li {
    height: 100%;
    position: relative;
  }
  .j-topmenu__li__1:hover .j-topmenu__a__1:before {
    background: #ca6d6b;
  }
  .j-topmenu__li__1:hover > .j-topmenu__ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
  }
  .j-topmenu__li__2:hover > .j-topmenu__ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleX(1);
        -ms-transform: scaleX(1);
            transform: scaleX(1);
  }
  .j-topmenu__li:last-child .j-topmenu__a__1 {
    margin-right: 0;
  }
  .j-topmenu__a {
    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-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }
  .j-topmenu__a__1 {
    height: 100%;
    line-height: 14px;
    margin-right: 25px;
    text-align: center;
    position: relative;
  }
  .j-topmenu__a__1 .icon--arrow-right {
    display: none;
  }
  .j-topmenu__a__1:before {
    width: 100%;
    height: 3px;
    content: '';
    display: block;
    left: 0;
    bottom: 0;
    position: absolute;
  }
  .j-topmenu__a__1.active:before {
    background: #ca6d6b;
  }
  .j-topmenu__a__2,
  .j-topmenu__a__3 {
    padding: 10px;
    font-size: 13px;
  }
  .j-topmenu__a__2:hover,
  .j-topmenu__a__3:hover,
  .j-topmenu__a__2.active,
  .j-topmenu__a__3.active {
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.15);
  }
  .j-topmenu .j-parent > .j-topmenu__a {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .j-topmenu .j-parent > .j-topmenu__a .icon {
    font-size: 11px;
    margin-left: 5px;
  }
}
@media (min-width: 1025px) and (min-width: 1025px) and (max-width: 1200px) {
  .j-topmenu__a__1 {
    font-size: 13px;
    margin-right: 20px;
  }
}
/* layout_leftmenu
------------------------------------------------------------------- */
@media (min-width: 1025px) {
  .j-leftmenu {
    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;
    height: 100%;
  }
  .j-leftmenu .icon {
    display: none;
  }
  .j-leftmenu__wrap {
    height: 50px;
    background: #f3f2ee;
  }
  .j-leftmenu__wrap .j-container {
    height: 100%;
  }
  .j-leftmenu__content {
    width: 100%;
    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;
  }
  .j-leftmenu__a {
    text-transform: uppercase;
  }
  .j-leftmenu__li__1 {
    position: relative;
  }
  .j-leftmenu__li__1 > .j-leftmenu__a {
    height: 50px;
    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;
    padding: 0 10px;
  }
  .j-leftmenu__li__1:hover > .j-leftmenu__a {
    color: #ffffff;
    background: #37897a;
  }
  .j-leftmenu__li__1:hover.j-parent:after {
    border-top-color: #37897a;
  }
  .j-leftmenu__li__1:hover > .j-leftmenu__ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .j-leftmenu__li.j-parent:after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    content: " ";
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: transparent;
    border-width: 10px;
    margin-left: -10px;
    z-index: 100;
  }
  .j-leftmenu__li__2 .j-leftmenu__a {
    display: block;
    color: #818181;
    padding: 5px 20px;
  }
  .j-leftmenu__li__2 .j-leftmenu__a:hover {
    color: #ca6d6b;
  }
  .j-leftmenu__li__2 > .j-leftmenu__a:hover > .j-leftmenu__picture {
    display: block;
  }
  .j-leftmenu__li__2 {
	margin-bottom: 10px;
  }
  .j-leftmenu__li__2:last-of-type {
	margin-bottom: 0;
  }
  .j-leftmenu__li__3 > .j-leftmenu__a {
    font-size: 12px;
    padding-left: 35px;
  }
  .j-leftmenu__li--active .j-leftmenu__a {
    color: #37897a;
  }
  .j-leftmenu__ul__1 {
    left: 0;
    top: 100%;
    z-index: 99;
    width: 250px;
    min-height: 350px;
    padding: 30px 0;
    position: absolute;
    background: #ffffff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10%);
        -ms-transform: translateY(10%);
            transform: translateY(10%);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }
  .j-leftmenu__picture {
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    display: none;
    padding-top: 20px;
    padding-bottom: 40px;
    position: absolute;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
	background: #ffffff;
    /* background: -webkit-linear-gradient(top, #ffd39e 0%, #e9b785 50%, #c69769 100%);
    background: linear-gradient(to bottom, #ffd39e 0%, #e9b785 50%, #c69769 100%); */
  }
  .j-leftmenu__picture__img {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .j-leftmenu__picture__img img {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
  }
  .j-leftmenu__picture__title {
    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: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 40px;
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    background: rgba(255, 255, 255, 0.85);
  }
}
@media (max-width: 1024px) {
  .j-leftmenu__picture {
    display: none;
  }
}
/* layout_images
------------------------------------------------------------------- */
.j-images__big {
  height: 350px;
  position: relative;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 0;
}
@media (max-width: 767px) {
  .j-images__big {
    height: 200px;
  }
}
.j-images__big img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.j-images__slider {
  margin-top: 10px;
}
.j-images__slider__item {
  height: 100px;
  display: block;
  margin: 0 5px;
  position: relative;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 0;
}
@media (max-width: 800px) {
  .j-images__slider__item {
    height: 70px;
  }
}
.j-images__slider__item img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  padding: 5px;
}
.j-images__slider__item.active {
  border-color: #ca6d6b;
}
.j-images .magnify {
  width: 100%;
  height: 100%;
}
.j-images .magnify-lens {
  top: 0 !important;
  left: 100% !important;
  width: 460px !important;
  height: 350px !important;
  margin-top: -1px !important;
  border: 1px solid #e1e1e1 !important;
  border-radius: 0;
}
@media (max-width: 1024px) {
  .j-images .magnify-lens {
    display: none !important;
  }
}
.j-images .fancy-modal:first-child {
  width: 100%;
  height: 100%;
}
/* page index
------------------------------------------------------------------- */
/* page order
------------------------------------------------------------------- */
.j-order__table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  border-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
@media (max-width: 800px) {
  .j-order__table {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .j-order__table {
    font-size: 15px;
  }
}
.j-order__table__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.j-order__table__row {
  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;
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #e1e1e1;
}
@media (max-width: 767px) {
  .j-order__table__row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.j-order__table__row:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}
.j-order__table__img {
  width: 15%;
  height: 100px;
  max-height: 100px;
  position: relative;
}
.j-order__table__img a {
  width: 100%;
  height: 100%;
  display: block;
}
.j-order__table__img img {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.j-order__table__title {
  width: 35%;
  padding-left: 10px;
}
.j-order__table__title a {
  font-weight: 500;
}
.j-order__table__title a:hover {
  text-decoration: underline;
}
.j-order__table__price {
  width: 15%;
  padding-left: 10px;
  white-space: nowrap;
}
.j-order__table__count {
  width: 15%;
  padding-left: 10px;
}
.j-order__table__total {
  width: 15%;
  font-weight: 500;
  padding-left: 10px;
  white-space: nowrap;
}
.j-order__table__delete {
  width: 5%;
  text-align: center;
  font-size: 17px;
}
.j-order__table__delete a:hover {
  color: #ca6d6b;
}
.j-order__table__property {
  margin-top: 5px;
  font-size: 14px;
}
.j-order__table__code {
  margin-top: 5px;
  font-size: 13px;
  color: #b8b8b8;
}
.j-order__table__column {
  display: block;
}
@media (max-width: 767px) {
  .j-order__table__column {
    width: 100%;
    padding: 10px 0;
    text-align: center;
  }
}
.j-order__table__bottom {
  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;
  padding: 15px 10px;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media (max-width: 767px) {
  .j-order__table__bottom {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    text-align: center;
  }
}
.j-order__table__bottom__total {
  color: #ca6d6b;
  width: -webkit-calc(20% - 10px);
  width: calc(20% - 10px);
  font-size: 19px;
}
@media (max-width: 767px) {
  .j-order__table__bottom__total {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .j-order__table__bottom__promo {
    width: 100%;
  }
}
.j-order__table__bottom__promo .promo-form {
  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;
}
@media (max-width: 767px) {
  .j-order__table__bottom__promo .promo-form {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.j-order__table__bottom [type="text"] {
  margin: 0 10px;
}
@media (max-width: 767px) {
  .j-order__table__bottom [type="text"] {
    width: 100%;
    margin: 5px 0 10px 0;
  }
}
@media (max-width: 767px) {
  .j-order__table__bottom [type="submit"] {
    margin-bottom: 25px;
  }
}
.j-order__table__checkout {
  float: right;
  margin-top: 15px;
}
.j-order__form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.j-order__form__left,
.j-order__form__right {
  padding: 15px 10px;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 0;
}
.j-order__form__left,
.j-order__form__right {
  width: -webkit-calc(50% - 10px);
  width: calc(50% - 10px);
}
@media (max-width: 767px) {
  .j-order__form__left,
  .j-order__form__right {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .j-order__form__right {
    margin-top: 20px;
  }
}
.j-order__form__bottom {
  width: 100%;
  margin-top: 25px;
  text-align: center;
}
.j-order__form textarea,
.j-order__form [type="text"],
.j-order__form [type="email"] {
  width: 100%;
}
.j-order__form__title {
  padding-bottom: 5px;
  margin-bottom: 10px;
  font-size: 19px;
  border-bottom: 1px dotted #e1e1e1;
}
.j-order__form__ul {
  margin-bottom: 20px;
}
.j-order__form__delivery-date {
  margin-bottom: 10px;
}
.j-order__form li {
  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;
  margin-bottom: 5px;
}
.j-order__form li label {
  margin-bottom: 0;
}
.j-order__form [class*="icon-payment-"] {
  margin-top: -10px;
}
@media (max-width: 800px) {
  .j-order__form [class*="icon-payment-"] {
    display: none;
  }
}
.j-order__form .rate-payment {
  margin-left: 5px;
  font-size: 13px;
  text-transform: lowercase;
}
.j-order__form__total {
  font-size: 23px;
  line-height: 23px;
  font-weight: 500;
  margin-bottom: 20px;
}
.ui-datepicker {
  margin: auto;
}
/* page product
------------------------------------------------------------------- */
.j-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 25px;
}
.j-product__title {
  width: 100%;
  border-bottom: 0;
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 30px;
  font-family: 'PTSans-Bold';
}
@media (max-width: 767px) {
  .j-product__title {
    text-align: center;
    margin-bottom: 20px;
  }
}
.j-product__gallery {
  width: 50%;
}
@media (max-width: 767px) {
  .j-product__gallery {
    width: 100%;
  }
}
.j-product__status {
  width: 50%;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .j-product__status {
    width: 100%;
    padding-left: 0;
    padding-top: 25px;
  }
}
.j-product__tab {
  width: 100%;
  padding-top: 40px;
}
.j-product__tab .j-tab__content p {
  line-height: 1.5;
}
.j-product__tab .j-tab__content p:last-of-type {
  margin-bottom: 0;
}
.j-product__block {
  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;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .j-product__block {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .j-product__block__left {
    width: 100%;
  }
}
.j-product__block__right {
  font-size: 14px;
  margin-left: 15px;
  color: #898989;
}
@media (max-width: 767px) {
  .j-product__block__right {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    text-align: center;
  }
}
.j-product__stock {
  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;
  margin: 5px 0;
}
.j-product__stock .icon {
  margin-right: 7px;
}
.j-product__stock--in {
  color: #209330;
}
.j-product__stock--out {
  color: #ca6d6b;
}
.j-product__message {
  color: #ca6d6b;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.j-product__message:hover {
  text-decoration: underline;
}
.j-product__price {
  line-height: 27px;
}
@media (max-width: 767px) {
  .j-product__price {
    text-align: center;
  }
}
.j-product__price__current {
  color: #ca6d6b;
  font-size: 32px;
  font-family: 'PTSans-Bold';
}
.j-product__price__old {
  font-size: 28px;
  color: #898989;
  position: relative;
  margin-right: 15px;
  font-family: 'PTSans-Bold';
}
.j-product__price__old:before {
  left: 0;
  top: 55%;
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  background: #ca6d6b;
  -webkit-transform: rotate(10deg);
      -ms-transform: rotate(10deg);
          transform: rotate(10deg);
}
@media (max-width: 1024px) {
  .j-product__price__old {
    margin-right: 0;
    margin-bottom: 10px;
    display: inline-block;
  }
}
.j-product .addToCart {
  width: 180px;
}
@media (max-width: 767px) {
  .j-product .addToCart {
    width: 100%;
    margin: 15px 0;
  }
}
.product-status-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-ms-grid-row-align: center;
	align-items: center;
}
@media (max-width: 1024px) {
  .product-status-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -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;
  }
}
/* page personal
------------------------------------------------------------------- */
.j-personal__orders {
  margin-left: 5px;
}
.j-personal__orders:before {
  content: '(';
}
.j-personal__orders:after {
  content: ')';
}
.j-personal__item {
  margin-top: 15px;
}
.j-personal__item:first-child {
  margin-top: 0;
}
.j-personal__item--open .j-personal__header .icon {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.j-personal__header {
  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;
  height: 50px;
  padding: 0 10px;
  cursor: pointer;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 0;
}
@media (max-width: 767px) {
  .j-personal__header {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: auto;
    padding: 5px 10px;
  }
}
.j-personal__header__left,
.j-personal__header__right {
  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;
}
@media (max-width: 767px) {
  .j-personal__header__left,
  .j-personal__header__right {
    width: 100%;
    padding: 5px 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.j-personal__header__number {
  width: 160px;
  font-weight: 500;
}
.j-personal__header__date {
  color: #898989;
  padding-left: 10px;
}
.j-personal__header__status {
  width: 140px;
  padding: 3px 0;
  color: #ffffff;
  margin-right: 15px;
  text-align: center;
  border-radius: 0;
}
.j-personal__header__status.dont-confirmed {
  background: #b8b8b8;
}
.j-personal__header__status.get-paid,
.j-personal__header__status.in-delivery,
.j-personal__header__status.processed {
  background: #ca6d6b;
}
.j-personal__header__status.paid,
.j-personal__header__status.performed {
  background: #209330;
}
.j-personal__header__status.dont-paid {
  background: #ca6d6b;
}
.j-personal__header .icon {
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.j-personal__header:hover {
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.15);
}
.j-personal__body {
  display: none;
  padding: 10px;
  margin-top: -2px;
  font-size: 14px;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.j-personal__table__row {
  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;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #e1e1e1;
}
@media (max-width: 767px) {
  .j-personal__table__row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.j-personal__table__title {
  width: 50%;
  font-weight: 500;
}
.j-personal__table__subtitle {
  font-weight: 400;
  font-size: 13px;
  color: #898989;
}
.j-personal__table__code {
  width: 10%;
}
.j-personal__table__price {
  width: 15%;
}
.j-personal__table__count {
  width: 10%;
}
.j-personal__table__total {
  width: 15%;
  font-weight: 500;
}
.j-personal__table__column {
  display: block;
}
@media (max-width: 767px) {
  .j-personal__table__column {
    width: 100%;
    padding: 5px 0;
  }
}
.j-personal__bottom {
  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;
}
@media (max-width: 767px) {
  .j-personal__bottom {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.j-personal__bottom__left {
  width: 60%;
  padding-right: 25px;
}
@media (max-width: 767px) {
  .j-personal__bottom__left {
    width: 100%;
    padding-right: 0;
  }
}
.j-personal__bottom__right {
  width: 40%;
}
@media (max-width: 767px) {
  .j-personal__bottom__right {
    width: 100%;
    margin-top: 10px;
  }
}
.j-personal__bottom__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  border-bottom: 1px dotted #e1e1e1;
}
.j-personal__bottom__row:last-child {
  border-bottom: 0;
}
.j-personal__bottom__title {
  width: 62%;
}
@media (max-width: 767px) {
  .j-personal__bottom__title {
    width: 50%;
  }
}
.j-personal__bottom__value {
  width: 38%;
  font-weight: 500;
}
@media (max-width: 767px) {
  .j-personal__bottom__value {
    width: 50%;
  }
}
.j-personal__bottom__total {
  text-transform: uppercase;
}
.j-personal__bottom__price {
  color: #ca6d6b;
  font-size: 17px;
}
.j-personal__manager {
  margin-right: 25px;
}
.j-personal__download {
  font-size: 17px;
  margin-top: 10px;
  display: inline-block;
}
.j-personal__download .icon {
  margin-right: 5px;
}
.j-personal__download:hover {
  color: #ca6d6b;
}
/* compare
------------------------------------------------------------------- */
.j-compare {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.j-compare--added {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  background: #ffffff;
  padding: 75px 15px;
  padding-bottom: 0;
  overflow: auto;
  z-index: 99;
}
.j-compare__top {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  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;
  width: 100%;
  height: 50px;
  top: 0;
  left: 0;
  z-index: 9;
  padding: 0 15px;
  position: fixed;
  background: #ffffff;
  border-bottom: 1px solid #e1e1e1;
}
.j-compare__top__select {
  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;
}
.j-compare__top__buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.j-compare__top__buttons > a {
  margin-left: 10px;
}
.j-compare__top__buttons .icon {
  font-size: 12px;
  margin-top: -1px;
  margin-right: 5px;
}
.j-compare__top__title {
  margin-right: 10px;
}
.j-compare__left {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  width: 20%;
  height: 100%;
  position: relative;
}
.j-compare__right {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  max-width: 75%;
  min-width: 40%;
  height: 100%;
}
.j-compare__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.j-compare__item {
  margin: 0;
  margin-right: 10px;
  min-width: 225px;
  max-width: 225px;
  min-height: 300px;
  max-height: 300px;
}
.j-compare__table {
  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;
  margin-top: 5px;
  font-size: 12px;
  line-height: 12px;
  padding-bottom: 25px;
}
.j-compare__table__left {
  top: 300px;
  left: 0;
  width: 100%;
  position: absolute;
}
.j-compare__table__left .j-compare__row {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.j-compare__table__left .j-compare__column {
  width: 100%;
  text-transform: uppercase;
}
.j-compare__table__right .j-compare__column {
  min-width: 225px;
  max-width: 225px;
}
.j-compare__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.j-compare__column {
  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;
  height: 35px;
  padding: 2px 10px;
  margin-top: 5px;
  margin-right: 10px;
  background: #ffffff;
  border-radius: 0;
}
.j-compare__remove {
  text-align: right;
}
.j-compare__remove:hover {
  color: #ca6d6b;
}
.j-compare__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -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;
  text-align: center;
  margin-top: 15px;
}
.j-compare__count {
  width: 100%;
  font-size: 12px;
  margin-top: 10px;
}
.j-compare__code,
.j-compare__weight {
  width: 100%;
  font-size: 12px;
  margin-top: 5px;
  color: #898989;
}
.j-compare__informer {
  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;
  width: 230px;
  height: 35px;
  bottom: 0;
  right: 25px;
  position: fixed;
  background: #e1e1e1;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.j-compare__informer:hover {
  color: #ffffff;
  background: #c35a58;
}
.j-compare__informer__count {
  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: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 20%;
  height: 100%;
  color: #ffffff;
  background: #ca6d6b;
  border-top-left-radius: 0;
}
.j-compare__informer__text {
  width: 80%;
  text-align: center;
  border-top-right-radius: 0;
}
/* page static
------------------------------------------------------------------- */
.j-page__static .j-static {
  padding: 10px;
  background: #ffffff;
  border-radius: 0;
}
.j-page__static .j-static p {
  line-height: 22px;
}
/* plugin j-comments
------------------------------------------------------------------- */
.j-comments__info {
  margin-bottom: 0;
  text-align: center;
}
.j-comments__count {
  margin-left: 5px;
}
.j-comments__success {
  font-size: 15px;
}
/* plugin j-property
------------------------------------------------------------------- */
.j-property__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
}
.j-property__separator {
  width: 100%;
  height: 15px;
  font-size: 0;
  margin: 0 5px;
  border-bottom: 1px dotted #e1e1e1;
}
.j-carousel .j-property {
  margin: 15px 0 0 0;
}
.j-goods .j-property {
  margin: 0 0 15px 0;
}
/* plugin j-one-click
------------------------------------------------------------------- */
.j-one-click__send,
.j-one-click__button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -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;
  height: 40px;
  padding: 0 25px;
  white-space: nowrap;
  border-radius: 0;
  background: #ca6d6b;
  color: #ffffff;
}
.j-one-click__send:hover,
.j-one-click__button:hover {
  background: #c35a58;
}
.j-one-click__send:active,
.j-one-click__button:active {
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
}
.j-one-click__send {
  height: 35px;
}
.j-one-click__button {
  width: 100%;
  margin-top: 5px;
  font-size: 15px;
}
.j-one-click input[type="text"] {
  height: 35px;
}
.j-page__product .j-one-click__button {
  height: 40px;
  max-width: 300px;
}
@media (max-width: 800px) {
  .j-page__product .j-one-click__button {
    max-width: 240px;
  }
}
@media (max-width: 767px) {
  .j-page__product .j-one-click__button {
    max-width: 100%;
  }
}
.j-goods__list .j-one-click__button {
  margin: 0 0 0 10px;
}
/* plugin j-navigator
------------------------------------------------------------------- */
.j-navigator {
  font-size: 14px;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #c0c0c0;
}
.j-navigator__last {
  color: #ca6d6b;
}
.j-navigator a:hover {
  text-decoration: underline;
}
.j-page__static .j-navigator {
  display: none;
}
/* plugin j-callme
------------------------------------------------------------------- */
.j-callme__content {
  border-radius: 0;
}
.j-callme__button {
  margin: 0;
  padding: 0;
  font-size: 15px;
  color: #818181;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .j-callme__button {
    display: none;
  }
}
.j-callme__button:hover {
  color: #000000;
  text-decoration: underline;
}
.j-callme input[type="text"] {
  height: 35px;
}
.j-callme__send {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -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;
  height: 40px;
  padding: 0 25px;
  white-space: nowrap;
  border-radius: 0;
  background: #ca6d6b;
  color: #ffffff;
}
.j-callme__send:hover {
  background: #c35a58;
}
.j-callme__send:active {
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
}
/* plugin j-categories
------------------------------------------------------------------- */
.j-categories__item {
  border-radius: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.j-categories__item:hover {
  box-shadow: 0 0 0 1px #ca6d6b;
}
/* plugin j-slider-images
------------------------------------------------------------------- */
.j-slider-images__button {
  color: #ffffff;
  background: #ca6d6b;
  border-radius: 0;
}
.j-slider-images__button:hover {
  background: #c35a58;
}
.j-slider-images .owl-pagination > div {
  border: 1px solid #ca6d6b;
  border-radius: 0;
}
.j-slider-images .owl-pagination > div.active,
.j-slider-images .owl-pagination > div:hover {
  background: #c35a58;
}
/* plugin j-last-views
------------------------------------------------------------------- */
.j-last-views__button {
  color: #ffffff;
  background: #ca6d6b;
  border-radius: 0;
}
.j-last-views__button:hover {
  background: #c35a58;
}
.j-last-views__title {
  padding-bottom: 5px;
  border-bottom: 1px solid #ca6d6b;
}
.j-last-views__item {
  border-radius: 0;
}
.j-last-views__item:hover {
  box-shadow: inset 0 0 0 1px #ca6d6b;
}
.j-last-views__price__current {
  padding: 3px;
  border-radius: 0;
  background: #fff3b5;
}
.j-last-views__price__old {
  color: #898989;
}
/* plugin news
------------------------------------------------------------------- */
.j-news__set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.j-news__set .j-news__item {
  padding: 10px;
  padding-bottom: 15px;
  background: #ffffff;
  border-bottom: 1px solid #e1e1e1;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
@media (min-width: 991px) {
  .j-news__set .j-news__item {
    margin-top: 15px;
    width: -webkit-calc(33.333333333333336% - 10px);
    width: calc(33.333333333333336% - 10px);
  }
  .j-news__set .j-news__item:nth-child(3n + 1) {
    margin-right: 15px;
  }
  .j-news__set .j-news__item:nth-child(3n + 2) {
    margin-right: 15px;
  }
  .j-news__set .j-news__item:nth-child(-n + 3) {
    margin-top: 0;
  }
}
@media (min-width: 768px) and (max-width: 990px) {
  .j-news__set .j-news__item {
    margin-top: 15px;
    width: -webkit-calc(50% - 7.5px);
    width: calc(50% - 7.5px);
  }
  .j-news__set .j-news__item:nth-child(2n + 1) {
    margin-right: 15px;
  }
  .j-news__set .j-news__item:nth-child(-n + 2) {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .j-news__set .j-news__item {
    margin-top: 15px;
    width: -webkit-calc(100% - 0px);
    width: calc(100% - 0px);
  }
  .j-news__set .j-news__item:nth-child(-n + 1) {
    margin-top: 0;
  }
}
.j-news__set .j-news__item:first-child {
  margin-top: 0;
}
.j-news__set .j-news__item:hover {
  border-color: transparent;
  box-shadow: 1px 1px 19px rgba(0, 0, 0, 0.11);
}
.j-news__single {
  margin: 0 auto;
  max-width: 900px;
}
.j-news__single p {
  width: 80%;
  margin: 25px auto 0 auto;
}
.j-news__single .j-news__title {
  line-height: 1;
  font-size: 36px;
  margin: 0 0 25px 0;
}
.j-news__header {
  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;
}
.j-news__title {
  width: 100%;
  font-size: 22px;
  font-weight: 400;
  margin: 15px 0 0 0;
  text-align: center;
  color: #666459;
}
.j-news__title--small {
  font-size: 16px;
}
.j-news__image {
  display: block;
}
.j-news__date {
  display: none;
  color: #898989;
  margin-left: 15px;
}
.j-news__desc {
  margin-top: 10px;
  line-height: 25px;
  color: #868474;
}
.j-news__more {
  display: none;
  margin-top: 10px;
}
.j-news__back {
  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;
  margin-bottom: 10px;
}
.j-news__back .icon {
  margin-right: 2px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.j-news__back:hover .icon {
  -webkit-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
          transform: translateX(-5px);
}
.j-news--small {
  padding: 10px;
  margin-top: 25px;
}
.j-news--small:before,
.j-news--small:after {
  content: ' ';
  display: table;
  clear: both;
}
.j-news--small .j-news__item {
  margin-top: 15px;
}
.j-news--small .j-news__item:first-child {
  margin-top: 0;
}
.j-news--small .j-news__date {
  font-size: 12px;
}
.j-news--small .j-news__image {
  margin: 10px 0 0 0;
}
.j-news--small .j-news__all-news {
  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;
  float: right;
  margin-top: 10px;
}
.j-news--small .j-news__all-news .icon {
  font-size: 12px;
  margin-left: 2px;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.j-news--small .j-news__all-news:hover .icon {
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}
/* additional style
------------------------------------------------------------------- */
.j-footer__wrap {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.j-footer__subscribe {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 350px;
}

@media (max-width: 1024px) {
  .j-footer__subscribe {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
	.j-footer__subscribe {
		text-align: center;
	}
}

.j-footer__subscribe [type="email"],
.j-footer__subscribe [type="text"] {
	width: 100%;
}

.j-footer__subscribe__form {
	margin-top: 15px;
}

.mg-viewfilter-all {
	text-decoration: underline;
}

.mg-viewfilter-all:hover {
	text-decoration: none;
}

@media (min-width: 1025px) {
	.mg-viewfilter-all {
		top: 100%;
		left: 5px;
		position: absolute;
	}
}

@media (max-width: 1024px) {
  .mg-viewfilter-all {
    width: 100%;
	display: block;
    text-align: center;
    margin-top: 5px;
	position: relative;
  }
}

/* Add style
-----------------------------------------------------------------------*/
.j-page__static .j-static {
  	padding: 0;
  	color: #818181;
}
.j-page__static .j-static ul:not(.form-list) {
    margin: 10px 0 20px 0;
	padding-left: 20px;
}
.j-page__static .j-static ul:not(.form-list) li {
    list-style: disc;
  	margin-bottom: 10px;
}
.j-page__static .j-static li:last-of-type {
  	margin-bottom: 0;
}
.j-page__static .j-static h1 {
  width: 100%;
  color: #000000;
  font-size: 24px;
  line-height: 24px;
  font-weight: normal;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px solid #e1e1e1;
}
@media (max-width: 1024px) {
  .j-page__static .j-static h1 {
    font-size: 20px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .j-page__static .j-static h1 {
    font-size: 20px;
    line-height: 25px;
    text-align: center;
  }
}
.j-page__static .j-static img {
	margin-bottom: 20px;
}
.j-page__static .j-static img + h1 {
	margin-top: 20px;
}
.j-page__static .j-static h2,
.j-page__static .j-static h3 {
    margin: 30px 0 10px 0;
	font-family: 'PTSans-Bold';
}
.j-page__static .j-static em {
  	font-family: 'PTSans-Italic';
}

