lineline@charset "utf-8";
/* CSS Document */



body{font-family: 'Montserrat', sans-serif;}
p h2 h3{


font-family: 'Montserrat', sans-serif;

color:#333333;
font-size:14px;
}
a {font-family: 'Montserrat', sans-serif;}
*{outline:none;}

li {
    list-style-type: none;
}  

/***slider****/

.myslider .item {
  width: 100%;
  position: relative;
}

.slick-dots {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2%;
}
.slick-dots li {
  list-style: none;
  margin: 15px 0;
}
.slick-dots button {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: none;
  background-color: #fff;
  text-indent: -9999px;
  outline: 0;
}
.slick-dots button:hover {
  background-color: #000;
}

.slick-slide {
  height: 100vh !important;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  width: 100% !important;
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.myslider {
    overflow: hidden;
	    height: -webkit-fill-available;
}
.items {
    height: unset !important;
}
.slick-arrow.slick-hidden {
  display: none;
}

/****/

.slider {
    position: relative;
    width: 728px;
    margin: auto;
    overflow: hidden;
    height: 90px;
}
.slider .slides {
    height: 100%!important;
}
.slides {
    display: flex;
    transition: transform 1s ease;
}

.slide {
    min-width: 100%;
    box-sizing: border-box;
}

.slide img {
    width: 100%;
    display: block;
}
.carousel {
    position: relative;
    width: 728px;
    margin: auto;
    overflow: hidden;
    height: 90px;
}
.slider .carousel {
    height: 100%!important;
}

.carousel-container {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.carousel {
    display: flex;
    transition: transform 0.5s ease;
}

.carousel-slide {
    min-width: 100%;
    box-sizing: border-box;
}

.carousel-slide img {
    width: 100%;
    display: block;
}
.ads-slider-container {
	text-align:center;
    width: 100%;
    overflow: hidden;
    position: relative;
}
#vertical-slider-wrapper {
    width: 100%; /* Adjust to your needs */
    height: 300px; /* Adjust to match the height of one image */
    overflow: hidden;
    position: relative;
}

#vertical-slider {
    display: flex;
    flex-direction: column; /* Stack items vertically */
    transition: transform 0.5s ease-in-out;
}
#slider-container {
    width: 100%; /* Adjust to fit your design */
    height: 300px; /* Height of one slide */
    overflow: hidden;
    position: relative;
}

#slider-content {
    display: flex;
    flex-direction: column; /* Vertical stacking */
    transition: transform 0.6s ease-in-out; /* Smooth transition */
}

.slide-element {
    height: 300px; /* Matches container height */
    width: 100%;
    box-sizing: border-box;
}

.slider-item {
    height: 300px; /* Match the height of the wrapper */
    width: 100%;
    box-sizing: border-box;
}

.ads-slider {
    display: flex;
    transition: transform 0.5s ease;
}

.ads-slide {
    min-width: 100%;
    box-sizing: border-box;
}
#ad-carousel-container {
	height: 600px;
    width: 100%; /* Or set a fixed width */
    overflow: hidden;
    position: relative;
}

#ad-carousel {
    display: flex;
    flex-direction: column; /* Stack the slides vertically */
    transition: transform 0.5s ease;
}

.ad-carousel-slide {
    box-sizing: border-box;
    width: 100%;
    height: 600px;
    overflow: hidden;
}



     
.inner-list{
	max-width: 1442px!important;
    margin: 42px auto;
}

.col-sm-10.tobbnrs {
    margin: 0 0 20px 0;
}
  #header .top-header{
     background-color:#2a394c; 
     height:auto;
     padding: 5px 0px 0px 5px;
 }
 section.sec-footer {
    height: 150px;
}
#footer-area {
    position: absolute;
    width: 100%;
    bottom: 0;
}
html {
    position: relative;
    min-height: 100%;
}
 .logo h1 {
    margin-top: 0;
}
.all-page-p-style  {
    text-align: center;
    border-bottom: solid 1px #e6e6e6;
    padding-bottom: 10px;
}

.all-page-p-style p {
	text-align: center !important;
    font-weight: 700;
}
#header .top-header  ul li {
    color: #a2afbf;
    list-style: none;
    display: inline;
    padding-right: 30px;
}
#header .top-header li i {
    color: #08c1f3;
    padding-right: 7px;
}
#header .social-icon  {
    float:right;
}
#header .min-header {
    /* margin: 25px 0px; */
    padding: 20px 0px;
    background: #232323;
}
#header .min-header .logo h2{
color:#08c1f3;
font-size: 38px;
margin: 0px;
font-weight: 500;
}
#manufacturer li {
    list-style: none;
    margin:0 15px;
}
#header .min-header .open-time {
    text-align: right; 
}
#header .min-header .open-time ul li {
    display: inline-block;
    text-align: left;
    margin-right: 45px;
}
.list-content h3 {
    font-size: 24px;
    text-align: left;
    position: relative;
}

