nav {
  background-color: #d66700;
}

.produt-category-navigation li a {
  display: none;
}

.burger.main-menu-wrap {
  background-color: #d66700;
}

.woocommerce-bar .container {
  background-color: #d66700;
}

#secondary .widget ul {
  font-size: 1em;
}

.woocommerce-bar {
  background-color: #d66700;
}

.xoo-wsch-close.xoo-wsc-icon-cross {
  color: #ff7300;
}

.site-main .entry-content ul li a:focus {
  color: #ffa600;
}

button.header-search-button {
  background-color: #00b351;
}

.header-search-button {
  background-color: #da17e8;
}

.woocommerce ul.products li.product .button:hover {
  background-color: #ff9900;
}

.woocommerce ul.products li.product .product_type_variable {
  background-color: #ffbf0f;
}

/* Force 2 line title inclusve */

.woocommerce ul.products li.product h2 {
  line-height: 2.5ex;
  height: 5ex;
  /* 2.5ex for each visible line */
  overflow: hidden;
}

.product.type-product {
  border-width: 1px;
  border-color: #cfcfcf;
  border-style: solid;
}

#secondary.widget-area {
  background-color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-color: #e0e0e0;
}

#secondary .widget h2 {
  padding-left: 10px;
}

.woocommerce div.product {
  border-width: 0px;
}

#text-3.widget.widget_text {
  border-width: 0px;
}

.single-product div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs li.active a {
  background-color: #ffbb00;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover {
  background-color: #ed0000;
}