
/* === Reset === */
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  /*font-size: 75%;*/
  line-height: 1;
  color: #222;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}
/**************gotop******************/
#top {
    display: none;
    position: fixed;
    right: 15px;
    bottom: 20px;    
    padding: 10px 15px;    
    font-size: 14px;
    background: #777;
    color: white;
    cursor: pointer;
  z-index: 99;
}

/************************** generic class *****************************/
#page {
  max-width: 1200px;
  min-width: 980px;
  margin: 0 auto;
  background: #f6f6f6;
  overflow: hidden;
}

html.touch-device body {
  min-width: 1000px;
  min-height: 1200px;
}

html.touch-device #page {
  min-width: 1000px;
}

.rwd {
  display: none;
}

.hidecomponent {
  display: none;
}

.copyguard {
  -webkit-touch-callout: none;
  -webkit-pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
}

.container {
  max-width: 976px;
  margin: 0 auto;
  padding: 0 2px 0 2px;
  position: relative;
}
/************************** browsebar *****************************/
#browsebar-wrapper {
  height: 48px;
}

#browsebar {
  position: relative;
}

#browsebar:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

#browsebar.fix {
  position: fixed;
  width: 100%;
  max-width: 1200px;
  min-width: 976px;
  margin: 0 auto;
  top: 0;
  z-index: 1000;
}

#browsebar-in {
  height: 47px;
  border-top: 1px solid #362f2f;
  background: url(../images/img-bar-tittle-1px.gif) repeat-x;
  background-color: #434343;
  position: relative;
}

#browsebar-in.withuserbar {
  background-image: none !important;
}

#browsebar-in:after {
  content: "";
  display: block;
  overflow: hidden;
  height: 0;
  clear: both;
}

#browsebar-name {
  margin-top: 15px;
  float: left;
}

#browsebar-name:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}

#browsebar-name .name {
  float: left;
  font-family: 'Open Sans Condensed', 'Arial', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

#browsebar-name > .sharebtn {
  float: left;
  font-size: 0;
}

#browsebar-name > .sharebtn li {
  float: left;
  margin-left: 10px;
}

#browsebar-name > .sharebtn li a {
  display: block;
  width: 16px;
  height: 16px;
  position: relative;
}

#browsebar-name > .sharebtn li .barshare {
  background: url(../../images/addthisplus.png) no-repeat top left;
}

#browsebar-utils {
  float: right;
}

#browsebar-utils:after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}

#browsebar-utils .price {
  float: right;
  margin-left: 20px;
  margin-top: 12px;
  font-weight: bold;
  font-family: 'Open Sans Condensed', 'Arial', sans-serif;
  font-size: 16px;
  color: #fff;
  vertical-align: bottom;
}

#browsebar-utils .price:before {
  content: "";
  display: inline-block;
  height: 20px;
  vertical-align: bottom;
}

#browsebar-utils .price .prefix {
  display: inline-block;
  margin-right: 5px;
  font-size: 13px;
}

#browsebar-utils .extra-txt {
  float: right;
  margin-left: 20px;
  margin-top: 12px;
  font-size: 11px;
  color: #fff;
}

#browsebar-utils .extra-txt:before {
  content: "";
  display: inline-block;
  height: 20px;
  vertical-align: bottom;
}

@media (min-width: 641px), (min-device-width: 1281px) {
  #browsebar-utils .price-extra {
    float: right;
    margin-left: 20px;
    text-align: right;
  }

  #browsebar-utils .price-extra:before {
    content: "";
    display: inline-block;
    height: 47px;
    vertical-align: middle;
  }

  #browsebar-utils .price-extra-in {
    display: inline-block;
    vertical-align: middle;
  }

  #browsebar-utils .price-extra .price,
  #browsebar-utils .price-extra .extra-txt {
    float: none;
    margin-top: 0;
    margin-left: 0;
  }

  #browsebar-utils .price-extra .extra-txt:before {
    height: 14px;
  }
}
#browsebar-utils .btn {
  float: right;
  margin-left: 20px;
  margin-top: 12px;
  vertical-align: top;
}

#browsebar-utils .btn-blue,
#browsebar-utils .btn-compare {
  display: inline-block;
  height: 22px;
  padding: 0 4px;
  border-radius: 2px;
  background-color: #00a0c6;
  font-family: 'Open Sans Condensed', 'Arial', sans-serif;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}

