
/*
 * ============================
 *  Main Nav & Dropdown Styles 
 * ============================
 */

.navbar-nav .dropdown-menu {
	min-width: 35em;
	padding: 0 .5em .5em 1em;
}

/*
* ======================
*  Shopping Cart Styles 
* ======================
*/

.cart-button {
	display: block;
	color: black;
	position: relative;
}

.cart-button:hover {
	color: black;
	cursor: pointer;
}

.shopping-cart {
	text-transform: none;
}

.shopping-cart .dropdown-menu {
	min-width: 25em;
	left: auto;
	right: 0;
	margin: 0;
}

.shopping-cart .dropdown-menu a {
	display: block;
	color: #333;
	text-decoration: none;
}

.shopping-cart .dropdown-menu a:hover {
	background-color: transparent;
	color: inherit;
}

.shopping-cart .dropdown-menu img {
	padding: 0 10px;
}

/*
 * =============================
 *  Sidebar Nav & Widget Styles 
 * =============================
 */

/* General */

.widget h3 {
	font-size: 10px;
	text-transform: uppercase;
}

/* Submenu */

.lugz-submenu .menu {
	margin-top: 15px;
}

.lugz-submenu .menu,
.lugz-submenu .menu .sub-menu {
	font-size: 12px;
	padding: 0;
	list-style-type: none;
	text-transform: uppercase;
}

.lugz-submenu .menu > li > a {
	font-weight: bold;
	text-decoration: underline;
	line-height: 2em;
}


.lugz-submenu .menu > li.menu-last-call > a {
    color: red;
    font-weight: bold;
    line-height: 2em;
    text-decoration: underline;
}

.lugz-submenu .menu .sub-menu > li {
	padding: 0;
	margin: 0;
}

.lugz-submenu .menu .sub-menu > li > a {
	font-weight: normal;
}

.lugz-submenu .menu a {
	color: black;
}


/* Colors */

.color-box {
	display: block;
	width: 16%;
	min-width: 1.5em;
	height: 1.5em;
	border: 1px solid #ccc;
	padding: 1px;
	float: left;
	margin: 2px;
}

.color-box:hover {
	border-color: #666;
}

.color-box div {
	height: 100%;
	width: 100%;
}

/* Sizes */

.size-box {
	display: block;
	width: 20%;
	min-width: 2em;
	border: 1px solid #ccc;
	padding: 1px;
	float: left;
	margin: 2px;
	text-align: center;
	color: #333;
	font-size: 10px;
}

.size-box:hover {
	border-color: #666;
	color: inherit;
	background-color: #eee;
}

 /*
 * ==================
 *  Shop Page Styles
 * ==================
 */

.lazy {
	display: none;
}

.lugz-products-product,
.lugz-products-product:hover {
	display: block;
	text-decoration: none;
	color: black;
	white-space: nowrap;
}

.line-through {
	text-decoration: line-through;
}

.shop-title {
	font-size: 26px;
}

.shop-title .label {
	font-size: 15px;
	vertical-align: 35%;
}

.shop-order {
	margin: 20px 0 10px 0;
}

.featured-slider .theme-default .nivo-controlNav {
	padding: 0;
}

/* Power Reviews */

.small-review .pr-snippet .pr-snippet-wrapper {
	width: 130px;
	margin: 0 auto;
	white-space: nowrap;
}

.small-review .pr-snippet .pr-snippet-wrapper .pr-snippet-stars {
	width: 100%;
}

.small-review .pr-snippet .pr-snippet-wrapper .pr-snippet-stars .pr-snippet-rating-decimal {
	margin: 0;
}

.small-review .pr-snippet .pr-snippet-wrapper .pr-snippet-read-write,
.small-review .pr-snippet .pr-snippet-wrapper .pr-snippet-review-count,
.small-review .pr-snippet .pr-snippet-wrapper .pr-snippet-social-bar {
	display: none;
}

.pr-snapshot {
	font-size: 12px;
}

.pr_review_summary {
	margin: 1em;
}

/*
 * ====================
 *  Single Page Styles
 * ====================
 */

.bread-crumbs {
	
}

.bread-crumbs .label {
	line-height: 2;
}

.bread-crumbs a:hover {
	text-decoration: none;
}

.single-header {
	color: #999;
	text-transform: uppercase;
	margin: 10px 0 1.5em 0;
	font-size: 1.3em;
}

.main-images {
	border: 1px solid #fff;
}

.main-images:hover {
	border-color: #ccc;
}

.other-images {
	margin-top: 1em;
	margin-bottom: 1em;
}

.other-images a:hover {
	text-decoration: none;
}

.other-images img {
	width: 21%;
	margin: .3em .2em;
}

.no-images {
	margin-top: 40%;
}

.product-social {
	margin-top: 10px;
}

.entry-content h4 {
	color: #ff8c00;
	text-transform: uppercase;
}

.entry-checkout {
	margin: 10px 0;
}

.current-zoom {
	border: 1px solid #ccc;
	padding: 1px;
}

.add-input {
	margin-top: 5px;
	margin-bottom: 5px;
}

/*
 * =====================
 *  Find a Store Styles
 * =====================
 */

.find-a-store-table {
	font-size: 12px;
}

.find-a-store-table th {
	text-transform: uppercase;
}

/* tables */

table.tablesorter thead tr .header {
	background-image: url(../images/tablesorter/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(../images/tablesorter/asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(../images/tablesorter/desc.gif);
}


/*
* ===================
*  Responsive Styles
* ===================
*/

@media (max-width: 767px) {
	.list-single {
		height: auto;
		margin: 20px;
		border-bottom: 1px solid #eee;
	}
	.main-images {
		width: 80%;
		margin: 0 auto;
		border: 1px solid #ccc;
		padding: 1px;
	}
}

@media (min-width: 768px) {
	.list-single {
		height: 435px;
	}
	.has-sidebar .list-single {
		height: 390px;
	}
}

@media (min-width: 992px) {
	.list-single {
		height: 350px;
	}
	.has-sidebar .list-single {
		height: 290px;
	}
}

@media (min-width: 1200px) {
	.list-single {
		height: 400px;
	}
	.has-sidebar .list-single {
		height: 330px;
	}
	.navbar-nav li+li+li+li+li+li+li .dropdown-menu {
		left: auto;
		right: 0;
	}
}





