body {

    font-weight: 400;
    color: #666;
    font-size: 12px;
    line-height: 20px;
    width: 100%;
  }
  h1, h2, h3, h4, h5, h6 {
    color: #444;
  }
  /* Override the bootstrap defaults */
  h1 {
    font-size: 33px;
  }
  h2 {
    font-size: 27px;
  }
  h3 {
    font-size: 21px;
  }
  h4 {
    font-size: 15px;
  }
  h5 {
    font-size: 12px;
  }
  h6 {
    font-size: 10.2px;
  }
  a {
    color: #23a1d1;
    text-decoration: none;
  }
  a:hover {
    text-decoration: none;
  }
  /* Chrome border line */
  button:focus {
    outline: none !important;
  }
  legend {
    font-size: 18px;
    padding: 7px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
  }
  label {
    font-size: 12px;
    font-weight: normal;
  }
  .list-unstyled a {
    text-decoration: none;
  }
  .nav-tabs {
    margin-bottom: 15px;
  }
  div.required .col-form-label:before, div.required .form-label:before {
    content: "* ";
    color: #F00;
    font-weight: bold;
  }
  @media (min-width: 768px) {
    .col-form-label {
      text-align: right;
    }
  }
  #alert {
    z-index: 9999;
  }
  #alert .alert {
    min-width: 400px;
    position: relative;
  }
  @media (min-width: 1300px) {
     /*#alert .alert {
     right: 50px;
    }*/
  }
  @media (min-width: 1400px) {
    #alert .alert {
      right: 0px;
    }
  }
  @media (min-width: 1600px) {
    #alert .alert {
      right: 100px;
    }
  }
  @media (min-width: 1800px) {
    #alert .alert {
      right: 200px;
    }
  }
  @media (min-width: 2000px) {
    #alert .alert {
      right: 300px;
    }
  }
  @media (min-width: 2200px) {
    #alert .alert {
      right: 400px;
    }
  }
  @media (min-width: 2400px) {
    #alert .alert {
      right: 500px;
    }
  }
  @media (min-width: 2600px) {
    #alert .alert {
      right: 600px;
    }
  }
  @media (min-width: 2800px) {
    #alert .alert {
      right: 700px;
    }
  }
  @media (min-width: 3000px) {
    #alert .alert {
      right: 800px;
    }
  }
  @media (min-width: 3200px) {
    #alert .alert {
      right: 900px;
    }
  }
  @media (min-width: 3400px) {
    #alert .alert {
      right: 1000px;
    }
  }
  @media (min-width: 3600px) {
    #alert .alert {
      right: 1100px;
    }
  }
  @media (min-width: 3800px) {
    #alert .alert {
      right: 1200px;
    }
  }
  @media (min-width: 4000px) {
    #alert .alert {
      right: 1300px;
    }
  }
  /* top */
  #top {
    background-color: #3a4751;
    border-bottom: 1px solid #e2e2e2;
    padding: 10px 0;
    margin: 0 0 20px 0;
    min-height: 44px;
  }
  #top .nav > .list-inline > .list-inline-item, #top .nav > .list-inline .list-inline-item > a, #top .nav > .list-inline .list-inline-item .dropdown > a {
    color: #888;
    text-shadow: 0 1px 0 #FFF;
  }
  #top .btn-link {
    color: #888;
    text-shadow: 0 1px 0 #FFF;
    text-decoration: none;
  }
  #top .btn-link:hover {
    color: #444;
  }
  #top a {
    font-size: 1.1em;
    text-decoration: none;
  }
  footer a {
    font-size: 1.1em;
    text-decoration: none;
  }
  /* logo */
  #logo {
    margin: 0 0 10px 0;
  }
  #logo img {
    max-width: 200px;
  }
  /* search */
  #search {
    margin-bottom: 10px;
  }
  #search .form-control-lg {
    height: 40px;
    font-size: 12px;
    line-height: 20px;
    padding: 0 10px;
  }
  #search .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 0.57rem 35px;
    text-shadow: 0 1px 0 #FFF;
  }
  /* cart */
  #header-cart {
    margin-bottom: 10px;
  }
  #header-cart > .btn {
    font-size: 12px;
    line-height: 18px;
    color: #FFF;
  }
  #header-cart .btn-lg {
    padding: 0.65rem 1rem;
  }
  #header-cart.open > .btn {
    background-image: none;
    background-color: #FFFFFF;
    border: 1px solid #E6E6E6;
    color: #666;
    box-shadow: none;
    text-shadow: none;
  }
  #header-cart.open > .btn:hover {
    color: #444;
  }
  #header-cart .dropdown-menu {
    background: #eee;
    z-index: 1001;
    min-width: 100%;
  }
  #header-cart .dropdown-menu table {
    margin-bottom: 10px;
  }
  #header-cart .dropdown-menu li {
    min-width: 427px;
    padding: 0 10px;
  }
  #header-cart .dropdown-menu li p {
    margin: 20px 0;
  }
  @media (max-width: 478px) {
    #header-cart .dropdown-menu {
      width: 100%;
    }
    #header-cart .dropdown-menu li > div {
      min-width: 100%;
    }
    #content{
      border:none !important;
      padding:10px !important;
    }
    .catcarousel{
      display:none;
    }
    .top-header{
      display: none;
    }
  }
  #header-cart .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
  }
  /* menu */
  #menu {
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border: 1px solid #1f90bb;
    border-color: #1f90bb #1f90bb #145e7a;
    min-height: 40px;
    border-radius: 4px;
  }
  #menu.navbar {
    padding: 0 1rem;
    margin-bottom: 20px;
  }
  #menu .dropdown-menu {
    padding-bottom: 0;
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  #menu .dropdown-inner {
    display: table;
  }
  #menu .dropdown-inner ul {
    display: table-cell;
  }
  #menu .dropdown-inner ul li a:hover {
    color: #ffffff;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  }
  #menu .dropdown-inner a {
    min-width: 160px;
    display: block;
    padding: 3px 20px;
    clear: both;
    line-height: 20px;
    color: #333333;
    font-size: 12px;
  }
  #menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #DDD;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
  }
  #menu .see-all:hover, #menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
  }
  #menu #category {
    float: left;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  }
  #menu .navbar-toggler i {
    color: #fff;
    border-color: #fff;
    font-size: 0.9em;
  }
  #menu .navbar-nav > li > a {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    padding: 10px 15px 10px 15px;
    min-height: 15px;
    background-color: transparent;
  }
  #menu .navbar-nav > li > a:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }
  @media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
      display: block;
    }
  }
  @media (max-width: 767px) {
    #menu {
      border-radius: 4px;
    }
    #menu div.dropdown-inner > ul .list-unstyled {
      display: block;
    }
    #menu div.dropdown-menu {
      margin-left: 0 !important;
      padding-bottom: 10px;
      background-color: rgba(0, 0, 0, 0.1);
    }
    #menu .dropdown-inner {
      display: block;
    }
    #menu .dropdown-inner a {
      width: 100%;
      color: #fff;
    }
    #menu .dropdown-menu a:hover {
      background: rgba(0, 0, 0, 0.1);
    }
    #menu .dropdown-menu ul li a :hover {
      background: rgba(0, 0, 0, 0.1);
    }
    #menu .see-all {
      margin-top: 0;
      border: none;
      border-radius: 0;
      color: #fff;
    }
    .catcarousel{
      display:none;
    }
    .top-header{
      display: none;
    }
    
  }
  /* content */
  #content {
    min-height: 600px;
    padding: 30px;
    border-radius: 3px;
    border: 1px solid #ccc;
    margin-top: 20px;
    background-color: #fff;
  }
  /* footer */
  footer {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 1px;
    background-color: #303030;
    border-top: 1px solid #ddd;
    color: #e2e2e2;
  }
  footer hr {
    border-top: none;
    border-bottom: 1px solid #666;
  }
  footer a {
    color: #ccc;
  }
  footer a:hover {
    color: #fff;
  }
  footer h5 {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  /* breadcrumb */
  .breadcrumb {
    margin: 5px 0 0px 0;
    
  }
  .breadcrumb i {
    font-size: 15px;
  }
  .breadcrumb > li.breadcrumb-item {
    text-shadow: 0 1px 0 #FFF;
    padding: 0 10px;
    position: relative;
    white-space: nowrap;
  }
  .breadcrumb > li.breadcrumb-item > a {
    text-decoration: none;
    color: #0d6efd; font-weight:500;
      font-size: 12px;
  }
  .breadcrumb > li.breadcrumb-item:after {
    content: "";
    display: none;
    position: absolute;
    top: 4px;
    right: -5px;
    width: 9px;
    height: 9px;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .breadcrumb > li.breadcrumb-item + li:before {
    content: "";
    padding: 0;
  }
  .pagination {
    margin: 0;
  }
  /* buttons */
  .btn-light {
    color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    background-repeat: repeat-x;
    border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
  }
  .btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .btn-light.disabled, .btn-light[disabled] {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
    background-position: 0;
  }
  .btn-primary {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
  }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
    background-position: 0;
  }
  .btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
  }
  .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
  }
  .btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
  }
  .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
  }
  .btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
  }
  .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
  }
  .btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a;
  }
  .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
  }
  .btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23A1D1;
    border-radius: 0;
  }
  .btn-link, .btn-link:active, .btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
  }
  .btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
  }
  .btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    background-color: #222222;
    background-image: linear-gradient(to bottom, #333333, #111111);
  }
  .product-thumb {
    border: 1px solid #ddd;
    margin-bottom: 15px;
    position: relative;
    padding: 20px;
  }
  .product-thumb h4 a{
    font-weight: 500;
      font-size: 17px;
      margin-top: 0;
      color: #383737;
  }
  .product-thumb h4 a:hover {
    color: #0076d9;
  }
  .product-thumb .image {
    text-align: center;
    margin-bottom: 15px;
    pointer-events: none;
  }
  .product-thumb .image a:hover {
    opacity: 0.8;
  }
  .product-thumb .description {
    padding: 0px 15px;
  }
  .product-thumb .button-group {
    display: flex;
  }

  .product-thumb .button-group button {
    flex: 33%;
    border-radius: 0;
    display: inline-block;
    border: none;
    background-color: #eee;
    color: #888;
    line-height: 38px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
  }
  .product-thumb .button-group button:hover {
    color: #444;
    background-color: #ddd;
    text-decoration: none;
    cursor: pointer;
  }
  .product-thumb .button-group button + button {
    border-left: 1px solid #ddd;
  }
  @media (min-width: 960px) {
    .product-list .product-thumb {
      display: flex;
    }
    .product-list .product-thumb .image {
      flex-direction: column;
      margin-bottom: 0px;
    }
    .product-list .product-thumb .content {
      flex-direction: column;
      flex: 75%;
      position: relative;
    }
    .product-list .product-thumb .button-group {
      position: absolute;
      bottom: 0px;
      
      right:10px;
    }
  }
  .rating {
    padding-bottom: 10px;
  }
  .rating .fa-stack {
    font-size: 8px;
  }
  .rating .far.fa-star {
    color: #999;
    font-size: 15px;
  }
  .rating .fa-star {
    color: #FC0;
    font-size: 15px;
  }
  .rating .fa-star + .fa-star {
    color: #E69500;
  }
  /* product list */
  .price {
    color: #444;
  }
  .grid .price{ text-align:center;
  }
  .grid .price-new{
	  
      padding-right: 0px;
  }
  .price-new {
    font-weight: 600;
    font-size: 14px;
      font-weight: 600;
      color: #d20000;
      padding-right: 30px;
  }
  .price-old {
    color: #dc512c;
    text-decoration: line-through;
  }
  .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
  }
  /* BS4 Changes */
  .navbar-light .navbar-toggler {
    font-size: 15px;
    font-stretch: expanded;
    color: #FFF;
    padding: 6px 12px;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
  }
  .form-check .form-check-input {
    margin-top: 0.25rem;
  }
  /* Theme Custom CSS */
  #display-control #compare-total.a {
    margin-top: -2px;
    padding: 0.35rem 0.565rem;
  }
  #product-product h1 {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  #information-contact .card {
    margin-bottom: 20px;
  }
  #cookie {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    z-index: 9999;
    opacity: 0.95;
    color: #ecf0f1;
    background: #343a40;
  }
  #cookie div {
    font-size: 16px;
    color: #FFFFFF;
  }
  .svg-home-icon-cat{
  height: 90px;width: auto;border-bottom: 2px solid #56f900;    padding-bottom: 20px;
  }
  
  #demo {
    min-height: 178px;
    background-color: rgba(0,0,0,.3);
    border-radius: 5px;
    padding: 10px;
    margin-top: 10px;
    border:none;
  }
  #demo h2 {
    color: white;
    margin: 0;
    font-size: 17px;
  }
  #demo .description {
    color: white !important;
    padding: 15px 0;
  }
  #demo a {
    text-decoration: underline;
    color: white;
    font-weight: 500;
  }
  .main-banner-upc {
    background-color: #098ea7;
    background-size: cover;
  }

  @media (max-width: 767.98px) {
  .main-banner-upc {
    min-height: 104px !important;
    padding: 0px 10px !important;
  }
}


  #demo  .carousel-indicators{
    bottom: -4px !important;
  }
  .carousel{
    margin-bottom: 10px !important;
  }
  .catheader h1{
        margin: 0;
      font-size: 38px;
      color: #fff;
      font-weight: 500;
  }
  .catheader p {
    line-height: 30px;
    font-size: 24px;
    margin-top: 15px;
    color: #fff;
    font-weight: 100;
  }
  
  
  .recent-add-companies {
    border: 1px solid #ddd;
    padding: 14px;
    float: left;
    background-color: #fff;
    min-height: 130px;
    width: 100%;
    border-radius: 3px;
  }
  
  .recent-add-companies ul{
    list-style: none;
  }
  
  .recent-add-companies a{
    text-decoration:underline;
    color: #0076D9;
  }
  .recent-add-companies h4{
  font-weight: 500;
  color: #093658;
  font-size: 17px;
  }
  
  .read-more span, .read-less span {
    float: right;
    text-decoration: underline;
    color: #0076D9;
    font-weight: 500;
    cursor: pointer;
  }
  #content .content_box{
      border-radius: 3px;
      border: 1px solid #ccc;
    background-color: #fff;
  }
  .listviews img{
    width: 100%;
    margin-bottom: 10px;
  }
  .addtocart{
    color: #fff !important;
      border: 1px solid #266F00;height: 30px !important;
      border-radius: 3px !important;
      background: #266F00 !important;
      line-height:20px !important;
      text-transform: none !important;
	  padding : 4px 21px; cursor:pointer;font-weight: 500 !important;
  }
  
  .addtocart:hover{
  background-color: #266F00 !important;
  }
  #viewsample{
      margin-right: 10px;
      border: 1px solid #0076d9;
      color: #0076d9;
      border-radius: 3px;
      background: #fff;
      text-transform: none;
      font-size: 14px;
	  padding : 5px 20px;
	  cursor:pointer;
    font-weight: 500;height: 30px;
  }
  #viewsample:hover{
    background: #0076d9;
        color: #fff;
  }
  .product-thumb:hover{
    box-shadow: 0 0 11px rgba(33,33,33,.2); 
   
  }
  .publishtext{
    font-size: 14px;
      font-weight: 400;
      color: #3a4751;
      padding-right: 10px;
      margin-right: 8px;
      border-right: 1px solid #ddd;
  }
  .shareh {
    padding: 18px 0;
    height: 100%;
    z-index: 99;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: rgba(0,33,62,.95);
    float: left;
    position: absolute;
    display:none;
    left: 0px;
    width: 100%;
    top: 0;
  }
  
  .closex {
    position: absolute;
    top: 10px;
    right: 9px;
    cursor: pointer;
  }
  .shareh h3 {
    color: #fff;
    margin: 0;
    font-size: 17px;
    padding: 0 18px;
  }
  .shareh ul {
    padding: 10px 20px;
    list-style-type: none;
    color: #fff;
    font-weight: 500;
    margin: 0;
  }
  .shareh li {
    width: 14%;
    float: left!important;
  }
  .shareh ul li a {
    color: #fff;
  }
  .shareh ul li a img {
    width: 29px;
  }
  .sidebanner{
    border: none !important;
      padding: 0px !important;
      background: none !important;
  }
  
  /*search page */
  #search-bar {
    /* margin-top: 60px; */
    background-image: url(https://www.technavio.com/catalog/view/theme/technavio_new/image/search-result/searchbarbg.jpg);
    background-position: 100% 100%;
    background-size: cover;
    height: 129px;
    padding: 31px 0px 38px 0px;
    margin-bottom: 30px;
  }
  
  #input-search {
    height: 60px;
    border-radius: 4px 0px 0px 4px;
    border: 1px solid rgba(0,96,253,0.5);
    background: linear-gradient(180deg, #FFFFFF 0%, #F2F8FF 100%);
    font-size: 22px;
    line-height: 29px;
    font-weight: 400;
    color: #888888;
  }
  
  .inputsearch{
    padding-right:0px !important;
  }
  
  .inputbutton{
    padding-left:0px !important;
  }
  
  .searchcheck{
    display:none;
  }
  #button-search{
    height: 60px;
    width: 70px;
    border-radius: 0 4px 4px 0;
    background-color: rgba(0,96,253,0.5);
  }
  
  .searchicon{
    font-size: 25px;
  }
  .searchblock{
    margin-left: 8.33333%;
  }
  .resultsrow{
  min-height: 42px;
  border: none !important;
  border-radius: 4px;
  background-color: #478CFD;
  margin-bottom: 11px;
  width: 100%;
  margin-left: 2px;
  }
  .resultsrow h4{
    margin: 0px;
      font-size: 16px;
      line-height: 21px;
      font-weight: 300;
      color: #FFFFFF;
      padding: 10px 0px 12px 10px;
  }
  
  .left_section h1 {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #FFFFFF;
    height: 42px;
    border-radius: 4px 4px 0 0;
    background-color: rgba(57,163,7,0.58);
    padding: 10px;
    margin: 0;
  }
  .left_section ul.subindustires li {
    font-size: 14px;
    line-height: 19px;
    padding: 10px 14px 10px 15px;
    color: #666666;
  }
  .left_section ul.subindustires li:hover {
    background-color: rgba(7,61,163,0.11);
    cursor: pointer;
  }
  .left_section{
  border: 1px solid rgba(0,96,253,0.5);
      border-radius: 4px;
      background-color: rgba(57,163,7,0.05);
      margin-bottom: 10px;
  }
  .left_section p.head {
    color: #39A307;
    padding: 6px 0px 6px 44px;
    margin-bottom: 0;
    line-height: 19px;
    cursor: pointer;
  }
  .left_section ul.subindustires{
    list-style: none;
  }
  .grid .product-thumb h4 a {
    font-weight: 500;
    font-size: 13px;
    margin-top: 0;
    color: #0a3151;
  }
  .grid .product-thumb .product_description{
    display:none;
  }
  .grid .description .sharec{
    display:none;
  } 
  
  .product_description a {
	  font-weight: 500;
    color: #0076D9;
  }
  .grid .product-thumb{
    border-radius: 5px;padding:10px;
  }
  .grid .product-thumb h4 {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
            line-clamp: 2; 
    -webkit-box-orient: vertical;
 }
 .grid .product-thumb .button-group button{
  flex:none;
 }
 .grid .product-thumb .share_ul li{
    float: none !important;
 }

 .grid .addtocart{
  padding: 0px 15px 0px 15px !important;
 }

 .filter_select{
  display: block;
  border: 1px solid #ddd;
  border-radius: 3px;
  height: 33px;
  padding: 0 12px;
  transition: border-color .15s ease-in-out 0s,box-shadow .15s ease-in-out 0;
  width: 100%;
 }

 .datefilter{
  visibility: hidden;
 }

 .grid .fa-shopping-cart{
  display:none;
 }

 .nosearch_products{
  display:none;
 }
 .nosearch_products p{
  font-size: 15px;
  line-height: 24px;
}
 #myDiv{
  background-color: #999;
   position: fixed;
   left: 0px;
   top: 0px;
   width: 100%;
   height: 100%;
   text-align: center;
   z-index: 1000;
   opacity: 0.5;display:none;
}
.gridlist {
    background: white;
    border-radius: 0px;
    padding: 3px;
}

