@charset "utf-8";
/* CSS Document */



body{font-family: 'Roboto', sans-serif !important; }
p h2 h3{


 font-family: 'Roboto', sans-serif;

color:#333333;
font-size:14px;
}
  .navbar-brand { position: relative; z-index: 2; }

.navbar-nav.navbar-right .btn {      position: relative;
    z-index: 2;
    padding: 4px 36px;
    background: #fff;
    color: #000;
    border: 2px solid #fff;
    margin: 10px auto;
    transition: transform 0.3s;}

  .navbar-collapse { position: relative; overflow: hidden !important; }
  .navbar-collapse .navbar-right > li:last-child { padding-left: 22px; }

 r .nav-collapse { position: absolute; z-index: 1; top: 0; left: 0; right: 0; bottom: 0;
 margin: 0; padding-right: 120px; padding-left: 80px; width: 100%; }
 .navbar-default .nav-collapse { background-color: #f8f8f8; }
 .navbar-inverse .nav-collapse { background-color: #222; }
  .nav-collapse .navbar-form {     border-width: 0;
    box-shadow: none;
    margin-right: 50px;
    width: 90%;	}
	  
ul.nav.navbar-nav.navbar-right.list-menu li {
    margin: 0px 2px;
}  
	  
.nav-collapse>li { float: right; }

.btn.btn-circle { border-radius: 50px; }
.btn.btn-outline { background-color: transparent; }

.navbar-nav.navbar-right .btn:not(.collapsed) {
   background-color: #1B7B98;
    border-color: #1B7B98;
    color: #fff;
}
 .navbar-default .nav-collapse,
 .navbar-inverse .nav-collapse {
    height: auto !important;
    transition: transform 0.3s;
    transform: translate(0px,-50px);
}
 .navbar-default .nav-collapse.in,
 .navbar-inverse .nav-collapse.in {
    transform: translate(0px,0px);
}
.navbar-inverse {
    background-color: #000;
    border-color: #000;
    border-radius: 0px;
	height: 75px;
    padding-top: 10px;
	    margin: 0px;
		    border-top: inset #FF3B40 4px;
}
a.navbar-brand {
    color: #fff !important;
    font-size: 40px;
    font-weight: 600;
}
.navbar-inverse .navbar-nav>li>a {
    color: #FF3B40;
    font-size: 16px;  
	padding: 10px;
    margin-left: 14px;
}
#navbar-collapse-3 {
    margin-left: 30%;
}
.navbar-inverse .navbar-nav>.active>a{
    color: #FF3B40;
	background:#fff;
    font-size: 16px;
	    padding: 10px;
}

.navbar-inverse .navbar-nav>li>a:hover {
    color: #FF3B40;
    background-color: #f7f7f7;
}

#top_bar{
	background-image:url('../img/5.png');
	background-color:#f7f7f7;
	height: auto;
    padding-bottom: 20px;
}	
#top_bar  ul.social-icons {
    display: inline;
    text-decoration: none;
    padding: 0px;
    margin-top: 20px;
}

#top_bar ul.social-icons li {
    display: inline;
    padding: 10px 10px;
    margin-top: 20px !important;
}
 #top_bar ul.social-icons li a {
    display: inline-block;
    border-radius: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #000;
    color: #fff;
    margin: 0 0px;
    text-align: center;
    font-size: 16px;
    /* display: block; */
    color: #fff;
}
#top_bar .social {
    margin-top: 25px;
}
#top_bar .logo h1 {
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    background: #000;
    padding: 10px;
    color: #fff;
    margin-top: 15px;
}
#top_bar .logo h1 a {
	color:#fff;
	text-decoration:none;
}
#top_bar .logo h1 span {
    color: #FF3B40;
}
 
