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;
  }
}
/* 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;
  }
  #search-bar{
    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;
  }
  #search-bar{
    display:none;
  }
  .top-header{
    display: none;
  }
}
/* content */
#content {
  min-height: 600px;
}
/* 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: 10px 0 0px 0;
  padding: 8px 0;
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
  color: #0076d9;
    font-size: 12px;
}
.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  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 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;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .description {
  padding: 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: bold;
  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: 10px;
   
    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;
}
.price-new {
  font-weight: 600;
  font-size: 14px;
    font-weight: 600;
    color: #d20000;
    padding-right: 15px;
}
.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: 20px;
  margin-top: 23px;
  border:none;
}
#demo h3 {
  color: white;
  margin: 0;
  font-size: 17px;
}
#demo .description {
  color: rgba(255,255,255,.64);
  padding: 15px 0;
}
#demo a {
  text-decoration: underline;
  color: white;
  font-weight: 500;
}
.main-banner-upc {
  min-height: 200px;
  padding: 0px 100px 0px 100px;
  background-color: #098ea7;
  background-size: cover;
  background-image: url(https://www.technavio.com/catalog/view/theme/technavio_new/image/Hero_background_001.png);
}
#demo  .carousel-indicators{
  bottom: -4px !important;
}
.carousel{
  margin-bottom: 20px !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;
}
.catheader{
padding: 35px 0 0;
}

.recent-add-companies {
  border: 1px solid #ddd;
  padding: 14px 14px 40px;
  margin-top: 20px;
  float: left;
  background-color: #fff;
  min-height: 200px;
  width: 100%;
  border-radius: 3px;
}

.recent-add-companies ul{
  list-style: none;
}

.recent-add-companies a{
  text-decoration:underline;
}
.recent-add-companies h4{
font-weight: 500;
color: #093658;
}

.read-more span, .read-less span {
  float: right;
  text-decoration: underline;
  color: #0076D9;
  font-weight: 500;
} 
.listviews img{
  width: 100%;
  margin-bottom: 10px;
}
#addtocart{
 color: #fff;
      border: 1px solid #37a000;
      border-radius: 3px;
      background: #37a000;
      text-transform: none;
	  padding : 4px 21px; cursor:pointer;font-weight: 500;
}

#addtocart:hover{
background-color: #266F00;
}
#viewsample{
     margin-right: 10px;
      border: 1px solid #0076d9;
      color: #0076d9;
      border-radius: 3px;
      background: #fff;
      text-transform: none;font-size: 14px;
	  padding : 4px 21px;
	  cursor:pointer;font-weight: 500;
}
#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: 10 20px;
  list-style-type: none;
  color: #fff;
  font-weight: 500;
  margin: 0;
}
.shareh li {
  width: 14%!important;
  float: left!important;
}
.shareh ul li a {
  color: #fff;
}
.shareh ul li a img {
  width: 29px;
}
.sidebanner{
  border: none !important;
    padding: 0px !important;
    margin-top: 0px !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;
}

#getsearchpagedata{
  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;
  position: relative;
}

.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 h6 {
    height: 38px;
    padding: 10px;
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #666666;
    background-color: rgba(57,163,7,0.08);
    cursor: pointer;
    position: relative;
}
.subIndustry {
       font-size: 14px;
    line-height: 19px;
    padding: 10px 14px 10px 15px;
    color: #666666;    margin: 0px;
}
.left_section ul.subindustry_1 li {
    font-size: 14px;
    line-height: 19px;
    padding: 5px 14px 5px 15px;
   color: #39A307 !important;
    padding-left: 24px !important; 
}
.subindustry_1 li:hover {
    background-color: rgba(7,61,163,0.11);
  cursor: pointer;
}
.subIndustry: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;
}

#searchrow{
    width:100%;
}

.subindustry_1{
    list-style: none;
    color: #37a000;
}

.subindustry_1 li{
    padding-bottom:10px;
}
.arrow{
    padding-left:10px;
}
#input-sort{
  border: none;
  background: #87B4FE;
  color: white;
  border-radius: 0px !important;
  padding: 10px;
}
.sortdiv{
  padding: 0px !important;
}
#publish_filter{
  padding:20px;
}
.grid .product-thumb h4 a {
  font-weight: 600;
  font-size: 13px;
  margin-top: 0;
  color: #0a3151;
}
.grid .product-thumb .product_description{
  display:none;
}
.grid .product-thumb .price{
  display:none;
}

.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;
}
.grid .fa-shopping-cart{
  display:none;
 }

 .autoresult_search_page {
  width: 100%;
  color: #666;
  margin: 0;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  padding: 14px;
  position: absolute;
  top: 60px;
  border: 1px solid rgba(0,96,253,.5);
  border-radius: 4px;
  background: linear-gradient(180deg,#fff 0,#f2f8ff 100%);
  max-height: 163px;
  overflow: auto;
  z-index: 10;
}
.autoresult_search_page{
border: 1px solid rgba(0,96,253,0.5);
border-radius: 4px;
background: linear-gradient(180deg, #FFFFFF 0%, #F2F8FF 100%);  	
}


.autoresult_search_page::-webkit-scrollbar
{
	width: 8px;
	min-height: 4px;  
	background-color: #F5F5F5;
}

.autoresult_search_page::-webkit-scrollbar-thumb
{
	border-radius: 10px; 
	background-color: #C1C1C1;
} 
.innerresult{
	    float: left;
    width: 100%;
    font-size: 14px;
    color: #666666;
    line-height: 18px;
    font-weight: 400;
    margin-top: 5px;
	text-transform: capitalize;
	cursor: pointer;
}
.innerresult:hover{

    color:#5858d2
}

.nhide {
  display: none;
}

.gridselection{
      text-align: end;
}
.gridselection .btn{
  background: none;
  color: white;
  border:  none;
  padding: 8px 10px 10px 13px;
  border-radius: 0px !important;
}

.sortdropdown{
  border: 0px solid rgba(0,96,253,0.5);
  border-top-left-radius: 0px !important;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 0px !important;
  background-color: #87B4FE !important;
  float: right;
  position: relative;
  top: 0;
  right: -1px;
  height: 43px;
  width: auto;
}

#dropdownMenu1 {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  float: left;
  line-height: 21px;
  width: 100%;
}

.sort_dropdown-menu{
  margin-top: 3px;
  height: 110px;
  width: 170px;
  border: 1px solid rgba(0,96,253,0.5);
  border-radius: 0 0 4px 4px;
  background-color: #87B4FE;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 21px;
  right: -1px;
}

.container_radio {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 14px;
  line-height: 19px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-weight: 300;
}

.container_radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.container_radio .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 14px;
  width: 14px;
  border: 1px solid #39A307;
  background-color: #fff;
  border-radius: 50%;
}

ul.region {
  padding-left: 10px;
  margin: 7px 0px 8px;
  /* max-height: 200px; */
  overflow-x: hidden;
  overflow-y: auto;
  list-style: none !important;
  max-height: 190px;
}

