@import url("https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900");
body {
  overflow-y: scroll;
  font-family: 'Lato'; }

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

@media (min-width: 1200px) {
  .container {
    width: 970px; } }

.mb10 {
  margin-bottom: 10px; }

.mb50 {
  margin-bottom: 50px; }

.pt50 {
  padding-top: 50px; }

.pt70 {
  padding-top: 70px; }

.pt80 {
  padding-top: 80px; }

.pb50 {
  padding-bottom: 50px; }

.pb70 {
  padding-bottom: 70px; }

.pb100 {
  padding-bottom: 100px; }

p {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 15px;
  color: #222222;
  letter-spacing: 0.1px;
  line-height: 26px; }

.btn-blue {
  background: #008DD7;
  border-radius: 6px;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0.1px;
  text-align: center; }
  .btn-blue:hover {
    color: #ebe31a; }

.btn-red {
  background: #FF0000;
  border-radius: 6px;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0.1px;
  text-align: center; }
  .btn-red:hover {
    color: #ebe31a; }

.btn-deepblue {
  background: #15488a;
  border-radius: 6px;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0.1px;
  text-align: center; }
  .btn-deepblue:hover {
    color: #ebe31a; }

.btn-gray {
  background: #B5B5B5;
  border-radius: 6px;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 0.1px;
  text-align: center; }
  .btn-gray:hover {
    color: #eee; }

.gray_bg {
  background: #f0f0f0; }

.main_title {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 26px;
  color: #000000;
  letter-spacing: 0.78px;
  text-align: center;
  line-height: 1.4em;
  margin-bottom: 40px; }
  .main_title span {
    border-bottom: 1px solid #BBB;
    display: inline-block;
    padding-bottom: 4px; }
  .main_title i {
    margin-right: 10px; }

.main-nav {
  background: #333333;
  border: none;
  border-radius: 0px;
  min-height: 80px;
  position: relative;
  margin-bottom: 0px; }
  .main-nav:before {
    content: '';
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    bottom: 0px;
    left: 0px;
    z-index: 100;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(7%, #FFFFFF), color-stop(57%, #333333), to(#DFDFDF));
    background-image: -webkit-linear-gradient(left, #FFFFFF 7%, #333333 57%, #DFDFDF 100%);
    background-image: -o-linear-gradient(left, #FFFFFF 7%, #333333 57%, #DFDFDF 100%);
    background-image: linear-gradient(-270deg, #FFFFFF 7%, #333333 57%, #DFDFDF 100%); }
  .main-nav .navbar-brand {
    height: 80px;
    line-height: 50px;
    padding: 20px 15px; }
  .main-nav .navbar-nav > li {
    display: block !important; }
    .main-nav .navbar-nav > li > a {
      font-family: 'Lato';
      font-weight: 400;
      font-size: 14px;
      line-height: 50px;
      color: #FFFFFF;
      letter-spacing: 0.4px;
      text-align: center; }
    .main-nav .navbar-nav > li i {
      font-size: 18px; }
    .main-nav .navbar-nav > li:hover > a {
      color: #01A5D3; }
    .main-nav .navbar-nav > li.active > a, .main-nav .navbar-nav > li.active:hover > a {
      background: #222222;
      color: #01A5D3; }

.top_slider_wrapper {
  background: #01A5D3; }
  .top_slider_wrapper .bx-wrapper {
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #01A5D3;
    border: none;
    height: 40px; }
  .top_slider_wrapper .top_slider > li {
    font-family: 'Lato';
    font-weight: 700;
    text-align: center; }
    .top_slider_wrapper .top_slider > li p {
      color: #fff;
      line-height: 40px;
      font-size: 15px;
      letter-spacing: 0.23px; }
  .top_slider_wrapper .bx-wrapper .bx-controls-direction a {
    text-indent: 0;
    font-size: 32px;
    background: none;
    color: #fff;
    line-height: 40px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    text-align: center; }

.index_slider_wrapper .bx-wrapper {
  margin: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  height: 480px; }

.index_slider_wrapper .index_slider > li {
  font-family: 'Lato';
  font-weight: 700;
  text-align: center; }

.index_slider_wrapper .index_slider .slider_content {
  height: 480px;
  background-position: center;
  background-size: cover; }

.index_slider_wrapper .bx-wrapper .bx-controls-direction a {
  text-indent: 0;
  font-size: 60px;
  background: none;
  color: #000;
  line-height: 60px;
  width: 60px;
  height: 60px;
  margin-top: -30px;
  text-align: center; }

.index_slider_wrapper .bx-pager {
  bottom: 30px; }

.footer {
  background: #262626;
  color: #fff;
  padding: 45px 0 40px 0; }
  .footer .footer-title {
    font-family: 'Lato';
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: 0;
    margin-bottom: 10px;
    border-bottom: none;
    text-align: left; }
  .footer input.form-control {
    border-radius: 5px; }
  .footer .copyright {
    margin-top: 30px;
    font-size: 13px;
    color: #FFFFFF;
    letter-spacing: 0.4px;
    text-align: left; }
  .footer .social_links {
    margin-top: 15px; }
    .footer .social_links a {
      margin-right: 15px;
      display: inline-block; }
      .footer .social_links a i.fab {
        font-size: 30px;
        color: #fff; }
  .footer .footer_links {
    padding: 0px; }
    .footer .footer_links li {
      list-style: none; }
      .footer .footer_links li a {
        color: #fff;
        font-family: 'Lato';
        font-weight: 700;
        font-size: 14px;
        letter-spacing: 0;
        line-height: 22px; }

.index_topic_wrapper {
  padding: 55px 0;
  background-image: url(../images/index_topic_bg.jpg);
  background-position: center;
  background-size: 100%; }

.index_topic_box {
  text-align: center; }
  .index_topic_box > img {
    width: 160px;
    height: 160px;
    margin-bottom: 10px;
    border-radius: 120px;
    -webkit-box-shadow: 2px 2px 0px #999;
    box-shadow: 2px 2px 0px #999; }
  .index_topic_box h3 {
    font-family: 'Lato';
    font-weight: 700;
    font-size: 20px;
    color: #255B77;
    margin-bottom: 5px;
    letter-spacing: 0.3px;
    text-align: center;
    border-bottom: none; }
  .index_topic_box p {
    margin-bottom: 15px; }
  .index_topic_box .btn {
    margin-top: 5px; }

.index_products {
  padding: 55px 0;
  background-image: url(../images/index_product_bg.jpg);
  background-position: center;
  background-size: 100%; }
  .index_products .no-padding {
    padding-left: 0px;
    padding-right: 0px; }

.index_product {
  background: #FFFFFF;
  -webkit-box-shadow: 2px 6px 12px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 2px 6px 12px 0 rgba(0, 0, 0, 0.5);
  padding: 25px 30px;
  text-align: center; }
  .index_product img {
    margin: 0px auto 15px auto; }
  .index_product h3 {
    font-family: 'Lato';
    border-bottom: none;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.09px;
    text-align: center;
    line-height: 24px; }
    .index_product h3 a {
      color: #008DD7; }
  .index_product p.price {
    font-family: 'Lato';
    font-weight: 700;
    font-size: 16px;
    color: #121212;
    letter-spacing: 0.08px;
    text-align: center;
    line-height: 25px;
    margin-bottom: 10px; }
  .index_product .btn-blue i {
    margin-right: 10px; }

.product_item {
  background: #FFFFFF;
  padding: 5px 20px;
  text-align: center; }
  .product_item img {
    margin: 0px auto 15px auto; }
  .product_item h3 {
    font-family: 'Lato';
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.09px;
    text-align: center;
    line-height: 23px; }
    .product_item h3 a {
      color: #008DD7; }
  .product_item p.price {
    font-family: 'Lato';
    font-weight: 700;
    font-size: 16px;
    color: #121212;
    letter-spacing: 0.08px;
    text-align: center;
    line-height: 25px;
    margin-bottom: 10px; }
  .product_item .btn-blue i {
    margin-right: 10px; }

.top_banner {
  background-size: cover;
  background-position: center;
  height: 240px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (min-width: 1400px) {
    .top_banner {
      height: 270px; } }
  .top_banner h3 {
    font-family: 'Lato';
    font-weight: 400;
    font-size: 40px;
    color: #FFFFFF;
    letter-spacing: 0.92px;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); }

.bg_style1 {
  background-image: url(../images/bg1.jpg); }

.resins_item {
  border-top: 8px solid #fff;
  position: relative;
  text-align: center;
  padding: 40px 0;
  background: #FFFFFF;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.15); }
  .resins_item:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0px 0px 30px 30px;
    border-color: transparent #000;
    position: absolute;
    top: 0px;
    left: 0px; }
  .resins_item.ri1 {
    border-top-color: #93D158; }
    .resins_item.ri1:after {
      border-color: transparent #93D158; }
    .resins_item.ri1 h3 {
      color: #6FBD25; }
  .resins_item.ri2 {
    border-top-color: #4AB8C9; }
    .resins_item.ri2:after {
      border-color: transparent #4AB8C9; }
    .resins_item.ri2 h3 {
      color: #2D9CAC; }
  .resins_item.ri3 {
    border-top-color: #DF5186; }
    .resins_item.ri3:after {
      border-color: transparent #DF5186; }
    .resins_item.ri3 h3 {
      color: #A92657; }
  .resins_item.ri4 {
    border-top-color: #E69556; }
    .resins_item.ri4:after {
      border-color: transparent #E69556; }
    .resins_item.ri4 h3 {
      color: #B86321; }
  .resins_item img {
    width: auto;
    height: 120px;
    margin-bottom: 15px; }
  .resins_item h3 {
    font-family: Lato;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.6px;
    text-align: center;
    margin-bottom: 20px; }
  .resins_item p {
    font-size: 15px;
    color: #404040;
    letter-spacing: 0.45px;
    text-align: center;
    line-height: 24px;
    margin: 0px 20px 40px 20px;
    height: 56px; }

.category_list {
  padding: 30px 0; }
  .category_list > a {
    display: inline-block;
    margin-right: 20px;
    font-size: 16px;
    color: #0C73A9;
    letter-spacing: 0.37px; }

.blog_list {
  padding: 30px 0; }
  .blog_list .blog_item_img {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 200px;
    background-repeat: no-repeat;
    border: 1px solid #5495B7;
    margin-bottom: 12px; }
  .blog_list .blog_item {
    margin-bottom: 40px; }
    .blog_list .blog_item h3 {
      font-family: 'Lato';
      border-bottom: none;
      text-align: left;
      font-weight: 700;
      font-size: 16px;
      color: #255B77;
      letter-spacing: 0;
      line-height: 22px;
      margin-bottom: 10px;
      margin-top: 5px; }
      .blog_list .blog_item h3 a {
        color: #255B77; }
    .blog_list .blog_item img {
      border: 1px solid #5495B7;
      margin-bottom: 12px; }
    .blog_list .blog_item p {
      font-family: 'Lato';
      font-weight: 300;
      font-size: 16px;
      color: #3B3B3B;
      letter-spacing: 0.32px;
      line-height: 22px;
      text-align: left; }

.printing_tip_item {
  font-family: 'Lato';
  font-weight: 700;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0.54px;
  background: #F1F1F1;
  line-height: 30px;
  text-align: left;
  padding: 6px 15px 6px 10px;
  margin-bottom: 18px; }
  .printing_tip_item.lc {
    background: #F9F9F9; }
  .printing_tip_item.wh {
    background: #FFFFFF;
    -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.23);
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.23); }
  .printing_tip_item .rs_label {
    margin-right: 10px; }
  .printing_tip_item a.pull-right i {
    font-size: 16px; }

.faq_item.panel-default {
  border: none;
  margin-bottom: 20px; }
  .faq_item.panel-default .panel-heading {
    font-family: 'Lato';
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    letter-spacing: 0.54px;
    background: #F1F1F1;
    border: none;
    text-align: left;
    padding: 10px 15px 10px 10px; }
    .faq_item.panel-default .panel-heading.lc {
      background: #F9F9F9; }
  .faq_item.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: transparent;
    padding: 20px; }
    .faq_item.panel-default > .panel-heading + .panel-collapse > .panel-body p {
      text-align: left; }
  .faq_item.panel-default .collapse.in {
    background: #F9F9F9;
    -webkit-box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, 0.25); }
  .faq_item.panel-default .rs_label {
    margin-right: 10px; }

.rs_label {
  font-size: 12px;
  line-height: 12px;
  padding: 2px 4px;
  text-align: center;
  display: inline-block;
  color: #FFFFFF;
  letter-spacing: 0; }
  .rs_label:hover {
    cursor: default; }
  .rs_label.rs1 {
    background: #93D158; }
  .rs_label.rs2 {
    background: #4AB8C9; }
  .rs_label.rs3 {
    background: #DF5186; }
  .rs_label.rs4 {
    background: #E69556; }

.form-control.s1 {
  width: 170px;
  display: inline-block; }

.product_top_detail h3 {
  font-family: 'Lato';
  font-weight: 700;
  font-size: 26px;
  color: #000000;
  letter-spacing: 0.78px;
  margin: 0 0 10px 0; }

.product_top_detail h5 {
  font-family: 'Lato';
  font-weight: 300;
  font-size: 18px;
  color: #3B3B3B;
  letter-spacing: 0.32px;
  line-height: 24px;
  margin: 0 0 10px 0; }

.product_top_detail .price {
  font-family: 'Lato';
  font-weight: 700;
  font-size: 26px;
  color: #20679B;
  letter-spacing: 0.78px;
  margin-bottom: 30px; }

.product_top_detail p {
  font-family: 'Lato';
  font-size: 15px;
  color: #3B3B3B;
  letter-spacing: 0.32px;
  line-height: 22px;
  text-align: left; }

.product_top_detail .form-control.s1 {
  margin-right: 20px; }

.product_top_detail ul li {
  margin-bottom: 5px;
  font-family: 'Lato';
  font-size: 15px;
  color: #3B3B3B;
  letter-spacing: 0.32px;
  line-height: 24px;
  text-align: left; }

.product_function {
  padding-bottom: 30px;
  border-bottom: 1px solid #333333;
  margin-bottom: 30px; }

.box-item {
  background: #FFFFFF;
  -webkit-box-shadow: 0 2px 16px 0 rgba(151, 151, 151, 0.5);
  box-shadow: 0 2px 16px 0 rgba(151, 151, 151, 0.5); }
  .box-item .box-title {
    background: #01A5D3;
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 0;
    padding: 15px; }
  .box-item .box-content {
    padding: 40px; }

.blog_content h3.blog_title {
  font-family: 'Lato';
  font-weight: 700;
  font-size: 26px;
  color: #000000;
  letter-spacing: 0.78px;
  text-align: left;
  margin: 0 0 5px 0; }

.blog_content h5.blog_subtitle {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 16px;
  color: #3B3B3B;
  letter-spacing: 0.32px;
  line-height: 22px; }

.blog_content .line {
  height: 1px;
  background: #333;
  margin: 30px 0; }

.blog_content p {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  letter-spacing: 0.37px;
  line-height: 28px;
  text-align: left; }

.blog_content h4 {
  font-family: 'Lato';
  font-weight: 700;
  font-size: 18px;
  color: #000000;
  letter-spacing: 0.37px;
  line-height: 28px;
  margin: 0 0 10px 0;
  text-align: left; }

.resin_table .color_label {
  width: 35px;
  height: 35px;
  display: inline-block;
  //margin-right: 10px;
  vertical-align: top; }

.resin_table .resin_label {
  position: relative;
  margin: 0 auto; }

.resin_table .resin_name {
  display: inline-block;
  height: 35px;
  text-align: center;
  vertical-align: top; }

.resin_table > thead {
  background: none; }

.resin_table > thead > tr > td, .resin_table > thead > tr > th {
  text-align: center;
  padding-left: 10px; 
  vertical-align: middle !important;
}

.resin_table > tbody > tr > td {
  font-family: Lato;
  font-weight: 400;
  font-size: 14px;
  color: #060606;
  letter-spacing: 0;
  text-align: center;
  line-height: 20px;
  vertical-align: middle !important; 
 }

.resin_table > tbody > tr > th {
  font-family: Lato;
  font-size: 14px;
  font-weight: 700;
  color: #404040;
  letter-spacing: 0.2px;
  line-height: 20px; }
  .resin_table > tbody > tr > th span {
    color: #999;
    font-weight: 400;
    margin-left: 10px; }

/* =============ADD 20180714=============*/
@media (min-width: 1200px) {
  ul.product-thumbs li {
    margin-right: -1px; } }

.product-desc-title {
  display: none; }

/*BTN*/
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }

/*HEADER HEIGHT ADJ*/
header.main {
  height: 80px;
  padding: 18px 0px; }

.headerWrap {
  position: relative; }

.headerWrap:before {
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(7%, #FFFFFF), color-stop(57%, #333333), to(#DFDFDF));
  background-image: -webkit-linear-gradient(left, #FFFFFF 7%, #333333 57%, #DFDFDF 100%);
  background-image: -o-linear-gradient(left, #FFFFFF 7%, #333333 57%, #DFDFDF 100%);
  background-image: linear-gradient(-270deg, #FFFFFF 7%, #333333 57%, #DFDFDF 100%); }

header.main .main-menu.nav > ul > li > a {
  font-family: 'Lato';
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.4px;
  text-align: center; }

@media only screen and (min-width: 769px), all {
  header.main .main-menu ul ul a {
    font-size: 14px; } }

/*Index Topic link color*/
.index_topic_box h3 a {
  color: #255B77; }

.index_topic_wrapper {
  background-image: url(https://cdn3.bigcommerce.com/s-1h7x4u/product_images/uploaded_images/index-topic-bg.jpg); }

.index_products {
  background-image: url(https://cdn3.bigcommerce.com/s-1h7x4u/product_images/uploaded_images/index-product-bg.jpg); }

.index_products .product-grid > h3 {
  display: none; }

.index_products > .row {
  overflow: visible; }

.index_products .product-grid ul {
  overflow: visible; }

.product-grid li.index_product {
  background: #FFFFFF;
  -webkit-box-shadow: 2px 6px 12px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 2px 6px 12px 0 rgba(0, 0, 0, 0.5);
  padding: 25px 30px;
  text-align: center;
  overflow: visible;
  width: 25%; }

.product-grid li.index_product h3 span {
  top: inherit;
  font-size: 18px;
  line-height: inherit; }

.product-grid li.index_product:nth-child(n) {
  margin-right: 0; }

.product_top_detail h3 {
  text-align: left;
  border-bottom: none; }

.footer .getturstline {
  text-align: left;
  margin-top: 25px; }

/*Home Slide layout*/
.orbit-wrapper {
  margin-bottom: 0px; }

table.footer {
  background: none; }

/*LOGO WIDTH*/
@media (min-width: 769px) {
  .logo {
    width: 31%; } }

@media (min-width: 1200px) {
  .row {
    width: 1170px; } }

@media (max-width: 768px) {
  .footer .getturstline {
    text-align: center; }
  .footer .footer-title, .footer .copyright {
    text-align: center; } }

/*Form element*/
a {
  font-weight: normal; }

.form-control, .quantityInput {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s; }

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1; }

.form-control:-ms-input-placeholder {
  color: #999; }

.form-control::-webkit-input-placeholder {
  color: #999; }

.form-control::-ms-expand {
  background-color: transparent;
  border: 0; }

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1; }

.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed; }

textarea.form-control {
  height: auto; }

.breadcrumbs-wrap {
  background: #f1f1f1;
  margin-bottom: 35px; }
  .breadcrumbs-wrap.no-mb {
    margin-bottom: 0px; }

.breadcrumbs-wrap ul.breadcrumbs {
  margin-bottom: 0px; }

.breadcrumbs li {
  font-size: 13px;
  line-height: 1.5; }

.breadcrumbs li a {
  color: #008DD7; }

ul.breadcrumbs li a, ul.breadcrumbs li span {
  font-size: 13px; }

.description-wrap {
  padding-top: 15px;
  border-top: 1px solid #333;
  margin-top: 15px; }

.product-description > ul {
  margin-left: 20px; }

.product-description > ul > li {
  margin-bottom: 5px;
  font-family: 'Lato';
  font-size: 16px;
  color: #3B3B3B;
  letter-spacing: 0.32px;
  line-height: 24px;
  text-align: left; }

.main-image-link {
  border: 1px solid #999; }

.product-images {
  padding: inherit; }

.main-menu.nav {
  background: none; }

.product-other-detail-wrapper {
  background-image: url(https://cdn3.bigcommerce.com/s-1h7x4u/product_images/uploaded_images/bg1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 40px 0; }

.product-other-detail-wrapper .row {
  overflow: visible; }

.product-otherdetail-wrap-title {
  background: #01A5D3;
  padding: 10px 20px; }

.product-otherdetail-wrap-title h3 {
  font-family: Montserrat-Regular;
  font-size: 16px;
  color: #FFFFFF;
  margin-bottom: 0px;
  text-align: left;
  letter-spacing: 0;
  border-bottom: none; }

.product-otherdetail-wrap {
  padding: 20px 40px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 2px 16px 0 rgba(151, 151, 151, 0.5);
  box-shadow: 0 2px 16px 0 rgba(151, 151, 151, 0.5); }

.product-otherdetail tr {
  display: none; }

.product-otherdetail tr.product-otherdetail-tr {
  display: block;
  width: 50%;
  float: left; }

.product-otherdetail tr.product-otherdetail-tr th {
  display: inline-block;
  width: 42%;
  padding: 15px 12px;
  font-size: 16px;
  font-family: 'Lato';
  font-weight: 700;
  text-align: left; }

.product-otherdetail tr.product-otherdetail-tr td {
  display: inline-block;
  width: 57%;
  padding: 15px 12px;
  font-family: 'Lato';
  font-weight: 400;
  font-size: 16px;
  color: #060606;
  text-align: left;
  letter-spacing: 0; }

.product-otherdetail tr.product-otherdetail-tr:nth-child(8n-5), .product-otherdetail tr.product-otherdetail-tr:nth-child(8n-7) {
  background: #fff; }

.product-otherdetail tr.product-otherdetail-tr:nth-child(8n-1), .product-otherdetail tr.product-otherdetail-tr:nth-child(8n-3) {
  background: #f3f3f3; }

@media (max-width: 768px) {
  .product-otherdetail tr.product-otherdetail-tr {
    width: 100%; }
  .product-otherdetail-wrap {
    padding: 5px 10px; }
  .product-otherdetail tr.product-otherdetail-tr:nth-child(8n-5), .product-otherdetail tr.product-otherdetail-tr:nth-child(8n-7),
  .product-otherdetail tr.product-otherdetail-tr:nth-child(8n-1), .product-otherdetail tr.product-otherdetail-tr:nth-child(8n-3) {
    background: none; }
  .product-otherdetail tr.product-otherdetail-tr th, .product-otherdetail tr.product-otherdetail-tr td {
    padding: 8px 12px;
    width: 100%; }
  .product-otherdetail tr.product-otherdetail-tr th {
    background: #f3f3f3; } }

@media (min-width: 769px) and (max-width: 1200px) {
  .product-otherdetail tr.product-otherdetail-tr {
    display: table-row;
    width: inherit;
    float: none; }
  .product-otherdetail tr.product-otherdetail-tr th, .product-otherdetail tr.product-otherdetail-tr td {
    display: table-cell;
    width: inherit;
    float: none; } }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px; }

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd; }

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd; }

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0; }

.table > tbody + tbody {
  border-top: 2px solid #ddd; }

.table .table {
  background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd; }

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none; }

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  min-height: .01%;
  overflow-x: auto; }

@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd; }
  .table-responsive > .table {
    margin-bottom: 0; }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap; }
  .table-responsive > .table-bordered {
    border: 0; }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0; } }