#top_bar .social-connects {
    margin-top: 30px;
    text-align: center;
    font-size: 16px;
}
#top_bar .social-connects span i {
    color: #FF3B40;
    padding-right: 10px;
}
#search_bar{
	background-image:url('../img/5.png');
	background-color:#f7f7f7;
	height: auto;
    padding-bottom: 0px;
	border-bottom: inset 4px #000;
}
#search_bar .search {
    margin-top: 15px;
	position:relative; 
}
#search_bar .search select{
	position: absolute;
    height: 50px;
    background: #000;
    color: #fff;
    padding-left: 10px;
}
#search_bar .search .form-group .form-control {
    padding-left: 88px;
    border-radius: 0px;
    background-color: #fff;
    /* color: #fff; */
    height: 50px;
}
#search_bar .btn.btn-success {
    position: absolute;
    top: 0%;
    height: 50px;
    border-radius: 0px;
    right: 0%;
    background-color: #FF3B40 !important;
    border: 1px solid #FF3B40;
}

section#list {
    margin-top: 82px;
}
#list ul {
  list-style: none;
  padding: 0;
  marin: 0;
}

#list li {
  display: inline;
    
}



.all-page-p-style {
    padding-top: 20px;
    width: 72%;
    margin: 0 auto;
    border-bottom: #eee solid 1px;
}

.all-page-p-style p {
    text-align: justify !important;
    font-weight: 700;
}



span.generic-anchor.footer-list-anchor {
    width: 77%;
    display: block;
}

#list .button {
  margin: 1em;
  display: inline-block;
  outline: 0;
  background: #f32026;
  color: white;
  white-space: nowrap;
  padding: .9em 0.6em;
  line-height: 1.4;
  text-decoration: none;
  
  font-family: Helvetica;
  font-weight: normal;
  box-shadow: 
    1px 1px 0px #c70e13,
    2px 2px 0px #c70e13,
    3px 3px 0px #c70e13,
    4px 4px 0px #c70e13,
    5px 5px 0px #c70e13,
    6px 6px 0px black;
  position: relative;
  top: -5px;
  transition: all .1s ease-in-out;
  border-radius: 5px;
      width: 30%;
}
#list .button:hover {
  color: #eee; 
  background: #f32026
  box-shadow: 
    1px 1px 0px #c70e13,
    2px 2px 0px #f00c12,
    3px 3px 0px #c70e13,
    4px 4px 0px black;
  position: relative;
  top: -3px;
  left: 2px;
  transition: all .1s ease-in-out;
}
#list .button:active {
  box-shadow: 
    1px 1px 0px #3852b1,
    2px 2px 0px black;
  position: relative;
  top: -1px;
  left: 4px;
  transition: all .1s ease-in-out;
}
#heading{
	background:#000;
}
#heading p {
    color: #fff;
    font-size: 16px;
    padding: 5px;
    text-align: center;
    font-weight: 500;
}
.breadcrumb {
    padding: 0px;
	background: transparent;
	list-style: none; 
	overflow: hidden;
    margin-top: 5px;
}
.breadcrumb>li+li:before {
	padding: 0;
}
.breadcrumb li { 
	float: left; 
	width:auto;
}
.breadcrumb li.active a {
	background: brown;                   /* fallback color */
	background: #ffc107 ;
	text-transform: capitalize; 
}
.breadcrumb li.completed a {
	 
	background: #FF3B40; 
	text-transform: capitalize;;
}
.breadcrumb li.active a:after {
	border-left: 30px solid #ffc107 ;
}
.breadcrumb li.completed a:after {
	border-left: 30px solid #FF3B40;
} 

.breadcrumb li a {
	color: white;
	text-decoration: none; 
	padding: 10px 0 10px 45px;
	position: relative; 
	text-transform: capitalize;
	/*display: block;
	float: left;*/
}
.breadcrumb li a:after { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid hsla(0, 0%, 83%, 1);
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	left: 100%;
	z-index: 2; 
}	
.breadcrumb li a:before { 
	content: " "; 
	display: block; 
	width: 0; 
	height: 0;
	border-top: 50px solid transparent;           /* Go big on the size, and let overflow hide */
	border-bottom: 50px solid transparent;
	border-left: 30px solid white;
	position: absolute;
	top: 50%;
	margin-top: -50px; 
	margin-left: 1px;
	left: 100%;
	z-index: 1; 
}	
.breadcrumb li:first-child a {
	padding-left: 15px;
}
.breadcrumb li a:hover { background: #ffc107  ; }
.breadcrumb li a:hover:after { border-left-color: #ffc107   !important; }

section#product-list {
    margin-top: 82px;
}
#product-list ul {
  list-style: none;
  padding: 0;
  marin: 0;
}

