@charset "utf-8";
@import url("jquery.ui.core.css");
@import url("jquery.ui.theme.css");
@import url("jquery.ui.datepicker.css");

@font-face {
  font-family: 'Antonio Light';
   font-style: normal;
   font-weight: normal;
   src: local("Antonio Light"), url("./fonts/Antonio-Light.woff") format("woff");
}

@font-face {
   font-family: "Antonio Regular";
   font-style: normal;
   font-weight: normal;
   src: local("Antonio Regular"), url("./fonts/Antonio-Regular.woff") format("woff");
}


/*共通樣式
*****************************************/
body {
  background-color: #ffffff;
  color: #333;
  font-family: "Antonio Light";
  margin: 0px;
  padding: 0px;
   font-size: 16px;
   letter-spacing: 0.5px;
}
body,
td,
th,
input,
textarea,
select,
a {
  font-size: 16px;
  letter-spacing: 0.5px;
}

a {
  text-decoration: none;
  /* color: #be0404; */
}

a:hover {
  color: #a00404;
  text-decoration: none;
}

@media screen and (max-width: 480px) {
  body,
  td,
  th,
  input,
  textarea,
  select,
  a {
    font-size: 15px;
    letter-spacing: 0.2px;
  }
}

.h1 {
  font-size: 2em;
  font-weight: bold;
}
form {
  padding: 0;
  margin: 0;
  display: inline;
}
input[type="text"],
input[type="password"],
textarea {
  /* background: #F8F8F8; */
  border: 1px solid #cccccc;
  padding: 3px;
  margin-left: 0px;
  margin-right: 0px;
}
select {
  background: #f8f8f8;
  border: 1px solid #cccccc;
  padding: 2px;
}
label {
  cursor: pointer;
}
/* layout */
#container {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
#column-left {
  margin-left: 50px;
  float: left;
  width: auto;
}
#column-right {
  float: right;
  width: 180px;
}
#content {
  min-height: 400px;
  margin-bottom: 25px;
}
#column-left + #column-right + #content,
#column-left + #content {
}
#column-right + #content {
}

.visible-1200 {
  display: none;
}
@media (min-width: 1201px) {
  .visible-1200 {
    display: block;
  }
}

/* box-left */
.box-left {
  width: auto;
  margin-bottom: 10px;
}
.box-left .box-left-heading {
  border: 1px solid #dbdee1;
  background: #6b6b6b;
  padding: 8px 10px 7px 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 14px;
  color: #fff;
}
.box-left .box-left-content {
  background: #eee;
  border-left: 1px solid #dbdee1;
  border-right: 1px solid #dbdee1;
  border-bottom: 1px solid #dbdee1;
  padding: 10px;
  font-size: 13px;
  height: auto;
}

/* box */
.box {
  width: auto;
}
.box .box-heading {
  -webkit-border-radius: 7px 7px 0px 0px;
  -moz-border-radius: 7px 7px 0px 0px;
  -khtml-border-radius: 7px 7px 0px 0px;
  border-radius: 7px 7px 0px 0px;
  border: 1px solid #dbdee1;
  background: url("../image/background.png") repeat-x;
  padding: 8px 10px 7px 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 14px;
  color: #333;
}
.box .box-content {
  background: #ffffff;
  -webkit-border-radius: 0px 0px 7px 7px;
  -moz-border-radius: 0px 0px 7px 7px;
  -khtml-border-radius: 0px 0px 7px 7px;
  border-radius: 0px 0px 7px 7px;
  border-left: 1px solid #dbdee1;
  border-right: 1px solid #dbdee1;
  border-bottom: 1px solid #dbdee1;
  padding: 10px;
  font-size: 13px;
  height: 315px;
}
/* box products */
.box-product {
  width: 100%;
  overflow: auto;
}
.box-product > div {
  width: 130px;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  margin-bottom: 20px;
}
#column-left + #column-right + #content .box-product > div {
  width: 119px;
}
.box-product .image {
  display: block;
  margin-bottom: 0px;
}
.box-product .image img {
  padding: 3px;
  border: 1px solid #e7e7e7;
}
.box-product .name a {
  color: #38b0e3;
  font-weight: bold;
  text-decoration: none;
  display: block;
  margin-bottom: 4px;
}
.box-product .price {
  display: block;
  font-weight: bold;
  color: #333333;
  margin-bottom: 4px;
}
.box-product .price-old {
  text-decoration: line-through;
}
.box-product .price-new {
  color: #f00;
  font-weight: bold;
}
.box-product .rating {
  display: block;
  margin-bottom: 4px;
}
.box-product .notewording_grid {
  height: 12px;
  margin-bottom: 4px;
}
/* box category */
ul.box-category,
ul.box-category ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.box-category > li:first-child {
  padding: 0px 8px 8px 0px;
}
ul.box-category > li {
  padding: 8px 8px 8px 0px;
}
ul.box-category > li + li {
  border-top: 1px solid #eeeeee;
}
ul.box-category > li > a {
  text-decoration: none;
  font-size: 14px;
  color: #333;
}
ul.box-category > li ul {
  display: none;
}
ul.box-category > li a.active {
  font-size: 13px;
  font-weight: bold;
}
ul.box-category > li a.active + ul {
  display: block;
}
ul.box-category > li ul > li {
  padding: 5px 5px 0px 10px;
}
ul.box-category > li ul > li > a {
  font-size: 13px;
  text-decoration: none;
  display: block;
}
ul.box-category > li ul > li > a.active {
  font-weight: bold;
}
/* box filter */
ul.box-filter,
ul.box-filter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.box-filter span {
  font-weight: bold;
  border-bottom: 1px solid #eeeeee;
  display: block;
  padding-bottom: 5px;
  margin-bottom: 8px;
}
ul.box-filter > li ul {
  padding-bottom: 10px;
}

/* button */
a.button {
  background: #3d3d82;
  color: #fff;
  padding: 1px 20px;
  border: none;
  font-size: 17px;
  cursor: pointer;
}
input.button {
  background: #3d3d82;
  color: #fff;
  padding: 1px 20px;
  border: none;
  font-size: 17px;
}
a.button:hover,
input.button:hover {
  background: #32326b;
}

/* button-disabled */
a.button-disabled,
input.button-disabled {
  cursor: pointer;
  color: #ffffff;
  line-height: 12px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  background: url("../image/button.png") top left repeat-x;
  -webkit-border-radius: 7px 7px 7px 7px;
  -moz-border-radius: 7px 7px 7px 7px;
  -khtml-border-radius: 7px 7px 7px 7px;
  border-radius: 7px 7px 7px 7px;
  -webkit-box-shadow: 0px 2px 2px #dddddd;
  -moz-box-shadow: 0px 2px 2px #dddddd;
  box-shadow: 0px 2px 2px #dddddd;
}
a.button-disabled {
  display: inline-block;
  text-decoration: none;
  padding: 6px 12px 6px 12px;
}
input.button-disabled {
  margin: 0;
  border: 0;
  height: 25px;
  padding: 0px 12px 0px 12px;
}
a.button-disabled:hover,
input.button-disabled:hover {
  background: url("../image/button.png") repeat-x;
  cursor: url("../image/no-drop.png"), auto;
}

/*buttoncart */
a.buttoncart,
input.buttoncart {
  cursor: pointer;
  color: #ffffff;
  line-height: 12px;
}
a.buttoncart {
  display: inline-block;
  text-decoration: none;
  padding: 6px 12px 6px 12px;
}
input.buttoncart {
  margin: 0;
  border: 0;
  height: 25px;
  padding: 0px 14px 0px 14px;
}
a.buttoncart:hover,
input.buttoncart:hover {
  /* background: url('../image/button.png') repeat-x; */
  color: #000;
}

/*buttoncart disabled */
a.buttoncart-disabled,
input.buttoncart-disabled {
  cursor: url("../image/no-drop.png"), auto;
  color: #ffffff;
  line-height: 12px;
}
a.buttoncart-disabled {
  display: inline-block;
  text-decoration: none;
  padding: 6px 12px 6px 12px;
  background: #777 !important;
}
input.buttoncart-disabled {
  margin: 0;
  border: 0;
  height: 25px;
  padding: 0px 14px 0px 14px;
  background: #777 !important;
}
button.buttoncart-disabled {
  margin: 0;
  border: 0;
  /* height: 25px; */
  padding: 0px 14px 0px 14px;
  background: #777 !important;
}

a.buttoncart-disabled:hover,
input.buttoncart-disabled:hover,
button.buttoncart-disabled:hover {
  /* background: url('../image/button.png') repeat-x; */
  color: #000;
  cursor: url("../image/no-drop.png"), auto;
}

