.tab-slider--nav {
  width: 100%;
  float: right;
  margin-bottom: 20px;
  
}

.tab-slider--tabs {
  display: block;
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  border-radius: 35px;
  overflow: hidden;
  background: #fff;
  height: 35px;
  border: solid 1px #B8B6B6;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tab-slider--tabs:after {
  content: "";
  width: 70%;
  background: #58595B;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 250ms ease-in-out;
  border-radius: 35px;
}
.tab-slider--tabs.slide:after {
  left: 70%;
}

.tab-slider--trigger {
  font-size: 10px;
  line-height: 1;
  font-weight: bold;
  color: #58595B;
  text-transform: uppercase;
  text-align: left;
  padding: 11px 20px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: inline-block;
  transition: color 250ms ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.tab-slider--trigger.active {
  color: #fff;
}

.tab-slider--body {
  margin-bottom: 20px;
  width: 100%;
}
.mh-title{
  font-size: 16px;
  font-weight: normal;
  line-height: 50px;
  color: #888888;
}
.header-page{
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
  height: 55px;
  line-height: 55px;
  background: #fcfcfc;
}
.breadcrumb-w{
  text-align: right;
}
.breadcrumb{
  float: right;
  margin-left: 8px;
}
.breadcrumb-w > span,
.breadcrumb-w ul li span,
.breadcrumb-w ul li a{
  font-size: 12px;
  color: #888888;
}
.breadcrumb-w ul li a:hover{
  color: #58595B;
}
.product-info-w{
  background: #fbfbfb;
  padding-bottom: 50px;
}
.product-info-w .nav-tabs{
  border-bottom: none;
  margin: 13px 0;
  float: right;
}
.product-info-w .tab-content>.active{
  display: table;
  table-layout: fixed;
  width: 100%;
}
.product-info-w .nav-tabs>li>a{
  background: #f1f2f2;
  margin-left: 15px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-size: 16px;
  padding: 4px 8px;
}
.product-info-w .nav-tabs>li.active>a,
.product-info-w .nav-tabs>li.active>a:hover,
.product-info-w .nav-tabs>li.active>a:focus{
  background: #58595B;
  border: none;
  color: #fff;
}
.product-info-w .product-image img{
  margin: 0 auto;
}
.product-info-w .tab-content h3{
  font-size: 24px;
  margin-bottom: 28px;
  font-weight: bold;
}
.product-info-w .tab-content #paper h3{
    font-weight: normal;
}
.product-info-w .tab-content #paper img.v-middle{
    margin: 15px;
}
.product-info-w .tab-content ul li{
  margin-bottom: 15px;
}
.product-info-w .tab-content ul li i{
  margin-right: 8px;
}
.product-info-w .owl-carousel.col-md-8{
  width: 66.66666667%
}
.product-info-w .owl-carousel.col-md-8 .ideal img{
  margin: 0 auto;
}
.product-info-w .owl-buttons > div{
  background: none;
  margin-top: -15px;
}
.product-info-w .owl-buttons > div i{
  font-size: 48px;
  color: #cccccc;
}
.product-info-w .owl-buttons > div i:hover{
  color: #666666;
}
.product-step-order{
  padding: 30px 0 50px;
  background: #f1f2f2;
  text-align: center;
}
.product-step-order .pso-content{
    margin-top: 40px;
}
.product-step-order p{
  font-size: 14px;
  color: #666666;
}
.pso-footer i{
  bottom: -75px;
  top: auto;
}
.border-radius-50{
  border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
}
/*
	Coin Slider jQuery plugin CSS styles
	http://workshop.rs/projects/coin-slider
*/


.coin-slider {
  overflow: hidden;
  position: relative;
}
.cs-buttons {
  font-size: 0px;
  padding: 15px;
  float: left;
}
.cs-buttons a {
  margin-left: 5px;
  height: 10px;
  width: 10px;
  float: left;
  border: 1px solid #B8C4CF;
  color: #B8C4CF;
  text-indent: -1000px;
  border-radius: 5px;
}
.cs-active {
  background-color: #B8C4CF;
  color: #FFFFFF;
}