#product-list li {
  display: inline;
    
}
#product-list .btn {
    display: inline-block;
    padding: 15px 30px;
     border: 2px solid #FF3B40;
    color: #000;
    text-decoration: none;
    margin: 0px 10px 10px 0;
    transition: all .6s;
    min-width: 100px;
    text-align: center;
	    width: 32%;
}
#product-list .btn:hover {
    background: #FF3B40;
    color: #fff;    
	border: 2px solid #000;

}

section.product_sbcat.part_search .table_out {
    margin: 0px auto;
    padding: 0px;
    list-style: none;
    clear: both;
    float: left;
    width: 100%;
    padding: 5px 5px;
    box-sizing: inherit;
    height: 236px;
    overflow: auto;
}

ul.table_list {
        margin: 0px auto;
    list-style: none;
    clear: both;
    float: left;
    width: 100%;
    padding: 0px;
    background: #fff;
    margin-bottom: 30px;
}

div#wsite-content {
    overflow: auto;
}
ul.table_list .inner_content {
    border: 1px solid #dedede;
    display: block;
    float: left; width: 100%;
}


ul.table_list li:nth-child(1) {
width: 100%;
border: none;
text-align: center;
height: auto;
background: #222;     position: relative;
margin-top: 0;
display: inline-block;
float: left; overflow:hidden;
}


ul.table_list li:nth-child(1)::before {
     position: absolute;
    top: 0;
    right: -13px;
    display: block;
    width: 49px;
    height: 102%;
    background-color: #FF3B40;
    content: '';
    transition: all 0.3s;
    transform: skewX(39deg);
}

ul.table_list li:nth-child(1):hover::before{width:100%;}
ul.table_list li:nth-child(1) span{
	z-index: 5; 
	position: relative;
	padding: 50px;
	font-size: 14px;
    font-weight: bold;
 }


ul.table_list li h6 {
       color: #000;
    font-weight: 600;
    font-size: 15px;
    margin: 0;
    /* padding: 7px; */
	padding-left: 7px;
}
table.bordered.table-striped a {
    color: #000;
}
  
ul.table_list li h6 a {
    color: #fff;
    width: 100%;
    display: block;
	cursor:pointer;
}




ul.table_list li:nth-child(2) {
   width: 54%;
    float: right;
	display:none;
    background: #222;
}


ul.table_list li h6 span {
    font-weight: normal;
    font-size: 12px;
    color: #fff;
}

ul.table_list li:nth-child(2) h6{ color:#fff; }


ul.table_list li:nth-child(3), ul.table_list li:nth-child(4) ,  ul.table_list li:nth-child(5) {
    width: 33.3%;
    background: #f7f7f7;
    border-left: 1px solid #ccc;
    height: 59px; float: left; margin-bottom: 10px;
}

ul.table_list li:last-child p {
    background: #f7f7f7;
    padding: 10px;     height: 57px; overflow: auto; margin-bottom: 0;
}

ul.table_list li img {
    width: 29px;
}
section#product {
    margin-top: 50px;
}

section.partdetail table thead {
    color: #286090;
    text-align: center;
    border-bottom: none;
}


section.module.partdetail table thead {
    background: #08c1f3;
    padding: 10px;
    border-radius: 19px !important;
}


