@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot');
  src: url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2') format('woff2'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes "fa-spin" {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-home:before {
  content: "\f015";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7";
}
.fa-user:before {
  content: "\f007";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-heart-o:before {
  content: "\f08a";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
* {
  margin: 0;
  outline: none;
  padding: 0;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}
body {
  background: #FFF;
  color: #000;
  font: 62.5% Verdana;
  line-height: normal;
  margin: 0;
  min-width: 1010px;
  top: 0 !important;
}
a {
  color: #005a94;
  text-decoration: none;
}
br {
  font-size: 10px;
}
h1 {
  color: #0073ad;
  font-family: Verdana;
  font-size: 2em;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: normal;
  margin: 2px 0;
  padding-left: 5px;
}
h1 a, h1 a:visited {
  cursor: pointer;
  float: left;
  height: 76px;
  width: 275px;
}
h2 {
  color: #0073ad;
  font: 1.7em Verdana;
  font-weight: 400;
  margin: 0;
  padding-left: 5px;
}
h3 {
  color: #2A729B;
  font-size: 14px;
  margin: 15px 0 15px 2px;
}
h4 {
  color: #777;
  font-size: 14px;
  margin: 15px 0 15px 2px;
}
dl {
  margin: 0 auto;
  overflow: hidden;
  padding: 10px;
}
dt img {
  border: none;
  float: left;
  margin: 0 10px 0 0;
}
dd {
  height: 1%;
  overflow: hidden;
}
img {
  border: none;
  max-width: 882px;
  vertical-align: middle;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption, th, td {
  font-weight: 400;
  text-align: left;
}
th {
  background: #1F83AF;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  padding: 5px 0 5px 10px;
}
select {
  border: 1px solid #5e74b3;
  font-size: 8pt;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}
textarea {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  width: 100%;
}
label {
  float: left;
  padding-bottom: 5px;
  padding-top: 5px;
  width: 100px;
}
col {
  border-right: 1px solid #CCC;
}
.description p {
  font-weight: 400;
  padding-top: 3px;
}
#container {
  min-width: 606px;
  max-width: 1200px;
  text-align: center;
  margin: 0 auto;
}
.hidelong1 {
  font-size: 14px;
  line-height: 18px;
}
.hidelong {
  margin-bottom: 30px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 18px;
  color: #515151;
}
.hidelong ul, .hidelong li {
  padding: 2px 10px;
}
.hidelong p {
  padding: 1px 8px;
}
#top img {
  width: 100%;
  max-width: 100%;
}
#breadcrumb {
  font-size: 14px;
  text-align: left;
}
#container .column {
  float: left;
}
#col_center {
  background-color: #fff;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