ul.region li {
  margin-bottom: 12px;
}
#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;
}
.left_section .fa{
  position: absolute;
  right: 26px;
}
.l1p{
  position: relative;
}
.topsearchdiv{
  display: none;
}
.getsearchdata::placeholder{
  color: #999;
}
.nosearch_products p{
  font-size: 15px;
  line-height: 24px;
}
.getsearchdata:focus {
  color: none !important;
    background-color: none !important;
    border-color: none !important;
    outline: 0;
    box-shadow:none !important;
}
.all{
  color: #39A307;
  padding: 6px 0px 6px 17px;
  margin-bottom: 0;
  line-height: 19px;
  cursor: pointer;
  font-size: 14px;
}
.sortdrop{
  position: absolute;
    inset: 0px auto auto 0px;
    margin: 0px;
    transform: translate(-30px, 45px) !important;
}
.sortdrop li a{
  color:white !important;
  cursor: pointer;
}
.l1p img{
  width: 20px;
    height: 20px;
    float: left;
    margin-right: 15px;
    filter: grayscale(100%) brightness(100%) sepia(100%) hue-rotate(180deg) saturate(100%) contrast(0);
}

.product-thumb{

    box-shadow: none;
    border-radius: 5px;
    border: 1px solid #efefef;
    cursor: pointer;
    margin-bottom: 25px;
 -webkit-box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 10%);
    -moz-box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 10%);
    -ms-box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 10%);
    -o-box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 10%);
    box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 10%);
    }
    
    .product-thumb:hover{
    box-shadow: 1px 1px 15px 0 rgba(0,0,0,.3);
    }
    
    
    
    .product-thumb .description{
    padding: 0 14px;
	position: relative;
    }
    
    .product-thumb .img_container{
    width:100%;    height: 120px;
    padding: 10px;
    }

    .product-thumb .img_container img{
        border-radius: 5px;
	}


    .product-thumb h5{
        font-weight: 400; font-size: 13px; text-align: left; color: #808080;
text-transform: capitalize;

    }
 
	.product-thumb h5 span{font-weight: 500;}