section.module.partdetail table thead th{color:#fff;}


section.module.partdetail table tbody tr {
    border: 1px solid #000;
    margin-top: 15px;
}


section.module.partdetail table tbody tr td img {
    width: 32px;
}


table{ border-spacing: 5px; border-collapse: separate; }

section.module.partdetail table tbody tr td{     border: 1px solid #DADADA; background: #fff; }

/*
section.module.partdetail table tbody tr td:nth-child(1) {
    background: #08c1f3;
}
*/

section.module.partdetail table tbody tr td a{ color:#08c1f3; }
section.module.partdetail table tbody tr td a:hover{ color:#000; }



.partdetail_out {
    box-shadow: 1px 1px 2px 1px #ccc;
    transition-duration: 1s;  
}


.partdetail_out .product_img {
    border: 1px solid rgb(0, 0, 0);
    border-radius: 0;
    height: 232px;
    padding: 20px;
    margin-bottom: 20px;  
    width: 100%;
    margin-top: 0px;
}

.distributer-name {
    padding: 12px;
}
.td-buy .btn-info {
    color: #fff;
    background-color: #FF3B40 !important;
    border-color: #FF3B40 !important;
}
.partdetail_out  .right_sec {
    width: 100%;
    float: left;
    padding-left: 0px;
}


.partdetail_out  .right_sec h1 {   
   font-size: 14px;
margin-top: 0;
color: #fff;
font-weight: 600;
background: #FF3B40 !important;
padding: 9px;
}

ul.eu_list li span {
    padding-right: 65px;
}
.partdetail_out  .right_sec ul.eu_list {
    margin-top: 4px;
}

.partdetail_out  .right_sec ul.eu_list li {
    font-size: 13px;
    font-weight: 600; display: block;
    margin: 0 12px 0 0;
}


.partdetail_out  .right_sec ul.eu_list li img {

     
    width: 30px;
}


.partdetail_out .right_sec ul.eu_list {
    margin-top: 4px;
    padding: 0;
}


.pdf_icons {
  background: #FF3B40 !important;
padding: 7px;
position: absolute;
bottom: 22px;
width: 100%; 
/*text-align:center;*/}


.partdetail_out .right_sec.left {
    position: relative;
}


.pdf_icons img {
    background: #fff;
    padding: 3px;
    width: 44px; 
}

.pdf_icons a{ color:#fff; }


.partdetail_out table th {
    font-weight: 600;
    text-transform: uppercase; padding:10px; border: 1px solid #ccc; border-right: none;
}


.part_desc table td {
    text-transform: uppercase; padding:10px;
}

.part_desc table{border-spacing: 0;}



.partdetail_out table {
border-spacing: 0px;
border-collapse: separate;
    width: 100%;
}


.partdetail_out table td {
    border: 1px solid #ccc; padding:10px; border-left: none;
}
ul.eu_list li {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    padding-top: 15px;
}

#manufacturer{
   margin-top:30px;
  margin-bottom:50px;
}
#manufacturer *, *:before, *:after {
  /*margin: 0;
  padding: 0;*/
  box-sizing: border-box;
  position: relative;
  }

#manufacturer ul {
  padding: 1.5em;
  list-style: none;
  color: #333;
  font-family: sans-serif;
  width: 100%;
  }

#manufacturer li {
  display: block;
  padding-left: .8em;  
  padding-bottom: .8em;
  }
 #manufacturer li+li {
  margin-top: .2em;
    }

#manufacturer li:before {
  content: '';
  position: absolute;
  top: .2em;
  left: 0;
  z-index: 2;
  border-radius: 50%;
  width: .8em;
  height: .8em;
  border: 2px solid #222;
  }

#manufacturer li:after {
  content: '';
  position: absolute;
  top: 0;
  left: .25em;
  z-index: 1;
  border-top: 1.2em solid white;
  height: 100%;
  width: .3em;
  background: #FF3B40;  
  }

#manufacturer li:hover:before {
  border-color: #FF3B40;
    background-color: #000;
  }
#manufacturer li:hover:after {  
  background-color: #000;
  }

#manufacturer .list-content {
  padding-left:0;
  }

#manufacturer h3 {
    margin-bottom: 0;
    background: transparent;
    color: #000;
    padding: 6px 2px;
    font-size: 20px;
    margin-bottom: 10px;
    width: auto;
    border-bottom: 4px solid #000; margin-top: 0;   text-transform: uppercase;
}
  
#manufacturer .manu-list{
height: 50px;
border: 1px solid #ff3b40;
    border-top-right-radius: 24px;
border-bottom-left-radius: 24px;
padding-left: 17px;
padding-top: 6px; background: #fff; margin-bottom: 10px;
    
 }
#manufacturer .manu-list .list-widget__link {
    position: relative; color:#000;
    
}
#manufacturer .manu-list .list-widget__link:before, .list-widget__link:after {
    position: absolute;
    left: -10px;
    width: 5px;
    height: 5px;
    content: ''; top:0;
    transition: all 0.3s;
} 
#manufacturer .manu-list .list-widget__link:before {
    bottom: 26px;
    background-color: #333;
}
#manufacturer .manu-list .list-widget__link:after{
  background-color: #FF3B40;
}
 
 #manufacturer .list-widget__link:after {
    top: 13px;
}


