/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
#categories_block_left .side-title {
    background: #77C4D3 !important ;
}

.search-widget form button[type=submit] {
	 background: #77C4D3 !important ;
}

.btn-primary {
	background-color: #77C4D3 !important ;
}

.tabs .nav-tabs .nav-link.active, .tabs .nav-tabs .nav-link:hover {
    background-color: #77C4D3 !important ;
}

#index .nav-tabs .nav-link::before {
	    border-color: #77C4D3 transparent transparent transparent !important ;

	}

#topbtn {
   
    background:#77C4D3 url("../img/back-to-top.png") no-repeat scroll center 9px !important ;
}

.lastest_block span.blog-created {
  background: #77C4D3 !important ;
 
}


#post-product-comment-form .col-md-8
{
  display : none;
}


.HDK-width {
    padding: 25px !important ;
    float: left !important ;
    width: 75% !important ;
    background: #f4f4f4 !important ;
}
nav.breadcrumb{
display: none;
}

a[href*="http"] {
  /* background-size: 16px 16px; */
  /*padding-right: 1px;*/
  color: #0D4D70;
  font-weight: bold;
}

div#menu-icon{
  display: none !important;
}

/*@media (min-width: 1980px) {
  .mm_menus_li.mm_sub_align_full:nth-child(3) {
      display: block;
  }
}

.ets_mm_block_content {
  display: block;
}
*/
/* HDK */
.ets_mm_categories li a {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}