/* Global */

#search_query {height: 34px;}
select {height: 30px; padding: 0 4px;}

#search_autocomplete:before {border-bottom: 7px solid #f8db01;}
#search_autocomplete ul {border: 1px solid #000;}
#search_autocomplete ul li {color: #000;}
#search_autocomplete ul li.selected {background-color: #f8db01;}

/* Cat Page */
.toolbar {margin: 0; padding: 0; border: 0; background: transparent;}

.sorter a{color:#000; transition:all .3s ease;}
.sorter a:hover{color:#f8db01;}

.pager {margin: 0;}
.pages li>a {padding: 0;border: 0;border-radius: 0;color:#000;}
.pages li>a:hover {background: transparent;}

/* Prod Page */
.product-img-box {width:100%; margin:0; padding: 0;}

#qty {height: 34px; width: 100%;}
.availability {font-size: 14px; text-transform: none;}

.current-filters .value {padding-left: 15px;}
.current-filters {padding-bottom: 10px;}

/* Cart Page */
.cart .cart-table {width: 100%;}
.cart #shopping-cart-totals-table {float: right;}
.cart .checkout-types {clear: both; padding-top: 20px;}
#shopping-cart-totals-table .price {padding-left: 20px;}