.table-striped a.breadcrumb {
    padding: 0px;
}
.home-menfe .manu-list {
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 23px;
    padding-left: 13px;
    padding-top: 6px;
    background: #fff;
    margin-bottom: 10px;
}
.home-menfe a:focus, .home-menfe a:hover {
    color: #23527c;
    text-decoration: none;
}

.manu-list a {
    color: #676767;
    text-align: left;
    font-size: 14px;
    text-decoration: none;
    transition: 2s;
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}
#manufacturer li:nth-of-type(2n+1) {
    background-color: #f7f7f7;
}
.list-content h3:before {
    content: "";
    /* background-image: url(../img/line.png); */
    position: absolute;
    top: 23px;
    left: 0;
    width: 16px;
    height: 3px;
    background-color: #777;
}
#header .min-header .open-time  ul li strong{
    border-color: #08c1f3;
}
#header .min-header .open-time ul li strong {
    transform: rotate(90deg);
    -webkit-border-radius: 63px 63px 63px 63px/ 108px 108px 72px 72px;
    border-radius: 50% 50% 50% 50%/60% 60% 40% 40%;
    width: 51px;
    height: 51px;
    display: inline-block;
    border: 1px solid #08c1f3;
    margin-right: 20px;
}
#header .min-header .open-time  ul li i{
    color: #08c1f3;
}
#header .min-header .open-time ul li i {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    width: 51px;
    height: 51px;
    text-align: center;
    padding-top: 15px;
    transform: rotate(-90deg);
    position: relative;
}
#header .min-header .open-time ul li .text-box {
    display: inline-block;
    vertical-align: middle;
    padding-left: 25px;
    /* border-left: 1px solid #eee; */
}
#header .min-header .open-time ul li {
    display: inline-block;
    text-align: left;
    margin-right: 45px;
}
#header .min-header .open-time  ul li .text-box p{
    color: #fdb714;
}
#header .min-header .open-time ul li .text-box p {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}
#header .min-header .open-time ul li .text-box a {
    font-family: 'Lato', sans-serif;
    color: #999;
}
  #header .min-header .open-time ul li{
     color: #9d9d9d; 
  }
  
#header .last-header .navigation{
    background-color: #08c1f3;
}
#header .last-header .navigation {
    padding: 10px 30px;
    border-radius: 50px;
}
#header .last-header .navigation .navbar {
    border-radius: 0;
    margin-bottom: 0;
    min-height: inherit;
    border: none;
}
#header .last-header .navigation .navbar-default {
    background-color: transparent;
    border-color: transparent;
}
#header .last-header .navigation .navbar {
    border-radius: 0;
    margin-bottom: 0;
    min-height: inherit;
    border: none;
}
#header .last-header .navigation .navbar-default {
    background-color: transparent;
    border-color: transparent;
}
#header .last-header .navigation .navbar-collapse {
    padding: 0;
    float: left;
}
#header .last-header .navigation .navbar-collapse {
    padding: 0;
    float: left;
}
#header .last-header .navigation .navbar-nav {
    float: none;
    margin: 3px 0 0;
    display: inline-block;
}
#header .last-header .navigation .navbar-nav > li {
    position: relative;
}
#header .last-header ul li {
    list-style: none;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
}
#header .last-header .navigation .nav > li > a {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 20px;
    padding: 8px 26px;
}
#header .last-header .navigation .nav > li > a:hover {
    background-color: #fff;
}
#header .last-header .navigation .nav > li > a {
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 20px;
    padding: 8px 26px;
}
#header .last-header .navigation .navbar-default .navbar-nav > .active > a, #header .navbar-default .navbar-nav > .active > a:hover{
    color: #08c1f3;
}
#header .last-header .navigation .nav > li > a:hover{
    color: #08c1f3;
}
#header  .last-header .navigation .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #fff;
}
 #header  .last-header #custom-search-form {
        margin:0;
        margin-top: 5px;
        padding: 0;
    }
 
  
 
  #header  .last-header  #custom-search-form button {
       border: 0;
    background: none;
    padding: 2px 5px;
    margin-top: -2px;
    position: relative;
    left: -34px;
    color: #fff;
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    /* border-radius: 3px; */
    }
 
  #header  .last-header  .search-query:focus + button {
        z-index: 3;   
    }   
  #header  .last-header  .search-query:focus{
        width: 260px;
    } 
