@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700,900);
#home .banner .item,
#home .contact .col .img,
#home .featuredprod .img,
#home .hotdeal .img,
#home .newarrival .img,
#home .newproducts .list .col .img,
#home .news .img,
#home .productbybrand .brand-item .img,
#home .recommended .img,
#home .testimonial .img,
#products_detail .item,
#products_detail .recommended .img,
#products_detail .thumbs .col a,
#products_index .list .col .img,
.page#contact .contact .col .img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  font-weight: 400;
}
.header .dropdown-menu .dropdown-menu,
.header .navi .right .dropdown-submenu.hor .dropdown-menu {
  left: 100%;
  top: 0;
}
label.new,
label.sale {
  top: 10px;
  left: 10px;
  padding: 2px 10px 1px;
  position: absolute;
}
body {
  background: #fff;
  font-family: Roboto;
  font-size: 14px;
  color: #000;
  height: 100%;
}
.compro {
  padding: 5%;
  background-color: #b70101;
  border-radius: 10px;
  background: linear-gradient(#b70101, #560505);
  background: -webkit-linear-gradient(#b70101, #560505);
  background: -o-linear-gradient(#b70101, #560505);
  background: -moz-linear-gradient(#b70101, #560505);
  margin-top: 3%;
}
.social-link {
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  border-radius: 50%;
  transition: 0.3s;
  font-size: 0.9rem;
}
.social-link:focus,
.social-link:hover {
  background: #ddd;
  text-decoration: none;
  color: #555;
}
.error {
  color: red;
}
.header {
  background: #fff;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header .top {
  text-align: left;
  padding: 5px 0;
}
.header .top a,
.page h1 {
  color: #fff;
  font-weight: 500;
}
.header .top a i {
  margin-right: 5px;
}
.header .top a:last-child {
  background: #9b1318;
}
.header .bottom {
  padding: 0;
}
.header .bottom .search {
  margin-top: 20px;
}
.header .bottom .search .form-control {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: 1px solid #333;
  color: #000;
  padding: 10px 15px;
  height: 50px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
.header .bottom .search input.form-control,
.subscription .newsletter input.form-control {
  width: 300px;
}
.header .bottom .search button {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: none;
  color: #ffd200;
  padding: 10px 20px;
  height: 50px;
  background: #333;
  margin-top: -1px;
  font-weight: 500;
}
.header .bottom .logokan {
  max-width: 150px;
  margin-left: 15px;
}
.header .navi {
  margin-top: 10px;
}
.header .navi .container > div {
  background: #7c0002;
  background: -moz-linear-gradient(top, #7c0002 0, #c80100 100%);
  background: -webkit-linear-gradient(top, #7c0002 0, #c80100 100%);
  background: linear-gradient(to bottom, #7c0002 0, #c80100 100%);
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.75);
}
.header .navi .left {
  padding: 0;
  width: 200px;
  margin-top: 1px;
}
.header .left .dropdown-submenu,
.header .navi .right .dropdown-submenu {
  position: relative;
}
.header .left .dropdown-menu a.active,
.header .left .dropdown-menu a:hover {
  background: #7c0002;
  background: -moz-linear-gradient(top, #001d4c 0, #093c91 100%);
  background: -webkit-linear-gradient(top, #001d4c 0, #093c91 100%);
  background: linear-gradient(to bottom, #001d4c 0, #093c91 100%);
  color: #fff;
}
#products_index .categories .nav .havechild.click .nav,
#products_index .testmeasuring .nav .havechild.click .nav,
.header .dropdown-submenu:hover > .dropdown-menu,
.header .navi .right .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.header .navi .left .dropdown-menu {
  background: #fff;
  margin-top: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  padding: 0;
  min-width: 100%;
}
.header .navi .left button,
.header .navi .left li > a {
  border-radius: 0;
  font-size: 14px;
  background: 0 0;
  height: auto;
  font-weight: 500;
}
.header .navi .left li > a {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  padding: 15px 15px 12px;
  white-space: normal;
  color: #666;
  text-transform: uppercase;
}
.header .navi .left .dropdown-menu li:not(:first-child) > a {
  border-top: 1px solid #e8e8e8;
}
.header .navi .left button {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  display: block;
  width: 100%;
  text-align: left;
  padding: 9px 15px 7px;
  border: none;
  color: #fff;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: inset -7px 0 9px -7px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset -7px 0 9px -7px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset -7px 0 9px -7px rgba(0, 0, 0, 0.4);
}
.header .navi .left button i {
  margin-top: 3px;
  float: right;
}
.header .navi .right {
  background: 0 0;
  padding-right: 0;
}
.header .navi .right .nav > li > a {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background: 0 0;
  padding: 12px 15px 7px;
  height: auto;
  font-weight: 500;
  font-size: 13px;
  color: #fff;
}
.header .navi .right .nav > li > a:hover {
  background: 0 0;
}
.header .navi .right .nav > li.callus {
  float: right;
  padding: 0;
}
.header .navi .right .nav > li.callus > a {
  font-weight: 700;
  color: #fff;
  padding: 10px 15px 7px;
  box-shadow: inset 7px 0 9px -7px rgba(0, 0, 0, 0.4);
  font-size: 15px;
}
.header .navi .right .nav > li.callus > a span {
  display: inline-block;
  margin-left: 5px;
}
.header .navi .right .dropdown-submenu .dropdown-menu {
  background: #333;
  margin-top: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  padding: 0;
}
.header .navi .right .dropdown-submenu li {
  padding: 0 15px;
}
.header .navi .right .dropdown-submenu li > a {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background: 0 0;
  padding: 15px 15px 12px 0;
  height: auto;
  font-weight: 500;
  font-size: 14px;
  color: #fff;
}
.header .navi .right .dropdown-menu li:not(:first-child) > a {
  border-top: 1px solid #fff;
}
#home,
#home .middle,
#home .productbybrand,
#home .productbybrand .brand-item,
#products_index .list .col:first-child,
.page#about .img img:not(:first-child),
.page#about.portfolio .txt a.btn {
  margin-top: 15px;
}
#home .banner .col {
  padding-right: 0;
  padding-left: 0;
}
#home .banner .item a,
#home .productbybrand .brand-item .colbanner a,
#home .productbybrand .brand-item .colbanner a .img,
#products_detail .recommended .colbanner a,
#products_detail .recommended .colbanner a .img {
  display: block;
  height: 100%;
}
#home .banner .carousel-indicators {
  bottom: 15px;
  margin-bottom: 0;
}
#home .banner .carousel-indicators li {
  width: 8px;
  height: 8px;
  margin: 1px 2px;
}
#home .banner .carousel-indicators li.active {
  width: 10px;
  height: 10px;
  margin: 0 2px;
}
#home .contact,
.footer .copyright,
.page#about.trainingcenter .col {
  margin-top: 50px;
}
#home .contact .col,
.page#contact .contact .col {
  text-align: center;
  font-size: 14px;
  color: #666;
}
#home .contact .col .img,
.page#contact .contact .col .img {
  margin: auto;
  width: 70%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 10px solid #ebebeb;
}
#home .contact .col h1,
.page#contact .contact .col h1 {
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
  color: #666;
}
#home .contact .col h2,
.page#contact .contact .col h2 {
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
  color: #666;
}
#home .contact .col a,
.page#contact .contact .col a {
  display: inline-block;
  margin-top: 5px;
  color: #666;
  text-decoration: none;
}
#home .banner2,
#home .banner6,
.page#about .container .row {
  margin-top: 30px;
}
#home .banner2 .col img,
#home .banner3 .col img,
#home .banner4 img,
#home .banner5 img,
#home .banner6 img,
#products_detail .banner img,
#products_index .branddesc .img img,
.page#about .img img {
  width: 100%;
}
#home .sidebar {
  padding-right: 0;
}
#home .hotdeal,
#home .newarrival,
#home .newproducts,
#home .news,
#products_index .brands,
#products_index .testmeasuring {
  margin-top: 15px;
  float: left;
  width: 100%;
}
#home .hotdeal h1,
#home .newproducts h1,
#home .news h1,
#products_index .brands h1,
#products_index .categories h1,
#products_index .testmeasuring h1 {
  font-weight: 500;
  color: #000;
  font-size: 14px;
  background: #eee;
  border: 1px solid #e5e5e5;
  padding: 15px 15px 12px;
}
#home .hotdeal h1 a,
#home .news h1 a {
  color: #000;
  font-size: 14px;
  width: 20px;
  height: 20px;
  display: inline-block;
  background: #f7f7f7;
  border: 1px solid #e8e8e8;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin-top: -4px;
}
#home .featuredprod .carousel,
#home .hotdeal .carousel,
#home .news .carousel,
#home .productbybrand .brand .carousel,
#home .productbybrand .brand-item .carousel,
#home .recommended .carousel,
#home .testimonial .carousel,
#products_index .categories > .nav,
#products_index .testmeasuring > .nav {
  border: 1px solid #e5e5e5;
}
#home .hotdeal .item {
  padding: 15px 15px 0;
  text-align: center;
}
#home .bestseller a,
#home .featuredprod a,
#home .hotdeal a,
#home .newarrival a,
#home .newproducts a,
#home .news a,
#home .productbybrand .brand-item a,
#home .recommended a,
#products_detail .recommended a,
#products_index a {
  text-decoration: none;
  border: none;
}
#home .bestseller .carousel,
#home .featuredprod .item .col:not(:last-child),
#home .hotdeal .timer > div,
#home .newarrival .item .col:not(:last-child),
#home .productbybrand .brand .col:not(:last-child),
#home .productbybrand .brand-item .item .col:not(:last-child),
#home .recommended .item .col:not(:last-child),
#products_detail .recommended .item .col:not(:last-child) {
  border-right: 1px solid #e5e5e5;
}
#home .hotdeal h2,
#home .newproducts h2 {
  color: #444;
  font-size: 14px;
  margin-top: 15px;
}
#home .bestseller p,
#home .featuredprod p,
#home .hotdeal p,
#home .newarrival p,
#home .newproducts p,
#home .productbybrand .brand-item p,
#home .recommended p,
#products_detail .recommended p {
  color: #222;
  margin-top: 5px;
  font-weight: 500;
}
.subscription,
label.new,
label.sale {
  color: #fff;
  font-size: 12px;
}
#home .hotdeal .timer {
  margin: 30px -15px 0;
}
#home .hotdeal .timer > div {
  width: 25%;
  float: left;
  background: #f6f6f6;
  text-align: center;
  padding: 15px 0;
  color: #777;
}
#home .hotdeal .timer > div span {
  color: #080808;
  font-weight: 500;
}
#home .hotdeal .timer > div:last-child {
  border-right: none;
}
#home .newproducts .list,
#products_detail .recommended > div {
  border: 1px solid #e5e5e5;
  float: left;
  width: 100%;
}
#home .newproducts .list .col .img,
#home .testimonial .img {
  width: 100%;
  height: 150px;
}
#home .newproducts .list .col {
  float: left;
  width: 100%;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
