@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i');
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; } }

.overflowhidden {
  overflow: hidden; }

.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: ''; }

.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: 15px; }

body {
  position: relative;
  min-width: 320px;
  text-align: left;
  color: #000;
  background: #fff;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  line-height: 1.25; }

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

.h1-wrap {
  padding: 24px 0; }
  @media (max-width: 1023px) {
  .h1-wrap {
    padding: 18px 12px; } }
  @media (max-width: 479px) {
  .h1-wrap {
    padding: 19px 0;
    text-align: center; } }

h1 {
  margin: 0 auto;
  font-size: 1.6rem;
  max-width: 1170px; }
  @media (max-width: 479px) {
  h1 {
    font-size: 1.4rem; } }

h2 {
  font-size: 1.5rem; }

h3 {
  font-size: 1.17rem; }

h4 {
  font-size: 1rem; }

h5 {
  font-size: 0.83rem; }

h6 {
  font-size: 0.67rem; }

h5, h6 {
  font-weight: bold; }

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

a:hover {
  text-decoration: none; }

a img {
  border-color: #000; }

a[href^="tel:"] {
  text-decoration: none;
  color: inherit;
  cursor: default; }

input[type="text"], input[type="password"] textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

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

.table-wrapper {
  overflow: auto; }

img {
  height: auto; }

table img {
  max-width: none; }

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

.site-path-wrap {
  padding: 23px 24px;
  background: url('../pattern.png') 50% 50% repeat #f5f5f5; }
  @media (max-width: 479px) {
  .site-path-wrap {
    display: none; } }

.site-path {
  color: #888;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 300;
  max-width: 1170px;
  white-space: pre-wrap; }

.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; }

.panel {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out 0.3s;
  -moz-transition: all 0.3s ease-in-out 0.3s;
  -o-transition: all 0.3s ease-in-out 0.3s;
  -ms-transition: all 0.3s ease-in-out 0.3s;
  transition: all 0.3s ease-in-out 0.3s; }
  .panel.open {
    display: block;
    background-color: rgba(0, 0, 0, 0.7); }
  .panel:after {
    width: 0;
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle; }
  .panel .scroll {
    height: 100%;
    width: 300px;
    text-align: left;
    overflow-y: auto;
    background-color: #fff;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  @media (max-width: 479px) {
    .panel .scroll {
      width: 260px; } }
  .panel .scroll.open {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }

.site-wrapper {
  min-height: 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-header {
  background-color: #132962;
  min-height: 100px;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none; }

.top-panel {
  padding: 0 12px;
  background-color: rgba(0, 0, 0, 0.15); }
  @media (max-width: 479px) {
  .top-panel {
    padding: 0 8px; } }
  .top-panel .top-panel-inner {
    margin: 0 auto;
    padding: 12px 0;
    max-width: 1170px;
    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-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  @media (max-width: 1023px) {
    .top-panel .top-panel-inner {
      padding: 6px 0; } }
  .top-panel .top-panel-inner .toggle-categories {
    width: 48px;
    height: 48px;
    font-size: 0;
    cursor: pointer;
    border-radius: 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%2220px%22%20height%3D%2217px%22%20%20viewBox%3D%220%200%2020%2017%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M407.5%2C231h12a1.5%2C1.5%2C0%2C0%2C1%2C0%2C3h-12A1.5%2C1.5%2C0%2C0%2C1%2C407.5%2C231Zm0%2C7h17a1.5%2C1.5%2C0%2C0%2C1%2C0%2C3h-17A1.5%2C1.5%2C0%2C0%2C1%2C407.5%2C238Zm0%2C7h12a1.5%2C1.5%2C0%2C0%2C1%2C0%2C3h-12A1.5%2C1.5%2C0%2C0%2C1%2C407.5%2C245Z%22%20transform%3D%22translate%28-406%20-231%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat #ffba00; }

.login-aut-wrap {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  padding: 0 0 0 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%2213px%22%20height%3D%2215px%22%20%20viewBox%3D%220%200%2013%2015%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23ffba00%22%20d%3D%22M1397.59%2C32.722l-2.7-1.195a0.658%2C0.658%2C0%2C0%2C1-.41-0.591V30.091c0.06-.07.13-0.15%2C0.2-0.238a5.694%2C5.694%2C0%2C0%2C0%2C.84-1.45%2C1%2C1%2C0%2C0%2C0%2C.65-0.9v-1a0.936%2C0.936%2C0%2C0%2C0-.28-0.657v-1.33a2.038%2C2.038%2C0%2C0%2C0-.59-1.631%2C4.882%2C4.882%2C0%2C0%2C0-5.6%2C0%2C2.039%2C2.039%2C0%2C0%2C0-.59%2C1.632v1.33a0.936%2C0.936%2C0%2C0%2C0-.28.657v1a0.944%2C0.944%2C0%2C0%2C0%2C.42.777%2C5.049%2C5.049%2C0%2C0%2C0%2C.99%2C1.809v0.827a0.654%2C0.654%2C0%2C0%2C1-.39.58l-2.52%2C1.217a2.23%2C2.23%2C0%2C0%2C0-1.33%2C1.98V35.5c0%2C1.186%2C4.25%2C1.5%2C6.5%2C1.5s6.5-.313%2C6.5-1.5V34.739A2.231%2C2.231%2C0%2C0%2C0%2C1397.59%2C32.722Z%22%20transform%3D%22translate%28-1386%20-22%29%22%2F%3E%3C%2Fsvg%3E") 0 50% no-repeat; }
  .login-aut-wrap a {
    color: #fff;
    text-decoration: none; }
  .login-aut-wrap a:hover {
    color: #ffba00; }
  .login-aut-wrap.mobile {
    padding: 22px 20px 20px 50px;
    background-color: #132962;
    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%2216px%22%20%20viewBox%3D%220%200%2018%2016%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M7.22%2010.242a.946.946%200%200%200%200%201.382%201%201%200%200%200%20.71.287%201.017%201.017%200%200%200%20.71-.287l3.02-2.934a.335.335%200%200%200%20.07-.071s.01-.011.01-.017c.02-.019.03-.038.05-.06a.015.015%200%200%201%20.01-.016c.01-.021.03-.043.04-.065v-.013a.256.256%200%200%200%20.04-.074v-.008l.03-.083.01-.009a.264.264%200%200%201%20.02-.083v-.024a.17.17%200%200%200%20.01-.071.324.324%200%200%200%20.01-.1.32.32%200%200%200-.01-.1.18.18%200%200%200-.01-.072v-.022a.27.27%200%200%201-.02-.084c-.01%200-.01-.006-.01-.009a2.464%202.464%200%200%200-.03-.082V7.62a.265.265%200%200%200-.04-.076v-.011c-.01-.024-.03-.045-.04-.067a.015.015%200%200%201-.01-.016c-.02-.02-.03-.04-.05-.06%200-.006-.01-.011-.01-.017a.393.393%200%200%200-.07-.072L8.64%204.368a1.023%201.023%200%200%200-1.42%200%20.947.947%200%200%200%200%201.383l1.3%201.265H1.01a.979.979%200%201%200%200%201.956h7.51zM9.76%200a8.3%208.3%200%200%200-6.84%203.542.955.955%200%200%200%20.28%201.357%201.016%201.016%200%200%200%201.39-.266%206.283%206.283%200%200%201%205.17-2.677%206.046%206.046%200%201%201%200%2012.087%206.269%206.269%200%200%201-5.16-2.665%201.029%201.029%200%200%200-1.4-.263.963.963%200%200%200-.27%201.358A8.308%208.308%200%200%200%209.76%2016a8%208%200%201%200%200-16z%22%2F%3E%3C%2Fsvg%3E") 20px 50% no-repeat #132962; }
  .login-aut-wrap.mobile a {
    font-size: 15px;
    font-weight: bold; }

.top-menu.desktop {
  margin: 0;
  padding: 0;
  font-size: 0;
  list-style: none;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }
  .top-menu.desktop ul {
    top: 100%;
    margin: 0;
    z-index: 10;
    width: 220px;
    display: none;
    padding: 10px 0;
    list-style: none;
    position: absolute;
    border-radius: 3px;
    background-color: rgba(19, 41, 98, 0.95);
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15); }
  .top-menu.desktop ul li {
    padding: 5px 30px; }
  .top-menu.desktop > li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 35px 10px 0; }
  .top-menu.desktop a {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .top-menu.desktop a:hover {
    color: #ffba00; }

.top-menu.mobile {
  margin: 0;
  font-size: 0;
  padding: 15px 0;
  list-style: none;
  background-color: #132962; }
  .top-menu.mobile ul {
    display: none; }
  .top-menu.mobile a {
    display: block;
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    padding: 15px 30px;
    text-decoration: none; }

.middle-panel {
  padding: 0 12px; }

.middle-panel-inner {
  margin: 0 auto;
  padding: 45px 0;
  max-width: 1170px;
  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; }
  @media (max-width: 1023px) {
  .middle-panel-inner {
    padding: 35px 10px; } }
  .middle-panel-inner .left-side {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  @media (max-width: 639px) {
    .middle-panel-inner .left-side {
      text-align: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      justify-content: center; } }
  .middle-panel-inner .right-side {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  .middle-panel-inner .right-side > div {
    padding: 0 30px;
    position: relative; }
    .middle-panel-inner .right-side > div:after {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      width: 1px;
      height: 36px;
      margin-top: -18px;
      background-color: rgba(255, 255, 255, 0.1); }
    .middle-panel-inner .right-side > div:first-child {
      padding-left: 0; }
      .middle-panel-inner .right-side > div:first-child:after {
        display: none; }
    .middle-panel-inner .right-side > div:last-child {
      padding-right: 0; }

.logo {
  font-size: 0;
  margin: 10px 20px 10px 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }
  .logo a {
    display: inline-block; }

.company {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }
  .company .company-name {
    color: #fff;
    font-size: 35px;
    font-weight: 900;
    line-height: 1.1; }
  .company .company-name a {
    color: #fff;
    text-decoration: none; }
  .company .company-name span {
    color: #ffba00; }
  .company .company-desc {
    color: #fff;
    font-size: 14px;
    font-weight: bold; }

.phone-wrap {
  font-size: 0; }
  @media (max-width: 639px) {
  .phone-wrap {
    display: none; } }
  .phone-wrap:before {
    content: '';
    width: 48px;
    height: 48px;
    margin: 0 20px 0 0;
    border-radius: 3px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid rgba(255, 255, 255, 0.15);
    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%22%3Cpath%20fill%3D%22%23ffba00%22%20d%3D%22M922.445%2C137.568a1.331%2C1.331%2C0%2C0%2C0-2.012%2C0c-0.471.467-.941%2C0.933-1.4%2C1.408a0.277%2C0.277%2C0%2C0%2C1-.387.071c-0.305-.166-0.629-0.3-0.921-0.483a14.6%2C14.6%2C0%2C0%2C1-3.519-3.2%2C8.324%2C8.324%2C0%2C0%2C1-1.261-2.021%2C0.287%2C0.287%2C0%2C0%2C1%2C.071-0.371c0.47-.455.929-0.921%2C1.391-1.388a1.336%2C1.336%2C0%2C0%2C0%2C0-2.06c-0.367-.371-0.735-0.735-1.1-1.106s-0.755-.764-1.138-1.139a1.34%2C1.34%2C0%2C0%2C0-2.013%2C0c-0.474.466-.929%2C0.945-1.411%2C1.4a2.293%2C2.293%2C0%2C0%2C0-.72%2C1.546%2C6.549%2C6.549%2C0%2C0%2C0%2C.506%2C2.819%2C17.134%2C17.134%2C0%2C0%2C0%2C3.041%2C5.065%2C18.8%2C18.8%2C0%2C0%2C0%2C6.231%2C4.875%2C9.038%2C9.038%2C0%2C0%2C0%2C3.451%2C1%2C2.532%2C2.532%2C0%2C0%2C0%2C2.171-.826c0.4-.451.858-0.863%2C1.285-1.293a1.346%2C1.346%2C0%2C0%2C0%2C.008-2.048Q923.581%2C138.694%2C922.445%2C137.568Zm-0.755-3.151%2C1.459-.249a6.549%2C6.549%2C0%2C0%2C0-5.539-5.373l-0.206%2C1.467A5.059%2C5.059%2C0%2C0%2C1%2C921.69%2C134.417Zm2.281-6.342A10.763%2C10.763%2C0%2C0%2C0%2C917.8%2C125l-0.206%2C1.467a9.386%2C9.386%2C0%2C0%2C1%2C7.943%2C7.7l1.459-.249A10.836%2C10.836%2C0%2C0%2C0%2C923.971%2C128.075Z%22%20transform%3D%22translate%28-908%20-125%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; }
  .phone-wrap .phone-title {
    line-height: 1;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    margin: 0 20px 0 0;
    display: inline-block;
    vertical-align: middle; }
  .phone-wrap .phone-body {
    color: #fff;
    font-size: 21px;
    font-weight: 900;
    display: inline-block;
    vertical-align: middle; }

.shop-elem {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center; }
  .shop-elem > div {
    padding: 0 30px;
    position: relative; }
  @media (max-width: 479px) {
    .shop-elem > div {
      padding: 0; } }
  .shop-elem > div:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 36px;
    margin-top: -18px;
    background-color: rgba(255, 255, 255, 0.1); }
    @media (max-width: 479px) {
    .shop-elem > div:after {
      display: none; } }
  .shop-elem > div:first-child {
    padding-left: 0; }
    .shop-elem > div:first-child:after {
      display: none; }
  .shop-elem > div:last-child {
    padding-right: 0; }
  .shop-elem .compare-button-wrap {
    font-size: 0; }
  .shop-elem .compare-button-wrap a {
    color: #fff;
    position: relative;
    padding: 0 0 0 40px;
    text-decoration: none;
    display: inline-block;
    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%2217px%22%20height%3D%2220px%22%20%20viewBox%3D%220%200%2017%2020%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M1272.5%2C134a1.5%2C1.5%2C0%2C0%2C1%2C1.5%2C1.5v7a1.5%2C1.5%2C0%2C0%2C1-3%2C0v-7A1.5%2C1.5%2C0%2C0%2C1%2C1272.5%2C134Zm7-10a1.5%2C1.5%2C0%2C0%2C1%2C1.5%2C1.5v17a1.5%2C1.5%2C0%2C0%2C1-3%2C0v-17A1.5%2C1.5%2C0%2C0%2C1%2C1279.5%2C124Zm7%2C5a1.5%2C1.5%2C0%2C0%2C1%2C1.5%2C1.5v12a1.5%2C1.5%2C0%2C0%2C1-3%2C0v-12A1.5%2C1.5%2C0%2C0%2C1%2C1286.5%2C129Z%22%20transform%3D%22translate%28-1271%20-124%29%22%2F%3E%3C%2Fsvg%3E") 0 50% no-repeat; }
    @media (max-width: 479px) {
    .shop-elem .compare-button-wrap a {
      padding: 0;
      width: 40px;
      height: 38px;
      background-position: 0 60%; } }
    .shop-elem .compare-button-wrap a div {
      font-size: 13px;
      line-height: 20px; }
      @media (max-width: 479px) {
    .shop-elem .compare-button-wrap a div {
      display: none; } }
    .shop-elem .compare-button-wrap a span {
      left: 7px;
      top: -10px;
      width: 20px;
      height: 20px;
      font-size: 10px;
      font-weight: 900;
      line-height: 20px;
      text-align: center;
      position: absolute;
      border-radius: 50%;
      background-color: #ffba00; }
      @media (max-width: 479px) {
    .shop-elem .compare-button-wrap a span {
      top: 0; } }
  .shop-elem .cart-wrap a {
    text-decoration: none;
    display: inline-block; }
  .shop-elem .cart-wrap .cart-amount {
    width: 20px;
    height: 20px;
    margin: 0 20px 0 0;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    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%23fff%22%20d%3D%22M1448.81%2C128.5l-3.43%2C6.5a1.736%2C1.736%2C0%2C0%2C1-1.62%2C1h-7.06l-0.86%2C1.7v0.1a0.215%2C0.215%2C0%2C0%2C0%2C.2.2h11.05v0.065a0.952%2C0.952%2C0%2C0%2C1%2C0%2C1.872V140h-11.44a1.961%2C1.961%2C0%2C0%2C1-1.9-2%2C3.533%2C3.533%2C0%2C0%2C1%2C.19-1l1.33-2.4-3.43-7.6h-1.91v0a1%2C1%2C0%2C0%2C1%2C0-1.992V125h3.15l0.86%2C2h14.11a0.922%2C0.922%2C0%2C0%2C1%2C.95%2C1A0.567%2C0.567%2C0%2C0%2C1%2C1448.81%2C128.5ZM1435.65%2C141a2%2C2%2C0%2C1%2C1-1.9%2C2A1.963%2C1.963%2C0%2C0%2C1%2C1435.65%2C141Zm9.54%2C0a2%2C2%2C0%2C1%2C1-1.91%2C2A1.954%2C1.954%2C0%2C0%2C1%2C1445.19%2C141Z%22%20transform%3D%22translate%28-1429%20-125%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; }
    @media (max-width: 479px) {
    .shop-elem .cart-wrap .cart-amount {
      margin: 0;
      width: 40px;
      height: 38px;
      background-position: 50% 60%; } }
    .shop-elem .cart-wrap .cart-amount span {
      left: 11px;
      top: -11px;
      width: 20px;
      color: #fff;
      height: 20px;
      font-size: 10px;
      font-weight: 900;
      line-height: 20px;
      text-align: center;
      position: absolute;
      border-radius: 50%;
      background-color: #ff4a2c; }
      @media (max-width: 479px) {
    .shop-elem .cart-wrap .cart-amount span {
      top: 0;
      right: 0;
      left: inherit; } }
  .shop-elem .cart-wrap .cart-sum {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle; }
    @media (max-width: 479px) {
    .shop-elem .cart-wrap .cart-sum {
      display: none; } }
    .shop-elem .cart-wrap .cart-sum span {
      font-size: 13px;
      margin: 0 0 0 3px;
      font-weight: normal; }

.bottom-panel {
  padding: 0 12px; }
  @media (max-width: 479px) {
  .bottom-panel {
    padding: 0 8px; } }
  .bottom-panel .bottom-panel-inner {
    margin: 0 auto;
    max-width: 1170px;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }

.site-search-wrap {
  font-size: 0;
  padding: 13px;
  position: relative;
  box-sizing: border-box;
  border-radius: 3px 3px 0 0;
  background-color: #ff4a2c;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }
  @media (max-width: 1023px) {
  .site-search-wrap {
    padding: 6px; } }
  .site-search-wrap > form {
    width: 100%;
    height: 46px;
    font-size: 0;
    overflow: hidden;
    border-radius: 3px;
    display: inline-block;
    background-color: #fff;
    vertical-align: middle;
    max-width: calc(100% - 61px); }
  @media (max-width: 1023px) {
    .site-search-wrap > form {
      max-width: calc(100% - 52px); } }
  .site-search-wrap > form input[type="text"] {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    color: #000;
    font-size: 13px;
    padding: 0 0 0 20px;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    max-width: calc(100% - 60px);
    /* Firefox 19+ */
    /* Firefox 18- */ }
    @media (max-width: 1023px) {
    .site-search-wrap > form input[type="text"] {
      padding: 0 0 0 16px;
      max-width: calc(100% - 48px); } }
    .site-search-wrap > form input[type="text"]::-webkit-input-placeholder {
      color: #888; }
    .site-search-wrap > form input[type="text"]::-moz-placeholder {
      color: #888; }
    .site-search-wrap > form input[type="text"]:-moz-placeholder {
      color: #888; }
    .site-search-wrap > form input[type="text"]:-ms-input-placeholder {
      color: #888; }
  .site-search-wrap > form input[type="submit"] {
    width: 60px;
    height: 100%;
    border: none;
    outline: none;
    display: inline-block;
    vertical-align: middle;
    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%23000%22%20d%3D%22M5464.51%2C862.145l-4.35-4.344c-0.02-.024-0.05-0.04-0.07-0.062a8.137%2C8.137%2C0%2C0%2C0%2C1.35-4.518%2C8.219%2C8.219%2C0%2C1%2C0-3.7%2C6.868c0.02%2C0.024.04%2C0.051%2C0.06%2C0.075l4.35%2C4.344A1.67%2C1.67%2C0%2C0%2C0%2C5464.51%2C862.145Zm-11.29-3.551a5.372%2C5.372%2C0%2C1%2C1%2C5.37-5.373A5.369%2C5.369%2C0%2C0%2C1%2C5453.22%2C858.594Z%22%20transform%3D%22translate%28-5445%20-845%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; }
    @media (max-width: 1023px) {
    .site-search-wrap > form input[type="submit"] {
      width: 48px; } }
  .site-search-wrap .shop2-search-toggle {
    width: 44px;
    height: 46px;
    cursor: pointer;
    margin: 0 0 0 15px;
    display: inline-block;
    vertical-align: middle;
    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%2222px%22%20height%3D%2222px%22%20%20viewBox%3D%220%200%2022%2022%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M1520.93%2C237.778a0.718%2C0.718%2C0%2C0%2C0-.71-0.542%2C2.431%2C2.431%2C0%2C0%2C1-1.66-4.227%2C0.607%2C0.607%2C0%2C0%2C0%2C.07-0.83%2C10.753%2C10.753%2C0%2C0%2C0-1.75-1.76%2C0.6%2C0.6%2C0%2C0%2C0-.83.068%2C2.531%2C2.531%2C0%2C0%2C1-2.74.616%2C2.44%2C2.44%2C0%2C0%2C1-1.49-2.388%2C0.613%2C0.613%2C0%2C0%2C0-.54-0.643%2C10.968%2C10.968%2C0%2C0%2C0-2.47-.006%2C0.616%2C0.616%2C0%2C0%2C0-.55.63%2C2.441%2C2.441%2C0%2C0%2C1-1.51%2C2.347%2C2.547%2C2.547%2C0%2C0%2C1-2.72-.62%2C0.612%2C0.612%2C0%2C0%2C0-.83-0.07%2C10.852%2C10.852%2C0%2C0%2C0-1.78%2C1.759%2C0.614%2C0.614%2C0%2C0%2C0%2C.07.836%2C2.442%2C2.442%2C0%2C0%2C1%2C.61%2C2.745%2C2.544%2C2.544%2C0%2C0%2C1-2.39%2C1.487%2C0.6%2C0.6%2C0%2C0%2C0-.64.54%2C11.617%2C11.617%2C0%2C0%2C0%2C0%2C2.5%2C0.726%2C0.726%2C0%2C0%2C0%2C.72.541%2C2.4%2C2.4%2C0%2C0%2C1%2C2.26%2C1.507%2C2.44%2C2.44%2C0%2C0%2C1-.61%2C2.721%2C0.6%2C0.6%2C0%2C0%2C0-.07.828%2C10.98%2C10.98%2C0%2C0%2C0%2C1.74%2C1.761%2C0.616%2C0.616%2C0%2C0%2C0%2C.84-0.066%2C2.53%2C2.53%2C0%2C0%2C1%2C2.74-.617%2C2.438%2C2.438%2C0%2C0%2C1%2C1.49%2C2.387%2C0.612%2C0.612%2C0%2C0%2C0%2C.54.643%2C11.132%2C11.132%2C0%2C0%2C0%2C1.27.073%2C10.967%2C10.967%2C0%2C0%2C0%2C1.2-.066%2C0.617%2C0.617%2C0%2C0%2C0%2C.55-0.63%2C2.447%2C2.447%2C0%2C0%2C1%2C1.5-2.347%2C2.551%2C2.551%2C0%2C0%2C1%2C2.73.62%2C0.613%2C0.613%2C0%2C0%2C0%2C.83.07%2C11.174%2C11.174%2C0%2C0%2C0%2C1.78-1.759%2C0.614%2C0.614%2C0%2C0%2C0-.07-0.836%2C2.433%2C2.433%2C0%2C0%2C1%2C1.64-4.236l0.13%2C0a0.617%2C0.617%2C0%2C0%2C0%2C.65-0.539A11.626%2C11.626%2C0%2C0%2C0%2C1520.93%2C237.778Zm-10.91%2C4.914a3.669%2C3.669%2C0%2C1%2C1%2C3.67-3.669A3.67%2C3.67%2C0%2C0%2C1%2C1510.02%2C242.692Z%22%20transform%3D%22translate%28-1499%20-228%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; }
  @media (max-width: 1023px) {
    .site-search-wrap .shop2-search-toggle {
      margin: 0 0 0 6px; } }

.drop-down-categories {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }
  .drop-down-categories ~ .site-search-wrap {
    border-radius: 0 3px 0 0; }
  .drop-down-categories.hide ~ .site-search-wrap {
    border-radius: 3px 3px 0 0; }
  .drop-down-categories .toggle-categories {
    color: #fff;
    display: block;
    font-size: 17px;
    cursor: pointer;
    font-weight: 900;
    line-height: 1.2;
    min-width: 270px;
    box-sizing: border-box;
    text-decoration: none;
    border-radius: 3px 0 0 0;
    padding: 26px 30px 26px 70px;
    background-color: #ffba00;
    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%2217px%22%20%20viewBox%3D%220%200%2020%2017%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M407.5%2C231h12a1.5%2C1.5%2C0%2C0%2C1%2C0%2C3h-12A1.5%2C1.5%2C0%2C0%2C1%2C407.5%2C231Zm0%2C7h17a1.5%2C1.5%2C0%2C0%2C1%2C0%2C3h-17A1.5%2C1.5%2C0%2C0%2C1%2C407.5%2C238Zm0%2C7h12a1.5%2C1.5%2C0%2C0%2C1%2C0%2C3h-12A1.5%2C1.5%2C0%2C0%2C1%2C407.5%2C245Z%22%20transform%3D%22translate%28-406%20-231%29%22%2F%3E%3C%2Fsvg%3E") 30px 50% no-repeat #ffba00; }

.top-main-block {
  margin: 0 0 50px;
  padding: 0 12px;
  position: relative;
  background: url('../pattern.png') 50% 50% repeat #f5f5f5;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none; }
  @media (max-width: 1023px) {
  .top-main-block {
    padding: 0;
    margin: 0 0 30px; } }
  @media (max-width: 479px) {
  .top-main-block {
    margin: 0 0 20px; } }
  .top-main-block .top-main-block-inner {
    margin: 0 auto;
    padding: 30px 0;
    max-width: 1170px; }
  @media (max-width: 1023px) {
    .top-main-block .top-main-block-inner {
      padding: 0; } }

.slider-wrap ~ .advantages {
  padding-top: 30px; }
  @media (max-width: 1023px) {
    .slider-wrap ~ .advantages {
      padding-top: 12px; } }
  @media (max-width: 639px) {
    .slider-wrap ~ .advantages {
      padding-top: 0; } }
  .slider-wrap .item-slide {
    outline: none;
    overflow: hidden;
    position: relative;
    border-radius: 3px;
    white-space: nowrap; }
  @media (max-width: 1023px) {
    .slider-wrap .item-slide {
      border-radius: 0; } }
  .slider-wrap .item-slide:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5); }
  .slider-wrap .item-slide:after {
    width: 0;
    content: '';
    display: inline-block;
    vertical-align: middle;
    padding: 40.5% 0 0; }
    @media (max-width: 479px) {
    .slider-wrap .item-slide:after {
      padding: 98% 0 0; } }
  .slider-wrap .item-slide.top_slider_black:before {
    display: none; }
  .slider-wrap .item-slide.top_slider_black.blackout:before {
    display: block; }
  .slider-wrap .item-text {
    position: relative;
    white-space: normal;
    display: inline-block;
    vertical-align: middle;
    padding: 60px 50px 80px; }
  @media (max-width: 1023px) {
    .slider-wrap .item-text {
      padding: 60px 60px 80px; } }
  @media (max-width: 479px) {
    .slider-wrap .item-text {
      text-align: center; } }
  @media (max-width: 479px) {
    .slider-wrap .item-text {
      width: 100%;
      box-sizing: border-box;
      padding: 35px 30px 60px; } }
  .slider-wrap .item-title {
    color: #fff;
    font-size: 60px;
    font-weight: 900;
    line-height: 1.15; }
  @media (max-width: 1023px) {
    .slider-wrap .item-title {
      font-size: 40px;
      line-height: 1.3; } }
  @media (max-width: 479px) {
    .slider-wrap .item-title {
      font-size: 30px;
      line-height: 1.1; } }
  .slider-wrap .item-title span {
    color: #ffba00; }
  .slider-wrap .item-body {
    color: #fff;
    font-size: 30px;
    font-weight: 500; }
  @media (max-width: 1023px) {
    .slider-wrap .item-body {
      font-size: 19px; } }
  @media (max-width: 479px) {
    .slider-wrap .item-body {
      font-size: 17px; } }
  .slider-wrap .item-button {
    padding: 25px 0 0; }
  @media (max-width: 1023px) {
    .slider-wrap .item-button {
      padding: 15px 0 0; } }
  .slider-wrap .item-button a {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    position: relative;
    border-radius: 3px;
    background: #1c1c1c;
    text-decoration: none;
    display: inline-block;
    padding: 15px 68px 15px 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .slider-wrap .item-button a:hover {
      background: #ff4a2c; }
    .slider-wrap .item-button a:after {
      content: '';
      top: 0;
      right: 0;
      bottom: 0;
      width: 48px;
      position: absolute;
      border-radius: 0 3px 3px 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%227px%22%20height%3D%225px%22%20%20viewBox%3D%220%200%207%205%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M585.2%2C604.624h0.6v0.625h0.6v0.625H587v1.25h-0.6v0.625h-0.6v0.625h-0.6V609H584v-1.25h0.6v-0.625h0.6v-1.25h-0.6v-0.625H584V604h1.2v0.625Zm4%2C0h0.6v0.625h0.6v0.625H591v1.25h-0.6v0.625h-0.6v0.625h-0.6V609H588v-1.25h0.6v-0.625h0.6v-1.25h-0.6v-0.625H588V604h1.2v0.625Z%22%20transform%3D%22translate%28-584%20-604%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
      background-color: #ff4a2c; }
  .slider-wrap .slick-dots {
    margin: 0;
    padding: 0;
    right: 38px;
    bottom: 38px;
    font-size: 0;
    list-style: none;
    position: absolute; }
  @media (max-width: 479px) {
    .slider-wrap .slick-dots {
      bottom: 20px;
      right: 50%;
      -webkit-transform: translate3d(50%, 0, 0);
      -moz-transform: translate3d(50%, 0, 0);
      -ms-transform: translate3d(50%, 0, 0);
      -o-transform: translate3d(50%, 0, 0);
      transform: translate3d(50%, 0, 0); } }
  .slider-wrap .slick-dots li {
    margin: 4px;
    display: inline-block;
    vertical-align: middle; }
    .slider-wrap .slick-dots li.slick-active button {
      background: #ff4a2c; }
    .slider-wrap .slick-dots li button {
      margin: 0;
      padding: 0;
      width: 8px;
      height: 8px;
      font-size: 0;
      border: none;
      outline: none;
      background: #fff;
      border-radius: 50%;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }

.advantages {
  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-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }
  @media (max-width: 1023px) {
  .advantages {
    padding: 12px; } }
  @media (max-width: 639px) {
  .advantages {
    padding: 8px; } }
  .advantages .item {
    margin: 0 30px 0 0;
    padding: 36px 40px;
    border-radius: 3px;
    box-sizing: border-box;
    width: calc(100% / 3 - 20px);
    background-color: #fff;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    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; }
  .advantages .item:nth-child(3n), .advantages .item:last-child {
    margin-right: 0; }
  .advantages .item:nth-child(n+4) {
    margin-top: 20px; }
  @media (max-width: 1023px) {
    .advantages .item {
      margin: 0 12px 0 0;
      width: calc(100% / 3 - 8px);
      padding: 30px 14px 30px 24px; }
      .advantages .item:nth-child(n+4) {
        margin-top: 12px; } }
  @media (max-width: 767px) {
    .advantages .item {
      width: calc(50% - 6px); }
      .advantages .item:nth-child(3n) {
        margin-right: 12px; }
      .advantages .item:nth-child(n+3) {
        margin-top: 12px; }
      .advantages .item:nth-child(even) {
        margin-right: 0; } }
  @media (max-width: 639px) {
    .advantages .item {
      width: 100%;
      margin: 8px 0 0;
      padding: 31px 30px 31px 35px; }
      .advantages .item:nth-child(3n) {
        margin-right: 0; }
      .advantages .item:nth-child(n+3) {
        margin-top: 8px; } }
  .advantages .icon {
    font-size: 0;
    margin: 0 24px 0 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  @media (max-width: 1023px) {
    .advantages .icon {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 37px;
      -moz-box-flex: 0;
      -moz-flex: 0 0 37px;
      -ms-flex: 0 0 37px;
      flex: 0 0 37px; } }
  @media (max-width: 639px) {
    .advantages .icon {
      margin: 0 34px 0 0; } }
  .advantages .text {
    color: #141414;
    font-size: 15px;
    padding: 4px 0 0;
    font-weight: bold;
    line-height: 1.35;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  @media (max-width: 1023px) {
    .advantages .text {
      font-size: 14px; } }
  @media (max-width: 639px) {
    .advantages .text {
      padding: 0;
      line-height: 1.3; } }

.folders-in-block-wrap {
  padding: 0 12px 55px;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none; }
  @media (max-width: 1023px) {
  .folders-in-block-wrap {
    display: none; } }
  .folders-in-block-wrap .show-all {
    padding: 10px 0 0;
    text-align: center; }
  @media (max-width: 1023px) {
    .folders-in-block-wrap .show-all {
      padding: 20px 0 0; } }
  .folders-in-block-wrap .show-all span {
    color: #fff;
    font-size: 15px;
    cursor: pointer;
    font-weight: bold;
    position: relative;
    border-radius: 3px;
    background: #1c1c1c;
    text-decoration: none;
    display: inline-block;
    padding: 15px 68px 15px 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .folders-in-block-wrap .show-all span:hover {
      background: #ff4a2c; }
    .folders-in-block-wrap .show-all span:before {
      content: '';
      top: 0;
      right: 0;
      bottom: 0;
      width: 48px;
      position: absolute;
      border-radius: 0 3px 3px 0;
      background-color: #ff4a2c; }
    .folders-in-block-wrap .show-all span:after {
      content: '';
      top: 0;
      right: 0;
      bottom: 0;
      width: 48px;
      position: absolute;
      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%225px%22%20%20viewBox%3D%220%200%207%205%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M585.2%2C604.624h0.6v0.625h0.6v0.625H587v1.25h-0.6v0.625h-0.6v0.625h-0.6V609H584v-1.25h0.6v-0.625h0.6v-1.25h-0.6v-0.625H584V604h1.2v0.625Zm4%2C0h0.6v0.625h0.6v0.625H591v1.25h-0.6v0.625h-0.6v0.625h-0.6V609H588v-1.25h0.6v-0.625h0.6v-1.25h-0.6v-0.625H588V604h1.2v0.625Z%22%20transform%3D%22translate%28-584%20-604%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg);
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .folders-in-block-wrap .show-all span.open:after {
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg); }
  .folders-in-block-wrap .folders-in-block-inner {
    font-size: 0;
    margin: 0 auto;
    max-width: 1200px;
    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; }
  .folders-in-block-wrap .folders-in-block-inner ul {
    margin: 0;
    padding: 17px 29px 14px;
    list-style: none;
    border-left: 1px solid rgba(0, 0, 0, 0.07);
    border-right: 1px solid rgba(0, 0, 0, 0.07);
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
    .folders-in-block-wrap .folders-in-block-inner ul li {
      padding: 12px 0; }
    .folders-in-block-wrap .folders-in-block-inner ul a {
      color: #000;
      font-size: 14px;
      font-weight: 300;
      line-height: 1.2;
      padding: 0 0 0 20px;
      text-decoration: none;
      display: inline-block;
      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%223px%22%20height%3D%225px%22%20%20viewBox%3D%220%200%203%205%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23ffba00%22%20d%3D%22M776.2%2C4295.62h0.6v0.63h0.6v0.62H778v1.25h-0.6v0.63h-0.6v0.62h-0.6V4300H775v-1.25h0.6v-0.63h0.6v-1.25h-0.6v-0.62H775V4295h1.2v0.62Z%22%20transform%3D%22translate%28-775%20-4295%29%22%2F%3E%3C%2Fsvg%3E") left 4px no-repeat;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .folders-in-block-wrap .folders-in-block-inner ul a:hover {
        color: #ffba00; }
  .folders-in-block-wrap .folders-in-block-inner > li {
    width: 25%;
    padding: 0 15px 30px;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    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; }
  .folders-in-block-wrap .folders-in-block-inner .parent {
    font-size: 0;
    display: block;
    white-space: nowrap;
    position: relative;
    text-decoration: none;
    border-radius: 3px 3px 0 0; }
    .folders-in-block-wrap .folders-in-block-inner .parent.no-image: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%2232px%22%20height%3D%2232px%22%20%20viewBox%3D%220%200%2032%2032%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22rgba%28255%2C255%2C255%2C.7%29%22%20d%3D%22M204%2C211H176a2%2C2%2C0%2C0%2C1-2-2V181a2%2C2%2C0%2C0%2C1%2C2-2h28a2%2C2%2C0%2C0%2C1%2C2%2C2v28A2%2C2%2C0%2C0%2C1%2C204%2C211Zm0-29a1%2C1%2C0%2C0%2C0-1-1H177a1%2C1%2C0%2C0%2C0-1%2C1v26a1%2C1%2C0%2C0%2C0%2C1%2C1h26a1%2C1%2C0%2C0%2C0%2C1-1V182Zm-11.233%2C20.678a1.128%2C1.128%2C0%2C0%2C1-1.534%2C0l-6.026-4.281-5.44%2C7.281a1.045%2C1.045%2C0%2C0%2C1-1.478-1.477l5.911-7.911a1.232%2C1.232%2C0%2C0%2C1%2C1.6%2C0l6.043%2C4.3%2C8.357-9.3a1.045%2C1.045%2C0%2C1%2C1%2C1.478%2C1.477ZM184%2C191a3%2C3%2C0%2C1%2C1%2C3-3A3%2C3%2C0%2C0%2C1%2C184%2C191Zm1-4h-2v2h2v-2Z%22%20transform%3D%22translate%28-174%20-179%29%22%2F%3E%3C%2Fsvg%3E") 50% 30% no-repeat rgba(0, 0, 0, 0.5); }
    .folders-in-block-wrap .folders-in-block-inner .parent:before {
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      content: '';
      position: absolute;
      border-radius: 3px 3px 0 0;
      background-color: rgba(0, 0, 0, 0.5); }
    .folders-in-block-wrap .folders-in-block-inner .parent:after {
      width: 0;
      content: '';
      height: 190px;
      display: inline-block;
      vertical-align: bottom; }
    .folders-in-block-wrap .folders-in-block-inner .parent span {
      color: #fff;
      font-size: 21px;
      line-height: 1.2;
      font-weight: 900;
      padding: 25px 30px;
      position: relative;
      white-space: normal;
      display: inline-block;
      vertical-align: bottom; }
  .folders-in-block-wrap .folders-in-block-inner .all {
    color: #010101;
    display: block;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    padding: 19px 20px 17px;
    background-color: #f5f5f5;
    text-transform: uppercase;
    border-radius: 0 0 3px 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
    .folders-in-block-wrap .folders-in-block-inner .all:hover {
      color: #fff;
      background-color: #ffba00; }

.title-blocks-wrap {
  padding: 0 12px 70px;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none; }
  @media (max-width: 639px) {
  .title-blocks-wrap {
    padding: 0 8px 48px; } }
  .title-blocks-wrap .title-blocks-inner {
    margin: 0 auto;
    max-width: 1170px;
    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-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
  .title-blocks-wrap .item {
    margin: 0 30px 0 0;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 40px 35px 44px;
    width: calc(100% / 3 - 20px);
    background: #132962;
    background-size: cover;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .title-blocks-wrap .item:nth-child(3n), .title-blocks-wrap .item:last-child {
    margin-right: 0; }
  .title-blocks-wrap .item:nth-child(n+4) {
    margin-top: 20px; }
  @media (max-width: 1023px) {
    .title-blocks-wrap .item {
      margin: 0 12px 0 0;
      padding: 21px 25px 24px;
      width: calc(100% / 3 - 8px); }
      .title-blocks-wrap .item:nth-child(n+4) {
        margin-top: 12px; } }
  @media (max-width: 767px) {
    .title-blocks-wrap .item {
      width: calc(50% - 6px); }
      .title-blocks-wrap .item:nth-child(3n) {
        margin: 0 12px 0 0; }
      .title-blocks-wrap .item:nth-child(even), .title-blocks-wrap .item:last-child {
        margin-right: 0; }
      .title-blocks-wrap .item:nth-child(n+3) {
        margin-top: 12px; } }
  @media (max-width: 639px) {
    .title-blocks-wrap .item {
      width: 100%;
      margin: 8px 0 0;
      padding: 20px 25px 24px; }
      .title-blocks-wrap .item:nth-child(3n) {
        margin-right: 0; }
      .title-blocks-wrap .item:nth-child(n+3) {
        margin-top: 8px; }
      .title-blocks-wrap .item:nth-child(even) {
        margin-right: 0; }
      .title-blocks-wrap .item:first-child {
        margin-top: 0; } }
  .title-blocks-wrap .item-title {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    max-width: 150px;
    line-height: 1.15; }
  .title-blocks-wrap .item-title:first-line {
    font-size: 21px;
    font-weight: 900; }
  .title-blocks-wrap .item-button {
    color: #fff;
    font-size: 10px;
    margin: 12px 0 0;
    font-weight: bold;
    border-radius: 3px;
    padding: 10px 19px;
    display: inline-block;
    text-decoration: none;
    background-color: #ffba00; }

.edit-block-wrap {
  padding: 0 12px 70px;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none; }
  @media (max-width: 1023px) {
  .edit-block-wrap {
    padding: 0 24px 48px; } }
  @media (max-width: 479px) {
  .edit-block-wrap {
    padding: 0 24px 36px; } }
  .edit-block-wrap .edit-block-inner {
    margin: 0 auto;
    max-width: 1170px; }
  @media (max-width: 1023px) {
    .edit-block-wrap .edit-block-inner {
      display: block; } }
  .edit-block-wrap .edit-text {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .edit-block-wrap .edit-image {
    font-size: 0;
    float: right;
    margin: 0 0 0 20px; }
  @media (max-width: 1023px) {
    .edit-block-wrap .edit-image {
      display: none; } }
  .edit-block-wrap .edit-title {
    color: #000;
    font-size: 15px;
    font-style: italic; }
  .edit-block-wrap .edit-body {
    color: #888;
    font-size: 15px;
    font-weight: 300;
    padding: 20px 0 0;
    line-height: 1.7; }
  .edit-block-wrap .edit-button {
    padding: 10px 0 0; }
  .edit-block-wrap .edit-button a {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    position: relative;
    border-radius: 3px;
    background: #1c1c1c;
    text-decoration: none;
    display: inline-block;
    padding: 15px 68px 15px 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .edit-block-wrap .edit-button a:hover {
      background: #ff4a2c; }
    .edit-block-wrap .edit-button a:after {
      content: '';
      top: 0;
      right: 0;
      bottom: 0;
      width: 48px;
      position: absolute;
      border-radius: 0 3px 3px 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%227px%22%20height%3D%225px%22%20%20viewBox%3D%220%200%207%205%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M585.2%2C604.624h0.6v0.625h0.6v0.625H587v1.25h-0.6v0.625h-0.6v0.625h-0.6V609H584v-1.25h0.6v-0.625h0.6v-1.25h-0.6v-0.625H584V604h1.2v0.625Zm4%2C0h0.6v0.625h0.6v0.625H591v1.25h-0.6v0.625h-0.6v0.625h-0.6V609H588v-1.25h0.6v-0.625h0.6v-1.25h-0.6v-0.625H588V604h1.2v0.625Z%22%20transform%3D%22translate%28-584%20-604%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
      background-color: #ff4a2c; }

.bottom-block {
  padding: 60px 12px 0;
  background: url('../pattern.png') 50% 50% repeat #f5f5f5;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none; }
  @media (max-width: 1023px) {
  .bottom-block {
    padding: 48px 12px 0; } }
  @media (max-width: 639px) {
  .bottom-block {
    padding: 36px 8px 0; } }
  .bottom-block .bottom-block-inner {
    margin: 0 auto;
    max-width: 1170px; }

.brends-wrap {
  font-size: 0;
  position: relative;
  margin: 0 -15px 60px; }
  @media (max-width: 1140px) {
  .brends-wrap {
    margin: 0 -12px 60px; } }
  @media (max-width: 1023px) {
  .brends-wrap {
    margin: 0 -6px 20px; } }
  @media (max-width: 639px) {
  .brends-wrap {
    margin: 0 -6px 16px; } }
  @media (max-width: 479px) {
  .brends-wrap {
    margin: 0 0 14px; } }
  .brends-wrap .item {
    margin: 0 15px;
    outline: none;
    overflow: hidden;
    border-radius: 3px;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle; }
  @media (max-width: 1023px) {
    .brends-wrap .item {
      margin: 0 6px; } }
  .brends-wrap .item img {
    margin: 0 auto;
    max-width: 100%; }
  .brends-wrap a {
    outline: none; }
  .brends-wrap .slick-dots {
    margin: 0;
    font-size: 0;
    padding: 20px 0 0;
    list-style: none;
    text-align: center; }
  @media (max-width: 639px) {
    .brends-wrap .slick-dots {
      padding: 16px 0 0; } }
  @media (max-width: 479px) {
    .brends-wrap .slick-dots {
      padding: 12px 0 0; } }
  .brends-wrap .slick-dots li {
    margin: 4px;
    display: inline-block;
    vertical-align: middle; }
    .brends-wrap .slick-dots li.slick-active button {
      background: #ff4a2c; }
  .brends-wrap .slick-dots button {
    margin: 0;
    padding: 0;
    width: 8px;
    height: 8px;
    border: none;
    font-size: 0;
    outline: none;
    border-radius: 50%;
    background: #e1e1e1; }
  .brends-wrap .slick-arrow {
    top: 50%;
    margin: 0;
    padding: 0;
    z-index: 10;
    width: 48px;
    height: 48px;
    font-size: 0;
    border: none;
    outline: none;
    margin-top: -24px;
    position: absolute;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .brends-wrap .slick-arrow.slick-prev {
    left: -9px;
    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%226px%22%20height%3D%2210px%22%20%20viewBox%3D%220%200%206%2010%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M373%2C3932v1h1v1h1v1h1v1h2v-2h-1v-1h-1v-1h-1v-2h1v-1h1v-1h1v-2h-2v1h-1v1h-1v1h-1v1h-1v2h1Z%22%20transform%3D%22translate%28-372%20-3926%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
    background-color: #f2f2f2; }
    @media (max-width: 1140px) {
    .brends-wrap .slick-arrow.slick-prev {
      left: 0; } }
    .brends-wrap .slick-arrow.slick-prev:hover {
      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%226px%22%20height%3D%2210px%22%20%20viewBox%3D%220%200%206%2010%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M373%2C3932v1h1v1h1v1h1v1h2v-2h-1v-1h-1v-1h-1v-2h1v-1h1v-1h1v-2h-2v1h-1v1h-1v1h-1v1h-1v2h1Z%22%20transform%3D%22translate%28-372%20-3926%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
      background-color: #ffba00; }
    .brends-wrap .slick-arrow.slick-prev.slick-disabled {
      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%226px%22%20height%3D%2210px%22%20%20viewBox%3D%220%200%206%2010%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22rgba%280%2C%200%2C%200%2C%20.3%29%22%20d%3D%22M373%2C3932v1h1v1h1v1h1v1h2v-2h-1v-1h-1v-1h-1v-2h1v-1h1v-1h1v-2h-2v1h-1v1h-1v1h-1v1h-1v2h1Z%22%20transform%3D%22translate%28-372%20-3926%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
      background-color: #f2f2f2; }
  .brends-wrap .slick-arrow.slick-next {
    right: -9px;
    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%226px%22%20height%3D%2210px%22%20%20viewBox%3D%220%200%206%2010%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M1547%2C3932v1h-1v1h-1v1h-1v1h-2v-2h1v-1h1v-1h1v-2h-1v-1h-1v-1h-1v-2h2v1h1v1h1v1h1v1h1v2h-1Z%22%20transform%3D%22translate%28-1542%20-3926%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
    background-color: #f2f2f2; }
    @media (max-width: 1140px) {
    .brends-wrap .slick-arrow.slick-next {
      right: 0; } }
    .brends-wrap .slick-arrow.slick-next:hover {
      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%226px%22%20height%3D%2210px%22%20%20viewBox%3D%220%200%206%2010%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M1547%2C3932v1h-1v1h-1v1h-1v1h-2v-2h1v-1h1v-1h1v-2h-1v-1h-1v-1h-1v-2h2v1h1v1h1v1h1v1h1v2h-1Z%22%20transform%3D%22translate%28-1542%20-3926%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
      background-color: #ffba00; }
    .brends-wrap .slick-arrow.slick-next.slick-disabled {
      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%226px%22%20height%3D%2210px%22%20%20viewBox%3D%220%200%206%2010%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22rgba%280%2C%200%2C%200%2C%20.3%29%22%20d%3D%22M1547%2C3932v1h-1v1h-1v1h-1v1h-2v-2h1v-1h1v-1h1v-2h-1v-1h-1v-1h-1v-2h2v1h1v1h1v1h1v1h1v2h-1Z%22%20transform%3D%22translate%28-1542%20-3926%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
      background-color: #f2f2f2; }

.bottom-block .tpl-anketa {
  margin: 0 0 -80px;
  border-radius: 3px;
  position: relative;
  padding: 47px 50px 47px 230px;
  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%22122px%22%20height%3D%22122px%22%20%20viewBox%3D%220%200%20122%20122%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22rgba%280%2C0%2C0%2C.2%29%22%20d%3D%22M465.312%2C4134.39L431%2C4114.75v-7.63h42.235a20.643%2C20.643%2C0%2C0%2C1%2C6.479%2C7.63H446.25l19.062%2C10.86%2C15.25-8.69v8.76Zm15.25%2C10.86H438.625V4123.5L431%2C4119.14v33.73h49.562v-7.62Zm41.938-53.38h-7.625v30.5H507.25v-38.12h22.875V4069h-30.5v22.87H461.5a31.638%2C31.638%2C0%2C0%2C0-20.507%2C7.63H461.5a24.286%2C24.286%2C0%2C0%2C1%2C22.875%2C16.41v44.59H431v7.62h53.375V4191H507.25v-22.88H553v-53.37A31.784%2C31.784%2C0%2C0%2C0%2C522.5%2C4091.87Z%22%20transform%3D%22translate%28-431%20-4069%29%22%2F%3E%3C%2Fsvg%3E") 56px bottom no-repeat;
  background-color: #ffba00;
  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; }
  @media (max-width: 1023px) {
    .bottom-block .tpl-anketa {
      padding: 47px 50px 47px 40px; } }
  @media (max-width: 767px) {
    .bottom-block .tpl-anketa {
      display: block;
      padding: 30px 24px 36px;
      background-position: 50% 16px; } }
  .bottom-block .tpl-anketa .form-title {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    padding: 0 0 5px;
    margin: 0 50px 0 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 330px;
    -moz-box-flex: 0;
    -moz-flex: 0 0 330px;
    -ms-flex: 0 0 330px;
    flex: 0 0 330px; }
    .bottom-block .tpl-anketa .form-title:first-line {
      font-size: 25px;
      font-weight: 900; }
    @media (max-width: 1023px) {
    .bottom-block .tpl-anketa .form-title {
      margin: 0 30px 0 0; } }
    @media (max-width: 767px) {
    .bottom-block .tpl-anketa .form-title {
      margin: 0 auto;
      max-width: 250px;
      padding: 0 0 32px;
      text-align: center; }
      .bottom-block .tpl-anketa .form-title:first-line {
        font-size: 21px; } }
  .bottom-block .tpl-anketa .tpl-anketa-success-note {
    color: #fff;
    padding: 10px 0;
    font-size: 18px; }
  .bottom-block .tpl-anketa form {
    font-size: 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .bottom-block .tpl-anketa .tpl-field {
    width: 100%;
    color: #000;
    font-size: 13px;
    margin: 0 0 10px; }
    .bottom-block .tpl-anketa .tpl-field.field-error input[type="text"], .bottom-block .tpl-anketa .tpl-field.field-error textarea {
      -moz-box-shadow: inset 0 0 0 1px #ff8181;
      -webkit-box-shadow: inset 0 0 0 1px #ff8181;
      box-shadow: inset 0 0 0 1px #ff8181; }
    .bottom-block .tpl-anketa .tpl-field.oneline {
      margin: 0;
      display: inline-block;
      max-width: calc(100% - 175px); }
      @media (max-width: 1023px) {
    .bottom-block .tpl-anketa .tpl-field.oneline {
      max-width: calc(100% - 65px); } }
      .bottom-block .tpl-anketa .tpl-field.oneline ~ .tpl-field-button {
        margin: 0;
        width: 175px;
        vertical-align: top;
        display: inline-block; }
        @media (max-width: 1023px) {
    .bottom-block .tpl-anketa .tpl-field.oneline ~ .tpl-field-button {
      width: 65px; } }
    .bottom-block .tpl-anketa .tpl-field.type-calendar_interval .field-value {
      font-size: 0; }
      .bottom-block .tpl-anketa .tpl-field.type-calendar_interval label {
        width: 49%;
        margin: 0 2% 0 0;
        vertical-align: top;
        display: inline-block; }
        .bottom-block .tpl-anketa .tpl-field.type-calendar_interval label:nth-of-type(2) {
          margin: 0; }
  .bottom-block .tpl-anketa .tpl-field-button {
    margin: 15px 0 0; }
  .bottom-block .tpl-anketa ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .bottom-block .tpl-anketa ul label {
      font-size: 0;
      display: block;
      padding: 5px 0; }
    .bottom-block .tpl-anketa ul input {
      display: none; }
      .bottom-block .tpl-anketa ul input[type="radio"] ~ ins {
        width: 6px;
        height: 6px;
        font-size: 0;
        border-radius: 50%;
        display: inline-block;
        vertical-align: middle;
        background-color: #fff;
        border: 6px solid #e6a700;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .bottom-block .tpl-anketa ul input[type="radio"]:checked ~ ins {
          border-color: #fff;
          background-color: #ffba00; }
      .bottom-block .tpl-anketa ul input[type="checkbox"] ~ ins {
        width: 18px;
        height: 18px;
        font-size: 0;
        border-radius: 50%;
        display: inline-block;
        vertical-align: middle;
        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%229px%22%20height%3D%227px%22%20%20viewBox%3D%220%200%209%207%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M139%2C566v1h-1v1h-1v1h-1v1h-1v1h-2v-1h-1v-1h-1v-2h2v1h2v-1h1v-1h1v-1h1v-1h2v2h-1Z%22%20transform%3D%22translate%28-131%20-564%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat #e6a700;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        .bottom-block .tpl-anketa ul input[type="checkbox"]:checked ~ ins {
          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%229px%22%20height%3D%227px%22%20%20viewBox%3D%220%200%209%207%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23ffba00%22%20d%3D%22M139%2C566v1h-1v1h-1v1h-1v1h-1v1h-2v-1h-1v-1h-1v-2h2v1h2v-1h1v-1h1v-1h1v-1h2v2h-1Z%22%20transform%3D%22translate%28-131%20-564%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat #fff; }
    .bottom-block .tpl-anketa ul span {
      color: #010101;
      font-size: 13px;
      font-weight: 300;
      padding: 2px 0 0;
      margin: 0 0 0 12px;
      display: inline-block;
      vertical-align: middle;
      max-width: calc(100% - 30px); }
  .bottom-block .tpl-anketa .jq-selectbox .jq-selectbox__select {
    height: 48px; }
    .bottom-block .tpl-anketa .jq-selectbox .jq-selectbox__select .jq-selectbox__select-text {
      height: 48px;
      line-height: 48px; }
  .bottom-block .tpl-anketa select[multiple] {
    width: 100%;
    height: 60px;
    border: none;
    outline: none;
    color: #010101;
    font-size: 13px;
    padding: 0 14px;
    font-weight: 300;
    border-radius: 3px;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /* Firefox 19+ */
    /* Firefox 18- */ }
    .bottom-block .tpl-anketa select[multiple]::-webkit-input-placeholder {
      color: #999; }
    .bottom-block .tpl-anketa select[multiple]::-moz-placeholder {
      color: #999; }
    .bottom-block .tpl-anketa select[multiple]:-moz-placeholder {
      color: #999; }
    .bottom-block .tpl-anketa select[multiple]:-ms-input-placeholder {
      color: #999; }
  .bottom-block .tpl-anketa input[type="text"], .bottom-block .tpl-anketa input[type="phone"], .bottom-block .tpl-anketa select:not([multiple]) {
    width: 100%;
    border: none;
    height: 48px;
    outline: none;
    color: #010101;
    font-size: 13px;
    padding: 0 14px;
    font-weight: 300;
    border-radius: 3px 0 0 3px;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /* Firefox 19+ */
    /* Firefox 18- */ }
    .bottom-block .tpl-anketa input[type="text"]::-webkit-input-placeholder, .bottom-block .tpl-anketa input[type="phone"]::-webkit-input-placeholder, .bottom-block .tpl-anketa select:not([multiple])::-webkit-input-placeholder {
      color: #999; }
    .bottom-block .tpl-anketa input[type="text"]::-moz-placeholder, .bottom-block .tpl-anketa input[type="phone"]::-moz-placeholder, .bottom-block .tpl-anketa select:not([multiple])::-moz-placeholder {
      color: #999; }
    .bottom-block .tpl-anketa input[type="text"]:-moz-placeholder, .bottom-block .tpl-anketa input[type="phone"]:-moz-placeholder, .bottom-block .tpl-anketa select:not([multiple]):-moz-placeholder {
      color: #999; }
    .bottom-block .tpl-anketa input[type="text"]:-ms-input-placeholder, .bottom-block .tpl-anketa input[type="phone"]:-ms-input-placeholder, .bottom-block .tpl-anketa select:not([multiple]):-ms-input-placeholder {
      color: #999; }
  .bottom-block .tpl-anketa textarea {
    width: 100%;
    border: none;
    resize: none;
    height: 118px;
    outline: none;
    color: #010101;
    font-size: 13px;
    padding: 17px 14px;
    font-weight: 300;
    border-radius: 3px;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /* Firefox 19+ */
    /* Firefox 18- */ }
    .bottom-block .tpl-anketa textarea::-webkit-input-placeholder {
      color: #999; }
    .bottom-block .tpl-anketa textarea::-moz-placeholder {
      color: #999; }
    .bottom-block .tpl-anketa textarea:-moz-placeholder {
      color: #999; }
    .bottom-block .tpl-anketa textarea:-ms-input-placeholder {
      color: #999; }
  .bottom-block .tpl-anketa button {
    color: #fff;
    width: 100%;
    height: 48px;
    border: none;
    outline: none;
    font-size: 15px;
    font-weight: bold;
    padding: 0 40px 0 0;
    border-radius: 0 3px 3px 0;
    background: #ff4a2c;
    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%2224px%22%20height%3D%2222px%22%20%20viewBox%3D%220%200%2024%2022%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M1464.88%2C4106.06a0.371%2C0.371%2C0%2C0%2C0-.39-0.06l-23.28%2C10.73a0.349%2C0.349%2C0%2C0%2C0-.21.32%2C0.356%2C0.356%2C0%2C0%2C0%2C.2.32l6.59%2C3.21a0.354%2C0.354%2C0%2C0%2C0%2C.37-0.03l6.41-4.75-5.03%2C5.13a0.339%2C0.339%2C0%2C0%2C0-.1.27l0.5%2C6.47a0.353%2C0.353%2C0%2C0%2C0%2C.25.31%2C0.349%2C0.349%2C0%2C0%2C0%2C.38-0.1l3.5-4.02%2C4.32%2C2.05a0.39%2C0.39%2C0%2C0%2C0%2C.3%2C0%2C0.364%2C0.364%2C0%2C0%2C0%2C.2-0.22l6.09-19.26A0.328%2C0.328%2C0%2C0%2C0%2C1464.88%2C4106.06Z%22%20transform%3D%22translate%28-1441%20-4106%29%22%2F%3E%3C%2Fsvg%3E") calc(50% + 47px) 50% no-repeat #ff4a2c; }
    @media (max-width: 1023px) {
    .bottom-block .tpl-anketa button {
      padding: 0;
      font-size: 0;
      background-position: 50% 50%; } }

.site-container {
  width: 100%;
  overflow: hidden;
  padding: 0 12px 60px;
  box-sizing: border-box;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none; }
  @media (max-width: 1023px) {
  .site-container {
    padding: 0 12px 36px; } }
  @media (max-width: 479px) {
  .site-container {
    padding: 0 8px 24px; } }

.site-main {
  margin: 0 auto;
  max-width: 1170px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0%;
  -moz-box-flex: 1;
  -moz-flex: 1 0 0%;
  -ms-flex: 1 0 0%;
  flex: 1 0 0%;
  -webkit-box-ordinal-group: 2;
  -moz-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1; }

.site-sidebar {
  position: relative; }

.site-sidebar.left {
  width: 270px;
  -webkit-box-ordinal-group: 1;
  -moz-box-ordinal-group: 1;
  -webkit-order: 0;
  -moz-order: 0;
  -ms-flex-order: 0;
  order: 0; }

.site-sidebar.right {
  width: 250px;
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2; }

.site-footer {
  padding: 80px 12px 0;
  background: url('../patern2.png') 50% 50% repeat #132962;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none; }

.footer-top {
  margin: 0 auto;
  padding: 50px 0 45px;
  max-width: 1170px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }
  @media (max-width: 1023px) {
  .footer-top {
    display: block;
    padding: 20px 0;
    text-align: center; }
    .footer-top > div {
      padding: 20px 0; } }
  @media (max-width: 479px) {
  .footer-top {
    padding: 10px 0; } }

.contacts {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 25%;
  -moz-box-flex: 0;
  -moz-flex: 0 1 25%;
  -ms-flex: 0 1 25%;
  flex: 0 1 25%; }
  .contacts ~ div {
    padding: 5px 0 0; }
  @media (max-width: 1023px) {
    .contacts ~ div {
      padding: 20px 0 0; } }
  @media (max-width: 479px) {
    .contacts ~ div {
      padding: 15px 0 0; } }
  .contacts > div {
    padding: 30px 0 0; }
  @media (max-width: 1023px) {
    .contacts > div {
      padding: 20px 0 0; } }
  @media (max-width: 479px) {
    .contacts > div {
      padding: 10px 0 0; } }
  .contacts > div:first-child {
    padding: 0; }
  .contacts .footer-name {
    color: #fff;
    font-size: 35px;
    font-weight: 900; }
  .contacts .footer-name span {
    color: #ffba00; }

.contacts-inner > div {
  padding: 10px 0; }
  .contacts-inner > div:first-child {
    padding-top: 0; }

.footer-phone {
  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; }
  @media (max-width: 1023px) {
  .footer-phone {
    display: block; } }
  .footer-phone .phone-icon {
    width: 36px;
    height: 36px;
    margin: 0 20px 0 0;
    border-radius: 3px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.15);
    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%2215px%22%20height%3D%2215px%22%20%20viewBox%3D%220%200%2015%2015%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23ffba00%22%20d%3D%22M396.935%2C4336.14a1%2C1%2C0%2C0%2C0-1.525%2C0c-0.356.35-.713%2C0.7-1.064%2C1.06a0.215%2C0.215%2C0%2C0%2C1-.293.06c-0.231-.13-0.477-0.23-0.7-0.37a11.041%2C11.041%2C0%2C0%2C1-2.667-2.42%2C6.288%2C6.288%2C0%2C0%2C1-.956-1.54%2C0.219%2C0.219%2C0%2C0%2C1%2C.054-0.28c0.356-.34.7-0.7%2C1.055-1.05a1.012%2C1.012%2C0%2C0%2C0%2C0-1.56L390%2C4329.2c-0.288-.29-0.573-0.58-0.863-0.86a1.016%2C1.016%2C0%2C0%2C0-1.526%2C0c-0.359.35-.7%2C0.72-1.069%2C1.06a1.772%2C1.772%2C0%2C0%2C0-.546%2C1.18%2C4.93%2C4.93%2C0%2C0%2C0%2C.384%2C2.13%2C13.025%2C13.025%2C0%2C0%2C0%2C2.3%2C3.84%2C14.3%2C14.3%2C0%2C0%2C0%2C4.723%2C3.7%2C6.839%2C6.839%2C0%2C0%2C0%2C2.615.76%2C1.939%2C1.939%2C0%2C0%2C0%2C1.646-.63c0.305-.34.65-0.65%2C0.973-0.98a1.016%2C1.016%2C0%2C0%2C0%2C.006-1.55Q397.8%2C4336.995%2C396.935%2C4336.14Zm0.053-3.02%2C1.106-.18a4.975%2C4.975%2C0%2C0%2C0-4.2-4.08l-0.156%2C1.12a3.8%2C3.8%2C0%2C0%2C1%2C2.181%2C1.08A3.846%2C3.846%2C0%2C0%2C1%2C396.988%2C4333.12Zm1.729-4.8a8.141%2C8.141%2C0%2C0%2C0-4.675-2.33l-0.155%2C1.11a7.106%2C7.106%2C0%2C0%2C1%2C6.02%2C5.83l1.105-.19A8.19%2C8.19%2C0%2C0%2C0%2C398.717%2C4328.32Z%22%20transform%3D%22translate%28-386%20-4326%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 36px;
    -moz-box-flex: 0;
    -moz-flex: 0 0 36px;
    -ms-flex: 0 0 36px;
    flex: 0 0 36px; }
  @media (max-width: 1023px) {
    .footer-phone .phone-icon {
      margin: 0 auto 10px; } }
  .footer-phone .phone-body {
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }

.footer-address {
  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; }
  @media (max-width: 1023px) {
  .footer-address {
    display: block; } }
  .footer-address .address-icon {
    width: 36px;
    height: 36px;
    margin: 0 20px 0 0;
    border-radius: 3px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.15);
    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%2213px%22%20%20viewBox%3D%220%200%2010%2013%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23ffba00%22%20d%3D%22M393%2C4382.97a4.895%2C4.895%2C0%2C0%2C0-4.988%2C4.64c0%2C3.17%2C4.3%2C8.02%2C4.479%2C8.21a1.037%2C1.037%2C0%2C0%2C0%2C1.049%2C0c0.183-.19%2C4.447-5.04%2C4.447-8.21A4.894%2C4.894%2C0%2C0%2C0%2C393%2C4382.97Zm0%2C7.25a2.509%2C2.509%2C0%2C0%2C1-2.415-2.48%2C2.538%2C2.538%2C0%2C0%2C1%2C2.415-2.52%2C2.593%2C2.593%2C0%2C0%2C1%2C2.477%2C2.52A2.564%2C2.564%2C0%2C0%2C1%2C393%2C4390.22Z%22%20transform%3D%22translate%28-388%20-4382.97%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 36px;
    -moz-box-flex: 0;
    -moz-flex: 0 0 36px;
    -ms-flex: 0 0 36px;
    flex: 0 0 36px; }
  @media (max-width: 1023px) {
    .footer-address .address-icon {
      margin: 0 auto 10px; } }
  .footer-address .address-body {
    color: #fff;
    font-size: 13px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }

.footer-email {
  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; }
  @media (max-width: 1023px) {
  .footer-email {
    display: block; } }
  .footer-email .email-icon {
    width: 36px;
    height: 36px;
    margin: 0 20px 0 0;
    border-radius: 3px;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 0.15);
    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%2213px%22%20height%3D%2211px%22%20%20viewBox%3D%220%200%2013%2011%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23ffba00%22%20d%3D%22M388.2%2C4444.22c0.162%2C0.12.65%2C0.47%2C1.465%2C1.06s1.438%2C1.03%2C1.871%2C1.34c0.048%2C0.04.149%2C0.11%2C0.3%2C0.23s0.283%2C0.21.385%2C0.28%2C0.227%2C0.15.372%2C0.24a1.835%2C1.835%2C0%2C0%2C0%2C.411.2%2C2.7%2C2.7%2C0%2C0%2C0%2C.544.07h0.015a1.249%2C1.249%2C0%2C0%2C0%2C.357-0.07%2C1.851%2C1.851%2C0%2C0%2C0%2C.41-0.2c0.146-.09.269-0.17%2C0.372-0.24s0.231-.16.386-0.28%2C0.256-.19.3-0.23q0.657-.465%2C3.343-2.4a3.353%2C3.353%2C0%2C0%2C0%2C.871-0.91%2C1.963%2C1.963%2C0%2C0%2C0%2C.35-1.11%2C1.17%2C1.17%2C0%2C0%2C0-.339-0.84%2C1.084%2C1.084%2C0%2C0%2C0-.8-0.34h-10.7a1.021%2C1.021%2C0%2C0%2C0-.847.38%2C1.544%2C1.544%2C0%2C0%2C0-.3.96%2C1.759%2C1.759%2C0%2C0%2C0%2C.393%2C1.01A3.5%2C3.5%2C0%2C0%2C0%2C388.2%2C4444.22Zm11.045%2C0.79q-2.343%2C1.65-3.557%2C2.55c-0.271.21-.492%2C0.37-0.661%2C0.49a4.476%2C4.476%2C0%2C0%2C1-.675.35%2C2.007%2C2.007%2C0%2C0%2C1-.785.18h-0.015a2.953%2C2.953%2C0%2C0%2C1-.973-0.18%2C4.476%2C4.476%2C0%2C0%2C1-.675-0.35c-0.169-.12-0.389-0.28-0.661-0.49q-0.964-.72-3.55-2.55a3.645%2C3.645%2C0%2C0%2C1-.721-0.64v6.49a1.159%2C1.159%2C0%2C0%2C0%2C.336.84%2C1.08%2C1.08%2C0%2C0%2C0%2C.807.34h10.7a1.082%2C1.082%2C0%2C0%2C0%2C.807-0.34%2C1.158%2C1.158%2C0%2C0%2C0%2C.335-0.84v-6.49A3.724%2C3.724%2C0%2C0%2C1%2C399.248%2C4445.01Z%22%20transform%3D%22translate%28-386.969%20-4441.03%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 36px;
    -moz-box-flex: 0;
    -moz-flex: 0 0 36px;
    -ms-flex: 0 0 36px;
    flex: 0 0 36px; }
  @media (max-width: 1023px) {
    .footer-email .email-icon {
      margin: 0 auto 10px; } }
  .footer-email .email-body {
    color: #fff;
    font-size: 13px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .footer-email .email-body a {
    color: #fff;
    text-decoration: none; }

.social {
  font-size: 0; }
  .social a {
    margin: 0 1px 0 0;
    vertical-align: top;
    display: inline-block; }
  .social img {
    border-radius: 3px; }

.footer-nav {
  margin: 0 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto; }
  @media (max-width: 1023px) {
  .footer-nav {
    display: none; } }
  .footer-nav .footer-nav-title {
    font-size: 17px;
    padding: 0 0 20px;
    font-weight: bold;
    color: #ffba00; }
  .footer-nav .footer-menu ul {
    display: none; }
  .footer-nav .footer-menu li {
    padding: 10px 0; }
    .footer-nav .footer-menu li:first-child {
      padding-top: 0; }
  .footer-nav .footer-menu a {
    color: #fff;
    font-size: 14px;
    padding: 0 0 0 20px;
    display: inline-block;
    text-decoration: none;
    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%223px%22%20height%3D%225px%22%20%20viewBox%3D%220%200%203%205%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23ffba00%22%20d%3D%22M776.2%2C4295.62h0.6v0.63h0.6v0.62H778v1.25h-0.6v0.63h-0.6v0.62h-0.6V4300H775v-1.25h0.6v-0.63h0.6v-1.25h-0.6v-0.62H775V4295h1.2v0.62Z%22%20transform%3D%22translate%28-775%20-4295%29%22%2F%3E%3C%2Fsvg%3E") left 50% no-repeat;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .footer-nav .footer-menu a:hover {
      color: #ffba00; }

.payments-block {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 270px;
  -moz-box-flex: 0;
  -moz-flex: 0 0 270px;
  -ms-flex: 0 0 270px;
  flex: 0 0 270px; }
  .payments-block .payments-title {
    font-size: 17px;
    padding: 0 0 20px;
    font-weight: bold;
    color: #ffba00; }
  @media (max-width: 479px) {
    .payments-block .payments-title {
      padding: 0 0 10px; } }
  .payments-block .payments-body {
    font-size: 0; }
  .payments-block .item {
    vertical-align: top;
    display: inline-block;
    margin: 0 14px 15px 0; }
  @media (max-width: 1023px) {
    .payments-block .item {
      margin: 0 7px 14px; } }
  @media (max-width: 479px) {
    .payments-block .item {
      margin: 0 6px 12px; } }

.footer-bot {
  color: #fff;
  padding: 50px 0;
  text-align: center; }
  @media (max-width: 1023px) {
  .footer-bot {
    padding: 40px 0; } }
  @media (max-width: 479px) {
  .footer-bot {
    padding: 30px 0; } }
  .footer-bot > div {
    padding: 5px 0; }
  .footer-bot .site-copyright {
    font-size: 15px;
    font-weight: bold; }
  .footer-bot .mega-copyright {
    font-size: 12px;
    font-weight: 300; }
/*! jQuery UI - v1.12.1 - 2016-09-14
 * http://jqueryui.com
 * Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
 * Copyright jQuery Foundation and other contributors; Licensed MIT */
#ui-datepicker-div.ui-datepicker {
  z-index: 100 !important; }
/* Layout helpers
 ----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }
/* support: IE8 */
.ui-front {
  z-index: 100; }
/* Interaction Cues
 ----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }
/* Icons
 ----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }
/* Misc visuals
 ----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em; }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: -1px; }
/* icon support */
.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em; }
/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0; }
/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Support: IE <= 11 */
  overflow: visible; }

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none; }
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap; }
/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0; }
/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px; }

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap; }

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em; }
/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block; }

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0; }

.ui-controlgroup > .ui-controlgroup-item:focus, .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999; }

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left; }

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box; }

.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em; }

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%; }

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none; }

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none; }

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none; }

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none; }
/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc(100% - 2.4em); }

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid; }

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none; }

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none; }

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid; }

.ui-checkboxradio-disabled {
  pointer-events: none; }

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em; }

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }
/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em; }

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0; }

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0; }

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0; }

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0; }

.ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw, .ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px; }

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0; }

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em; }

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0; }
/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit; }

.ui-slider-horizontal {
  height: 0.8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: 0.8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em; }

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px; }

body .ui-tooltip {
  border-width: 2px; }
/* Component containers
 ----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5; }

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333; }

.ui-widget-content a {
  color: #333; }

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold; }

.ui-widget-header a {
  color: #333; }
/* Interaction states
 ----------------------------------*/
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  /* We use html here because we need a greater specificity to make sure disabled
   works properly when clicked or hovered */
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545; }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
  color: #454545;
  text-decoration: none; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b; }

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none; }

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff; }

.ui-icon-background, .ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff; }

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #fff;
  text-decoration: none; }
/* Interaction Cues
 ----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620; }

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90; }

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #777620; }

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
  /* support: IE8 */ }

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
  /* support: IE8 */ }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); }
/* support: IE8 - See #6059 */
/* Icons
 ----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png"); }

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png"); }

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png"); }

.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png"); }

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png"); }

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png"); }
/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }
/* Misc visuals
 ----------------------------------*/
/* Corner radius */
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 3px; }

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 3px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 3px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 3px; }
/* Overlays */
.ui-widget-overlay {
  background: #aaa;
  opacity: 0.003;
  filter: Alpha(Opacity=.3);
  /* support: IE8 */ }

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666;
  box-shadow: 0px 0px 5px #666; }
/* ================= BUTTONS =============== */
.shop2-product-btn {
  outline: none;
  border-radius: 3px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .shop2-product-btn.type-3 {
    width: 100%;
    height: auto;
    font-size: 0;
    text-align: center; }
  .shop2-product-btn.type-3 span {
    height: auto;
    font-size: 15px;
    background: none;
    line-height: 1.2;
    font-weight: bold;
    padding: 15px 10px;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: calc(100% - 48px);
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media (max-width: 639px) {
    .shop2-product-btn.type-3 span {
      padding: 10px;
      font-size: 13px;
      line-height: 1.3;
      width: calc(100% - 36px); } }
  .shop2-product-btn.type-3.buy:after {
    content: '';
    width: 48px;
    height: 48px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 0 3px 3px 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%2218px%22%20height%3D%2218px%22%20%20viewBox%3D%220%200%2018%2018%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M3544.51%2C119a2%2C2%2C0%2C1%2C0%2C2.01%2C2A2%2C2%2C0%2C0%2C0%2C3544.51%2C119Zm7.52%2C0a2%2C2%2C0%2C1%2C0%2C2%2C2A2.006%2C2.006%2C0%2C0%2C0%2C3552.03%2C119Zm0.95-4.665%2C2.9-5.782a1.074%2C1.074%2C0%2C0%2C0-.97-1.553h-12.53l-0.27-.825A1.716%2C1.716%2C0%2C0%2C0%2C3540.5%2C105H3538v2h2.27l3.14%2C9.825a1.714%2C1.714%2C0%2C0%2C0%2C1.6%2C1.176h9.02v-2h-8.78l-0.32-1h6.97A1.222%2C1.222%2C0%2C0%2C0%2C3552.98%2C114.334Z%22%20transform%3D%22translate%28-3538%20-105%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat #ff4a2c;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media (max-width: 639px) {
      .shop2-product-btn.type-3.buy:after {
        width: 36px;
        height: 36px; } }
  .shop2-product-btn.type-3.onrequest span {
    color: #010101; }
  .shop2-product-btn.buy {
    background: #f2f2f2; }
  .shop2-product-btn.buy:hover {
    background: #ff4a2c;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .shop2-product-btn.buy:hover span {
      color: #fff; }
  .shop2-product-btn.buy:active {
    background: #eb2100;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .shop2-product-btn.buy:active span {
      color: #fff; }
    .shop2-product-btn.buy:active:after {
      background-color: #eb2100; }
  .shop2-product-btn.onrequest {
    background: #dcdcdc; }
  .shop2-product-btn.onrequest:hover {
    background: #e1e1e1;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .shop2-product-btn.onrequest:active {
    background: #c6c6c6;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .shop2-product-btn.notavailable {
    background: #eee;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .shop2-product-btn.notavailable span {
    color: #a4a4a4; }
  .shop2-product-btn.notavailable:hover {
    background: #eee;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .shop2-product-btn.notavailable:hover span {
      color: #a4a4a4;
      font-size: 15px; }
  .shop2-product-btn.notavailable:active {
    background: #eee;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .shop2-product-btn.notavailable:active span {
      color: #a4a4a4;
      font-size: 15px; }

.shop2-btn {
  color: #fff;
  height: 48px;
  border: none;
  outline: none;
  font-size: 15px;
  font-weight: bold;
  padding: 15px 10px;
  border-radius: 3px;
  background: #ff4a2c;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .shop2-btn:hover {
    background: #ff6b52;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .shop2-btn:active {
    background: #ff3412;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.shop2-btn2 {
  height: 48px;
  border: none;
  outline: none;
  color: #000;
  font-size: 13px;
  border-radius: 3px;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  border: solid 1px #ffba00;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .shop2-btn2:hover {
    color: #fff;
    background: #ffba00;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .shop2-btn2:active {
    color: #fff;
    background: #e5a700;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.shop2-btn3 {
  color: #000;
  height: 48px;
  border: none;
  outline: none;
  font-size: 15px;
  font-weight: bold;
  border-radius: 3px;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  -moz-box-shadow: inset 0 0 0 1px #ffba00;
  -webkit-box-shadow: inset 0 0 0 1px #ffba00;
  box-shadow: inset 0 0 0 1px #ffba00;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .shop2-btn3:hover {
    color: #fff;
    background: #ffba00;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .shop2-btn3:active {
    color: #fff;
    background: #e5a700;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

a.shop2-btn, a.shop2-btn2, a.shop2-btn3 {
  height: auto;
  padding: 15px 20px;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle; }
/* ================= AMOUNT ================ */
.product-amount .amount-title {
  display: none; }
  .product-amount .shop2-product-amount {
    width: 90px;
    border-radius: 3px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.07); }
  .product-amount input[type="text"] {
    width: 30px;
    height: 36px;
    border: none;
    margin: 0;
    outline: none;
    color: #000;
    padding: 0 5px;
    font-size: 12px;
    text-align: center;
    border-radius: 3px;
    vertical-align: top;
    box-sizing: border-box;
    background-color: #fff; }
  .product-amount button:not([disabled]) {
    color: #ff4a2c;
    width: 24px;
    height: 36px;
    border: none;
    outline: none;
    font-size: 20px;
    background: none;
    line-height: 36px;
    border-radius: 3px;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    text-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
    .product-amount button:not([disabled]) .ui-text-shadow-copy-1 {
      visibility: visible;
      color: inherit;
      filter:  ;
      left: none - 0;
      top: 0; }
    .ie-8 .product-amount button:not([disabled]) .ui-text-shadow-copy-1 {
      top: 1px; }
  .product-amount button:not([disabled]).disab {
    color: #d6d6d6; }
  .product-amount button:not([disabled]).amount-plus {
    text-align: left;
    padding-left: 5px; }
  .product-amount button:not([disabled]).amount-minus {
    text-align: right;
    padding-right: 5px; }
  .product-amount button[disabled] {
    color: #fff;
    width: 24px;
    height: 36px;
    border: none;
    outline: none;
    font-size: 20px;
    line-height: 36px;
    border-radius: 3px;
    background: #dcdcdc;
    vertical-align: top;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    text-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
    .product-amount button[disabled] .ui-text-shadow-copy-1 {
      visibility: visible;
      color: inherit;
      filter:  ;
      left: none - 0;
      top: 0; }
    .ie-8 .product-amount button[disabled] .ui-text-shadow-copy-1 {
      top: 1px; }
  .product-amount button[disabled]:hover {
    background: #dcdcdc; }
  .product-amount button[disabled]:active {
    background: #dcdcdc; }
/* ============= COMPARE BUTTON ============ */
.product-compare {
  font-size: 0;
  border: none;
  padding: 20px 0 0; }
  .product-compare.product-compare-added ins {
    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%229px%22%20height%3D%227px%22%20%20viewBox%3D%220%200%209%207%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M1301%2C282v1h-1v1h-1v1h-1v1h-1v1h-2v-1h-1v-1h-1v-2h2v1h2v-1h1v-1h1v-1h1v-1h2v2h-1Z%22%20transform%3D%22translate%28-1293%20-280%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat #ff4a2c; }
  .product-compare label {
    display: inline-block; }
  .product-compare input {
    display: none; }
  .product-compare ins {
    width: 24px;
    height: 24px;
    border-radius: 2px;
    margin: 0 12px 0 0;
    display: inline-block;
    vertical-align: middle;
    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%229px%22%20height%3D%227px%22%20%20viewBox%3D%220%200%209%207%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M1301%2C282v1h-1v1h-1v1h-1v1h-1v1h-2v-1h-1v-1h-1v-2h2v1h2v-1h1v-1h1v-1h1v-1h2v2h-1Z%22%20transform%3D%22translate%28-1293%20-280%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat #f3f3f3; }
  .product-compare span, .product-compare a {
    color: #010101;
    font-size: 12px;
    font-weight: 300;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 36px); }
/* ================ ACTIONS ================ */
.shop2-product-actions .item-action {
  position: relative; }
  .shop2-product-actions .action-popup {
    top: 100%;
    z-index: 10;
    width: 220px;
    border: none;
    display: none;
    color: #000;
    font-size: 13px;
    line-height: 1.7;
    text-align: left;
    padding: 10px 20px;
    position: absolute;
    box-sizing: border-box;
    background-color: #fff;
    -moz-box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.18); }
  @media (max-width: 479px) {
    .shop2-product-actions .action-popup {
      width: 180px; } }
  .shop2-product-actions .action-popup p {
    margin: 0; }
  .shop2-product-actions .action-type {
    font-size: 0; }
  .shop2-product-actions .action-type.gift-action span.icon-action {
    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%2216px%22%20%20viewBox%3D%220%200%2016%2016%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%2396ce2b%22%20fill-rule%3D%22evenodd%22%20d%3D%22M100%2C916H94.042v3H101v-2A1%2C1%2C0%2C0%2C0%2C100%2C916Zm-14%2C0a1%2C1%2C0%2C0%2C0-1%2C1v2h7v-3H86Zm0%2C4v7a1%2C1%2C0%2C0%2C0%2C1%2C1h5v-8H86Zm13%2C8a1%2C1%2C0%2C0%2C0%2C1-1v-7H94.042v8H99Zm-6-13.008h0L93%2C915h4c1.381%2C0%2C2-.671%2C2-1.5s-0.619-1.5-2-1.5a4.264%2C4.264%2C0%2C0%2C0-3%2C1.257%2C1.975%2C1.975%2C0%2C0%2C0-2.02-.02A4.257%2C4.257%2C0%2C0%2C0%2C89%2C912c-1.381%2C0-2%2C.672-2%2C1.5s0.619%2C1.5%2C2%2C1.5h4v-0.008Zm5-1.492c0%2C0.414-.544.5-1%2C0.5H94.728l-0.022-.043A3.264%2C3.264%2C0%2C0%2C1%2C97%2C913C97.456%2C913%2C98%2C913.086%2C98%2C913.5Zm-10%2C0c0-.413.544-0.5%2C1-0.5a3.262%2C3.262%2C0%2C0%2C1%2C2.256.922L91.213%2C914H89C88.544%2C914%2C88%2C913.913%2C88%2C913.5Z%22%20transform%3D%22translate%28-85%20-912%29%22%2F%3E%3C%2Fsvg%3E") left 50% no-repeat; }
  .shop2-product-actions .action-type span.icon-action {
    width: 30px;
    height: 20px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    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%3Cpath%20fill%3D%22red%22%20d%3D%22M227.559%2C917.707a0.752%2C0.752%2C0%2C1%2C1-.768.752A0.76%2C0.76%2C0%2C0%2C1%2C227.559%2C917.707Zm4.878%2C3.05a0.751%2C0.751%2C0%2C1%2C1-.768.751A0.759%2C0.759%2C0%2C0%2C1%2C232.437%2C920.757Zm6.332%2C0.221-0.279-.372a1.154%2C1.154%2C0%2C0%2C1-.011-1.367l0.271-.375a1.159%2C1.159%2C0%2C0%2C0-.414-1.709l-0.414-.217a1.161%2C1.161%2C0%2C0%2C1-.614-1.226l0.079-.454a1.176%2C1.176%2C0%2C0%2C0-1.129-1.362l-0.47-.019a1.193%2C1.193%2C0%2C0%2C1-1.1-.842l-0.132-.442a1.2%2C1.2%2C0%2C0%2C0-1.622-.748l-0.433.181a1.213%2C1.213%2C0%2C0%2C1-1.362-.295l-0.313-.343a1.211%2C1.211%2C0%2C0%2C0-1.792.015l-0.308.346a1.215%2C1.215%2C0%2C0%2C1-1.359.313l-0.437-.176a1.2%2C1.2%2C0%2C0%2C0-1.611.772l-0.124.446a1.186%2C1.186%2C0%2C0%2C1-1.085.859l-0.47.025a1.176%2C1.176%2C0%2C0%2C0-1.107%2C1.381l0.087%2C0.453a1.16%2C1.16%2C0%2C0%2C1-.595%2C1.234l-0.41.224a1.155%2C1.155%2C0%2C0%2C0-.384%2C1.713l0.278%2C0.372a1.151%2C1.151%2C0%2C0%2C1%2C.012%2C1.366l-0.271.375a1.158%2C1.158%2C0%2C0%2C0%2C.414%2C1.709l0.414%2C0.218a1.158%2C1.158%2C0%2C0%2C1%2C.613%2C1.226l-0.079.453a1.176%2C1.176%2C0%2C0%2C0%2C1.13%2C1.362l0.47%2C0.019a1.2%2C1.2%2C0%2C0%2C1%2C1.1.844l0.132%2C0.441a1.2%2C1.2%2C0%2C0%2C0%2C1.622.748l0.433-.18a1.209%2C1.209%2C0%2C0%2C1%2C1.363.294l0.312%2C0.342a1.211%2C1.211%2C0%2C0%2C0%2C1.792-.014l0.309-.346a1.213%2C1.213%2C0%2C0%2C1%2C1.359-.313l0.437%2C0.176a1.2%2C1.2%2C0%2C0%2C0%2C1.611-.773l0.124-.446a1.181%2C1.181%2C0%2C0%2C1%2C1.084-.857l0.471-.027a1.176%2C1.176%2C0%2C0%2C0%2C1.107-1.381l-0.087-.452a1.159%2C1.159%2C0%2C0%2C1%2C.595-1.234l0.41-.225A1.153%2C1.153%2C0%2C0%2C0%2C238.769%2C920.978ZM225.7%2C918.459a1.852%2C1.852%2C0%2C1%2C1%2C1.852%2C1.811A1.831%2C1.831%2C0%2C0%2C1%2C225.7%2C918.459Zm2.21%2C4.673a0.46%2C0.46%2C0%2C0%2C1-.637.059h0a0.436%2C0.436%2C0%2C0%2C1-.06-0.622l4.86-5.727a0.46%2C0.46%2C0%2C0%2C1%2C.636-0.059%2C0.437%2C0.437%2C0%2C0%2C1%2C.06.623Zm4.524%2C0.188a1.812%2C1.812%2C0%2C1%2C1%2C1.852-1.812A1.831%2C1.831%2C0%2C0%2C1%2C232.437%2C923.32Z%22%20transform%3D%22translate%28-221.031%20-911.031%29%22%2F%3E%3C%2Fsvg%3E") left 50% no-repeat; }
  .shop2-product-actions .action-type span.name-action {
    color: #010101;
    cursor: pointer;
    font-size: 12px;
    padding: 2px 0 0;
    line-height: 1.2;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 30px); }
/* ============== PRODUCT LIST ============= */
.product-list {
  margin: 0; }
  @media (max-width: 1023px) {
    .product-list.thumbs {
      margin: 0 -12px; } }
  @media (max-width: 479px) {
    .product-list.thumbs {
      margin: 0 -8px; } }
/* ============== PRODUCT ITEM ============= */
.shop2-product-item .product-name {
  padding: 0 0 10px;
  line-height: 1.25; }
  .shop2-product-item .product-name a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
    font-family: 'Roboto', Arial, Helvetica, sans-serif; }
  .shop2-product-item .shop2-product-actions {
    padding: 10px 0; }
  .shop2-product-item .product-price {
    color: #000;
    font-family: 'Roboto', Arial, Helvetica, sans-serif; }
  .shop2-product-item .product-price .price-current {
    font-size: 17px;
    line-height: 1.3;
    font-weight: 900;
    color: #ff4a2c; }
  .shop2-product-item .product-price .price-old {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.3;
    position: relative;
    display: inline-block; }
    .shop2-product-item .product-price .price-old.question {
      padding-right: 23px; }
    .shop2-product-item .product-price .price-old.question:after {
      right: 20px; }
    .shop2-product-item .product-price .price-old.question:before {
      right: 0;
      top: 50%;
      width: 16px;
      height: 16px;
      content: '?';
      display: block;
      font-size: 10px;
      margin-top: -8px;
      line-height: 15px;
      text-align: center;
      border-radius: 45%;
      position: absolute;
      font-weight: normal;
      box-sizing: border-box;
      border: 1px solid rgba(0, 0, 0, 0.1); }
    .shop2-product-item .product-price .price-old:after {
      left: 0;
      right: 0;
      top: 50%;
      height: 1px;
      content: '';
      display: block;
      position: absolute;
      background-color: #f00; }
  .shop2-product-item .product-price .shop2-product-discount-desc {
    width: 120px;
    border: none;
    color: #000;
    font-size: 13px;
    text-align: left;
    line-height: 1.7;
    overflow: visible;
    padding: 10px 20px;
    background-color: #fff;
    -moz-box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.18); }
    .shop2-product-item .product-price .shop2-product-discount-desc:after {
      display: block;
      content: '';
      position: absolute;
      left: 0;
      top: 100%;
      border-top: 7px solid #fff;
      border-right: 7px solid transparent; }
    .shop2-product-item .product-price .shop2-product-discount-desc p {
      margin: 0; }
  .shop2-product-item .product-amount .amount-title {
    display: none; }
  .shop2-product-item .product-amount .shop2-product-amount {
    width: 90px;
    border: 1px solid;
    border-radius: 3px;
    box-sizing: border-box;
    border: 1px solid rgba(0, 0, 0, 0.07); }
  .shop2-product-item .product-amount input[type="text"] {
    margin: 0;
    width: 30px;
    height: 36px;
    border: none;
    outline: none;
    color: #000;
    padding: 0 5px;
    font-size: 12px;
    text-align: center;
    border-radius: 3px;
    vertical-align: top;
    box-sizing: border-box;
    background-color: #fff; }
  .shop2-product-item .product-amount button:not([disabled]) {
    color: #ff4a2c;
    width: 29px;
    height: 36px;
    border: none;
    outline: none;
    font-size: 20px;
    line-height: 36px;
    border-radius: 3px;
    background: none;
    vertical-align: top;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    text-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
    .shop2-product-item .product-amount button:not([disabled]) .ui-text-shadow-copy-1 {
      visibility: visible;
      color: inherit;
      filter:  ;
      left: none - 0;
      top: 0; }
      .ie-8 .shop2-product-item .product-amount button:not([disabled]) .ui-text-shadow-copy-1 {
        top: 1px; }
    .shop2-product-item .product-amount button:not([disabled]).disab {
      color: #d6d6d6; }
  .shop2-product-item .product-amount button[disabled] {
    color: #fff;
    width: 24px;
    height: 36px;
    border: none;
    outline: none;
    font-size: 20px;
    line-height: 36px;
    border-radius: 3px;
    background: #dcdcdc;
    vertical-align: top;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    text-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
    .shop2-product-item .product-amount button[disabled] .ui-text-shadow-copy-1 {
      visibility: visible;
      color: inherit;
      filter:  ;
      left: none - 0;
      top: 0; }
      .ie-8 .shop2-product-item .product-amount button[disabled] .ui-text-shadow-copy-1 {
        top: 1px; }
    .shop2-product-item .product-amount button[disabled]:hover {
      background: #dcdcdc; }
    .shop2-product-item .product-amount button[disabled]:active {
      background: #dcdcdc; }
  .shop2-product-item .switchOff {
    padding: 20px 0 0; }
  .shop2-product-item .switchOff a {
    color: #ff4a2c;
    font-size: 12px;
    font-weight: 300;
    position: relative;
    padding: 0 25px 0 0;
    display: inline-block;
    text-decoration: none; }
    .shop2-product-item .switchOff a.switchOn:after {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
    .shop2-product-item .switchOff a:after {
      top: 42%;
      right: 0;
      content: '';
      display: block;
      position: absolute;
      border-top: 3px solid #ff4a2c;
      border-left: 2.5px solid transparent;
      border-right: 2.5px solid transparent;
      -webkit-transition: all 0.5s;
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      -ms-transition: all 0.5s;
      transition: all 0.5s; }
/* ============== MAIN THUMBS ============== */
.shop2-product-item.main-thumbs {
  margin: 0;
  outline: none;
  padding: 10px;
  line-height: 1.2;
  vertical-align: top;
  display: inline-block;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.07), inset -1px -1px 0 rgba(0, 0, 0, 0.07); }
  .shop2-product-item.main-thumbs:not(.slick-active) + .slick-active, .shop2-product-item.main-thumbs:first-child {
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.07), inset -1px -1px 0 rgba(0, 0, 0, 0.07); }
  .shop2-product-item.main-thumbs.light-thumbs .tpl-stars, .shop2-product-item.main-thumbs.light-thumbs .product-anonce, .shop2-product-item.main-thumbs.light-thumbs .product-article, .shop2-product-item.main-thumbs.light-thumbs .shop2-product-options, .shop2-product-item.main-thumbs.light-thumbs .switchOff, .shop2-product-item.main-thumbs.light-thumbs .shop2-product-actions, .shop2-product-item.main-thumbs.light-thumbs .product-compare, .shop2-product-item.main-thumbs.light-thumbs .product-amount {
    display: none; }
  .shop2-product-item.main-thumbs .product-top {
    padding: 0 0 20px; }
  @media (max-width: 639px) {
    .shop2-product-item.main-thumbs .product-top {
      padding: 0 0 15px; } }
  .shop2-product-item.main-thumbs .product-image {
    position: relative;
    text-align: center; }
  .shop2-product-item.main-thumbs .product-image a {
    outline: none;
    max-width: 100%;
    display: inline-block;
    vertical-align: middle; }
  .shop2-product-item.main-thumbs .product-image .verticalMiddle {
    height: 100%;
    display: inline-block;
    vertical-align: middle; }
  .shop2-product-item.main-thumbs .product-image.no-image {
    box-sizing: border-box;
    padding: 100% 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%2232px%22%20height%3D%2232px%22%20%20viewBox%3D%220%200%2032%2032%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M204%2C211H176a2%2C2%2C0%2C0%2C1-2-2V181a2%2C2%2C0%2C0%2C1%2C2-2h28a2%2C2%2C0%2C0%2C1%2C2%2C2v28A2%2C2%2C0%2C0%2C1%2C204%2C211Zm0-29a1%2C1%2C0%2C0%2C0-1-1H177a1%2C1%2C0%2C0%2C0-1%2C1v26a1%2C1%2C0%2C0%2C0%2C1%2C1h26a1%2C1%2C0%2C0%2C0%2C1-1V182Zm-11.233%2C20.678a1.128%2C1.128%2C0%2C0%2C1-1.534%2C0l-6.026-4.281-5.44%2C7.281a1.045%2C1.045%2C0%2C0%2C1-1.478-1.477l5.911-7.911a1.232%2C1.232%2C0%2C0%2C1%2C1.6%2C0l6.043%2C4.3%2C8.357-9.3a1.045%2C1.045%2C0%2C1%2C1%2C1.478%2C1.477ZM184%2C191a3%2C3%2C0%2C1%2C1%2C3-3A3%2C3%2C0%2C0%2C1%2C184%2C191Zm1-4h-2v2h2v-2Z%22%20transform%3D%22translate%28-174%20-179%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat #f0f0f0; }
  .shop2-product-item.main-thumbs .product-label {
    top: 0;
    left: 0;
    right: 0;
    text-align: left;
    position: absolute; }
  .shop2-product-item.main-thumbs .product-label > div {
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    border-radius: 3px;
    margin: 0 2px 2px 0;
    vertical-align: top;
    display: inline-block;
    padding: 6px 10px 5px;
    background-color: #4176e1;
    font-family: 'Roboto', Arial, Helvetica, sans-serif; }
    .shop2-product-item.main-thumbs .product-label > div.product-spec {
      background-color: #f00; }
    .shop2-product-item.main-thumbs .product-label > div.product-new {
      background-color: #96ce2b; }
  .shop2-product-item.main-thumbs .product-middle {
    padding: 0 10px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif; }
  @media (max-width: 479px) {
    .shop2-product-item.main-thumbs .product-middle {
      padding: 0 8px; } }
  .shop2-product-item.main-thumbs .tpl-stars {
    margin: 0 0 10px; }
  .shop2-product-item.main-thumbs .product-name {
    padding: 0 0 15px;
    -moz-box-shadow: inset 0 -1px 0 #f0f0f0;
    -webkit-box-shadow: inset 0 -1px 0 #f0f0f0;
    box-shadow: inset 0 -1px 0 #f0f0f0; }
  .shop2-product-item.main-thumbs .product-article {
    padding: 18px 0;
    font-size: 12px;
    font-weight: 300;
    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-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -moz-box-shadow: inset 0 -1px 0 #f0f0f0;
    -webkit-box-shadow: inset 0 -1px 0 #f0f0f0;
    box-shadow: inset 0 -1px 0 #f0f0f0; }
  @media (max-width: 639px) {
    .shop2-product-item.main-thumbs .product-article {
      padding: 10px 0; } }
  .shop2-product-item.main-thumbs .product-article .article-title {
    color: #888; }
  .shop2-product-item.main-thumbs .product-article .article-body {
    color: #000; }
  .shop2-product-item.main-thumbs .product-anonce {
    color: #888;
    padding: 8px 0;
    font-size: 12px;
    font-weight: 300;
    -moz-box-shadow: inset 0 -1px 0 #f0f0f0;
    -webkit-box-shadow: inset 0 -1px 0 #f0f0f0;
    box-shadow: inset 0 -1px 0 #f0f0f0; }
  @media (max-width: 639px) {
    .shop2-product-item.main-thumbs .product-anonce {
      padding: 10px 0; } }
  @media (max-width: 639px) {
    .shop2-product-item.main-thumbs .shop2-product-options .item-option {
      padding: 10px 0 13px; }
      .shop2-product-item.main-thumbs .shop2-product-options .item-option.item-option.type-color, .shop2-product-item.main-thumbs .shop2-product-options .item-option .item-option.type-texture {
        padding: 10px 0; } }
  .shop2-product-item.main-thumbs .product-bot {
    padding: 0 10px 20px;
    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; }
  @media (max-width: 479px) {
    .shop2-product-item.main-thumbs .product-bot {
      padding: 0 8px 10px; } }
  .shop2-product-item.main-thumbs .shop2-product-actions {
    -moz-box-shadow: inset 0 -1px 0 lighten($siteColor, 94.12), inset 0 1px 0 lighten($siteColor, 94.12);
    -webkit-box-shadow: inset 0 -1px 0 lighten($siteColor, 94.12), inset 0 1px 0 lighten($siteColor, 94.12);
    box-shadow: inset 0 -1px 0 lighten($siteColor, 94.12), inset 0 1px 0 lighten($siteColor, 94.12);
    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-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  @media (max-width: 639px) {
    .shop2-product-item.main-thumbs .shop2-product-actions {
      padding: 0; } }
  .shop2-product-item.main-thumbs .shop2-product-actions .item-action {
    padding: 8px 0;
    display: inline-block;
    vertical-align: middle;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .shop2-product-item.main-thumbs .product-price-wrap {
    margin: auto 0 0;
    padding: 10px 0 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-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  @media (max-width: 639px) {
    .shop2-product-item.main-thumbs .product-price-wrap {
      padding: 0; } }
  .shop2-product-item.main-thumbs .product-amount, .shop2-product-item.main-thumbs .product-price {
    padding: 10px 0 0; }
  .shop2-product-item.main-thumbs .product-price {
    padding-right: 10px; }
  @media (max-width: 639px) {
    .shop2-product-item.main-thumbs .product-amount .shop2-product-amount {
      width: auto; }

    .shop2-product-item.main-thumbs .product-amount button {
      display: none; }

    .shop2-product-item.main-thumbs .product-amount input[type="text"] {
      margin: 0;
      width: 36px; } }
  .shop2-product-item.main-thumbs .shop2-product-btn {
    margin: 20px 0 0; }
  @media (max-width: 639px) {
    .shop2-product-item.main-thumbs .shop2-product-btn {
      margin: 10px 0 0; }
      .shop2-product-item.main-thumbs .shop2-product-btn span {
        font-size: 12px;
        padding: 11px 5px; } }
  @media (max-width: 639px) {
    .shop2-product-item.main-thumbs .product-compare {
      padding: 10px 0 0; } }
  .shop2-product-item.main-thumbs .switchOff {
    display: none; }
/* ================= THUMBS ================ */
.shop2-product-item.thumbs {
  margin: 0;
  padding: 10px;
  line-height: 1.2;
  vertical-align: top;
  display: inline-block;
  box-sizing: border-box;
  background-color: #fff; }
  @media (min-width: 1140px) {
  .shop2-product-item.thumbs {
    width: 20%;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0; }
    .shop2-product-item.thumbs:nth-of-type(-n+5) {
      border-top: 1px solid #f0f0f0; }

    .shop2-product-item.thumbs:nth-of-type(5n-4) {
      border-left: 1px solid #f0f0f0; } }
  @media (min-width: 1024px) and (max-width: 1139px) {
  .shop2-product-item.thumbs {
    width: 25%;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0; }
    .shop2-product-item.thumbs:nth-of-type(-n+4) {
      border-top: 1px solid #f0f0f0; }

    .shop2-product-item.thumbs:nth-of-type(4n-3) {
      border-left: 1px solid #f0f0f0; } }
  @media (min-width: 768px) and (max-width: 1023px) {
  .shop2-product-item.thumbs {
    width: 33.33%;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0; }
    .shop2-product-item.thumbs:nth-of-type(-n+3) {
      border-top: 1px solid #f0f0f0; }

    .shop2-product-item.thumbs:nth-of-type(3n-2) {
      border-left: none; }

    .shop2-product-item.thumbs:nth-of-type(3n) {
      border-right: none; } }
  @media (min-width: 480px) and (max-width: 767px) {
  .shop2-product-item.thumbs {
    width: 50%;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0; }
    .shop2-product-item.thumbs:nth-of-type(-n+2) {
      border-top: 1px solid #f0f0f0; }

    .shop2-product-item.thumbs:nth-of-type(odd) {
      border-left: none; }

    .shop2-product-item.thumbs:nth-of-type(even) {
      border-right: none; } }
  @media (max-width: 479px) {
  .shop2-product-item.thumbs {
    width: 50%;
    padding: 8px;
    border-bottom: 1px solid #f0f0f0; }
    .shop2-product-item.thumbs:nth-of-type(-n+2) {
      border-top: 1px solid #f0f0f0; }

    .shop2-product-item.thumbs:nth-of-type(odd) {
      border-right: 1px solid #f0f0f0; } }
  .shop2-product-item.thumbs.light-thumbs .tpl-stars, .shop2-product-item.thumbs.light-thumbs .product-anonce, .shop2-product-item.thumbs.light-thumbs .product-article, .shop2-product-item.thumbs.light-thumbs .shop2-product-options, .shop2-product-item.thumbs.light-thumbs .switchOff, .shop2-product-item.thumbs.light-thumbs .shop2-product-actions, .shop2-product-item.thumbs.light-thumbs .product-compare, .shop2-product-item.thumbs.light-thumbs .product-amount {
    display: none; }
  .shop2-product-item.thumbs .product-top {
    padding: 0 0 20px; }
  @media (max-width: 639px) {
    .shop2-product-item.thumbs .product-top {
      padding: 0 0 15px; } }
  .shop2-product-item.thumbs .product-image {
    position: relative;
    text-align: center; }
  .shop2-product-item.thumbs .product-image a {
    max-width: 100%;
    display: inline-block;
    vertical-align: middle; }
  .shop2-product-item.thumbs .product-image .verticalMiddle {
    height: 100%;
    display: inline-block;
    vertical-align: middle; }
  .shop2-product-item.thumbs .product-image.no-image {
    box-sizing: border-box;
    padding: 100% 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%2232px%22%20height%3D%2232px%22%20%20viewBox%3D%220%200%2032%2032%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M204%2C211H176a2%2C2%2C0%2C0%2C1-2-2V181a2%2C2%2C0%2C0%2C1%2C2-2h28a2%2C2%2C0%2C0%2C1%2C2%2C2v28A2%2C2%2C0%2C0%2C1%2C204%2C211Zm0-29a1%2C1%2C0%2C0%2C0-1-1H177a1%2C1%2C0%2C0%2C0-1%2C1v26a1%2C1%2C0%2C0%2C0%2C1%2C1h26a1%2C1%2C0%2C0%2C0%2C1-1V182Zm-11.233%2C20.678a1.128%2C1.128%2C0%2C0%2C1-1.534%2C0l-6.026-4.281-5.44%2C7.281a1.045%2C1.045%2C0%2C0%2C1-1.478-1.477l5.911-7.911a1.232%2C1.232%2C0%2C0%2C1%2C1.6%2C0l6.043%2C4.3%2C8.357-9.3a1.045%2C1.045%2C0%2C1%2C1%2C1.478%2C1.477ZM184%2C191a3%2C3%2C0%2C1%2C1%2C3-3A3%2C3%2C0%2C0%2C1%2C184%2C191Zm1-4h-2v2h2v-2Z%22%20transform%3D%22translate%28-174%20-179%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat #f0f0f0; }
  .shop2-product-item.thumbs .product-label {
    top: 0;
    left: 0;
    right: 0;
    text-align: left;
    position: absolute; }
  .shop2-product-item.thumbs .product-label > div {
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    border-radius: 3px;
    margin: 0 2px 2px 0;
    vertical-align: top;
    display: inline-block;
    padding: 6px 10px 5px;
    background-color: #4176e1;
    font-family: 'Roboto', Arial, Helvetica, sans-serif; }
    .shop2-product-item.thumbs .product-label > div.product-spec {
      background-color: #f00; }
    .shop2-product-item.thumbs .product-label > div.product-new {
      background-color: #96ce2b; }
  .shop2-product-item.thumbs .product-middle {
    padding: 0 10px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif; }
  @media (max-width: 479px) {
    .shop2-product-item.thumbs .product-middle {
      padding: 0 8px; } }
  .shop2-product-item.thumbs .tpl-stars {
    margin: 0 0 10px; }
  .shop2-product-item.thumbs .product-article {
    padding: 15px 0;
    font-size: 12px;
    font-weight: 300;
    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-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -moz-box-shadow: inset 0 1px 0 #f0f0f0;
    -webkit-box-shadow: inset 0 1px 0 #f0f0f0;
    box-shadow: inset 0 1px 0 #f0f0f0; }
  @media (max-width: 639px) {
    .shop2-product-item.thumbs .product-article {
      padding: 10px 0 0; } }
  .shop2-product-item.thumbs .product-article .article-title {
    color: #888; }
  .shop2-product-item.thumbs .product-article .article-body {
    color: #000; }
  .shop2-product-item.thumbs .product-anonce {
    color: #888;
    padding: 15px 0;
    font-size: 12px;
    font-weight: 300;
    -moz-box-shadow: inset 0 1px 0 #f0f0f0;
    -webkit-box-shadow: inset 0 1px 0 #f0f0f0;
    box-shadow: inset 0 1px 0 #f0f0f0; }
  @media (max-width: 639px) {
    .shop2-product-item.thumbs .product-anonce {
      padding: 10px 0; } }
  @media (max-width: 639px) {
    .shop2-product-item.thumbs .shop2-product-options .item-option {
      padding: 10px 0 13px; }
      .shop2-product-item.thumbs .shop2-product-options .item-option.item-option.type-color, .shop2-product-item.thumbs .shop2-product-options .item-option .item-option.type-texture {
        padding: 10px 0; } }
  .shop2-product-item.thumbs .product-bot {
    padding: 0 10px 30px;
    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; }
  @media (max-width: 479px) {
    .shop2-product-item.thumbs .product-bot {
      padding: 0 8px 16px; } }
  .shop2-product-item.thumbs .shop2-product-actions {
    -moz-box-shadow: inset 0 -1px 0 lighten($siteColor, 94.12), inset 0 1px 0 lighten($siteColor, 94.12);
    -webkit-box-shadow: inset 0 -1px 0 lighten($siteColor, 94.12), inset 0 1px 0 lighten($siteColor, 94.12);
    box-shadow: inset 0 -1px 0 lighten($siteColor, 94.12), inset 0 1px 0 lighten($siteColor, 94.12);
    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-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  @media (max-width: 639px) {
    .shop2-product-item.thumbs .shop2-product-actions {
      padding: 0; } }
  .shop2-product-item.thumbs .shop2-product-actions .item-action {
    padding: 8px 0;
    display: inline-block;
    vertical-align: middle;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  .shop2-product-item.thumbs .product-price-wrap {
    margin: auto 0 0;
    padding: 10px 0 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-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .shop2-product-item.thumbs .product-price {
    padding-right: 10px; }
  .shop2-product-item.thumbs .product-amount {
    padding: 10px 0; }
  @media (max-width: 639px) {
    .shop2-product-item.thumbs .product-amount .shop2-product-amount {
      width: auto; }

    .shop2-product-item.thumbs .product-amount button {
      display: none; }

    .shop2-product-item.thumbs .product-amount input[type="text"] {
      margin: 0;
      width: 36px; } }
  .shop2-product-item.thumbs .shop2-product-btn {
    margin: 15px 0 0; }
  @media (max-width: 639px) {
    .shop2-product-item.thumbs .shop2-product-btn span {
      font-size: 12px;
      padding: 11px 5px; } }
  @media (max-width: 639px) {
    .shop2-product-item.thumbs .product-compare {
      padding: 10px 0 0; } }
  .shop2-product-item.thumbs .switchOff {
    display: none; }
/* ================= SIMPLE ================ */
.shop2-product-item.simple {
  margin: 0;
  padding: 20px 0;
  line-height: 1.2;
  box-sizing: border-box;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  border-bottom: 1px solid #f0f0f0;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767px) {
  .shop2-product-item.simple {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }
  @media (max-width: 639px) {
  .shop2-product-item.simple {
    display: block; } }
  .shop2-product-item.simple .product-top {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 250px;
    -moz-box-flex: 0;
    -moz-flex: 0 0 250px;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px; }
  @media (max-width: 767px) {
    .shop2-product-item.simple .product-top {
      padding: 0 0 20px; } }
  .shop2-product-item.simple .product-middle {
    padding: 20px 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -moz-box-shadow: 1px 0 0 #f0f0f0;
    -webkit-box-shadow: 1px 0 0 #f0f0f0;
    box-shadow: 1px 0 0 #f0f0f0; }
  @media (max-width: 1023px) {
    .shop2-product-item.simple .product-middle {
      padding: 20px; } }
  @media (max-width: 767px) {
    .shop2-product-item.simple .product-middle {
      padding: 0 10px 0 20px;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none; } }
  @media (max-width: 639px) {
    .shop2-product-item.simple .product-middle {
      padding: 0 10px; } }
  .shop2-product-item.simple .product-bot {
    padding: 0 0 10px 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 210px;
    -moz-box-flex: 0;
    -moz-flex: 0 0 210px;
    -ms-flex: 0 0 210px;
    flex: 0 0 210px; }
  @media (max-width: 1023px) {
    .shop2-product-item.simple .product-bot {
      padding: 0 0 10px 20px; } }
  @media (max-width: 767px) {
    .shop2-product-item.simple .product-bot {
      padding: 0 10px 10px;
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 70%;
      -moz-box-flex: 1;
      -moz-flex: 1 0 70%;
      -ms-flex: 1 0 70%;
      flex: 1 0 70%; } }
  @media (max-width: 639px) {
    .shop2-product-item.simple .product-bot {
      padding: 0 10px 10px; } }
  .shop2-product-item.simple .product-image {
    position: relative;
    text-align: center; }
  .shop2-product-item.simple .product-image a {
    max-width: 100%;
    display: inline-block;
    vertical-align: middle; }
  .shop2-product-item.simple .product-image .verticalMiddle {
    height: 100%;
    display: inline-block;
    vertical-align: middle; }
  .shop2-product-item.simple .product-image.no-image {
    box-sizing: border-box;
    padding: 100% 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%2232px%22%20height%3D%2232px%22%20%20viewBox%3D%220%200%2032%2032%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M204%2C211H176a2%2C2%2C0%2C0%2C1-2-2V181a2%2C2%2C0%2C0%2C1%2C2-2h28a2%2C2%2C0%2C0%2C1%2C2%2C2v28A2%2C2%2C0%2C0%2C1%2C204%2C211Zm0-29a1%2C1%2C0%2C0%2C0-1-1H177a1%2C1%2C0%2C0%2C0-1%2C1v26a1%2C1%2C0%2C0%2C0%2C1%2C1h26a1%2C1%2C0%2C0%2C0%2C1-1V182Zm-11.233%2C20.678a1.128%2C1.128%2C0%2C0%2C1-1.534%2C0l-6.026-4.281-5.44%2C7.281a1.045%2C1.045%2C0%2C0%2C1-1.478-1.477l5.911-7.911a1.232%2C1.232%2C0%2C0%2C1%2C1.6%2C0l6.043%2C4.3%2C8.357-9.3a1.045%2C1.045%2C0%2C1%2C1%2C1.478%2C1.477ZM184%2C191a3%2C3%2C0%2C1%2C1%2C3-3A3%2C3%2C0%2C0%2C1%2C184%2C191Zm1-4h-2v2h2v-2Z%22%20transform%3D%22translate%28-174%20-179%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat #f0f0f0; }
  .shop2-product-item.simple .product-label {
    top: 0;
    left: 0;
    right: 0;
    text-align: left;
    position: absolute; }
  .shop2-product-item.simple .product-label > div {
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    border-radius: 3px;
    margin: 0 2px 2px 0;
    vertical-align: top;
    display: inline-block;
    padding: 6px 10px 5px;
    background-color: #4176e1;
    font-family: 'Roboto', Arial, Helvetica, sans-serif; }
    .shop2-product-item.simple .product-label > div.product-spec {
      background-color: #f00; }
    .shop2-product-item.simple .product-label > div.product-new {
      background-color: #96ce2b; }
  .shop2-product-item.simple .tpl-stars {
    margin: 0 0 10px; }
  .shop2-product-item.simple .product-name {
    padding: 0 0 15px;
    -moz-box-shadow: inset 0 -1px 0 #f0f0f0;
    -webkit-box-shadow: inset 0 -1px 0 #f0f0f0;
    box-shadow: inset 0 -1px 0 #f0f0f0; }
  .shop2-product-item.simple .product-article {
    padding: 18px 0;
    font-size: 12px;
    font-weight: 300;
    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-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -moz-box-shadow: inset 0 -1px 0 #f0f0f0;
    -webkit-box-shadow: inset 0 -1px 0 #f0f0f0;
    box-shadow: inset 0 -1px 0 #f0f0f0; }
  @media (max-width: 767px) {
    .shop2-product-item.simple .product-article {
      padding: 14px 0; } }
  .shop2-product-item.simple .product-article .article-title {
    color: #888; }
  .shop2-product-item.simple .product-article .article-body {
    color: #000; }
  .shop2-product-item.simple .product-anonce {
    color: #888;
    padding: 8px 0;
    font-size: 12px;
    font-weight: 300;
    -moz-box-shadow: inset 0 -1px 0 #f0f0f0;
    -webkit-box-shadow: inset 0 -1px 0 #f0f0f0;
    box-shadow: inset 0 -1px 0 #f0f0f0; }
  .shop2-product-item.simple .shop2-product-actions {
    -moz-box-shadow: inset 0 -1px 0 #f0f0f0;
    -webkit-box-shadow: inset 0 -1px 0 #f0f0f0;
    box-shadow: inset 0 -1px 0 #f0f0f0;
    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-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .shop2-product-item.simple .shop2-product-actions .item-action {
    display: inline-block;
    vertical-align: middle;
    padding: 8px 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 49%;
    -moz-box-flex: 1;
    -moz-flex: 1 0 49%;
    -ms-flex: 1 0 49%;
    flex: 1 0 49%; }
  .shop2-product-item.simple .product-price-wrap {
    padding: 10px 0 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-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .shop2-product-item.simple .product-amount, .shop2-product-item.simple .product-price {
    padding: 10px 0 0; }
  .shop2-product-item.simple .product-price {
    padding-right: 10px; }
  .shop2-product-item.simple .shop2-product-btn {
    margin: 20px 0 0; }
  .shop2-product-item.simple .shop2-product-options {
    display: none; }
/* ================== LIST ================= */
.shop2-product-item.list {
  padding: 20px 0;
  box-sizing: border-box;
  background-color: #fff;
  line-height: 1.2;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  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;
  -moz-box-shadow: inset 0 -1px 0 #f0f0f0;
  -webkit-box-shadow: inset 0 -1px 0 #f0f0f0;
  box-shadow: inset 0 -1px 0 #f0f0f0; }
  @media (max-width: 639px) {
  .shop2-product-item.list {
    display: block; } }
  .shop2-product-item.list:last-child {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .shop2-product-item.list .product-top, .shop2-product-item.list .product-anonce, .shop2-product-item.list .shop2-product-actions, .shop2-product-item.list .switchOff, .shop2-product-item.list .shop2-product-options, .shop2-product-item.list .product-compare {
    display: none; }
  .shop2-product-item.list .product-middle {
    padding: 0 20px 0 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  @media (max-width: 639px) {
    .shop2-product-item.list .product-middle {
      padding: 0; } }
  .shop2-product-item.list .product-bot {
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  @media (max-width: 767px) {
    .shop2-product-item.list .product-bot {
      display: block; } }
  .shop2-product-item.list .tpl-stars {
    margin: 0 0 10px; }
  .shop2-product-item.list .product-name {
    padding: 0 0 5px; }
  .shop2-product-item.list .product-article {
    font-size: 12px;
    font-weight: 300; }
  @media (max-width: 639px) {
    .shop2-product-item.list .product-article {
      padding: 14px 0;
      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-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      -moz-box-shadow: inset 0 -1px 0 #f0f0f0;
      -webkit-box-shadow: inset 0 -1px 0 #f0f0f0;
      box-shadow: inset 0 -1px 0 #f0f0f0; } }
  .shop2-product-item.list .product-article .article-title {
    color: #888;
    margin: 0 10px 0 0;
    display: inline-block;
    vertical-align: middle; }
  .shop2-product-item.list .product-article .article-body {
    color: #000;
    display: inline-block;
    vertical-align: middle; }
  .shop2-product-item.list .product-price-wrap {
    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; }
  @media (max-width: 767px) {
    .shop2-product-item.list .product-price-wrap {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between; } }
  .shop2-product-item.list .product-amount, .shop2-product-item.list .product-price {
    padding: 0 70px 0 0; }
  @media (max-width: 767px) {
    .shop2-product-item.list .product-amount, .shop2-product-item.list .product-price {
      padding: 0; } }
  @media (max-width: 639px) {
    .shop2-product-item.list .product-amount, .shop2-product-item.list .product-price {
      padding: 15px 0 0; } }
  @media (max-width: 767px) {
    .shop2-product-item.list .product-price {
      padding-right: 10px; } }
  .shop2-product-item.list .shop2-product-btn {
    width: 210px; }
  @media (max-width: 767px) {
    .shop2-product-item.list .shop2-product-btn {
      margin: 15px 0 0; } }
  @media (max-width: 639px) {
    .shop2-product-item.list .shop2-product-btn {
      width: 100%; } }
/* ================= OPTION ================ */
.shop2-product-options .item-option {
  font-size: 12px;
  padding: 17px 0 20px;
  -moz-box-shadow: inset 0 1px 0 #f0f0f0;
  -webkit-box-shadow: inset 0 1px 0 #f0f0f0;
  box-shadow: inset 0 1px 0 #f0f0f0; }
  .shop2-product-options .item-option.type-color, .shop2-product-options .item-option.type-texture {
    padding: 17px 0; }
  .shop2-product-options .option-title {
    color: #888;
    padding: 0 0 10px; }
  .shop2-product-options .option-body {
    color: #000; }
  .shop2-product-options .option-body a {
    color: #ff4a2c; }
  .shop2-product-options .shop2-texture-pick li {
    float: none;
    width: 30px;
    height: 30px;
    border: none;
    display: inline-block;
    vertical-align: middle;
    margin: 3px 10px 3px 3px; }
    .shop2-product-options .shop2-texture-pick li.active-texture {
      -moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1); }
  .shop2-product-options .shop2-color-ext-list {
    margin: 0 0 0 -3px; }
  .shop2-product-options .shop2-color-ext-list li {
    float: none;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin: 3px 10px 3px 3px; }
    .shop2-product-options .shop2-color-ext-list li.shop2-color-ext-selected {
      outline: none;
      -moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1); }
  .shop2-product-options .shop2-color-ext-list span {
    width: 24px;
    height: 24px;
    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%229px%22%20height%3D%227px%22%20%20viewBox%3D%220%200%209%207%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M139%2C566v1h-1v1h-1v1h-1v1h-1v1h-2v-1h-1v-1h-1v-2h2v1h2v-1h1v-1h1v-1h1v-1h2v2h-1Z%22%20transform%3D%22translate%28-131%20-564%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; }
  .shop2-product-options .shop2-color-pick {
    margin: 0 0 0 -3px; }
  .shop2-product-options .shop2-color-pick li {
    float: none;
    border: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin: 3px 10px 3px 3px; }
    .shop2-product-options .shop2-color-pick li.active-color {
      -moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1); }
    .shop2-product-options .shop2-color-pick li span {
      width: 24px;
      height: 24px;
      border-radius: 50%; }
  .shop2-product-options select {
    width: 100%;
    height: 36px;
    border: none;
    outline: none;
    color: #999;
    padding: 0 20px;
    font-size: 13px;
    border-radius: 3px;
    -moz-box-shadow: inset 0 0 0 1px #eaeaea;
    -webkit-box-shadow: inset 0 0 0 1px #eaeaea;
    box-shadow: inset 0 0 0 1px #eaeaea; }

.shop2-color-ext-multi {
  border: none;
  outline: none;
  margin: 0 0 0 3px;
  -moz-box-shadow: 0 0 0 3px #ffba00;
  -webkit-box-shadow: 0 0 0 3px #ffba00;
  box-shadow: 0 0 0 3px #ffba00; }
  .shop2-color-ext-multi li {
    float: none;
    height: 24px;
    width: 24px !important;
    position: relative;
    display: inline-block;
    vertical-align: middle; }
  .shop2-color-ext-multi li:first-child:last-child {
    width: 24px !important; }

.shop2-product-params .shop2-color-ext-list {
  margin: 0 0 0 -3px; }
  .shop2-product-params .shop2-color-ext-list li {
    float: none;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin: 3px 10px 3px 3px; }
    .shop2-product-params .shop2-color-ext-list li.shop2-color-ext-selected {
      outline: none;
      -moz-box-shadow: 0 0 0 3px #ffba00;
      -webkit-box-shadow: 0 0 0 3px #ffba00;
      box-shadow: 0 0 0 3px #ffba00; }
  .shop2-product-params .shop2-color-ext-list span {
    width: 24px;
    height: 24px;
    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%229px%22%20height%3D%227px%22%20%20viewBox%3D%220%200%209%207%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M139%2C566v1h-1v1h-1v1h-1v1h-1v1h-2v-1h-1v-1h-1v-2h2v1h2v-1h1v-1h1v-1h1v-1h2v2h-1Z%22%20transform%3D%22translate%28-131%20-564%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; }
/*================= TOOLTIP ================ */
#shop2-tooltip.shop2-color-ext-tooltip, .shop2-product-discount-desc {
  border: none;
  width: 110px;
  font-weight: 300;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  background: #fff;
  box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.18); }
/* ============== FILTER WRAP ============== */
.shop2-filter-wrap {
  padding: 0 0 10px;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1023px) {
  .shop2-filter-wrap {
    padding: 0 12px 24px; } }
  @media (max-width: 639px) {
  .shop2-filter-wrap {
    display: block;
    padding: 0 0 16px; } }
  .shop2-filter-wrap .shop2-filter-form {
    position: relative;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 234px;
    -moz-box-flex: 0;
    -moz-flex: 0 0 234px;
    -ms-flex: 0 0 234px;
    flex: 0 0 234px; }
  @media (max-width: 639px) {
    .shop2-filter-wrap .shop2-filter-form {
      margin: 0 0 8px; } }
/* ================= FILTER ================ */
.shop2-filter-title {
  color: #fff;
  cursor: pointer;
  font-size: 17px;
  line-height: 1.2;
  font-weight: bold;
  padding: 20px 30px;
  border-radius: 3px 0 0 3px;
  background-color: #132962;
  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%2216px%22%20%20viewBox%3D%220%200%2016%2016%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23ffba00%22%20d%3D%22M293.932%2C1166.44a0.671%2C0.671%2C0%2C0%2C0-.67-0.44H278.737a0.724%2C0.724%2C0%2C0%2C0-.511%2C1.24l5.6%2C5.6v5.52a0.723%2C0.723%2C0%2C0%2C0%2C.216.52l2.905%2C2.91a0.682%2C0.682%2C0%2C0%2C0%2C.51.21%2C0.751%2C0.751%2C0%2C0%2C0%2C.284-0.06%2C0.67%2C0.67%2C0%2C0%2C0%2C.443-0.67v-8.43l5.594-5.6A0.665%2C0.665%2C0%2C0%2C0%2C293.932%2C1166.44Z%22%20transform%3D%22translate%28-278%20-1166%29%22%2F%3E%3C%2Fsvg%3E") left top no-repeat #132962;
  background-position: calc(100% - 30px) 50%; }
  @media (max-width: 639px) {
  .shop2-filter-title {
    text-align: center;
    border-radius: 3px; } }

form.shop2-filter {
  margin: 0;
  padding: 0;
  background-color: #fff; }
  form.shop2-filter.desktop {
    left: 0;
    right: 0;
    top: 100%;
    z-index: 10;
    display: none;
    position: absolute;
    border-radius: 0 0 5px 5px;
    border: solid 1px #ededed;
    border-top: none; }
  form.shop2-filter.mobile {
    width: 280px;
    height: 100%;
    overflow-y: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  form.shop2-filter.mobile.open {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }
  form.shop2-filter .filter-field-item {
    padding: 0 30px;
    -moz-box-shadow: inset 0 -1px 0 #ededed;
    -webkit-box-shadow: inset 0 -1px 0 #ededed;
    box-shadow: inset 0 -1px 0 #ededed; }
  form.shop2-filter .field-title {
    color: #000;
    font-size: 15px;
    cursor: pointer;
    font-weight: bold;
    position: relative;
    padding: 21px 20px 21px 0;
    font-family: 'Roboto', Arial, Helvetica, sans-serif; }
  form.shop2-filter .field-title.open:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
  form.shop2-filter .field-title:after {
    right: 0;
    top: 50%;
    content: '';
    display: block;
    margin-top: -2px;
    position: absolute;
    border-top: 4px solid #ffba00;
    border-left: 3.5px solid transparent;
    border-right: 3.5px solid transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
  form.shop2-filter .field-value {
    display: none;
    padding: 0 0 21px; }
  form.shop2-filter .field-value.range {
    padding: 0 0 31px; }
    form.shop2-filter .field-value.range label {
      float: left;
      width: 48%;
      vertical-align: top;
      display: inline-block; }
    form.shop2-filter .field-value.range label:last-child {
      float: right; }
    form.shop2-filter .field-value.range input[type="text"] {
      margin: 0;
      padding: 0;
      width: 100%;
      height: 36px;
      border: none;
      outline: none;
      color: #000;
      font-size: 13px;
      padding: 0 20px;
      font-weight: 300;
      border-radius: 3px;
      box-sizing: border-box;
      -moz-box-shadow: inset 0 0 0 1px #eaeaea;
      -webkit-box-shadow: inset 0 0 0 1px #eaeaea;
      box-shadow: inset 0 0 0 1px #eaeaea; }
    form.shop2-filter .field-value.range .ui-widget-content {
      clear: both;
      height: 5px;
      border: none;
      position: relative;
      background: #e9e9e9;
      margin: 0 27px 30px 0;
      border-radius: 100px 0 0 100px; }
    form.shop2-filter .field-value.range .ui-widget-content:after {
      content: '';
      top: 0;
      bottom: 0;
      right: -27px;
      width: 27px;
      position: absolute;
      background: #e9e9e9;
      border-radius: 0 100px 100px 0;
      border-radius: 100px 0 0 100px; }
    form.shop2-filter .field-value.range .ui-slider-range {
      background-color: #ffba00; }
    form.shop2-filter .field-value.range .ui-widget-content .ui-state-default {
      top: -11px;
      width: 5px;
      height: 5px;
      outline: none;
      margin-left: 0;
      border-radius: 50%;
      background: #232323;
      border: 11px solid #fff;
      -webkit-transition: top 0.3s;
      -moz-transition: top 0.3s;
      -o-transition: top 0.3s;
      -ms-transition: top 0.3s;
      transition: top 0.3s;
      -moz-box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.11);
      -webkit-box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.11);
      box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.11); }
    form.shop2-filter .field-value.range .ui-widget-content .ui-state-default.ui-state-active {
      width: 9px;
      height: 9px;
      border: 9px solid #fff; }
  form.shop2-filter .param-val-wrap {
    padding: 8px 0; }
  form.shop2-filter select {
    width: 100%;
    height: 48px;
    outline: none;
    color: #000;
    font-size: 13px;
    padding: 0 20px;
    font-weight: 300;
    border-radius: 3px;
    box-sizing: border-box;
    border: solid 1px #eaeaea;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
  form.shop2-filter select:focus {
    border-color: #ffba00; }
  form.shop2-filter a.param-val {
    margin: 0;
    padding: 0;
    color: #000;
    cursor: pointer;
    text-decoration: none;
    display: inline-block; }
  form.shop2-filter a.param-val.active-val {
    background-color: transparent;
    padding-right: 0;
    font-weight: normal; }
    form.shop2-filter a.param-val.active-val ins {
      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%229px%22%20height%3D%227px%22%20%20viewBox%3D%220%200%209%207%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M1301%2C282v1h-1v1h-1v1h-1v1h-1v1h-2v-1h-1v-1h-1v-2h2v1h2v-1h1v-1h1v-1h1v-1h2v2h-1Z%22%20transform%3D%22translate%28-1293%20-280%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat #ffba00; }
  form.shop2-filter a.param-val ins {
    width: 24px;
    height: 24px;
    font-size: 0;
    margin: 0 10px 0 0;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    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%229px%22%20height%3D%227px%22%20%20viewBox%3D%220%200%209%207%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M1301%2C282v1h-1v1h-1v1h-1v1h-1v1h-2v-1h-1v-1h-1v-2h2v1h2v-1h1v-1h1v-1h1v-1h2v2h-1Z%22%20transform%3D%22translate%28-1293%20-280%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat #ededed;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  form.shop2-filter a.param-val p {
    margin: 0;
    font-size: 13px;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 34px); }
  form.shop2-filter ul.shop2-col-ext-list {
    margin: 0;
    padding: 0;
    list-style: none; }
  form.shop2-filter ul.shop2-col-ext-list li {
    padding: 8px 0;
    cursor: pointer; }
    form.shop2-filter ul.shop2-col-ext-list li.shop2-color-ext-selected .color-image {
      position: relative;
      -moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1); }
      form.shop2-filter ul.shop2-col-ext-list li.shop2-color-ext-selected .color-image:after {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        display: block;
        position: absolute;
        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%229px%22%20height%3D%227px%22%20%20viewBox%3D%220%200%209%207%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M1301%2C282v1h-1v1h-1v1h-1v1h-1v1h-2v-1h-1v-1h-1v-2h2v1h2v-1h1v-1h1v-1h1v-1h2v2h-1Z%22%20transform%3D%22translate%28-1293%20-280%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; }
    form.shop2-filter ul.shop2-col-ext-list li .color-image {
      width: 24px;
      height: 24px;
      border-radius: 50%;
      margin: 0 10px 0 0;
      display: inline-block;
      vertical-align: middle;
      background-size: contain;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); }
    form.shop2-filter ul.shop2-col-ext-list li .color-image img {
      border-radius: 50%; }
    form.shop2-filter ul.shop2-col-ext-list li .color-text {
      color: #000;
      font-size: 13px;
      line-height: 1.2;
      font-weight: 300;
      display: inline-block;
      vertical-align: middle;
      max-width: calc(100% - 34px); }
  form.shop2-filter .filter-result-wrap {
    padding: 0 30px 30px; }
  form.shop2-filter .result {
    margin: 0;
    height: auto;
    display: block;
    color: #000;
    padding: 0 30px;
    font-size: 15px;
    line-height: 1.2;
    font-weight: bold;
    padding: 20px 0 0;
    position: relative;
    background-color: transparent; }
  form.shop2-filter .result.no-result {
    background-color: transparent; }
  form.shop2-filter .result span {
    color: #ff4a2c; }
  form.shop2-filter .shop2-btn, form.shop2-filter .shop2-btn2 {
    width: 100%;
    display: block;
    margin: 20px 0 0;
    text-align: center;
    box-sizing: border-box; }

.shop2-color-ext-popup .shop2-color-ext-caption {
  margin: 0;
  float: none;
  border-bottom: none;
  text-decoration: none; }
/* ================ SORTING ================ */
.shop2-sorting-panel {
  margin: 0;
  padding: 0;
  color: #000;
  font-size: 12px;
  text-align: left;
  border-radius: 0;
  overflow: visible;
  position: relative;
  background-color: transparent;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  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-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -moz-box-shadow: inset 0 0 0 1px #ededed;
  -webkit-box-shadow: inset 0 0 0 1px #ededed;
  box-shadow: inset 0 0 0 1px #ededed; }
  @media (max-width: 639px) {
  .shop2-sorting-panel {
    border-radius: 3px; } }
  .shop2-sorting-panel .sorting-wrap {
    position: relative; }
  @media (max-width: 479px) {
    .shop2-sorting-panel .sorting-wrap {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
      -moz-box-flex: 1;
      -moz-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; } }
  .shop2-sorting-panel .sort-title {
    cursor: pointer;
    min-width: 234px;
    position: relative;
    box-sizing: border-box;
    padding: 13px 60px 11px 30px;
    -moz-box-shadow: inset -1px 0 0 #ededed;
    -webkit-box-shadow: inset -1px 0 0 #ededed;
    box-shadow: inset -1px 0 0 #ededed; }
  @media (max-width: 1023px) {
    .shop2-sorting-panel .sort-title {
      min-width: 254px; } }
  @media (max-width: 639px) {
    .shop2-sorting-panel .sort-title {
      min-width: auto; } }
  @media (max-width: 479px) {
    .shop2-sorting-panel .sort-title {
      padding: 13px 60px 11px 24px; } }
  .shop2-sorting-panel .sort-title span {
    font-size: 11px;
    font-weight: 300;
    color: #888; }
  .shop2-sorting-panel .sort-title strong {
    display: block;
    font-size: 15px;
    line-height: 1.4;
    color: #000; }
  .shop2-sorting-panel .sort-title:after {
    top: 50%;
    right: 30px;
    content: '';
    margin-top: -2px;
    position: absolute;
    border-top: 4px solid #ffba00;
    border-left: 3.5px solid transparent;
    border-right: 3.5px solid transparent; }
  .shop2-sorting-panel .view-shop {
    padding: 0; }

.sho2-sorting-list {
  left: 0;
  right: 0;
  top: 100%;
  z-index: 10;
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ededed;
  border-top: none; }
  .sho2-sorting-list.open {
    display: block; }
  .sho2-sorting-list ul {
    margin: 0;
    list-style: none;
    padding: 20px 30px;
    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-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start; }
  .sho2-sorting-list li {
    font-size: 0;
    padding: 12px 0; }
  .sho2-sorting-list li:first-child {
    padding-top: 0; }
  .sho2-sorting-list li:last-child {
    padding-bottom: 0; }
  .sho2-sorting-list li a.sort-reset {
    color: #ffba00;
    font-size: 13px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    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; }
    .sho2-sorting-list li a.sort-reset ins {
      width: 16px;
      height: 16px;
      font-size: 0;
      margin: 0 13px 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%2214px%22%20height%3D%2216px%22%20%20viewBox%3D%220%200%2014%2016%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23ffba00%22%20d%3D%22M97.988%2C2602.7a7.334%2C7.334%2C0%2C0%2C1-7.016%2C1.63l-0.483%2C1.66-2.5-3.29%2C4-1.88-0.462%2C1.6a5.123%2C5.123%2C0%2C0%2C0%2C4.962-1.13%2C4.435%2C4.435%2C0%2C0%2C0%2C.751-5.64l1.971-.74A6.328%2C6.328%2C0%2C0%2C1%2C97.988%2C2602.7Zm-3.537-9.12a5.123%2C5.123%2C0%2C0%2C0-4.962%2C1.13%2C4.435%2C4.435%2C0%2C0%2C0-.751%2C5.64l-1.971.74a6.327%2C6.327%2C0%2C0%2C1%2C1.223-7.79%2C7.334%2C7.334%2C0%2C0%2C1%2C7.016-1.63l0.483-1.66%2C2.5%2C3.29-4%2C1.88Z%22%20transform%3D%22translate%28-85.938%20-2590%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      -moz-box-flex: 0;
      -moz-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
    .sho2-sorting-list li a.sort-reset span {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
      -moz-box-flex: 1;
      -moz-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
  .sho2-sorting-list li a:not(.sort-reset) {
    color: #000;
    font-size: 13px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    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; }
    .sho2-sorting-list li a:not(.sort-reset):hover, .sho2-sorting-list li a:not(.sort-reset).active {
      color: #ffba00; }
    .sho2-sorting-list li a:not(.sort-reset):hover ins, .sho2-sorting-list li a:not(.sort-reset).active ins {
      border-color: #fff;
      background: #ffba00;
      -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1); }
    .sho2-sorting-list li a:not(.sort-reset) ins {
      width: 6px;
      height: 6px;
      font-size: 0;
      background: #fff;
      margin: 0 13px 0 0;
      border-radius: 50%;
      border: 5px solid #f0f0f0;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      -moz-box-flex: 0;
      -moz-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      -webkit-transition: all 0.4s ease-in-out;
      -moz-transition: all 0.4s ease-in-out;
      -o-transition: all 0.4s ease-in-out;
      -ms-transition: all 0.4s ease-in-out;
      transition: all 0.4s ease-in-out; }
    .sho2-sorting-list li a:not(.sort-reset) span {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
      -moz-box-flex: 1;
      -moz-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
/* ================= VIEWS ================= */
.shop2-sorting-panel .view-shop {
  float: none;
  font-size: 0;
  padding: 17px 15px; }
  @media (max-width: 479px) {
  .shop2-sorting-panel .view-shop {
    padding: 0; } }
  .shop2-sorting-panel .view-shop .view-title {
    font-size: 11px;
    font-weight: 300;
    line-height: 1.2;
    margin: 0 15px 0 0;
    display: inline-block;
    vertical-align: middle;
    color: #888; }
  @media (max-width: 767px) {
    .shop2-sorting-panel .view-shop .view-title {
      display: none; } }
  @media (max-width: 479px) {
    .shop2-sorting-panel .view-shop .view-title {
      margin: 0;
      width: 60px;
      height: 60px;
      font-size: 0;
      display: block;
      cursor: pointer; } }
  .shop2-sorting-panel .view-shop .view-body {
    font-size: 0;
    display: inline-block;
    vertical-align: middle; }
  @media (max-width: 479px) {
    .shop2-sorting-panel .view-shop .view-body {
      top: 1px;
      right: 16px;
      bottom: 1px;
      position: absolute;
      pointer-events: none;
      background-color: #fff; }
      .shop2-sorting-panel .view-shop .view-body:after {
        width: 0;
        content: '';
        height: 100%;
        display: inline-block;
        vertical-align: middle; }
      .shop2-sorting-panel .view-shop .view-body a:not(.active-view) {
        width: 0; }
      .shop2-sorting-panel .view-shop .view-body.open {
        pointer-events: auto; }
        .shop2-sorting-panel .view-shop .view-body.open a {
          width: 30px;
          height: 30px; } }
  .shop2-sorting-panel .view-shop .view-body a {
    margin: 0;
    width: 27px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .shop2-sorting-panel .view-shop .view-body a.thumbs {
      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%2217px%22%20height%3D%2215px%22%20%20viewBox%3D%220%200%2017%2015%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23dddddd%22%20d%3D%22M1456%2C438h4a2%2C2%2C0%2C0%2C1%2C2%2C2v3a2%2C2%2C0%2C0%2C1-2%2C2h-4a2%2C2%2C0%2C0%2C1-2-2v-3A2%2C2%2C0%2C0%2C1%2C1456%2C438Zm9%2C0h4a2%2C2%2C0%2C0%2C1%2C2%2C2v3a2%2C2%2C0%2C0%2C1-2%2C2h-4a2%2C2%2C0%2C0%2C1-2-2v-3A2%2C2%2C0%2C0%2C1%2C1465%2C438Zm-9%2C8h4a2%2C2%2C0%2C0%2C1%2C2%2C2v3a2%2C2%2C0%2C0%2C1-2%2C2h-4a2%2C2%2C0%2C0%2C1-2-2v-3A2%2C2%2C0%2C0%2C1%2C1456%2C446Zm9%2C0h4a2%2C2%2C0%2C0%2C1%2C2%2C2v3a2%2C2%2C0%2C0%2C1-2%2C2h-4a2%2C2%2C0%2C0%2C1-2-2v-3A2%2C2%2C0%2C0%2C1%2C1465%2C446Z%22%20transform%3D%22translate%28-1454%20-438%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; }
    .shop2-sorting-panel .view-shop .view-body a.thumbs.active-view {
      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%2217px%22%20height%3D%2215px%22%20%20viewBox%3D%220%200%2017%2015%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23ffba00%22%20d%3D%22M1456%2C438h4a2%2C2%2C0%2C0%2C1%2C2%2C2v3a2%2C2%2C0%2C0%2C1-2%2C2h-4a2%2C2%2C0%2C0%2C1-2-2v-3A2%2C2%2C0%2C0%2C1%2C1456%2C438Zm9%2C0h4a2%2C2%2C0%2C0%2C1%2C2%2C2v3a2%2C2%2C0%2C0%2C1-2%2C2h-4a2%2C2%2C0%2C0%2C1-2-2v-3A2%2C2%2C0%2C0%2C1%2C1465%2C438Zm-9%2C8h4a2%2C2%2C0%2C0%2C1%2C2%2C2v3a2%2C2%2C0%2C0%2C1-2%2C2h-4a2%2C2%2C0%2C0%2C1-2-2v-3A2%2C2%2C0%2C0%2C1%2C1456%2C446Zm9%2C0h4a2%2C2%2C0%2C0%2C1%2C2%2C2v3a2%2C2%2C0%2C0%2C1-2%2C2h-4a2%2C2%2C0%2C0%2C1-2-2v-3A2%2C2%2C0%2C0%2C1%2C1465%2C446Z%22%20transform%3D%22translate%28-1454%20-438%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .shop2-sorting-panel .view-shop .view-body a.simple {
      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%2217px%22%20height%3D%2215px%22%20%20viewBox%3D%220%200%2017%2015%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23dddddd%22%20d%3D%22M1483.94%2C437.99h13a2%2C2%2C0%2C0%2C1%2C2%2C2v3a2%2C2%2C0%2C0%2C1-2%2C2h-13a2%2C2%2C0%2C0%2C1-2-2v-3A2%2C2%2C0%2C0%2C1%2C1483.94%2C437.99Zm0%2C8h13a2%2C2%2C0%2C0%2C1%2C2%2C2v3a2%2C2%2C0%2C0%2C1-2%2C2h-13a2%2C2%2C0%2C0%2C1-2-2v-3A2%2C2%2C0%2C0%2C1%2C1483.94%2C445.99Z%22%20transform%3D%22translate%28-1481.94%20-438%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; }
    .shop2-sorting-panel .view-shop .view-body a.simple.active-view {
      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%2217px%22%20height%3D%2215px%22%20%20viewBox%3D%220%200%2017%2015%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23ffba00%22%20d%3D%22M1483.94%2C437.99h13a2%2C2%2C0%2C0%2C1%2C2%2C2v3a2%2C2%2C0%2C0%2C1-2%2C2h-13a2%2C2%2C0%2C0%2C1-2-2v-3A2%2C2%2C0%2C0%2C1%2C1483.94%2C437.99Zm0%2C8h13a2%2C2%2C0%2C0%2C1%2C2%2C2v3a2%2C2%2C0%2C0%2C1-2%2C2h-13a2%2C2%2C0%2C0%2C1-2-2v-3A2%2C2%2C0%2C0%2C1%2C1483.94%2C445.99Z%22%20transform%3D%22translate%28-1481.94%20-438%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
    .shop2-sorting-panel .view-shop .view-body a.pricelist {
      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%2217px%22%20height%3D%2215px%22%20%20viewBox%3D%220%200%2017%2015%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23dddddd%22%20d%3D%22M1509.51%2C437.99h14a1.5%2C1.5%2C0%2C1%2C1%2C0%2C3h-14A1.5%2C1.5%2C0%2C1%2C1%2C1509.51%2C437.99Zm0%2C4h14a1.5%2C1.5%2C0%2C1%2C1%2C0%2C3h-14A1.5%2C1.5%2C0%2C1%2C1%2C1509.51%2C441.987Zm0%2C4h14a1.5%2C1.5%2C0%2C1%2C1%2C0%2C3h-14A1.5%2C1.5%2C0%2C1%2C1%2C1509.51%2C445.984Zm0%2C4h14a1.5%2C1.5%2C0%2C1%2C1%2C0%2C3h-14A1.5%2C1.5%2C0%2C1%2C1%2C1509.51%2C449.982Z%22%20transform%3D%22translate%28-1508%20-438%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; }
    .shop2-sorting-panel .view-shop .view-body a.pricelist.active-view {
      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%2217px%22%20height%3D%2215px%22%20%20viewBox%3D%220%200%2017%2015%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23ffba00%22%20d%3D%22M1509.51%2C437.99h14a1.5%2C1.5%2C0%2C1%2C1%2C0%2C3h-14A1.5%2C1.5%2C0%2C1%2C1%2C1509.51%2C437.99Zm0%2C4h14a1.5%2C1.5%2C0%2C1%2C1%2C0%2C3h-14A1.5%2C1.5%2C0%2C1%2C1%2C1509.51%2C441.987Zm0%2C4h14a1.5%2C1.5%2C0%2C1%2C1%2C0%2C3h-14A1.5%2C1.5%2C0%2C1%2C1%2C1509.51%2C445.984Zm0%2C4h14a1.5%2C1.5%2C0%2C1%2C1%2C0%2C3h-14A1.5%2C1.5%2C0%2C1%2C1%2C1509.51%2C449.982Z%22%20transform%3D%22translate%28-1508%20-438%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
/* ================ PRODUCT ================ */
.shop2-product {
  margin: 30px 0;
  padding: 10px;
  background: #fff;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
  -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.07);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.07); }
  @media (max-width: 1200px) {
  .shop2-product {
    display: block; } }
  @media (max-width: 1023px) {
  .shop2-product {
    margin: 12px 0 30px; } }
  @media (max-width: 479px) {
  .shop2-product {
    margin: 8px 0; } }
  .shop2-product div.tpl-rating-block {
    font-size: 0;
    margin: 0 0 12px; }
  @media (max-width: 1023px) {
    .shop2-product div.tpl-rating-block {
      margin: 0 0 15px; } }
  @media (max-width: 479px) {
    .shop2-product div.tpl-rating-block {
      margin: 0 0 10px; } }
  .shop2-product div.tpl-rating-block .tpl-stars {
    margin: 0;
    width: 85px;
    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%2217px%22%20height%3D%2216px%22%20%20viewBox%3D%220%200%2017%2016%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23e0e0e0%22%20d%3D%22M986.537%2C1279l2.7%2C5.03%2C5.765%2C1.08-4.013%2C4.19%2C0.728%2C5.7-5.177-2.44-5.245%2C2.44%2C0.728-5.7-4.013-4.19%2C5.764-1.08%2C2.766-5.03%22%20transform%3D%22translate%28-978%20-1279%29%22%2F%3E%3C%2Fsvg%3E") 0 50% repeat-x; }
    .shop2-product div.tpl-rating-block .tpl-stars .tpl-rating {
      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%2217px%22%20height%3D%2216px%22%20%20viewBox%3D%220%200%2017%2016%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23ffba00%22%20d%3D%22M986.537%2C1279l2.7%2C5.03%2C5.765%2C1.08-4.013%2C4.19%2C0.728%2C5.7-5.177-2.44-5.245%2C2.44%2C0.728-5.7-4.013-4.19%2C5.764-1.08%2C2.766-5.03%22%20transform%3D%22translate%28-978%20-1279%29%22%2F%3E%3C%2Fsvg%3E") 0 50% repeat-x; }
  .shop2-product .shop2-product-name {
    color: #000;
    font-size: 25px;
    line-height: 1.2;
    padding: 0 0 8px;
    font-weight: 900; }
  @media (max-width: 1023px) {
    .shop2-product .shop2-product-name {
      font-size: 23px;
      font-weight: bold; } }
  @media (max-width: 479px) {
    .shop2-product .shop2-product-name {
      font-size: 19px; } }
  .shop2-product .shop2-product-article {
    margin: 0;
    height: auto;
    font-size: 0;
    color: #000;
    font-weight: 300;
    line-height: 1.25;
    padding: 0 0 25px; }
  .shop2-product .shop2-product-article .article-title {
    color: #888;
    font-size: 12px;
    margin: 0 10px 0 0;
    display: inline-block; }
  .shop2-product .shop2-product-article .article-body {
    font-size: 12px;
    display: inline-block; }

.product-side-left {
  max-width: 510px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 510px;
  -moz-box-flex: 0;
  -moz-flex: 0 0 510px;
  -ms-flex: 0 0 510px;
  flex: 0 0 510px; }
  @media (max-width: 1200px) {
  .product-side-left {
    max-width: 100%; } }
  .product-side-left .shop2-product-information {
    display: none;
    padding: 20px 20px 25px; }
  @media (max-width: 1200px) {
    .product-side-left .shop2-product-information {
      display: block; } }
  @media (max-width: 479px) {
    .product-side-left .shop2-product-information {
      padding: 10px 10px 15px; } }
  .product-side-left .shop2-product-information > div:last-child {
    padding: 0; }

.product-image-slider {
  font-size: 0;
  margin: 0 auto;
  overflow: hidden;
  max-width: 510px;
  position: relative; }
  @media (max-width: 1023px) {
  .product-image-slider {
    margin: 0 auto;
    max-width: 724px; } }
  .product-image-slider .shop2-product-label {
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    font-size: 0;
    position: absolute; }
  .product-image-slider .shop2-product-label > div {
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    padding: 6px 10px 5px;
    margin: 0 2px 2px 0;
    background: #4176e1;
    border-radius: 3px;
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize; }
    .product-image-slider .shop2-product-label > div.shop2-product-new {
      background: #96ce2b; }
    .product-image-slider .shop2-product-label > div.shop2-product-spec {
      background: #f00; }
  .product-image-slider .product-image-wrap {
    font-size: 0;
    text-align: center;
    position: relative; }
  @media (max-width: 639px) {
    .product-image-slider .product-image-wrap {
      display: block;
      max-width: 100%; } }
  .product-image-slider .product-image-wrap img, .product-image-slider .product-image-wrap a {
    outline: none;
    max-width: 100%;
    display: inline-block; }
  .product-image-slider .product-image-wrap .slick-dots {
    margin: 0;
    left: 50%;
    bottom: 30px;
    font-size: 0;
    list-style: none;
    padding: 10px 6px;
    border-radius: 3px;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); }
    @media (max-width: 479px) {
    .product-image-slider .product-image-wrap .slick-dots {
      bottom: 16px;
      padding: 4px 6px; } }
    .product-image-slider .product-image-wrap .slick-dots li {
      margin: 4px;
      display: inline-block;
      vertical-align: middle; }
    .product-image-slider .product-image-wrap .slick-dots li.slick-active button {
      background: #ff4a2c; }
    .product-image-slider .product-image-wrap .slick-dots li button {
      margin: 0;
      padding: 0;
      width: 8px;
      height: 8px;
      border: none;
      outline: none;
      display: block;
      background: #fff;
      border-radius: 50%; }

.product-thumbnails-wrap {
  font-size: 0;
  padding: 10px 0;
  text-align: center; }
  @media (max-width: 1023px) {
  .product-thumbnails-wrap {
    display: none; } }
  .product-thumbnails-wrap .slick-list {
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 100px); }
  @media (max-width: 1023px) {
    .product-thumbnails-wrap .slick-list {
      width: auto;
      display: block; } }
  @media (max-width: 639px) {
    .product-thumbnails-wrap .slick-list {
      margin: 0 auto;
      display: inline-block;
      vertical-align: middle;
      width: calc(100% - 56px); } }
  .product-thumbnails-wrap .slick-arrow {
    width: 50px;
    height: 100%;
    min-height: 50px;
    border: none;
    outline: none;
    display: inline-block;
    vertical-align: middle;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  @media (max-width: 639px) {
    .product-thumbnails-wrap .slick-arrow {
      width: 28px;
      min-height: 30px; } }
  .product-thumbnails-wrap .slick-arrow.slick-prev {
    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%20d%3D%22M385%2C1810h1v1h-1v-1Zm1%2C1h1v1h-1v-1Zm1%2C1h1v1h-1v-1Zm1%2C1h1v1h-1v-1Zm1%2C1h1v1h-1v-1Zm1%2C1h1v1h-1v-1Zm-5-6h1v1h-1v-1Zm1-1h1v1h-1v-1Zm1-1h1v1h-1v-1Zm1-1h1v1h-1v-1Zm1-1h1v1h-1v-1Zm1-1h1v1h-1v-1Zm-4%2C6h1v1h-1v-1Zm1%2C1h1v1h-1v-1Zm1%2C1h1v1h-1v-1Zm1%2C1h1v1h-1v-1Zm1%2C1h1v1h-1v-1Zm1%2C1h1v1h-1v-1Zm-5-6h1v1h-1v-1Zm1-1h1v1h-1v-1Zm1-1h1v1h-1v-1Zm1-1h1v1h-1v-1Zm1-1h1v1h-1v-1Zm1-1h1v1h-1v-1Zm-4%2C6h1v1h-1v-1Zm1%2C1h1v1h-1v-1Zm1%2C1h1v1h-1v-1Zm1%2C1h1v1h-1v-1Zm1%2C1h1v1h-1v-1Zm-4-5h1v1h-1v-1Zm1-1h1v1h-1v-1Zm1-1h1v1h-1v-1Zm1-1h1v1h-1v-1Zm1-1h1v1h-1v-1Z%22%20transform%3D%22translate%28-385%20-1804%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; }
  .product-thumbnails-wrap .slick-arrow.slick-next {
    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%20d%3D%22M844%2C1810h1v1h-1v-1Zm-1%2C1h1v1h-1v-1Zm-1%2C1h1v1h-1v-1Zm-1%2C1h1v1h-1v-1Zm-1%2C1h1v1h-1v-1Zm-1%2C1h1v1h-1v-1Zm5-6h1v1h-1v-1Zm-1-1h1v1h-1v-1Zm-1-1h1v1h-1v-1Zm-1-1h1v1h-1v-1Zm-1-1h1v1h-1v-1Zm-1-1h1v1h-1v-1Zm4%2C6h1v1h-1v-1Zm-1%2C1h1v1h-1v-1Zm-1%2C1h1v1h-1v-1Zm-1%2C1h1v1h-1v-1Zm-1%2C1h1v1h-1v-1Zm-1%2C1h1v1h-1v-1Zm5-6h1v1h-1v-1Zm-1-1h1v1h-1v-1Zm-1-1h1v1h-1v-1Zm-1-1h1v1h-1v-1Zm-1-1h1v1h-1v-1Zm-1-1h1v1h-1v-1Zm4%2C6h1v1h-1v-1Zm-1%2C1h1v1h-1v-1Zm-1%2C1h1v1h-1v-1Zm-1%2C1h1v1h-1v-1Zm-1%2C1h1v1h-1v-1Zm4-5h1v1h-1v-1Zm-1-1h1v1h-1v-1Zm-1-1h1v1h-1v-1Zm-1-1h1v1h-1v-1Zm-1-1h1v1h-1v-1Z%22%20transform%3D%22translate%28-838%20-1804%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; }
  .product-thumbnails-wrap .item {
    border: none;
    outline: none;
    padding: 0 5px;
    white-space: nowrap; }
  @media (max-width: 1023px) {
    .product-thumbnails-wrap .item {
      padding: 5px 0; } }
  @media (max-width: 639px) {
    .product-thumbnails-wrap .item {
      padding: 0 2px; } }
  .product-thumbnails-wrap .item img {
    display: inline-block;
    vertical-align: middle; }
  .product-thumbnails-wrap .item .verticalMiddle {
    width: 0;
    display: inline-block;
    vertical-align: middle;
    height: 100%; }

.product-side-right {
  padding: 20px 20px 20px 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }
  @media (max-width: 1200px) {
  .product-side-right {
    padding: 30px 20px; } }
  @media (max-width: 1023px) {
  .product-side-right {
    padding: 30px 20px 20px; } }
  @media (max-width: 479px) {
  .product-side-right {
    padding: 20px 10px 10px; } }
  @media (max-width: 1200px) {
    .product-side-right .shop2-product-information {
      display: none; } }
  .product-side-right .form-add {
    margin: 0;
    padding: 30px 0;
    border: 1px solid #f0f0f0;
    border-left: none;
    border-right: none;
    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; }
  @media (max-width: 639px) {
    .product-side-right .form-add {
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between; } }
  @media (max-width: 479px) {
    .product-side-right .form-add {
      border: none;
      padding: 0 0 20px; } }
  .product-side-right .form-add .product-amount {
    margin: 0 0 0 10px; }
    @media (max-width: 639px) {
    .product-side-right .form-add .product-amount {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 90px;
      -moz-box-flex: 0;
      -moz-flex: 0 0 90px;
      -ms-flex: 0 0 90px;
      flex: 0 0 90px; } }
    .product-side-right .form-add .product-amount .amount-title {
      display: none; }
    .product-side-right .form-add .product-amount .shop2-product-amount {
      width: auto; }
    @media (max-width: 639px) {
      .product-side-right .form-add .product-amount .shop2-product-amount {
        text-align: right; } }
    .product-side-right .form-add .product-amount .shop2-product-amount input[type="text"] {
      margin: 0;
      width: 30px;
      height: 46px;
      border: none;
      outline: none;
      color: #000;
      font-size: 12px;
      font-weight: 300;
      border-radius: 3px; }
    .product-side-right .form-add .product-amount .shop2-product-amount button {
      width: 29px;
      height: 46px; }
      @media (max-width: 1200px) {
      .product-side-right .form-add .product-amount .shop2-product-amount button {
        display: inline-block;
        vertical-align: top; } }
  .product-side-right .form-add .shop2-product-btn {
    width: 180px;
    margin: 0 0 0 10px; }
    @media (max-width: 639px) {
    .product-side-right .form-add .shop2-product-btn {
      margin: 20px 0 0;
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 40%;
      -moz-box-flex: 1;
      -moz-flex: 1 1 40%;
      -ms-flex: 1 1 40%;
      flex: 1 1 40%; }
      .product-side-right .form-add .shop2-product-btn.type-3 span {
        width: calc(100% - 48px); }
        .product-side-right .form-add .shop2-product-btn.type-3:after {
          width: 48px;
          height: 48px; }

      .product-side-right .form-add .shop2-product-btn ~ .buy-one-click {
        margin-left: 20px; } }
    @media (max-width: 479px) {
    .product-side-right .form-add .shop2-product-btn {
      width: 100%;
      margin: 20px 0 0;
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 100%;
      -moz-box-flex: 1;
      -moz-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%; }
      .product-side-right .form-add .shop2-product-btn ~ .buy-one-click {
        margin-left: 0; } }
  .product-side-right .form-add .buy-one-click {
    width: 170px;
    height: auto;
    cursor: pointer;
    line-height: 1.1;
    padding: 16px 10px;
    text-align: center;
    margin: 0 0 0 10px;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box; }
    @media (max-width: 639px) {
    .product-side-right .form-add .buy-one-click {
      margin: 20px 0 0;
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 40%;
      -moz-box-flex: 1;
      -moz-flex: 1 1 40%;
      -ms-flex: 1 1 40%;
      flex: 1 1 40%; } }
    @media (max-width: 479px) {
    .product-side-right .form-add .buy-one-click {
      width: 100%;
      margin: 8px 0 0;
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 100%;
      -moz-box-flex: 1;
      -moz-flex: 1 1 100%;
      -ms-flex: 1 1 100%;
      flex: 1 1 100%; } }
  .product-side-right .product-price-wrap {
    line-height: 1.2;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  @media (max-width: 639px) {
    .product-side-right .product-price-wrap {
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 50%;
      -moz-box-flex: 1;
      -moz-flex: 1 1 50%;
      -ms-flex: 1 1 50%;
      flex: 1 1 50%; } }
  .product-side-right .product-price-wrap .price-current {
    color: #000;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.4; }
  .product-side-right .product-price-wrap .price-old {
    color: #000;
    font-size: 13px;
    font-weight: 300;
    position: relative;
    display: inline-block; }
    .product-side-right .product-price-wrap .price-old.question {
      padding-right: 20px; }
    .product-side-right .product-price-wrap .price-old.question:after {
      right: 20px; }
    .product-side-right .product-price-wrap .price-old.question:before {
      right: 0;
      top: 50%;
      width: 16px;
      height: 16px;
      content: '?';
      display: block;
      font-size: 10px;
      margin-top: -8px;
      line-height: 15px;
      text-align: center;
      border-radius: 50%;
      position: absolute;
      font-weight: normal;
      box-sizing: border-box;
      border: 1px solid rgba(0, 0, 0, 0.1); }
    .product-side-right .product-price-wrap .price-old:after {
      left: 0;
      right: 0;
      top: 50%;
      height: 1px;
      content: '';
      display: block;
      position: absolute;
      background-color: #f00; }
  .product-side-right .action-wrap {
    padding: 10px 0;
    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-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -moz-box-shadow: 0 1px 0 #f0f0f0;
    -webkit-box-shadow: 0 1px 0 #f0f0f0;
    box-shadow: 0 1px 0 #f0f0f0; }
  @media (max-width: 479px) {
    .product-side-right .action-wrap {
      padding: 0; } }
  .product-side-right .action-wrap .product-compare {
    padding: 10px 0;
    margin: 0 30px 0 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .product-side-right .action-wrap .shop2-product-actions {
    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-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
    @media (max-width: 479px) {
    .product-side-right .action-wrap .shop2-product-actions {
      display: block; } }
    .product-side-right .action-wrap .shop2-product-actions .item-action {
      padding: 10px 0; }
    .product-side-right .action-wrap .shop2-product-actions .item-action:first-child {
      margin: 0 0 0 30px; }
      @media (max-width: 479px) {
      .product-side-right .action-wrap .shop2-product-actions .item-action:first-child {
        margin: 0; } }
  .product-side-right .product-details {
    margin: 0;
    border: none;
    padding: 30px 0 0; }
  @media (max-width: 479px) {
    .product-side-right .product-details {
      padding: 20px 0 0; } }
  .product-side-right .product-details .shop2-option-title {
    color: #000;
    font-size: 15px;
    line-height: 1.3;
    padding: 0 0 10px;
    font-weight: bold;
    font-family: 'Roboto', Arial, Helvetica, sans-serif; }
    @media (max-width: 479px) {
    .product-side-right .product-details .shop2-option-title {
      padding: 0; } }
  .product-side-right .product-details .shop2-product-options .item-option {
    padding: 12px 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
    @media (max-width: 479px) {
      .product-side-right .product-details .shop2-product-options .item-option {
        padding: 10px 0; } }
    .product-side-right .product-details .shop2-product-options .item-option.type-color .option-title {
      padding: 0 0 5px; }
    .product-side-right .product-details .shop2-product-options .option-title {
      padding: 0 0 8px; }
    .product-side-right .product-details .shop2-product-options .jq-selectbox, .product-side-right .product-details .shop2-product-options .shop2-color-ext-select, .product-side-right .product-details .shop2-product-options select {
      max-width: 210px; }

.share {
  padding: 20px; }
  @media (max-width: 1023px) {
  .share {
    padding: 20px 0 0; } }
  .share .share-header {
    color: #999;
    font-size: 12px;
    font-weight: 300; }
  .share .share-links {
    font-size: 0;
    margin: 7px -2px 0; }
  .share .share-links a {
    margin: 0 3px;
    width: 24px;
    height: 24px;
    font-size: 0;
    border-radius: 12px;
    vertical-align: top;
    display: inline-block;
    background-color: #d2d2d2;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
    .share .share-links a:hover {
      background-color: #00abf0; }
    .share .share-links a.vk:hover {
      background-color: #41658b; }
    .share .share-links a.ok:hover {
      background-color: #f4960f; }
    .share .share-links a.fb:hover {
      background-color: #38569a; }
    .share .share-links a.ml:hover {
      background-color: #2f69a1; }
    .share .share-links a.tw:hover {
      background-color: #00abf0; }
  .share .share-links img {
    max-height: 50%;
    max-width: 50%; }
/* ============== PRODUCT TAB ============== */
.shop2-product-tabs-wrap {
  margin: 0 0 25px; }
  @media (max-width: 479px) {
  .shop2-product-tabs-wrap {
    margin: 0 0 20px; } }
  .shop2-product-tabs-wrap .shop2-product-tabs-title {
    margin: 0;
    padding: 0;
    font-size: 0;
    list-style: none; }
  @media (max-width: 767px) {
    .shop2-product-tabs-wrap .shop2-product-tabs-title {
      display: none; } }
  .shop2-product-tabs-wrap .shop2-product-tabs-title li {
    color: #fff;
    font-size: 15px;
    margin: 0 1px 0 0;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px 3px 0 0;
    background-color: #ffba00;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .shop2-product-tabs-wrap .shop2-product-tabs-title li.r-tabs-state-active {
      color: #000;
      background-color: #fff;
      box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.07), inset 1px 1px 0 rgba(0, 0, 0, 0.07), 0 1px 0 #fff;
      -webkit-box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.07), inset 1px 1px 0 rgba(0, 0, 0, 0.07), 0 1px 0 #fff; }
    .shop2-product-tabs-wrap .shop2-product-tabs-title li.r-tabs-state-active a {
      color: #000; }
    .shop2-product-tabs-wrap .shop2-product-tabs-title li a {
      color: #fff;
      padding: 15px 30px;
      text-decoration: none;
      display: inline-block;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
  .shop2-product-tabs-wrap .shop2-product-tabs-body {
    display: none;
    padding: 25px 30px 30px;
    color: #888;
    font-size: 15px;
    font-weight: 300;
    background-color: #fff;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.07);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.07); }
  @media (max-width: 639px) {
    .shop2-product-tabs-wrap .shop2-product-tabs-body {
      margin: 1px 0 0;
      -moz-box-shadow: inset 0 0 0 1px #ffba00;
      -webkit-box-shadow: inset 0 0 0 1px #ffba00;
      box-shadow: inset 0 0 0 1px #ffba00; } }
  @media (max-width: 479px) {
    .shop2-product-tabs-wrap .shop2-product-tabs-body {
      padding: 15px 20px; } }
  .shop2-product-tabs-wrap .shop2-product-tabs-body.r-tabs-state-active {
    display: block; }
  .shop2-product-tabs-wrap .shop2-product-tabs-body > p {
    line-height: 1.7; }
    .shop2-product-tabs-wrap .shop2-product-tabs-body > p:first-of-type {
      margin-top: 0; }
    .shop2-product-tabs-wrap .shop2-product-tabs-body > p:last-of-type {
      margin-bottom: 0; }
  .shop2-product-tabs-wrap .r-tabs-accordion-title {
    margin: 4px 0 0;
    display: none; }
  @media (max-width: 767px) {
    .shop2-product-tabs-wrap .r-tabs-accordion-title {
      display: block; } }
  .shop2-product-tabs-wrap .r-tabs-accordion-title.r-tabs-state-active a {
    color: #000;
    display: block;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    background-color: #fff;
    border-radius: 3px 3px 0 0;
    padding: 15px 45px 15px 20px;
    -moz-box-shadow: inset 0 0 0 1px #ffba00;
    -webkit-box-shadow: inset 0 0 0 1px #ffba00;
    box-shadow: inset 0 0 0 1px #ffba00; }
    .shop2-product-tabs-wrap .r-tabs-accordion-title.r-tabs-state-active a: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%226px%22%20height%3D%224px%22%20%20viewBox%3D%220%200%206%204%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M3276%2C2927v1h-1v1h-2v-1h-1v-1h-1v-2h2v1h2v-1h2v2h-1Z%22%20transform%3D%22translate%28-3271%20-2925%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
  .shop2-product-tabs-wrap .r-tabs-accordion-title a {
    color: #fff;
    display: block;
    font-size: 15px;
    font-weight: bold;
    border-radius: 3px;
    position: relative;
    text-decoration: none;
    padding: 15px 45px 15px 20px;
    background-color: #ffba00;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
    .shop2-product-tabs-wrap .r-tabs-accordion-title a:after {
      top: 0;
      right: 0;
      bottom: 0;
      width: 46px;
      content: '';
      display: block;
      position: absolute;
      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%226px%22%20height%3D%224px%22%20%20viewBox%3D%220%200%206%204%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M3276%2C2927v1h-1v1h-2v-1h-1v-1h-1v-2h2v1h2v-1h2v2h-1Z%22%20transform%3D%22translate%28-3271%20-2925%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
/* ============= PRODUCT PARAM ============== */
.shop2-product-params .item-option {
  padding: 10px 0;
  font-size: 15px;
  font-weight: normal;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }
  @media ll and (max-width: 479px) {
    .shop2-product-params .item-option {
      font-size: 12px; } }
  .shop2-product-params .option-title {
    color: #888;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 48%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%; }
  .shop2-product-params .option-body {
    color: #000;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 48%;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%; }
/* =============== IN FOLDERS =============== */
.shop2-product-folders-title {
  color: #000;
  font-size: 15px;
  font-weight: bold;
  padding: 20px 0 10px; }

.shop2-product-folders-links {
  padding: 0;
  font-size: 14px;
  text-align: left;
  font-weight: 300;
  background-color: transparent; }
  .shop2-product-folders-links > div {
    padding: 5px 0; }
  .shop2-product-folders-links > div:last-child {
    padding-bottom: 0; }
  .shop2-product-folders-links > div a {
    color: #000;
    font-size: 12px;
    line-height: 1.2;
    padding: 5px 15px;
    border-radius: 3px;
    vertical-align: top;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-box-shadow: inset 0 0 0 1px #f0f0f0;
    -webkit-box-shadow: inset 0 0 0 1px #f0f0f0;
    box-shadow: inset 0 0 0 1px #f0f0f0; }
    .shop2-product-folders-links > div a:hover {
      color: #ffba00; }
/* =============== COLLECTION =============== */
.shop2-item-collection-title {
  padding: 0 0 25px;
  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-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }
  @media (max-width: 1023px) {
  .shop2-item-collection-title {
    display: block;
    padding: 0 0 20px;
    text-align: center; } }
  @media (max-width: 767px) {
  .shop2-item-collection-title {
    padding: 0 0 15px; } }
  @media (max-width: 479px) {
  .shop2-item-collection-title {
    padding: 0 0 10px; } }
  .shop2-item-collection-title span {
    font-size: 19px;
    color: #000;
    font-weight: bold;
    font-family: 'Roboto', Arial, Helvetica, sans-serif; }
  @media (max-width: 479px) {
    .shop2-item-collection-title span {
      font-size: 17px; } }
  .shop2-item-collection-title .shop2-collection-nav {
    margin: 0 0 0 auto; }
  .shop2-item-collection-title .shop2-collection-nav span {
    width: 19px;
    height: 20px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle; }
    .shop2-item-collection-title .shop2-collection-nav span.prev {
      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%22%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M1489%2C3990h1v1h-1v-1Zm1%2C1h1v1h-1v-1Zm1%2C1h1v1h-1v-1Zm1%2C1h1v1h-1v-1Zm1%2C1h1v1h-1v-1Zm1%2C1h1v1h-1v-1Zm-5-6h1v1h-1v-1Zm1-1h1v1h-1v-1Zm1-1h1v1h-1v-1Zm1-1h1v1h-1v-1Zm1-1h1v1h-1v-1Zm1-1h1v1h-1v-1Zm-4%2C6h1v1h-1v-1Zm1%2C1h1v1h-1v-1Zm1%2C1h1v1h-1v-1Zm1%2C1h1v1h-1v-1Zm1%2C1h1v1h-1v-1Zm1%2C1h1v1h-1v-1Zm-5-6h1v1h-1v-1Zm1-1h1v1h-1v-1Zm1-1h1v1h-1v-1Zm1-1h1v1h-1v-1Zm1-1h1v1h-1v-1Zm1-1h1v1h-1v-1Zm-4%2C6h1v1h-1v-1Zm1%2C1h1v1h-1v-1Zm1%2C1h1v1h-1v-1Zm1%2C1h1v1h-1v-1Zm1%2C1h1v1h-1v-1Zm-4-5h1v1h-1v-1Zm1-1h1v1h-1v-1Zm1-1h1v1h-1v-1Zm1-1h1v1h-1v-1Zm1-1h1v1h-1v-1Z%22%20transform%3D%22translate%28-1489%20-3984%29%22%2F%3E%3C%2Fsvg%3E") 2px 50% no-repeat; }
    .shop2-item-collection-title .shop2-collection-nav span.next {
      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%22%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M1522%2C3990h1v1h-1v-1Zm-1%2C1h1v1h-1v-1Zm-1%2C1h1v1h-1v-1Zm-1%2C1h1v1h-1v-1Zm-1%2C1h1v1h-1v-1Zm-1%2C1h1v1h-1v-1Zm5-6h1v1h-1v-1Zm-1-1h1v1h-1v-1Zm-1-1h1v1h-1v-1Zm-1-1h1v1h-1v-1Zm-1-1h1v1h-1v-1Zm-1-1h1v1h-1v-1Zm4%2C6h1v1h-1v-1Zm-1%2C1h1v1h-1v-1Zm-1%2C1h1v1h-1v-1Zm-1%2C1h1v1h-1v-1Zm-1%2C1h1v1h-1v-1Zm-1%2C1h1v1h-1v-1Zm5-6h1v1h-1v-1Zm-1-1h1v1h-1v-1Zm-1-1h1v1h-1v-1Zm-1-1h1v1h-1v-1Zm-1-1h1v1h-1v-1Zm-1-1h1v1h-1v-1Zm4%2C6h1v1h-1v-1Zm-1%2C1h1v1h-1v-1Zm-1%2C1h1v1h-1v-1Zm-1%2C1h1v1h-1v-1Zm-1%2C1h1v1h-1v-1Zm4-5h1v1h-1v-1Zm-1-1h1v1h-1v-1Zm-1-1h1v1h-1v-1Zm-1-1h1v1h-1v-1Zm-1-1h1v1h-1v-1Z%22%20transform%3D%22translate%28-1516%20-3984%29%22%2F%3E%3C%2Fsvg%3E") 10px 50% no-repeat; }
    .shop2-item-collection-title .shop2-collection-nav span.slick-disabled {
      opacity: 0.2; }

.shop2-group-kinds-wrap {
  margin: 0;
  display: block;
  line-height: 1.2; }
  @media (max-width: 479px) {
  .shop2-group-kinds-wrap {
    margin: 0 -10px; } }
  .shop2-group-kinds-wrap .slick-track {
    margin: 0; }
  .shop2-group-kinds-wrap .slick-dots {
    margin: 0;
    padding: 18px 0 0;
    list-style: none;
    text-align: center;
    background-color: #fff; }
  @media (max-width: 479px) {
    .shop2-group-kinds-wrap .slick-dots {
      padding: 10px 0 0; } }
  .shop2-group-kinds-wrap .slick-dots li {
    margin: 4px;
    display: inline-block;
    vertical-align: middle; }
    .shop2-group-kinds-wrap .slick-dots li.slick-active button {
      background: #ff4a2c; }
    .shop2-group-kinds-wrap .slick-dots li button {
      margin: 0;
      padding: 0;
      width: 8px;
      height: 8px;
      font-size: 0;
      border: none;
      outline: none;
      display: block;
      border-radius: 50%;
      background: #e1e1e1; }
  .shop2-group-kinds-wrap .shop2-item-kind {
    outline: none; }
  .shop2-group-kinds-wrap .shop2-item-kind:not(.slick-active) + .slick-active .shop2-item-kind-inner, .shop2-group-kinds-wrap .shop2-item-kind:first-child .shop2-item-kind-inner, .shop2-group-kinds-wrap .shop2-item-kind:not(.slick-active) + .slick-active form, .shop2-group-kinds-wrap .shop2-item-kind:first-child form {
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, 0.07), inset -1px -1px 0 rgba(0, 0, 0, 0.07); }
  .shop2-group-kinds-wrap .shop2-item-kind-inner, .shop2-group-kinds-wrap form {
    padding: 10px;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.07), inset -1px -1px 0 rgba(0, 0, 0, 0.07); }
  @media (max-width: 479px) {
    .shop2-group-kinds-wrap .shop2-item-kind-inner, .shop2-group-kinds-wrap form {
      padding: 8px 8px 18px; } }
  .shop2-group-kinds-wrap .kind-image {
    text-align: center; }
  .shop2-group-kinds-wrap .kind-image a {
    outline: none;
    display: inline-block;
    vertical-align: middle; }
  .shop2-group-kinds-wrap .kind-image.no-image {
    box-sizing: border-box;
    padding: 100% 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%2232px%22%20height%3D%2232px%22%20%20viewBox%3D%220%200%2032%2032%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M204%2C211H176a2%2C2%2C0%2C0%2C1-2-2V181a2%2C2%2C0%2C0%2C1%2C2-2h28a2%2C2%2C0%2C0%2C1%2C2%2C2v28A2%2C2%2C0%2C0%2C1%2C204%2C211Zm0-29a1%2C1%2C0%2C0%2C0-1-1H177a1%2C1%2C0%2C0%2C0-1%2C1v26a1%2C1%2C0%2C0%2C0%2C1%2C1h26a1%2C1%2C0%2C0%2C0%2C1-1V182Zm-11.233%2C20.678a1.128%2C1.128%2C0%2C0%2C1-1.534%2C0l-6.026-4.281-5.44%2C7.281a1.045%2C1.045%2C0%2C0%2C1-1.478-1.477l5.911-7.911a1.232%2C1.232%2C0%2C0%2C1%2C1.6%2C0l6.043%2C4.3%2C8.357-9.3a1.045%2C1.045%2C0%2C1%2C1%2C1.478%2C1.477ZM184%2C191a3%2C3%2C0%2C1%2C1%2C3-3A3%2C3%2C0%2C0%2C1%2C184%2C191Zm1-4h-2v2h2v-2Z%22%20transform%3D%22translate%28-174%20-179%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat #f0f0f0; }
  .shop2-group-kinds-wrap .kind-details {
    padding: 10px 10px 30px; }
  @media (max-width: 767px) {
    .shop2-group-kinds-wrap .kind-details {
      padding: 20px 10px 0; } }
  @media (max-width: 479px) {
    .shop2-group-kinds-wrap .kind-details {
      padding: 16px 8px 0; } }
  .shop2-group-kinds-wrap .tpl-rating-block {
    margin: 0 0 10px; }
  .shop2-group-kinds-wrap .kind-name {
    color: #000;
    font-size: 14px; }
  @media (max-width: 479px) {
    .shop2-group-kinds-wrap .kind-name {
      padding: 0 0 8px;
      font-weight: normal; } }
  .shop2-group-kinds-wrap .kind-name a {
    color: #000;
    text-decoration: none; }
  .shop2-group-kinds-wrap .kind-article {
    font-size: 12px;
    padding: 18px 0 0;
    line-height: 1.2;
    font-weight: 300;
    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-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  @media (max-width: 479px) {
    .shop2-group-kinds-wrap .kind-article {
      padding: 10px 0; } }
  .shop2-group-kinds-wrap .kind-article .article-title {
    color: #888; }
  .shop2-group-kinds-wrap .kind-article .article-body {
    color: #000; }
  .shop2-group-kinds-wrap .kind-price-wrap {
    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-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .shop2-group-kinds-wrap .kind-price {
    padding: 10px 10px 10px 0; }
  @media (max-width: 479px) {
    .shop2-group-kinds-wrap .kind-price {
      padding: 4px 10px 4px 0; } }
  .shop2-group-kinds-wrap .kind-price .price-current {
    color: #ff4a2c;
    font-size: 17px;
    font-weight: 900; }
  .shop2-group-kinds-wrap .kind-price .price-old {
    color: #000;
    font-size: 13px;
    font-weight: 300;
    position: relative;
    display: inline-block; }
    .shop2-group-kinds-wrap .kind-price .price-old.question {
      padding-right: 20px; }
    .shop2-group-kinds-wrap .kind-price .price-old.question:after {
      right: 20px; }
    .shop2-group-kinds-wrap .kind-price .price-old.question:before {
      right: 0;
      top: 43%;
      width: 16px;
      height: 16px;
      content: '?';
      display: block;
      font-size: 10px;
      margin-top: -8px;
      line-height: 15px;
      text-align: center;
      border-radius: 50%;
      position: absolute;
      font-weight: normal;
      box-sizing: border-box;
      border: 1px solid rgba(0, 0, 0, 0.1); }
    .shop2-group-kinds-wrap .kind-price .price-old:after {
      left: 0;
      right: 0;
      top: 50%;
      height: 1px;
      content: '';
      display: block;
      position: absolute;
      background-color: #f00; }
  .shop2-group-kinds-wrap .product-amount {
    padding: 10px 0; }
  @media (max-width: 479px) {
    .shop2-group-kinds-wrap .product-amount {
      padding: 6px 0; } }
  .shop2-group-kinds-wrap .product-amount .amount-title {
    display: none; }
  .shop2-group-kinds-wrap .product-amount .shop2-product-amount {
    width: 90px; }
    @media (max-width: 479px) {
    .shop2-group-kinds-wrap .product-amount .shop2-product-amount {
      width: auto; } }
  .shop2-group-kinds-wrap .product-amount input[type="text"] {
    margin: 0;
    width: 30px;
    height: 36px;
    border: none;
    outline: none;
    color: #000;
    padding: 0 5px;
    font-size: 12px;
    text-align: center;
    border-radius: 3px;
    vertical-align: top;
    box-sizing: border-box; }
    @media (max-width: 479px) {
    .shop2-group-kinds-wrap .product-amount input[type="text"] {
      width: 36px;
      margin: 0; } }
  .shop2-group-kinds-wrap .product-amount button:not([disabled]) {
    width: 29px;
    height: 36px;
    border: none;
    outline: none;
    font-size: 20px;
    background: none;
    line-height: 36px;
    border-radius: 3px;
    color: #ff4a2c;
    vertical-align: top;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    text-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
    .shop2-group-kinds-wrap .product-amount button:not([disabled]) .ui-text-shadow-copy-1 {
      visibility: visible;
      color: inherit;
      filter:  ;
      left: none - 0;
      top: 0; }
      .ie-8 .shop2-group-kinds-wrap .product-amount button:not([disabled]) .ui-text-shadow-copy-1 {
        top: 1px; }
    .shop2-group-kinds-wrap .product-amount button:not([disabled]):hover {
      background: none; }
    .shop2-group-kinds-wrap .product-amount button:not([disabled]):active {
      background: none; }
    .shop2-group-kinds-wrap .product-amount button:not([disabled]).disab {
      color: #d6d6d6; }
  .shop2-group-kinds-wrap .product-amount button[disabled] {
    color: #fff;
    width: 24px;
    height: 36px;
    border: none;
    outline: none;
    font-size: 20px;
    line-height: 36px;
    border-radius: 3px;
    background: #dcdcdc;
    vertical-align: top;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    text-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
    .shop2-group-kinds-wrap .product-amount button[disabled] .ui-text-shadow-copy-1 {
      visibility: visible;
      color: inherit;
      filter:  ;
      left: none - 0;
      top: 0; }
      .ie-8 .shop2-group-kinds-wrap .product-amount button[disabled] .ui-text-shadow-copy-1 {
        top: 1px; }
    .shop2-group-kinds-wrap .product-amount button[disabled]:hover {
      background: #dcdcdc; }
    .shop2-group-kinds-wrap .product-amount button[disabled]:active {
      background: #dcdcdc; }
  @media (max-width: 479px) {
      .shop2-group-kinds-wrap .product-amount button {
        display: none; } }
  .shop2-group-kinds-wrap .shop2-product-btn {
    margin: 5px 0 0; }
  @media (max-width: 479px) {
    .shop2-group-kinds-wrap .shop2-product-btn {
      margin: 10px 0 0; } }
  .shop2-group-kinds-wrap .shop2-product-btn span {
    color: #000; }
  @media (max-width: 479px) {
    .shop2-group-kinds-wrap .shop2-product-btn span, .shop2-group-kinds-wrap .shop2-product-btn.notavailable:hover span {
      font-size: 12px;
      padding: 11px 5px; } }

.shop2-item-collection-body {
  margin: 0 0 25px;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.07);
  box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.07); }
  @media (max-width: 1023px) {
  .shop2-item-collection-body {
    margin: 0 -12px 30px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; } }
  @media (max-width: 767px) {
  .shop2-item-collection-body {
    margin: 0 -12px 24px; } }
  @media (max-width: 479px) {
  .shop2-item-collection-body {
    margin: 0 -8px 16px; } }
  .shop2-item-collection-body .slick-track {
    margin: 0; }
  .shop2-item-collection-body .slick-dots {
    margin: 0;
    padding: 18px 0 0;
    list-style: none;
    text-align: center;
    background-color: #fff; }
  @media (max-width: 479px) {
    .shop2-item-collection-body .slick-dots {
      padding: 10px 0 0; } }
  .shop2-item-collection-body .slick-dots li {
    margin: 4px;
    display: inline-block;
    vertical-align: middle; }
    .shop2-item-collection-body .slick-dots li.slick-active button {
      background: #ff4a2c; }
    .shop2-item-collection-body .slick-dots li button {
      margin: 0;
      padding: 0;
      width: 8px;
      height: 8px;
      font-size: 0;
      border: none;
      outline: none;
      display: block;
      border-radius: 50%;
      background: #e1e1e1; }
  .shop2-item-collection-body .shop2-item-kind {
    outline: none; }
  @media (max-width: 1023px) {
    .shop2-item-collection-body .shop2-item-kind:first-child .shop2-item-kind-inner, .shop2-item-collection-body .shop2-item-kind:first-child form {
      box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.07), inset 0 -1px 0 rgba(0, 0, 0, 0.07), 1px 0 0 rgba(0, 0, 0, 0.07), -1px 0 0 rgba(0, 0, 0, 0.07); } }
  .shop2-item-collection-body .shop2-item-kind .shop2-item-kind-inner, .shop2-item-collection-body .shop2-item-kind form {
    padding: 10px;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.07), inset -1px -1px 0 rgba(0, 0, 0, 0.07); }
    @media (max-width: 1023px) {
    .shop2-item-collection-body .shop2-item-kind .shop2-item-kind-inner, .shop2-item-collection-body .shop2-item-kind form {
      box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.07), inset 0 -1px 0 rgba(0, 0, 0, 0.07), 1px 0 0 rgba(0, 0, 0, 0.07); } }
    @media (max-width: 479px) {
    .shop2-item-collection-body .shop2-item-kind .shop2-item-kind-inner, .shop2-item-collection-body .shop2-item-kind form {
      padding: 8px 8px 18px; } }
  .shop2-item-collection-body a {
    outline: none; }
  .shop2-item-collection-body .kind-image {
    text-align: center; }
  .shop2-item-collection-body .kind-image a {
    display: inline-block;
    vertical-align: middle; }
  .shop2-item-collection-body .kind-image.no-image {
    box-sizing: border-box;
    padding: 100% 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%2232px%22%20height%3D%2232px%22%20%20viewBox%3D%220%200%2032%2032%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M204%2C211H176a2%2C2%2C0%2C0%2C1-2-2V181a2%2C2%2C0%2C0%2C1%2C2-2h28a2%2C2%2C0%2C0%2C1%2C2%2C2v28A2%2C2%2C0%2C0%2C1%2C204%2C211Zm0-29a1%2C1%2C0%2C0%2C0-1-1H177a1%2C1%2C0%2C0%2C0-1%2C1v26a1%2C1%2C0%2C0%2C0%2C1%2C1h26a1%2C1%2C0%2C0%2C0%2C1-1V182Zm-11.233%2C20.678a1.128%2C1.128%2C0%2C0%2C1-1.534%2C0l-6.026-4.281-5.44%2C7.281a1.045%2C1.045%2C0%2C0%2C1-1.478-1.477l5.911-7.911a1.232%2C1.232%2C0%2C0%2C1%2C1.6%2C0l6.043%2C4.3%2C8.357-9.3a1.045%2C1.045%2C0%2C1%2C1%2C1.478%2C1.477ZM184%2C191a3%2C3%2C0%2C1%2C1%2C3-3A3%2C3%2C0%2C0%2C1%2C184%2C191Zm1-4h-2v2h2v-2Z%22%20transform%3D%22translate%28-174%20-179%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat #f0f0f0; }
  .shop2-item-collection-body .kind-details {
    padding: 20px 10px 30px; }
  @media (max-width: 767px) {
    .shop2-item-collection-body .kind-details {
      padding: 20px 10px 10px; } }
  @media (max-width: 479px) {
    .shop2-item-collection-body .kind-details {
      padding: 16px 8px 8px; } }
  .shop2-item-collection-body .tpl-rating-block {
    margin: 0 0 10px; }
  .shop2-item-collection-body .kind-name {
    color: #000;
    font-size: 14px; }
  @media (max-width: 479px) {
    .shop2-item-collection-body .kind-name {
      padding: 0 0 8px;
      font-weight: normal; } }
  .shop2-item-collection-body .kind-name a {
    color: #000;
    text-decoration: none; }
  .shop2-item-collection-body .kind-article {
    font-size: 12px;
    padding: 18px 0 0;
    line-height: 1.2;
    font-weight: 300;
    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-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  @media (max-width: 479px) {
    .shop2-item-collection-body .kind-article {
      padding: 10px 0; } }
  .shop2-item-collection-body .kind-article .article-title {
    color: #888; }
  .shop2-item-collection-body .kind-article .article-body {
    color: #000; }
  .shop2-item-collection-body .kind-price-wrap {
    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-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .shop2-item-collection-body .kind-price {
    padding: 10px 10px 10px 0; }
  @media (max-width: 479px) {
    .shop2-item-collection-body .kind-price {
      padding: 4px 10px 4px 0; } }
  .shop2-item-collection-body .kind-price .price-current {
    color: #ff4a2c;
    font-size: 17px;
    font-weight: 900; }
  .shop2-item-collection-body .kind-price .price-old {
    color: #000;
    font-size: 13px;
    font-weight: 300;
    position: relative;
    display: inline-block; }
    .shop2-item-collection-body .kind-price .price-old.question {
      padding-right: 20px; }
    .shop2-item-collection-body .kind-price .price-old.question:after {
      right: 20px; }
    .shop2-item-collection-body .kind-price .price-old.question:before {
      right: 0;
      top: 43%;
      width: 16px;
      height: 16px;
      content: '?';
      display: block;
      font-size: 10px;
      margin-top: -8px;
      line-height: 15px;
      text-align: center;
      border-radius: 50%;
      position: absolute;
      font-weight: normal;
      box-sizing: border-box;
      border: 1px solid rgba(0, 0, 0, 0.1); }
    .shop2-item-collection-body .kind-price .price-old:after {
      left: 0;
      right: 0;
      top: 50%;
      height: 1px;
      content: '';
      display: block;
      position: absolute;
      background-color: #f00; }
  .shop2-item-collection-body .product-amount {
    padding: 10px 0; }
  @media (max-width: 479px) {
    .shop2-item-collection-body .product-amount {
      padding: 6px 0; } }
  .shop2-item-collection-body .product-amount .amount-title {
    display: none; }
  .shop2-item-collection-body .product-amount .shop2-product-amount {
    width: 90px; }
    @media (max-width: 479px) {
    .shop2-item-collection-body .product-amount .shop2-product-amount {
      width: auto; } }
  .shop2-item-collection-body .product-amount input[type="text"] {
    margin: 0;
    width: 30px;
    height: 36px;
    border: none;
    outline: none;
    color: #000;
    padding: 0 5px;
    font-size: 12px;
    text-align: center;
    border-radius: 3px;
    vertical-align: top;
    box-sizing: border-box; }
    @media (max-width: 479px) {
    .shop2-item-collection-body .product-amount input[type="text"] {
      width: 36px;
      margin: 0; } }
  .shop2-item-collection-body .product-amount button:not([disabled]) {
    width: 29px;
    height: 36px;
    border: none;
    outline: none;
    font-size: 20px;
    background: none;
    line-height: 36px;
    border-radius: 3px;
    color: #ff4a2c;
    vertical-align: top;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    text-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
    .shop2-item-collection-body .product-amount button:not([disabled]) .ui-text-shadow-copy-1 {
      visibility: visible;
      color: inherit;
      filter:  ;
      left: none - 0;
      top: 0; }
      .ie-8 .shop2-item-collection-body .product-amount button:not([disabled]) .ui-text-shadow-copy-1 {
        top: 1px; }
    .shop2-item-collection-body .product-amount button:not([disabled]):hover {
      background: none; }
    .shop2-item-collection-body .product-amount button:not([disabled]):active {
      background: none; }
    .shop2-item-collection-body .product-amount button:not([disabled]).disab {
      color: #d6d6d6; }
  .shop2-item-collection-body .product-amount button[disabled] {
    color: #fff;
    width: 24px;
    height: 36px;
    border: none;
    outline: none;
    font-size: 20px;
    line-height: 36px;
    border-radius: 3px;
    background: #dcdcdc;
    vertical-align: top;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-text-shadow: none;
    -webkit-text-shadow: none;
    text-shadow: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
    .shop2-item-collection-body .product-amount button[disabled] .ui-text-shadow-copy-1 {
      visibility: visible;
      color: inherit;
      filter:  ;
      left: none - 0;
      top: 0; }
      .ie-8 .shop2-item-collection-body .product-amount button[disabled] .ui-text-shadow-copy-1 {
        top: 1px; }
    .shop2-item-collection-body .product-amount button[disabled]:hover {
      background: #dcdcdc; }
    .shop2-item-collection-body .product-amount button[disabled]:active {
      background: #dcdcdc; }
  @media (max-width: 479px) {
      .shop2-item-collection-body .product-amount button {
        display: none; } }
  .shop2-item-collection-body .shop2-product-btn {
    margin: 5px 0 0; }
  @media (max-width: 479px) {
    .shop2-item-collection-body .shop2-product-btn {
      margin: 10px 0 0; } }
  .shop2-item-collection-body .shop2-product-btn span {
    color: #000; }
  @media (max-width: 479px) {
    .shop2-item-collection-body .shop2-product-btn span, .shop2-item-collection-body .shop2-product-btn.notavailable:hover span {
      font-size: 12px;
      padding: 11px 5px; } }
/*============= RECENTLY PRODUCT =============*/
.shop2-recently-products-title {
  color: #000;
  font-size: 19px;
  padding: 0 0 25px;
  font-weight: bold;
  font-family: 'Roboto', Arial, Helvetica, sans-serif; }
  @media (max-width: 1023px) {
  .shop2-recently-products-title {
    padding: 0 0 15px;
    text-align: center; } }
  @media (max-width: 767px) {
  .shop2-recently-products-title {
    padding: 0 0 15px; } }
  @media (max-width: 479px) {
  .shop2-recently-products-title {
    font-size: 17px;
    padding: 0 0 10px; } }

.shop2-recently-products-body {
  font-size: 0;
  margin: 0 0 0 -30px;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  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; }
  @media (max-width: 1023px) {
  .shop2-recently-products-body {
    margin: 0 0 0 -12px; } }
  @media (max-width: 479px) {
  .shop2-recently-products-body {
    margin: 0; } }
  .shop2-recently-products-body .item-product {
    padding: 8px;
    background: #fff;
    margin: 0 0 15px 30px;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: calc(100% / 3 - 30px);
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.07);
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.07); }
  @media (max-width: 1023px) {
    .shop2-recently-products-body .item-product {
      margin: 0 0 12px 12px;
      width: calc(50% - 12px); } }
  @media (max-width: 479px) {
    .shop2-recently-products-body .item-product {
      width: 100%;
      margin: 0 0 8px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-align-items: center;
      align-items: center; } }
  .shop2-recently-products-body .item-image {
    width: 96px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .shop2-recently-products-body .tpl-rating-block {
    font-size: 0;
    margin: 0 0 7px; }
  .shop2-recently-products-body .tpl-rating-block .tpl-stars {
    margin: 0;
    width: 60px;
    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%2212px%22%20height%3D%2211px%22%20%20viewBox%3D%220%200%2012%2011%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23e0e0e0%22%20d%3D%22M1334%2C4668l1.98%2C3.46%2C4.02%2C0.74-2.8%2C2.88%2C0.51%2C3.92-3.71-1.68-3.71%2C1.68%2C0.51-3.92-2.8-2.88%2C4.02-.74L1334%2C4668%22%20transform%3D%22translate%28-1328%20-4668%29%22%2F%3E%3C%2Fsvg%3E") 0 50% repeat-x; }
    .shop2-recently-products-body .tpl-rating-block .tpl-stars .tpl-rating {
      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%2212px%22%20height%3D%2211px%22%20%20viewBox%3D%220%200%2012%2011%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23ffba00%22%20d%3D%22M1334%2C4668l1.98%2C3.46%2C4.02%2C0.74-2.8%2C2.88%2C0.51%2C3.92-3.71-1.68-3.71%2C1.68%2C0.51-3.92-2.8-2.88%2C4.02-.74L1334%2C4668%22%20transform%3D%22translate%28-1328%20-4668%29%22%2F%3E%3C%2Fsvg%3E") 0 50% repeat-x; }
  .shop2-recently-products-body .item-detail {
    padding: 12px 10px 12px 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  @media (max-width: 767px) {
    .shop2-recently-products-body .item-detail {
      padding: 4px 0 4px 20px; } }
  .shop2-recently-products-body .item-name {
    font-size: 13px;
    padding: 0 0 5px; }
  .shop2-recently-products-body .item-name a {
    color: #000;
    text-decoration: none; }
  .shop2-recently-products-body .item-price .price-current {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    margin: 0 15px 0 0;
    display: inline-block; }
  .shop2-recently-products-body .item-price .price-old {
    font-size: 13px;
    font-weight: 300;
    position: relative;
    display: inline-block; }
    .shop2-recently-products-body .item-price .price-old:after {
      top: 45%;
      left: -5px;
      right: -5px;
      height: 1px;
      content: '';
      display: block;
      position: absolute;
      background: #f00; }
/*================= COMMENTS =================*/
.tpl-info {
  margin: 0 0 10px;
  border: none;
  color: #010101;
  font-size: 12px;
  font-weight: 300;
  border-radius: 3px;
  padding: 6px 10px 4px;
  display: inline-block;
  background-color: rgba(255, 0, 0, 0.05);
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

.tpl-comment {
  padding: 0 0 30px;
  font-family: 'Roboto', Arial, Helvetica, sans-serif; }
  .tpl-comment .tpl-header {
    height: auto;
    line-height: 1.2;
    background: none;
    padding: 0 0 15px;
    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; }
  .tpl-comment .tpl-name {
    float: none;
    color: #000;
    font-size: 14px;
    font-weight: 900;
    font-weight: bold;
    margin: 0 20px 0 0; }
  .tpl-comment .tpl-date {
    float: none;
    font-size: 11px;
    font-weight: 300;
    margin: 0 20px 0 0; }
  .tpl-comment .tpl-stars {
    float: none;
    margin: 0 auto 2px 0;
    width: 60px;
    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%2212px%22%20height%3D%2211px%22%20%20viewBox%3D%220%200%2012%2011%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23e0e0e0%22%20d%3D%22M1334%2C4668l1.98%2C3.46%2C4.02%2C0.74-2.8%2C2.88%2C0.51%2C3.92-3.71-1.68-3.71%2C1.68%2C0.51-3.92-2.8-2.88%2C4.02-.74L1334%2C4668%22%20transform%3D%22translate%28-1328%20-4668%29%22%2F%3E%3C%2Fsvg%3E") 0 50% repeat-x; }
  .tpl-comment .tpl-stars .tpl-rating {
    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%2212px%22%20height%3D%2211px%22%20%20viewBox%3D%220%200%2012%2011%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23ffba00%22%20d%3D%22M1334%2C4668l1.98%2C3.46%2C4.02%2C0.74-2.8%2C2.88%2C0.51%2C3.92-3.71-1.68-3.71%2C1.68%2C0.51-3.92-2.8-2.88%2C4.02-.74L1334%2C4668%22%20transform%3D%22translate%28-1328%20-4668%29%22%2F%3E%3C%2Fsvg%3E") 0 50% repeat-x; }
  .tpl-comment .tpl-link {
    margin: 0;
    float: none;
    color: #000;
    font-weight: 300; }
  .tpl-comment .tpl-link span {
    display: inline-block;
    vertical-align: middle; }
  .tpl-comment .tpl-link:after {
    content: '';
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 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%2212px%22%20height%3D%2212px%22%20%20viewBox%3D%220%200%2012%2012%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23ffba00%22%20d%3D%22M1494.7%2C2515.66l-2.38-2.37a1.008%2C1.008%2C0%2C0%2C0-1.42%2C0l-3.33%2C3.33%2C0.95%2C0.95%2C3.09-3.1%2C1.9%2C1.91-3.09%2C3.09%2C0.95%2C0.95%2C3.33-3.33a0.99%2C0.99%2C0%2C0%2C0%2C.29-0.71A1.013%2C1.013%2C0%2C0%2C0%2C1494.7%2C2515.66Zm-8.32%2C7.85-1.9-1.9%2C3.09-3.09-0.95-.95-3.32%2C3.33a0.96%2C0.96%2C0%2C0%2C0-.3.71%2C1%2C1%2C0%2C0%2C0%2C.3.72l2.37%2C2.37a1%2C1%2C0%2C0%2C0%2C.71.3%2C1.022%2C1.022%2C0%2C0%2C0%2C.72-0.3l3.32-3.33-0.95-.95Zm5.11-6.06-0.95-.95-4.03%2C4.04%2C0.95%2C0.95Z%22%20transform%3D%22translate%28-1483%20-2513%29%22%2F%3E%3C%2Fsvg%3E") left top no-repeat; }
  .tpl-comment .tpl-body {
    color: #888;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.65;
    position: relative;
    padding: 14px 19px 12px;
    border: solid 1px #f0f0f0; }
  .tpl-comment .tpl-body:before {
    left: 20px;
    bottom: 100%;
    content: '';
    display: block;
    position: absolute;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 9px solid #f0f0f0; }
  .tpl-comment .tpl-body:after {
    left: 21px;
    bottom: 100%;
    content: '';
    display: block;
    position: absolute;
    border-bottom: 8px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent; }

.tpl-block-header {
  margin: 0;
  color: #000;
  font-size: 19px;
  padding: 0 0 20px;
  font-weight: bold;
  font-family: 'Roboto', Arial, Helvetica, sans-serif; }

.tpl-form.tpl-auth {
  font-family: 'Roboto', Arial, Helvetica, sans-serif; }
  .tpl-form.tpl-auth .tpl-field {
    margin: 0;
    width: 100%;
    max-width: 320px;
    padding: 0 0 20px; }
  .tpl-form.tpl-auth .tpl-field:last-child {
    padding: 20px 0 0;
    text-align: center; }
  .tpl-form.tpl-auth input[type=text], .tpl-form.tpl-auth input[type=password], .tpl-form.tpl-auth select {
    color: #000;
    width: 100%;
    height: 48px;
    outline: none;
    padding: 0 14px;
    font-size: 12px;
    font-weight: 300;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #f0f0f0;
    /* Firefox 19+ */
    /* Firefox 18- */ }
  .tpl-form.tpl-auth input[type=text]:focus, .tpl-form.tpl-auth input[type=password]:focus, .tpl-form.tpl-auth select:focus {
    border-color: #00c1f8; }
  .tpl-form.tpl-auth input[type=text] ::-webkit-input-placeholder, .tpl-form.tpl-auth input[type=password] ::-webkit-input-placeholder, .tpl-form.tpl-auth select ::-webkit-input-placeholder {
    color: #888; }
  .tpl-form.tpl-auth input[type=text] ::-moz-placeholder, .tpl-form.tpl-auth input[type=password] ::-moz-placeholder, .tpl-form.tpl-auth select ::-moz-placeholder {
    color: #888; }
  .tpl-form.tpl-auth input[type=text] :-moz-placeholder, .tpl-form.tpl-auth input[type=password] :-moz-placeholder, .tpl-form.tpl-auth select :-moz-placeholder {
    color: #888; }
  .tpl-form.tpl-auth input[type=text] :-ms-input-placeholder, .tpl-form.tpl-auth input[type=password] :-ms-input-placeholder, .tpl-form.tpl-auth select :-ms-input-placeholder {
    color: #888; }
  .tpl-form.tpl-auth input[type="checkbox"] {
    display: none; }
  .tpl-form.tpl-auth input[type="checkbox"]:checked ~ ins {
    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%229px%22%20height%3D%227px%22%20%20viewBox%3D%220%200%209%207%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M1301%2C282v1h-1v1h-1v1h-1v1h-1v1h-2v-1h-1v-1h-1v-2h2v1h2v-1h1v-1h1v-1h1v-1h2v2h-1Z%22%20transform%3D%22translate%28-1293%20-280%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat #ffba00;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .tpl-form.tpl-auth input[type="checkbox"] ~ ins {
    width: 24px;
    height: 24px;
    font-size: 0;
    margin: 0 10px 0 0;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    -moz-box-shadow: inset 0 0 0 1px #f0f0f0;
    -webkit-box-shadow: inset 0 0 0 1px #f0f0f0;
    box-shadow: inset 0 0 0 1px #f0f0f0; }
    .tpl-form.tpl-auth input[type="checkbox"] ~ ins ~ span {
      padding: 2px 0 0;
      color: #000;
      font-size: 14px;
      display: inline-block;
      vertical-align: middle; }
  .tpl-form.tpl-auth textarea {
    width: 100%;
    height: 96px;
    outline: none;
    background: #fff;
    padding: 10px 14px;
    box-sizing: border-box;
    border: 1px solid #f0f0f0; }
  .tpl-form.tpl-auth .login-button {
    width: 100%;
    max-width: 320px; }
  .tpl-form.tpl-auth .recover-password-button {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none; }
  .tpl-form.tpl-auth .recover-password-button ~ .registration-button {
    margin-left: 30px; }
  .tpl-form.tpl-auth .registration-button {
    color: #24a2db;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none; }

.tpl-form {
  width: 100%;
  font-size: 0;
  max-width: 450px; }
  .tpl-form .tpl-field {
    margin: 0 0 18px; }
  .tpl-form .tpl-field.text-field {
    width: 49%;
    margin: 0 2% 10px 0;
    display: inline-block;
    vertical-align: middle; }
    @media (max-width: 479px) {
    .tpl-form .tpl-field.text-field {
      width: 100%;
      margin: 0 0 10px; } }
    .tpl-form .tpl-field.text-field ~ .text-field {
      margin: 0 0 10px; }
  .tpl-form .tpl-field.error-field input[type="text"], .tpl-form .tpl-field.error-field input[type="password"] {
    border-color: #ff3535;
    background-color: rgba(255, 53, 53, 0.1);
    /* Firefox 19+ */
    /* Firefox 18- */ }
    .tpl-form .tpl-field.error-field input[type="text"]:focus, .tpl-form .tpl-field.error-field input[type="password"]:focus {
      border-color: #ff3535; }
    .tpl-form .tpl-field.error-field input[type="text"]::-webkit-input-placeholder, .tpl-form .tpl-field.error-field input[type="password"]::-webkit-input-placeholder {
      color: #ff3535; }
    .tpl-form .tpl-field.error-field input[type="text"]::-moz-placeholder, .tpl-form .tpl-field.error-field input[type="password"]::-moz-placeholder {
      color: #ff3535; }
    .tpl-form .tpl-field.error-field input[type="text"]:-moz-placeholder, .tpl-form .tpl-field.error-field input[type="password"]:-moz-placeholder {
      color: #ff3535; }
    .tpl-form .tpl-field.error-field input[type="text"]:-ms-input-placeholder, .tpl-form .tpl-field.error-field input[type="password"]:-ms-input-placeholder {
      color: #ff3535; }
    .tpl-form .tpl-field.error-field textarea {
      border-color: #ff3535;
      background-color: rgba(255, 53, 53, 0.1);
      /* Firefox 19+ */
      /* Firefox 18- */ }
    .tpl-form .tpl-field.error-field textarea:focus {
      border-color: #ff3535; }
    .tpl-form .tpl-field.error-field textarea::-webkit-input-placeholder {
      color: #ff3535; }
    .tpl-form .tpl-field.error-field textarea::-moz-placeholder {
      color: #ff3535; }
    .tpl-form .tpl-field.error-field textarea:-moz-placeholder {
      color: #ff3535; }
    .tpl-form .tpl-field.error-field textarea:-ms-input-placeholder {
      color: #ff3535; }
  .tpl-form .tpl-title {
    display: block;
    color: #000;
    font-size: 12px;
    font-weight: 300;
    margin: 0 0 7px; }
  .tpl-form .tpl-value {
    margin: 0; }
  .tpl-form input[type="text"], .tpl-form input[type="password"] {
    width: 100%;
    height: 48px;
    outline: none;
    padding: 0 14px;
    font-size: 12px;
    font-weight: 300;
    border-radius: 3px;
    box-sizing: border-box;
    border: solid 1px #eaeaea;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /* Firefox 19+ */
    /* Firefox 18- */ }
  .tpl-form input[type="text"]:focus, .tpl-form input[type="password"]:focus {
    border-color: #00c1f8; }
  .tpl-form input[type="text"]::-webkit-input-placeholder, .tpl-form input[type="password"]::-webkit-input-placeholder {
    color: #888; }
  .tpl-form input[type="text"]::-moz-placeholder, .tpl-form input[type="password"]::-moz-placeholder {
    color: #888; }
  .tpl-form input[type="text"]:-moz-placeholder, .tpl-form input[type="password"]:-moz-placeholder {
    color: #888; }
  .tpl-form input[type="text"]:-ms-input-placeholder, .tpl-form input[type="password"]:-ms-input-placeholder {
    color: #888; }
  .tpl-form textarea {
    width: 100%;
    height: 138px;
    resize: none;
    outline: none;
    font-size: 12px;
    font-weight: 300;
    padding: 17px 14px;
    border-radius: 3px;
    box-sizing: border-box;
    border: solid 1px #eaeaea;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /* Firefox 19+ */
    /* Firefox 18- */ }
  .tpl-form textarea:focus {
    border-color: #00c1f8; }
  .tpl-form textarea::-webkit-input-placeholder {
    color: #888; }
  .tpl-form textarea::-moz-placeholder {
    color: #888; }
  .tpl-form textarea:-moz-placeholder {
    color: #888; }
  .tpl-form textarea:-ms-input-placeholder {
    color: #888; }
  .tpl-form .tpl-stars {
    width: 85px;
    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%2217px%22%20height%3D%2216px%22%20%20viewBox%3D%220%200%2017%2016%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23e0e0e0%22%20d%3D%22M1962.49%2C3791l2.74%2C5.03%2C5.77%2C1.08-4.01%2C4.19%2C0.72%2C5.7-5.22-2.44-5.22%2C2.44%2C0.73-5.7-4.01-4.19%2C5.76-1.08%2C2.74-5.03%22%20transform%3D%22translate%28-1954%20-3791%29%22%2F%3E%3C%2Fsvg%3E") 50% repeat-x; }
  .tpl-form .tpl-stars span {
    width: 17px;
    height: 16px; }
    .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%2217px%22%20height%3D%2216px%22%20%20viewBox%3D%220%200%2017%2016%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23ffba00%22%20d%3D%22M1962.49%2C3791l2.74%2C5.03%2C5.77%2C1.08-4.01%2C4.19%2C0.72%2C5.7-5.22-2.44-5.22%2C2.44%2C0.73-5.7-4.01-4.19%2C5.76-1.08%2C2.74-5.03%22%20transform%3D%22translate%28-1954%20-3791%29%22%2F%3E%3C%2Fsvg%3E") 50% repeat-x; }
  .tpl-form .tpl-button-big {
    padding: 10px 70px 10px 30px !important;
    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%2216px%22%20%20viewBox%3D%220%200%2018%2016%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M2028.91%2C3915.06a0.3%2C0.3%2C0%2C0%2C0-.29-0.04l-17.46%2C7.8a0.247%2C0.247%2C0%2C0%2C0-.16.23%2C0.253%2C0.253%2C0%2C0%2C0%2C.15.23l4.94%2C2.33a0.307%2C0.307%2C0%2C0%2C0%2C.28-0.02l4.81-3.45-3.78%2C3.72a0.261%2C0.261%2C0%2C0%2C0-.07.2l0.37%2C4.7a0.3%2C0.3%2C0%2C0%2C0%2C.19.23%2C0.249%2C0.249%2C0%2C0%2C0%2C.08.01%2C0.288%2C0.288%2C0%2C0%2C0%2C.21-0.09l2.62-2.92%2C3.24%2C1.49a0.3%2C0.3%2C0%2C0%2C0%2C.23%2C0%2C0.294%2C0.294%2C0%2C0%2C0%2C.15-0.16l4.57-13.99A0.258%2C0.258%2C0%2C0%2C0%2C2028.91%2C3915.06Z%22%20transform%3D%22translate%28-2011%20-3915%29%22%2F%3E%3C%2Fsvg%3E") calc(50% + 49px) 50% no-repeat #ffba00; }
  @media (max-width: 479px) {
    .tpl-form .tpl-button-big {
      width: 100%;
      box-sizing: border-box; } }
  .tpl-form .tpl-button-big:hover {
    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%2216px%22%20%20viewBox%3D%220%200%2018%2016%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M2028.91%2C3915.06a0.3%2C0.3%2C0%2C0%2C0-.29-0.04l-17.46%2C7.8a0.247%2C0.247%2C0%2C0%2C0-.16.23%2C0.253%2C0.253%2C0%2C0%2C0%2C.15.23l4.94%2C2.33a0.307%2C0.307%2C0%2C0%2C0%2C.28-0.02l4.81-3.45-3.78%2C3.72a0.261%2C0.261%2C0%2C0%2C0-.07.2l0.37%2C4.7a0.3%2C0.3%2C0%2C0%2C0%2C.19.23%2C0.249%2C0.249%2C0%2C0%2C0%2C.08.01%2C0.288%2C0.288%2C0%2C0%2C0%2C.21-0.09l2.62-2.92%2C3.24%2C1.49a0.3%2C0.3%2C0%2C0%2C0%2C.23%2C0%2C0.294%2C0.294%2C0%2C0%2C0%2C.15-0.16l4.57-13.99A0.258%2C0.258%2C0%2C0%2C0%2C2028.91%2C3915.06Z%22%20transform%3D%22translate%28-2011%20-3915%29%22%2F%3E%3C%2Fsvg%3E") calc(50% + 49px) 50% no-repeat #ffc426;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .tpl-form .tpl-button-big: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%2218px%22%20height%3D%2216px%22%20%20viewBox%3D%220%200%2018%2016%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M2028.91%2C3915.06a0.3%2C0.3%2C0%2C0%2C0-.29-0.04l-17.46%2C7.8a0.247%2C0.247%2C0%2C0%2C0-.16.23%2C0.253%2C0.253%2C0%2C0%2C0%2C.15.23l4.94%2C2.33a0.307%2C0.307%2C0%2C0%2C0%2C.28-0.02l4.81-3.45-3.78%2C3.72a0.261%2C0.261%2C0%2C0%2C0-.07.2l0.37%2C4.7a0.3%2C0.3%2C0%2C0%2C0%2C.19.23%2C0.249%2C0.249%2C0%2C0%2C0%2C.08.01%2C0.288%2C0.288%2C0%2C0%2C0%2C.21-0.09l2.62-2.92%2C3.24%2C1.49a0.3%2C0.3%2C0%2C0%2C0%2C.23%2C0%2C0.294%2C0.294%2C0%2C0%2C0%2C.15-0.16l4.57-13.99A0.258%2C0.258%2C0%2C0%2C0%2C2028.91%2C3915.06Z%22%20transform%3D%22translate%28-2011%20-3915%29%22%2F%3E%3C%2Fsvg%3E") calc(50% + 49px) 50% no-repeat #e5a700;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
/*================ CART TOTAL ================*/
.cart-total-wrap {
  max-width: 525px;
  margin: 0 0 0 auto;
  padding: 25px 30px 30px;
  box-sizing: border-box;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  -moz-box-shadow: inset 0 0 0 1px #f0f0f0;
  -webkit-box-shadow: inset 0 0 0 1px #f0f0f0;
  box-shadow: inset 0 0 0 1px #f0f0f0; }
  @media (max-width: 479px) {
  .cart-total-wrap {
    padding: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; } }
  .cart-total-wrap .shop2-cart-total-title {
    color: #000;
    font-size: 19px;
    line-height: 1.4;
    font-weight: bold;
    padding: 0 0 25px; }
  @media (max-width: 479px) {
    .cart-total-wrap .shop2-cart-total-title {
      padding: 0 0 15px; } }

.shop2-cart-total {
  margin: 0;
  padding: 0;
  list-style: none; }
  .shop2-cart-total li {
    padding: 26px 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-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -moz-box-shadow: 0 -1px 0 #f0f0f0;
    -webkit-box-shadow: 0 -1px 0 #f0f0f0;
    box-shadow: 0 -1px 0 #f0f0f0; }
  @media (max-width: 479px) {
    .shop2-cart-total li {
      padding: 16px 0; } }
  .shop2-cart-total li:last-child {
    padding: 25px 0; }
    @media (max-width: 479px) {
    .shop2-cart-total li:last-child {
      padding: 24px 0; } }
    .shop2-cart-total li:last-child .title {
      color: #000;
      font-size: 15px;
      font-weight: bold; }
    .shop2-cart-total li:last-child .body {
      font-size: 18px;
      font-weight: 900; }
  .shop2-cart-total .title {
    font-size: 12px;
    font-weight: 300;
    color: #888;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%; }
  .shop2-cart-total .body {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    text-align: right;
    padding: 0 0 0 10px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 40%;
    -moz-box-flex: 1;
    -moz-flex: 1 0 40%;
    -ms-flex: 1 0 40%;
    flex: 1 0 40%; }
  .shop2-cart-total .shop2-coupon {
    height: auto;
    min-width: auto;
    text-align: left;
    position: relative;
    padding: 4px 0 26px;
    background-color: transparent;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%; }
  @media (max-width: 479px) {
    .shop2-cart-total .shop2-coupon {
      padding: 4px 0 16px; } }
  .shop2-cart-total .shop2-coupon .coupon-body {
    padding: 0;
    height: auto;
    font-size: 0; }
  .shop2-cart-total .shop2-coupon input[type="text"] {
    width: 100%;
    height: 36px;
    outline: none;
    color: #888;
    padding: 0 15px;
    font-size: 12px;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    background: #f3f3f3;
    max-width: calc(100%  - 125px); }
    @media (max-width: 479px) {
    .shop2-cart-total .shop2-coupon input[type="text"] {
      max-width: calc(100%  - 105px); } }
  .shop2-cart-total .shop2-coupon .shop2-btn {
    width: 120px;
    height: 36px;
    font-size: 13px;
    margin: 0 0 0 5px;
    display: inline-block;
    vertical-align: middle; }
    @media (max-width: 479px) {
    .shop2-cart-total .shop2-coupon .shop2-btn {
      width: 100px; } }
  .shop2-cart-total .shop2-coupon .coupon-id-list {
    padding: 10px 0;
    -moz-box-shadow: 0 1px 0 #f0f0f0;
    -webkit-box-shadow: 0 1px 0 #f0f0f0;
    box-shadow: 0 1px 0 #f0f0f0; }
    .shop2-cart-total .shop2-coupon .coupon-id-list > div {
      padding: 5px 0;
      font-size: 12px;
      color: #888; }
    .shop2-cart-total .shop2-coupon .coupon-id-list > div.item-used {
      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-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between; }
  .shop2-cart-total .shop2-coupon .coupon-delete {
    width: 20px;
    height: 20px;
    font-size: 0;
    display: block;
    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%228px%22%20height%3D%228px%22%20%20viewBox%3D%220%200%208%208%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23f00%22%20d%3D%22M1370.41%2C5815l2.12%2C2.12a0.978%2C0.978%2C0%2C0%2C1%2C0%2C1.41%2C1%2C1%2C0%2C0%2C1-1.41%2C0l-2.12-2.12-2.12%2C2.12a1.008%2C1.008%2C0%2C0%2C1-1.42%2C0%2C1%2C1%2C0%2C0%2C1%2C0-1.41l2.13-2.12-2.13-2.12a1%2C1%2C0%2C0%2C1%2C1.42-1.42l2.12%2C2.12%2C2.12-2.12a1%2C1%2C0%2C0%2C1%2C1.41%2C1.42Z%22%20transform%3D%22translate%28-1365.19%20-5811.19%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; }

.shop2-cart-registration-wrap {
  font-size: 0;
  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; }
  @media (max-width: 479px) {
  .shop2-cart-registration-wrap {
    display: block; } }
  .shop2-cart-registration-wrap a {
    margin: 0 5px;
    padding: 15px 10px;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 40%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 40%;
    -ms-flex: 1 1 40%;
    flex: 1 1 40%; }
  @media (max-width: 479px) {
    .shop2-cart-registration-wrap a {
      width: 100%;
      margin: 0; } }
  .shop2-cart-registration-wrap a:first-child {
    margin-left: 0; }
  .shop2-cart-registration-wrap a:last-child {
    margin-right: 0; }
    @media (max-width: 479px) {
    .shop2-cart-registration-wrap a:last-child {
      margin: 10px 0 0; } }

.shop2-cart-update-wrap {
  padding: 30px 0;
  text-align: right;
  -moz-box-shadow: inset 0 1px 0 #f0f0f0;
  -webkit-box-shadow: inset 0 1px 0 #f0f0f0;
  box-shadow: inset 0 1px 0 #f0f0f0; }
  @media (max-width: 1023px) {
  .shop2-cart-update-wrap {
    padding: 20px 0; } }
  @media (max-width: 479px) {
  .shop2-cart-update-wrap {
    text-align: center;
    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; } }
  .shop2-cart-update-wrap a.shop2-cart-update-btn {
    color: #000;
    font-size: 0;
    font-weight: bold;
    border-radius: 3px;
    padding: 15px 30px;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    -moz-box-shadow: inset 0 0 0 1px #ffba00;
    -webkit-box-shadow: inset 0 0 0 1px #ffba00;
    box-shadow: inset 0 0 0 1px #ffba00;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  @media (max-width: 479px) {
    .shop2-cart-update-wrap a.shop2-cart-update-btn {
      margin: 0 0 10px; } }
  .shop2-cart-update-wrap a.shop2-cart-update-btn:hover {
    background: #ffba00; }
    .shop2-cart-update-wrap a.shop2-cart-update-btn:hover: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%2214px%22%20height%3D%2216px%22%20%20viewBox%3D%220%200%2014%2016%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M97.988%2C2602.7a7.334%2C7.334%2C0%2C0%2C1-7.016%2C1.63l-0.483%2C1.66-2.5-3.29%2C4-1.88-0.462%2C1.6a5.123%2C5.123%2C0%2C0%2C0%2C4.962-1.13%2C4.435%2C4.435%2C0%2C0%2C0%2C.751-5.64l1.971-.74A6.328%2C6.328%2C0%2C0%2C1%2C97.988%2C2602.7Zm-3.537-9.12a5.123%2C5.123%2C0%2C0%2C0-4.962%2C1.13%2C4.435%2C4.435%2C0%2C0%2C0-.751%2C5.64l-1.971.74a6.327%2C6.327%2C0%2C0%2C1%2C1.223-7.79%2C7.334%2C7.334%2C0%2C0%2C1%2C7.016-1.63l0.483-1.66%2C2.5%2C3.29-4%2C1.88Z%22%20transform%3D%22translate%28-85.938%20-2590%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; }
    .shop2-cart-update-wrap a.shop2-cart-update-btn:hover span {
      color: #fff; }
  .shop2-cart-update-wrap a.shop2-cart-update-btn:active {
    background: #e5a700; }
    .shop2-cart-update-wrap a.shop2-cart-update-btn: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%2214px%22%20height%3D%2216px%22%20%20viewBox%3D%220%200%2014%2016%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M97.988%2C2602.7a7.334%2C7.334%2C0%2C0%2C1-7.016%2C1.63l-0.483%2C1.66-2.5-3.29%2C4-1.88-0.462%2C1.6a5.123%2C5.123%2C0%2C0%2C0%2C4.962-1.13%2C4.435%2C4.435%2C0%2C0%2C0%2C.751-5.64l1.971-.74A6.328%2C6.328%2C0%2C0%2C1%2C97.988%2C2602.7Zm-3.537-9.12a5.123%2C5.123%2C0%2C0%2C0-4.962%2C1.13%2C4.435%2C4.435%2C0%2C0%2C0-.751%2C5.64l-1.971.74a6.327%2C6.327%2C0%2C0%2C1%2C1.223-7.79%2C7.334%2C7.334%2C0%2C0%2C1%2C7.016-1.63l0.483-1.66%2C2.5%2C3.29-4%2C1.88Z%22%20transform%3D%22translate%28-85.938%20-2590%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; }
    .shop2-cart-update-wrap a.shop2-cart-update-btn:active span {
      color: #fff; }
  .shop2-cart-update-wrap a.shop2-cart-update-btn:after {
    content: '';
    width: 14px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    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%2216px%22%20%20viewBox%3D%220%200%2014%2016%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M97.988%2C2602.7a7.334%2C7.334%2C0%2C0%2C1-7.016%2C1.63l-0.483%2C1.66-2.5-3.29%2C4-1.88-0.462%2C1.6a5.123%2C5.123%2C0%2C0%2C0%2C4.962-1.13%2C4.435%2C4.435%2C0%2C0%2C0%2C.751-5.64l1.971-.74A6.328%2C6.328%2C0%2C0%2C1%2C97.988%2C2602.7Zm-3.537-9.12a5.123%2C5.123%2C0%2C0%2C0-4.962%2C1.13%2C4.435%2C4.435%2C0%2C0%2C0-.751%2C5.64l-1.971.74a6.327%2C6.327%2C0%2C0%2C1%2C1.223-7.79%2C7.334%2C7.334%2C0%2C0%2C1%2C7.016-1.63l0.483-1.66%2C2.5%2C3.29-4%2C1.88Z%22%20transform%3D%22translate%28-85.938%20-2590%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; }
  .shop2-cart-update-wrap a.shop2-btn {
    margin: 0 0 0 10px; }
  @media (max-width: 479px) {
    .shop2-cart-update-wrap a.shop2-btn {
      margin: 0; } }
  .shop2-cart-update-wrap span {
    color: #000;
    font-size: 15px;
    margin: 0 16px 0 0;
    display: inline-block;
    vertical-align: middle; }
/*============ CART PRODUCT TABLE ============*/
#shop2-cart {
  padding: 0 30px 30px;
  background-color: #fff;
  -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.07);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.07); }
  @media (max-width: 1023px) {
  #shop2-cart {
    padding: 0 20px 20px; } }

.shop2-cart-product-title {
  color: #000;
  padding: 28px 0;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.2;
  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; }
  @media (max-width: 1023px) {
  .shop2-cart-product-title {
    padding: 18px 0; } }
  @media (max-width: 767px) {
  .shop2-cart-product-title {
    display: none; } }
  .shop2-cart-product-title .cart-product-title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 132px;
    -moz-box-flex: 0;
    -moz-flex: 0 0 132px;
    -ms-flex: 0 0 132px;
    flex: 0 0 132px; }
  .shop2-cart-product-title .cart-product-other-title {
    padding: 0 30px;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  @media (max-width: 1023px) {
    .shop2-cart-product-title .cart-product-other-title {
      padding: 0 20px; } }
  .shop2-cart-product-title .cart-product-detail-title {
    padding: 0 20px 0 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 280px;
    -moz-box-flex: 0;
    -moz-flex: 0 1 280px;
    -ms-flex: 0 1 280px;
    flex: 0 1 280px; }
  .shop2-cart-product-title .cart-product-price-title, .shop2-cart-product-title .cart-product-amount-title {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 25%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%; }
  @media (max-width: 1023px) {
    .shop2-cart-product-title .cart-product-price-first-title {
      display: none; } }
  .shop2-cart-product-title .cart-product-delete-title {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 28px;
    -moz-box-flex: 0;
    -moz-flex: 0 1 28px;
    -ms-flex: 0 1 28px;
    flex: 0 1 28px; }

.shop2-cart-table {
  font-family: 'Roboto', Arial, Helvetica, sans-serif; }
  .shop2-cart-table .item-product {
    padding: 30px 0;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -moz-box-shadow: inset 0 1px 0 #f0f0f0;
    -webkit-box-shadow: inset 0 1px 0 #f0f0f0;
    box-shadow: inset 0 1px 0 #f0f0f0; }
  @media (max-width: 1023px) {
    .shop2-cart-table .item-product {
      padding: 20px 0; } }
  .shop2-cart-table .cart-product-image-wrap {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 132px;
    -moz-box-flex: 0;
    -moz-flex: 0 0 132px;
    -ms-flex: 0 0 132px;
    flex: 0 0 132px; }
  @media (max-width: 479px) {
    .shop2-cart-table .cart-product-image-wrap {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 96px;
      -moz-box-flex: 0;
      -moz-flex: 0 0 96px;
      -ms-flex: 0 0 96px;
      flex: 0 0 96px; } }
  .shop2-cart-table .cart-product-image-wrap .cart-product-image {
    font-size: 0; }
    .shop2-cart-table .cart-product-image-wrap .cart-product-image.no-image {
      padding: 100% 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%2232px%22%20height%3D%2232px%22%20%20viewBox%3D%220%200%2032%2032%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M204%2C211H176a2%2C2%2C0%2C0%2C1-2-2V181a2%2C2%2C0%2C0%2C1%2C2-2h28a2%2C2%2C0%2C0%2C1%2C2%2C2v28A2%2C2%2C0%2C0%2C1%2C204%2C211Zm0-29a1%2C1%2C0%2C0%2C0-1-1H177a1%2C1%2C0%2C0%2C0-1%2C1v26a1%2C1%2C0%2C0%2C0%2C1%2C1h26a1%2C1%2C0%2C0%2C0%2C1-1V182Zm-11.233%2C20.678a1.128%2C1.128%2C0%2C0%2C1-1.534%2C0l-6.026-4.281-5.44%2C7.281a1.045%2C1.045%2C0%2C0%2C1-1.478-1.477l5.911-7.911a1.232%2C1.232%2C0%2C0%2C1%2C1.6%2C0l6.043%2C4.3%2C8.357-9.3a1.045%2C1.045%2C0%2C1%2C1%2C1.478%2C1.477ZM184%2C191a3%2C3%2C0%2C1%2C1%2C3-3A3%2C3%2C0%2C0%2C1%2C184%2C191Zm1-4h-2v2h2v-2Z%22%20transform%3D%22translate%28-174%20-179%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat #f0f0f0; }
  .shop2-cart-table .cart-product-image-wrap .cart-product-action {
    color: #fff;
    font-size: 14px;
    margin: 10px 0 0;
    padding: 5px 10px;
    border-radius: 3px;
    text-align: center;
    background-color: #373737; }
    @media (max-width: 479px) {
    .shop2-cart-table .cart-product-image-wrap .cart-product-action {
      font-size: 12px;
      font-weight: 300; } }
  .shop2-cart-table .cart-product {
    padding: 0 30px;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center; }
  @media (max-width: 1023px) {
    .shop2-cart-table .cart-product {
      padding: 0 20px; } }
  @media (max-width: 767px) {
    .shop2-cart-table .cart-product {
      padding: 0 0 0 20px;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      align-items: flex-start; } }
  .shop2-cart-table .cart-product-details {
    padding: 0 20px 0 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 280px;
    -moz-box-flex: 0;
    -moz-flex: 0 1 280px;
    -ms-flex: 0 1 280px;
    flex: 0 1 280px; }
  @media (max-width: 767px) {
    .shop2-cart-table .cart-product-details {
      padding: 0;
      max-width: calc(100% - 30px);
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
      -moz-box-flex: 1;
      -moz-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; } }
  .shop2-cart-table .cart-price, .shop2-cart-table .cart-amount {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 25%;
    -moz-box-flex: 1;
    -moz-flex: 1 1 25%;
    -ms-flex: 1 1 25%;
    flex: 1 1 25%; }
  @media (max-width: 767px) {
    .shop2-cart-table .cart-price, .shop2-cart-table .cart-amount {
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      -webkit-order: 1;
      -moz-order: 1;
      -ms-flex-order: 1;
      order: 1;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; } }
  @media (max-width: 767px) {
    .shop2-cart-table .cart-amount {
      padding: 0 0 15px;
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      -webkit-order: 1;
      -moz-order: 1;
      -ms-flex-order: 1;
      order: 1;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; } }
  .shop2-cart-table .cart-amount input[type="text"] {
    width: 30px; }
  .shop2-cart-table .cart-amount button {
    width: 29px; }
  .shop2-cart-table .cart-price {
    color: #000;
    font-size: 15px;
    font-weight: bold; }
  @media (max-width: 767px) {
    .shop2-cart-table .cart-price {
      padding: 0 0 10px; } }
  @media (max-width: 1023px) {
      .shop2-cart-table .cart-price.cart-price-first {
        display: none; } }
  .shop2-cart-table .cart-price .cart-old-price {
    font-size: 13px;
    font-weight: 300;
    position: relative;
    display: inline-block; }
    .shop2-cart-table .cart-price .cart-old-price:after {
      left: 0;
      right: 0;
      top: 45%;
      height: 1px;
      content: '';
      display: block;
      position: absolute;
      background-color: #f00; }
  .shop2-cart-table .cart-delete {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -moz-box-flex: 0;
    -moz-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .shop2-cart-table .cart-delete a {
    width: 28px;
    height: 28px;
    display: block;
    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%228px%22%20height%3D%228px%22%20%20viewBox%3D%220%200%208%208%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23f00%22%20d%3D%22M1370.41%2C5815l2.12%2C2.12a0.978%2C0.978%2C0%2C0%2C1%2C0%2C1.41%2C1%2C1%2C0%2C0%2C1-1.41%2C0l-2.12-2.12-2.12%2C2.12a1.008%2C1.008%2C0%2C0%2C1-1.42%2C0%2C1%2C1%2C0%2C0%2C1%2C0-1.41l2.13-2.12-2.13-2.12a1%2C1%2C0%2C0%2C1%2C1.42-1.42l2.12%2C2.12%2C2.12-2.12a1%2C1%2C0%2C0%2C1%2C1.41%2C1.42Z%22%20transform%3D%22translate%28-1365.19%20-5811.19%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; }
    @media (max-width: 767px) {
    .shop2-cart-table .cart-delete a {
      width: 20px;
      height: 20px; } }
  .shop2-cart-table .cart-product-name {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    padding: 0 0 10px; }
  @media (max-width: 479px) {
    .shop2-cart-table .cart-product-name {
      padding: 0 0 15px; } }
  .shop2-cart-table .cart-product-name a {
    color: #000;
    text-decoration: none; }
  .shop2-cart-table .cart-product-param {
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: 300;
    list-style: none; }
  @media (max-width: 767px) {
    .shop2-cart-table .cart-product-param {
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      -webkit-order: 1;
      -moz-order: 1;
      -ms-flex-order: 1;
      order: 1;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
      -moz-box-flex: 0;
      -moz-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
      flex: 0 0 100%; } }
  .shop2-cart-table .cart-product-param > li {
    padding: 5px 0 6px;
    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; }
    @media (max-width: 479px) {
    .shop2-cart-table .cart-product-param > li {
      padding: 2px 0;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .shop2-cart-table .cart-product-param .param-title {
    color: #888;
    padding: 0 5px 0 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100px;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px; }
    @media (max-width: 479px) {
    .shop2-cart-table .cart-product-param .param-title {
      padding: 3px 5px 3px 0;
      -webkit-box-flex: 0;
      -webkit-flex: 0 1 auto;
      -moz-box-flex: 0;
      -moz-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto; } }
  .shop2-cart-table .cart-product-param .param-value {
    color: #000;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    @media (max-width: 479px) {
    .shop2-cart-table .cart-product-param .param-value {
      padding: 3px 0; } }
  .shop2-cart-table .show_ll_params {
    color: #ffba00;
    margin: 5px 0 0;
    cursor: pointer;
    font-size: 13px;
    display: inline-block; }
  @media (max-width: 767px) {
    .shop2-cart-table .show_ll_params {
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      -webkit-order: 1;
      -moz-order: 1;
      -ms-flex-order: 1;
      order: 1; } }
/*================ ORDER PAGE ================*/
.shop2-cart-auth {
  margin: 0;
  padding: 20px 30px;
  background-color: #fff; }
  @media (max-width: 767px) {
  .shop2-cart-auth {
    padding: 20px; } }

.shop2-delivery h2 {
  font-weight: bold;
  font-size: 19px;
  color: #010101;
  padding: 0 0 10px;
  border-bottom: 1px solid #f0f0f0;
  margin: 20px 0; }

form.shop2-order-options {
  margin: 0;
  background-color: #fff;
  padding: 60px 30px 30px;
  -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.07);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.07); }
  @media (max-width: 767px) {
  form.shop2-order-options {
    padding: 30px 20px 20px; } }
  form.shop2-order-options .options-list {
    margin: 0;
    padding: 0 0 20px; }
  form.shop2-order-options .jq-selectbox {
    width: 220px; }
  form.shop2-order-options .jq-selectbox .jq-selectbox__select {
    height: 48px; }
    form.shop2-order-options .jq-selectbox .jq-selectbox__select .jq-selectbox__select-text {
      height: 48px;
      line-height: 48px; }
  form.shop2-order-options #shop2-ems-calc {
    margin: 0 15px 0 0; }

.text-just {
  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-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }
  .text-just button.shop2-btn {
    padding: 0 30px; }

.shop2-order-options.shop2-delivery .option-type .option-label {
  padding: 21px 20px; }
  @media (max-width: 479px) {
  .shop2-order-options.shop2-delivery .option-type .option-label {
    padding: 15px 10px; } }

.options-list .option-type {
  border: none;
  margin: 1px 0 0;
  border-radius: 3px;
  border: none;
  -moz-box-shadow: inset 0 0 0 1px #f0f0f0;
  -webkit-box-shadow: inset 0 0 0 1px #f0f0f0;
  box-shadow: inset 0 0 0 1px #f0f0f0; }
  .options-list .option-type.active-type {
    color: #000;
    border: none;
    background-color: transparent; }
    .options-list .option-type.active-type .option-label {
      -moz-box-shadow: inset 0 -1px 0 #f0f0f0;
      -webkit-box-shadow: inset 0 -1px 0 #f0f0f0;
      box-shadow: inset 0 -1px 0 #f0f0f0; }
    .options-list .option-type.active-type .option-label.mg-styler-label--radio:before {
      border-color: #ffba00; }
    .options-list .option-type.active-type .option-details {
      overflow: visible; }
  .options-list .option-type:first-child {
    margin: 0;
    border: none; }
  .options-list .option-type .option-label {
    padding: 21px 20px; }
    @media (max-width: 479px) {
    .options-list .option-type .option-label {
      padding: 15px 10px; } }
    .options-list .option-type .option-label.mg-styler-label--radio {
      font-size: 0; }
    .options-list .option-type .option-label.mg-styler-label--radio > input {
      display: none; }
    .options-list .option-type .option-label.mg-styler-label--radio:before {
      width: 6px;
      height: 6px;
      content: '';
      border-radius: 50%;
      margin: 0 20px 0 0;
      display: inline-block;
      vertical-align: middle;
      border: 5px solid #f0f0f0;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
      @media (max-width: 479px) {
      .options-list .option-type .option-label.mg-styler-label--radio:before {
        margin: 0 10px 0 0; } }
    .options-list .option-type .option-label span {
      padding: 1px 0 0;
      color: #000;
      font-size: 15px;
      font-weight: bold;
      line-height: 1.15;
      display: inline-block;
      vertical-align: middle;
      max-width: calc(100% - 36px); }
    @media (max-width: 479px) {
      .options-list .option-type .option-label span {
        font-size: 14px; } }
  .options-list .option-type .option-details {
    padding: 20px; }
    .options-list .option-type .option-details .option-item {
      margin: 10px 0 18px; }
    .options-list .option-type .option-details .option-item:first-child {
      margin-top: 0; }
    .options-list .option-type .option-details .option-item:last-child {
      margin-bottom: 0; }
    .options-list .option-type .option-details .option-item label > span {
      color: #000;
      margin: 0 0 8px;
      font-size: 12px;
      font-weight: 300; }
  .options-list textarea {
    width: 100%;
    resize: none;
    outline: none;
    height: 120px;
    max-width: 350px;
    border-radius: 3px;
    padding: 10px 15px;
    box-sizing: border-box;
    border: solid 1px #eaeaea;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
  .options-list textarea:focus {
    border-color: #00c1f8; }
  .options-list input[type="text"], .options-list select {
    width: 100%;
    resize: none;
    outline: none;
    height: 48px;
    max-width: 220px;
    border-radius: 3px;
    padding: 0 15px;
    box-sizing: border-box;
    border: solid 1px #eaeaea;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
  .options-list input[type="text"]:focus, .options-list select:focus {
    border-color: #00c1f8; }

.order-order-wrap {
  padding: 30px;
  background-color: #fff;
  -moz-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.07);
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.07); }
  @media (max-width: 479px) {
  .order-order-wrap {
    padding: 20px; } }

.del_fiel_wrap {
  padding: 0 0 5px;
  margin: 0 0 30px;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  border-bottom: 1px solid #f0f0f0; }
  .del_fiel_wrap .item_del_fiel {
    font-size: 15px;
    font-weight: 300;
    padding: 0 0 22px; }

.shop2-order-form {
  font-family: 'Roboto', Arial, Helvetica, sans-serif; }
  .shop2-order-form .form-item {
    margin: 0;
    padding: 0 0 18px; }
  .shop2-order-form label > div {
    color: #000;
    font-size: 12px;
    font-weight: 300;
    padding: 0 0 8px; }
  .shop2-order-form textarea {
    width: 100%;
    resize: none;
    outline: none;
    height: 120px;
    font-size: 14px;
    max-width: 350px;
    font-weight: 300;
    border-radius: 3px;
    padding: 10px 15px;
    box-sizing: border-box;
    border: solid 1px #eaeaea;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
  .shop2-order-form textarea:focus {
    border-color: #00c1f8; }
  .shop2-order-form input[type="text"], .shop2-order-form select {
    width: 100%;
    resize: none;
    outline: none;
    height: 48px;
    padding: 0 15px;
    font-size: 14px;
    max-width: 350px;
    font-weight: 300;
    border-radius: 3px;
    box-sizing: border-box;
    border: solid 1px #eaeaea;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
  .shop2-order-form input[type="text"]:focus, .shop2-order-form select:focus {
    border-color: #00c1f8; }
  .shop2-order-form .form-item-submit-gr {
    max-width: 350px;
    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-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
  .shop2-order-form .form-item-submit-gr button.shop2-btn {
    padding: 0 30px; }

.order-payment-wrap {
  padding: 30px;
  font-size: 15px;
  font-weight: 300;
  background-color: #fff;
  font-family: 'Roboto', Arial, Helvetica, sans-serif; }
  @media (max-width: 479px) {
  .order-payment-wrap {
    padding: 20px; } }

.shop2-order-done-gr p {
  margin: 0; }

.shop2-order-completed {
  margin: 11px 0 0; }
  .shop2-order-completed div {
    margin: 0;
    padding: 11px 0; }
  .shop2-order-completed div:last-child {
    padding: 15px 0 0; }
  .shop2-order-completed .shop2-btn {
    padding: 15px 30px; }
/*.compare-button {
	padding: 20px;
	display: block;
	text-decoration: none;
	background-color: #fff;
	font-family: 'Roboto', $arial;
	@include flexbox;
	@include align-items(center);
	&:before {
		content: '';
		width: 15px;
		height: 14px;
		margin: 0 18px 0 0;
		@include flex(0 0 auto);
		background: url(data-image-svg(15px,14px,'<path fill="#ffba00" d="M5217,163h3v11h-3V163Zm6-3h3v14h-3V160Zm6,5h3v9h-3v-9Z" transform="translate(-5217 -160)"/>')) 50% 50% no-repeat;
	}
	div {
		color: $siteColor;
		font-size: 15px;
		font-weight: bold;
		margin: 0 auto 0 0;
		@include flex(1 1 auto);
	}
	span {
		color: #fff;
		width: 20px;
		height: 20px;
		font-size: 10px;
		line-height: 20px;
		font-weight: bold;
		border-radius: 50%;
		text-align: center;
		background-color: #232323;
		@include flex(0 0 auto);
	}
}*/
/*================ CATEGORIES ================*/
.categories-menu.desktop {
  left: 0;
  top: 100%;
  width: 270px;
  z-index: 100;
  display: none;
  position: absolute;
  background-color: #fff;
  border-radius: 0 0 3px 3px;
  -moz-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.06);
  Array }
  .categories-menu.desktop ul {
    margin: 0;
    padding: 0;
    width: 270px;
    display: none;
    list-style: none;
    position: absolute;
    background-color: #fff;
    -webkit-transition: margin 0.3s ease-in-out;
    -moz-transition: margin 0.3s ease-in-out;
    -o-transition: margin 0.3s ease-in-out;
    -ms-transition: margin 0.3s ease-in-out;
    transition: margin 0.3s ease-in-out; }
  .categories-menu.desktop ul a {
    color: #000;
    display: block;
    font-size: 13px;
    padding: 0 0 0 6px;
    position: relative;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.03);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -moz-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.07);
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.07); }
    .categories-menu.desktop ul a:hover {
      color: #ffba00; }
    .categories-menu.desktop ul a.open ins {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
    .categories-menu.desktop ul a span {
      display: block;
      font-size: 15px;
      font-weight: bold;
      padding: 21px 65px 21px 30px;
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
      -moz-box-flex: 1;
      -moz-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
    .categories-menu.desktop ul a ins {
      top: 0;
      right: 0;
      bottom: 0;
      width: 65px;
      font-size: 0;
      position: absolute;
      pointer-events: none;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 30px;
      -moz-box-flex: 0;
      -moz-flex: 0 0 30px;
      -ms-flex: 0 0 30px;
      flex: 0 0 30px;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      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%225px%22%20height%3D%228px%22%20%20viewBox%3D%220%200%205%208%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M882%2C304h1v1h1v1h1v2h-1v1h-1v1h-1v1h-2v-2h1v-1h1v-2h-1v-1h-1v-2h2v1Z%22%20transform%3D%22translate%28-880%20-303%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; }
  .categories-menu.desktop > li:first-child > a {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .categories-menu.desktop > li.hover > a {
    background-color: rgba(0, 0, 0, 0.03); }
  .categories-menu.desktop > li > a {
    color: #000;
    display: block;
    font-size: 15px;
    font-weight: bold;
    position: relative;
    text-decoration: none;
    -moz-box-shadow: inset 0 1px 0 #f0f0f0;
    -webkit-box-shadow: inset 0 1px 0 #f0f0f0;
    box-shadow: inset 0 1px 0 #f0f0f0; }
    .categories-menu.desktop > li > a.open {
      -moz-box-shadow: inset 0 1px 0 lighten($siteColor, 94.12), inset 0 -1px 0 lighten($siteColor, 94.12);
      -webkit-box-shadow: inset 0 1px 0 lighten($siteColor, 94.12), inset 0 -1px 0 lighten($siteColor, 94.12);
      box-shadow: inset 0 1px 0 lighten($siteColor, 94.12), inset 0 -1px 0 lighten($siteColor, 94.12); }
    .categories-menu.desktop > li > a.open ins {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
    .categories-menu.desktop > li > a:hover {
      background-color: rgba(0, 0, 0, 0.03); }
    .categories-menu.desktop > li > a span {
      display: block;
      padding: 21px 65px 21px 30px;
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
      -moz-box-flex: 1;
      -moz-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
    .categories-menu.desktop > li > a ins {
      top: 0;
      right: 0;
      bottom: 0;
      width: 65px;
      font-size: 0;
      position: absolute;
      pointer-events: none;
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      -webkit-order: 1;
      -moz-order: 1;
      -ms-flex-order: 1;
      order: 1;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 48px;
      -moz-box-flex: 0;
      -moz-flex: 0 0 48px;
      -ms-flex: 0 0 48px;
      flex: 0 0 48px;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      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%225px%22%20height%3D%228px%22%20%20viewBox%3D%220%200%205%208%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M882%2C304h1v1h1v1h1v2h-1v1h-1v1h-1v1h-2v-2h1v-1h1v-2h-1v-1h-1v-2h2v1Z%22%20transform%3D%22translate%28-880%20-303%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; }

.categories-menu.mobile {
  width: 100%; }
  .categories-menu.mobile ul {
    margin: 0;
    display: none;
    padding: 10px 0;
    list-style: none;
    background-color: rgba(0, 0, 0, 0.03);
    -webkit-transition: margin 0.3s ease-in-out;
    -moz-transition: margin 0.3s ease-in-out;
    -o-transition: margin 0.3s ease-in-out;
    -ms-transition: margin 0.3s ease-in-out;
    transition: margin 0.3s ease-in-out; }
  .categories-menu.mobile ul li:last-child > ul {
    margin: 10px 0 -10px; }
  .categories-menu.mobile ul a {
    color: #000;
    display: block;
    font-size: 13px;
    text-decoration: none;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .categories-menu.mobile ul a:hover {
      color: #ffba00; }
    .categories-menu.mobile ul a.open ins {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
    .categories-menu.mobile ul a span {
      display: block;
      padding: 13px 20px 11px 30px;
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
      -moz-box-flex: 1;
      -moz-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
    .categories-menu.mobile ul a ins {
      width: 30px;
      font-size: 0;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 30px;
      -moz-box-flex: 0;
      -moz-flex: 0 0 30px;
      -ms-flex: 0 0 30px;
      flex: 0 0 30px;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      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%223px%22%20height%3D%225px%22%20%20viewBox%3D%220%200%203%205%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23ffba00%22%20d%3D%22M5219.2%2C283.624h0.6v0.625h0.6v0.625h0.6v1.25h-0.6v0.625h-0.6v0.625h-0.6V288H5218v-1.25h0.6v-0.625h0.6v-1.25h-0.6v-0.625H5218V283h1.2v0.625Z%22%20transform%3D%22translate%28-5218%20-283%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; }
    .categories-menu.mobile ul a ins ~ span {
      padding: 13px 20px 11px 0; }
  .categories-menu.mobile > li:first-child > a {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .categories-menu.mobile > li > a {
    color: #000;
    display: block;
    font-size: 15px;
    font-weight: bold;
    position: relative;
    text-decoration: none;
    -moz-box-shadow: inset 0 1px 0 #f0f0f0;
    -webkit-box-shadow: inset 0 1px 0 #f0f0f0;
    box-shadow: inset 0 1px 0 #f0f0f0; }
    .categories-menu.mobile > li > a.open {
      background-color: rgba(0, 0, 0, 0.03);
      -moz-box-shadow: inset 0 1px 0 lighten($siteColor, 94.12), inset 0 -1px 0 lighten($siteColor, 94.12);
      -webkit-box-shadow: inset 0 1px 0 lighten($siteColor, 94.12), inset 0 -1px 0 lighten($siteColor, 94.12);
      box-shadow: inset 0 1px 0 lighten($siteColor, 94.12), inset 0 -1px 0 lighten($siteColor, 94.12); }
    .categories-menu.mobile > li > a.open ins {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
    .categories-menu.mobile > li > a span {
      display: block;
      padding: 21px 65px 21px 30px;
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
      -moz-box-flex: 1;
      -moz-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
    .categories-menu.mobile > li > a ins {
      top: 0;
      right: 0;
      bottom: 0;
      width: 65px;
      font-size: 0;
      position: absolute;
      -webkit-box-ordinal-group: 2;
      -moz-box-ordinal-group: 2;
      -webkit-order: 1;
      -moz-order: 1;
      -ms-flex-order: 1;
      order: 1;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 48px;
      -moz-box-flex: 0;
      -moz-flex: 0 0 48px;
      -ms-flex: 0 0 48px;
      flex: 0 0 48px;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      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%225px%22%20height%3D%228px%22%20%20viewBox%3D%220%200%205%208%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M882%2C304h1v1h1v1h1v2h-1v1h-1v1h-1v1h-2v-2h1v-1h1v-2h-1v-1h-1v-2h2v1Z%22%20transform%3D%22translate%28-880%20-303%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; }
/*=========== LOGIN / REGISTRATION ===========*/
.shop2-login-title {
  color: #fff;
  cursor: pointer;
  margin: 30px 0 0;
  padding: 22px 20px 20px;
  background-color: #ffba00;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  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; }
  .shop2-login-title span {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    margin: 0 auto 0 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -moz-box-flex: 1;
    -moz-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .shop2-login-title:before {
    content: '';
    width: 18px;
    height: 16px;
    display: block;
    margin: 0 16px 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%2218px%22%20height%3D%2216px%22%20%20viewBox%3D%220%200%2018%2016%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M5224.22%2C109.242a0.946%2C0.946%2C0%2C0%2C0%2C0%2C1.382%2C1%2C1%2C0%2C0%2C0%2C.71.287%2C1.017%2C1.017%2C0%2C0%2C0%2C.71-0.287l3.02-2.934a0.335%2C0.335%2C0%2C0%2C0%2C.07-0.071s0.01-.011.01-0.017c0.02-.019.03-0.038%2C0.05-0.06a0.015%2C0.015%2C0%2C0%2C1%2C.01-0.016c0.01-.021.03-0.043%2C0.04-0.065v-0.013a0.256%2C0.256%2C0%2C0%2C0%2C.04-0.074v-0.008l0.03-.083s0%2C0%2C.01-0.009a0.264%2C0.264%2C0%2C0%2C1%2C.02-0.083v-0.024a0.17%2C0.17%2C0%2C0%2C0%2C.01-0.071%2C0.324%2C0.324%2C0%2C0%2C0%2C.01-0.1%2C0.32%2C0.32%2C0%2C0%2C0-.01-0.1%2C0.18%2C0.18%2C0%2C0%2C0-.01-0.072v-0.022a0.27%2C0.27%2C0%2C0%2C1-.02-0.084c-0.01%2C0-.01-0.006-0.01-0.009-0.01-.029-0.02-0.056-0.03-0.082v-0.007a0.265%2C0.265%2C0%2C0%2C0-.04-0.076v-0.011c-0.01-.024-0.03-0.045-0.04-0.067a0.015%2C0.015%2C0%2C0%2C1-.01-0.016c-0.02-.02-0.03-0.04-0.05-0.06%2C0-.006-0.01-0.011-0.01-0.017a0.393%2C0.393%2C0%2C0%2C0-.07-0.072l-3.02-2.933a1.023%2C1.023%2C0%2C0%2C0-1.42%2C0%2C0.947%2C0.947%2C0%2C0%2C0%2C0%2C1.383l1.3%2C1.265h-7.51a0.979%2C0.979%2C0%2C1%2C0%2C0%2C1.956h7.51ZM5226.76%2C99a8.3%2C8.3%2C0%2C0%2C0-6.84%2C3.542%2C0.955%2C0.955%2C0%2C0%2C0%2C.28%2C1.357%2C1.016%2C1.016%2C0%2C0%2C0%2C1.39-.266%2C6.283%2C6.283%2C0%2C0%2C1%2C5.17-2.677%2C6.046%2C6.046%2C0%2C1%2C1%2C0%2C12.087%2C6.269%2C6.269%2C0%2C0%2C1-5.16-2.665%2C1.029%2C1.029%2C0%2C0%2C0-1.4-.263%2C0.963%2C0.963%2C0%2C0%2C0-.27%2C1.358%2C8.308%2C8.308%2C0%2C0%2C0%2C6.83%2C3.527A8%2C8%2C0%2C1%2C0%2C5226.76%2C99Z%22%20transform%3D%22translate%28-5217%20-99%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; }

.shop2-login-wrap {
  width: 100%;
  max-width: 420px;
  overflow: hidden;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  background-color: #f2f2f2;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1); }
  .shop2-login-wrap .form-title {
    padding: 31px 50px;
    background-color: #fff;
    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; }
  .shop2-login-wrap .form-title .title {
    color: #202020;
    font-size: 19px;
    font-weight: 900;
    line-height: 1.2; }
  .shop2-login-wrap .form-title .close {
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer;
    margin: 0 -8px 0 auto;
    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%2214px%22%20%20viewBox%3D%220%200%2014%2014%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M4096.41%2C111l5.3%2C5.3a1%2C1%2C0%2C0%2C1-1.41%2C1.415l-5.3-5.3-5.3%2C5.3a1%2C1%2C0%2C0%2C1-1.41-1.415l5.3-5.3-5.3-5.3a1%2C1%2C0%2C1%2C1%2C1.41-1.415l5.3%2C5.3%2C5.3-5.3a1%2C1%2C0%2C1%2C1%2C1.41%2C1.415Z%22%20transform%3D%22translate%28-4088%20-104%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; }
  .shop2-login-wrap form {
    padding: 0 50px;
    background-color: #fff; }
  .shop2-login-wrap form .row {
    padding: 0 0 20px; }
  .shop2-login-wrap form .shop2-btn {
    width: 100%; }
  .shop2-login-wrap form input[type="text"], .shop2-login-wrap form input[type="password"] {
    width: 100%;
    height: 48px;
    outline: none;
    font-size: 13px;
    padding: 0 19px;
    font-weight: 300;
    border-radius: 3px;
    box-sizing: border-box;
    border: solid 1px #eaeaea;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /* Firefox 19+ */
    /* Firefox 18- */ }
    .shop2-login-wrap form input[type="text"]::-webkit-input-placeholder, .shop2-login-wrap form input[type="password"]::-webkit-input-placeholder {
      color: #999; }
    .shop2-login-wrap form input[type="text"]::-moz-placeholder, .shop2-login-wrap form input[type="password"]::-moz-placeholder {
      color: #999; }
    .shop2-login-wrap form input[type="text"]:-moz-placeholder, .shop2-login-wrap form input[type="password"]:-moz-placeholder {
      color: #999; }
    .shop2-login-wrap form input[type="text"]:-ms-input-placeholder, .shop2-login-wrap form input[type="password"]:-ms-input-placeholder {
      color: #999; }
    .shop2-login-wrap form input[type="text"]:focus, .shop2-login-wrap form input[type="password"]:focus {
      border-color: #00c1f8; }
  .shop2-login-wrap .register-links {
    padding: 22px 0;
    line-height: 1.2;
    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-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around; }
  .shop2-login-wrap .register-links a {
    margin: 5px;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle; }
    .shop2-login-wrap .register-links a:nth-child(2) {
      color: #24a2db; }
  .shop2-login-wrap .g-auth__social-min {
    margin: 0 !important;
    border: none !important;
    text-align: center;
    padding: 35px 0 !important; }
  .shop2-login-wrap .g-auth__social-min .g-auth__personal-note {
    margin: 0 auto; }
/*=============== SHOP2 SEARCH ===============*/
/*.site-search-wrap {
	margin: 30px 0 0;
	padding: 15px 10px;
	position: relative;
	background-color: #fff;
	font-family: 'Roboto', $arial;
	@include flexbox;
	@include align-items(center);
	@include box-shadow(0px 2px 5px 0px rgba(0, 0, 0, 0.05));
	&.open {
		border-bottom: 1px solid lighten($siteColor, 94.12);
	}
	&:before {
		content: '';
		width: 15px;
		height: 15px;
		display: block;
		margin: 0 15px 0 10px;
		@include flex(0 0 15px);
		background: url(data-image-svg(15px,15px,'<path fill="mainColor2" d="M5231.95,854.666a0.484,0.484,0,0,0-.48-0.369,1.656,1.656,0,0,1-1.13-2.882,0.413,0.413,0,0,0,.04-0.566,7.226,7.226,0,0,0-1.19-1.2,0.418,0.418,0,0,0-.57.046,1.727,1.727,0,0,1-1.87.421,1.672,1.672,0,0,1-1.01-1.629,0.42,0.42,0,0,0-.37-0.438,7.46,7.46,0,0,0-1.69,0,0.428,0.428,0,0,0-.37.429,1.654,1.654,0,0,1-1.02,1.6,1.738,1.738,0,0,1-1.86-.423,0.422,0.422,0,0,0-.57-0.047,7.581,7.581,0,0,0-1.21,1.2,0.409,0.409,0,0,0,.05.57,1.668,1.668,0,0,1,.42,1.872,1.74,1.74,0,0,1-1.64,1.013,0.412,0.412,0,0,0-.43.369,6.948,6.948,0,0,0,0,1.705,0.488,0.488,0,0,0,.49.369,1.641,1.641,0,0,1,1.54,1.028,1.659,1.659,0,0,1-.42,1.854,0.412,0.412,0,0,0-.04.565,7.8,7.8,0,0,0,1.18,1.2,0.415,0.415,0,0,0,.57-0.046,1.733,1.733,0,0,1,1.87-.42,1.664,1.664,0,0,1,1.02,1.628,0.419,0.419,0,0,0,.37.438,7.385,7.385,0,0,0,.86.05,7.27,7.27,0,0,0,.82-0.046,0.428,0.428,0,0,0,.38-0.429,1.652,1.652,0,0,1,1.02-1.6,1.734,1.734,0,0,1,1.86.422,0.413,0.413,0,0,0,.56.048,7.609,7.609,0,0,0,1.22-1.2,0.409,0.409,0,0,0-.05-0.57,1.667,1.667,0,0,1-.42-1.871,1.686,1.686,0,0,1,1.54-1.017l0.09,0a0.425,0.425,0,0,0,.44-0.368A7.487,7.487,0,0,0,5231.95,854.666Zm-7.44,3.351a2.5,2.5,0,1,1,2.5-2.5A2.5,2.5,0,0,1,5224.51,858.017Z" transform="translate(-5217 -848)"/>')) 50% 50% no-repeat;
	}
	form {
		font-size: 0;
		@include flex(1 1 auto);
	}
	input[type="text"] {
		padding: 0;
		width: 100%;
		height: 30px;
		border: none;
		outline: none;
		color: $siteColor;
		font-size: 13px;
		display: inline-block;
		vertical-align: middle;
		box-sizing: border-box;
		max-width: calc(100% - 40px);
		
		&::-webkit-input-placeholder {color:lighten($siteColor, 53.33);}
		&::-moz-placeholder          {color:lighten($siteColor, 53.33);}
		&:-moz-placeholder           {color:lighten($siteColor, 53.33);}
		&:-ms-input-placeholder      {color:lighten($siteColor, 53.33);}
	}
	input[type="submit"] {
		margin: 0;
		padding: 0;
		width: 40px;
		height: 30px;
		border: none;
		outline: none;
		display: inline-block;
		vertical-align: middle;
		background: url(data-image-svg(20px,20px,'<path fill="#000" d="M5464.51,862.145l-4.35-4.344c-0.02-.024-0.05-0.04-0.07-0.062a8.137,8.137,0,0,0,1.35-4.518,8.219,8.219,0,1,0-3.7,6.868c0.02,0.024.04,0.051,0.06,0.075l4.35,4.344A1.67,1.67,0,0,0,5464.51,862.145Zm-11.29-3.551a5.372,5.372,0,1,1,5.37-5.373A5.369,5.369,0,0,1,5453.22,858.594Z" transform="translate(-5445 -845)"/>')) 50% 50% no-repeat;
	}
	
	.shop2-search-toggle {
		width: 32px;
		height: 30px;
		cursor: pointer;
		background: url(data-image-svg(14px,14px,'<path fill="#000" d="M4096.41,111l5.3,5.3a1,1,0,0,1-1.41,1.415l-5.3-5.3-5.3,5.3a1,1,0,0,1-1.41-1.415l5.3-5.3-5.3-5.3a1,1,0,1,1,1.41-1.415l5.3,5.3,5.3-5.3a1,1,0,1,1,1.41,1.415Z" transform="translate(-4088 -104)"/>')) 50% 50% no-repeat;
		-webkit-background-size: 12px 12px;
		background-size: 12px 12px;
		@include flex(0 0 32px);
		@include transition(all .3s ease-in-out);
		&.open {
			background: url(data-image-svg(14px,14px,'<path fill="#ff2626" d="M4096.41,111l5.3,5.3a1,1,0,0,1-1.41,1.415l-5.3-5.3-5.3,5.3a1,1,0,0,1-1.41-1.415l5.3-5.3-5.3-5.3a1,1,0,1,1,1.41-1.415l5.3,5.3,5.3-5.3a1,1,0,1,1,1.41,1.415Z" transform="translate(-4088 -104)"/>')) 50% 50% no-repeat;
			-webkit-background-size: 12px 12px;
			background-size: 12px 12px;
		}
	}
}*/
.shop2-search-wrap {
  right: 0;
  top: 100%;
  z-index: 10;
  width: 270px;
  display: none;
  position: absolute;
  background-color: #fff;
  font-family: 'Roboto', Arial, Helvetica, sans-serif; }
  .shop2-search-wrap.mobile {
    width: 280px;
    height: 100%;
    display: block;
    position: static;
    overflow-y: auto;
    text-align: left;
    -webkit-transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s; }
  .shop2-search-wrap.open {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }
  .shop2-search-wrap .row {
    -moz-box-shadow: inset 0 -1px 0 #f0f0f0;
    -webkit-box-shadow: inset 0 -1px 0 #f0f0f0;
    box-shadow: inset 0 -1px 0 #f0f0f0; }
  .shop2-search-wrap .row .row-title {
    position: relative;
    padding: 10px 40px 15px 20px; }
    .shop2-search-wrap .row .row-title.open:after {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
    .shop2-search-wrap .row .row-title:after {
      right: 20px;
      top: 50%;
      content: '';
      display: block;
      margin-top: -3px;
      position: absolute;
      border-top: 4px solid #ff4a2c;
      border-left: 3.5px solid transparent;
      border-right: 3.5px solid transparent;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
    .shop2-search-wrap .row .row-title span {
      color: #888;
      font-size: 11px;
      font-weight: 300; }
    .shop2-search-wrap .row .row-title .title-result {
      color: #000;
      font-size: 15px;
      line-height: 1.1;
      font-weight: bold;
      overflow: hidden; }
    .shop2-search-wrap .row .row-title .title-result .item-col .text {
      font-size: 15px;
      font-weight: bold; }
  .shop2-search-wrap .row .row-body {
    display: none;
    padding: 15px 20px;
    -moz-box-shadow: inset 0 1px 0 #f0f0f0;
    -webkit-box-shadow: inset 0 1px 0 #f0f0f0;
    box-shadow: inset 0 1px 0 #f0f0f0; }
    .shop2-search-wrap .row .row-body.range {
      padding: 30px 20px 20px; }
    .shop2-search-wrap .row .row-body.range label {
      float: left;
      width: 95px;
      vertical-align: top;
      display: inline-block; }
      .shop2-search-wrap .row .row-body.range label:last-child {
        float: right; }
    .shop2-search-wrap .row .row-body.range input[type="text"] {
      margin: 0;
      padding: 0;
      width: 100%;
      height: 36px;
      border: none;
      outline: none;
      color: #000;
      font-size: 13px;
      padding: 0 20px;
      font-weight: 300;
      border-radius: 3px;
      box-sizing: border-box;
      border: solid 1px #eaeaea;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      /* Firefox 19+ */
      /* Firefox 18- */ }
      .shop2-search-wrap .row .row-body.range input[type="text"]::-webkit-input-placeholder {
        color: #999; }
      .shop2-search-wrap .row .row-body.range input[type="text"]::-moz-placeholder {
        color: #999; }
      .shop2-search-wrap .row .row-body.range input[type="text"]:-moz-placeholder {
        color: #999; }
      .shop2-search-wrap .row .row-body.range input[type="text"]:-ms-input-placeholder {
        color: #999; }
      .shop2-search-wrap .row .row-body.range input[type="text"]:focus {
        border-color: #00c1f8; }
    .shop2-search-wrap .row .row-body.range .ui-widget-content {
      clear: both;
      height: 5px;
      border: none;
      position: relative;
      background: #f0f0f0;
      margin: 0 27px 30px 0;
      border-radius: 100px 0 0 100px; }
      .shop2-search-wrap .row .row-body.range .ui-widget-content:after {
        content: '';
        top: 0;
        bottom: 0;
        right: -27px;
        width: 27px;
        position: absolute;
        background: #f0f0f0;
        border-radius: 0 100px 100px 0;
        border-radius: 100px 0 0 100px; }
    .shop2-search-wrap .row .row-body.range .ui-slider-range {
      background-color: #ff4a2c; }
    .shop2-search-wrap .row .row-body.range .ui-widget-content .ui-state-default {
      top: -11px;
      width: 5px;
      height: 5px;
      outline: none;
      margin-left: 0;
      border-radius: 50%;
      background: #232323;
      border: 11px solid #fff;
      -webkit-transition: top 0.3s;
      -moz-transition: top 0.3s;
      -o-transition: top 0.3s;
      -ms-transition: top 0.3s;
      transition: top 0.3s;
      -moz-box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.11);
      -webkit-box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.11);
      box-shadow: 0px 5px 18px 0px rgba(0, 0, 0, 0.11); }
      .shop2-search-wrap .row .row-body.range .ui-widget-content .ui-state-default.ui-state-active {
        width: 9px;
        height: 9px;
        border: 9px solid #fff; }
  .shop2-search-wrap label {
    font-size: 0;
    display: block;
    padding: 5px 0; }
  .shop2-search-wrap label input[type="radio"] {
    display: none; }
    .shop2-search-wrap label input[type="radio"]:checked ~ ins {
      border-color: #ff4a2c; }
    .shop2-search-wrap label input[type="radio"] ~ ins {
      width: 6px;
      height: 6px;
      font-size: 0;
      margin: 0 12px 0 0;
      border-radius: 50%;
      background-color: #fff;
      border: 5px solid #f0f0f0;
      display: inline-block;
      vertical-align: middle;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .shop2-search-wrap label input[type="radio"] ~ ins ~ span {
      color: #000;
      font-size: 13px;
      display: inline-block;
      vertical-align: middle;
      text-transform: capitalize;
      max-width: calc(100% - 28px); }
  .shop2-search-wrap label input[type="checkbox"] {
    display: none; }
    .shop2-search-wrap label input[type="checkbox"]:checked ~ ins {
      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%229px%22%20height%3D%227px%22%20%20viewBox%3D%220%200%209%207%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M1301%2C282v1h-1v1h-1v1h-1v1h-1v1h-2v-1h-1v-1h-1v-2h2v1h2v-1h1v-1h1v-1h1v-1h2v2h-1Z%22%20transform%3D%22translate%28-1293%20-280%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat #f0f0f0; }
    .shop2-search-wrap label input[type="checkbox"] ~ ins {
      width: 24px;
      height: 24px;
      font-size: 0;
      margin: 0 12px 0 0;
      border-radius: 50%;
      display: inline-block;
      vertical-align: middle;
      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%229px%22%20height%3D%227px%22%20%20viewBox%3D%220%200%209%207%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M1301%2C282v1h-1v1h-1v1h-1v1h-1v1h-2v-1h-1v-1h-1v-2h2v1h2v-1h1v-1h1v-1h1v-1h2v2h-1Z%22%20transform%3D%22translate%28-1293%20-280%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat #ff4a2c;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
    .shop2-search-wrap label input[type="checkbox"] ~ ins ~ span {
      color: #000;
      font-size: 13px;
      display: inline-block;
      vertical-align: middle;
      text-transform: capitalize;
      max-width: calc(100% - 36px); }
  .shop2-search-wrap .more {
    color: #ff4a2c;
    font-size: 13px;
    cursor: pointer;
    margin: 10px 0 0;
    display: inline-block; }
  .shop2-search-wrap .item-col {
    font-size: 0;
    padding: 5px 0;
    cursor: pointer; }
  .shop2-search-wrap .item-col.empty {
    padding: 9px 0; }
  .shop2-search-wrap .item-col.act .text {
    color: #ff4a2c; }
  .shop2-search-wrap .item-col span {
    width: 24px;
    height: 24px;
    margin: 0 10px 0 0;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    -moz-box-shadow: 0 0 0 1px #f0f0f0;
    -webkit-box-shadow: 0 0 0 1px #f0f0f0;
    box-shadow: 0 0 0 1px #f0f0f0; }
  .shop2-search-wrap .item-col .text {
    color: #000;
    font-size: 13px;
    font-weight: 300;
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 34px); }
  .shop2-search-wrap input[type="text"] {
    width: 100%;
    height: 36px;
    outline: none;
    color: #010101;
    font-size: 13px;
    padding: 0 14px;
    font-weight: 300;
    border-radius: 3px;
    box-sizing: border-box;
    border: solid 1px #eaeaea;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    /* Firefox 19+ */
    /* Firefox 18- */ }
  .shop2-search-wrap input[type="text"]::-webkit-input-placeholder {
    color: #999; }
  .shop2-search-wrap input[type="text"]::-moz-placeholder {
    color: #999; }
  .shop2-search-wrap input[type="text"]:-moz-placeholder {
    color: #999; }
  .shop2-search-wrap input[type="text"]:-ms-input-placeholder {
    color: #999; }
  .shop2-search-wrap input[type="text"]:focus {
    border-color: #00c1f8; }
  .shop2-search-wrap .shop2-btn {
    width: 100%;
    border-radius: 0; }
/*============ BUY ONE CLICK FORM ============*/
.popup-form-wrapper {
  opacity: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  overflow-y: auto;
  pointer-events: none;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media (max-width: 479px) {
  .popup-form-wrapper {
    padding: 10px; } }
  .popup-form-wrapper:after {
    width: 0;
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle; }
  .popup-form-wrapper.open {
    opacity: 1;
    pointer-events: auto; }
  .popup-form-wrapper .tpl-anketa {
    width: 100%;
    margin: 0 auto;
    max-width: 420px;
    text-align: left;
    border-radius: 3px;
    padding: 0 50px 40px;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    background-color: #fff;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1); }
  .popup-form-wrapper .tpl-anketa .form-title {
    padding: 30px 0;
    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-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end; }
    @media (max-width: 479px) {
    .popup-form-wrapper .tpl-anketa .form-title {
      padding: 20px 0; } }
    .popup-form-wrapper .tpl-anketa .form-title.posted-title {
      padding: 40px 0 0; }
    @media (max-width: 479px) {
      .popup-form-wrapper .tpl-anketa .form-title.posted-title {
        padding: 20px 0 0; } }
    .popup-form-wrapper .tpl-anketa .form-title .title {
      color: #202020;
      font-size: 19px;
      font-weight: 900;
      line-height: 1.2;
      -webkit-box-flex: 1;
      -webkit-flex: 1 1 auto;
      -moz-box-flex: 1;
      -moz-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
    .popup-form-wrapper .tpl-anketa .form-title .close {
      width: 30px;
      height: 30px;
      display: block;
      cursor: pointer;
      margin: 0 -8px 0 auto;
      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%2214px%22%20%20viewBox%3D%220%200%2014%2014%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M4096.41%2C111l5.3%2C5.3a1%2C1%2C0%2C0%2C1-1.41%2C1.415l-5.3-5.3-5.3%2C5.3a1%2C1%2C0%2C0%2C1-1.41-1.415l5.3-5.3-5.3-5.3a1%2C1%2C0%2C1%2C1%2C1.41-1.415l5.3%2C5.3%2C5.3-5.3a1%2C1%2C0%2C1%2C1%2C1.41%2C1.415Z%22%20transform%3D%22translate%28-4088%20-104%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
      -moz-box-flex: 0;
      -moz-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
  .popup-form-wrapper .tpl-anketa .field-title {
    color: #000;
    font-size: 12px;
    margin: 0 0 5px; }
  .popup-form-wrapper .tpl-anketa .tpl-field {
    padding: 0 0 20px; }
    .popup-form-wrapper .tpl-anketa .tpl-field.tpl-field-button {
      padding: 0; }
    .popup-form-wrapper .tpl-anketa .tpl-field.field-error input[type="text"], .popup-form-wrapper .tpl-anketa .tpl-field.field-error input[type="phone"], .popup-form-wrapper .tpl-anketa .tpl-field.field-error textarea {
      border-color: #ff3535;
      background-color: rgba(255, 53, 53, 0.1); }
      .popup-form-wrapper .tpl-anketa .tpl-field.field-error input[type="text"]:focus, .popup-form-wrapper .tpl-anketa .tpl-field.field-error input[type="phone"]:focus, .popup-form-wrapper .tpl-anketa .tpl-field.field-error textarea:focus {
        border-color: #ff3535; }
      .popup-form-wrapper .tpl-anketa .tpl-field.field-error input[type="text"]::-webkit-input-placeholder, .popup-form-wrapper .tpl-anketa .tpl-field.field-error input[type="phone"]::-webkit-input-placeholder, .popup-form-wrapper .tpl-anketa .tpl-field.field-error textarea::-webkit-input-placeholder {
        color: #ff3535; }
      .popup-form-wrapper .tpl-anketa .tpl-field.field-error input[type="text"]::-moz-placeholder, .popup-form-wrapper .tpl-anketa .tpl-field.field-error input[type="phone"]::-moz-placeholder, .popup-form-wrapper .tpl-anketa .tpl-field.field-error textarea::-moz-placeholder {
        color: #ff3535; }
      .popup-form-wrapper .tpl-anketa .tpl-field.field-error input[type="text"]:-moz-placeholder, .popup-form-wrapper .tpl-anketa .tpl-field.field-error input[type="phone"]:-moz-placeholder, .popup-form-wrapper .tpl-anketa .tpl-field.field-error textarea:-moz-placeholder {
        color: #ff3535; }
      .popup-form-wrapper .tpl-anketa .tpl-field.field-error input[type="text"]:-ms-input-placeholder, .popup-form-wrapper .tpl-anketa .tpl-field.field-error input[type="phone"]:-ms-input-placeholder, .popup-form-wrapper .tpl-anketa .tpl-field.field-error textarea:-ms-input-placeholder {
        color: #ff3535; }
    .popup-form-wrapper .tpl-anketa .tpl-field.type-calendar_interval .field-value {
      font-size: 0; }
    .popup-form-wrapper .tpl-anketa .tpl-field.type-calendar_interval label {
      width: 49%;
      margin: 0 2% 0 0;
      vertical-align: top;
      display: inline-block; }
      .popup-form-wrapper .tpl-anketa .tpl-field.type-calendar_interval label:nth-of-type(2) {
        margin: 0; }
  .popup-form-wrapper .tpl-anketa ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .popup-form-wrapper .tpl-anketa ul label {
      font-size: 0;
      display: block;
      padding: 5px 0; }
    .popup-form-wrapper .tpl-anketa ul input {
      display: none; }
    .popup-form-wrapper .tpl-anketa ul input[type="radio"] ~ ins {
      width: 6px;
      height: 6px;
      font-size: 0;
      border-radius: 50%;
      display: inline-block;
      vertical-align: middle;
      background-color: #fff;
      border: 6px solid #f0f0f0;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .popup-form-wrapper .tpl-anketa ul input[type="radio"]:checked ~ ins {
        border-color: #ffba00; }
    .popup-form-wrapper .tpl-anketa ul input[type="checkbox"] ~ ins {
      width: 18px;
      height: 18px;
      font-size: 0;
      border-radius: 50%;
      display: inline-block;
      vertical-align: middle;
      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%229px%22%20height%3D%227px%22%20%20viewBox%3D%220%200%209%207%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M139%2C566v1h-1v1h-1v1h-1v1h-1v1h-2v-1h-1v-1h-1v-2h2v1h2v-1h1v-1h1v-1h1v-1h2v2h-1Z%22%20transform%3D%22translate%28-131%20-564%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat #f0f0f0;
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .popup-form-wrapper .tpl-anketa ul input[type="checkbox"]:checked ~ ins {
        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%229px%22%20height%3D%227px%22%20%20viewBox%3D%220%200%209%207%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M139%2C566v1h-1v1h-1v1h-1v1h-1v1h-2v-1h-1v-1h-1v-2h2v1h2v-1h1v-1h1v-1h1v-1h2v2h-1Z%22%20transform%3D%22translate%28-131%20-564%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat #ffba00; }
    .popup-form-wrapper .tpl-anketa ul span {
      color: #010101;
      font-size: 13px;
      font-weight: 300;
      padding: 2px 0 0;
      margin: 0 0 0 12px;
      display: inline-block;
      vertical-align: middle;
      max-width: calc(100% - 30px); }
  .popup-form-wrapper .tpl-anketa .jq-selectbox .jq-selectbox__select {
    height: 48px; }
    .popup-form-wrapper .tpl-anketa .jq-selectbox .jq-selectbox__select .jq-selectbox__select-text {
      height: 48px;
      line-height: 48px; }
  .popup-form-wrapper .tpl-anketa select[multiple] {
    width: 100%;
    outline: none;
    color: #010101;
    font-size: 13px;
    padding: 0 14px;
    font-weight: 300;
    border-radius: 3px;
    box-sizing: border-box;
    border: solid 1px #eaeaea;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .popup-form-wrapper .tpl-anketa select[multiple]::-webkit-input-placeholder {
      color: #999; }
    .popup-form-wrapper .tpl-anketa select[multiple]::-moz-placeholder {
      color: #999; }
    .popup-form-wrapper .tpl-anketa select[multiple]:-moz-placeholder {
      color: #999; }
    .popup-form-wrapper .tpl-anketa select[multiple]:-ms-input-placeholder {
      color: #999; }
    .popup-form-wrapper .tpl-anketa select[multiple]:focus {
      border-color: #00c1f8; }
  .popup-form-wrapper .tpl-anketa input[type="text"], .popup-form-wrapper .tpl-anketa input[type="phone"], .popup-form-wrapper .tpl-anketa select:not([multiple]) {
    width: 100%;
    height: 48px;
    outline: none;
    color: #010101;
    font-size: 13px;
    padding: 0 14px;
    font-weight: 300;
    border-radius: 3px;
    box-sizing: border-box;
    border: solid 1px #eaeaea;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .popup-form-wrapper .tpl-anketa input[type="text"]::-webkit-input-placeholder, .popup-form-wrapper .tpl-anketa input[type="phone"]::-webkit-input-placeholder, .popup-form-wrapper .tpl-anketa select:not([multiple])::-webkit-input-placeholder {
      color: #999; }
    .popup-form-wrapper .tpl-anketa input[type="text"]::-moz-placeholder, .popup-form-wrapper .tpl-anketa input[type="phone"]::-moz-placeholder, .popup-form-wrapper .tpl-anketa select:not([multiple])::-moz-placeholder {
      color: #999; }
    .popup-form-wrapper .tpl-anketa input[type="text"]:-moz-placeholder, .popup-form-wrapper .tpl-anketa input[type="phone"]:-moz-placeholder, .popup-form-wrapper .tpl-anketa select:not([multiple]):-moz-placeholder {
      color: #999; }
    .popup-form-wrapper .tpl-anketa input[type="text"]:-ms-input-placeholder, .popup-form-wrapper .tpl-anketa input[type="phone"]:-ms-input-placeholder, .popup-form-wrapper .tpl-anketa select:not([multiple]):-ms-input-placeholder {
      color: #999; }
    .popup-form-wrapper .tpl-anketa input[type="text"]:focus, .popup-form-wrapper .tpl-anketa input[type="phone"]:focus, .popup-form-wrapper .tpl-anketa select:not([multiple]):focus {
      border-color: #00c1f8; }
  .popup-form-wrapper .tpl-anketa textarea {
    width: 100%;
    resize: none;
    height: 118px;
    outline: none;
    color: #010101;
    font-size: 13px;
    padding: 17px 14px;
    font-weight: 300;
    border-radius: 3px;
    box-sizing: border-box;
    border: solid 1px #eaeaea;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .popup-form-wrapper .tpl-anketa textarea::-webkit-input-placeholder {
      color: #999; }
    .popup-form-wrapper .tpl-anketa textarea::-moz-placeholder {
      color: #999; }
    .popup-form-wrapper .tpl-anketa textarea:-moz-placeholder {
      color: #999; }
    .popup-form-wrapper .tpl-anketa textarea:-ms-input-placeholder {
      color: #999; }
    .popup-form-wrapper .tpl-anketa textarea:focus {
      border-color: #00c1f8; }
  .popup-form-wrapper .tpl-anketa button {
    width: 100%; }
/*=========== WARNING INFORMATIONS ===========*/
.shop2-warning {
  margin: 0;
  border: none;
  color: #010101;
  font-size: 14px;
  min-height: auto;
  font-weight: 300;
  background: #fff;
  padding: 30px 30px 0;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
  @media (max-width: 479px) {
  .shop2-warning {
    padding: 20px 20px 0; } }
  .shop2-warning ul, .shop2-warning .err-list {
    margin: 0;
    list-style: none;
    padding: 20px 30px;
    border-radius: 3px;
    background-color: rgba(255, 0, 0, 0.05); }
  .shop2-warning ul li, .shop2-warning .err-list li {
    position: relative;
    padding: 7px 0 6px 20px; }
    .shop2-warning ul li:before, .shop2-warning .err-list li:before {
      left: 0;
      top: 50%;
      width: 3px;
      height: 3px;
      content: '';
      display: block;
      margin-top: -2px;
      position: absolute;
      background-color: #ff4343; }

#shop2-msg {
  width: 160px;
  border: none;
  font-size: 13px;
  line-height: 1.7;
  text-align: left;
  padding: 5px 15px;
  color: #000;
  text-align: center;
  box-sizing: border-box;
  background-color: #fff;
  -moz-box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 8px 21px 0px rgba(0, 0, 0, 0.18); }
/*================== STYLER ==================*/
.shop2-color-ext-select {
  width: 100%;
  height: 36px;
  background: #fff;
  border-radius: 3px;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  border: 1px solid #eaeaea;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .shop2-color-ext-select.open {
    border-color: #ffba00; }
  .shop2-color-ext-select.open i {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none; }
  .shop2-color-ext-select i {
    top: 0;
    right: 0;
    margin: 0;
    z-index: 2;
    border: none;
    width: 36px;
    height: 100%;
    font-size: 0;
    line-height: 0;
    position: absolute;
    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%226px%22%20height%3D%224px%22%20%20viewBox%3D%220%200%206%204%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M4214%2C957v-1h-1v-1h-2v1h-1v1h-1v2h2v-1h2v1h2v-2h-1Z%22%20transform%3D%22translate%28-4209%20-955%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .shop2-color-ext-select .shop2-color-ext-options {
    background: none !important; }
  .shop2-color-ext-select .shop2-color-ext-options li {
    padding: 0 36px 0 0 !important;
    background: none !important;
    height: 34px; }
  .shop2-color-ext-select .shop2-color-ext-options span {
    float: none !important;
    border: none !important;
    display: inline-block !important;
    width: 24px !important;
    padding: 0 !important;
    height: 24px !important;
    margin: 5px 10px !important;
    vertical-align: middle !important;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 50%; }
  .shop2-color-ext-select .shop2-color-ext-options div {
    margin: 0;
    font-size: 12px;
    overflow: hidden;
    font-weight: 300;
    line-height: 34px;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
    text-overflow: ellipsis;
    max-width: calc(100% - 44px); }

#shop2-color-ext-select {
  margin: 0;
  padding: 0;
  z-index: 1000;
  display: none;
  overflow: hidden;
  background: #fff;
  position: absolute;
  border-radius: 3px;
  border: 1px solid #ffba00;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }
  #shop2-color-ext-select li {
    height: auto;
    padding: 8px 10px !important; }
  #shop2-color-ext-select li:hover {
    background-color: #f0f0f0 !important; }
  #shop2-color-ext-select .shop2-color-ext-selected span {
    outline: none;
    -moz-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1); }
  #shop2-color-ext-select .shop2-color-ext-options {
    font-size: 0; }
  #shop2-color-ext-select .shop2-color-ext-options div {
    margin: 0;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.2;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
    max-width: calc(100% - 34px); }
  #shop2-color-ext-select .shop2-color-ext-options span {
    float: none;
    border: none;
    height: 24px;
    margin: 0 10px 0 0;
    border-radius: 50%;
    padding: 0 !important;
    width: 24px !important;
    display: inline-block;
    vertical-align: middle;
    background-position: 50% 50%;
    background-size: contain;
    background-repeat: no-repeat; }
/* ================ SELECT ================ */
.jq-selectbox {
  width: 100%; }
  .jq-selectbox.opened .jq-selectbox__select {
    -moz-box-shadow: inset 0 0 0 1px #ffba00;
    -webkit-box-shadow: inset 0 0 0 1px #ffba00;
    box-shadow: inset 0 0 0 1px #ffba00; }
    .jq-selectbox.opened .jq-selectbox__select .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
      -webkit-transform: none;
      -moz-transform: none;
      -ms-transform: none;
      -o-transform: none;
      transform: none; }
  .jq-selectbox.changed .jq-selectbox__select .jq-selectbox__select-text {
    color: #010101; }
  .jq-selectbox.dropdown .jq-selectbox__dropdown {
    margin-top: 1px; }
  .jq-selectbox.dropup .jq-selectbox__dropdown {
    margin-bottom: 1px; }
  .jq-selectbox .jq-selectbox__select {
    height: 36px;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    -moz-box-shadow: inset 0 0 0 1px #eaeaea;
    -webkit-box-shadow: inset 0 0 0 1px #eaeaea;
    box-shadow: inset 0 0 0 1px #eaeaea; }
  .jq-selectbox .jq-selectbox__select .jq-selectbox__select-text {
    color: #999;
    height: 36px;
    font-size: 13px;
    line-height: 36px;
    padding: 0 0 0 20px;
    box-sizing: border-box;
    width: calc(100% - 36px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
    @media (max-width: 639px) {
    .jq-selectbox .jq-selectbox__select .jq-selectbox__select-text {
      padding: 0 0 0 10px; } }
  .jq-selectbox .jq-selectbox__select .jq-selectbox__trigger {
    top: 0;
    right: 0;
    width: 36px;
    height: 100%;
    position: absolute; }
    .jq-selectbox .jq-selectbox__select .jq-selectbox__trigger .jq-selectbox__trigger-arrow {
      width: 100%;
      height: 100%;
      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%226px%22%20height%3D%224px%22%20%20viewBox%3D%220%200%206%204%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20d%3D%22M4214%2C957v-1h-1v-1h-2v1h-1v1h-1v2h2v-1h2v1h2v-2h-1Z%22%20transform%3D%22translate%28-4209%20-955%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
  .jq-selectbox .jq-selectbox__dropdown {
    width: 100%;
    margin-top: 1px;
    border-radius: 3px;
    background-color: #fff;
    -moz-box-shadow: inset 0 0 0 1px #ffba00;
    -webkit-box-shadow: inset 0 0 0 1px #ffba00;
    box-shadow: inset 0 0 0 1px #ffba00; }
  .jq-selectbox .jq-selectbox__dropdown ul {
    margin: 0;
    padding: 0;
    list-style: none;
    max-height: 200px; }
    .jq-selectbox .jq-selectbox__dropdown ul li {
      color: #000;
      font-size: 13px;
      line-height: 1.3;
      font-weight: 300;
      padding: 10px 20px;
      font-family: 'Roboto', Arial, Helvetica, sans-serif; }
/* ============= RAITING STAR ============= */
.tpl-stars {
  width: 60px;
  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%2212px%22%20height%3D%2211px%22%20%20viewBox%3D%220%200%2012%2011%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23e0e0e0%22%20d%3D%22M139%2C339l1.977%2C3.456L145%2C343.2l-2.8%2C2.881L142.707%2C350%2C139%2C348.323%2C135.292%2C350l0.508-3.917L133%2C343.2l4.021-.745L139%2C339%22%20transform%3D%22translate%28-133%20-339%29%22%2F%3E%3C%2Fsvg%3E") left top repeat-x; }
  .tpl-stars .tpl-rating {
    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%2212px%22%20height%3D%2211px%22%20%20viewBox%3D%220%200%2012%2011%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23ffba00%22%20d%3D%22M139%2C339l1.977%2C3.456L145%2C343.2l-2.8%2C2.881L142.707%2C350%2C139%2C348.323%2C135.292%2C350l0.508-3.917L133%2C343.2l4.021-.745L139%2C339%22%20transform%3D%22translate%28-133%20-339%29%22%2F%3E%3C%2Fsvg%3E") left top repeat-x; }

.shop2-color-pick li.active-color {
  border-radius: 50%; }
  .shop2-color-pick li.active-color span {
    border-radius: 50%; }
/* =============== PAGELIST =============== */
.shop2-pagelist {
  margin: 0;
  padding: 60px 0 0; }
  @media (max-width: 1023px) {
  .shop2-pagelist {
    padding: 36px 0 0; } }
  @media (max-width: 479px) {
  .shop2-pagelist {
    padding: 24px 0 0; } }
  .shop2-pagelist li {
    border: none;
    margin: 0; }
  .shop2-pagelist li.page-first, .shop2-pagelist li.page-last, .shop2-pagelist li.page-prev, .shop2-pagelist li.page-next {
    margin: 0 2px; }
    .shop2-pagelist li.page-first a, .shop2-pagelist li.page-last a, .shop2-pagelist li.page-prev a, .shop2-pagelist li.page-next a {
      width: 36px;
      height: 36px;
      border-radius: 3px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s; }
  .shop2-pagelist li.page-first a {
    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%2210px%22%20%20viewBox%3D%220%200%2012%2010%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M1183%2C2717v-1h1v-1h1v-1h1v-1h2v2h-1v1h-1v1h-1v2h1v1h1v1h1v2h-2v-1h-1v-1h-1v-1h-1v-1h-1v-2h1Zm-6%2C0v-1h1v-1h1v-1h1v-1h2v2h-1v1h-1v1h-1v2h1v1h1v1h1v2h-2v-1h-1v-1h-1v-1h-1v-1h-1v-2h1Z%22%20transform%3D%22translate%28-1176%20-2713%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat #f2f2f2; }
    .shop2-pagelist li.page-first a:hover {
      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%2210px%22%20%20viewBox%3D%220%200%2012%2010%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M1183%2C2717v-1h1v-1h1v-1h1v-1h2v2h-1v1h-1v1h-1v2h1v1h1v1h1v2h-2v-1h-1v-1h-1v-1h-1v-1h-1v-2h1Zm-6%2C0v-1h1v-1h1v-1h1v-1h2v2h-1v1h-1v1h-1v2h1v1h1v1h1v2h-2v-1h-1v-1h-1v-1h-1v-1h-1v-2h1Z%22%20transform%3D%22translate%28-1176%20-2713%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat #ffba00; }
  .shop2-pagelist li.page-last a {
    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%2210px%22%20%20viewBox%3D%220%200%2012%2010%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M1177%2C2709v1h-1v1h-1v1h-1v1h-2v-2h1v-1h1v-1h1v-2h-1v-1h-1v-1h-1v-2h2v1h1v1h1v1h1v1h1v2h-1Zm-6%2C0v1h-1v1h-1v1h-1v1h-2v-2h1v-1h1v-1h1v-2h-1v-1h-1v-1h-1v-2h2v1h1v1h1v1h1v1h1v2h-1Z%22%20transform%3D%22translate%28-1166%20-2703%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat #f2f2f2; }
    .shop2-pagelist li.page-last a:hover {
      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%2210px%22%20%20viewBox%3D%220%200%2012%2010%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M1177%2C2709v1h-1v1h-1v1h-1v1h-2v-2h1v-1h1v-1h1v-2h-1v-1h-1v-1h-1v-2h2v1h1v1h1v1h1v1h1v2h-1Zm-6%2C0v1h-1v1h-1v1h-1v1h-2v-2h1v-1h1v-1h1v-2h-1v-1h-1v-1h-1v-2h2v1h1v1h1v1h1v1h1v2h-1Z%22%20transform%3D%22translate%28-1166%20-2703%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat #ffba00; }
  .shop2-pagelist li.page-prev a {
    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%226px%22%20height%3D%2210px%22%20%20viewBox%3D%220%200%206%2010%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M1183%2C2717v-1h1v-1h1v-1h1v-1h2v2h-1v1h-1v1h-1v2h1v1h1v1h1v2h-2v-1h-1v-1h-1v-1h-1v-1h-1v-2h1Z%22%20transform%3D%22translate%28-1182%20-2713%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat #f2f2f2; }
    .shop2-pagelist li.page-prev a:hover {
      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%226px%22%20height%3D%2210px%22%20%20viewBox%3D%220%200%206%2010%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M1183%2C2717v-1h1v-1h1v-1h1v-1h2v2h-1v1h-1v1h-1v2h1v1h1v1h1v2h-2v-1h-1v-1h-1v-1h-1v-1h-1v-2h1Z%22%20transform%3D%22translate%28-1182%20-2713%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat #ffba00; }
  .shop2-pagelist li.page-next a {
    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%226px%22%20height%3D%2210px%22%20%20viewBox%3D%220%200%206%2010%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M1177%2C2709v1h-1v1h-1v1h-1v1h-2v-2h1v-1h1v-1h1v-2h-1v-1h-1v-1h-1v-2h2v1h1v1h1v1h1v1h1v2h-1Z%22%20transform%3D%22translate%28-1172%20-2703%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat #f2f2f2; }
    .shop2-pagelist li.page-next a:hover {
      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%226px%22%20height%3D%2210px%22%20%20viewBox%3D%220%200%206%2010%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M1177%2C2709v1h-1v1h-1v1h-1v1h-2v-2h1v-1h1v-1h1v-2h-1v-1h-1v-1h-1v-2h2v1h1v1h1v1h1v1h1v2h-1Z%22%20transform%3D%22translate%28-1172%20-2703%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat #ffba00; }
  .shop2-pagelist li.page-num span, .shop2-pagelist li.page-num a {
    color: #000;
    height: 36px;
    padding: 0 4px;
    min-width: 36px;
    font-size: 15px;
    font-weight: bold;
    line-height: 36px;
    box-sizing: border-box; }
    .shop2-pagelist li.page-num.active-num {
      background: none; }
    .shop2-pagelist li.page-num.active-num span {
      color: #ff4a2c; }
/* ============== MAIN-BLOCK ============== */
.item-main {
  margin: 0 0 60px;
  position: relative; }
  @media (max-width: 1023px) {
  .item-main {
    margin: 0 -12px 30px; } }
  @media (max-width: 479px) {
  .item-main {
    margin: 0 -8px 20px; } }
  .item-main.item-main-last {
    margin: 0; }
  @media (max-width: 1023px) {
    .item-main.item-main-last {
      margin: 0 -12px; } }
  @media (max-width: 479px) {
    .item-main.item-main-last {
      margin: 0 -8px; } }

.shop2-main-header {
  font-size: 25px;
  font-weight: 900;
  background: none;
  line-height: 1.2;
  color: #000;
  padding: 0 0 35px;
  text-align: center;
  position: relative; }
  @media (max-width: 1023px) {
  .shop2-main-header {
    padding: 0 0 22px; } }
  @media (max-width: 479px) {
  .shop2-main-header {
    font-size: 21px;
    padding: 0 0 14px; } }
  .shop2-main-header:after {
    bottom: 0;
    left: 50%;
    width: 48px;
    height: 5px;
    content: '';
    display: block;
    margin-left: -24px;
    position: absolute;
    background: #ffba00;
    border-radius: 3px 3px 0 0; }

.product-list.main-thumbs .slick-dots {
  margin: 0;
  font-size: 0;
  list-style: none;
  padding: 20px 0 0;
  text-align: center; }
  .product-list.main-thumbs .slick-dots li {
    margin: 4px;
    display: inline-block;
    vertical-align: middle; }
    .product-list.main-thumbs .slick-dots li.slick-active button {
      background: #ff4a2c; }
  .product-list.main-thumbs .slick-dots button {
    margin: 0;
    padding: 0;
    width: 8px;
    height: 8px;
    border: none;
    outline: none;
    border-radius: 50%;
    background: #e1e1e1; }
  .product-list.main-thumbs .slick-arrow {
    top: 50%;
    margin: 0;
    padding: 0;
    z-index: 10;
    width: 48px;
    height: 48px;
    font-size: 0;
    border: none;
    outline: none;
    margin-top: -24px;
    position: absolute;
    border-radius: 3px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .product-list.main-thumbs .slick-arrow.slick-prev {
    left: -24px;
    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%226px%22%20height%3D%2210px%22%20%20viewBox%3D%220%200%206%2010%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M373%2C3932v1h1v1h1v1h1v1h2v-2h-1v-1h-1v-1h-1v-2h1v-1h1v-1h1v-2h-2v1h-1v1h-1v1h-1v1h-1v2h1Z%22%20transform%3D%22translate%28-372%20-3926%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
    background-color: #f2f2f2; }
    .product-list.main-thumbs .slick-arrow.slick-prev:hover {
      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%226px%22%20height%3D%2210px%22%20%20viewBox%3D%220%200%206%2010%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M373%2C3932v1h1v1h1v1h1v1h2v-2h-1v-1h-1v-1h-1v-2h1v-1h1v-1h1v-2h-2v1h-1v1h-1v1h-1v1h-1v2h1Z%22%20transform%3D%22translate%28-372%20-3926%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
      background-color: #ffba00; }
    .product-list.main-thumbs .slick-arrow.slick-prev.slick-disabled {
      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%226px%22%20height%3D%2210px%22%20%20viewBox%3D%220%200%206%2010%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22rgba%280%2C%200%2C%200%2C%20.3%29%22%20d%3D%22M373%2C3932v1h1v1h1v1h1v1h2v-2h-1v-1h-1v-1h-1v-2h1v-1h1v-1h1v-2h-2v1h-1v1h-1v1h-1v1h-1v2h1Z%22%20transform%3D%22translate%28-372%20-3926%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
      background-color: #f2f2f2; }
  .product-list.main-thumbs .slick-arrow.slick-next {
    right: -24px;
    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%226px%22%20height%3D%2210px%22%20%20viewBox%3D%220%200%206%2010%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%23000000%22%20d%3D%22M1547%2C3932v1h-1v1h-1v1h-1v1h-2v-2h1v-1h1v-1h1v-2h-1v-1h-1v-1h-1v-2h2v1h1v1h1v1h1v1h1v2h-1Z%22%20transform%3D%22translate%28-1542%20-3926%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
    background-color: #f2f2f2; }
    .product-list.main-thumbs .slick-arrow.slick-next:hover {
      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%226px%22%20height%3D%2210px%22%20%20viewBox%3D%220%200%206%2010%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M1547%2C3932v1h-1v1h-1v1h-1v1h-2v-2h1v-1h1v-1h1v-2h-1v-1h-1v-1h-1v-2h2v1h1v1h1v1h1v1h1v2h-1Z%22%20transform%3D%22translate%28-1542%20-3926%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
      background-color: #ffba00; }
    .product-list.main-thumbs .slick-arrow.slick-next.slick-disabled {
      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%226px%22%20height%3D%2210px%22%20%20viewBox%3D%220%200%206%2010%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22rgba%280%2C%200%2C%200%2C%20.3%29%22%20d%3D%22M1547%2C3932v1h-1v1h-1v1h-1v1h-2v-2h1v-1h1v-1h1v-2h-1v-1h-1v-1h-1v-2h2v1h1v1h1v1h1v1h1v2h-1Z%22%20transform%3D%22translate%28-1542%20-3926%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
      background-color: #f2f2f2; }

@media (max-width: 479px) {
    .text-right .shop2-btn {
      margin: 5px 0; } }

.shop2-panel {
  background: rgba(0, 0, 0, 0.7);
  border: none; }
  .shop2-panel .shop2-panel-content {
    max-width: 960px;
    margin: 0 auto;
    text-align: center; }
  .shop2-panel .shop2-panel-content a {
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    text-decoration: none; }
    .shop2-panel .shop2-panel-content a.shop2-panel-link-disabled {
      color: rgba(255, 255, 255, 0.7); }
  .shop2-panel .shop2-panel-content .shop2-panel-btn {
    color: #333; }
  .shop2-panel .shop2-panel-content .shop2-panel-count {
    border-color: rgba(255, 255, 255, 0.5);
    font-size: 13px;
    color: #fff;
    line-height: 28px;
    height: 30px;
    width: 30px;
    padding: 0;
    border-radius: 50%;
    margin: 0 0 0 22px; }
  .shop2-panel .shop2-panel-content .shop2-panel-compare {
    display: inline-block;
    vertical-align: middle;
    padding-left: 42px;
    position: relative; }
  .shop2-panel .shop2-panel-content .shop2-panel-cart {
    display: inline-block;
    vertical-align: middle;
    margin-left: 35px;
    padding-left: 38px;
    position: relative; }
    @media only screen and (max-width: 560px) {
    .shop2-panel .shop2-panel-content .shop2-panel-cart {
      padding-left: 0;
      margin-left: 15px; } }
    .shop2-panel .shop2-panel-content .shop2-panel-cart .shop2-panel-count {
      margin-left: 12px; }

@media (max-width: 980px) {
      .shop2-panel .shop2-panel-content {
        max-width: 960px;
        width: auto;
        margin: 0 auto;
        text-align: center;
        display: -moz-box;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: reverse;
        -webkit-box-orient: horizontal;
        -moz-box-direction: reverse;
        -moz-box-orient: horizontal;
        -webkit-flex-direction: row-reverse;
        -moz-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-align-items: center;
        align-items: center; } }
  @media (max-width: 980px) {
      .shop2-panel .shop2-panel-content .shop2-panel-btn {
        display: block;
        width: 200px;
        margin: 5px; } }
    @media (max-width: 480px) {
    .shop2-panel .shop2-panel-content .shop2-panel-btn {
      display: none; } }
  @media (max-width: 980px) {
      .shop2-panel .shop2-panel-content .shop2-panel-cart {
        width: calc(50% - 13px);
        background: none; } }
  @media (max-width: 980px) {
      .shop2-panel .shop2-panel-content .shop2-panel-compare {
        text-align: center;
        width: 50%;
        background: none; } }

.middle-panel-inner .right-side > div:after {
  display: none; }

.middle-panel-inner .right-side > div {
  padding: 0; }
