@font-face {
  font-family: Myriad;
  src: url(../font/MYRIADPRO-REGULAR.OTF);
  src: url(../font/MYRIADPRO-REGULAR.woff); }
@font-face {
  font-family: 'Myriad semibold';
  src: url(../font/MYRIADPRO-SEMIBOLD.OTF);
  src: url(../font/MYRIADPRO-SEMIBOLD.woff); }
@font-face {
  font-family: Myriad bold;
  src: url(../font/MYRIADPRO-BOLD.OTF);
  src: url(../font/MYRIADPRO-BOLD.woff); }
html {
  overflow-y: scroll;
  margin: 0;
  padding: 0; }

body {
  background-color: #efefef;
  color: #555555;
  font-family: Myriad, sans-serif;
  font-size: 14px;
  margin: 0px;
  padding: 0px; }

body, td, th, input, textarea, select, a {
  /*font-size: 12px;*/ }

h1 {
  color: #636E75;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: normal;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.01); }

h1 {
  font-size: 16px;
  text-transform: uppercase;
  font-family: Myriad semibold, sans-serif;
  color: #e9292f; }

h2 {
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 5px; }

#welcome {
  font-size: 14px; }

.welcome {
  text-transform: uppercase;
  font-family: Myriad semibold, sans-serif;
  font-size: 16px;
  margin: 20px 0; }

.welcome span {
  color: #e9292f; }

.simplecheckout-cart .category-name:before {
  display: none; }

p {
  margin-top: 0px;
  margin-bottom: 20px; }

a, a:visited, a b {
  text-decoration: underline;
  cursor: pointer; }

a:hover {
  color: #2291bf;
  text-decoration: none; }

a img {
  border: none; }

.container {
  background: #fefefe;
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.2);
  position: relative; }

.login-content .button,
.buttons a.button {
  background: #2291bf;
  color: #ffffff; }

.login-content h2 {
  font-family: Myriad semibold, sans-serif;
  font-size: 18px; }


@media (min-width: 1025px) {
  #to-top-button {
    background: url(../image/to-top.png) no-repeat;
    width: 45px;
    height: 45px;
    position: fixed;
    right: 50px;
    bottom: 0;
    cursor: pointer; }

  #to-top-button:hover {
    background: url(../image/to-top.png) no-repeat; } }
#auth-pane {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 500px;
  z-index: 9999;
  display: none; }

.cont {
  background: #eeeeee;
  border: 1px solid #DADADA; }

.login-content {
  padding: 20px; }

.content input[type="text"],
.content input[type="password"] {
  padding: 5px;
  margin: 5px 0;
  border: 1px solid #dfdfdf; }

.content input[type="submit"] {
  background: #2291bf;
  padding: 5px 10px;
  color: #ffffff;
  margin: 0 auto;
  display: block; }

.form-content {
  padding: 15px; }

.cont .h2,
#cboxContent .h2,
.call-form .h2 {
  text-transform: uppercase;
  text-align: center;
  font-family: Myriad semibold, sans-serif;
  background: #2291bf;
  color: #ffffff;
  position: relative;
  padding: 8px; }

.cont .h2:after,
.cboxContent .h2:after,
.call-form .h2:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #2291bf;
  position: absolute;
  bottom: -5px;
  left: 30px; }

.modal-content {
  margin: 0 15px;
}

.form-cell label {
  font-size: 14px; }

.form-cell input[type="text"] {
  padding: 5px 0; }

.form-cell {
  margin: 10px 0; }

.feedback_submit,
.submit {
  padding: 5px 10px;
  color: #ffffff;
  background: #2291bf;
  border: none;
  text-transform: uppercase;
  display: block;
  margin: 0 auto; }

#result {
  margin: 10px; }

.mob-menu {
    display: none;
}

.content input.search-input {
  width: 50%;}
select[name="category_id"] {
    padding: 5px;
    margin: 5px 0;
    width: 150px;
}
#button-search {
    padding: 5px;
    margin: 5px 0;
}

.notification-wrapper {
  position: absolute;
  right: 0;
  width: 45%;
  top: 0; }

.search-page .product-grid > div {
  /*width: 24%;*/ }

.search-page .product-grid > div input[type="button"] {
  padding: 9px 12px 8px 45px; }

form {
  margin-bottom: 0px;
  /*	padding: 0;
      margin: 0;
      display: inline;*/ }

input[type='text'], input[type='password'], textarea {
  padding: 3px;
  margin-left: 0px;
  margin-right: 0px; }

select {
  background: #F8F8F8;
  border: 1px solid #CCCCCC;
  padding: 2px; }

label {
  cursor: pointer; }

.search {
  background: #eeeeee;
  padding: 10px;
  width: 270px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 2px solid #2291bf;
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.2);
  margin: 0 0 10px 10px; }
  .search input[type="text"] {
    padding: 10px 38px 10px 10px;
    border-radius: 0;
    color: #555555;
    height: auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .search input[type="text"]:focus {
    outline: 1px solid #2291bf; }
  .search .button-search {
    background: url(../image/search.png) center no-repeat #2291bf;
    height: 38px;
    width: 38px;
    position: absolute;
    right: 10px;
    top: 11px;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -ms-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out; }
  .search .button-search:hover {
    background: url(../image/search.png) center no-repeat #e9292f;
    cursor: pointer; }

/* layout */
#header .span3 {
  margin-top: 20px; }

#notification {
  margin: 0 10px;
  position: fixed;
  top: 15px;
  z-index: 99;
  right: 10px;
  width: 340px;
  line-height: 22px; }

#column-left {
  float: left;
  margin: 0 10px;
  width: 270px; }

#column-right {
  float: right; }

#content {
  min-height: 400px;
  margin-bottom: 25px; }

#column-left + #column-right + #content, #column-left + #content {
  margin-left: 195px; }

#column-right + #content {
  margin-right: 260px; }

/* header */
a.login, a.register {
  text-transform: uppercase;
  color: #555555;
  padding: 5px 10px; }

a.login {
  text-decoration: none;
  background: #dddddd; }

a.login:hover {
  background: #2291bf;
  color: #ffffff; }

a.register:hover {
  color: #2291bf; }

#header {
  /*height: 90px;*/
    margin: 5px 0 0 0;
  position: relative; }

#language {
  color: #999;
  line-height: 17px; }

#language img {
  cursor: pointer;
  margin-right: 5px; }

#currency {
  line-height: 17px;
  text-transform: uppercase;
  position: relative;
  cursor: pointer; }

#currency a {
  text-transform: none;
  display: block;
  padding: 2px 4px;
  text-decoration: none;
  margin: 0px 2px 2px 5px;
  color: #555555; }

#currency a b {
  color: #000;
  text-decoration: none; }

#header #cart {
  position: relative;
  z-index: 9;
  padding: 0 0 10px 0;
  float: right;
  line-height: 15px; }

#header #cart .heading,
#header #cart.active .heading {
  border: 2px solid #2291bf;
  background: #FFF;
  position: relative;
  display: inline-block;
  padding: 6px 10px 0px 10px; }

#header #cart .heading h4 {
  color: #333333;
  font-size: 15px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 3px; }

#header #cart .heading a {
  color: #555555;
  text-decoration: none; }

#header #cart .heading a span {
  /*background: #FFFFFF url('../image/arrow-down.png') 100% 50% no-repeat;
  padding-right: 15px;*/ }

.cart-total {
  display: block; }

.items-count {
  background: url(../image/icons.png) -53px 0 no-repeat;
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  margin: 0 15px 0 0; }

.items-count .items-count-num {
  position: absolute;
  top: -5px;
  right: -11px;
  width: 16px;
  height: 13px;
  background: #e9292f;
  border-radius: 50%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  padding-bottom: 4px; }

#header #cart .content {
  display: none;
  width: 400px;
  position: absolute;
  top: 53px;
  right: 0;
  min-height: 150px;
  border: 2px solid #2291bf;
  background: #eeeeee;
  padding: 0 0 15px 0; }

.mini-cart-info {
  position: relative; }

.mini-cart-info:before,
#header #cart .empty:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #2291bf;
  position: absolute;
  top: -7px;
  right: 6px; }

select#cur {
  width: 80px;
  height: 50px;
  text-transform: uppercase;
  border: none;
  outline: none; }

.hidden-cur {
  display: none;
  position: absolute;
  font-weight: bold;
  background: #ffffff;
  width: 100%;
  z-index: 999;
  border-bottom: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf; }

#currency {
  border: 1px solid #dfdfdf;
  width: 120px; }

#currency span {
  display: inline-block;
  padding: 15px 10px;
  position: relative; }

#currency span:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #2291bf;
  position: absolute;
  right: -7px;
  top: 21px; }

.checkout a {
  text-decoration: none;
  background: #2291bf;
  color: #ffffff;
  padding: 10px 15px;
  border-radius: 5px;
  text-transform: uppercase;
  display: inline-block; }

#header #cart.active .content {
  display: block; }

.mini-cart-info table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 5px; }