#manufacturer .manu-list:hover {
    background: #000;;  transition-duration: 2s;
    color: #fff;
}

#manufacturer .manu-list:hover a{ color:#fff; text-decoration: none; }



.manufacture_sec li::after {
    position: absolute;
    content: "";
    left: 4px;
    top: 50%;
    margin-top: -10px;
    border-left: 5px solid white;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

.manufacture_sec li::before {
    position: absolute;
    content: "";
    left: 4px;
    top: 50%;
    margin-top: -10px;
border-left: 20px solid #FF3B40;    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}


.manufacture_sec li:hover::before {border-left: 20px solid #000;  }



.manufacture_sec li {
   position: relative;
    padding-left: 30px;
    height: 50px;
    line-height: 22px;
    margin: 5px;
    border: 1px solid #aaa;
    border-radius: 8px;
    width: 200px;
    background: #cccccc;
    background: -moz-linear-gradient(top, #eee 0%, #ffffff 25%, #ffffff 75%, #eee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(25%,#ffffff), color-stop(75%,#ffffff), color-stop(100%,#cccccc));
    background: -webkit-linear-gradient(top, #cccccc 0%,#ffffff 25%,#ffffff 75%,#cccccc 100%);
    background: -o-linear-gradient(top, #cccccc 0%,#ffffff 25%,#ffffff 75%,#cccccc 100%);
    background: -ms-linear-gradient(top, #cccccc 0%,#ffffff 25%,#ffffff 75%,#cccccc 100%);
    background: linear-gradient(to bottom, #eee 0%,#ffffff 25%,#ffffff 75%,#eee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#cccccc',GradientType=0 );
    cursor: pointer;
    box-shadow:1px 1px 1px #ddd;
    user-select: none;
    list-style: none;
    display: inline-block;
    width: 23%;
    display: table;
    display: inline-block;
}

.manufacture_sec li:hover{background: #FF3B40;  transition-duration: 1s;}
.manufacture_sec li:hover a{color:#fff; text-decoration: none;}
.manufacture_sec li a{color:#000;}


.manufacture_sec li a {
    color: #000;
    vertical-align: middle;
    display: table-cell;
    height: 50px;
}
section#inner-list {
    margin-top: 80px;
}
.contact-map iframe {
    height: 340px;
    width: 500px;
}
 
.contact{
	margin-top:70px;
}
.text-colored {
    color: #FF3B40;
}
.contact .text-center {
    margin-bottom: 50px;
}
.form-text {
    border-radius: 0px;
    height: 45px;
    background: #000;
    color: #fff;
}

button#send {
    display: block;
    margin: auto;
    border-radius: 0px;
    width: 200px;
    background: #FF3B40;
    border: 1px solid #FF3B40;
}

 
/* login css start */
.col.l8.m6.s3.login_1 {
    width: 50%;
    display: block;
    margin: 0 auto;
}
.field input {
    width: 100%;
    padding: 5px;
}

.login-body {
    width: 100%;
}
.field {
    margin-bottom: 35px;
}
.login-body h3 {
    text-align: center;
    padding-bottom: 20px;
    margin-top: 50px !important;
}
.field input {
    width: 100%;
    padding: 5px;
    height: 50px;
    color: #000;
    background: #f5f5f5;
    border: 1px solid #e0e0e0;
}
.login-body h3 {
    text-align: center;
    padding-bottom: 20px;
    margin-top: 50px !important;
    color: #ff3b40;
	    padding-top: 50px;
}
input.login-btn {
    margin: 0 auto;
    display: block;
    height: 50px;
    width: 140px;
    background: #ff3b40;
    color: #fff;
    text-transform: capitalize;
    font-size: 18px;
    letter-spacing: 1px;
}
.main-container.login_cont {
    min-height: 500px;
    clear: both;
}


/* login css end */	
	
$primary-light-blue: #8DB9ED;
$primary-line-color: #ccc;
* {
  box-sizing: border-box
}
 footer#bottom {
    margin-top: 50px;
}
#bottom ul {
  list-style: none
}
#bottom a {
  text-decoration: none
}
#bottom .generic-anchor {
	color: $primary-light-blue;
	&:visited {
		color: $primary-light-blue
	}
	&:hover {
		color: $primary-line-color
	}
}
.flex-rw {
  display: flex;
  flex-flow: row wrap;
}
  
footer {
  background: rgb(55,55,55);
  margin-top: auto;
  width: 100%
}
#bottom .footer-list-top {
  width: 33.333%
}
#bottom .footer-list-top > li {
  
  padding-bottom: 10px
}
#bottom .footer-list-top > li a {
    color: #fff;
    font-size: 18px;
}
#bottom .footer-list-header {
  padding: 10px 0 5px 0;
  color: #fff;
  font: 16px "Oswald", sans-serif
}
#bottom .footer-list-anchor {
  font: 16px "Open Sans", sans-serif;
    color:  #eee;;
}
  .footer-social-section {
  width: 100%;
  background-image:url('../img/5.png');
  background-color:#f7f7f7;
  align-items: center;
  justify-content: space-around;
  position: relative;
  margin-top: 5px;
}
 .footer-social-section::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 10px;
  border-top: 1px solid $primary-line-color;
  width: calc(100% - 20px)
}
.social-icon li{
	display:inline;
	padding:5px;
}
#bottom .footer-social-overlap {
  position: relative;
  z-index: 2;
   
  padding: 0 20px
}
#bottom .footer-social-connect {
      display: flex;
    align-items: center;
    font: 30px "Oswald", sans-serif;
    color: #333;
}
#bottom .footer-social-small {
  font-size: 0.6em;
  padding: 0px 20px
}
#bottom .footer-social-overlap > a {
      font-size: 2em;
    color: #000;
}
#bottom .footer-social-overlap > a:not(:first-child) {
  margin-left: 0.38em
}
.footer-bottom-section {
  width: 100%;
  padding: 10px;
  border-top: 1px solid $primary-line-color;
  margin-top: 10px;
  background-color:#eee;
  background-image:url('../img/5.png'); padding-left: 36px;

}
.footer-bottom-section > div:first-child {
  margin-right: auto
}
.footer-bottom-wrapper {
  font-size: 1em;
    color: #333;
}
.footer-address {
  display: inline;
  font-style: normal
}

 .manu-list.list-style .list-widget__link 
   {
	   font-size:18px;
   }

