
.woocommerce ul.products p {
  line-height: normal;
  font-size: 14px;
  padding-bottom: 0px !important;

}


.woocommerce ul.products h2 {
  line-height: normal;
  font-size: 16px !important;
  color: #ff9800;
}


.woocommerce ul.products span.price {
  font-size: 16px !important;
  color: #ff9800 !important;
}

.woo-form {
  padding: 20px 10px;
}

.side-template-wrap  .product-categories li {
  padding-bottom: 0px !important;
}

.side-template-wrap  .product-categories li:first-child a {
  border: none !important;
}

.side-template-wrap  .product-categories li a {
    display: block;
    line-height: 17px;
    padding: 11.5px 5px;
    margin: 0 10px;
    border-top: 1px solid #ddd ;
}

.woocommerce-loop-category__title {
  text-align: center;
}


.side-template-wrap  .product-categories li:hover {
  background: rgba(0,0,0,0);
    box-shadow: 10px 0 0 #ff9800 inset, 320px 0 0 rgba(0,0,0,0.05) inset;
    transition: all 325ms linear;
    color: #000;
}

.side-template-wrap  .product-categories li a:hover {
  color: #494949 !important;
  text-decoration: none !important;
}

.side-template-wrap  .product-categories li a:visited {
  text-decoration: none !important;
}


.side-template-wrap {
      border-color: #ddd;
      margin-bottom: 20px;
;
    border: solid 1px #dddddd;
}

.widget-title {
    background: #f5f5f5 !important;
    border-bottom-color: #ddd !important;
    color: #465157 !important;
    border-bottom: 1px solid #dddddd !important;
    font-size: 14px !important;
    letter-spacing: 0.001em !important;
    line-height: 18px !important;
    padding: 12px 15px !important;
    margin: 0 !important;
    text-transform: uppercase !important;
    position: relative !important;
}




.woo-form .search-field {
  width: 70%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 2px;
  font-size: 14px;
  background-color: white;
  background-image: url(../images/searchicon.png);
  background-position: 5px 5px;
  background-repeat: no-repeat;
  padding: 8px 16px 8px 40px;
}

.woo-form button {
  display: inline-block;
  border-radius: 4px !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background: #ff9800;
  padding: 9px 2px;
  text-align: center;
  color: #fff;
  width: 28%;
  border: none;
}