.breadcrumb {
  color: #cccccc;
  margin-bottom: 10px;
  border-radius: 0px !important;
}
.success,
.warning,
.attention,
.information {
  padding: 10px 10px 10px 33px;
  margin-bottom: 15px;
  color: #555555;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -khtml-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.success {
  background: #eaf7d9 url("../image/success.png") 10px center no-repeat;
  border: 1px solid #bbdf8d;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -khtml-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.warning {
  background: #ffd1d1 url("../image/warning.png") 10px center no-repeat;
  border: 1px solid #f8acac;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -khtml-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.attention {
  background: #fff5cc url("../image/attention.png") 10px center no-repeat;
  border: 1px solid #f2dd8c;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -khtml-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}
.success .close,
.warning .close,
.attention .close,
.information .close {
  float: right;
  padding-top: 4px;
  padding-right: 4px;
  cursor: pointer;
}
.required {
  color: #ff0000;
  font-weight: bold;
}
.error {
  display: block;
  color: #ff0000;
}
.help {
  color: #999;
  font-size: 10px;
  font-weight: normal;
  font-family: Verdana, Geneva, sans-serif;
  display: block;
}
table.form {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
table.form tr td:first-child {
  width: 150px;
}
table.form > * > * > td {
  color: #000000;
}
table.form td {
  padding: 4px;
}
input.large-field,
select.large-field {
  width: 300px;
}
table.list {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  margin-bottom: 20px;
}
table.list td {
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
table.list thead td {
  background-color: #efefef;
  padding: 0px 5px;
}
table.list thead td a,
.list thead td {
  text-decoration: none;
  color: #222222;
  font-weight: bold;
}
table.list tbody td {
  padding: 0px 5px;
}
table.list .left {
  text-align: left;
  padding: 7px;
}
table.list .right {
  text-align: right;
  padding: 7px;
}
table.list .center {
  text-align: center;
  padding: 7px;
}
table.radio {
  width: 100%;
  border-collapse: collapse;
}
table.radio td {
  padding: 5px;
}
table.radio td label {
  display: block;
}
table.radio tr td:first-child {
  width: 1px;
}
table.radio tr td:first-child input {
  margin-top: 1px;
}
table.radio tr.highlight:hover td {
  background: #f1ffdd;
  cursor: pointer;
}
.pagination {
  border-top: 1px solid #eeeeee;
  padding-top: 8px;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.pagination .links {
  float: left;
}
.pagination .links a {
  display: inline-block;
  border: 1px solid #eeeeee;
  padding: 4px 10px;
  text-decoration: none;
  color: #a3a3a3;
}
.pagination .links b {
  display: inline-block;
  border: 1px solid #269bc6;
  padding: 4px 10px;
  font-weight: normal;
  text-decoration: none;
  color: #269bc6;
  background: #ffffff;
}
.pagination .results {
  float: right;
  padding-top: 3px;
}

.buttons {
  background: #ffffff;
  border: 1px solid #eeeeee;
  overflow: auto;
  padding: 6px;
  margin-bottom: 20px;
}
.buttons .left {
  float: left;
  text-align: left;
}
.buttons .right {
  float: right;
  text-align: right;
}
.buttons .center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.htabs {
  border-bottom: 1px solid #dddddd;
}
.htabs a {
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  background: #ffffff url("../image/tab.png") repeat-x;
  padding: 7px 15px 6px 15px;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #000000;
  margin-right: 2px;
  display: none;
}
.htabs a.selected {
  padding-bottom: 7px;
  background: #ffffff;
}
.tab-content {
  margin-bottom: 20px;
  z-index: 2;
  overflow: none;
}

/* box category */
ul.box-category,
ul.box-category ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.box-category > li:first-child {
  padding: 0px 8px 8px 0px;
}
ul.box-category > li {
  padding: 8px 8px 8px 0px;
}
ul.box-category > li + li {
  border-top: 1px solid #eeeeee;
}
ul.box-category > li > a {
  text-decoration: none;
  color: #333;
}
ul.box-category > li ul {
  display: none;
}
ul.box-category > li a.active {
  font-weight: bold;
}
ul.box-category > li a.active + ul {
  display: block;
}
ul.box-category > li ul > li {
  padding: 5px 5px 0px 10px;
}
ul.box-category > li ul > li > a {
  text-decoration: none;
  display: block;
}
ul.box-category > li ul > li > a.active {
  font-weight: bold;
}
/* box filter */
ul.box-filter,
ul.box-filter ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.box-filter span {
  font-weight: bold;
  border-bottom: 1px solid #eeeeee;
  display: block;
  padding-bottom: 5px;
  margin-bottom: 8px;
}
ul.box-filter > li ul {
  padding-bottom: 10px;
}
/* content */
.content {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #eeeeee;
}
.content .left {
  float: left;
  width: 49%;
}
.content .right {
  float: right;
  width: 49%;
}
/* category */
.category-info {
  overflow: auto;
  margin-bottom: 20px;
}
.category-info .image {
  float: left;
  padding: 5px;
  margin-right: 15px;
  border: 1px solid #e7e7e7;
}
.category-list {
  overflow: auto;
  margin-bottom: 20px;
}
.category-list ul {
  /*20141112 Eleven Modify for category layout */
  float: left;
  padding-top: 10px;
  padding-bottom: 20px;
}
.category-list li {
  /*20141112 Eleven add for category layout */
  float: left;
  display: inline;
  text-align: center;
}
/* manufacturer */
.manufacturer-list {
  border: 1px solid #dbdee1;
  padding: 5px;
  overflow: auto;
  margin-bottom: 20px;
}
.manufacturer-heading {
  background: #f8f8f8;
  font-size: 15px;
  font-weight: bold;
  padding: 5px 8px;
  margin-bottom: 6px;
}
.manufacturer-content {
  padding: 8px;
}
.manufacturer-list ul {
  float: left;
  width: 25%;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}
/* product */
.product-filter {
  width: 100%;
  background-color: #333;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 44px;
  height: 44px;
  margin-bottom: 10px;
}
.product-filter .display {
  padding-top: 4px;
  color: #333;
}
.product-filter .display a {
  font-weight: bold;
}
.product-filter .sort {
  float: right;
  color: #333;
}
.product-filter .limit {
  margin-left: 15px;
  float: right;
  color: #333;
}
.product-compare {
  width: 100%;
  background-color: #d5d5d5;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 38px;
  height: 38px;
  margin-bottom: 32px;
}

.product-compare strong {
  float: left;
  margin: 0px 20px 0px 18px;
  padding: 0px 0px 0px 24px;
  background-image: url(../image/compare_icon.png);
  background-repeat: no-repeat;
  background-position: left 9px;
}
.product-compare a {
  text-decoration: none;
  font-weight: bold;
}
.product-list > div {
  margin-bottom: 15px;
}
.product-list .right {
  float: right;
  margin-left: 15px;
}
.product-list > div + div {
  border-top: 1px solid #eeeeee;
  padding-top: 8px;
}
.product-list .image {
  margin-right: 0px;
}
.product-list .image img {
  padding: 3px;
  border: 1px solid #e7e7e7;
  width: 100%;
}
.product-list .name {
  margin-bottom: 3px;
}
.product-list .name a {
  color: #38b0e3;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
}
.product-list .description {
  line-height: 15px;
  margin-bottom: 5px;
  color: #4d4d4d;
}
.product-list .notewording {
  line-height: 10px;
  margin-top: 15px;
  margin-bottom: 0px;
  font-size: 13px;
  color: #4d4d4d;
}
.product-list .notewording_grid {
  display: none;
}
.product-list .rating {
  color: #7b7b7b;
}
.product-list .price {
  float: right;
  height: 50px;
  margin-left: 8px;
  text-align: right;
  color: #333333;
  font-weight: bold;
  font-size: 15px;
}
.product-list .price-old {
  text-decoration: line-through;
}
.product-list .price-new {
  color: #f00;
  font-weight: bold;
}
.product-list .price-tax {
  font-size: 12px;
  font-weight: normal;
  color: #bbbbbb;
}
.product-list .stockstatus {
  display: block;
  color: red;
  font-size: 13px;
  margin-bottom: 4px;
  padding-left: 18px;
}
.product-list .cart {
  margin-bottom: 3px;
}
.product-list .wishlist,
.product-list .compare {
  margin-bottom: 3px;
}
.product-list .wishlist a {
  color: #333333;
  text-decoration: none;
  padding-left: 18px;
  display: block;
  cursor: pointer;
}
.product-list .compare a {
  color: #333333;
  text-decoration: none;
  padding-left: 18px;
  display: block;
  cursor: pointer;
}
.product-grid {
}
.product-grid > div {
  vertical-align: top;
  margin-bottom: 2px;
}
#column-left + #column-right + #content .product-grid > div {
}
.product-grid .image {
  margin-bottom: 3px;
  margin-left: 15%;
}
.product-grid .image img {
  padding: 1px;
}

.product-grid .product-block {
  height: auto;
}

.product-grid .name a:hover {
  color: red;
}

.product-grid .description {
  display: block;
  margin-top: 5px;
  margin-bottom: 3px;
  height: 66px;
  overflow: hidden;
}

.product-grid .description ul {
  list-style: disc;
}
.product-grid .description li {
  list-style: disc;
  padding-left: 0px;
  margin-left: 20px;
}

.product-grid .notewording {
  display: none;
}
.product-grid .notewording_grid {
  height: 12px;
  margin-bottom: 4px;
}
.product-grid .rating {
  display: block;
  margin-bottom: 4px;
  text-align: left;
  margin-left: 35px;
}
.product-grid .price-old {
  text-decoration: line-through;
}
.product-grid .price-new {
  color: #f00;
  font-weight: bold;
}
.product-grid .price .price-tax {
  display: none;
}
.product-grid .stockstatus {
  /*display: block;*/
  display: inline;
  color: red;
  margin-left: 4px;
  font-weight: bold;
}
.product-grid .cart {
  margin-bottom: 3px;
  margin-top: 120px;
  text-align: left;
  margin-left: 35px;
}

.product-grid .cart-search {
  margin-bottom: 3px;
  margin-top: 90px;
  text-align: left;
  margin-left: 35px;
}

.product-grid .wishlist,
.product-grid .compare {
  margin-bottom: 3px;
}
.product-grid .wishlist a {
  color: #333333;
  text-decoration: none;
  padding-left: 2px;
  display: block;
  cursor: pointer;
  text-align: left;
  margin-left: 35px;
}
.product-grid .compare a {
  color: #333333;
  text-decoration: none;
  padding-left: 2px;
  display: block;
  cursor: pointer;
  text-align: left;
  margin-left: 35px;
}

@media (min-width: 1200px) {
  .product-grid .product-block {
    height: auto;
    width: 250px;
  }
  .product-grid .product-block2 {
    width: 220px;
    height: 270px;
  }
}

@media (min-width: 768px) {
  .product-grid .name a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    margin-bottom: 4px;
    width: auto;
    height: 35px; /*20150213 Eleven Modify */
    overflow: auto;
    text-align: center;
  }

  .product-grid .namebody {
    height: 58px;
  }

  .product-grid .model {
    font-weight: bold;
    text-align: left;
    margin-left: 20px;
  }

  .product-grid .price {
    display: block;
    font-weight: bold;
    color: #333333;
    margin-bottom: 4px;
    text-align: left;
    margin-left: 20px;
  }
  .product-grid .product-block2 {
    width: 220px;
    height: 270px;
  }
}
@media (max-width: 767px) {
  .product-grid .name a {
    color: #000;
    font-weight: bold;
    text-decoration: none;
    display: block;
    margin-bottom: 4px;
    width: auto;
    height: 55px; /*20150213 Eleven Modify */
    overflow: auto;
    text-align: center;
  }

  .product-grid .namebody {
    height: 79px;
  }
  .product-grid .cart {
    margin-bottom: 3px;
    margin-top: 120px;
    text-align: left;
  }

  .product-grid .cart-search {
    margin-bottom: 3px;
    margin-top: 110px;
    text-align: left;
  }
  .product-grid .model {
    font-weight: bold;
    text-align: center;
  }

  .product-grid .price {
    display: block;
    font-weight: bold;
    color: #333333;
    margin-bottom: 4px;
    text-align: center;
  }
  .product-grid .product-block2 {
    height: 270px;
  }
}

/* Product */
.product-info-title {
  font-size: 17px;
}
.product-info {
  margin-top: 20px;
  margin-bottom: 20px;
}

.product-info h1 {
  font-size: 30px;
  line-height: 1.2;
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 5px;
  padding-bottom: 10px;
  font-weight: normal;
}

.product-info > .left {
  float: left;
  margin-right: 5px;
}
.product-info > .left + .right {
  margin-left: 535px;
}
.product-info .image {
  border: 1px solid #e7e7e7;
  text-align: center;
}
.product-info .image-additional {
  margin-right: 3px;
  padding-right: 0px;
  padding-left: 0px;
}
.product-info .image-additional img {
  border: 1px solid #e7e7e7;
}
.product-info .image-additional a {
  display: block;
  margin-left: 3px;
  padding-right: 3px;
  padding-left: 3px;
  margin-bottom: 5px;
}
.product-info .description {
  padding: 5px 5px 5px 5px;
  margin-bottom: 0px;
  line-height: 20px;
  color: #4d4d4d;
}
.product-info .description span {
  color: #38b0e3;
  font-size: 14px;
}
.product-info .description a {
  color: #4d4d4d;
  text-decoration: none;
}

.product-info .description .sub_description {
  font-size: 18px;
  line-height: 1.6;
  font-family: "Open Sans", sans-serif;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 10px;
  margin-bottom: 15px;
}

.product-info .model {
  font-size: 17px;
  color: #6b6b6b;
  margin-bottom: 10px;
  font-weight: bold;
}
.product-info .stock {
  font-size: 17px;
  font-weight: normal;
  color: #6b6b6b;
}
.product-info .shipping_wording {
  font-size: 15px;
  font-weight: bold;
  padding-left: 15px;
}
.product-info .product_notes {
  font-size: 16px;
  font-weight: normal;
}
.product-info .price {
  padding: 0px 5px 5px 5px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 17px;
  font-weight: bold;
  color: #333333;
}
.product-info .price-old {
  text-decoration: line-through;
}
.product-info .price-new {
  color: #f00;
}
.product-info .price-tax {
  font-size: 12px;
  font-weight: normal;
  color: #999;
}
.product-info .price .reward {
  font-size: 12px;
  font-weight: normal;
  color: #999;
}
.product-info .price .discount {
  font-weight: normal;
  font-size: 17px;
  color: #4d4d4d;
}
.product-info .preorder_notes {
  font-size: 13px;
  margin-left: 20px;
  color: red;
}
.product-info .options {
  border-bottom: 1px solid #e7e7e7;
  padding: 0px 5px 10px 5px;
  margin-bottom: 10px;
  color: #000000;
}
.product-info .option-image {
  margin-top: 3px;
  margin-bottom: 10px;
}
.product-info .option-image label {
  display: block;
  width: 100%;
  height: 100%;
}
.product-info .option-image img {
  margin-right: 5px;
  border: 1px solid #cccccc;
  cursor: pointer;
}
.product-info .cart {
  border-bottom: 1px solid #e7e7e7;
  padding: 0px 5px 10px 5px;
  margin-bottom: 10px;
  color: #4d4d4d;
  font-size: 13px;
}
.product-info .cart div > span {
  color: #999;
}
.product-info .cart .links {
  display: inline-block;
  vertical-align: middle;
}

.product-info .cart .qtytext {
  font-size: 14px;
  font-weight: bold;
}

.product-info .cart .qtyinput {
  font-size: 14px;
  font-weight: bold;
}

.product-info .cart .links .wishlist a {
  color: #333333;
  text-decoration: none;
  padding-left: 18px;
  display: block;
  cursor: pointer;
}
.product-info .cart .links .compare a {
  color: #333333;
  padding: 5px 5px 5px 0px;
  text-decoration: none;
  padding-left: 18px;
  display: block;
  cursor: pointer;
}

.product-info .cart .minimum {
  padding-top: 5px;
  font-size: 11px;
  color: #999;
}
.product-info .review {
  color: #4d4d4d;
  border-top: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  margin-bottom: 10px;
}
.product-info .review > div {
  padding: 8px;
  border-bottom: 1px solid #e7e7e7;
  line-height: 20px;
}
.product-info .review > div > span {
  color: #38b0e3;
}
.product-info .review .share {
  overflow: auto;
  line-height: normal;
}
.product-info .review .share a {
  text-decoration: none;
}
.review-list {
  padding: 10px;
  overflow: auto;
  margin-bottom: 20px;
  border: 1px solid #eeeeee;
}
.review-list .author {
  float: left;
  margin-bottom: 20px;
}
.review-list .rating {
  float: right;
  margin-bottom: 20px;
}
.review-list .text {
  clear: both;
}
.attribute {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  margin-bottom: 20px;
}
.attribute thead td,
.attribute thead tr td:first-child {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  background: #f7f7f7;
  text-align: left;
}
.attribute tr td:first-child {
  color: #000000;
  font-weight: bold;
  text-align: right;
  width: 20%;
}
.attribute td {
  padding: 7px;
  color: #4d4d4d;
  text-align: center;
  vertical-align: top;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}
.compare-info {
  border-collapse: collapse;
  width: 100%;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  margin-bottom: 20px;
}
.compare-info thead td,
.compare-info thead tr td:first-child {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  background: #f7f7f7;
  text-align: left;
}
.compare-info tr td:first-child {
  color: #000000;
  font-weight: bold;
  text-align: right;
}
.compare-info td {
  padding: 7px;
  width: 20%;
  max-width: 20%;
  color: #4d4d4d;
  text-align: center;
  vertical-align: top;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  /*word-break: break-all;*/
  word-break: break-word;
}
.compare-info .name a {
  font-weight: bold;
}
.compare-info .price-old {
  font-weight: bold;

  text-decoration: line-through;
}
.compare-info .price-new {
  color: #f00;
  font-weight: bold;
}
/* wishlist */
.wishlist-info table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  margin-bottom: 20px;
}
.wishlist-info td {
  padding: 7px;
}
.wishlist-info thead td {
  color: #4d4d4d;
  font-weight: bold;
  background-color: #f7f7f7;
  border-bottom: 1px solid #dddddd;
}
.wishlist-info thead .image {
  text-align: center;
}
.wishlist-info thead .name,
.wishlist-info thead .model,
.wishlist-info thead .stock {
  text-align: left;
}
.wishlist-info thead .quantity,
.wishlist-info thead .price,
.wishlist-info thead .total,
.wishlist-info thead .action {
  text-align: right;
}
.wishlist-info tbody td {
  vertical-align: top;
  border-bottom: 1px solid #dddddd;
}
.wishlist-info tbody .image img {
  border: 1px solid #dddddd;
}
.wishlist-info tbody .image {
  text-align: center;
}
.wishlist-info tbody .name,
.wishlist-info tbody .model,
.wishlist-info tbody .stock {
  text-align: left;
}
.wishlist-info tbody .quantity,
.wishlist-info tbody .price,
.wishlist-info tbody .total,
.wishlist-info tbody .action {
  text-align: right;
}
.wishlist-info tbody .price s {
  color: #f00;
}
.wishlist-info tbody .action img {
  cursor: pointer;
}
.login-content {
  margin-bottom: 20px;
}
.login-content .left {
  float: left;
  width: 48%;
}
.login-content .right {
  float: right;
  width: 48%;
}
.login-content .left .content,
.login-content .right .content {
  min-height: 190px;
}
/* orders */
.order-list {
  margin-bottom: 10px;
}
.order-list .order-id {
  width: 49%;
  float: left;
  margin-bottom: 2px;
}
.order-list .order-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 2px;
}
.order-list .order-content {
  padding: 10px 0px;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.order-list .order-content div {
  float: left;
  width: 33.3%;
}
.order-list .order-info {
  text-align: right;
}
.order-detail {
  background: #efefef;
  font-weight: bold;
}
/* returns */
.return-list {
  margin-bottom: 10px;
}
.return-list .return-id {
  float: left;
  margin-bottom: 2px;
}
.return-list .return-status {
  float: right;
  text-align: right;
  margin-bottom: 2px;
}
.return-list .return-content {
  padding: 10px 0px;
  display: inline-block;
  margin-bottom: 20px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.return-list .return-content div {
  float: left;
}
.return-list .return-info {
  text-align: left;
}
@media (max-width: 767px) {
  .return-list .return-status {
    float: left;
    text-align: left;
    margin-bottom: 2px;
  }
}
.return-product {
  overflow: auto;
  margin-bottom: 20px;
}
.return-name {
  float: left;
  width: 31%;
  margin-right: 15px;
}
.return-model {
  float: left;
  width: 31%;
  margin-right: 15px;
}
.return-quantity {
  float: left;
  width: 31%;
}
.return-detail {
  overflow: auto;
  margin-bottom: 20px;
}
.return-reason {
  float: left;
  width: 31%;
  margin-right: 15px;
}
.return-opened {
  float: left;
  width: 31%;
  margin-right: 15px;
}
.return-opened textarea {
  width: 98%;
  vertical-align: top;
}
.return-captcha {
  float: left;
}
.download-list {
  margin-bottom: 10px;
}
.download-list .download-id {
  width: 49%;
  float: left;
  margin-bottom: 2px;
}
.download-list .download-status {
  width: 49%;
  float: right;
  text-align: right;
  margin-bottom: 2px;
}
.download-list .download-content {
  padding: 10px 0px;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.download-list .download-content div {
  float: left;
  width: 33.3%;
}
.download-list .download-info {
  text-align: right;
}
/* cart */
.cart-info table {
  width: 100%;
  margin-bottom: 15px;
  border-collapse: collapse;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
}
.cart-info td {
  padding: 7px;
}

.cart-info thead td {
  color: #4d4d4d;
  font-weight: bold;
  background-color: #f7f7f7;
  border-bottom: 1px solid #dddddd;
}

.cart-info thead th {
  color: #4d4d4d;
  font-weight: bold;
  background-color: #f7f7f7;
  border-bottom: 1px solid #dddddd;
  height: 30px;
  padding: 7px;
}

.cart-info thead .image,
.cart-info thead .limit_quantitys {
  text-align: center;
}
.cart-info thead .name,
.cart-info thead .model,
.cart-info thead .quantity {
  text-align: left;
}
.cart-info thead .price,
.cart-info thead .total {
  text-align: right;
}
.cart-info tbody td {
  vertical-align: top;
  border-bottom: 1px solid #dddddd;
}
.cart-info tbody .image img {
  border: 1px solid #dddddd;
}
.cart-info tbody .image,
.cart-info tbody .limit_quantitys {
  text-align: center;
}
.cart-info tbody .image {
  align: center;
}
.cart-info tbody .name,
.cart-info tbody .model,
.cart-info tbody .quantity {
  text-align: left;
}
.cart-info tbody .quantity input[type="image"] {
  position: relative;
  top: 4px;
  cursor: pointer;
}
.cart-info tbody .price,
.cart-info tbody .total {
  text-align: right;
}
.cart-info tbody span.stock {
  color: #f00;
  font-weight: bold;
}
.cart-module > div {
  display: none;
}
.cart-total {
  border-top: 1px solid #dddddd;
  overflow: auto;
  padding-top: 8px;
  margin-bottom: 15px;
}
.cart-total table {
  float: right;
}
.cart-total td {
  padding: 3px;
  text-align: right;
}
@media (min-width: 768px) and (max-width: 1201px) {
  .cart-info tbody .price,
  .cart-info tbody .total {
    text-align: right;
  }
}
@media (max-width: 767px) {
  .cart-info tbody .price,
  .cart-info tbody .total {
    text-align: left;
  }
}

/* checkout */
.checkout-heading {
  background: #f8f8f8;
  border: 1px solid #dbdee1;
  padding: 8px;
  font-weight: bold;
  font-size: 16px;
  color: #555555;
  margin-bottom: 15px;
}
.checkout-heading a {
  float: right;
  margin-top: 1px;
  font-weight: normal;
  text-decoration: none;
}
.checkout-content {
  padding: 0px 0px 15px 0px;
  display: none;
  overflow: auto;
}
.checkout-content .left {
  float: left;
  width: 48%;
}
.checkout-content .right {
  float: right;
  width: 48%;
}
.checkout-content .buttons {
  clear: both;
}
.checkout-product table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  margin-bottom: 20px;
  table-layout: fixed;
}
.checkout-product td {
  padding: 7px;
  word-wrap: break-word; /* All browsers since IE 5.5+ */
  overflow-wrap: break-word;
}
.checkout-product thead td {
  color: #4d4d4d;
  font-weight: bold;
  background-color: #f7f7f7;
  border-bottom: 1px solid #dddddd;
  word-wrap: break-word; /* All browsers since IE 5.5+ */
  overflow-wrap: break-word;
}
.checkout-product thead .name,
.checkout-product thead .model {
  text-align: left;
}
.checkout-product thead .quantity,
.checkout-product thead .price,
.checkout-product thead .total {
  text-align: right;
}
.checkout-product tbody td {
  vertical-align: top;
  border-bottom: 1px solid #dddddd;
}
.checkout-product tbody .name,
.checkout-product tbody .model {
  text-align: left;
}
.checkout-product tbody .quantity,
.checkout-product tbody .price,
.checkout-product tbody .total {
  text-align: right;
}
.checkout-product tfoot td {
  text-align: right;
  border-bottom: 1px solid #dddddd;
}
.contact-info {
  overflow: auto;
}
.contact-info .left {
  float: left;
  width: 48%;
}
.contact-info .right {
  float: left;
  width: 48%;
}
.sitemap-info {
  overflow: auto;
  margin-bottom: 40px;
}
.sitemap-info .left {
  float: left;
  width: 48%;
}
.sitemap-info .right {
  float: left;
  width: 48%;
}

/* banner */
.banner div {
  text-align: center;
  width: 100%;
  display: none;
}
.banner div img {
  margin-bottom: 20px;
}

.login2 {
  float: left;
  color: #fff;
  line-height: 40px;
  font-size: 14px;
  border-left: 1px solid #656565;
  padding-left: 11px;
  padding-right: 11px;
}

.login2:hover {
  color: #fff571;
  text-decoration: none;
}

#review {
  float: left;
  width: 100%;
  background-image: url(../images/kv_shadow.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding-bottom: 70px;
  margin-bottom: 30px;
  padding-top: 30px;
}
#review .reviewArticle {
  float: left;
  width: 100%;
  background-image: url(../images/dotted_line.gif);
  background-repeat: repeat-x;
  background-position: left top;
  padding-top: 20px;
  padding-bottom: 10px;
}
/*#review .reviewArticle:last-child {
	background-image: none;
}*/
#review .reviewArticle .ct {
  float: left;
  width: 490px;
  margin: 0px 0px 0px 10px;
}
#review .reviewArticle .title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: normal;
  color: #333;
  margin: 0px;
  padding: 0px 0px 8px;
  float: left;
  width: 100%;
}
#review .reviewArticle .ratings {
  float: left;
  width: 110px;
  font-size: 18px;
  color: #fc0;
  padding-left: 20px;
  line-height: 86px;
}
#review .reviewArticle .date {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  color: #777;
  float: left;
  display: block;
  width: 12%;
  font-style: normal;
  padding-right: 20px;
  padding-left: 10px;
  line-height: 86px;
}
#review .reviewArticle .writer {
  float: left;
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal;
  color: #555;
}
#review .reviewArticle .writer strong {
  color: #0071a5;
}
#review .reviewArticle .logo {
  float: left;
  height: 86px;
  width: 143px;
  margin: 0px;
  padding: 0px;
}
#review .reviewArticle .txt {
  margin: 0px;
  padding: 0px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #777;
  font-size: 14px;
  line-height: 22px;
  word-wrap: break-word;
  word-break: normal;
  display: block;
  float: left;
  width: 100%;
}
#review .reviewArticle .full {
  font-size: 12px;
  color: #d31d01;
  text-align: right;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  width: 100%;
  float: left;
  margin-top: 5px;
}
#review .reviewArticle .full:hover {
  color: #cc3333;
  text-decoration: underline;
}
#review .writeReview {
  font-size: 0px;
  line-height: 0px;
  background-image: url(../images/btn_write_review.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-color: transparent;
  height: 32px;
  width: 132px;
  float: left;
  border-width: 0px;
  border-style: none;
  margin-bottom: 10px;
}