.gridlist:active {
    background: #f3f3f3;
    border-radius: 0px;
    padding: 3px;
}
.categorypage{
    background: #f8f8f8;    padding: 10px 0;
}
.cartcategory {
    filter: sepia(.3) grayscale(.99) contrast(0) brightness(3);
    height: 17px;
    background-image: url(../image/cart.svg);
    float: left;
    width: 18px;
    position: relative;
    background-size: cover;
    margin: 0!important;
    right: 10px;
       top: 1px;
}
.breadcrumbs .container { padding :0px;}
.breadcrumb li:first-child{ padding-left:0px; }

.grid #viewsample {
    font-size: 14px;
    width: 100%;
    text-align: center;
    padding: 7px 5px;
    margin: 0px;
}
.grid #viewsample {
    font-size: 14px;
    width: 100%;
    text-align: center;
    padding: 7px 5px;
    margin: 0px;
}
.filterby{
  visibility: hidden;
}
.carousel-indicators button{
  width: 10px !important;
  height: 10px !important;
  border-radius: 100% !important;
}
.carousel-inner{
  min-height: 150px;
}
#button-list:active {
  color: white !important;
  background-color: #999;
  border-color: #999;
  background-position: 0;
}
#button-grid:active {
  color: white !important;
  background-color: #999;
  border-color: #999;
  background-position: 0;
}
.alterheight{
  max-height:150px;
}
.sharec{
  cursor: pointer;
}
  