#header .last-header input.search-query.mac-style {
    background: #fff none repeat scroll 0 0;
    border: 0 none; 
    float: left;
    font-size: smaller;
    height: 54px;
    padding: 21px 21px 21px 114px;
    width: 100%;
}
.blink_me {
    animation: blinker 4s linear infinite;
    display: block;
    margin: 0 auto;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    width: 100px;
}
.custom-bullet--d li:hover {
    background-color: #dddddd;
    border-radius: 11px 0px 20px 0px;
    color:#0084b4;
    text-decoration: none;
    transition-duration: .2s;
}
.custom-bullet--d li a:hover {
   color: #0084b4;
    text-decoration:none;
}

#header .btn {
     
    outline: none;
}

@keyframes blinker {  
  50% { opacity: 0.30; }
}
/* header */
.navbar.navbar-default.menu_custom {
    background: none;
    border: none;
    margin-bottom: 0!important;
}
ul.nav.navbar-nav.first_menu li a {
    color: #676767
    font-size: 14px;
    padding: 13px 24px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}
#banner {
    height: auto;
    margin-top: 0;
    background-color: rgba(210,206,200,.3);
}
th {
    background-color: #0084b4;
    border-radius: 19px 19px 0 0px;
    text-align: center;
}
h3.title_brpg {
    background-color: #e6e6e6;
    padding: 10px;
}
 .module {
        margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5rem;
    background-color: white;
    border-radius: 3px;
    margin-bottom: 3rem;
}
.custom-bullet--d {
    overflow: hidden;
}
.custom-bullet {
    margin-left: 0;
    list-style: none;
    counter-reset: counter;
    width:100%;
    float:left;
}
.pull-right{
float: none !important; 
}
.custom-bullet--d > li {
    position: relative;
    left: 1.5rem;
    margin-bottom: 0.75rem;
    padding-left: 0.75rem;
    background-color: #f2f2f2;
}
.custom-bullet--d > li:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1.5rem;
    display: inline-block;
    width: 2.875rem;
    text-align: center;
    color: white;
    background-color: #323232;
    /* border-bottom-left-radius: 100em; */
    /* border-top-left-radius: 100em; */
    border-radius: 20px 0 0 0;
}
.custom-bullet--d > li, .custom-bullet--d > li:before {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}
.custom-bullet > li:before {
    counter-increment: counter;
    content: counter(counter);
}
.custom-bullet--d > li{
     padding-top: 0.900rem;
    padding-bottom: 0.900rem; 
    display: block;
    float: left;
     font-size: 14px;
    line-height: 33px;
    list-style: outside none none; 
    width: 22%; 
    text-align: left; 
    vertical-align: middle;
    line-height: 16px;
    height: 70px;
}
 .custom-bullet--d > li:before {
    padding-top: 1.5rem;
    padding-bottom: 0.900rem; 
    display: block;
    float: left;
     font-size: 14px;
    line-height: 33px;
    list-style: outside none none; 
    width: 16%; 
    text-align: center; 
    vertical-align: middle;
    line-height: 16px;
    height: 70px;
}
.custom-bullet--d > li {
    position: relative;
    left: 1.5rem;
    margin-top: 1.2rem;
    padding-top: 1.5rem;
    margin-right: 3rem;
    margin-bottom: 1rem;
    padding-left: 3rem;
    background-color: #0084b4;
    border-radius: 0 0 20px 0;
}
#footer-area {
    background-color: #333333;
    height: auto;
    border-top: 1px solid #232323;
}
#footer-area h3 {
    color: #383838;
    border-left: 4px solid #383838;
    padding-left: 20px;
    font-weight: bold;
    text-transform: uppercase;
}
#footer-area ul.latest-news li {
    color: #a2afbf;
    list-style: none;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 300;
    border-bottom: 1px solid #ccc;
    margin-bottom: 8px;
    width: 250px;
}
#footer-area ul.contact li {
    color: #383838;
    list-style: none;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 300;
    border-bottom: 1px solid #ccc;
    margin-bottom: 8px;
    width: 315px;
}
#footer-area ul.latest-news li a {
    color: #383838;
    text-decoration: none;
}
#footer-area ul.conatct li a{
    color: #a2afbf;
}
#footer-area .latest-news {
    padding: 0px;
    margin-top: 25px;
}
  #footer-area .contact {
    padding: 0px;
    margin-top: 25px;
}
.copy_right {
    background: #232323;
    text-align: center;
    color: #fff;
    padding: 11px 0 10px;
    margin-bottom: 0;
}
ul.nav.navbar-nav.navbar-right.end_icons {
    padding: 17px 0;
    cursor: pointer;
}
.copy_right p {
	color: #fff;
    margin: 17px 0;
    cursor: pointer;
}
.nav>li>a:focus, .nav>li>a:hover {
    background-color: unset!important;
}
.allparts_select {
    background: #000 none repeat scroll 0 0;
    border: 2px solid #000;
        height: 54px;
    color: #fff;
    float: left;
    left: 0;
    padding: 9px;
    position: absolute;
    width: 9%;
    z-index: 1;
}
.btn-info:hover {
    color: #000000;
    background-color:#0084b4;
    border-color: #0084b4;
}
.btn-info {
    background: #000;
}
#wizard h1 {
    color: #fff;
}
select.allparts_select option {
    background: transparent;
    padding-top: 10px;
    color: #333333;
    border: 2px solid #fff;
}
#footer-area a {
    color: #fff;
}
.place-name {
   display: none;
}
ul.info-area {
   float: left;
   margin-bottom: 10px;
   padding: 0;
background: #fff;
   width:100%;
}
section.contact_us ul.info-area li {
   border-bottom: 1px solid #e8e8e9;
   float: left;
   font-size: 14px;
   line-height: 40px;
   list-style: outside none none;
   margin: 0;
   padding: 0;
   width: 100%;
}
section.contact_us .right_cont h2 {
   background: #222;
   font-size: 15px;
   padding: 7px;
   color: #fff;
}
section.contact_us .form-control {
   display: block;
   width: 100%;
   height: 48px;
   padding: 6px 12px;
   font-size: 14px;
   line-height: 1.42857143;
   color: #333333;
   background-color: transparent;
   background-image: none;
   border: 1px solid #cccccc;
   border-radius: 0;
   box-shadow: none;
}
.custom-bullet > li a {
    color: #ffffff;
}