#col_left {
  position: absolute;
  z-index: 9999;
  display: block;
  left: 0;
  width: 202px;
}
#col_right {
  position: absolute;
  display: block;
  right: 0;
  width: 202px;
}
#smeni {
  display: none;
}
#footer {
  background: #ececec;
  clear: both;
  color: #757575;
  min-width: 980px;
  padding-bottom: 2px;
  padding-top: 40px;
  text-align: center;
}
#fullheader {
  margin: 0;
  padding: 0;
  position: relative;
}
#header {
  border-bottom: 1px solid #e3e3e3;
  color: #000;
  min-height: 96px;
  min-width: 1010px;
  text-align: center;
  position: relative;
}
.blue {
  color: #005a94;
}
.avatar {
  border: none;
  height: 24px;
  width: 24px;
  vertical-align: text-bottom;
}
.avatar_block {
  cursor: pointer;
}
.fa {
  color: #005a94;
  font-size: 28px;
}
.fafont {
  font-family: FontAwesome;
}
.float_box {
  background: white;
  border: 1px solid #DDD;
  border-radius: 20px;
  display: none;
  font-family: Tahoma, Verdana, sans-serif;
  position: absolute;
  right: 2px;
  top: 90px;
  width: 282px;
  z-index: 999;
}
#cart_box {
  width: 202px;
  display: none !important;
}
#cart_box .items {
  padding: 0 5px;
}
#cart_box .close {
  top: 2px;
  right: 7px;
  position: absolute;
  z-index: 9999;
  cursor: pointer;
  color: white;
}
#cart_box .right-item2 {
  vertical-align: top;
}
#cart_box .cart_product_quantity_content_remove {
  color: #2196f3;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
  padding: 8px 0 0;
  text-decoration: none;
}
.cart_button_white {
  display: inline-block;
  box-sizing: border-box;
  color: #888888;
  background: url(../images/nazq-u5a.png) no-repeat center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  width: 180px;
  height: 39px;
  text-align: top;
  line-height: 39px;
  text-decoration: none;
  vertical-align: middle;
  margin: 6px;
  box-shadow: inset 0 -2px 2px #000000;
  border-radius: 6px;
  -moz-box-shadow: inset 0 -2px 2px #999999;
  -webkit-box-shadow: inset 0 -2px 2px #999999;
}
.cart_button_white:hover {
  color: #888888;
  text-decoration: none;
}
.cart_button_orange:hover {
  color: #ffffff;
  text-decoration: none;
}
.cart_button_orange {
  display: inline-block;
  box-sizing: border-box;
  color: #ffffff;
  background-color: #286083;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  width: 180px;
  height: 39px;
  text-align: center;
  line-height: 39px;
  text-decoration: none;
  border: none;
  vertical-align: middle;
  margin: 6px;
  box-shadow: inset 0 -2px 2px #000000;
  border-radius: 6px;
  -moz-box-shadow: inset 0 -2px 2px #999999;
  -webkit-box-shadow: inset 0 -2px 2px #999999;
}
#cart div span a {
  color: #333;
  font-size: 16px;
  font-weight: normal;
}
#head_meni {
  font-size: 12px;
  font-weight: 700;
  right: 2px;
  top: 90px;
  width: 282px;
  z-index: 999;
}
#head_meni a {
  line-height: 18px;
}
.head_meni_box {
  background-color: #005a94;
  border-radius: 20px 20px 0 0;
  color: white;
  padding: 10px 22px;
}
#head_meni .hmb {
  padding: 10px 20px;
  color: #005a94;
}
#head_meni .hmbbox a {
  line-height: 14px;
}
.hmbbox img {
  float: left;
  margin: 0 4px;
}
#cart .livechatspan {
  font-weight: bold;
}
#cart .livechatspan i {
  font-size: 20px;
}
.cart_img {
  background: url(../images/stars.png) 0 -210px;
  display: inline-block;
  height: 23px;
  width: 27px;
}
#cart {
  height: 84px;
  position: absolute;
  right: 0px;
  top: 22px;
  text-align: right;
  width: 220px;
  z-index: 1;
}
#cart img {
  margin: 5px 0 0 0;
}
#cart a {
  text-decoration: underline;
}
#cart span {
  display: inline-block;
  font: normal 14px tahoma, helvetica, sans-serif;
}
#cart .fafont {
  color: #005a94;
  font-family: FontAwesome;
}
#cart p {
  color: #000;
  font: normal 12px/15px tahoma;
  margin: 0;
  padding: 5px;
}
#cart p span, #cart p a, #cart span a {
  color: #005a94;
  display: inline;
  font: bold 12px/15px tahoma;
  padding: 0;
}
#cart p a:hover, #cart span:hover {
  color: #f08800;
  text-decoration: underline;
}
#cart span:hover .fa {
  color: #f08800;
}
#upper-logo {
  height: 45px;
  top: 16px;
  position: absolute;
  width: 200px;
  z-index: 1;
}
#box_toggle {
  cursor: pointer;
  position: absolute;
  top: 60px;
}
#google_translate_element {
  float: left;
}
#g_trans {
  height: 26px;
  text-align: center;
  width: 100%;
}
#swifttagdatacontainerm9m87ormcg img {
  width: 70%;
  height: 70%;
  float: right;
}
.welcome {
  color: #757575;
  font: bold 14px/16px tahoma, helvetica, sans-serif;
  right: 5px;
  top: 5px;
}
div.lang-links {
  display: inline;
  float: left;
  padding-left: 4px;
  padding-top: 4px;
  top: 5px;
}
.lang-link, .lang-link:link, .lang-link:visited {
  color: #757575;
  font: bold 12px/15px tahoma, helvetica, sans-serif;
  padding: 2px;
}
.lang-link:active, .lang-link:hover {
  background: #cecece;
  color: #1D8DBB;
  text-decoration: none;
}
.lang-link.currentlang {
  background: url(../images/004.png) no-repeat center bottom;
  color: #1D8DBB;
  padding-bottom: 8px;
}
.goog-te-banner-frame.skiptranslate {
  display: none !important;
}
div#google_translate_element {
  display: none !important;
}
#languages {
  padding-top: 2px;
}
#currencies span {
  margin-left: 1em;
}
.top_meni {
  display: inline-block;
  font: bold 12px/15px tahoma, helvetica, sans-serif;
  list-style: none;
  position: relative;
  text-align: left;
  z-index: 15;
}
.top_meni li {
  float: left;
  position: relative;
}
.top_meni span, .top_meni a {
  color: #747474;
  cursor: pointer;
  display: block;
  padding: 2px;
  text-decoration: none;
}
.top_meni a:hover {
  background: #ddd;
  color: #747474;
}
.top_meni ul {
  background: rgba(255, 255, 255, 0);
  display: none;
  list-style: none;
  position: absolute;
}
.top_meni ul li {
  float: none;
}
.top_meni ul a {
  white-space: nowrap;
}
.top_meni li:hover ul {
  display: block;
}
.top_meni li:hover a {
  background: #ececec;
}
.top_meni li:hover ul a {
  text-decoration: none;
}
.top_meni li:hover ul li a:hover {
  background: #cecece;
  color: #1D8DBB;
}
#hd-inner {
  margin: 0 auto;
  width: 592px;
  text-align: left;
}
#top-extra {
  cursor: pointer;
  float: right;
  height: 67px;
  margin: 52px 25px 0 0;
  width: 223px;
}
#menu {
  font: bold 11px/2.5em tahoma, helvetica, sans-serif;
  padding: 0;
  text-transform: uppercase;
  white-space: nowrap;
}
#menu li {
  list-style-type: none;
  float: left;
  margin: 0;
  color: #1D8DBB;
  background-color: #fff;
}
#menu li a {
  cursor: pointer;
  padding: 0;
  position: relative;
  z-index: 2;
  color: #333;
  float: left;
}
#menu li#current a, #menu li a:hover {
  color: #0073ad;
}
#menu li a .text {
  cursor: pointer;
  float: left;
  font-family: tahoma, helvetica, sans-serif;
  padding: 0 10px;
  font-size: 14px;
  font-weight: normal;
}
#menu li .bgl {
  color: #747474;
  display: inline-block;
}
.meny-go {
  background-color: #005a94;
  color: white;
  border: white solid 1px;
  cursor: pointer;
  height: 34px;
  width: 34px;
  position: relative;
  right: -1px;
  top: -1px;
}
.bluebutton {
  background-color: #005a94;
  color: white;
  border: white solid 1px;
  cursor: pointer;
  padding: 9px;
  font-size: 20px;
  border-radius: 5px;
  vertical-align: bottom;
}
.whitebutton {
  background-color: #fff;
  color: black;
  border: #aaa solid 1px;
  cursor: pointer;
  padding: 9px;
  font-size: 20px;
  border-radius: 5px;
  vertical-align: bottom;
}
.bluebuttonsmall {
  background-color: #005a94;
  color: white;
  border: white solid 1px;
  cursor: pointer;
  padding: 4px;
  font-size: 14px;
  border-radius: 5px;
  vertical-align: bottom;
}
.whitebuttonsmall {
  position: absolute;
  right: 0;
  bottom: -5px;
  background-color: #fff;
  color: #101010;
  border: none;
  cursor: pointer;
  padding: 4px;
  font-size: 14px;
  border-radius: 5px;
  vertical-align: bottom;
}
#filters input {
  margin: 0 2px 4px 6px;
}
.box_attr1, .box_attr2, .box_attr3 {
  color: #666;
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 12px;
  margin: 5px;
  padding: 5px;
}
.box_attr1, .box_attr2 {
  border: 1px solid #DDD;
  color: #666;
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 12px;
  margin: 5px;
  padding: 5px;
}
.box_attr3 {
  display: inline-block;
}
.box_attr3 span {
  color: #0073ad;
}
.hidden {
  display: none;
}
.cat_attr {
  background-color: #005a94;
  color: white;
  border: white solid 1px;
  cursor: pointer;
  font-size: 20px;
  padding: 2px 6px;
  border-radius: 4px;
  vertical-align: middle;
}
.cat_attr .fa {
  color: white;
  font-size: 22px;
}
.close {
  top: -11px;
  right: -11px;
  position: absolute;
  z-index: 9999;
  cursor: pointer;
}
.offer {
  background: white none repeat scroll 0 0;
  border: 2px solid #005a94;
  bottom: 5px;
  font-size: 1.5em;
  font-weight: 400;
  left: 5px;
  padding: 20px;
  position: fixed;
  z-index: 9999;
}
#dffer {
  display: none;
  padding: 10px;
  position: fixed;
  background: white none repeat scroll 0% 0%;
  z-index: 9999;
  bottom: 1px;
  left: 1px;
}
#dfferd {
  display: none;
  position: fixed;
  background: #eee none repeat scroll 0% 0%;
  z-index: 9998;
  opacity: 0.8;
  bottom: 1px;
  left: 1px;
  top: 1px;
  right: 1px;
}
#vipe-confirm {
  padding: 10px;
  position: fixed;
  background: white none repeat scroll 0% 0%;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 350px;
}
#vipe-back {
  position: fixed;
  background: #eee none repeat scroll 0% 0%;
  z-index: 9998;
  opacity: 0.8;
  bottom: 1px;
  left: 1px;
  top: 1px;
  right: 1px;
}
#shipping_box {
  padding: 10px;
  position: fixed;
  background: white none repeat scroll 0% 0%;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 650px;
}
#shipping-back {
  position: fixed;
  background: #eee none repeat scroll 0% 0%;
  z-index: 9998;
  opacity: 0.8;
  bottom: 1px;
  left: 1px;
  top: 1px;
  right: 1px;
}
.link {
  cursor: pointer;
  text-decoration: underline;
}
#meny-search {
  border: #bbb solid 1px;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  margin-top: 1px;
  overflow: hidden;
  position: relative;
  height: 34px;
  white-space: nowrap;
  width: auto;
  margin-bottom: 10px;
}
#form1 {
  box-sizing: border-box;
  border-radius: 4px;
  display: block;
  position: relative;
  height: 100%;
  background-color: #fff;
}
.s_left {
  box-sizing: border-box;
  height: 100%;
  cursor: default;
  float: left;
  overflow: hidden;
  position: relative;
  display: inline-block;
  width: auto;
}
.s_sel {
  border-right: #B0ADAD solid 1px;
  position: relative;
  float: left;
  cursor: default;
  overflow: hidden;
  padding: 0 10px;
}
.s_sel .fafont {
  font-size: 12px;
  line-height: 22px;
}
.s_selt {
  white-space: nowrap;
  font-size: 12px;
  line-height: 34px;
  margin-right: 2px;
  margin-left: 5px;
}
.s_cat {
  position: absolute;
  display: block;
  top: -1px;
  left: 0;
  height: 100%;
  width: auto;
  font-family: arial, sans-serif;
  outline: 0;
  margin: 0;
  padding: 0 10px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
  border: 0;
  line-height: 34px;
}
.s_right {
  box-sizing: border-box;
  height: 100%;
  display: inline-block;
  float: right;
  position: relative;
  width: auto;
}
.s_q {
  box-sizing: border-box;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: auto;
  display: block;
}
.msearch {
  box-sizing: border-box;
  border: none;
  height: 100%;
  overflow: hidden;
  width: 100%;
  padding-left: 10px;
}
.price_special {
  color: #900;
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 15px;
  font-weight: 700;
}
.no_more_quant {
  color: #900;
  height: 25px;
  text-align: right;
}
.extra {
  clear: both;
  overflow: hidden;
  width: 100%;
}
.wptext, .page_content {
  width: 95%;
}
.success {
  color: #666;
  font-size: 14px;
  margin: 10px;
  padding: 10px;
}
.products_cat {
  padding: 7px 10px;
  text-align: justify;
}
.products_cat span {
  font-weight: 700;
  margin-top: 15px;
}
.products_cat .price_wholesale {
  margin-top: 15px;
}
.products_cat h4 {
  font-size: 1.2em;
  font-weight: 700;
  margin: 0;
  text-align: left;
}
.product_box {
  display: inline-block;
  text-align: center;
  min-width: 404px;
  width: 40%;
  vertical-align: top;
}
.price_box {
  margin: 0 auto;
  min-width: 250px;
}
.pix_box {
  margin-bottom: 17px;
}
.price_box table {
  margin-bottom: 10px;
  margin: 0 auto;
}
.price_box table td {
  border-bottom-style: dotted;
  border-color: #ccc;
  border-width: 1px;
  color: #000;
  font-size: 11px;
  list-style-type: none;
  padding: 8px 10px;
}
.price_box table th {
  background: #FFF;
  border: none;
  color: #0073ad;
  font-size: 14px;
  font-weight: 700;
}
.price_list_count {
  padding-left: 30px;
}
.price_list_price li span {
  float: right;
  text-align: right;
}
.quantity_text {
  color: #000;
  font-size: 14px;
  font-weight: 700;
}
.shipto {
  padding-left: 50px;
}
.shipto img {
  padding-left: 1px;
  padding-right: 4px;
}
.special_product_tbl span {
  color: red;
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 20px;
  font-weight: 700;
}
.special_product_tbl div {
  font-family: Tahoma, Verdana, sans-serif;
  margin: 0 10px;
}
.special_product_tbl div a {
  color: red;
  font-size: 12px;
  padding-left: 10px;
}
.special_product_tbl div span {
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding-left: 10px;
}
.specials {
  font-size: 12px;
  margin: 10px auto;
  text-align: center;
}
.specials_itm {
  display: inline-table;
  width: 260px;
  height: 355px;
  padding: 11px;
}
.specials_spash {
  float: right;
  position: relative;
  width: 60px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  z-index: 9;
  font-size: 14px;
}
.specials_spashi {
  position: relative;
  width: 140px;
  height: 140px;
  top: -43px;
}
.new_product_item {
  border-bottom: 1px solid #A0A0A0;
  display: inline-table;
  width: 240px;
  height: 240px;
  margin: 4px;
}
.bl_pr_item {
  border-bottom: 1px solid #A0A0A0;
  display: inline-table;
  width: 240px;
  height: 390px;
  margin: 4px;
  padding-top: 6px;
  vertical-align: top;
}
.ptitle {
  color: #2A729B;
  font-size: 14px;
  margin: 5px 0;
  min-height: 95px;
}
.smalwhite {
  color: #FFFFFF;
  font-size: 8px;
  margin: 0;
  padding: 0;
}
.title1 {
  color: #227DA8;
  font: 400 1.7em Verdana;
  margin: 5px 0;
  padding-left: 5px;
}
.product_tile {
  display: inline-table;
  width: 16%;
  height: 300px;
  margin-bottom: 5px;
  min-width: 140px;
  padding-top: 10px;
  vertical-align: top;
  font-family: arial, verdana, helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 16px;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.03);
  box-sizing: border-box;
  text-align: left;
}
.product_tile:nth-of-type(6n+0) {
  margin-right: 0px !important;
}
.product_tile.short {
  height: 210px;
  text-align: center;
  background-color: #fff;
}
.product_tile.short:hover {
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.13);
}
.product_tile_font {
  color: #005a94;
  display: block;
  text-align: left;
  min-height: 86px;
}
.product_tile_font_s {
  color: #333;
  display: block;
  text-align: left;
  min-height: 40px;
  width: 140px;
  margin: 0 auto;
  line-height: 18px;
  height: 36px;
}
.product_tile .discount {
  color: #990000;
  font-size: 16px;
  font-weight: 700;
}
.product_tile.first {
  height: 274px;
}
.product_tile .specials_spashi {
  left: -3px;
}
.product_tile .countbox {
  font-size: 11px;
  font-weight: 500;
  padding: 5px 0;
  border: none;
}
.tiny {
  font-size: 10px;
  font-weight: 500;
}
.alt_prod_block {
  display: inline-block;
  width: 120px;
  margin: 2% 4%;
}
ul.divider {
  margin: 5%;
}
.divider {
  border-left: 1px dotted #CCC;
  border-right: 1px dotted #CCC;
  border-top: 1px dotted #CCC;
}
.divider li, .divider li a {
  border-bottom: 1px dotted #CCC;
  color: #227EA9;
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 8px;
  text-decoration: none;
}
#current_price_div, #cart_quant, #qty_blocks_html {
  font-size: 17px;
  font-weight: 700;
}
#total_price {
  clear: both;
  color: #A00000;
  display: inline;
  font-size: 18px;
  font-weight: 700;
  padding-right: 10px;
}
#discount_price_div {
  display: none;
  font-size: 14px;
}
.discount {
  color: #900;
  font-weight: 700;
}
.operator {
  color: #227EA9;
  font-size: 14px;
  font-weight: 700;
}
.prod_model {
  padding: 5px;
}
.prod_model .code {
  font-weight: 700;
}
.bold {
  font-weight: 700;
}
.bux del {
  color: #000;
  font-weight: 400;
}
.bux {
  color: #900;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
}
.buxlow {
  color: #900;
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}
div.spacer {
  clear: both;
}
.highslide {
  cursor: url(/highslide/graphics/zoomin.cur), pointer;
  outline: none;
}
.highslide-caption {
  background: #EAFAFF;
  border: 5px solid #FFF;
  border-top: none;
  display: none;
  font-family: Tahoma, sans-serif;
  font-size: .9em;
  font-weight: 700;
  padding: 5px;
}
.highslide-loading {
  background: #000;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  color: #FFF;
  display: block;
  font-size: 9px;
  font-weight: 700;
  padding: 3px;
  text-decoration: none;
  text-transform: uppercase;
}
a.highslide-credits, a.highslide-credits i {
  color: silver;
  font-size: 10px;
  padding: 2px;
  text-decoration: none;
}
a.highslide-credits:hover, a.highslide-credits:hover i {
  background: gray;
  color: #FFF;
}
.highslide-display-block {
  display: block;
}
.highslide-display-none {
  display: none;
}
#flashmain, #CU3ER {
  overflow: hidden;
  padding-left: 0;
  padding-top: 10px;
}
.flag1 {
  background: url(../images/stars.png) -75px 0;
  display: inline-block;
  height: 11px;
  width: 16px;
}
.flag2 {
  background: url(../images/stars.png) -75px -12px;
  display: inline-block;
  height: 11px;
  width: 16px;
}
.flag3 {
  background: url(../images/stars.png) -75px -24px;
  display: inline-block;
  height: 11px;
  width: 16px;
}
.flag4 {
  background: url(../images/stars.png) -75px -36px;
  display: inline-block;
  height: 11px;
  width: 16px;
}
.flag5 {
  background: url(../images/stars.png) -75px -48px;
  display: inline-block;
  height: 11px;
  width: 16px;
}
.flag6 {
  background: url(../images/stars.png) -75px -60px;
  display: inline-block;
  height: 11px;
  width: 16px;
}
.flag12 {
  background: url(../images/stars.png) -75px -72px;
  display: inline-block;
  height: 11px;
  width: 16px;
}
.flag13 {
  background: url(../images/stars.png) -75px -84px;
  display: inline-block;
  height: 11px;
  width: 16px;
}
.flag14 {
  background: url(../images/stars.png) -75px -96px;
  display: inline-block;
  height: 11px;
  width: 16px;
}
.star0 {
  background: url(../images/stars.png) 0 0;
  float: left;
  height: 18px;
  position: relative;
  width: 63px;
}
.star1 {
  background: url(../images/stars.png) 0 -18px;
  float: left;
  height: 18px;
  position: relative;
  width: 63px;
}
.star2 {
  background: url(../images/stars.png) 0 -36px;
  float: left;
  height: 18px;
  position: relative;
  width: 63px;
}
.star3 {
  background: url(../images/stars.png) 0 -54px;
  float: left;
  height: 18px;
  position: relative;
  width: 63px;
}
.star4 {
  background: url(../images/stars.png) 0 -72px;
  float: left;
  height: 18px;
  position: relative;
  width: 63px;
}
.star5 {
  background: url(../images/stars.png) 0 -90px;
  float: left;
  height: 18px;
  position: relative;
  width: 63px;
}
.happyimg {
  background: url(../images/stars.png) -78px -225px;
  height: 16px;
  width: 16px;
  margin: 3px;
}
.sadimg {
  background: url(../images/stars.png) -60px -225px;
  height: 16px;
  width: 16px;
  margin: 3px;
}
.verifimg {
  background: url(../images/stars.png) 0 -242px;
  height: 20px;
  width: 107px;
}
.reviewer {
  color: #000;
  font-size: 14px;
  font-weight: 700;
}
.reviews_summary {
  font-size: 12px;
}
.reviews_summary_small {
  margin: 12px 0;
}
.reviews_summary td {
  vertical-align: middle;
}
.reviews_summary_small td {
  padding: 1px;
  border: 1px solid #fff;
}
.reviews_summary img {
  margin: 1px;
}
.spr_rss {
  background: url(../images/stars.png) -60px -210px;
  height: 14px;
  position: relative;
  width: 21px;
}
.addcart {
  background: url(../images/btn_cart.jpg);
  float: right;
  height: 35px;
  position: relative;
  width: 108px;
}
.addcartsuccess {
  background: url(../images/btn_carts.png);
  float: right;
  height: 35px;
  padding-left: 3px;
  position: relative;
  width: 108px;
}
.addcart_small {
  background: url(../images/btn_cart_small.jpg);
  float: right;
  height: 35px;
  padding-left: 3px;
  position: relative;
  width: 107px;
}
.addcartspinner {
  background: url(../images/btn-spinner.gif) no-repeat;
  float: right;
  height: 34px;
  padding-left: 3px;
  position: relative;
  width: 105px;
}
.viewdetails {
  background: url(../images/btn_details.png);
  float: right;
  height: 35px;
  padding-left: 3px;
  position: relative;
  width: 108px;
}
.money {
  color: #990000;
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-align: right;
  width: 70px;
}
.box {
  height: 34px;
  width: 200px;
}
.boxtext {
  display: table-cell;
  vertical-align: middle;
  font: bold 11px Verdana;
  height: 30px;
  border: 1px solid #bbb;
  border-radius: 5px;
  color: #333;
}
.image_cat {
  padding: 5px;
  vertical-align: inherit;
}
.odd_cat {
  margin: auto;
}
.main_cat {
  background: url(../images/1bgblack.png) repeat-y;
  float: left;
}
.subcat_cat {
  float: left;
  margin: 0 5px;
}
.subcat_desc h3 {
  margin: 0;
}
.db {
  display: block;
}
.dib {
  display: inline-block;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.wi {
  width: inherit;
}
.fs20 {
  font-size: 20px;
}
.product_tile > div {
  display: inline-block;
  vertical-align: top;
  width: 140px !important;
  margin: 5px auto;
  text-align: left;
}
.product_tile span.discount {
  padding-left: 0px;
}
a .subcat_desc h3 {
  color: #0073ad;
  font-family: Verdana;
  font-size: 10.7px;
  font-weight: 400;
  margin: 0;
  padding: 2px;
}
.subcat_cat:hover {
  text-decoration: underline;
}
.subcat_desc {
  line-height: normal;
  padding-bottom: 7px;
  text-align: center;
  width: 102px;
}
.main_desc {
  display: table;
  background: url(../images/1bglowblack.png) no-repeat bottom;
  padding-bottom: 15px;
  text-align: center;
  width: 200px;
}
.main_desc h2 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 200px;
  height: 2em;
  padding: 0 7px;
}
.main_desc a {
  color: #fff;
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 11px;
  font-weight: bolder;
  text-decoration: none;
}
.content {
  clear: left;
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.3em;
  line-height: 1.3;
  margin: 0;
  width: 95%;
}
.infoBox {
  background: #fff;
}
.infoBoxContents {
  background: #FFF;
  border: 1px solid #FFF;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  width: 98%;
}
.infoBoxContents td {
  padding: 0 14px 10px;
}
.infoBoxContents td a img {
  padding-bottom: 5px;
  padding-left: 0;
}
.infoBoxContents a {
  margin-bottom: 10px;
  padding-bottom: 10px;
}
td.infoBox, span.infoBox {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}
td.smallText, span.smallText, p.smallText {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}
.product_description {
  line-height: 20px;
}
.product_description ul {
  margin-left: 1em;
}
.product_description li {
  list-style-type: none;
  margin-bottom: .5em;
}
.product_description li li {
  list-style-type: none;
  margin-bottom: 0;
}
.product_description p {
  line-height: 24px;
}
.white_box_bottom_rule {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
.wptext {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.3em;
  line-height: 1.3;
  margin: 5px;
  width: 95%;
}
.wptext p {
  line-height: 150%;
  margin: 10px 5px;
  text-indent: 5px;
  text-align: justify;
}
.wptext blockquote {
  background: #EFEFEF;
  font-style: italic;
  margin-left: 30px;
  margin-right: 20px;
  padding: 10px;
}
.wptext li {
  margin-bottom: 25px;
  margin-left: 35px;
  margin-right: 20px;
}
.custom_images {
  padding: 6px 0 0;
}
.custom_images img {
  padding: 3px 6px;
}
.productpics tr td {
  text-align: center;
}
.content h2 {
  color: #0073ad;
  font-family: Verdana;
  font-size: 1.7em;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: normal;
  margin: 12px 0 5px;
  padding-left: 5px;
}
.content p {
  line-height: 150%;
  margin: 10px 15px 20px;
  text-indent: 5px;
}
.content p b {
  color: #2A729B;
  font-size: 14px;
  font-weight: 400;
  margin: 15px 0 15px 2px;
}
.content blockquote {
  background: #EFEFEF;
  font-style: italic;
  margin-left: 30px;
  margin-right: 20px;
  padding: 10px;
}
.content li {
  margin-bottom: 25px;
  margin-left: 35px;
  margin-right: 20px;
}
.box_white {
  color: #666;
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 12px;
}
.box_top {
  margin: 0 5% 0 0;
}
.box_blue {
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  height: 25px;
  margin: 0 5% 0 0;
  padding: 0;
}
.price {
  color: #000;
  font-size: 17px;
}
.subtotal {
  clear: both;
  display: inline;
  font-size: 14px;
  font-weight: 700;
  margin-top: 15px;
}
#also_bought {
  display: none;
}
#add_success {
  background: #ff0;
  line-height: 25px;
  margin: 40px;
  padding: 10px;
}
#also_bought center a img {
  padding-top: 12px;
}
.border-bottom {
  border-bottom-color: #CCC;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
}
#content {
  min-width: 760px;
  overflow: hidden;
}
.footerbgtrap img {
  padding-right: 15px;
}
.spr_dhl {
  background: url(../images/spr1.png) 0 -106px;
  cursor: pointer;
  display: inline-block;
  height: 15px;
  margin-right: 15px;
  width: 66px;
}
.spr_ems {
  background: url(../images/spr1.png) 0 -122px;
  cursor: pointer;
  display: inline-block;
  height: 19px;
  margin-right: 15px;
  width: 70px;
}
.spr_fedex {
  background: url(../images/spr1.png) 0 -142px;
  cursor: pointer;
  display: inline-block;
  height: 21px;
  margin-right: 15px;
  width: 75px;
}
.spr_airmail {
  background: url(../images/spr1.png) 0 -164px;
  cursor: pointer;
  display: inline-block;
  height: 21px;
  margin-right: 15px;
  width: 52px;
}
.spr_ups {
  background: url(../images/spr1.png) 0 -186px;
  cursor: pointer;
  display: inline-block;
  height: 32px;
  margin-right: 15px;
  width: 27px;
}
.spr_pp {
  background: url(../images/spr1.png) -30px -186px;
  cursor: pointer;
  display: inline-block;
  height: 32px;
  margin-right: 15px;
  width: 32px;
}
.spr_McAfee {
  background: url(../images/spr1.png) 0 -220px;
  cursor: pointer;
  display: inline-block;
  height: 22px;
  margin-right: 15px;
  width: 48px;
}
.spr_VeriSign {
  background: url(../images/spr1.png) 0 -244px;
  cursor: pointer;
  display: inline-block;
  height: 33px;
  margin-right: 15px;
  width: 60px;
}
.spr_mastercard {
  background: url(../images/spr1.png) 0 -278px;
  cursor: pointer;
  display: inline-block;
  height: 28px;
  margin: 10px 15px 0 0;
  width: 45px;
}
.spr_visa {
  background: url(../images/spr1.png) 0 -308px;
  cursor: pointer;
  display: inline-block;
  height: 28px;
  margin-right: 15px;
  width: 43px;
}
.spr_amex {
  background: url(../images/spr1.png) 0 -338px;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  margin-right: 15px;
  width: 40px;
}
.spr_maestro {
  background: url(../images/spr1.png) 0 -370px;
  cursor: pointer;
  display: inline-block;
  height: 28px;
  margin-right: 15px;
  width: 47px;
}
.spr_godaddy {
  background: url(../images/spr1.png) -3px -403px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  margin-right: 15px;
  width: 120px;
}
.spr_digicert {
  background: url(../images/spr1.png) -65px -360px;
  cursor: pointer;
  display: inline-block;
  height: 33px;
  margin-right: 15px;
  width: 56px;
}
.spr_links {
  text-align: center;
}
.button-replace {
  background-image: url(../images/go-butt.gif);
  cursor: pointer;
  height: 22px;
  width: 52px;
  font-size: 11px;
  font-weight: bold;
  color: #FFFFFF;
  border: 0px;
  background-color: #FFFFFF;
}
.c {
  float: left;
}
.cr {
  clear: left;
}
#descr {
  margin: 0 0 5px;
  padding: 0;
}
table.formPage {
  border: 1px solid #A0A0A0;
}
td.err {
  background: #FFEDED;
  border: 1px solid #A0A0A0;
  color: red;
  padding: 3px;
  text-align: left;
}
td.msg {
  background: #EDF3FF;
  border: 1px solid #A0A0A0;
  color: #00F;
  padding: 3px;
  text-align: left;
}
.label {
  text-align: right;
}
.buttons {
  border-top: 1px solid #A0A0A0;
  text-align: center;
}
.count {
  color: #6f6f6f;
  font-size: 8pt;
  font-weight: 400;
}
#links a {
  font-size: 10pt;
}
#links p {
  margin: 0 0 7px;
}
.url {
  color: #6f6f6f;
}
#path {
  background: #DDE2EC;
  border-top: 1px solid #5e74b3;
  line-height: 19px;
  margin-top: 2px;
  padding: 3px;
}
.submit {
  float: right;
  vertical-align: bottom;
}
.text, .btn {
  font-family: Verdana, Tahoma, Arial, sans-serif;
  font-size: 8pt;
}
input.text {
  border: 1px solid #5e74b3;
  color: #000;
  height: 13px;
}
textarea.text {
  border: 1px solid #5e74b3;
  font-size: 8pt;
}
.captcha {
  border: 1px solid #5e74b3;
  margin-top: 10px;
}
.btn {
  background: #FC3;
  border: 1px solid #5e74b3;
  font-size: 8pt;
  font-weight: 700;
  height: 17px;
}
span.req {
  color: red;
  font-weight: 700;
  margin-left: 3px;
}
div.errForm, span.errForm {
  background: #FFFFF3;
  border: 1px solid #ccc;
  clear: right;
  color: red;
  margin: 0 0 0 5px;
  padding: 2px 3px;
  text-align: left;
}
.small, .small a {
  color: #909090;
  font-size: 7pt;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
.sort {
  color: #000;
}
p.subcats {
  margin: 0 0 7px;
  padding: 0;
}
div.pr {
  color: #000;
  float: left;
  font-size: 6pt;
  height: 30px;
  margin-right: 5px;
}
div.prg {
  border: 1px solid #999;
  font-size: 1px;
  height: 3px;
  width: 40px;
}
div.prb {
  background: #5eaa5e;
  font-size: 1px;
  height: 3px;
}
.column_left a {
  color: #636363;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  text-decoration: none;
}
.column_left a:hover {
  color: #EF0101;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  text-decoration: none;
}
.bottom_line {
  border-bottom-color: #E2E2E2;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  height: 22px;
  width: 96%;
}
.bg3 {
  border: 1px solid #CECECE;
}
.productpics {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  text-align: center;
}
.subimage {
  left: -170px;
  position: relative;
}
.toplist {
  font-weight: 500;
}
.right-item {
  border-bottom: 1px dotted #ccc;
  margin: 0 auto;
  padding: 5px;
}
.right-item1 {
  display: inline-block;
  width: 74px;
}
.right-item2 {
  display: inline-block;
  padding: 2px;
  width: 110px;
}
.bg_blue dt div {
  border-style: none;
  height: 115px;
  width: 115px;
}
.del_price {
  color: #777;
  text-decoration: line-through;
}
.ccy {
  color: #fc5e55;
}
.ccyd {
  display: none;
}
.selected_li {
  color: #000;
  font-weight: 700;
}
.ap, .aa {
  border: 1px solid #CCC;
  margin: 10px;
}
.ap dt a {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12.7px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}
.ap dd a {
  text-decoration: underline;
}
.ap dd span span {
  line-height: 18px;
}
.pr5 {
  padding-right: 5px;
}
.pl5 {
  padding-left: 5px;
}
#ValueDropdown {
  background: #FFF;
  border: 1px solid #B2B2B2;
  clear: both;
  color: #666;
  cursor: pointer;
  font-family: Verdana;
  font-size: 11px;
  height: auto;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 3px;
  position: absolute;
  width: 24px;
  z-index: 998;
}
.ValueItem {
  padding: 2px;
  text-align: center;
  width: 20px;
}
.pagination {
  font-size: 14px;
  height: 26px;
  padding-left: 25px;
  padding-right: 40px;
}
.pcategories {
  color: #F1930D;
  font-size: 16px;
  font-weight: 700;
  list-style-type: none;
}
.scategories {
  color: #059;
  font-size: 14px;
  font-weight: 700;
  list-style-type: none;
}
.hasCountdown {
  padding: 10px 0;
}
.countdown_day {
  color: #101010;
  background: #f5f5f5;
  padding: 2px;
  font-size: 14px;
  font-weight: 500;
}
.specials .countdown_day {
  padding: 2px 4px;
  font-size: 18px;
}
.countdown_time {
  color: #101010;
  background: #f5f5f5;
}
.countdown_rtl {
  direction: rtl;
}
.countdown_holding span {
  background: #ccc;
}
.countdown_row {
  clear: both;
  padding: 0 2px;
  text-align: center;
  width: 100%;
}
.countdown_section {
  display: block;
  float: left;
  font-size: 75%;
  text-align: center;
}
.countdown_descr {
  display: block;
  width: 100%;
}
span.spec_price_1 > span:first-child {
  display: none;
}
span.spec_price_2 span + span {
  display: none;
}
.spc {
  padding-top: 15px;
  vertical-align: top;
}
.spd {
  overflow: hidden;
  padding-left: 5px;
  padding-right: 0;
  text-align: center;
}
.spt {
  padding-bottom: 20px;
  text-align: center;
}
.review {
  border-top: 1px dashed #eee;
  color: #069;
  font-weight: 700;
}
.aimg115 {
  background: no-repeat bottom;
  font-size: 0;
  height: 115px;
  width: 115px;
}
#prod_float {
  display: none;
  padding: 5px;
  text-align: left;
}
.wj-prod_float .bluebutton {
  width: 234px;
}
.jj {
  display: inline-block;
  padding: 0 5px;
  text-align: center;
  vertical-align: middle;
}
.special_s {
  color: #fff;
  background-image: url("../images/sale_s.png");
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  height: 48px;
  padding-top: 12px;
  text-align: center;
  width: 60px;
}
#tabs {
  margin: 0;
  padding: 0;
  zoom: 1;
  position: relative;
  top: 2px;
  z-index: 1;
  width: 100%;
  max-width: 1200px;
}
#tabs li {
  display: block;
  font-size: 14px;
  color: #005a94;
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
}
#tabs .tabs_ul_contain {
  overflow: hidden;
  background-color: #016fc8;
}
#tabs li a {
  padding: 10px 20px;
  border-bottom: 0 none;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  float: left;
}
#tabs li a.current {
  background-repeat: no-repeat;
  background-position: bottom;
  background-color: #F7840B;
  color: #ffffff;
}
.tcurrent {
  padding-top: 44px;
}
.compare_table {
  margin: 0 auto;
}
.compare_table tr:nth-child(even) {
  background: #f0f0f0;
}
.compare_table td {
  max-width: 190px;
}
#specs li {
  list-style-type: none;
}
#backtotop {
  position: fixed;
  right: 200px;
  bottom: 50px;
  display: none;
  z-index: 100;
  width: 40px;
  height: 40px;
  padding: 2px;
}
#backtotop a {
  text-decoration: none;
  border: 0 none;
  display: block;
  width: 40px;
  height: 40px;
}
#backtotop a:hover {
  opacity: .8;
}
.messageStackSuccess {
  color: #1f7d25;
  font-size: 20px;
}
.singmeup {
  color: #fff;
  background-color: #005a94;
  border-radius: 5px;
  padding: 4px;
  border: none;
  margin: 4px;
}
.cat-menu {
  background: url(../images/boxes-bg.jpg) repeat-y;
  color: #005a94;
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
}
.cat-menu-left {
  background: url(../images/boxes-bg.jpg) repeat-y;
  color: #005a94;
  font-family: Tahoma, Verdana, sans-serif;
  font-size: 11px;
  font-weight: 700;
}
.cat-menu-left ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding-left: 1px;
}
.cat-menu-left ul li {
  position: relative;
  background: no-repeat left;
  margin-left: 7px;
  padding-bottom: 5px;
  padding-left: 7px;
  padding-top: 5px;
  line-height: 20px;
}
.cat-menu-left ul li a {
  color: #333;
}
.cat-menu-left > ul#cat-menu > li:nth-child(2) > a {
  color: #1669ac;
  font-weight: bold;
}
.cat-menu-left > ul#cat-menu > li:nth-child(4) > a {
  color: #1669ac;
  font-weight: bold;
}
.cat-menu-sel {
  border-bottom-color: #CCC;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
}
.cat-menu-left .pad {
  border-bottom-color: #CCC;
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  font-size: 9px;
  margin-left: 15px;
}
.pad a {
  color: #000;
}
.cat-menu-sel a, .cat-menu-sel .mmenu-red > a {
  color: #f08800;
  text-decoration: underline;
}
.zy-p {
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  color: #333333;
}
.cat-menu-left > ul ul {
  border: 1px solid #ccc;
  border-left: none;
  position: absolute;
  top: 1px;
  left: 190px;
  width: 220px;
  display: none;
  border-radius: 0 10px 10px 0;
  z-index: 9999;
}
.cat-menu-left .cat-menu-sel ul {
  border: none;
  display: block;
  left: 0;
  overflow: hidden;
  position: relative;
  top: 0;
  width: 183px;
}
.cat-menu-left .cat-menu-sel ul li {
  margin-left: 0;
  border-bottom-width: 1px;
}
.cat-menu-left .cat-menu-sel ul li a {
  font-size: 9px;
  text-decoration: none;
}
.cat-menu-left > ul ul a {
  color: #000000;
}
.cat-menu-left > ul li:hover > ul, .cat-menu-pop > ul li:hover > ul {
  display: block;
  background: #fff;
}
.cat-menu-pop.menu-second-level ul {
  margin-left: 23px;
}
.cat-menu-left > ul li > a:hover, .cat-menu-left > ul li:hover > a {
  color: #f08800;
  text-decoration: underline;
}
.cat-menu-left > ul .cat-menu-pop > a::after {
  content: '';
  position: absolute;
  top: 8px;
  right: 5px;
  width: 0px;
  height: 0px;
  border: 6px solid transparent;
  border-left: 6px solid #fff;
}
.cat-menu-left > ul .cat-menu-pop > a::before {
  content: '';
  position: absolute;
  top: 8px;
  right: 5px;
  width: 0px;
  height: 0px;
  border: 6px solid transparent;
  border-left: 6px solid #555;
}
.cat-menu-left > ul li > a:hover::after, .cat-menu-left > ul li:hover > a::after {
  border-left: 6px solid #f08800;
  right: 5px;
}
.main_text_block {
  float: left;
  margin-left: 3%;
  min-width: 260px;
  text-align: justify;
  width: 47%;
}
.cover {
  background-color: #FFFFFF;
  height: 100%;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}
