/*reset css*/
* {
	margin: 0;
	padding: 0;
}

a, a:hover, a:focus {
	text-decoration: none;
	outline: none;
}

ul, li {
	padding: 0;
	margin: 0;
}

li {
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}

/* Generated by Font Squirrel (https://www.fontsquirrel.com) on May 28, 2016 */
@font-face {
	font-family: 'open_sansbold';
	src: url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
		 url('../fonts/opensans-bold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'open_sansitalic';
	src: url('../fonts/opensans-italic-webfont.woff2') format('woff2'),
		 url('../fonts/opensans-italic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'open_sanslight';
	src: url('../fonts/opensans-light-webfont.woff2') format('woff2'),
		 url('../fonts/opensans-light-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'open_sansregular';
	src: url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
		 url('../fonts/opensans-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'open_sanssemibold';
	src: url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
		 url('../fonts/opensans-semibold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

.container {
	width: 1180px;
	padding: 0;
	margin: 0 auto;
}

body {
	background: #ffffff;
	font-family: 'open_sansregular';
}

.padding-10 {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

.clear {
	clear: both;
	width: 100%;
}

header {
	background: #3f3e4e; 
	height: 110px;
	float: left;
	width: 100%;
}

.logo {
	margin-top: 24px;
}

.no-gutter {
	padding: 0;
}

.search-with-categories {
	margin-top: 25px;
}

.search-with-categories .dropdown-menu {
	margin-top: -1px;
}

.search-with-categories .dropdown .btn-default {
	background: #e5e5e5;
	border-radius: 5px 0 0 5px;
	width: 180px;
	color: #333333;
	font-family: 'open_sanssemibold';
	height: 40px;
	border: none;
}

.search-with-categories .dropdown .btn-default .caret {
	color: #666666;
	margin-left: 5px;
}

.search-with-categories .input-group .form-control {
	border: none;
	border-radius: 0;
	height: 40px;
}

.search-with-categories .input-group .search-btn {
	height: 40px;
	font-family: 'open_sansbold';
	font-size: 18px;
	background: #e67e22;
	border: none;
	color: #ffffff;
}

.search-with-categories .input-group .search-btn:hover {
	background: #ed903e;
}

.user-nav {
	float: right;
	margin-top: 30px;
}

.user-nav li {
	float: left;
}

.user-nav li a {
	color: #ffffff;
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'open_sansregular';
	margin: 0 11px;
	position: relative;
}

.user-nav li.orders, .user-nav li.wishlist {
	background: url('../images/down-arrow.png') no-repeat right center;
	padding-right: 6px;
	cursor: pointer;
	margin: 0 3px;
}

.user-nav li.orders:hover .sub-menu-under, .user-nav li.wishlist:hover  .sub-menu-under {
	display: block;
}

.user-nav li .sub-menu-under {
	position: absolute;
	display: none;
	background: #F5F5F5;
	height: 150px;
	width: 150px;
	z-index: 99999;
	border-radius: 5px;
	left: 25px;
	top: 48px;
}

.user-nav li.wishlist .sub-menu-under {
	left: 125px;
}

.user-nav li .sub-menu-under ul li {
	float: left;
	border-bottom: 1px solid #cccccc;
	height: 35px;
	line-height: 35px;
	width: 100%;
}

.user-nav li .sub-menu-under ul li:last-child {
	border-bottom: none;
}

.user-nav li .sub-menu-under ul li a {
	float: left;
	width: 100%;
	color: #333333;
	text-transform: capitalize;
}

.nav-arrow-inner {
	border-style: solid;
	border-width: 0px 9px 9px;
	border-color: transparent transparent #FFF;
	width: 0px;
	height: 0px;
	font-size: 0px;
	line-height: 0;
	position: absolute;
	top: -9px;
	left: -9px;
	position: absolute;
	left: 60px;
	display: none;
}

.user-nav li a:hover {
	color: #333;
}

.user-nav li a.cart {
	margin-right: 0;
}

.user-nav li a.cart img { 
	margin-right: 5px;
}

.menu {
	height: 30px;
	background: #004e8f;
	margin-top: 18px;
}

.menu .navbar-collapse.collapse {
	padding: 0;
}

.menu .navbar-nav>li>a {
	padding: 5px 12px;
	color: #ffffff;
	font-size: 12px;
	font-family: 'open_sanssemibold';
}

.menu .navbar-nav>li:first-child a {
	padding-left: 2px;
}

.nav>li>a:focus, .nav>li>a:hover {
	color: #333;
}

.offer-links a {
	float: left;
	font-family: 'open_sanssemibold';
	font-size: 12px;
	color: #ffffff;
	text-transform: uppercase;
	margin-left: 15px;
	padding: 7px 0;
}

.offer-links a img {
	margin-right: 10px;
}

.offer-links a:hover {
	text-decoration: underline;
}

.offer-links a.offer-zone {
	color: #ffff00;
}

h1.heading {
	color: #fff;
	font-family: 'open_sansbold';
	text-transform: uppercase;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
	padding-left: 14px;
	background: #2dcc70;
}

section {
	margin: 30px 0 0 0;
	float: left;
	width: 100%;
}

.categories-list {
	padding: 10px 0 0 0;
	background: #f5f5f5;
	float: left;
}

.categories-list li {
	line-height: 30px;
	width: 100%;
	margin: 0 0 4px 0;
	float: left;
}

.categories-list li a {
	color: #000000;
	font-family: 'open_sanssemibold';
	font-size: 14px;
	background: url('../images/list-arrow.png') no-repeat left 15px center;
	width: 100%;
	float: left;
	padding-left: 34px;
}

.categories-list li a:hover {
	color: #666666;
}

.top-sellers {
	margin-top: 20px;
}

.top-sellers h1.heading {
	background: #037ab2;
}

.featured-products {
	margin: 20px 0 0 0;
	float: left;
	border: 1px solid #ebebeb;
}

.featured-products h1.heading {
	background: #f39c11;
}

aside {
	margin-right: 20px;
}

.main-banner {
	height: 447px;
}

.main-banner .carousel-indicators {
	width: auto;
	left: 30%;
	bottom: -90px;
}

.main-banner .carousel-indicators li {
	border: none;
	border-radius: 0;
	text-indent: 0;
	width: 290px;
	height: 75px;
	color: #fff;
	border-bottom: 5px solid #ebebeb;
	padding: 14px 8px 0 8px;
	margin: 0;
}

.main-banner .carousel-indicators li img {
	float: left;
	border-right: 1px solid #e0e0e0;
	padding-right: 14px;
}

.main-banner .carousel-indicators li span {
	font-family: 'open_sansbold';
	font-size: 18px;
	color: #037ab2;
	float: left;
	padding-left: 15px;
}

.main-banner .carousel-indicators li small {
	color: #666666;
	float: left;
	padding-left: 15px;
}

.main-banner .carousel-indicators li:hover, .main-banner .carousel-indicators li.active {
	border-bottom: 5px solid #e84c3d;
}

.shop-now-link {
	font-size: 12px !important;
	text-transform: uppercase;
	color: #333333;
	text-decoration: underline;
	margin-top: 20px;
	background: url('../images/right-arrow.png') no-repeat right;
	padding-right: 14px;
}

.featured-products ul {
	padding: 0 15px;
}

.featured-products  li {
	border-bottom: 1px solid #ebebeb;
	padding: 14px 0;
	width: 100%;
	float: left;
}

.featured-products li a {
	float: left;
}

.featured-products li span {
	float: left;
	color: #333333;
	font-family: 'open_sansbold';
	font-size: 20px;
	width: 80%;
}

.featured-products li span em {
	font-style: normal;
	color: #333333;
	font-family: 'open_sanssemibold';
	font-size: 14px;
}

.featured-products li a.title {
	color: #333333;
	font-family: 'open_sanssemibold';
}

.featured-products li a.product-img {
	float: right;
}

.view-all {
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
	background: #037ab2;
	padding: 8px 15px;
}

.view-all:hover {
	background: #4bb9ed;
	color: #ffffff;
}

.deals-of-day {
	float: left;
	width: 100%;
}

.deals-of-day h2 {
	color: #333333;
	font-size: 24px;
	border-bottom: 2px solid #ebebeb;
	padding-bottom: 12px;
	float: left;
	width: 100%;
}

.deals-list {
	float: left;
	width: 100%;
	margin: 25px 0;
}

.deals-list li {
	float: left;
	width: 180px;
	height: 250px;
	margin-right: 14px;
	text-align: center;
}

.deals-list li a {
	float: left;
	width: 100%;
	color: #333333;
	margin-bottom: 6px;
}

.deals-list li a.text-danger {
	color: #e84c3d;
	font-size: 12px;
}

.deals-list li span {
	color: #333333;
	font-size: 18px;
}

.deals-list li span s {
	font-size: 14px;
}

.popular-categories {
	float: left;
	width: 100%;
}

.popular-categories h3 {
	background: #ebebeb;
	height: 52px;
	line-height: 52px;
	padding: 0 16px;
	color: #333333;
}

.popular-shoping {
	border-left: 1px solid #ebebeb;
	border-right: 1px solid transparent;
	border-bottom: 1px solid transparent;
	border-top: none;
	float: left;
}

.popular-shoping .pouplar-box {
	width: 291px;
	height: 340px;
	float: left;
	padding: 16px;
	border-right: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
}

.popular-shop-title {
	font-family: 'open_sansbold';
	font-size: 18px;
	color: #037ab2;
	float: left;
	margin-bottom: 15px;
}

.popular-shoping .pouplar-box a {
	float: left;
	width: 100%;
}

.popular-shoping .pouplar-box a img {
	float: left;
	max-width: 100%;
}

.popular-shoping .pouplar-box ul {
	float: left;
	width: 100%;
	margin-top: 28px;
}

.popular-shoping .pouplar-box ul li {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}

.popular-shoping .pouplar-box ul li a {
	float: left;
	width: 100%;
	background: url('../images/color-arrow.png') no-repeat left;
	padding-left: 20px;
	color: #666666;
}

.popular-shoping .pouplar-box ul li a:hover {
	text-decoration: underline;
}

.shop-by-department {
	float: left;
	width: 100%;
	margin-top: 25px;
}

.right-aside {
	float: left;
	width: 31%;
	margin-top: 30px;
}

.shop-by-department h3 {
	color: #333333;
	width: 100%;
	float: left;
	border-bottom: 2px solid #ebebeb;
	padding-bottom: 12px;
}
.shop-by-department .carousel-inner {
	height: 240px;
}

.shop-by-department .carousel-indicators {
	bottom: -30px;
}

.shop-by-department .carousel-inner .item {
	margin: 30px 0;
}

.shop-by-department .carousel-inner .item a {
	float: left;
}

.shop-by-department .carousel-indicators li {
	background-color: #cecece;
}

.shop-by-department .carousel-indicators .active {
	background: #5b5b5b;
}

.left-sec-wrapper {
	float: left;
	margin: 37px 26px 0 0;
	width: 66%;
}

.shop-by-categories h1.heading {
	background: #e67e22;
}

.shop-by-categories .categories-list {
	background: none;
}

.shop-by-categories .categories-list li {
	border-bottom: 1px solid #cccccc;
	height: 36px;
	line-height: 36px;
}

.shop-by-categories .categories-list li a {
	background: url('../images/right-arrow.png') no-repeat right;
	padding-left: 20px;
}

.top-sellers-by-product {
	margin-top: 20px;
	border: 1px solid #ebebeb;
	float: left;
}

.top-sellers-by-product ul {
	padding: 0 13px;
	float: left;
	width: 100%;
}

.top-sellers-by-product ul li {
	text-align: center;
	border-bottom: 1px solid #ebebeb;
	padding: 10px 0;
}

.deals-from-stores {
	float: left;
	margin-top: 30px;
	width: 100%;
	border-top: 2px solid #ebebeb;
	padding-top: 30px;
}

.deals-from-stores h3 {
	color: #333333;
	margin-bottom: 33px;
}

.deals-from-stores ul li {
	float: left;
	margin-right: 20px;
}

.deals-from-stores ul li:last-child {
	margin-right: 0;
}

.deals-from-stores ul li a {
	height: 78px;
	width: 280px;
	float: left;
}

.deals-from-stores ul li a img {
	border: 1px solid #ebebeb;
	padding: 20px 58px;
	max-width: 100%;
}

footer {
	margin-top: 60px;
	float: left;
	width: 100%;
	background: #f1f1f1;
	height: 100%;
}

.footer-links {
	padding-bottom: 30px;
	float: left;
	width: 100%;
}

.footer-links h4 {
	font-size: 14px;
	text-transform: uppercase;
	margin: 34px 0 24px 0;
	color: #333333;
}

.footer-links ul li {
	float: left;
	border-bottom: 1px solid #fff;
	width: 100%;
	height: 34px;
	line-height: 34px;
}

.footer-links ul li:last-child {
	border-bottom: none;
}

.footer-links ul li a {
	color: #333333;
	font-family: 'open_sanslight';
}

.footer-links ul li a:hover {
	color: #999999;
}

.trcking-info ul li {
	height: 64px;
	line-height: 64px;
}

.trcking-info {
	margin-top: 25px;
}

.trcking-info ul li a {
	font-size: 14px;
	text-transform: uppercase;
}

.trcking-info ul li a img {
	margin-right: 20px;
}

.copy-rights {
	background: #666666;
	height: 53px;
	line-height: 53px;
}

.copy-rights p {
	color: #ffffff;
}

.copy-rights ul li {
	float: left;
	margin: 0 3px;
}

.copy-rights ul li a, .copy-rights ul span {
	color: #ffffff;
}

.copy-rights ul li a:hover {
	text-decoration: underline;
}

.footer-static {
	height: 82px;
	background: #ffffff;
}

.footer-static label {
	font-weight: normal;
}

.ranking {
	font-size: 60px;
	color: #ccc;
	overflow: hidden;
	white-space: nowrap;
	float: left;
}

.view-all-products {
	background: #666666;
	font-family: 'open_sanssemibold';
	text-transform: uppercase;
	font-size: 12px;
	padding: 16px 26px;
	float: left;
	margin: 20px 0 20px 42px;
	color: #ffffff;
}

.view-all-products:hover {
	color: #ffffff;
	background: #756e6e;
}

.inner-heading {
	background: #2dcc70;
	height: 40px;
	line-height: 40px;
	float: left;
	width: 100%;
	font-family: "open_sansbold";
	font-size: 18px;
	color: #FFF;
	padding: 0px 10px;
	text-transform: uppercase;
}

.about-sec p {
	color: #666666;
	margin: 15px 0 0 0;
	float: left;
}

.web-results .inner-heading {
	background: #e0e0e0;
	color: #333333;
	margin: 30px 0;
}

.results-heading-text a {
    color: #5c46ff;
    font-family: "open_sanssemibold";
    font-size: 18px;
    text-decoration: underline;
}

.google-links a {
    font-family: "open_sanssemibold";
    color: #14864C;
}

.results-right p {
    font-size: 12px;
    color: #999999;
}

.left-inner-section {
	border: 1px solid #e9e9e9;
	float: left;
	width: 100%;
}

.inner-header {
	background: #e9e9e9;
	height: 40px;
	line-height: 40px;
	color: #333333;
	font-size: 18px;
	font-family: 'open_sansbold';
	padding-left: 14px;
}

.search-box .search-btn {
	background: #9c9c9c url("../images/search-icon.png") no-repeat center;
	font-size: 0px !important;
	width: 15px;
	width: 38px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #e9e9e9;
	border-radius: 0;
	text-transform: uppercase;
}

.search-btn:hover {
	background: #9c9c9c url("../images/search-icon.png") no-repeat center;
}

.search-box .input-group {
	margin: 20px 0;
	float: left;
}

.left-inner-section .search-box .form-control {
	height: 38px;
	border-radius: 0;
}

.left-inner-section .search-box {
	float: left;
	width: 100%;
}

#accordion {
	float: left;
	width: 100%;
}

.left-inner-section .panel {
	border: none;
	border-radius: 0;
	box-shadow: none;
}

.left-inner-section .panel-default > .panel-heading {
	background: #e9e9e9;
}

.left-inner-section .panel-heading {
	background: #e9e9e9;
	height: 40px;
	line-height: 40px;
	color: #333333;
	font-size: 18px;
	font-family: 'open_sansbold';
	padding-left: 14px;
	border-radius: 0;
	text-transform: uppercase;
}

.left-inner-section .panel-heading a {
	float: left;
	width: 100%;
	background: url('../images/down-arrow-dark.png') no-repeat right;
}

.left-inner-section .panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top: none;
	padding: 0;
}

#searchFilters ul li a.checkbox {
	display:block;
	height:24px;
	padding:2px 40px 5px 20px;
	color:#666;
	text-decoration:none;
	outline:0;
	width: 100%;
	float: left;
	background:url('../images/checkbox2.png') no-repeat 0 5px transparent;
}
#searchFilters ul li .checkbox:hover {
	background-position:0 -45px;
}
#searchFilters ul li .disabled:hover {
	background-position:0 5px !important;
}
#searchFilters ul li .checkbox:active {
	background-position:0 -45px;
	color:#528c00;
}
#searchFilters ul li .checkbox:active .counter {
	background-color:#93bb3f;
	color: #fff;
}
#searchFilters ul li .checkbox p {
	color: #333333;
	margin-left: 8px;
}
#searchFilters.CA ul li .checkbox p {
	font-size:11px;
}
#searchFilters ul li .checkbox .counter {
	display:block;
	position:absolute;
	right:0;
	top:-4px;
	padding:2px 10px;
	background-color:#e9e9e9;
	color:#999999;
	text-align:center;
	font-family: 'open_sansregular';
	width: 45px;
}
#searchFilters ul li .checkbox.selected {
	background-position:0 -45px;
	color:#528c00;
}
#searchFilters ul li .checkbox.selected .counter {
	background-color:#93bb3f;
}
#searchFilters ul li.cat_match a {
	display:block;
	height:auto;
	padding:5px 40px 5px 0;
	color:#666;
	text-decoration:none;
	outline:0;
}
#searchFilters ul li.cat_match a.selected {
	color:#528c00;
}
#searchFilters ul li.cat_match a .counter {
	display:block;
	position:absolute;
	right:0;
	top:5px;
	padding:0 5px;
	border-radius:20px;
	background-color:#aaa;
	font-size:11px;
	font-weight:bold;
	color:#fff;
	min-width:18px;
	text-align:center;
}
#searchFilters ul li.cat_match a.selected .counter {
	background-color:#93bb3f;
}

