.hero-wrap.hero-wrap-3 {
    height: 135px;
    background-color: #1b006f;
}
.search-form {
    background: #f2f2f2;
    padding: 5px;
    border-radius: 4px;
}
.sidebar-box *:last-child {
    margin-bottom: 0;
    float: right;
    width: 100%;
}
.search-form .form-group input {
    padding-right: 50px;
    font-size: 14px;
    border: 1px solid #000000;
}
.search-form .fa {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sidebar-box {
    font-size: 15px;
    float: right;
    background: #fff;
    width: 35% !important;
    border-radius: 10px;
    margin: 3px;
}
h3.pro-heading {
    color: #fff;
    margin-top: 13px;
    margin-bottom: -2px;
}
span.sub-heading-txt {
    font-weight: 600;
    color: #17B14F;
    text-transform: uppercase;
}
.pro-heading-bg2 {
    background-color: #000000;
    padding: 5px;
    color: #fff;
    font-size: 25px;
    text-align: center;
}
.products_view .card-header {
    background-color: #01509B;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
}
.card-body {
    margin-bottom: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}
.card-title {
    margin-bottom: 0.75rem;
}
.products_view table td {
    padding: 5px 10px;
    color: #000;
    vertical-align: baseline;
}
.more-info-but {
    color: #fff !important;
    display: inline-block;
    position: absolute;
    overflow: hidden;
    width: 150px;
    perspective: 400px;
    background-color: #000;
    margin-top: 9px;
    -webkit-box-reflect: below 0px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), to(rgba(255,255,255,0.3)));
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
}
p.pro-txt {
    color: #fff;
    margin-bottom: -10px;
}
.pro-heading-bg {
    background-color: #82c015;
    padding: 5px;
    color: #fff;
    font-size: 14px;
}
.pro-cat {
    font-size: 15px;
    box-shadow: inset 0 0 0 0 #54b3d6;
    color: #000000;
    margin: 0 -0.25rem;
    padding: 0 0.25rem;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}
.pro-cat a::before {
  background: hsl(45 100% 70%);
  content: "";
  inset: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s ease-in-out;
  z-index: -1;
}

.pro-cat a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
.pro-cat::before {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    inset: 0 0 0 0;
    z-index: -1;
    transition: transform .3s ease;
}
ul.main-cat {
    display: flex;
    margin-bottom: 1px;
}
li.sub-cat {
    color: #01509B;
    padding: 8px;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    list-style: none;
}
li.sub-cat a {
    color: #e87500;
}
.tab-content > .active {
    display: block;
    text-align: left;
    padding: 15px;
}
table.pop-tab {
    width: 100%;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #ffffff;
    background-color: #022367;
    border-color: #dee2e6 #dee2e6 #fff;
}
.product_d_table table tbody tr td {
    padding: 7px 17px;
    color: #000;
}
.product_d_table table tbody tr {
    border-bottom: 1px solid #ddd;
}
.product_d_table {
    padding: 10px 0 22px;
}
.product_d_table table tbody tr td:first-child {
    border-right: 1px solid #ddd;
    width: 45%;
    font-weight: 500;
    color: #000;
}
header
{
	font-family: 'Lobster', cursive;
	text-align: center;
	font-size: 25px;	
}

#info
{
	font-size: 18px;
	color: #555;
	text-align: center;
	margin-bottom: 25px;
}

a{
	color: #074E8C;
}

.scrollbar
{
	float: left;
	height: 300px;
	width: 100%;
	overflow-y: scroll;
	margin-bottom: 25px;
}

.force-overflow {
    min-height: 450px;
    font-size: 12px;
    line-height: 25px;
    color: #363636;
}
.force-overflow a {

    color: #000;
}

#wrapper
{
	text-align: center;
	width: 500px;
	margin: auto;
}


#style-3::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

#style-3::-webkit-scrollbar-thumb
{
	background-color: #F47500;
}






