/* Custom code goes here - paste your css code below in line 3 */

/* --- Header menu links --- */
#_desktop_top_menu > ul > li > a {
    position: relative!important;
    display: block !important;
    padding: 12px 12px !important;
    color: #fff !important;
    font-weight: 800 !important;
    font-size: 13px; !important;
    line-height: 20px; !important;
    text-transform: uppercase; !important;
}
/* --- Verwijder decoratieve driehoekjes uit hoofdmenu (zonder functionaliteit te beïnvloeden) --- */
#_desktop_top_menu .expand-more::after,
#_desktop_top_menu .dropdown-toggle::after,
#_desktop_top_menu ul li a::after,
.top-menu .expand-more::after,
.top-menu .dropdown-toggle::after {
    content: none !important;
    display: none !important;
    background: none !important;
    border: none !important;
}
/* --- Centreer de categorie-titel op de homepage --- */
#home_categories .homecat_title {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  text-align: center !important;
  margin-top: 10px;
  display: block;
  border-bottom: 0px solid #d6d4d4;

}
/* --- Verwijderd border bottom op de homepage --- */
.tabs ul.nav-tabs {
  border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
  border-bottom: 0px solid #d6d4d4;
}
/* --- Maakt Lijn Bekijk Meer Fur Cat dikker --- */
#home_categories ul li a.view_more {
  display: inline-block;
  background: #1b82d6;
  border: 2px solid #1b82d6;
    border-top-color: rgb(27, 130, 214);
    border-right-color: rgb(27, 130, 214);
    border-bottom-color: rgb(27, 130, 214);
    border-left-color: rgb(27, 130, 214);
  color: #fff;
  margin: 4px 0 0;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 14px;
}
/* --- Laat geen Flaggen zien in product list --- */
a.product-flags-plist span {
  float: left;
  clear: left;
  background: #00b0ff;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  width: auto;
  text-align: center;
  z-index: 9;
  padding: 5px 6px;
  margin-bottom: 4px;
   
}
/* --- Prijs Specs --- */
body .product-price-and-shipping span.price {
  font-weight: 700;
  font-size: 18px;
}

/* --- Van prijs specs --- */
body .product-price-and-shipping span.regular-price {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: line-through;
  margin-left: 2px;
}
/* --- Laat Flag niet zien in product page --- */
#product #content .product-flags .product-flag.discount {
  clear: none;
  float: right;
  background: red;
  display: none;
}
/* --- van prijs in product page --- */
.product-prices span.regular-price {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  line-height: 34px;
  text-decoration: line-through;
}
#home_cat_product .slider-btn a {
  display: block;
  cursor: pointer;
  color: #fff;
  left: 0;
  right: 0;
  text-decoration: none;
}
#home_cat_product .slider-btn a.disabled {
  cursor: default;
  color: #fff;
}
#home_cat_product .catprod_title {
  position: relative;
  display: block;
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  line-height: 16px;
  margin-top: 0;
  margin-bottom: 20px;
  border-bottom: 0px solid #d6d4d4;
  text-align: center; !important;
}
#category_desc .category-desc .cat_name {
  display: block;
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 12px;
  display: none;
}
.product-prices span.discount {
  color: #fff;
  background: fff;
  font-size: 0px; !important;
  padding: 4px 0px;
  float: right;
  line-height: 12px;
  margin-top: 5px;
}
.pl_gallery_type_3 .pl_gallery_slider .image_thumb.selected:after {
    background: #c62828; !important;
}
#subcategories ul li h5 .subcategory-name {
    font-weight: 600;
    font-size: 0px; !important;
    line-height: 16px;
    text-transform: uppercase;
    word-break: break-word;
    DISPLAY: NONE; !important;
}
#subcategories p.subcategory-heading {
    font-weight: 700;
    margin: 0 0 15px 0;
    DISPLAY: NONE; !important;
}

.index_title a {
  display: inline-block;
  border-bottom: 8px solid #1b82d6;
  border-bottom-color: rgb(27, 130, 214);
  margin-bottom: -1px;
  font-weight: 600;
  font-size: 0px;
  line-height: 0px;
  text-align: center; !important;
  border-bottom: 8px solid; 
}
.index_title {
    clear: both;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 20px;
    text-align: center; !important;
    border-bottom: 0px solid #d6d4d4;
}
.wk-product-variants > .wk-product-variants-item .wk_option_title {
  font-size: 14px;
  margin-left: 5px;
}
a.product-flags-plist span.product-flag.discount-percentage {
  float: right;
  background: red;
  display: none;  !important;
}
/* Center description block on category pages - AngarTheme */
.block-category {
    text-align: center !important;
}

.block-category .category-description {
    max-width: 900px;
    margin: 0 auto !important;
    text-align: center !important;
}

/* Soms staat de tekst in p-tags -> deze ook centreren */
.block-category p {
    text-align: center !important;
}
/* Category description netjes centreren (AngarTheme) */
#category_desc {
  max-width: 1000px;      /* breedte van het tekstblok */
  margin: 0 auto 20px;    /* centreren + ruimte onder */
}

#category_desc .category-desc,
#category_desc .cat_desc {
  text-align: center;     /* tekst in het midden */
}

/* extra zekerheid: alle paragrafen binnen blok centreren */
#category_desc .cat_desc p {
  text-align: center;
}
#category_desc {
  padding-left: 0;
  padding-right: 0;
}
