/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.product-meta input[type=number]::-webkit-inner-spin-button,
.product-meta input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance:auto;
  -moz-appearance: auto;
  appearance: auto;
 }


.sidebar .block-highlighted .title_block {
    background-color: transparent;
    border-color: #eee;
}