@charset 'utf-8';
#page-content {
  overflow: hidden;
}

#page-content {
  margin-top: 100px;
}

.productTabFixed {
  position: fixed !important;
  top: 60px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 70;
  background: rgba(245, 245, 245, 0.9);
}

.productTabFixed #productTab {
  width: 100%;
  /* max-width: 1200px; */
  margin: 0 auto !important;
}

@media (max-width: 767px) {
  .productTabFixed #productTab.collapse.in {
    -webkit-box-shadow: 0 16px 22px rgba(0, 0, 0, 0.2);
    box-shadow: 0 16px 22px rgba(0, 0, 0, 0.2);
    background: #333;
  }
  .productTabFixed #productTab.collapse.in li a {
    background: #333;
    color: #fff;
  }
  .productTabFixed #productTab.collapse.in li a#buynow,
  .productTabFixed #productTab.collapse.in li a.favorite-btn {
    background-color: #fff;
    border: 6px solid transparent;
  }
}

.collapsing {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#productTab li {
  width: 100%;
  text-align: center;
}

#productTab li a {
  padding: 0 15px;
  line-height: 40px;
  text-align: left;
}
#group-li {
  font-size: 14px;
}
#group-li a {
  float: left !important;
  width: 50%;
}

#productTab.nav-pills > li > a {
  border-radius: 0;
  border: none;
  color: #333;
}

#productTab.nav-pills > li.active > a,
#productTab.nav-pills > li.active > a:hover,
#productTab.nav-pills > li.active > a:focus {
  color: #000;
  background-color: transparent !important;
  border-color: transparent;
  position: relative;
}
#productTab.nav-pills > li.active > a:after,
#productTab.nav-pills > li.active > a:hover:after,
#productTab.nav-pills > li.active > a:focus:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #7c878e;
}

#productTab #buynow,
#productTab .favorite-btn {
  color: #333 !important;
  border-color: #333 !important;
  background: white;
  font-size: 12px;
  text-align: center;
  border-radius: 60px !important;
}

#productTab #buynow span,
#productTab .favorite-btn span {
  margin-left: 10px;
}

#productTab #buynow i,
#productTab .favorite-btn i {
  color: #333;
}

#productTab #buynow:hover,
#productTab #buynow:focus,
#productTab #buynow:active,
#productTab .favorite-btn:hover,
#productTab .favorite-btn:focus,
#productTab .favorite-btn:active,
#productTab .favorite-btn.checked {
  color: #fff !important;
  background-color: #000 !important;
}

#productTab #buynow:hover i,
#productTab #buynow:focus i,
#productTab #buynow:active i,
#productTab .favorite-btn:hover i,
#productTab .favorite-btn:focus i,
#productTab .favorite-btn:active i,
#productTab .favorite-btn.checked i {
  color: #fff !important;
}

@media (min-width: 768px) {
  #productTab li a {
    text-align: center;
    line-height: 39px;
  }
  #group-li {
    float: right;
  }
  #group-li a {
    width: auto;
    min-width: 140px;
  }
  #productTab #buynow,
  #productTab .favorite-btn {
    font-size: 14px;
    padding-left: 15px;
  }
  #productTab .favorite-btn {
    background: transparent;
  }
  #page-content {
    margin-top: 109px;
  }
  .productTabFixed {
    top: 60px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  .productTabFixed.fixed {
    top: 50px;
    background: rgba(240, 240, 240, 0.9);
  }
  .productTabFixed.fixed #productTab.nav-pills > li > a {
    color: #000;
    background-color: transparent;
    border: 1px solid transparent;
  }
}

@media (min-width: 992px) {
  #group-li a {
    min-width: 160px;
  }
  #productTab #buynow,
  #productTab .favorite-btn {
    min-width: 160px;
  }
}

#productTitleSect {
  padding: 0;
}

#subProductTitleSect {
  text-align: left;
  text-align: left;
  background: #fff;
  padding: 10px;
  border-bottom: 4px solid #7c878e;
  color: #7c878e;
}

#productTitleSect .container,
#subProductTitleSect .container {
  border-top: 0;
}
#productTitleBlock {
  padding-top: 15px;
  padding-bottom: 15px;
  line-height: 1.6;
}

#productTitleSect h1,
#productTitleSect p,
#subProductTitleSect h1,
#subProductTitleSect p {
  padding: 0;
  margin: 0;
}