#header .min-header .logo h2 a, #header .min-header .logo h1 a {
    color: #fff;
    font-size: 26px;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 2px 2px #333;
}
.navbar-default .navbar-nav>li>a {
    color: #fff!important;
}
ul.nav.navbar-nav.first_menu li a:hover {
    color: #ffffff;
    text-decoration: none;
}
ul.nav.navbar-nav.first_menu li a:hover span::before {
    opacity: 1;
    left: 6px;
    top: 6px;
}
ul.nav.navbar-nav.first_menu li a span::before {
    background: transparent;
    width: 6px;
    height: 6px;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-top: 2px solid #0e0d0c;
    border-left: 2px solid #0e0d0c;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}
ul.nav.navbar-nav.first_menu li  a:hover::after {
    opacity: 1;
    left: 6px;
    bottom: 6px;
}
ul.nav.navbar-nav.first_menu li  a::after {
    background: transparent;
    width: 6px;
    height: 6px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    border-left: 2px solid #0e0d0c;
    border-bottom: 2px solid #0e0d0c;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}
ul.nav.navbar-nav.first_menu li a:hover::before {
    opacity: 1;
    right: 6px;
    top: 6px;
}
ul.nav.navbar-nav.first_menu li a::before {
    background: transparent;
    width: 6px;
    height: 6px;
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    border-right: 2px solid #0e0d0c;
    border-top: 2px solid #0e0d0c;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}
ul.nav.navbar-nav.first_menu li a:hover span::after {
    opacity: 1;
    right: 6px;
    bottom: 6px;
}
ul.nav.navbar-nav.first_menu li a span::after {
    background: transparent;
    width: 6px;
    height: 6px;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    border-right: 2px solid #0e0d0c;
    border-bottom: 2px solid #0e0d0c;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
}
/*search */
.last-header {
    background-image: url(../img/slider1.png);
    padding: 40px 0 16px;
    text-align: center;
    background-size: cover;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
}
.copy_right a {
    color: #f8198d;
}
.copy_right l1 a:hover {
    color: #000000;
}
section.contact_us .right_cont h2:hover {
    color: #0084b4;
}
.custom-bullet {
      margin-left: 0;
    list-style: none;
    counter-reset: counter;
    margin: 0;
    padding: 0;

}
.custom-bullet--c > li {
    display: block;
    width: 100%;
    border-bottom: 3px solid #0084b4;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    display: inline-block;
    float: left;
    width: 30%;
    margin: 5px 15px 20px;
	height:50px;
    padding: 5px;
    background: #0084b4;
}
.custom-bullet--c > li::before {
    float: right;
    display: inline-block;
    text-align: center;
    background: #000;
    color: #fff;
    width: 26px;
    height: 26px;
    padding-top: 3px;
    border-radius: 107px;
}
.custom-bullet > li::before {
    counter-increment: counter;
    content: counter(counter);
}

.custom-bullet--c > li:hover {
    background: transparent;
    border-radius: 7px;
    transition-duration: 2s;
}
.custom-bullet--c > li:hover a{ color:#3f2860; text-decoration: none; }

.custom-bullet--a > li::before {
 position: relative;
display: inline-block;
z-index: 100;
width: auto;
height: 1.5rem;
margin-right: 0.75rem;
margin-bottom: 0.75rem;
border: 3px solid #1697e9;
line-height: 1.5rem;
text-align: center;
color: #1697e9;
background-color: white;
border-radius: 100em;
counter-increment: counter;
content: counter(counter);
padding: 12px 10px;
line-height: 3px;
}


.custom-bullet--a > li::after {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 90;
    left: 30px;
    margin-left: 1.5px;
border-left: 3px solid #cfcfcf;    content: "";
}

.custom-bullet > li::before {
    counter-increment: counter;
    content: counter(counter);
}

#product-info .product-name {
    width: 100%;
    height: auto;
    background-color: #fff;
    box-shadow: 0px 0px 1px 1px #ccc;
    padding: 0px 0px;
}
.part_number {
    border-bottom: 1px solid #a0a0a0;
    background: #f7f7f7;
    margin-bottom: 16px;
    padding: 1px 10px;
}
.part_desc table th {
    background: #ffffff;
    border-right: 1px solid #ccc;
    border-radius: 0;
    text-align: left;
    color: #0094D6;
    text-transform: uppercase;
}
.pdf_icon img {
    width: 54px;
    float: right;
    margin-right: 0%;
}
#product-info {
    margin: 75px 0;
}
.pdf_icon span {
    margin-top: 14px;
    float: right;
    color: #000;
}

.custom-bullet.custom-bullet--d.inner li {
margin: 10px 2px 0 27px;
width: 30%;
padding-left: 40px;
margin-bottom: 18px;
margin-top: 0; padding-left: 46px;
}


.breadcrumb li {
    text-transform: uppercase;
}
.breadcrumb > li {
    display: inline-block;
}
ul.breadcrumb a {
    color: #fff;
    text-align: center;
}
ul.breadcrumb a:hover {
    color: #ffffff;
    text-decoration: none;
}
#banner h1 {
    text-align: center;
    color: #383838;
    margin-top: 37px;
    text-transform: capitalize;
}

.breadcrumb {
    list-style: none;
    background-color: transparent;
	/* padding-left:100px; */
}
.col-md-12.aside {
    background: #333333;
}
.breadcrumb {
    margin-bottom: 0px; 
}
.custom-bullet.custom-bullet--a.alpha li{    counter-increment: listStyle;
}


.custom-bullet.custom-bullet--a.alpha li::before{ content: counter(listStyle, lower-alpha);}


    .custom-bullet.custom-bullet--d.inner li::before{counter-increment: counter;
content: counter(counter);}


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; text-align: center;}
section.module.partdetail table tbody tr td:nth-of-type(1) {
    background-color: #000;
}
section.module.partdetail table tbody tr td:nth-of-type(2n+1) {
    border: 1px solid #DADADA;
}
section.module.partdetail table tbody tr td:nth-of-type(2n+2) {
    border: 1px solid #DADADA;
    background: rgba(63,40,96,0.1);
}