.mini-cart-info td {
  color: #000;
  vertical-align: top;
  padding: 10px 5px;
  border-bottom: 1px solid #EEEEEE; }

.mini-cart-info .image img {
  border: 1px solid #EEEEEE;
  text-align: left; }

.mini-cart-info .name small {
  color: #666; }

.mini-cart-info .quantity {
  text-align: right; }

.mini-cart-info td.name a {
  color: #555555; }

.mini-cart-info td.name a:hover {
  color: #2291bf; }

.mini-cart-info td.total {
  text-align: right;
  color: #2291bf; }

.mini-cart-info .remove {
  text-align: right; }

.mini-cart-info .remove img {
  cursor: pointer; }

.mini-cart-total {
  text-align: right;
  margin: 0 25px 0 0; }

.mini-cart-total table {
  border-collapse: collapse;
  display: inline-block;
  margin-bottom: 5px; }

.mini-cart-total td {
  color: #000;
  padding: 4px; }

.mini-cart-total .summ {
  color: #2291bf; }

#header #cart .checkout {
  clear: both;
  text-align: center; }

#header #cart .empty {
  padding-top: 50px;
  text-align: center; }

#header #search {
  z-index: 15; }

#header .button-search {
  position: absolute;
  background: url("../image/button-search.png") center center no-repeat;
  width: 28px;
  height: 24px;
  border-right: 1px solid #CCCCCC;
  cursor: pointer; }

#header #search input {
  background: #FFF;
  padding: 1px 1px 1px 33px;
  height: 21px;
  border: 1px solid #CCCCCC;
  -webkit-border-radius: 3px 3px 3px 3px;
  -moz-border-radius: 3px 3px 3px 3px;
  -khtml-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  -webkit-box-shadow: 0px 2px 0px #F0F0F0;
  -moz-box-shadow: 0px 2px 0px #F0F0F0;
  box-shadow: 0px 2px 0px #F0F0F0; }

#header #welcome {
  text-align: right;
  color: #999999; }

#header .links {
  font-size: 10px;
  padding-right: 10px; }

#header .links a {
  float: left;
  display: block;
  padding: 0px 0px 0px 7px;
  color: #38B0E3;
  text-decoration: none;
  font-size: 12px; }

#header .links a + a {
  margin-left: 8px;
  border-left: 1px solid #CCC; }

/* menu */
#menu {
  /*	height: 37px;
      margin-bottom: 15px;*/ }

/*#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 20;
	padding: 6px 5px 5px 0px;
}
#menu > ul > li:hover {
}
#menu > ul > li > a {
	font-size: 13px;
	color: #FFF;
	line-height: 14px;
	text-decoration: none;
	display: block;
	padding: 6px 10px 6px 10px;
	margin-bottom: 5px;
	z-index: 6;
	position: relative;
}
#menu > ul > li:hover > a {
	background: #000000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#menu > ul > li > div {
	display: none;
	background: #FFFFFF;
	position: absolute;
	z-index: 5;
	padding: 5px;
	border: 1px solid #000000;
	-webkit-border-radius: 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px;
	-khtml-border-radius: 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	background: url('../image/menu.png');
}
#menu > ul > li:hover > div {
	display: table;
}
#menu > ul > li > div > ul {
	display: table-cell;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	padding: 4px;
	color: #FFFFFF;
	display: block;
	white-space: nowrap;
	min-width: 120px;
}
#menu > ul > li ul > li > a:hover {
	background: #000000;
}
#menu > ul > li > div > ul > li > a {
	color: #FFFFFF;
}*/
.name-analog,
.name-sop {
  color: #e9292f;
  font-family: Myriad semibold, sans-serif;
  margin: 10px 0;
  text-transform: uppercase; }

.header-link {
  color: #555555;
  text-transform: uppercase;
  font-family: Myriad semibold, sans-serif;
  font-size: 13px;
  margin: 35px 15px 0 0;
  display: inline-block; }

@media screen and (min-width: 980px) {

  #menu2 .navbar {
    background: #2291bf; }
    #menu2 .navbar .nav a {
      position: relative;
      font-family: 'Myriad semibold', sens-serif;
      color: #ffffff;
      font-size: 15px;
      text-transform: uppercase;
      -webkit-transition: background 0.3s ease-in-out;
      -moz-transition: background 0.3s ease-in-out;
      -ms-transition: background 0.3s ease-in-out;
      -o-transition: background 0.3s ease-in-out;
      transition: background 0.3s ease-in-out; }
    #menu2 .navbar .nav a:hover,
    #menu2 .navbar .nav .active > a {
      background: #e9292f;
      box-shadow: inset 0px -2px 0 0px #ffffff; }
    #menu2 .navbar .dropdown-menu {
      border-bottom: 2px solid #2291bf;
      border-left: 2px solid #2291bf;
      border-right: 2px solid #2291bf;
      border-radius: 0; }
    #menu2 .navbar .dropdown-menu li {
      list-style-type: none; }
    #menu2 .navbar .dropdown-menu a {
      padding: 10px;
      color: #555555;
      text-decoration: none;
      text-transform: none;
      background: #eeeeee;
      display: block; }
    #menu2 .navbar .dropdown-menu a:hover {
      color: #2291bf;
      background: #dddddd;
      text-decoration: none;
      box-shadow: none; }
    #menu2 .navbar .nav a:hover:after,
    #menu2 .navbar .nav .active > a:after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-bottom: 5px solid #ffffff;
      bottom: 2px;
      left: 0;
      right: 0;
      margin: 0 auto; } }
#menu2 .navbar .dropdown-menu a:hover:after {
  content: '';
  border: none; }

@media (max-width: 980px) {

  .category-menu .box-content {
    display: none;
  }

    .name-analog,
    .product-list-header,
    .product_list_2,
    .name-sop,
    .product_list_1 {
        display: none;
    }

    .breadcrumb a {
        font-size: 10px;
    }

  #menu2 .navbar {
    background: #2291bf;
    /*overflow: hidden;*/
  }
    #menu2 .navbar .nav a {
      font-weight: normal; }
    #menu2 .navbar .nav a:hover {
      background: none; }
    #menu2 .navbar .nav a:active {
      background: #e9292f;
      border-radius: 0; }
    #menu2 .navbar .btn {
      margin: 5px; } }
.dropdown-menu.dropdown-menu2 {
  display: none;
  position: absolute;
  margin: 0;
  z-index: 999;
    min-width: 350px;
}

