/*
Theme Name: Patenthome
Theme URI: https://patenthome.ro/
Description: Patenthome Child Theme from Astra
Author: Minic
Author URI: minic.ro
Template: astra
Version: 1.0.0
*/

.ast-main-header-wrap .ast-builder-grid-row.ast-grid-center-col-layout {
	grid-template-columns: 1fr 5fr 2fr;
}
aside.header-widget-area.widget-area.site-header-focus-item.header-widget-area-inner {
    width: 100%;
}
body.ast-theme-transparent-header .ast-site-header-cart .ast-addon-cart-wrap i.astra-icon:after {
    background-color: #E0631B!important;
}
.sidebar-main {
    padding: 0 3px;
}

.ast-below-header {
    line-height: 19px;
}
/*body:not(.home) .parent-category-list {
  display: none;
}*/
.parent-category-list {
  display: none;
}
.toate-produsele-bar {
  min-width: 295px;
}
.toate-produsele-wrapper {
  position: relative;
  width: 100%;
}

.ast-hfb-header .ast-addon-cart-wrap {
    padding: 0em;
}
.menu-title {
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  background: #EB8015;
  padding: 12px 16px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  display: inline-block;
  cursor: pointer;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 14px;
}
.parent-category-list {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 295px;
  padding: 10px 0;
  border-radius: 0 0 8px 8px;
  list-style: none;
  margin: 0;
}
.parent-category-list.show {
  display: block!important;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.parent-cat {
  padding: 10px 20px;
  cursor: pointer;
  transition: background 0.2s ease;
  margin: 3px 0;
}
.parent-cat:hover {
  background-color: #E6E6E6;
}
span.submenu-arrow {
    float: right;
    font-size: 24px;
    transition: transform 0.2s ease;
    line-height: 18px;
}
.parent-label {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #0F2A13;
}

.sub-category-list {
  display: none;
  visibility: hidden;
  transform: translateX(20px);
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 100%;
  background: #fff;
  min-width: 600px;
  min-height: 152px;
  padding: 20px;
  border-radius: 0 0 8px 8px;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 0;
}
.parent-cat:hover .sub-category-list {
  display: grid;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  pointer-events: auto;
}
.sub-category-list li {
  list-style: none;
  min-width: 250px;
}
.sub-category-list a {
  text-decoration: none;
  color: #0F2A13!important;
  font-size: 16px;
  line-height: 20px;
  display: block;
  padding: 5px 0;
  transition: color 0.2s ease;
}
.sub-category-list a:hover {
  color: #ff6600;
  text-decoration: underline;
}


/* test */
.termek-ikonok {
  display: flex;
  gap: 8px;
  margin-top: 10px;
}

.termek-ikonok img.ikon {
  width: 32px;
  height: 32px;
}
.woof .woof_wcga_label_hide, .woof_container_inner .woof_wcga_label_hide {
    display: block!important;
}