#reviewForm {
  float: left;
  width: 100%;
  font-size: 12px;
  color: #333;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  padding-top: 50px;
}
#reviewForm ul,
#reviewForm ul li {
  float: left;
  width: 100%;
}
#reviewForm ul li {
  padding-top: 10px;
  padding-bottom: 10px;
}
#reviewForm ul li label {
  width: 114px;
  display: block;
  float: left;
  text-align: right;
  padding-right: 20px;
  line-height: 20px;
  height: 20px;
}
#reviewForm ul li .textfield {
  float: left;
  border: 1px solid #ccc;
  line-height: 20px;
  height: 20px;
  width: 750px;
}
#reviewForm ul li textarea {
  float: left;
  width: 750px;
  border: 1px solid #ccc;
}
#reviewForm ul li .ratings {
  float: left;
  width: 750px;
  font-size: 18px;
  position: relative;
}
#reviewForm ul li .ratings .ratingStar {
  color: #cccccc;
  cursor: pointer;
  display: block;
  float: left;
  margin-right: 2px;
}
#reviewForm ul li .ratings .selected {
  color: #ffcc00;
  cursor: pointer;
}
#reviewForm ul li .ratings .chkRating {
  z-index: -1;
  position: absolute;
  visibility: hidden;
}
#reviewForm .btn {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  float: left;
  width: 100%;
}
#reviewForm .btn input {
  background-repeat: no-repeat;
  background-position: left top;
  background-color: transparent;
  height: 29px;
  width: 126px;
  font-size: 0px;
  line-height: 0px;
  border-width: 0px;
  border-style: none;
  margin-right: 8px;
  margin-left: 8px;
  text-indent: -9999px;
}
#reviewForm .btn .review {
  background-image: url(../images/btn_review.png);
}
#reviewForm .btn .cancel {
  background-image: url(../images/btn_review_cancel.png);
}

#special .featureItem {
  border-bottom: 1px solid #cccccc;
  float: left;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
}
#special .featureItem:last-child {
  border-bottom: 0px none;
}

#special .twoColumns {
  float: left;
  width: 100%;
}
#special .twoColumns .col {
  float: left;
  width: 485px;
  margin: 0px;
  padding: 0px 0px 20px;
  text-align: left;
  height: 255px;
}
#special .twoColumns .col .left {
  float: left;
  width: 250px;
  margin: 0px;
}
#special .twoColumns .col .right {
  float: left;
  width: 225px;
  margin: 0px;
  text-align: left;
}

#special .twoColumns .col img {
  text-align: center;
}
#special .title {
  height: 58px;
  width: 210px;
  overflow: auto;
  margin-bottom: 2px;
  font-size: 1.3em;
  text-align: center;
  line-height: 18px;
}

@media (max-width: 768px) {
  #special .title {
    height: 73px;
    width: 160px;
    overflow: auto;
    margin-bottom: 5px;
    font-size: 1.3em;
  }
}

#special .title a {
  text-decoration: none;
}

#special .title a:hover {
  color: red;
}

#special .special_slideimage {
  text-align: center;
  width: auto;
  margin-bottom: 10px;
  padding: 0px;
}
/*
#special .price {
	text-align:center;
	height:18px;
}
#special .model {
	text-align:center;
	font-size:1.2em;
	margin-top:7px;
}
#special .ratingnew {
	margin-bottom:0px;
	margin-top:6px;
}
*/
.twoColPic {
  text-align: center;
  height: 180px;
  width: auto;
  margin: 0px;
  padding: 0px;
}
.twoColTitle {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  text-align: center;
  display: block;
  margin: 0px;
}
.twoColTxt {
  font-size: 12px;
  color: #666;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 18px;
  word-wrap: break-word;
  word-break: normal;
  margin: 0px;
  padding: 0px 60px;
  text-align: left;
}
#special .twoColumns hr {
  border-width: 0px;
  border-style: none;
  float: left;
  width: 100%;
  font-size: 0px;
  line-height: 0px;
  margin: 0px;
  padding: 0px;
}

#special .twoColumns .col a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
  display: block;
  margin-bottom: 4px;
  font-size: 1.5em;
}

.fourColumns {
}
.fourColumns .col {
  text-align: center;
  float: center;
  width: 196px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
}
.fourColumns .col a {
  color: #000;
  font-weight: bold;
  text-decoration: none;
  display: block;
  margin-bottom: 4px;
}

.fourColumns > div > ul > li > ul > li > a {
  color: #000;
  text-decoration: none;
  margin-bottom: 4px;
  padding-left: 20px;
}

.fourColumns > div > ul > li > a {
  color: #000;
  text-decoration: none;
  margin-bottom: 4px;
}

.productUnit {
  font-family: Verdana, Geneva, sans-serif;
  float: left;
  width: 100%;
  margin: 12px 0px 0px 32px;
  padding: 0px;
}
.productUnit li {
  float: left;
  margin: 0px 0px 3px;
  /*background-image: url(../images/dotted_line.gif);
	background-repeat: repeat-x;
	background-position: left bottom;*/
  padding: 0px 0px 3px;
  width: 100%;
}
.productUnit li a {
  color: #555;
  display: block;
  font-size: 12px;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  background-image: url(../images/bullet_news.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  float: none;
  font-weight: bold;
  width: 100%;
  padding-top: 2px;
  padding-right: 0px;
  padding-bottom: 2px;
  padding-left: 50px;
  clear: none;
  margin: 0px;
}
.productUnit li a:hover {
  color: #333;
  background-color: #eee;
}
.price-old {
  text-decoration: line-through;
}

.price-old2 {
  font-size: 18px;
}
.price-new {
  color: #f00;
  font-weight: bold;
  font-size: 18px;
}

/*****************************************/
/*** header {
	background-color: #000;
	border-top: 3px solid #F00;
} ***/
main {
  min-height: 580px;
}
/*TopMenu(Logo+btn)
*****************************************/
#topmenu.navbar {
  margin: 0;
  min-height: 90px;
  border: 0;
  padding-top: 10px;
  background-image: -webkit-linear-gradient(top, #333 0, #000 100%);
  background-image: -o-linear-gradient(top, #333 0, #000 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#333), to(#000));
  background-image: linear-gradient(to bottom, #333 0, #000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#000000', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
}
#topmenu .navbar-toggle {
  border-color: #333;
}
#topmenu .navbar-toggle:hover,
#topmenu .navbar-toggle:focus {
  background: #333;
}
#logo {
  padding: 0;
  margin: 0;
}
#logo img {
  width: 277px;
}
@media (min-width: 768px) and (max-width: 1201px) {
  .navbar-header {
    clear: both;
    float: none;
  }
  #logo img {
    width: 210px;
  }
}
@media (max-width: 767px) {
  .navbar-header {
    height: 60px;
  }
  #topmenu.navbar {
    min-height: 50px;
    background: #000;
    padding-top: 0;
  }
  #topmenu.navbar-brand {
    display: inline;
  }
  #logo img {
    width: 190px;
    margin: 0px 0px 10px 0px;
    padding-top: 5px;
  }
  #topmenu .navbar-toggle .icon-bar {
    background-color: #fff;
  }

  .brand {
    position: absolute;
    left: 50%;
    margin-left: -90px !important; /* 50% of your logo width */
    display: block;
  }

  .navbar-header .top-cart img {
    width: 35px;
    height: 35px;
    margin: 0px 0px 0px 0px;
    padding-bottom: 0px;
  }

  .navbar-header .top-cart {
    position: absolute;
    left: 3%;
    margin-top: 7px;
    display: block;
  }

  .navbar-header .top-cart a {
    color: #a4a4a4;
    text-decoration: none;
    font-size: 14px;
  }

  .navbar-header .top-cart a:hover {
    color: #fff;
  }

  .navbar-header .top-cart .top-cart-wording {
    float: right;
    margin-top: 13px;
  }
}
/*Navigation
*****************************************/
#gnav {
  font-weight: bold;
}
#gnav > ul > li > a {
  color: #ddd;
}
.nav .open > a,
#gnav > ul > li > a:hover,
#gnav > ul > li > a:focus {
  color: #fff;
  background: none;
}
#gnav .dropdown-menu {
  background: #000;
  border-radius: 4px;
}

#gnav .dropdown-menu > li > a {
  color: #ccc;
  padding: 10px 20px;
  font-size: 14px;
}
#gnav .dropdown-menu > li > a:focus,
#gnav .dropdown-menu > li > a:hover {
  background-color: #f00;
  background-image: -webkit-linear-gradient(top, #e00000 0, #900 100%);
  background-image: -o-linear-gradient(top, #e00000 0, #900 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e00000), to(#900));
  background-image: linear-gradient(to bottom, #e00000 0, #900 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e00000 ', endColorstr='#900', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  background-repeat: repeat-x;
  color: #fff;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #777;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;
  height: 0;
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > .active > a:hover {
  text-decoration: underline;
}
@media (min-width: 1201px) {
  #gnav,
  #gnav > ul > .dropdown > a {
    font-size: 16px;
    margin-top: 5px;
  }
  #gnav > ul {
    margin-left: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1201px) {
  #gnav,
  #gnav > ul > .dropdown > a {
    font-size: 15px;
    margin-top: 0px;
  }
  #gnav > ul {
    margin-left: 50px;
  }
  #gnav.navbar-collapse {
    padding-left: 0px;
  }
}
@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  #gnav {
    margin-bottom: 10px;
  }
  #gnav > ul {
    margin: 0px;
  }
  #topmenu .navbar-nav .dropdown-menu > li > a {
    color: red;
    background-color: #444;
    border-radius: 4px;
    margin-top: 2px;
  }
  #topmenu .navbar-nav .open .dropdown-menu > li > a {
    color: #ccc;
  }
  #topmenu .navbar-nav .open .dropdown-menu > li > a:hover,
  #topmenu .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #e00000;
  }
  #topmenu .navbar-nav .open .dropdown-menu {
    border-bottom: 1px solid #444;
    border-radius: 0;
  }
  .dropdown-menu {
    padding-left: 10px;
  }
  .dropdown-menu .dropdown-menu {
    padding-left: 20px;
  }
  .dropdown-menu .dropdown-menu .dropdown-menu {
    padding-left: 30px;
  }
  li.dropdown.open {
    border: 0px solid red;
  }
}
/*topForm
*****************************************/

.topForm {
  margin-top: 0px;
  padding-left: 0px;
  font-size: 12px;
  margin-left: -5px;
  margin-right: 0px;
}
.topForm ul {
  font-weight: normal;
}
.topForm_icon {
  font-size: 18px;
  vertical-align: text-bottom;
  padding-right: 0px;
}
#topSearch .navbar-form .input-group > .form-control {
  width: auto;
}
#topLogin > ul {
  padding: 0px;
  min-width: 250px;
}
#topLogin label {
  color: #ccc;
}
#topLogin .form-group {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  ul.nav li.topForm:hover > ul.dropdown-menu {
    display: none;
  }
  ul.nav li.topForm.open > ul.dropdown-menu {
    display: block;
  }
  li.topForm > a {
    padding: 13px;
  }
}

/*footer
*****************************************/

footer {
  background-color: #fff;
  padding: 40px 0 0 0;
  border-top: 1px solid #eee;
}

footer dl {
  float: left;
  width: 50%;
}

footer dl > dd > a {
  padding: 5px 0;
  display: block;
  color: #4d4d4d;
  letter-spacing: 1px;
  font-size: 16px;
  min-width: 128px;
}

footer dl > dd > a:hover {
  color: #222;
}

footer div.sns {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

footer div.sns a {
  float: left;
  width: 38px;
  display: block;
  margin: 0 5px 5px;
}

footer div.sns a img {
  width: 100%;
}

footer div.sns .input-group {
  max-width: 450px;
}

footer div .space-big {
  width: 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

footer div .space-small {
  width: 15%;
  flex: 0 0 15%;
  max-width: 15%;
}

footer .copyright {
  font-size: 11px;
  letter-spacing: 2px;
  text-align: center;
  margin: 35px 0;
  color: #dfdfdf;
  line-height: 180%;
}

@media (max-width: 991px) {
  footer dl {
    float: none;
  }
}

@media (max-width: 480px) {
  footer div.sns a {
    width: 35px;
  }
}

/*�����q�\
*****************************************/

#newsletterModal h4 {
  font-size: 20px;
  margin: 0 0 15px;
}
#newsletterModal hr {
  margin-top: 0px;
  margin-bottom: 25px;
  border-top: 1px solid #aaa;
}
#newsletterModal .page.key #newsletter_captcha {
  display: inline-block;
  width: 150px;
  margin: 0 10px 0 0;
  padding: 0px;
  border: 1px solid #ccc;
}