#productTitleSect .product-title,
#subProductTitleSect .product-title {
  margin-top: 0;
  margin-bottom: 15px;
  line-height: 30px;
  font-weight: 500;
  font-size: 1.5em;
}

#productTitleSect .product-title span,
#subProductTitleSect .product-title span {
  font-size: 50%;
}

#productTitleSect .product-subtitle,
#subProductTitleSect .product-subtitle {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 0px;
  text-align: center;
}

#productTitleSect .product-lead,
#subProductTitleSect .product-lead {
  font-size: 14px;
  text-align: center;
  line-height: 1.6;
}
@media (min-width: 768px) {
  #productTitleSect .product-lead,
  #subProductTitleSect .product-lead {
    font-size: 16px;
  }
  #productTitleBlock {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #productTitleSect .product-subtitle,
  #productTitleSect .product-title,
  #productTitleSect .product-lead {
    text-align: center;
  }
}

#productTitleSect .product-intro,
#subProductTitleSect .product-intro {
  font-size: 14px;
  margin-bottom: 15px;
  text-align: center;
}

#subProductTitleSect .product-title {
  letter-spacing: 3px;
  text-indent: 0;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  color: black;
}

#subProductTitleSect .product-subtitle {
  letter-spacing: 2px;
  text-indent: 0px;
  margin-bottom: 0px;
  text-align: center;
}

.block {
  padding: 0;
  margin: 0;
}

.block-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}

.block .dl-horizontal dt {
  text-align: left;
  font-weight: 300;
}

.review-item {
  color: #222;
  border: 1px solid #ddd;
  display: block;
  padding: 30px;
  text-decoration: none;
  cursor: pointer !important;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.review-item:hover,
.review-item:focus,
.review-item:active {
  color: #222;
  text-decoration: none;
  border-color: #ccc;
  outline: none;
  -ms-transform-origin: center bottom;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  z-index: 1070;
}

.review-item .review-left {
  padding: 0 15px 15px;
}

.review-item .review-right {
  padding: 15px 15px 15px 30px;
}

.review-item .review-right .review-desc {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  position: relative;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 !important;
}

.review-item .review-right .review-desc:after {
  content: "";
  text-align: right;
  bottom: 0;
  right: 0;
  width: 25%;
  display: block;
  position: absolute;
  height: calc(1em * 2);
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0),
    rgba(255, 255, 255, 1) 75%
  );
}

@supports (-webkit-line-clamp: 1) {
  .review-item .review-right .review-desc:after {
    display: none !important;
  }
}

.review-item .review-right .review-desc {
  -webkit-line-clamp: 4;
  height: calc(1em * 2 * 4);
}

figure {
  margin-bottom: 15px;
}

figcaption {
  line-height: 1.3;
  color: #333;
  font-size: 14px;
  padding-top: 10px;
}

@media (min-width: 768px) {
  .review-item .review-left {
    padding: 0 30px 0 15px;
  }
  .review-item .review-right {
    padding: 0 15px 0 30px;
    border-left: 2px solid #f5f5f5;
  }
}

.main-block {
  /* border-bottom: 2px solid #f5f5f5; */
  padding: 0;
  margin: 0;
}

.main-block .block-title {
  text-align: center;
  border: 1px solid #f5f5f5;
  border-top: 1px solid #f5f5f5;
  padding: 25px 15px;
  margin: 0;
}

.main-block .block-body {
  border: 1px solid #f5f5f5;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #f5f5f5;
  margin-top: -1px;
  margin-bottom: 15px;
  padding: 15px;
}

.main-block img {
  margin: 0 auto;
  width: 30%;
}

.sub-block {
  text-align: left;
  padding: 15px 0;
}

.sub-block .block-title {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 10px;
  padding: 0;
  text-align: left;
}

.sub-block .block-title span {
  display: inline-block;
  vertical-align: top;
  line-height: normal;
}

.sub-block .block-body {
  font-size: 14px;
}

.sub-block .block-body .img-block {
  padding-bottom: 10px;
}

.collapsible {
  border: 1px solid #f5f5f5;
}

.collapsible .endBlock:after {
  width: 100%;
  border-top: 1px solid #f5f5f5;
}

.product-block {
  padding: 30px 0;
  margin: 0;
}

.product-block .block-center,
.product-block .block-right,
.product-block .block-left {
  text-align: left;
}