#custom-price-range-filter .textbox {
	width:55px;
	height:20px;
	color:#999999;
	padding:2px;
}
#custom-price-range-filter {
	color:#333;
	margin-top:30px;
	float: left;
	width: 100%;
	padding: 0 10px;
}

#custom-price-range-filter.CA {
	height:50px;
}
#custom-price-range-filter p#msg_box {
	padding-top:4px;
	color:rgb(207, 35, 46);
}
#custom-price-range-filter #update_price {
	font-size:12px;
	color:#ffffff;
	padding:4px 8px;
	background: #037ab2;
	display:block;
	cursor:pointer;
	float:right;
	outline: none;
	border: none;
}
#custom-price-range-filter #update_price:hover {
	background: #39a3d4;
}
HTML.ie7 #custom-price-range-filter #update_price {
	margin-top:-26px;
	padding-left:0;
	padding-right:0;
}
#custom-price-range-filter.CA #update_price {
	margin:4px;
}

.inner-shop-by-cat h1.heading {
	background: #e9e9e9;
	color: #333333;
	margin-top: 20px;
}

.inner-shop-by-cat .categories-list li a {
	color: #333333;
}

.no-gutter-left {
	padding-left: 0;
}


#collapseThree ul li, #collapseFour ul li, #collapseFive ul li, #collapseSix ul li, #collapseSeven ul li, #collapse8 ul li, #collapse9 ul li, #collapse10 ul li, #collapse11 ul li {
	border-bottom: 1px solid #e9e9e9;
	float: left;
	width: 100%;
	height: 44px;
	padding: 0 9px;
}