#newsletterModal .page.key .newsletter_captcha_refresh {
  font-size: 14px;
  display: inline-block;
  vertical-align: bottom;
  color: #333;
}
#newsletterModal .page.key .newsletter_captcha_refresh:hover {
  text-decoration: underline;
}
#newsletterModal .page.key .btns {
  text-align: center;
  padding: 12px 0 0;
}
#newsletterModal .page.key .btns button {
  font-size: 16px;
  padding: 4px 20px;
  background: #be0404;
  color: #fff;
  border: none;
}

#newsletterModal .page.done p,
#newsletterModal .page.error p {
  font-family: "Antonio Regular";
  font-weight: normal;
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 0;
  color: #5f5c5c;
}

@media (min-width: 768px) {
  #newsletterModal .modal-dialog {
    width: 450px;
  }
  #newsletterModal .modal-body {
    padding: 0px 40px 50px;
  }
}

/*footer
*****************************************/
.flogo {
  width: 150px;
  padding-top: 5px;
}
@media (min-width: 992px) {
  .flogo {
    width: 200px;
    padding-top: 0px;
  }
}
/*footer_menu_tablets(768px and up)
*****************************************/
#fMenu {
  color: #828282;
  padding-bottom: 10px;
  border-bottom: 1px solid #222;
}
#fMenu > dl > dt {
  margin: 10px 0 10px;
  font-weight: bold;
  font-size: 18px;
}
@media (min-width: 992px) {
  #fMenu > dl > dt {
    font-size: 22px;
  }
}
#fMenu > dl > dd {
  margin: 6px 0;
}
#fMenu > dl > dd > a {
  position: relative;
  padding-left: 11px;
  color: #ddd;
  font-size: 14px;
}
#fMenu > dl > dd > a:before {
  content: ">";
  position: absolute;
  left: 0;
  top: 0;
  letter-spacing: 0.1em;
  font-size: 11px;
  display: inline-block;
  vertical-align: top;
}
#fMenu > dl > dd > a:hover {
  color: #f00;
}
#fMenu .snsicon {
  width: 35px;
  height: 35px;
  margin: 0 2px 10px 0;
  text-indent: -9999px;
  display: inline-block;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
}
#fMenu .fb {
  background: url(../images/sns_icon_1.png) left top no-repeat;
}
#fMenu .fb:hover {
  background: url(../images/sns_icon_4.png) left top no-repeat;
}
#fMenu .tw {
  background: url(../images/sns_icon_2.png) left top no-repeat;
}
#fMenu .tw:hover {
  background: url(../images/sns_icon_5.png) left top no-repeat;
}
#fMenu .bl {
  background: url(../images/sns_icon_3.png) left top no-repeat;
}
#fMenu .bl:hover {
  background: url(../images/sns_icon_6.png) left top no-repeat;
}

#fMenu .instgram {
  background: url(../images/sns_icon_12.png) left top no-repeat;
}
#fMenu .instgram:hover {
  background: url(../images/sns_icon_13.png) left top no-repeat;
}

#fMenu .youtube {
  background: url(../images/sns_icon_10.png) left top no-repeat;
}
#fMenu .youtube:hover {
  background: url(../images/sns_icon_11.png) left top no-repeat;
}

/*footer_menu_phones(less than 768px)
*****************************************/

#fMenu_xs {
  padding-bottom: 5px;
  margin: 0;
  border-bottom: 1px solid #222;
}
#fMenu_xs,
#fMenu_xs > li > ul {
  list-style: none;
  padding-left: 0;
}
#fMenu_xs > li > a {
  font-weight: 600;
  padding: 6px 0;
  margin-bottom: 0;
  color: #9d9d9d;
  display: block;
  text-decoration: none;
  font-size: 14px;
}
#fMenu_xs li a:hover,
#fMenu_xs li a:focus {
  color: #fff;
}
#fMenu_xs > li > ul {
  position: static;
  float: none;
  width: auto;
  margin-top: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #000;
}
#fMenu_xs > li > ul > li > a {
  background-color: #444;
  color: #ccc;
  border-radius: 4px;
  margin: 2px 0;
  font-size: 14px;
}
#fMenu_xs > li > ul > li > a:hover,
#fMenu_xs > li > ul > li > a:focus {
  color: #fff;
  background: #f00;
}

/*Category Mobile(less than 768px)
*****************************************/

#fCategory_xs {
  padding-bottom: 5px;
  margin: 0;
  background: #fff;
}

#fCategory_xs > li {
  margin-bottom: 5px;
  background: #e5e5e5;
}

#fCategory_xs,
#fCategory_xs > li > ul {
  list-style: none;
  padding-left: 0;
}

#fCategory_xs > li > a {
  font-weight: 300;
  padding: 6px 0 0 20px;
  margin-bottom: 0;
  color: #000;
  display: block;
  text-decoration: none;
  font-size: 16px;
}
#fCategory_xs li a:hover,
#fCategory_xs li a:focus {
  color: #000;
}
#fCategory_xs > li > ul {
  position: static;
  float: none;
  width: auto;
  margin-top: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #fff;
}
#fCategory_xs > li > ul > li > a {
  background-color: #fff;
  color: #000;
  border-radius: 4px;
  margin: 2px 0;
  padding-left: 40px;
  font-size: 14px;
}
#fCategory_xs > li > ul > li > a:hover,
#fCategory_xs > li > ul > li > a:focus {
  color: #000;
  background: #e5e5e5;
}

/*Content
*****************************************/
#mainSlide .carousel-indicators .active {
  margin-right: 5px;
}

.font-header {
  font-size: 1.5em;
  font-weight: bold;
  height: 2.5em;
}

.form-horizontal .control-label {
  text-align: left !important;
}

.divBorderOutline {
  border-color: #ccc;
  border-width: 1px;
}

.divBorderOutline_row {
  border-color: #ccc;
  border-width: 1px;
}

.divBorderOutline_heading {
  border-color: #ccc;
  border-width: 1px;
  background-color: #ccc;
}

.imageborder {
  border: 1px solid #dddddd;
}

/*Filter_phones
*****************************************/
#filter_xs {
  background-color: #333;
  clear: both;
  margin: 10px 0;
}
#filter_xs h4 {
  font-size: 14px;
  color: #fff;
  float: left;
  padding: 0 15px 0 7px;
  margin: 0;
  height: 44px;
  line-height: 44px;
}
#filter_xs select {
  border: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: #555 url(../image/select-arrow.png) no-repeat 90% center;
  text-indent: 0.01px;
  text-overflow: "";
  color: #fff;
  padding: 1px;
  box-shadow: inset 0 0 5px rgba(000, 000, 000, 0.5);
  margin: 2px 2px 2px 0;
  height: 35px;
  width: 120px;
}
#filter_xs select::-ms-expand {
  display: none;
}
#filter_xs select.size {
  width: 130px;
}
#filter_xs select.features {
  width: 90px;
}

.container_30 {
  margin-left: 20px;
}

/*Evan add for Special promotion page.*/
.container_40 {
  margin-left: 200px;
}

@media (min-width: 767px) and (max-width: 856px) {
  .container_40 {
    margin-left: 20px;
  }
}

.topright {
  margin-top: -15px;
  margin-left: 0px;
}
.topleft-search {
  margin-bottom: 5px;
  margin-right: -335px !important;
  margin-top: 30px;
}
@media (min-width: 851px) and (max-width: 1201px) {
  .container_30 {
    margin-left: 20px;
  }
  .topright {
    margin-top: -50px;
  }
  .topleft-search {
    margin-right: -30px !important;
    margin-top: 0px;
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) and (max-width: 850px) {
  .topright {
    margin-top: -50px;
  }
  .topleft-search {
    margin-right: -30px !important;
    margin-top: 0px;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .container_30 {
    margin-left: 0px;
  }
  .topright {
    margin-top: -100px;
  }
}

.slide .name {
  font-size: 1.3em;
  line-height: 15px;
  height: 54px;
  width: 200px;
  overflow: auto;
}

.slide .name a {
  color: #000;
  font-weight: 400;
  font-weight: bold;
  width: auto;
}
.slide .name a:hover {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
.slide .image {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
}

/*
.slide .price {
	text-align:center;
	height:18px;
	font-weight: bold;
	font-size:18px;
}

.slide .price-old {
	font-size:12px;
	font-weight: normal;
	text-decoration: line-through;
}
*/
.slide .notewording_grid {
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  height: 16px;
}

.slide .rating {
  height: 16px;
}

.slide .model {
  font-size: 12px;
  text-align: center;
  margin-top: 5px;
}

.slide .cart {
  text-align: center;
}

.quicklook {
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -khtml-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  z-index: 999;
  position: absolute;
  margin-left: 40px;
  margin-top: -50px;
  width: 100px;
  height: 23px;
  text-align: center;
  padding: 2 2 2 2;
  background: #bebaba;
  color: #000;
  font-size: 15px;
  /*opacity:0.7;*/
  display: none;
}

.quicklook:hover {
  /*background:#afd9ee;*/
  color: red;
}

.squicklook {
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -khtml-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  z-index: 999;
  position: absolute;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  margin-top: -50px;
  width: 100px;
  height: 23px;
  text-align: center;
  padding: 2 2 2 22;
  background: #bebaba;
  color: #000;
  font-size: 15px;
  /*opacity:0.7;*/
  display: none;
}

.squicklook:hover {
  color: red;
}

/*product_photo
*****************************************/
#photo {
  margin-bottom: 5px;
}
#photoPager.flexslider {
  border: 1px solid #999;
  background: none;
  border-radius: 0px;
  padding: 3px;
  margin: 0 0 20px;
}
#photoPager img {
  display: block;
  opacity: 0.5;
  cursor: pointer;
  width: 100px;
  height: 100px;
  padding: 0px;
  margin: 0px;
}
#photoPager .flex-active-slide img {
  opacity: 1;
  cursor: default;
}

/* product info
********************************************/
#accordion {
}
#accordion .panel-heading {
  padding: 0;
}
#accordion .panel-title > a {
  display: block;
  padding: 0.7em 0.6em;
  outline: none;
  font-weight: bold;
  text-decoration: none;
  font-size: 18px;
}
#accordion .panel-title > a.accordion-toggle::before,
#accordion a[data-toggle="collapse"]::before {
  content: "\e259";
  float: right;
  font-family: "Glyphicons Halflings";
  margin-right: 1em;
}
#accordion .panel-title > a.accordion-toggle.collapsed::before,
#accordion a.collapsed[data-toggle="collapse"]::before {
  content: "\e260";
}
#accordion .panel-body {
}

/* product support 
*************************/
#product_support {
  margin-top: 5px;
}

#product_support ul {
  padding-left: 0;
  list-style: none;
}
#product_support li a {
  font-size: 18px;
  display: block;
  padding: 10px 0px;
  color: #636161;
  font-weight: lighter;
}

/**contact&email
**************************/
.tstc {
  margin: 0px;
  padding: 0px;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  line-height: 25px;
}
.tstc ul li .Manual {
  width: 40px;
  height: 40px;
  background: url(../image/wfp.png) no-repeat 0px 0px;
  display: inline-block;
  vertical-align: bottom;
  float: left;
}
.tstc ul li .WarrantyService {
  width: 40px;
  height: 40px;
  background: url(../image/wfp.png) no-repeat -40px 0px;
  display: inline-block;
  vertical-align: bottom;
  float: left;
}
.tstc ul li .FAQ {
  width: 40px;
  height: 40px;
  background: url(../image/wfp.png) no-repeat -120px 0px;
  display: inline-block;
  vertical-align: bottom;
  float: left;
}
.tstc ul li .Registration {
  width: 40px;
  height: 40px;
  background: url(../image/wfp.png) no-repeat -80px 0px;
  display: inline-block;
  vertical-align: bottom;
  float: left;
}
.tstc ul li i.support_phone {
  width: 40px;
  height: 40px;
  background: url(../image/phone_mail.png) no-repeat -40px 0px;
  display: inline-block;
  vertical-align: bottom;
  float: left;
}
.tstc ul li i.support_mail {
  width: 40px;
  height: 40px;
  background: url(../image/phone_mail.png) no-repeat 0px 0px;
  display: inline-block;
  vertical-align: bottom;
  float: left;
}
.tstc ul li p.ph {
  padding: 5px;
  color: #636161;
  font-size: 18px;
  font-weight: lighter;
  /*1026*/
}

/*  Product Review 
******************************/
/*reviews*/
#reviews {
  margin-top: 5px;
}
#reviews .panel-body {
  font-size: 14px;
}
#reviews .loading {
  font-size: 16px;
  display: none;
}
.reviewsTotal {
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.reviewsTotal .totalRatings {
  display: inline-block;
  color: #337ab7;
}
.reviewsTotal .totalNum {
  padding-right: 13px;
  margin-right: 10px;
  border-right: 1px solid #ccc;
}
.reviewsTotal .totalTxt {
  margin: 15px 0;
}
.reviewsItem {
  margin-bottom: 30px;
}
.reviewsItem .itemImg {
  width: 45px;
  float: left;
}
.reviewsItem .itemContent {
  padding-left: 48px;
}
.reviewsItem .itemRatings img {
  width: 90px;
}

.itemRatings {
  flex: 2;
  padding-left: 20px;
}
.itemRatings .name {
  font-size: 12px;
}
.itemRatings .dates {
  font-size: 12px;
  color: #ccc;
  padding: 5px 10px 0px 30px;
}
.reviewsItem h5 {
  font-weight: bold;
  font-size: 16px;
}
.reviewsItem .itemTxt {
  font-size: 12px;
}
.reviewsItem .Question {
  padding-left: 0;
  list-style: none;
  font-weight: bold;
}
.reviewsItem .Question .ans {
  font-weight: normal;
  padding-left: 10px;
}
.reviewsItem .re_yes:before {
  content: "\e013";
  font-family: "Glyphicons Halflings";
  vertical-align: top;
}
.reviewsItem .re_no:before {
  content: "\e014";
  font-family: "Glyphicons Halflings";
  vertical-align: top;
}
.reviewsItem .re_yes strong,
.reviewsItem .re_no strong {
  padding: 0 8px 0 5px;
}

#reviews .summary {
  margin-top: 10px;
  margin-bottom: 10px;
}

#reviews .verticalline {
  border-left: 1.5px solid #130b0b38;
  margin: 0px 10px 0px 5px;
}

/*  
	quick look product
*/
@media (max-width: 574px) {
  .product-info .ql_img {
    position: relative;
    width: 80%;
    height: 80%;
    margin: 0;
    left: 10%;
    right: 10%;
    text-align: center;
  }
  .product-info .ql_info {
    position: relative;
    width: 100%;
  }
}

/*
Search 
*/
.product-filter-search {
  width: 100%;
  background-color: #333;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  height: 44px;
  margin-bottom: 10px;
  margin-left: 0px;
  color: #fff;
}
.product-filter-search .display {
  padding-top: 4px;
  color: #333;
}
.product-filter-search .display a {
  font-weight: bold;
}
.product-filter-search .sort {
  float: right;
  color: #333;
}
.product-filter-search .limit {
  margin-left: 15px;
  float: right;
  color: #333;
}

.product-compare-search {
  width: 100%;
  background-color: #d5d5d5;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 38px;
  height: 38px;
  margin-bottom: 32px;
}

.product-compare-search strong {
  float: left;
  margin: 0px 20px 0px 18px;
  padding: 0px 0px 0px 24px;
  background-image: url(../image/compare_icon.png);
  background-repeat: no-repeat;
  background-position: left 9px;
}
.product-compare-search a {
  text-decoration: none;
  font-weight: bold;
  margin-left: 10px;
}

#description .description-body ul {
  list-style: disc;
  margin-left: 25px;
  margin-bottom: 10px;
}

#description .description-body ul li {
  list-style: disc;
}

.top_header {
  background: #000;
  width: 98%;
}

@media (max-width: 767px) {
  .top_header {
    background: #000;
    width: 100%;
  }
}

.home_special {
  margin: 0;
  width: 90%;
  margin-left: 5%;
  margin-top: 50px;
}

@media (max-width: 767px) {
  .home_special {
    margin: 0;
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .success-header {
    font-size: 15px;
  }
}

.starbox.colours .stars {
  background: #d5d5d5;
}
.starbox.colours .colorbar {
  background: #0571c3;
}
.starbox.gradient .stars .colorbar {
  background-image: url("gradient.png") !important;
  background-repeat: repeat-x;
}
.starbox-block {
  float: left;
  width: 155px;
  height: 25px;
}

/**
	20190930 Add after whole new 
**/
.modal {
  text-align: center;
  padding: 0 !important;
}

.modal:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-header {
  border-bottom: none;
}

.modal-body {
  padding: 0px 50px 40px;
  font-size: 18px;
}

/* hover�G���u�ʵe���V�~ */

.mod-link-bar-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}

