/* reset styles
-----------------------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
q:before,
blockquote:after,
q:after {
  content: '';
}
input:focus,
textarea:focus,
a:focus,
button:focus,
select:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del,
s,
strike {
  text-decoration: line-through;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
  margin: 0;
}
/* Common classes
-----------------------------------------------------------------------------*/
.clear {
  clear: both;
}
.clear-fix:after,
.container:after,
.container-fluid:after,
.row:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
.webkit-flicker-fix {
  -webkit-backface-visibility: hidden;
}
.webkit-border-radius-fix {
  -webkit-mask-image: -webkit-radial-gradient(circle, #ffffff, #000000);
  -webkit-backface-visibility: hidden;
}
/* positioning
-----------------------------------------------------------------------------*/
.pa {
  position: absolute;
}
.pr {
  position: relative;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/* sizing
-----------------------------------------------------------------------------*/
.full-width,
input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=tel],
input[type=url],
textarea,
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=range],
input[type=color] {
  box-sizing: border-box;
  width: 100%;
}
/* transitions
-----------------------------------------------------------------------------*/
a,
a *,
a:before,
a:after {
  transition: all 200ms ease;
}
/* main classes
-----------------------------------------------------------------------------*/
.RobotoCondensed {
  font-family: 'Roboto Condensed', sans-serif;
}
.mark {
  color: #ff0000;
}
.btn-cart {
  float: right;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid #000;
  color: #000;
  font-size: 34px;
  text-align: center;
  transition: none;
  position: absolute;
  top: 0;
  left: -52px;
  background: #fff;
}
.btn-cart.active,
.btn-cart:hover {
  background: #000;
  color: #fff;
  transition: none;
}
.cart-box {
  position: fixed;
  top: 130px;
  right: 0;
  z-index: 5003;
}
.cart-box.active .cart-wrap {
  margin-right: 0;
  transition: 400ms;
}
.cart-box .cart-wrap {
  padding: 13px;
  border: 2px solid #000;
  background: #fff;
  margin-right: -330px;
  transition: 400ms;
}
.cart-box .amount {
  position: absolute;
  left: 0;
  top: 0;
  background: #ff0000;
  border-radius: 50%;
  color: #fff;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-size: 10px;
  margin: -10px 0 0 -64px;
  text-align: center;
  border: 1px solid #282828;
}
.cart-box .cart-btns {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cart-box .cart-btns:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
.cart-box .cart-btns li {
  float: left;
  width: 49%;
  padding: 0;
  margin-left: 2%;
}
.cart-box .cart-btns li:first-child {
  margin-left: 0;
}
.cart-box .cart-btns .btn {
  display: block;
}
.cart-box .cart-more {
  text-decoration: none;
}
.more {
  padding: 10px 50px;
  font-size: 20px;
  display: inline-block;
  text-decoration: none;
  border: 2px solid #000;
}
.more:hover {
  background: #000;
}
.panel {
  float: right;
  margin-left: 10px;
}
/* Plain text
-----------------------------------------------------------------------------*/
.base-margin-bottom,
h1,
h2,
h3,
h4,
h4,
h5,
h6,
p,
ul,
ol,
table,
blockquote {
  margin-bottom: 11px;
}
.base-margin-bottom:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0;
}
body,
input,
button,
select,
textarea {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 18px;
}
body {
  line-height: 1.22222222;
  font-family: 'Roboto Condensed', sans-serif;
  color: #282828;
}
a {
  color: #ff0000;
  outline: none;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
img {
  border: none;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 12px;
}
ul,
ol {
  padding-left: 20px;
}
ul.unstyled,
ol.unstyled {
  list-style: none;
  padding: 0;
  margin: 0 0 11px;
}
ul.unstyled li,
ol.unstyled li {
  padding-bottom: 3px;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-lowercase {
  text-transform: lowercase;
}
pre,
code {
  font-family: monospace;
}
/* button
-----------------------------------------------------------------------------*/
.button {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  position: relative;
}
.button input {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
}
.lte-ie-8 .button input {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
/* inputs
-----------------------------------------------------------------------------*/
input {
  vertical-align: middle;
}
input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=tel],
input[type=url],
textarea,
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=range],
input[type=color] {
  display: block;
  margin: 0;
  padding: 3px 8px;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: none;
}
textarea {
  overflow: auto;
}
input[type=button],
input[type=reset],
input[type=submit],
button {
  -webkit-appearance: button;
  cursor: pointer;
  border-radius: 0;
}
input[type=button]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.btn {
  font-size: 12px;
  line-height: 30px;
  height: 34px;
  width: 100%;
  text-decoration: none;
  display: inline-block;
  border: 2px solid #000;
  background: #fff;
  text-align: center;
  color: #000;
  box-sizing: border-box;
  border-radius: 0;
}
.btn:hover {
  background: #282828;
  color: #ff0000;
}
.contact-form input[type="submit"],
#cont-shop-checkout input[type="submit"],
.checkout-page input[type="submit"],
.invoice-page input[type="submit"],
.contact-form input[type="button"],
#cont-shop-checkout input[type="button"],
.checkout-page input[type="button"],
.invoice-page input[type="button"] {
  background: #000;
  color: #fff;
  border: 0;
  height: 29px;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 4px;
}
.contact-form input[type="submit"]:hover,
#cont-shop-checkout input[type="submit"]:hover,
.checkout-page input[type="submit"]:hover,
.invoice-page input[type="submit"]:hover,
.contact-form input[type="button"]:hover,
#cont-shop-checkout input[type="button"]:hover,
.checkout-page input[type="button"]:hover,
.invoice-page input[type="button"]:hover {
  background: #333333;
}
/* Structure
-----------------------------------------------------------------------------*/
html {
  height: 100%;
}
.no-flexbox body {
  min-height: 100%;
  height: 100%;
  display: block !important;
}
body {
  overflow-x: hidden;
}
.page-wrapper,
.footer {
  max-width: none;
  min-width: 400px;
  width: 100%;
  margin: 0 auto;
}
.no-flexbox .page-wrapper,
.no-flexbox .footer {
  width: auto;
}
.page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
.lte-ie-11 .page-wrapper,
.lt-ie-11 .page-wrapper {
  min-height: 0;
}
.no-flexbox .page-wrapper {
  display: block !important;
  width: auto;
  min-height: 100%;
  height: auto !important;
  height: 100%;
}
.page-body {
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.page-body.flex-none {
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
}
.wrapper {
  position: relative;
}
/* responsive text align
-----------------------------------------------------------------------------*/
.text-xs-left {
  text-align: left;
}
.text-xs-right {
  text-align: right;
}
.text-xs-center {
  text-align: center;
}
.text-xs-justify {
  text-align: justify;
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }
  .text-sm-right {
    text-align: right;
  }
  .text-sm-center {
    text-align: center;
  }
  .text-sm-justify {
    text-align: justify;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }
  .text-md-right {
    text-align: right;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-justify {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }
  .text-lg-right {
    text-align: right;
  }
  .text-lg-center {
    text-align: center;
  }
  .text-lg-justify {
    text-align: justify;
  }
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-fifth-xs-1, .col-fifth-sm-1, .col-fifth-md-1, .col-fifth-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-fifth-xs-2, .col-fifth-sm-2, .col-fifth-md-2, .col-fifth-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-fifth-xs-3, .col-fifth-sm-3, .col-fifth-md-3, .col-fifth-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-fifth-xs-4, .col-fifth-sm-4, .col-fifth-md-4, .col-fifth-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-fifth-xs-5, .col-fifth-sm-5, .col-fifth-md-5, .col-fifth-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-fifth-xs-6, .col-fifth-sm-6, .col-fifth-md-6, .col-fifth-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-fifth-xs-7, .col-fifth-sm-7, .col-fifth-md-7, .col-fifth-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-fifth-xs-8, .col-fifth-sm-8, .col-fifth-md-8, .col-fifth-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-fifth-xs-9, .col-fifth-sm-9, .col-fifth-md-9, .col-fifth-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-fifth-xs-10, .col-fifth-sm-10, .col-fifth-md-10, .col-fifth-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-fifth-xs-11, .col-fifth-sm-11, .col-fifth-md-11, .col-fifth-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-fifth-xs-12, .col-fifth-sm-12, .col-fifth-md-12, .col-fifth-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}
.col-xs-1, .col-fifth-xs-1, .col-xs-2, .col-fifth-xs-2, .col-xs-3, .col-fifth-xs-3, .col-xs-4, .col-fifth-xs-4, .col-xs-5, .col-fifth-xs-5, .col-xs-6, .col-fifth-xs-6, .col-xs-7, .col-fifth-xs-7, .col-xs-8, .col-fifth-xs-8, .col-xs-9, .col-fifth-xs-9, .col-xs-10, .col-fifth-xs-10, .col-xs-11, .col-fifth-xs-11, .col-xs-12, .col-fifth-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-fifth-xs-5 {
  width: 100%;
}
.col-fifth-xs-4 {
  width: 80%;
}
.col-fifth-xs-3 {
  width: 60%;
}
.col-fifth-xs-2 {
  width: 40%;
}
.col-fifth-xs-1 {
  width: 20%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-fifth-xs-pull-5 {
  right: 100%;
}
.col-fifth-xs-pull-4 {
  right: 80%;
}
.col-fifth-xs-pull-3 {
  right: 60%;
}
.col-fifth-xs-pull-2 {
  right: 40%;
}
.col-fifth-xs-pull-1 {
  right: 20%;
}
.col-fifth-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-fifth-xs-push-5 {
  left: 100%;
}
.col-fifth-xs-push-4 {
  left: 80%;
}
.col-fifth-xs-push-3 {
  left: 60%;
}
.col-fifth-xs-push-2 {
  left: 40%;
}
.col-fifth-xs-push-1 {
  left: 20%;
}
.col-fifth-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
.col-fifth-xs-offset-5 {
  margin-left: 100%;
}
.col-fifth-xs-offset-4 {
  margin-left: 80%;
}
.col-fifth-xs-offset-3 {
  margin-left: 60%;
}
.col-fifth-xs-offset-2 {
  margin-left: 40%;
}
.col-fifth-xs-offset-1 {
  margin-left: 20%;
}
.col-fifth-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-fifth-sm-1, .col-sm-2, .col-fifth-sm-2, .col-sm-3, .col-fifth-sm-3, .col-sm-4, .col-fifth-sm-4, .col-sm-5, .col-fifth-sm-5, .col-sm-6, .col-fifth-sm-6, .col-sm-7, .col-fifth-sm-7, .col-sm-8, .col-fifth-sm-8, .col-sm-9, .col-fifth-sm-9, .col-sm-10, .col-fifth-sm-10, .col-sm-11, .col-fifth-sm-11, .col-sm-12, .col-fifth-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-fifth-sm-5 {
    width: 100%;
  }
  .col-fifth-sm-4 {
    width: 80%;
  }
  .col-fifth-sm-3 {
    width: 60%;
  }
  .col-fifth-sm-2 {
    width: 40%;
  }
  .col-fifth-sm-1 {
    width: 20%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-fifth-sm-pull-5 {
    right: 100%;
  }
  .col-fifth-sm-pull-4 {
    right: 80%;
  }
  .col-fifth-sm-pull-3 {
    right: 60%;
  }
  .col-fifth-sm-pull-2 {
    right: 40%;
  }
  .col-fifth-sm-pull-1 {
    right: 20%;
  }
  .col-fifth-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-fifth-sm-push-5 {
    left: 100%;
  }
  .col-fifth-sm-push-4 {
    left: 80%;
  }
  .col-fifth-sm-push-3 {
    left: 60%;
  }
  .col-fifth-sm-push-2 {
    left: 40%;
  }
  .col-fifth-sm-push-1 {
    left: 20%;
  }
  .col-fifth-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-fifth-sm-offset-5 {
    margin-left: 100%;
  }
  .col-fifth-sm-offset-4 {
    margin-left: 80%;
  }
  .col-fifth-sm-offset-3 {
    margin-left: 60%;
  }
  .col-fifth-sm-offset-2 {
    margin-left: 40%;
  }
  .col-fifth-sm-offset-1 {
    margin-left: 20%;
  }
  .col-fifth-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-fifth-md-1, .col-md-2, .col-fifth-md-2, .col-md-3, .col-fifth-md-3, .col-md-4, .col-fifth-md-4, .col-md-5, .col-fifth-md-5, .col-md-6, .col-fifth-md-6, .col-md-7, .col-fifth-md-7, .col-md-8, .col-fifth-md-8, .col-md-9, .col-fifth-md-9, .col-md-10, .col-fifth-md-10, .col-md-11, .col-fifth-md-11, .col-md-12, .col-fifth-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-fifth-md-5 {
    width: 100%;
  }
  .col-fifth-md-4 {
    width: 80%;
  }
  .col-fifth-md-3 {
    width: 60%;
  }
  .col-fifth-md-2 {
    width: 40%;
  }
  .col-fifth-md-1 {
    width: 20%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-fifth-md-pull-5 {
    right: 100%;
  }
  .col-fifth-md-pull-4 {
    right: 80%;
  }
  .col-fifth-md-pull-3 {
    right: 60%;
  }
  .col-fifth-md-pull-2 {
    right: 40%;
  }
  .col-fifth-md-pull-1 {
    right: 20%;
  }
  .col-fifth-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-fifth-md-push-5 {
    left: 100%;
  }
  .col-fifth-md-push-4 {
    left: 80%;
  }
  .col-fifth-md-push-3 {
    left: 60%;
  }
  .col-fifth-md-push-2 {
    left: 40%;
  }
  .col-fifth-md-push-1 {
    left: 20%;
  }
  .col-fifth-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-fifth-md-offset-5 {
    margin-left: 100%;
  }
  .col-fifth-md-offset-4 {
    margin-left: 80%;
  }
  .col-fifth-md-offset-3 {
    margin-left: 60%;
  }
  .col-fifth-md-offset-2 {
    margin-left: 40%;
  }
  .col-fifth-md-offset-1 {
    margin-left: 20%;
  }
  .col-fifth-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-fifth-lg-1, .col-lg-2, .col-fifth-lg-2, .col-lg-3, .col-fifth-lg-3, .col-lg-4, .col-fifth-lg-4, .col-lg-5, .col-fifth-lg-5, .col-lg-6, .col-fifth-lg-6, .col-lg-7, .col-fifth-lg-7, .col-lg-8, .col-fifth-lg-8, .col-lg-9, .col-fifth-lg-9, .col-lg-10, .col-fifth-lg-10, .col-lg-11, .col-fifth-lg-11, .col-lg-12, .col-fifth-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-fifth-lg-5 {
    width: 100%;
  }
  .col-fifth-lg-4 {
    width: 80%;
  }
  .col-fifth-lg-3 {
    width: 60%;
  }
  .col-fifth-lg-2 {
    width: 40%;
  }
  .col-fifth-lg-1 {
    width: 20%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-fifth-lg-pull-5 {
    right: 100%;
  }
  .col-fifth-lg-pull-4 {
    right: 80%;
  }
  .col-fifth-lg-pull-3 {
    right: 60%;
  }
  .col-fifth-lg-pull-2 {
    right: 40%;
  }
  .col-fifth-lg-pull-1 {
    right: 20%;
  }
  .col-fifth-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-fifth-lg-push-5 {
    left: 100%;
  }
  .col-fifth-lg-push-4 {
    left: 80%;
  }
  .col-fifth-lg-push-3 {
    left: 60%;
  }
  .col-fifth-lg-push-2 {
    left: 40%;
  }
  .col-fifth-lg-push-1 {
    left: 20%;
  }
  .col-fifth-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-fifth-lg-offset-5 {
    margin-left: 100%;
  }
  .col-fifth-lg-offset-4 {
    margin-left: 80%;
  }
  .col-fifth-lg-offset-3 {
    margin-left: 60%;
  }
  .col-fifth-lg-offset-2 {
    margin-left: 40%;
  }
  .col-fifth-lg-offset-1 {
    margin-left: 20%;
  }
  .col-fifth-lg-offset-0 {
    margin-left: 0%;
  }
}
/* Header classes
-----------------------------------------------------------------------------*/
.header {
  margin-bottom: 40px;
}
.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header ul li {
  float: left;
}
.header .logo-box {
  display: block;
  text-decoration: none;
  color: #000;
  float: left;
}
.header .logo-box strong {
  display: block;
}
.header .logo {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.header .slogan {
  letter-spacing: 8px;
  font-weight: 300;
  font-size: 12px;
  word-spacing: 9px;
}
.header .work-box {
  font-size: 12px;
  margin-bottom: 10px;
}
.header .work-box ul {
  text-align: center;
  font-size: 0;
}
.header .work-box ul li {
  font-size: 12px;
  float: none;
  border-left: 1px solid #4c4c4c;
  display: inline-block;
  padding: 0 8px;
}
.header .work-box ul li:first-child {
  border-left: 0;
}
.header .searchForm .schQuery {
  float: left;
  width: 80%;
}
.header .searchForm .schQuery input[type="text"] {
  border: 2px solid #000;
  line-height: 21px;
}
.header .searchForm .schBtn {
  float: right;
  width: 20%;
}
.header .searchForm .schBtn input[type="submit"] {
  font-size: 12px;
  border: 2px solid #000;
  border-left: 0;
  background: #fff;
  height: 31px;
  color: #000;
  width: 100%;
}
.header .searchForm .schBtn input[type="submit"]:hover {
  background: #282828;
  color: #ff0000;
}
.header .phone-box {
  text-align: right;
  font-size: 22px;
}
.header .phone-box p {
  margin: 0 0 5px;
}
.top-header {
  background: #1f1f1f;
  font-size: 12px;
  padding: 15px 0;
  margin-bottom: 24px;
}
.top-header a {
  color: #fff;
  text-decoration: none;
}
.top-header a:hover {
  color: #ff0000;
}
.top-header .login-box {
  float: right;
}
.top-header .login-box ul li:last-child {
  padding-right: 0;
}
.top-header .top-menu {
  text-transform: uppercase;
}
.top-header ul li {
  border-left: 1px solid #4c4c4c;
  padding: 0 10px;
}
.top-header ul li:first-child {
  border-left: 0;
  padding-left: 0;
}
/* Slider section
-----------------------------------------------------------------------------*/
.main-slider {
  position: relative;
  overflow: hidden;
  border: 1px solid #ccc;
}
.main-slider:hover .btn-slick {
  transition: 400ms;
}
.main-slider:hover .btn-slick.next {
  right: 0;
}
.main-slider:hover .btn-slick.prev {
  left: 0;
}
.main-slider .slide {
  float: left;
  height: 450px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  position: relative;
}
.main-slider .slide .info {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 40px;
}
.main-slider .slide .info .title {
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 5px 15px;
  display: inline-block;
  margin-bottom: 32px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  font-size: 38px;
  font-weight: 400;
}
.main-slider .slick-list {
  overflow: hidden;
}
.main-slider .btn-slick {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 30px;
  height: 40px;
  z-index: 15;
  background: rgba(40, 40, 40, 0.5);
  color: #fff;
  font-size: 36px;
  line-height: 38px;
  text-align: center;
  transition: 400ms;
}
.main-slider .btn-slick:hover {
  background: #000;
  color: #ff0000;
  cursor: pointer;
}
.main-slider .btn-slick.next {
  right: -30px;
}
.main-slider .btn-slick.prev {
  left: -30px;
}
.main-slider .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  z-index: 20;
  font-size: 0;
  line-height: 5px;
}
.main-slider .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.main-slider .slick-dots li.slick-active .dot {
  background: #ff0000;
}
.main-slider .slick-dots .dot {
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
  width: 15px;
  height: 5px;
  cursor: pointer;
}
/* Nav classes
-----------------------------------------------------------------------------*/
nav {
  margin-bottom: 10px;
}
#shop-hmenu {
  margin: 0 0 0 -40px;
  list-style: none;
  padding: 0;
  font-size: 22px;
}
#shop-hmenu:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
#shop-hmenu > li {
  float: left;
  margin-left: 40px;
  border-top: 2px solid #000;
  padding: 10px 0 8px;
  position: relative;
  margin-bottom: 10px;
}
#shop-hmenu > li:hover > a {
  color: #ff0000;
}
#shop-hmenu > li:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 3px;
  height: 2px;
  border-top: 1px dotted #000;
}
#shop-hmenu a {
  color: #000;
  text-decoration: none;
}
#shop-hmenu .hmenu-cont {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 5000;
  background: #1f1f1f;
  border: 1px solid #000;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  white-space: nowrap;
}
#shop-hmenu .hmenu-cont:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
#shop-hmenu .hmenu-cont:before {
  content: '';
  position: absolute;
  top: 0;
  left: 10px;
  margin: -10px 0 0 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #1f1f1f transparent;
}
#shop-hmenu ol {
  margin: 0;
  padding: 5px 0;
  list-style: none;
  font-size: 15px;
  white-space: nowrap;
}
#shop-hmenu ol li {
  position: static !important;
}
#shop-hmenu ol a {
  color: #fff;
  display: block;
  padding: 8px 15px;
}
#shop-hmenu ol a:hover {
  background-color: #ff0000;
}
/* Popular section
-----------------------------------------------------------------------------*/
.popular-section {
  padding: 50px 0 0;
}
.popular-section .info-box {
  margin-bottom: 50px;
}
.popular-section .title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
}
.goods-list {
  margin: 0 -10px;
}
.goods-list .list-item {
  float: left;
  width: 50%;
  padding: 10px;
  box-sizing: border-box;
}
.product-box {
  position: relative;
  margin: 0 0 30px;
}
.product-box:hover .img-box .btns {
  bottom: 10px;
}
.product-box:hover .img-box .btns li {
  transition: 300ms;
  bottom: 0;
}
.product-box:hover .img-box .btns li + li {
  transition: 500ms;
}
.product-box:hover .img-box .btns li + li + li {
  transition: 700ms;
}
.product-box .img-box {
  border: 1px solid #000;
  margin-bottom: 8px;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}