.product-info .cart input[type="text"] {
  width: 50px;
  padding: 5px;
  height: auto;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.navbar-inner {
  background: #2291bf; }

.navbar-inner a {
  /*color: #ffffff!important*/
  font-family: Myriad, sens-serif;
  font-weight: none !important;
  text-transform: uppercase; }

.breadcrumb {
  margin-bottom: 5px; }

.success, .warning, .attention, .information {
  padding: 20px 10px 20px 33px;
  margin: 0 10px 15px 10px;
  color: #555555;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -khtml-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  position: relative; }

.success {
  background: #d1e8f1 url("../image/success.png") 10px center no-repeat;
  border: 1px solid #ADD4E4;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -khtml-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px; }

.warning {
  background: #ffd1d1 url("../image/warning.png") 10px center no-repeat;
  border: 1px solid #F8ACAC;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -khtml-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px; }

.attention {
  background: #fff5cc url("../image/attention.png") 10px center no-repeat;
  border: 1px solid #F2DD8C;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -khtml-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px; }

.success .close, .warning .close, .attention .close, .information .close {
  padding-top: 4px;
  padding-right: 4px;
  cursor: pointer;
  margin-left: 10px;
  position: absolute;
  right: -14px;
  top: -14px; }

.required {
  color: #FF0000;
  font-weight: bold; }

.error {
  display: block;
  color: #FF0000; }

.help {
  color: #999;
  font-size: 10px;
  font-weight: normal;
  font-family: Verdana, Geneva, sans-serif;
  display: block; }

table.form {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px; }

table.form tr td:first-child {
  width: 150px; }

table.form > * > * > td {
  color: #000000; }

table.form td {
  padding: 4px; }

input.large-field, select.large-field {
  width: 300px; }

table.list {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  margin-bottom: 20px; }

table.list td {
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD; }

table.list thead td {
  background-color: #EFEFEF;
  padding: 0px 5px; }

table.list thead td a, .list thead td {
  text-decoration: none;
  color: #222222;
  font-weight: bold; }

table.list tbody td {
  padding: 0px 5px; }

table.list .left {
  text-align: left;
  padding: 7px; }

table.list .right {
  text-align: right;
  padding: 7px; }

table.list .center {
  text-align: center;
  padding: 7px; }

table.radio {
  width: 100%;
  border-collapse: collapse; }

table.radio td {
  padding: 5px; }

table.radio td label {
  display: block; }

table.radio tr td:first-child {
  width: 1px; }

table.radio tr td:first-child input {
  margin-top: 1px; }

table.radio tr.highlight:hover td {
  background: #F1FFDD;
  cursor: pointer; }

.pagination {
  border-top: 1px solid #EEEEEE;
  padding-top: 8px;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px; }

.pagination .links a {
  display: inline-block;
  border: 1px solid #e7e7e7;
  padding: 7px 13px;
  text-decoration: none;
  color: #A3A3A3; }

.pagination .links b {
  display: inline-block;
  border: 1px solid #e7e7e7;
  padding: 7px 13px;
  font-weight: normal;
  text-decoration: none;
  color: #555555;
  background: #efefef; }

.pagination .results {
  float: right;
  padding-top: 3px; }

.noimage {
  display: none; }

/* button */
a.button, input.button {
  cursor: pointer;
  color: #555555;
  font-family: Myriad, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  background: #ffffff;
  border-radius: 0; }

.box-product .cart,
.product-grid .cart,
.buy-icon {
  position: relative; }

.box-product .cart input[type="button"],
.product-grid .cart a.button {
  width: 100%;
  text-align: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 9px 12px 8px 45px; }

.box-product .cart:before,
.product-grid .cart:before {
  content: '';
  width: 25px;
  height: 25px;
  background: url(../image/icons.png) -20px 4px no-repeat, #2291bf;
  display: inline-block;
  position: absolute;
  padding: 5px;
  bottom: 0; }

.buy-icon:before {
  content: '';
  width: 25px;
  height: 25px;
  background: url(../image/icons.png) -20px 4px no-repeat, #2291bf;
  display: inline-block;
  position: absolute;
  padding: 5px;
  top: 0; }

.compare-link {
  text-transform: uppercase;
  text-decoration: none;
  color: #555555;
  border: 1px solid #dfdfdf;
  display: block;
  position: relative;
  padding: 8px 0px 7px 40px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 140px;
  margin: 5px 0 0 0; }

.print {
    text-transform: uppercase;
    text-decoration: none;
    color: #555555;
    border: 1px solid #dfdfdf;
    display: block;
    position: relative;
    padding: 8px 0px 7px 40px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 140px;
    margin: 5px 0 0 0; }

.product-filter .print {
  margin-top: 4px;
  float: right;
  padding: 1px 0px 1px 40px;
}

.qwerty1, .qwerty2, .qwerty3 {
    text-transform: uppercase;
    text-decoration: none;
    color: #555555;
    border: 1px solid #dfdfdf;
    display: block;
    position: relative;
    padding: 8px 5px 7px 37px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 180px;
    text-align: center;
}

.compare-link:hover {
  background: #2291bf;
  color: #ffffff; }

.compare-link:hover:before {
  content: '';
  background: url(../image/icons.png) #2291bf -72px 5px no-repeat;
  width: 23px;
  height: 23px;
  padding: 5px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-right: 1px solid #2291bf; }

.compare-link:before {
  content: '';
  background: url(../image/icons.png) white -99px 5px no-repeat;
  width: 23px;
  height: 23px;
  padding: 5px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-right: 1px solid #dfdfdf; }

.print:before {
    content: '';
    background: url(../image/print.png) center no-repeat;
    width: 23px;
    height: 28px;
    padding: 5px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-right: 1px solid #dfdfdf; }

.qwerty1:before {
    content: '';
    background: url(../image/qwerty1.png) center no-repeat;
    width: 23px;
    height: 23px;
    padding: 5px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-right: 1px solid #dfdfdf; }

.qwerty2:before {
    content: '';
    background: url(../image/qwerty2.png) center no-repeat;
    width: 23px;
    height: 23px;
    padding: 5px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-right: 1px solid #dfdfdf; }

.qwerty3:before {
    content: '';
    background: url(../image/qwerty3.png) center no-repeat;
    width: 23px;
    height: 23px;
    padding: 5px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-right: 1px solid #dfdfdf; }

.buy-icon input {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 140px;
  background: #2291bf;
  color: #ffffff;
  padding: 9px 12px 8px 45px; }

a.question-button {
  padding: 5px 0;
  text-align: center;
  width: 140px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #2291bf;
  text-transform: uppercase;
  color: #2291bf;
  text-decoration: none;
  display: block;
  margin: 5px 0 0 0;
  font-family: Myriad semibold, sans-serif; }

a.question-button:hover {
  background: #2291bf;
  color: #ffffff; }

a.button {
  display: inline-block;
  text-decoration: none;
  padding: 6px 12px 6px 12px; }

input.button {
  margin: 0;
  border: 0; }

a.readmore {
  text-transform: uppercase;
  background: #dddddd;
  color: #555555;
  text-decoration: none;
  padding: 3px 5px;
  font-weight: normal;
  float: right;
  font-size: 12px;
  font-family: Myriad;
  line-height: 18px; }

a.readmore:hover {
  color: #ffffff;
  background: #2291bf; }

a.button:hover, input.button:hover {
  background: #2291bf;
  color: #ffffff; }

.buttons {
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  overflow: auto;
  padding: 6px;
  margin-bottom: 20px; }

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

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

.buttons .center {
  text-align: center;
  margin-left: auto;
  margin-right: auto; }

.htabs {
  height: 34px;
  line-height: 16px;
  border-bottom: 1px solid #DDDDDD; }

.htabs a {
  border-top: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  background: #dddddd;
  padding: 11px 15px 7px 15px;
  float: left;
  color: #555555;
  font-size: 14px;
  font-family: Myriad bold, sans-serif;
  text-align: center;
  text-decoration: none;
  margin-right: 2px;
  display: none; }

.htabs a.selected {
  padding-bottom: 7px;
  background: #FFFFFF; }

.tab-content {
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  padding: 10px;
  margin-bottom: 20px;
  z-index: 2;
  overflow: auto; }

.product-info .description {
  display: none; }

.price-cart {
  float: right; }

.left-attribute {
  float: left; }

.like-button {
  position: relative;
  color: #555555;
  text-decoration: none;
  margin: -1px 0 15px 0; }

.like-button:before {
  content: '';
  background: url(../image/like.png) no-repeat;
  display: inline-block;
  width: 21px;
  height: 21px;
  margin: 0 10px 0 0; }

.attribute-table {
  border-collapse: collapse;
  width: 400px;
  margin: 0 0 20px 0; }

.attribute-table thead,
.cart-table thead,
.simplecheckout-cart thead {
  background: #eeeeee;
  font-family: Myriad bold, sans-serif; }

.attribute-table td,
.cart-table td {
  padding: 10px;
  border: 1px solid #dfdfdf; }

/* box */
.box {
  margin-bottom: 20px; }

#slider .slide {
  padding: 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

#column-left .box .box-heading {
  background: #2291bf;
  padding: 10px;
  font-family: 'Myriad semibold', sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  color: #FFFFFF;
  position: relative; }

#column-left .box .box-heading:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #2291bf;
  position: absolute;
  bottom: -5px;
  left: 16px;
  z-index: 99; }

.box .box-content {
  background: #FFFFFF;
  padding: 0 !important; }

.box-content .dropdown-menu,
.dropdown-menu-shadow {
  margin: 0; }

.category-name {
  font-size: 16px;
  color: #2291bf;
  text-transform: uppercase;
  padding: 15px 10px 15px 20px;
  font-family: Myriad semibold, sans-serif;
  border-bottom: 1px solid #ffffff;
  text-align: center; }

.category-img img {
  float: left;
  margin: 10px 6px 0 14px;
  border: 1px solid #BAD9E6; }

.box-content .dropdown-menu li {
  border-bottom: 1px solid #ffffff;
  list-style-type: none; }

.box-content .dropdown-menu li > a {
  font-family: Myriad semibold, sans-serif;
  text-transform: uppercase;
  font-size: 13px;
  padding: 12px 10px;
  background: #eeeeee;
  text-decoration: none; }

.drop-block {
  position: absolute;
  z-index: 99;
  left: 270px;
  top: 0;
  border-left: 2px solid #2291bf;
  width: 200%;
  background: #eeeeee;
  padding: 0 0 10px 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }

.maszakaz {
  width: 100%;
  text-align: center; }

.maszakaz thead {
  background: #eeeeee;
  font-family: Myriad bold, sans-serif;
  color: #4D4D4D;
  font-weight: bold; }

.maszakaz-name {
  font-size: 16px;
  color: #2291bf;
  text-transform: uppercase;
  font-family: Myriad semibold, sans-serif;
  text-align: center; }

.maszakaz td {
  border: 1px solid #dddddd;
  padding: 8px; }

.dropdown-menu li:hover .drop-block {
  visibility: visible;
  opacity: 1; }

.drop-block .children {
  float: left; }

.subcategory a {
  text-transform: uppercase;
  color: #555555;
  text-decoration: none;
  font-family: Myriad bold, sans-serif; }

.subcategory a:before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #2291bf;
  display: inline-block;
  margin: 0 5px 3px 0; }

.dropdown-menu-child a {
  text-decoration: none; }

.dropdown-menu-child a:hover {
  text-decoration: underline;
  color: #2291bf; }

.dropdown-menu-child {
  margin-left: 10px; }

.box-content .dropdown-menu li > a:hover,
.box-content .dropdown-menu li > a.active {
  background: #dddddd;
  color: #2291bf; }

#slider {
  margin-left: 0; }

.snowflake li {
  list-style-type: none; }

.snowflake li:before {
  content: '';
  background: url(../image/category-icons.png) -38px 0 no-repeat;
  display: inline-block;
  margin: 0 15px 0 6px;
  width: 11px;
  height: 12px; }

.category-name:before {
  content: '';
  position: absolute;
  left: 0;
  top: 18px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 5px solid #2291bf;
  border-bottom: 5px solid transparent;
  z-index: 10; }

.slogan {
  color: #00597c;
  font-size: 18px;
  margin: 16px 25px 0 0;
  line-height: 24px; }

.top {
    position: relative;
    font-size: 18px;
    padding: 6px 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 21px 14px -15px rgba(0, 0, 0, 0.3);
    z-index: 99;
}

/*
.top:after {
  content: '';
  background: url(../image/shadow.png) no-repeat;
  position: absolute;
  width: 1204px;
  height: 26px;
  bottom: -50px;
}*/
/* box products */
.box-product > div {
  margin: 0 0 20px 0;
  float: left;
  width: 24%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
    padding: 5px; }

.box-product.photo > div {
    width: 25%;
    margin: 0;
}

.review-label {
  color: #555555;
  text-transform: uppercase; }

.name-input {
  width: 50%; }

.social-block {
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  padding: 5px 0;
  display: table; }

.social-block span {
  display: table-cell;
  vertical-align: middle; }

.box-product > div .compare a {
  position: absolute;
  right: 0;
  background: url(../image/icons.png) white -99px 5px no-repeat;
  width: 23px;
  height: 25px;
  padding: 5px;
  top: 0px;
  border-left: 1px solid #dfdfdf; }

.carousel .box-product > div {
  padding: 0; }

.box-product > div .compare a:hover {
  background: url(../image/icons.png) #2291bf -72px 5px no-repeat; }

.box-product > div .cart,
.product-grid > div .cart {
  border: 1px solid #dfdfdf; }

#column-left + #column-right + #content .box-product > div {
  width: 119px; }

.box-product .image {
  display: block;
  margin-bottom: 0px; }

.box-product .image img {
  padding: 3px;
  border: 1px solid #E7E7E7; }

.box-product.photo .image img {
  padding: 0;
  border: none; }

.box-product.photo .image img:hover {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: .3s;
    transition: .3s;
}

.box-product .name a,
.product-grid .name a {
  color: #555555;
  font-weight: bold;
  text-decoration: none;
  display: block;
  margin-bottom: 4px; }

.box-product .name a:hover,
.product-grid .name a:hover {
  color: #2291bf;
  text-decoration: underline; }

.price-change {
  float: left;
  margin-top: 5px; }

.box-product .price,
.product-grid .price {
  display: block;
  color: #e9292f;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
  overflow: hidden;
  font-size: 18px;
  font-family: Myriad semibold, sans-serif; }

.box-product .rating,
.product-grid .rating {
  display: block;
  margin-bottom: 10px; }

/* box category */
ul.box-category, ul.box-category ul {
  list-style: none;
  margin: 0;
  padding: 0; }

ul.box-category > li:first-child {
  padding: 0px 8px 8px 0px; }

ul.box-category > li {
  padding: 8px 8px 8px 0px; }

ul.box-category > li + li {
  border-top: 1px solid #EEEEEE; }

ul.box-category > li > a {
  text-decoration: none;
  color: #333; }

ul.box-category > li ul {
  display: none; }

ul.box-category > li a.active {
  font-weight: bold; }

ul.box-category > li a.active + ul {
  display: block; }

ul.box-category > li ul > li {
  padding: 5px 5px 0px 10px; }

ul.box-category > li ul > li > a {
  text-decoration: none;
  display: block; }

ul.box-category > li ul > li > a.active {
  font-weight: bold; }

/* box filter */
ul.box-filter, ul.box-filter ul {
  list-style: none;
  margin: 0;
  padding: 0; }

ul.box-filter span {
  font-weight: bold;
  border-bottom: 1px solid #EEEEEE;
  display: block;
  padding-bottom: 5px;
  margin-bottom: 8px; }

ul.box-filter > li ul {
  padding-bottom: 10px; }

/* content */
#content .content {
  padding: 10px;
  overflow: auto;
  margin-bottom: 20px;
  border: 1px solid #EEEEEE; }

#content .content .left {
  float: left;
  width: 49%; }

#content .content .right {
  float: right;
  width: 49%; }

/* category */
.category-info {
  overflow: auto;
  margin-bottom: 20px; }

.category-info .image {
  float: left;
  padding: 5px;
  margin-right: 15px;
  border: 1px solid #E7E7E7; }

.category-list {
  overflow: auto;
  margin-bottom: -10px; }

.category-list ul {
float: left; }

/* manufacturer */
.manufacturer-list {
  border: 1px solid #DBDEE1;
  padding: 5px;
  overflow: auto;
  margin-bottom: 20px; }

.manufacturer-heading {
  background: #F8F8F8;
  font-size: 15px;
  font-weight: bold;
  padding: 5px 8px;
  margin-bottom: 6px; }

.manufacturer-content {
  padding: 8px; }

.manufacturer-list ul {
  float: left;
  width: 25%;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px; }

/* product */
.list-table {
  width: 100%; }

.list-table td:first-child {
  width: 40px;
  vertical-align: middle;
  border-left: 1px solid #dfdfdf; }

.list-table .price-change {
    float: none;
}

.list-table .name {
  padding: 0 5px; }

.list-table td:last-child {
  width: 115px; }

.list-table td:last-child > div {
  margin: 0 5px;
  float: left; }

.list-table td:nth-child(2) {
  width: 50%;
  text-align: center; }

.navbar-brand {
    display: none;
}

@media (max-width: 1130px) {

    .collapse {
        /*overflow: visible;*/
        /*height: auto;*/
        display: none;
    }

    .mob-menu .navbar {
        box-shadow: 0px 11px 10px -9px rgba(0,0,0,.5);
    }

    #header {
        margin: 0;
        position: initial;
    }

    #header .span4 {
        display: none;
    }

    #logo {
        width: 60%;
        float: left;
        overflow: hidden;
        margin: 0 0 15px 0;
    }

    #logo a {
        float: left;
        margin: 0 0 0 10px;
    }

    .slogan {
        margin: 20px 30px 0 0;
    }

    .dropdown:hover .dropdown-menu.dropdown-menu2 {
        display: none;
    }

    .navbar-brand {
        display: block;
        padding: 15px 10px;
        color: #FFFFFF;
        font-family: 'Myriad semibold', sans-serif;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: bold;
        position: relative;
        text-align: center;
    }

    .navbar-brand:after {
        content: '';
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #FFFFFF;
        position: absolute;
        bottom: 21px;
        margin-left: 10px;
    }

  .list-table td:nth-child(2) {
    width: 28%; }

  .list-table td:first-child {
    width: 33px; }

  .list-table td:last-child {
    width: 76px; } }
.list-table .readmore {
  margin: 0px 7px 0 0;
  padding: 8px 5px; }

.list-table td {
  border-top: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  width: 10%;
  text-align: center;
  /*padding: 5px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;*/ }

.list-table .button {
  width: 33px;
  height: 33px;
  background: url(../image/icons.png) -20px 4px no-repeat, #2291bf;
  text-indent: -9999px;
  padding: 0 !important; }

.list-table .button:hover {
  background: url(../image/icons.png) -20px 4px no-repeat, #2291bf; }

.view {
  font-weight: normal !important;
  text-transform: uppercase; }

.product-filter {
  border-bottom: 1px solid #EEEEEE;
  padding-bottom: 5px;
  overflow: auto; }

.product-filter .display {
  margin-right: 15px;
  float: right;
  padding-top: 4px;
  color: #333;
  display: table; }

.product-filter .display b {
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
  font-weight: normal !important;
  text-transform: uppercase; }

.product-filter .sort,
.product-filter .limit {
  margin-top: 10px; }

.product-filter .sort select,
.product-filter .limit select {
  padding: 6px;
  height: auto;
  width: 100px; }

.product-filter .limit select {
  width: 55px;
}

.product-filter .sort b,
.product-filter .limit b {
  font-weight: normal !important;
  text-transform: uppercase;
  float: left;
  padding-top: 8px;
  margin-right: 8px; }

.product-filter .display .grid {
  font-weight: bold;
  background: url(../image/grid.jpg) no-repeat;
  width: 40px;
  height: 40px;
  display: inline-block; }

.product-filter .display .list {
  font-weight: bold;
  background: url(../image/list.jpg) no-repeat;
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-right: 10px; }

.product-filter .sort {
  float: left;
  color: #333;
  margin-left: 15px; }

.product-filter .limit {
  float: left;
  color: #333; }

.product-compare {
  padding-top: 6px;
  margin-bottom: 10px;
  font-weight: bold; }

.product-compare a {
  text-decoration: none;
  font-weight: bold; }

.product-list {
  /*box-shadow: 0px 0px 16px rgba(0,0,0,.215);*/ }

.product-list .right {
  float: right;
  margin-left: 15px; }

.product-list .sticker1,
.product-list .sticker2,
.product-list .sticker3 {
  display: none; }

.product-list .image img {
  border: 1px solid #E7E7E7;
  width: 30px;
  margin-top: 10px; }

#header_list.list-table td {
  background: #eeeeee;
  height: 40px;
  border-top: 1px solid #dfdfdf;
  border-right: 1px solid #dfdfdf;
  text-align: center;
  font-family: Myriad bold, sans-serif; }

.product-list .name a {
  color: #555555;
  text-decoration: none;
  font-family: Myriad bold, sans-serif; }

.product-list .description {
  line-height: 15px;
  margin-bottom: 5px;
  color: #4D4D4D;
  display: none; }

.product-list .rating {
  color: #7B7B7B; }

.product-list .price {
  font-size: 14px;
  color: #2291bf;
  font-family: Myriad bold, sans-serif; }

.list-table .price-old {
  display: none; }

.list-table .price,
.list-table .price-change {
  color: #2291bf;
  font-weight: normal;
  font-family: Myriad bold, sans-serif;
  font-size: 14px; }

.product-list .price-new {
  font-weight: bold; }

.product-list .price-tax {
  font-size: 12px;
  font-weight: normal;
  color: #BBBBBB; }

.list-table .cart {
  display: inline-block;
  vertical-align: middle; }

.list-table .wishlist,
.list-table .compare {
  display: inline-block;
  vertical-align: middle; }

.product-list .wishlist {
  display: none; }

.product-list .wishlist a {
  color: #333333;
  text-decoration: none;
  padding-left: 18px;
  display: block;
  background: url("../image/add.png") left center no-repeat; }

.list-table .compare a {
  display: block;
  background: url(../image/icons.png) white -101px 4px no-repeat;
  width: 31px;
  height: 32px;
  text-indent: -9999px;
  border: 1px solid #dfdfdf; }

.product-grid {
  width: 100%;
  overflow: auto;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.215); }

.product-grid > div {
  width: 24%;
  display: inline-block;
  vertical-align: top;
    margin: 15px 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
  position: relative; }

#column-left + #column-right + #content .product-grid > div {
  width: 125px; }

.product-grid .image {
  display: block;
  margin-bottom: 0px;
  position: relative; }

.product-grid .image img {
  padding: 3px;
  border: 1px solid #E7E7E7; }

.product-grid .description {
  display: none; }

.product-grid .price-old {
  color: #F00;
  text-decoration: line-through; }

.product-grid .price .price-tax {
  display: none; }

.product-grid .cart {
  margin-bottom: 3px; }

.product-grid .wishlist, .product-grid .compare {
  margin-bottom: 3px; }

.product-grid .wishlist {
  display: none; }

.product-grid .wishlist a {
  color: #333333;
  text-decoration: none;
  padding-left: 18px;
  display: block;
  background: url("../image/add.png") left center no-repeat; }

.product-grid .compare a {
  color: #333333;
  text-decoration: none;
  display: block;
  background: url(../image/icons.png) white -99px 5px no-repeat;
  width: 23px;
  height: 25px;
  position: absolute;
  bottom: 3px;
  right: 6px;
  border: 1px solid #dfdfdf;
  padding: 5px;
  margin-right: 3%; }

.product-grid .compare a:hover {
  background: url(../image/icons.png) #2291bf -72px 5px no-repeat; }

.product-grid .cart input[type="button"] {
  width: 100%;
  text-align: left;
  padding: 9px 12px 8px 45px; }

.currency {
  /* Закомментировано Q-WEB 27.07.2020 */
  /* float: left; */
  /* Добавлено Q-WEB 27.07.2020 */
  float: right;
  padding-bottom: 6px; }

/* Product */
.links_navi {
  width: 100%; }

.product-page {
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.215);
  padding: 5px; }

.links_prev a,
.links_next a {
  color: #555555;
  text-decoration: none; }

.links_prev a:before {
    content: '';
    background: url(../image/prevnext.jpg) no-repeat;
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;}

.links_next a:after {
  content: '';
  background: url(../image/prevnext.jpg) -25px 0 no-repeat;
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px; }

.product-list-table tr {
  display: none; }

.product-list-table .maszakaz-name {
  cursor: pointer;
  display: table-row; }

#content .content.not-found {
  background: url(../image/404.png) center no-repeat;
  min-height: 357px;
  border: none; }

.not-found .buttons {
  text-align: center;
  background: none;
  border: none; }

.product-info {
  margin-bottom: 20px;
  position: relative; }

.product-info > .left {
  float: left;
  margin-right: 15px; }

.product-info > .left + .right {
  margin-left: 265px; }

.product-info .image {
  border: 1px solid #E7E7E7;
  float: left;
  margin-bottom: 20px;
  padding: 10px;
  text-align: center; }

.product-info .image-additional {
  /*width: 260px;*/
  /*margin-left: -10px;*/
  clear: both;
  overflow: hidden;
  text-align: center; }

.product-info .image-additional img {
  border: 1px solid #E7E7E7; }

.product-info .image-additional a {
  display: inline-block;
  /*margin-left: 10px;*/
  /*margin-bottom: 10px;*/
}

.product-info .description {
  border-top: 1px solid #E7E7E7;
  border-bottom: 1px solid #E7E7E7;
  padding: 5px 5px 10px 5px;
  margin-bottom: 10px;
  line-height: 20px;
  color: #4D4D4D; }

.product-info .description span {
  color: #38B0E3; }

.product-info .description a {
  color: #4D4D4D;
  text-decoration: none; }

.product-info .price {
  overflow: auto;
  padding: 5px 5px 10px 5px;
  margin-bottom: 10px;
  font-size: 24px;
  color: #e9292f;
  font-family: Myriad semibold, sans-serif; }

.product-info .price-old,
.product-grid .price-old,
.box-product .price-old {
  color: #2291bf;
  text-decoration: line-through;
  font-size: 14px;
  font-family: Myriad, sans-serif; }

.product-info .price-old {
  display: block; }

.product-info .price-new,
.product-grid .price-new,
.box-product .price-new {
  color: #e9292f;
  font-family: Myriad semibold, sans-serif; }

.product-info .price-tax {
  font-size: 12px;
  font-weight: normal;
  color: #999; }

.product-info .price .reward {
  font-size: 12px;
  font-weight: normal;
  color: #999; }

.product-info .price .discount {
  font-weight: normal;
  font-size: 12px;
  color: #4D4D4D; }

.product-info .options {
  border-bottom: 1px solid #E7E7E7;
  padding: 0px 5px 10px 5px;
  margin-bottom: 10px;
  color: #000000; }

.product-info .option-image {
  margin-top: 3px;
  margin-bottom: 10px; }

.product-info .option-image label {
  display: block;
  width: 100%;
  height: 100%; }

.product-info .option-image img {
  margin-right: 5px;
  border: 1px solid #CCCCCC;
  cursor: pointer; }

.product-info .cart {
  padding: 0px 5px 10px 5px;
  margin-bottom: 20px;
  color: #4D4D4D;
  width: 150px;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.product-info .cart div > span {
  color: #999;
  display: block; }

.product-info .cart .links {
  display: block;
  vertical-align: middle; }

.product-info .cart .minimum {
  padding-top: 5px;
  font-size: 11px;
  color: #999; }

.product-info .review {
  margin-bottom: 10px;
  position: absolute;
  top: -45px;
  right: 0px; }

.product-info .review > div {
  padding: 8px;
  border-bottom: 1px solid #E7E7E7;
  line-height: 20px; }

.product-info .review > div > span {
  color: #38B0E3; }

.product-info .review .share {
  overflow: auto;
  line-height: normal; }

.product-info .review .share a {
  text-decoration: none; }

.review-list {
  padding: 10px;
  overflow: auto;
  margin-bottom: 20px;
  border: 1px solid #EEEEEE; }

.review-list .author {
  float: left;
  margin-bottom: 20px; }

.review-list .rating {
  float: right;
  margin-bottom: 20px; }

.review-list .text {
  clear: both; }

.attribute {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  margin-bottom: 20px; }

.attribute thead td, .attribute thead tr td:first-child {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  background: #F7F7F7;
  text-align: left; }

.attribute tr td:first-child {
  color: #000000;
  font-weight: bold;
  text-align: right;
  width: 20%; }

.attribute td {
  padding: 7px;
  color: #4D4D4D;
  text-align: center;
  vertical-align: top;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD; }

.attr,
.attributes_1,
.attributes_2 {
  cursor: pointer; }

.attributes:after,
.attributes_1:after,
.attributes_2:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #2291bf;
  margin-left: 5px;
  display: inline-block; }

.attributes.desc:after,
.attributes_1.desc:after,
.attributes_2.desc:after {
  border-top: none;
  border-bottom: 5px solid #2291bf; }

.compare-info {
  border-collapse: collapse;
  /*	width: 100%;*/
  overflow: auto;
  border-top: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  margin-bottom: 20px; }

.compare-info tbody {
  overflow: auto; }

.compare-info thead td, .compare-info thead tr td:first-child {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  background: #F7F7F7;
  text-align: left; }

.compare-info tr td:first-child {
  color: #000000;
  font-weight: bold;
  text-align: right; }

.compare-info td {
  padding: 7px;
  width: 20%;
  color: #4D4D4D;
  text-align: center;
  vertical-align: top;
  border-right: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD; }

.compare-info .name a {
  font-weight: bold; }

.compare-info .price-old {
  font-weight: bold;
  color: #F00;
  text-decoration: line-through; }

.compare-info .price-new {
  font-weight: bold; }

/* wishlist */
.wishlist-info table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  margin-bottom: 20px; }

.wishlist-info td {
  padding: 7px; }

.wishlist-info thead td {
  color: #4D4D4D;
  font-weight: bold;
  background-color: #F7F7F7;
  border-bottom: 1px solid #DDDDDD; }

.wishlist-info thead .image {
  text-align: center; }

.wishlist-info thead .name, .wishlist-info thead .model, .wishlist-info thead .stock {
  text-align: left; }

.wishlist-info thead .quantity, .wishlist-info thead .price, .wishlist-info thead .total, .wishlist-info thead .action {
  text-align: right; }

.wishlist-info tbody td {
  vertical-align: top;
  border-bottom: 1px solid #DDDDDD; }

.wishlist-info tbody .image img {
  border: 1px solid #DDDDDD; }

.wishlist-info tbody .image {
  text-align: center; }

.wishlist-info tbody .name, .wishlist-info tbody .model, .wishlist-info tbody .stock {
  text-align: left; }

.wishlist-info tbody .quantity, .wishlist-info tbody .price, .wishlist-info tbody .total, .wishlist-info tbody .action {
  text-align: right; }

.wishlist-info tbody .price s {
  color: #F00; }

.wishlist-info tbody .action img {
  cursor: pointer; }

.cart a.button {
  padding: 9px 12px 8px 45px; }

.sticker1,
.sticker2,
.sticker3 {
  display: block;
  width: 100px;
  height: 30px;
  position: absolute;
  z-index: 10;
  top: 10px; }

.sticker1 {
  background: url(../image/sale.jpg) no-repeat; }

.sticker2 {
  background: url(../image/new.jpg) no-repeat; }

.sticker3 {
  background: url(../image/hits.jpg) no-repeat; }

.login-content {
  overflow: auto; }

.login-content .left {
  /*	float: left;
      width: 48%;*/ }

.login-content .right {
  /*	float: right;
      width: 48%*/ }

.login-content .left .content, .login-content .right .content {
  min-height: 190px; }

/* orders */
.order-list {
  margin-bottom: 10px; }

.order-list .order-id {
  width: 49%;
  float: left;
  margin-bottom: 2px; }

.order-list .order-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 2px; }

.order-list .order-content {
  padding: 10px 0px;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE; }

.order-list .order-content div {
  float: left;
  width: 33.3%; }

.order-list .order-info {
  text-align: right; }

.order-detail {
  background: #EFEFEF;
  font-weight: bold; }

/* returns */
.return-list {
  margin-bottom: 10px; }

.return-list .return-id {
  width: 49%;
  float: left;
  margin-bottom: 2px; }

.return-list .return-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 2px; }

.return-list .return-content {
  padding: 10px 0px;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE; }

.return-list .return-content div {
  float: left;
  width: 33.3%; }

.return-list .return-info {
  text-align: right; }

.return-product {
  overflow: auto;
  margin-bottom: 20px; }

.return-name {
  float: left;
  width: 31%;
  margin-right: 15px; }

.return-model {
  float: left;
  width: 31%;
  margin-right: 15px; }

.return-quantity {
  float: left;
  width: 31%; }

.return-detail {
  overflow: auto;
  margin-bottom: 20px; }

.return-reason {
  float: left;
  width: 31%;
  margin-right: 15px; }

.return-opened {
  float: left;
  width: 31%;
  margin-right: 15px; }

.return-opened textarea {
  width: 98%;
  vertical-align: top; }

.return-captcha {
  float: left; }

.download-list {
  margin-bottom: 10px; }

.download-list .download-id {
  width: 49%;
  float: left;
  margin-bottom: 2px; }

.download-list .download-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 2px; }

.download-list .download-content {
  padding: 10px 0px;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE; }

.download-list .download-content div {
  float: left;
  width: 33.3%; }

.download-list .download-info {
  text-align: right; }

/* cart */
.cart-info table {
  width: 100%;
  margin-bottom: 15px;
  border-collapse: collapse;
  border-top: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD; }

.cart-info thead .image {
  text-align: center; }

.cart-info thead .name, .cart-info thead .model, .cart-info thead .quantity {
  text-align: left; }

.cart-info thead .price, .cart-info thead .total {
  text-align: right; }

.cart-info tbody td {
  vertical-align: top;
  border-bottom: 1px solid #DDDDDD; }

.cart-info tbody .image img {
  border: 1px solid #DDDDDD; }

.cart-info tbody .image {
  text-align: center; }

.cart-info tbody .name, .cart-info tbody .model, .cart-info tbody .quantity {
  text-align: left; }

.cart-info tbody .quantity input[type='image'], .cart-info tbody .quantity img {
  position: relative;
  top: 4px;
  cursor: pointer; }

.cart-info tbody .price, .cart-info tbody .total {
  text-align: right; }

.cart-info tbody span.stock {
  color: #F00;
  font-weight: bold; }

.cart-module > div {
  display: none; }

.cart-total {
  border-top: 1px solid #DDDDDD;
  overflow: auto;
  padding-top: 8px;
  margin-bottom: 15px; }

.cart-total table {
  float: right; }

.cart-total td {
  padding: 3px;
  text-align: right; }

/* checkout */
.checkout-heading {
  background: #F8F8F8;
  border: 1px solid #DBDEE1;
  padding: 8px;
  font-size: 16px;
  color: #555555;
  margin-bottom: 15px;
  position: relative; }

.checkout-heading .modify-link {
  padding: 5px 10px;
  position: absolute;
  right: 3px;
  top: 3px; }

.checkout-heading a {
  float: right;
  margin-top: 1px;
  font-weight: normal;
  text-decoration: none;
  font-size: 14px; }

.checkout-content {
  padding: 0px 0px 15px 0px;
  display: none;
  /*	overflow: auto;*/ }

.checkout-content .left {
  /*	float: left;
      width: 48%;*/ }

.checkout-content .right {
  /*	float: right;
      width: 48%;*/ }

.checkout-content .buttons {
  clear: both; }

.checkout-product table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  margin-bottom: 20px; }

.checkout-product td {
  padding: 7px; }

.checkout-product thead td {
  color: #4D4D4D;
  font-weight: bold;
  background-color: #F7F7F7;
  border-bottom: 1px solid #DDDDDD; }

.checkout-product thead .name, .checkout-product thead .model {
  text-align: left; }

.checkout-product thead .quantity, .checkout-product thead .price, .checkout-product thead .total {
  text-align: right; }

.checkout-product tbody td {
  vertical-align: top;
  border-bottom: 1px solid #DDDDDD; }

.checkout-product tbody .name, .checkout-product tbody .model {
  text-align: left; }

.checkout-product tbody .quantity, .checkout-product tbody .price, .checkout-product tbody .total {
  text-align: right; }

.checkout-product tfoot td {
  text-align: right;
  border-bottom: 1px solid #DDDDDD; }

.contact-info {
  overflow: auto; }

.contact-info .left {
  float: left;
  width: 48%; }

.contact-info .right {
  float: left;
  width: 48%; }

.sitemap-info {
  overflow: auto;
  margin-bottom: 40px; }

.sitemap-info .left {
  float: left;
  width: 48%; }

.sitemap-info .right {
  float: left;
  width: 48%; }

/* footer */
#footer {
  padding: 20px 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 100px;
  border-top: 1px solid #DBDEE1;
  border-bottom: 1px solid #DBDEE1;
  background: #555555;
  color: #ffffff; }

#footer h3 {
  font-size: 14px;
  margin-top: 0;
  margin-bottom: 8px; }

#footer h3 {
  font-family: Myriad bold, sans-serif;
  text-transform: uppercase;
  font-size: 13px; }

#footer .column {
  float: left;
  width: 33%;
  margin: 0 10px 0px 0; }

#footer .column.first {
  margin: 0 20px 0 20px;
  width: 23%;
  min-width: 170px; }

#footer .footer-block .column {
  width: auto;
  margin: 0 40px 20px 0; }

#footer .footer-block {
  overflow: hidden;
  float: left; }

#footer .column ul {
  margin-top: 0px;
  margin-left: 0px; }

#footer .column ul li {
  margin-bottom: 3px;
  list-style-type: none; }

#footer .column a {
  text-decoration: none;
  color: #ffffff; }

#footer .column a:hover {
  text-decoration: underline;
  color: #2291bf; }

#footer .contacts-block .column {
  width: 30%; }

#powered {
  color: #555555;
  margin-top: 5px;
  text-align: center;
  clear: both;
  background: #dddddd;
  position: relative; }
  #powered span {
    text-decoration: underline; }
  #powered a {
    color: #555555;
    text-decoration: none; }
  #powered .copyright {
    margin-left: 40px; }

.btn-navbar {
  background: #2291bf !important; }

/* banner */
.banner div {
  text-align: center;
  width: 100%;
  display: none; }

.banner div img {
  margin-bottom: 20px; }

.clear-both {
  clear: both; }

/* NivoSlider */
.slideshow .nivoSlider {
  width: auto !important; }

/* Extra Stylesheet */
label {
  margin-bottom: 0px;
  padding: 0px 0px 0px 6px;
  display: inline; }

label.inline {
  display: inline; }

label input[type="image"], label input[type="checkbox"], label input[type="radio"] {
  height: auto;
  padding: 0px;
  display: inline;
  margin: 0px;
  vertical-align: text-top; }

table.radio input[type="radio"], .checkbox input[type="checkbox"] {
  margin-left: 0px; }

td.visible-desktop {
  display: inline; }

td.quantity input[type=text] {
  margin-bottom: 0px;
  width: 30px; }

.box-heading,
.category-info h2 {
  text-transform: uppercase;
  color: #555555;
  font-size: 16px;
  font-family: 'Myriad semibold', sans-serif; }

.box-heading span,
.category-info h2 > span {
  color: #e9292f; }

.feedback-form {
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
  background: #2291bf;
  padding: 10px 15px;
  position: fixed;
  top: 400px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 99;
  left: -100px; }

.feedback-form:hover {
  color: #FFFFFF; }

/*icons*/
.contacts {
  margin-right: 8px;
  display: inline-block;
  font-size: 15px; }

.tip {
  position: relative;
  line-height: 14px; }

.tip:hover:before,
.tip:hover:after {
  opacity: 1;
  visibility: visible; }

.tip:before {
  content: attr(data-title);
  position: absolute;
  background: #eeeeee;
  top: -60px;
  text-align: center;
  padding: 5px;
  z-index: 1;
  left: -47px;
  border: 1px solid #dfdfdf;
  color: #555555;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.product-list .tip:before,
.product-list .tip:after {
  display: none; }

.tip:after {
  content: '';
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #dfdfdf;
  position: absolute;
  top: -6px;
  right: 11px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.contacts img {
  margin: 0px 5px 0 0;
  display: inline-block;
  vertical-align: baseline; }

.icon {
  background: url(../image/icons.png) no-repeat;
  display: inline-block;
  margin-right: 5px; }

.icon.call {
  background-position: 0 0;
  width: 18px;
  height: 15px; }

.icon.cart-white {
  background-position: -23px 0;
  width: 25px;
  height: 25px; }

.icon.cart {
  background-position: -53px 0;
  width: 20px;
  height: 20px; }

.icon.compare-white {
  background-position: -78px 0;
  width: 22px;
  height: 22px; }

.icon.compare {
  background-position: -105px 0;
  width: 22px;
  height: 22px; }

.icon.mail {
  background-position: -132px 0;
  width: 14px;
  height: 14px; }

.icon.phone {
  background-position: -151px 0;
  width: 14px;
  height: 14px; }

.icon.skype {
  background-position: -170px 0;
  width: 15px;
  height: 15px; }

.contacts-block.mobile {
    display: none;
}

/*Social icons*/
.social a {
  margin: 0 20px 0 0; }

.social-icon {
  background: url(../image/social.png) no-repeat;
  display: inline-block; }

.social-icon.fb {
  background-position: -27px 0;
  width: 17px;
  height: 32px; }

.social-icon.fb:hover {
  background-position: 0 0;
  width: 17px;
  height: 32px; }

.social-icon.ok {
  background-position: -84px 0;
  width: 20px;
  height: 35px; }

.social-icon.ok:hover {
  background-position: -54px 0;
  width: 20px;
  height: 35px; }

.social-icon.vk {
  background-position: -167px 0;
  width: 43px;
  height: 37px; }

.social-icon.vk:hover {
  background-position: -114px 0;
  width: 43px;
  height: 37px; }

/* Category icons*/
.box-heading.cat-icon:before {
  content: '';
  background: url(../image/category-icons.png) no-repeat;
  width: 17px;
  height: 15px;
  display: inline-block;
  margin: 0 15px 0 6px; }

#column-left .dropdown-menu > li > a:before {
  content: '';
  background: url(../image/category-icons.png) no-repeat;
  display: inline-block;
  margin: 0 15px 0 6px; }

#column-left .dropdown-menu > li:nth-child(10n+1) > a:before {
  background-position: -38px 0;
  width: 11px;
  height: 12px; }

#column-left .dropdown-menu > li:nth-child(10n+1):hover > a:before {
  background-position: -22px 0; }

#column-left .dropdown-menu > li:nth-child(10n+2) > a:before {
  background-position: -136px 0;
  width: 11px;
  height: 12px; }

#column-left .dropdown-menu > li:nth-child(10n+2):hover > a:before {
  background-position: -120px 0; }

#column-left .dropdown-menu > li:nth-child(10n+3) > a:before {
  background-position: -168px 0;
  width: 11px;
  height: 12px; }

#column-left .dropdown-menu > li:nth-child(10n+3):hover > a:before {
  background-position: -152px 0; }

#column-left .dropdown-menu > li:nth-child(10n+4) > a:before {
  background-position: -199px 0;
  width: 11px;
  height: 12px; }

#column-left .dropdown-menu > li:nth-child(10n+4):hover > a:before {
  background-position: -184px 0; }

#column-left .dropdown-menu > li:nth-child(10n+5) > a:before {
  background-position: -231px 0;
  width: 11px;
  height: 12px; }

#column-left .dropdown-menu > li:nth-child(10n+5):hover > a:before {
  background-position: -214px 0; }

#column-left .dropdown-menu > li:nth-child(10n+6) > a:before {
  background-position: -263px 0;
  width: 11px;
  height: 12px; }

#column-left .dropdown-menu > li:nth-child(10n+6):hover > a:before {
  background-position: -248px 0; }

#column-left .dropdown-menu > li:nth-child(10n+7) > a:before {
  background-position: -295px 0;
  width: 11px;
  height: 12px; }

#column-left .dropdown-menu > li:nth-child(10n+7):hover > a:before {
  background-position: -278px 0; }

#column-left .dropdown-menu > li:nth-child(10n+8) > a:before {
  background-position: -327px 0;
  width: 11px;
  height: 12px; }

#column-left .dropdown-menu > li:nth-child(10n+8):hover > a:before {
  background-position: -312px 0; }

#column-left .dropdown-menu > li:nth-child(10n+9) > a:before {
  background-position: -358px 0;
  width: 11px;
  height: 12px; }

#column-left .dropdown-menu > li:nth-child(10n+9):hover > a:before {
  background-position: -342px 0; }

#column-left .dropdown-menu > li:nth-child(10n+10) > a:before {
  background-position: -70px 0;
  width: 11px;
  height: 12px; }

#column-left .dropdown-menu > li:nth-child(10n+10):hover > a:before {
  background-position: -54px 0; }

.snowflake-11 {
  background-position: -103px 0;
  width: 12px;
  height: 12px; }

.snowflake-11:hover {
  background-position: -86px 0; }

#social_discount_active {
  font-size: 16px;
  color: #555555;
  margin: 5px 0 0 0; }

#social_discount_buttons {
  overflow: hidden; }

.right-1 {
  overflow: hidden; }

#social_discount_button_mm iframe {
  width: 120px !important; }

#___plusone_0 {
  width: 55px !important; }

#vk_like {
  width: 85px !important; }

#__okShare0 {
  width: 95px !important; }

#social_discount_button_fb {
  width: 115px; }

#social_discount_button_tw {
  width: 110px !important; }

.social_discount_button {
  float: left; }

#button-review {
  background: #2291bf;
  color: #ffffff; }

.dropdown:hover .dropdown-menu {
  display: block; }

/* Overlow Table */
/* Landscape phone to portrait tablet */
.brand {
  display: none !important; }

@media (max-width: 1162px) {
  .span9 {
    width: 70% !important; }

  .span4, .span5 {
    margin: 0 0 10px 0; }

  .header-link {
    margin: 20px 0 0 0;
    display: block; }

  .slogan {
    margin: 20px 0px 0 0; }

  .price-cart {
    float: left; } }
@media (max-width: 1150px) {
  .list-table td:last-child > div {
    float: none; }

  .span9 {
    width: 67% !important; }

  a.readmore {
    display: block;
    float: none;
    text-align: center;
    margin: 10px 0 !important;
    font-weight: normal; }

  .price-change {
    float: none; }

  .product-grid > div {
    width: 43%; }

  .product-grid {
    text-align: center; }

  #header.row-fluid .span4,
  #header.row-fluid .span3 {
    width: 27%; }

  .box-product .cart input[type="button"] {
    font-size: 12px; } }
@media (max-width: 1024px) {
  .social-block span {
    display: block; }

  .contacts {
    font-size: 14px; }
    .tab-us td{
        display: block;
    }
    .htabs a{
       font-size: 11px;
    }
    .tab-us td:nth-child(2){
        padding-left: 0 !important;
    }
  .feedback-form {
    display: none; }

  .search-page .product-grid {
    text-align: left; }

  .search-page .product-grid > div {
    /*width: 33%;*/ } }


/* Landscape phones and down */
@media (max-width: 980px) {

    #footer .contacts-block .column {
        width: 26%;
    }

    #footer .contacts-block.mobile {
        display: block;
        width: 66%;
    }

    .contacts-block.screen {
        display: none;
    }

    #sh_button {
        display: none;
    }

    .contacts-block.mobile h3 {
        display: inline-block;
        margin: 0 15px 0 0;
    }

    .contacts-block.mobile h3 + p {
        margin-bottom: 10px;
        display: inline-block;
    }

    .footer-block.info h3 {
        display: none;
    }

    #footer .footer-block {
        margin: 20px 0;
        text-align: center;
    }

    #footer .footer-block .column {
        display: inline-block;
        float: none;
        width: auto;
        margin: 0;
    }

    #footer .column ul li {
        display: inline;
        margin: 0 5px;
    }

    #header.row-fluid .span4,
    #header.row-fluid .span3 {
        width: 40%;
        margin: 15px 0 0 0;
        float: right;
    }

    .slogan {
        margin: 20px 30px 0 0;
    }

    .main-menu {
        display: none;
    }

    .mob-menu {
        display: block;
    }

    .top {
        display: none;
    }

    /*#menu2 .navbar {
        overflow: visible;
        height: 38px;
    }

    .nav-collapse {
        overflow: visible;
        height: auto;
    }*/

  .product-filter .display {
    margin: 0 auto;
    padding-top: 10px;
    float: none; }

  .navbar .dropdown-menu {
    margin-left: 20px; }

  .dropdown-menu {
    list-style-type: none; }

  .dropdown-menu.dropdown-menu2 {
    position: relative; }

  .search-page .product-grid > div {
    /*width: 49%;*/ }

  .dropdown-menu .drop-block {
    display: none; }

  #currency {
    margin: 0 auto;
    text-align: left; }

  .hidden-cur {
    position: relative; }

  #header #cart {
    float: none; }

  #header #cart .content {
    right: 0;
    left: 0;
    margin: 0 auto; }

  .mini-cart-info:before {
    right: 0;
    left: 0;
    margin: 0 auto; }

  #column-left {
    width: 100%;
    margin: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px; }

  .box-content.filterpro {
    display: none; }

  #footer > .column {
    width: 100%; }

  .contacts-block .footer-block,
  .contacts-block .footer-block .column {
    float: none !important; }

  .brand {
    display: block; }

  .search {
    width: auto;
    margin: 0 12px 20px 12px; }

  .top .pull-right, .top .pull-left {
    text-align: center;
    float: none;
    margin-bottom: 10px; }

  .header-link {
    display: block;
    margin: 10px auto;
    text-align: center; }

  .span9 {
    width: 95% !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    margin: 0 auto !important;
    float: none !important; }

  #logo {
    text-align: center; }

  #header .span3,
  #header > .span4 {
    margin: 0 auto;
    width: 100%;
    text-align: center; }

  #header .span3 > .span4,
  #header .span3 > .span5 {
    width: 100%; }

  .currency {
    /*float: none;*/
    margin: 0 0 20px 0; }

  #column-left {
    float: none; }

  .contacts.mail {
    display: block; }

  .contacts {
    line-height: 24px; }

  .box-product > div {
    width: 50%; }

  #column-left + #content {
    margin-left: 0px; } }