.mod-link-bar-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #be0404;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.mod-link-bar-center:active:before,
.mod-link-bar-center:focus:before,
.mod-link-bar-center:hover:before {
  left: 0;
  right: 0;
}

@media (max-width: 1201px) {
  .mod-link-bar-center:before {
    height: 0;
  }
}

/* hover�G���u�ʵe */

/*Navigation
*****************************************/

.header {
  position: relative;
  border-bottom: 1px solid #eee;
  width: 100%;
  background: rgba(255, 255, 255, 1);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.logo {
  display: block;
  position: absolute;
  text-align: center;
  top: 0px;
  width: 192px;
  left: 50%;
  margin: 18px 0 16px -96px;
}

.logo a {
  display: block;
}

.logo img {
  width: 100%;
}

.navPrimary {
  padding: 0px 0 0 0;
}

.navPrimary > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.navPrimary > ul > li {
  float: left;
}

.navPrimary > ul > li > a {
  width: 100%;
  z-index: 3;
  letter-spacing: 0.5px;
  font-size: 16px;
  text-decoration: none;
  color: #4d4d4d;
  display: block;
  text-align: center;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.navPrimary > ul > li > a:hover {
  color: #222;
}

ul.navLeft {
  float: left;
  margin-left: 100px;
}

ul.navLeft > li > a {
  position: relative;
  padding: 20px 12px 16px;
}

ul.navRight {
  float: right;
  margin-right: 100px;
}

ul.navRight > li > a {
  position: relative;
  padding: 20px 12px 16px;
}

ul.navRight > li > a .topForm_icon {
  position: relative;
  top: -3px;
  font-size: 16px;
  color: #6f6f6f;
}

@media (min-width: 1200px) {
}
#searchDesktop {
  display: flex;
  flex-wrap: wrap;
  padding: 3rem 0 5rem;
  max-width: 900px;
  margin: auto;
}

#searchDesktop form {
  flex: 0 0 100%;
}

#searchDesktop .logBox {
  flex: 1 1 20%;
  text-align: left;
  padding: 2rem 0;
}

#searchDesktop .logBox dl {
  margin-bottom: 0;
  padding-bottom: 2rem;
}
#searchDesktop .logBox dt {
  padding-bottom: 0.5rem;
}
#searchDesktop .logBox dd a {
  display: block;
  padding-bottom: 0.3rem;
  color: #777;
}
#searchDesktop .logBox dd a:hover {
  color: #a00404;
}

#searchDesktop .showBox {
  flex: 1 1 80%;
  padding: 2rem 0;
}
#searchDesktop .showBox .carousel-cell {
  width: 33%;
  height: 380px;
}
#searchDesktop .showBox .carousel-cell img {
  width: auto;
  max-width: 100%;
}
#searchDesktop .showBox .carousel-cell .tag {
  padding-bottom: 1rem;
}
#searchDesktop .showBox .carousel-cell .imgDiv {
  padding-bottom: 1.5rem;
}
#searchDesktop .showBox .carousel-cell h3 {
  margin: 0;
  padding-bottom: 1rem;
}
#searchDesktop .showBox .carousel-cell .icon {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-bottom: 1.5rem;
  text-align: left;
}
#searchDesktop .showBox .carousel-cell .icon .iconItem {
  flex: 1 1 25%;
  padding: 0.4rem;
}

#searchDesktop .showBox .carousel-cell .price {
  margin-bottom: 10px;
  text-align: center;
}

#searchDesktop .showBox .carousel-cell .notewording {
  margin-bottom: 10px;
  text-align: center;
}

#searchDesktop .showBox .carousel-cell .rating {
  margin-bottom: 20px;
  text-align: center;
}

#searchDesktop .showBox .carousel-cell .rating .star_holder {
  display: inline-block;
  padding: 0 5px;
}

#searchDesktop .showBox .carousel-cell .rating .star_holder.noData {
  display: none;
}

#searchDesktop .showBox .carousel-cell .rating .star_txt {
  display: inline-block;
}

#suggesstion-box {
  margin: 0px auto 30px;
  max-width: 635px;
  text-align: center;
}

#suggesstion-box #country-list {
  text-align: left;
  padding-left: 12px;
}

.navSub {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 1);
  text-align: center;
  display: none;
  border-top: 1px solid #eee;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
  z-index: 9999;
  padding-left: 0;
}

.navSub:before,
.navSub:after {
  content: " ";
  display: table;
}

.navSub:after {
  clear: both;
}

.navSub li {
  width: 12%;
  display: inline-block;
  vertical-align: top;
  box-shadow: -28px 0 0 -27px #ddd, 0 -28px 0 -27px #ddd;
  opacity: 0;
  -webkit-transition: opacity 0.1s 0s;
  -moz-transition: opacity 0.1s 0s;
  transition: opacity 0.1s 0s;
  float: none;
}

.navSub li:nth-child(-n + 8) {
  box-shadow: -28px 0 0 -27px #ddd;
}

.navSub li:nth-child(8n + 1) {
  box-shadow: 0 -28px 0 -27px #ddd;
}

.navSub li:first-child {
  box-shadow: none;
}

.navSub li a {
  display: block;
  text-align: center;
  color: #444;
  outline: none;
  padding: 1.5em 1em 1em;
  text-decoration: none;
}

.navSub li a:hover,
.navSub li a:focus {
  color: #222;
}

.navSub li a img {
  border: none;
  outline: none;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  opacity: 0.7;
}

.navSub li a:hover img {
  opacity: 1;
}

.navSub li a span {
  display: block;
  min-height: 0em;
  margin-top: 1em;
  font-size: 16px;
  line-height: 1.2;
}

.navPrimary li.open .navSub li {
  opacity: 1;
  -webkit-transition: opacity 0.5s 0.1s;
  -moz-transition: opacity 0.5s 0.1s;
  transition: opacity 0.5s 0.1s;
}

.navIcon {
  position: absolute;
  right: 10px;
  top: -30px;
  visibility: hidden;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.nav-toggle {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 999999;
  padding: 10px 35px 16px 0;
  cursor: pointer;
}

.nav-toggle:focus {
  outline: none;
}

.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
  content: "";
  position: absolute;
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 1px;
  background: #222;
  cursor: pointer;
}

.nav-toggle span:before {
  top: -9px;
}

.nav-toggle span:after {
  bottom: -9px;
}

.nav-toggle span,
.nav-toggle span:before,
.nav-toggle span:after {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.nav-toggle.active span {
  background-color: transparent;
}

.nav-toggle.active span:before,
.nav-toggle.active span:after {
  top: 0;
}

.nav-toggle.active span:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-toggle.active span:after {
  top: 10px;
  -ms-transform: translatey(-10px) rotate(-45deg);
  -webkit-transform: translatey(-10px) rotate(-45deg);
  transform: translatey(-10px) rotate(-45deg);
}

@media (max-width: 1201px) {
  .header {
    padding: 0;
  }
  .header .logo {
    position: relative;
    top: 0;
  }
  .navPrimary {
    width: 100%;
    padding: 20px 8px;
    display: none;
    float: none;
    border-top: 1px solid #eee;
  }
  .navPrimary.open {
    display: block;
  }
  .navPrimary > ul {
    float: none;
    width: 100%;
    margin: 0;
  }
  .navPrimary > ul > li {
    float: none;
  }
  .navPrimary > ul > li > a {
    border-bottom: 1px solid #eee;
    padding: 10px;
    text-align: left;
    position: relative;
  }

  .navPrimary > ul > li > .leftsearch {
    /* border-bottom: 1px solid #eee; */
    padding: 10px;
    text-align: left;
    position: relative;
  }

  .navPrimary > ul > li > a:not(:only-child):before {
    display: inline-block;
    font-family: "Glyphicons Halflings";
    speak-as: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
    content: "\e080";
    font-size: 13px;
    margin-right: 0.3em;
    opacity: 0.4;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 11px;
    left: auto;
  }
  .navPrimary > ul > li.open > a:not(:only-child):before {
    content: "\e114";
  }
  .navPrimary .navSub {
    position: relative;
    top: 0;
    background: none;
    border-top: none;
    display: none;
    box-shadow: none;
    padding: 15px 0;
  }
  .navPrimary ul li.open .navSub {
    display: block;
  }
  ul.navRight > li.searchDesktop {
    display: none;
  }
  .navSub li {
    width: 100%;
    display: block;
    box-shadow: 0 1px #cecece;
    text-align: left;
  }
  .navSub li:nth-child(-n + 6) {
    box-shadow: none;
  }
  .navSub li a {
    text-align: left;
    line-height: 40px;
    padding: 10px 10px;
  }
  .navSub li a img {
    max-height: 35px;
    opacity: 1;
  }
  .navSub li a span {
    min-height: 0;
    margin: 0;
    display: inline;
    padding-left: 15px;
    font-size: 15px;
  }
  .navIcon {
    top: 18px;
    visibility: visible;
  }
}

@media (max-width: 640px) {
  .header .logo {
    width: 170px;
    margin: 20px 0;
    left: 0;
  }
  .nav-toggle span,
  .nav-toggle span:before,
  .nav-toggle span:after {
    width: 30px;
  }
  .nav-toggle span:before {
    top: -8px;
  }
  .nav-toggle span:after {
    bottom: -8px;
  }
}

#navIconCart {
  position: absolute;
  right: 80px;
  top: 12px;
}

#navIconCart a {
  font-size: 2.2rem;
  color: #999;
  text-align: center;
  position: relative;
  display:block;
}

#navIconCart a .glyphicon {
  display: block;
  padding: 0.5rem;
}

#navIconCart a #cart-total {
  position: absolute;
  bottom: 3px;
  right: -14px;
  font-size: 1.5rem;
  border-radius: 50%;
  color: #999;
  font-family: sans-serif;
  line-height: 1;
}

#navIconCart .top-cart img {
  width: 35px;
  height: 35px;
  margin: 0px 0px 0px 0px;
  padding-bottom: 0px;
}

#navIconCart .top-cart {
  position: absolute;
  margin-top: 7px;
  display: block;
}

#navIconCart .top-cart a {
  color: #a4a4a4;
  text-decoration: none;
  font-size: 14px;
}

#navIconCart .top-cart a:hover {
  color: #fff;
}

#navIconCart .top-cart .top-cart-wording {
  float: right;
  margin-top: -20px;
  padding-left: 30px;
}

@media (min-width: 1201px) {
  #navIconCart {
    display: none;
  }
}

#navIconSearch {
  position: absolute;
  right: 120px;
  top: 12px;
}

#navIconSearch a {
  font-size: 2.2rem;
  color: #999;
  text-align: center;
}

#navIconSearch a .glyphicon {
  display: block;
  padding: 0.5rem;
}

@media (min-width: 1201px) {
  #navIconSearch {
    display: none;
  }
}

.searchMobile {
  padding: 0 10px 20px;
  display: none;
}
.searchMobile.open {
  display: block;
}

.searchMobile .formBox {
  padding: 1rem 0;
}
.searchMobile .formBox .navbar-form {
  margin-top: 25px;
}
.searchMobile .formBox .input-group {
  min-width: 100%;
}
.searchMobile .formBox #keyword_m {
  padding: 0 1rem;
  font-size: 1.7rem;
}

.searchMobile .logBox {
  padding-bottom: 2rem;
}

.searchMobile .logBox li a {
  position: relative;
  display: block;
  color: #999;
  padding: 1.2rem 0;
  border-bottom: 1px solid #ddd;
}
.searchMobile .logBox li a::after {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e003";
  color: #ccc;
}
@media (min-width: 1200px) {
  .searchMobile {
    display: none;
  }
}

.button-clearInput {
  position: absolute;
  right: 70px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #888;
  color: white;
  border: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: sans-serif;
  z-index: 100;
}

.button-clearInput:focus {
  outline: none;
}

/*Product List
*****************************************/

.pdt-list {
  margin: 10px 0;
}

.pdt-list .item {
  margin-bottom: 10px;
  padding: 20px;
  border: 1px solid #fff;
}

.pdt-list .item:hover {
  border: 1px solid #ddd;
}

.pdt-list .item .tag {
  min-height: 32px;
  display: block;
  width: 100%;
}

.pdt-list .item .tag.new:before {
  content: "";
  background: url(../image/new_red.png) center center no-repeat;
  display: block;
  margin: 0 auto;
  width: 120px;
  height: 32px;
}

.pdt-list .item .imgDiv {
  width: 100%;
  overflow: hidden;
  margin: 10px 0;
}

.pdt-list .item .imgDiv a {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  position: relative;
}

.pdt-list .item .imgDiv a img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 330px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
  background: #fff;
}
.pdt-list .item .imgDiv:hover a img {
  -webkit-animation: pdt-list-silder 6.5s linear infinite;
  animation: pdt-list-silder 6.5s linear infinite;
}

.pdt-list .item.demo {
  background: #efefef;
}

.pdt-list .row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.pdt-list .row.display-flex > [class*="col-"] {
  display: flex;
  flex-direction: column;
}

