@charset "utf-8";
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: 700; }

table {
  border-collapse: collapse; }
/*border-spacing:0*/
/*td,th{padding:0}*/
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }

.hide {
  display: none; }

.show {
  display: block; }

.invisible {
  visibility: hidden; }

.visible {
  visibility: visible; }

.reset-indents {
  padding: 0;
  margin: 0; }

.reset-font {
  line-height: 0;
  font-size: 0; }

.clear-list {
  list-style: none;
  padding: 0;
  margin: 0; }

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
  font-size: 0; }
  .clearfix:after {
    clear: both; }

.clear {
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 1px;
  line-height: 0; }

.clear-self::after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: ''; }

.overflowHidden {
  overflow: hidden; }

.thumb, .YMaps, .ymaps-map {
  color: #000; }

.table {
  display: table; }
  .table .tr {
    display: table-row; }
    .table .tr .td {
      display: table-cell; }

.table0, .table1, .table2 {
  border-collapse: collapse; }
  .table0 td, .table1 td, .table2 td {
    padding: 0.5em; }

.table1, .table2 {
  border: 1px solid #afafaf; }
  .table1 td, .table2 td, .table1 th, .table2 th {
    border: 1px solid #afafaf; }

.table2 th {
  padding: 0.5em;
  color: #fff;
  background: #f00; }

html, body {
  height: 100%; }

html {
  font-size: 14px; }

body {
  position: relative;
  min-width: 320px;
  text-align: left;
  color: #666;
  background: #fffaec url(fon-bg.jpg) 50% 0 repeat fixed;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.25; }
  body.no-repeat {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover; }

h1, h2, h3, h4, h5, h6 {
  color: #000;
  font-family: 'Roboto Condensed', Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal; }

h1 {
  margin-top: 0;
  font-size: 30px; }

h2 {
  font-size: 27px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 22px; }

h5 {
  font-size: 20px; }

h6 {
  font-size: 20px; }

h5, h6 {
  font-weight: bold; }

a {
  text-decoration: underline;
  color: #ff8200; }

a:hover {
  text-decoration: none; }

a img {
  border-color: #666; }

img, textarea, object, object embed, .table-wrapper {
  max-width: 100%; }

svg:not(:root) {
  overflow: visible; }

figure {
  margin: 0; }

.table-wrapper {
  overflow: auto; }

img {
  height: auto; }

table img {
  max-width: none; }

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

textarea {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  padding: 8px;
  outline: none; }

button {
  outline: none; }

input[type="text"], input[type="password"], input[type="tel"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  height: 32px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.08);
  box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.08);
  padding: 0 10px;
  outline: none;
  color: #777;
  max-width: 100%; }
  input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder {
    opacity: 1;
    color: #777; }
  input[type="text"]:moz-placeholder, input[type="password"]:moz-placeholder, input[type="tel"]:moz-placeholder {
    opacity: 1;
    color: #777; }
  input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="tel"]::-moz-placeholder {
    opacity: 1;
    color: #777; }
  input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder {
    opacity: 1;
    color: #777; }

.site-header a img, .site-sidebar a img, .site-footer a img {
  border: none; }

.site-header p, .site-footer p {
  margin: 0; }

.site-sidebar p:first-child {
  margin-top: 0; }
  .site-sidebar p:last-child {
    border-bottom: 0; }

@media all and (max-width: 940px) {
    .displayNone .menu-block-wrapper, .displayNone .login-block-wr, .displayNone .cart-wr {
      display: none; } }

.site-wrapper {
  min-height: 100%;
  margin: auto;
  padding: 48px 0 0;
  background-image: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 49%, rgba(255, 255, 255, 0.69) 50%, rgba(255, 255, 255, 0) 100%);
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }
  .ie .site-wrapper {
    height: 100%; }
  .site-wrapper .overlay-bg {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 110;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden; }
  .site-wrapper .overlay-bg.active {
    visibility: visible;
    opacity: 1; }

.back-fon {
  padding: 0 10px;
  background-color: #fff; }

.site-header {
  min-height: 56px;
  max-width: 944px;
  width: 100%;
  margin: 0 auto;
  padding-top: 24px;
  padding-bottom: 14px;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none; }
  @media all and (max-width: 984px) {
  .site-header {
    margin: 0 20px;
    width: auto; } }
  @media all and (max-width: 580px) {
  .site-header {
    margin: 0 10px;
    padding-top: 20px; } }

.site-container {
  max-width: 944px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 40px; }
  @media all and (max-width: 984px) {
  .site-container {
    margin: 0 20px;
    width: auto; } }
  @media all and (max-width: 580px) {
  .site-container {
    margin: 0 10px; } }

@media screen and (min-width: 861px) {
    .site-main {
      float: left;
      width: 100%; } }
  .site-main__inner {
    position: relative; }

.site-sidebar {
  position: relative; }

@media screen and (min-width: 861px) {
    .site-sidebar.left {
      width: 224px;
      float: left;
      margin-right: -100%; }
      .site-sidebar.left ~ .site-main > .site-main__inner {
        margin-left: 240px; } }

.site-footer {
  background: #f7f7f7 url(../footer-bg.jpg) 0 0 repeat;
  min-height: 80px;
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none; }
  .site-footer .footer-in {
    max-width: 944px;
    margin: 0 auto; }
  @media all and (max-width: 984px) {
    .site-footer .footer-in {
      margin: 0 20px; } }
  @media all and (max-width: 880px) {
    .site-footer .footer-in {
      padding: 20px 0 0; } }
  @media all and (max-width: 580px) {
    .site-footer .footer-in {
      margin: 0 10px; } }

.path-wrapper {
  height: 38px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 16px;
  overflow: hidden;
  font-size: 0;
  line-height: 1; }
  .path-wrapper span {
    position: relative;
    z-index: 1;
    margin: 0 0 0 10px;
    padding: 0 12px;
    display: inline-block;
    height: 38px;
    font-size: 13px;
    color: #666;
    line-height: 38px; }
  .path-wrapper a {
    color: #666;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    position: relative; }
  .path-wrapper a span {
    margin: 0; }
  .path-wrapper a:after, .path-wrapper a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 50%;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-transform: skewX(21deg);
    -moz-transform: skewX(21deg);
    -ms-transform: skewX(21deg);
    -o-transform: skewX(21deg);
    transform: skewX(21deg); }
  .path-wrapper a:after {
    top: 50%;
    bottom: 0;
    -webkit-transform: skewX(-21deg);
    -moz-transform: skewX(-21deg);
    -ms-transform: skewX(-21deg);
    -o-transform: skewX(-21deg);
    transform: skewX(-21deg); }
  .path-wrapper a:hover:after, .path-wrapper a:hover:before {
    background-color: #eee; }
  .path-wrapper .site-path {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none; }
  .path-wrapper .site-path a:first-child {
    text-indent: -9999px;
    width: 38px;
    height: 38px;
    padding: 0;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2220px%22%20height%3D%2221px%22%20%20viewBox%3D%220%200%2020%2021%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23ff8200%22%20d%3D%22M%2017.27%2021%20C%2017.27%2021%202.73%2021%202.73%2021%20C%202.24%2021%201.84%2020.6%201.84%2020.12%20C%201.84%2020.12%201.84%2010.21%201.84%2010.21%20C%201.84%2010.21%201.53%2010.51%201.53%2010.51%20C%201.18%2010.86%200.61%2010.86%200.26%2010.51%20C%20-0.09%2010.17%20-0.09%209.61%200.26%209.26%20C%200.26%209.26%209.37%200.23%209.37%200.23%20C%209.7%20-0.1%2010.3%20-0.1%2010.63%200.23%20C%2010.63%200.23%2013.66%203.24%2013.66%203.24%20C%2013.66%203.24%2013.66%202.33%2013.66%202.33%20C%2013.66%201.84%2014.06%201.44%2014.55%201.44%20C%2015.04%201.44%2015.44%201.84%2015.44%202.33%20C%2015.44%202.33%2015.44%205.01%2015.44%205.01%20C%2015.44%205.01%2017.88%207.42%2017.88%207.42%20C%2017.89%207.44%2017.9%207.45%2017.92%207.46%20C%2017.92%207.46%2019.73%209.26%2019.73%209.26%20C%2020.08%209.61%2020.08%2010.17%2019.73%2010.51%20C%2019.38%2010.86%2018.82%2010.86%2018.47%2010.51%20C%2018.47%2010.51%2018.16%2010.21%2018.16%2010.21%20C%2018.16%2010.21%2018.16%2020.12%2018.16%2020.12%20C%2018.16%2020.6%2017.76%2021%2017.27%2021%20Z%20M%203.62%2019.23%20C%203.62%2019.23%2016.37%2019.23%2016.37%2019.23%20C%2016.37%2019.23%2016.37%208.44%2016.37%208.44%20C%2016.37%208.44%2013.93%206.02%2013.93%206.02%20C%2013.92%206.01%2013.91%206%2013.9%205.99%20C%2013.9%205.99%2010%202.11%2010%202.11%20C%2010%202.11%203.62%208.44%203.62%208.44%20C%203.62%208.44%203.62%2019.23%203.62%2019.23%20Z%20M%2011.79%2015.92%20C%2011.79%2015.92%208.2%2015.92%208.2%2015.92%20C%207.71%2015.92%207.31%2015.53%207.31%2015.04%20C%207.31%2015.04%207.31%2010.77%207.31%2010.77%20C%207.31%2010.28%207.71%209.89%208.2%209.89%20C%208.2%209.89%2011.79%209.89%2011.79%209.89%20C%2012.29%209.89%2012.69%2010.28%2012.69%2010.77%20C%2012.69%2010.77%2012.69%2015.04%2012.69%2015.04%20C%2012.69%2015.53%2012.29%2015.92%2011.79%2015.92%20Z%20M%209.1%2014.15%20C%209.1%2014.15%2010.9%2014.15%2010.9%2014.15%20C%2010.9%2014.15%2010.9%2011.66%2010.9%2011.66%20C%2010.9%2011.66%209.1%2011.66%209.1%2011.66%20C%209.1%2011.66%209.1%2014.15%209.1%2014.15%20Z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; }
    .path-wrapper .site-path a:first-child span {
      padding: 0; }
    .path-wrapper .site-path a:first-child:hover:after, .path-wrapper .site-path a:first-child:hover:before {
      background: none; }

input[type="submit"], .white-btn, .shop2-product-mode-wr .product-thumbnails .owl-nav > div, .shop2-btn-back, .shop2-btn.shop2-btn-back, .r-tabs-tab, .shop2-coupon .coupon-btn {
  color: #666;
  background-color: #fff;
  background-image: linear-gradient(to top, #f5f5f5 0%, #fff 100%);
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.05); }
  input[type="submit"]:hover, .white-btn:hover, .shop2-product-mode-wr .product-thumbnails .owl-nav > div:hover, .shop2-btn-back:hover, .shop2-btn.shop2-btn-back:hover, .r-tabs-tab:hover, .shop2-coupon .coupon-btn:hover {
    background-image: linear-gradient(to top, #ededed 0%, #f8f8f8 100%); }
  input[type="submit"]:active, .white-btn:active, .shop2-product-mode-wr .product-thumbnails .owl-nav > div:active, .shop2-btn-back:active, .shop2-btn.shop2-btn-back:active, .r-tabs-tab:active, .shop2-coupon .coupon-btn:active {
    background-image: linear-gradient(to top, #f5f5f5 0%, #fff 100%);
    -moz-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.15); }

.btn-variant1, .gr-form-wrap2 .gr-form .gr-button, button.shop2-btn, input[type="button"].shop2-btn, input[type="submit"].shop2-btn, .tpl-button, a.shop2-btn, .shop2-btn, .shop2-panel-btn {
  color: #fff;
  line-height: 1;
  border: none;
  background-color: #ff8200;
  background-image: linear-gradient(to top, #f57d00 0%, #ff870a 100%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1); }
  .btn-variant1:hover, .gr-form-wrap2 .gr-form .gr-button:hover, button.shop2-btn:hover, input[type="button"].shop2-btn:hover, input[type="submit"].shop2-btn:hover, .tpl-button:hover, a.shop2-btn:hover, .shop2-btn:hover, .shop2-panel-btn:hover {
    background-image: linear-gradient(to top, #f58e22 0%, #ff982c 100%); }
  .btn-variant1:active, .gr-form-wrap2 .gr-form .gr-button:active, button.shop2-btn:active, input[type="button"].shop2-btn:active, input[type="submit"].shop2-btn:active, .tpl-button:active, a.shop2-btn:active, .shop2-btn:active, .shop2-panel-btn:active {
    background-image: linear-gradient(to top, #f57d00 0%, #ff870a 100%);
    -moz-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.15); }

.btn-variant2 {
  color: #fff;
  line-height: 1;
  border: none;
  background-color: #ffb400;
  background-image: linear-gradient(to top, #f5ad00 0%, #ffb70a 100%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1); }
  .btn-variant2:hover {
    background-image: linear-gradient(to top, #f5c553 0%, #ffcf5d 100%); }
  .btn-variant2:active {
    background-image: linear-gradient(to top, #f5ad00 0%, #ffb70a 100%);
    -moz-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.15); }

.btn-variant3, .shop2-product-mode-wr .product-btn .shop2-btn, .shop-cart-registration .form-registration-bot-right .shop2-btn {
  color: #fff;
  line-height: 1;
  border: none;
  background-color: #ffb04b;
  background-image: linear-gradient(to top, #f5a948 0%, #ffb352 100%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1); }
  .btn-variant3:hover, .shop2-product-mode-wr .product-btn .shop2-btn:hover, .shop-cart-registration .form-registration-bot-right .shop2-btn:hover {
    background-image: linear-gradient(to top, #f5cd9b 0%, #ffd8a5 100%); }
  .btn-variant3:active, .shop2-product-mode-wr .product-btn .shop2-btn:active, .shop-cart-registration .form-registration-bot-right .shop2-btn:active {
    background-image: linear-gradient(to top, #f5a948 0%, #ffb352 100%);
    -moz-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.15); }

.owl-stage-outer {
  position: relative;
  overflow: hidden; }

.owl-stage {
  position: relative; }

.owl-item {
  position: relative;
  display: inline-block;
  vertical-align: top;
  min-height: 1px;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.top-line-wr {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 999;
  height: 48px;
  background-color: #ff8200;
  background-image: linear-gradient(to top, #f57d00 0%, #ff870a 100%);
  -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1); }
  .top-line-wr .top-line-in {
    position: relative;
    max-width: 944px;
    margin: 0 auto;
    padding: 0 20px; }

.menu-top-wrap {
  margin: 0 100px 0 0; }
  .menu-top-wrap ul {
    font-size: 0;
    line-height: 1;
    list-style: none;
    margin: 0;
    padding: 0; }
  .menu-top-wrap > ul > li {
    display: inline-block;
    vertical-align: top;
    margin: 0 16px 0 0; }
    .menu-top-wrap > ul > li > a {
      position: relative;
      text-decoration: none;
      display: block;
      font-size: 13px;
      color: #fffefe;
      padding: 17px 0 18px; }
      .menu-top-wrap > ul > li > a:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 4px;
        border-radius: 3px 3px 0 0;
        display: none;
        background-color: #f7f7f7; }
      .menu-top-wrap > ul > li > a:hover:before {
        display: block; }
    .menu-top-wrap > ul > li ul {
      display: none;
      position: absolute;
      width: 190px;
      background-color: #ff8200; }
      .menu-top-wrap > ul > li ul:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.05); }
      .menu-top-wrap > ul > li ul li {
        position: relative; }
        .menu-top-wrap > ul > li ul li a {
          text-decoration: none;
          font-size: 14px;
          color: #fefefe;
          display: block;
          padding: 8px 15px; }
          .menu-top-wrap > ul > li ul li a:hover {
            text-decoration: underline; }

.menu-block-wrapper {
  position: relative; }
  .menu-block-wrapper .menu-block-link {
    position: absolute;
    left: -8px;
    top: -1px;
    width: 40px;
    height: 48px;
    display: none; }
  .menu-block-wrapper .menu-block-link svg {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -9px; }
    .menu-block-wrapper .menu-block-link svg .menu-link-ico {
      fill: #fff;
      fill-rule: evenodd; }
  @media all and (max-width: 580px) {
    .menu-block-wrapper .menu-block-link {
      left: -18px; } }
  .menu-block-wrapper .menu-blocks-title {
    display: none; }
  .menu-block-wrapper.mobileMenu {
    font-family: 'Roboto Condensed'; }
  .menu-block-wrapper.mobileMenu .menu-block-link {
    display: block;
    cursor: pointer; }
  .menu-block-wrapper.mobileMenu .menu-block-in {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: auto;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .menu-block-wrapper.mobileMenu .menu-block-in.opened {
      opacity: 1;
      visibility: visible;
      background-color: rgba(0, 0, 0, 0.8);
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      -ms-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .menu-block-wrapper.mobileMenu .menu-block-in.opened .menu-blocks {
        transform: translateX(0); }
  .menu-block-wrapper.mobileMenu .menu-blocks {
    width: 280px;
    transform: translateX(-300px);
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    height: 100%;
    overflow: auto; }
    .menu-block-wrapper.mobileMenu .menu-blocks .menu-blocks-title {
      position: relative;
      display: block;
      font-size: 17px;
      color: #fffefe;
      background-color: #ff8200;
      background-image: linear-gradient(to top, #f57d00 0%, #ff870a 100%);
      -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1);
      box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1);
      padding: 12px 16px 15px; }
      .menu-block-wrapper.mobileMenu .menu-blocks .menu-blocks-title .close-btn {
        position: absolute;
        right: 0;
        top: 2px;
        cursor: pointer;
        width: 42px;
        height: 42px; }
        .menu-block-wrapper.mobileMenu .menu-blocks .menu-blocks-title .close-btn svg {
          position: absolute;
          left: 50%;
          top: 50%;
          margin: -6px 0 0 -6px; }
          .menu-block-wrapper.mobileMenu .menu-blocks .menu-blocks-title .close-btn svg .menu-close-ico {
            fill: #fff;
            fill-rule: evenodd; }
    .menu-block-wrapper.mobileMenu .menu-blocks .menu-left-wr {
      border-radius: 0; }
  .menu-block-wrapper.mobileMenu .menu-top-wrap {
    background: #ff8200;
    margin: 0; }
    .menu-block-wrapper.mobileMenu .menu-top-wrap > ul > li {
      display: block;
      margin: 0 16px;
      border-top: 1px solid rgba(255, 255, 255, 0.2); }
      .menu-block-wrapper.mobileMenu .menu-top-wrap > ul > li:first-child {
        border: none; }
      .menu-block-wrapper.mobileMenu .menu-top-wrap > ul > li > a {
        padding: 13px 16px;
        margin: 0 -16px;
        font-size: 15px; }
        .menu-block-wrapper.mobileMenu .menu-top-wrap > ul > li > a:before {
          left: 16px;
          right: inherit;
          width: 16px; }
        .menu-block-wrapper.mobileMenu .menu-top-wrap > ul > li > a.s3-menu-allin-open:before {
          display: block; }
          .menu-block-wrapper.mobileMenu .menu-top-wrap > ul > li > a.s3-menu-allin-open:after {
            content: "";
            position: absolute;
            left: 16px;
            right: 16px;
            bottom: 0;
            height: 1px;
            background: rgba(255, 255, 255, 0.2); }
      .menu-block-wrapper.mobileMenu .menu-top-wrap > ul > li.active a:before {
        display: block; }
      .menu-block-wrapper.mobileMenu .menu-top-wrap > ul > li > ul {
        margin: 0 -16px; }
      .menu-block-wrapper.mobileMenu .menu-top-wrap > ul > li ul {
        width: auto;
        position: relative;
        padding: 10px 0; }
        .menu-block-wrapper.mobileMenu .menu-top-wrap > ul > li ul li {
          margin: 0 0 0 16px; }
          .menu-block-wrapper.mobileMenu .menu-top-wrap > ul > li ul li a {
            font-size: 14px; }
  .menu-block-wrapper.mobileMenu .mobileLeftMenu {
    border-radius: 0;
    background: #ffb04b;
    margin: 0; }

.login-block-wr {
  position: absolute;
  right: 20px;
  top: 0; }
  .login-block-wr.mobileBlock {
    right: inherit;
    left: 48px; }
  @media all and (max-width: 580px) {
    .login-block-wr.mobileBlock {
      left: 35px; } }
  .login-block-wr.mobileBlock .login-link {
    font-size: 0;
    height: 13px;
    width: 18px; }
  .login-block-wr.mobileBlock .block-user {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8); }
  .login-block-wr.mobileBlock .block-user-in {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 0;
    box-shadow: none;
    overflow: auto;
    opacity: 1;
    visibility: hidden;
    transform: translateX(-300px);
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    transition: transform 0.3s ease; }
  .login-block-wr.opened .login-link:before {
    display: block; }
  .login-block-wr.opened .block-user {
    opacity: 1;
    visibility: visible;
    height: auto; }
  .login-block-wr.opened .block-user-in {
    transform: translateX(0);
    visibility: visible; }
  .login-block-wr .login-link {
    position: relative;
    cursor: pointer;
    padding: 17px 22px 18px 0;
    line-height: 1;
    font-size: 13px;
    color: #fff; }
  .login-block-wr .login-link svg {
    position: absolute;
    right: 0;
    top: 50%;
    margin: -10px 0 0; }
    .login-block-wr .login-link svg .login-link-ico {
      fill: #fff;
      fill-rule: evenodd; }
  .login-block-wr .login-link:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    border-radius: 3px 3px 0 0;
    display: none;
    background-color: #f7f7f7; }
  .login-block-wr .login-link:hover:before {
    display: block; }
  .login-block-wr .login-link.already-registered {
    padding-right: 27px; }
  .login-block-wr .block-user {
    position: absolute;
    top: 48px;
    right: -15px;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    height: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .login-block-wr .block-user-in {
    padding: 18px 14px 15px;
    width: 234px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15); }
  .login-block-wr .block-title {
    font-size: 18px;
    color: #333;
    line-height: 1;
    margin-bottom: 18px; }
  .login-block-wr input {
    width: 100%;
    margin: 0 0 8px; }
  .login-block-wr .links {
    font-family: 'Roboto Condensed';
    font-size: 15px;
    margin-bottom: 14px; }
  .login-block-wr .links button {
    padding: 12px 16px 13px;
    float: right; }
  .login-block-wr .links .forgot {
    display: inline-block;
    margin: 12px 0 13px;
    float: left;
    color: #ffb400;
    text-decoration: none; }
    .login-block-wr .links .forgot:hover {
      text-decoration: underline; }
  .login-block-wr .settings a, .login-block-wr .my-orders a, .login-block-wr .register {
    text-decoration: none;
    display: block;
    font-family: 'Roboto Condensed';
    font-size: 15px;
    line-height: 36px;
    color: #666;
    text-align: center;
    height: 38px; }
  .login-block-wr .close-btn {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 42px;
    height: 42px; }
  .login-block-wr .close-btn svg {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -6px 0 0 -6px; }
    .login-block-wr .close-btn svg .close-ico {
      fill: #ff836b;
      fill-rule: evenodd; }
  .login-block-wr .btn-variant2 {
    text-decoration: none;
    display: inline-block;
    padding: 12px 16px 13px; }
  .login-block-wr .settings, .login-block-wr .btn-variant2 {
    margin: 0 0 8px; }

.search-block-wr {
  margin-bottom: 16px;
  position: relative;
  height: 48px;
  z-index: 102; }

.site-search-in {
  height: 46px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.08);
  border-radius: 7px;
  margin-right: 52px; }
  @media all and (max-width: 860px) {
  .site-search-in {
    margin-left: 200px;
    margin-right: 44px; } }
  .site-search-in .site-search-left-block {
    width: 176px;
    float: left;
    margin: -1px -100% 0px -1px;
    position: relative; }
  .site-search-in .site-search-left-block .jq-selectbox .jq-selectbox__select {
    position: relative;
    cursor: pointer;
    height: 48px;
    max-width: 176px;
    box-sizing: border-box;
    padding: 0 15px;
    color: #666;
    font-size: 13px;
    background-color: #fff;
    background-image: linear-gradient(to top, #f5f5f5 0%, #fff 100%);
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 7px 0 0 7px;
    -moz-border-radius: 7px 0 0 7px;
    -ms-border-radius: 7px 0 0 7px;
    -o-border-radius: 7px 0 0 7px;
    border-radius: 7px 0 0 7px;
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.05); }
    .site-search-in .site-search-left-block .jq-selectbox .jq-selectbox__select .jq-selectbox__trigger-arrow {
      position: absolute;
      right: 9px;
      top: 0;
      bottom: 0;
      width: 12px;
      background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2212px%22%20height%3D%227px%22%20%20viewBox%3D%220%200%2012%207%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23666%22%20d%3D%22M%202%200.38%20C%202%200.38%206%204.29%206%204.29%20C%206%204.29%2010.07%200.31%2010.07%200.31%20C%2010.07%200.31%2010.07%200.31%2010.07%200.31%20C%2010.27%200.11%2010.55%20-0.01%2010.86%20-0.01%20C%2011.5%20-0.01%2012.01%200.5%2012.01%201.12%20C%2012.01%201.42%2011.89%201.7%2011.69%201.9%20C%2011.69%201.9%2011.69%201.9%2011.69%201.9%20C%2011.69%201.9%206.82%206.66%206.82%206.66%20C%206.82%206.66%206.82%206.66%206.82%206.66%20C%206.62%206.87%206.32%207.01%206%207.01%20C%206%207.01%206%207.01%206%207.01%20C%206%207.01%205.99%207.01%205.99%207.01%20C%205.67%207.01%205.38%206.87%205.17%206.66%20C%205.17%206.66%205.17%206.66%205.17%206.66%20C%205.17%206.66%200.31%201.9%200.31%201.9%20C%200.31%201.9%200.31%201.9%200.31%201.9%20C%200.11%201.7%20-0.01%201.42%20-0.01%201.12%20C%20-0.01%200.5%200.5%20-0.01%201.14%20-0.01%20C%201.48%20-0.01%201.79%200.14%202%200.38%20Z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") 0 50% no-repeat; }
    .site-search-in .site-search-left-block .jq-selectbox .jq-selectbox__select-text {
      line-height: 46px; }
  .site-search-in .site-search-left-block .jq-selectbox__dropdown {
    width: 194px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15); }
    .site-search-in .site-search-left-block .jq-selectbox__dropdown ul {
      list-style: none;
      padding: 0 15px;
      margin: 0;
      font-size: 0;
      line-height: 1; }
    .site-search-in .site-search-left-block .jq-selectbox__dropdown ul li {
      cursor: pointer;
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      font-size: 13px;
      color: #666;
      overflow: hidden;
      padding: 8px 0;
      line-height: 1; }
    .site-search-in .site-search-left-block .jq-selectbox__dropdown ul li:hover {
      color: #ff8200; }
    .site-search-in .site-search-left-block .jq-selectbox__dropdown ul li:first-child {
      border: none; }
  @media all and (max-width: 680px) {
    .site-search-in .site-search-left-block {
      display: none; } }
  .site-search-in .search-text-wr {
    float: left;
    width: 100%; }
  .site-search-in .search-text-in {
    position: relative;
    margin: -1px 71px 0 176px;
    display: block;
    padding: 0 20px 0 35px; }
  @media all and (min-width: 831px) {
    .site-search-in .search-text-in:before {
      content: "";
      position: absolute;
      left: 8px;
      top: 0;
      bottom: 0;
      width: 19px;
      opacity: 0.2;
      background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2219px%22%20height%3D%2219px%22%20%20viewBox%3D%220%200%2019%2019%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M%2018.61%2016.76%20C%2018.61%2016.76%2014.29%2012.43%2014.29%2012.43%20C%2015.2%2011.15%2015.75%209.57%2015.75%207.87%20C%2015.75%203.52%2012.22%200%207.88%200%20C%203.53%200%200%203.52%200%207.87%20C%200%2012.22%203.53%2015.75%207.88%2015.75%20C%209.58%2015.75%2011.15%2015.2%2012.43%2014.29%20C%2012.43%2014.29%2016.76%2018.62%2016.76%2018.62%20C%2017.27%2019.13%2018.1%2019.13%2018.61%2018.62%20C%2019.13%2018.1%2019.13%2017.27%2018.61%2016.76%20Z%20M%2012.38%2010.53%20C%2011.93%2011.29%2011.29%2011.93%2010.53%2012.38%20C%209.75%2012.84%208.85%2013.12%207.88%2013.12%20C%204.97%2013.12%202.63%2010.77%202.63%207.87%20C%202.63%204.98%204.97%202.62%207.88%202.62%20C%2010.77%202.62%2013.13%204.98%2013.13%207.87%20C%2013.13%208.85%2012.84%209.74%2012.38%2010.53%20Z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") 0 50% no-repeat; } }
  @media all and (max-width: 830px) {
    .site-search-in .search-text-in {
      margin: -1px 39px 0 176px;
      padding: 0; } }
  @media all and (max-width: 680px) {
    .site-search-in .search-text-in {
      margin-left: 0; } }
  .site-search-in .search-text {
    border-radius: 0;
    box-shadow: none;
    border: none;
    background: none;
    height: 48px;
    width: 100%;
    color: #999;
    font-size: 13px; }
  .site-search-in .search-text::-webkit-input-placeholder {
    opacity: 1;
    color: #999; }
  .site-search-in .search-text:moz-placeholder {
    opacity: 1;
    color: #999; }
  .site-search-in .search-text::-moz-placeholder {
    opacity: 1;
    color: #999; }
  .site-search-in .search-text:-ms-input-placeholder {
    opacity: 1;
    color: #999; }
  .site-search-in .btn-variant3, .site-search-in .shop2-product-mode-wr .product-btn .shop2-btn, .shop2-product-mode-wr .product-btn .site-search-in .shop2-btn, .site-search-in .shop-cart-registration .form-registration-bot-right .shop2-btn, .shop-cart-registration .form-registration-bot-right .site-search-in .shop2-btn {
    text-align: center;
    font-size: 17px;
    font-family: "Roboto Condensed";
    height: 48px;
    border-radius: 0 7px 7px 0;
    float: right;
    width: 250px;
    margin: -1px -1px 0 -71px;
    width: 71px;
    line-height: 46px; }
  @media all and (max-width: 830px) {
    .site-search-in .btn-variant3, .site-search-in .shop2-product-mode-wr .product-btn .shop2-btn, .shop2-product-mode-wr .product-btn .site-search-in .shop2-btn, .site-search-in .shop-cart-registration .form-registration-bot-right .shop2-btn, .shop-cart-registration .form-registration-bot-right .site-search-in .shop2-btn {
      position: relative;
      width: 40px;
      font-size: 0; }
      .site-search-in .btn-variant3:before, .site-search-in .shop2-product-mode-wr .product-btn .shop2-btn:before, .shop2-product-mode-wr .product-btn .site-search-in .shop2-btn:before, .site-search-in .shop-cart-registration .form-registration-bot-right .shop2-btn:before, .shop-cart-registration .form-registration-bot-right .site-search-in .shop2-btn:before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        height: 19px;
        margin: -10px 0 0 -10px;
        width: 19px;
        background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2219px%22%20height%3D%2219px%22%20%20viewBox%3D%220%200%2019%2019%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M%2018.61%2016.76%20C%2018.61%2016.76%2014.29%2012.43%2014.29%2012.43%20C%2015.2%2011.15%2015.75%209.57%2015.75%207.87%20C%2015.75%203.52%2012.22%200%207.88%200%20C%203.53%200%200%203.52%200%207.87%20C%200%2012.22%203.53%2015.75%207.88%2015.75%20C%209.58%2015.75%2011.15%2015.2%2012.43%2014.29%20C%2012.43%2014.29%2016.76%2018.62%2016.76%2018.62%20C%2017.27%2019.13%2018.1%2019.13%2018.61%2018.62%20C%2019.13%2018.1%2019.13%2017.27%2018.61%2016.76%20Z%20M%2012.38%2010.53%20C%2011.93%2011.29%2011.29%2011.93%2010.53%2012.38%20C%209.75%2012.84%208.85%2013.12%207.88%2013.12%20C%204.97%2013.12%202.63%2010.77%202.63%207.87%20C%202.63%204.98%204.97%202.62%207.88%202.62%20C%2010.77%202.62%2013.13%204.98%2013.13%207.87%20C%2013.13%208.85%2012.84%209.74%2012.38%2010.53%20Z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat; } }

.mobile-search-link {
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  cursor: pointer;
  background-color: #ffb04b;
  background-image: linear-gradient(to top, #f5a948 0%, #ffb352 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1); }
  @media all and (min-width: 481px) {
  .mobile-search-link {
    display: none; } }
  .mobile-search-link:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 19px;
    margin: -10px 0 0 -10px;
    width: 19px;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2219px%22%20height%3D%2219px%22%20%20viewBox%3D%220%200%2019%2019%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M%2018.61%2016.76%20C%2018.61%2016.76%2014.29%2012.43%2014.29%2012.43%20C%2015.2%2011.15%2015.75%209.57%2015.75%207.87%20C%2015.75%203.52%2012.22%200%207.88%200%20C%203.53%200%200%203.52%200%207.87%20C%200%2012.22%203.53%2015.75%207.88%2015.75%20C%209.58%2015.75%2011.15%2015.2%2012.43%2014.29%20C%2012.43%2014.29%2016.76%2018.62%2016.76%2018.62%20C%2017.27%2019.13%2018.1%2019.13%2018.61%2018.62%20C%2019.13%2018.1%2019.13%2017.27%2018.61%2016.76%20Z%20M%2012.38%2010.53%20C%2011.93%2011.29%2011.29%2011.93%2010.53%2012.38%20C%209.75%2012.84%208.85%2013.12%207.88%2013.12%20C%204.97%2013.12%202.63%2010.77%202.63%207.87%20C%202.63%204.98%204.97%202.62%207.88%202.62%20C%2010.77%202.62%2013.13%204.98%2013.13%207.87%20C%2013.13%208.85%2012.84%209.74%2012.38%2010.53%20Z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat; }

.noUi-target, .noUi-target * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -ms-touch-action: none; }

.noUi-target {
  position: relative;
  direction: ltr; }

.noUi-base {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%; }

.noUi-origin {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.noUi-handle {
  position: relative;
  z-index: 1; }

.noUi-stacking .noUi-handle {
  z-index: 10; }

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s; }

.noUi-state-drag * {
  cursor: inherit !important; }

.noUi-base {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.noUi-horizontal {
  height: 16px; }

.noUi-dragable {
  cursor: w-resize; }

.noUi-vertical .noUi-dragable {
  cursor: n-resize; }

[disabled].noUi-connect {
  background: #b8b8b8; }

[disabled] .noUi-handle, [disabled].noUi-origin {
  cursor: not-allowed; }

.noUi-pips, .noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.shop-search-block {
  position: absolute;
  right: 0;
  top: 0;
  height: 48px;
  width: 48px;
  z-index: 102;
  line-height: 1; }
  @media all and (max-width: 861px) {
  .shop-search-block {
    width: 40px; } }
  .shop-search-block.opened .search-online-store .block-body {
    display: block; }

.search-online-store .block-title {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 48px;
  cursor: pointer;
  background-color: #ffb04b;
  background-image: linear-gradient(to top, #f5a948 0%, #ffb352 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1); }
  .search-online-store .block-title:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 12px;
    height: 7px;
    margin: -3px 0 0 -6px;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2212px%22%20height%3D%227px%22%20%20viewBox%3D%220%200%2012%207%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M%202%200.38%20C%202%200.38%206%204.29%206%204.29%20C%206%204.29%2010.07%200.31%2010.07%200.31%20C%2010.07%200.31%2010.07%200.31%2010.07%200.31%20C%2010.27%200.11%2010.55%20-0.01%2010.86%20-0.01%20C%2011.5%20-0.01%2012.01%200.5%2012.01%201.12%20C%2012.01%201.42%2011.89%201.7%2011.69%201.9%20C%2011.69%201.9%2011.69%201.9%2011.69%201.9%20C%2011.69%201.9%206.82%206.66%206.82%206.66%20C%206.82%206.66%206.82%206.66%206.82%206.66%20C%206.62%206.87%206.32%207.01%206%207.01%20C%206%207.01%206%207.01%206%207.01%20C%206%207.01%205.99%207.01%205.99%207.01%20C%205.67%207.01%205.38%206.87%205.17%206.66%20C%205.17%206.66%205.17%206.66%205.17%206.66%20C%205.17%206.66%200.31%201.9%200.31%201.9%20C%200.31%201.9%200.31%201.9%200.31%201.9%20C%200.11%201.7%20-0.01%201.42%20-0.01%201.12%20C%20-0.01%200.5%200.5%20-0.01%201.14%20-0.01%20C%201.48%20-0.01%201.79%200.14%202%200.38%20Z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") 0 50% no-repeat; }
  @media all and (max-width: 861px) {
    .search-online-store .block-title {
      width: 40px; } }
  .search-online-store .block-body {
    padding: 30px 15px 0;
    background-color: #fff;
    border: 1px solid #ffb400;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    display: none; }
  @media all and (min-width: 481px) {
    .search-online-store .block-body {
      position: absolute;
      top: 100%;
      right: 0;
      width: 194px; } }
  .search-online-store .block-body .close-btn {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 42px;
    height: 42px; }
    .search-online-store .block-body .close-btn svg {
      position: absolute;
      left: 50%;
      top: 50%;
      margin: -6px 0 0 -6px; }
    .search-online-store .block-body .close-btn svg .close-ico {
      fill: #ff836b;
      fill-rule: evenodd; }
  .search-online-store .row, .search-online-store .field {
    margin: 0 0 9px;
    padding: 7px 0 0;
    border-top: 1px dashed #e5e5e5; }
  .search-online-store .row.search_price, .search-online-store .field.search_price {
    border: none; }
  .search-online-store .row .price_range, .search-online-store .field .price_range {
    margin-bottom: 15px; }
    .search-online-store .row .price_range input, .search-online-store .field .price_range input {
      width: 80px;
      padding: 0 0 0 10px;
      float: left; }
    .search-online-store .row .price_range input.hight, .search-online-store .field .price_range input.hight {
      float: right; }
  .search-online-store .row.checkbox, .search-online-store .field.checkbox {
    margin: 0 0 9px;
    padding: 7px 0 0; }
    .search-online-store .row.checkbox .field-title, .search-online-store .field.checkbox .field-title {
      position: relative;
      height: 22px;
      font-size: 12px;
      color: #333; }
  .search-online-store .noUi-horizontal {
    height: 1px;
    margin: 0 7px 20px; }
  .search-online-store .noUi-horizontal .noUi-background, .search-online-store .noUi-horizontal .noUi-base {
    background-color: #e5e5e5; }
  .search-online-store .noUi-horizontal .noUi-connect {
    background: #ff8200; }
  .search-online-store .noUi-horizontal .noUi-handle {
    width: 14px;
    height: 14px;
    left: -7px;
    top: 50%;
    margin-top: -7px;
    border: none;
    background: #ff8200;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -webkit-transition: box-shadow 0.3s ease-in-out;
    -moz-transition: box-shadow 0.3s ease-in-out;
    -o-transition: box-shadow 0.3s ease-in-out;
    -ms-transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out; }
    .search-online-store .noUi-horizontal .noUi-handle::before {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 40px;
      height: 40px;
      content: "";
      margin: -20px 0 0 -20px; }
    .search-online-store .noUi-horizontal .noUi-handle.noUi-active {
      box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1); }
  .search-online-store .row-title, .search-online-store .field-title {
    line-height: 1.8;
    color: #666;
    font-size: 12px;
    margin: 0 0 3px; }
  .search-online-store label {
    display: inline-block;
    cursor: pointer;
    vertical-align: top; }
  .search-online-store .input {
    display: block;
    cursor: text; }
  .search-online-store input[type="text"] {
    display: block;
    width: 100%;
    outline: none; }
  .search-online-store select {
    width: 100%;
    height: 32px;
    padding: 2px 2px 2px 5px;
    outline: none; }
  .search-online-store .dimension label {
    display: table-cell; }
    .search-online-store .dimension label.start {
      padding-right: 7px; }
  .search-online-store .dimension strong {
    display: block;
    float: left;
    margin-right: 4px;
    font-weight: normal;
    line-height: 25px; }
  .search-online-store .dimension .input {
    overflow: hidden; }
  .search-online-store .dimension input::-webkit-input-placeholder {
    opacity: 1;
    color: #000; }
    .search-online-store .dimension input:moz-placeholder {
      opacity: 1;
      color: #000; }
    .search-online-store .dimension input::-moz-placeholder {
      opacity: 1;
      color: #000; }
    .search-online-store .dimension input:-ms-input-placeholder {
      opacity: 1;
      color: #000; }
    .search-online-store .dimension input:focus::-webkit-input-placeholder {
      opacity: 0; }
    .search-online-store .dimension input:focus:moz-placeholder {
      opacity: 0; }
    .search-online-store .dimension input:focus::-moz-placeholder {
      opacity: 0; }
    .search-online-store .dimension input:focus:-ms-input-placeholder {
      opacity: 0; }
  .search-online-store .submit {
    margin-top: 20px;
    text-align: right; }
  .search-online-store .submit .search-btn {
    font-size: 15px;
    font-family: 'Roboto Condensed';
    text-decoration: none;
    padding: 12px 15px 13px;
    line-height: 1;
    margin: 0 0 15px; }

.shop2-color-ext-select {
  height: 32px;
  color: #777; }
  .shop2-color-ext-select:hover {
    border-color: #ffb04b; }
  .shop2-color-ext-select:hover i {
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2211px%22%20height%3D%227px%22%20%20viewBox%3D%220%200%2011%207%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23ffb04b%22%20d%3D%22M6.5%2C6.6c-0.6%2C0.6-1.5%2C0.6-2%2C0L0.4%2C2.5c-0.6-0.6-0.6-1.5%2C0-2c0.6-0.6%2C1.5-0.6%2C2%2C0l3.1%2C3.1l3.1-3.1c0.6-0.6%2C1.5-0.6%2C2%2C0c0.6%2C0.6%2C0.6%2C1.5%2C0%2C2L6.5%2C6.6z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat; }
  .shop2-color-ext-select i {
    border: none;
    width: 11px;
    height: 7px;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2211px%22%20height%3D%227px%22%20%20viewBox%3D%220%200%2011%207%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23666666%22%20d%3D%22M6.5%2C6.6c-0.6%2C0.6-1.5%2C0.6-2%2C0L0.4%2C2.5c-0.6-0.6-0.6-1.5%2C0-2c0.6-0.6%2C1.5-0.6%2C2%2C0l3.1%2C3.1l3.1-3.1c0.6-0.6%2C1.5-0.6%2C2%2C0c0.6%2C0.6%2C0.6%2C1.5%2C0%2C2L6.5%2C6.6z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat; }

.shop2-color-ext-options .shop2-color-ext-selected span {
  position: relative;
  border: 1px solid #fff;
  outline: 1px solid #ffb400; }
  .shop2-color-ext-options .shop2-color-ext-selected span:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #fff #fff transparent; }
  .shop2-color-ext-options .shop2-color-ext-selected span em {
    display: block;
    position: absolute;
    right: -6px;
    bottom: -1px;
    width: 14px;
    height: 11px;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2214px%22%20height%3D%2211px%22%20%20viewBox%3D%220%200%2014%2011%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M5.9%2C10.9c-0.8%2C0-1.5-0.3-2.1-0.9L0.9%2C7.1C0.3%2C6.5%2C0%2C5.8%2C0%2C5c0-0.8%2C0.3-1.6%2C0.9-2.1c1.2-1.1%2C3.1-1.2%2C4.3%2C0L6%2C3.7l2.9-2.9c1.2-1.1%2C3.1-1.1%2C4.3%2C0c0.6%2C0.6%2C0.9%2C1.3%2C0.9%2C2.1c0%2C0.8-0.3%2C1.6-0.9%2C2.1l0%2C0l-5%2C4.9C7.5%2C10.6%2C6.7%2C10.9%2C5.9%2C10.9z%22%2F%3E%3Cpath%20fill%3D%22%23BE3727%22%20d%3D%22M11.7%2C3.6l-5%2C4.9c-0.4%2C0.4-1.1%2C0.4-1.5%2C0L2.3%2C5.6c-0.4-0.4-0.4-1%2C0-1.4s1.1-0.4%2C1.5%2C0L6%2C6.3l4.3-4.2c0.4-0.4%2C1.1-0.4%2C1.5%2C0C12.1%2C2.6%2C12.1%2C3.2%2C11.7%2C3.6z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat; }

.jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
  width: 100%; }

.jq-selectbox__select {
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 4px;
  box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.08);
  font: 13px/32px Arial, sans-serif;
  color: #777; }

.jq-selectbox:hover .jq-selectbox__select {
  border-color: #ffb400; }

.jq-selectbox__select-text {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 25px 0 7px; }

.jq-selectbox__trigger {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -3px;
  width: 11px;
  height: 7px; }

.jq-selectbox__trigger-arrow {
  position: absolute;
  left: 0;
  right: 0;
  width: 11px;
  height: 7px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2211px%22%20height%3D%227px%22%20%20viewBox%3D%220%200%2011%207%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23666666%22%20d%3D%22M6.5%2C6.6c-0.6%2C0.6-1.5%2C0.6-2%2C0L0.4%2C2.5c-0.6-0.6-0.6-1.5%2C0-2c0.6-0.6%2C1.5-0.6%2C2%2C0l3.1%2C3.1l3.1-3.1c0.6-0.6%2C1.5-0.6%2C2%2C0c0.6%2C0.6%2C0.6%2C1.5%2C0%2C2L6.5%2C6.6z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat; }

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2211px%22%20height%3D%227px%22%20%20viewBox%3D%220%200%2011%207%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23ffb400%22%20d%3D%22M6.5%2C6.6c-0.6%2C0.6-1.5%2C0.6-2%2C0L0.4%2C2.5c-0.6-0.6-0.6-1.5%2C0-2c0.6-0.6%2C1.5-0.6%2C2%2C0l3.1%2C3.1l3.1-3.1c0.6-0.6%2C1.5-0.6%2C2%2C0c0.6%2C0.6%2C0.6%2C1.5%2C0%2C2L6.5%2C6.6z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat; }

.jq-selectbox__dropdown {
  box-sizing: border-box;
  width: 100%;
  padding: 0;
  -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  border: 1px solid #ffb400;
  border-radius: 3px;
  background: #fff;
  font: 13px/27px Arial, sans-serif;
  color: #777;
  margin-top: -1px; }

.jq-selectbox ul {
  margin: 0;
  padding: 0; }

.jq-selectbox li {
  padding: 8px 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  color: #231f20;
  white-space: normal;
  line-height: 1; }

.jq-selectbox li.selected {
  color: #ffb400; }

.jq-selectbox li:hover {
  color: #ffb400; }

.jq-checkbox {
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border-radius: 4px;
  box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.08);
  width: 18px;
  height: 18px;
  vertical-align: middle; }
  .jq-checkbox.checked {
    box-shadow: none;
    background: #ffb400 url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2213px%22%20height%3D%2210px%22%20%20viewBox%3D%220%200%2013%2010%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M12.571%2C2.471%20C12.571%2C2.471%205.502%2C9.567%205.502%2C9.567%20C4.940%2C10.133%204.029%2C10.133%203.467%2C9.567%20C3.467%2C9.567%200.398%2C6.470%200.398%2C6.470%20C-0.164%2C5.905%20-0.164%2C4.988%200.398%2C4.422%20C0.960%2C3.857%201.871%2C3.857%202.433%2C4.422%20C2.433%2C4.422%204.487%2C6.495%204.487%2C6.495%20C4.487%2C6.495%2010.536%2C0.423%2010.536%2C0.423%20C11.098%2C-0.143%2012.009%2C-0.143%2012.571%2C0.423%20C13.133%2C0.988%2013.133%2C1.905%2012.571%2C2.471%20Z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
    border-color: #ffb400; }

.jq-radio {
  position: relative;
  width: 14px;
  height: 14px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: #fff;
  box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.08);
  vertical-align: top; }
  .jq-radio.checked {
    box-shadow: none; }
  .jq-radio.checked:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -4px 0 0 -4px;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #ffb400; }

.cart-wr {
  float: right;
  font-size: 0;
  line-height: 1; }
  .cart-wr.cart-disabled .cart-btn {
    background: #666;
    box-shadow: none;
    cursor: default; }
  .cart-wr .cart-desctop {
    cursor: default;
    display: inline-block;
    pointer-events: none; }
  .cart-wr .cart-left {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 36px;
    padding: 10px 15px 0;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    margin: 0 8px 0 0; }
  .cart-wr .cart-left:before {
    content: "";
    position: absolute;
    right: -6px;
    top: 50%;
    margin-top: -5px;
    border-style: solid;
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent rgba(0, 0, 0, 0.3); }
  .cart-wr .cart-left:after {
    content: "";
    position: absolute;
    right: -5px;
    top: 50%;
    margin-top: -4px;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent #fffaec; }
  .cart-wr .cart-total-amount {
    opacity: 0.45;
    color: #010101;
    font-size: 11px;
    font-weight: 400; }
  .cart-wr .cart-total-sum {
    color: #333;
    font-size: 15px;
    font-weight: 700; }
  .cart-wr .cart-btn {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 48px;
    height: 48px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
    pointer-events: auto; }
  .cart-wr .cart-btn .cart-ico-wr {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 23px;
    height: 19px;
    margin: -10px 0 0 -12px; }
  .cart-wr .cart-btn .cart-ico-wr .cart-ico {
    fill: #fff;
    fill-rule: evenodd; }

.top-line-wr .cart-wr {
  position: absolute;
  right: 20px;
  top: 7px;
  float: none; }
  .top-line-wr .cart-wr .cart-desctop {
    cursor: pointer;
    pointer-events: auto; }
  .top-line-wr .cart-wr .cart-left {
    padding-top: 8px;
    height: 23px;
    border: 1px solid rgba(255, 255, 255, 0.3); }
  .top-line-wr .cart-wr .cart-left:before {
    border-color: transparent transparent transparent rgba(255, 255, 255, 0.3); }
  .top-line-wr .cart-wr .cart-left:after {
    border-color: transparent transparent transparent #ff8505; }
  .top-line-wr .cart-wr .cart-total-sum {
    color: #fff; }
  .top-line-wr .cart-wr .cart-total-amount {
    display: none; }
  .top-line-wr .cart-wr .cart-btn {
    background: none;
    box-shadow: none;
    width: auto;
    height: 33px;
    padding: 0 25px 0 0; }
  .top-line-wr .cart-wr .cart-btn:active, .top-line-wr .cart-wr .cart-btn:hover {
    box-shadow: none;
    background: none; }
  .top-line-wr .cart-wr .cart-btn:before {
    right: 0;
    left: inherit;
    margin: -10px 0 0; }

.comapny-block {
  display: inline-block;
  vertical-align: top;
  min-width: 270px;
  max-width: 300px;
  margin: 0 15px 10px 0; }
  .comapny-block .comapany-logo {
    display: inline-block;
    vertical-align: top;
    margin: 0 8px 0 0; }
  .comapny-block .comapany-name-wr {
    display: inline-block;
    vertical-align: top;
    margin: 4px 0 0; }
  .comapny-block .comapany-name a {
    text-decoration: none;
    color: #333;
    font-family: "Roboto";
    font-size: 22px;
    line-height: 1.1;
    font-weight: 700; }
  .comapny-block .company-activity {
    color: #828282;
    font-family: "Roboto";
    font-size: 15px;
    font-weight: 300; }

.company-contacts {
  display: inline-block;
  vertical-align: top;
  margin: 2px 0 0; }
  .company-contacts .top-phone {
    width: 190px;
    display: inline-block;
    vertical-align: top;
    font-family: "Roboto";
    color: #333;
    font-size: 15px;
    font-weight: 500;
    padding: 0 0 0 25px;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218px%22%20height%3D%2218px%22%20%20viewBox%3D%220%200%2018%2018%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23ff8200%22%20d%3D%22M%209%2018%20C%204.03%2018%200%2013.97%200%209%20C%200%204.03%204.03%200%209%200%20C%2013.97%200%2018%204.03%2018%209%20C%2018%2013.97%2013.97%2018%209%2018%20Z%20M%209%201.41%20C%204.81%201.41%201.41%204.81%201.41%209%20C%201.41%2013.19%204.81%2016.59%209%2016.59%20C%2013.19%2016.59%2016.59%2013.19%2016.59%209%20C%2016.59%204.81%2013.19%201.41%209%201.41%20Z%20M%2011.5%2013.5%20C%2011.3%2013.5%209.65%2013.64%207.14%2011.14%20C%204.64%208.63%204.5%206.65%204.5%206.5%20C%204.5%206.34%206.02%204.5%206.22%204.5%20C%206.42%204.5%207.65%206.64%207.63%206.78%20C%207.6%206.92%206.68%207.54%206.68%207.74%20C%206.68%207.93%207.06%209.2%208.16%2010.29%20C%209.25%2011.39%2010.24%2011.42%2010.4%2011.34%20C%2010.55%2011.26%2011.14%2010.56%2011.31%2010.56%20C%2011.49%2010.56%2013.5%2011.83%2013.5%2012%20C%2013.5%2012.17%2011.7%2013.5%2011.5%2013.5%20Z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat; }
  .company-contacts .top-phone a {
    text-decoration: none;
    color: #333; }
  .company-contacts .top-phone .work-time {
    color: #828282;
    font-size: 13px;
    font-weight: 300; }
  .company-contacts .top-phone.mobilePhone {
    width: auto;
    margin-bottom: 10px; }
  .company-contacts .top-phone.mobilePhone div {
    display: inline-block;
    vertical-align: top; }
  .company-contacts .top-phone.mobilePhone .work-time {
    display: block; }
  .company-contacts .top-address {
    max-width: 130px;
    display: inline-block;
    display: none;
    vertical-align: top;
    margin: 0 0 0 19px;
    color: #333;
    font-family: "Roboto";
    font-size: 13px;
    font-weight: 300;
    padding: 0 0 0 25px;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2218px%22%20height%3D%2218px%22%20%20viewBox%3D%220%200%2018%2018%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23ff8200%22%20d%3D%22M%209%2018%20C%204.03%2018%200%2013.97%200%209%20C%200%204.03%204.03%200%209%200%20C%2013.97%200%2018%204.03%2018%209%20C%2018%2013.97%2013.97%2018%209%2018%20Z%20M%209%201.41%20C%204.81%201.41%201.41%204.81%201.41%209%20C%201.41%2013.19%204.81%2016.59%209%2016.59%20C%2013.19%2016.59%2016.59%2013.19%2016.59%209%20C%2016.59%204.81%2013.19%201.41%209%201.41%20Z%20M%209.48%2012.55%20C%209.21%2013.07%208.77%2013.07%208.5%2012.55%20C%208.5%2012.55%207.96%2011.49%207.31%2010.33%20C%206.57%209.01%206.19%208.65%206.19%207.88%20C%206.19%206.42%207.45%205.06%209%205.06%20C%2010.55%205.06%2011.81%206.42%2011.81%207.88%20C%2011.81%208.65%2011.44%209.01%2010.69%2010.33%20C%2010.03%2011.49%209.48%2012.55%209.48%2012.55%20Z%20M%209%206.19%20C%208.07%206.19%207.31%206.94%207.31%207.88%20C%207.31%208.81%208.07%209.56%209%209.56%20C%209.93%209.56%2010.69%208.81%2010.69%207.88%20C%2010.69%206.94%209.93%206.19%209%206.19%20Z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat; }

.folders-block-wr {
  margin-bottom: 16px;
  position: relative;
  z-index: 103; }
  .folders-block-wr .folders-block-title {
    cursor: pointer;
    position: relative;
    background-color: #ffb400;
    background-image: linear-gradient(to top, #f5ad00 0%, #ffb70a 100%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1);
    font-size: 17px;
    color: #fffefe;
    font-family: "Roboto Condensed";
    line-height: 1;
    padding: 15px 32px 16px 16px;
    display: none; }
  @media all and (max-width: 861px) {
    .folders-block-wr .folders-block-title {
      display: block; } }
  .folders-block-wr .folders-block-title:before {
    content: "";
    position: absolute;
    right: 9px;
    top: 0;
    bottom: 0;
    width: 12px;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2212px%22%20height%3D%227px%22%20%20viewBox%3D%220%200%2012%207%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M%202%200.38%20C%202%200.38%206%204.29%206%204.29%20C%206%204.29%2010.07%200.31%2010.07%200.31%20C%2010.07%200.31%2010.07%200.31%2010.07%200.31%20C%2010.27%200.11%2010.55%20-0.01%2010.86%20-0.01%20C%2011.5%20-0.01%2012.01%200.5%2012.01%201.12%20C%2012.01%201.42%2011.89%201.7%2011.69%201.9%20C%2011.69%201.9%2011.69%201.9%2011.69%201.9%20C%2011.69%201.9%206.82%206.66%206.82%206.66%20C%206.82%206.66%206.82%206.66%206.82%206.66%20C%206.62%206.87%206.32%207.01%206%207.01%20C%206%207.01%206%207.01%206%207.01%20C%206%207.01%205.99%207.01%205.99%207.01%20C%205.67%207.01%205.38%206.87%205.17%206.66%20C%205.17%206.66%205.17%206.66%205.17%206.66%20C%205.17%206.66%200.31%201.9%200.31%201.9%20C%200.31%201.9%200.31%201.9%200.31%201.9%20C%200.11%201.7%20-0.01%201.42%20-0.01%201.12%20C%20-0.01%200.5%200.5%20-0.01%201.14%20-0.01%20C%201.48%20-0.01%201.79%200.14%202%200.38%20Z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") 0 50% no-repeat; }
  .folders-block-wr .folders-block-mobile-title {
    position: relative;
    display: block;
    font-size: 17px;
    color: #fffefe;
    background-color: #ffb400;
    background-image: linear-gradient(to top, #f5ad00 0%, #ffb70a 100%);
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1);
    padding: 12px 16px 15px;
    display: none; }
  .folders-block-wr .folders-block-mobile-title .close-btn {
    position: absolute;
    right: 0;
    top: 2px;
    cursor: pointer;
    width: 42px;
    height: 42px; }
  .folders-block-wr .folders-block-mobile-title .close-btn svg {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -6px 0 0 -6px; }
  .folders-block-wr .folders-block-mobile-title .close-btn svg .close-ico {
    fill: #fff;
    fill-rule: evenodd; }
  @media all and (max-width: 480px) {
    .folders-block-wr .folders-block-mobile-title {
      display: block; } }
  .folders-block-wr.folders-page-in .folders-block-title {
    display: block; }
  .folders-block-wr.folders-page-in .folders-block-in {
    height: 0;
    visibility: hidden;
    opacity: 0; }
  .folders-block-wr.opened .folders-block-title:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .folders-block-wr.opened .folders-block-in {
    height: auto;
    visibility: visible;
    opacity: 1; }
  .folders-block-wr.mobileLeftMenu .folders-block-in .folders-block-in2 > ul > li > a:before {
    display: none; }
    .folders-block-wr.mobileLeftMenu .folders-block-in .folders-block-in2 > ul > li > a:hover {
      background-color: rgba(255, 255, 255, 0.15); }
      .folders-block-wr.mobileLeftMenu .folders-block-in .folders-block-in2 > ul > li > a:hover:before {
        display: none; }
    .folders-block-wr.mobileLeftMenu .folders-block-in .folders-block-in2 > ul > li > a.s3-menu-allin-open:after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 1px;
      background: rgba(255, 255, 255, 0.2); }
  .folders-block-wr.mobileLeftMenu .folders-block-in .folders-block-in2 > ul > li.opened a:before {
    display: block; }
    .folders-block-wr.mobileLeftMenu .folders-block-in .folders-block-in2 > ul > li.opened > ul {
      display: block; }
  .folders-block-wr.mobileLeftMenu .folders-block-in .folders-block-in2 > ul > li > ul {
    margin: 0 -1px; }
  .folders-block-wr.mobileLeftMenu .folders-block-in .folders-block-in2 > ul > li ul {
    width: auto;
    position: relative;
    border-radius: 0;
    box-shadow: none;
    border: none; }
    .folders-block-wr.mobileLeftMenu .folders-block-in .folders-block-in2 > ul > li ul li {
      position: relative; }
      .folders-block-wr.mobileLeftMenu .folders-block-in .folders-block-in2 > ul > li ul li a:hover {
        background-color: rgba(0, 0, 0, 0.04);
        color: #333; }
      .folders-block-wr.mobileLeftMenu .folders-block-in .folders-block-in2 > ul > li ul li.active > a {
        color: #ff8200; }
      .folders-block-wr.mobileLeftMenu .folders-block-in .folders-block-in2 > ul > li ul li.opened > ul {
        display: block; }
      .folders-block-wr.mobileLeftMenu .folders-block-in .folders-block-in2 > ul > li ul li li {
        margin: 0 0 0 16px; }
  .folders-block-wr ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0;
    line-height: 1; }
  @media all and (max-width: 861px) {
    .folders-block-wr .folders-block-in {
      height: 0;
      visibility: hidden;
      opacity: 0; } }
  .folders-block-wr .folders-block-in .folders-block-in2 > ul {
    background-color: #ffb400;
    background-image: linear-gradient(to top, #f5ad00 0%, #ffb70a 100%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1);
    padding-bottom: 4px; }
  .folders-block-wr .folders-block-in .folders-block-in2 > ul > li {
    margin: 0 1px;
    border-top: 1px solid rgba(255, 255, 255, 0.25); }
  .folders-block-wr .folders-block-in .folders-block-in2 > ul > li:first-child {
    border: none; }
    .folders-block-wr .folders-block-in .folders-block-in2 > ul > li:first-child a {
      border-radius: 5px 5px 0 0; }
  .folders-block-wr .folders-block-in .folders-block-in2 > ul > li:last-child a {
    border-radius: 0 0 5px 5px; }
  .folders-block-wr .folders-block-in .folders-block-in2 > ul > li.active a {
    background-color: rgba(255, 255, 255, 0.15); }
    .folders-block-wr .folders-block-in .folders-block-in2 > ul > li.active a:before {
      display: block; }
  .folders-block-wr .folders-block-in .folders-block-in2 > ul > li > a {
    position: relative;
    text-decoration: none;
    display: block;
    font-size: 15px;
    color: #fff;
    font-family: 'Roboto Condensed';
    padding: 12px 15px; }
    .folders-block-wr .folders-block-in .folders-block-in2 > ul > li > a:before {
      content: "";
      position: absolute;
      left: -1px;
      top: 0;
      bottom: 0;
      width: 4px;
      border-radius: 0 2px 2px 0;
      background-color: #f7f7f7;
      display: none; }
    .folders-block-wr .folders-block-in .folders-block-in2 > ul > li > a:hover {
      background-color: rgba(255, 255, 255, 0.15); }
    .folders-block-wr .folders-block-in .folders-block-in2 > ul > li > a:hover:before {
      display: block; }
  .folders-block-wr .folders-block-in .folders-block-in2 > ul > li ul {
    position: absolute;
    display: none;
    width: 224px;
    z-index: 2;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0px 5px 5px 5px;
    -moz-border-radius: 0px 5px 5px 5px;
    -ms-border-radius: 0px 5px 5px 5px;
    -o-border-radius: 0px 5px 5px 5px;
    border-radius: 0px 5px 5px 5px;
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    margin: 0 0 0 2px; }
    .folders-block-wr .folders-block-in .folders-block-in2 > ul > li ul li {
      border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .folders-block-wr .folders-block-in .folders-block-in2 > ul > li ul li:first-child {
      border: none; }
    .folders-block-wr .folders-block-in .folders-block-in2 > ul > li ul li a {
      text-decoration: none;
      display: block;
      color: #333;
      font-family: "Roboto Condensed";
      font-size: 15px;
      padding: 12px 15px; }
      .folders-block-wr .folders-block-in .folders-block-in2 > ul > li ul li a:hover {
        color: #ff8200; }

.folders-block-level2-wr {
  margin: 0 0 16px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.07);
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.07); }
  @media all and (max-width: 860px) {
  .folders-block-level2-wr {
    display: none; } }
  .folders-block-level2-wr ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0;
    line-height: 1; }
  .folders-block-level2-wr > ul > li:first-child > a {
    border: none; }
  .folders-block-level2-wr > ul > li.s3-menu-allin-has > a:before {
    content: "";
    opacity: 0.15;
    position: absolute;
    top: 15px;
    right: 10px;
    width: 10px;
    height: 10px;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2210px%22%20height%3D%2210px%22%20%20viewBox%3D%220%200%2010%2010%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M%205%2010%20C%204.45%2010%204%209.55%204%209%20C%204%209%204%206%204%206%20C%204%206%201%206%201%206%20C%200.44%206%200%205.56%200%205%20C%200%204.45%200.44%204%201%204%20C%201%204%204%204%204%204%20C%204%204%204%201.01%204%201.01%20C%204%200.45%204.45%200%205%200%20C%205.56%200%206%200.45%206%201.01%20C%206%201.01%206%204%206%204%20C%206%204%209%204%209%204%20C%209.56%204%2010.01%204.45%2010.01%205%20C%2010.01%205.56%209.56%206%209%206%20C%209%206%206%206%206%206%20C%206%206%206%209%206%209%20C%206%209.55%205.56%2010%205%2010%20Z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; }
  .folders-block-level2-wr > ul > li.s3-menu-allin-has > a.s3-menu-allin-open:before {
    content: "";
    background: #000;
    height: 2px;
    top: 19px; }
  .folders-block-level2-wr > ul > li a {
    text-decoration: none;
    display: block;
    position: relative;
    font-family: 'Roboto Condensed'; }
  .folders-block-level2-wr > ul > li a:hover {
    color: #ff8200; }
  .folders-block-level2-wr > ul > li > a {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 11px 25px 13px 15px;
    font-size: 15px;
    color: #333; }
  .folders-block-level2-wr > ul > li > ul {
    padding: 0 0 2px;
    display: none; }
  .folders-block-level2-wr > ul > li > ul li {
    margin: 0 0 0 15px; }
  .folders-block-level2-wr > ul > li > ul li a {
    font-size: 13px;
    color: #666;
    font-weight: 300;
    padding: 9px 8px; }
    .folders-block-level2-wr > ul > li > ul li a:before {
      content: "";
      position: absolute;
      left: 0;
      top: 13px;
      width: 3px;
      height: 3px;
      border-radius: 3px;
      background-color: #ff8200; }

.folders-block-level2-wr > ul > li.opened > a {
  color: #ff8200; }
  .folders-block-level2-wr > ul > li.opened ul {
    display: block; }
  .folders-block-level2-wr > ul > li.opened ul li.opened > a {
    color: #ff8200; }
  .folders-block-level2-wr > ul > li.opened ul li ul li.opened > a {
    color: #ff8200; }

.folders-block-level2-wr > ul > li.s3-menu-allin-has.opened > a:before {
  content: "";
  background: #000;
  height: 2px;
  top: 19px; }

.search-block-wr .folders-block-wr {
  width: 193px;
  float: left; }
  .search-block-wr .folders-block-wr .folders-block-in {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%; }
  @media all and (max-width: 480px) {
    .search-block-wr .folders-block-wr {
      float: none;
      width: auto;
      margin: 0 52px 0 0;
      position: relative; }
      .search-block-wr .folders-block-wr .folders-block-title:before {
        -webkit-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg); }
      .search-block-wr .folders-block-wr .folders-block-in {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        height: auto;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 12;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .search-block-wr .folders-block-wr .folders-block-in .folders-block-in2 {
          width: 280px;
          -webkit-transform: translateX(-300px);
          -moz-transform: translateX(-300px);
          -ms-transform: translateX(-300px);
          -o-transform: translateX(-300px);
          transform: translateX(-300px);
          -webkit-transition: transform 0.3s ease;
          -moz-transition: transform 0.3s ease;
          -o-transition: transform 0.3s ease;
          -ms-transition: transform 0.3s ease;
          transition: transform 0.3s ease;
          height: 100%;
          overflow: auto; }
          .search-block-wr .folders-block-wr .folders-block-in .folders-block-in2 > ul {
            border-radius: 0; }
      .search-block-wr .folders-block-wr.opened .folders-block-in .folders-block-in2 {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0); } }

.mobileSearchWr {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .mobileSearchWr .mobileSearchIn {
    position: relative;
    width: 280px;
    padding: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    -o-transform: translateX(-300px);
    transform: translateX(-300px);
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    height: 100%;
    overflow: auto;
    background-color: #fff; }
  .mobileSearchWr .mobileSearchIn .close-btn {
    position: absolute;
    right: 2px;
    top: 2px;
    cursor: pointer;
    width: 42px;
    height: 42px;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2212px%22%20height%3D%2212px%22%20%20viewBox%3D%220%200%2012%2012%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23ff836b%22%20d%3D%22M%2011.69%201.81%20C%2011.69%201.81%207.5%206%207.5%206%20C%207.5%206%2011.69%2010.19%2011.69%2010.19%20C%2011.69%2010.19%2011.69%2010.19%2011.69%2010.19%20C%2011.88%2010.38%2012%2010.65%2012%2010.94%20C%2012%2011.52%2011.53%2012%2010.94%2012%20C%2010.65%2012%2010.38%2011.88%2010.19%2011.69%20C%2010.19%2011.69%2010.19%2011.69%2010.19%2011.69%20C%2010.19%2011.69%206%207.5%206%207.5%20C%206%207.5%201.81%2011.69%201.81%2011.69%20C%201.81%2011.69%201.81%2011.69%201.81%2011.69%20C%201.62%2011.88%201.35%2012%201.06%2012%20C%200.47%2012%200%2011.52%200%2010.94%20C%200%2010.65%200.12%2010.38%200.31%2010.19%20C%200.31%2010.19%200.31%2010.19%200.31%2010.19%20C%200.31%2010.19%204.5%206%204.5%206%20C%204.5%206%200.31%201.81%200.31%201.81%20C%200.31%201.81%200.31%201.81%200.31%201.81%20C%200.12%201.61%200%201.35%200%201.06%20C%200%200.47%200.47%200%201.06%200%20C%201.35%200%201.62%200.12%201.81%200.31%20C%201.81%200.31%201.81%200.31%201.81%200.31%20C%201.81%200.31%206%204.5%206%204.5%20C%206%204.5%2010.19%200.31%2010.19%200.31%20C%2010.19%200.31%2010.19%200.31%2010.19%200.31%20C%2010.38%200.12%2010.65%200%2010.94%200%20C%2011.53%200%2012%200.47%2012%201.06%20C%2012%201.35%2011.88%201.61%2011.69%201.81%20C%2011.69%201.81%2011.69%201.81%2011.69%201.81%20Z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; }
  .mobileSearchWr .mobileSearchIn .mobileSearchTitle {
    position: relative;
    font-size: 18px;
    color: #333;
    line-height: 1;
    margin: 0 0 15px; }
  .mobileSearchWr .mobileSearchIn .site-search-in {
    margin: 0 0 15px; }
  .mobileSearchWr .mobileSearchIn .shop-search-block {
    position: relative;
    width: auto;
    height: auto; }
  .mobileSearchWr .mobileSearchIn .search-online-store .block-title {
    width: 100%; }
  .mobileSearchWr .mobileSearchIn .search-online-store .block-title:before {
    left: 100%;
    margin: -3px 0 0 -28px; }
  .mobileSearchWr .mobileSearchIn .search-online-store .block-title:after {
    content: "Расширенный поиск";
    color: #fff;
    font-size: 17px;
    font-family: "Roboto Condensed";
    display: block;
    padding: 13px 16px 15px; }
  .mobileSearchWr .mobileSearchIn .search-online-store .block-body {
    position: relative; }
  .mobileSearchWr.opened {
    visibility: visible;
    opacity: 1; }
  .mobileSearchWr.opened .mobileSearchIn {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0); }

.edit-block-wr {
  margin-bottom: 15px;
  padding: 0 14px 14px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.07);
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.07);
  color: #333;
  font-size: 14px; }
  @media all and (max-width: 861px) {
  .edit-block-wr {
    margin-top: 30px; } }
  .edit-block-wr p {
    margin: 0; }
  .edit-block-wr .edit-block-title {
    background-color: #ff8200;
    background-image: linear-gradient(to top, #f57d00 0%, #ff870a 100%);
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -ms-border-radius: 5px 5px 0px 0px;
    -o-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1);
    color: #fff;
    font-family: "Roboto Condensed";
    font-size: 18px;
    line-height: 1.35;
    padding: 12px 16px;
    margin: -1px -15px 15px; }

.menu-left-wr {
  background-color: #ffb04b;
  background-image: linear-gradient(to top, #f5a948 0%, #ffb352 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 16px;
  padding-bottom: 4px;
  padding: 1px 0; }
  .menu-left-wr ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0;
    line-height: 1; }
  .menu-left-wr.mobileLeftMenu > ul > li {
    display: block;
    margin: 0 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
  .menu-left-wr.mobileLeftMenu > ul > li:first-child {
    border: none; }
  .menu-left-wr.mobileLeftMenu > ul > li > a {
    padding: 13px 16px;
    margin: 0 -16px;
    font-size: 15px; }
  .menu-left-wr.mobileLeftMenu > ul > li > a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 16px;
    width: 16px;
    height: 4px;
    border-radius: 2px 2px 0 0;
    background-color: #fff; }
  .menu-left-wr.mobileLeftMenu > ul > li > a.s3-menu-allin-open:before {
    display: block; }
    .menu-left-wr.mobileLeftMenu > ul > li > a.s3-menu-allin-open:after {
      content: "";
      position: absolute;
      left: 16px;
      right: 16px;
      bottom: 0;
      height: 1px;
      background: rgba(255, 255, 255, 0.2); }
  .menu-left-wr.mobileLeftMenu > ul > li > a:hover {
    background: none; }
  .menu-left-wr.mobileLeftMenu > ul > li.opened a:before {
    display: block; }
  .menu-left-wr.mobileLeftMenu > ul > li.opened > ul {
    display: block; }
  .menu-left-wr.mobileLeftMenu > ul > li > ul {
    position: relative;
    margin: 0 -16px; }
  .menu-left-wr.mobileLeftMenu > ul > li > ul:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.05); }
  .menu-left-wr.mobileLeftMenu > ul > li ul {
    background: none;
    width: auto;
    position: relative;
    padding: 10px 0;
    border-radius: 0;
    box-shadow: none;
    border: none; }
  .menu-left-wr.mobileLeftMenu > ul > li ul li {
    position: relative;
    margin: 0 0 0 16px;
    border: none; }
    .menu-left-wr.mobileLeftMenu > ul > li ul li a {
      font-size: 14px;
      color: #fff;
      padding: 8px 15px; }
    .menu-left-wr.mobileLeftMenu > ul > li ul li a:hover {
      color: #fff; }
  .menu-left-wr > ul > li {
    margin: 0 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.2); }
  .menu-left-wr > ul > li:first-child {
    border: none; }
  .menu-left-wr > ul > li:first-child a {
    border-radius: 5px 5px 0 0; }
  .menu-left-wr > ul > li:last-child a {
    border-radius: 0 0 5px 5px; }
  .menu-left-wr > ul > li.active a:before {
    display: block; }
  .menu-left-wr > ul > li > a {
    position: relative;
    text-decoration: none;
    display: block;
    font-size: 15px;
    color: #fff;
    font-family: 'Roboto Condensed';
    padding: 12px 15px;
    margin: 1px -15px; }
  .menu-left-wr > ul > li > a:before {
    content: "";
    position: absolute;
    left: 15px;
    bottom: -2px;
    width: 16px;
    height: 4px;
    border-radius: 2px 2px 0 0;
    background-color: #fff;
    display: none; }
  .menu-left-wr > ul > li > a:hover {
    background-color: rgba(0, 0, 0, 0.04); }
  .menu-left-wr > ul > li > ul {
    margin: 2px 0 0 30px; }
  .menu-left-wr > ul > li ul {
    position: absolute;
    display: none;
    width: 224px;
    z-index: 2;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0px 5px 5px 5px;
    -moz-border-radius: 0px 5px 5px 5px;
    -ms-border-radius: 0px 5px 5px 5px;
    -o-border-radius: 0px 5px 5px 5px;
    border-radius: 0px 5px 5px 5px;
    -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); }
  .menu-left-wr > ul > li ul li {
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .menu-left-wr > ul > li ul li:first-child {
    border: none; }
  .menu-left-wr > ul > li ul li a {
    text-decoration: none;
    display: block;
    color: #333;
    font-family: "Roboto Condensed";
    font-size: 15px;
    padding: 12px 15px; }
    .menu-left-wr > ul > li ul li a:hover {
      color: #ff8200; }

.folders-block-in2 > ul > li > .s1, .menu-top-wrap > ul > li > .s1, .menu-left-wr > ul > li > .s1 {
  position: absolute;
  right: 4px;
  top: 9px;
  width: 24px;
  height: 27px;
  cursor: pointer; }
  .folders-block-in2 > ul > li > .s1:after, .menu-top-wrap > ul > li > .s1:after, .menu-left-wr > ul > li > .s1:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 2px;
    height: 22px;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2212px%22%20height%3D%227px%22%20%20viewBox%3D%220%200%2012%207%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M%202%200.38%20C%202%200.38%206%204.29%206%204.29%20C%206%204.29%2010.07%200.31%2010.07%200.31%20C%2010.07%200.31%2010.07%200.31%2010.07%200.31%20C%2010.27%200.11%2010.55%20-0.01%2010.86%20-0.01%20C%2011.5%20-0.01%2012.01%200.5%2012.01%201.12%20C%2012.01%201.42%2011.89%201.7%2011.69%201.9%20C%2011.69%201.9%2011.69%201.9%2011.69%201.9%20C%2011.69%201.9%206.82%206.66%206.82%206.66%20C%206.82%206.66%206.82%206.66%206.82%206.66%20C%206.62%206.87%206.32%207.01%206%207.01%20C%206%207.01%206%207.01%206%207.01%20C%206%207.01%205.99%207.01%205.99%207.01%20C%205.67%207.01%205.38%206.87%205.17%206.66%20C%205.17%206.66%205.17%206.66%205.17%206.66%20C%205.17%206.66%200.31%201.9%200.31%201.9%20C%200.31%201.9%200.31%201.9%200.31%201.9%20C%200.11%201.7%20-0.01%201.42%20-0.01%201.12%20C%20-0.01%200.5%200.5%20-0.01%201.14%20-0.01%20C%201.48%20-0.01%201.79%200.14%202%200.38%20Z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") 50% 8px no-repeat; }
  .folders-block-in2 > ul > li > .s1.active, .menu-top-wrap > ul > li > .s1.active, .menu-left-wr > ul > li > .s1.active {
    background-color: #fff;
    height: auto;
    bottom: 0; }
  .folders-block-in2 > ul > li > .s1.active:after, .menu-top-wrap > ul > li > .s1.active:after, .menu-left-wr > ul > li > .s1.active:after {
    bottom: 0;
    border-color: transparent;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2212px%22%20height%3D%227px%22%20%20viewBox%3D%220%200%2012%207%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23ffb400%22%20d%3D%22M%202%200.38%20C%202%200.38%206%204.29%206%204.29%20C%206%204.29%2010.07%200.31%2010.07%200.31%20C%2010.07%200.31%2010.07%200.31%2010.07%200.31%20C%2010.27%200.11%2010.55%20-0.01%2010.86%20-0.01%20C%2011.5%20-0.01%2012.01%200.5%2012.01%201.12%20C%2012.01%201.42%2011.89%201.7%2011.69%201.9%20C%2011.69%201.9%2011.69%201.9%2011.69%201.9%20C%2011.69%201.9%206.82%206.66%206.82%206.66%20C%206.82%206.66%206.82%206.66%206.82%206.66%20C%206.62%206.87%206.32%207.01%206%207.01%20C%206%207.01%206%207.01%206%207.01%20C%206%207.01%205.99%207.01%205.99%207.01%20C%205.67%207.01%205.38%206.87%205.17%206.66%20C%205.17%206.66%205.17%206.66%205.17%206.66%20C%205.17%206.66%200.31%201.9%200.31%201.9%20C%200.31%201.9%200.31%201.9%200.31%201.9%20C%200.11%201.7%20-0.01%201.42%20-0.01%201.12%20C%20-0.01%200.5%200.5%20-0.01%201.14%20-0.01%20C%201.48%20-0.01%201.79%200.14%202%200.38%20Z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") 50% 8px no-repeat;
    border-radius: 0; }
  .folders-block-in2 > ul > li > .s1.active:before, .menu-top-wrap > ul > li > .s1.active:before, .menu-left-wr > ul > li > .s1.active:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff; }
  .folders-block-in2 > ul > li li .s1, .menu-top-wrap > ul > li li .s1, .menu-left-wr > ul > li li .s1 {
    position: absolute;
    right: 0;
    top: 4px;
    width: 30px;
    height: 30px;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2212px%22%20height%3D%227px%22%20%20viewBox%3D%220%200%2012%207%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M%202%200.38%20C%202%200.38%206%204.29%206%204.29%20C%206%204.29%2010.07%200.31%2010.07%200.31%20C%2010.07%200.31%2010.07%200.31%2010.07%200.31%20C%2010.27%200.11%2010.55%20-0.01%2010.86%20-0.01%20C%2011.5%20-0.01%2012.01%200.5%2012.01%201.12%20C%2012.01%201.42%2011.89%201.7%2011.69%201.9%20C%2011.69%201.9%2011.69%201.9%2011.69%201.9%20C%2011.69%201.9%206.82%206.66%206.82%206.66%20C%206.82%206.66%206.82%206.66%206.82%206.66%20C%206.62%206.87%206.32%207.01%206%207.01%20C%206%207.01%206%207.01%206%207.01%20C%206%207.01%205.99%207.01%205.99%207.01%20C%205.67%207.01%205.38%206.87%205.17%206.66%20C%205.17%206.66%205.17%206.66%205.17%206.66%20C%205.17%206.66%200.31%201.9%200.31%201.9%20C%200.31%201.9%200.31%201.9%200.31%201.9%20C%200.11%201.7%20-0.01%201.42%20-0.01%201.12%20C%20-0.01%200.5%200.5%20-0.01%201.14%20-0.01%20C%201.48%20-0.01%201.79%200.14%202%200.38%20Z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
    -webkit-background-size: 10px 5px;
    background-size: 10px 5px; }

.folders-block-in2 > ul > li li .s1 {
  right: 0;
  top: 4px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2212px%22%20height%3D%227px%22%20%20viewBox%3D%220%200%2012%207%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23ffb400%22%20d%3D%22M%202%200.38%20C%202%200.38%206%204.29%206%204.29%20C%206%204.29%2010.07%200.31%2010.07%200.31%20C%2010.07%200.31%2010.07%200.31%2010.07%200.31%20C%2010.27%200.11%2010.55%20-0.01%2010.86%20-0.01%20C%2011.5%20-0.01%2012.01%200.5%2012.01%201.12%20C%2012.01%201.42%2011.89%201.7%2011.69%201.9%20C%2011.69%201.9%2011.69%201.9%2011.69%201.9%20C%2011.69%201.9%206.82%206.66%206.82%206.66%20C%206.82%206.66%206.82%206.66%206.82%206.66%20C%206.62%206.87%206.32%207.01%206%207.01%20C%206%207.01%206%207.01%206%207.01%20C%206%207.01%205.99%207.01%205.99%207.01%20C%205.67%207.01%205.38%206.87%205.17%206.66%20C%205.17%206.66%205.17%206.66%205.17%206.66%20C%205.17%206.66%200.31%201.9%200.31%201.9%20C%200.31%201.9%200.31%201.9%200.31%201.9%20C%200.11%201.7%20-0.01%201.42%20-0.01%201.12%20C%20-0.01%200.5%200.5%20-0.01%201.14%20-0.01%20C%201.48%20-0.01%201.79%200.14%202%200.38%20Z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; }

.menu-block-wrapper ul > li > .s1 {
  display: none; }
  .menu-block-wrapper.mobileMenu ul > li > .s1 {
    display: block; }
  .menu-block-wrapper.mobileMenu li.opened > ul, .menu-block-wrapper.mobileMenu li.active > ul {
    display: block; }

.menu-top-wrap > ul > li > .s1, .menu-left-wr > ul > li > .s1 {
  right: -3px; }
  .menu-top-wrap > ul > li > .s1.active, .menu-left-wr > ul > li > .s1.active {
    background-color: rgba(0, 0, 0, 0.05); }
  .menu-top-wrap > ul > li > .s1.active:before, .menu-left-wr > ul > li > .s1.active:before {
    background: none; }
  .menu-top-wrap > ul > li > .s1.active:after, .menu-left-wr > ul > li > .s1.active:after {
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2212px%22%20height%3D%227px%22%20%20viewBox%3D%220%200%2012%207%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M%202%200.38%20C%202%200.38%206%204.29%206%204.29%20C%206%204.29%2010.07%200.31%2010.07%200.31%20C%2010.07%200.31%2010.07%200.31%2010.07%200.31%20C%2010.27%200.11%2010.55%20-0.01%2010.86%20-0.01%20C%2011.5%20-0.01%2012.01%200.5%2012.01%201.12%20C%2012.01%201.42%2011.89%201.7%2011.69%201.9%20C%2011.69%201.9%2011.69%201.9%2011.69%201.9%20C%2011.69%201.9%206.82%206.66%206.82%206.66%20C%206.82%206.66%206.82%206.66%206.82%206.66%20C%206.62%206.87%206.32%207.01%206%207.01%20C%206%207.01%206%207.01%206%207.01%20C%206%207.01%205.99%207.01%205.99%207.01%20C%205.67%207.01%205.38%206.87%205.17%206.66%20C%205.17%206.66%205.17%206.66%205.17%206.66%20C%205.17%206.66%200.31%201.9%200.31%201.9%20C%200.31%201.9%200.31%201.9%200.31%201.9%20C%200.11%201.7%20-0.01%201.42%20-0.01%201.12%20C%20-0.01%200.5%200.5%20-0.01%201.14%20-0.01%20C%201.48%20-0.01%201.79%200.14%202%200.38%20Z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") 50% 8px no-repeat; }

.block-informers {
  text-align: center;
  margin: 0 0 16px; }

.slider-block-wr {
  margin: 0 0 20px;
  border-radius: 4px; }
  .slider-block-wr .slider {
    border-radius: 4px; }
  .slider-block-wr .slider-block {
    position: relative;
    border-radius: 4px;
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }
  .slider-block-wr .slider-block img {
    border-radius: 4px;
    vertical-align: middle; }
  .slider-block-wr .slider-block .slider-info {
    position: absolute;
    left: 16px;
    bottom: 16px;
    padding: 15px;
    border-radius: 5px;
    width: 402px;
    color: #fff;
    line-height: 1.2;
    font-size: 18px; }
  .slider-block-wr .slider-block .slider-info:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #ff8200;
    opacity: 0.9;
    border-radius: 5px; }
  .slider-block-wr .slider-block .slider-info .preview-slide-picture {
    display: none; }
  .slider-block-wr .slider-block .slider-info .slider-title {
    position: relative;
    margin: 0 0 10px; }
  .slider-block-wr .slider-block .slider-info .slider-body {
    position: relative;
    font-size: 13px;
    margin: 0 0 10px; }
  .slider-block-wr .slider-block .slider-info .slider-body p {
    margin: 0; }
  .slider-block-wr .slider-block .slider-info .slider-btn {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    height: 28px;
    line-height: 27px;
    text-decoration: none;
    font-size: 12px;
    font-family: 'Roboto Condensed'; }
  .slider-block-wr .bx-wrapper {
    margin: 0 auto; }
  .slider-block-wr .bx-controls {
    margin: 8px 0 0; }
  .slider-block-wr .bx-controls .bx-pager {
    text-align: right; }
  .slider-block-wr .bx-controls .bx-pager .bx-pager-item {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    font-size: 0; }
  .slider-block-wr .bx-controls .bx-pager .bx-pager-item a {
    text-indent: -9999px;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin: 0 0 0 7px; }
  .slider-block-wr .bx-controls .bx-pager .bx-pager-item a:hover {
    border-color: #ffb400; }
  .slider-block-wr .bx-controls .bx-pager .bx-pager-item a.active {
    border-color: #ff8200;
    background-color: #ff8200; }
  @media all and (max-width: 490px) {
  .slider-block-wr {
    position: relative;
    margin: 0 -10px 20px;
    border-radius: 0; }
    .slider-block-wr .slider-block > img {
      display: none; }
      .slider-block-wr .slider-block .slide-picture {
        height: 280px;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: cover; }
      .slider-block-wr .slider-block .slider-info {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        height: auto;
        width: auto; }
        .slider-block-wr .slider-block .slider-info .preview-slide-picture {
          position: relative;
          display: block;
          text-align: center;
          margin: 0 0 10px; }
          .slider-block-wr .slider-block .slider-info .preview-slide-picture img {
            max-height: 160px; }
        .slider-block-wr .slider-block .slider-info .slider-body {
          display: none; }
        .slider-block-wr .slider-block .slider-info:before {
          border-radius: 0; }

    .slider-block-wr .bx-controls {
      position: absolute;
      bottom: 5px;
      right: 15px;
      margin: 0; }
      .slider-block-wr .bx-controls .bx-pager .bx-pager-item a {
        width: 8px;
        height: 8px;
        border: 1px solid rgba(255, 255, 255, 0.5); }
        .slider-block-wr .bx-controls .bx-pager .bx-pager-item a:hover {
          border: 1px solid rgba(255, 255, 255, 0.5); }
        .slider-block-wr .bx-controls .bx-pager .bx-pager-item a.active {
          background-color: #fff;
          border-color: #fff; } }

.news-wrap {
  margin: 30px 0;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }
  .news-wrap p {
    margin: 0; }
  .news-wrap a {
    color: #ff8200; }
  .news-wrap .news-name {
    color: #000;
    font-family: "Roboto Condensed";
    font-size: 30px;
    margin-bottom: 20px; }
  .news-wrap .news-slider {
    position: relative;
    font-size: 0;
    line-height: 1;
    margin-bottom: 20px; }
  .news-wrap .news-slider:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    border-left: 1px solid rgba(0, 0, 0, 0.1); }
  .news-wrap .news-block {
    display: inline-block;
    vertical-align: top; }
  .news-wrap .news-date {
    font-size: 12px;
    color: #999;
    margin-bottom: 7px;
    display: block; }
  .news-wrap .news-date span {
    color: #ff8200;
    margin: 0 0 7px; }
  .news-wrap .news-pic {
    margin-bottom: 10px; }
  .news-wrap .news-title {
    font-size: 15px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px; }
  .news-wrap .news-title a {
    text-decoration: none;
    color: #333; }
  .news-wrap .news-anonce {
    font-size: 13px;
    color: #666;
    line-height: 1.4;
    margin-bottom: 5px; }
  .news-wrap .news-more a {
    font-size: 14px;
    color: #ff8200;
    font-family: 'Roboto Condensed';
    text-decoration: none; }
  .news-wrap .news-more a:hover {
    text-decoration: underline; }
  .news-wrap .news-archiv {
    text-align: right; }
  .news-wrap .news-archiv a {
    display: inline-block;
    text-decoration: none;
    padding: 8px 16px 9px;
    font-size: 15px;
    color: #fff;
    font-family: 'Roboto Condensed'; }
  .news-wrap .owl-stage-outer {
    position: relative;
    overflow: hidden; }
  .news-wrap .owl-dots {
    margin-top: 19px;
    text-align: center;
    display: none; }
  .news-wrap .owl-dots .owl-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    margin: 0 3px; }
  .news-wrap .owl-dots .owl-dot.active {
    border-color: #ff8200;
    background-color: #ff8200; }
  @media all and (max-width: 489px) {
  .news-wrap .news-slider:before {
    display: none; }
  .news-wrap .news-archiv {
    text-align: center; }
  .news-wrap .owl-dots {
    display: block; } }

.menu-bottom-wrap {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  margin-bottom: 30px; }
  @media all and (max-width: 880px) {
  .menu-bottom-wrap {
    display: none; } }
  .menu-bottom-wrap ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0;
    line-height: 1; }
  .menu-bottom-wrap ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 14px; }
  .menu-bottom-wrap ul li:first-child {
    margin: 0; }
  .menu-bottom-wrap ul li a {
    position: relative;
    display: block;
    text-decoration: none;
    font-size: 13px;
    color: #666;
    padding: 29px 0; }
  .menu-bottom-wrap ul li a:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 4px;
    border-radius: 2px 2px 0 0;
    background-color: #ff8200;
    display: none; }
  .menu-bottom-wrap ul li a:hover:before {
    display: block; }

.gr-form-wrap2 {
  float: right;
  font-size: 13px;
  color: #fff; }
  @media all and (max-width: 500px) {
  .gr-form-wrap2 {
    float: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-bottom: 20px;
    margin-bottom: 15px; } }
  .gr-form-wrap2 .gr-form {
    padding: 0;
    border: none;
    border-radius: 0;
    font-size: 0;
    line-height: 1;
    max-width: 288px; }
  .gr-form-wrap2 .gr-form .gr-field {
    margin: 0;
    display: inline-block;
    vertical-align: top; }
  .gr-form-wrap2 .gr-form .gr-head {
    font-weight: bold;
    margin: 0 0 10px;
    padding: 0;
    color: #ff8200;
    font-size: 13px; }
  .gr-form-wrap2 .gr-form .gr-title {
    display: none; }
  .gr-form-wrap2 .gr-form .gr-value {
    margin: 0; }
  .gr-form-wrap2 .gr-form .gr-value input {
    padding: 0 10px;
    width: 182px;
    font-size: 13px; }
  .gr-form-wrap2 .gr-form .gr-value input::-webkit-input-placeholder {
    opacity: 0.7;
    color: #a7a7a7; }
  .gr-form-wrap2 .gr-form .gr-value input:moz-placeholder {
    opacity: 0.7;
    color: #a7a7a7; }
  .gr-form-wrap2 .gr-form .gr-value input::-moz-placeholder {
    opacity: 0.7;
    color: #a7a7a7; }
  .gr-form-wrap2 .gr-form .gr-value input:-ms-input-placeholder {
    opacity: 0.7;
    color: #a7a7a7; }
  .gr-form-wrap2 .gr-form .gr-button {
    font-size: 15px;
    font-family: 'Roboto Condensed';
    padding: 8px 15px 9px;
    margin: 0 0 0 7px; }

.bot-contacts-wr {
  float: left;
  max-width: 240px;
  font-size: 0;
  line-height: 1; }
  .bot-contacts-wr .bot-contacts-title {
    font-size: 13px;
    color: #ff8200;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 3px;
    line-height: 1.5; }
  .bot-contacts-wr .bot-address {
    font-size: 12px;
    color: #999;
    margin-bottom: 6px;
    line-height: 1.5; }
  .bot-contacts-wr .bot-phone {
    font-size: 12px;
    color: #777;
    line-height: 1.3; }
  .bot-contacts-wr .bot-phone a {
    color: #777;
    text-decoration: none; }
  @media all and (min-width: 501px) and (max-width: 880px) {
  .bot-contacts-wr {
    float: none;
    max-width: 100%;
    padding: 20px 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.15);
    margin-top: 20px; }
    .bot-contacts-wr .bot-phone, .bot-contacts-wr .bot-address {
      display: inline-block;
      vertical-align: top;
      width: 50%; }
      .bot-contacts-wr .bot-phone > div, .bot-contacts-wr .bot-address > div, .bot-contacts-wr .bot-phone p, .bot-contacts-wr .bot-address p {
        padding-right: 20px; } }
  @media all and (max-width: 500px) {
  .bot-contacts-wr {
    float: none;
    max-width: 100%;
    margin-bottom: 20px; } }

.contacts-clear {
  display: none; }
  @media all and (max-width: 880px) {
  .contacts-clear {
    display: block; } }

.site-name {
  float: left;
  width: 34.74%;
  font-size: 13px;
  color: #999; }
  @media all and (max-width: 500px) {
  .site-name {
    width: 100%;
    margin-bottom: 8px; } }

.soc-block {
  font-size: 0;
  line-height: 1;
  margin: 15px 0 0; }
  .soc-block a {
    display: inline-block;
    vertical-align: top;
    margin: 0 1px 0 0; }

.footer-bot {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  padding: 20px 0;
  margin-top: 30px; }
  .footer-bot .site-copyright {
    float: left;
    font-size: 11px;
    color: #999; }
  .footer-bot .site-copyright a {
    color: #ff8200; }
  .footer-bot .site-counters {
    float: right; }
  @media all and (max-width: 500px) {
  .footer-bot {
    margin-top: 15px;
    padding: 15px 0; }
    .footer-bot .site-counters {
      display: none; } }

.go_up {
  position: fixed;
  left: 50%;
  margin-left: 490px;
  bottom: 250px;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.68);
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  display: none; }
  .go_up .go_up_icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 11px;
    height: 7px;
    margin: -4px 0 0 -5px; }
  .go_up .go_up_icon .go-up-icon {
    fill: #666;
    fill-rule: evenodd; }

@media all and (max-width: 1170px) {
  .go_up {
    right: 15px;
    margin: 0;
    left: initial; } }

.slider-block-wr {
  max-height: 392px;
  overflow: hidden; }

.site-search-left-block, .shop-main-block-wr {
  opacity: 0; }

.shop2-pagelist {
  text-align: left;
  float: left; }
  .shop2-pagelist li {
    background: none;
    box-shadow: none;
    border: none; }
  .shop2-pagelist li.page-first a, .shop2-pagelist li.page-last a, .shop2-pagelist li.page-prev a, .shop2-pagelist li.page-next a {
    position: relative;
    width: 30px;
    height: 38px;
    color: #777;
    background-color: #fff;
    background-image: linear-gradient(to top, #f5f5f5 0%, #fff 100%);
    background-position: 0 0;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.05); }
  .shop2-pagelist li.page-first a:hover, .shop2-pagelist li.page-last a:hover, .shop2-pagelist li.page-prev a:hover, .shop2-pagelist li.page-next a:hover {
    color: #fff;
    border-color: transparent;
    background-color: #ffb04b;
    background-image: linear-gradient(to top, #f5a948 0%, #ffb352 100%);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1); }
  .shop2-pagelist li.page-first a svg, .shop2-pagelist li.page-last a svg, .shop2-pagelist li.page-prev a svg, .shop2-pagelist li.page-next a svg {
    position: absolute;
    left: 50%;
    top: 50%; }
  .shop2-pagelist li.page-first a svg, .shop2-pagelist li.page-last a svg {
    width: 12px;
    height: 12px;
    margin: -6px 0 0 -6px; }
  .shop2-pagelist li.page-first a svg .page-ico, .shop2-pagelist li.page-last a svg .page-ico {
    fill: #666;
    fill-rule: evenodd; }
  .shop2-pagelist li.page-first a:hover svg .page-ico, .shop2-pagelist li.page-last a:hover svg .page-ico {
    fill: #fff;
    fill-rule: evenodd; }
  .shop2-pagelist li.page-first a svg {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .shop2-pagelist li.page-prev a svg, .shop2-pagelist li.page-next a svg {
    width: 12px;
    height: 8px;
    margin: -5px 0 0 -6px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  .shop2-pagelist li.page-prev a svg .page-ico, .shop2-pagelist li.page-next a svg .page-ico {
    fill: #666;
    fill-rule: evenodd; }
  .shop2-pagelist li.page-prev a:hover svg .page-ico, .shop2-pagelist li.page-next a:hover svg .page-ico {
    fill: #fff;
    fill-rule: evenodd; }
  .shop2-pagelist li.page-next a svg {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }
  .shop2-pagelist li.page-num span, .shop2-pagelist li.page-num a {
    color: #777;
    height: 38px;
    line-height: 38px;
    min-width: 22px;
    font-size: 14px; }
  .shop2-pagelist li.page-num span {
    font-size: 18px; }
  .shop2-pagelist li.page-num a {
    color: #777;
    background-color: #fff;
    background-image: linear-gradient(to top, #f5f5f5 0%, #fff 100%);
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.05); }
  .shop2-pagelist li.page-num a:hover {
    color: #fff;
    border-color: transparent;
    background-color: #ffb04b;
    background-image: linear-gradient(to top, #f5a948 0%, #ffb352 100%);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1); }
  .shop2-pagelist li.page-num.active-num span {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    min-width: 24px;
    color: #fff;
    border-color: transparent;
    background-color: #ffb400;
    background-image: linear-gradient(to top, #f5ad00 0%, #ffb70a 100%);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1); }

.jq-selectbox li.selectedOption {
  display: none; }

.products-per-page-wr {
  float: right;
  margin: 20px 0; }
  @media all and (max-width: 630px) {
  .products-per-page-wr {
    display: none; } }
  .products-per-page-wr span {
    font-size: 13px;
    color: #666; }
  .products-per-page-wr .jq-selectbox {
    width: auto; }
  .products-per-page-wr .jq-selectbox__select {
    display: inline-block;
    height: 38px;
    line-height: 38px; }
  .products-per-page-wr .jq-selectbox__select-text {
    padding: 0 35px 0 7px; }

.tpl-required {
  color: red; }
/*rating*/
.tpl-stars {
  margin-bottom: 10px;
  width: 50px;
  height: 10px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2210px%22%20height%3D%2210px%22%20%20viewBox%3D%220%200%2010%2010%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23d7d7d7%22%20d%3D%22M%205%200%20C%205%200%206.65%203.14%206.65%203.14%20C%206.65%203.14%2010%203.82%2010%203.82%20C%2010%203.82%207.67%206.44%207.67%206.44%20C%207.67%206.44%208.09%2010%208.09%2010%20C%208.09%2010%205%208.48%205%208.48%20C%205%208.48%201.91%2010%201.91%2010%20C%201.91%2010%202.33%206.44%202.33%206.44%20C%202.33%206.44%200%203.82%200%203.82%20C%200%203.82%203.35%203.14%203.35%203.14%20C%203.35%203.14%205%200%205%200%20M%2017%200%20M%2012%203.82%20M%2017%200%20M%2029%200%20M%2029%200%20M%2041%200%20M%2041%200%20M%2053%200%20M%2053%200%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") 0 0 repeat-x; }

.tpl-rating {
  height: 12px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2210px%22%20height%3D%2210px%22%20%20viewBox%3D%220%200%2010%2010%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23ff8200%22%20d%3D%22M%205%200%20C%205%200%206.65%203.14%206.65%203.14%20C%206.65%203.14%2010%203.82%2010%203.82%20C%2010%203.82%207.67%206.44%207.67%206.44%20C%207.67%206.44%208.09%2010%208.09%2010%20C%208.09%2010%205%208.48%205%208.48%20C%205%208.48%201.91%2010%201.91%2010%20C%201.91%2010%202.33%206.44%202.33%206.44%20C%202.33%206.44%200%203.82%200%203.82%20C%200%203.82%203.35%203.14%203.35%203.14%20C%203.35%203.14%205%200%205%200%20M%2017%200%20M%2012%203.82%20M%2017%200%20M%2029%200%20M%2029%200%20M%2041%200%20M%2041%200%20M%2053%200%20M%2053%200%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") 0 0 repeat-x; }

.tpl-form .tpl-stars {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2220px%22%20height%3D%2220px%22%20%20viewBox%3D%220%200%2020%2020%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23d7d7d7%22%20d%3D%22M%209.66%200.29%20C%209.66%200.29%2012.84%206.33%2012.84%206.33%20C%2012.84%206.33%2019.31%207.63%2019.31%207.63%20C%2019.31%207.63%2014.8%2012.66%2014.8%2012.66%20C%2014.8%2012.66%2015.62%2019.5%2015.62%2019.5%20C%2015.62%2019.5%209.66%2016.57%209.66%2016.57%20C%209.66%2016.57%203.69%2019.5%203.69%2019.5%20C%203.69%2019.5%204.51%2012.66%204.51%2012.66%20C%204.51%2012.66%200%207.63%200%207.63%20C%200%207.63%206.47%206.33%206.47%206.33%20C%206.47%206.33%209.66%200.29%209.66%200.29%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") 0 0 repeat-x;
  height: 20px;
  width: 100px; }
  .tpl-form .tpl-stars span {
    width: 20px;
    height: 20px; }
  .tpl-form .tpl-stars span.tpl-active {
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2220px%22%20height%3D%2220px%22%20%20viewBox%3D%220%200%2020%2020%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23ff8200%22%20d%3D%22M%209.66%200.29%20C%209.66%200.29%2012.84%206.33%2012.84%206.33%20C%2012.84%206.33%2019.31%207.63%2019.31%207.63%20C%2019.31%207.63%2014.8%2012.66%2014.8%2012.66%20C%2014.8%2012.66%2015.62%2019.5%2015.62%2019.5%20C%2015.62%2019.5%209.66%2016.57%209.66%2016.57%20C%209.66%2016.57%203.69%2019.5%203.69%2019.5%20C%203.69%2019.5%204.51%2012.66%204.51%2012.66%20C%204.51%2012.66%200%207.63%200%207.63%20C%200%207.63%206.47%206.33%206.47%206.33%20C%206.47%206.33%209.66%200.29%209.66%200.29%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") 0 0 repeat-x; }

button.shop2-btn, input[type="button"].shop2-btn, input[type="submit"].shop2-btn, .tpl-button, a.shop2-btn, .shop2-btn {
  padding: 13px 15px; }
  button.shop2-btn.white-btn, button.shop2-btn-back.shop2-btn, button.shop2-btn.shop2-btn-back.shop2-btn, button.r-tabs-tab.shop2-btn, .shop2-coupon button.coupon-btn.shop2-btn, input[type="button"].shop2-btn.white-btn, input.shop2-btn-back[type="button"].shop2-btn, input.shop2-btn.shop2-btn-back[type="button"].shop2-btn, input.r-tabs-tab[type="button"].shop2-btn, .shop2-coupon input.coupon-btn[type="button"].shop2-btn, input[type="submit"].shop2-btn.white-btn, input.shop2-btn-back[type="submit"].shop2-btn, input.shop2-btn.shop2-btn-back[type="submit"].shop2-btn, input.r-tabs-tab[type="submit"].shop2-btn, .shop2-coupon input.coupon-btn[type="submit"].shop2-btn, .tpl-button.white-btn, .shop2-product-mode-wr .product-thumbnails .owl-nav > div.tpl-button, .shop2-btn-back.tpl-button, .shop2-btn.shop2-btn-back.tpl-button, .r-tabs-tab.tpl-button, .shop2-coupon .coupon-btn.tpl-button, a.shop2-btn.white-btn, a.shop2-btn-back.shop2-btn, a.shop2-btn.shop2-btn-back.shop2-btn, a.r-tabs-tab.shop2-btn, .shop2-coupon a.coupon-btn.shop2-btn, .shop2-btn.white-btn, .shop2-product-mode-wr .product-thumbnails .owl-nav > div.shop2-btn, .shop2-btn-back.shop2-btn, .shop2-btn.shop2-btn-back, .r-tabs-tab.shop2-btn, .shop2-coupon .coupon-btn.shop2-btn {
    color: #666;
    background-color: #fff;
    background-image: linear-gradient(to top, #f5f5f5 0%, #fff 100%);
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.05); }
  button.shop2-btn.white-btn:hover, button.shop2-btn-back.shop2-btn:hover, button.shop2-btn.shop2-btn-back.shop2-btn:hover, button.r-tabs-tab.shop2-btn:hover, .shop2-coupon button.coupon-btn.shop2-btn:hover, input[type="button"].shop2-btn.white-btn:hover, input.shop2-btn-back[type="button"].shop2-btn:hover, input.shop2-btn.shop2-btn-back[type="button"].shop2-btn:hover, input.r-tabs-tab[type="button"].shop2-btn:hover, .shop2-coupon input.coupon-btn[type="button"].shop2-btn:hover, input[type="submit"].shop2-btn.white-btn:hover, input.shop2-btn-back[type="submit"].shop2-btn:hover, input.shop2-btn.shop2-btn-back[type="submit"].shop2-btn:hover, input.r-tabs-tab[type="submit"].shop2-btn:hover, .shop2-coupon input.coupon-btn[type="submit"].shop2-btn:hover, .tpl-button.white-btn:hover, .shop2-product-mode-wr .product-thumbnails .owl-nav > div.tpl-button:hover, .shop2-btn-back.tpl-button:hover, .shop2-btn.shop2-btn-back.tpl-button:hover, .r-tabs-tab.tpl-button:hover, .shop2-coupon .coupon-btn.tpl-button:hover, a.shop2-btn.white-btn:hover, a.shop2-btn-back.shop2-btn:hover, a.shop2-btn.shop2-btn-back.shop2-btn:hover, a.r-tabs-tab.shop2-btn:hover, .shop2-coupon a.coupon-btn.shop2-btn:hover, .shop2-btn.white-btn:hover, .shop2-product-mode-wr .product-thumbnails .owl-nav > div.shop2-btn:hover, .shop2-btn-back.shop2-btn:hover, .shop2-btn.shop2-btn-back.shop2-btn:hover, .r-tabs-tab.shop2-btn:hover, .shop2-coupon .coupon-btn.shop2-btn:hover {
    background-image: linear-gradient(to top, #ededed 0%, #f8f8f8 100%); }
  button.shop2-btn.white-btn:active, button.shop2-btn-back.shop2-btn:active, button.shop2-btn.shop2-btn-back.shop2-btn:active, button.r-tabs-tab.shop2-btn:active, .shop2-coupon button.coupon-btn.shop2-btn:active, input[type="button"].shop2-btn.white-btn:active, input.shop2-btn-back[type="button"].shop2-btn:active, input.shop2-btn.shop2-btn-back[type="button"].shop2-btn:active, input.r-tabs-tab[type="button"].shop2-btn:active, .shop2-coupon input.coupon-btn[type="button"].shop2-btn:active, input[type="submit"].shop2-btn.white-btn:active, input.shop2-btn-back[type="submit"].shop2-btn:active, input.shop2-btn.shop2-btn-back[type="submit"].shop2-btn:active, input.r-tabs-tab[type="submit"].shop2-btn:active, .shop2-coupon input.coupon-btn[type="submit"].shop2-btn:active, .tpl-button.white-btn:active, .shop2-product-mode-wr .product-thumbnails .owl-nav > div.tpl-button:active, .shop2-btn-back.tpl-button:active, .shop2-btn.shop2-btn-back.tpl-button:active, .r-tabs-tab.tpl-button:active, .shop2-coupon .coupon-btn.tpl-button:active, a.shop2-btn.white-btn:active, a.shop2-btn-back.shop2-btn:active, a.shop2-btn.shop2-btn-back.shop2-btn:active, a.r-tabs-tab.shop2-btn:active, .shop2-coupon a.coupon-btn.shop2-btn:active, .shop2-btn.white-btn:active, .shop2-product-mode-wr .product-thumbnails .owl-nav > div.shop2-btn:active, .shop2-btn-back.shop2-btn:active, .shop2-btn.shop2-btn-back.shop2-btn:active, .r-tabs-tab.shop2-btn:active, .shop2-coupon .coupon-btn.shop2-btn:active {
    background-image: linear-gradient(to top, #f5f5f5 0%, #fff 100%);
    -moz-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.15); }

.shop2-product-discount-desc, .shop2-product-actions dd, #shop2-msg, .shop2-color-ext-tooltip, #shop2-color-ext-popup, #shop2-color-ext-select {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15); }

@media all and (max-width: 585px) {
    #shop2-msg {
      max-width: 150px;
      left: 50% !important;
      margin-left: -75px; } }

@media all and (max-width: 560px) {
    .shop2-msg-class {
      left: 0 !important; } }
/* *** Warning *** */
.shop2-warning {
  position: relative;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.05);
  font-size: 13px;
  color: #333;
  padding: 20px 55px;
  min-height: auto; }
  .shop2-warning:before {
    content: "!";
    position: absolute;
    top: 50%;
    left: 16px;
    width: 32px;
    height: 32px;
    border-radius: 16px;
    background: #ff8200;
    text-align: center;
    line-height: 32px;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    padding: 0 0 0 1px;
    margin-top: -20px; }
  .shop2-warning ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .shop2-warning h2 {
    font-size: 13px;
    margin: 0;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }

.shop2-product-actions dd .close-desc-action, #shop2-color-ext-close {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2212px%22%20height%3D%2212px%22%20%20viewBox%3D%220%200%2012%2012%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23ff836b%22%20d%3D%22M%2011.69%201.81%20C%2011.69%201.81%207.5%206%207.5%206%20C%207.5%206%2011.69%2010.19%2011.69%2010.19%20C%2011.69%2010.19%2011.69%2010.19%2011.69%2010.19%20C%2011.88%2010.38%2012%2010.65%2012%2010.94%20C%2012%2011.52%2011.53%2012%2010.94%2012%20C%2010.65%2012%2010.38%2011.88%2010.19%2011.69%20C%2010.19%2011.69%2010.19%2011.69%2010.19%2011.69%20C%2010.19%2011.69%206%207.5%206%207.5%20C%206%207.5%201.81%2011.69%201.81%2011.69%20C%201.81%2011.69%201.81%2011.69%201.81%2011.69%20C%201.62%2011.88%201.35%2012%201.06%2012%20C%200.47%2012%200%2011.52%200%2010.94%20C%200%2010.65%200.12%2010.38%200.31%2010.19%20C%200.31%2010.19%200.31%2010.19%200.31%2010.19%20C%200.31%2010.19%204.5%206%204.5%206%20C%204.5%206%200.31%201.81%200.31%201.81%20C%200.31%201.81%200.31%201.81%200.31%201.81%20C%200.12%201.61%200%201.35%200%201.06%20C%200%200.47%200.47%200%201.06%200%20C%201.35%200%201.62%200.12%201.81%200.31%20C%201.81%200.31%201.81%200.31%201.81%200.31%20C%201.81%200.31%206%204.5%206%204.5%20C%206%204.5%2010.19%200.31%2010.19%200.31%20C%2010.19%200.31%2010.19%200.31%2010.19%200.31%20C%2010.38%200.12%2010.65%200%2010.94%200%20C%2011.53%200%2012%200.47%2012%201.06%20C%2012%201.35%2011.88%201.61%2011.69%201.81%20C%2011.69%201.81%2011.69%201.81%2011.69%201.81%20Z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
  top: 9px;
  right: 13px; }

.shop2-color-ext-list .shop2-color-ext-selected {
  position: relative;
  border: 1px solid #fff;
  outline: 1px solid #ff8200; }
  .shop2-color-ext-list .shop2-color-ext-selected:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #fff #fff transparent; }
  .shop2-color-ext-list span {
    position: absolute;
    right: -6px;
    bottom: -1px;
    width: 14px;
    height: 11px;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2214px%22%20height%3D%2211px%22%20%20viewBox%3D%220%200%2014%2011%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M5.9%2C10.9c-0.8%2C0-1.5-0.3-2.1-0.9L0.9%2C7.1C0.3%2C6.5%2C0%2C5.8%2C0%2C5c0-0.8%2C0.3-1.6%2C0.9-2.1c1.2-1.1%2C3.1-1.2%2C4.3%2C0L6%2C3.7l2.9-2.9c1.2-1.1%2C3.1-1.1%2C4.3%2C0c0.6%2C0.6%2C0.9%2C1.3%2C0.9%2C2.1c0%2C0.8-0.3%2C1.6-0.9%2C2.1l0%2C0l-5%2C4.9C7.5%2C10.6%2C6.7%2C10.9%2C5.9%2C10.9z%22%2F%3E%3Cpath%20fill%3D%22%23BE3727%22%20d%3D%22M11.7%2C3.6l-5%2C4.9c-0.4%2C0.4-1.1%2C0.4-1.5%2C0L2.3%2C5.6c-0.4-0.4-0.4-1%2C0-1.4s1.1-0.4%2C1.5%2C0L6%2C6.3l4.3-4.2c0.4-0.4%2C1.1-0.4%2C1.5%2C0C12.1%2C2.6%2C12.1%2C3.2%2C11.7%2C3.6z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat; }

.shop2-texture-pick {
  overflow: visible; }
  .shop2-texture-pick li {
    width: 38px;
    height: 26px; }
  .shop2-texture-pick li img {
    width: auto;
    height: auto;
    margin: 0 auto; }
  .shop2-texture-pick li.active-texture {
    position: relative;
    border: 1px solid #fff;
    outline: 1px solid #e9573e; }
  .shop2-texture-pick li.active-texture:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #fff #fff transparent; }
  .shop2-texture-pick li.active-texture:after {
    content: "";
    position: absolute;
    right: -6px;
    bottom: -1px;
    width: 14px;
    height: 11px;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2214px%22%20height%3D%2211px%22%20%20viewBox%3D%220%200%2014%2011%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M5.9%2C10.9c-0.8%2C0-1.5-0.3-2.1-0.9L0.9%2C7.1C0.3%2C6.5%2C0%2C5.8%2C0%2C5c0-0.8%2C0.3-1.6%2C0.9-2.1c1.2-1.1%2C3.1-1.2%2C4.3%2C0L6%2C3.7l2.9-2.9c1.2-1.1%2C3.1-1.1%2C4.3%2C0c0.6%2C0.6%2C0.9%2C1.3%2C0.9%2C2.1c0%2C0.8-0.3%2C1.6-0.9%2C2.1l0%2C0l-5%2C4.9C7.5%2C10.6%2C6.7%2C10.9%2C5.9%2C10.9z%22%2F%3E%3Cpath%20fill%3D%22%23BE3727%22%20d%3D%22M11.7%2C3.6l-5%2C4.9c-0.4%2C0.4-1.1%2C0.4-1.5%2C0L2.3%2C5.6c-0.4-0.4-0.4-1%2C0-1.4s1.1-0.4%2C1.5%2C0L6%2C6.3l4.3-4.2c0.4-0.4%2C1.1-0.4%2C1.5%2C0C12.1%2C2.6%2C12.1%2C3.2%2C11.7%2C3.6z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat; }

.shop2-color-pick {
  overflow: visible; }
  .shop2-color-pick li.active-color {
    position: relative;
    border: 1px solid #fff;
    outline: 1px solid #e9573e; }
  .shop2-color-pick li.active-color:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #fff #fff transparent; }
  .shop2-color-pick li.active-color:after {
    content: "";
    position: absolute;
    right: -6px;
    bottom: -1px;
    width: 14px;
    height: 11px;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2214px%22%20height%3D%2211px%22%20%20viewBox%3D%220%200%2014%2011%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M5.9%2C10.9c-0.8%2C0-1.5-0.3-2.1-0.9L0.9%2C7.1C0.3%2C6.5%2C0%2C5.8%2C0%2C5c0-0.8%2C0.3-1.6%2C0.9-2.1c1.2-1.1%2C3.1-1.2%2C4.3%2C0L6%2C3.7l2.9-2.9c1.2-1.1%2C3.1-1.1%2C4.3%2C0c0.6%2C0.6%2C0.9%2C1.3%2C0.9%2C2.1c0%2C0.8-0.3%2C1.6-0.9%2C2.1l0%2C0l-5%2C4.9C7.5%2C10.6%2C6.7%2C10.9%2C5.9%2C10.9z%22%2F%3E%3Cpath%20fill%3D%22%23BE3727%22%20d%3D%22M11.7%2C3.6l-5%2C4.9c-0.4%2C0.4-1.1%2C0.4-1.5%2C0L2.3%2C5.6c-0.4-0.4-0.4-1%2C0-1.4s1.1-0.4%2C1.5%2C0L6%2C6.3l4.3-4.2c0.4-0.4%2C1.1-0.4%2C1.5%2C0C12.1%2C2.6%2C12.1%2C3.2%2C11.7%2C3.6z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat; }
  .shop2-color-pick li.active-color span {
    cursor: default; }

.shop2-color-ext-multi {
  border: 1px solid #fff;
  outline: 1px solid #e9573e; }
/* Product Buttons */
.shop-product-btn {
  border: none;
  padding: 0;
  margin: 0;
  width: 80px;
  height: 40px;
  font-size: 15px;
  cursor: pointer;
  vertical-align: middle;
  border-radius: 5px; }
  .shop-product-btn span {
    display: block;
    overflow: hidden;
    margin: 0 auto;
    font-size: 0;
    line-height: 36px;
    height: 40px;
    font-family: 'Roboto Condensed';
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    text-align: center; }
  .shop-product-btn span .btn-shop-icon-wr {
    text-indent: 0;
    line-height: 1;
    display: inline-block;
    vertical-align: middle; }
  .shop-product-btn span svg .btn-shop-icon {
    fill: #fff;
    fill-rule: evenodd; }
  .shop-product-btn.disabled, .shop-product-btn.disabled:hover, .shop-product-btn.disabled:active, .shop-product-btn.notavailable, .shop-product-btn.notavailable:hover, .shop-product-btn.notavailable:active {
    background: none #e2e2e2;
    cursor: default;
    box-shadow: none; }
  .shop-product-btn.disabled span, .shop-product-btn.disabled:hover span, .shop-product-btn.disabled:active span, .shop-product-btn.notavailable span, .shop-product-btn.notavailable:hover span, .shop-product-btn.notavailable:active span {
    font-size: 0;
    color: rgba(0, 0, 0, 0.15); }
  .shop-product-btn.disabled span svg .btn-shop-icon, .shop-product-btn.disabled:hover span svg .btn-shop-icon, .shop-product-btn.disabled:active span svg .btn-shop-icon, .shop-product-btn.notavailable span svg .btn-shop-icon, .shop-product-btn.notavailable:hover span svg .btn-shop-icon, .shop-product-btn.notavailable:active span svg .btn-shop-icon {
    fill: #000;
    fill-rule: evenodd;
    opacity: 0.15; }

button.shop-product-btn {
  outline: none; }

.shop-product-amount input[type="text"] {
  width: 40px;
  height: 40px;
  padding: 0;
  text-align: center;
  font-size: 13px;
  color: #666;
  margin: 0 3px;
  vertical-align: top; }
  .shop-product-amount button {
    height: 40px;
    width: 29px;
    color: #666;
    font-size: 20px;
    border-radius: 5px;
    padding: 0;
    display: inline-block; }
  .shop-product-amount button.disabled {
    cursor: default;
    color: #c0c0c0;
    background: #e2e2e2;
    box-shadow: none;
    border: none; }
  .shop-product-amount.disabled button {
    color: #c0c0c0;
    background: #e2e2e2;
    box-shadow: none;
    border: none; }
  .shop-product-amount.disabled input {
    color: #c0c0c0;
    background-color: #e2e2e2; }

.shop-main-header {
  font-size: 30px;
  color: #000;
  font-family: "Roboto Condensed";
  margin-bottom: 15px;
  background: none;
  padding: 0;
  line-height: 1; }

.shop2-main-before {
  padding: 0;
  margin-bottom: 15px; }

.shop-main-block-wr {
  margin-bottom: 15px; }
  .shop-main-block-wr .product-list.product-list-thumbs {
    display: block; }
  .shop-main-block-wr .product-list.product-list-thumbs .shop2-item-product {
    display: block;
    width: auto;
    margin: 0;
    position: initial; }
  .shop-main-block-wr .owl-dots {
    position: relative;
    margin: 19px 40px 0;
    text-align: center;
    display: none; }
  .shop-main-block-wr .owl-dots .owl-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    margin: 0 3px; }
  .shop-main-block-wr .owl-dots .owl-dot.active {
    border-color: #ff8200;
    background-color: #ff8200; }
  .shop-main-block-wr .owl-nav {
    height: 32px;
    position: relative;
    margin: 13px 0 0; }
  @media all and (max-width: 768px) {
    .shop-main-block-wr .owl-nav {
      display: none; } }
  .shop-main-block-wr .owl-nav + .owl-dots {
    margin-top: -32px;
    padding: 11px 0; }
  @media all and (max-width: 768px) {
      .shop-main-block-wr .owl-nav + .owl-dots {
        margin-top: 19px;
        padding: 0; } }
  .shop-main-block-wr .owl-nav > div {
    position: absolute;
    top: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px; }
  .shop-main-block-wr .owl-nav > div:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 13px;
    height: 7px;
    margin: -3px 0 0 -7px;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2212px%22%20height%3D%227px%22%20%20viewBox%3D%220%200%2012%207%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23666%22%20d%3D%22M%202%200.38%20C%202%200.38%206%204.29%206%204.29%20C%206%204.29%2010.07%200.31%2010.07%200.31%20C%2010.07%200.31%2010.07%200.31%2010.07%200.31%20C%2010.27%200.11%2010.55%20-0.01%2010.86%20-0.01%20C%2011.5%20-0.01%2012.01%200.5%2012.01%201.12%20C%2012.01%201.42%2011.89%201.7%2011.69%201.9%20C%2011.69%201.9%2011.69%201.9%2011.69%201.9%20C%2011.69%201.9%206.82%206.66%206.82%206.66%20C%206.82%206.66%206.82%206.66%206.82%206.66%20C%206.62%206.87%206.32%207.01%206%207.01%20C%206%207.01%206%207.01%206%207.01%20C%206%207.01%205.99%207.01%205.99%207.01%20C%205.67%207.01%205.38%206.87%205.17%206.66%20C%205.17%206.66%205.17%206.66%205.17%206.66%20C%205.17%206.66%200.31%201.9%200.31%201.9%20C%200.31%201.9%200.31%201.9%200.31%201.9%20C%200.11%201.7%20-0.01%201.42%20-0.01%201.12%20C%20-0.01%200.5%200.5%20-0.01%201.14%20-0.01%20C%201.48%20-0.01%201.79%200.14%202%200.38%20Z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") 0 50% no-repeat;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  .shop-main-block-wr .owl-nav > div:hover {
    border: 1px solid rgba(255, 131, 107, 0.5); }
  .shop-main-block-wr .owl-nav > div:hover:before {
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2212px%22%20height%3D%227px%22%20%20viewBox%3D%220%200%2012%207%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23ff8200%22%20d%3D%22M%202%200.38%20C%202%200.38%206%204.29%206%204.29%20C%206%204.29%2010.07%200.31%2010.07%200.31%20C%2010.07%200.31%2010.07%200.31%2010.07%200.31%20C%2010.27%200.11%2010.55%20-0.01%2010.86%20-0.01%20C%2011.5%20-0.01%2012.01%200.5%2012.01%201.12%20C%2012.01%201.42%2011.89%201.7%2011.69%201.9%20C%2011.69%201.9%2011.69%201.9%2011.69%201.9%20C%2011.69%201.9%206.82%206.66%206.82%206.66%20C%206.82%206.66%206.82%206.66%206.82%206.66%20C%206.62%206.87%206.32%207.01%206%207.01%20C%206%207.01%206%207.01%206%207.01%20C%206%207.01%205.99%207.01%205.99%207.01%20C%205.67%207.01%205.38%206.87%205.17%206.66%20C%205.17%206.66%205.17%206.66%205.17%206.66%20C%205.17%206.66%200.31%201.9%200.31%201.9%20C%200.31%201.9%200.31%201.9%200.31%201.9%20C%200.11%201.7%20-0.01%201.42%20-0.01%201.12%20C%20-0.01%200.5%200.5%20-0.01%201.14%20-0.01%20C%201.48%20-0.01%201.79%200.14%202%200.38%20Z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") 0 50% no-repeat;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  .shop-main-block-wr .owl-nav > div:active {
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15); }
  .shop-main-block-wr .owl-nav > div.owl-prev {
    left: 0; }
  .shop-main-block-wr .owl-nav > div.owl-next {
    right: 0; }
  .shop-main-block-wr .owl-nav > div.owl-next:before {
    margin: -4px 0 0 -6px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }

.shop-filter {
  border-top: none;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid transparent;
  width: 194px;
  padding: 14px 15px;
  margin: 0;
  z-index: 101;
  position: absolute;
  right: 0;
  top: 0; }
  @media all and (max-width: 470px) {
  .shop-filter {
    left: 0;
    width: auto; } }
  .shop-filter .shop2-filter-btn {
    position: relative;
    cursor: pointer;
    font-family: 'Roboto Condensed';
    color: #fffefe;
    font-size: 17px;
    line-height: 1;
    padding: 10px 30px 13px 16px;
    background-color: #ffb400;
    background-image: linear-gradient(to top, #f5ad00 0%, #ffb70a 100%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1); }
  .shop-filter .shop2-filter-btn:before {
    content: "";
    position: absolute;
    right: 11px;
    top: 50%;
    margin-top: -3px;
    width: 11px;
    height: 7px;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2211px%22%20height%3D%227px%22%20%20viewBox%3D%220%200%2011%207%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M6.5%2C6.6c-0.6%2C0.6-1.5%2C0.6-2%2C0L0.4%2C2.5c-0.6-0.6-0.6-1.5%2C0-2c0.6-0.6%2C1.5-0.6%2C2%2C0l3.1%2C3.1l3.1-3.1c0.6-0.6%2C1.5-0.6%2C2%2C0c0.6%2C0.6%2C0.6%2C1.5%2C0%2C2L6.5%2C6.6z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat; }
  .shop-filter.opened {
    border: 1px solid #ffb400;
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15); }
  .shop-filter.opened .shop2-filter-btn:before {
    transform: rotate(180deg); }
  .shop-filter .shop2-filter-block {
    display: none; }
  .shop-filter .noUi-horizontal {
    height: 1px;
    margin: 0 7px 5px; }
  .shop-filter .noUi-horizontal .noUi-background, .shop-filter .noUi-horizontal .noUi-base {
    background-color: #dedede; }
  .shop-filter .noUi-horizontal .noUi-connect {
    background: #ff8200; }
  .shop-filter .noUi-horizontal .noUi-handle {
    width: 14px;
    height: 14px;
    left: -7px;
    top: 50%;
    margin-top: -7px;
    border: none;
    background: #ff8200;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    -webkit-transition: box-shadow 0.3s ease-in-out;
    -moz-transition: box-shadow 0.3s ease-in-out;
    -o-transition: box-shadow 0.3s ease-in-out;
    -ms-transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out; }
  .shop-filter .noUi-horizontal .noUi-handle::before {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 40px;
    height: 40px;
    content: "";
    margin: -20px 0 0 -20px; }
  .shop-filter .noUi-horizontal .noUi-handle.noUi-active {
    box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.1); }
  .shop-filter .shop-param-filter {
    margin-bottom: 20px; }
  .shop-filter .shop-param-filter .param-wrap {
    padding: 10px 0;
    border-bottom: 1px dashed #dedede; }
  .shop-filter .shop-param-filter .param-title {
    font-size: 12px;
    color: #666;
    margin: 0 0 5px; }
  .shop-filter .shop-param-filter .param-body {
    font-size: 13px;
    color: #777; }
  .shop-filter .shop-param-filter .param-body .price_range {
    margin-bottom: 15px; }
  .shop-filter .shop-param-filter .param-body .price_range input {
    width: 80px; }
  .shop-filter .shop-param-filter .param-body .price_range input.hight {
    float: right; }
  .shop-filter .shop-param-filter a {
    color: #ffb400; }
  .shop-filter .shop-param-filter strong {
    margin-right: 6px; }
  .shop-filter .shop2-color-ext-popup .shop2-color-ext-caption {
    border-bottom: 1px dashed;
    margin: 3px 10px 5px 0; }
  .shop-filter a.param-val {
    text-decoration: none;
    padding: 0 7px;
    line-height: 20px;
    border-radius: 3px;
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: top; }
  .shop-filter a.param-val.active-val {
    padding-right: 7px;
    background-color: #ffb400;
    color: #fff; }
  .shop-filter a.param-val.active-val span {
    display: none; }
  .shop-filter .type-checkbox a.param-val {
    position: relative;
    padding: 0 0 0 27px;
    margin: 0 20px 0 0;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    text-transform: capitalize;
    line-height: 20px; }
  .shop-filter .type-checkbox a.param-val:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 19px;
    height: 18px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.08); }
  .shop-filter .type-checkbox a.param-val.active-val {
    background: none;
    padding-right: 0; }
  .shop-filter .type-checkbox a.param-val.active-val span {
    display: none; }
  .shop-filter .type-checkbox a.param-val.active-val:before {
    box-shadow: none;
    background: #ffb400 url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2213px%22%20height%3D%2210px%22%20%20viewBox%3D%220%200%2013%2010%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23ffffff%22%20d%3D%22M12.571%2C2.471%20C12.571%2C2.471%205.502%2C9.567%205.502%2C9.567%20C4.940%2C10.133%204.029%2C10.133%203.467%2C9.567%20C3.467%2C9.567%200.398%2C6.470%200.398%2C6.470%20C-0.164%2C5.905%20-0.164%2C4.988%200.398%2C4.422%20C0.960%2C3.857%201.871%2C3.857%202.433%2C4.422%20C2.433%2C4.422%204.487%2C6.495%204.487%2C6.495%20C4.487%2C6.495%2010.536%2C0.423%2010.536%2C0.423%20C11.098%2C-0.143%2012.009%2C-0.143%2012.571%2C0.423%20C13.133%2C0.988%2013.133%2C1.905%2012.571%2C2.471%20Z%22%20id%3D%22path-1%22%20class%3D%22cls-2%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
    border-color: #ffb400; }
  .shop-filter .result {
    height: auto;
    line-height: 1;
    padding: 0;
    margin: 0;
    background: none;
    font-size: 15px; }
  .shop-filter .shop2-btn {
    font-size: 15px;
    font-family: 'Roboto Condensed';
    padding: 12px 14px 13px;
    margin: 0; }
  .shop-filter .shop2-filter-reset {
    float: right;
    position: relative;
    display: inline-block;
    padding: 12px 0 13px 20px;
    text-decoration: none;
    color: #ffb400;
    font-size: 15px;
    font-family: 'Roboto Condensed'; }
  .shop-filter .shop2-filter-reset svg {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px; }
  .shop-filter .shop2-filter-reset svg .filter-reset-ico {
    fill: #ffb400;
    fill-rule: evenodd; }
/* *** Sorting *** */
.shop2-panel-sorting {
  position: relative;
  padding: 15px;
  color: #777;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin: 0 0 16px;
  height: 40px; }
  @media all and (max-width: 470px) {
  .shop2-panel-sorting {
    height: 96px; } }
  .shop2-panel-sorting .sorting-wrap {
    position: relative;
    z-index: 99;
    width: 194px; }
  @media all and (max-width: 470px) {
    .shop2-panel-sorting .sorting-wrap {
      width: auto;
      margin-top: 56px; } }
  .shop2-panel-sorting .sorting-wrap.opened .sort-title {
    border-color: #ffb04b; }
  .shop2-panel-sorting .sorting-wrap.opened .sort-title:before {
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2211px%22%20height%3D%227px%22%20%20viewBox%3D%220%200%2011%207%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23ffb04b%22%20d%3D%22M6.5%2C6.6c-0.6%2C0.6-1.5%2C0.6-2%2C0L0.4%2C2.5c-0.6-0.6-0.6-1.5%2C0-2c0.6-0.6%2C1.5-0.6%2C2%2C0l3.1%2C3.1l3.1-3.1c0.6-0.6%2C1.5-0.6%2C2%2C0c0.6%2C0.6%2C0.6%2C1.5%2C0%2C2L6.5%2C6.6z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat; }
  .shop2-panel-sorting .sorting-wrap .sort-title {
    position: relative;
    display: block;
    font-size: 13px;
    color: #777;
    font-weight: bold;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.08);
    padding: 2px 30px 2px 10px;
    height: 34px;
    line-height: 34px;
    border-radius: 3px;
    cursor: pointer; }
  .shop2-panel-sorting .sorting-wrap .sort-title:before {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    height: 7px;
    width: 11px;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2211px%22%20height%3D%227px%22%20%20viewBox%3D%220%200%2011%207%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23666666%22%20d%3D%22M6.5%2C6.6c-0.6%2C0.6-1.5%2C0.6-2%2C0L0.4%2C2.5c-0.6-0.6-0.6-1.5%2C0-2c0.6-0.6%2C1.5-0.6%2C2%2C0l3.1%2C3.1l3.1-3.1c0.6-0.6%2C1.5-0.6%2C2%2C0c0.6%2C0.6%2C0.6%2C1.5%2C0%2C2L6.5%2C6.6z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat; }
  .shop2-panel-sorting .sorting-wrap .sorting-block {
    margin-top: -1px;
    padding: 10px 0;
    background-color: #fff;
    border: 1px solid #ffb04b;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    display: none; }
  .shop2-panel-sorting .sorting-wrap .sort-param {
    color: #777;
    text-decoration: none;
    font-size: 13px;
    display: block;
    padding: 0 14px 0 8px;
    height: 34px;
    line-height: 34px;
    position: relative; }
  .shop2-panel-sorting .sorting-wrap .sort-param:hover {
    color: #000;
    background-color: rgba(0, 0, 0, 0.04); }
  .shop2-panel-sorting .sorting-wrap .sort-param.active {
    color: #ff8200; }
  .shop2-panel-sorting .sorting-wrap .sort-param.clone {
    color: #777; }
  .shop2-panel-sorting .sorting-wrap .sort-param.clone:hover {
    background: none; }
  .shop2-panel-sorting .sorting-wrap .sort-param span {
    width: 10px;
    height: 34px;
    display: inline-block;
    margin-left: 6px; }
  .shop2-panel-sorting .sorting-wrap .sort-param.sort-param-asc span {
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2210px%22%20height%3D%2210px%22%20%20viewBox%3D%220%200%2010%2010%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23777777%22%20d%3D%22M9.713%2C5.724%20C9.342%2C6.100%208.739%2C6.100%208.367%2C5.724%20C8.367%2C5.724%205.974%2C3.310%205.974%2C3.310%20C5.974%2C3.310%205.974%2C9.053%205.974%2C9.053%20C5.974%2C9.583%205.547%2C10.014%205.021%2C10.014%20C4.495%2C10.014%204.069%2C9.583%204.069%2C9.053%20C4.069%2C9.053%204.069%2C3.288%204.069%2C3.288%20C4.069%2C3.279%204.074%2C3.271%204.074%2C3.262%20C4.074%2C3.262%201.633%2C5.724%201.633%2C5.724%20C1.262%2C6.100%200.659%2C6.100%200.287%2C5.724%20C-0.085%2C5.349%20-0.085%2C4.741%200.287%2C4.365%20C0.287%2C4.365%204.327%2C0.289%204.327%2C0.289%20C4.699%2C-0.086%205.302%2C-0.086%205.673%2C0.289%20C5.673%2C0.289%209.713%2C4.365%209.713%2C4.365%20C10.085%2C4.741%2010.085%2C5.349%209.713%2C5.724%20ZM4.995%2C2.332%20C4.998%2C2.332%205.000%2C2.331%205.003%2C2.331%20C5.003%2C2.331%205.000%2C2.327%205.000%2C2.327%20C5.000%2C2.327%204.995%2C2.332%204.995%2C2.332%20Z%22%20id%3D%22path-1%22%20class%3D%22cls-2%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") 0 50% no-repeat; }
  .shop2-panel-sorting .sorting-wrap .sort-param.sort-param-asc:hover span {
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2210px%22%20height%3D%2210px%22%20%20viewBox%3D%220%200%2010%2010%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M9.713%2C5.724%20C9.342%2C6.100%208.739%2C6.100%208.367%2C5.724%20C8.367%2C5.724%205.974%2C3.310%205.974%2C3.310%20C5.974%2C3.310%205.974%2C9.053%205.974%2C9.053%20C5.974%2C9.583%205.547%2C10.014%205.021%2C10.014%20C4.495%2C10.014%204.069%2C9.583%204.069%2C9.053%20C4.069%2C9.053%204.069%2C3.288%204.069%2C3.288%20C4.069%2C3.279%204.074%2C3.271%204.074%2C3.262%20C4.074%2C3.262%201.633%2C5.724%201.633%2C5.724%20C1.262%2C6.100%200.659%2C6.100%200.287%2C5.724%20C-0.085%2C5.349%20-0.085%2C4.741%200.287%2C4.365%20C0.287%2C4.365%204.327%2C0.289%204.327%2C0.289%20C4.699%2C-0.086%205.302%2C-0.086%205.673%2C0.289%20C5.673%2C0.289%209.713%2C4.365%209.713%2C4.365%20C10.085%2C4.741%2010.085%2C5.349%209.713%2C5.724%20ZM4.995%2C2.332%20C4.998%2C2.332%205.000%2C2.331%205.003%2C2.331%20C5.003%2C2.331%205.000%2C2.327%205.000%2C2.327%20C5.000%2C2.327%204.995%2C2.332%204.995%2C2.332%20Z%22%20id%3D%22path-1%22%20class%3D%22cls-2%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") 0 50% no-repeat; }
  .shop2-panel-sorting .sorting-wrap .sort-param.sort-param-asc.active span {
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2210px%22%20height%3D%2210px%22%20%20viewBox%3D%220%200%2010%2010%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23ff8200%22%20d%3D%22M9.713%2C5.724%20C9.342%2C6.100%208.739%2C6.100%208.367%2C5.724%20C8.367%2C5.724%205.974%2C3.310%205.974%2C3.310%20C5.974%2C3.310%205.974%2C9.053%205.974%2C9.053%20C5.974%2C9.583%205.547%2C10.014%205.021%2C10.014%20C4.495%2C10.014%204.069%2C9.583%204.069%2C9.053%20C4.069%2C9.053%204.069%2C3.288%204.069%2C3.288%20C4.069%2C3.279%204.074%2C3.271%204.074%2C3.262%20C4.074%2C3.262%201.633%2C5.724%201.633%2C5.724%20C1.262%2C6.100%200.659%2C6.100%200.287%2C5.724%20C-0.085%2C5.349%20-0.085%2C4.741%200.287%2C4.365%20C0.287%2C4.365%204.327%2C0.289%204.327%2C0.289%20C4.699%2C-0.086%205.302%2C-0.086%205.673%2C0.289%20C5.673%2C0.289%209.713%2C4.365%209.713%2C4.365%20C10.085%2C4.741%2010.085%2C5.349%209.713%2C5.724%20ZM4.995%2C2.332%20C4.998%2C2.332%205.000%2C2.331%205.003%2C2.331%20C5.003%2C2.331%205.000%2C2.327%205.000%2C2.327%20C5.000%2C2.327%204.995%2C2.332%204.995%2C2.332%20Z%22%20id%3D%22path-1%22%20class%3D%22cls-2%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") 0 50% no-repeat; }
  .shop2-panel-sorting .sorting-wrap .sort-param.sort-param-desc span {
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2210px%22%20height%3D%2210px%22%20%20viewBox%3D%220%200%2010%2010%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23777777%22%20d%3D%22M9.714%2C5.634%20C9.714%2C5.634%205.674%2C9.710%205.674%2C9.710%20C5.302%2C10.085%204.699%2C10.085%204.327%2C9.710%20C4.327%2C9.710%200.287%2C5.634%200.287%2C5.634%20C-0.085%2C5.258%20-0.085%2C4.650%200.287%2C4.275%20C0.659%2C3.900%201.262%2C3.900%201.633%2C4.275%20C1.633%2C4.275%204.074%2C6.738%204.074%2C6.738%20C4.074%2C6.728%204.069%2C6.721%204.069%2C6.711%20C4.069%2C6.711%204.069%2C0.946%204.069%2C0.946%20C4.069%2C0.416%204.495%2C-0.015%205.021%2C-0.015%20C5.547%2C-0.015%205.973%2C0.416%205.973%2C0.946%20C5.973%2C0.946%205.973%2C6.690%205.973%2C6.690%20C5.973%2C6.690%208.367%2C4.275%208.367%2C4.275%20C8.739%2C3.900%209.342%2C3.900%209.714%2C4.275%20C10.085%2C4.650%2010.085%2C5.258%209.714%2C5.634%20ZM4.996%2C7.667%20C4.996%2C7.667%205.000%2C7.672%205.000%2C7.672%20C5.000%2C7.672%205.003%2C7.669%205.003%2C7.669%20C5.001%2C7.669%204.998%2C7.667%204.996%2C7.667%20Z%22%20id%3D%22path-1%22%20class%3D%22cls-2%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") 0 50% no-repeat; }
  .shop2-panel-sorting .sorting-wrap .sort-param.sort-param-desc:hover span {
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2210px%22%20height%3D%2210px%22%20%20viewBox%3D%220%200%2010%2010%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23000%22%20d%3D%22M9.714%2C5.634%20C9.714%2C5.634%205.674%2C9.710%205.674%2C9.710%20C5.302%2C10.085%204.699%2C10.085%204.327%2C9.710%20C4.327%2C9.710%200.287%2C5.634%200.287%2C5.634%20C-0.085%2C5.258%20-0.085%2C4.650%200.287%2C4.275%20C0.659%2C3.900%201.262%2C3.900%201.633%2C4.275%20C1.633%2C4.275%204.074%2C6.738%204.074%2C6.738%20C4.074%2C6.728%204.069%2C6.721%204.069%2C6.711%20C4.069%2C6.711%204.069%2C0.946%204.069%2C0.946%20C4.069%2C0.416%204.495%2C-0.015%205.021%2C-0.015%20C5.547%2C-0.015%205.973%2C0.416%205.973%2C0.946%20C5.973%2C0.946%205.973%2C6.690%205.973%2C6.690%20C5.973%2C6.690%208.367%2C4.275%208.367%2C4.275%20C8.739%2C3.900%209.342%2C3.900%209.714%2C4.275%20C10.085%2C4.650%2010.085%2C5.258%209.714%2C5.634%20ZM4.996%2C7.667%20C4.996%2C7.667%205.000%2C7.672%205.000%2C7.672%20C5.000%2C7.672%205.003%2C7.669%205.003%2C7.669%20C5.001%2C7.669%204.998%2C7.667%204.996%2C7.667%20Z%22%20id%3D%22path-1%22%20class%3D%22cls-2%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") 0 50% no-repeat; }
  .shop2-panel-sorting .sorting-wrap .sort-param.sort-param-desc.active span {
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2210px%22%20height%3D%2210px%22%20%20viewBox%3D%220%200%2010%2010%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23ff8200%22%20d%3D%22M9.714%2C5.634%20C9.714%2C5.634%205.674%2C9.710%205.674%2C9.710%20C5.302%2C10.085%204.699%2C10.085%204.327%2C9.710%20C4.327%2C9.710%200.287%2C5.634%200.287%2C5.634%20C-0.085%2C5.258%20-0.085%2C4.650%200.287%2C4.275%20C0.659%2C3.900%201.262%2C3.900%201.633%2C4.275%20C1.633%2C4.275%204.074%2C6.738%204.074%2C6.738%20C4.074%2C6.728%204.069%2C6.721%204.069%2C6.711%20C4.069%2C6.711%204.069%2C0.946%204.069%2C0.946%20C4.069%2C0.416%204.495%2C-0.015%205.021%2C-0.015%20C5.547%2C-0.015%205.973%2C0.416%205.973%2C0.946%20C5.973%2C0.946%205.973%2C6.690%205.973%2C6.690%20C5.973%2C6.690%208.367%2C4.275%208.367%2C4.275%20C8.739%2C3.900%209.342%2C3.900%209.714%2C4.275%20C10.085%2C4.650%2010.085%2C5.258%209.714%2C5.634%20ZM4.996%2C7.667%20C4.996%2C7.667%205.000%2C7.672%205.000%2C7.672%20C5.000%2C7.672%205.003%2C7.669%205.003%2C7.669%20C5.001%2C7.669%204.998%2C7.667%204.996%2C7.667%20Z%22%20id%3D%22path-1%22%20class%3D%22cls-2%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") 0 50% no-repeat; }
  .shop2-panel-sorting .sorting-wrap .sort-reset {
    color: #777;
    text-decoration: none;
    font-size: 13px;
    display: inline-block;
    padding: 9px 18px 9px 8px;
    position: relative; }
  .shop2-panel-sorting .sorting-wrap .sort-reset:hover {
    color: #000; }
  .shop2-panel-sorting .sorting-wrap .sort-reset ins {
    text-decoration: none; }
  .shop2-panel-sorting .sorting-wrap .sort-reset span {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -8px;
    width: 13px;
    height: 15px;
    background-repeat: no-repeat;
    background-position: -20px 0;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' baseProfile='full'%0A xmlns='http://www.w3.org/2000/svg'%0A xmlns:xlink='http://www.w3.org/1999/xlink'%0A xmlns:ev='http://www.w3.org/2001/xml-events' %0A  height='14px' %0A  width='32px' %0A  viewBox='0 0 32 14'%0A%3E%0A%0A%3Cdefs%3E%0A	%3Cstyle type='text/css'%3E%3C!%5BCDATA%5B%0A		%0A		.sort-restart %7B%0A			fill: %236d6d6d;%0A		%7D%0A%0A	%5D%5D%3E%3C/style%3E%0A%3C/defs%3E%0A%3C!-- Restart --%3E%0A%3Cpath class='sort-restart'%0A d='M31.665,8.33600000000001 C31.665,11.373 29.2020000000002,13.836 26.165,13.836 C23.2979999999998,13.836 20.9720000000002,11.635 20.7150000000001,8.83600000000001 C20.7150000000001,8.83600000000001 21.7150000000001,8.83600000000001 21.7150000000001,8.83600000000001 C21.9670000000001,11.0830000000001 23.8510000000001,12.836 26.165,12.836 C28.6500000000001,12.836 30.665,10.8209999999999 30.665,8.33600000000001 C30.665,6.1400000000001 29.0799999999999,4.34999999999991 27,3.95499999999993 C27,3.95499999999993 27,5.99900000000002 27,5.99900000000002 C27,5.99900000000002 23.665,3.33600000000001 23.665,3.33600000000001 C23.665,3.33600000000001 27,1 27,1 C27,1 27,2.94900000000007 27,2.94900000000007 C29.634,3.35500000000002 31.665,5.58699999999999 31.665,8.33600000000001 Z '/%3E%0A%3C/svg%3E%0A"); }
  .shop2-panel-sorting .view-shop2 {
    float: right;
    margin-right: 210px; }
  @media all and (max-width: 630px) {
    .shop2-panel-sorting .view-shop2 {
      display: none; } }
  .shop2-panel-sorting .view-shop2 a {
    display: inline-block;
    position: relative;
    padding: 0;
    width: 38px;
    height: 38px;
    margin-right: 4px; }
  .shop2-panel-sorting .view-shop2 a .view-shop-ico2:after, .shop2-panel-sorting .view-shop2 a .view-shop-ico:after, .shop2-panel-sorting .view-shop2 a .view-shop-ico2:before, .shop2-panel-sorting .view-shop2 a .view-shop-ico:before {
    content: "";
    position: absolute;
    border-color: #666; }
  .shop2-panel-sorting .view-shop2 a:active, .shop2-panel-sorting .view-shop2 a.active-view {
    cursor: default;
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0.1);
    background: none;
    box-shadow: none; }
  .shop2-panel-sorting .view-shop2 a:active .view-shop-ico2:after, .shop2-panel-sorting .view-shop2 a.active-view .view-shop-ico2:after, .shop2-panel-sorting .view-shop2 a:active .view-shop-ico:after, .shop2-panel-sorting .view-shop2 a.active-view .view-shop-ico:after, .shop2-panel-sorting .view-shop2 a:active .view-shop-ico2:before, .shop2-panel-sorting .view-shop2 a.active-view .view-shop-ico2:before, .shop2-panel-sorting .view-shop2 a:active .view-shop-ico:before, .shop2-panel-sorting .view-shop2 a.active-view .view-shop-ico:before {
    opacity: 0.5; }
  .shop2-panel-sorting .view-shop2 a.simple .view-shop-ico2, .shop2-panel-sorting .view-shop2 a.simple .view-shop-ico {
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    height: 7px; }
  .shop2-panel-sorting .view-shop2 a.simple .view-shop-ico2:before, .shop2-panel-sorting .view-shop2 a.simple .view-shop-ico:before {
    left: 0;
    top: 0;
    right: 0;
    height: 6px;
    border: 1px solid;
    border-radius: 2px;
    box-shadow: inset 0 0 1px #000; }
  .shop2-panel-sorting .view-shop2 a.simple .view-shop-ico2 {
    top: 20px; }
  .shop2-panel-sorting .view-shop2 a.simple:active span, .shop2-panel-sorting .view-shop2 a.simple.active-view span {
    background-position: 0 -30px; }
  .shop2-panel-sorting .view-shop2 a.thumbs .view-shop-ico2, .shop2-panel-sorting .view-shop2 a.thumbs .view-shop-ico {
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    height: 8px; }
  .shop2-panel-sorting .view-shop2 a.thumbs .view-shop-ico2:after, .shop2-panel-sorting .view-shop2 a.thumbs .view-shop-ico:after, .shop2-panel-sorting .view-shop2 a.thumbs .view-shop-ico2:before, .shop2-panel-sorting .view-shop2 a.thumbs .view-shop-ico:before {
    top: 0;
    height: 6px;
    width: 6px;
    border: 1px solid;
    box-shadow: inset 0 0 1px #000;
    border-radius: 2px; }
  .shop2-panel-sorting .view-shop2 a.thumbs .view-shop-ico2:before, .shop2-panel-sorting .view-shop2 a.thumbs .view-shop-ico:before {
    left: 0; }
  .shop2-panel-sorting .view-shop2 a.thumbs .view-shop-ico2:after, .shop2-panel-sorting .view-shop2 a.thumbs .view-shop-ico:after {
    right: 0; }
  .shop2-panel-sorting .view-shop2 a.thumbs .view-shop-ico2 {
    top: 20px; }
  .shop2-panel-sorting .view-shop2 a.pricelist .view-shop-ico2, .shop2-panel-sorting .view-shop2 a.pricelist .view-shop-ico {
    position: absolute;
    left: 11px;
    top: 10px;
    right: 11px;
    height: 7px; }
  .shop2-panel-sorting .view-shop2 a.pricelist .view-shop-ico2:after, .shop2-panel-sorting .view-shop2 a.pricelist .view-shop-ico:after, .shop2-panel-sorting .view-shop2 a.pricelist .view-shop-ico2:before, .shop2-panel-sorting .view-shop2 a.pricelist .view-shop-ico:before {
    left: 0;
    right: 0;
    height: 2px;
    border-top: 2px solid;
    border-bottom: 2px solid; }
  .shop2-panel-sorting .view-shop2 a.pricelist .view-shop-ico2:before, .shop2-panel-sorting .view-shop2 a.pricelist .view-shop-ico:before {
    top: 0; }
  .shop2-panel-sorting .view-shop2 a.pricelist .view-shop-ico2:after, .shop2-panel-sorting .view-shop2 a.pricelist .view-shop-ico:after {
    top: 8px; }
  .shop2-panel-sorting .view-shop2 a.pricelist .view-shop-ico2 {
    top: 26px; }
  .shop2-panel-sorting .view-shop2 a.pricelist .view-shop-ico2:before {
    border-bottom: none; }
  .shop2-panel-sorting .view-shop2 a.pricelist .view-shop-ico2:after {
    display: none; }

.product-options {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
  line-height: 1.3; }
  .product-options > li {
    border-top: 1px dashed rgba(0, 0, 0, 0.15);
    padding: 10px 0; }
  .product-options > li > div {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #999; }
  .product-options > li > div a {
    color: #ffb400; }
  .product-options > li > div.option-title {
    color: #666;
    margin-right: 5px; }
  .product-options > li > div a.file {
    padding-left: 27px;
    position: relative;
    display: block;
    height: 27px;
    line-height: 27px; }
  .product-options > li > div a.file span.icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    border-radius: 13px;
    background: #ffb400; }
  .product-options > li > div a.file span.icon svg {
    display: block;
    margin: 0 auto;
    height: 24px; }
    .product-options > li > div a.file span.icon svg .file-param-icon {
      fill: #fff;
      fill-rule: evenodd; }

.product-name {
  font-size: 14px; }
  .product-name a {
    color: #333;
    text-decoration: none;
    font-weight: bold; }

.product-article {
  font-size: 12px;
  color: #999;
  margin: 10px 0;
  line-height: 1; }
  .product-article span {
    color: #333; }

.product-anonce {
  color: #666;
  font-size: 14px;
  margin: 10px 0; }

.shop2-product-params .product-params-tr {
  border-top: 1px dashed rgba(0, 0, 0, 0.15);
  padding: 10px 0; }
  .shop2-product-params .product-params-tr:first-child {
    border: none; }
  .shop2-product-params .product-params-tr > div {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #999; }
  .shop2-product-params .product-params-tr > div a {
    color: #ffb400; }
  .shop2-product-params .product-params-tr > div.product-params-title {
    color: #666;
    margin-right: 5px; }
  .shop2-product-params .product-params-tr > div a.file {
    padding-left: 27px;
    position: relative;
    display: block;
    height: 27px;
    line-height: 27px; }
  .shop2-product-params .product-params-tr > div a.file span.icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 25px;
    height: 25px;
    border-radius: 13px;
    background: #ffb400; }
  .shop2-product-params .product-params-tr > div a.file span.icon svg {
    display: block;
    margin: 0 auto;
    height: 24px; }
    .shop2-product-params .product-params-tr > div a.file span.icon svg .file-param-icon {
      fill: #fff;
      fill-rule: evenodd; }

.product-price {
  font-size: 18px;
  line-height: 1;
  color: #999;
  padding: 10px 0; }
  .product-price .price-current {
    font-size: 12px; }
  .product-price .price-current strong {
    font-size: 18px;
    color: #333; }
  .product-price .price-current.new-price-current strong {
    color: #ff8200; }
  .product-price .price-old {
    position: relative;
    line-height: 16px;
    display: inline-block;
    padding: 0 20px 0 0;
    margin: 0 0 5px; }
  .product-price .price-old:after {
    content: "";
    position: absolute;
    left: 0;
    right: 20px;
    top: 50%;
    height: 1px;
    background-color: #ff836b;
    margin-top: -1px; }
  .product-price .price-old strong {
    font-weight: normal; }
  .product-price .price-old span {
    color: #999;
    font-size: 13px; }
  .product-price .price-old.question {
    position: relative; }
  .product-price .price-old.question:before {
    content: "?";
    color: #fff;
    font-size: 11px;
    text-align: center;
    line-height: 16px;
    position: absolute;
    right: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background-color: #b4b4b4; }

.shop2-product-actions dl {
  display: inline-block;
  vertical-align: top; }
  .shop2-product-actions dt {
    background: none;
    margin-bottom: 4px;
    display: inline-block;
    vertical-align: top; }
  .shop2-product-actions dt span.icon-action {
    width: 30px;
    height: 30px;
    position: relative;
    border-radius: 15px;
    margin: 0 7px 0 0;
    background: none; }
  .shop2-product-actions dt span.icon-action svg {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -6px 0 0 -6px; }
  .shop2-product-actions dt span.icon-action svg .action-ico {
    fill: #ff8200;
    fill-rule: evenodd; }
  .shop2-product-actions dt span.icon-action:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid #ff8200;
    opacity: 0.5;
    border-radius: 15px; }
  .shop2-product-actions dt span.name-action {
    font-size: 13px;
    color: #ff8200;
    border: none;
    font-weight: normal;
    margin: 2px 0 2px;
    display: none; }
  .shop2-product-actions dt.gift-action span.icon-action svg {
    margin: -7px 0 0 -7px; }

.shop2-product-mode-wr .shop2-product-actions dt {
  display: block; }

.product-label {
  position: absolute;
  top: 23px;
  left: 23px; }
  .product-label div {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-family: "Roboto Condensed";
    font-size: 10px;
    text-transform: uppercase;
    border-radius: 15px;
    margin-bottom: 4px; }

.product-new {
  background-color: #ff836b; }

.product-spec {
  background-color: #fc3; }

.product-list.product-list-thumbs {
  margin: 0;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }
  @media all and (max-width: 490px) {
  .product-list.product-list-thumbs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; } }

.shop2-item-product {
  position: relative; }
  .shop2-item-product .shop2-item-product-in {
    width: 100%;
    font-size: 13px;
    line-height: 1;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.07);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.07); }
  .shop2-item-product .shop2-item-product-in .product-image {
    text-align: center;
    margin: 0 0 10px;
    border-radius: 4px; }
  .shop2-item-product .shop2-item-product-in .product-image.no-image {
    background: #f7f7f7 url("../no_image.jpg") 50% 50% no-repeat; }
  .shop2-item-product .shop2-item-product-in .product-image img {
    border-radius: 4px;
    vertical-align: middle; }

.product-list-thumbs .product-anonce {
  display: none; }
  .product-list-thumbs .pricelist-name-wr {
    display: none; }
  .product-list-thumbs .shop2-item-product {
    position: relative;
    margin-bottom: 16px;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    width: 31.8181818182%;
    margin-right: 2.2727272727%; }
  .product-list-thumbs .shop2-item-product:nth-child(3n + 1) {
    margin-right: 0; }
  .product-list-thumbs .shop2-item-product .shop2-hide-options-btn {
    display: none; }
  @media all and (min-width: 860px) and (max-width: 970px) {
    .product-list-thumbs .shop2-item-product {
      width: 48.7179487179%;
      margin-right: 2.5641025641%; }
      .product-list-thumbs .shop2-item-product:nth-child(2n + 1) {
        margin-right: 0; }
      .product-list-thumbs .shop2-item-product:nth-child(2n) {
        margin-right: 2.5641025641%; } }
  @media all and (max-width: 720px) {
    .product-list-thumbs .shop2-item-product {
      width: 48.7179487179%;
      margin-right: 2.5641025641%; }
      .product-list-thumbs .shop2-item-product:nth-child(2n + 1) {
        margin-right: 0; }
      .product-list-thumbs .shop2-item-product:nth-child(3n + 1) {
        margin-right: 2.5641025641%; } }
  .product-list-thumbs .shop2-item-product .shop2-item-product-in {
    padding: 14px;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .product-list-thumbs .shop2-item-product .shop2-item-product-in .product-image.no-image {
    height: 160px; }
  .product-list-thumbs .shop2-item-product .product-options {
    display: none !important; }
  .product-list-thumbs .shop2-item-product .shop-product-btn {
    float: right; }
  .product-list-thumbs .shop2-item-product .product-amount {
    float: left; }

.product-list-simple .pricelist-name-wr {
  display: none; }
  .product-list-simple .shop2-item-product {
    margin-bottom: 15px;
    position: relative; }
  .product-list-simple .shop2-item-product .shop2-hide-options-btn {
    display: none; }
  .product-list-simple .shop2-item-product .shop2-item-product-in {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
    box-shadow: none; }
  .product-list-simple .shop2-item-product .shop2-item-product-in:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 4px;
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.07);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.07);
    border-radius: 0 4px 4px 0; }
  .product-list-simple .shop2-item-product .shop2-item-product-in .product-image.no-image {
    width: 160px;
    height: 160px; }
  .product-list-simple .shop2-item-product .product-top-wr {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 15px; }
  .product-list-simple .shop2-item-product .product-image-wr {
    padding: 0 15px 0 0;
    -webkit-flex-basis: 160px;
    -moz-flex-basis: 160px;
    -ms-flex-preferred-size: 160px;
    flex-basis: 160px; }
  .product-list-simple .shop2-item-product .product-info-wr {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0; }
  .product-list-simple .shop2-item-product .product-bot-wr {
    -webkit-flex-basis: 128px;
    -moz-flex-basis: 128px;
    -ms-flex-preferred-size: 128px;
    flex-basis: 128px;
    padding: 15px;
    box-shadow: inset 37px 0 37px -23px #f9f9f9; }
  .product-list-simple .shop2-item-product .shop-product-btn {
    width: 128px; }
  .product-list-simple .shop2-item-product .shop-product-btn span {
    font-size: 15px; }
  .product-list-simple .shop2-item-product .shop-product-btn.disabled, .product-list-simple .shop2-item-product .shop-product-btn.disabled:hover, .product-list-simple .shop2-item-product .shop-product-btn.disabled:active, .product-list-simple .shop2-item-product .shop-product-btn.notavailable, .product-list-simple .shop2-item-product .shop-product-btn.notavailable:hover, .product-list-simple .shop2-item-product .shop-product-btn.notavailable:active {
    padding: 0 10px; }
  .product-list-simple .shop2-item-product .shop-product-btn.disabled span, .product-list-simple .shop2-item-product .shop-product-btn.disabled:hover span, .product-list-simple .shop2-item-product .shop-product-btn.disabled:active span, .product-list-simple .shop2-item-product .shop-product-btn.notavailable span, .product-list-simple .shop2-item-product .shop-product-btn.notavailable:hover span, .product-list-simple .shop2-item-product .shop-product-btn.notavailable:active span {
    font-size: 12px;
    line-height: 40px; }
  .product-list-simple .shop2-item-product .shop2-product-actions {
    padding: 0 0 10px;
    border-bottom: 1px dashed #ddd; }
  .product-list-simple .shop2-item-product .product-price {
    border-bottom: 1px dashed #ddd;
    margin-bottom: 10px; }
  .product-list-simple .shop2-item-product .product-amount {
    margin-bottom: 10px; }

.product-list-price .pricelist-name-wr {
  font-size: 13px;
  color: #fff;
  line-height: 32px;
  background-color: #ff8200;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 3px 3px 0 0;
  padding: 0 14px; }
  .product-list-price .pricelist-name-wr .pricelist-name-left {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .product-list-price .pricelist-name-wr .pricelist-name-right {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-flex-basis: 312px;
    -moz-flex-basis: 312px;
    -ms-flex-preferred-size: 312px;
    flex-basis: 312px; }
  .product-list-price .pricelist-name-wr .column-price-title {
    width: 120px; }
  .product-list-price .pricelist-name-wr .pricelist-name-right-right {
    width: 190px; }
  .product-list-price .pricelist-name-wr .column-amount-title {
    float: left; }
  .product-list-price .pricelist-name-wr .column-add-title {
    width: 56px;
    float: right; }
  .product-list-price .shop2-item-product .shop2-item-product-in {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-radius: 0;
    padding: 14px; }
  .product-list-price .shop2-item-product .product-image.no-image {
    height: 64px; }
  .product-list-price .shop2-item-product .product-top-wr {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .product-list-price .shop2-item-product .product-image-wr {
    padding: 0 15px 0 0;
    -webkit-flex-basis: 64px;
    -moz-flex-basis: 64px;
    -ms-flex-preferred-size: 64px;
    flex-basis: 64px; }
  .product-list-price .shop2-item-product .product-image img {
    max-width: 64px; }
  .product-list-price .shop2-item-product .product-label {
    margin-top: 4px;
    position: static;
    font-size: 0;
    line-height: 1; }
  .product-list-price .shop2-item-product .product-label div {
    display: inline-block;
    vertical-align: top;
    height: 13px;
    font-size: 11px;
    line-height: 13px;
    width: 31px;
    border-radius: 3px; }
  .product-list-price .shop2-item-product .product-label div.product-new {
    margin-right: 2px; }
  .product-list-price .shop2-item-product .product-info-wr {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    padding: 0 30px 0 0; }
  .product-list-price .shop2-item-product .product-article {
    border-top: 1px dashed #ddd;
    padding-top: 10px; }
  .product-list-price .shop2-item-product .product-bot-wr {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-flex-basis: 312px;
    -moz-flex-basis: 312px;
    -ms-flex-preferred-size: 312px;
    flex-basis: 312px; }
  .product-list-price .shop2-item-product .shop-product-btn {
    width: 56px;
    float: right; }
  .product-list-price .shop2-item-product .product-amount {
    float: left; }
  .product-list-price .shop2-item-product .product-price-wr {
    width: 120px; }
  .product-list-price .shop2-item-product .product-bot {
    width: 190px; }
  .product-list-price .shop2-item-product .product-price {
    padding: 6px 0; }
  .product-list-price .shop2-item-product .product-options {
    display: none; }
  .product-list-price .shop2-item-product .shop2-hide-options-btn {
    font-size: 15px;
    color: #ff8200;
    font-weight: bold;
    font-family: 'Roboto Condensed';
    padding: 10px 0;
    border-top: 1px dashed #ddd; }
  .product-list-price .shop2-item-product .shop2-hide-options-btn span {
    cursor: pointer;
    position: relative;
    display: inline-block;
    padding: 0 20px 0 0; }
  .product-list-price .shop2-item-product .shop2-hide-options-btn span:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 12px;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2212px%22%20height%3D%227px%22%20%20viewBox%3D%220%200%2012%207%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23ff8200%22%20d%3D%22M%202%200.38%20C%202%200.38%206%204.29%206%204.29%20C%206%204.29%2010.07%200.31%2010.07%200.31%20C%2010.07%200.31%2010.07%200.31%2010.07%200.31%20C%2010.27%200.11%2010.55%20-0.01%2010.86%20-0.01%20C%2011.5%20-0.01%2012.01%200.5%2012.01%201.12%20C%2012.01%201.42%2011.89%201.7%2011.69%201.9%20C%2011.69%201.9%2011.69%201.9%2011.69%201.9%20C%2011.69%201.9%206.82%206.66%206.82%206.66%20C%206.82%206.66%206.82%206.66%206.82%206.66%20C%206.62%206.87%206.32%207.01%206%207.01%20C%206%207.01%206%207.01%206%207.01%20C%206%207.01%205.99%207.01%205.99%207.01%20C%205.67%207.01%205.38%206.87%205.17%206.66%20C%205.17%206.66%205.17%206.66%205.17%206.66%20C%205.17%206.66%200.31%201.9%200.31%201.9%20C%200.31%201.9%200.31%201.9%200.31%201.9%20C%200.11%201.7%20-0.01%201.42%20-0.01%201.12%20C%20-0.01%200.5%200.5%20-0.01%201.14%20-0.01%20C%201.48%20-0.01%201.79%200.14%202%200.38%20Z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; }
  .product-list-price .shop2-item-product .shop2-hide-options-btn.opened span:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }

.product-list-mobile .pricelist-name-wr {
  display: none; }
  .product-list-mobile .shop2-item-product {
    margin-bottom: 8px;
    position: relative; }
  .product-list-mobile .shop2-item-product .product-image.no-image {
    height: 64px; }
  .product-list-mobile .shop2-item-product .shop2-item-product-in {
    padding: 14px; }
  .product-list-mobile .shop2-item-product .product-top-wr {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .product-list-mobile .shop2-item-product .product-image-wr {
    padding: 0 15px 0 0;
    -webkit-flex-basis: 64px;
    -moz-flex-basis: 64px;
    -ms-flex-preferred-size: 64px;
    flex-basis: 64px; }
  .product-list-mobile .shop2-item-product .product-image img {
    max-width: 64px; }
  .product-list-mobile .shop2-item-product .product-info-wr {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0; }
  .product-list-mobile .shop2-item-product .product-label {
    margin-top: 4px;
    position: static;
    font-size: 0;
    line-height: 1; }
  .product-list-mobile .shop2-item-product .product-label div {
    display: inline-block;
    vertical-align: top;
    height: 13px;
    font-size: 11px;
    line-height: 13px;
    width: 31px;
    border-radius: 3px; }
  .product-list-mobile .shop2-item-product .product-label div.product-new {
    margin-right: 2px; }
  .product-list-mobile .shop2-item-product .product-bot-wr {
    margin: 0 0 0 79px; }
  .product-list-mobile .shop2-item-product .shop2-product-actions {
    border-top: 1px dashed #ddd;
    padding-top: 10px;
    margin-bottom: 10px; }
  .product-list-mobile .shop2-item-product .product-price {
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 10px; }
  .product-list-mobile .shop2-item-product .shop-product-btn {
    width: 56px;
    float: right; }
  .product-list-mobile .shop2-item-product .product-amount {
    float: left; }
  .product-list-mobile .shop2-item-product .product-options {
    display: none !important; }
  .product-list-mobile .shop2-item-product .shop2-hide-options-btn {
    display: none; }
/* *** Product *** */
.shop2-product-mode-wr {
  padding: 15px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.07);
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.07); }
  .shop2-product-mode-wr .yashare {
    margin-bottom: 15px; }
  .shop2-product-mode-wr ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .shop2-product-mode-wr .product-shop2 {
    margin: 0 0 40px; }
  .shop2-product-mode-wr .product-l-side-wr {
    float: left;
    width: 100%; }
  .shop2-product-mode-wr .product-l-side {
    position: relative; }
  @media all and (min-width: 560px) {
    .shop2-product-mode-wr .product-l-side {
      margin-right: 340px; } }
  .shop2-product-mode-wr .product-l-side .product-image {
    margin-bottom: 20px; }
  .shop2-product-mode-wr .product-l-side .product-image img {
    width: 100%;
    vertical-align: middle;
    border-radius: 4px; }
  @media all and (min-width: 560px) {
    .shop2-product-mode-wr .product-r-side {
      width: 302px;
      float: right;
      margin-left: -302px; } }
  .shop2-product-mode-wr .product-r-side .tpl-rating-block {
    font-size: 13px;
    color: #999; }
  .shop2-product-mode-wr .product-r-side .tpl-rating-block .tpl-stars {
    height: 20px;
    width: 100px;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 5px 0 0;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2220px%22%20height%3D%2220px%22%20%20viewBox%3D%220%200%2020%2020%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23d7d7d7%22%20d%3D%22M%209.66%200.29%20C%209.66%200.29%2012.84%206.33%2012.84%206.33%20C%2012.84%206.33%2019.31%207.63%2019.31%207.63%20C%2019.31%207.63%2014.8%2012.66%2014.8%2012.66%20C%2014.8%2012.66%2015.62%2019.5%2015.62%2019.5%20C%2015.62%2019.5%209.66%2016.57%209.66%2016.57%20C%209.66%2016.57%203.69%2019.5%203.69%2019.5%20C%203.69%2019.5%204.51%2012.66%204.51%2012.66%20C%204.51%2012.66%200%207.63%200%207.63%20C%200%207.63%206.47%206.33%206.47%206.33%20C%206.47%206.33%209.66%200.29%209.66%200.29%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") 0 0 repeat-x; }
  .shop2-product-mode-wr .product-r-side .tpl-rating-block .tpl-rating {
    height: 20px;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2220px%22%20height%3D%2220px%22%20%20viewBox%3D%220%200%2020%2020%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23ff8200%22%20d%3D%22M%209.66%200.29%20C%209.66%200.29%2012.84%206.33%2012.84%206.33%20C%2012.84%206.33%2019.31%207.63%2019.31%207.63%20C%2019.31%207.63%2014.8%2012.66%2014.8%2012.66%20C%2014.8%2012.66%2015.62%2019.5%2015.62%2019.5%20C%2015.62%2019.5%209.66%2016.57%209.66%2016.57%20C%209.66%2016.57%203.69%2019.5%203.69%2019.5%20C%203.69%2019.5%204.51%2012.66%204.51%2012.66%20C%204.51%2012.66%200%207.63%200%207.63%20C%200%207.63%206.47%206.33%206.47%206.33%20C%206.47%206.33%209.66%200.29%209.66%200.29%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") 0 0 repeat-x; }
  .shop2-product-mode-wr .product-r-side .product-anonce {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
    margin: 0; }
  .shop2-product-mode-wr .product-r-side .product-options > li {
    border-bottom: 1px dashed #ddd;
    border-top: none; }
  .shop2-product-mode-wr .product-r-side .shop2-product-actions dl {
    display: block;
    padding: 10px 0;
    border-bottom: 1px dashed #ddd; }
  .shop2-product-mode-wr .product-r-side .shop2-product-actions dl dt span.name-action {
    display: inline-block; }
  .shop2-product-mode-wr .product-r-side .shop2-product-article {
    color: #999;
    padding-bottom: 10px;
    border-bottom: 1px dashed #ddd; }
  .shop2-product-mode-wr .product-r-side .shop2-product-article span {
    color: #333; }
  .shop2-product-mode-wr .product-label {
    z-index: 1;
    top: 8px;
    left: 8px; }
  .shop2-product-mode-wr .add-form {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 0;
    border-bottom: 1px dashed #ddd; }
  .shop2-product-mode-wr .add-form .product-amount {
    width: 105px;
    padding: 0 0 0 10px; }
  .shop2-product-mode-wr .price-product {
    font-size: 18px;
    line-height: 1;
    color: #999;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .shop2-product-mode-wr .price-product .price-current {
    font-size: 12px; }
  .shop2-product-mode-wr .price-product .price-current strong {
    font-size: 18px;
    color: #333; }
  .shop2-product-mode-wr .price-product .price-current.new-price-current strong {
    color: #ff8200; }
  .shop2-product-mode-wr .price-product .price-old {
    position: relative;
    line-height: 16px;
    display: inline-block;
    padding: 0 20px 0 0;
    margin: 0 0 5px; }
  .shop2-product-mode-wr .price-product .price-old:after {
    content: "";
    position: absolute;
    left: 0;
    right: 20px;
    top: 50%;
    height: 1px;
    background-color: #ff836b;
    margin-top: -1px; }
  .shop2-product-mode-wr .price-product .price-old strong {
    font-weight: normal; }
  .shop2-product-mode-wr .price-product .price-old span {
    color: #999;
    font-size: 13px; }
  .shop2-product-mode-wr .price-product .price-old.question {
    position: relative; }
  .shop2-product-mode-wr .price-product .price-old.question:before {
    content: "?";
    color: #fff;
    font-size: 11px;
    text-align: center;
    line-height: 16px;
    position: absolute;
    right: 0;
    top: 0;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background-color: #b4b4b4; }
  .shop2-product-mode-wr .product-btn {
    margin: 10px 0;
    font-family: 'Roboto Condensed'; }
  .shop2-product-mode-wr .product-btn .shop-product-btn {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    height: 48px;
    border-radius: 5px; }
  .shop2-product-mode-wr .product-btn .shop-product-btn span {
    display: inline-block;
    font-size: 15px;
    line-height: 48px;
    height: 48px; }
  @media (max-width: 410px) {
        .shop2-product-mode-wr .product-btn .shop-product-btn.type-3 span {
          text-indent: 0; } }
  .shop2-product-mode-wr .product-btn .shop2-btn {
    width: 100%;
    font-size: 15px;
    text-align: center;
    padding: 0;
    height: 48px;
    line-height: 48px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px; }
  .shop2-product-mode-wr .product-thumbnails {
    margin: 0 20px 35px;
    position: relative; }
  .shop2-product-mode-wr .product-thumbnails li {
    padding: 2px;
    border-radius: 3px;
    border: 1px solid transparent; }
  .shop2-product-mode-wr .product-thumbnails li:hover {
    border-color: #ffb04b; }
  .shop2-product-mode-wr .product-thumbnails li img {
    border-radius: 3px;
    vertical-align: middle;
    width: 100%; }
  .shop2-product-mode-wr .product-thumbnails li.active {
    border-color: #ff8200; }
  .shop2-product-mode-wr .product-thumbnails li.active:before {
    content: "";
    position: absolute;
    bottom: 1px;
    right: 1px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent #fff #fff transparent; }
  .shop2-product-mode-wr .product-thumbnails li.active:after {
    content: "";
    position: absolute;
    right: -3px;
    bottom: 1px;
    width: 14px;
    height: 11px;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2214px%22%20height%3D%2211px%22%20%20viewBox%3D%220%200%2014%2011%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M5.9%2C10.9c-0.8%2C0-1.5-0.3-2.1-0.9L0.9%2C7.1C0.3%2C6.5%2C0%2C5.8%2C0%2C5c0-0.8%2C0.3-1.6%2C0.9-2.1c1.2-1.1%2C3.1-1.2%2C4.3%2C0L6%2C3.7l2.9-2.9c1.2-1.1%2C3.1-1.1%2C4.3%2C0c0.6%2C0.6%2C0.9%2C1.3%2C0.9%2C2.1c0%2C0.8-0.3%2C1.6-0.9%2C2.1l0%2C0l-5%2C4.9C7.5%2C10.6%2C6.7%2C10.9%2C5.9%2C10.9z%22%2F%3E%3Cpath%20fill%3D%22%23BE3727%22%20d%3D%22M11.7%2C3.6l-5%2C4.9c-0.4%2C0.4-1.1%2C0.4-1.5%2C0L2.3%2C5.6c-0.4-0.4-0.4-1%2C0-1.4s1.1-0.4%2C1.5%2C0L6%2C6.3l4.3-4.2c0.4-0.4%2C1.1-0.4%2C1.5%2C0C12.1%2C2.6%2C12.1%2C3.2%2C11.7%2C3.6z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat; }
  .shop2-product-mode-wr .product-thumbnails .owl-nav > div {
    cursor: pointer;
    position: absolute;
    top: 3px;
    bottom: 3px;
    width: 16px;
    font-size: 0;
    line-height: 1;
    display: block !important; }
  .shop2-product-mode-wr .product-thumbnails .owl-nav > div:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 7px;
    height: 12px;
    margin: -6px 0 0 -3px;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%227px%22%20height%3D%2212px%22%20%20viewBox%3D%220%200%207%2012%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23666%22%20d%3D%22M%200.38%2010%20C%200.38%2010%204.29%206%204.29%206%20C%204.29%206%200.31%201.93%200.31%201.93%20C%200.31%201.93%200.31%201.93%200.31%201.93%20C%200.11%201.73%20-0.01%201.45%20-0.01%201.14%20C%20-0.01%200.5%200.5%20-0.01%201.12%20-0.01%20C%201.42%20-0.01%201.7%200.11%201.9%200.31%20C%201.9%200.31%201.9%200.31%201.9%200.31%20C%201.9%200.31%206.66%205.18%206.66%205.18%20C%206.66%205.18%206.66%205.18%206.66%205.18%20C%206.88%205.38%207.01%205.68%207.01%206%20C%207.01%206%207.01%206%207.01%206%20C%207.01%206%207.01%206%207.01%206%20C%207.01%206.33%206.88%206.62%206.66%206.83%20C%206.66%206.83%206.66%206.83%206.66%206.83%20C%206.66%206.83%201.9%2011.69%201.9%2011.69%20C%201.9%2011.69%201.9%2011.69%201.9%2011.69%20C%201.7%2011.89%201.42%2012.01%201.12%2012.01%20C%200.5%2012.01%20-0.01%2011.5%20-0.01%2010.86%20C%20-0.01%2010.52%200.14%2010.2%200.38%2010%20Z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; }
  .shop2-product-mode-wr .product-thumbnails .owl-nav > div.owl-prev {
    left: -20px;
    border-radius: 5px 0 0 5px; }
  .shop2-product-mode-wr .product-thumbnails .owl-nav > div.owl-prev:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  .shop2-product-mode-wr .product-thumbnails .owl-nav > div.owl-next {
    right: -20px;
    border-radius: 0 5px 5px 0; }
  .shop2-product-mode-wr .owl-stage-outer {
    position: relative;
    overflow: hidden; }

.shop2-btn-back, .shop2-btn.shop2-btn-back {
  padding: 0 15px;
  text-decoration: none;
  padding: 0 16px;
  height: 38px;
  font-family: 'Roboto Condensed';
  font-size: 15px;
  line-height: 38px;
  display: inline-block;
  border-radius: 5px;
  margin: 0; }

div.yashare span.b-share {
  padding: 1px 3px 1px 4px !important; }
  div.yashare span.b-share a.b-share__handle {
    padding: 0 !important;
    height: 18px;
    width: auto; }
/* *** Product Data *** */
.shop-product-data {
  margin: 30px 0; }
  .shop-product-data .shop-product-tabs {
    margin-bottom: 8px; }

.r-tabs-tab {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-right: 8px; }
  .r-tabs-tab a {
    display: inline-block;
    height: 38px;
    font-family: 'Roboto Condensed';
    line-height: 36px;
    font-size: 15px;
    text-decoration: none;
    color: #666;
    padding: 0 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none; }
  .r-tabs-tab.r-tabs-state-active {
    background-color: #ffb400;
    background-image: linear-gradient(to top, #f5ad00 0%, #ffb70a 100%);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1);
    border-color: transparent; }
  .r-tabs-tab.r-tabs-state-active a {
    cursor: default;
    color: #fff; }
/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
  opacity: 0.5; }
/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
  opacity: 0.5; }

.r-tabs .r-tabs-panel {
  display: none;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.07);
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.07); }
  @media all and (max-width: 630px) {
  .r-tabs .r-tabs-panel {
    border-color: rgba(0, 0, 0, 0.15);
    border-top: none;
    border-radius: 0 0 3px 3px;
    padding-top: 0; }
    .r-tabs .r-tabs-panel p {
      margin-top: 0; } }
  .r-tabs .r-tabs-panel .shop-group-kinds {
    margin-bottom: 0; }

.r-tabs .r-tabs-accordion-title {
  display: none;
  text-align: center;
  padding: 0 16px;
  margin-top: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  background-image: linear-gradient(to top, #f5f5f5 0%, #fff 100%);
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.05); }
  .r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    position: relative;
    text-decoration: none;
    font-family: 'Roboto Condensed';
    font-size: 15px;
    color: #666;
    line-height: 38px;
    height: 40px;
    display: block;
    text-align: left;
    text-align: center; }
  .r-tabs .r-tabs-accordion-title .r-tabs-anchor > span {
    position: relative;
    display: inline-block;
    padding: 0 16px 0 0; }
  .r-tabs .r-tabs-accordion-title .r-tabs-anchor > span:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 12px;
    height: 7px;
    margin-top: -2px;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2212px%22%20height%3D%227px%22%20%20viewBox%3D%220%200%2012%207%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23666%22%20d%3D%22M%202%200.38%20C%202%200.38%206%204.29%206%204.29%20C%206%204.29%2010.07%200.31%2010.07%200.31%20C%2010.07%200.31%2010.07%200.31%2010.07%200.31%20C%2010.27%200.11%2010.55%20-0.01%2010.86%20-0.01%20C%2011.5%20-0.01%2012.01%200.5%2012.01%201.12%20C%2012.01%201.42%2011.89%201.7%2011.69%201.9%20C%2011.69%201.9%2011.69%201.9%2011.69%201.9%20C%2011.69%201.9%206.82%206.66%206.82%206.66%20C%206.82%206.66%206.82%206.66%206.82%206.66%20C%206.62%206.87%206.32%207.01%206%207.01%20C%206%207.01%206%207.01%206%207.01%20C%206%207.01%205.99%207.01%205.99%207.01%20C%205.67%207.01%205.38%206.87%205.17%206.66%20C%205.17%206.66%205.17%206.66%205.17%206.66%20C%205.17%206.66%200.31%201.9%200.31%201.9%20C%200.31%201.9%200.31%201.9%200.31%201.9%20C%200.11%201.7%20-0.01%201.42%20-0.01%201.12%20C%20-0.01%200.5%200.5%20-0.01%201.14%20-0.01%20C%201.48%20-0.01%201.79%200.14%202%200.38%20Z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat; }
  .r-tabs .r-tabs-accordion-title.r-tabs-state-active {
    background: none;
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0.15);
    border-radius: 5px 5px 0 0;
    border-bottom: none; }
  .r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    display: block;
    color: #666;
    text-align: left; }
  .r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor span {
    display: block; }
  .r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor span:before {
    transform: rotate(180deg); }
  @media all and (max-width: 630px) {
  .r-tabs .r-tabs-accordion-title {
    display: block; } }

@media all and (max-width: 630px) {
  .shop-product-tabs.r-tabs-nav {
    display: none; } }

.tpl-info {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15); }

.tpl-form input[type=text], .tpl-form input[type=password], .tpl-form textarea, .tpl-form select {
  border-color: rgba(0, 0, 0, 0.1); }

.desc-area .tpl-block-header {
  font-size: 22px;
  color: #000;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; }
  .desc-area hr {
    border: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  .desc-area dl {
    margin-top: 0; }
  @media all and (max-width: 630px) {
    .desc-area .tpl-block-header {
      display: none; } }
  .desc-area .tpl-comment .tpl-header {
    background: none;
    border: 1px solid #e5e5e5;
    height: auto; }
  @media all and (max-width: 400px) {
      .desc-area .tpl-comment .tpl-header {
        padding-bottom: 10px; } }
  .desc-area .tpl-comment .tpl-name {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    margin-bottom: 0; }
  .desc-area .tpl-comment .tpl-date {
    font-size: 11px;
    color: #999; }
  .desc-area .tpl-comment .tpl-link {
    font-family: 'Roboto Condensed';
    color: #ffb400;
    font-size: 12px;
    line-height: 12px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 15px 0 0;
    margin-top: 11px;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2210px%22%20height%3D%2212px%22%20%20viewBox%3D%220%200%2010%2012%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23ffb400%22%20d%3D%22M5.012%2C12.002%20C5.012%2C12.002%204.970%2C12.002%204.970%2C12.002%20C2.226%2C12.002%200.033%2C10.715%200.001%2C8.366%20C-0.002%2C8.134%200.100%2C7.916%200.276%2C7.762%20C0.455%2C7.603%200.710%2C7.509%200.980%2C7.509%20C1.534%2C7.509%201.950%2C7.872%201.962%2C8.355%20C1.974%2C9.589%202.957%2C10.104%204.271%2C10.239%20C4.233%2C10.148%204.210%2C10.049%204.210%2C9.944%20C4.210%2C9.944%204.210%2C5.893%204.210%2C5.893%20C4.210%2C5.893%203.455%2C5.893%203.455%2C5.893%20C3.000%2C5.893%202.631%2C5.533%202.631%2C5.089%20C2.631%2C4.645%203.000%2C4.286%203.455%2C4.286%20C3.455%2C4.286%204.210%2C4.286%204.210%2C4.286%20C4.210%2C4.286%204.210%2C3.562%204.210%2C3.562%20C3.590%2C3.261%203.157%2C2.622%203.157%2C1.875%20C3.157%2C0.839%203.982%2C-0.000%205.000%2C-0.000%20C6.017%2C-0.000%206.842%2C0.839%206.842%2C1.875%20C6.842%2C2.622%206.410%2C3.261%205.789%2C3.562%20C5.789%2C3.562%205.789%2C4.286%205.789%2C4.286%20C5.789%2C4.286%206.544%2C4.286%206.544%2C4.286%20C6.999%2C4.286%207.368%2C4.645%207.368%2C5.089%20C7.368%2C5.533%206.999%2C5.893%206.544%2C5.893%20C6.544%2C5.893%205.789%2C5.893%205.789%2C5.893%20C5.789%2C5.893%205.789%2C9.944%205.789%2C9.944%20C5.789%2C10.051%205.766%2C10.153%205.726%2C10.246%20C7.032%2C10.119%208.045%2C9.598%208.060%2C8.357%20C8.061%2C7.872%208.482%2C7.509%209.037%2C7.509%20C9.308%2C7.509%209.560%2C7.603%209.740%2C7.757%20C9.916%2C7.912%2010.006%2C8.130%2010.006%2C8.357%20C9.984%2C10.756%207.740%2C11.980%205.012%2C12.002%20Z%22%2F%3E%3C%2Fsvg%3E") 100% 50% no-repeat; }
  .desc-area .tpl-comment .tpl-body {
    margin: 0;
    font-size: 13px;
    color: #666; }
  .desc-area .tpl-form input {
    height: 32px;
    outline: none; }
  .desc-area .tpl-form .tpl-field a {
    text-decoration: none; }
  .desc-area button.tpl-button, .desc-area input[type="button"].tpl-button, .desc-area input[type="submit"].tpl-button {
    padding: 9px 15px; }
  @media all and (max-width: 630px) {
  .desc-area .tpl-auth .tpl-left {
    float: none; } }
  .desc-area .btn-variant2 {
    padding: 10px 14px;
    display: inline-block; }
  @media all and (max-width: 360px) {
  .desc-area .mobile-view {
    border: none;
    border-bottom: 1px dashed #ddd;
    box-shadow: none;
    border-radius: 0;
    padding: 0; }
    .desc-area .mobile-view .product-price {
      border-bottom: none;
      padding-bottom: 0; }

    .desc-area .mobile-view .kind-bot {
      display: none; } }

.shop2-product-tags {
  margin-top: 8px;
  padding: 14px 20px;
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.07);
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.07); }

.shop2-collection-header {
  font-size: 28px;
  margin: 20px 0;
  line-height: 1; }

.shop-group-kinds {
  margin-bottom: 40px; }
  .shop-group-kinds .product-anonce {
    display: none; }
  .shop-group-kinds .owl-stage-outer {
    position: relative;
    overflow: hidden; }
  .shop-group-kinds .owl-dots {
    position: relative;
    margin-top: 19px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    display: block !important; }
  .shop-group-kinds .owl-dots.disabled {
    display: none !important; }
  .shop-group-kinds .owl-dots .owl-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    margin: 0 3px; }
  .shop-group-kinds .owl-dots .owl-dot.active {
    border-color: #ff8200;
    background-color: #ff8200; }
  .shop-group-kinds .owl-nav {
    height: 32px;
    margin-bottom: -9px;
    position: relative;
    margin: 13px 0 -35px; }
  @media all and (max-width: 768px) {
    .shop-group-kinds .owl-nav {
      display: none; } }
  .shop-group-kinds .owl-nav.disabled {
    display: none; }
  .shop-group-kinds .owl-nav > div {
    position: absolute;
    top: 0;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    font-size: 0; }
  .shop-group-kinds .owl-nav > div:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 13px;
    height: 7px;
    margin: -3px 0 0 -7px;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2212px%22%20height%3D%227px%22%20%20viewBox%3D%220%200%2012%207%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23666%22%20d%3D%22M%202%200.38%20C%202%200.38%206%204.29%206%204.29%20C%206%204.29%2010.07%200.31%2010.07%200.31%20C%2010.07%200.31%2010.07%200.31%2010.07%200.31%20C%2010.27%200.11%2010.55%20-0.01%2010.86%20-0.01%20C%2011.5%20-0.01%2012.01%200.5%2012.01%201.12%20C%2012.01%201.42%2011.89%201.7%2011.69%201.9%20C%2011.69%201.9%2011.69%201.9%2011.69%201.9%20C%2011.69%201.9%206.82%206.66%206.82%206.66%20C%206.82%206.66%206.82%206.66%206.82%206.66%20C%206.62%206.87%206.32%207.01%206%207.01%20C%206%207.01%206%207.01%206%207.01%20C%206%207.01%205.99%207.01%205.99%207.01%20C%205.67%207.01%205.38%206.87%205.17%206.66%20C%205.17%206.66%205.17%206.66%205.17%206.66%20C%205.17%206.66%200.31%201.9%200.31%201.9%20C%200.31%201.9%200.31%201.9%200.31%201.9%20C%200.11%201.7%20-0.01%201.42%20-0.01%201.12%20C%20-0.01%200.5%200.5%20-0.01%201.14%20-0.01%20C%201.48%20-0.01%201.79%200.14%202%200.38%20Z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") 0 50% no-repeat;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  .shop-group-kinds .owl-nav > div:hover {
    border: 1px solid rgba(255, 131, 107, 0.5); }
  .shop-group-kinds .owl-nav > div:hover:before {
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2212px%22%20height%3D%227px%22%20%20viewBox%3D%220%200%2012%207%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23ff8200%22%20d%3D%22M%202%200.38%20C%202%200.38%206%204.29%206%204.29%20C%206%204.29%2010.07%200.31%2010.07%200.31%20C%2010.07%200.31%2010.07%200.31%2010.07%200.31%20C%2010.27%200.11%2010.55%20-0.01%2010.86%20-0.01%20C%2011.5%20-0.01%2012.01%200.5%2012.01%201.12%20C%2012.01%201.42%2011.89%201.7%2011.69%201.9%20C%2011.69%201.9%2011.69%201.9%2011.69%201.9%20C%2011.69%201.9%206.82%206.66%206.82%206.66%20C%206.82%206.66%206.82%206.66%206.82%206.66%20C%206.62%206.87%206.32%207.01%206%207.01%20C%206%207.01%206%207.01%206%207.01%20C%206%207.01%205.99%207.01%205.99%207.01%20C%205.67%207.01%205.38%206.87%205.17%206.66%20C%205.17%206.66%205.17%206.66%205.17%206.66%20C%205.17%206.66%200.31%201.9%200.31%201.9%20C%200.31%201.9%200.31%201.9%200.31%201.9%20C%200.11%201.7%20-0.01%201.42%20-0.01%201.12%20C%20-0.01%200.5%200.5%20-0.01%201.14%20-0.01%20C%201.48%20-0.01%201.79%200.14%202%200.38%20Z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") 0 50% no-repeat;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  .shop-group-kinds .owl-nav > div:active {
    -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15); }
  .shop-group-kinds .owl-nav > div.owl-prev {
    left: 0; }
  .shop-group-kinds .owl-nav > div.owl-next {
    right: 0; }
  .shop-group-kinds .owl-nav > div.owl-next:before {
    margin: -4px 0 0 -6px;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); }

.shop-kind-item {
  margin-bottom: 0;
  padding: 14px;
  line-height: 1.3;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.07);
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.07);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .shop-kind-item .product-image {
    text-align: center;
    margin: 0 0 10px;
    border-radius: 4px; }
  .shop-kind-item .product-image img {
    border-radius: 4px;
    vertical-align: middle; }
  .shop-kind-item .product-image.no-image {
    height: 160px; }
  .shop-kind-item .tpl-rating-block {
    font-size: 0;
    line-height: 1; }
  .shop-kind-item .shop-product-btn {
    float: right; }
  .shop-kind-item .product-amount {
    float: left; }

.mobile-view {
  margin-bottom: 8px;
  position: relative; }
  .mobile-view .product-image.no-image {
    height: 64px; }
  .mobile-view .kind-top-wr {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row; }
  .mobile-view .kind-image-wr {
    padding: 0 15px 0 0;
    -webkit-flex-basis: 64px;
    -moz-flex-basis: 64px;
    -ms-flex-preferred-size: 64px;
    flex-basis: 64px; }
  .mobile-view .kind-info-wr {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0; }
  .mobile-view .product-label {
    margin-top: 4px;
    position: static;
    font-size: 0;
    line-height: 1; }
  .mobile-view .product-label div {
    display: inline-block;
    vertical-align: top;
    height: 13px;
    font-size: 11px;
    line-height: 13px;
    width: 31px;
    border-radius: 3px; }
  .mobile-view .product-label div.product-new {
    margin-right: 2px; }
  .mobile-view .kind-bot-wr {
    margin: 0 0 0 79px; }
  .mobile-view .shop2-product-actions {
    border-top: 1px dashed #ddd;
    padding: 10px 0; }
  .mobile-view .product-price {
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 10px; }
  .mobile-view .shop-product-btn {
    width: 56px;
    float: right; }
  .mobile-view .product-amount {
    float: left; }
  .mobile-view .product-options {
    display: none !important; }
  .mobile-view .shop2-hide-options-btn {
    display: none; }
/* *** Page Cart *** */
@media all and (min-width: 740px) {
    .shop2-cart-wrapper {
      background: #fff;
      border: 1px solid rgba(0, 0, 0, 0.15);
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      -o-border-radius: 5px;
      border-radius: 5px;
      -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.05);
      -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.05);
      box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.05);
      padding: 15px; } }
  .shop2-cart-wrapper p.text-right {
    margin: 0 0 16px; }
  .shop2-cart-wrapper p.text-right .white-btn, .shop2-cart-wrapper p.text-right .shop2-product-mode-wr .product-thumbnails .owl-nav > div, .shop2-product-mode-wr .product-thumbnails .shop2-cart-wrapper p.text-right .owl-nav > div, .shop2-cart-wrapper p.text-right .shop2-btn-back, .shop2-cart-wrapper p.text-right .shop2-btn.shop2-btn-back, .shop2-cart-wrapper p.text-right .r-tabs-tab, .shop2-cart-wrapper p.text-right .shop2-coupon .coupon-btn, .shop2-coupon .shop2-cart-wrapper p.text-right .coupon-btn {
    font-size: 15px;
    font-family: "Roboto Condensed";
    color: #666;
    padding: 11px 15px 12px; }
  .shop2-cart-wrapper p.text-center a.shop2-btn {
    padding: 11px 15px 12px; }
  .shop2-cart-wrapper p.shop2-cart-update {
    margin: 16px 58px 0 0; }
  @media all and (max-width: 739px) {
    .shop2-cart-wrapper p.shop2-cart-update {
      text-align: left !important;
      margin: 16px 0 0 74px; } }
  @media all and (max-width: 580px) {
    .shop2-cart-wrapper p.shop2-cart-update {
      margin: 16px 0 0 84px; } }
  .shop2-cart-wrapper p.shop2-cart-update .white-btn, .shop2-cart-wrapper p.shop2-cart-update .shop2-product-mode-wr .product-thumbnails .owl-nav > div, .shop2-product-mode-wr .product-thumbnails .shop2-cart-wrapper p.shop2-cart-update .owl-nav > div, .shop2-cart-wrapper p.shop2-cart-update .shop2-btn-back, .shop2-cart-wrapper p.shop2-cart-update .shop2-btn.shop2-btn-back, .shop2-cart-wrapper p.shop2-cart-update .r-tabs-tab, .shop2-cart-wrapper p.shop2-cart-update .shop2-coupon .coupon-btn, .shop2-coupon .shop2-cart-wrapper p.shop2-cart-update .coupon-btn {
    font-size: 15px;
    font-family: "Roboto Condensed";
    color: #666;
    padding: 11px 15px 12px; }

.shop2-cart-product {
  margin: 0 -20px;
  padding: 15px;
  padding-bottom: 0;
  background-color: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }
  @media all and (min-width: 740px) {
  .shop2-cart-product {
    padding-bottom: 15px;
    margin: 0 0 7px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.07);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.07); } }
  @media all and (max-width: 580px) {
  .shop2-cart-product {
    margin: 0 -10px; } }
  .shop2-cart-product .cart-product-top {
    -webkit-flex-basis: 64px;
    -moz-flex-basis: 64px;
    -ms-flex-preferred-size: 64px;
    flex-basis: 64px;
    padding: 0 15px 0 0; }
  .shop2-cart-product .cart-product-right-wr {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0; }
  @media all and (min-width: 740px) {
    .shop2-cart-product .cart-product-right-wr {
      display: -moz-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .shop2-cart-product .cart-product-info-wr {
    padding-bottom: 10px; }
  @media all and (min-width: 740px) {
    .shop2-cart-product .cart-product-info-wr {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -webkit-flex-shrink: 1;
      -moz-flex-shrink: 1;
      -ms-flex-negative: 1;
      flex-shrink: 1;
      -webkit-flex-basis: 0;
      -moz-flex-basis: 0;
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      padding: 0 40px 0 0; } }
  @media all and (min-width: 740px) {
    .shop2-cart-product .cart-product-right {
      display: -moz-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      margin: auto 0;
      width: 55.5555555556%; } }
  .shop2-cart-product .cart-product-right-in-left {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto 0; }
  @media all and (max-width: 739px) {
    .shop2-cart-product .cart-product-right-in-left {
      padding: 10px 0;
      border-top: 1px dashed #ddd;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between; } }
  .shop2-cart-product .cart-product-right-in {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    padding: 10px 0;
    border-top: 1px dashed #ddd; }
  @media all and (min-width: 740px) {
    .shop2-cart-product .cart-product-right-in {
      padding: 0;
      border: none;
      width: 153px;
      margin: auto 0; } }
  .shop2-cart-product .cart-product-name {
    margin-bottom: 10px; }
  .shop2-cart-product .cart-product-name a {
    font-size: 14px;
    color: #666;
    text-decoration: none;
    font-weight: bold; }
  .shop2-cart-product .cart-product-image.no-image {
    height: 64px; }
  .shop2-cart-product .cart-product-image img {
    border: none !important; }
  .shop2-cart-product .product-anonce {
    font-size: 14px;
    color: #666;
    margin-top: 0; }
  .shop2-cart-product .cart-product-article {
    padding: 10px 0;
    border-top: 1px dashed #ddd;
    font-size: 12px;
    color: #999; }
  .shop2-cart-product .cart-product-article span {
    color: #666; }
  .shop2-cart-product .cart-product-param-wr {
    display: none;
    border-bottom: 1px dashed #ddd; }
  .shop2-cart-product .cart-product-param {
    list-style: none;
    padding: 0;
    margin: 0; }
  .shop2-cart-product .cart-product-param > li {
    padding: 10px 0;
    border-top: 1px dashed #ddd; }
  .shop2-cart-product .cart-product-param > li > div {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #999; }
  .shop2-cart-product .cart-product-param > li > div.param-title {
    color: #666; }
  .shop2-cart-product .cart-product-param > li > div.file-dovnload a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #ffb400;
    padding: 0 0 0 28px;
    height: 25px;
    line-height: 25px; }
    .shop2-cart-product .cart-product-param > li > div.file-dovnload a:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 25px;
      height: 25px;
      border-radius: 13px;
      background: #ffb400 url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2210px%22%20height%3D%2213px%22%20%20viewBox%3D%220%200%2010%2013%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M7.918%2C12.990%20C7.918%2C12.990%202.079%2C12.990%202.079%2C12.990%20C0.927%2C12.990%20-0.008%2C12.082%20-0.008%2C10.962%20C-0.008%2C10.962%20-0.008%2C2.039%20-0.008%2C2.039%20C-0.008%2C0.919%200.927%2C0.011%202.079%2C0.011%20C2.079%2C0.011%204.999%2C0.011%204.999%2C0.011%20C4.999%2C0.011%204.999%2C4.879%204.999%2C4.879%20C4.999%2C4.879%2010.003%2C4.879%2010.003%2C4.879%20C10.003%2C4.879%2010.003%2C10.962%2010.003%2C10.962%20C10.003%2C12.082%209.071%2C12.990%207.918%2C12.990%20ZM6.668%2C0.011%20C6.887%2C0.011%207.101%2C0.096%207.256%2C0.247%20C7.256%2C0.247%209.760%2C2.682%209.760%2C2.682%20C9.915%2C2.834%2010.003%2C3.040%2010.003%2C3.255%20C10.003%2C3.255%206.668%2C3.255%206.668%2C3.255%20C6.668%2C3.255%206.668%2C0.011%206.668%2C0.011%20Z%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; }
  .shop2-cart-product .cart-product-param > li > div.image-param a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #fff;
    outline: 1px solid #e9573e; }
    .shop2-cart-product .cart-product-param > li > div.image-param a img {
      vertical-align: middle; }
    .shop2-cart-product .cart-product-param > li > div.image-param a.highslide img {
      border: none; }
    .shop2-cart-product .cart-product-param > li > div.image-param a:before {
      content: "";
      position: absolute;
      bottom: 0;
      right: 0;
      border-width: 5px;
      border-style: solid;
      border-color: transparent #fff #fff transparent; }
    .shop2-cart-product .cart-product-param > li > div.image-param a:after {
      content: "";
      position: absolute;
      right: -6px;
      bottom: -1px;
      width: 14px;
      height: 11px;
      background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2214px%22%20height%3D%2211px%22%20%20viewBox%3D%220%200%2014%2011%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M5.9%2C10.9c-0.8%2C0-1.5-0.3-2.1-0.9L0.9%2C7.1C0.3%2C6.5%2C0%2C5.8%2C0%2C5c0-0.8%2C0.3-1.6%2C0.9-2.1c1.2-1.1%2C3.1-1.2%2C4.3%2C0L6%2C3.7l2.9-2.9c1.2-1.1%2C3.1-1.1%2C4.3%2C0c0.6%2C0.6%2C0.9%2C1.3%2C0.9%2C2.1c0%2C0.8-0.3%2C1.6-0.9%2C2.1l0%2C0l-5%2C4.9C7.5%2C10.6%2C6.7%2C10.9%2C5.9%2C10.9z%22%2F%3E%3Cpath%20fill%3D%22%23BE3727%22%20d%3D%22M11.7%2C3.6l-5%2C4.9c-0.4%2C0.4-1.1%2C0.4-1.5%2C0L2.3%2C5.6c-0.4-0.4-0.4-1%2C0-1.4s1.1-0.4%2C1.5%2C0L6%2C6.3l4.3-4.2c0.4-0.4%2C1.1-0.4%2C1.5%2C0C12.1%2C2.6%2C12.1%2C3.2%2C11.7%2C3.6z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat; }
  .shop2-cart-product .shop2-color-ext-list .shop2-color-ext-selected:after {
    content: "";
    position: absolute;
    right: -6px;
    bottom: -1px;
    width: 14px;
    height: 11px;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2214px%22%20height%3D%2211px%22%20%20viewBox%3D%220%200%2014%2011%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M5.9%2C10.9c-0.8%2C0-1.5-0.3-2.1-0.9L0.9%2C7.1C0.3%2C6.5%2C0%2C5.8%2C0%2C5c0-0.8%2C0.3-1.6%2C0.9-2.1c1.2-1.1%2C3.1-1.2%2C4.3%2C0L6%2C3.7l2.9-2.9c1.2-1.1%2C3.1-1.1%2C4.3%2C0c0.6%2C0.6%2C0.9%2C1.3%2C0.9%2C2.1c0%2C0.8-0.3%2C1.6-0.9%2C2.1l0%2C0l-5%2C4.9C7.5%2C10.6%2C6.7%2C10.9%2C5.9%2C10.9z%22%2F%3E%3Cpath%20fill%3D%22%23BE3727%22%20d%3D%22M11.7%2C3.6l-5%2C4.9c-0.4%2C0.4-1.1%2C0.4-1.5%2C0L2.3%2C5.6c-0.4-0.4-0.4-1%2C0-1.4s1.1-0.4%2C1.5%2C0L6%2C6.3l4.3-4.2c0.4-0.4%2C1.1-0.4%2C1.5%2C0C12.1%2C2.6%2C12.1%2C3.2%2C11.7%2C3.6z%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat; }
  .shop2-cart-product .cart-delete {
    width: 30px; }
  .shop2-cart-product .cart-delete a {
    margin: 4px 0 0;
    display: inline-block;
    border: 1px solid rgba(255, 131, 107, 0.5);
    border-radius: 15px;
    width: 28px;
    height: 28px;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2212px%22%20height%3D%2212px%22%20%20viewBox%3D%220%200%2012%2012%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23ff836b%22%20d%3D%22M%2011.69%201.81%20C%2011.69%201.81%207.5%206%207.5%206%20C%207.5%206%2011.69%2010.19%2011.69%2010.19%20C%2011.69%2010.19%2011.69%2010.19%2011.69%2010.19%20C%2011.88%2010.38%2012%2010.65%2012%2010.94%20C%2012%2011.52%2011.53%2012%2010.94%2012%20C%2010.65%2012%2010.38%2011.88%2010.19%2011.69%20C%2010.19%2011.69%2010.19%2011.69%2010.19%2011.69%20C%2010.19%2011.69%206%207.5%206%207.5%20C%206%207.5%201.81%2011.69%201.81%2011.69%20C%201.81%2011.69%201.81%2011.69%201.81%2011.69%20C%201.62%2011.88%201.35%2012%201.06%2012%20C%200.47%2012%200%2011.52%200%2010.94%20C%200%2010.65%200.12%2010.38%200.31%2010.19%20C%200.31%2010.19%200.31%2010.19%200.31%2010.19%20C%200.31%2010.19%204.5%206%204.5%206%20C%204.5%206%200.31%201.81%200.31%201.81%20C%200.31%201.81%200.31%201.81%200.31%201.81%20C%200.12%201.61%200%201.35%200%201.06%20C%200%200.47%200.47%200%201.06%200%20C%201.35%200%201.62%200.12%201.81%200.31%20C%201.81%200.31%201.81%200.31%201.81%200.31%20C%201.81%200.31%206%204.5%206%204.5%20C%206%204.5%2010.19%200.31%2010.19%200.31%20C%2010.19%200.31%2010.19%200.31%2010.19%200.31%20C%2010.38%200.12%2010.65%200%2010.94%200%20C%2011.53%200%2012%200.47%2012%201.06%20C%2012%201.35%2011.88%201.61%2011.69%201.81%20C%2011.69%201.81%2011.69%201.81%2011.69%201.81%20Z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; }
  .shop2-cart-product .cart-delete a img {
    display: none; }
  .shop2-cart-product .cart-param-btn {
    display: inline-block;
    position: relative;
    font-size: 15px;
    font-family: 'Roboto Condensed';
    font-weight: bold;
    color: #ff8200;
    padding: 0 20px 0 0;
    cursor: pointer; }
  .shop2-cart-product .cart-param-btn:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2px;
    width: 12px;
    height: 7px;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2212px%22%20height%3D%227px%22%20%20viewBox%3D%220%200%2012%207%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23ff8200%22%20d%3D%22M%202%200.38%20C%202%200.38%206%204.29%206%204.29%20C%206%204.29%2010.07%200.31%2010.07%200.31%20C%2010.07%200.31%2010.07%200.31%2010.07%200.31%20C%2010.27%200.11%2010.55%20-0.01%2010.86%20-0.01%20C%2011.5%20-0.01%2012.01%200.5%2012.01%201.12%20C%2012.01%201.42%2011.89%201.7%2011.69%201.9%20C%2011.69%201.9%2011.69%201.9%2011.69%201.9%20C%2011.69%201.9%206.82%206.66%206.82%206.66%20C%206.82%206.66%206.82%206.66%206.82%206.66%20C%206.62%206.87%206.32%207.01%206%207.01%20C%206%207.01%206%207.01%206%207.01%20C%206%207.01%205.99%207.01%205.99%207.01%20C%205.67%207.01%205.38%206.87%205.17%206.66%20C%205.17%206.66%205.17%206.66%205.17%206.66%20C%205.17%206.66%200.31%201.9%200.31%201.9%20C%200.31%201.9%200.31%201.9%200.31%201.9%20C%200.11%201.7%20-0.01%201.42%20-0.01%201.12%20C%20-0.01%200.5%200.5%20-0.01%201.14%20-0.01%20C%201.48%20-0.01%201.79%200.14%202%200.38%20Z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") 0 0 no-repeat;
    background-size: 12px 7px; }
  .shop2-cart-product .cart-param-btn.opened {
    margin: 10px 0 0; }
  .shop2-cart-product .cart-param-btn.opened:before {
    transform: rotate(180deg); }
  @media all and (min-width: 740px) {
  .shop2-cart-product .cart-price {
    width: 112px; }
  .shop2-cart-product .cart-price-total {
    width: 120px; } }
  .shop2-cart-product .cart-price-total, .shop2-cart-product .cart-price {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    margin: auto 0; }
  .shop2-cart-product .cart-price-total span, .shop2-cart-product .cart-price span {
    font-size: 12px;
    color: #999;
    font-weight: normal; }
  .shop2-cart-product .cart-amount {
    font-size: 0; }
  @media all and (min-width: 740px) {
    .shop2-cart-product .cart-amount {
      margin: 0 10px 0 0; } }
  @media all and (min-width: 740px) and (max-width: 880px) {
  .shop2-cart-product .shop-product-amount button {
    display: block;
    width: 40px;
    height: 28px; }
    .shop2-cart-product .shop-product-amount input[type="text"] {
      display: block;
      margin: 3px 0; } }

.shop-cart-title {
  color: #fff;
  font-size: 13px;
  line-height: 40px;
  padding: 0 15px;
  margin-bottom: 8px;
  background-color: #ff8200;
  background-image: linear-gradient(to top, #f57d00 0%, #ff870a 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1);
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }
  .shop-cart-title .cart-product-title {
    -webkit-flex-basis: 64px;
    -moz-flex-basis: 64px;
    -ms-flex-preferred-size: 64px;
    flex-basis: 64px;
    padding: 0 15px 0 0; }
  @media all and (min-width: 740px) {
    .shop-cart-title .shop-cart-title-info {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -moz-flex-grow: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -webkit-flex-shrink: 1;
      -moz-flex-shrink: 1;
      -ms-flex-negative: 1;
      flex-shrink: 1;
      -webkit-flex-basis: 0;
      -moz-flex-basis: 0;
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      padding: 0 40px 0 0; } }
  .shop-cart-title .shop-cart-title-righ-wr {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    -moz-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0; }
  @media all and (min-width: 740px) {
    .shop-cart-title .shop-cart-title-righ-wr {
      display: -moz-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; } }
  @media all and (min-width: 740px) {
    .shop-cart-title .shop-cart-title-right {
      display: -moz-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -webkit-box-orient: horizontal;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      margin: auto 0;
      width: 55.5555555556%; } }
  .shop-cart-title .cart-product-title-right-in-left {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  @media all and (max-width: 739px) {
    .shop-cart-title .cart-product-title-right-in-left {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between; } }
  .shop-cart-title .shop-cart-title-right-in {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  @media all and (max-width: 739px) {
    .shop-cart-title .shop-cart-title-right-in {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between; } }
  @media all and (min-width: 740px) {
    .shop-cart-title .cart-price-title {
      width: 112px; } }
  @media all and (min-width: 740px) {
    .shop-cart-title .cart-total-price-title {
      width: 120px; } }
  .shop-cart-title .cart-delete-title {
    width: 30px; }
  @media all and (max-width: 739px) {
  .shop-cart-title {
    margin: 0 -20px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
    .shop-cart-title > div {
      display: none; }
      .shop-cart-title > div.cart-product-title {
        display: block; } }
  @media all and (max-width: 580px) {
  .shop-cart-title {
    margin: 0 -10px; } }
/* Cart Total */
.shop-cart-total {
  font-size: 0;
  line-height: 1;
  list-style: none;
  padding: 0;
  margin: 20px 0; }
  @media all and (max-width: 739px) {
  .shop-cart-total {
    margin: 20px -5px; } }
  @media all and (max-width: 580px) {
  .shop-cart-total {
    margin: 20px 5px; } }
  .shop-cart-total li {
    text-align: right; }
  .shop-cart-total li .shop-cart-total-in {
    color: #777;
    border-bottom: 1px dashed #ddd;
    width: 330px;
    text-align: left;
    display: inline-block; }
  @media all and (min-width: 844px) {
      .shop-cart-total li .shop-cart-total-in {
        width: 448px; } }
  @media all and (max-width: 739px) {
      .shop-cart-total li .shop-cart-total-in {
        width: 100%;
        padding: 10px 0; } }
  .shop-cart-total li .shop-cart-total-title {
    width: 153px; }
  @media all and (min-width: 844px) {
      .shop-cart-total li .shop-cart-total-title {
        width: 271px; } }
  @media all and (max-width: 739px) {
      .shop-cart-total li .shop-cart-total-title {
        margin-bottom: 7px; } }
  .shop-cart-total li .shop-cart-sum {
    color: #333;
    width: 177px; }
  .shop-cart-total li .shop-cart-sum strong {
    font-size: 20px; }
  .shop-cart-total li .shop-cart-total-title, .shop-cart-total li .shop-cart-sum {
    font-size: 13px;
    padding: 17px 0 17px 8px;
    display: inline-block;
    vertical-align: bottom;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  @media all and (max-width: 739px) {
      .shop-cart-total li .shop-cart-total-title, .shop-cart-total li .shop-cart-sum {
        padding: 0 0 0 79px;
        width: 100%; } }
  @media all and (min-width: 740px) {
        .shop-cart-total li.coupon-block-li .shop-cart-total-in {
          border: none;
          width: 100%;
          display: -moz-box;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          -webkit-justify-content: flex-end;
          -moz-justify-content: flex-end;
          justify-content: flex-end;
          -webkit-box-align: end;
          -ms-flex-align: end;
          -webkit-align-items: flex-end;
          -moz-align-items: flex-end;
          align-items: flex-end; } }
  @media all and (min-width: 740px) {
        .shop-cart-total li.coupon-block-li .shop-cart-total-title {
          -webkit-box-ordinal-group: 2;
          -moz-box-ordinal-group: 2;
          -webkit-order: 1;
          -moz-order: 1;
          -ms-flex-order: 1;
          order: 1; } }
  @media all and (min-width: 740px) {
        .shop-cart-total li.coupon-block-li .shop-cart-sum {
          -webkit-box-ordinal-group: 3;
          -moz-box-ordinal-group: 3;
          -webkit-order: 2;
          -moz-order: 2;
          -ms-flex-order: 2;
          order: 2;
          width: 177px; } }
  @media all and (min-width: 740px) {
        .shop-cart-total li.coupon-block-li .shop2-coupon-wr {
          -webkit-box-ordinal-group: 1;
          -moz-box-ordinal-group: 1;
          -webkit-order: 0;
          -moz-order: 0;
          -ms-flex-order: 0;
          order: 0;
          margin: -10px 25px -10px 0; } }
  @media all and (max-width: 739px) {
        .shop-cart-total li.coupon-block-li .shop2-coupon-wr {
          display: none; } }
  @media all and (min-width: 740px) {
        .shop-cart-total li.coupon-block-li .shop-cart-total-title, .shop-cart-total li.coupon-block-li .shop-cart-sum {
          border-bottom: 1px dashed #ddd; } }
  .shop-cart-total li.total-amount-li {
    color: #ff8200; }
  .shop-cart-total li.total-amount-li .shop-cart-total-title, .shop-cart-total li.total-amount-li div.shop-cart-sum {
    color: #ff8200; }
  .shop-cart-total .coupon-open-btn {
    display: inline-block;
    vertical-align: bottom;
    font-size: 15px;
    font-family: 'Roboto Condensed';
    color: #ff8200; }
  .shop-cart-total .coupon-open-btn.active {
    color: #000;
    opacity: 0.2; }
  .shop-cart-total .coupon-open-btn span {
    font-size: 15px; }
  @media all and (min-width: 740px) {
    .shop-cart-total .coupon-open-btn {
      display: none; } }
/* Coupon */
.shop2-coupon {
  background-color: #fffaec;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.05);
  height: auto;
  min-width: 300px;
  max-width: 300px; }
  @media all and (max-width: 739px) {
  .shop2-coupon {
    min-width: 100%;
    margin: 15px 0 0; } }
  .shop2-coupon .coupon-body {
    padding: 15px;
    height: auto; }
  @media all and (max-width: 739px) {
    .shop2-coupon .coupon-body {
      padding: 15px 7px; } }
  .shop2-coupon .coupon-arrow {
    margin-top: -8px;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 8px 0 8px 9px;
    border-left-color: #d9d9d9; }
  .shop2-coupon .coupon-arrow:before {
    content: "";
    position: absolute;
    left: -9px;
    top: -7px;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 7px 0 7px 7px;
    border-left-color: #fffaec; }
  @media all and (max-width: 739px) {
    .shop2-coupon .coupon-arrow {
      top: -9px;
      margin: 0;
      left: 68px;
      width: 0;
      height: 0;
      border-color: transparent;
      border-style: solid;
      border-width: 0 8px 9px 8px;
      border-bottom-color: #d9d9d9; }
      .shop2-coupon .coupon-arrow:before {
        top: 2px;
        left: -7px;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 0 7px 7px 7px;
        border-bottom-color: #fffaec; } }
  .shop2-coupon .coupon-label {
    color: #666; }
  .shop2-coupon .coupon-field {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.08);
    height: auto; }
  .shop2-coupon .coupon-field input[type="text"] {
    box-shadow: none;
    font-size: 13px;
    color: #777;
    outline: none;
    padding: 0 5px;
    height: 40px; }
  .shop2-coupon .coupon-btn {
    font-size: 15px;
    font-family: "Roboto Condensed";
    padding: 11px 15px 12px; }
  .shop2-coupon .coupon-id {
    position: static; }
  .shop2-coupon .coupon-id span {
    font-size: 13px;
    color: #333; }
  .shop2-coupon .coupon-id .coupon-code {
    color: #777;
    padding: 0 6px; }
  .shop2-coupon .coupon-id .coupon-delete {
    display: inline-block;
    border: 1px solid #e9573e;
    border-radius: 8px;
    width: 16px;
    height: 16px;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2210px%22%20height%3D%2210px%22%20%20viewBox%3D%220%200%2010%2010%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23e9573e%22%20d%3D%22M7.090%2C4.968%20C7.090%2C4.968%209.504%2C7.382%209.504%2C7.382%20C10.090%2C7.968%2010.090%2C8.918%209.504%2C9.504%20C8.918%2C10.090%207.969%2C10.089%207.383%2C9.504%20C7.383%2C9.504%204.969%2C7.090%204.969%2C7.090%20C4.969%2C7.090%202.554%2C9.504%202.554%2C9.504%20C1.969%2C10.090%201.019%2C10.090%200.433%2C9.504%20C-0.153%2C8.918%20-0.153%2C7.968%200.433%2C7.382%20C0.433%2C7.382%202.847%2C4.968%202.847%2C4.968%20C2.847%2C4.968%200.433%2C2.554%200.433%2C2.554%20C-0.153%2C1.968%20-0.153%2C1.018%200.433%2C0.433%20C1.018%2C-0.153%201.969%2C-0.153%202.554%2C0.433%20C2.554%2C0.433%204.968%2C2.847%204.968%2C2.847%20C4.968%2C2.847%207.383%2C0.433%207.383%2C0.433%20C7.969%2C-0.153%208.918%2C-0.153%209.504%2C0.433%20C10.090%2C1.018%2010.090%2C1.968%209.504%2C2.554%20C9.504%2C2.554%207.090%2C4.968%207.090%2C4.968%20Z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
    background-size: 8px 8px; }
/* Cart Registration */
.shop-cart-registration {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px; }
  @media all and (max-width: 739px) {
  .shop-cart-registration {
    padding: 15px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.07);
    box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.07); } }
  .shop-cart-registration h2 {
    font-family: 'Roboto Condensed';
    font-size: 28px;
    font-weight: normal;
    color: #000;
    margin: 0 0 15px; }
  @media all and (max-width: 739px) {
    .shop-cart-registration h2 {
      font-size: 20px; } }
  .shop-cart-registration .form-registration-bot, .shop-cart-registration .form-registration-top {
    padding: 20px 0;
    border-top: 1px solid #e5e5e5; }
  @media all and (max-width: 739px) {
    .shop-cart-registration .form-registration-bot, .shop-cart-registration .form-registration-top {
      border: none;
      padding: 0 0 15px; } }
  .shop-cart-registration .form-registration-bot {
    display: table;
    width: 100%; }
  @media all and (max-width: 739px) {
    .shop-cart-registration .form-registration-bot {
      padding: 0; } }
  @media all and (max-width: 540px) {
    .shop-cart-registration .form-registration-bot {
      display: block; } }
  .shop-cart-registration .form-registration {
    display: table;
    width: 100%; }
  @media all and (max-width: 640px) {
    .shop-cart-registration .form-registration {
      display: block; } }
  .shop-cart-registration .form-registration-left {
    display: table-cell;
    vertical-align: top;
    font-size: 0;
    color: #777; }
  @media all and (max-width: 640px) {
    .shop-cart-registration .form-registration-left {
      display: block; } }
  .shop-cart-registration .form-registration-left label {
    display: inline-block;
    vertical-align: top;
    padding: 0 8px 0 0;
    font-size: 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  @media all and (max-width: 640px) {
      .shop-cart-registration .form-registration-left label {
        width: 50%;
        margin-bottom: 10px; }
        .shop-cart-registration .form-registration-left label:nth-child(3) {
          padding: 0; } }
  @media all and (max-width: 440px) {
      .shop-cart-registration .form-registration-left label {
        width: 100%;
        padding: 0; } }
  .shop-cart-registration .form-registration-left input {
    width: 200px;
    height: 40px;
    padding: 0 8px;
    border-radius: 5px;
    outline: none;
    width: 100%;
    color: #777;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .shop-cart-registration .form-registration-right {
    display: table-cell;
    vertical-align: top;
    text-align: right;
    width: 180px; }
  @media all and (max-width: 640px) {
    .shop-cart-registration .form-registration-right {
      display: block;
      width: 100%; } }
  .shop-cart-registration .form-registration-right .shop2-btn {
    color: #fff; }
  @media all and (max-width: 640px) {
      .shop-cart-registration .form-registration-right .shop2-btn {
        width: 100%; } }
  .shop-cart-registration .form-registration-bot-left {
    font-size: 13px;
    color: #333;
    display: table-cell;
    vertical-align: top;
    padding: 0 10px 0 0; }
  @media all and (max-width: 540px) {
    .shop-cart-registration .form-registration-bot-left {
      display: block;
      margin-bottom: 10px;
      padding: 0; } }
  .shop-cart-registration .form-registration-bot-left a {
    text-transform: uppercase;
    color: #ff8200; }
  .shop-cart-registration .form-registration-bot-right {
    display: table-cell;
    vertical-align: top;
    text-align: right;
    width: 180px; }
  @media all and (max-width: 540px) {
    .shop-cart-registration .form-registration-bot-right {
      display: block;
      width: 100%;
      margin-bottom: 10px; } }
  .shop-cart-registration .shop2-btn {
    font-size: 15px;
    font-family: 'Roboto Condensed';
    padding: 12px 13px 13px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    border-radius: 5px; }
  @media all and (max-width: 540px) {
    .shop-cart-registration .shop2-btn {
      padding: 13px 16px;
      width: 100%; } }

.shop2-order-options {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.05);
  padding: 16px; }
  .shop2-order-options.shop2-delivery .option-type .option-label {
    padding: 18px 0; }
  .shop2-order-options .options-list {
    margin-top: 0; }
  .shop2-order-options .option-type {
    border-bottom: 1px solid #d9d9d9;
    font-size: 14px;
    color: #666; }
  .shop2-order-options .option-type.active-type {
    background: none;
    color: #666; }
  .shop2-order-options .option-type:first-child {
    border-top: none; }
  .shop2-order-options .option-type .option-details {
    overflow: visible;
    padding: 0 10px 10px; }
  .shop2-order-options .option-type .option-details .option-item label {
    width: 100%;
    max-width: 250px; }
  .shop2-order-options .option-type .option-details .option-item label > span {
    color: #666;
    margin-bottom: 4px; }
  .shop2-order-options .option-type .option-label > span {
    padding: 0;
    padding-left: 5px; }
  .shop2-order-options input[type="text"] {
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    height: 32px;
    width: 100%;
    outline: none;
    padding: 0 8px; }
  .shop2-order-options textarea {
    width: 100%; }
  .shop2-order-options .text-center {
    text-align: left !important; }
  .shop2-order-options .shop2-btn {
    font-family: 'Roboto Condensed';
    font-size: 15px;
    padding: 12px 15px 13px;
    border-radius: 5px; }

.shop2-order-form input, .shop2-order-form textarea {
  max-width: 300px; }
/* Order View */
table.shop2-table-person th, table.shop2-table-person td {
  border: 1px solid #ff8200; }

table.shop2-table-order th, table.shop2-table-order td {
  border: 1px solid #ff8200; }
  table.shop2-table-order tr:first-child th {
    background-color: #ff8200;
    color: #fff; }

.product-includeForm {
  padding: 8px;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  z-index: 10001;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  .product-includeForm.active {
    opacity: 1;
    visibility: visible; }
  .product-includeForm .gr-form-wrap {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px;
    position: relative;
    max-width: 100%;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    max-height: 100%;
    overflow: auto; }
  .product-includeForm .gr-form-wrap .closeBtnForm {
    display: block;
    position: absolute;
    top: 7px;
    right: 0;
    cursor: pointer;
    width: 42px;
    height: 42px;
    background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2212px%22%20height%3D%2212px%22%20%20viewBox%3D%220%200%2012%2012%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23ff836b%22%20d%3D%22M%2011.69%201.81%20C%2011.69%201.81%207.5%206%207.5%206%20C%207.5%206%2011.69%2010.19%2011.69%2010.19%20C%2011.69%2010.19%2011.69%2010.19%2011.69%2010.19%20C%2011.88%2010.38%2012%2010.65%2012%2010.94%20C%2012%2011.52%2011.53%2012%2010.94%2012%20C%2010.65%2012%2010.38%2011.88%2010.19%2011.69%20C%2010.19%2011.69%2010.19%2011.69%2010.19%2011.69%20C%2010.19%2011.69%206%207.5%206%207.5%20C%206%207.5%201.81%2011.69%201.81%2011.69%20C%201.81%2011.69%201.81%2011.69%201.81%2011.69%20C%201.62%2011.88%201.35%2012%201.06%2012%20C%200.47%2012%200%2011.52%200%2010.94%20C%200%2010.65%200.12%2010.38%200.31%2010.19%20C%200.31%2010.19%200.31%2010.19%200.31%2010.19%20C%200.31%2010.19%204.5%206%204.5%206%20C%204.5%206%200.31%201.81%200.31%201.81%20C%200.31%201.81%200.31%201.81%200.31%201.81%20C%200.12%201.61%200%201.35%200%201.06%20C%200%200.47%200.47%200%201.06%200%20C%201.35%200%201.62%200.12%201.81%200.31%20C%201.81%200.31%201.81%200.31%201.81%200.31%20C%201.81%200.31%206%204.5%206%204.5%20C%206%204.5%2010.19%200.31%2010.19%200.31%20C%2010.19%200.31%2010.19%200.31%2010.19%200.31%20C%2010.38%200.12%2010.65%200%2010.94%200%20C%2011.53%200%2012%200.47%2012%201.06%20C%2012%201.35%2011.88%201.61%2011.69%201.81%20C%2011.69%201.81%2011.69%201.81%2011.69%201.81%20Z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; }
  .product-includeForm .gr-form-wrap h2 {
    display: block;
    margin: 0 0 20px; }
  .product-includeForm .gr-form {
    font-size: 14px; }

.gr-form {
  border: none !important;
  padding: 0 !important; }
  .gr-form input {
    max-width: 100%; }

.gr-form-wrap h2, .gr-form-wrap .closeBtnForm {
  display: none; }

.gr-form input[type=text], .gr-form input[type=password], .gr-form textarea, .gr-form select {
  border: 1px solid rgba(0, 0, 0, 0.1) !important; }

.gr-button {
  color: #fff !important;
  line-height: 1 !important;
  border: none !important;
  background-color: #ff8200 !important;
  background-image: linear-gradient(to top, #f57d00 0%, #ff870a 100%) !important;
  border-radius: 4px !important;
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1) !important; }
  .gr-button:hover {
    background-image: linear-gradient(to top, #f58e22 0%, #ff982c 100%) !important; }
  .gr-button:active {
    background-image: linear-gradient(to top, #f57d00 0%, #ff870a 100%) !important;
    box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.15) !important; }

.no-image {
  background: #f7f7f7 url("../no_image.jpg") 50% 50% no-repeat; }

.product-compare {
  border-top: 1px dashed #ddd;
  font-size: 12px;
  color: #999;
  font-weight: bold;
  position: relative; }
  .product-compare label {
    position: relative;
    height: 20px;
    display: block;
    padding: 0 0 0 25px;
    line-height: 20px; }
  .product-compare label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.08);
    box-shadow: inset 0 3px 2px rgba(0, 0, 0, 0.08); }
  .product-compare label input[type="checkbox"] {
    width: 0;
    height: 0;
    background: none;
    opacity: 0; }
  .product-compare.product-compare-added {
    padding-left: 25px;
    height: 20px;
    line-height: 20px; }
  .product-compare.product-compare-added:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -10px;
    border: 1px solid #ffb400;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    background: #ffb400 url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2213px%22%20height%3D%2210px%22%20%20viewBox%3D%220%200%2013%2010%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M12.571%2C2.471%20C12.571%2C2.471%205.502%2C9.567%205.502%2C9.567%20C4.940%2C10.133%204.029%2C10.133%203.467%2C9.567%20C3.467%2C9.567%200.398%2C6.470%200.398%2C6.470%20C-0.164%2C5.905%20-0.164%2C4.988%200.398%2C4.422%20C0.960%2C3.857%201.871%2C3.857%202.433%2C4.422%20C2.433%2C4.422%204.487%2C6.495%204.487%2C6.495%20C4.487%2C6.495%2010.536%2C0.423%2010.536%2C0.423%20C11.098%2C-0.143%2012.009%2C-0.143%2012.571%2C0.423%20C13.133%2C0.988%2013.133%2C1.905%2012.571%2C2.471%20Z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; }
  .product-compare.product-compare-added input[type="checkbox"] {
    width: 20px;
    height: 20px;
    background: none;
    opacity: 0;
    margin: 0 0 0 -24px; }
  .shop2-pricelist .product-compare, .product-details .product-compare, .shop2-kind-item .product-compare {
    border-bottom: 1px dotted #e5e5e5;
    border-radius: 3px; }

.product-r-side .product-compare {
  border-bottom: 1px dashed #ddd;
  border-top: none; }

.shop2-panel {
  background: none;
  border: none; }
  .shop2-panel:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #ff8200;
    background-image: linear-gradient(to top, #f57d00 0%, #ff870a 100%);
    -moz-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 4px 0 rgba(0, 0, 0, 0.1);
    opacity: 0.9; }

.shop2-panel-compare a.shop2-panel-link-disabled, .shop2-panel-cart a.shop2-panel-link-disabled {
  color: #fff; }

.shop2-panel-compare {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2218px%22%20%20viewBox%3D%220%200%2016%2018%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M14.487%2C5.086%20C14.487%2C5.086%2010.019%2C8.838%2010.019%2C8.838%20C9.541%2C9.241%208.798%2C8.885%208.798%2C8.263%20C8.798%2C8.263%208.798%2C6.028%208.798%2C6.028%20C8.798%2C6.028%203.242%2C6.028%203.242%2C6.028%20C2.413%2C6.028%201.742%2C5.356%201.742%2C4.527%20C1.742%2C4.527%201.742%2C4.517%201.742%2C4.517%20C1.742%2C3.689%202.413%2C3.017%203.242%2C3.017%20C3.242%2C3.017%208.798%2C3.017%208.798%2C3.017%20C8.798%2C3.017%208.798%2C0.753%208.798%2C0.753%20C8.798%2C0.129%209.541%2C-0.226%2010.019%2C0.174%20C10.019%2C0.174%2014.487%2C3.929%2014.487%2C3.929%20C14.841%2C4.228%2014.841%2C4.789%2014.487%2C5.086%20ZM5.925%2C9.629%20C5.925%2C9.629%205.925%2C11.885%205.925%2C11.885%20C5.925%2C11.885%2011.463%2C11.885%2011.463%2C11.885%20C12.292%2C11.885%2012.964%2C12.557%2012.964%2C13.385%20C12.964%2C14.214%2012.292%2C14.885%2011.463%2C14.885%20C11.463%2C14.885%205.925%2C14.885%205.925%2C14.885%20C5.925%2C14.885%205.925%2C17.113%205.925%2C17.113%20C5.925%2C17.733%205.182%2C18.088%204.706%2C17.686%20C4.706%2C17.686%200.248%2C13.947%200.248%2C13.947%20C-0.104%2C13.651%20-0.104%2C13.092%200.248%2C12.794%20C0.248%2C12.794%204.706%2C9.052%204.706%2C9.052%20C5.182%2C8.654%205.925%2C9.007%205.925%2C9.629%20Z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") 0 50% no-repeat; }

.shop2-panel-count.not-null {
  border-color: #fff;
  color: #fff; }

.shop2-panel-btn {
  padding: 10px 15px 10px;
  margin: 8px 17px 0 0; }
  @media all and (max-width: 715px) {
  .shop2-panel-btn {
    display: none; } }

.shop2-panel-content {
  position: relative;
  max-width: 980px;
  width: auto; }

.shop2-panel-count {
  color: #fff;
  border-color: #fff; }

.shop2-panel-cart {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2223px%22%20height%3D%2219px%22%20%20viewBox%3D%220%200%2023%2019%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M%2022.82%204.47%20C%2022.82%204.47%2022.82%204.47%2022.82%204.47%20C%2022.82%204.47%2019.61%2011.52%2019.61%2011.52%20C%2019.61%2011.52%2019.61%2011.52%2019.61%2011.52%20C%2019.45%2011.87%2019.11%2012.11%2018.7%2012.14%20C%2018.7%2012.14%2018.7%2012.14%2018.7%2012.14%20C%2018.7%2012.14%209.46%2012.75%209.46%2012.75%20C%209.46%2012.75%209.99%2014.26%209.99%2014.26%20C%209.99%2014.26%2020.06%2014.26%2020.06%2014.26%20C%2021.24%2014.26%2022.2%2015.2%2022.2%2016.37%20C%2022.2%2017.54%2021.24%2018.49%2020.06%2018.49%20C%2018.88%2018.49%2017.92%2017.54%2017.92%2016.37%20C%2017.92%2016.37%207.93%2016.37%207.93%2016.37%20C%207.93%2017.54%206.97%2018.49%205.79%2018.49%20C%204.61%2018.49%203.65%2017.54%203.65%2016.37%20C%203.65%2015.2%204.61%2014.26%205.79%2014.26%20C%205.79%2014.26%207.73%2014.26%207.73%2014.26%20C%207.73%2014.26%203.61%202.63%203.61%202.63%20C%203.61%202.63%201.16%202.63%201.16%202.63%20C%200.57%202.63%200.09%202.15%200.09%201.57%20C%200.09%200.99%200.57%200.51%201.16%200.51%20C%201.16%200.51%204.37%200.51%204.37%200.51%20C%204.83%200.51%205.23%200.81%205.37%201.22%20C%205.37%201.22%205.38%201.22%205.38%201.22%20C%205.38%201.22%206%202.98%206%202.98%20C%206%202.98%2021.84%202.98%2021.84%202.98%20C%2022.43%202.98%2022.91%203.45%2022.91%204.04%20C%2022.91%204.19%2022.88%204.34%2022.82%204.47%20Z%20M%206.75%205.09%20C%206.75%205.09%208.73%2010.68%208.73%2010.68%20C%208.73%2010.68%2017.92%2010.07%2017.92%2010.07%20C%2017.92%2010.07%2020.19%205.09%2020.19%205.09%20C%2020.19%205.09%206.75%205.09%206.75%205.09%20Z%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E") 0 50% no-repeat; }
  @media all and (max-width: 715px) {
  .shop2-panel-cart {
    display: none; } }

.shop2-order-form .form-item-submit {
  text-align: left; }

@font-face {
  font-family: "Roboto";
  src: url("/g/fonts/roboto/roboto-r.eot");
  src: url("/g/fonts/roboto/roboto-r.eot?#iefix") format("embedded-opentype"), url("/g/fonts/roboto/roboto-r.woff2") format("woff2"), url("/g/fonts/roboto/roboto-r.woff") format("woff"), url("/g/fonts/roboto/roboto-r.ttf") format("truetype"), url("/g/fonts/roboto/roboto-r.svg#Roboto") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Roboto";
  src: url("/g/fonts/roboto/roboto-i.eot");
  src: url("/g/fonts/roboto/roboto-i.eot?#iefix") format("embedded-opentype"), url("/g/fonts/roboto/roboto-i.woff2") format("woff2"), url("/g/fonts/roboto/roboto-i.woff") format("woff"), url("/g/fonts/roboto/roboto-i.ttf") format("truetype"), url("/g/fonts/roboto/roboto-i.svg#Roboto") format("svg");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: "Roboto";
  src: url("/g/fonts/roboto/roboto-t.eot");
  src: url("/g/fonts/roboto/roboto-t.eot?#iefix") format("embedded-opentype"), url("/g/fonts/roboto/roboto-t.woff2") format("woff2"), url("/g/fonts/roboto/roboto-t.woff") format("woff"), url("/g/fonts/roboto/roboto-t.ttf") format("truetype"), url("/g/fonts/roboto/roboto-t.svg#Roboto") format("svg");
  font-weight: 200;
  font-style: normal; }

@font-face {
  font-family: "Roboto";
  src: url("/g/fonts/roboto/roboto-t-i.eot");
  src: url("/g/fonts/roboto/roboto-t-i.eot?#iefix") format("embedded-opentype"), url("/g/fonts/roboto/roboto-t-i.woff2") format("woff2"), url("/g/fonts/roboto/roboto-t-i.woff") format("woff"), url("/g/fonts/roboto/roboto-t-i.ttf") format("truetype"), url("/g/fonts/roboto/roboto-t-i.svg#Roboto") format("svg");
  font-weight: 200;
  font-style: italic; }

@font-face {
  font-family: "Roboto";
  src: url("/g/fonts/roboto/roboto-l.eot");
  src: url("/g/fonts/roboto/roboto-l.eot?#iefix") format("embedded-opentype"), url("/g/fonts/roboto/roboto-l.woff2") format("woff2"), url("/g/fonts/roboto/roboto-l.woff") format("woff"), url("/g/fonts/roboto/roboto-l.ttf") format("truetype"), url("/g/fonts/roboto/roboto-l.svg#Roboto") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Roboto";
  src: url("/g/fonts/roboto/roboto-l-i.eot");
  src: url("/g/fonts/roboto/roboto-l-i.eot?#iefix") format("embedded-opentype"), url("/g/fonts/roboto/roboto-l-i.woff2") format("woff2"), url("/g/fonts/roboto/roboto-l-i.woff") format("woff"), url("/g/fonts/roboto/roboto-l-i.ttf") format("truetype"), url("/g/fonts/roboto/roboto-l-i.svg#Roboto") format("svg");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: "Roboto";
  src: url("/g/fonts/roboto/roboto-b.eot");
  src: url("/g/fonts/roboto/roboto-b.eot?#iefix") format("embedded-opentype"), url("/g/fonts/roboto/roboto-b.woff2") format("woff2"), url("/g/fonts/roboto/roboto-b.woff") format("woff"), url("/g/fonts/roboto/roboto-b.ttf") format("truetype"), url("/g/fonts/roboto/roboto-b.svg#Roboto") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "Roboto";
  src: url("/g/fonts/roboto/roboto-b-i.eot");
  src: url("/g/fonts/roboto/roboto-b-i.eot?#iefix") format("embedded-opentype"), url("/g/fonts/roboto/roboto-b-i.woff2") format("woff2"), url("/g/fonts/roboto/roboto-b-i.woff") format("woff"), url("/g/fonts/roboto/roboto-b-i.ttf") format("truetype"), url("/g/fonts/roboto/roboto-b-i.svg#Roboto") format("svg");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: "Roboto";
  src: url("/g/fonts/roboto/roboto-m.eot");
  src: url("/g/fonts/roboto/roboto-m.eot?#iefix") format("embedded-opentype"), url("/g/fonts/roboto/roboto-m.woff2") format("woff2"), url("/g/fonts/roboto/roboto-m.woff") format("woff"), url("/g/fonts/roboto/roboto-m.ttf") format("truetype"), url("/g/fonts/roboto/roboto-m.svg#Roboto") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: "Roboto";
  src: url("/g/fonts/roboto/roboto-m-i.eot");
  src: url("/g/fonts/roboto/roboto-m-i.eot?#iefix") format("embedded-opentype"), url("/g/fonts/roboto/roboto-m-i.woff2") format("woff2"), url("/g/fonts/roboto/roboto-m-i.woff") format("woff"), url("/g/fonts/roboto/roboto-m-i.ttf") format("truetype"), url("/g/fonts/roboto/roboto-m-i.svg#Roboto") format("svg");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: "Roboto";
  src: url("/g/fonts/roboto/roboto-s-b.eot");
  src: url("/g/fonts/roboto/roboto-s-b.eot?#iefix") format("embedded-opentype"), url("/g/fonts/roboto/roboto-s-b.woff2") format("woff2"), url("/g/fonts/roboto/roboto-s-b.woff") format("woff"), url("/g/fonts/roboto/roboto-s-b.ttf") format("truetype"), url("/g/fonts/roboto/roboto-s-b.svg#Roboto") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: "Roboto";
  src: url("/g/fonts/roboto/roboto-s-b-i.eot");
  src: url("/g/fonts/roboto/roboto-s-b-i.eot?#iefix") format("embedded-opentype"), url("/g/fonts/roboto/roboto-s-b-i.woff2") format("woff2"), url("/g/fonts/roboto/roboto-s-b-i.woff") format("woff"), url("/g/fonts/roboto/roboto-s-b-i.ttf") format("truetype"), url("/g/fonts/roboto/roboto-s-b-i.svg#Roboto") format("svg");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: "Roboto Condensed";
  src: url("/g/fonts/roboto_condensed/roboto_condensed-r.eot");
  src: url("/g/fonts/roboto_condensed/roboto_condensed-r.eot?#iefix") format("embedded-opentype"), url("/g/fonts/roboto_condensed/roboto_condensed-r.woff2") format("woff2"), url("/g/fonts/roboto_condensed/roboto_condensed-r.woff") format("woff"), url("/g/fonts/roboto_condensed/roboto_condensed-r.ttf") format("truetype"), url("/g/fonts/roboto_condensed/roboto_condensed-r.svg#Roboto Condensed") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Roboto Condensed";
  src: url("/g/fonts/roboto_condensed/roboto_condensed-i.eot");
  src: url("/g/fonts/roboto_condensed/roboto_condensed-i.eot?#iefix") format("embedded-opentype"), url("/g/fonts/roboto_condensed/roboto_condensed-i.woff2") format("woff2"), url("/g/fonts/roboto_condensed/roboto_condensed-i.woff") format("woff"), url("/g/fonts/roboto_condensed/roboto_condensed-i.ttf") format("truetype"), url("/g/fonts/roboto_condensed/roboto_condensed-i.svg#Roboto Condensed") format("svg");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: "Roboto Condensed";
  src: url("/g/fonts/roboto_condensed/roboto_condensed-b.eot");
  src: url("/g/fonts/roboto_condensed/roboto_condensed-b.eot?#iefix") format("embedded-opentype"), url("/g/fonts/roboto_condensed/roboto_condensed-b.woff2") format("woff2"), url("/g/fonts/roboto_condensed/roboto_condensed-b.woff") format("woff"), url("/g/fonts/roboto_condensed/roboto_condensed-b.ttf") format("truetype"), url("/g/fonts/roboto_condensed/roboto_condensed-b.svg#Roboto Condensed") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "Roboto Condensed";
  src: url("/g/fonts/roboto_condensed/roboto_condensed-b-i.eot");
  src: url("/g/fonts/roboto_condensed/roboto_condensed-b-i.eot?#iefix") format("embedded-opentype"), url("/g/fonts/roboto_condensed/roboto_condensed-b-i.woff2") format("woff2"), url("/g/fonts/roboto_condensed/roboto_condensed-b-i.woff") format("woff"), url("/g/fonts/roboto_condensed/roboto_condensed-b-i.ttf") format("truetype"), url("/g/fonts/roboto_condensed/roboto_condensed-b-i.svg#Roboto Condensed") format("svg");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: "Roboto Condensed";
  src: url("/g/fonts/roboto_condensed/roboto_condensed-l.eot");
  src: url("/g/fonts/roboto_condensed/roboto_condensed-l.eot?#iefix") format("embedded-opentype"), url("/g/fonts/roboto_condensed/roboto_condensed-l.woff2") format("woff2"), url("/g/fonts/roboto_condensed/roboto_condensed-l.woff") format("woff"), url("/g/fonts/roboto_condensed/roboto_condensed-l.ttf") format("truetype"), url("/g/fonts/roboto_condensed/roboto_condensed-l.svg#Roboto Condensed") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "Roboto Condensed";
  src: url("/g/fonts/roboto_condensed/roboto_condensed-l-i.eot");
  src: url("/g/fonts/roboto_condensed/roboto_condensed-l-i.eot?#iefix") format("embedded-opentype"), url("/g/fonts/roboto_condensed/roboto_condensed-l-i.woff2") format("woff2"), url("/g/fonts/roboto_condensed/roboto_condensed-l-i.woff") format("woff"), url("/g/fonts/roboto_condensed/roboto_condensed-l-i.ttf") format("truetype"), url("/g/fonts/roboto_condensed/roboto_condensed-l-i.svg#Roboto Condensed") format("svg");
  font-weight: 300;
  font-style: italic; }

.company-contacts .top-address {
  max-width: 360px;
  font-size: 15px; }

.shop-btn {
  display: block;
  overflow: hidden;
  margin: 0 auto;
  font-size: 0;
  line-height: 36px;
  height: 40px;
  font-family: 'Roboto Condensed';
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-align: center;
  font-size: 15px;
  background-color: #ff8200;
  background-image: linear-gradient(to top, #f57d00 0%, #ff870a 100%);
  box-shadow: inset 0 -4px 0 rgba(0, 0, 0, 0.1);
  width: max-content; }
  .shop-btn:hover {
    background-image: linear-gradient(to top, #f58e22 0%, #ff982c 100%); }

.gr-form-wrap2 .gr-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start; }
  .gr-form-wrap2 .gr-form .gr-button {
    margin: 0; }
  .gr-form-wrap2 .gr-form .gr-html {
    font-size: 11px;
    color: #000;
    margin-top: 5px;
    margin-bottom: 5px; }

.gr-form-wrap2 .gr-form .gr-title {
  display: block;
  font-size: 12px;
  color: #999;
  margin-bottom: 5px;
  margin-top: 5px;
  line-height: 1.5; }

.gr-form .gr-required {
  display: none; }