@media (max-width: 768px) {

  .print {
    display: none;
  }
  .my-pr{
    display: block;
  }

  #header #cart .content {
    right: 0;
    width: 366px; }

  .slogan.pull-right {
    /*float: none !important;*/ }

  .top .contacts:nth-child(4n-1) {
    display: block; }

  .table-part {
    overflow-x: scroll; }

  .hide-on-tablet-and-phone {
    display: none; }

  #header #search {
    margin-top: 80px; }

  .product-info > .left {
    float: none; }

  .price-cart {
    float: none; }

  .left-attribute {
    float: none; }

  .product-info > .left + .right {
    margin-left: 0; }

  .like-button {
    float: none;
    margin: -1px 0 0 30px;
    display: block; }

  .right-1 {
    overflow: hidden; }

  #logo {
    /*float: none;*/
    /*margin: 0 auto;*/
  }

  .box-product .cart input[type="button"] {
    font-size: 10px; } }

@media (max-width: 682px) {

  .product-filter .sort {
    margin-left: 0;
  }
    .slogan {
        font-size: 16px;
        margin: 20px 20px 0 0;
    }
    #footer .column.first {
        margin: 0 10px 0 20px;
    }
}


@media (max-width: 654px) {
    .slogan {
        font-size: 14px;
    }

    .currency {
        float: none;
    }

    #header.row-fluid .span4, #header.row-fluid .span3 {
        width: 30%;
    }

    #logo {
        width: 70%;
    }

    .slogan {
        margin: 20px 10px 0 0;
    }

    #footer .contacts-block.mobile {
        float: none;
        margin: 0 auto;
    }

    #footer .column.first {
        float: none;
        margin: 0 auto;
        text-align: center;
        width: auto;
    }
}