/*==========================================
				
				29-oct-18
				
	======================================*/
.manu-list
{
	width:100% !important;
}
.list-content-data h3
{
	margin: 0;
}

	
.manu-list.list-style{
	height: 50px;
    border: 1px solid #ff3b40;
    border-top-right-radius: 24px;
    border-bottom-left-radius: 24px;
    padding-left: 17px;
    background: #fff;
    margin-bottom: 40px;
	padding-top: 12px;
	}
.manu-list.list-style .list-widget__link:before{
	bottom: 26px;
    background-color: #333 !important;
}
.manu-list.list-style .list-widget__link:before{
	background-color: #FF3B40;
    position: absolute;
    left: 23px;
    width: 5px;
    height: 5px;
    content: '';
    top: 16px;
    transition: all 0.3s;
	
}
	
.manu-list.list-style .list-widget__link:after{
	background-color: #FF3B40;
    position: absolute;
    left: 23px;
    width: 5px;
    height: 5px;
    content: '';
    top: 24px;
    transition: all 0.3s;
}

.list-widget__link{
    color: #000;
}



@media only screen and (max-width: 768px) {
  .footer-list-header {
    font-size: 2em
  }
  .footer-list-anchor {
    font-size: 1.1em
  }
  .footer-social-connect {
    font-size: 2.5em
  }
  .footer-social-overlap > a {
    font-size: 2.24em
  }
  .footer-bottom-wrapper {
    font-size: 1.3em
  }
  .manu-list.list-style {
    height: 94px;
  }
   .manu-list.list-style .list-widget__link 
   {
	   font-size:22px;
   }
  
  
  
  
}
@media only screen and (max-width: 568px) {
  main {
    font-size: 5em
  }
  .footer-list-top {
    width: 100%
  }
  .footer-list-header {
    font-size: 3em;
  }
  .footer-list-anchor {
    font-size: 1.5em
  }
  .footer-social-section {
    justify-content: center
  }
  .footer-social-section::after {
    top: 25%
  }
  .footer-social-connect {
    margin-bottom: 10px;
    padding: 0 10px
  }
  .footer-social-overlap {
    display: flex;
    justify-content: center;
  }
  .footer-social-icons-wrapper {
    width: 100%;
    padding: 0
  }
  .footer-social-overlap > a:not(:first-child) {
    margin-left: 20px;
  }
  .footer-bottom-section {
    padding: 0 5px 10px 5px
  }
  .footer-bottom-wrapper {
    text-align: center;
    width: 100%;
    margin-top: 10px
  }
}
@media only screen and (max-width: 480px) {
  .footer-social-overlap > a {
    margin: auto
  }
  .footer-social-overlap > a:not(:first-child) {
    margin-left: 0;
  }
  .footer-bottom-rights {
    display: block
  }
  .list-content.list-content-data h3
  {
	  font-size: 21px;
  }
}