#browsebar-utils .btn-blue span,
#browsebar-utils .btn-compare span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px 0;
  font-size: 13px;
}

#browsebar-utils .btn-blue:before,
#browsebar-utils .btn-compare:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

#browsebar-buyslide {
  position: absolute;
  z-index: 1000;
  width: 100%;
  left: 0;
}

#browsebar-buyslide .layer-slide {
  display: none;
  float: right;
  margin-right: -5px;
}

#browsebar-buyslide .shoplist {
  width: 203px;
}

#browsebar-buyslide .shoplist:before,
#browsebar-buyslide .shoplist:after {
  content: "";
  display: block;
  background-image: url(../../images/spr-overview.png);
  background-repeat: no-repeat;
}

#browsebar-buyslide .shoplist:before {
  width: 203px;
  height: 14px;
  background-position: -236px -18px;
}

#browsebar-buyslide .shoplist:after {
  width: 203px;
  height: 9px;
  background-position: -236px -38px;
}

#browsebar-buyslide .shoplist li {
  padding: 5px 20px 5px 15px;
  background: url(../../images/img-hero-dropwdown-1px.png) repeat-y;
}

#browsebar-buyslide .shoplist a {
  display: block;
  padding: 3px 0;
  font-family: 'Open Sans Condensed', 'Arial', sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}

#browsebar-buyslide .shoplist .buyfrompanasonic {
  background: url(../../images/icn-buy-from-panasonic.png) no-repeat 100% 50%;
}

#browsebar-buyslide .shoplist .wheretobuy {
  background: url(../../images/icn-where-buy.png) no-repeat 100% 50%;
}


/************************** globalheader *****************************/
#globalheader {
  background: #474747 url(../images/img-nav-global-1px.png) repeat-x;
  zoom: 1;
}


#globalheader:before,
#globalheader:after {
  content: "";
  display: table;
}

#globalheader:after {
  clear: both;
  height: 0;
  overflow: hidden;
}

#globalheader .container {
  z-index: 1002;
}

#globalheader #brandlogo {
  width: 170px;
  height: 70px;
  background-position: left top;
  background-repeat: no-repeat;
  font-size: 1px;
}

@media (min-width: 641px), (min-device-width: 1281px) {
  #substance{
    max-width: 1200px;
    margin:0px auto;
  }
  #globalfooter{
    max-width: 1200px;
    margin:0px auto;
  }
  #globalheader {
    min-height: 70px;
  }

  #globalheader #brandlogo {
    position: absolute;
    left: 0;
    margin-left: -10px;
  }
}
#globalheader #brandlogo a {
  display: block;
  width: 170px;
  height: 70px;
  font-size: 0px;
}

#globalheader-nav {
  font-size: 0;
  text-align: center;
}

#globalheader-nav .main_menu {
  margin-top: 28px;
  overflow: hidden;
  zoom: 1;
  display: inline-block;
  padding-left: 20px;
}

#globalheader-nav .main_menu > li {
  display: inline-block;
  margin-left: 35px;
  height: 42px;
  text-align: center;
}

#globalheader-nav .main_menu > li:first-child {
  margin-left: 0;
}

#globalheader-nav .main_menu .main-nav-root__title {
  height: 100%;
}

#globalheader-nav .main_menu > li > a,
#globalheader-nav .main_menu .main-nav-root__title > a {
  display: inline-block;
  font-family: 'Open Sans Condensed', 'Arial', sans-serif;
  font-size: 15px;
  color: #cecece;
  font-weight: bold;
  text-decoration: none;
  text-shadow: -1px -1px 1px #000000;
  text-shadow: -1px -1px 1px #222;
  padding: 1px 0;
}



html.touch-device #globalheader-nav .main_menu > li > a:hover,
html.touch-device #globalheader-nav .main_menu .main-nav-root__title > a:hover {
  color: #b6b6b6;
  text-shadow: -1px -1px 1px #000000;
  text-shadow: -1px -1px 1px #222;
}

html.touch-device #globalheader-nav .main_menu > li.active > a,
html.touch-device #globalheader-nav .main_menu > li.active .main-nav-root__title > a {
  color: #fff;
  text-shadow: none;
}