@media (max-width: 480px) {

    #footer .contacts-block .column {
        width: 30%;
    }

    .box-product.photo > div {
        width: 100%;
    }

    .box-product.photo .image img:hover {
        -webkit-transform: none;
        -ms-transform: none;
        -moz-transform: none;
        transform: none;
        -webkit-transition: none;
        transition: none;
    }

    #footer .footer-block.info {
        position: relative;
        overflow: visible;
    }

    .footer-block.info:before {
        content: '';
        width: 100%;
        display: block;
        border-top: 1px solid #fff;
        position: absolute;
        top: -10px;
    }

  .contacts {
    display: block; }

  .product-filter .display {
    display: none; }

  .box-product .price-old,
  .box-product .price-new {
    display: inline-block; }

  .box-product input[type="button"] {
    text-indent: -1000px; }

  #header #cart .content {
    width: 99%; }

  #footer .column.first {
    margin: 0 auto;
    width: 100%; }

  #footer {
    text-align: center; }

  #footer .footer-block .column {
    width: 100%;
    font-size: 16px; }

  #footer h3 {
    font-size: 16px; }

  .product-info > .left,
  .product-info > .right {
    float: none; }

  .product-info > .left + .right {
    margin-left: 0; }

  .product-info .image-additional {
    width: auto; }

  .slogan {
    float: none;

  }

  .top:after {
    display: none; }

  #header .span4 {
      display: none;
  }

  #logo {
      overflow: hidden;
      margin-bottom: 20px;
      width: 100%;
  }

    #header.row-fluid .span4, #header.row-fluid .span3 {
        width: 100%;
        float: none;
    }

    .currency {
        float: none;
    }

  #logo img {
      float: left;
      margin-left: 10px;
  }

  .slogan {
      margin: 15px 0 0 0;
      font-size: 13px;
  }

  .currency {
      float: left;
      margin: 0 0 20px 20px;
  }

  .hidden-cur {
      left: -1px;
  }

  .category-menu .box-content {
      display: none;
  }

    #column-left .box .box-heading:after {
        border-top: 5px solid #FFFFFF;
        bottom: 18px;
        left: auto;
        margin-left: 10px;
    }

    #column-left .box .box-heading {
        text-align: center;
        padding: 15px 30px 15px 10px;
    }


  #header #cart {
      float: right;
      margin: 0 10px 0 0;
  }

  .box-product > div {
    width: 100%;
    text-align: center; }

  a.readmore {
    float: none; }

    #footer .contacts-block.mobile {
    width: 100%; }

  .product-grid > div {
    width: 100%; }

  .product-filter .limit,
  .product-filter .sort {
    float: none;
    margin: 0 auto 10px auto;
    text-align: center; }

  .breadcrumb {
    display: none; }

  .product-filter .sort b,
  .product-filter .limit b {
    float: none;
    display: block; }

  #powered .copyright {
    display: block;
    margin: 10px 0 0 0; }

  .pagination .links,
  .pagination .results {
    float: none;
    text-align: center; }

  .attribute-table {
    width: 300px; }

  .htabs a {
    padding: 7px 10px 6px 10px; }

  .product-info .image {
    float: none; }

  .search-page .product-grid {
    text-align: center; }

  .search-page .product-grid > div {
    /*width: 100%;*/ }

  .search-page .product-grid .compare a {
    right: 2px; }

}