@media only screen and (max-width: 320px) {
  .footer-list-header {
    font-size: 2.2em
  }
  .footer-list-anchor {
    font-size: 1.2em
  }
  .footer-social-connect {
    font-size: 2.4em
  }
  .footer-social-overlap > a {
    font-size: 2.24em
  }
  .footer-bottom-wrapper {
    font-size: 1.3em
  }
}

@media screen and (max-width: 992px) {  
.manufacture_sec li{ width:45%; }
.manufacture_sec ul { padding: 0;}
#list .button{ width: 45% !important;} 
#product-list .btn{width: 45% !important;}
}
@media screen and (max-width: 767px) {
    .navbar .navbar-collapse .navbar-right > li:last-child { padding-left: 15px; padding-right: 15px; } 
    
    .navbar .nav-collapse { margin: 7.5px auto; padding: 0; }
    .navbar .nav-collapse .navbar-form { margin: 0; }
    .nav-collapse>li { float: none; }
    
    .navbar.navbar-default .nav-collapse,
    .navbar.navbar-inverse .nav-collapse {
        transform: translate(-100%,0px);
    }
    .navbar.navbar-default .nav-collapse.in,
    .navbar.navbar-inverse .nav-collapse.in {
        transform: translate(0px,0px);
    }
    .navbar-inverse .navbar-nav>.active>a {
    background: #fff;
    color: red !important;}

    #navbar-collapse-3 {
    margin-left: 30%;
    z-index: 1;
    background: #000;
}
    .navbar.navbar-default .nav-collapse.slide-down,
    .navbar.navbar-inverse .nav-collapse.slide-down {
        transform: translate(0px,-100%);
    }
    .navbar.navbar-default .nav-collapse.in.slide-down,
    .navbar.navbar-inverse .nav-collapse.in.slide-down {
        transform: translate(0px,0px);
    }
	
    .partdetail_out .product_img  {height: 263px;
	width: 315px;margin: 0 auto;}
	object{ display: none !important; }
	.partdetail_out table th , .partdetail_out table td{ font-size: 12px }

	.partdetail_out .right_sec{	width: 315px;margin: 0 auto; float: none;}
	.manufacture_sec li { width: 48%;} 
}
 


@media screen and (max-width: 619px) {   
#list .button{ width: 90% !important; }
#bottom .footer-list-top {
    width: 100%;
}
#product-list .btn{width: 95% !important;}
}