#globalheader-nav .main_menu > li.active {
  background: url(../images/icn-nav-global-arrow-top.png) no-repeat 50% 100%;
}

.toggleMenu {
  display: none;
}

#nav-menu-mob {
  display: none;
}

@media (min-width: 641px), (min-device-width: 1281px) {
  #globalheader .search-normal-mobile-label {
    display: none;
  }
}
#globalheader-utils {
  float: right;
  position: relative;
}

/**********************globalheader-secondarynav機關採購***********************************/

#globalheader-secondarynav {
  position: absolute;
  right: 0;
  top: 0;
  margin: 7px 0 0;
  display: block;
  text-align: right;
  min-width: 400px;
  font-size: 0;
}

#globalheader-secondarynav ul {
  display: inline-block;
}

#globalheader-secondarynav ul.main > li {
  display: inline-block;
  padding-left: 7px;
  margin-left: 7px;
  border-left: 1px solid #767676;
}

#globalheader-secondarynav ul.main > li a {
  font-size: 10px;
  color: #e0e0e0;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
}

#globalheader-secondarynav ul.main > li > a {
  text-transform: uppercase;
}

#globalheader-secondarynav ul.main > li a:hover {
  color: #fff;
}

#globalheader-secondarynav ul.main > li:first-child {
  border: none;
}

#globalheader-secondarynav ul.main > li.withlistmenu {
  position: relative;
}

#globalheader-secondarynav ul.main .listmenu {
  position: absolute;
  right: -3px;
  background-color: #393939;
  margin: 9px 0 13px;
  z-index: 1100;
  display: none;
  text-align: left;
  behavior: url(/etc/designs/panasonic/common-clientlibs/css/PIE.htc);
  border-radius: 3px;
  -pie-border-radius: 3px;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.5);
  -pie-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.5);
}

#globalheader-secondarynav ul.main .listmenu.col1 {
  width: 161px;
}

#globalheader-secondarynav ul.main .listmenu.col2 {
  width: 323px;
}

#globalheader-secondarynav ul.main .listmenu.col3 {
  width: 485px;
}

#globalheader-secondarynav ul.main .listmenu:after {
  content: "";
  display: block;
  height: 0;
  overflow: hidden;
  clear: both;
}

#globalheader-secondarynav ul.main .listmenu ul {
  margin: 10px 0;
  padding: 0 15px;
  float: left;
  width: 131px;
  border-right: 1px solid #4f4f4f;
}

#globalheader-secondarynav ul.main .listmenu ul:last-child {
  border-right: none;
}

#globalheader-secondarynav ul.main .listmenu li {
  padding: 5px 0;
}

#globalheader-secondarynav ul.main .modalmenu {
  display: none;
}

/************************** accesible megapannel 個人家庭產品下方塊 *****************************/
@media (min-width: 641px), (min-device-width: 1281px) {
  #globalheader-nav .main_menu .megapannel-wrapper {
    position: absolute;
    width: 100%;
    left: 0;
  }

  #globalheader-nav .main_menu .megapannel-container {
    height: 0;
    transition: height 0.5s;
    overflow: hidden;
    margin: 0 -112px;
  }

  #globalheader-nav .main_menu .megapannel {
    position: relative;
    z-index: 1;
  }

  #globalheader-nav .main_menu .megapannel[aria-hidden="true"] {
    visibility: hidden;
  }

  #globalheader-nav .main_menu .megapannel:not(.noimage) {
    background: url(../images/img-nav-expanded.jpg) no-repeat center top #333;
  }

  #globalheader-nav .main_menu .megapannel a,
  #globalheader-nav .main_menu .megapannel li > span {
    font-family: 'Open Sans Condensed', 'Arial', sans-serif;
    color: #ececec;
    font-weight: bold;
    text-decoration: none;
  }

  #globalheader-nav .main_menu .megapannel a:hover {
    color: #fff;
  }

  #globalheader-nav .main_menu .megapannel .panhead {
    height: 40px;
    margin: 0 auto;
    border-bottom: 1px solid #636363;
  }

  #globalheader-nav .main_menu .megapannel .inbread {
    margin-top: 15px;
    float: left;
  }

  #globalheader-nav .main_menu .megapannel .inbread span {
    font-family: 'Open Sans Condensed', 'Arial', sans-serif;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    margin-right: 10px;
  }
}