.showmorebtn {
  color: #666;
  font-size: 18px;
  background: #fdfdfd;
  border: 1px solid #f5f5f5;
  border-top: 0px solid #f5f5f5;
  border-bottom: 4px solid #f5f5f5;
  margin-top: 0px;
  margin-bottom: 15px;
  font-weight: 100;
  padding: 7px;
  margin-top: -2px;
}

.btn.showmorebtn i {
  display: none;
}

hr.showmorebtn {
  margin: 0;
  padding: 0;
  border: none;
}

.btn.showmorebtn:after {
  position: absolute;
  top: 6px;
  right: 20px;
  margin: 0;
  font-family: "Ionicons";
  content: "\f3d0";
}

.btn.showmorebtn.expended {
  border-top: 1px solid #fff;
  margin-top: -1px;
}

.btn.showmorebtn.expended:after {
  content: "\f3d8";
}

.btn.showmorebtn:hover,
.btn.showmorebtn:focus,
.btn.showmorebtn:active {
  color: #333;
  outline: 0;
  -webkit-transform: perspective(1px) scale(1) !important;
  -moz-transform: perspective(1px) scale(1) !important;
  -ms-transform: perspective(1px) scale(1) !important;
  -o-transform: perspective(1px) scale(1) !important;
  transform: perspective(1px) scale(1) !important;
}

#productTab-wrap {
  background: transparent;
}

#productTab {
  background: rgba(245, 245, 245, 0.9);
}

.btn-product-toggle {
  background: #f5f5f5;
  color: #333;
  margin: 0;
  padding: 0 60px 0 10px;
  width: 100%;
  position: relative;
  font-size: 18px;
  line-height: 35px;
  text-align: left;
  border: none;
}

.btn-product-toggle:hover,
.btn-product-toggle:focus,
.btn-product-toggle:active,
.btn-product-toggle[aria-expanded="true"] {
  background: #f5f5f5;
  color: #333;
}

.btn-product-toggle:hover:after,
.btn-product-toggle:focus:after,
.btn-product-toggle:active:after,
.btn-product-toggle[aria-expanded="true"]:after {
  background: #333;
  color: #fff;
  -webkit-transform: perspective(1px) scale(1) !important;
  -moz-transform: perspective(1px) scale(1) !important;
  -ms-transform: perspective(1px) scale(1) !important;
  -o-transform: perspective(1px) scale(1) !important;
  transform: perspective(1px) scale(1) !important;
}

.btn-product-toggle:after {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  font-family: "Ionicons";
  content: "\f3d0";
  width: 60px;
  line-height: 35px;
  text-align: center;
  font-size: 25px;
}

.btn-product-toggle[aria-expanded="true"]:after {
  content: "\f3d8";
}

.price-list {
  display: table;
  margin: 0 auto 30px;
}

.price-list ul {
  padding: 0;
  list-style: none;
  text-align: center;
}

.price-list li {
  display: inline-block;
  /* margin: 10px; */
  width: 80px;
  min-height: 90px;
  position: relative;
}

.price-list li img,
.price-list li span {
  width: 80px;
  padding: 0px 15px;
  margin: 0;
  display: block;
}

.price-list li span {
  font-size: 8px;
  position: absolute;
  width: 80px;
  padding: 0;
  margin: 0;
  line-height: 15px;
  letter-spacing: -1px;
}

.logo-list {
  display: table;
  margin: 0 auto;
  max-width: 800px;
}

.logo-list ul {
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}

.logo-list li {
  display: inline-block;
  margin: 15px 0 0;
  width: auto;
  height: 30px;
  position: relative;
  text-align: center;
}

.logo-list li img {
  width: auto;
  height: 30px;
  padding: 0px 10px;
  margin: 0;
  display: block;
}

.tag-group {
  font-size: 0;
  margin: 0 auto;
  padding: 20px 0 0;
  min-width: 171px;
  list-style: none;
  text-align: center;
}

.tag-group li.tag {
  display: inline-block;
  margin-bottom: 10px;
}

.tag-group li.tag a {
  padding: 5px 10px;
  background: #333;
  color: #f5f5f5;
  margin: 5px;
  font-size: 12px;
}

.tag-group li.tag a:hover {
  background: #000;
  color: #f5f5f5;
  text-decoration: none;
}

.device-list {
  display: table;
  margin: 0 auto 30px;
}

.device-list ul {
  list-style: none;
}

.device-list li {
  display: inline-block;
  margin: 10px;
  width: 150px;
  position: relative;
  text-align: center;
}

.device-list li img {
  width: 100%;
  height: auto;
}

#block-functional-list ul,
.table-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  border: 1px solid #f5f5f5;
}