@media screen and (max-width: 580px) {   
#upper-header .header-wrap .header-top { height: auto;}
#upper-header .header-wrap .header-top .contact-info , #upper-header .header-wrap .social-icon-list {   float: none;   text-align: center;} 
#upper-header .header-wrap .social-icon-list ul { padding: 0;}
#upper-header .header-wrap .header-top span {margin-right: 0;}
#upper-header .header-wrap{ margin:16px 0; }
h2.page_title{font-size: 16px;}
.mobi {padding: 6px;}  
#product-list .product{ margin-bottom: 0 }
.manufacture_sec li { width: 100%;}  
.contact-map iframe {
    height: 340px;
    width: 320px;
}
}
@media screen and (max-width: 530px) {   
 .all_manufacture.part.data {
    margin: 15px;
    overflow: auto;
}
.breadcrumb li.completed a::after {
    border-left: 0px solid #115784 !important;
}
.breadcrumb li.active a {
     
     background: transparent !important;  
}
.breadcrumb li.completed a {
    background: transparent !important;
}
.breadcrumb li a {
    color: #080808;
     
}
.breadcrumb li.completed a {
    background: transparent;
}
.breadcrumb li a::after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top:  0px solid transparent !important;
    border-bottom: 0px solid transparent !important;
    border-left:  0px solid hsla(0, 0%, 83%, 1) !important;
}
.breadcrumb li a:hover::after {
    border-left-color: #90cd1b !important;
}.breadcrumb li.active a::after {
    border-left: 0px solid #0865a1 !important;
}
.breadcrumb li a::before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 0px solid transparent !important;
    border-bottom: 0px solid transparent !important;
    border-left: 0px solid white !important;
}
 .completed a {
    color: #fff !important;
}
  .active a {
    color: #fff !important;
}
#product-list ul.product li { width: 100%; margin:0; margin-bottom: 10px;}
ul.table_list li:nth-child(1) , ul.table_list li:nth-child(2){ width:100%; margin-bottom: 1px;}

}
@media screen and (max-width: 480px) {     
ul.table_list li:nth-child(3), ul.table_list li:nth-child(4), ul.table_list li:nth-child(5){ height: 75px; }
.partdetail_out table {
     
    overflow-x: scroll !important;
    display: block !important;
}
}
@media screen and (max-width: 400px) {  
.partdetail_out .right_sec , .partdetail_out .product_img{ width:100%; }

.partdetail_out .right_sec{height:auto;}   
}
@media screen and (max-width: 360px) {  

.contact-map iframe {
    height: 296px;
    width: 296px;
}
#search_bar .search .form-group .form-control {
    padding-left: 67px;
}

/*vendor*/
div.distributer-name {
    margin: 16px 0;
}
div.distributer-image {
    margin: 0px 0 10px;
    color: #000;
    background: #f4f3f3;
    float: left;
    width: 100%;
    color: #1a59a5;
    padding: 2px;
    font-size: 16px;
    font-weight: 600;
    text-align: right;
}
div.distributer-image img {
    width: auto;
    height: 55px !important;
    float: left;
}
p {
    padding: 0;
    font-size: 15px;
    color: #58585a;
    font-family: 'Segoe UI';
}
table.distributor-results {
    border-collapse: collapse;
    border: 1px solid #c2bebe;
    font-size: 13px;
    width: 100%;
	float: left;
}

.distributor-results thead {
    background: #5f7686;
}
style.css?ver=1.1:106
thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}

.distributor-results thead tr {
    position: relative;
    top: 0;
    left: 0;
    font-weight: 400;
}
table.table-bordered tbody tr td {
    text-align: center;
}
table.distributor-results tbody tr td a {
    color: #1a59a5;
    font-weight: bold;
}

table.table-bordered tbody tr td {
    text-align: center;
}
a.btn.btn-info.buy_now {
    margin-left: 0px;
    color: #fff;
}
.buy_now {
    border-radius: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin: 10px 0;
    background: #1a59a5;
    border: #1a59a5;
    color: #fff !important;
    font-weight: 500 !important;
}
table.distributor-results tbody tr td span {
    margin-left: 6px;
}
.distributer-name p {
    float: left;
    color: #1A59A5;
    margin-top: 15px;
    padding-right: 13px;
}
p {
    padding: 0;
    font-size: 15px;
    color: #58585a;
    font-family: 'Segoe UI';
}
@media screen and (max-width: 767px){
.row.btm_table {
    padding: 14px;
}
}
@media screen and (max-width: 767px)
{
	.wsite-elements.wsite-not-footer {
    float: left;
    width: 100%;
}
}
@media screen and (max-width: 600px){
.wsite-multicol {
    overflow-y: hidden;
    overflow-x: auto;
    display: block;
}
}
 @media screen and (max-width: 600px){
table.distributor-results {
    border-collapse: collapse;
    border: 1px solid #c2bebe;
    font-size: 13px;
    width: 97%;
    overflow-x: auto;
    display: block;
    overflow-y: hidden;
    padding-left: 14px;
}
 }