/************************** footer start *****************************/
#globalfooter {
  background-color: #434343;
  color: #c5c5c5;
  border-top: #616161 solid 1px;
  padding-bottom: 10em;
}

#globalfooter a {
  color: #fff;
  text-decoration: none;
}

#globalfooter-nav {
  zoom: 1;
}

#globalfooter-nav:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

#globalfooter-nav a {
  font-family: 'Open Sans Condensed', 'Arial', sans-serif;
  font-size: 13px;
  font-weight: bold;
}

#globalfooter-nav .print {
  width: 30%;
  margin-right: 20px;
  float: left;
}
@media screen and (min-width: 1000px){
#globalfooter-nav .pagetop { width: 312px; }
}

#globalfooter-nav .print a {
  display: inline-block;
  padding: 18px 0 18px 20px;
  background: url(../images/icn-print.gif) no-repeat 0 50%;
}

#globalfooter-nav .links {
  float: right;
  font-size: 0;
}

#globalfooter-nav .links > ul:after {
  content: "";
  display: table;
  clear: both;
}

#globalfooter-nav .links > ul > li,
#globalfooter-nav .links .links-root {
  margin-left: 35px;
  float: left;
}

#globalfooter-nav .links > ul > li > a,
#globalfooter-nav .links .links-root-item a {
  /*margin: 0 -10px;*/
  padding: 18px 10px 18px;
  display: inline-block;
}

#globalfooter-nav .links > ul > li > a.active,
#globalfooter-nav .links .links-root-item a.active {
  background-color: #616161;
}

#globalfooter-nav .pagetop {
  padding-top: 8px;
  text-align: center;
  width: 30%;
  float: left;
}
@media screen and (min-width: 1000px){
#globalfooter-nav .pagetop { width: 312px; }
}

#globalfooter-nav .pagetop a {
  display: inline-block;
  padding: 10px 0 0 0;
  background: url(../images/icn-footer-arrow-up.gif) no-repeat top center;
}

#globalfooter-terms {
  padding-top: 10px;
  font-size: 11px;
}

#globalfooter-terms .copyright {
  text-align: center;
}

#globalfooter-terms .links {
  margin-top: 5px;
  text-align: center;
  font-size: 0;
}

#globalfooter-terms .links li {
  display: inline-block;
  border-left: 1px solid #c5c5c5;
  padding: 0 5px;
}

#globalfooter-terms .links li:first-child {
  border-left: none;
}

#globalfooter-terms .links li a {
  font-size: 11px;
}
#globalfooter-socialmedia {
  margin-top: 30px;
  font-size: 0;
  text-align: center;
}

#globalfooter-socialmedia li {
  display: inline-block;
  padding: 0 5px;
}

/* bgWhite */
body.bgWhite #globalfooter {
  background-color: #fff;
  color: #1f1f1f;
  border-top-color: #dedede;
}

body.bgWhite #globalfooter a {
  color: #000;
}

body.bgWhite #globalfooter-terms .links li {
  border-left-color: #a3a3a3;
}