.selected_atrs {
    padding: 5px 15px;
}
.selected_atrs a {
    padding-right: 5px;
    /*float: left;*/
    cursor: default;
}

.box-content.filterpro > div {
    height: auto!important;
}

@media print{
    .class_print{
        display: none;;
    }
}
.product-index-holder .name {
    text-align: center;
}
.product-index-holder .product-grid {
    box-shadow: none;
	margin: -29px 0 0;
}
.category-info.class_print p {
    text-align: justify;
}
table.table-characteristics-info td{
	border:1px solid #d3d3d4;
}
table.table-characteristics-info {
	text-align: center;
}
.holder-text-info-product img {
    border: 1px solid #eee;
	padding:2px;
    width: 215px;
	margin-right:15px;
	float: left;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
}
.holder-text-info-product .box-product.photo .image img {
/*border: 1px solid #eee;*/
	padding:2px;
    width: 215px;
	margin-right:10px;
	float: left;
	box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
}
.holder-text-info-product h2 {
	text-align: center;
	color: #ff0000;
	background: #eeeeee;
	margin:10px 0;
}
.holder-text-info-product h3{
	font-size:14px;
	text-align: center;
	background: #eeeeee;
}
table.table-characteristics-info caption{
	font-size:16px;
}
.box-product.photo.inform-content-gallery {
    padding: 15px;
    overflow: hidden;
	margin-top: -25px;
}
.holder-text-info-product li {
    margin: 0 0 9px;
}
.class_print.info-zakaz {
    float: right;
    margin: 0 25px 10px;
}
.holder-text-info-product p {
    text-align: justify;
}
.availability-info-page {
    background:#2291bf;
    border: 2px solid #fff;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
}
a.question-button.question-button-inform {
    margin: 13px auto;
    width: 60%;
	background: #2291bf;
	color: #fff;
}
a.question-button-inform:hover {
	color:#fff;
	background:#e9292f;
	border: 2px solid #e9292f;
 }