section.module.partdetail table tbody tr td a {
    color: #D2CEC8;
}
section.module.partdetail table tbody tr td a:hover {
    color: #0084b4;
}



.partdetail_out {
    box-shadow: 1px 1px 2px 1px #ccc;
    transition-duration: 1s; padding: 10px;
}


.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;
}



.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: #2a394c;
padding: 9px;
}


.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 {

    margin-top: 7px;
    width: 30px;
}


.partdetail_out .right_sec ul.eu_list {
    margin-top: 4px;
    padding: 0;
}


.pdf_icons {
  background: #2a394c;
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;
}



.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 #08c1f3;    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
}


.manufacture_sec li:hover::before {border-left: 20px solid #fff;  }

.desc {
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
    overflow-x: auto;
}

.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, #cccccc 0%, #ffffff 25%, #ffffff 75%, #cccccc 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, #cccccc 0%,#ffffff 25%,#ffffff 75%,#cccccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#cccccc',GradientType=0 );
    cursor: pointer;
    box-shadow: 2px 2px 3px #666;
    user-select: none;
    list-style: none;
    display: inline-block;
    width: 23%;
    display: table;
    display: inline-block;
}

.manufacture_sec li:hover{background: #08c1f3;  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;
}
i.fa.fa-search {
    color: #fff;
}
.contact_us {
    margin: 20px 0;
}
i.fa.fa-envelope {
    color: #f8198d;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
}
 
    .input-append.span12 button {
    background: #6c6c6c none repeat scroll 0 0;
    border: medium none;
   border-radius: 0px !important;
   right: 0;
    color: #fff;
    float: right;
    height: 54px;
    padding: 11px 16px;
    position: absolute;
    width: 11%;
}
 