@-webkit-keyframes pdt-list-silder {
  3% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  27% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  30% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@keyframes pdt-list-silder {
  3% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  27% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  30% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

.pdt-list .item .imgDiv a img:nth-child(8) {
  -webkit-animation-delay: 6.5s;
  animation-delay: 6.5s;
}

.pdt-list .item .imgDiv a img:nth-child(7) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

.pdt-list .item .imgDiv a img:nth-child(6) {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
}

.pdt-list .item .imgDiv a img:nth-child(5) {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

.pdt-list .item .imgDiv a img:nth-child(4) {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.pdt-list .item .imgDiv a img:nth-child(3) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.pdt-list .item .imgDiv a img:nth-child(2) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.pdt-list .item .imgDiv a img:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  opacity: 1;
  filter: alpha(opacity=1);
}

.pdt-list .item h3 {
  color: #4e4e4e;
  text-align: center;
  margin: 0px;
  font-size: 26px;
}

.pdt-list .item .icon {
  text-align: center;
  width: 100%;
  height: 43px;
  margin: 20px 0 15px;
  position: relative;
}

.pdt-list .item .icon img {
  width: 20%;
  max-width: 43px;
}
.pdt-list .item .iconItem {
  display: inline-block;
  width: 16%;
  max-width: 43px;
  height: 43px;
}
.pdt-list .item .iconItem img {
  width: 100%;
}
.pdt-list .item .iconItem.open .iconTxt {
  display: block;
}
.pdt-list .item .iconItem .iconTxt {
  display: none;
  position: absolute;
  width: 210px;
  top: 35px;
  left: 48%;
  margin-left: -95px;
  padding-top: 10px;
  z-index: 10;
  font-size: 14px;
}
.pdt-list .item .iconItem .iconTxt p {
  background: #3d3d82;
  color: #fff;
  padding: 10px;
  margin: 0;
  min-height: 132px;
}

.pdt-list .item .price {
  margin-bottom: 10px;
  text-align: center;
}

.pdt-list .item .notewording {
  margin-bottom: 10px;
  text-align: center;
}

.pdt-list .item .rating {
  margin-bottom: 20px;
  text-align: center;
}

.pdt-list .item .rating .star_holder {
  display: inline-block;
  padding: 0 5px;
}

.pdt-list .item .rating .star_holder.noData {
  display: none;
}

.pdt-list .item .rating .star_txt {
  display: inline-block;
}

.pdt-list .item .btns {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.pdt-list .item .btns input {
  background: #3d4688;
  color: #fff;
  padding: 2px 15px;
  border: none;
  font-size: 17px;
  width: 100%;
  margin: 0 2px;
}

.pdt-list .item .btns span {
  width: 100%;
  max-width: 180px;
}

.pdt-list .item .btns input:hover {
  background: #272d5a;
}

.pdt-list .item .btns input.clearCompare {
  display: none;
  background: #b4b4b5;
}

.pdt-list .item .btns input.compareChkbox {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: -1;
  background: none;
  display: none;
}

@media (max-width: 1198px) {
  .pdt-list .item .iconItem .iconTxt {
    top: 32px;
    width: 150px;
    margin-left: -75px;
  }
}

@media (min-width: 992px) and (max-width: 1198px) {
  .pdt-list .item .btns input {
    padding: 6px 6px;
  }
  .pdt-list .item .rating {
    min-height: 45px;
  }

  .pdt-list .item .responsive_model {
    height: 26px;
    font-size: 25px;
  }

  .pdt-list .item .responsive_model_long {
    height: 26px;
    font-size: 2vw;
  }

  .pdt-list .row.display-flex > [class*="col-"] {
    display: flex;
    flex-direction: column;
    width: 24.8%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pdt-list .item .btns input {
    margin-top: 2px;
    width: 80%;
  }

  .pdt-list .row.display-flex > [class*="col-"] {
    display: flex;
    flex-direction: column;
    width: 24.8%;
  }
}

@media (max-width: 991px) {
  .pdt-list .item h3 {
    font-size: 25px;
  }

  .pdt-list .item .iconItem .iconTxt {
    top: 25px;
    font-size: 13px;
  }

  .pdt-list .item .responsive_model {
    height: 26px;
    font-size: 25px;
  }

  .pdt-list .item .responsive_model_long {
    height: 26px;
    font-size: 2.4vw;
  }
}
@media (max-width: 767px) {
  .pdt-list .item .tag {
    min-height: auto;
  }
  .pdt-list .item .imgDiv a img {
    position: relative;
    margin: 0 auto;
  }
  .pdt-list .item .imgDiv:hover a img {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
  }

  .pdt-list .item .responsive_model {
    all: unset;
  }

  .pdt-list .item .responsive_model_long {
    all: unset;
  }
}

/*compare-list
*****************************************/

.compare-list {
  position: relative;
  font-size: 16px;
  float: left;
  width: 100%;
  background: #dfdfdf;
  -webkit-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}

.compare-list.fixed {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  margin: 0 auto;
  /* max-width: 1140px; */
}

.compare-list .filter-title {
  font-family: "Antonio Regular";
  display: block;
  padding: 0px 20px;
  color: #424242;
  height: 40px;
  line-height: 40px;
}

.compare-list .filter-title:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 85px;
  top: 50%;
  margin-top: -4px;
  width: 12px;
  height: 8px;
  background: url(../image/arrow_top_dark.png);
  transform: rotate(90deg);
}

.compare-list .filter-title.open:before {
  transform: rotate(180deg);
}

.compare-list .filter-title:hover,
.compare-list .filter-title:focus {
  text-decoration: none;
  background: #f1f1f1;
}

.compare-list .filter-con {
  display: none;
  width: 100%;
  position: absolute;
  top: 100%;
  background: #f8f8f8;
  background-color: #f8f8f8;
  padding: 30px;
  z-index: 999;
  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.2);
}

.compare-list .filter-con .sliderBox {
  margin-bottom: 30px;
  width: 100%;
  position: relative;
}

.compare-list .filter-con h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 20px;
  clear: both;
}

.compare-listr .filter-con .checkbox {
  width: 100%;
  margin-top: 0;
}

.compare-list .filter-con .checkbox-inline {
  width: 33%;
  margin: 6px 0;
}

.compare-list .filter-con .checkbox-inline input {
  top: 50%;
  margin-top: -7px;
}

.compare-list .filter-con .filter-btns {
  margin-top: 20px;
  text-align: center;
  padding-top: 10px;
}

.compare-list .filter-con .filter-btns .filter-btn {
  background: #272d5a;
  color: #fff;
  padding: 2px 25px;
  border: none;
  font-size: 17px;
  margin-right: 15px;
  cursor: pointer;
}

.nstSlider {
  background: #dfdfdf;
  height: 15px;
  width: 200px;
  top: 0px;
  left: 55px;
  display: inline-block;
}

.nstSlider .bar {
  background: #272e5a;
  height: 5px;
  top: 5px;
}

.nstSlider .leftGrip,
.nstSlider .rightGrip {
  width: 11px;
  height: 11px;
  top: 2px;
  background: #be0304;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.leftLabel {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 50px;
  text-align: center;
  letter-spacing: 0;
  font-size: 14px;
}

.rightLabel {
  position: absolute;
  top: 0px;
  left: 260px;
  width: 50px;
  text-align: center;
  letter-spacing: 0;
  font-size: 14px;
}

@media (max-width: 1201px) {
  .nstSlider {
    width: 120px;
  }
  .rightLabel {
    left: 180px;
  }
}

.filter .filter-con .btn-group {
  margin-bottom: 20px;
}

#compareb {
  font-family: "Antonio Regular";
  padding: 0px 20px;
  height: 40px;
}

#compareb .compareTxt {
  margin-right: 25px;
  display: inline-block;
}

#compareb #compareAmount {
  margin-left: 5px;
}

#compareb .btn-group {
  line-height: initial;
  padding: 7px 0;
  font-size: 17px;
}

#compareb .clearAll,
#compareb .compareBtn {
  margin-right: 10px;
  background: #3d3d82;
  border: none;
  padding: 1px 20px;
  color: #fff;
}

#compareb .clearAll:hover,
#compareb .compareBtn:hover {
  background: #32326b;
}

.sort {
  padding: 5px 20px;
}

.sort .form-control {
  font-size: 15px;
  height: 30px;
  padding: 3px 12px;
}

@media (max-width: 768px) {
  .sort {
    padding: 12px 20px;
  }
  .filter .filter-con {
    position: relative;
    box-shadow: none;
    background: #f8f8f8;
    padding: 20px;
  }
}

@media (max-width: 640px) {
  .filter .filter-con .checkbox-inline {
    width: 49%;
  }
  #compareb {
    height: auto;
    line-height: inherit;
    padding-top: 10px;
  }
}

@media (max-width: 360px) {
  .filter .filter-con {
    padding: 20px 0;
  }
  .filter .filter-con .checkbox-inline {
    width: 100%;
  }
}

/* 共用頁碼 */

.page-pagination {
  width: 100%;
  text-align: center;
  clear: both;
}
.page .pagination {
  margin: 35px 0;
  padding: 7px 0;
  width: 100%;
  max-width: 600px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.page .pagination > li {
  display: inline-block;
  vertical-align: middle;
}
.page .pagination > li:first-child {
  /* float: left; */
}
.page .pagination > li:last-child {
  /* float: right; */
}
.page .pagination > li > a,
.page .pagination > li > span {
  font-size: 15px;
  line-height: inherit;
  padding: 4px 13px;
  margin: 0 2px;
  background: none;
  border: none;
  color: #333;
  border-radius: 3px;
  max-width: 38px;
  width: 38px;
}
.page .pagination > li > a:focus,
.page .pagination > li > a:hover,
.page .pagination > li > a > span:focus,
.page .pagination > li > a > span:hover {
  color: #333;
  background: #ddd;
}
.page .pagination > .active > a,
.page .pagination > .active > a:focus,
.page .pagination > .active > a:hover,
.page .pagination > .active > span,
.page .pagination > .active > span:focus,
.page .pagination > .active > span:hover {
  background: #3d4688;
  border: none;
  color: #ffffff;
}
.page .pagination > .disabled > a,
.page .pagination > .disabled > a:focus,
.page .pagination > .disabled > a:hover,
.page .pagination > .disabled > span,
.page .pagination > .disabled > span:focus,
.page .pagination > .disabled > span:hover {
  background: none;
  border: none;
  color: #bbb;
}
.page .pagination > li:first-child > a,
.page .pagination > li:first-child > span {
  margin-right: 10px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.page .pagination > li:last-child > a,
.page .pagination > li:last-child > span {
  margin-left: 10px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.page .pagination > li:nth-child(2) > a,
.page .pagination > li:nth-child(2) > span {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.page .pagination > li:nth-last-child(2) > a,
.page .pagination > li:nth-last-child(2) > span {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

@media (max-width: 768px) {
  .page .pagination > li > a,
  .page .pagination > li > span {
    padding: 2px 12px;
    margin: 0;
  }
}

@media (max-width: 480px) {
  .page .pagination > li {
    display: block;
  }
  .page .pagination > li:first-child {
    display: block;
  }
  .page .pagination > li:last-child {
    display: block;
  }
  .page .pagination > li > a,
  .page .pagination > li > span {
    width: auto;
  }
}

/*pdt-view
*****************************************/

section.pdtView {
  padding: 50px 0;
}
section.pdtView #pdt-photo {
  display: flex;
  flex-direction: column;
  padding-bottom: 1.5rem;
  text-align: center;
}

section.pdtView .carousel-main {
  padding-bottom: 1rem;
}
section.pdtView .carousel-main .carousel-cell {
  width: 100%;
  /* max-width: 500px; */
}
section.pdtView .carousel-main .carousel-cell .videoBox {
  width: 100%;
}
section.pdtView .carousel-main .carousel-cell .videoBox a {
  display: block;
}
section.pdtView .carousel-main .carousel-cell .videoBox a::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  background: url(../images/icon_mediaPlay.png) center center no-repeat;
  z-index: 3;
}
section.pdtView .carousel-main .carousel-cell .videoBox a:hover::before {
  background: url(../images/icon_mediaPlay_hover.png) center center no-repeat;
}
section.pdtView .carousel-main .carousel-cell .videoBox a img {
  width: 100%;
}

section.pdtView .carousel-nav {
  overflow-x: auto;
  display: flex;
  justify-content: center;
}

section.pdtView .carousel-nav .carousel-cell {
  margin: 5px;
  cursor: pointer;
  opacity: 0.3;
  width: 40px;
  min-width: 40px;
}

section.pdtView .carousel-nav .carousel-cell.is-selected {
  opacity: 1;
}

@media (max-width: 990px) {
  section.pdtView .carousel-nav {
    margin-top: 30px;
  }
}

@media (min-width: 991px) {
  section.pdtView #pdt-photo {
    flex-direction: row-reverse;
  }
  section.pdtView .carousel-main {
    width: calc(100% - 100px);
    vertical-align: top;
  }
  section.pdtView .carousel-nav {
    width: 90px;
    max-height: 335px;
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: top;
    flex-wrap: wrap;
  }
  section.pdtView .carousel-nav .carousel-cell {
    width: 60px;
    margin: 3px auto;
  }
}

@media (min-width: 3800px) {
  section.pdtView .carousel-main {
    width: calc(80% - 100px);
    vertical-align: top;
    margin-left: 50px;
  }
  section.pdtView .carousel-nav {
    width: 140px;
    max-height: 800px;
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: top;
    flex-wrap: wrap;
  }

  section.pdtView .carousel-nav .navimage {
    width: 140px;
    height: 140px;
  }

  section.pdtView .carousel-nav .carousel-cell {
    width: 140px;
    height: 180px;
    margin: 3px auto;
  }

  .flickity-prev-next-button {
    width: 65px !important;
    height: 80px !important;
    border-radius: 5px;
  }
}

@media (min-width: 5096px) {
  section.pdtView .carousel-main {
    width: calc(60% - 100px);
    vertical-align: top;
    margin-left: 100px;
  }
  section.pdtView .carousel-nav {
    width: 140px;
    max-height: 800px;
    overflow-x: hidden;
    overflow-y: hidden;
    vertical-align: top;
    flex-wrap: wrap;
  }

  section.pdtView .carousel-nav .navimage {
    width: 140px;
    height: 140px;
  }

  section.pdtView .carousel-nav .carousel-cell {
    width: 140px;
    height: 180px;
    margin: 3px auto;
  }

  .flickity-prev-next-button {
    width: 85px !important;
    height: 100px !important;
    border-radius: 5px;
  }
}

section.pdtView .pdt-data h1 {
  margin-top: 0;
  padding-bottom: 10px;
  border-bottom: 3px solid #777;
}

section.pdtView .pdt-data h3 {
  font-size: 22px;
  color: #777;
  margin: 20px 0;
}

section.pdtView .pdt-data p {
  font-size: 18px;
  color: #777;
}

section.pdtView .pdt-data ul {
  list-style-type: none;
  padding-left: 0px;
  margin-top: 15px;
  margin-bottom: 15px;
}

section.pdtView .pdt-data ul li {
  font-size: 15px;
  line-height: 1.6;
  color: #777;
  margin-bottom: 2px;
}

section.pdtView .pdt-data .rating {
  margin-bottom: 20px;
}
section.pdtView .pdt-data .rating a {
  display: block;
  color: #555;
}

section.pdtView .pdt-data .rating a .star_holder {
  display: inline-block;
  padding: 0 5px 0 0;
}

section.pdtView .pdt-data .rating a .star_holder.noData {
  display: none;
}

section.pdtView .pdt-data .rating a .star_txt {
  display: inline-block;
  vertical-align: top;
  padding-left: 1rem;
}

section.pdtView .pdt-data .btns button {
  background: #272d5a;
  color: #fff;
  padding: 6px 20px;
  border: none;
  font-size: 17px;
}

/*pdt-viewquick
*****************************************/

section.pdtViewquick {
  padding: 0px 0;
}
section.pdtViewquick .pdt-photo {
  width: 100%;
  float: left;
}
section.pdtViewquick .pdt-photo .carousel-main {
  float: left;
  width: calc(100% - 90px);
}

section.pdtViewquick .pdt-photo .carousel-main .carousel-cell {
  width: 100%;
  padding: 10px;
}
section.pdtViewquick .pdt-photo .carousel-main .carousel-cell .videoBox {
  width: 100%;
}
section.pdtViewquick .pdt-photo .carousel-main .carousel-cell .videoBox a {
  display: block;
}
section.pdtViewquick .pdt-photo .carousel-main .carousel-cell .videoBox a::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  background: url(../images/icon_mediaPlay.png) center center no-repeat;
  z-index: 3;
}
section.pdtViewquick .pdt-photo .carousel-main .carousel-cell .videoBox a:hover::before {
  background: url(../images/icon_mediaPlay_hover.png) center center no-repeat;
}
section.pdtViewquick .pdt-photo .carousel-main .carousel-cell .videoBox a img {
  width: 100%;
}

section.pdtViewquick .pdt-photo .carousel-nav {
  width: 60px;
  max-height: 275px;
  overflow-y: auto;
  float: left;
  overflow-x: hidden;
  overflow-y: hidden;
}

section.pdtViewquick .pdt-photo .carousel-nav .carousel-cell {
  height: 50px;
  width: 70px;
  margin: 5px auto 10px auto;
  cursor: pointer;
  opacity: 0.3;
}

section.pdtViewquick .pdt-photo .carousel-nav .carousel-cell.is-nav-selected {
  opacity: 1;
}

section.pdtViewquick .pdt-data h1 {
  padding-bottom: 10px;
  border-bottom: 3px solid #777;
  font-size: 30px;
}

section.pdtViewquick .pdt-data h3 {
  font-size: 20px;
  color: #777;
  margin: 20px 0;
}

section.pdtViewquick .pdt-data p {
  font-size: 18px;
  color: #777;
}

section.pdtViewquick .pdt-data ul {
  list-style-type: none;
  padding-left: 0px;
  margin-top: 15px;
  margin-bottom: 15px;
}

section.pdtViewquick .pdt-data ul li {
  font-size: 15px;
  line-height: 1.6;
  color: #777;
  margin-bottom: 2px;
}

section.pdtViewquick .pdt-data .cart {
  margin-bottom: 20px;
}

section.pdtViewquick .pdt-data .rating {
  margin-bottom: 20px;
}
section.pdtViewquick .pdt-data .rating a {
  display: block;
  color: #555;
}

section.pdtViewquick .pdt-data .rating a .star_holder {
  display: inline-block;
  padding: 0 5px 0 0;
}

section.pdtViewquick .pdt-data .rating a .star_holder.noData {
  display: none;
}

section.pdtViewquick .pdt-data .rating a .star_txt {
  display: inline-block;
}

section.pdtViewquick .pdt-data .btns button {
  background: #272d5a;
  color: #fff;
  padding: 6px 20px;
  border: none;
  font-size: 17px;
}

section.pdtViewquick .pdt-data .buttoncart-disabled {
  cursor: url("../image/no-drop.png"), auto;
  color: #ffffff;
  background: #777 !important;
}

@media (max-width: 991px) {
  section.pdtViewquick .pdt-data h1 {
    margin-top: 0px;
  }
}
@media (max-width: 640px) {
  section.pdtViewquick .pdt-photo {
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 70px;
  }
  section.pdtViewquick .pdt-photo .carousel-main {
    float: left;
    width: 100%;
  }
  section.pdtViewquick .pdt-photo .carousel-nav {
    width: 100%;
    position: absolute;
    bottom: 0px;
  }
  section.pdtViewquick .pdt-photo .carousel-nav .carousel-cell {
    float: left;
    margin: 0 10px 0 0;
  }
}
@media (max-width: 479px) {
  section.pdtViewquick .pdt-photo {
    padding-bottom: 80px;
  }
  section.pdtViewquick .pdt-photo .carousel-nav .carousel-cell {
    width: 40px;
    height: 30px;
  }
  section.pdtViewquick .pdt-data h1 {
    margin-top: 0px;
  }
}

/*flickity滑動區塊 共通樣式
*****************************************/
.flickitySlide .flickity-button {
  opacity: 0;
}

.flickitySlide:hover .flickity-button {
  opacity: 1;
}

.flickity-button {
  background: rgba(125, 125, 125, 0.5);
  transition: all 0.3s ease;
}

.flickity-button:hover {
  background: rgba(125, 125, 125, 1);
}

.flickity-prev-next-button {
  width: 35px;
  height: 60px;
  border-radius: 5px;
}

.flickity-button-icon {
  fill: white;
}

.flickity-prev-next-button.previous {
  left: 15px;
  z-index: 9999;
}

.flickity-prev-next-button.next {
  right: 15px;
  z-index: 9999;
}

.flickity-button:disabled {
  display: none;
}

/* 共用頁籤 */
.page-nav {
  text-align: center;
  padding: 15px 0;
  background: #fff;
  min-height: 82px;
}
.page-nav nav {
  margin: 0 auto;
  width: 100%;
  z-index: 10;
  background: #fff;
}
.page-nav nav.fixed {
  position: fixed;
  width: 90%;
  top: 0;
}
.page-nav .nav {
  /*max-width: 1140px;*/
  margin: 0 auto;
  border-bottom: none;
}
.page-nav .nav::after {
  position: relative;
  bottom: 2px;
  z-index: 11;
  display: block;
  content: "";
  width: 100%;
  height: 4px;
  background: #777;
}
.page-nav .nav li {
  width: calc(20% - 3px);
  display: inline-block;
  text-align: center;
  border: none;
  border-bottom: 3px solid #777;
  border-radius: 0;
  position: relative;
  z-index: 12;
}

.page-nav .nav li.active {
  border: none;
  border-bottom: 3px solid #be0404;
  color: #333;
}

.page-nav .nav li:hover {
  border: none;
  border-bottom: 3px solid #be0404;
  color: #333;
  background: none;
}

.page-nav .nav li:hover::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -6px;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #be0404 transparent;
}