.product-thumb .samplebtn {
    left: 0;
    border: 1px solid #0076D9;
    color: #0076D9;
    border-radius: 3px;
    position: relative;
    font-weight: 500;font-size: 12px;
    width: 100%;
    padding: 5px 21px;
    margin-top: 10px;
}  
.product-thumb .samplebtn:hover{background-color:#0076d9;color:#fff}
.grid .description{ padding:0px;}
@media (min-width: 992px)
{.grid .col{
width:25%	
}
}
.product-list .gridbtn{
	display:none;
}
.grid .listbtn{
	display:none;
}
.product-list .tools{
	display:none;
}
.product-thumb .tools{
    z-index: 0;
    background-color: #fff;
    padding: 4px 13px;
    bottom: 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0 0 1px 0 rgb(0 0 0 / 28%);
    position: absolute;
    list-style-type: none;
    margin: 0;
	left: 0;
    width: 100%;
    text-align: left;
}
 
.product-thumb .tools li {
    display: inline;
    padding-right: 8px;
    cursor: pointer;
}
.grid .col {
    min-height: 300px;
}
.grid .content{
	min-height: 135px;
}
.product-thumb .inner {
        position: relative;
    float: left;
    min-height: 365px;
    border-radius: 3px;
    margin-bottom: 28px;
    padding: 15px;
    width: 100%;
    border: 1px solid rgba(196,196,196,.45);
}
.product-thumb .tools .last {
    float: right;
    padding-right: 0;
}
.recent-add-companies ul li {
    margin-bottom: 6px;
}
.sidedesc{
  color: #383737 !important;
}
.page-item:first-child .page-link {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
@media only screen and (min-device-width: 1024px){
  .pagination{
    margin-left: 14%;
  }
}
.page-link{
  color:black !important;
}

.active .page-link{
  background-color: #0047bb!important;
    color: #f6f7fb!important;

}
.product-list .product-thumb{
  border-radius:3px;
}
.btn.quickbuy {
    background-color: rgb(255, 164, 28);
    border-color: rgb(255, 164, 28) !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26) !important;
    color: rgb(56, 55, 55) !important;
}  
.btn.quickbuy:hover {
    background-color: #fa8900 !important;
    border-color: #fa8900 !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26) !important;
}
 #viewsample.RequestSampleBTN {
        background-color: #ffd814;
        border: 2px solid #ffd814;
        color: rgb(56, 55, 55);
}  
 #viewsample.RequestSampleBTN:hover {
    background-color: #ffce12;
    border-color: rgb(252, 210, 0);
    color: rgb(56, 55, 55);
}
.breadcrumbs ol li+li::before {
    display: inline-block !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
    content: ">" !important;
    color: #333 !important;
    font-family: FontAwesome, Verdana !important;
    font-size: 10px !important;
    margin-top: 3px !important;
}

.carousel-item img {
    width: auto;
    height: 80px;
}
