/**
 * You can put your custom css code in this file.
 * If you haven't don't know what css is, you can take a look at http://www.cssbasics.com/
 */

.product-tag {
  display: none;
}
.order-pane-table .product-description {
  font-size: 11px;
}
.listing-sortby-pager-wrapper {
  background: #FFF;
}
.header-region .header-search-form {
    border: 0;
}
.header-region .header-search-form input.form-text {
    border: 1px solid #e8e8e8;
}

@media (max-width: 767px) {
    #logo img {
        max-height: unset; 
        max-width: 160px;
    } 
}
