@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i');
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }
  .owl-carousel .owl-animated-in {
    z-index: 0; }
  .owl-carousel .owl-animated-out {
    z-index: 1; }
  .owl-carousel .fadeOut {
    animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

.owl-height {
  transition: height 500ms ease-in-out; }

.owl-carousel {
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper, .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }
/* No Js */
.no-js .owl-carousel {
  display: block; }
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }
  .owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease; }
  .owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3, 1.3); }
  .owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none; }
  .owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%; }

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: #888;
  background: #f5f5f5;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  line-height: 1.25; }

.h1-wrap {
  padding: 0 0 10px; }
  .h1-wrap.shop_h1 {
    padding: 25px 30px 23px;
    background-color: #fff; }
  @media (max-width: 1023px) {
    .h1-wrap.shop_h1 {
      padding: 0 12px 12px;
      background-color: transparent; } }
  @media (max-width: 479px) {
    .h1-wrap.shop_h1 {
      padding: 12px 0 20px;
      text-align: center; } }

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

h1 {
  margin: 0;
  font-size: 1.55rem; }
  @media (max-width: 479px) {
  h1 {
    font-size: 1.2rem; } }

h2 {
  font-size: 1.4rem; }

h3 {
  font-size: 1.2rem; }

h4 {
  font-size: 1rem; }

h5 {
  font-size: 0.83rem; }

h6 {
  font-size: 0.67rem; }

h5, h6 {
  font-weight: bold; }

a {
  text-decoration: underline;
  color: #1d7bd3; }

a:hover {
  text-decoration: none; }

a img {
  border-color: #888; }

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

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 {
  line-height: 1;
  font-size: 12px;
  font-weight: 300;
  padding-bottom: 10px;
  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, .panel .search-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, .panel .search-scroll {
      width: 280px; } }
  .panel .scroll.open, .panel .search-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 {
  padding: 0 12px;
  background-color: #fff;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none; }
  @media (max-width: 479px) {
  .site-header {
    padding: 0 8px; } }
  .site-header .site-header-inner {
    margin: 0 auto;
    max-width: 1170px; }

.top-panel {
  padding: 55px 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 rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.07); }
  .top-panel.mobile {
    margin: 0 -12px;
    padding: 0 12px 0 0;
    -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); }
  @media (max-width: 479px) {
    .top-panel.mobile {
      margin: 0 -8px;
      padding: 0 8px 0 0; } }
  .top-panel > div {
    padding: 0 20px; }
  .top-panel > div:first-child {
    padding-left: 0; }
  .top-panel > div:last-child {
    padding-right: 0; }
  .top-panel .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; }
  .top-panel .right-side > div {
    padding: 0 30px;
    position: relative; }
    @media (max-width: 1023px) {
    .top-panel .right-side > div {
      padding: 0;
      margin: 0 5px; } }
    .top-panel .right-side > div:after {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      width: 1px;
      height: 36px;
      margin-top: -18px;
      background-color: rgba(0, 0, 0, 0.07); }
      @media (max-width: 1023px) {
    .top-panel .right-side > div:after {
      display: none; } }
    .top-panel .right-side > div:first-child {
      padding-left: 0; }
      @media (max-width: 1023px) {
    .top-panel .right-side > div:first-child {
      margin-left: 0; } }
      .top-panel .right-side > div:first-child:after {
        display: none; }
    .top-panel .right-side > div:last-child {
      padding-right: 0; }
      @media (max-width: 1023px) {
    .top-panel .right-side > div:last-child {
      margin-right: 0; } }

.company {
  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-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; }
  .company.mobile {
    padding: 35px 0;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
  @media (max-width: 479px) {
    .company.mobile {
      display: block;
      padding: 25px 0; } }
  .company.mobile .company-inner {
    -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 .logo {
    font-size: 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; }
  .company .logo a {
    display: inline-block; }
  .company .logo ~ .company-inner {
    margin: 0 0 0 20px; }
    @media (max-width: 479px) {
    .company .logo ~ .company-inner {
      margin: 15px 0 0; } }
  .company .company-inner {
    -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; }
  .company .company-name {
    color: #000;
    font-size: 30px;
    font-weight: 900; }
  @media (max-width: 479px) {
    .company .company-name {
      font-size: 25px;
      line-height: 1.15; } }
  .company .company-name a {
    color: #000;
    text-decoration: none; }
  .company .company-desc {
    color: #888;
    font-size: 13px;
    font-weight: 300; }

.site-search-wrap {
  font-size: 0;
  box-sizing: border-box; }
  .site-search-wrap + div:after {
    display: none; }
  .site-search-wrap .shop2-block {
    display: none; }
  .site-search-wrap > form {
    width: 390px;
    height: 48px;
    font-size: 0;
    overflow: hidden;
    background: none;
    display: inline-block;
    vertical-align: middle;
    background-color: #f5f5f5;
    max-width: calc(100% - 48px); }
  @media (max-width: 1023px) {
    .site-search-wrap > form {
      display: none; } }
  .site-search-wrap > form input[type="text"] {
    margin: 0;
    padding: 0;
    color: #000;
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 13px;
    background: none;
    padding: 0 0 0 20px;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    max-width: calc(100% - 60px); }
  .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; }
  .site-search-wrap .shop2-search-toggle {
    width: 48px;
    height: 48px;
    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%2215px%22%20height%3D%2215px%22%20%20viewBox%3D%220%200%2015%2015%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M805.953%2C84.667a0.489%2C0.489%2C0%2C0%2C0-.483-0.369%2C1.656%2C1.656%2C0%2C0%2C1-1.133-2.882%2C0.416%2C0.416%2C0%2C0%2C0%2C.045-0.566%2C7.382%2C7.382%2C0%2C0%2C0-1.188-1.2%2C0.417%2C0.417%2C0%2C0%2C0-.57.046%2C1.727%2C1.727%2C0%2C0%2C1-1.87.42%2C1.665%2C1.665%2C0%2C0%2C1-1.013-1.628%2C0.416%2C0.416%2C0%2C0%2C0-.368-0.438%2C7.482%2C7.482%2C0%2C0%2C0-1.687%2C0%2C0.418%2C0.418%2C0%2C0%2C0-.372.429%2C1.667%2C1.667%2C0%2C0%2C1-1.027%2C1.6%2C1.733%2C1.733%2C0%2C0%2C1-1.856-.423%2C0.418%2C0.418%2C0%2C0%2C0-.566-0.047%2C7.417%2C7.417%2C0%2C0%2C0-1.213%2C1.2%2C0.416%2C0.416%2C0%2C0%2C0%2C.044.57%2C1.663%2C1.663%2C0%2C0%2C1%2C.42%2C1.871%2C1.734%2C1.734%2C0%2C0%2C1-1.632%2C1.014%2C0.407%2C0.407%2C0%2C0%2C0-.433.368%2C7.542%2C7.542%2C0%2C0%2C0%2C0%2C1.706%2C0.5%2C0.5%2C0%2C0%2C0%2C.492.369%2C1.644%2C1.644%2C0%2C0%2C1%2C1.543%2C1.028%2C1.668%2C1.668%2C0%2C0%2C1-.419%2C1.855%2C0.417%2C0.417%2C0%2C0%2C0-.046.565%2C7.485%2C7.485%2C0%2C0%2C0%2C1.187%2C1.2%2C0.417%2C0.417%2C0%2C0%2C0%2C.571-0.045%2C1.725%2C1.725%2C0%2C0%2C1%2C1.869-.421%2C1.662%2C1.662%2C0%2C0%2C1%2C1.015%2C1.628%2C0.416%2C0.416%2C0%2C0%2C0%2C.368.438%2C7.463%2C7.463%2C0%2C0%2C0%2C1.687%2C0%2C0.417%2C0.417%2C0%2C0%2C0%2C.371-0.43%2C1.668%2C1.668%2C0%2C0%2C1%2C1.027-1.6%2C1.731%2C1.731%2C0%2C0%2C1%2C1.857.423%2C0.419%2C0.419%2C0%2C0%2C0%2C.566.047%2C7.425%2C7.425%2C0%2C0%2C0%2C1.213-1.2%2C0.416%2C0.416%2C0%2C0%2C0-.045-0.57%2C1.656%2C1.656%2C0%2C0%2C1%2C1.115-2.888l0.092%2C0a0.418%2C0.418%2C0%2C0%2C0%2C.439-0.368A7.542%2C7.542%2C0%2C0%2C0%2C805.953%2C84.667Zm-7.441%2C3.351a2.5%2C2.5%2C0%2C1%2C1%2C2.5-2.5A2.5%2C2.5%2C0%2C0%2C1%2C798.512%2C88.018Z%22%20transform%3D%22translate%28-791%20-78%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat #f2c700; }
  .site-search-wrap .shop2-search-toggle.mobile {
    width: 40px;
    height: 40px;
    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; }

.site-search.mobile {
  font-size: 0;
  height: 60px;
  background-color: #f5f5f5; }
  .site-search.mobile input[type="text"] {
    color: #000;
    height: 60px;
    border: none;
    outline: none;
    font-size: 13px;
    font-weight: 300;
    background: none;
    padding: 0 0 0 20px;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    width: calc(100% - 60px); }
  .site-search.mobile 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; }

.compare-button-wrap a {
  color: #000;
  font-size: 13px;
  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%23000%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: 1023px) {
    .compare-button-wrap a {
      padding: 0;
      width: 37px;
      height: 40px;
      font-size: 0;
      background-position: 50% 60%;
      display: -moz-box;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; } }
  .compare-button-wrap a div {
    line-height: 20px; }
    @media (max-width: 1023px) {
    .compare-button-wrap a div {
      display: none; } }
  .compare-button-wrap a span {
    left: 7px;
    top: -10px;
    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: #00cdf2; }
    @media (max-width: 1023px) {
    .compare-button-wrap a span {
      top: 1px;
      left: calc(100% - 20px); } }

.cart-wrap a {
  font-size: 0;
  display: inline-block; }
  .cart-wrap .cart-amount {
    width: 20px;
    height: 20px;
    margin: 0 22px 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%23000%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: 1023px) {
    .cart-wrap .cart-amount {
      margin: 0;
      width: 40px;
      height: 40px;
      text-align: center;
      background-position: 50% 60%; } }
  .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: #f2c700; }
    @media (max-width: 1023px) {
    .cart-wrap .cart-amount span {
      top: 1px;
      left: calc(100% - 20px); } }
  .cart-wrap .cart-sum {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle; }
  @media (max-width: 1023px) {
    .cart-wrap .cart-sum {
      display: none; } }
  .cart-wrap .cart-sum span {
    font-size: 13px;
    font-weight: normal; }

.bottom-panel {
  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; }

.top-menu.desktop {
  margin: 0;
  font-size: 0;
  padding: 0 14px;
  list-style: none;
  position: relative;
  -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: 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 ins {
    display: none; }
  .top-menu.desktop li.hover > ul {
    display: block; }
  .top-menu.desktop li[data-more] {
    width: 36px;
    padding: 10px 0; }
  .top-menu.desktop li[data-more] > a {
    display: block;
    text-align: center; }
  .top-menu.desktop ul {
    margin: 0;
    z-index: 10;
    width: 200px;
    display: none;
    padding: 15px 0;
    list-style: none;
    position: absolute;
    background-color: #1d7bd3; }
  .top-menu.desktop ul li {
    padding: 8px 30px;
    position: relative; }
    .top-menu.desktop ul li a {
      color: #fff;
      font-size: 13px;
      text-decoration: none; }
      .top-menu.desktop ul li a:hover {
        text-decoration: underline; }
  .top-menu.desktop > li {
    padding: 10px 26px;
    position: relative;
    display: inline-block;
    vertical-align: middle; }
  .top-menu.desktop > li > a {
    font-size: 15px;
    color: #000;
    font-weight: bold;
    text-decoration: none; }
    .top-menu.desktop > li > a:hover {
      color: #1d7bd3; }

.top-menu.mobile {
  padding: 10px 0;
  background-color: #1d7bd3; }
  .top-menu.mobile a {
    color: #fff;
    display: block;
    font-size: 15px;
    position: relative;
    text-decoration: none;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex; }
  .top-menu.mobile a.open ins:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  .top-menu.mobile a span {
    display: block;
    padding: 15px 40px 15px 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; }
  .top-menu.mobile a ins {
    top: 0;
    right: 0;
    width: 40px;
    height: 100%;
    font-size: 0;
    position: absolute;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 40px;
    -moz-box-flex: 0;
    -moz-flex: 0 0 40px;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px; }
    .top-menu.mobile a ins:after {
      left: 0;
      top: 50%;
      width: 5px;
      height: 5px;
      content: '';
      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%223px%22%20height%3D%225px%22%20%20viewBox%3D%220%200%203%205%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%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;
      -webkit-transform: translate3d(0, -3px, 0);
      -moz-transform: translate3d(0, -3px, 0);
      -ms-transform: translate3d(0, -3px, 0);
      -o-transform: translate3d(0, -3px, 0);
      transform: translate3d(0, -3px, 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; }
  .top-menu.mobile ul {
    margin: 0;
    padding: 0;
    display: none;
    list-style: none; }
  .top-menu.mobile ul a {
    font-size: 13px; }
    .top-menu.mobile ul a span {
      padding: 15px 40px 15px 45px; }

.login-aut-wrap {
  font-size: 13px;
  color: #888;
  padding: 2px 0 3px 40px;
  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%2221px%22%20%20viewBox%3D%220%200%2017%2021%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%2300cdf2%22%20d%3D%22M1391.16%2C208.011l-3.53-1.672a0.905%2C0.905%2C0%2C0%2C1-.54-0.827v-1.184c0.08-.1.17-0.21%2C0.26-0.333a7.579%2C7.579%2C0%2C0%2C0%2C1.09-2.03%2C1.372%2C1.372%2C0%2C0%2C0%2C.86-1.265v-1.4a1.339%2C1.339%2C0%2C0%2C0-.37-0.919v-1.862a2.949%2C2.949%2C0%2C0%2C0-.77-2.283%2C6.039%2C6.039%2C0%2C0%2C0-7.32%2C0%2C2.951%2C2.951%2C0%2C0%2C0-.77%2C2.284v1.862a1.339%2C1.339%2C0%2C0%2C0-.37.919v1.4a1.359%2C1.359%2C0%2C0%2C0%2C.55%2C1.088%2C7.385%2C7.385%2C0%2C0%2C0%2C1.29%2C2.533v1.158a0.908%2C0.908%2C0%2C0%2C1-.51.812l-3.29%2C1.7a3.141%2C3.141%2C0%2C0%2C0-1.74%2C2.772V211.9c0%2C1.661%2C5.56%2C2.1%2C8.5%2C2.1s8.5-.439%2C8.5-2.1v-1.065A3.135%2C3.135%2C0%2C0%2C0%2C1391.16%2C208.011Z%22%20transform%3D%22translate%28-1376%20-193%29%22%2F%3E%3C%2Fsvg%3E") 0 50% no-repeat;
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-order: 2;
  -ms-flex-order: 2;
  order: 2;
  -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; }
  .login-aut-wrap a {
    color: #888;
    text-decoration: none; }
  .login-aut-wrap.mobile {
    color: #fff;
    padding: 22px 20px 20px 50px;
    background-color: #f2c700;
    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 #f2c700; }
  .login-aut-wrap.mobile a {
    color: #fff;
    font-size: 15px;
    font-weight: bold; }

.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.mobile {
    display: none; }

.toggle-categories {
  color: #fff;
  font-size: 17px;
  cursor: pointer;
  line-height: 1.2;
  min-width: 270px;
  font-weight: bold;
  box-sizing: border-box;
  background-color: #1d7bd3;
  padding: 26px 20px 26px 70px;
  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%22M406.5%2C194h12a1.5%2C1.5%2C0%2C0%2C1%2C0%2C3h-12A1.5%2C1.5%2C0%2C0%2C1%2C406.5%2C194Zm0%2C7h17a1.5%2C1.5%2C0%2C0%2C1%2C0%2C3h-17A1.5%2C1.5%2C0%2C0%2C1%2C406.5%2C201Zm0%2C7h12a1.5%2C1.5%2C0%2C0%2C1%2C0%2C3h-12A1.5%2C1.5%2C0%2C0%2C1%2C406.5%2C208Z%22%20transform%3D%22translate%28-405%20-194%29%22%2F%3E%3C%2Fsvg%3E") 30px 50% no-repeat #1d7bd3; }
  .toggle-categories.mobile {
    padding: 0;
    width: 60px;
    height: 60px;
    font-size: 0;
    min-width: 60px;
    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%22M21.5%2C21h12a1.5%2C1.5%2C0%2C0%2C1%2C0%2C3h-12A1.5%2C1.5%2C0%2C0%2C1%2C21.5%2C21Zm0%2C7h17a1.5%2C1.5%2C0%2C0%2C1%2C0%2C3h-17A1.5%2C1.5%2C0%2C0%2C1%2C21.5%2C28Zm0%2C7h12a1.5%2C1.5%2C0%2C1%2C1%2C0%2C3h-12A1.5%2C1.5%2C0%2C1%2C1%2C21.5%2C35Z%22%20transform%3D%22translate%28-20%20-21%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat #1d7bd3; }

.categories-menu.desktop {
  left: 0;
  top: 100%;
  z-index: 11;
  display: none;
  width: 1170px;
  position: absolute;
  box-sizing: border-box;
  column-count: 4;
  -moz-column-count: 4;
  -webkit-column-count: 4;
  column-gap: 60px;
  -moz-column-gap: 60px;
  -webkit-column-gap: 60px;
  padding: 15px 0 55px 30px;
  background-color: #1d7bd3;
  box-shadow: 1160px 0 0 #1d7bd3, -1160px 0 0 #1d7bd3; }
  .categories-menu.desktop ins {
    display: none; }
  .categories-menu.desktop > li {
    padding: 40px 0 0;
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari, Opera */
    page-break-inside: avoid;
    /* Firefox */
    break-inside: avoid; }
  .categories-menu.desktop > li > a {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none; }
  .categories-menu.desktop > li > ul {
    padding-top: 10px; }
  .categories-menu.desktop ul {
    margin: 0;
    width: 100%;
    list-style: none;
    padding: 0 0 0 10px;
    display: inline-block;
    break-inside: avoid;
    page-break-inside: avoid;
    /* Firefox */
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari, Opera */ }
  .categories-menu.desktop ul a {
    color: #fff;
    margin: 12px 0;
    font-size: 14px;
    line-height: 1.2;
    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%2300cdf2%22%20d%3D%22M706.2%2C340.625h0.6v0.624h0.6v0.625H708v1.25h-0.6v0.626h-0.6v0.624h-0.6V345H705v-1.25h0.6v-0.626h0.6v-1.25h-0.6v-0.625H705V340h1.2v0.626Z%22%20transform%3D%22translate%28-705%20-340%29%22%2F%3E%3C%2Fsvg%3E") left 4px 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.02);
    -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: #00cdf2; }
    .categories-menu.mobile ul a.open ins:after {
      -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;
      position: relative;
      -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; }
      .categories-menu.mobile ul a ins ~ span {
        padding: 13px 20px 11px 0; }
      .categories-menu.mobile ul a ins:after {
        top: 50%;
        left: 50%;
        content: '';
        width: 10px;
        height: 10px;
        margin-top: -5px;
        margin-left: -5px;
        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%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%2300cdf2%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 > 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.02);
      -moz-box-shadow: inset 0 1px 0 #f0f0f0, inset 0 -1px 0 #f0f0f0;
      -webkit-box-shadow: inset 0 1px 0 #f0f0f0, inset 0 -1px 0 #f0f0f0;
      box-shadow: inset 0 1px 0 #f0f0f0, inset 0 -1px 0 #f0f0f0; }
      .categories-menu.mobile > li > a.open ins:after {
        -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; }
      .categories-menu.mobile > li > a ins:after {
        top: 50%;
        left: 50%;
        content: '';
        width: 10px;
        height: 10px;
        margin-top: -5px;
        margin-left: -5px;
        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%225px%22%20height%3D%228px%22%20%20viewBox%3D%220%200%205%208%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23000%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;
        -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-main-block {
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none; }

.slider-wrap {
  position: relative; }
  .slider-wrap .slick-arrow {
    top: 50%;
    z-index: 10;
    font-size: 0;
    border: none;
    width: 110px;
    height: 70px;
    font-size: 0;
    outline: none;
    margin-top: -35px;
    position: absolute;
    background-size: cover;
    -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 .slick-arrow:before {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7); }
  .slider-wrap .slick-arrow.slick-prev {
    left: 50px; }
    .slider-wrap .slick-arrow.slick-prev:after {
      content: '';
      top: 0;
      left: 0;
      right: 0;
      bottom: 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%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%22M103%2C538v1h1v1h1v1h1v1h2v-2h-1v-1h-1v-1h-1v-2h1v-1h1v-1h1v-2h-2v1h-1v1h-1v1h-1v1h-1v2h1Z%22%20transform%3D%22translate%28-102%20-532%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; }
  .slider-wrap .slick-arrow.slick-next {
    right: 50px; }
    .slider-wrap .slick-arrow.slick-next:after {
      content: '';
      top: 0;
      left: 0;
      right: 0;
      bottom: 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%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%22M1817%2C538v1h-1v1h-1v1h-1v1h-2v-2h1v-1h1v-1h1v-2h-1v-1h-1v-1h-1v-2h2v1h1v1h1v1h1v1h1v2h-1Z%22%20transform%3D%22translate%28-1812%20-532%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; }
  .slider-wrap .slick-dots {
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    bottom: 35px;
    list-style: none;
    text-align: center;
    position: absolute; }
  @media (max-width: 1023px) {
    .slider-wrap .slick-dots {
      bottom: 25px; } }
  @media (max-width: 479px) {
    .slider-wrap .slick-dots {
      bottom: 15px; } }
  .slider-wrap .slick-dots li {
    margin: 5px;
    display: inline-block;
    vertical-align: middle; }
    .slider-wrap .slick-dots li.slick-active button {
      background: #f2c700; }
    .slider-wrap .slick-dots li button {
      margin: 0;
      padding: 0;
      width: 10px;
      height: 10px;
      font-size: 0;
      border: none;
      outline: none;
      display: block;
      background: #fff;
      border-radius: 50%; }
  .slider-wrap .item-slide {
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    text-align: center; }
  .slider-wrap .item-slide:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.45); }
  .slider-wrap .item-slide:after {
    width: 0;
    content: '';
    display: inline-block;
    vertical-align: middle;
    padding: 31.7% 0 0; }
    @media (max-width: 1023px) {
    .slider-wrap .item-slide:after {
      padding: 55% 0 0; } }
    @media (max-width: 479px) {
    .slider-wrap .item-slide:after {
      padding: 76% 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;
    padding: 60px 0 80px;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box; }
  @media (max-width: 479px) {
    .slider-wrap .item-text {
      padding: 40px 20px 60px; } }
  .slider-wrap .item-title {
    color: #fff;
    font-size: 17px;
    font-weight: 300; }
  .slider-wrap .item-body {
    color: #fff;
    font-size: 50px;
    font-weight: 900;
    line-height: 1.1; }
  @media (max-width: 479px) {
    .slider-wrap .item-body {
      font-size: 30px; } }
  .slider-wrap .item-price {
    color: #f2c700;
    font-size: 21px;
    font-weight: 900;
    padding: 6px 0 0; }
  .slider-wrap .item-button {
    padding: 15px 0 0; }
  .slider-wrap .item-button a {
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    position: relative;
    background: #00cdf2;
    text-decoration: none;
    display: inline-block;
    padding: 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; }

.contacts {
  color: #fff;
  padding: 35px 30px;
  text-align: center;
  background-color: #00cdf2; }
  @media (max-width: 1023px) {
  .contacts {
    width: 100%;
    box-sizing: border-box;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1; } }
  .contacts > div {
    padding-bottom: 25px; }
  .contacts > div:first-child {
    margin-top: 0; }
  .contacts > div:last-child {
    padding-bottom: 0; }
  .contacts .contacts-title {
    font-size: 19px;
    font-weight: 900; }
  .contacts .phone {
    padding-top: 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%2219px%22%20height%3D%2219px%22%20%20viewBox%3D%220%200%2019%2019%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M515.445%2C972.568a1.332%2C1.332%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.482a14.587%2C14.587%2C0%2C0%2C1-3.519-3.2%2C8.337%2C8.337%2C0%2C0%2C1-1.261-2.02%2C0.289%2C0.289%2C0%2C0%2C1%2C.071-0.372c0.47-.454.929-0.921%2C1.391-1.387a1.336%2C1.336%2C0%2C0%2C0%2C0-2.06c-0.367-.372-0.735-0.736-1.1-1.107s-0.755-.763-1.138-1.139a1.34%2C1.34%2C0%2C0%2C0-2.013%2C0c-0.474.467-.929%2C0.945-1.411%2C1.4a2.291%2C2.291%2C0%2C0%2C0-.72%2C1.545%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%2C9%2C0%2C0%2C0%2C3.451%2C1%2C2.532%2C2.532%2C0%2C0%2C0%2C2.171-.826c0.4-.451.858-0.862%2C1.285-1.293a1.346%2C1.346%2C0%2C0%2C0%2C.008-2.048Q516.581%2C973.694%2C515.445%2C972.568Zm-0.755-3.151%2C1.459-.249a6.552%2C6.552%2C0%2C0%2C0-5.539-5.373l-0.206%2C1.467A5.059%2C5.059%2C0%2C0%2C1%2C514.69%2C969.417Zm2.281-6.341A10.751%2C10.751%2C0%2C0%2C0%2C510.8%2C960l-0.206%2C1.467a9.383%2C9.383%2C0%2C0%2C1%2C7.943%2C7.7l1.459-.249A10.833%2C10.833%2C0%2C0%2C0%2C516.971%2C963.076Z%22%20transform%3D%22translate%28-501%20-960%29%22%2F%3E%3C%2Fsvg%3E") 50% top no-repeat; }
  .contacts .phone .phone-title {
    font-size: 13px;
    padding-bottom: 4px; }
  .contacts .phone .phone-body {
    font-size: 17px;
    font-weight: 900; }
  .contacts .time {
    font-size: 13px;
    padding-top: 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%2219px%22%20height%3D%2219px%22%20%20viewBox%3D%220%200%2019%2019%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M510.5%2C1056a9.5%2C9.5%2C0%2C1%2C0%2C9.5%2C9.5A9.5%2C9.5%2C0%2C0%2C0%2C510.5%2C1056Zm0.656%2C10.66a0.722%2C0.722%2C0%2C0%2C1-.008.08c0%2C0.01%2C0%2C.03-0.008.05s-0.011.04-.017%2C0.06-0.015.05-.024%2C0.07c0%2C0%2C0%2C.01%2C0%2C0.01a1%2C1%2C0%2C0%2C1-.049.09h0a0.394%2C0.394%2C0%2C0%2C1-.07.08c-0.006.01-.014%2C0.02-0.021%2C0.03-0.022.02-.045%2C0.03-0.069%2C0.05-0.008.01-.015%2C0.01-0.023%2C0.02a0.4%2C0.4%2C0%2C0%2C1-.1.05%2C0.024%2C0.024%2C0%2C0%2C1-.023.01l-0.088.03h-0.033a0.478%2C0.478%2C0%2C0%2C1-.118.02c-0.008%2C0-.016-0.01-0.024-0.01a0.418%2C0.418%2C0%2C0%2C1-.112-0.01c-0.011%2C0-.023-0.01-0.034-0.01l-0.1-.03s-0.008%2C0-.011-0.01l-3.643-1.71a0.664%2C0.664%2C0%2C0%2C1-.314-0.88%2C0.649%2C0.649%2C0%2C0%2C1%2C.874-0.31l2.706%2C1.27v-5.67a0.657%2C0.657%2C0%2C0%2C1%2C1.314%2C0v6.71h0v0.01Z%22%20transform%3D%22translate%28-501%20-1056%29%22%2F%3E%3C%2Fsvg%3E") 50% top no-repeat; }

.deadline-action-wrap {
  position: relative;
  background-color: #fff; }
  @media (max-width: 1023px) {
  .deadline-action-wrap {
    width: calc(50% - 6px); }
    .deadline-action-wrap + .top-sale-wrap {
      margin-left: auto; } }
  @media (max-width: 639px) {
  .deadline-action-wrap {
    width: 100%; }
    .deadline-action-wrap + .top-sale-wrap {
      margin-left: 0; } }
  .deadline-action-wrap .slick-arrow {
    top: 116px;
    width: 46px;
    font-size: 0;
    height: 46px;
    border: none;
    outline: none;
    position: absolute; }
  .deadline-action-wrap .slick-arrow.slick-prev {
    left: 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%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%23000%22%20d%3D%22M396%2C1322v1h1v1h1v1h1v1h2v-2h-1v-1h-1v-1h-1v-2h1v-1h1v-1h1v-2h-2v1h-1v1h-1v1h-1v1h-1v2h1Z%22%20transform%3D%22translate%28-395%20-1316%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; }
  .deadline-action-wrap .slick-arrow.slick-next {
    right: 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%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%23000%22%20d%3D%22M624%2C1322v1h-1v1h-1v1h-1v1h-2v-2h1v-1h1v-1h1v-2h-1v-1h-1v-1h-1v-2h2v1h1v1h1v1h1v1h1v2h-1Z%22%20transform%3D%22translate%28-619%20-1316%29%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat; }
  .deadline-action-wrap .item {
    padding: 30px;
    outline: none;
    text-align: center; }
  .deadline-action-wrap .item form {
    margin: 0 auto;
    max-width: 220px; }
  .deadline-action-wrap .item-image {
    font-size: 0; }
  .deadline-action-wrap .item-image img {
    display: inline-block; }
  .deadline-action-wrap .countdown {
    font-size: 0;
    padding: 15px 0 0;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
  .deadline-action-wrap .countdown .date-elem {
    width: 48px;
    height: 48px;
    margin: 0 3px;
    padding: 0 0 4px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
    background-color: #ededed;
    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-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.05); }
  .deadline-action-wrap .countdown strong {
    color: #000;
    font-size: 17px; }
  .deadline-action-wrap .countdown span {
    line-height: 1;
    display: block;
    color: #888;
    font-size: 10px;
    font-weight: 300;
    text-transform: capitalize; }
  .deadline-action-wrap .countdown ins {
    text-decoration: none; }
  .deadline-action-wrap .action-end {
    color: #ff2929;
    font-size: 15px;
    font-weight: bold; }
  .deadline-action-wrap .item-stars {
    margin: 20px 0 0; }
  .deadline-action-wrap .item-name {
    color: #000;
    font-size: 15px;
    padding: 15px 0 0;
    font-weight: bold; }
  .deadline-action-wrap .item-name a {
    outline: none;
    color: #000;
    text-decoration: none; }
  .deadline-action-wrap .price-wrap {
    padding: 15px 0 0; }
  .deadline-action-wrap .price-wrap > div {
    margin: 0 10px;
    display: inline-block; }
  .deadline-action-wrap .price-wrap .current-price {
    color: #ff2929;
    font-size: 15px;
    font-weight: bold; }
  .deadline-action-wrap .price-wrap .old-price {
    color: #999;
    font-size: 13px;
    font-weight: 300;
    position: relative; }
    .deadline-action-wrap .price-wrap .old-price:after {
      top: 45%;
      left: -5px;
      height: 1px;
      right: -5px;
      content: '';
      display: block;
      position: absolute;
      background-color: #f00; }
  .deadline-action-wrap .shop2-product-btn.type-3 {
    width: auto;
    padding: 0 30px;
    margin: 15px 0 0; }

.top-sale-wrap {
  background-color: #fff; }
  @media (max-width: 1023px) {
  .top-sale-wrap {
    width: calc(50% - 6px); } }
  @media (max-width: 639px) {
  .top-sale-wrap {
    width: 100%; } }
  .top-sale-wrap .top-sale-title {
    color: #fff;
    font-size: 19px;
    font-weight: 900;
    line-height: 1.2;
    padding: 25px 20px;
    text-align: center;
    background-color: #1d7bd3; }
  .top-sale-wrap .top-sale-body {
    text-align: center;
    padding: 0 20px 25px; }
  .top-sale-wrap .show-all {
    color: #00cdf2;
    font-size: 13px;
    margin: 20px 0 0;
    text-decoration: none;
    display: inline-block; }
  .top-sale-wrap .item {
    padding: 20px 0;
    text-align: left;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.07);
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.07); }
  .top-sale-wrap .item:last-of-type {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .top-sale-wrap .item-inner {
    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; }
  .top-sale-wrap .item-image {
    width: 72px;
    font-size: 0;
    margin-right: 10px;
    -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; }
  .top-sale-wrap .item-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; }
  .top-sale-wrap .item-name {
    color: #000;
    font-size: 13px; }
  .top-sale-wrap .item-name a {
    color: #000;
    text-decoration: none; }
    .top-sale-wrap .item-name a:hover {
      color: #00cdf2; }
  .top-sale-wrap .item-price-wrap {
    color: #000;
    font-size: 0;
    padding: 5px 0 0; }
  .top-sale-wrap .item-price-wrap > div {
    display: inline-block; }
  .top-sale-wrap .item-price-wrap .current-price {
    font-size: 15px;
    font-weight: bold;
    margin: 0 15px 0 0; }
  .top-sale-wrap .item-price-wrap .old-price {
    font-size: 13px;
    font-weight: 300;
    position: relative; }
    .top-sale-wrap .item-price-wrap .old-price:after {
      left: 0;
      right: 0;
      top: 45%;
      height: 1px;
      content: '';
      position: absolute;
      background-color: #f00; }

.advantages {
  padding: 15px 30px;
  background-color: #fff; }
  @media (max-width: 1023px) {
  .advantages {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    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: 479px) {
  .advantages {
    padding: 15px 24px; } }
  .advantages .item {
    padding: 15px 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: 1023px) {
    .advantages .item {
      margin-left: 30px;
      width: calc(50% - 15px);
      -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; }
      .advantages .item:nth-child(odd) {
        margin-left: 0; } }
  @media (max-width: 479px) {
    .advantages .item {
      width: 100%;
      margin-left: 0; } }
  .advantages .icon {
    width: 48px;
    height: 48px;
    font-size: 0;
    margin: 0 20px 0 0;
    border-radius: 50%;
    background-color: #00cdf2;
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; }
  .advantages .icon img {
    max-width: 30px; }
  .advantages .text {
    color: #000;
    font-size: 13px;
    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; }

.folders-in-block-wrap {
  padding: 0 0 25px; }
  @media (max-width: 1023px) {
  .folders-in-block-wrap {
    display: none; } }
  .folders-in-block-wrap .folders-in-block-inner {
    padding: 0;
    margin: 0 auto;
    max-width: 1170px;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .folders-in-block-wrap .folders-in-block-inner > li {
    padding: 30px 20px;
    margin: 0 30px 0 0;
    box-sizing: border-box;
    background-color: #fff;
    width: calc(50% - 15px);
    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; }
    .folders-in-block-wrap .folders-in-block-inner > li:nth-child(even) {
      margin: 0; }
    .folders-in-block-wrap .folders-in-block-inner > li:nth-child(n+3) {
      margin-top: 30px; }
  .folders-in-block-wrap .folders-in-block-inner ul {
    margin: 0;
    padding: 10px 0 0;
    list-style: none; }
    .folders-in-block-wrap .folders-in-block-inner ul li {
      padding: 10px 0; }
    .folders-in-block-wrap .folders-in-block-inner ul a {
      color: #000;
      font-size: 14px;
      font-weight: 300;
      line-height: 1.3;
      text-decoration: none;
      display: inline-block;
      padding: 0 0 0 20px;
      background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%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%2300cdf2%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 6px 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: #00cdf2; }
  .folders-in-block-wrap .folder-image {
    padding: 0 10px 0 0;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0px;
    -moz-box-flex: 1;
    -moz-flex: 1 1 0px;
    -ms-flex: 1 1 0px;
    flex: 1 1 0px; }
  .folders-in-block-wrap .folder-links {
    padding: 0 10px;
    -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%; }
  .folders-in-block-wrap .folder-name {
    padding: 0 0 20px;
    -moz-box-shadow: inset 0 -1px 0 #f5f5f5;
    -webkit-box-shadow: inset 0 -1px 0 #f5f5f5;
    box-shadow: inset 0 -1px 0 #f5f5f5; }
  .folders-in-block-wrap .folder-name a {
    color: #010101;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none; }
  .folders-in-block-wrap .all {
    color: #00cdf2;
    font-size: 14px;
    font-weight: 300;
    margin: 10px 0 0;
    text-align: center;
    text-decoration: none;
    display: inline-block; }

.subscribe-form, .subscribe {
  position: relative;
  padding: 0 40px 0 0;
  box-sizing: border-box; }
  @media (max-width: 1023px) {
  .subscribe-form, .subscribe {
    padding: 25px 0;
    max-width: 330px; } }
  @media (max-width: 479px) {
  .subscribe-form, .subscribe {
    padding: 17px 0; } }
  .subscribe-form .tpl-anketa-success-note, .subscribe .tpl-anketa-success-note {
    font-size: 18px;
    text-align: center; }
  .subscribe-form .form-title, .subscribe .form-title {
    color: #000;
    font-size: 13px;
    font-weight: 300;
    padding: 0 0 20px; }
  @media (max-width: 1023px) {
    .subscribe-form .form-title, .subscribe .form-title {
      text-align: center; } }
  @media (max-width: 479px) {
    .subscribe-form .form-title, .subscribe .form-title {
      padding: 0 0 15px; } }
  .subscribe-form .form-title p:first-child, .subscribe .form-title p:first-child {
    margin: 0 0 8px;
    font-size: 21px;
    font-weight: 900; }
  .subscribe-form form, .subscribe 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; }
  .subscribe-form .tpl-field, .subscribe .tpl-field {
    width: 100%;
    color: #000;
    font-size: 13px;
    padding: 5px 0; }
  .subscribe-form .tpl-field.field-error input[type="text"], .subscribe .tpl-field.field-error input[type="text"] {
    padding: 0 10px;
    /* Firefox 19+ */
    /* Firefox 18- */ }
    .subscribe-form .tpl-field.field-error input[type="text"]::-webkit-input-placeholder, .subscribe .tpl-field.field-error input[type="text"]::-webkit-input-placeholder {
      font-size: 9px; }
    .subscribe-form .tpl-field.field-error input[type="text"]::-moz-placeholder, .subscribe .tpl-field.field-error input[type="text"]::-moz-placeholder {
      font-size: 9px; }
    .subscribe-form .tpl-field.field-error input[type="text"]:-moz-placeholder, .subscribe .tpl-field.field-error input[type="text"]:-moz-placeholder {
      font-size: 9px; }
    .subscribe-form .tpl-field.field-error input[type="text"]:-ms-input-placeholder, .subscribe .tpl-field.field-error input[type="text"]:-ms-input-placeholder {
      font-size: 9px; }
  .subscribe-form .tpl-field.oneline, .subscribe .tpl-field.oneline {
    display: inline-block;
    max-width: calc(100% - 146px); }
    @media (max-width: 479px) {
    .subscribe-form .tpl-field.oneline, .subscribe .tpl-field.oneline {
      max-width: calc(100% - 56px); } }
  .subscribe-form .tpl-field.type-calendar_interval .field-value, .subscribe .tpl-field.type-calendar_interval .field-value {
    font-size: 0; }
    .subscribe-form .tpl-field.type-calendar_interval label, .subscribe .tpl-field.type-calendar_interval label {
      width: 49%;
      margin: 0 2% 0 0;
      vertical-align: top;
      display: inline-block; }
    .subscribe-form .tpl-field.type-calendar_interval label:nth-of-type(2), .subscribe .tpl-field.type-calendar_interval label:nth-of-type(2) {
      margin: 0; }
  .subscribe-form .tpl-field-button, .subscribe .tpl-field-button {
    display: inline-block;
    vertical-align: top;
    width: 146px; }
  @media (max-width: 479px) {
    .subscribe-form .tpl-field-button, .subscribe .tpl-field-button {
      width: 56px; } }
  .subscribe-form ul, .subscribe ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .subscribe-form ul label, .subscribe ul label {
    font-size: 0;
    display: block;
    padding: 5px 0; }
  .subscribe-form ul input, .subscribe ul input {
    display: none; }
    .subscribe-form ul input[type="radio"] ~ ins, .subscribe 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 #f5f5f5;
      -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; }
    .subscribe-form ul input[type="radio"]:checked ~ ins, .subscribe ul input[type="radio"]:checked ~ ins {
      border-color: #f2c700; }
    .subscribe-form ul input[type="checkbox"] ~ ins, .subscribe 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 #f5f5f5;
      -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; }
    .subscribe-form ul input[type="checkbox"]:checked ~ ins, .subscribe 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 #f2c700; }
  .subscribe-form ul span, .subscribe ul span {
    color: #888;
    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); }
  .subscribe-form .jq-selectbox .jq-selectbox__select, .subscribe .jq-selectbox .jq-selectbox__select {
    height: 48px; }
    .subscribe-form .jq-selectbox .jq-selectbox__select .jq-selectbox__select-text, .subscribe .jq-selectbox .jq-selectbox__select .jq-selectbox__select-text {
      height: 48px;
      line-height: 48px; }
  .subscribe-form select[multiple], .subscribe select[multiple] {
    width: 100%;
    border: none;
    outline: none;
    color: #000;
    font-size: 13px;
    padding: 5px 20px;
    box-sizing: border-box;
    background-color: #f5f5f5;
    -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; }
  .subscribe-form input[type="text"], .subscribe input[type="text"], .subscribe-form input[type="phone"], .subscribe input[type="phone"], .subscribe-form select:not([multiple]), .subscribe select:not([multiple]) {
    width: 100%;
    border: none;
    height: 48px;
    outline: none;
    color: #000;
    font-size: 13px;
    padding: 0 20px;
    box-sizing: border-box;
    background-color: #f5f5f5;
    -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; }
  .subscribe-form textarea, .subscribe textarea {
    width: 100%;
    border: none;
    resize: none;
    height: 120px;
    outline: none;
    color: #000;
    font-size: 13px;
    padding: 15px 20px;
    box-sizing: border-box;
    background-color: #f5f5f5;
    -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; }
  .subscribe-form button, .subscribe button {
    color: #fff;
    width: 100%;
    height: 48px;
    border: none;
    outline: none;
    font-size: 15px;
    font-weight: bold;
    padding: 0 30px 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%2217px%22%20height%3D%2216px%22%20%20viewBox%3D%220%200%2017%2016%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%20%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M1086.91%2C3358.04a0.243%2C0.243%2C0%2C0%2C0-.27-0.04l-16.49%2C7.81a0.253%2C0.253%2C0%2C0%2C0-.15.23%2C0.244%2C0.244%2C0%2C0%2C0%2C.14.23l4.67%2C2.33a0.224%2C0.224%2C0%2C0%2C0%2C.26-0.02l4.54-3.45-3.56%2C3.73a0.237%2C0.237%2C0%2C0%2C0-.07.2l0.35%2C4.7a0.284%2C0.284%2C0%2C0%2C0%2C.18.23%2C0.2%2C0.2%2C0%2C0%2C0%2C.08.01%2C0.246%2C0.246%2C0%2C0%2C0%2C.19-0.09l2.48-2.92%2C3.06%2C1.49a0.256%2C0.256%2C0%2C0%2C0%2C.21%2C0%2C0.248%2C0.248%2C0%2C0%2C0%2C.14-0.16l4.32-14.01A0.258%2C0.258%2C0%2C0%2C0%2C1086.91%2C3358.04Z%22%20transform%3D%22translate%28-1070%20-3358%29%22%2F%3E%3C%2Fsvg%3E") calc(50% + 47px) 50% no-repeat #f2c700; }
  @media (max-width: 479px) {
    .subscribe-form button, .subscribe button {
      padding: 0;
      font-size: 0;
      background-position: 50% 50%; } }

.site-container {
  width: 100%;
  margin: 0 auto;
  padding: 30px 12px;
  max-width: 1194px;
  box-sizing: border-box;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -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: 12px;
    -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) {
  .site-container {
    padding: 8px; } }

.site-main {
  width: 100%;
  -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: 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-main {
    float: none; } }

.content.shop_content .site-path {
  padding-bottom: 30px; }
  @media (max-width: 1023px) {
    .content.shop_content .site-path {
      padding: 12px; } }
  @media (max-width: 767px) {
    .content.shop_content .site-path {
      display: none; } }

.site-sidebar {
  position: relative; }
  .site-sidebar > div {
    margin-bottom: 30px; }
  .site-sidebar > div:last-child {
    margin-bottom: 0; }
  @media (max-width: 1023px) {
    .site-sidebar > div {
      margin-bottom: 12px; } }
  @media (max-width: 479px) {
    .site-sidebar > div {
      margin-bottom: 8px; } }

.site-sidebar.left {
  width: 270px;
  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-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: 1023px) {
  .site-sidebar.left {
    margin: 0;
    width: 100%;
    float: none;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between; }
    .site-sidebar.left.left-inner {
      -webkit-box-ordinal-group: 3;
      -moz-box-ordinal-group: 3;
      -webkit-order: 2;
      -moz-order: 2;
      -ms-flex-order: 2;
      order: 2; } }

@media (max-width: 1023px) {
    .site-main {
      padding: 0 0 12px; } }
  @media (max-width: 479px) {
  .site-main {
    padding: 0 0 8px; } }

.site-sidebar.left ~ .site-main {
  padding-left: 30px;
  box-sizing: border-box;
  width: calc(100% - 270px); }
  @media (max-width: 1023px) {
  .site-sidebar.left ~ .site-main {
    padding-left: 0;
    width: 100%; } }

.site-footer {
  padding: 0 12px;
  background-color: #fff;
  -webkit-box-flex: none;
  -webkit-flex: none;
  -moz-box-flex: none;
  -moz-flex: none;
  -ms-flex: none;
  flex: none; }
  @media (max-width: 1023px) {
  .site-footer {
    padding: 0 36px; } }
  @media (max-width: 479px) {
  .site-footer {
    padding: 0 24px; } }
  .site-footer .site-footer-inner {
    margin: 0 auto;
    max-width: 1170px; }
  .site-footer .site-footer-inner > div {
    -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); }
    .site-footer .site-footer-inner > div:last-child {
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none; }

.footer-top {
  padding: 60px 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; }
  @media (max-width: 1023px) {
  .footer-top {
    display: none; } }
  .footer-top > div {
    margin: 0 0 0 30px;
    width: calc(100% / 3 - 20px);
    -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; }
  .footer-top > div:first-child {
    margin: 0; }

.footer-name {
  color: #000;
  font-size: 30px;
  font-weight: 900; }

.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; }
  .footer-phone .phone-icon {
    width: 56px;
    height: 72px;
    margin: 0 20px 0 0;
    border-right: 1px solid rgba(0, 0, 0, 0.07);
    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%2236px%22%20height%3D%2236px%22%20%20viewBox%3D%220%200%2036%2036%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%2300cdf2%22%20d%3D%22M802.37%2C3123.81a2.524%2C2.524%2C0%2C0%2C0-3.813%2C0c-0.892.89-1.783%2C1.77-2.66%2C2.67a0.528%2C0.528%2C0%2C0%2C1-.734.14c-0.576-.32-1.191-0.57-1.745-0.92a27.387%2C27.387%2C0%2C0%2C1-6.667-6.07%2C15.731%2C15.731%2C0%2C0%2C1-2.39-3.82%2C0.555%2C0.555%2C0%2C0%2C1%2C.135-0.71c0.891-.86%2C1.76-1.74%2C2.637-2.63a2.529%2C2.529%2C0%2C0%2C0-.008-3.9c-0.7-.7-1.393-1.39-2.09-2.1-0.719-.72-1.431-1.44-2.157-2.16a2.546%2C2.546%2C0%2C0%2C0-3.813.01c-0.9.89-1.761%2C1.79-2.675%2C2.66a4.335%2C4.335%2C0%2C0%2C0-1.363%2C2.93%2C12.371%2C12.371%2C0%2C0%2C0%2C.959%2C5.34%2C32.449%2C32.449%2C0%2C0%2C0%2C5.761%2C9.6%2C35.6%2C35.6%2C0%2C0%2C0%2C11.806%2C9.23%2C17.019%2C17.019%2C0%2C0%2C0%2C6.54%2C1.91%2C4.8%2C4.8%2C0%2C0%2C0%2C4.112-1.57c0.764-.85%2C1.626-1.63%2C2.435-2.45a2.549%2C2.549%2C0%2C0%2C0%2C.015-3.88C805.232%2C3126.66%2C803.8%2C3125.24%2C802.37%2C3123.81Zm-1.431-5.97%2C2.764-.47a12.4%2C12.4%2C0%2C0%2C0-10.5-10.18l-0.389%2C2.78A9.593%2C9.593%2C0%2C0%2C1%2C800.939%2C3117.84Zm4.323-12.01a20.387%2C20.387%2C0%2C0%2C0-11.687-5.83l-0.389%2C2.78a17.774%2C17.774%2C0%2C0%2C1%2C15.049%2C14.58l2.765-.47A20.51%2C20.51%2C0%2C0%2C0%2C805.262%2C3105.83Z%22%20transform%3D%22translate%28-775%20-3100%29%22%2F%3E%3C%2Fsvg%3E") left 50% no-repeat;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 56px;
    -moz-box-flex: 0;
    -moz-flex: 0 0 56px;
    -ms-flex: 0 0 56px;
    flex: 0 0 56px; }
  .footer-phone .phone-body {
    -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-phone .phone-title {
    color: #999;
    font-size: 11px; }
  .footer-phone .phone-text {
    color: #000;
    font-size: 21px;
    font-weight: 900; }

.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; }
  .footer-address .address-icon {
    width: 48px;
    height: 72px;
    margin: 0 20px 0 0;
    border-right: 1px solid rgba(0, 0, 0, 0.07);
    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%2228px%22%20height%3D%2236px%22%20%20viewBox%3D%220%200%2028%2036%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%22%3Cpath%20fill%3D%22%2300cdf2%22%20d%3D%22M1189%2C3098c-7.72%2C0-14%2C5.85-14%2C13.04%2C0%2C8.92%2C12.53%2C22.02%2C13.06%2C22.57a1.328%2C1.328%2C0%2C0%2C0%2C1.88%2C0c0.53-.55%2C13.06-13.65%2C13.06-22.57C1203%2C3103.85%2C1196.72%2C3098%2C1189%2C3098Zm0%2C19.6a6.576%2C6.576%2C0%2C1%2C1%2C7.04-6.56A6.826%2C6.826%2C0%2C0%2C1%2C1189%2C3117.6Z%22%20transform%3D%22translate%28-1175%20-3098%29%22%2F%3E%3C%2Fsvg%3E") left 50% no-repeat;
    -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; }
  .footer-address .address-body {
    -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 .address-title {
    color: #999;
    font-size: 11px;
    padding: 0 0 5px; }
  .footer-address .address-text {
    color: #000;
    font-size: 14px;
    line-height: 1.6;
    font-weight: bold; }

.footer-middle {
  padding: 50px 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; }
  @media (max-width: 1023px) {
  .footer-middle {
    padding: 30px 0 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -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) {
  .footer-middle {
    padding: 17px 0 0; } }
  .footer-middle > div {
    margin: 0 0 0 30px;
    width: calc(100% / 3 - 20px);
    -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) {
    .footer-middle > div {
      margin: 0;
      width: 100%; } }
  .footer-middle > div:first-child {
    margin: 0; }

.site-copyright {
  color: #999;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.4;
  padding: 0 40px 0 0;
  box-sizing: border-box; }
  @media (max-width: 1023px) {
  .site-copyright {
    padding: 40px 0;
    text-align: center;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -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); } }
  @media (max-width: 479px) {
  .site-copyright {
    padding: 24px 0; } }
  .site-copyright p:first-child {
    color: #000;
    font-size: 15px;
    line-height: 1.2;
    font-weight: bold;
    padding: 0 0 15px; }

.payments-block {
  font-size: 0; }
  @media (max-width: 1023px) {
  .payments-block {
    padding: 15px 0 40px;
    text-align: center; } }
  @media (max-width: 479px) {
  .payments-block {
    padding: 12px 0 25px; } }
  .payments-block .payments-title {
    display: none; }
  .payments-block .payments-body {
    margin: 0 -10px 0 0; }
  @media (max-width: 1023px) {
    .payments-block .payments-body {
      margin: 0; } }
  .payments-block .item {
    vertical-align: top;
    display: inline-block;
    margin: 10px 20px 10px 0;
    border: 1px solid rgba(0, 0, 0, 0.07); }
  @media (max-width: 1023px) {
    .payments-block .item {
      margin: 10px; } }
  @media (max-width: 479px) {
    .payments-block .item {
      margin: 5px; } }

.footer-bot {
  padding: 60px 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; }
  @media (max-width: 1023px) {
  .footer-bot {
    padding: 20px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; } }
  @media (max-width: 479px) {
  .footer-bot {
    padding: 12px 0; } }
  .footer-bot .mega-copyright {
    color: #000;
    font-size: 13px; }
  @media (max-width: 1023px) {
    .footer-bot .mega-copyright {
      padding: 15px 0; } }
  @media (max-width: 479px) {
    .footer-bot .mega-copyright {
      padding: 12px 0; } }
  .footer-bot .social {
    font-size: 0; }
  @media (max-width: 1023px) {
    .footer-bot .social {
      padding: 10px 0; } }
  @media (max-width: 479px) {
    .footer-bot .social {
      padding: 7px 0; } }
  .footer-bot .social a {
    width: 30px;
    height: 30px;
    margin: 0 10px 0 0;
    vertical-align: top;
    display: inline-block; }
    @media (max-width: 1023px) {
    .footer-bot .social a {
      margin: 5px; } }
/*! 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 */
/* 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: 0;
  -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 {
    color: #fff;
    height: auto;
    font-size: 15px;
    background: none;
    line-height: 1.2;
    font-weight: bold;
    padding: 15px 8px;
    display: inline-block;
    vertical-align: middle;
    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; }
  .shop2-product-btn.type-3.buy:after {
    content: '';
    width: 36px;
    height: 36px;
    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;
    -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.onrequest span {
    color: #898989; }
  .shop2-product-btn.buy {
    background: #00cdf2; }
  .shop2-product-btn.buy:hover {
    background: #19dcff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .shop2-product-btn.buy:active {
    background: #00b7d8;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .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;
  border-radius: 0;
  font-weight: bold;
  padding: 15px 10px;
  background: #00cdf2;
  -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: #19dcff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .shop2-btn:active {
    background: #00b7d8;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.shop2-btn2 {
  height: 48px;
  border: none;
  outline: none;
  color: #888;
  font-size: 13px;
  border: solid 1px #00cdf2;
  -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: #00cdf2;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .shop2-btn2:active {
    color: #fff;
    background: #00b7d8;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.shop2-btn3 {
  color: #fff;
  height: 48px;
  border: none;
  outline: none;
  font-size: 15px;
  font-weight: bold;
  background: #1d7bd3;
  -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: #338ee3;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .shop2-btn3:active {
    color: #fff;
    background: #1a6ebc;
    -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: 94px; }
  .product-amount input[type="text"] {
    width: 40px;
    height: 36px;
    border: none;
    margin: 0 3px;
    outline: none;
    color: #000;
    padding: 0 5px;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    border-radius: 0;
    vertical-align: top;
    box-sizing: border-box;
    background-color: #f3f3f3; }
  .product-amount button:not([disabled]) {
    color: #fff;
    width: 24px;
    height: 36px;
    border: none;
    outline: none;
    font-size: 20px;
    border-radius: 0;
    background: none;
    line-height: 36px;
    background: #1d7bd3;
    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 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-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]):hover {
    background: #4699e6; }
  .product-amount button:not([disabled]):active {
    background: #1c75c8; }
  .product-amount button:not([disabled]).disab {
    background: #dcdcdc; }
  .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 #1d7bd3; }
  .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: #898989;
    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: #888;
    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: #898989;
    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;
  padding: 0 30px 30px;
  background-color: #fff; }
  @media (max-width: 1023px) {
  .product-list {
    padding: 0;
    margin: 0 0 12px; } }
  @media (max-width: 479px) {
  .product-list {
    margin: 0 0 8px; } }
  .product-list.main-thumbs {
    padding: 30px;
    background-color: #fff;
    box-sizing: border-box; }
  @media (max-width: 1023px) {
    .product-list.main-thumbs {
      padding: 24px 12px; } }
  @media (max-width: 479px) {
    .product-list.main-thumbs {
      padding: 16px 8px; } }
/* ============== PRODUCT ITEM ============= */
.shop2-product-item .product-name {
  padding: 0 0 16px;
  line-height: 1.25; }
  .shop2-product-item .product-name a {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none; }
  .shop2-product-item .shop2-product-actions {
    padding: 10px 0; }
  .shop2-product-item .product-price {
    color: #888;
    font-family: 'Roboto', Arial, Helvetica, sans-serif; }
  .shop2-product-item .product-price .price-current {
    font-size: 15px;
    line-height: 1.3;
    font-weight: 900;
    color: #000; }
  .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: #888;
    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 .switchOff {
    padding: 20px 0; }
  .shop2-product-item .switchOff a {
    color: #1d7bd3;
    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 #1d7bd3;
      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;
  border: 1px solid #ededed; }
  .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 {
    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-name {
    padding: 0;
    line-height: 1.25; }
  .shop2-product-item.main-thumbs .product-name a {
    font-size: 14px; }
  .shop2-product-item.main-thumbs .product-middle {
    padding: 0 8px;
    font-family: 'Roboto', Arial, Helvetica, sans-serif; }
  .shop2-product-item.main-thumbs .product-bot {
    padding: 0 8px 4px;
    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; } }
  .shop2-product-item.main-thumbs .product-price-wrap {
    padding: 12px 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.main-thumbs .product-price-wrap .price-current {
    color: #1d7bd3; }
  .shop2-product-item.main-thumbs .product-price {
    padding-right: 10px; }
  .shop2-product-item.main-thumbs .product-amount, .shop2-product-item.main-thumbs .shop2-product-btn, .shop2-product-item.main-thumbs .product-compare, .shop2-product-item.main-thumbs .switchOff, .shop2-product-item.main-thumbs .shop2-product-actions, .shop2-product-item.main-thumbs .shop2-product-options, .shop2-product-item.main-thumbs .product-anonce, .shop2-product-item.main-thumbs .product-article, .shop2-product-item.main-thumbs .tpl-stars, .shop2-product-item.main-thumbs .product-label, .shop2-product-item.main-thumbs .price-old {
    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: 768px) {
  .shop2-product-item.thumbs {
    width: 33.333335%;
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed; }
    .shop2-product-item.thumbs:nth-of-type(3n-2) {
      border-left: 1px solid #ededed; } }
  @media (min-width: 768px) and (max-width: 1023px) {
  .shop2-product-item.thumbs:nth-of-type(-n+3) {
    border-top: 1px solid #ededed; } }
  @media (min-width: 480px) and (max-width: 767px) {
  .shop2-product-item.thumbs {
    width: 50%;
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed; }
    .shop2-product-item.thumbs:nth-of-type(odd) {
      border-left: 1px solid #ededed; } }
  @media (max-width: 479px) {
  .shop2-product-item.thumbs {
    width: 100%;
    padding: 8px;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    border-bottom: 1px solid #ededed; }
    .shop2-product-item.thumbs:nth-of-type(1) {
      border-top: 1px solid #ededed; } }
  .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; }
  @media (max-width: 479px) {
    .shop2-product-item.thumbs .product-image {
      margin: 0 auto;
      max-width: 240px; } }
  .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;
    bottom: 0;
    text-align: left;
    position: absolute; }
  .shop2-product-item.thumbs .product-label > div {
    color: #fff;
    font-size: 11px;
    line-height: 1.3;
    overflow: hidden;
    font-weight: bold;
    border-radius: 3px;
    margin: 0 2px 2px 0;
    padding: 6px 10px 5px;
    vertical-align: top;
    display: inline-block;
    background-color: #4176e1; }
    .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 .product-middle > div:not(.product-name) {
    border-top: 1px solid #f0f0f0; }
    .shop2-product-item.thumbs .product-middle > div:not(.product-name):first-child {
      border: none; }
  .shop2-product-item.thumbs .tpl-stars {
    margin: 0 0 10px; }
  .shop2-product-item.thumbs .product-article {
    padding: 14px 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; }
  @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-article + div.shop2-product-options {
    border: none;
    padding-top: 0;
    margin-top: -7px; }
  .shop2-product-item.thumbs .product-anonce {
    color: #888;
    padding: 15px 0;
    font-size: 12px;
    font-weight: 300; }
  @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 10px;
    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 .product-bot > div:first-of-type {
    border-top: 1px solid #f0f0f0; }
  .shop2-product-item.thumbs .shop2-product-actions {
    border-bottom: 1px solid #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; }
  @media (max-width: 639px) {
    .shop2-product-item.thumbs .shop2-product-actions {
      padding: 0; } }
  @media (max-width: 479px) {
    .shop2-product-item.thumbs .shop2-product-actions {
      display: block; } }
  .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; }
    @media (max-width: 479px) {
    .shop2-product-item.thumbs .shop2-product-actions .item-action {
      display: block; } }
  .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: 6px 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: 10px 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 {
    padding: 10px;
    -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: 1023px) {
    .shop2-product-item.simple .product-top {
      padding: 10px; } }
  @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-middle > div:not(.product-name) {
    border-top: 1px solid #f0f0f0; }
    .shop2-product-item.simple .product-middle > div:not(.product-name):first-child {
      border: none; }
  .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 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-bot > div {
    border-top: 1px solid #f0f0f0; }
  .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;
    bottom: 0;
    text-align: left;
    position: absolute; }
  .shop2-product-item.simple .product-label > div {
    color: #fff;
    font-size: 11px;
    line-height: 1.3;
    overflow: hidden;
    font-weight: bold;
    border-radius: 3px;
    margin: 0 2px 2px 0;
    padding: 6px 10px 5px;
    vertical-align: top;
    display: inline-block;
    background-color: #4176e1; }
    .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 #fff;
    -webkit-box-shadow: inset 0 -1px 0 #fff;
    box-shadow: inset 0 -1px 0 #fff; }
  .shop2-product-item.simple .product-article {
    padding: 14px 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 #fff;
    -webkit-box-shadow: inset 0 -1px 0 #fff;
    box-shadow: inset 0 -1px 0 #fff; }
  @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-article + div.shop2-product-options {
    padding-top: 0;
    margin-top: -7px;
    border-top: none; }
  .shop2-product-item.simple .product-anonce {
    color: #888;
    padding: 8px 0;
    font-size: 12px;
    font-weight: 300;
    -moz-box-shadow: inset 0 -1px 0 #fff;
    -webkit-box-shadow: inset 0 -1px 0 #fff;
    box-shadow: inset 0 -1px 0 #fff; }
  .shop2-product-item.simple .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;
    -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-product-item.simple .shop2-product-actions {
      display: block; } }
  .shop2-product-item.simple .shop2-product-actions .item-action {
    padding: 8px 0;
    display: inline-block;
    vertical-align: middle;
    -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%; }
    @media (max-width: 479px) {
    .shop2-product-item.simple .shop2-product-actions .item-action {
      display: block; } }
  .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;
  line-height: 1.2;
  box-sizing: border-box;
  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;
  -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-product-item.list {
    padding: 20px; } }
  @media (max-width: 639px) {
  .shop2-product-item.list {
    display: block; } }
  .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 {
  padding: 6px 0; }
  .shop2-product-options .item-option {
    padding: 6px 0;
    font-size: 12px;
    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; }
  .shop2-product-options .option-title {
    color: #888;
    font-weight: 300;
    padding: 1px 5px 1px 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; }
  .shop2-product-options .option-body {
    color: #000;
    padding: 1px 0;
    font-weight: 300;
    text-align: right;
    -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-product-options .option-body a {
    color: #000; }
  .shop2-product-options .shop2-color-ext-multi {
    border: none;
    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-multi li {
    float: none;
    height: 24px;
    width: 24px !important;
    position: relative;
    display: inline-block;
    vertical-align: middle; }
    .shop2-product-options .shop2-color-ext-multi li:first-child:last-child {
      width: 24px !important; }
  .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 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 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: #fff;
    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; }
/*================= TOOLTIP ================ */
#shop2-tooltip.shop2-color-ext-tooltip, .shop2-product-discount-desc {
  border: none;
  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 ================ */
@media (max-width: 1023px) {
    .shop2-filter-form {
      -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: 767px) {
  .shop2-filter-form {
    margin: 0 0 8px; } }

.shop2-filter-title {
  color: #000;
  cursor: pointer;
  font-size: 17px;
  line-height: 1.2;
  font-weight: bold;
  padding: 25px 30px 27px;
  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%2300cdf2%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 #fff;
  background-position: calc(100% - 30px) 50%;
  -moz-box-shadow: inset 0 -1px 0 #f5f5f5;
  -webkit-box-shadow: inset 0 -1px 0 #f5f5f5;
  box-shadow: inset 0 -1px 0 #f5f5f5; }
  @media (max-width: 1023px) {
  .shop2-filter-title {
    min-width: 247px;
    box-sizing: border-box;
    padding: 24px 30px 26px;
    border-right: 1px solid #ededed;
    background-position: calc(100% - 28px) 50%;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none; } }
  @media (max-width: 767px) {
  .shop2-filter-title {
    font-size: 15px;
    text-align: center;
    border: 1px solid #ededed;
    padding: 21px 60px 19px 30px;
    background-position: calc(50% + 65px) 50%; } }

form.shop2-filter {
  margin: 0;
  padding: 0;
  border: none;
  background-color: #fff; }
  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: 0 1px 0 #f5f5f5;
    -webkit-box-shadow: 0 1px 0 #f5f5f5;
    box-shadow: 0 1px 0 #f5f5f5; }
  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 #00cdf2;
    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;
      width: 100%;
      height: 36px;
      border: none;
      outline: none;
      color: #888;
      font-size: 13px;
      padding: 0 20px;
      font-weight: 300;
      border-radius: 3px;
      background: #f3f3f3;
      box-sizing: border-box; }
    form.shop2-filter .field-value.range .ui-widget-content {
      clear: both;
      height: 5px;
      border: none;
      position: relative;
      background: #dedede;
      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: #dedede;
      border-radius: 0 100px 100px 0; }
    form.shop2-filter .field-value.range .ui-slider-range {
      background-color: #f1c600; }
    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: #00cdf2;
      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;
    background: #f3f3f3;
    box-sizing: border-box;
    -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 a.param-val {
    margin: 0;
    padding: 0;
    color: #888;
    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 #00cdf2; }
  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: #888;
      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: #00cdf2; }
  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 WRAP ============== */
.content .shop2-filter-wrap {
  padding: 0 30px;
  background-color: #fff; }
  @media (max-width: 1023px) {
    .content .shop2-filter-wrap {
      padding: 0;
      margin: 0 0 12px;
      border: 1px solid #ededed;
      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) {
    .content .shop2-filter-wrap {
      border: none;
      display: block;
      margin: 0 0 8px;
      background-color: transparent; } }
/* ================ SORTING ================ */
.shop2-sorting-panel {
  margin: 0;
  padding: 0;
  color: #888;
  font-size: 12px;
  text-align: left;
  border-radius: 0;
  overflow: visible;
  position: relative;
  background-color: #fff;
  border: 1px solid #ededed;
  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;
  -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-sorting-panel {
    border: none; } }
  @media (max-width: 767px) {
  .shop2-sorting-panel {
    border: 1px solid #ededed; } }
  .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: 269px;
    position: relative;
    box-sizing: border-box;
    padding: 16px 60px 18px 65px;
    border-right: 1px solid #ededed;
    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%2300cdf2%22%20d%3D%22M741.667%2C429.333V414.667a0.605%2C0.605%2C0%2C0%2C0-.2-0.467A0.72%2C0.72%2C0%2C0%2C0%2C741%2C414a0.6%2C0.6%2C0%2C0%2C0-.467.2h0l-5.333%2C5.333a0.644%2C0.644%2C0%2C0%2C0%2C0%2C.933l0.933%2C0.934a0.725%2C0.725%2C0%2C0%2C0%2C.467.2%2C0.608%2C0.608%2C0%2C0%2C0%2C.467-0.2l1.333-1.334a0.359%2C0.359%2C0%2C0%2C1%2C.6.267v9a0.717%2C0.717%2C0%2C0%2C0%2C.667.667H741A0.718%2C0.718%2C0%2C0%2C0%2C741.667%2C429.333Zm2.666-14.666v14.666a0.608%2C0.608%2C0%2C0%2C0%2C.2.467%2C0.725%2C0.725%2C0%2C0%2C0%2C.467.2%2C0.608%2C0.608%2C0%2C0%2C0%2C.467-0.2h0l5.333-5.334a0.644%2C0.644%2C0%2C0%2C0%2C0-.933l-0.933-.933a0.725%2C0.725%2C0%2C0%2C0-.467-0.2%2C0.608%2C0.608%2C0%2C0%2C0-.467.2l-1.333%2C1.333a0.359%2C0.359%2C0%2C0%2C1-.6-0.267v-9a0.716%2C0.716%2C0%2C0%2C0-.667-0.667H745A0.717%2C0.717%2C0%2C0%2C0%2C744.333%2C414.667Z%22%20transform%3D%22translate%28-735%20-414%29%22%2F%3E%3C%2Fsvg%3E") 30px 50% no-repeat; }
  @media (max-width: 1023px) {
    .shop2-sorting-panel .sort-title {
      min-width: 248px;
      padding: 15px 60px 17px;
      background-position: 24px 50%; } }
  @media (max-width: 767px) {
    .shop2-sorting-panel .sort-title {
      min-width: auto;
      padding: 11px 60px 11px 55px;
      background-position: 20px 48%; } }
  .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 #00cdf2;
    border-left: 3.5px solid transparent;
    border-right: 3.5px solid transparent; }
    @media (max-width: 1023px) {
    .shop2-sorting-panel .sort-title:after {
      right: 20px; } }
  .shop2-sorting-panel .view-shop {
    padding: 0; }

.sho2-sorting-list {
  left: -1px;
  right: 0;
  top: 100%;
  z-index: 10;
  display: none;
  position: absolute;
  background-color: #fff;
  border: 1px solid #ededed; }
  .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: #00cdf2;
    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%2300cdf2%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: #888;
    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: #00cdf2; }
    .sho2-sorting-list li a:not(.sort-reset):hover ins, .sho2-sorting-list li a:not(.sort-reset).active ins {
      border-color: #fff;
      background: #00cdf2;
      -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 24px; }
  @media (max-width: 1023px) {
  .shop2-sorting-panel .view-shop {
    padding: 16px 14px; } }
  @media (max-width: 479px) {
  .shop2-sorting-panel .view-shop {
    padding: 0; } }
  .shop2-sorting-panel .view-shop .view-title {
    color: #888;
    font-size: 11px;
    font-weight: 300;
    line-height: 1.2;
    margin: 0 15px 0 0;
    display: inline-block;
    vertical-align: middle; }
  @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: 58px;
      height: 58px;
      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%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M1414%2C417h8v7h-8v-7Zm9%2C0h8v7h-8v-7Zm-9%2C8h8v7h-8v-7Zm9%2C0h8v7h-8v-7Z%22%20transform%3D%22translate%28-1414%20-417%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%2300cdf2%22%20d%3D%22M1414%2C417h8v7h-8v-7Zm9%2C0h8v7h-8v-7Zm-9%2C8h8v7h-8v-7Zm9%2C0h8v7h-8v-7Z%22%20transform%3D%22translate%28-1414%20-417%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%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M1440.99%2C416.99h17v7h-17v-7Zm0%2C8h17v7h-17v-7Z%22%20transform%3D%22translate%28-1441%20-417%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%2300cdf2%22%20d%3D%22M1440.99%2C416.99h17v7h-17v-7Zm0%2C8h17v7h-17v-7Z%22%20transform%3D%22translate%28-1441%20-417%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%3Cpath%20fill%3D%22%23ddd%22%20d%3D%22M1469%2C417h17v3h-17v-3Zm0%2C4h17v3h-17v-3Zm0%2C4h17v3h-17v-3Zm0%2C4h17v3h-17v-3Z%22%20transform%3D%22translate%28-1469%20-417%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%2300cdf2%22%20d%3D%22M1469%2C417h17v3h-17v-3Zm0%2C4h17v3h-17v-3Zm0%2C4h17v3h-17v-3Zm0%2C4h17v3h-17v-3Z%22%20transform%3D%22translate%28-1469%20-417%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 {
  padding: 10px;
  background: #fff;
  margin: 0 0 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(136, 136, 136, 0.07);
  -webkit-box-shadow: inset 0 0 0 1px rgba(136, 136, 136, 0.07);
  box-shadow: inset 0 0 0 1px rgba(136, 136, 136, 0.07); }
  @media (max-width: 1200px) {
  .shop2-product {
    display: block; } }
  @media (max-width: 1023px) {
  .shop2-product {
    margin: 10px 0 20px; } }
  @media (max-width: 479px) {
  .shop2-product {
    margin: 8px 0; } }
  .shop2-product div.tpl-rating-block {
    font-size: 0;
    margin: 0 0 15px; }
  @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%3Cpath%20fill%3D%22%23ffb400%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: 23px;
    line-height: 1.2;
    padding: 0 0 8px;
    font-weight: 900; }
  @media (max-width: 1023px) {
    .shop2-product .shop2-product-name {
      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: 350px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 350px;
  -moz-box-flex: 0;
  -moz-flex: 0 0 350px;
  -ms-flex: 0 0 350px;
  flex: 0 0 350px; }
  @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; }
  @media (max-width: 1200px) {
    .product-side-left .share {
      padding: 0 20px; } }

.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: 640px; } }
  .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;
    border-radius: 3px;
    background: #4176e1;
    margin: 0 2px 2px 0;
    padding: 6px 10px 5px;
    display: inline-block;
    vertical-align: middle; }
    .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(136, 136, 136, 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: #00cdf2; }
    .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; }
  .product-thumbnails-wrap .slick-list {
    margin: 0 auto;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 100px); }
  @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: 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 1px;
  -moz-box-flex: 1;
  -moz-flex: 1 1 1px;
  -ms-flex: 1 1 1px;
  flex: 1 1 1px; }
  @media (max-width: 1200px) {
  .product-side-right {
    padding: 30px 20px; } }
  @media (max-width: 479px) {
  .product-side-right {
    padding: 20px 10px 0; } }
  @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-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) {
    .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 ~ .action-wrap {
        margin: -20px 0 0; } }
  .product-side-right .form-add .product-amount {
    margin: 0 0 0 10px; }
    @media (max-width: 479px) {
    .product-side-right .form-add .product-amount {
      -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 .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: 60px;
      height: 48px;
      border: none;
      outline: none;
      color: #000;
      font-size: 12px;
      font-weight: 300; }
      @media (max-width: 479px) {
      .product-side-right .form-add .product-amount .shop2-product-amount input[type="text"] {
        width: 40px;
        margin: 0 3px; } }
    .product-side-right .form-add .product-amount .shop2-product-amount button {
      display: none;
      width: 24px;
      height: 48px; }
      @media (max-width: 479px) {
      .product-side-right .form-add .product-amount .shop2-product-amount button {
        vertical-align: top;
        display: inline-block; } }
  .product-side-right .form-add .shop2-product-btn {
    width: 180px;
    margin: 30px 0 0;
    -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; }
    @media (max-width: 1200px) {
    .product-side-right .form-add .shop2-product-btn {
      width: 160px;
      margin: 0 0 0 20px;
      -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: 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: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: 30px 0 0 20px;
    display: inline-block;
    vertical-align: middle;
    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; }
    @media (max-width: 1200px) {
    .product-side-right .form-add .buy-one-click {
      margin: 0 0 0 20px; } }
    @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;
    width: calc(100% - 70px);
    -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 .product-price-wrap {
      width: auto; } }
  @media (max-width: 767px) {
    .product-side-right .product-price-wrap {
      -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; } }
  @media (max-width: 639px) {
    .product-side-right .product-price-wrap {
      width: calc(100% - 104px); } }
  .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;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      -webkit-align-items: stretch;
      -moz-align-items: stretch;
      align-items: stretch;
      -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; } }
  .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; }
    @media (max-width: 479px) {
    .product-side-right .action-wrap .product-compare {
      padding: 20px 0; }
      .product-side-right .action-wrap .product-compare ~ .shop2-product-actions {
        border-top: 1px solid #f0f0f0; } }
  .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;
      padding: 8px 0; } }
    .product-side-right .action-wrap .shop2-product-actions .item-action {
      padding: 10px 0;
      margin: 0 30px 0 0; }
    @media (max-width: 479px) {
      .product-side-right .action-wrap .shop2-product-actions .item-action {
        margin: 0; } }
    .product-side-right .action-wrap .shop2-product-actions .item-action:last-child {
      margin-right: 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: 3px 0;
    font-weight: bold; }
    @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: 8px 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: 5px 0; } }
    .product-side-right .product-details .shop2-product-options .option-title {
      padding: 3px 0; }
    .product-side-right .product-details .shop2-product-options .option-body {
      padding: 3px 0 3px 10px; }
    .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 12px; } }
  .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;
    background-color: #00cdf2;
    -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; }
    .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;
      text-decoration: none;
      display: inline-block;
      padding: 16px 31px 14px;
      -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;
    font-size: 15px;
    font-weight: 300;
    color: #888;
    background-color: #fff;
    padding: 25px 30px 30px; }
  @media (max-width: 639px) {
    .shop2-product-tabs-wrap .shop2-product-tabs-body {
      margin: 1px 0 0; } }
  @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: #888;
    display: block;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none;
    background-color: #fff;
    padding: 15px 45px 15px 20px; }
    .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%23888888%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: #00cdf2;
    -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: 6px 0;
  font-size: 15px;
  font-weight: 300;
  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: #1d7bd3; }
/* =============== 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 {
    padding: 0 12px 15px;
    text-align: center; } }
  @media (max-width: 479px) {
  .shop2-item-collection-title {
    padding: 0 8px 10px; } }
  .shop2-item-collection-title span {
    font-size: 19px;
    color: #000;
    font-weight: bold; }
  @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%23888888%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%23888888%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: #00cdf2; }
    .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: #fff; }
  .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 #f0f0f0, inset -1px -1px 0 #f0f0f0; }
  .shop2-group-kinds-wrap .shop2-item-kind-inner, .shop2-group-kinds-wrap form {
    padding: 10px;
    box-shadow: inset 0 1px 0 #f0f0f0, inset -1px -1px 0 #f0f0f0; }
  @media (max-width: 479px) {
    .shop2-group-kinds-wrap .shop2-item-kind-inner, .shop2-group-kinds-wrap form {
      padding: 8px; } }
  .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 #fff; }
  .shop2-group-kinds-wrap .kind-details {
    padding: 20px 10px 10px; }
  @media (max-width: 479px) {
    .shop2-group-kinds-wrap .kind-details {
      padding: 16px 8px 8px; } }
  .shop2-group-kinds-wrap .kind-details > div:not(.kind-name) {
    border-top: 1px solid #f0f0f0; }
    .shop2-group-kinds-wrap .kind-details > div:not(.kind-name):first-child {
      border-top: none; }
  .shop2-group-kinds-wrap .tpl-rating-block {
    margin: 0 0 10px; }
  .shop2-group-kinds-wrap .kind-name {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    padding: 0 0 12px; }
  @media (max-width: 1023px) {
    .shop2-group-kinds-wrap .kind-name {
      padding: 0 0 16px; } }
  @media (max-width: 479px) {
    .shop2-group-kinds-wrap .kind-name {
      font-size: 13px;
      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: 14px 0 13px;
    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 {
    padding: 10px 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: 479px) {
    .shop2-group-kinds-wrap .kind-price-wrap {
      padding: 6px 0; } }
  .shop2-group-kinds-wrap .kind-price {
    padding: 0 10px 0 0; }
  .shop2-group-kinds-wrap .kind-price .price-current {
    color: #000;
    font-size: 15px;
    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: 6px 0; }
  @media (max-width: 1023px) {
    .shop2-group-kinds-wrap .product-amount button {
      display: none; }

    .shop2-group-kinds-wrap .product-amount input[type="text"] {
      margin: 0; } }
  .shop2-group-kinds-wrap .product-amount .shop2-product-amount {
    width: auto; }
  @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 -15px 25px; }
  @media (max-width: 1023px) {
  .shop2-item-collection-body {
    margin: 0 0 15px; } }
  @media (max-width: 479px) {
  .shop2-item-collection-body {
    margin: 0 -4px 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: #1d7bd3; }
    .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: #fff; }
  .shop2-item-collection-body .shop2-item-kind {
    outline: none;
    padding: 0 15px; }
  @media (min-width: 480px) and (max-width: 1023px) {
    .shop2-item-collection-body .shop2-item-kind {
      padding: 0;
      border-top: 1px solid #f0f0f0;
      border-right: 1px solid #f0f0f0;
      border-bottom: 1px solid #f0f0f0; }
      .shop2-item-collection-body .shop2-item-kind:not(.slick-active) + .slick-active .shop2-item-kind-inner, .shop2-item-collection-body .shop2-item-kind:first-child .shop2-item-kind-inner, .shop2-item-collection-body .shop2-item-kind:not(.slick-active) + .slick-active form, .shop2-item-collection-body .shop2-item-kind:first-child form {
        -moz-box-shadow: inset 1px 0 0 #f0f0f0;
        -webkit-box-shadow: inset 1px 0 0 #f0f0f0;
        box-shadow: inset 1px 0 0 #f0f0f0; } }
  @media (max-width: 479px) {
    .shop2-item-collection-body .shop2-item-kind {
      padding: 0 4px; } }
  .shop2-item-collection-body .shop2-item-kind .shop2-item-kind-inner, .shop2-item-collection-body .shop2-item-kind form {
    padding: 10px;
    background-color: #fff; }
    @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; } }
  .shop2-item-collection-body .kind-image {
    text-align: center; }
  .shop2-item-collection-body .kind-image a {
    outline: none;
    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 #fff; }
  .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 .kind-details > div:not(.kind-name) {
    border-top: 1px solid #f0f0f0; }
    .shop2-item-collection-body .kind-details > div:not(.kind-name):first-child {
      border-top: none; }
  .shop2-item-collection-body .tpl-rating-block {
    margin: 0 0 10px; }
  .shop2-item-collection-body .kind-name {
    color: #000;
    font-size: 15px;
    font-weight: bold;
    padding: 0 0 12px; }
  @media (max-width: 1023px) {
    .shop2-item-collection-body .kind-name {
      padding: 0 0 16px; } }
  @media (max-width: 479px) {
    .shop2-item-collection-body .kind-name {
      font-size: 13px;
      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: 14px 0 13px;
    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 {
    padding: 10px 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: 479px) {
    .shop2-item-collection-body .kind-price-wrap {
      padding: 6px 0; } }
  .shop2-item-collection-body .kind-price {
    padding: 0 10px 0 0; }
  .shop2-item-collection-body .kind-price .price-current {
    color: #000;
    font-size: 15px;
    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: 6px 0; }
  @media (max-width: 1023px) {
    .shop2-item-collection-body .product-amount button {
      display: none; }

    .shop2-item-collection-body .product-amount input[type="text"] {
      margin: 0; } }
  .shop2-item-collection-body .product-amount .shop2-product-amount {
    width: auto; }
  @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; }
  @media (max-width: 1023px) {
  .shop2-recently-products-title {
    padding: 0 12px 15px; } }
  @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;
  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; }
  .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 - 20px);
    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-recently-products-body .item-product:nth-child(3n-2) {
    margin-left: 0; }
  @media (max-width: 1023px) {
    .shop2-recently-products-body .item-product {
      margin: 0 0 12px;
      width: calc(50% - 6px); }
      .shop2-recently-products-body .item-product:nth-child(even) {
        margin-left: 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-product:nth-child(even) {
        margin-left: 0; } }
  .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 .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: #898989;
  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: #888;
    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%2300cdf2%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: #888;
    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%2300cdf2%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: #888;
  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: #888;
    width: 100%;
    height: 48px;
    outline: none;
    padding: 0 14px;
    font-size: 12px;
    font-weight: 300;
    background: #fff;
    box-sizing: border-box;
    border: 1px solid #fff;
    /* 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: #000; }
  .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: #000; }
  .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: #000; }
  .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: #000; }
  .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 #00cdf2;
    -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 #fff;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    box-shadow: inset 0 0 0 1px #fff; }
    .tpl-form.tpl-auth input[type="checkbox"] ~ ins ~ span {
      padding: 2px 0 0;
      color: #888;
      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 #fff; }
  .tpl-form.tpl-auth .login-button {
    width: 100%;
    max-width: 320px; }
  .tpl-form.tpl-auth .recover-password-button {
    color: #888;
    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: #888;
    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: #000; }
  .tpl-form input[type="text"]::-moz-placeholder, .tpl-form input[type="password"]::-moz-placeholder {
    color: #000; }
  .tpl-form input[type="text"]:-moz-placeholder, .tpl-form input[type="password"]:-moz-placeholder {
    color: #000; }
  .tpl-form input[type="text"]:-ms-input-placeholder, .tpl-form input[type="password"]:-ms-input-placeholder {
    color: #000; }
  .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: #000; }
  .tpl-form textarea::-moz-placeholder {
    color: #000; }
  .tpl-form textarea:-moz-placeholder {
    color: #000; }
  .tpl-form textarea:-ms-input-placeholder {
    color: #000; }
  .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%2300cdf2%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 #00cdf2; }
  @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 #19dcff;
    -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 #00b7d8;
    -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 {
    color: #888;
    font-size: 12px;
    font-weight: 300;
    -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; }
    .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;
    padding: 15px 30px;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    background: #1d7bd3;
    -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: #338ee3; }
  .shop2-cart-update-wrap a.shop2-cart-update-btn:active {
    background: #1a6ebc; }
  .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%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-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: #fff;
    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; }
  @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;
  border-top: 1px solid #f0f0f0;
  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 0 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 0 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%; }
  .shop2-cart-product-title .cart-product-price-first-title {
    display: none; }
  @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 .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 #fff; }
  .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: #bfbfbf; }
    @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 0 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 0 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: 40px; }
  .shop2-cart-table .cart-amount button {
    width: 24px; }
  .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; } }
  .shop2-cart-table .cart-price.cart-price-first {
    display: none; }
    @media (max-width: 1023px) {
    .shop2-cart-table .cart-price.cart-price-first {
      display: none; } }
  .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 0 auto;
      -moz-box-flex: 0;
      -moz-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
      flex: 0 0 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: #1d7bd3;
    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 {
  color: #000;
  margin: 20px 0;
  font-size: 19px;
  font-weight: bold;
  padding: 0 0 10px;
  border-bottom: 1px solid #f0f0f0; }

form.shop2-order-options {
  margin: 0;
  padding: 30px;
  background-color: #fff; }
  @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: #888;
    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: #00cdf2; }
    .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 {
      color: #000;
      font-size: 15px;
      padding: 1px 0 0;
      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: #888;
      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; }
  @media (max-width: 479px) {
  .order-order-wrap {
    padding: 20px; } }

.del_fiel_wrap {
  color: #000;
  padding: 0 0 5px;
  margin: 0 0 30px;
  border-bottom: 1px solid #f0f0f0; }
  .del_fiel_wrap .item_del_fiel {
    font-size: 15px;
    font-weight: 300;
    padding: 0 0 22px; }

.shop2-order-form .form-item {
  margin: 0;
  padding: 0 0 18px; }
  .shop2-order-form label > div {
    color: #888;
    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;
    padding: 10px 15px;
    box-sizing: border-box;
    border: solid 1px #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; }
  .shop2-order-form textarea:focus {
    border-color: #00cdf2; }
  .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;
    box-sizing: border-box;
    border: solid 1px #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; }
  .shop2-order-form input[type="text"]:focus, .shop2-order-form select:focus {
    border-color: #00cdf2; }
  .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 {
  color: #000;
  padding: 30px;
  font-size: 15px;
  font-weight: 300;
  background-color: #fff; }
  @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; }
/*=========== LOGIN / REGISTRATION ===========*/
.shop2-login-title {
  color: #fff;
  cursor: pointer;
  margin: 30px 0 0;
  padding: 22px 20px 20px;
  background-color: #00cdf2;
  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: #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); }
  .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: #a8a8a8;
    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%23888888%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: #fff; }
    .shop2-login-wrap form input[type="text"]::-moz-placeholder, .shop2-login-wrap form input[type="password"]::-moz-placeholder {
      color: #fff; }
    .shop2-login-wrap form input[type="text"]:-moz-placeholder, .shop2-login-wrap form input[type="password"]:-moz-placeholder {
      color: #fff; }
    .shop2-login-wrap form input[type="text"]:-ms-input-placeholder, .shop2-login-wrap form input[type="password"]:-ms-input-placeholder {
      color: #fff; }
    .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 ===============*/
.shop2-search-wrap {
  left: 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: 100%;
    display: block;
    position: static;
    text-align: left;
    -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 #00cdf2;
      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;
      overflow: hidden;
      line-height: 1.1;
      font-weight: bold; }
    .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;
      background: #f5f5f5;
      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; }
    .shop2-search-wrap .row .row-body.range .ui-widget-content {
      clear: both;
      height: 5px;
      border: none;
      position: relative;
      background: #ededed;
      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: #ededed;
        border-radius: 0 100px 100px 0;
        border-radius: 100px 0 0 100px; }
    .shop2-search-wrap .row .row-body.range .ui-slider-range {
      background-color: #f2c700; }
    .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: #00cdf2;
      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: #1d7bd3; }
    .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: #888;
      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 #fff; }
    .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 #1d7bd3;
      -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: #888;
      font-size: 13px;
      display: inline-block;
      vertical-align: middle;
      text-transform: capitalize;
      max-width: calc(100% - 36px); }
  .shop2-search-wrap .more {
    color: #1d7bd3;
    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 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"] {
    color: #000;
    width: 100%;
    height: 36px;
    border: none;
    outline: none;
    font-size: 13px;
    padding: 0 14px;
    font-weight: 300;
    background: #f5f5f5;
    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; }
  .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: #000;
      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%3Cpath%20fill%3D%22%23000%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: #888;
    font-size: 12px;
    margin: 0 0 5px; }
  .popup-form-wrapper .tpl-anketa .field-value {
    color: #000; }
  .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 #dbdbdb;
      -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: #1d7bd3; }
    .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 #dbdbdb;
      -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 #1d7bd3; }
    .popup-form-wrapper .tpl-anketa ul span {
      color: #898989;
      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: #898989;
    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]: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: #898989;
    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"]: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: #898989;
    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:focus {
      border-color: #00c1f8; }
  .popup-form-wrapper .tpl-anketa button {
    width: 100%; }
/*=========== WARNING INFORMATIONS ===========*/
.shop2-warning {
  margin: 0;
  border: none;
  padding: 30px;
  font-size: 14px;
  min-height: auto;
  font-weight: 300;
  background: #fff;
  font-family: 'Roboto', Arial, Helvetica, sans-serif;
  color: #898989;
  -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 {
  color: #888;
  border: none;
  font-size: 13px;
  line-height: 1.7;
  text-align: left;
  padding: 5px 15px;
  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: #00cdf2; }
  .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 #00cdf2;
  -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: #fff !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%;
  text-align: left; }
  .jq-selectbox.opened .jq-selectbox__select {
    -moz-box-shadow: inset 0 0 0 1px #00cdf2;
    -webkit-box-shadow: inset 0 0 0 1px #00cdf2;
    box-shadow: inset 0 0 0 1px #00cdf2; }
    .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.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: #000;
    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 #00cdf2;
    -webkit-box-shadow: inset 0 0 0 1px #00cdf2;
    box-shadow: inset 0 0 0 1px #00cdf2; }
  .jq-selectbox .jq-selectbox__dropdown ul {
    margin: 0;
    padding: 0;
    list-style: none;
    max-height: 200px; }
    .jq-selectbox .jq-selectbox__dropdown ul li {
      cursor: pointer;
      color: #888;
      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%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22%23ffb400%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: 0 30px 40px;
  background-color: #fff; }
  @media (max-width: 1023px) {
  .shop2-pagelist {
    padding: 18px 10px; } }
  .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: 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-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%23888888%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 #ededed; }
    .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 #1d7bd3; }
  .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%23888888%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 #ededed; }
    .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 #1d7bd3; }
  .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%23888888%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 #ededed; }
    .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 #1d7bd3; }
  .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%23888888%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 #ededed; }
    .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 #1d7bd3; }
  .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: #00cdf2; }
/* ============== MAIN-BLOCK ============== */
.shop2-main-header {
  color: #000;
  padding: 15px 0;
  font-size: 23px;
  background: none;
  line-height: 1.25;
  font-weight: bold;
  position: relative;
  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-main-header {
    font-size: 19px;
    padding: 12px 0; } }
  .shop2-main-header.shop2-main-header-notText {
    padding: 25px 30px 15px;
    background-color: #fff; }
  @media (max-width: 1023px) {
    .shop2-main-header.shop2-main-header-notText {
      padding: 18px 24px; } }
  @media (max-width: 479px) {
    .shop2-main-header.shop2-main-header-notText {
      padding: 13px 16px; } }
  .shop2-main-header + .product-list {
    padding-top: 0; }
  .shop2-main-header .owl-nav {
    font-size: 0;
    text-align: right;
    -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-main-header .owl-nav > div {
    width: 16px;
    height: 28px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle; }
    .shop2-main-header .owl-nav > div.owl-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%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%23000%22%20d%3D%22M396%2C1322v1h1v1h1v1h1v1h2v-2h-1v-1h-1v-1h-1v-2h1v-1h1v-1h1v-2h-2v1h-1v1h-1v1h-1v1h-1v2h1Z%22%20transform%3D%22translate%28-395%20-1316%29%22%2F%3E%3C%2Fsvg%3E") 0 50% no-repeat; }
    .shop2-main-header .owl-nav > div.owl-prev.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%3Cpath%20fill%3D%22%23999%22%20d%3D%22M396%2C1322v1h1v1h1v1h1v1h2v-2h-1v-1h-1v-1h-1v-2h1v-1h1v-1h1v-2h-2v1h-1v1h-1v1h-1v1h-1v2h1Z%22%20transform%3D%22translate%28-395%20-1316%29%22%2F%3E%3C%2Fsvg%3E") 0 50% no-repeat; }
    .shop2-main-header .owl-nav > div.owl-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%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%23000%22%20d%3D%22M1513%2C919v1h-1v1h-1v1h-1v1h-2v-2h1v-1h1v-1h1v-2h-1v-1h-1v-1h-1v-2h2v1h1v1h1v1h1v1h1v2h-1Z%22%20transform%3D%22translate%28-1508%20-913%29%22%2F%3E%3C%2Fsvg%3E") 100% 50% no-repeat; }
    .shop2-main-header .owl-nav > div.owl-next.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%3Cpath%20fill%3D%22%23999%22%20d%3D%22M1513%2C919v1h-1v1h-1v1h-1v1h-2v-2h1v-1h1v-1h1v-2h-1v-1h-1v-1h-1v-2h2v1h1v1h1v1h1v1h1v2h-1Z%22%20transform%3D%22translate%28-1508%20-913%29%22%2F%3E%3C%2Fsvg%3E") 100% 50% no-repeat; }

.share {
  margin: 20px 0 0; }

.item-main {
  padding: 0 0 30px; }
  @media (max-width: 1023px) {
  .item-main {
    padding: 0 0 12px; }
    .item-main.item-main-last {
      padding: 0; } }
  @media (max-width: 479px) {
  .item-main {
    padding: 0 0 8px; } }

#shop2-order {
  padding: 30px;
  background-color: #fff; }
  @media (max-width: 1023px) {
  #shop2-order {
    padding: 12px; } }
  @media (max-width: 479px) {
  #shop2-order {
    padding: 8px; } }

.text-right {
  padding: 0 30px;
  background-color: #fff; }
  @media (max-width: 1023px) {
  .text-right {
    padding: 12px; }
    .text-right a.shop2-btn {
      margin: 5px 0;
      font-size: 12px;
      padding: 8px 10px; } }
  @media (max-width: 479px) {
  .text-right {
    padding: 8px; } }