@media print {
  html {
    width: 1000px;
    margin-left: -50px;
  }

  #page {
    width: 1200px;
  }

  html.no-opacity, .no-opacity body {
    /*ie8*/
    width: 1000px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    background: none;
  }

  .no-opacity #page {
    /*ie8*/
    width: 100%;
  }

  #browsebar.fix {
    position: relative;
  }

  #float-btn-backtotop {
    display: none;
  }
}
@media only screen and (min-width: 641px) {
  #globalheader-utils {
    display: block !important;
  }

  #browsebar-utils {
    min-width: 30%;
  }
}
@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  img, iframe,
  object {
    max-width: 100%;
  }

  img {
    width: auto;
    height: auto;
  }

  /************************** generic class *****************************/
  .rwd {
    display: inherit;
  }

  html {
    /*font-size:118%;*/
    font-size: 100%;
  }

  body {
    font-size: 100%;
    -webkit-text-size-adjust: none;
  }

  #page {
    min-width: 320px;
    min-height: 0;
  }

  html.touch-device body {
    min-width: 320px;
    min-height: 0;
  }

  html.touch-device #page {
    min-width: 320px;
    min-height: 0;
  }

  .container {
    padding: 0;
  }

  .sectiontoggle, #nav-menu-mob {
    display: block;
  }

  /************************** browsebar *****************************/
  #browsebar-wrapper {
    height: auto;
    background-color: #434343;
  }

  #browsebar:not(.mobilefix).fix {
    position: static;
    width: auto;
    max-width: 1200px;
    min-width: 0;
    margin: 0 auto;
    height: auto;
    z-index: 0;
  }

  #browsebar.mobilefix.fix {
    top: 0 !important;
    min-width: 0;
    background-color: #434343;
  }

  #browsebar.mobilefix.fix:after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 5px;
    background: linear-gradient(rgba(0, 0, 0, 0.5), transparent);
  }

  #browsebar.mobilefix.fix #browsebar-utils > :not(.mobilefix),
  #browsebar.mobilefix.fix #browsebar-name > .sharebtn,
  #browsebar.mobilefix.fix .morebnr,
  #browsebar.mobilefix.fix .moreinfoLow {
    display: none;
  }

  #browsebar-in {
    height: auto;
    background: url(../images/img-nav-global-dpdown-shadow-1px-m-1x.png) repeat-x top;
    padding: 10px 10px 10px;
    border-top: none;
  }

  #browsebar-name {
    margin-top: 0;
    width: 100%;
    margin-right: -110px;
  }

  #browsebar-name .name {
    margin-right: 110px;
    float: none;
    font-size: 1rem;
    line-height: 1.125rem;
  }

  #browsebar-name > .sharebtn {
    margin-top: 11px;
    float: none;
  }

  #browsebar-name > .sharebtn li {
    margin-left: 0;
    margin-right: 7px;
  }

  #browsebar-utils {
    text-align: right;
    max-width: 100px;
  }

  #browsebar-utils .price {
    clear: both;
    float: none;
    margin-left: 0;
    padding-top: 7px;
    font-size: 0.938rem;
    line-height: 1.063rem;
  }

  #browsebar-utils .price:before {
    display: none;
  }

  #browsebar-utils .price .prefix {
    display: block;
    font-size: 0.75rem;
    line-height: 0.875rem;
    margin-right: 0;
  }

  #browsebar-utils .extra-txt {
    float: none;
    margin-left: 0;
    margin-top: 7px;
    font-size: 0.563rem;
    line-height: 0.688rem;
  }

  #browsebar-utils .extra-txt:before {
    display: none;
  }

  #browsebar-utils .btn {
    float: none;
    display: inline-block;
    margin-left: 0;
    margin-top: 0;
    vertical-align: top;
    height: auto !important;
  }

  #browsebar-utils .btn-blue {
    display: inline-block;
    height: auto !important;
    padding: 6px 8px !important;
    border-radius: 2px !important;
    font-size: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #browsebar-utils .btn-blue:before {
    display: none;
  }

  #browsebar-utils .btn-blue span {
    font-size: 0.938rem !important;
    text-align: center;
    padding: 0;
  }

  #browsebar-utils .withlayer {
    position: relative;
  }

  #browsebar-utils .withlayer .layer {
    position: absolute;
    right: -5px;
    top: 0;
    padding-top: 34px;
    z-index: 1000;
  }

  #browsebar-utils .moreinfo {
    margin-top: 5px;
  }

  #browsebar-utils .moreinfo li {
    margin-bottom: 5px;
  }

  #browsebar-utils .moreinfo li:last-child {
    margin-bottom: 0;
  }

  #browsebar-utils .moreinfo li a {
    display: inline-block;
    background-image: url(../../images/btn-grey-1px-m.png);
    background-size: 100% 30px;
    background-repeat: repeat-x;
    margin: 0 10px;
    height: 30px;
    font-family: 'Open Sans Condensed', 'Arial', sans-serif;
    font-size: 0.75rem;
    font-weight: bold;
    color: #1f1f1f;
  }

  #browsebar-utils .moreinfo li a:before,
  #browsebar-utils .moreinfo li a:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 30px;
    background-size: auto 30px;
    background-repeat: no-repeat;
    vertical-align: middle;
  }

  #browsebar-utils .moreinfo li a:before {
    margin-left: -10px;
    background-position: left top;
    background-image: url(../../images/btn-grey-cap-left-m.png);
  }

  #browsebar-utils .moreinfo li a:after {
    margin-right: -10px;
    background-position: right top;
    background-image: url(../../images/btn-grey-cap-right-m.png);
  }

  #browsebar-utils .moreinfo li a span {
    display: inline-block;
    vertical-align: middle;
    padding-top: 0;
    text-align: center;
    width: 80px;
  }

  #browsebar-buyslide {
    position: static;
  }

  #browsebar-buyslide .layer-slide {
    display: none;
    float: none;
    margin-right: 0;
  }

  #browsebar-buyslide .shoplist {
    width: auto;
    border-top: 1px solid #373737;
  }

  #browsebar-buyslide .shoplist:before {
    display: none;
  }

  #browsebar-buyslide .shoplist:after {
    display: none;
  }

  #browsebar-buyslide .shoplist li {
    padding: 5px 10px 5px 10px;
    background: none;
    background-color: #434343;
    border-top: 1px solid #656565;
    border-bottom: 1px solid #373737;
    text-align: right;
  }

  #browsebar-buyslide .shoplist li:last-child {
    border-bottom: none;
  }

  #browsebar-buyslide .shoplist a {
    display: block;
    padding: 5px 0;
    font-size: 0.938rem;
  }

  #browsebar-buyslide .shoplist .buyfrompanasonic {
    background: none;
  }

  #browsebar-buyslide .shoplist .wheretobuy {
    background: none;
  }

  #browsebar-utils .btn.compare,
  #browsebar-compare {
    display: none !important;
  }

  #browsebar-utils .btn.compare + .moreinfo {
    margin-top: 0;
  }

  /* morebnr */
  #browsebar .morebnr {
    clear: both;
    padding-top: 10px;
    text-align: left;
    font-size: 0;
  }

  #browsebar .morebnr a {
    display: inline-block;
    width: 48.5%;
  }

  #browsebar .morebnr a img {
    max-width: 100%;
  }

  /* moreinfoLow */
  #browsebar .moreinfoLow {
    clear: both;
    padding-top: 10px;
  }

  #browsebar .moreinfoLow ul {
    font-size: 0;
    text-align: center;
    white-space: nowrap;
  }

  #browsebar .moreinfoLow ul:after {
    content: "";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
  }

  #browsebar .moreinfoLow li {
    display: inline-block;
    width: 48.5%;
  }

  #browsebar .moreinfoLow li + li {
    margin-left: 3%;
  }

  #browsebar .moreinfoLow li a {
    display: block;
    background-image: url(../../images/btn-grey-1px-m.png);
    background-position: center;
    background-size: 100% 35px;
    background-repeat: repeat-x;
    height: 30px;
    padding: 0 10px;
    border-radius: 3px;
    text-align: center;
    white-space: normal;
  }

  #browsebar .moreinfoLow li a:before {
    content: "";
    display: inline-block;
    height: 30px;
    vertical-align: middle;
  }

  #browsebar .moreinfoLow li a span {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Open Sans Condensed', 'Arial', sans-serif;
    font-size: 0.75rem;
    font-weight: bold;
    color: #1f1f1f;
  }

  /************************** globalheader *****************************/
  #globalheader {
    background-image: url(../images/img-nav-global-1px-m-1x.png);
    background-color: #3b3b3b;
  }

  #globalheader:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
  }

  #globalheader #brandlogo {
    width: 128px;
    height: 44px;
    margin-left: 0;
    float: left;
  }

  #globalheader #brandlogo a {
    width: 128px;
    height: 44px;
    background: url(../images/lgo-nav-global-panasonic-m-2x.png) no-repeat;
    background-size: contain;
  }

  #brandlogo img:first-child {
    display: none;
  }

  #globalheader-nav {
    display: none;
  }

  #globalheader .toggleMenu {
    display: block;
    float: right;
    width: 44px;
    height: 44px;
    border-left: 1px solid #727272;
  }

  #globalheader .toggleMenu a {
    display: block;
    width: 14px;
    height: 13px;
    padding: 15px 15px 16px;
    border-left: 1px solid #2e2e2e;
    background: url(../images/icn-nav-global-menu-m-2x.png) no-repeat center;
    background-size: 14px 13px;
  }

  #globalheader-utils {
    float: none;
    clear: both;
  }

  #globalheader-secondarynav {
    display: none;
  }

  #nav-menu-mob {
    display: none;
  }

  #nav-menu-mob li a {
    display: block;
    padding: 10px 15px 10px 20px;
    min-height: 14px;
    font-family: 'Open Sans Condensed', 'Arial', sans-serif;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    /*outline:none;*/
  }

  #nav-menu-mob li a.lang {
    color: #00a0c6;
  }

  #nav-menu-mob li a.accordion-head:after {
    content: "";
    float: right;
    height: 14px;
    width: 9px;
    background: url(../images/icn-nav-global-dpdown-arrow-m-2x.png) no-repeat;
    background-size: 9px 5px;
    background-position: center;
  }

  #nav-menu-mob li > a {
    border-bottom: 1px solid;
    border-top: 1px solid;
  }

  #nav-menu-mob li:first-child > a {
    border-top: none;
  }

  #nav-menu-mob li:last-child > a {
    border-bottom: none;
  }

  #nav-menu-mob > ul > li > a {
    background: url(../images/img-nav-global-dpdown-1px-m-1x.png) repeat-x #1d1d1d top;
    border-bottom-color: #181818;
    border-top-color: #504f4f;
  }

  #nav-menu-mob > ul > li li > a {
    border-bottom-color: rgba(0, 0, 0, 0.24);
    border-top-color: rgba(255, 255, 255, 0.24);
  }

  #nav-menu-mob > ul > li ul {
    background: url(../../images/img-nav-global-dpdown-shadow-1px-m.png) repeat-x top;
    background-size: 1px 5px;
  }

  #nav-menu-mob > ul > li > ul > li > ul {
    background-color: #575757;
  }

  #nav-menu-mob > ul > li > ul > li > ul > li > ul {
    background-color: #737373;
  }

  /************************** globalheader nav-menu-mob renewal widhImage *****************************/
  #nav-menu-mob .typeTall li > a {
    padding: 0;
    position: relative;
  }

  #nav-menu-mob .typeTall li > a:after {
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 15px;
  }

  #nav-menu-mob .typeTall li > a.active:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  #nav-menu-mob .typeTall li > a .itembox > .catname {
    padding: 5px 15px 5px 20px;
  }

  #nav-menu-mob .typeTall li > a.accordion-head .itembox > .catname {
    padding-right: 30px;
  }

  /* no image */
  #nav-menu-mob .typeTall > li > a .itembox,
  #nav-menu-mob .typeTall ul:not(.withImage) > li > a .itembox {
    height: 42px;
    display: table;
  }

  #nav-menu-mob .typeTall > li > a .itembox > .catname,
  #nav-menu-mob .typeTall ul:not(.withImage) > li > a .itembox > .catname {
    display: table-cell;
    vertical-align: middle;
  }

  /************************** footer start *****************************/

  #globalfooter-terms {
    padding-top: 20px;
    font-size: 0.625rem;
  }

  #globalfooter-terms .links li {
    margin-bottom: 5px;
  }

  #globalfooter-terms .links li a {
    font-size: 0.625rem;
  }


@media only screen and (max-width: 640px) and (max-device-width: 1280px) {
  #mobile-navigation {
    clear: both;
  }

  #mobile-navigation button.toggleMenu {
    -webkit-appearance: none;
    background: none;
    border: none;
    padding: 0;
    display: block;
    float: none;
    width: 44px;
    height: 44px;
    border-left: 1px solid #727272;
    position: absolute;
    right: 0;
    top: 0;
  }

  #mobile-navigation button.toggleMenu .label {
    display: block;
    border-left: 1px solid #2e2e2e;
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #mobile-navigation button.toggleMenu .label img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 14px;
    height: 13px;
  }
  
}

@media (min-device-width: 1281px) {

  #globalfooter {
  background-color: #434343;
  color: #c5c5c5;
  border-top: #616161 solid 1px;
  padding-bottom: 5em;
  margin:0px auto;
  width:1200px;
}
#substance{
  width: 1200px;
  margin:0px auto;
}
}




/*# sourceMappingURL=common-libs.css.map */