.page-nav .nav li a {
  font-size: 21px;
  /*padding: 8px 5px;*/
  letter-spacing: 0.2px;
  text-decoration: none;
  color: #777;
  display: block;
  background: inherit;
}

@media (max-width: 768px) {
  .page-nav .nav li a {
    font-size: 16px;
  }
  .page-nav .nav li {
    height: 65px;
  }
}
@media (max-width: 480px) {
  .page-nav {
    text-align: left;
    padding: 8px 0;
  }
  .page-nav .nav li {
    width: calc(60% - 3px);
  }
  .page-nav .nav li a {
    font-size: 12px !important;
  }
}

/* 共用側選單 */

.sideNav.affix {
  top: 82px;
}

.sideNav.affix-bottom {
  position: absolute;
}

.sideNav h2 {
  margin-top: 0;
  margin-bottom: 20px;
}

.sideNav ul {
  list-style: none !important;
  padding: 0;
  border-bottom: none;
  margin-bottom: 40px;
}

.sideNav ul li a {
  padding: 5px 0;
  font-size: 18px;
  letter-spacing: 0;
  color: #333;
  display: block;
  text-decoration: none;
}

.sideNav ul li.active a {
  color: #be0404;
  text-decoration: underline;
  font-family: "Antonio Regular";
  background-color: transparent;
}

.sideNav ul li a:hover,
.sideNav ul li a:focus {
  color: #be0404;
  background-color: transparent;
}

.sideNav ul li a.btnPdf {
  padding-left: 28px;
}

#specs .boxItem {
  margin-bottom: 30px;
}
#specs .boxItem h3 {
  padding-top: 0;
  font-size: 26px;
  border-bottom: 2px solid #be0404;
  padding-bottom: 10px;
  padding-left: 5px;
  margin-top: 0;
}
#specs .boxItem .ddGroup:hover {
  background: #f5f5f5;
}
#specs .boxItem dt {
  font-family: "Antonio Regular";
  font-weight: normal;
  width: 40%;
  display: inline-block;
  padding: 10px 5px;
  vertical-align: top;
}
#specs .boxItem dd {
  width: 58%;
  display: inline-block;
  padding: 10px 5px;
}

#reviews .mediaList {
  margin: 20px 0 60px;
  position: relative;
  width: 100%;
  height: 100%;
}

#reviews .mediaList .item {
  width: 20%;
  height: auto;
  padding: 0px 5px;
}
#reviews .mediaList .itemCont {
  border: 1px solid #ddd;
  display: block;
  color: #337ab7;
}
#reviews .mediaList .itemCont .imgOverBox {
  padding-bottom: 56.25%;
}
#reviews .mediaList .itemCont .imgOverBox::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  background: url(../images/icon_mediaPlay.png) center center no-repeat;
  z-index: 3;
}

.imgOverBox {
  width: 100%;
  margin: 0 auto;
  height: 0;
  padding-bottom: 50%;
  overflow: hidden;
  position: relative;
}
.imgOverBox img {
  position: absolute;
  top: 50%;
  margin-top: -32%;
  width: 100%;
}

#reviews .mediaList .itemCont:hover .imgOverBox::before {
  background: url(../images/icon_mediaPlay_hover.png) center center no-repeat;
}
#reviews .mediaList .itemCont .imgBox {
  width: 100%;
}
#reviews .mediaList .itemCont .imgBox img {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

#reviews .mediaList .itemCont .txtBox {
  padding: 10px 15px 5px;
  min-height: 92px;
}
#reviews .mediaList .itemCont .txtBox p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 44px;
}

#reviews .mediaList .itemCont:hover .txtBox p {
  text-decoration: underline;
}
#reviews .mediaList .itemCont .txtBox span {
  font-size: 14px;
  color: #555;
}
#reviews .ratingAll {
  text-align: center;
  margin: 10px 0;
}
#reviews .ratingCon {
  text-align: center;
}
#reviews .ratingSort {
  margin: 40px 0 20px;
}
#reviews .ratingSort select {
  margin-left: 15px;
  padding: 1px 20px;
  margin-left: 15px;
  border: 1px solid #ddd;
}
#reviews .positiveInfo {
  background: #dfdfdf;
  padding: 15px 30px;
  position: relative;
  margin-bottom: 30px;
}
#reviews .positiveInfo::after {
  top: 100%;
  left: 85%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(223, 223, 223, 0);
  border-top-color: #dfdfdf;
  border-width: 16px;
  margin-left: -16px;
}
#reviews .positiveInfo h4 {
  text-align: center;
}
#reviews .positiveInfo .head {
  vertical-align: top;
}
#reviews .positiveInfo .head .txt {
  margin: 0 0 0 10px;
  display: inline-block;
  font-family: "Antonio Regular";
  font-size: 15px;
}
#reviews .positiveInfo .con {
  font-size: 14px;
  padding: 15px 0;
}
#reviews .boxItem {
  word-break: break-all;
  margin: 25px 0;
}
#reviews .boxItem .head {
  vertical-align: top;
}
#reviews .boxItem .head .txt {
  font-size: 15px;
  margin: 0 0 0 10px;
  display: inline-block;
  font-family: "Antonio Regular";
}
#reviews .boxItem .con {
  font-size: 14px;
  padding: 30px;
  border-bottom: 1px solid #ddd;
}
#support .boxItem {
  margin-bottom: 40px;
  word-break: break-all;
}
#support .boxItem h3 {
  padding-top: 0;
  font-size: 26px;
  border-bottom: 2px solid #be0404;
  padding-bottom: 10px;
  padding-left: 5px;
  margin-top: 0;
}

#support .boxItem .con {
  padding-left: 35px;
}

#support .boxItem .con p {
  line-height: 2;
  vertical-align: top;
}

#support .boxItem .con ol,
ol li {
  margin-left: 20px;
  padding: unset;
  list-style-image: unset;
  list-style-position: unset;
  word-break: break-all;
}

#support .boxItem .con ul {
  list-style: unset;
  margin: unset;
  padding: unset;
  word-break: break-all;
}

#support .boxItem .con ul li {
  list-style: circle;
  margin-left: 30px;
  padding: 0px;
  word-break: break-all;
}

#support .boxItem .colTwo p {
  width: 48%;
  display: inline-block;
}

#support .boxItem .con a {
  text-decoration: underline;
  color: #333;
}

@media (max-width: 1024px) {
  #reviews .mediaList .item {
    width: 25%;
  }
}

@media (max-width: 640px) {
  #reviews .mediaList .item {
    width: 33%;
  }
}

@media (max-width: 479px) {
  #specs .boxitem dt {
    width: 100%;
    padding: 8px 8px 0;
  }
  #specs .boxitem dd {
    width: 100%;
    padding: 5px 8px 10px;
  }
  #support .boxItem .con {
    padding-left: 15px;
  }
  #reviews .mediaList .item {
    width: 50%;
  }
}

/* 回到頂端按鈕 */

#gotop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: none;
  width: 35px;
  height: 30px;
  border-radius: 5px;
  background-color: rgba(125, 125, 125, 0.6);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

#gotop:before {
  content: "";
  background: url(../images/arrow_top.png) center center no-repeat;
  width: 12px;
  height: 7px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px 0 0 -6px;
  z-index: 999;
}

#gotop:hover {
  background-color: rgba(125, 125, 125, 1);
}

@media (max-width: 768px) {
  #gotop {
    width: 28px;
    height: 36px;
    right: 15px;
    bottom: 15px;
    box-shadow: 0px 3px 11px rgba(0, 0, 0, 0.2);
  }
}

#onlineHelpSide {
  height: 47px;
  width: 52px;
  position: fixed;
  z-index: 9;
  top: 28%;
  right: -2px;
}

/* 評分系統 */
.reviews_summary {
  width: 100%;
  padding: 2rem 0 0;
}
.reviews_summary h2 {
  margin-top: 0;
  margin-bottom: 2.5rem;
}
.reviews_summary h4 {
  margin-top: 0;
}

.reviews_summary .snapshot {
  padding-bottom: 2rem;
}
.reviews_summary .snapshot ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.reviews_summary .snapshot ul li {
  padding: 3px 10px;
  display: block;
  color: #333;
}
.reviews_summary .snapshot ul li .title {
  width: 30px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.reviews_summary .snapshot ul li .title span {
  font-size: 16px;
  line-height: 21px;
  padding: 0 3px;
}
.reviews_summary .snapshot ul li .content {
  width: calc(100% - 85px);
  display: inline-block;
  vertical-align: middle;
}
.reviews_summary .snapshot ul li .amount {
  display: inline-block;
  width: 30px;
  text-align: center;
  vertical-align: middle;
}

.reviews_summary .average {
  padding-bottom: 2rem;
}
.reviews_summary .average ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 20px;
  font-size: 14px;
}
.reviews_summary .average ul li {
  padding: 5px 0px;
}
.reviews_summary .average ul li .title {
  width: 60px;
  display: inline-block;
  vertical-align: middle;
  color: #333;
}
.reviews_summary .average ul li .content {
  width: calc(100% - 120px);
  display: inline-block;
  vertical-align: middle;
}
.reviews_summary .average ul li .amount {
  display: inline-block;
  width: 50px;
  text-align: center;
  vertical-align: middle;
}
@media (min-width: 480px) {
  .reviews_summary .average ul li .title {
    width: 120px;
  }
  .reviews_summary .average ul li .content {
    width: calc(100% - 200px);
  }
}
@media (min-width: 768px) {
  .reviews_summary .snapshot {
    display: inline-block;
    width: calc(50% - 2px);
    vertical-align: top;
  }
  .reviews_summary .average {
    display: inline-block;
    width: calc(50% - 2px);
    vertical-align: top;
  }
}
.reviews_control_bar {
  width: 100%;
  margin: 20px 0;
  background: #ecebeb;
  padding: 1rem 1rem;
  display: flex;
  flex-direction: column;
}
.reviews_control_bar .amount {
  text-align: center;
  padding-bottom: 1rem;
}
.reviews_control_bar .amount p {
  margin: 0;
}
.reviews_control_bar .amount p span {
  padding: 0 0.4rem;
}
.reviews_control_bar .sort {
  padding: 0;
  text-align: center;
}
.reviews_control_bar .sort .caption {
  width: 19px;
  height: 19px;
  line-height: 19px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1rem;
}
.reviews_control_bar .sort .caption a {
  font-family: "Antonio Regular";
  font-size: 13px;
  display: block;
  background: #333;
  color: #fff;
  border-radius: 50%;
}
.reviews_control_bar .sort .caption .tooltip-inner {
  max-width: 300px;
  padding: 1rem;
  background-color: #fff;
  color: #333;
  border: 1px solid #000;
  text-align: center;
}
.reviews_control_bar .sort span {
  font-size: 13px;
}
.reviews_control_bar .sort select {
  padding: 2px 30px 2px 8px;
  margin-left: 6px;
  border: none;
  background: transparent;
  font-size: 13px;
}
@media (min-width: 990px) {
  .reviews_control_bar {
    flex-direction: row;
    align-items: center;
    padding: 1rem 2rem;
  }
  .reviews_control_bar .amount {
    flex: 3;
    text-align: left;
    padding-bottom: 0rem;
  }
  .reviews_control_bar .sort {
    flex: 1;
    min-width: 265px;
  }
}
.reviews_warp {
  /* width: 100%; */
}
.reviews_warp .items {
  padding: 2rem 0;
  border-bottom: 1px solid #ddd;
}
.reviews_warp .items .items_head {
  padding-bottom: 0.5rem;
  display: flex;
}
.reviews_warp .items .items_head .avatar {
  max-width: 50px;
  flex: 1;
}
.reviews_warp .items .items_head .avatar img {
  width: 100%;
}
.reviews_warp .items .items_head .author {
  padding-left: 20px;
  flex: 2;
  padding-left: 20px;
}
.reviews_warp .items .items_head .author .star {
  display: block;
  margin-bottom: 15px;
}
.reviews_warp .items .items_head .author .star .star_ratings {
  margin-left: -3px;
}

.reviews_warp .items .items_head .author .name {
  font-size: 16px;
}
.reviews_warp .items .items_head .author .time {
  font-size: 13px;
  color: #999;
  padding-left: 1rem;
}
.reviews_warp .items .items_content {
  padding: 1.5rem 0 0;
  display: flex;
  flex-direction: column;
}
.reviews_warp .items .items_content .message_box h4 {
  margin-top: 0;
}
.reviews_warp .items .items_content .message_box p {
  font-size: 13px;
}
.reviews_warp .items .items_content .message_box .questions {
  padding-top: 0.5rem;
}
.reviews_warp .items .items_content .message_box .questions p {
  font-family: "Antonio Regular";
  font-weight: normal;
  margin-bottom: 5px;
  font-size: 14px;
}
.reviews_warp .items .items_content .message_box .questions p span {
  font-family: "Antonio Light";
  padding-left: 1rem;
}

.reviews_warp .items .items_content .ratings_box {
  padding: 1rem 0;
}
.reviews_warp .items .items_content .ratings_box .ratings_items {
  padding: 0rem 0 1.5rem;
}
.reviews_warp .items .items_content .ratings_box .ratings_items:last-child {
  padding: 0;
}
.reviews_warp .items .items_content .ratings_box .ratings_items h5 {
  margin-top: 0;
}

@media (min-width: 768px) {
  .reviews_warp .items .items_content {
    flex-direction: row;
    padding: 0.5rem 0 0;
  }
  .reviews_warp .items .items_content .message_box {
    flex: 3;
    padding-left: 70px;
  }
  .reviews_warp .items .items_content .ratings_box {
    flex: 1;
  }
}

/* review box */
.reviewbox .review_outer {
  height: auto;
  background-color: #f7f7f7 !important;
  display: flex;
  flex-direction: row;
  min-height: 550px;
}
.reviewbox .rightcol {
  background-color: #f7f7f7 !important;
}

.reviewbox .leftcol {
  background-color: #000;
}

.reviewbox .rowspace {
  margin-top: 20px !important;
}

.reviewbox .rowspace .reviewstar {
  margin-left: 70px;
  width: 220px;
  position: absolute;
  margin-top: -27px;
}

.reviewbox .rowspace .reviewstar i {
  font-size: 32px !important;
}

.reviewbox .rowspace .reviewstar .rating-text {
  font-size: 18px !important;
  float: right;
}

.reviewbox .img {
  width: 100%;
  max-width: 100% !important;
  -webkit-border-radius: 5px !important;
  border-radius: 5px !important;
  margin-bottom: 10px !important;
}

