/*menu category custom */

.icon-chevron-up:before {
  content: "";
  display: inline-block;
  width: 16px; 
  height: 16px; 
  background-image: url("svg/chevron-up-solid-full.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.icon-chevron-down:before {
  content: "";
  display: inline-block;
  width: 16px; 
  height: 16px; 
  background-image: url("svg/chevron-down-solid-full.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.product-categories {
	background: #FFF;
	padding: 0px;
}


.widget_product_categories ul.children {
    display: none;
}

.widget_product_categories .wcsca-icon {
  margin-right: 10px;
}

.widget_product_categories ul.product-categories .wcsca-top-lvl {
	font-weight: normal;
	padding-left: 15px !important;
}
.widget_product_categories ul.product-categories .wcsca-top-lvl a{
	padding-right: 15px;
	display: grid;	 
}

.widget_product_categories ul.product-categories li.cat-parent.wcsca-top-lvl {
	margin-left: 0px;
	font-weight: normal;
}


.widget_product_categories ul.product-categories li.cat-parent {
	font-weight: normal;
}


.widget_product_categories ul.product-categories li.cat-parent.wcsca-top-lvl ul.children li

{
	font-weight: normal;
}

.widget_product_categories ul.product-categories li.cat-parent.wcsca-top-lvl ul.children li .current-cat

{
	font-weight: bold !important;
}


.widget_product_categories ul.product-categories li .cat-parent ul.children li {
	font-weight: 300;
}

.widget_product_categories ul.product-categories li.current-cat {

  	background: #FFF;
	font-weight: bold !important;
 
}

.widget_product_categories ul.product-categories  li.current-cat.wcsca-top-lvl {
  	background: #FFF;
 
  	font-weight: bold;
}


.widget_product_categories ul.product-categories li.current-cat ul.children.wcsca-expand {

  margin-top: 5px !important;
}


/*menu category */

.product-categories .cat-item {
  width: 100% !important;
  cursor: pointer;
}

.product-categories ul{
  margin-top:0px !important;
}

.widget_product_categories ul li::before {
  content: '' !important;
}

.widget_product_categories ul li {
  position: relative;
  z-index: 5;
  overflow: visible !important;
  width: 100%;
  margin-bottom: 0px !important;
  padding-left: 15px !important;
}

.widget_product_categories .wcsca-top-lvl {
  padding-left: 0px !important;
}

.widget_product_categories .wcsca-icon {
  float: right;
}