.product-thumb .img_container {
    width: 100%;
    height: 120px;
    padding: 10px;
}
.img_container .imagebg {
    width: 100%;
    height: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-size: 100%;
    background-position: bottom;
}
    .card-body.hover_effect .card-title{
        color: #478cfd; 
    }

.card-body.middle_body:before {
    content: '';
    width: 10px;
    position: absolute;
    width: 4px;
    height: 22px;
    background: #667eea;
    left: 2px;
    top: 30%;
    transform: translate(-50%,-50%);
}
.card-body .card-title {
        height: 60px;
        margin-bottom: 5px;
        overflow: hidden;
		margin-top: 0;
    }


    /* background-color: #0060FD; */
    
    .card-body .card-text{
        height: 69px;
        margin-bottom: 7px;
        overflow: hidden;
    }
        .card-body.hover_effect .card-title{
        color: #478cfd; 
    }
    h5.card-title:hover { color: #478cfd; }
.card-body .card-title {
    height: 60px;
    margin-bottom: 5px;
    overflow: hidden;
    margin-top: 0;
}
.product-list .product-thumb .img_container{
	width: 135px;
    height: 155px;
}
.product-list .product-thumb h5{
font-weight: 500;
    font-size: 16px;
    text-align: left;
    color: #585656;
    padding-top: 10px;
}

.product-list .card-body.middle_body:before{
	    top: 20%;
}
.product-list #viewsample{
	    padding: 5px 20px;
    height: 30px;
}

.product-list #addtocart{
	padding: 1px 22px;
	height: 40px;
	font-size: 14px;
}

.product-list .gridbtn{
	display:none;
}
.grid .listbtn{
	display:none;
}
.gridbtn ul{
text-align: right;
    padding: 3px 0px;
     margin: 0px;
}
.gridbtn li{

border-left: 1px solid #d0d0d0;
    padding-left: 14px;
    padding-right: 5px;
    margin-bottom: 0px;
    display: inline-block;
    /* width: 25px; */
    text-align: center;
    font-size: 16px;
    color: #808080;
	cursor: pointer;
    margin-right: 10px;
}
.grid .product-thumb .gridbtn{
	display: unset;
}

.addtocart{
  color: #fff !important;
    border: 1px solid #37a000;height: 30px !important;
    border-radius: 3px !important;
    background: #37a000 !important;line-height:20px !important;
    text-transform: none !important;
  padding : 4px 21px; cursor:pointer;font-weight: 500 !important;
}

.addtocart:hover{
background-color: #266F00 !important;
}
