/*
* IDNK Soft
*/ 

#header.header4 .header-top #_desktop_logo {
    z-index: 1;
}
@media (max-width: 767px) {
    .an_short_description {
      height: 7em;
      font-size: 13px;
      line-height: 15px;
    }
  }
  @media (min-width: 768px) {
    .an_short_description {
      height: 6em;
      font-size: 14px;
      line-height: 18px;
    }
  }
  
  .an_short_description {
    padding: 0 3px;
  }
  
  .products .owl-next {
      left: 50%;
  }
  
  .products .owl-prev {
      right: 50%;
  }
  
  .an_homeproducts-products .owl-carousel .owl-nav .owl-next, .an_homeproducts-products .owl-carousel .owl-nav .owl-prev {
      bottom: 300px;
      position: relative;
  }
  
  .block-categories, #search_filters_wrapper #search_filters_wrapper {
      padding: 10px;
      box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, .1);
      background: #6d7d73;
  }
  
  .block-categories .category-sub-menu li[data-depth="1"] {
      margin-left: 20px;
  }
  
  .block-categories a, #search_filters .facet .facet-label a, #search_filters_brands .facet .facet-label a, #search_filters_suppliers .facet .facet-label a {
        color: #ffffff;
  }
  
  #search_filters .facet .facet-title, #search_filters_brands .facet .facet-title, #search_filters_suppliers .facet .facet-title {
    color: #ffffff;
  }
  
  .thumbnail-container {
         box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, .1);
  }
  
  #index .product-title, #products .product-title, .featured-products .product-title, .product-accessories .product-title, .product-miniature .product-title {
      padding: 0 3px;
  }
  
  #index .product-title, #products .product-title a, .featured-products .product-title a, .product-accessories .product-title a, .product-miniature .product-title a, .product-name a {
      font-weight: 600;
  }
  
  .secondary-blog .blog-item .title {
      height: 4em;
  }
  
  @media (min-width: 768px) {
      #module-anblog-blog #left-column .block-categories {
          padding: 5px;
      }
  }
  
  .an-block-sidebar .title_block {
      text-align: center;
  }
  
  div#dnk-buyone-add {
      float: right;
  }
  
  #onepagecheckoutps_step_review_container #order-detail-content {
    background: none;
  }
  
  .an_homecategories-head .an_homecategories-title,
  .an_homeproducts-block .products-section-title
  {
      background-color: #6d7d73;
      color: #ffffff;
      padding: 10px;
	  border-radius: 5px;
  }

#product #tab-content {
    background: #6d7d73;
    color: #ffffff;
}

#product .tab-content .tab-pane p {
    color: #fdfdfd;
}

#product .product-features>dl.data-sheet dd.value, #product .product-features>dl.data-sheet dt.name {
    background: #6d7d73;
}

#product .product-features>dl.data-sheet dd.value:nth-of-type(2n), #product .product-features>dl.data-sheet dt.name:nth-of-type(2n) {
    background: #74957e;
}

#product .product-ean13, #product .product-manufacturer, #product .product-reference {
    color: #fdfdfd;
}

#product .tabs, #product .tabs .nav-tabs .nav-item {
    background-color: #74957e;
}

#product .tabs .nav-tabs .nav-link {
    color: #fdfdfd;
    border: none;
}

#product .tabs .nav-tabs {
    border-bottom: 1px solid #fdfdfd;
}

#product .tabs .nav-tabs .nav-item {
    margin-bottom: 0;
    margin-right: 5px;
}

#product .nav-tabs .nav-item.open .nav-link, #product .nav-tabs .nav-item.open .nav-link:focus, #product .nav-tabs .nav-item.open .nav-link:hover, #product .nav-tabs .nav-link.active, #product .nav-tabs .nav-link.active:focus, #product .nav-tabs .nav-link.active:hover {
    background: #6d7d73;
}

.idnk-buyone {
	float: right;
}