.breadcrumb li:last-child, .history-back{
	display: none ;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus  {
	background-color: #133981;
	color: #fff;
}

.tab-pane {
    /* -webkit-box-shadow: 0px 5px 10px -3px #13398157; */
    /* box-shadow: 0px 5px 10px -3px #13398157; */
    margin-top: 0;
    border-top: 0;
    padding: 10px 15px;
    text-align: justify;
    border: 1px solid #ed362a;
    border-top: none;
}
.tab-content{
	font-size: 17px;
}
#productReviewLink{
	display:flex;
}
#productDescription{
	text-align:left;
}
@media(max-width:767px){
	.tab-pane{
		max-height: inherit;
	}
}
.pdf-btn{
	border-radius:5px;
}
.pdf-btn span:first-child{
	font-size:30px;
}
.pdf-btn span:last-child{
	bottom: 6px;
    position: relative;
}

#crossSell .panel-title{
	font-size:1.5em;
}
@media (max-width: 991px) and (min-width: 768px){
	#crossSell .owl-theme .owl-nav {
		display: none;
	}
}
