* {
	font-family: 'Custom Fonts', Arial;
}
:root {
  --color-link: #363a47;
  --color-link-hover: #009746;
--color-title: #363a47;
  --color-brend1: #009746;
  --color-back-grey1: #f6f6f6;
  --color-back-grey2: #d5d5d5;
}
body {
 font-size: 13px;
  color: #444;
  margin: 9px 0px 60px 0px;
}
.container {
  width: 100%;
  border-radius: 10px;
    max-width: 1440px;
}
a {
  color: var(--color-link);
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
  color: var(--color-link-hover);
}
a:focus {
  outline: none;
}
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;
    text-shadow: 0px 0px 3px white; 
}
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;
}
.padding5top {
  padding-top: 5px;
}
.padding10top {
  padding-top: 10px;
}
.padding15top {
  padding-top: 15px;
}
.padding20top {
  padding-top: 20px;
}
.padding20 {
  padding: 20px;
}
.material-icons {
    vertical-align: middle;
      opacity: 0;
      transition:opacity 0.5s;
}
.material-icons.pull-left {
    margin-right: 0.3em;
}
.material-icons.pull-right {
    margin-left: 0.3em;
}
.material-icons.mi-1x {
    font-size: 1em;
}
.material-icons.mi-2x {
    font-size: 1.5em;
}
.material-icons.mi-3x {
    font-size: 2em;
}
.addition-wrapper {
color:rgba(0, 0, 0, 0.87);    
}
.addition-button {
 cursor: pointer;
 display: block;
 float:left;
}
.addition-wrapper .addition-button { opacity:0.25; }
.addition-wrapper .addition-button:hover{ opacity:0.7; }
.addition-button .compare-remove { color:rgba(1, 0, 0, 0.87);opacity:1; }
.addition-button.addition-added  {
    color: red;
    opacity: 1;
}
.rotatehover{
transition: all .2s ease-in;
}
.rotatehover:hover{
transform: rotate(90deg);;
}
.gray {
  color: #858585;
}
.block {
  background: #fff;
  border-radius: 10px 10px;
  border-bottom: 4px solid #565656;
  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);
}
.block hr {
  margin: 10px 0px;
}
.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 {
  color: var(--color-link);
  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 > a {
  color: #896317;
}
.block .menu-v ul li:hover a,
.block .menu-v li:hover li a {
  border: none;
}
.block .menu-v ul a:hover {
  color: #896317;
}
.block .menu-v li .selected {
  background: #fff;
}
.block .menu-v li:hover > 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: 5px;
  margin-bottom: 0px;
  float: left;
  position: relative;
  list-style: none;
 font-size: 1rem;
}
.block .topblock .mainmenu li a{
}
.block .topblock .mainmenu a {
  color: var(--color-link);
  text-decoration: none;
  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 > a {
  color: var(--color-link-hover);
}
.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 > ul {
  background: #eee;
  display: block;
  color: #000;
}
.block .topblock .mainmenu ul {
  display: none;
  margin: 0px;
  width: 120px;
  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 li:hover >a {
    box-shadow: -5px 0px 5px 0px rgb(50 50 50 / 40%); 
    font-weight: 600;
    color: var(--color-link-hover);
}
.block .topblock .mainmenu ul a {
  font-weight: normal;
  background: #fff;
  padding-left: 20px;
  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: -3px;
  font-size: 18px;
}
.block .topblock .phone span {
  color: var(--color-title);
}
.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: var(--color-title);
}
.block .topblock ul li span {
  margin-left: 15px;
  color: #dedede;
}
.block .topblock ul li a {
  color: var(--color-link);
}
.block .kabinet h4 a {
}
.block .kabinet a {
      text-shadow: 0px 0px 10px white, 0px 0px 7px white, 0px 0px 8px white, 0px 0px 4px white,  0px 0px 5px white;; 
}
.kabinet {
      text-shadow: 0px 0px 10px white, 0px 0px 7px white, 0px 0px 8px white, 0px 0px 4px white; 
  color: var(--color-link);
}
.header .logo {
  margin-left: 20px;
  width: 100px;
}
.header .logo a {
  text-decoration: none;
  color: #000;
}
.header .logo a h4 {
  font-size: 30px;
}
.header .search-block {
  margin-top: 20px;
}
.header .search-block form {
  margin: 0;
}
.header .search-block .searchinput {
  height: 38px;
  -webkit-appearance: none;
}
.header .search-block .btn {
  width: 50px;
  height: 38px;
}
.header .search-block .hint {
  clear: both;
  font-size: 11px;
  color: #888888;
  color: #000;
     text-shadow: 0px 0px 10px white, 0px 0px 7px white, 0px 0px 8px white, 0px 0px 4px white,  0px 0px 5px white;; 
}
.header .search-block .hint a {
  border-bottom: 1px dotted #888888;
  text-decoration: none;
  color: #888888;
   color: #000;
}
.header .cart-icon {
  position: absolute;
  top: -9px;
  background: none;
}
.header .cart-popup {
  display: block;
  position: absolute;
  margin: 0;
  top: -6px;
  left: -20px;
  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: 10px 0px 20px 20px;
}
.header .cart-popup .product-detail {
  margin-bottom: 10px;
  font-size: 13px;
}
.header .cart-popup .product-detail a {
  font-size: 10px;
  line-height: 15px;
  display: block;
  margin-top: 3px;
      overflow: hidden;
    height: 30px;
}
.header .cart-popup .product-detail .gray {
  color: #ccc;
  display:block;
  line-height:12px;
  margin-top:3px;
}
.header .cart-popup .product-detail .price {
  font-size: 11px;
  font-weight: bold;
}
.header .cart-info {
      text-shadow: 0px 0px 3px white; 
    color: #000000; 
}
.header .cart-info .cart-total {
  font-weight: bold;
}
.header h4 {
     text-shadow: 0px 0px 3px white; 
  margin-top: 15px;
    color: black; 
}
.header .cart-info h4 a{
     text-shadow: 0px 0px 3px white; 
    color: black; 
}
.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;
}
.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 #0649b7;
}
.checkboxfilter {
  margin-bottom: 0px;
}
.sort,
.breadcrumbs {
  font-size: 11px;
  color: #767070;
}
.sort a,
.breadcrumbs a {
  color: #767070;
}
.fliterblock {
  border: 1px solid #d8d8d8;
  background: var(--color-back-grey1);
  padding: 8px;
  border-radius: 4px;
  height: 52px;
}
.topmenumain {
  position: relative;
}
.topmenumain .left-corner {
  position: absolute;
  width: 8px;
  height: 58px;
  margin-left: -8px;
}
.topmenumain .right-corner {
  position: absolute;
  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: -126px;
}
.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: 14px;
  color: #fff;
  background: var(--color-back-grey1); 
  width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  position: relative;
}
.topmenu li {
  margin-bottom: 0px;
  float: left;
  position: relative;
  list-style: none;
}
.topmenu a {
  color: #000; 
  text-decoration: none;
  display: block;
  padding: 15px 35px 15px 15px;
  margin: 0;
  text-shadow: 0px -1px rgba(255, 255, 255, 0.3);
}
.topmenu a:hover {
  background: #fff;
}
.topmenu .current a,
.topmenu 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);
  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 > 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: 5px 5px;
  background: #fff;
  color: #000;
  padding-left: 20px;
  font-size: 13px;
  -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 {
  padding: 10px 0px;
  border: 1px solid #e5e9f0;
  border-radius: 4px;
}
.promo_icon_block .picture {
  line-height: 60px;
}
.promo_icon_block h4 {
  margin-top: 0px;
  margin-bottom: 5px;
  color: var(--color-title);
  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: var(--color-back-grey1);
  margin-bottom: 10px;
}
.rightmenufilter .catheader {
  background: #1e831f;
  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: 8px 20px;
  font-size: 17.5px;
  color: #fff;
  margin-bottom: 10px;
}
.rightmenufilter .filters {
  padding: 0px 20px 0px 20px;
  position: relative;
}
.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: #1e841f;
  background-image: url("img/button_green.png");
  background-position: 0px -4px;
  border-color: #126e13 #126e13 #0a4b0b;
  outline-width: 0px;
  cursor:pointer;
}
.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 {
    padding: 5px 8px 8px 8px;
}
.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;
}
.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;
}
.articul {
  font-size: 14px;
  color: #000;
  font-weight: bold;
}
.product .stocks {
  font-size: 16px;
  line-height: 20px;
}
.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: var(--color-back-grey1);
}
.product .padding {
  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 {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0 0px 80px 0px;
  position: relative;
  display: block\9;
  float: left\9;
  height: 370px\9;
  padding: 20px 50px 20px 0px;
}
.product .description-product {
  padding-bottom: 30px;
}
.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 {
  padding: 4px 0px 4px 3px;
  word-wrap: break-word;
  position: relative;
}
.buy .price {
  font-size: 20px;
    color: var(--color-brend1);
}
.buy .price s {
  font-size: 13px;
  display: block;
  color: #8e8e8e;
}
.g-clearfix:after {
  content: "";
}
.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;
  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: left;
  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 input {
  margin: 0 3px 0 0 ;
}
ul.list.li200px li {
  width: 200px;
}
ul.list.li250px li {
  width: 250px;
}
ul.list li a {
  font-weight: bold;
}
ul.list li p {
  margin-bottom: 0;
}
ul.list li.selected {
}
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 {
  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;
}
.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: 400px;
  padding: 10px;
  margin-right:18px;
  box-shadow: 0 2px 5px 0px rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}
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;
}
ul.thumbs li .price s {
  font-size: 13px;
  display: block;
  color: #8e8e8e;
  padding-top: 5px;
}
ul.thumbs li .image {
  text-align: center;
  width: 100%;
  line-height: 180px;
  position: relative;
}
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: #808798;
  border: 0px;
  color: #fff;
  font-size: 11px;
  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 #676c7a;
}
ul.thumbs li .preview span:hover {
  background: #6a707f;
}
.badge {
  border-radius: 0px;
  position: absolute;
  left: 0;
  top: 30px;
  line-height: 21px;
  width: 80px;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 0px;
}
.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;
}
ul.thumbs input {
  margin: 0 3px 0 0 ;
}
ul.thumbs.li200px li {
  width: 200px;
}
ul.thumbs.li250px li {
  width: 250px;
}
ul.thumbs li a {
  font-weight: bold;
}
ul.thumbs li p {
  margin-bottom: 0;
}
ul.thumbs li.selected {
}
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: 75px;
}
.cart .cart-product {
  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: var(--color-back-grey1);
  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;
  margin-top: 10px;
  color: #888;
}
.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;
}
.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;
}
.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;
}
.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: -75px;
}
.slider {
  margin-bottom: 10px;
}
.pagination {
  position: absolute;
  bottom: -30px;
  text-align: left;
  left: 45%;
}
.pagination a {
  border-radius: 15px;
  width: 16px;
  height: 16px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
   background: var(--color-back-grey2);
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
  overflow: hidden;
  text-indent: -200%;
  outline: 0;
}
.pagination .selected {
  background: var(--color-brend1);
}
.slider-home {
  position: relative;
  margin-bottom: 20px;
}
.slider-home .slider-image a {
height:350px;
  display: block;
  float: left;
}
.slider-home .slider-image a img {
  border-radius: 4px;
}
.slider-home .prevbigslider {
  position: absolute;
  top: 43%;
  margin-left: -35px;
  z-index: 2;
  width: 30px;
}
.slider-home .nextbigslider {
  position: absolute;
  top: 43%;
  right: 0;
  margin-right: -35px;
   z-index: 2; 
  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: #eceff1;
  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: #fff;
}
#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);
}
#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;
}
.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 ;
}
* 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.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-empty {
  background-position: -48px -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: -160px -16px;
}
.icon16.stock-transparent {
  background-position: -176px -16px;
}
.icon16.uarr {
  background: url('img/uarr.png');
  background-position: 0 0;
  background-size: 16px 16px;
}
.radio,
.checkbox {
  min-height: 20px;
  padding-left: 0px;
}
#prev:hover,
#next:hover {
  opacity: 0.4;
}
#preview {
  display: none;
}
#preview .dialog-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}
#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-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}
#showorder .dialog-window .popup {
  position: fixed;
  top: 25%;
  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 {
}
#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;
}
.status {
  font-weight: bold;
}
.error {
  color: red;
}
.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;
}
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;
  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;
  background-color: var(--color-back-grey1);  
}
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: var(--color-link-hover);
  border: 1px solid #d9e0e6;
  border-bottom-color: white;
    background-color: #fff;
}
#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: 530px;
  overflow: hidden;
  -moz-box-shadow: 0 0 10px #777;
  -webkit-box-shadow: 0 0 10px #aaa;
  box-shadow: 0 0 10px #aaa;
  line-height: 360px;
  text-align: center;
}
#easy_zoom img {
  max-width: none;
  height: auto;
}
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 {
        border: 1px solid #d8d8d8;
  overflow: hidden;
  list-style: none;
  margin: 0 0 20px 0;
  padding: 10px;
  font-size: 14px;
  background-color: var(--color-back-grey1);
}
.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 var(--color-back-grey1); 
  background: var(--color-back-grey1); 
  color: #000; 
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
.footer a {
  color: #000; 
}
.footer h4 {
  margin-top: 0px;
}
#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;
}
.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;
}
#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;
}
.wa-auth-adapters {
  padding-left: 20px;
  margin-bottom: 10px;
  border: 1px solid #d8d8d8;
  background: var(--color-back-grey1);
  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 {
  margin: 0;
}
.checkout-login {
  border: 1px solid #D8D8D8;
  background: var(--color-back-grey1) none repeat scroll 0% 0%;
  box-shadow: 0px 0px 10px rgba(157, 172, 192, 0.3) inset;
  padding: 8px;
  border-radius: 4px;
  height: 37px;
  line-height: 35px;
}
.checkout-header {
  border: 1px solid #d8d8d8;
  background: var(--color-back-grey1);
  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 h5 {
  margin-bottom: 10px;
}
.checkout ul.checkout-options li h5 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;
  top: 4px;
  left: -25px;
}
.checkout ul.checkout-options li label input[type="radio"] {
  top: 7px;
}
.checkout ul.checkout-options li img.method-logo {
  position: relative;
  float: left;
  margin-right: 10px;
  top: -6px;
  left: 0px;
}
.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: var(--color-back-grey1);
  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_img {
	padding-right:10px;
	margin-bottom:10px;
}
.calendar {
  border: 1px solid #e5e9f0;
  padding: 10px 20px 20px 20px;
  border-radius: 4px;
}
.pages {
  border: 1px solid #d3d6de;
  background: #edeef1;
  padding: 8px;
  border-radius: 4px;
  margin-top: 20px;
}
.pages .selected a {
  font-weight:bold;
  text-decoration:none;
  color:#000;
}
#scrollerbutton {
  width: 40px;
  margin-right: 1px;
  margin-bottom: 1px;
  width: 30px;
  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;
	z-index: 110;
}
#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-right-white.png);
	background-position:95% 50%;
	background-repeat: no-repeat;
}
#bottombar .compare_bottom {
	width:75%;
	float:left;
}
.clearview {
	color:#888;
}
.clearview:hover {
	color:#888;
}
.product .product-header h1 a {
	margin-right:10px;
	font-size:11px;
}
.uptolike-buttons {
	margin-top:10px;
}
.topmenuh .subbigmenu {
  margin-left: -126px;
}
.topmenuh .subbigmenu li:first-child {
  border-right: 0px;
}
.topmenuh .subbigmenu li ul {
  margin-left: -400px;
}
.topmenuh .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;
}
.topmenuh {
  margin: 0;
  font-size: 14px;
  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;
}
.topmenuh li {
  margin-bottom: 0px;
  float: left;
  list-style: none;
}
.topmenuh a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 8px 15px;
  margin: 0;
  text-shadow: 0px -1px rgba(255, 255, 255, 0.3);
}
.topmenuh .collapsible a {
	padding:8px 25px 15px 8px;
}
.topmenuh .collapsible .collapsible a{
	padding:2px 15px;
}
.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: 0px;
  padding: 20px 0px;
  width:100%;
  position: absolute;
  left: 0px;
  z-index: 33333;
  border-radius:0px 0px 4px 4px;
   -moz-column-count: 4; -moz-column-gap: 4em; -moz-column-rule: 1px solid black; -webkit-column-count: 4; -webkit-column-gap: 1em; -webkit-column-rule: 1px solid black;
}
.topmenuh ul  li ul{
  display: visibly;
  margin: 0px;
  padding: 0px;
  width:250px;
  position: relative;
  left: 0px;
  z-index: 33333;
  font-weight:normal;
   -moz-column-count: 1; -moz-column-gap: 0em; -moz-column-rule: 0px solid black; -webkit-column-count: 1; -webkit-column-gap: 1em; -webkit-column-rule: 0px solid black;
}
.topmenuh ul  li ul li a{
  font-weight:normal;
  padding-left:20px;
  font-size:11px;
   text-decoration:none; 
  color:#525252;
}
.topmenuh ul  li ul li a:hover{
   text-decoration:underline; 
}
.topmenuh ul li {
  float: left;
  margin: 0;
  position: relative;
  z-index: 4;
  border-right: 0px;
  width:275px;
}
.topmenuh ul a {
  font-weight: normal;
  padding: 5px 5px;
  background: #fff;
  padding-left: 20px;
  font-size: 13px;
  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;
}
#product-core-image {
	margin-top:10px;
}
.mobile_header {
	display:none;
}
.social img {
	margin-right:15px;
}
.banner {
	margin:20px 0px;
}
.search-block .btn { width:50px; }
.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.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%); 
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))); 
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%); 
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%); 
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%); 
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%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fde992', endColorstr='#fcd630',GradientType=0 ); 
color: #000 !important; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }
.piicsl-item:hover {
    box-shadow: 0px 0px 24px 0px rgb(50 50 50 / 20%);
}
.piicsl-title:hover >a{
    color: var(--color-link-hover);
}
.piicsl3 {
    margin: 0 0 0.5rem;
    padding: 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    font-size: medium;
}
.pii-header {
font-size:small; font-weight: 600;min-height: 50px;    
}
.pii-center {
    display: grid;
    align-content: space-around;
    justify-content: space-around;
}
.piicsl-item {
    list-style: none;
    margin: 5px 0px 5px 0px;
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0px 0px 24px 0px rgb(50 50 50 / 4%);
    min-height: 50px;
}
.itemm{
       text-align: left;
       text-decoration:none;
       color: black;
}
.itemm:hover{
       color: var(--color-link-hover);
}
.piicsl-title{
margin-bottom:10px;
font-weight:bold;
}    
.catalogbutton {
display: flex;
justify-content: space-evenly;
cursor: pointer;
position: relative;
background-color: #008e36;
padding: 3px;
border-radius: 6px;
border-width: thin;
color:white;
transition-duration:0.3s;
width: 150px;
margin: 21px;
}
.catalogbutton:hover {
    box-shadow: 0px 0px 10px 0px rgb(50 50 50 / 30%);    
}
li.cataloglevel1 {
list-style: none;
padding: 10px 20px 10px 30px;
}
li.cataloglevel1:hover {
 background-color: var(--color-back-grey1);
    font-weight: 600;
}
.blockmenulevel1 {
width: 1200px;
position: absolute; 
z-index:101; 
background-color: white;
transition:opacity 0.5s;    
    box-shadow: 0px 5px 10px 0px rgb(50 50 50 / 40%);
    border-radius: 5px 5px 5px 5px;
    margin-left: -121px;
}
}
div.subtabshover a {
    color: var(--color-link);
    text-decoration: none;
}
div.subtabshover:hover > a{
    color: var(--color-link-hover);
}
.blocksubmenu {
     padding: 10px;
    position: absolute;
    top: 00px;
padding-right: 30px;    
    background-color: white; 
     border-radius: 5px;
    overflow-y: overlay;
    overflow-x: clip;
    height: 618px;
}
#menulevel1cover {
position: fixed;
opacity:0.0;
top:0px;
left:0px;
height:100%;
width:100%;
background-color: #000;
z-index:3;
}
#catalogbuttonclose {
    position: absolute;
    background-color: #008e36;
    left: 13px;
    top: 6px;
    z-index: 3;
}
.thumbcontainer {
  position: relative;
  height: 290px;
}
.thkod { 
position: absolute;
top: -40px;
}
.thimage {
  width: 180px;
  height: 180px;
}
.thtop {
  height: 24px;
  width:100%;
}
.thname {
padding: 4px;
  font-weight: 600;
  line-height: 20px;
  height: 40px;
  overflow: hidden; 
    text-align: center;
      transition: 0.3s;
}
.thbottom {
    padding-top: 10px;
    display: flex;
    justify-content: center;
}
.thsubbottom {
display: flex;
justify-content: center;
flex-direction: column;
}
.price {
  text-align: center;
  font-weight: 600;
  font-size:large;
}
.thsub {
  padding: 6px 0px 0px 10px;
}
.wrap_ims {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
}
.wrap_im {
    width: 100%;
    height: 100%;
    border-width: 0px 0px 1px 0px;
    border-color: #eee;
    border-style: solid;
}
.wrap_im:hover {
    border-color: green;
}
.hp-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 1rem;
    padding: .75rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
    cursor: pointer;
}
.hp-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .12), 0 8px 10px -6px rgba(0, 0, 0, .08);
}
.hp-card-media {
    position: relative;
    width: 100%;
    border-radius: .75rem;
    overflow: hidden;
    background: #f3f4f6;
}
.hp-card-media::before {
    content: "";
    display: block;
    padding-top: 62%;
}
.hp-card-media img,
.hp-card-media video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.hp-card:hover .hp-card-media img {
    transform: scale(1.08);
}
.hp-card-title {
    margin-top: .75rem;
    font-weight: 600;
    font-size: .9rem;
    color: #374151;
    text-align: center;
    line-height: 1.25;
}
.hp-card:hover .hp-card-title {
    color: #111827;
}
.hp-card--flat {
    padding: 0;
    background: transparent;
    box-shadow: none;
}
.hp-card--flat:hover {
    transform: translateY(0);
    box-shadow: none;
}
.hp-card--flat .hp-card-title {
    margin-top: .75rem;
}
.hp-card-media--square::before {
    padding-top: 80%;
}
.hp-card--flat .hp-card-media {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -2px rgba(0, 0, 0, .06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hp-card--flat:hover .hp-card-media {
    transform: translateY(-5px);
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .15), 0 8px 10px -6px rgba(0, 0, 0, .1);
}
.hp-card--text {
    padding: 1.25rem;
    background: var(--color-back-grey1);
}
.hp-card--text:hover {
    background: #fff;
}
.hp-card--text .hp-card-title {
    margin-top: 0;
    font-size: 1rem;
}
.cookie-banner,.privacy-modal{font-family: 'Roboto';position:fixed;left:0;width:100%}body{font-family:sans-serif;margin:0;padding-bottom:80px}.cookie-banner{animation-name:animatecookie;animation-duration:.4s;bottom:0;background-color:var(--color-brend1);color:#fff;padding:15px 20px;box-shadow:0 -2px 10px rgba(0,0,0,.2);z-index:1000;display:flex;justify-content:center;align-items:center;box-sizing:border-box}.cookie-banner.hidden,.privacy-modal.hidden{display:none}.cookie-banner-content{display:flex;justify-content:space-between;align-items:center;width:100%;font-family: 'Roboto';flex-wrap:nowrap}.cookie-banner-content p{margin:0;flex-grow:1;padding-right:20px}.cookie-banner-content a{color:white;}.cookie-banner-content a:hover{color:black;text-decoration:underline}.cookie-buttons{display:flex;align-items:center;gap:10px}.cookie-buttons button{background-color:#4caf50;color:#fff;border:none;padding:8px 15px;border-radius:5px;cursor:pointer;font-size:1em;transition:background-color .3s}.cookie-buttons button:hover{background-color:#45a049}.close-btn{color:#fff;font-size:2em;cursor:pointer;margin-left:15px}.close-btn:hover{color:#ccc}@media (max-width:768px){.cookie-banner-content{flex-direction:column;text-align:center}.cookie-banner-content p{padding-right:0;margin-bottom:10px}.cookie-buttons{justify-content:center;width:100%}.close-btn{margin-top:10px;margin-left:0}}.privacy-modal{display:none;z-index:2000;top:0;height:100%;overflow:auto;background-color:rgba(0,0,0,.7);justify-content:center;align-items:center}.privacy-modal:not(.hidden){display:flex}.modal-content{background-color:#fefefe;margin:auto;padding:30px;border:1px solid #888;width:80%;max-width:750px;border-radius:8px;position:relative;box-shadow:0 4px 8px rgba(0,0,0,.2);animation-name:animatemodal;animation-duration:.4s;text-align:justify}@keyframes animatemodal{from{top:-300px;opacity:0}to{top:0;opacity:1}}.close-modal-btn{color:#aaa;float:right;font-size:28px;font-weight:700;position:absolute;top:10px;right:15px;cursor:pointer}.close-modal-btn:focus,.close-modal-btn:hover{color:#000;text-decoration:none;cursor:pointer}.modal-content h2{margin-top:0;color:#333;text-align:center;margin-bottom:20px}@keyframes animatecookie{from{bottom:-50px;opacity:0}to{bottom:0px;opacity:1}}