#home .bestseller .col:hover,
#home .featuredprod .col:hover,
#home .newarrival .col:hover,
#home .newproducts .list .col:hover,
#home .productbybrand .brand-item .col:hover,
#home .recommended .col:hover,
#products_detail .recommended .col:hover,
#products_index .list .col:hover {
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
}
#home .newproducts .list .col .img {
  float: left;
  position: relative;
}
#home .featuredprod .img img,
#home .newarrival .img img,
#home .newproducts .list .col .img img,
#home .productbybrand .brand-item .img img,
#home .recommended .img img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
@media only screen and (max-width: 600px) {
  #home .newproducts .list .col .txt {
    padding-left: 0;
  }
}
#home .newproducts .list .col:not(:first-child),
#products_detail .detail .nav > li:not(:first-child) > a,
#products_index .categories .nav > li:not(:first-child) > a,
#products_index .testmeasuring .nav > li:not(:first-child) > a {
  border-top: 1px solid #e5e5e5;
}
#home .banner4 {
  float: left;
  width: 100%;
  margin-top: 15px;
}
#home .testimonial {
  margin-top: 15px;
  float: left;
  width: 100%;
  text-align: center;
}
#home .testimonial h1 {
  font-weight: 500;
  color: #fff;
  font-size: 14px;
  background: #a80202;
  border: 1px solid #e5e5e5;
  padding: 15px 15px 12px;
}
#home .testimonial .item {
  padding: 15px 15px 90px;
  text-align: center;
}
#home .testimonial p {
  color: #777;
  font-weight: 500;
  font-size: 12px;
}
#home .testimonial .img {
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin-top: 15px;
}
#home .testimonial h2 {
  color: #222;
  font-weight: 500;
  font-size: 14px;
  margin-top: 15px;
}
#home .testimonial h3 {
  color: #999;
  font-size: 14px;
}
#home .testimonial .carousel-indicators {
  bottom: 15px;
  margin-bottom: 0;
  border-top: 1px solid #e5e5e5;
  left: 15px;
  right: 15px;
  margin-left: 0;
  width: auto;
  padding-top: 20px;
  padding-bottom: 5px;
}
#home .testimonial .carousel-indicators li {
  width: 8px;
  height: 8px;
  margin: 1px 2px;
  background: #999;
}
#home .testimonial .carousel-indicators li.active {
  width: 10px;
  height: 10px;
  margin: 0 2px;
  background: #ed1c24;
}
#home .news .item,
#products_detail .thumbs .col {
  padding: 15px;
}
#home .news h2 {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  margin-top: 15px;
}
#home .news p {
  color: #888;
  margin-top: 15px;
}
#home .news h3 {
  color: #ed1c24;
  font-weight: 500;
  margin-top: 15px;
  font-size: 14px;
}
#home .middle .right,
#products_detail .right {
  padding-left: 30px;
}
#home .bestseller h1,
#home .featuredprod h1,
#home .newarrival h1,
#home .productbybrand h1,
#home .recommended h1,
#products_detail .recommended h1 {
  font-weight: 500;
  color: #000;
  font-size: 14px;
  background: 0 0;
  border: 1px solid transparent;
  padding: 15px 0 12px;
}
#home .bestseller h1 a,
#home .featuredprod h1 a,
#home .newarrival h1 a,
#home .recommended h1 a {
  color: #000;
  font-size: 14px;
  width: 20px;
  height: 20px;
  display: inline-block;
  background: 0 0;
  border: 1px solid #e8e8e8;
  text-align: center;
  line-height: 20px;
  margin-left: 5px;
  margin-top: -4px;
  border-radius: 100%;
}
#home .newarrival .carousel {
  border: 1px solid #e5e5e5;
  background-position: left top;
  background-size: 207px 333px;
}
#home .featuredprod .item,
#home .newarrival .item,
#home .productbybrand .brand,
#home .productbybrand .brand-item .item,
#home .recommended .item {
  text-align: center;
}
#home .featuredprod .col,
#home .newarrival .col,
#home .recommended .col {
  padding: 50px 15px 30px;
}
#home .featuredprod h2,
#home .newarrival h2,
#home .productbybrand .brand-item h2,
#home .recommended h2,
#products_detail .recommended h2 {
  color: #444;
  font-size: 14px;
  margin-top: 30px;
}
#home .banner3 {
  margin: 50px -15px 0;
  float: left;
  display: block;
}
label.sale {
  background: #e95f5f;
  font-weight: 500;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
label.new {
  background: #ffb029;
  font-weight: 500;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
#home .bestseller,
#home .featuredprod,
#home .recommended,
#products_detail .banner,
#products_detail .recommended {
  margin-top: 30px;
  float: left;
  width: 100%;
}
#home .bestseller .carousel {
  border-bottom: 1px solid #e5e5e5;
}
#home .bestseller .col {
  padding: 15px;
  border-left: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
}
#home .bestseller .col .img {
  float: left;
  width: 150px;
  height: 150px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
}
#home .bestseller .col .img img {
  max-height: 115%;
  margin: auto;
}
#home .bestseller .col .txt {
  padding-left: 165px;
}
#home .bestseller h2 {
  color: #444;
  font-size: 15px;
  margin-top: 40px;
  text-align: right;
}
#home .banner5 {
  float: left;
  width: 100%;
  margin-top: 14px;
}
#home .productbybrand h1 a {
  color: #000;
  font-size: 14px;
  width: 20px;
  height: 20px;
  display: inline-block;
  background: 0 0;
  border: 1px solid #e8e8e8;
  text-align: center;
  line-height: 20px;
  margin-left: 5px;
  margin-top: -4px;
}
#home .productbybrand .brand .col {
  padding: 15px;
  width: 14%;
  display: inline-block;
  position: relative;
}
#home .productbybrand .brand .col.active,
#home .productbybrand .brand .col:hover {
  background: #fcfcfc;
}
#home .productbybrand .brand .col.active:after,
#home .productbybrand .brand .col:hover:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: #418de1;
}
#home .productbybrand .brand .col a {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90%;
  border: none;
  text-decoration: none;
}
#home .productbybrand .brand-item .col {
  padding: 50px 15px 30px;
  width: 20%;
}
#home .productbybrand .brand-item .colbanner,
#products_detail .recommended .colbanner {
  padding: 15px;
  width: 24%;
}
#home .value {
  margin-top: 30px;
  background: #fefefe;
  border-top: 1px solid #ececec;
}
#home .value .container {
  max-width: 800px;
}
#home .value .col {
  text-align: center;
  padding: 50px 30px;
}
#home .value .col:not(:last-child) {
  border-right: 1px solid #ececec;
}
#home .value h2,
.page#about .value h2 {
  color: #222;
  font-size: 14px;
  font-weight: 500;
  margin-top: 15px;
}
#home .value p,
.page#about .value p {
  color: #979797;
  margin-top: 5px;
}
.subscription {
  font-weight: 500;
  background: #a80202;
  padding: 15px 15px 12px;
  text-align: center;
}
.example,
.footer {
  padding: 30px 0;
}
.subscription .col {
  float: none;
  display: inline-block;
  width: auto;
  vertical-align: middle;
  text-align: center;
  padding: 0 30px;
}
.subscription .col.left {
  border-right: 1px solid #fff;
  text-align: left;
}
.subscription .newsletter label {
  margin-right: 30px;
  float: left;
  margin-top: 5px;
}
.subscription .newsletter label i {
  font-size: 24px;
  margin-right: 15px;
  float: left;
}
.subscription .newsletter label span {
  display: block;
  padding-left: 40px;
  line-height: 14px;
}
.subscription .newsletter .form-group {
  float: left;
}
.subscription .newsletter .form-control {
  float: left;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: none;
  color: #000;
  padding: 10px 15px;
  height: 40px;
  border-right: 1px solid #e8e8e8;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  background: #f8f8f8;
  font-weight: 400;
}
.subscription .newsletter button {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: none;
  color: #333;
  padding: 10px 20px;
  height: 40px;
  background: #ffd200;
  font-weight: 500;
  float: left;
}
.subscription .socmed span {
  margin-right: 15px;
}
.subscription .socmed a {
  width: 40px;
  height: 40px;
  background: red;
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  line-height: 40px;
  margin: 0 2px;
  font-size: 20px;
  color: #fff;
}
#products_detail .right .share a.fb,
.subscription .socmed a.fb {
  background: #3b5999;
}
#products_detail .right .share a.tw,
.subscription .socmed a.tw {
  background: #55acee;
}
.subscription .socmed a.ig {
  background: #e4405f;
}
#products_detail .right .share a.pint,
.subscription .socmed a.pint {
  background: #bd081c;
}
.subscription .socmed a.vim {
  background: #1ab7ea;
}
.footer {
  background: #f8f8f8;
}
.tt-menu,
.typeahead {
  background-color: #fff;
}
.footer .left p {
  margin-top: 15px;
  color: #888;
}
#products_detail .right .attribute p strong,
#products_detail .right .share,
.footer .left p strong {
  font-weight: 500;
  color: #555;
}
.footer .col h1 {
  font-weight: 500;
  color: #151515;
  font-size: 16px;
  padding-top: 50px;
}
.footer .col .nav {
  margin-top: 35px;
}
.footer .col .nav > li > a {
  padding: 0;
  color: #888;
  background: 0 0;
}
.footer .col .nav > li:not(:first-child) > a {
  padding-top: 15px;
}
#products_detail .top span,
#products_index .paging a,
#products_index .top span,
.footer .copyright p {
  color: #888;
}
#products_detail,
#products_index {
  margin-top: 15px;
  padding-bottom: 50px;
}
#products_index .paging li:first-child a,
#products_index .paging li:last-child a {
  color: #000;
}
#products_index .paging li.active a {
  background: #888;
  color: #fff;
}
#products_index .branddesc {
  margin-top: 15px;
  margin-bottom: 100px;
}
#products_index .branddesc .img {
  padding: 0 30px;
}
#products_index .branddesc .txt {
  padding: 0 100px 0 50px;
}
#products_index .branddesc .txt h1 {
  font-weight: 500;
  color: #000;
  font-size: 36px;
}
#products_index .branddesc .txt p {
  font-weight: 400;
  color: #000;
  margin-top: 15px;
}
#products_detail .top,
#products_index .top {
  color: #000;
  font-weight: 500;
  text-align: right;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
  margin: 30px 15px;
  text-transform: uppercase;
}
#products_index .categories,
#products_index .list,
#products_index .option {
  float: left;
  width: 100%;
}
#products_index .categories .nav > li > a,
#products_index .testmeasuring .nav > li > a {
  background: 0 0;
  color: #7c7c7c;
  padding-right: 30px;
  text-transform: uppercase;
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
}
#products_index .categories .nav > li.active > a,
#products_index .testmeasuring .nav > li.active > a {
  background: #ed1c24;
  color: #fff;
}
#products_index .categories .nav .havechild a i,
#products_index .testmeasuring .nav .havechild a i {
  position: absolute;
  top: 0;
  right: 5px;
  color: #686868;
  font-size: 14px;
  width: 20px;
  height: 20px;
  display: inline-block;
  background: #f7f7f7;
  border: 1px solid #e8e8e8;
  text-align: center;
  line-height: 18px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin-top: 10px;
}
#products_index .categories .nav .havechild .nav > li > a,
#products_index .testmeasuring .nav .havechild .nav > li > a {
  border-top: 1px solid #e5e5e5;
  padding-left: 30px;
}
#products_detail .detailtxt .specification,
#products_index .categories .nav .havechild .nav,
#products_index .testmeasuring .nav .havechild .nav {
  display: none;
}
#products_index .brands > div {
  border: 1px solid #e5e5e5;
  padding: 10px 0;
}
#products_index .brands .checkbox {
  margin: 0;
  padding: 5px 15px;
  background: 0 0;
  color: #7c7c7c;
}
#products_index .option h1 {
  font-weight: 500;
  color: #888;
  font-size: 14px;
  background: 0 0;
  border: 1px solid transparent;
  padding: 15px 0 12px;
}
#products_index .option .form-inline {
  margin-top: -15px;
}
#products_index .option .form-control {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: 1px solid #e8e8e8;
  color: #888;
  padding: 5px 15px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  margin-left: 10px;
}
#products_index .option button {
  margin-left: 10px;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  color: #000;
  background: #f5f5f5;
  border: 1px solid #e8e8e8;
  padding: 9px 10px 4px;
}
#products_index .option button:last-child {
  margin-left: 0;
  background: #fff;
}
#products_index .list .col {
  float: left;
  width: 100%;
  padding: 0 15px;
  margin-top: 30px;
  border: 1px solid #e5e5e5;
}
#products_index .list .col .img {
  float: left;
  width: 200px;
  height: 200px;
  vertical-align: middle;
  position: relative;
}
#products_detail .imgcont .img img,
#products_detail .recommended .img img,
#products_index .list .col .img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
#products_index .list .col .txt {
  padding-left: 200px;
}
#products_index .list .col .txt > div {
  border-left: 1px solid #e5e5e5;
  padding: 30px;
}
#products_index h2 {
  color: #444;
  font-size: 16px;
  font-weight: 500;
}
#products_index p {
  color: #222;
  margin-top: 5px;
  font-weight: 500;
  font-size: 14px;
}
#products_index h3 {
  color: #777;
  margin-top: 15px;
  font-weight: 400;
  font-size: 14px;
}
#products_index .col a {
  display: inline-block;
  font-weight: 500;
  color: #fff;
  font-size: 14px;
  background: #ed1c24;
  padding: 10px 15px;
  margin-top: 15px;
}
#products_detail .right h1,
.page#about .txt h2 {
  font-size: 24px;
  font-weight: 500;
}
#products_detail .imgcont .img {
  padding: 30px;
  border: 1px solid #e5e5e5;
}
#products_detail .right .attribute,
#products_detail .right .share {
  margin-top: 30px;
  padding-top: 25px;
  border-top: 1px solid #e5e5e5;
}
#products_detail .item {
  vertical-align: middle;
}
#products_detail .thumbs .col a {
  display: block;
  border: 1px solid #e5e5e5;
  text-decoration: none;
}
#products_detail .right .desc {
  color: #777;
  margin-top: 30px;
}
#products_detail .right .desc ul {
  padding-left: 0;
  list-style: none;
}
#products_detail .right .desc ul li {
  padding-left: 15px;
  position: relative;
  margin-top: 5px;
}
#products_detail .right .desc li::before {
  content: "• ";
  color: #000;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 28px;
  line-height: 20px;
}
#products_detail .right .attribute p {
  margin-top: 5px;
  color: #888;
}
#products_detail .right .share a {
  width: 30px;
  height: 30px;
  background: #333;
  display: inline-block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  line-height: 32px;
  color: #fff;
  margin: 0 2px;
  text-align: center;
}
#products_detail .detail {
  padding-right: 0;
  z-index: 1;
}
#products_detail .detail > .nav {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
#products_detail .detail .nav > li > a {
  background: 0 0;
  color: #222;
  border-right: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
}
#products_detail .detail .nav > li.active > a {
  border-right: 1px solid #fff;
  position: relative;
}
#products_detail .detail .nav > li.active > a:after {
  content: " ";
  position: absolute;
  width: 5px;
  height: 100%;
  background: #a80202;
  left: 0;
  top: 0;
}
#products_detail .detailtxt {
  margin-top: 10px;
  border: 1px solid #e5e5e5;
  padding: 30px;
  color: #444;
  margin-left: 10px;
  z-index: 0;
}
#products_detail .detailtxt p {
  margin: 10px 0;
}
#products_detail .recommended .col {
  padding: 50px 15px 30px;
  width: 19%;
  text-align: center;
}
#products_detail .recommended .img {
  position: relative;
  vertical-align: middle;
}
.page .top {
  padding: 6px 0;
  background: #686868;
}
.gist,
.page h1 span {
  font-size: 14px;
}
.page#about .ctn {
  padding: 0 0 50px;
}
.page#about .txt h2 {
  margin-bottom: 15px;
}
.page#about .txt p,
.page#contact .txt p {
  color: #555;
  margin-top: 15px;
}
.page#about .txt a:not(.btn) {
  color: #555;
  text-decoration: underline;
}
.page#about .txt a.btn,
.page#contact .form button {
  display: inline-block;
  font-weight: 500;
  color: #fff;
  font-size: 14px;
  background: #ed1c24;
  padding: 10px 15px;
  margin-top: 30px;
}
.page#about.trainingcenter .txt h2 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 15px;
  color: #000;
}
.page#about.trainingcenter .txt p {
  margin-top: 5px;
}
.page#about .value {
  padding: 75px 0;
  background: #f9f9f9;
  border-top: 1px solid #f0f0f0;
}
.page#about .value .col {
  text-align: center;
  padding: 0 50px;
}
.page#contact .ctn {
  padding: 75px 0;
}
.page#contact .form h2,
.page#contact .txt h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
}
.page#contact .form label {
  color: #555;
  font-weight: 500;
}
.page#contact .form textarea {
  height: 150px;
}
.page#contact .txt {
  padding-left: 50px;
}
.page#contact .txt .map {
  height: 300px;
  margin-top: 50px;
}
.page#contact .txt strong {
  font-weight: 500;
}
.inline_content.notif {
  color: #272624;
  font-size: 16px;
  margin-top: 30px;
  font-weight: 700;
  border: 1px solid #1e1d1b;
  padding: 50px 30px;
  background: #fff;
  min-width: 450px;
}
.inline_content.notif a {
  font-size: 16px;
  color: #f70;
}
.inline_content.notif a.share.fb {
  font-size: 24px;
  color: #3b5998;
  margin-left: 5px;
}
.inline_content.notif a.share.tw {
  font-size: 24px;
  color: #1b95e0;
  margin-left: 5px;
}
.inline_content.notif button {
  border: 1px solid #333;
  font-weight: 700;
  margin: 30px 0 0;
  background: #333;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  color: #ffd200;
}
.inline_content.notif button.trans {
  background: 0 0;
  color: #4a2664;
}
.inline_content.loading img {
  margin-bottom: 10px;
}
.inline_content.loading {
  font-size: 14px;
  color: #fff;
}
@media only screen and (max-width: 992px) {
  #products_detail .detail .nav > li > a,
  #quote .title {
    font-size: 12px;
  }
  #quote,
  #quote .form,
  #quote .items,
  #quote .title {
    background: #fff;
  }
  .header .bottom {
    padding-bottom: 0;
  }
  .header .bottom .logokan,
  .header .bottom img {
    max-width: 100px;
  }
  .header .bottom .search {
    width: 100%;
    position: relative;
    margin-top: 15px;
  }
  .header .bottom .search input.form-control {
    width: 100%;
    padding: 6px 12px;
    height: 34px;
  }
  .header .bottom .search button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 6px 12px;
    height: 34px;
  }
  #home .contact,
  .header .navi {
    margin-top: 0;
  }
  .header .navi .left button {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
  }
  .header .navi .left {
    width: auto;
    position: relative;
    z-index: 100;
  }
  .header .navi .left button i {
    margin-left: 15px;
  }
  .header .navi .right {
    text-align: right;
  }
  #quote .form button,
  #quote .items tr td:last-child,
  #quote .items tr th:last-child,
  .footer,
  .page h1,
  .subscription .col.left {
    text-align: center;
  }
  .header .navi .right .dropdown > a {
    color: #fff;
    padding: 9px 15px 7px;
  }
  .header .navi .right .dropdown .dropdown-menu.collapse {
    position: relative;
    top: auto;
    width: 100%;
    left: auto;
    padding-left: 30px;
  }
  .header .navi .right .dropdown .collapse {
    position: relative;
    top: auto;
    width: 100%;
    left: auto;
  }
  .header .navi .right .dropdown .dropdown-menu {
    background: #7c0002;
    margin-top: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding: 0;
    min-width: 100%;
    background: -moz-linear-gradient(top, #7c0002 0, #c80100 100%);
    background: -webkit-linear-gradient(top, #7c0002 0, #c80100 100%);
    background: linear-gradient(to bottom, #7c0002 0, #c80100 100%);
  }
  .header .navi .right .dropdown .dropdown-menu li > a {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background: 0 0;
    padding: 15px 15px 12px;
    white-space: normal;
    height: auto;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
  }
  .header .navi .right .dropdown .dropdown-menu li:not(:first-child) > a {
    border-top: 1px solid #fff;
  }
  #home .contact .col,
  .page#about .txt,
  .subscription .socmed {
    margin-top: 30px;
  }
  #home .contact .col .img,
  #home .productbybrand .brand-item .col {
    width: 50%;
  }
  #home .sidebar {
    padding-right: 15px;
  }
  #home .middle .right {
    padding-left: 15px;
  }
  #home .featuredprod .item .col:not(:last-child),
  #home .newarrival .item .col:not(:last-child),
  #home .productbybrand .brand-item .item .col:not(:last-child),
  #home .recommended .item .col:not(:last-child) {
    border-right: none;
  }
  #home .bestseller .carousel {
    border: 1px solid #e5e5e5;
  }
  #home .bestseller .col {
    border-left: none;
    border-top: none;
  }
  #home .bestseller .col .img,
  #home .newproducts .list .col .img {
    width: 100%;
    justify-content: center;
    height: 100px;
  }
  #home .bestseller .col .txt {
    padding-left: 0;
    margin-top: 15px;
    text-align: center;
  }
  .subscription .col.left label {
    width: 100%;
  }
  .subscription .newsletter label i {
    float: none;
    margin-right: none;
  }
  .subscription .newsletter label span {
    display: inline-block;
    padding-left: 15px;
  }
  .subscription .newsletter button {
    float: none;
  }
  .page .top {
    padding: 30px 0;
  }
  .page h1 {
    font-size: 24px;
  }
  .page h1 span {
    float: none !important;
    display: block;
  }
  .page#about.portfolio .txt a.btn {
    float: left !important;
  }
  .page#contact .ctn {
    padding: 50px 0;
  }
  .page#contact .form {
    padding: 0 30px;
  }
  .page#contact .txt {
    padding-left: 15px;
    margin-top: 50px;
  }
  #products_index .branddesc .img {
    padding: 0 15px;
  }
  #products_index .branddesc .txt {
    padding: 0 15px;
    margin-top: 30px;
  }
  #products_index .brands h1 i,
  #products_index .categories h1 i,
  #products_index .testmeasuring h1 i {
    float: right;
  }
  #products_index .right {
    margin-top: 50px;
  }
  #products_index .option .form-inline {
    float: none !important;
    display: block;
    margin-top: 15px;
  }
  #products_index .option .form-control {
    margin-left: 0;
  }
  #products_index .list .col {
    padding-top: 30px;
  }
  #products_index .list .col .img {
    float: none;
    width: 100%;
  }
  #products_index .list .col .txt {
    padding-left: 0;
  }
  #products_index .list .col .txt > div {
    border-left: none;
  }
  #products_detail .detail {
    padding-right: 15px;
    border-top: none;
    border-bottom: none;
  }
  #quote .empty,
  #quote .title {
    color: #787878;
    padding: 30px 0;
  }
  #products_detail .detail > .nav {
    border-top: none;
    border-bottom: none;
  }
  #products_detail .detail .nav > li {
    display: inline-block;
    float: left;
  }
  #products_detail .detail .nav > li:not(:first-child) > a {
    border-top: none;
  }
  #quote {
    font-size: 14px;
  }
  #quote .title span {
    color: #0877bb;
  }
  #quote .empty {
    font-size: 16px;
  }
  #quote .empty .btn {
    margin-top: 50px;
    color: #fff;
    font-size: 16px;
    border: 1px solid #0073b6;
    background: #0073b6;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding: 20px 50px;
  }
  #quote .form button,
  #quote .items .btn {
    border: 1px solid #0073b6;
    background: #0073b6;
  }
  #quote .items td {
    vertical-align: middle !important;
    font-size: 14px;
  }
  #quote .items th {
    vertical-align: middle !important;
    font-size: 16px;
  }
  #quote .items td input {
    display: inline-block;
  }
  #quote .items tbody td:first-child a {
    color: red;
    font-size: 16px;
  }
  #quote .items .btn {
    color: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
  }
  #quote .form form {
    margin-top: 50px;
    max-width: 100%;
  }
  #quote .form label {
    font-family: pb;
    color: #666;
    font-weight: 400;
  }
  #quote .form .form-control {
    border: 1px solid #e5e5e5;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    font-family: pr;
  }
  #quote .form .form-control:focus {
    border: 1px solid #000;
  }
  #quote .form textarea.form-control {
    height: 150px;
  }
  #quote .form button {
    color: #fff;
    font-size: 14px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    padding: 15px 0;
    width: 100%;
    display: inline-block;
  }
  .error {
    color: red;
  }
  .inline_content.notif {
    color: #272624;
    font-size: 16px;
    margin-top: 30px;
    font-weight: 700;
    border: 1px solid #1e1d1b;
    padding: 50px 30px;
    background: #fff;
    min-width: 450px;
  }
  .inline_content.notif a {
    font-size: 16px;
    color: #f70;
  }
  .inline_content.notif a.share.fb {
    font-size: 24px;
    color: #3b5998;
    margin-left: 5px;
  }
  .inline_content.notif a.share.tw {
    font-size: 24px;
    color: #1b95e0;
    margin-left: 5px;
  }
  .inline_content.notif button {
    font-family: pb;
    margin: 30px 0 0;
    border: 1px solid #0073b6;
    background: #0073b6;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    color: #fff;
  }
  .inline_content.notif button.trans {
    background: 0 0;
    color: #4a2664;
  }
  .inline_content.loading img {
    margin-bottom: 10px;
  }
  .inline_content.loading {
    font-size: 14px;
    color: #fff;
  }
  #quote .items tfoot tr th:not(:last-child),
  #quote .items thead {
    display: none;
  }
  #quote .items td,
  #quote .items th {
    display: block;
    width: 100%;
    border: none;
  }
  #quote .items tbody tr td:first-child {
    border-top: 1px solid #ddd;
  }
  #quote .items tr td:last-child {
    text-align: left;
  }
}
.gist,
.tt-menu {
  text-align: left;
}
a {
  color: #ad0000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.table-of-contents li {
  display: inline-block;
  zoom: 1;
}
.table-of-contents li a {
  font-size: 16px;
  color: #999;
}
p + p {
  margin: 30px 0 0;
}
.title {
  margin: 20px 0 0;
  font-size: 64px;
}
.example-name {
  margin: 20px 0;
  font-size: 32px;
}
.demo {
  position: relative;
  margin: 50px 0;
}
.tt-hint,
.tt-query,
.typeahead {
  width: 100%;
  height: 35px;
  padding: 8px 12px;
  margin-bottom: 10px;
  line-height: 30px;
  border: 2px solid #ccc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  outline: 0;
}
.typeahead:focus {
  border: 1px solid #990001;
}
.tt-query {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.tt-hint {
  color: #999;
}
.tt-menu {
  width: 300px;
  margin: 12px 0;
  padding: 8px 0;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.tt-suggestion {
  padding: 3px 20px;
  font-size: 18px;
  line-height: 24px;
}
.tt-suggestion:hover {
  cursor: pointer;
  color: #fff;
  background-color: #9b0101;
}
.tt-suggestion.tt-cursor {
  color: #fff;
  background-color: #ad0000;
}
.tt-suggestion p {
  margin: 0;
}
#custom-templates .empty-message {
  padding: 5px 10px;
  text-align: center;
}
#multiple-datasets .league-name {
  margin: 0 20px 5px;
  padding: 3px 0;
  border-bottom: 1px solid #ccc;
}
#scrollable-dropdown-menu .tt-menu {
  max-height: 150px;
  overflow-y: auto;
}
#rtl-support .tt-menu {
  text-align: right;
}
