@font-face {
  font-family: "Philosopher Regular";
  src: url("/fonts/Philosopher-Regular.ttf"); }
.area {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto; }

.area-padding {
  padding: 10px 10px; }

.area-padding-h {
  padding-left: 10px;
  padding-right: 10px; }

.area-padding-v {
  padding-top: 10px;
  padding-bottom: 10px; }

.area-flex {
  width: 100%; }

.max-w-100 {
  max-width: 100px; }

.max-w-200 {
  max-width: 200px; }

.max-w-300 {
  max-width: 300px; }

.max-w-400 {
  max-width: 400px; }

.btn-reset {
  box-shadow: none;
  background: none;
  border: none;
  padding: 0; }

.btn-dis {
  font-weight: bold; }

.d-b {
  border: 1px solid silver; }

.wc-column {
  display: flex;
  flex-flow: column nowrap;
  justify-content: start;
  align-items: stretch; }

.wc-line {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center; }

.wc-line-nw {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center; }

.wc-btn {
  display: inline-block;
  line-height: 1.4;
  padding: 5px 10px;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.5s ease;
  font-size: 18px; }
  .wc-btn span, .wc-btn .fa {
    display: inline-block;
    vertical-align: middle; }
  .wc-btn:hover, .wc-btn:visited, .wc-btn:active, .wc-btn:focus {
    text-decoration: none; }
  .wc-btn.wc-green {
    background: #00c143;
    border-color: #00c143;
    color: #fff; }
    .wc-btn.wc-green:hover, .wc-btn.wc-green:visited, .wc-btn.wc-green:active, .wc-btn.wc-green:focus {
      background: #00c143;
      border-color: #00c143;
      color: #fff; }
    .wc-btn.wc-green:hover {
      background: #3d8012;
      border-color: #3d8012;
      color: #fff; }
    .wc-btn.wc-green:active {
      background: #00c143;
      border-color: #00c143;
      color: #fff; }
  .wc-btn.wc-purple {
    background: #9f3ed5;
    border-color: #9f3ed5;
    color: #fff; }
    .wc-btn.wc-purple:hover, .wc-btn.wc-purple:visited, .wc-btn.wc-purple:active, .wc-btn.wc-purple:focus {
      background: #9f3ed5;
      border-color: #9f3ed5;
      color: #fff; }
    .wc-btn.wc-purple:hover {
      background: #8b00d7;
      border-color: #8b00d7;
      color: #c2fffd; }
    .wc-btn.wc-purple:active {
      background: #8b00d7;
      border-color: #8b00d7;
      color: #c2fffd; }
  .wc-btn.wc-blue {
    background: #62c3c1;
    border-color: #62c3c1;
    color: #000; }
    .wc-btn.wc-blue:hover, .wc-btn.wc-blue:visited, .wc-btn.wc-blue:active, .wc-btn.wc-blue:focus {
      background: #62c3c1;
      border-color: #62c3c1;
      color: #000; }
    .wc-btn.wc-blue:hover {
      background: #62c3c1;
      border-color: #62c3c1;
      color: #000; }
    .wc-btn.wc-blue:active {
      background: #62c3c1;
      border-color: #62c3c1;
      color: #000; }
  .wc-btn.wc-orange {
    background: #e69900;
    border-color: #e69900;
    color: #fff; }
    .wc-btn.wc-orange:hover, .wc-btn.wc-orange:visited, .wc-btn.wc-orange:active, .wc-btn.wc-orange:focus {
      background: #e69900;
      border-color: #e69900;
      color: #fff; }
    .wc-btn.wc-orange:hover {
      background: #e69900;
      border-color: #e69900;
      color: #fff; }
    .wc-btn.wc-orange:active {
      background: #e69900;
      border-color: #e69900;
      color: #fff; }
  .wc-btn.wc-silver {
    background: #eeeeee;
    border-color: #eeeeee;
    color: silver; }
    .wc-btn.wc-silver:hover, .wc-btn.wc-silver:visited, .wc-btn.wc-silver:active, .wc-btn.wc-silver:focus {
      background: #eeeeee;
      border-color: #eeeeee;
      color: silver; }
    .wc-btn.wc-silver:hover {
      background: #eeeeee;
      border-color: #eeeeee;
      color: silver; }
    .wc-btn.wc-silver:active {
      background: #eeeeee;
      border-color: #eeeeee;
      color: silver; }
  .wc-btn .wc-disabled {
    opacity: 0.3 !important;
    color: grey !important; }

body {
  overflow-x: hidden;
  overflow-y: auto; }

body a {
  color: #62c3c1; }

html, body, .global {
  min-height: 100vh; }

.global {
  display: flex;
  flex-flow: column nowrap;
  height: 100%; }

.wrapper {
  display: flex;
  flex-flow: column nowrap;
  flex: 1 0 auto; }

header {
  flex: 0 0 auto; }

.content {
  display: flex;
  flex-flow: row nowrap;
  flex: 1 0 auto; }
  .content > .area-padding {
    position: relative; }

main {
  flex: 1 1 auto;
  order: 0;
  max-width: 100%; }

.sidebar-left {
  flex: 0 0 100%;
  order: -1; }

.sidebar-right {
  flex: 1 0 auto;
  order: 2; }

footer {
  flex: 0 0 auto; }

@media (max-width: 768px) {
  .content {
    flex-flow: column nowrap; }

  main {
    flex: 1 0 auto; }

  .sidebar-left {
    flex: 0 0 auto;
    order: 1; }

  .sidebar-right {
    flex: 0 0 auto; }

  .max-w {
    max-width: 100%; } }
html body {
  background: #fff;
  color: #000;
  font-family: Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.4; }
  html body iframe {
    max-width: 100%;
    max-height: 100%; }
  html body img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto; }
  html body table {
    max-width: 100% !important; }
  html body a, html body a:hover, html body a:visited, html body a:focus, html body a:active {
    color: #62c3c1;
    text-decoration: none; }

.text-desc a {
  text-decoration: underline; }
.text-desc a:hover {
  text-decoration: none; }

#scroll-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1000;
  cursor: pointer;
  transition: all 1s ease 0s;
  width: 60px;
  height: 60px;
  background: transparent url("/img/up_passive.png") no-repeat scroll 0 0; }
  #scroll-top:hover {
    background: transparent url("/img/up_active.png") no-repeat scroll 0 0;
    cursor: pointer; }

.help-block-error {
  color: red; }

body .breadcrumb {
  padding: 0 0 3px 0;
  margin: 30px 0 0 0;
  list-style: none;
  background-color: transparent !important;
  border-radius: 0;
  font-size: 0;
  line-height: 2;
  border-bottom: 1px solid silver;
  align-items: center; }
  body .breadcrumb a {
    font-weight: bold; }
  body .breadcrumb, body .breadcrumb a {
    font-size: 14px; }
body .breadcrumb-item + .breadcrumb-item {
  padding-left: 10px; }
body .breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  content: "\203a";
  color: silver !important;
  margin: 0 10px 0 0; }

@media (max-width: 768px) {
  body nav[aria-label="breadcrumb"] {
    background: #f1f1f1; }
  body .breadcrumb {
    padding: 5px;
    flex-wrap: nowrap;
    overflow-x: scroll;
    width: 100%;
    margin: 0 !important; }
  body .breadcrumb-item {
    padding: 5px;
    flex: 0 0 auto; }
    body .breadcrumb-item, body .breadcrumb-item a {
      font-size: 14px;
      font-weight: bold;
      line-height: 1; } }
ul.pagination {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: stretch; }

.page-link {
  color: #62c3c1 !important;
  background-color: transparent;
  border: none !important;
  border-radius: 2px !important; }

.page-item.active .page-link {
  color: white !important;
  background-color: #c3c3c3; }

@media (max-width: 768px) {
  .page-link {
    font-size: 20px;
    padding: 0.5rem 0.4rem; } }
.sitelogo {
  font-family: "Philosopher Regular", Helvetica, sans-serif; }
  .sitelogo img {
    vertical-align: middle;
    padding-right: 10px; }
  .sitelogo .sitetext {
    display: inline-block;
    text-align: center;
    vertical-align: middle; }
  .sitelogo .sitename {
    font-size: 30px;
    font-weight: 500;
    display: block; }
  .sitelogo .sname1 {
    color: #9f3ed5; }
  .sitelogo .sname2 {
    color: #62c3c1; }
  .sitelogo .sitedesc {
    display: block;
    font-size: 12px;
    color: #4d4d4d;
    max-width: 160px; }

.h-cabinet {
  background: #f7f7f7; }

.auth-link {
  color: grey !important;
  display: inline-block;
  padding: 0 10px;
  text-decoration: underline; }
  .auth-link.active {
    color: #9f3ed5 !important; }

#sitephone1,
#sitephone2 {
  font-size: 18px; }

#sitephone1 span,
#sitephone2 span {
  font-size: 20px; }

#sitephonedesc {
  font-size: 14px; }

#sitephonecall {
  margin-top: 16px; }

#sitephonecall a {
  font-size: 13px;
  background: url(/img/call.png) no-repeat scroll 0 0;
  width: 200px;
  height: 42px;
  display: inline-block;
  text-transform: uppercase;
  text-align: right; }

#sitephonecall a span {
  display: inline-block;
  padding: 14px 16px 0 0; }

@media (max-width: 768px) {
  #sitephone1,
  #sitephone2 {
    font-size: 22px; }

  #sitephone1 span,
  #sitephone2 span {
    font-size: 22px; }

  #sitephonedesc {
    font-size: 22px; } }
.h-main {
  padding-top: 20px;
  padding-bottom: 30px; }

.header .cell {
  flex: 0 1 auto; }
.header #sitecart {
  width: 560px;
  display: inline-block;
  font-family: Helvetica, sans-serif;
  margin-top: 10px; }
.header #search_box input {
  width: 100%;
  height: 40px;
  border: 1px solid silver;
  padding: 6px 16px;
  box-sizing: border-box;
  background: url(/img/search.png) no-repeat scroll 97% 10px; }
.header #sitecart > div,
.header .cartbox > div {
  float: left;
  *height: 64px;
  margin-right: 20px;
  padding-top: 8px; }
.header #sitecart #cartbut {
  margin: 0;
  float: right; }
.header #sitecart #cartbut {
  padding-top: 18px; }
.header #cartbut span {
  font-family: "Philosopher Regular", Helvetica, sans-serif;
  display: inline-block;
  padding: 10px 20px;
  background: #9f3ed5;
  color: #fff;
  border-radius: 2px;
  text-transform: uppercase;
  *font-weight: bold; }
.header #cartbut span:hover {
  opacity: 0.9; }
.header .cartval span:nth-child(1) {
  color: #62c3c1;
  font-size: 24px; }
.header #cart {
  text-align: left; }

.langs {
  background: #f1f1f1;
  border-radius: 20px;
  padding: 4px;
  font-size: 0; }
  .langs a {
    display: inline-block;
    font-size: 16px;
    color: silver !important;
    text-decoration: none !important;
    border-radius: 20px;
    text-transform: uppercase;
    font-weight: 400 !important;
    padding: 1px 14px 2px 14px;
    transition: color 0.5s; }
    .langs a.current-yes {
      background: #62c3c1 !important;
      color: #fff !important; }
  .langs a:hover {
    color: orange !important; }
    .langs a:hover.current-yes {
      color: #fff !important; }

.h-nav {
  background: #62c3c1; }

ul.menu-main .nav-item {
  margin: -4px 0; }
ul.menu-main .nav-link {
  color: #fff !important;
  background: none;
  padding: 1rem;
  border-radius: 2px;
  text-transform: uppercase;
  font-weight: bold; }
  ul.menu-main .nav-link.active {
    background: #9f3ed5; }

.search-form {
  position: relative;
  border: 1px solid silver; }
  .search-form .input-group-append {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 2; }
  .search-form .input-group-text {
    border: none !important;
    background: none !important;
    box-shadow: none !important; }
    .search-form .input-group-text .fas {
      font-size: 24px;
      color: silver; }
  .search-form #search-q {
    width: 100%;
    border: none !important;
    background: #fff !important;
    color: #62c3c1 !important;
    box-shadow: none !important; }

body .tt-menu {
  padding: 0; }

.tt-menu .tt-suggestion.sac-block {
  padding: 0;
  font-size: 0;
  line-height: 1;
  white-space: normal; }
  .tt-menu .tt-suggestion.sac-block + .sac-block {
    border-top: 1px solid #f1f1f1; }
  .tt-menu .tt-suggestion.sac-block a, .tt-menu .tt-suggestion.sac-block a:hover, .tt-menu .tt-suggestion.sac-block a:active, .tt-menu .tt-suggestion.sac-block a:visited, .tt-menu .tt-suggestion.sac-block a:focus {
    text-decoration: none; }

.sac-link {
  display: block;
  padding: 10px; }
  .sac-link:hover {
    background: #f0f5e2; }
  .sac-link:after {
    display: block;
    content: "";
    clear: both; }

.sac-image,
.sac-text {
  display: inline-block;
  vertical-align: middle; }

.sac-image {
  width: 30%;
  padding: 0 10px 0 0;
  text-align: center; }

.sac-text {
  width: 69.9%; }

.sac-name {
  font-size: 16px;
  color: #000;
  padding: 0 0 10px 0; }

.sac-old,
.sac-actual {
  display: inline-block;
  vertical-align: middle;
  line-height: 1; }

.sac-old {
  font-size: 14px;
  color: silver;
  margin-right: 10px; }

.sac-actual {
  font-size: 24px;
  color: #62c3c1;
  font-weight: 700; }

.sac-link.who-c .sac-image {
  display: none; }
.sac-link.who-c .sac-text {
  width: auto; }
.sac-link.who-c .sac-name {
  color: #62c3c1;
  padding: 0; }
  .sac-link.who-c .sac-name span {
    font-weight: 700; }

.tt-menu .tt-suggestion.sac-block.av-no .sac-actual {
  font-size: 24px;
  color: grey;
  font-weight: 700; }

.widget {
  margin: 0; }
  .widget .head {
    border-bottom: 2px dotted silver; }
  .widget .title {
    display: inline-block;
    padding: 0 20px;
    font-size: 24px;
    margin: 0;
    font-family: "Philosopher Regular", Helvetica, sans-serif; }
  .widget .body {
    padding: 20px 10px; }
  .widget .more {
    text-align: right; }
    .widget .more a {
      font-weight: bold;
      text-decoration: underline; }

.f-main {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px; }

.footer {
  font-size: 0;
  background: #f7f7f7; }
  .footer, .footer a {
    color: black !important; }
  .footer .cell {
    font-size: 14px; }
  .footer .socset {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin: 0 2px; }
  .footer .socset.vk {
    background: url(/img/soc/vk.png) no-repeat scroll 0 0; }
  .footer .socset.fb {
    background: url(/img/soc/fb.png) no-repeat scroll 0 0; }
  .footer .socset.gl {
    background: url(/img/soc/gl.png) no-repeat scroll 0 0; }
  .footer #footerdown {
    background: #62c3c1;
    line-height: 1; }
  .footer #footerdown_inner {
    font-size: 16px;
    text-align: center;
    padding: 5px; }
  .footer #footerdown_inner span {
    vertical-align: middle;
    padding-top: 3px; }
  .footer #footerdown_inner span a {
    color: #fff !important; }
  .footer #footerdown_inner span a:hover {
    text-decoration: underline; }

.content > main {
  padding-top: 3rem;
  padding-bottom: 3rem; }

.sidebar-left {
  padding-top: 3rem;
  padding-bottom: 3rem; }

.page-title {
  margin-bottom: 40px; }

.nav-tree-title {
  background: #9f3ed5;
  color: white;
  margin: 0 -10px 20px -10px;
  font-size: 24px;
  font-family: "Philosopher Regular", Helvetica, sans-serif;
  padding: 0 10px; }

.nav-tree {
  line-height: 1;
  font-size: 0; }
  .nav-tree .a-lvl {
    display: block;
    margin: 0 0 10px 30px;
    font-size: 14px; }
    .nav-tree .a-lvl.is-path {
      text-decoration: underline; }
  .nav-tree .w-lvl-1 {
    margin: 0 0 5px 0; }
  .nav-tree .a-lvl-1 {
    color: black; }
  .nav-tree .a-lvl-2 {
    color: #e69900; }
  .nav-tree .a-lvl-3 {
    color: #9f3ed5; }
  .nav-tree .d-lvl {
    height: 0;
    overflow: hidden;
    margin-left: 20px; }
    .nav-tree .d-lvl.expanded {
      height: auto; }
  .nav-tree .d-lvl.is-path.collapsed {
    height: 0; }
  .nav-tree .w-lvl {
    position: relative; }
  .nav-tree .c-lvl {
    position: absolute;
    top: 1px;
    left: 0;
    z-index: 1;
    cursor: pointer; }
    .nav-tree .c-lvl span {
      position: absolute;
      left: 0;
      top: 0;
      transition: all 0.5s;
      display: block;
      margin: 0px 0px 0px 0px;
      padding: 0px 0px 0px 15px;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: contain;
      width: 12px;
      height: 12px; }
    .nav-tree .c-lvl .plus {
      opacity: 1;
      z-index: 2;
      background-image: url("/img/level0closed.png"); }
    .nav-tree .c-lvl .minus {
      opacity: 0;
      z-index: 1;
      background-image: url("/img/level0open.png"); }
  .nav-tree .c-lvl.expanded .plus {
    opacity: 0;
    z-index: 1; }
  .nav-tree .c-lvl.expanded .minus {
    opacity: 1;
    z-index: 2; }

html.c-cabinet .main-inner {
  padding: 20px 0 20px 15px; }
  html.c-cabinet .main-inner > .content {
    padding-right: 15px; }
html.c-cabinet .wc-btn {
  padding: 15px 30px !important;
  font-weight: 400 !important;
  font-size: 16px !important; }

html.cabinet.index .main-inner > .content {
  background: url("/img/my/userinfo_bg.png") scroll no-repeat 100% 50%/contain; }

html.cabinet.wishlist .main-inner > .content {
  background: url("/img/my/izbran_bg.png") scroll no-repeat 100% 50%/contain; }

html.cabinet.comments .main-inner > .content {
  background: url("/img/my/otzivi_bg.png") scroll no-repeat 100% 50%/contain; }

html.cabinet.viewed .main-inner > .content {
  background: url("/img/my/prosmotren_bg.png") scroll no-repeat 100% 50%/contain; }

html.cabinet.settings .main-inner > .content {
  background: url("/img/my/rassilka_bg.png") scroll no-repeat 100% 50%/contain; }

.my-nav {
  background: #f7f7f7;
  padding: 20px 0;
  border-radius: 0; }
  .my-nav .head {
    padding: 0 20px; }
    .my-nav .head:after {
      content: "";
      display: block;
      clear: both; }
  .my-nav .my-title {
    color: #777;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    float: left;
    margin: 0 10px 10px 0; }
  .my-nav .my-logout {
    color: #b58c8c;
    text-transform: uppercase;
    font-size: 10px;
    text-decoration: underline;
    margin: 4px 0 0 0;
    float: right; }
  .my-nav ul {
    margin: 0;
    padding: 0; }
  .my-nav li {
    list-style: none;
    display: block;
    position: relative; }
    .my-nav li a {
      font-size: 14px;
      display: block !important;
      font-weight: bold !important;
      padding: 5px 20px;
      text-decoration: none !important;
      transition: all 0.7s ease; }
      .my-nav li a:hover {
        border-color: #d9d9d9; }
      .my-nav li a:after {
        display: none; }
      .my-nav li a:before {
        content: "";
        position: relative;
        top: -2px;
        margin: 0 10px 0 0;
        display: inline-block;
        vertical-align: middle;
        width: 6px;
        height: 6px;
        border-radius: 6px;
        background: #d9d9d9; }
  .my-nav li + li {
    margin-top: 10px; }
  .my-nav li:hover {
    background: #d9d9d9; }
    .my-nav li:hover:after {
      content: "";
      display: block;
      position: absolute;
      left: 100%;
      top: 0;
      bottom: 100%;
      border-style: solid;
      border-width: 15px 0 15px 10px;
      border-color: transparent transparent transparent #d9d9d9; }
  .my-nav li a.active {
    color: #9f3ed5 !important; }

html.c-cabinet .data {
  padding: 10px 0;
  font-size: 0; }
  html.c-cabinet .data + .data {
    border-top: 1px solid #f1f1f1; }
  html.c-cabinet .data > div {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px; }
  html.c-cabinet .data .caption {
    width: 49.99%;
    color: #999; }
  html.c-cabinet .data .value {
    width: 49.99%;
    color: #000;
    font-weight: bold; }

.page-wrapper.profile .p-card .info {
  max-width: 500px; }

.ord-row {
  font-size: 0;
  border-radius: 4px;
  border: 1px solid silver;
  overflow: hidden; }
  .ord-row + .ord-row {
    margin-top: 20px; }
  .ord-row > div.items {
    padding: 10px;
    margin-right: 250px; }
  .ord-row > div .prod {
    border-bottom: 1px solid #f1f1f1;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0; }
    .ord-row > div .prod:after {
      content: "";
      display: block;
      clear: left; }
    .ord-row > div .prod + .prod {
      margin-top: 10px; }
  .ord-row > div .photo {
    width: 100px;
    float: left;
    text-align: center; }
  .ord-row > div .info {
    font-size: 16px;
    margin: 0 0 0 120px; }
    .ord-row > div .info .name, .ord-row > div .info .name a {
      font-size: 18px;
      color: #62c3c1;
      font-weight: bold; }
    .ord-row > div .info .code {
      display: inline-block;
      border: 1px solid #e6e6e6;
      padding: 0 5px;
      color: silver; }
      .ord-row > div .info .code span {
        color: #62c3c1;
        font-weight: bold; }
    .ord-row > div .info .detail {
      display: inline-block;
      color: silver;
      border: 1px solid #e6e6e6;
      padding: 0 5px; }
      .ord-row > div .info .detail span {
        color: #62c3c1;
        font-weight: bold; }
    .ord-row > div .info .price {
      display: inline-block;
      color: silver; }
      .ord-row > div .info .price span {
        color: #e69900;
        font-weight: bold; }
    .ord-row > div .info .qnt {
      display: inline-block;
      color: silver; }
      .ord-row > div .info .qnt span {
        color: #9f3ed5;
        font-weight: bold; }
  .ord-row > div.ord {
    font-size: 16px;
    width: 250px;
    float: right;
    padding: 10px;
    position: relative;
    z-index: 1; }
    .ord-row > div.ord:after {
      content: "";
      display: block;
      position: absolute;
      background: #f1f1f1;
      top: 0;
      left: 0;
      right: 0;
      height: 1000px;
      z-index: -1; }
    .ord-row > div.ord .numb, .ord-row > div.ord .numb a {
      font-size: 16px;
      font-weight: bold;
      color: #000; }
    .ord-row > div.ord .date {
      font-size: 12px;
      color: grey;
      font-weight: bold;
      margin-bottom: 20px; }
    .ord-row > div.ord .state {
      margin-bottom: 20px; }
      .ord-row > div.ord .state img {
        margin-right: 10px; }
      .ord-row > div.ord .state img, .ord-row > div.ord .state span {
        display: inline-block;
        vertical-align: middle; }
      .ord-row > div.ord .state span {
        color: silver;
        font-size: 20px;
        text-transform: uppercase; }
    .ord-row > div.ord .quant {
      font-size: 16px;
      color: grey; }
    .ord-row > div.ord .total {
      color: #000;
      font-size: 16px;
      font-weight: bold; }
      .ord-row > div.ord .total span {
        color: #62c3c1; }

.ord-row.s-ok > div.ord:after {
  background: #f1f5e2; }
.ord-row.s-ok > div.ord .state span {
  color: #62c3c1; }

.ord-row.s-no > div.ord:after {
  background: #f5e2e2; }
.ord-row.s-no > div.ord .state span {
  color: red; }

.my-menu li {
  position: relative;
  padding: 0 10px 0 50px !important; }
.my-menu li:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0;
  position: absolute;
  left: 10px;
  top: 5px; }
.my-menu li:nth-child(1):before {
  background: url(/img/my/mob/lich.png) scroll no-repeat 0 0; }
.my-menu li:nth-child(2):before {
  background: url(/img/my/mob/izbr.png) scroll no-repeat 0 0; }
.my-menu li:nth-child(3):before {
  background: url(/img/my/mob/korzina.png) scroll no-repeat 0 0; }
.my-menu li:nth-child(4):before {
  background: url(/img/my/mob/zakazs.png) scroll no-repeat 0 0; }
.my-menu li:nth-child(5):before {
  background: url(/img/my/mob/otzi.png) scroll no-repeat 0 0; }
.my-menu li:nth-child(6):before {
  background: url(/img/my/mob/prosm.png) scroll no-repeat 0 0; }
.my-menu li:nth-child(7):before {
  background: url(/img/my/mob/sravn.png) scroll no-repeat 0 0; }
.my-menu li:nth-child(8):before {
  background: url(/img/my/mob/razsilka.png) scroll no-repeat 0 0; }

.my-menu.guest li:nth-child(1):before {
  background: url(/img/my/mob/lich.png) scroll no-repeat 0 0; }
.my-menu.guest li:nth-child(2):before {
  background: none; }
.my-menu.guest li:nth-child(3):before {
  background: none; }
.my-menu.guest li:nth-child(4):before {
  background: none; }
.my-menu.guest li:nth-child(5):before {
  background: none; }
.my-menu.guest li:nth-child(6):before {
  background: none; }
.my-menu.guest li:nth-child(7):before {
  background: none; }
.my-menu.guest li:nth-child(8):before {
  background: none; }

.my-button {
  color: #000;
  font-size: 12px;
  text-align: right;
  text-align-last: right; }
  .my-button a.link-top {
    color: #000;
    font-size: 12px;
    font-weight: 700;
    display: inline-block; }
    .my-button a.link-top span {
      text-decoration: underline; }
  .my-button [href="/my/login"]:before,
  .my-button [href="/my/profile"]:before {
    content: "";
    display: inline-block;
    position: relative;
    top: 1px;
    margin: 0 1px 0 0;
    width: 8px;
    height: 10px;
    background: url("/img/my/uli.png") scroll no-repeat 0 0; }

.my-dropdown {
  background: #f0f5e2;
  left: auto !important;
  right: 0 !important; }
  .my-dropdown li {
    display: block !important;
    text-align: left;
    text-align-last: left; }

.my-dropdown > .active > a,
.my-dropdown > .active > a:focus {
  color: #fff !important;
  text-decoration: none;
  background-color: #009600;
  outline: 0; }

.my-dropdown > .active > a:hover {
  color: black !important;
  background: #009600 !important; }

.my-dropdown > li > a:focus,
.my-dropdown > li > a:hover {
  color: black !important;
  background: #f0f5e2 !important; }

#form-comment {
  padding: 20px;
  border: 1px solid silver; }
  #form-comment .title {
    font-size: 20px;
    margin-bottom: 20px; }

.reviews-product h1 {
  font-weight: bold;
  text-align: center; }

.comment-cats {
  text-align: center; }

.comment-cat {
  display: inline-block;
  margin: 0 20px 20px 0;
  padding: 5px 15px;
  border: 1px solid silver;
  border-radius: 8px;
  font-size: 20px;
  text-decoration: none !important;
  transition: all 0.7s ease; }
  .comment-cat:hover {
    background: rgba(0, 0, 0, 0.05); }
  .comment-cat.active {
    color: black !important; }

.r-review {
  margin-bottom: 20px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.35);
  padding: 20px;
  border-radius: 10px;
  overflow: hidden;
  background: #fff; }

.desc-review {
  width: 44%;
  min-width: 300px;
  float: right;
  margin: 0 0 20px 20px;
  border-left: 1px solid #d0d0d0;
  padding-left: 20px; }

.p-reviews {
  margin-bottom: 30px; }
  .p-reviews .title {
    font-size: 20px;
    color: grey;
    padding: 0 0 60px; }

.p-comment {
  position: relative; }
  .p-comment + .p-comment {
    margin-top: 15px; }
  .p-comment .who {
    min-height: 30px; }
  .p-comment .rate {
    float: right;
    margin: -20px 0 0 0;
    display: inline-block; }
    .p-comment .rate .caption {
      display: none !important; }
    .p-comment .rate .rating-xs {
      font-size: 26px; }
  .p-comment .human {
    color: #62c3c1;
    font-weight: 700;
    font-size: 16px; }
  .p-comment .text {
    padding: 20px 15px;
    background: #f0f5e2;
    border-radius: 0 10px 10px;
    font-size: 14px; }
  .p-comment.answer-yes {
    padding-left: 30px; }
    .p-comment.answer-yes .content {
      background: #e9e9e9; }
  .p-comment.answer-no .toggle-body.short .tgl-block .tgl-wall {
    background: linear-gradient(to bottom, transparent, green); }
  .p-comment.answer-no .toggle-body .tgl-block .tgl-panel {
    background: green; }
  .p-comment.answer-yes .toggle-body.short .tgl-block .tgl-wall {
    background: linear-gradient(to bottom, transparent, #e9e9e9); }
  .p-comment.answer-yes .toggle-body .tgl-block .tgl-panel {
    background: #e9e9e9; }

.rating-input {
  display: none; }

.prodname {
  font-weight: bold;
  font-size: 20px;
  color: #9f3ed5;
  padding: 0 0 20px 0; }

.r-pic {
  float: left;
  margin: 0 20px 20px 0;
  width: 240px;
  text-align: center; }

@media (max-width: 768px) {
  .r-info {
    margin: 0 !important; }

  .r-pic {
    text-align: center;
    float: none;
    display: block;
    width: auto;
    margin: 0; }
    .r-pic a {
      display: inline-block; }

  .p-comment .files {
    text-align: center; }
  .p-comment a.pcomm-pic {
    width: 45%; }

  .comment-cat {
    margin: 5px;
    padding: 2px 10px;
    font-size: 16px; } }
.prd-card {
  font-size: 14px;
  text-align: center;
  line-height: 1.2;
  border-radius: 0;
  border: 2px solid #f7f7f7;
  overflow: hidden;
  padding: 20px;
  width: 100%;
  max-width: 300px;
  margin: 0 5px 30px 5px; }
  .prd-card .w-box {
    display: block;
    position: relative; }
  .prd-card .w-div {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .prd-card .w-image {
    padding-bottom: 80%;
    overflow: hidden; }
  .prd-card .w-name {
    padding-bottom: 30%;
    overflow: hidden; }
    .prd-card .w-name .w-div {
      display: flex;
      flex-flow: row nowrap;
      justify-content: center;
      align-items: center;
      padding: 10px 0; }
      .prd-card .w-name .w-div div {
        font-weight: bold;
        color: black; }
  .prd-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center; }
  .prd-card .price {
    padding-bottom: 10px;
    position: relative; }
    .prd-card .price .old {
      position: absolute;
      left: 0;
      top: 0;
      font-size: 16px;
      color: #777777;
      text-decoration: line-through; }
      .prd-card .price .old span {
        font-size: 12px;
        font-weight: normal; }
      .prd-card .price .old.empty {
        display: none !important; }
    .prd-card .price .cur {
      font-size: 30px;
      color: #e69900;
      transition: all 0.5s ease; }
      .prd-card .price .cur span {
        font-size: 20px;
        font-weight: normal; }
  .prd-card .buy-btn {
    width: 60% !important;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px; }

.prd-card:hover {
  border-color: #9f3ed5; }
  .prd-card:hover .w-name .w-div div {
    color: #9f3ed5; }
  .prd-card:hover img {
    transform: scale(1.1);
    transition-duration: 500ms; }

@media (max-width: 768px) {
  .prd-card {
    max-width: 230px; }

  .prd-list {
    justify-content: center; } }
@media (max-width: 720px) {
  .prd-card {
    max-width: 200px; } }
@media (max-width: 650px) {
  .prd-card {
    max-width: 180px; } }
@media (max-width: 600px) {
  .prd-card {
    max-width: 250px; } }
@media (max-width: 550px) {
  .prd-card {
    max-width: 200px; } }
@media (max-width: 450px) {
  .prd-card {
    max-width: 170px;
    padding: 10px 5px; }

  .prd-card .w-div {
    position: static; }

  .prd-card .w-box {
    padding-bottom: 0; }

  .prd-card .buy-btn {
    width: auto !important; } }
@media (max-width: 400px) {
  .prd-card {
    max-width: 130px; }

  html .prd-view .d-prod-img-s {
    width: 87px;
    height: 87px; } }
.prd-view .code {
  color: #aaaaaa;
  text-align: right; }
  .prd-view .code .val {
    color: black;
    font-weight: bold; }
.prd-view .prd-h1 {
  text-align: center;
  font-family: "Philosopher Regular", Helvetica, sans-serif;
  margin-bottom: 50px; }
.prd-view .avail {
  margin: 0 0 1rem 0;
  background: none;
  font-size: 16px;
  color: #5ab3b1;
  border: none; }
  .prd-view .avail.no {
    color: red; }
.prd-view .variants {
  background: #f7f7f7;
  padding: 1rem;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: stretch; }
.prd-view .var-select {
  width: 95%; }
.prd-view .var-cell {
  flex: 1 1 45%; }
.prd-view .prod-amount {
  padding: 0 1rem;
  flex: 1 1 10%; }
  .prd-view .prod-amount input {
    width: 100px;
    display: inline-block; }
.prd-view .main {
  margin-bottom: 100px; }
.prd-view .photos {
  font-size: 0;
  margin-right: -5px;
  margin-left: -5px; }
.prd-view .a-prod-img-p {
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  cursor: pointer; }
.prd-view .d-prod-img-s {
  display: inline-block;
  width: 100px;
  height: 100px;
  padding: 5px;
  border: 1px solid silver;
  border-radius: 6px;
  margin: 5px;
  cursor: pointer; }
  .prd-view .d-prod-img-s img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center; }
  .prd-view .d-prod-img-s.active {
    border-color: #69caf2; }
.prd-view .order {
  font-size: 14px; }
  .prd-view .order .price {
    display: inline-block; }
    .prd-view .order .price .old {
      display: inline-block;
      margin-right: 10px;
      color: grey;
      font-size: 16px;
      text-decoration: line-through; }
      .prd-view .order .price .old span {
        font-size: 14px; }
    .prd-view .order .price .cur {
      font-size: 40px;
      font-weight: normal;
      color: #e69900; }
      .prd-view .order .price .cur span {
        font-size: 18px; }
  .prd-view .order .acts {
    margin-bottom: 20px;
    background: #f7f7f7;
    padding: 1rem;
    margin-top: 1rem;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center; }
    .prd-view .order .acts > div {
      flex: 1 1 auto; }
    .prd-view .order .acts .wc-purple {
      padding-left: 40px;
      padding-right: 40px;
      text-transform: uppercase;
      border-radius: 0; }
  .prd-view .order .buttons {
    margin-bottom: 35px; }
    .prd-view .order .buttons button {
      padding-left: 50px;
      padding-right: 50px;
      font-weight: bold;
      border-radius: 40px; }
  .prd-view .order .params {
    line-height: 1;
    font-weight: normal;
    font-size: 16px; }
.prd-view .product-tabs {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: stretch;
  border: 2px solid #62c3c1 !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  background: #fff;
  border-radius: 0; }
  .prd-view .product-tabs .nav-item {
    margin-bottom: -1px; }
  .prd-view .product-tabs .nav-link {
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 0;
    border: 2px solid transparent !important;
    padding: 10px 50px;
    color: #000;
    font-size: 16px; }
    .prd-view .product-tabs .nav-link.active {
      color: #000;
      background: #fff;
      border: 2px solid #62c3c1 !important; }
.prd-view .tab-content {
  padding: 70px 0 0 0; }

.posts .sect-title div,
.articles .sect-title div {
  margin-bottom: 10px; }
.posts .list,
.articles .list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch; }
.posts .article,
.articles .article {
  flex: 0 1 25%;
  margin: 0 5px 20px 5px; }
  .posts .article .picture,
  .articles .article .picture {
    display: block;
    padding-bottom: 50%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: silver; }
  .posts .article .title,
  .articles .article .title {
    margin: 20px 0 30px 0;
    font-size: 18px;
    color: #62c3c1;
    font-weight: bold;
    line-height: 1.2; }
  .posts .article .announce,
  .articles .article .announce {
    line-height: 1.2;
    font-size: 12px;
    color: #000;
    font-weight: 500; }
  .posts .article .date,
  .articles .article .date {
    margin: 15px 0 0 0;
    color: grey; }

.prod-acc {
  margin: 0 -10px; }
  .prod-acc .accordion > .card {
    border-radius: 0; }
    .prod-acc .accordion > .card > .card-header {
      text-align: left;
      padding: 0; }
    .prod-acc .accordion > .card > .collapse {
      text-align: left; }
  .prod-acc .accordion .btn-link {
    border-radius: 0;
    font-weight: 400;
    color: #62c3c1;
    text-decoration: none;
    display: block;
    outline: none;
    width: 100%;
    text-align: left;
    font-size: 20px; }
    .prod-acc .accordion .btn-link:before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      width: 30px;
      height: 30px;
      margin: 0 10px 0 0;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: contain; }
    .prod-acc .accordion .btn-link:after {
      content: "";
      display: inline-block;
      vertical-align: middle;
      float: right;
      width: 30px;
      height: 30px;
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: contain;
      background-image: url("/img/tovar/strelka_on.png"); }
    .prod-acc .accordion .btn-link.collapsed {
      color: #62c3c1; }
      .prod-acc .accordion .btn-link.collapsed:after {
        background-image: url("/img/tovar/strelka_off.png"); }
  .prod-acc .accordion > .card.description-acc .btn-link:before {
    background-image: url("/img/tovar/opisanie_active.png"); }
  .prod-acc .accordion > .card.description-acc .btn-link.collapsed:before {
    background-image: url("/img/tovar/opisanie.png"); }
  .prod-acc .accordion > .card.props-acc .btn-link:before {
    background-image: url("/img/tovar/harakteristiki_active.png"); }
  .prod-acc .accordion > .card.props-acc .btn-link.collapsed:before {
    background-image: url("/img/tovar/harakteristiki.png"); }
  .prod-acc .accordion > .card.comments-acc .btn-link:before {
    background-image: url("/img/tovar/otzivi_active.png"); }
  .prod-acc .accordion > .card.comments-acc .btn-link.collapsed:before {
    background-image: url("/img/tovar/otzivi.png"); }

@media (max-width: 768px) {
  .prod-tabs {
    display: none; }

  .prod-acc {
    display: block !important; }

  .card-body {
    padding: 20px 5px; } }
h1.category {
  max-width: 900px;
  text-align: center;
  margin: 0 auto 3rem auto;
  font-size: 2rem; }

.prd-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch;
  font-size: 0;
  line-height: 1; }

.list-options {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
  padding: 0 30px 20px 0; }

.option-cell {
  flex: 0 1 auto;
  line-height: 1;
  position: relative; }
  .option-cell label, .option-cell .two-points, .option-cell select {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    line-height: 1;
    margin: 0; }
  .option-cell + .option-cell {
    padding-left: 20px; }
  .option-cell .two-points {
    margin-right: 7px; }

select[data-preference] {
  border: 2px solid #f7f7f7  !important;
  border-radius: 0 !important; }

#filter-widget {
  font-size: 12px;
  color: #000; }
  #filter-widget .head {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    min-height: 40px;
    margin: 0 0 20px 0; }

.property-block.price-range .range {
  text-align: center; }
  .property-block.price-range .range .min-max {
    padding: 10px 0 0 0; }
  .property-block.price-range .range .range-txt {
    display: inline-block;
    vertical-align: middle; }
    .property-block.price-range .range .range-txt.lbl {
      font-size: 14px;
      padding: 0 4px; }
    .property-block.price-range .range .range-txt.val {
      width: 70px;
      text-align: center;
      background: #fff;
      box-shadow: none;
      border: 1px solid silver;
      font-size: 18px;
      border-radius: 0; }
.property-block.price-range .ui-slider {
  margin: 10px 16px;
  background: #878787;
  border: none;
  border-radius: 0;
  height: 5px; }
  .property-block.price-range .ui-slider .ui-slider-range {
    background: #2bb4ec; }
  .property-block.price-range .ui-slider .ui-slider-handle {
    top: -6px;
    margin-left: -.6em;
    border-radius: 18px;
    background: blue;
    border: 1px solid blue;
    cursor: pointer; }
    .property-block.price-range .ui-slider .ui-slider-handle:hover {
      background: #cacaca; }
.property-block.price-range button.wc-btn.wc-primary {
  padding: 3px 10px;
  font-size: 12px;
  font-weight: normal;
  vertical-align: middle; }

.property-block {
  background: #eeeeee;
  border-radius: 2px;
  padding: 10px;
  margin-bottom: 5px; }

.property-name {
  color: #26282e;
  padding: 9px 10px 12px 10px;
  position: relative;
  border-radius: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1; }

.property-values {
  margin: 0;
  padding: 10px 0 0 0; }
  .property-values .li {
    list-style: none;
    padding: 10px 42px 7px 36px;
    font-size: 12px;
    clear: both;
    position: relative;
    overflow: hidden; }
  .property-values .li.color .filter-label {
    border: none;
    background-color: #f1f1f1; }
  .property-values .li.color .filter-label[style="background-color: transparent"] {
    background: -webkit-linear-gradient(left, orange, yellow, green, cyan, blue, violet);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, orange, yellow, green, cyan, blue, violet);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, orange, yellow, green, cyan, blue, violet);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, orange, yellow, green, cyan, blue, violet);
    /* Standard syntax (must be last) */ }
  .property-values .li.active-no .filter-text {
    color: silver; }
  .property-values .li.active-no .filter-count {
    color: silver; }
  .property-values .li.color.check-yes .filter-label {
    border: 2px solid #62c3c1 !important; }
  .property-values .li.check-yes .filter-label[style="background-color: transparent"] {
    border: 2px solid blue !important; }
  .property-values .li.check-yes .filter-label[style^="background:"] {
    border: 2px solid blue !important; }
  .property-values .li.check-yes .filter-text {
    color: blue; }
  .property-values .li.check-yes .filter-count {
    color: grey; }
  .property-values .li:hover .filter-label {
    color: orange !important; }
  .property-values .li:hover .filter-text {
    text-decoration: none;
    color: orange !important; }
  .property-values .prop-second-area {
    transition: height 1.5s ease;
    overflow: hidden;
    height: auto; }
    .property-values .prop-second-area.not-visible {
      height: 0; }
  .property-values .prop-more-area {
    display: inline-block;
    margin: 10px 0 20px 0;
    color: #000;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer; }
    .property-values .prop-more-area.not-visible {
      color: #000; }

.filter-panel:after {
  display: block;
  content: "";
  clear: both; }
.filter-panel a {
  color: #62c3c1; }
  .filter-panel a:hover {
    color: #000; }
.filter-panel .wc-btn {
  font-size: 12px;
  color: white !important;
  background: #cccccc !important;
  border-color: #cccccc !important; }
  .filter-panel .wc-btn:hover {
    background: #afafaf !important;
    border-color: #afafaf !important; }

.filter-flag {
  position: absolute;
  left: -9000px; }

.filter-label {
  cursor: pointer;
  margin: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 5px;
  top: 7px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background: white;
  border: 1px solid silver;
  border-radius: 4px;
  font-size: 0;
  line-height: 1; }
  .filter-label i {
    font-size: 14px;
    padding: 2px 0 0 2px;
    opacity: 0; }
  .filter-label.check-yes {
    border-color: #62c3c1;
    color: #000; }
    .filter-label.check-yes i {
      opacity: 1; }
  .filter-label.active-yes {
    cursor: pointer; }

.filter-count {
  position: absolute;
  top: 8px;
  right: 5px;
  color: grey;
  font-size: 12px;
  font-weight: bold; }

.filter-text {
  display: block;
  color: blue;
  font-size: 12px;
  font-weight: 700;
  line-height: 1; }
  .filter-text:hover, .filter-text:active, .filter-text:focus, .filter-text:visited {
    text-decoration: none;
    color: blue; }

.filter-toggle {
  background: none;
  border: none;
  box-shadow: none;
  font-size: 0;
  line-height: 1;
  color: #62c3c1; }
  .filter-toggle i {
    line-height: 1;
    font-size: 36px; }

.bg {
  z-index: 1990;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: opacity 0.5s;
  margin: 0;
  padding: 0; }

@media (max-width: 768px) {
  .sidebar-left {
    position: fixed !important;
    top: 0;
    right: -80%;
    width: 80%;
    bottom: 0;
    z-index: 2000;
    transition: left 0.5s;
    background: #fff;
    padding: 0 !important; }

  .catalog-bg {
    display: none !important; }

  .property-values {
    padding: 10px 10px 40px 10px; }

  .filter-on .sidebar-left {
    right: 0;
    visibility: visible !important;
    opacity: 1 !important;
    overflow: auto !important; }
  .filter-on .global {
    overflow: hidden;
    width: 100vw;
    height: 100vh; }
  .filter-on .bg {
    visibility: visible !important;
    opacity: 1 !important; }
  .filter-on .flt-cls {
    display: block !important;
    position: fixed;
    top: 8px;
    right: 10px;
    font-size: 0;
    line-height: 1;
    z-index: 11; }
    .filter-on .flt-cls i {
      font-size: 30px;
      color: black; }

  .filter-panel .filter-toggle {
    display: inline-block; } }
.filter-selection {
  margin: 20px 0 0 0;
  text-align: center; }
  .filter-selection .inner {
    background: #fff;
    border-radius: 10px;
    padding: 10px 20px 9px 20px; }
  .filter-selection .title {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    padding: 0 0 10px 0; }
  .filter-selection .group, .filter-selection .reset {
    display: inline-block;
    vertical-align: middle;
    background: #fff;
    border-radius: 8px;
    margin: 0 10px 10px 10px;
    overflow: hidden; }
  .filter-selection .group {
    font-size: 0;
    background: #f1f1f1; }
    .filter-selection .group * {
      font-size: 16px; }
    .filter-selection .group span {
      display: inline-block;
      vertical-align: middle;
      padding: 5px 10px 5px 10px; }
  .filter-selection a {
    display: inline-block;
    vertical-align: middle; }
    .filter-selection a:hover {
      text-decoration: none;
      background: #ef4235 !important;
      color: white !important; }
    .filter-selection a.filter-link {
      padding: 5px 10px;
      background: #62c3c1;
      color: white;
      border-left: 1px solid #7db62b; }
      .filter-selection a.filter-link img {
        margin: -11px 0 -10px 0; }
    .filter-selection a.reset {
      padding: 4px 10px;
      color: orange;
      border: 1px solid orange; }
      .filter-selection a.reset:hover {
        border-color: #ef4235; }

.filter-selection2 {
  margin: 0;
  text-align: left; }
  .filter-selection2 .inner {
    background: #fff;
    border-radius: 0;
    padding: 10px; }
  .filter-selection2 .title {
    font-size: 14px;
    font-weight: bold;
    color: #000;
    padding: 0 0 10px 0; }
  .filter-selection2 .group, .filter-selection2 .reset {
    display: block;
    background: #fff;
    border-radius: 0;
    margin: 0 0 10px 0;
    overflow: hidden; }
  .filter-selection2 .group {
    font-size: 0; }
    .filter-selection2 .group * {
      font-size: 14px; }
    .filter-selection2 .group span {
      display: block;
      padding: 0 0 5px 0; }
  .filter-selection2 a {
    display: inline-block;
    vertical-align: middle; }
    .filter-selection2 a:hover {
      text-decoration: none;
      background: #ef4235 !important;
      color: white !important; }
    .filter-selection2 a.filter-link {
      padding: 5px 10px;
      background: #62c3c1;
      color: white;
      border-radius: 8px;
      margin: 1px; }
      .filter-selection2 a.filter-link img {
        margin: -11px 0 -10px 0; }
    .filter-selection2 a.reset {
      padding: 4px 10px;
      color: orange;
      border: 1px solid orange; }
      .filter-selection2 a.reset:hover {
        border-color: #ef4235; }

@media (max-width: 768px) {
  .filter-selection2 {
    display: block !important; } }
.invalid-feedback {
  font-size: inherit !important; }

.is-invalid .invalid-feedback {
  display: block !important; }

.custom-radio .invalid-feedback {
  position: absolute;
  top: 30px; }

.field-order-payment_id,
.field-order-delivery_id {
  position: relative;
  padding-bottom: 30px; }

.custom-control-label::after,
.custom-control-label::before {
  top: 0; }

.cart-index {
  padding-top: 10px; }
  .cart-index h1 {
    text-align: center;
    font-weight: bold; }
  .cart-index form label {
    line-height: 1;
    font-size: 16px;
    text-align: right;
    padding-right: 0; }
  .cart-index form .is-required:after {
    margin-left: 2px;
    position: relative;
    top: -5px; }

.cart-tools {
  padding: 0 0 40px 0; }
  .cart-tools:after {
    display: block;
    content: "";
    clear: both; }
  .cart-tools .cart-clear {
    background: #8e2531;
    transition: all 0.5s ease; }
  .cart-tools .cart-clear:hover {
    background: red; }

.cart-total {
  padding: 20px 0 40px 0;
  text-align: right; }

.cart-resume {
  display: inline-block;
  margin-right: 20px;
  font-size: 20px;
  color: #62c3c1; }

.cart-sum {
  display: inline-block;
  font-size: 20px;
  color: #e69900;
  background: none;
  padding: 0 10px 2px 10px;
  border-radius: 6px;
  font-weight: bold; }

.steps {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 0;
  line-height: 1; }
  .steps button {
    flex: 0 1 auto;
    font-size: 30px; }
    .steps button i {
      transition: all 0.5s ease; }
    .steps button:hover i {
      color: #62c3c1; }
  .steps input {
    flex: 0 2 auto;
    font-size: 20px;
    max-width: 50px;
    padding: 0;
    height: auto;
    text-align: center;
    font-weight: bold; }

.cart-item {
  font-size: 0;
  line-height: 1;
  border-top: 1px solid silver;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 20px 0; }
  .cart-item:first-of-type {
    border-color: black; }
  .cart-item:last-of-type {
    border-bottom: 1px solid black; }
  .cart-item .acts {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px; }
  .cart-item .ci-delete {
    font-size: 30px; }
    .cart-item .ci-delete i {
      color: #8e2531;
      transition: all 0.5s ease; }
    .cart-item .ci-delete:hover i {
      color: red; }
  .cart-item .info {
    flex: 1 1 70%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center; }
  .cart-item .image {
    flex: 1 1 30%;
    text-align: center; }
    .cart-item .image img {
      max-height: 100px; }
  .cart-item .text {
    flex: 1 1 70%;
    padding-right: 20px;
    padding-left: 20px; }
    .cart-item .text > a, .cart-item .text div {
      display: block;
      text-align: left; }
  .cart-item .name {
    font-size: 16px;
    color: #62c3c1 !important;
    padding: 0 0 10px 0;
    font-weight: bold; }
  .cart-item .code {
    font-size: 16px;
    color: #000 !important;
    padding: 0 0 10px 0; }
    .cart-item .code .value {
      color: black; }
  .cart-item .details {
    padding: 0 0 10px 0; }
  .cart-item .detail {
    font-size: 16px;
    color: #62c3c1; }
  .cart-item .price {
    font-size: 16px; }
    .cart-item .price .value {
      color: #e69900;
      font-weight: bold; }
  .cart-item .amount {
    flex: 1 1 30%;
    text-align: center;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center; }
  .cart-item .steps {
    flex: 0 1 50%; }
    .cart-item .steps .ci-step {
      color: silver; }
    .cart-item .steps .ci-quantity {
      margin: 0 5px; }
  .cart-item .ci-amount {
    flex: 0 1 50%;
    font-size: 20px;
    font-weight: bold;
    color: #e69900;
    text-align: right;
    padding-left: 20px; }

.order-head {
  background: #f1f1f1;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 3px;
  color: grey;
  margin: 0 0 40px 0; }

.order-submit {
  margin: 0 0 40px 0; }

.cat-auth {
  text-align: center;
  margin-bottom: 2rem; }

.modal-form .form-group,
.cartform-inner .form-group {
  position: relative;
  margin-bottom: 2rem; }
.modal-form label,
.cartform-inner label {
  color: #acacac;
  margin: 0 !important; }
.modal-form input, .modal-form textarea,
.cartform-inner input,
.cartform-inner textarea {
  border-width: 0 0 1px 0;
  border-radius: 0;
  color: #62c3c1 !important;
  font-weight: bold !important;
  background-image: none !important; }
  .modal-form input::placeholder, .modal-form textarea::placeholder,
  .cartform-inner input::placeholder,
  .cartform-inner textarea::placeholder {
    color: silver !important;
    font-weight: normal !important; }
  .modal-form input, .modal-form input:focus, .modal-form textarea, .modal-form textarea:focus,
  .cartform-inner input,
  .cartform-inner input:focus,
  .cartform-inner textarea,
  .cartform-inner textarea:focus {
    outline-color: transparent;
    outline-width: 0;
    outline-style: none;
    outline: none !important; }
.modal-form select,
.cartform-inner select {
  color: #62c3c1 !important;
  font-weight: bold !important;
  border-width: 0 0 1px 0;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  display: block;
  width: 100%;
  background-image: none !important; }
  .modal-form select, .modal-form select:focus,
  .cartform-inner select,
  .cartform-inner select:focus {
    outline-color: transparent;
    outline-width: 0;
    outline-style: none;
    outline: none !important; }
.modal-form .invalid-feedback,
.cartform-inner .invalid-feedback {
  line-height: 1;
  margin-top: 0; }
.modal-form .dwn,
.cartform-inner .dwn {
  position: absolute;
  top: 43px;
  right: 8px;
  color: #62c3c1;
  font-size: 10px;
  line-height: 1;
  z-index: 1;
  display: none !important; }
.modal-form .form-group > label,
.cartform-inner .form-group > label {
  color: #434343 !important;
  font-weight: bold; }

.order-separ {
  height: 1px;
  border-bottom: 2px dotted #62c3c1;
  margin-bottom: 30px; }

.ccell-title {
  padding: 0 0 20px 0;
  position: relative; }
  .ccell-title:after {
    content: '';
    position: absolute;
    display: block;
    top: 24px;
    left: 80px;
    right: 0;
    height: 1px;
    border-bottom: 1px solid #dadada; }
  .ccell-title span:nth-child(1) {
    display: inline-block;
    vertical-align: middle;
    color: #62c3c1;
    padding: 10px;
    font-size: 24px;
    font-weight: bold;
    border-radius: 46px;
    line-height: 1;
    border: 1px solid #62c3c1;
    width: 46px;
    text-align: center; }
  .ccell-title span:nth-child(2) {
    display: inline-block;
    vertical-align: middle;
    color: #62c3c1;
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 0 10px;
    padding: 0 10px 0 0;
    background: #fff;
    position: relative;
    z-index: 1; }
  .ccell-title span:nth-child(3) {
    display: block;
    color: #e69900;
    font-weight: bold;
    font-size: 16px;
    min-height: 14px;
    padding: 0 0 0 66px;
    position: relative;
    top: -6px; }

@media (max-width: 800px) {
  .cart-item {
    flex-flow: row wrap; }

  .cart-item .info {
    flex: 0 1 100%;
    padding: 0 0 20px 0; }

  .cart-item .name {
    padding: 0 50px 10px 0; }

  .cart-item .amount {
    flex: 0 1 100%;
    justify-content: flex-end; }
    .cart-item .amount .steps {
      flex: 0 1 auto; }
    .cart-item .amount .ci-amount {
      flex: 0 1 auto;
      min-width: 120px; } }
@media (max-width: 576px) {
  .cart-index form label {
    text-align: left;
    padding-right: 15px; } }
.reviews-shop {
  font-size: 0; }
  .reviews-shop > h1 {
    margin: 10px 0 20px 0; }
  .reviews-shop .comment-items {
    display: inline-block;
    vertical-align: top;
    width: 49.99%;
    font-size: 16px; }
  .reviews-shop .comment-form {
    display: inline-block;
    vertical-align: top;
    width: 49.99%;
    font-size: 16px;
    padding: 0 0 0 50px; }
  .reviews-shop .r-info .who {
    margin-bottom: 10px; }
    .reviews-shop .r-info .who .rate {
      display: inline-block;
      vertical-align: middle; }
    .reviews-shop .r-info .who .human {
      display: inline-block;
      vertical-align: middle;
      color: #62c3c1;
      font-weight: bold;
      margin-left: 20px;
      margin-top: 4px; }
  .reviews-shop .r-info .content {
    background: #e8fcff;
    color: #212842;
    font-size: 14px;
    padding: 20px 15px;
    border-radius: 10px; }
  .reviews-shop .wc-review + .wc-review {
    margin-top: 40px; }
  .reviews-shop .wc-review.answer {
    margin-left: 20px;
    margin-top: 5px; }
    .reviews-shop .wc-review.answer .content {
      background: none;
      border: 1px solid silver; }

.rating-container > .caption {
  display: none; }

.reviews-shop #form-comment {
  background: #eeeeee;
  padding: 30px 20px;
  border-radius: 10px; }
  .reviews-shop #form-comment .title {
    font-weight: bold;
    color: #000;
    font-size: 22px;
    margin-bottom: 20px; }
  .reviews-shop #form-comment .form-control {
    border-color: white;
    box-shadow: none !important; }
  .reviews-shop #form-comment .field-commentform-name {
    margin-top: 20px;
    margin-bottom: 5px; }
  .reviews-shop #form-comment .field-commentform-content {
    margin-bottom: 40px; }
  .reviews-shop #form-comment [type="submit"] {
    font-weight: normal !important; }

.home-reviews .list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: stretch; }
.home-reviews .review {
  flex: 0 1 49%; }
  .home-reviews .review .text {
    padding: 20px;
    border-radius: 15px 15px 15px 0;
    background: #dfeeff; }
  .home-reviews .review .author {
    font-weight: bold; }
  .home-reviews .review .date {
    font-size: 12px; }

.posted {
  margin-top: 20px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: stretch; }

@media (max-width: 768px) {
  .reviews-shop .comment-items {
    width: 100%;
    padding: 20px; }
  .reviews-shop .comment-form {
    width: 100%;
    padding: 20px; } }
.mm-logo {
  display: inline-block;
  vertical-align: top;
  max-height: 100%;
  font-size: 0;
  line-height: 1; }
  .mm-logo img {
    height: 40px; }

.mob-left-pnl .checkbox__label2 input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px; }
.mob-left-pnl .checkbox__text2 {
  position: relative;
  padding: 18px 0 0 50px;
  cursor: pointer; }
  .mob-left-pnl .checkbox__text2:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    width: 45px;
    height: 20px;
    border-radius: 13px;
    background: #CDD1DA;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
    transition: .2s; }
  .mob-left-pnl .checkbox__text2:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 2px;
    width: 16px;
    height: 16px;
    border-radius: 7px;
    background: #FFF;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: .2s; }
.mob-left-pnl .checkbox__label2 input:checked + .checkbox__text2:before {
  background: #62c3c1; }
.mob-left-pnl .checkbox__label2 input:checked + .checkbox__text2:after {
  left: 26px; }
.mob-left-pnl .lang-lbl {
  display: inline-block;
  vertical-align: middle;
  color: #9f3ed5 !important; }
  .mob-left-pnl .lang-lbl:first-child {
    margin-right: 5px; }
.mob-left-pnl .m-lang {
  float: right;
  margin: -5px 0 0 0;
  font-weight: 700;
  color: #9f3ed5 !important; }
  .mob-left-pnl .m-lang img {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 0; }
  .mob-left-pnl .m-lang, .mob-left-pnl .m-lang:hover, .mob-left-pnl .m-lang:active, .mob-left-pnl .m-lang:focus, .mob-left-pnl .m-lang:visited {
    text-decoration: none; }

.pad-20 {
  padding: 0 20px; }

.zone {
  clear: both;
  padding: 10px 0; }
  .zone .area {
    padding: 0 !important; }
  .zone.pad {
    padding: 20px; }
  .zone + .zone {
    border-top: 1px solid #9f3ed5; }
  .zone ul:not(.nav) {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    flex-direction: column; }
  .zone li {
    list-style: none;
    font-size: 22px;
    padding: 0 20px;
    line-height: 2;
    width: 100%; }
    .zone li a {
      font-size: 22px;
      text-decoration: none;
      position: relative;
      line-height: 1;
      display: block;
      padding: 0.5rem 0; }
      .zone li a > span {
        display: inline-block;
        vertical-align: middle; }
      .zone li a .item-image {
        font-size: 0; }
      .zone li a .item-label {
        margin-left: 10px; }

.mob-row {
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1001;
  line-height: 1;
  font-size: 0;
  overflow: hidden;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: center;
  background: #62c3c1;
  padding: 5px 78px 5px 40px;
  text-align: center;
  border-bottom: 1px solid silver; }

.mob-logo {
  display: inline-block;
  height: 40px; }

.mob-left-tgl {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1003;
  cursor: pointer;
  font-size: 0;
  line-height: 1;
  margin: 0;
  padding: 0;
  transition: all 0.5s; }
  .mob-left-tgl img {
    width: 30px;
    height: 30px;
    transition: all 0.5s; }
    .mob-left-tgl img.hide-pnl {
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0; }

.mob-left-pnl {
  position: fixed;
  top: 0;
  left: -90%;
  width: 90%;
  bottom: 0;
  z-index: 1002;
  transition: left 0.5s;
  background: #fff;
  color: black; }
  .mob-left-pnl a {
    color: #black !important; }
  .mob-left-pnl .hdr {
    font-size: 0;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    background: #62c3c1;
    color: #9f3ed5;
    padding: 5px 15px 5px 15px; }
    .mob-left-pnl .hdr span {
      display: inline-block;
      vertical-align: middle;
      line-height: 1;
      font-size: 20px; }
  .mob-left-pnl .cnt {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-x: hidden;
    overflow-y: scroll; }

.mob-left-bg {
  z-index: 1001;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: opacity 0.5s;
  margin: 0;
  padding: 0; }

.mob-left-chk:checked ~ .mob-left-tgl img.show-pnl {
  opacity: 0; }
.mob-left-chk:checked ~ .mob-left-tgl img.hide-pnl {
  opacity: 1; }
.mob-left-chk:checked ~ .mob-left-pnl {
  left: 0;
  visibility: visible !important;
  opacity: 1 !important; }
.mob-left-chk:checked ~ .global {
  overflow: hidden;
  width: 100vw;
  height: 100vh; }
.mob-left-chk:checked ~ .mob-left-bg {
  visibility: visible !important;
  opacity: 1 !important; }

@media (max-width: 768px) {
  .h-main,
  .h-nav {
    display: none; }

  .mob-row {
    display: flex !important; }

  .mobtop,
  .mob-left-tgl {
    display: block !important; }

  header.header {
    padding-top: 50px; }

  .modal-body {
    padding: 10px 5px; }

  .mod-btn {
    font-size: 14px !important;
    padding: 5px 10px !important; } }
@media (max-width: 768px) {
  .footer .cell {
    padding: 20px; }

  .nav-tree-title {
    margin: -10px 0 20px 0; }

  .nav-tree {
    padding: 0 20px; }

  .prd-view .variants {
    flex-flow: row wrap; }

  .prd-view .var-cell {
    flex: 1 1 100%; }
    .prd-view .var-cell + .var-cell {
      margin-top: 20px; }

  .prd-view .order .acts {
    flex-flow: row wrap; }
    .prd-view .order .acts > div {
      flex: 1 1 100%;
      padding: 10px 0;
      text-align: center; }

  .header #sitecart {
    width: auto;
    display: block;
    margin: 0 !important;
    padding: 0 !important;
    position: absolute;
    top: 5px;
    right: 20px;
    height: 40px;
    font-size: 0; }
    .header #sitecart > div {
      float: none;
      margin: 0;
      padding: 0;
      height: 100%;
      max-height: 100%; }
    .header #sitecart > div#cart {
      position: absolute;
      display: block;
      left: 70%;
      top: 0;
      z-index: 111111;
      margin: 0 !important;
      text-align: center; }
      .header #sitecart > div#cart .cartval span:nth-child(1) {
        color: purple !important;
        font-weight: bold;
        font-size: 20px;
        background: white;
        padding: 0 5px;
        border-radius: 50%;
        box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75); }
      .header #sitecart > div#cart .cartval span:nth-child(2) {
        display: none; }

  #cartbut,
  .cartsum,
  .cartcapt {
    display: none; }

  .header .cartbox > div {
    margin: 0;
    padding: 0; } }

/*# sourceMappingURL=main.css.map */