#collapseThree ul li:last-child, #collapseFour ul li:last-child, #collapseFive ul li:last-child, #collapseSix ul li:last-child, #collapseSeven ul li:last-child, #collapse8 ul li:last-child, #collapse9 ul li:last-child, #collapse10 ul li:last-child, #collapse11 ul li:last-child {
	border-bottom: none;
}

#collapseThree #searchFilters ul li .checkbox .counter, #collapseFour #searchFilters ul li .checkbox .counter, #collapseFive #searchFilters ul li .checkbox .counter, #collapseSix #searchFilters ul li .checkbox .counter, #collapseSeven #searchFilters ul li .checkbox .counter, #collapse8 #searchFilters ul li .checkbox .counter, #collapse9 #searchFilters ul li .checkbox .counter, #collapse10 #searchFilters ul li .checkbox .counter, #collapse11 #searchFilters ul li .checkbox .counter {
	background: #ffffff;
	border: 1px solid #cccccc;
}

#collapseThree #searchFilters ul li .checkbox:active .counter, #collapseFour #searchFilters ul li .checkbox:active .counter, #collapseFive #searchFilters ul li .checkbox:active .counter, #collapseSix #searchFilters ul li .checkbox:active .counter, #collapseSeven #searchFilters ul li .checkbox:active .counter, #collapse8 #searchFilters ul li .checkbox:active .counter, #collapse9 #searchFilters ul li .checkbox:active .counter, 
#collapse10 #searchFilters ul li .checkbox:active .counter, #collapse11 #searchFilters ul li .checkbox:active .counter {
	background-color: #93BB3F;
}