.swipe-wrap {
  overflow: hidden;
  position: relative;
}
.swipe-wrap > div {
  float: left;
  width: 100%;
  position: relative;
}
#ileft {
  position: absolute;
  height: 404px;
  width: 40px;
  left: -20px;
}
#iright {
  position: absolute;
  height: 404px;
  width: 40px;
  right: -20px;
}
#ileft img, #iright img {
  display: none;
  margin-top: 180px;
}
#ileft:hover img, #iright:hover img {
  display: block;
}
#xxright, #xxleft {
  height: 70px;
  vertical-align: top;
  width: 14px;
}
#sleft {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
}
#sright {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
#sleft img, #sright img {
  display: none;
}
#scont:hover img {
  display: block;
}
#cart-mob {
  display: none;
}
#xxyts {
  border: 1px solid silver;
}
#xx360 {
  border: 1px solid silver;
  display: none;
}
#xxswt {
  border-style: none solid solid;
  border-width: 0 1px 1px;
  border-color: silver;
  font-size: 20px;
  line-height: 32px;
  cursor: pointer;
}
#xxswi {
  width: 100%;
  height: 33px;
  border-style: none solid solid;
  border-width: 0 1px 1px;
  border-color: silver;
  font-size: 22px;
  line-height: 32px;
  cursor: pointer;
  display: none;
}
#xxswv.no200 {
  width: 49%;
  height: 33px;
  border-right: 1px solid silver;
  display: inline-block;
}
#xxswv.no400 {
  width: 100%;
  height: 33px;
  display: inline-block;
}
#xxsw3.no200 {
  width: 49%;
  height: 33px;
  display: inline-block;
}
#xxsw3.no400 {
  width: 100%;
  height: 33px;
  display: inline-block;
}
#mousemove {
  width: 400px;
  height: 400px;
}
#pix_box_main {
  width: 404px;
  margin: 0 auto;
  border: none;
  position: relative;
}
#selektor {
  width: 370px;
  height: 70px;
  overflow: hidden;
  display: inline-block;
}
.main {
  padding: 0 202px 0 202px;
}
@media all and (min-width:1200px) {
  #hd-inner, #g_trans, #g_transs, #meny-search {
    width: 730px;
  }
  #meny-search span {
    display: inline-block;
  }
  .alllangs {
    display: none;
  }
  #shipping_box {
    min-width: 600px;
  }
}
@media all and (min-width:1010px) {
  #hd-inner {
    position: relative;
    padding: 20px 0px 10px;
  }
  #g_trans {
    position: absolute;
    right: 0px;
    bottom: 14px;
    width: auto !important;
  }
}
@media all and (max-width:1010px) {
  .main {
    padding: 0;
  }
  #box_toggle {
    display: none;
  }
  #upper-logo {
    top: 5px;
    left: 60px;
  }
  #backtotop {
    right: 12%;
    padding: 10px;
  }
  #col_left.sshow {
    z-index: 901;
  }
  .sshow .cover {
    z-index: -10;
  }
  #smeni {
    display: inline-block;
    left: 2px;
    padding: 0 2px 0 0;
    font-size: 28px;
    position: absolute;
    top: 10px;
  }
  #hd-inner {
    width: 524px;
    display: inline-block;
    text-align: center;
  }
  #g_trans, #g_transs {
    width: 380px;
  }
  #container {
    padding: 0;
    min-width: 524px;
  }
  #header {
    min-width: 524px;
  }
  #footer {
    min-width: 524px;
  }
  #col_left {
    position: absolute !important;
    z-index: -9;
    margin: 0;
    left: 0;
    right: inherit;
  }
  #col_right {
    display: none;
    position: absolute !important;
    z-index: -9;
    margin: 0;
    right: 0;
  }
  .cover {
    z-index: 0;
  }
  body {
    min-width: 600px;
  }
  #hd-inner {
    margin: 50px 0 auto;
  }
  .viewdetails, .hidelong1 dt {
    display: none;
  }
  .main_text_block {
    margin: 1%;
    width: 98%;
  }
  #backtotop {
    right: 2%;
  }
  #shipping_box {
    min-width: 600px;
  }
}
@media all and (max-width:800px) {
  .globalContent {
    height: 430px !important;
    width: 610px !important;
    background-size: 100% 100% !important;
  }
  #globalAdCont {
    width: 610px !important;
    height: 430px !important;
    top: 50% !important;
    margin: -215px auto 0 !important;
  }
  .globalAdJump {
    top: 224px !important;
    right: 80px !important;
    width: 280px !important;
    height: 22px !important;
  }
}
@media all and (max-width:670px) {
  .globalContent {
    background: url(../images/globaladmobilebtn.png) no-repeat !important;
    width: 298px !important;
    background-size: 100% 100% !important;
  }
  #globalAd {
    height: 430px !important;
    margin: -215px auto 0 !important;
  }
  #globalAdCont {
    width: 298px !important;
  }
  .globalAdJump {
    top: 243px !important;
    right: 55px !important;
    width: 230px !important;
    height: 20px !important;
  }
}
@media all and (max-width:599px) {
  h1 {
    font-size: 1.4em;
    margin: 2px 0;
    padding-left: 2px;
  }
  .product_description ul {
    margin-left: 0.4em;
  }
  .product_box {
    min-width: 94% !important;
  }
  #upper-logo {
    top: 5px;
    left: 60px;
  }
  #smeni {
    top: 10px;
  }
  #menu, #cart {
    display: none;
  }
  #head_meni a {
    line-height: 30px;
  }
  #cart-mob {
    color: #005a94;
    display: block;
    font-size: 28px;
    letter-spacing: 5px;
    line-height: 150%;
    position: absolute;
    right: 5px;
    top: 45px;
  }
  .avatar_block {
    font-size: 14px;
  }
  #g_trans, #g_transs {
    text-align: left !important;
    min-width: 200px;
    width: 200px;
    position: absolute;
    bottom: 16px;
  }
  #meny-search {
    background: none;
    position: absolute;
    right: 1px;
    top: 90px;
    margin: 0;
    width: 100%;
  }
  #filters input {
    margin: 14px 8px;
  }
  body, #container, #header, #footer {
    min-width: 320px;
  }
  #container {
    width: 97%;
  }
  #header {
    min-height: 120px;
  }
  #hd-inner {
    margin: 40px 0 auto;
    min-width: 320px;
    width: 100%;
    text-align: center;
  }
  div.lang-links {
    display: none;
  }
  .top_meni {
    margin: 12px;
  }
  #shipping_box {
    min-width: 500px;
  }
}
@media all and (max-width:540px) {
  .box_white {
    margin: 2px;
    padding: 2px;
  }
  .alt_prod_block {
    display: inline-block;
    width: 120px;
    margin: 2%;
  }
}
@media all and (max-width:480px) {
  #meny-search {
    background: none;
    position: absolute;
    right: 1px;
    top: 90px;
    margin: 0;
    width: 100%;
  }
  #shipping_box {
    min-width: 400px;
  }
}
@media all and (max-width:460px) {
  #footer_img {
    display: none;
  }
  #mousemove {
    width: 300px;
    height: 300px;
  }
  #pix_box_main {
    width: 100%;
    margin: 0 auto;
    border: none;
    position: relative;
  }
  #selektor {
    width: 90%;
    height: 70px;
    overflow: hidden;
    display: inline-block;
  }
  #ileft, #iright {
    display: none;
  }
}
@media all and (max-width:430px) {
  #cart {
    top: 50px;
  }
  .top_meni {
    margin: 12px 0;
  }
  #shipping_box {
    min-width: 360px;
  }
  .closeIco {
    width: 80px !important;
    height: 80px !important;
    top: -44px !important;
    right: -44px !important;
    background-size: 30px 30px !important;
  }
}
@media all and (max-width:360px) {
  #upper-logo {
    top: 5px;
    left: 55px;
    width: 180px;
  }
  #upper-logo img {
    height: 90%;
    width: 90%;
  }
  #cart-mob {
    letter-spacing: 8px;
  }
  .main_text_block {
    margin: 1%;
    width: 98%;
  }
  #shipping_box {
    min-width: 350px;
  }
}
@media all and (max-width:320px) {
  #upper-logo {
    top: 5px;
    left: 45px;
    width: 160px;
  }
  #upper-logo img {
    height: 80%;
    width: 80%;
  }
  body, #container, #header, #footer, #hd-inner {
    min-width: 310px;
    width: 310px;
  }
  #container {
    width: 97%;
  }
  .box_white {
    margin: 1px;
    padding: 1px;
  }
  #shipping_box {
    min-width: 300px;
  }
}
.video-container {
  position: relative;
  height: 100%;
  overflow: hidden;
  max-width: 640px;
  margin: auto;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 640px;
  height: 100%;
  max-height: 360px;
}
.video-container::after {
  padding-top: 56.25%;
  display: block;
  content: '';
}
#mySwipe img {
  max-width: none;
}
@media (max-width: 1500px)and (min-width: 1316px) {
  .product_tile {
    width: 16%;
  }
}
@media (max-width: 1010px)and (min-width: 892px) {
  .product_tile {
    width: 16%;
    margin-right: 0.8%;
  }
}
@media (max-width: 894px)and (min-width: 752px) {
  .product_tile {
    width: 19%;
    margin-right: 1%;
  }
  .product_tile:nth-of-type(6n+0) {
    margin-right: 1% !important;
  }
}
@media (max-width: 756px)and (min-width: 599px) {
  .product_tile {
    width: 24%;
    margin-right: 1%;
  }
  .product_tile:nth-of-type(6n+0) {
    margin-right: 1% !important;
  }
}
@media (max-width: 599px)and (min-width: 481px) {
  .product_tile {
    width: 32%;
    margin-right: 1%;
  }
  .product_tile:nth-of-type(6n+0) {
    margin-right: 1% !important;
  }
}
.mm-page {
  max-width: 1604px;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 1360px)and (min-width: 1180px) {
  .product_tile {
    width: 19%;
    margin-right: 1.2%;
  }
  .product_tile:nth-of-type(6n+0) {
    margin-right: 1.2% !important;
  }
  .product_tile:nth-of-type(5n+0) {
    margin-right: 0px !important;
  }
}
@media (max-width: 1200px)and (min-width: 1012px) {
  .product_tile {
    width: 24%;
    margin-right: 1%;
  }
  .product_tile:nth-of-type(6n+0) {
    margin-right: 1% !important;
  }
}
@media all and (min-width: 1360px) {
  .product_tile {
    margin-right: 0.8%;
  }
  .product_tile:nth-of-type(6n+0) {
    margin-right: 0px !important;
  }
}
@media all and (min-width: 1080px) {
  .buy-p {
    text-align: left;
  }
  .yes-div {
    text-align: left;
  }
  .product_tile_font_s {
    min-height: 36px !important;
  }
  #menu li {
    background-color: #fff;
  }
  .content .zy-div {
    text-align: left;
    max-width: 1076px;
    margin: 0 auto;
    padding: 15px 0px;
  }
  .line-wj {
    display: inline-block;
    width: 1px;
    height: 100px;
    vertical-align: middle;
    background-color: #e3e3e3;
  }
  .content .zy-div .div-1 {
    width: 30%;
    display: inline-block;
    text-align: center;
    height: 100%;
    vertical-align: middle;
  }
  .content .zy-div .div-2 {
    width: 67%;
    display: inline-block;
    text-align: left;
    padding-left: 20px;
    vertical-align: middle;
    box-sizing: border-box;
  }
  .content .zy-div img {
    margin-top: 26px;
  }
  .wj-content-backtop {
    margin-top: 34px;
  }
  .bluebutton {
    padding: 9px 0;
    width: 400px;
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
  }
  #pix_box_main {
    width: 100%;
  }
}
@media all and (min-width: 480px) {
  .quantity_text span.bold {
    position: absolute !important;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .Quantity-div {
    text-align: left;
    margin-top: 10px;
  }
  .ccy-zy {
    font-size: 26px !important;
    line-height: 50px;
  }
  .wj-product-carousel {
    margin-right: 0;
    width: 100%;
  }
  .wj-product-detail {
    width: 100%;
  }
}
@media all and (min-width: 864px) {
  .wj-product-carousel {
    margin-right: 3%;
    width: 46%;
  }
  .wj-product-detail {
    width: 51%;
  }
}
@media all and (min-width: 600px) {
  #jjId {
    float: right;
    margin: 12px 15px 0 0;
  }
}
@media all and (min-width:480px) {
  #prod_falme h1 {
    font-size: 18px !important;
  }
  #prod_float {
    background-color: #fff;
    border: 1px solid #eee;
    box-shadow: 2px 2px 2px #eee;
  }
  .zy-add {
    width: 300px;
  }
}
@media all and (max-width:480px) {
  .cv-product-contain {
    width: 100%;
  }
  .product_tile {
    width: 49% !important;
  }
  .product_tile:nth-of-type(odd) {
    margin-right: 2%;
  }
  .content .zy-div .div-1 {
    margin: 20px 0px;
  }
  .content .zy-div .div-2 {
    text-align: center;
  }
  .content .zy-div .div-2 h2 {
    line-height: 20px;
    font-size: 14px !important;
    margin: 5px 0px;
  }
  .ccy-zy {
    width: 54% !important;
    font-size: 12px;
    line-height: 30px;
  }
  .quantity_text span.bold {
    top: 50%;
    transform: translateY(-50%);
    font-size: 10px;
    position: absolute !important;
    right: 0;
  }
  .quantity_text span.bold .countdown_day {
    font-size: 10px;
  }
  .Quantity-div {
    margin-top: 10px;
  }
  .del-span {
    font-size: 10px;
    font-weight: normal;
  }
  .buy-p {
    text-align: center;
  }
  .yes-div {
    text-align: center;
  }
  .wj-offers {
    text-align: center !important;
  }
  .zy-p {
    display: none;
  }
  .zy-add {
    width: 100%;
  }
  #tabs {
    height: 100%;
  }
  #tabs ul {
    height: 36px;
    background-color: #f5f5f5;
  }
  #prod_float {
    display: block;
    position: fixed;
    bottom: 0px;
    width: 100%;
    padding: 0px;
    right: 1px;
  }
  .jj {
    display: none;
  }
  #jjId {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    padding: 0px;
  }
  #jjId input {
    width: 100%;
  }
  #addthis_sharing_toolbox {
    display: inline-block !important;
  }
  .wj-content-backtop {
    margin-top: 8px;
  }
  #breadcrumb {
    max-width: 94% !important;
  }
  .bluebutton {
    padding: 9px 0;
    width: 234px;
    font-size: 15px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
  }
  .singmeup {
    background-color: #005a94;
    border-radius: 5px;
    padding: 9px 0;
    border: none;
    width: 120px;
    font-size: 15px;
    box-sizing: border-box;
    margin: 4px auto;
    display: block;
  }
  .wj-offers {
    margin-bottom: 40px !important;
  }
}
#container {
  position: relative;
}
#container #box_toggle {
  top: -52px !important;
}
.ccy-wj {
  width: 100% !important;
  color: #ffffff !important;
  background-color: #EC6255 !important;
  box-sizing: border-box;
}
#current_price_div.ccy-wj .del-span .ccy {
  color: #ffffff;
}
#current_price_div.ccy-wj .ccy {
  color: #ffffff;
}
#current_price_div.ccy-wj .del-span del {
  text-decoration-color: #ffffff;
}
#current_price_div.ccy-hastime-wj {
  color: #ffffff;
  background-color: #EC6255 !important;
}
#current_price_div.ccy-hastime-wj .del-span .ccy {
  color: #ffffff;
}
#current_price_div.ccy-hastime-wj .ccy {
  color: #ffffff;
}
#current_price_div.ccy-hastime-wj .del-span del {
  text-decoration-color: #ffffff;
}
#add_wishlist {
  color: #666666;
}
.whitebuttonsmall span {
  vertical-align: middle;
}
.whitebuttonsmall > input {
  border: none;
  background-color: #fff;
  font-size: 16px;
  vertical-align: middle;
  margin-right: 4px;
}
#add_wishlist > input {
  color: #cccccc;
}
#on_wishlist > input {
  color: #F42B2B;
}
.wj-sell-out {
  display: none;
}
.ccy-zy > .ccy {
  float: left;
}
.ccy-wj .del-span {
  float: left !important;
  margin-left: 14%;
}
.product_box {
  min-width: auto;
}
#pix_box_main {
  width: 100%;
}
img.img400 {
  max-width: 100%;
  max-height: 99%;
  vertical-align: middle;
}
.cart_center_header_right {
  display: none;
}
.cart_center_header_left {
  margin-bottom: 14px;
}
.content .zy-div .div-1 > img {
  max-width: 450px !important;
}
.product_tile > div > div {
  display: none !important;
}
.product_tile > div > a {
  display: none;
}
.skuwrapper {
  margin: 0 auto;
  position: relative;
  display: none;
  margin-top: 2px;
}
@media screen and (max-width: 480px) {
  .skuwrapper {
    margin-top: 5px;
  }
}
.skuwrapper ul {
  overflow: hidden;
}
.skuwrapper li {
  list-style: none;
}
.skuImgwrapper {
  width: 40px;
  height: 40px;
  display: inline-block;
  text-align: center;
}
.skuImgwrapper ul {
  overflow: hidden;
}
.skuli {
  float: left;
}
.skuli:hover .skuatr {
  color: #005a94;
}
.skulink {
  display: block;
  padding: 8px 10px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  font-size: 14px;
  font-family: Roboto;
  text-decoration: none;
  color: #101010;
}
.skulidiv {
  position: relative;
  height: 40px;
  box-sizing: border-box;
  padding-left: 38px;
}
.skulidiv > .skuImgwrapper {
  position: absolute;
  left: 0;
  top: 0;
}
.skulidiv > .skuImgwrapper > img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  cursor: zoom-in;
}
.skulidiv .skuatr {
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.morelink {
  text-align: center;
  line-height: 40px;
}
.lisFour {
  width: 24%;
  margin-right: 1.3%;
  margin-top: 1.3%;
}
.lisFour:nth-of-type(4n) {
  margin-right: 0;
}
.lisThree {
  width: 32%;
  margin-right: 2%;
  margin-top: 2%;
}
.lisThree:nth-of-type(3n) {
  margin-right: 0;
}
.lisTwo {
  width: 49.3335%;
  margin-right: 1.333%;
  margin-top: 1.333%;
}
.lisTwo:nth-of-type(2n) {
  margin-right: 0;
}
.skuScroll {
  overflow-y: auto;
  display: none;
  padding: 0 4px 4px;
  border: 1px solid #eeeeee;
  margin-top: 8px;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  z-index: 88;
  background-color: rgb(255, 255, 255);
}
.bigImg {
  position: absolute;
  display: none;
  left: 0;
  width: 100%;
  top: 15%;
  height: 100%;
  text-align: center;
  z-index: 100;
}
.bigImg img {
  max-width: 100%;
  vertical-align: middle;
  cursor: zoom-out;
}
.bigImg span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.bigMask {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  display: none;
  background-color: rgba(255, 255, 255, 0.5);
}
.skulink.selected {
  border: 1px solid #005A94;
}
.skulink {
  padding: 4px 9px;
}
.skulidiv > .skuImgwrapper {
  width: 30px;
  height: 30px;
}
.skulidiv .skuatr {
  line-height: 30px;
}
.morelink {
  line-height: 30px;
}
.moreskulink {
  text-align: center;
}
.moreskulink .skulink {
  border-color: transparent;
}
.moreskulink .moreskulinkdrop {
  transform: rotate(0deg);
  line-height: 30px;
  font-size: 30px;
  transition: transform 0.1s;
}
.moreskulink .moreskulinkdropactive {
  transform: rotate(180deg);
}
.skulidiv {
  height: 30px;
}
.cv-product-contain:not(.pricelabel) .specials_spash {
  display: none;
}
.cv-product-contain:not(.pricelabel) .specials_spashi {
  display: none;
}
.rating_model {
  display: inline-block;
  font-size: 0;
  margin-left: 8px;
}
.rating_star {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('../images/rate.png') no-repeat 0 -58px;
  position: relative;
}
.rate {
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: url('../images/rate.png') no-repeat 0 0px;
}
.supplier_model {
  box-sizing: border-box;
  overflow: hidden;
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}
.supplier_model-left {
  float: left;
}
.supplier_model-left > span {
  vertical-align: middle;
}
.supplier_model-right {
  float: right;
}
.supplier_model-right > span {
  vertical-align: middle;
}
.supplier_model .supplier {
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.supplier_model .star_contain {
  margin-left: 4px;
}
.prod_model {
  margin-top: 8px;
}
.star_contain {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  height: 13px;
  background: url("../images/star_icon.png") repeat-x 0 -65px;
}
.star_color {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  max-width: 70px;
  height: 13px;
  background: url("../images/star_icon.png") repeat-x;
}
.product_code {
  margin-top: 5px;
}
.flash-deal .countdown_row {
  color: #F7840B;
  font-weight: 700;
}
.flash-deal .countdown_day {
  font-weight: 700;
  color: #F7840B;
  background-color: transparent;
}
.flash-deal .countdown_time {
  font-weight: 700;
  color: #F7840B;
  background-color: transparent;
}
#current_price_div.ccy-hastime-wj .del-span {
  float: none !important;
  line-height: 1;
}
#current_price_div.ccy-hastime-wj {
  width: 100% !important;
  background-color: #eee !important;
}
#current_price_div.ccy-hastime-wj .discount .ccy {
  color: #ff0000;
}
#current_price_div.ccy-hastime-wj .del-span .ccy {
  color: #838383;
}
#current_price_div.ccy-hastime-wj .del-span del {
  text-decoration-color: #838383;
}
.price_contain .deal-off {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  overflow: hidden;
}
.price_contain .deal-off .off_text {
  height: 100%;
  float: left;
  background-color: #ff0000;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  padding: 0px 22px;
}
.price_contain .deal-off .off_text_left {
  float: left;
  width: 0;
  height: 0;
  border: 25px solid;
  border-color: transparent #ff0000 transparent transparent;
}
.shop_input {
  vertical-align: middle;
  text-align: center;
  display: inline-block;
  line-height: 30px;
  position: relative;
  top: 0px;
  border: 1px solid #d8d8d8;
  height: 30px;
  outline: none;
  box-sizing: border-box;
}
.opratePlus {
  height: 30px;
  width: 30px;
  border: 1px solid #d8d8d8;
  position: relative;
  cursor: pointer;
  border-left: 0;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
}
.opratePlus:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  background: #333;
  margin-left: -5px;
  margin-top: -1px;
}
.opratePlus:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: #333;
  width: 2px;
  height: 10px;
  margin-left: -1px;
  margin-top: -5px;
}
.oprateMinus {
  height: 30px;
  width: 30px;
  border: 1px solid #d8d8d8;
  position: relative;
  cursor: pointer;
  border-right: 0;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
}
.oprateMinus:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 2px;
  background: #333;
  margin-left: -5px;
  margin-top: -1px;
}
.price_box .Quantity-div {
  font-size: 0;
}
.price_box .Quantity-div .quantity_text {
  vertical-align: middle;
}
.price_box .buy-p {
  color: #005a94;
  margin-right: 30px;
  margin-bottom: 10px;
}
.price_box .yes-div {
  color: #005a94;
}
.price_box .label_text {
  color: #666;
  font-weight: normal;
  margin-right: 10px;
  display: inline-block;
  width: 62px;
  font-size: 14px;
}
.bluebutton {
  background-color: #F7840B;
}
.zy-add {
  font-size: 26px;
  border-radius: 0;
}
.add_cart_btn {
  text-align: left;
  display: block;
  margin: 6px 0 10px;
}
.img-div {
  text-align: left;
}
.img-div_text {
  display: inline-block;
  width: 120px;
}
.img-dev_img {
  max-width: calc(100% - 120px);
  max-height: 40px;
}
#add_this_div .zy-share {
  margin-right: 15px;
  vertical-align: middle;
}
#add_this_div .addthis_sharing_toolbox {
  display: inline-block;
  vertical-align: middle;
}
#add_this_div .at-share-tbx-element .at-share-btn {
  margin: 0 10px 0 0;
  border-radius: 5px !important;
}
#add_this_div {
  text-align: left;
  margin-top: 10px;
}
.pro_info_parameters {
  text-align: left;
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
  border-top: 0;
  padding: 30px 20px;
}
#cu_review {
  text-align: left;
}
#cu_review h2 {
  color: #000;
  margin-bottom: 20px;
}
#cu_review .review_customer {
  color: #F7840B;
}
table.reviews_summary img {
  height: 18px;
}
.product_star_contain {
  text-align: center;
  margin-bottom: 4px;
  font-size: 20px;
  color: #000000;
}
.product_star {
  color: #F7840B;
  font-size: 30px;
}
.reviews_top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 20px;
  border-bottom: 1px solid #d8d8d8;
}
.reviews_top div.dib {
  margin-right: 30px;
  flex-shrink: 0;
}
.reviews_summary_contain {
  flex-shrink: 0;
  max-width: 450px;
}
.reviews_summary_contain .pro_info_name {
  color: #000000;
  font-size: 16px;
  margin-bottom: 10px;
}
.reviews_top .bluebutton {
  width: 200px;
  background-color: #016fc8;
  text-align: center;
  border-radius: 0;
  font-size: 28px;
  padding: 10px 0;
}
.reviews_summary_contain .reviews_summary {
  width: 240px;
}
.write_btn {
  flex-grow: 1;
  text-align: right;
}
.moreRating {
  display: flex;
  justify-content: center;
}
.reviews .review_right {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.reviews .review_center {
  flex-shrink: 0;
  margin-right: 30px;
}
.reviews .review_left {
  flex-shrink: 0;
  padding-right: 20px;
  text-align: left;
  width: 212px;
  box-sizing: border-box;
  display: flex;
  align-self: center;
  justify-content: flex-start;
}
.reviews .review_left .fn {
  color: #000000;
  font-size: 16px;
  font-weight: normal;
}
.reviews .review_left abbr {
  color: #666;
  text-decoration: none;
}
.review_left .author_info {
  margin-bottom: 4px;
}
.happyimg {
  margin: 0;
  margin-right: 3px;
  flex-shrink: 0;
}
.sadimg {
  margin: 0;
  margin-right: 3px;
  flex-shrink: 0;
}
.review_center .ratingValue_table {
  width: 224px;
}
.reviews .moreRating {
  padding: 20px;
  border-bottom: 1px solid #d8d8d8;
}
.review_right_reciew {
  display: flex;
}
.review_contain {
  border: 1px solid #d8d8d8;
  box-sizing: border-box;
  border-bottom: 0;
}
.star_contain_new {
  position: relative;
  top: 0px;
  display: block;
  float: left;
  width: 90px;
  height: 18px;
  background: url('../images/star_icon_new.png') repeat-x 0 -65px/18px auto;
}
.star_color_new {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  max-width: 90px;
  height: 18px;
  background: url('../images/star_icon_new.png') repeat-x 0 0/18px auto;
}
table.ratingValue_table td {
  vertical-align: middle;
}
.box_white {
  font-size: 14px;
}
@media screen and (min-width: 480px) {
  .del-span {
    font-size: 24px;
    font-weight: normal;
  }
  #current_price_div.ccy-hastime-wj .discount .ccy {
    font-weight: normal;
    font-size: 30px;
  }
}
@media screen and (min-width: 1080px) {
  .zy-add {
    padding: 10px 0;
  }
}
@media screen and (max-width: 480px) {
  .rating_star {
    width: 14px;
    height: 14px;
    background: url('../images/rate.png') no-repeat 0 -58px;
    background-size: 14px;
  }
  .rate {
    background: url('../images/rate.png') no-repeat 0 0;
    background-size: 14px;
  }
  .supplier_model .supplier {
    max-width: 120px;
  }
  .rating_model {
    margin-left: 4px;
  }
  .rank {
    display: none;
  }
  .price_contain .deal-off .off_text {
    font-size: 18px;
    padding: 0px 10px;
  }
  .price_contain .deal-off .off_text_left {
    font-size: 18px;
    border-width: 15px;
  }
  .flash-deal span.flash-deal-text {
    font-size: 16px !important;
  }
  .price_box .buy-p {
    margin-right: 15px;
  }
  .add_cart_btn {
    text-align: center;
  }
  .add_cart_btn .zy-add {
    font-size: 16px;
  }
  #add_this_div .at-icon-wrapper {
    width: 24px !important;
    height: 24px !important;
  }
  #add_this_div .at-icon-wrapper svg {
    width: 24px !important;
    height: 24px !important;
  }
  #tabs {
    left: 0;
    top: 0;
  }
  #tabs li a {
    padding: 10px 8px;
  }
  .tabs_ul_contain {
    display: flex;
  }
  .zy-li-2 {
    flex-grow: 1;
  }
  .zy-li-2 a {
    width: 100%;
    box-sizing: border-box;
  }
  .pro_info_parameters {
    border: 0;
    padding: 15px 10px;
  }
  #header {
    margin: 0 auto;
  }
  .product_star_contain {
    font-size: 14px;
  }
  .product_star {
    font-size: 18px;
  }
  .reviews_top div.dib {
    margin-right: 0;
  }
  .reviews_summary_contain .pro_info_name {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  table.reviews_summary img {
    height: 14px;
  }
  .reviews_summary_contain .reviews_summary {
    width: 100%;
  }
  .reviews_summary_contain {
    max-width: auto;
    flex: 1;
  }
  .reviews_top div.dib img {
    width: 16px;
    height: auto;
  }
  .write_btn {
    width: 100%;
    text-align: center;
  }
  .reviews_top .bluebutton {
    width: 50%;
    text-align: center;
    font-size: 18px;
    padding: 6px 0;
    margin-top: 14px;
  }
  .moreRating {
    flex-wrap: wrap;
  }
  .reviews .moreRating {
    padding: 10px;
  }
  .reviews .review_left {
    width: 100%;
    padding: 0;
  }
  .reviews .review_left .fn {
    font-size: 14px;
  }
  .review_left .author_info {
    display: inline-block;
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 4px;
    vertical-align: middle;
  }
  .reviews .review_center {
    margin-right: 0;
  }
  .reviews .review_center {
    width: 100%;
    text-align: left;
    margin: 0px 0 6px;
  }
  .review_right {
    width: 100%;
  }
  .reviews_top {
    padding: 10px 0;
  }
  .box_white {
    font-size: 12px;
  }
}
@media screen and (max-width: 320px) {
  .supplier_model .supplier {
    max-width: 100px;
  }
  body {
    width: auto !important;
  }
}
@media screen and (max-width: 1010px) {
  #col_left {
    display: none;
  }
}
.snowflake {
  color: #fff;
  font-size: 2em;
  font-family: Arial;
  text-shadow: 0 0 1px #000;
}
@-webkit-keyframes "snowflakes-fall" {
  0% {
    top: -10%;
  }
  100% {
    top: 100%;
  }
}
@-webkit-keyframes "snowflakes-shake" {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
  50% {
    -webkit-transform: translateX(80px);
    transform: translateX(80px);
  }
  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes "snowflakes-fall" {
  0% {
    top: -10%;
  }
  100% {
    top: 100%;
  }
}
@keyframes "snowflakes-shake" {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(80px);
  }
  100% {
    transform: translateX(0px);
  }
}
.snowflake {
  position: fixed;
  top: -10%;
  z-index: 9999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-animation-name: snowflakes-fall, snowflakes-shake;
  -webkit-animation-duration: 10s, 3s;
  -webkit-animation-timing-function: linear, ease-in-out;
  -webkit-animation-iteration-count: infinite, infinite;
  -webkit-animation-play-state: running, running;
  animation-name: snowflakes-fall, snowflakes-shake;
  animation-duration: 10s, 3s;
  animation-timing-function: linear, ease-in-out;
  animation-iteration-count: infinite, infinite;
  animation-play-state: running, running;
}
.snowflake:nth-of-type(0) {
  left: 1%;
  -webkit-animation-delay: 0s, 0s;
  animation-delay: 0s, 0s;
}
.snowflake:nth-of-type(1) {
  left: 10%;
  -webkit-animation-delay: 1s, 1s;
  animation-delay: 1s, 1s;
}
.snowflake:nth-of-type(2) {
  left: 20%;
  -webkit-animation-delay: 6s, .5s;
  animation-delay: 6s, .5s;
}
.snowflake:nth-of-type(3) {
  left: 30%;
  -webkit-animation-delay: 4s, 2s;
  animation-delay: 4s, 2s;
}
.snowflake:nth-of-type(4) {
  left: 40%;
  -webkit-animation-delay: 2s, 2s;
  animation-delay: 2s, 2s;
}
.snowflake:nth-of-type(5) {
  left: 50%;
  -webkit-animation-delay: 8s, 3s;
  animation-delay: 8s, 3s;
}
.snowflake:nth-of-type(6) {
  left: 60%;
  -webkit-animation-delay: 6s, 2s;
  animation-delay: 6s, 2s;
}
.snowflake:nth-of-type(7) {
  left: 70%;
  -webkit-animation-delay: 2.5s, 1s;
  animation-delay: 2.5s, 1s;
}
.snowflake:nth-of-type(8) {
  left: 80%;
  -webkit-animation-delay: 1s, 0s;
  animation-delay: 1s, 0s;
}
.snowflake:nth-of-type(9) {
  left: 90%;
  -webkit-animation-delay: 3s, 1.5s;
  animation-delay: 3s, 1.5s;
}
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxWrapper {
  max-width: none;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
#cboxOverlay {
  background: url(../images/overlay.png) repeat 0 0;
  opacity: 0.3;
}
#colorbox {
  outline: 0;
}
#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url(../images/controls.png) no-repeat -101px 0;
}
#cboxTopRight {
  width: 21px;
  height: 21px;
  background: url(../images/controls.png) no-repeat -130px 0;
}
#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url(../images/controls.png) no-repeat -101px -29px;
}
#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url(../images/controls.png) no-repeat -130px -29px;
}
#cboxMiddleLeft {
  width: 21px;
  background: url(../images/controls.png) left top repeat-y;
}
#cboxMiddleRight {
  width: 21px;
  background: url(../images/controls.png) right top repeat-y;
}
#cboxTopCenter {
  height: 21px;
  background: url(../images/border.png) 0 0 repeat-x;
}
#cboxBottomCenter {
  height: 21px;
  background: url(../images/border.png) 0 -29px repeat-x;
}
#cboxContent {
  background: #fff;
  overflow: hidden;
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  margin-bottom: 28px;
}
#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}
#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 58px;
  color: #949494;
}
#cboxLoadingOverlay {
  background: url(../images/loading_background.png) no-repeat center center;
}
#cboxLoadingGraphic {
  background: url(../images/loading.gif) no-repeat center center;
}
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}
#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}
#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxPrevious:hover {
  background-position: -75px -25px;
}
#cboxNext {
  position: absolute;
  bottom: 0;
  left: 27px;
  background: url(../images/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxNext:hover {
  background-position: -50px -25px;
}
#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../images/controls.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxClose:hover {
  background-position: -25px -25px;
}
.cboxIE #cboxTopLeft, .cboxIE #cboxTopCenter, .cboxIE #cboxTopRight, .cboxIE #cboxBottomLeft, .cboxIE #cboxBottomCenter, .cboxIE #cboxBottomRight, .cboxIE #cboxMiddleLeft, .cboxIE #cboxMiddleRight {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF, endColorstr=#00FFFFFF);
}
nav:not(.mm-menu) {
  display: none;
}
.mmenu-red {
  color: #1d8dbb !important;
}
.mm-menu.mm-horizontal > .mm-panel {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
}
.mm-menu .mm-hidden {
  display: none;
}
.mm-wrapper {
  overflow-x: hidden;
  position: relative;
}
.mm-menu, .mm-menu > .mm-panel {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.mm-menu {
  background: inherit;
  display: block;
  overflow: hidden;
  padding: 0;
}
.mm-menu > .mm-panel {
  background: inherit;
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 20px;
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.mm-menu > .mm-panel.mm-opened {
  -webkit-transform: translate(0%, 0);
  -moz-transform: translate(0%, 0);
  -ms-transform: translate(0%, 0);
  -o-transform: translate(0%, 0);
  transform: translate(0%, 0);
}
.mm-menu > .mm-panel.mm-subopened {
  -webkit-transform: translate(-30%, 0);
  -moz-transform: translate(-30%, 0);
  -ms-transform: translate(-30%, 0);
  -o-transform: translate(-30%, 0);
  transform: translate(-30%, 0);
}
.mm-menu > .mm-panel.mm-highest {
  z-index: 1;
}
.mm-menu .mm-list {
  padding: 20px 0;
}
.mm-menu > .mm-list {
  padding-bottom: 0;
}
.mm-menu > .mm-list:after {
  content: '';
  display: block;
  height: 40px;
}
.mm-panel > .mm-list {
  margin-left: -20px;
  margin-right: -20px;
}
.mm-panel > .mm-list:first-child {
  padding-top: 0;
}
.mm-list, .mm-list > li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}
.mm-list {
  font: inherit;
  font-size: 14px;
}
.mm-list a, .mm-list a:hover {
  text-decoration: none;
}
.mm-list > li {
  position: relative;
}
.mm-list > li > a, .mm-list > li > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  color: inherit;
  line-height: 20px;
  display: block;
  padding: 10px 10px 10px 20px;
  margin: 0;
}
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
  content: '';
  border-bottom-width: 1px;
  border-bottom-style: solid;
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.mm-list > li:not(.mm-subtitle):not(.mm-label):not(.mm-search):not(.mm-noresults):after {
  width: auto;
  margin-left: 20px;
  position: relative;
  left: auto;
}
.mm-list a.mm-subopen {
  background: rgba(3, 2, 1, 0);
  width: 40px;
  height: 100%;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.mm-list a.mm-subopen:before {
  content: '';
  border-left-width: 1px;
  border-left-style: solid;
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.mm-list a.mm-subopen.mm-fullsubopen {
  width: 100%;
}
.mm-list a.mm-subopen.mm-fullsubopen:before {
  border-left: none;
}
.mm-list a.mm-subopen + a, .mm-list a.mm-subopen + span {
  padding-right: 5px;
  margin-right: 40px;
}
.mm-list > li.mm-selected > a.mm-subopen {
  background: transparent;
}
.mm-list > li.mm-selected > a.mm-fullsubopen + a, .mm-list > li.mm-selected > a.mm-fullsubopen + span {
  padding-right: 45px;
  margin-right: 0;
}
.mm-list a.mm-subclose {
  text-indent: 20px;
  padding-top: 30px;
  margin-top: -20px;
}
.mm-list > li.mm-label {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 10px;
  text-transform: uppercase;
  text-indent: 20px;
  line-height: 25px;
  padding-right: 5px;
}
.mm-list > li.mm-spacer {
  padding-top: 40px;
}
.mm-list > li.mm-spacer.mm-label {
  padding-top: 25px;
}
.mm-list a.mm-subopen:after, .mm-list a.mm-subclose:before {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-bottom: -5px;
  position: absolute;
  bottom: 50%;
}
.mm-list a.mm-subopen:after {
  border-top: none;
  border-left: none;
  right: 18px;
}
.mm-list a.mm-subclose:before {
  border-right: none;
  border-bottom: none;
  margin-bottom: -15px;
  left: 22px;
}
.mm-menu.mm-vertical .mm-list .mm-panel {
  display: none;
  padding: 10px 0 10px 10px;
}
.mm-menu.mm-vertical .mm-list .mm-panel li:last-child:after {
  border-color: transparent;
}
.mm-menu.mm-vertical .mm-list li.mm-opened > .mm-panel {
  display: block;
}
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen {
  height: 40px;
}
.mm-menu.mm-vertical .mm-list > li > a.mm-subopen:after {
  top: 16px;
  bottom: auto;
}
.mm-menu.mm-vertical .mm-list > li.mm-opened > a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen {
  height: 25px;
}
html.mm-opened .mm-page {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.mm-menu {
  background: #333333;
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.15);
}
.mm-menu .mm-list > li > a.mm-subclose {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.3);
}
.mm-menu .mm-list > li > a.mm-subopen:after, .mm-menu .mm-list > li > a.mm-subclose:before {
  border-color: rgba(255, 255, 255, 0.3);
}
.mm-menu .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.15);
}
.mm-menu .mm-list > li.mm-selected > a:not(.mm-subopen), .mm-menu .mm-list > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu .mm-list > li.mm-label {
  background: rgba(255, 255, 255, 0.05);
}
.mm-menu.mm-vertical .mm-list li.mm-opened > a.mm-subopen, .mm-menu.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(255, 255, 255, 0.05);
}
.mm-page {
  box-sizing: border-box;
  position: relative;
}
.mm-slideout {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
}
html.mm-opened {
  overflow: hidden;
  position: relative;
}
html.mm-opened body {
  overflow: hidden;
}
html.mm-background .mm-page {
  background: inherit;
}
#mm-blocker {
  background: rgba(3, 2, 1, 0);
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}
html.mm-opened #mm-blocker, html.mm-blocking #mm-blocker {
  display: block;
}
.mm-menu.mm-offcanvas {
  display: none;
  position: fixed;
}
.mm-menu.mm-current {
  display: block;
}
.mm-menu {
  width: 80%;
  min-width: 140px;
  max-width: 440px;
}
html.mm-opening .mm-slideout {
  -webkit-transform: translate(80%, 0);
  -moz-transform: translate(80%, 0);
  -ms-transform: translate(80%, 0);
  -o-transform: translate(80%, 0);
  transform: translate(80%, 0);
}
@media all and (max-width: 175px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-opening .mm-slideout {
    -webkit-transform: translate(440px, 0);
    -moz-transform: translate(440px, 0);
    -ms-transform: translate(440px, 0);
    -o-transform: translate(440px, 0);
    transform: translate(440px, 0);
  }
}
.mm-buttonbar {
  border: 1px solid transparent;
  border-radius: 5px;
  text-align: center;
  line-height: 20px;
  overflow: hidden;
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
}
.mm-buttonbar:after {
  content: '';
  display: block;
  clear: both;
}
.mm-buttonbar > * {
  border-left: 1px solid transparent;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  float: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.mm-buttonbar > a {
  text-decoration: none;
}
.mm-buttonbar > input {
  position: absolute;
  left: -1000px;
  top: -1000px;
}
.mm-buttonbar > input:checked + label {
  border-color: transparent !important;
}
.mm-buttonbar > *:first-child, .mm-buttonbar > input:first-child + * {
  border-left: none;
}
.mm-buttonbar.mm-buttonbar-2 > * {
  width: 50%;
}
.mm-buttonbar.mm-buttonbar-3 > * {
  width: 33.33%;
}
.mm-buttonbar.mm-buttonbar-4 > * {
  width: 25%;
}
.mm-buttonbar.mm-buttonbar-5 > * {
  width: 20%;
}
.mm-header .mm-buttonbar {
  margin-top: 20px;
  margin-left: -30px;
  margin-right: -30px;
}
.mm-footer .mm-buttonbar {
  border: none;
  line-height: 40px;
  margin: -10px -10px 0 -20px;
}
.mm-footer .mm-buttonbar > * {
  border-left: none;
}
.mm-list > li > .mm-buttonbar {
  margin: 10px 20px;
}
.mm-menu .mm-buttonbar {
  border-color: rgba(255, 255, 255, 0.6);
  background: #333333;
}
.mm-menu .mm-buttonbar > * {
  border-color: rgba(255, 255, 255, 0.6);
}
.mm-menu .mm-buttonbar > input:checked + label {
  background: rgba(255, 255, 255, 0.6);
  color: #333333;
}
em.mm-counter {
  font: inherit;
  font-size: 14px;
  font-style: normal;
  text-indent: 0;
  line-height: 20px;
  display: block;
  margin-top: -10px;
  position: absolute;
  right: 40px;
  top: 50%;
}
em.mm-counter + a.mm-subopen {
  padding-left: 40px;
}
em.mm-counter + a.mm-subopen + a, em.mm-counter + a.mm-subopen + span {
  margin-right: 80px;
}
em.mm-counter + a.mm-fullsubopen {
  padding-left: 0;
}
.mm-vertical em.mm-counter {
  top: 12px;
  margin-top: 0;
}
.mm-nosubresults > em.mm-counter {
  display: none;
}
.mm-menu em.mm-counter {
  color: rgba(255, 255, 255, 0.3);
}
html.mm-opened.mm-dragging .mm-menu, html.mm-opened.mm-dragging .mm-page, html.mm-opened.mm-dragging .mm-fixed-top, html.mm-opened.mm-dragging .mm-fixed-bottom, html.mm-opened.mm-dragging #mm-blocker {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.mm-footer {
  background: inherit;
  border-top: 1px solid transparent;
  text-align: center;
  line-height: 20px;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 10px 10px 0 20px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
}
.mm-menu.mm-hasfooter > .mm-panel:after {
  height: 80px;
}
.mm-menu .mm-footer {
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.3);
}
.mm-header {
  background: inherit;
  border-bottom: 1px solid transparent;
  text-align: center;
  line-height: 20px;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  padding: 0 50px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.mm-header .mm-title, .mm-header .mm-prev, .mm-header .mm-next, .mm-header .mm-close {
  padding-top: 30px;
}
.mm-header .mm-title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  width: 100%;
  position: relative;
}
.mm-header .mm-prev, .mm-header .mm-next, .mm-header .mm-close {
  text-decoration: none;
  display: block;
  box-sizing: border-box;
  min-width: 10px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 1;
}
.mm-header .mm-prev {
  padding-left: 20px;
  padding-right: 10px;
  left: 0;
}
.mm-header .mm-next, .mm-header .mm-close {
  padding-left: 10px;
  padding-right: 20px;
  right: 0;
}
.mm-header [href].mm-prev:before, .mm-header [href].mm-next:after {
  content: '';
  border: 2px solid transparent;
  display: inline-block;
  width: 7px;
  height: 7px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mm-header [href].mm-prev:before {
  border-right: none;
  border-bottom: none;
  margin-left: 2px;
  margin-right: 5px;
}
.mm-header [href].mm-next:after, .mm-header [href].mm-close:after {
  margin-left: 5px;
  margin-right: -2px;
}
.mm-header [href].mm-next:after {
  border-top: none;
  border-left: none;
}
.mm-header [href].mm-close:after {
  content: 'x';
}
.mm-menu.mm-hassearch .mm-header {
  height: 50px;
  top: 50px;
}
.mm-menu.mm-hassearch .mm-header .mm-title, .mm-menu.mm-hassearch .mm-header .mm-prev, .mm-menu.mm-hassearch .mm-header .mm-next, .mm-menu.mm-hassearch .mm-header .mm-close {
  padding-top: 20px;
}
.mm-menu.mm-hasheader li.mm-subtitle {
  display: none;
}
.mm-menu.mm-hasheader > .mm-panel {
  padding-top: 80px;
}
.mm-menu.mm-hasheader > .mm-panel.mm-list {
  padding-top: 60px;
}
.mm-menu.mm-hasheader > .mm-panel > .mm-list:first-child {
  margin-top: -20px;
}
.mm-menu.mm-hasheader.mm-hassearch > .mm-panel {
  padding-top: 120px;
}
.mm-menu.mm-hasheader.mm-hassearch > .mm-panel.mm-list {
  padding-top: 100px;
}
.mm-menu .mm-header {
  border-color: rgba(0, 0, 0, 0.15);
  color: rgba(255, 255, 255, 0.3);
}
.mm-menu .mm-header .mm-prev:before, .mm-menu .mm-header .mm-next:after, .mm-menu .mm-header .mm-close:after {
  border-color: rgba(255, 255, 255, 0.3);
}
.mm-list li.mm-label > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  padding: 0;
  line-height: 25px;
}
.mm-list li.mm-label.mm-opened a.mm-subopen:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mm-list li.mm-collapsed:not(.mm-uncollapsed) {
  display: none;
}
.mm-menu.mm-vertical .mm-list > li.mm-label > a.mm-subopen:after {
  top: 8.5px;
}
.mm-menu .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.05);
}
.mm-search, .mm-search input {
  box-sizing: border-box;
}
.mm-list > li.mm-search {
  padding: 10px;
  margin-top: -20px;
}
.mm-list > li.mm-subtitle + li.mm-search {
  margin-top: 0;
}
div.mm-panel > div.mm-search {
  padding: 0 0 10px 0;
}
.mm-menu.mm-hasheader .mm-list > li.mm-search {
  margin-top: 0;
}
.mm-menu > .mm-search {
  background: inherit;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.mm-search {
  padding: 10px;
}
.mm-search input {
  border: none;
  border-radius: 30px;
  font: inherit;
  font-size: 14px;
  line-height: 30px;
  outline: none;
  display: block;
  width: 100%;
  height: 30px;
  margin: 0;
  padding: 0 10px;
}
.mm-search input::-ms-clear {
  display: none;
}
.mm-menu .mm-noresultsmsg {
  text-align: center;
  font-size: 21px;
  display: none;
  padding: 60px 0;
}
.mm-menu .mm-noresultsmsg:after {
  border: none !important;
}
.mm-noresults .mm-noresultsmsg {
  display: block;
}
.mm-menu li.mm-nosubresults > a.mm-subopen {
  display: none;
}
.mm-menu li.mm-nosubresults > a.mm-subopen + a, .mm-menu li.mm-nosubresults > a.mm-subopen + span {
  padding-right: 10px;
}
.mm-menu.mm-hassearch > .mm-panel {
  padding-top: 70px;
}
.mm-menu.mm-hassearch > .mm-panel > .mm-list:first-child {
  margin-top: -20px;
}
.mm-menu.mm-hasheader > .mm-panel > div.mm-search:first-child {
  margin-top: -10px;
}
.mm-menu.mm-hasheader > .mm-panel > div.mm-search:first-child + .mm-list {
  padding-top: 0;
}
.mm-menu .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.3);
}
input.mm-toggle, input.mm-check {
  position: absolute;
  left: -10000px;
}
label.mm-toggle, label.mm-check {
  margin: 0;
  position: absolute;
  bottom: 50%;
  z-index: 2;
}
label.mm-toggle:before, label.mm-check:before {
  content: '';
  display: block;
}
label.mm-toggle {
  border-radius: 30px;
  width: 50px;
  height: 30px;
  margin-bottom: -15px;
}
label.mm-toggle:before {
  border-radius: 30px;
  width: 28px;
  height: 28px;
  margin: 1px;
}
input.mm-toggle:checked ~ label.mm-toggle:before {
  float: right;
}
label.mm-check {
  width: 30px;
  height: 30px;
  margin-bottom: -15px;
}
label.mm-check:before {
  border-left: 3px solid;
  border-bottom: 3px solid;
  width: 40%;
  height: 20%;
  margin: 25% 0 0 20%;
  opacity: 0.1;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
input.mm-check:checked ~ label.mm-check:before {
  opacity: 1;
}
.mm-menu.mm-vertical .mm-list > li label.mm-toggle, .mm-menu.mm-vertical .mm-list > li label.mm-check {
  bottom: auto;
  margin-bottom: 0;
}
.mm-menu.mm-vertical .mm-list > li label.mm-toggle {
  top: 5px;
}
.mm-menu.mm-vertical .mm-list > li label.mm-check {
  top: 5px;
}
label.mm-toggle, label.mm-check {
  right: 20px;
}
label.mm-toggle + a, label.mm-toggle + span {
  margin-right: 70px;
}
label.mm-check + a, label.mm-check + span {
  margin-right: 50px;
}
a.mm-subopen + label.mm-toggle, a.mm-subopen + label.mm-check {
  right: 50px;
}
a.mm-subopen + label.mm-toggle + a, a.mm-subopen + label.mm-toggle + span {
  margin-right: 100px;
}
a.mm-subopen + label.mm-check + a, a.mm-subopen + label.mm-check + span {
  margin-right: 80px;
}
em.mm-counter + a.mm-subopen + label.mm-toggle, em.mm-counter + a.mm-subopen + label.mm-check {
  right: 90px;
}
em.mm-counter + a.mm-subopen + label.mm-toggle + a, em.mm-counter + a.mm-subopen + label.mm-toggle + span {
  margin-right: 140px;
}
em.mm-counter + a.mm-subopen + label.mm-check + a, em.mm-counter + a.mm-subopen + label.mm-check + span {
  margin-right: 120px;
}
.mm-menu label.mm-toggle {
  background: rgba(0, 0, 0, 0.15);
}
.mm-menu label.mm-toggle:before {
  background: #333333;
}
.mm-menu input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
.mm-menu label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6);
}
html.mm-slide .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
}
html.mm-slide.mm-opened .mm-menu {
  -webkit-transform: translateX(-30%);
  -moz-transform: translateX(-30%);
  -ms-transform: translateX(-30%);
  -o-transform: translateX(-30%);
  transform: translateX(-30%);
}
html.mm-slide.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
html.mm-slide.mm-right.mm-opened .mm-menu {
  -webkit-transform: translateX(30%);
  -moz-transform: translateX(30%);
  -ms-transform: translateX(30%);
  -o-transform: translateX(30%);
  transform: translateX(30%);
}
html.mm-slide.mm-right.mm-opening .mm-menu {
  -webkit-transform: translateX(0%);
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -o-transform: translateX(0%);
  transform: translateX(0%);
}
html.mm-slide.mm-top.mm-opened .mm-menu {
  -webkit-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  -o-transform: translateY(-30%);
  transform: translateY(-30%);
}
html.mm-slide.mm-top.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
html.mm-slide.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: translateY(30%);
  -moz-transform: translateY(30%);
  -ms-transform: translateY(30%);
  -o-transform: translateY(30%);
  transform: translateY(30%);
}
html.mm-slide.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  -o-transform: translateY(0%);
  transform: translateY(0%);
}
html.mm-zoom-menu .mm-menu {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
}
html.mm-zoom-menu.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(-30%);
  -moz-transform: scale(0.7, 0.7) translateX(-30%);
  -ms-transform: scale(0.7, 0.7) translateX(-30%);
  -o-transform: scale(0.7, 0.7) translateX(-30%);
  transform: scale(0.7, 0.7) translateX(-30%);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