.product-box .img-box img {
  width: 500px;
  height: 200px;
}
.product-box .img-box .btns {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
}
.product-box .img-box .btns li {
  display: inline-block;
  margin: 0 5px;
  position: relative;
  bottom: -52px;
  transition: 300ms;
}
.product-box .img-box .btns li + li {
  transition: 500ms;
}
.product-box .img-box .btns li + li + li {
  transition: 700ms;
}
.product-box .img-box .basket,
.product-box .img-box .wish,
.product-box .img-box .btn {
  border: 1px solid #000;
  height: 40px;
  width: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  color: #282828;
  background: #fff;
  transition: 200ms;
}
.product-box .img-box .basket:hover,
.product-box .img-box .wish:hover,
.product-box .img-box .btn:hover {
  /*color: @mainColor;*/
  color: #fff;
  background: #000;
  transition: 200ms;
}
.product-box .product-title {
  font-size: 22px;
  text-align: center;
}
.product-box .product-title a {
  text-decoration: none;
  color: #000;
}
.product-box .product-title a:hover {
  color: #ff0000;
}
.product-box .price {
  position: absolute;
  top: 11px;
  right: 10px;
  color: #3D72A4;
  z-index: 3;
  font-size: 22px;
  padding: 0 4px;
  border-radius: 3px;
  text-align: right;
  background: #fff;
  border: 1px solid #f00;
  box-shadow: 0 0 1px #000;
}
.product-box .price .old-price {
  font-size: 16px;
  text-decoration: line-through;
  display: block;
  color: #b4b4b4;
  text-shadow: 1px 0 0 rgba(40, 40, 40, 0.5);
}
.product-box .price .sale {
  color: #63bc5d;
}
.product-box .label {
  position: absolute;
  top: 10px;
  left: 10px;
  text-align: center;
  z-index: 4;
  text-transform: uppercase;
  border: 1px solid #ff0000;
  padding: 2px 6px;
  border-radius: 3px;
  background: #fff;
}
/* About section
-----------------------------------------------------------------------------*/
.about-section {
  padding: 80px 0;
}
.about-section h1 {
  position: relative;
  margin-bottom: 50px;
  text-align: center;
}
.about-section h1 span {
  background: #fff;
  padding: 0 50px;
  display: inline-block;
  position: relative;
}
.about-section h1:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  display: block;
  background: #000;
}
.about-section .info-text {
  margin-bottom: 70px;
  text-align: center;
}
.about-section .more-boxes {
  margin-bottom: 70px;
}
.about-section .more-box {
  border: 1px solid #282828;
  padding: 10px;
  overflow: hidden;
  font-size: 16px;
}
.about-section .more-box .icon {
  float: left;
  margin-right: 15px;
}
.about-section .more-box .wrap {
  overflow: hidden;
}
.about-section .more-box .title {
  font-size: 20px;
  text-transform: uppercase;
}
.about-section .brands-box {
  position: relative;
}
.about-section .brands-box h2 {
  position: relative;
  margin-bottom: 21px;
}
.about-section .brands-box h2:before {
  content: '';
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  height: 2px;
  margin-top: -1px;
  background: #282828;
}
.about-section .brands-box h2 span {
  background: #fff;
  padding-right: 14px;
  position: relative;
  display: inline-block;
}
.about-section .brands {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.about-section .brands .slick-list {
  overflow: hidden;
  margin: 0 -5px;
}
.about-section .brands .slide {
  float: left;
  border: 1px solid #282828;
  margin: 0 5px;
}
.about-section .brands .slide img {
  width: 100%;
}
.about-section .brands .btn-slick {
  display: inline-block;
  border: 1px solid #282828;
  cursor: pointer;
  width: 24px;
  height: 24px;
  text-align: center;
  font-size: 28px;
  line-height: 20px;
  position: absolute;
  top: 4px;
  background: #fff;
}
.about-section .brands .btn-slick:hover {
  background: #282828;
  color: #fff;
}
.about-section .brands .btn-slick.next {
  right: 0;
}
.about-section .brands .btn-slick.prev {
  right: 30px;
}
/* Sidebar section
-----------------------------------------------------------------------------*/
.sidebar {
  background: #f5f5f5;
  padding: 0 10px;
}
.sidebar .block {
  margin-bottom: 20px;
}
.sidebar .blocktitle {
  /*border-top: 2px solid #000;*/
  /*padding: 10px 15px;
    background: #000;
    color: #fff;*/
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
  box-shadow: 0 2px 0 #fff;
}
.sidebar .blockcontent {
  padding: 15px 10px;
  /*border: 1px solid #000;*/
  font-size: 12px;
}
.sidebar .blockcontent:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
.sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar .cat-tree {
  font-size: 14px;
}
.sidebar .cat-tree .cat-tree {
  display: none;
  border-top: 1px solid #d6d4d4;
  margin: 10px 0 -10px 15px;
}
.sidebar .cat-tree u {
  /*float: left;*/
  cursor: pointer;
}
.sidebar .cat-tree .minus:before {
  content: "\f147";
  font-family: 'FontAwesome';
  display: inline-block;
  color: #ff0000;
}
.sidebar .cat-tree .minus + a {
  color: #ff0000;
}
.sidebar .cat-tree .plus:before {
  content: "\f196";
  font-family: 'FontAwesome';
  display: inline-block;
}
.sidebar .cat-tree li {
  padding: 10px 0;
  border-top: 1px solid #d6d4d4;
}
.sidebar .cat-tree li:first-child {
  border-top: 0;
}
.sidebar .cat-tree a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
.sidebar .cat-tree a:hover {
  color: #ff0000;
}
.sidebar .rate-list {
  float: right;
  font-size: 16px;
  line-height: 24px;
}
.sidebar #shop-currency {
  float: left;
}
/* Content section
-----------------------------------------------------------------------------*/
/* Catalog page */
.catalog-page {
  margin-bottom: 20px;
}
.catalog-page h1 {
  font-size: 28px;
  font-weight: 300;
  margin: 0;
  background: #000;
  color: #fff;
  padding: 5px 25px;
  margin-bottom: 21px;
}
.catalog-page .sort-holder {
  margin-bottom: 40px;
}
.catalog-page .sort-box {
  font-size: 14px;
  margin-bottom: 11px;
  padding-bottom: 11px;
  border-bottom: 1px solid #b4b4b4;
}
.catalog-page .sort-box a {
  color: #000;
  text-decoration: none;
}
.catalog-page .sort-box a:hover,
.catalog-page .sort-box a.active {
  color: #ff0000;
}
.catalog-page .sort-box a.active {
  font-weight: bold;
}
.catalog-page .sort-box a:hover {
  text-decoration: underline;
}
.catalog-page .sort-box .active {
  color: #ff0000;
  font-weight: bold;
}
.catalog-page .goods-list .list-item {
  width: 60%;
}
.catalog-page .goods-list .product-box {
  margin: 0 0 20px;
}
.catalog-page .content {
  margin-bottom: 40px;
}
/*Product page*/
.product-page .main {
  margin-bottom: 80px;
}
.product-page h1 {
  margin-bottom: 50px;
}
.product-page .product-info {
  margin-bottom: 60px;
}
.product-page .thumb-holder {
  margin: 0 0 15px -4px;
}
.product-page .thumb-holder:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
.product-page .thumb-box,
.product-page .main-img {
  border: 1px solid #b4b4b4;
}
.product-page .main-img {
  margin-bottom: 20px;
  text-align: center;
  overflow: hidden;
}
.product-page .main-img img {
  display: inline-block;
  cursor: pointer;
}
.product-page .thumb-box {
  float: left;
  width: 200px;




  margin: 0 0 4px 4px;
  opacity: 0.5;
}
.product-page .thumb-box img {
  display: block;
}
.lte-ie-8 .product-page .thumb-box {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.product-page .thumb-box:hover,
.product-page .thumb-box.active {
  opacity: 1;
  border-color: #333;
}
.lte-ie-8 .product-page .thumb-box:hover,
.lte-ie-8 .product-page .thumb-box.active {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.product-page .rating-holder {
  text-align: center;
}
.product-page .rating-holder ul {
  margin: 0 auto 10px;
}
.product-page .rating-holder a {
  transition: none;
}
.product-page .buy-holder {
  border-bottom: 1px solid #b4b4b4;
  padding-bottom: 30px;
  margin-bottom: 3px;
}
.product-page .buy-holder:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
.product-page .buy-holder .buy-box {
  float: right;
}
.product-page .buy-holder .buy-box input[type='text'] {
  display: inline-block;
  border: 2px solid #000;
  width: 150px;
}
.product-page .buy-holder .buy-box input[type='button'] {
  background: #000;
  color: #fff;
  border: 0;
  height: 31px;
  padding: 0 20px;
}
.product-page .buy-holder .buy-box input[type='button']:hover {
  color: #ff0000;
}
.product-page .buy-holder .price {
  display: inline-block;
  vertical-align: middle;
  color: #ff0000;
  font-size: 24px;
}
.product-page .buy-holder .old-price {
  color: #b4b4b4;
  font-size: 18px;
  text-decoration: line-through;
}
.product-page dl {
  font-size: 16px;
}
.product-page dl dt {
  float: left;
  width: 140px;
  background: #f5f5f5;
  margin-right: 8px;
  padding: 7px 0 7px 10px;
}
.product-page dl dd {
  border-bottom: 1px solid #e8e8e8;
  font-weight: bold;
  background: #fcfcfc;
  margin-bottom: 3px;
  padding-top: 7px;
}
.product-page dl dd:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
.product-page .other-product {
  margin-bottom: 80px;
}
.product-page .other-product:last-child {
  margin-bottom: 0;
}
.product-page .more-title {
  text-align: center;
  position: relative;
  text-transform: uppercase;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 30px;
}
.product-page .more-title span {
  display: inline-block;
  padding: 0 20px;
  position: relative;
  z-index: 2;
  background: #fff;
}
.product-page .more-title:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background: #000;
}
/* user-page*/
.user-menu-list {
  margin: 0 0 0 -11px;
  padding: 0 0 20px;
  list-style: none;
  font-size: 14px;
  overflow: hidden;
}
.user-menu-list li {
  float: left;
  border-left: 1px solid #ccc;
  padding: 0 11px 0 10px;
}
.user-page input[type="text"] {
  display: inline-block;
  width: 114px;
}
.user-page select {
  font-size: 16px;
  height: 28px;
}
.min-width-768 {
  min-width: 769px;
}
/* invoice-page */
.invoice-page .main {
  margin-bottom: 40px;
}
.invoice-page h1 {
  margin-bottom: 30px;
}
.invoice-page input[type="text"] {
  display: inline-block;
  width: auto;
}
.invoice-page select {
  font-size: 16px;
  padding: 4px;
}
.invoice-page .table {
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin-bottom: 0;
}
.invoice-page .table td {
  padding: 15px 0;
}
.invoice-page #invoice_cont {
  margin-top: 40px;
}
.invoice-page #invoice-form select,
.invoice-page #invoice-form input {
  margin: 5px;
}
/* price page*/
.price-page .main {
  margin-bottom: 60px;
}
.price-page input[type="submit"],
.price-page input[type="button"] {
  background: #000;
  color: #fff;
  border: 0;
  height: 46px;
  line-height: 30px;
  padding: 0 40px;
  border-radius: 4px;
}
.price-page input[type="submit"]:hover,
.price-page input[type="button"]:hover {
  background: #333333;
}
.price-page .gTable {
  width: 100%;
}
.price-page .gTable td {
  padding: 10px 20px;
  border: 1px solid #ccc;
}
.price-page .gTable .gTableTop {
  background: #000;
  color: #fff;
}
/* checkout page */
.checkout-page .main {
  margin-bottom: 40px;
}
.checkout-page table {
  margin-bottom: 50px;
}
.checkout-page table th,
.checkout-page table td {
  padding: 15px;
  border: 1px solid #b4b4b4;
}
.checkout-page table .order-head th {
  background: #000;
  color: #fff;
}
.checkout-page table .warning td {
  color: red;
}
.checkout-page table td.order-total {
  font-weight: bold;
}
.checkout-page table td.wantdel {
  text-decoration: line-through;
}
.checkout-page table input[type="text"] {
  font-size: 12px;
}
.checkout-page .orders-info .order-fname {
  background: #000;
  color: #fff;
}
.checkout-page .orders-info .order-field {
  border: 1px solid #b4b4b4;
  margin-bottom: 20px;
  padding-top: 15px;
}
/* contact-form */
.contact-form table td {
  padding: 10px 0;
}
.contact-form input[type="text"],
.contact-form textarea {
  display: inline-block;
  font-size: 12px;
  width: 100% !important;
}
.contact-form input[maxlength="5"] {
  width: 150px !important;
  font-size: 22px;
}
/* map box */
.map-box {
  margin-bottom: 20px;
}
.map-box iframe {
  width: 100%;
  height: 450px;
}
/* inner page */
.inner-page .content-box {
  margin-bottom: 40px;
}
.inner-page .img-left {
  float: left;
  margin: 0 10px 10px 0;
}
.inner-page .img-right {
  float: right;
  margin: 0 0 10px 10px;
}
.inner-page .content-img {
  border-radius: 1px solid #ccc;
}
.inner-page blockquote {
  border-left: 4px solid #b4b4b4;
  padding: 10px 15px;
  background: #e9e9e9;
}
.inner-page .table {
  width: 100%;
}
.inner-page .table td,
.inner-page .table th {
  padding: 5px;
  border: 1px solid #b4b4b4;
}
.inner-page .table th {
  background: #000;
  color: #fff;
}
.inner-page .table tr:nth-child(even) {
  background: #ccc;
}
.service-page .main {
  margin-bottom: 40px;
}
.search-page table.eBlock td {
  border-bottom: 1px solid #ccc;
}
.search-page table.eBlock .eTitle {
  margin-bottom: 12px;
}
.search-page table.eBlock .eTitle a {
  color: #fff;
  background: #000;
  text-decoration: none;
  display: block;
  padding: 10px 25px;
}
.search-page table.eBlock .eTitle a:hover {
  color: #ff0000;
}
.search-page table.eBlock .eDetails {
  font-size: 12px;
  padding: 10px 0;
  text-align: right;
}
.search-page table.eBlock .eDetails a {
  color: #736969;
  text-decoration: none;
}
.search-page table.eBlock .eDetails a:hover {
  text-decoration: underline;
}
.comment-page .main {
  margin-bottom: 40px;
}
/* Footer classes
-----------------------------------------------------------------------------*/
.footer {
  background: #000;
  color: #fff;
  font-size: 14px;
  padding: 50px 0 15px;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  color: #ff0000;
}
.footer .copyright-box {
  border-top: 1px solid #fff;
  font-size: 12px;
  padding-top: 2px;
}
.footer .copyright-box:before {
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  display: block;
  margin-bottom: 15px;
  font-size: 0;
}
.footer .copyright-box p {
  margin: 0;
}
.footer .info {
  margin-bottom: 50px;
}
.footer .info-box h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 18px;
}
.footer .info-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer .info-box ul li {
  margin-bottom: 8px;
}
.footer .info-box ul li:hover:before {
  content: "\f0a4";
  font-family: FontAwesome;
  margin-right: 5px;
  color: #ff0000;
  line-height: 14px;
}
.footer .info-box .contact-list {
  margin-bottom: 15px;
}
.footer .info-box .contact-list li .fa {
  width: 20px;
  color: #ff0000;
}
.footer .info-box .contact-list li:hover:before {
  content: none;
}
.footer .info-box .social-list {
  margin-left: -4px;
}
.footer .info-box .social-list:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
.footer .info-box .social-list li {
  float: left;
  margin: 0 6px 0 0;
}
.footer .info-box .social-list li:hover:before {
  content: none;
}
.footer .info-box .social-list li a {
  transition: none;
}
.footer .info-box .social-list li a:hover {
  transition: none;
}
.footer .info-box .social-list li a * {
  transition: none;
}
/* Ucoz classes
-----------------------------------------------------------------------------*/
@media (max-width: 992px) {
  #puzadpn {
    display: none;
  }
}
/* admin panel */
.panel-absolute {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
}
/* product box */
.product-box .basket {
  font-family: FontAwesome;
  box-sizing: border-box;
}
.product-box .basket.done:after {
  content: '\f058';
  font-size: 12px;
  line-height: 12px;
  position: absolute;
  right: 7px;
  top: 7px;
  color: #ff0000;
}
.product-box .basket:before {
  content: '\f07a';
}
.product-box .wish {
  font-family: FontAwesome;
  box-sizing: border-box;
}
.product-box .wish.wdel:before {
  content: '\f06b';
}
.product-box .wish.wdel:after {
  content: '\f058';
  font-size: 12px;
  line-height: 12px;
  position: absolute;
  right: 7px;
  top: 7px;
  color: #ff0000;
}
.product-box .wish.wdel:hover:before {
  content: '\f00d';
}
.product-box .wish.wdel:hover:after {
  content: none;
}
.product-box .wish:before {
  content: "\f08a";
}
/* breadcrumb */
.breadcrumb {
  font-size: 12px;
  color: #000;
  border: solid #b4b4b4;
  border-width: 1px 0;
  padding: 10px 0;
  margin-bottom: 20px;
}
.breadcrumb a {
  color: #a8a8a8;
  text-decoration: none;
}
.breadcrumb a:hover {
  color: #ff0000;
  text-decoration: underline;
}
/* pager */
.pager {
  text-align: center;
}
.pager .pgSwchA,
.pager .pgSwch {
  display: inline-block;
  text-align: center;
  border: 1px solid #b4b4b4;
  color: #000;
  font-size: 16px;
  text-decoration: none;
  width: 24px;
  height: 24px;
  line-height: 24px;
}
.pager .pgSwchA {
  color: #ccc;
}
.pager .pgSwch:hover {
  background: #000;
  color: #fff;
  transition: none;
}
/* category description */
.shop-cat-descr {
  font-size: 12px;
  border: 1px solid #000;
  padding: 15px 25px;
  margin-bottom: 40px;
  margin-top: -21px;
}
.shop-cat-descr:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
.shop-cat-descr .img-box {
  float: left;
  margin-right: 15px;
  max-width: 250px;
}
/* table catalog */
table.catalog a {
  color: #3D72A4;
}
table.catalog h3 {
  font-size: 16px;
  font-weight: 300;
}
table.catalog td {
  padding: 0;
}
/* shop basket */
#shop-basket .product-list {
  margin: 0 0 10px;
  padding: 0;
  text-align: left;
  list-style: none;
  max-height: 182px;
  overflow: hidden;
}
#shop-basket .product-list li {
  margin: 0 0 8px;
  padding: 5px 0 5px 57px;
  border-bottom: 1px solid #282828;
}
#shop-basket .sb-name {
  margin-right: 18px;
}
#shop-basket .sb-cost {
  margin-right: 18px;
  color: gray;
}
#shop-basket .sb-func {
  float: right;
  cursor: pointer;
  width: 16px;
  height: 16px;
  margin: 0;
}
#shop-basket a.remove {
  background: url('/.s/img/sh/del.png') no-repeat 3px 0;
}
#shop-basket a.remove:hover {
  background: url('/.s/img/sh/del.png') no-repeat 3px -16px;
}
#shop-basket .empty {
  text-align: center;
}
#shop-basket .total {
  font-weight: bold;
}
#shop-basket .total,
#shop-basket .disc {
  text-align: right;
}
#shop-basket .disc-info {
  font-style: italic;
}
/* other */
.shop-itempage-rating-text {
  font-size: 10px;
}
/* shop-options */
.shop-options {
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
  font-size: 16px;
}
.shop-options li {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 3px;
  background: #fcfcfc;
}
.shop-options li:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
.shop-options .opt {
  float: left;
  width: 140px;
  background: #f5f5f5;
  margin-right: 8px;
  padding: 7px 0 7px 10px;
}
.shop-options .val {
  font-weight: bold;
  padding: 7px 0;
  display: inline-block;
}
.shop-options select {
  font-size: 14px;
}
/* buy now */
.buy-now {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
.buy-now:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
.buy-now li {
  display: inline-block;
  margin-left: 8px;
}
.buy-now .basket,
.buy-now .wish {
  width: 32px;
  height: 32px;
  display: inline-block;
  background-position: 50%;
  background-repeat: no-repeat;
  cursor: pointer;
  vertical-align: middle;
  opacity: 0.7;
}
.lte-ie-8 .buy-now .basket,
.lte-ie-8 .buy-now .wish {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.buy-now .basket:hover,
.buy-now .wish:hover {
  opacity: 1;
}
.lte-ie-8 .buy-now .basket:hover,
.lte-ie-8 .buy-now .wish:hover {
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.buy-now .now {
  background-image: url(/.s/img/sh/bnow.png);
}
.buy-now .wadd {
  background-image: url(/.s/img/sh/wlad.png);
}
.buy-now .wdel {
  background-image: url(/.s/img/sh/wlrm.png);
}
/* shop-itempage-author */
.shop-itempage-author {
  font-size: 14px;
  color: #b4b4b4;
}
.shop-itempage-author a {
  color: #b4b4b4;
}
.shop-itempage-author a:hover {
  color: #ff0000;
}
/* product-imgs */
.product-imgs {
  width: 300%;
  margin: -20px 0 20px -3%;
}
.product-imgs:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
.product-imgs .img-box {
  float: left;
  width: 200px;
  margin-left: 3%;
  margin-top: 25px;
  border: 1px solid #b4b4b4;
  cursor: pointer;
  box-sizing: border-box;
}
.product-imgs .img-box img {
  display: block;
}
.u-product-desc {
  padding: 20px;
  background: #f5f5f5;
}
/* shop-tabs  */
.shop-tabs {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  border: solid #b4b4b4;
  border-width: 0 0 1px 1px;
}
.shop-tabs:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
.shop-tabs li {
  float: left;
  border: solid #b4b4b4;
  border-width: 1px 1px 0 0;
}
.shop-tabs a {
  text-decoration: none;
  display: inline-block;
  padding: 7px 27px;
}
.shop-tabs a:hover {
  background: #000;
  color: #fff;
}
.shop-tabs .postRest1 {
  background: #000;
}
.shop-tabs .postRest1 a {
  color: #fff;
}
/*user logon*/
.user-logon .uf-reg-wrap {
  max-width: none;
}
.user-logon #uf-register .uf-field input {
  display: inline-block;
}
/* search form */
.search-form table {
  width: 100%;
}
.search-form table td {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
  padding: 0 !important;
}
.search-form table .queryField {
  width: 78% !important;
  display: inline-block;
  line-height: 21px;
  border: 2px solid #000;
}
.search-form table .searchSbmFl {
  border: 2px solid #000;
  font-size: 12px;
  height: 31px;
  width: 20%;
  padding: 0;
  background: #fff;
}
.search-form table .searchSbmFl:hover {
  color: #ff0000;
  background: #000000;
}
table.catalog img {
  max-width: 300px;
}
#invoice-table {
  margin-bottom: 40px;
}
#invoice-table td {
  border: 1px solid #ccc;
}
.comEnt {
  border-bottom: 1px solid #ccc;
}
/* Media section
-----------------------------------------------------------------------------*/
@media (max-width: 768px) {
  .header .logo-box {
    float: none;
    text-align: center;
    margin-bottom: 28px;
  }
  .header .phone-box {
    text-align: center;
  }
  .product-page .shop-tabs a {
    padding: 7px 10px;
  }
  .product-page .images-box {
    margin-bottom: 30px;
  }
  .table-responsive {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .map-box iframe {
    height: 300px;
  }
}
@media (max-width: 992px) {
  .header .work-box {
    border-top: 1px solid #282828;
    padding-top: 35px;
    margin-top: 14px;
  }
  #shop-hmenu {
    font-size: 18px;
    text-align: center;
  }
  #shop-hmenu > li {
    float: none;
    display: inline-block;
  }
  .popular-section {
    padding: 40px 0 0;
  }
  .popular-section .info-box {
    margin-bottom: 0;
  }
  .main-slider .slide {
    height: 350px;
  }
  .about-section .info-text {
    margin-bottom: 40px;
  }
  .about-section .more-box {
    margin-bottom: 20px;
  }
  .catalog-page .goods-list .list-item,
  .goods-list .list-item {
    width: 50%;
  }
  .user-page .main,
  .product-page .main,
  .user-page .content,
  .product-page .content {
    margin-bottom: 60px;
  }
  .footer .info-box {
    margin-bottom: 35px;
    overflow: hidden;
  }
  .min-width-768 {
    overflow-x: auto;
  }
  .user-logon .uf-reg-wrap {
    margin-bottom: 50px;
  }
  .shop-cat-descr .img-box {
    max-width: 300px;
  }
}
@media (max-width: 480px) {
  body {
    overflow: auto;
  }
  .top-header .login-box {
    float: none;
    margin-bottom: 18px;
  }
  .top-header .login-box:after {
    content: '';
    clear: both;
    display: table;
    width: 100%;
  }
  .top-header ul {
    text-align: center;
  }
  .top-header ul li {
    float: none;
    display: inline-block;
  }
  .catalog-page .goods-list .list-item,
  .goods-list .list-item {
    width: 100%;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .product-box .price,
  .product-box .product-title {
    font-size: 18px;
  }
}
@media (max-height: 320px) {
  .cart-box {
    top: 15px;
    z-index: 10000;
  }
}