.more {
	background: url('../images/down-arrow-light.png') no-repeat right;
	padding: 0px 16px 0 10px;
	color: #333;
	text-align: center;
	width: 30%;
	margin-left: 30%;
}

.see-all {
	color: #037ab2;
	font-size: 12px;
	text-align: center;
	width: 30%;
	margin-left: 35%;
}

.list-of-products {
}

.list-of-products h1 {
	background: #ebebeb;
	float: left;
	width: 100%;
	font-size: 14px;
	color: #333333;
	height: 44px;
	line-height: 40px;
	font-family: 'open_sanssemibold';
	padding: 3px 0;
}

.list-of-products h1 a {
	font-family: 'open_sanssemibold';
	text-decoration: underline;
	padding: 6px;
	color: #333333;
	margin: 3px 0;
}

.list-of-products h1 a:hover, .list-of-products h1 a.active {
	text-decoration: none;
}

.list-of-products h1 a.active {
	background: #9c9c9c;
	color: #ffffff;
}

.all-products {
	float: left;
	width: 100%;
	margin-top: 20px;
	text-align: center;
}

.all-products li {
	float: left;
	width: 282px;
	height: 420px;
	border: 1px solid #d7d7d7;
	padding: 30px 20px;
	position: relative;
	margin-right: 17px;
	margin-bottom: 20px;
}

