@charset "UTF-8";
/* Neat 1.7.0
 * http://neat.bourbon.io
 * Copyright 2012-2014 thoughtbot, inc.
 * MIT License */
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit; }

/* ===========================
   Normalize
   =========================== */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, 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: transparent; }

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

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

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .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 {
  -moz-box-sizing: content-box;
  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 {
  color: inherit;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: .35em .625em .75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/* ===========================
   Base
   =========================== */
body {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #303030;
  background: url(../i/bg.webp) no-repeat 50% 50% fixed;
  background-size: cover; }

@media screen and (max-width: 569px) {
  body {
    background: none !important;
     }
}

a {
  color: #0a78c5; }
  a:hover {
    text-decoration: none; }

p {
  margin: 0 0 1.5em; }

h1 {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0; }

h2 {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  margin: 0 0 10px; }

ul,
ol {
  margin: 0 0 1.5em 2em;
  padding: 0; }

/* ==|====================
   Base/Form
   ======================= */
input[type='text'],
input[type='url'],
input[type='email'],
input[type='password'],
input[type='tel'],
textarea {
  font-size: 14px;
  line-height: 18px;
  display: block;
  width: 100%;
  height: 28px;
  padding: 4px 8px;
  border: 1px solid #c6c6c4;
  outline: none;
  background: white; }

@media screen and (max-width: 569px) {
    input[type='text'],
input[type='url'],
input[type='email'],
input[type='password'],
input[type='tel'] {
      height: 42px; /*28*/ } }

textarea {
  height: auto;
  vertical-align: top; }

.text-btn-small, .text-btn {
  font-family: "Open Sans Condensed", sans-serif;
  font-weight: bold;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  text-decoration: underline;
  color: #cc5809;
  border: 0;
  outline: none;
  background: none; }

.text-btn-small {
  font-size: 14px; }

.text-btn {
  font-size: 18px; }

.form-field {
  margin-bottom: 12px; }

.spinner {
  position: relative;
  display: block;
  width: 90px;
  margin: 0 auto;
  padding: 0 30px; }
  .spinner input {
    background-color: white;
    background-image: -webkit-linear-gradient(white, #c2c2c2);
    background-image: linear-gradient(white, #c2c2c2);
    font-size: 12px;
    line-height: 16px;
    float: right;
    width: 30px;
    height: 24px;
    padding: 3px 0;
    text-align: center;
    border: 1px solid #939393; }
  .spinner a {
    font-size: 16px;
    line-height: 24px;
    position: absolute;
    top: 0;
    display: block;
    width: 24px;
    height: 24px;
    cursor: pointer;
    text-align: center;
    color: #cc5809; }
    .spinner a.spinner-up {
      right: 0; }
    .spinner a.spinner-down {
      left: 0; }

/* =======================
   Fonts
   ======================= */
@font-face {
  font-family: iconfont;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/iconfont.eot");
  src: url("../fonts/iconfont.eot?#iefix") format("embedded-opentype"), url("../fonts/iconfont.woff") format("woff"), url("../fonts/iconfont.ttf") format("truetype"), url("../fonts/iconfont.svg#iconfont") format("svg"); }
@font-face {
  font-family: rouble;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/rouble.eot");
  src: url("../fonts/rouble.eot?#iefix") format("embedded-opentype"), url("../fonts/rouble.woff") format("woff"), url("../fonts/rouble.ttf") format("truetype"), url("../fonts/rouble.svg#rouble") format("svg"); }
.icon:before,
.icon:before {
  font-family: iconfont;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1; }

.icon-logout:before {
  content: '\e800'; }

/* '' */
.icon-location:before {
  content: '\e801'; }

/* '' */
.icon-search:before {
  content: '\e802'; }

/* '' */
.icon-camera:before {
  content: '\e803'; color:#000; }

/* '' */
.icon-info:before {
  content: '\e804'; }

/* '' */
.icon-basket:before {
  content: '\e805'; }

/* '' */
.icon-login:before {
  content: '\e806'; }

/* '' */
.icon-cancel:before {
  content: '\e807'; }

/* '' */
.icon-plus:before {
  content: '\e808'; }

/* '' */
.icon-minus:before {
  content: '\e809'; }

/* '' */
/* ==|====================
   Base/Layout
   ======================= */
.wrapper {
  max-width: 960px;
  margin: 0 auto; }

/* ==|====================
   Base/Helpers
   ======================= */
.text-center {
  text-align: center; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.rouble {
  font-family: rouble; }

.required {
  color: red; font-size:15px; }

.delete-link {
  text-decoration: none;
  font-size: 16px;
  color: #cc5809;
}

/* ==|====================
   Modules/Header
   ======================= */
.header {
  margin-bottom: 1px;
  padding: 0 30px 30px;
  padding-top: 20px;
  background: white; }
  .header:after {
    content: "";
    display: table;
    clear: both; }

.header-slogan {
  font-size: 14px;
  font-style: italic;
  padding: 5px 0;
  color: #a9a9a9; }

.header-slogan p {
  margin: 0 0 1.0em; }

@media screen and (min-width: 768px) {
  .logo-container {
    float: left;
    width: 250px; } }

.logo-container a {width:88px;display: block;}

.logo {
  overflow: hidden;
  width: 88px;
  height: 88px;
  background: url(../i/logo.svg) no-repeat; }
  .logo:before {
    content: "";
    display: block;
    width: 0;
    height: 100%; }

.contacts {
  /*padding-top: 5px;*/ }
  @media screen and (min-width: 768px) {
    .contacts {
      float: left; } }
  @media screen and (max-width: 767px) {
    .contacts:after {
      content: "";
      display: table;
      clear: both; } }

.contacts-tel {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  float: left;
  width: 165px;
  /*padding-top: 16px;*/ 
  padding: 6px 0;}

.contacts-code {
  font-size: 18px; }

.contacts-tel a {
	color:black;
	text-decoration:none;
	cursor:pointer;
	}

.contacts-links {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 14px;
  font-weight: bold;
  float: left;
padding: 6px 0;
  }
  .contacts-links a {
    color: #cc5809; margin-left: 6px; }

.recall-link {
  text-decoration: none;
  border-bottom: 1px dotted; }

.location-link:after {
  font-family: iconfont;
  display: inline-block;
  margin-left: .5em;
  content: '\e801'; }

.header-cart {
  width: 150px; }
  @media screen and (min-width: 768px) {
    .header-cart {
      float: right; } }
  @media screen and (max-width: 767px) {
    .header-cart {
      padding-top: 10px; width:100%; } }

.header-cart-balance {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  padding: 3px 8px;
  color: white;
  background: #a9a9a9; }

.header-cart-body {
  padding: 6px 8px 8px;
  color: white;
  background: #a9a9a9; }
  .header-cart-body > *:last-child {
    margin-bottom: 0; }

.header-cart-caption {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 6px;
  text-transform: uppercase; }
  .header-cart-caption a {
    color: white; }

/* ==|====================
   Modules/Top bar
   ======================= */
.topbar {
  padding: 0 30px;
  background: rgba(255, 255, 255, 0.85); }
  .topbar:after {
    content: "";
    display: table;
    clear: both; }

.topbar-marquee {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  padding: 8px 0;
  color: #979797; }
  @media screen and (min-width: 960px) {
    .topbar-marquee {
      float: left;
      width: 330px;
      margin-right: 55px; } } // 85px 310720
  .topbar-marquee a {
    color: #979797; }

/* ==|====================
   Modules/Navigation
   ======================= */
.nav {
  position: relative;
  z-index: 3; }
  @media screen and (min-width: 768px) {
    .nav {
      float: left; } }

.nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px; }
  .nav-list:after {
    content: "";
    display: table;
    clear: both; }
  .nav-list > li {
    position: relative;
    float: left;
    margin-right: 30px;
    padding: 8px 0; }
    .nav-list > li > a {
      position: relative; }
    .nav-list > li.nav-submenu-holder {
      margin-right: 18px; }
      .nav-list > li.nav-submenu-holder > a {
        z-index: 3; }
       @media screen and (max-width: 586px) {
      .nav-list > li.nav-submenu-holder > a {
        pointer-events: none; } }
      @media screen and (min-width: 587px) {
      .mobileonly {
        display: none; } }
        .nav-list > li.nav-submenu-holder > a:after {
          height: 0;
          width: 0;
          border-left: 3px solid transparent;
          border-right: 3px solid transparent;
          border-top: 4px solid #a1a1a1;
          display: inline-block;
          margin: 0 0 2px 6px;
          content: ''; }
      .nav-list > li.nav-submenu-holder:hover > a:after {
        visibility: hidden; }
      .nav-list > li.nav-submenu-holder:hover .nav-submenu {
        display: block; }

.nav-submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  position: absolute;
  z-index: 2;
  top: -1px;
  left: -9px;
  display: none;
  box-sizing: content-box;
  min-width: 100%;
  padding: 30px 8px 8px;
  border: 1px solid #a1a1a1;
  background: white; }
  .nav-submenu > li {
    white-space: nowrap;padding: 5px 0 2px 0; }

/* ==|====================
   Modules/Auth
   ======================= */
.auth {
  position: relative;
  width: 150px; }
  @media screen and (min-width: 768px) {
    .auth {
      float: right; } }
  .auth input[type='text'],
  .auth input[type='email'],
  .auth input[type='password'] {
    font-size: 12px;
    line-height: 16px;
    height: 24px;
    padding: 3px 7px; }

.auth-header {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 18px;
  position: relative;
  z-index: 2;
  padding: 8px 0; }
  @media screen and (min-width: 768px) {
    .auth-header {
      text-align: right; }
      .auth_active .auth-header {
        text-align: left; } }
  .auth_active .auth-header {
    padding-left: 10px; }

.auth-link {
  text-decoration: none;
  color: #cc5809; }
  .auth-link .icon {
    margin-right: .25em; }
  .auth-link span {
    border-bottom: 1px dotted; }
    .auth_active .auth-link span {
      border-bottom: 0; }

.auth-login {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: none;
  padding: 38px 9px 9px;
  border: 1px solid #a1a1a1;
  background: white; }
  .auth_active .auth-login {
    display: block; }

.auth-field {
  margin-bottom: 10px; }

.auth-reg-link {
  font-size: 10px; }

/* ==|====================
   Modules/Ad slider
   ======================= */
.ad-slider {
  position: relative;
  margin-bottom: 1px; }
  .ad-slider .slides {
    list-style: none;
    margin: 0;
    padding: 0; }
    .ad-slider .slides li {
      display: none; }
      .ad-slider .slides li:first-child {
        display: block; }
    .ad-slider .slides img {
      display: block;
      max-width: 100%;
      height: auto; }

.ad-slider-control-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 20px;
  bottom: 10px; }
  .ad-slider-control-nav li {
    float: left;
    margin-left: 8px; }
  .ad-slider-control-nav a {
    overflow: hidden;
    display: block;
    width: 8px;
    height: 8px;
    cursor: pointer;
    background: #cc5809; }
    .ad-slider-control-nav a:before {
      content: "";
      display: block;
      width: 0;
      height: 100%; }
    .ad-slider-control-nav a.ad-slider-active {
      cursor: default;
      background: white; }

/* ==|====================
   Modules/Search
   ======================= */
.search-container {
  margin-bottom: 1px;
  padding: 15px 30px 20px;
  background: rgba(255, 255, 255, 0.85); }

.authc {
  background: rgba(191, 255, 211, 0.85); }

.search {
  max-width: 550px;
  margin: 0 auto; }
  .search:after {
    content: "";
    display: table;
    clear: both; }
  .search fieldset {
    position: relative;
    margin: 0;
    padding: 0;
    border: 0; }
    @media screen and (min-width: 570px) {
      .search fieldset {
        float: left;
        width: 405px; } }
  .search input[type='text'] {
    padding-right: 32px; }

.search-btn {
  font-size: 16px;
  line-height: 24px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 32px;
  height: 26px;
  margin: 0;
  padding: 0 0 2px;
  text-align: center;
  color: #cc5809;
  border: 0;
  outline: none;
  background: none; }

@media screen and (max-width: 569px) {
    .search-btn {
      top: 9px;  } }

.search-dropdown {
  list-style: none;
  margin: 0;
  padding: 0;
  display:none;
  font-size: 14px;
  line-height: 20px;
  position: absolute;
  z-index: 3;
  top: 28px;
  right: 0;
  left: 0;
  padding: 4px 0;
  border: 1px solid #c6c6c4;
  border-top: 0;
  background: #fff0e5; }
  .search-dropdown a {
    display: block;
    overflow: hidden;
    padding: 2px 8px;
    text-decoration: none;
    text-overflow: ellipsis;
    color: #cc5809; }
    .search-dropdown a:hover {
      background: #ffe1cb; }

@media screen and (max-width: 569px) {
    .search-dropdown {
      top: 42px; /*28*/ } }

.search-help {
  font-size: 14px;
  margin-top: 3px; }
  @media screen and (min-width: 570px) {
    .search-help {
      float: right; } }
  @media screen and (max-width: 569px) {
    .search-help {
      margin-left: 9px; } }

.search-help-link {
  text-decoration: none;
  color: #cc5809;
  border-bottom: 1px dotted; }

/* ==|====================
   Modules/Tabs
   ======================= */
.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 570px;
  margin: 0 auto 10px; }
  .tabs:after {
    content: "";
    display: table;
    clear: both; }
  .tabs > li {
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 36px;
    padding: 1px 12px;
    outline: none; }
    @media screen and (min-width: 570px) {
      .tabs > li {
        float: left;
        margin-right: 20px; } }
    .tabs > li a {
      color: #cc5809;
      outline: none; }
    .tabs > li.ui-tabs-active {
      position: relative;
      padding: 0; }
      @media screen and (min-width: 570px) {
        .tabs > li.ui-tabs-active:before {
          height: 0;
          width: 0;
          border-top: 10px solid #c3c3c3;
          border-left: 10px solid transparent;
          position: absolute;
          z-index: 0;
          bottom: -10px;
          left: 0;
          display: block;
          content: ''; } }
      .tabs > li.ui-tabs-active a {
        position: relative;
        display: block;
        padding: 0 11px;
        cursor: default;
        text-decoration: none;
        color: black;
        border: 1px solid #c3c3c3;
        background: #ebebeb;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25); }

	
.tabs2 {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 570px;
  margin: 0 auto 10px; }
  .tabs2:after {
    content: "";
    display: table;
    clear: both; }
  .tabs2 > li {
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    padding: 1px 12px;
    outline: none; }
    @media screen and (min-width: 570px) {
      .tabs2 > li {
        float: left;
        margin-right: 4px; } }
    .tabs2 > li a {
      color: #cc5809;
      outline: none; }
    .tabs2 > li.ui-tabs-active {
      position: relative;
      padding: 0; }
      @media screen and (min-width: 570px) {
        .tabs2 > li.ui-tabs-active:before {
          height: 0;
          width: 0;
          border-top: 10px solid #c3c3c3;
          border-left: 10px solid transparent;
          position: absolute;
          z-index: 0;
          bottom: -10px;
          left: 0;
          display: block;
          content: ''; } }
      .tabs2 > li.ui-tabs-active a {
        position: relative;
        display: block;
        padding: 0 11px;
        cursor: default;
        text-decoration: none;
        color: black;
        border: 1px solid #c3c3c3;
        background: #ebebeb;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25); }

/* ==|====================
   Modules/Content
   ======================= */
.content {
  padding: 30px;
  background: white; }

.content-header {
  margin: 0 0 30px -10px; }
  .content-header:after {
    content: "";
    display: table;
    clear: both; }

.content-caption {
  position: relative; }
  @media screen and (min-width: 768px) {
    .content-caption {
      float: left;
      margin-right: 20px; } }
  .content-caption:before {
    height: 0;
    width: 0;
    border-top: 10px solid #c3c3c3;
    border-left: 10px solid transparent;
    position: absolute;
    z-index: 0;
    bottom: -10px;
    left: 0;
    display: block;
    content: ''; }
  .content-caption h1 {
    line-height: 26px;
    position: relative;
    padding: 0 11px;
    text-decoration: none;
    color: black;
    border: 1px solid #c3c3c3;
    background: #ebebeb;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25); }

.content-alert {
  font-size: 14px;
  color: red; }
  @media screen and (min-width: 768px) {
    .content-alert {
      float: left;
      margin-top: 5px; } }
  @media screen and (max-width: 767px) {
    .content-alert {
      margin: 10px 0 0 10px; } }
  .content-alert a {
    color: red; }

/* ==|====================
   Modules/Brands
   ======================= */
.brands {
  max-width: 800px;
  margin: 0 auto 20px; }
  .brands:after {
    content: "";
    display: table;
    clear: both; }

.brands-list {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 50%;
  padding-right: 20px;
  text-transform: uppercase; }
  @media screen and (min-width: 768px) {
    .brands-list {
      float: left;
      width: 25%;
      padding-right: 20px; } }
  .brands-list li {
    margin-bottom: 20px; }

.brands-logo {
  display: inline-block;
  width: 35px; }
  .brands-logo img {
    vertical-align: middle; }

/* ==|====================
   Modules/Products
   ======================= */
.products {
  width: 100%;
  margin-bottom: 30px;
  border: 1px solid #a9a9a9; }
  @media screen and (max-width: 767px) {
    .products thead {
      display: none; } }
  @media screen and (max-width: 767px) {
    .products tr {
      display: block;
      padding: 16px 12px;
      border-bottom: 1px solid #a9a9a9; }
      .products tr > *:last-child {
        margin-bottom: 0; }
      .products tr:last-child {
        border-bottom: 0; } }
  .products th {
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 12px;
    border-top: 1px solid #a9a9a9;
    border-bottom: 1px solid #a9a9a9; }
  .products-weight {width:85px;}
  @media screen and (min-width: 768px) {
    .products td {
      padding: 16px 12px;
      border-top: 1px solid #a9a9a9;
      border-bottom: 1px solid #a9a9a9; }
      .products td.products-stock {
        text-align: center; }
      .products td.products-price {
        text-align: center;
        white-space: nowrap; }
      .products td.products-weight {
        text-align: center; }
      .products td.products-action {
        text-align: center; } }
  @media screen and (max-width: 767px) {
    .products td {
      display: block;
      margin-bottom: 12px; }
      .products td:before {
        font-family: "Open Sans Condensed", sans-serif;
        font-size: 14px;
        font-weight: bold;
        display: block;
        margin-bottom: 3px; }
      .products td.products-brand:before {
        content: 'Производитель'; }
      .products td.products-article:before {
        content: 'Наименование'; }
      .products td.products-info:before {
        content: 'Артикул'; }
      .products td.products-stock:before {
        content: 'Срок поставки'; }
      .products td.products-price:before {
        content: 'Цена'; }
      .products td.products-weight:before {
        content: 'Сумма'; }
      .products td.products-action:before {
        content: 'Количество'; } }

.products-brand-name {
  margin-bottom: 10px;
  text-transform: uppercase; }

.products-info-link {
  text-decoration: none;
  color: #cc5809;
  border-bottom: 1px dotted; }

.point { cursor:pointer }

.products-buy {
  line-height: 24px;
  display: inline-block;
  width: 100px; }
  .products-buy:after {
    content: "";
    display: table;
    clear: both; }
  .products-buy input[type='text'] {
    background-color: white;
    background-image: -webkit-linear-gradient(white, #c2c2c2);
    background-image: linear-gradient(white, #c2c2c2);
    font-size: 12px;
    line-height: 16px;
    float: right;
    width: 30px;
    height: 24px;
    padding: 3px 0;
    text-align: center;
    border: 1px solid #939393; }
  .products-buy .buy-link {
    float: left; }

.buy-link {
  color: #cc5809; }
  .buy-link:before {
    font-family: iconfont;
    display: inline-block;
    margin-right: .25em;
    content: '\e805'; }

.in-stock {
  color: #0a78c5; }

/* ==|====================
   Modules/Legend
   ======================= */
.legend {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px; }
  .legend li {
    margin-bottom: 8px; }

.legend-symbol {
  display: inline-block;
  width: 18px;
  margin-right: 6px;
  text-align: center; }

/* ==|====================
   Modules/Paging
   ======================= */
.paging {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 30px; }
  .paging:after {
    content: "";
    display: table;
    clear: both; }
  .paging li {
    font-family: "Open Sans Condensed", sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    float: left;
    margin-right: 10px;
    text-align: center; }
    .paging li.active {
      min-width: 30px;
      height: 28px;
      border: 1px solid #c3c3c3;
      background: #ebebeb; }
  .paging a {
    display: block;
    min-width: 30px;
    height: 28px;
    text-decoration: none;
    color: #cc5809;
    border: 1px solid #c3c3c3;
    background: #ebebeb;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25); }

/* ==|====================
   Modules/Order
   ======================= */
.order {
  max-width: 600px;
  margin: 30px 0; }
  .order > *:last-child {
    margin-bottom: 0; }

@media screen and (min-width: 570px) {
  .order-columns {
    margin-right: -14px;
    margin-left: -14px; }
    .order-columns:after {
      content: "";
      display: table;
      clear: both; } }

@media screen and (min-width: 570px) {
  .order-column {
    float: left;
    width: 50%;
    padding: 0 14px; } }

/* ==|====================
   Modules/Footer
   ======================= */
.footer {
  padding: 0 30px;
  background: rgba(255, 255, 255, 0.85); }
  .footer:after {
    content: "";
    display: table;
    clear: both; }

.footer-special {
  float: right;
  width: 150px;
  padding: 5px 0;
  text-align: right; }

.up-link {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  color: #cc5809;
  border-bottom: 1px dotted; }

.footer-dev {
  margin-top: 10px; }
  .footer-dev img {
    margin-left: 10px; }

/* ==|====================
   Modules/Popup
   ======================= */
body.overlayed {
  overflow: hidden; }

.overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  background: rgba(66, 40, 22, 0.95); }

.popup {
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
  display: none;
  width: 100%;
  margin: 0 0 30px;
  padding: 20px 30px;
  border: 1px solid #a1a1a1;
  background: white; }
  .popup > *:last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 570px) {
    .popup {
      max-width: 400px; } }
  @media screen and (max-width: 570px) {
    .popup {
      max-width: 300px; } }

.popup-caption {
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: 20px; }

.popup-close-btn {
  font-size: 18px;
  line-height: 1.25;
  float: right;
  margin: 0;
  padding: 0;
  color: #cc5809;
  border: 0;
  outline: none;
  background: none; }

/* ==|====================
   Modules/Popover
   ======================= */
.popover {
  position: absolute;
  z-index: 10;
  display: none;
  width: 404px;
  padding: 10px;
  border: 1px solid #a1a1a1;
  background: white;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.25); }
  .popover:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (min-width: 768px) {
    .popover {
      width: 404px; } }
  @media screen and (max-width: 767px) {
    .popover {
      width: 240px; } }

@media screen and (min-width: 768px) {
  .popover-pic {
    float: left;
    margin-right: 16px; } }
@media screen and (max-width: 767px) {
  .popover-pic {
    margin-bottom: 10px; } }
.popover-pic img {
  display: block; }

.popover-body > *:last-child {
  margin-bottom: 0; }
@media screen and (min-width: 768px) {
  .popover-body {
    display: table; } }
@media screen and (max-width: 767px) {
  .popover-body p {
    margin-bottom: .5em; } }