.input-append.span12 {
    position: relative;
}
#manufacturer .manu-list {
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 23px;
    padding-left: 17px;
    padding-top: 6px;
    background: #fff;
    margin-bottom: 10px;
}
#manufacturer .manu-list .list-widget__link {
    position: relative;
}

/*.col-md-12.search_box {
    text-align: left;
    width: 38%;
    float: right;
    background-color: #fff;
    border-radius: 0 12px 12px 0;
    padding: 0;
    margin: 0;
    border: none;
}*/
.every {
    float: left;
	  padding: 0;
    margin-top: 0;
    padding: 20px 86px;
    width: 100%;
}
 section.page-list p {
    font-size: 16px;
    line-height: 24px;
    color: #222121;
    text-align: justify;
}


/* new */



.input_outers {
    background: #f7f7f7;
    padding: 26px 5px;
    margin-bottom: 50px;
    border: 1px solid #ddd;
     
}
.row.iconsproduct ul {
    margin-left: 30px;
     
}
.formstart button {
    display: block;
    margin: 0 auto;
    border-radius: 0px;
    height: 49px;
    width: 124px;
    background: #232323;
    border: 1px solid;
}
.formstart input {
    height: 40px;
    border-radius: 0px;
    border: 1px solid #ddd;
	outline:none;
	    width: 100%;
}
.formstart button.btn.btn-primary.submit:hover, .formstart button.btn.btn-primary.submit:focus, .formstart button.btn.btn-primary.submit:active {
    background: #232323;
    border: 1px solid #232323;
}
.input_outers h3 {
    color: #232323;
    font-size: 24px;
    font-weight: 600;
}
table.distributor-results th {
    color: #fff;
    text-align: center;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.formstart .form-group {
    margin-bottom: 20px;
    width: 100%;
	 
}
  .row.iconsproduct a {
    font-size: 16px;
}
/* new end */

#product-info .row
{
	margin-right:0px !important;
}


/* 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: #232323;
	    padding-top: 50px;
}
input.login-btn {
    margin: 0 auto;
    display: block;
    height: 50px;
    width: 140px;
    background: #232323;
    color: #fff;
    text-transform: capitalize;
    font-size: 18px;
    letter-spacing: 1px;
}
.main-container.login_cont {
    min-height: 500px;
    clear: both;
}


.desc-new
{
	overflow-y: hidden !important;
    overflow-x: hidden !important;
}

/* login css end */	
		









@media (max-width: 659px){
 .allparts_select{
 width:auto;
 }
 #header .last-header input.search-query.mac-style{
 padding: 21px 21px 21px 100px;
 }
 .custom-bullet--c > li
 {
	height: 70px !important;
 }
 
 
}
section#inner-list {
    min-height: 250px;
}
.breadcrumb-back{margin:0px 0px 40px 0px;}

/* vendor */
div.distributer-name {
    margin: 16px 0;
	padding:30px;
}
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: #0084b4;
    border: #0084b4;
    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;
}
#wizard h1 {
    color: #fff;
    font-size: 18px;
}
.product_name h3 {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.7px;
}
}
@media screen and (max-width: 767px)
{
	.wsite-elements.wsite-not-footer {
    float: left;
    width: 100%;
}
div.distributer-name {
     margin: 0px 0;  
     padding:  0px;  
}
}
@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;
}
 }