/* .product-grid.box-show-holder {
    margin: 10px 0 0;
}
.product-grid.box-show-holder div {
    margin-top: -2px;
}*/
.r1{
    height: 64px !important;
}
.nnn-1{
  position: relative;
  font-family: Myriad semibold, sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    padding: 12px 10px;
    background: #eeeeee;
}
.l1:before {
    content: '';
    background: url(../image/category-icons.png) no-repeat;
    display: inline-block;
    margin: 0 3px 0 6px;
    background-position: -327px 0;
    width: 11px;
    height: 12px;
}
.thumbnail-nnn li{
  float: left;
  margin-right: 10px;
  width: 48%;
}
.thumbnail-nnn li p{
  margin-bottom: 5px;
    font-size: 13px;
    line-height: 16px;
}
.thumbnail-nnn li p:last-child{
  margin-bottom: 0px;
}
.thumbnail-nnn li .image{
  position: relative;
}
.date-nnnnn{
      position: absolute;
    bottom: 0px;
    right: 0px;
    background: #2291BF;
    color: #fff;
    font-size: 15px;
    padding: 3px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.nn-left{
  width: 150px;
  float: left;
  margin-right: 10px;
}
.nn-right {
    width: 230px;
    padding: 10px 0 0 0;
    float: right;
}
.nnn-name {
    margin-bottom: 4px;
    height: 37px;
    overflow: hidden;
}
.nnn-name a{
  font-weight: 600;
    font-size: 15px;
    line-height: 16px;
    color: #555;
    text-decoration: none;
}
.op-nn{
    height: 77px;
    overflow: hidden;
}
.readmore-nnn{
  text-decoration: none;
  font-size: 12px;
}
.readmore-nnn:hover{
  color: #2291bf;
}
@media (max-width: 1024px) {
	.nn-left {
	    width: 100%;
	    float: none;
	    margin-right: 0;
	}
	.nn-left img {
	    display: block;
	    margin: 0 auto;
	}
	.nn-right {
	    width: 100%;
	    padding: 10px 0 0 0;
	    float: none;
	}
}
@media (max-width: 480px){
	.thumbnail-nnn li {
	    float: none;
	    margin-right: 10px;
	    width: 100%;
	}
}
@media (max-width: 320px){

	.nnn-1 .pull-right{
		float: none;
		    clear: both;
    text-align: center;
	}
}
