/*Variables*/
:root {
  --main-theme-color: #7fbc03;
}
.site-identity a{
  outline: none;
}
.main-menu{
  /*padding: 13px 0;*/
  width: 100%;
  font-size: 20px;
  text-transform: capitalize;
  color: #212529;
  font-weight: 500;
}
.main-menu .dropdown-menu{
  font-size: 12px;
  text-transform: capitalize;
}
.main-menu .navbar-nav > li{
  /*padding-left:3.5px;
  padding-right:3.5px;*/
  padding: 5px 0 10px 0;
}
.main-menu .navbar-nav > li{
  /*padding-left:3.5px;
  padding-right:3.5px;*/
}
.main-menu  .navbar-expand-lg .navbar-nav .nav-link{
  /*padding-left:3.5px;
  padding-right:3.5px;*/
}
.main-menu  .navbar-expand-lg .navbar-nav .nav-link{
  opacity: 1 !important;
  color: #212529!important;
  color: rgba(0,0,0,.1) !important;
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0,0,0,1)!important;
}
.main-menu  .navbar-expand-lg .navbar-nav .nav-link:hover{
  color: var(--main-theme-color)!important;
}
.main-menu  .navbar-expand-lg .navbar-nav .active a{
  opacity: 1 !important;
  color: var(--main-theme-color) !important;
}
.main-menu a{
  outline: none;
}
.search-area{
  padding: 45px 0;
  text-align: center;
  background: url(backgrounds/lake.jpg) center no-repeat;
  background-size: cover;
  color: #fff;
}
.search-area .search-input{
  max-: 50px;
  font-style: italic;
}
.search-area h1{
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 700;
}
.search-area p{
}
.search-area h2{
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
.category-sm-card{
  width: 100px;
  height: 100px;
  background: #fff;
  padding: 12px;
  border-radius: 3px;
  float: left;
  margin: 1em;
}
.pop-categories span{
  color: var(--main-theme-color);
}
.categories-medium-card span{
  color: var(--main-theme-color);
}
.pop-categories, .categories-medium-card{
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
  .pop-categories, .categories-medium-card{
    width: 40%;
  }
}
@media only screen and (min-width: 992px) {
  .pop-categories, .categories-medium-card{
    width: 40%;
  }
}
@media only screen and (min-width: 768px) {
  .pop-categories, .categories-medium-card{
    width: 70%;
  }
}
.categories-medium-card a{
  background: #fff;
  border-radius: 3px;
  display: inline-block;
  margin: 10px;
  width: 120px;
  min-height:97px;
  padding: 3px 0;
  position: relative;
  text-decoration: none!important;
  color: #000;
  font-size:13px;
  overflow:hidden;
}
.categories-medium-card a i{
  color: var(--main-theme-color);
}
.categories-medium-card a:hover {
  color: var(--main-theme-color);
}
.categories-medium-card a small{
  color: #000;
}
.btn-cat{
  margin:5px;
}
.active a{
  /*color: var(--main-theme-color) !important;*/
}

.nav-item a:hover{
  color: var(--main-theme-color) !important;
}
/*MAIN AREA*/
.trending-sec{
  background: #f2f8e6;
  padding: 15px;
  overflow: hidden;
}
.trending-card-img{
  height: 180px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.trending-card-img a{
  outline: none;
}
.trending-sec-card-img img{
  height: auto;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
  height: 100%;
  object-fit:cover;
  
  display: block;
  width: 100%;
  height: auto;
}
.trending-sec h2{
  font-size: 22px;
  text-transform: capitalize;
  color: #212529;
  font-weight: 500;
}
.main-area h2{
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 500;
  color: #212529;
}
.card h5 a{
  color: inherit;
  outline: none;
  text-decoration: none;
}
 .card{
  /*max-width: 18rem;*/
  max-width: 100%;
}
 .card .badge-danger{
  position: absolute;
  top:10px;
  left: 10px;
  padding: 5px;
}
 .card .badge-success{
  position: absolute;
  background: var(--main-theme-color);
  top:10px;
  right: 10px;
  padding: 5px;
}
.card .badge-dark{
 position: absolute;
 top:10px;
 right: 10px;
 padding: 5px;
}
.card .badge-dark a{
 color: #fff;
 outline: none;
}
 .card ul{
  list-style-type: none;
  padding-left:10px;
  text-align:justify;
  font-size: 13px;
}

 .card ul span{
  color: #ccc;
  padding-right: 5px;
}
.kado-body{
  height: 290px;
  overflow-y: auto;
}
 /* Hide scrollbar for Chrome, Safari and Opera */
 .card-body::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.card-body {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
} 
.main-area{
  overflow: hidden;
  padding: 15px 0;
}
.category-card{
  border: 1px solid #ccc;
  border-bottom: 2px solid var(--main-theme-color);
  background: #fff;
  border-radius: 7px;
  overflow: hidden;
  padding: 15px;
  height: 300px;
}
.category-card h2{
  font-size: 24px;
  color: var(--main-theme-color);
}
.category-card h2 a{
  color: inherit;
  text-decoration: none;
  outline: none;
}
.category-card h2 span{
  font-size: 20px;
}
.category-card table{
  font-size: 12px;
}
.category-card table a{
  text-decoration: none;
  color: inherit;
}
.category-card table a:hover{
  color: var(--main-theme-color);
}

/*FOOTER AREA*/
.footer-area{
  overflow: hidden;
  background: #212529;
  padding: 15px;
}

/*SIDEBAR*/
.refhub-sidebar{
  border: 1px solid #ccc;
  overflow: hidden;
}
.refhub-sidebar dl{
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.refhub-sidebar dd,dt{
  width:50%;
  margin: 0;
  padding: 0;
  height: 35px;
  float: left;
  border-bottom: 1px solid #ccc;
  text-align: center;
  text-transform: uppercase;
  line-height: 35px;
  font-weight: 700;
  font-size: 12px;
  cursor: pointer;
}
.refhub-sidebar dl .active{
  background: var(--main-theme-color);
  border-bottom: 0;
  color: #fff;
}
.h-35{
  height: 35px !important;
}
.refhub-sidebar .arrrow-panel
{
  height: 15px;
  background: yellow;
}
.arrow-down {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid var(--main-theme-color);
  margin: 0 auto;
}

.refhub-sidebar ul
{
  list-style-type: none;
  text-transform: capitalize;
  font-size:15px;
}
.refhub-sidebar ul span
{
  color: var(--main-theme-color);
  float:right;
  font-size: 10px;
  cursor: pointer;
}
.refhub-sidebar .parent-list
{
  padding: 15px 10px 2px 10px;
  font-size: 15px;
}
.refhub-sidebar .child-list
{
  padding-left:20px;
  padding-right: 40px;
  font-size: 13px;
  display: none;
}

.refhub-sidebar ul a
{
  color: inherit;
}
.text-theme{
  color: var(--main-theme-color)!important;
}
.refhub-sidebar ul li
{
  padding: 3px;

}
/*SINGLE PRODUCT*/
.single-product-card{
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  padding: 15px;
}
.single-product-card h1{
  /*padding: 15px 15px 5px 15px ;
  font-size: 24px;
  margin: 0;*/
  font-size: 24px;
}
.single-product-card p{
  text-align: justify;
}
.single-product-card .item-meta ul{
  margin: 0;
  padding:  15px 0;
  font-size: 12px;
}
.product-main-image
{
  max-height: 400px;
}
.product-main-image img, .product-thumbnail img
{
  /*height: auto;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 100%;
  height: 100%;
  object-fit:cover;*/
  /*max-width: 100%;
  max-height: 100%;
  margin: auto;
  display: block;*/
  display: block;
  width: 100%;
  height: auto;
}
.product-thumbnail
{
  width: 100px;
  height: 100px;
  margin: 1px;
  border: 1px solid #ccc;
  cursor: pointer;
}
.single-product-card .active
{
  border-bottom: 2px solid var(--main-theme-color);
}
.single-product-card h2{
  padding: 15px 0;
  font-size: 20px;
  margin: 0;
  text-transform: none;
}
.single-product-card p{
  padding:0 15px;
  font-size: 14px;
}
.single-product-card ul{
  list-style-type:circle;
  font-size: 13px;
}
.single-product-card table{
  /*width: 90%;
  margin-left:15px;
  text-transform: capitalize;*/
}
/*@media only screen and (min-width: 1200px) {
  .single-product-card table{
    width: 40%;
  }
}
@media only screen and (min-width: 992px) {
  .single-product-card table{
    width: 40%;
  }
}
@media only screen and (min-width: 768px) {
  .single-product-card table{
    width: 70%;
  }
}
.product-sidebar{
  margin-top: 15px;
}
@media only screen and (min-width: 1200px) {
  .product-sidebar{
    margin: 0;
  }
}
@media only screen and (min-width: 992px) {
  .product-sidebar{
    margin:0;
  }
}
@media only screen and (min-width: 768px) {
  .product-sidebar{
    margin: 0;
  }
}*/
.single-product-price .btn-success{
  background: var(--main-theme-color);
  margin: 0;
  border-radius: 0;
}
.single-product-price .btn-success:hover{
  background: var(--main-theme-color);
}
.single-product-supplier,.single-product-related{
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
  padding: 15px;
  text-align: center;
}
.supplier-profile{
  height: 100px;
  width: 100px;
  margin: 0 auto;

}
.supplier-profile img{
  height: auto;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
  object-fit:cover;
}
.single-product-supplier h3{
  font-size: 20px;
  margin-top: 15px;
}
.single-product-supplier ul{
  padding: 0;
  margin: 0;
  font-size: 14px;
  list-style-type: none;
}
.single-product-related p{
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: left;
  font-size: 14px;
}
.single-product-related p small{
  color: var(--main-theme-color);
}
.single-product-related ul li img{
  height: 50px;
  width: 50px;
}
.single-product-related .item-image{
  height: 50px;
  width: 50px;
  /*background-position: center;
  background-size: cover;
  background-repeat: no-repeat;*/
  border: 1px solid #ccc;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  display:block;
}
.single-product-related h3{
  font-size: 18px;
  text-align: left;
}
.single-product-related a{
  text-decoration: none;
  color: inherit;
  outline: none;
}
.single-product-related a:hover{
  text-decoration: none;
  color: inherit;
}

/*CART SLIDER*/
.cart-slider{
  top: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  background: #f2f8e6;
  position: fixed;
  padding: 20px;
  border: 1px solid #ccc;
}
.cart-slider .cart-items{
  max-height: 500px;
  overflow-y: scroll;
  padding: 0;
  margin: 0;
}
.cart-slider .cart-items .form-control{
  width: 60px;
  height: 35px;
}
.cart-slider .cart-items .item-image{
  height: 35px;
  width: 35px;
  /*display: block;
  border-radius: 50%;
  background-position: center;
  background-size: auto 100%;
  background-repeat: no-repeat;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  display:block;
}
.cart-slider .cart-items img{
  height: 20px;
  width: 20px;
  margin-left: 2px;
}

@media only screen and (min-width: 1200px) {
  .cart-slider{
  width: 25%;
  }
  .cart-slider .cart-items img{
    height: 100px;
    width: 100px;
  }
}
@media only screen and (min-width: 992px) {
  .cart-slider{
    width: 28%;
  }
  .cart-slider .cart-items img{
    height: 80px;
    width: 80px;
  }
}
@media only screen and (min-width: 768px) {
  .cart-slider{
    width: 30%;
  }
  .cart-slider .cart-items img{
    height: 80px;
    width: 80px;
  }
}
.cart-slider h2{
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  color:var(--main-theme-color)
}
.cart-slider ul{
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.cart-slider a{
  outline: none;
}
.cart-slider .cart-items a{
  text-decoration: none;
  color: inherit;
}
.cart-slider .cart-items a:hover{
  text-decoration: none;
  /*color: var(--main-theme-color);*/
}
.cart-slider .cart-items p{
  line-height: 50px;
}

.cart-slider .cart-items table{
  margin: 25px auto 0 auto;
  /*line-height: 50px;*/
}

/*WOOCOMMERCE*/
.single_add_to_cart_button, .add-request-quote-button{
  background: var(--main-theme-color) !important;
}
.qty-field .form-control{
  width: 70px;
  margin: 0 auto;
  border-radius: 0;
}
.single-product-price-title p{
  text-align: center;
  font-size: 18px;
  color: var(--main-theme-color);
  font-style: italic;
}
.cart-ajax-loader{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  padding: 15px;
}
.cart-ajax-loader img{
  max-height: 50px;
  max-width: 50px;
  margin: 0 auto;
  z-index: 1000;
}
.darken{
  opacity: 0.9;
}
.cursor-p{
  cursor: pointer!important;
}
.main-menu .dropdown-item{
  background:inherit!important;
}
.wpcf7-submit{
  background:var(--main-theme-color);
  border: 0;
  color: #fff;
  padding: 15px;
}
.cart-form
{
  font-size: 12px!important;
}
.cart-items
{

}
/*Cart slider with animation*/
.cart-slider {
	transform: translateX(100%);
	opacity: 0;
	transition: all 0.95s ease;
}

.activated {
	transform: translateX(0px);
	opacity: 1;
}
/*Extras*/
.theme-background{
  background: var(--main-theme-color)!important;
}
.theme-color{
  color: var(--main-theme-color)!important;
}
.border-bottom-theme-color{
  border-bottom-color: var(--main-theme-color)!important;
}
/*seller-form*/
.seller-form{
  border: 1px solid #ccc;
  padding: 15px;
  box-shadow: 1px 1px 1px 1px #ccc;
}
/*Contact page*/
.address-block
{
  padding: 15px 0;
  border-top: 1px solid #ccc;
}
.address-block h4
{
  font-size: 18px;
  font-weight: 500;
  color: var(--main-theme-color);
}
.address-block p
{
  font-size: 16px;
}
/*header strip*/
.header-contact-strip .social-icons li{
    padding-right:10px;
}
.header-contact-strip{
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
}
.header-contact-strip ul{
  margin: 0;
  padding: 0;
  list-style-type: none;

}
.header-contact-strip ul li a{
  color: var(--main-theme-color);
  text-decoration: none;
  outline: none!important;
}
.header-contact-strip .contacts{
  font-size: 13px;
}
/*Footer address*/
.footer-address
{
  color: #fff;
}
.footer-address ul
{
  list-style-type: none;
  margin: 0;
  padding:0;
}
.footer-address li
{
  font-size: 13px;
  padding:5px 0;
}
.footer-address h2
{
  color: var(--main-theme-color);
  font-size: 16px;
  font-weight: 800;
}
.footer-address ul a
{
  color: inherit;
  outline: none;
  /*text-decoration: none;*/
}
.footer-address ul a:hover{
    color: var(--main-theme-color);
}
.img-magnifier-container {
position: relative;
}
.img-magnifier-glass {
  position: absolute;
  border: 1px solid #000;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 100px;
  height: 100px;
}
@media only screen and (max-width: 600px) {
  .img-magnifier-container {
  position: relative;
  }
  .img-magnifier-glass {
    display: none;
  }
}
.scrolling-category-card{
  margin-bottom: 1em;
  max-height: 200px;
  overflow: hidden;
  overflow-y: auto;
}
.navbar-brand img{
  max-height: 120px;
  max-width: 120px;
}
.related-products-header h1{
  text-transform: uppercase;
  font-size: 1em;
}
.related-products-header span{
  cursor: pointer;
  float: right;
  font-size: 1.3em;
}
.related-products-header span:last-child{
  margin-right: 1em;
}
main .jumbotron {
  padding: 2rem;
}
main .single-blog-post .header-categories{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
main .single-blog-post .header-categories li{
  display: inline;
  padding-right: 5px;
  text-transform: capitalize;
}
.display-4{
    font-size:2rem!important;
}
.main-menu .search-field {
}


@media only screen and (min-width: 992px) {
  .main-slider .carousel-inner{
     height:400px ;
  }
}
.main-slider .carousel-inner img{
   max-height: 100%;
 /* object-fit: cover;
  object-position: center; 
  /*filter: brightness(80%);*/
  max-width: 100%;

  
  object-fit: contain;
  object-fit:none;
}
.main-slider .carousel-indicators li{
}
.main-slider .carousel-indicators .active{
  background-color: var(--main-theme-color);
}
.title-sec h1{
  color: #212529;
  text-align: center;
  font-size: 28px;
  padding: 0;
  margin: 0;
  padding: 25px 0 0 0;
  font-weight: 500;

}
.title-sec hr{
  width: 50px;
  height: 2px;
  margin: 25px  auto 25px auto;
  background-color: var(--main-theme-color);
}
.company-cards hr{
  height: 3px;
}
@media only screen and (min-width: 992px) {
.company-cards .company-card{
  height: 370px;
}
.company-cards .company-card .card-body{
  height: 300px;
  overflow-y: auto;
}
}
@media only screen and (max-width: 992px) {
.search-form label .search-field{
  height: 34px !important;
}
.search-form label{
  margin-bottom: 0;
}
}
.bg-theme{
  background-color: var(--main-theme-color);
}

.thick-btn, .search-field{
  /* border: 2px solid #212529 !important;
  font-weight:  500!important; */
}
.thick-btn:hover{
  /* background-color: var(--main-theme-color) !important;
  color: #fff !important;
  border: 2px solid var(--main-theme-color) !important; */
}
.border-radius-0{
  border-radius: 0 !important;
}
.search-field{
  color: #212529;
  font-weight: bold;
  /* height: 50px!important; */
}
.action-h{
  height: 50px!important;
  line-height: 45px!important;
  padding-top: 0!important;
  padding-bottom: 0!important;
  
}
.ysm-search-widget-1 .search-submit{
  font-weight: bold;
}
.action-h:hover span{
  /*color: var(--main-theme-color)!important;*/
}
.text-bold{
  font-weight: bold;
}
.border-theme{
  border: 1px solid var(--main-theme-color);
  border-radius: 5px;
}
.services-page h2{
  font-weight: 500;
  font-size: 26px;
}
.btn-border-theme{
  border: 2px solid var(--main-theme-color) !important;
  font-weight: 500 !important;
}
.btn-border-theme:hover{
  background-color: var(--main-theme-color) !important;
  color: #fff !important;
}
.service-form{
  border: 1px solid var(--main-theme-color);
  padding: 15px;
  border-radius: 5px;
}
.slider-img{
  max-height: 400px;
  /*background-position: center;
  background-repeat: no-repeat;
  background-color: #fff;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-size: 100% 100%;*/
  background-color: #fff;
  overflow: hidden;
}

.slider-img img{
  display: block;
  width: 100%;
  height: auto;
}
.slider-img-mobile{
}
.slider-img-mobile img{
  max-height: 100%;
  width: 100%;
  object-fit: cover;
}
.mobile-header{
  padding: 2px 0;
}
.navbar-toggler{
  outline: none !important;
}
.mobile-header ul{
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.mobile-header ul li{
  display: inline;
}
.mobile-header ul li img{
  max-height: 70px;
  max-width: 70px;
}
.thick-btn-mobile{
  /* border: 2px solid #212529 !important;
  font-weight:  500!important;
  max-width: 120px; */
}