* {
	font-family: 'Custom Fonts', Arial;
}
body {
  background: #edf2f9 url(img/bg.jpg);
  font-size: 13px;
  color: #444;
  margin: 20px 0px 60px 0px;
}
.container {
  width: 1100px;
}
a {
  color: #e96300;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
  color: #e96300;
}
a:focus {
  outline: none;
  color: #e96300;
}
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;
}
.padding10bottom {
  padding-bottom: 10px;
}
.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: #08569b;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA4NTY5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MDg4Y2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #08569b), color-stop(100%, #4088ca));
  background: -webkit-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: -o-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: -ms-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: linear-gradient(to bottom, #08569b 0%, #4088ca 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08569b', endColorstr='#4088ca', 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-background.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 {
  color: #444;
  text-decoration: underline;
  display: block;
  margin: 0;
  -webkit-transition: all 50ms;
  -moz-transition: all 50ms;
  -ms-transition: all 50ms;
  -o-transition: all 50ms;
  text-shadow: 0px -1px rgba(255, 255, 255, 0.3);
  padding: 5px;
}
.block .menu-v .current a,
.block .menu-v li:hover > a {
  color: #e96300;
}
.block .menu-v ul li:hover a,
.block .menu-v li:hover li a {
  border: none;
}
.block .menu-v ul a:hover {
  color: #e96300;
}
.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: releative;
  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;
  -webkit-transition: all 50ms;
  -moz-transition: all 50ms;
  -ms-transition: all 50ms;
  -o-transition: all 50ms;
  text-shadow: 0px -1px rgba(255, 255, 255, 0.3);
  padding: 5px;
}
.block .topblock .mainmenu .current a,
.block .topblock .mainmenu li:hover > a {
  color: #e96300;
}
.block .topblock .mainmenu ul li:hover a,
.block .topblock .mainmenu li:hover li a {
  border: none;
}
.block .topblock .mainmenu ul a:hover {
  color: #e96300;
}
.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: 200px;
  top: 30px;
  left: -15px;
  position: absolute;
  z-index: 33333;
  border: 1px solid #eee;
}
.block .topblock .mainmenu ul li {
  float: none;
  margin: 0;
  position: releative;
  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: #e96300;
}
.block .topblock i {
  color: #888;
  display: block;
  font-size: 14px;
  font-style: normal;
  margin-top: 9px;
}
.block .topblock ul {
  margin-top: 10px;
}
.block .topblock ul li .fa-lock {
  margin-right: 5px;
  color: #e96300;
}
.block .topblock ul li span {
  margin-left: 15px;
  color: #dedede;
}
.block .topblock ul li a {
  color: #444;
}
.block .kabinet h4 a {
  color: #e96300;
}
.block .kabinet a {
  color: #444;
}
.header .logo {
  margin-top: 12px;
  margin-left: 10px;
}
.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: 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;
  line-height: 15px;
  display: block;
  margin-top: 3px;
}
.header .cart-popup .product-detail .gray {
  color: #ccc;
}
.header .cart-popup .product-detail .price {
  font-size: 11px;
  font-wieght: bold;
}
.header .cart-info {
  margin-left: 90px;
}
.header .cart-info .cart-total {
  font-weight: bold;
}
.header h4 {
  margin-top: 15px;
}
.header_small {
  height: 100px;
  margin-bottom: 10px;
}
.header_medium {
  height: 120px;
}
.header_medium .search-block {
  margin-top: 30px;
}
.header_medium .kabinet {
  margin-top: 20px;
}
.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;
}
.rightmenu-header-photo {
  margin-bottom: 20px;
}
.rightmenu-header-photo .headerblock {
  background: #08569b;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA4NTY5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MDg4Y2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #08569b), color-stop(100%, #4088ca));
  background: -webkit-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: -o-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: -ms-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: linear-gradient(to bottom, #08569b 0%, #4088ca 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08569b', endColorstr='#4088ca', GradientType=0);
  border: 1px solid #126bbb;
  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: #08569b;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA4NTY5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MDg4Y2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #08569b), color-stop(100%, #4088ca));
  background: -webkit-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: -o-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: -ms-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: linear-gradient(to bottom, #08569b 0%, #4088ca 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08569b', endColorstr='#4088ca', GradientType=0);
  border: 1px solid #126bbb;
  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 > a {
  color: #444;
  text-decoration: none;
}
.rightmenu-header ul li > 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 > a {
  color: #444;
  text-decoration: none;
}
.rightmenu-nocorner li > 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 > a {
  color: #444;
  text-decoration: none;
}
.rightmenu li > 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 #0649b7;
}
.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 {
  background: #f6f6f6;
  border-radius: 4px;
  border: 1px solid #d8d8d8;
  box-shadow: inset 0px 0px 10px rgba(157, 172, 192, 0.3);
  height: 37px;
  margin-right: 15px;
  padding: 8px;
}
.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: -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 {
  display: table;
  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;
}
.topmenu li {
  display: table-cell;
  margin-bottom: 0px;
  /*float: left;*/
  text-align: center;
  position: relative;
  list-style: none;
  border-right: 1px solid #5f5f5f;
  width: 1%;
}
.topmenu li:last-child{
  border-right: 0 none;
}
.topmenu a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 15px 25px;
  margin: 0;
  -webkit-transition: all 50ms;
  -moz-transition: all 50ms;
  -ms-transition: all 50ms;
  -o-transition: all 50ms;
  text-shadow: 0px -1px rgba(255, 255, 255, 0.3);
}
.topmenu a:hover {
  background: #fff;
}
.topmenu .current a,
.topmenu li:hover > a {
  background: #08569b;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA4NTY5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MDg4Y2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #08569b), color-stop(100%, #4088ca));
  background: -webkit-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: -o-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: -ms-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: linear-gradient(to bottom, #08569b 0%, #4088ca 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08569b', endColorstr='#4088ca', 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: releative;
  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: 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;}*/
.category-wrap{
  position: relative;
}
.category-wrap ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  box-shadow: 0 5px 12px -2px rgba(50, 50, 50, 0.52);
}
.category-wrap ul > li{
  background: #353535;
  border-bottom: 1px solid #5f5f5f;
}
.category-wrap ul > li:last-child{
  border-bottom: 0 none;
}
.category-wrap ul > li > a {
  color: #fff;
  display: block;
  margin: 0;
  padding: 15px 25px;
  position: relative;
  text-decoration: none;
  text-shadow: 0 -1px rgba(255, 255, 255, 0.3);
  -webkit-transition: all 50ms ease 0s;
  -moz-transition: all 50ms ease 0s;
  -o-transition: all 50ms ease 0s;
  transition: all 50ms ease 0s;
}
.category-wrap ul > li.selected > a,
.category-wrap ul > li:hover > a {
  background: #08569b;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA4NTY5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MDg4Y2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #08569b), color-stop(100%, #4088ca));
  background: -webkit-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: -o-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: -ms-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: linear-gradient(to bottom, #08569b 0%, #4088ca 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08569b', endColorstr='#4088ca', GradientType=0);
  color: #fff;
  text-shadow: 0px -1px rgba(0, 0, 0, 0.3);
}
.category-wrap ul > li.collapsible{
  position: relative;
}
.category-wrap ul > li.collapsible > a::after {
  content: "›";
  font-size: 24px;
  position: absolute;
  right: 15px;
  z-index: 1;
}
.category-wrap ul > li > ul {
  display: none;
  border: 2px solid #09579c;
  right: -232px;
  top: -2px;
  width: 230px;
  z-index: 100;
}
.category-wrap ul > li.collapsible:hover > ul {
  display: block;
  position: absolute;
}
.category-wrap .category-title,
.home-slider-title {
  font-size: 18px;
  padding: 15px 25px;
  background: #08569b;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA4NTY5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MDg4Y2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #08569b), color-stop(100%, #4088ca));
  background: -webkit-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: -o-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: -ms-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: linear-gradient(to bottom, #08569b 0%, #4088ca 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08569b', endColorstr='#4088ca', GradientType=0);
  color: #fff;
  margin: 0 -8px;
  position: relative;
  text-shadow: 0px -1px rgba(0, 0, 0, 0.3);
}
.home-slider-title {
  border-radius: 3px;
  box-shadow: 0 2px 0 #08569B, 0 5px 12px -2px rgba(50, 50, 50, 0.52);
  display: inline-block;
  padding: 10px 20px !important;
  vertical-align: top;
}
.category-wrap .category-title:before,
.category-wrap .category-title:after{
  bottom: -8px;
  content: "";
  position: absolute;
}
.category-wrap .category-title:before{
  left: 0;
  border: 4px solid transparent; border-top: 4px solid #09579C; border-right: 4px solid #09579C;
}
.category-wrap .category-title:after{
  right: 0;
  border: 4px solid transparent; border-left: 4px solid #09579C; border-top: 4px solid #09579C;
}
.arrow-down {
  background-image: url(img/arrow_down.png);
  background-repeat: no-repeat;
  background-position: 25% 50%;
  width: 20px;
  height: 10px;
  margin-top: 20px;
  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: #08569b;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA4NTY5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MDg4Y2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #08569b), color-stop(100%, #4088ca));
  background: -webkit-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: -o-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: -ms-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: linear-gradient(to bottom, #08569b 0%, #4088ca 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08569b', endColorstr='#4088ca', GradientType=0);
  top: -3px;
  display: none;
}
.promo_icon_block {
  margin-bottom: 20px;
  padding: 10px 0px;
  border: 1px solid #e5e9f0;
  border-radius: 4px;
  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: #e96300;
  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: #08569b;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA4NTY5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MDg4Y2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #08569b), color-stop(100%, #4088ca));
  background: -webkit-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: -o-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: -ms-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: linear-gradient(to bottom, #08569b 0%, #4088ca 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08569b', endColorstr='#4088ca', GradientType=0);
  border: 1px solid #126bbb;
  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: #e96300;
  padding: 0px;
  padding-bottom: 3px;
  text-shadow: 0 2px 0 #fff;
  border-bottom: 1px dotted #e96300;
  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_blue_hover.png");
  background-position: 0px -4px;
  border-color: #126bbb #126bbb #09569b;
  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: #216bad;
  background-image: url("img/button_blue_hover.png");
  background-position: 0px -4px;
  border-color: #126bbb #126bbb #09569b;
  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_blue.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;
}
.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 .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: 11px;
  color: #888;
}
.product .productext {
  margin-top: 10px;
}
.product .productext i {
  margin-right: 5px;
}
.product .stocks {
  font-size: 16px;
  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: #f6f6f6;
  -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;
}
.product .padding {
  padding: 10px 20px 20px 20px;
}
.product .product-reviews-btns {
  display: block;
}
.product .headblock {
  background: #08569b;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA4NTY5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MDg4Y2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #08569b), color-stop(100%, #4088ca));
  background: -webkit-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: -o-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: -ms-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: linear-gradient(to bottom, #08569b 0%, #4088ca 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08569b', endColorstr='#4088ca', GradientType=0);
  border: 1px solid #126bbb;
  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 .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: 18px;
}
.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: 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 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 #e96300;
}
.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 #e96300;
}
.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: 20px;
  margin-right:18px;
}
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;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 10px;
}
ul.thumbs li .price {
  font-size: 18px;
}
ul.thumbs li .price s {
  font-size: 13px;
  display: block;
  color: #8e8e8e;
}
ul.thumbs li .oldprice {
  font-size: 14px;
  color: #8c9aa4;
}
ul.thumbs li .image {
  text-align: center;
  width: 200px;
  height: 180px;
  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;
}
.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;
}
.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;
}
.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;
}
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: 196px;
  height: 310px;
}
#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: 75px;
}
.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;
  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;
}
/* Button group */
.button-theme {
  position: relative;
  display: inline-block;
  vertical-align: top;
  height: 30px;
  line-height: 29px;
  padding: 0 10px;
  font-size: 13px;
  color: white;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.4);
  background-clip: padding-box;
  border: 1px solid;
  border-radius: 2px;
  cursor: pointer;
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.08), 0 1px 2px rgba(0, 0, 0, 0.25);
}
.button-theme:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  background-image: -webkit-radial-gradient(center top, farthest-corner, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
  background-image: -moz-radial-gradient(center top, farthest-corner, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
  background-image: -o-radial-gradient(center top, farthest-corner, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
  background-image: radial-gradient(center top, farthest-corner, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
}
.button-theme:hover:before {
  background-image: -webkit-radial-gradient(farthest-corner, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03));
  background-image: -moz-radial-gradient(farthest-corner, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03));
  background-image: -o-radial-gradient(farthest-corner, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03));
  background-image: radial-gradient(farthest-corner, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.03));
}
.button-theme:active {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}
.button-theme:active:before {
  content: none;
}
.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: #126bbb #126bbb #09569b;
  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: #09569b #126bbb #126bbb;
}
.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: -35px;
}
.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: #e96300;
}
.slider-home {
  position: relative;
  margin-bottom: 20px;
}
.slider-home .slider-image a {
	height:225px;
  display: block;
  float: left;
}
.slider-home .slider-image a img {
  border-radius: 4px;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.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;
}
.slider-home-mobile .slider-image-mobile a {
  display: block;
  float: left;
}
.slider-home-mobile .slider-image-mobile a img {
  border-radius: 4px;
}
.slider-home-mobile .prevbigslider {
  position: absolute;
  top: 46%;
  margin-left: 10px;
  z-index: 10;
  width: 30px;
}
.slider-home-mobile .nextbigslider {
  position: absolute;
  top: 46%;
  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: #eceff1;
  text-align: center;
  line-height: 1.2;
}
#button_switch a:not(.active) {
  background-image: url("img/button_blue_hover.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(10, 59, 199, 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(10, 59, 199, 0.7);
  background-image: url("img/button_blue.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: #126bbb #126bbb #09569b;
  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;
}
.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: -160px -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;
}
#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: #08569b;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA4NTY5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MDg4Y2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #08569b), color-stop(100%, #4088ca));
  background: -webkit-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: -o-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: -ms-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: linear-gradient(to bottom, #08569b 0%, #4088ca 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08569b', endColorstr='#4088ca', GradientType=0);
  border: 1px solid #126bbb;
  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: 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 {
  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;
}
.status {
  font-weight: bold;
}
.error {
  color: red;
}
.easypreview {
  width: 200px;
  border: 0px;
  border: 5px solid #eee;
}
.outofstock {
  font-weight: bold;
  color: red;
}
.jq-selectbox li:hover {
  background-color: #727989;
  color: #FFF;
}
.jq-radio.checked .jq-radio__div {
  width: 6px;
  height: 6px;
  margin: 3px 0 0 3px;
  border-radius: 50%;
  background: #676f86;
}
.jq-checkbox.checked .jq-checkbox__div {
  width: 9px;
  height: 9px;
  margin: 2px 0px 0px 2px;
  border-radius: 2px;
  background: none;
  background-image: url(img/checkbox.png);
  background-position: 0px 1px;
  background-repeat: no-repeat;
}
ul.skus {
  margin: 0px;
  padding: 0px;
}
ul.skus li {
  list-style: none;
}
.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;
}
ul.tabs li a span {
  text-decoration: none;
}
ul.tabs li a:hover {
  border: 1px solid #d9e0e6;
  color: #e96300;
}
ul.tabs li.selected a {
  position: relative;
  top: 0px;
  color: #e96300;
  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_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: #08569b;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA4NTY5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MDg4Y2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #08569b), color-stop(100%, #4088ca));
  background: -webkit-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: -o-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: -ms-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: linear-gradient(to bottom, #08569b 0%, #4088ca 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08569b', endColorstr='#4088ca', GradientType=0);
  border: 1px solid #126bbb;
}
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: #cdcdcd;
}
#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: #08569b;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA4NTY5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MDg4Y2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #08569b), color-stop(100%, #4088ca));
  background: -webkit-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: -o-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: -ms-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: linear-gradient(to bottom, #08569b 0%, #4088ca 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08569b', endColorstr='#4088ca', 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: #08569b;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA4NTY5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MDg4Y2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #08569b), color-stop(100%, #4088ca));
  background: -webkit-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: -o-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: -ms-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: linear-gradient(to bottom, #08569b 0%, #4088ca 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08569b', endColorstr='#4088ca', 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;
}
.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 & 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 {
  margin: 0;
  padding: 0;
}
.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;
}
.checkout ul.checkout-options li .rate {
  float: right;
  text-align: center;
  width: 250px;
}
.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;
  /* 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;
}
/* 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;
}
.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: #08569b;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA4NTY5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MDg4Y2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #08569b), color-stop(100%, #4088ca));
  background: -webkit-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: -o-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: -ms-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: linear-gradient(to bottom, #08569b 0%, #4088ca 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08569b', endColorstr='#4088ca', 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: #126bbb #126bbb #09569b;
  background-image: url("img/button_blue_hover.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: #08569b;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA4NTY5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MDg4Y2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #08569b), color-stop(100%, #4088ca));
  background: -webkit-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: -o-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: -ms-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: linear-gradient(to bottom, #08569b 0%, #4088ca 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08569b', endColorstr='#4088ca', GradientType=0);
	height: 50px;
	border-radius: 0px 7px 0px 0px;
	border-left:1px solid #09569b;
	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;
}
#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;
}
#bottombar .bottom_cart_info .cart-count {
  background: #08569b;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA4NTY5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MDg4Y2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #08569b), color-stop(100%, #4088ca));
  background: -webkit-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: -o-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: -ms-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: linear-gradient(to bottom, #08569b 0%, #4088ca 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08569b', endColorstr='#4088ca', 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-corner {
  position: absolute;
  background-image: url('img/left-menu.png');
  width: 8px;
  height: 58px;
  margin-left: -8px;
}
.topmenumainh .right-corner {
  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: 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;
  border-right: 1px solid #5f5f5f;
}
.topmenuh a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 15px 25px;
  margin: 0;
  -webkit-transition: all 50ms;
  -moz-transition: all 50ms;
  -ms-transition: all 50ms;
  -o-transition: all 50ms;
  text-shadow: 0px -1px rgba(255, 255, 255, 0.3);
}
.topmenuh ul li a {
  display: inline;
}

.topmenuh li:hover a {
  background: #08569b;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA4NTY5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MDg4Y2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #08569b), color-stop(100%, #4088ca));
  background: -webkit-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: -o-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: -ms-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: linear-gradient(to bottom, #08569b 0%, #4088ca 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08569b', endColorstr='#4088ca', 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;

	text-shadow:none;
}

.topmenuh ul {
  display: none;
  margin: 0px;
  padding: 20px 0px;
  width:100%;
  position: absolute;
  left: 0px;
  z-index: 33333;
  box-shadow: 0px 5px 12px -2px rgba(50, 50, 50, 0.52);
  border-radius:0px 0px 4px 4px;
}
.topmenuh ul  li ul{
  display: visibly;
  margin: 0px;
  padding: 0px;
  width:250px;
  position: relative;
  left: 0px;
  z-index: 33333;
  font-weight:normal;
}
.topmenuh ul  li ul li a{
  font-weight:normal;
  padding-left:20px;
  font-size:11px;
  text-decoration:underline;
  color:#525252;
}
.topmenuh ul li {
  float: left;
  margin: 0;
  position: releative;
  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: #08569b;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzA4NTY5YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MDg4Y2EiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #08569b), color-stop(100%, #4088ca));
  background: -webkit-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: -o-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: -ms-linear-gradient(top, #08569b 0%, #4088ca 100%);
  background: linear-gradient(to bottom, #08569b 0%, #4088ca 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08569b', endColorstr='#4088ca', 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;
}
.slogan {
  color: #007ab3;
  display: inline-block;
  font-size: 18px;
  margin-top: 9px;
  text-transform: uppercase;
  vertical-align: middle;
}