#block-functional-list ul li,
.table-list ul li {
  background: #fff;
  padding: 10px 15px;
}

#block-functional-list ul li:nth-of-type(odd),
.table-list ul li:nth-of-type(odd) {
  background-color: #f9f9f9;
}

#block-functional-list p strong,
.table-list p strong {
  padding-top: 30px;
  text-align: center;
  display: block;
  font-size: 22px;
  width: 100%;
  color: #333;
  margin: 0;
}

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

.gallery:after {
  clear: both;
}

#res-gallery {
  background: #f5f5f5;
}

.gallery {
  margin: 0 auto;
  text-align: center;
  padding: 10px 10px 0;
}

.gallery .item {
  display: inline-block;
}

.gallery .item a {
  display: block;
  padding: 15px;
  width: 150px;
  margin: 0 5px 5px;
  border: 1px solid #f5f5f5;
  background: #fff;
  text-align: center;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-ou;
  height: 180px;
  position: relative;
}

.gallery .item a:hover {
  -webkit-transform: perspective(1px) scale(1.03);
  -moz-transform: perspective(1px) scale(1.03);
  -ms-transform: perspective(1px) scale(1.03);
  -o-transform: perspective(1px) scale(1.03);
  transform: perspective(1px) scale(1.03);
  z-index: 60;
}

.gallery .item img {
  max-width: 150px;
  max-height: 150px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.gallery .first-item {
  clear: both;
}

.gallery .last-row,
.gallery.last-row ~ .item {
  margin-bottom: 0;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

.fancybox-skin {
  background: #fff;
  outline: 0;
}

.fancybox-wrap {
  outline: 0;
  z-index: 9999;
}

.fancybox-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 34px;
  line-height: 34px;
  cursor: pointer;
  z-index: 8040;
  font-size: 20px;
  color: #333;
  background-color: #fff;
}

.fancybox-close:after {
  font-family: "Ionicons";
  content: "\f2d7";
  line-height: 34px;
  display: block;
  text-indent: 0;
  text-align: center;
  text-decoration: none;
  outline: 0;
}

@media (min-width: 768px) {
  .gallery {
    margin: 0 auto;
    text-align: center;
    padding: 30px 30px 20px;
  }
}

.fancybox-close:hover,
.fancybox-close:focus,
.fancybox-close:active {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #222;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: #fff;
  background: rgba(0, 0, 0, 0.5);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.btn-feature {
  font-size: 20px;
}

#featureFastLink {
  margin-top: 30px;
  max-width: 500px;
  border-radius: 110px;
  margin: 0 auto;
  border: none;
}

.img-box {
  max-width: 800px;
  margin: 0 auto;
}

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

.img-block-full {
  width: 100%;
}

.img-block-full img {
  width: 98%;
  margin: 10px 1%;
}

.img-block-half {
  width: 100%;
}

.img-block-half img {
  width: 50%;
  margin: 10px auto;
}

.img-block-half.left img {
  width: 48%;
  margin: 10px 1%;
  float: left;
}

.img-block-small.left img {
  width: 48%;
  margin: 10px 1%;
  float: left;
}

.img-block-small img {
  margin-bottom: 5px 0 0;
}

table {
  font-size: 10px;
  white-space: normal;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

td.spec_lv0 {
  padding-left: 5px !important;
  width: 30% !important;
  background: #333;
  color: #fff !important;
}

td.spec_lv1 {
  padding-left: 5px !important;
  background: #555;
  color: #fff;
}

td.spec_lv2 {
  padding-left: 5px !important;
  background: #eee;
  color: #333;
}

td.spec_lv3 {
  padding-left: 15px !important;
  background: #eee;
  color: #333;
}

tr {
  border-bottom: 1px solid #fff;
}

td {
  padding: 10px;
}

table.featureTable {
  font-size: 14px;
}

table.featureTable td {
  border: solid 1px #999;
  padding: 5px;
}

table.featureTable02 {
  font-size: 12px;
}

table.featureTable02 td {
  padding: 12px;
  border: solid 1px #ccc;
}

#block-features #product_jp_style {
  padding: 0 30px;
  max-width: 1200px;
  margin: 0 auto;
}

#block-features #product_jp_style h1,
#block-features #product_jp_style h2 {
  margin: 30px 0;
  font-size: 30px;
  letter-spacing: 0;
  font-weight: 200;
  text-align: left;
  text-indent: 0;
}

