.hidden-ecran{
    width: 0px;
    height: 0px;
    /* display: none; */
    position: absolute;
   color: transparent;
}
  
.hidden-ecran-form{
    width: 0px;
    height: 0px;
    /*display: none;*/
    position: absolute;
    color: transparent;
    opacity: 0;
    font-size: 8px;
}

.single-categories img{
    position: absolute;
    top: 5px;
    right: 35px;
    max-width: 110px;
}
.single-categories h3{
    height: 50px;
}

.subscribe-area{
  background-color: #2da0af;  
}

.tab_content tbody, 
.tab_content td, 
.tab_content tfoot, 
.tab_content th, 
.tab_content thead, 
.tab_content tr{
    border-width: 1px;
    padding: 5px;
}

.pagination-wrap .cadre{
  padding: 10px 15px;
  border: 1px solid #bdbdbd;
  margin: 2px;
}
.pagination-wrap .cadre.active{
  background-color: #ff6a00;
  color: #FFF;
}
.pagination-wrap .cadre{
    color: #000;
    border: 1px solid #f1f1f1;
}
.about-content h2{
  position: absolute;
  top: 0;
  left: 0;
  font-size: 24px;
}
.help-block strong{
  color: red;
}

.single-products .product-content{
  min-height: 210px;
}

img.lazy {
  opacity: 0;
  transition: opacity 0.5s;
}

img.lazy.loaded {
  opacity: 1;
}
.desktop-nav .navbar .navbar-nav .nav-item a{
  font-weight: 500;
}
.products-details-tab-content {
  color: #525151;
}

.single-categories h2 {
    font-size: 20px !important;
}
.single-categories h2 a {
    color: #111;
    height: 50px;
}
.middle-header .search-box .search-btn i{
  top: 0px;
}

.product-view-one .modal-content .product-content h1 {
    font-size: 22px;
    margin-bottom: 14px;
    font-weight: 500;
}

.product-details-area .products-details-tab .tab_content .tabs_item .products-details-tab-content h2{
    margin-bottom: 20px;
    font-size: 20px;
}


.product-view-one .modal-content .product-content .share-this-product ul li .facebook span
{
  position: absolute;
}


@media only screen and (max-width: 991px){

  .mobile-responsive-nav .logo{
    left: 80px;
  }
  .navbar-category button i{
    font-size: 30px;
    font-weight: bold;
    top: -3px;
  }

}



@media only screen and (max-width: 768px){

  .single-categories h3 a,
  .single-categories h2 a
  {
    width: 60%;
  }

  .single-categories img{
    right: 5px;
  }

}


@media only screen and (max-width: 500px){

  .single-categories img{
    right: 35px;
  }

}