.container{
    /*min-width: 1100px;*/
}

.breadcrumb{
}

.product_nav{
    width: 240px;
    margin-top: 20px;
}
.product_nav_ul{
    border: solid 0.9px #eee;
}

.nav-pills .nav-item.level1{
    color: #fff;
    background-color: #D9230F;
}
.nav-pills .nav-item.{
}

.nav-pills .nav-item.level1{
    background-color: #D9230F;
}

.nav-pills .nav-item.level1 a{
    color: #fff;
}

.nav-pills .nav-item.level2{
    color: #fff;
    background-color: secondary;
}

.nav-pills .nav-item.level2 a{
    color: primary;
    font-size: 0.9em;
}

.nav-pills .nav-item.level3{
    background-color: #fff;
}

.nav-pills .nav-item.level3 a{
    color: #373a3c;
    font-size: 0.8em;
}
.product{
    /*width: 800px;*/
	/*margin-left:20px;*/
}

.product-title
{
    position: relative;
    /*padding-left: 40px;*/
	/*margin-top: 20px;*/
	margin-bottom: 0 em;
}


.product-title h1
{
	font-size: 1.3em;
	color: #373a3c;
}


.product-detail
{
	margin-top: 0px;
	margin-bottom: 10px;
}

.product-detail .product-media
{
	/*position: relative;*/
	/*width:370px;*/
	margin-left:0;
	/*margin-right:40px;*/
}


.product-detail .product-media .img-responsive
{
	display: block;
	max-width: 100%;
	height: auto;
}

.product-detail .product-media .zoom .oi-zoom-in
{
    font-size: 2em;
    color: #777;
    margin-top: -15px;
}


.product-detail .product-media #target
{
	width: 380px;
	height: 380px;
	position: absolute;
	top: 0;
	left: 380px;
	z-index: 5;
	border: solid 1px gray;
	display: none
}


.product-detail .product-media .details-thumbnails
{
	/* margin: 10px 0; */

	width: 75%;
	position: relative;
	top: 0;
	left: 0;
}


.product-detail .product-media .details-thumbnails .col-md-4
{
	padding-left: 5px;
	padding-right: 5px
}


.product-detail .product-media .details-thumbnails .swiper-button-next,.product-detail .product-media .details-thumbnails .swiper-button-prev
{
	width: 2em;
	height: 2em;
	top: 3.5em;
	color: #c3c3c3
}

.product-detail .product-media .details-thumbnails .swiper-button-prev
{
	left: -2em;
}

.product-detail .product-media .details-thumbnails .swiper-button-next
{
	right: -2em;
	background-position: -1em 0
}



.product-detail .product-character{
    /*width: calc(800px - (370px + 40px +40px ));*/
}

.product-detail .product-character .property-list
{
	margin-top: 0px;
	margin-bottom: 1em;
	min-height: 280px
}



.product-detail .product-character .property-list .property-list-item .property-list-item-title
{
	border-bottom: 1px solid #b0b0b0;
}

.product-detail .product-character .property-list .property-list-item .property-list-item-title h3
{
    color: #777;
	font-size: 1.0em;
	font-weight: bold;
	margin: 0.5em 0;
	margin-left: 1.0em;
}

.product-detail .product-character .property-list .property-list-item .property-list-item-content
{
	padding: 1em 0
}

.product-detail .product-character .property-list .property-list-item .product-specialiality
{
    color: #777;
	width: 100%;
	line-height: 1.75em;
	padding-left: 0.25em;
	float: left;
}


.product-detail .product-character .property-list .property-list-item  .product-application
{
    color: #777;
	padding-left: 0.25em;
	float: left;
}



.buy-link{
    /*margin-left: 20px;*/
}


.product-detail .product-property{
	/*margin-left:40px;*/
	padding:0px;
    /*width: 800px;*/
}


.product-detail .product-property .property-list
{
	margin-top: 1em;
	margin-bottom: 1em;
	min-height: 280px
}

.product-detail .product-property .property-list .property-list-item .property-list-item-title
{
	border-bottom: 1px solid #b0b0b0;
}

.product-detail .product-property .property-list .property-list-item .property-list-item-title h3
{
    color: #777;
	font-size: 1.0em;
	font-weight: bold;
	margin: 0.5em 0;
	margin-left: 1.0em;
}

.product-detail .product-property .property-list .property-list-item .property-list-item-content
{
}

.product-detail .product-property .property-list .property-list-item .property-list-item-content li
{
    color: #777;
	float: left;
}

.table
{
	border: solid 0.2px #cccccc;
}

.table thead tr th, thead tr td{
padding:0 0;
 color: #777;
}

.table tbody tr th{
background:#fcfcfc;
padding:0 0;
 color: #777;
}

.table tbody tr td{
background:#fcfcfc;
padding:0 0;
 color: #777;
}



.img-responsive
{
	display: block;
	max-width: 100%;
	height: auto;
}