#block-features #product_jp_style .futures_main dt {
  margin: 10px 0 0;
  font-size: 20px;
  letter-spacing: 0;
  font-weight: 100;
  text-align: left;
}

#downloadTab #alertSect #product_jp_style h3 {
  font-size: 30px;
  font-weight: 100;
  text-align: left;
}

#downloadnav.nav-pills li {
  width: 100%;
  text-align: center;
  font-size: 12px;
}

@media (min-width: 360px) {
  #downloadnav.nav-pills li {
    width: 50%;
  }
}

@media (min-width: 640px) {
  #downloadnav.nav-pills li {
    width: 33.33%;
  }
  .img-block-small {
    margin: 10px 0 0;
    height: 320px;
    width: 100%;
    position: relative;
  }
  .img-block-small img {
    max-width: 320px;
    max-height: 320px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}

@media (min-width: 992px) {
  #downloadnav.nav-pills li {
    width: 16.66%;
    font-size: 12px;
  }
}

#res-review h2.futures_heading {
  font-size: 30px;
  font-weight: 300;
  letter-spacing: 0px;
  text-indent: 0px;
  margin: 0px;
}

#downloadcontent .downloadinformation {
  background-color:#fefefe;
  padding:15px;
}

#res-review .label-review {
  padding: 5px 15px;
  background: #333;
  color: #fff;
  width: 100%;
  text-align: center;
  display: block;
  margin-bottom: 15px;
}

#res-review .block {
  padding: 0;
  margin: 0;
}

.question,
.question-link {
  font-weight: bold;
  color: #333;
}

.question dl {
  margin-bottom: 16px;
}

.answer dl,
.question-link dl {
  margin-bottom: 0px;
}

.question dd {
  border-bottom: 1px solid #f5f5f5;
}

.question dd,
.answer dl dd,
.question-link dl dd {
  margin-left: 45px;
  margin-top: -35px;
  padding: 10px 0;
}

.question-link dl dd a {
  color: #333;
  text-decoration: underline;
}

.question-link dl dd a:hover {
  color: #999998;
}

.question dl dt,
.answer dl dt,
.question-link dl dt {
  font-size: 24px;
  color: #333;
  width: 30px;
}

input,
input:focus {
  border-width: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 768px) {
  .question dd,
  .answer dl dd,
  .question-link dl dd {
    margin-left: 45px;
    margin-top: 0px;
  }
}

@media (min-width: 768px) {
  .logo-list li {
    height: 36px;
  }
  .logo-list li img {
    height: 36px;
  }
  .price-list li {
    width: 100px;
    min-height: 120px;
  }
  .price-list li img,
  .price-list li span {
    width: 100px;
    padding: 0px 20px;
  }
  .price-list li span {
    font-size: 10px;
    line-height: 15px;
    letter-spacing: -1px;
  }
  #productTitleSect .product-title {
    letter-spacing: 3px;
    text-indent: 1.5px;
    line-height: 1.6;
    padding: 15px 0;
    font-size: 2.2vw;
    margin: 0;
  }
  #productTitleSect .product-subtitle {
    font-size: 16px;
    letter-spacing: 2px;
    text-indent: 1px;
    padding: 0;
    margin: 0;
  }
  #subProductTitleSect .product-title,
  #subProductTitleSect .product-subtitle {
    text-align: left;
    letter-spacing: 0px;
    text-indent: 0px;
    font-size: 37px;
  }
  #subProductTitleSect .product-lead {
    font-size: 24px;
    padding: 15px 0;
    text-align: left;
    height: 60px;
  }
  #subProductTitleSect .container .col-sm-8 {
    border-left: 2px solid #f5f5f5;
  }
  .product-block {
    padding: 0;
    margin: 0;
  }
  .product-block .container {
    padding: 30px 0;
    border-bottom: 1px solid #f5f5f5;
  }
  .product-block:last-child .container {
    padding: 30px 0;
    border-bottom: 1px solid #fff;
  }
  .product-block .lead {
    margin-top: 0;
  }
  .product-block .block-center {
    text-align: left;
  }
  .product-block .block-right {
    text-align: left;
  }
  .product-block .block-left {
    text-align: left;
  }
  .btn-product-toggle {
    display: none;
  }
  #productTab {
    display: block;
  }
  #productTab li {
    width: auto;
    text-align: left;
    padding: 5px;
  }
  table {
    font-size: 14px;
  }
  td.spec_lv0 {
    padding-left: 10px !important;
    background: #333;
    color: #fff;
  }
  td.spec_lv1 {
    padding-left: 20px !important;
    background: #555;
    color: #fff;
  }
  td.spec_lv2 {
    padding-left: 30px !important;
    background: #eee;
    color: #333;
  }
  td.spec_lv3 {
    padding-left: 40px !important;
    background: #eee;
    color: #333;
  }
}