html.mm-zoom-menu.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%);
}
html.mm-zoom-menu.mm-right.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateX(30%);
  -moz-transform: scale(0.7, 0.7) translateX(30%);
  -ms-transform: scale(0.7, 0.7) translateX(30%);
  -o-transform: scale(0.7, 0.7) translateX(30%);
  transform: scale(0.7, 0.7) translateX(30%);
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}
html.mm-zoom-menu.mm-right.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%);
}
html.mm-zoom-menu.mm-top.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(-30%);
  -moz-transform: scale(0.7, 0.7) translateY(-30%);
  -ms-transform: scale(0.7, 0.7) translateY(-30%);
  -o-transform: scale(0.7, 0.7) translateY(-30%);
  transform: scale(0.7, 0.7) translateY(-30%);
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  -o-transform-origin: center top;
  transform-origin: center top;
}
html.mm-zoom-menu.mm-top.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  -moz-transform: scale(1, 1) translateY(0%);
  -ms-transform: scale(1, 1) translateY(0%);
  -o-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%);
}
html.mm-zoom-menu.mm-bottom.mm-opened .mm-menu {
  -webkit-transform: scale(0.7, 0.7) translateY(30%);
  -moz-transform: scale(0.7, 0.7) translateY(30%);
  -ms-transform: scale(0.7, 0.7) translateY(30%);
  -o-transform: scale(0.7, 0.7) translateY(30%);
  transform: scale(0.7, 0.7) translateY(30%);
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  -o-transform-origin: center bottom;
  transform-origin: center bottom;
}
html.mm-zoom-menu.mm-bottom.mm-opening .mm-menu {
  -webkit-transform: scale(1, 1) translateY(0%);
  -moz-transform: scale(1, 1) translateY(0%);
  -ms-transform: scale(1, 1) translateY(0%);
  -o-transform: scale(1, 1) translateY(0%);
  transform: scale(1, 1) translateY(0%);
}
html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel {
  -webkit-transform: scale(1.5, 1.5) translateX(100%);
  -moz-transform: scale(1.5, 1.5) translateX(100%);
  -ms-transform: scale(1.5, 1.5) translateX(100%);
  -o-transform: scale(1.5, 1.5) translateX(100%);
  transform: scale(1.5, 1.5) translateX(100%);
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition-property: -webkit-transform, left;
  transition-property: transform, left;
}
html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened {
  -webkit-transform: scale(1, 1) translateX(0%);
  -moz-transform: scale(1, 1) translateX(0%);
  -ms-transform: scale(1, 1) translateX(0%);
  -o-transform: scale(1, 1) translateX(0%);
  transform: scale(1, 1) translateX(0%);
}
html.mm-zoom-panels .mm-menu.mm-horizontal > .mm-panel.mm-opened.mm-subopened {
  -webkit-transform: scale(0.7, 0.7) translateX(-30%);
  -moz-transform: scale(0.7, 0.7) translateX(-30%);
  -ms-transform: scale(0.7, 0.7) translateX(-30%);
  -o-transform: scale(0.7, 0.7) translateX(-30%);
  transform: scale(0.7, 0.7) translateX(-30%);
}
.mm-menu.mm-fullscreen {
  width: 100%;
  min-width: 140px;
  max-width: 10000px;
}
html.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
@media all and (max-width: 140px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(140px, 0);
    -moz-transform: translate(140px, 0);
    -ms-transform: translate(140px, 0);
    -o-transform: translate(140px, 0);
    transform: translate(140px, 0);
  }
}
@media all and (min-width: 10000px) {
  html.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(10000px, 0);
    -moz-transform: translate(10000px, 0);
    -ms-transform: translate(10000px, 0);
    -o-transform: translate(10000px, 0);
    transform: translate(10000px, 0);
  }
}
html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
@media all and (max-width: 140px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
  }
}
@media all and (min-width: 10000px) {
  html.mm-right.mm-opening.mm-fullscreen .mm-slideout {
    -webkit-transform: translate(-10000px, 0);
    -moz-transform: translate(-10000px, 0);
    -ms-transform: translate(-10000px, 0);
    -o-transform: translate(-10000px, 0);
    transform: translate(-10000px, 0);
  }
}
.mm-menu.mm-front.mm-fullscreen.mm-top, .mm-menu.mm-front.mm-fullscreen.mm-bottom {
  height: 100%;
  min-height: 140px;
  max-height: 10000px;
}
html.mm-opened.mm-fullscreen .mm-page {
  box-shadow: none !important;
}
.mm-menu.mm-top, .mm-menu.mm-bottom {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
.mm-menu.mm-right {
  left: auto;
  right: 0;
}
.mm-menu.mm-bottom {
  top: auto;
  bottom: 0;
}
html.mm-right.mm-opening .mm-slideout {
  -webkit-transform: translate(-80%, 0);
  -moz-transform: translate(-80%, 0);
  -ms-transform: translate(-80%, 0);
  -o-transform: translate(-80%, 0);
  transform: translate(-80%, 0);
}
@media all and (max-width: 175px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-140px, 0);
    -moz-transform: translate(-140px, 0);
    -ms-transform: translate(-140px, 0);
    -o-transform: translate(-140px, 0);
    transform: translate(-140px, 0);
  }
}
@media all and (min-width: 550px) {
  html.mm-right.mm-opening .mm-slideout {
    -webkit-transform: translate(-440px, 0);
    -moz-transform: translate(-440px, 0);
    -ms-transform: translate(-440px, 0);
    -o-transform: translate(-440px, 0);
    transform: translate(-440px, 0);
  }
}
html.mm-front .mm-slideout {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  z-index: 0 !important;
}
.mm-menu.mm-front {
  z-index: 1;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
html.mm-opened.mm-next .mm-page {
  box-shadow: none;
}
.mm-menu.mm-front, .mm-menu.mm-next {
  -webkit-transition: -webkit-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  -webkit-transform: translate(-100%, 0);
  -moz-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.mm-menu.mm-front.mm-right, .mm-menu.mm-next.mm-right {
  -webkit-transform: translate(100%, 0);
  -moz-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  -o-transform: translate(100%, 0);
  transform: translate(100%, 0);
}
.mm-menu.mm-front.mm-top {
  -webkit-transform: translate(0, -100%);
  -moz-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  -o-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.mm-menu.mm-front.mm-bottom {
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  -o-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
html.mm-opening .mm-menu.mm-front, html.mm-opening .mm-menu.mm-next {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.mm-menu.mm-front.mm-top, .mm-menu.mm-front.mm-bottom {
  height: 80%;
  min-height: 140px;
  max-height: 880px;
}
html.mm-opened.mm-light .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light {
  background: #f3f3f3;
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-light .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-light .mm-list > li > a.mm-subclose {
  background: rgba(255, 255, 255, 0.6);
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light .mm-list > li > a.mm-subopen:after, .mm-menu.mm-light .mm-list > li > a.mm-subclose:before {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-light .mm-list > li.mm-selected > a:not(.mm-subopen), .mm-menu.mm-light .mm-list > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-light .mm-list > li.mm-label {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > a.mm-subopen, .mm-menu.mm-light.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-light .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: #f3f3f3;
}
.mm-menu.mm-light .mm-buttonbar > * {
  border-color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-light .mm-buttonbar > input:checked + label {
  background: rgba(0, 0, 0, 0.6);
  color: #f3f3f3;
}
.mm-menu.mm-light label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-light em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light .mm-header .mm-prev:before, .mm-menu.mm-light .mm-header .mm-next:after, .mm-menu.mm-light .mm-header .mm-close:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-light .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-light .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-light label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-light label.mm-toggle:before {
  background: #f3f3f3;
}
.mm-menu.mm-light input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
html.mm-opened.mm-white .mm-page {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white {
  background: white;
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-white .mm-list > li:after {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-white .mm-list > li > a.mm-subclose {
  background: rgba(0, 0, 0, 0.06);
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white .mm-list > li > a.mm-subopen:after, .mm-menu.mm-white .mm-list > li > a.mm-subclose:before {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white .mm-list > li > a.mm-subopen:before {
  border-color: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-white .mm-list > li.mm-selected > a:not(.mm-subopen), .mm-menu.mm-white .mm-list > li.mm-selected > span {
  background: rgba(0, 0, 0, 0.06);
}
.mm-menu.mm-white .mm-list > li.mm-label {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > a.mm-subopen, .mm-menu.mm-white.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-white .mm-buttonbar {
  border-color: rgba(0, 0, 0, 0.6);
  background: white;
}
.mm-menu.mm-white .mm-buttonbar > * {
  border-color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-white .mm-buttonbar > input:checked + label {
  background: rgba(0, 0, 0, 0.6);
  color: white;
}
.mm-menu.mm-white label.mm-check:before {
  border-color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-white em.mm-counter {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white .mm-footer {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white .mm-header {
  border-color: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white .mm-header .mm-prev:before, .mm-menu.mm-white .mm-header .mm-next:after, .mm-menu.mm-white .mm-header .mm-close:after {
  border-color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white .mm-list li.mm-label > div > div {
  background: rgba(0, 0, 0, 0.03);
}
.mm-menu.mm-white .mm-search input {
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
}
.mm-menu.mm-white .mm-noresultsmsg {
  color: rgba(0, 0, 0, 0.3);
}
.mm-menu.mm-white label.mm-toggle {
  background: rgba(0, 0, 0, 0.1);
}
.mm-menu.mm-white label.mm-toggle:before {
  background: white;
}
.mm-menu.mm-white input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}
html.mm-opened.mm-black .mm-page {
  box-shadow: none;
}
.mm-menu.mm-black {
  background: black;
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-black .mm-list > li:after {
  border-color: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-black .mm-list > li > a.mm-subclose {
  background: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-black .mm-list > li > a.mm-subopen:after, .mm-menu.mm-black .mm-list > li > a.mm-subclose:before {
  border-color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-black .mm-list > li > a.mm-subopen:before {
  border-color: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-black .mm-list > li.mm-selected > a:not(.mm-subopen), .mm-menu.mm-black .mm-list > li.mm-selected > span {
  background: rgba(255, 255, 255, 0.25);
}
.mm-menu.mm-black .mm-list > li.mm-label {
  background: rgba(255, 255, 255, 0.15);
}
.mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > a.mm-subopen, .mm-menu.mm-black.mm-vertical .mm-list li.mm-opened > ul {
  background: rgba(255, 255, 255, 0.15);
}
.mm-menu.mm-black .mm-buttonbar {
  border-color: rgba(255, 255, 255, 0.6);
  background: black;
}
.mm-menu.mm-black .mm-buttonbar > * {
  border-color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-black .mm-buttonbar > input:checked + label {
  background: rgba(255, 255, 255, 0.6);
  color: black;
}
.mm-menu.mm-black label.mm-check:before {
  border-color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-black em.mm-counter {
  color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-black .mm-footer {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-black .mm-header {
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-black .mm-header .mm-prev:before, .mm-menu.mm-black .mm-header .mm-next:after, .mm-menu.mm-black .mm-header .mm-close:after {
  border-color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-black .mm-list li.mm-label > div > div {
  background: rgba(255, 255, 255, 0.15);
}
.mm-menu.mm-black .mm-search input {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
}
.mm-menu.mm-black .mm-noresultsmsg {
  color: rgba(255, 255, 255, 0.3);
}
.mm-menu.mm-black label.mm-toggle {
  background: rgba(255, 255, 255, 0.2);
}
.mm-menu.mm-black label.mm-toggle:before {
  background: black;
}
.mm-menu.mm-black input.mm-toggle:checked ~ label.mm-toggle {
  background: #4bd963;
}