.reviewbox .title {
  font-weight: bold;
  background-attachment: scroll !important;
  background-color: transparent !important;
  background-image: none !important;
  background-position: 0 0 !important;
  background-repeat: repeat !important;
  border-color: #000 !important;
  border-color: currentColor !important;
  border-radius: 0 !important;
  border-style: none !important;
  border-width: medium !important;
  bottom: auto !important;
  box-sizing: content-box !important;
  clear: none !important;
  clip: auto !important;
  color: inherit !important;
  counter-increment: none !important;
  counter-reset: none !important;
  cursor: auto !important;
  direction: inherit !important;
  display: inline !important;
  float: none !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-style: inherit !important;
  font-variant: normal !important;
  height: auto !important;
  left: auto !important;
  letter-spacing: normal !important;
  line-height: inherit !important;
  list-style-type: inherit !important;
  list-style-position: outside !important;
  list-style-image: none !important;
  margin: 0 !important;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  opacity: 1 !important;
  outline: invert none medium !important;
  overflow: visible !important;
  padding: 0 !important;
  position: static !important;
  quotes: "" "" !important;
  right: auto !important;
  table-layout: auto !important;
  text-align: inherit !important;
  text-decoration: inherit !important;
  text-indent: 0 !important;
  text-transform: none !important;
  top: auto !important;
  unicode-bidi: normal !important;
  vertical-align: baseline !important;
  visibility: inherit !important;
  white-space: normal !important;
  width: auto !important;
  word-spacing: normal !important;
  z-index: auto !important;
  filter: none !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
#review_form .help-block {
  margin-bottom: 0px !important;
}

#review_form .ratingblock .help-block {
  margin-left: 70px !important;
}

#review_form .required {
  color: #000 !important;
}

/*home 
*****************************************/

.mainSlide {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.mainSlide .homeBN .carousel-cell {
  width: 100%;
}

@media (max-width: 769px) {
  .mainSlide .homeBN {
    display: none;
  }
}

.mainSlide .homeBN .carousel-cell a {
  display: block;
  height: auto;
}

.mainSlide .homeBN .carousel-cell img {
  width: 100%;
}

@media (min-width: 768px) {
  .mainSlide .homeBNMobile {
    display: none;
  }
}

.mainSlide .homeBNMobile .carousel-cell {
  width: 100%;
}

.mainSlide .homeBNMobile .carousel-cell a {
  display: block;
  height: auto;
}

.mainSlide .homeBNMobile .carousel-cell img {
  width: 100%;
}

.mainNew {
  margin: 75px auto;
  padding-bottom: 50px;
  max-width: 1920px;
}

.mainNew h1 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 30px;
  color: #4d4d4d;
  letter-spacing: 2px;
}

.mainNew .homeNew a {
  width: 18%;
  display: block;
  height: auto;
  margin-right: 10px;
}

.mainNew .homeNew a img {
  display: block;
  width: 100%;
}

@media (max-width: 640px) {
  .s02 .homeNew a {
    width: 33%;
  }
}

@media (max-width: 480px) {
  .mainNew .homeNew a {
    width: 35%;
  }
  .mainNew h1 {
    margin-bottom: 15px;
    font-size: 15px;
  }
}

.productCarousel {
  margin: 75px auto;
  padding-bottom: 50px;
  max-width: 1920px;
}

.productCarousel h1 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 30px;
  color: #4d4d4d;
  letter-spacing: 2px;
}

@media (max-width: 480px) {
  .productCarousel h1 {
    margin-bottom: 15px;
    font-size: 15px;
  }
}

.home_special h1 {
  text-align: center;
  margin-bottom: 10px;
  font-size: 30px;
  color: #4d4d4d;
  letter-spacing: 2px;
}

@media (max-width: 480px) {
  .home_special h1 {
    margin-bottom: 10px;
    font-size: 15px;
  }
}

.bx-viewport {
  height: 500px !important;
}

.btnPdf {
  padding-left: 30px;
  background: url(../images/icon_spec_download.png) left center no-repeat;
}

.btnPic {
  padding-left: 30px;
  background: url(../images/icon_spec_download_pic.png) left center no-repeat;
}

.content_center {
  text-align: center;
  width: 90%;
}

#keyfeatures .infoImg {
  margin-bottom: 30px;
}
#keyfeatures .infoImg img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
}
#keyfeatures .infoBox {
  margin-bottom: 15px;
  font-size: 14px;
  /* min-height: 600px; */
  padding: 0 20px 0 0;
}

/*#keyfeatures .row > .page-bn > .img-center {
  width:100% !important;
} */

#keyfeatures .page-bn {
  position: relative;
}

/* 20210426 Evan KeyFeature image header and text */
#graphics_text {
  position: absolute;
  color: #ffffff;
  font-size: 14px;
  padding: 10px;
}
#graphics_text h1 {
  text-align: center;
  font-size: 20px;
  padding: 0px 0px 5px 0px;
  margin: 5px;
}

@media (max-width: 430px) {
  #graphics_text p {
    visibility: hidden;
  }
}
@media (min-width: 640px) {
  #graphics_text {
    font-size: 15px;
    padding: 20px;
    width: 95%;
  }
  #graphics_text h1 {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  #graphics_text {
    font-size: 15px;
    padding: 30px;
    width: 80%;
  }
  #graphics_text h1 {
    font-size: 40px;
  }
}
@media (min-width: 1440px) {
  #graphics_text {
    font-size: 20px;
    padding: 40px;
  }
}

@media (min-width: 4096px) {
  #graphics_text {
    font-size: 20px;
    padding: 100px 800px 40px;
  }
}

#graphics_text {
  width: 100%;
}

#graphics_text_bottom {
  position: absolute;
  color: #ffffff;
  font-size: 14px;
  padding: 10px;
  bottom: 0px;
}
#graphics_text_bottom h1 {
  text-align: center;
  font-size: 20px;
  padding: 0px 0px 5px 0px;
  margin: 5px;
}
@media (max-width: 430px) {
  #graphics_text_bottom p {
    /*visibility:hidden;*/
    display: none;
  }
  #graphics_text_bottom h1 {
    padding: 0px;
  }
}
@media (min-width: 640px) {
  #graphics_text_bottom {
    font-size: 15px;
    padding: 20px;
    width: 95%;
  }
  #graphics_text_bottom h1 {
    font-size: 30px;
  }
}
@media (min-width: 1024px) {
  #graphics_text_bottom {
    font-size: 15px;
    padding: 30px;
    width: 80%;
  }
  #graphics_text_bottom h1 {
    font-size: 40px;
  }
}
@media (min-width: 1440px) {
  #graphics_text_bottom {
    font-size: 20px;
    padding: 40px;
  }
}

@media (min-width: 4096px) {
  #graphics_text_bottom {
    font-size: 20px;
    padding: 40px 800px 40px;
  }
}

#graphics_text_bottom {
  width: 100%;
}

#keyfeatures .row.display-flex {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

#keyfeatures .row.display-flex > [class*="col-"] {
  display: flex;
  flex-direction: column;
}

#keyfeatures .infoBox img {
  width: 100%;
  /*max-width: 300px;*/
  margin: 0 auto;
  display: block;
}
#keyfeatures .infoBox h5 {
  font-family: "Antonio Regular";
  font-size: 18px;
  text-align: center;
}
#keyfeatures .infoBox p {
  letter-spacing: 0;
  font-family: "Open Sans", sans-serif;
  text-align: justify;
}

#keyfeatures .container {
  width: 81%;
  padding: 0px !important;
  /*padding-left: 0px !important;*/
}

@media (max-width: 854px) {
  #keyfeatures .container {
    width: 87%;
  }
}

@media (min-width: 855px) and (max-width: 1399px) {
  #keyfeatures .container {
    width: 84%;
  }
}

@media (min-width: 1400px) and (max-width: 1919px) {
  #keyfeatures .container {
    width: 82%;
  }
}

@media (min-width: 1920px) and (max-width: 2548px) {
  #keyfeatures .container {
    width: 80%;
  }
}

@media (min-width: 2549px) {
  #keyfeatures .container {
    width: 80%;
  }
}

#keyfeatures .container .row {
  /* margin-right: 10px !important; */
}

#keyfeatures .panel-body {
  padding-top: 10px !important;
}

@media (max-width: 768px) {
  #keyfeatures .infoBox {
    min-height: auto;
    margin-bottom: 30px;
  }
}

.compare-info .buttoncart {
  background: #3d3d82;
  color: #fff;
  padding: 6px 10px;
  border: none;
  font-size: 17px;
  height: 28px;
}

.compare-info .buttoncart:hover {
  background: #272d5a;
  color: #fff !important;
}

.ui-autocomplete.ui-widget {
  font-family: Antonio Light;
  font-size: 14px;
}

/* Search 結果頁 */
.searchpageblock > div.panel-body {
  padding: 15px 0px 0px 15px !important;
}

.searchpageblock > div.panel-body > div.form-group {
  margin-bottom: 0px !important;
}

.searchpageblock > div.buttons {
  border: 0px;
  margin-bottom: 0px;
  padding: 0px;
}

/* video popup modal window */
.video-cont {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.video-cont iframe,
.video-cont object,
.video-cont embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#videoModal .modal-dialog {
  position: relative;
  margin: 0 auto;
  width: 80%;
  max-width: 1280px;
}
#videoModal .modal-dialog .modal-content {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
}
#videoModal .modal-dialog .video-btn {
  width: 100%;
  text-align: right;
}
#videoModal .modal-dialog button.close {
  color: #fff;
  opacity: 1;
  float: none;
  font-size: 28px;
}
#videoModal .modal-dialog iframe {
  border: none;
}

.flickity_first {
  margin-left: 18px;
}

/* 自定義 */

.img-center {
  margin: 0 auto;
  width: 100%;
}

.clearCompareOne {
  background: #b4b4b5 !important;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover,
.nav-tabs > li > a:hover {
  border-color: #fff !important;
}

/* home special section */
#special_s03 {
  padding: 48px 0;
  background: #dddddd6e;
  /*padding: 3rem 0;*/
}

#special_s03 h2 {
  font-size: 30px;
  font-family: "Antonio Regular";
  font-weight: normal;
  margin-bottom: 32px;
  text-align: center;
  margin-top: 0;
}

#special_s03 .promotions_list {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 330px;
  max-height: 720px;
  overflow-y: auto;
  padding: 0 20px;
}

#special_s03 .promotions_list .items {
  width: 100%;
  max-width: 360px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  padding: 16px;
  margin: 8px 5px 8px 5px;
}

#special_s03 .promotions_list .items:hover {
  border: 1px solid #555555;
}
@media (min-width: 768px) {
  #special_s03 .promotions_list {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  #special_s03 .promotions_list .items {
    width: calc(50% - 1rem);
  }
}
@media (min-width: 990px) {
  #special_s03 .promotions_list .items {
    width: calc(33% - 1rem);
  }
}
@media (min-width: 1200px) {
  #special_s03 .promotions_list .items {
    width: calc(25% - 1rem);
  }
}

/* items_img */
#special_s03 .items .items_img {
  padding-bottom: 1rem;
}

#special_s03 .items .items_img a {
  display: block;
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 71%;
}

#special_s03 .items .items_img a img {
  max-width: 100%;
  margin: auto;
  display: block;
}

/* items_icon */
#special_s03 .items .items_icon {
  text-align: center;
  margin: auto;
  min-height: 40px;
}

#special_s03 .items .items_icon .iconItem {
  display: inline-block;
  width: 35px;
  padding-bottom: 5px;
}

#special_s03 .items .items_icon .iconItem img {
  width: 100%;
}

#special_s03 .items .items_name {
  padding-bottom: 1rem;
  padding-top: 0.7rem;
}
#special_s03 .items .items_name h4 {
  width: 100%;
  font-size: 19px;
  text-align: center;
  margin: 0;
  font-family: "Antonio Regular";
}

/* items_content */
#special_s03 .items .items_content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-top: 1px solid #cd1f25;
  padding-bottom: 0.5rem;
}

#special_s03 .items .items_content .price {
  flex: 1 1 55%;
  margin-bottom: 0;
}

#special_s03 .items .items_content .price .original {
  font-size: 17px;
  color: #666666;
  text-decoration: line-through;
  padding: 0 0.3rem;
  letter-spacing: 0.1px;
}

#special_s03 .items .items_content .price .now {
  font-size: 19px;
  color: red;
  font-family: "Antonio Regular";
  letter-spacing: 0.1px;
}

#special_s03 .items .items_content .btns {
  flex: 1 1 45%;
  margin: 0;
}

#special_s03 .items .items_content .btns button {
  display: block;
  padding: 0.4rem;
  background: #cd1f25;
  color: #fff;
  line-height: 1;
  border: none;
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#special_s03 .items .items_content .btns button:hover {
  background: #292929;
}

#special_s03 .items .items_img a img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 330px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
#special_s03 .items .items_img:hover a img {
  -webkit-animation: special_s03-slider 6.5s linear infinite;
  animation: special_s03-slider 6.5s linear infinite;
}

@-webkit-keyframes special_s03-slider {
  3% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  27% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  30% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@keyframes special_s03-slider {
  3% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  27% {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  30% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}

#special_s03 .items .items_img a img:nth-child(8) {
  -webkit-animation-delay: 6.5s;
  animation-delay: 6.5s;
}

#special_s03 .items .items_img a img:nth-child(7) {
  -webkit-animation-delay: 5.5s;
  animation-delay: 5.5s;
}

#special_s03 .items .items_img a img:nth-child(6) {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
}

#special_s03 .items .items_img a img:nth-child(5) {
  -webkit-animation-delay: 3.5s;
  animation-delay: 3.5s;
}

#special_s03 .items .items_img a img:nth-child(4) {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

#special_s03 .items .items_img a img:nth-child(3) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

#special_s03 .items .items_img a img:nth-child(2) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

#special_s03 .items .items_img a img:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  opacity: 1;
  filter: alpha(opacity=1);
}

.topCOVID-19 {
  color: #000000;
  background-color: #d8d8d8;
}

.topCOVID-19 .content_txt {
  text-align: center;
  margin: 0.5rem;
}
.topCOVID-19 a:link {
  color: #ffffff;
}
.topCOVID-19 a:visited {
  color: #000000;
}
.topCOVID-19 a:hover {
  color: #ffffff;
}
.topCOVID-19 a:active {
  color: #ffffff;
}

.COVID-19icon {
  padding-right: 20px;
  background: url(../images/COVID-19icon.png) right center no-repeat;
}

.topDisclaimer {
  color: #000000;
  font-style: italic;
  font-size: 13px;
  font-weight: normal;
  /*    background-color: #D8D8D8;  */
}

.topDisclaimer .content_txt {
  text-align: center;
  margin: 0.5rem;
}

.has-error .help-block-cust {
  font-size: 15px;
  color: #a94442;
}

section.sec_remote_search .remote-search {
  margin-bottom: 20px !important;
}

section.sec_remote_search .panel-body-search {
  padding-bottom: 0px !important;
}

section.sec_remote_search .form-group-remote-search {
  margin-bottom: 0px !important;
}

section.sec_remote_search .remote-search-text {
  text-align: right !important;
}

@media (max-width: 990px) {
  section.sec_remote_search .remote-search-text {
    text-align: left !important;
  }
  section.sec_remote_search .form-group-remote-search {
    margin-bottom: 10px !important;
  }
}

/* main_search */
#main_search form input {
  padding-left: 1rem;
}
#main_search .page-search {
  padding: 3rem 0 1rem;
}
#main_search .search-box {
  padding-bottom: 1.5rem;
}
#main_search .search-tag {
  margin-bottom: 0;
}
#main_search .search-tag dl {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
}
#main_search .search-tag dt {
  padding-right: 2rem;
}
#main_search .search-tag dd a {
  display: block;
  color: #000;
  background: #ddd;
  padding: 0.4rem 1rem;
  margin: 0.5rem;
}
#main_search .search-tag dd a:hover {
  color: #fff;
  background: #999;
}

.page-nav-search {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 9;
  padding-bottom: 1rem;
}
.page-nav-search .nav {
  display: inline-flex;
  width: 100%;
  background: #e7e7e7;
  flex-wrap: wrap;
}
.page-nav-search .nav li {
  flex: 0 0 25%;
  text-align: center;
}
.page-nav-search .nav li a {
  display: block;
  color: #444;
  font-size: 1.3rem;
  padding: 1rem 0.5rem;
  border-radius: 5px 5px 0px 0px/5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 0px 0px/5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 0px 0px/5px 5px 5px 5px;
}
.page-nav-search .nav li.active a {
  color: #000;
  background: #fff;
  border: 1px solid #555;
  border-bottom: none;
}
.page-nav-search .nav li.active a:hover {
  background-color: #fff;
  color: #000;
}
@media (min-width: 768px) {
  .page-nav-search .nav li {
    flex: 0 1 140px;
  }
}
#main_search .compare-list {
  background: none;
  padding-bottom: 1rem;
}
