/* Clean pagination override */
ul.page-numbers li a,
ul.page-numbers li span {
  display: inline-block;
  padding: 8px 14px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  border: none !important;
  background: none !important;
  color: inherit !important;
  box-shadow: none !important;
}


/* Disable all hover effects */
ul.page-numbers li a:hover,
ul.page-numbers li span:hover,
ul.page-numbers li a:focus,
ul.page-numbers li span:focus {
  background: none !important;
  color: inherit !important;
  box-shadow: none !important;
  border: none !important;
  outline: none !important;
}

.woocommerce-page ul.products li.product,
ul.products li.product {
    background: none !important;
}

.custom-description {
  margin-top: -10px !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  color: #333333 !important;
  font-family: "Open Sans", Arial, sans-serif !important;
  text-align: left !important;
  background-color: #f9f9f9 !important;
  padding: 10px !important;
  border-radius: 4px !important;
}

ul.products li.product h3 {
  font-weight: 700 !important;
  font-size: 14px !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product{
  width:22.05%!important;
  float:left!important;
  display:block!important;
  margin-right:3.8%!important;
}
.woocommerce ul.products li.product:nth-child(4n){
  margin-right:0!important;
}
