#Top_bar .menu > li ul {
    background-color: #847e70;
    width: 300px;
}

.woocommerce ul.products li.product .woocommerce-loop-category__title {
    font-size: 20px;
    line-height: 20px;
}

.woocommerce ul.products li.product a img {
  border: 1px solid;
}

.woocommerce .product div.entry-summary h1.product_title {
    font-size: 45px;
    line-height: 50px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    position: relative;
    color: #ff0000;
    font-weight: 600;
}

.shop-filters {
    margin-bottom: 20px;
    padding: 15px;
    background-image: url(../images/stripes/stripes_5_b.png);
    box-sizing: border-box;
    overflow: hidden;
    display: none;
}

.grecaptcha-badge {
display:none !important;
}

#Top_bar .menu > li > a span:not(.description) {
    display: block;
    line-height: 60px;
    padding: 0 12px;
    white-space: nowrap;
    border-right-width: 1px;
    border-style: solid;
}

#Top_bar .search_wrapper input[type="text"] {
    color: #000000;
}



