<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
	font-family: 'Custom Fonts', Arial;
}
body {
  background: #edf2f9 url(img/back.png);
  font-size: 13px;
  color: #444;
  margin: 20px 0px 60px 0px;
  overflow-x: hidden
}
.container {
  /box-shadow: 0 0 20px 15px rgba(0, 0, 0, 0.2);
  /* width: 1100px; */
  width: 1200px;
}
a {
  color: #896317;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
  color: #896317;
}
a:focus {
  outline: none;
  color: #896317;
}
h1 {
  font-size: 24px;
  font-weight: 100;
  color: #000;
  line-height: 30px;
}
h2 {
  font-size: 20px;
  color: #000;
}
h3 {
  font-size: 18px;
  line-height: 22px;
  color: #000;
  font-weight: normal;
}
h4 {
  font-weight: 100;
  color: #000;
}
h5 {
  color: #000;
}
hr {
  border-bottom: 1px dotted #CCC;
  border-top: 0px;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  margin-bottom: 0px;
  font-size: 13px;
}
hr.thick {
  border-bottom: 4px solid #e5e9f0;
  border-top: 0px;
  margin-bottom: 30px;
}
label,
input,
button,
select,
textarea {
  font-size: 13px;
}
.padding {
  padding: 20px;
}
.paddingbottom {
  padding-bottom: 20px;
}
.margin5top {
  margin-top: 5px;
}
.margin15top {
  margin-top: 15px;
}
.padding5top {
  padding-top: 5px;
}
.padding8top {
  padding-top: 8px;
}
.padding10top {
  padding-top: 10px;
}
.padding15top {
  padding-top: 15px;
}
.padding20top {
  padding-top: 20px;
}
.padding10 {
  padding: 10px;
}
.padding20 {
  padding: 20px;
}
.cartfill {
  background: #1e831f;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlODMxZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZWIwNGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #1e831f 0%, #4eb04e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e831f), color-stop(100%, #4eb04e));
  background: -webkit-linear-gradient(top, #1e831f 0%, #4eb04e 100%);
  background: -o-linear-gradient(top, #1e831f 0%, #4eb04e 100%);
  background: -ms-linear-gradient(top, #1e831f 0%, #4eb04e 100%);
  background: linear-gradient(to bottom, #1e831f 0%, #4eb04e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e831f', endColorstr='#4eb04e', GradientType=0);
}
.gray {
  color: #858585;
}
.block {
  background: #fff;
  border-radius: 10px 10px;
  border-top: 4px solid #fff;
  /border-bottom: 4px solid #565656;
  background-image: url("img/block-background1.png");
  background-repeat: repeat-x;
  background-position: top center;
  /-webkit-box-shadow: 0px 0px 24px 0px rgba(50, 50, 50, 0.04);
  /-moz-box-shadow: 0px 0px 24px 0px rgba(50, 50, 50, 0.04);
  /box-shadow: 0px 0px 24px 0px rgba(50, 50, 50, 0.04);
  /* Main menu*/
}
.block hr {
  margin: 10px 0px;
}
.block .frontend_header_margin {
	padding: 0px 20px;
}
.block .frontend_header {
  border-top: 1px dotted #dedede;
}
.block .menu-v {
  margin: 0;
  padding: 5px 0px 5px 0px;
  color: #fff;
  width: 100%;
  position: relative;
}
.block .menu-v li {
  margin-right: 20px;
  margin-bottom: 0px;
  float: left;
  position: relative;
  list-style: none;
}
.block .menu-v a {
  font-size: 14px !important;
  text-decoration: underline;
  display: block;
  margin: 0;
  text-shadow: 0px -1px rgba(255, 255, 255, 0.3);
  padding: 5px;
}
.block .menu-v .current a,
.block .menu-v li:hover &gt; a {
  color: #44bb6e !important;
}
.block .menu-v ul li:hover a,
.block .menu-v li:hover li a {
  border: none;
}
.block .menu-v ul a:hover {
  color: #44bb6e !important;
}
.block .menu-v li .selected {
  background: #fff;
}
.block .menu-v li:hover &gt; ul {
  background: #eee;
  display: block;
  color: #000;
}
.block .menu-v ul {
  display: none;
  margin: 0px;
  width: 200px;
  top: 30px;
  left: -15px;
  position: absolute;
  z-index: 33333;
  border: 1px solid #eee;
  padding: 0px;
}
.block .menu-v ul li {
  float: none;
  margin: 0;
  position: relative;
  background: #eee;
  z-index: 4;
  border-right: 0px;
}
.block .menu-v ul a {
  font-weight: normal;
  background: #fff;
  color: #444;
  padding-left: 20px;
  -webkit-box-shadow: 0px 5px 12px -2px rgba(50, 50, 50, 0.52);
  -moz-box-shadow: 0px 5px 12px -2px rgba(50, 50, 50, 0.52);
  box-shadow: 0px 5px 12px -2px rgba(50, 50, 50, 0.52);
  padding: 10px 20px;
}
.block .menu-v ul ul {
  left: 200px;
  top: 0px;
}
.block .menu-v:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.block .topblock {
  border-bottom: 2px solid #dedede;
  margin: 0px 20px;
}
.block .topblock .mainmenu {
  margin: 0;
  padding: 5px 0px 5px 0px;
  color: #fff;
  width: 100%;
  position: relative;
}
.block .topblock .mainmenu li {
  margin-right: 20px;
  margin-bottom: 0px;
  float: left;
  position: relative;
  list-style: none;
}
.block .topblock .mainmenu a {
  color: #444;
  text-decoration: underline;
  display: block;
  margin: 0;
  text-shadow: 0px -1px rgba(255, 255, 255, 0.3);
  padding: 5px;
}
.block .topblock .mainmenu .current a,
.block .topblock .mainmenu li:hover &gt; a {
  color: #896317;
}
.block .topblock .mainmenu ul li:hover a,
.block .topblock .mainmenu li:hover li a {
  border: none;
}
.block .topblock .mainmenu ul a:hover {
  color: #896317;
}
.block .topblock .mainmenu li .selected {
  background: #fff;
}
.block .topblock .mainmenu li:hover &gt; ul {
  background: #eee;
  display: block;
  color: #000;
}
.block .topblock .mainmenu ul {
  display: none;
  margin: 0px;
  width: 200px;
  top: 30px;
  left: -15px;
  position: absolute;
  z-index: 33333;
  border: 1px solid #eee;
}
.block .topblock .mainmenu ul li {
  float: none;
  margin: 0;
  position: relative;
  background: #eee;
  z-index: 4;
  border-right: 0px;
}
.block .topblock .mainmenu ul a {
  font-weight: normal;
  background: #fff;
  color: #444;
  padding-left: 20px;
  -webkit-box-shadow: 0px 5px 12px -2px rgba(50, 50, 50, 0.52);
  -moz-box-shadow: 0px 5px 12px -2px rgba(50, 50, 50, 0.52);
  box-shadow: 0px 5px 12px -2px rgba(50, 50, 50, 0.52);
  padding: 10px 20px;
}
.block .topblock .mainmenu ul ul {
  left: 200px;
  top: 0px;
}
.block .topblock .mainmenu:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.block .topblock .phone {
  margin-top: 9px;
  font-size: 18px;
}
.block .topblock .phone span {
  color: #896317;
}
.block .topblock .phone i {
  font-size: 11px;
  color: #888;
  font-style: normal;
}
.block .topblock ul {
  margin-top: 10px;
}
.block .topblock ul li .fa-lock {
  margin-right: 5px;
  color: #896317;
}
.block .topblock ul li span {
  margin-left: 15px;
  color: #dedede;
}
.block .topblock ul li a {
  color: #444;
}
.block .kabinet h4 a {
  color: #896317;
}
.block .kabinet a {
  color: #444;
}
.header .logo {
  margin-top: 27px;
  margin-left: 30px;
}
.header .logo a {
  text-decoration: none;
  color: #000;
}
.header .logo a h4 {
  font-size: 30px;
}
.header .search-block {
  margin-top: 15px;
}
.header .search-block form {
  margin: 0;
}
.header .search-block .searchinput {
  height: 38px;
  -webkit-appearance: none;
}
.header .search-block .btn {
  width: 50px;
}
.header .search-block .hint {
  clear: both;
  font-size: 11px;
  color: #888888;
}
.header .search-block .hint a {
  border-bottom: 1px dotted #888888;
  text-decoration: none;
  color: #888888;
}
.header .cart-icon {
  position: absolute;
  top: -9px;
}
.header .cart-popup {
  display: block;
  position: absolute;
  margin: -15px 0 0;
  top: -6px;
  left: 69px;
  padding: 0px 20px 20px 20px;
  width: 220px;
  z-index: 9999;
  border-radius: 4px;
  border: 1px solid #d8d8d8;
  background: #fff;
  -webkit-box-shadow: 0px 5px 12px -2px rgba(50, 50, 50, 0.22), 0px 0px 10px rgba(157, 172, 192, 0.1) inset;
  -moz-box-shadow: 0px 5px 12px -2px rgba(50, 50, 50, 0.22), 0px 0px 10px rgba(157, 172, 192, 0.1) inset;
  box-shadow: 0px 5px 12px -2px rgba(50, 50, 50, 0.22), 0px 0px 10px rgba(157, 172, 192, 0.1) inset;
}
.header .cart-popup .cart-popup-product a {
  color: #444;
}
.header .cart-popup .cart-popup-product .buttonnav {
  color: #fff;
}
.header .cart-popup h4 {
  margin: 20px 0px 20px 0px;
}
.header .cart-popup .product-detail {
  margin-bottom: 10px;
  font-size: 13px;
}
.header .cart-popup .product-detail a {
  font-size: 11px;
  display: block;
  line-height: 13px;
}
.header .cart-popup .product-detail .gray {
  color: #ccc;
  display:block;
  font-size: 11px;
}
.header .cart-popup .product-detail .price {
  font-size: 11px;
  font-weight: bold;
}
.header .cart-info {
  margin-left: 90px;
  margin-top: -15px;
}
.header .cart-info .cart-total {
  font-weight: bold;
}
.header h4 {
  margin-top: 15px;
}
.header_small {
  height: 100px;
}
.header_medium {
  height: 120px;
}
.header_medium .search-block {
  margin-top: 24px;
  padding-left: 14px;
}
.header_medium .kabinet {
  margin-top: 20px;
  margin-left: 10px;
  width: 20%;
}
.header_medium .cartblock {
  margin-top: 20px;
}
.header_medium .cart-icon {
  position: absolute;
  top: -29px;
}
.header_big {
  height: 150px;
}
.header_big .search-block {
  margin-top: 40px;
}
.header_big .kabinet {
  margin-top: 30px;
}
.header_big .cartblock {
  margin-top: 30px;
}
.header_big .cart-icon {
  position: absolute;
  top: -39px;
}
.newsblock {
  border: 1px solid #e5e9f0;
  padding: 10px 20px 10px 20px;
  border-radius: 4px;
}
.newsblock .onenews {
  margin-bottom: 20px;
}
.newsblock .onenews .date {
  color: #999;
}
.newsblock h4 {
  margin-bottom: 20px;
}
.mailerblock {
  margin-top:20px;
  border: 1px solid #e5e9f0;
  padding: 10px 20px 10px 20px;
  border-radius: 4px;
}
.mailerblock .onenews {
  margin-bottom: 20px;
}
.mailerblock .onenews .date {
  color: #999;
}
.mailerblock h4 {
  margin-bottom: 20px;
}
.rightmenu-header-photo {
  margin-bottom: 20px;
}
.rightmenu-header-photo .headerblock {
  background: #1e831f;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlODMxZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZWIwNGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #1e831f 0%, #4eb04e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e831f), color-stop(100%, #4eb04e));
  background: -webkit-linear-gradient(top, #1e831f 0%, #4eb04e 100%);
  background: -o-linear-gradient(top, #1e831f 0%, #4eb04e 100%);
  background: -ms-linear-gradient(top, #1e831f 0%, #4eb04e 100%);
  background: linear-gradient(to bottom, #1e831f 0%, #4eb04e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e831f', endColorstr='#4eb04e', GradientType=0);
  border: 1px solid #126e13;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  text-shadow: 0px -1px rgba(0, 0, 0, 0.4);
  padding: 15px 20px;
  font-size: 17.5px;
  color: #fff;
}
.rightmenu-header {
  margin-bottom: 20px;
}
.rightmenu-header .headerblock {
  background: #383D45;
  /background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlODMxZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZWIwNGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  /background: -moz-linear-gradient(top, #1e831f 0%, #4eb04e 100%);
  /background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e831f), color-stop(100%, #4eb04e));
  /background: -webkit-linear-gradient(top, #1e831f 0%, #4eb04e 100%);
  /background: -o-linear-gradient(top, #1e831f 0%, #4eb04e 100%);
  /background: -ms-linear-gradient(top, #1e831f 0%, #4eb04e 100%);
  /background: linear-gradient(to bottom, #1e831f 0%, #4eb04e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e831f', endColorstr='#4eb04e', GradientType=0);
  /border: 1px solid #126e13;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  text-shadow: 0px -1px rgba(0, 0, 0, 0.4);
  padding: 15px 20px;
  font-size: 17.5px;
  color: #fff;
}
.rightmenu-header ul {
  margin: 0px 0px 0px 0px;
  padding: 20px;
  list-style: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border: 1px solid #d8d8d8;
  background: #f6f6f6;
  -webkit-box-shadow: 0px 5px 12px -2px rgba(50, 50, 50, 0.12), 0px 0px 10px rgba(157, 172, 192, 0.1) inset;
  -moz-box-shadow: 0px 5px 12px -2px rgba(50, 50, 50, 0.12), 0px 0px 10px rgba(157, 172, 192, 0.1) inset;
  box-shadow: 0px 5px 12px -2px rgba(50, 50, 50, 0.12), 0px 0px 10px rgba(157, 172, 192, 0.1) inset;
}
.rightmenu-header ul li {
  display: block;
  line-height: 20px;
  padding-bottom: 5px;
  padding-left: 10px;
}
.rightmenu-header ul li:before {
  content: "вЂ”";
  position: relative;
  left: -10px;
  color: #ccc;
}
.rightmenu-header ul li:last-child {
  padding-bottom: 0px;
}
.rightmenu-header ul li.selected {
  font-weight: bold;
}
.rightmenu-header ul li.selected &gt; a {
  color: #444;
  text-decoration: none;
}
.rightmenu-header ul li &gt; ul {
  list-style: none;
  margin-top: 5px;
  margin-left: 13px;
  font-weight: normal;
}
.rightmenu-nocorner {
  margin: 0px 0px 0px 0px;
  padding: 20px;
  list-style: none;
  border-radius: 0px 0px 4px 4px;
  border: 1px solid #d8d8d8;
  background: #f6f6f6;
  -webkit-box-shadow: 0px 5px 12px -2px rgba(50, 50, 50, 0.12), 0px 0px 10px rgba(157, 172, 192, 0.1) inset;
  -moz-box-shadow: 0px 5px 12px -2px rgba(50, 50, 50, 0.12), 0px 0px 10px rgba(157, 172, 192, 0.1) inset;
  box-shadow: 0px 5px 12px -2px rgba(50, 50, 50, 0.12), 0px 0px 10px rgba(157, 172, 192, 0.1) inset;
}
.rightmenu-nocorner li {
  display: block;
  line-height: 20px;
  padding-bottom: 5px;
  padding-left: 10px;
}
.rightmenu-nocorner li:before {
  content: "вЂ”";
  position: relative;
  left: -10px;
  color: #ccc;
}
.rightmenu-nocorner li:last-child {
  padding-bottom: 0px;
}
.rightmenu-nocorner li.selected {
  font-weight: bold;
}
.rightmenu-nocorner li.selected &gt; a {
  color: #444;
  text-decoration: none;
}
.rightmenu-nocorner li &gt; ul {
  list-style: none;
  margin-top: 5px;
  margin-left: 13px;
  font-weight: normal;
}
.rightmenu {
  margin: 0px 0px 0px 0px;
  padding: 20px;
  list-style: none;
  border-radius: 4px;
  border: 1px solid #d8d8d8;
  background: #f6f6f6;
  -webkit-box-shadow: 0px 5px 12px -2px rgba(50, 50, 50, 0.12), 0px 0px 10px rgba(157, 172, 192, 0.1) inset;
  -moz-box-shadow: 0px 5px 12px -2px rgba(50, 50, 50, 0.12), 0px 0px 10px rgba(157, 172, 192, 0.1) inset;
  box-shadow: 0px 5px 12px -2px rgba(50, 50, 50, 0.12), 0px 0px 10px rgba(157, 172, 192, 0.1) inset;
}
.rightmenu li {
  display: block;
  line-height: 20px;
  padding-bottom: 5px;
  padding-left: 10px;
}
.rightmenu li:before {
  content: "вЂ”";
  position: relative;
  left: -10px;
  color: #ccc;
}
.rightmenu li:last-child {
  padding-bottom: 0px;
}
.rightmenu li.selected {
  font-weight: bold;
}
.rightmenu li.selected &gt; a {
  color: #444;
  text-decoration: none;
}
.rightmenu li &gt; ul {
  list-style: none;
  margin-top: 5px;
  margin-left: 13px;
  font-weight: normal;
}
/* Catalog */
.clearfilter {
  font-size: 11px;
  padding-top: 10px;
  display: block;
  color: gray;
}
.clearfilter:hover {
  color: gray;
}
.clearfilter:focus {
  color: gray;
}
.filtericon {
  font-size: 11px;
  color: #a6a6a6;
}
.filters .filtergroup {
  padding-top: 5px;
  padding-bottom: 10px;
}
.filters .filtergroup label {
  margin-bottom: 0px;
}
.filters .filtername {
  margin-left: 9px;
}
.filters .filtername a {
  text-decoration: none;
  border-bottom: 1px dotted #896317;
}
.checkboxfilter {
  margin-bottom: 0px;
}
.sort,
.breadcrumbs {
  font-size: 11px;
  color: #767070;
}
.sort a,
.breadcrumbs a {
  color: #767070;
}
.exif {
  margin-top: 20px;
  border: 1px solid #d8d8d8;
  background: #f6f6f6;
  box-shadow: inset 0px 0px 10px rgba(157, 172, 192, 0.3);
  padding: 8px;
  border-radius: 4px;
}
.fliterblock {
  border: 1px solid #d8d8d8;
  background: #f6f6f6;
  /box-shadow: inset 0px 0px 10px rgba(157, 172, 192, 0.3);
  padding: 8px;
  border-radius: 4px;
  height: 37px;
}
.topmenumain {
  position: relative;
}
.topmenumain .left-corner {
  position: absolute;
  background-image: url('img/left-menu.png');
  width: 8px;
  height: 58px;
  margin-left: -8px;
}
.topmenumain .right-corner {
  position: absolute;
  background-image: url('img/right-menu.png');
  width: 8px;
  height: 58px;
  right: 0;
  margin-right: -8px;
}
.bigmenu {
  float: right;
}
.bigmenu li:first-child {
  border-right: 0px;
}
.bigmenu li .arrow-down {
  background-image: none;
  width: 0px;
  height: 0px;
}
.topmenu .subbigmenu {
  margin-left: -146px;
}
.topmenu .subbigmenu li:first-child {
  border-right: 0px;
}
.topmenu .subbigmenu li ul {
  margin-left: -400px;
}
.topmenu .subbigmenu .arrow-right {
  background-image: url(img/arrow_left.png);
  background-repeat: no-repeat;
  background-position: 10% 50%;
  width: 10px;
  height: 10px;
  margin-top: 15px;
  margin-left: 7px;
  float: left;
}
.topmenu {
  margin: 0;
  font-size: 16px;
  color: #fff;
  background: #363636;
  width: 100%;
  box-shadow: inset 0px 0px 10px #000000;
  -webkit-box-shadow: 0px 5px 12px -2px rgba(50, 50, 50, 0.52);
  -moz-box-shadow: 0px 5px 12px -2px rgba(50, 50, 50, 0.52);
  box-shadow: 0px 5px 12px -2px rgba(50, 50, 50, 0.52);
  position: relative;
}
.topmenu li {
  margin-bottom: 0px;
  float: left;
  position: relative;
  list-style: none;
  border-right: 1px solid #5f5f5f;
}
.topmenu a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 15px;
  margin: 0;
  text-shadow: 0px -1px rgba(255, 255, 255, 0.3);
}
.topmenu .collapsible a {
  padding: 15px 25px 15px 15px;
  position: relative;
}

.topmenu .collapsible &gt; a:after {
  font-family: 'FontAwesome', serif;
  position: absolute;
  top: 17px;
  right: 10px;
  content: "\f078";
  font-size: 7px;
  color: #ffffff;
}
.topmenu .collapsible .collapsible &gt; a:after {
  font-family: 'FontAwesome', serif;
  position: absolute;
  top: 12px;
  right: 10px;
  content: "\f054";
  font-size: 7px;
  color: #000000;
}
.topmenu li ul li.arrow-right-after:after {
  font-family: 'FontAwesome', serif;
  position: absolute;
  top: 12px;
  left: 10px;
  content: "\f053";
  font-size: 7px;
  color: #000000;
}
.topmenu .collapsible .collapsible a {
  padding: 10px;
}
.topmenu a:hover {
  background: #fff;
}
.topmenu .current a,
.topmenu li:hover &gt; a {
  background: #1e831f;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlODMxZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZWIwNGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #1e831f 0%, #4eb04e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e831f), color-stop(100%, #4eb04e));
  background: -webkit-linear-gradient(top, #1e831f 0%, #4eb04e 100%);
  background: -o-linear-gradient(top, #1e831f 0%, #4eb04e 100%);
  background: -ms-linear-gradient(top, #1e831f 0%, #4eb04e 100%);
  background: linear-gradient(to bottom, #1e831f 0%, #4eb04e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e831f', endColorstr='#4eb04e', GradientType=0);
  color: #fff;
  text-shadow: 0px -1px rgba(0, 0, 0, 0.3);
}
.topmenu ul li:hover a,
.topmenu li:hover li a {
  border: none;
}
.topmenu ul a:hover {
  color: #fff !important;
}
.topmenu li .selected {
  background: #fff;
}
.topmenu li:hover &gt; ul {
  background: #eee;
  display: block;
  color: #000;
}
.topmenu ul {
  display: none;
  margin: 0px;
  padding: 0px;
  width: 200px;
  position: absolute;
  left: 0;
  z-index: 33333;
}
.topmenu ul li {
  float: none;
  margin: 0;
  position: relative;
  background: #eee;
  z-index: 4;
  border-right: 0px;
}
.topmenu ul a {
  font-weight: normal;
  padding: 10px 10px;
  background: #fff;
  color: #000;
  padding-left: 20px;
  font-size: 14px;
  -webkit-box-shadow: 0px 5px 12px -2px rgba(50, 50, 50, 0.52);
  -moz-box-shadow: 0px 5px 12px -2px rgba(50, 50, 50, 0.52);
  box-shadow: 0px 5px 12px -2px rgba(50, 50, 50, 0.52);
}
.topmenu ul ul {
  left: 200px;
  top: 0px;
}
.topmenu:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.arrow-down {
  background-image: url(img/arrow_down.png);
  background-repeat: no-repeat;
  background-position: 25% 50%;
  width: 20px;
  height: 10px;
  margin-top: 21px;
  float: right;
  display: block;
}
.arrow-right {
  background-image: url(img/arrow_right.png);
  background-repeat: no-repeat;
  background-position: 0px 50%;
  width: 10px;
  height: 10px;
  margin-top: 15px;
  margin-right: 7px;
  float: right;
}
.current-hover {
  position: absolute;
  width: 100%;
  height: 2px;
  background: #1e831f;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlODMxZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZWIwNGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #1e831f 0%, #4eb04e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e831f), color-stop(100%, #4eb04e));
  background: -webkit-linear-gradient(top, #1e831f 0%, #4eb04e 100%);
  background: -o-linear-gradient(top, #1e831f 0%, #4eb04e 100%);
  background: -ms-linear-gradient(top, #1e831f 0%, #4eb04e 100%);
  background: linear-gradient(to bottom, #1e831f 0%, #4eb04e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e831f', endColorstr='#4eb04e', GradientType=0);
  top: -3px;
  display: none;
}
.promo_icon_block {
  margin-bottom: 20px;
  padding: 10px 0px;
  border: 1px solid #e5e9f0;
  border-radius: 4px;
  background: #f7f7f7;
  /box-shadow: inset 0px 0px 10px rgba(157, 172, 192, 0.3);
}
.promo_icon_block .picture {
  line-height: 60px;
}
.promo_icon_block h4 {
  margin-top: 0px;
  margin-bottom: 5px;
  color: #896317;
  text-shadow: 1px 1px #FFF;
  font-weight: 100;
  font-size: 18px;
}
.promo_icon_block .border {
  border-right: 1px dotted #cdd6df;
  padding: 10px;
}
.promo_icon_block .no-border {
  padding: 10px;
}
.rightmenufilter {
  border-radius: 4px;
  border: 1px solid #d8d8d8;
  background: #f6f6f6;
  /-webkit-box-shadow: 0px 5px 12px -2px rgba(50, 50, 50, 0.12), 0px 0px 10px rgba(157, 172, 192, 0.1) inset;
  /-moz-box-shadow: 0px 5px 12px -2px rgba(50, 50, 50, 0.12), 0px 0px 10px rgba(157, 172, 192, 0.1) inset;
  /box-shadow: 0px 5px 12px -2px rgba(50, 50, 50, 0.12), 0px 0px 10px rgba(157, 172, 192, 0.1) inset;
  margin-bottom: 20px;
}
.rightmenufilter .catheader {
  background: #1e831f;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlODMxZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZWIwNGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #1e831f 0%, #4eb04e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e831f), color-stop(100%, #4eb04e));
  background: -webkit-linear-gradient(top, #1e831f 0%, #4eb04e 100%);
  background: -o-linear-gradient(top, #1e831f 0%, #4eb04e 100%);
  background: -ms-linear-gradient(top, #1e831f 0%, #4eb04e 100%);
  background: linear-gradient(to bottom, #1e831f 0%, #4eb04e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e831f', endColorstr='#4eb04e', GradientType=0);
  border: 1px solid #126e13;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  text-shadow: 0px -1px rgba(0, 0, 0, 0.4);
  padding: 15px 20px;
  font-size: 17.5px;
  color: #fff;
  margin-bottom: 20px;
}
.rightmenufilter .filters {
  padding: 0px 20px 0px 20px;
  position: relative;
  z-index: 30;
}
.promo li {
  margin-right: 15px;
}
.promo li img {
  margin-right: 8px;
}
.promo li a {
  text-decoration: none;
  color: #896317;
  padding: 0px;
  padding-bottom: 3px;
  text-shadow: 0 2px 0 #fff;
  border-bottom: 1px dotted #896317;
  font-size: 18px;
}
.promo li .active {
  text-shadow: 0 1px 0 #fff;
  border-bottom: 0px;
  color: #000;
}
.subcategories {
  padding-left: -2px;
}
.subcategories li {
  color: #ccc;
}
.subcategories li:first-child {
  color: #000;
}
.button {
  display: inline-block;
  position: relative;
  color: #064999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
  text-decoration: none;
  text-align: center;
  padding: 8px 12px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid #e5eaf0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #efefef 60%, #e1dfe2 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #efefef 60%, #e1dfe2 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #efefef 60%, #e1dfe2 100%);
  background-image: -ms-linear-gradient(top, #ffffff 0%, #efefef 60%, #e1dfe2 100%);
  background-image: linear-gradient(top, #ffffff 0%, #efefef 60%, #e1dfe2 100%);
}
.button:hover {
  color: #555;
}
.button:active,
.button:active:after,
.button:active:before {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.mainlabel {
  display: inline-block;
  position: relative;
  font-size: 13px;
  color: white;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.4);
  padding: 8px 5px;
  border-radius: 4px;
  border: 1px solid #e5eaf0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  background: #f4902a;
  background-image: url("img/button_green.png");
  background-position: 0px -4px;
  border-color: #126e13 #126e13 #0a4b0b;
  outline-width: 0px;
}
.buttonnav,
input[type="submit"] {
  display: inline-block;
  position: relative;
  font-size: 13px;
  color: white;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.4);
  padding: 8px 5px;
  border-radius: 4px;
  border: 1px solid #e5eaf0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  background: #09ab3f;
  background-image: url("img/button_green.png");
  background-position: 0px -4px;
  border-color: #126e13 #126e13 #0a4b0b;
  outline-width: 0px;
}
.buttonnav:hover,
input[type="submit"]:hover {
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
  background-image: url("img/button_green_hover.png");
}
.buttonnav:active,
.buttonnav:active:after,
.buttonnav:active:before {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.buttonnav:focus,
input[type="submit"]:focus {
  color: #fff;
  text-decoration: none;
}
.buttonnav:disabled,
input[type="submit"]:disabled {
  border: 1px solid #abb1c0;
  cursor: not-allowed;
  background-image: url("img/button_2_hover.png");
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}
.buttonnav:disabled:active {
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.3);
}
.filterbutton {
  width: 20px;
  padding: 5px 8px 8px 8px;
  font-size:14px;
}
.showvariant {
  margin: 0px;
}
.grey {
  background: #caced7;
  border: 1px solid #abb1c0;
  background-image: url("img/button_2.png");
  background-position: 0 -5px;
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.4);
}
.grey:hover {
  background-image: url("img/button_2_hover.png");
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.4);
}
.black {
  background: #caced7;
  border: 1px solid #676f86;
  background-image: url(img/button_3.png);
  background-position: 0 -5px;
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.4);
}
.black:hover {
  background-image: url(img/button_3_hover.png);
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.4);
}
.button:focus {
  text-decoration: none;
}
.product-cart .buy {
  height: 50px;
}
.media .media-heading {
  padding-top: 5px;
}
.media .media-heading a {
  color: #e3e3e3;
}
.about-shop {
  padding-right: 20px;
    text-align:justify;
}
.product .show-all-features {
  padding-top: 10px;
  color: #888;
  font-size: 11px;
  display: block;
}
.product .promo_icon_block {
  margin-top:20px;
  padding-bottom:0;
}
.product  .promo_icon_block  img {
  width:70%;
}
.product  .promo_icon_block h4 {
  font-size:18px;
}
.product .addreview {
  margin: 20px 0px;
}
.product h4 {
  font-size: 22px;
}
.product .product-header h1 {
  margin-bottom: 0px;
}
.product .product-header h1 a {
  font-size: 13px;
}
.product .articul {
  font-size: 14px;
  color: #888;
}
.product .productext {
  margin-top: 10px;
}
.product .productext i {
  margin-right: 5px;
}
.product .stocks {
  font-size: 18px;
  line-height: 20px;
}
.product .product_block {
  border: 1px solid #d3d6de;
  background: #edeef1;
  padding: 8px;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  border-radius: 10px;
}
.product .price {
  font-size: 18px;
}
.product .price .compare-at-price {
  font-size: 13px;
  color: #8e8e8e;
}
.product .features {
  color: #000;
  font-size: 12px;
}
.product .mainblock {
  border-radius: 4px;
  border: 1px solid #d8d8d8;
  background: white;
  /* margin-top: -45px; */
  -webkit-box-shadow: 0px 3px 7px -3px rgba(50, 50, 50, 0.22), 0px 0px 10px rgba(157, 172, 192, 0.1) inset;
  -moz-box-shadow: 0px 3px 7px -3px rgba(50, 50, 50, 0.22), 0px 0px 10px rgba(157, 172, 192, 0.1) inset;
  box-shadow: 0px 3px 7px -3px rgba(50, 50, 50, 0.22), 0px 0px 10px rgba(157, 172, 192, 0.1) inset;
}
.product .padding {
  background: white;
  border-radius: 5px;
  padding: 10px 20px 20px 20px;
}
.product .headblock {
  background: #1e831f;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlODMxZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZWIwNGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #1e831f 0%, #4eb04e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e831f), color-stop(100%, #4eb04e));
  background: -webkit-linear-gradient(top, #1e831f 0%, #4eb04e 100%);
  background: -o-linear-gradient(top, #1e831f 0%, #4eb04e 100%);
  background: -ms-linear-gradient(top, #1e831f 0%, #4eb04e 100%);
  background: linear-gradient(to bottom, #1e831f 0%, #4eb04e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e831f', endColorstr='#4eb04e', GradientType=0);
  border: 1px solid #126e13;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 20px 20px 7px 20px;
}
.product .headblock h4 {
  color: #fff;
  margin-top: 0;
}
.product .headblock .price {
  color: #fff;
  font-weight: bold;
  font-size: 22px;
}
.product .headblock .compare-at-price {
  color: #fff;
}
.product .upselling {
  margin-top: 30px;
  border: 1px solid #e5e9f0;
  padding: 10px 20px 0px 20px;
  border-radius: 4px;
}
.product .upselling .price {
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 8px;
}
.product .upselling .price s {
  display: block;
  font-size: 13px;
  color: #8e8e8e;
}
.product .upselling .upsellingblock {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.product .upselling .upsellingblock h4 {
  margin-top: 0px;
}
.product .upselling .upsellingblock:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
}
.product .upselling h4 {
  margin-bottom: 30px;
}
.product .crossselling {
  margin-top: 30px;
  border: 1px solid #e5e9f0;
  padding: 10px 20px 0px 20px;
  border-radius: 4px;
  box-shadow: inset 0px 0px 10px rgba(157, 172, 192, 0.3);
}
.product .crossselling li {
  vertical-align: top;
  margin: 0 0 80px 0;
  position: relative;
  display: inline-block;
  height: 230px !important;
  padding: 20px 48px 20px 0;
}
.product .description-product {
  padding-bottom: 30px;
  display: none;
}
.product .product-features-scroll, .product .product-features {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #444;
}
.product .featuresblock:first-child span {
  padding-right: 3px;
  color: #444;
  background-color: #FFF;
}
.product .featuresblock:first-child {
  width: 50%;
  margin: 0px;
  padding-right: 5%;
  padding-left: 0px;
  background: url('img/spec-dot.gif') repeat-x scroll 100% 17px transparent;
  float: left;
}
.product .featuresblock {
  margin-left: 55%;
  padding: 4px 0px 4px 3px;
  word-wrap: break-word;
  position: relative;
}
.buy .price {
  font-size: 20px;
}
.buy .price s {
  font-size: 13px;
  display: block;
  color: #8e8e8e;
}
.g-clearfix:after {
  content: "";
}
.g-clear,
.g-clearfix:after {
  display: block;
  clear: both;
  height: 0px;
  overflow: hidden;
  visibility: hidden;
}
.content {
  padding: 20px 0px;
}
ul.list {
  padding: 0;
  margin: 0;
}
ul.list li {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0 15px 0px 0px;
  position: relative;
  display: block\9;
  float: left\9;
  padding: 20px 45px 0px 0px;
  width: 100%;
}
ul.list li .buy {
  padding-top: 10px;
  height: 50px;
}
ul.list li button[type="submit"] {
  min-width: 75px;
}
ul.list li .preview {
  position: absolute;
  top: 0;
  text-align: center;
  width: 180px;
  display: none;
  height: 30px;
}
ul.list li .preview img {
  margin-right: 5px;
}
ul.list li .preview span {
  background: #000;
  padding: 10px;
  border-radius: 4px;
  background-image: url("img/button_2_hover.png");
  color: #fff;
  font-size: 11px;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.4);
  background-position: 0px -5px;
  box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.1) inset, 0px 2px 10px 0px rgba(0, 0, 0, 0.2), 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid #abb1c0;
}
ul.list li .preview a {
  text-decoration: none;
}
ul.list hr {
  padding: 0px;
  margin: 0px;
}
ul.list li .name {
  margin-top: 15px;
  padding-bottom: 0px;
}
ul.list li .image {
  text-align: center;
  width: 200px;
  height: 180px;
  line-height: 180px;
  position: relative;
}
ul.list li .price {
  font-size: 18px;
}
ul.list li .price s {
  font-size: 13px;
  display: block;
  color: #8e8e8e;
}
ul.list li .oldprice {
  font-size: 14px;
  color: #8c9aa4;
}
ul.list i.icon16.overhanging {
  position: absolute;
  left: -20px;
  margin: 0;
  top: 2px;
}
ul.list i.icon10.overhanging {
  position: absolute;
  margin-left: -17px;
  margin-right: 7px;
}
ul.list input {
  margin: 0 3px 0 0 /* for correct checkbox display */;
}
ul.list.li50px li {
  width: 50px;
}
/* fixed li width options */
ul.list.li100px li {
  width: 100px;
}
ul.list.li150px li {
  width: 150px;
}
ul.list.li200px li {
  width: 200px;
}
ul.list.li230px li {
  width: 230px;
}
ul.list.li250px li {
  width: 250px;
}
ul.list.li300px li {
  width: 300px;
}
ul.list.li350px li {
  width: 350px;
}
ul.list li a {
  font-weight: bold;
}
ul.list li p {
  margin-bottom: 0;
}
ul.list li.selected {
  /* nothing! */
}
ul.list li.selected img {
  border: 4px solid #FDDA3B;
  margin: -4px -2px -2px -4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
ul.list li.highlighted {
  background: inherit;
}
ul.list li.highlighted img {
  -moz-box-shadow: 0px 0px 10px #fe2;
  -webkit-box-shadow: 0px 0px 10px #fe2;
  box-shadow: 0px 0px 10px #fe2;
}
ul.list hr {
  margin-top: 20px;
}
.galeryshow-preview {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}
.galeryshow-preview li {
  float: left;
  margin-top: 5px;
  margin-right: 5px;
}
.galeryshow-preview li img {
  border: 3px solid #ccc;
  padding: 1px;
  width: 60px;
  height: 60px;
}
.galeryshow-preview li img.selected {
  border: 3px solid #896317;
}
.galeryshow {
  padding: 0;
  margin: 0;
  list-style: none;
}
.galeryshow li {
  float: left;
  margin-top: 5px;
  margin-right: 5px;
}
.galeryshow li img {
  border: 3px solid #ccc;
  padding: 1px;
}
.galeryshow li img.selected {
  border: 3px solid #896317;
}
.arrow-galery {
  width: 30px;
  float: left;
}
.mini-galery {
  float: left;
}
.arrow {
  margin-top: 30px;
}
ul.thumbs {
  padding: 0;
  margin: 0;
  margin-left: 5px;
}
ul.thumbs li {
  display: inline-block;
  vertical-align: top;
  margin: 0px;
  position: relative;
  display: block\9;
  float: left\9;
  height: 370px;
  padding: 15px;
  margin-right: 5px;
}
ul.thumbs li .compare-catalog {
  font-size: 11px;
}
ul.thumbs li .compare-catalog a {
  font-size: 11px;
  text-decoration: none;
  color: #666666;
  border-bottom: 1px dotted #666666;
  margin-left: 5px;
}
ul.thumbs li .aviable {
  margin-top: 2px;
  font-size: 11px;
  color: #6bb400;
}

ul.thumbs li .buy {
  padding-top: 10px;
}
ul.thumbs li button[type="submit"] {
  min-width: 75px;
}
ul.thumbs li .name {
  margin-top: 5px;
  height: 40px;
  /padding-bottom: 10px;
  line-height: 16px;
}
ul.thumbs li .price {
  font-size: 18px;
  font-weight: bold;
}
ul.thumbs li .price s {
  font-size: 13px;
  display: block;
  color: #f00;
  font-weight: normal;
}
ul.thumbs li .oldprice {
  font-size: 14px;
  color: #8c9aa4;
}
ul.thumbs li .image {
  text-align: center;
  /* width: 220px; */
  /* height: 190px; */
  width: 270px;
  height: 200px;
  line-height: 180px;
  position: relative;
  margin-left: -10px;
}
ul#bestsellers .image {
    margin-left: -10px;
}
ul.thumbs li .preview {
  position: absolute;
  top: 0;
  text-align: center;
  width: 200px;
  display: none;
  height: 30px;
}
ul.thumbs li .preview a {
  text-decoration: none;
}
ul.thumbs li .preview img {
  margin-right: 5px;
}
ul.thumbs li .preview span {
  padding: 10px;
  border-radius: 4px;
  background: #383d45;
  border: 0px;
  color: #fff;
  font-size: 11px;
  font-weight: 100;
  /text-shadow: 0 -1px rgba(0, 0, 0, 0.4);
  /box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.1) inset, 0px 2px 10px 0px rgba(0, 0, 0, 0.2), 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
  border: 1px solid #32383f;
  margin-left: 45px;
}
ul.thumbs li .preview span:hover {
  background: #424A56;
}
.badge {
  border-radius: 0px;
  position: absolute;
  left: 0;
  top: 30px;
  line-height: 20px;
  width: 80px;
  text-align: center;
  padding: 0px;
  background: #00aa00;
  color:#ffffff !important;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 10px;
}

.image .new {
  background: none;
  background-image: url(img/badge.png);
  background-repeat: no-repeat;
  width: 100px;
  height: 25px;
  margin: 0px;
  font-weight: normal;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: -0.2px;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
}

.low-price {
  background: none;
  background-image: url(img/badge-low-price.png);
  background-repeat: no-repeat;
  width: 100px;
  height: 25px;
  margin: 0;
  font-weight: normal;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: -0.2px;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
}

.bestseller {
  background: none;
  background-image: url(img/badge-bestseller.png);
  background-repeat: no-repeat;
  width: 100px;
  height: 25px;
  margin: 0;
  font-weight: normal;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: -0.2px;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
}
ul.thumbs i.icon16.overhanging {
  position: absolute;
  left: -20px;
  margin: 0;
  top: 2px;
}
ul.thumbs i.icon10.overhanging {
  position: absolute;
  margin-left: -17px;
  margin-right: 7px;
}
ul.thumbs input {
  margin: 0 3px 0 0 /* for correct checkbox display */;
}
ul.thumbs.li50px li {
  width: 50px;
}
/* fixed li width options */
ul.thumbs.li100px li {
  width: 100px;
}
ul.thumbs.li150px li {
  width: 150px;
}
ul.thumbs.li200px li {
  width: 200px;
  height: 350px;
  border:1px solid transparent;
  border-radius:4px;
}
ul.product-thumbs.li200px li:hover {
    border: 1px solid #f5f5f5;
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.15);
    transition: all 0.2s ease 0s;
}
#slider_promo ul.thumbs.li230px li {
  width: 260px;
}
ul.thumbs.li250px li {
  width: 250px;
}
ul.thumbs.li300px li {
  width: 300px;
}
ul.thumbs.li350px li {
  width: 350px;
}
ul.thumbs li a {
  font-weight: bold;
}
ul.thumbs li p {
  margin-bottom: 0;
}
ul.thumbs li.selected {
  /* nothing! */
}
ul.thumbs li.selected img {
  border: 4px solid #FDDA3B;
  margin: -4px -2px -2px -4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
ul.thumbs li.highlighted {
  background: inherit;
}
ul.thumbs li.highlighted img {
  -moz-box-shadow: 0px 0px 10px #fe2;
  -webkit-box-shadow: 0px 0px 10px #fe2;
  box-shadow: 0px 0px 10px #fe2;
}
.cart-form button[type="submit"] {
  min-width: 95%;
}
.cart .cart-product {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #dedede;
}
.cart .cart-product:last-child {
  border-bottom: 0px;
}
.cart .remove-opacity {
  opacity: 0.5;
}
.cart .price {
  font-size: 18px;
}
.cart .price .compare-at-price {
  font-size: 13px;
  color: #8e8e8e;
}
.cart .price small {
  font-size: 13px;
  color: #aaa;
}
.cart .price .delete {
  font-size: 13px;
}
.cupon {
  background-image: url(img/cupon.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  width: 227px;
  height: 118px;
}
.cupon input[type='text'] {
  margin-top: 5px;
}
.total {
  margin-top: 20px;
  margin-bottom: 10px;
}
.total .cart-total,
.total .cart-discount {
  font-size: 18px;
}
.checkout-cart {
  border-radius: 4px;
  border: 1px solid #d8d8d8;
  background: #f6f6f6;
  /box-shadow: inset 0px 0px 10px rgba(157, 172, 192, 0.3);
  padding: 20px 0px 0px 0px;
}
.checkout-cart input[type='submit'] {
  font-size: 18px;
  padding: 10px 20px;
}
.checkout-cart p {
  font-size: 14px;
  color: #888;
  padding-bottom: 10px;
}
.checkout .float-right {
  float: right;
  font-size: 14px;
  color: #888;
}
.checkout .hint {
  font-size: 11px;
  padding: 10px;
}
.checkout .upcoming {
  color: #ccc;
}
.checkout h1 {
  border-bottom: 1px;
}
.checkout .done {
  text-decoration: underline;
  text-decoration: line-through;
  color: #ccc;
}
/* Button group */
.button-green {
  background: #5ca934;
  border-color: #478228 #478228 #3c6f22;
  background-image: -webkit-linear-gradient(top, #69c03b, #5ca934 66%, #54992f);
  background-image: -moz-linear-gradient(top, #69c03b, #5ca934 66%, #54992f);
  background-image: -o-linear-gradient(top, #69c03b, #5ca934 66%, #54992f);
  background-image: linear-gradient(to bottom, #69c03b, #5ca934 66%, #54992f);
}
.button-green:active {
  background: #5ca934;
  border-color: #3c6f22 #478228 #478228;
}
.button-red {
  background: #d5452f;
  border-color: #ae3623 #ae3623 #992f1f;
  background-image: -webkit-linear-gradient(top, #da5c48, #d5452f 66%, #c73d28);
  background-image: -moz-linear-gradient(top, #da5c48, #d5452f 66%, #c73d28);
  background-image: -o-linear-gradient(top, #da5c48, #d5452f 66%, #c73d28);
  background-image: linear-gradient(to bottom, #da5c48, #d5452f 66%, #c73d28);
}
.button-red:active {
  background: #d5452f;
  border-color: #992f1f #ae3623 #ae3623;
}
.button-blue {
  background: #1097e6;
  border-color: #0d78b6 #0d78b6 #0b689e;
  background-image: -webkit-linear-gradient(top, #25a5f0, #1097e6 66%, #0f8ad3);
  background-image: -moz-linear-gradient(top, #25a5f0, #1097e6 66%, #0f8ad3);
  background-image: -o-linear-gradient(top, #25a5f0, #1097e6 66%, #0f8ad3);
  background-image: linear-gradient(to bottom, #25a5f0, #1097e6 66%, #0f8ad3);
}
.button-blue:active {
  background: #1097e6;
  border-color: #0b689e #0d78b6 #0d78b6;
}
.button-orange {
  background: #f4902a;
  border-color: #126e13 #126e13 #0a4b0b;
  background-image: -webkit-linear-gradient(top, #f69f47, #f4902a 66%, #f38617);
  background-image: -moz-linear-gradient(top, #f69f47, #f4902a 66%, #f38617);
  background-image: -o-linear-gradient(top, #f69f47, #f4902a 66%, #f38617);
  background-image: linear-gradient(to bottom, #f69f47, #f4902a 66%, #f38617);
}
.button-orange:active {
  background: #f4902a;
  border-color: #0a4b0b #126e13 #126e13;
}
.button-orange:hover {
  color: #fff;
}
.button-pink {
  background: #e8367f;
  border-color: #d31865 #d31865 #bc165a;
  background-image: -webkit-linear-gradient(top, #eb5190, #e8367f 66%, #e62473);
  background-image: -moz-linear-gradient(top, #eb5190, #e8367f 66%, #e62473);
  background-image: -o-linear-gradient(top, #eb5190, #e8367f 66%, #e62473);
  background-image: linear-gradient(to bottom, #eb5190, #e8367f 66%, #e62473);
}
.button-pink:active {
  background: #e8367f;
  border-color: #bc165a #d31865 #d31865;
}
.button-gray {
  background: #47494f;
  border-color: #2f3034 #2f3034 #232427;
  background-image: -webkit-linear-gradient(top, #55585f, #47494f 66%, #3d3f44);
  background-image: -moz-linear-gradient(top, #55585f, #47494f 66%, #3d3f44);
  background-image: -o-linear-gradient(top, #55585f, #47494f 66%, #3d3f44);
  background-image: linear-gradient(to bottom, #55585f, #47494f 66%, #3d3f44);
}
.button-gray:active {
  background: #47494f;
  border-color: #232427 #2f3034 #2f3034;
}
.button-darkblue {
  background: #3b5ca0;
  border-color: #2d477b #2d477b #263c68;
  background-image: -webkit-linear-gradient(top, #4369b6, #3b5ca0 66%, #365391);
  background-image: -moz-linear-gradient(top, #4369b6, #3b5ca0 66%, #365391);
  background-image: -o-linear-gradient(top, #4369b6, #3b5ca0 66%, #365391);
  background-image: linear-gradient(to bottom, #4369b6, #3b5ca0 66%, #365391);
}
.button-darkblue:active {
  background: #3b5ca0;
  border-color: #263c68 #2d477b #2d477b;
}
.button-purple {
  background: #9966cb;
  border-color: #8040be #8040be #733aab;
  background-image: -webkit-linear-gradient(top, #a87dd3, #9966cb 66%, #8f57c6);
  background-image: -moz-linear-gradient(top, #a87dd3, #9966cb 66%, #8f57c6);
  background-image: -o-linear-gradient(top, #a87dd3, #9966cb 66%, #8f57c6);
  background-image: linear-gradient(to bottom, #a87dd3, #9966cb 66%, #8f57c6);
}
.button-purple:active {
  background: #9966cb;
  border-color: #733aab #8040be #8040be;
}
.select {
  width: 100%;
}
.addcount {
  margin-top: 7px;
}
.addcount-product {
  margin-top: 10px;
}
.select_input {
  text-align: center;
  width: 30px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  outline-offset: -2px;
  outline-width: 0px;
}
.select_input_product {
  text-align: center;
  width: 30px;
}
.dec_product:focus,
.inc_product:focus {
  outline: none;
}
.dec_product {
  background: url("img/minus-plus.png") no-repeat scroll -24px 0px transparent;
  width: 26px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}
.inc_product {
  background: url("img/minus-plus.png") no-repeat scroll 0px 0px transparent;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 3px;
}
.select_input_cart {
  text-align: center;
  width: 30px;
}
.dec_cart:focus,
.inc_cart:focus {
  outline: none;
}
.dec_cart {
  background: url("img/minus-plus.png") no-repeat scroll -24px 0px transparent;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}
.inc_cart {
  background: url("img/minus-plus.png") no-repeat scroll -1px 0px transparent;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 5px;
}
.dec:focus,
.inc:focus {
  outline: none;
}
.dec {
  background: url("img/minus-plus.png") no-repeat scroll -24px 0px transparent;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}
.inc {
  background: url("img/minus-plus.png") no-repeat scroll -1px 0px transparent;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 5px;
}
.addquantity {
  margin-left: 10px;
}
.news h4 {
  margin: 0px;
  padding: 10px 0px 0px 0px;
}
.news hr {
  margin-top: 10px;
  margin-bottom: 10px;
}
.news .rss {
  margin-top: 10px;
}
.news .date {
  color: #9ea1a6;
  font-size: 11px;
}
.description-block hr {
  margin: 15px 0px;
}
.productslider {
  position: relative;
}
.productslider .arrow-block {
  position: absolute;
  right: 0;
  margin-top: -80px;
}
.productslider .arrow-both {
	margin-top:-45px;
}
.slider {
  margin-bottom: 10px;
}
.pagination {
  position: absolute;
  bottom: 0;
  text-align: left;
  left: 45%;
  z-index: 100;
}
.pagination a {
  border: 2px solid #fff;
  border-radius: 15px;
  width: 12px;
  height: 12px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
  margin: 2px;
  overflow: hidden;
  text-indent: -200%;
  outline: 0;
}
.pagination .selected {
  background: #896317;
}
.slider-home {
  position: relative;
  margin-bottom: 20px;
}
.slider-home .slider-image a {
  display: block;
  float: left;
}
.slider-home .slider-image a img {
  border-radius: 4px;
  margin: 0 3%;
}
.slider-home .prevbigslider {
  position: absolute;
  top: 46%;
  margin-left: 10px;
  z-index: 10;
  width: 30px;
}
.slider-home .nextbigslider {
  position: absolute;
  top: 46%;
  right: 0;
  margin-right: 10px;
  z-index: 10;
  width: 30px;
}
.slider-home-mobile {
  position: relative;
  margin-bottom: 20px;
    width:100%;
}
.slider-home-mobile .slider-image-mobile a {
  display: block;
  float: left;
}
.slider-home-mobile .slider-image-mobile a img {
  width:100%;
  height: auto;
}
.slider-home-mobile .prevbigslider {
  position: absolute;
  top: 40%;
  margin-left: 10px;
  z-index: 10;
  width: 30px;
}
.slider-home-mobile .nextbigslider {
  position: absolute;
  top: 40%;
  right: 0;
  margin-right: 10px;
  z-index: 10;
  width: 30px;
}
.product-cart {
  margin-left: -8px;
}
#button_switch {
	margin-top:6px;
  padding-bottom: 20px;
}
#button_switch a {
  top: 0;
  font-size: 14px;
  text-decoration: none;
  padding: 8px 15px 10px 15px;
  outline-width: 0px;
  color: #E5E9F0;
  text-align: center;
  line-height: 1.2;
}
#button_switch a:not(.active) {
  background-image: url("img/button_green.png");
  background-position: 60% 70%;
  /box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.1), inset 0 -1px 0px rgba(0, 0, 0, 0.2), 0 9px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 3px 0 rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(12, 89, 13, 0.7);
  /text-shadow: 0px -1px rgba(0, 0, 0, 0.4);
  color: #000;
}
#button_switch a:not(.active):hover,
#button_switch a:not(.active):focus {
  /box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.1), inset 0 -1px 0px rgba(0, 0, 0, 0.2), 0 9px 10px 0 rgba(0, 0, 0, 0.2), 0 4px 3px 0 rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(12, 89, 13, 0.7);
  background-image: url("img/button_green_hover.png");
  background-position: 60% 70%;
}
#button_switch a:not(.active):active {
  color: #fff;
}
#button_switch a.active {
  /box-shadow: 0 9px 16px 0 rgba(0, 0, 0, 0.1), 0 0 0 0px rgba(255, 255, 255, 0.6), 0 2px 1px 0 rgba(255, 255, 255, 0.05), inset 0 0 4px 1px #9cacb6, inset 0 0 10px rgba(0, 0, 0, 0.1);
  /background-image: url("img/button_2.png");
  /background-position: 60% 70%;
  /border-color: #126e13 #126e13 #0a4b0b;
  color: #000;
  font-size: 14px;
  /text-shadow: 0px -1px rgba(255, 255, 255, 0.3);
   background-color: #d1d9e0;
}
#button_switch a:last-of-type {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  -ms-border-radius: 0 4px 4px 0;
  -o-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
#button_switch a:first-of-type {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  -ms-border-radius: 4px 0 0 4px;
  -o-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
  left: 0;
}
.product-per-page {
  padding-top: 8px;
}
.product-per-page .active {
  background: #000;
}
.sliderCont {
  margin-top: 10px;
  width: 97%;
  height: 10px;
  float: left;
  margin-left: 5px;
}
.rangefilter {
  font-size: 13px;
}
.rangefilter input {
  text-align: center;
  color: gray;
  border-radius: 4px;
  border: 1px solid #b3b3b3;
}
.rangefilter .pricehint {
  font-size: 11px;
  color: #aaa;
}
.ui-slider {
  position: relative;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  background: url('img/price_slider_moover.png') no-repeat scroll 0% 0% transparent;
  width: 18px;
  height: 17px;
  font-weight: bold;
  color: #1C94C4;
  background-position: 0px 0px;
  cursor: pointer;
  border: 0px;
  outline: 0;
}
.ui-slider .ui-slider-handle:focus {
  outline: 0;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  overflow: hidden;
}
.ui-slider-horizontal {
  height: 4px;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -5px;
  margin-left: -6px;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-widget-content {
  background: #ccc;
}
.ui-widget-header {
  border-top: 1px solid #297685;
  border-bottom: 0px;
  background: #676f86;
}
.ui-corner-all {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.icon16.color {
  margin-right: 5px;
  border-radius: 20px;
  height: 10px;
  width: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: inline-block;
  margin-top: 3px;
}
.rating-user {
  color: #aeaeae;
}
i.icon16 {
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  display: inline-block;
  text-indent: -9999px;
  text-decoration: none!important;
  background-image: url("img/icons.png");
  background-size: 210px 160px /* 50% of the original size for auto @2x optimization */;
}
* i.icon16 {
  text-decoration: none!important;
  vertical-align: top;
  margin: 0.1em 0.2em 0 0;
}
.icon16.rss {
  background-position: -16px 0;
}
.icon16.facebook {
  background-position: -32px 0;
}
.icon16.twitter {
  background-position: -48px 0;
}
.icon16.vk {
  background-position: -64px 0;
}
.icon16.google {
  background-position: -80px 0;
}
.icon16.userpic20 {
  background-position: -2px -2px;
  border-radius: 50%;
  background-size: auto;
}
.icon16.color {
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: 12px;
  height: 12px;
  background-image: none;
}
.icon16.loading {
  background-image: url('img/loading16.gif');
  background-position: 0 0;
  background-size: 16px 16px;
}
.icon16.star,
.icon16.star-full {
  background-position: -16px -16px;
}
.icon16.star-half {
  background-position: -32px -16px;
}
.icon16.star-empty {
  background-position: -48px -16px;
}
.icon16.star-hover {
  background-position: -64px -16px;
}
.icon16.remove {
  background-position: -96px -16px;
}
.icon16.saved {
  background-position: -112px -16px;
}
.icon16.stock-red {
  background-position: -128px -16px;
}
.icon16.stock-yellow {
  background-position: -144px -16px;
}
.icon16.stock-green {
  background-position: -113px -16px;
}
.icon16.stock-transparent {
  background-position: -176px -16px;
}
.icon16.uarr {
  background: url('img/uarr.png');
  background-position: 0 0;
  background-size: 16px 16px;
}
/* 10x10 Icons
-------------- */
i.icon10 {
  background-repeat: no-repeat;
  height: 10px;
  width: 10px;
  display: inline-block;
  text-indent: -9999px;
  text-decoration: none!important;
  background-image: url("img/icons.png");
  background-size: 210px 160px /* 50% of the original size for auto @2x optimization */;
}
* i.icon10 {
  text-decoration: none!important;
  vertical-align: top;
  margin: 0.2em 0.1em 0 0;
}
.icon10.darr {
  background-image: url('img/darr.png');
  background-size: 16px 16px;
}
.icon10.star,
.icon10.star-full {
  background-position: 0 -100px;
}
.icon10.star-half {
  background-position: -10px -100px;
}
.icon10.star-empty {
  background-position: -20px -100px;
}
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 0px;
}
#prev:hover,
#next:hover {
  opacity: 0.4;
}
#preview {
  display: none;
}
#preview .dialog-header {
  background: #abb1c0;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FiYjFjMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4YzkzYTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #abb1c0 0%, #8c93a2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #abb1c0), color-stop(100%, #8c93a2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #abb1c0 0%, #8c93a2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #abb1c0 0%, #8c93a2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #abb1c0 0%, #8c93a2 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #abb1c0 0%, #8c93a2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#abb1c0', endColorstr='#8c93a2', GradientType=0);
  /* IE6-8 */
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 15px 20px;
  font-size: 17.5px;
  color: #fff;
  border-bottom: 4px solid #727989;
}
#preview .dialog-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.7);
}
#preview .dialog-window .cartpreview {
  position: fixed;
  top: 15%;
  left: 0;
  right: 0;
  opacity: 1;
  z-index: 100;
  overflow-x: hidden;
  box-shadow: 0px 18px 104px 0px rgba(0, 0, 0, 0.6);
  margin: 0 auto;
  text-align: left;
  width: 700px;
  bottom: 15%;
  background: #fff;
  border-radius: 4px;
}
#preview .dialog-window .cartpreview .headblock {
  background: #1e831f;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlODMxZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZWIwNGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #1e831f 0%, #4eb04e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e831f), color-stop(100%, #4eb04e));
  background: -webkit-linear-gradient(top, #1e831f 0%, #4eb04e 100%);
  background: -o-linear-gradient(top, #1e831f 0%, #4eb04e 100%);
  background: -ms-linear-gradient(top, #1e831f 0%, #4eb04e 100%);
  background: linear-gradient(to bottom, #1e831f 0%, #4eb04e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e831f', endColorstr='#4eb04e', GradientType=0);
  border: 1px solid #126e13;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 10px 20px 18px 20px;
  height:17px;
}
#preview .dialog-window .cartpreview .added2cart {
  font-size: 1.1em;
  font-style: italic;
}
#preview .dialog-window .dialog-button {
  float: right;
  color: #fff;
  font-size: 15px;
  margin-top: 3px;
  text-decoration: none;
}
#preview .dialog-window .dialog-button:hover {
  color: #fff;
}
#preview .dialog-button .close-icon-black {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  background-image: url('img/icon_close.png');
  background-position: 0px 0px;
  background-repeat: no-repeat;
}
#showorder {
  display: none;
}
#showorder .dialog-header {
  background: #abb1c0;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FiYjFjMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4YzkzYTIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #abb1c0 0%, #8c93a2 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #abb1c0), color-stop(100%, #8c93a2));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #abb1c0 0%, #8c93a2 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #abb1c0 0%, #8c93a2 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #abb1c0 0%, #8c93a2 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #abb1c0 0%, #8c93a2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#abb1c0', endColorstr='#8c93a2', GradientType=0);
  /* IE6-8 */
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 15px 20px;
  font-size: 17.5px;
  color: #fff;
  border-bottom: 4px solid #727989;
}
#showorder .dialog-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}
#showorder .dialog-window .popup {
  position: fixed;
  top: 20%;
  left: 0;
  right: 0;
  opacity: 1;
  z-index: 100;
  overflow-x: hidden;
  box-shadow: 0px 18px 104px 0px rgba(0, 0, 0, 0.6);
  margin: 0 auto;
  text-align: left;
  width: 400px;
  height: 410px;
  bottom: 25%;
  background: #fff;
  border-radius: 10px;
}
#showorder .popimage {
  height: 180px;
  line-height: 180px;
}
#showorder .cartpreview {
  margin: 20px 0px;
}
#showorder .dialog-window .dialog-button {
  float: right;
  color: #fff;
  font-size: 15px;
  margin-right: 20px;
  margin-top: 20px;
  text-decoration: none;
}
#showorder .dialog-window .dialog-button:hover {
  color: #fff;
}
#showorder .dialog-button .close-icon {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: middle;
  background-image: url('img/icon_close.png');
  background-position: 0px 0px;
  background-repeat: no-repeat;
}
.error {
  color: red;
}
.easypreview {
  width: 200px;
  border: 5px solid #eee;
}
.outofstock {
  font-weight: bold;
  color: red;
}
ul.skus li {
  list-style: none;
}
.cartpreview ul {
	margin:0;
	padding:0;
}
.scrollbox {
	height:75px;
	overflow: auto;
}
.stocks {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 18px;
}
.stocks .stock-critical {
  color: #e00;
}
.stocks .stock-low {
  color: #a80;
}
.stocks .stock-high {
  color: #0a0;
}
.stocks .stock-none {
  color: red;
}
ul.tabs {
  padding: 3px 0;
  font-size: 0;
  margin: 20px 0px 20px 0px;
  list-style-type: none;
  text-align: left;
  border-bottom: 1px solid #d9e0e6;
  display: none;
}
ul.tabs li {
  display: inline;
  margin: 0;
  margin-right: 10px;
}
ul.tabs li a {
  font-size: 14px;
  text-decoration: none;
  position: relative;
  z-index: 1;
  padding: 10px 25px;
  background: #ffffff;
  border: 1px solid #d9e0e6;
  border-bottom-color: #d9e0e6;
  color: #000;
  border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  outline: none;
}
ul.tabs li a span {
  text-decoration: none;
}
ul.tabs li a:hover {
  border: 1px solid #d9e0e6;
  color: #896317;
}
ul.tabs li.selected a {
  position: relative;
  top: 0px;
  color: #896317;
  border: 1px solid #d9e0e6;
  border-bottom-color: #fbfcfd;
}
#easy_zoom {
  width: 360px;
  height: 360px;
  border: 5px solid #fff;
  border-radius: 4px;
  background: #fff;
  color: #333;
  position: absolute;
  margin-left: 0px;
  top: 0;
  z-index: 1111;
  left: 330px;
  overflow: hidden;
  -moz-box-shadow: 0 0 10px #777;
  -webkit-box-shadow: 0 0 10px #aaa;
  box-shadow: 0 0 10px #aaa;
  /* vertical and horizontal alignment used for preloader text */
  line-height: 360px;
  text-align: center;
}
#easy_zoom1 {
    background: #fff none repeat scroll 0 0;
    border: 5px solid #fff;
    border-radius: 4px;
    box-shadow: 0 0 10px #aaa;
    -moz-box-shadow: 0 0 10px #777;
    -webkit-box-shadow: 0 0 10px #aaa;
    color: #333;
    height: 500px;
    left: 48%;
    line-height: 360px;
    margin-left: 0;
    overflow: hidden;
    position: absolute;
    text-align: center;
    top: 75%;
    width: 500px;
    z-index: 1111;
}
#easy_zoom1 img {
  max-width: none;
  height: auto;
}
#easy_zoom img {
  max-width: none;
  height: auto;
}
.jq-selectbox li:hover {
  background-color: #0649b7;
  color: #FFF;
}
ul.profile {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.profile li {
  width: 75px;
  height: 75px;
  text-align: center;
  border-radius: 20px;
  border: 1px solid #d3d6de;
  background: #f2f5fa;
  box-shadow: inset 0px 0px 10px rgba(157, 172, 192, 0.3);
  margin-bottom: 10px;
  line-height: 16px;
}
ul.profile .selected {
  background: #1e831f;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlODMxZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZWIwNGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #1e831f 0%, #4eb04e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e831f), color-stop(100%, #4eb04e));
  background: -webkit-linear-gradient(top, #1e831f 0%, #4eb04e 100%);
  background: -o-linear-gradient(top, #1e831f 0%, #4eb04e 100%);
  background: -ms-linear-gradient(top, #1e831f 0%, #4eb04e 100%);
  background: linear-gradient(to bottom, #1e831f 0%, #4eb04e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e831f', endColorstr='#4eb04e', GradientType=0);
  border: 1px solid #126e13;
}
ul.profile .selected a {
  color: white;
}
.breadcrumbs {
  overflow: hidden;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 13px;
}
.breadcrumbs li {
  float: left;
  margin-right: 10px;
}
.breadcrumbs li:first-child {
  padding-left: 0px;
}
.breadcrumbs li span {
  margin-right: 5px;
}
.footer {
  /border-top: 4px solid #717171;
  background: #363636;
  color: #fff;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
.footer a {
  color: #fff;
}
.footer h4 {
  margin-top: 0px;
  color: #44bb6e;
}
#compare-table h5 {
  margin: 0px;
}
#compare-table .image {
  height: 180px;
  width: 180px;
  position: relative;
}
#compare-table .image .remove-icon {
  position: absolute;
  right: 0;
  top: 0;
  background: #1e831f;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlODMxZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZWIwNGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #1e831f 0%, #4eb04e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e831f), color-stop(100%, #4eb04e));
  background: -webkit-linear-gradient(top, #1e831f 0%, #4eb04e 100%);
  background: -o-linear-gradient(top, #1e831f 0%, #4eb04e 100%);
  background: -ms-linear-gradient(top, #1e831f 0%, #4eb04e 100%);
  background: linear-gradient(to bottom, #1e831f 0%, #4eb04e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e831f', endColorstr='#4eb04e', GradientType=0);
  padding: 0px 5px;
  border-radius: 4px;
}
#compare-table .image .remove-icon a {
  color: #fff;
}
#compare-table .white-td td {
  background: #fff;
  border-top: 0px;
  padding-bottom: 40px;
}
#compare-table td button {
  padding: 8px 15px;
}
#compare-table td .price {
  display: block;
  height: 50px;
  font-size: 18px;
}
#compare-table td .price s {
  display: block;
  font-size: 13px;
  color: #8E8E8E;
}
#compare-table tr:last-child td {
  padding: 30px 10px;
  border-bottom: 0px;
}
.compare-scroll {
  width: 1060px;
  overflow-x: scroll;
  overflow-y: hidden;
  overflow: auto;
}
ul.compare-diff-all {
  list-style: none;
  margin-top: 20px;
  padding: 0;
  margin: 0;
  margin-left: -7px;
  width: 200px;
}
ul.compare-diff-all li {
  display: block;
  margin-bottom: 10px;
}
ul.compare-diff-all li a {
  padding: 5px;
  color: #888;
}
ul.compare-diff-all li.selected a {
  background: #1e831f;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlODMxZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZWIwNGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #1e831f 0%, #4eb04e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e831f), color-stop(100%, #4eb04e));
  background: -webkit-linear-gradient(top, #1e831f 0%, #4eb04e 100%);
  background: -o-linear-gradient(top, #1e831f 0%, #4eb04e 100%);
  background: -ms-linear-gradient(top, #1e831f 0%, #4eb04e 100%);
  background: linear-gradient(to bottom, #1e831f 0%, #4eb04e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e831f', endColorstr='#4eb04e', GradientType=0);
  text-decoration: none;
  color: #fff;
  padding: 5px;
  border-radius: 2px;
}
ul.compare-diff-all li.selected a b {
  border: none;
}
.compare {
  font-size: 11px;
  color: #888;
  padding-right: 10px;
}
.compare span {
  font-size: 11px;
}
.compare a {
  font-weight: normal;
  color: #888;
}
.write-review {
  margin: 30px 0 20px;
}
.review {
  margin-bottom: 30px;
}
.review .summary h6 {
  color: #000;
  font-size: 1.1em;
  margin-bottom: 0.3em;
}
.review .summary a.username {
  color: #777;
}
.review .summary a.username:hover {
  color: red;
}
.review .summary a {
  display: inline;
  padding: 0;
}
.review .summary .date {
  color: #aaa;
}
.review p {
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 1.3em;
}
.review .actions a {
  padding: 0 !important;
}
.reviews {
  margin-bottom: 20px;
}
.reviews ul {
  margin-left: 0;
  padding: 0;
  list-style: none;
}
.reviews ul li ul {
  padding-left: 35px;
}
.reviews ul li ul li .review h6 {
  color: #555;
}
.review-form {
  width: 100%;
  background: #f0f2f6;
  border-radius: 4px;
}
.review-form form {
  padding: 10px;
}
.reviews ul li .review-form textarea {
  min-height: 100px;
}
.reviews ul .in-reply-to {
  position: relative;
}
.reviews ul .new {
  border: 1px solid #ffc;
}
.reviews ul.menu-h.auth-type {
  padding: 0px 0px 0px 0px;
  margin-left: -5px;
}
.reviews ul.menu-h.auth-type li {
  padding-right: 10px;
}
.reviews ul.menu-h.auth-type li a {
  padding: 5px 6px;
}
.reviews ul.menu-h.auth-type li a img {
  top: 0;
}
.reviews textarea {
  height: 100px;
  min-height: 100px;
  margin-top: 0;
}
.review-form-fields .wa-captcha-input {
  width: 50px;
}
.review-form {
  padding: 0;
  margin-bottom: 30px;
}
.review-form h4 {
  margin: 0 0 20px;
  font-weight: normal;
}
.review-form-fields p {
  margin: 0 0 10px;
}
.review-form-fields p.review-field a {
  display: inline;
  padding: 0;
  text-decoration: none;
  color: #000;
  margin-right: 20px;
}
.review-form-fields label {
  width: 160px;
  display: block;
  clear: left;
  float: left;
  margin: 0 10px 0 0;
  color: #000;
}
.review-form textarea {
  min-width: 70%;
  min-height: 160px;
}
.review-form .review-submit {
  padding: 0 0 20px 170px;
}
.review-form .userpic {
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 5px;
}
.review-form ul.menu-h.auth-type li a img {
  float: left;
  margin-right: 3px;
  position: relative;
  top: 2px;
}
.review-form ul.menu-h.auth-type {
  padding-bottom: 20px;
}
.review-form label {
  width: 160px;
  display: block;
  clear: left;
  float: left;
  margin: 5px 10px 0 0;
  color: #000;
}
.reviews span.rate {
  line-height: 1.3em;
  display: block;
  margin: 0.5em 0;
}
.reviews span.rate a {
  text-decoration: none !important;
}
.reviews span.rate .icon10 {
  background-repeat: no-repeat;
  background-image: url(../../../../wa-content/img/icon10.png);
  height: 10px;
  width: 10px;
  display: inline-block;
  text-indent: -9999px;
}
.reviews span.rate .icon10.star {
  background-position: -60px -40px;
}
.reviews span.rate .icon10.star-empty {
  background-position: -80px -40px;
}
#review-rate {
  padding-top: 4px;
}
input.error,
textarea.error {
  border: 1px solid red;
}
.errormsg {
  color: red;
  margin-left: 170px;
  display: block;
}
.review-block {
  border: 1px solid #c5c8d1;
  border-radius: 4px;
  padding-right: 10px;
}
.review-block h5 {
  margin-top: 0px;
}
.review-author {
  padding: 10px;
  height: 100%;
  color: #000;
}
.review-author small {
  color: #888;
}
.review-text {
  border: 1px solid #e5e9f0;
  padding: 10px 20px 0px 20px;
  border-radius: 4px;
  margin-top: 10px;
  background: #fff;
  color: #000;
  padding: 10px;
}
em.hint {
  font-size: 11px;
  color: #888;
  margin-left: 10px;
  margin-top: 2px;
}
.actions {
  padding: 5px;
}
.actions a {
  color: #000;
}
/* Sign up &amp; Login forms
------------------------ */
.wa-auth-adapters {
  padding-left: 20px;
  margin-bottom: 10px;
  border: 1px solid #d8d8d8;
  background: #f6f6f6;
  box-shadow: inset 0px 0px 10px rgba(157, 172, 192, 0.3);
  border-radius: 4px;
}
.wa-auth-adapters ul {
  padding: 0;
  margin: 0;
  min-height: 10px;
}
.wa-auth-adapters ul li {
  list-style: none;
  float: left;
  padding: 0 30px 0 0;
}
.wa-auth-adapters ul li a {
  display: block;
  padding-top: 5px;
  border-bottom: 0px;
  color: #000;
}
.wa-auth-adapters ul li a img {
  position: relative;
  top: 0px;
  left: -3px;
  border-bottom: 0px;
  padding-right: 5px;
}
.wa-auth-adapters p {
  clear: left;
  color: #888;
  font-size: 0.9em;
  padding-top: 10px;
}
.reviews .wa-auth-adapters ul li ul {
  padding-left: 0px;
}
.wa-form {
  float: left;
  margin: 10px 0;
  overflow: visible;
}
.wa-form .wa-field {
  clear: left;
  margin: 0;
  padding-top: 3px;
}
.wa-form .wa-field .wa-name {
  float: left;
  width: 155px;
  padding-top: 0.05em;
  padding-bottom: 10px;
  color: #333;
  font-weight: bold;
}
.wa-form .wa-field.wa-separator {
  height: 10px;
}
.wa-form .wa-field .wa-value {
  margin-left: 180px;
  margin-bottom: 5px;
  position: relative;
}
.wa-form .wa-field .wa-value input.wa-error {
  border: 1px solid red;
}
.wa-form .wa-field .wa-value .wa-error-msg {
  font-size: 0.9em;
  color: red;
  display: block;
}
.wa-form .wa-field .wa-value input[type="text"],
.wa-form .wa-field .wa-value input[type="email"],
.wa-form .wa-field .wa-value input[type="password"] {
  width: 30%;
  min-width: 260px;
  margin: 0;
}
.wa-form .wa-field .wa-value textarea {
  min-width: 300px;
  height: 70px;
}
.wa-form .wa-field .wa-value input.wa-captcha-input {
  width: 50px;
  min-width: 0;
}
.wa-form .wa-field .wa-value label {
  display: block;
}
.wa-form .wa-field .wa-value .wa-captcha img {
  margin-left: 0;
}
.wa-form .wa-field .wa-value .errormsg {
  margin-left: 0;
}
.wa-form .wa-field .wa-value.wa-submit {
  margin-top: 10px;
}
.wa-form .wa-field .wa-value p label {
  display: block;
  margin: 0;
}
.wa-form .wa-field .wa-value p {
  line-height: 1.6em;
  margin-bottom: 13px;
  position: relative;
}
.wa-form .wa-field .wa-value p span {
  color: #777;
  font-size: 0.9em;
  display: block;
}
.wa-form .wa-field .wa-value p i.icon16 {
  float: left;
  left: -20px;
  margin-top: 2px;
  position: absolute;
}
.wa-form .wa-field .wa-value p input {
  display: block;
  margin-bottom: 2px;
}
.wa-form .wa-field .wa-value p input[type="radio"],
.wa-form .wa-field .wa-value p input[type="checkbox"] {
  display: inline;
}
.wa-form .wa-field .wa-value p .field.wa-required span:after {
  content: " *";
  color: #faa;
}
.wa-form .wa-field.wa-required .wa-name:after {
  content: " *";
  color: #faa;
}
.wa-captcha {
  padding: 7px 0 10px;
}
.wa-captcha p {
  clear: left;
  margin: 0;
}
.wa-captcha strong {
  font-size: 1.2em;
}
.wa-captcha p img {
  float: left !important;
  margin-right: 5px;
  margin-top: -8px;
}
.wa-captcha .wa-captcha-refresh {
  font-size: 0.8em;
  text-decoration: underline;
  color: #aaa;
}
.wa-captcha .wa-captcha-input {
  display: inline !important;
  width: 50px;
}
.wa-captcha .errormsg {
  display: inline-block;
  margin-left: 10px;
}
input.error,
textarea.error {
  border: 1px solid red;
}
.errormsg {
  color: red;
  margin-left: 170px;
  display: block;
}
/* Checkout
----------- */
.checkout {
  margin: 0;
}

.checkout-header {
  border: 1px solid #d8d8d8;
  background: #f6f6f6;
  box-shadow: inset 0px 0px 10px rgba(157, 172, 192, 0.3);
  padding: 8px;
  border-radius: 4px;
}
.checkout-header h3 {
  margin-bottom: 0;
}
.checkout-header h3 a {
  text-decoration: none;
  color: #777;
  font-weight: normal;
}
.checkout-header h3 a:hover {
  color: #a00 !important;
}
.checkout-header strong {
  color: #666;
}
.checkout ul.checkout-options li {
  list-style: none;
  position: relative;
  margin-bottom: 50px;
  clear: both;
}
.checkout ul.checkout-options li h3 {
  margin-bottom: 10px;
}
.checkout ul.checkout-options li h3 label {
  margin-right: 10px;
  font-weight: bold;
  font-size:20px;
}
.checkout ul.checkout-options li .rate {
  float: right;
  text-align: center;
  width: 250px;
}
.checkout ul.checkout-options li .price {
  font-size: 22px;
}
.checkout ul.checkout-options li p {
  width: 70%;
}
.checkout ul.checkout-options li input[type="radio"] {
  position: absolute;
  left: -25px;
}

.checkout ul.checkout-options li img.method-logo {
  position: relative;
  float: left;
  margin-right: 10px;
  top: -6px;
  left: 0px;
  /* adjusted for default 60x32-px logos */
}
.checkout ul.checkout-options li .wa-form {
  margin-top: 0px;
  margin-bottom: 30px;
}
.checkout ul.checkout-options li .wa-form label input[type="radio"] {
  position: static;
}
.checkout .checkout-result {
  padding: 80px 0 60px;
  background: #fff;
  text-align: center;
}
.checkout .checkout-result h1 {
  font-size: 4em;
  margin-bottom: 50px;
}
.checkout .checkout-result.error h1 {
  color: red;
}
.checkout .checkout-result .wa-form {
  margin: 10px auto 20px;
  width: 400px;
  float: none;
  text-align: left;
}
.checkout .checkout-result .back {
  margin-top: 50px;
}
.checkout {
  padding: 0;
  border: 3px solid #fff;
}
.checkout .checkout-step-content {
  background: #fff;
}
.checkout ul {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
}
.checkout ul li {
  font-size: 1.1em;
  margin-bottom: 5px;
}
.checkout ul li input[type="radio"] {
  margin-right: 3px;
}
.checkout #login-form h1 {
  display: none;
}
.checkout input.large {
  font-size: 1.4em;
}
.checkout .comment {
  width: 500px;
  height: 100px;
  margin-bottom: 20px;
}
.checkout blockquote {
  font-size: 14px;
}
.checkout blockquote img {
  margin-right: 20px;
  float: left;
}
.checkout blockquote p {
  margin-bottom: 10px;
  margin-left: 70px;
  font-size: 14px;
}
.checkout blockquote p span {
  color: #000;
}
.checkout .checkout-button {
  border-radius: 4px;
  border: 1px solid #d8d8d8;
  background: #f6f6f6;
  box-shadow: inset 0px 0px 10px rgba(157, 172, 192, 0.3);
  padding: 20px;
}
.checkout .checkout-button input[type='submit'] {
  font-size: 18px;
  padding: 10px 20px;
}
.checkout .checkout-button p {
  font-size: 14px;
  margin-top: 10px;
  color: #888;
}
.checkout .errormsg.inline {
  display: inline;
  margin-left: 10px;
}
.checkout span.loading {
  position: relative;
  top: 7px;
  left: 10px;
}
.checkout .last span.loading {
  left: -10px;
}
.checkout .table-stripped tr:first-child {
  border-radius: 4px;
}
.checkout .table-stripped tr td {
  border-top: 0px solid #DDD;
  border-bottom: 1px solid #DDD;
}
.clear-both {
  clear: both;
}
.orders {
  font-size: 16px;
}
.orders_img {
	padding-right:10px;
	margin-bottom:10px;
}
/* Blog */
.blogpost {
  margin-bottom: 40px;
}
.blogpost:last-child {
  margin-bottom: 0px;
}
.blogline {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 11px;
  color: #888;
  margin-bottom: 10px;
}
.blogline li {
  display: inline-block;
  margin-right: 10px;
}
.blogline li a {
  color: #888;
}
.comment-blog {
  list-style: none;
}
.comment-blog .comment {
  margin-bottom: 30px;
}
.calendar {
  border: 1px solid #e5e9f0;
  padding: 10px 20px 20px 20px;
  border-radius: 4px;
  display: none;
}
.pages {
  border: 1px solid #d3d6de;
  background: #edeef1;
  padding: 8px;
  border-radius: 4px;
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}
.pages .selected a {
  font-weight:bold;
  text-decoration:none;
  color:#000;
}
#scrollerbutton {
  width: 40px;
  margin-right: 1px;
  margin-bottom: 1px;
  height: 20px;
  color: #fff;
  font-size: 13px;
  line-height: 24px;
  position: fixed;
  bottom: 30px;
  right: 0;
  margin-right: 20px;
  cursor: pointer;
  border: 1px solid #fff;
  display: none;
  padding: 5px 5px 12px 5px;
  background: #1e831f;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlODMxZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZWIwNGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #1e831f 0%, #4eb04e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e831f), color-stop(100%, #4eb04e));
  background: -webkit-linear-gradient(top, #1e831f 0%, #4eb04e 100%);
  background: -o-linear-gradient(top, #1e831f 0%, #4eb04e 100%);
  background: -ms-linear-gradient(top, #1e831f 0%, #4eb04e 100%);
  background: linear-gradient(to bottom, #1e831f 0%, #4eb04e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e831f', endColorstr='#4eb04e', GradientType=0);
  border-radius: 4px;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.1), 0 2px 10px 0 rgba(0, 0, 0, 0.2), 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  border-color: #126e13 #126e13 #0a4b0b;
  background-image: url("img/button_green.png");
  background-position: 50% 50%;
  text-align: center;
   z-index:100;
}
#bottombar {
	border-radius: 7px 7px 0px 0px;
	bottom: -1px;
	box-shadow: 0px -2px 12px 0px rgba(50, 50, 50, 0.2);
	
	height: 50px;
	left: 50%;
	margin-left: -550px;
	position: fixed;
	background: #FFF;
	width: 1100px;
	z-index: 110;
}
#bottombar .bottombar_bg_cart_info {
	width:830px;
	float:left;
}
#bottombar .bottombar_bg_cart {
	float:left;
  background: #1e831f;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlODMxZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZWIwNGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #1e831f 0%, #4eb04e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e831f), color-stop(100%, #4eb04e));
  background: -webkit-linear-gradient(top, #1e831f 0%, #4eb04e 100%);
  background: -o-linear-gradient(top, #1e831f 0%, #4eb04e 100%);
  background: -ms-linear-gradient(top, #1e831f 0%, #4eb04e 100%);
  background: linear-gradient(to bottom, #1e831f 0%, #4eb04e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e831f', endColorstr='#4eb04e', GradientType=0);
	height: 50px;
	border-radius: 0px 7px 0px 0px;
	border-left:1px solid #0a4b0b;
	color:#fff;
	width:269px;
	font-size:18px;
}
#bottombar .bottombar_bg_cart  a{
	color:#fff;
	text-decoration:none;
	height:50px;
	display:block;
	line-height:50px;
	padding-left:20px;
  background-image:url(img/slide-arrow-left-white-cart.png);
	background-position:95% 50%;
	background-repeat: no-repeat;
}
#bottombar .compare_bottom {
	width:75%;
	float:left;
}
#bottombar .compare_bottom .compare_block {
	margin-left:20px;
	line-height:50px;
}
#bottombar .compare_bottom .compare_block  a{
	margin-left:7px;
	font-size:13px;
	color:#888;
	
}
#bottombar .bottom_cart_info {
	width:25%;
	float:left;
	margin-top:5px;
	text-align:center;
}
#bottombar .bottom_cart_info  .cart-total {
	padding:0px 20px;
	font-size:18px;
	line-height:40px;
	text-align:center;
  font-weight: bold;
}
#bottombar .bottom_cart_info .cart-count {
  background: #1e831f;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlODMxZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZWIwNGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #1e831f 0%, #4eb04e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e831f), color-stop(100%, #4eb04e));
  background: -webkit-linear-gradient(top, #1e831f 0%, #4eb04e 100%);
  background: -o-linear-gradient(top, #1e831f 0%, #4eb04e 100%);
  background: -ms-linear-gradient(top, #1e831f 0%, #4eb04e 100%);
  background: linear-gradient(to bottom, #1e831f 0%, #4eb04e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e831f', endColorstr='#4eb04e', GradientType=0);
	border-radius:50%;
	font-size:9px;
	color:#fff;
	width:18px;
	height:18px;
	position:absolute;
	text-align:center;
	float:left;
	display:block;
	margin-left:23px;
	margin-top:0px;
}
#bottombar .bottom_cart_info .bottom_cart_img {
	float:left;
	position:relative;
	margin-top:7px;
}
.clearview {
	color:#888;
}
.clearview:hover {
	color:#888;
}
.product .product-header h1 a {
	margin-right:10px;
	font-size:11px;
}
.uptolike-buttons {
	margin-top:10px;
}
.topmenumainh {
  position: relative;
}
.topmenumainh .left-corner1 {
  position: absolute;
  background-image: url('img/left-menu.png');
  width: 8px;
  height: 58px;
  margin-left: -8px;
}
.topmenumainh .right-corner1 {
  position: absolute;
  background-image: url('img/right-menu.png');
  width: 8px;
  height: 58px;
  right: 0;
  margin-right: -8px;
}
.topmenuh .subbigmenu {
  margin-left: -126px;
}
.topmenuh .subbigmenu li:first-child {
  border-right: 0;
}
.topmenuh .subbigmenu li ul {
  margin-left: -400px;
}

.topmenuh {
  margin: 0;
  font-size: 16px;
  color: #fff;
  background: #383D45;
  width: 100%;
  -webkit-box-shadow: 0 5px 12px -2px rgba(50, 50, 50, 0.52);
  -moz-box-shadow: 0 5px 12px -2px rgba(50, 50, 50, 0.52);
  box-shadow: 0 5px 12px -2px rgba(50, 50, 50, 0.52);
  position: relative;
}
.topmenuh li {
  margin-bottom: 0;
  float: left;
  list-style: none;
  border-right: 1px solid #5f5f5f;
}
.topmenuh a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 15px 15px;
  margin: 0;
  text-shadow: 0 -1px rgba(255, 255, 255, 0.3);
}
.topmenuh .bigmenu ul a {
  padding:3px 0;
}
.topmenuh .bigmenu ul ul a {
  padding:0;
}
.topmenuh .collapsible &gt; a {
  padding: 15px 25px 15px 15px;
  position: relative;
}

.topmenuh .collapsible &gt; a:after {
  font-family: 'FontAwesome', serif;
  position: absolute;
  top: 17px;
  right: 10px;
  content: "\f078";
  font-size: 7px;
  color: #ffffff;
}
.topmenuh .collapsible li a {
  padding:5px 0;
}
.topmenuh .collapsible li li a {
  padding:0;
}

.topmenuh ul li a {
  display: inline;
}

.topmenuh li:hover a {
  background: #1e831f;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlODMxZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZWIwNGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #1e831f 0%, #4eb04e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e831f), color-stop(100%, #4eb04e));
  background: -webkit-linear-gradient(top, #1e831f 0%, #4eb04e 100%);
  background: -o-linear-gradient(top, #1e831f 0%, #4eb04e 100%);
  background: -ms-linear-gradient(top, #1e831f 0%, #4eb04e 100%);
  background: linear-gradient(to bottom, #1e831f 0%, #4eb04e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e831f', endColorstr='#4eb04e', GradientType=0);
}

.topmenuh ul li:hover a,
.topmenuh li:hover li a {
  border: none;
}
.topmenuh ul a:hover {
  text-decoration:none;
}
.topmenuh li .selected {
  background: #fff;
}
.topmenuh li:hover  ul {
  background: #fff;
  display: block;
}
.topmenuh li:hover  ul  li a{
  background:#fff;
  display:block;
  text-shadow:none;
}

.topmenuh ul {
  display: none;
  margin: 0;
  padding: 20px;
  width:1060px;
  position: absolute;
  left: 0;
  z-index: 33333;
  box-shadow: 0 5px 12px -2px rgba(50, 50, 50, 0.52);
  border-radius:0 0 4px 4px;
}
.topmenuh ul li ul{
  display: block;
  padding: 0;
  width:250px;
  position: relative;
  left: 0;
  z-index: 33333;
  font-weight:normal;
}
.topmenuh ul  li ul li a{
  font-weight:normal;
  font-size:13px;
  text-decoration:underline;
  color:#525252;
}
.topmenuh ul li {
  float: left;
  margin: 0;
  position: relative;
  z-index: 4;
  border-right: 0;
  width:255px;
}
.topmenuh ul a {
  padding: 5px;
  background: #fff;
  padding-left: 20px;
  font-size: 14px;
  /font-weight:bold;
  /text-decoration:underline;
  color:#000;
}
.topmenuh:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.mobile_menu {
	display:none;
}
.mobile_search {
	display:none;
}
.mm-footer a{
	color:#fff;
	margin-right:20px
}
.mm-footer {
 background: #1e831f;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlODMxZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ZWIwNGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #1e831f 0%, #4eb04e 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1e831f), color-stop(100%, #4eb04e));
  background: -webkit-linear-gradient(top, #1e831f 0%, #4eb04e 100%);
  background: -o-linear-gradient(top, #1e831f 0%, #4eb04e 100%);
  background: -ms-linear-gradient(top, #1e831f 0%, #4eb04e 100%);
  background: linear-gradient(to bottom, #1e831f 0%, #4eb04e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e831f', endColorstr='#4eb04e', GradientType=0);
}
.cupon_padding {
	padding-top:35px;
}
.slider-mobile {
	display:none;
}
#bottombar .empty_cart {
	background:#969dad;
	border-left:1px solid #7e8496;
}
#bottombar .bottom_cart_info .empty_cart_count {
	background:#969dad;
}
#product-core-image {
	margin-top:10px;
}
.mobile_header {
	display:none;
}
.social img {
	margin-right:15px;
}
.banner {
	margin:20px 0px;
}
.search-block .searchinputhub { width:183px; height:28px; }
.search-block .btn { width:50px; }

#promo_center .home_promos .span4:nth-child(3n + 4) {
	margin-left: 0px;
}
#promo_right .home_promos .span4 {
	width:100%;
  margin-left:0;
  margin-right:0;
}
.promos ul { padding: 0; margin: 0; }
.promos ul { padding: 0; margin: 0; }
.promos ul li { padding: 0; margin: 0; list-style: none;  width: 100%; margin-bottom:20px;} 
.promos ul li a { display: block; padding: 40px 20px; height: 80px; overflow: hidden; background-size: cover; background-position: center center; color: #000; background-color: rgba(0,0,0,0.05); text-align: center; position: relative; text-decoration:none; border-radius:4px;}
.promos ul li a .background-color-layer { position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: 1; opacity: 0.1; background-color: #000;}
.promos ul li a h5 { font-size: 1.3em; text-shadow: 0 1px 2px #000; position: relative; z-index: 2; }
.promos ul li a p { font-size: 0.9em; text-shadow: 0 1px 1px #000; position: relative; z-index: 2; }
.promos ul li a:hover .background-color-layer { opacity: 0.5; transition: 0.3s; }
.options .inline-select { margin-bottom: 15px; }
.options .inline-select a { border: 1px solid rgba(0,0,0,0.1); border-radius: 3px; margin: 0 5px 5px 0; display: inline-block; padding: 3px 7px; background: rgba(0,0,0,0.1); text-decoration: none; font-weight: bold; position: relative; min-width: 22px; text-align: center; display:block\9; float:left\9; }
.options .inline-select a:hover { background-color: rgba(0,0,0,0.2); }
.options .inline-select a .color_name { display: none; position: absolute; bottom: -22px; left: 50%; font-size: 0.6em; color: rgba(0,0,0,0.7); margin-left: -40px; width: 80px; }
.options .inline-select a .color_checkmark { display: none; position: absolute; top: 7px; left: 10px; }
.options .inline-select a.selected { border: 1px solid #000; box-shadow: 0 2px 4px -2px rgba(0,0,0,0.4);
background: rgba(0,0,0,0.15) -moz-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0.0) 100%); /* FF3.6+ */
background: rgba(0,0,0,0.15) -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.7)), color-stop(100%,rgba(255,255,255,0.0))); /* Chrome,Safari4+ */
background: rgba(0,0,0,0.15) -webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.0) 100%); /* Chrome10+,Safari5.1+ */
background: rgba(0,0,0,0.15) -o-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.0) 100%); /* Opera 11.10+ */
background: rgba(0,0,0,0.15) -ms-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.0) 100%); /* IE10+ */
background: rgba(0,0,0,0.15) linear-gradient(to bottom, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0.0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fde992', endColorstr='#fcd630',GradientType=0 ); /* IE6-9 */
color: #000 !important; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }
.options .inline-select a.selected .color_name { display: block; }
.options .inline-select a.selected .color_checkmark { display: block; }

/** 2.0 **/
.countdown {
  border: 1px solid #cccccc;
  position: absolute;
  font-size: 12px;
  right: 0;
  top: 0;
  background: #ffffff;
  color: #000000;
  padding: 5px;
  display: inline;
}
#mailer-subscribe-thankyou i {
  color:red;
}
.subcategories {
  margin:20px 0;
}
.subcategories:after {
  content: " ";
  clear: both;
  display: block;
}
.subcategories li {
  width:175px;
  text-align: center;
  border-radius:4px;
  padding:10px;
  float:left;
  margin-right:10px;
  margin-bottom:10px;
}
.subcategories li .image {
  max-height:150px;
  max-width:100%;
  height:130px;
  line-height:130px;

}
.subcategories li .image img {
  max-height:120px;
  max-width:150px;
}
.subcategories li .name {
  margin:10px 0;
  font-size:15px;
  height:20px;
}
.subcategories a {
  color:#000000;
}

#prev-bestsellers a {
  background-image: url(img/slide-arrow-left.png);
  width:31px;
  height:31px;
  font-size:0;
  display: inline-block;
}

#next-bestsellers a {
  background-image: url(img/slide-arrow-right.png);
  width:31px;
  height:31px;
  font-size:0;
  display: inline-block;
}

#prev-promo a {
  background-image: url(img/slide-arrow-left.png);
  width:31px;
  height:31px;
  font-size:0;
  display: inline-block;
}

#next-promo a {
  background-image: url(img/slide-arrow-right.png);
  width:31px;
  height:31px;
  font-size:0;
  display: inline-block;
}

.slider-home #prevbigslider {
  top: 45%;
  position: absolute;
  left:10px;
  background-image: url(img/slide-arrow-left-white.png);
  background-repeat: no-repeat;
  z-index:1001;
  display: block;
}
.slider-home #prevbigslider .bx-prev {
  /* display: block; */
  display: none;
  font-size:0;
  width:50px;
  height:50px;
}

.slider-home #nextbigslider {
  top: 45%;
  position: absolute;
  right:10px;
  background-image: url(img/slide-arrow-right-white.png);
  background-repeat: no-repeat;
  z-index:1001;
  display: block;
}
.slider-home #nextbigslider .bx-next {
  /* display: block; */
  display: none;
  font-size:0;
  width:50px;
  height:50px;
}

.bx-wrapper ul.thumbs.li200px li {
  width:201px !important;
}
.mini-galery li {
  width: 65px;
  height:65px;
  max-width:65px;
  margin-right:10px;
  margin-bottom:5px;
  line-height:65px;
}
.arrow-galery .bx-next {
  font-size:0;
  width:22px;
  height:22px;
  background-image: url(img/next_button.png);
  display: block;
}
.arrow-galery .bx-prev {
  font-size:0;
  width:22px;
  height:22px;
  background-image: url(img/prev_button.png);
  display: block;
}


@media (max-width: 500px) {
  .bx-wrapper ul.thumbs.li200px li {
    width:285px !important;
  }
  ul.product-thumbs.li200px li:hover {
    border:1px solid transparent;
  }
  .slider-home #nextbigslider, .slider-home #prevbigslider {
    display:none;
  }
  #scrollerbutton {
    bottom:10px;
  }
  .about-shop {
    margin:20px 0;
  }
  ul.tabs {
    border-bottom:0;
  }
  ul.tabs li a {
    border:1px solid #d9e0e6;
    display: inline-block;
    border-radius: 0;
  }
  ul.tabs li.selected a {
    border:1px solid #d9e0e6;
    display: inline-block;
    border-radius: 0;
  }
}


/** Tags **/
.tags a {
  float: left;
  margin-right: 8px;
  margin-bottom:5px;
  padding: 2px 7px 3px 19px;
  font: 700 .7em "lucida grande", helvetica, arial, sans-serif;
  color: #6b728c;
  text-decoration: none;
  text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
  border-radius: 0 .4em .4em 0;
  background: -moz-linear-gradient( -45deg, transparent 50%, #e5e9f0 50%),
  -moz-linear-gradient(45deg, transparent 50%, #e5e9f0 50%),
  -moz-linear-gradient(#e5e9f0,#e5e9f0);
  background: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(.5, transparent), color-stop(.5, #e5e9f0)),
  -webkit-gradient( linear, 0 100%, 100% 0, color-stop(.5, transparent),  color-stop(.5, #e5e9f0)),
  -webkit-gradient(  linear, 0 0, 100% 0, from(#e5e9f0),  to(#e5e9f0));
  background-repeat: no-repeat;
  background-position: 0 0, 0 100%, 10px 0;
  background-size: 10px 53%, 10px 50%, 100% 100%;
  -moz-padding-start: 14px;
  -webkit-mask-image: -webkit-gradient(radial, 11 50%, 2.9, 11 50%, 3, from(transparent), to(rgba(0, 0, 0, 1)))
}

.tags a:hover {
  opacity: .8
}

/** Alert **/
.alert {
  box-shadow: none;
  font-weight:bold;
  padding:20px;
}
.alert-success {
  background-color: #e8f5e4;
}
.fa-2 {
  font-size: 18px;
}
.span7.offset1 h4 {
    color: black;
}
.span4.text-right.mycab {
    float: right;
    margin-top: 10px;
}
.span4.text-right.mycab .fa {
    margin-left: 15px;
    color: #000;
}
.my-phone {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 5px;
}
.span4.cartblock {
    float: right;
    max-width: 300px;
}

.dostavka {
    -moz-box-align: start;
    -moz-box-pack: justify;
    align-items: flex-start;
    border: 2px solid;
    display: flex;
    flex-flow: row-reverse nowrap;
    justify-content: flex-start;
    margin: 0 auto;
    padding: 30px 20px 20px 15px;
    width: auto;
}
.left-side {
    margin: 0 auto;
    max-width: 58%;
    padding: 0 30px 0 10px;
    text-align: justify;
    color: #888;
}
.left-side h1.title {
    text-align: center;
    margin: 0px;
}
.left-side h2.title {
    text-align: center;
    padding-bottom: 10px;
    margin: 0px;
}
.right-side {
    align-self: center;
    margin: 17px auto auto;
    max-width: 35%;
    text-align: center;
}
.right-side .item {
    margin-bottom: 25px;
    max-width: 100%;
}
.item .caption {
    font-weight: 600;
    letter-spacing: 1.2px;
    line-height: 1.167;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.item .desc {
    letter-spacing: 0.3px;
    line-height: 1.465;
}
#currency {
    display: none;
}
#ymaps147755437960273198 {
    max-width: 790px;
}
.main-text-block {
    color: #424242;
    margin-bottom: 15px;
    padding-top: 1px;
    text-align: left;
}
.main-page-text h1 {
    font-size: 32px;
    font-weight: 400;
    text-align: center;
    color: #34383a;
}
.main-page-text h2 {
    font-size: 20px;
    font-weight: 400;
    color: #34383a;
}
.image .preview {
    left: 10px;
}

/** СЃС‚РёР»Рё РґР»СЏ РјРµРЅСЋ РЅР° РіР»Р°РІРЅРѕР№ СЃС‚СЂР°РЅРёС†Рё **/
@font-face {
    font-family: "WebSymbolsRegular";
    font-style: normal;
    font-weight: normal;
    src: url("websymbols/websymbols-regular-webfont.eot?#iefix") format("embedded-opentype"), url("websymbols/websymbols-regular-webfont.woff") format("woff"), url("websymbols/websymbols-regular-webfont.ttf") format("truetype"), url("websymbols/websymbols-regular-webfont.svg#WebSymbolsRegular") format("svg");
}
.menu-homepage {
    width:100%;
}
.ca-menu {
    margin: auto;
    padding: 0;
    width: 103%;
}
.ca-menu li {
    border: medium solid gray;
    float: left;
    height: 90px;
    margin: 4px;
    overflow: hidden;
    position: relative;
    transition: all 300ms linear 0s;
    width: 31.43%;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
}
.ca-menu li:last-child {
    border: medium solid gray;
    margin-right: 0;
    margin-bottom: 25px;
}
.ca-menu li a {
    color: #333333;
    display: block;
    height: 100%;
    position: relative;
    text-align: left;
    width: 100%;
}
.ca-content {
    height: 100%;
    position: relative;
    width: 100%;
    vertical-align: top;
}
.ca-main {
    font-size: 19px;
    opacity: 0.9;
    padding-right: 20px;
    padding-top: 15px;
    text-align: right;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    line-height: 30px;
}
.ca-sub {
    color: #8a8a8a;
    font-size: 12px;
    opacity: 0.8;
    text-align: center;
    text-shadow: 1px 1px 1px #ffffff;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    line-height: 1.2;
    padding-top: 8px;
    padding-right: 8px;
    float: right;
    width: 70%;
}
.ca-menu li:hover {
    border: medium solid #507299;
}
.ca-menu li:hover .ca-main {
    animation: 300ms ease 0s normal none 1 running moveFromRight;
    color: #305075;
    font-size: 19px;
    -webkit-animation: moveFromRight 300ms ease;
    -moz-animation: moveFromRight 300ms ease;
    -ms-animation: moveFromRight 300ms ease;
}
.ca-menu li:hover .ca-sub {
    animation: 500ms ease 0s normal none 1 running moveFromBottom;
    color: #000000;
    font-size: 12px;
    -webkit-animation: moveFromBottom 500ms ease;
    -moz-animation: moveFromBottom 500ms ease;
    -ms-animation: moveFromBottom 500ms ease;
}
@keyframes moveFromLeft {
0% {
    transform: translateX(-100%);
}
100% {
    transform: translateX(0%);
}
}
@keyframes moveFromRight {
0% {
    transform: translateX(100%);
}
100% {
    transform: translateX(0%);
}
}
@keyframes moveFromBottom {
0% {
    transform: translateY(100%);
}
100% {
    transform: translateY(0%);
}
}
.fishek500 {
    background: transparent url("/wa-data/public/photos/16/00/16/16.970.png") no-repeat scroll left 10px top 12px / 22% auto;
    height: 100%;
    opacity: 0.8;
    position: absolute;
    transition: all 200ms linear 0s;
    width: 100%;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
}
.ca-menu li:hover .fishek500 {
    background: transparent url("/wa-data/public/photos/16/00/16/16.970.png") no-repeat scroll left 10px top 12px / 22% auto;
    animation: 400ms ease 0s normal none 1 running moveFromLeft;
    opacity: 1;
    -webkit-animation: moveFromLeft 400ms ease;
    -moz-animation: moveFromLeft 400ms ease;
    -ms-animation: moveFromLeft 400ms ease;
}
.fishek300 {
    background: transparent url("/wa-data/public/photos/19/00/19/19.970.png") no-repeat scroll left 6px top 10px / 25% auto;
    height: 100%;
    opacity: 0.8;
    position: absolute;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    width: 100%;
}
.ca-menu li:hover .fishek300 {
    background: transparent url("/wa-data/public/photos/19/00/19/19.970.png") no-repeat scroll left 6px top 10px / 25% auto;
    animation: 400ms ease 0s normal none 1 running moveFromLeft;
    opacity: 1;
    -webkit-animation: moveFromLeft 400ms ease;
    -moz-animation: moveFromLeft 400ms ease;
    -ms-animation: moveFromLeft 400ms ease;
}
.fishek200 {
    background: transparent url("/wa-data/public/photos/21/00/21/21.970.png") no-repeat scroll left 3px top 8px / 27% auto;
    height: 100%;
    opacity: 0.8;
    position: absolute;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    width: 100%;
}
.ca-menu li:hover .fishek200 {
    background: transparent url("/wa-data/public/photos/21/00/21/21.970.png") no-repeat scroll left 3px top 8px / 27% auto;
    animation: 400ms ease 0s normal none 1 running moveFromLeft;
    opacity: 1;
    -webkit-animation: moveFromLeft 400ms ease;
    -moz-animation: moveFromLeft 400ms ease;
    -ms-animation: moveFromLeft 400ms ease;
}
.fishek100 {
    background: transparent url("/wa-data/public/photos/20/00/20/20.970.png") no-repeat scroll left 0px top 7px / 30% auto;
    height: 100%;
    opacity: 0.8;
    position: absolute;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    width: 100%;
}
.ca-menu li:hover .fishek100 {
    background: transparent url("/wa-data/public/photos/20/00/20/20.970.png") no-repeat scroll left 0px top 7px / 30% auto;
    animation: 400ms ease 0s normal none 1 running moveFromLeft;
    opacity: 1;
    -webkit-animation: moveFromLeft 400ms ease;
    -moz-animation: moveFromLeft 400ms ease;
    -ms-animation: moveFromLeft 400ms ease;
}
.fishki {
    background: transparent url("/wa-data/public/photos/15/00/15/15.970.png") no-repeat scroll left 10px top 5px / 21% auto;
    height: 100%;
    opacity: 0.7;
    position: absolute;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    width: 100%;
}
.ca-menu li:hover .fishki {
    background: transparent url("/wa-data/public/photos/15/00/15/15.970.png") no-repeat scroll left 10px top 5px / 21% auto;
    animation: 400ms ease 0s normal none 1 running moveFromLeft;
    opacity: 1;
    -webkit-animation: moveFromLeft 400ms ease;
    -moz-animation: moveFromLeft 400ms ease;
    -ms-animation: moveFromLeft 400ms ease;
}
.aksessuary {
    background: transparent url("/wa-data/public/photos/18/00/18/18.970.png") no-repeat scroll left 10px top 5px / 22% auto;
    height: 100%;
    opacity: 0.9;
    position: absolute;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    width: 100%;
}
.ca-menu li:hover .aksessuary {
    background: transparent url("/wa-data/public/photos/18/00/18/18.970.png") no-repeat scroll left 10px top 5px / 22% auto;
    animation: 400ms ease 0s normal none 1 running moveFromLeft;
    opacity: 1;
    -webkit-animation: moveFromLeft 400ms ease;
    -moz-animation: moveFromLeft 400ms ease;
    -ms-animation: moveFromLeft 400ms ease;
}
.shashki {
    background: transparent url("/wa-data/public/photos/22/00/22/22.970.png") no-repeat scroll left 10px top 5px / 20% auto;
    height: 100%;
    opacity: 0.7;
    position: absolute;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    width: 100%;
}
.ca-menu li:hover .shashki {
    background: transparent url("/wa-data/public/photos/22/00/22/22.970.png") no-repeat scroll left 10px top 5px / 20% auto;
    animation: 400ms ease 0s normal none 1 running moveFromLeft;
    opacity: 1;
    -webkit-animation: moveFromLeft 400ms ease;
    -moz-animation: moveFromLeft 400ms ease;
    -ms-animation: moveFromLeft 400ms ease;
}
.futbol {
    background: transparent url("/wa-data/public/photos/17/00/17/17.970.png") no-repeat scroll left 5px top 3px / 22% auto;
    height: 100%;
    opacity: 0.9;
    position: absolute;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    width: 100%;
}
.ca-menu li:hover .futbol {
    background: transparent url("/wa-data/public/photos/17/00/17/17.970.png") no-repeat scroll left 5px top 3px / 22% auto;
    animation: 400ms ease 0s normal none 1 running moveFromLeft;
    opacity: 1;
    -webkit-animation: moveFromLeft 400ms ease;
    -moz-animation: moveFromLeft 400ms ease;
    -ms-animation: moveFromLeft 400ms ease;
}
.hokkey {
    background: transparent url("/wa-data/public/photos/13/00/13/13.970.png") no-repeat scroll left 3px top -3px / 26% auto;
    height: 100%;
    opacity: 0.9;
    position: absolute;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
    width: 100%;
}
.ca-menu li:hover .hokkey {
    background: transparent url("/wa-data/public/photos/13/00/13/13.970.png") no-repeat scroll left 3px top -3px / 26% auto;
    animation: 400ms ease 0s normal none 1 running moveFromLeft;
    opacity: 1;
    -webkit-animation: moveFromLeft 400ms ease;
    -moz-animation: moveFromLeft 400ms ease;
    -ms-animation: moveFromLeft 400ms ease;
}

@-webkit-keyframes moveFromLeft{
    from {
        -webkit-transform: translateX(-100%);
    }
    to {
        -webkit-transform: translateX(0%);
    }
}
@-moz-keyframes moveFromLeft{
    from {
        -moz-transform: translateX(-100%);
    }
    to {
        -moz-transform: translateX(0%);
    }
}
@-ms-keyframes moveFromLeft{
    from {
        -ms-transform: translateX(-100%);
    }
    to {
        -ms-transform: translateX(0%);
    }
}

@-webkit-keyframes moveFromRight {
    from {
        -webkit-transform: translateX(100%);
    }
    to {
        -webkit-transform: translateX(0%);
    }
}
@-moz-keyframes moveFromRight {
    from {
        -moz-transform: translateX(100%);
    }
    to {
        -moz-transform: translateX(0%);
    }
}
@-ms-keyframes moveFromRight {
    from {
        -ms-transform: translateX(100%);
    }
    to {
        -ms-transform: translateX(0%);
    }
}

@-webkit-keyframes moveFromBottom {
    from {
        -webkit-transform: translateY(100%);
    }
    to {
        -webkit-transform: translateY(0%);
    }
}
@-moz-keyframes moveFromBottom {
    from {
        -moz-transform: translateY(100%);
    }
    to {
        -moz-transform: translateY(0%);
    }
}
@-ms-keyframes moveFromBottom {
    from {
        -ms-transform: translateY(100%);
    }
    to {
        -ms-transform: translateY(0%);
    }
}
/** РєРѕРЅРµС† РѕРїРёСЃР°РЅРёСЏ СЃС‚РёР»РµР№ РґР»СЏ РјРµРЅСЋ РЅР° РіР»Р°РІРЅРѕР№ **/
.add2cart {
    background-color: #44bb6e !important;
    border: medium none;
}
.add2cart:hover {
    background-color: #3AA35F !important;
}
.callbk-button {
    border: none;
    /box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 19px;
    padding: 7px 24px;
    border-radius: 4px;
    float: right;
}
.callbk-button.callbk-show-button {
    background: transparent none repeat scroll 0 0 !important;
    box-shadow: none;
    color: #000 !important;
    font-size: 16px;
    text-decoration: underline dashed;
}
.callbk-button.callbk-show-button:hover {
    box-shadow: none;
    text-decoration: none;
}
.s-desc {
    height: 40px;
    padding-bottom: 10px;
    line-height: 16px;
}

/** РЎС‚РёР»Рё РґР»СЏ РїРѕРґРєР°С‚РµРіРѕСЂРёР№ **/
.category_list{
margin:0 0 20px;
display:table;
padding:0;
width:100%;
}
.category_list&gt;li{
display:table-row;
}
.category_list&gt;li&gt;a:hover{

}
.category_list&gt;li&gt;a{
text-align:center;
display:table-cell;
text-decoration:none;
font-size:1em;
width:24,8%;
padding:5px;
}
.category_list&gt;li&gt;a div{
overflow:hidden;
display:inline-block;
}
.category_list&gt;li&gt;a span{
display:block;
}
.category_list&gt;li&gt;a:hover{
border-color: #ccc;
}
.s-desc-prod {
    display: none;
}
.tags {
    width: 105%;
}
.checkout_info {
    width: 55%;
}
.pay_message {
    color: #44bb6e;
    margin-bottom: 10px;
    width: 55%;
}
.checkout-step.submit {
    margin-top: 15px;
}
.hide {
    display: none;
}
.paddingtop.crossselling {
    display: none;
}
.telegram {
    display: inline-flex;
    margin-left: 30px;
}
.bottom_cart_info .cart-count {
    background: red none repeat scroll 0 0 !important;
    line-height: 17px;
}
.empty_cart_count {
    display: none !important;
}
.right {
    float: right;
}
.row-fluid.promo_icon_block {
    background: transparent none repeat scroll 0 0;
}
.row-fluid.buyproduct .add2cart {
    background: #2ce068 none repeat scroll 0 0 !important;
}
.row-fluid.buyproduct .add2cart:hover {
    background: #2ce068 none repeat scroll 0 0 !important;
    box-shadow: 0 3px 7px -3px rgba(50, 50, 50, 0.32), 0 0 10px rgba(157, 172, 192, 0.1) inset;
    transition:all 0,5s linear;
    -moz-transition:all 0,5s linear;
    -webkit-transition:all 0,5s linear;
    -o-transition:all 0,5s linear;
}

.logo1 img {
    margin-left: -20px !important;
    margin-top: -10px !important;
    max-width: 110% !important;
}
.info {
    background: #e5ffeb none repeat scroll 0 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    height: 30px;
    padding-left: 20px;
    padding-top: 10px;
    width: 46%;
}
.tooltip {
	display: inline;
	position: relative;
	z-index: 999;
	opacity: 1;
    font-size: 12px;
}

/* Trigger text */

.tooltip-item {
	/background: rgba(0,0,0,0.3);
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	padding: 0 10px;
}
.tooltip-item &gt; img {
    width: 18px!important;
    height: 18px!important;
    margin-top: -5px;
}
.tooltip-item1 &gt; img {
    width: 790px!important;
    height: 160px!important;
    margin-top: 5px; 
}

/* Gap filler */

.tooltip-item::after {
	content: '';
	position: absolute;
	width: 360px;
	height: 20px;
	bottom: 100%;
	left: 50%;
	pointer-events: none;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.tooltip:hover .tooltip-item::after {
	pointer-events: auto;
}

/* Tooltip */

.tooltip-content {
	position: absolute;
	z-index: 9999;
	width: 360px;
	left: 50%;
	margin: 0 0 20px -180px;
	bottom: 100%;
	text-align: left;
	font-size: 0.765em;
	line-height: 1.4;
	box-shadow: -5px -5px 15px rgba(48,54,61,0.2);
	background: rgba(1,1,1,0.8);
	opacity: 0;
	cursor: default;
	pointer-events: none;
}

.tooltip-effect-1 .tooltip-content {
	-webkit-transform: translate3d(0,-10px,0);
	transform: translate3d(0,-10px,0);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}

.tooltip-effect-2 .tooltip-content {
	-webkit-transform-origin: 50% calc(100% + 10px);
	transform-origin: 50% calc(100% + 10px);
	-webkit-transform: perspective(1000px) rotate3d(1,0,0,45deg);
	transform: perspective(1000px) rotate3d(1,0,0,45deg);
	-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
	transition: opacity 0.2s, transform 0.2s;
}

.tooltip-effect-3 .tooltip-content {
	-webkit-transform: translate3d(0,10px,0) rotate3d(1,1,0,25deg);
	transform: translate3d(0,10px,0) rotate3d(1,1,0,25deg);
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
}

.tooltip-effect-4 .tooltip-content {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-transform: scale3d(0.7,0.3,1);
	transform: scale3d(0.7,0.3,1);
	-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
	transition: opacity 0.2s, transform 0.2s;
}

.tooltip-effect-5 .tooltip-content {
	width: 180px;
	margin-left: -90px;
	-webkit-transform-origin: 50% calc(100% + 6em);
	transform-origin: 50% calc(100% + 6em);
	-webkit-transform: rotate3d(0,0,1,15deg);
	transform: rotate3d(0,0,1,15deg);
	-webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
	transition: opacity 0.2s, transform 0.2s;
	-webkit-transition-timing-function: ease, cubic-bezier(.17,.67,.4,1.39);
	transition-timing-function: ease, cubic-bezier(.17,.67,.4,1.39);
}

.tooltip:hover .tooltip-content {
	pointer-events: auto;
	opacity: 1;
	-webkit-transform: translate3d(0,0,0) rotate3d(0,0,0,0);
	transform: translate3d(0,0,0) rotate3d(0,0,0,0);
}

.tooltip.tooltip-effect-2:hover .tooltip-content {
	-webkit-transform: perspective(1000px) rotate3d(1,0,0,0deg);
	transform: perspective(1000px) rotate3d(1,0,0,0deg);
}

/* Arrow */

.tooltip-content::after {
	content: '';
	top: 100%;
	left: 50%;
	border: solid transparent;
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: transparent;
	border-top-color: #2a3035;
	border-width: 10px;
	margin-left: -10px;
}

/* Tooltip content*/

.tooltip-content img {
	position: relative;
	height: 170px;
	display: block;
	float: left;
	margin-right: 1em;
}

.tooltip-text {
	font-size: 13px;
	line-height: 1.35;
	display: block;
	padding: 20px;
	color: #fff!important;
	font-weight: 100!important;
}

.tooltip-effect-5 .tooltip-text {
	padding: 1.4em;
}

.tooltip-text a {
	font-weight: bold;
}

.dummy.dummy-text.center {
    margin-left: 45%;
}
.tooltip-in-price.dummy.dummy-text {
    float: right;
    margin-top: -30px;
}
.bg-cart {
    background-image: url("/wa-data/public/photos/81/00/81/81.970.jpg");
    background-repeat: no-repeat;
    background-position: right 3% top 9%;
}
.m-poker {
    background-image: url("/wa-data/public/photos/61/00/61/61.970.png");
    background-position: 0 5px;
    background-repeat: no-repeat;
    background-size: 14% auto;
    padding-left: 20px;
}
.m-chess {
    background-image: url("/wa-data/public/photos/62/00/62/62.970.png");
    background-position: 0 5px;
    background-repeat: no-repeat;
    background-size: 11% auto;
    padding-left: 22px;
}
.m-tables {
    background-image: url("/wa-data/public/photos/66/00/66/66.970.png");
    background-position: 0 2px;
    background-repeat: no-repeat;
    background-size: 12% auto;
    padding-left: 26px; 
}
.m-play {
    background-image: url("/wa-data/public/photos/64/00/64/64.970.png");
    background-position: 0 5px;
    background-repeat: no-repeat;
    background-size: 14% auto;
    padding-left: 21px; 
}
.price &gt; s {
    color: #878787;
    font-size: 15px;
}
.mycab.bottom {
    background: #444444 none repeat scroll 0 0;
    border-radius: 3px;
    margin-top: 15px;
    padding: 15px;
}
.background {
    background-color: rgba(68, 187, 110, 0.3);
    border-radius: 3px;
    margin-bottom: 20px;
    margin-top: -20px;
    padding: 15px;
}
.background.tovar {
    margin-top: -60px;
}
.table_promo_chips {
    background-color: #f5f5f5;
    border-radius: 3px;
    margin-top: 5px;
    width: 750px;
}
.table_promo_chips.green {
    background-color: #d3ffe2;
}
.table_promo_chips td {
    padding: 5px 25px;
}
.table_promo_chips thead tr {
    font-weight: 900;
    text-decoration: underline;
}
.prod {
    width: 100%!important;
}
.table_promo_chips.prod td {
    padding: 5px 15px;
}
.promo-chips-bg {
    background-image: url("/wa-data/public/photos/17/01/117/117.1100x0.jpg");
    background-position: 100% 33px;
    background-repeat: no-repeat;
    margin-top: 28px;
}


--------------
Р”Р»СЏ РєР°С‚РµРіРѕСЂРёР№

/* РґРѕР±Р°РІРёР»Рё СЃС‚РёР»СЊ Рє С„РёР»СЊС‚СЂСѓ width230
Р’ С€Р°Р±Р»РѕРЅРµ РєР°С‚РµРіРѕСЂРёР№ РЅР°Рґ РґРёРІРѕРј rightmenufilter */
.span3.width230 {
    width: 230px;
}
ul.thumbs.li200px li {
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    height: 360px;
    width: 246px;
    margin-bottom: 8px;
}

ul.thumbs li .image {
    /* height: 220px; */
    /* line-height: 180px; */
    /* margin-left: 15px!important; */
    /* position: relative; */
    /* text-align: center; */
    /* width: 220px!important; */
}
.s-desc {
    opacity: 0.7;
}
li.thumbs.cataloghover .s-desc:hover {
    opacity: 0.9;
    transition: all 0.2s ease 0s;
}
/* РјРµРЅСЏРµРј С€Р°РїРєСѓ */
.header_medium .kabinet {
    margin-left: 75px;
    margin-top: 20px;
    width: 17%;
}
.header_medium .search-block {
    margin-left: 45px;
    margin-top: 24px;
    width: 100%;
}
.span4.cartblock {
    float: right;
    max-width: 300px;
    padding-left: 30px;
}
.header .cart-popup {
margin-left: 30px;
}

/* РјРµРЅСЏРµРј РіР»Р°РІРЅСѓСЋ СЃС‚СЂР°РЅРёС†Сѓ */
.bx-wrapper ul.thumbs.li200px li {
    width: 245px!important;
}
div.row-fluid div.span9.width100 div.bestsellers-block.productslider div.bx-wrapper div.bx-viewport {
    height: 460px!important;
}
/* Р”РѕР±Р°РІР»СЏРµРј РІ С€Р°Р±Р»РѕРЅРµ home.html СЃС‚РёР»СЊ wigth100 С‡С‚РѕР±С‹ РїСЂРѕРјРѕ Р±Р»РѕРє СЃРґРµР»Р°С‚СЊ РїРѕ С€РёСЂРёРЅРµ С‚СЂР°РЅРёС†С‹ */
.span9.width100 {
    width: 100%;
}

/* СЂР°СЃС€РёСЂСЏРµРј РІС‹РїР°РґР°СЋС‰РµРµ РіР»Р°РІРЅРѕРµ РјРµРЅСЋ */
.topmenuh ul {
width: 1160px;
}

/* Р·Р°РіРѕР»РѕРІРєРё С‚РѕРІР°СЂРѕРІ РІ РєР°С‚РµРіРѕСЂРёРё РїРѕСЃРІРµС‚Р»РµРµ */


 /* РєР°СЂС‚РѕС‡РєР° С‚РѕРІР°СЂР°, Р±Р»РѕРє РєСЂРѕСЃСЃРµР»Р»РёРЅРі (РґРѕР±Р°РІРёС‚СЊ СЃС‚РёР»СЊ custom-crosselling) РІ product.html РІРЅРёР·Сѓ */
.product .crossselling.custom-crosselling {
    border: 1px solid #e5e9f0;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(157, 172, 192, 0.3) inset;
    height: 420px;
    margin-top: 30px;
    padding: 10px 20px 0;
}
.product .crossselling.custom-crosselling li {
    display: inline-block;
    height: 230px;
    margin: 3px;
    padding: 10px;
    position: relative;
    vertical-align: top;
}
.custom-crosselling ul.thumbs.li200px li {
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    height: 330px;
    margin-bottom: 8px;
    width: 246px;
}
.cust-info {
    display: block;
    float: right;
    position: relative;
}
html body div.site div.container div.row-fluid.block div.span12 div.page div.row-fluid div.span12.padding20 div.row-fluid div.span12 div.row-fluid div.span9 div.bestsellers-block.productslider div.bx-wrapper div.bx-viewport {
    height: 427px!important;
}

/* СЃС‚РёР»Рё РґР»СЏ РєРѕСЂР·РёРЅС‹ РІ РѕРґРёРЅ С€Р°Рі, РєСѓРїРѕРЅС‹ - Р·Р°РґР°РµС‚СЃСЏ РІ СЃС‚РёР»СЏС… РІ РїР»Р°РіРёРЅРµ
  .cartOS__couponInput { height:30px !important; }
  .cartOS__coupon { border:2px dashed #AAAAAA; border-radius:10px; float:left; font-size:14px; margin:20px; padding:20px; text-align:left; width:30% !important; }
  .input.cartOS__couponButton { background:#44BB6E !important; }
  .input.cartOS__couponButton :hover { background:#4ee790 !important; } /*</pre></body></html>