/* removed for cart hide */
.woocommerce ul.products li.product .price {
    color: #1c1c1c;
    display: none;
    font-weight: 400;
    margin-bottom: 15px;
    font-size: 16px;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    font-family: inherit;
    text-decoration: none;
    overflow: visible;
    padding: 10px;
    left: auto;
    color: #9FAFF1;
    border: 1px solid;
    font-weight: 400;
    background-color: transparent;
    white-space: nowrap;
    display: none;
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #9FAFF1;
    font-size: 1.25em;
    display: none;
}
.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 4px 0 0;
    display: none;
}
li.nav-cart {
    margin-left: 15px;
    background-color: #9FAFF1;
    border-radius: 5px;
    padding: 5px 15px;
    font-size: 13px;
    display: none;
}
img.wp-smiley, img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: green !important;
    padding: 0 !important;
}
/* promo boxes */
.promo-box .fa {
    margin-right: 15px;
    font-size: 32px;
    color: #29910d;
    vertical-align: middle;
}
.main-navigation {
    text-align: left;
    margin-top: 32px;
    margin-left: 83px;
}
.helpful-block-content {
  background: #FFF;
  color: #29910d;
}

.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    float: left;
    display: none;
}