#productLinksSect {
  padding-top: 50px;
}
#productLinksSect h3 {
  font-size: 18px;
  margin: 0 0 15px;
  font-weight: 200;
}

#block-features .container {
  width: 100%;
}

@media (min-width: 768px) {
  #block-features .container {
    width: 650px;
  }
}

@media (min-width: 992px) {
  #block-features .container {
    width: 850px;
  }
}

@media (min-width: 1200px) {
  #block-features .container {
    width: 1050px;
  }
}

#productNavigationLinks > ul {
  display: block;
  width: 100%;
  padding: 40px 0;
}

#productNavigationLinks > ul > li {
  display: block;
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

#productNavigationLinks > ul > li > span {
  color: #9b9b9b;
  font-size: 14px;
  max-width: 160px;
  width: 100%;
  display: inline-block;
}

#productNavigationLinks > ul > li:last-child {
  border-bottom: none;
}

#productNavigationLinks > ul > li > ul {
  display: inline-block;
}

#productNavigationLinks > ul > li > ul > li {
  display: inline-block;
  position: relative;
}

#productNavigationLinks > ul > li > ul > li > a {
  color: black;
  text-decoration: underline;
  padding: 0 20px;
}

#productNavigationLinks > ul > li > ul > li > a:after {
  position: absolute;
  top: 0;
  right: -5px;
}

#productNavigationLinks > ul > li > ul > li:last-child > a:after {
  content: "";
}

#tagSection {
  padding: 30px 0;
}

#tagSection h3 {
  margin: 0;
  font-size: 26px;
}

#productVideo .slider-item {
  width: 100%;
  padding-top: 100vh;
  padding-top: calc(100vh - 110px);
}

@media (max-width: 767px) {
  #productNavigationLinks > ul > li > span,
  #productNavigationLinks > ul > li > ul,
  #productNavigationLinks > ul > li > ul > li > a {
    display: block;
    padding-left: 0;
  }
}

.btn-faq-more {
  max-width: 220px;
}




.productTabFixed #productTab.collapse.in li a#buynow, .productTabFixed #productTab.collapse.in li a.favorite-btn {
  width: 100%;
}
#group-li .dropdown_buynow {
  float: left;
  width: 100%;
}
#group-li .dropdown_buynow .dropdown-toggle {
  display: none;
  width: 100%;
  padding: 0 15px;
  line-height: 39px;
  border-radius: 44px;
  margin: 0;
  border:none;
}
#group-li .dropdown_buynow .dropdown-toggle i {
  font-size: 20px;
  line-height: 15px;
}
#group-li .dropdown_buynow .dropdown-toggle span {
  margin-left: 10px;
}
#group-li .dropdown_buynow .dropdown-menu {
  background: #414141;
  width: 100%;
  display: block;
}
#group-li .dropdown_buynow .dropdown-menu a {
  background: #414141;
  display: block;
  width: 100%;
}
#group-li .dropdown_buynow .productTabFixed #productTab.collapse.in {
  height: 400px;
  overflow: scroll;
  display: block;
}
@media only screen and (min-width: 767px) {
  .productTabFixed #productTab.collapse.in li a#buynow, .productTabFixed #productTab.collapse.in li a.favorite-btn {
    width: auto;
    width: initial;
  }
  #group-li .dropdown_buynow {
    float: rigth;
    width: auto;
    width: initial;
  }
  #group-li .dropdown_buynow .dropdown-toggle {
    display: inline-block;
  }
  #group-li .dropdown_buynow .dropdown-menu {
    margin-top: 10px;
    background: #fff;
    width: auto;
    width: initial;
    display: none;
  }
  #group-li .dropdown_buynow .dropdown-menu a {
    background: #fff;
    display: block;
    width: auto;
    width: initial;
    text-align: left;
  }
  .productTabFixed #productTab.collapse.in {
    height: auto;
    height: initial;
  }
  #group-li .dropdown_buynow.open .dropdown-menu {
    display: block;
  }
  #group-li .dropdown_buynow .dropdown-menu a:hover{
    background:#f5f5f5;
    color:black;
  }
}