.all-products li:nth-child(4n) {
	margin-right: 0;
}

.all-products li h2 {
	float: left;
	width: 100%;
}

.all-products li h2 a {
	font-size: 14px;
	color: #666666;
	text-align: left;
	line-height: 18px;
}

.all-products li em, .all-products li a {
	float: left;
	width: 100%;
	text-align: left;
	margin-top: 10px;
	color: #666666;
}

a.price {
	font-size: 18px !important;
	color: #bd2f19 !important;
	font-family: 'open_sansbold';
}

a.price s {
	font-family: 'open_sansregular';
	font-size: 14px;
	color: #666666;
}

a.price span {
	color: #666666;
	font-size: 12px;
	font-family: 'open_sansregular';
}

.all-products li .tags {
	position: absolute;
	left: 0;
	top: 0;
}

.all-products li a.wishlist {
	position: absolute;
	width: 26px;
	top: 0;
	right: 10px;
}

.all-products li a.wishlist span, .all-products li a.wishlist img {
	float: left;
	color: #999999;
	margin-top: 3px;
}

.margin-top {
	margin-top: 24px !important;
}

.search-results h1 {
	background: #ebebeb;
	float: left;
	width: 100%;
	font-size: 18px;
	color: #333333;
	height: 44px;
	line-height: 40px;
	padding: 0 10px;
}

.search-results label {
	font-family: 'open_sanssemibold';
	font-weight: normal;
}

.search-results .btn-default, .search-results .btn-default.focus, .search-results.btn-default:focus {
	border: none;
	background: #ffffff;
	border-radius: 0;
	margin-left: 10px;
}

.search-results .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default.focus:active, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
	background: #ffffff;
}

.search-results .dropdown-menu {
	left: 9px;
	min-width: 124px;
	border-radius: 0;
	box-shadow: none;
	margin-top: -2px;
}

.see-it {
	background: #037ab2 url('../images/see-it.png') no-repeat right 10px center;
	text-transform: uppercase;
	font-size: 12px;
	color: #ffffff;
	padding: 3px 30px 3px 14px;
	margin-bottom: 10px;
	float: left;
}

.see-it:hover {
	color: #ffffff;
}

.product-logo {
	margin: 0 0 12px 0;
	float: left;
}

.summary {
	font-size: 12px;
	color: #333333;
}

td a.price {
	margin: 0 0 6px 0;
	float: left;
}

.price_range_filter {
	padding: 0 10px;
}


