body{
    background: #f5f5f5!important;
}
.icon-side {
  position: fixed;
  left: 10px;
  bottom: 5%;
  background-color: #0bbb0b;
  color: #ffffff;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  z-index: 1000;
  box-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}

.icon-side a i {
  color: #ffffff;
  font-size: 30px;
  text-align: center;
}

.search-header{
    height: 300px;
}
.search-header .search-container {
    position: absolute;
    width: 90%;
    /*background: #ffffff;*/
    margin-top: 5px;
    padding: 5px;
    z-index: 100;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
}

.search-container-title {
    font-weight: 600;
    margin-bottom: 2px;
}

.search-container-content-products {
    padding: 0 10px;
    max-height: 275px;
    overflow: auto;
}

.search-item {
    line-height: 1.2;
    padding: 4px;
    color: #fff;
}

.search-item:hover {
    background: #666;
    color: #f1f1f1;
}
.header-section.style1 ul li ul li a{
    padding: 5px 13px!important;
}
.header-section.dark-dropdowns ul li ul li ul{
    
}
.img-responsive{
    max-height: 259.66px;
}
.sec-bpadding-2{
    background-color: #f5f5f5!important;
}
.pro-details{
    line-height: 12px;
}
.logo-main{
    width: 300px;
}

.header-section ul li ul.dm-align-3 {
    left: 230px;
    z-index: 10000;
}
.imgPCBlog{
    width: 800px;
    height: 400px;
    max-height: 400px;
}

@media (max-width: 767px) {
    .header-section.dark-dropdowns ul li.search-parent .search-box .form-control{
        border: 1px solid #000!important;
    }
    
    .logo-main{
        width: 200px;
    }
    .search-container-products{
        text-align: left;
    }
    .dm-align-2 .fa-angle-right{
        display: none;
    }
}

@media (max-width: 420px) {
    
    .logo-main{
        width: 140px;
    }
    .header-section.dark-dropdowns ul li.search-parent .search-box .form-control{
        border: 1px solid #000!important;
    }
    .search-container-products{
        text-align: left;
    }
    .dm-align-2 .fa-angle-right{
        display: none;
    }
    .imgPCBlog{
        width: 100%;
        height: 100%;
        max-height: 100%;
        
    }
}